diff --git a/grammar.js b/grammar.js index 294e94d..f52674b 100644 --- a/grammar.js +++ b/grammar.js @@ -95,6 +95,7 @@ module.exports = grammar({ $.remote_command, $.remote_forward, $.request_tty, + $.required_rsa_size, $.revoked_host_keys, $.security_key_provider, $.send_env, @@ -709,6 +710,13 @@ module.exports = grammar({ ignoreCase('force'), ), + required_rsa_size: $ => option( + 'RequiredRSASize', + $.required_rsa_size_value + ), + required_rsa_size_value: $ => alias($.number, + "required_rsa_size_value"), + revoked_host_keys: $ => option( 'RevokedHostKeys', $.revoked_host_keys_value diff --git a/queries/highlights.scm b/queries/highlights.scm index 8aaf7e2..72a018d 100644 --- a/queries/highlights.scm +++ b/queries/highlights.scm @@ -255,6 +255,9 @@ (request_tty) @keyword (request_tty_value) @constant.builtin.string +(required_rsa_size) @keyword +(required_rsa_size_value) @constant.numeric.integer + (revoked_host_keys) @keyword (revoked_host_keys_value) @string.special.path diff --git a/src/grammar.json b/src/grammar.json index 42404d6..91631ab 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -351,6 +351,10 @@ "type": "SYMBOL", "name": "request_tty" }, + { + "type": "SYMBOL", + "name": "required_rsa_size" + }, { "type": "SYMBOL", "name": "revoked_host_keys" @@ -7602,6 +7606,89 @@ } ] }, + "required_rsa_size": { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "TOKEN", + "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "PATTERN", + "value": "[rR][eE][qQ][uU][iI][rR][eE][dD][rR][sS][aA][sS][iI][zZ][eE]" + } + } + }, + "named": false, + "value": "RequiredRSASize" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "PATTERN", + "value": "[ \\t]" + }, + { + "type": "STRING", + "value": "=" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "=" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "\"" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "required_rsa_size_value" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "\"" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "required_rsa_size_value": { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "number" + }, + "named": false, + "value": "required_rsa_size_value" + }, "revoked_host_keys": { "type": "SEQ", "members": [ diff --git a/src/node-types.json b/src/node-types.json index ba33f91..b63fba2 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -691,6 +691,10 @@ "type": "request_tty", "named": true }, + { + "type": "required_rsa_size", + "named": true + }, { "type": "revoked_host_keys", "named": true @@ -2166,6 +2170,26 @@ "named": true, "fields": {} }, + { + "type": "required_rsa_size", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": true, + "types": [ + { + "type": "required_rsa_size_value", + "named": true + } + ] + } + }, + { + "type": "required_rsa_size_value", + "named": true, + "fields": {} + }, { "type": "revoked_host_keys", "named": true, @@ -3026,6 +3050,10 @@ "type": "RequestTTY", "named": false }, + { + "type": "RequiredRSASize", + "named": false + }, { "type": "RevokedHostKeys", "named": false @@ -3178,6 +3206,10 @@ "type": "port_value", "named": false }, + { + "type": "required_rsa_size_value", + "named": false + }, { "type": "server_alive_count_max_value", "named": false diff --git a/src/parser.c b/src/parser.c index baa54f5..aedf40a 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,15 +14,15 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 1315 -#define LARGE_STATE_COUNT 769 -#define SYMBOL_COUNT 414 -#define ALIAS_COUNT 40 -#define TOKEN_COUNT 191 +#define STATE_COUNT 1327 +#define LARGE_STATE_COUNT 776 +#define SYMBOL_COUNT 417 +#define ALIAS_COUNT 41 +#define TOKEN_COUNT 192 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 0 #define MAX_ALIAS_SEQUENCE_LENGTH 6 -#define PRODUCTION_ID_COUNT 43 +#define PRODUCTION_ID_COUNT 44 enum { sym_comment = 1, @@ -172,312 +172,316 @@ enum { aux_sym_remote_forward_token1 = 145, aux_sym_request_tty_token1 = 146, aux_sym_request_tty_value_token1 = 147, - aux_sym_revoked_host_keys_token1 = 148, - aux_sym_security_key_provider_token1 = 149, - aux_sym_send_env_token1 = 150, - aux_sym_server_alive_count_max_token1 = 151, - aux_sym_server_alive_interval_token1 = 152, - aux_sym_session_type_token1 = 153, - aux_sym_session_type_value_token1 = 154, - aux_sym_session_type_value_token2 = 155, - aux_sym_set_env_token1 = 156, - aux_sym_stdin_null_token1 = 157, - aux_sym_stream_local_bind_mask_token1 = 158, - aux_sym_stream_local_bind_unlink_token1 = 159, - aux_sym_strict_host_key_checking_token1 = 160, - aux_sym_strict_host_key_checking_value_token1 = 161, - aux_sym_strict_host_key_checking_value_token2 = 162, - aux_sym_syslog_facility_token1 = 163, - anon_sym_DAEMON = 164, - anon_sym_USER = 165, - anon_sym_AUTH = 166, - anon_sym_LOCAL0 = 167, - anon_sym_LOCAL1 = 168, - anon_sym_LOCAL2 = 169, - anon_sym_LOCAL3 = 170, - anon_sym_LOCAL4 = 171, - anon_sym_LOCAL5 = 172, - anon_sym_LOCAL6 = 173, - anon_sym_LOCAL7 = 174, - aux_sym_tcp_keep_alive_token1 = 175, - aux_sym_keep_alive_token1 = 176, - aux_sym_tunnel_token1 = 177, - anon_sym_yes = 178, - anon_sym_no = 179, - anon_sym_point_DASHto_DASHpoint = 180, - anon_sym_ethernet = 181, - aux_sym_tunnel_device_token1 = 182, - aux_sym_update_host_keys_token1 = 183, - aux_sym_use_keychain_token1 = 184, - aux_sym_use_roaming_token1 = 185, - aux_sym_user_token1 = 186, - aux_sym_user_known_hosts_file_token1 = 187, - aux_sym_verify_host_key_dns_token1 = 188, - aux_sym_visual_host_key_token1 = 189, - aux_sym_xauth_location_token1 = 190, - sym_client_config = 191, - sym__option = 192, - sym_boolean = 193, - sym_pattern = 194, - sym_host = 195, - sym_host_value = 196, - sym_match = 197, - sym_match_value = 198, - sym_add_keys_to_agent = 199, - sym_add_keys_to_agent_value = 200, - sym_address_family = 201, - sym_address_family_value = 202, - sym_batch_mode = 203, - sym_batch_mode_value = 204, - sym_bind_address = 205, - sym_bind_address_value = 206, - sym_bind_interface = 207, - sym_bind_interface_value = 208, - sym_canonical_domains = 209, - sym_canonical_domains_value = 210, - sym_canonicalize_fallback_local = 211, - sym_canonicalize_fallback_local_value = 212, - sym_canonicalize_hostname = 213, - sym_canonicalize_hostname_value = 214, - sym_canonicalize_max_dots = 215, - sym_canonicalize_max_dots_value = 216, - sym_canonicalize_permitted_cnames = 217, - sym_canonicalize_permitted_cnames_value = 218, - sym_ca_signature_algorithms = 219, - sym_ca_signature_algorithms_value = 220, - sym_certificate_file = 221, - sym_certificate_file_value = 222, - sym_challenge_response_authentication = 223, - sym_challenge_response_authentication_value = 224, - sym_check_host_ip = 225, - sym_check_host_ip_value = 226, - sym_ciphers = 227, - sym_ciphers_value = 228, - sym_cipher = 229, - sym_cipher_value = 230, - sym_clear_all_forwardings = 231, - sym_clear_all_forwardings_value = 232, - sym_compression = 233, - sym_compression_value = 234, - sym_connection_attempts = 235, - sym_connection_attempts_value = 236, - sym_connect_timeout = 237, - sym_connect_timeout_value = 238, - sym_control_master = 239, - sym_control_master_value = 240, - sym_control_path = 241, - sym_control_path_value = 242, - sym_control_persist = 243, - sym_control_persist_value = 244, - sym_dynamic_forward = 245, - sym_dynamic_forward_value = 246, - sym_enable_ssh_keysign = 247, - sym_enable_ssh_keysign_value = 248, - sym_escape_char = 249, - sym_escape_char_value = 250, - sym_exit_on_forward_failure = 251, - sym_exit_on_forward_failure_value = 252, - sym_fingerprint_hash = 253, - sym_fingerprint_hash_value = 254, - sym_fork_after_authentication = 255, - sym_fork_after_authentication_value = 256, - sym_forward_agent = 257, - sym_forward_agent_value = 258, - sym_forward_x11 = 259, - sym_forward_x11_value = 260, - sym_forward_x11_timeout = 261, - sym_forward_x11_timeout_value = 262, - sym_forward_x11_trusted = 263, - sym_forward_x11_trusted_value = 264, - sym_gateway_ports = 265, - sym_gateway_ports_value = 266, - sym_global_known_hosts_file = 267, - sym_global_known_hosts_file_value = 268, - sym_gssapi_authentication = 269, - sym_gssapi_authentication_value = 270, - sym_gssapi_client_identity = 271, - sym_gssapi_client_identity_value = 272, - sym_gssapi_delegate_credentials = 273, - sym_gssapi_delegate_credentials_value = 274, - sym_gssapi_key_exchange = 275, - sym_gssapi_key_exchange_value = 276, - sym_gssapi_renewal_forces_rekey = 277, - sym_gssapi_renewal_forces_rekey_value = 278, - sym_gssapi_server_identity = 279, - sym_gssapi_server_identity_value = 280, - sym_gssapi_trust_dns = 281, - sym_gssapi_trust_dns_value = 282, - sym_gssapi_kex_algorithms = 283, - sym_gssapi_kex_algorithms_value = 284, - sym_hash_known_hosts = 285, - sym_hash_known_hosts_value = 286, - sym_hostbased_accepted_algorithms = 287, - sym_hostbased_accepted_algorithms_value = 288, - sym_hostbased_authentication = 289, - sym_hostbased_authentication_value = 290, - sym_host_key_algorithms = 291, - sym_host_key_algorithms_value = 292, - sym_host_key_alias = 293, - sym_host_key_alias_value = 294, - sym_hostname = 295, - sym_hostname_value = 296, - sym_identities_only = 297, - sym_identities_only_value = 298, - sym_identity_agent = 299, - sym_identity_agent_value = 300, - sym_identity_file = 301, - sym_identity_file_value = 302, - sym_ignore_unknown = 303, - sym_ignore_unknown_value = 304, - sym_include = 305, - sym_include_value = 306, - sym_ip_qos = 307, - sym_ip_qos_value = 308, - sym_kbd_interactive_authentication = 309, - sym_kbd_interactive_authentication_value = 310, - sym_kbd_interactive_devices = 311, - sym_kbd_interactive_devices_value = 312, - sym_kex_algorithms = 313, - sym_kex_algorithms_value = 314, - sym_known_hosts_command = 315, - sym_known_hosts_command_value = 316, - sym_local_command = 317, - sym_local_command_value = 318, - sym_local_forward = 319, - sym_local_forward_value = 320, - sym_log_level = 321, - sym_log_level_value = 322, - sym_log_verbose = 323, - sym_log_verbose_value = 324, - sym_macs = 325, - sym_macs_value = 326, - sym_no_host_authentication_for_localhost = 327, - sym_no_host_authentication_for_localhost_value = 328, - sym_number_of_password_prompts = 329, - sym_number_of_password_prompts_value = 330, - sym_password_authentication = 331, - sym_password_authentication_value = 332, - sym_permit_local_command = 333, - sym_permit_local_command_value = 334, - sym_permit_remote_open = 335, - sym_permit_remote_open_value = 336, - sym_pkcs11_provider = 337, - sym_pkcs11_provider_value = 338, - sym_port = 339, - sym_port_value = 340, - sym_preferred_authentications = 341, - sym_preferred_authentications_value = 342, - sym_protocol = 343, - sym_protocol_value = 344, - sym_proxy_command = 345, - sym_proxy_command_value = 346, - sym_proxy_jump = 347, - sym_proxy_jump_value = 348, - sym_proxy_use_fdpass = 349, - sym_proxy_use_fdpass_value = 350, - sym_pubkey_accepted_algorithms = 351, - sym_pubkey_accepted_algorithms_value = 352, - sym_pubkey_accepted_key_types = 353, - sym_pubkey_accepted_key_types_value = 354, - sym_pubkey_authentication = 355, - sym_pubkey_authentication_value = 356, - sym_rekey_limit = 357, - sym_rekey_limit_value = 358, - sym_remote_command = 359, - sym_remote_command_value = 360, - sym_remote_forward = 361, - sym_remote_forward_value = 362, - sym_request_tty = 363, - sym_request_tty_value = 364, - sym_revoked_host_keys = 365, - sym_revoked_host_keys_value = 366, - sym_security_key_provider = 367, - sym_security_key_provider_value = 368, - sym_send_env = 369, - sym_send_env_value = 370, - sym_server_alive_count_max = 371, - sym_server_alive_count_max_value = 372, - sym_server_alive_interval = 373, - sym_server_alive_interval_value = 374, - sym_session_type = 375, - sym_session_type_value = 376, - sym_set_env = 377, - sym_set_env_value = 378, - sym_stdin_null = 379, - sym_stdin_null_value = 380, - sym_stream_local_bind_mask = 381, - sym_stream_local_bind_mask_value = 382, - sym_stream_local_bind_unlink = 383, - sym_stream_local_bind_unlink_value = 384, - sym_strict_host_key_checking = 385, - sym_strict_host_key_checking_value = 386, - sym_syslog_facility = 387, - sym_syslog_facility_value = 388, - sym_tcp_keep_alive = 389, - sym_tcp_keep_alive_value = 390, - sym_keep_alive = 391, - sym_keep_alive_value = 392, - sym_tunnel = 393, - sym_tunnel_value = 394, - sym_tunnel_device = 395, - sym_tunnel_device_value = 396, - sym_update_host_keys = 397, - sym_update_host_keys_value = 398, - sym_use_keychain = 399, - sym_use_keychain_value = 400, - sym_use_roaming = 401, - sym_use_roaming_value = 402, - sym_user = 403, - sym_user_value = 404, - sym_user_known_hosts_file = 405, - sym_user_known_hosts_file_value = 406, - sym_verify_host_key_dns = 407, - sym_verify_host_key_dns_value = 408, - sym_visual_host_key = 409, - sym_visual_host_key_value = 410, - sym_xauth_location = 411, - sym_xauth_location_value = 412, - aux_sym_client_config_repeat1 = 413, - anon_alias_sym_batch_mode_value = 414, - anon_alias_sym_canonicalize_fallback_local_value = 415, - anon_alias_sym_challenge_response_authentication_value = 416, - anon_alias_sym_check_host_ip_value = 417, - anon_alias_sym_clear_all_forwardings_value = 418, - anon_alias_sym_compression_value = 419, - anon_alias_sym_connect_timeout_value = 420, - anon_alias_sym_connection_attempts_value = 421, - anon_alias_sym_enable_ssh_keysign_value = 422, - anon_alias_sym_exit_on_forward_failure_value = 423, - anon_alias_sym_fork_after_authentication_value = 424, - anon_alias_sym_forward_x11_timeout_value = 425, - anon_alias_sym_forward_x11_trusted_value = 426, - anon_alias_sym_forward_x11_value = 427, - anon_alias_sym_gateway_ports_value = 428, - anon_alias_sym_gssapi_authentication_value = 429, - anon_alias_sym_gssapi_delegate_credentials_value = 430, - anon_alias_sym_gssapi_key_exchange_value = 431, - anon_alias_sym_gssapi_renewal_forces_rekey_value = 432, - anon_alias_sym_gssapi_trust_dns_value = 433, - anon_alias_sym_hash_known_hosts_value = 434, - anon_alias_sym_hostbased_authentication_value = 435, - anon_alias_sym_identities_only_value = 436, - anon_alias_sym_kbd_interactive_authentication_value = 437, - anon_alias_sym_keep_alive_value = 438, - anon_alias_sym_match_value = 439, - anon_alias_sym_no_host_authentication_for_localhost_value = 440, - anon_alias_sym_number_of_password_prompts_value = 441, - anon_alias_sym_password_authentication_value = 442, - anon_alias_sym_permit_local_command_value = 443, - anon_alias_sym_port_value = 444, - anon_alias_sym_proxy_use_fdpass_value = 445, - anon_alias_sym_server_alive_count_max_value = 446, - anon_alias_sym_server_alive_interval_value = 447, - anon_alias_sym_stdin_null_value = 448, - anon_alias_sym_stream_local_bind_unlink_value = 449, - anon_alias_sym_tcp_keep_alive_value = 450, - anon_alias_sym_use_keychain_value = 451, - anon_alias_sym_use_roaming_value = 452, - anon_alias_sym_visual_host_key_value = 453, + aux_sym_required_rsa_size_token1 = 148, + aux_sym_revoked_host_keys_token1 = 149, + aux_sym_security_key_provider_token1 = 150, + aux_sym_send_env_token1 = 151, + aux_sym_server_alive_count_max_token1 = 152, + aux_sym_server_alive_interval_token1 = 153, + aux_sym_session_type_token1 = 154, + aux_sym_session_type_value_token1 = 155, + aux_sym_session_type_value_token2 = 156, + aux_sym_set_env_token1 = 157, + aux_sym_stdin_null_token1 = 158, + aux_sym_stream_local_bind_mask_token1 = 159, + aux_sym_stream_local_bind_unlink_token1 = 160, + aux_sym_strict_host_key_checking_token1 = 161, + aux_sym_strict_host_key_checking_value_token1 = 162, + aux_sym_strict_host_key_checking_value_token2 = 163, + aux_sym_syslog_facility_token1 = 164, + anon_sym_DAEMON = 165, + anon_sym_USER = 166, + anon_sym_AUTH = 167, + anon_sym_LOCAL0 = 168, + anon_sym_LOCAL1 = 169, + anon_sym_LOCAL2 = 170, + anon_sym_LOCAL3 = 171, + anon_sym_LOCAL4 = 172, + anon_sym_LOCAL5 = 173, + anon_sym_LOCAL6 = 174, + anon_sym_LOCAL7 = 175, + aux_sym_tcp_keep_alive_token1 = 176, + aux_sym_keep_alive_token1 = 177, + aux_sym_tunnel_token1 = 178, + anon_sym_yes = 179, + anon_sym_no = 180, + anon_sym_point_DASHto_DASHpoint = 181, + anon_sym_ethernet = 182, + aux_sym_tunnel_device_token1 = 183, + aux_sym_update_host_keys_token1 = 184, + aux_sym_use_keychain_token1 = 185, + aux_sym_use_roaming_token1 = 186, + aux_sym_user_token1 = 187, + aux_sym_user_known_hosts_file_token1 = 188, + aux_sym_verify_host_key_dns_token1 = 189, + aux_sym_visual_host_key_token1 = 190, + aux_sym_xauth_location_token1 = 191, + sym_client_config = 192, + sym__option = 193, + sym_boolean = 194, + sym_pattern = 195, + sym_host = 196, + sym_host_value = 197, + sym_match = 198, + sym_match_value = 199, + sym_add_keys_to_agent = 200, + sym_add_keys_to_agent_value = 201, + sym_address_family = 202, + sym_address_family_value = 203, + sym_batch_mode = 204, + sym_batch_mode_value = 205, + sym_bind_address = 206, + sym_bind_address_value = 207, + sym_bind_interface = 208, + sym_bind_interface_value = 209, + sym_canonical_domains = 210, + sym_canonical_domains_value = 211, + sym_canonicalize_fallback_local = 212, + sym_canonicalize_fallback_local_value = 213, + sym_canonicalize_hostname = 214, + sym_canonicalize_hostname_value = 215, + sym_canonicalize_max_dots = 216, + sym_canonicalize_max_dots_value = 217, + sym_canonicalize_permitted_cnames = 218, + sym_canonicalize_permitted_cnames_value = 219, + sym_ca_signature_algorithms = 220, + sym_ca_signature_algorithms_value = 221, + sym_certificate_file = 222, + sym_certificate_file_value = 223, + sym_challenge_response_authentication = 224, + sym_challenge_response_authentication_value = 225, + sym_check_host_ip = 226, + sym_check_host_ip_value = 227, + sym_ciphers = 228, + sym_ciphers_value = 229, + sym_cipher = 230, + sym_cipher_value = 231, + sym_clear_all_forwardings = 232, + sym_clear_all_forwardings_value = 233, + sym_compression = 234, + sym_compression_value = 235, + sym_connection_attempts = 236, + sym_connection_attempts_value = 237, + sym_connect_timeout = 238, + sym_connect_timeout_value = 239, + sym_control_master = 240, + sym_control_master_value = 241, + sym_control_path = 242, + sym_control_path_value = 243, + sym_control_persist = 244, + sym_control_persist_value = 245, + sym_dynamic_forward = 246, + sym_dynamic_forward_value = 247, + sym_enable_ssh_keysign = 248, + sym_enable_ssh_keysign_value = 249, + sym_escape_char = 250, + sym_escape_char_value = 251, + sym_exit_on_forward_failure = 252, + sym_exit_on_forward_failure_value = 253, + sym_fingerprint_hash = 254, + sym_fingerprint_hash_value = 255, + sym_fork_after_authentication = 256, + sym_fork_after_authentication_value = 257, + sym_forward_agent = 258, + sym_forward_agent_value = 259, + sym_forward_x11 = 260, + sym_forward_x11_value = 261, + sym_forward_x11_timeout = 262, + sym_forward_x11_timeout_value = 263, + sym_forward_x11_trusted = 264, + sym_forward_x11_trusted_value = 265, + sym_gateway_ports = 266, + sym_gateway_ports_value = 267, + sym_global_known_hosts_file = 268, + sym_global_known_hosts_file_value = 269, + sym_gssapi_authentication = 270, + sym_gssapi_authentication_value = 271, + sym_gssapi_client_identity = 272, + sym_gssapi_client_identity_value = 273, + sym_gssapi_delegate_credentials = 274, + sym_gssapi_delegate_credentials_value = 275, + sym_gssapi_key_exchange = 276, + sym_gssapi_key_exchange_value = 277, + sym_gssapi_renewal_forces_rekey = 278, + sym_gssapi_renewal_forces_rekey_value = 279, + sym_gssapi_server_identity = 280, + sym_gssapi_server_identity_value = 281, + sym_gssapi_trust_dns = 282, + sym_gssapi_trust_dns_value = 283, + sym_gssapi_kex_algorithms = 284, + sym_gssapi_kex_algorithms_value = 285, + sym_hash_known_hosts = 286, + sym_hash_known_hosts_value = 287, + sym_hostbased_accepted_algorithms = 288, + sym_hostbased_accepted_algorithms_value = 289, + sym_hostbased_authentication = 290, + sym_hostbased_authentication_value = 291, + sym_host_key_algorithms = 292, + sym_host_key_algorithms_value = 293, + sym_host_key_alias = 294, + sym_host_key_alias_value = 295, + sym_hostname = 296, + sym_hostname_value = 297, + sym_identities_only = 298, + sym_identities_only_value = 299, + sym_identity_agent = 300, + sym_identity_agent_value = 301, + sym_identity_file = 302, + sym_identity_file_value = 303, + sym_ignore_unknown = 304, + sym_ignore_unknown_value = 305, + sym_include = 306, + sym_include_value = 307, + sym_ip_qos = 308, + sym_ip_qos_value = 309, + sym_kbd_interactive_authentication = 310, + sym_kbd_interactive_authentication_value = 311, + sym_kbd_interactive_devices = 312, + sym_kbd_interactive_devices_value = 313, + sym_kex_algorithms = 314, + sym_kex_algorithms_value = 315, + sym_known_hosts_command = 316, + sym_known_hosts_command_value = 317, + sym_local_command = 318, + sym_local_command_value = 319, + sym_local_forward = 320, + sym_local_forward_value = 321, + sym_log_level = 322, + sym_log_level_value = 323, + sym_log_verbose = 324, + sym_log_verbose_value = 325, + sym_macs = 326, + sym_macs_value = 327, + sym_no_host_authentication_for_localhost = 328, + sym_no_host_authentication_for_localhost_value = 329, + sym_number_of_password_prompts = 330, + sym_number_of_password_prompts_value = 331, + sym_password_authentication = 332, + sym_password_authentication_value = 333, + sym_permit_local_command = 334, + sym_permit_local_command_value = 335, + sym_permit_remote_open = 336, + sym_permit_remote_open_value = 337, + sym_pkcs11_provider = 338, + sym_pkcs11_provider_value = 339, + sym_port = 340, + sym_port_value = 341, + sym_preferred_authentications = 342, + sym_preferred_authentications_value = 343, + sym_protocol = 344, + sym_protocol_value = 345, + sym_proxy_command = 346, + sym_proxy_command_value = 347, + sym_proxy_jump = 348, + sym_proxy_jump_value = 349, + sym_proxy_use_fdpass = 350, + sym_proxy_use_fdpass_value = 351, + sym_pubkey_accepted_algorithms = 352, + sym_pubkey_accepted_algorithms_value = 353, + sym_pubkey_accepted_key_types = 354, + sym_pubkey_accepted_key_types_value = 355, + sym_pubkey_authentication = 356, + sym_pubkey_authentication_value = 357, + sym_rekey_limit = 358, + sym_rekey_limit_value = 359, + sym_remote_command = 360, + sym_remote_command_value = 361, + sym_remote_forward = 362, + sym_remote_forward_value = 363, + sym_request_tty = 364, + sym_request_tty_value = 365, + sym_required_rsa_size = 366, + sym_required_rsa_size_value = 367, + sym_revoked_host_keys = 368, + sym_revoked_host_keys_value = 369, + sym_security_key_provider = 370, + sym_security_key_provider_value = 371, + sym_send_env = 372, + sym_send_env_value = 373, + sym_server_alive_count_max = 374, + sym_server_alive_count_max_value = 375, + sym_server_alive_interval = 376, + sym_server_alive_interval_value = 377, + sym_session_type = 378, + sym_session_type_value = 379, + sym_set_env = 380, + sym_set_env_value = 381, + sym_stdin_null = 382, + sym_stdin_null_value = 383, + sym_stream_local_bind_mask = 384, + sym_stream_local_bind_mask_value = 385, + sym_stream_local_bind_unlink = 386, + sym_stream_local_bind_unlink_value = 387, + sym_strict_host_key_checking = 388, + sym_strict_host_key_checking_value = 389, + sym_syslog_facility = 390, + sym_syslog_facility_value = 391, + sym_tcp_keep_alive = 392, + sym_tcp_keep_alive_value = 393, + sym_keep_alive = 394, + sym_keep_alive_value = 395, + sym_tunnel = 396, + sym_tunnel_value = 397, + sym_tunnel_device = 398, + sym_tunnel_device_value = 399, + sym_update_host_keys = 400, + sym_update_host_keys_value = 401, + sym_use_keychain = 402, + sym_use_keychain_value = 403, + sym_use_roaming = 404, + sym_use_roaming_value = 405, + sym_user = 406, + sym_user_value = 407, + sym_user_known_hosts_file = 408, + sym_user_known_hosts_file_value = 409, + sym_verify_host_key_dns = 410, + sym_verify_host_key_dns_value = 411, + sym_visual_host_key = 412, + sym_visual_host_key_value = 413, + sym_xauth_location = 414, + sym_xauth_location_value = 415, + aux_sym_client_config_repeat1 = 416, + anon_alias_sym_batch_mode_value = 417, + anon_alias_sym_canonicalize_fallback_local_value = 418, + anon_alias_sym_challenge_response_authentication_value = 419, + anon_alias_sym_check_host_ip_value = 420, + anon_alias_sym_clear_all_forwardings_value = 421, + anon_alias_sym_compression_value = 422, + anon_alias_sym_connect_timeout_value = 423, + anon_alias_sym_connection_attempts_value = 424, + anon_alias_sym_enable_ssh_keysign_value = 425, + anon_alias_sym_exit_on_forward_failure_value = 426, + anon_alias_sym_fork_after_authentication_value = 427, + anon_alias_sym_forward_x11_timeout_value = 428, + anon_alias_sym_forward_x11_trusted_value = 429, + anon_alias_sym_forward_x11_value = 430, + anon_alias_sym_gateway_ports_value = 431, + anon_alias_sym_gssapi_authentication_value = 432, + anon_alias_sym_gssapi_delegate_credentials_value = 433, + anon_alias_sym_gssapi_key_exchange_value = 434, + anon_alias_sym_gssapi_renewal_forces_rekey_value = 435, + anon_alias_sym_gssapi_trust_dns_value = 436, + anon_alias_sym_hash_known_hosts_value = 437, + anon_alias_sym_hostbased_authentication_value = 438, + anon_alias_sym_identities_only_value = 439, + anon_alias_sym_kbd_interactive_authentication_value = 440, + anon_alias_sym_keep_alive_value = 441, + anon_alias_sym_match_value = 442, + anon_alias_sym_no_host_authentication_for_localhost_value = 443, + anon_alias_sym_number_of_password_prompts_value = 444, + anon_alias_sym_password_authentication_value = 445, + anon_alias_sym_permit_local_command_value = 446, + anon_alias_sym_port_value = 447, + anon_alias_sym_proxy_use_fdpass_value = 448, + anon_alias_sym_required_rsa_size_value = 449, + anon_alias_sym_server_alive_count_max_value = 450, + anon_alias_sym_server_alive_interval_value = 451, + anon_alias_sym_stdin_null_value = 452, + anon_alias_sym_stream_local_bind_unlink_value = 453, + anon_alias_sym_tcp_keep_alive_value = 454, + anon_alias_sym_use_keychain_value = 455, + anon_alias_sym_use_roaming_value = 456, + anon_alias_sym_visual_host_key_value = 457, }; static const char * const ts_symbol_names[] = { @@ -629,6 +633,7 @@ static const char * const ts_symbol_names[] = { [aux_sym_remote_forward_token1] = "RemoteForward", [aux_sym_request_tty_token1] = "RequestTTY", [aux_sym_request_tty_value_token1] = "request_tty_value_token1", + [aux_sym_required_rsa_size_token1] = "RequiredRSASize", [aux_sym_revoked_host_keys_token1] = "RevokedHostKeys", [aux_sym_security_key_provider_token1] = "SecurityKeyProvider", [aux_sym_send_env_token1] = "SendEnv", @@ -846,6 +851,8 @@ static const char * const ts_symbol_names[] = { [sym_remote_forward_value] = "remote_forward_value", [sym_request_tty] = "request_tty", [sym_request_tty_value] = "request_tty_value", + [sym_required_rsa_size] = "required_rsa_size", + [sym_required_rsa_size_value] = "required_rsa_size_value", [sym_revoked_host_keys] = "revoked_host_keys", [sym_revoked_host_keys_value] = "revoked_host_keys_value", [sym_security_key_provider] = "security_key_provider", @@ -927,6 +934,7 @@ static const char * const ts_symbol_names[] = { [anon_alias_sym_permit_local_command_value] = "permit_local_command_value", [anon_alias_sym_port_value] = "port_value", [anon_alias_sym_proxy_use_fdpass_value] = "proxy_use_fdpass_value", + [anon_alias_sym_required_rsa_size_value] = "required_rsa_size_value", [anon_alias_sym_server_alive_count_max_value] = "server_alive_count_max_value", [anon_alias_sym_server_alive_interval_value] = "server_alive_interval_value", [anon_alias_sym_stdin_null_value] = "stdin_null_value", @@ -1086,6 +1094,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_remote_forward_token1] = aux_sym_remote_forward_token1, [aux_sym_request_tty_token1] = aux_sym_request_tty_token1, [aux_sym_request_tty_value_token1] = aux_sym_request_tty_value_token1, + [aux_sym_required_rsa_size_token1] = aux_sym_required_rsa_size_token1, [aux_sym_revoked_host_keys_token1] = aux_sym_revoked_host_keys_token1, [aux_sym_security_key_provider_token1] = aux_sym_security_key_provider_token1, [aux_sym_send_env_token1] = aux_sym_send_env_token1, @@ -1303,6 +1312,8 @@ static const TSSymbol ts_symbol_map[] = { [sym_remote_forward_value] = sym_remote_forward_value, [sym_request_tty] = sym_request_tty, [sym_request_tty_value] = sym_request_tty_value, + [sym_required_rsa_size] = sym_required_rsa_size, + [sym_required_rsa_size_value] = sym_required_rsa_size_value, [sym_revoked_host_keys] = sym_revoked_host_keys, [sym_revoked_host_keys_value] = sym_revoked_host_keys_value, [sym_security_key_provider] = sym_security_key_provider, @@ -1384,6 +1395,7 @@ static const TSSymbol ts_symbol_map[] = { [anon_alias_sym_permit_local_command_value] = anon_alias_sym_permit_local_command_value, [anon_alias_sym_port_value] = anon_alias_sym_port_value, [anon_alias_sym_proxy_use_fdpass_value] = anon_alias_sym_proxy_use_fdpass_value, + [anon_alias_sym_required_rsa_size_value] = anon_alias_sym_required_rsa_size_value, [anon_alias_sym_server_alive_count_max_value] = anon_alias_sym_server_alive_count_max_value, [anon_alias_sym_server_alive_interval_value] = anon_alias_sym_server_alive_interval_value, [anon_alias_sym_stdin_null_value] = anon_alias_sym_stdin_null_value, @@ -1987,6 +1999,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym_required_rsa_size_token1] = { + .visible = true, + .named = false, + }, [aux_sym_revoked_host_keys_token1] = { .visible = true, .named = false, @@ -2855,6 +2871,14 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_required_rsa_size] = { + .visible = true, + .named = true, + }, + [sym_required_rsa_size_value] = { + .visible = true, + .named = true, + }, [sym_revoked_host_keys] = { .visible = true, .named = true, @@ -3179,6 +3203,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_alias_sym_required_rsa_size_value] = { + .visible = true, + .named = false, + }, [anon_alias_sym_server_alive_count_max_value] = { .visible = true, .named = false, @@ -3315,30 +3343,33 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [0] = anon_alias_sym_proxy_use_fdpass_value, }, [34] = { - [0] = anon_alias_sym_server_alive_count_max_value, + [0] = anon_alias_sym_required_rsa_size_value, }, [35] = { - [0] = anon_alias_sym_server_alive_interval_value, + [0] = anon_alias_sym_server_alive_count_max_value, }, [36] = { - [0] = anon_alias_sym_stdin_null_value, + [0] = anon_alias_sym_server_alive_interval_value, }, [37] = { - [0] = anon_alias_sym_stream_local_bind_unlink_value, + [0] = anon_alias_sym_stdin_null_value, }, [38] = { - [0] = anon_alias_sym_tcp_keep_alive_value, + [0] = anon_alias_sym_stream_local_bind_unlink_value, }, [39] = { - [0] = anon_alias_sym_keep_alive_value, + [0] = anon_alias_sym_tcp_keep_alive_value, }, [40] = { - [0] = anon_alias_sym_use_keychain_value, + [0] = anon_alias_sym_keep_alive_value, }, [41] = { - [0] = anon_alias_sym_use_roaming_value, + [0] = anon_alias_sym_use_keychain_value, }, [42] = { + [0] = anon_alias_sym_use_roaming_value, + }, + [43] = { [0] = anon_alias_sym_visual_host_key_value, }, }; @@ -4701,6 +4732,18 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1312] = 1312, [1313] = 1313, [1314] = 1314, + [1315] = 1315, + [1316] = 1316, + [1317] = 1317, + [1318] = 1318, + [1319] = 1319, + [1320] = 1320, + [1321] = 1321, + [1322] = 1322, + [1323] = 1323, + [1324] = 1324, + [1325] = 1325, + [1326] = 1326, }; static inline bool sym_time_format_character_set_1(int32_t c) { @@ -4724,28 +4767,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(1364); - if (lookahead == '"') ADVANCE(1379); - if (lookahead == '#') ADVANCE(1365); - if (lookahead == '1') ADVANCE(1507); - if (lookahead == '2') ADVANCE(1509); - if (lookahead == '=') ADVANCE(1377); + if (eof) ADVANCE(1374); + if (lookahead == '"') ADVANCE(1389); + if (lookahead == '#') ADVANCE(1375); + if (lookahead == '1') ADVANCE(1517); + if (lookahead == '2') ADVANCE(1519); + if (lookahead == '=') ADVANCE(1387); if (lookahead == 'A') ADVANCE(61); if (lookahead == 'C') ADVANCE(121); if (lookahead == 'D') ADVANCE(33); - if (lookahead == 'E') ADVANCE(796); + if (lookahead == 'E') ADVANCE(801); if (lookahead == 'L') ADVANCE(48); if (lookahead == 'M') ADVANCE(122); - if (lookahead == 'N') ADVANCE(874); + if (lookahead == 'N') ADVANCE(879); if (lookahead == 'P') ADVANCE(123); - if (lookahead == 'R') ADVANCE(348); - if (lookahead == 'S') ADVANCE(349); - if (lookahead == 'T') ADVANCE(242); + if (lookahead == 'R') ADVANCE(350); + if (lookahead == 'S') ADVANCE(351); + if (lookahead == 'T') ADVANCE(243); if (lookahead == 'U') ADVANCE(59); - if (lookahead == 'Y') ADVANCE(379); + if (lookahead == 'Y') ADVANCE(382); if (lookahead == 'a') ADVANCE(74); if (lookahead == 'c') ADVANCE(107); - if (lookahead == 'd') ADVANCE(347); + if (lookahead == 'd') ADVANCE(349); if (lookahead == 'e') ADVANCE(76); if (lookahead == 'l') ADVANCE(49); if (lookahead == 'm') ADVANCE(67); @@ -4754,7 +4797,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'r') ADVANCE(38); if (lookahead == 's') ADVANCE(79); if (lookahead == 't') ADVANCE(80); - if (lookahead == 'u') ADVANCE(799); + if (lookahead == 'u') ADVANCE(804); if (lookahead == 'y') ADVANCE(42); if (lookahead == 'B' || lookahead == 'b') ADVANCE(127); @@ -4765,76 +4808,76 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'H' || lookahead == 'h') ADVANCE(136); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(319); + lookahead == 'i') ADVANCE(320); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(229); + lookahead == 'k') ADVANCE(230); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(494); + lookahead == 'o') ADVANCE(498); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(1267); + lookahead == 'q') ADVANCE(1276); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(387); + lookahead == 'v') ADVANCE(390); if (lookahead == 'X' || lookahead == 'x') ADVANCE(130); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1366); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1376); END_STATE(); case 1: - if (lookahead == '"') ADVANCE(1379); - if (lookahead == '#') ADVANCE(1365); - if (lookahead == '1') ADVANCE(1506); - if (lookahead == '2') ADVANCE(1508); - if (lookahead == '=') ADVANCE(1377); + if (lookahead == '"') ADVANCE(1389); + if (lookahead == '#') ADVANCE(1375); + if (lookahead == '1') ADVANCE(1516); + if (lookahead == '2') ADVANCE(1518); + if (lookahead == '=') ADVANCE(1387); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1285); + lookahead == 'a') ADVANCE(1294); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(172); + lookahead == 'f') ADVANCE(171); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(873); + lookahead == 'n') ADVANCE(878); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1005); + lookahead == 't') ADVANCE(1010); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(379); + lookahead == 'y') ADVANCE(382); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(1) END_STATE(); case 2: - if (lookahead == '"') ADVANCE(1379); - if (lookahead == '#') ADVANCE(1365); - if (lookahead == '=') ADVANCE(1377); + if (lookahead == '"') ADVANCE(1389); + if (lookahead == '#') ADVANCE(1375); + if (lookahead == '=') ADVANCE(1387); if (lookahead == 'A') ADVANCE(62); if (lookahead == 'D') ADVANCE(32); if (lookahead == 'L') ADVANCE(52); if (lookahead == 'U') ADVANCE(58); - if (lookahead == 'a') ADVANCE(241); - if (lookahead == 'u') ADVANCE(798); + if (lookahead == 'a') ADVANCE(242); + if (lookahead == 'u') ADVANCE(803); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(171); + lookahead == 'f') ADVANCE(170); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(938); + lookahead == 'h') ADVANCE(943); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(873); + lookahead == 'n') ADVANCE(878); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(494); + lookahead == 'o') ADVANCE(498); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1005); + lookahead == 't') ADVANCE(1010); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(379); + lookahead == 'y') ADVANCE(382); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(2) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1374); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1384); END_STATE(); case 3: - if (lookahead == '"') ADVANCE(1379); - if (lookahead == '#') ADVANCE(1365); - if (lookahead == '=') ADVANCE(1377); + if (lookahead == '"') ADVANCE(1389); + if (lookahead == '#') ADVANCE(1375); + if (lookahead == '=') ADVANCE(1387); if (lookahead == 'e') ADVANCE(109); if (lookahead == 'n') ADVANCE(98); if (lookahead == 'p') ADVANCE(102); @@ -4845,95 +4888,95 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(3) END_STATE(); case 4: - if (lookahead == '"') ADVANCE(1379); - if (lookahead == '#') ADVANCE(1365); - if (lookahead == '=') ADVANCE(1377); + if (lookahead == '"') ADVANCE(1389); + if (lookahead == '#') ADVANCE(1375); + if (lookahead == '=') ADVANCE(1387); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(683); + lookahead == 'a') ADVANCE(688); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(402); + lookahead == 'd') ADVANCE(405); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(171); + lookahead == 'f') ADVANCE(170); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(878); + lookahead == 'n') ADVANCE(883); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1268); + lookahead == 's') ADVANCE(1277); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1005); + lookahead == 't') ADVANCE(1010); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(379); + lookahead == 'y') ADVANCE(382); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(4) END_STATE(); case 5: - if (lookahead == '"') ADVANCE(1379); - if (lookahead == '#') ADVANCE(1418); - if (lookahead == '=') ADVANCE(1377); - if (lookahead == '^') ADVANCE(1362); - if (lookahead == 'n') ADVANCE(1422); + if (lookahead == '"') ADVANCE(1389); + if (lookahead == '#') ADVANCE(1428); + if (lookahead == '=') ADVANCE(1387); + if (lookahead == '^') ADVANCE(1372); + if (lookahead == 'n') ADVANCE(1432); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(1419); - if (lookahead != 0) ADVANCE(1418); + lookahead == ' ') ADVANCE(1429); + if (lookahead != 0) ADVANCE(1428); END_STATE(); case 6: - if (lookahead == '"') ADVANCE(1379); - if (lookahead == '#') ADVANCE(1418); - if (lookahead == '^') ADVANCE(1362); - if (lookahead == 'n') ADVANCE(1422); + if (lookahead == '"') ADVANCE(1389); + if (lookahead == '#') ADVANCE(1428); + if (lookahead == '^') ADVANCE(1372); + if (lookahead == 'n') ADVANCE(1432); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(1420); - if (lookahead != 0) ADVANCE(1418); + lookahead == ' ') ADVANCE(1430); + if (lookahead != 0) ADVANCE(1428); END_STATE(); case 7: - if (lookahead == '"') ADVANCE(1380); - if (lookahead == '#') ADVANCE(1372); - if (lookahead == '=') ADVANCE(1378); + if (lookahead == '"') ADVANCE(1390); + if (lookahead == '#') ADVANCE(1382); + if (lookahead == '=') ADVANCE(1388); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(7) - if (lookahead != 0) ADVANCE(1372); + if (lookahead != 0) ADVANCE(1382); END_STATE(); case 8: - if (lookahead == '"') ADVANCE(1380); - if (lookahead == '#') ADVANCE(1372); + if (lookahead == '"') ADVANCE(1390); + if (lookahead == '#') ADVANCE(1382); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(8) - if (lookahead != 0) ADVANCE(1372); + if (lookahead != 0) ADVANCE(1382); END_STATE(); case 9: - if (lookahead == '#') ADVANCE(1365); - if (lookahead == '=') ADVANCE(1377); + if (lookahead == '#') ADVANCE(1375); + if (lookahead == '=') ADVANCE(1387); if (lookahead == '\t' || - lookahead == ' ') ADVANCE(1376); + lookahead == ' ') ADVANCE(1386); if (lookahead == '\n' || lookahead == '\r') SKIP(9) END_STATE(); case 10: - if (lookahead == '#') ADVANCE(1418); - if (lookahead == '^') ADVANCE(1362); - if (lookahead == 'n') ADVANCE(1422); + if (lookahead == '#') ADVANCE(1382); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(1421); - if (lookahead != 0) ADVANCE(1418); + lookahead == ' ') SKIP(10) + if (lookahead != 0) ADVANCE(1382); END_STATE(); case 11: - if (lookahead == '#') ADVANCE(1372); + if (lookahead == '#') ADVANCE(1428); + if (lookahead == '^') ADVANCE(1372); + if (lookahead == 'n') ADVANCE(1432); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(11) - if (lookahead != 0) ADVANCE(1372); + lookahead == ' ') ADVANCE(1431); + if (lookahead != 0) ADVANCE(1428); END_STATE(); case 12: if (lookahead == '-') ADVANCE(114); @@ -4942,44 +4985,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(104); END_STATE(); case 14: - if (lookahead == '-') ADVANCE(836); + if (lookahead == '-') ADVANCE(841); END_STATE(); case 15: - if (lookahead == '-') ADVANCE(240); + if (lookahead == '-') ADVANCE(241); END_STATE(); case 16: - if (lookahead == '0') ADVANCE(1466); - if (lookahead == '1') ADVANCE(1467); - if (lookahead == '2') ADVANCE(1468); - if (lookahead == '3') ADVANCE(1469); - if (lookahead == '4') ADVANCE(1470); - if (lookahead == '5') ADVANCE(1471); - if (lookahead == '6') ADVANCE(1472); - if (lookahead == '7') ADVANCE(1473); + if (lookahead == '0') ADVANCE(1476); + if (lookahead == '1') ADVANCE(1477); + if (lookahead == '2') ADVANCE(1478); + if (lookahead == '3') ADVANCE(1479); + if (lookahead == '4') ADVANCE(1480); + if (lookahead == '5') ADVANCE(1481); + if (lookahead == '6') ADVANCE(1482); + if (lookahead == '7') ADVANCE(1483); END_STATE(); case 17: - if (lookahead == '0') ADVANCE(1542); - if (lookahead == '1') ADVANCE(1543); - if (lookahead == '2') ADVANCE(1544); - if (lookahead == '3') ADVANCE(1545); - if (lookahead == '4') ADVANCE(1546); - if (lookahead == '5') ADVANCE(1547); - if (lookahead == '6') ADVANCE(1548); - if (lookahead == '7') ADVANCE(1549); + if (lookahead == '0') ADVANCE(1553); + if (lookahead == '1') ADVANCE(1554); + if (lookahead == '2') ADVANCE(1555); + if (lookahead == '3') ADVANCE(1556); + if (lookahead == '4') ADVANCE(1557); + if (lookahead == '5') ADVANCE(1558); + if (lookahead == '6') ADVANCE(1559); + if (lookahead == '7') ADVANCE(1560); END_STATE(); case 18: - if (lookahead == '0') ADVANCE(1542); - if (lookahead == '1') ADVANCE(1543); - if (lookahead == '2') ADVANCE(1544); - if (lookahead == '3') ADVANCE(1545); - if (lookahead == '4') ADVANCE(1546); - if (lookahead == '5') ADVANCE(1547); - if (lookahead == '6') ADVANCE(1548); - if (lookahead == '7') ADVANCE(1549); + if (lookahead == '0') ADVANCE(1553); + if (lookahead == '1') ADVANCE(1554); + if (lookahead == '2') ADVANCE(1555); + if (lookahead == '3') ADVANCE(1556); + if (lookahead == '4') ADVANCE(1557); + if (lookahead == '5') ADVANCE(1558); + if (lookahead == '6') ADVANCE(1559); + if (lookahead == '7') ADVANCE(1560); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(881); + lookahead == 'c') ADVANCE(886); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(893); + lookahead == 'f') ADVANCE(898); END_STATE(); case 19: if (lookahead == '1') ADVANCE(20); @@ -4988,27 +5031,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '4') ADVANCE(23); END_STATE(); case 20: - if (lookahead == '1') ADVANCE(1454); - if (lookahead == '2') ADVANCE(1455); - if (lookahead == '3') ADVANCE(1456); + if (lookahead == '1') ADVANCE(1464); + if (lookahead == '2') ADVANCE(1465); + if (lookahead == '3') ADVANCE(1466); END_STATE(); case 21: - if (lookahead == '1') ADVANCE(1457); - if (lookahead == '2') ADVANCE(1458); - if (lookahead == '3') ADVANCE(1459); + if (lookahead == '1') ADVANCE(1467); + if (lookahead == '2') ADVANCE(1468); + if (lookahead == '3') ADVANCE(1469); END_STATE(); case 22: - if (lookahead == '1') ADVANCE(1460); - if (lookahead == '2') ADVANCE(1461); - if (lookahead == '3') ADVANCE(1462); + if (lookahead == '1') ADVANCE(1470); + if (lookahead == '2') ADVANCE(1471); + if (lookahead == '3') ADVANCE(1472); END_STATE(); case 23: - if (lookahead == '1') ADVANCE(1463); - if (lookahead == '2') ADVANCE(1464); - if (lookahead == '3') ADVANCE(1465); + if (lookahead == '1') ADVANCE(1473); + if (lookahead == '2') ADVANCE(1474); + if (lookahead == '3') ADVANCE(1475); END_STATE(); case 24: - if (lookahead == '1') ADVANCE(1429); + if (lookahead == '1') ADVANCE(1439); END_STATE(); case 25: if (lookahead == '1') ADVANCE(27); @@ -5017,19 +5060,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '1') ADVANCE(24); END_STATE(); case 27: - if (lookahead == '1') ADVANCE(984); + if (lookahead == '1') ADVANCE(989); END_STATE(); case 28: if (lookahead == '2') ADVANCE(30); END_STATE(); case 29: - if (lookahead == '5') ADVANCE(1425); + if (lookahead == '5') ADVANCE(1435); END_STATE(); case 30: if (lookahead == '5') ADVANCE(31); END_STATE(); case 31: - if (lookahead == '6') ADVANCE(1426); + if (lookahead == '6') ADVANCE(1436); END_STATE(); case 32: if (lookahead == 'A') ADVANCE(39); @@ -5037,13 +5080,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 33: if (lookahead == 'A') ADVANCE(39); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(230); + lookahead == 'e') ADVANCE(231); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(803); + lookahead == 'y') ADVANCE(808); END_STATE(); case 34: if (lookahead == 'A') ADVANCE(44); - if (lookahead == 'a') ADVANCE(684); + if (lookahead == 'a') ADVANCE(689); END_STATE(); case 35: if (lookahead == 'A') ADVANCE(45); @@ -5052,13 +5095,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'C') ADVANCE(34); if (lookahead == 'c') ADVANCE(137); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(707); + lookahead == 'g') ADVANCE(712); END_STATE(); case 37: if (lookahead == 'C') ADVANCE(35); END_STATE(); case 38: - if (lookahead == 'E') ADVANCE(662); + if (lookahead == 'E') ADVANCE(667); if (lookahead == 'e') ADVANCE(90); END_STATE(); case 39: @@ -5066,23 +5109,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 40: if (lookahead == 'E') ADVANCE(55); - if (lookahead == 'e') ADVANCE(668); + if (lookahead == 'e') ADVANCE(673); END_STATE(); case 41: if (lookahead == 'E') ADVANCE(56); END_STATE(); case 42: - if (lookahead == 'E') ADVANCE(1064); + if (lookahead == 'E') ADVANCE(1071); if (lookahead == 'e') ADVANCE(57); END_STATE(); case 43: - if (lookahead == 'H') ADVANCE(1541); + if (lookahead == 'H') ADVANCE(1552); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1410); + lookahead == 'o') ADVANCE(1420); END_STATE(); case 44: if (lookahead == 'L') ADVANCE(18); - if (lookahead == 'l') ADVANCE(261); + if (lookahead == 'l') ADVANCE(262); END_STATE(); case 45: if (lookahead == 'L') ADVANCE(17); @@ -5091,22 +5134,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'M') ADVANCE(51); END_STATE(); case 47: - if (lookahead == 'N') ADVANCE(1539); + if (lookahead == 'N') ADVANCE(1550); END_STATE(); case 48: if (lookahead == 'O') ADVANCE(36); - if (lookahead == 'o') ADVANCE(254); + if (lookahead == 'o') ADVANCE(255); END_STATE(); case 49: - if (lookahead == 'O') ADVANCE(254); - if (lookahead == 'e') ADVANCE(1475); + if (lookahead == 'O') ADVANCE(255); + if (lookahead == 'e') ADVANCE(1485); if (lookahead == 'o') ADVANCE(118); END_STATE(); case 50: - if (lookahead == 'O') ADVANCE(1369); - if (lookahead == 'o') ADVANCE(1554); + if (lookahead == 'O') ADVANCE(1379); + if (lookahead == 'o') ADVANCE(1565); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(743); + lookahead == 'u') ADVANCE(748); END_STATE(); case 51: if (lookahead == 'O') ADVANCE(47); @@ -5115,76 +5158,76 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'O') ADVANCE(37); END_STATE(); case 53: - if (lookahead == 'O') ADVANCE(1008); + if (lookahead == 'O') ADVANCE(1013); if (lookahead == 'o') ADVANCE(85); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1103); + lookahead == 'a') ADVANCE(1110); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1006); + lookahead == 'e') ADVANCE(1011); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(258); + lookahead == 'k') ADVANCE(259); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(378); + lookahead == 'r') ADVANCE(381); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(228); + lookahead == 'u') ADVANCE(229); END_STATE(); case 54: - if (lookahead == 'O') ADVANCE(558); + if (lookahead == 'O') ADVANCE(562); if (lookahead == 'o') ADVANCE(96); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(743); + lookahead == 'u') ADVANCE(748); END_STATE(); case 55: - if (lookahead == 'R') ADVANCE(1562); - if (lookahead == 'r') ADVANCE(1562); + if (lookahead == 'R') ADVANCE(1573); + if (lookahead == 'r') ADVANCE(1573); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(389); + lookahead == 'k') ADVANCE(392); END_STATE(); case 56: - if (lookahead == 'R') ADVANCE(1540); + if (lookahead == 'R') ADVANCE(1551); END_STATE(); case 57: - if (lookahead == 'S') ADVANCE(1367); - if (lookahead == 's') ADVANCE(1553); + if (lookahead == 'S') ADVANCE(1377); + if (lookahead == 's') ADVANCE(1564); END_STATE(); case 58: if (lookahead == 'S') ADVANCE(41); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(231); + lookahead == 'n') ADVANCE(232); END_STATE(); case 59: if (lookahead == 'S') ADVANCE(40); - if (lookahead == 's') ADVANCE(377); + if (lookahead == 's') ADVANCE(380); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(231); + lookahead == 'n') ADVANCE(232); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(322); + lookahead == 'p') ADVANCE(323); END_STATE(); case 60: if (lookahead == 'T') ADVANCE(43); - if (lookahead == 't') ADVANCE(875); + if (lookahead == 't') ADVANCE(880); END_STATE(); case 61: if (lookahead == 'U') ADVANCE(60); - if (lookahead == 'u') ADVANCE(1168); + if (lookahead == 'u') ADVANCE(1177); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(249); + lookahead == 'c') ADVANCE(250); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(302); + lookahead == 'd') ADVANCE(303); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1312); + lookahead == 'l') ADVANCE(1321); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1332); + lookahead == 'n') ADVANCE(1341); if (lookahead == 'S' || - lookahead == 's') ADVANCE(657); + lookahead == 's') ADVANCE(662); END_STATE(); case 62: if (lookahead == 'U') ADVANCE(60); - if (lookahead == 'u') ADVANCE(1168); + if (lookahead == 'u') ADVANCE(1177); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(249); + lookahead == 'c') ADVANCE(250); if (lookahead == 'S' || - lookahead == 's') ADVANCE(657); + lookahead == 's') ADVANCE(662); END_STATE(); case 63: if (lookahead == 'a') ADVANCE(28); @@ -5201,7 +5244,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 67: if (lookahead == 'd') ADVANCE(29); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(256); + lookahead == 'a') ADVANCE(257); END_STATE(); case 68: if (lookahead == 'd') ADVANCE(69); @@ -5210,7 +5253,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'e') ADVANCE(91); END_STATE(); case 70: - if (lookahead == 'e') ADVANCE(1417); + if (lookahead == 'e') ADVANCE(1427); END_STATE(); case 71: if (lookahead == 'e') ADVANCE(108); @@ -5224,43 +5267,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 74: if (lookahead == 'f') ADVANCE(19); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(249); + lookahead == 'c') ADVANCE(250); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(302); + lookahead == 'd') ADVANCE(303); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1312); + lookahead == 'l') ADVANCE(1321); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1332); + lookahead == 'n') ADVANCE(1341); if (lookahead == 'S' || - lookahead == 's') ADVANCE(657); + lookahead == 's') ADVANCE(662); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1168); + lookahead == 'u') ADVANCE(1177); END_STATE(); case 75: if (lookahead == 'f') ADVANCE(19); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(302); + lookahead == 'd') ADVANCE(303); END_STATE(); case 76: - if (lookahead == 'f') ADVANCE(1474); + if (lookahead == 'f') ADVANCE(1484); if (lookahead == 't') ADVANCE(82); if (lookahead == 'N' || lookahead == 'n') ADVANCE(134); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1009); + lookahead == 'r') ADVANCE(1014); if (lookahead == 'S' || - lookahead == 's') ADVANCE(252); + lookahead == 's') ADVANCE(253); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(602); + lookahead == 'x') ADVANCE(606); END_STATE(); case 77: - if (lookahead == 'f') ADVANCE(1474); + if (lookahead == 'f') ADVANCE(1484); if (lookahead == 'N' || lookahead == 'n') ADVANCE(134); if (lookahead == 'S' || - lookahead == 's') ADVANCE(252); + lookahead == 's') ADVANCE(253); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(602); + lookahead == 'x') ADVANCE(606); END_STATE(); case 78: if (lookahead == 'g') ADVANCE(83); @@ -5268,29 +5311,29 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 79: if (lookahead == 'h') ADVANCE(63); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(250); + lookahead == 'e') ADVANCE(251); if (lookahead == 'T' || - lookahead == 't') ADVANCE(318); + lookahead == 't') ADVANCE(319); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(232); + lookahead == 'u') ADVANCE(233); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1094); + lookahead == 'y') ADVANCE(1101); END_STATE(); case 80: if (lookahead == 'h') ADVANCE(105); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(982); + lookahead == 'c') ADVANCE(987); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1271); + lookahead == 'r') ADVANCE(1281); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(804); + lookahead == 'u') ADVANCE(809); END_STATE(); case 81: if (lookahead == 'h') ADVANCE(105); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(982); + lookahead == 'c') ADVANCE(987); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(804); + lookahead == 'u') ADVANCE(809); END_STATE(); case 82: if (lookahead == 'h') ADVANCE(72); @@ -5304,7 +5347,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 85: if (lookahead == 'i') ADVANCE(93); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1151); + lookahead == 'r') ADVANCE(1160); END_STATE(); case 86: if (lookahead == 'i') ADVANCE(64); @@ -5321,13 +5364,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 90: if (lookahead == 'l') ADVANCE(86); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(382); + lookahead == 'k') ADVANCE(385); if (lookahead == 'M' || - lookahead == 'm') ADVANCE(915); + lookahead == 'm') ADVANCE(920); if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(1280); + lookahead == 'q') ADVANCE(1278); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(924); + lookahead == 'v') ADVANCE(929); END_STATE(); case 91: if (lookahead == 'l') ADVANCE(65); @@ -5347,13 +5390,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 96: if (lookahead == 'n') ADVANCE(70); if (lookahead == 'H' || - lookahead == 'h') ADVANCE(933); + lookahead == 'h') ADVANCE(938); END_STATE(); case 97: if (lookahead == 'n') ADVANCE(113); END_STATE(); case 98: - if (lookahead == 'o') ADVANCE(1554); + if (lookahead == 'o') ADVANCE(1565); END_STATE(); case 99: if (lookahead == 'o') ADVANCE(116); @@ -5382,20 +5425,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 107: if (lookahead == 's') ADVANCE(16); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(801); + lookahead == 'a') ADVANCE(806); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1007); + lookahead == 'e') ADVANCE(1012); if (lookahead == 'H' || lookahead == 'h') ADVANCE(125); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(969); + lookahead == 'i') ADVANCE(974); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(385); + lookahead == 'l') ADVANCE(388); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(742); + lookahead == 'o') ADVANCE(747); END_STATE(); case 108: - if (lookahead == 's') ADVANCE(1553); + if (lookahead == 's') ADVANCE(1564); END_STATE(); case 109: if (lookahead == 't') ADVANCE(82); @@ -5404,13 +5447,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 't') ADVANCE(12); END_STATE(); case 111: - if (lookahead == 't') ADVANCE(1556); + if (lookahead == 't') ADVANCE(1567); END_STATE(); case 112: - if (lookahead == 't') ADVANCE(1477); + if (lookahead == 't') ADVANCE(1487); END_STATE(); case 113: - if (lookahead == 't') ADVANCE(1555); + if (lookahead == 't') ADVANCE(1566); END_STATE(); case 114: if (lookahead == 't') ADVANCE(100); @@ -5429,603 +5472,603 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'C' || lookahead == 'c') ADVANCE(137); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(707); + lookahead == 'g') ADVANCE(712); END_STATE(); case 119: - if (lookahead == 'y') ADVANCE(1476); + if (lookahead == 'y') ADVANCE(1486); END_STATE(); case 120: - if (lookahead == 'y') ADVANCE(1478); + if (lookahead == 'y') ADVANCE(1488); END_STATE(); case 121: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(801); + lookahead == 'a') ADVANCE(806); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1007); + lookahead == 'e') ADVANCE(1012); if (lookahead == 'H' || lookahead == 'h') ADVANCE(125); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(969); + lookahead == 'i') ADVANCE(974); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(385); + lookahead == 'l') ADVANCE(388); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(742); + lookahead == 'o') ADVANCE(747); END_STATE(); case 122: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(256); + lookahead == 'a') ADVANCE(257); END_STATE(); case 123: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1103); + lookahead == 'a') ADVANCE(1110); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1006); + lookahead == 'e') ADVANCE(1011); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(258); + lookahead == 'k') ADVANCE(259); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1008); + lookahead == 'o') ADVANCE(1013); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(378); + lookahead == 'r') ADVANCE(381); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(228); + lookahead == 'u') ADVANCE(229); END_STATE(); case 124: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(704); + lookahead == 'a') ADVANCE(709); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(781); + lookahead == 'i') ADVANCE(786); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(996); + lookahead == 'o') ADVANCE(1001); END_STATE(); case 125: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(695); + lookahead == 'a') ADVANCE(700); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(244); + lookahead == 'e') ADVANCE(245); END_STATE(); case 126: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(273); + lookahead == 'a') ADVANCE(274); END_STATE(); case 127: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1171); + lookahead == 'a') ADVANCE(1180); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(802); + lookahead == 'i') ADVANCE(807); END_STATE(); case 128: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1347); + lookahead == 'a') ADVANCE(1356); END_STATE(); case 129: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1328); + lookahead == 'a') ADVANCE(1337); END_STATE(); case 130: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1272); + lookahead == 'a') ADVANCE(1282); END_STATE(); case 131: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1173); + lookahead == 'a') ADVANCE(1182); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(882); + lookahead == 'l') ADVANCE(887); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1105); + lookahead == 's') ADVANCE(1112); END_STATE(); case 132: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(772); + lookahead == 'a') ADVANCE(777); END_STATE(); case 133: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1327); + lookahead == 'a') ADVANCE(1336); END_STATE(); case 134: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(237); + lookahead == 'a') ADVANCE(238); END_STATE(); case 135: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(755); + lookahead == 'a') ADVANCE(760); END_STATE(); case 136: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1095); + lookahead == 'a') ADVANCE(1102); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1098); + lookahead == 'o') ADVANCE(1105); END_STATE(); case 137: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(684); + lookahead == 'a') ADVANCE(689); END_STATE(); case 138: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(503); + lookahead == 'a') ADVANCE(507); END_STATE(); case 139: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(323); + lookahead == 'a') ADVANCE(324); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(846); + lookahead == 'i') ADVANCE(851); END_STATE(); case 140: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1018); + lookahead == 'a') ADVANCE(1022); END_STATE(); case 141: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(979); + lookahead == 'a') ADVANCE(984); END_STATE(); case 142: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(685); + lookahead == 'a') ADVANCE(690); END_STATE(); case 143: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(975); + lookahead == 'a') ADVANCE(980); END_STATE(); case 144: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(696); + lookahead == 'a') ADVANCE(701); END_STATE(); case 145: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1273); + lookahead == 'a') ADVANCE(1283); END_STATE(); case 146: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1342); + lookahead == 'a') ADVANCE(1351); END_STATE(); case 147: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(740); + lookahead == 'a') ADVANCE(745); END_STATE(); case 148: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(262); + lookahead == 'a') ADVANCE(263); END_STATE(); case 149: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(766); + lookahead == 'a') ADVANCE(771); END_STATE(); case 150: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(733); + lookahead == 'a') ADVANCE(738); END_STATE(); case 151: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(281); + lookahead == 'a') ADVANCE(282); END_STATE(); case 152: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1011); + lookahead == 'a') ADVANCE(1016); END_STATE(); case 153: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(255); + lookahead == 'a') ADVANCE(256); END_STATE(); case 154: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1212); + lookahead == 'a') ADVANCE(1221); END_STATE(); case 155: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(690); + lookahead == 'a') ADVANCE(695); END_STATE(); case 156: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(692); + lookahead == 'a') ADVANCE(697); END_STATE(); case 157: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(739); + lookahead == 'a') ADVANCE(744); END_STATE(); case 158: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(697); + lookahead == 'a') ADVANCE(702); END_STATE(); case 159: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1176); + lookahead == 'a') ADVANCE(1185); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1025); + lookahead == 'e') ADVANCE(1030); END_STATE(); case 160: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(605); + lookahead == 'a') ADVANCE(611); END_STATE(); case 161: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1000); + lookahead == 'a') ADVANCE(1005); END_STATE(); case 162: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1015); + lookahead == 'a') ADVANCE(1020); END_STATE(); case 163: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1017); + lookahead == 'a') ADVANCE(1023); END_STATE(); case 164: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1019); + lookahead == 'a') ADVANCE(698); END_STATE(); case 165: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(693); + lookahead == 'a') ADVANCE(1238); END_STATE(); case 166: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1229); + lookahead == 'a') ADVANCE(1024); END_STATE(); case 167: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(714); + lookahead == 'a') ADVANCE(719); END_STATE(); case 168: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(694); + lookahead == 'a') ADVANCE(1118); END_STATE(); case 169: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1020); + lookahead == 'a') ADVANCE(699); END_STATE(); case 170: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1071); + lookahead == 'a') ADVANCE(708); END_STATE(); case 171: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(703); + lookahead == 'a') ADVANCE(708); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1052); END_STATE(); case 172: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(703); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1045); + lookahead == 'a') ADVANCE(1026); END_STATE(); case 173: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1051); + lookahead == 'a') ADVANCE(1078); END_STATE(); case 174: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1106); + lookahead == 'a') ADVANCE(1058); END_STATE(); case 175: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1100); + lookahead == 'a') ADVANCE(1113); END_STATE(); case 176: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(706); + lookahead == 'a') ADVANCE(1107); END_STATE(); case 177: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(747); + lookahead == 'a') ADVANCE(711); END_STATE(); case 178: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1290); + lookahead == 'a') ADVANCE(752); + END_STATE(); + case 179: + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1299); if (lookahead == 'C' || - lookahead == 'c') ADVANCE(719); + lookahead == 'c') ADVANCE(724); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(456); + lookahead == 'd') ADVANCE(460); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(356); + lookahead == 'k') ADVANCE(358); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(458); + lookahead == 'r') ADVANCE(462); if (lookahead == 'S' || - lookahead == 's') ADVANCE(420); + lookahead == 's') ADVANCE(424); if (lookahead == 'T' || - lookahead == 't') ADVANCE(1014); - END_STATE(); - case 179: - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(702); + lookahead == 't') ADVANCE(1019); END_STATE(); case 180: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(525); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(26); + lookahead == 'a') ADVANCE(707); END_STATE(); case 181: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(763); + lookahead == 'a') ADVANCE(529); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(26); END_STATE(); case 182: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1192); + lookahead == 'a') ADVANCE(768); END_STATE(); case 183: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(813); + lookahead == 'a') ADVANCE(1201); END_STATE(); case 184: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(844); + lookahead == 'a') ADVANCE(819); END_STATE(); case 185: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(761); + lookahead == 'a') ADVANCE(849); END_STATE(); case 186: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(272); + lookahead == 'a') ADVANCE(766); END_STATE(); case 187: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(711); + lookahead == 'a') ADVANCE(273); END_STATE(); case 188: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(764); + lookahead == 'a') ADVANCE(716); END_STATE(); case 189: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(816); + lookahead == 'a') ADVANCE(769); END_STATE(); case 190: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1235); + lookahead == 'a') ADVANCE(821); END_STATE(); case 191: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(590); + lookahead == 'a') ADVANCE(1244); END_STATE(); case 192: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1126); + lookahead == 'a') ADVANCE(594); END_STATE(); case 193: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(817); + lookahead == 'a') ADVANCE(1135); END_STATE(); case 194: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(608); + lookahead == 'a') ADVANCE(823); END_STATE(); case 195: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1118); + lookahead == 'a') ADVANCE(614); END_STATE(); case 196: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(823); + lookahead == 'a') ADVANCE(1127); END_STATE(); case 197: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1201); + lookahead == 'a') ADVANCE(829); END_STATE(); case 198: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(825); + lookahead == 'a') ADVANCE(1210); END_STATE(); case 199: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1206); + lookahead == 'a') ADVANCE(831); END_STATE(); case 200: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(724); + lookahead == 'a') ADVANCE(1215); END_STATE(); case 201: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1138); + lookahead == 'a') ADVANCE(729); END_STATE(); case 202: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(725); + lookahead == 'a') ADVANCE(1147); END_STATE(); case 203: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(527); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(620); + lookahead == 'a') ADVANCE(730); END_STATE(); case 204: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(728); + lookahead == 'a') ADVANCE(531); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(625); END_STATE(); case 205: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(528); + lookahead == 'a') ADVANCE(733); END_STATE(); case 206: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1142); + lookahead == 'a') ADVANCE(532); END_STATE(); case 207: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(285); + lookahead == 'a') ADVANCE(1151); END_STATE(); case 208: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(732); + lookahead == 'a') ADVANCE(286); END_STATE(); case 209: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1237); + lookahead == 'a') ADVANCE(737); END_STATE(); case 210: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1239); + lookahead == 'a') ADVANCE(1246); END_STATE(); case 211: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1240); + lookahead == 'a') ADVANCE(1248); END_STATE(); case 212: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1241); + lookahead == 'a') ADVANCE(1249); END_STATE(); case 213: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1242); + lookahead == 'a') ADVANCE(1250); END_STATE(); case 214: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1243); + lookahead == 'a') ADVANCE(1251); END_STATE(); case 215: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1244); + lookahead == 'a') ADVANCE(1252); END_STATE(); case 216: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1245); + lookahead == 'a') ADVANCE(1253); END_STATE(); case 217: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1246); + lookahead == 'a') ADVANCE(1254); END_STATE(); case 218: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(734); + lookahead == 'a') ADVANCE(1255); END_STATE(); case 219: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(735); + lookahead == 'a') ADVANCE(739); END_STATE(); case 220: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(737); - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(414); + lookahead == 'a') ADVANCE(740); END_STATE(); case 221: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(738); + lookahead == 'a') ADVANCE(742); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(418); END_STATE(); case 222: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1291); + lookahead == 'a') ADVANCE(743); END_STATE(); case 223: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1292); + lookahead == 'a') ADVANCE(1300); END_STATE(); case 224: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1293); + lookahead == 'a') ADVANCE(1301); END_STATE(); case 225: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1294); - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(475); + lookahead == 'a') ADVANCE(1302); END_STATE(); case 226: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1295); + lookahead == 'a') ADVANCE(1303); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(479); END_STATE(); case 227: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1296); + lookahead == 'a') ADVANCE(1304); END_STATE(); case 228: - if (lookahead == 'B' || - lookahead == 'b') ADVANCE(666); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(1305); END_STATE(); case 229: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(321); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(383); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(879); + lookahead == 'b') ADVANCE(671); END_STATE(); case 230: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1269); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(145); + lookahead == 'b') ADVANCE(322); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(386); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(884); END_STATE(); case 231: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(886); + lookahead == 'b') ADVANCE(1279); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(145); END_STATE(); case 232: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(1129); + lookahead == 'b') ADVANCE(891); END_STATE(); case 233: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(147); + lookahead == 'b') ADVANCE(1138); END_STATE(); case 234: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(455); + lookahead == 'b') ADVANCE(147); END_STATE(); case 235: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(626); + lookahead == 'b') ADVANCE(459); END_STATE(); case 236: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(153); + lookahead == 'b') ADVANCE(632); END_STATE(); case 237: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(727); + lookahead == 'b') ADVANCE(153); END_STATE(); case 238: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(920); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(495); + lookahead == 'b') ADVANCE(732); END_STATE(); case 239: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(932); + lookahead == 'b') ADVANCE(925); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(499); END_STATE(); case 240: if (lookahead == 'B' || - lookahead == 'b') ADVANCE(941); + lookahead == 'b') ADVANCE(937); END_STATE(); case 241: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(249); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(657); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1168); + if (lookahead == 'B' || + lookahead == 'b') ADVANCE(946); END_STATE(); case 242: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(982); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1271); + lookahead == 'c') ADVANCE(250); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(662); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(804); + lookahead == 'u') ADVANCE(1177); END_STATE(); case 243: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(982); + lookahead == 'c') ADVANCE(987); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1281); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(804); + lookahead == 'u') ADVANCE(809); END_STATE(); case 244: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(661); + lookahead == 'c') ADVANCE(987); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(809); END_STATE(); case 245: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(698); + lookahead == 'c') ADVANCE(666); END_STATE(); case 246: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(698); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1153); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(876); + lookahead == 'c') ADVANCE(703); END_STATE(); case 247: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(535); + lookahead == 'c') ADVANCE(703); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(1162); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(881); END_STATE(); case 248: if (lookahead == 'C' || @@ -6033,113 +6076,113 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 249: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(388); + lookahead == 'c') ADVANCE(543); END_STATE(); case 250: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1274); + lookahead == 'c') ADVANCE(391); + END_STATE(); + case 251: + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(1284); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(333); + lookahead == 'n') ADVANCE(335); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1301); + lookahead == 'r') ADVANCE(1310); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1101); + lookahead == 's') ADVANCE(1108); if (lookahead == 'T' || - lookahead == 't') ADVANCE(394); - END_STATE(); - case 251: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(677); + lookahead == 't') ADVANCE(397); END_STATE(); case 252: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(141); + lookahead == 'c') ADVANCE(682); END_STATE(); case 253: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(548); + lookahead == 'c') ADVANCE(141); END_STATE(); case 254: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(137); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(707); + lookahead == 'c') ADVANCE(552); END_STATE(); case 255: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(681); + lookahead == 'c') ADVANCE(137); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(712); END_STATE(); case 256: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1065); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(247); + lookahead == 'c') ADVANCE(686); END_STATE(); case 257: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(542); + lookahead == 'c') ADVANCE(1072); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(248); END_STATE(); case 258: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1066); + lookahead == 'c') ADVANCE(546); END_STATE(); case 259: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1234); + lookahead == 'c') ADVANCE(1073); END_STATE(); case 260: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1156); + lookahead == 'c') ADVANCE(1243); END_STATE(); case 261: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(881); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(893); + lookahead == 'c') ADVANCE(1165); END_STATE(); case 262: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(591); + lookahead == 'c') ADVANCE(886); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(898); END_STATE(); case 263: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(155); + lookahead == 'c') ADVANCE(595); END_STATE(); case 264: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(353); + lookahead == 'c') ADVANCE(155); END_STATE(); case 265: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(353); + lookahead == 'c') ADVANCE(355); + END_STATE(); + case 266: + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(355); if (lookahead == 'K' || lookahead == 'k') ADVANCE(138); if (lookahead == 'W' || lookahead == 'w') ADVANCE(152); END_STATE(); - case 266: - if (lookahead == 'C' || - lookahead == 'c') ADVANCE(190); - END_STATE(); case 267: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(157); + lookahead == 'c') ADVANCE(191); END_STATE(); case 268: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(158); + lookahead == 'c') ADVANCE(157); END_STATE(); case 269: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(168); + lookahead == 'c') ADVANCE(158); END_STATE(); case 270: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(404); + lookahead == 'c') ADVANCE(169); END_STATE(); case 271: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(366); + lookahead == 'c') ADVANCE(408); END_STATE(); case 272: if (lookahead == 'C' || @@ -6147,107 +6190,107 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 273: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(270); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1210); + lookahead == 'c') ADVANCE(370); END_STATE(); case 274: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(919); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(851); + lookahead == 'c') ADVANCE(271); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1219); END_STATE(); case 275: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(895); + lookahead == 'c') ADVANCE(924); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(856); END_STATE(); case 276: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(545); + lookahead == 'c') ADVANCE(900); END_STATE(); case 277: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(544); + lookahead == 'c') ADVANCE(549); END_STATE(); case 278: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1029); + lookahead == 'c') ADVANCE(548); END_STATE(); case 279: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(837); + lookahead == 'c') ADVANCE(440); END_STATE(); case 280: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(436); + lookahead == 'c') ADVANCE(842); END_STATE(); case 281: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(1238); + lookahead == 'c') ADVANCE(441); END_STATE(); case 282: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(437); + lookahead == 'c') ADVANCE(1247); END_STATE(); case 283: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(197); + lookahead == 'c') ADVANCE(1035); END_STATE(); case 284: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(471); + lookahead == 'c') ADVANCE(198); END_STATE(); case 285: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(284); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1262); + lookahead == 'c') ADVANCE(475); END_STATE(); case 286: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(208); + lookahead == 'c') ADVANCE(285); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1271); END_STATE(); case 287: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(513); + lookahead == 'c') ADVANCE(209); END_STATE(); case 288: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(961); - if (lookahead == 'J' || - lookahead == 'j') ADVANCE(1270); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1122); + lookahead == 'c') ADVANCE(517); END_STATE(); case 289: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(209); + lookahead == 'c') ADVANCE(966); + if (lookahead == 'J' || + lookahead == 'j') ADVANCE(1280); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1131); END_STATE(); case 290: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(965); - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(955); + lookahead == 'c') ADVANCE(210); END_STATE(); case 291: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(210); + lookahead == 'c') ADVANCE(970); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(960); END_STATE(); case 292: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(967); + lookahead == 'c') ADVANCE(211); END_STATE(); case 293: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(211); + lookahead == 'c') ADVANCE(972); END_STATE(); case 294: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(968); + lookahead == 'c') ADVANCE(212); END_STATE(); case 295: if (lookahead == 'C' || - lookahead == 'c') ADVANCE(212); + lookahead == 'c') ADVANCE(973); END_STATE(); case 296: if (lookahead == 'C' || @@ -6270,446 +6313,446 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 'c') ADVANCE(217); END_STATE(); case 301: - if (lookahead == 'D' || - lookahead == 'd') ADVANCE(302); + if (lookahead == 'C' || + lookahead == 'c') ADVANCE(218); END_STATE(); case 302: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(663); + lookahead == 'd') ADVANCE(303); END_STATE(); case 303: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1516); + lookahead == 'd') ADVANCE(668); END_STATE(); case 304: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(180); + lookahead == 'd') ADVANCE(1526); END_STATE(); case 305: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1483); + lookahead == 'd') ADVANCE(181); END_STATE(); case 306: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1484); + lookahead == 'd') ADVANCE(1493); END_STATE(); case 307: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1510); + lookahead == 'd') ADVANCE(1494); END_STATE(); case 308: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1519); + lookahead == 'd') ADVANCE(1520); END_STATE(); case 309: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1520); + lookahead == 'd') ADVANCE(1529); END_STATE(); case 310: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1414); + lookahead == 'd') ADVANCE(1530); END_STATE(); case 311: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(220); + lookahead == 'd') ADVANCE(1424); END_STATE(); case 312: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(753); + lookahead == 'd') ADVANCE(221); END_STATE(); case 313: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1431); + lookahead == 'd') ADVANCE(758); END_STATE(); case 314: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1482); + lookahead == 'd') ADVANCE(1441); END_STATE(); case 315: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1500); + lookahead == 'd') ADVANCE(1492); END_STATE(); case 316: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1517); + lookahead == 'd') ADVANCE(1510); END_STATE(); case 317: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(139); + lookahead == 'd') ADVANCE(1527); END_STATE(); case 318: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(604); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(405); + lookahead == 'd') ADVANCE(139); END_STATE(); case 319: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(391); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(842); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(246); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(995); + lookahead == 'd') ADVANCE(610); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(409); END_STATE(); case 320: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(391); + lookahead == 'd') ADVANCE(394); if (lookahead == 'G' || - lookahead == 'g') ADVANCE(842); + lookahead == 'g') ADVANCE(847); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(245); + lookahead == 'n') ADVANCE(247); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(995); + lookahead == 'p') ADVANCE(1000); END_STATE(); case 321: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(583); + lookahead == 'd') ADVANCE(394); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(847); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(246); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1000); END_STATE(); case 322: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(182); + lookahead == 'd') ADVANCE(587); END_STATE(); case 323: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(339); + lookahead == 'd') ADVANCE(183); END_STATE(); case 324: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(279); + lookahead == 'd') ADVANCE(341); END_STATE(); case 325: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(833); + lookahead == 'd') ADVANCE(280); END_STATE(); case 326: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(918); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1361); + lookahead == 'd') ADVANCE(1041); END_STATE(); case 327: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(935); + lookahead == 'd') ADVANCE(838); END_STATE(); case 328: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(354); + lookahead == 'd') ADVANCE(923); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1370); END_STATE(); case 329: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(358); + lookahead == 'd') ADVANCE(940); END_STATE(); case 330: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(432); + lookahead == 'd') ADVANCE(356); END_STATE(); case 331: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(434); + lookahead == 'd') ADVANCE(360); END_STATE(); case 332: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(983); + lookahead == 'd') ADVANCE(436); END_STATE(); case 333: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(409); + lookahead == 'd') ADVANCE(438); END_STATE(); case 334: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(500); + lookahead == 'd') ADVANCE(988); END_STATE(); case 335: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(835); + lookahead == 'd') ADVANCE(413); END_STATE(); case 336: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(595); + lookahead == 'd') ADVANCE(504); END_STATE(); case 337: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(222); + lookahead == 'd') ADVANCE(840); END_STATE(); case 338: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(985); + lookahead == 'd') ADVANCE(599); END_STATE(); case 339: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1056); + lookahead == 'd') ADVANCE(223); END_STATE(); case 340: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(207); + lookahead == 'd') ADVANCE(990); END_STATE(); case 341: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(474); + lookahead == 'd') ADVANCE(1063); END_STATE(); case 342: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(476); + lookahead == 'd') ADVANCE(208); END_STATE(); case 343: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(566); + lookahead == 'd') ADVANCE(478); END_STATE(); case 344: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(479); + lookahead == 'd') ADVANCE(480); END_STATE(); case 345: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(221); + lookahead == 'd') ADVANCE(570); END_STATE(); case 346: if (lookahead == 'D' || - lookahead == 'd') ADVANCE(223); + lookahead == 'd') ADVANCE(483); END_STATE(); case 347: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(230); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(803); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(222); END_STATE(); case 348: - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(662); + if (lookahead == 'D' || + lookahead == 'd') ADVANCE(224); END_STATE(); case 349: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(250); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(318); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(232); + lookahead == 'e') ADVANCE(231); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1094); + lookahead == 'y') ADVANCE(808); END_STATE(); case 350: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(250); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(318); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1094); + lookahead == 'e') ADVANCE(667); END_STATE(); case 351: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1368); + lookahead == 'e') ADVANCE(251); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(319); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(233); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1101); END_STATE(); case 352: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1371); + lookahead == 'e') ADVANCE(251); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(319); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1101); END_STATE(); case 353: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1522); + lookahead == 'e') ADVANCE(1378); END_STATE(); case 354: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1452); + lookahead == 'e') ADVANCE(1381); END_STATE(); case 355: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1490); + lookahead == 'e') ADVANCE(1532); END_STATE(); case 356: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1330); + lookahead == 'e') ADVANCE(1462); END_STATE(); case 357: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1447); + lookahead == 'e') ADVANCE(1500); END_STATE(); case 358: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1387); + lookahead == 'e') ADVANCE(1339); END_STATE(); case 359: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1551); + lookahead == 'e') ADVANCE(1457); END_STATE(); case 360: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1495); + lookahead == 'e') ADVANCE(1397); END_STATE(); case 361: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1329); + lookahead == 'e') ADVANCE(1562); END_STATE(); case 362: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(274); + lookahead == 'e') ADVANCE(1505); END_STATE(); case 363: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1528); + lookahead == 'e') ADVANCE(1338); END_STATE(); case 364: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(507); + lookahead == 'e') ADVANCE(275); END_STATE(); case 365: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1550); + lookahead == 'e') ADVANCE(1539); END_STATE(); case 366: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1557); + lookahead == 'e') ADVANCE(511); END_STATE(); case 367: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1450); + lookahead == 'e') ADVANCE(1561); END_STATE(); case 368: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1389); + lookahead == 'e') ADVANCE(1568); END_STATE(); case 369: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(225); + lookahead == 'e') ADVANCE(1460); END_STATE(); case 370: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1398); + lookahead == 'e') ADVANCE(1399); END_STATE(); case 371: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1437); + lookahead == 'e') ADVANCE(226); END_STATE(); case 372: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1392); + lookahead == 'e') ADVANCE(1408); END_STATE(); case 373: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1423); + lookahead == 'e') ADVANCE(1533); END_STATE(); case 374: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1433); + lookahead == 'e') ADVANCE(1447); END_STATE(); case 375: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1563); + lookahead == 'e') ADVANCE(1402); END_STATE(); case 376: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1394); + lookahead == 'e') ADVANCE(1433); END_STATE(); case 377: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(668); + lookahead == 'e') ADVANCE(1443); END_STATE(); case 378: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(497); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1178); + lookahead == 'e') ADVANCE(1574); END_STATE(); case 379: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1064); + lookahead == 'e') ADVANCE(1404); END_STATE(); case 380: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(669); + lookahead == 'e') ADVANCE(673); END_STATE(); case 381: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1311); + lookahead == 'e') ADVANCE(501); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1187); END_STATE(); case 382: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1343); + lookahead == 'e') ADVANCE(1071); END_STATE(); case 383: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(976); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(144); + lookahead == 'e') ADVANCE(674); END_STATE(); case 384: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1299); + lookahead == 'e') ADVANCE(1320); END_STATE(); case 385: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(140); + lookahead == 'e') ADVANCE(1352); END_STATE(); case 386: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1350); + lookahead == 'e') ADVANCE(981); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(144); END_STATE(); case 387: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(997); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1099); + lookahead == 'e') ADVANCE(1308); END_STATE(); case 388: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(974); + lookahead == 'e') ADVANCE(140); END_STATE(); case 389: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1344); + lookahead == 'e') ADVANCE(1359); END_STATE(); case 390: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(343); + lookahead == 'e') ADVANCE(1002); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1106); END_STATE(); case 391: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(841); + lookahead == 'e') ADVANCE(979); END_STATE(); case 392: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(529); + lookahead == 'e') ADVANCE(1353); END_STATE(); case 393: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1154); + lookahead == 'e') ADVANCE(345); END_STATE(); case 394: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(795); + lookahead == 'e') ADVANCE(846); END_STATE(); case 395: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(741); + lookahead == 'e') ADVANCE(533); END_STATE(); case 396: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(253); + lookahead == 'e') ADVANCE(1163); END_STATE(); case 397: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(999); + lookahead == 'e') ADVANCE(800); END_STATE(); case 398: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(686); + lookahead == 'e') ADVANCE(746); END_STATE(); case 399: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(496); + lookahead == 'e') ADVANCE(254); END_STATE(); case 400: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1034); + lookahead == 'e') ADVANCE(1004); END_STATE(); case 401: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(762); + lookahead == 'e') ADVANCE(691); END_STATE(); case 402: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(501); + lookahead == 'e') ADVANCE(500); END_STATE(); case 403: if (lookahead == 'E' || @@ -6717,195 +6760,197 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 404: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(991); + lookahead == 'e') ADVANCE(767); END_STATE(); case 405: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(132); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(259); + lookahead == 'e') ADVANCE(505); END_STATE(); case 406: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1276); + lookahead == 'e') ADVANCE(326); END_STATE(); case 407: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1358); + lookahead == 'e') ADVANCE(1048); END_STATE(); case 408: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1033); + lookahead == 'e') ADVANCE(996); END_STATE(); case 409: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(800); + lookahead == 'e') ADVANCE(132); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(260); END_STATE(); case 410: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1336); + lookahead == 'e') ADVANCE(1286); END_STATE(); case 411: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(278); + lookahead == 'e') ADVANCE(1367); END_STATE(); case 412: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(688); + lookahead == 'e') ADVANCE(1039); END_STATE(); case 413: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(251); + lookahead == 'e') ADVANCE(805); END_STATE(); case 414: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1354); + lookahead == 'e') ADVANCE(1345); END_STATE(); case 415: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1108); + lookahead == 'e') ADVANCE(283); END_STATE(); case 416: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1036); + lookahead == 'e') ADVANCE(693); END_STATE(); case 417: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1341); + lookahead == 'e') ADVANCE(252); END_STATE(); case 418: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1063); + lookahead == 'e') ADVANCE(1363); END_STATE(); case 419: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(311); + lookahead == 'e') ADVANCE(1115); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1033); END_STATE(); case 420: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1043); + lookahead == 'e') ADVANCE(1350); END_STATE(); case 421: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1041); + lookahead == 'e') ADVANCE(1043); END_STATE(); case 422: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(925); + lookahead == 'e') ADVANCE(1070); END_STATE(); case 423: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(890); + lookahead == 'e') ADVANCE(312); END_STATE(); case 424: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(313); + lookahead == 'e') ADVANCE(1050); END_STATE(); case 425: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1136); + lookahead == 'e') ADVANCE(930); END_STATE(); case 426: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(787); + lookahead == 'e') ADVANCE(1046); END_STATE(); case 427: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(324); + lookahead == 'e') ADVANCE(895); END_STATE(); case 428: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1062); + lookahead == 'e') ADVANCE(1145); END_STATE(); case 429: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1107); + lookahead == 'e') ADVANCE(314); END_STATE(); case 430: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1001); + lookahead == 'e') ADVANCE(792); END_STATE(); case 431: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(481); + lookahead == 'e') ADVANCE(325); END_STATE(); case 432: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1002); + lookahead == 'e') ADVANCE(1114); END_STATE(); case 433: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1010); + lookahead == 'e') ADVANCE(1069); END_STATE(); case 434: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1003); + lookahead == 'e') ADVANCE(485); END_STATE(); case 435: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1023); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1099); + lookahead == 'e') ADVANCE(1006); END_STATE(); case 436: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1137); + lookahead == 'e') ADVANCE(1007); END_STATE(); case 437: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1086); + lookahead == 'e') ADVANCE(1015); END_STATE(); case 438: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1087); + lookahead == 'e') ADVANCE(1008); END_STATE(); case 439: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1092); + lookahead == 'e') ADVANCE(1028); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(1106); END_STATE(); case 440: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1314); + lookahead == 'e') ADVANCE(1146); END_STATE(); case 441: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1110); + lookahead == 'e') ADVANCE(1093); END_STATE(); case 442: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1302); + lookahead == 'e') ADVANCE(1094); END_STATE(); case 443: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(340); + lookahead == 'e') ADVANCE(1099); END_STATE(); case 444: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(839); + lookahead == 'e') ADVANCE(1323); END_STATE(); case 445: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(768); + lookahead == 'e') ADVANCE(1117); END_STATE(); case 446: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(508); + lookahead == 'e') ADVANCE(1311); END_STATE(); case 447: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1351); + lookahead == 'e') ADVANCE(342); END_STATE(); case 448: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1345); + lookahead == 'e') ADVANCE(844); END_STATE(); case 449: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1059); + lookahead == 'e') ADVANCE(773); END_STATE(); case 450: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(260); + lookahead == 'e') ADVANCE(512); END_STATE(); case 451: if (lookahead == 'E' || @@ -6913,407 +6958,407 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 452: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1143); + lookahead == 'e') ADVANCE(1354); END_STATE(); case 453: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(345); + lookahead == 'e') ADVANCE(1066); END_STATE(); case 454: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1349); + lookahead == 'e') ADVANCE(261); END_STATE(); case 455: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1016); + lookahead == 'e') ADVANCE(1369); END_STATE(); case 456: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(713); + lookahead == 'e') ADVANCE(1152); END_STATE(); case 457: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1026); + lookahead == 'e') ADVANCE(347); END_STATE(); case 458: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(854); + lookahead == 'e') ADVANCE(1358); END_STATE(); case 459: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(827); + lookahead == 'e') ADVANCE(1021); END_STATE(); case 460: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1316); + lookahead == 'e') ADVANCE(718); END_STATE(); case 461: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1113); + lookahead == 'e') ADVANCE(1031); END_STATE(); case 462: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1352); + lookahead == 'e') ADVANCE(859); END_STATE(); case 463: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(829); + lookahead == 'e') ADVANCE(832); END_STATE(); case 464: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1117); + lookahead == 'e') ADVANCE(1325); END_STATE(); case 465: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1353); + lookahead == 'e') ADVANCE(1120); END_STATE(); case 466: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(830); + lookahead == 'e') ADVANCE(1361); END_STATE(); case 467: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1355); + lookahead == 'e') ADVANCE(834); END_STATE(); case 468: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(674); + lookahead == 'e') ADVANCE(1125); END_STATE(); case 469: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1054); + lookahead == 'e') ADVANCE(1362); END_STATE(); case 470: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(847); + lookahead == 'e') ADVANCE(835); END_STATE(); case 471: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(992); + lookahead == 'e') ADVANCE(1364); END_STATE(); case 472: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(928); + lookahead == 'e') ADVANCE(679); END_STATE(); case 473: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(849); + lookahead == 'e') ADVANCE(1061); END_STATE(); case 474: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(850); + lookahead == 'e') ADVANCE(852); END_STATE(); case 475: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(1309); + lookahead == 'e') ADVANCE(997); END_STATE(); case 476: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(855); + lookahead == 'e') ADVANCE(933); END_STATE(); case 477: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(341); + lookahead == 'e') ADVANCE(854); END_STATE(); case 478: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(561); + lookahead == 'e') ADVANCE(855); END_STATE(); case 479: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(857); + lookahead == 'e') ADVANCE(1318); END_STATE(); case 480: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(290); + lookahead == 'e') ADVANCE(860); END_STATE(); case 481: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(994); + lookahead == 'e') ADVANCE(343); END_STATE(); case 482: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(219); + lookahead == 'e') ADVANCE(565); END_STATE(); case 483: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(864); + lookahead == 'e') ADVANCE(862); END_STATE(); case 484: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(865); + lookahead == 'e') ADVANCE(291); END_STATE(); case 485: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(866); + lookahead == 'e') ADVANCE(999); END_STATE(); case 486: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(867); + lookahead == 'e') ADVANCE(220); END_STATE(); case 487: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(868); + lookahead == 'e') ADVANCE(869); END_STATE(); case 488: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(869); + lookahead == 'e') ADVANCE(870); END_STATE(); case 489: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(870); + lookahead == 'e') ADVANCE(871); END_STATE(); case 490: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(871); + lookahead == 'e') ADVANCE(872); END_STATE(); case 491: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(226); + lookahead == 'e') ADVANCE(873); END_STATE(); case 492: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(346); + lookahead == 'e') ADVANCE(874); END_STATE(); case 493: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1536); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(875); END_STATE(); case 494: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(493); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(876); END_STATE(); case 495: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1359); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(227); END_STATE(); case 496: - if (lookahead == 'F' || - lookahead == 'f') ADVANCE(332); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(348); END_STATE(); case 497: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(403); + lookahead == 'f') ADVANCE(1547); END_STATE(); case 498: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(148); + lookahead == 'f') ADVANCE(497); END_STATE(); case 499: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(186); + lookahead == 'f') ADVANCE(1368); END_STATE(); case 500: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(160); + lookahead == 'f') ADVANCE(334); END_STATE(); case 501: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(145); + lookahead == 'f') ADVANCE(407); END_STATE(); case 502: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(980); + lookahead == 'f') ADVANCE(148); END_STATE(); case 503: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(1197); + lookahead == 'f') ADVANCE(187); END_STATE(); case 504: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(910); + lookahead == 'f') ADVANCE(160); END_STATE(); case 505: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(913); + lookahead == 'f') ADVANCE(145); END_STATE(); case 506: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(613); + lookahead == 'f') ADVANCE(985); END_STATE(); case 507: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(187); - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(930); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(129); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(469); + lookahead == 'f') ADVANCE(1206); END_STATE(); case 508: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(623); + lookahead == 'f') ADVANCE(916); END_STATE(); case 509: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(188); + lookahead == 'f') ADVANCE(918); END_STATE(); case 510: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(628); + lookahead == 'f') ADVANCE(618); END_STATE(); case 511: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(631); + lookahead == 'f') ADVANCE(188); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(935); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(129); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(473); END_STATE(); case 512: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(953); + lookahead == 'f') ADVANCE(628); END_STATE(); case 513: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(957); + lookahead == 'f') ADVANCE(189); END_STATE(); case 514: if (lookahead == 'F' || - lookahead == 'f') ADVANCE(959); + lookahead == 'f') ADVANCE(634); END_STATE(); case 515: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1491); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(637); END_STATE(); case 516: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1560); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(958); END_STATE(); case 517: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1535); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(962); END_STATE(); case 518: - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(498); + if (lookahead == 'F' || + lookahead == 'f') ADVANCE(964); END_STATE(); case 519: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(408); + lookahead == 'g') ADVANCE(1501); END_STATE(); case 520: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(786); + lookahead == 'g') ADVANCE(1571); END_STATE(); case 521: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(1083); + lookahead == 'g') ADVANCE(1546); END_STATE(); case 522: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(421); + lookahead == 'g') ADVANCE(502); END_STATE(); case 523: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(371); + lookahead == 'g') ADVANCE(412); END_STATE(); case 524: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(819); + lookahead == 'g') ADVANCE(791); END_STATE(); case 525: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(459); + lookahead == 'g') ADVANCE(1090); END_STATE(); case 526: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(942); + lookahead == 'g') ADVANCE(426); END_STATE(); case 527: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(463); + lookahead == 'g') ADVANCE(374); END_STATE(); case 528: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(466); + lookahead == 'g') ADVANCE(824); END_STATE(); case 529: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(199); + lookahead == 'g') ADVANCE(463); END_STATE(); case 530: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(946); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(170); + lookahead == 'g') ADVANCE(947); END_STATE(); case 531: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(947); + lookahead == 'g') ADVANCE(467); END_STATE(); case 532: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(948); + lookahead == 'g') ADVANCE(470); END_STATE(); case 533: if (lookahead == 'G' || - lookahead == 'g') ADVANCE(950); + lookahead == 'g') ADVANCE(200); END_STATE(); case 534: if (lookahead == 'G' || lookahead == 'g') ADVANCE(951); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(173); END_STATE(); case 535: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1381); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(952); END_STATE(); case 536: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1412); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(953); END_STATE(); case 537: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(1424); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(955); END_STATE(); case 538: - if (lookahead == 'H' || - lookahead == 'h') ADVANCE(665); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(956); END_STATE(); case 539: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(748); + lookahead == 'h') ADVANCE(1391); END_STATE(); case 540: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(751); + lookahead == 'h') ADVANCE(1422); END_STATE(); case 541: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(397); + lookahead == 'h') ADVANCE(1434); END_STATE(); case 542: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(191); + lookahead == 'h') ADVANCE(670); END_STATE(); case 543: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(174); + lookahead == 'h') ADVANCE(753); END_STATE(); case 544: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(184); + lookahead == 'h') ADVANCE(756); END_STATE(); case 545: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(413); + lookahead == 'h') ADVANCE(400); END_STATE(); case 546: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(709); + lookahead == 'h') ADVANCE(192); END_STATE(); case 547: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(752); + lookahead == 'h') ADVANCE(175); END_STATE(); case 548: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(161); + lookahead == 'h') ADVANCE(185); END_STATE(); case 549: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(756); + lookahead == 'h') ADVANCE(417); END_STATE(); case 550: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(898); + lookahead == 'h') ADVANCE(714); END_STATE(); case 551: if (lookahead == 'H' || @@ -7321,79 +7366,79 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 552: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(899); + lookahead == 'h') ADVANCE(161); END_STATE(); case 553: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(678); + lookahead == 'h') ADVANCE(761); END_STATE(); case 554: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(758); + lookahead == 'h') ADVANCE(903); END_STATE(); case 555: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(901); + lookahead == 'h') ADVANCE(762); END_STATE(); case 556: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(759); + lookahead == 'h') ADVANCE(904); END_STATE(); case 557: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(921); + lookahead == 'h') ADVANCE(683); END_STATE(); case 558: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(933); + lookahead == 'h') ADVANCE(763); END_STATE(); case 559: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(936); + lookahead == 'h') ADVANCE(906); END_STATE(); case 560: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(945); + lookahead == 'h') ADVANCE(764); END_STATE(); case 561: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(954); + lookahead == 'h') ADVANCE(926); END_STATE(); case 562: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(473); + lookahead == 'h') ADVANCE(938); END_STATE(); case 563: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(956); + lookahead == 'h') ADVANCE(941); END_STATE(); case 564: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(958); + lookahead == 'h') ADVANCE(950); END_STATE(); case 565: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(962); + lookahead == 'h') ADVANCE(959); END_STATE(); case 566: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(963); + lookahead == 'h') ADVANCE(477); END_STATE(); case 567: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(483); + lookahead == 'h') ADVANCE(961); END_STATE(); case 568: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(484); + lookahead == 'h') ADVANCE(963); END_STATE(); case 569: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(485); + lookahead == 'h') ADVANCE(967); END_STATE(); case 570: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(486); + lookahead == 'h') ADVANCE(968); END_STATE(); case 571: if (lookahead == 'H' || @@ -7412,242 +7457,242 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 'h') ADVANCE(490); END_STATE(); case 575: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(178); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(491); END_STATE(); case 576: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(524); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(492); END_STATE(); case 577: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(495); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(493); END_STATE(); case 578: - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(781); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1004); + if (lookahead == 'H' || + lookahead == 'h') ADVANCE(494); END_STATE(); case 579: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(506); + lookahead == 'i') ADVANCE(179); END_STATE(); case 580: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(520); + lookahead == 'i') ADVANCE(528); END_STATE(); case 581: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(287); + lookahead == 'i') ADVANCE(499); END_STATE(); case 582: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(393); + lookahead == 'i') ADVANCE(786); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1009); END_STATE(); case 583: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(845); + lookahead == 'i') ADVANCE(510); END_STATE(); case 584: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1155); + lookahead == 'i') ADVANCE(524); END_STATE(); case 585: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(971); + lookahead == 'i') ADVANCE(288); END_STATE(); case 586: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1174); + lookahead == 'i') ADVANCE(396); END_STATE(); case 587: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1158); + lookahead == 'i') ADVANCE(850); END_STATE(); case 588: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(805); + lookahead == 'i') ADVANCE(1164); END_STATE(); case 589: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(923); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(606); + lookahead == 'i') ADVANCE(976); END_STATE(); case 590: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(783); + lookahead == 'i') ADVANCE(1183); END_STATE(); case 591: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(722); + lookahead == 'i') ADVANCE(1167); END_STATE(); case 592: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1159); + lookahead == 'i') ADVANCE(810); END_STATE(); case 593: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(699); + lookahead == 'i') ADVANCE(928); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(612); END_STATE(); case 594: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1179); + lookahead == 'i') ADVANCE(788); END_STATE(); case 595: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(810); + lookahead == 'i') ADVANCE(727); END_STATE(); case 596: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(808); + lookahead == 'i') ADVANCE(1168); END_STATE(); case 597: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1180); + lookahead == 'i') ADVANCE(704); END_STATE(); case 598: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(811); + lookahead == 'i') ADVANCE(1188); END_STATE(); case 599: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1183); + lookahead == 'i') ADVANCE(815); END_STATE(); case 600: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1185); + lookahead == 'i') ADVANCE(813); END_STATE(); case 601: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(167); + lookahead == 'i') ADVANCE(1189); END_STATE(); case 602: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1211); + lookahead == 'i') ADVANCE(816); END_STATE(); case 603: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(263); + lookahead == 'i') ADVANCE(1192); END_STATE(); case 604: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(815); + lookahead == 'i') ADVANCE(1194); END_STATE(); case 605: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(721); + lookahead == 'i') ADVANCE(167); END_STATE(); case 606: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(760); + lookahead == 'i') ADVANCE(1220); END_STATE(); case 607: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(824); + lookahead == 'i') ADVANCE(1371); END_STATE(); case 608: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(834); + lookahead == 'i') ADVANCE(428); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(204); END_STATE(); case 609: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1214); + lookahead == 'i') ADVANCE(264); END_STATE(); case 610: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(271); + lookahead == 'i') ADVANCE(820); END_STATE(); case 611: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1304); + lookahead == 'i') ADVANCE(726); END_STATE(); case 612: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(425); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(203); + lookahead == 'i') ADVANCE(765); END_STATE(); case 613: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(283); + lookahead == 'i') ADVANCE(828); END_STATE(); case 614: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(894); + lookahead == 'i') ADVANCE(839); END_STATE(); case 615: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1119); + lookahead == 'i') ADVANCE(1223); END_STATE(); case 616: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1220); + lookahead == 'i') ADVANCE(272); END_STATE(); case 617: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1305); + lookahead == 'i') ADVANCE(1313); END_STATE(); case 618: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(330); + lookahead == 'i') ADVANCE(284); END_STATE(); case 619: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(896); + lookahead == 'i') ADVANCE(899); END_STATE(); case 620: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(715); + lookahead == 'i') ADVANCE(1126); END_STATE(); case 621: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1222); + lookahead == 'i') ADVANCE(1229); END_STATE(); case 622: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(331); + lookahead == 'i') ADVANCE(1314); END_STATE(); case 623: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(716); + lookahead == 'i') ADVANCE(332); END_STATE(); case 624: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1223); + lookahead == 'i') ADVANCE(901); END_STATE(); case 625: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1307); + lookahead == 'i') ADVANCE(720); END_STATE(); case 626: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(821); + lookahead == 'i') ADVANCE(1231); END_STATE(); case 627: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(900); + lookahead == 'i') ADVANCE(333); END_STATE(); case 628: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(717); + lookahead == 'i') ADVANCE(721); END_STATE(); case 629: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1225); + lookahead == 'i') ADVANCE(1232); END_STATE(); case 630: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1308); + lookahead == 'i') ADVANCE(281); END_STATE(); case 631: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(718); + lookahead == 'i') ADVANCE(1316); END_STATE(); case 632: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(903); + lookahead == 'i') ADVANCE(826); END_STATE(); case 633: if (lookahead == 'I' || @@ -7655,1979 +7700,1979 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 634: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(906); + lookahead == 'i') ADVANCE(722); END_STATE(); case 635: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(929); + lookahead == 'i') ADVANCE(1234); END_STATE(); case 636: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(908); + lookahead == 'i') ADVANCE(1317); END_STATE(); case 637: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(909); + lookahead == 'i') ADVANCE(723); END_STATE(); case 638: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(911); + lookahead == 'i') ADVANCE(908); END_STATE(); case 639: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(912); + lookahead == 'i') ADVANCE(910); END_STATE(); case 640: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(765); + lookahead == 'i') ADVANCE(911); END_STATE(); case 641: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(342); + lookahead == 'i') ADVANCE(934); END_STATE(); case 642: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(1231); + lookahead == 'i') ADVANCE(912); END_STATE(); case 643: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(943); + lookahead == 'i') ADVANCE(914); END_STATE(); case 644: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(771); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1289); + lookahead == 'i') ADVANCE(915); END_STATE(); case 645: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(282); + lookahead == 'i') ADVANCE(917); END_STATE(); case 646: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(470); + lookahead == 'i') ADVANCE(770); END_STATE(); case 647: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(289); + lookahead == 'i') ADVANCE(344); END_STATE(); case 648: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(291); + lookahead == 'i') ADVANCE(1240); END_STATE(); case 649: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(293); + lookahead == 'i') ADVANCE(948); END_STATE(); case 650: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(295); + lookahead == 'i') ADVANCE(776); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1298); END_STATE(); case 651: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(296); + lookahead == 'i') ADVANCE(474); END_STATE(); case 652: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(297); + lookahead == 'i') ADVANCE(290); END_STATE(); case 653: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(298); + lookahead == 'i') ADVANCE(292); END_STATE(); case 654: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(299); + lookahead == 'i') ADVANCE(294); END_STATE(); case 655: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(300); + lookahead == 'i') ADVANCE(296); END_STATE(); case 656: if (lookahead == 'I' || - lookahead == 'i') ADVANCE(344); + lookahead == 'i') ADVANCE(297); END_STATE(); case 657: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1408); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(298); END_STATE(); case 658: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1411); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(299); END_STATE(); case 659: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1533); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(300); END_STATE(); case 660: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(1534); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(301); END_STATE(); case 661: - if (lookahead == 'K' || - lookahead == 'k') ADVANCE(550); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(346); END_STATE(); case 662: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(382); - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(915); - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(1280); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(924); + lookahead == 'k') ADVANCE(1418); END_STATE(); case 663: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(454); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(441); + lookahead == 'k') ADVANCE(1421); END_STATE(); case 664: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(138); - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(152); + lookahead == 'k') ADVANCE(1544); END_STATE(); case 665: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(860); + lookahead == 'k') ADVANCE(1545); END_STATE(); case 666: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(386); + lookahead == 'k') ADVANCE(554); END_STATE(); case 667: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(431); + lookahead == 'k') ADVANCE(385); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(920); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(1278); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(929); END_STATE(); case 668: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(389); + lookahead == 'k') ADVANCE(458); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1562); + lookahead == 'r') ADVANCE(445); END_STATE(); case 669: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(389); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1561); + lookahead == 'k') ADVANCE(138); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(152); END_STATE(); case 670: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(390); + lookahead == 'k') ADVANCE(865); END_STATE(); case 671: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(451); + lookahead == 'k') ADVANCE(389); END_STATE(); case 672: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(407); + lookahead == 'k') ADVANCE(434); END_STATE(); case 673: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(410); + lookahead == 'k') ADVANCE(392); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1573); END_STATE(); case 674: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(417); + lookahead == 'k') ADVANCE(392); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1572); END_STATE(); case 675: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(840); + lookahead == 'k') ADVANCE(393); END_STATE(); case 676: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(448); + lookahead == 'k') ADVANCE(455); END_STATE(); case 677: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(598); + lookahead == 'k') ADVANCE(411); END_STATE(); case 678: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(462); + lookahead == 'k') ADVANCE(414); END_STATE(); case 679: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(465); + lookahead == 'k') ADVANCE(420); END_STATE(); case 680: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(467); + lookahead == 'k') ADVANCE(845); END_STATE(); case 681: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(730); + lookahead == 'k') ADVANCE(452); END_STATE(); case 682: if (lookahead == 'K' || - lookahead == 'k') ADVANCE(862); + lookahead == 'k') ADVANCE(602); END_STATE(); case 683: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1312); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(466); END_STATE(); case 684: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(261); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(469); END_STATE(); case 685: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1487); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(471); END_STATE(); case 686: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1552); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(735); END_STATE(); case 687: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(749); + if (lookahead == 'K' || + lookahead == 'k') ADVANCE(867); END_STATE(); case 688: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1485); + lookahead == 'l') ADVANCE(1321); END_STATE(); case 689: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1505); + lookahead == 'l') ADVANCE(262); END_STATE(); case 690: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(326); + lookahead == 'l') ADVANCE(1497); END_STATE(); case 691: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1532); + lookahead == 'l') ADVANCE(1563); END_STATE(); case 692: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(530); + lookahead == 'l') ADVANCE(754); END_STATE(); case 693: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1527); + lookahead == 'l') ADVANCE(1495); END_STATE(); case 694: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1391); + lookahead == 'l') ADVANCE(1515); END_STATE(); case 695: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(712); + lookahead == 'l') ADVANCE(328); END_STATE(); case 696: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(526); + lookahead == 'l') ADVANCE(1543); END_STATE(); case 697: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(235); + lookahead == 'l') ADVANCE(534); END_STATE(); case 698: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1282); + lookahead == 'l') ADVANCE(1538); END_STATE(); case 699: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1335); + lookahead == 'l') ADVANCE(1401); END_STATE(); case 700: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(640); + lookahead == 'l') ADVANCE(717); END_STATE(); case 701: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(880); + lookahead == 'l') ADVANCE(530); END_STATE(); case 702: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(611); + lookahead == 'l') ADVANCE(236); END_STATE(); case 703: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1114); + lookahead == 'l') ADVANCE(1291); END_STATE(); case 704: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1114); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(142); + lookahead == 'l') ADVANCE(1344); END_STATE(); case 705: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1157); + lookahead == 'l') ADVANCE(646); END_STATE(); case 706: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(736); + lookahead == 'l') ADVANCE(885); END_STATE(); case 707: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(442); - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(400); + lookahead == 'l') ADVANCE(617); END_STATE(); case 708: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1338); + lookahead == 'l') ADVANCE(1122); END_STATE(); case 709: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(927); + lookahead == 'l') ADVANCE(1122); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(142); END_STATE(); case 710: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(691); + lookahead == 'l') ADVANCE(1166); END_STATE(); case 711: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(720); + lookahead == 'l') ADVANCE(741); END_STATE(); case 712: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(444); + lookahead == 'l') ADVANCE(446); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(403); END_STATE(); case 713: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(392); + lookahead == 'l') ADVANCE(1347); END_STATE(); case 714: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1091); + lookahead == 'l') ADVANCE(932); END_STATE(); case 715: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(367); + lookahead == 'l') ADVANCE(696); END_STATE(); case 716: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(370); + lookahead == 'l') ADVANCE(725); END_STATE(); case 717: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(374); + lookahead == 'l') ADVANCE(448); END_STATE(); case 718: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(375); + lookahead == 'l') ADVANCE(395); END_STATE(); case 719: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(646); + lookahead == 'l') ADVANCE(1098); END_STATE(); case 720: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(236); + lookahead == 'l') ADVANCE(369); END_STATE(); case 721: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(1286); + lookahead == 'l') ADVANCE(372); END_STATE(); case 722: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(597); + lookahead == 'l') ADVANCE(377); END_STATE(); case 723: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(596); + lookahead == 'l') ADVANCE(378); END_STATE(); case 724: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(504); + lookahead == 'l') ADVANCE(651); END_STATE(); case 725: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(617); + lookahead == 'l') ADVANCE(237); END_STATE(); case 726: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(931); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(445); + lookahead == 'l') ADVANCE(1295); END_STATE(); case 727: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(461); + lookahead == 'l') ADVANCE(601); END_STATE(); case 728: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(625); + lookahead == 'l') ADVANCE(600); END_STATE(); case 729: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(934); + lookahead == 'l') ADVANCE(508); END_STATE(); case 730: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(937); + lookahead == 'l') ADVANCE(622); END_STATE(); case 731: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(939); + lookahead == 'l') ADVANCE(936); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(449); END_STATE(); case 732: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(559); + lookahead == 'l') ADVANCE(465); END_STATE(); case 733: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(564); + lookahead == 'l') ADVANCE(631); END_STATE(); case 734: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(531); + lookahead == 'l') ADVANCE(939); END_STATE(); case 735: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(532); + lookahead == 'l') ADVANCE(942); END_STATE(); case 736: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(514); + lookahead == 'l') ADVANCE(944); END_STATE(); case 737: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(533); + lookahead == 'l') ADVANCE(563); END_STATE(); case 738: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(534); + lookahead == 'l') ADVANCE(568); END_STATE(); case 739: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(294); + lookahead == 'l') ADVANCE(535); END_STATE(); case 740: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(682); + lookahead == 'l') ADVANCE(536); END_STATE(); case 741: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1529); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(518); END_STATE(); case 742: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(973); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(814); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(537); END_STATE(); case 743: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(234); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(538); END_STATE(); case 744: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(584); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(295); END_STATE(); case 745: - if (lookahead == 'M' || - lookahead == 'm') ADVANCE(750); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(687); END_STATE(); case 746: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(970); + lookahead == 'm') ADVANCE(1540); END_STATE(); case 747: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(581); + lookahead == 'm') ADVANCE(978); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(818); END_STATE(); case 748: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(926); + lookahead == 'm') ADVANCE(235); END_STATE(); case 749: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(201); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(159); + lookahead == 'm') ADVANCE(588); END_STATE(); case 750: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(183); + lookahead == 'm') ADVANCE(755); END_STATE(); case 751: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1072); + lookahead == 'm') ADVANCE(975); END_STATE(); case 752: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1080); + lookahead == 'm') ADVANCE(585); END_STATE(); case 753: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(175); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(826); + lookahead == 'm') ADVANCE(931); END_STATE(); case 754: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(133); + lookahead == 'm') ADVANCE(202); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(159); END_STATE(); case 755: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(357); + lookahead == 'm') ADVANCE(184); END_STATE(); case 756: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1084); + lookahead == 'm') ADVANCE(1079); END_STATE(); case 757: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1085); + lookahead == 'm') ADVANCE(1087); END_STATE(); case 758: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1090); + lookahead == 'm') ADVANCE(176); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(830); END_STATE(); case 759: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(1093); + lookahead == 'm') ADVANCE(133); END_STATE(); case 760: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(422); + lookahead == 'm') ADVANCE(359); END_STATE(); case 761: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(372); + lookahead == 'm') ADVANCE(1091); END_STATE(); case 762: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(986); + lookahead == 'm') ADVANCE(1092); END_STATE(); case 763: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(588); + lookahead == 'm') ADVANCE(1097); END_STATE(); case 764: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(593); + lookahead == 'm') ADVANCE(1100); END_STATE(); case 765: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(592); + lookahead == 'm') ADVANCE(425); END_STATE(); case 766: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(439); + lookahead == 'm') ADVANCE(375); END_STATE(); case 767: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(642); + lookahead == 'm') ADVANCE(991); END_STATE(); case 768: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(940); + lookahead == 'm') ADVANCE(592); END_STATE(); case 769: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(194); + lookahead == 'm') ADVANCE(597); END_STATE(); case 770: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(189); + lookahead == 'm') ADVANCE(596); END_STATE(); case 771: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(472); + lookahead == 'm') ADVANCE(443); END_STATE(); case 772: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(729); + lookahead == 'm') ADVANCE(648); END_STATE(); case 773: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(989); + lookahead == 'm') ADVANCE(945); END_STATE(); case 774: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(193); + lookahead == 'm') ADVANCE(195); END_STATE(); case 775: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(196); + lookahead == 'm') ADVANCE(190); END_STATE(); case 776: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(198); + lookahead == 'm') ADVANCE(476); END_STATE(); case 777: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(770); + lookahead == 'm') ADVANCE(734); END_STATE(); case 778: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(774); + lookahead == 'm') ADVANCE(994); END_STATE(); case 779: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(775); + lookahead == 'm') ADVANCE(194); END_STATE(); case 780: if (lookahead == 'M' || - lookahead == 'm') ADVANCE(776); + lookahead == 'm') ADVANCE(197); END_STATE(); case 781: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(519); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(199); END_STATE(); case 782: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1404); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(775); END_STATE(); case 783: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1559); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(779); END_STATE(); case 784: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1451); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(780); END_STATE(); case 785: - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1566); + if (lookahead == 'M' || + lookahead == 'm') ADVANCE(781); END_STATE(); case 786: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1415); + lookahead == 'n') ADVANCE(523); END_STATE(); case 787: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1501); + lookahead == 'n') ADVANCE(1414); END_STATE(); case 788: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1515); + lookahead == 'n') ADVANCE(1570); END_STATE(); case 789: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1434); + lookahead == 'n') ADVANCE(1461); END_STATE(); case 790: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1499); + lookahead == 'n') ADVANCE(1577); END_STATE(); case 791: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1427); + lookahead == 'n') ADVANCE(1425); END_STATE(); case 792: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1444); + lookahead == 'n') ADVANCE(1511); END_STATE(); case 793: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1479); + lookahead == 'n') ADVANCE(1525); END_STATE(); case 794: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1399); + lookahead == 'n') ADVANCE(1444); END_STATE(); case 795: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1297); + lookahead == 'n') ADVANCE(1509); END_STATE(); case 796: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(134); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1009); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(252); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(602); + lookahead == 'n') ADVANCE(1437); END_STATE(); case 797: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(134); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(252); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(602); + lookahead == 'n') ADVANCE(1454); END_STATE(); case 798: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(231); + lookahead == 'n') ADVANCE(1489); END_STATE(); case 799: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(231); - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(322); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(377); + lookahead == 'n') ADVANCE(1409); END_STATE(); case 800: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1298); + lookahead == 'n') ADVANCE(1306); END_STATE(); case 801: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(885); + lookahead == 'n') ADVANCE(134); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1014); if (lookahead == 'S' || - lookahead == 's') ADVANCE(576); + lookahead == 's') ADVANCE(253); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(606); END_STATE(); case 802: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(317); + lookahead == 'n') ADVANCE(134); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(253); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(606); END_STATE(); case 803: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(177); + lookahead == 'n') ADVANCE(232); END_STATE(); case 804: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(820); + lookahead == 'n') ADVANCE(232); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(323); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(380); END_STATE(); case 805: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(516); + lookahead == 'n') ADVANCE(1307); END_STATE(); case 806: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(512); + lookahead == 'n') ADVANCE(890); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(580); END_STATE(); case 807: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(303); + lookahead == 'n') ADVANCE(318); END_STATE(); case 808: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(660); + lookahead == 'n') ADVANCE(178); END_STATE(); case 809: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(603); + lookahead == 'n') ADVANCE(825); END_STATE(); case 810: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(521); + lookahead == 'n') ADVANCE(520); END_STATE(); case 811: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(517); + lookahead == 'n') ADVANCE(516); END_STATE(); case 812: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1284); + lookahead == 'n') ADVANCE(304); END_STATE(); case 813: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(305); + lookahead == 'n') ADVANCE(665); END_STATE(); case 814: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(450); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1013); + lookahead == 'n') ADVANCE(609); END_STATE(); case 815: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(812); + lookahead == 'n') ADVANCE(525); END_STATE(); case 816: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(307); + lookahead == 'n') ADVANCE(521); END_STATE(); case 817: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(308); + lookahead == 'n') ADVANCE(1293); END_STATE(); case 818: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1175); + lookahead == 'n') ADVANCE(454); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(1018); END_STATE(); case 819: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(154); + lookahead == 'n') ADVANCE(306); END_STATE(); case 820: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(398); + lookahead == 'n') ADVANCE(817); END_STATE(); case 821: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(312); + lookahead == 'n') ADVANCE(308); END_STATE(); case 822: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(708); + lookahead == 'n') ADVANCE(1184); END_STATE(); case 823: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(314); + lookahead == 'n') ADVANCE(309); END_STATE(); case 824: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1213); + lookahead == 'n') ADVANCE(154); END_STATE(); case 825: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(315); + lookahead == 'n') ADVANCE(401); END_STATE(); case 826: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(723); + lookahead == 'n') ADVANCE(313); END_STATE(); case 827: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1160); + lookahead == 'n') ADVANCE(713); END_STATE(); case 828: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(316); + lookahead == 'n') ADVANCE(1222); END_STATE(); case 829: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1161); + lookahead == 'n') ADVANCE(315); END_STATE(); case 830: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1162); + lookahead == 'n') ADVANCE(728); END_STATE(); case 831: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(166); + lookahead == 'n') ADVANCE(316); END_STATE(); case 832: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1219); + lookahead == 'n') ADVANCE(1169); END_STATE(); case 833: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1075); + lookahead == 'n') ADVANCE(317); END_STATE(); case 834: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1078); + lookahead == 'n') ADVANCE(1170); END_STATE(); case 835: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1079); + lookahead == 'n') ADVANCE(1171); END_STATE(); case 836: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(381); + lookahead == 'n') ADVANCE(165); END_STATE(); case 837: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(149); + lookahead == 'n') ADVANCE(1228); END_STATE(); case 838: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1089); + lookahead == 'n') ADVANCE(1082); END_STATE(); case 839: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(522); + lookahead == 'n') ADVANCE(1085); END_STATE(); case 840: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(914); + lookahead == 'n') ADVANCE(1086); END_STATE(); case 841: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1217); + lookahead == 'n') ADVANCE(384); END_STATE(); case 842: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(917); + lookahead == 'n') ADVANCE(149); END_STATE(); case 843: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(185); + lookahead == 'n') ADVANCE(1096); END_STATE(); case 844: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(523); + lookahead == 'n') ADVANCE(526); END_STATE(); case 845: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1232); + lookahead == 'n') ADVANCE(919); END_STATE(); case 846: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1196); + lookahead == 'n') ADVANCE(1226); END_STATE(); case 847: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1216); + lookahead == 'n') ADVANCE(922); END_STATE(); case 848: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1128); + lookahead == 'n') ADVANCE(186); END_STATE(); case 849: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1236); + lookahead == 'n') ADVANCE(527); END_STATE(); case 850: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1187); + lookahead == 'n') ADVANCE(1241); END_STATE(); case 851: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1207); + lookahead == 'n') ADVANCE(1205); END_STATE(); case 852: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(675); + lookahead == 'n') ADVANCE(1225); END_STATE(); case 853: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(552); + lookahead == 'n') ADVANCE(1137); END_STATE(); case 854: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(460); + lookahead == 'n') ADVANCE(1245); END_STATE(); case 855: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1228); + lookahead == 'n') ADVANCE(1196); END_STATE(); case 856: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(505); + lookahead == 'n') ADVANCE(1216); END_STATE(); case 857: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1230); + lookahead == 'n') ADVANCE(680); END_STATE(); case 858: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(557); + lookahead == 'n') ADVANCE(556); END_STATE(); case 859: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(560); + lookahead == 'n') ADVANCE(464); END_STATE(); case 860: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(960); + lookahead == 'n') ADVANCE(1237); END_STATE(); case 861: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(565); + lookahead == 'n') ADVANCE(509); END_STATE(); case 862: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(964); + lookahead == 'n') ADVANCE(1239); END_STATE(); case 863: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(966); + lookahead == 'n') ADVANCE(561); END_STATE(); case 864: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1250); + lookahead == 'n') ADVANCE(564); END_STATE(); case 865: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1251); + lookahead == 'n') ADVANCE(965); END_STATE(); case 866: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1252); + lookahead == 'n') ADVANCE(569); END_STATE(); case 867: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1253); + lookahead == 'n') ADVANCE(969); END_STATE(); case 868: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1254); + lookahead == 'n') ADVANCE(971); END_STATE(); case 869: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1255); + lookahead == 'n') ADVANCE(1259); END_STATE(); case 870: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1256); + lookahead == 'n') ADVANCE(1260); END_STATE(); case 871: if (lookahead == 'N' || - lookahead == 'n') ADVANCE(1257); + lookahead == 'n') ADVANCE(1261); END_STATE(); case 872: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(254); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1262); END_STATE(); case 873: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1369); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1263); END_STATE(); case 874: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1369); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(743); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1264); END_STATE(); case 875: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1410); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1265); END_STATE(); case 876: - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1489); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(1266); END_STATE(); case 877: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1409); + lookahead == 'o') ADVANCE(255); END_STATE(); case 878: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1370); + lookahead == 'o') ADVANCE(1379); END_STATE(); case 879: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1313); + lookahead == 'o') ADVANCE(1379); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(748); END_STATE(); case 880: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(518); + lookahead == 'o') ADVANCE(1420); END_STATE(); case 881: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(745); + lookahead == 'o') ADVANCE(1499); END_STATE(); case 882: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(233); + lookahead == 'o') ADVANCE(1419); END_STATE(); case 883: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(275); + lookahead == 'o') ADVANCE(1380); END_STATE(); case 884: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(998); + lookahead == 'o') ADVANCE(1322); END_STATE(); case 885: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(809); + lookahead == 'o') ADVANCE(522); END_STATE(); case 886: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1281); + lookahead == 'o') ADVANCE(750); END_STATE(); case 887: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(502); + lookahead == 'o') ADVANCE(234); END_STATE(); case 888: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(806); + lookahead == 'o') ADVANCE(276); END_STATE(); case 889: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(687); + lookahead == 'o') ADVANCE(1003); END_STATE(); case 890: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(990); + lookahead == 'o') ADVANCE(814); END_STATE(); case 891: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1067); + lookahead == 'o') ADVANCE(1290); END_STATE(); case 892: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1012); + lookahead == 'o') ADVANCE(506); END_STATE(); case 893: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1038); + lookahead == 'o') ADVANCE(811); END_STATE(); case 894: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(818); + lookahead == 'o') ADVANCE(692); END_STATE(); case 895: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(689); + lookahead == 'o') ADVANCE(995); END_STATE(); case 896: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(782); + lookahead == 'o') ADVANCE(1074); END_STATE(); case 897: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(822); + lookahead == 'o') ADVANCE(1017); END_STATE(); case 898: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1132); + lookahead == 'o') ADVANCE(1045); END_STATE(); case 899: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1111); + lookahead == 'o') ADVANCE(822); END_STATE(); case 900: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(785); + lookahead == 'o') ADVANCE(694); END_STATE(); case 901: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1115); + lookahead == 'o') ADVANCE(787); END_STATE(); case 902: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(848); + lookahead == 'o') ADVANCE(827); END_STATE(); case 903: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(788); + lookahead == 'o') ADVANCE(1141); END_STATE(); case 904: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(205); + lookahead == 'o') ADVANCE(1119); END_STATE(); case 905: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(789); + lookahead == 'o') ADVANCE(790); END_STATE(); case 906: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(790); + lookahead == 'o') ADVANCE(1123); END_STATE(); case 907: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1022); + lookahead == 'o') ADVANCE(853); END_STATE(); case 908: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(791); + lookahead == 'o') ADVANCE(793); END_STATE(); case 909: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(792); + lookahead == 'o') ADVANCE(206); END_STATE(); case 910: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1042); + lookahead == 'o') ADVANCE(794); END_STATE(); case 911: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(793); + lookahead == 'o') ADVANCE(795); END_STATE(); case 912: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(794); + lookahead == 'o') ADVANCE(796); END_STATE(); case 913: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1061); + lookahead == 'o') ADVANCE(1027); END_STATE(); case 914: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1315); + lookahead == 'o') ADVANCE(797); END_STATE(); case 915: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1189); + lookahead == 'o') ADVANCE(798); END_STATE(); case 916: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1300); + lookahead == 'o') ADVANCE(1049); END_STATE(); case 917: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1027); + lookahead == 'o') ADVANCE(799); END_STATE(); case 918: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(769); + lookahead == 'o') ADVANCE(1068); END_STATE(); case 919: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1287); + lookahead == 'o') ADVANCE(1324); END_STATE(); case 920: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1120); + lookahead == 'o') ADVANCE(1198); END_STATE(); case 921: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1133); + lookahead == 'o') ADVANCE(1309); END_STATE(); case 922: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1037); + lookahead == 'o') ADVANCE(1032); END_STATE(); case 923: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(831); + lookahead == 'o') ADVANCE(774); END_STATE(); case 924: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(670); + lookahead == 'o') ADVANCE(1296); END_STATE(); case 925: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1278); + lookahead == 'o') ADVANCE(1130); END_STATE(); case 926: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(329); + lookahead == 'o') ADVANCE(1142); END_STATE(); case 927: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(266); + lookahead == 'o') ADVANCE(1044); END_STATE(); case 928: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1279); + lookahead == 'o') ADVANCE(836); END_STATE(); case 929: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(838); + lookahead == 'o') ADVANCE(675); END_STATE(); case 930: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1121); + lookahead == 'o') ADVANCE(1288); END_STATE(); case 931: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(267); + lookahead == 'o') ADVANCE(331); END_STATE(); case 932: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1127); + lookahead == 'o') ADVANCE(267); END_STATE(); case 933: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1123); + lookahead == 'o') ADVANCE(1289); END_STATE(); case 934: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(268); + lookahead == 'o') ADVANCE(843); END_STATE(); case 935: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1199); + lookahead == 'o') ADVANCE(1128); END_STATE(); case 936: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1124); + lookahead == 'o') ADVANCE(268); END_STATE(); case 937: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(269); + lookahead == 'o') ADVANCE(1136); END_STATE(); case 938: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1125); + lookahead == 'o') ADVANCE(1132); END_STATE(); case 939: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(286); + lookahead == 'o') ADVANCE(269); END_STATE(); case 940: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1203); + lookahead == 'o') ADVANCE(1208); END_STATE(); case 941: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1288); + lookahead == 'o') ADVANCE(1133); END_STATE(); case 942: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1044); + lookahead == 'o') ADVANCE(270); END_STATE(); case 943: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(856); + lookahead == 'o') ADVANCE(1134); END_STATE(); case 944: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1310); + lookahead == 'o') ADVANCE(287); END_STATE(); case 945: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1134); + lookahead == 'o') ADVANCE(1212); END_STATE(); case 946: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1046); + lookahead == 'o') ADVANCE(1297); END_STATE(); case 947: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1047); + lookahead == 'o') ADVANCE(1051); END_STATE(); case 948: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1048); + lookahead == 'o') ADVANCE(861); END_STATE(); case 949: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(558); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(743); + lookahead == 'o') ADVANCE(1319); END_STATE(); case 950: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1049); + lookahead == 'o') ADVANCE(1143); END_STATE(); case 951: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1050); + lookahead == 'o') ADVANCE(1053); END_STATE(); case 952: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(773); + lookahead == 'o') ADVANCE(1054); END_STATE(); case 953: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1053); + lookahead == 'o') ADVANCE(1055); END_STATE(); case 954: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1144); + lookahead == 'o') ADVANCE(562); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(748); END_STATE(); case 955: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1055); + lookahead == 'o') ADVANCE(1056); END_STATE(); case 956: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1145); + lookahead == 'o') ADVANCE(1057); END_STATE(); case 957: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1057); + lookahead == 'o') ADVANCE(778); END_STATE(); case 958: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1146); + lookahead == 'o') ADVANCE(1060); END_STATE(); case 959: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1058); + lookahead == 'o') ADVANCE(1153); END_STATE(); case 960: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1324); + lookahead == 'o') ADVANCE(1062); END_STATE(); case 961: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(777); + lookahead == 'o') ADVANCE(1154); END_STATE(); case 962: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1149); + lookahead == 'o') ADVANCE(1064); END_STATE(); case 963: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1150); + lookahead == 'o') ADVANCE(1155); END_STATE(); case 964: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1325); + lookahead == 'o') ADVANCE(1065); END_STATE(); case 965: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(778); + lookahead == 'o') ADVANCE(1333); END_STATE(); case 966: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(1326); + lookahead == 'o') ADVANCE(782); END_STATE(); case 967: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(779); + lookahead == 'o') ADVANCE(1158); END_STATE(); case 968: if (lookahead == 'O' || - lookahead == 'o') ADVANCE(780); + lookahead == 'o') ADVANCE(1159); END_STATE(); case 969: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(541); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1334); END_STATE(); case 970: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1511); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(783); END_STATE(); case 971: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1400); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(1335); END_STATE(); case 972: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(322); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(380); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(784); END_STATE(); case 973: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1052); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(785); END_STATE(); case 974: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1167); + lookahead == 'p') ADVANCE(545); END_STATE(); case 975: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(575); + lookahead == 'p') ADVANCE(1521); END_STATE(); case 976: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(179); + lookahead == 'p') ADVANCE(1410); END_STATE(); case 977: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1039); + lookahead == 'p') ADVANCE(323); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(383); END_STATE(); case 978: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(922); + lookahead == 'p') ADVANCE(1059); END_STATE(); case 979: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(396); + lookahead == 'p') ADVANCE(1176); END_STATE(); case 980: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(206); + lookahead == 'p') ADVANCE(579); END_STATE(); case 981: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(363); + lookahead == 'p') ADVANCE(180); END_STATE(); case 982: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(667); + lookahead == 'p') ADVANCE(1047); END_STATE(); case 983: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(195); + lookahead == 'p') ADVANCE(927); END_STATE(); case 984: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1021); + lookahead == 'p') ADVANCE(399); END_STATE(); case 985: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1024); + lookahead == 'p') ADVANCE(207); END_STATE(); case 986: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1198); + lookahead == 'p') ADVANCE(365); END_STATE(); case 987: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(438); + lookahead == 'p') ADVANCE(672); END_STATE(); case 988: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(902); + lookahead == 'p') ADVANCE(196); END_STATE(); case 989: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1200); + lookahead == 'p') ADVANCE(1025); END_STATE(); case 990: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(426); + lookahead == 'p') ADVANCE(1029); END_STATE(); case 991: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1204); + lookahead == 'p') ADVANCE(1207); END_STATE(); case 992: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1233); + lookahead == 'p') ADVANCE(442); END_STATE(); case 993: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(1060); + lookahead == 'p') ADVANCE(907); END_STATE(); case 994: if (lookahead == 'P' || - lookahead == 'p') ADVANCE(204); + lookahead == 'p') ADVANCE(1209); END_STATE(); case 995: - if (lookahead == 'Q' || - lookahead == 'q') ADVANCE(891); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(430); END_STATE(); case 996: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(265); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1213); END_STATE(); case 997: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(238); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1242); END_STATE(); case 998: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1488); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(1067); END_STATE(); case 999: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1402); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(205); END_STATE(); case 1000: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1416); + if (lookahead == 'Q' || + lookahead == 'q') ADVANCE(896); END_STATE(); case 1001: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1407); + lookahead == 'r') ADVANCE(266); END_STATE(); case 1002: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1502); + lookahead == 'r') ADVANCE(239); END_STATE(); case 1003: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1524); + lookahead == 'r') ADVANCE(1498); END_STATE(); case 1004: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(664); + lookahead == 'r') ADVANCE(1412); END_STATE(); case 1005: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1271); + lookahead == 'r') ADVANCE(1426); END_STATE(); case 1006: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(744); + lookahead == 'r') ADVANCE(1417); END_STATE(); case 1007: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1172); + lookahead == 'r') ADVANCE(1512); END_STATE(); case 1008: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1151); + lookahead == 'r') ADVANCE(1535); END_STATE(); case 1009: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(884); + lookahead == 'r') ADVANCE(669); END_STATE(); case 1010: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1303); + lookahead == 'r') ADVANCE(1281); END_STATE(); case 1011: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(304); + lookahead == 'r') ADVANCE(749); END_STATE(); case 1012: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(337); + lookahead == 'r') ADVANCE(1181); END_STATE(); case 1013: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(889); + lookahead == 'r') ADVANCE(1160); END_STATE(); case 1014: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1283); + lookahead == 'r') ADVANCE(889); END_STATE(); case 1015: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(306); + lookahead == 'r') ADVANCE(1312); END_STATE(); case 1016: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(887); + lookahead == 'r') ADVANCE(305); END_STATE(); case 1017: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(334); + lookahead == 'r') ADVANCE(339); END_STATE(); case 1018: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(176); + lookahead == 'r') ADVANCE(894); END_STATE(); case 1019: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(309); + lookahead == 'r') ADVANCE(1292); END_STATE(); case 1020: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(310); + lookahead == 'r') ADVANCE(307); END_STATE(); case 1021: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(916); + lookahead == 'r') ADVANCE(892); END_STATE(); case 1022: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(338); + lookahead == 'r') ADVANCE(177); END_STATE(); case 1023: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(577); + lookahead == 'r') ADVANCE(336); END_STATE(); case 1024: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(952); + lookahead == 'r') ADVANCE(310); END_STATE(); case 1025: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1109); + lookahead == 'r') ADVANCE(921); END_STATE(); case 1026: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(151); + lookahead == 'r') ADVANCE(311); END_STATE(); case 1027: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(406); + lookahead == 'r') ADVANCE(340); END_STATE(); case 1028: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(492); + lookahead == 'r') ADVANCE(581); END_STATE(); case 1029: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(477); + lookahead == 'r') ADVANCE(957); END_STATE(); case 1030: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(373); + lookahead == 'r') ADVANCE(1116); END_STATE(); case 1031: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(468); + lookahead == 'r') ADVANCE(151); END_STATE(); case 1032: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(482); + lookahead == 'r') ADVANCE(410); END_STATE(); case 1033: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(977); + lookahead == 'r') ADVANCE(406); END_STATE(); case 1034: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(239); + lookahead == 'r') ADVANCE(496); END_STATE(); case 1035: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(586); + lookahead == 'r') ADVANCE(481); END_STATE(); case 1036: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(499); + lookahead == 'r') ADVANCE(376); END_STATE(); case 1037: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1191); + lookahead == 'r') ADVANCE(472); END_STATE(); case 1038: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1318); + lookahead == 'r') ADVANCE(486); END_STATE(); case 1039: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(607); + lookahead == 'r') ADVANCE(982); END_STATE(); case 1040: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1028); + lookahead == 'r') ADVANCE(240); END_STATE(); case 1041: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(429); + lookahead == 'r') ADVANCE(1129); END_STATE(); case 1042: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(280); + lookahead == 'r') ADVANCE(590); END_STATE(); case 1043: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1306); + lookahead == 'r') ADVANCE(503); END_STATE(); case 1044: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(594); + lookahead == 'r') ADVANCE(1200); END_STATE(); case 1045: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(264); + lookahead == 'r') ADVANCE(1327); END_STATE(); case 1046: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(609); + lookahead == 'r') ADVANCE(432); END_STATE(); case 1047: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(616); + lookahead == 'r') ADVANCE(613); END_STATE(); case 1048: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(621); + lookahead == 'r') ADVANCE(1034); END_STATE(); case 1049: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(624); + lookahead == 'r') ADVANCE(279); END_STATE(); case 1050: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(629); + lookahead == 'r') ADVANCE(1315); END_STATE(); case 1051: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(336); + lookahead == 'r') ADVANCE(598); END_STATE(); case 1052: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(452); + lookahead == 'r') ADVANCE(265); END_STATE(); case 1053: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1319); + lookahead == 'r') ADVANCE(615); END_STATE(); case 1054: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(767); + lookahead == 'r') ADVANCE(621); END_STATE(); case 1055: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1320); + lookahead == 'r') ADVANCE(626); END_STATE(); case 1056: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(464); + lookahead == 'r') ADVANCE(629); END_STATE(); case 1057: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1322); + lookahead == 'r') ADVANCE(635); END_STATE(); case 1058: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(1323); + lookahead == 'r') ADVANCE(338); END_STATE(); case 1059: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(202); + lookahead == 'r') ADVANCE(456); END_STATE(); case 1060: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(944); + lookahead == 'r') ADVANCE(1328); END_STATE(); case 1061: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(731); + lookahead == 'r') ADVANCE(772); END_STATE(); case 1062: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(656); + lookahead == 'r') ADVANCE(1329); END_STATE(); case 1063: if (lookahead == 'R' || - lookahead == 'r') ADVANCE(224); + lookahead == 'r') ADVANCE(468); END_STATE(); case 1064: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1367); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1331); END_STATE(); case 1065: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1496); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(1332); END_STATE(); case 1066: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(25); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(203); END_STATE(); case 1067: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1453); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(949); END_STATE(); case 1068: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1393); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(736); END_STATE(); case 1069: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1388); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(661); END_STATE(); case 1070: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(1432); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(225); END_STATE(); case 1071: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1446); + lookahead == 's') ADVANCE(1377); END_STATE(); case 1072: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1481); + lookahead == 's') ADVANCE(1506); END_STATE(); case 1073: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1512); + lookahead == 's') ADVANCE(25); END_STATE(); case 1074: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1558); + lookahead == 's') ADVANCE(1463); END_STATE(); case 1075: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1440); + lookahead == 's') ADVANCE(1403); END_STATE(); case 1076: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1442); + lookahead == 's') ADVANCE(1398); END_STATE(); case 1077: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1523); + lookahead == 's') ADVANCE(1442); END_STATE(); case 1078: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1390); + lookahead == 's') ADVANCE(1456); END_STATE(); case 1079: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1564); + lookahead == 's') ADVANCE(1491); END_STATE(); case 1080: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1445); + lookahead == 's') ADVANCE(1522); END_STATE(); case 1081: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1405); + lookahead == 's') ADVANCE(1569); END_STATE(); case 1082: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1395); + lookahead == 's') ADVANCE(1450); END_STATE(); case 1083: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1403); + lookahead == 's') ADVANCE(1452); END_STATE(); case 1084: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1441); + lookahead == 's') ADVANCE(1534); END_STATE(); case 1085: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1397); + lookahead == 's') ADVANCE(1400); END_STATE(); case 1086: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1480); + lookahead == 's') ADVANCE(1575); END_STATE(); case 1087: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1514); + lookahead == 's') ADVANCE(1455); END_STATE(); case 1088: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1498); + lookahead == 's') ADVANCE(1415); END_STATE(); case 1089: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1504); + lookahead == 's') ADVANCE(1405); END_STATE(); case 1090: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1513); + lookahead == 's') ADVANCE(1413); END_STATE(); case 1091: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1436); + lookahead == 's') ADVANCE(1451); END_STATE(); case 1092: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1396); + lookahead == 's') ADVANCE(1407); END_STATE(); case 1093: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1443); + lookahead == 's') ADVANCE(1490); END_STATE(); case 1094: if (lookahead == 'S' || - lookahead == 's') ADVANCE(701); + lookahead == 's') ADVANCE(1524); END_STATE(); case 1095: if (lookahead == 'S' || - lookahead == 's') ADVANCE(538); + lookahead == 's') ADVANCE(1508); END_STATE(); case 1096: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1317); + lookahead == 's') ADVANCE(1514); END_STATE(); case 1097: if (lookahead == 'S' || - lookahead == 's') ADVANCE(658); + lookahead == 's') ADVANCE(1523); END_STATE(); case 1098: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1152); + lookahead == 's') ADVANCE(1446); END_STATE(); case 1099: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1275); + lookahead == 's') ADVANCE(1406); END_STATE(); case 1100: if (lookahead == 'S' || - lookahead == 's') ADVANCE(659); + lookahead == 's') ADVANCE(1453); END_STATE(); case 1101: if (lookahead == 'S' || - lookahead == 's') ADVANCE(614); + lookahead == 's') ADVANCE(706); END_STATE(); case 1102: if (lookahead == 'S' || - lookahead == 's') ADVANCE(509); + lookahead == 's') ADVANCE(542); END_STATE(); case 1103: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1096); + lookahead == 's') ADVANCE(1326); END_STATE(); case 1104: if (lookahead == 'S' || - lookahead == 's') ADVANCE(553); + lookahead == 's') ADVANCE(663); END_STATE(); case 1105: if (lookahead == 'S' || - lookahead == 's') ADVANCE(143); + lookahead == 's') ADVANCE(1161); END_STATE(); case 1106: if (lookahead == 'S' || - lookahead == 's') ADVANCE(537); + lookahead == 's') ADVANCE(1285); END_STATE(); case 1107: if (lookahead == 'S' || - lookahead == 's') ADVANCE(988); + lookahead == 's') ADVANCE(664); END_STATE(); case 1108: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1215); + lookahead == 's') ADVANCE(619); END_STATE(); case 1109: if (lookahead == 'S' || - lookahead == 's') ADVANCE(615); + lookahead == 's') ADVANCE(513); END_STATE(); case 1110: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1102); + lookahead == 's') ADVANCE(1103); END_STATE(); case 1111: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1188); + lookahead == 's') ADVANCE(557); END_STATE(); case 1112: if (lookahead == 'S' || - lookahead == 's') ADVANCE(580); + lookahead == 's') ADVANCE(143); END_STATE(); case 1113: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1104); + lookahead == 's') ADVANCE(541); END_STATE(); case 1114: if (lookahead == 'S' || - lookahead == 's') ADVANCE(352); + lookahead == 's') ADVANCE(993); END_STATE(); case 1115: if (lookahead == 'S' || @@ -9635,1010 +9680,1050 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1116: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1182); + lookahead == 's') ADVANCE(620); END_STATE(); case 1117: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1069); + lookahead == 's') ADVANCE(1109); END_STATE(); case 1118: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1073); + lookahead == 's') ADVANCE(607); END_STATE(); case 1119: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1164); + lookahead == 's') ADVANCE(1197); END_STATE(); case 1120: if (lookahead == 'S' || - lookahead == 's') ADVANCE(355); + lookahead == 's') ADVANCE(1111); END_STATE(); case 1121: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1221); + lookahead == 's') ADVANCE(584); END_STATE(); case 1122: if (lookahead == 'S' || - lookahead == 's') ADVANCE(399); + lookahead == 's') ADVANCE(354); END_STATE(); case 1123: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1266); + lookahead == 's') ADVANCE(1233); END_STATE(); case 1124: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1166); + lookahead == 's') ADVANCE(1191); END_STATE(); case 1125: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1169); + lookahead == 's') ADVANCE(1076); END_STATE(); case 1126: if (lookahead == 'S' || - lookahead == 's') ADVANCE(443); + lookahead == 's') ADVANCE(1173); END_STATE(); case 1127: if (lookahead == 'S' || - lookahead == 's') ADVANCE(360); + lookahead == 's') ADVANCE(1080); END_STATE(); case 1128: if (lookahead == 'S' || - lookahead == 's') ADVANCE(491); + lookahead == 's') ADVANCE(1230); END_STATE(); case 1129: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1348); + lookahead == 's') ADVANCE(168); END_STATE(); case 1130: if (lookahead == 'S' || - lookahead == 's') ADVANCE(292); + lookahead == 's') ADVANCE(357); END_STATE(); case 1131: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1184); + lookahead == 's') ADVANCE(402); END_STATE(); case 1132: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1181); + lookahead == 's') ADVANCE(1275); END_STATE(); case 1133: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1193); + lookahead == 's') ADVANCE(1175); END_STATE(); case 1134: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1195); + lookahead == 's') ADVANCE(1178); END_STATE(); case 1135: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1194); + lookahead == 's') ADVANCE(447); END_STATE(); case 1136: if (lookahead == 'S' || - lookahead == 's') ADVANCE(897); + lookahead == 's') ADVANCE(362); END_STATE(); case 1137: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1031); + lookahead == 's') ADVANCE(495); END_STATE(); case 1138: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1202); + lookahead == 's') ADVANCE(1357); END_STATE(); case 1139: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1208); + lookahead == 's') ADVANCE(293); END_STATE(); case 1140: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1321); + lookahead == 's') ADVANCE(1193); END_STATE(); case 1141: if (lookahead == 'S' || - lookahead == 's') ADVANCE(619); + lookahead == 's') ADVANCE(1190); END_STATE(); case 1142: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1140); + lookahead == 's') ADVANCE(1202); END_STATE(); case 1143: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1141); + lookahead == 's') ADVANCE(1204); END_STATE(); case 1144: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1247); + lookahead == 's') ADVANCE(1203); END_STATE(); case 1145: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1226); + lookahead == 's') ADVANCE(902); END_STATE(); case 1146: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1227); + lookahead == 's') ADVANCE(1037); END_STATE(); case 1147: if (lookahead == 'S' || - lookahead == 's') ADVANCE(510); + lookahead == 's') ADVANCE(1211); END_STATE(); case 1148: if (lookahead == 'S' || - lookahead == 's') ADVANCE(511); + lookahead == 's') ADVANCE(1217); END_STATE(); case 1149: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1249); + lookahead == 's') ADVANCE(1330); END_STATE(); case 1150: if (lookahead == 'S' || - lookahead == 's') ADVANCE(1248); + lookahead == 's') ADVANCE(624); END_STATE(); case 1151: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1503); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1149); END_STATE(); case 1152: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1375); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1150); END_STATE(); case 1153: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1385); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1256); END_STATE(); case 1154: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1486); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1235); END_STATE(); case 1155: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(726); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1236); END_STATE(); case 1156: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(589); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(514); END_STATE(); case 1157: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1530); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(515); END_STATE(); case 1158: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(612); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1258); END_STATE(); case 1159: - if (lookahead == 'T' || - lookahead == 't') ADVANCE(1518); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(1257); END_STATE(); case 1160: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1428); + lookahead == 't') ADVANCE(1513); END_STATE(); case 1161: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1449); + lookahead == 't') ADVANCE(1385); END_STATE(); case 1162: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1382); + lookahead == 't') ADVANCE(1395); END_STATE(); case 1163: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1406); + lookahead == 't') ADVANCE(1496); END_STATE(); case 1164: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1413); + lookahead == 't') ADVANCE(731); END_STATE(); case 1165: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1430); + lookahead == 't') ADVANCE(593); END_STATE(); case 1166: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1497); + lookahead == 't') ADVANCE(1541); END_STATE(); case 1167: if (lookahead == 'T' || - lookahead == 't') ADVANCE(14); + lookahead == 't') ADVANCE(608); END_STATE(); case 1168: if (lookahead == 'T' || - lookahead == 't') ADVANCE(875); + lookahead == 't') ADVANCE(1528); END_STATE(); case 1169: if (lookahead == 'T' || - lookahead == 't') ADVANCE(15); + lookahead == 't') ADVANCE(1438); END_STATE(); case 1170: if (lookahead == 'T' || - lookahead == 't') ADVANCE(546); + lookahead == 't') ADVANCE(1459); END_STATE(); case 1171: if (lookahead == 'T' || - lookahead == 't') ADVANCE(248); + lookahead == 't') ADVANCE(1392); END_STATE(); case 1172: if (lookahead == 'T' || - lookahead == 't') ADVANCE(579); + lookahead == 't') ADVANCE(1416); END_STATE(); case 1173: if (lookahead == 'T' || - lookahead == 't') ADVANCE(440); + lookahead == 't') ADVANCE(1423); END_STATE(); case 1174: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1357); + lookahead == 't') ADVANCE(1440); END_STATE(); case 1175: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1356); + lookahead == 't') ADVANCE(1507); END_STATE(); case 1176: if (lookahead == 'T' || - lookahead == 't') ADVANCE(536); + lookahead == 't') ADVANCE(14); END_STATE(); case 1177: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1334); + lookahead == 't') ADVANCE(880); END_STATE(); case 1178: if (lookahead == 'T' || - lookahead == 't') ADVANCE(883); - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1333); + lookahead == 't') ADVANCE(15); END_STATE(); case 1179: if (lookahead == 'T' || - lookahead == 't') ADVANCE(540); + lookahead == 't') ADVANCE(550); END_STATE(); case 1180: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1337); + lookahead == 't') ADVANCE(249); END_STATE(); case 1181: if (lookahead == 'T' || - lookahead == 't') ADVANCE(585); + lookahead == 't') ADVANCE(583); END_STATE(); case 1182: if (lookahead == 'T' || - lookahead == 't') ADVANCE(325); + lookahead == 't') ADVANCE(444); END_STATE(); case 1183: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1339); + lookahead == 't') ADVANCE(1366); END_STATE(); case 1184: if (lookahead == 'T' || - lookahead == 't') ADVANCE(904); + lookahead == 't') ADVANCE(1365); END_STATE(); case 1185: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1340); + lookahead == 't') ADVANCE(540); END_STATE(); case 1186: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1177); + lookahead == 't') ADVANCE(1343); END_STATE(); case 1187: if (lookahead == 'T' || - lookahead == 't') ADVANCE(601); + lookahead == 't') ADVANCE(888); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1342); END_STATE(); case 1188: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1130); + lookahead == 't') ADVANCE(544); END_STATE(); case 1189: if (lookahead == 'T' || - lookahead == 't') ADVANCE(480); + lookahead == 't') ADVANCE(1346); END_STATE(); case 1190: if (lookahead == 'T' || - lookahead == 't') ADVANCE(877); + lookahead == 't') ADVANCE(589); END_STATE(); case 1191: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1070); + lookahead == 't') ADVANCE(327); END_STATE(); case 1192: if (lookahead == 'T' || - lookahead == 't') ADVANCE(478); + lookahead == 't') ADVANCE(1348); END_STATE(); case 1193: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1076); + lookahead == 't') ADVANCE(909); END_STATE(); case 1194: if (lookahead == 'T' || - lookahead == 't') ADVANCE(395); + lookahead == 't') ADVANCE(1349); END_STATE(); case 1195: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1147); + lookahead == 't') ADVANCE(1186); END_STATE(); case 1196: if (lookahead == 'T' || - lookahead == 't') ADVANCE(416); + lookahead == 't') ADVANCE(605); END_STATE(); case 1197: if (lookahead == 'T' || - lookahead == 't') ADVANCE(418); + lookahead == 't') ADVANCE(1139); END_STATE(); case 1198: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1081); + lookahead == 't') ADVANCE(484); END_STATE(); case 1199: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1082); + lookahead == 't') ADVANCE(882); END_STATE(); case 1200: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1088); + lookahead == 't') ADVANCE(1077); END_STATE(); case 1201: if (lookahead == 'T' || - lookahead == 't') ADVANCE(446); + lookahead == 't') ADVANCE(482); END_STATE(); case 1202: if (lookahead == 'T' || - lookahead == 't') ADVANCE(430); + lookahead == 't') ADVANCE(1083); END_STATE(); case 1203: if (lookahead == 'T' || - lookahead == 't') ADVANCE(423); + lookahead == 't') ADVANCE(398); END_STATE(); case 1204: if (lookahead == 'T' || - lookahead == 't') ADVANCE(419); + lookahead == 't') ADVANCE(1156); END_STATE(); case 1205: if (lookahead == 'T' || - lookahead == 't') ADVANCE(401); + lookahead == 't') ADVANCE(421); END_STATE(); case 1206: if (lookahead == 'T' || - lookahead == 't') ADVANCE(411); + lookahead == 't') ADVANCE(422); END_STATE(); case 1207: if (lookahead == 'T' || - lookahead == 't') ADVANCE(433); + lookahead == 't') ADVANCE(1088); END_STATE(); case 1208: if (lookahead == 'T' || - lookahead == 't') ADVANCE(424); + lookahead == 't') ADVANCE(1089); END_STATE(); case 1209: if (lookahead == 'T' || - lookahead == 't') ADVANCE(427); + lookahead == 't') ADVANCE(1095); END_STATE(); case 1210: if (lookahead == 'T' || - lookahead == 't') ADVANCE(562); + lookahead == 't') ADVANCE(450); END_STATE(); case 1211: if (lookahead == 'T' || - lookahead == 't') ADVANCE(888); + lookahead == 't') ADVANCE(435); END_STATE(); case 1212: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1277); + lookahead == 't') ADVANCE(427); END_STATE(); case 1213: if (lookahead == 'T' || - lookahead == 't') ADVANCE(543); + lookahead == 't') ADVANCE(423); END_STATE(); case 1214: if (lookahead == 'T' || - lookahead == 't') ADVANCE(547); + lookahead == 't') ADVANCE(404); END_STATE(); case 1215: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1186); + lookahead == 't') ADVANCE(415); END_STATE(); case 1216: if (lookahead == 'T' || - lookahead == 't') ADVANCE(641); + lookahead == 't') ADVANCE(437); END_STATE(); case 1217: if (lookahead == 'T' || - lookahead == 't') ADVANCE(587); + lookahead == 't') ADVANCE(429); END_STATE(); case 1218: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1346); + lookahead == 't') ADVANCE(431); END_STATE(); case 1219: if (lookahead == 'T' || - lookahead == 't') ADVANCE(754); + lookahead == 't') ADVANCE(566); END_STATE(); case 1220: if (lookahead == 'T' || - lookahead == 't') ADVANCE(549); + lookahead == 't') ADVANCE(893); END_STATE(); case 1221: if (lookahead == 'T' || - lookahead == 't') ADVANCE(843); + lookahead == 't') ADVANCE(1287); END_STATE(); case 1222: if (lookahead == 'T' || - lookahead == 't') ADVANCE(551); + lookahead == 't') ADVANCE(547); END_STATE(); case 1223: if (lookahead == 'T' || - lookahead == 't') ADVANCE(554); + lookahead == 't') ADVANCE(551); END_STATE(); case 1224: if (lookahead == 'T' || - lookahead == 't') ADVANCE(676); + lookahead == 't') ADVANCE(1195); END_STATE(); case 1225: if (lookahead == 'T' || - lookahead == 't') ADVANCE(556); + lookahead == 't') ADVANCE(647); END_STATE(); case 1226: if (lookahead == 'T' || - lookahead == 't') ADVANCE(672); + lookahead == 't') ADVANCE(591); END_STATE(); case 1227: if (lookahead == 'T' || - lookahead == 't') ADVANCE(673); + lookahead == 't') ADVANCE(1355); END_STATE(); case 1228: if (lookahead == 'T' || - lookahead == 't') ADVANCE(599); + lookahead == 't') ADVANCE(759); END_STATE(); case 1229: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1205); + lookahead == 't') ADVANCE(553); END_STATE(); case 1230: if (lookahead == 'T' || - lookahead == 't') ADVANCE(600); + lookahead == 't') ADVANCE(848); END_STATE(); case 1231: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1209); + lookahead == 't') ADVANCE(555); END_STATE(); case 1232: if (lookahead == 'T' || - lookahead == 't') ADVANCE(457); + lookahead == 't') ADVANCE(558); END_STATE(); case 1233: if (lookahead == 'T' || - lookahead == 't') ADVANCE(453); + lookahead == 't') ADVANCE(681); END_STATE(); case 1234: if (lookahead == 'T' || - lookahead == 't') ADVANCE(555); + lookahead == 't') ADVANCE(560); END_STATE(); case 1235: if (lookahead == 'T' || - lookahead == 't') ADVANCE(627); + lookahead == 't') ADVANCE(677); END_STATE(); case 1236: if (lookahead == 'T' || - lookahead == 't') ADVANCE(647); + lookahead == 't') ADVANCE(678); END_STATE(); case 1237: if (lookahead == 'T' || - lookahead == 't') ADVANCE(632); + lookahead == 't') ADVANCE(603); END_STATE(); case 1238: if (lookahead == 'T' || - lookahead == 't') ADVANCE(630); + lookahead == 't') ADVANCE(1214); END_STATE(); case 1239: if (lookahead == 'T' || - lookahead == 't') ADVANCE(633); + lookahead == 't') ADVANCE(604); END_STATE(); case 1240: if (lookahead == 'T' || - lookahead == 't') ADVANCE(634); + lookahead == 't') ADVANCE(1218); END_STATE(); case 1241: if (lookahead == 'T' || - lookahead == 't') ADVANCE(635); + lookahead == 't') ADVANCE(461); END_STATE(); case 1242: if (lookahead == 'T' || - lookahead == 't') ADVANCE(636); + lookahead == 't') ADVANCE(457); END_STATE(); case 1243: if (lookahead == 'T' || - lookahead == 't') ADVANCE(637); + lookahead == 't') ADVANCE(559); END_STATE(); case 1244: if (lookahead == 'T' || - lookahead == 't') ADVANCE(638); + lookahead == 't') ADVANCE(633); END_STATE(); case 1245: if (lookahead == 'T' || - lookahead == 't') ADVANCE(639); + lookahead == 't') ADVANCE(652); END_STATE(); case 1246: if (lookahead == 'T' || - lookahead == 't') ADVANCE(643); + lookahead == 't') ADVANCE(638); END_STATE(); case 1247: if (lookahead == 'T' || - lookahead == 't') ADVANCE(679); + lookahead == 't') ADVANCE(636); END_STATE(); case 1248: if (lookahead == 'T' || - lookahead == 't') ADVANCE(680); + lookahead == 't') ADVANCE(639); END_STATE(); case 1249: if (lookahead == 'T' || - lookahead == 't') ADVANCE(1148); + lookahead == 't') ADVANCE(640); END_STATE(); case 1250: if (lookahead == 'T' || - lookahead == 't') ADVANCE(648); + lookahead == 't') ADVANCE(641); END_STATE(); case 1251: if (lookahead == 'T' || - lookahead == 't') ADVANCE(649); + lookahead == 't') ADVANCE(642); END_STATE(); case 1252: if (lookahead == 'T' || - lookahead == 't') ADVANCE(650); + lookahead == 't') ADVANCE(643); END_STATE(); case 1253: if (lookahead == 'T' || - lookahead == 't') ADVANCE(651); + lookahead == 't') ADVANCE(644); END_STATE(); case 1254: if (lookahead == 'T' || - lookahead == 't') ADVANCE(652); + lookahead == 't') ADVANCE(645); END_STATE(); case 1255: if (lookahead == 'T' || - lookahead == 't') ADVANCE(653); + lookahead == 't') ADVANCE(649); END_STATE(); case 1256: if (lookahead == 'T' || - lookahead == 't') ADVANCE(654); + lookahead == 't') ADVANCE(684); END_STATE(); case 1257: if (lookahead == 'T' || - lookahead == 't') ADVANCE(655); + lookahead == 't') ADVANCE(685); END_STATE(); case 1258: if (lookahead == 'T' || - lookahead == 't') ADVANCE(567); + lookahead == 't') ADVANCE(1157); END_STATE(); case 1259: if (lookahead == 'T' || - lookahead == 't') ADVANCE(568); + lookahead == 't') ADVANCE(653); END_STATE(); case 1260: if (lookahead == 'T' || - lookahead == 't') ADVANCE(569); + lookahead == 't') ADVANCE(654); END_STATE(); case 1261: if (lookahead == 'T' || - lookahead == 't') ADVANCE(570); + lookahead == 't') ADVANCE(655); END_STATE(); case 1262: if (lookahead == 'T' || - lookahead == 't') ADVANCE(571); + lookahead == 't') ADVANCE(656); END_STATE(); case 1263: if (lookahead == 'T' || - lookahead == 't') ADVANCE(572); + lookahead == 't') ADVANCE(657); END_STATE(); case 1264: if (lookahead == 'T' || - lookahead == 't') ADVANCE(573); + lookahead == 't') ADVANCE(658); END_STATE(); case 1265: if (lookahead == 'T' || - lookahead == 't') ADVANCE(574); + lookahead == 't') ADVANCE(659); END_STATE(); case 1266: if (lookahead == 'T' || - lookahead == 't') ADVANCE(227); + lookahead == 't') ADVANCE(660); END_STATE(); case 1267: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(582); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(571); END_STATE(); case 1268: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(232); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(572); END_STATE(); case 1269: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(515); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(573); END_STATE(); case 1270: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(746); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(574); END_STATE(); case 1271: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(351); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(575); END_STATE(); case 1272: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1170); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(576); END_STATE(); case 1273: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(705); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(577); END_STATE(); case 1274: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1035); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(578); END_STATE(); case 1275: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(150); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(228); END_STATE(); case 1276: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(852); + lookahead == 'u') ADVANCE(586); END_STATE(); case 1277: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1032); + lookahead == 'u') ADVANCE(233); END_STATE(); case 1278: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1163); + lookahead == 'u') ADVANCE(419); END_STATE(); case 1279: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1165); + lookahead == 'u') ADVANCE(519); END_STATE(); case 1280: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(415); + lookahead == 'u') ADVANCE(751); END_STATE(); case 1281: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(807); + lookahead == 'u') ADVANCE(353); END_STATE(); case 1282: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(328); + lookahead == 'u') ADVANCE(1179); END_STATE(); case 1283: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1116); + lookahead == 'u') ADVANCE(710); END_STATE(); case 1284: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(710); + lookahead == 'u') ADVANCE(1042); END_STATE(); case 1285: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1190); + lookahead == 'u') ADVANCE(150); END_STATE(); case 1286: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1030); + lookahead == 'u') ADVANCE(857); END_STATE(); case 1287: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(832); + lookahead == 'u') ADVANCE(1038); END_STATE(); case 1288: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(828); + lookahead == 'u') ADVANCE(1172); END_STATE(); case 1289: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1139); + lookahead == 'u') ADVANCE(1174); END_STATE(); case 1290: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1258); + lookahead == 'u') ADVANCE(812); END_STATE(); case 1291: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1259); + lookahead == 'u') ADVANCE(330); END_STATE(); case 1292: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1260); + lookahead == 'u') ADVANCE(1124); END_STATE(); case 1293: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1261); + lookahead == 'u') ADVANCE(715); END_STATE(); case 1294: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1263); + lookahead == 'u') ADVANCE(1199); END_STATE(); case 1295: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1264); + lookahead == 'u') ADVANCE(1036); END_STATE(); case 1296: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(1265); + lookahead == 'u') ADVANCE(837); END_STATE(); case 1297: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1531); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(833); END_STATE(); case 1298: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(1525); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1148); END_STATE(); case 1299: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(610); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1267); END_STATE(); case 1300: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(618); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1268); END_STATE(); case 1301: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(449); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1269); END_STATE(); case 1302: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(412); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1270); END_STATE(); case 1303: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(165); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1272); END_STATE(); case 1304: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(359); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1273); END_STATE(); case 1305: - if (lookahead == 'V' || - lookahead == 'v') ADVANCE(362); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(1274); END_STATE(); case 1306: if (lookahead == 'V' || - lookahead == 'v') ADVANCE(428); + lookahead == 'v') ADVANCE(1542); END_STATE(); case 1307: if (lookahead == 'V' || - lookahead == 'v') ADVANCE(365); + lookahead == 'v') ADVANCE(1536); END_STATE(); case 1308: if (lookahead == 'V' || - lookahead == 'v') ADVANCE(369); + lookahead == 'v') ADVANCE(616); END_STATE(); case 1309: if (lookahead == 'V' || - lookahead == 'v') ADVANCE(645); + lookahead == 'v') ADVANCE(623); END_STATE(); case 1310: if (lookahead == 'V' || - lookahead == 'v') ADVANCE(622); + lookahead == 'v') ADVANCE(453); END_STATE(); case 1311: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(1537); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(416); END_STATE(); case 1312: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(128); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(164); END_STATE(); case 1313: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(853); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(361); END_STATE(); case 1314: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(146); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(364); END_STATE(); case 1315: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(784); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(433); END_STATE(); case 1316: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(200); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(367); END_STATE(); case 1317: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(892); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(371); END_STATE(); case 1318: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(162); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(630); END_STATE(); case 1319: - if (lookahead == 'W' || - lookahead == 'w') ADVANCE(163); + if (lookahead == 'V' || + lookahead == 'v') ADVANCE(627); END_STATE(); case 1320: if (lookahead == 'W' || - lookahead == 'w') ADVANCE(164); + lookahead == 'w') ADVANCE(1548); END_STATE(); case 1321: if (lookahead == 'W' || - lookahead == 'w') ADVANCE(907); + lookahead == 'w') ADVANCE(128); END_STATE(); case 1322: if (lookahead == 'W' || - lookahead == 'w') ADVANCE(169); + lookahead == 'w') ADVANCE(858); END_STATE(); case 1323: if (lookahead == 'W' || - lookahead == 'w') ADVANCE(173); + lookahead == 'w') ADVANCE(146); END_STATE(); case 1324: if (lookahead == 'W' || - lookahead == 'w') ADVANCE(858); + lookahead == 'w') ADVANCE(789); END_STATE(); case 1325: if (lookahead == 'W' || - lookahead == 'w') ADVANCE(859); + lookahead == 'w') ADVANCE(201); END_STATE(); case 1326: if (lookahead == 'W' || - lookahead == 'w') ADVANCE(861); + lookahead == 'w') ADVANCE(897); END_STATE(); case 1327: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(1526); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(162); END_STATE(); case 1328: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(327); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(163); END_STATE(); case 1329: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(277); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(166); END_STATE(); case 1330: - if (lookahead == 'X' || - lookahead == 'x') ADVANCE(218); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(361); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(913); END_STATE(); case 1331: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(803); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(172); END_STATE(); case 1332: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1384); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(174); END_STATE(); case 1333: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(288); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(863); END_STATE(); case 1334: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1521); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(864); END_STATE(); case 1335: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1383); + if (lookahead == 'W' || + lookahead == 'w') ADVANCE(866); END_STATE(); case 1336: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1565); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(1537); END_STATE(); case 1337: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1538); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(329); END_STATE(); case 1338: - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1448); + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(278); END_STATE(); case 1339: + if (lookahead == 'X' || + lookahead == 'x') ADVANCE(219); if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1435); + lookahead == 'y') ADVANCE(363); END_STATE(); case 1340: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1439); + lookahead == 'y') ADVANCE(808); END_STATE(); case 1341: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1438); + lookahead == 'y') ADVANCE(1394); END_STATE(); case 1342: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(978); + lookahead == 'y') ADVANCE(289); END_STATE(); case 1343: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(700); + lookahead == 'y') ADVANCE(1531); END_STATE(); case 1344: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(257); + lookahead == 'y') ADVANCE(1393); END_STATE(); case 1345: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(276); + lookahead == 'y') ADVANCE(1576); END_STATE(); case 1346: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(987); + lookahead == 'y') ADVANCE(1549); END_STATE(); case 1347: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1068); + lookahead == 'y') ADVANCE(1458); END_STATE(); case 1348: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1135); + lookahead == 'y') ADVANCE(1445); END_STATE(); case 1349: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1131); + lookahead == 'y') ADVANCE(1449); END_STATE(); case 1350: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(126); + lookahead == 'y') ADVANCE(1448); END_STATE(); case 1351: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(156); + lookahead == 'y') ADVANCE(983); END_STATE(); case 1352: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1112); + lookahead == 'y') ADVANCE(705); END_STATE(); case 1353: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1074); + lookahead == 'y') ADVANCE(258); END_STATE(); case 1354: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1218); + lookahead == 'y') ADVANCE(277); END_STATE(); case 1355: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(1077); + lookahead == 'y') ADVANCE(992); END_STATE(); case 1356: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(981); + lookahead == 'y') ADVANCE(1075); END_STATE(); case 1357: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(671); + lookahead == 'y') ADVANCE(1144); END_STATE(); case 1358: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(335); + lookahead == 'y') ADVANCE(1140); END_STATE(); case 1359: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(563); + lookahead == 'y') ADVANCE(126); END_STATE(); case 1360: if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(993); + lookahead == 'y') ADVANCE(156); END_STATE(); case 1361: - if (lookahead == 'Z' || - lookahead == 'z') ADVANCE(364); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1121); END_STATE(); case 1362: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1081); + END_STATE(); + case 1363: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1227); + END_STATE(); + case 1364: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(1084); + END_STATE(); + case 1365: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(986); + END_STATE(); + case 1366: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(676); + END_STATE(); + case 1367: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(337); + END_STATE(); + case 1368: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(567); + END_STATE(); + case 1369: + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(998); + END_STATE(); + case 1370: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(366); + END_STATE(); + case 1371: + if (lookahead == 'Z' || + lookahead == 'z') ADVANCE(373); + END_STATE(); + case 1372: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1418); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1428); END_STATE(); - case 1363: - if (eof) ADVANCE(1364); - if (lookahead == '"') ADVANCE(1379); - if (lookahead == '#') ADVANCE(1365); - if (lookahead == '=') ADVANCE(1377); - if (lookahead == 'A') ADVANCE(301); + case 1373: + if (eof) ADVANCE(1374); + if (lookahead == '"') ADVANCE(1389); + if (lookahead == '#') ADVANCE(1375); + if (lookahead == '=') ADVANCE(1387); + if (lookahead == 'A') ADVANCE(302); if (lookahead == 'C') ADVANCE(121); - if (lookahead == 'E') ADVANCE(797); - if (lookahead == 'L') ADVANCE(872); - if (lookahead == 'N') ADVANCE(949); - if (lookahead == 'R') ADVANCE(348); - if (lookahead == 'T') ADVANCE(243); + if (lookahead == 'E') ADVANCE(802); + if (lookahead == 'L') ADVANCE(877); + if (lookahead == 'N') ADVANCE(954); + if (lookahead == 'R') ADVANCE(350); + if (lookahead == 'T') ADVANCE(244); if (lookahead == 'a') ADVANCE(75); if (lookahead == 'c') ADVANCE(107); if (lookahead == 'e') ADVANCE(77); @@ -10649,711 +10734,714 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'B' || lookahead == 'b') ADVANCE(127); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(1331); + lookahead == 'd') ADVANCE(1340); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(578); + lookahead == 'f') ADVANCE(582); if (lookahead == 'G' || lookahead == 'g') ADVANCE(131); if (lookahead == 'H' || lookahead == 'h') ADVANCE(136); if (lookahead == 'I' || - lookahead == 'i') ADVANCE(320); + lookahead == 'i') ADVANCE(321); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(229); + lookahead == 'k') ADVANCE(230); if (lookahead == 'M' || lookahead == 'm') ADVANCE(122); if (lookahead == 'P' || lookahead == 'p') ADVANCE(123); if (lookahead == 'S' || - lookahead == 's') ADVANCE(350); + lookahead == 's') ADVANCE(352); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(972); + lookahead == 'u') ADVANCE(977); if (lookahead == 'V' || - lookahead == 'v') ADVANCE(435); + lookahead == 'v') ADVANCE(439); if (lookahead == 'X' || lookahead == 'x') ADVANCE(130); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(1363) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1366); + lookahead == ' ') SKIP(1373) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1376); END_STATE(); - case 1364: + case 1374: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 1365: + case 1375: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1365); + lookahead != '\n') ADVANCE(1375); END_STATE(); - case 1366: + case 1376: ACCEPT_TOKEN(sym_number); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1366); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1376); END_STATE(); - case 1367: + case 1377: ACCEPT_TOKEN(aux_sym_boolean_token1); END_STATE(); - case 1368: + case 1378: ACCEPT_TOKEN(aux_sym_boolean_token2); END_STATE(); - case 1369: + case 1379: ACCEPT_TOKEN(aux_sym_boolean_token3); END_STATE(); - case 1370: + case 1380: ACCEPT_TOKEN(aux_sym_boolean_token3); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(376); + lookahead == 'n') ADVANCE(379); END_STATE(); - case 1371: + case 1381: ACCEPT_TOKEN(aux_sym_boolean_token4); END_STATE(); - case 1372: + case 1382: ACCEPT_TOKEN(aux_sym_pattern_token1); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1372); + lookahead != '\n') ADVANCE(1382); END_STATE(); - case 1373: + case 1383: ACCEPT_TOKEN(sym_time_format); END_STATE(); - case 1374: + case 1384: ACCEPT_TOKEN(sym_time_format); - if (sym_time_format_character_set_1(lookahead)) ADVANCE(1373); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1374); + if (sym_time_format_character_set_1(lookahead)) ADVANCE(1383); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1384); END_STATE(); - case 1375: + case 1385: ACCEPT_TOKEN(aux_sym_host_token1); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(192); + lookahead == 'b') ADVANCE(193); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(447); + lookahead == 'k') ADVANCE(451); if (lookahead == 'N' || lookahead == 'n') ADVANCE(135); END_STATE(); - case 1376: + case 1386: ACCEPT_TOKEN(aux_sym_host_token2); if (lookahead == '\t' || - lookahead == ' ') ADVANCE(1376); + lookahead == ' ') ADVANCE(1386); END_STATE(); - case 1377: + case 1387: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); - case 1378: + case 1388: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1372); + lookahead != '\n') ADVANCE(1382); END_STATE(); - case 1379: + case 1389: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); - case 1380: + case 1390: ACCEPT_TOKEN(anon_sym_DQUOTE); if (lookahead != 0 && - lookahead != '\n') ADVANCE(1372); + lookahead != '\n') ADVANCE(1382); END_STATE(); - case 1381: + case 1391: ACCEPT_TOKEN(aux_sym_match_token1); END_STATE(); - case 1382: + case 1392: ACCEPT_TOKEN(aux_sym_add_keys_to_agent_token1); END_STATE(); - case 1383: + case 1393: ACCEPT_TOKEN(aux_sym_address_family_token1); END_STATE(); - case 1384: + case 1394: ACCEPT_TOKEN(aux_sym_address_family_value_token1); END_STATE(); - case 1385: + case 1395: ACCEPT_TOKEN(aux_sym_address_family_value_token2); - if (lookahead == '6') ADVANCE(1386); + if (lookahead == '6') ADVANCE(1396); END_STATE(); - case 1386: + case 1396: ACCEPT_TOKEN(aux_sym_address_family_value_token3); END_STATE(); - case 1387: + case 1397: ACCEPT_TOKEN(aux_sym_batch_mode_token1); END_STATE(); - case 1388: + case 1398: ACCEPT_TOKEN(aux_sym_bind_address_token1); END_STATE(); - case 1389: + case 1399: ACCEPT_TOKEN(aux_sym_bind_interface_token1); END_STATE(); - case 1390: + case 1400: ACCEPT_TOKEN(aux_sym_canonical_domains_token1); END_STATE(); - case 1391: + case 1401: ACCEPT_TOKEN(aux_sym_canonicalize_fallback_local_token1); END_STATE(); - case 1392: + case 1402: ACCEPT_TOKEN(aux_sym_canonicalize_hostname_token1); END_STATE(); - case 1393: + case 1403: ACCEPT_TOKEN(aux_sym_canonicalize_hostname_value_token1); END_STATE(); - case 1394: + case 1404: ACCEPT_TOKEN(aux_sym_canonicalize_hostname_value_token2); END_STATE(); - case 1395: + case 1405: ACCEPT_TOKEN(aux_sym_canonicalize_max_dots_token1); END_STATE(); - case 1396: + case 1406: ACCEPT_TOKEN(aux_sym_canonicalize_permitted_cnames_token1); END_STATE(); - case 1397: + case 1407: ACCEPT_TOKEN(aux_sym_ca_signature_algorithms_token1); END_STATE(); - case 1398: + case 1408: ACCEPT_TOKEN(aux_sym_certificate_file_token1); END_STATE(); - case 1399: + case 1409: ACCEPT_TOKEN(aux_sym_challenge_response_authentication_token1); END_STATE(); - case 1400: + case 1410: ACCEPT_TOKEN(aux_sym_check_host_ip_token1); END_STATE(); - case 1401: + case 1411: ACCEPT_TOKEN(aux_sym_ciphers_token1); END_STATE(); - case 1402: + case 1412: ACCEPT_TOKEN(aux_sym_cipher_token1); if (lookahead == 'S' || - lookahead == 's') ADVANCE(1401); + lookahead == 's') ADVANCE(1411); END_STATE(); - case 1403: + case 1413: ACCEPT_TOKEN(aux_sym_clear_all_forwardings_token1); END_STATE(); - case 1404: + case 1414: ACCEPT_TOKEN(aux_sym_compression_token1); END_STATE(); - case 1405: + case 1415: ACCEPT_TOKEN(aux_sym_connection_attempts_token1); END_STATE(); - case 1406: + case 1416: ACCEPT_TOKEN(aux_sym_connect_timeout_token1); END_STATE(); - case 1407: + case 1417: ACCEPT_TOKEN(aux_sym_control_master_token1); END_STATE(); - case 1408: + case 1418: ACCEPT_TOKEN(aux_sym_control_master_value_token1); END_STATE(); - case 1409: + case 1419: ACCEPT_TOKEN(aux_sym_control_master_value_token2); END_STATE(); - case 1410: + case 1420: ACCEPT_TOKEN(aux_sym_control_master_value_token2); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(1097); + lookahead == 'a') ADVANCE(1104); END_STATE(); - case 1411: + case 1421: ACCEPT_TOKEN(aux_sym_control_master_value_token3); END_STATE(); - case 1412: + case 1422: ACCEPT_TOKEN(aux_sym_control_path_token1); END_STATE(); - case 1413: + case 1423: ACCEPT_TOKEN(aux_sym_control_persist_token1); END_STATE(); - case 1414: + case 1424: ACCEPT_TOKEN(aux_sym_dynamic_forward_token1); END_STATE(); - case 1415: + case 1425: ACCEPT_TOKEN(aux_sym_enable_ssh_keysign_token1); END_STATE(); - case 1416: + case 1426: ACCEPT_TOKEN(aux_sym_escape_char_token1); END_STATE(); - case 1417: + case 1427: ACCEPT_TOKEN(anon_sym_none); END_STATE(); - case 1418: + case 1428: ACCEPT_TOKEN(aux_sym_escape_char_value_token1); END_STATE(); - case 1419: + case 1429: ACCEPT_TOKEN(aux_sym_escape_char_value_token1); - if (lookahead == '"') ADVANCE(1379); - if (lookahead == '#') ADVANCE(1418); - if (lookahead == '=') ADVANCE(1377); - if (lookahead == '^') ADVANCE(1362); - if (lookahead == 'n') ADVANCE(1422); + if (lookahead == '"') ADVANCE(1389); + if (lookahead == '#') ADVANCE(1428); + if (lookahead == '=') ADVANCE(1387); + if (lookahead == '^') ADVANCE(1372); + if (lookahead == 'n') ADVANCE(1432); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(1419); - if (lookahead != 0) ADVANCE(1418); + lookahead == ' ') ADVANCE(1429); + if (lookahead != 0) ADVANCE(1428); END_STATE(); - case 1420: + case 1430: ACCEPT_TOKEN(aux_sym_escape_char_value_token1); - if (lookahead == '"') ADVANCE(1379); - if (lookahead == '#') ADVANCE(1418); - if (lookahead == '^') ADVANCE(1362); - if (lookahead == 'n') ADVANCE(1422); + if (lookahead == '"') ADVANCE(1389); + if (lookahead == '#') ADVANCE(1428); + if (lookahead == '^') ADVANCE(1372); + if (lookahead == 'n') ADVANCE(1432); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(1420); - if (lookahead != 0) ADVANCE(1418); + lookahead == ' ') ADVANCE(1430); + if (lookahead != 0) ADVANCE(1428); END_STATE(); - case 1421: + case 1431: ACCEPT_TOKEN(aux_sym_escape_char_value_token1); - if (lookahead == '#') ADVANCE(1418); - if (lookahead == '^') ADVANCE(1362); - if (lookahead == 'n') ADVANCE(1422); + if (lookahead == '#') ADVANCE(1428); + if (lookahead == '^') ADVANCE(1372); + if (lookahead == 'n') ADVANCE(1432); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(1421); - if (lookahead != 0) ADVANCE(1418); + lookahead == ' ') ADVANCE(1431); + if (lookahead != 0) ADVANCE(1428); END_STATE(); - case 1422: + case 1432: ACCEPT_TOKEN(aux_sym_escape_char_value_token1); if (lookahead == 'o') ADVANCE(95); END_STATE(); - case 1423: + case 1433: ACCEPT_TOKEN(aux_sym_exit_on_forward_failure_token1); END_STATE(); - case 1424: + case 1434: ACCEPT_TOKEN(aux_sym_fingerprint_hash_token1); END_STATE(); - case 1425: + case 1435: ACCEPT_TOKEN(anon_sym_md5); END_STATE(); - case 1426: + case 1436: ACCEPT_TOKEN(anon_sym_sha256); END_STATE(); - case 1427: + case 1437: ACCEPT_TOKEN(aux_sym_fork_after_authentication_token1); END_STATE(); - case 1428: + case 1438: ACCEPT_TOKEN(aux_sym_forward_agent_token1); END_STATE(); - case 1429: + case 1439: ACCEPT_TOKEN(aux_sym_forward_x11_token1); if (lookahead == 'T' || - lookahead == 't') ADVANCE(644); + lookahead == 't') ADVANCE(650); END_STATE(); - case 1430: + case 1440: ACCEPT_TOKEN(aux_sym_forward_x11_timeout_token1); END_STATE(); - case 1431: + case 1441: ACCEPT_TOKEN(aux_sym_forward_x11_trusted_token1); END_STATE(); - case 1432: + case 1442: ACCEPT_TOKEN(aux_sym_gateway_ports_token1); END_STATE(); - case 1433: + case 1443: ACCEPT_TOKEN(aux_sym_global_known_hosts_file_token1); END_STATE(); - case 1434: + case 1444: ACCEPT_TOKEN(aux_sym_gssapi_authentication_token1); END_STATE(); - case 1435: + case 1445: ACCEPT_TOKEN(aux_sym_gssapi_client_identity_token1); END_STATE(); - case 1436: + case 1446: ACCEPT_TOKEN(aux_sym_gssapi_delegate_credentials_token1); END_STATE(); - case 1437: + case 1447: ACCEPT_TOKEN(aux_sym_gssapi_key_exchange_token1); END_STATE(); - case 1438: + case 1448: ACCEPT_TOKEN(aux_sym_gssapi_renewal_forces_rekey_token1); END_STATE(); - case 1439: + case 1449: ACCEPT_TOKEN(aux_sym_gssapi_server_identity_token1); END_STATE(); - case 1440: + case 1450: ACCEPT_TOKEN(aux_sym_gssapi_trust_dns_token1); END_STATE(); - case 1441: + case 1451: ACCEPT_TOKEN(aux_sym_gssapi_kex_algorithms_token1); END_STATE(); - case 1442: + case 1452: ACCEPT_TOKEN(aux_sym_hash_known_hosts_token1); END_STATE(); - case 1443: + case 1453: ACCEPT_TOKEN(aux_sym_hostbased_accepted_algorithms_token1); END_STATE(); - case 1444: + case 1454: ACCEPT_TOKEN(aux_sym_hostbased_authentication_token1); END_STATE(); - case 1445: + case 1455: ACCEPT_TOKEN(aux_sym_host_key_algorithms_token1); END_STATE(); - case 1446: + case 1456: ACCEPT_TOKEN(aux_sym_host_key_alias_token1); END_STATE(); - case 1447: + case 1457: ACCEPT_TOKEN(aux_sym_hostname_token1); END_STATE(); - case 1448: + case 1458: ACCEPT_TOKEN(aux_sym_identities_only_token1); END_STATE(); - case 1449: + case 1459: ACCEPT_TOKEN(aux_sym_identity_agent_token1); END_STATE(); - case 1450: + case 1460: ACCEPT_TOKEN(aux_sym_identity_file_token1); END_STATE(); - case 1451: + case 1461: ACCEPT_TOKEN(aux_sym_ignore_unknown_token1); END_STATE(); - case 1452: + case 1462: ACCEPT_TOKEN(aux_sym_include_token1); END_STATE(); - case 1453: + case 1463: ACCEPT_TOKEN(aux_sym_ip_qos_token1); END_STATE(); - case 1454: + case 1464: ACCEPT_TOKEN(anon_sym_af11); END_STATE(); - case 1455: + case 1465: ACCEPT_TOKEN(anon_sym_af12); END_STATE(); - case 1456: + case 1466: ACCEPT_TOKEN(anon_sym_af13); END_STATE(); - case 1457: + case 1467: ACCEPT_TOKEN(anon_sym_af21); END_STATE(); - case 1458: + case 1468: ACCEPT_TOKEN(anon_sym_af22); END_STATE(); - case 1459: + case 1469: ACCEPT_TOKEN(anon_sym_af23); END_STATE(); - case 1460: + case 1470: ACCEPT_TOKEN(anon_sym_af31); END_STATE(); - case 1461: + case 1471: ACCEPT_TOKEN(anon_sym_af32); END_STATE(); - case 1462: + case 1472: ACCEPT_TOKEN(anon_sym_af33); END_STATE(); - case 1463: + case 1473: ACCEPT_TOKEN(anon_sym_af41); END_STATE(); - case 1464: + case 1474: ACCEPT_TOKEN(anon_sym_af42); END_STATE(); - case 1465: + case 1475: ACCEPT_TOKEN(anon_sym_af43); END_STATE(); - case 1466: + case 1476: ACCEPT_TOKEN(anon_sym_cs0); END_STATE(); - case 1467: + case 1477: ACCEPT_TOKEN(anon_sym_cs1); END_STATE(); - case 1468: + case 1478: ACCEPT_TOKEN(anon_sym_cs2); END_STATE(); - case 1469: + case 1479: ACCEPT_TOKEN(anon_sym_cs3); END_STATE(); - case 1470: + case 1480: ACCEPT_TOKEN(anon_sym_cs4); END_STATE(); - case 1471: + case 1481: ACCEPT_TOKEN(anon_sym_cs5); END_STATE(); - case 1472: + case 1482: ACCEPT_TOKEN(anon_sym_cs6); END_STATE(); - case 1473: + case 1483: ACCEPT_TOKEN(anon_sym_cs7); END_STATE(); - case 1474: + case 1484: ACCEPT_TOKEN(anon_sym_ef); END_STATE(); - case 1475: + case 1485: ACCEPT_TOKEN(anon_sym_le); END_STATE(); - case 1476: + case 1486: ACCEPT_TOKEN(anon_sym_lowdelay); END_STATE(); - case 1477: + case 1487: ACCEPT_TOKEN(anon_sym_throughput); END_STATE(); - case 1478: + case 1488: ACCEPT_TOKEN(anon_sym_reliability); END_STATE(); - case 1479: + case 1489: ACCEPT_TOKEN(aux_sym_kbd_interactive_authentication_token1); END_STATE(); - case 1480: + case 1490: ACCEPT_TOKEN(aux_sym_kbd_interactive_devices_token1); END_STATE(); - case 1481: + case 1491: ACCEPT_TOKEN(aux_sym_kex_algorithms_token1); END_STATE(); - case 1482: + case 1492: ACCEPT_TOKEN(aux_sym_known_hosts_command_token1); END_STATE(); - case 1483: + case 1493: ACCEPT_TOKEN(aux_sym_local_command_token1); END_STATE(); - case 1484: + case 1494: ACCEPT_TOKEN(aux_sym_local_forward_token1); END_STATE(); - case 1485: + case 1495: ACCEPT_TOKEN(aux_sym_log_level_token1); END_STATE(); - case 1486: + case 1496: ACCEPT_TOKEN(aux_sym_log_level_value_token1); END_STATE(); - case 1487: + case 1497: ACCEPT_TOKEN(aux_sym_log_level_value_token2); END_STATE(); - case 1488: + case 1498: ACCEPT_TOKEN(aux_sym_log_level_value_token3); END_STATE(); - case 1489: + case 1499: ACCEPT_TOKEN(aux_sym_log_level_value_token4); END_STATE(); - case 1490: + case 1500: ACCEPT_TOKEN(aux_sym_log_level_value_token5); END_STATE(); - case 1491: + case 1501: ACCEPT_TOKEN(aux_sym_log_level_value_token6); - if (lookahead == '1') ADVANCE(1492); - if (lookahead == '2') ADVANCE(1493); - if (lookahead == '3') ADVANCE(1494); + if (lookahead == '1') ADVANCE(1502); + if (lookahead == '2') ADVANCE(1503); + if (lookahead == '3') ADVANCE(1504); END_STATE(); - case 1492: + case 1502: ACCEPT_TOKEN(aux_sym_log_level_value_token7); END_STATE(); - case 1493: + case 1503: ACCEPT_TOKEN(aux_sym_log_level_value_token8); END_STATE(); - case 1494: + case 1504: ACCEPT_TOKEN(aux_sym_log_level_value_token9); END_STATE(); - case 1495: + case 1505: ACCEPT_TOKEN(aux_sym_log_verbose_token1); END_STATE(); - case 1496: + case 1506: ACCEPT_TOKEN(aux_sym_macs_token1); END_STATE(); - case 1497: + case 1507: ACCEPT_TOKEN(aux_sym_no_host_authentication_for_localhost_token1); END_STATE(); - case 1498: + case 1508: ACCEPT_TOKEN(aux_sym_number_of_password_prompts_token1); END_STATE(); - case 1499: + case 1509: ACCEPT_TOKEN(aux_sym_password_authentication_token1); END_STATE(); - case 1500: + case 1510: ACCEPT_TOKEN(aux_sym_permit_local_command_token1); END_STATE(); - case 1501: + case 1511: ACCEPT_TOKEN(aux_sym_permit_remote_open_token1); END_STATE(); - case 1502: + case 1512: ACCEPT_TOKEN(aux_sym_pkcs11_provider_token1); END_STATE(); - case 1503: + case 1513: ACCEPT_TOKEN(aux_sym_port_token1); END_STATE(); - case 1504: + case 1514: ACCEPT_TOKEN(aux_sym_preferred_authentications_token1); END_STATE(); - case 1505: + case 1515: ACCEPT_TOKEN(aux_sym_protocol_token1); END_STATE(); - case 1506: + case 1516: ACCEPT_TOKEN(anon_sym_1); END_STATE(); - case 1507: + case 1517: ACCEPT_TOKEN(anon_sym_1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1366); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1376); END_STATE(); - case 1508: + case 1518: ACCEPT_TOKEN(anon_sym_2); END_STATE(); - case 1509: + case 1519: ACCEPT_TOKEN(anon_sym_2); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1366); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(1376); END_STATE(); - case 1510: + case 1520: ACCEPT_TOKEN(aux_sym_proxy_command_token1); END_STATE(); - case 1511: + case 1521: ACCEPT_TOKEN(aux_sym_proxy_jump_token1); END_STATE(); - case 1512: + case 1522: ACCEPT_TOKEN(aux_sym_proxy_use_fdpass_token1); END_STATE(); - case 1513: + case 1523: ACCEPT_TOKEN(aux_sym_pubkey_accepted_algorithms_token1); END_STATE(); - case 1514: + case 1524: ACCEPT_TOKEN(aux_sym_pubkey_accepted_key_types_token1); END_STATE(); - case 1515: + case 1525: ACCEPT_TOKEN(aux_sym_pubkey_authentication_token1); END_STATE(); - case 1516: + case 1526: ACCEPT_TOKEN(aux_sym_pubkey_authentication_value_token1); END_STATE(); - case 1517: + case 1527: ACCEPT_TOKEN(aux_sym_pubkey_authentication_value_token2); END_STATE(); - case 1518: + case 1528: ACCEPT_TOKEN(aux_sym_rekey_limit_token1); END_STATE(); - case 1519: + case 1529: ACCEPT_TOKEN(aux_sym_remote_command_token1); END_STATE(); - case 1520: + case 1530: ACCEPT_TOKEN(aux_sym_remote_forward_token1); END_STATE(); - case 1521: + case 1531: ACCEPT_TOKEN(aux_sym_request_tty_token1); END_STATE(); - case 1522: + case 1532: ACCEPT_TOKEN(aux_sym_request_tty_value_token1); END_STATE(); - case 1523: + case 1533: + ACCEPT_TOKEN(aux_sym_required_rsa_size_token1); + END_STATE(); + case 1534: ACCEPT_TOKEN(aux_sym_revoked_host_keys_token1); END_STATE(); - case 1524: + case 1535: ACCEPT_TOKEN(aux_sym_security_key_provider_token1); END_STATE(); - case 1525: + case 1536: ACCEPT_TOKEN(aux_sym_send_env_token1); END_STATE(); - case 1526: + case 1537: ACCEPT_TOKEN(aux_sym_server_alive_count_max_token1); END_STATE(); - case 1527: + case 1538: ACCEPT_TOKEN(aux_sym_server_alive_interval_token1); END_STATE(); - case 1528: + case 1539: ACCEPT_TOKEN(aux_sym_session_type_token1); END_STATE(); - case 1529: + case 1540: ACCEPT_TOKEN(aux_sym_session_type_value_token1); END_STATE(); - case 1530: + case 1541: ACCEPT_TOKEN(aux_sym_session_type_value_token2); END_STATE(); - case 1531: + case 1542: ACCEPT_TOKEN(aux_sym_set_env_token1); END_STATE(); - case 1532: + case 1543: ACCEPT_TOKEN(aux_sym_stdin_null_token1); END_STATE(); - case 1533: + case 1544: ACCEPT_TOKEN(aux_sym_stream_local_bind_mask_token1); END_STATE(); - case 1534: + case 1545: ACCEPT_TOKEN(aux_sym_stream_local_bind_unlink_token1); END_STATE(); - case 1535: + case 1546: ACCEPT_TOKEN(aux_sym_strict_host_key_checking_token1); END_STATE(); - case 1536: + case 1547: ACCEPT_TOKEN(aux_sym_strict_host_key_checking_value_token1); END_STATE(); - case 1537: + case 1548: ACCEPT_TOKEN(aux_sym_strict_host_key_checking_value_token2); END_STATE(); - case 1538: + case 1549: ACCEPT_TOKEN(aux_sym_syslog_facility_token1); END_STATE(); - case 1539: + case 1550: ACCEPT_TOKEN(anon_sym_DAEMON); END_STATE(); - case 1540: + case 1551: ACCEPT_TOKEN(anon_sym_USER); END_STATE(); - case 1541: + case 1552: ACCEPT_TOKEN(anon_sym_AUTH); END_STATE(); - case 1542: + case 1553: ACCEPT_TOKEN(anon_sym_LOCAL0); END_STATE(); - case 1543: + case 1554: ACCEPT_TOKEN(anon_sym_LOCAL1); END_STATE(); - case 1544: + case 1555: ACCEPT_TOKEN(anon_sym_LOCAL2); END_STATE(); - case 1545: + case 1556: ACCEPT_TOKEN(anon_sym_LOCAL3); END_STATE(); - case 1546: + case 1557: ACCEPT_TOKEN(anon_sym_LOCAL4); END_STATE(); - case 1547: + case 1558: ACCEPT_TOKEN(anon_sym_LOCAL5); END_STATE(); - case 1548: + case 1559: ACCEPT_TOKEN(anon_sym_LOCAL6); END_STATE(); - case 1549: + case 1560: ACCEPT_TOKEN(anon_sym_LOCAL7); END_STATE(); - case 1550: + case 1561: ACCEPT_TOKEN(aux_sym_tcp_keep_alive_token1); END_STATE(); - case 1551: + case 1562: ACCEPT_TOKEN(aux_sym_keep_alive_token1); END_STATE(); - case 1552: + case 1563: ACCEPT_TOKEN(aux_sym_tunnel_token1); if (lookahead == 'D' || - lookahead == 'd') ADVANCE(384); + lookahead == 'd') ADVANCE(387); END_STATE(); - case 1553: + case 1564: ACCEPT_TOKEN(anon_sym_yes); END_STATE(); - case 1554: + case 1565: ACCEPT_TOKEN(anon_sym_no); END_STATE(); - case 1555: + case 1566: ACCEPT_TOKEN(anon_sym_point_DASHto_DASHpoint); END_STATE(); - case 1556: + case 1567: ACCEPT_TOKEN(anon_sym_ethernet); END_STATE(); - case 1557: + case 1568: ACCEPT_TOKEN(aux_sym_tunnel_device_token1); END_STATE(); - case 1558: + case 1569: ACCEPT_TOKEN(aux_sym_update_host_keys_token1); END_STATE(); - case 1559: + case 1570: ACCEPT_TOKEN(aux_sym_use_keychain_token1); END_STATE(); - case 1560: + case 1571: ACCEPT_TOKEN(aux_sym_use_roaming_token1); END_STATE(); - case 1561: + case 1572: ACCEPT_TOKEN(aux_sym_user_token1); if (lookahead == 'K' || - lookahead == 'k') ADVANCE(863); + lookahead == 'k') ADVANCE(868); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(181); + lookahead == 'o') ADVANCE(182); END_STATE(); - case 1562: + case 1573: ACCEPT_TOKEN(aux_sym_user_token1); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(181); + lookahead == 'o') ADVANCE(182); END_STATE(); - case 1563: + case 1574: ACCEPT_TOKEN(aux_sym_user_known_hosts_file_token1); END_STATE(); - case 1564: + case 1575: ACCEPT_TOKEN(aux_sym_verify_host_key_dns_token1); END_STATE(); - case 1565: + case 1576: ACCEPT_TOKEN(aux_sym_visual_host_key_token1); END_STATE(); - case 1566: + case 1577: ACCEPT_TOKEN(aux_sym_xauth_location_token1); END_STATE(); default: @@ -11363,805 +11451,805 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, - [1] = {.lex_state = 1363}, - [2] = {.lex_state = 1363}, - [3] = {.lex_state = 1363}, - [4] = {.lex_state = 1363}, - [5] = {.lex_state = 1363}, - [6] = {.lex_state = 1363}, - [7] = {.lex_state = 1363}, - [8] = {.lex_state = 1363}, - [9] = {.lex_state = 1363}, - [10] = {.lex_state = 1363}, - [11] = {.lex_state = 1363}, - [12] = {.lex_state = 1363}, - [13] = {.lex_state = 1363}, - [14] = {.lex_state = 1363}, - [15] = {.lex_state = 1363}, - [16] = {.lex_state = 1363}, - [17] = {.lex_state = 1363}, - [18] = {.lex_state = 1363}, - [19] = {.lex_state = 1363}, - [20] = {.lex_state = 1363}, - [21] = {.lex_state = 1363}, - [22] = {.lex_state = 1363}, - [23] = {.lex_state = 1363}, - [24] = {.lex_state = 1363}, - [25] = {.lex_state = 1363}, - [26] = {.lex_state = 1363}, - [27] = {.lex_state = 1363}, - [28] = {.lex_state = 1363}, - [29] = {.lex_state = 1363}, - [30] = {.lex_state = 1363}, - [31] = {.lex_state = 1363}, - [32] = {.lex_state = 1363}, - [33] = {.lex_state = 1363}, - [34] = {.lex_state = 1363}, - [35] = {.lex_state = 1363}, - [36] = {.lex_state = 1363}, - [37] = {.lex_state = 1363}, - [38] = {.lex_state = 1363}, - [39] = {.lex_state = 1363}, - [40] = {.lex_state = 1363}, - [41] = {.lex_state = 1363}, - [42] = {.lex_state = 1363}, - [43] = {.lex_state = 1363}, - [44] = {.lex_state = 1363}, - [45] = {.lex_state = 1363}, - [46] = {.lex_state = 1363}, - [47] = {.lex_state = 1363}, - [48] = {.lex_state = 1363}, - [49] = {.lex_state = 1363}, - [50] = {.lex_state = 1363}, - [51] = {.lex_state = 1363}, - [52] = {.lex_state = 1363}, - [53] = {.lex_state = 1363}, - [54] = {.lex_state = 1363}, - [55] = {.lex_state = 1363}, - [56] = {.lex_state = 1363}, - [57] = {.lex_state = 1363}, - [58] = {.lex_state = 1363}, - [59] = {.lex_state = 1363}, - [60] = {.lex_state = 1363}, - [61] = {.lex_state = 1363}, - [62] = {.lex_state = 1363}, - [63] = {.lex_state = 1363}, - [64] = {.lex_state = 1363}, - [65] = {.lex_state = 1363}, - [66] = {.lex_state = 1363}, - [67] = {.lex_state = 1363}, - [68] = {.lex_state = 1363}, - [69] = {.lex_state = 1363}, - [70] = {.lex_state = 1363}, - [71] = {.lex_state = 1363}, - [72] = {.lex_state = 1363}, - [73] = {.lex_state = 1363}, - [74] = {.lex_state = 1363}, - [75] = {.lex_state = 1363}, - [76] = {.lex_state = 1363}, - [77] = {.lex_state = 1363}, - [78] = {.lex_state = 1363}, - [79] = {.lex_state = 1363}, - [80] = {.lex_state = 1363}, - [81] = {.lex_state = 1363}, - [82] = {.lex_state = 1363}, - [83] = {.lex_state = 1363}, - [84] = {.lex_state = 1363}, - [85] = {.lex_state = 1363}, - [86] = {.lex_state = 1363}, - [87] = {.lex_state = 1363}, - [88] = {.lex_state = 1363}, - [89] = {.lex_state = 1363}, - [90] = {.lex_state = 1363}, - [91] = {.lex_state = 1363}, - [92] = {.lex_state = 1363}, - [93] = {.lex_state = 1363}, - [94] = {.lex_state = 1363}, - [95] = {.lex_state = 1363}, - [96] = {.lex_state = 1363}, - [97] = {.lex_state = 1363}, - [98] = {.lex_state = 1363}, - [99] = {.lex_state = 1363}, - [100] = {.lex_state = 1363}, - [101] = {.lex_state = 1363}, - [102] = {.lex_state = 1363}, - [103] = {.lex_state = 1363}, - [104] = {.lex_state = 1363}, - [105] = {.lex_state = 1363}, - [106] = {.lex_state = 1363}, - [107] = {.lex_state = 1363}, - [108] = {.lex_state = 1363}, - [109] = {.lex_state = 1363}, - [110] = {.lex_state = 1363}, - [111] = {.lex_state = 1363}, - [112] = {.lex_state = 1363}, - [113] = {.lex_state = 1363}, - [114] = {.lex_state = 1363}, - [115] = {.lex_state = 1363}, - [116] = {.lex_state = 1363}, - [117] = {.lex_state = 1363}, - [118] = {.lex_state = 1363}, - [119] = {.lex_state = 1363}, - [120] = {.lex_state = 1363}, - [121] = {.lex_state = 1363}, - [122] = {.lex_state = 1363}, - [123] = {.lex_state = 1363}, - [124] = {.lex_state = 1363}, - [125] = {.lex_state = 1363}, - [126] = {.lex_state = 1363}, - [127] = {.lex_state = 1363}, - [128] = {.lex_state = 1363}, - [129] = {.lex_state = 1363}, - [130] = {.lex_state = 1363}, - [131] = {.lex_state = 1363}, - [132] = {.lex_state = 1363}, - [133] = {.lex_state = 1363}, - [134] = {.lex_state = 1363}, - [135] = {.lex_state = 1363}, - [136] = {.lex_state = 1363}, - [137] = {.lex_state = 1363}, - [138] = {.lex_state = 1363}, - [139] = {.lex_state = 1363}, - [140] = {.lex_state = 1363}, - [141] = {.lex_state = 1363}, - [142] = {.lex_state = 1363}, - [143] = {.lex_state = 1363}, - [144] = {.lex_state = 1363}, - [145] = {.lex_state = 1363}, - [146] = {.lex_state = 1363}, - [147] = {.lex_state = 1363}, - [148] = {.lex_state = 1363}, - [149] = {.lex_state = 1363}, - [150] = {.lex_state = 1363}, - [151] = {.lex_state = 1363}, - [152] = {.lex_state = 1363}, - [153] = {.lex_state = 1363}, - [154] = {.lex_state = 1363}, - [155] = {.lex_state = 1363}, - [156] = {.lex_state = 1363}, - [157] = {.lex_state = 1363}, - [158] = {.lex_state = 1363}, - [159] = {.lex_state = 1363}, - [160] = {.lex_state = 1363}, - [161] = {.lex_state = 1363}, - [162] = {.lex_state = 1363}, - [163] = {.lex_state = 1363}, - [164] = {.lex_state = 1363}, - [165] = {.lex_state = 1363}, - [166] = {.lex_state = 1363}, - [167] = {.lex_state = 1363}, - [168] = {.lex_state = 1363}, - [169] = {.lex_state = 1363}, - [170] = {.lex_state = 1363}, - [171] = {.lex_state = 1363}, - [172] = {.lex_state = 1363}, - [173] = {.lex_state = 1363}, - [174] = {.lex_state = 1363}, - [175] = {.lex_state = 1363}, - [176] = {.lex_state = 1363}, - [177] = {.lex_state = 1363}, - [178] = {.lex_state = 1363}, - [179] = {.lex_state = 1363}, - [180] = {.lex_state = 1363}, - [181] = {.lex_state = 1363}, - [182] = {.lex_state = 1363}, - [183] = {.lex_state = 1363}, - [184] = {.lex_state = 1363}, - [185] = {.lex_state = 1363}, - [186] = {.lex_state = 1363}, - [187] = {.lex_state = 1363}, - [188] = {.lex_state = 1363}, - [189] = {.lex_state = 1363}, - [190] = {.lex_state = 1363}, - [191] = {.lex_state = 1363}, - [192] = {.lex_state = 1363}, - [193] = {.lex_state = 1363}, - [194] = {.lex_state = 1363}, - [195] = {.lex_state = 1363}, - [196] = {.lex_state = 1363}, - [197] = {.lex_state = 1363}, - [198] = {.lex_state = 1363}, - [199] = {.lex_state = 1363}, - [200] = {.lex_state = 1363}, - [201] = {.lex_state = 1363}, - [202] = {.lex_state = 1363}, - [203] = {.lex_state = 1363}, - [204] = {.lex_state = 1363}, - [205] = {.lex_state = 1363}, - [206] = {.lex_state = 1363}, - [207] = {.lex_state = 1363}, - [208] = {.lex_state = 1363}, - [209] = {.lex_state = 1363}, - [210] = {.lex_state = 1363}, - [211] = {.lex_state = 1363}, - [212] = {.lex_state = 1363}, - [213] = {.lex_state = 1363}, - [214] = {.lex_state = 1363}, - [215] = {.lex_state = 1363}, - [216] = {.lex_state = 1363}, - [217] = {.lex_state = 1363}, - [218] = {.lex_state = 1363}, - [219] = {.lex_state = 1363}, - [220] = {.lex_state = 1363}, - [221] = {.lex_state = 1363}, - [222] = {.lex_state = 1363}, - [223] = {.lex_state = 1363}, - [224] = {.lex_state = 1363}, - [225] = {.lex_state = 1363}, - [226] = {.lex_state = 1363}, - [227] = {.lex_state = 1363}, - [228] = {.lex_state = 1363}, - [229] = {.lex_state = 1363}, - [230] = {.lex_state = 1363}, - [231] = {.lex_state = 1363}, - [232] = {.lex_state = 1363}, - [233] = {.lex_state = 1363}, - [234] = {.lex_state = 1363}, - [235] = {.lex_state = 1363}, - [236] = {.lex_state = 1363}, - [237] = {.lex_state = 1363}, - [238] = {.lex_state = 1363}, - [239] = {.lex_state = 1363}, - [240] = {.lex_state = 1363}, - [241] = {.lex_state = 1363}, - [242] = {.lex_state = 1363}, - [243] = {.lex_state = 1363}, - [244] = {.lex_state = 1363}, - [245] = {.lex_state = 1363}, - [246] = {.lex_state = 1363}, - [247] = {.lex_state = 1363}, - [248] = {.lex_state = 1363}, - [249] = {.lex_state = 1363}, - [250] = {.lex_state = 1363}, - [251] = {.lex_state = 1363}, - [252] = {.lex_state = 1363}, - [253] = {.lex_state = 1363}, - [254] = {.lex_state = 1363}, - [255] = {.lex_state = 1363}, - [256] = {.lex_state = 1363}, - [257] = {.lex_state = 1363}, - [258] = {.lex_state = 1363}, - [259] = {.lex_state = 1363}, - [260] = {.lex_state = 1363}, - [261] = {.lex_state = 1363}, - [262] = {.lex_state = 1363}, - [263] = {.lex_state = 1363}, - [264] = {.lex_state = 1363}, - [265] = {.lex_state = 1363}, - [266] = {.lex_state = 1363}, - [267] = {.lex_state = 1363}, - [268] = {.lex_state = 1363}, - [269] = {.lex_state = 1363}, - [270] = {.lex_state = 1363}, - [271] = {.lex_state = 1363}, - [272] = {.lex_state = 1363}, - [273] = {.lex_state = 1363}, - [274] = {.lex_state = 1363}, - [275] = {.lex_state = 1363}, - [276] = {.lex_state = 1363}, - [277] = {.lex_state = 1363}, - [278] = {.lex_state = 1363}, - [279] = {.lex_state = 1363}, - [280] = {.lex_state = 1363}, - [281] = {.lex_state = 1363}, - [282] = {.lex_state = 1363}, - [283] = {.lex_state = 1363}, - [284] = {.lex_state = 1363}, - [285] = {.lex_state = 1363}, - [286] = {.lex_state = 1363}, - [287] = {.lex_state = 1363}, - [288] = {.lex_state = 1363}, - [289] = {.lex_state = 1363}, - [290] = {.lex_state = 1363}, - [291] = {.lex_state = 1363}, - [292] = {.lex_state = 1363}, - [293] = {.lex_state = 1363}, - [294] = {.lex_state = 1363}, - [295] = {.lex_state = 1363}, - [296] = {.lex_state = 1363}, - [297] = {.lex_state = 1363}, - [298] = {.lex_state = 1363}, - [299] = {.lex_state = 1363}, - [300] = {.lex_state = 1363}, - [301] = {.lex_state = 1363}, - [302] = {.lex_state = 1363}, - [303] = {.lex_state = 1363}, - [304] = {.lex_state = 1363}, - [305] = {.lex_state = 1363}, - [306] = {.lex_state = 1363}, - [307] = {.lex_state = 1363}, - [308] = {.lex_state = 1363}, - [309] = {.lex_state = 1363}, - [310] = {.lex_state = 1363}, - [311] = {.lex_state = 1363}, - [312] = {.lex_state = 1363}, - [313] = {.lex_state = 1363}, - [314] = {.lex_state = 1363}, - [315] = {.lex_state = 1363}, - [316] = {.lex_state = 1363}, - [317] = {.lex_state = 1363}, - [318] = {.lex_state = 1363}, - [319] = {.lex_state = 1363}, - [320] = {.lex_state = 1363}, - [321] = {.lex_state = 1363}, - [322] = {.lex_state = 1363}, - [323] = {.lex_state = 1363}, - [324] = {.lex_state = 1363}, - [325] = {.lex_state = 1363}, - [326] = {.lex_state = 1363}, - [327] = {.lex_state = 1363}, - [328] = {.lex_state = 1363}, - [329] = {.lex_state = 1363}, - [330] = {.lex_state = 1363}, - [331] = {.lex_state = 1363}, - [332] = {.lex_state = 1363}, - [333] = {.lex_state = 1363}, - [334] = {.lex_state = 1363}, - [335] = {.lex_state = 1363}, - [336] = {.lex_state = 1363}, - [337] = {.lex_state = 1363}, - [338] = {.lex_state = 1363}, - [339] = {.lex_state = 1363}, - [340] = {.lex_state = 1363}, - [341] = {.lex_state = 1363}, - [342] = {.lex_state = 1363}, - [343] = {.lex_state = 1363}, - [344] = {.lex_state = 1363}, - [345] = {.lex_state = 1363}, - [346] = {.lex_state = 1363}, - [347] = {.lex_state = 1363}, - [348] = {.lex_state = 1363}, - [349] = {.lex_state = 1363}, - [350] = {.lex_state = 1363}, - [351] = {.lex_state = 1363}, - [352] = {.lex_state = 1363}, - [353] = {.lex_state = 1363}, - [354] = {.lex_state = 1363}, - [355] = {.lex_state = 1363}, - [356] = {.lex_state = 1363}, - [357] = {.lex_state = 1363}, - [358] = {.lex_state = 1363}, - [359] = {.lex_state = 1363}, - [360] = {.lex_state = 1363}, - [361] = {.lex_state = 1363}, - [362] = {.lex_state = 1363}, - [363] = {.lex_state = 1363}, - [364] = {.lex_state = 1363}, - [365] = {.lex_state = 1363}, - [366] = {.lex_state = 1363}, - [367] = {.lex_state = 1363}, - [368] = {.lex_state = 1363}, - [369] = {.lex_state = 1363}, - [370] = {.lex_state = 1363}, - [371] = {.lex_state = 1363}, - [372] = {.lex_state = 1363}, - [373] = {.lex_state = 1363}, - [374] = {.lex_state = 1363}, - [375] = {.lex_state = 1363}, - [376] = {.lex_state = 1363}, - [377] = {.lex_state = 1363}, - [378] = {.lex_state = 1363}, - [379] = {.lex_state = 1363}, - [380] = {.lex_state = 1363}, - [381] = {.lex_state = 1363}, - [382] = {.lex_state = 1363}, - [383] = {.lex_state = 1363}, - [384] = {.lex_state = 1363}, - [385] = {.lex_state = 1363}, - [386] = {.lex_state = 1363}, - [387] = {.lex_state = 1363}, - [388] = {.lex_state = 1363}, - [389] = {.lex_state = 1363}, - [390] = {.lex_state = 1363}, - [391] = {.lex_state = 1363}, - [392] = {.lex_state = 1363}, - [393] = {.lex_state = 1363}, - [394] = {.lex_state = 1363}, - [395] = {.lex_state = 1363}, - [396] = {.lex_state = 1363}, - [397] = {.lex_state = 1363}, - [398] = {.lex_state = 1363}, - [399] = {.lex_state = 1363}, - [400] = {.lex_state = 1363}, - [401] = {.lex_state = 1363}, - [402] = {.lex_state = 1363}, - [403] = {.lex_state = 1363}, - [404] = {.lex_state = 1363}, - [405] = {.lex_state = 1363}, - [406] = {.lex_state = 1363}, - [407] = {.lex_state = 1363}, - [408] = {.lex_state = 1363}, - [409] = {.lex_state = 1363}, - [410] = {.lex_state = 1363}, - [411] = {.lex_state = 1363}, - [412] = {.lex_state = 1363}, - [413] = {.lex_state = 1363}, - [414] = {.lex_state = 1363}, - [415] = {.lex_state = 1363}, - [416] = {.lex_state = 1363}, - [417] = {.lex_state = 1363}, - [418] = {.lex_state = 1363}, - [419] = {.lex_state = 1363}, - [420] = {.lex_state = 1363}, - [421] = {.lex_state = 1363}, - [422] = {.lex_state = 1363}, - [423] = {.lex_state = 1363}, - [424] = {.lex_state = 1363}, - [425] = {.lex_state = 1363}, - [426] = {.lex_state = 1363}, - [427] = {.lex_state = 1363}, - [428] = {.lex_state = 1363}, - [429] = {.lex_state = 1363}, - [430] = {.lex_state = 1363}, - [431] = {.lex_state = 1363}, - [432] = {.lex_state = 1363}, - [433] = {.lex_state = 1363}, - [434] = {.lex_state = 1363}, - [435] = {.lex_state = 1363}, - [436] = {.lex_state = 1363}, - [437] = {.lex_state = 1363}, - [438] = {.lex_state = 1363}, - [439] = {.lex_state = 1363}, - [440] = {.lex_state = 1363}, - [441] = {.lex_state = 1363}, - [442] = {.lex_state = 1363}, - [443] = {.lex_state = 1363}, - [444] = {.lex_state = 1363}, - [445] = {.lex_state = 1363}, - [446] = {.lex_state = 1363}, - [447] = {.lex_state = 1363}, - [448] = {.lex_state = 1363}, - [449] = {.lex_state = 1363}, - [450] = {.lex_state = 1363}, - [451] = {.lex_state = 1363}, - [452] = {.lex_state = 1363}, - [453] = {.lex_state = 1363}, - [454] = {.lex_state = 1363}, - [455] = {.lex_state = 1363}, - [456] = {.lex_state = 1363}, - [457] = {.lex_state = 1363}, - [458] = {.lex_state = 1363}, - [459] = {.lex_state = 1363}, - [460] = {.lex_state = 1363}, - [461] = {.lex_state = 1363}, - [462] = {.lex_state = 1363}, - [463] = {.lex_state = 1363}, - [464] = {.lex_state = 1363}, - [465] = {.lex_state = 1363}, - [466] = {.lex_state = 1363}, - [467] = {.lex_state = 1363}, - [468] = {.lex_state = 1363}, - [469] = {.lex_state = 1363}, - [470] = {.lex_state = 1363}, - [471] = {.lex_state = 1363}, - [472] = {.lex_state = 1363}, - [473] = {.lex_state = 1363}, - [474] = {.lex_state = 1363}, - [475] = {.lex_state = 1363}, - [476] = {.lex_state = 1363}, - [477] = {.lex_state = 1363}, - [478] = {.lex_state = 1363}, - [479] = {.lex_state = 1363}, - [480] = {.lex_state = 1363}, - [481] = {.lex_state = 1363}, - [482] = {.lex_state = 1363}, - [483] = {.lex_state = 1363}, - [484] = {.lex_state = 1363}, - [485] = {.lex_state = 1363}, - [486] = {.lex_state = 1363}, - [487] = {.lex_state = 1363}, - [488] = {.lex_state = 1363}, - [489] = {.lex_state = 1363}, - [490] = {.lex_state = 1363}, - [491] = {.lex_state = 1363}, - [492] = {.lex_state = 1363}, - [493] = {.lex_state = 1363}, - [494] = {.lex_state = 1363}, - [495] = {.lex_state = 1363}, - [496] = {.lex_state = 1363}, - [497] = {.lex_state = 1363}, - [498] = {.lex_state = 1363}, - [499] = {.lex_state = 1363}, - [500] = {.lex_state = 1363}, - [501] = {.lex_state = 1363}, - [502] = {.lex_state = 1363}, - [503] = {.lex_state = 1363}, - [504] = {.lex_state = 1363}, - [505] = {.lex_state = 1363}, - [506] = {.lex_state = 1363}, - [507] = {.lex_state = 1363}, - [508] = {.lex_state = 1363}, - [509] = {.lex_state = 1363}, - [510] = {.lex_state = 1363}, - [511] = {.lex_state = 1363}, - [512] = {.lex_state = 1363}, - [513] = {.lex_state = 1363}, - [514] = {.lex_state = 1363}, - [515] = {.lex_state = 1363}, - [516] = {.lex_state = 1363}, - [517] = {.lex_state = 1363}, - [518] = {.lex_state = 1363}, - [519] = {.lex_state = 1363}, - [520] = {.lex_state = 1363}, - [521] = {.lex_state = 1363}, - [522] = {.lex_state = 1363}, - [523] = {.lex_state = 1363}, - [524] = {.lex_state = 1363}, - [525] = {.lex_state = 1363}, - [526] = {.lex_state = 1363}, - [527] = {.lex_state = 1363}, - [528] = {.lex_state = 1363}, - [529] = {.lex_state = 1363}, - [530] = {.lex_state = 1363}, - [531] = {.lex_state = 1363}, - [532] = {.lex_state = 1363}, - [533] = {.lex_state = 1363}, - [534] = {.lex_state = 1363}, - [535] = {.lex_state = 1363}, - [536] = {.lex_state = 1363}, - [537] = {.lex_state = 1363}, - [538] = {.lex_state = 1363}, - [539] = {.lex_state = 1363}, - [540] = {.lex_state = 1363}, - [541] = {.lex_state = 1363}, - [542] = {.lex_state = 1363}, - [543] = {.lex_state = 1363}, - [544] = {.lex_state = 1363}, - [545] = {.lex_state = 1363}, - [546] = {.lex_state = 1363}, - [547] = {.lex_state = 1363}, - [548] = {.lex_state = 1363}, - [549] = {.lex_state = 1363}, - [550] = {.lex_state = 1363}, - [551] = {.lex_state = 1363}, - [552] = {.lex_state = 1363}, - [553] = {.lex_state = 1363}, - [554] = {.lex_state = 1363}, - [555] = {.lex_state = 1363}, - [556] = {.lex_state = 1363}, - [557] = {.lex_state = 1363}, - [558] = {.lex_state = 1363}, - [559] = {.lex_state = 1363}, - [560] = {.lex_state = 1363}, - [561] = {.lex_state = 1363}, - [562] = {.lex_state = 1363}, - [563] = {.lex_state = 1363}, - [564] = {.lex_state = 1363}, - [565] = {.lex_state = 1363}, - [566] = {.lex_state = 1363}, - [567] = {.lex_state = 1363}, - [568] = {.lex_state = 1363}, - [569] = {.lex_state = 1363}, - [570] = {.lex_state = 1363}, - [571] = {.lex_state = 1363}, - [572] = {.lex_state = 1363}, - [573] = {.lex_state = 1363}, - [574] = {.lex_state = 1363}, - [575] = {.lex_state = 1363}, - [576] = {.lex_state = 1363}, - [577] = {.lex_state = 1363}, - [578] = {.lex_state = 1363}, - [579] = {.lex_state = 1363}, - [580] = {.lex_state = 1363}, - [581] = {.lex_state = 1363}, - [582] = {.lex_state = 1363}, - [583] = {.lex_state = 1363}, - [584] = {.lex_state = 1363}, - [585] = {.lex_state = 1363}, - [586] = {.lex_state = 1363}, - [587] = {.lex_state = 1363}, - [588] = {.lex_state = 1363}, - [589] = {.lex_state = 1363}, - [590] = {.lex_state = 1363}, - [591] = {.lex_state = 1363}, - [592] = {.lex_state = 1363}, - [593] = {.lex_state = 1363}, - [594] = {.lex_state = 1363}, - [595] = {.lex_state = 1363}, - [596] = {.lex_state = 1363}, - [597] = {.lex_state = 1363}, - [598] = {.lex_state = 1363}, - [599] = {.lex_state = 1363}, - [600] = {.lex_state = 1363}, - [601] = {.lex_state = 1363}, - [602] = {.lex_state = 1363}, - [603] = {.lex_state = 1363}, - [604] = {.lex_state = 1363}, - [605] = {.lex_state = 1363}, - [606] = {.lex_state = 1363}, - [607] = {.lex_state = 1363}, - [608] = {.lex_state = 1363}, - [609] = {.lex_state = 1363}, - [610] = {.lex_state = 1363}, - [611] = {.lex_state = 1363}, - [612] = {.lex_state = 1363}, - [613] = {.lex_state = 1363}, - [614] = {.lex_state = 1363}, - [615] = {.lex_state = 1363}, - [616] = {.lex_state = 1363}, - [617] = {.lex_state = 1363}, - [618] = {.lex_state = 1363}, - [619] = {.lex_state = 1363}, - [620] = {.lex_state = 1363}, - [621] = {.lex_state = 1363}, - [622] = {.lex_state = 1363}, - [623] = {.lex_state = 1363}, - [624] = {.lex_state = 1363}, - [625] = {.lex_state = 1363}, - [626] = {.lex_state = 1363}, - [627] = {.lex_state = 1363}, - [628] = {.lex_state = 1363}, - [629] = {.lex_state = 1363}, - [630] = {.lex_state = 1363}, - [631] = {.lex_state = 1363}, - [632] = {.lex_state = 1363}, - [633] = {.lex_state = 1363}, - [634] = {.lex_state = 1363}, - [635] = {.lex_state = 1363}, - [636] = {.lex_state = 1363}, - [637] = {.lex_state = 1363}, - [638] = {.lex_state = 1363}, - [639] = {.lex_state = 1363}, - [640] = {.lex_state = 1363}, - [641] = {.lex_state = 1363}, - [642] = {.lex_state = 1363}, - [643] = {.lex_state = 1363}, - [644] = {.lex_state = 1363}, - [645] = {.lex_state = 1363}, - [646] = {.lex_state = 1363}, - [647] = {.lex_state = 1363}, - [648] = {.lex_state = 1363}, - [649] = {.lex_state = 1363}, - [650] = {.lex_state = 1363}, - [651] = {.lex_state = 1363}, - [652] = {.lex_state = 1363}, - [653] = {.lex_state = 1363}, - [654] = {.lex_state = 1363}, - [655] = {.lex_state = 1363}, - [656] = {.lex_state = 1363}, - [657] = {.lex_state = 1363}, - [658] = {.lex_state = 1363}, - [659] = {.lex_state = 1363}, - [660] = {.lex_state = 1363}, - [661] = {.lex_state = 1363}, - [662] = {.lex_state = 1363}, - [663] = {.lex_state = 1363}, - [664] = {.lex_state = 1363}, - [665] = {.lex_state = 1363}, - [666] = {.lex_state = 1363}, - [667] = {.lex_state = 1363}, - [668] = {.lex_state = 1363}, - [669] = {.lex_state = 1363}, - [670] = {.lex_state = 1363}, - [671] = {.lex_state = 1363}, - [672] = {.lex_state = 1363}, - [673] = {.lex_state = 1363}, - [674] = {.lex_state = 1363}, - [675] = {.lex_state = 1363}, - [676] = {.lex_state = 1363}, - [677] = {.lex_state = 1363}, - [678] = {.lex_state = 1363}, - [679] = {.lex_state = 1363}, - [680] = {.lex_state = 1363}, - [681] = {.lex_state = 1363}, - [682] = {.lex_state = 1363}, - [683] = {.lex_state = 1363}, - [684] = {.lex_state = 1363}, - [685] = {.lex_state = 1363}, - [686] = {.lex_state = 1363}, - [687] = {.lex_state = 1363}, - [688] = {.lex_state = 1363}, - [689] = {.lex_state = 1363}, - [690] = {.lex_state = 1363}, - [691] = {.lex_state = 1363}, - [692] = {.lex_state = 1363}, - [693] = {.lex_state = 1363}, - [694] = {.lex_state = 1363}, - [695] = {.lex_state = 1363}, - [696] = {.lex_state = 1363}, - [697] = {.lex_state = 1363}, - [698] = {.lex_state = 1363}, - [699] = {.lex_state = 1363}, - [700] = {.lex_state = 1363}, - [701] = {.lex_state = 1363}, - [702] = {.lex_state = 1363}, - [703] = {.lex_state = 1363}, - [704] = {.lex_state = 1363}, - [705] = {.lex_state = 1363}, - [706] = {.lex_state = 1363}, - [707] = {.lex_state = 1363}, - [708] = {.lex_state = 1363}, - [709] = {.lex_state = 1363}, - [710] = {.lex_state = 1363}, - [711] = {.lex_state = 1363}, - [712] = {.lex_state = 1363}, - [713] = {.lex_state = 1363}, - [714] = {.lex_state = 1363}, - [715] = {.lex_state = 1363}, - [716] = {.lex_state = 1363}, - [717] = {.lex_state = 1363}, - [718] = {.lex_state = 1363}, - [719] = {.lex_state = 1363}, - [720] = {.lex_state = 1363}, - [721] = {.lex_state = 1363}, - [722] = {.lex_state = 1363}, - [723] = {.lex_state = 1363}, - [724] = {.lex_state = 1363}, - [725] = {.lex_state = 1363}, - [726] = {.lex_state = 1363}, - [727] = {.lex_state = 1363}, - [728] = {.lex_state = 1363}, - [729] = {.lex_state = 1363}, - [730] = {.lex_state = 1363}, - [731] = {.lex_state = 1363}, - [732] = {.lex_state = 1363}, - [733] = {.lex_state = 1363}, - [734] = {.lex_state = 1363}, - [735] = {.lex_state = 1363}, - [736] = {.lex_state = 1363}, - [737] = {.lex_state = 1363}, - [738] = {.lex_state = 1363}, - [739] = {.lex_state = 1363}, - [740] = {.lex_state = 1363}, - [741] = {.lex_state = 1363}, - [742] = {.lex_state = 1363}, - [743] = {.lex_state = 1363}, - [744] = {.lex_state = 1363}, - [745] = {.lex_state = 1363}, - [746] = {.lex_state = 1363}, - [747] = {.lex_state = 1363}, - [748] = {.lex_state = 1363}, - [749] = {.lex_state = 1363}, - [750] = {.lex_state = 1363}, - [751] = {.lex_state = 1363}, - [752] = {.lex_state = 1363}, - [753] = {.lex_state = 1363}, - [754] = {.lex_state = 1363}, - [755] = {.lex_state = 1363}, - [756] = {.lex_state = 1363}, - [757] = {.lex_state = 1363}, - [758] = {.lex_state = 1363}, - [759] = {.lex_state = 1363}, - [760] = {.lex_state = 1363}, - [761] = {.lex_state = 1363}, - [762] = {.lex_state = 1363}, - [763] = {.lex_state = 1363}, - [764] = {.lex_state = 1363}, - [765] = {.lex_state = 1363}, - [766] = {.lex_state = 1363}, - [767] = {.lex_state = 1363}, - [768] = {.lex_state = 1363}, - [769] = {.lex_state = 1363}, - [770] = {.lex_state = 1363}, - [771] = {.lex_state = 1363}, - [772] = {.lex_state = 1363}, - [773] = {.lex_state = 2}, - [774] = {.lex_state = 2}, - [775] = {.lex_state = 2}, - [776] = {.lex_state = 2}, - [777] = {.lex_state = 0}, - [778] = {.lex_state = 0}, - [779] = {.lex_state = 0}, - [780] = {.lex_state = 0}, + [1] = {.lex_state = 1373}, + [2] = {.lex_state = 1373}, + [3] = {.lex_state = 1373}, + [4] = {.lex_state = 1373}, + [5] = {.lex_state = 1373}, + [6] = {.lex_state = 1373}, + [7] = {.lex_state = 1373}, + [8] = {.lex_state = 1373}, + [9] = {.lex_state = 1373}, + [10] = {.lex_state = 1373}, + [11] = {.lex_state = 1373}, + [12] = {.lex_state = 1373}, + [13] = {.lex_state = 1373}, + [14] = {.lex_state = 1373}, + [15] = {.lex_state = 1373}, + [16] = {.lex_state = 1373}, + [17] = {.lex_state = 1373}, + [18] = {.lex_state = 1373}, + [19] = {.lex_state = 1373}, + [20] = {.lex_state = 1373}, + [21] = {.lex_state = 1373}, + [22] = {.lex_state = 1373}, + [23] = {.lex_state = 1373}, + [24] = {.lex_state = 1373}, + [25] = {.lex_state = 1373}, + [26] = {.lex_state = 1373}, + [27] = {.lex_state = 1373}, + [28] = {.lex_state = 1373}, + [29] = {.lex_state = 1373}, + [30] = {.lex_state = 1373}, + [31] = {.lex_state = 1373}, + [32] = {.lex_state = 1373}, + [33] = {.lex_state = 1373}, + [34] = {.lex_state = 1373}, + [35] = {.lex_state = 1373}, + [36] = {.lex_state = 1373}, + [37] = {.lex_state = 1373}, + [38] = {.lex_state = 1373}, + [39] = {.lex_state = 1373}, + [40] = {.lex_state = 1373}, + [41] = {.lex_state = 1373}, + [42] = {.lex_state = 1373}, + [43] = {.lex_state = 1373}, + [44] = {.lex_state = 1373}, + [45] = {.lex_state = 1373}, + [46] = {.lex_state = 1373}, + [47] = {.lex_state = 1373}, + [48] = {.lex_state = 1373}, + [49] = {.lex_state = 1373}, + [50] = {.lex_state = 1373}, + [51] = {.lex_state = 1373}, + [52] = {.lex_state = 1373}, + [53] = {.lex_state = 1373}, + [54] = {.lex_state = 1373}, + [55] = {.lex_state = 1373}, + [56] = {.lex_state = 1373}, + [57] = {.lex_state = 1373}, + [58] = {.lex_state = 1373}, + [59] = {.lex_state = 1373}, + [60] = {.lex_state = 1373}, + [61] = {.lex_state = 1373}, + [62] = {.lex_state = 1373}, + [63] = {.lex_state = 1373}, + [64] = {.lex_state = 1373}, + [65] = {.lex_state = 1373}, + [66] = {.lex_state = 1373}, + [67] = {.lex_state = 1373}, + [68] = {.lex_state = 1373}, + [69] = {.lex_state = 1373}, + [70] = {.lex_state = 1373}, + [71] = {.lex_state = 1373}, + [72] = {.lex_state = 1373}, + [73] = {.lex_state = 1373}, + [74] = {.lex_state = 1373}, + [75] = {.lex_state = 1373}, + [76] = {.lex_state = 1373}, + [77] = {.lex_state = 1373}, + [78] = {.lex_state = 1373}, + [79] = {.lex_state = 1373}, + [80] = {.lex_state = 1373}, + [81] = {.lex_state = 1373}, + [82] = {.lex_state = 1373}, + [83] = {.lex_state = 1373}, + [84] = {.lex_state = 1373}, + [85] = {.lex_state = 1373}, + [86] = {.lex_state = 1373}, + [87] = {.lex_state = 1373}, + [88] = {.lex_state = 1373}, + [89] = {.lex_state = 1373}, + [90] = {.lex_state = 1373}, + [91] = {.lex_state = 1373}, + [92] = {.lex_state = 1373}, + [93] = {.lex_state = 1373}, + [94] = {.lex_state = 1373}, + [95] = {.lex_state = 1373}, + [96] = {.lex_state = 1373}, + [97] = {.lex_state = 1373}, + [98] = {.lex_state = 1373}, + [99] = {.lex_state = 1373}, + [100] = {.lex_state = 1373}, + [101] = {.lex_state = 1373}, + [102] = {.lex_state = 1373}, + [103] = {.lex_state = 1373}, + [104] = {.lex_state = 1373}, + [105] = {.lex_state = 1373}, + [106] = {.lex_state = 1373}, + [107] = {.lex_state = 1373}, + [108] = {.lex_state = 1373}, + [109] = {.lex_state = 1373}, + [110] = {.lex_state = 1373}, + [111] = {.lex_state = 1373}, + [112] = {.lex_state = 1373}, + [113] = {.lex_state = 1373}, + [114] = {.lex_state = 1373}, + [115] = {.lex_state = 1373}, + [116] = {.lex_state = 1373}, + [117] = {.lex_state = 1373}, + [118] = {.lex_state = 1373}, + [119] = {.lex_state = 1373}, + [120] = {.lex_state = 1373}, + [121] = {.lex_state = 1373}, + [122] = {.lex_state = 1373}, + [123] = {.lex_state = 1373}, + [124] = {.lex_state = 1373}, + [125] = {.lex_state = 1373}, + [126] = {.lex_state = 1373}, + [127] = {.lex_state = 1373}, + [128] = {.lex_state = 1373}, + [129] = {.lex_state = 1373}, + [130] = {.lex_state = 1373}, + [131] = {.lex_state = 1373}, + [132] = {.lex_state = 1373}, + [133] = {.lex_state = 1373}, + [134] = {.lex_state = 1373}, + [135] = {.lex_state = 1373}, + [136] = {.lex_state = 1373}, + [137] = {.lex_state = 1373}, + [138] = {.lex_state = 1373}, + [139] = {.lex_state = 1373}, + [140] = {.lex_state = 1373}, + [141] = {.lex_state = 1373}, + [142] = {.lex_state = 1373}, + [143] = {.lex_state = 1373}, + [144] = {.lex_state = 1373}, + [145] = {.lex_state = 1373}, + [146] = {.lex_state = 1373}, + [147] = {.lex_state = 1373}, + [148] = {.lex_state = 1373}, + [149] = {.lex_state = 1373}, + [150] = {.lex_state = 1373}, + [151] = {.lex_state = 1373}, + [152] = {.lex_state = 1373}, + [153] = {.lex_state = 1373}, + [154] = {.lex_state = 1373}, + [155] = {.lex_state = 1373}, + [156] = {.lex_state = 1373}, + [157] = {.lex_state = 1373}, + [158] = {.lex_state = 1373}, + [159] = {.lex_state = 1373}, + [160] = {.lex_state = 1373}, + [161] = {.lex_state = 1373}, + [162] = {.lex_state = 1373}, + [163] = {.lex_state = 1373}, + [164] = {.lex_state = 1373}, + [165] = {.lex_state = 1373}, + [166] = {.lex_state = 1373}, + [167] = {.lex_state = 1373}, + [168] = {.lex_state = 1373}, + [169] = {.lex_state = 1373}, + [170] = {.lex_state = 1373}, + [171] = {.lex_state = 1373}, + [172] = {.lex_state = 1373}, + [173] = {.lex_state = 1373}, + [174] = {.lex_state = 1373}, + [175] = {.lex_state = 1373}, + [176] = {.lex_state = 1373}, + [177] = {.lex_state = 1373}, + [178] = {.lex_state = 1373}, + [179] = {.lex_state = 1373}, + [180] = {.lex_state = 1373}, + [181] = {.lex_state = 1373}, + [182] = {.lex_state = 1373}, + [183] = {.lex_state = 1373}, + [184] = {.lex_state = 1373}, + [185] = {.lex_state = 1373}, + [186] = {.lex_state = 1373}, + [187] = {.lex_state = 1373}, + [188] = {.lex_state = 1373}, + [189] = {.lex_state = 1373}, + [190] = {.lex_state = 1373}, + [191] = {.lex_state = 1373}, + [192] = {.lex_state = 1373}, + [193] = {.lex_state = 1373}, + [194] = {.lex_state = 1373}, + [195] = {.lex_state = 1373}, + [196] = {.lex_state = 1373}, + [197] = {.lex_state = 1373}, + [198] = {.lex_state = 1373}, + [199] = {.lex_state = 1373}, + [200] = {.lex_state = 1373}, + [201] = {.lex_state = 1373}, + [202] = {.lex_state = 1373}, + [203] = {.lex_state = 1373}, + [204] = {.lex_state = 1373}, + [205] = {.lex_state = 1373}, + [206] = {.lex_state = 1373}, + [207] = {.lex_state = 1373}, + [208] = {.lex_state = 1373}, + [209] = {.lex_state = 1373}, + [210] = {.lex_state = 1373}, + [211] = {.lex_state = 1373}, + [212] = {.lex_state = 1373}, + [213] = {.lex_state = 1373}, + [214] = {.lex_state = 1373}, + [215] = {.lex_state = 1373}, + [216] = {.lex_state = 1373}, + [217] = {.lex_state = 1373}, + [218] = {.lex_state = 1373}, + [219] = {.lex_state = 1373}, + [220] = {.lex_state = 1373}, + [221] = {.lex_state = 1373}, + [222] = {.lex_state = 1373}, + [223] = {.lex_state = 1373}, + [224] = {.lex_state = 1373}, + [225] = {.lex_state = 1373}, + [226] = {.lex_state = 1373}, + [227] = {.lex_state = 1373}, + [228] = {.lex_state = 1373}, + [229] = {.lex_state = 1373}, + [230] = {.lex_state = 1373}, + [231] = {.lex_state = 1373}, + [232] = {.lex_state = 1373}, + [233] = {.lex_state = 1373}, + [234] = {.lex_state = 1373}, + [235] = {.lex_state = 1373}, + [236] = {.lex_state = 1373}, + [237] = {.lex_state = 1373}, + [238] = {.lex_state = 1373}, + [239] = {.lex_state = 1373}, + [240] = {.lex_state = 1373}, + [241] = {.lex_state = 1373}, + [242] = {.lex_state = 1373}, + [243] = {.lex_state = 1373}, + [244] = {.lex_state = 1373}, + [245] = {.lex_state = 1373}, + [246] = {.lex_state = 1373}, + [247] = {.lex_state = 1373}, + [248] = {.lex_state = 1373}, + [249] = {.lex_state = 1373}, + [250] = {.lex_state = 1373}, + [251] = {.lex_state = 1373}, + [252] = {.lex_state = 1373}, + [253] = {.lex_state = 1373}, + [254] = {.lex_state = 1373}, + [255] = {.lex_state = 1373}, + [256] = {.lex_state = 1373}, + [257] = {.lex_state = 1373}, + [258] = {.lex_state = 1373}, + [259] = {.lex_state = 1373}, + [260] = {.lex_state = 1373}, + [261] = {.lex_state = 1373}, + [262] = {.lex_state = 1373}, + [263] = {.lex_state = 1373}, + [264] = {.lex_state = 1373}, + [265] = {.lex_state = 1373}, + [266] = {.lex_state = 1373}, + [267] = {.lex_state = 1373}, + [268] = {.lex_state = 1373}, + [269] = {.lex_state = 1373}, + [270] = {.lex_state = 1373}, + [271] = {.lex_state = 1373}, + [272] = {.lex_state = 1373}, + [273] = {.lex_state = 1373}, + [274] = {.lex_state = 1373}, + [275] = {.lex_state = 1373}, + [276] = {.lex_state = 1373}, + [277] = {.lex_state = 1373}, + [278] = {.lex_state = 1373}, + [279] = {.lex_state = 1373}, + [280] = {.lex_state = 1373}, + [281] = {.lex_state = 1373}, + [282] = {.lex_state = 1373}, + [283] = {.lex_state = 1373}, + [284] = {.lex_state = 1373}, + [285] = {.lex_state = 1373}, + [286] = {.lex_state = 1373}, + [287] = {.lex_state = 1373}, + [288] = {.lex_state = 1373}, + [289] = {.lex_state = 1373}, + [290] = {.lex_state = 1373}, + [291] = {.lex_state = 1373}, + [292] = {.lex_state = 1373}, + [293] = {.lex_state = 1373}, + [294] = {.lex_state = 1373}, + [295] = {.lex_state = 1373}, + [296] = {.lex_state = 1373}, + [297] = {.lex_state = 1373}, + [298] = {.lex_state = 1373}, + [299] = {.lex_state = 1373}, + [300] = {.lex_state = 1373}, + [301] = {.lex_state = 1373}, + [302] = {.lex_state = 1373}, + [303] = {.lex_state = 1373}, + [304] = {.lex_state = 1373}, + [305] = {.lex_state = 1373}, + [306] = {.lex_state = 1373}, + [307] = {.lex_state = 1373}, + [308] = {.lex_state = 1373}, + [309] = {.lex_state = 1373}, + [310] = {.lex_state = 1373}, + [311] = {.lex_state = 1373}, + [312] = {.lex_state = 1373}, + [313] = {.lex_state = 1373}, + [314] = {.lex_state = 1373}, + [315] = {.lex_state = 1373}, + [316] = {.lex_state = 1373}, + [317] = {.lex_state = 1373}, + [318] = {.lex_state = 1373}, + [319] = {.lex_state = 1373}, + [320] = {.lex_state = 1373}, + [321] = {.lex_state = 1373}, + [322] = {.lex_state = 1373}, + [323] = {.lex_state = 1373}, + [324] = {.lex_state = 1373}, + [325] = {.lex_state = 1373}, + [326] = {.lex_state = 1373}, + [327] = {.lex_state = 1373}, + [328] = {.lex_state = 1373}, + [329] = {.lex_state = 1373}, + [330] = {.lex_state = 1373}, + [331] = {.lex_state = 1373}, + [332] = {.lex_state = 1373}, + [333] = {.lex_state = 1373}, + [334] = {.lex_state = 1373}, + [335] = {.lex_state = 1373}, + [336] = {.lex_state = 1373}, + [337] = {.lex_state = 1373}, + [338] = {.lex_state = 1373}, + [339] = {.lex_state = 1373}, + [340] = {.lex_state = 1373}, + [341] = {.lex_state = 1373}, + [342] = {.lex_state = 1373}, + [343] = {.lex_state = 1373}, + [344] = {.lex_state = 1373}, + [345] = {.lex_state = 1373}, + [346] = {.lex_state = 1373}, + [347] = {.lex_state = 1373}, + [348] = {.lex_state = 1373}, + [349] = {.lex_state = 1373}, + [350] = {.lex_state = 1373}, + [351] = {.lex_state = 1373}, + [352] = {.lex_state = 1373}, + [353] = {.lex_state = 1373}, + [354] = {.lex_state = 1373}, + [355] = {.lex_state = 1373}, + [356] = {.lex_state = 1373}, + [357] = {.lex_state = 1373}, + [358] = {.lex_state = 1373}, + [359] = {.lex_state = 1373}, + [360] = {.lex_state = 1373}, + [361] = {.lex_state = 1373}, + [362] = {.lex_state = 1373}, + [363] = {.lex_state = 1373}, + [364] = {.lex_state = 1373}, + [365] = {.lex_state = 1373}, + [366] = {.lex_state = 1373}, + [367] = {.lex_state = 1373}, + [368] = {.lex_state = 1373}, + [369] = {.lex_state = 1373}, + [370] = {.lex_state = 1373}, + [371] = {.lex_state = 1373}, + [372] = {.lex_state = 1373}, + [373] = {.lex_state = 1373}, + [374] = {.lex_state = 1373}, + [375] = {.lex_state = 1373}, + [376] = {.lex_state = 1373}, + [377] = {.lex_state = 1373}, + [378] = {.lex_state = 1373}, + [379] = {.lex_state = 1373}, + [380] = {.lex_state = 1373}, + [381] = {.lex_state = 1373}, + [382] = {.lex_state = 1373}, + [383] = {.lex_state = 1373}, + [384] = {.lex_state = 1373}, + [385] = {.lex_state = 1373}, + [386] = {.lex_state = 1373}, + [387] = {.lex_state = 1373}, + [388] = {.lex_state = 1373}, + [389] = {.lex_state = 1373}, + [390] = {.lex_state = 1373}, + [391] = {.lex_state = 1373}, + [392] = {.lex_state = 1373}, + [393] = {.lex_state = 1373}, + [394] = {.lex_state = 1373}, + [395] = {.lex_state = 1373}, + [396] = {.lex_state = 1373}, + [397] = {.lex_state = 1373}, + [398] = {.lex_state = 1373}, + [399] = {.lex_state = 1373}, + [400] = {.lex_state = 1373}, + [401] = {.lex_state = 1373}, + [402] = {.lex_state = 1373}, + [403] = {.lex_state = 1373}, + [404] = {.lex_state = 1373}, + [405] = {.lex_state = 1373}, + [406] = {.lex_state = 1373}, + [407] = {.lex_state = 1373}, + [408] = {.lex_state = 1373}, + [409] = {.lex_state = 1373}, + [410] = {.lex_state = 1373}, + [411] = {.lex_state = 1373}, + [412] = {.lex_state = 1373}, + [413] = {.lex_state = 1373}, + [414] = {.lex_state = 1373}, + [415] = {.lex_state = 1373}, + [416] = {.lex_state = 1373}, + [417] = {.lex_state = 1373}, + [418] = {.lex_state = 1373}, + [419] = {.lex_state = 1373}, + [420] = {.lex_state = 1373}, + [421] = {.lex_state = 1373}, + [422] = {.lex_state = 1373}, + [423] = {.lex_state = 1373}, + [424] = {.lex_state = 1373}, + [425] = {.lex_state = 1373}, + [426] = {.lex_state = 1373}, + [427] = {.lex_state = 1373}, + [428] = {.lex_state = 1373}, + [429] = {.lex_state = 1373}, + [430] = {.lex_state = 1373}, + [431] = {.lex_state = 1373}, + [432] = {.lex_state = 1373}, + [433] = {.lex_state = 1373}, + [434] = {.lex_state = 1373}, + [435] = {.lex_state = 1373}, + [436] = {.lex_state = 1373}, + [437] = {.lex_state = 1373}, + [438] = {.lex_state = 1373}, + [439] = {.lex_state = 1373}, + [440] = {.lex_state = 1373}, + [441] = {.lex_state = 1373}, + [442] = {.lex_state = 1373}, + [443] = {.lex_state = 1373}, + [444] = {.lex_state = 1373}, + [445] = {.lex_state = 1373}, + [446] = {.lex_state = 1373}, + [447] = {.lex_state = 1373}, + [448] = {.lex_state = 1373}, + [449] = {.lex_state = 1373}, + [450] = {.lex_state = 1373}, + [451] = {.lex_state = 1373}, + [452] = {.lex_state = 1373}, + [453] = {.lex_state = 1373}, + [454] = {.lex_state = 1373}, + [455] = {.lex_state = 1373}, + [456] = {.lex_state = 1373}, + [457] = {.lex_state = 1373}, + [458] = {.lex_state = 1373}, + [459] = {.lex_state = 1373}, + [460] = {.lex_state = 1373}, + [461] = {.lex_state = 1373}, + [462] = {.lex_state = 1373}, + [463] = {.lex_state = 1373}, + [464] = {.lex_state = 1373}, + [465] = {.lex_state = 1373}, + [466] = {.lex_state = 1373}, + [467] = {.lex_state = 1373}, + [468] = {.lex_state = 1373}, + [469] = {.lex_state = 1373}, + [470] = {.lex_state = 1373}, + [471] = {.lex_state = 1373}, + [472] = {.lex_state = 1373}, + [473] = {.lex_state = 1373}, + [474] = {.lex_state = 1373}, + [475] = {.lex_state = 1373}, + [476] = {.lex_state = 1373}, + [477] = {.lex_state = 1373}, + [478] = {.lex_state = 1373}, + [479] = {.lex_state = 1373}, + [480] = {.lex_state = 1373}, + [481] = {.lex_state = 1373}, + [482] = {.lex_state = 1373}, + [483] = {.lex_state = 1373}, + [484] = {.lex_state = 1373}, + [485] = {.lex_state = 1373}, + [486] = {.lex_state = 1373}, + [487] = {.lex_state = 1373}, + [488] = {.lex_state = 1373}, + [489] = {.lex_state = 1373}, + [490] = {.lex_state = 1373}, + [491] = {.lex_state = 1373}, + [492] = {.lex_state = 1373}, + [493] = {.lex_state = 1373}, + [494] = {.lex_state = 1373}, + [495] = {.lex_state = 1373}, + [496] = {.lex_state = 1373}, + [497] = {.lex_state = 1373}, + [498] = {.lex_state = 1373}, + [499] = {.lex_state = 1373}, + [500] = {.lex_state = 1373}, + [501] = {.lex_state = 1373}, + [502] = {.lex_state = 1373}, + [503] = {.lex_state = 1373}, + [504] = {.lex_state = 1373}, + [505] = {.lex_state = 1373}, + [506] = {.lex_state = 1373}, + [507] = {.lex_state = 1373}, + [508] = {.lex_state = 1373}, + [509] = {.lex_state = 1373}, + [510] = {.lex_state = 1373}, + [511] = {.lex_state = 1373}, + [512] = {.lex_state = 1373}, + [513] = {.lex_state = 1373}, + [514] = {.lex_state = 1373}, + [515] = {.lex_state = 1373}, + [516] = {.lex_state = 1373}, + [517] = {.lex_state = 1373}, + [518] = {.lex_state = 1373}, + [519] = {.lex_state = 1373}, + [520] = {.lex_state = 1373}, + [521] = {.lex_state = 1373}, + [522] = {.lex_state = 1373}, + [523] = {.lex_state = 1373}, + [524] = {.lex_state = 1373}, + [525] = {.lex_state = 1373}, + [526] = {.lex_state = 1373}, + [527] = {.lex_state = 1373}, + [528] = {.lex_state = 1373}, + [529] = {.lex_state = 1373}, + [530] = {.lex_state = 1373}, + [531] = {.lex_state = 1373}, + [532] = {.lex_state = 1373}, + [533] = {.lex_state = 1373}, + [534] = {.lex_state = 1373}, + [535] = {.lex_state = 1373}, + [536] = {.lex_state = 1373}, + [537] = {.lex_state = 1373}, + [538] = {.lex_state = 1373}, + [539] = {.lex_state = 1373}, + [540] = {.lex_state = 1373}, + [541] = {.lex_state = 1373}, + [542] = {.lex_state = 1373}, + [543] = {.lex_state = 1373}, + [544] = {.lex_state = 1373}, + [545] = {.lex_state = 1373}, + [546] = {.lex_state = 1373}, + [547] = {.lex_state = 1373}, + [548] = {.lex_state = 1373}, + [549] = {.lex_state = 1373}, + [550] = {.lex_state = 1373}, + [551] = {.lex_state = 1373}, + [552] = {.lex_state = 1373}, + [553] = {.lex_state = 1373}, + [554] = {.lex_state = 1373}, + [555] = {.lex_state = 1373}, + [556] = {.lex_state = 1373}, + [557] = {.lex_state = 1373}, + [558] = {.lex_state = 1373}, + [559] = {.lex_state = 1373}, + [560] = {.lex_state = 1373}, + [561] = {.lex_state = 1373}, + [562] = {.lex_state = 1373}, + [563] = {.lex_state = 1373}, + [564] = {.lex_state = 1373}, + [565] = {.lex_state = 1373}, + [566] = {.lex_state = 1373}, + [567] = {.lex_state = 1373}, + [568] = {.lex_state = 1373}, + [569] = {.lex_state = 1373}, + [570] = {.lex_state = 1373}, + [571] = {.lex_state = 1373}, + [572] = {.lex_state = 1373}, + [573] = {.lex_state = 1373}, + [574] = {.lex_state = 1373}, + [575] = {.lex_state = 1373}, + [576] = {.lex_state = 1373}, + [577] = {.lex_state = 1373}, + [578] = {.lex_state = 1373}, + [579] = {.lex_state = 1373}, + [580] = {.lex_state = 1373}, + [581] = {.lex_state = 1373}, + [582] = {.lex_state = 1373}, + [583] = {.lex_state = 1373}, + [584] = {.lex_state = 1373}, + [585] = {.lex_state = 1373}, + [586] = {.lex_state = 1373}, + [587] = {.lex_state = 1373}, + [588] = {.lex_state = 1373}, + [589] = {.lex_state = 1373}, + [590] = {.lex_state = 1373}, + [591] = {.lex_state = 1373}, + [592] = {.lex_state = 1373}, + [593] = {.lex_state = 1373}, + [594] = {.lex_state = 1373}, + [595] = {.lex_state = 1373}, + [596] = {.lex_state = 1373}, + [597] = {.lex_state = 1373}, + [598] = {.lex_state = 1373}, + [599] = {.lex_state = 1373}, + [600] = {.lex_state = 1373}, + [601] = {.lex_state = 1373}, + [602] = {.lex_state = 1373}, + [603] = {.lex_state = 1373}, + [604] = {.lex_state = 1373}, + [605] = {.lex_state = 1373}, + [606] = {.lex_state = 1373}, + [607] = {.lex_state = 1373}, + [608] = {.lex_state = 1373}, + [609] = {.lex_state = 1373}, + [610] = {.lex_state = 1373}, + [611] = {.lex_state = 1373}, + [612] = {.lex_state = 1373}, + [613] = {.lex_state = 1373}, + [614] = {.lex_state = 1373}, + [615] = {.lex_state = 1373}, + [616] = {.lex_state = 1373}, + [617] = {.lex_state = 1373}, + [618] = {.lex_state = 1373}, + [619] = {.lex_state = 1373}, + [620] = {.lex_state = 1373}, + [621] = {.lex_state = 1373}, + [622] = {.lex_state = 1373}, + [623] = {.lex_state = 1373}, + [624] = {.lex_state = 1373}, + [625] = {.lex_state = 1373}, + [626] = {.lex_state = 1373}, + [627] = {.lex_state = 1373}, + [628] = {.lex_state = 1373}, + [629] = {.lex_state = 1373}, + [630] = {.lex_state = 1373}, + [631] = {.lex_state = 1373}, + [632] = {.lex_state = 1373}, + [633] = {.lex_state = 1373}, + [634] = {.lex_state = 1373}, + [635] = {.lex_state = 1373}, + [636] = {.lex_state = 1373}, + [637] = {.lex_state = 1373}, + [638] = {.lex_state = 1373}, + [639] = {.lex_state = 1373}, + [640] = {.lex_state = 1373}, + [641] = {.lex_state = 1373}, + [642] = {.lex_state = 1373}, + [643] = {.lex_state = 1373}, + [644] = {.lex_state = 1373}, + [645] = {.lex_state = 1373}, + [646] = {.lex_state = 1373}, + [647] = {.lex_state = 1373}, + [648] = {.lex_state = 1373}, + [649] = {.lex_state = 1373}, + [650] = {.lex_state = 1373}, + [651] = {.lex_state = 1373}, + [652] = {.lex_state = 1373}, + [653] = {.lex_state = 1373}, + [654] = {.lex_state = 1373}, + [655] = {.lex_state = 1373}, + [656] = {.lex_state = 1373}, + [657] = {.lex_state = 1373}, + [658] = {.lex_state = 1373}, + [659] = {.lex_state = 1373}, + [660] = {.lex_state = 1373}, + [661] = {.lex_state = 1373}, + [662] = {.lex_state = 1373}, + [663] = {.lex_state = 1373}, + [664] = {.lex_state = 1373}, + [665] = {.lex_state = 1373}, + [666] = {.lex_state = 1373}, + [667] = {.lex_state = 1373}, + [668] = {.lex_state = 1373}, + [669] = {.lex_state = 1373}, + [670] = {.lex_state = 1373}, + [671] = {.lex_state = 1373}, + [672] = {.lex_state = 1373}, + [673] = {.lex_state = 1373}, + [674] = {.lex_state = 1373}, + [675] = {.lex_state = 1373}, + [676] = {.lex_state = 1373}, + [677] = {.lex_state = 1373}, + [678] = {.lex_state = 1373}, + [679] = {.lex_state = 1373}, + [680] = {.lex_state = 1373}, + [681] = {.lex_state = 1373}, + [682] = {.lex_state = 1373}, + [683] = {.lex_state = 1373}, + [684] = {.lex_state = 1373}, + [685] = {.lex_state = 1373}, + [686] = {.lex_state = 1373}, + [687] = {.lex_state = 1373}, + [688] = {.lex_state = 1373}, + [689] = {.lex_state = 1373}, + [690] = {.lex_state = 1373}, + [691] = {.lex_state = 1373}, + [692] = {.lex_state = 1373}, + [693] = {.lex_state = 1373}, + [694] = {.lex_state = 1373}, + [695] = {.lex_state = 1373}, + [696] = {.lex_state = 1373}, + [697] = {.lex_state = 1373}, + [698] = {.lex_state = 1373}, + [699] = {.lex_state = 1373}, + [700] = {.lex_state = 1373}, + [701] = {.lex_state = 1373}, + [702] = {.lex_state = 1373}, + [703] = {.lex_state = 1373}, + [704] = {.lex_state = 1373}, + [705] = {.lex_state = 1373}, + [706] = {.lex_state = 1373}, + [707] = {.lex_state = 1373}, + [708] = {.lex_state = 1373}, + [709] = {.lex_state = 1373}, + [710] = {.lex_state = 1373}, + [711] = {.lex_state = 1373}, + [712] = {.lex_state = 1373}, + [713] = {.lex_state = 1373}, + [714] = {.lex_state = 1373}, + [715] = {.lex_state = 1373}, + [716] = {.lex_state = 1373}, + [717] = {.lex_state = 1373}, + [718] = {.lex_state = 1373}, + [719] = {.lex_state = 1373}, + [720] = {.lex_state = 1373}, + [721] = {.lex_state = 1373}, + [722] = {.lex_state = 1373}, + [723] = {.lex_state = 1373}, + [724] = {.lex_state = 1373}, + [725] = {.lex_state = 1373}, + [726] = {.lex_state = 1373}, + [727] = {.lex_state = 1373}, + [728] = {.lex_state = 1373}, + [729] = {.lex_state = 1373}, + [730] = {.lex_state = 1373}, + [731] = {.lex_state = 1373}, + [732] = {.lex_state = 1373}, + [733] = {.lex_state = 1373}, + [734] = {.lex_state = 1373}, + [735] = {.lex_state = 1373}, + [736] = {.lex_state = 1373}, + [737] = {.lex_state = 1373}, + [738] = {.lex_state = 1373}, + [739] = {.lex_state = 1373}, + [740] = {.lex_state = 1373}, + [741] = {.lex_state = 1373}, + [742] = {.lex_state = 1373}, + [743] = {.lex_state = 1373}, + [744] = {.lex_state = 1373}, + [745] = {.lex_state = 1373}, + [746] = {.lex_state = 1373}, + [747] = {.lex_state = 1373}, + [748] = {.lex_state = 1373}, + [749] = {.lex_state = 1373}, + [750] = {.lex_state = 1373}, + [751] = {.lex_state = 1373}, + [752] = {.lex_state = 1373}, + [753] = {.lex_state = 1373}, + [754] = {.lex_state = 1373}, + [755] = {.lex_state = 1373}, + [756] = {.lex_state = 1373}, + [757] = {.lex_state = 1373}, + [758] = {.lex_state = 1373}, + [759] = {.lex_state = 1373}, + [760] = {.lex_state = 1373}, + [761] = {.lex_state = 1373}, + [762] = {.lex_state = 1373}, + [763] = {.lex_state = 1373}, + [764] = {.lex_state = 1373}, + [765] = {.lex_state = 1373}, + [766] = {.lex_state = 1373}, + [767] = {.lex_state = 1373}, + [768] = {.lex_state = 1373}, + [769] = {.lex_state = 1373}, + [770] = {.lex_state = 1373}, + [771] = {.lex_state = 1373}, + [772] = {.lex_state = 1373}, + [773] = {.lex_state = 1373}, + [774] = {.lex_state = 1373}, + [775] = {.lex_state = 1373}, + [776] = {.lex_state = 1373}, + [777] = {.lex_state = 1373}, + [778] = {.lex_state = 1373}, + [779] = {.lex_state = 1373}, + [780] = {.lex_state = 2}, [781] = {.lex_state = 2}, [782] = {.lex_state = 2}, [783] = {.lex_state = 2}, - [784] = {.lex_state = 1}, - [785] = {.lex_state = 2}, - [786] = {.lex_state = 4}, + [784] = {.lex_state = 0}, + [785] = {.lex_state = 0}, + [786] = {.lex_state = 0}, [787] = {.lex_state = 2}, [788] = {.lex_state = 2}, - [789] = {.lex_state = 2}, + [789] = {.lex_state = 0}, [790] = {.lex_state = 2}, - [791] = {.lex_state = 2}, + [791] = {.lex_state = 1}, [792] = {.lex_state = 2}, - [793] = {.lex_state = 2}, + [793] = {.lex_state = 4}, [794] = {.lex_state = 2}, [795] = {.lex_state = 2}, [796] = {.lex_state = 2}, [797] = {.lex_state = 2}, [798] = {.lex_state = 2}, - [799] = {.lex_state = 2}, + [799] = {.lex_state = 4}, [800] = {.lex_state = 2}, [801] = {.lex_state = 2}, [802] = {.lex_state = 2}, @@ -12169,7 +12257,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [804] = {.lex_state = 2}, [805] = {.lex_state = 2}, [806] = {.lex_state = 2}, - [807] = {.lex_state = 4}, + [807] = {.lex_state = 2}, [808] = {.lex_state = 2}, [809] = {.lex_state = 2}, [810] = {.lex_state = 2}, @@ -12201,17 +12289,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [836] = {.lex_state = 2}, [837] = {.lex_state = 2}, [838] = {.lex_state = 2}, - [839] = {.lex_state = 2}, + [839] = {.lex_state = 4}, [840] = {.lex_state = 2}, [841] = {.lex_state = 2}, [842] = {.lex_state = 2}, - [843] = {.lex_state = 4}, + [843] = {.lex_state = 2}, [844] = {.lex_state = 2}, [845] = {.lex_state = 2}, [846] = {.lex_state = 2}, [847] = {.lex_state = 2}, [848] = {.lex_state = 2}, - [849] = {.lex_state = 2}, + [849] = {.lex_state = 4}, [850] = {.lex_state = 2}, [851] = {.lex_state = 2}, [852] = {.lex_state = 2}, @@ -12222,21 +12310,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [857] = {.lex_state = 2}, [858] = {.lex_state = 2}, [859] = {.lex_state = 2}, - [860] = {.lex_state = 1}, - [861] = {.lex_state = 1}, + [860] = {.lex_state = 3}, + [861] = {.lex_state = 2}, [862] = {.lex_state = 2}, [863] = {.lex_state = 2}, [864] = {.lex_state = 2}, - [865] = {.lex_state = 4}, - [866] = {.lex_state = 3}, + [865] = {.lex_state = 2}, + [866] = {.lex_state = 2}, [867] = {.lex_state = 2}, [868] = {.lex_state = 2}, [869] = {.lex_state = 2}, - [870] = {.lex_state = 2}, + [870] = {.lex_state = 1}, [871] = {.lex_state = 2}, [872] = {.lex_state = 2}, [873] = {.lex_state = 2}, - [874] = {.lex_state = 2}, + [874] = {.lex_state = 1}, [875] = {.lex_state = 2}, [876] = {.lex_state = 2}, [877] = {.lex_state = 2}, @@ -12255,7 +12343,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [890] = {.lex_state = 2}, [891] = {.lex_state = 2}, [892] = {.lex_state = 2}, - [893] = {.lex_state = 4}, + [893] = {.lex_state = 2}, [894] = {.lex_state = 2}, [895] = {.lex_state = 2}, [896] = {.lex_state = 2}, @@ -12266,7 +12354,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [901] = {.lex_state = 2}, [902] = {.lex_state = 2}, [903] = {.lex_state = 2}, - [904] = {.lex_state = 0}, + [904] = {.lex_state = 2}, [905] = {.lex_state = 2}, [906] = {.lex_state = 2}, [907] = {.lex_state = 2}, @@ -12281,7 +12369,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [916] = {.lex_state = 2}, [917] = {.lex_state = 2}, [918] = {.lex_state = 2}, - [919] = {.lex_state = 2}, + [919] = {.lex_state = 3}, [920] = {.lex_state = 2}, [921] = {.lex_state = 2}, [922] = {.lex_state = 2}, @@ -12289,7 +12377,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [924] = {.lex_state = 2}, [925] = {.lex_state = 2}, [926] = {.lex_state = 2}, - [927] = {.lex_state = 2}, + [927] = {.lex_state = 4}, [928] = {.lex_state = 2}, [929] = {.lex_state = 2}, [930] = {.lex_state = 2}, @@ -12299,384 +12387,396 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [934] = {.lex_state = 2}, [935] = {.lex_state = 2}, [936] = {.lex_state = 2}, - [937] = {.lex_state = 2}, + [937] = {.lex_state = 0}, [938] = {.lex_state = 2}, [939] = {.lex_state = 2}, [940] = {.lex_state = 2}, [941] = {.lex_state = 2}, - [942] = {.lex_state = 3}, + [942] = {.lex_state = 2}, [943] = {.lex_state = 2}, [944] = {.lex_state = 2}, [945] = {.lex_state = 2}, [946] = {.lex_state = 2}, [947] = {.lex_state = 2}, [948] = {.lex_state = 2}, - [949] = {.lex_state = 3}, - [950] = {.lex_state = 0}, - [951] = {.lex_state = 4}, - [952] = {.lex_state = 5}, - [953] = {.lex_state = 3}, - [954] = {.lex_state = 0}, - [955] = {.lex_state = 7}, - [956] = {.lex_state = 7}, - [957] = {.lex_state = 1}, + [949] = {.lex_state = 2}, + [950] = {.lex_state = 2}, + [951] = {.lex_state = 2}, + [952] = {.lex_state = 2}, + [953] = {.lex_state = 2}, + [954] = {.lex_state = 2}, + [955] = {.lex_state = 2}, + [956] = {.lex_state = 4}, + [957] = {.lex_state = 7}, [958] = {.lex_state = 7}, - [959] = {.lex_state = 1363}, - [960] = {.lex_state = 7}, - [961] = {.lex_state = 4}, - [962] = {.lex_state = 7}, - [963] = {.lex_state = 7}, - [964] = {.lex_state = 7}, + [959] = {.lex_state = 5}, + [960] = {.lex_state = 0}, + [961] = {.lex_state = 3}, + [962] = {.lex_state = 1}, + [963] = {.lex_state = 0}, + [964] = {.lex_state = 3}, [965] = {.lex_state = 7}, - [966] = {.lex_state = 1363}, - [967] = {.lex_state = 0}, - [968] = {.lex_state = 7}, - [969] = {.lex_state = 4}, - [970] = {.lex_state = 1363}, + [966] = {.lex_state = 7}, + [967] = {.lex_state = 7}, + [968] = {.lex_state = 1373}, + [969] = {.lex_state = 7}, + [970] = {.lex_state = 7}, [971] = {.lex_state = 7}, - [972] = {.lex_state = 7}, - [973] = {.lex_state = 8}, + [972] = {.lex_state = 1373}, + [973] = {.lex_state = 7}, [974] = {.lex_state = 7}, - [975] = {.lex_state = 8}, + [975] = {.lex_state = 7}, [976] = {.lex_state = 7}, [977] = {.lex_state = 7}, - [978] = {.lex_state = 0}, + [978] = {.lex_state = 4}, [979] = {.lex_state = 7}, [980] = {.lex_state = 7}, [981] = {.lex_state = 7}, [982] = {.lex_state = 7}, - [983] = {.lex_state = 6}, + [983] = {.lex_state = 7}, [984] = {.lex_state = 7}, - [985] = {.lex_state = 7}, - [986] = {.lex_state = 1363}, - [987] = {.lex_state = 2}, - [988] = {.lex_state = 1363}, - [989] = {.lex_state = 0}, + [985] = {.lex_state = 4}, + [986] = {.lex_state = 7}, + [987] = {.lex_state = 7}, + [988] = {.lex_state = 7}, + [989] = {.lex_state = 1373}, [990] = {.lex_state = 7}, [991] = {.lex_state = 7}, [992] = {.lex_state = 7}, - [993] = {.lex_state = 7}, + [993] = {.lex_state = 1373}, [994] = {.lex_state = 7}, [995] = {.lex_state = 7}, [996] = {.lex_state = 7}, [997] = {.lex_state = 7}, [998] = {.lex_state = 7}, - [999] = {.lex_state = 1}, + [999] = {.lex_state = 7}, [1000] = {.lex_state = 7}, - [1001] = {.lex_state = 7}, - [1002] = {.lex_state = 7}, + [1001] = {.lex_state = 6}, + [1002] = {.lex_state = 1373}, [1003] = {.lex_state = 7}, - [1004] = {.lex_state = 1363}, - [1005] = {.lex_state = 7}, - [1006] = {.lex_state = 7}, + [1004] = {.lex_state = 0}, + [1005] = {.lex_state = 0}, + [1006] = {.lex_state = 1373}, [1007] = {.lex_state = 7}, - [1008] = {.lex_state = 7}, - [1009] = {.lex_state = 1363}, + [1008] = {.lex_state = 1373}, + [1009] = {.lex_state = 7}, [1010] = {.lex_state = 7}, [1011] = {.lex_state = 7}, [1012] = {.lex_state = 7}, [1013] = {.lex_state = 7}, - [1014] = {.lex_state = 7}, + [1014] = {.lex_state = 8}, [1015] = {.lex_state = 7}, [1016] = {.lex_state = 7}, [1017] = {.lex_state = 7}, - [1018] = {.lex_state = 7}, + [1018] = {.lex_state = 2}, [1019] = {.lex_state = 7}, [1020] = {.lex_state = 7}, - [1021] = {.lex_state = 7}, + [1021] = {.lex_state = 1373}, [1022] = {.lex_state = 7}, - [1023] = {.lex_state = 7}, - [1024] = {.lex_state = 11}, - [1025] = {.lex_state = 1}, - [1026] = {.lex_state = 8}, - [1027] = {.lex_state = 8}, - [1028] = {.lex_state = 8}, - [1029] = {.lex_state = 8}, - [1030] = {.lex_state = 8}, - [1031] = {.lex_state = 8}, + [1023] = {.lex_state = 1}, + [1024] = {.lex_state = 8}, + [1025] = {.lex_state = 7}, + [1026] = {.lex_state = 7}, + [1027] = {.lex_state = 0}, + [1028] = {.lex_state = 7}, + [1029] = {.lex_state = 7}, + [1030] = {.lex_state = 7}, + [1031] = {.lex_state = 7}, [1032] = {.lex_state = 8}, [1033] = {.lex_state = 8}, [1034] = {.lex_state = 8}, [1035] = {.lex_state = 8}, - [1036] = {.lex_state = 8}, + [1036] = {.lex_state = 10}, [1037] = {.lex_state = 8}, [1038] = {.lex_state = 8}, [1039] = {.lex_state = 8}, [1040] = {.lex_state = 8}, [1041] = {.lex_state = 8}, - [1042] = {.lex_state = 1363}, + [1042] = {.lex_state = 8}, [1043] = {.lex_state = 8}, [1044] = {.lex_state = 8}, [1045] = {.lex_state = 8}, - [1046] = {.lex_state = 1363}, + [1046] = {.lex_state = 8}, [1047] = {.lex_state = 8}, [1048] = {.lex_state = 8}, - [1049] = {.lex_state = 1}, + [1049] = {.lex_state = 8}, [1050] = {.lex_state = 8}, - [1051] = {.lex_state = 2}, + [1051] = {.lex_state = 1373}, [1052] = {.lex_state = 8}, [1053] = {.lex_state = 8}, [1054] = {.lex_state = 8}, - [1055] = {.lex_state = 8}, - [1056] = {.lex_state = 0}, + [1055] = {.lex_state = 0}, + [1056] = {.lex_state = 8}, [1057] = {.lex_state = 8}, - [1058] = {.lex_state = 10}, - [1059] = {.lex_state = 8}, - [1060] = {.lex_state = 8}, + [1058] = {.lex_state = 8}, + [1059] = {.lex_state = 1373}, + [1060] = {.lex_state = 11}, [1061] = {.lex_state = 8}, - [1062] = {.lex_state = 8}, + [1062] = {.lex_state = 1}, [1063] = {.lex_state = 8}, [1064] = {.lex_state = 8}, - [1065] = {.lex_state = 8}, - [1066] = {.lex_state = 1363}, - [1067] = {.lex_state = 1363}, - [1068] = {.lex_state = 1363}, - [1069] = {.lex_state = 1363}, + [1065] = {.lex_state = 1}, + [1066] = {.lex_state = 8}, + [1067] = {.lex_state = 2}, + [1068] = {.lex_state = 8}, + [1069] = {.lex_state = 8}, [1070] = {.lex_state = 8}, [1071] = {.lex_state = 8}, [1072] = {.lex_state = 8}, - [1073] = {.lex_state = 8}, + [1073] = {.lex_state = 0}, [1074] = {.lex_state = 8}, [1075] = {.lex_state = 8}, - [1076] = {.lex_state = 8}, - [1077] = {.lex_state = 1363}, + [1076] = {.lex_state = 10}, + [1077] = {.lex_state = 11}, [1078] = {.lex_state = 8}, [1079] = {.lex_state = 8}, - [1080] = {.lex_state = 8}, - [1081] = {.lex_state = 8}, + [1080] = {.lex_state = 10}, + [1081] = {.lex_state = 1373}, [1082] = {.lex_state = 8}, [1083] = {.lex_state = 8}, - [1084] = {.lex_state = 11}, + [1084] = {.lex_state = 8}, [1085] = {.lex_state = 8}, - [1086] = {.lex_state = 11}, + [1086] = {.lex_state = 8}, [1087] = {.lex_state = 8}, - [1088] = {.lex_state = 11}, - [1089] = {.lex_state = 10}, - [1090] = {.lex_state = 0}, - [1091] = {.lex_state = 11}, - [1092] = {.lex_state = 9}, - [1093] = {.lex_state = 9}, - [1094] = {.lex_state = 11}, - [1095] = {.lex_state = 9}, - [1096] = {.lex_state = 11}, - [1097] = {.lex_state = 9}, - [1098] = {.lex_state = 9}, - [1099] = {.lex_state = 9}, - [1100] = {.lex_state = 11}, + [1088] = {.lex_state = 1373}, + [1089] = {.lex_state = 1373}, + [1090] = {.lex_state = 10}, + [1091] = {.lex_state = 1373}, + [1092] = {.lex_state = 1373}, + [1093] = {.lex_state = 1373}, + [1094] = {.lex_state = 8}, + [1095] = {.lex_state = 8}, + [1096] = {.lex_state = 8}, + [1097] = {.lex_state = 8}, + [1098] = {.lex_state = 8}, + [1099] = {.lex_state = 8}, + [1100] = {.lex_state = 9}, [1101] = {.lex_state = 9}, - [1102] = {.lex_state = 11}, + [1102] = {.lex_state = 9}, [1103] = {.lex_state = 9}, [1104] = {.lex_state = 9}, - [1105] = {.lex_state = 11}, + [1105] = {.lex_state = 1373}, [1106] = {.lex_state = 9}, - [1107] = {.lex_state = 1363}, + [1107] = {.lex_state = 9}, [1108] = {.lex_state = 9}, - [1109] = {.lex_state = 11}, + [1109] = {.lex_state = 9}, [1110] = {.lex_state = 9}, - [1111] = {.lex_state = 11}, - [1112] = {.lex_state = 9}, - [1113] = {.lex_state = 1363}, + [1111] = {.lex_state = 9}, + [1112] = {.lex_state = 10}, + [1113] = {.lex_state = 9}, [1114] = {.lex_state = 9}, - [1115] = {.lex_state = 11}, + [1115] = {.lex_state = 9}, [1116] = {.lex_state = 9}, - [1117] = {.lex_state = 11}, + [1117] = {.lex_state = 9}, [1118] = {.lex_state = 9}, - [1119] = {.lex_state = 11}, + [1119] = {.lex_state = 10}, [1120] = {.lex_state = 9}, - [1121] = {.lex_state = 11}, - [1122] = {.lex_state = 9}, - [1123] = {.lex_state = 11}, + [1121] = {.lex_state = 9}, + [1122] = {.lex_state = 10}, + [1123] = {.lex_state = 9}, [1124] = {.lex_state = 9}, - [1125] = {.lex_state = 11}, - [1126] = {.lex_state = 9}, - [1127] = {.lex_state = 11}, - [1128] = {.lex_state = 9}, - [1129] = {.lex_state = 11}, - [1130] = {.lex_state = 9}, - [1131] = {.lex_state = 11}, - [1132] = {.lex_state = 9}, - [1133] = {.lex_state = 11}, - [1134] = {.lex_state = 9}, - [1135] = {.lex_state = 11}, - [1136] = {.lex_state = 9}, - [1137] = {.lex_state = 11}, - [1138] = {.lex_state = 9}, - [1139] = {.lex_state = 11}, + [1125] = {.lex_state = 9}, + [1126] = {.lex_state = 10}, + [1127] = {.lex_state = 9}, + [1128] = {.lex_state = 10}, + [1129] = {.lex_state = 9}, + [1130] = {.lex_state = 10}, + [1131] = {.lex_state = 9}, + [1132] = {.lex_state = 10}, + [1133] = {.lex_state = 9}, + [1134] = {.lex_state = 10}, + [1135] = {.lex_state = 9}, + [1136] = {.lex_state = 10}, + [1137] = {.lex_state = 9}, + [1138] = {.lex_state = 10}, + [1139] = {.lex_state = 9}, [1140] = {.lex_state = 9}, - [1141] = {.lex_state = 11}, - [1142] = {.lex_state = 9}, - [1143] = {.lex_state = 11}, + [1141] = {.lex_state = 9}, + [1142] = {.lex_state = 10}, + [1143] = {.lex_state = 9}, [1144] = {.lex_state = 9}, - [1145] = {.lex_state = 11}, + [1145] = {.lex_state = 10}, [1146] = {.lex_state = 9}, - [1147] = {.lex_state = 11}, + [1147] = {.lex_state = 10}, [1148] = {.lex_state = 9}, - [1149] = {.lex_state = 11}, + [1149] = {.lex_state = 10}, [1150] = {.lex_state = 9}, - [1151] = {.lex_state = 11}, + [1151] = {.lex_state = 10}, [1152] = {.lex_state = 9}, - [1153] = {.lex_state = 2}, - [1154] = {.lex_state = 9}, - [1155] = {.lex_state = 11}, + [1153] = {.lex_state = 9}, + [1154] = {.lex_state = 1373}, + [1155] = {.lex_state = 9}, [1156] = {.lex_state = 9}, [1157] = {.lex_state = 9}, - [1158] = {.lex_state = 9}, + [1158] = {.lex_state = 10}, [1159] = {.lex_state = 9}, - [1160] = {.lex_state = 9}, - [1161] = {.lex_state = 11}, - [1162] = {.lex_state = 9}, - [1163] = {.lex_state = 11}, - [1164] = {.lex_state = 9}, - [1165] = {.lex_state = 1363}, - [1166] = {.lex_state = 9}, - [1167] = {.lex_state = 1363}, - [1168] = {.lex_state = 9}, - [1169] = {.lex_state = 11}, + [1160] = {.lex_state = 10}, + [1161] = {.lex_state = 9}, + [1162] = {.lex_state = 10}, + [1163] = {.lex_state = 9}, + [1164] = {.lex_state = 10}, + [1165] = {.lex_state = 9}, + [1166] = {.lex_state = 1373}, + [1167] = {.lex_state = 9}, + [1168] = {.lex_state = 10}, + [1169] = {.lex_state = 9}, [1170] = {.lex_state = 9}, - [1171] = {.lex_state = 11}, - [1172] = {.lex_state = 9}, - [1173] = {.lex_state = 11}, - [1174] = {.lex_state = 9}, - [1175] = {.lex_state = 11}, + [1171] = {.lex_state = 9}, + [1172] = {.lex_state = 1373}, + [1173] = {.lex_state = 9}, + [1174] = {.lex_state = 1373}, + [1175] = {.lex_state = 9}, [1176] = {.lex_state = 9}, - [1177] = {.lex_state = 11}, + [1177] = {.lex_state = 9}, [1178] = {.lex_state = 9}, - [1179] = {.lex_state = 1363}, - [1180] = {.lex_state = 9}, - [1181] = {.lex_state = 11}, - [1182] = {.lex_state = 9}, - [1183] = {.lex_state = 11}, + [1179] = {.lex_state = 9}, + [1180] = {.lex_state = 1373}, + [1181] = {.lex_state = 9}, + [1182] = {.lex_state = 10}, + [1183] = {.lex_state = 9}, [1184] = {.lex_state = 9}, - [1185] = {.lex_state = 11}, - [1186] = {.lex_state = 9}, + [1185] = {.lex_state = 9}, + [1186] = {.lex_state = 10}, [1187] = {.lex_state = 9}, - [1188] = {.lex_state = 9}, - [1189] = {.lex_state = 11}, - [1190] = {.lex_state = 9}, - [1191] = {.lex_state = 11}, + [1188] = {.lex_state = 10}, + [1189] = {.lex_state = 9}, + [1190] = {.lex_state = 10}, + [1191] = {.lex_state = 9}, [1192] = {.lex_state = 9}, - [1193] = {.lex_state = 11}, - [1194] = {.lex_state = 9}, + [1193] = {.lex_state = 9}, + [1194] = {.lex_state = 10}, [1195] = {.lex_state = 9}, - [1196] = {.lex_state = 9}, - [1197] = {.lex_state = 11}, + [1196] = {.lex_state = 10}, + [1197] = {.lex_state = 9}, [1198] = {.lex_state = 9}, - [1199] = {.lex_state = 11}, + [1199] = {.lex_state = 9}, [1200] = {.lex_state = 9}, [1201] = {.lex_state = 9}, - [1202] = {.lex_state = 11}, - [1203] = {.lex_state = 11}, - [1204] = {.lex_state = 9}, - [1205] = {.lex_state = 11}, + [1202] = {.lex_state = 10}, + [1203] = {.lex_state = 9}, + [1204] = {.lex_state = 1373}, + [1205] = {.lex_state = 9}, [1206] = {.lex_state = 9}, - [1207] = {.lex_state = 11}, - [1208] = {.lex_state = 1363}, - [1209] = {.lex_state = 11}, - [1210] = {.lex_state = 9}, - [1211] = {.lex_state = 11}, - [1212] = {.lex_state = 11}, - [1213] = {.lex_state = 1363}, - [1214] = {.lex_state = 9}, - [1215] = {.lex_state = 1363}, - [1216] = {.lex_state = 11}, - [1217] = {.lex_state = 11}, - [1218] = {.lex_state = 9}, - [1219] = {.lex_state = 11}, - [1220] = {.lex_state = 11}, - [1221] = {.lex_state = 11}, - [1222] = {.lex_state = 11}, + [1207] = {.lex_state = 9}, + [1208] = {.lex_state = 9}, + [1209] = {.lex_state = 9}, + [1210] = {.lex_state = 10}, + [1211] = {.lex_state = 9}, + [1212] = {.lex_state = 1373}, + [1213] = {.lex_state = 9}, + [1214] = {.lex_state = 10}, + [1215] = {.lex_state = 9}, + [1216] = {.lex_state = 10}, + [1217] = {.lex_state = 10}, + [1218] = {.lex_state = 10}, + [1219] = {.lex_state = 9}, + [1220] = {.lex_state = 10}, + [1221] = {.lex_state = 9}, + [1222] = {.lex_state = 10}, [1223] = {.lex_state = 9}, - [1224] = {.lex_state = 9}, - [1225] = {.lex_state = 11}, - [1226] = {.lex_state = 9}, - [1227] = {.lex_state = 11}, - [1228] = {.lex_state = 11}, - [1229] = {.lex_state = 11}, - [1230] = {.lex_state = 1363}, - [1231] = {.lex_state = 9}, - [1232] = {.lex_state = 11}, - [1233] = {.lex_state = 1363}, - [1234] = {.lex_state = 1363}, + [1224] = {.lex_state = 1373}, + [1225] = {.lex_state = 1373}, + [1226] = {.lex_state = 10}, + [1227] = {.lex_state = 9}, + [1228] = {.lex_state = 10}, + [1229] = {.lex_state = 10}, + [1230] = {.lex_state = 1373}, + [1231] = {.lex_state = 10}, + [1232] = {.lex_state = 10}, + [1233] = {.lex_state = 10}, + [1234] = {.lex_state = 10}, [1235] = {.lex_state = 9}, - [1236] = {.lex_state = 11}, - [1237] = {.lex_state = 1363}, - [1238] = {.lex_state = 11}, - [1239] = {.lex_state = 9}, - [1240] = {.lex_state = 11}, - [1241] = {.lex_state = 11}, + [1236] = {.lex_state = 9}, + [1237] = {.lex_state = 10}, + [1238] = {.lex_state = 10}, + [1239] = {.lex_state = 1373}, + [1240] = {.lex_state = 10}, + [1241] = {.lex_state = 10}, [1242] = {.lex_state = 9}, - [1243] = {.lex_state = 11}, - [1244] = {.lex_state = 11}, - [1245] = {.lex_state = 11}, - [1246] = {.lex_state = 9}, - [1247] = {.lex_state = 11}, - [1248] = {.lex_state = 11}, - [1249] = {.lex_state = 9}, - [1250] = {.lex_state = 11}, + [1243] = {.lex_state = 10}, + [1244] = {.lex_state = 10}, + [1245] = {.lex_state = 2}, + [1246] = {.lex_state = 10}, + [1247] = {.lex_state = 9}, + [1248] = {.lex_state = 10}, + [1249] = {.lex_state = 10}, + [1250] = {.lex_state = 10}, [1251] = {.lex_state = 9}, - [1252] = {.lex_state = 11}, - [1253] = {.lex_state = 11}, - [1254] = {.lex_state = 9}, + [1252] = {.lex_state = 10}, + [1253] = {.lex_state = 10}, + [1254] = {.lex_state = 10}, [1255] = {.lex_state = 9}, - [1256] = {.lex_state = 11}, - [1257] = {.lex_state = 9}, - [1258] = {.lex_state = 11}, + [1256] = {.lex_state = 1373}, + [1257] = {.lex_state = 10}, + [1258] = {.lex_state = 10}, [1259] = {.lex_state = 9}, [1260] = {.lex_state = 9}, - [1261] = {.lex_state = 11}, - [1262] = {.lex_state = 11}, + [1261] = {.lex_state = 10}, + [1262] = {.lex_state = 1373}, [1263] = {.lex_state = 9}, [1264] = {.lex_state = 9}, - [1265] = {.lex_state = 2}, - [1266] = {.lex_state = 11}, - [1267] = {.lex_state = 9}, - [1268] = {.lex_state = 9}, - [1269] = {.lex_state = 11}, - [1270] = {.lex_state = 9}, + [1265] = {.lex_state = 10}, + [1266] = {.lex_state = 10}, + [1267] = {.lex_state = 10}, + [1268] = {.lex_state = 10}, + [1269] = {.lex_state = 9}, + [1270] = {.lex_state = 10}, [1271] = {.lex_state = 9}, - [1272] = {.lex_state = 11}, - [1273] = {.lex_state = 1363}, - [1274] = {.lex_state = 9}, - [1275] = {.lex_state = 11}, - [1276] = {.lex_state = 9}, - [1277] = {.lex_state = 9}, - [1278] = {.lex_state = 11}, - [1279] = {.lex_state = 11}, - [1280] = {.lex_state = 9}, - [1281] = {.lex_state = 1363}, - [1282] = {.lex_state = 9}, - [1283] = {.lex_state = 9}, - [1284] = {.lex_state = 11}, - [1285] = {.lex_state = 11}, + [1272] = {.lex_state = 1373}, + [1273] = {.lex_state = 10}, + [1274] = {.lex_state = 10}, + [1275] = {.lex_state = 10}, + [1276] = {.lex_state = 10}, + [1277] = {.lex_state = 2}, + [1278] = {.lex_state = 9}, + [1279] = {.lex_state = 10}, + [1280] = {.lex_state = 10}, + [1281] = {.lex_state = 10}, + [1282] = {.lex_state = 1373}, + [1283] = {.lex_state = 10}, + [1284] = {.lex_state = 10}, + [1285] = {.lex_state = 10}, [1286] = {.lex_state = 9}, - [1287] = {.lex_state = 9}, - [1288] = {.lex_state = 11}, - [1289] = {.lex_state = 11}, - [1290] = {.lex_state = 9}, + [1287] = {.lex_state = 10}, + [1288] = {.lex_state = 10}, + [1289] = {.lex_state = 10}, + [1290] = {.lex_state = 10}, [1291] = {.lex_state = 9}, - [1292] = {.lex_state = 11}, - [1293] = {.lex_state = 11}, - [1294] = {.lex_state = 9}, - [1295] = {.lex_state = 11}, + [1292] = {.lex_state = 10}, + [1293] = {.lex_state = 10}, + [1294] = {.lex_state = 10}, + [1295] = {.lex_state = 9}, [1296] = {.lex_state = 9}, - [1297] = {.lex_state = 9}, - [1298] = {.lex_state = 11}, - [1299] = {.lex_state = 11}, - [1300] = {.lex_state = 9}, - [1301] = {.lex_state = 9}, - [1302] = {.lex_state = 11}, - [1303] = {.lex_state = 11}, - [1304] = {.lex_state = 9}, + [1297] = {.lex_state = 10}, + [1298] = {.lex_state = 10}, + [1299] = {.lex_state = 10}, + [1300] = {.lex_state = 10}, + [1301] = {.lex_state = 10}, + [1302] = {.lex_state = 9}, + [1303] = {.lex_state = 10}, + [1304] = {.lex_state = 10}, [1305] = {.lex_state = 9}, - [1306] = {.lex_state = 11}, - [1307] = {.lex_state = 11}, - [1308] = {.lex_state = 9}, + [1306] = {.lex_state = 9}, + [1307] = {.lex_state = 10}, + [1308] = {.lex_state = 10}, [1309] = {.lex_state = 9}, - [1310] = {.lex_state = 11}, - [1311] = {.lex_state = 9}, - [1312] = {.lex_state = 11}, + [1310] = {.lex_state = 9}, + [1311] = {.lex_state = 10}, + [1312] = {.lex_state = 10}, [1313] = {.lex_state = 9}, - [1314] = {.lex_state = 0}, + [1314] = {.lex_state = 10}, + [1315] = {.lex_state = 10}, + [1316] = {.lex_state = 10}, + [1317] = {.lex_state = 9}, + [1318] = {.lex_state = 9}, + [1319] = {.lex_state = 10}, + [1320] = {.lex_state = 9}, + [1321] = {.lex_state = 10}, + [1322] = {.lex_state = 10}, + [1323] = {.lex_state = 10}, + [1324] = {.lex_state = 9}, + [1325] = {.lex_state = 10}, + [1326] = {.lex_state = 0}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -12822,6 +12922,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_remote_forward_token1] = ACTIONS(1), [aux_sym_request_tty_token1] = ACTIONS(1), [aux_sym_request_tty_value_token1] = ACTIONS(1), + [aux_sym_required_rsa_size_token1] = ACTIONS(1), [aux_sym_revoked_host_keys_token1] = ACTIONS(1), [aux_sym_security_key_provider_token1] = ACTIONS(1), [aux_sym_send_env_token1] = ACTIONS(1), @@ -12866,7 +12967,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_xauth_location_token1] = ACTIONS(1), }, [1] = { - [sym_client_config] = STATE(1314), + [sym_client_config] = STATE(1326), [sym__option] = STATE(2), [sym_host] = STATE(2), [sym_match] = STATE(2), @@ -12953,6 +13054,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_remote_command] = STATE(2), [sym_remote_forward] = STATE(2), [sym_request_tty] = STATE(2), + [sym_required_rsa_size] = STATE(2), [sym_revoked_host_keys] = STATE(2), [sym_security_key_provider] = STATE(2), [sym_send_env] = STATE(2), @@ -13065,30 +13167,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_remote_command_token1] = ACTIONS(171), [aux_sym_remote_forward_token1] = ACTIONS(173), [aux_sym_request_tty_token1] = ACTIONS(175), - [aux_sym_revoked_host_keys_token1] = ACTIONS(177), - [aux_sym_security_key_provider_token1] = ACTIONS(179), - [aux_sym_send_env_token1] = ACTIONS(181), - [aux_sym_server_alive_count_max_token1] = ACTIONS(183), - [aux_sym_server_alive_interval_token1] = ACTIONS(185), - [aux_sym_session_type_token1] = ACTIONS(187), - [aux_sym_set_env_token1] = ACTIONS(189), - [aux_sym_stdin_null_token1] = ACTIONS(191), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(193), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(195), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(197), - [aux_sym_syslog_facility_token1] = ACTIONS(199), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(201), - [aux_sym_keep_alive_token1] = ACTIONS(203), - [aux_sym_tunnel_token1] = ACTIONS(205), - [aux_sym_tunnel_device_token1] = ACTIONS(207), - [aux_sym_update_host_keys_token1] = ACTIONS(209), - [aux_sym_use_keychain_token1] = ACTIONS(211), - [aux_sym_use_roaming_token1] = ACTIONS(213), - [aux_sym_user_token1] = ACTIONS(215), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(217), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(219), - [aux_sym_visual_host_key_token1] = ACTIONS(221), - [aux_sym_xauth_location_token1] = ACTIONS(223), + [aux_sym_required_rsa_size_token1] = ACTIONS(177), + [aux_sym_revoked_host_keys_token1] = ACTIONS(179), + [aux_sym_security_key_provider_token1] = ACTIONS(181), + [aux_sym_send_env_token1] = ACTIONS(183), + [aux_sym_server_alive_count_max_token1] = ACTIONS(185), + [aux_sym_server_alive_interval_token1] = ACTIONS(187), + [aux_sym_session_type_token1] = ACTIONS(189), + [aux_sym_set_env_token1] = ACTIONS(191), + [aux_sym_stdin_null_token1] = ACTIONS(193), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(195), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(197), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(199), + [aux_sym_syslog_facility_token1] = ACTIONS(201), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(203), + [aux_sym_keep_alive_token1] = ACTIONS(205), + [aux_sym_tunnel_token1] = ACTIONS(207), + [aux_sym_tunnel_device_token1] = ACTIONS(209), + [aux_sym_update_host_keys_token1] = ACTIONS(211), + [aux_sym_use_keychain_token1] = ACTIONS(213), + [aux_sym_use_roaming_token1] = ACTIONS(215), + [aux_sym_user_token1] = ACTIONS(217), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(219), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(221), + [aux_sym_visual_host_key_token1] = ACTIONS(223), + [aux_sym_xauth_location_token1] = ACTIONS(225), }, [2] = { [sym__option] = STATE(3), @@ -13177,6 +13280,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_remote_command] = STATE(3), [sym_remote_forward] = STATE(3), [sym_request_tty] = STATE(3), + [sym_required_rsa_size] = STATE(3), [sym_revoked_host_keys] = STATE(3), [sym_security_key_provider] = STATE(3), [sym_send_env] = STATE(3), @@ -13202,7 +13306,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_visual_host_key] = STATE(3), [sym_xauth_location] = STATE(3), [aux_sym_client_config_repeat1] = STATE(3), - [ts_builtin_sym_end] = ACTIONS(225), + [ts_builtin_sym_end] = ACTIONS(227), [sym_comment] = ACTIONS(3), [aux_sym_host_token1] = ACTIONS(7), [aux_sym_match_token1] = ACTIONS(9), @@ -13289,30 +13393,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_remote_command_token1] = ACTIONS(171), [aux_sym_remote_forward_token1] = ACTIONS(173), [aux_sym_request_tty_token1] = ACTIONS(175), - [aux_sym_revoked_host_keys_token1] = ACTIONS(177), - [aux_sym_security_key_provider_token1] = ACTIONS(179), - [aux_sym_send_env_token1] = ACTIONS(181), - [aux_sym_server_alive_count_max_token1] = ACTIONS(183), - [aux_sym_server_alive_interval_token1] = ACTIONS(185), - [aux_sym_session_type_token1] = ACTIONS(187), - [aux_sym_set_env_token1] = ACTIONS(189), - [aux_sym_stdin_null_token1] = ACTIONS(191), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(193), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(195), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(197), - [aux_sym_syslog_facility_token1] = ACTIONS(199), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(201), - [aux_sym_keep_alive_token1] = ACTIONS(203), - [aux_sym_tunnel_token1] = ACTIONS(205), - [aux_sym_tunnel_device_token1] = ACTIONS(207), - [aux_sym_update_host_keys_token1] = ACTIONS(209), - [aux_sym_use_keychain_token1] = ACTIONS(211), - [aux_sym_use_roaming_token1] = ACTIONS(213), - [aux_sym_user_token1] = ACTIONS(215), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(217), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(219), - [aux_sym_visual_host_key_token1] = ACTIONS(221), - [aux_sym_xauth_location_token1] = ACTIONS(223), + [aux_sym_required_rsa_size_token1] = ACTIONS(177), + [aux_sym_revoked_host_keys_token1] = ACTIONS(179), + [aux_sym_security_key_provider_token1] = ACTIONS(181), + [aux_sym_send_env_token1] = ACTIONS(183), + [aux_sym_server_alive_count_max_token1] = ACTIONS(185), + [aux_sym_server_alive_interval_token1] = ACTIONS(187), + [aux_sym_session_type_token1] = ACTIONS(189), + [aux_sym_set_env_token1] = ACTIONS(191), + [aux_sym_stdin_null_token1] = ACTIONS(193), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(195), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(197), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(199), + [aux_sym_syslog_facility_token1] = ACTIONS(201), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(203), + [aux_sym_keep_alive_token1] = ACTIONS(205), + [aux_sym_tunnel_token1] = ACTIONS(207), + [aux_sym_tunnel_device_token1] = ACTIONS(209), + [aux_sym_update_host_keys_token1] = ACTIONS(211), + [aux_sym_use_keychain_token1] = ACTIONS(213), + [aux_sym_use_roaming_token1] = ACTIONS(215), + [aux_sym_user_token1] = ACTIONS(217), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(219), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(221), + [aux_sym_visual_host_key_token1] = ACTIONS(223), + [aux_sym_xauth_location_token1] = ACTIONS(225), }, [3] = { [sym__option] = STATE(3), @@ -13401,6 +13506,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_remote_command] = STATE(3), [sym_remote_forward] = STATE(3), [sym_request_tty] = STATE(3), + [sym_required_rsa_size] = STATE(3), [sym_revoked_host_keys] = STATE(3), [sym_security_key_provider] = STATE(3), [sym_send_env] = STATE(3), @@ -13426,87000 +13532,88568 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_visual_host_key] = STATE(3), [sym_xauth_location] = STATE(3), [aux_sym_client_config_repeat1] = STATE(3), - [ts_builtin_sym_end] = ACTIONS(227), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(229), - [aux_sym_match_token1] = ACTIONS(232), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(235), - [aux_sym_address_family_token1] = ACTIONS(238), - [aux_sym_batch_mode_token1] = ACTIONS(241), - [aux_sym_bind_address_token1] = ACTIONS(244), - [aux_sym_bind_interface_token1] = ACTIONS(247), - [aux_sym_canonical_domains_token1] = ACTIONS(250), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(253), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(256), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(259), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(262), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(265), - [aux_sym_certificate_file_token1] = ACTIONS(268), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(271), - [aux_sym_check_host_ip_token1] = ACTIONS(274), - [aux_sym_ciphers_token1] = ACTIONS(277), - [aux_sym_cipher_token1] = ACTIONS(280), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(283), - [aux_sym_compression_token1] = ACTIONS(286), - [aux_sym_connection_attempts_token1] = ACTIONS(289), - [aux_sym_connect_timeout_token1] = ACTIONS(292), - [aux_sym_control_master_token1] = ACTIONS(295), - [aux_sym_control_path_token1] = ACTIONS(298), - [aux_sym_control_persist_token1] = ACTIONS(301), - [aux_sym_dynamic_forward_token1] = ACTIONS(304), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(307), - [aux_sym_escape_char_token1] = ACTIONS(310), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(313), - [aux_sym_fingerprint_hash_token1] = ACTIONS(316), - [aux_sym_fork_after_authentication_token1] = ACTIONS(319), - [aux_sym_forward_agent_token1] = ACTIONS(322), - [aux_sym_forward_x11_token1] = ACTIONS(325), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(328), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(331), - [aux_sym_gateway_ports_token1] = ACTIONS(334), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(337), - [aux_sym_gssapi_authentication_token1] = ACTIONS(340), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(343), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(346), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(349), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(352), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(355), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(358), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(361), - [aux_sym_hash_known_hosts_token1] = ACTIONS(364), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(367), - [aux_sym_hostbased_authentication_token1] = ACTIONS(370), - [aux_sym_host_key_algorithms_token1] = ACTIONS(373), - [aux_sym_host_key_alias_token1] = ACTIONS(376), - [aux_sym_hostname_token1] = ACTIONS(379), - [aux_sym_identities_only_token1] = ACTIONS(382), - [aux_sym_identity_agent_token1] = ACTIONS(385), - [aux_sym_identity_file_token1] = ACTIONS(388), - [aux_sym_ignore_unknown_token1] = ACTIONS(391), - [aux_sym_include_token1] = ACTIONS(394), - [aux_sym_ip_qos_token1] = ACTIONS(397), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(400), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(403), - [aux_sym_kex_algorithms_token1] = ACTIONS(406), - [aux_sym_known_hosts_command_token1] = ACTIONS(409), - [aux_sym_local_command_token1] = ACTIONS(412), - [aux_sym_local_forward_token1] = ACTIONS(415), - [aux_sym_log_level_token1] = ACTIONS(418), - [aux_sym_log_verbose_token1] = ACTIONS(421), - [aux_sym_macs_token1] = ACTIONS(424), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(427), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(430), - [aux_sym_password_authentication_token1] = ACTIONS(433), - [aux_sym_permit_local_command_token1] = ACTIONS(436), - [aux_sym_permit_remote_open_token1] = ACTIONS(439), - [aux_sym_pkcs11_provider_token1] = ACTIONS(442), - [aux_sym_port_token1] = ACTIONS(445), - [aux_sym_preferred_authentications_token1] = ACTIONS(448), - [aux_sym_protocol_token1] = ACTIONS(451), - [aux_sym_proxy_command_token1] = ACTIONS(454), - [aux_sym_proxy_jump_token1] = ACTIONS(457), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(460), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(463), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(466), - [aux_sym_pubkey_authentication_token1] = ACTIONS(469), - [aux_sym_rekey_limit_token1] = ACTIONS(472), - [aux_sym_remote_command_token1] = ACTIONS(475), - [aux_sym_remote_forward_token1] = ACTIONS(478), - [aux_sym_request_tty_token1] = ACTIONS(481), - [aux_sym_revoked_host_keys_token1] = ACTIONS(484), - [aux_sym_security_key_provider_token1] = ACTIONS(487), - [aux_sym_send_env_token1] = ACTIONS(490), - [aux_sym_server_alive_count_max_token1] = ACTIONS(493), - [aux_sym_server_alive_interval_token1] = ACTIONS(496), - [aux_sym_session_type_token1] = ACTIONS(499), - [aux_sym_set_env_token1] = ACTIONS(502), - [aux_sym_stdin_null_token1] = ACTIONS(505), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(508), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(511), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(514), - [aux_sym_syslog_facility_token1] = ACTIONS(517), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(520), - [aux_sym_keep_alive_token1] = ACTIONS(523), - [aux_sym_tunnel_token1] = ACTIONS(526), - [aux_sym_tunnel_device_token1] = ACTIONS(529), - [aux_sym_update_host_keys_token1] = ACTIONS(532), - [aux_sym_use_keychain_token1] = ACTIONS(535), - [aux_sym_use_roaming_token1] = ACTIONS(538), - [aux_sym_user_token1] = ACTIONS(541), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(544), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(547), - [aux_sym_visual_host_key_token1] = ACTIONS(550), - [aux_sym_xauth_location_token1] = ACTIONS(553), + [ts_builtin_sym_end] = ACTIONS(229), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(231), + [aux_sym_match_token1] = ACTIONS(234), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(237), + [aux_sym_address_family_token1] = ACTIONS(240), + [aux_sym_batch_mode_token1] = ACTIONS(243), + [aux_sym_bind_address_token1] = ACTIONS(246), + [aux_sym_bind_interface_token1] = ACTIONS(249), + [aux_sym_canonical_domains_token1] = ACTIONS(252), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(255), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(258), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(261), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(264), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(267), + [aux_sym_certificate_file_token1] = ACTIONS(270), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(273), + [aux_sym_check_host_ip_token1] = ACTIONS(276), + [aux_sym_ciphers_token1] = ACTIONS(279), + [aux_sym_cipher_token1] = ACTIONS(282), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(285), + [aux_sym_compression_token1] = ACTIONS(288), + [aux_sym_connection_attempts_token1] = ACTIONS(291), + [aux_sym_connect_timeout_token1] = ACTIONS(294), + [aux_sym_control_master_token1] = ACTIONS(297), + [aux_sym_control_path_token1] = ACTIONS(300), + [aux_sym_control_persist_token1] = ACTIONS(303), + [aux_sym_dynamic_forward_token1] = ACTIONS(306), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(309), + [aux_sym_escape_char_token1] = ACTIONS(312), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(315), + [aux_sym_fingerprint_hash_token1] = ACTIONS(318), + [aux_sym_fork_after_authentication_token1] = ACTIONS(321), + [aux_sym_forward_agent_token1] = ACTIONS(324), + [aux_sym_forward_x11_token1] = ACTIONS(327), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(330), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(333), + [aux_sym_gateway_ports_token1] = ACTIONS(336), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(339), + [aux_sym_gssapi_authentication_token1] = ACTIONS(342), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(345), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(348), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(351), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(354), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(357), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(360), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(363), + [aux_sym_hash_known_hosts_token1] = ACTIONS(366), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(369), + [aux_sym_hostbased_authentication_token1] = ACTIONS(372), + [aux_sym_host_key_algorithms_token1] = ACTIONS(375), + [aux_sym_host_key_alias_token1] = ACTIONS(378), + [aux_sym_hostname_token1] = ACTIONS(381), + [aux_sym_identities_only_token1] = ACTIONS(384), + [aux_sym_identity_agent_token1] = ACTIONS(387), + [aux_sym_identity_file_token1] = ACTIONS(390), + [aux_sym_ignore_unknown_token1] = ACTIONS(393), + [aux_sym_include_token1] = ACTIONS(396), + [aux_sym_ip_qos_token1] = ACTIONS(399), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(402), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(405), + [aux_sym_kex_algorithms_token1] = ACTIONS(408), + [aux_sym_known_hosts_command_token1] = ACTIONS(411), + [aux_sym_local_command_token1] = ACTIONS(414), + [aux_sym_local_forward_token1] = ACTIONS(417), + [aux_sym_log_level_token1] = ACTIONS(420), + [aux_sym_log_verbose_token1] = ACTIONS(423), + [aux_sym_macs_token1] = ACTIONS(426), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(429), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(432), + [aux_sym_password_authentication_token1] = ACTIONS(435), + [aux_sym_permit_local_command_token1] = ACTIONS(438), + [aux_sym_permit_remote_open_token1] = ACTIONS(441), + [aux_sym_pkcs11_provider_token1] = ACTIONS(444), + [aux_sym_port_token1] = ACTIONS(447), + [aux_sym_preferred_authentications_token1] = ACTIONS(450), + [aux_sym_protocol_token1] = ACTIONS(453), + [aux_sym_proxy_command_token1] = ACTIONS(456), + [aux_sym_proxy_jump_token1] = ACTIONS(459), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(462), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(465), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(468), + [aux_sym_pubkey_authentication_token1] = ACTIONS(471), + [aux_sym_rekey_limit_token1] = ACTIONS(474), + [aux_sym_remote_command_token1] = ACTIONS(477), + [aux_sym_remote_forward_token1] = ACTIONS(480), + [aux_sym_request_tty_token1] = ACTIONS(483), + [aux_sym_required_rsa_size_token1] = ACTIONS(486), + [aux_sym_revoked_host_keys_token1] = ACTIONS(489), + [aux_sym_security_key_provider_token1] = ACTIONS(492), + [aux_sym_send_env_token1] = ACTIONS(495), + [aux_sym_server_alive_count_max_token1] = ACTIONS(498), + [aux_sym_server_alive_interval_token1] = ACTIONS(501), + [aux_sym_session_type_token1] = ACTIONS(504), + [aux_sym_set_env_token1] = ACTIONS(507), + [aux_sym_stdin_null_token1] = ACTIONS(510), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(513), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(516), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(519), + [aux_sym_syslog_facility_token1] = ACTIONS(522), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(525), + [aux_sym_keep_alive_token1] = ACTIONS(528), + [aux_sym_tunnel_token1] = ACTIONS(531), + [aux_sym_tunnel_device_token1] = ACTIONS(534), + [aux_sym_update_host_keys_token1] = ACTIONS(537), + [aux_sym_use_keychain_token1] = ACTIONS(540), + [aux_sym_use_roaming_token1] = ACTIONS(543), + [aux_sym_user_token1] = ACTIONS(546), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(549), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(552), + [aux_sym_visual_host_key_token1] = ACTIONS(555), + [aux_sym_xauth_location_token1] = ACTIONS(558), }, [4] = { - [ts_builtin_sym_end] = ACTIONS(556), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(558), - [anon_sym_DQUOTE] = ACTIONS(560), - [aux_sym_match_token1] = ACTIONS(556), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(556), - [aux_sym_address_family_token1] = ACTIONS(556), - [aux_sym_batch_mode_token1] = ACTIONS(556), - [aux_sym_bind_address_token1] = ACTIONS(556), - [aux_sym_bind_interface_token1] = ACTIONS(556), - [aux_sym_canonical_domains_token1] = ACTIONS(556), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(556), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(556), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(556), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(556), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(556), - [aux_sym_certificate_file_token1] = ACTIONS(556), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(556), - [aux_sym_check_host_ip_token1] = ACTIONS(556), - [aux_sym_ciphers_token1] = ACTIONS(556), - [aux_sym_cipher_token1] = ACTIONS(558), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(556), - [aux_sym_compression_token1] = ACTIONS(556), - [aux_sym_connection_attempts_token1] = ACTIONS(556), - [aux_sym_connect_timeout_token1] = ACTIONS(556), - [aux_sym_control_master_token1] = ACTIONS(556), - [aux_sym_control_path_token1] = ACTIONS(556), - [aux_sym_control_persist_token1] = ACTIONS(556), - [aux_sym_dynamic_forward_token1] = ACTIONS(556), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(556), - [aux_sym_escape_char_token1] = ACTIONS(556), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(556), - [aux_sym_fingerprint_hash_token1] = ACTIONS(556), - [aux_sym_fork_after_authentication_token1] = ACTIONS(556), - [aux_sym_forward_agent_token1] = ACTIONS(556), - [aux_sym_forward_x11_token1] = ACTIONS(558), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(556), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(556), - [aux_sym_gateway_ports_token1] = ACTIONS(556), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(556), - [aux_sym_gssapi_authentication_token1] = ACTIONS(556), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(556), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(556), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(556), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(556), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(556), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(556), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(556), - [aux_sym_hash_known_hosts_token1] = ACTIONS(556), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(556), - [aux_sym_hostbased_authentication_token1] = ACTIONS(556), - [aux_sym_host_key_algorithms_token1] = ACTIONS(556), - [aux_sym_host_key_alias_token1] = ACTIONS(556), - [aux_sym_hostname_token1] = ACTIONS(556), - [aux_sym_identities_only_token1] = ACTIONS(556), - [aux_sym_identity_agent_token1] = ACTIONS(556), - [aux_sym_identity_file_token1] = ACTIONS(556), - [aux_sym_ignore_unknown_token1] = ACTIONS(556), - [aux_sym_include_token1] = ACTIONS(556), - [aux_sym_ip_qos_token1] = ACTIONS(556), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(556), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(556), - [aux_sym_kex_algorithms_token1] = ACTIONS(556), - [aux_sym_known_hosts_command_token1] = ACTIONS(556), - [aux_sym_local_command_token1] = ACTIONS(556), - [aux_sym_local_forward_token1] = ACTIONS(556), - [aux_sym_log_level_token1] = ACTIONS(556), - [aux_sym_log_verbose_token1] = ACTIONS(556), - [aux_sym_macs_token1] = ACTIONS(556), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(556), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(556), - [aux_sym_password_authentication_token1] = ACTIONS(556), - [aux_sym_permit_local_command_token1] = ACTIONS(556), - [aux_sym_permit_remote_open_token1] = ACTIONS(556), - [aux_sym_pkcs11_provider_token1] = ACTIONS(556), - [aux_sym_port_token1] = ACTIONS(556), - [aux_sym_preferred_authentications_token1] = ACTIONS(556), - [aux_sym_protocol_token1] = ACTIONS(556), - [aux_sym_proxy_command_token1] = ACTIONS(556), - [aux_sym_proxy_jump_token1] = ACTIONS(556), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(556), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(556), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(556), - [aux_sym_pubkey_authentication_token1] = ACTIONS(556), - [aux_sym_rekey_limit_token1] = ACTIONS(556), - [aux_sym_remote_command_token1] = ACTIONS(556), - [aux_sym_remote_forward_token1] = ACTIONS(556), - [aux_sym_request_tty_token1] = ACTIONS(556), - [aux_sym_revoked_host_keys_token1] = ACTIONS(556), - [aux_sym_security_key_provider_token1] = ACTIONS(556), - [aux_sym_send_env_token1] = ACTIONS(556), - [aux_sym_server_alive_count_max_token1] = ACTIONS(556), - [aux_sym_server_alive_interval_token1] = ACTIONS(556), - [aux_sym_session_type_token1] = ACTIONS(556), - [aux_sym_set_env_token1] = ACTIONS(556), - [aux_sym_stdin_null_token1] = ACTIONS(556), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(556), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(556), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(556), - [aux_sym_syslog_facility_token1] = ACTIONS(556), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(556), - [aux_sym_keep_alive_token1] = ACTIONS(556), - [aux_sym_tunnel_token1] = ACTIONS(558), - [aux_sym_tunnel_device_token1] = ACTIONS(556), - [aux_sym_update_host_keys_token1] = ACTIONS(556), - [aux_sym_use_keychain_token1] = ACTIONS(556), - [aux_sym_use_roaming_token1] = ACTIONS(556), - [aux_sym_user_token1] = ACTIONS(558), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(556), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(556), - [aux_sym_visual_host_key_token1] = ACTIONS(556), - [aux_sym_xauth_location_token1] = ACTIONS(556), + [ts_builtin_sym_end] = ACTIONS(561), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(563), + [anon_sym_DQUOTE] = ACTIONS(565), + [aux_sym_match_token1] = ACTIONS(561), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(561), + [aux_sym_address_family_token1] = ACTIONS(561), + [aux_sym_batch_mode_token1] = ACTIONS(561), + [aux_sym_bind_address_token1] = ACTIONS(561), + [aux_sym_bind_interface_token1] = ACTIONS(561), + [aux_sym_canonical_domains_token1] = ACTIONS(561), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(561), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(561), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(561), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(561), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(561), + [aux_sym_certificate_file_token1] = ACTIONS(561), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(561), + [aux_sym_check_host_ip_token1] = ACTIONS(561), + [aux_sym_ciphers_token1] = ACTIONS(561), + [aux_sym_cipher_token1] = ACTIONS(563), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(561), + [aux_sym_compression_token1] = ACTIONS(561), + [aux_sym_connection_attempts_token1] = ACTIONS(561), + [aux_sym_connect_timeout_token1] = ACTIONS(561), + [aux_sym_control_master_token1] = ACTIONS(561), + [aux_sym_control_path_token1] = ACTIONS(561), + [aux_sym_control_persist_token1] = ACTIONS(561), + [aux_sym_dynamic_forward_token1] = ACTIONS(561), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(561), + [aux_sym_escape_char_token1] = ACTIONS(561), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(561), + [aux_sym_fingerprint_hash_token1] = ACTIONS(561), + [aux_sym_fork_after_authentication_token1] = ACTIONS(561), + [aux_sym_forward_agent_token1] = ACTIONS(561), + [aux_sym_forward_x11_token1] = ACTIONS(563), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(561), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(561), + [aux_sym_gateway_ports_token1] = ACTIONS(561), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(561), + [aux_sym_gssapi_authentication_token1] = ACTIONS(561), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(561), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(561), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(561), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(561), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(561), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(561), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(561), + [aux_sym_hash_known_hosts_token1] = ACTIONS(561), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(561), + [aux_sym_hostbased_authentication_token1] = ACTIONS(561), + [aux_sym_host_key_algorithms_token1] = ACTIONS(561), + [aux_sym_host_key_alias_token1] = ACTIONS(561), + [aux_sym_hostname_token1] = ACTIONS(561), + [aux_sym_identities_only_token1] = ACTIONS(561), + [aux_sym_identity_agent_token1] = ACTIONS(561), + [aux_sym_identity_file_token1] = ACTIONS(561), + [aux_sym_ignore_unknown_token1] = ACTIONS(561), + [aux_sym_include_token1] = ACTIONS(561), + [aux_sym_ip_qos_token1] = ACTIONS(561), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(561), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(561), + [aux_sym_kex_algorithms_token1] = ACTIONS(561), + [aux_sym_known_hosts_command_token1] = ACTIONS(561), + [aux_sym_local_command_token1] = ACTIONS(561), + [aux_sym_local_forward_token1] = ACTIONS(561), + [aux_sym_log_level_token1] = ACTIONS(561), + [aux_sym_log_verbose_token1] = ACTIONS(561), + [aux_sym_macs_token1] = ACTIONS(561), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(561), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(561), + [aux_sym_password_authentication_token1] = ACTIONS(561), + [aux_sym_permit_local_command_token1] = ACTIONS(561), + [aux_sym_permit_remote_open_token1] = ACTIONS(561), + [aux_sym_pkcs11_provider_token1] = ACTIONS(561), + [aux_sym_port_token1] = ACTIONS(561), + [aux_sym_preferred_authentications_token1] = ACTIONS(561), + [aux_sym_protocol_token1] = ACTIONS(561), + [aux_sym_proxy_command_token1] = ACTIONS(561), + [aux_sym_proxy_jump_token1] = ACTIONS(561), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(561), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(561), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(561), + [aux_sym_pubkey_authentication_token1] = ACTIONS(561), + [aux_sym_rekey_limit_token1] = ACTIONS(561), + [aux_sym_remote_command_token1] = ACTIONS(561), + [aux_sym_remote_forward_token1] = ACTIONS(561), + [aux_sym_request_tty_token1] = ACTIONS(561), + [aux_sym_required_rsa_size_token1] = ACTIONS(561), + [aux_sym_revoked_host_keys_token1] = ACTIONS(561), + [aux_sym_security_key_provider_token1] = ACTIONS(561), + [aux_sym_send_env_token1] = ACTIONS(561), + [aux_sym_server_alive_count_max_token1] = ACTIONS(561), + [aux_sym_server_alive_interval_token1] = ACTIONS(561), + [aux_sym_session_type_token1] = ACTIONS(561), + [aux_sym_set_env_token1] = ACTIONS(561), + [aux_sym_stdin_null_token1] = ACTIONS(561), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(561), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(561), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(561), + [aux_sym_syslog_facility_token1] = ACTIONS(561), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(561), + [aux_sym_keep_alive_token1] = ACTIONS(561), + [aux_sym_tunnel_token1] = ACTIONS(563), + [aux_sym_tunnel_device_token1] = ACTIONS(561), + [aux_sym_update_host_keys_token1] = ACTIONS(561), + [aux_sym_use_keychain_token1] = ACTIONS(561), + [aux_sym_use_roaming_token1] = ACTIONS(561), + [aux_sym_user_token1] = ACTIONS(563), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(561), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(561), + [aux_sym_visual_host_key_token1] = ACTIONS(561), + [aux_sym_xauth_location_token1] = ACTIONS(561), }, [5] = { - [ts_builtin_sym_end] = ACTIONS(562), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(564), - [anon_sym_DQUOTE] = ACTIONS(566), - [aux_sym_match_token1] = ACTIONS(562), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(562), - [aux_sym_address_family_token1] = ACTIONS(562), - [aux_sym_batch_mode_token1] = ACTIONS(562), - [aux_sym_bind_address_token1] = ACTIONS(562), - [aux_sym_bind_interface_token1] = ACTIONS(562), - [aux_sym_canonical_domains_token1] = ACTIONS(562), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(562), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(562), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(562), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(562), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(562), - [aux_sym_certificate_file_token1] = ACTIONS(562), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(562), - [aux_sym_check_host_ip_token1] = ACTIONS(562), - [aux_sym_ciphers_token1] = ACTIONS(562), - [aux_sym_cipher_token1] = ACTIONS(564), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(562), - [aux_sym_compression_token1] = ACTIONS(562), - [aux_sym_connection_attempts_token1] = ACTIONS(562), - [aux_sym_connect_timeout_token1] = ACTIONS(562), - [aux_sym_control_master_token1] = ACTIONS(562), - [aux_sym_control_path_token1] = ACTIONS(562), - [aux_sym_control_persist_token1] = ACTIONS(562), - [aux_sym_dynamic_forward_token1] = ACTIONS(562), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(562), - [aux_sym_escape_char_token1] = ACTIONS(562), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(562), - [aux_sym_fingerprint_hash_token1] = ACTIONS(562), - [aux_sym_fork_after_authentication_token1] = ACTIONS(562), - [aux_sym_forward_agent_token1] = ACTIONS(562), - [aux_sym_forward_x11_token1] = ACTIONS(564), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(562), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(562), - [aux_sym_gateway_ports_token1] = ACTIONS(562), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(562), - [aux_sym_gssapi_authentication_token1] = ACTIONS(562), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(562), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(562), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(562), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(562), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(562), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(562), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(562), - [aux_sym_hash_known_hosts_token1] = ACTIONS(562), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(562), - [aux_sym_hostbased_authentication_token1] = ACTIONS(562), - [aux_sym_host_key_algorithms_token1] = ACTIONS(562), - [aux_sym_host_key_alias_token1] = ACTIONS(562), - [aux_sym_hostname_token1] = ACTIONS(562), - [aux_sym_identities_only_token1] = ACTIONS(562), - [aux_sym_identity_agent_token1] = ACTIONS(562), - [aux_sym_identity_file_token1] = ACTIONS(562), - [aux_sym_ignore_unknown_token1] = ACTIONS(562), - [aux_sym_include_token1] = ACTIONS(562), - [aux_sym_ip_qos_token1] = ACTIONS(562), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(562), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(562), - [aux_sym_kex_algorithms_token1] = ACTIONS(562), - [aux_sym_known_hosts_command_token1] = ACTIONS(562), - [aux_sym_local_command_token1] = ACTIONS(562), - [aux_sym_local_forward_token1] = ACTIONS(562), - [aux_sym_log_level_token1] = ACTIONS(562), - [aux_sym_log_verbose_token1] = ACTIONS(562), - [aux_sym_macs_token1] = ACTIONS(562), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(562), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(562), - [aux_sym_password_authentication_token1] = ACTIONS(562), - [aux_sym_permit_local_command_token1] = ACTIONS(562), - [aux_sym_permit_remote_open_token1] = ACTIONS(562), - [aux_sym_pkcs11_provider_token1] = ACTIONS(562), - [aux_sym_port_token1] = ACTIONS(562), - [aux_sym_preferred_authentications_token1] = ACTIONS(562), - [aux_sym_protocol_token1] = ACTIONS(562), - [aux_sym_proxy_command_token1] = ACTIONS(562), - [aux_sym_proxy_jump_token1] = ACTIONS(562), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(562), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(562), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(562), - [aux_sym_pubkey_authentication_token1] = ACTIONS(562), - [aux_sym_rekey_limit_token1] = ACTIONS(562), - [aux_sym_remote_command_token1] = ACTIONS(562), - [aux_sym_remote_forward_token1] = ACTIONS(562), - [aux_sym_request_tty_token1] = ACTIONS(562), - [aux_sym_revoked_host_keys_token1] = ACTIONS(562), - [aux_sym_security_key_provider_token1] = ACTIONS(562), - [aux_sym_send_env_token1] = ACTIONS(562), - [aux_sym_server_alive_count_max_token1] = ACTIONS(562), - [aux_sym_server_alive_interval_token1] = ACTIONS(562), - [aux_sym_session_type_token1] = ACTIONS(562), - [aux_sym_set_env_token1] = ACTIONS(562), - [aux_sym_stdin_null_token1] = ACTIONS(562), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(562), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(562), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(562), - [aux_sym_syslog_facility_token1] = ACTIONS(562), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(562), - [aux_sym_keep_alive_token1] = ACTIONS(562), - [aux_sym_tunnel_token1] = ACTIONS(564), - [aux_sym_tunnel_device_token1] = ACTIONS(562), - [aux_sym_update_host_keys_token1] = ACTIONS(562), - [aux_sym_use_keychain_token1] = ACTIONS(562), - [aux_sym_use_roaming_token1] = ACTIONS(562), - [aux_sym_user_token1] = ACTIONS(564), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(562), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(562), - [aux_sym_visual_host_key_token1] = ACTIONS(562), - [aux_sym_xauth_location_token1] = ACTIONS(562), + [ts_builtin_sym_end] = ACTIONS(567), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(569), + [anon_sym_DQUOTE] = ACTIONS(571), + [aux_sym_match_token1] = ACTIONS(567), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(567), + [aux_sym_address_family_token1] = ACTIONS(567), + [aux_sym_batch_mode_token1] = ACTIONS(567), + [aux_sym_bind_address_token1] = ACTIONS(567), + [aux_sym_bind_interface_token1] = ACTIONS(567), + [aux_sym_canonical_domains_token1] = ACTIONS(567), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(567), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(567), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(567), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(567), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(567), + [aux_sym_certificate_file_token1] = ACTIONS(567), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(567), + [aux_sym_check_host_ip_token1] = ACTIONS(567), + [aux_sym_ciphers_token1] = ACTIONS(567), + [aux_sym_cipher_token1] = ACTIONS(569), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(567), + [aux_sym_compression_token1] = ACTIONS(567), + [aux_sym_connection_attempts_token1] = ACTIONS(567), + [aux_sym_connect_timeout_token1] = ACTIONS(567), + [aux_sym_control_master_token1] = ACTIONS(567), + [aux_sym_control_path_token1] = ACTIONS(567), + [aux_sym_control_persist_token1] = ACTIONS(567), + [aux_sym_dynamic_forward_token1] = ACTIONS(567), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(567), + [aux_sym_escape_char_token1] = ACTIONS(567), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(567), + [aux_sym_fingerprint_hash_token1] = ACTIONS(567), + [aux_sym_fork_after_authentication_token1] = ACTIONS(567), + [aux_sym_forward_agent_token1] = ACTIONS(567), + [aux_sym_forward_x11_token1] = ACTIONS(569), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(567), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(567), + [aux_sym_gateway_ports_token1] = ACTIONS(567), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(567), + [aux_sym_gssapi_authentication_token1] = ACTIONS(567), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(567), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(567), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(567), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(567), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(567), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(567), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(567), + [aux_sym_hash_known_hosts_token1] = ACTIONS(567), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(567), + [aux_sym_hostbased_authentication_token1] = ACTIONS(567), + [aux_sym_host_key_algorithms_token1] = ACTIONS(567), + [aux_sym_host_key_alias_token1] = ACTIONS(567), + [aux_sym_hostname_token1] = ACTIONS(567), + [aux_sym_identities_only_token1] = ACTIONS(567), + [aux_sym_identity_agent_token1] = ACTIONS(567), + [aux_sym_identity_file_token1] = ACTIONS(567), + [aux_sym_ignore_unknown_token1] = ACTIONS(567), + [aux_sym_include_token1] = ACTIONS(567), + [aux_sym_ip_qos_token1] = ACTIONS(567), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(567), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(567), + [aux_sym_kex_algorithms_token1] = ACTIONS(567), + [aux_sym_known_hosts_command_token1] = ACTIONS(567), + [aux_sym_local_command_token1] = ACTIONS(567), + [aux_sym_local_forward_token1] = ACTIONS(567), + [aux_sym_log_level_token1] = ACTIONS(567), + [aux_sym_log_verbose_token1] = ACTIONS(567), + [aux_sym_macs_token1] = ACTIONS(567), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(567), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(567), + [aux_sym_password_authentication_token1] = ACTIONS(567), + [aux_sym_permit_local_command_token1] = ACTIONS(567), + [aux_sym_permit_remote_open_token1] = ACTIONS(567), + [aux_sym_pkcs11_provider_token1] = ACTIONS(567), + [aux_sym_port_token1] = ACTIONS(567), + [aux_sym_preferred_authentications_token1] = ACTIONS(567), + [aux_sym_protocol_token1] = ACTIONS(567), + [aux_sym_proxy_command_token1] = ACTIONS(567), + [aux_sym_proxy_jump_token1] = ACTIONS(567), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(567), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(567), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(567), + [aux_sym_pubkey_authentication_token1] = ACTIONS(567), + [aux_sym_rekey_limit_token1] = ACTIONS(567), + [aux_sym_remote_command_token1] = ACTIONS(567), + [aux_sym_remote_forward_token1] = ACTIONS(567), + [aux_sym_request_tty_token1] = ACTIONS(567), + [aux_sym_required_rsa_size_token1] = ACTIONS(567), + [aux_sym_revoked_host_keys_token1] = ACTIONS(567), + [aux_sym_security_key_provider_token1] = ACTIONS(567), + [aux_sym_send_env_token1] = ACTIONS(567), + [aux_sym_server_alive_count_max_token1] = ACTIONS(567), + [aux_sym_server_alive_interval_token1] = ACTIONS(567), + [aux_sym_session_type_token1] = ACTIONS(567), + [aux_sym_set_env_token1] = ACTIONS(567), + [aux_sym_stdin_null_token1] = ACTIONS(567), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(567), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(567), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(567), + [aux_sym_syslog_facility_token1] = ACTIONS(567), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(567), + [aux_sym_keep_alive_token1] = ACTIONS(567), + [aux_sym_tunnel_token1] = ACTIONS(569), + [aux_sym_tunnel_device_token1] = ACTIONS(567), + [aux_sym_update_host_keys_token1] = ACTIONS(567), + [aux_sym_use_keychain_token1] = ACTIONS(567), + [aux_sym_use_roaming_token1] = ACTIONS(567), + [aux_sym_user_token1] = ACTIONS(569), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(567), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(567), + [aux_sym_visual_host_key_token1] = ACTIONS(567), + [aux_sym_xauth_location_token1] = ACTIONS(567), }, [6] = { - [ts_builtin_sym_end] = ACTIONS(568), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(570), - [anon_sym_DQUOTE] = ACTIONS(572), - [aux_sym_match_token1] = ACTIONS(568), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(568), - [aux_sym_address_family_token1] = ACTIONS(568), - [aux_sym_batch_mode_token1] = ACTIONS(568), - [aux_sym_bind_address_token1] = ACTIONS(568), - [aux_sym_bind_interface_token1] = ACTIONS(568), - [aux_sym_canonical_domains_token1] = ACTIONS(568), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(568), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(568), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(568), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(568), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(568), - [aux_sym_certificate_file_token1] = ACTIONS(568), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(568), - [aux_sym_check_host_ip_token1] = ACTIONS(568), - [aux_sym_ciphers_token1] = ACTIONS(568), - [aux_sym_cipher_token1] = ACTIONS(570), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(568), - [aux_sym_compression_token1] = ACTIONS(568), - [aux_sym_connection_attempts_token1] = ACTIONS(568), - [aux_sym_connect_timeout_token1] = ACTIONS(568), - [aux_sym_control_master_token1] = ACTIONS(568), - [aux_sym_control_path_token1] = ACTIONS(568), - [aux_sym_control_persist_token1] = ACTIONS(568), - [aux_sym_dynamic_forward_token1] = ACTIONS(568), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(568), - [aux_sym_escape_char_token1] = ACTIONS(568), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(568), - [aux_sym_fingerprint_hash_token1] = ACTIONS(568), - [aux_sym_fork_after_authentication_token1] = ACTIONS(568), - [aux_sym_forward_agent_token1] = ACTIONS(568), - [aux_sym_forward_x11_token1] = ACTIONS(570), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(568), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(568), - [aux_sym_gateway_ports_token1] = ACTIONS(568), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(568), - [aux_sym_gssapi_authentication_token1] = ACTIONS(568), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(568), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(568), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(568), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(568), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(568), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(568), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(568), - [aux_sym_hash_known_hosts_token1] = ACTIONS(568), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(568), - [aux_sym_hostbased_authentication_token1] = ACTIONS(568), - [aux_sym_host_key_algorithms_token1] = ACTIONS(568), - [aux_sym_host_key_alias_token1] = ACTIONS(568), - [aux_sym_hostname_token1] = ACTIONS(568), - [aux_sym_identities_only_token1] = ACTIONS(568), - [aux_sym_identity_agent_token1] = ACTIONS(568), - [aux_sym_identity_file_token1] = ACTIONS(568), - [aux_sym_ignore_unknown_token1] = ACTIONS(568), - [aux_sym_include_token1] = ACTIONS(568), - [aux_sym_ip_qos_token1] = ACTIONS(568), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(568), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(568), - [aux_sym_kex_algorithms_token1] = ACTIONS(568), - [aux_sym_known_hosts_command_token1] = ACTIONS(568), - [aux_sym_local_command_token1] = ACTIONS(568), - [aux_sym_local_forward_token1] = ACTIONS(568), - [aux_sym_log_level_token1] = ACTIONS(568), - [aux_sym_log_verbose_token1] = ACTIONS(568), - [aux_sym_macs_token1] = ACTIONS(568), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(568), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(568), - [aux_sym_password_authentication_token1] = ACTIONS(568), - [aux_sym_permit_local_command_token1] = ACTIONS(568), - [aux_sym_permit_remote_open_token1] = ACTIONS(568), - [aux_sym_pkcs11_provider_token1] = ACTIONS(568), - [aux_sym_port_token1] = ACTIONS(568), - [aux_sym_preferred_authentications_token1] = ACTIONS(568), - [aux_sym_protocol_token1] = ACTIONS(568), - [aux_sym_proxy_command_token1] = ACTIONS(568), - [aux_sym_proxy_jump_token1] = ACTIONS(568), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(568), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(568), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(568), - [aux_sym_pubkey_authentication_token1] = ACTIONS(568), - [aux_sym_rekey_limit_token1] = ACTIONS(568), - [aux_sym_remote_command_token1] = ACTIONS(568), - [aux_sym_remote_forward_token1] = ACTIONS(568), - [aux_sym_request_tty_token1] = ACTIONS(568), - [aux_sym_revoked_host_keys_token1] = ACTIONS(568), - [aux_sym_security_key_provider_token1] = ACTIONS(568), - [aux_sym_send_env_token1] = ACTIONS(568), - [aux_sym_server_alive_count_max_token1] = ACTIONS(568), - [aux_sym_server_alive_interval_token1] = ACTIONS(568), - [aux_sym_session_type_token1] = ACTIONS(568), - [aux_sym_set_env_token1] = ACTIONS(568), - [aux_sym_stdin_null_token1] = ACTIONS(568), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(568), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(568), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(568), - [aux_sym_syslog_facility_token1] = ACTIONS(568), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(568), - [aux_sym_keep_alive_token1] = ACTIONS(568), - [aux_sym_tunnel_token1] = ACTIONS(570), - [aux_sym_tunnel_device_token1] = ACTIONS(568), - [aux_sym_update_host_keys_token1] = ACTIONS(568), - [aux_sym_use_keychain_token1] = ACTIONS(568), - [aux_sym_use_roaming_token1] = ACTIONS(568), - [aux_sym_user_token1] = ACTIONS(570), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(568), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(568), - [aux_sym_visual_host_key_token1] = ACTIONS(568), - [aux_sym_xauth_location_token1] = ACTIONS(568), + [ts_builtin_sym_end] = ACTIONS(573), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(575), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_match_token1] = ACTIONS(573), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(573), + [aux_sym_address_family_token1] = ACTIONS(573), + [aux_sym_batch_mode_token1] = ACTIONS(573), + [aux_sym_bind_address_token1] = ACTIONS(573), + [aux_sym_bind_interface_token1] = ACTIONS(573), + [aux_sym_canonical_domains_token1] = ACTIONS(573), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(573), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(573), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(573), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(573), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(573), + [aux_sym_certificate_file_token1] = ACTIONS(573), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(573), + [aux_sym_check_host_ip_token1] = ACTIONS(573), + [aux_sym_ciphers_token1] = ACTIONS(573), + [aux_sym_cipher_token1] = ACTIONS(575), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(573), + [aux_sym_compression_token1] = ACTIONS(573), + [aux_sym_connection_attempts_token1] = ACTIONS(573), + [aux_sym_connect_timeout_token1] = ACTIONS(573), + [aux_sym_control_master_token1] = ACTIONS(573), + [aux_sym_control_path_token1] = ACTIONS(573), + [aux_sym_control_persist_token1] = ACTIONS(573), + [aux_sym_dynamic_forward_token1] = ACTIONS(573), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(573), + [aux_sym_escape_char_token1] = ACTIONS(573), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(573), + [aux_sym_fingerprint_hash_token1] = ACTIONS(573), + [aux_sym_fork_after_authentication_token1] = ACTIONS(573), + [aux_sym_forward_agent_token1] = ACTIONS(573), + [aux_sym_forward_x11_token1] = ACTIONS(575), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(573), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(573), + [aux_sym_gateway_ports_token1] = ACTIONS(573), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(573), + [aux_sym_gssapi_authentication_token1] = ACTIONS(573), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(573), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(573), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(573), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(573), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(573), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(573), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(573), + [aux_sym_hash_known_hosts_token1] = ACTIONS(573), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(573), + [aux_sym_hostbased_authentication_token1] = ACTIONS(573), + [aux_sym_host_key_algorithms_token1] = ACTIONS(573), + [aux_sym_host_key_alias_token1] = ACTIONS(573), + [aux_sym_hostname_token1] = ACTIONS(573), + [aux_sym_identities_only_token1] = ACTIONS(573), + [aux_sym_identity_agent_token1] = ACTIONS(573), + [aux_sym_identity_file_token1] = ACTIONS(573), + [aux_sym_ignore_unknown_token1] = ACTIONS(573), + [aux_sym_include_token1] = ACTIONS(573), + [aux_sym_ip_qos_token1] = ACTIONS(573), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(573), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(573), + [aux_sym_kex_algorithms_token1] = ACTIONS(573), + [aux_sym_known_hosts_command_token1] = ACTIONS(573), + [aux_sym_local_command_token1] = ACTIONS(573), + [aux_sym_local_forward_token1] = ACTIONS(573), + [aux_sym_log_level_token1] = ACTIONS(573), + [aux_sym_log_verbose_token1] = ACTIONS(573), + [aux_sym_macs_token1] = ACTIONS(573), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(573), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(573), + [aux_sym_password_authentication_token1] = ACTIONS(573), + [aux_sym_permit_local_command_token1] = ACTIONS(573), + [aux_sym_permit_remote_open_token1] = ACTIONS(573), + [aux_sym_pkcs11_provider_token1] = ACTIONS(573), + [aux_sym_port_token1] = ACTIONS(573), + [aux_sym_preferred_authentications_token1] = ACTIONS(573), + [aux_sym_protocol_token1] = ACTIONS(573), + [aux_sym_proxy_command_token1] = ACTIONS(573), + [aux_sym_proxy_jump_token1] = ACTIONS(573), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(573), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(573), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(573), + [aux_sym_pubkey_authentication_token1] = ACTIONS(573), + [aux_sym_rekey_limit_token1] = ACTIONS(573), + [aux_sym_remote_command_token1] = ACTIONS(573), + [aux_sym_remote_forward_token1] = ACTIONS(573), + [aux_sym_request_tty_token1] = ACTIONS(573), + [aux_sym_required_rsa_size_token1] = ACTIONS(573), + [aux_sym_revoked_host_keys_token1] = ACTIONS(573), + [aux_sym_security_key_provider_token1] = ACTIONS(573), + [aux_sym_send_env_token1] = ACTIONS(573), + [aux_sym_server_alive_count_max_token1] = ACTIONS(573), + [aux_sym_server_alive_interval_token1] = ACTIONS(573), + [aux_sym_session_type_token1] = ACTIONS(573), + [aux_sym_set_env_token1] = ACTIONS(573), + [aux_sym_stdin_null_token1] = ACTIONS(573), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(573), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(573), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(573), + [aux_sym_syslog_facility_token1] = ACTIONS(573), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(573), + [aux_sym_keep_alive_token1] = ACTIONS(573), + [aux_sym_tunnel_token1] = ACTIONS(575), + [aux_sym_tunnel_device_token1] = ACTIONS(573), + [aux_sym_update_host_keys_token1] = ACTIONS(573), + [aux_sym_use_keychain_token1] = ACTIONS(573), + [aux_sym_use_roaming_token1] = ACTIONS(573), + [aux_sym_user_token1] = ACTIONS(575), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(573), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(573), + [aux_sym_visual_host_key_token1] = ACTIONS(573), + [aux_sym_xauth_location_token1] = ACTIONS(573), }, [7] = { - [ts_builtin_sym_end] = ACTIONS(574), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(576), - [anon_sym_DQUOTE] = ACTIONS(578), - [aux_sym_match_token1] = ACTIONS(574), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(574), - [aux_sym_address_family_token1] = ACTIONS(574), - [aux_sym_batch_mode_token1] = ACTIONS(574), - [aux_sym_bind_address_token1] = ACTIONS(574), - [aux_sym_bind_interface_token1] = ACTIONS(574), - [aux_sym_canonical_domains_token1] = ACTIONS(574), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(574), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(574), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(574), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(574), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(574), - [aux_sym_certificate_file_token1] = ACTIONS(574), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(574), - [aux_sym_check_host_ip_token1] = ACTIONS(574), - [aux_sym_ciphers_token1] = ACTIONS(574), - [aux_sym_cipher_token1] = ACTIONS(576), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(574), - [aux_sym_compression_token1] = ACTIONS(574), - [aux_sym_connection_attempts_token1] = ACTIONS(574), - [aux_sym_connect_timeout_token1] = ACTIONS(574), - [aux_sym_control_master_token1] = ACTIONS(574), - [aux_sym_control_path_token1] = ACTIONS(574), - [aux_sym_control_persist_token1] = ACTIONS(574), - [aux_sym_dynamic_forward_token1] = ACTIONS(574), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(574), - [aux_sym_escape_char_token1] = ACTIONS(574), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(574), - [aux_sym_fingerprint_hash_token1] = ACTIONS(574), - [aux_sym_fork_after_authentication_token1] = ACTIONS(574), - [aux_sym_forward_agent_token1] = ACTIONS(574), - [aux_sym_forward_x11_token1] = ACTIONS(576), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(574), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(574), - [aux_sym_gateway_ports_token1] = ACTIONS(574), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(574), - [aux_sym_gssapi_authentication_token1] = ACTIONS(574), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(574), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(574), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(574), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(574), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(574), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(574), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(574), - [aux_sym_hash_known_hosts_token1] = ACTIONS(574), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(574), - [aux_sym_hostbased_authentication_token1] = ACTIONS(574), - [aux_sym_host_key_algorithms_token1] = ACTIONS(574), - [aux_sym_host_key_alias_token1] = ACTIONS(574), - [aux_sym_hostname_token1] = ACTIONS(574), - [aux_sym_identities_only_token1] = ACTIONS(574), - [aux_sym_identity_agent_token1] = ACTIONS(574), - [aux_sym_identity_file_token1] = ACTIONS(574), - [aux_sym_ignore_unknown_token1] = ACTIONS(574), - [aux_sym_include_token1] = ACTIONS(574), - [aux_sym_ip_qos_token1] = ACTIONS(574), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(574), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(574), - [aux_sym_kex_algorithms_token1] = ACTIONS(574), - [aux_sym_known_hosts_command_token1] = ACTIONS(574), - [aux_sym_local_command_token1] = ACTIONS(574), - [aux_sym_local_forward_token1] = ACTIONS(574), - [aux_sym_log_level_token1] = ACTIONS(574), - [aux_sym_log_verbose_token1] = ACTIONS(574), - [aux_sym_macs_token1] = ACTIONS(574), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(574), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(574), - [aux_sym_password_authentication_token1] = ACTIONS(574), - [aux_sym_permit_local_command_token1] = ACTIONS(574), - [aux_sym_permit_remote_open_token1] = ACTIONS(574), - [aux_sym_pkcs11_provider_token1] = ACTIONS(574), - [aux_sym_port_token1] = ACTIONS(574), - [aux_sym_preferred_authentications_token1] = ACTIONS(574), - [aux_sym_protocol_token1] = ACTIONS(574), - [aux_sym_proxy_command_token1] = ACTIONS(574), - [aux_sym_proxy_jump_token1] = ACTIONS(574), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(574), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(574), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(574), - [aux_sym_pubkey_authentication_token1] = ACTIONS(574), - [aux_sym_rekey_limit_token1] = ACTIONS(574), - [aux_sym_remote_command_token1] = ACTIONS(574), - [aux_sym_remote_forward_token1] = ACTIONS(574), - [aux_sym_request_tty_token1] = ACTIONS(574), - [aux_sym_revoked_host_keys_token1] = ACTIONS(574), - [aux_sym_security_key_provider_token1] = ACTIONS(574), - [aux_sym_send_env_token1] = ACTIONS(574), - [aux_sym_server_alive_count_max_token1] = ACTIONS(574), - [aux_sym_server_alive_interval_token1] = ACTIONS(574), - [aux_sym_session_type_token1] = ACTIONS(574), - [aux_sym_set_env_token1] = ACTIONS(574), - [aux_sym_stdin_null_token1] = ACTIONS(574), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(574), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(574), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(574), - [aux_sym_syslog_facility_token1] = ACTIONS(574), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(574), - [aux_sym_keep_alive_token1] = ACTIONS(574), - [aux_sym_tunnel_token1] = ACTIONS(576), - [aux_sym_tunnel_device_token1] = ACTIONS(574), - [aux_sym_update_host_keys_token1] = ACTIONS(574), - [aux_sym_use_keychain_token1] = ACTIONS(574), - [aux_sym_use_roaming_token1] = ACTIONS(574), - [aux_sym_user_token1] = ACTIONS(576), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(574), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(574), - [aux_sym_visual_host_key_token1] = ACTIONS(574), - [aux_sym_xauth_location_token1] = ACTIONS(574), + [ts_builtin_sym_end] = ACTIONS(579), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(581), + [anon_sym_DQUOTE] = ACTIONS(583), + [aux_sym_match_token1] = ACTIONS(579), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(579), + [aux_sym_address_family_token1] = ACTIONS(579), + [aux_sym_batch_mode_token1] = ACTIONS(579), + [aux_sym_bind_address_token1] = ACTIONS(579), + [aux_sym_bind_interface_token1] = ACTIONS(579), + [aux_sym_canonical_domains_token1] = ACTIONS(579), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(579), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(579), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(579), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(579), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(579), + [aux_sym_certificate_file_token1] = ACTIONS(579), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(579), + [aux_sym_check_host_ip_token1] = ACTIONS(579), + [aux_sym_ciphers_token1] = ACTIONS(579), + [aux_sym_cipher_token1] = ACTIONS(581), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(579), + [aux_sym_compression_token1] = ACTIONS(579), + [aux_sym_connection_attempts_token1] = ACTIONS(579), + [aux_sym_connect_timeout_token1] = ACTIONS(579), + [aux_sym_control_master_token1] = ACTIONS(579), + [aux_sym_control_path_token1] = ACTIONS(579), + [aux_sym_control_persist_token1] = ACTIONS(579), + [aux_sym_dynamic_forward_token1] = ACTIONS(579), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(579), + [aux_sym_escape_char_token1] = ACTIONS(579), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(579), + [aux_sym_fingerprint_hash_token1] = ACTIONS(579), + [aux_sym_fork_after_authentication_token1] = ACTIONS(579), + [aux_sym_forward_agent_token1] = ACTIONS(579), + [aux_sym_forward_x11_token1] = ACTIONS(581), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(579), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(579), + [aux_sym_gateway_ports_token1] = ACTIONS(579), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(579), + [aux_sym_gssapi_authentication_token1] = ACTIONS(579), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(579), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(579), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(579), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(579), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(579), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(579), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(579), + [aux_sym_hash_known_hosts_token1] = ACTIONS(579), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(579), + [aux_sym_hostbased_authentication_token1] = ACTIONS(579), + [aux_sym_host_key_algorithms_token1] = ACTIONS(579), + [aux_sym_host_key_alias_token1] = ACTIONS(579), + [aux_sym_hostname_token1] = ACTIONS(579), + [aux_sym_identities_only_token1] = ACTIONS(579), + [aux_sym_identity_agent_token1] = ACTIONS(579), + [aux_sym_identity_file_token1] = ACTIONS(579), + [aux_sym_ignore_unknown_token1] = ACTIONS(579), + [aux_sym_include_token1] = ACTIONS(579), + [aux_sym_ip_qos_token1] = ACTIONS(579), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(579), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(579), + [aux_sym_kex_algorithms_token1] = ACTIONS(579), + [aux_sym_known_hosts_command_token1] = ACTIONS(579), + [aux_sym_local_command_token1] = ACTIONS(579), + [aux_sym_local_forward_token1] = ACTIONS(579), + [aux_sym_log_level_token1] = ACTIONS(579), + [aux_sym_log_verbose_token1] = ACTIONS(579), + [aux_sym_macs_token1] = ACTIONS(579), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(579), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(579), + [aux_sym_password_authentication_token1] = ACTIONS(579), + [aux_sym_permit_local_command_token1] = ACTIONS(579), + [aux_sym_permit_remote_open_token1] = ACTIONS(579), + [aux_sym_pkcs11_provider_token1] = ACTIONS(579), + [aux_sym_port_token1] = ACTIONS(579), + [aux_sym_preferred_authentications_token1] = ACTIONS(579), + [aux_sym_protocol_token1] = ACTIONS(579), + [aux_sym_proxy_command_token1] = ACTIONS(579), + [aux_sym_proxy_jump_token1] = ACTIONS(579), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(579), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(579), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(579), + [aux_sym_pubkey_authentication_token1] = ACTIONS(579), + [aux_sym_rekey_limit_token1] = ACTIONS(579), + [aux_sym_remote_command_token1] = ACTIONS(579), + [aux_sym_remote_forward_token1] = ACTIONS(579), + [aux_sym_request_tty_token1] = ACTIONS(579), + [aux_sym_required_rsa_size_token1] = ACTIONS(579), + [aux_sym_revoked_host_keys_token1] = ACTIONS(579), + [aux_sym_security_key_provider_token1] = ACTIONS(579), + [aux_sym_send_env_token1] = ACTIONS(579), + [aux_sym_server_alive_count_max_token1] = ACTIONS(579), + [aux_sym_server_alive_interval_token1] = ACTIONS(579), + [aux_sym_session_type_token1] = ACTIONS(579), + [aux_sym_set_env_token1] = ACTIONS(579), + [aux_sym_stdin_null_token1] = ACTIONS(579), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(579), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(579), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(579), + [aux_sym_syslog_facility_token1] = ACTIONS(579), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(579), + [aux_sym_keep_alive_token1] = ACTIONS(579), + [aux_sym_tunnel_token1] = ACTIONS(581), + [aux_sym_tunnel_device_token1] = ACTIONS(579), + [aux_sym_update_host_keys_token1] = ACTIONS(579), + [aux_sym_use_keychain_token1] = ACTIONS(579), + [aux_sym_use_roaming_token1] = ACTIONS(579), + [aux_sym_user_token1] = ACTIONS(581), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(579), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(579), + [aux_sym_visual_host_key_token1] = ACTIONS(579), + [aux_sym_xauth_location_token1] = ACTIONS(579), }, [8] = { - [ts_builtin_sym_end] = ACTIONS(580), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(584), - [aux_sym_match_token1] = ACTIONS(580), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(580), - [aux_sym_address_family_token1] = ACTIONS(580), - [aux_sym_batch_mode_token1] = ACTIONS(580), - [aux_sym_bind_address_token1] = ACTIONS(580), - [aux_sym_bind_interface_token1] = ACTIONS(580), - [aux_sym_canonical_domains_token1] = ACTIONS(580), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(580), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(580), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(580), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(580), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(580), - [aux_sym_certificate_file_token1] = ACTIONS(580), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(580), - [aux_sym_check_host_ip_token1] = ACTIONS(580), - [aux_sym_ciphers_token1] = ACTIONS(580), - [aux_sym_cipher_token1] = ACTIONS(582), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(580), - [aux_sym_compression_token1] = ACTIONS(580), - [aux_sym_connection_attempts_token1] = ACTIONS(580), - [aux_sym_connect_timeout_token1] = ACTIONS(580), - [aux_sym_control_master_token1] = ACTIONS(580), - [aux_sym_control_path_token1] = ACTIONS(580), - [aux_sym_control_persist_token1] = ACTIONS(580), - [aux_sym_dynamic_forward_token1] = ACTIONS(580), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(580), - [aux_sym_escape_char_token1] = ACTIONS(580), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(580), - [aux_sym_fingerprint_hash_token1] = ACTIONS(580), - [aux_sym_fork_after_authentication_token1] = ACTIONS(580), - [aux_sym_forward_agent_token1] = ACTIONS(580), - [aux_sym_forward_x11_token1] = ACTIONS(582), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(580), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(580), - [aux_sym_gateway_ports_token1] = ACTIONS(580), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(580), - [aux_sym_gssapi_authentication_token1] = ACTIONS(580), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(580), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(580), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(580), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(580), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(580), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(580), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(580), - [aux_sym_hash_known_hosts_token1] = ACTIONS(580), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(580), - [aux_sym_hostbased_authentication_token1] = ACTIONS(580), - [aux_sym_host_key_algorithms_token1] = ACTIONS(580), - [aux_sym_host_key_alias_token1] = ACTIONS(580), - [aux_sym_hostname_token1] = ACTIONS(580), - [aux_sym_identities_only_token1] = ACTIONS(580), - [aux_sym_identity_agent_token1] = ACTIONS(580), - [aux_sym_identity_file_token1] = ACTIONS(580), - [aux_sym_ignore_unknown_token1] = ACTIONS(580), - [aux_sym_include_token1] = ACTIONS(580), - [aux_sym_ip_qos_token1] = ACTIONS(580), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(580), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(580), - [aux_sym_kex_algorithms_token1] = ACTIONS(580), - [aux_sym_known_hosts_command_token1] = ACTIONS(580), - [aux_sym_local_command_token1] = ACTIONS(580), - [aux_sym_local_forward_token1] = ACTIONS(580), - [aux_sym_log_level_token1] = ACTIONS(580), - [aux_sym_log_verbose_token1] = ACTIONS(580), - [aux_sym_macs_token1] = ACTIONS(580), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(580), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(580), - [aux_sym_password_authentication_token1] = ACTIONS(580), - [aux_sym_permit_local_command_token1] = ACTIONS(580), - [aux_sym_permit_remote_open_token1] = ACTIONS(580), - [aux_sym_pkcs11_provider_token1] = ACTIONS(580), - [aux_sym_port_token1] = ACTIONS(580), - [aux_sym_preferred_authentications_token1] = ACTIONS(580), - [aux_sym_protocol_token1] = ACTIONS(580), - [aux_sym_proxy_command_token1] = ACTIONS(580), - [aux_sym_proxy_jump_token1] = ACTIONS(580), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(580), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(580), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(580), - [aux_sym_pubkey_authentication_token1] = ACTIONS(580), - [aux_sym_rekey_limit_token1] = ACTIONS(580), - [aux_sym_remote_command_token1] = ACTIONS(580), - [aux_sym_remote_forward_token1] = ACTIONS(580), - [aux_sym_request_tty_token1] = ACTIONS(580), - [aux_sym_revoked_host_keys_token1] = ACTIONS(580), - [aux_sym_security_key_provider_token1] = ACTIONS(580), - [aux_sym_send_env_token1] = ACTIONS(580), - [aux_sym_server_alive_count_max_token1] = ACTIONS(580), - [aux_sym_server_alive_interval_token1] = ACTIONS(580), - [aux_sym_session_type_token1] = ACTIONS(580), - [aux_sym_set_env_token1] = ACTIONS(580), - [aux_sym_stdin_null_token1] = ACTIONS(580), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(580), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(580), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(580), - [aux_sym_syslog_facility_token1] = ACTIONS(580), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(580), - [aux_sym_keep_alive_token1] = ACTIONS(580), - [aux_sym_tunnel_token1] = ACTIONS(582), - [aux_sym_tunnel_device_token1] = ACTIONS(580), - [aux_sym_update_host_keys_token1] = ACTIONS(580), - [aux_sym_use_keychain_token1] = ACTIONS(580), - [aux_sym_use_roaming_token1] = ACTIONS(580), - [aux_sym_user_token1] = ACTIONS(582), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(580), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(580), - [aux_sym_visual_host_key_token1] = ACTIONS(580), - [aux_sym_xauth_location_token1] = ACTIONS(580), + [ts_builtin_sym_end] = ACTIONS(585), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(587), + [anon_sym_DQUOTE] = ACTIONS(589), + [aux_sym_match_token1] = ACTIONS(585), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(585), + [aux_sym_address_family_token1] = ACTIONS(585), + [aux_sym_batch_mode_token1] = ACTIONS(585), + [aux_sym_bind_address_token1] = ACTIONS(585), + [aux_sym_bind_interface_token1] = ACTIONS(585), + [aux_sym_canonical_domains_token1] = ACTIONS(585), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(585), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(585), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(585), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(585), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(585), + [aux_sym_certificate_file_token1] = ACTIONS(585), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(585), + [aux_sym_check_host_ip_token1] = ACTIONS(585), + [aux_sym_ciphers_token1] = ACTIONS(585), + [aux_sym_cipher_token1] = ACTIONS(587), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(585), + [aux_sym_compression_token1] = ACTIONS(585), + [aux_sym_connection_attempts_token1] = ACTIONS(585), + [aux_sym_connect_timeout_token1] = ACTIONS(585), + [aux_sym_control_master_token1] = ACTIONS(585), + [aux_sym_control_path_token1] = ACTIONS(585), + [aux_sym_control_persist_token1] = ACTIONS(585), + [aux_sym_dynamic_forward_token1] = ACTIONS(585), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(585), + [aux_sym_escape_char_token1] = ACTIONS(585), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(585), + [aux_sym_fingerprint_hash_token1] = ACTIONS(585), + [aux_sym_fork_after_authentication_token1] = ACTIONS(585), + [aux_sym_forward_agent_token1] = ACTIONS(585), + [aux_sym_forward_x11_token1] = ACTIONS(587), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(585), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(585), + [aux_sym_gateway_ports_token1] = ACTIONS(585), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(585), + [aux_sym_gssapi_authentication_token1] = ACTIONS(585), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(585), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(585), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(585), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(585), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(585), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(585), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(585), + [aux_sym_hash_known_hosts_token1] = ACTIONS(585), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(585), + [aux_sym_hostbased_authentication_token1] = ACTIONS(585), + [aux_sym_host_key_algorithms_token1] = ACTIONS(585), + [aux_sym_host_key_alias_token1] = ACTIONS(585), + [aux_sym_hostname_token1] = ACTIONS(585), + [aux_sym_identities_only_token1] = ACTIONS(585), + [aux_sym_identity_agent_token1] = ACTIONS(585), + [aux_sym_identity_file_token1] = ACTIONS(585), + [aux_sym_ignore_unknown_token1] = ACTIONS(585), + [aux_sym_include_token1] = ACTIONS(585), + [aux_sym_ip_qos_token1] = ACTIONS(585), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(585), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(585), + [aux_sym_kex_algorithms_token1] = ACTIONS(585), + [aux_sym_known_hosts_command_token1] = ACTIONS(585), + [aux_sym_local_command_token1] = ACTIONS(585), + [aux_sym_local_forward_token1] = ACTIONS(585), + [aux_sym_log_level_token1] = ACTIONS(585), + [aux_sym_log_verbose_token1] = ACTIONS(585), + [aux_sym_macs_token1] = ACTIONS(585), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(585), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(585), + [aux_sym_password_authentication_token1] = ACTIONS(585), + [aux_sym_permit_local_command_token1] = ACTIONS(585), + [aux_sym_permit_remote_open_token1] = ACTIONS(585), + [aux_sym_pkcs11_provider_token1] = ACTIONS(585), + [aux_sym_port_token1] = ACTIONS(585), + [aux_sym_preferred_authentications_token1] = ACTIONS(585), + [aux_sym_protocol_token1] = ACTIONS(585), + [aux_sym_proxy_command_token1] = ACTIONS(585), + [aux_sym_proxy_jump_token1] = ACTIONS(585), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(585), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(585), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(585), + [aux_sym_pubkey_authentication_token1] = ACTIONS(585), + [aux_sym_rekey_limit_token1] = ACTIONS(585), + [aux_sym_remote_command_token1] = ACTIONS(585), + [aux_sym_remote_forward_token1] = ACTIONS(585), + [aux_sym_request_tty_token1] = ACTIONS(585), + [aux_sym_required_rsa_size_token1] = ACTIONS(585), + [aux_sym_revoked_host_keys_token1] = ACTIONS(585), + [aux_sym_security_key_provider_token1] = ACTIONS(585), + [aux_sym_send_env_token1] = ACTIONS(585), + [aux_sym_server_alive_count_max_token1] = ACTIONS(585), + [aux_sym_server_alive_interval_token1] = ACTIONS(585), + [aux_sym_session_type_token1] = ACTIONS(585), + [aux_sym_set_env_token1] = ACTIONS(585), + [aux_sym_stdin_null_token1] = ACTIONS(585), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(585), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(585), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(585), + [aux_sym_syslog_facility_token1] = ACTIONS(585), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(585), + [aux_sym_keep_alive_token1] = ACTIONS(585), + [aux_sym_tunnel_token1] = ACTIONS(587), + [aux_sym_tunnel_device_token1] = ACTIONS(585), + [aux_sym_update_host_keys_token1] = ACTIONS(585), + [aux_sym_use_keychain_token1] = ACTIONS(585), + [aux_sym_use_roaming_token1] = ACTIONS(585), + [aux_sym_user_token1] = ACTIONS(587), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(585), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(585), + [aux_sym_visual_host_key_token1] = ACTIONS(585), + [aux_sym_xauth_location_token1] = ACTIONS(585), }, [9] = { - [ts_builtin_sym_end] = ACTIONS(586), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(588), - [anon_sym_DQUOTE] = ACTIONS(590), - [aux_sym_match_token1] = ACTIONS(586), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(586), - [aux_sym_address_family_token1] = ACTIONS(586), - [aux_sym_batch_mode_token1] = ACTIONS(586), - [aux_sym_bind_address_token1] = ACTIONS(586), - [aux_sym_bind_interface_token1] = ACTIONS(586), - [aux_sym_canonical_domains_token1] = ACTIONS(586), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(586), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(586), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(586), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(586), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(586), - [aux_sym_certificate_file_token1] = ACTIONS(586), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(586), - [aux_sym_check_host_ip_token1] = ACTIONS(586), - [aux_sym_ciphers_token1] = ACTIONS(586), - [aux_sym_cipher_token1] = ACTIONS(588), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(586), - [aux_sym_compression_token1] = ACTIONS(586), - [aux_sym_connection_attempts_token1] = ACTIONS(586), - [aux_sym_connect_timeout_token1] = ACTIONS(586), - [aux_sym_control_master_token1] = ACTIONS(586), - [aux_sym_control_path_token1] = ACTIONS(586), - [aux_sym_control_persist_token1] = ACTIONS(586), - [aux_sym_dynamic_forward_token1] = ACTIONS(586), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(586), - [aux_sym_escape_char_token1] = ACTIONS(586), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(586), - [aux_sym_fingerprint_hash_token1] = ACTIONS(586), - [aux_sym_fork_after_authentication_token1] = ACTIONS(586), - [aux_sym_forward_agent_token1] = ACTIONS(586), - [aux_sym_forward_x11_token1] = ACTIONS(588), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(586), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(586), - [aux_sym_gateway_ports_token1] = ACTIONS(586), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(586), - [aux_sym_gssapi_authentication_token1] = ACTIONS(586), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(586), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(586), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(586), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(586), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(586), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(586), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(586), - [aux_sym_hash_known_hosts_token1] = ACTIONS(586), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(586), - [aux_sym_hostbased_authentication_token1] = ACTIONS(586), - [aux_sym_host_key_algorithms_token1] = ACTIONS(586), - [aux_sym_host_key_alias_token1] = ACTIONS(586), - [aux_sym_hostname_token1] = ACTIONS(586), - [aux_sym_identities_only_token1] = ACTIONS(586), - [aux_sym_identity_agent_token1] = ACTIONS(586), - [aux_sym_identity_file_token1] = ACTIONS(586), - [aux_sym_ignore_unknown_token1] = ACTIONS(586), - [aux_sym_include_token1] = ACTIONS(586), - [aux_sym_ip_qos_token1] = ACTIONS(586), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(586), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(586), - [aux_sym_kex_algorithms_token1] = ACTIONS(586), - [aux_sym_known_hosts_command_token1] = ACTIONS(586), - [aux_sym_local_command_token1] = ACTIONS(586), - [aux_sym_local_forward_token1] = ACTIONS(586), - [aux_sym_log_level_token1] = ACTIONS(586), - [aux_sym_log_verbose_token1] = ACTIONS(586), - [aux_sym_macs_token1] = ACTIONS(586), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(586), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(586), - [aux_sym_password_authentication_token1] = ACTIONS(586), - [aux_sym_permit_local_command_token1] = ACTIONS(586), - [aux_sym_permit_remote_open_token1] = ACTIONS(586), - [aux_sym_pkcs11_provider_token1] = ACTIONS(586), - [aux_sym_port_token1] = ACTIONS(586), - [aux_sym_preferred_authentications_token1] = ACTIONS(586), - [aux_sym_protocol_token1] = ACTIONS(586), - [aux_sym_proxy_command_token1] = ACTIONS(586), - [aux_sym_proxy_jump_token1] = ACTIONS(586), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(586), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(586), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(586), - [aux_sym_pubkey_authentication_token1] = ACTIONS(586), - [aux_sym_rekey_limit_token1] = ACTIONS(586), - [aux_sym_remote_command_token1] = ACTIONS(586), - [aux_sym_remote_forward_token1] = ACTIONS(586), - [aux_sym_request_tty_token1] = ACTIONS(586), - [aux_sym_revoked_host_keys_token1] = ACTIONS(586), - [aux_sym_security_key_provider_token1] = ACTIONS(586), - [aux_sym_send_env_token1] = ACTIONS(586), - [aux_sym_server_alive_count_max_token1] = ACTIONS(586), - [aux_sym_server_alive_interval_token1] = ACTIONS(586), - [aux_sym_session_type_token1] = ACTIONS(586), - [aux_sym_set_env_token1] = ACTIONS(586), - [aux_sym_stdin_null_token1] = ACTIONS(586), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(586), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(586), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(586), - [aux_sym_syslog_facility_token1] = ACTIONS(586), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(586), - [aux_sym_keep_alive_token1] = ACTIONS(586), - [aux_sym_tunnel_token1] = ACTIONS(588), - [aux_sym_tunnel_device_token1] = ACTIONS(586), - [aux_sym_update_host_keys_token1] = ACTIONS(586), - [aux_sym_use_keychain_token1] = ACTIONS(586), - [aux_sym_use_roaming_token1] = ACTIONS(586), - [aux_sym_user_token1] = ACTIONS(588), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(586), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(586), - [aux_sym_visual_host_key_token1] = ACTIONS(586), - [aux_sym_xauth_location_token1] = ACTIONS(586), + [ts_builtin_sym_end] = ACTIONS(591), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(593), + [anon_sym_DQUOTE] = ACTIONS(595), + [aux_sym_match_token1] = ACTIONS(591), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(591), + [aux_sym_address_family_token1] = ACTIONS(591), + [aux_sym_batch_mode_token1] = ACTIONS(591), + [aux_sym_bind_address_token1] = ACTIONS(591), + [aux_sym_bind_interface_token1] = ACTIONS(591), + [aux_sym_canonical_domains_token1] = ACTIONS(591), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(591), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(591), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(591), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(591), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(591), + [aux_sym_certificate_file_token1] = ACTIONS(591), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(591), + [aux_sym_check_host_ip_token1] = ACTIONS(591), + [aux_sym_ciphers_token1] = ACTIONS(591), + [aux_sym_cipher_token1] = ACTIONS(593), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(591), + [aux_sym_compression_token1] = ACTIONS(591), + [aux_sym_connection_attempts_token1] = ACTIONS(591), + [aux_sym_connect_timeout_token1] = ACTIONS(591), + [aux_sym_control_master_token1] = ACTIONS(591), + [aux_sym_control_path_token1] = ACTIONS(591), + [aux_sym_control_persist_token1] = ACTIONS(591), + [aux_sym_dynamic_forward_token1] = ACTIONS(591), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(591), + [aux_sym_escape_char_token1] = ACTIONS(591), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(591), + [aux_sym_fingerprint_hash_token1] = ACTIONS(591), + [aux_sym_fork_after_authentication_token1] = ACTIONS(591), + [aux_sym_forward_agent_token1] = ACTIONS(591), + [aux_sym_forward_x11_token1] = ACTIONS(593), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(591), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(591), + [aux_sym_gateway_ports_token1] = ACTIONS(591), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(591), + [aux_sym_gssapi_authentication_token1] = ACTIONS(591), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(591), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(591), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(591), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(591), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(591), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(591), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(591), + [aux_sym_hash_known_hosts_token1] = ACTIONS(591), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(591), + [aux_sym_hostbased_authentication_token1] = ACTIONS(591), + [aux_sym_host_key_algorithms_token1] = ACTIONS(591), + [aux_sym_host_key_alias_token1] = ACTIONS(591), + [aux_sym_hostname_token1] = ACTIONS(591), + [aux_sym_identities_only_token1] = ACTIONS(591), + [aux_sym_identity_agent_token1] = ACTIONS(591), + [aux_sym_identity_file_token1] = ACTIONS(591), + [aux_sym_ignore_unknown_token1] = ACTIONS(591), + [aux_sym_include_token1] = ACTIONS(591), + [aux_sym_ip_qos_token1] = ACTIONS(591), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(591), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(591), + [aux_sym_kex_algorithms_token1] = ACTIONS(591), + [aux_sym_known_hosts_command_token1] = ACTIONS(591), + [aux_sym_local_command_token1] = ACTIONS(591), + [aux_sym_local_forward_token1] = ACTIONS(591), + [aux_sym_log_level_token1] = ACTIONS(591), + [aux_sym_log_verbose_token1] = ACTIONS(591), + [aux_sym_macs_token1] = ACTIONS(591), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(591), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(591), + [aux_sym_password_authentication_token1] = ACTIONS(591), + [aux_sym_permit_local_command_token1] = ACTIONS(591), + [aux_sym_permit_remote_open_token1] = ACTIONS(591), + [aux_sym_pkcs11_provider_token1] = ACTIONS(591), + [aux_sym_port_token1] = ACTIONS(591), + [aux_sym_preferred_authentications_token1] = ACTIONS(591), + [aux_sym_protocol_token1] = ACTIONS(591), + [aux_sym_proxy_command_token1] = ACTIONS(591), + [aux_sym_proxy_jump_token1] = ACTIONS(591), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(591), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(591), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(591), + [aux_sym_pubkey_authentication_token1] = ACTIONS(591), + [aux_sym_rekey_limit_token1] = ACTIONS(591), + [aux_sym_remote_command_token1] = ACTIONS(591), + [aux_sym_remote_forward_token1] = ACTIONS(591), + [aux_sym_request_tty_token1] = ACTIONS(591), + [aux_sym_required_rsa_size_token1] = ACTIONS(591), + [aux_sym_revoked_host_keys_token1] = ACTIONS(591), + [aux_sym_security_key_provider_token1] = ACTIONS(591), + [aux_sym_send_env_token1] = ACTIONS(591), + [aux_sym_server_alive_count_max_token1] = ACTIONS(591), + [aux_sym_server_alive_interval_token1] = ACTIONS(591), + [aux_sym_session_type_token1] = ACTIONS(591), + [aux_sym_set_env_token1] = ACTIONS(591), + [aux_sym_stdin_null_token1] = ACTIONS(591), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(591), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(591), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(591), + [aux_sym_syslog_facility_token1] = ACTIONS(591), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(591), + [aux_sym_keep_alive_token1] = ACTIONS(591), + [aux_sym_tunnel_token1] = ACTIONS(593), + [aux_sym_tunnel_device_token1] = ACTIONS(591), + [aux_sym_update_host_keys_token1] = ACTIONS(591), + [aux_sym_use_keychain_token1] = ACTIONS(591), + [aux_sym_use_roaming_token1] = ACTIONS(591), + [aux_sym_user_token1] = ACTIONS(593), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(591), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(591), + [aux_sym_visual_host_key_token1] = ACTIONS(591), + [aux_sym_xauth_location_token1] = ACTIONS(591), }, [10] = { - [ts_builtin_sym_end] = ACTIONS(592), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(594), - [anon_sym_DQUOTE] = ACTIONS(596), - [aux_sym_match_token1] = ACTIONS(592), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(592), - [aux_sym_address_family_token1] = ACTIONS(592), - [aux_sym_batch_mode_token1] = ACTIONS(592), - [aux_sym_bind_address_token1] = ACTIONS(592), - [aux_sym_bind_interface_token1] = ACTIONS(592), - [aux_sym_canonical_domains_token1] = ACTIONS(592), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(592), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(592), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(592), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(592), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(592), - [aux_sym_certificate_file_token1] = ACTIONS(592), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(592), - [aux_sym_check_host_ip_token1] = ACTIONS(592), - [aux_sym_ciphers_token1] = ACTIONS(592), - [aux_sym_cipher_token1] = ACTIONS(594), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(592), - [aux_sym_compression_token1] = ACTIONS(592), - [aux_sym_connection_attempts_token1] = ACTIONS(592), - [aux_sym_connect_timeout_token1] = ACTIONS(592), - [aux_sym_control_master_token1] = ACTIONS(592), - [aux_sym_control_path_token1] = ACTIONS(592), - [aux_sym_control_persist_token1] = ACTIONS(592), - [aux_sym_dynamic_forward_token1] = ACTIONS(592), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(592), - [aux_sym_escape_char_token1] = ACTIONS(592), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(592), - [aux_sym_fingerprint_hash_token1] = ACTIONS(592), - [aux_sym_fork_after_authentication_token1] = ACTIONS(592), - [aux_sym_forward_agent_token1] = ACTIONS(592), - [aux_sym_forward_x11_token1] = ACTIONS(594), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(592), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(592), - [aux_sym_gateway_ports_token1] = ACTIONS(592), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(592), - [aux_sym_gssapi_authentication_token1] = ACTIONS(592), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(592), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(592), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(592), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(592), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(592), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(592), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(592), - [aux_sym_hash_known_hosts_token1] = ACTIONS(592), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(592), - [aux_sym_hostbased_authentication_token1] = ACTIONS(592), - [aux_sym_host_key_algorithms_token1] = ACTIONS(592), - [aux_sym_host_key_alias_token1] = ACTIONS(592), - [aux_sym_hostname_token1] = ACTIONS(592), - [aux_sym_identities_only_token1] = ACTIONS(592), - [aux_sym_identity_agent_token1] = ACTIONS(592), - [aux_sym_identity_file_token1] = ACTIONS(592), - [aux_sym_ignore_unknown_token1] = ACTIONS(592), - [aux_sym_include_token1] = ACTIONS(592), - [aux_sym_ip_qos_token1] = ACTIONS(592), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(592), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(592), - [aux_sym_kex_algorithms_token1] = ACTIONS(592), - [aux_sym_known_hosts_command_token1] = ACTIONS(592), - [aux_sym_local_command_token1] = ACTIONS(592), - [aux_sym_local_forward_token1] = ACTIONS(592), - [aux_sym_log_level_token1] = ACTIONS(592), - [aux_sym_log_verbose_token1] = ACTIONS(592), - [aux_sym_macs_token1] = ACTIONS(592), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(592), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(592), - [aux_sym_password_authentication_token1] = ACTIONS(592), - [aux_sym_permit_local_command_token1] = ACTIONS(592), - [aux_sym_permit_remote_open_token1] = ACTIONS(592), - [aux_sym_pkcs11_provider_token1] = ACTIONS(592), - [aux_sym_port_token1] = ACTIONS(592), - [aux_sym_preferred_authentications_token1] = ACTIONS(592), - [aux_sym_protocol_token1] = ACTIONS(592), - [aux_sym_proxy_command_token1] = ACTIONS(592), - [aux_sym_proxy_jump_token1] = ACTIONS(592), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(592), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(592), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(592), - [aux_sym_pubkey_authentication_token1] = ACTIONS(592), - [aux_sym_rekey_limit_token1] = ACTIONS(592), - [aux_sym_remote_command_token1] = ACTIONS(592), - [aux_sym_remote_forward_token1] = ACTIONS(592), - [aux_sym_request_tty_token1] = ACTIONS(592), - [aux_sym_revoked_host_keys_token1] = ACTIONS(592), - [aux_sym_security_key_provider_token1] = ACTIONS(592), - [aux_sym_send_env_token1] = ACTIONS(592), - [aux_sym_server_alive_count_max_token1] = ACTIONS(592), - [aux_sym_server_alive_interval_token1] = ACTIONS(592), - [aux_sym_session_type_token1] = ACTIONS(592), - [aux_sym_set_env_token1] = ACTIONS(592), - [aux_sym_stdin_null_token1] = ACTIONS(592), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(592), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(592), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(592), - [aux_sym_syslog_facility_token1] = ACTIONS(592), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(592), - [aux_sym_keep_alive_token1] = ACTIONS(592), - [aux_sym_tunnel_token1] = ACTIONS(594), - [aux_sym_tunnel_device_token1] = ACTIONS(592), - [aux_sym_update_host_keys_token1] = ACTIONS(592), - [aux_sym_use_keychain_token1] = ACTIONS(592), - [aux_sym_use_roaming_token1] = ACTIONS(592), - [aux_sym_user_token1] = ACTIONS(594), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(592), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(592), - [aux_sym_visual_host_key_token1] = ACTIONS(592), - [aux_sym_xauth_location_token1] = ACTIONS(592), + [ts_builtin_sym_end] = ACTIONS(597), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(599), + [anon_sym_DQUOTE] = ACTIONS(601), + [aux_sym_match_token1] = ACTIONS(597), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(597), + [aux_sym_address_family_token1] = ACTIONS(597), + [aux_sym_batch_mode_token1] = ACTIONS(597), + [aux_sym_bind_address_token1] = ACTIONS(597), + [aux_sym_bind_interface_token1] = ACTIONS(597), + [aux_sym_canonical_domains_token1] = ACTIONS(597), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(597), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(597), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(597), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(597), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(597), + [aux_sym_certificate_file_token1] = ACTIONS(597), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(597), + [aux_sym_check_host_ip_token1] = ACTIONS(597), + [aux_sym_ciphers_token1] = ACTIONS(597), + [aux_sym_cipher_token1] = ACTIONS(599), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(597), + [aux_sym_compression_token1] = ACTIONS(597), + [aux_sym_connection_attempts_token1] = ACTIONS(597), + [aux_sym_connect_timeout_token1] = ACTIONS(597), + [aux_sym_control_master_token1] = ACTIONS(597), + [aux_sym_control_path_token1] = ACTIONS(597), + [aux_sym_control_persist_token1] = ACTIONS(597), + [aux_sym_dynamic_forward_token1] = ACTIONS(597), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(597), + [aux_sym_escape_char_token1] = ACTIONS(597), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(597), + [aux_sym_fingerprint_hash_token1] = ACTIONS(597), + [aux_sym_fork_after_authentication_token1] = ACTIONS(597), + [aux_sym_forward_agent_token1] = ACTIONS(597), + [aux_sym_forward_x11_token1] = ACTIONS(599), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(597), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(597), + [aux_sym_gateway_ports_token1] = ACTIONS(597), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(597), + [aux_sym_gssapi_authentication_token1] = ACTIONS(597), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(597), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(597), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(597), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(597), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(597), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(597), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(597), + [aux_sym_hash_known_hosts_token1] = ACTIONS(597), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(597), + [aux_sym_hostbased_authentication_token1] = ACTIONS(597), + [aux_sym_host_key_algorithms_token1] = ACTIONS(597), + [aux_sym_host_key_alias_token1] = ACTIONS(597), + [aux_sym_hostname_token1] = ACTIONS(597), + [aux_sym_identities_only_token1] = ACTIONS(597), + [aux_sym_identity_agent_token1] = ACTIONS(597), + [aux_sym_identity_file_token1] = ACTIONS(597), + [aux_sym_ignore_unknown_token1] = ACTIONS(597), + [aux_sym_include_token1] = ACTIONS(597), + [aux_sym_ip_qos_token1] = ACTIONS(597), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(597), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(597), + [aux_sym_kex_algorithms_token1] = ACTIONS(597), + [aux_sym_known_hosts_command_token1] = ACTIONS(597), + [aux_sym_local_command_token1] = ACTIONS(597), + [aux_sym_local_forward_token1] = ACTIONS(597), + [aux_sym_log_level_token1] = ACTIONS(597), + [aux_sym_log_verbose_token1] = ACTIONS(597), + [aux_sym_macs_token1] = ACTIONS(597), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(597), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(597), + [aux_sym_password_authentication_token1] = ACTIONS(597), + [aux_sym_permit_local_command_token1] = ACTIONS(597), + [aux_sym_permit_remote_open_token1] = ACTIONS(597), + [aux_sym_pkcs11_provider_token1] = ACTIONS(597), + [aux_sym_port_token1] = ACTIONS(597), + [aux_sym_preferred_authentications_token1] = ACTIONS(597), + [aux_sym_protocol_token1] = ACTIONS(597), + [aux_sym_proxy_command_token1] = ACTIONS(597), + [aux_sym_proxy_jump_token1] = ACTIONS(597), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(597), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(597), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(597), + [aux_sym_pubkey_authentication_token1] = ACTIONS(597), + [aux_sym_rekey_limit_token1] = ACTIONS(597), + [aux_sym_remote_command_token1] = ACTIONS(597), + [aux_sym_remote_forward_token1] = ACTIONS(597), + [aux_sym_request_tty_token1] = ACTIONS(597), + [aux_sym_required_rsa_size_token1] = ACTIONS(597), + [aux_sym_revoked_host_keys_token1] = ACTIONS(597), + [aux_sym_security_key_provider_token1] = ACTIONS(597), + [aux_sym_send_env_token1] = ACTIONS(597), + [aux_sym_server_alive_count_max_token1] = ACTIONS(597), + [aux_sym_server_alive_interval_token1] = ACTIONS(597), + [aux_sym_session_type_token1] = ACTIONS(597), + [aux_sym_set_env_token1] = ACTIONS(597), + [aux_sym_stdin_null_token1] = ACTIONS(597), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(597), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(597), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(597), + [aux_sym_syslog_facility_token1] = ACTIONS(597), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(597), + [aux_sym_keep_alive_token1] = ACTIONS(597), + [aux_sym_tunnel_token1] = ACTIONS(599), + [aux_sym_tunnel_device_token1] = ACTIONS(597), + [aux_sym_update_host_keys_token1] = ACTIONS(597), + [aux_sym_use_keychain_token1] = ACTIONS(597), + [aux_sym_use_roaming_token1] = ACTIONS(597), + [aux_sym_user_token1] = ACTIONS(599), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(597), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(597), + [aux_sym_visual_host_key_token1] = ACTIONS(597), + [aux_sym_xauth_location_token1] = ACTIONS(597), }, [11] = { - [ts_builtin_sym_end] = ACTIONS(598), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(600), - [anon_sym_DQUOTE] = ACTIONS(602), - [aux_sym_match_token1] = ACTIONS(598), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(598), - [aux_sym_address_family_token1] = ACTIONS(598), - [aux_sym_batch_mode_token1] = ACTIONS(598), - [aux_sym_bind_address_token1] = ACTIONS(598), - [aux_sym_bind_interface_token1] = ACTIONS(598), - [aux_sym_canonical_domains_token1] = ACTIONS(598), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(598), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(598), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(598), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(598), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(598), - [aux_sym_certificate_file_token1] = ACTIONS(598), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(598), - [aux_sym_check_host_ip_token1] = ACTIONS(598), - [aux_sym_ciphers_token1] = ACTIONS(598), - [aux_sym_cipher_token1] = ACTIONS(600), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(598), - [aux_sym_compression_token1] = ACTIONS(598), - [aux_sym_connection_attempts_token1] = ACTIONS(598), - [aux_sym_connect_timeout_token1] = ACTIONS(598), - [aux_sym_control_master_token1] = ACTIONS(598), - [aux_sym_control_path_token1] = ACTIONS(598), - [aux_sym_control_persist_token1] = ACTIONS(598), - [aux_sym_dynamic_forward_token1] = ACTIONS(598), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(598), - [aux_sym_escape_char_token1] = ACTIONS(598), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(598), - [aux_sym_fingerprint_hash_token1] = ACTIONS(598), - [aux_sym_fork_after_authentication_token1] = ACTIONS(598), - [aux_sym_forward_agent_token1] = ACTIONS(598), - [aux_sym_forward_x11_token1] = ACTIONS(600), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(598), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(598), - [aux_sym_gateway_ports_token1] = ACTIONS(598), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(598), - [aux_sym_gssapi_authentication_token1] = ACTIONS(598), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(598), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(598), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(598), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(598), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(598), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(598), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(598), - [aux_sym_hash_known_hosts_token1] = ACTIONS(598), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(598), - [aux_sym_hostbased_authentication_token1] = ACTIONS(598), - [aux_sym_host_key_algorithms_token1] = ACTIONS(598), - [aux_sym_host_key_alias_token1] = ACTIONS(598), - [aux_sym_hostname_token1] = ACTIONS(598), - [aux_sym_identities_only_token1] = ACTIONS(598), - [aux_sym_identity_agent_token1] = ACTIONS(598), - [aux_sym_identity_file_token1] = ACTIONS(598), - [aux_sym_ignore_unknown_token1] = ACTIONS(598), - [aux_sym_include_token1] = ACTIONS(598), - [aux_sym_ip_qos_token1] = ACTIONS(598), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(598), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(598), - [aux_sym_kex_algorithms_token1] = ACTIONS(598), - [aux_sym_known_hosts_command_token1] = ACTIONS(598), - [aux_sym_local_command_token1] = ACTIONS(598), - [aux_sym_local_forward_token1] = ACTIONS(598), - [aux_sym_log_level_token1] = ACTIONS(598), - [aux_sym_log_verbose_token1] = ACTIONS(598), - [aux_sym_macs_token1] = ACTIONS(598), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(598), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(598), - [aux_sym_password_authentication_token1] = ACTIONS(598), - [aux_sym_permit_local_command_token1] = ACTIONS(598), - [aux_sym_permit_remote_open_token1] = ACTIONS(598), - [aux_sym_pkcs11_provider_token1] = ACTIONS(598), - [aux_sym_port_token1] = ACTIONS(598), - [aux_sym_preferred_authentications_token1] = ACTIONS(598), - [aux_sym_protocol_token1] = ACTIONS(598), - [aux_sym_proxy_command_token1] = ACTIONS(598), - [aux_sym_proxy_jump_token1] = ACTIONS(598), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(598), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(598), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(598), - [aux_sym_pubkey_authentication_token1] = ACTIONS(598), - [aux_sym_rekey_limit_token1] = ACTIONS(598), - [aux_sym_remote_command_token1] = ACTIONS(598), - [aux_sym_remote_forward_token1] = ACTIONS(598), - [aux_sym_request_tty_token1] = ACTIONS(598), - [aux_sym_revoked_host_keys_token1] = ACTIONS(598), - [aux_sym_security_key_provider_token1] = ACTIONS(598), - [aux_sym_send_env_token1] = ACTIONS(598), - [aux_sym_server_alive_count_max_token1] = ACTIONS(598), - [aux_sym_server_alive_interval_token1] = ACTIONS(598), - [aux_sym_session_type_token1] = ACTIONS(598), - [aux_sym_set_env_token1] = ACTIONS(598), - [aux_sym_stdin_null_token1] = ACTIONS(598), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(598), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(598), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(598), - [aux_sym_syslog_facility_token1] = ACTIONS(598), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(598), - [aux_sym_keep_alive_token1] = ACTIONS(598), - [aux_sym_tunnel_token1] = ACTIONS(600), - [aux_sym_tunnel_device_token1] = ACTIONS(598), - [aux_sym_update_host_keys_token1] = ACTIONS(598), - [aux_sym_use_keychain_token1] = ACTIONS(598), - [aux_sym_use_roaming_token1] = ACTIONS(598), - [aux_sym_user_token1] = ACTIONS(600), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(598), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(598), - [aux_sym_visual_host_key_token1] = ACTIONS(598), - [aux_sym_xauth_location_token1] = ACTIONS(598), + [ts_builtin_sym_end] = ACTIONS(603), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(605), + [anon_sym_DQUOTE] = ACTIONS(607), + [aux_sym_match_token1] = ACTIONS(603), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(603), + [aux_sym_address_family_token1] = ACTIONS(603), + [aux_sym_batch_mode_token1] = ACTIONS(603), + [aux_sym_bind_address_token1] = ACTIONS(603), + [aux_sym_bind_interface_token1] = ACTIONS(603), + [aux_sym_canonical_domains_token1] = ACTIONS(603), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(603), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(603), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(603), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(603), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(603), + [aux_sym_certificate_file_token1] = ACTIONS(603), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(603), + [aux_sym_check_host_ip_token1] = ACTIONS(603), + [aux_sym_ciphers_token1] = ACTIONS(603), + [aux_sym_cipher_token1] = ACTIONS(605), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(603), + [aux_sym_compression_token1] = ACTIONS(603), + [aux_sym_connection_attempts_token1] = ACTIONS(603), + [aux_sym_connect_timeout_token1] = ACTIONS(603), + [aux_sym_control_master_token1] = ACTIONS(603), + [aux_sym_control_path_token1] = ACTIONS(603), + [aux_sym_control_persist_token1] = ACTIONS(603), + [aux_sym_dynamic_forward_token1] = ACTIONS(603), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(603), + [aux_sym_escape_char_token1] = ACTIONS(603), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(603), + [aux_sym_fingerprint_hash_token1] = ACTIONS(603), + [aux_sym_fork_after_authentication_token1] = ACTIONS(603), + [aux_sym_forward_agent_token1] = ACTIONS(603), + [aux_sym_forward_x11_token1] = ACTIONS(605), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(603), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(603), + [aux_sym_gateway_ports_token1] = ACTIONS(603), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(603), + [aux_sym_gssapi_authentication_token1] = ACTIONS(603), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(603), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(603), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(603), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(603), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(603), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(603), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(603), + [aux_sym_hash_known_hosts_token1] = ACTIONS(603), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(603), + [aux_sym_hostbased_authentication_token1] = ACTIONS(603), + [aux_sym_host_key_algorithms_token1] = ACTIONS(603), + [aux_sym_host_key_alias_token1] = ACTIONS(603), + [aux_sym_hostname_token1] = ACTIONS(603), + [aux_sym_identities_only_token1] = ACTIONS(603), + [aux_sym_identity_agent_token1] = ACTIONS(603), + [aux_sym_identity_file_token1] = ACTIONS(603), + [aux_sym_ignore_unknown_token1] = ACTIONS(603), + [aux_sym_include_token1] = ACTIONS(603), + [aux_sym_ip_qos_token1] = ACTIONS(603), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(603), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(603), + [aux_sym_kex_algorithms_token1] = ACTIONS(603), + [aux_sym_known_hosts_command_token1] = ACTIONS(603), + [aux_sym_local_command_token1] = ACTIONS(603), + [aux_sym_local_forward_token1] = ACTIONS(603), + [aux_sym_log_level_token1] = ACTIONS(603), + [aux_sym_log_verbose_token1] = ACTIONS(603), + [aux_sym_macs_token1] = ACTIONS(603), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(603), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(603), + [aux_sym_password_authentication_token1] = ACTIONS(603), + [aux_sym_permit_local_command_token1] = ACTIONS(603), + [aux_sym_permit_remote_open_token1] = ACTIONS(603), + [aux_sym_pkcs11_provider_token1] = ACTIONS(603), + [aux_sym_port_token1] = ACTIONS(603), + [aux_sym_preferred_authentications_token1] = ACTIONS(603), + [aux_sym_protocol_token1] = ACTIONS(603), + [aux_sym_proxy_command_token1] = ACTIONS(603), + [aux_sym_proxy_jump_token1] = ACTIONS(603), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(603), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(603), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(603), + [aux_sym_pubkey_authentication_token1] = ACTIONS(603), + [aux_sym_rekey_limit_token1] = ACTIONS(603), + [aux_sym_remote_command_token1] = ACTIONS(603), + [aux_sym_remote_forward_token1] = ACTIONS(603), + [aux_sym_request_tty_token1] = ACTIONS(603), + [aux_sym_required_rsa_size_token1] = ACTIONS(603), + [aux_sym_revoked_host_keys_token1] = ACTIONS(603), + [aux_sym_security_key_provider_token1] = ACTIONS(603), + [aux_sym_send_env_token1] = ACTIONS(603), + [aux_sym_server_alive_count_max_token1] = ACTIONS(603), + [aux_sym_server_alive_interval_token1] = ACTIONS(603), + [aux_sym_session_type_token1] = ACTIONS(603), + [aux_sym_set_env_token1] = ACTIONS(603), + [aux_sym_stdin_null_token1] = ACTIONS(603), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(603), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(603), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(603), + [aux_sym_syslog_facility_token1] = ACTIONS(603), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(603), + [aux_sym_keep_alive_token1] = ACTIONS(603), + [aux_sym_tunnel_token1] = ACTIONS(605), + [aux_sym_tunnel_device_token1] = ACTIONS(603), + [aux_sym_update_host_keys_token1] = ACTIONS(603), + [aux_sym_use_keychain_token1] = ACTIONS(603), + [aux_sym_use_roaming_token1] = ACTIONS(603), + [aux_sym_user_token1] = ACTIONS(605), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(603), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(603), + [aux_sym_visual_host_key_token1] = ACTIONS(603), + [aux_sym_xauth_location_token1] = ACTIONS(603), }, [12] = { - [ts_builtin_sym_end] = ACTIONS(604), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(606), - [anon_sym_DQUOTE] = ACTIONS(608), - [aux_sym_match_token1] = ACTIONS(604), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(604), - [aux_sym_address_family_token1] = ACTIONS(604), - [aux_sym_batch_mode_token1] = ACTIONS(604), - [aux_sym_bind_address_token1] = ACTIONS(604), - [aux_sym_bind_interface_token1] = ACTIONS(604), - [aux_sym_canonical_domains_token1] = ACTIONS(604), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(604), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(604), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(604), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(604), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(604), - [aux_sym_certificate_file_token1] = ACTIONS(604), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(604), - [aux_sym_check_host_ip_token1] = ACTIONS(604), - [aux_sym_ciphers_token1] = ACTIONS(604), - [aux_sym_cipher_token1] = ACTIONS(606), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(604), - [aux_sym_compression_token1] = ACTIONS(604), - [aux_sym_connection_attempts_token1] = ACTIONS(604), - [aux_sym_connect_timeout_token1] = ACTIONS(604), - [aux_sym_control_master_token1] = ACTIONS(604), - [aux_sym_control_path_token1] = ACTIONS(604), - [aux_sym_control_persist_token1] = ACTIONS(604), - [aux_sym_dynamic_forward_token1] = ACTIONS(604), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(604), - [aux_sym_escape_char_token1] = ACTIONS(604), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(604), - [aux_sym_fingerprint_hash_token1] = ACTIONS(604), - [aux_sym_fork_after_authentication_token1] = ACTIONS(604), - [aux_sym_forward_agent_token1] = ACTIONS(604), - [aux_sym_forward_x11_token1] = ACTIONS(606), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(604), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(604), - [aux_sym_gateway_ports_token1] = ACTIONS(604), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(604), - [aux_sym_gssapi_authentication_token1] = ACTIONS(604), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(604), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(604), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(604), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(604), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(604), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(604), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(604), - [aux_sym_hash_known_hosts_token1] = ACTIONS(604), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(604), - [aux_sym_hostbased_authentication_token1] = ACTIONS(604), - [aux_sym_host_key_algorithms_token1] = ACTIONS(604), - [aux_sym_host_key_alias_token1] = ACTIONS(604), - [aux_sym_hostname_token1] = ACTIONS(604), - [aux_sym_identities_only_token1] = ACTIONS(604), - [aux_sym_identity_agent_token1] = ACTIONS(604), - [aux_sym_identity_file_token1] = ACTIONS(604), - [aux_sym_ignore_unknown_token1] = ACTIONS(604), - [aux_sym_include_token1] = ACTIONS(604), - [aux_sym_ip_qos_token1] = ACTIONS(604), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(604), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(604), - [aux_sym_kex_algorithms_token1] = ACTIONS(604), - [aux_sym_known_hosts_command_token1] = ACTIONS(604), - [aux_sym_local_command_token1] = ACTIONS(604), - [aux_sym_local_forward_token1] = ACTIONS(604), - [aux_sym_log_level_token1] = ACTIONS(604), - [aux_sym_log_verbose_token1] = ACTIONS(604), - [aux_sym_macs_token1] = ACTIONS(604), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(604), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(604), - [aux_sym_password_authentication_token1] = ACTIONS(604), - [aux_sym_permit_local_command_token1] = ACTIONS(604), - [aux_sym_permit_remote_open_token1] = ACTIONS(604), - [aux_sym_pkcs11_provider_token1] = ACTIONS(604), - [aux_sym_port_token1] = ACTIONS(604), - [aux_sym_preferred_authentications_token1] = ACTIONS(604), - [aux_sym_protocol_token1] = ACTIONS(604), - [aux_sym_proxy_command_token1] = ACTIONS(604), - [aux_sym_proxy_jump_token1] = ACTIONS(604), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(604), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(604), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(604), - [aux_sym_pubkey_authentication_token1] = ACTIONS(604), - [aux_sym_rekey_limit_token1] = ACTIONS(604), - [aux_sym_remote_command_token1] = ACTIONS(604), - [aux_sym_remote_forward_token1] = ACTIONS(604), - [aux_sym_request_tty_token1] = ACTIONS(604), - [aux_sym_revoked_host_keys_token1] = ACTIONS(604), - [aux_sym_security_key_provider_token1] = ACTIONS(604), - [aux_sym_send_env_token1] = ACTIONS(604), - [aux_sym_server_alive_count_max_token1] = ACTIONS(604), - [aux_sym_server_alive_interval_token1] = ACTIONS(604), - [aux_sym_session_type_token1] = ACTIONS(604), - [aux_sym_set_env_token1] = ACTIONS(604), - [aux_sym_stdin_null_token1] = ACTIONS(604), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(604), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(604), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(604), - [aux_sym_syslog_facility_token1] = ACTIONS(604), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(604), - [aux_sym_keep_alive_token1] = ACTIONS(604), - [aux_sym_tunnel_token1] = ACTIONS(606), - [aux_sym_tunnel_device_token1] = ACTIONS(604), - [aux_sym_update_host_keys_token1] = ACTIONS(604), - [aux_sym_use_keychain_token1] = ACTIONS(604), - [aux_sym_use_roaming_token1] = ACTIONS(604), - [aux_sym_user_token1] = ACTIONS(606), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(604), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(604), - [aux_sym_visual_host_key_token1] = ACTIONS(604), - [aux_sym_xauth_location_token1] = ACTIONS(604), + [ts_builtin_sym_end] = ACTIONS(609), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(611), + [anon_sym_DQUOTE] = ACTIONS(613), + [aux_sym_match_token1] = ACTIONS(609), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(609), + [aux_sym_address_family_token1] = ACTIONS(609), + [aux_sym_batch_mode_token1] = ACTIONS(609), + [aux_sym_bind_address_token1] = ACTIONS(609), + [aux_sym_bind_interface_token1] = ACTIONS(609), + [aux_sym_canonical_domains_token1] = ACTIONS(609), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(609), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(609), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(609), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(609), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(609), + [aux_sym_certificate_file_token1] = ACTIONS(609), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(609), + [aux_sym_check_host_ip_token1] = ACTIONS(609), + [aux_sym_ciphers_token1] = ACTIONS(609), + [aux_sym_cipher_token1] = ACTIONS(611), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(609), + [aux_sym_compression_token1] = ACTIONS(609), + [aux_sym_connection_attempts_token1] = ACTIONS(609), + [aux_sym_connect_timeout_token1] = ACTIONS(609), + [aux_sym_control_master_token1] = ACTIONS(609), + [aux_sym_control_path_token1] = ACTIONS(609), + [aux_sym_control_persist_token1] = ACTIONS(609), + [aux_sym_dynamic_forward_token1] = ACTIONS(609), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(609), + [aux_sym_escape_char_token1] = ACTIONS(609), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(609), + [aux_sym_fingerprint_hash_token1] = ACTIONS(609), + [aux_sym_fork_after_authentication_token1] = ACTIONS(609), + [aux_sym_forward_agent_token1] = ACTIONS(609), + [aux_sym_forward_x11_token1] = ACTIONS(611), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(609), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(609), + [aux_sym_gateway_ports_token1] = ACTIONS(609), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(609), + [aux_sym_gssapi_authentication_token1] = ACTIONS(609), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(609), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(609), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(609), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(609), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(609), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(609), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(609), + [aux_sym_hash_known_hosts_token1] = ACTIONS(609), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(609), + [aux_sym_hostbased_authentication_token1] = ACTIONS(609), + [aux_sym_host_key_algorithms_token1] = ACTIONS(609), + [aux_sym_host_key_alias_token1] = ACTIONS(609), + [aux_sym_hostname_token1] = ACTIONS(609), + [aux_sym_identities_only_token1] = ACTIONS(609), + [aux_sym_identity_agent_token1] = ACTIONS(609), + [aux_sym_identity_file_token1] = ACTIONS(609), + [aux_sym_ignore_unknown_token1] = ACTIONS(609), + [aux_sym_include_token1] = ACTIONS(609), + [aux_sym_ip_qos_token1] = ACTIONS(609), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(609), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(609), + [aux_sym_kex_algorithms_token1] = ACTIONS(609), + [aux_sym_known_hosts_command_token1] = ACTIONS(609), + [aux_sym_local_command_token1] = ACTIONS(609), + [aux_sym_local_forward_token1] = ACTIONS(609), + [aux_sym_log_level_token1] = ACTIONS(609), + [aux_sym_log_verbose_token1] = ACTIONS(609), + [aux_sym_macs_token1] = ACTIONS(609), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(609), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(609), + [aux_sym_password_authentication_token1] = ACTIONS(609), + [aux_sym_permit_local_command_token1] = ACTIONS(609), + [aux_sym_permit_remote_open_token1] = ACTIONS(609), + [aux_sym_pkcs11_provider_token1] = ACTIONS(609), + [aux_sym_port_token1] = ACTIONS(609), + [aux_sym_preferred_authentications_token1] = ACTIONS(609), + [aux_sym_protocol_token1] = ACTIONS(609), + [aux_sym_proxy_command_token1] = ACTIONS(609), + [aux_sym_proxy_jump_token1] = ACTIONS(609), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(609), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(609), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(609), + [aux_sym_pubkey_authentication_token1] = ACTIONS(609), + [aux_sym_rekey_limit_token1] = ACTIONS(609), + [aux_sym_remote_command_token1] = ACTIONS(609), + [aux_sym_remote_forward_token1] = ACTIONS(609), + [aux_sym_request_tty_token1] = ACTIONS(609), + [aux_sym_required_rsa_size_token1] = ACTIONS(609), + [aux_sym_revoked_host_keys_token1] = ACTIONS(609), + [aux_sym_security_key_provider_token1] = ACTIONS(609), + [aux_sym_send_env_token1] = ACTIONS(609), + [aux_sym_server_alive_count_max_token1] = ACTIONS(609), + [aux_sym_server_alive_interval_token1] = ACTIONS(609), + [aux_sym_session_type_token1] = ACTIONS(609), + [aux_sym_set_env_token1] = ACTIONS(609), + [aux_sym_stdin_null_token1] = ACTIONS(609), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(609), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(609), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(609), + [aux_sym_syslog_facility_token1] = ACTIONS(609), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(609), + [aux_sym_keep_alive_token1] = ACTIONS(609), + [aux_sym_tunnel_token1] = ACTIONS(611), + [aux_sym_tunnel_device_token1] = ACTIONS(609), + [aux_sym_update_host_keys_token1] = ACTIONS(609), + [aux_sym_use_keychain_token1] = ACTIONS(609), + [aux_sym_use_roaming_token1] = ACTIONS(609), + [aux_sym_user_token1] = ACTIONS(611), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(609), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(609), + [aux_sym_visual_host_key_token1] = ACTIONS(609), + [aux_sym_xauth_location_token1] = ACTIONS(609), }, [13] = { - [ts_builtin_sym_end] = ACTIONS(610), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(612), - [anon_sym_DQUOTE] = ACTIONS(614), - [aux_sym_match_token1] = ACTIONS(610), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(610), - [aux_sym_address_family_token1] = ACTIONS(610), - [aux_sym_batch_mode_token1] = ACTIONS(610), - [aux_sym_bind_address_token1] = ACTIONS(610), - [aux_sym_bind_interface_token1] = ACTIONS(610), - [aux_sym_canonical_domains_token1] = ACTIONS(610), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(610), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(610), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(610), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(610), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(610), - [aux_sym_certificate_file_token1] = ACTIONS(610), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(610), - [aux_sym_check_host_ip_token1] = ACTIONS(610), - [aux_sym_ciphers_token1] = ACTIONS(610), - [aux_sym_cipher_token1] = ACTIONS(612), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(610), - [aux_sym_compression_token1] = ACTIONS(610), - [aux_sym_connection_attempts_token1] = ACTIONS(610), - [aux_sym_connect_timeout_token1] = ACTIONS(610), - [aux_sym_control_master_token1] = ACTIONS(610), - [aux_sym_control_path_token1] = ACTIONS(610), - [aux_sym_control_persist_token1] = ACTIONS(610), - [aux_sym_dynamic_forward_token1] = ACTIONS(610), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(610), - [aux_sym_escape_char_token1] = ACTIONS(610), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(610), - [aux_sym_fingerprint_hash_token1] = ACTIONS(610), - [aux_sym_fork_after_authentication_token1] = ACTIONS(610), - [aux_sym_forward_agent_token1] = ACTIONS(610), - [aux_sym_forward_x11_token1] = ACTIONS(612), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(610), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(610), - [aux_sym_gateway_ports_token1] = ACTIONS(610), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(610), - [aux_sym_gssapi_authentication_token1] = ACTIONS(610), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(610), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(610), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(610), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(610), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(610), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(610), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(610), - [aux_sym_hash_known_hosts_token1] = ACTIONS(610), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(610), - [aux_sym_hostbased_authentication_token1] = ACTIONS(610), - [aux_sym_host_key_algorithms_token1] = ACTIONS(610), - [aux_sym_host_key_alias_token1] = ACTIONS(610), - [aux_sym_hostname_token1] = ACTIONS(610), - [aux_sym_identities_only_token1] = ACTIONS(610), - [aux_sym_identity_agent_token1] = ACTIONS(610), - [aux_sym_identity_file_token1] = ACTIONS(610), - [aux_sym_ignore_unknown_token1] = ACTIONS(610), - [aux_sym_include_token1] = ACTIONS(610), - [aux_sym_ip_qos_token1] = ACTIONS(610), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(610), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(610), - [aux_sym_kex_algorithms_token1] = ACTIONS(610), - [aux_sym_known_hosts_command_token1] = ACTIONS(610), - [aux_sym_local_command_token1] = ACTIONS(610), - [aux_sym_local_forward_token1] = ACTIONS(610), - [aux_sym_log_level_token1] = ACTIONS(610), - [aux_sym_log_verbose_token1] = ACTIONS(610), - [aux_sym_macs_token1] = ACTIONS(610), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(610), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(610), - [aux_sym_password_authentication_token1] = ACTIONS(610), - [aux_sym_permit_local_command_token1] = ACTIONS(610), - [aux_sym_permit_remote_open_token1] = ACTIONS(610), - [aux_sym_pkcs11_provider_token1] = ACTIONS(610), - [aux_sym_port_token1] = ACTIONS(610), - [aux_sym_preferred_authentications_token1] = ACTIONS(610), - [aux_sym_protocol_token1] = ACTIONS(610), - [aux_sym_proxy_command_token1] = ACTIONS(610), - [aux_sym_proxy_jump_token1] = ACTIONS(610), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(610), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(610), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(610), - [aux_sym_pubkey_authentication_token1] = ACTIONS(610), - [aux_sym_rekey_limit_token1] = ACTIONS(610), - [aux_sym_remote_command_token1] = ACTIONS(610), - [aux_sym_remote_forward_token1] = ACTIONS(610), - [aux_sym_request_tty_token1] = ACTIONS(610), - [aux_sym_revoked_host_keys_token1] = ACTIONS(610), - [aux_sym_security_key_provider_token1] = ACTIONS(610), - [aux_sym_send_env_token1] = ACTIONS(610), - [aux_sym_server_alive_count_max_token1] = ACTIONS(610), - [aux_sym_server_alive_interval_token1] = ACTIONS(610), - [aux_sym_session_type_token1] = ACTIONS(610), - [aux_sym_set_env_token1] = ACTIONS(610), - [aux_sym_stdin_null_token1] = ACTIONS(610), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(610), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(610), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(610), - [aux_sym_syslog_facility_token1] = ACTIONS(610), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(610), - [aux_sym_keep_alive_token1] = ACTIONS(610), - [aux_sym_tunnel_token1] = ACTIONS(612), - [aux_sym_tunnel_device_token1] = ACTIONS(610), - [aux_sym_update_host_keys_token1] = ACTIONS(610), - [aux_sym_use_keychain_token1] = ACTIONS(610), - [aux_sym_use_roaming_token1] = ACTIONS(610), - [aux_sym_user_token1] = ACTIONS(612), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(610), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(610), - [aux_sym_visual_host_key_token1] = ACTIONS(610), - [aux_sym_xauth_location_token1] = ACTIONS(610), + [ts_builtin_sym_end] = ACTIONS(615), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(617), + [anon_sym_DQUOTE] = ACTIONS(619), + [aux_sym_match_token1] = ACTIONS(615), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(615), + [aux_sym_address_family_token1] = ACTIONS(615), + [aux_sym_batch_mode_token1] = ACTIONS(615), + [aux_sym_bind_address_token1] = ACTIONS(615), + [aux_sym_bind_interface_token1] = ACTIONS(615), + [aux_sym_canonical_domains_token1] = ACTIONS(615), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(615), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(615), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(615), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(615), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(615), + [aux_sym_certificate_file_token1] = ACTIONS(615), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(615), + [aux_sym_check_host_ip_token1] = ACTIONS(615), + [aux_sym_ciphers_token1] = ACTIONS(615), + [aux_sym_cipher_token1] = ACTIONS(617), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(615), + [aux_sym_compression_token1] = ACTIONS(615), + [aux_sym_connection_attempts_token1] = ACTIONS(615), + [aux_sym_connect_timeout_token1] = ACTIONS(615), + [aux_sym_control_master_token1] = ACTIONS(615), + [aux_sym_control_path_token1] = ACTIONS(615), + [aux_sym_control_persist_token1] = ACTIONS(615), + [aux_sym_dynamic_forward_token1] = ACTIONS(615), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(615), + [aux_sym_escape_char_token1] = ACTIONS(615), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(615), + [aux_sym_fingerprint_hash_token1] = ACTIONS(615), + [aux_sym_fork_after_authentication_token1] = ACTIONS(615), + [aux_sym_forward_agent_token1] = ACTIONS(615), + [aux_sym_forward_x11_token1] = ACTIONS(617), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(615), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(615), + [aux_sym_gateway_ports_token1] = ACTIONS(615), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(615), + [aux_sym_gssapi_authentication_token1] = ACTIONS(615), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(615), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(615), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(615), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(615), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(615), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(615), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(615), + [aux_sym_hash_known_hosts_token1] = ACTIONS(615), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(615), + [aux_sym_hostbased_authentication_token1] = ACTIONS(615), + [aux_sym_host_key_algorithms_token1] = ACTIONS(615), + [aux_sym_host_key_alias_token1] = ACTIONS(615), + [aux_sym_hostname_token1] = ACTIONS(615), + [aux_sym_identities_only_token1] = ACTIONS(615), + [aux_sym_identity_agent_token1] = ACTIONS(615), + [aux_sym_identity_file_token1] = ACTIONS(615), + [aux_sym_ignore_unknown_token1] = ACTIONS(615), + [aux_sym_include_token1] = ACTIONS(615), + [aux_sym_ip_qos_token1] = ACTIONS(615), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(615), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(615), + [aux_sym_kex_algorithms_token1] = ACTIONS(615), + [aux_sym_known_hosts_command_token1] = ACTIONS(615), + [aux_sym_local_command_token1] = ACTIONS(615), + [aux_sym_local_forward_token1] = ACTIONS(615), + [aux_sym_log_level_token1] = ACTIONS(615), + [aux_sym_log_verbose_token1] = ACTIONS(615), + [aux_sym_macs_token1] = ACTIONS(615), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(615), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(615), + [aux_sym_password_authentication_token1] = ACTIONS(615), + [aux_sym_permit_local_command_token1] = ACTIONS(615), + [aux_sym_permit_remote_open_token1] = ACTIONS(615), + [aux_sym_pkcs11_provider_token1] = ACTIONS(615), + [aux_sym_port_token1] = ACTIONS(615), + [aux_sym_preferred_authentications_token1] = ACTIONS(615), + [aux_sym_protocol_token1] = ACTIONS(615), + [aux_sym_proxy_command_token1] = ACTIONS(615), + [aux_sym_proxy_jump_token1] = ACTIONS(615), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(615), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(615), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(615), + [aux_sym_pubkey_authentication_token1] = ACTIONS(615), + [aux_sym_rekey_limit_token1] = ACTIONS(615), + [aux_sym_remote_command_token1] = ACTIONS(615), + [aux_sym_remote_forward_token1] = ACTIONS(615), + [aux_sym_request_tty_token1] = ACTIONS(615), + [aux_sym_required_rsa_size_token1] = ACTIONS(615), + [aux_sym_revoked_host_keys_token1] = ACTIONS(615), + [aux_sym_security_key_provider_token1] = ACTIONS(615), + [aux_sym_send_env_token1] = ACTIONS(615), + [aux_sym_server_alive_count_max_token1] = ACTIONS(615), + [aux_sym_server_alive_interval_token1] = ACTIONS(615), + [aux_sym_session_type_token1] = ACTIONS(615), + [aux_sym_set_env_token1] = ACTIONS(615), + [aux_sym_stdin_null_token1] = ACTIONS(615), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(615), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(615), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(615), + [aux_sym_syslog_facility_token1] = ACTIONS(615), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(615), + [aux_sym_keep_alive_token1] = ACTIONS(615), + [aux_sym_tunnel_token1] = ACTIONS(617), + [aux_sym_tunnel_device_token1] = ACTIONS(615), + [aux_sym_update_host_keys_token1] = ACTIONS(615), + [aux_sym_use_keychain_token1] = ACTIONS(615), + [aux_sym_use_roaming_token1] = ACTIONS(615), + [aux_sym_user_token1] = ACTIONS(617), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(615), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(615), + [aux_sym_visual_host_key_token1] = ACTIONS(615), + [aux_sym_xauth_location_token1] = ACTIONS(615), }, [14] = { - [ts_builtin_sym_end] = ACTIONS(616), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(618), - [anon_sym_DQUOTE] = ACTIONS(620), - [aux_sym_match_token1] = ACTIONS(616), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(616), - [aux_sym_address_family_token1] = ACTIONS(616), - [aux_sym_batch_mode_token1] = ACTIONS(616), - [aux_sym_bind_address_token1] = ACTIONS(616), - [aux_sym_bind_interface_token1] = ACTIONS(616), - [aux_sym_canonical_domains_token1] = ACTIONS(616), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(616), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(616), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(616), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(616), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(616), - [aux_sym_certificate_file_token1] = ACTIONS(616), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(616), - [aux_sym_check_host_ip_token1] = ACTIONS(616), - [aux_sym_ciphers_token1] = ACTIONS(616), - [aux_sym_cipher_token1] = ACTIONS(618), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(616), - [aux_sym_compression_token1] = ACTIONS(616), - [aux_sym_connection_attempts_token1] = ACTIONS(616), - [aux_sym_connect_timeout_token1] = ACTIONS(616), - [aux_sym_control_master_token1] = ACTIONS(616), - [aux_sym_control_path_token1] = ACTIONS(616), - [aux_sym_control_persist_token1] = ACTIONS(616), - [aux_sym_dynamic_forward_token1] = ACTIONS(616), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(616), - [aux_sym_escape_char_token1] = ACTIONS(616), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(616), - [aux_sym_fingerprint_hash_token1] = ACTIONS(616), - [aux_sym_fork_after_authentication_token1] = ACTIONS(616), - [aux_sym_forward_agent_token1] = ACTIONS(616), - [aux_sym_forward_x11_token1] = ACTIONS(618), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(616), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(616), - [aux_sym_gateway_ports_token1] = ACTIONS(616), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(616), - [aux_sym_gssapi_authentication_token1] = ACTIONS(616), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(616), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(616), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(616), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(616), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(616), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(616), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(616), - [aux_sym_hash_known_hosts_token1] = ACTIONS(616), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(616), - [aux_sym_hostbased_authentication_token1] = ACTIONS(616), - [aux_sym_host_key_algorithms_token1] = ACTIONS(616), - [aux_sym_host_key_alias_token1] = ACTIONS(616), - [aux_sym_hostname_token1] = ACTIONS(616), - [aux_sym_identities_only_token1] = ACTIONS(616), - [aux_sym_identity_agent_token1] = ACTIONS(616), - [aux_sym_identity_file_token1] = ACTIONS(616), - [aux_sym_ignore_unknown_token1] = ACTIONS(616), - [aux_sym_include_token1] = ACTIONS(616), - [aux_sym_ip_qos_token1] = ACTIONS(616), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(616), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(616), - [aux_sym_kex_algorithms_token1] = ACTIONS(616), - [aux_sym_known_hosts_command_token1] = ACTIONS(616), - [aux_sym_local_command_token1] = ACTIONS(616), - [aux_sym_local_forward_token1] = ACTIONS(616), - [aux_sym_log_level_token1] = ACTIONS(616), - [aux_sym_log_verbose_token1] = ACTIONS(616), - [aux_sym_macs_token1] = ACTIONS(616), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(616), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(616), - [aux_sym_password_authentication_token1] = ACTIONS(616), - [aux_sym_permit_local_command_token1] = ACTIONS(616), - [aux_sym_permit_remote_open_token1] = ACTIONS(616), - [aux_sym_pkcs11_provider_token1] = ACTIONS(616), - [aux_sym_port_token1] = ACTIONS(616), - [aux_sym_preferred_authentications_token1] = ACTIONS(616), - [aux_sym_protocol_token1] = ACTIONS(616), - [aux_sym_proxy_command_token1] = ACTIONS(616), - [aux_sym_proxy_jump_token1] = ACTIONS(616), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(616), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(616), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(616), - [aux_sym_pubkey_authentication_token1] = ACTIONS(616), - [aux_sym_rekey_limit_token1] = ACTIONS(616), - [aux_sym_remote_command_token1] = ACTIONS(616), - [aux_sym_remote_forward_token1] = ACTIONS(616), - [aux_sym_request_tty_token1] = ACTIONS(616), - [aux_sym_revoked_host_keys_token1] = ACTIONS(616), - [aux_sym_security_key_provider_token1] = ACTIONS(616), - [aux_sym_send_env_token1] = ACTIONS(616), - [aux_sym_server_alive_count_max_token1] = ACTIONS(616), - [aux_sym_server_alive_interval_token1] = ACTIONS(616), - [aux_sym_session_type_token1] = ACTIONS(616), - [aux_sym_set_env_token1] = ACTIONS(616), - [aux_sym_stdin_null_token1] = ACTIONS(616), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(616), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(616), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(616), - [aux_sym_syslog_facility_token1] = ACTIONS(616), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(616), - [aux_sym_keep_alive_token1] = ACTIONS(616), - [aux_sym_tunnel_token1] = ACTIONS(618), - [aux_sym_tunnel_device_token1] = ACTIONS(616), - [aux_sym_update_host_keys_token1] = ACTIONS(616), - [aux_sym_use_keychain_token1] = ACTIONS(616), - [aux_sym_use_roaming_token1] = ACTIONS(616), - [aux_sym_user_token1] = ACTIONS(618), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(616), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(616), - [aux_sym_visual_host_key_token1] = ACTIONS(616), - [aux_sym_xauth_location_token1] = ACTIONS(616), + [ts_builtin_sym_end] = ACTIONS(621), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(623), + [anon_sym_DQUOTE] = ACTIONS(625), + [aux_sym_match_token1] = ACTIONS(621), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(621), + [aux_sym_address_family_token1] = ACTIONS(621), + [aux_sym_batch_mode_token1] = ACTIONS(621), + [aux_sym_bind_address_token1] = ACTIONS(621), + [aux_sym_bind_interface_token1] = ACTIONS(621), + [aux_sym_canonical_domains_token1] = ACTIONS(621), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(621), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(621), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(621), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(621), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(621), + [aux_sym_certificate_file_token1] = ACTIONS(621), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(621), + [aux_sym_check_host_ip_token1] = ACTIONS(621), + [aux_sym_ciphers_token1] = ACTIONS(621), + [aux_sym_cipher_token1] = ACTIONS(623), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(621), + [aux_sym_compression_token1] = ACTIONS(621), + [aux_sym_connection_attempts_token1] = ACTIONS(621), + [aux_sym_connect_timeout_token1] = ACTIONS(621), + [aux_sym_control_master_token1] = ACTIONS(621), + [aux_sym_control_path_token1] = ACTIONS(621), + [aux_sym_control_persist_token1] = ACTIONS(621), + [aux_sym_dynamic_forward_token1] = ACTIONS(621), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(621), + [aux_sym_escape_char_token1] = ACTIONS(621), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(621), + [aux_sym_fingerprint_hash_token1] = ACTIONS(621), + [aux_sym_fork_after_authentication_token1] = ACTIONS(621), + [aux_sym_forward_agent_token1] = ACTIONS(621), + [aux_sym_forward_x11_token1] = ACTIONS(623), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(621), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(621), + [aux_sym_gateway_ports_token1] = ACTIONS(621), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(621), + [aux_sym_gssapi_authentication_token1] = ACTIONS(621), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(621), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(621), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(621), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(621), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(621), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(621), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(621), + [aux_sym_hash_known_hosts_token1] = ACTIONS(621), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(621), + [aux_sym_hostbased_authentication_token1] = ACTIONS(621), + [aux_sym_host_key_algorithms_token1] = ACTIONS(621), + [aux_sym_host_key_alias_token1] = ACTIONS(621), + [aux_sym_hostname_token1] = ACTIONS(621), + [aux_sym_identities_only_token1] = ACTIONS(621), + [aux_sym_identity_agent_token1] = ACTIONS(621), + [aux_sym_identity_file_token1] = ACTIONS(621), + [aux_sym_ignore_unknown_token1] = ACTIONS(621), + [aux_sym_include_token1] = ACTIONS(621), + [aux_sym_ip_qos_token1] = ACTIONS(621), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(621), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(621), + [aux_sym_kex_algorithms_token1] = ACTIONS(621), + [aux_sym_known_hosts_command_token1] = ACTIONS(621), + [aux_sym_local_command_token1] = ACTIONS(621), + [aux_sym_local_forward_token1] = ACTIONS(621), + [aux_sym_log_level_token1] = ACTIONS(621), + [aux_sym_log_verbose_token1] = ACTIONS(621), + [aux_sym_macs_token1] = ACTIONS(621), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(621), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(621), + [aux_sym_password_authentication_token1] = ACTIONS(621), + [aux_sym_permit_local_command_token1] = ACTIONS(621), + [aux_sym_permit_remote_open_token1] = ACTIONS(621), + [aux_sym_pkcs11_provider_token1] = ACTIONS(621), + [aux_sym_port_token1] = ACTIONS(621), + [aux_sym_preferred_authentications_token1] = ACTIONS(621), + [aux_sym_protocol_token1] = ACTIONS(621), + [aux_sym_proxy_command_token1] = ACTIONS(621), + [aux_sym_proxy_jump_token1] = ACTIONS(621), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(621), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(621), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(621), + [aux_sym_pubkey_authentication_token1] = ACTIONS(621), + [aux_sym_rekey_limit_token1] = ACTIONS(621), + [aux_sym_remote_command_token1] = ACTIONS(621), + [aux_sym_remote_forward_token1] = ACTIONS(621), + [aux_sym_request_tty_token1] = ACTIONS(621), + [aux_sym_required_rsa_size_token1] = ACTIONS(621), + [aux_sym_revoked_host_keys_token1] = ACTIONS(621), + [aux_sym_security_key_provider_token1] = ACTIONS(621), + [aux_sym_send_env_token1] = ACTIONS(621), + [aux_sym_server_alive_count_max_token1] = ACTIONS(621), + [aux_sym_server_alive_interval_token1] = ACTIONS(621), + [aux_sym_session_type_token1] = ACTIONS(621), + [aux_sym_set_env_token1] = ACTIONS(621), + [aux_sym_stdin_null_token1] = ACTIONS(621), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(621), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(621), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(621), + [aux_sym_syslog_facility_token1] = ACTIONS(621), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(621), + [aux_sym_keep_alive_token1] = ACTIONS(621), + [aux_sym_tunnel_token1] = ACTIONS(623), + [aux_sym_tunnel_device_token1] = ACTIONS(621), + [aux_sym_update_host_keys_token1] = ACTIONS(621), + [aux_sym_use_keychain_token1] = ACTIONS(621), + [aux_sym_use_roaming_token1] = ACTIONS(621), + [aux_sym_user_token1] = ACTIONS(623), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(621), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(621), + [aux_sym_visual_host_key_token1] = ACTIONS(621), + [aux_sym_xauth_location_token1] = ACTIONS(621), }, [15] = { - [ts_builtin_sym_end] = ACTIONS(622), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(624), - [anon_sym_DQUOTE] = ACTIONS(626), - [aux_sym_match_token1] = ACTIONS(622), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(622), - [aux_sym_address_family_token1] = ACTIONS(622), - [aux_sym_batch_mode_token1] = ACTIONS(622), - [aux_sym_bind_address_token1] = ACTIONS(622), - [aux_sym_bind_interface_token1] = ACTIONS(622), - [aux_sym_canonical_domains_token1] = ACTIONS(622), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(622), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(622), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(622), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(622), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(622), - [aux_sym_certificate_file_token1] = ACTIONS(622), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(622), - [aux_sym_check_host_ip_token1] = ACTIONS(622), - [aux_sym_ciphers_token1] = ACTIONS(622), - [aux_sym_cipher_token1] = ACTIONS(624), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(622), - [aux_sym_compression_token1] = ACTIONS(622), - [aux_sym_connection_attempts_token1] = ACTIONS(622), - [aux_sym_connect_timeout_token1] = ACTIONS(622), - [aux_sym_control_master_token1] = ACTIONS(622), - [aux_sym_control_path_token1] = ACTIONS(622), - [aux_sym_control_persist_token1] = ACTIONS(622), - [aux_sym_dynamic_forward_token1] = ACTIONS(622), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(622), - [aux_sym_escape_char_token1] = ACTIONS(622), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(622), - [aux_sym_fingerprint_hash_token1] = ACTIONS(622), - [aux_sym_fork_after_authentication_token1] = ACTIONS(622), - [aux_sym_forward_agent_token1] = ACTIONS(622), - [aux_sym_forward_x11_token1] = ACTIONS(624), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(622), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(622), - [aux_sym_gateway_ports_token1] = ACTIONS(622), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(622), - [aux_sym_gssapi_authentication_token1] = ACTIONS(622), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(622), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(622), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(622), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(622), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(622), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(622), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(622), - [aux_sym_hash_known_hosts_token1] = ACTIONS(622), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(622), - [aux_sym_hostbased_authentication_token1] = ACTIONS(622), - [aux_sym_host_key_algorithms_token1] = ACTIONS(622), - [aux_sym_host_key_alias_token1] = ACTIONS(622), - [aux_sym_hostname_token1] = ACTIONS(622), - [aux_sym_identities_only_token1] = ACTIONS(622), - [aux_sym_identity_agent_token1] = ACTIONS(622), - [aux_sym_identity_file_token1] = ACTIONS(622), - [aux_sym_ignore_unknown_token1] = ACTIONS(622), - [aux_sym_include_token1] = ACTIONS(622), - [aux_sym_ip_qos_token1] = ACTIONS(622), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(622), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(622), - [aux_sym_kex_algorithms_token1] = ACTIONS(622), - [aux_sym_known_hosts_command_token1] = ACTIONS(622), - [aux_sym_local_command_token1] = ACTIONS(622), - [aux_sym_local_forward_token1] = ACTIONS(622), - [aux_sym_log_level_token1] = ACTIONS(622), - [aux_sym_log_verbose_token1] = ACTIONS(622), - [aux_sym_macs_token1] = ACTIONS(622), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(622), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(622), - [aux_sym_password_authentication_token1] = ACTIONS(622), - [aux_sym_permit_local_command_token1] = ACTIONS(622), - [aux_sym_permit_remote_open_token1] = ACTIONS(622), - [aux_sym_pkcs11_provider_token1] = ACTIONS(622), - [aux_sym_port_token1] = ACTIONS(622), - [aux_sym_preferred_authentications_token1] = ACTIONS(622), - [aux_sym_protocol_token1] = ACTIONS(622), - [aux_sym_proxy_command_token1] = ACTIONS(622), - [aux_sym_proxy_jump_token1] = ACTIONS(622), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(622), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(622), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(622), - [aux_sym_pubkey_authentication_token1] = ACTIONS(622), - [aux_sym_rekey_limit_token1] = ACTIONS(622), - [aux_sym_remote_command_token1] = ACTIONS(622), - [aux_sym_remote_forward_token1] = ACTIONS(622), - [aux_sym_request_tty_token1] = ACTIONS(622), - [aux_sym_revoked_host_keys_token1] = ACTIONS(622), - [aux_sym_security_key_provider_token1] = ACTIONS(622), - [aux_sym_send_env_token1] = ACTIONS(622), - [aux_sym_server_alive_count_max_token1] = ACTIONS(622), - [aux_sym_server_alive_interval_token1] = ACTIONS(622), - [aux_sym_session_type_token1] = ACTIONS(622), - [aux_sym_set_env_token1] = ACTIONS(622), - [aux_sym_stdin_null_token1] = ACTIONS(622), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(622), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(622), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(622), - [aux_sym_syslog_facility_token1] = ACTIONS(622), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(622), - [aux_sym_keep_alive_token1] = ACTIONS(622), - [aux_sym_tunnel_token1] = ACTIONS(624), - [aux_sym_tunnel_device_token1] = ACTIONS(622), - [aux_sym_update_host_keys_token1] = ACTIONS(622), - [aux_sym_use_keychain_token1] = ACTIONS(622), - [aux_sym_use_roaming_token1] = ACTIONS(622), - [aux_sym_user_token1] = ACTIONS(624), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(622), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(622), - [aux_sym_visual_host_key_token1] = ACTIONS(622), - [aux_sym_xauth_location_token1] = ACTIONS(622), + [ts_builtin_sym_end] = ACTIONS(627), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(629), + [anon_sym_DQUOTE] = ACTIONS(631), + [aux_sym_match_token1] = ACTIONS(627), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(627), + [aux_sym_address_family_token1] = ACTIONS(627), + [aux_sym_batch_mode_token1] = ACTIONS(627), + [aux_sym_bind_address_token1] = ACTIONS(627), + [aux_sym_bind_interface_token1] = ACTIONS(627), + [aux_sym_canonical_domains_token1] = ACTIONS(627), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(627), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(627), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(627), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(627), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(627), + [aux_sym_certificate_file_token1] = ACTIONS(627), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(627), + [aux_sym_check_host_ip_token1] = ACTIONS(627), + [aux_sym_ciphers_token1] = ACTIONS(627), + [aux_sym_cipher_token1] = ACTIONS(629), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(627), + [aux_sym_compression_token1] = ACTIONS(627), + [aux_sym_connection_attempts_token1] = ACTIONS(627), + [aux_sym_connect_timeout_token1] = ACTIONS(627), + [aux_sym_control_master_token1] = ACTIONS(627), + [aux_sym_control_path_token1] = ACTIONS(627), + [aux_sym_control_persist_token1] = ACTIONS(627), + [aux_sym_dynamic_forward_token1] = ACTIONS(627), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(627), + [aux_sym_escape_char_token1] = ACTIONS(627), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(627), + [aux_sym_fingerprint_hash_token1] = ACTIONS(627), + [aux_sym_fork_after_authentication_token1] = ACTIONS(627), + [aux_sym_forward_agent_token1] = ACTIONS(627), + [aux_sym_forward_x11_token1] = ACTIONS(629), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(627), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(627), + [aux_sym_gateway_ports_token1] = ACTIONS(627), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(627), + [aux_sym_gssapi_authentication_token1] = ACTIONS(627), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(627), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(627), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(627), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(627), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(627), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(627), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(627), + [aux_sym_hash_known_hosts_token1] = ACTIONS(627), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(627), + [aux_sym_hostbased_authentication_token1] = ACTIONS(627), + [aux_sym_host_key_algorithms_token1] = ACTIONS(627), + [aux_sym_host_key_alias_token1] = ACTIONS(627), + [aux_sym_hostname_token1] = ACTIONS(627), + [aux_sym_identities_only_token1] = ACTIONS(627), + [aux_sym_identity_agent_token1] = ACTIONS(627), + [aux_sym_identity_file_token1] = ACTIONS(627), + [aux_sym_ignore_unknown_token1] = ACTIONS(627), + [aux_sym_include_token1] = ACTIONS(627), + [aux_sym_ip_qos_token1] = ACTIONS(627), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(627), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(627), + [aux_sym_kex_algorithms_token1] = ACTIONS(627), + [aux_sym_known_hosts_command_token1] = ACTIONS(627), + [aux_sym_local_command_token1] = ACTIONS(627), + [aux_sym_local_forward_token1] = ACTIONS(627), + [aux_sym_log_level_token1] = ACTIONS(627), + [aux_sym_log_verbose_token1] = ACTIONS(627), + [aux_sym_macs_token1] = ACTIONS(627), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(627), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(627), + [aux_sym_password_authentication_token1] = ACTIONS(627), + [aux_sym_permit_local_command_token1] = ACTIONS(627), + [aux_sym_permit_remote_open_token1] = ACTIONS(627), + [aux_sym_pkcs11_provider_token1] = ACTIONS(627), + [aux_sym_port_token1] = ACTIONS(627), + [aux_sym_preferred_authentications_token1] = ACTIONS(627), + [aux_sym_protocol_token1] = ACTIONS(627), + [aux_sym_proxy_command_token1] = ACTIONS(627), + [aux_sym_proxy_jump_token1] = ACTIONS(627), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(627), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(627), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(627), + [aux_sym_pubkey_authentication_token1] = ACTIONS(627), + [aux_sym_rekey_limit_token1] = ACTIONS(627), + [aux_sym_remote_command_token1] = ACTIONS(627), + [aux_sym_remote_forward_token1] = ACTIONS(627), + [aux_sym_request_tty_token1] = ACTIONS(627), + [aux_sym_required_rsa_size_token1] = ACTIONS(627), + [aux_sym_revoked_host_keys_token1] = ACTIONS(627), + [aux_sym_security_key_provider_token1] = ACTIONS(627), + [aux_sym_send_env_token1] = ACTIONS(627), + [aux_sym_server_alive_count_max_token1] = ACTIONS(627), + [aux_sym_server_alive_interval_token1] = ACTIONS(627), + [aux_sym_session_type_token1] = ACTIONS(627), + [aux_sym_set_env_token1] = ACTIONS(627), + [aux_sym_stdin_null_token1] = ACTIONS(627), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(627), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(627), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(627), + [aux_sym_syslog_facility_token1] = ACTIONS(627), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(627), + [aux_sym_keep_alive_token1] = ACTIONS(627), + [aux_sym_tunnel_token1] = ACTIONS(629), + [aux_sym_tunnel_device_token1] = ACTIONS(627), + [aux_sym_update_host_keys_token1] = ACTIONS(627), + [aux_sym_use_keychain_token1] = ACTIONS(627), + [aux_sym_use_roaming_token1] = ACTIONS(627), + [aux_sym_user_token1] = ACTIONS(629), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(627), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(627), + [aux_sym_visual_host_key_token1] = ACTIONS(627), + [aux_sym_xauth_location_token1] = ACTIONS(627), }, [16] = { - [ts_builtin_sym_end] = ACTIONS(628), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(630), - [anon_sym_DQUOTE] = ACTIONS(632), - [aux_sym_match_token1] = ACTIONS(628), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(628), - [aux_sym_address_family_token1] = ACTIONS(628), - [aux_sym_batch_mode_token1] = ACTIONS(628), - [aux_sym_bind_address_token1] = ACTIONS(628), - [aux_sym_bind_interface_token1] = ACTIONS(628), - [aux_sym_canonical_domains_token1] = ACTIONS(628), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(628), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(628), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(628), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(628), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(628), - [aux_sym_certificate_file_token1] = ACTIONS(628), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(628), - [aux_sym_check_host_ip_token1] = ACTIONS(628), - [aux_sym_ciphers_token1] = ACTIONS(628), - [aux_sym_cipher_token1] = ACTIONS(630), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(628), - [aux_sym_compression_token1] = ACTIONS(628), - [aux_sym_connection_attempts_token1] = ACTIONS(628), - [aux_sym_connect_timeout_token1] = ACTIONS(628), - [aux_sym_control_master_token1] = ACTIONS(628), - [aux_sym_control_path_token1] = ACTIONS(628), - [aux_sym_control_persist_token1] = ACTIONS(628), - [aux_sym_dynamic_forward_token1] = ACTIONS(628), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(628), - [aux_sym_escape_char_token1] = ACTIONS(628), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(628), - [aux_sym_fingerprint_hash_token1] = ACTIONS(628), - [aux_sym_fork_after_authentication_token1] = ACTIONS(628), - [aux_sym_forward_agent_token1] = ACTIONS(628), - [aux_sym_forward_x11_token1] = ACTIONS(630), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(628), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(628), - [aux_sym_gateway_ports_token1] = ACTIONS(628), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(628), - [aux_sym_gssapi_authentication_token1] = ACTIONS(628), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(628), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(628), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(628), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(628), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(628), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(628), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(628), - [aux_sym_hash_known_hosts_token1] = ACTIONS(628), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(628), - [aux_sym_hostbased_authentication_token1] = ACTIONS(628), - [aux_sym_host_key_algorithms_token1] = ACTIONS(628), - [aux_sym_host_key_alias_token1] = ACTIONS(628), - [aux_sym_hostname_token1] = ACTIONS(628), - [aux_sym_identities_only_token1] = ACTIONS(628), - [aux_sym_identity_agent_token1] = ACTIONS(628), - [aux_sym_identity_file_token1] = ACTIONS(628), - [aux_sym_ignore_unknown_token1] = ACTIONS(628), - [aux_sym_include_token1] = ACTIONS(628), - [aux_sym_ip_qos_token1] = ACTIONS(628), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(628), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(628), - [aux_sym_kex_algorithms_token1] = ACTIONS(628), - [aux_sym_known_hosts_command_token1] = ACTIONS(628), - [aux_sym_local_command_token1] = ACTIONS(628), - [aux_sym_local_forward_token1] = ACTIONS(628), - [aux_sym_log_level_token1] = ACTIONS(628), - [aux_sym_log_verbose_token1] = ACTIONS(628), - [aux_sym_macs_token1] = ACTIONS(628), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(628), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(628), - [aux_sym_password_authentication_token1] = ACTIONS(628), - [aux_sym_permit_local_command_token1] = ACTIONS(628), - [aux_sym_permit_remote_open_token1] = ACTIONS(628), - [aux_sym_pkcs11_provider_token1] = ACTIONS(628), - [aux_sym_port_token1] = ACTIONS(628), - [aux_sym_preferred_authentications_token1] = ACTIONS(628), - [aux_sym_protocol_token1] = ACTIONS(628), - [aux_sym_proxy_command_token1] = ACTIONS(628), - [aux_sym_proxy_jump_token1] = ACTIONS(628), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(628), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(628), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(628), - [aux_sym_pubkey_authentication_token1] = ACTIONS(628), - [aux_sym_rekey_limit_token1] = ACTIONS(628), - [aux_sym_remote_command_token1] = ACTIONS(628), - [aux_sym_remote_forward_token1] = ACTIONS(628), - [aux_sym_request_tty_token1] = ACTIONS(628), - [aux_sym_revoked_host_keys_token1] = ACTIONS(628), - [aux_sym_security_key_provider_token1] = ACTIONS(628), - [aux_sym_send_env_token1] = ACTIONS(628), - [aux_sym_server_alive_count_max_token1] = ACTIONS(628), - [aux_sym_server_alive_interval_token1] = ACTIONS(628), - [aux_sym_session_type_token1] = ACTIONS(628), - [aux_sym_set_env_token1] = ACTIONS(628), - [aux_sym_stdin_null_token1] = ACTIONS(628), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(628), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(628), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(628), - [aux_sym_syslog_facility_token1] = ACTIONS(628), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(628), - [aux_sym_keep_alive_token1] = ACTIONS(628), - [aux_sym_tunnel_token1] = ACTIONS(630), - [aux_sym_tunnel_device_token1] = ACTIONS(628), - [aux_sym_update_host_keys_token1] = ACTIONS(628), - [aux_sym_use_keychain_token1] = ACTIONS(628), - [aux_sym_use_roaming_token1] = ACTIONS(628), - [aux_sym_user_token1] = ACTIONS(630), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(628), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(628), - [aux_sym_visual_host_key_token1] = ACTIONS(628), - [aux_sym_xauth_location_token1] = ACTIONS(628), + [ts_builtin_sym_end] = ACTIONS(633), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(635), + [anon_sym_DQUOTE] = ACTIONS(637), + [aux_sym_match_token1] = ACTIONS(633), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(633), + [aux_sym_address_family_token1] = ACTIONS(633), + [aux_sym_batch_mode_token1] = ACTIONS(633), + [aux_sym_bind_address_token1] = ACTIONS(633), + [aux_sym_bind_interface_token1] = ACTIONS(633), + [aux_sym_canonical_domains_token1] = ACTIONS(633), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(633), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(633), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(633), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(633), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(633), + [aux_sym_certificate_file_token1] = ACTIONS(633), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(633), + [aux_sym_check_host_ip_token1] = ACTIONS(633), + [aux_sym_ciphers_token1] = ACTIONS(633), + [aux_sym_cipher_token1] = ACTIONS(635), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(633), + [aux_sym_compression_token1] = ACTIONS(633), + [aux_sym_connection_attempts_token1] = ACTIONS(633), + [aux_sym_connect_timeout_token1] = ACTIONS(633), + [aux_sym_control_master_token1] = ACTIONS(633), + [aux_sym_control_path_token1] = ACTIONS(633), + [aux_sym_control_persist_token1] = ACTIONS(633), + [aux_sym_dynamic_forward_token1] = ACTIONS(633), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(633), + [aux_sym_escape_char_token1] = ACTIONS(633), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(633), + [aux_sym_fingerprint_hash_token1] = ACTIONS(633), + [aux_sym_fork_after_authentication_token1] = ACTIONS(633), + [aux_sym_forward_agent_token1] = ACTIONS(633), + [aux_sym_forward_x11_token1] = ACTIONS(635), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(633), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(633), + [aux_sym_gateway_ports_token1] = ACTIONS(633), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(633), + [aux_sym_gssapi_authentication_token1] = ACTIONS(633), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(633), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(633), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(633), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(633), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(633), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(633), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(633), + [aux_sym_hash_known_hosts_token1] = ACTIONS(633), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(633), + [aux_sym_hostbased_authentication_token1] = ACTIONS(633), + [aux_sym_host_key_algorithms_token1] = ACTIONS(633), + [aux_sym_host_key_alias_token1] = ACTIONS(633), + [aux_sym_hostname_token1] = ACTIONS(633), + [aux_sym_identities_only_token1] = ACTIONS(633), + [aux_sym_identity_agent_token1] = ACTIONS(633), + [aux_sym_identity_file_token1] = ACTIONS(633), + [aux_sym_ignore_unknown_token1] = ACTIONS(633), + [aux_sym_include_token1] = ACTIONS(633), + [aux_sym_ip_qos_token1] = ACTIONS(633), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(633), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(633), + [aux_sym_kex_algorithms_token1] = ACTIONS(633), + [aux_sym_known_hosts_command_token1] = ACTIONS(633), + [aux_sym_local_command_token1] = ACTIONS(633), + [aux_sym_local_forward_token1] = ACTIONS(633), + [aux_sym_log_level_token1] = ACTIONS(633), + [aux_sym_log_verbose_token1] = ACTIONS(633), + [aux_sym_macs_token1] = ACTIONS(633), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(633), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(633), + [aux_sym_password_authentication_token1] = ACTIONS(633), + [aux_sym_permit_local_command_token1] = ACTIONS(633), + [aux_sym_permit_remote_open_token1] = ACTIONS(633), + [aux_sym_pkcs11_provider_token1] = ACTIONS(633), + [aux_sym_port_token1] = ACTIONS(633), + [aux_sym_preferred_authentications_token1] = ACTIONS(633), + [aux_sym_protocol_token1] = ACTIONS(633), + [aux_sym_proxy_command_token1] = ACTIONS(633), + [aux_sym_proxy_jump_token1] = ACTIONS(633), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(633), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(633), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(633), + [aux_sym_pubkey_authentication_token1] = ACTIONS(633), + [aux_sym_rekey_limit_token1] = ACTIONS(633), + [aux_sym_remote_command_token1] = ACTIONS(633), + [aux_sym_remote_forward_token1] = ACTIONS(633), + [aux_sym_request_tty_token1] = ACTIONS(633), + [aux_sym_required_rsa_size_token1] = ACTIONS(633), + [aux_sym_revoked_host_keys_token1] = ACTIONS(633), + [aux_sym_security_key_provider_token1] = ACTIONS(633), + [aux_sym_send_env_token1] = ACTIONS(633), + [aux_sym_server_alive_count_max_token1] = ACTIONS(633), + [aux_sym_server_alive_interval_token1] = ACTIONS(633), + [aux_sym_session_type_token1] = ACTIONS(633), + [aux_sym_set_env_token1] = ACTIONS(633), + [aux_sym_stdin_null_token1] = ACTIONS(633), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(633), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(633), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(633), + [aux_sym_syslog_facility_token1] = ACTIONS(633), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(633), + [aux_sym_keep_alive_token1] = ACTIONS(633), + [aux_sym_tunnel_token1] = ACTIONS(635), + [aux_sym_tunnel_device_token1] = ACTIONS(633), + [aux_sym_update_host_keys_token1] = ACTIONS(633), + [aux_sym_use_keychain_token1] = ACTIONS(633), + [aux_sym_use_roaming_token1] = ACTIONS(633), + [aux_sym_user_token1] = ACTIONS(635), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(633), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(633), + [aux_sym_visual_host_key_token1] = ACTIONS(633), + [aux_sym_xauth_location_token1] = ACTIONS(633), }, [17] = { - [ts_builtin_sym_end] = ACTIONS(634), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(636), - [anon_sym_DQUOTE] = ACTIONS(638), - [aux_sym_match_token1] = ACTIONS(634), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(634), - [aux_sym_address_family_token1] = ACTIONS(634), - [aux_sym_batch_mode_token1] = ACTIONS(634), - [aux_sym_bind_address_token1] = ACTIONS(634), - [aux_sym_bind_interface_token1] = ACTIONS(634), - [aux_sym_canonical_domains_token1] = ACTIONS(634), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(634), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(634), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(634), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(634), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(634), - [aux_sym_certificate_file_token1] = ACTIONS(634), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(634), - [aux_sym_check_host_ip_token1] = ACTIONS(634), - [aux_sym_ciphers_token1] = ACTIONS(634), - [aux_sym_cipher_token1] = ACTIONS(636), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(634), - [aux_sym_compression_token1] = ACTIONS(634), - [aux_sym_connection_attempts_token1] = ACTIONS(634), - [aux_sym_connect_timeout_token1] = ACTIONS(634), - [aux_sym_control_master_token1] = ACTIONS(634), - [aux_sym_control_path_token1] = ACTIONS(634), - [aux_sym_control_persist_token1] = ACTIONS(634), - [aux_sym_dynamic_forward_token1] = ACTIONS(634), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(634), - [aux_sym_escape_char_token1] = ACTIONS(634), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(634), - [aux_sym_fingerprint_hash_token1] = ACTIONS(634), - [aux_sym_fork_after_authentication_token1] = ACTIONS(634), - [aux_sym_forward_agent_token1] = ACTIONS(634), - [aux_sym_forward_x11_token1] = ACTIONS(636), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(634), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(634), - [aux_sym_gateway_ports_token1] = ACTIONS(634), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(634), - [aux_sym_gssapi_authentication_token1] = ACTIONS(634), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(634), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(634), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(634), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(634), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(634), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(634), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(634), - [aux_sym_hash_known_hosts_token1] = ACTIONS(634), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(634), - [aux_sym_hostbased_authentication_token1] = ACTIONS(634), - [aux_sym_host_key_algorithms_token1] = ACTIONS(634), - [aux_sym_host_key_alias_token1] = ACTIONS(634), - [aux_sym_hostname_token1] = ACTIONS(634), - [aux_sym_identities_only_token1] = ACTIONS(634), - [aux_sym_identity_agent_token1] = ACTIONS(634), - [aux_sym_identity_file_token1] = ACTIONS(634), - [aux_sym_ignore_unknown_token1] = ACTIONS(634), - [aux_sym_include_token1] = ACTIONS(634), - [aux_sym_ip_qos_token1] = ACTIONS(634), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(634), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(634), - [aux_sym_kex_algorithms_token1] = ACTIONS(634), - [aux_sym_known_hosts_command_token1] = ACTIONS(634), - [aux_sym_local_command_token1] = ACTIONS(634), - [aux_sym_local_forward_token1] = ACTIONS(634), - [aux_sym_log_level_token1] = ACTIONS(634), - [aux_sym_log_verbose_token1] = ACTIONS(634), - [aux_sym_macs_token1] = ACTIONS(634), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(634), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(634), - [aux_sym_password_authentication_token1] = ACTIONS(634), - [aux_sym_permit_local_command_token1] = ACTIONS(634), - [aux_sym_permit_remote_open_token1] = ACTIONS(634), - [aux_sym_pkcs11_provider_token1] = ACTIONS(634), - [aux_sym_port_token1] = ACTIONS(634), - [aux_sym_preferred_authentications_token1] = ACTIONS(634), - [aux_sym_protocol_token1] = ACTIONS(634), - [aux_sym_proxy_command_token1] = ACTIONS(634), - [aux_sym_proxy_jump_token1] = ACTIONS(634), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(634), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(634), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(634), - [aux_sym_pubkey_authentication_token1] = ACTIONS(634), - [aux_sym_rekey_limit_token1] = ACTIONS(634), - [aux_sym_remote_command_token1] = ACTIONS(634), - [aux_sym_remote_forward_token1] = ACTIONS(634), - [aux_sym_request_tty_token1] = ACTIONS(634), - [aux_sym_revoked_host_keys_token1] = ACTIONS(634), - [aux_sym_security_key_provider_token1] = ACTIONS(634), - [aux_sym_send_env_token1] = ACTIONS(634), - [aux_sym_server_alive_count_max_token1] = ACTIONS(634), - [aux_sym_server_alive_interval_token1] = ACTIONS(634), - [aux_sym_session_type_token1] = ACTIONS(634), - [aux_sym_set_env_token1] = ACTIONS(634), - [aux_sym_stdin_null_token1] = ACTIONS(634), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(634), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(634), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(634), - [aux_sym_syslog_facility_token1] = ACTIONS(634), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(634), - [aux_sym_keep_alive_token1] = ACTIONS(634), - [aux_sym_tunnel_token1] = ACTIONS(636), - [aux_sym_tunnel_device_token1] = ACTIONS(634), - [aux_sym_update_host_keys_token1] = ACTIONS(634), - [aux_sym_use_keychain_token1] = ACTIONS(634), - [aux_sym_use_roaming_token1] = ACTIONS(634), - [aux_sym_user_token1] = ACTIONS(636), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(634), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(634), - [aux_sym_visual_host_key_token1] = ACTIONS(634), - [aux_sym_xauth_location_token1] = ACTIONS(634), + [ts_builtin_sym_end] = ACTIONS(639), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(641), + [anon_sym_DQUOTE] = ACTIONS(643), + [aux_sym_match_token1] = ACTIONS(639), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(639), + [aux_sym_address_family_token1] = ACTIONS(639), + [aux_sym_batch_mode_token1] = ACTIONS(639), + [aux_sym_bind_address_token1] = ACTIONS(639), + [aux_sym_bind_interface_token1] = ACTIONS(639), + [aux_sym_canonical_domains_token1] = ACTIONS(639), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(639), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(639), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(639), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(639), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(639), + [aux_sym_certificate_file_token1] = ACTIONS(639), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(639), + [aux_sym_check_host_ip_token1] = ACTIONS(639), + [aux_sym_ciphers_token1] = ACTIONS(639), + [aux_sym_cipher_token1] = ACTIONS(641), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(639), + [aux_sym_compression_token1] = ACTIONS(639), + [aux_sym_connection_attempts_token1] = ACTIONS(639), + [aux_sym_connect_timeout_token1] = ACTIONS(639), + [aux_sym_control_master_token1] = ACTIONS(639), + [aux_sym_control_path_token1] = ACTIONS(639), + [aux_sym_control_persist_token1] = ACTIONS(639), + [aux_sym_dynamic_forward_token1] = ACTIONS(639), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(639), + [aux_sym_escape_char_token1] = ACTIONS(639), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(639), + [aux_sym_fingerprint_hash_token1] = ACTIONS(639), + [aux_sym_fork_after_authentication_token1] = ACTIONS(639), + [aux_sym_forward_agent_token1] = ACTIONS(639), + [aux_sym_forward_x11_token1] = ACTIONS(641), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(639), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(639), + [aux_sym_gateway_ports_token1] = ACTIONS(639), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(639), + [aux_sym_gssapi_authentication_token1] = ACTIONS(639), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(639), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(639), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(639), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(639), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(639), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(639), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(639), + [aux_sym_hash_known_hosts_token1] = ACTIONS(639), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(639), + [aux_sym_hostbased_authentication_token1] = ACTIONS(639), + [aux_sym_host_key_algorithms_token1] = ACTIONS(639), + [aux_sym_host_key_alias_token1] = ACTIONS(639), + [aux_sym_hostname_token1] = ACTIONS(639), + [aux_sym_identities_only_token1] = ACTIONS(639), + [aux_sym_identity_agent_token1] = ACTIONS(639), + [aux_sym_identity_file_token1] = ACTIONS(639), + [aux_sym_ignore_unknown_token1] = ACTIONS(639), + [aux_sym_include_token1] = ACTIONS(639), + [aux_sym_ip_qos_token1] = ACTIONS(639), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(639), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(639), + [aux_sym_kex_algorithms_token1] = ACTIONS(639), + [aux_sym_known_hosts_command_token1] = ACTIONS(639), + [aux_sym_local_command_token1] = ACTIONS(639), + [aux_sym_local_forward_token1] = ACTIONS(639), + [aux_sym_log_level_token1] = ACTIONS(639), + [aux_sym_log_verbose_token1] = ACTIONS(639), + [aux_sym_macs_token1] = ACTIONS(639), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(639), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(639), + [aux_sym_password_authentication_token1] = ACTIONS(639), + [aux_sym_permit_local_command_token1] = ACTIONS(639), + [aux_sym_permit_remote_open_token1] = ACTIONS(639), + [aux_sym_pkcs11_provider_token1] = ACTIONS(639), + [aux_sym_port_token1] = ACTIONS(639), + [aux_sym_preferred_authentications_token1] = ACTIONS(639), + [aux_sym_protocol_token1] = ACTIONS(639), + [aux_sym_proxy_command_token1] = ACTIONS(639), + [aux_sym_proxy_jump_token1] = ACTIONS(639), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(639), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(639), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(639), + [aux_sym_pubkey_authentication_token1] = ACTIONS(639), + [aux_sym_rekey_limit_token1] = ACTIONS(639), + [aux_sym_remote_command_token1] = ACTIONS(639), + [aux_sym_remote_forward_token1] = ACTIONS(639), + [aux_sym_request_tty_token1] = ACTIONS(639), + [aux_sym_required_rsa_size_token1] = ACTIONS(639), + [aux_sym_revoked_host_keys_token1] = ACTIONS(639), + [aux_sym_security_key_provider_token1] = ACTIONS(639), + [aux_sym_send_env_token1] = ACTIONS(639), + [aux_sym_server_alive_count_max_token1] = ACTIONS(639), + [aux_sym_server_alive_interval_token1] = ACTIONS(639), + [aux_sym_session_type_token1] = ACTIONS(639), + [aux_sym_set_env_token1] = ACTIONS(639), + [aux_sym_stdin_null_token1] = ACTIONS(639), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(639), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(639), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(639), + [aux_sym_syslog_facility_token1] = ACTIONS(639), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(639), + [aux_sym_keep_alive_token1] = ACTIONS(639), + [aux_sym_tunnel_token1] = ACTIONS(641), + [aux_sym_tunnel_device_token1] = ACTIONS(639), + [aux_sym_update_host_keys_token1] = ACTIONS(639), + [aux_sym_use_keychain_token1] = ACTIONS(639), + [aux_sym_use_roaming_token1] = ACTIONS(639), + [aux_sym_user_token1] = ACTIONS(641), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(639), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(639), + [aux_sym_visual_host_key_token1] = ACTIONS(639), + [aux_sym_xauth_location_token1] = ACTIONS(639), }, [18] = { - [ts_builtin_sym_end] = ACTIONS(640), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(642), - [anon_sym_DQUOTE] = ACTIONS(644), - [aux_sym_match_token1] = ACTIONS(640), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(640), - [aux_sym_address_family_token1] = ACTIONS(640), - [aux_sym_batch_mode_token1] = ACTIONS(640), - [aux_sym_bind_address_token1] = ACTIONS(640), - [aux_sym_bind_interface_token1] = ACTIONS(640), - [aux_sym_canonical_domains_token1] = ACTIONS(640), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(640), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(640), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(640), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(640), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(640), - [aux_sym_certificate_file_token1] = ACTIONS(640), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(640), - [aux_sym_check_host_ip_token1] = ACTIONS(640), - [aux_sym_ciphers_token1] = ACTIONS(640), - [aux_sym_cipher_token1] = ACTIONS(642), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(640), - [aux_sym_compression_token1] = ACTIONS(640), - [aux_sym_connection_attempts_token1] = ACTIONS(640), - [aux_sym_connect_timeout_token1] = ACTIONS(640), - [aux_sym_control_master_token1] = ACTIONS(640), - [aux_sym_control_path_token1] = ACTIONS(640), - [aux_sym_control_persist_token1] = ACTIONS(640), - [aux_sym_dynamic_forward_token1] = ACTIONS(640), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(640), - [aux_sym_escape_char_token1] = ACTIONS(640), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(640), - [aux_sym_fingerprint_hash_token1] = ACTIONS(640), - [aux_sym_fork_after_authentication_token1] = ACTIONS(640), - [aux_sym_forward_agent_token1] = ACTIONS(640), - [aux_sym_forward_x11_token1] = ACTIONS(642), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(640), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(640), - [aux_sym_gateway_ports_token1] = ACTIONS(640), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(640), - [aux_sym_gssapi_authentication_token1] = ACTIONS(640), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(640), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(640), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(640), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(640), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(640), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(640), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(640), - [aux_sym_hash_known_hosts_token1] = ACTIONS(640), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(640), - [aux_sym_hostbased_authentication_token1] = ACTIONS(640), - [aux_sym_host_key_algorithms_token1] = ACTIONS(640), - [aux_sym_host_key_alias_token1] = ACTIONS(640), - [aux_sym_hostname_token1] = ACTIONS(640), - [aux_sym_identities_only_token1] = ACTIONS(640), - [aux_sym_identity_agent_token1] = ACTIONS(640), - [aux_sym_identity_file_token1] = ACTIONS(640), - [aux_sym_ignore_unknown_token1] = ACTIONS(640), - [aux_sym_include_token1] = ACTIONS(640), - [aux_sym_ip_qos_token1] = ACTIONS(640), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(640), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(640), - [aux_sym_kex_algorithms_token1] = ACTIONS(640), - [aux_sym_known_hosts_command_token1] = ACTIONS(640), - [aux_sym_local_command_token1] = ACTIONS(640), - [aux_sym_local_forward_token1] = ACTIONS(640), - [aux_sym_log_level_token1] = ACTIONS(640), - [aux_sym_log_verbose_token1] = ACTIONS(640), - [aux_sym_macs_token1] = ACTIONS(640), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(640), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(640), - [aux_sym_password_authentication_token1] = ACTIONS(640), - [aux_sym_permit_local_command_token1] = ACTIONS(640), - [aux_sym_permit_remote_open_token1] = ACTIONS(640), - [aux_sym_pkcs11_provider_token1] = ACTIONS(640), - [aux_sym_port_token1] = ACTIONS(640), - [aux_sym_preferred_authentications_token1] = ACTIONS(640), - [aux_sym_protocol_token1] = ACTIONS(640), - [aux_sym_proxy_command_token1] = ACTIONS(640), - [aux_sym_proxy_jump_token1] = ACTIONS(640), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(640), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(640), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(640), - [aux_sym_pubkey_authentication_token1] = ACTIONS(640), - [aux_sym_rekey_limit_token1] = ACTIONS(640), - [aux_sym_remote_command_token1] = ACTIONS(640), - [aux_sym_remote_forward_token1] = ACTIONS(640), - [aux_sym_request_tty_token1] = ACTIONS(640), - [aux_sym_revoked_host_keys_token1] = ACTIONS(640), - [aux_sym_security_key_provider_token1] = ACTIONS(640), - [aux_sym_send_env_token1] = ACTIONS(640), - [aux_sym_server_alive_count_max_token1] = ACTIONS(640), - [aux_sym_server_alive_interval_token1] = ACTIONS(640), - [aux_sym_session_type_token1] = ACTIONS(640), - [aux_sym_set_env_token1] = ACTIONS(640), - [aux_sym_stdin_null_token1] = ACTIONS(640), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(640), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(640), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(640), - [aux_sym_syslog_facility_token1] = ACTIONS(640), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(640), - [aux_sym_keep_alive_token1] = ACTIONS(640), - [aux_sym_tunnel_token1] = ACTIONS(642), - [aux_sym_tunnel_device_token1] = ACTIONS(640), - [aux_sym_update_host_keys_token1] = ACTIONS(640), - [aux_sym_use_keychain_token1] = ACTIONS(640), - [aux_sym_use_roaming_token1] = ACTIONS(640), - [aux_sym_user_token1] = ACTIONS(642), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(640), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(640), - [aux_sym_visual_host_key_token1] = ACTIONS(640), - [aux_sym_xauth_location_token1] = ACTIONS(640), + [ts_builtin_sym_end] = ACTIONS(645), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(647), + [anon_sym_DQUOTE] = ACTIONS(649), + [aux_sym_match_token1] = ACTIONS(645), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(645), + [aux_sym_address_family_token1] = ACTIONS(645), + [aux_sym_batch_mode_token1] = ACTIONS(645), + [aux_sym_bind_address_token1] = ACTIONS(645), + [aux_sym_bind_interface_token1] = ACTIONS(645), + [aux_sym_canonical_domains_token1] = ACTIONS(645), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(645), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(645), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(645), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(645), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(645), + [aux_sym_certificate_file_token1] = ACTIONS(645), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(645), + [aux_sym_check_host_ip_token1] = ACTIONS(645), + [aux_sym_ciphers_token1] = ACTIONS(645), + [aux_sym_cipher_token1] = ACTIONS(647), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(645), + [aux_sym_compression_token1] = ACTIONS(645), + [aux_sym_connection_attempts_token1] = ACTIONS(645), + [aux_sym_connect_timeout_token1] = ACTIONS(645), + [aux_sym_control_master_token1] = ACTIONS(645), + [aux_sym_control_path_token1] = ACTIONS(645), + [aux_sym_control_persist_token1] = ACTIONS(645), + [aux_sym_dynamic_forward_token1] = ACTIONS(645), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(645), + [aux_sym_escape_char_token1] = ACTIONS(645), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(645), + [aux_sym_fingerprint_hash_token1] = ACTIONS(645), + [aux_sym_fork_after_authentication_token1] = ACTIONS(645), + [aux_sym_forward_agent_token1] = ACTIONS(645), + [aux_sym_forward_x11_token1] = ACTIONS(647), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(645), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(645), + [aux_sym_gateway_ports_token1] = ACTIONS(645), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(645), + [aux_sym_gssapi_authentication_token1] = ACTIONS(645), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(645), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(645), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(645), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(645), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(645), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(645), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(645), + [aux_sym_hash_known_hosts_token1] = ACTIONS(645), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(645), + [aux_sym_hostbased_authentication_token1] = ACTIONS(645), + [aux_sym_host_key_algorithms_token1] = ACTIONS(645), + [aux_sym_host_key_alias_token1] = ACTIONS(645), + [aux_sym_hostname_token1] = ACTIONS(645), + [aux_sym_identities_only_token1] = ACTIONS(645), + [aux_sym_identity_agent_token1] = ACTIONS(645), + [aux_sym_identity_file_token1] = ACTIONS(645), + [aux_sym_ignore_unknown_token1] = ACTIONS(645), + [aux_sym_include_token1] = ACTIONS(645), + [aux_sym_ip_qos_token1] = ACTIONS(645), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(645), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(645), + [aux_sym_kex_algorithms_token1] = ACTIONS(645), + [aux_sym_known_hosts_command_token1] = ACTIONS(645), + [aux_sym_local_command_token1] = ACTIONS(645), + [aux_sym_local_forward_token1] = ACTIONS(645), + [aux_sym_log_level_token1] = ACTIONS(645), + [aux_sym_log_verbose_token1] = ACTIONS(645), + [aux_sym_macs_token1] = ACTIONS(645), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(645), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(645), + [aux_sym_password_authentication_token1] = ACTIONS(645), + [aux_sym_permit_local_command_token1] = ACTIONS(645), + [aux_sym_permit_remote_open_token1] = ACTIONS(645), + [aux_sym_pkcs11_provider_token1] = ACTIONS(645), + [aux_sym_port_token1] = ACTIONS(645), + [aux_sym_preferred_authentications_token1] = ACTIONS(645), + [aux_sym_protocol_token1] = ACTIONS(645), + [aux_sym_proxy_command_token1] = ACTIONS(645), + [aux_sym_proxy_jump_token1] = ACTIONS(645), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(645), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(645), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(645), + [aux_sym_pubkey_authentication_token1] = ACTIONS(645), + [aux_sym_rekey_limit_token1] = ACTIONS(645), + [aux_sym_remote_command_token1] = ACTIONS(645), + [aux_sym_remote_forward_token1] = ACTIONS(645), + [aux_sym_request_tty_token1] = ACTIONS(645), + [aux_sym_required_rsa_size_token1] = ACTIONS(645), + [aux_sym_revoked_host_keys_token1] = ACTIONS(645), + [aux_sym_security_key_provider_token1] = ACTIONS(645), + [aux_sym_send_env_token1] = ACTIONS(645), + [aux_sym_server_alive_count_max_token1] = ACTIONS(645), + [aux_sym_server_alive_interval_token1] = ACTIONS(645), + [aux_sym_session_type_token1] = ACTIONS(645), + [aux_sym_set_env_token1] = ACTIONS(645), + [aux_sym_stdin_null_token1] = ACTIONS(645), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(645), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(645), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(645), + [aux_sym_syslog_facility_token1] = ACTIONS(645), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(645), + [aux_sym_keep_alive_token1] = ACTIONS(645), + [aux_sym_tunnel_token1] = ACTIONS(647), + [aux_sym_tunnel_device_token1] = ACTIONS(645), + [aux_sym_update_host_keys_token1] = ACTIONS(645), + [aux_sym_use_keychain_token1] = ACTIONS(645), + [aux_sym_use_roaming_token1] = ACTIONS(645), + [aux_sym_user_token1] = ACTIONS(647), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(645), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(645), + [aux_sym_visual_host_key_token1] = ACTIONS(645), + [aux_sym_xauth_location_token1] = ACTIONS(645), }, [19] = { - [ts_builtin_sym_end] = ACTIONS(646), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(648), - [anon_sym_DQUOTE] = ACTIONS(650), - [aux_sym_match_token1] = ACTIONS(646), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(646), - [aux_sym_address_family_token1] = ACTIONS(646), - [aux_sym_batch_mode_token1] = ACTIONS(646), - [aux_sym_bind_address_token1] = ACTIONS(646), - [aux_sym_bind_interface_token1] = ACTIONS(646), - [aux_sym_canonical_domains_token1] = ACTIONS(646), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(646), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(646), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(646), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(646), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(646), - [aux_sym_certificate_file_token1] = ACTIONS(646), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(646), - [aux_sym_check_host_ip_token1] = ACTIONS(646), - [aux_sym_ciphers_token1] = ACTIONS(646), - [aux_sym_cipher_token1] = ACTIONS(648), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(646), - [aux_sym_compression_token1] = ACTIONS(646), - [aux_sym_connection_attempts_token1] = ACTIONS(646), - [aux_sym_connect_timeout_token1] = ACTIONS(646), - [aux_sym_control_master_token1] = ACTIONS(646), - [aux_sym_control_path_token1] = ACTIONS(646), - [aux_sym_control_persist_token1] = ACTIONS(646), - [aux_sym_dynamic_forward_token1] = ACTIONS(646), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(646), - [aux_sym_escape_char_token1] = ACTIONS(646), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(646), - [aux_sym_fingerprint_hash_token1] = ACTIONS(646), - [aux_sym_fork_after_authentication_token1] = ACTIONS(646), - [aux_sym_forward_agent_token1] = ACTIONS(646), - [aux_sym_forward_x11_token1] = ACTIONS(648), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(646), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(646), - [aux_sym_gateway_ports_token1] = ACTIONS(646), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(646), - [aux_sym_gssapi_authentication_token1] = ACTIONS(646), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(646), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(646), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(646), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(646), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(646), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(646), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(646), - [aux_sym_hash_known_hosts_token1] = ACTIONS(646), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(646), - [aux_sym_hostbased_authentication_token1] = ACTIONS(646), - [aux_sym_host_key_algorithms_token1] = ACTIONS(646), - [aux_sym_host_key_alias_token1] = ACTIONS(646), - [aux_sym_hostname_token1] = ACTIONS(646), - [aux_sym_identities_only_token1] = ACTIONS(646), - [aux_sym_identity_agent_token1] = ACTIONS(646), - [aux_sym_identity_file_token1] = ACTIONS(646), - [aux_sym_ignore_unknown_token1] = ACTIONS(646), - [aux_sym_include_token1] = ACTIONS(646), - [aux_sym_ip_qos_token1] = ACTIONS(646), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(646), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(646), - [aux_sym_kex_algorithms_token1] = ACTIONS(646), - [aux_sym_known_hosts_command_token1] = ACTIONS(646), - [aux_sym_local_command_token1] = ACTIONS(646), - [aux_sym_local_forward_token1] = ACTIONS(646), - [aux_sym_log_level_token1] = ACTIONS(646), - [aux_sym_log_verbose_token1] = ACTIONS(646), - [aux_sym_macs_token1] = ACTIONS(646), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(646), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(646), - [aux_sym_password_authentication_token1] = ACTIONS(646), - [aux_sym_permit_local_command_token1] = ACTIONS(646), - [aux_sym_permit_remote_open_token1] = ACTIONS(646), - [aux_sym_pkcs11_provider_token1] = ACTIONS(646), - [aux_sym_port_token1] = ACTIONS(646), - [aux_sym_preferred_authentications_token1] = ACTIONS(646), - [aux_sym_protocol_token1] = ACTIONS(646), - [aux_sym_proxy_command_token1] = ACTIONS(646), - [aux_sym_proxy_jump_token1] = ACTIONS(646), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(646), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(646), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(646), - [aux_sym_pubkey_authentication_token1] = ACTIONS(646), - [aux_sym_rekey_limit_token1] = ACTIONS(646), - [aux_sym_remote_command_token1] = ACTIONS(646), - [aux_sym_remote_forward_token1] = ACTIONS(646), - [aux_sym_request_tty_token1] = ACTIONS(646), - [aux_sym_revoked_host_keys_token1] = ACTIONS(646), - [aux_sym_security_key_provider_token1] = ACTIONS(646), - [aux_sym_send_env_token1] = ACTIONS(646), - [aux_sym_server_alive_count_max_token1] = ACTIONS(646), - [aux_sym_server_alive_interval_token1] = ACTIONS(646), - [aux_sym_session_type_token1] = ACTIONS(646), - [aux_sym_set_env_token1] = ACTIONS(646), - [aux_sym_stdin_null_token1] = ACTIONS(646), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(646), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(646), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(646), - [aux_sym_syslog_facility_token1] = ACTIONS(646), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(646), - [aux_sym_keep_alive_token1] = ACTIONS(646), - [aux_sym_tunnel_token1] = ACTIONS(648), - [aux_sym_tunnel_device_token1] = ACTIONS(646), - [aux_sym_update_host_keys_token1] = ACTIONS(646), - [aux_sym_use_keychain_token1] = ACTIONS(646), - [aux_sym_use_roaming_token1] = ACTIONS(646), - [aux_sym_user_token1] = ACTIONS(648), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(646), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(646), - [aux_sym_visual_host_key_token1] = ACTIONS(646), - [aux_sym_xauth_location_token1] = ACTIONS(646), + [ts_builtin_sym_end] = ACTIONS(651), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(653), + [anon_sym_DQUOTE] = ACTIONS(655), + [aux_sym_match_token1] = ACTIONS(651), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(651), + [aux_sym_address_family_token1] = ACTIONS(651), + [aux_sym_batch_mode_token1] = ACTIONS(651), + [aux_sym_bind_address_token1] = ACTIONS(651), + [aux_sym_bind_interface_token1] = ACTIONS(651), + [aux_sym_canonical_domains_token1] = ACTIONS(651), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(651), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(651), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(651), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(651), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(651), + [aux_sym_certificate_file_token1] = ACTIONS(651), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(651), + [aux_sym_check_host_ip_token1] = ACTIONS(651), + [aux_sym_ciphers_token1] = ACTIONS(651), + [aux_sym_cipher_token1] = ACTIONS(653), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(651), + [aux_sym_compression_token1] = ACTIONS(651), + [aux_sym_connection_attempts_token1] = ACTIONS(651), + [aux_sym_connect_timeout_token1] = ACTIONS(651), + [aux_sym_control_master_token1] = ACTIONS(651), + [aux_sym_control_path_token1] = ACTIONS(651), + [aux_sym_control_persist_token1] = ACTIONS(651), + [aux_sym_dynamic_forward_token1] = ACTIONS(651), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(651), + [aux_sym_escape_char_token1] = ACTIONS(651), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(651), + [aux_sym_fingerprint_hash_token1] = ACTIONS(651), + [aux_sym_fork_after_authentication_token1] = ACTIONS(651), + [aux_sym_forward_agent_token1] = ACTIONS(651), + [aux_sym_forward_x11_token1] = ACTIONS(653), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(651), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(651), + [aux_sym_gateway_ports_token1] = ACTIONS(651), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(651), + [aux_sym_gssapi_authentication_token1] = ACTIONS(651), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(651), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(651), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(651), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(651), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(651), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(651), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(651), + [aux_sym_hash_known_hosts_token1] = ACTIONS(651), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(651), + [aux_sym_hostbased_authentication_token1] = ACTIONS(651), + [aux_sym_host_key_algorithms_token1] = ACTIONS(651), + [aux_sym_host_key_alias_token1] = ACTIONS(651), + [aux_sym_hostname_token1] = ACTIONS(651), + [aux_sym_identities_only_token1] = ACTIONS(651), + [aux_sym_identity_agent_token1] = ACTIONS(651), + [aux_sym_identity_file_token1] = ACTIONS(651), + [aux_sym_ignore_unknown_token1] = ACTIONS(651), + [aux_sym_include_token1] = ACTIONS(651), + [aux_sym_ip_qos_token1] = ACTIONS(651), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(651), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(651), + [aux_sym_kex_algorithms_token1] = ACTIONS(651), + [aux_sym_known_hosts_command_token1] = ACTIONS(651), + [aux_sym_local_command_token1] = ACTIONS(651), + [aux_sym_local_forward_token1] = ACTIONS(651), + [aux_sym_log_level_token1] = ACTIONS(651), + [aux_sym_log_verbose_token1] = ACTIONS(651), + [aux_sym_macs_token1] = ACTIONS(651), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(651), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(651), + [aux_sym_password_authentication_token1] = ACTIONS(651), + [aux_sym_permit_local_command_token1] = ACTIONS(651), + [aux_sym_permit_remote_open_token1] = ACTIONS(651), + [aux_sym_pkcs11_provider_token1] = ACTIONS(651), + [aux_sym_port_token1] = ACTIONS(651), + [aux_sym_preferred_authentications_token1] = ACTIONS(651), + [aux_sym_protocol_token1] = ACTIONS(651), + [aux_sym_proxy_command_token1] = ACTIONS(651), + [aux_sym_proxy_jump_token1] = ACTIONS(651), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(651), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(651), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(651), + [aux_sym_pubkey_authentication_token1] = ACTIONS(651), + [aux_sym_rekey_limit_token1] = ACTIONS(651), + [aux_sym_remote_command_token1] = ACTIONS(651), + [aux_sym_remote_forward_token1] = ACTIONS(651), + [aux_sym_request_tty_token1] = ACTIONS(651), + [aux_sym_required_rsa_size_token1] = ACTIONS(651), + [aux_sym_revoked_host_keys_token1] = ACTIONS(651), + [aux_sym_security_key_provider_token1] = ACTIONS(651), + [aux_sym_send_env_token1] = ACTIONS(651), + [aux_sym_server_alive_count_max_token1] = ACTIONS(651), + [aux_sym_server_alive_interval_token1] = ACTIONS(651), + [aux_sym_session_type_token1] = ACTIONS(651), + [aux_sym_set_env_token1] = ACTIONS(651), + [aux_sym_stdin_null_token1] = ACTIONS(651), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(651), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(651), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(651), + [aux_sym_syslog_facility_token1] = ACTIONS(651), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(651), + [aux_sym_keep_alive_token1] = ACTIONS(651), + [aux_sym_tunnel_token1] = ACTIONS(653), + [aux_sym_tunnel_device_token1] = ACTIONS(651), + [aux_sym_update_host_keys_token1] = ACTIONS(651), + [aux_sym_use_keychain_token1] = ACTIONS(651), + [aux_sym_use_roaming_token1] = ACTIONS(651), + [aux_sym_user_token1] = ACTIONS(653), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(651), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(651), + [aux_sym_visual_host_key_token1] = ACTIONS(651), + [aux_sym_xauth_location_token1] = ACTIONS(651), }, [20] = { - [ts_builtin_sym_end] = ACTIONS(652), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(654), - [anon_sym_DQUOTE] = ACTIONS(656), - [aux_sym_match_token1] = ACTIONS(652), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(652), - [aux_sym_address_family_token1] = ACTIONS(652), - [aux_sym_batch_mode_token1] = ACTIONS(652), - [aux_sym_bind_address_token1] = ACTIONS(652), - [aux_sym_bind_interface_token1] = ACTIONS(652), - [aux_sym_canonical_domains_token1] = ACTIONS(652), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(652), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(652), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(652), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(652), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(652), - [aux_sym_certificate_file_token1] = ACTIONS(652), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(652), - [aux_sym_check_host_ip_token1] = ACTIONS(652), - [aux_sym_ciphers_token1] = ACTIONS(652), - [aux_sym_cipher_token1] = ACTIONS(654), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(652), - [aux_sym_compression_token1] = ACTIONS(652), - [aux_sym_connection_attempts_token1] = ACTIONS(652), - [aux_sym_connect_timeout_token1] = ACTIONS(652), - [aux_sym_control_master_token1] = ACTIONS(652), - [aux_sym_control_path_token1] = ACTIONS(652), - [aux_sym_control_persist_token1] = ACTIONS(652), - [aux_sym_dynamic_forward_token1] = ACTIONS(652), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(652), - [aux_sym_escape_char_token1] = ACTIONS(652), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(652), - [aux_sym_fingerprint_hash_token1] = ACTIONS(652), - [aux_sym_fork_after_authentication_token1] = ACTIONS(652), - [aux_sym_forward_agent_token1] = ACTIONS(652), - [aux_sym_forward_x11_token1] = ACTIONS(654), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(652), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(652), - [aux_sym_gateway_ports_token1] = ACTIONS(652), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(652), - [aux_sym_gssapi_authentication_token1] = ACTIONS(652), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(652), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(652), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(652), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(652), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(652), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(652), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(652), - [aux_sym_hash_known_hosts_token1] = ACTIONS(652), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(652), - [aux_sym_hostbased_authentication_token1] = ACTIONS(652), - [aux_sym_host_key_algorithms_token1] = ACTIONS(652), - [aux_sym_host_key_alias_token1] = ACTIONS(652), - [aux_sym_hostname_token1] = ACTIONS(652), - [aux_sym_identities_only_token1] = ACTIONS(652), - [aux_sym_identity_agent_token1] = ACTIONS(652), - [aux_sym_identity_file_token1] = ACTIONS(652), - [aux_sym_ignore_unknown_token1] = ACTIONS(652), - [aux_sym_include_token1] = ACTIONS(652), - [aux_sym_ip_qos_token1] = ACTIONS(652), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(652), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(652), - [aux_sym_kex_algorithms_token1] = ACTIONS(652), - [aux_sym_known_hosts_command_token1] = ACTIONS(652), - [aux_sym_local_command_token1] = ACTIONS(652), - [aux_sym_local_forward_token1] = ACTIONS(652), - [aux_sym_log_level_token1] = ACTIONS(652), - [aux_sym_log_verbose_token1] = ACTIONS(652), - [aux_sym_macs_token1] = ACTIONS(652), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(652), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(652), - [aux_sym_password_authentication_token1] = ACTIONS(652), - [aux_sym_permit_local_command_token1] = ACTIONS(652), - [aux_sym_permit_remote_open_token1] = ACTIONS(652), - [aux_sym_pkcs11_provider_token1] = ACTIONS(652), - [aux_sym_port_token1] = ACTIONS(652), - [aux_sym_preferred_authentications_token1] = ACTIONS(652), - [aux_sym_protocol_token1] = ACTIONS(652), - [aux_sym_proxy_command_token1] = ACTIONS(652), - [aux_sym_proxy_jump_token1] = ACTIONS(652), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(652), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(652), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(652), - [aux_sym_pubkey_authentication_token1] = ACTIONS(652), - [aux_sym_rekey_limit_token1] = ACTIONS(652), - [aux_sym_remote_command_token1] = ACTIONS(652), - [aux_sym_remote_forward_token1] = ACTIONS(652), - [aux_sym_request_tty_token1] = ACTIONS(652), - [aux_sym_revoked_host_keys_token1] = ACTIONS(652), - [aux_sym_security_key_provider_token1] = ACTIONS(652), - [aux_sym_send_env_token1] = ACTIONS(652), - [aux_sym_server_alive_count_max_token1] = ACTIONS(652), - [aux_sym_server_alive_interval_token1] = ACTIONS(652), - [aux_sym_session_type_token1] = ACTIONS(652), - [aux_sym_set_env_token1] = ACTIONS(652), - [aux_sym_stdin_null_token1] = ACTIONS(652), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(652), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(652), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(652), - [aux_sym_syslog_facility_token1] = ACTIONS(652), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(652), - [aux_sym_keep_alive_token1] = ACTIONS(652), - [aux_sym_tunnel_token1] = ACTIONS(654), - [aux_sym_tunnel_device_token1] = ACTIONS(652), - [aux_sym_update_host_keys_token1] = ACTIONS(652), - [aux_sym_use_keychain_token1] = ACTIONS(652), - [aux_sym_use_roaming_token1] = ACTIONS(652), - [aux_sym_user_token1] = ACTIONS(654), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(652), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(652), - [aux_sym_visual_host_key_token1] = ACTIONS(652), - [aux_sym_xauth_location_token1] = ACTIONS(652), + [ts_builtin_sym_end] = ACTIONS(657), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(659), + [anon_sym_DQUOTE] = ACTIONS(661), + [aux_sym_match_token1] = ACTIONS(657), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(657), + [aux_sym_address_family_token1] = ACTIONS(657), + [aux_sym_batch_mode_token1] = ACTIONS(657), + [aux_sym_bind_address_token1] = ACTIONS(657), + [aux_sym_bind_interface_token1] = ACTIONS(657), + [aux_sym_canonical_domains_token1] = ACTIONS(657), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(657), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(657), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(657), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(657), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(657), + [aux_sym_certificate_file_token1] = ACTIONS(657), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(657), + [aux_sym_check_host_ip_token1] = ACTIONS(657), + [aux_sym_ciphers_token1] = ACTIONS(657), + [aux_sym_cipher_token1] = ACTIONS(659), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(657), + [aux_sym_compression_token1] = ACTIONS(657), + [aux_sym_connection_attempts_token1] = ACTIONS(657), + [aux_sym_connect_timeout_token1] = ACTIONS(657), + [aux_sym_control_master_token1] = ACTIONS(657), + [aux_sym_control_path_token1] = ACTIONS(657), + [aux_sym_control_persist_token1] = ACTIONS(657), + [aux_sym_dynamic_forward_token1] = ACTIONS(657), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(657), + [aux_sym_escape_char_token1] = ACTIONS(657), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(657), + [aux_sym_fingerprint_hash_token1] = ACTIONS(657), + [aux_sym_fork_after_authentication_token1] = ACTIONS(657), + [aux_sym_forward_agent_token1] = ACTIONS(657), + [aux_sym_forward_x11_token1] = ACTIONS(659), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(657), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(657), + [aux_sym_gateway_ports_token1] = ACTIONS(657), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(657), + [aux_sym_gssapi_authentication_token1] = ACTIONS(657), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(657), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(657), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(657), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(657), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(657), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(657), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(657), + [aux_sym_hash_known_hosts_token1] = ACTIONS(657), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(657), + [aux_sym_hostbased_authentication_token1] = ACTIONS(657), + [aux_sym_host_key_algorithms_token1] = ACTIONS(657), + [aux_sym_host_key_alias_token1] = ACTIONS(657), + [aux_sym_hostname_token1] = ACTIONS(657), + [aux_sym_identities_only_token1] = ACTIONS(657), + [aux_sym_identity_agent_token1] = ACTIONS(657), + [aux_sym_identity_file_token1] = ACTIONS(657), + [aux_sym_ignore_unknown_token1] = ACTIONS(657), + [aux_sym_include_token1] = ACTIONS(657), + [aux_sym_ip_qos_token1] = ACTIONS(657), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(657), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(657), + [aux_sym_kex_algorithms_token1] = ACTIONS(657), + [aux_sym_known_hosts_command_token1] = ACTIONS(657), + [aux_sym_local_command_token1] = ACTIONS(657), + [aux_sym_local_forward_token1] = ACTIONS(657), + [aux_sym_log_level_token1] = ACTIONS(657), + [aux_sym_log_verbose_token1] = ACTIONS(657), + [aux_sym_macs_token1] = ACTIONS(657), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(657), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(657), + [aux_sym_password_authentication_token1] = ACTIONS(657), + [aux_sym_permit_local_command_token1] = ACTIONS(657), + [aux_sym_permit_remote_open_token1] = ACTIONS(657), + [aux_sym_pkcs11_provider_token1] = ACTIONS(657), + [aux_sym_port_token1] = ACTIONS(657), + [aux_sym_preferred_authentications_token1] = ACTIONS(657), + [aux_sym_protocol_token1] = ACTIONS(657), + [aux_sym_proxy_command_token1] = ACTIONS(657), + [aux_sym_proxy_jump_token1] = ACTIONS(657), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(657), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(657), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(657), + [aux_sym_pubkey_authentication_token1] = ACTIONS(657), + [aux_sym_rekey_limit_token1] = ACTIONS(657), + [aux_sym_remote_command_token1] = ACTIONS(657), + [aux_sym_remote_forward_token1] = ACTIONS(657), + [aux_sym_request_tty_token1] = ACTIONS(657), + [aux_sym_required_rsa_size_token1] = ACTIONS(657), + [aux_sym_revoked_host_keys_token1] = ACTIONS(657), + [aux_sym_security_key_provider_token1] = ACTIONS(657), + [aux_sym_send_env_token1] = ACTIONS(657), + [aux_sym_server_alive_count_max_token1] = ACTIONS(657), + [aux_sym_server_alive_interval_token1] = ACTIONS(657), + [aux_sym_session_type_token1] = ACTIONS(657), + [aux_sym_set_env_token1] = ACTIONS(657), + [aux_sym_stdin_null_token1] = ACTIONS(657), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(657), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(657), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(657), + [aux_sym_syslog_facility_token1] = ACTIONS(657), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(657), + [aux_sym_keep_alive_token1] = ACTIONS(657), + [aux_sym_tunnel_token1] = ACTIONS(659), + [aux_sym_tunnel_device_token1] = ACTIONS(657), + [aux_sym_update_host_keys_token1] = ACTIONS(657), + [aux_sym_use_keychain_token1] = ACTIONS(657), + [aux_sym_use_roaming_token1] = ACTIONS(657), + [aux_sym_user_token1] = ACTIONS(659), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(657), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(657), + [aux_sym_visual_host_key_token1] = ACTIONS(657), + [aux_sym_xauth_location_token1] = ACTIONS(657), }, [21] = { - [ts_builtin_sym_end] = ACTIONS(658), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(660), - [anon_sym_DQUOTE] = ACTIONS(662), - [aux_sym_match_token1] = ACTIONS(658), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(658), - [aux_sym_address_family_token1] = ACTIONS(658), - [aux_sym_batch_mode_token1] = ACTIONS(658), - [aux_sym_bind_address_token1] = ACTIONS(658), - [aux_sym_bind_interface_token1] = ACTIONS(658), - [aux_sym_canonical_domains_token1] = ACTIONS(658), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(658), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(658), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(658), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(658), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(658), - [aux_sym_certificate_file_token1] = ACTIONS(658), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(658), - [aux_sym_check_host_ip_token1] = ACTIONS(658), - [aux_sym_ciphers_token1] = ACTIONS(658), - [aux_sym_cipher_token1] = ACTIONS(660), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(658), - [aux_sym_compression_token1] = ACTIONS(658), - [aux_sym_connection_attempts_token1] = ACTIONS(658), - [aux_sym_connect_timeout_token1] = ACTIONS(658), - [aux_sym_control_master_token1] = ACTIONS(658), - [aux_sym_control_path_token1] = ACTIONS(658), - [aux_sym_control_persist_token1] = ACTIONS(658), - [aux_sym_dynamic_forward_token1] = ACTIONS(658), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(658), - [aux_sym_escape_char_token1] = ACTIONS(658), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(658), - [aux_sym_fingerprint_hash_token1] = ACTIONS(658), - [aux_sym_fork_after_authentication_token1] = ACTIONS(658), - [aux_sym_forward_agent_token1] = ACTIONS(658), - [aux_sym_forward_x11_token1] = ACTIONS(660), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(658), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(658), - [aux_sym_gateway_ports_token1] = ACTIONS(658), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(658), - [aux_sym_gssapi_authentication_token1] = ACTIONS(658), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(658), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(658), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(658), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(658), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(658), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(658), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(658), - [aux_sym_hash_known_hosts_token1] = ACTIONS(658), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(658), - [aux_sym_hostbased_authentication_token1] = ACTIONS(658), - [aux_sym_host_key_algorithms_token1] = ACTIONS(658), - [aux_sym_host_key_alias_token1] = ACTIONS(658), - [aux_sym_hostname_token1] = ACTIONS(658), - [aux_sym_identities_only_token1] = ACTIONS(658), - [aux_sym_identity_agent_token1] = ACTIONS(658), - [aux_sym_identity_file_token1] = ACTIONS(658), - [aux_sym_ignore_unknown_token1] = ACTIONS(658), - [aux_sym_include_token1] = ACTIONS(658), - [aux_sym_ip_qos_token1] = ACTIONS(658), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(658), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(658), - [aux_sym_kex_algorithms_token1] = ACTIONS(658), - [aux_sym_known_hosts_command_token1] = ACTIONS(658), - [aux_sym_local_command_token1] = ACTIONS(658), - [aux_sym_local_forward_token1] = ACTIONS(658), - [aux_sym_log_level_token1] = ACTIONS(658), - [aux_sym_log_verbose_token1] = ACTIONS(658), - [aux_sym_macs_token1] = ACTIONS(658), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(658), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(658), - [aux_sym_password_authentication_token1] = ACTIONS(658), - [aux_sym_permit_local_command_token1] = ACTIONS(658), - [aux_sym_permit_remote_open_token1] = ACTIONS(658), - [aux_sym_pkcs11_provider_token1] = ACTIONS(658), - [aux_sym_port_token1] = ACTIONS(658), - [aux_sym_preferred_authentications_token1] = ACTIONS(658), - [aux_sym_protocol_token1] = ACTIONS(658), - [aux_sym_proxy_command_token1] = ACTIONS(658), - [aux_sym_proxy_jump_token1] = ACTIONS(658), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(658), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(658), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(658), - [aux_sym_pubkey_authentication_token1] = ACTIONS(658), - [aux_sym_rekey_limit_token1] = ACTIONS(658), - [aux_sym_remote_command_token1] = ACTIONS(658), - [aux_sym_remote_forward_token1] = ACTIONS(658), - [aux_sym_request_tty_token1] = ACTIONS(658), - [aux_sym_revoked_host_keys_token1] = ACTIONS(658), - [aux_sym_security_key_provider_token1] = ACTIONS(658), - [aux_sym_send_env_token1] = ACTIONS(658), - [aux_sym_server_alive_count_max_token1] = ACTIONS(658), - [aux_sym_server_alive_interval_token1] = ACTIONS(658), - [aux_sym_session_type_token1] = ACTIONS(658), - [aux_sym_set_env_token1] = ACTIONS(658), - [aux_sym_stdin_null_token1] = ACTIONS(658), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(658), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(658), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(658), - [aux_sym_syslog_facility_token1] = ACTIONS(658), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(658), - [aux_sym_keep_alive_token1] = ACTIONS(658), - [aux_sym_tunnel_token1] = ACTIONS(660), - [aux_sym_tunnel_device_token1] = ACTIONS(658), - [aux_sym_update_host_keys_token1] = ACTIONS(658), - [aux_sym_use_keychain_token1] = ACTIONS(658), - [aux_sym_use_roaming_token1] = ACTIONS(658), - [aux_sym_user_token1] = ACTIONS(660), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(658), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(658), - [aux_sym_visual_host_key_token1] = ACTIONS(658), - [aux_sym_xauth_location_token1] = ACTIONS(658), + [ts_builtin_sym_end] = ACTIONS(663), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(665), + [anon_sym_DQUOTE] = ACTIONS(667), + [aux_sym_match_token1] = ACTIONS(663), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(663), + [aux_sym_address_family_token1] = ACTIONS(663), + [aux_sym_batch_mode_token1] = ACTIONS(663), + [aux_sym_bind_address_token1] = ACTIONS(663), + [aux_sym_bind_interface_token1] = ACTIONS(663), + [aux_sym_canonical_domains_token1] = ACTIONS(663), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(663), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(663), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(663), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(663), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(663), + [aux_sym_certificate_file_token1] = ACTIONS(663), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(663), + [aux_sym_check_host_ip_token1] = ACTIONS(663), + [aux_sym_ciphers_token1] = ACTIONS(663), + [aux_sym_cipher_token1] = ACTIONS(665), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(663), + [aux_sym_compression_token1] = ACTIONS(663), + [aux_sym_connection_attempts_token1] = ACTIONS(663), + [aux_sym_connect_timeout_token1] = ACTIONS(663), + [aux_sym_control_master_token1] = ACTIONS(663), + [aux_sym_control_path_token1] = ACTIONS(663), + [aux_sym_control_persist_token1] = ACTIONS(663), + [aux_sym_dynamic_forward_token1] = ACTIONS(663), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(663), + [aux_sym_escape_char_token1] = ACTIONS(663), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(663), + [aux_sym_fingerprint_hash_token1] = ACTIONS(663), + [aux_sym_fork_after_authentication_token1] = ACTIONS(663), + [aux_sym_forward_agent_token1] = ACTIONS(663), + [aux_sym_forward_x11_token1] = ACTIONS(665), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(663), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(663), + [aux_sym_gateway_ports_token1] = ACTIONS(663), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(663), + [aux_sym_gssapi_authentication_token1] = ACTIONS(663), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(663), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(663), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(663), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(663), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(663), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(663), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(663), + [aux_sym_hash_known_hosts_token1] = ACTIONS(663), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(663), + [aux_sym_hostbased_authentication_token1] = ACTIONS(663), + [aux_sym_host_key_algorithms_token1] = ACTIONS(663), + [aux_sym_host_key_alias_token1] = ACTIONS(663), + [aux_sym_hostname_token1] = ACTIONS(663), + [aux_sym_identities_only_token1] = ACTIONS(663), + [aux_sym_identity_agent_token1] = ACTIONS(663), + [aux_sym_identity_file_token1] = ACTIONS(663), + [aux_sym_ignore_unknown_token1] = ACTIONS(663), + [aux_sym_include_token1] = ACTIONS(663), + [aux_sym_ip_qos_token1] = ACTIONS(663), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(663), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(663), + [aux_sym_kex_algorithms_token1] = ACTIONS(663), + [aux_sym_known_hosts_command_token1] = ACTIONS(663), + [aux_sym_local_command_token1] = ACTIONS(663), + [aux_sym_local_forward_token1] = ACTIONS(663), + [aux_sym_log_level_token1] = ACTIONS(663), + [aux_sym_log_verbose_token1] = ACTIONS(663), + [aux_sym_macs_token1] = ACTIONS(663), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(663), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(663), + [aux_sym_password_authentication_token1] = ACTIONS(663), + [aux_sym_permit_local_command_token1] = ACTIONS(663), + [aux_sym_permit_remote_open_token1] = ACTIONS(663), + [aux_sym_pkcs11_provider_token1] = ACTIONS(663), + [aux_sym_port_token1] = ACTIONS(663), + [aux_sym_preferred_authentications_token1] = ACTIONS(663), + [aux_sym_protocol_token1] = ACTIONS(663), + [aux_sym_proxy_command_token1] = ACTIONS(663), + [aux_sym_proxy_jump_token1] = ACTIONS(663), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(663), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(663), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(663), + [aux_sym_pubkey_authentication_token1] = ACTIONS(663), + [aux_sym_rekey_limit_token1] = ACTIONS(663), + [aux_sym_remote_command_token1] = ACTIONS(663), + [aux_sym_remote_forward_token1] = ACTIONS(663), + [aux_sym_request_tty_token1] = ACTIONS(663), + [aux_sym_required_rsa_size_token1] = ACTIONS(663), + [aux_sym_revoked_host_keys_token1] = ACTIONS(663), + [aux_sym_security_key_provider_token1] = ACTIONS(663), + [aux_sym_send_env_token1] = ACTIONS(663), + [aux_sym_server_alive_count_max_token1] = ACTIONS(663), + [aux_sym_server_alive_interval_token1] = ACTIONS(663), + [aux_sym_session_type_token1] = ACTIONS(663), + [aux_sym_set_env_token1] = ACTIONS(663), + [aux_sym_stdin_null_token1] = ACTIONS(663), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(663), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(663), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(663), + [aux_sym_syslog_facility_token1] = ACTIONS(663), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(663), + [aux_sym_keep_alive_token1] = ACTIONS(663), + [aux_sym_tunnel_token1] = ACTIONS(665), + [aux_sym_tunnel_device_token1] = ACTIONS(663), + [aux_sym_update_host_keys_token1] = ACTIONS(663), + [aux_sym_use_keychain_token1] = ACTIONS(663), + [aux_sym_use_roaming_token1] = ACTIONS(663), + [aux_sym_user_token1] = ACTIONS(665), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(663), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(663), + [aux_sym_visual_host_key_token1] = ACTIONS(663), + [aux_sym_xauth_location_token1] = ACTIONS(663), }, [22] = { - [ts_builtin_sym_end] = ACTIONS(664), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(666), - [anon_sym_DQUOTE] = ACTIONS(668), - [aux_sym_match_token1] = ACTIONS(664), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(664), - [aux_sym_address_family_token1] = ACTIONS(664), - [aux_sym_batch_mode_token1] = ACTIONS(664), - [aux_sym_bind_address_token1] = ACTIONS(664), - [aux_sym_bind_interface_token1] = ACTIONS(664), - [aux_sym_canonical_domains_token1] = ACTIONS(664), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(664), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(664), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(664), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(664), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(664), - [aux_sym_certificate_file_token1] = ACTIONS(664), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(664), - [aux_sym_check_host_ip_token1] = ACTIONS(664), - [aux_sym_ciphers_token1] = ACTIONS(664), - [aux_sym_cipher_token1] = ACTIONS(666), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(664), - [aux_sym_compression_token1] = ACTIONS(664), - [aux_sym_connection_attempts_token1] = ACTIONS(664), - [aux_sym_connect_timeout_token1] = ACTIONS(664), - [aux_sym_control_master_token1] = ACTIONS(664), - [aux_sym_control_path_token1] = ACTIONS(664), - [aux_sym_control_persist_token1] = ACTIONS(664), - [aux_sym_dynamic_forward_token1] = ACTIONS(664), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(664), - [aux_sym_escape_char_token1] = ACTIONS(664), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(664), - [aux_sym_fingerprint_hash_token1] = ACTIONS(664), - [aux_sym_fork_after_authentication_token1] = ACTIONS(664), - [aux_sym_forward_agent_token1] = ACTIONS(664), - [aux_sym_forward_x11_token1] = ACTIONS(666), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(664), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(664), - [aux_sym_gateway_ports_token1] = ACTIONS(664), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(664), - [aux_sym_gssapi_authentication_token1] = ACTIONS(664), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(664), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(664), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(664), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(664), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(664), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(664), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(664), - [aux_sym_hash_known_hosts_token1] = ACTIONS(664), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(664), - [aux_sym_hostbased_authentication_token1] = ACTIONS(664), - [aux_sym_host_key_algorithms_token1] = ACTIONS(664), - [aux_sym_host_key_alias_token1] = ACTIONS(664), - [aux_sym_hostname_token1] = ACTIONS(664), - [aux_sym_identities_only_token1] = ACTIONS(664), - [aux_sym_identity_agent_token1] = ACTIONS(664), - [aux_sym_identity_file_token1] = ACTIONS(664), - [aux_sym_ignore_unknown_token1] = ACTIONS(664), - [aux_sym_include_token1] = ACTIONS(664), - [aux_sym_ip_qos_token1] = ACTIONS(664), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(664), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(664), - [aux_sym_kex_algorithms_token1] = ACTIONS(664), - [aux_sym_known_hosts_command_token1] = ACTIONS(664), - [aux_sym_local_command_token1] = ACTIONS(664), - [aux_sym_local_forward_token1] = ACTIONS(664), - [aux_sym_log_level_token1] = ACTIONS(664), - [aux_sym_log_verbose_token1] = ACTIONS(664), - [aux_sym_macs_token1] = ACTIONS(664), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(664), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(664), - [aux_sym_password_authentication_token1] = ACTIONS(664), - [aux_sym_permit_local_command_token1] = ACTIONS(664), - [aux_sym_permit_remote_open_token1] = ACTIONS(664), - [aux_sym_pkcs11_provider_token1] = ACTIONS(664), - [aux_sym_port_token1] = ACTIONS(664), - [aux_sym_preferred_authentications_token1] = ACTIONS(664), - [aux_sym_protocol_token1] = ACTIONS(664), - [aux_sym_proxy_command_token1] = ACTIONS(664), - [aux_sym_proxy_jump_token1] = ACTIONS(664), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(664), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(664), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(664), - [aux_sym_pubkey_authentication_token1] = ACTIONS(664), - [aux_sym_rekey_limit_token1] = ACTIONS(664), - [aux_sym_remote_command_token1] = ACTIONS(664), - [aux_sym_remote_forward_token1] = ACTIONS(664), - [aux_sym_request_tty_token1] = ACTIONS(664), - [aux_sym_revoked_host_keys_token1] = ACTIONS(664), - [aux_sym_security_key_provider_token1] = ACTIONS(664), - [aux_sym_send_env_token1] = ACTIONS(664), - [aux_sym_server_alive_count_max_token1] = ACTIONS(664), - [aux_sym_server_alive_interval_token1] = ACTIONS(664), - [aux_sym_session_type_token1] = ACTIONS(664), - [aux_sym_set_env_token1] = ACTIONS(664), - [aux_sym_stdin_null_token1] = ACTIONS(664), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(664), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(664), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(664), - [aux_sym_syslog_facility_token1] = ACTIONS(664), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(664), - [aux_sym_keep_alive_token1] = ACTIONS(664), - [aux_sym_tunnel_token1] = ACTIONS(666), - [aux_sym_tunnel_device_token1] = ACTIONS(664), - [aux_sym_update_host_keys_token1] = ACTIONS(664), - [aux_sym_use_keychain_token1] = ACTIONS(664), - [aux_sym_use_roaming_token1] = ACTIONS(664), - [aux_sym_user_token1] = ACTIONS(666), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(664), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(664), - [aux_sym_visual_host_key_token1] = ACTIONS(664), - [aux_sym_xauth_location_token1] = ACTIONS(664), + [ts_builtin_sym_end] = ACTIONS(669), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(673), + [aux_sym_match_token1] = ACTIONS(669), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(669), + [aux_sym_address_family_token1] = ACTIONS(669), + [aux_sym_batch_mode_token1] = ACTIONS(669), + [aux_sym_bind_address_token1] = ACTIONS(669), + [aux_sym_bind_interface_token1] = ACTIONS(669), + [aux_sym_canonical_domains_token1] = ACTIONS(669), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(669), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(669), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(669), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(669), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(669), + [aux_sym_certificate_file_token1] = ACTIONS(669), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(669), + [aux_sym_check_host_ip_token1] = ACTIONS(669), + [aux_sym_ciphers_token1] = ACTIONS(669), + [aux_sym_cipher_token1] = ACTIONS(671), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(669), + [aux_sym_compression_token1] = ACTIONS(669), + [aux_sym_connection_attempts_token1] = ACTIONS(669), + [aux_sym_connect_timeout_token1] = ACTIONS(669), + [aux_sym_control_master_token1] = ACTIONS(669), + [aux_sym_control_path_token1] = ACTIONS(669), + [aux_sym_control_persist_token1] = ACTIONS(669), + [aux_sym_dynamic_forward_token1] = ACTIONS(669), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(669), + [aux_sym_escape_char_token1] = ACTIONS(669), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(669), + [aux_sym_fingerprint_hash_token1] = ACTIONS(669), + [aux_sym_fork_after_authentication_token1] = ACTIONS(669), + [aux_sym_forward_agent_token1] = ACTIONS(669), + [aux_sym_forward_x11_token1] = ACTIONS(671), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(669), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(669), + [aux_sym_gateway_ports_token1] = ACTIONS(669), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(669), + [aux_sym_gssapi_authentication_token1] = ACTIONS(669), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(669), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(669), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(669), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(669), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(669), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(669), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(669), + [aux_sym_hash_known_hosts_token1] = ACTIONS(669), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(669), + [aux_sym_hostbased_authentication_token1] = ACTIONS(669), + [aux_sym_host_key_algorithms_token1] = ACTIONS(669), + [aux_sym_host_key_alias_token1] = ACTIONS(669), + [aux_sym_hostname_token1] = ACTIONS(669), + [aux_sym_identities_only_token1] = ACTIONS(669), + [aux_sym_identity_agent_token1] = ACTIONS(669), + [aux_sym_identity_file_token1] = ACTIONS(669), + [aux_sym_ignore_unknown_token1] = ACTIONS(669), + [aux_sym_include_token1] = ACTIONS(669), + [aux_sym_ip_qos_token1] = ACTIONS(669), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(669), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(669), + [aux_sym_kex_algorithms_token1] = ACTIONS(669), + [aux_sym_known_hosts_command_token1] = ACTIONS(669), + [aux_sym_local_command_token1] = ACTIONS(669), + [aux_sym_local_forward_token1] = ACTIONS(669), + [aux_sym_log_level_token1] = ACTIONS(669), + [aux_sym_log_verbose_token1] = ACTIONS(669), + [aux_sym_macs_token1] = ACTIONS(669), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(669), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(669), + [aux_sym_password_authentication_token1] = ACTIONS(669), + [aux_sym_permit_local_command_token1] = ACTIONS(669), + [aux_sym_permit_remote_open_token1] = ACTIONS(669), + [aux_sym_pkcs11_provider_token1] = ACTIONS(669), + [aux_sym_port_token1] = ACTIONS(669), + [aux_sym_preferred_authentications_token1] = ACTIONS(669), + [aux_sym_protocol_token1] = ACTIONS(669), + [aux_sym_proxy_command_token1] = ACTIONS(669), + [aux_sym_proxy_jump_token1] = ACTIONS(669), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(669), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(669), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(669), + [aux_sym_pubkey_authentication_token1] = ACTIONS(669), + [aux_sym_rekey_limit_token1] = ACTIONS(669), + [aux_sym_remote_command_token1] = ACTIONS(669), + [aux_sym_remote_forward_token1] = ACTIONS(669), + [aux_sym_request_tty_token1] = ACTIONS(669), + [aux_sym_required_rsa_size_token1] = ACTIONS(669), + [aux_sym_revoked_host_keys_token1] = ACTIONS(669), + [aux_sym_security_key_provider_token1] = ACTIONS(669), + [aux_sym_send_env_token1] = ACTIONS(669), + [aux_sym_server_alive_count_max_token1] = ACTIONS(669), + [aux_sym_server_alive_interval_token1] = ACTIONS(669), + [aux_sym_session_type_token1] = ACTIONS(669), + [aux_sym_set_env_token1] = ACTIONS(669), + [aux_sym_stdin_null_token1] = ACTIONS(669), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(669), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(669), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(669), + [aux_sym_syslog_facility_token1] = ACTIONS(669), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(669), + [aux_sym_keep_alive_token1] = ACTIONS(669), + [aux_sym_tunnel_token1] = ACTIONS(671), + [aux_sym_tunnel_device_token1] = ACTIONS(669), + [aux_sym_update_host_keys_token1] = ACTIONS(669), + [aux_sym_use_keychain_token1] = ACTIONS(669), + [aux_sym_use_roaming_token1] = ACTIONS(669), + [aux_sym_user_token1] = ACTIONS(671), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(669), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(669), + [aux_sym_visual_host_key_token1] = ACTIONS(669), + [aux_sym_xauth_location_token1] = ACTIONS(669), }, [23] = { - [ts_builtin_sym_end] = ACTIONS(670), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(672), - [anon_sym_DQUOTE] = ACTIONS(674), - [aux_sym_match_token1] = ACTIONS(670), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(670), - [aux_sym_address_family_token1] = ACTIONS(670), - [aux_sym_batch_mode_token1] = ACTIONS(670), - [aux_sym_bind_address_token1] = ACTIONS(670), - [aux_sym_bind_interface_token1] = ACTIONS(670), - [aux_sym_canonical_domains_token1] = ACTIONS(670), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(670), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(670), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(670), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(670), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(670), - [aux_sym_certificate_file_token1] = ACTIONS(670), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(670), - [aux_sym_check_host_ip_token1] = ACTIONS(670), - [aux_sym_ciphers_token1] = ACTIONS(670), - [aux_sym_cipher_token1] = ACTIONS(672), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(670), - [aux_sym_compression_token1] = ACTIONS(670), - [aux_sym_connection_attempts_token1] = ACTIONS(670), - [aux_sym_connect_timeout_token1] = ACTIONS(670), - [aux_sym_control_master_token1] = ACTIONS(670), - [aux_sym_control_path_token1] = ACTIONS(670), - [aux_sym_control_persist_token1] = ACTIONS(670), - [aux_sym_dynamic_forward_token1] = ACTIONS(670), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(670), - [aux_sym_escape_char_token1] = ACTIONS(670), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(670), - [aux_sym_fingerprint_hash_token1] = ACTIONS(670), - [aux_sym_fork_after_authentication_token1] = ACTIONS(670), - [aux_sym_forward_agent_token1] = ACTIONS(670), - [aux_sym_forward_x11_token1] = ACTIONS(672), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(670), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(670), - [aux_sym_gateway_ports_token1] = ACTIONS(670), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(670), - [aux_sym_gssapi_authentication_token1] = ACTIONS(670), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(670), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(670), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(670), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(670), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(670), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(670), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(670), - [aux_sym_hash_known_hosts_token1] = ACTIONS(670), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(670), - [aux_sym_hostbased_authentication_token1] = ACTIONS(670), - [aux_sym_host_key_algorithms_token1] = ACTIONS(670), - [aux_sym_host_key_alias_token1] = ACTIONS(670), - [aux_sym_hostname_token1] = ACTIONS(670), - [aux_sym_identities_only_token1] = ACTIONS(670), - [aux_sym_identity_agent_token1] = ACTIONS(670), - [aux_sym_identity_file_token1] = ACTIONS(670), - [aux_sym_ignore_unknown_token1] = ACTIONS(670), - [aux_sym_include_token1] = ACTIONS(670), - [aux_sym_ip_qos_token1] = ACTIONS(670), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(670), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(670), - [aux_sym_kex_algorithms_token1] = ACTIONS(670), - [aux_sym_known_hosts_command_token1] = ACTIONS(670), - [aux_sym_local_command_token1] = ACTIONS(670), - [aux_sym_local_forward_token1] = ACTIONS(670), - [aux_sym_log_level_token1] = ACTIONS(670), - [aux_sym_log_verbose_token1] = ACTIONS(670), - [aux_sym_macs_token1] = ACTIONS(670), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(670), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(670), - [aux_sym_password_authentication_token1] = ACTIONS(670), - [aux_sym_permit_local_command_token1] = ACTIONS(670), - [aux_sym_permit_remote_open_token1] = ACTIONS(670), - [aux_sym_pkcs11_provider_token1] = ACTIONS(670), - [aux_sym_port_token1] = ACTIONS(670), - [aux_sym_preferred_authentications_token1] = ACTIONS(670), - [aux_sym_protocol_token1] = ACTIONS(670), - [aux_sym_proxy_command_token1] = ACTIONS(670), - [aux_sym_proxy_jump_token1] = ACTIONS(670), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(670), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(670), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(670), - [aux_sym_pubkey_authentication_token1] = ACTIONS(670), - [aux_sym_rekey_limit_token1] = ACTIONS(670), - [aux_sym_remote_command_token1] = ACTIONS(670), - [aux_sym_remote_forward_token1] = ACTIONS(670), - [aux_sym_request_tty_token1] = ACTIONS(670), - [aux_sym_revoked_host_keys_token1] = ACTIONS(670), - [aux_sym_security_key_provider_token1] = ACTIONS(670), - [aux_sym_send_env_token1] = ACTIONS(670), - [aux_sym_server_alive_count_max_token1] = ACTIONS(670), - [aux_sym_server_alive_interval_token1] = ACTIONS(670), - [aux_sym_session_type_token1] = ACTIONS(670), - [aux_sym_set_env_token1] = ACTIONS(670), - [aux_sym_stdin_null_token1] = ACTIONS(670), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(670), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(670), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(670), - [aux_sym_syslog_facility_token1] = ACTIONS(670), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(670), - [aux_sym_keep_alive_token1] = ACTIONS(670), - [aux_sym_tunnel_token1] = ACTIONS(672), - [aux_sym_tunnel_device_token1] = ACTIONS(670), - [aux_sym_update_host_keys_token1] = ACTIONS(670), - [aux_sym_use_keychain_token1] = ACTIONS(670), - [aux_sym_use_roaming_token1] = ACTIONS(670), - [aux_sym_user_token1] = ACTIONS(672), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(670), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(670), - [aux_sym_visual_host_key_token1] = ACTIONS(670), - [aux_sym_xauth_location_token1] = ACTIONS(670), + [ts_builtin_sym_end] = ACTIONS(675), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(677), + [anon_sym_DQUOTE] = ACTIONS(679), + [aux_sym_match_token1] = ACTIONS(675), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(675), + [aux_sym_address_family_token1] = ACTIONS(675), + [aux_sym_batch_mode_token1] = ACTIONS(675), + [aux_sym_bind_address_token1] = ACTIONS(675), + [aux_sym_bind_interface_token1] = ACTIONS(675), + [aux_sym_canonical_domains_token1] = ACTIONS(675), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(675), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(675), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(675), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(675), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(675), + [aux_sym_certificate_file_token1] = ACTIONS(675), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(675), + [aux_sym_check_host_ip_token1] = ACTIONS(675), + [aux_sym_ciphers_token1] = ACTIONS(675), + [aux_sym_cipher_token1] = ACTIONS(677), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(675), + [aux_sym_compression_token1] = ACTIONS(675), + [aux_sym_connection_attempts_token1] = ACTIONS(675), + [aux_sym_connect_timeout_token1] = ACTIONS(675), + [aux_sym_control_master_token1] = ACTIONS(675), + [aux_sym_control_path_token1] = ACTIONS(675), + [aux_sym_control_persist_token1] = ACTIONS(675), + [aux_sym_dynamic_forward_token1] = ACTIONS(675), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(675), + [aux_sym_escape_char_token1] = ACTIONS(675), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(675), + [aux_sym_fingerprint_hash_token1] = ACTIONS(675), + [aux_sym_fork_after_authentication_token1] = ACTIONS(675), + [aux_sym_forward_agent_token1] = ACTIONS(675), + [aux_sym_forward_x11_token1] = ACTIONS(677), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(675), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(675), + [aux_sym_gateway_ports_token1] = ACTIONS(675), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(675), + [aux_sym_gssapi_authentication_token1] = ACTIONS(675), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(675), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(675), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(675), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(675), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(675), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(675), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(675), + [aux_sym_hash_known_hosts_token1] = ACTIONS(675), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(675), + [aux_sym_hostbased_authentication_token1] = ACTIONS(675), + [aux_sym_host_key_algorithms_token1] = ACTIONS(675), + [aux_sym_host_key_alias_token1] = ACTIONS(675), + [aux_sym_hostname_token1] = ACTIONS(675), + [aux_sym_identities_only_token1] = ACTIONS(675), + [aux_sym_identity_agent_token1] = ACTIONS(675), + [aux_sym_identity_file_token1] = ACTIONS(675), + [aux_sym_ignore_unknown_token1] = ACTIONS(675), + [aux_sym_include_token1] = ACTIONS(675), + [aux_sym_ip_qos_token1] = ACTIONS(675), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(675), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(675), + [aux_sym_kex_algorithms_token1] = ACTIONS(675), + [aux_sym_known_hosts_command_token1] = ACTIONS(675), + [aux_sym_local_command_token1] = ACTIONS(675), + [aux_sym_local_forward_token1] = ACTIONS(675), + [aux_sym_log_level_token1] = ACTIONS(675), + [aux_sym_log_verbose_token1] = ACTIONS(675), + [aux_sym_macs_token1] = ACTIONS(675), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(675), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(675), + [aux_sym_password_authentication_token1] = ACTIONS(675), + [aux_sym_permit_local_command_token1] = ACTIONS(675), + [aux_sym_permit_remote_open_token1] = ACTIONS(675), + [aux_sym_pkcs11_provider_token1] = ACTIONS(675), + [aux_sym_port_token1] = ACTIONS(675), + [aux_sym_preferred_authentications_token1] = ACTIONS(675), + [aux_sym_protocol_token1] = ACTIONS(675), + [aux_sym_proxy_command_token1] = ACTIONS(675), + [aux_sym_proxy_jump_token1] = ACTIONS(675), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(675), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(675), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(675), + [aux_sym_pubkey_authentication_token1] = ACTIONS(675), + [aux_sym_rekey_limit_token1] = ACTIONS(675), + [aux_sym_remote_command_token1] = ACTIONS(675), + [aux_sym_remote_forward_token1] = ACTIONS(675), + [aux_sym_request_tty_token1] = ACTIONS(675), + [aux_sym_required_rsa_size_token1] = ACTIONS(675), + [aux_sym_revoked_host_keys_token1] = ACTIONS(675), + [aux_sym_security_key_provider_token1] = ACTIONS(675), + [aux_sym_send_env_token1] = ACTIONS(675), + [aux_sym_server_alive_count_max_token1] = ACTIONS(675), + [aux_sym_server_alive_interval_token1] = ACTIONS(675), + [aux_sym_session_type_token1] = ACTIONS(675), + [aux_sym_set_env_token1] = ACTIONS(675), + [aux_sym_stdin_null_token1] = ACTIONS(675), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(675), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(675), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(675), + [aux_sym_syslog_facility_token1] = ACTIONS(675), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(675), + [aux_sym_keep_alive_token1] = ACTIONS(675), + [aux_sym_tunnel_token1] = ACTIONS(677), + [aux_sym_tunnel_device_token1] = ACTIONS(675), + [aux_sym_update_host_keys_token1] = ACTIONS(675), + [aux_sym_use_keychain_token1] = ACTIONS(675), + [aux_sym_use_roaming_token1] = ACTIONS(675), + [aux_sym_user_token1] = ACTIONS(677), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(675), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(675), + [aux_sym_visual_host_key_token1] = ACTIONS(675), + [aux_sym_xauth_location_token1] = ACTIONS(675), }, [24] = { - [ts_builtin_sym_end] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(680), - [aux_sym_match_token1] = ACTIONS(676), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(676), - [aux_sym_address_family_token1] = ACTIONS(676), - [aux_sym_batch_mode_token1] = ACTIONS(676), - [aux_sym_bind_address_token1] = ACTIONS(676), - [aux_sym_bind_interface_token1] = ACTIONS(676), - [aux_sym_canonical_domains_token1] = ACTIONS(676), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(676), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(676), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(676), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(676), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(676), - [aux_sym_certificate_file_token1] = ACTIONS(676), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(676), - [aux_sym_check_host_ip_token1] = ACTIONS(676), - [aux_sym_ciphers_token1] = ACTIONS(676), - [aux_sym_cipher_token1] = ACTIONS(678), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(676), - [aux_sym_compression_token1] = ACTIONS(676), - [aux_sym_connection_attempts_token1] = ACTIONS(676), - [aux_sym_connect_timeout_token1] = ACTIONS(676), - [aux_sym_control_master_token1] = ACTIONS(676), - [aux_sym_control_path_token1] = ACTIONS(676), - [aux_sym_control_persist_token1] = ACTIONS(676), - [aux_sym_dynamic_forward_token1] = ACTIONS(676), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(676), - [aux_sym_escape_char_token1] = ACTIONS(676), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(676), - [aux_sym_fingerprint_hash_token1] = ACTIONS(676), - [aux_sym_fork_after_authentication_token1] = ACTIONS(676), - [aux_sym_forward_agent_token1] = ACTIONS(676), - [aux_sym_forward_x11_token1] = ACTIONS(678), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(676), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(676), - [aux_sym_gateway_ports_token1] = ACTIONS(676), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(676), - [aux_sym_gssapi_authentication_token1] = ACTIONS(676), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(676), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(676), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(676), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(676), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(676), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(676), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(676), - [aux_sym_hash_known_hosts_token1] = ACTIONS(676), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(676), - [aux_sym_hostbased_authentication_token1] = ACTIONS(676), - [aux_sym_host_key_algorithms_token1] = ACTIONS(676), - [aux_sym_host_key_alias_token1] = ACTIONS(676), - [aux_sym_hostname_token1] = ACTIONS(676), - [aux_sym_identities_only_token1] = ACTIONS(676), - [aux_sym_identity_agent_token1] = ACTIONS(676), - [aux_sym_identity_file_token1] = ACTIONS(676), - [aux_sym_ignore_unknown_token1] = ACTIONS(676), - [aux_sym_include_token1] = ACTIONS(676), - [aux_sym_ip_qos_token1] = ACTIONS(676), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(676), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(676), - [aux_sym_kex_algorithms_token1] = ACTIONS(676), - [aux_sym_known_hosts_command_token1] = ACTIONS(676), - [aux_sym_local_command_token1] = ACTIONS(676), - [aux_sym_local_forward_token1] = ACTIONS(676), - [aux_sym_log_level_token1] = ACTIONS(676), - [aux_sym_log_verbose_token1] = ACTIONS(676), - [aux_sym_macs_token1] = ACTIONS(676), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(676), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(676), - [aux_sym_password_authentication_token1] = ACTIONS(676), - [aux_sym_permit_local_command_token1] = ACTIONS(676), - [aux_sym_permit_remote_open_token1] = ACTIONS(676), - [aux_sym_pkcs11_provider_token1] = ACTIONS(676), - [aux_sym_port_token1] = ACTIONS(676), - [aux_sym_preferred_authentications_token1] = ACTIONS(676), - [aux_sym_protocol_token1] = ACTIONS(676), - [aux_sym_proxy_command_token1] = ACTIONS(676), - [aux_sym_proxy_jump_token1] = ACTIONS(676), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(676), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(676), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(676), - [aux_sym_pubkey_authentication_token1] = ACTIONS(676), - [aux_sym_rekey_limit_token1] = ACTIONS(676), - [aux_sym_remote_command_token1] = ACTIONS(676), - [aux_sym_remote_forward_token1] = ACTIONS(676), - [aux_sym_request_tty_token1] = ACTIONS(676), - [aux_sym_revoked_host_keys_token1] = ACTIONS(676), - [aux_sym_security_key_provider_token1] = ACTIONS(676), - [aux_sym_send_env_token1] = ACTIONS(676), - [aux_sym_server_alive_count_max_token1] = ACTIONS(676), - [aux_sym_server_alive_interval_token1] = ACTIONS(676), - [aux_sym_session_type_token1] = ACTIONS(676), - [aux_sym_set_env_token1] = ACTIONS(676), - [aux_sym_stdin_null_token1] = ACTIONS(676), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(676), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(676), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(676), - [aux_sym_syslog_facility_token1] = ACTIONS(676), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(676), - [aux_sym_keep_alive_token1] = ACTIONS(676), - [aux_sym_tunnel_token1] = ACTIONS(678), - [aux_sym_tunnel_device_token1] = ACTIONS(676), - [aux_sym_update_host_keys_token1] = ACTIONS(676), - [aux_sym_use_keychain_token1] = ACTIONS(676), - [aux_sym_use_roaming_token1] = ACTIONS(676), - [aux_sym_user_token1] = ACTIONS(678), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(676), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(676), - [aux_sym_visual_host_key_token1] = ACTIONS(676), - [aux_sym_xauth_location_token1] = ACTIONS(676), + [ts_builtin_sym_end] = ACTIONS(681), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(685), + [aux_sym_match_token1] = ACTIONS(681), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(681), + [aux_sym_address_family_token1] = ACTIONS(681), + [aux_sym_batch_mode_token1] = ACTIONS(681), + [aux_sym_bind_address_token1] = ACTIONS(681), + [aux_sym_bind_interface_token1] = ACTIONS(681), + [aux_sym_canonical_domains_token1] = ACTIONS(681), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(681), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(681), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(681), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(681), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(681), + [aux_sym_certificate_file_token1] = ACTIONS(681), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(681), + [aux_sym_check_host_ip_token1] = ACTIONS(681), + [aux_sym_ciphers_token1] = ACTIONS(681), + [aux_sym_cipher_token1] = ACTIONS(683), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(681), + [aux_sym_compression_token1] = ACTIONS(681), + [aux_sym_connection_attempts_token1] = ACTIONS(681), + [aux_sym_connect_timeout_token1] = ACTIONS(681), + [aux_sym_control_master_token1] = ACTIONS(681), + [aux_sym_control_path_token1] = ACTIONS(681), + [aux_sym_control_persist_token1] = ACTIONS(681), + [aux_sym_dynamic_forward_token1] = ACTIONS(681), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(681), + [aux_sym_escape_char_token1] = ACTIONS(681), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(681), + [aux_sym_fingerprint_hash_token1] = ACTIONS(681), + [aux_sym_fork_after_authentication_token1] = ACTIONS(681), + [aux_sym_forward_agent_token1] = ACTIONS(681), + [aux_sym_forward_x11_token1] = ACTIONS(683), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(681), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(681), + [aux_sym_gateway_ports_token1] = ACTIONS(681), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(681), + [aux_sym_gssapi_authentication_token1] = ACTIONS(681), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(681), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(681), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(681), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(681), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(681), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(681), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(681), + [aux_sym_hash_known_hosts_token1] = ACTIONS(681), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(681), + [aux_sym_hostbased_authentication_token1] = ACTIONS(681), + [aux_sym_host_key_algorithms_token1] = ACTIONS(681), + [aux_sym_host_key_alias_token1] = ACTIONS(681), + [aux_sym_hostname_token1] = ACTIONS(681), + [aux_sym_identities_only_token1] = ACTIONS(681), + [aux_sym_identity_agent_token1] = ACTIONS(681), + [aux_sym_identity_file_token1] = ACTIONS(681), + [aux_sym_ignore_unknown_token1] = ACTIONS(681), + [aux_sym_include_token1] = ACTIONS(681), + [aux_sym_ip_qos_token1] = ACTIONS(681), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(681), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(681), + [aux_sym_kex_algorithms_token1] = ACTIONS(681), + [aux_sym_known_hosts_command_token1] = ACTIONS(681), + [aux_sym_local_command_token1] = ACTIONS(681), + [aux_sym_local_forward_token1] = ACTIONS(681), + [aux_sym_log_level_token1] = ACTIONS(681), + [aux_sym_log_verbose_token1] = ACTIONS(681), + [aux_sym_macs_token1] = ACTIONS(681), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(681), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(681), + [aux_sym_password_authentication_token1] = ACTIONS(681), + [aux_sym_permit_local_command_token1] = ACTIONS(681), + [aux_sym_permit_remote_open_token1] = ACTIONS(681), + [aux_sym_pkcs11_provider_token1] = ACTIONS(681), + [aux_sym_port_token1] = ACTIONS(681), + [aux_sym_preferred_authentications_token1] = ACTIONS(681), + [aux_sym_protocol_token1] = ACTIONS(681), + [aux_sym_proxy_command_token1] = ACTIONS(681), + [aux_sym_proxy_jump_token1] = ACTIONS(681), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(681), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(681), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(681), + [aux_sym_pubkey_authentication_token1] = ACTIONS(681), + [aux_sym_rekey_limit_token1] = ACTIONS(681), + [aux_sym_remote_command_token1] = ACTIONS(681), + [aux_sym_remote_forward_token1] = ACTIONS(681), + [aux_sym_request_tty_token1] = ACTIONS(681), + [aux_sym_required_rsa_size_token1] = ACTIONS(681), + [aux_sym_revoked_host_keys_token1] = ACTIONS(681), + [aux_sym_security_key_provider_token1] = ACTIONS(681), + [aux_sym_send_env_token1] = ACTIONS(681), + [aux_sym_server_alive_count_max_token1] = ACTIONS(681), + [aux_sym_server_alive_interval_token1] = ACTIONS(681), + [aux_sym_session_type_token1] = ACTIONS(681), + [aux_sym_set_env_token1] = ACTIONS(681), + [aux_sym_stdin_null_token1] = ACTIONS(681), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(681), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(681), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(681), + [aux_sym_syslog_facility_token1] = ACTIONS(681), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(681), + [aux_sym_keep_alive_token1] = ACTIONS(681), + [aux_sym_tunnel_token1] = ACTIONS(683), + [aux_sym_tunnel_device_token1] = ACTIONS(681), + [aux_sym_update_host_keys_token1] = ACTIONS(681), + [aux_sym_use_keychain_token1] = ACTIONS(681), + [aux_sym_use_roaming_token1] = ACTIONS(681), + [aux_sym_user_token1] = ACTIONS(683), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(681), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(681), + [aux_sym_visual_host_key_token1] = ACTIONS(681), + [aux_sym_xauth_location_token1] = ACTIONS(681), }, [25] = { - [ts_builtin_sym_end] = ACTIONS(682), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(684), - [anon_sym_DQUOTE] = ACTIONS(686), - [aux_sym_match_token1] = ACTIONS(682), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(682), - [aux_sym_address_family_token1] = ACTIONS(682), - [aux_sym_batch_mode_token1] = ACTIONS(682), - [aux_sym_bind_address_token1] = ACTIONS(682), - [aux_sym_bind_interface_token1] = ACTIONS(682), - [aux_sym_canonical_domains_token1] = ACTIONS(682), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(682), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(682), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(682), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(682), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(682), - [aux_sym_certificate_file_token1] = ACTIONS(682), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(682), - [aux_sym_check_host_ip_token1] = ACTIONS(682), - [aux_sym_ciphers_token1] = ACTIONS(682), - [aux_sym_cipher_token1] = ACTIONS(684), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(682), - [aux_sym_compression_token1] = ACTIONS(682), - [aux_sym_connection_attempts_token1] = ACTIONS(682), - [aux_sym_connect_timeout_token1] = ACTIONS(682), - [aux_sym_control_master_token1] = ACTIONS(682), - [aux_sym_control_path_token1] = ACTIONS(682), - [aux_sym_control_persist_token1] = ACTIONS(682), - [aux_sym_dynamic_forward_token1] = ACTIONS(682), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(682), - [aux_sym_escape_char_token1] = ACTIONS(682), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(682), - [aux_sym_fingerprint_hash_token1] = ACTIONS(682), - [aux_sym_fork_after_authentication_token1] = ACTIONS(682), - [aux_sym_forward_agent_token1] = ACTIONS(682), - [aux_sym_forward_x11_token1] = ACTIONS(684), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(682), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(682), - [aux_sym_gateway_ports_token1] = ACTIONS(682), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(682), - [aux_sym_gssapi_authentication_token1] = ACTIONS(682), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(682), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(682), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(682), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(682), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(682), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(682), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(682), - [aux_sym_hash_known_hosts_token1] = ACTIONS(682), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(682), - [aux_sym_hostbased_authentication_token1] = ACTIONS(682), - [aux_sym_host_key_algorithms_token1] = ACTIONS(682), - [aux_sym_host_key_alias_token1] = ACTIONS(682), - [aux_sym_hostname_token1] = ACTIONS(682), - [aux_sym_identities_only_token1] = ACTIONS(682), - [aux_sym_identity_agent_token1] = ACTIONS(682), - [aux_sym_identity_file_token1] = ACTIONS(682), - [aux_sym_ignore_unknown_token1] = ACTIONS(682), - [aux_sym_include_token1] = ACTIONS(682), - [aux_sym_ip_qos_token1] = ACTIONS(682), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(682), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(682), - [aux_sym_kex_algorithms_token1] = ACTIONS(682), - [aux_sym_known_hosts_command_token1] = ACTIONS(682), - [aux_sym_local_command_token1] = ACTIONS(682), - [aux_sym_local_forward_token1] = ACTIONS(682), - [aux_sym_log_level_token1] = ACTIONS(682), - [aux_sym_log_verbose_token1] = ACTIONS(682), - [aux_sym_macs_token1] = ACTIONS(682), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(682), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(682), - [aux_sym_password_authentication_token1] = ACTIONS(682), - [aux_sym_permit_local_command_token1] = ACTIONS(682), - [aux_sym_permit_remote_open_token1] = ACTIONS(682), - [aux_sym_pkcs11_provider_token1] = ACTIONS(682), - [aux_sym_port_token1] = ACTIONS(682), - [aux_sym_preferred_authentications_token1] = ACTIONS(682), - [aux_sym_protocol_token1] = ACTIONS(682), - [aux_sym_proxy_command_token1] = ACTIONS(682), - [aux_sym_proxy_jump_token1] = ACTIONS(682), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(682), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(682), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(682), - [aux_sym_pubkey_authentication_token1] = ACTIONS(682), - [aux_sym_rekey_limit_token1] = ACTIONS(682), - [aux_sym_remote_command_token1] = ACTIONS(682), - [aux_sym_remote_forward_token1] = ACTIONS(682), - [aux_sym_request_tty_token1] = ACTIONS(682), - [aux_sym_revoked_host_keys_token1] = ACTIONS(682), - [aux_sym_security_key_provider_token1] = ACTIONS(682), - [aux_sym_send_env_token1] = ACTIONS(682), - [aux_sym_server_alive_count_max_token1] = ACTIONS(682), - [aux_sym_server_alive_interval_token1] = ACTIONS(682), - [aux_sym_session_type_token1] = ACTIONS(682), - [aux_sym_set_env_token1] = ACTIONS(682), - [aux_sym_stdin_null_token1] = ACTIONS(682), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(682), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(682), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(682), - [aux_sym_syslog_facility_token1] = ACTIONS(682), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(682), - [aux_sym_keep_alive_token1] = ACTIONS(682), - [aux_sym_tunnel_token1] = ACTIONS(684), - [aux_sym_tunnel_device_token1] = ACTIONS(682), - [aux_sym_update_host_keys_token1] = ACTIONS(682), - [aux_sym_use_keychain_token1] = ACTIONS(682), - [aux_sym_use_roaming_token1] = ACTIONS(682), - [aux_sym_user_token1] = ACTIONS(684), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(682), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(682), - [aux_sym_visual_host_key_token1] = ACTIONS(682), - [aux_sym_xauth_location_token1] = ACTIONS(682), + [ts_builtin_sym_end] = ACTIONS(687), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(689), + [anon_sym_DQUOTE] = ACTIONS(691), + [aux_sym_match_token1] = ACTIONS(687), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(687), + [aux_sym_address_family_token1] = ACTIONS(687), + [aux_sym_batch_mode_token1] = ACTIONS(687), + [aux_sym_bind_address_token1] = ACTIONS(687), + [aux_sym_bind_interface_token1] = ACTIONS(687), + [aux_sym_canonical_domains_token1] = ACTIONS(687), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(687), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(687), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(687), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(687), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(687), + [aux_sym_certificate_file_token1] = ACTIONS(687), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(687), + [aux_sym_check_host_ip_token1] = ACTIONS(687), + [aux_sym_ciphers_token1] = ACTIONS(687), + [aux_sym_cipher_token1] = ACTIONS(689), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(687), + [aux_sym_compression_token1] = ACTIONS(687), + [aux_sym_connection_attempts_token1] = ACTIONS(687), + [aux_sym_connect_timeout_token1] = ACTIONS(687), + [aux_sym_control_master_token1] = ACTIONS(687), + [aux_sym_control_path_token1] = ACTIONS(687), + [aux_sym_control_persist_token1] = ACTIONS(687), + [aux_sym_dynamic_forward_token1] = ACTIONS(687), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(687), + [aux_sym_escape_char_token1] = ACTIONS(687), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(687), + [aux_sym_fingerprint_hash_token1] = ACTIONS(687), + [aux_sym_fork_after_authentication_token1] = ACTIONS(687), + [aux_sym_forward_agent_token1] = ACTIONS(687), + [aux_sym_forward_x11_token1] = ACTIONS(689), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(687), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(687), + [aux_sym_gateway_ports_token1] = ACTIONS(687), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(687), + [aux_sym_gssapi_authentication_token1] = ACTIONS(687), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(687), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(687), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(687), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(687), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(687), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(687), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(687), + [aux_sym_hash_known_hosts_token1] = ACTIONS(687), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(687), + [aux_sym_hostbased_authentication_token1] = ACTIONS(687), + [aux_sym_host_key_algorithms_token1] = ACTIONS(687), + [aux_sym_host_key_alias_token1] = ACTIONS(687), + [aux_sym_hostname_token1] = ACTIONS(687), + [aux_sym_identities_only_token1] = ACTIONS(687), + [aux_sym_identity_agent_token1] = ACTIONS(687), + [aux_sym_identity_file_token1] = ACTIONS(687), + [aux_sym_ignore_unknown_token1] = ACTIONS(687), + [aux_sym_include_token1] = ACTIONS(687), + [aux_sym_ip_qos_token1] = ACTIONS(687), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(687), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(687), + [aux_sym_kex_algorithms_token1] = ACTIONS(687), + [aux_sym_known_hosts_command_token1] = ACTIONS(687), + [aux_sym_local_command_token1] = ACTIONS(687), + [aux_sym_local_forward_token1] = ACTIONS(687), + [aux_sym_log_level_token1] = ACTIONS(687), + [aux_sym_log_verbose_token1] = ACTIONS(687), + [aux_sym_macs_token1] = ACTIONS(687), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(687), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(687), + [aux_sym_password_authentication_token1] = ACTIONS(687), + [aux_sym_permit_local_command_token1] = ACTIONS(687), + [aux_sym_permit_remote_open_token1] = ACTIONS(687), + [aux_sym_pkcs11_provider_token1] = ACTIONS(687), + [aux_sym_port_token1] = ACTIONS(687), + [aux_sym_preferred_authentications_token1] = ACTIONS(687), + [aux_sym_protocol_token1] = ACTIONS(687), + [aux_sym_proxy_command_token1] = ACTIONS(687), + [aux_sym_proxy_jump_token1] = ACTIONS(687), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(687), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(687), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(687), + [aux_sym_pubkey_authentication_token1] = ACTIONS(687), + [aux_sym_rekey_limit_token1] = ACTIONS(687), + [aux_sym_remote_command_token1] = ACTIONS(687), + [aux_sym_remote_forward_token1] = ACTIONS(687), + [aux_sym_request_tty_token1] = ACTIONS(687), + [aux_sym_required_rsa_size_token1] = ACTIONS(687), + [aux_sym_revoked_host_keys_token1] = ACTIONS(687), + [aux_sym_security_key_provider_token1] = ACTIONS(687), + [aux_sym_send_env_token1] = ACTIONS(687), + [aux_sym_server_alive_count_max_token1] = ACTIONS(687), + [aux_sym_server_alive_interval_token1] = ACTIONS(687), + [aux_sym_session_type_token1] = ACTIONS(687), + [aux_sym_set_env_token1] = ACTIONS(687), + [aux_sym_stdin_null_token1] = ACTIONS(687), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(687), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(687), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(687), + [aux_sym_syslog_facility_token1] = ACTIONS(687), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(687), + [aux_sym_keep_alive_token1] = ACTIONS(687), + [aux_sym_tunnel_token1] = ACTIONS(689), + [aux_sym_tunnel_device_token1] = ACTIONS(687), + [aux_sym_update_host_keys_token1] = ACTIONS(687), + [aux_sym_use_keychain_token1] = ACTIONS(687), + [aux_sym_use_roaming_token1] = ACTIONS(687), + [aux_sym_user_token1] = ACTIONS(689), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(687), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(687), + [aux_sym_visual_host_key_token1] = ACTIONS(687), + [aux_sym_xauth_location_token1] = ACTIONS(687), }, [26] = { - [ts_builtin_sym_end] = ACTIONS(688), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(690), - [anon_sym_DQUOTE] = ACTIONS(692), - [aux_sym_match_token1] = ACTIONS(688), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(688), - [aux_sym_address_family_token1] = ACTIONS(688), - [aux_sym_batch_mode_token1] = ACTIONS(688), - [aux_sym_bind_address_token1] = ACTIONS(688), - [aux_sym_bind_interface_token1] = ACTIONS(688), - [aux_sym_canonical_domains_token1] = ACTIONS(688), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(688), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(688), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(688), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(688), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(688), - [aux_sym_certificate_file_token1] = ACTIONS(688), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(688), - [aux_sym_check_host_ip_token1] = ACTIONS(688), - [aux_sym_ciphers_token1] = ACTIONS(688), - [aux_sym_cipher_token1] = ACTIONS(690), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(688), - [aux_sym_compression_token1] = ACTIONS(688), - [aux_sym_connection_attempts_token1] = ACTIONS(688), - [aux_sym_connect_timeout_token1] = ACTIONS(688), - [aux_sym_control_master_token1] = ACTIONS(688), - [aux_sym_control_path_token1] = ACTIONS(688), - [aux_sym_control_persist_token1] = ACTIONS(688), - [aux_sym_dynamic_forward_token1] = ACTIONS(688), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(688), - [aux_sym_escape_char_token1] = ACTIONS(688), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(688), - [aux_sym_fingerprint_hash_token1] = ACTIONS(688), - [aux_sym_fork_after_authentication_token1] = ACTIONS(688), - [aux_sym_forward_agent_token1] = ACTIONS(688), - [aux_sym_forward_x11_token1] = ACTIONS(690), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(688), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(688), - [aux_sym_gateway_ports_token1] = ACTIONS(688), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(688), - [aux_sym_gssapi_authentication_token1] = ACTIONS(688), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(688), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(688), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(688), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(688), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(688), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(688), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(688), - [aux_sym_hash_known_hosts_token1] = ACTIONS(688), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(688), - [aux_sym_hostbased_authentication_token1] = ACTIONS(688), - [aux_sym_host_key_algorithms_token1] = ACTIONS(688), - [aux_sym_host_key_alias_token1] = ACTIONS(688), - [aux_sym_hostname_token1] = ACTIONS(688), - [aux_sym_identities_only_token1] = ACTIONS(688), - [aux_sym_identity_agent_token1] = ACTIONS(688), - [aux_sym_identity_file_token1] = ACTIONS(688), - [aux_sym_ignore_unknown_token1] = ACTIONS(688), - [aux_sym_include_token1] = ACTIONS(688), - [aux_sym_ip_qos_token1] = ACTIONS(688), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(688), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(688), - [aux_sym_kex_algorithms_token1] = ACTIONS(688), - [aux_sym_known_hosts_command_token1] = ACTIONS(688), - [aux_sym_local_command_token1] = ACTIONS(688), - [aux_sym_local_forward_token1] = ACTIONS(688), - [aux_sym_log_level_token1] = ACTIONS(688), - [aux_sym_log_verbose_token1] = ACTIONS(688), - [aux_sym_macs_token1] = ACTIONS(688), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(688), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(688), - [aux_sym_password_authentication_token1] = ACTIONS(688), - [aux_sym_permit_local_command_token1] = ACTIONS(688), - [aux_sym_permit_remote_open_token1] = ACTIONS(688), - [aux_sym_pkcs11_provider_token1] = ACTIONS(688), - [aux_sym_port_token1] = ACTIONS(688), - [aux_sym_preferred_authentications_token1] = ACTIONS(688), - [aux_sym_protocol_token1] = ACTIONS(688), - [aux_sym_proxy_command_token1] = ACTIONS(688), - [aux_sym_proxy_jump_token1] = ACTIONS(688), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(688), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(688), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(688), - [aux_sym_pubkey_authentication_token1] = ACTIONS(688), - [aux_sym_rekey_limit_token1] = ACTIONS(688), - [aux_sym_remote_command_token1] = ACTIONS(688), - [aux_sym_remote_forward_token1] = ACTIONS(688), - [aux_sym_request_tty_token1] = ACTIONS(688), - [aux_sym_revoked_host_keys_token1] = ACTIONS(688), - [aux_sym_security_key_provider_token1] = ACTIONS(688), - [aux_sym_send_env_token1] = ACTIONS(688), - [aux_sym_server_alive_count_max_token1] = ACTIONS(688), - [aux_sym_server_alive_interval_token1] = ACTIONS(688), - [aux_sym_session_type_token1] = ACTIONS(688), - [aux_sym_set_env_token1] = ACTIONS(688), - [aux_sym_stdin_null_token1] = ACTIONS(688), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(688), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(688), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(688), - [aux_sym_syslog_facility_token1] = ACTIONS(688), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(688), - [aux_sym_keep_alive_token1] = ACTIONS(688), - [aux_sym_tunnel_token1] = ACTIONS(690), - [aux_sym_tunnel_device_token1] = ACTIONS(688), - [aux_sym_update_host_keys_token1] = ACTIONS(688), - [aux_sym_use_keychain_token1] = ACTIONS(688), - [aux_sym_use_roaming_token1] = ACTIONS(688), - [aux_sym_user_token1] = ACTIONS(690), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(688), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(688), - [aux_sym_visual_host_key_token1] = ACTIONS(688), - [aux_sym_xauth_location_token1] = ACTIONS(688), + [ts_builtin_sym_end] = ACTIONS(693), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(695), + [anon_sym_DQUOTE] = ACTIONS(697), + [aux_sym_match_token1] = ACTIONS(693), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(693), + [aux_sym_address_family_token1] = ACTIONS(693), + [aux_sym_batch_mode_token1] = ACTIONS(693), + [aux_sym_bind_address_token1] = ACTIONS(693), + [aux_sym_bind_interface_token1] = ACTIONS(693), + [aux_sym_canonical_domains_token1] = ACTIONS(693), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(693), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(693), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(693), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(693), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(693), + [aux_sym_certificate_file_token1] = ACTIONS(693), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(693), + [aux_sym_check_host_ip_token1] = ACTIONS(693), + [aux_sym_ciphers_token1] = ACTIONS(693), + [aux_sym_cipher_token1] = ACTIONS(695), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(693), + [aux_sym_compression_token1] = ACTIONS(693), + [aux_sym_connection_attempts_token1] = ACTIONS(693), + [aux_sym_connect_timeout_token1] = ACTIONS(693), + [aux_sym_control_master_token1] = ACTIONS(693), + [aux_sym_control_path_token1] = ACTIONS(693), + [aux_sym_control_persist_token1] = ACTIONS(693), + [aux_sym_dynamic_forward_token1] = ACTIONS(693), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(693), + [aux_sym_escape_char_token1] = ACTIONS(693), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(693), + [aux_sym_fingerprint_hash_token1] = ACTIONS(693), + [aux_sym_fork_after_authentication_token1] = ACTIONS(693), + [aux_sym_forward_agent_token1] = ACTIONS(693), + [aux_sym_forward_x11_token1] = ACTIONS(695), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(693), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(693), + [aux_sym_gateway_ports_token1] = ACTIONS(693), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(693), + [aux_sym_gssapi_authentication_token1] = ACTIONS(693), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(693), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(693), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(693), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(693), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(693), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(693), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(693), + [aux_sym_hash_known_hosts_token1] = ACTIONS(693), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(693), + [aux_sym_hostbased_authentication_token1] = ACTIONS(693), + [aux_sym_host_key_algorithms_token1] = ACTIONS(693), + [aux_sym_host_key_alias_token1] = ACTIONS(693), + [aux_sym_hostname_token1] = ACTIONS(693), + [aux_sym_identities_only_token1] = ACTIONS(693), + [aux_sym_identity_agent_token1] = ACTIONS(693), + [aux_sym_identity_file_token1] = ACTIONS(693), + [aux_sym_ignore_unknown_token1] = ACTIONS(693), + [aux_sym_include_token1] = ACTIONS(693), + [aux_sym_ip_qos_token1] = ACTIONS(693), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(693), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(693), + [aux_sym_kex_algorithms_token1] = ACTIONS(693), + [aux_sym_known_hosts_command_token1] = ACTIONS(693), + [aux_sym_local_command_token1] = ACTIONS(693), + [aux_sym_local_forward_token1] = ACTIONS(693), + [aux_sym_log_level_token1] = ACTIONS(693), + [aux_sym_log_verbose_token1] = ACTIONS(693), + [aux_sym_macs_token1] = ACTIONS(693), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(693), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(693), + [aux_sym_password_authentication_token1] = ACTIONS(693), + [aux_sym_permit_local_command_token1] = ACTIONS(693), + [aux_sym_permit_remote_open_token1] = ACTIONS(693), + [aux_sym_pkcs11_provider_token1] = ACTIONS(693), + [aux_sym_port_token1] = ACTIONS(693), + [aux_sym_preferred_authentications_token1] = ACTIONS(693), + [aux_sym_protocol_token1] = ACTIONS(693), + [aux_sym_proxy_command_token1] = ACTIONS(693), + [aux_sym_proxy_jump_token1] = ACTIONS(693), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(693), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(693), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(693), + [aux_sym_pubkey_authentication_token1] = ACTIONS(693), + [aux_sym_rekey_limit_token1] = ACTIONS(693), + [aux_sym_remote_command_token1] = ACTIONS(693), + [aux_sym_remote_forward_token1] = ACTIONS(693), + [aux_sym_request_tty_token1] = ACTIONS(693), + [aux_sym_required_rsa_size_token1] = ACTIONS(693), + [aux_sym_revoked_host_keys_token1] = ACTIONS(693), + [aux_sym_security_key_provider_token1] = ACTIONS(693), + [aux_sym_send_env_token1] = ACTIONS(693), + [aux_sym_server_alive_count_max_token1] = ACTIONS(693), + [aux_sym_server_alive_interval_token1] = ACTIONS(693), + [aux_sym_session_type_token1] = ACTIONS(693), + [aux_sym_set_env_token1] = ACTIONS(693), + [aux_sym_stdin_null_token1] = ACTIONS(693), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(693), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(693), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(693), + [aux_sym_syslog_facility_token1] = ACTIONS(693), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(693), + [aux_sym_keep_alive_token1] = ACTIONS(693), + [aux_sym_tunnel_token1] = ACTIONS(695), + [aux_sym_tunnel_device_token1] = ACTIONS(693), + [aux_sym_update_host_keys_token1] = ACTIONS(693), + [aux_sym_use_keychain_token1] = ACTIONS(693), + [aux_sym_use_roaming_token1] = ACTIONS(693), + [aux_sym_user_token1] = ACTIONS(695), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(693), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(693), + [aux_sym_visual_host_key_token1] = ACTIONS(693), + [aux_sym_xauth_location_token1] = ACTIONS(693), }, [27] = { - [ts_builtin_sym_end] = ACTIONS(694), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(696), - [anon_sym_DQUOTE] = ACTIONS(698), - [aux_sym_match_token1] = ACTIONS(694), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(694), - [aux_sym_address_family_token1] = ACTIONS(694), - [aux_sym_batch_mode_token1] = ACTIONS(694), - [aux_sym_bind_address_token1] = ACTIONS(694), - [aux_sym_bind_interface_token1] = ACTIONS(694), - [aux_sym_canonical_domains_token1] = ACTIONS(694), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(694), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(694), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(694), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(694), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(694), - [aux_sym_certificate_file_token1] = ACTIONS(694), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(694), - [aux_sym_check_host_ip_token1] = ACTIONS(694), - [aux_sym_ciphers_token1] = ACTIONS(694), - [aux_sym_cipher_token1] = ACTIONS(696), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(694), - [aux_sym_compression_token1] = ACTIONS(694), - [aux_sym_connection_attempts_token1] = ACTIONS(694), - [aux_sym_connect_timeout_token1] = ACTIONS(694), - [aux_sym_control_master_token1] = ACTIONS(694), - [aux_sym_control_path_token1] = ACTIONS(694), - [aux_sym_control_persist_token1] = ACTIONS(694), - [aux_sym_dynamic_forward_token1] = ACTIONS(694), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(694), - [aux_sym_escape_char_token1] = ACTIONS(694), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(694), - [aux_sym_fingerprint_hash_token1] = ACTIONS(694), - [aux_sym_fork_after_authentication_token1] = ACTIONS(694), - [aux_sym_forward_agent_token1] = ACTIONS(694), - [aux_sym_forward_x11_token1] = ACTIONS(696), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(694), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(694), - [aux_sym_gateway_ports_token1] = ACTIONS(694), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(694), - [aux_sym_gssapi_authentication_token1] = ACTIONS(694), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(694), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(694), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(694), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(694), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(694), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(694), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(694), - [aux_sym_hash_known_hosts_token1] = ACTIONS(694), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(694), - [aux_sym_hostbased_authentication_token1] = ACTIONS(694), - [aux_sym_host_key_algorithms_token1] = ACTIONS(694), - [aux_sym_host_key_alias_token1] = ACTIONS(694), - [aux_sym_hostname_token1] = ACTIONS(694), - [aux_sym_identities_only_token1] = ACTIONS(694), - [aux_sym_identity_agent_token1] = ACTIONS(694), - [aux_sym_identity_file_token1] = ACTIONS(694), - [aux_sym_ignore_unknown_token1] = ACTIONS(694), - [aux_sym_include_token1] = ACTIONS(694), - [aux_sym_ip_qos_token1] = ACTIONS(694), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(694), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(694), - [aux_sym_kex_algorithms_token1] = ACTIONS(694), - [aux_sym_known_hosts_command_token1] = ACTIONS(694), - [aux_sym_local_command_token1] = ACTIONS(694), - [aux_sym_local_forward_token1] = ACTIONS(694), - [aux_sym_log_level_token1] = ACTIONS(694), - [aux_sym_log_verbose_token1] = ACTIONS(694), - [aux_sym_macs_token1] = ACTIONS(694), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(694), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(694), - [aux_sym_password_authentication_token1] = ACTIONS(694), - [aux_sym_permit_local_command_token1] = ACTIONS(694), - [aux_sym_permit_remote_open_token1] = ACTIONS(694), - [aux_sym_pkcs11_provider_token1] = ACTIONS(694), - [aux_sym_port_token1] = ACTIONS(694), - [aux_sym_preferred_authentications_token1] = ACTIONS(694), - [aux_sym_protocol_token1] = ACTIONS(694), - [aux_sym_proxy_command_token1] = ACTIONS(694), - [aux_sym_proxy_jump_token1] = ACTIONS(694), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(694), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(694), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(694), - [aux_sym_pubkey_authentication_token1] = ACTIONS(694), - [aux_sym_rekey_limit_token1] = ACTIONS(694), - [aux_sym_remote_command_token1] = ACTIONS(694), - [aux_sym_remote_forward_token1] = ACTIONS(694), - [aux_sym_request_tty_token1] = ACTIONS(694), - [aux_sym_revoked_host_keys_token1] = ACTIONS(694), - [aux_sym_security_key_provider_token1] = ACTIONS(694), - [aux_sym_send_env_token1] = ACTIONS(694), - [aux_sym_server_alive_count_max_token1] = ACTIONS(694), - [aux_sym_server_alive_interval_token1] = ACTIONS(694), - [aux_sym_session_type_token1] = ACTIONS(694), - [aux_sym_set_env_token1] = ACTIONS(694), - [aux_sym_stdin_null_token1] = ACTIONS(694), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(694), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(694), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(694), - [aux_sym_syslog_facility_token1] = ACTIONS(694), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(694), - [aux_sym_keep_alive_token1] = ACTIONS(694), - [aux_sym_tunnel_token1] = ACTIONS(696), - [aux_sym_tunnel_device_token1] = ACTIONS(694), - [aux_sym_update_host_keys_token1] = ACTIONS(694), - [aux_sym_use_keychain_token1] = ACTIONS(694), - [aux_sym_use_roaming_token1] = ACTIONS(694), - [aux_sym_user_token1] = ACTIONS(696), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(694), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(694), - [aux_sym_visual_host_key_token1] = ACTIONS(694), - [aux_sym_xauth_location_token1] = ACTIONS(694), + [ts_builtin_sym_end] = ACTIONS(699), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(701), + [anon_sym_DQUOTE] = ACTIONS(703), + [aux_sym_match_token1] = ACTIONS(699), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(699), + [aux_sym_address_family_token1] = ACTIONS(699), + [aux_sym_batch_mode_token1] = ACTIONS(699), + [aux_sym_bind_address_token1] = ACTIONS(699), + [aux_sym_bind_interface_token1] = ACTIONS(699), + [aux_sym_canonical_domains_token1] = ACTIONS(699), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(699), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(699), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(699), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(699), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(699), + [aux_sym_certificate_file_token1] = ACTIONS(699), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(699), + [aux_sym_check_host_ip_token1] = ACTIONS(699), + [aux_sym_ciphers_token1] = ACTIONS(699), + [aux_sym_cipher_token1] = ACTIONS(701), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(699), + [aux_sym_compression_token1] = ACTIONS(699), + [aux_sym_connection_attempts_token1] = ACTIONS(699), + [aux_sym_connect_timeout_token1] = ACTIONS(699), + [aux_sym_control_master_token1] = ACTIONS(699), + [aux_sym_control_path_token1] = ACTIONS(699), + [aux_sym_control_persist_token1] = ACTIONS(699), + [aux_sym_dynamic_forward_token1] = ACTIONS(699), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(699), + [aux_sym_escape_char_token1] = ACTIONS(699), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(699), + [aux_sym_fingerprint_hash_token1] = ACTIONS(699), + [aux_sym_fork_after_authentication_token1] = ACTIONS(699), + [aux_sym_forward_agent_token1] = ACTIONS(699), + [aux_sym_forward_x11_token1] = ACTIONS(701), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(699), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(699), + [aux_sym_gateway_ports_token1] = ACTIONS(699), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(699), + [aux_sym_gssapi_authentication_token1] = ACTIONS(699), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(699), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(699), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(699), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(699), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(699), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(699), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(699), + [aux_sym_hash_known_hosts_token1] = ACTIONS(699), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(699), + [aux_sym_hostbased_authentication_token1] = ACTIONS(699), + [aux_sym_host_key_algorithms_token1] = ACTIONS(699), + [aux_sym_host_key_alias_token1] = ACTIONS(699), + [aux_sym_hostname_token1] = ACTIONS(699), + [aux_sym_identities_only_token1] = ACTIONS(699), + [aux_sym_identity_agent_token1] = ACTIONS(699), + [aux_sym_identity_file_token1] = ACTIONS(699), + [aux_sym_ignore_unknown_token1] = ACTIONS(699), + [aux_sym_include_token1] = ACTIONS(699), + [aux_sym_ip_qos_token1] = ACTIONS(699), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(699), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(699), + [aux_sym_kex_algorithms_token1] = ACTIONS(699), + [aux_sym_known_hosts_command_token1] = ACTIONS(699), + [aux_sym_local_command_token1] = ACTIONS(699), + [aux_sym_local_forward_token1] = ACTIONS(699), + [aux_sym_log_level_token1] = ACTIONS(699), + [aux_sym_log_verbose_token1] = ACTIONS(699), + [aux_sym_macs_token1] = ACTIONS(699), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(699), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(699), + [aux_sym_password_authentication_token1] = ACTIONS(699), + [aux_sym_permit_local_command_token1] = ACTIONS(699), + [aux_sym_permit_remote_open_token1] = ACTIONS(699), + [aux_sym_pkcs11_provider_token1] = ACTIONS(699), + [aux_sym_port_token1] = ACTIONS(699), + [aux_sym_preferred_authentications_token1] = ACTIONS(699), + [aux_sym_protocol_token1] = ACTIONS(699), + [aux_sym_proxy_command_token1] = ACTIONS(699), + [aux_sym_proxy_jump_token1] = ACTIONS(699), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(699), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(699), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(699), + [aux_sym_pubkey_authentication_token1] = ACTIONS(699), + [aux_sym_rekey_limit_token1] = ACTIONS(699), + [aux_sym_remote_command_token1] = ACTIONS(699), + [aux_sym_remote_forward_token1] = ACTIONS(699), + [aux_sym_request_tty_token1] = ACTIONS(699), + [aux_sym_required_rsa_size_token1] = ACTIONS(699), + [aux_sym_revoked_host_keys_token1] = ACTIONS(699), + [aux_sym_security_key_provider_token1] = ACTIONS(699), + [aux_sym_send_env_token1] = ACTIONS(699), + [aux_sym_server_alive_count_max_token1] = ACTIONS(699), + [aux_sym_server_alive_interval_token1] = ACTIONS(699), + [aux_sym_session_type_token1] = ACTIONS(699), + [aux_sym_set_env_token1] = ACTIONS(699), + [aux_sym_stdin_null_token1] = ACTIONS(699), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(699), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(699), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(699), + [aux_sym_syslog_facility_token1] = ACTIONS(699), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(699), + [aux_sym_keep_alive_token1] = ACTIONS(699), + [aux_sym_tunnel_token1] = ACTIONS(701), + [aux_sym_tunnel_device_token1] = ACTIONS(699), + [aux_sym_update_host_keys_token1] = ACTIONS(699), + [aux_sym_use_keychain_token1] = ACTIONS(699), + [aux_sym_use_roaming_token1] = ACTIONS(699), + [aux_sym_user_token1] = ACTIONS(701), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(699), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(699), + [aux_sym_visual_host_key_token1] = ACTIONS(699), + [aux_sym_xauth_location_token1] = ACTIONS(699), }, [28] = { - [ts_builtin_sym_end] = ACTIONS(700), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(702), - [anon_sym_DQUOTE] = ACTIONS(704), - [aux_sym_match_token1] = ACTIONS(700), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(700), - [aux_sym_address_family_token1] = ACTIONS(700), - [aux_sym_batch_mode_token1] = ACTIONS(700), - [aux_sym_bind_address_token1] = ACTIONS(700), - [aux_sym_bind_interface_token1] = ACTIONS(700), - [aux_sym_canonical_domains_token1] = ACTIONS(700), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(700), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(700), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(700), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(700), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(700), - [aux_sym_certificate_file_token1] = ACTIONS(700), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(700), - [aux_sym_check_host_ip_token1] = ACTIONS(700), - [aux_sym_ciphers_token1] = ACTIONS(700), - [aux_sym_cipher_token1] = ACTIONS(702), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(700), - [aux_sym_compression_token1] = ACTIONS(700), - [aux_sym_connection_attempts_token1] = ACTIONS(700), - [aux_sym_connect_timeout_token1] = ACTIONS(700), - [aux_sym_control_master_token1] = ACTIONS(700), - [aux_sym_control_path_token1] = ACTIONS(700), - [aux_sym_control_persist_token1] = ACTIONS(700), - [aux_sym_dynamic_forward_token1] = ACTIONS(700), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(700), - [aux_sym_escape_char_token1] = ACTIONS(700), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(700), - [aux_sym_fingerprint_hash_token1] = ACTIONS(700), - [aux_sym_fork_after_authentication_token1] = ACTIONS(700), - [aux_sym_forward_agent_token1] = ACTIONS(700), - [aux_sym_forward_x11_token1] = ACTIONS(702), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(700), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(700), - [aux_sym_gateway_ports_token1] = ACTIONS(700), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(700), - [aux_sym_gssapi_authentication_token1] = ACTIONS(700), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(700), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(700), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(700), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(700), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(700), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(700), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(700), - [aux_sym_hash_known_hosts_token1] = ACTIONS(700), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(700), - [aux_sym_hostbased_authentication_token1] = ACTIONS(700), - [aux_sym_host_key_algorithms_token1] = ACTIONS(700), - [aux_sym_host_key_alias_token1] = ACTIONS(700), - [aux_sym_hostname_token1] = ACTIONS(700), - [aux_sym_identities_only_token1] = ACTIONS(700), - [aux_sym_identity_agent_token1] = ACTIONS(700), - [aux_sym_identity_file_token1] = ACTIONS(700), - [aux_sym_ignore_unknown_token1] = ACTIONS(700), - [aux_sym_include_token1] = ACTIONS(700), - [aux_sym_ip_qos_token1] = ACTIONS(700), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(700), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(700), - [aux_sym_kex_algorithms_token1] = ACTIONS(700), - [aux_sym_known_hosts_command_token1] = ACTIONS(700), - [aux_sym_local_command_token1] = ACTIONS(700), - [aux_sym_local_forward_token1] = ACTIONS(700), - [aux_sym_log_level_token1] = ACTIONS(700), - [aux_sym_log_verbose_token1] = ACTIONS(700), - [aux_sym_macs_token1] = ACTIONS(700), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(700), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(700), - [aux_sym_password_authentication_token1] = ACTIONS(700), - [aux_sym_permit_local_command_token1] = ACTIONS(700), - [aux_sym_permit_remote_open_token1] = ACTIONS(700), - [aux_sym_pkcs11_provider_token1] = ACTIONS(700), - [aux_sym_port_token1] = ACTIONS(700), - [aux_sym_preferred_authentications_token1] = ACTIONS(700), - [aux_sym_protocol_token1] = ACTIONS(700), - [aux_sym_proxy_command_token1] = ACTIONS(700), - [aux_sym_proxy_jump_token1] = ACTIONS(700), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(700), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(700), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(700), - [aux_sym_pubkey_authentication_token1] = ACTIONS(700), - [aux_sym_rekey_limit_token1] = ACTIONS(700), - [aux_sym_remote_command_token1] = ACTIONS(700), - [aux_sym_remote_forward_token1] = ACTIONS(700), - [aux_sym_request_tty_token1] = ACTIONS(700), - [aux_sym_revoked_host_keys_token1] = ACTIONS(700), - [aux_sym_security_key_provider_token1] = ACTIONS(700), - [aux_sym_send_env_token1] = ACTIONS(700), - [aux_sym_server_alive_count_max_token1] = ACTIONS(700), - [aux_sym_server_alive_interval_token1] = ACTIONS(700), - [aux_sym_session_type_token1] = ACTIONS(700), - [aux_sym_set_env_token1] = ACTIONS(700), - [aux_sym_stdin_null_token1] = ACTIONS(700), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(700), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(700), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(700), - [aux_sym_syslog_facility_token1] = ACTIONS(700), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(700), - [aux_sym_keep_alive_token1] = ACTIONS(700), - [aux_sym_tunnel_token1] = ACTIONS(702), - [aux_sym_tunnel_device_token1] = ACTIONS(700), - [aux_sym_update_host_keys_token1] = ACTIONS(700), - [aux_sym_use_keychain_token1] = ACTIONS(700), - [aux_sym_use_roaming_token1] = ACTIONS(700), - [aux_sym_user_token1] = ACTIONS(702), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(700), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(700), - [aux_sym_visual_host_key_token1] = ACTIONS(700), - [aux_sym_xauth_location_token1] = ACTIONS(700), + [ts_builtin_sym_end] = ACTIONS(705), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(707), + [anon_sym_DQUOTE] = ACTIONS(709), + [aux_sym_match_token1] = ACTIONS(705), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(705), + [aux_sym_address_family_token1] = ACTIONS(705), + [aux_sym_batch_mode_token1] = ACTIONS(705), + [aux_sym_bind_address_token1] = ACTIONS(705), + [aux_sym_bind_interface_token1] = ACTIONS(705), + [aux_sym_canonical_domains_token1] = ACTIONS(705), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(705), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(705), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(705), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(705), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(705), + [aux_sym_certificate_file_token1] = ACTIONS(705), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(705), + [aux_sym_check_host_ip_token1] = ACTIONS(705), + [aux_sym_ciphers_token1] = ACTIONS(705), + [aux_sym_cipher_token1] = ACTIONS(707), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(705), + [aux_sym_compression_token1] = ACTIONS(705), + [aux_sym_connection_attempts_token1] = ACTIONS(705), + [aux_sym_connect_timeout_token1] = ACTIONS(705), + [aux_sym_control_master_token1] = ACTIONS(705), + [aux_sym_control_path_token1] = ACTIONS(705), + [aux_sym_control_persist_token1] = ACTIONS(705), + [aux_sym_dynamic_forward_token1] = ACTIONS(705), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(705), + [aux_sym_escape_char_token1] = ACTIONS(705), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(705), + [aux_sym_fingerprint_hash_token1] = ACTIONS(705), + [aux_sym_fork_after_authentication_token1] = ACTIONS(705), + [aux_sym_forward_agent_token1] = ACTIONS(705), + [aux_sym_forward_x11_token1] = ACTIONS(707), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(705), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(705), + [aux_sym_gateway_ports_token1] = ACTIONS(705), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(705), + [aux_sym_gssapi_authentication_token1] = ACTIONS(705), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(705), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(705), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(705), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(705), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(705), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(705), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(705), + [aux_sym_hash_known_hosts_token1] = ACTIONS(705), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(705), + [aux_sym_hostbased_authentication_token1] = ACTIONS(705), + [aux_sym_host_key_algorithms_token1] = ACTIONS(705), + [aux_sym_host_key_alias_token1] = ACTIONS(705), + [aux_sym_hostname_token1] = ACTIONS(705), + [aux_sym_identities_only_token1] = ACTIONS(705), + [aux_sym_identity_agent_token1] = ACTIONS(705), + [aux_sym_identity_file_token1] = ACTIONS(705), + [aux_sym_ignore_unknown_token1] = ACTIONS(705), + [aux_sym_include_token1] = ACTIONS(705), + [aux_sym_ip_qos_token1] = ACTIONS(705), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(705), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(705), + [aux_sym_kex_algorithms_token1] = ACTIONS(705), + [aux_sym_known_hosts_command_token1] = ACTIONS(705), + [aux_sym_local_command_token1] = ACTIONS(705), + [aux_sym_local_forward_token1] = ACTIONS(705), + [aux_sym_log_level_token1] = ACTIONS(705), + [aux_sym_log_verbose_token1] = ACTIONS(705), + [aux_sym_macs_token1] = ACTIONS(705), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(705), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(705), + [aux_sym_password_authentication_token1] = ACTIONS(705), + [aux_sym_permit_local_command_token1] = ACTIONS(705), + [aux_sym_permit_remote_open_token1] = ACTIONS(705), + [aux_sym_pkcs11_provider_token1] = ACTIONS(705), + [aux_sym_port_token1] = ACTIONS(705), + [aux_sym_preferred_authentications_token1] = ACTIONS(705), + [aux_sym_protocol_token1] = ACTIONS(705), + [aux_sym_proxy_command_token1] = ACTIONS(705), + [aux_sym_proxy_jump_token1] = ACTIONS(705), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(705), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(705), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(705), + [aux_sym_pubkey_authentication_token1] = ACTIONS(705), + [aux_sym_rekey_limit_token1] = ACTIONS(705), + [aux_sym_remote_command_token1] = ACTIONS(705), + [aux_sym_remote_forward_token1] = ACTIONS(705), + [aux_sym_request_tty_token1] = ACTIONS(705), + [aux_sym_required_rsa_size_token1] = ACTIONS(705), + [aux_sym_revoked_host_keys_token1] = ACTIONS(705), + [aux_sym_security_key_provider_token1] = ACTIONS(705), + [aux_sym_send_env_token1] = ACTIONS(705), + [aux_sym_server_alive_count_max_token1] = ACTIONS(705), + [aux_sym_server_alive_interval_token1] = ACTIONS(705), + [aux_sym_session_type_token1] = ACTIONS(705), + [aux_sym_set_env_token1] = ACTIONS(705), + [aux_sym_stdin_null_token1] = ACTIONS(705), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(705), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(705), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(705), + [aux_sym_syslog_facility_token1] = ACTIONS(705), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(705), + [aux_sym_keep_alive_token1] = ACTIONS(705), + [aux_sym_tunnel_token1] = ACTIONS(707), + [aux_sym_tunnel_device_token1] = ACTIONS(705), + [aux_sym_update_host_keys_token1] = ACTIONS(705), + [aux_sym_use_keychain_token1] = ACTIONS(705), + [aux_sym_use_roaming_token1] = ACTIONS(705), + [aux_sym_user_token1] = ACTIONS(707), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(705), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(705), + [aux_sym_visual_host_key_token1] = ACTIONS(705), + [aux_sym_xauth_location_token1] = ACTIONS(705), }, [29] = { - [ts_builtin_sym_end] = ACTIONS(706), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(708), - [anon_sym_DQUOTE] = ACTIONS(710), - [aux_sym_match_token1] = ACTIONS(706), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(706), - [aux_sym_address_family_token1] = ACTIONS(706), - [aux_sym_batch_mode_token1] = ACTIONS(706), - [aux_sym_bind_address_token1] = ACTIONS(706), - [aux_sym_bind_interface_token1] = ACTIONS(706), - [aux_sym_canonical_domains_token1] = ACTIONS(706), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(706), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(706), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(706), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(706), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(706), - [aux_sym_certificate_file_token1] = ACTIONS(706), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(706), - [aux_sym_check_host_ip_token1] = ACTIONS(706), - [aux_sym_ciphers_token1] = ACTIONS(706), - [aux_sym_cipher_token1] = ACTIONS(708), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(706), - [aux_sym_compression_token1] = ACTIONS(706), - [aux_sym_connection_attempts_token1] = ACTIONS(706), - [aux_sym_connect_timeout_token1] = ACTIONS(706), - [aux_sym_control_master_token1] = ACTIONS(706), - [aux_sym_control_path_token1] = ACTIONS(706), - [aux_sym_control_persist_token1] = ACTIONS(706), - [aux_sym_dynamic_forward_token1] = ACTIONS(706), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(706), - [aux_sym_escape_char_token1] = ACTIONS(706), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(706), - [aux_sym_fingerprint_hash_token1] = ACTIONS(706), - [aux_sym_fork_after_authentication_token1] = ACTIONS(706), - [aux_sym_forward_agent_token1] = ACTIONS(706), - [aux_sym_forward_x11_token1] = ACTIONS(708), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(706), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(706), - [aux_sym_gateway_ports_token1] = ACTIONS(706), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(706), - [aux_sym_gssapi_authentication_token1] = ACTIONS(706), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(706), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(706), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(706), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(706), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(706), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(706), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(706), - [aux_sym_hash_known_hosts_token1] = ACTIONS(706), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(706), - [aux_sym_hostbased_authentication_token1] = ACTIONS(706), - [aux_sym_host_key_algorithms_token1] = ACTIONS(706), - [aux_sym_host_key_alias_token1] = ACTIONS(706), - [aux_sym_hostname_token1] = ACTIONS(706), - [aux_sym_identities_only_token1] = ACTIONS(706), - [aux_sym_identity_agent_token1] = ACTIONS(706), - [aux_sym_identity_file_token1] = ACTIONS(706), - [aux_sym_ignore_unknown_token1] = ACTIONS(706), - [aux_sym_include_token1] = ACTIONS(706), - [aux_sym_ip_qos_token1] = ACTIONS(706), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(706), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(706), - [aux_sym_kex_algorithms_token1] = ACTIONS(706), - [aux_sym_known_hosts_command_token1] = ACTIONS(706), - [aux_sym_local_command_token1] = ACTIONS(706), - [aux_sym_local_forward_token1] = ACTIONS(706), - [aux_sym_log_level_token1] = ACTIONS(706), - [aux_sym_log_verbose_token1] = ACTIONS(706), - [aux_sym_macs_token1] = ACTIONS(706), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(706), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(706), - [aux_sym_password_authentication_token1] = ACTIONS(706), - [aux_sym_permit_local_command_token1] = ACTIONS(706), - [aux_sym_permit_remote_open_token1] = ACTIONS(706), - [aux_sym_pkcs11_provider_token1] = ACTIONS(706), - [aux_sym_port_token1] = ACTIONS(706), - [aux_sym_preferred_authentications_token1] = ACTIONS(706), - [aux_sym_protocol_token1] = ACTIONS(706), - [aux_sym_proxy_command_token1] = ACTIONS(706), - [aux_sym_proxy_jump_token1] = ACTIONS(706), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(706), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(706), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(706), - [aux_sym_pubkey_authentication_token1] = ACTIONS(706), - [aux_sym_rekey_limit_token1] = ACTIONS(706), - [aux_sym_remote_command_token1] = ACTIONS(706), - [aux_sym_remote_forward_token1] = ACTIONS(706), - [aux_sym_request_tty_token1] = ACTIONS(706), - [aux_sym_revoked_host_keys_token1] = ACTIONS(706), - [aux_sym_security_key_provider_token1] = ACTIONS(706), - [aux_sym_send_env_token1] = ACTIONS(706), - [aux_sym_server_alive_count_max_token1] = ACTIONS(706), - [aux_sym_server_alive_interval_token1] = ACTIONS(706), - [aux_sym_session_type_token1] = ACTIONS(706), - [aux_sym_set_env_token1] = ACTIONS(706), - [aux_sym_stdin_null_token1] = ACTIONS(706), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(706), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(706), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(706), - [aux_sym_syslog_facility_token1] = ACTIONS(706), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(706), - [aux_sym_keep_alive_token1] = ACTIONS(706), - [aux_sym_tunnel_token1] = ACTIONS(708), - [aux_sym_tunnel_device_token1] = ACTIONS(706), - [aux_sym_update_host_keys_token1] = ACTIONS(706), - [aux_sym_use_keychain_token1] = ACTIONS(706), - [aux_sym_use_roaming_token1] = ACTIONS(706), - [aux_sym_user_token1] = ACTIONS(708), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(706), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(706), - [aux_sym_visual_host_key_token1] = ACTIONS(706), - [aux_sym_xauth_location_token1] = ACTIONS(706), + [ts_builtin_sym_end] = ACTIONS(711), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(713), + [anon_sym_DQUOTE] = ACTIONS(715), + [aux_sym_match_token1] = ACTIONS(711), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(711), + [aux_sym_address_family_token1] = ACTIONS(711), + [aux_sym_batch_mode_token1] = ACTIONS(711), + [aux_sym_bind_address_token1] = ACTIONS(711), + [aux_sym_bind_interface_token1] = ACTIONS(711), + [aux_sym_canonical_domains_token1] = ACTIONS(711), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(711), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(711), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(711), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(711), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(711), + [aux_sym_certificate_file_token1] = ACTIONS(711), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(711), + [aux_sym_check_host_ip_token1] = ACTIONS(711), + [aux_sym_ciphers_token1] = ACTIONS(711), + [aux_sym_cipher_token1] = ACTIONS(713), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(711), + [aux_sym_compression_token1] = ACTIONS(711), + [aux_sym_connection_attempts_token1] = ACTIONS(711), + [aux_sym_connect_timeout_token1] = ACTIONS(711), + [aux_sym_control_master_token1] = ACTIONS(711), + [aux_sym_control_path_token1] = ACTIONS(711), + [aux_sym_control_persist_token1] = ACTIONS(711), + [aux_sym_dynamic_forward_token1] = ACTIONS(711), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(711), + [aux_sym_escape_char_token1] = ACTIONS(711), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(711), + [aux_sym_fingerprint_hash_token1] = ACTIONS(711), + [aux_sym_fork_after_authentication_token1] = ACTIONS(711), + [aux_sym_forward_agent_token1] = ACTIONS(711), + [aux_sym_forward_x11_token1] = ACTIONS(713), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(711), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(711), + [aux_sym_gateway_ports_token1] = ACTIONS(711), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(711), + [aux_sym_gssapi_authentication_token1] = ACTIONS(711), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(711), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(711), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(711), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(711), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(711), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(711), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(711), + [aux_sym_hash_known_hosts_token1] = ACTIONS(711), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(711), + [aux_sym_hostbased_authentication_token1] = ACTIONS(711), + [aux_sym_host_key_algorithms_token1] = ACTIONS(711), + [aux_sym_host_key_alias_token1] = ACTIONS(711), + [aux_sym_hostname_token1] = ACTIONS(711), + [aux_sym_identities_only_token1] = ACTIONS(711), + [aux_sym_identity_agent_token1] = ACTIONS(711), + [aux_sym_identity_file_token1] = ACTIONS(711), + [aux_sym_ignore_unknown_token1] = ACTIONS(711), + [aux_sym_include_token1] = ACTIONS(711), + [aux_sym_ip_qos_token1] = ACTIONS(711), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(711), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(711), + [aux_sym_kex_algorithms_token1] = ACTIONS(711), + [aux_sym_known_hosts_command_token1] = ACTIONS(711), + [aux_sym_local_command_token1] = ACTIONS(711), + [aux_sym_local_forward_token1] = ACTIONS(711), + [aux_sym_log_level_token1] = ACTIONS(711), + [aux_sym_log_verbose_token1] = ACTIONS(711), + [aux_sym_macs_token1] = ACTIONS(711), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(711), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(711), + [aux_sym_password_authentication_token1] = ACTIONS(711), + [aux_sym_permit_local_command_token1] = ACTIONS(711), + [aux_sym_permit_remote_open_token1] = ACTIONS(711), + [aux_sym_pkcs11_provider_token1] = ACTIONS(711), + [aux_sym_port_token1] = ACTIONS(711), + [aux_sym_preferred_authentications_token1] = ACTIONS(711), + [aux_sym_protocol_token1] = ACTIONS(711), + [aux_sym_proxy_command_token1] = ACTIONS(711), + [aux_sym_proxy_jump_token1] = ACTIONS(711), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(711), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(711), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(711), + [aux_sym_pubkey_authentication_token1] = ACTIONS(711), + [aux_sym_rekey_limit_token1] = ACTIONS(711), + [aux_sym_remote_command_token1] = ACTIONS(711), + [aux_sym_remote_forward_token1] = ACTIONS(711), + [aux_sym_request_tty_token1] = ACTIONS(711), + [aux_sym_required_rsa_size_token1] = ACTIONS(711), + [aux_sym_revoked_host_keys_token1] = ACTIONS(711), + [aux_sym_security_key_provider_token1] = ACTIONS(711), + [aux_sym_send_env_token1] = ACTIONS(711), + [aux_sym_server_alive_count_max_token1] = ACTIONS(711), + [aux_sym_server_alive_interval_token1] = ACTIONS(711), + [aux_sym_session_type_token1] = ACTIONS(711), + [aux_sym_set_env_token1] = ACTIONS(711), + [aux_sym_stdin_null_token1] = ACTIONS(711), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(711), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(711), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(711), + [aux_sym_syslog_facility_token1] = ACTIONS(711), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(711), + [aux_sym_keep_alive_token1] = ACTIONS(711), + [aux_sym_tunnel_token1] = ACTIONS(713), + [aux_sym_tunnel_device_token1] = ACTIONS(711), + [aux_sym_update_host_keys_token1] = ACTIONS(711), + [aux_sym_use_keychain_token1] = ACTIONS(711), + [aux_sym_use_roaming_token1] = ACTIONS(711), + [aux_sym_user_token1] = ACTIONS(713), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(711), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(711), + [aux_sym_visual_host_key_token1] = ACTIONS(711), + [aux_sym_xauth_location_token1] = ACTIONS(711), }, [30] = { - [ts_builtin_sym_end] = ACTIONS(712), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(714), - [anon_sym_DQUOTE] = ACTIONS(716), - [aux_sym_match_token1] = ACTIONS(712), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(712), - [aux_sym_address_family_token1] = ACTIONS(712), - [aux_sym_batch_mode_token1] = ACTIONS(712), - [aux_sym_bind_address_token1] = ACTIONS(712), - [aux_sym_bind_interface_token1] = ACTIONS(712), - [aux_sym_canonical_domains_token1] = ACTIONS(712), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(712), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(712), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(712), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(712), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(712), - [aux_sym_certificate_file_token1] = ACTIONS(712), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(712), - [aux_sym_check_host_ip_token1] = ACTIONS(712), - [aux_sym_ciphers_token1] = ACTIONS(712), - [aux_sym_cipher_token1] = ACTIONS(714), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(712), - [aux_sym_compression_token1] = ACTIONS(712), - [aux_sym_connection_attempts_token1] = ACTIONS(712), - [aux_sym_connect_timeout_token1] = ACTIONS(712), - [aux_sym_control_master_token1] = ACTIONS(712), - [aux_sym_control_path_token1] = ACTIONS(712), - [aux_sym_control_persist_token1] = ACTIONS(712), - [aux_sym_dynamic_forward_token1] = ACTIONS(712), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(712), - [aux_sym_escape_char_token1] = ACTIONS(712), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(712), - [aux_sym_fingerprint_hash_token1] = ACTIONS(712), - [aux_sym_fork_after_authentication_token1] = ACTIONS(712), - [aux_sym_forward_agent_token1] = ACTIONS(712), - [aux_sym_forward_x11_token1] = ACTIONS(714), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(712), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(712), - [aux_sym_gateway_ports_token1] = ACTIONS(712), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(712), - [aux_sym_gssapi_authentication_token1] = ACTIONS(712), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(712), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(712), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(712), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(712), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(712), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(712), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(712), - [aux_sym_hash_known_hosts_token1] = ACTIONS(712), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(712), - [aux_sym_hostbased_authentication_token1] = ACTIONS(712), - [aux_sym_host_key_algorithms_token1] = ACTIONS(712), - [aux_sym_host_key_alias_token1] = ACTIONS(712), - [aux_sym_hostname_token1] = ACTIONS(712), - [aux_sym_identities_only_token1] = ACTIONS(712), - [aux_sym_identity_agent_token1] = ACTIONS(712), - [aux_sym_identity_file_token1] = ACTIONS(712), - [aux_sym_ignore_unknown_token1] = ACTIONS(712), - [aux_sym_include_token1] = ACTIONS(712), - [aux_sym_ip_qos_token1] = ACTIONS(712), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(712), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(712), - [aux_sym_kex_algorithms_token1] = ACTIONS(712), - [aux_sym_known_hosts_command_token1] = ACTIONS(712), - [aux_sym_local_command_token1] = ACTIONS(712), - [aux_sym_local_forward_token1] = ACTIONS(712), - [aux_sym_log_level_token1] = ACTIONS(712), - [aux_sym_log_verbose_token1] = ACTIONS(712), - [aux_sym_macs_token1] = ACTIONS(712), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(712), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(712), - [aux_sym_password_authentication_token1] = ACTIONS(712), - [aux_sym_permit_local_command_token1] = ACTIONS(712), - [aux_sym_permit_remote_open_token1] = ACTIONS(712), - [aux_sym_pkcs11_provider_token1] = ACTIONS(712), - [aux_sym_port_token1] = ACTIONS(712), - [aux_sym_preferred_authentications_token1] = ACTIONS(712), - [aux_sym_protocol_token1] = ACTIONS(712), - [aux_sym_proxy_command_token1] = ACTIONS(712), - [aux_sym_proxy_jump_token1] = ACTIONS(712), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(712), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(712), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(712), - [aux_sym_pubkey_authentication_token1] = ACTIONS(712), - [aux_sym_rekey_limit_token1] = ACTIONS(712), - [aux_sym_remote_command_token1] = ACTIONS(712), - [aux_sym_remote_forward_token1] = ACTIONS(712), - [aux_sym_request_tty_token1] = ACTIONS(712), - [aux_sym_revoked_host_keys_token1] = ACTIONS(712), - [aux_sym_security_key_provider_token1] = ACTIONS(712), - [aux_sym_send_env_token1] = ACTIONS(712), - [aux_sym_server_alive_count_max_token1] = ACTIONS(712), - [aux_sym_server_alive_interval_token1] = ACTIONS(712), - [aux_sym_session_type_token1] = ACTIONS(712), - [aux_sym_set_env_token1] = ACTIONS(712), - [aux_sym_stdin_null_token1] = ACTIONS(712), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(712), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(712), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(712), - [aux_sym_syslog_facility_token1] = ACTIONS(712), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(712), - [aux_sym_keep_alive_token1] = ACTIONS(712), - [aux_sym_tunnel_token1] = ACTIONS(714), - [aux_sym_tunnel_device_token1] = ACTIONS(712), - [aux_sym_update_host_keys_token1] = ACTIONS(712), - [aux_sym_use_keychain_token1] = ACTIONS(712), - [aux_sym_use_roaming_token1] = ACTIONS(712), - [aux_sym_user_token1] = ACTIONS(714), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(712), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(712), - [aux_sym_visual_host_key_token1] = ACTIONS(712), - [aux_sym_xauth_location_token1] = ACTIONS(712), + [ts_builtin_sym_end] = ACTIONS(717), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(719), + [anon_sym_DQUOTE] = ACTIONS(721), + [aux_sym_match_token1] = ACTIONS(717), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(717), + [aux_sym_address_family_token1] = ACTIONS(717), + [aux_sym_batch_mode_token1] = ACTIONS(717), + [aux_sym_bind_address_token1] = ACTIONS(717), + [aux_sym_bind_interface_token1] = ACTIONS(717), + [aux_sym_canonical_domains_token1] = ACTIONS(717), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(717), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(717), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(717), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(717), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(717), + [aux_sym_certificate_file_token1] = ACTIONS(717), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(717), + [aux_sym_check_host_ip_token1] = ACTIONS(717), + [aux_sym_ciphers_token1] = ACTIONS(717), + [aux_sym_cipher_token1] = ACTIONS(719), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(717), + [aux_sym_compression_token1] = ACTIONS(717), + [aux_sym_connection_attempts_token1] = ACTIONS(717), + [aux_sym_connect_timeout_token1] = ACTIONS(717), + [aux_sym_control_master_token1] = ACTIONS(717), + [aux_sym_control_path_token1] = ACTIONS(717), + [aux_sym_control_persist_token1] = ACTIONS(717), + [aux_sym_dynamic_forward_token1] = ACTIONS(717), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(717), + [aux_sym_escape_char_token1] = ACTIONS(717), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(717), + [aux_sym_fingerprint_hash_token1] = ACTIONS(717), + [aux_sym_fork_after_authentication_token1] = ACTIONS(717), + [aux_sym_forward_agent_token1] = ACTIONS(717), + [aux_sym_forward_x11_token1] = ACTIONS(719), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(717), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(717), + [aux_sym_gateway_ports_token1] = ACTIONS(717), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(717), + [aux_sym_gssapi_authentication_token1] = ACTIONS(717), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(717), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(717), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(717), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(717), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(717), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(717), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(717), + [aux_sym_hash_known_hosts_token1] = ACTIONS(717), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(717), + [aux_sym_hostbased_authentication_token1] = ACTIONS(717), + [aux_sym_host_key_algorithms_token1] = ACTIONS(717), + [aux_sym_host_key_alias_token1] = ACTIONS(717), + [aux_sym_hostname_token1] = ACTIONS(717), + [aux_sym_identities_only_token1] = ACTIONS(717), + [aux_sym_identity_agent_token1] = ACTIONS(717), + [aux_sym_identity_file_token1] = ACTIONS(717), + [aux_sym_ignore_unknown_token1] = ACTIONS(717), + [aux_sym_include_token1] = ACTIONS(717), + [aux_sym_ip_qos_token1] = ACTIONS(717), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(717), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(717), + [aux_sym_kex_algorithms_token1] = ACTIONS(717), + [aux_sym_known_hosts_command_token1] = ACTIONS(717), + [aux_sym_local_command_token1] = ACTIONS(717), + [aux_sym_local_forward_token1] = ACTIONS(717), + [aux_sym_log_level_token1] = ACTIONS(717), + [aux_sym_log_verbose_token1] = ACTIONS(717), + [aux_sym_macs_token1] = ACTIONS(717), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(717), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(717), + [aux_sym_password_authentication_token1] = ACTIONS(717), + [aux_sym_permit_local_command_token1] = ACTIONS(717), + [aux_sym_permit_remote_open_token1] = ACTIONS(717), + [aux_sym_pkcs11_provider_token1] = ACTIONS(717), + [aux_sym_port_token1] = ACTIONS(717), + [aux_sym_preferred_authentications_token1] = ACTIONS(717), + [aux_sym_protocol_token1] = ACTIONS(717), + [aux_sym_proxy_command_token1] = ACTIONS(717), + [aux_sym_proxy_jump_token1] = ACTIONS(717), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(717), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(717), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(717), + [aux_sym_pubkey_authentication_token1] = ACTIONS(717), + [aux_sym_rekey_limit_token1] = ACTIONS(717), + [aux_sym_remote_command_token1] = ACTIONS(717), + [aux_sym_remote_forward_token1] = ACTIONS(717), + [aux_sym_request_tty_token1] = ACTIONS(717), + [aux_sym_required_rsa_size_token1] = ACTIONS(717), + [aux_sym_revoked_host_keys_token1] = ACTIONS(717), + [aux_sym_security_key_provider_token1] = ACTIONS(717), + [aux_sym_send_env_token1] = ACTIONS(717), + [aux_sym_server_alive_count_max_token1] = ACTIONS(717), + [aux_sym_server_alive_interval_token1] = ACTIONS(717), + [aux_sym_session_type_token1] = ACTIONS(717), + [aux_sym_set_env_token1] = ACTIONS(717), + [aux_sym_stdin_null_token1] = ACTIONS(717), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(717), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(717), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(717), + [aux_sym_syslog_facility_token1] = ACTIONS(717), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(717), + [aux_sym_keep_alive_token1] = ACTIONS(717), + [aux_sym_tunnel_token1] = ACTIONS(719), + [aux_sym_tunnel_device_token1] = ACTIONS(717), + [aux_sym_update_host_keys_token1] = ACTIONS(717), + [aux_sym_use_keychain_token1] = ACTIONS(717), + [aux_sym_use_roaming_token1] = ACTIONS(717), + [aux_sym_user_token1] = ACTIONS(719), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(717), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(717), + [aux_sym_visual_host_key_token1] = ACTIONS(717), + [aux_sym_xauth_location_token1] = ACTIONS(717), }, [31] = { - [ts_builtin_sym_end] = ACTIONS(718), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(720), - [anon_sym_DQUOTE] = ACTIONS(722), - [aux_sym_match_token1] = ACTIONS(718), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(718), - [aux_sym_address_family_token1] = ACTIONS(718), - [aux_sym_batch_mode_token1] = ACTIONS(718), - [aux_sym_bind_address_token1] = ACTIONS(718), - [aux_sym_bind_interface_token1] = ACTIONS(718), - [aux_sym_canonical_domains_token1] = ACTIONS(718), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(718), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(718), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(718), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(718), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(718), - [aux_sym_certificate_file_token1] = ACTIONS(718), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(718), - [aux_sym_check_host_ip_token1] = ACTIONS(718), - [aux_sym_ciphers_token1] = ACTIONS(718), - [aux_sym_cipher_token1] = ACTIONS(720), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(718), - [aux_sym_compression_token1] = ACTIONS(718), - [aux_sym_connection_attempts_token1] = ACTIONS(718), - [aux_sym_connect_timeout_token1] = ACTIONS(718), - [aux_sym_control_master_token1] = ACTIONS(718), - [aux_sym_control_path_token1] = ACTIONS(718), - [aux_sym_control_persist_token1] = ACTIONS(718), - [aux_sym_dynamic_forward_token1] = ACTIONS(718), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(718), - [aux_sym_escape_char_token1] = ACTIONS(718), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(718), - [aux_sym_fingerprint_hash_token1] = ACTIONS(718), - [aux_sym_fork_after_authentication_token1] = ACTIONS(718), - [aux_sym_forward_agent_token1] = ACTIONS(718), - [aux_sym_forward_x11_token1] = ACTIONS(720), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(718), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(718), - [aux_sym_gateway_ports_token1] = ACTIONS(718), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(718), - [aux_sym_gssapi_authentication_token1] = ACTIONS(718), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(718), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(718), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(718), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(718), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(718), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(718), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(718), - [aux_sym_hash_known_hosts_token1] = ACTIONS(718), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(718), - [aux_sym_hostbased_authentication_token1] = ACTIONS(718), - [aux_sym_host_key_algorithms_token1] = ACTIONS(718), - [aux_sym_host_key_alias_token1] = ACTIONS(718), - [aux_sym_hostname_token1] = ACTIONS(718), - [aux_sym_identities_only_token1] = ACTIONS(718), - [aux_sym_identity_agent_token1] = ACTIONS(718), - [aux_sym_identity_file_token1] = ACTIONS(718), - [aux_sym_ignore_unknown_token1] = ACTIONS(718), - [aux_sym_include_token1] = ACTIONS(718), - [aux_sym_ip_qos_token1] = ACTIONS(718), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(718), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(718), - [aux_sym_kex_algorithms_token1] = ACTIONS(718), - [aux_sym_known_hosts_command_token1] = ACTIONS(718), - [aux_sym_local_command_token1] = ACTIONS(718), - [aux_sym_local_forward_token1] = ACTIONS(718), - [aux_sym_log_level_token1] = ACTIONS(718), - [aux_sym_log_verbose_token1] = ACTIONS(718), - [aux_sym_macs_token1] = ACTIONS(718), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(718), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(718), - [aux_sym_password_authentication_token1] = ACTIONS(718), - [aux_sym_permit_local_command_token1] = ACTIONS(718), - [aux_sym_permit_remote_open_token1] = ACTIONS(718), - [aux_sym_pkcs11_provider_token1] = ACTIONS(718), - [aux_sym_port_token1] = ACTIONS(718), - [aux_sym_preferred_authentications_token1] = ACTIONS(718), - [aux_sym_protocol_token1] = ACTIONS(718), - [aux_sym_proxy_command_token1] = ACTIONS(718), - [aux_sym_proxy_jump_token1] = ACTIONS(718), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(718), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(718), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(718), - [aux_sym_pubkey_authentication_token1] = ACTIONS(718), - [aux_sym_rekey_limit_token1] = ACTIONS(718), - [aux_sym_remote_command_token1] = ACTIONS(718), - [aux_sym_remote_forward_token1] = ACTIONS(718), - [aux_sym_request_tty_token1] = ACTIONS(718), - [aux_sym_revoked_host_keys_token1] = ACTIONS(718), - [aux_sym_security_key_provider_token1] = ACTIONS(718), - [aux_sym_send_env_token1] = ACTIONS(718), - [aux_sym_server_alive_count_max_token1] = ACTIONS(718), - [aux_sym_server_alive_interval_token1] = ACTIONS(718), - [aux_sym_session_type_token1] = ACTIONS(718), - [aux_sym_set_env_token1] = ACTIONS(718), - [aux_sym_stdin_null_token1] = ACTIONS(718), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(718), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(718), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(718), - [aux_sym_syslog_facility_token1] = ACTIONS(718), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(718), - [aux_sym_keep_alive_token1] = ACTIONS(718), - [aux_sym_tunnel_token1] = ACTIONS(720), - [aux_sym_tunnel_device_token1] = ACTIONS(718), - [aux_sym_update_host_keys_token1] = ACTIONS(718), - [aux_sym_use_keychain_token1] = ACTIONS(718), - [aux_sym_use_roaming_token1] = ACTIONS(718), - [aux_sym_user_token1] = ACTIONS(720), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(718), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(718), - [aux_sym_visual_host_key_token1] = ACTIONS(718), - [aux_sym_xauth_location_token1] = ACTIONS(718), + [ts_builtin_sym_end] = ACTIONS(723), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(725), + [anon_sym_DQUOTE] = ACTIONS(727), + [aux_sym_match_token1] = ACTIONS(723), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(723), + [aux_sym_address_family_token1] = ACTIONS(723), + [aux_sym_batch_mode_token1] = ACTIONS(723), + [aux_sym_bind_address_token1] = ACTIONS(723), + [aux_sym_bind_interface_token1] = ACTIONS(723), + [aux_sym_canonical_domains_token1] = ACTIONS(723), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(723), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(723), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(723), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(723), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(723), + [aux_sym_certificate_file_token1] = ACTIONS(723), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(723), + [aux_sym_check_host_ip_token1] = ACTIONS(723), + [aux_sym_ciphers_token1] = ACTIONS(723), + [aux_sym_cipher_token1] = ACTIONS(725), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(723), + [aux_sym_compression_token1] = ACTIONS(723), + [aux_sym_connection_attempts_token1] = ACTIONS(723), + [aux_sym_connect_timeout_token1] = ACTIONS(723), + [aux_sym_control_master_token1] = ACTIONS(723), + [aux_sym_control_path_token1] = ACTIONS(723), + [aux_sym_control_persist_token1] = ACTIONS(723), + [aux_sym_dynamic_forward_token1] = ACTIONS(723), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(723), + [aux_sym_escape_char_token1] = ACTIONS(723), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(723), + [aux_sym_fingerprint_hash_token1] = ACTIONS(723), + [aux_sym_fork_after_authentication_token1] = ACTIONS(723), + [aux_sym_forward_agent_token1] = ACTIONS(723), + [aux_sym_forward_x11_token1] = ACTIONS(725), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(723), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(723), + [aux_sym_gateway_ports_token1] = ACTIONS(723), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(723), + [aux_sym_gssapi_authentication_token1] = ACTIONS(723), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(723), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(723), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(723), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(723), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(723), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(723), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(723), + [aux_sym_hash_known_hosts_token1] = ACTIONS(723), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(723), + [aux_sym_hostbased_authentication_token1] = ACTIONS(723), + [aux_sym_host_key_algorithms_token1] = ACTIONS(723), + [aux_sym_host_key_alias_token1] = ACTIONS(723), + [aux_sym_hostname_token1] = ACTIONS(723), + [aux_sym_identities_only_token1] = ACTIONS(723), + [aux_sym_identity_agent_token1] = ACTIONS(723), + [aux_sym_identity_file_token1] = ACTIONS(723), + [aux_sym_ignore_unknown_token1] = ACTIONS(723), + [aux_sym_include_token1] = ACTIONS(723), + [aux_sym_ip_qos_token1] = ACTIONS(723), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(723), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(723), + [aux_sym_kex_algorithms_token1] = ACTIONS(723), + [aux_sym_known_hosts_command_token1] = ACTIONS(723), + [aux_sym_local_command_token1] = ACTIONS(723), + [aux_sym_local_forward_token1] = ACTIONS(723), + [aux_sym_log_level_token1] = ACTIONS(723), + [aux_sym_log_verbose_token1] = ACTIONS(723), + [aux_sym_macs_token1] = ACTIONS(723), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(723), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(723), + [aux_sym_password_authentication_token1] = ACTIONS(723), + [aux_sym_permit_local_command_token1] = ACTIONS(723), + [aux_sym_permit_remote_open_token1] = ACTIONS(723), + [aux_sym_pkcs11_provider_token1] = ACTIONS(723), + [aux_sym_port_token1] = ACTIONS(723), + [aux_sym_preferred_authentications_token1] = ACTIONS(723), + [aux_sym_protocol_token1] = ACTIONS(723), + [aux_sym_proxy_command_token1] = ACTIONS(723), + [aux_sym_proxy_jump_token1] = ACTIONS(723), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(723), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(723), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(723), + [aux_sym_pubkey_authentication_token1] = ACTIONS(723), + [aux_sym_rekey_limit_token1] = ACTIONS(723), + [aux_sym_remote_command_token1] = ACTIONS(723), + [aux_sym_remote_forward_token1] = ACTIONS(723), + [aux_sym_request_tty_token1] = ACTIONS(723), + [aux_sym_required_rsa_size_token1] = ACTIONS(723), + [aux_sym_revoked_host_keys_token1] = ACTIONS(723), + [aux_sym_security_key_provider_token1] = ACTIONS(723), + [aux_sym_send_env_token1] = ACTIONS(723), + [aux_sym_server_alive_count_max_token1] = ACTIONS(723), + [aux_sym_server_alive_interval_token1] = ACTIONS(723), + [aux_sym_session_type_token1] = ACTIONS(723), + [aux_sym_set_env_token1] = ACTIONS(723), + [aux_sym_stdin_null_token1] = ACTIONS(723), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(723), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(723), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(723), + [aux_sym_syslog_facility_token1] = ACTIONS(723), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(723), + [aux_sym_keep_alive_token1] = ACTIONS(723), + [aux_sym_tunnel_token1] = ACTIONS(725), + [aux_sym_tunnel_device_token1] = ACTIONS(723), + [aux_sym_update_host_keys_token1] = ACTIONS(723), + [aux_sym_use_keychain_token1] = ACTIONS(723), + [aux_sym_use_roaming_token1] = ACTIONS(723), + [aux_sym_user_token1] = ACTIONS(725), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(723), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(723), + [aux_sym_visual_host_key_token1] = ACTIONS(723), + [aux_sym_xauth_location_token1] = ACTIONS(723), }, [32] = { - [ts_builtin_sym_end] = ACTIONS(724), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(726), - [anon_sym_DQUOTE] = ACTIONS(728), - [aux_sym_match_token1] = ACTIONS(724), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(724), - [aux_sym_address_family_token1] = ACTIONS(724), - [aux_sym_batch_mode_token1] = ACTIONS(724), - [aux_sym_bind_address_token1] = ACTIONS(724), - [aux_sym_bind_interface_token1] = ACTIONS(724), - [aux_sym_canonical_domains_token1] = ACTIONS(724), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(724), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(724), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(724), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(724), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(724), - [aux_sym_certificate_file_token1] = ACTIONS(724), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(724), - [aux_sym_check_host_ip_token1] = ACTIONS(724), - [aux_sym_ciphers_token1] = ACTIONS(724), - [aux_sym_cipher_token1] = ACTIONS(726), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(724), - [aux_sym_compression_token1] = ACTIONS(724), - [aux_sym_connection_attempts_token1] = ACTIONS(724), - [aux_sym_connect_timeout_token1] = ACTIONS(724), - [aux_sym_control_master_token1] = ACTIONS(724), - [aux_sym_control_path_token1] = ACTIONS(724), - [aux_sym_control_persist_token1] = ACTIONS(724), - [aux_sym_dynamic_forward_token1] = ACTIONS(724), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(724), - [aux_sym_escape_char_token1] = ACTIONS(724), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(724), - [aux_sym_fingerprint_hash_token1] = ACTIONS(724), - [aux_sym_fork_after_authentication_token1] = ACTIONS(724), - [aux_sym_forward_agent_token1] = ACTIONS(724), - [aux_sym_forward_x11_token1] = ACTIONS(726), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(724), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(724), - [aux_sym_gateway_ports_token1] = ACTIONS(724), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(724), - [aux_sym_gssapi_authentication_token1] = ACTIONS(724), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(724), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(724), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(724), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(724), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(724), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(724), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(724), - [aux_sym_hash_known_hosts_token1] = ACTIONS(724), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(724), - [aux_sym_hostbased_authentication_token1] = ACTIONS(724), - [aux_sym_host_key_algorithms_token1] = ACTIONS(724), - [aux_sym_host_key_alias_token1] = ACTIONS(724), - [aux_sym_hostname_token1] = ACTIONS(724), - [aux_sym_identities_only_token1] = ACTIONS(724), - [aux_sym_identity_agent_token1] = ACTIONS(724), - [aux_sym_identity_file_token1] = ACTIONS(724), - [aux_sym_ignore_unknown_token1] = ACTIONS(724), - [aux_sym_include_token1] = ACTIONS(724), - [aux_sym_ip_qos_token1] = ACTIONS(724), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(724), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(724), - [aux_sym_kex_algorithms_token1] = ACTIONS(724), - [aux_sym_known_hosts_command_token1] = ACTIONS(724), - [aux_sym_local_command_token1] = ACTIONS(724), - [aux_sym_local_forward_token1] = ACTIONS(724), - [aux_sym_log_level_token1] = ACTIONS(724), - [aux_sym_log_verbose_token1] = ACTIONS(724), - [aux_sym_macs_token1] = ACTIONS(724), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(724), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(724), - [aux_sym_password_authentication_token1] = ACTIONS(724), - [aux_sym_permit_local_command_token1] = ACTIONS(724), - [aux_sym_permit_remote_open_token1] = ACTIONS(724), - [aux_sym_pkcs11_provider_token1] = ACTIONS(724), - [aux_sym_port_token1] = ACTIONS(724), - [aux_sym_preferred_authentications_token1] = ACTIONS(724), - [aux_sym_protocol_token1] = ACTIONS(724), - [aux_sym_proxy_command_token1] = ACTIONS(724), - [aux_sym_proxy_jump_token1] = ACTIONS(724), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(724), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(724), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(724), - [aux_sym_pubkey_authentication_token1] = ACTIONS(724), - [aux_sym_rekey_limit_token1] = ACTIONS(724), - [aux_sym_remote_command_token1] = ACTIONS(724), - [aux_sym_remote_forward_token1] = ACTIONS(724), - [aux_sym_request_tty_token1] = ACTIONS(724), - [aux_sym_revoked_host_keys_token1] = ACTIONS(724), - [aux_sym_security_key_provider_token1] = ACTIONS(724), - [aux_sym_send_env_token1] = ACTIONS(724), - [aux_sym_server_alive_count_max_token1] = ACTIONS(724), - [aux_sym_server_alive_interval_token1] = ACTIONS(724), - [aux_sym_session_type_token1] = ACTIONS(724), - [aux_sym_set_env_token1] = ACTIONS(724), - [aux_sym_stdin_null_token1] = ACTIONS(724), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(724), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(724), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(724), - [aux_sym_syslog_facility_token1] = ACTIONS(724), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(724), - [aux_sym_keep_alive_token1] = ACTIONS(724), - [aux_sym_tunnel_token1] = ACTIONS(726), - [aux_sym_tunnel_device_token1] = ACTIONS(724), - [aux_sym_update_host_keys_token1] = ACTIONS(724), - [aux_sym_use_keychain_token1] = ACTIONS(724), - [aux_sym_use_roaming_token1] = ACTIONS(724), - [aux_sym_user_token1] = ACTIONS(726), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(724), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(724), - [aux_sym_visual_host_key_token1] = ACTIONS(724), - [aux_sym_xauth_location_token1] = ACTIONS(724), + [ts_builtin_sym_end] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(731), + [anon_sym_DQUOTE] = ACTIONS(733), + [aux_sym_match_token1] = ACTIONS(729), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(729), + [aux_sym_address_family_token1] = ACTIONS(729), + [aux_sym_batch_mode_token1] = ACTIONS(729), + [aux_sym_bind_address_token1] = ACTIONS(729), + [aux_sym_bind_interface_token1] = ACTIONS(729), + [aux_sym_canonical_domains_token1] = ACTIONS(729), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(729), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(729), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(729), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(729), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(729), + [aux_sym_certificate_file_token1] = ACTIONS(729), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(729), + [aux_sym_check_host_ip_token1] = ACTIONS(729), + [aux_sym_ciphers_token1] = ACTIONS(729), + [aux_sym_cipher_token1] = ACTIONS(731), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(729), + [aux_sym_compression_token1] = ACTIONS(729), + [aux_sym_connection_attempts_token1] = ACTIONS(729), + [aux_sym_connect_timeout_token1] = ACTIONS(729), + [aux_sym_control_master_token1] = ACTIONS(729), + [aux_sym_control_path_token1] = ACTIONS(729), + [aux_sym_control_persist_token1] = ACTIONS(729), + [aux_sym_dynamic_forward_token1] = ACTIONS(729), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(729), + [aux_sym_escape_char_token1] = ACTIONS(729), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(729), + [aux_sym_fingerprint_hash_token1] = ACTIONS(729), + [aux_sym_fork_after_authentication_token1] = ACTIONS(729), + [aux_sym_forward_agent_token1] = ACTIONS(729), + [aux_sym_forward_x11_token1] = ACTIONS(731), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(729), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(729), + [aux_sym_gateway_ports_token1] = ACTIONS(729), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(729), + [aux_sym_gssapi_authentication_token1] = ACTIONS(729), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(729), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(729), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(729), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(729), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(729), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(729), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(729), + [aux_sym_hash_known_hosts_token1] = ACTIONS(729), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(729), + [aux_sym_hostbased_authentication_token1] = ACTIONS(729), + [aux_sym_host_key_algorithms_token1] = ACTIONS(729), + [aux_sym_host_key_alias_token1] = ACTIONS(729), + [aux_sym_hostname_token1] = ACTIONS(729), + [aux_sym_identities_only_token1] = ACTIONS(729), + [aux_sym_identity_agent_token1] = ACTIONS(729), + [aux_sym_identity_file_token1] = ACTIONS(729), + [aux_sym_ignore_unknown_token1] = ACTIONS(729), + [aux_sym_include_token1] = ACTIONS(729), + [aux_sym_ip_qos_token1] = ACTIONS(729), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(729), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(729), + [aux_sym_kex_algorithms_token1] = ACTIONS(729), + [aux_sym_known_hosts_command_token1] = ACTIONS(729), + [aux_sym_local_command_token1] = ACTIONS(729), + [aux_sym_local_forward_token1] = ACTIONS(729), + [aux_sym_log_level_token1] = ACTIONS(729), + [aux_sym_log_verbose_token1] = ACTIONS(729), + [aux_sym_macs_token1] = ACTIONS(729), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(729), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(729), + [aux_sym_password_authentication_token1] = ACTIONS(729), + [aux_sym_permit_local_command_token1] = ACTIONS(729), + [aux_sym_permit_remote_open_token1] = ACTIONS(729), + [aux_sym_pkcs11_provider_token1] = ACTIONS(729), + [aux_sym_port_token1] = ACTIONS(729), + [aux_sym_preferred_authentications_token1] = ACTIONS(729), + [aux_sym_protocol_token1] = ACTIONS(729), + [aux_sym_proxy_command_token1] = ACTIONS(729), + [aux_sym_proxy_jump_token1] = ACTIONS(729), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(729), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(729), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(729), + [aux_sym_pubkey_authentication_token1] = ACTIONS(729), + [aux_sym_rekey_limit_token1] = ACTIONS(729), + [aux_sym_remote_command_token1] = ACTIONS(729), + [aux_sym_remote_forward_token1] = ACTIONS(729), + [aux_sym_request_tty_token1] = ACTIONS(729), + [aux_sym_required_rsa_size_token1] = ACTIONS(729), + [aux_sym_revoked_host_keys_token1] = ACTIONS(729), + [aux_sym_security_key_provider_token1] = ACTIONS(729), + [aux_sym_send_env_token1] = ACTIONS(729), + [aux_sym_server_alive_count_max_token1] = ACTIONS(729), + [aux_sym_server_alive_interval_token1] = ACTIONS(729), + [aux_sym_session_type_token1] = ACTIONS(729), + [aux_sym_set_env_token1] = ACTIONS(729), + [aux_sym_stdin_null_token1] = ACTIONS(729), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(729), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(729), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(729), + [aux_sym_syslog_facility_token1] = ACTIONS(729), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(729), + [aux_sym_keep_alive_token1] = ACTIONS(729), + [aux_sym_tunnel_token1] = ACTIONS(731), + [aux_sym_tunnel_device_token1] = ACTIONS(729), + [aux_sym_update_host_keys_token1] = ACTIONS(729), + [aux_sym_use_keychain_token1] = ACTIONS(729), + [aux_sym_use_roaming_token1] = ACTIONS(729), + [aux_sym_user_token1] = ACTIONS(731), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(729), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(729), + [aux_sym_visual_host_key_token1] = ACTIONS(729), + [aux_sym_xauth_location_token1] = ACTIONS(729), }, [33] = { - [ts_builtin_sym_end] = ACTIONS(730), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(732), - [anon_sym_DQUOTE] = ACTIONS(734), - [aux_sym_match_token1] = ACTIONS(730), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(730), - [aux_sym_address_family_token1] = ACTIONS(730), - [aux_sym_batch_mode_token1] = ACTIONS(730), - [aux_sym_bind_address_token1] = ACTIONS(730), - [aux_sym_bind_interface_token1] = ACTIONS(730), - [aux_sym_canonical_domains_token1] = ACTIONS(730), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(730), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(730), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(730), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(730), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(730), - [aux_sym_certificate_file_token1] = ACTIONS(730), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(730), - [aux_sym_check_host_ip_token1] = ACTIONS(730), - [aux_sym_ciphers_token1] = ACTIONS(730), - [aux_sym_cipher_token1] = ACTIONS(732), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(730), - [aux_sym_compression_token1] = ACTIONS(730), - [aux_sym_connection_attempts_token1] = ACTIONS(730), - [aux_sym_connect_timeout_token1] = ACTIONS(730), - [aux_sym_control_master_token1] = ACTIONS(730), - [aux_sym_control_path_token1] = ACTIONS(730), - [aux_sym_control_persist_token1] = ACTIONS(730), - [aux_sym_dynamic_forward_token1] = ACTIONS(730), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(730), - [aux_sym_escape_char_token1] = ACTIONS(730), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(730), - [aux_sym_fingerprint_hash_token1] = ACTIONS(730), - [aux_sym_fork_after_authentication_token1] = ACTIONS(730), - [aux_sym_forward_agent_token1] = ACTIONS(730), - [aux_sym_forward_x11_token1] = ACTIONS(732), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(730), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(730), - [aux_sym_gateway_ports_token1] = ACTIONS(730), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(730), - [aux_sym_gssapi_authentication_token1] = ACTIONS(730), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(730), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(730), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(730), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(730), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(730), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(730), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(730), - [aux_sym_hash_known_hosts_token1] = ACTIONS(730), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(730), - [aux_sym_hostbased_authentication_token1] = ACTIONS(730), - [aux_sym_host_key_algorithms_token1] = ACTIONS(730), - [aux_sym_host_key_alias_token1] = ACTIONS(730), - [aux_sym_hostname_token1] = ACTIONS(730), - [aux_sym_identities_only_token1] = ACTIONS(730), - [aux_sym_identity_agent_token1] = ACTIONS(730), - [aux_sym_identity_file_token1] = ACTIONS(730), - [aux_sym_ignore_unknown_token1] = ACTIONS(730), - [aux_sym_include_token1] = ACTIONS(730), - [aux_sym_ip_qos_token1] = ACTIONS(730), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(730), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(730), - [aux_sym_kex_algorithms_token1] = ACTIONS(730), - [aux_sym_known_hosts_command_token1] = ACTIONS(730), - [aux_sym_local_command_token1] = ACTIONS(730), - [aux_sym_local_forward_token1] = ACTIONS(730), - [aux_sym_log_level_token1] = ACTIONS(730), - [aux_sym_log_verbose_token1] = ACTIONS(730), - [aux_sym_macs_token1] = ACTIONS(730), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(730), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(730), - [aux_sym_password_authentication_token1] = ACTIONS(730), - [aux_sym_permit_local_command_token1] = ACTIONS(730), - [aux_sym_permit_remote_open_token1] = ACTIONS(730), - [aux_sym_pkcs11_provider_token1] = ACTIONS(730), - [aux_sym_port_token1] = ACTIONS(730), - [aux_sym_preferred_authentications_token1] = ACTIONS(730), - [aux_sym_protocol_token1] = ACTIONS(730), - [aux_sym_proxy_command_token1] = ACTIONS(730), - [aux_sym_proxy_jump_token1] = ACTIONS(730), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(730), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(730), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(730), - [aux_sym_pubkey_authentication_token1] = ACTIONS(730), - [aux_sym_rekey_limit_token1] = ACTIONS(730), - [aux_sym_remote_command_token1] = ACTIONS(730), - [aux_sym_remote_forward_token1] = ACTIONS(730), - [aux_sym_request_tty_token1] = ACTIONS(730), - [aux_sym_revoked_host_keys_token1] = ACTIONS(730), - [aux_sym_security_key_provider_token1] = ACTIONS(730), - [aux_sym_send_env_token1] = ACTIONS(730), - [aux_sym_server_alive_count_max_token1] = ACTIONS(730), - [aux_sym_server_alive_interval_token1] = ACTIONS(730), - [aux_sym_session_type_token1] = ACTIONS(730), - [aux_sym_set_env_token1] = ACTIONS(730), - [aux_sym_stdin_null_token1] = ACTIONS(730), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(730), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(730), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(730), - [aux_sym_syslog_facility_token1] = ACTIONS(730), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(730), - [aux_sym_keep_alive_token1] = ACTIONS(730), - [aux_sym_tunnel_token1] = ACTIONS(732), - [aux_sym_tunnel_device_token1] = ACTIONS(730), - [aux_sym_update_host_keys_token1] = ACTIONS(730), - [aux_sym_use_keychain_token1] = ACTIONS(730), - [aux_sym_use_roaming_token1] = ACTIONS(730), - [aux_sym_user_token1] = ACTIONS(732), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(730), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(730), - [aux_sym_visual_host_key_token1] = ACTIONS(730), - [aux_sym_xauth_location_token1] = ACTIONS(730), + [ts_builtin_sym_end] = ACTIONS(735), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(737), + [anon_sym_DQUOTE] = ACTIONS(739), + [aux_sym_match_token1] = ACTIONS(735), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(735), + [aux_sym_address_family_token1] = ACTIONS(735), + [aux_sym_batch_mode_token1] = ACTIONS(735), + [aux_sym_bind_address_token1] = ACTIONS(735), + [aux_sym_bind_interface_token1] = ACTIONS(735), + [aux_sym_canonical_domains_token1] = ACTIONS(735), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(735), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(735), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(735), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(735), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(735), + [aux_sym_certificate_file_token1] = ACTIONS(735), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(735), + [aux_sym_check_host_ip_token1] = ACTIONS(735), + [aux_sym_ciphers_token1] = ACTIONS(735), + [aux_sym_cipher_token1] = ACTIONS(737), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(735), + [aux_sym_compression_token1] = ACTIONS(735), + [aux_sym_connection_attempts_token1] = ACTIONS(735), + [aux_sym_connect_timeout_token1] = ACTIONS(735), + [aux_sym_control_master_token1] = ACTIONS(735), + [aux_sym_control_path_token1] = ACTIONS(735), + [aux_sym_control_persist_token1] = ACTIONS(735), + [aux_sym_dynamic_forward_token1] = ACTIONS(735), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(735), + [aux_sym_escape_char_token1] = ACTIONS(735), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(735), + [aux_sym_fingerprint_hash_token1] = ACTIONS(735), + [aux_sym_fork_after_authentication_token1] = ACTIONS(735), + [aux_sym_forward_agent_token1] = ACTIONS(735), + [aux_sym_forward_x11_token1] = ACTIONS(737), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(735), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(735), + [aux_sym_gateway_ports_token1] = ACTIONS(735), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(735), + [aux_sym_gssapi_authentication_token1] = ACTIONS(735), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(735), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(735), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(735), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(735), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(735), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(735), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(735), + [aux_sym_hash_known_hosts_token1] = ACTIONS(735), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(735), + [aux_sym_hostbased_authentication_token1] = ACTIONS(735), + [aux_sym_host_key_algorithms_token1] = ACTIONS(735), + [aux_sym_host_key_alias_token1] = ACTIONS(735), + [aux_sym_hostname_token1] = ACTIONS(735), + [aux_sym_identities_only_token1] = ACTIONS(735), + [aux_sym_identity_agent_token1] = ACTIONS(735), + [aux_sym_identity_file_token1] = ACTIONS(735), + [aux_sym_ignore_unknown_token1] = ACTIONS(735), + [aux_sym_include_token1] = ACTIONS(735), + [aux_sym_ip_qos_token1] = ACTIONS(735), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(735), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(735), + [aux_sym_kex_algorithms_token1] = ACTIONS(735), + [aux_sym_known_hosts_command_token1] = ACTIONS(735), + [aux_sym_local_command_token1] = ACTIONS(735), + [aux_sym_local_forward_token1] = ACTIONS(735), + [aux_sym_log_level_token1] = ACTIONS(735), + [aux_sym_log_verbose_token1] = ACTIONS(735), + [aux_sym_macs_token1] = ACTIONS(735), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(735), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(735), + [aux_sym_password_authentication_token1] = ACTIONS(735), + [aux_sym_permit_local_command_token1] = ACTIONS(735), + [aux_sym_permit_remote_open_token1] = ACTIONS(735), + [aux_sym_pkcs11_provider_token1] = ACTIONS(735), + [aux_sym_port_token1] = ACTIONS(735), + [aux_sym_preferred_authentications_token1] = ACTIONS(735), + [aux_sym_protocol_token1] = ACTIONS(735), + [aux_sym_proxy_command_token1] = ACTIONS(735), + [aux_sym_proxy_jump_token1] = ACTIONS(735), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(735), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(735), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(735), + [aux_sym_pubkey_authentication_token1] = ACTIONS(735), + [aux_sym_rekey_limit_token1] = ACTIONS(735), + [aux_sym_remote_command_token1] = ACTIONS(735), + [aux_sym_remote_forward_token1] = ACTIONS(735), + [aux_sym_request_tty_token1] = ACTIONS(735), + [aux_sym_required_rsa_size_token1] = ACTIONS(735), + [aux_sym_revoked_host_keys_token1] = ACTIONS(735), + [aux_sym_security_key_provider_token1] = ACTIONS(735), + [aux_sym_send_env_token1] = ACTIONS(735), + [aux_sym_server_alive_count_max_token1] = ACTIONS(735), + [aux_sym_server_alive_interval_token1] = ACTIONS(735), + [aux_sym_session_type_token1] = ACTIONS(735), + [aux_sym_set_env_token1] = ACTIONS(735), + [aux_sym_stdin_null_token1] = ACTIONS(735), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(735), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(735), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(735), + [aux_sym_syslog_facility_token1] = ACTIONS(735), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(735), + [aux_sym_keep_alive_token1] = ACTIONS(735), + [aux_sym_tunnel_token1] = ACTIONS(737), + [aux_sym_tunnel_device_token1] = ACTIONS(735), + [aux_sym_update_host_keys_token1] = ACTIONS(735), + [aux_sym_use_keychain_token1] = ACTIONS(735), + [aux_sym_use_roaming_token1] = ACTIONS(735), + [aux_sym_user_token1] = ACTIONS(737), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(735), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(735), + [aux_sym_visual_host_key_token1] = ACTIONS(735), + [aux_sym_xauth_location_token1] = ACTIONS(735), }, [34] = { - [ts_builtin_sym_end] = ACTIONS(736), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(738), - [anon_sym_DQUOTE] = ACTIONS(740), - [aux_sym_match_token1] = ACTIONS(736), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(736), - [aux_sym_address_family_token1] = ACTIONS(736), - [aux_sym_batch_mode_token1] = ACTIONS(736), - [aux_sym_bind_address_token1] = ACTIONS(736), - [aux_sym_bind_interface_token1] = ACTIONS(736), - [aux_sym_canonical_domains_token1] = ACTIONS(736), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(736), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(736), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(736), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(736), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(736), - [aux_sym_certificate_file_token1] = ACTIONS(736), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(736), - [aux_sym_check_host_ip_token1] = ACTIONS(736), - [aux_sym_ciphers_token1] = ACTIONS(736), - [aux_sym_cipher_token1] = ACTIONS(738), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(736), - [aux_sym_compression_token1] = ACTIONS(736), - [aux_sym_connection_attempts_token1] = ACTIONS(736), - [aux_sym_connect_timeout_token1] = ACTIONS(736), - [aux_sym_control_master_token1] = ACTIONS(736), - [aux_sym_control_path_token1] = ACTIONS(736), - [aux_sym_control_persist_token1] = ACTIONS(736), - [aux_sym_dynamic_forward_token1] = ACTIONS(736), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(736), - [aux_sym_escape_char_token1] = ACTIONS(736), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(736), - [aux_sym_fingerprint_hash_token1] = ACTIONS(736), - [aux_sym_fork_after_authentication_token1] = ACTIONS(736), - [aux_sym_forward_agent_token1] = ACTIONS(736), - [aux_sym_forward_x11_token1] = ACTIONS(738), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(736), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(736), - [aux_sym_gateway_ports_token1] = ACTIONS(736), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(736), - [aux_sym_gssapi_authentication_token1] = ACTIONS(736), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(736), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(736), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(736), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(736), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(736), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(736), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(736), - [aux_sym_hash_known_hosts_token1] = ACTIONS(736), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(736), - [aux_sym_hostbased_authentication_token1] = ACTIONS(736), - [aux_sym_host_key_algorithms_token1] = ACTIONS(736), - [aux_sym_host_key_alias_token1] = ACTIONS(736), - [aux_sym_hostname_token1] = ACTIONS(736), - [aux_sym_identities_only_token1] = ACTIONS(736), - [aux_sym_identity_agent_token1] = ACTIONS(736), - [aux_sym_identity_file_token1] = ACTIONS(736), - [aux_sym_ignore_unknown_token1] = ACTIONS(736), - [aux_sym_include_token1] = ACTIONS(736), - [aux_sym_ip_qos_token1] = ACTIONS(736), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(736), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(736), - [aux_sym_kex_algorithms_token1] = ACTIONS(736), - [aux_sym_known_hosts_command_token1] = ACTIONS(736), - [aux_sym_local_command_token1] = ACTIONS(736), - [aux_sym_local_forward_token1] = ACTIONS(736), - [aux_sym_log_level_token1] = ACTIONS(736), - [aux_sym_log_verbose_token1] = ACTIONS(736), - [aux_sym_macs_token1] = ACTIONS(736), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(736), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(736), - [aux_sym_password_authentication_token1] = ACTIONS(736), - [aux_sym_permit_local_command_token1] = ACTIONS(736), - [aux_sym_permit_remote_open_token1] = ACTIONS(736), - [aux_sym_pkcs11_provider_token1] = ACTIONS(736), - [aux_sym_port_token1] = ACTIONS(736), - [aux_sym_preferred_authentications_token1] = ACTIONS(736), - [aux_sym_protocol_token1] = ACTIONS(736), - [aux_sym_proxy_command_token1] = ACTIONS(736), - [aux_sym_proxy_jump_token1] = ACTIONS(736), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(736), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(736), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(736), - [aux_sym_pubkey_authentication_token1] = ACTIONS(736), - [aux_sym_rekey_limit_token1] = ACTIONS(736), - [aux_sym_remote_command_token1] = ACTIONS(736), - [aux_sym_remote_forward_token1] = ACTIONS(736), - [aux_sym_request_tty_token1] = ACTIONS(736), - [aux_sym_revoked_host_keys_token1] = ACTIONS(736), - [aux_sym_security_key_provider_token1] = ACTIONS(736), - [aux_sym_send_env_token1] = ACTIONS(736), - [aux_sym_server_alive_count_max_token1] = ACTIONS(736), - [aux_sym_server_alive_interval_token1] = ACTIONS(736), - [aux_sym_session_type_token1] = ACTIONS(736), - [aux_sym_set_env_token1] = ACTIONS(736), - [aux_sym_stdin_null_token1] = ACTIONS(736), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(736), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(736), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(736), - [aux_sym_syslog_facility_token1] = ACTIONS(736), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(736), - [aux_sym_keep_alive_token1] = ACTIONS(736), - [aux_sym_tunnel_token1] = ACTIONS(738), - [aux_sym_tunnel_device_token1] = ACTIONS(736), - [aux_sym_update_host_keys_token1] = ACTIONS(736), - [aux_sym_use_keychain_token1] = ACTIONS(736), - [aux_sym_use_roaming_token1] = ACTIONS(736), - [aux_sym_user_token1] = ACTIONS(738), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(736), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(736), - [aux_sym_visual_host_key_token1] = ACTIONS(736), - [aux_sym_xauth_location_token1] = ACTIONS(736), + [ts_builtin_sym_end] = ACTIONS(741), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(743), + [anon_sym_DQUOTE] = ACTIONS(745), + [aux_sym_match_token1] = ACTIONS(741), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(741), + [aux_sym_address_family_token1] = ACTIONS(741), + [aux_sym_batch_mode_token1] = ACTIONS(741), + [aux_sym_bind_address_token1] = ACTIONS(741), + [aux_sym_bind_interface_token1] = ACTIONS(741), + [aux_sym_canonical_domains_token1] = ACTIONS(741), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(741), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(741), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(741), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(741), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(741), + [aux_sym_certificate_file_token1] = ACTIONS(741), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(741), + [aux_sym_check_host_ip_token1] = ACTIONS(741), + [aux_sym_ciphers_token1] = ACTIONS(741), + [aux_sym_cipher_token1] = ACTIONS(743), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(741), + [aux_sym_compression_token1] = ACTIONS(741), + [aux_sym_connection_attempts_token1] = ACTIONS(741), + [aux_sym_connect_timeout_token1] = ACTIONS(741), + [aux_sym_control_master_token1] = ACTIONS(741), + [aux_sym_control_path_token1] = ACTIONS(741), + [aux_sym_control_persist_token1] = ACTIONS(741), + [aux_sym_dynamic_forward_token1] = ACTIONS(741), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(741), + [aux_sym_escape_char_token1] = ACTIONS(741), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(741), + [aux_sym_fingerprint_hash_token1] = ACTIONS(741), + [aux_sym_fork_after_authentication_token1] = ACTIONS(741), + [aux_sym_forward_agent_token1] = ACTIONS(741), + [aux_sym_forward_x11_token1] = ACTIONS(743), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(741), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(741), + [aux_sym_gateway_ports_token1] = ACTIONS(741), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(741), + [aux_sym_gssapi_authentication_token1] = ACTIONS(741), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(741), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(741), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(741), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(741), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(741), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(741), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(741), + [aux_sym_hash_known_hosts_token1] = ACTIONS(741), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(741), + [aux_sym_hostbased_authentication_token1] = ACTIONS(741), + [aux_sym_host_key_algorithms_token1] = ACTIONS(741), + [aux_sym_host_key_alias_token1] = ACTIONS(741), + [aux_sym_hostname_token1] = ACTIONS(741), + [aux_sym_identities_only_token1] = ACTIONS(741), + [aux_sym_identity_agent_token1] = ACTIONS(741), + [aux_sym_identity_file_token1] = ACTIONS(741), + [aux_sym_ignore_unknown_token1] = ACTIONS(741), + [aux_sym_include_token1] = ACTIONS(741), + [aux_sym_ip_qos_token1] = ACTIONS(741), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(741), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(741), + [aux_sym_kex_algorithms_token1] = ACTIONS(741), + [aux_sym_known_hosts_command_token1] = ACTIONS(741), + [aux_sym_local_command_token1] = ACTIONS(741), + [aux_sym_local_forward_token1] = ACTIONS(741), + [aux_sym_log_level_token1] = ACTIONS(741), + [aux_sym_log_verbose_token1] = ACTIONS(741), + [aux_sym_macs_token1] = ACTIONS(741), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(741), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(741), + [aux_sym_password_authentication_token1] = ACTIONS(741), + [aux_sym_permit_local_command_token1] = ACTIONS(741), + [aux_sym_permit_remote_open_token1] = ACTIONS(741), + [aux_sym_pkcs11_provider_token1] = ACTIONS(741), + [aux_sym_port_token1] = ACTIONS(741), + [aux_sym_preferred_authentications_token1] = ACTIONS(741), + [aux_sym_protocol_token1] = ACTIONS(741), + [aux_sym_proxy_command_token1] = ACTIONS(741), + [aux_sym_proxy_jump_token1] = ACTIONS(741), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(741), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(741), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(741), + [aux_sym_pubkey_authentication_token1] = ACTIONS(741), + [aux_sym_rekey_limit_token1] = ACTIONS(741), + [aux_sym_remote_command_token1] = ACTIONS(741), + [aux_sym_remote_forward_token1] = ACTIONS(741), + [aux_sym_request_tty_token1] = ACTIONS(741), + [aux_sym_required_rsa_size_token1] = ACTIONS(741), + [aux_sym_revoked_host_keys_token1] = ACTIONS(741), + [aux_sym_security_key_provider_token1] = ACTIONS(741), + [aux_sym_send_env_token1] = ACTIONS(741), + [aux_sym_server_alive_count_max_token1] = ACTIONS(741), + [aux_sym_server_alive_interval_token1] = ACTIONS(741), + [aux_sym_session_type_token1] = ACTIONS(741), + [aux_sym_set_env_token1] = ACTIONS(741), + [aux_sym_stdin_null_token1] = ACTIONS(741), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(741), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(741), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(741), + [aux_sym_syslog_facility_token1] = ACTIONS(741), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(741), + [aux_sym_keep_alive_token1] = ACTIONS(741), + [aux_sym_tunnel_token1] = ACTIONS(743), + [aux_sym_tunnel_device_token1] = ACTIONS(741), + [aux_sym_update_host_keys_token1] = ACTIONS(741), + [aux_sym_use_keychain_token1] = ACTIONS(741), + [aux_sym_use_roaming_token1] = ACTIONS(741), + [aux_sym_user_token1] = ACTIONS(743), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(741), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(741), + [aux_sym_visual_host_key_token1] = ACTIONS(741), + [aux_sym_xauth_location_token1] = ACTIONS(741), }, [35] = { - [ts_builtin_sym_end] = ACTIONS(742), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(744), - [anon_sym_DQUOTE] = ACTIONS(746), - [aux_sym_match_token1] = ACTIONS(742), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(742), - [aux_sym_address_family_token1] = ACTIONS(742), - [aux_sym_batch_mode_token1] = ACTIONS(742), - [aux_sym_bind_address_token1] = ACTIONS(742), - [aux_sym_bind_interface_token1] = ACTIONS(742), - [aux_sym_canonical_domains_token1] = ACTIONS(742), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(742), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(742), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(742), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(742), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(742), - [aux_sym_certificate_file_token1] = ACTIONS(742), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(742), - [aux_sym_check_host_ip_token1] = ACTIONS(742), - [aux_sym_ciphers_token1] = ACTIONS(742), - [aux_sym_cipher_token1] = ACTIONS(744), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(742), - [aux_sym_compression_token1] = ACTIONS(742), - [aux_sym_connection_attempts_token1] = ACTIONS(742), - [aux_sym_connect_timeout_token1] = ACTIONS(742), - [aux_sym_control_master_token1] = ACTIONS(742), - [aux_sym_control_path_token1] = ACTIONS(742), - [aux_sym_control_persist_token1] = ACTIONS(742), - [aux_sym_dynamic_forward_token1] = ACTIONS(742), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(742), - [aux_sym_escape_char_token1] = ACTIONS(742), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(742), - [aux_sym_fingerprint_hash_token1] = ACTIONS(742), - [aux_sym_fork_after_authentication_token1] = ACTIONS(742), - [aux_sym_forward_agent_token1] = ACTIONS(742), - [aux_sym_forward_x11_token1] = ACTIONS(744), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(742), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(742), - [aux_sym_gateway_ports_token1] = ACTIONS(742), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(742), - [aux_sym_gssapi_authentication_token1] = ACTIONS(742), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(742), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(742), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(742), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(742), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(742), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(742), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(742), - [aux_sym_hash_known_hosts_token1] = ACTIONS(742), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(742), - [aux_sym_hostbased_authentication_token1] = ACTIONS(742), - [aux_sym_host_key_algorithms_token1] = ACTIONS(742), - [aux_sym_host_key_alias_token1] = ACTIONS(742), - [aux_sym_hostname_token1] = ACTIONS(742), - [aux_sym_identities_only_token1] = ACTIONS(742), - [aux_sym_identity_agent_token1] = ACTIONS(742), - [aux_sym_identity_file_token1] = ACTIONS(742), - [aux_sym_ignore_unknown_token1] = ACTIONS(742), - [aux_sym_include_token1] = ACTIONS(742), - [aux_sym_ip_qos_token1] = ACTIONS(742), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(742), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(742), - [aux_sym_kex_algorithms_token1] = ACTIONS(742), - [aux_sym_known_hosts_command_token1] = ACTIONS(742), - [aux_sym_local_command_token1] = ACTIONS(742), - [aux_sym_local_forward_token1] = ACTIONS(742), - [aux_sym_log_level_token1] = ACTIONS(742), - [aux_sym_log_verbose_token1] = ACTIONS(742), - [aux_sym_macs_token1] = ACTIONS(742), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(742), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(742), - [aux_sym_password_authentication_token1] = ACTIONS(742), - [aux_sym_permit_local_command_token1] = ACTIONS(742), - [aux_sym_permit_remote_open_token1] = ACTIONS(742), - [aux_sym_pkcs11_provider_token1] = ACTIONS(742), - [aux_sym_port_token1] = ACTIONS(742), - [aux_sym_preferred_authentications_token1] = ACTIONS(742), - [aux_sym_protocol_token1] = ACTIONS(742), - [aux_sym_proxy_command_token1] = ACTIONS(742), - [aux_sym_proxy_jump_token1] = ACTIONS(742), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(742), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(742), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(742), - [aux_sym_pubkey_authentication_token1] = ACTIONS(742), - [aux_sym_rekey_limit_token1] = ACTIONS(742), - [aux_sym_remote_command_token1] = ACTIONS(742), - [aux_sym_remote_forward_token1] = ACTIONS(742), - [aux_sym_request_tty_token1] = ACTIONS(742), - [aux_sym_revoked_host_keys_token1] = ACTIONS(742), - [aux_sym_security_key_provider_token1] = ACTIONS(742), - [aux_sym_send_env_token1] = ACTIONS(742), - [aux_sym_server_alive_count_max_token1] = ACTIONS(742), - [aux_sym_server_alive_interval_token1] = ACTIONS(742), - [aux_sym_session_type_token1] = ACTIONS(742), - [aux_sym_set_env_token1] = ACTIONS(742), - [aux_sym_stdin_null_token1] = ACTIONS(742), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(742), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(742), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(742), - [aux_sym_syslog_facility_token1] = ACTIONS(742), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(742), - [aux_sym_keep_alive_token1] = ACTIONS(742), - [aux_sym_tunnel_token1] = ACTIONS(744), - [aux_sym_tunnel_device_token1] = ACTIONS(742), - [aux_sym_update_host_keys_token1] = ACTIONS(742), - [aux_sym_use_keychain_token1] = ACTIONS(742), - [aux_sym_use_roaming_token1] = ACTIONS(742), - [aux_sym_user_token1] = ACTIONS(744), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(742), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(742), - [aux_sym_visual_host_key_token1] = ACTIONS(742), - [aux_sym_xauth_location_token1] = ACTIONS(742), + [ts_builtin_sym_end] = ACTIONS(747), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(749), + [anon_sym_DQUOTE] = ACTIONS(751), + [aux_sym_match_token1] = ACTIONS(747), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(747), + [aux_sym_address_family_token1] = ACTIONS(747), + [aux_sym_batch_mode_token1] = ACTIONS(747), + [aux_sym_bind_address_token1] = ACTIONS(747), + [aux_sym_bind_interface_token1] = ACTIONS(747), + [aux_sym_canonical_domains_token1] = ACTIONS(747), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(747), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(747), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(747), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(747), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(747), + [aux_sym_certificate_file_token1] = ACTIONS(747), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(747), + [aux_sym_check_host_ip_token1] = ACTIONS(747), + [aux_sym_ciphers_token1] = ACTIONS(747), + [aux_sym_cipher_token1] = ACTIONS(749), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(747), + [aux_sym_compression_token1] = ACTIONS(747), + [aux_sym_connection_attempts_token1] = ACTIONS(747), + [aux_sym_connect_timeout_token1] = ACTIONS(747), + [aux_sym_control_master_token1] = ACTIONS(747), + [aux_sym_control_path_token1] = ACTIONS(747), + [aux_sym_control_persist_token1] = ACTIONS(747), + [aux_sym_dynamic_forward_token1] = ACTIONS(747), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(747), + [aux_sym_escape_char_token1] = ACTIONS(747), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(747), + [aux_sym_fingerprint_hash_token1] = ACTIONS(747), + [aux_sym_fork_after_authentication_token1] = ACTIONS(747), + [aux_sym_forward_agent_token1] = ACTIONS(747), + [aux_sym_forward_x11_token1] = ACTIONS(749), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(747), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(747), + [aux_sym_gateway_ports_token1] = ACTIONS(747), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(747), + [aux_sym_gssapi_authentication_token1] = ACTIONS(747), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(747), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(747), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(747), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(747), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(747), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(747), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(747), + [aux_sym_hash_known_hosts_token1] = ACTIONS(747), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(747), + [aux_sym_hostbased_authentication_token1] = ACTIONS(747), + [aux_sym_host_key_algorithms_token1] = ACTIONS(747), + [aux_sym_host_key_alias_token1] = ACTIONS(747), + [aux_sym_hostname_token1] = ACTIONS(747), + [aux_sym_identities_only_token1] = ACTIONS(747), + [aux_sym_identity_agent_token1] = ACTIONS(747), + [aux_sym_identity_file_token1] = ACTIONS(747), + [aux_sym_ignore_unknown_token1] = ACTIONS(747), + [aux_sym_include_token1] = ACTIONS(747), + [aux_sym_ip_qos_token1] = ACTIONS(747), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(747), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(747), + [aux_sym_kex_algorithms_token1] = ACTIONS(747), + [aux_sym_known_hosts_command_token1] = ACTIONS(747), + [aux_sym_local_command_token1] = ACTIONS(747), + [aux_sym_local_forward_token1] = ACTIONS(747), + [aux_sym_log_level_token1] = ACTIONS(747), + [aux_sym_log_verbose_token1] = ACTIONS(747), + [aux_sym_macs_token1] = ACTIONS(747), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(747), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(747), + [aux_sym_password_authentication_token1] = ACTIONS(747), + [aux_sym_permit_local_command_token1] = ACTIONS(747), + [aux_sym_permit_remote_open_token1] = ACTIONS(747), + [aux_sym_pkcs11_provider_token1] = ACTIONS(747), + [aux_sym_port_token1] = ACTIONS(747), + [aux_sym_preferred_authentications_token1] = ACTIONS(747), + [aux_sym_protocol_token1] = ACTIONS(747), + [aux_sym_proxy_command_token1] = ACTIONS(747), + [aux_sym_proxy_jump_token1] = ACTIONS(747), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(747), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(747), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(747), + [aux_sym_pubkey_authentication_token1] = ACTIONS(747), + [aux_sym_rekey_limit_token1] = ACTIONS(747), + [aux_sym_remote_command_token1] = ACTIONS(747), + [aux_sym_remote_forward_token1] = ACTIONS(747), + [aux_sym_request_tty_token1] = ACTIONS(747), + [aux_sym_required_rsa_size_token1] = ACTIONS(747), + [aux_sym_revoked_host_keys_token1] = ACTIONS(747), + [aux_sym_security_key_provider_token1] = ACTIONS(747), + [aux_sym_send_env_token1] = ACTIONS(747), + [aux_sym_server_alive_count_max_token1] = ACTIONS(747), + [aux_sym_server_alive_interval_token1] = ACTIONS(747), + [aux_sym_session_type_token1] = ACTIONS(747), + [aux_sym_set_env_token1] = ACTIONS(747), + [aux_sym_stdin_null_token1] = ACTIONS(747), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(747), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(747), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(747), + [aux_sym_syslog_facility_token1] = ACTIONS(747), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(747), + [aux_sym_keep_alive_token1] = ACTIONS(747), + [aux_sym_tunnel_token1] = ACTIONS(749), + [aux_sym_tunnel_device_token1] = ACTIONS(747), + [aux_sym_update_host_keys_token1] = ACTIONS(747), + [aux_sym_use_keychain_token1] = ACTIONS(747), + [aux_sym_use_roaming_token1] = ACTIONS(747), + [aux_sym_user_token1] = ACTIONS(749), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(747), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(747), + [aux_sym_visual_host_key_token1] = ACTIONS(747), + [aux_sym_xauth_location_token1] = ACTIONS(747), }, [36] = { - [ts_builtin_sym_end] = ACTIONS(748), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(750), - [anon_sym_DQUOTE] = ACTIONS(752), - [aux_sym_match_token1] = ACTIONS(748), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(748), - [aux_sym_address_family_token1] = ACTIONS(748), - [aux_sym_batch_mode_token1] = ACTIONS(748), - [aux_sym_bind_address_token1] = ACTIONS(748), - [aux_sym_bind_interface_token1] = ACTIONS(748), - [aux_sym_canonical_domains_token1] = ACTIONS(748), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(748), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(748), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(748), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(748), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(748), - [aux_sym_certificate_file_token1] = ACTIONS(748), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(748), - [aux_sym_check_host_ip_token1] = ACTIONS(748), - [aux_sym_ciphers_token1] = ACTIONS(748), - [aux_sym_cipher_token1] = ACTIONS(750), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(748), - [aux_sym_compression_token1] = ACTIONS(748), - [aux_sym_connection_attempts_token1] = ACTIONS(748), - [aux_sym_connect_timeout_token1] = ACTIONS(748), - [aux_sym_control_master_token1] = ACTIONS(748), - [aux_sym_control_path_token1] = ACTIONS(748), - [aux_sym_control_persist_token1] = ACTIONS(748), - [aux_sym_dynamic_forward_token1] = ACTIONS(748), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(748), - [aux_sym_escape_char_token1] = ACTIONS(748), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(748), - [aux_sym_fingerprint_hash_token1] = ACTIONS(748), - [aux_sym_fork_after_authentication_token1] = ACTIONS(748), - [aux_sym_forward_agent_token1] = ACTIONS(748), - [aux_sym_forward_x11_token1] = ACTIONS(750), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(748), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(748), - [aux_sym_gateway_ports_token1] = ACTIONS(748), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(748), - [aux_sym_gssapi_authentication_token1] = ACTIONS(748), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(748), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(748), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(748), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(748), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(748), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(748), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(748), - [aux_sym_hash_known_hosts_token1] = ACTIONS(748), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(748), - [aux_sym_hostbased_authentication_token1] = ACTIONS(748), - [aux_sym_host_key_algorithms_token1] = ACTIONS(748), - [aux_sym_host_key_alias_token1] = ACTIONS(748), - [aux_sym_hostname_token1] = ACTIONS(748), - [aux_sym_identities_only_token1] = ACTIONS(748), - [aux_sym_identity_agent_token1] = ACTIONS(748), - [aux_sym_identity_file_token1] = ACTIONS(748), - [aux_sym_ignore_unknown_token1] = ACTIONS(748), - [aux_sym_include_token1] = ACTIONS(748), - [aux_sym_ip_qos_token1] = ACTIONS(748), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(748), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(748), - [aux_sym_kex_algorithms_token1] = ACTIONS(748), - [aux_sym_known_hosts_command_token1] = ACTIONS(748), - [aux_sym_local_command_token1] = ACTIONS(748), - [aux_sym_local_forward_token1] = ACTIONS(748), - [aux_sym_log_level_token1] = ACTIONS(748), - [aux_sym_log_verbose_token1] = ACTIONS(748), - [aux_sym_macs_token1] = ACTIONS(748), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(748), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(748), - [aux_sym_password_authentication_token1] = ACTIONS(748), - [aux_sym_permit_local_command_token1] = ACTIONS(748), - [aux_sym_permit_remote_open_token1] = ACTIONS(748), - [aux_sym_pkcs11_provider_token1] = ACTIONS(748), - [aux_sym_port_token1] = ACTIONS(748), - [aux_sym_preferred_authentications_token1] = ACTIONS(748), - [aux_sym_protocol_token1] = ACTIONS(748), - [aux_sym_proxy_command_token1] = ACTIONS(748), - [aux_sym_proxy_jump_token1] = ACTIONS(748), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(748), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(748), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(748), - [aux_sym_pubkey_authentication_token1] = ACTIONS(748), - [aux_sym_rekey_limit_token1] = ACTIONS(748), - [aux_sym_remote_command_token1] = ACTIONS(748), - [aux_sym_remote_forward_token1] = ACTIONS(748), - [aux_sym_request_tty_token1] = ACTIONS(748), - [aux_sym_revoked_host_keys_token1] = ACTIONS(748), - [aux_sym_security_key_provider_token1] = ACTIONS(748), - [aux_sym_send_env_token1] = ACTIONS(748), - [aux_sym_server_alive_count_max_token1] = ACTIONS(748), - [aux_sym_server_alive_interval_token1] = ACTIONS(748), - [aux_sym_session_type_token1] = ACTIONS(748), - [aux_sym_set_env_token1] = ACTIONS(748), - [aux_sym_stdin_null_token1] = ACTIONS(748), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(748), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(748), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(748), - [aux_sym_syslog_facility_token1] = ACTIONS(748), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(748), - [aux_sym_keep_alive_token1] = ACTIONS(748), - [aux_sym_tunnel_token1] = ACTIONS(750), - [aux_sym_tunnel_device_token1] = ACTIONS(748), - [aux_sym_update_host_keys_token1] = ACTIONS(748), - [aux_sym_use_keychain_token1] = ACTIONS(748), - [aux_sym_use_roaming_token1] = ACTIONS(748), - [aux_sym_user_token1] = ACTIONS(750), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(748), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(748), - [aux_sym_visual_host_key_token1] = ACTIONS(748), - [aux_sym_xauth_location_token1] = ACTIONS(748), + [ts_builtin_sym_end] = ACTIONS(753), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(755), + [anon_sym_DQUOTE] = ACTIONS(757), + [aux_sym_match_token1] = ACTIONS(753), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(753), + [aux_sym_address_family_token1] = ACTIONS(753), + [aux_sym_batch_mode_token1] = ACTIONS(753), + [aux_sym_bind_address_token1] = ACTIONS(753), + [aux_sym_bind_interface_token1] = ACTIONS(753), + [aux_sym_canonical_domains_token1] = ACTIONS(753), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(753), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(753), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(753), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(753), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(753), + [aux_sym_certificate_file_token1] = ACTIONS(753), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(753), + [aux_sym_check_host_ip_token1] = ACTIONS(753), + [aux_sym_ciphers_token1] = ACTIONS(753), + [aux_sym_cipher_token1] = ACTIONS(755), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(753), + [aux_sym_compression_token1] = ACTIONS(753), + [aux_sym_connection_attempts_token1] = ACTIONS(753), + [aux_sym_connect_timeout_token1] = ACTIONS(753), + [aux_sym_control_master_token1] = ACTIONS(753), + [aux_sym_control_path_token1] = ACTIONS(753), + [aux_sym_control_persist_token1] = ACTIONS(753), + [aux_sym_dynamic_forward_token1] = ACTIONS(753), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(753), + [aux_sym_escape_char_token1] = ACTIONS(753), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(753), + [aux_sym_fingerprint_hash_token1] = ACTIONS(753), + [aux_sym_fork_after_authentication_token1] = ACTIONS(753), + [aux_sym_forward_agent_token1] = ACTIONS(753), + [aux_sym_forward_x11_token1] = ACTIONS(755), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(753), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(753), + [aux_sym_gateway_ports_token1] = ACTIONS(753), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(753), + [aux_sym_gssapi_authentication_token1] = ACTIONS(753), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(753), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(753), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(753), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(753), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(753), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(753), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(753), + [aux_sym_hash_known_hosts_token1] = ACTIONS(753), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(753), + [aux_sym_hostbased_authentication_token1] = ACTIONS(753), + [aux_sym_host_key_algorithms_token1] = ACTIONS(753), + [aux_sym_host_key_alias_token1] = ACTIONS(753), + [aux_sym_hostname_token1] = ACTIONS(753), + [aux_sym_identities_only_token1] = ACTIONS(753), + [aux_sym_identity_agent_token1] = ACTIONS(753), + [aux_sym_identity_file_token1] = ACTIONS(753), + [aux_sym_ignore_unknown_token1] = ACTIONS(753), + [aux_sym_include_token1] = ACTIONS(753), + [aux_sym_ip_qos_token1] = ACTIONS(753), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(753), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(753), + [aux_sym_kex_algorithms_token1] = ACTIONS(753), + [aux_sym_known_hosts_command_token1] = ACTIONS(753), + [aux_sym_local_command_token1] = ACTIONS(753), + [aux_sym_local_forward_token1] = ACTIONS(753), + [aux_sym_log_level_token1] = ACTIONS(753), + [aux_sym_log_verbose_token1] = ACTIONS(753), + [aux_sym_macs_token1] = ACTIONS(753), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(753), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(753), + [aux_sym_password_authentication_token1] = ACTIONS(753), + [aux_sym_permit_local_command_token1] = ACTIONS(753), + [aux_sym_permit_remote_open_token1] = ACTIONS(753), + [aux_sym_pkcs11_provider_token1] = ACTIONS(753), + [aux_sym_port_token1] = ACTIONS(753), + [aux_sym_preferred_authentications_token1] = ACTIONS(753), + [aux_sym_protocol_token1] = ACTIONS(753), + [aux_sym_proxy_command_token1] = ACTIONS(753), + [aux_sym_proxy_jump_token1] = ACTIONS(753), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(753), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(753), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(753), + [aux_sym_pubkey_authentication_token1] = ACTIONS(753), + [aux_sym_rekey_limit_token1] = ACTIONS(753), + [aux_sym_remote_command_token1] = ACTIONS(753), + [aux_sym_remote_forward_token1] = ACTIONS(753), + [aux_sym_request_tty_token1] = ACTIONS(753), + [aux_sym_required_rsa_size_token1] = ACTIONS(753), + [aux_sym_revoked_host_keys_token1] = ACTIONS(753), + [aux_sym_security_key_provider_token1] = ACTIONS(753), + [aux_sym_send_env_token1] = ACTIONS(753), + [aux_sym_server_alive_count_max_token1] = ACTIONS(753), + [aux_sym_server_alive_interval_token1] = ACTIONS(753), + [aux_sym_session_type_token1] = ACTIONS(753), + [aux_sym_set_env_token1] = ACTIONS(753), + [aux_sym_stdin_null_token1] = ACTIONS(753), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(753), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(753), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(753), + [aux_sym_syslog_facility_token1] = ACTIONS(753), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(753), + [aux_sym_keep_alive_token1] = ACTIONS(753), + [aux_sym_tunnel_token1] = ACTIONS(755), + [aux_sym_tunnel_device_token1] = ACTIONS(753), + [aux_sym_update_host_keys_token1] = ACTIONS(753), + [aux_sym_use_keychain_token1] = ACTIONS(753), + [aux_sym_use_roaming_token1] = ACTIONS(753), + [aux_sym_user_token1] = ACTIONS(755), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(753), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(753), + [aux_sym_visual_host_key_token1] = ACTIONS(753), + [aux_sym_xauth_location_token1] = ACTIONS(753), }, [37] = { - [ts_builtin_sym_end] = ACTIONS(754), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(756), - [anon_sym_DQUOTE] = ACTIONS(758), - [aux_sym_match_token1] = ACTIONS(754), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(754), - [aux_sym_address_family_token1] = ACTIONS(754), - [aux_sym_batch_mode_token1] = ACTIONS(754), - [aux_sym_bind_address_token1] = ACTIONS(754), - [aux_sym_bind_interface_token1] = ACTIONS(754), - [aux_sym_canonical_domains_token1] = ACTIONS(754), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(754), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(754), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(754), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(754), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(754), - [aux_sym_certificate_file_token1] = ACTIONS(754), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(754), - [aux_sym_check_host_ip_token1] = ACTIONS(754), - [aux_sym_ciphers_token1] = ACTIONS(754), - [aux_sym_cipher_token1] = ACTIONS(756), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(754), - [aux_sym_compression_token1] = ACTIONS(754), - [aux_sym_connection_attempts_token1] = ACTIONS(754), - [aux_sym_connect_timeout_token1] = ACTIONS(754), - [aux_sym_control_master_token1] = ACTIONS(754), - [aux_sym_control_path_token1] = ACTIONS(754), - [aux_sym_control_persist_token1] = ACTIONS(754), - [aux_sym_dynamic_forward_token1] = ACTIONS(754), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(754), - [aux_sym_escape_char_token1] = ACTIONS(754), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(754), - [aux_sym_fingerprint_hash_token1] = ACTIONS(754), - [aux_sym_fork_after_authentication_token1] = ACTIONS(754), - [aux_sym_forward_agent_token1] = ACTIONS(754), - [aux_sym_forward_x11_token1] = ACTIONS(756), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(754), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(754), - [aux_sym_gateway_ports_token1] = ACTIONS(754), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(754), - [aux_sym_gssapi_authentication_token1] = ACTIONS(754), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(754), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(754), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(754), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(754), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(754), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(754), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(754), - [aux_sym_hash_known_hosts_token1] = ACTIONS(754), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(754), - [aux_sym_hostbased_authentication_token1] = ACTIONS(754), - [aux_sym_host_key_algorithms_token1] = ACTIONS(754), - [aux_sym_host_key_alias_token1] = ACTIONS(754), - [aux_sym_hostname_token1] = ACTIONS(754), - [aux_sym_identities_only_token1] = ACTIONS(754), - [aux_sym_identity_agent_token1] = ACTIONS(754), - [aux_sym_identity_file_token1] = ACTIONS(754), - [aux_sym_ignore_unknown_token1] = ACTIONS(754), - [aux_sym_include_token1] = ACTIONS(754), - [aux_sym_ip_qos_token1] = ACTIONS(754), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(754), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(754), - [aux_sym_kex_algorithms_token1] = ACTIONS(754), - [aux_sym_known_hosts_command_token1] = ACTIONS(754), - [aux_sym_local_command_token1] = ACTIONS(754), - [aux_sym_local_forward_token1] = ACTIONS(754), - [aux_sym_log_level_token1] = ACTIONS(754), - [aux_sym_log_verbose_token1] = ACTIONS(754), - [aux_sym_macs_token1] = ACTIONS(754), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(754), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(754), - [aux_sym_password_authentication_token1] = ACTIONS(754), - [aux_sym_permit_local_command_token1] = ACTIONS(754), - [aux_sym_permit_remote_open_token1] = ACTIONS(754), - [aux_sym_pkcs11_provider_token1] = ACTIONS(754), - [aux_sym_port_token1] = ACTIONS(754), - [aux_sym_preferred_authentications_token1] = ACTIONS(754), - [aux_sym_protocol_token1] = ACTIONS(754), - [aux_sym_proxy_command_token1] = ACTIONS(754), - [aux_sym_proxy_jump_token1] = ACTIONS(754), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(754), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(754), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(754), - [aux_sym_pubkey_authentication_token1] = ACTIONS(754), - [aux_sym_rekey_limit_token1] = ACTIONS(754), - [aux_sym_remote_command_token1] = ACTIONS(754), - [aux_sym_remote_forward_token1] = ACTIONS(754), - [aux_sym_request_tty_token1] = ACTIONS(754), - [aux_sym_revoked_host_keys_token1] = ACTIONS(754), - [aux_sym_security_key_provider_token1] = ACTIONS(754), - [aux_sym_send_env_token1] = ACTIONS(754), - [aux_sym_server_alive_count_max_token1] = ACTIONS(754), - [aux_sym_server_alive_interval_token1] = ACTIONS(754), - [aux_sym_session_type_token1] = ACTIONS(754), - [aux_sym_set_env_token1] = ACTIONS(754), - [aux_sym_stdin_null_token1] = ACTIONS(754), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(754), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(754), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(754), - [aux_sym_syslog_facility_token1] = ACTIONS(754), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(754), - [aux_sym_keep_alive_token1] = ACTIONS(754), - [aux_sym_tunnel_token1] = ACTIONS(756), - [aux_sym_tunnel_device_token1] = ACTIONS(754), - [aux_sym_update_host_keys_token1] = ACTIONS(754), - [aux_sym_use_keychain_token1] = ACTIONS(754), - [aux_sym_use_roaming_token1] = ACTIONS(754), - [aux_sym_user_token1] = ACTIONS(756), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(754), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(754), - [aux_sym_visual_host_key_token1] = ACTIONS(754), - [aux_sym_xauth_location_token1] = ACTIONS(754), + [ts_builtin_sym_end] = ACTIONS(759), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(761), + [anon_sym_DQUOTE] = ACTIONS(763), + [aux_sym_match_token1] = ACTIONS(759), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(759), + [aux_sym_address_family_token1] = ACTIONS(759), + [aux_sym_batch_mode_token1] = ACTIONS(759), + [aux_sym_bind_address_token1] = ACTIONS(759), + [aux_sym_bind_interface_token1] = ACTIONS(759), + [aux_sym_canonical_domains_token1] = ACTIONS(759), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(759), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(759), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(759), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(759), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(759), + [aux_sym_certificate_file_token1] = ACTIONS(759), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(759), + [aux_sym_check_host_ip_token1] = ACTIONS(759), + [aux_sym_ciphers_token1] = ACTIONS(759), + [aux_sym_cipher_token1] = ACTIONS(761), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(759), + [aux_sym_compression_token1] = ACTIONS(759), + [aux_sym_connection_attempts_token1] = ACTIONS(759), + [aux_sym_connect_timeout_token1] = ACTIONS(759), + [aux_sym_control_master_token1] = ACTIONS(759), + [aux_sym_control_path_token1] = ACTIONS(759), + [aux_sym_control_persist_token1] = ACTIONS(759), + [aux_sym_dynamic_forward_token1] = ACTIONS(759), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(759), + [aux_sym_escape_char_token1] = ACTIONS(759), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(759), + [aux_sym_fingerprint_hash_token1] = ACTIONS(759), + [aux_sym_fork_after_authentication_token1] = ACTIONS(759), + [aux_sym_forward_agent_token1] = ACTIONS(759), + [aux_sym_forward_x11_token1] = ACTIONS(761), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(759), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(759), + [aux_sym_gateway_ports_token1] = ACTIONS(759), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(759), + [aux_sym_gssapi_authentication_token1] = ACTIONS(759), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(759), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(759), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(759), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(759), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(759), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(759), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(759), + [aux_sym_hash_known_hosts_token1] = ACTIONS(759), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(759), + [aux_sym_hostbased_authentication_token1] = ACTIONS(759), + [aux_sym_host_key_algorithms_token1] = ACTIONS(759), + [aux_sym_host_key_alias_token1] = ACTIONS(759), + [aux_sym_hostname_token1] = ACTIONS(759), + [aux_sym_identities_only_token1] = ACTIONS(759), + [aux_sym_identity_agent_token1] = ACTIONS(759), + [aux_sym_identity_file_token1] = ACTIONS(759), + [aux_sym_ignore_unknown_token1] = ACTIONS(759), + [aux_sym_include_token1] = ACTIONS(759), + [aux_sym_ip_qos_token1] = ACTIONS(759), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(759), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(759), + [aux_sym_kex_algorithms_token1] = ACTIONS(759), + [aux_sym_known_hosts_command_token1] = ACTIONS(759), + [aux_sym_local_command_token1] = ACTIONS(759), + [aux_sym_local_forward_token1] = ACTIONS(759), + [aux_sym_log_level_token1] = ACTIONS(759), + [aux_sym_log_verbose_token1] = ACTIONS(759), + [aux_sym_macs_token1] = ACTIONS(759), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(759), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(759), + [aux_sym_password_authentication_token1] = ACTIONS(759), + [aux_sym_permit_local_command_token1] = ACTIONS(759), + [aux_sym_permit_remote_open_token1] = ACTIONS(759), + [aux_sym_pkcs11_provider_token1] = ACTIONS(759), + [aux_sym_port_token1] = ACTIONS(759), + [aux_sym_preferred_authentications_token1] = ACTIONS(759), + [aux_sym_protocol_token1] = ACTIONS(759), + [aux_sym_proxy_command_token1] = ACTIONS(759), + [aux_sym_proxy_jump_token1] = ACTIONS(759), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(759), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(759), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(759), + [aux_sym_pubkey_authentication_token1] = ACTIONS(759), + [aux_sym_rekey_limit_token1] = ACTIONS(759), + [aux_sym_remote_command_token1] = ACTIONS(759), + [aux_sym_remote_forward_token1] = ACTIONS(759), + [aux_sym_request_tty_token1] = ACTIONS(759), + [aux_sym_required_rsa_size_token1] = ACTIONS(759), + [aux_sym_revoked_host_keys_token1] = ACTIONS(759), + [aux_sym_security_key_provider_token1] = ACTIONS(759), + [aux_sym_send_env_token1] = ACTIONS(759), + [aux_sym_server_alive_count_max_token1] = ACTIONS(759), + [aux_sym_server_alive_interval_token1] = ACTIONS(759), + [aux_sym_session_type_token1] = ACTIONS(759), + [aux_sym_set_env_token1] = ACTIONS(759), + [aux_sym_stdin_null_token1] = ACTIONS(759), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(759), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(759), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(759), + [aux_sym_syslog_facility_token1] = ACTIONS(759), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(759), + [aux_sym_keep_alive_token1] = ACTIONS(759), + [aux_sym_tunnel_token1] = ACTIONS(761), + [aux_sym_tunnel_device_token1] = ACTIONS(759), + [aux_sym_update_host_keys_token1] = ACTIONS(759), + [aux_sym_use_keychain_token1] = ACTIONS(759), + [aux_sym_use_roaming_token1] = ACTIONS(759), + [aux_sym_user_token1] = ACTIONS(761), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(759), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(759), + [aux_sym_visual_host_key_token1] = ACTIONS(759), + [aux_sym_xauth_location_token1] = ACTIONS(759), }, [38] = { - [ts_builtin_sym_end] = ACTIONS(760), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(762), - [anon_sym_DQUOTE] = ACTIONS(764), - [aux_sym_match_token1] = ACTIONS(760), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(760), - [aux_sym_address_family_token1] = ACTIONS(760), - [aux_sym_batch_mode_token1] = ACTIONS(760), - [aux_sym_bind_address_token1] = ACTIONS(760), - [aux_sym_bind_interface_token1] = ACTIONS(760), - [aux_sym_canonical_domains_token1] = ACTIONS(760), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(760), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(760), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(760), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(760), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(760), - [aux_sym_certificate_file_token1] = ACTIONS(760), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(760), - [aux_sym_check_host_ip_token1] = ACTIONS(760), - [aux_sym_ciphers_token1] = ACTIONS(760), - [aux_sym_cipher_token1] = ACTIONS(762), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(760), - [aux_sym_compression_token1] = ACTIONS(760), - [aux_sym_connection_attempts_token1] = ACTIONS(760), - [aux_sym_connect_timeout_token1] = ACTIONS(760), - [aux_sym_control_master_token1] = ACTIONS(760), - [aux_sym_control_path_token1] = ACTIONS(760), - [aux_sym_control_persist_token1] = ACTIONS(760), - [aux_sym_dynamic_forward_token1] = ACTIONS(760), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(760), - [aux_sym_escape_char_token1] = ACTIONS(760), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(760), - [aux_sym_fingerprint_hash_token1] = ACTIONS(760), - [aux_sym_fork_after_authentication_token1] = ACTIONS(760), - [aux_sym_forward_agent_token1] = ACTIONS(760), - [aux_sym_forward_x11_token1] = ACTIONS(762), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(760), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(760), - [aux_sym_gateway_ports_token1] = ACTIONS(760), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(760), - [aux_sym_gssapi_authentication_token1] = ACTIONS(760), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(760), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(760), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(760), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(760), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(760), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(760), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(760), - [aux_sym_hash_known_hosts_token1] = ACTIONS(760), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(760), - [aux_sym_hostbased_authentication_token1] = ACTIONS(760), - [aux_sym_host_key_algorithms_token1] = ACTIONS(760), - [aux_sym_host_key_alias_token1] = ACTIONS(760), - [aux_sym_hostname_token1] = ACTIONS(760), - [aux_sym_identities_only_token1] = ACTIONS(760), - [aux_sym_identity_agent_token1] = ACTIONS(760), - [aux_sym_identity_file_token1] = ACTIONS(760), - [aux_sym_ignore_unknown_token1] = ACTIONS(760), - [aux_sym_include_token1] = ACTIONS(760), - [aux_sym_ip_qos_token1] = ACTIONS(760), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(760), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(760), - [aux_sym_kex_algorithms_token1] = ACTIONS(760), - [aux_sym_known_hosts_command_token1] = ACTIONS(760), - [aux_sym_local_command_token1] = ACTIONS(760), - [aux_sym_local_forward_token1] = ACTIONS(760), - [aux_sym_log_level_token1] = ACTIONS(760), - [aux_sym_log_verbose_token1] = ACTIONS(760), - [aux_sym_macs_token1] = ACTIONS(760), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(760), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(760), - [aux_sym_password_authentication_token1] = ACTIONS(760), - [aux_sym_permit_local_command_token1] = ACTIONS(760), - [aux_sym_permit_remote_open_token1] = ACTIONS(760), - [aux_sym_pkcs11_provider_token1] = ACTIONS(760), - [aux_sym_port_token1] = ACTIONS(760), - [aux_sym_preferred_authentications_token1] = ACTIONS(760), - [aux_sym_protocol_token1] = ACTIONS(760), - [aux_sym_proxy_command_token1] = ACTIONS(760), - [aux_sym_proxy_jump_token1] = ACTIONS(760), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(760), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(760), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(760), - [aux_sym_pubkey_authentication_token1] = ACTIONS(760), - [aux_sym_rekey_limit_token1] = ACTIONS(760), - [aux_sym_remote_command_token1] = ACTIONS(760), - [aux_sym_remote_forward_token1] = ACTIONS(760), - [aux_sym_request_tty_token1] = ACTIONS(760), - [aux_sym_revoked_host_keys_token1] = ACTIONS(760), - [aux_sym_security_key_provider_token1] = ACTIONS(760), - [aux_sym_send_env_token1] = ACTIONS(760), - [aux_sym_server_alive_count_max_token1] = ACTIONS(760), - [aux_sym_server_alive_interval_token1] = ACTIONS(760), - [aux_sym_session_type_token1] = ACTIONS(760), - [aux_sym_set_env_token1] = ACTIONS(760), - [aux_sym_stdin_null_token1] = ACTIONS(760), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(760), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(760), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(760), - [aux_sym_syslog_facility_token1] = ACTIONS(760), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(760), - [aux_sym_keep_alive_token1] = ACTIONS(760), - [aux_sym_tunnel_token1] = ACTIONS(762), - [aux_sym_tunnel_device_token1] = ACTIONS(760), - [aux_sym_update_host_keys_token1] = ACTIONS(760), - [aux_sym_use_keychain_token1] = ACTIONS(760), - [aux_sym_use_roaming_token1] = ACTIONS(760), - [aux_sym_user_token1] = ACTIONS(762), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(760), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(760), - [aux_sym_visual_host_key_token1] = ACTIONS(760), - [aux_sym_xauth_location_token1] = ACTIONS(760), + [ts_builtin_sym_end] = ACTIONS(765), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(767), + [anon_sym_DQUOTE] = ACTIONS(769), + [aux_sym_match_token1] = ACTIONS(765), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(765), + [aux_sym_address_family_token1] = ACTIONS(765), + [aux_sym_batch_mode_token1] = ACTIONS(765), + [aux_sym_bind_address_token1] = ACTIONS(765), + [aux_sym_bind_interface_token1] = ACTIONS(765), + [aux_sym_canonical_domains_token1] = ACTIONS(765), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(765), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(765), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(765), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(765), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(765), + [aux_sym_certificate_file_token1] = ACTIONS(765), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(765), + [aux_sym_check_host_ip_token1] = ACTIONS(765), + [aux_sym_ciphers_token1] = ACTIONS(765), + [aux_sym_cipher_token1] = ACTIONS(767), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(765), + [aux_sym_compression_token1] = ACTIONS(765), + [aux_sym_connection_attempts_token1] = ACTIONS(765), + [aux_sym_connect_timeout_token1] = ACTIONS(765), + [aux_sym_control_master_token1] = ACTIONS(765), + [aux_sym_control_path_token1] = ACTIONS(765), + [aux_sym_control_persist_token1] = ACTIONS(765), + [aux_sym_dynamic_forward_token1] = ACTIONS(765), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(765), + [aux_sym_escape_char_token1] = ACTIONS(765), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(765), + [aux_sym_fingerprint_hash_token1] = ACTIONS(765), + [aux_sym_fork_after_authentication_token1] = ACTIONS(765), + [aux_sym_forward_agent_token1] = ACTIONS(765), + [aux_sym_forward_x11_token1] = ACTIONS(767), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(765), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(765), + [aux_sym_gateway_ports_token1] = ACTIONS(765), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(765), + [aux_sym_gssapi_authentication_token1] = ACTIONS(765), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(765), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(765), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(765), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(765), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(765), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(765), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(765), + [aux_sym_hash_known_hosts_token1] = ACTIONS(765), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(765), + [aux_sym_hostbased_authentication_token1] = ACTIONS(765), + [aux_sym_host_key_algorithms_token1] = ACTIONS(765), + [aux_sym_host_key_alias_token1] = ACTIONS(765), + [aux_sym_hostname_token1] = ACTIONS(765), + [aux_sym_identities_only_token1] = ACTIONS(765), + [aux_sym_identity_agent_token1] = ACTIONS(765), + [aux_sym_identity_file_token1] = ACTIONS(765), + [aux_sym_ignore_unknown_token1] = ACTIONS(765), + [aux_sym_include_token1] = ACTIONS(765), + [aux_sym_ip_qos_token1] = ACTIONS(765), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(765), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(765), + [aux_sym_kex_algorithms_token1] = ACTIONS(765), + [aux_sym_known_hosts_command_token1] = ACTIONS(765), + [aux_sym_local_command_token1] = ACTIONS(765), + [aux_sym_local_forward_token1] = ACTIONS(765), + [aux_sym_log_level_token1] = ACTIONS(765), + [aux_sym_log_verbose_token1] = ACTIONS(765), + [aux_sym_macs_token1] = ACTIONS(765), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(765), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(765), + [aux_sym_password_authentication_token1] = ACTIONS(765), + [aux_sym_permit_local_command_token1] = ACTIONS(765), + [aux_sym_permit_remote_open_token1] = ACTIONS(765), + [aux_sym_pkcs11_provider_token1] = ACTIONS(765), + [aux_sym_port_token1] = ACTIONS(765), + [aux_sym_preferred_authentications_token1] = ACTIONS(765), + [aux_sym_protocol_token1] = ACTIONS(765), + [aux_sym_proxy_command_token1] = ACTIONS(765), + [aux_sym_proxy_jump_token1] = ACTIONS(765), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(765), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(765), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(765), + [aux_sym_pubkey_authentication_token1] = ACTIONS(765), + [aux_sym_rekey_limit_token1] = ACTIONS(765), + [aux_sym_remote_command_token1] = ACTIONS(765), + [aux_sym_remote_forward_token1] = ACTIONS(765), + [aux_sym_request_tty_token1] = ACTIONS(765), + [aux_sym_required_rsa_size_token1] = ACTIONS(765), + [aux_sym_revoked_host_keys_token1] = ACTIONS(765), + [aux_sym_security_key_provider_token1] = ACTIONS(765), + [aux_sym_send_env_token1] = ACTIONS(765), + [aux_sym_server_alive_count_max_token1] = ACTIONS(765), + [aux_sym_server_alive_interval_token1] = ACTIONS(765), + [aux_sym_session_type_token1] = ACTIONS(765), + [aux_sym_set_env_token1] = ACTIONS(765), + [aux_sym_stdin_null_token1] = ACTIONS(765), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(765), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(765), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(765), + [aux_sym_syslog_facility_token1] = ACTIONS(765), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(765), + [aux_sym_keep_alive_token1] = ACTIONS(765), + [aux_sym_tunnel_token1] = ACTIONS(767), + [aux_sym_tunnel_device_token1] = ACTIONS(765), + [aux_sym_update_host_keys_token1] = ACTIONS(765), + [aux_sym_use_keychain_token1] = ACTIONS(765), + [aux_sym_use_roaming_token1] = ACTIONS(765), + [aux_sym_user_token1] = ACTIONS(767), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(765), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(765), + [aux_sym_visual_host_key_token1] = ACTIONS(765), + [aux_sym_xauth_location_token1] = ACTIONS(765), }, [39] = { - [ts_builtin_sym_end] = ACTIONS(766), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(768), - [anon_sym_DQUOTE] = ACTIONS(770), - [aux_sym_match_token1] = ACTIONS(766), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(766), - [aux_sym_address_family_token1] = ACTIONS(766), - [aux_sym_batch_mode_token1] = ACTIONS(766), - [aux_sym_bind_address_token1] = ACTIONS(766), - [aux_sym_bind_interface_token1] = ACTIONS(766), - [aux_sym_canonical_domains_token1] = ACTIONS(766), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(766), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(766), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(766), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(766), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(766), - [aux_sym_certificate_file_token1] = ACTIONS(766), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(766), - [aux_sym_check_host_ip_token1] = ACTIONS(766), - [aux_sym_ciphers_token1] = ACTIONS(766), - [aux_sym_cipher_token1] = ACTIONS(768), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(766), - [aux_sym_compression_token1] = ACTIONS(766), - [aux_sym_connection_attempts_token1] = ACTIONS(766), - [aux_sym_connect_timeout_token1] = ACTIONS(766), - [aux_sym_control_master_token1] = ACTIONS(766), - [aux_sym_control_path_token1] = ACTIONS(766), - [aux_sym_control_persist_token1] = ACTIONS(766), - [aux_sym_dynamic_forward_token1] = ACTIONS(766), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(766), - [aux_sym_escape_char_token1] = ACTIONS(766), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(766), - [aux_sym_fingerprint_hash_token1] = ACTIONS(766), - [aux_sym_fork_after_authentication_token1] = ACTIONS(766), - [aux_sym_forward_agent_token1] = ACTIONS(766), - [aux_sym_forward_x11_token1] = ACTIONS(768), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(766), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(766), - [aux_sym_gateway_ports_token1] = ACTIONS(766), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(766), - [aux_sym_gssapi_authentication_token1] = ACTIONS(766), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(766), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(766), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(766), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(766), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(766), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(766), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(766), - [aux_sym_hash_known_hosts_token1] = ACTIONS(766), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(766), - [aux_sym_hostbased_authentication_token1] = ACTIONS(766), - [aux_sym_host_key_algorithms_token1] = ACTIONS(766), - [aux_sym_host_key_alias_token1] = ACTIONS(766), - [aux_sym_hostname_token1] = ACTIONS(766), - [aux_sym_identities_only_token1] = ACTIONS(766), - [aux_sym_identity_agent_token1] = ACTIONS(766), - [aux_sym_identity_file_token1] = ACTIONS(766), - [aux_sym_ignore_unknown_token1] = ACTIONS(766), - [aux_sym_include_token1] = ACTIONS(766), - [aux_sym_ip_qos_token1] = ACTIONS(766), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(766), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(766), - [aux_sym_kex_algorithms_token1] = ACTIONS(766), - [aux_sym_known_hosts_command_token1] = ACTIONS(766), - [aux_sym_local_command_token1] = ACTIONS(766), - [aux_sym_local_forward_token1] = ACTIONS(766), - [aux_sym_log_level_token1] = ACTIONS(766), - [aux_sym_log_verbose_token1] = ACTIONS(766), - [aux_sym_macs_token1] = ACTIONS(766), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(766), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(766), - [aux_sym_password_authentication_token1] = ACTIONS(766), - [aux_sym_permit_local_command_token1] = ACTIONS(766), - [aux_sym_permit_remote_open_token1] = ACTIONS(766), - [aux_sym_pkcs11_provider_token1] = ACTIONS(766), - [aux_sym_port_token1] = ACTIONS(766), - [aux_sym_preferred_authentications_token1] = ACTIONS(766), - [aux_sym_protocol_token1] = ACTIONS(766), - [aux_sym_proxy_command_token1] = ACTIONS(766), - [aux_sym_proxy_jump_token1] = ACTIONS(766), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(766), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(766), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(766), - [aux_sym_pubkey_authentication_token1] = ACTIONS(766), - [aux_sym_rekey_limit_token1] = ACTIONS(766), - [aux_sym_remote_command_token1] = ACTIONS(766), - [aux_sym_remote_forward_token1] = ACTIONS(766), - [aux_sym_request_tty_token1] = ACTIONS(766), - [aux_sym_revoked_host_keys_token1] = ACTIONS(766), - [aux_sym_security_key_provider_token1] = ACTIONS(766), - [aux_sym_send_env_token1] = ACTIONS(766), - [aux_sym_server_alive_count_max_token1] = ACTIONS(766), - [aux_sym_server_alive_interval_token1] = ACTIONS(766), - [aux_sym_session_type_token1] = ACTIONS(766), - [aux_sym_set_env_token1] = ACTIONS(766), - [aux_sym_stdin_null_token1] = ACTIONS(766), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(766), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(766), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(766), - [aux_sym_syslog_facility_token1] = ACTIONS(766), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(766), - [aux_sym_keep_alive_token1] = ACTIONS(766), - [aux_sym_tunnel_token1] = ACTIONS(768), - [aux_sym_tunnel_device_token1] = ACTIONS(766), - [aux_sym_update_host_keys_token1] = ACTIONS(766), - [aux_sym_use_keychain_token1] = ACTIONS(766), - [aux_sym_use_roaming_token1] = ACTIONS(766), - [aux_sym_user_token1] = ACTIONS(768), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(766), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(766), - [aux_sym_visual_host_key_token1] = ACTIONS(766), - [aux_sym_xauth_location_token1] = ACTIONS(766), + [ts_builtin_sym_end] = ACTIONS(771), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(775), + [aux_sym_match_token1] = ACTIONS(771), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(771), + [aux_sym_address_family_token1] = ACTIONS(771), + [aux_sym_batch_mode_token1] = ACTIONS(771), + [aux_sym_bind_address_token1] = ACTIONS(771), + [aux_sym_bind_interface_token1] = ACTIONS(771), + [aux_sym_canonical_domains_token1] = ACTIONS(771), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(771), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(771), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(771), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(771), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(771), + [aux_sym_certificate_file_token1] = ACTIONS(771), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(771), + [aux_sym_check_host_ip_token1] = ACTIONS(771), + [aux_sym_ciphers_token1] = ACTIONS(771), + [aux_sym_cipher_token1] = ACTIONS(773), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(771), + [aux_sym_compression_token1] = ACTIONS(771), + [aux_sym_connection_attempts_token1] = ACTIONS(771), + [aux_sym_connect_timeout_token1] = ACTIONS(771), + [aux_sym_control_master_token1] = ACTIONS(771), + [aux_sym_control_path_token1] = ACTIONS(771), + [aux_sym_control_persist_token1] = ACTIONS(771), + [aux_sym_dynamic_forward_token1] = ACTIONS(771), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(771), + [aux_sym_escape_char_token1] = ACTIONS(771), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(771), + [aux_sym_fingerprint_hash_token1] = ACTIONS(771), + [aux_sym_fork_after_authentication_token1] = ACTIONS(771), + [aux_sym_forward_agent_token1] = ACTIONS(771), + [aux_sym_forward_x11_token1] = ACTIONS(773), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(771), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(771), + [aux_sym_gateway_ports_token1] = ACTIONS(771), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(771), + [aux_sym_gssapi_authentication_token1] = ACTIONS(771), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(771), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(771), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(771), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(771), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(771), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(771), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(771), + [aux_sym_hash_known_hosts_token1] = ACTIONS(771), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(771), + [aux_sym_hostbased_authentication_token1] = ACTIONS(771), + [aux_sym_host_key_algorithms_token1] = ACTIONS(771), + [aux_sym_host_key_alias_token1] = ACTIONS(771), + [aux_sym_hostname_token1] = ACTIONS(771), + [aux_sym_identities_only_token1] = ACTIONS(771), + [aux_sym_identity_agent_token1] = ACTIONS(771), + [aux_sym_identity_file_token1] = ACTIONS(771), + [aux_sym_ignore_unknown_token1] = ACTIONS(771), + [aux_sym_include_token1] = ACTIONS(771), + [aux_sym_ip_qos_token1] = ACTIONS(771), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(771), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(771), + [aux_sym_kex_algorithms_token1] = ACTIONS(771), + [aux_sym_known_hosts_command_token1] = ACTIONS(771), + [aux_sym_local_command_token1] = ACTIONS(771), + [aux_sym_local_forward_token1] = ACTIONS(771), + [aux_sym_log_level_token1] = ACTIONS(771), + [aux_sym_log_verbose_token1] = ACTIONS(771), + [aux_sym_macs_token1] = ACTIONS(771), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(771), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(771), + [aux_sym_password_authentication_token1] = ACTIONS(771), + [aux_sym_permit_local_command_token1] = ACTIONS(771), + [aux_sym_permit_remote_open_token1] = ACTIONS(771), + [aux_sym_pkcs11_provider_token1] = ACTIONS(771), + [aux_sym_port_token1] = ACTIONS(771), + [aux_sym_preferred_authentications_token1] = ACTIONS(771), + [aux_sym_protocol_token1] = ACTIONS(771), + [aux_sym_proxy_command_token1] = ACTIONS(771), + [aux_sym_proxy_jump_token1] = ACTIONS(771), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(771), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(771), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(771), + [aux_sym_pubkey_authentication_token1] = ACTIONS(771), + [aux_sym_rekey_limit_token1] = ACTIONS(771), + [aux_sym_remote_command_token1] = ACTIONS(771), + [aux_sym_remote_forward_token1] = ACTIONS(771), + [aux_sym_request_tty_token1] = ACTIONS(771), + [aux_sym_required_rsa_size_token1] = ACTIONS(771), + [aux_sym_revoked_host_keys_token1] = ACTIONS(771), + [aux_sym_security_key_provider_token1] = ACTIONS(771), + [aux_sym_send_env_token1] = ACTIONS(771), + [aux_sym_server_alive_count_max_token1] = ACTIONS(771), + [aux_sym_server_alive_interval_token1] = ACTIONS(771), + [aux_sym_session_type_token1] = ACTIONS(771), + [aux_sym_set_env_token1] = ACTIONS(771), + [aux_sym_stdin_null_token1] = ACTIONS(771), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(771), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(771), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(771), + [aux_sym_syslog_facility_token1] = ACTIONS(771), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(771), + [aux_sym_keep_alive_token1] = ACTIONS(771), + [aux_sym_tunnel_token1] = ACTIONS(773), + [aux_sym_tunnel_device_token1] = ACTIONS(771), + [aux_sym_update_host_keys_token1] = ACTIONS(771), + [aux_sym_use_keychain_token1] = ACTIONS(771), + [aux_sym_use_roaming_token1] = ACTIONS(771), + [aux_sym_user_token1] = ACTIONS(773), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(771), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(771), + [aux_sym_visual_host_key_token1] = ACTIONS(771), + [aux_sym_xauth_location_token1] = ACTIONS(771), }, [40] = { - [ts_builtin_sym_end] = ACTIONS(772), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(774), - [anon_sym_DQUOTE] = ACTIONS(776), - [aux_sym_match_token1] = ACTIONS(772), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(772), - [aux_sym_address_family_token1] = ACTIONS(772), - [aux_sym_batch_mode_token1] = ACTIONS(772), - [aux_sym_bind_address_token1] = ACTIONS(772), - [aux_sym_bind_interface_token1] = ACTIONS(772), - [aux_sym_canonical_domains_token1] = ACTIONS(772), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(772), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(772), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(772), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(772), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(772), - [aux_sym_certificate_file_token1] = ACTIONS(772), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(772), - [aux_sym_check_host_ip_token1] = ACTIONS(772), - [aux_sym_ciphers_token1] = ACTIONS(772), - [aux_sym_cipher_token1] = ACTIONS(774), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(772), - [aux_sym_compression_token1] = ACTIONS(772), - [aux_sym_connection_attempts_token1] = ACTIONS(772), - [aux_sym_connect_timeout_token1] = ACTIONS(772), - [aux_sym_control_master_token1] = ACTIONS(772), - [aux_sym_control_path_token1] = ACTIONS(772), - [aux_sym_control_persist_token1] = ACTIONS(772), - [aux_sym_dynamic_forward_token1] = ACTIONS(772), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(772), - [aux_sym_escape_char_token1] = ACTIONS(772), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(772), - [aux_sym_fingerprint_hash_token1] = ACTIONS(772), - [aux_sym_fork_after_authentication_token1] = ACTIONS(772), - [aux_sym_forward_agent_token1] = ACTIONS(772), - [aux_sym_forward_x11_token1] = ACTIONS(774), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(772), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(772), - [aux_sym_gateway_ports_token1] = ACTIONS(772), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(772), - [aux_sym_gssapi_authentication_token1] = ACTIONS(772), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(772), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(772), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(772), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(772), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(772), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(772), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(772), - [aux_sym_hash_known_hosts_token1] = ACTIONS(772), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(772), - [aux_sym_hostbased_authentication_token1] = ACTIONS(772), - [aux_sym_host_key_algorithms_token1] = ACTIONS(772), - [aux_sym_host_key_alias_token1] = ACTIONS(772), - [aux_sym_hostname_token1] = ACTIONS(772), - [aux_sym_identities_only_token1] = ACTIONS(772), - [aux_sym_identity_agent_token1] = ACTIONS(772), - [aux_sym_identity_file_token1] = ACTIONS(772), - [aux_sym_ignore_unknown_token1] = ACTIONS(772), - [aux_sym_include_token1] = ACTIONS(772), - [aux_sym_ip_qos_token1] = ACTIONS(772), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(772), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(772), - [aux_sym_kex_algorithms_token1] = ACTIONS(772), - [aux_sym_known_hosts_command_token1] = ACTIONS(772), - [aux_sym_local_command_token1] = ACTIONS(772), - [aux_sym_local_forward_token1] = ACTIONS(772), - [aux_sym_log_level_token1] = ACTIONS(772), - [aux_sym_log_verbose_token1] = ACTIONS(772), - [aux_sym_macs_token1] = ACTIONS(772), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(772), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(772), - [aux_sym_password_authentication_token1] = ACTIONS(772), - [aux_sym_permit_local_command_token1] = ACTIONS(772), - [aux_sym_permit_remote_open_token1] = ACTIONS(772), - [aux_sym_pkcs11_provider_token1] = ACTIONS(772), - [aux_sym_port_token1] = ACTIONS(772), - [aux_sym_preferred_authentications_token1] = ACTIONS(772), - [aux_sym_protocol_token1] = ACTIONS(772), - [aux_sym_proxy_command_token1] = ACTIONS(772), - [aux_sym_proxy_jump_token1] = ACTIONS(772), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(772), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(772), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(772), - [aux_sym_pubkey_authentication_token1] = ACTIONS(772), - [aux_sym_rekey_limit_token1] = ACTIONS(772), - [aux_sym_remote_command_token1] = ACTIONS(772), - [aux_sym_remote_forward_token1] = ACTIONS(772), - [aux_sym_request_tty_token1] = ACTIONS(772), - [aux_sym_revoked_host_keys_token1] = ACTIONS(772), - [aux_sym_security_key_provider_token1] = ACTIONS(772), - [aux_sym_send_env_token1] = ACTIONS(772), - [aux_sym_server_alive_count_max_token1] = ACTIONS(772), - [aux_sym_server_alive_interval_token1] = ACTIONS(772), - [aux_sym_session_type_token1] = ACTIONS(772), - [aux_sym_set_env_token1] = ACTIONS(772), - [aux_sym_stdin_null_token1] = ACTIONS(772), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(772), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(772), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(772), - [aux_sym_syslog_facility_token1] = ACTIONS(772), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(772), - [aux_sym_keep_alive_token1] = ACTIONS(772), - [aux_sym_tunnel_token1] = ACTIONS(774), - [aux_sym_tunnel_device_token1] = ACTIONS(772), - [aux_sym_update_host_keys_token1] = ACTIONS(772), - [aux_sym_use_keychain_token1] = ACTIONS(772), - [aux_sym_use_roaming_token1] = ACTIONS(772), - [aux_sym_user_token1] = ACTIONS(774), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(772), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(772), - [aux_sym_visual_host_key_token1] = ACTIONS(772), - [aux_sym_xauth_location_token1] = ACTIONS(772), + [ts_builtin_sym_end] = ACTIONS(777), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(779), + [anon_sym_DQUOTE] = ACTIONS(781), + [aux_sym_match_token1] = ACTIONS(777), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(777), + [aux_sym_address_family_token1] = ACTIONS(777), + [aux_sym_batch_mode_token1] = ACTIONS(777), + [aux_sym_bind_address_token1] = ACTIONS(777), + [aux_sym_bind_interface_token1] = ACTIONS(777), + [aux_sym_canonical_domains_token1] = ACTIONS(777), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(777), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(777), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(777), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(777), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(777), + [aux_sym_certificate_file_token1] = ACTIONS(777), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(777), + [aux_sym_check_host_ip_token1] = ACTIONS(777), + [aux_sym_ciphers_token1] = ACTIONS(777), + [aux_sym_cipher_token1] = ACTIONS(779), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(777), + [aux_sym_compression_token1] = ACTIONS(777), + [aux_sym_connection_attempts_token1] = ACTIONS(777), + [aux_sym_connect_timeout_token1] = ACTIONS(777), + [aux_sym_control_master_token1] = ACTIONS(777), + [aux_sym_control_path_token1] = ACTIONS(777), + [aux_sym_control_persist_token1] = ACTIONS(777), + [aux_sym_dynamic_forward_token1] = ACTIONS(777), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(777), + [aux_sym_escape_char_token1] = ACTIONS(777), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(777), + [aux_sym_fingerprint_hash_token1] = ACTIONS(777), + [aux_sym_fork_after_authentication_token1] = ACTIONS(777), + [aux_sym_forward_agent_token1] = ACTIONS(777), + [aux_sym_forward_x11_token1] = ACTIONS(779), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(777), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(777), + [aux_sym_gateway_ports_token1] = ACTIONS(777), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(777), + [aux_sym_gssapi_authentication_token1] = ACTIONS(777), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(777), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(777), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(777), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(777), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(777), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(777), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(777), + [aux_sym_hash_known_hosts_token1] = ACTIONS(777), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(777), + [aux_sym_hostbased_authentication_token1] = ACTIONS(777), + [aux_sym_host_key_algorithms_token1] = ACTIONS(777), + [aux_sym_host_key_alias_token1] = ACTIONS(777), + [aux_sym_hostname_token1] = ACTIONS(777), + [aux_sym_identities_only_token1] = ACTIONS(777), + [aux_sym_identity_agent_token1] = ACTIONS(777), + [aux_sym_identity_file_token1] = ACTIONS(777), + [aux_sym_ignore_unknown_token1] = ACTIONS(777), + [aux_sym_include_token1] = ACTIONS(777), + [aux_sym_ip_qos_token1] = ACTIONS(777), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(777), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(777), + [aux_sym_kex_algorithms_token1] = ACTIONS(777), + [aux_sym_known_hosts_command_token1] = ACTIONS(777), + [aux_sym_local_command_token1] = ACTIONS(777), + [aux_sym_local_forward_token1] = ACTIONS(777), + [aux_sym_log_level_token1] = ACTIONS(777), + [aux_sym_log_verbose_token1] = ACTIONS(777), + [aux_sym_macs_token1] = ACTIONS(777), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(777), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(777), + [aux_sym_password_authentication_token1] = ACTIONS(777), + [aux_sym_permit_local_command_token1] = ACTIONS(777), + [aux_sym_permit_remote_open_token1] = ACTIONS(777), + [aux_sym_pkcs11_provider_token1] = ACTIONS(777), + [aux_sym_port_token1] = ACTIONS(777), + [aux_sym_preferred_authentications_token1] = ACTIONS(777), + [aux_sym_protocol_token1] = ACTIONS(777), + [aux_sym_proxy_command_token1] = ACTIONS(777), + [aux_sym_proxy_jump_token1] = ACTIONS(777), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(777), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(777), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(777), + [aux_sym_pubkey_authentication_token1] = ACTIONS(777), + [aux_sym_rekey_limit_token1] = ACTIONS(777), + [aux_sym_remote_command_token1] = ACTIONS(777), + [aux_sym_remote_forward_token1] = ACTIONS(777), + [aux_sym_request_tty_token1] = ACTIONS(777), + [aux_sym_required_rsa_size_token1] = ACTIONS(777), + [aux_sym_revoked_host_keys_token1] = ACTIONS(777), + [aux_sym_security_key_provider_token1] = ACTIONS(777), + [aux_sym_send_env_token1] = ACTIONS(777), + [aux_sym_server_alive_count_max_token1] = ACTIONS(777), + [aux_sym_server_alive_interval_token1] = ACTIONS(777), + [aux_sym_session_type_token1] = ACTIONS(777), + [aux_sym_set_env_token1] = ACTIONS(777), + [aux_sym_stdin_null_token1] = ACTIONS(777), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(777), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(777), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(777), + [aux_sym_syslog_facility_token1] = ACTIONS(777), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(777), + [aux_sym_keep_alive_token1] = ACTIONS(777), + [aux_sym_tunnel_token1] = ACTIONS(779), + [aux_sym_tunnel_device_token1] = ACTIONS(777), + [aux_sym_update_host_keys_token1] = ACTIONS(777), + [aux_sym_use_keychain_token1] = ACTIONS(777), + [aux_sym_use_roaming_token1] = ACTIONS(777), + [aux_sym_user_token1] = ACTIONS(779), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(777), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(777), + [aux_sym_visual_host_key_token1] = ACTIONS(777), + [aux_sym_xauth_location_token1] = ACTIONS(777), }, [41] = { - [ts_builtin_sym_end] = ACTIONS(778), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(780), - [anon_sym_DQUOTE] = ACTIONS(782), - [aux_sym_match_token1] = ACTIONS(778), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(778), - [aux_sym_address_family_token1] = ACTIONS(778), - [aux_sym_batch_mode_token1] = ACTIONS(778), - [aux_sym_bind_address_token1] = ACTIONS(778), - [aux_sym_bind_interface_token1] = ACTIONS(778), - [aux_sym_canonical_domains_token1] = ACTIONS(778), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(778), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(778), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(778), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(778), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(778), - [aux_sym_certificate_file_token1] = ACTIONS(778), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(778), - [aux_sym_check_host_ip_token1] = ACTIONS(778), - [aux_sym_ciphers_token1] = ACTIONS(778), - [aux_sym_cipher_token1] = ACTIONS(780), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(778), - [aux_sym_compression_token1] = ACTIONS(778), - [aux_sym_connection_attempts_token1] = ACTIONS(778), - [aux_sym_connect_timeout_token1] = ACTIONS(778), - [aux_sym_control_master_token1] = ACTIONS(778), - [aux_sym_control_path_token1] = ACTIONS(778), - [aux_sym_control_persist_token1] = ACTIONS(778), - [aux_sym_dynamic_forward_token1] = ACTIONS(778), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(778), - [aux_sym_escape_char_token1] = ACTIONS(778), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(778), - [aux_sym_fingerprint_hash_token1] = ACTIONS(778), - [aux_sym_fork_after_authentication_token1] = ACTIONS(778), - [aux_sym_forward_agent_token1] = ACTIONS(778), - [aux_sym_forward_x11_token1] = ACTIONS(780), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(778), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(778), - [aux_sym_gateway_ports_token1] = ACTIONS(778), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(778), - [aux_sym_gssapi_authentication_token1] = ACTIONS(778), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(778), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(778), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(778), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(778), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(778), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(778), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(778), - [aux_sym_hash_known_hosts_token1] = ACTIONS(778), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(778), - [aux_sym_hostbased_authentication_token1] = ACTIONS(778), - [aux_sym_host_key_algorithms_token1] = ACTIONS(778), - [aux_sym_host_key_alias_token1] = ACTIONS(778), - [aux_sym_hostname_token1] = ACTIONS(778), - [aux_sym_identities_only_token1] = ACTIONS(778), - [aux_sym_identity_agent_token1] = ACTIONS(778), - [aux_sym_identity_file_token1] = ACTIONS(778), - [aux_sym_ignore_unknown_token1] = ACTIONS(778), - [aux_sym_include_token1] = ACTIONS(778), - [aux_sym_ip_qos_token1] = ACTIONS(778), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(778), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(778), - [aux_sym_kex_algorithms_token1] = ACTIONS(778), - [aux_sym_known_hosts_command_token1] = ACTIONS(778), - [aux_sym_local_command_token1] = ACTIONS(778), - [aux_sym_local_forward_token1] = ACTIONS(778), - [aux_sym_log_level_token1] = ACTIONS(778), - [aux_sym_log_verbose_token1] = ACTIONS(778), - [aux_sym_macs_token1] = ACTIONS(778), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(778), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(778), - [aux_sym_password_authentication_token1] = ACTIONS(778), - [aux_sym_permit_local_command_token1] = ACTIONS(778), - [aux_sym_permit_remote_open_token1] = ACTIONS(778), - [aux_sym_pkcs11_provider_token1] = ACTIONS(778), - [aux_sym_port_token1] = ACTIONS(778), - [aux_sym_preferred_authentications_token1] = ACTIONS(778), - [aux_sym_protocol_token1] = ACTIONS(778), - [aux_sym_proxy_command_token1] = ACTIONS(778), - [aux_sym_proxy_jump_token1] = ACTIONS(778), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(778), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(778), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(778), - [aux_sym_pubkey_authentication_token1] = ACTIONS(778), - [aux_sym_rekey_limit_token1] = ACTIONS(778), - [aux_sym_remote_command_token1] = ACTIONS(778), - [aux_sym_remote_forward_token1] = ACTIONS(778), - [aux_sym_request_tty_token1] = ACTIONS(778), - [aux_sym_revoked_host_keys_token1] = ACTIONS(778), - [aux_sym_security_key_provider_token1] = ACTIONS(778), - [aux_sym_send_env_token1] = ACTIONS(778), - [aux_sym_server_alive_count_max_token1] = ACTIONS(778), - [aux_sym_server_alive_interval_token1] = ACTIONS(778), - [aux_sym_session_type_token1] = ACTIONS(778), - [aux_sym_set_env_token1] = ACTIONS(778), - [aux_sym_stdin_null_token1] = ACTIONS(778), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(778), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(778), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(778), - [aux_sym_syslog_facility_token1] = ACTIONS(778), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(778), - [aux_sym_keep_alive_token1] = ACTIONS(778), - [aux_sym_tunnel_token1] = ACTIONS(780), - [aux_sym_tunnel_device_token1] = ACTIONS(778), - [aux_sym_update_host_keys_token1] = ACTIONS(778), - [aux_sym_use_keychain_token1] = ACTIONS(778), - [aux_sym_use_roaming_token1] = ACTIONS(778), - [aux_sym_user_token1] = ACTIONS(780), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(778), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(778), - [aux_sym_visual_host_key_token1] = ACTIONS(778), - [aux_sym_xauth_location_token1] = ACTIONS(778), + [ts_builtin_sym_end] = ACTIONS(783), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(785), + [anon_sym_DQUOTE] = ACTIONS(787), + [aux_sym_match_token1] = ACTIONS(783), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(783), + [aux_sym_address_family_token1] = ACTIONS(783), + [aux_sym_batch_mode_token1] = ACTIONS(783), + [aux_sym_bind_address_token1] = ACTIONS(783), + [aux_sym_bind_interface_token1] = ACTIONS(783), + [aux_sym_canonical_domains_token1] = ACTIONS(783), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(783), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(783), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(783), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(783), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(783), + [aux_sym_certificate_file_token1] = ACTIONS(783), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(783), + [aux_sym_check_host_ip_token1] = ACTIONS(783), + [aux_sym_ciphers_token1] = ACTIONS(783), + [aux_sym_cipher_token1] = ACTIONS(785), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(783), + [aux_sym_compression_token1] = ACTIONS(783), + [aux_sym_connection_attempts_token1] = ACTIONS(783), + [aux_sym_connect_timeout_token1] = ACTIONS(783), + [aux_sym_control_master_token1] = ACTIONS(783), + [aux_sym_control_path_token1] = ACTIONS(783), + [aux_sym_control_persist_token1] = ACTIONS(783), + [aux_sym_dynamic_forward_token1] = ACTIONS(783), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(783), + [aux_sym_escape_char_token1] = ACTIONS(783), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(783), + [aux_sym_fingerprint_hash_token1] = ACTIONS(783), + [aux_sym_fork_after_authentication_token1] = ACTIONS(783), + [aux_sym_forward_agent_token1] = ACTIONS(783), + [aux_sym_forward_x11_token1] = ACTIONS(785), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(783), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(783), + [aux_sym_gateway_ports_token1] = ACTIONS(783), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(783), + [aux_sym_gssapi_authentication_token1] = ACTIONS(783), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(783), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(783), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(783), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(783), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(783), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(783), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(783), + [aux_sym_hash_known_hosts_token1] = ACTIONS(783), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(783), + [aux_sym_hostbased_authentication_token1] = ACTIONS(783), + [aux_sym_host_key_algorithms_token1] = ACTIONS(783), + [aux_sym_host_key_alias_token1] = ACTIONS(783), + [aux_sym_hostname_token1] = ACTIONS(783), + [aux_sym_identities_only_token1] = ACTIONS(783), + [aux_sym_identity_agent_token1] = ACTIONS(783), + [aux_sym_identity_file_token1] = ACTIONS(783), + [aux_sym_ignore_unknown_token1] = ACTIONS(783), + [aux_sym_include_token1] = ACTIONS(783), + [aux_sym_ip_qos_token1] = ACTIONS(783), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(783), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(783), + [aux_sym_kex_algorithms_token1] = ACTIONS(783), + [aux_sym_known_hosts_command_token1] = ACTIONS(783), + [aux_sym_local_command_token1] = ACTIONS(783), + [aux_sym_local_forward_token1] = ACTIONS(783), + [aux_sym_log_level_token1] = ACTIONS(783), + [aux_sym_log_verbose_token1] = ACTIONS(783), + [aux_sym_macs_token1] = ACTIONS(783), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(783), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(783), + [aux_sym_password_authentication_token1] = ACTIONS(783), + [aux_sym_permit_local_command_token1] = ACTIONS(783), + [aux_sym_permit_remote_open_token1] = ACTIONS(783), + [aux_sym_pkcs11_provider_token1] = ACTIONS(783), + [aux_sym_port_token1] = ACTIONS(783), + [aux_sym_preferred_authentications_token1] = ACTIONS(783), + [aux_sym_protocol_token1] = ACTIONS(783), + [aux_sym_proxy_command_token1] = ACTIONS(783), + [aux_sym_proxy_jump_token1] = ACTIONS(783), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(783), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(783), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(783), + [aux_sym_pubkey_authentication_token1] = ACTIONS(783), + [aux_sym_rekey_limit_token1] = ACTIONS(783), + [aux_sym_remote_command_token1] = ACTIONS(783), + [aux_sym_remote_forward_token1] = ACTIONS(783), + [aux_sym_request_tty_token1] = ACTIONS(783), + [aux_sym_required_rsa_size_token1] = ACTIONS(783), + [aux_sym_revoked_host_keys_token1] = ACTIONS(783), + [aux_sym_security_key_provider_token1] = ACTIONS(783), + [aux_sym_send_env_token1] = ACTIONS(783), + [aux_sym_server_alive_count_max_token1] = ACTIONS(783), + [aux_sym_server_alive_interval_token1] = ACTIONS(783), + [aux_sym_session_type_token1] = ACTIONS(783), + [aux_sym_set_env_token1] = ACTIONS(783), + [aux_sym_stdin_null_token1] = ACTIONS(783), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(783), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(783), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(783), + [aux_sym_syslog_facility_token1] = ACTIONS(783), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(783), + [aux_sym_keep_alive_token1] = ACTIONS(783), + [aux_sym_tunnel_token1] = ACTIONS(785), + [aux_sym_tunnel_device_token1] = ACTIONS(783), + [aux_sym_update_host_keys_token1] = ACTIONS(783), + [aux_sym_use_keychain_token1] = ACTIONS(783), + [aux_sym_use_roaming_token1] = ACTIONS(783), + [aux_sym_user_token1] = ACTIONS(785), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(783), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(783), + [aux_sym_visual_host_key_token1] = ACTIONS(783), + [aux_sym_xauth_location_token1] = ACTIONS(783), }, [42] = { - [ts_builtin_sym_end] = ACTIONS(784), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(786), - [anon_sym_DQUOTE] = ACTIONS(788), - [aux_sym_match_token1] = ACTIONS(784), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(784), - [aux_sym_address_family_token1] = ACTIONS(784), - [aux_sym_batch_mode_token1] = ACTIONS(784), - [aux_sym_bind_address_token1] = ACTIONS(784), - [aux_sym_bind_interface_token1] = ACTIONS(784), - [aux_sym_canonical_domains_token1] = ACTIONS(784), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(784), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(784), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(784), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(784), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(784), - [aux_sym_certificate_file_token1] = ACTIONS(784), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(784), - [aux_sym_check_host_ip_token1] = ACTIONS(784), - [aux_sym_ciphers_token1] = ACTIONS(784), - [aux_sym_cipher_token1] = ACTIONS(786), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(784), - [aux_sym_compression_token1] = ACTIONS(784), - [aux_sym_connection_attempts_token1] = ACTIONS(784), - [aux_sym_connect_timeout_token1] = ACTIONS(784), - [aux_sym_control_master_token1] = ACTIONS(784), - [aux_sym_control_path_token1] = ACTIONS(784), - [aux_sym_control_persist_token1] = ACTIONS(784), - [aux_sym_dynamic_forward_token1] = ACTIONS(784), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(784), - [aux_sym_escape_char_token1] = ACTIONS(784), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(784), - [aux_sym_fingerprint_hash_token1] = ACTIONS(784), - [aux_sym_fork_after_authentication_token1] = ACTIONS(784), - [aux_sym_forward_agent_token1] = ACTIONS(784), - [aux_sym_forward_x11_token1] = ACTIONS(786), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(784), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(784), - [aux_sym_gateway_ports_token1] = ACTIONS(784), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(784), - [aux_sym_gssapi_authentication_token1] = ACTIONS(784), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(784), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(784), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(784), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(784), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(784), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(784), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(784), - [aux_sym_hash_known_hosts_token1] = ACTIONS(784), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(784), - [aux_sym_hostbased_authentication_token1] = ACTIONS(784), - [aux_sym_host_key_algorithms_token1] = ACTIONS(784), - [aux_sym_host_key_alias_token1] = ACTIONS(784), - [aux_sym_hostname_token1] = ACTIONS(784), - [aux_sym_identities_only_token1] = ACTIONS(784), - [aux_sym_identity_agent_token1] = ACTIONS(784), - [aux_sym_identity_file_token1] = ACTIONS(784), - [aux_sym_ignore_unknown_token1] = ACTIONS(784), - [aux_sym_include_token1] = ACTIONS(784), - [aux_sym_ip_qos_token1] = ACTIONS(784), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(784), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(784), - [aux_sym_kex_algorithms_token1] = ACTIONS(784), - [aux_sym_known_hosts_command_token1] = ACTIONS(784), - [aux_sym_local_command_token1] = ACTIONS(784), - [aux_sym_local_forward_token1] = ACTIONS(784), - [aux_sym_log_level_token1] = ACTIONS(784), - [aux_sym_log_verbose_token1] = ACTIONS(784), - [aux_sym_macs_token1] = ACTIONS(784), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(784), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(784), - [aux_sym_password_authentication_token1] = ACTIONS(784), - [aux_sym_permit_local_command_token1] = ACTIONS(784), - [aux_sym_permit_remote_open_token1] = ACTIONS(784), - [aux_sym_pkcs11_provider_token1] = ACTIONS(784), - [aux_sym_port_token1] = ACTIONS(784), - [aux_sym_preferred_authentications_token1] = ACTIONS(784), - [aux_sym_protocol_token1] = ACTIONS(784), - [aux_sym_proxy_command_token1] = ACTIONS(784), - [aux_sym_proxy_jump_token1] = ACTIONS(784), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(784), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(784), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(784), - [aux_sym_pubkey_authentication_token1] = ACTIONS(784), - [aux_sym_rekey_limit_token1] = ACTIONS(784), - [aux_sym_remote_command_token1] = ACTIONS(784), - [aux_sym_remote_forward_token1] = ACTIONS(784), - [aux_sym_request_tty_token1] = ACTIONS(784), - [aux_sym_revoked_host_keys_token1] = ACTIONS(784), - [aux_sym_security_key_provider_token1] = ACTIONS(784), - [aux_sym_send_env_token1] = ACTIONS(784), - [aux_sym_server_alive_count_max_token1] = ACTIONS(784), - [aux_sym_server_alive_interval_token1] = ACTIONS(784), - [aux_sym_session_type_token1] = ACTIONS(784), - [aux_sym_set_env_token1] = ACTIONS(784), - [aux_sym_stdin_null_token1] = ACTIONS(784), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(784), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(784), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(784), - [aux_sym_syslog_facility_token1] = ACTIONS(784), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(784), - [aux_sym_keep_alive_token1] = ACTIONS(784), - [aux_sym_tunnel_token1] = ACTIONS(786), - [aux_sym_tunnel_device_token1] = ACTIONS(784), - [aux_sym_update_host_keys_token1] = ACTIONS(784), - [aux_sym_use_keychain_token1] = ACTIONS(784), - [aux_sym_use_roaming_token1] = ACTIONS(784), - [aux_sym_user_token1] = ACTIONS(786), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(784), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(784), - [aux_sym_visual_host_key_token1] = ACTIONS(784), - [aux_sym_xauth_location_token1] = ACTIONS(784), + [ts_builtin_sym_end] = ACTIONS(789), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(791), + [anon_sym_DQUOTE] = ACTIONS(793), + [aux_sym_match_token1] = ACTIONS(789), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(789), + [aux_sym_address_family_token1] = ACTIONS(789), + [aux_sym_batch_mode_token1] = ACTIONS(789), + [aux_sym_bind_address_token1] = ACTIONS(789), + [aux_sym_bind_interface_token1] = ACTIONS(789), + [aux_sym_canonical_domains_token1] = ACTIONS(789), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(789), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(789), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(789), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(789), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(789), + [aux_sym_certificate_file_token1] = ACTIONS(789), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(789), + [aux_sym_check_host_ip_token1] = ACTIONS(789), + [aux_sym_ciphers_token1] = ACTIONS(789), + [aux_sym_cipher_token1] = ACTIONS(791), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(789), + [aux_sym_compression_token1] = ACTIONS(789), + [aux_sym_connection_attempts_token1] = ACTIONS(789), + [aux_sym_connect_timeout_token1] = ACTIONS(789), + [aux_sym_control_master_token1] = ACTIONS(789), + [aux_sym_control_path_token1] = ACTIONS(789), + [aux_sym_control_persist_token1] = ACTIONS(789), + [aux_sym_dynamic_forward_token1] = ACTIONS(789), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(789), + [aux_sym_escape_char_token1] = ACTIONS(789), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(789), + [aux_sym_fingerprint_hash_token1] = ACTIONS(789), + [aux_sym_fork_after_authentication_token1] = ACTIONS(789), + [aux_sym_forward_agent_token1] = ACTIONS(789), + [aux_sym_forward_x11_token1] = ACTIONS(791), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(789), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(789), + [aux_sym_gateway_ports_token1] = ACTIONS(789), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(789), + [aux_sym_gssapi_authentication_token1] = ACTIONS(789), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(789), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(789), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(789), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(789), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(789), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(789), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(789), + [aux_sym_hash_known_hosts_token1] = ACTIONS(789), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(789), + [aux_sym_hostbased_authentication_token1] = ACTIONS(789), + [aux_sym_host_key_algorithms_token1] = ACTIONS(789), + [aux_sym_host_key_alias_token1] = ACTIONS(789), + [aux_sym_hostname_token1] = ACTIONS(789), + [aux_sym_identities_only_token1] = ACTIONS(789), + [aux_sym_identity_agent_token1] = ACTIONS(789), + [aux_sym_identity_file_token1] = ACTIONS(789), + [aux_sym_ignore_unknown_token1] = ACTIONS(789), + [aux_sym_include_token1] = ACTIONS(789), + [aux_sym_ip_qos_token1] = ACTIONS(789), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(789), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(789), + [aux_sym_kex_algorithms_token1] = ACTIONS(789), + [aux_sym_known_hosts_command_token1] = ACTIONS(789), + [aux_sym_local_command_token1] = ACTIONS(789), + [aux_sym_local_forward_token1] = ACTIONS(789), + [aux_sym_log_level_token1] = ACTIONS(789), + [aux_sym_log_verbose_token1] = ACTIONS(789), + [aux_sym_macs_token1] = ACTIONS(789), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(789), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(789), + [aux_sym_password_authentication_token1] = ACTIONS(789), + [aux_sym_permit_local_command_token1] = ACTIONS(789), + [aux_sym_permit_remote_open_token1] = ACTIONS(789), + [aux_sym_pkcs11_provider_token1] = ACTIONS(789), + [aux_sym_port_token1] = ACTIONS(789), + [aux_sym_preferred_authentications_token1] = ACTIONS(789), + [aux_sym_protocol_token1] = ACTIONS(789), + [aux_sym_proxy_command_token1] = ACTIONS(789), + [aux_sym_proxy_jump_token1] = ACTIONS(789), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(789), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(789), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(789), + [aux_sym_pubkey_authentication_token1] = ACTIONS(789), + [aux_sym_rekey_limit_token1] = ACTIONS(789), + [aux_sym_remote_command_token1] = ACTIONS(789), + [aux_sym_remote_forward_token1] = ACTIONS(789), + [aux_sym_request_tty_token1] = ACTIONS(789), + [aux_sym_required_rsa_size_token1] = ACTIONS(789), + [aux_sym_revoked_host_keys_token1] = ACTIONS(789), + [aux_sym_security_key_provider_token1] = ACTIONS(789), + [aux_sym_send_env_token1] = ACTIONS(789), + [aux_sym_server_alive_count_max_token1] = ACTIONS(789), + [aux_sym_server_alive_interval_token1] = ACTIONS(789), + [aux_sym_session_type_token1] = ACTIONS(789), + [aux_sym_set_env_token1] = ACTIONS(789), + [aux_sym_stdin_null_token1] = ACTIONS(789), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(789), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(789), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(789), + [aux_sym_syslog_facility_token1] = ACTIONS(789), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(789), + [aux_sym_keep_alive_token1] = ACTIONS(789), + [aux_sym_tunnel_token1] = ACTIONS(791), + [aux_sym_tunnel_device_token1] = ACTIONS(789), + [aux_sym_update_host_keys_token1] = ACTIONS(789), + [aux_sym_use_keychain_token1] = ACTIONS(789), + [aux_sym_use_roaming_token1] = ACTIONS(789), + [aux_sym_user_token1] = ACTIONS(791), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(789), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(789), + [aux_sym_visual_host_key_token1] = ACTIONS(789), + [aux_sym_xauth_location_token1] = ACTIONS(789), }, [43] = { - [ts_builtin_sym_end] = ACTIONS(790), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(792), - [anon_sym_DQUOTE] = ACTIONS(794), - [aux_sym_match_token1] = ACTIONS(790), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(790), - [aux_sym_address_family_token1] = ACTIONS(790), - [aux_sym_batch_mode_token1] = ACTIONS(790), - [aux_sym_bind_address_token1] = ACTIONS(790), - [aux_sym_bind_interface_token1] = ACTIONS(790), - [aux_sym_canonical_domains_token1] = ACTIONS(790), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(790), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(790), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(790), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(790), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(790), - [aux_sym_certificate_file_token1] = ACTIONS(790), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(790), - [aux_sym_check_host_ip_token1] = ACTIONS(790), - [aux_sym_ciphers_token1] = ACTIONS(790), - [aux_sym_cipher_token1] = ACTIONS(792), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(790), - [aux_sym_compression_token1] = ACTIONS(790), - [aux_sym_connection_attempts_token1] = ACTIONS(790), - [aux_sym_connect_timeout_token1] = ACTIONS(790), - [aux_sym_control_master_token1] = ACTIONS(790), - [aux_sym_control_path_token1] = ACTIONS(790), - [aux_sym_control_persist_token1] = ACTIONS(790), - [aux_sym_dynamic_forward_token1] = ACTIONS(790), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(790), - [aux_sym_escape_char_token1] = ACTIONS(790), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(790), - [aux_sym_fingerprint_hash_token1] = ACTIONS(790), - [aux_sym_fork_after_authentication_token1] = ACTIONS(790), - [aux_sym_forward_agent_token1] = ACTIONS(790), - [aux_sym_forward_x11_token1] = ACTIONS(792), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(790), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(790), - [aux_sym_gateway_ports_token1] = ACTIONS(790), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(790), - [aux_sym_gssapi_authentication_token1] = ACTIONS(790), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(790), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(790), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(790), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(790), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(790), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(790), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(790), - [aux_sym_hash_known_hosts_token1] = ACTIONS(790), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(790), - [aux_sym_hostbased_authentication_token1] = ACTIONS(790), - [aux_sym_host_key_algorithms_token1] = ACTIONS(790), - [aux_sym_host_key_alias_token1] = ACTIONS(790), - [aux_sym_hostname_token1] = ACTIONS(790), - [aux_sym_identities_only_token1] = ACTIONS(790), - [aux_sym_identity_agent_token1] = ACTIONS(790), - [aux_sym_identity_file_token1] = ACTIONS(790), - [aux_sym_ignore_unknown_token1] = ACTIONS(790), - [aux_sym_include_token1] = ACTIONS(790), - [aux_sym_ip_qos_token1] = ACTIONS(790), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(790), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(790), - [aux_sym_kex_algorithms_token1] = ACTIONS(790), - [aux_sym_known_hosts_command_token1] = ACTIONS(790), - [aux_sym_local_command_token1] = ACTIONS(790), - [aux_sym_local_forward_token1] = ACTIONS(790), - [aux_sym_log_level_token1] = ACTIONS(790), - [aux_sym_log_verbose_token1] = ACTIONS(790), - [aux_sym_macs_token1] = ACTIONS(790), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(790), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(790), - [aux_sym_password_authentication_token1] = ACTIONS(790), - [aux_sym_permit_local_command_token1] = ACTIONS(790), - [aux_sym_permit_remote_open_token1] = ACTIONS(790), - [aux_sym_pkcs11_provider_token1] = ACTIONS(790), - [aux_sym_port_token1] = ACTIONS(790), - [aux_sym_preferred_authentications_token1] = ACTIONS(790), - [aux_sym_protocol_token1] = ACTIONS(790), - [aux_sym_proxy_command_token1] = ACTIONS(790), - [aux_sym_proxy_jump_token1] = ACTIONS(790), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(790), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(790), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(790), - [aux_sym_pubkey_authentication_token1] = ACTIONS(790), - [aux_sym_rekey_limit_token1] = ACTIONS(790), - [aux_sym_remote_command_token1] = ACTIONS(790), - [aux_sym_remote_forward_token1] = ACTIONS(790), - [aux_sym_request_tty_token1] = ACTIONS(790), - [aux_sym_revoked_host_keys_token1] = ACTIONS(790), - [aux_sym_security_key_provider_token1] = ACTIONS(790), - [aux_sym_send_env_token1] = ACTIONS(790), - [aux_sym_server_alive_count_max_token1] = ACTIONS(790), - [aux_sym_server_alive_interval_token1] = ACTIONS(790), - [aux_sym_session_type_token1] = ACTIONS(790), - [aux_sym_set_env_token1] = ACTIONS(790), - [aux_sym_stdin_null_token1] = ACTIONS(790), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(790), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(790), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(790), - [aux_sym_syslog_facility_token1] = ACTIONS(790), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(790), - [aux_sym_keep_alive_token1] = ACTIONS(790), - [aux_sym_tunnel_token1] = ACTIONS(792), - [aux_sym_tunnel_device_token1] = ACTIONS(790), - [aux_sym_update_host_keys_token1] = ACTIONS(790), - [aux_sym_use_keychain_token1] = ACTIONS(790), - [aux_sym_use_roaming_token1] = ACTIONS(790), - [aux_sym_user_token1] = ACTIONS(792), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(790), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(790), - [aux_sym_visual_host_key_token1] = ACTIONS(790), - [aux_sym_xauth_location_token1] = ACTIONS(790), + [ts_builtin_sym_end] = ACTIONS(795), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(799), + [aux_sym_match_token1] = ACTIONS(795), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(795), + [aux_sym_address_family_token1] = ACTIONS(795), + [aux_sym_batch_mode_token1] = ACTIONS(795), + [aux_sym_bind_address_token1] = ACTIONS(795), + [aux_sym_bind_interface_token1] = ACTIONS(795), + [aux_sym_canonical_domains_token1] = ACTIONS(795), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(795), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(795), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(795), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(795), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(795), + [aux_sym_certificate_file_token1] = ACTIONS(795), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(795), + [aux_sym_check_host_ip_token1] = ACTIONS(795), + [aux_sym_ciphers_token1] = ACTIONS(795), + [aux_sym_cipher_token1] = ACTIONS(797), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(795), + [aux_sym_compression_token1] = ACTIONS(795), + [aux_sym_connection_attempts_token1] = ACTIONS(795), + [aux_sym_connect_timeout_token1] = ACTIONS(795), + [aux_sym_control_master_token1] = ACTIONS(795), + [aux_sym_control_path_token1] = ACTIONS(795), + [aux_sym_control_persist_token1] = ACTIONS(795), + [aux_sym_dynamic_forward_token1] = ACTIONS(795), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(795), + [aux_sym_escape_char_token1] = ACTIONS(795), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(795), + [aux_sym_fingerprint_hash_token1] = ACTIONS(795), + [aux_sym_fork_after_authentication_token1] = ACTIONS(795), + [aux_sym_forward_agent_token1] = ACTIONS(795), + [aux_sym_forward_x11_token1] = ACTIONS(797), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(795), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(795), + [aux_sym_gateway_ports_token1] = ACTIONS(795), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(795), + [aux_sym_gssapi_authentication_token1] = ACTIONS(795), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(795), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(795), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(795), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(795), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(795), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(795), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(795), + [aux_sym_hash_known_hosts_token1] = ACTIONS(795), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(795), + [aux_sym_hostbased_authentication_token1] = ACTIONS(795), + [aux_sym_host_key_algorithms_token1] = ACTIONS(795), + [aux_sym_host_key_alias_token1] = ACTIONS(795), + [aux_sym_hostname_token1] = ACTIONS(795), + [aux_sym_identities_only_token1] = ACTIONS(795), + [aux_sym_identity_agent_token1] = ACTIONS(795), + [aux_sym_identity_file_token1] = ACTIONS(795), + [aux_sym_ignore_unknown_token1] = ACTIONS(795), + [aux_sym_include_token1] = ACTIONS(795), + [aux_sym_ip_qos_token1] = ACTIONS(795), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(795), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(795), + [aux_sym_kex_algorithms_token1] = ACTIONS(795), + [aux_sym_known_hosts_command_token1] = ACTIONS(795), + [aux_sym_local_command_token1] = ACTIONS(795), + [aux_sym_local_forward_token1] = ACTIONS(795), + [aux_sym_log_level_token1] = ACTIONS(795), + [aux_sym_log_verbose_token1] = ACTIONS(795), + [aux_sym_macs_token1] = ACTIONS(795), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(795), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(795), + [aux_sym_password_authentication_token1] = ACTIONS(795), + [aux_sym_permit_local_command_token1] = ACTIONS(795), + [aux_sym_permit_remote_open_token1] = ACTIONS(795), + [aux_sym_pkcs11_provider_token1] = ACTIONS(795), + [aux_sym_port_token1] = ACTIONS(795), + [aux_sym_preferred_authentications_token1] = ACTIONS(795), + [aux_sym_protocol_token1] = ACTIONS(795), + [aux_sym_proxy_command_token1] = ACTIONS(795), + [aux_sym_proxy_jump_token1] = ACTIONS(795), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(795), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(795), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(795), + [aux_sym_pubkey_authentication_token1] = ACTIONS(795), + [aux_sym_rekey_limit_token1] = ACTIONS(795), + [aux_sym_remote_command_token1] = ACTIONS(795), + [aux_sym_remote_forward_token1] = ACTIONS(795), + [aux_sym_request_tty_token1] = ACTIONS(795), + [aux_sym_required_rsa_size_token1] = ACTIONS(795), + [aux_sym_revoked_host_keys_token1] = ACTIONS(795), + [aux_sym_security_key_provider_token1] = ACTIONS(795), + [aux_sym_send_env_token1] = ACTIONS(795), + [aux_sym_server_alive_count_max_token1] = ACTIONS(795), + [aux_sym_server_alive_interval_token1] = ACTIONS(795), + [aux_sym_session_type_token1] = ACTIONS(795), + [aux_sym_set_env_token1] = ACTIONS(795), + [aux_sym_stdin_null_token1] = ACTIONS(795), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(795), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(795), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(795), + [aux_sym_syslog_facility_token1] = ACTIONS(795), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(795), + [aux_sym_keep_alive_token1] = ACTIONS(795), + [aux_sym_tunnel_token1] = ACTIONS(797), + [aux_sym_tunnel_device_token1] = ACTIONS(795), + [aux_sym_update_host_keys_token1] = ACTIONS(795), + [aux_sym_use_keychain_token1] = ACTIONS(795), + [aux_sym_use_roaming_token1] = ACTIONS(795), + [aux_sym_user_token1] = ACTIONS(797), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(795), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(795), + [aux_sym_visual_host_key_token1] = ACTIONS(795), + [aux_sym_xauth_location_token1] = ACTIONS(795), }, [44] = { - [ts_builtin_sym_end] = ACTIONS(796), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(798), - [anon_sym_DQUOTE] = ACTIONS(800), - [aux_sym_match_token1] = ACTIONS(796), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(796), - [aux_sym_address_family_token1] = ACTIONS(796), - [aux_sym_batch_mode_token1] = ACTIONS(796), - [aux_sym_bind_address_token1] = ACTIONS(796), - [aux_sym_bind_interface_token1] = ACTIONS(796), - [aux_sym_canonical_domains_token1] = ACTIONS(796), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(796), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(796), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(796), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(796), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(796), - [aux_sym_certificate_file_token1] = ACTIONS(796), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(796), - [aux_sym_check_host_ip_token1] = ACTIONS(796), - [aux_sym_ciphers_token1] = ACTIONS(796), - [aux_sym_cipher_token1] = ACTIONS(798), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(796), - [aux_sym_compression_token1] = ACTIONS(796), - [aux_sym_connection_attempts_token1] = ACTIONS(796), - [aux_sym_connect_timeout_token1] = ACTIONS(796), - [aux_sym_control_master_token1] = ACTIONS(796), - [aux_sym_control_path_token1] = ACTIONS(796), - [aux_sym_control_persist_token1] = ACTIONS(796), - [aux_sym_dynamic_forward_token1] = ACTIONS(796), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(796), - [aux_sym_escape_char_token1] = ACTIONS(796), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(796), - [aux_sym_fingerprint_hash_token1] = ACTIONS(796), - [aux_sym_fork_after_authentication_token1] = ACTIONS(796), - [aux_sym_forward_agent_token1] = ACTIONS(796), - [aux_sym_forward_x11_token1] = ACTIONS(798), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(796), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(796), - [aux_sym_gateway_ports_token1] = ACTIONS(796), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(796), - [aux_sym_gssapi_authentication_token1] = ACTIONS(796), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(796), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(796), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(796), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(796), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(796), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(796), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(796), - [aux_sym_hash_known_hosts_token1] = ACTIONS(796), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(796), - [aux_sym_hostbased_authentication_token1] = ACTIONS(796), - [aux_sym_host_key_algorithms_token1] = ACTIONS(796), - [aux_sym_host_key_alias_token1] = ACTIONS(796), - [aux_sym_hostname_token1] = ACTIONS(796), - [aux_sym_identities_only_token1] = ACTIONS(796), - [aux_sym_identity_agent_token1] = ACTIONS(796), - [aux_sym_identity_file_token1] = ACTIONS(796), - [aux_sym_ignore_unknown_token1] = ACTIONS(796), - [aux_sym_include_token1] = ACTIONS(796), - [aux_sym_ip_qos_token1] = ACTIONS(796), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(796), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(796), - [aux_sym_kex_algorithms_token1] = ACTIONS(796), - [aux_sym_known_hosts_command_token1] = ACTIONS(796), - [aux_sym_local_command_token1] = ACTIONS(796), - [aux_sym_local_forward_token1] = ACTIONS(796), - [aux_sym_log_level_token1] = ACTIONS(796), - [aux_sym_log_verbose_token1] = ACTIONS(796), - [aux_sym_macs_token1] = ACTIONS(796), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(796), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(796), - [aux_sym_password_authentication_token1] = ACTIONS(796), - [aux_sym_permit_local_command_token1] = ACTIONS(796), - [aux_sym_permit_remote_open_token1] = ACTIONS(796), - [aux_sym_pkcs11_provider_token1] = ACTIONS(796), - [aux_sym_port_token1] = ACTIONS(796), - [aux_sym_preferred_authentications_token1] = ACTIONS(796), - [aux_sym_protocol_token1] = ACTIONS(796), - [aux_sym_proxy_command_token1] = ACTIONS(796), - [aux_sym_proxy_jump_token1] = ACTIONS(796), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(796), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(796), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(796), - [aux_sym_pubkey_authentication_token1] = ACTIONS(796), - [aux_sym_rekey_limit_token1] = ACTIONS(796), - [aux_sym_remote_command_token1] = ACTIONS(796), - [aux_sym_remote_forward_token1] = ACTIONS(796), - [aux_sym_request_tty_token1] = ACTIONS(796), - [aux_sym_revoked_host_keys_token1] = ACTIONS(796), - [aux_sym_security_key_provider_token1] = ACTIONS(796), - [aux_sym_send_env_token1] = ACTIONS(796), - [aux_sym_server_alive_count_max_token1] = ACTIONS(796), - [aux_sym_server_alive_interval_token1] = ACTIONS(796), - [aux_sym_session_type_token1] = ACTIONS(796), - [aux_sym_set_env_token1] = ACTIONS(796), - [aux_sym_stdin_null_token1] = ACTIONS(796), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(796), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(796), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(796), - [aux_sym_syslog_facility_token1] = ACTIONS(796), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(796), - [aux_sym_keep_alive_token1] = ACTIONS(796), - [aux_sym_tunnel_token1] = ACTIONS(798), - [aux_sym_tunnel_device_token1] = ACTIONS(796), - [aux_sym_update_host_keys_token1] = ACTIONS(796), - [aux_sym_use_keychain_token1] = ACTIONS(796), - [aux_sym_use_roaming_token1] = ACTIONS(796), - [aux_sym_user_token1] = ACTIONS(798), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(796), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(796), - [aux_sym_visual_host_key_token1] = ACTIONS(796), - [aux_sym_xauth_location_token1] = ACTIONS(796), + [ts_builtin_sym_end] = ACTIONS(801), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(803), + [anon_sym_DQUOTE] = ACTIONS(805), + [aux_sym_match_token1] = ACTIONS(801), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(801), + [aux_sym_address_family_token1] = ACTIONS(801), + [aux_sym_batch_mode_token1] = ACTIONS(801), + [aux_sym_bind_address_token1] = ACTIONS(801), + [aux_sym_bind_interface_token1] = ACTIONS(801), + [aux_sym_canonical_domains_token1] = ACTIONS(801), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(801), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(801), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(801), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(801), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(801), + [aux_sym_certificate_file_token1] = ACTIONS(801), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(801), + [aux_sym_check_host_ip_token1] = ACTIONS(801), + [aux_sym_ciphers_token1] = ACTIONS(801), + [aux_sym_cipher_token1] = ACTIONS(803), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(801), + [aux_sym_compression_token1] = ACTIONS(801), + [aux_sym_connection_attempts_token1] = ACTIONS(801), + [aux_sym_connect_timeout_token1] = ACTIONS(801), + [aux_sym_control_master_token1] = ACTIONS(801), + [aux_sym_control_path_token1] = ACTIONS(801), + [aux_sym_control_persist_token1] = ACTIONS(801), + [aux_sym_dynamic_forward_token1] = ACTIONS(801), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(801), + [aux_sym_escape_char_token1] = ACTIONS(801), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(801), + [aux_sym_fingerprint_hash_token1] = ACTIONS(801), + [aux_sym_fork_after_authentication_token1] = ACTIONS(801), + [aux_sym_forward_agent_token1] = ACTIONS(801), + [aux_sym_forward_x11_token1] = ACTIONS(803), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(801), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(801), + [aux_sym_gateway_ports_token1] = ACTIONS(801), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(801), + [aux_sym_gssapi_authentication_token1] = ACTIONS(801), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(801), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(801), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(801), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(801), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(801), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(801), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(801), + [aux_sym_hash_known_hosts_token1] = ACTIONS(801), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(801), + [aux_sym_hostbased_authentication_token1] = ACTIONS(801), + [aux_sym_host_key_algorithms_token1] = ACTIONS(801), + [aux_sym_host_key_alias_token1] = ACTIONS(801), + [aux_sym_hostname_token1] = ACTIONS(801), + [aux_sym_identities_only_token1] = ACTIONS(801), + [aux_sym_identity_agent_token1] = ACTIONS(801), + [aux_sym_identity_file_token1] = ACTIONS(801), + [aux_sym_ignore_unknown_token1] = ACTIONS(801), + [aux_sym_include_token1] = ACTIONS(801), + [aux_sym_ip_qos_token1] = ACTIONS(801), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(801), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(801), + [aux_sym_kex_algorithms_token1] = ACTIONS(801), + [aux_sym_known_hosts_command_token1] = ACTIONS(801), + [aux_sym_local_command_token1] = ACTIONS(801), + [aux_sym_local_forward_token1] = ACTIONS(801), + [aux_sym_log_level_token1] = ACTIONS(801), + [aux_sym_log_verbose_token1] = ACTIONS(801), + [aux_sym_macs_token1] = ACTIONS(801), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(801), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(801), + [aux_sym_password_authentication_token1] = ACTIONS(801), + [aux_sym_permit_local_command_token1] = ACTIONS(801), + [aux_sym_permit_remote_open_token1] = ACTIONS(801), + [aux_sym_pkcs11_provider_token1] = ACTIONS(801), + [aux_sym_port_token1] = ACTIONS(801), + [aux_sym_preferred_authentications_token1] = ACTIONS(801), + [aux_sym_protocol_token1] = ACTIONS(801), + [aux_sym_proxy_command_token1] = ACTIONS(801), + [aux_sym_proxy_jump_token1] = ACTIONS(801), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(801), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(801), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(801), + [aux_sym_pubkey_authentication_token1] = ACTIONS(801), + [aux_sym_rekey_limit_token1] = ACTIONS(801), + [aux_sym_remote_command_token1] = ACTIONS(801), + [aux_sym_remote_forward_token1] = ACTIONS(801), + [aux_sym_request_tty_token1] = ACTIONS(801), + [aux_sym_required_rsa_size_token1] = ACTIONS(801), + [aux_sym_revoked_host_keys_token1] = ACTIONS(801), + [aux_sym_security_key_provider_token1] = ACTIONS(801), + [aux_sym_send_env_token1] = ACTIONS(801), + [aux_sym_server_alive_count_max_token1] = ACTIONS(801), + [aux_sym_server_alive_interval_token1] = ACTIONS(801), + [aux_sym_session_type_token1] = ACTIONS(801), + [aux_sym_set_env_token1] = ACTIONS(801), + [aux_sym_stdin_null_token1] = ACTIONS(801), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(801), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(801), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(801), + [aux_sym_syslog_facility_token1] = ACTIONS(801), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(801), + [aux_sym_keep_alive_token1] = ACTIONS(801), + [aux_sym_tunnel_token1] = ACTIONS(803), + [aux_sym_tunnel_device_token1] = ACTIONS(801), + [aux_sym_update_host_keys_token1] = ACTIONS(801), + [aux_sym_use_keychain_token1] = ACTIONS(801), + [aux_sym_use_roaming_token1] = ACTIONS(801), + [aux_sym_user_token1] = ACTIONS(803), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(801), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(801), + [aux_sym_visual_host_key_token1] = ACTIONS(801), + [aux_sym_xauth_location_token1] = ACTIONS(801), }, [45] = { - [ts_builtin_sym_end] = ACTIONS(802), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(804), - [anon_sym_DQUOTE] = ACTIONS(806), - [aux_sym_match_token1] = ACTIONS(802), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(802), - [aux_sym_address_family_token1] = ACTIONS(802), - [aux_sym_batch_mode_token1] = ACTIONS(802), - [aux_sym_bind_address_token1] = ACTIONS(802), - [aux_sym_bind_interface_token1] = ACTIONS(802), - [aux_sym_canonical_domains_token1] = ACTIONS(802), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(802), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(802), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(802), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(802), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(802), - [aux_sym_certificate_file_token1] = ACTIONS(802), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(802), - [aux_sym_check_host_ip_token1] = ACTIONS(802), - [aux_sym_ciphers_token1] = ACTIONS(802), - [aux_sym_cipher_token1] = ACTIONS(804), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(802), - [aux_sym_compression_token1] = ACTIONS(802), - [aux_sym_connection_attempts_token1] = ACTIONS(802), - [aux_sym_connect_timeout_token1] = ACTIONS(802), - [aux_sym_control_master_token1] = ACTIONS(802), - [aux_sym_control_path_token1] = ACTIONS(802), - [aux_sym_control_persist_token1] = ACTIONS(802), - [aux_sym_dynamic_forward_token1] = ACTIONS(802), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(802), - [aux_sym_escape_char_token1] = ACTIONS(802), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(802), - [aux_sym_fingerprint_hash_token1] = ACTIONS(802), - [aux_sym_fork_after_authentication_token1] = ACTIONS(802), - [aux_sym_forward_agent_token1] = ACTIONS(802), - [aux_sym_forward_x11_token1] = ACTIONS(804), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(802), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(802), - [aux_sym_gateway_ports_token1] = ACTIONS(802), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(802), - [aux_sym_gssapi_authentication_token1] = ACTIONS(802), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(802), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(802), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(802), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(802), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(802), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(802), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(802), - [aux_sym_hash_known_hosts_token1] = ACTIONS(802), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(802), - [aux_sym_hostbased_authentication_token1] = ACTIONS(802), - [aux_sym_host_key_algorithms_token1] = ACTIONS(802), - [aux_sym_host_key_alias_token1] = ACTIONS(802), - [aux_sym_hostname_token1] = ACTIONS(802), - [aux_sym_identities_only_token1] = ACTIONS(802), - [aux_sym_identity_agent_token1] = ACTIONS(802), - [aux_sym_identity_file_token1] = ACTIONS(802), - [aux_sym_ignore_unknown_token1] = ACTIONS(802), - [aux_sym_include_token1] = ACTIONS(802), - [aux_sym_ip_qos_token1] = ACTIONS(802), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(802), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(802), - [aux_sym_kex_algorithms_token1] = ACTIONS(802), - [aux_sym_known_hosts_command_token1] = ACTIONS(802), - [aux_sym_local_command_token1] = ACTIONS(802), - [aux_sym_local_forward_token1] = ACTIONS(802), - [aux_sym_log_level_token1] = ACTIONS(802), - [aux_sym_log_verbose_token1] = ACTIONS(802), - [aux_sym_macs_token1] = ACTIONS(802), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(802), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(802), - [aux_sym_password_authentication_token1] = ACTIONS(802), - [aux_sym_permit_local_command_token1] = ACTIONS(802), - [aux_sym_permit_remote_open_token1] = ACTIONS(802), - [aux_sym_pkcs11_provider_token1] = ACTIONS(802), - [aux_sym_port_token1] = ACTIONS(802), - [aux_sym_preferred_authentications_token1] = ACTIONS(802), - [aux_sym_protocol_token1] = ACTIONS(802), - [aux_sym_proxy_command_token1] = ACTIONS(802), - [aux_sym_proxy_jump_token1] = ACTIONS(802), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(802), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(802), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(802), - [aux_sym_pubkey_authentication_token1] = ACTIONS(802), - [aux_sym_rekey_limit_token1] = ACTIONS(802), - [aux_sym_remote_command_token1] = ACTIONS(802), - [aux_sym_remote_forward_token1] = ACTIONS(802), - [aux_sym_request_tty_token1] = ACTIONS(802), - [aux_sym_revoked_host_keys_token1] = ACTIONS(802), - [aux_sym_security_key_provider_token1] = ACTIONS(802), - [aux_sym_send_env_token1] = ACTIONS(802), - [aux_sym_server_alive_count_max_token1] = ACTIONS(802), - [aux_sym_server_alive_interval_token1] = ACTIONS(802), - [aux_sym_session_type_token1] = ACTIONS(802), - [aux_sym_set_env_token1] = ACTIONS(802), - [aux_sym_stdin_null_token1] = ACTIONS(802), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(802), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(802), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(802), - [aux_sym_syslog_facility_token1] = ACTIONS(802), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(802), - [aux_sym_keep_alive_token1] = ACTIONS(802), - [aux_sym_tunnel_token1] = ACTIONS(804), - [aux_sym_tunnel_device_token1] = ACTIONS(802), - [aux_sym_update_host_keys_token1] = ACTIONS(802), - [aux_sym_use_keychain_token1] = ACTIONS(802), - [aux_sym_use_roaming_token1] = ACTIONS(802), - [aux_sym_user_token1] = ACTIONS(804), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(802), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(802), - [aux_sym_visual_host_key_token1] = ACTIONS(802), - [aux_sym_xauth_location_token1] = ACTIONS(802), + [ts_builtin_sym_end] = ACTIONS(807), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(809), + [anon_sym_DQUOTE] = ACTIONS(811), + [aux_sym_match_token1] = ACTIONS(807), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(807), + [aux_sym_address_family_token1] = ACTIONS(807), + [aux_sym_batch_mode_token1] = ACTIONS(807), + [aux_sym_bind_address_token1] = ACTIONS(807), + [aux_sym_bind_interface_token1] = ACTIONS(807), + [aux_sym_canonical_domains_token1] = ACTIONS(807), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(807), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(807), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(807), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(807), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(807), + [aux_sym_certificate_file_token1] = ACTIONS(807), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(807), + [aux_sym_check_host_ip_token1] = ACTIONS(807), + [aux_sym_ciphers_token1] = ACTIONS(807), + [aux_sym_cipher_token1] = ACTIONS(809), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(807), + [aux_sym_compression_token1] = ACTIONS(807), + [aux_sym_connection_attempts_token1] = ACTIONS(807), + [aux_sym_connect_timeout_token1] = ACTIONS(807), + [aux_sym_control_master_token1] = ACTIONS(807), + [aux_sym_control_path_token1] = ACTIONS(807), + [aux_sym_control_persist_token1] = ACTIONS(807), + [aux_sym_dynamic_forward_token1] = ACTIONS(807), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(807), + [aux_sym_escape_char_token1] = ACTIONS(807), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(807), + [aux_sym_fingerprint_hash_token1] = ACTIONS(807), + [aux_sym_fork_after_authentication_token1] = ACTIONS(807), + [aux_sym_forward_agent_token1] = ACTIONS(807), + [aux_sym_forward_x11_token1] = ACTIONS(809), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(807), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(807), + [aux_sym_gateway_ports_token1] = ACTIONS(807), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(807), + [aux_sym_gssapi_authentication_token1] = ACTIONS(807), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(807), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(807), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(807), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(807), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(807), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(807), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(807), + [aux_sym_hash_known_hosts_token1] = ACTIONS(807), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(807), + [aux_sym_hostbased_authentication_token1] = ACTIONS(807), + [aux_sym_host_key_algorithms_token1] = ACTIONS(807), + [aux_sym_host_key_alias_token1] = ACTIONS(807), + [aux_sym_hostname_token1] = ACTIONS(807), + [aux_sym_identities_only_token1] = ACTIONS(807), + [aux_sym_identity_agent_token1] = ACTIONS(807), + [aux_sym_identity_file_token1] = ACTIONS(807), + [aux_sym_ignore_unknown_token1] = ACTIONS(807), + [aux_sym_include_token1] = ACTIONS(807), + [aux_sym_ip_qos_token1] = ACTIONS(807), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(807), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(807), + [aux_sym_kex_algorithms_token1] = ACTIONS(807), + [aux_sym_known_hosts_command_token1] = ACTIONS(807), + [aux_sym_local_command_token1] = ACTIONS(807), + [aux_sym_local_forward_token1] = ACTIONS(807), + [aux_sym_log_level_token1] = ACTIONS(807), + [aux_sym_log_verbose_token1] = ACTIONS(807), + [aux_sym_macs_token1] = ACTIONS(807), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(807), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(807), + [aux_sym_password_authentication_token1] = ACTIONS(807), + [aux_sym_permit_local_command_token1] = ACTIONS(807), + [aux_sym_permit_remote_open_token1] = ACTIONS(807), + [aux_sym_pkcs11_provider_token1] = ACTIONS(807), + [aux_sym_port_token1] = ACTIONS(807), + [aux_sym_preferred_authentications_token1] = ACTIONS(807), + [aux_sym_protocol_token1] = ACTIONS(807), + [aux_sym_proxy_command_token1] = ACTIONS(807), + [aux_sym_proxy_jump_token1] = ACTIONS(807), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(807), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(807), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(807), + [aux_sym_pubkey_authentication_token1] = ACTIONS(807), + [aux_sym_rekey_limit_token1] = ACTIONS(807), + [aux_sym_remote_command_token1] = ACTIONS(807), + [aux_sym_remote_forward_token1] = ACTIONS(807), + [aux_sym_request_tty_token1] = ACTIONS(807), + [aux_sym_required_rsa_size_token1] = ACTIONS(807), + [aux_sym_revoked_host_keys_token1] = ACTIONS(807), + [aux_sym_security_key_provider_token1] = ACTIONS(807), + [aux_sym_send_env_token1] = ACTIONS(807), + [aux_sym_server_alive_count_max_token1] = ACTIONS(807), + [aux_sym_server_alive_interval_token1] = ACTIONS(807), + [aux_sym_session_type_token1] = ACTIONS(807), + [aux_sym_set_env_token1] = ACTIONS(807), + [aux_sym_stdin_null_token1] = ACTIONS(807), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(807), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(807), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(807), + [aux_sym_syslog_facility_token1] = ACTIONS(807), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(807), + [aux_sym_keep_alive_token1] = ACTIONS(807), + [aux_sym_tunnel_token1] = ACTIONS(809), + [aux_sym_tunnel_device_token1] = ACTIONS(807), + [aux_sym_update_host_keys_token1] = ACTIONS(807), + [aux_sym_use_keychain_token1] = ACTIONS(807), + [aux_sym_use_roaming_token1] = ACTIONS(807), + [aux_sym_user_token1] = ACTIONS(809), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(807), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(807), + [aux_sym_visual_host_key_token1] = ACTIONS(807), + [aux_sym_xauth_location_token1] = ACTIONS(807), }, [46] = { - [ts_builtin_sym_end] = ACTIONS(808), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(810), - [anon_sym_DQUOTE] = ACTIONS(812), - [aux_sym_match_token1] = ACTIONS(808), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(808), - [aux_sym_address_family_token1] = ACTIONS(808), - [aux_sym_batch_mode_token1] = ACTIONS(808), - [aux_sym_bind_address_token1] = ACTIONS(808), - [aux_sym_bind_interface_token1] = ACTIONS(808), - [aux_sym_canonical_domains_token1] = ACTIONS(808), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(808), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(808), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(808), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(808), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(808), - [aux_sym_certificate_file_token1] = ACTIONS(808), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(808), - [aux_sym_check_host_ip_token1] = ACTIONS(808), - [aux_sym_ciphers_token1] = ACTIONS(808), - [aux_sym_cipher_token1] = ACTIONS(810), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(808), - [aux_sym_compression_token1] = ACTIONS(808), - [aux_sym_connection_attempts_token1] = ACTIONS(808), - [aux_sym_connect_timeout_token1] = ACTIONS(808), - [aux_sym_control_master_token1] = ACTIONS(808), - [aux_sym_control_path_token1] = ACTIONS(808), - [aux_sym_control_persist_token1] = ACTIONS(808), - [aux_sym_dynamic_forward_token1] = ACTIONS(808), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(808), - [aux_sym_escape_char_token1] = ACTIONS(808), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(808), - [aux_sym_fingerprint_hash_token1] = ACTIONS(808), - [aux_sym_fork_after_authentication_token1] = ACTIONS(808), - [aux_sym_forward_agent_token1] = ACTIONS(808), - [aux_sym_forward_x11_token1] = ACTIONS(810), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(808), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(808), - [aux_sym_gateway_ports_token1] = ACTIONS(808), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(808), - [aux_sym_gssapi_authentication_token1] = ACTIONS(808), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(808), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(808), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(808), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(808), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(808), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(808), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(808), - [aux_sym_hash_known_hosts_token1] = ACTIONS(808), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(808), - [aux_sym_hostbased_authentication_token1] = ACTIONS(808), - [aux_sym_host_key_algorithms_token1] = ACTIONS(808), - [aux_sym_host_key_alias_token1] = ACTIONS(808), - [aux_sym_hostname_token1] = ACTIONS(808), - [aux_sym_identities_only_token1] = ACTIONS(808), - [aux_sym_identity_agent_token1] = ACTIONS(808), - [aux_sym_identity_file_token1] = ACTIONS(808), - [aux_sym_ignore_unknown_token1] = ACTIONS(808), - [aux_sym_include_token1] = ACTIONS(808), - [aux_sym_ip_qos_token1] = ACTIONS(808), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(808), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(808), - [aux_sym_kex_algorithms_token1] = ACTIONS(808), - [aux_sym_known_hosts_command_token1] = ACTIONS(808), - [aux_sym_local_command_token1] = ACTIONS(808), - [aux_sym_local_forward_token1] = ACTIONS(808), - [aux_sym_log_level_token1] = ACTIONS(808), - [aux_sym_log_verbose_token1] = ACTIONS(808), - [aux_sym_macs_token1] = ACTIONS(808), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(808), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(808), - [aux_sym_password_authentication_token1] = ACTIONS(808), - [aux_sym_permit_local_command_token1] = ACTIONS(808), - [aux_sym_permit_remote_open_token1] = ACTIONS(808), - [aux_sym_pkcs11_provider_token1] = ACTIONS(808), - [aux_sym_port_token1] = ACTIONS(808), - [aux_sym_preferred_authentications_token1] = ACTIONS(808), - [aux_sym_protocol_token1] = ACTIONS(808), - [aux_sym_proxy_command_token1] = ACTIONS(808), - [aux_sym_proxy_jump_token1] = ACTIONS(808), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(808), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(808), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(808), - [aux_sym_pubkey_authentication_token1] = ACTIONS(808), - [aux_sym_rekey_limit_token1] = ACTIONS(808), - [aux_sym_remote_command_token1] = ACTIONS(808), - [aux_sym_remote_forward_token1] = ACTIONS(808), - [aux_sym_request_tty_token1] = ACTIONS(808), - [aux_sym_revoked_host_keys_token1] = ACTIONS(808), - [aux_sym_security_key_provider_token1] = ACTIONS(808), - [aux_sym_send_env_token1] = ACTIONS(808), - [aux_sym_server_alive_count_max_token1] = ACTIONS(808), - [aux_sym_server_alive_interval_token1] = ACTIONS(808), - [aux_sym_session_type_token1] = ACTIONS(808), - [aux_sym_set_env_token1] = ACTIONS(808), - [aux_sym_stdin_null_token1] = ACTIONS(808), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(808), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(808), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(808), - [aux_sym_syslog_facility_token1] = ACTIONS(808), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(808), - [aux_sym_keep_alive_token1] = ACTIONS(808), - [aux_sym_tunnel_token1] = ACTIONS(810), - [aux_sym_tunnel_device_token1] = ACTIONS(808), - [aux_sym_update_host_keys_token1] = ACTIONS(808), - [aux_sym_use_keychain_token1] = ACTIONS(808), - [aux_sym_use_roaming_token1] = ACTIONS(808), - [aux_sym_user_token1] = ACTIONS(810), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(808), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(808), - [aux_sym_visual_host_key_token1] = ACTIONS(808), - [aux_sym_xauth_location_token1] = ACTIONS(808), + [ts_builtin_sym_end] = ACTIONS(813), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(815), + [anon_sym_DQUOTE] = ACTIONS(817), + [aux_sym_match_token1] = ACTIONS(813), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(813), + [aux_sym_address_family_token1] = ACTIONS(813), + [aux_sym_batch_mode_token1] = ACTIONS(813), + [aux_sym_bind_address_token1] = ACTIONS(813), + [aux_sym_bind_interface_token1] = ACTIONS(813), + [aux_sym_canonical_domains_token1] = ACTIONS(813), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(813), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(813), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(813), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(813), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(813), + [aux_sym_certificate_file_token1] = ACTIONS(813), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(813), + [aux_sym_check_host_ip_token1] = ACTIONS(813), + [aux_sym_ciphers_token1] = ACTIONS(813), + [aux_sym_cipher_token1] = ACTIONS(815), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(813), + [aux_sym_compression_token1] = ACTIONS(813), + [aux_sym_connection_attempts_token1] = ACTIONS(813), + [aux_sym_connect_timeout_token1] = ACTIONS(813), + [aux_sym_control_master_token1] = ACTIONS(813), + [aux_sym_control_path_token1] = ACTIONS(813), + [aux_sym_control_persist_token1] = ACTIONS(813), + [aux_sym_dynamic_forward_token1] = ACTIONS(813), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(813), + [aux_sym_escape_char_token1] = ACTIONS(813), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(813), + [aux_sym_fingerprint_hash_token1] = ACTIONS(813), + [aux_sym_fork_after_authentication_token1] = ACTIONS(813), + [aux_sym_forward_agent_token1] = ACTIONS(813), + [aux_sym_forward_x11_token1] = ACTIONS(815), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(813), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(813), + [aux_sym_gateway_ports_token1] = ACTIONS(813), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(813), + [aux_sym_gssapi_authentication_token1] = ACTIONS(813), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(813), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(813), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(813), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(813), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(813), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(813), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(813), + [aux_sym_hash_known_hosts_token1] = ACTIONS(813), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(813), + [aux_sym_hostbased_authentication_token1] = ACTIONS(813), + [aux_sym_host_key_algorithms_token1] = ACTIONS(813), + [aux_sym_host_key_alias_token1] = ACTIONS(813), + [aux_sym_hostname_token1] = ACTIONS(813), + [aux_sym_identities_only_token1] = ACTIONS(813), + [aux_sym_identity_agent_token1] = ACTIONS(813), + [aux_sym_identity_file_token1] = ACTIONS(813), + [aux_sym_ignore_unknown_token1] = ACTIONS(813), + [aux_sym_include_token1] = ACTIONS(813), + [aux_sym_ip_qos_token1] = ACTIONS(813), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(813), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(813), + [aux_sym_kex_algorithms_token1] = ACTIONS(813), + [aux_sym_known_hosts_command_token1] = ACTIONS(813), + [aux_sym_local_command_token1] = ACTIONS(813), + [aux_sym_local_forward_token1] = ACTIONS(813), + [aux_sym_log_level_token1] = ACTIONS(813), + [aux_sym_log_verbose_token1] = ACTIONS(813), + [aux_sym_macs_token1] = ACTIONS(813), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(813), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(813), + [aux_sym_password_authentication_token1] = ACTIONS(813), + [aux_sym_permit_local_command_token1] = ACTIONS(813), + [aux_sym_permit_remote_open_token1] = ACTIONS(813), + [aux_sym_pkcs11_provider_token1] = ACTIONS(813), + [aux_sym_port_token1] = ACTIONS(813), + [aux_sym_preferred_authentications_token1] = ACTIONS(813), + [aux_sym_protocol_token1] = ACTIONS(813), + [aux_sym_proxy_command_token1] = ACTIONS(813), + [aux_sym_proxy_jump_token1] = ACTIONS(813), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(813), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(813), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(813), + [aux_sym_pubkey_authentication_token1] = ACTIONS(813), + [aux_sym_rekey_limit_token1] = ACTIONS(813), + [aux_sym_remote_command_token1] = ACTIONS(813), + [aux_sym_remote_forward_token1] = ACTIONS(813), + [aux_sym_request_tty_token1] = ACTIONS(813), + [aux_sym_required_rsa_size_token1] = ACTIONS(813), + [aux_sym_revoked_host_keys_token1] = ACTIONS(813), + [aux_sym_security_key_provider_token1] = ACTIONS(813), + [aux_sym_send_env_token1] = ACTIONS(813), + [aux_sym_server_alive_count_max_token1] = ACTIONS(813), + [aux_sym_server_alive_interval_token1] = ACTIONS(813), + [aux_sym_session_type_token1] = ACTIONS(813), + [aux_sym_set_env_token1] = ACTIONS(813), + [aux_sym_stdin_null_token1] = ACTIONS(813), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(813), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(813), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(813), + [aux_sym_syslog_facility_token1] = ACTIONS(813), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(813), + [aux_sym_keep_alive_token1] = ACTIONS(813), + [aux_sym_tunnel_token1] = ACTIONS(815), + [aux_sym_tunnel_device_token1] = ACTIONS(813), + [aux_sym_update_host_keys_token1] = ACTIONS(813), + [aux_sym_use_keychain_token1] = ACTIONS(813), + [aux_sym_use_roaming_token1] = ACTIONS(813), + [aux_sym_user_token1] = ACTIONS(815), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(813), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(813), + [aux_sym_visual_host_key_token1] = ACTIONS(813), + [aux_sym_xauth_location_token1] = ACTIONS(813), }, [47] = { - [ts_builtin_sym_end] = ACTIONS(814), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(816), - [anon_sym_DQUOTE] = ACTIONS(818), - [aux_sym_match_token1] = ACTIONS(814), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(814), - [aux_sym_address_family_token1] = ACTIONS(814), - [aux_sym_batch_mode_token1] = ACTIONS(814), - [aux_sym_bind_address_token1] = ACTIONS(814), - [aux_sym_bind_interface_token1] = ACTIONS(814), - [aux_sym_canonical_domains_token1] = ACTIONS(814), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(814), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(814), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(814), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(814), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(814), - [aux_sym_certificate_file_token1] = ACTIONS(814), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(814), - [aux_sym_check_host_ip_token1] = ACTIONS(814), - [aux_sym_ciphers_token1] = ACTIONS(814), - [aux_sym_cipher_token1] = ACTIONS(816), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(814), - [aux_sym_compression_token1] = ACTIONS(814), - [aux_sym_connection_attempts_token1] = ACTIONS(814), - [aux_sym_connect_timeout_token1] = ACTIONS(814), - [aux_sym_control_master_token1] = ACTIONS(814), - [aux_sym_control_path_token1] = ACTIONS(814), - [aux_sym_control_persist_token1] = ACTIONS(814), - [aux_sym_dynamic_forward_token1] = ACTIONS(814), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(814), - [aux_sym_escape_char_token1] = ACTIONS(814), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(814), - [aux_sym_fingerprint_hash_token1] = ACTIONS(814), - [aux_sym_fork_after_authentication_token1] = ACTIONS(814), - [aux_sym_forward_agent_token1] = ACTIONS(814), - [aux_sym_forward_x11_token1] = ACTIONS(816), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(814), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(814), - [aux_sym_gateway_ports_token1] = ACTIONS(814), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(814), - [aux_sym_gssapi_authentication_token1] = ACTIONS(814), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(814), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(814), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(814), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(814), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(814), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(814), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(814), - [aux_sym_hash_known_hosts_token1] = ACTIONS(814), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(814), - [aux_sym_hostbased_authentication_token1] = ACTIONS(814), - [aux_sym_host_key_algorithms_token1] = ACTIONS(814), - [aux_sym_host_key_alias_token1] = ACTIONS(814), - [aux_sym_hostname_token1] = ACTIONS(814), - [aux_sym_identities_only_token1] = ACTIONS(814), - [aux_sym_identity_agent_token1] = ACTIONS(814), - [aux_sym_identity_file_token1] = ACTIONS(814), - [aux_sym_ignore_unknown_token1] = ACTIONS(814), - [aux_sym_include_token1] = ACTIONS(814), - [aux_sym_ip_qos_token1] = ACTIONS(814), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(814), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(814), - [aux_sym_kex_algorithms_token1] = ACTIONS(814), - [aux_sym_known_hosts_command_token1] = ACTIONS(814), - [aux_sym_local_command_token1] = ACTIONS(814), - [aux_sym_local_forward_token1] = ACTIONS(814), - [aux_sym_log_level_token1] = ACTIONS(814), - [aux_sym_log_verbose_token1] = ACTIONS(814), - [aux_sym_macs_token1] = ACTIONS(814), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(814), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(814), - [aux_sym_password_authentication_token1] = ACTIONS(814), - [aux_sym_permit_local_command_token1] = ACTIONS(814), - [aux_sym_permit_remote_open_token1] = ACTIONS(814), - [aux_sym_pkcs11_provider_token1] = ACTIONS(814), - [aux_sym_port_token1] = ACTIONS(814), - [aux_sym_preferred_authentications_token1] = ACTIONS(814), - [aux_sym_protocol_token1] = ACTIONS(814), - [aux_sym_proxy_command_token1] = ACTIONS(814), - [aux_sym_proxy_jump_token1] = ACTIONS(814), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(814), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(814), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(814), - [aux_sym_pubkey_authentication_token1] = ACTIONS(814), - [aux_sym_rekey_limit_token1] = ACTIONS(814), - [aux_sym_remote_command_token1] = ACTIONS(814), - [aux_sym_remote_forward_token1] = ACTIONS(814), - [aux_sym_request_tty_token1] = ACTIONS(814), - [aux_sym_revoked_host_keys_token1] = ACTIONS(814), - [aux_sym_security_key_provider_token1] = ACTIONS(814), - [aux_sym_send_env_token1] = ACTIONS(814), - [aux_sym_server_alive_count_max_token1] = ACTIONS(814), - [aux_sym_server_alive_interval_token1] = ACTIONS(814), - [aux_sym_session_type_token1] = ACTIONS(814), - [aux_sym_set_env_token1] = ACTIONS(814), - [aux_sym_stdin_null_token1] = ACTIONS(814), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(814), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(814), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(814), - [aux_sym_syslog_facility_token1] = ACTIONS(814), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(814), - [aux_sym_keep_alive_token1] = ACTIONS(814), - [aux_sym_tunnel_token1] = ACTIONS(816), - [aux_sym_tunnel_device_token1] = ACTIONS(814), - [aux_sym_update_host_keys_token1] = ACTIONS(814), - [aux_sym_use_keychain_token1] = ACTIONS(814), - [aux_sym_use_roaming_token1] = ACTIONS(814), - [aux_sym_user_token1] = ACTIONS(816), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(814), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(814), - [aux_sym_visual_host_key_token1] = ACTIONS(814), - [aux_sym_xauth_location_token1] = ACTIONS(814), + [ts_builtin_sym_end] = ACTIONS(819), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(821), + [anon_sym_DQUOTE] = ACTIONS(823), + [aux_sym_match_token1] = ACTIONS(819), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(819), + [aux_sym_address_family_token1] = ACTIONS(819), + [aux_sym_batch_mode_token1] = ACTIONS(819), + [aux_sym_bind_address_token1] = ACTIONS(819), + [aux_sym_bind_interface_token1] = ACTIONS(819), + [aux_sym_canonical_domains_token1] = ACTIONS(819), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(819), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(819), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(819), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(819), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(819), + [aux_sym_certificate_file_token1] = ACTIONS(819), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(819), + [aux_sym_check_host_ip_token1] = ACTIONS(819), + [aux_sym_ciphers_token1] = ACTIONS(819), + [aux_sym_cipher_token1] = ACTIONS(821), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(819), + [aux_sym_compression_token1] = ACTIONS(819), + [aux_sym_connection_attempts_token1] = ACTIONS(819), + [aux_sym_connect_timeout_token1] = ACTIONS(819), + [aux_sym_control_master_token1] = ACTIONS(819), + [aux_sym_control_path_token1] = ACTIONS(819), + [aux_sym_control_persist_token1] = ACTIONS(819), + [aux_sym_dynamic_forward_token1] = ACTIONS(819), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(819), + [aux_sym_escape_char_token1] = ACTIONS(819), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(819), + [aux_sym_fingerprint_hash_token1] = ACTIONS(819), + [aux_sym_fork_after_authentication_token1] = ACTIONS(819), + [aux_sym_forward_agent_token1] = ACTIONS(819), + [aux_sym_forward_x11_token1] = ACTIONS(821), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(819), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(819), + [aux_sym_gateway_ports_token1] = ACTIONS(819), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(819), + [aux_sym_gssapi_authentication_token1] = ACTIONS(819), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(819), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(819), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(819), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(819), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(819), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(819), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(819), + [aux_sym_hash_known_hosts_token1] = ACTIONS(819), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(819), + [aux_sym_hostbased_authentication_token1] = ACTIONS(819), + [aux_sym_host_key_algorithms_token1] = ACTIONS(819), + [aux_sym_host_key_alias_token1] = ACTIONS(819), + [aux_sym_hostname_token1] = ACTIONS(819), + [aux_sym_identities_only_token1] = ACTIONS(819), + [aux_sym_identity_agent_token1] = ACTIONS(819), + [aux_sym_identity_file_token1] = ACTIONS(819), + [aux_sym_ignore_unknown_token1] = ACTIONS(819), + [aux_sym_include_token1] = ACTIONS(819), + [aux_sym_ip_qos_token1] = ACTIONS(819), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(819), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(819), + [aux_sym_kex_algorithms_token1] = ACTIONS(819), + [aux_sym_known_hosts_command_token1] = ACTIONS(819), + [aux_sym_local_command_token1] = ACTIONS(819), + [aux_sym_local_forward_token1] = ACTIONS(819), + [aux_sym_log_level_token1] = ACTIONS(819), + [aux_sym_log_verbose_token1] = ACTIONS(819), + [aux_sym_macs_token1] = ACTIONS(819), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(819), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(819), + [aux_sym_password_authentication_token1] = ACTIONS(819), + [aux_sym_permit_local_command_token1] = ACTIONS(819), + [aux_sym_permit_remote_open_token1] = ACTIONS(819), + [aux_sym_pkcs11_provider_token1] = ACTIONS(819), + [aux_sym_port_token1] = ACTIONS(819), + [aux_sym_preferred_authentications_token1] = ACTIONS(819), + [aux_sym_protocol_token1] = ACTIONS(819), + [aux_sym_proxy_command_token1] = ACTIONS(819), + [aux_sym_proxy_jump_token1] = ACTIONS(819), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(819), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(819), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(819), + [aux_sym_pubkey_authentication_token1] = ACTIONS(819), + [aux_sym_rekey_limit_token1] = ACTIONS(819), + [aux_sym_remote_command_token1] = ACTIONS(819), + [aux_sym_remote_forward_token1] = ACTIONS(819), + [aux_sym_request_tty_token1] = ACTIONS(819), + [aux_sym_required_rsa_size_token1] = ACTIONS(819), + [aux_sym_revoked_host_keys_token1] = ACTIONS(819), + [aux_sym_security_key_provider_token1] = ACTIONS(819), + [aux_sym_send_env_token1] = ACTIONS(819), + [aux_sym_server_alive_count_max_token1] = ACTIONS(819), + [aux_sym_server_alive_interval_token1] = ACTIONS(819), + [aux_sym_session_type_token1] = ACTIONS(819), + [aux_sym_set_env_token1] = ACTIONS(819), + [aux_sym_stdin_null_token1] = ACTIONS(819), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(819), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(819), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(819), + [aux_sym_syslog_facility_token1] = ACTIONS(819), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(819), + [aux_sym_keep_alive_token1] = ACTIONS(819), + [aux_sym_tunnel_token1] = ACTIONS(821), + [aux_sym_tunnel_device_token1] = ACTIONS(819), + [aux_sym_update_host_keys_token1] = ACTIONS(819), + [aux_sym_use_keychain_token1] = ACTIONS(819), + [aux_sym_use_roaming_token1] = ACTIONS(819), + [aux_sym_user_token1] = ACTIONS(821), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(819), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(819), + [aux_sym_visual_host_key_token1] = ACTIONS(819), + [aux_sym_xauth_location_token1] = ACTIONS(819), }, [48] = { - [ts_builtin_sym_end] = ACTIONS(820), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(822), - [anon_sym_DQUOTE] = ACTIONS(824), - [aux_sym_match_token1] = ACTIONS(820), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(820), - [aux_sym_address_family_token1] = ACTIONS(820), - [aux_sym_batch_mode_token1] = ACTIONS(820), - [aux_sym_bind_address_token1] = ACTIONS(820), - [aux_sym_bind_interface_token1] = ACTIONS(820), - [aux_sym_canonical_domains_token1] = ACTIONS(820), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(820), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(820), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(820), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(820), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(820), - [aux_sym_certificate_file_token1] = ACTIONS(820), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(820), - [aux_sym_check_host_ip_token1] = ACTIONS(820), - [aux_sym_ciphers_token1] = ACTIONS(820), - [aux_sym_cipher_token1] = ACTIONS(822), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(820), - [aux_sym_compression_token1] = ACTIONS(820), - [aux_sym_connection_attempts_token1] = ACTIONS(820), - [aux_sym_connect_timeout_token1] = ACTIONS(820), - [aux_sym_control_master_token1] = ACTIONS(820), - [aux_sym_control_path_token1] = ACTIONS(820), - [aux_sym_control_persist_token1] = ACTIONS(820), - [aux_sym_dynamic_forward_token1] = ACTIONS(820), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(820), - [aux_sym_escape_char_token1] = ACTIONS(820), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(820), - [aux_sym_fingerprint_hash_token1] = ACTIONS(820), - [aux_sym_fork_after_authentication_token1] = ACTIONS(820), - [aux_sym_forward_agent_token1] = ACTIONS(820), - [aux_sym_forward_x11_token1] = ACTIONS(822), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(820), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(820), - [aux_sym_gateway_ports_token1] = ACTIONS(820), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(820), - [aux_sym_gssapi_authentication_token1] = ACTIONS(820), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(820), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(820), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(820), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(820), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(820), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(820), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(820), - [aux_sym_hash_known_hosts_token1] = ACTIONS(820), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(820), - [aux_sym_hostbased_authentication_token1] = ACTIONS(820), - [aux_sym_host_key_algorithms_token1] = ACTIONS(820), - [aux_sym_host_key_alias_token1] = ACTIONS(820), - [aux_sym_hostname_token1] = ACTIONS(820), - [aux_sym_identities_only_token1] = ACTIONS(820), - [aux_sym_identity_agent_token1] = ACTIONS(820), - [aux_sym_identity_file_token1] = ACTIONS(820), - [aux_sym_ignore_unknown_token1] = ACTIONS(820), - [aux_sym_include_token1] = ACTIONS(820), - [aux_sym_ip_qos_token1] = ACTIONS(820), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(820), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(820), - [aux_sym_kex_algorithms_token1] = ACTIONS(820), - [aux_sym_known_hosts_command_token1] = ACTIONS(820), - [aux_sym_local_command_token1] = ACTIONS(820), - [aux_sym_local_forward_token1] = ACTIONS(820), - [aux_sym_log_level_token1] = ACTIONS(820), - [aux_sym_log_verbose_token1] = ACTIONS(820), - [aux_sym_macs_token1] = ACTIONS(820), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(820), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(820), - [aux_sym_password_authentication_token1] = ACTIONS(820), - [aux_sym_permit_local_command_token1] = ACTIONS(820), - [aux_sym_permit_remote_open_token1] = ACTIONS(820), - [aux_sym_pkcs11_provider_token1] = ACTIONS(820), - [aux_sym_port_token1] = ACTIONS(820), - [aux_sym_preferred_authentications_token1] = ACTIONS(820), - [aux_sym_protocol_token1] = ACTIONS(820), - [aux_sym_proxy_command_token1] = ACTIONS(820), - [aux_sym_proxy_jump_token1] = ACTIONS(820), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(820), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(820), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(820), - [aux_sym_pubkey_authentication_token1] = ACTIONS(820), - [aux_sym_rekey_limit_token1] = ACTIONS(820), - [aux_sym_remote_command_token1] = ACTIONS(820), - [aux_sym_remote_forward_token1] = ACTIONS(820), - [aux_sym_request_tty_token1] = ACTIONS(820), - [aux_sym_revoked_host_keys_token1] = ACTIONS(820), - [aux_sym_security_key_provider_token1] = ACTIONS(820), - [aux_sym_send_env_token1] = ACTIONS(820), - [aux_sym_server_alive_count_max_token1] = ACTIONS(820), - [aux_sym_server_alive_interval_token1] = ACTIONS(820), - [aux_sym_session_type_token1] = ACTIONS(820), - [aux_sym_set_env_token1] = ACTIONS(820), - [aux_sym_stdin_null_token1] = ACTIONS(820), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(820), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(820), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(820), - [aux_sym_syslog_facility_token1] = ACTIONS(820), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(820), - [aux_sym_keep_alive_token1] = ACTIONS(820), - [aux_sym_tunnel_token1] = ACTIONS(822), - [aux_sym_tunnel_device_token1] = ACTIONS(820), - [aux_sym_update_host_keys_token1] = ACTIONS(820), - [aux_sym_use_keychain_token1] = ACTIONS(820), - [aux_sym_use_roaming_token1] = ACTIONS(820), - [aux_sym_user_token1] = ACTIONS(822), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(820), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(820), - [aux_sym_visual_host_key_token1] = ACTIONS(820), - [aux_sym_xauth_location_token1] = ACTIONS(820), + [ts_builtin_sym_end] = ACTIONS(825), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(827), + [anon_sym_DQUOTE] = ACTIONS(829), + [aux_sym_match_token1] = ACTIONS(825), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(825), + [aux_sym_address_family_token1] = ACTIONS(825), + [aux_sym_batch_mode_token1] = ACTIONS(825), + [aux_sym_bind_address_token1] = ACTIONS(825), + [aux_sym_bind_interface_token1] = ACTIONS(825), + [aux_sym_canonical_domains_token1] = ACTIONS(825), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(825), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(825), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(825), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(825), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(825), + [aux_sym_certificate_file_token1] = ACTIONS(825), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(825), + [aux_sym_check_host_ip_token1] = ACTIONS(825), + [aux_sym_ciphers_token1] = ACTIONS(825), + [aux_sym_cipher_token1] = ACTIONS(827), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(825), + [aux_sym_compression_token1] = ACTIONS(825), + [aux_sym_connection_attempts_token1] = ACTIONS(825), + [aux_sym_connect_timeout_token1] = ACTIONS(825), + [aux_sym_control_master_token1] = ACTIONS(825), + [aux_sym_control_path_token1] = ACTIONS(825), + [aux_sym_control_persist_token1] = ACTIONS(825), + [aux_sym_dynamic_forward_token1] = ACTIONS(825), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(825), + [aux_sym_escape_char_token1] = ACTIONS(825), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(825), + [aux_sym_fingerprint_hash_token1] = ACTIONS(825), + [aux_sym_fork_after_authentication_token1] = ACTIONS(825), + [aux_sym_forward_agent_token1] = ACTIONS(825), + [aux_sym_forward_x11_token1] = ACTIONS(827), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(825), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(825), + [aux_sym_gateway_ports_token1] = ACTIONS(825), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(825), + [aux_sym_gssapi_authentication_token1] = ACTIONS(825), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(825), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(825), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(825), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(825), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(825), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(825), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(825), + [aux_sym_hash_known_hosts_token1] = ACTIONS(825), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(825), + [aux_sym_hostbased_authentication_token1] = ACTIONS(825), + [aux_sym_host_key_algorithms_token1] = ACTIONS(825), + [aux_sym_host_key_alias_token1] = ACTIONS(825), + [aux_sym_hostname_token1] = ACTIONS(825), + [aux_sym_identities_only_token1] = ACTIONS(825), + [aux_sym_identity_agent_token1] = ACTIONS(825), + [aux_sym_identity_file_token1] = ACTIONS(825), + [aux_sym_ignore_unknown_token1] = ACTIONS(825), + [aux_sym_include_token1] = ACTIONS(825), + [aux_sym_ip_qos_token1] = ACTIONS(825), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(825), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(825), + [aux_sym_kex_algorithms_token1] = ACTIONS(825), + [aux_sym_known_hosts_command_token1] = ACTIONS(825), + [aux_sym_local_command_token1] = ACTIONS(825), + [aux_sym_local_forward_token1] = ACTIONS(825), + [aux_sym_log_level_token1] = ACTIONS(825), + [aux_sym_log_verbose_token1] = ACTIONS(825), + [aux_sym_macs_token1] = ACTIONS(825), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(825), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(825), + [aux_sym_password_authentication_token1] = ACTIONS(825), + [aux_sym_permit_local_command_token1] = ACTIONS(825), + [aux_sym_permit_remote_open_token1] = ACTIONS(825), + [aux_sym_pkcs11_provider_token1] = ACTIONS(825), + [aux_sym_port_token1] = ACTIONS(825), + [aux_sym_preferred_authentications_token1] = ACTIONS(825), + [aux_sym_protocol_token1] = ACTIONS(825), + [aux_sym_proxy_command_token1] = ACTIONS(825), + [aux_sym_proxy_jump_token1] = ACTIONS(825), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(825), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(825), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(825), + [aux_sym_pubkey_authentication_token1] = ACTIONS(825), + [aux_sym_rekey_limit_token1] = ACTIONS(825), + [aux_sym_remote_command_token1] = ACTIONS(825), + [aux_sym_remote_forward_token1] = ACTIONS(825), + [aux_sym_request_tty_token1] = ACTIONS(825), + [aux_sym_required_rsa_size_token1] = ACTIONS(825), + [aux_sym_revoked_host_keys_token1] = ACTIONS(825), + [aux_sym_security_key_provider_token1] = ACTIONS(825), + [aux_sym_send_env_token1] = ACTIONS(825), + [aux_sym_server_alive_count_max_token1] = ACTIONS(825), + [aux_sym_server_alive_interval_token1] = ACTIONS(825), + [aux_sym_session_type_token1] = ACTIONS(825), + [aux_sym_set_env_token1] = ACTIONS(825), + [aux_sym_stdin_null_token1] = ACTIONS(825), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(825), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(825), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(825), + [aux_sym_syslog_facility_token1] = ACTIONS(825), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(825), + [aux_sym_keep_alive_token1] = ACTIONS(825), + [aux_sym_tunnel_token1] = ACTIONS(827), + [aux_sym_tunnel_device_token1] = ACTIONS(825), + [aux_sym_update_host_keys_token1] = ACTIONS(825), + [aux_sym_use_keychain_token1] = ACTIONS(825), + [aux_sym_use_roaming_token1] = ACTIONS(825), + [aux_sym_user_token1] = ACTIONS(827), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(825), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(825), + [aux_sym_visual_host_key_token1] = ACTIONS(825), + [aux_sym_xauth_location_token1] = ACTIONS(825), }, [49] = { - [ts_builtin_sym_end] = ACTIONS(826), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(828), - [anon_sym_DQUOTE] = ACTIONS(830), - [aux_sym_match_token1] = ACTIONS(826), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(826), - [aux_sym_address_family_token1] = ACTIONS(826), - [aux_sym_batch_mode_token1] = ACTIONS(826), - [aux_sym_bind_address_token1] = ACTIONS(826), - [aux_sym_bind_interface_token1] = ACTIONS(826), - [aux_sym_canonical_domains_token1] = ACTIONS(826), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(826), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(826), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(826), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(826), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(826), - [aux_sym_certificate_file_token1] = ACTIONS(826), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(826), - [aux_sym_check_host_ip_token1] = ACTIONS(826), - [aux_sym_ciphers_token1] = ACTIONS(826), - [aux_sym_cipher_token1] = ACTIONS(828), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(826), - [aux_sym_compression_token1] = ACTIONS(826), - [aux_sym_connection_attempts_token1] = ACTIONS(826), - [aux_sym_connect_timeout_token1] = ACTIONS(826), - [aux_sym_control_master_token1] = ACTIONS(826), - [aux_sym_control_path_token1] = ACTIONS(826), - [aux_sym_control_persist_token1] = ACTIONS(826), - [aux_sym_dynamic_forward_token1] = ACTIONS(826), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(826), - [aux_sym_escape_char_token1] = ACTIONS(826), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(826), - [aux_sym_fingerprint_hash_token1] = ACTIONS(826), - [aux_sym_fork_after_authentication_token1] = ACTIONS(826), - [aux_sym_forward_agent_token1] = ACTIONS(826), - [aux_sym_forward_x11_token1] = ACTIONS(828), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(826), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(826), - [aux_sym_gateway_ports_token1] = ACTIONS(826), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(826), - [aux_sym_gssapi_authentication_token1] = ACTIONS(826), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(826), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(826), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(826), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(826), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(826), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(826), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(826), - [aux_sym_hash_known_hosts_token1] = ACTIONS(826), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(826), - [aux_sym_hostbased_authentication_token1] = ACTIONS(826), - [aux_sym_host_key_algorithms_token1] = ACTIONS(826), - [aux_sym_host_key_alias_token1] = ACTIONS(826), - [aux_sym_hostname_token1] = ACTIONS(826), - [aux_sym_identities_only_token1] = ACTIONS(826), - [aux_sym_identity_agent_token1] = ACTIONS(826), - [aux_sym_identity_file_token1] = ACTIONS(826), - [aux_sym_ignore_unknown_token1] = ACTIONS(826), - [aux_sym_include_token1] = ACTIONS(826), - [aux_sym_ip_qos_token1] = ACTIONS(826), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(826), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(826), - [aux_sym_kex_algorithms_token1] = ACTIONS(826), - [aux_sym_known_hosts_command_token1] = ACTIONS(826), - [aux_sym_local_command_token1] = ACTIONS(826), - [aux_sym_local_forward_token1] = ACTIONS(826), - [aux_sym_log_level_token1] = ACTIONS(826), - [aux_sym_log_verbose_token1] = ACTIONS(826), - [aux_sym_macs_token1] = ACTIONS(826), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(826), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(826), - [aux_sym_password_authentication_token1] = ACTIONS(826), - [aux_sym_permit_local_command_token1] = ACTIONS(826), - [aux_sym_permit_remote_open_token1] = ACTIONS(826), - [aux_sym_pkcs11_provider_token1] = ACTIONS(826), - [aux_sym_port_token1] = ACTIONS(826), - [aux_sym_preferred_authentications_token1] = ACTIONS(826), - [aux_sym_protocol_token1] = ACTIONS(826), - [aux_sym_proxy_command_token1] = ACTIONS(826), - [aux_sym_proxy_jump_token1] = ACTIONS(826), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(826), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(826), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(826), - [aux_sym_pubkey_authentication_token1] = ACTIONS(826), - [aux_sym_rekey_limit_token1] = ACTIONS(826), - [aux_sym_remote_command_token1] = ACTIONS(826), - [aux_sym_remote_forward_token1] = ACTIONS(826), - [aux_sym_request_tty_token1] = ACTIONS(826), - [aux_sym_revoked_host_keys_token1] = ACTIONS(826), - [aux_sym_security_key_provider_token1] = ACTIONS(826), - [aux_sym_send_env_token1] = ACTIONS(826), - [aux_sym_server_alive_count_max_token1] = ACTIONS(826), - [aux_sym_server_alive_interval_token1] = ACTIONS(826), - [aux_sym_session_type_token1] = ACTIONS(826), - [aux_sym_set_env_token1] = ACTIONS(826), - [aux_sym_stdin_null_token1] = ACTIONS(826), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(826), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(826), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(826), - [aux_sym_syslog_facility_token1] = ACTIONS(826), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(826), - [aux_sym_keep_alive_token1] = ACTIONS(826), - [aux_sym_tunnel_token1] = ACTIONS(828), - [aux_sym_tunnel_device_token1] = ACTIONS(826), - [aux_sym_update_host_keys_token1] = ACTIONS(826), - [aux_sym_use_keychain_token1] = ACTIONS(826), - [aux_sym_use_roaming_token1] = ACTIONS(826), - [aux_sym_user_token1] = ACTIONS(828), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(826), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(826), - [aux_sym_visual_host_key_token1] = ACTIONS(826), - [aux_sym_xauth_location_token1] = ACTIONS(826), + [ts_builtin_sym_end] = ACTIONS(831), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(833), + [anon_sym_DQUOTE] = ACTIONS(835), + [aux_sym_match_token1] = ACTIONS(831), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(831), + [aux_sym_address_family_token1] = ACTIONS(831), + [aux_sym_batch_mode_token1] = ACTIONS(831), + [aux_sym_bind_address_token1] = ACTIONS(831), + [aux_sym_bind_interface_token1] = ACTIONS(831), + [aux_sym_canonical_domains_token1] = ACTIONS(831), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(831), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(831), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(831), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(831), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(831), + [aux_sym_certificate_file_token1] = ACTIONS(831), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(831), + [aux_sym_check_host_ip_token1] = ACTIONS(831), + [aux_sym_ciphers_token1] = ACTIONS(831), + [aux_sym_cipher_token1] = ACTIONS(833), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(831), + [aux_sym_compression_token1] = ACTIONS(831), + [aux_sym_connection_attempts_token1] = ACTIONS(831), + [aux_sym_connect_timeout_token1] = ACTIONS(831), + [aux_sym_control_master_token1] = ACTIONS(831), + [aux_sym_control_path_token1] = ACTIONS(831), + [aux_sym_control_persist_token1] = ACTIONS(831), + [aux_sym_dynamic_forward_token1] = ACTIONS(831), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(831), + [aux_sym_escape_char_token1] = ACTIONS(831), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(831), + [aux_sym_fingerprint_hash_token1] = ACTIONS(831), + [aux_sym_fork_after_authentication_token1] = ACTIONS(831), + [aux_sym_forward_agent_token1] = ACTIONS(831), + [aux_sym_forward_x11_token1] = ACTIONS(833), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(831), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(831), + [aux_sym_gateway_ports_token1] = ACTIONS(831), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(831), + [aux_sym_gssapi_authentication_token1] = ACTIONS(831), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(831), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(831), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(831), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(831), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(831), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(831), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(831), + [aux_sym_hash_known_hosts_token1] = ACTIONS(831), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(831), + [aux_sym_hostbased_authentication_token1] = ACTIONS(831), + [aux_sym_host_key_algorithms_token1] = ACTIONS(831), + [aux_sym_host_key_alias_token1] = ACTIONS(831), + [aux_sym_hostname_token1] = ACTIONS(831), + [aux_sym_identities_only_token1] = ACTIONS(831), + [aux_sym_identity_agent_token1] = ACTIONS(831), + [aux_sym_identity_file_token1] = ACTIONS(831), + [aux_sym_ignore_unknown_token1] = ACTIONS(831), + [aux_sym_include_token1] = ACTIONS(831), + [aux_sym_ip_qos_token1] = ACTIONS(831), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(831), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(831), + [aux_sym_kex_algorithms_token1] = ACTIONS(831), + [aux_sym_known_hosts_command_token1] = ACTIONS(831), + [aux_sym_local_command_token1] = ACTIONS(831), + [aux_sym_local_forward_token1] = ACTIONS(831), + [aux_sym_log_level_token1] = ACTIONS(831), + [aux_sym_log_verbose_token1] = ACTIONS(831), + [aux_sym_macs_token1] = ACTIONS(831), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(831), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(831), + [aux_sym_password_authentication_token1] = ACTIONS(831), + [aux_sym_permit_local_command_token1] = ACTIONS(831), + [aux_sym_permit_remote_open_token1] = ACTIONS(831), + [aux_sym_pkcs11_provider_token1] = ACTIONS(831), + [aux_sym_port_token1] = ACTIONS(831), + [aux_sym_preferred_authentications_token1] = ACTIONS(831), + [aux_sym_protocol_token1] = ACTIONS(831), + [aux_sym_proxy_command_token1] = ACTIONS(831), + [aux_sym_proxy_jump_token1] = ACTIONS(831), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(831), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(831), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(831), + [aux_sym_pubkey_authentication_token1] = ACTIONS(831), + [aux_sym_rekey_limit_token1] = ACTIONS(831), + [aux_sym_remote_command_token1] = ACTIONS(831), + [aux_sym_remote_forward_token1] = ACTIONS(831), + [aux_sym_request_tty_token1] = ACTIONS(831), + [aux_sym_required_rsa_size_token1] = ACTIONS(831), + [aux_sym_revoked_host_keys_token1] = ACTIONS(831), + [aux_sym_security_key_provider_token1] = ACTIONS(831), + [aux_sym_send_env_token1] = ACTIONS(831), + [aux_sym_server_alive_count_max_token1] = ACTIONS(831), + [aux_sym_server_alive_interval_token1] = ACTIONS(831), + [aux_sym_session_type_token1] = ACTIONS(831), + [aux_sym_set_env_token1] = ACTIONS(831), + [aux_sym_stdin_null_token1] = ACTIONS(831), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(831), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(831), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(831), + [aux_sym_syslog_facility_token1] = ACTIONS(831), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(831), + [aux_sym_keep_alive_token1] = ACTIONS(831), + [aux_sym_tunnel_token1] = ACTIONS(833), + [aux_sym_tunnel_device_token1] = ACTIONS(831), + [aux_sym_update_host_keys_token1] = ACTIONS(831), + [aux_sym_use_keychain_token1] = ACTIONS(831), + [aux_sym_use_roaming_token1] = ACTIONS(831), + [aux_sym_user_token1] = ACTIONS(833), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(831), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(831), + [aux_sym_visual_host_key_token1] = ACTIONS(831), + [aux_sym_xauth_location_token1] = ACTIONS(831), }, [50] = { - [ts_builtin_sym_end] = ACTIONS(832), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(834), - [anon_sym_DQUOTE] = ACTIONS(836), - [aux_sym_match_token1] = ACTIONS(832), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(832), - [aux_sym_address_family_token1] = ACTIONS(832), - [aux_sym_batch_mode_token1] = ACTIONS(832), - [aux_sym_bind_address_token1] = ACTIONS(832), - [aux_sym_bind_interface_token1] = ACTIONS(832), - [aux_sym_canonical_domains_token1] = ACTIONS(832), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(832), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(832), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(832), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(832), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(832), - [aux_sym_certificate_file_token1] = ACTIONS(832), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(832), - [aux_sym_check_host_ip_token1] = ACTIONS(832), - [aux_sym_ciphers_token1] = ACTIONS(832), - [aux_sym_cipher_token1] = ACTIONS(834), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(832), - [aux_sym_compression_token1] = ACTIONS(832), - [aux_sym_connection_attempts_token1] = ACTIONS(832), - [aux_sym_connect_timeout_token1] = ACTIONS(832), - [aux_sym_control_master_token1] = ACTIONS(832), - [aux_sym_control_path_token1] = ACTIONS(832), - [aux_sym_control_persist_token1] = ACTIONS(832), - [aux_sym_dynamic_forward_token1] = ACTIONS(832), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(832), - [aux_sym_escape_char_token1] = ACTIONS(832), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(832), - [aux_sym_fingerprint_hash_token1] = ACTIONS(832), - [aux_sym_fork_after_authentication_token1] = ACTIONS(832), - [aux_sym_forward_agent_token1] = ACTIONS(832), - [aux_sym_forward_x11_token1] = ACTIONS(834), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(832), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(832), - [aux_sym_gateway_ports_token1] = ACTIONS(832), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(832), - [aux_sym_gssapi_authentication_token1] = ACTIONS(832), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(832), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(832), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(832), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(832), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(832), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(832), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(832), - [aux_sym_hash_known_hosts_token1] = ACTIONS(832), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(832), - [aux_sym_hostbased_authentication_token1] = ACTIONS(832), - [aux_sym_host_key_algorithms_token1] = ACTIONS(832), - [aux_sym_host_key_alias_token1] = ACTIONS(832), - [aux_sym_hostname_token1] = ACTIONS(832), - [aux_sym_identities_only_token1] = ACTIONS(832), - [aux_sym_identity_agent_token1] = ACTIONS(832), - [aux_sym_identity_file_token1] = ACTIONS(832), - [aux_sym_ignore_unknown_token1] = ACTIONS(832), - [aux_sym_include_token1] = ACTIONS(832), - [aux_sym_ip_qos_token1] = ACTIONS(832), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(832), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(832), - [aux_sym_kex_algorithms_token1] = ACTIONS(832), - [aux_sym_known_hosts_command_token1] = ACTIONS(832), - [aux_sym_local_command_token1] = ACTIONS(832), - [aux_sym_local_forward_token1] = ACTIONS(832), - [aux_sym_log_level_token1] = ACTIONS(832), - [aux_sym_log_verbose_token1] = ACTIONS(832), - [aux_sym_macs_token1] = ACTIONS(832), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(832), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(832), - [aux_sym_password_authentication_token1] = ACTIONS(832), - [aux_sym_permit_local_command_token1] = ACTIONS(832), - [aux_sym_permit_remote_open_token1] = ACTIONS(832), - [aux_sym_pkcs11_provider_token1] = ACTIONS(832), - [aux_sym_port_token1] = ACTIONS(832), - [aux_sym_preferred_authentications_token1] = ACTIONS(832), - [aux_sym_protocol_token1] = ACTIONS(832), - [aux_sym_proxy_command_token1] = ACTIONS(832), - [aux_sym_proxy_jump_token1] = ACTIONS(832), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(832), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(832), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(832), - [aux_sym_pubkey_authentication_token1] = ACTIONS(832), - [aux_sym_rekey_limit_token1] = ACTIONS(832), - [aux_sym_remote_command_token1] = ACTIONS(832), - [aux_sym_remote_forward_token1] = ACTIONS(832), - [aux_sym_request_tty_token1] = ACTIONS(832), - [aux_sym_revoked_host_keys_token1] = ACTIONS(832), - [aux_sym_security_key_provider_token1] = ACTIONS(832), - [aux_sym_send_env_token1] = ACTIONS(832), - [aux_sym_server_alive_count_max_token1] = ACTIONS(832), - [aux_sym_server_alive_interval_token1] = ACTIONS(832), - [aux_sym_session_type_token1] = ACTIONS(832), - [aux_sym_set_env_token1] = ACTIONS(832), - [aux_sym_stdin_null_token1] = ACTIONS(832), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(832), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(832), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(832), - [aux_sym_syslog_facility_token1] = ACTIONS(832), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(832), - [aux_sym_keep_alive_token1] = ACTIONS(832), - [aux_sym_tunnel_token1] = ACTIONS(834), - [aux_sym_tunnel_device_token1] = ACTIONS(832), - [aux_sym_update_host_keys_token1] = ACTIONS(832), - [aux_sym_use_keychain_token1] = ACTIONS(832), - [aux_sym_use_roaming_token1] = ACTIONS(832), - [aux_sym_user_token1] = ACTIONS(834), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(832), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(832), - [aux_sym_visual_host_key_token1] = ACTIONS(832), - [aux_sym_xauth_location_token1] = ACTIONS(832), + [ts_builtin_sym_end] = ACTIONS(837), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(839), + [anon_sym_DQUOTE] = ACTIONS(841), + [aux_sym_match_token1] = ACTIONS(837), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(837), + [aux_sym_address_family_token1] = ACTIONS(837), + [aux_sym_batch_mode_token1] = ACTIONS(837), + [aux_sym_bind_address_token1] = ACTIONS(837), + [aux_sym_bind_interface_token1] = ACTIONS(837), + [aux_sym_canonical_domains_token1] = ACTIONS(837), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(837), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(837), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(837), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(837), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(837), + [aux_sym_certificate_file_token1] = ACTIONS(837), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(837), + [aux_sym_check_host_ip_token1] = ACTIONS(837), + [aux_sym_ciphers_token1] = ACTIONS(837), + [aux_sym_cipher_token1] = ACTIONS(839), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(837), + [aux_sym_compression_token1] = ACTIONS(837), + [aux_sym_connection_attempts_token1] = ACTIONS(837), + [aux_sym_connect_timeout_token1] = ACTIONS(837), + [aux_sym_control_master_token1] = ACTIONS(837), + [aux_sym_control_path_token1] = ACTIONS(837), + [aux_sym_control_persist_token1] = ACTIONS(837), + [aux_sym_dynamic_forward_token1] = ACTIONS(837), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(837), + [aux_sym_escape_char_token1] = ACTIONS(837), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(837), + [aux_sym_fingerprint_hash_token1] = ACTIONS(837), + [aux_sym_fork_after_authentication_token1] = ACTIONS(837), + [aux_sym_forward_agent_token1] = ACTIONS(837), + [aux_sym_forward_x11_token1] = ACTIONS(839), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(837), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(837), + [aux_sym_gateway_ports_token1] = ACTIONS(837), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(837), + [aux_sym_gssapi_authentication_token1] = ACTIONS(837), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(837), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(837), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(837), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(837), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(837), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(837), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(837), + [aux_sym_hash_known_hosts_token1] = ACTIONS(837), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(837), + [aux_sym_hostbased_authentication_token1] = ACTIONS(837), + [aux_sym_host_key_algorithms_token1] = ACTIONS(837), + [aux_sym_host_key_alias_token1] = ACTIONS(837), + [aux_sym_hostname_token1] = ACTIONS(837), + [aux_sym_identities_only_token1] = ACTIONS(837), + [aux_sym_identity_agent_token1] = ACTIONS(837), + [aux_sym_identity_file_token1] = ACTIONS(837), + [aux_sym_ignore_unknown_token1] = ACTIONS(837), + [aux_sym_include_token1] = ACTIONS(837), + [aux_sym_ip_qos_token1] = ACTIONS(837), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(837), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(837), + [aux_sym_kex_algorithms_token1] = ACTIONS(837), + [aux_sym_known_hosts_command_token1] = ACTIONS(837), + [aux_sym_local_command_token1] = ACTIONS(837), + [aux_sym_local_forward_token1] = ACTIONS(837), + [aux_sym_log_level_token1] = ACTIONS(837), + [aux_sym_log_verbose_token1] = ACTIONS(837), + [aux_sym_macs_token1] = ACTIONS(837), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(837), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(837), + [aux_sym_password_authentication_token1] = ACTIONS(837), + [aux_sym_permit_local_command_token1] = ACTIONS(837), + [aux_sym_permit_remote_open_token1] = ACTIONS(837), + [aux_sym_pkcs11_provider_token1] = ACTIONS(837), + [aux_sym_port_token1] = ACTIONS(837), + [aux_sym_preferred_authentications_token1] = ACTIONS(837), + [aux_sym_protocol_token1] = ACTIONS(837), + [aux_sym_proxy_command_token1] = ACTIONS(837), + [aux_sym_proxy_jump_token1] = ACTIONS(837), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(837), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(837), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(837), + [aux_sym_pubkey_authentication_token1] = ACTIONS(837), + [aux_sym_rekey_limit_token1] = ACTIONS(837), + [aux_sym_remote_command_token1] = ACTIONS(837), + [aux_sym_remote_forward_token1] = ACTIONS(837), + [aux_sym_request_tty_token1] = ACTIONS(837), + [aux_sym_required_rsa_size_token1] = ACTIONS(837), + [aux_sym_revoked_host_keys_token1] = ACTIONS(837), + [aux_sym_security_key_provider_token1] = ACTIONS(837), + [aux_sym_send_env_token1] = ACTIONS(837), + [aux_sym_server_alive_count_max_token1] = ACTIONS(837), + [aux_sym_server_alive_interval_token1] = ACTIONS(837), + [aux_sym_session_type_token1] = ACTIONS(837), + [aux_sym_set_env_token1] = ACTIONS(837), + [aux_sym_stdin_null_token1] = ACTIONS(837), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(837), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(837), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(837), + [aux_sym_syslog_facility_token1] = ACTIONS(837), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(837), + [aux_sym_keep_alive_token1] = ACTIONS(837), + [aux_sym_tunnel_token1] = ACTIONS(839), + [aux_sym_tunnel_device_token1] = ACTIONS(837), + [aux_sym_update_host_keys_token1] = ACTIONS(837), + [aux_sym_use_keychain_token1] = ACTIONS(837), + [aux_sym_use_roaming_token1] = ACTIONS(837), + [aux_sym_user_token1] = ACTIONS(839), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(837), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(837), + [aux_sym_visual_host_key_token1] = ACTIONS(837), + [aux_sym_xauth_location_token1] = ACTIONS(837), }, [51] = { - [ts_builtin_sym_end] = ACTIONS(838), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(840), - [anon_sym_DQUOTE] = ACTIONS(842), - [aux_sym_match_token1] = ACTIONS(838), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(838), - [aux_sym_address_family_token1] = ACTIONS(838), - [aux_sym_batch_mode_token1] = ACTIONS(838), - [aux_sym_bind_address_token1] = ACTIONS(838), - [aux_sym_bind_interface_token1] = ACTIONS(838), - [aux_sym_canonical_domains_token1] = ACTIONS(838), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(838), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(838), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(838), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(838), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(838), - [aux_sym_certificate_file_token1] = ACTIONS(838), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(838), - [aux_sym_check_host_ip_token1] = ACTIONS(838), - [aux_sym_ciphers_token1] = ACTIONS(838), - [aux_sym_cipher_token1] = ACTIONS(840), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(838), - [aux_sym_compression_token1] = ACTIONS(838), - [aux_sym_connection_attempts_token1] = ACTIONS(838), - [aux_sym_connect_timeout_token1] = ACTIONS(838), - [aux_sym_control_master_token1] = ACTIONS(838), - [aux_sym_control_path_token1] = ACTIONS(838), - [aux_sym_control_persist_token1] = ACTIONS(838), - [aux_sym_dynamic_forward_token1] = ACTIONS(838), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(838), - [aux_sym_escape_char_token1] = ACTIONS(838), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(838), - [aux_sym_fingerprint_hash_token1] = ACTIONS(838), - [aux_sym_fork_after_authentication_token1] = ACTIONS(838), - [aux_sym_forward_agent_token1] = ACTIONS(838), - [aux_sym_forward_x11_token1] = ACTIONS(840), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(838), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(838), - [aux_sym_gateway_ports_token1] = ACTIONS(838), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(838), - [aux_sym_gssapi_authentication_token1] = ACTIONS(838), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(838), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(838), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(838), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(838), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(838), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(838), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(838), - [aux_sym_hash_known_hosts_token1] = ACTIONS(838), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(838), - [aux_sym_hostbased_authentication_token1] = ACTIONS(838), - [aux_sym_host_key_algorithms_token1] = ACTIONS(838), - [aux_sym_host_key_alias_token1] = ACTIONS(838), - [aux_sym_hostname_token1] = ACTIONS(838), - [aux_sym_identities_only_token1] = ACTIONS(838), - [aux_sym_identity_agent_token1] = ACTIONS(838), - [aux_sym_identity_file_token1] = ACTIONS(838), - [aux_sym_ignore_unknown_token1] = ACTIONS(838), - [aux_sym_include_token1] = ACTIONS(838), - [aux_sym_ip_qos_token1] = ACTIONS(838), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(838), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(838), - [aux_sym_kex_algorithms_token1] = ACTIONS(838), - [aux_sym_known_hosts_command_token1] = ACTIONS(838), - [aux_sym_local_command_token1] = ACTIONS(838), - [aux_sym_local_forward_token1] = ACTIONS(838), - [aux_sym_log_level_token1] = ACTIONS(838), - [aux_sym_log_verbose_token1] = ACTIONS(838), - [aux_sym_macs_token1] = ACTIONS(838), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(838), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(838), - [aux_sym_password_authentication_token1] = ACTIONS(838), - [aux_sym_permit_local_command_token1] = ACTIONS(838), - [aux_sym_permit_remote_open_token1] = ACTIONS(838), - [aux_sym_pkcs11_provider_token1] = ACTIONS(838), - [aux_sym_port_token1] = ACTIONS(838), - [aux_sym_preferred_authentications_token1] = ACTIONS(838), - [aux_sym_protocol_token1] = ACTIONS(838), - [aux_sym_proxy_command_token1] = ACTIONS(838), - [aux_sym_proxy_jump_token1] = ACTIONS(838), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(838), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(838), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(838), - [aux_sym_pubkey_authentication_token1] = ACTIONS(838), - [aux_sym_rekey_limit_token1] = ACTIONS(838), - [aux_sym_remote_command_token1] = ACTIONS(838), - [aux_sym_remote_forward_token1] = ACTIONS(838), - [aux_sym_request_tty_token1] = ACTIONS(838), - [aux_sym_revoked_host_keys_token1] = ACTIONS(838), - [aux_sym_security_key_provider_token1] = ACTIONS(838), - [aux_sym_send_env_token1] = ACTIONS(838), - [aux_sym_server_alive_count_max_token1] = ACTIONS(838), - [aux_sym_server_alive_interval_token1] = ACTIONS(838), - [aux_sym_session_type_token1] = ACTIONS(838), - [aux_sym_set_env_token1] = ACTIONS(838), - [aux_sym_stdin_null_token1] = ACTIONS(838), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(838), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(838), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(838), - [aux_sym_syslog_facility_token1] = ACTIONS(838), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(838), - [aux_sym_keep_alive_token1] = ACTIONS(838), - [aux_sym_tunnel_token1] = ACTIONS(840), - [aux_sym_tunnel_device_token1] = ACTIONS(838), - [aux_sym_update_host_keys_token1] = ACTIONS(838), - [aux_sym_use_keychain_token1] = ACTIONS(838), - [aux_sym_use_roaming_token1] = ACTIONS(838), - [aux_sym_user_token1] = ACTIONS(840), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(838), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(838), - [aux_sym_visual_host_key_token1] = ACTIONS(838), - [aux_sym_xauth_location_token1] = ACTIONS(838), + [ts_builtin_sym_end] = ACTIONS(843), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(845), + [anon_sym_DQUOTE] = ACTIONS(847), + [aux_sym_match_token1] = ACTIONS(843), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(843), + [aux_sym_address_family_token1] = ACTIONS(843), + [aux_sym_batch_mode_token1] = ACTIONS(843), + [aux_sym_bind_address_token1] = ACTIONS(843), + [aux_sym_bind_interface_token1] = ACTIONS(843), + [aux_sym_canonical_domains_token1] = ACTIONS(843), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(843), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(843), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(843), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(843), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(843), + [aux_sym_certificate_file_token1] = ACTIONS(843), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(843), + [aux_sym_check_host_ip_token1] = ACTIONS(843), + [aux_sym_ciphers_token1] = ACTIONS(843), + [aux_sym_cipher_token1] = ACTIONS(845), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(843), + [aux_sym_compression_token1] = ACTIONS(843), + [aux_sym_connection_attempts_token1] = ACTIONS(843), + [aux_sym_connect_timeout_token1] = ACTIONS(843), + [aux_sym_control_master_token1] = ACTIONS(843), + [aux_sym_control_path_token1] = ACTIONS(843), + [aux_sym_control_persist_token1] = ACTIONS(843), + [aux_sym_dynamic_forward_token1] = ACTIONS(843), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(843), + [aux_sym_escape_char_token1] = ACTIONS(843), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(843), + [aux_sym_fingerprint_hash_token1] = ACTIONS(843), + [aux_sym_fork_after_authentication_token1] = ACTIONS(843), + [aux_sym_forward_agent_token1] = ACTIONS(843), + [aux_sym_forward_x11_token1] = ACTIONS(845), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(843), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(843), + [aux_sym_gateway_ports_token1] = ACTIONS(843), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(843), + [aux_sym_gssapi_authentication_token1] = ACTIONS(843), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(843), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(843), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(843), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(843), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(843), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(843), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(843), + [aux_sym_hash_known_hosts_token1] = ACTIONS(843), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(843), + [aux_sym_hostbased_authentication_token1] = ACTIONS(843), + [aux_sym_host_key_algorithms_token1] = ACTIONS(843), + [aux_sym_host_key_alias_token1] = ACTIONS(843), + [aux_sym_hostname_token1] = ACTIONS(843), + [aux_sym_identities_only_token1] = ACTIONS(843), + [aux_sym_identity_agent_token1] = ACTIONS(843), + [aux_sym_identity_file_token1] = ACTIONS(843), + [aux_sym_ignore_unknown_token1] = ACTIONS(843), + [aux_sym_include_token1] = ACTIONS(843), + [aux_sym_ip_qos_token1] = ACTIONS(843), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(843), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(843), + [aux_sym_kex_algorithms_token1] = ACTIONS(843), + [aux_sym_known_hosts_command_token1] = ACTIONS(843), + [aux_sym_local_command_token1] = ACTIONS(843), + [aux_sym_local_forward_token1] = ACTIONS(843), + [aux_sym_log_level_token1] = ACTIONS(843), + [aux_sym_log_verbose_token1] = ACTIONS(843), + [aux_sym_macs_token1] = ACTIONS(843), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(843), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(843), + [aux_sym_password_authentication_token1] = ACTIONS(843), + [aux_sym_permit_local_command_token1] = ACTIONS(843), + [aux_sym_permit_remote_open_token1] = ACTIONS(843), + [aux_sym_pkcs11_provider_token1] = ACTIONS(843), + [aux_sym_port_token1] = ACTIONS(843), + [aux_sym_preferred_authentications_token1] = ACTIONS(843), + [aux_sym_protocol_token1] = ACTIONS(843), + [aux_sym_proxy_command_token1] = ACTIONS(843), + [aux_sym_proxy_jump_token1] = ACTIONS(843), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(843), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(843), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(843), + [aux_sym_pubkey_authentication_token1] = ACTIONS(843), + [aux_sym_rekey_limit_token1] = ACTIONS(843), + [aux_sym_remote_command_token1] = ACTIONS(843), + [aux_sym_remote_forward_token1] = ACTIONS(843), + [aux_sym_request_tty_token1] = ACTIONS(843), + [aux_sym_required_rsa_size_token1] = ACTIONS(843), + [aux_sym_revoked_host_keys_token1] = ACTIONS(843), + [aux_sym_security_key_provider_token1] = ACTIONS(843), + [aux_sym_send_env_token1] = ACTIONS(843), + [aux_sym_server_alive_count_max_token1] = ACTIONS(843), + [aux_sym_server_alive_interval_token1] = ACTIONS(843), + [aux_sym_session_type_token1] = ACTIONS(843), + [aux_sym_set_env_token1] = ACTIONS(843), + [aux_sym_stdin_null_token1] = ACTIONS(843), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(843), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(843), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(843), + [aux_sym_syslog_facility_token1] = ACTIONS(843), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(843), + [aux_sym_keep_alive_token1] = ACTIONS(843), + [aux_sym_tunnel_token1] = ACTIONS(845), + [aux_sym_tunnel_device_token1] = ACTIONS(843), + [aux_sym_update_host_keys_token1] = ACTIONS(843), + [aux_sym_use_keychain_token1] = ACTIONS(843), + [aux_sym_use_roaming_token1] = ACTIONS(843), + [aux_sym_user_token1] = ACTIONS(845), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(843), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(843), + [aux_sym_visual_host_key_token1] = ACTIONS(843), + [aux_sym_xauth_location_token1] = ACTIONS(843), }, [52] = { - [ts_builtin_sym_end] = ACTIONS(844), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(846), - [anon_sym_DQUOTE] = ACTIONS(848), - [aux_sym_match_token1] = ACTIONS(844), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(844), - [aux_sym_address_family_token1] = ACTIONS(844), - [aux_sym_batch_mode_token1] = ACTIONS(844), - [aux_sym_bind_address_token1] = ACTIONS(844), - [aux_sym_bind_interface_token1] = ACTIONS(844), - [aux_sym_canonical_domains_token1] = ACTIONS(844), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(844), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(844), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(844), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(844), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(844), - [aux_sym_certificate_file_token1] = ACTIONS(844), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(844), - [aux_sym_check_host_ip_token1] = ACTIONS(844), - [aux_sym_ciphers_token1] = ACTIONS(844), - [aux_sym_cipher_token1] = ACTIONS(846), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(844), - [aux_sym_compression_token1] = ACTIONS(844), - [aux_sym_connection_attempts_token1] = ACTIONS(844), - [aux_sym_connect_timeout_token1] = ACTIONS(844), - [aux_sym_control_master_token1] = ACTIONS(844), - [aux_sym_control_path_token1] = ACTIONS(844), - [aux_sym_control_persist_token1] = ACTIONS(844), - [aux_sym_dynamic_forward_token1] = ACTIONS(844), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(844), - [aux_sym_escape_char_token1] = ACTIONS(844), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(844), - [aux_sym_fingerprint_hash_token1] = ACTIONS(844), - [aux_sym_fork_after_authentication_token1] = ACTIONS(844), - [aux_sym_forward_agent_token1] = ACTIONS(844), - [aux_sym_forward_x11_token1] = ACTIONS(846), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(844), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(844), - [aux_sym_gateway_ports_token1] = ACTIONS(844), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(844), - [aux_sym_gssapi_authentication_token1] = ACTIONS(844), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(844), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(844), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(844), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(844), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(844), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(844), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(844), - [aux_sym_hash_known_hosts_token1] = ACTIONS(844), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(844), - [aux_sym_hostbased_authentication_token1] = ACTIONS(844), - [aux_sym_host_key_algorithms_token1] = ACTIONS(844), - [aux_sym_host_key_alias_token1] = ACTIONS(844), - [aux_sym_hostname_token1] = ACTIONS(844), - [aux_sym_identities_only_token1] = ACTIONS(844), - [aux_sym_identity_agent_token1] = ACTIONS(844), - [aux_sym_identity_file_token1] = ACTIONS(844), - [aux_sym_ignore_unknown_token1] = ACTIONS(844), - [aux_sym_include_token1] = ACTIONS(844), - [aux_sym_ip_qos_token1] = ACTIONS(844), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(844), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(844), - [aux_sym_kex_algorithms_token1] = ACTIONS(844), - [aux_sym_known_hosts_command_token1] = ACTIONS(844), - [aux_sym_local_command_token1] = ACTIONS(844), - [aux_sym_local_forward_token1] = ACTIONS(844), - [aux_sym_log_level_token1] = ACTIONS(844), - [aux_sym_log_verbose_token1] = ACTIONS(844), - [aux_sym_macs_token1] = ACTIONS(844), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(844), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(844), - [aux_sym_password_authentication_token1] = ACTIONS(844), - [aux_sym_permit_local_command_token1] = ACTIONS(844), - [aux_sym_permit_remote_open_token1] = ACTIONS(844), - [aux_sym_pkcs11_provider_token1] = ACTIONS(844), - [aux_sym_port_token1] = ACTIONS(844), - [aux_sym_preferred_authentications_token1] = ACTIONS(844), - [aux_sym_protocol_token1] = ACTIONS(844), - [aux_sym_proxy_command_token1] = ACTIONS(844), - [aux_sym_proxy_jump_token1] = ACTIONS(844), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(844), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(844), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(844), - [aux_sym_pubkey_authentication_token1] = ACTIONS(844), - [aux_sym_rekey_limit_token1] = ACTIONS(844), - [aux_sym_remote_command_token1] = ACTIONS(844), - [aux_sym_remote_forward_token1] = ACTIONS(844), - [aux_sym_request_tty_token1] = ACTIONS(844), - [aux_sym_revoked_host_keys_token1] = ACTIONS(844), - [aux_sym_security_key_provider_token1] = ACTIONS(844), - [aux_sym_send_env_token1] = ACTIONS(844), - [aux_sym_server_alive_count_max_token1] = ACTIONS(844), - [aux_sym_server_alive_interval_token1] = ACTIONS(844), - [aux_sym_session_type_token1] = ACTIONS(844), - [aux_sym_set_env_token1] = ACTIONS(844), - [aux_sym_stdin_null_token1] = ACTIONS(844), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(844), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(844), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(844), - [aux_sym_syslog_facility_token1] = ACTIONS(844), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(844), - [aux_sym_keep_alive_token1] = ACTIONS(844), - [aux_sym_tunnel_token1] = ACTIONS(846), - [aux_sym_tunnel_device_token1] = ACTIONS(844), - [aux_sym_update_host_keys_token1] = ACTIONS(844), - [aux_sym_use_keychain_token1] = ACTIONS(844), - [aux_sym_use_roaming_token1] = ACTIONS(844), - [aux_sym_user_token1] = ACTIONS(846), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(844), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(844), - [aux_sym_visual_host_key_token1] = ACTIONS(844), - [aux_sym_xauth_location_token1] = ACTIONS(844), + [ts_builtin_sym_end] = ACTIONS(849), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(851), + [anon_sym_DQUOTE] = ACTIONS(853), + [aux_sym_match_token1] = ACTIONS(849), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(849), + [aux_sym_address_family_token1] = ACTIONS(849), + [aux_sym_batch_mode_token1] = ACTIONS(849), + [aux_sym_bind_address_token1] = ACTIONS(849), + [aux_sym_bind_interface_token1] = ACTIONS(849), + [aux_sym_canonical_domains_token1] = ACTIONS(849), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(849), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(849), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(849), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(849), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(849), + [aux_sym_certificate_file_token1] = ACTIONS(849), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(849), + [aux_sym_check_host_ip_token1] = ACTIONS(849), + [aux_sym_ciphers_token1] = ACTIONS(849), + [aux_sym_cipher_token1] = ACTIONS(851), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(849), + [aux_sym_compression_token1] = ACTIONS(849), + [aux_sym_connection_attempts_token1] = ACTIONS(849), + [aux_sym_connect_timeout_token1] = ACTIONS(849), + [aux_sym_control_master_token1] = ACTIONS(849), + [aux_sym_control_path_token1] = ACTIONS(849), + [aux_sym_control_persist_token1] = ACTIONS(849), + [aux_sym_dynamic_forward_token1] = ACTIONS(849), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(849), + [aux_sym_escape_char_token1] = ACTIONS(849), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(849), + [aux_sym_fingerprint_hash_token1] = ACTIONS(849), + [aux_sym_fork_after_authentication_token1] = ACTIONS(849), + [aux_sym_forward_agent_token1] = ACTIONS(849), + [aux_sym_forward_x11_token1] = ACTIONS(851), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(849), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(849), + [aux_sym_gateway_ports_token1] = ACTIONS(849), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(849), + [aux_sym_gssapi_authentication_token1] = ACTIONS(849), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(849), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(849), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(849), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(849), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(849), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(849), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(849), + [aux_sym_hash_known_hosts_token1] = ACTIONS(849), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(849), + [aux_sym_hostbased_authentication_token1] = ACTIONS(849), + [aux_sym_host_key_algorithms_token1] = ACTIONS(849), + [aux_sym_host_key_alias_token1] = ACTIONS(849), + [aux_sym_hostname_token1] = ACTIONS(849), + [aux_sym_identities_only_token1] = ACTIONS(849), + [aux_sym_identity_agent_token1] = ACTIONS(849), + [aux_sym_identity_file_token1] = ACTIONS(849), + [aux_sym_ignore_unknown_token1] = ACTIONS(849), + [aux_sym_include_token1] = ACTIONS(849), + [aux_sym_ip_qos_token1] = ACTIONS(849), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(849), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(849), + [aux_sym_kex_algorithms_token1] = ACTIONS(849), + [aux_sym_known_hosts_command_token1] = ACTIONS(849), + [aux_sym_local_command_token1] = ACTIONS(849), + [aux_sym_local_forward_token1] = ACTIONS(849), + [aux_sym_log_level_token1] = ACTIONS(849), + [aux_sym_log_verbose_token1] = ACTIONS(849), + [aux_sym_macs_token1] = ACTIONS(849), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(849), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(849), + [aux_sym_password_authentication_token1] = ACTIONS(849), + [aux_sym_permit_local_command_token1] = ACTIONS(849), + [aux_sym_permit_remote_open_token1] = ACTIONS(849), + [aux_sym_pkcs11_provider_token1] = ACTIONS(849), + [aux_sym_port_token1] = ACTIONS(849), + [aux_sym_preferred_authentications_token1] = ACTIONS(849), + [aux_sym_protocol_token1] = ACTIONS(849), + [aux_sym_proxy_command_token1] = ACTIONS(849), + [aux_sym_proxy_jump_token1] = ACTIONS(849), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(849), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(849), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(849), + [aux_sym_pubkey_authentication_token1] = ACTIONS(849), + [aux_sym_rekey_limit_token1] = ACTIONS(849), + [aux_sym_remote_command_token1] = ACTIONS(849), + [aux_sym_remote_forward_token1] = ACTIONS(849), + [aux_sym_request_tty_token1] = ACTIONS(849), + [aux_sym_required_rsa_size_token1] = ACTIONS(849), + [aux_sym_revoked_host_keys_token1] = ACTIONS(849), + [aux_sym_security_key_provider_token1] = ACTIONS(849), + [aux_sym_send_env_token1] = ACTIONS(849), + [aux_sym_server_alive_count_max_token1] = ACTIONS(849), + [aux_sym_server_alive_interval_token1] = ACTIONS(849), + [aux_sym_session_type_token1] = ACTIONS(849), + [aux_sym_set_env_token1] = ACTIONS(849), + [aux_sym_stdin_null_token1] = ACTIONS(849), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(849), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(849), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(849), + [aux_sym_syslog_facility_token1] = ACTIONS(849), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(849), + [aux_sym_keep_alive_token1] = ACTIONS(849), + [aux_sym_tunnel_token1] = ACTIONS(851), + [aux_sym_tunnel_device_token1] = ACTIONS(849), + [aux_sym_update_host_keys_token1] = ACTIONS(849), + [aux_sym_use_keychain_token1] = ACTIONS(849), + [aux_sym_use_roaming_token1] = ACTIONS(849), + [aux_sym_user_token1] = ACTIONS(851), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(849), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(849), + [aux_sym_visual_host_key_token1] = ACTIONS(849), + [aux_sym_xauth_location_token1] = ACTIONS(849), }, [53] = { - [ts_builtin_sym_end] = ACTIONS(850), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(852), - [anon_sym_DQUOTE] = ACTIONS(854), - [aux_sym_match_token1] = ACTIONS(850), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(850), - [aux_sym_address_family_token1] = ACTIONS(850), - [aux_sym_batch_mode_token1] = ACTIONS(850), - [aux_sym_bind_address_token1] = ACTIONS(850), - [aux_sym_bind_interface_token1] = ACTIONS(850), - [aux_sym_canonical_domains_token1] = ACTIONS(850), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(850), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(850), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(850), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(850), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(850), - [aux_sym_certificate_file_token1] = ACTIONS(850), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(850), - [aux_sym_check_host_ip_token1] = ACTIONS(850), - [aux_sym_ciphers_token1] = ACTIONS(850), - [aux_sym_cipher_token1] = ACTIONS(852), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(850), - [aux_sym_compression_token1] = ACTIONS(850), - [aux_sym_connection_attempts_token1] = ACTIONS(850), - [aux_sym_connect_timeout_token1] = ACTIONS(850), - [aux_sym_control_master_token1] = ACTIONS(850), - [aux_sym_control_path_token1] = ACTIONS(850), - [aux_sym_control_persist_token1] = ACTIONS(850), - [aux_sym_dynamic_forward_token1] = ACTIONS(850), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(850), - [aux_sym_escape_char_token1] = ACTIONS(850), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(850), - [aux_sym_fingerprint_hash_token1] = ACTIONS(850), - [aux_sym_fork_after_authentication_token1] = ACTIONS(850), - [aux_sym_forward_agent_token1] = ACTIONS(850), - [aux_sym_forward_x11_token1] = ACTIONS(852), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(850), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(850), - [aux_sym_gateway_ports_token1] = ACTIONS(850), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(850), - [aux_sym_gssapi_authentication_token1] = ACTIONS(850), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(850), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(850), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(850), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(850), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(850), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(850), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(850), - [aux_sym_hash_known_hosts_token1] = ACTIONS(850), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(850), - [aux_sym_hostbased_authentication_token1] = ACTIONS(850), - [aux_sym_host_key_algorithms_token1] = ACTIONS(850), - [aux_sym_host_key_alias_token1] = ACTIONS(850), - [aux_sym_hostname_token1] = ACTIONS(850), - [aux_sym_identities_only_token1] = ACTIONS(850), - [aux_sym_identity_agent_token1] = ACTIONS(850), - [aux_sym_identity_file_token1] = ACTIONS(850), - [aux_sym_ignore_unknown_token1] = ACTIONS(850), - [aux_sym_include_token1] = ACTIONS(850), - [aux_sym_ip_qos_token1] = ACTIONS(850), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(850), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(850), - [aux_sym_kex_algorithms_token1] = ACTIONS(850), - [aux_sym_known_hosts_command_token1] = ACTIONS(850), - [aux_sym_local_command_token1] = ACTIONS(850), - [aux_sym_local_forward_token1] = ACTIONS(850), - [aux_sym_log_level_token1] = ACTIONS(850), - [aux_sym_log_verbose_token1] = ACTIONS(850), - [aux_sym_macs_token1] = ACTIONS(850), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(850), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(850), - [aux_sym_password_authentication_token1] = ACTIONS(850), - [aux_sym_permit_local_command_token1] = ACTIONS(850), - [aux_sym_permit_remote_open_token1] = ACTIONS(850), - [aux_sym_pkcs11_provider_token1] = ACTIONS(850), - [aux_sym_port_token1] = ACTIONS(850), - [aux_sym_preferred_authentications_token1] = ACTIONS(850), - [aux_sym_protocol_token1] = ACTIONS(850), - [aux_sym_proxy_command_token1] = ACTIONS(850), - [aux_sym_proxy_jump_token1] = ACTIONS(850), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(850), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(850), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(850), - [aux_sym_pubkey_authentication_token1] = ACTIONS(850), - [aux_sym_rekey_limit_token1] = ACTIONS(850), - [aux_sym_remote_command_token1] = ACTIONS(850), - [aux_sym_remote_forward_token1] = ACTIONS(850), - [aux_sym_request_tty_token1] = ACTIONS(850), - [aux_sym_revoked_host_keys_token1] = ACTIONS(850), - [aux_sym_security_key_provider_token1] = ACTIONS(850), - [aux_sym_send_env_token1] = ACTIONS(850), - [aux_sym_server_alive_count_max_token1] = ACTIONS(850), - [aux_sym_server_alive_interval_token1] = ACTIONS(850), - [aux_sym_session_type_token1] = ACTIONS(850), - [aux_sym_set_env_token1] = ACTIONS(850), - [aux_sym_stdin_null_token1] = ACTIONS(850), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(850), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(850), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(850), - [aux_sym_syslog_facility_token1] = ACTIONS(850), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(850), - [aux_sym_keep_alive_token1] = ACTIONS(850), - [aux_sym_tunnel_token1] = ACTIONS(852), - [aux_sym_tunnel_device_token1] = ACTIONS(850), - [aux_sym_update_host_keys_token1] = ACTIONS(850), - [aux_sym_use_keychain_token1] = ACTIONS(850), - [aux_sym_use_roaming_token1] = ACTIONS(850), - [aux_sym_user_token1] = ACTIONS(852), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(850), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(850), - [aux_sym_visual_host_key_token1] = ACTIONS(850), - [aux_sym_xauth_location_token1] = ACTIONS(850), + [ts_builtin_sym_end] = ACTIONS(855), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(857), + [anon_sym_DQUOTE] = ACTIONS(859), + [aux_sym_match_token1] = ACTIONS(855), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(855), + [aux_sym_address_family_token1] = ACTIONS(855), + [aux_sym_batch_mode_token1] = ACTIONS(855), + [aux_sym_bind_address_token1] = ACTIONS(855), + [aux_sym_bind_interface_token1] = ACTIONS(855), + [aux_sym_canonical_domains_token1] = ACTIONS(855), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(855), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(855), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(855), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(855), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(855), + [aux_sym_certificate_file_token1] = ACTIONS(855), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(855), + [aux_sym_check_host_ip_token1] = ACTIONS(855), + [aux_sym_ciphers_token1] = ACTIONS(855), + [aux_sym_cipher_token1] = ACTIONS(857), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(855), + [aux_sym_compression_token1] = ACTIONS(855), + [aux_sym_connection_attempts_token1] = ACTIONS(855), + [aux_sym_connect_timeout_token1] = ACTIONS(855), + [aux_sym_control_master_token1] = ACTIONS(855), + [aux_sym_control_path_token1] = ACTIONS(855), + [aux_sym_control_persist_token1] = ACTIONS(855), + [aux_sym_dynamic_forward_token1] = ACTIONS(855), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(855), + [aux_sym_escape_char_token1] = ACTIONS(855), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(855), + [aux_sym_fingerprint_hash_token1] = ACTIONS(855), + [aux_sym_fork_after_authentication_token1] = ACTIONS(855), + [aux_sym_forward_agent_token1] = ACTIONS(855), + [aux_sym_forward_x11_token1] = ACTIONS(857), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(855), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(855), + [aux_sym_gateway_ports_token1] = ACTIONS(855), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(855), + [aux_sym_gssapi_authentication_token1] = ACTIONS(855), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(855), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(855), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(855), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(855), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(855), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(855), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(855), + [aux_sym_hash_known_hosts_token1] = ACTIONS(855), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(855), + [aux_sym_hostbased_authentication_token1] = ACTIONS(855), + [aux_sym_host_key_algorithms_token1] = ACTIONS(855), + [aux_sym_host_key_alias_token1] = ACTIONS(855), + [aux_sym_hostname_token1] = ACTIONS(855), + [aux_sym_identities_only_token1] = ACTIONS(855), + [aux_sym_identity_agent_token1] = ACTIONS(855), + [aux_sym_identity_file_token1] = ACTIONS(855), + [aux_sym_ignore_unknown_token1] = ACTIONS(855), + [aux_sym_include_token1] = ACTIONS(855), + [aux_sym_ip_qos_token1] = ACTIONS(855), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(855), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(855), + [aux_sym_kex_algorithms_token1] = ACTIONS(855), + [aux_sym_known_hosts_command_token1] = ACTIONS(855), + [aux_sym_local_command_token1] = ACTIONS(855), + [aux_sym_local_forward_token1] = ACTIONS(855), + [aux_sym_log_level_token1] = ACTIONS(855), + [aux_sym_log_verbose_token1] = ACTIONS(855), + [aux_sym_macs_token1] = ACTIONS(855), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(855), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(855), + [aux_sym_password_authentication_token1] = ACTIONS(855), + [aux_sym_permit_local_command_token1] = ACTIONS(855), + [aux_sym_permit_remote_open_token1] = ACTIONS(855), + [aux_sym_pkcs11_provider_token1] = ACTIONS(855), + [aux_sym_port_token1] = ACTIONS(855), + [aux_sym_preferred_authentications_token1] = ACTIONS(855), + [aux_sym_protocol_token1] = ACTIONS(855), + [aux_sym_proxy_command_token1] = ACTIONS(855), + [aux_sym_proxy_jump_token1] = ACTIONS(855), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(855), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(855), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(855), + [aux_sym_pubkey_authentication_token1] = ACTIONS(855), + [aux_sym_rekey_limit_token1] = ACTIONS(855), + [aux_sym_remote_command_token1] = ACTIONS(855), + [aux_sym_remote_forward_token1] = ACTIONS(855), + [aux_sym_request_tty_token1] = ACTIONS(855), + [aux_sym_required_rsa_size_token1] = ACTIONS(855), + [aux_sym_revoked_host_keys_token1] = ACTIONS(855), + [aux_sym_security_key_provider_token1] = ACTIONS(855), + [aux_sym_send_env_token1] = ACTIONS(855), + [aux_sym_server_alive_count_max_token1] = ACTIONS(855), + [aux_sym_server_alive_interval_token1] = ACTIONS(855), + [aux_sym_session_type_token1] = ACTIONS(855), + [aux_sym_set_env_token1] = ACTIONS(855), + [aux_sym_stdin_null_token1] = ACTIONS(855), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(855), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(855), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(855), + [aux_sym_syslog_facility_token1] = ACTIONS(855), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(855), + [aux_sym_keep_alive_token1] = ACTIONS(855), + [aux_sym_tunnel_token1] = ACTIONS(857), + [aux_sym_tunnel_device_token1] = ACTIONS(855), + [aux_sym_update_host_keys_token1] = ACTIONS(855), + [aux_sym_use_keychain_token1] = ACTIONS(855), + [aux_sym_use_roaming_token1] = ACTIONS(855), + [aux_sym_user_token1] = ACTIONS(857), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(855), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(855), + [aux_sym_visual_host_key_token1] = ACTIONS(855), + [aux_sym_xauth_location_token1] = ACTIONS(855), }, [54] = { - [ts_builtin_sym_end] = ACTIONS(856), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(858), - [anon_sym_DQUOTE] = ACTIONS(860), - [aux_sym_match_token1] = ACTIONS(856), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(856), - [aux_sym_address_family_token1] = ACTIONS(856), - [aux_sym_batch_mode_token1] = ACTIONS(856), - [aux_sym_bind_address_token1] = ACTIONS(856), - [aux_sym_bind_interface_token1] = ACTIONS(856), - [aux_sym_canonical_domains_token1] = ACTIONS(856), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(856), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(856), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(856), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(856), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(856), - [aux_sym_certificate_file_token1] = ACTIONS(856), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(856), - [aux_sym_check_host_ip_token1] = ACTIONS(856), - [aux_sym_ciphers_token1] = ACTIONS(856), - [aux_sym_cipher_token1] = ACTIONS(858), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(856), - [aux_sym_compression_token1] = ACTIONS(856), - [aux_sym_connection_attempts_token1] = ACTIONS(856), - [aux_sym_connect_timeout_token1] = ACTIONS(856), - [aux_sym_control_master_token1] = ACTIONS(856), - [aux_sym_control_path_token1] = ACTIONS(856), - [aux_sym_control_persist_token1] = ACTIONS(856), - [aux_sym_dynamic_forward_token1] = ACTIONS(856), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(856), - [aux_sym_escape_char_token1] = ACTIONS(856), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(856), - [aux_sym_fingerprint_hash_token1] = ACTIONS(856), - [aux_sym_fork_after_authentication_token1] = ACTIONS(856), - [aux_sym_forward_agent_token1] = ACTIONS(856), - [aux_sym_forward_x11_token1] = ACTIONS(858), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(856), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(856), - [aux_sym_gateway_ports_token1] = ACTIONS(856), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(856), - [aux_sym_gssapi_authentication_token1] = ACTIONS(856), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(856), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(856), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(856), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(856), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(856), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(856), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(856), - [aux_sym_hash_known_hosts_token1] = ACTIONS(856), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(856), - [aux_sym_hostbased_authentication_token1] = ACTIONS(856), - [aux_sym_host_key_algorithms_token1] = ACTIONS(856), - [aux_sym_host_key_alias_token1] = ACTIONS(856), - [aux_sym_hostname_token1] = ACTIONS(856), - [aux_sym_identities_only_token1] = ACTIONS(856), - [aux_sym_identity_agent_token1] = ACTIONS(856), - [aux_sym_identity_file_token1] = ACTIONS(856), - [aux_sym_ignore_unknown_token1] = ACTIONS(856), - [aux_sym_include_token1] = ACTIONS(856), - [aux_sym_ip_qos_token1] = ACTIONS(856), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(856), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(856), - [aux_sym_kex_algorithms_token1] = ACTIONS(856), - [aux_sym_known_hosts_command_token1] = ACTIONS(856), - [aux_sym_local_command_token1] = ACTIONS(856), - [aux_sym_local_forward_token1] = ACTIONS(856), - [aux_sym_log_level_token1] = ACTIONS(856), - [aux_sym_log_verbose_token1] = ACTIONS(856), - [aux_sym_macs_token1] = ACTIONS(856), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(856), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(856), - [aux_sym_password_authentication_token1] = ACTIONS(856), - [aux_sym_permit_local_command_token1] = ACTIONS(856), - [aux_sym_permit_remote_open_token1] = ACTIONS(856), - [aux_sym_pkcs11_provider_token1] = ACTIONS(856), - [aux_sym_port_token1] = ACTIONS(856), - [aux_sym_preferred_authentications_token1] = ACTIONS(856), - [aux_sym_protocol_token1] = ACTIONS(856), - [aux_sym_proxy_command_token1] = ACTIONS(856), - [aux_sym_proxy_jump_token1] = ACTIONS(856), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(856), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(856), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(856), - [aux_sym_pubkey_authentication_token1] = ACTIONS(856), - [aux_sym_rekey_limit_token1] = ACTIONS(856), - [aux_sym_remote_command_token1] = ACTIONS(856), - [aux_sym_remote_forward_token1] = ACTIONS(856), - [aux_sym_request_tty_token1] = ACTIONS(856), - [aux_sym_revoked_host_keys_token1] = ACTIONS(856), - [aux_sym_security_key_provider_token1] = ACTIONS(856), - [aux_sym_send_env_token1] = ACTIONS(856), - [aux_sym_server_alive_count_max_token1] = ACTIONS(856), - [aux_sym_server_alive_interval_token1] = ACTIONS(856), - [aux_sym_session_type_token1] = ACTIONS(856), - [aux_sym_set_env_token1] = ACTIONS(856), - [aux_sym_stdin_null_token1] = ACTIONS(856), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(856), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(856), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(856), - [aux_sym_syslog_facility_token1] = ACTIONS(856), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(856), - [aux_sym_keep_alive_token1] = ACTIONS(856), - [aux_sym_tunnel_token1] = ACTIONS(858), - [aux_sym_tunnel_device_token1] = ACTIONS(856), - [aux_sym_update_host_keys_token1] = ACTIONS(856), - [aux_sym_use_keychain_token1] = ACTIONS(856), - [aux_sym_use_roaming_token1] = ACTIONS(856), - [aux_sym_user_token1] = ACTIONS(858), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(856), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(856), - [aux_sym_visual_host_key_token1] = ACTIONS(856), - [aux_sym_xauth_location_token1] = ACTIONS(856), + [ts_builtin_sym_end] = ACTIONS(861), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(863), + [anon_sym_DQUOTE] = ACTIONS(865), + [aux_sym_match_token1] = ACTIONS(861), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(861), + [aux_sym_address_family_token1] = ACTIONS(861), + [aux_sym_batch_mode_token1] = ACTIONS(861), + [aux_sym_bind_address_token1] = ACTIONS(861), + [aux_sym_bind_interface_token1] = ACTIONS(861), + [aux_sym_canonical_domains_token1] = ACTIONS(861), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(861), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(861), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(861), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(861), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(861), + [aux_sym_certificate_file_token1] = ACTIONS(861), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(861), + [aux_sym_check_host_ip_token1] = ACTIONS(861), + [aux_sym_ciphers_token1] = ACTIONS(861), + [aux_sym_cipher_token1] = ACTIONS(863), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(861), + [aux_sym_compression_token1] = ACTIONS(861), + [aux_sym_connection_attempts_token1] = ACTIONS(861), + [aux_sym_connect_timeout_token1] = ACTIONS(861), + [aux_sym_control_master_token1] = ACTIONS(861), + [aux_sym_control_path_token1] = ACTIONS(861), + [aux_sym_control_persist_token1] = ACTIONS(861), + [aux_sym_dynamic_forward_token1] = ACTIONS(861), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(861), + [aux_sym_escape_char_token1] = ACTIONS(861), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(861), + [aux_sym_fingerprint_hash_token1] = ACTIONS(861), + [aux_sym_fork_after_authentication_token1] = ACTIONS(861), + [aux_sym_forward_agent_token1] = ACTIONS(861), + [aux_sym_forward_x11_token1] = ACTIONS(863), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(861), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(861), + [aux_sym_gateway_ports_token1] = ACTIONS(861), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(861), + [aux_sym_gssapi_authentication_token1] = ACTIONS(861), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(861), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(861), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(861), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(861), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(861), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(861), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(861), + [aux_sym_hash_known_hosts_token1] = ACTIONS(861), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(861), + [aux_sym_hostbased_authentication_token1] = ACTIONS(861), + [aux_sym_host_key_algorithms_token1] = ACTIONS(861), + [aux_sym_host_key_alias_token1] = ACTIONS(861), + [aux_sym_hostname_token1] = ACTIONS(861), + [aux_sym_identities_only_token1] = ACTIONS(861), + [aux_sym_identity_agent_token1] = ACTIONS(861), + [aux_sym_identity_file_token1] = ACTIONS(861), + [aux_sym_ignore_unknown_token1] = ACTIONS(861), + [aux_sym_include_token1] = ACTIONS(861), + [aux_sym_ip_qos_token1] = ACTIONS(861), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(861), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(861), + [aux_sym_kex_algorithms_token1] = ACTIONS(861), + [aux_sym_known_hosts_command_token1] = ACTIONS(861), + [aux_sym_local_command_token1] = ACTIONS(861), + [aux_sym_local_forward_token1] = ACTIONS(861), + [aux_sym_log_level_token1] = ACTIONS(861), + [aux_sym_log_verbose_token1] = ACTIONS(861), + [aux_sym_macs_token1] = ACTIONS(861), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(861), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(861), + [aux_sym_password_authentication_token1] = ACTIONS(861), + [aux_sym_permit_local_command_token1] = ACTIONS(861), + [aux_sym_permit_remote_open_token1] = ACTIONS(861), + [aux_sym_pkcs11_provider_token1] = ACTIONS(861), + [aux_sym_port_token1] = ACTIONS(861), + [aux_sym_preferred_authentications_token1] = ACTIONS(861), + [aux_sym_protocol_token1] = ACTIONS(861), + [aux_sym_proxy_command_token1] = ACTIONS(861), + [aux_sym_proxy_jump_token1] = ACTIONS(861), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(861), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(861), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(861), + [aux_sym_pubkey_authentication_token1] = ACTIONS(861), + [aux_sym_rekey_limit_token1] = ACTIONS(861), + [aux_sym_remote_command_token1] = ACTIONS(861), + [aux_sym_remote_forward_token1] = ACTIONS(861), + [aux_sym_request_tty_token1] = ACTIONS(861), + [aux_sym_required_rsa_size_token1] = ACTIONS(861), + [aux_sym_revoked_host_keys_token1] = ACTIONS(861), + [aux_sym_security_key_provider_token1] = ACTIONS(861), + [aux_sym_send_env_token1] = ACTIONS(861), + [aux_sym_server_alive_count_max_token1] = ACTIONS(861), + [aux_sym_server_alive_interval_token1] = ACTIONS(861), + [aux_sym_session_type_token1] = ACTIONS(861), + [aux_sym_set_env_token1] = ACTIONS(861), + [aux_sym_stdin_null_token1] = ACTIONS(861), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(861), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(861), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(861), + [aux_sym_syslog_facility_token1] = ACTIONS(861), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(861), + [aux_sym_keep_alive_token1] = ACTIONS(861), + [aux_sym_tunnel_token1] = ACTIONS(863), + [aux_sym_tunnel_device_token1] = ACTIONS(861), + [aux_sym_update_host_keys_token1] = ACTIONS(861), + [aux_sym_use_keychain_token1] = ACTIONS(861), + [aux_sym_use_roaming_token1] = ACTIONS(861), + [aux_sym_user_token1] = ACTIONS(863), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(861), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(861), + [aux_sym_visual_host_key_token1] = ACTIONS(861), + [aux_sym_xauth_location_token1] = ACTIONS(861), }, [55] = { - [ts_builtin_sym_end] = ACTIONS(862), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(864), - [anon_sym_DQUOTE] = ACTIONS(866), - [aux_sym_match_token1] = ACTIONS(862), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(862), - [aux_sym_address_family_token1] = ACTIONS(862), - [aux_sym_batch_mode_token1] = ACTIONS(862), - [aux_sym_bind_address_token1] = ACTIONS(862), - [aux_sym_bind_interface_token1] = ACTIONS(862), - [aux_sym_canonical_domains_token1] = ACTIONS(862), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(862), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(862), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(862), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(862), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(862), - [aux_sym_certificate_file_token1] = ACTIONS(862), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(862), - [aux_sym_check_host_ip_token1] = ACTIONS(862), - [aux_sym_ciphers_token1] = ACTIONS(862), - [aux_sym_cipher_token1] = ACTIONS(864), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(862), - [aux_sym_compression_token1] = ACTIONS(862), - [aux_sym_connection_attempts_token1] = ACTIONS(862), - [aux_sym_connect_timeout_token1] = ACTIONS(862), - [aux_sym_control_master_token1] = ACTIONS(862), - [aux_sym_control_path_token1] = ACTIONS(862), - [aux_sym_control_persist_token1] = ACTIONS(862), - [aux_sym_dynamic_forward_token1] = ACTIONS(862), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(862), - [aux_sym_escape_char_token1] = ACTIONS(862), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(862), - [aux_sym_fingerprint_hash_token1] = ACTIONS(862), - [aux_sym_fork_after_authentication_token1] = ACTIONS(862), - [aux_sym_forward_agent_token1] = ACTIONS(862), - [aux_sym_forward_x11_token1] = ACTIONS(864), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(862), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(862), - [aux_sym_gateway_ports_token1] = ACTIONS(862), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(862), - [aux_sym_gssapi_authentication_token1] = ACTIONS(862), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(862), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(862), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(862), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(862), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(862), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(862), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(862), - [aux_sym_hash_known_hosts_token1] = ACTIONS(862), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(862), - [aux_sym_hostbased_authentication_token1] = ACTIONS(862), - [aux_sym_host_key_algorithms_token1] = ACTIONS(862), - [aux_sym_host_key_alias_token1] = ACTIONS(862), - [aux_sym_hostname_token1] = ACTIONS(862), - [aux_sym_identities_only_token1] = ACTIONS(862), - [aux_sym_identity_agent_token1] = ACTIONS(862), - [aux_sym_identity_file_token1] = ACTIONS(862), - [aux_sym_ignore_unknown_token1] = ACTIONS(862), - [aux_sym_include_token1] = ACTIONS(862), - [aux_sym_ip_qos_token1] = ACTIONS(862), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(862), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(862), - [aux_sym_kex_algorithms_token1] = ACTIONS(862), - [aux_sym_known_hosts_command_token1] = ACTIONS(862), - [aux_sym_local_command_token1] = ACTIONS(862), - [aux_sym_local_forward_token1] = ACTIONS(862), - [aux_sym_log_level_token1] = ACTIONS(862), - [aux_sym_log_verbose_token1] = ACTIONS(862), - [aux_sym_macs_token1] = ACTIONS(862), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(862), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(862), - [aux_sym_password_authentication_token1] = ACTIONS(862), - [aux_sym_permit_local_command_token1] = ACTIONS(862), - [aux_sym_permit_remote_open_token1] = ACTIONS(862), - [aux_sym_pkcs11_provider_token1] = ACTIONS(862), - [aux_sym_port_token1] = ACTIONS(862), - [aux_sym_preferred_authentications_token1] = ACTIONS(862), - [aux_sym_protocol_token1] = ACTIONS(862), - [aux_sym_proxy_command_token1] = ACTIONS(862), - [aux_sym_proxy_jump_token1] = ACTIONS(862), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(862), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(862), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(862), - [aux_sym_pubkey_authentication_token1] = ACTIONS(862), - [aux_sym_rekey_limit_token1] = ACTIONS(862), - [aux_sym_remote_command_token1] = ACTIONS(862), - [aux_sym_remote_forward_token1] = ACTIONS(862), - [aux_sym_request_tty_token1] = ACTIONS(862), - [aux_sym_revoked_host_keys_token1] = ACTIONS(862), - [aux_sym_security_key_provider_token1] = ACTIONS(862), - [aux_sym_send_env_token1] = ACTIONS(862), - [aux_sym_server_alive_count_max_token1] = ACTIONS(862), - [aux_sym_server_alive_interval_token1] = ACTIONS(862), - [aux_sym_session_type_token1] = ACTIONS(862), - [aux_sym_set_env_token1] = ACTIONS(862), - [aux_sym_stdin_null_token1] = ACTIONS(862), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(862), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(862), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(862), - [aux_sym_syslog_facility_token1] = ACTIONS(862), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(862), - [aux_sym_keep_alive_token1] = ACTIONS(862), - [aux_sym_tunnel_token1] = ACTIONS(864), - [aux_sym_tunnel_device_token1] = ACTIONS(862), - [aux_sym_update_host_keys_token1] = ACTIONS(862), - [aux_sym_use_keychain_token1] = ACTIONS(862), - [aux_sym_use_roaming_token1] = ACTIONS(862), - [aux_sym_user_token1] = ACTIONS(864), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(862), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(862), - [aux_sym_visual_host_key_token1] = ACTIONS(862), - [aux_sym_xauth_location_token1] = ACTIONS(862), + [ts_builtin_sym_end] = ACTIONS(867), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(869), + [anon_sym_DQUOTE] = ACTIONS(871), + [aux_sym_match_token1] = ACTIONS(867), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(867), + [aux_sym_address_family_token1] = ACTIONS(867), + [aux_sym_batch_mode_token1] = ACTIONS(867), + [aux_sym_bind_address_token1] = ACTIONS(867), + [aux_sym_bind_interface_token1] = ACTIONS(867), + [aux_sym_canonical_domains_token1] = ACTIONS(867), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(867), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(867), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(867), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(867), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(867), + [aux_sym_certificate_file_token1] = ACTIONS(867), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(867), + [aux_sym_check_host_ip_token1] = ACTIONS(867), + [aux_sym_ciphers_token1] = ACTIONS(867), + [aux_sym_cipher_token1] = ACTIONS(869), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(867), + [aux_sym_compression_token1] = ACTIONS(867), + [aux_sym_connection_attempts_token1] = ACTIONS(867), + [aux_sym_connect_timeout_token1] = ACTIONS(867), + [aux_sym_control_master_token1] = ACTIONS(867), + [aux_sym_control_path_token1] = ACTIONS(867), + [aux_sym_control_persist_token1] = ACTIONS(867), + [aux_sym_dynamic_forward_token1] = ACTIONS(867), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(867), + [aux_sym_escape_char_token1] = ACTIONS(867), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(867), + [aux_sym_fingerprint_hash_token1] = ACTIONS(867), + [aux_sym_fork_after_authentication_token1] = ACTIONS(867), + [aux_sym_forward_agent_token1] = ACTIONS(867), + [aux_sym_forward_x11_token1] = ACTIONS(869), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(867), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(867), + [aux_sym_gateway_ports_token1] = ACTIONS(867), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(867), + [aux_sym_gssapi_authentication_token1] = ACTIONS(867), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(867), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(867), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(867), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(867), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(867), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(867), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(867), + [aux_sym_hash_known_hosts_token1] = ACTIONS(867), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(867), + [aux_sym_hostbased_authentication_token1] = ACTIONS(867), + [aux_sym_host_key_algorithms_token1] = ACTIONS(867), + [aux_sym_host_key_alias_token1] = ACTIONS(867), + [aux_sym_hostname_token1] = ACTIONS(867), + [aux_sym_identities_only_token1] = ACTIONS(867), + [aux_sym_identity_agent_token1] = ACTIONS(867), + [aux_sym_identity_file_token1] = ACTIONS(867), + [aux_sym_ignore_unknown_token1] = ACTIONS(867), + [aux_sym_include_token1] = ACTIONS(867), + [aux_sym_ip_qos_token1] = ACTIONS(867), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(867), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(867), + [aux_sym_kex_algorithms_token1] = ACTIONS(867), + [aux_sym_known_hosts_command_token1] = ACTIONS(867), + [aux_sym_local_command_token1] = ACTIONS(867), + [aux_sym_local_forward_token1] = ACTIONS(867), + [aux_sym_log_level_token1] = ACTIONS(867), + [aux_sym_log_verbose_token1] = ACTIONS(867), + [aux_sym_macs_token1] = ACTIONS(867), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(867), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(867), + [aux_sym_password_authentication_token1] = ACTIONS(867), + [aux_sym_permit_local_command_token1] = ACTIONS(867), + [aux_sym_permit_remote_open_token1] = ACTIONS(867), + [aux_sym_pkcs11_provider_token1] = ACTIONS(867), + [aux_sym_port_token1] = ACTIONS(867), + [aux_sym_preferred_authentications_token1] = ACTIONS(867), + [aux_sym_protocol_token1] = ACTIONS(867), + [aux_sym_proxy_command_token1] = ACTIONS(867), + [aux_sym_proxy_jump_token1] = ACTIONS(867), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(867), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(867), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(867), + [aux_sym_pubkey_authentication_token1] = ACTIONS(867), + [aux_sym_rekey_limit_token1] = ACTIONS(867), + [aux_sym_remote_command_token1] = ACTIONS(867), + [aux_sym_remote_forward_token1] = ACTIONS(867), + [aux_sym_request_tty_token1] = ACTIONS(867), + [aux_sym_required_rsa_size_token1] = ACTIONS(867), + [aux_sym_revoked_host_keys_token1] = ACTIONS(867), + [aux_sym_security_key_provider_token1] = ACTIONS(867), + [aux_sym_send_env_token1] = ACTIONS(867), + [aux_sym_server_alive_count_max_token1] = ACTIONS(867), + [aux_sym_server_alive_interval_token1] = ACTIONS(867), + [aux_sym_session_type_token1] = ACTIONS(867), + [aux_sym_set_env_token1] = ACTIONS(867), + [aux_sym_stdin_null_token1] = ACTIONS(867), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(867), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(867), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(867), + [aux_sym_syslog_facility_token1] = ACTIONS(867), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(867), + [aux_sym_keep_alive_token1] = ACTIONS(867), + [aux_sym_tunnel_token1] = ACTIONS(869), + [aux_sym_tunnel_device_token1] = ACTIONS(867), + [aux_sym_update_host_keys_token1] = ACTIONS(867), + [aux_sym_use_keychain_token1] = ACTIONS(867), + [aux_sym_use_roaming_token1] = ACTIONS(867), + [aux_sym_user_token1] = ACTIONS(869), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(867), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(867), + [aux_sym_visual_host_key_token1] = ACTIONS(867), + [aux_sym_xauth_location_token1] = ACTIONS(867), }, [56] = { - [ts_builtin_sym_end] = ACTIONS(868), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(870), - [anon_sym_DQUOTE] = ACTIONS(872), - [aux_sym_match_token1] = ACTIONS(868), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(868), - [aux_sym_address_family_token1] = ACTIONS(868), - [aux_sym_batch_mode_token1] = ACTIONS(868), - [aux_sym_bind_address_token1] = ACTIONS(868), - [aux_sym_bind_interface_token1] = ACTIONS(868), - [aux_sym_canonical_domains_token1] = ACTIONS(868), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(868), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(868), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(868), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(868), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(868), - [aux_sym_certificate_file_token1] = ACTIONS(868), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(868), - [aux_sym_check_host_ip_token1] = ACTIONS(868), - [aux_sym_ciphers_token1] = ACTIONS(868), - [aux_sym_cipher_token1] = ACTIONS(870), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(868), - [aux_sym_compression_token1] = ACTIONS(868), - [aux_sym_connection_attempts_token1] = ACTIONS(868), - [aux_sym_connect_timeout_token1] = ACTIONS(868), - [aux_sym_control_master_token1] = ACTIONS(868), - [aux_sym_control_path_token1] = ACTIONS(868), - [aux_sym_control_persist_token1] = ACTIONS(868), - [aux_sym_dynamic_forward_token1] = ACTIONS(868), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(868), - [aux_sym_escape_char_token1] = ACTIONS(868), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(868), - [aux_sym_fingerprint_hash_token1] = ACTIONS(868), - [aux_sym_fork_after_authentication_token1] = ACTIONS(868), - [aux_sym_forward_agent_token1] = ACTIONS(868), - [aux_sym_forward_x11_token1] = ACTIONS(870), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(868), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(868), - [aux_sym_gateway_ports_token1] = ACTIONS(868), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(868), - [aux_sym_gssapi_authentication_token1] = ACTIONS(868), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(868), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(868), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(868), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(868), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(868), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(868), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(868), - [aux_sym_hash_known_hosts_token1] = ACTIONS(868), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(868), - [aux_sym_hostbased_authentication_token1] = ACTIONS(868), - [aux_sym_host_key_algorithms_token1] = ACTIONS(868), - [aux_sym_host_key_alias_token1] = ACTIONS(868), - [aux_sym_hostname_token1] = ACTIONS(868), - [aux_sym_identities_only_token1] = ACTIONS(868), - [aux_sym_identity_agent_token1] = ACTIONS(868), - [aux_sym_identity_file_token1] = ACTIONS(868), - [aux_sym_ignore_unknown_token1] = ACTIONS(868), - [aux_sym_include_token1] = ACTIONS(868), - [aux_sym_ip_qos_token1] = ACTIONS(868), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(868), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(868), - [aux_sym_kex_algorithms_token1] = ACTIONS(868), - [aux_sym_known_hosts_command_token1] = ACTIONS(868), - [aux_sym_local_command_token1] = ACTIONS(868), - [aux_sym_local_forward_token1] = ACTIONS(868), - [aux_sym_log_level_token1] = ACTIONS(868), - [aux_sym_log_verbose_token1] = ACTIONS(868), - [aux_sym_macs_token1] = ACTIONS(868), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(868), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(868), - [aux_sym_password_authentication_token1] = ACTIONS(868), - [aux_sym_permit_local_command_token1] = ACTIONS(868), - [aux_sym_permit_remote_open_token1] = ACTIONS(868), - [aux_sym_pkcs11_provider_token1] = ACTIONS(868), - [aux_sym_port_token1] = ACTIONS(868), - [aux_sym_preferred_authentications_token1] = ACTIONS(868), - [aux_sym_protocol_token1] = ACTIONS(868), - [aux_sym_proxy_command_token1] = ACTIONS(868), - [aux_sym_proxy_jump_token1] = ACTIONS(868), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(868), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(868), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(868), - [aux_sym_pubkey_authentication_token1] = ACTIONS(868), - [aux_sym_rekey_limit_token1] = ACTIONS(868), - [aux_sym_remote_command_token1] = ACTIONS(868), - [aux_sym_remote_forward_token1] = ACTIONS(868), - [aux_sym_request_tty_token1] = ACTIONS(868), - [aux_sym_revoked_host_keys_token1] = ACTIONS(868), - [aux_sym_security_key_provider_token1] = ACTIONS(868), - [aux_sym_send_env_token1] = ACTIONS(868), - [aux_sym_server_alive_count_max_token1] = ACTIONS(868), - [aux_sym_server_alive_interval_token1] = ACTIONS(868), - [aux_sym_session_type_token1] = ACTIONS(868), - [aux_sym_set_env_token1] = ACTIONS(868), - [aux_sym_stdin_null_token1] = ACTIONS(868), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(868), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(868), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(868), - [aux_sym_syslog_facility_token1] = ACTIONS(868), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(868), - [aux_sym_keep_alive_token1] = ACTIONS(868), - [aux_sym_tunnel_token1] = ACTIONS(870), - [aux_sym_tunnel_device_token1] = ACTIONS(868), - [aux_sym_update_host_keys_token1] = ACTIONS(868), - [aux_sym_use_keychain_token1] = ACTIONS(868), - [aux_sym_use_roaming_token1] = ACTIONS(868), - [aux_sym_user_token1] = ACTIONS(870), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(868), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(868), - [aux_sym_visual_host_key_token1] = ACTIONS(868), - [aux_sym_xauth_location_token1] = ACTIONS(868), + [ts_builtin_sym_end] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(875), + [anon_sym_DQUOTE] = ACTIONS(877), + [aux_sym_match_token1] = ACTIONS(873), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(873), + [aux_sym_address_family_token1] = ACTIONS(873), + [aux_sym_batch_mode_token1] = ACTIONS(873), + [aux_sym_bind_address_token1] = ACTIONS(873), + [aux_sym_bind_interface_token1] = ACTIONS(873), + [aux_sym_canonical_domains_token1] = ACTIONS(873), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(873), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(873), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(873), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(873), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(873), + [aux_sym_certificate_file_token1] = ACTIONS(873), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(873), + [aux_sym_check_host_ip_token1] = ACTIONS(873), + [aux_sym_ciphers_token1] = ACTIONS(873), + [aux_sym_cipher_token1] = ACTIONS(875), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(873), + [aux_sym_compression_token1] = ACTIONS(873), + [aux_sym_connection_attempts_token1] = ACTIONS(873), + [aux_sym_connect_timeout_token1] = ACTIONS(873), + [aux_sym_control_master_token1] = ACTIONS(873), + [aux_sym_control_path_token1] = ACTIONS(873), + [aux_sym_control_persist_token1] = ACTIONS(873), + [aux_sym_dynamic_forward_token1] = ACTIONS(873), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(873), + [aux_sym_escape_char_token1] = ACTIONS(873), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(873), + [aux_sym_fingerprint_hash_token1] = ACTIONS(873), + [aux_sym_fork_after_authentication_token1] = ACTIONS(873), + [aux_sym_forward_agent_token1] = ACTIONS(873), + [aux_sym_forward_x11_token1] = ACTIONS(875), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(873), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(873), + [aux_sym_gateway_ports_token1] = ACTIONS(873), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(873), + [aux_sym_gssapi_authentication_token1] = ACTIONS(873), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(873), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(873), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(873), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(873), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(873), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(873), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(873), + [aux_sym_hash_known_hosts_token1] = ACTIONS(873), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(873), + [aux_sym_hostbased_authentication_token1] = ACTIONS(873), + [aux_sym_host_key_algorithms_token1] = ACTIONS(873), + [aux_sym_host_key_alias_token1] = ACTIONS(873), + [aux_sym_hostname_token1] = ACTIONS(873), + [aux_sym_identities_only_token1] = ACTIONS(873), + [aux_sym_identity_agent_token1] = ACTIONS(873), + [aux_sym_identity_file_token1] = ACTIONS(873), + [aux_sym_ignore_unknown_token1] = ACTIONS(873), + [aux_sym_include_token1] = ACTIONS(873), + [aux_sym_ip_qos_token1] = ACTIONS(873), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(873), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(873), + [aux_sym_kex_algorithms_token1] = ACTIONS(873), + [aux_sym_known_hosts_command_token1] = ACTIONS(873), + [aux_sym_local_command_token1] = ACTIONS(873), + [aux_sym_local_forward_token1] = ACTIONS(873), + [aux_sym_log_level_token1] = ACTIONS(873), + [aux_sym_log_verbose_token1] = ACTIONS(873), + [aux_sym_macs_token1] = ACTIONS(873), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(873), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(873), + [aux_sym_password_authentication_token1] = ACTIONS(873), + [aux_sym_permit_local_command_token1] = ACTIONS(873), + [aux_sym_permit_remote_open_token1] = ACTIONS(873), + [aux_sym_pkcs11_provider_token1] = ACTIONS(873), + [aux_sym_port_token1] = ACTIONS(873), + [aux_sym_preferred_authentications_token1] = ACTIONS(873), + [aux_sym_protocol_token1] = ACTIONS(873), + [aux_sym_proxy_command_token1] = ACTIONS(873), + [aux_sym_proxy_jump_token1] = ACTIONS(873), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(873), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(873), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(873), + [aux_sym_pubkey_authentication_token1] = ACTIONS(873), + [aux_sym_rekey_limit_token1] = ACTIONS(873), + [aux_sym_remote_command_token1] = ACTIONS(873), + [aux_sym_remote_forward_token1] = ACTIONS(873), + [aux_sym_request_tty_token1] = ACTIONS(873), + [aux_sym_required_rsa_size_token1] = ACTIONS(873), + [aux_sym_revoked_host_keys_token1] = ACTIONS(873), + [aux_sym_security_key_provider_token1] = ACTIONS(873), + [aux_sym_send_env_token1] = ACTIONS(873), + [aux_sym_server_alive_count_max_token1] = ACTIONS(873), + [aux_sym_server_alive_interval_token1] = ACTIONS(873), + [aux_sym_session_type_token1] = ACTIONS(873), + [aux_sym_set_env_token1] = ACTIONS(873), + [aux_sym_stdin_null_token1] = ACTIONS(873), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(873), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(873), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(873), + [aux_sym_syslog_facility_token1] = ACTIONS(873), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(873), + [aux_sym_keep_alive_token1] = ACTIONS(873), + [aux_sym_tunnel_token1] = ACTIONS(875), + [aux_sym_tunnel_device_token1] = ACTIONS(873), + [aux_sym_update_host_keys_token1] = ACTIONS(873), + [aux_sym_use_keychain_token1] = ACTIONS(873), + [aux_sym_use_roaming_token1] = ACTIONS(873), + [aux_sym_user_token1] = ACTIONS(875), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(873), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(873), + [aux_sym_visual_host_key_token1] = ACTIONS(873), + [aux_sym_xauth_location_token1] = ACTIONS(873), }, [57] = { - [ts_builtin_sym_end] = ACTIONS(874), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(876), - [anon_sym_DQUOTE] = ACTIONS(878), - [aux_sym_match_token1] = ACTIONS(874), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(874), - [aux_sym_address_family_token1] = ACTIONS(874), - [aux_sym_batch_mode_token1] = ACTIONS(874), - [aux_sym_bind_address_token1] = ACTIONS(874), - [aux_sym_bind_interface_token1] = ACTIONS(874), - [aux_sym_canonical_domains_token1] = ACTIONS(874), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(874), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(874), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(874), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(874), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(874), - [aux_sym_certificate_file_token1] = ACTIONS(874), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(874), - [aux_sym_check_host_ip_token1] = ACTIONS(874), - [aux_sym_ciphers_token1] = ACTIONS(874), - [aux_sym_cipher_token1] = ACTIONS(876), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(874), - [aux_sym_compression_token1] = ACTIONS(874), - [aux_sym_connection_attempts_token1] = ACTIONS(874), - [aux_sym_connect_timeout_token1] = ACTIONS(874), - [aux_sym_control_master_token1] = ACTIONS(874), - [aux_sym_control_path_token1] = ACTIONS(874), - [aux_sym_control_persist_token1] = ACTIONS(874), - [aux_sym_dynamic_forward_token1] = ACTIONS(874), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(874), - [aux_sym_escape_char_token1] = ACTIONS(874), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(874), - [aux_sym_fingerprint_hash_token1] = ACTIONS(874), - [aux_sym_fork_after_authentication_token1] = ACTIONS(874), - [aux_sym_forward_agent_token1] = ACTIONS(874), - [aux_sym_forward_x11_token1] = ACTIONS(876), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(874), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(874), - [aux_sym_gateway_ports_token1] = ACTIONS(874), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(874), - [aux_sym_gssapi_authentication_token1] = ACTIONS(874), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(874), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(874), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(874), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(874), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(874), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(874), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(874), - [aux_sym_hash_known_hosts_token1] = ACTIONS(874), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(874), - [aux_sym_hostbased_authentication_token1] = ACTIONS(874), - [aux_sym_host_key_algorithms_token1] = ACTIONS(874), - [aux_sym_host_key_alias_token1] = ACTIONS(874), - [aux_sym_hostname_token1] = ACTIONS(874), - [aux_sym_identities_only_token1] = ACTIONS(874), - [aux_sym_identity_agent_token1] = ACTIONS(874), - [aux_sym_identity_file_token1] = ACTIONS(874), - [aux_sym_ignore_unknown_token1] = ACTIONS(874), - [aux_sym_include_token1] = ACTIONS(874), - [aux_sym_ip_qos_token1] = ACTIONS(874), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(874), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(874), - [aux_sym_kex_algorithms_token1] = ACTIONS(874), - [aux_sym_known_hosts_command_token1] = ACTIONS(874), - [aux_sym_local_command_token1] = ACTIONS(874), - [aux_sym_local_forward_token1] = ACTIONS(874), - [aux_sym_log_level_token1] = ACTIONS(874), - [aux_sym_log_verbose_token1] = ACTIONS(874), - [aux_sym_macs_token1] = ACTIONS(874), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(874), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(874), - [aux_sym_password_authentication_token1] = ACTIONS(874), - [aux_sym_permit_local_command_token1] = ACTIONS(874), - [aux_sym_permit_remote_open_token1] = ACTIONS(874), - [aux_sym_pkcs11_provider_token1] = ACTIONS(874), - [aux_sym_port_token1] = ACTIONS(874), - [aux_sym_preferred_authentications_token1] = ACTIONS(874), - [aux_sym_protocol_token1] = ACTIONS(874), - [aux_sym_proxy_command_token1] = ACTIONS(874), - [aux_sym_proxy_jump_token1] = ACTIONS(874), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(874), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(874), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(874), - [aux_sym_pubkey_authentication_token1] = ACTIONS(874), - [aux_sym_rekey_limit_token1] = ACTIONS(874), - [aux_sym_remote_command_token1] = ACTIONS(874), - [aux_sym_remote_forward_token1] = ACTIONS(874), - [aux_sym_request_tty_token1] = ACTIONS(874), - [aux_sym_revoked_host_keys_token1] = ACTIONS(874), - [aux_sym_security_key_provider_token1] = ACTIONS(874), - [aux_sym_send_env_token1] = ACTIONS(874), - [aux_sym_server_alive_count_max_token1] = ACTIONS(874), - [aux_sym_server_alive_interval_token1] = ACTIONS(874), - [aux_sym_session_type_token1] = ACTIONS(874), - [aux_sym_set_env_token1] = ACTIONS(874), - [aux_sym_stdin_null_token1] = ACTIONS(874), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(874), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(874), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(874), - [aux_sym_syslog_facility_token1] = ACTIONS(874), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(874), - [aux_sym_keep_alive_token1] = ACTIONS(874), - [aux_sym_tunnel_token1] = ACTIONS(876), - [aux_sym_tunnel_device_token1] = ACTIONS(874), - [aux_sym_update_host_keys_token1] = ACTIONS(874), - [aux_sym_use_keychain_token1] = ACTIONS(874), - [aux_sym_use_roaming_token1] = ACTIONS(874), - [aux_sym_user_token1] = ACTIONS(876), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(874), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(874), - [aux_sym_visual_host_key_token1] = ACTIONS(874), - [aux_sym_xauth_location_token1] = ACTIONS(874), + [ts_builtin_sym_end] = ACTIONS(879), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(881), + [anon_sym_DQUOTE] = ACTIONS(883), + [aux_sym_match_token1] = ACTIONS(879), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(879), + [aux_sym_address_family_token1] = ACTIONS(879), + [aux_sym_batch_mode_token1] = ACTIONS(879), + [aux_sym_bind_address_token1] = ACTIONS(879), + [aux_sym_bind_interface_token1] = ACTIONS(879), + [aux_sym_canonical_domains_token1] = ACTIONS(879), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(879), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(879), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(879), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(879), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(879), + [aux_sym_certificate_file_token1] = ACTIONS(879), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(879), + [aux_sym_check_host_ip_token1] = ACTIONS(879), + [aux_sym_ciphers_token1] = ACTIONS(879), + [aux_sym_cipher_token1] = ACTIONS(881), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(879), + [aux_sym_compression_token1] = ACTIONS(879), + [aux_sym_connection_attempts_token1] = ACTIONS(879), + [aux_sym_connect_timeout_token1] = ACTIONS(879), + [aux_sym_control_master_token1] = ACTIONS(879), + [aux_sym_control_path_token1] = ACTIONS(879), + [aux_sym_control_persist_token1] = ACTIONS(879), + [aux_sym_dynamic_forward_token1] = ACTIONS(879), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(879), + [aux_sym_escape_char_token1] = ACTIONS(879), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(879), + [aux_sym_fingerprint_hash_token1] = ACTIONS(879), + [aux_sym_fork_after_authentication_token1] = ACTIONS(879), + [aux_sym_forward_agent_token1] = ACTIONS(879), + [aux_sym_forward_x11_token1] = ACTIONS(881), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(879), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(879), + [aux_sym_gateway_ports_token1] = ACTIONS(879), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(879), + [aux_sym_gssapi_authentication_token1] = ACTIONS(879), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(879), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(879), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(879), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(879), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(879), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(879), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(879), + [aux_sym_hash_known_hosts_token1] = ACTIONS(879), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(879), + [aux_sym_hostbased_authentication_token1] = ACTIONS(879), + [aux_sym_host_key_algorithms_token1] = ACTIONS(879), + [aux_sym_host_key_alias_token1] = ACTIONS(879), + [aux_sym_hostname_token1] = ACTIONS(879), + [aux_sym_identities_only_token1] = ACTIONS(879), + [aux_sym_identity_agent_token1] = ACTIONS(879), + [aux_sym_identity_file_token1] = ACTIONS(879), + [aux_sym_ignore_unknown_token1] = ACTIONS(879), + [aux_sym_include_token1] = ACTIONS(879), + [aux_sym_ip_qos_token1] = ACTIONS(879), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(879), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(879), + [aux_sym_kex_algorithms_token1] = ACTIONS(879), + [aux_sym_known_hosts_command_token1] = ACTIONS(879), + [aux_sym_local_command_token1] = ACTIONS(879), + [aux_sym_local_forward_token1] = ACTIONS(879), + [aux_sym_log_level_token1] = ACTIONS(879), + [aux_sym_log_verbose_token1] = ACTIONS(879), + [aux_sym_macs_token1] = ACTIONS(879), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(879), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(879), + [aux_sym_password_authentication_token1] = ACTIONS(879), + [aux_sym_permit_local_command_token1] = ACTIONS(879), + [aux_sym_permit_remote_open_token1] = ACTIONS(879), + [aux_sym_pkcs11_provider_token1] = ACTIONS(879), + [aux_sym_port_token1] = ACTIONS(879), + [aux_sym_preferred_authentications_token1] = ACTIONS(879), + [aux_sym_protocol_token1] = ACTIONS(879), + [aux_sym_proxy_command_token1] = ACTIONS(879), + [aux_sym_proxy_jump_token1] = ACTIONS(879), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(879), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(879), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(879), + [aux_sym_pubkey_authentication_token1] = ACTIONS(879), + [aux_sym_rekey_limit_token1] = ACTIONS(879), + [aux_sym_remote_command_token1] = ACTIONS(879), + [aux_sym_remote_forward_token1] = ACTIONS(879), + [aux_sym_request_tty_token1] = ACTIONS(879), + [aux_sym_required_rsa_size_token1] = ACTIONS(879), + [aux_sym_revoked_host_keys_token1] = ACTIONS(879), + [aux_sym_security_key_provider_token1] = ACTIONS(879), + [aux_sym_send_env_token1] = ACTIONS(879), + [aux_sym_server_alive_count_max_token1] = ACTIONS(879), + [aux_sym_server_alive_interval_token1] = ACTIONS(879), + [aux_sym_session_type_token1] = ACTIONS(879), + [aux_sym_set_env_token1] = ACTIONS(879), + [aux_sym_stdin_null_token1] = ACTIONS(879), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(879), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(879), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(879), + [aux_sym_syslog_facility_token1] = ACTIONS(879), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(879), + [aux_sym_keep_alive_token1] = ACTIONS(879), + [aux_sym_tunnel_token1] = ACTIONS(881), + [aux_sym_tunnel_device_token1] = ACTIONS(879), + [aux_sym_update_host_keys_token1] = ACTIONS(879), + [aux_sym_use_keychain_token1] = ACTIONS(879), + [aux_sym_use_roaming_token1] = ACTIONS(879), + [aux_sym_user_token1] = ACTIONS(881), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(879), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(879), + [aux_sym_visual_host_key_token1] = ACTIONS(879), + [aux_sym_xauth_location_token1] = ACTIONS(879), }, [58] = { - [ts_builtin_sym_end] = ACTIONS(880), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(882), - [anon_sym_DQUOTE] = ACTIONS(884), - [aux_sym_match_token1] = ACTIONS(880), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(880), - [aux_sym_address_family_token1] = ACTIONS(880), - [aux_sym_batch_mode_token1] = ACTIONS(880), - [aux_sym_bind_address_token1] = ACTIONS(880), - [aux_sym_bind_interface_token1] = ACTIONS(880), - [aux_sym_canonical_domains_token1] = ACTIONS(880), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(880), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(880), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(880), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(880), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(880), - [aux_sym_certificate_file_token1] = ACTIONS(880), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(880), - [aux_sym_check_host_ip_token1] = ACTIONS(880), - [aux_sym_ciphers_token1] = ACTIONS(880), - [aux_sym_cipher_token1] = ACTIONS(882), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(880), - [aux_sym_compression_token1] = ACTIONS(880), - [aux_sym_connection_attempts_token1] = ACTIONS(880), - [aux_sym_connect_timeout_token1] = ACTIONS(880), - [aux_sym_control_master_token1] = ACTIONS(880), - [aux_sym_control_path_token1] = ACTIONS(880), - [aux_sym_control_persist_token1] = ACTIONS(880), - [aux_sym_dynamic_forward_token1] = ACTIONS(880), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(880), - [aux_sym_escape_char_token1] = ACTIONS(880), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(880), - [aux_sym_fingerprint_hash_token1] = ACTIONS(880), - [aux_sym_fork_after_authentication_token1] = ACTIONS(880), - [aux_sym_forward_agent_token1] = ACTIONS(880), - [aux_sym_forward_x11_token1] = ACTIONS(882), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(880), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(880), - [aux_sym_gateway_ports_token1] = ACTIONS(880), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(880), - [aux_sym_gssapi_authentication_token1] = ACTIONS(880), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(880), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(880), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(880), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(880), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(880), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(880), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(880), - [aux_sym_hash_known_hosts_token1] = ACTIONS(880), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(880), - [aux_sym_hostbased_authentication_token1] = ACTIONS(880), - [aux_sym_host_key_algorithms_token1] = ACTIONS(880), - [aux_sym_host_key_alias_token1] = ACTIONS(880), - [aux_sym_hostname_token1] = ACTIONS(880), - [aux_sym_identities_only_token1] = ACTIONS(880), - [aux_sym_identity_agent_token1] = ACTIONS(880), - [aux_sym_identity_file_token1] = ACTIONS(880), - [aux_sym_ignore_unknown_token1] = ACTIONS(880), - [aux_sym_include_token1] = ACTIONS(880), - [aux_sym_ip_qos_token1] = ACTIONS(880), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(880), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(880), - [aux_sym_kex_algorithms_token1] = ACTIONS(880), - [aux_sym_known_hosts_command_token1] = ACTIONS(880), - [aux_sym_local_command_token1] = ACTIONS(880), - [aux_sym_local_forward_token1] = ACTIONS(880), - [aux_sym_log_level_token1] = ACTIONS(880), - [aux_sym_log_verbose_token1] = ACTIONS(880), - [aux_sym_macs_token1] = ACTIONS(880), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(880), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(880), - [aux_sym_password_authentication_token1] = ACTIONS(880), - [aux_sym_permit_local_command_token1] = ACTIONS(880), - [aux_sym_permit_remote_open_token1] = ACTIONS(880), - [aux_sym_pkcs11_provider_token1] = ACTIONS(880), - [aux_sym_port_token1] = ACTIONS(880), - [aux_sym_preferred_authentications_token1] = ACTIONS(880), - [aux_sym_protocol_token1] = ACTIONS(880), - [aux_sym_proxy_command_token1] = ACTIONS(880), - [aux_sym_proxy_jump_token1] = ACTIONS(880), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(880), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(880), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(880), - [aux_sym_pubkey_authentication_token1] = ACTIONS(880), - [aux_sym_rekey_limit_token1] = ACTIONS(880), - [aux_sym_remote_command_token1] = ACTIONS(880), - [aux_sym_remote_forward_token1] = ACTIONS(880), - [aux_sym_request_tty_token1] = ACTIONS(880), - [aux_sym_revoked_host_keys_token1] = ACTIONS(880), - [aux_sym_security_key_provider_token1] = ACTIONS(880), - [aux_sym_send_env_token1] = ACTIONS(880), - [aux_sym_server_alive_count_max_token1] = ACTIONS(880), - [aux_sym_server_alive_interval_token1] = ACTIONS(880), - [aux_sym_session_type_token1] = ACTIONS(880), - [aux_sym_set_env_token1] = ACTIONS(880), - [aux_sym_stdin_null_token1] = ACTIONS(880), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(880), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(880), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(880), - [aux_sym_syslog_facility_token1] = ACTIONS(880), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(880), - [aux_sym_keep_alive_token1] = ACTIONS(880), - [aux_sym_tunnel_token1] = ACTIONS(882), - [aux_sym_tunnel_device_token1] = ACTIONS(880), - [aux_sym_update_host_keys_token1] = ACTIONS(880), - [aux_sym_use_keychain_token1] = ACTIONS(880), - [aux_sym_use_roaming_token1] = ACTIONS(880), - [aux_sym_user_token1] = ACTIONS(882), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(880), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(880), - [aux_sym_visual_host_key_token1] = ACTIONS(880), - [aux_sym_xauth_location_token1] = ACTIONS(880), + [ts_builtin_sym_end] = ACTIONS(885), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(887), + [anon_sym_DQUOTE] = ACTIONS(889), + [aux_sym_match_token1] = ACTIONS(885), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(885), + [aux_sym_address_family_token1] = ACTIONS(885), + [aux_sym_batch_mode_token1] = ACTIONS(885), + [aux_sym_bind_address_token1] = ACTIONS(885), + [aux_sym_bind_interface_token1] = ACTIONS(885), + [aux_sym_canonical_domains_token1] = ACTIONS(885), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(885), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(885), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(885), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(885), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(885), + [aux_sym_certificate_file_token1] = ACTIONS(885), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(885), + [aux_sym_check_host_ip_token1] = ACTIONS(885), + [aux_sym_ciphers_token1] = ACTIONS(885), + [aux_sym_cipher_token1] = ACTIONS(887), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(885), + [aux_sym_compression_token1] = ACTIONS(885), + [aux_sym_connection_attempts_token1] = ACTIONS(885), + [aux_sym_connect_timeout_token1] = ACTIONS(885), + [aux_sym_control_master_token1] = ACTIONS(885), + [aux_sym_control_path_token1] = ACTIONS(885), + [aux_sym_control_persist_token1] = ACTIONS(885), + [aux_sym_dynamic_forward_token1] = ACTIONS(885), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(885), + [aux_sym_escape_char_token1] = ACTIONS(885), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(885), + [aux_sym_fingerprint_hash_token1] = ACTIONS(885), + [aux_sym_fork_after_authentication_token1] = ACTIONS(885), + [aux_sym_forward_agent_token1] = ACTIONS(885), + [aux_sym_forward_x11_token1] = ACTIONS(887), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(885), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(885), + [aux_sym_gateway_ports_token1] = ACTIONS(885), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(885), + [aux_sym_gssapi_authentication_token1] = ACTIONS(885), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(885), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(885), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(885), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(885), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(885), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(885), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(885), + [aux_sym_hash_known_hosts_token1] = ACTIONS(885), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(885), + [aux_sym_hostbased_authentication_token1] = ACTIONS(885), + [aux_sym_host_key_algorithms_token1] = ACTIONS(885), + [aux_sym_host_key_alias_token1] = ACTIONS(885), + [aux_sym_hostname_token1] = ACTIONS(885), + [aux_sym_identities_only_token1] = ACTIONS(885), + [aux_sym_identity_agent_token1] = ACTIONS(885), + [aux_sym_identity_file_token1] = ACTIONS(885), + [aux_sym_ignore_unknown_token1] = ACTIONS(885), + [aux_sym_include_token1] = ACTIONS(885), + [aux_sym_ip_qos_token1] = ACTIONS(885), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(885), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(885), + [aux_sym_kex_algorithms_token1] = ACTIONS(885), + [aux_sym_known_hosts_command_token1] = ACTIONS(885), + [aux_sym_local_command_token1] = ACTIONS(885), + [aux_sym_local_forward_token1] = ACTIONS(885), + [aux_sym_log_level_token1] = ACTIONS(885), + [aux_sym_log_verbose_token1] = ACTIONS(885), + [aux_sym_macs_token1] = ACTIONS(885), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(885), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(885), + [aux_sym_password_authentication_token1] = ACTIONS(885), + [aux_sym_permit_local_command_token1] = ACTIONS(885), + [aux_sym_permit_remote_open_token1] = ACTIONS(885), + [aux_sym_pkcs11_provider_token1] = ACTIONS(885), + [aux_sym_port_token1] = ACTIONS(885), + [aux_sym_preferred_authentications_token1] = ACTIONS(885), + [aux_sym_protocol_token1] = ACTIONS(885), + [aux_sym_proxy_command_token1] = ACTIONS(885), + [aux_sym_proxy_jump_token1] = ACTIONS(885), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(885), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(885), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(885), + [aux_sym_pubkey_authentication_token1] = ACTIONS(885), + [aux_sym_rekey_limit_token1] = ACTIONS(885), + [aux_sym_remote_command_token1] = ACTIONS(885), + [aux_sym_remote_forward_token1] = ACTIONS(885), + [aux_sym_request_tty_token1] = ACTIONS(885), + [aux_sym_required_rsa_size_token1] = ACTIONS(885), + [aux_sym_revoked_host_keys_token1] = ACTIONS(885), + [aux_sym_security_key_provider_token1] = ACTIONS(885), + [aux_sym_send_env_token1] = ACTIONS(885), + [aux_sym_server_alive_count_max_token1] = ACTIONS(885), + [aux_sym_server_alive_interval_token1] = ACTIONS(885), + [aux_sym_session_type_token1] = ACTIONS(885), + [aux_sym_set_env_token1] = ACTIONS(885), + [aux_sym_stdin_null_token1] = ACTIONS(885), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(885), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(885), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(885), + [aux_sym_syslog_facility_token1] = ACTIONS(885), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(885), + [aux_sym_keep_alive_token1] = ACTIONS(885), + [aux_sym_tunnel_token1] = ACTIONS(887), + [aux_sym_tunnel_device_token1] = ACTIONS(885), + [aux_sym_update_host_keys_token1] = ACTIONS(885), + [aux_sym_use_keychain_token1] = ACTIONS(885), + [aux_sym_use_roaming_token1] = ACTIONS(885), + [aux_sym_user_token1] = ACTIONS(887), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(885), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(885), + [aux_sym_visual_host_key_token1] = ACTIONS(885), + [aux_sym_xauth_location_token1] = ACTIONS(885), }, [59] = { - [ts_builtin_sym_end] = ACTIONS(886), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(888), - [anon_sym_DQUOTE] = ACTIONS(890), - [aux_sym_match_token1] = ACTIONS(886), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(886), - [aux_sym_address_family_token1] = ACTIONS(886), - [aux_sym_batch_mode_token1] = ACTIONS(886), - [aux_sym_bind_address_token1] = ACTIONS(886), - [aux_sym_bind_interface_token1] = ACTIONS(886), - [aux_sym_canonical_domains_token1] = ACTIONS(886), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(886), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(886), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(886), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(886), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(886), - [aux_sym_certificate_file_token1] = ACTIONS(886), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(886), - [aux_sym_check_host_ip_token1] = ACTIONS(886), - [aux_sym_ciphers_token1] = ACTIONS(886), - [aux_sym_cipher_token1] = ACTIONS(888), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(886), - [aux_sym_compression_token1] = ACTIONS(886), - [aux_sym_connection_attempts_token1] = ACTIONS(886), - [aux_sym_connect_timeout_token1] = ACTIONS(886), - [aux_sym_control_master_token1] = ACTIONS(886), - [aux_sym_control_path_token1] = ACTIONS(886), - [aux_sym_control_persist_token1] = ACTIONS(886), - [aux_sym_dynamic_forward_token1] = ACTIONS(886), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(886), - [aux_sym_escape_char_token1] = ACTIONS(886), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(886), - [aux_sym_fingerprint_hash_token1] = ACTIONS(886), - [aux_sym_fork_after_authentication_token1] = ACTIONS(886), - [aux_sym_forward_agent_token1] = ACTIONS(886), - [aux_sym_forward_x11_token1] = ACTIONS(888), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(886), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(886), - [aux_sym_gateway_ports_token1] = ACTIONS(886), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(886), - [aux_sym_gssapi_authentication_token1] = ACTIONS(886), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(886), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(886), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(886), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(886), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(886), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(886), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(886), - [aux_sym_hash_known_hosts_token1] = ACTIONS(886), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(886), - [aux_sym_hostbased_authentication_token1] = ACTIONS(886), - [aux_sym_host_key_algorithms_token1] = ACTIONS(886), - [aux_sym_host_key_alias_token1] = ACTIONS(886), - [aux_sym_hostname_token1] = ACTIONS(886), - [aux_sym_identities_only_token1] = ACTIONS(886), - [aux_sym_identity_agent_token1] = ACTIONS(886), - [aux_sym_identity_file_token1] = ACTIONS(886), - [aux_sym_ignore_unknown_token1] = ACTIONS(886), - [aux_sym_include_token1] = ACTIONS(886), - [aux_sym_ip_qos_token1] = ACTIONS(886), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(886), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(886), - [aux_sym_kex_algorithms_token1] = ACTIONS(886), - [aux_sym_known_hosts_command_token1] = ACTIONS(886), - [aux_sym_local_command_token1] = ACTIONS(886), - [aux_sym_local_forward_token1] = ACTIONS(886), - [aux_sym_log_level_token1] = ACTIONS(886), - [aux_sym_log_verbose_token1] = ACTIONS(886), - [aux_sym_macs_token1] = ACTIONS(886), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(886), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(886), - [aux_sym_password_authentication_token1] = ACTIONS(886), - [aux_sym_permit_local_command_token1] = ACTIONS(886), - [aux_sym_permit_remote_open_token1] = ACTIONS(886), - [aux_sym_pkcs11_provider_token1] = ACTIONS(886), - [aux_sym_port_token1] = ACTIONS(886), - [aux_sym_preferred_authentications_token1] = ACTIONS(886), - [aux_sym_protocol_token1] = ACTIONS(886), - [aux_sym_proxy_command_token1] = ACTIONS(886), - [aux_sym_proxy_jump_token1] = ACTIONS(886), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(886), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(886), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(886), - [aux_sym_pubkey_authentication_token1] = ACTIONS(886), - [aux_sym_rekey_limit_token1] = ACTIONS(886), - [aux_sym_remote_command_token1] = ACTIONS(886), - [aux_sym_remote_forward_token1] = ACTIONS(886), - [aux_sym_request_tty_token1] = ACTIONS(886), - [aux_sym_revoked_host_keys_token1] = ACTIONS(886), - [aux_sym_security_key_provider_token1] = ACTIONS(886), - [aux_sym_send_env_token1] = ACTIONS(886), - [aux_sym_server_alive_count_max_token1] = ACTIONS(886), - [aux_sym_server_alive_interval_token1] = ACTIONS(886), - [aux_sym_session_type_token1] = ACTIONS(886), - [aux_sym_set_env_token1] = ACTIONS(886), - [aux_sym_stdin_null_token1] = ACTIONS(886), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(886), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(886), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(886), - [aux_sym_syslog_facility_token1] = ACTIONS(886), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(886), - [aux_sym_keep_alive_token1] = ACTIONS(886), - [aux_sym_tunnel_token1] = ACTIONS(888), - [aux_sym_tunnel_device_token1] = ACTIONS(886), - [aux_sym_update_host_keys_token1] = ACTIONS(886), - [aux_sym_use_keychain_token1] = ACTIONS(886), - [aux_sym_use_roaming_token1] = ACTIONS(886), - [aux_sym_user_token1] = ACTIONS(888), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(886), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(886), - [aux_sym_visual_host_key_token1] = ACTIONS(886), - [aux_sym_xauth_location_token1] = ACTIONS(886), + [ts_builtin_sym_end] = ACTIONS(891), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(893), + [anon_sym_DQUOTE] = ACTIONS(895), + [aux_sym_match_token1] = ACTIONS(891), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(891), + [aux_sym_address_family_token1] = ACTIONS(891), + [aux_sym_batch_mode_token1] = ACTIONS(891), + [aux_sym_bind_address_token1] = ACTIONS(891), + [aux_sym_bind_interface_token1] = ACTIONS(891), + [aux_sym_canonical_domains_token1] = ACTIONS(891), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(891), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(891), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(891), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(891), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(891), + [aux_sym_certificate_file_token1] = ACTIONS(891), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(891), + [aux_sym_check_host_ip_token1] = ACTIONS(891), + [aux_sym_ciphers_token1] = ACTIONS(891), + [aux_sym_cipher_token1] = ACTIONS(893), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(891), + [aux_sym_compression_token1] = ACTIONS(891), + [aux_sym_connection_attempts_token1] = ACTIONS(891), + [aux_sym_connect_timeout_token1] = ACTIONS(891), + [aux_sym_control_master_token1] = ACTIONS(891), + [aux_sym_control_path_token1] = ACTIONS(891), + [aux_sym_control_persist_token1] = ACTIONS(891), + [aux_sym_dynamic_forward_token1] = ACTIONS(891), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(891), + [aux_sym_escape_char_token1] = ACTIONS(891), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(891), + [aux_sym_fingerprint_hash_token1] = ACTIONS(891), + [aux_sym_fork_after_authentication_token1] = ACTIONS(891), + [aux_sym_forward_agent_token1] = ACTIONS(891), + [aux_sym_forward_x11_token1] = ACTIONS(893), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(891), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(891), + [aux_sym_gateway_ports_token1] = ACTIONS(891), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(891), + [aux_sym_gssapi_authentication_token1] = ACTIONS(891), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(891), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(891), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(891), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(891), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(891), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(891), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(891), + [aux_sym_hash_known_hosts_token1] = ACTIONS(891), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(891), + [aux_sym_hostbased_authentication_token1] = ACTIONS(891), + [aux_sym_host_key_algorithms_token1] = ACTIONS(891), + [aux_sym_host_key_alias_token1] = ACTIONS(891), + [aux_sym_hostname_token1] = ACTIONS(891), + [aux_sym_identities_only_token1] = ACTIONS(891), + [aux_sym_identity_agent_token1] = ACTIONS(891), + [aux_sym_identity_file_token1] = ACTIONS(891), + [aux_sym_ignore_unknown_token1] = ACTIONS(891), + [aux_sym_include_token1] = ACTIONS(891), + [aux_sym_ip_qos_token1] = ACTIONS(891), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(891), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(891), + [aux_sym_kex_algorithms_token1] = ACTIONS(891), + [aux_sym_known_hosts_command_token1] = ACTIONS(891), + [aux_sym_local_command_token1] = ACTIONS(891), + [aux_sym_local_forward_token1] = ACTIONS(891), + [aux_sym_log_level_token1] = ACTIONS(891), + [aux_sym_log_verbose_token1] = ACTIONS(891), + [aux_sym_macs_token1] = ACTIONS(891), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(891), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(891), + [aux_sym_password_authentication_token1] = ACTIONS(891), + [aux_sym_permit_local_command_token1] = ACTIONS(891), + [aux_sym_permit_remote_open_token1] = ACTIONS(891), + [aux_sym_pkcs11_provider_token1] = ACTIONS(891), + [aux_sym_port_token1] = ACTIONS(891), + [aux_sym_preferred_authentications_token1] = ACTIONS(891), + [aux_sym_protocol_token1] = ACTIONS(891), + [aux_sym_proxy_command_token1] = ACTIONS(891), + [aux_sym_proxy_jump_token1] = ACTIONS(891), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(891), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(891), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(891), + [aux_sym_pubkey_authentication_token1] = ACTIONS(891), + [aux_sym_rekey_limit_token1] = ACTIONS(891), + [aux_sym_remote_command_token1] = ACTIONS(891), + [aux_sym_remote_forward_token1] = ACTIONS(891), + [aux_sym_request_tty_token1] = ACTIONS(891), + [aux_sym_required_rsa_size_token1] = ACTIONS(891), + [aux_sym_revoked_host_keys_token1] = ACTIONS(891), + [aux_sym_security_key_provider_token1] = ACTIONS(891), + [aux_sym_send_env_token1] = ACTIONS(891), + [aux_sym_server_alive_count_max_token1] = ACTIONS(891), + [aux_sym_server_alive_interval_token1] = ACTIONS(891), + [aux_sym_session_type_token1] = ACTIONS(891), + [aux_sym_set_env_token1] = ACTIONS(891), + [aux_sym_stdin_null_token1] = ACTIONS(891), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(891), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(891), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(891), + [aux_sym_syslog_facility_token1] = ACTIONS(891), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(891), + [aux_sym_keep_alive_token1] = ACTIONS(891), + [aux_sym_tunnel_token1] = ACTIONS(893), + [aux_sym_tunnel_device_token1] = ACTIONS(891), + [aux_sym_update_host_keys_token1] = ACTIONS(891), + [aux_sym_use_keychain_token1] = ACTIONS(891), + [aux_sym_use_roaming_token1] = ACTIONS(891), + [aux_sym_user_token1] = ACTIONS(893), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(891), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(891), + [aux_sym_visual_host_key_token1] = ACTIONS(891), + [aux_sym_xauth_location_token1] = ACTIONS(891), }, [60] = { - [ts_builtin_sym_end] = ACTIONS(892), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(894), - [anon_sym_DQUOTE] = ACTIONS(896), - [aux_sym_match_token1] = ACTIONS(892), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(892), - [aux_sym_address_family_token1] = ACTIONS(892), - [aux_sym_batch_mode_token1] = ACTIONS(892), - [aux_sym_bind_address_token1] = ACTIONS(892), - [aux_sym_bind_interface_token1] = ACTIONS(892), - [aux_sym_canonical_domains_token1] = ACTIONS(892), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(892), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(892), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(892), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(892), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(892), - [aux_sym_certificate_file_token1] = ACTIONS(892), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(892), - [aux_sym_check_host_ip_token1] = ACTIONS(892), - [aux_sym_ciphers_token1] = ACTIONS(892), - [aux_sym_cipher_token1] = ACTIONS(894), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(892), - [aux_sym_compression_token1] = ACTIONS(892), - [aux_sym_connection_attempts_token1] = ACTIONS(892), - [aux_sym_connect_timeout_token1] = ACTIONS(892), - [aux_sym_control_master_token1] = ACTIONS(892), - [aux_sym_control_path_token1] = ACTIONS(892), - [aux_sym_control_persist_token1] = ACTIONS(892), - [aux_sym_dynamic_forward_token1] = ACTIONS(892), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(892), - [aux_sym_escape_char_token1] = ACTIONS(892), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(892), - [aux_sym_fingerprint_hash_token1] = ACTIONS(892), - [aux_sym_fork_after_authentication_token1] = ACTIONS(892), - [aux_sym_forward_agent_token1] = ACTIONS(892), - [aux_sym_forward_x11_token1] = ACTIONS(894), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(892), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(892), - [aux_sym_gateway_ports_token1] = ACTIONS(892), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(892), - [aux_sym_gssapi_authentication_token1] = ACTIONS(892), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(892), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(892), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(892), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(892), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(892), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(892), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(892), - [aux_sym_hash_known_hosts_token1] = ACTIONS(892), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(892), - [aux_sym_hostbased_authentication_token1] = ACTIONS(892), - [aux_sym_host_key_algorithms_token1] = ACTIONS(892), - [aux_sym_host_key_alias_token1] = ACTIONS(892), - [aux_sym_hostname_token1] = ACTIONS(892), - [aux_sym_identities_only_token1] = ACTIONS(892), - [aux_sym_identity_agent_token1] = ACTIONS(892), - [aux_sym_identity_file_token1] = ACTIONS(892), - [aux_sym_ignore_unknown_token1] = ACTIONS(892), - [aux_sym_include_token1] = ACTIONS(892), - [aux_sym_ip_qos_token1] = ACTIONS(892), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(892), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(892), - [aux_sym_kex_algorithms_token1] = ACTIONS(892), - [aux_sym_known_hosts_command_token1] = ACTIONS(892), - [aux_sym_local_command_token1] = ACTIONS(892), - [aux_sym_local_forward_token1] = ACTIONS(892), - [aux_sym_log_level_token1] = ACTIONS(892), - [aux_sym_log_verbose_token1] = ACTIONS(892), - [aux_sym_macs_token1] = ACTIONS(892), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(892), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(892), - [aux_sym_password_authentication_token1] = ACTIONS(892), - [aux_sym_permit_local_command_token1] = ACTIONS(892), - [aux_sym_permit_remote_open_token1] = ACTIONS(892), - [aux_sym_pkcs11_provider_token1] = ACTIONS(892), - [aux_sym_port_token1] = ACTIONS(892), - [aux_sym_preferred_authentications_token1] = ACTIONS(892), - [aux_sym_protocol_token1] = ACTIONS(892), - [aux_sym_proxy_command_token1] = ACTIONS(892), - [aux_sym_proxy_jump_token1] = ACTIONS(892), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(892), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(892), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(892), - [aux_sym_pubkey_authentication_token1] = ACTIONS(892), - [aux_sym_rekey_limit_token1] = ACTIONS(892), - [aux_sym_remote_command_token1] = ACTIONS(892), - [aux_sym_remote_forward_token1] = ACTIONS(892), - [aux_sym_request_tty_token1] = ACTIONS(892), - [aux_sym_revoked_host_keys_token1] = ACTIONS(892), - [aux_sym_security_key_provider_token1] = ACTIONS(892), - [aux_sym_send_env_token1] = ACTIONS(892), - [aux_sym_server_alive_count_max_token1] = ACTIONS(892), - [aux_sym_server_alive_interval_token1] = ACTIONS(892), - [aux_sym_session_type_token1] = ACTIONS(892), - [aux_sym_set_env_token1] = ACTIONS(892), - [aux_sym_stdin_null_token1] = ACTIONS(892), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(892), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(892), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(892), - [aux_sym_syslog_facility_token1] = ACTIONS(892), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(892), - [aux_sym_keep_alive_token1] = ACTIONS(892), - [aux_sym_tunnel_token1] = ACTIONS(894), - [aux_sym_tunnel_device_token1] = ACTIONS(892), - [aux_sym_update_host_keys_token1] = ACTIONS(892), - [aux_sym_use_keychain_token1] = ACTIONS(892), - [aux_sym_use_roaming_token1] = ACTIONS(892), - [aux_sym_user_token1] = ACTIONS(894), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(892), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(892), - [aux_sym_visual_host_key_token1] = ACTIONS(892), - [aux_sym_xauth_location_token1] = ACTIONS(892), + [ts_builtin_sym_end] = ACTIONS(897), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(899), + [anon_sym_DQUOTE] = ACTIONS(901), + [aux_sym_match_token1] = ACTIONS(897), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(897), + [aux_sym_address_family_token1] = ACTIONS(897), + [aux_sym_batch_mode_token1] = ACTIONS(897), + [aux_sym_bind_address_token1] = ACTIONS(897), + [aux_sym_bind_interface_token1] = ACTIONS(897), + [aux_sym_canonical_domains_token1] = ACTIONS(897), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(897), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(897), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(897), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(897), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(897), + [aux_sym_certificate_file_token1] = ACTIONS(897), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(897), + [aux_sym_check_host_ip_token1] = ACTIONS(897), + [aux_sym_ciphers_token1] = ACTIONS(897), + [aux_sym_cipher_token1] = ACTIONS(899), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(897), + [aux_sym_compression_token1] = ACTIONS(897), + [aux_sym_connection_attempts_token1] = ACTIONS(897), + [aux_sym_connect_timeout_token1] = ACTIONS(897), + [aux_sym_control_master_token1] = ACTIONS(897), + [aux_sym_control_path_token1] = ACTIONS(897), + [aux_sym_control_persist_token1] = ACTIONS(897), + [aux_sym_dynamic_forward_token1] = ACTIONS(897), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(897), + [aux_sym_escape_char_token1] = ACTIONS(897), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(897), + [aux_sym_fingerprint_hash_token1] = ACTIONS(897), + [aux_sym_fork_after_authentication_token1] = ACTIONS(897), + [aux_sym_forward_agent_token1] = ACTIONS(897), + [aux_sym_forward_x11_token1] = ACTIONS(899), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(897), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(897), + [aux_sym_gateway_ports_token1] = ACTIONS(897), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(897), + [aux_sym_gssapi_authentication_token1] = ACTIONS(897), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(897), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(897), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(897), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(897), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(897), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(897), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(897), + [aux_sym_hash_known_hosts_token1] = ACTIONS(897), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(897), + [aux_sym_hostbased_authentication_token1] = ACTIONS(897), + [aux_sym_host_key_algorithms_token1] = ACTIONS(897), + [aux_sym_host_key_alias_token1] = ACTIONS(897), + [aux_sym_hostname_token1] = ACTIONS(897), + [aux_sym_identities_only_token1] = ACTIONS(897), + [aux_sym_identity_agent_token1] = ACTIONS(897), + [aux_sym_identity_file_token1] = ACTIONS(897), + [aux_sym_ignore_unknown_token1] = ACTIONS(897), + [aux_sym_include_token1] = ACTIONS(897), + [aux_sym_ip_qos_token1] = ACTIONS(897), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(897), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(897), + [aux_sym_kex_algorithms_token1] = ACTIONS(897), + [aux_sym_known_hosts_command_token1] = ACTIONS(897), + [aux_sym_local_command_token1] = ACTIONS(897), + [aux_sym_local_forward_token1] = ACTIONS(897), + [aux_sym_log_level_token1] = ACTIONS(897), + [aux_sym_log_verbose_token1] = ACTIONS(897), + [aux_sym_macs_token1] = ACTIONS(897), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(897), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(897), + [aux_sym_password_authentication_token1] = ACTIONS(897), + [aux_sym_permit_local_command_token1] = ACTIONS(897), + [aux_sym_permit_remote_open_token1] = ACTIONS(897), + [aux_sym_pkcs11_provider_token1] = ACTIONS(897), + [aux_sym_port_token1] = ACTIONS(897), + [aux_sym_preferred_authentications_token1] = ACTIONS(897), + [aux_sym_protocol_token1] = ACTIONS(897), + [aux_sym_proxy_command_token1] = ACTIONS(897), + [aux_sym_proxy_jump_token1] = ACTIONS(897), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(897), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(897), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(897), + [aux_sym_pubkey_authentication_token1] = ACTIONS(897), + [aux_sym_rekey_limit_token1] = ACTIONS(897), + [aux_sym_remote_command_token1] = ACTIONS(897), + [aux_sym_remote_forward_token1] = ACTIONS(897), + [aux_sym_request_tty_token1] = ACTIONS(897), + [aux_sym_required_rsa_size_token1] = ACTIONS(897), + [aux_sym_revoked_host_keys_token1] = ACTIONS(897), + [aux_sym_security_key_provider_token1] = ACTIONS(897), + [aux_sym_send_env_token1] = ACTIONS(897), + [aux_sym_server_alive_count_max_token1] = ACTIONS(897), + [aux_sym_server_alive_interval_token1] = ACTIONS(897), + [aux_sym_session_type_token1] = ACTIONS(897), + [aux_sym_set_env_token1] = ACTIONS(897), + [aux_sym_stdin_null_token1] = ACTIONS(897), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(897), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(897), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(897), + [aux_sym_syslog_facility_token1] = ACTIONS(897), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(897), + [aux_sym_keep_alive_token1] = ACTIONS(897), + [aux_sym_tunnel_token1] = ACTIONS(899), + [aux_sym_tunnel_device_token1] = ACTIONS(897), + [aux_sym_update_host_keys_token1] = ACTIONS(897), + [aux_sym_use_keychain_token1] = ACTIONS(897), + [aux_sym_use_roaming_token1] = ACTIONS(897), + [aux_sym_user_token1] = ACTIONS(899), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(897), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(897), + [aux_sym_visual_host_key_token1] = ACTIONS(897), + [aux_sym_xauth_location_token1] = ACTIONS(897), }, [61] = { - [ts_builtin_sym_end] = ACTIONS(898), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(900), - [anon_sym_DQUOTE] = ACTIONS(902), - [aux_sym_match_token1] = ACTIONS(898), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(898), - [aux_sym_address_family_token1] = ACTIONS(898), - [aux_sym_batch_mode_token1] = ACTIONS(898), - [aux_sym_bind_address_token1] = ACTIONS(898), - [aux_sym_bind_interface_token1] = ACTIONS(898), - [aux_sym_canonical_domains_token1] = ACTIONS(898), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(898), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(898), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(898), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(898), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(898), - [aux_sym_certificate_file_token1] = ACTIONS(898), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(898), - [aux_sym_check_host_ip_token1] = ACTIONS(898), - [aux_sym_ciphers_token1] = ACTIONS(898), - [aux_sym_cipher_token1] = ACTIONS(900), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(898), - [aux_sym_compression_token1] = ACTIONS(898), - [aux_sym_connection_attempts_token1] = ACTIONS(898), - [aux_sym_connect_timeout_token1] = ACTIONS(898), - [aux_sym_control_master_token1] = ACTIONS(898), - [aux_sym_control_path_token1] = ACTIONS(898), - [aux_sym_control_persist_token1] = ACTIONS(898), - [aux_sym_dynamic_forward_token1] = ACTIONS(898), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(898), - [aux_sym_escape_char_token1] = ACTIONS(898), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(898), - [aux_sym_fingerprint_hash_token1] = ACTIONS(898), - [aux_sym_fork_after_authentication_token1] = ACTIONS(898), - [aux_sym_forward_agent_token1] = ACTIONS(898), - [aux_sym_forward_x11_token1] = ACTIONS(900), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(898), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(898), - [aux_sym_gateway_ports_token1] = ACTIONS(898), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(898), - [aux_sym_gssapi_authentication_token1] = ACTIONS(898), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(898), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(898), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(898), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(898), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(898), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(898), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(898), - [aux_sym_hash_known_hosts_token1] = ACTIONS(898), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(898), - [aux_sym_hostbased_authentication_token1] = ACTIONS(898), - [aux_sym_host_key_algorithms_token1] = ACTIONS(898), - [aux_sym_host_key_alias_token1] = ACTIONS(898), - [aux_sym_hostname_token1] = ACTIONS(898), - [aux_sym_identities_only_token1] = ACTIONS(898), - [aux_sym_identity_agent_token1] = ACTIONS(898), - [aux_sym_identity_file_token1] = ACTIONS(898), - [aux_sym_ignore_unknown_token1] = ACTIONS(898), - [aux_sym_include_token1] = ACTIONS(898), - [aux_sym_ip_qos_token1] = ACTIONS(898), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(898), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(898), - [aux_sym_kex_algorithms_token1] = ACTIONS(898), - [aux_sym_known_hosts_command_token1] = ACTIONS(898), - [aux_sym_local_command_token1] = ACTIONS(898), - [aux_sym_local_forward_token1] = ACTIONS(898), - [aux_sym_log_level_token1] = ACTIONS(898), - [aux_sym_log_verbose_token1] = ACTIONS(898), - [aux_sym_macs_token1] = ACTIONS(898), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(898), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(898), - [aux_sym_password_authentication_token1] = ACTIONS(898), - [aux_sym_permit_local_command_token1] = ACTIONS(898), - [aux_sym_permit_remote_open_token1] = ACTIONS(898), - [aux_sym_pkcs11_provider_token1] = ACTIONS(898), - [aux_sym_port_token1] = ACTIONS(898), - [aux_sym_preferred_authentications_token1] = ACTIONS(898), - [aux_sym_protocol_token1] = ACTIONS(898), - [aux_sym_proxy_command_token1] = ACTIONS(898), - [aux_sym_proxy_jump_token1] = ACTIONS(898), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(898), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(898), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(898), - [aux_sym_pubkey_authentication_token1] = ACTIONS(898), - [aux_sym_rekey_limit_token1] = ACTIONS(898), - [aux_sym_remote_command_token1] = ACTIONS(898), - [aux_sym_remote_forward_token1] = ACTIONS(898), - [aux_sym_request_tty_token1] = ACTIONS(898), - [aux_sym_revoked_host_keys_token1] = ACTIONS(898), - [aux_sym_security_key_provider_token1] = ACTIONS(898), - [aux_sym_send_env_token1] = ACTIONS(898), - [aux_sym_server_alive_count_max_token1] = ACTIONS(898), - [aux_sym_server_alive_interval_token1] = ACTIONS(898), - [aux_sym_session_type_token1] = ACTIONS(898), - [aux_sym_set_env_token1] = ACTIONS(898), - [aux_sym_stdin_null_token1] = ACTIONS(898), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(898), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(898), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(898), - [aux_sym_syslog_facility_token1] = ACTIONS(898), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(898), - [aux_sym_keep_alive_token1] = ACTIONS(898), - [aux_sym_tunnel_token1] = ACTIONS(900), - [aux_sym_tunnel_device_token1] = ACTIONS(898), - [aux_sym_update_host_keys_token1] = ACTIONS(898), - [aux_sym_use_keychain_token1] = ACTIONS(898), - [aux_sym_use_roaming_token1] = ACTIONS(898), - [aux_sym_user_token1] = ACTIONS(900), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(898), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(898), - [aux_sym_visual_host_key_token1] = ACTIONS(898), - [aux_sym_xauth_location_token1] = ACTIONS(898), + [ts_builtin_sym_end] = ACTIONS(903), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(905), + [anon_sym_DQUOTE] = ACTIONS(907), + [aux_sym_match_token1] = ACTIONS(903), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(903), + [aux_sym_address_family_token1] = ACTIONS(903), + [aux_sym_batch_mode_token1] = ACTIONS(903), + [aux_sym_bind_address_token1] = ACTIONS(903), + [aux_sym_bind_interface_token1] = ACTIONS(903), + [aux_sym_canonical_domains_token1] = ACTIONS(903), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(903), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(903), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(903), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(903), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(903), + [aux_sym_certificate_file_token1] = ACTIONS(903), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(903), + [aux_sym_check_host_ip_token1] = ACTIONS(903), + [aux_sym_ciphers_token1] = ACTIONS(903), + [aux_sym_cipher_token1] = ACTIONS(905), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(903), + [aux_sym_compression_token1] = ACTIONS(903), + [aux_sym_connection_attempts_token1] = ACTIONS(903), + [aux_sym_connect_timeout_token1] = ACTIONS(903), + [aux_sym_control_master_token1] = ACTIONS(903), + [aux_sym_control_path_token1] = ACTIONS(903), + [aux_sym_control_persist_token1] = ACTIONS(903), + [aux_sym_dynamic_forward_token1] = ACTIONS(903), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(903), + [aux_sym_escape_char_token1] = ACTIONS(903), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(903), + [aux_sym_fingerprint_hash_token1] = ACTIONS(903), + [aux_sym_fork_after_authentication_token1] = ACTIONS(903), + [aux_sym_forward_agent_token1] = ACTIONS(903), + [aux_sym_forward_x11_token1] = ACTIONS(905), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(903), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(903), + [aux_sym_gateway_ports_token1] = ACTIONS(903), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(903), + [aux_sym_gssapi_authentication_token1] = ACTIONS(903), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(903), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(903), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(903), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(903), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(903), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(903), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(903), + [aux_sym_hash_known_hosts_token1] = ACTIONS(903), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(903), + [aux_sym_hostbased_authentication_token1] = ACTIONS(903), + [aux_sym_host_key_algorithms_token1] = ACTIONS(903), + [aux_sym_host_key_alias_token1] = ACTIONS(903), + [aux_sym_hostname_token1] = ACTIONS(903), + [aux_sym_identities_only_token1] = ACTIONS(903), + [aux_sym_identity_agent_token1] = ACTIONS(903), + [aux_sym_identity_file_token1] = ACTIONS(903), + [aux_sym_ignore_unknown_token1] = ACTIONS(903), + [aux_sym_include_token1] = ACTIONS(903), + [aux_sym_ip_qos_token1] = ACTIONS(903), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(903), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(903), + [aux_sym_kex_algorithms_token1] = ACTIONS(903), + [aux_sym_known_hosts_command_token1] = ACTIONS(903), + [aux_sym_local_command_token1] = ACTIONS(903), + [aux_sym_local_forward_token1] = ACTIONS(903), + [aux_sym_log_level_token1] = ACTIONS(903), + [aux_sym_log_verbose_token1] = ACTIONS(903), + [aux_sym_macs_token1] = ACTIONS(903), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(903), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(903), + [aux_sym_password_authentication_token1] = ACTIONS(903), + [aux_sym_permit_local_command_token1] = ACTIONS(903), + [aux_sym_permit_remote_open_token1] = ACTIONS(903), + [aux_sym_pkcs11_provider_token1] = ACTIONS(903), + [aux_sym_port_token1] = ACTIONS(903), + [aux_sym_preferred_authentications_token1] = ACTIONS(903), + [aux_sym_protocol_token1] = ACTIONS(903), + [aux_sym_proxy_command_token1] = ACTIONS(903), + [aux_sym_proxy_jump_token1] = ACTIONS(903), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(903), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(903), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(903), + [aux_sym_pubkey_authentication_token1] = ACTIONS(903), + [aux_sym_rekey_limit_token1] = ACTIONS(903), + [aux_sym_remote_command_token1] = ACTIONS(903), + [aux_sym_remote_forward_token1] = ACTIONS(903), + [aux_sym_request_tty_token1] = ACTIONS(903), + [aux_sym_required_rsa_size_token1] = ACTIONS(903), + [aux_sym_revoked_host_keys_token1] = ACTIONS(903), + [aux_sym_security_key_provider_token1] = ACTIONS(903), + [aux_sym_send_env_token1] = ACTIONS(903), + [aux_sym_server_alive_count_max_token1] = ACTIONS(903), + [aux_sym_server_alive_interval_token1] = ACTIONS(903), + [aux_sym_session_type_token1] = ACTIONS(903), + [aux_sym_set_env_token1] = ACTIONS(903), + [aux_sym_stdin_null_token1] = ACTIONS(903), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(903), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(903), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(903), + [aux_sym_syslog_facility_token1] = ACTIONS(903), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(903), + [aux_sym_keep_alive_token1] = ACTIONS(903), + [aux_sym_tunnel_token1] = ACTIONS(905), + [aux_sym_tunnel_device_token1] = ACTIONS(903), + [aux_sym_update_host_keys_token1] = ACTIONS(903), + [aux_sym_use_keychain_token1] = ACTIONS(903), + [aux_sym_use_roaming_token1] = ACTIONS(903), + [aux_sym_user_token1] = ACTIONS(905), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(903), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(903), + [aux_sym_visual_host_key_token1] = ACTIONS(903), + [aux_sym_xauth_location_token1] = ACTIONS(903), }, [62] = { - [ts_builtin_sym_end] = ACTIONS(904), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(906), - [anon_sym_DQUOTE] = ACTIONS(908), - [aux_sym_match_token1] = ACTIONS(904), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(904), - [aux_sym_address_family_token1] = ACTIONS(904), - [aux_sym_batch_mode_token1] = ACTIONS(904), - [aux_sym_bind_address_token1] = ACTIONS(904), - [aux_sym_bind_interface_token1] = ACTIONS(904), - [aux_sym_canonical_domains_token1] = ACTIONS(904), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(904), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(904), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(904), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(904), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(904), - [aux_sym_certificate_file_token1] = ACTIONS(904), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(904), - [aux_sym_check_host_ip_token1] = ACTIONS(904), - [aux_sym_ciphers_token1] = ACTIONS(904), - [aux_sym_cipher_token1] = ACTIONS(906), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(904), - [aux_sym_compression_token1] = ACTIONS(904), - [aux_sym_connection_attempts_token1] = ACTIONS(904), - [aux_sym_connect_timeout_token1] = ACTIONS(904), - [aux_sym_control_master_token1] = ACTIONS(904), - [aux_sym_control_path_token1] = ACTIONS(904), - [aux_sym_control_persist_token1] = ACTIONS(904), - [aux_sym_dynamic_forward_token1] = ACTIONS(904), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(904), - [aux_sym_escape_char_token1] = ACTIONS(904), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(904), - [aux_sym_fingerprint_hash_token1] = ACTIONS(904), - [aux_sym_fork_after_authentication_token1] = ACTIONS(904), - [aux_sym_forward_agent_token1] = ACTIONS(904), - [aux_sym_forward_x11_token1] = ACTIONS(906), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(904), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(904), - [aux_sym_gateway_ports_token1] = ACTIONS(904), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(904), - [aux_sym_gssapi_authentication_token1] = ACTIONS(904), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(904), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(904), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(904), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(904), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(904), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(904), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(904), - [aux_sym_hash_known_hosts_token1] = ACTIONS(904), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(904), - [aux_sym_hostbased_authentication_token1] = ACTIONS(904), - [aux_sym_host_key_algorithms_token1] = ACTIONS(904), - [aux_sym_host_key_alias_token1] = ACTIONS(904), - [aux_sym_hostname_token1] = ACTIONS(904), - [aux_sym_identities_only_token1] = ACTIONS(904), - [aux_sym_identity_agent_token1] = ACTIONS(904), - [aux_sym_identity_file_token1] = ACTIONS(904), - [aux_sym_ignore_unknown_token1] = ACTIONS(904), - [aux_sym_include_token1] = ACTIONS(904), - [aux_sym_ip_qos_token1] = ACTIONS(904), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(904), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(904), - [aux_sym_kex_algorithms_token1] = ACTIONS(904), - [aux_sym_known_hosts_command_token1] = ACTIONS(904), - [aux_sym_local_command_token1] = ACTIONS(904), - [aux_sym_local_forward_token1] = ACTIONS(904), - [aux_sym_log_level_token1] = ACTIONS(904), - [aux_sym_log_verbose_token1] = ACTIONS(904), - [aux_sym_macs_token1] = ACTIONS(904), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(904), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(904), - [aux_sym_password_authentication_token1] = ACTIONS(904), - [aux_sym_permit_local_command_token1] = ACTIONS(904), - [aux_sym_permit_remote_open_token1] = ACTIONS(904), - [aux_sym_pkcs11_provider_token1] = ACTIONS(904), - [aux_sym_port_token1] = ACTIONS(904), - [aux_sym_preferred_authentications_token1] = ACTIONS(904), - [aux_sym_protocol_token1] = ACTIONS(904), - [aux_sym_proxy_command_token1] = ACTIONS(904), - [aux_sym_proxy_jump_token1] = ACTIONS(904), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(904), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(904), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(904), - [aux_sym_pubkey_authentication_token1] = ACTIONS(904), - [aux_sym_rekey_limit_token1] = ACTIONS(904), - [aux_sym_remote_command_token1] = ACTIONS(904), - [aux_sym_remote_forward_token1] = ACTIONS(904), - [aux_sym_request_tty_token1] = ACTIONS(904), - [aux_sym_revoked_host_keys_token1] = ACTIONS(904), - [aux_sym_security_key_provider_token1] = ACTIONS(904), - [aux_sym_send_env_token1] = ACTIONS(904), - [aux_sym_server_alive_count_max_token1] = ACTIONS(904), - [aux_sym_server_alive_interval_token1] = ACTIONS(904), - [aux_sym_session_type_token1] = ACTIONS(904), - [aux_sym_set_env_token1] = ACTIONS(904), - [aux_sym_stdin_null_token1] = ACTIONS(904), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(904), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(904), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(904), - [aux_sym_syslog_facility_token1] = ACTIONS(904), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(904), - [aux_sym_keep_alive_token1] = ACTIONS(904), - [aux_sym_tunnel_token1] = ACTIONS(906), - [aux_sym_tunnel_device_token1] = ACTIONS(904), - [aux_sym_update_host_keys_token1] = ACTIONS(904), - [aux_sym_use_keychain_token1] = ACTIONS(904), - [aux_sym_use_roaming_token1] = ACTIONS(904), - [aux_sym_user_token1] = ACTIONS(906), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(904), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(904), - [aux_sym_visual_host_key_token1] = ACTIONS(904), - [aux_sym_xauth_location_token1] = ACTIONS(904), + [ts_builtin_sym_end] = ACTIONS(909), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(911), + [anon_sym_DQUOTE] = ACTIONS(913), + [aux_sym_match_token1] = ACTIONS(909), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(909), + [aux_sym_address_family_token1] = ACTIONS(909), + [aux_sym_batch_mode_token1] = ACTIONS(909), + [aux_sym_bind_address_token1] = ACTIONS(909), + [aux_sym_bind_interface_token1] = ACTIONS(909), + [aux_sym_canonical_domains_token1] = ACTIONS(909), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(909), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(909), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(909), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(909), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(909), + [aux_sym_certificate_file_token1] = ACTIONS(909), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(909), + [aux_sym_check_host_ip_token1] = ACTIONS(909), + [aux_sym_ciphers_token1] = ACTIONS(909), + [aux_sym_cipher_token1] = ACTIONS(911), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(909), + [aux_sym_compression_token1] = ACTIONS(909), + [aux_sym_connection_attempts_token1] = ACTIONS(909), + [aux_sym_connect_timeout_token1] = ACTIONS(909), + [aux_sym_control_master_token1] = ACTIONS(909), + [aux_sym_control_path_token1] = ACTIONS(909), + [aux_sym_control_persist_token1] = ACTIONS(909), + [aux_sym_dynamic_forward_token1] = ACTIONS(909), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(909), + [aux_sym_escape_char_token1] = ACTIONS(909), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(909), + [aux_sym_fingerprint_hash_token1] = ACTIONS(909), + [aux_sym_fork_after_authentication_token1] = ACTIONS(909), + [aux_sym_forward_agent_token1] = ACTIONS(909), + [aux_sym_forward_x11_token1] = ACTIONS(911), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(909), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(909), + [aux_sym_gateway_ports_token1] = ACTIONS(909), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(909), + [aux_sym_gssapi_authentication_token1] = ACTIONS(909), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(909), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(909), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(909), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(909), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(909), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(909), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(909), + [aux_sym_hash_known_hosts_token1] = ACTIONS(909), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(909), + [aux_sym_hostbased_authentication_token1] = ACTIONS(909), + [aux_sym_host_key_algorithms_token1] = ACTIONS(909), + [aux_sym_host_key_alias_token1] = ACTIONS(909), + [aux_sym_hostname_token1] = ACTIONS(909), + [aux_sym_identities_only_token1] = ACTIONS(909), + [aux_sym_identity_agent_token1] = ACTIONS(909), + [aux_sym_identity_file_token1] = ACTIONS(909), + [aux_sym_ignore_unknown_token1] = ACTIONS(909), + [aux_sym_include_token1] = ACTIONS(909), + [aux_sym_ip_qos_token1] = ACTIONS(909), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(909), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(909), + [aux_sym_kex_algorithms_token1] = ACTIONS(909), + [aux_sym_known_hosts_command_token1] = ACTIONS(909), + [aux_sym_local_command_token1] = ACTIONS(909), + [aux_sym_local_forward_token1] = ACTIONS(909), + [aux_sym_log_level_token1] = ACTIONS(909), + [aux_sym_log_verbose_token1] = ACTIONS(909), + [aux_sym_macs_token1] = ACTIONS(909), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(909), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(909), + [aux_sym_password_authentication_token1] = ACTIONS(909), + [aux_sym_permit_local_command_token1] = ACTIONS(909), + [aux_sym_permit_remote_open_token1] = ACTIONS(909), + [aux_sym_pkcs11_provider_token1] = ACTIONS(909), + [aux_sym_port_token1] = ACTIONS(909), + [aux_sym_preferred_authentications_token1] = ACTIONS(909), + [aux_sym_protocol_token1] = ACTIONS(909), + [aux_sym_proxy_command_token1] = ACTIONS(909), + [aux_sym_proxy_jump_token1] = ACTIONS(909), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(909), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(909), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(909), + [aux_sym_pubkey_authentication_token1] = ACTIONS(909), + [aux_sym_rekey_limit_token1] = ACTIONS(909), + [aux_sym_remote_command_token1] = ACTIONS(909), + [aux_sym_remote_forward_token1] = ACTIONS(909), + [aux_sym_request_tty_token1] = ACTIONS(909), + [aux_sym_required_rsa_size_token1] = ACTIONS(909), + [aux_sym_revoked_host_keys_token1] = ACTIONS(909), + [aux_sym_security_key_provider_token1] = ACTIONS(909), + [aux_sym_send_env_token1] = ACTIONS(909), + [aux_sym_server_alive_count_max_token1] = ACTIONS(909), + [aux_sym_server_alive_interval_token1] = ACTIONS(909), + [aux_sym_session_type_token1] = ACTIONS(909), + [aux_sym_set_env_token1] = ACTIONS(909), + [aux_sym_stdin_null_token1] = ACTIONS(909), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(909), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(909), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(909), + [aux_sym_syslog_facility_token1] = ACTIONS(909), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(909), + [aux_sym_keep_alive_token1] = ACTIONS(909), + [aux_sym_tunnel_token1] = ACTIONS(911), + [aux_sym_tunnel_device_token1] = ACTIONS(909), + [aux_sym_update_host_keys_token1] = ACTIONS(909), + [aux_sym_use_keychain_token1] = ACTIONS(909), + [aux_sym_use_roaming_token1] = ACTIONS(909), + [aux_sym_user_token1] = ACTIONS(911), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(909), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(909), + [aux_sym_visual_host_key_token1] = ACTIONS(909), + [aux_sym_xauth_location_token1] = ACTIONS(909), }, [63] = { - [ts_builtin_sym_end] = ACTIONS(910), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(912), - [anon_sym_DQUOTE] = ACTIONS(914), - [aux_sym_match_token1] = ACTIONS(910), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(910), - [aux_sym_address_family_token1] = ACTIONS(910), - [aux_sym_batch_mode_token1] = ACTIONS(910), - [aux_sym_bind_address_token1] = ACTIONS(910), - [aux_sym_bind_interface_token1] = ACTIONS(910), - [aux_sym_canonical_domains_token1] = ACTIONS(910), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(910), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(910), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(910), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(910), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(910), - [aux_sym_certificate_file_token1] = ACTIONS(910), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(910), - [aux_sym_check_host_ip_token1] = ACTIONS(910), - [aux_sym_ciphers_token1] = ACTIONS(910), - [aux_sym_cipher_token1] = ACTIONS(912), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(910), - [aux_sym_compression_token1] = ACTIONS(910), - [aux_sym_connection_attempts_token1] = ACTIONS(910), - [aux_sym_connect_timeout_token1] = ACTIONS(910), - [aux_sym_control_master_token1] = ACTIONS(910), - [aux_sym_control_path_token1] = ACTIONS(910), - [aux_sym_control_persist_token1] = ACTIONS(910), - [aux_sym_dynamic_forward_token1] = ACTIONS(910), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(910), - [aux_sym_escape_char_token1] = ACTIONS(910), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(910), - [aux_sym_fingerprint_hash_token1] = ACTIONS(910), - [aux_sym_fork_after_authentication_token1] = ACTIONS(910), - [aux_sym_forward_agent_token1] = ACTIONS(910), - [aux_sym_forward_x11_token1] = ACTIONS(912), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(910), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(910), - [aux_sym_gateway_ports_token1] = ACTIONS(910), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(910), - [aux_sym_gssapi_authentication_token1] = ACTIONS(910), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(910), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(910), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(910), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(910), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(910), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(910), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(910), - [aux_sym_hash_known_hosts_token1] = ACTIONS(910), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(910), - [aux_sym_hostbased_authentication_token1] = ACTIONS(910), - [aux_sym_host_key_algorithms_token1] = ACTIONS(910), - [aux_sym_host_key_alias_token1] = ACTIONS(910), - [aux_sym_hostname_token1] = ACTIONS(910), - [aux_sym_identities_only_token1] = ACTIONS(910), - [aux_sym_identity_agent_token1] = ACTIONS(910), - [aux_sym_identity_file_token1] = ACTIONS(910), - [aux_sym_ignore_unknown_token1] = ACTIONS(910), - [aux_sym_include_token1] = ACTIONS(910), - [aux_sym_ip_qos_token1] = ACTIONS(910), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(910), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(910), - [aux_sym_kex_algorithms_token1] = ACTIONS(910), - [aux_sym_known_hosts_command_token1] = ACTIONS(910), - [aux_sym_local_command_token1] = ACTIONS(910), - [aux_sym_local_forward_token1] = ACTIONS(910), - [aux_sym_log_level_token1] = ACTIONS(910), - [aux_sym_log_verbose_token1] = ACTIONS(910), - [aux_sym_macs_token1] = ACTIONS(910), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(910), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(910), - [aux_sym_password_authentication_token1] = ACTIONS(910), - [aux_sym_permit_local_command_token1] = ACTIONS(910), - [aux_sym_permit_remote_open_token1] = ACTIONS(910), - [aux_sym_pkcs11_provider_token1] = ACTIONS(910), - [aux_sym_port_token1] = ACTIONS(910), - [aux_sym_preferred_authentications_token1] = ACTIONS(910), - [aux_sym_protocol_token1] = ACTIONS(910), - [aux_sym_proxy_command_token1] = ACTIONS(910), - [aux_sym_proxy_jump_token1] = ACTIONS(910), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(910), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(910), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(910), - [aux_sym_pubkey_authentication_token1] = ACTIONS(910), - [aux_sym_rekey_limit_token1] = ACTIONS(910), - [aux_sym_remote_command_token1] = ACTIONS(910), - [aux_sym_remote_forward_token1] = ACTIONS(910), - [aux_sym_request_tty_token1] = ACTIONS(910), - [aux_sym_revoked_host_keys_token1] = ACTIONS(910), - [aux_sym_security_key_provider_token1] = ACTIONS(910), - [aux_sym_send_env_token1] = ACTIONS(910), - [aux_sym_server_alive_count_max_token1] = ACTIONS(910), - [aux_sym_server_alive_interval_token1] = ACTIONS(910), - [aux_sym_session_type_token1] = ACTIONS(910), - [aux_sym_set_env_token1] = ACTIONS(910), - [aux_sym_stdin_null_token1] = ACTIONS(910), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(910), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(910), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(910), - [aux_sym_syslog_facility_token1] = ACTIONS(910), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(910), - [aux_sym_keep_alive_token1] = ACTIONS(910), - [aux_sym_tunnel_token1] = ACTIONS(912), - [aux_sym_tunnel_device_token1] = ACTIONS(910), - [aux_sym_update_host_keys_token1] = ACTIONS(910), - [aux_sym_use_keychain_token1] = ACTIONS(910), - [aux_sym_use_roaming_token1] = ACTIONS(910), - [aux_sym_user_token1] = ACTIONS(912), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(910), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(910), - [aux_sym_visual_host_key_token1] = ACTIONS(910), - [aux_sym_xauth_location_token1] = ACTIONS(910), + [ts_builtin_sym_end] = ACTIONS(915), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(917), + [anon_sym_DQUOTE] = ACTIONS(919), + [aux_sym_match_token1] = ACTIONS(915), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(915), + [aux_sym_address_family_token1] = ACTIONS(915), + [aux_sym_batch_mode_token1] = ACTIONS(915), + [aux_sym_bind_address_token1] = ACTIONS(915), + [aux_sym_bind_interface_token1] = ACTIONS(915), + [aux_sym_canonical_domains_token1] = ACTIONS(915), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(915), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(915), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(915), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(915), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(915), + [aux_sym_certificate_file_token1] = ACTIONS(915), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(915), + [aux_sym_check_host_ip_token1] = ACTIONS(915), + [aux_sym_ciphers_token1] = ACTIONS(915), + [aux_sym_cipher_token1] = ACTIONS(917), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(915), + [aux_sym_compression_token1] = ACTIONS(915), + [aux_sym_connection_attempts_token1] = ACTIONS(915), + [aux_sym_connect_timeout_token1] = ACTIONS(915), + [aux_sym_control_master_token1] = ACTIONS(915), + [aux_sym_control_path_token1] = ACTIONS(915), + [aux_sym_control_persist_token1] = ACTIONS(915), + [aux_sym_dynamic_forward_token1] = ACTIONS(915), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(915), + [aux_sym_escape_char_token1] = ACTIONS(915), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(915), + [aux_sym_fingerprint_hash_token1] = ACTIONS(915), + [aux_sym_fork_after_authentication_token1] = ACTIONS(915), + [aux_sym_forward_agent_token1] = ACTIONS(915), + [aux_sym_forward_x11_token1] = ACTIONS(917), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(915), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(915), + [aux_sym_gateway_ports_token1] = ACTIONS(915), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(915), + [aux_sym_gssapi_authentication_token1] = ACTIONS(915), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(915), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(915), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(915), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(915), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(915), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(915), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(915), + [aux_sym_hash_known_hosts_token1] = ACTIONS(915), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(915), + [aux_sym_hostbased_authentication_token1] = ACTIONS(915), + [aux_sym_host_key_algorithms_token1] = ACTIONS(915), + [aux_sym_host_key_alias_token1] = ACTIONS(915), + [aux_sym_hostname_token1] = ACTIONS(915), + [aux_sym_identities_only_token1] = ACTIONS(915), + [aux_sym_identity_agent_token1] = ACTIONS(915), + [aux_sym_identity_file_token1] = ACTIONS(915), + [aux_sym_ignore_unknown_token1] = ACTIONS(915), + [aux_sym_include_token1] = ACTIONS(915), + [aux_sym_ip_qos_token1] = ACTIONS(915), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(915), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(915), + [aux_sym_kex_algorithms_token1] = ACTIONS(915), + [aux_sym_known_hosts_command_token1] = ACTIONS(915), + [aux_sym_local_command_token1] = ACTIONS(915), + [aux_sym_local_forward_token1] = ACTIONS(915), + [aux_sym_log_level_token1] = ACTIONS(915), + [aux_sym_log_verbose_token1] = ACTIONS(915), + [aux_sym_macs_token1] = ACTIONS(915), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(915), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(915), + [aux_sym_password_authentication_token1] = ACTIONS(915), + [aux_sym_permit_local_command_token1] = ACTIONS(915), + [aux_sym_permit_remote_open_token1] = ACTIONS(915), + [aux_sym_pkcs11_provider_token1] = ACTIONS(915), + [aux_sym_port_token1] = ACTIONS(915), + [aux_sym_preferred_authentications_token1] = ACTIONS(915), + [aux_sym_protocol_token1] = ACTIONS(915), + [aux_sym_proxy_command_token1] = ACTIONS(915), + [aux_sym_proxy_jump_token1] = ACTIONS(915), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(915), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(915), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(915), + [aux_sym_pubkey_authentication_token1] = ACTIONS(915), + [aux_sym_rekey_limit_token1] = ACTIONS(915), + [aux_sym_remote_command_token1] = ACTIONS(915), + [aux_sym_remote_forward_token1] = ACTIONS(915), + [aux_sym_request_tty_token1] = ACTIONS(915), + [aux_sym_required_rsa_size_token1] = ACTIONS(915), + [aux_sym_revoked_host_keys_token1] = ACTIONS(915), + [aux_sym_security_key_provider_token1] = ACTIONS(915), + [aux_sym_send_env_token1] = ACTIONS(915), + [aux_sym_server_alive_count_max_token1] = ACTIONS(915), + [aux_sym_server_alive_interval_token1] = ACTIONS(915), + [aux_sym_session_type_token1] = ACTIONS(915), + [aux_sym_set_env_token1] = ACTIONS(915), + [aux_sym_stdin_null_token1] = ACTIONS(915), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(915), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(915), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(915), + [aux_sym_syslog_facility_token1] = ACTIONS(915), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(915), + [aux_sym_keep_alive_token1] = ACTIONS(915), + [aux_sym_tunnel_token1] = ACTIONS(917), + [aux_sym_tunnel_device_token1] = ACTIONS(915), + [aux_sym_update_host_keys_token1] = ACTIONS(915), + [aux_sym_use_keychain_token1] = ACTIONS(915), + [aux_sym_use_roaming_token1] = ACTIONS(915), + [aux_sym_user_token1] = ACTIONS(917), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(915), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(915), + [aux_sym_visual_host_key_token1] = ACTIONS(915), + [aux_sym_xauth_location_token1] = ACTIONS(915), }, [64] = { - [ts_builtin_sym_end] = ACTIONS(916), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(918), - [anon_sym_DQUOTE] = ACTIONS(920), - [aux_sym_match_token1] = ACTIONS(916), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(916), - [aux_sym_address_family_token1] = ACTIONS(916), - [aux_sym_batch_mode_token1] = ACTIONS(916), - [aux_sym_bind_address_token1] = ACTIONS(916), - [aux_sym_bind_interface_token1] = ACTIONS(916), - [aux_sym_canonical_domains_token1] = ACTIONS(916), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(916), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(916), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(916), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(916), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(916), - [aux_sym_certificate_file_token1] = ACTIONS(916), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(916), - [aux_sym_check_host_ip_token1] = ACTIONS(916), - [aux_sym_ciphers_token1] = ACTIONS(916), - [aux_sym_cipher_token1] = ACTIONS(918), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(916), - [aux_sym_compression_token1] = ACTIONS(916), - [aux_sym_connection_attempts_token1] = ACTIONS(916), - [aux_sym_connect_timeout_token1] = ACTIONS(916), - [aux_sym_control_master_token1] = ACTIONS(916), - [aux_sym_control_path_token1] = ACTIONS(916), - [aux_sym_control_persist_token1] = ACTIONS(916), - [aux_sym_dynamic_forward_token1] = ACTIONS(916), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(916), - [aux_sym_escape_char_token1] = ACTIONS(916), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(916), - [aux_sym_fingerprint_hash_token1] = ACTIONS(916), - [aux_sym_fork_after_authentication_token1] = ACTIONS(916), - [aux_sym_forward_agent_token1] = ACTIONS(916), - [aux_sym_forward_x11_token1] = ACTIONS(918), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(916), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(916), - [aux_sym_gateway_ports_token1] = ACTIONS(916), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(916), - [aux_sym_gssapi_authentication_token1] = ACTIONS(916), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(916), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(916), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(916), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(916), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(916), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(916), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(916), - [aux_sym_hash_known_hosts_token1] = ACTIONS(916), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(916), - [aux_sym_hostbased_authentication_token1] = ACTIONS(916), - [aux_sym_host_key_algorithms_token1] = ACTIONS(916), - [aux_sym_host_key_alias_token1] = ACTIONS(916), - [aux_sym_hostname_token1] = ACTIONS(916), - [aux_sym_identities_only_token1] = ACTIONS(916), - [aux_sym_identity_agent_token1] = ACTIONS(916), - [aux_sym_identity_file_token1] = ACTIONS(916), - [aux_sym_ignore_unknown_token1] = ACTIONS(916), - [aux_sym_include_token1] = ACTIONS(916), - [aux_sym_ip_qos_token1] = ACTIONS(916), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(916), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(916), - [aux_sym_kex_algorithms_token1] = ACTIONS(916), - [aux_sym_known_hosts_command_token1] = ACTIONS(916), - [aux_sym_local_command_token1] = ACTIONS(916), - [aux_sym_local_forward_token1] = ACTIONS(916), - [aux_sym_log_level_token1] = ACTIONS(916), - [aux_sym_log_verbose_token1] = ACTIONS(916), - [aux_sym_macs_token1] = ACTIONS(916), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(916), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(916), - [aux_sym_password_authentication_token1] = ACTIONS(916), - [aux_sym_permit_local_command_token1] = ACTIONS(916), - [aux_sym_permit_remote_open_token1] = ACTIONS(916), - [aux_sym_pkcs11_provider_token1] = ACTIONS(916), - [aux_sym_port_token1] = ACTIONS(916), - [aux_sym_preferred_authentications_token1] = ACTIONS(916), - [aux_sym_protocol_token1] = ACTIONS(916), - [aux_sym_proxy_command_token1] = ACTIONS(916), - [aux_sym_proxy_jump_token1] = ACTIONS(916), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(916), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(916), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(916), - [aux_sym_pubkey_authentication_token1] = ACTIONS(916), - [aux_sym_rekey_limit_token1] = ACTIONS(916), - [aux_sym_remote_command_token1] = ACTIONS(916), - [aux_sym_remote_forward_token1] = ACTIONS(916), - [aux_sym_request_tty_token1] = ACTIONS(916), - [aux_sym_revoked_host_keys_token1] = ACTIONS(916), - [aux_sym_security_key_provider_token1] = ACTIONS(916), - [aux_sym_send_env_token1] = ACTIONS(916), - [aux_sym_server_alive_count_max_token1] = ACTIONS(916), - [aux_sym_server_alive_interval_token1] = ACTIONS(916), - [aux_sym_session_type_token1] = ACTIONS(916), - [aux_sym_set_env_token1] = ACTIONS(916), - [aux_sym_stdin_null_token1] = ACTIONS(916), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(916), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(916), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(916), - [aux_sym_syslog_facility_token1] = ACTIONS(916), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(916), - [aux_sym_keep_alive_token1] = ACTIONS(916), - [aux_sym_tunnel_token1] = ACTIONS(918), - [aux_sym_tunnel_device_token1] = ACTIONS(916), - [aux_sym_update_host_keys_token1] = ACTIONS(916), - [aux_sym_use_keychain_token1] = ACTIONS(916), - [aux_sym_use_roaming_token1] = ACTIONS(916), - [aux_sym_user_token1] = ACTIONS(918), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(916), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(916), - [aux_sym_visual_host_key_token1] = ACTIONS(916), - [aux_sym_xauth_location_token1] = ACTIONS(916), + [ts_builtin_sym_end] = ACTIONS(921), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(923), + [anon_sym_DQUOTE] = ACTIONS(925), + [aux_sym_match_token1] = ACTIONS(921), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(921), + [aux_sym_address_family_token1] = ACTIONS(921), + [aux_sym_batch_mode_token1] = ACTIONS(921), + [aux_sym_bind_address_token1] = ACTIONS(921), + [aux_sym_bind_interface_token1] = ACTIONS(921), + [aux_sym_canonical_domains_token1] = ACTIONS(921), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(921), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(921), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(921), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(921), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(921), + [aux_sym_certificate_file_token1] = ACTIONS(921), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(921), + [aux_sym_check_host_ip_token1] = ACTIONS(921), + [aux_sym_ciphers_token1] = ACTIONS(921), + [aux_sym_cipher_token1] = ACTIONS(923), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(921), + [aux_sym_compression_token1] = ACTIONS(921), + [aux_sym_connection_attempts_token1] = ACTIONS(921), + [aux_sym_connect_timeout_token1] = ACTIONS(921), + [aux_sym_control_master_token1] = ACTIONS(921), + [aux_sym_control_path_token1] = ACTIONS(921), + [aux_sym_control_persist_token1] = ACTIONS(921), + [aux_sym_dynamic_forward_token1] = ACTIONS(921), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(921), + [aux_sym_escape_char_token1] = ACTIONS(921), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(921), + [aux_sym_fingerprint_hash_token1] = ACTIONS(921), + [aux_sym_fork_after_authentication_token1] = ACTIONS(921), + [aux_sym_forward_agent_token1] = ACTIONS(921), + [aux_sym_forward_x11_token1] = ACTIONS(923), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(921), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(921), + [aux_sym_gateway_ports_token1] = ACTIONS(921), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(921), + [aux_sym_gssapi_authentication_token1] = ACTIONS(921), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(921), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(921), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(921), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(921), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(921), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(921), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(921), + [aux_sym_hash_known_hosts_token1] = ACTIONS(921), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(921), + [aux_sym_hostbased_authentication_token1] = ACTIONS(921), + [aux_sym_host_key_algorithms_token1] = ACTIONS(921), + [aux_sym_host_key_alias_token1] = ACTIONS(921), + [aux_sym_hostname_token1] = ACTIONS(921), + [aux_sym_identities_only_token1] = ACTIONS(921), + [aux_sym_identity_agent_token1] = ACTIONS(921), + [aux_sym_identity_file_token1] = ACTIONS(921), + [aux_sym_ignore_unknown_token1] = ACTIONS(921), + [aux_sym_include_token1] = ACTIONS(921), + [aux_sym_ip_qos_token1] = ACTIONS(921), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(921), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(921), + [aux_sym_kex_algorithms_token1] = ACTIONS(921), + [aux_sym_known_hosts_command_token1] = ACTIONS(921), + [aux_sym_local_command_token1] = ACTIONS(921), + [aux_sym_local_forward_token1] = ACTIONS(921), + [aux_sym_log_level_token1] = ACTIONS(921), + [aux_sym_log_verbose_token1] = ACTIONS(921), + [aux_sym_macs_token1] = ACTIONS(921), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(921), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(921), + [aux_sym_password_authentication_token1] = ACTIONS(921), + [aux_sym_permit_local_command_token1] = ACTIONS(921), + [aux_sym_permit_remote_open_token1] = ACTIONS(921), + [aux_sym_pkcs11_provider_token1] = ACTIONS(921), + [aux_sym_port_token1] = ACTIONS(921), + [aux_sym_preferred_authentications_token1] = ACTIONS(921), + [aux_sym_protocol_token1] = ACTIONS(921), + [aux_sym_proxy_command_token1] = ACTIONS(921), + [aux_sym_proxy_jump_token1] = ACTIONS(921), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(921), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(921), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(921), + [aux_sym_pubkey_authentication_token1] = ACTIONS(921), + [aux_sym_rekey_limit_token1] = ACTIONS(921), + [aux_sym_remote_command_token1] = ACTIONS(921), + [aux_sym_remote_forward_token1] = ACTIONS(921), + [aux_sym_request_tty_token1] = ACTIONS(921), + [aux_sym_required_rsa_size_token1] = ACTIONS(921), + [aux_sym_revoked_host_keys_token1] = ACTIONS(921), + [aux_sym_security_key_provider_token1] = ACTIONS(921), + [aux_sym_send_env_token1] = ACTIONS(921), + [aux_sym_server_alive_count_max_token1] = ACTIONS(921), + [aux_sym_server_alive_interval_token1] = ACTIONS(921), + [aux_sym_session_type_token1] = ACTIONS(921), + [aux_sym_set_env_token1] = ACTIONS(921), + [aux_sym_stdin_null_token1] = ACTIONS(921), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(921), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(921), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(921), + [aux_sym_syslog_facility_token1] = ACTIONS(921), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(921), + [aux_sym_keep_alive_token1] = ACTIONS(921), + [aux_sym_tunnel_token1] = ACTIONS(923), + [aux_sym_tunnel_device_token1] = ACTIONS(921), + [aux_sym_update_host_keys_token1] = ACTIONS(921), + [aux_sym_use_keychain_token1] = ACTIONS(921), + [aux_sym_use_roaming_token1] = ACTIONS(921), + [aux_sym_user_token1] = ACTIONS(923), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(921), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(921), + [aux_sym_visual_host_key_token1] = ACTIONS(921), + [aux_sym_xauth_location_token1] = ACTIONS(921), }, [65] = { - [ts_builtin_sym_end] = ACTIONS(922), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(924), - [anon_sym_DQUOTE] = ACTIONS(926), - [aux_sym_match_token1] = ACTIONS(922), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(922), - [aux_sym_address_family_token1] = ACTIONS(922), - [aux_sym_batch_mode_token1] = ACTIONS(922), - [aux_sym_bind_address_token1] = ACTIONS(922), - [aux_sym_bind_interface_token1] = ACTIONS(922), - [aux_sym_canonical_domains_token1] = ACTIONS(922), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(922), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(922), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(922), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(922), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(922), - [aux_sym_certificate_file_token1] = ACTIONS(922), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(922), - [aux_sym_check_host_ip_token1] = ACTIONS(922), - [aux_sym_ciphers_token1] = ACTIONS(922), - [aux_sym_cipher_token1] = ACTIONS(924), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(922), - [aux_sym_compression_token1] = ACTIONS(922), - [aux_sym_connection_attempts_token1] = ACTIONS(922), - [aux_sym_connect_timeout_token1] = ACTIONS(922), - [aux_sym_control_master_token1] = ACTIONS(922), - [aux_sym_control_path_token1] = ACTIONS(922), - [aux_sym_control_persist_token1] = ACTIONS(922), - [aux_sym_dynamic_forward_token1] = ACTIONS(922), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(922), - [aux_sym_escape_char_token1] = ACTIONS(922), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(922), - [aux_sym_fingerprint_hash_token1] = ACTIONS(922), - [aux_sym_fork_after_authentication_token1] = ACTIONS(922), - [aux_sym_forward_agent_token1] = ACTIONS(922), - [aux_sym_forward_x11_token1] = ACTIONS(924), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(922), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(922), - [aux_sym_gateway_ports_token1] = ACTIONS(922), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(922), - [aux_sym_gssapi_authentication_token1] = ACTIONS(922), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(922), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(922), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(922), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(922), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(922), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(922), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(922), - [aux_sym_hash_known_hosts_token1] = ACTIONS(922), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(922), - [aux_sym_hostbased_authentication_token1] = ACTIONS(922), - [aux_sym_host_key_algorithms_token1] = ACTIONS(922), - [aux_sym_host_key_alias_token1] = ACTIONS(922), - [aux_sym_hostname_token1] = ACTIONS(922), - [aux_sym_identities_only_token1] = ACTIONS(922), - [aux_sym_identity_agent_token1] = ACTIONS(922), - [aux_sym_identity_file_token1] = ACTIONS(922), - [aux_sym_ignore_unknown_token1] = ACTIONS(922), - [aux_sym_include_token1] = ACTIONS(922), - [aux_sym_ip_qos_token1] = ACTIONS(922), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(922), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(922), - [aux_sym_kex_algorithms_token1] = ACTIONS(922), - [aux_sym_known_hosts_command_token1] = ACTIONS(922), - [aux_sym_local_command_token1] = ACTIONS(922), - [aux_sym_local_forward_token1] = ACTIONS(922), - [aux_sym_log_level_token1] = ACTIONS(922), - [aux_sym_log_verbose_token1] = ACTIONS(922), - [aux_sym_macs_token1] = ACTIONS(922), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(922), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(922), - [aux_sym_password_authentication_token1] = ACTIONS(922), - [aux_sym_permit_local_command_token1] = ACTIONS(922), - [aux_sym_permit_remote_open_token1] = ACTIONS(922), - [aux_sym_pkcs11_provider_token1] = ACTIONS(922), - [aux_sym_port_token1] = ACTIONS(922), - [aux_sym_preferred_authentications_token1] = ACTIONS(922), - [aux_sym_protocol_token1] = ACTIONS(922), - [aux_sym_proxy_command_token1] = ACTIONS(922), - [aux_sym_proxy_jump_token1] = ACTIONS(922), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(922), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(922), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(922), - [aux_sym_pubkey_authentication_token1] = ACTIONS(922), - [aux_sym_rekey_limit_token1] = ACTIONS(922), - [aux_sym_remote_command_token1] = ACTIONS(922), - [aux_sym_remote_forward_token1] = ACTIONS(922), - [aux_sym_request_tty_token1] = ACTIONS(922), - [aux_sym_revoked_host_keys_token1] = ACTIONS(922), - [aux_sym_security_key_provider_token1] = ACTIONS(922), - [aux_sym_send_env_token1] = ACTIONS(922), - [aux_sym_server_alive_count_max_token1] = ACTIONS(922), - [aux_sym_server_alive_interval_token1] = ACTIONS(922), - [aux_sym_session_type_token1] = ACTIONS(922), - [aux_sym_set_env_token1] = ACTIONS(922), - [aux_sym_stdin_null_token1] = ACTIONS(922), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(922), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(922), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(922), - [aux_sym_syslog_facility_token1] = ACTIONS(922), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(922), - [aux_sym_keep_alive_token1] = ACTIONS(922), - [aux_sym_tunnel_token1] = ACTIONS(924), - [aux_sym_tunnel_device_token1] = ACTIONS(922), - [aux_sym_update_host_keys_token1] = ACTIONS(922), - [aux_sym_use_keychain_token1] = ACTIONS(922), - [aux_sym_use_roaming_token1] = ACTIONS(922), - [aux_sym_user_token1] = ACTIONS(924), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(922), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(922), - [aux_sym_visual_host_key_token1] = ACTIONS(922), - [aux_sym_xauth_location_token1] = ACTIONS(922), + [ts_builtin_sym_end] = ACTIONS(927), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(929), + [anon_sym_DQUOTE] = ACTIONS(931), + [aux_sym_match_token1] = ACTIONS(927), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(927), + [aux_sym_address_family_token1] = ACTIONS(927), + [aux_sym_batch_mode_token1] = ACTIONS(927), + [aux_sym_bind_address_token1] = ACTIONS(927), + [aux_sym_bind_interface_token1] = ACTIONS(927), + [aux_sym_canonical_domains_token1] = ACTIONS(927), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(927), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(927), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(927), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(927), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(927), + [aux_sym_certificate_file_token1] = ACTIONS(927), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(927), + [aux_sym_check_host_ip_token1] = ACTIONS(927), + [aux_sym_ciphers_token1] = ACTIONS(927), + [aux_sym_cipher_token1] = ACTIONS(929), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(927), + [aux_sym_compression_token1] = ACTIONS(927), + [aux_sym_connection_attempts_token1] = ACTIONS(927), + [aux_sym_connect_timeout_token1] = ACTIONS(927), + [aux_sym_control_master_token1] = ACTIONS(927), + [aux_sym_control_path_token1] = ACTIONS(927), + [aux_sym_control_persist_token1] = ACTIONS(927), + [aux_sym_dynamic_forward_token1] = ACTIONS(927), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(927), + [aux_sym_escape_char_token1] = ACTIONS(927), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(927), + [aux_sym_fingerprint_hash_token1] = ACTIONS(927), + [aux_sym_fork_after_authentication_token1] = ACTIONS(927), + [aux_sym_forward_agent_token1] = ACTIONS(927), + [aux_sym_forward_x11_token1] = ACTIONS(929), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(927), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(927), + [aux_sym_gateway_ports_token1] = ACTIONS(927), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(927), + [aux_sym_gssapi_authentication_token1] = ACTIONS(927), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(927), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(927), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(927), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(927), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(927), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(927), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(927), + [aux_sym_hash_known_hosts_token1] = ACTIONS(927), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(927), + [aux_sym_hostbased_authentication_token1] = ACTIONS(927), + [aux_sym_host_key_algorithms_token1] = ACTIONS(927), + [aux_sym_host_key_alias_token1] = ACTIONS(927), + [aux_sym_hostname_token1] = ACTIONS(927), + [aux_sym_identities_only_token1] = ACTIONS(927), + [aux_sym_identity_agent_token1] = ACTIONS(927), + [aux_sym_identity_file_token1] = ACTIONS(927), + [aux_sym_ignore_unknown_token1] = ACTIONS(927), + [aux_sym_include_token1] = ACTIONS(927), + [aux_sym_ip_qos_token1] = ACTIONS(927), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(927), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(927), + [aux_sym_kex_algorithms_token1] = ACTIONS(927), + [aux_sym_known_hosts_command_token1] = ACTIONS(927), + [aux_sym_local_command_token1] = ACTIONS(927), + [aux_sym_local_forward_token1] = ACTIONS(927), + [aux_sym_log_level_token1] = ACTIONS(927), + [aux_sym_log_verbose_token1] = ACTIONS(927), + [aux_sym_macs_token1] = ACTIONS(927), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(927), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(927), + [aux_sym_password_authentication_token1] = ACTIONS(927), + [aux_sym_permit_local_command_token1] = ACTIONS(927), + [aux_sym_permit_remote_open_token1] = ACTIONS(927), + [aux_sym_pkcs11_provider_token1] = ACTIONS(927), + [aux_sym_port_token1] = ACTIONS(927), + [aux_sym_preferred_authentications_token1] = ACTIONS(927), + [aux_sym_protocol_token1] = ACTIONS(927), + [aux_sym_proxy_command_token1] = ACTIONS(927), + [aux_sym_proxy_jump_token1] = ACTIONS(927), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(927), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(927), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(927), + [aux_sym_pubkey_authentication_token1] = ACTIONS(927), + [aux_sym_rekey_limit_token1] = ACTIONS(927), + [aux_sym_remote_command_token1] = ACTIONS(927), + [aux_sym_remote_forward_token1] = ACTIONS(927), + [aux_sym_request_tty_token1] = ACTIONS(927), + [aux_sym_required_rsa_size_token1] = ACTIONS(927), + [aux_sym_revoked_host_keys_token1] = ACTIONS(927), + [aux_sym_security_key_provider_token1] = ACTIONS(927), + [aux_sym_send_env_token1] = ACTIONS(927), + [aux_sym_server_alive_count_max_token1] = ACTIONS(927), + [aux_sym_server_alive_interval_token1] = ACTIONS(927), + [aux_sym_session_type_token1] = ACTIONS(927), + [aux_sym_set_env_token1] = ACTIONS(927), + [aux_sym_stdin_null_token1] = ACTIONS(927), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(927), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(927), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(927), + [aux_sym_syslog_facility_token1] = ACTIONS(927), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(927), + [aux_sym_keep_alive_token1] = ACTIONS(927), + [aux_sym_tunnel_token1] = ACTIONS(929), + [aux_sym_tunnel_device_token1] = ACTIONS(927), + [aux_sym_update_host_keys_token1] = ACTIONS(927), + [aux_sym_use_keychain_token1] = ACTIONS(927), + [aux_sym_use_roaming_token1] = ACTIONS(927), + [aux_sym_user_token1] = ACTIONS(929), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(927), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(927), + [aux_sym_visual_host_key_token1] = ACTIONS(927), + [aux_sym_xauth_location_token1] = ACTIONS(927), }, [66] = { - [ts_builtin_sym_end] = ACTIONS(928), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(930), - [anon_sym_DQUOTE] = ACTIONS(932), - [aux_sym_match_token1] = ACTIONS(928), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(928), - [aux_sym_address_family_token1] = ACTIONS(928), - [aux_sym_batch_mode_token1] = ACTIONS(928), - [aux_sym_bind_address_token1] = ACTIONS(928), - [aux_sym_bind_interface_token1] = ACTIONS(928), - [aux_sym_canonical_domains_token1] = ACTIONS(928), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(928), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(928), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(928), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(928), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(928), - [aux_sym_certificate_file_token1] = ACTIONS(928), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(928), - [aux_sym_check_host_ip_token1] = ACTIONS(928), - [aux_sym_ciphers_token1] = ACTIONS(928), - [aux_sym_cipher_token1] = ACTIONS(930), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(928), - [aux_sym_compression_token1] = ACTIONS(928), - [aux_sym_connection_attempts_token1] = ACTIONS(928), - [aux_sym_connect_timeout_token1] = ACTIONS(928), - [aux_sym_control_master_token1] = ACTIONS(928), - [aux_sym_control_path_token1] = ACTIONS(928), - [aux_sym_control_persist_token1] = ACTIONS(928), - [aux_sym_dynamic_forward_token1] = ACTIONS(928), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(928), - [aux_sym_escape_char_token1] = ACTIONS(928), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(928), - [aux_sym_fingerprint_hash_token1] = ACTIONS(928), - [aux_sym_fork_after_authentication_token1] = ACTIONS(928), - [aux_sym_forward_agent_token1] = ACTIONS(928), - [aux_sym_forward_x11_token1] = ACTIONS(930), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(928), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(928), - [aux_sym_gateway_ports_token1] = ACTIONS(928), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(928), - [aux_sym_gssapi_authentication_token1] = ACTIONS(928), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(928), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(928), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(928), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(928), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(928), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(928), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(928), - [aux_sym_hash_known_hosts_token1] = ACTIONS(928), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(928), - [aux_sym_hostbased_authentication_token1] = ACTIONS(928), - [aux_sym_host_key_algorithms_token1] = ACTIONS(928), - [aux_sym_host_key_alias_token1] = ACTIONS(928), - [aux_sym_hostname_token1] = ACTIONS(928), - [aux_sym_identities_only_token1] = ACTIONS(928), - [aux_sym_identity_agent_token1] = ACTIONS(928), - [aux_sym_identity_file_token1] = ACTIONS(928), - [aux_sym_ignore_unknown_token1] = ACTIONS(928), - [aux_sym_include_token1] = ACTIONS(928), - [aux_sym_ip_qos_token1] = ACTIONS(928), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(928), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(928), - [aux_sym_kex_algorithms_token1] = ACTIONS(928), - [aux_sym_known_hosts_command_token1] = ACTIONS(928), - [aux_sym_local_command_token1] = ACTIONS(928), - [aux_sym_local_forward_token1] = ACTIONS(928), - [aux_sym_log_level_token1] = ACTIONS(928), - [aux_sym_log_verbose_token1] = ACTIONS(928), - [aux_sym_macs_token1] = ACTIONS(928), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(928), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(928), - [aux_sym_password_authentication_token1] = ACTIONS(928), - [aux_sym_permit_local_command_token1] = ACTIONS(928), - [aux_sym_permit_remote_open_token1] = ACTIONS(928), - [aux_sym_pkcs11_provider_token1] = ACTIONS(928), - [aux_sym_port_token1] = ACTIONS(928), - [aux_sym_preferred_authentications_token1] = ACTIONS(928), - [aux_sym_protocol_token1] = ACTIONS(928), - [aux_sym_proxy_command_token1] = ACTIONS(928), - [aux_sym_proxy_jump_token1] = ACTIONS(928), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(928), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(928), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(928), - [aux_sym_pubkey_authentication_token1] = ACTIONS(928), - [aux_sym_rekey_limit_token1] = ACTIONS(928), - [aux_sym_remote_command_token1] = ACTIONS(928), - [aux_sym_remote_forward_token1] = ACTIONS(928), - [aux_sym_request_tty_token1] = ACTIONS(928), - [aux_sym_revoked_host_keys_token1] = ACTIONS(928), - [aux_sym_security_key_provider_token1] = ACTIONS(928), - [aux_sym_send_env_token1] = ACTIONS(928), - [aux_sym_server_alive_count_max_token1] = ACTIONS(928), - [aux_sym_server_alive_interval_token1] = ACTIONS(928), - [aux_sym_session_type_token1] = ACTIONS(928), - [aux_sym_set_env_token1] = ACTIONS(928), - [aux_sym_stdin_null_token1] = ACTIONS(928), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(928), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(928), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(928), - [aux_sym_syslog_facility_token1] = ACTIONS(928), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(928), - [aux_sym_keep_alive_token1] = ACTIONS(928), - [aux_sym_tunnel_token1] = ACTIONS(930), - [aux_sym_tunnel_device_token1] = ACTIONS(928), - [aux_sym_update_host_keys_token1] = ACTIONS(928), - [aux_sym_use_keychain_token1] = ACTIONS(928), - [aux_sym_use_roaming_token1] = ACTIONS(928), - [aux_sym_user_token1] = ACTIONS(930), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(928), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(928), - [aux_sym_visual_host_key_token1] = ACTIONS(928), - [aux_sym_xauth_location_token1] = ACTIONS(928), + [ts_builtin_sym_end] = ACTIONS(933), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(935), + [anon_sym_DQUOTE] = ACTIONS(937), + [aux_sym_match_token1] = ACTIONS(933), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(933), + [aux_sym_address_family_token1] = ACTIONS(933), + [aux_sym_batch_mode_token1] = ACTIONS(933), + [aux_sym_bind_address_token1] = ACTIONS(933), + [aux_sym_bind_interface_token1] = ACTIONS(933), + [aux_sym_canonical_domains_token1] = ACTIONS(933), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(933), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(933), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(933), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(933), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(933), + [aux_sym_certificate_file_token1] = ACTIONS(933), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(933), + [aux_sym_check_host_ip_token1] = ACTIONS(933), + [aux_sym_ciphers_token1] = ACTIONS(933), + [aux_sym_cipher_token1] = ACTIONS(935), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(933), + [aux_sym_compression_token1] = ACTIONS(933), + [aux_sym_connection_attempts_token1] = ACTIONS(933), + [aux_sym_connect_timeout_token1] = ACTIONS(933), + [aux_sym_control_master_token1] = ACTIONS(933), + [aux_sym_control_path_token1] = ACTIONS(933), + [aux_sym_control_persist_token1] = ACTIONS(933), + [aux_sym_dynamic_forward_token1] = ACTIONS(933), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(933), + [aux_sym_escape_char_token1] = ACTIONS(933), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(933), + [aux_sym_fingerprint_hash_token1] = ACTIONS(933), + [aux_sym_fork_after_authentication_token1] = ACTIONS(933), + [aux_sym_forward_agent_token1] = ACTIONS(933), + [aux_sym_forward_x11_token1] = ACTIONS(935), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(933), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(933), + [aux_sym_gateway_ports_token1] = ACTIONS(933), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(933), + [aux_sym_gssapi_authentication_token1] = ACTIONS(933), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(933), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(933), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(933), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(933), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(933), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(933), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(933), + [aux_sym_hash_known_hosts_token1] = ACTIONS(933), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(933), + [aux_sym_hostbased_authentication_token1] = ACTIONS(933), + [aux_sym_host_key_algorithms_token1] = ACTIONS(933), + [aux_sym_host_key_alias_token1] = ACTIONS(933), + [aux_sym_hostname_token1] = ACTIONS(933), + [aux_sym_identities_only_token1] = ACTIONS(933), + [aux_sym_identity_agent_token1] = ACTIONS(933), + [aux_sym_identity_file_token1] = ACTIONS(933), + [aux_sym_ignore_unknown_token1] = ACTIONS(933), + [aux_sym_include_token1] = ACTIONS(933), + [aux_sym_ip_qos_token1] = ACTIONS(933), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(933), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(933), + [aux_sym_kex_algorithms_token1] = ACTIONS(933), + [aux_sym_known_hosts_command_token1] = ACTIONS(933), + [aux_sym_local_command_token1] = ACTIONS(933), + [aux_sym_local_forward_token1] = ACTIONS(933), + [aux_sym_log_level_token1] = ACTIONS(933), + [aux_sym_log_verbose_token1] = ACTIONS(933), + [aux_sym_macs_token1] = ACTIONS(933), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(933), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(933), + [aux_sym_password_authentication_token1] = ACTIONS(933), + [aux_sym_permit_local_command_token1] = ACTIONS(933), + [aux_sym_permit_remote_open_token1] = ACTIONS(933), + [aux_sym_pkcs11_provider_token1] = ACTIONS(933), + [aux_sym_port_token1] = ACTIONS(933), + [aux_sym_preferred_authentications_token1] = ACTIONS(933), + [aux_sym_protocol_token1] = ACTIONS(933), + [aux_sym_proxy_command_token1] = ACTIONS(933), + [aux_sym_proxy_jump_token1] = ACTIONS(933), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(933), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(933), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(933), + [aux_sym_pubkey_authentication_token1] = ACTIONS(933), + [aux_sym_rekey_limit_token1] = ACTIONS(933), + [aux_sym_remote_command_token1] = ACTIONS(933), + [aux_sym_remote_forward_token1] = ACTIONS(933), + [aux_sym_request_tty_token1] = ACTIONS(933), + [aux_sym_required_rsa_size_token1] = ACTIONS(933), + [aux_sym_revoked_host_keys_token1] = ACTIONS(933), + [aux_sym_security_key_provider_token1] = ACTIONS(933), + [aux_sym_send_env_token1] = ACTIONS(933), + [aux_sym_server_alive_count_max_token1] = ACTIONS(933), + [aux_sym_server_alive_interval_token1] = ACTIONS(933), + [aux_sym_session_type_token1] = ACTIONS(933), + [aux_sym_set_env_token1] = ACTIONS(933), + [aux_sym_stdin_null_token1] = ACTIONS(933), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(933), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(933), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(933), + [aux_sym_syslog_facility_token1] = ACTIONS(933), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(933), + [aux_sym_keep_alive_token1] = ACTIONS(933), + [aux_sym_tunnel_token1] = ACTIONS(935), + [aux_sym_tunnel_device_token1] = ACTIONS(933), + [aux_sym_update_host_keys_token1] = ACTIONS(933), + [aux_sym_use_keychain_token1] = ACTIONS(933), + [aux_sym_use_roaming_token1] = ACTIONS(933), + [aux_sym_user_token1] = ACTIONS(935), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(933), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(933), + [aux_sym_visual_host_key_token1] = ACTIONS(933), + [aux_sym_xauth_location_token1] = ACTIONS(933), }, [67] = { - [ts_builtin_sym_end] = ACTIONS(934), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(936), - [anon_sym_DQUOTE] = ACTIONS(938), - [aux_sym_match_token1] = ACTIONS(934), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(934), - [aux_sym_address_family_token1] = ACTIONS(934), - [aux_sym_batch_mode_token1] = ACTIONS(934), - [aux_sym_bind_address_token1] = ACTIONS(934), - [aux_sym_bind_interface_token1] = ACTIONS(934), - [aux_sym_canonical_domains_token1] = ACTIONS(934), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(934), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(934), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(934), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(934), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(934), - [aux_sym_certificate_file_token1] = ACTIONS(934), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(934), - [aux_sym_check_host_ip_token1] = ACTIONS(934), - [aux_sym_ciphers_token1] = ACTIONS(934), - [aux_sym_cipher_token1] = ACTIONS(936), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(934), - [aux_sym_compression_token1] = ACTIONS(934), - [aux_sym_connection_attempts_token1] = ACTIONS(934), - [aux_sym_connect_timeout_token1] = ACTIONS(934), - [aux_sym_control_master_token1] = ACTIONS(934), - [aux_sym_control_path_token1] = ACTIONS(934), - [aux_sym_control_persist_token1] = ACTIONS(934), - [aux_sym_dynamic_forward_token1] = ACTIONS(934), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(934), - [aux_sym_escape_char_token1] = ACTIONS(934), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(934), - [aux_sym_fingerprint_hash_token1] = ACTIONS(934), - [aux_sym_fork_after_authentication_token1] = ACTIONS(934), - [aux_sym_forward_agent_token1] = ACTIONS(934), - [aux_sym_forward_x11_token1] = ACTIONS(936), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(934), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(934), - [aux_sym_gateway_ports_token1] = ACTIONS(934), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(934), - [aux_sym_gssapi_authentication_token1] = ACTIONS(934), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(934), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(934), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(934), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(934), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(934), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(934), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(934), - [aux_sym_hash_known_hosts_token1] = ACTIONS(934), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(934), - [aux_sym_hostbased_authentication_token1] = ACTIONS(934), - [aux_sym_host_key_algorithms_token1] = ACTIONS(934), - [aux_sym_host_key_alias_token1] = ACTIONS(934), - [aux_sym_hostname_token1] = ACTIONS(934), - [aux_sym_identities_only_token1] = ACTIONS(934), - [aux_sym_identity_agent_token1] = ACTIONS(934), - [aux_sym_identity_file_token1] = ACTIONS(934), - [aux_sym_ignore_unknown_token1] = ACTIONS(934), - [aux_sym_include_token1] = ACTIONS(934), - [aux_sym_ip_qos_token1] = ACTIONS(934), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(934), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(934), - [aux_sym_kex_algorithms_token1] = ACTIONS(934), - [aux_sym_known_hosts_command_token1] = ACTIONS(934), - [aux_sym_local_command_token1] = ACTIONS(934), - [aux_sym_local_forward_token1] = ACTIONS(934), - [aux_sym_log_level_token1] = ACTIONS(934), - [aux_sym_log_verbose_token1] = ACTIONS(934), - [aux_sym_macs_token1] = ACTIONS(934), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(934), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(934), - [aux_sym_password_authentication_token1] = ACTIONS(934), - [aux_sym_permit_local_command_token1] = ACTIONS(934), - [aux_sym_permit_remote_open_token1] = ACTIONS(934), - [aux_sym_pkcs11_provider_token1] = ACTIONS(934), - [aux_sym_port_token1] = ACTIONS(934), - [aux_sym_preferred_authentications_token1] = ACTIONS(934), - [aux_sym_protocol_token1] = ACTIONS(934), - [aux_sym_proxy_command_token1] = ACTIONS(934), - [aux_sym_proxy_jump_token1] = ACTIONS(934), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(934), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(934), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(934), - [aux_sym_pubkey_authentication_token1] = ACTIONS(934), - [aux_sym_rekey_limit_token1] = ACTIONS(934), - [aux_sym_remote_command_token1] = ACTIONS(934), - [aux_sym_remote_forward_token1] = ACTIONS(934), - [aux_sym_request_tty_token1] = ACTIONS(934), - [aux_sym_revoked_host_keys_token1] = ACTIONS(934), - [aux_sym_security_key_provider_token1] = ACTIONS(934), - [aux_sym_send_env_token1] = ACTIONS(934), - [aux_sym_server_alive_count_max_token1] = ACTIONS(934), - [aux_sym_server_alive_interval_token1] = ACTIONS(934), - [aux_sym_session_type_token1] = ACTIONS(934), - [aux_sym_set_env_token1] = ACTIONS(934), - [aux_sym_stdin_null_token1] = ACTIONS(934), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(934), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(934), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(934), - [aux_sym_syslog_facility_token1] = ACTIONS(934), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(934), - [aux_sym_keep_alive_token1] = ACTIONS(934), - [aux_sym_tunnel_token1] = ACTIONS(936), - [aux_sym_tunnel_device_token1] = ACTIONS(934), - [aux_sym_update_host_keys_token1] = ACTIONS(934), - [aux_sym_use_keychain_token1] = ACTIONS(934), - [aux_sym_use_roaming_token1] = ACTIONS(934), - [aux_sym_user_token1] = ACTIONS(936), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(934), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(934), - [aux_sym_visual_host_key_token1] = ACTIONS(934), - [aux_sym_xauth_location_token1] = ACTIONS(934), + [ts_builtin_sym_end] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(943), + [aux_sym_match_token1] = ACTIONS(939), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(939), + [aux_sym_address_family_token1] = ACTIONS(939), + [aux_sym_batch_mode_token1] = ACTIONS(939), + [aux_sym_bind_address_token1] = ACTIONS(939), + [aux_sym_bind_interface_token1] = ACTIONS(939), + [aux_sym_canonical_domains_token1] = ACTIONS(939), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(939), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(939), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(939), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(939), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(939), + [aux_sym_certificate_file_token1] = ACTIONS(939), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(939), + [aux_sym_check_host_ip_token1] = ACTIONS(939), + [aux_sym_ciphers_token1] = ACTIONS(939), + [aux_sym_cipher_token1] = ACTIONS(941), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(939), + [aux_sym_compression_token1] = ACTIONS(939), + [aux_sym_connection_attempts_token1] = ACTIONS(939), + [aux_sym_connect_timeout_token1] = ACTIONS(939), + [aux_sym_control_master_token1] = ACTIONS(939), + [aux_sym_control_path_token1] = ACTIONS(939), + [aux_sym_control_persist_token1] = ACTIONS(939), + [aux_sym_dynamic_forward_token1] = ACTIONS(939), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(939), + [aux_sym_escape_char_token1] = ACTIONS(939), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(939), + [aux_sym_fingerprint_hash_token1] = ACTIONS(939), + [aux_sym_fork_after_authentication_token1] = ACTIONS(939), + [aux_sym_forward_agent_token1] = ACTIONS(939), + [aux_sym_forward_x11_token1] = ACTIONS(941), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(939), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(939), + [aux_sym_gateway_ports_token1] = ACTIONS(939), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(939), + [aux_sym_gssapi_authentication_token1] = ACTIONS(939), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(939), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(939), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(939), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(939), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(939), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(939), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(939), + [aux_sym_hash_known_hosts_token1] = ACTIONS(939), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(939), + [aux_sym_hostbased_authentication_token1] = ACTIONS(939), + [aux_sym_host_key_algorithms_token1] = ACTIONS(939), + [aux_sym_host_key_alias_token1] = ACTIONS(939), + [aux_sym_hostname_token1] = ACTIONS(939), + [aux_sym_identities_only_token1] = ACTIONS(939), + [aux_sym_identity_agent_token1] = ACTIONS(939), + [aux_sym_identity_file_token1] = ACTIONS(939), + [aux_sym_ignore_unknown_token1] = ACTIONS(939), + [aux_sym_include_token1] = ACTIONS(939), + [aux_sym_ip_qos_token1] = ACTIONS(939), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(939), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(939), + [aux_sym_kex_algorithms_token1] = ACTIONS(939), + [aux_sym_known_hosts_command_token1] = ACTIONS(939), + [aux_sym_local_command_token1] = ACTIONS(939), + [aux_sym_local_forward_token1] = ACTIONS(939), + [aux_sym_log_level_token1] = ACTIONS(939), + [aux_sym_log_verbose_token1] = ACTIONS(939), + [aux_sym_macs_token1] = ACTIONS(939), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(939), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(939), + [aux_sym_password_authentication_token1] = ACTIONS(939), + [aux_sym_permit_local_command_token1] = ACTIONS(939), + [aux_sym_permit_remote_open_token1] = ACTIONS(939), + [aux_sym_pkcs11_provider_token1] = ACTIONS(939), + [aux_sym_port_token1] = ACTIONS(939), + [aux_sym_preferred_authentications_token1] = ACTIONS(939), + [aux_sym_protocol_token1] = ACTIONS(939), + [aux_sym_proxy_command_token1] = ACTIONS(939), + [aux_sym_proxy_jump_token1] = ACTIONS(939), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(939), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(939), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(939), + [aux_sym_pubkey_authentication_token1] = ACTIONS(939), + [aux_sym_rekey_limit_token1] = ACTIONS(939), + [aux_sym_remote_command_token1] = ACTIONS(939), + [aux_sym_remote_forward_token1] = ACTIONS(939), + [aux_sym_request_tty_token1] = ACTIONS(939), + [aux_sym_required_rsa_size_token1] = ACTIONS(939), + [aux_sym_revoked_host_keys_token1] = ACTIONS(939), + [aux_sym_security_key_provider_token1] = ACTIONS(939), + [aux_sym_send_env_token1] = ACTIONS(939), + [aux_sym_server_alive_count_max_token1] = ACTIONS(939), + [aux_sym_server_alive_interval_token1] = ACTIONS(939), + [aux_sym_session_type_token1] = ACTIONS(939), + [aux_sym_set_env_token1] = ACTIONS(939), + [aux_sym_stdin_null_token1] = ACTIONS(939), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(939), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(939), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(939), + [aux_sym_syslog_facility_token1] = ACTIONS(939), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(939), + [aux_sym_keep_alive_token1] = ACTIONS(939), + [aux_sym_tunnel_token1] = ACTIONS(941), + [aux_sym_tunnel_device_token1] = ACTIONS(939), + [aux_sym_update_host_keys_token1] = ACTIONS(939), + [aux_sym_use_keychain_token1] = ACTIONS(939), + [aux_sym_use_roaming_token1] = ACTIONS(939), + [aux_sym_user_token1] = ACTIONS(941), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(939), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(939), + [aux_sym_visual_host_key_token1] = ACTIONS(939), + [aux_sym_xauth_location_token1] = ACTIONS(939), }, [68] = { - [ts_builtin_sym_end] = ACTIONS(940), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(942), - [anon_sym_DQUOTE] = ACTIONS(944), - [aux_sym_match_token1] = ACTIONS(940), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(940), - [aux_sym_address_family_token1] = ACTIONS(940), - [aux_sym_batch_mode_token1] = ACTIONS(940), - [aux_sym_bind_address_token1] = ACTIONS(940), - [aux_sym_bind_interface_token1] = ACTIONS(940), - [aux_sym_canonical_domains_token1] = ACTIONS(940), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(940), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(940), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(940), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(940), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(940), - [aux_sym_certificate_file_token1] = ACTIONS(940), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(940), - [aux_sym_check_host_ip_token1] = ACTIONS(940), - [aux_sym_ciphers_token1] = ACTIONS(940), - [aux_sym_cipher_token1] = ACTIONS(942), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(940), - [aux_sym_compression_token1] = ACTIONS(940), - [aux_sym_connection_attempts_token1] = ACTIONS(940), - [aux_sym_connect_timeout_token1] = ACTIONS(940), - [aux_sym_control_master_token1] = ACTIONS(940), - [aux_sym_control_path_token1] = ACTIONS(940), - [aux_sym_control_persist_token1] = ACTIONS(940), - [aux_sym_dynamic_forward_token1] = ACTIONS(940), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(940), - [aux_sym_escape_char_token1] = ACTIONS(940), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(940), - [aux_sym_fingerprint_hash_token1] = ACTIONS(940), - [aux_sym_fork_after_authentication_token1] = ACTIONS(940), - [aux_sym_forward_agent_token1] = ACTIONS(940), - [aux_sym_forward_x11_token1] = ACTIONS(942), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(940), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(940), - [aux_sym_gateway_ports_token1] = ACTIONS(940), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(940), - [aux_sym_gssapi_authentication_token1] = ACTIONS(940), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(940), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(940), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(940), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(940), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(940), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(940), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(940), - [aux_sym_hash_known_hosts_token1] = ACTIONS(940), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(940), - [aux_sym_hostbased_authentication_token1] = ACTIONS(940), - [aux_sym_host_key_algorithms_token1] = ACTIONS(940), - [aux_sym_host_key_alias_token1] = ACTIONS(940), - [aux_sym_hostname_token1] = ACTIONS(940), - [aux_sym_identities_only_token1] = ACTIONS(940), - [aux_sym_identity_agent_token1] = ACTIONS(940), - [aux_sym_identity_file_token1] = ACTIONS(940), - [aux_sym_ignore_unknown_token1] = ACTIONS(940), - [aux_sym_include_token1] = ACTIONS(940), - [aux_sym_ip_qos_token1] = ACTIONS(940), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(940), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(940), - [aux_sym_kex_algorithms_token1] = ACTIONS(940), - [aux_sym_known_hosts_command_token1] = ACTIONS(940), - [aux_sym_local_command_token1] = ACTIONS(940), - [aux_sym_local_forward_token1] = ACTIONS(940), - [aux_sym_log_level_token1] = ACTIONS(940), - [aux_sym_log_verbose_token1] = ACTIONS(940), - [aux_sym_macs_token1] = ACTIONS(940), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(940), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(940), - [aux_sym_password_authentication_token1] = ACTIONS(940), - [aux_sym_permit_local_command_token1] = ACTIONS(940), - [aux_sym_permit_remote_open_token1] = ACTIONS(940), - [aux_sym_pkcs11_provider_token1] = ACTIONS(940), - [aux_sym_port_token1] = ACTIONS(940), - [aux_sym_preferred_authentications_token1] = ACTIONS(940), - [aux_sym_protocol_token1] = ACTIONS(940), - [aux_sym_proxy_command_token1] = ACTIONS(940), - [aux_sym_proxy_jump_token1] = ACTIONS(940), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(940), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(940), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(940), - [aux_sym_pubkey_authentication_token1] = ACTIONS(940), - [aux_sym_rekey_limit_token1] = ACTIONS(940), - [aux_sym_remote_command_token1] = ACTIONS(940), - [aux_sym_remote_forward_token1] = ACTIONS(940), - [aux_sym_request_tty_token1] = ACTIONS(940), - [aux_sym_revoked_host_keys_token1] = ACTIONS(940), - [aux_sym_security_key_provider_token1] = ACTIONS(940), - [aux_sym_send_env_token1] = ACTIONS(940), - [aux_sym_server_alive_count_max_token1] = ACTIONS(940), - [aux_sym_server_alive_interval_token1] = ACTIONS(940), - [aux_sym_session_type_token1] = ACTIONS(940), - [aux_sym_set_env_token1] = ACTIONS(940), - [aux_sym_stdin_null_token1] = ACTIONS(940), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(940), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(940), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(940), - [aux_sym_syslog_facility_token1] = ACTIONS(940), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(940), - [aux_sym_keep_alive_token1] = ACTIONS(940), - [aux_sym_tunnel_token1] = ACTIONS(942), - [aux_sym_tunnel_device_token1] = ACTIONS(940), - [aux_sym_update_host_keys_token1] = ACTIONS(940), - [aux_sym_use_keychain_token1] = ACTIONS(940), - [aux_sym_use_roaming_token1] = ACTIONS(940), - [aux_sym_user_token1] = ACTIONS(942), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(940), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(940), - [aux_sym_visual_host_key_token1] = ACTIONS(940), - [aux_sym_xauth_location_token1] = ACTIONS(940), + [ts_builtin_sym_end] = ACTIONS(945), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(947), + [anon_sym_DQUOTE] = ACTIONS(949), + [aux_sym_match_token1] = ACTIONS(945), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(945), + [aux_sym_address_family_token1] = ACTIONS(945), + [aux_sym_batch_mode_token1] = ACTIONS(945), + [aux_sym_bind_address_token1] = ACTIONS(945), + [aux_sym_bind_interface_token1] = ACTIONS(945), + [aux_sym_canonical_domains_token1] = ACTIONS(945), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(945), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(945), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(945), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(945), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(945), + [aux_sym_certificate_file_token1] = ACTIONS(945), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(945), + [aux_sym_check_host_ip_token1] = ACTIONS(945), + [aux_sym_ciphers_token1] = ACTIONS(945), + [aux_sym_cipher_token1] = ACTIONS(947), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(945), + [aux_sym_compression_token1] = ACTIONS(945), + [aux_sym_connection_attempts_token1] = ACTIONS(945), + [aux_sym_connect_timeout_token1] = ACTIONS(945), + [aux_sym_control_master_token1] = ACTIONS(945), + [aux_sym_control_path_token1] = ACTIONS(945), + [aux_sym_control_persist_token1] = ACTIONS(945), + [aux_sym_dynamic_forward_token1] = ACTIONS(945), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(945), + [aux_sym_escape_char_token1] = ACTIONS(945), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(945), + [aux_sym_fingerprint_hash_token1] = ACTIONS(945), + [aux_sym_fork_after_authentication_token1] = ACTIONS(945), + [aux_sym_forward_agent_token1] = ACTIONS(945), + [aux_sym_forward_x11_token1] = ACTIONS(947), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(945), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(945), + [aux_sym_gateway_ports_token1] = ACTIONS(945), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(945), + [aux_sym_gssapi_authentication_token1] = ACTIONS(945), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(945), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(945), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(945), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(945), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(945), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(945), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(945), + [aux_sym_hash_known_hosts_token1] = ACTIONS(945), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(945), + [aux_sym_hostbased_authentication_token1] = ACTIONS(945), + [aux_sym_host_key_algorithms_token1] = ACTIONS(945), + [aux_sym_host_key_alias_token1] = ACTIONS(945), + [aux_sym_hostname_token1] = ACTIONS(945), + [aux_sym_identities_only_token1] = ACTIONS(945), + [aux_sym_identity_agent_token1] = ACTIONS(945), + [aux_sym_identity_file_token1] = ACTIONS(945), + [aux_sym_ignore_unknown_token1] = ACTIONS(945), + [aux_sym_include_token1] = ACTIONS(945), + [aux_sym_ip_qos_token1] = ACTIONS(945), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(945), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(945), + [aux_sym_kex_algorithms_token1] = ACTIONS(945), + [aux_sym_known_hosts_command_token1] = ACTIONS(945), + [aux_sym_local_command_token1] = ACTIONS(945), + [aux_sym_local_forward_token1] = ACTIONS(945), + [aux_sym_log_level_token1] = ACTIONS(945), + [aux_sym_log_verbose_token1] = ACTIONS(945), + [aux_sym_macs_token1] = ACTIONS(945), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(945), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(945), + [aux_sym_password_authentication_token1] = ACTIONS(945), + [aux_sym_permit_local_command_token1] = ACTIONS(945), + [aux_sym_permit_remote_open_token1] = ACTIONS(945), + [aux_sym_pkcs11_provider_token1] = ACTIONS(945), + [aux_sym_port_token1] = ACTIONS(945), + [aux_sym_preferred_authentications_token1] = ACTIONS(945), + [aux_sym_protocol_token1] = ACTIONS(945), + [aux_sym_proxy_command_token1] = ACTIONS(945), + [aux_sym_proxy_jump_token1] = ACTIONS(945), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(945), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(945), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(945), + [aux_sym_pubkey_authentication_token1] = ACTIONS(945), + [aux_sym_rekey_limit_token1] = ACTIONS(945), + [aux_sym_remote_command_token1] = ACTIONS(945), + [aux_sym_remote_forward_token1] = ACTIONS(945), + [aux_sym_request_tty_token1] = ACTIONS(945), + [aux_sym_required_rsa_size_token1] = ACTIONS(945), + [aux_sym_revoked_host_keys_token1] = ACTIONS(945), + [aux_sym_security_key_provider_token1] = ACTIONS(945), + [aux_sym_send_env_token1] = ACTIONS(945), + [aux_sym_server_alive_count_max_token1] = ACTIONS(945), + [aux_sym_server_alive_interval_token1] = ACTIONS(945), + [aux_sym_session_type_token1] = ACTIONS(945), + [aux_sym_set_env_token1] = ACTIONS(945), + [aux_sym_stdin_null_token1] = ACTIONS(945), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(945), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(945), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(945), + [aux_sym_syslog_facility_token1] = ACTIONS(945), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(945), + [aux_sym_keep_alive_token1] = ACTIONS(945), + [aux_sym_tunnel_token1] = ACTIONS(947), + [aux_sym_tunnel_device_token1] = ACTIONS(945), + [aux_sym_update_host_keys_token1] = ACTIONS(945), + [aux_sym_use_keychain_token1] = ACTIONS(945), + [aux_sym_use_roaming_token1] = ACTIONS(945), + [aux_sym_user_token1] = ACTIONS(947), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(945), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(945), + [aux_sym_visual_host_key_token1] = ACTIONS(945), + [aux_sym_xauth_location_token1] = ACTIONS(945), }, [69] = { - [ts_builtin_sym_end] = ACTIONS(946), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(948), - [anon_sym_DQUOTE] = ACTIONS(950), - [aux_sym_match_token1] = ACTIONS(946), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(946), - [aux_sym_address_family_token1] = ACTIONS(946), - [aux_sym_batch_mode_token1] = ACTIONS(946), - [aux_sym_bind_address_token1] = ACTIONS(946), - [aux_sym_bind_interface_token1] = ACTIONS(946), - [aux_sym_canonical_domains_token1] = ACTIONS(946), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(946), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(946), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(946), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(946), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(946), - [aux_sym_certificate_file_token1] = ACTIONS(946), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(946), - [aux_sym_check_host_ip_token1] = ACTIONS(946), - [aux_sym_ciphers_token1] = ACTIONS(946), - [aux_sym_cipher_token1] = ACTIONS(948), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(946), - [aux_sym_compression_token1] = ACTIONS(946), - [aux_sym_connection_attempts_token1] = ACTIONS(946), - [aux_sym_connect_timeout_token1] = ACTIONS(946), - [aux_sym_control_master_token1] = ACTIONS(946), - [aux_sym_control_path_token1] = ACTIONS(946), - [aux_sym_control_persist_token1] = ACTIONS(946), - [aux_sym_dynamic_forward_token1] = ACTIONS(946), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(946), - [aux_sym_escape_char_token1] = ACTIONS(946), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(946), - [aux_sym_fingerprint_hash_token1] = ACTIONS(946), - [aux_sym_fork_after_authentication_token1] = ACTIONS(946), - [aux_sym_forward_agent_token1] = ACTIONS(946), - [aux_sym_forward_x11_token1] = ACTIONS(948), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(946), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(946), - [aux_sym_gateway_ports_token1] = ACTIONS(946), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(946), - [aux_sym_gssapi_authentication_token1] = ACTIONS(946), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(946), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(946), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(946), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(946), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(946), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(946), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(946), - [aux_sym_hash_known_hosts_token1] = ACTIONS(946), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(946), - [aux_sym_hostbased_authentication_token1] = ACTIONS(946), - [aux_sym_host_key_algorithms_token1] = ACTIONS(946), - [aux_sym_host_key_alias_token1] = ACTIONS(946), - [aux_sym_hostname_token1] = ACTIONS(946), - [aux_sym_identities_only_token1] = ACTIONS(946), - [aux_sym_identity_agent_token1] = ACTIONS(946), - [aux_sym_identity_file_token1] = ACTIONS(946), - [aux_sym_ignore_unknown_token1] = ACTIONS(946), - [aux_sym_include_token1] = ACTIONS(946), - [aux_sym_ip_qos_token1] = ACTIONS(946), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(946), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(946), - [aux_sym_kex_algorithms_token1] = ACTIONS(946), - [aux_sym_known_hosts_command_token1] = ACTIONS(946), - [aux_sym_local_command_token1] = ACTIONS(946), - [aux_sym_local_forward_token1] = ACTIONS(946), - [aux_sym_log_level_token1] = ACTIONS(946), - [aux_sym_log_verbose_token1] = ACTIONS(946), - [aux_sym_macs_token1] = ACTIONS(946), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(946), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(946), - [aux_sym_password_authentication_token1] = ACTIONS(946), - [aux_sym_permit_local_command_token1] = ACTIONS(946), - [aux_sym_permit_remote_open_token1] = ACTIONS(946), - [aux_sym_pkcs11_provider_token1] = ACTIONS(946), - [aux_sym_port_token1] = ACTIONS(946), - [aux_sym_preferred_authentications_token1] = ACTIONS(946), - [aux_sym_protocol_token1] = ACTIONS(946), - [aux_sym_proxy_command_token1] = ACTIONS(946), - [aux_sym_proxy_jump_token1] = ACTIONS(946), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(946), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(946), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(946), - [aux_sym_pubkey_authentication_token1] = ACTIONS(946), - [aux_sym_rekey_limit_token1] = ACTIONS(946), - [aux_sym_remote_command_token1] = ACTIONS(946), - [aux_sym_remote_forward_token1] = ACTIONS(946), - [aux_sym_request_tty_token1] = ACTIONS(946), - [aux_sym_revoked_host_keys_token1] = ACTIONS(946), - [aux_sym_security_key_provider_token1] = ACTIONS(946), - [aux_sym_send_env_token1] = ACTIONS(946), - [aux_sym_server_alive_count_max_token1] = ACTIONS(946), - [aux_sym_server_alive_interval_token1] = ACTIONS(946), - [aux_sym_session_type_token1] = ACTIONS(946), - [aux_sym_set_env_token1] = ACTIONS(946), - [aux_sym_stdin_null_token1] = ACTIONS(946), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(946), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(946), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(946), - [aux_sym_syslog_facility_token1] = ACTIONS(946), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(946), - [aux_sym_keep_alive_token1] = ACTIONS(946), - [aux_sym_tunnel_token1] = ACTIONS(948), - [aux_sym_tunnel_device_token1] = ACTIONS(946), - [aux_sym_update_host_keys_token1] = ACTIONS(946), - [aux_sym_use_keychain_token1] = ACTIONS(946), - [aux_sym_use_roaming_token1] = ACTIONS(946), - [aux_sym_user_token1] = ACTIONS(948), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(946), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(946), - [aux_sym_visual_host_key_token1] = ACTIONS(946), - [aux_sym_xauth_location_token1] = ACTIONS(946), + [ts_builtin_sym_end] = ACTIONS(951), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(953), + [anon_sym_DQUOTE] = ACTIONS(955), + [aux_sym_match_token1] = ACTIONS(951), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(951), + [aux_sym_address_family_token1] = ACTIONS(951), + [aux_sym_batch_mode_token1] = ACTIONS(951), + [aux_sym_bind_address_token1] = ACTIONS(951), + [aux_sym_bind_interface_token1] = ACTIONS(951), + [aux_sym_canonical_domains_token1] = ACTIONS(951), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(951), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(951), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(951), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(951), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(951), + [aux_sym_certificate_file_token1] = ACTIONS(951), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(951), + [aux_sym_check_host_ip_token1] = ACTIONS(951), + [aux_sym_ciphers_token1] = ACTIONS(951), + [aux_sym_cipher_token1] = ACTIONS(953), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(951), + [aux_sym_compression_token1] = ACTIONS(951), + [aux_sym_connection_attempts_token1] = ACTIONS(951), + [aux_sym_connect_timeout_token1] = ACTIONS(951), + [aux_sym_control_master_token1] = ACTIONS(951), + [aux_sym_control_path_token1] = ACTIONS(951), + [aux_sym_control_persist_token1] = ACTIONS(951), + [aux_sym_dynamic_forward_token1] = ACTIONS(951), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(951), + [aux_sym_escape_char_token1] = ACTIONS(951), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(951), + [aux_sym_fingerprint_hash_token1] = ACTIONS(951), + [aux_sym_fork_after_authentication_token1] = ACTIONS(951), + [aux_sym_forward_agent_token1] = ACTIONS(951), + [aux_sym_forward_x11_token1] = ACTIONS(953), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(951), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(951), + [aux_sym_gateway_ports_token1] = ACTIONS(951), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(951), + [aux_sym_gssapi_authentication_token1] = ACTIONS(951), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(951), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(951), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(951), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(951), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(951), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(951), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(951), + [aux_sym_hash_known_hosts_token1] = ACTIONS(951), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(951), + [aux_sym_hostbased_authentication_token1] = ACTIONS(951), + [aux_sym_host_key_algorithms_token1] = ACTIONS(951), + [aux_sym_host_key_alias_token1] = ACTIONS(951), + [aux_sym_hostname_token1] = ACTIONS(951), + [aux_sym_identities_only_token1] = ACTIONS(951), + [aux_sym_identity_agent_token1] = ACTIONS(951), + [aux_sym_identity_file_token1] = ACTIONS(951), + [aux_sym_ignore_unknown_token1] = ACTIONS(951), + [aux_sym_include_token1] = ACTIONS(951), + [aux_sym_ip_qos_token1] = ACTIONS(951), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(951), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(951), + [aux_sym_kex_algorithms_token1] = ACTIONS(951), + [aux_sym_known_hosts_command_token1] = ACTIONS(951), + [aux_sym_local_command_token1] = ACTIONS(951), + [aux_sym_local_forward_token1] = ACTIONS(951), + [aux_sym_log_level_token1] = ACTIONS(951), + [aux_sym_log_verbose_token1] = ACTIONS(951), + [aux_sym_macs_token1] = ACTIONS(951), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(951), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(951), + [aux_sym_password_authentication_token1] = ACTIONS(951), + [aux_sym_permit_local_command_token1] = ACTIONS(951), + [aux_sym_permit_remote_open_token1] = ACTIONS(951), + [aux_sym_pkcs11_provider_token1] = ACTIONS(951), + [aux_sym_port_token1] = ACTIONS(951), + [aux_sym_preferred_authentications_token1] = ACTIONS(951), + [aux_sym_protocol_token1] = ACTIONS(951), + [aux_sym_proxy_command_token1] = ACTIONS(951), + [aux_sym_proxy_jump_token1] = ACTIONS(951), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(951), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(951), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(951), + [aux_sym_pubkey_authentication_token1] = ACTIONS(951), + [aux_sym_rekey_limit_token1] = ACTIONS(951), + [aux_sym_remote_command_token1] = ACTIONS(951), + [aux_sym_remote_forward_token1] = ACTIONS(951), + [aux_sym_request_tty_token1] = ACTIONS(951), + [aux_sym_required_rsa_size_token1] = ACTIONS(951), + [aux_sym_revoked_host_keys_token1] = ACTIONS(951), + [aux_sym_security_key_provider_token1] = ACTIONS(951), + [aux_sym_send_env_token1] = ACTIONS(951), + [aux_sym_server_alive_count_max_token1] = ACTIONS(951), + [aux_sym_server_alive_interval_token1] = ACTIONS(951), + [aux_sym_session_type_token1] = ACTIONS(951), + [aux_sym_set_env_token1] = ACTIONS(951), + [aux_sym_stdin_null_token1] = ACTIONS(951), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(951), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(951), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(951), + [aux_sym_syslog_facility_token1] = ACTIONS(951), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(951), + [aux_sym_keep_alive_token1] = ACTIONS(951), + [aux_sym_tunnel_token1] = ACTIONS(953), + [aux_sym_tunnel_device_token1] = ACTIONS(951), + [aux_sym_update_host_keys_token1] = ACTIONS(951), + [aux_sym_use_keychain_token1] = ACTIONS(951), + [aux_sym_use_roaming_token1] = ACTIONS(951), + [aux_sym_user_token1] = ACTIONS(953), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(951), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(951), + [aux_sym_visual_host_key_token1] = ACTIONS(951), + [aux_sym_xauth_location_token1] = ACTIONS(951), }, [70] = { - [ts_builtin_sym_end] = ACTIONS(952), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(954), - [anon_sym_DQUOTE] = ACTIONS(956), - [aux_sym_match_token1] = ACTIONS(952), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(952), - [aux_sym_address_family_token1] = ACTIONS(952), - [aux_sym_batch_mode_token1] = ACTIONS(952), - [aux_sym_bind_address_token1] = ACTIONS(952), - [aux_sym_bind_interface_token1] = ACTIONS(952), - [aux_sym_canonical_domains_token1] = ACTIONS(952), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(952), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(952), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(952), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(952), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(952), - [aux_sym_certificate_file_token1] = ACTIONS(952), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(952), - [aux_sym_check_host_ip_token1] = ACTIONS(952), - [aux_sym_ciphers_token1] = ACTIONS(952), - [aux_sym_cipher_token1] = ACTIONS(954), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(952), - [aux_sym_compression_token1] = ACTIONS(952), - [aux_sym_connection_attempts_token1] = ACTIONS(952), - [aux_sym_connect_timeout_token1] = ACTIONS(952), - [aux_sym_control_master_token1] = ACTIONS(952), - [aux_sym_control_path_token1] = ACTIONS(952), - [aux_sym_control_persist_token1] = ACTIONS(952), - [aux_sym_dynamic_forward_token1] = ACTIONS(952), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(952), - [aux_sym_escape_char_token1] = ACTIONS(952), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(952), - [aux_sym_fingerprint_hash_token1] = ACTIONS(952), - [aux_sym_fork_after_authentication_token1] = ACTIONS(952), - [aux_sym_forward_agent_token1] = ACTIONS(952), - [aux_sym_forward_x11_token1] = ACTIONS(954), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(952), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(952), - [aux_sym_gateway_ports_token1] = ACTIONS(952), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(952), - [aux_sym_gssapi_authentication_token1] = ACTIONS(952), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(952), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(952), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(952), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(952), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(952), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(952), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(952), - [aux_sym_hash_known_hosts_token1] = ACTIONS(952), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(952), - [aux_sym_hostbased_authentication_token1] = ACTIONS(952), - [aux_sym_host_key_algorithms_token1] = ACTIONS(952), - [aux_sym_host_key_alias_token1] = ACTIONS(952), - [aux_sym_hostname_token1] = ACTIONS(952), - [aux_sym_identities_only_token1] = ACTIONS(952), - [aux_sym_identity_agent_token1] = ACTIONS(952), - [aux_sym_identity_file_token1] = ACTIONS(952), - [aux_sym_ignore_unknown_token1] = ACTIONS(952), - [aux_sym_include_token1] = ACTIONS(952), - [aux_sym_ip_qos_token1] = ACTIONS(952), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(952), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(952), - [aux_sym_kex_algorithms_token1] = ACTIONS(952), - [aux_sym_known_hosts_command_token1] = ACTIONS(952), - [aux_sym_local_command_token1] = ACTIONS(952), - [aux_sym_local_forward_token1] = ACTIONS(952), - [aux_sym_log_level_token1] = ACTIONS(952), - [aux_sym_log_verbose_token1] = ACTIONS(952), - [aux_sym_macs_token1] = ACTIONS(952), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(952), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(952), - [aux_sym_password_authentication_token1] = ACTIONS(952), - [aux_sym_permit_local_command_token1] = ACTIONS(952), - [aux_sym_permit_remote_open_token1] = ACTIONS(952), - [aux_sym_pkcs11_provider_token1] = ACTIONS(952), - [aux_sym_port_token1] = ACTIONS(952), - [aux_sym_preferred_authentications_token1] = ACTIONS(952), - [aux_sym_protocol_token1] = ACTIONS(952), - [aux_sym_proxy_command_token1] = ACTIONS(952), - [aux_sym_proxy_jump_token1] = ACTIONS(952), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(952), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(952), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(952), - [aux_sym_pubkey_authentication_token1] = ACTIONS(952), - [aux_sym_rekey_limit_token1] = ACTIONS(952), - [aux_sym_remote_command_token1] = ACTIONS(952), - [aux_sym_remote_forward_token1] = ACTIONS(952), - [aux_sym_request_tty_token1] = ACTIONS(952), - [aux_sym_revoked_host_keys_token1] = ACTIONS(952), - [aux_sym_security_key_provider_token1] = ACTIONS(952), - [aux_sym_send_env_token1] = ACTIONS(952), - [aux_sym_server_alive_count_max_token1] = ACTIONS(952), - [aux_sym_server_alive_interval_token1] = ACTIONS(952), - [aux_sym_session_type_token1] = ACTIONS(952), - [aux_sym_set_env_token1] = ACTIONS(952), - [aux_sym_stdin_null_token1] = ACTIONS(952), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(952), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(952), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(952), - [aux_sym_syslog_facility_token1] = ACTIONS(952), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(952), - [aux_sym_keep_alive_token1] = ACTIONS(952), - [aux_sym_tunnel_token1] = ACTIONS(954), - [aux_sym_tunnel_device_token1] = ACTIONS(952), - [aux_sym_update_host_keys_token1] = ACTIONS(952), - [aux_sym_use_keychain_token1] = ACTIONS(952), - [aux_sym_use_roaming_token1] = ACTIONS(952), - [aux_sym_user_token1] = ACTIONS(954), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(952), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(952), - [aux_sym_visual_host_key_token1] = ACTIONS(952), - [aux_sym_xauth_location_token1] = ACTIONS(952), + [ts_builtin_sym_end] = ACTIONS(957), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(959), + [anon_sym_DQUOTE] = ACTIONS(961), + [aux_sym_match_token1] = ACTIONS(957), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(957), + [aux_sym_address_family_token1] = ACTIONS(957), + [aux_sym_batch_mode_token1] = ACTIONS(957), + [aux_sym_bind_address_token1] = ACTIONS(957), + [aux_sym_bind_interface_token1] = ACTIONS(957), + [aux_sym_canonical_domains_token1] = ACTIONS(957), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(957), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(957), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(957), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(957), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(957), + [aux_sym_certificate_file_token1] = ACTIONS(957), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(957), + [aux_sym_check_host_ip_token1] = ACTIONS(957), + [aux_sym_ciphers_token1] = ACTIONS(957), + [aux_sym_cipher_token1] = ACTIONS(959), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(957), + [aux_sym_compression_token1] = ACTIONS(957), + [aux_sym_connection_attempts_token1] = ACTIONS(957), + [aux_sym_connect_timeout_token1] = ACTIONS(957), + [aux_sym_control_master_token1] = ACTIONS(957), + [aux_sym_control_path_token1] = ACTIONS(957), + [aux_sym_control_persist_token1] = ACTIONS(957), + [aux_sym_dynamic_forward_token1] = ACTIONS(957), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(957), + [aux_sym_escape_char_token1] = ACTIONS(957), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(957), + [aux_sym_fingerprint_hash_token1] = ACTIONS(957), + [aux_sym_fork_after_authentication_token1] = ACTIONS(957), + [aux_sym_forward_agent_token1] = ACTIONS(957), + [aux_sym_forward_x11_token1] = ACTIONS(959), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(957), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(957), + [aux_sym_gateway_ports_token1] = ACTIONS(957), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(957), + [aux_sym_gssapi_authentication_token1] = ACTIONS(957), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(957), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(957), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(957), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(957), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(957), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(957), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(957), + [aux_sym_hash_known_hosts_token1] = ACTIONS(957), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(957), + [aux_sym_hostbased_authentication_token1] = ACTIONS(957), + [aux_sym_host_key_algorithms_token1] = ACTIONS(957), + [aux_sym_host_key_alias_token1] = ACTIONS(957), + [aux_sym_hostname_token1] = ACTIONS(957), + [aux_sym_identities_only_token1] = ACTIONS(957), + [aux_sym_identity_agent_token1] = ACTIONS(957), + [aux_sym_identity_file_token1] = ACTIONS(957), + [aux_sym_ignore_unknown_token1] = ACTIONS(957), + [aux_sym_include_token1] = ACTIONS(957), + [aux_sym_ip_qos_token1] = ACTIONS(957), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(957), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(957), + [aux_sym_kex_algorithms_token1] = ACTIONS(957), + [aux_sym_known_hosts_command_token1] = ACTIONS(957), + [aux_sym_local_command_token1] = ACTIONS(957), + [aux_sym_local_forward_token1] = ACTIONS(957), + [aux_sym_log_level_token1] = ACTIONS(957), + [aux_sym_log_verbose_token1] = ACTIONS(957), + [aux_sym_macs_token1] = ACTIONS(957), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(957), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(957), + [aux_sym_password_authentication_token1] = ACTIONS(957), + [aux_sym_permit_local_command_token1] = ACTIONS(957), + [aux_sym_permit_remote_open_token1] = ACTIONS(957), + [aux_sym_pkcs11_provider_token1] = ACTIONS(957), + [aux_sym_port_token1] = ACTIONS(957), + [aux_sym_preferred_authentications_token1] = ACTIONS(957), + [aux_sym_protocol_token1] = ACTIONS(957), + [aux_sym_proxy_command_token1] = ACTIONS(957), + [aux_sym_proxy_jump_token1] = ACTIONS(957), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(957), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(957), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(957), + [aux_sym_pubkey_authentication_token1] = ACTIONS(957), + [aux_sym_rekey_limit_token1] = ACTIONS(957), + [aux_sym_remote_command_token1] = ACTIONS(957), + [aux_sym_remote_forward_token1] = ACTIONS(957), + [aux_sym_request_tty_token1] = ACTIONS(957), + [aux_sym_required_rsa_size_token1] = ACTIONS(957), + [aux_sym_revoked_host_keys_token1] = ACTIONS(957), + [aux_sym_security_key_provider_token1] = ACTIONS(957), + [aux_sym_send_env_token1] = ACTIONS(957), + [aux_sym_server_alive_count_max_token1] = ACTIONS(957), + [aux_sym_server_alive_interval_token1] = ACTIONS(957), + [aux_sym_session_type_token1] = ACTIONS(957), + [aux_sym_set_env_token1] = ACTIONS(957), + [aux_sym_stdin_null_token1] = ACTIONS(957), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(957), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(957), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(957), + [aux_sym_syslog_facility_token1] = ACTIONS(957), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(957), + [aux_sym_keep_alive_token1] = ACTIONS(957), + [aux_sym_tunnel_token1] = ACTIONS(959), + [aux_sym_tunnel_device_token1] = ACTIONS(957), + [aux_sym_update_host_keys_token1] = ACTIONS(957), + [aux_sym_use_keychain_token1] = ACTIONS(957), + [aux_sym_use_roaming_token1] = ACTIONS(957), + [aux_sym_user_token1] = ACTIONS(959), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(957), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(957), + [aux_sym_visual_host_key_token1] = ACTIONS(957), + [aux_sym_xauth_location_token1] = ACTIONS(957), }, [71] = { - [ts_builtin_sym_end] = ACTIONS(958), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(960), - [anon_sym_DQUOTE] = ACTIONS(962), - [aux_sym_match_token1] = ACTIONS(958), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(958), - [aux_sym_address_family_token1] = ACTIONS(958), - [aux_sym_batch_mode_token1] = ACTIONS(958), - [aux_sym_bind_address_token1] = ACTIONS(958), - [aux_sym_bind_interface_token1] = ACTIONS(958), - [aux_sym_canonical_domains_token1] = ACTIONS(958), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(958), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(958), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(958), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(958), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(958), - [aux_sym_certificate_file_token1] = ACTIONS(958), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(958), - [aux_sym_check_host_ip_token1] = ACTIONS(958), - [aux_sym_ciphers_token1] = ACTIONS(958), - [aux_sym_cipher_token1] = ACTIONS(960), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(958), - [aux_sym_compression_token1] = ACTIONS(958), - [aux_sym_connection_attempts_token1] = ACTIONS(958), - [aux_sym_connect_timeout_token1] = ACTIONS(958), - [aux_sym_control_master_token1] = ACTIONS(958), - [aux_sym_control_path_token1] = ACTIONS(958), - [aux_sym_control_persist_token1] = ACTIONS(958), - [aux_sym_dynamic_forward_token1] = ACTIONS(958), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(958), - [aux_sym_escape_char_token1] = ACTIONS(958), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(958), - [aux_sym_fingerprint_hash_token1] = ACTIONS(958), - [aux_sym_fork_after_authentication_token1] = ACTIONS(958), - [aux_sym_forward_agent_token1] = ACTIONS(958), - [aux_sym_forward_x11_token1] = ACTIONS(960), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(958), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(958), - [aux_sym_gateway_ports_token1] = ACTIONS(958), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(958), - [aux_sym_gssapi_authentication_token1] = ACTIONS(958), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(958), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(958), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(958), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(958), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(958), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(958), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(958), - [aux_sym_hash_known_hosts_token1] = ACTIONS(958), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(958), - [aux_sym_hostbased_authentication_token1] = ACTIONS(958), - [aux_sym_host_key_algorithms_token1] = ACTIONS(958), - [aux_sym_host_key_alias_token1] = ACTIONS(958), - [aux_sym_hostname_token1] = ACTIONS(958), - [aux_sym_identities_only_token1] = ACTIONS(958), - [aux_sym_identity_agent_token1] = ACTIONS(958), - [aux_sym_identity_file_token1] = ACTIONS(958), - [aux_sym_ignore_unknown_token1] = ACTIONS(958), - [aux_sym_include_token1] = ACTIONS(958), - [aux_sym_ip_qos_token1] = ACTIONS(958), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(958), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(958), - [aux_sym_kex_algorithms_token1] = ACTIONS(958), - [aux_sym_known_hosts_command_token1] = ACTIONS(958), - [aux_sym_local_command_token1] = ACTIONS(958), - [aux_sym_local_forward_token1] = ACTIONS(958), - [aux_sym_log_level_token1] = ACTIONS(958), - [aux_sym_log_verbose_token1] = ACTIONS(958), - [aux_sym_macs_token1] = ACTIONS(958), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(958), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(958), - [aux_sym_password_authentication_token1] = ACTIONS(958), - [aux_sym_permit_local_command_token1] = ACTIONS(958), - [aux_sym_permit_remote_open_token1] = ACTIONS(958), - [aux_sym_pkcs11_provider_token1] = ACTIONS(958), - [aux_sym_port_token1] = ACTIONS(958), - [aux_sym_preferred_authentications_token1] = ACTIONS(958), - [aux_sym_protocol_token1] = ACTIONS(958), - [aux_sym_proxy_command_token1] = ACTIONS(958), - [aux_sym_proxy_jump_token1] = ACTIONS(958), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(958), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(958), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(958), - [aux_sym_pubkey_authentication_token1] = ACTIONS(958), - [aux_sym_rekey_limit_token1] = ACTIONS(958), - [aux_sym_remote_command_token1] = ACTIONS(958), - [aux_sym_remote_forward_token1] = ACTIONS(958), - [aux_sym_request_tty_token1] = ACTIONS(958), - [aux_sym_revoked_host_keys_token1] = ACTIONS(958), - [aux_sym_security_key_provider_token1] = ACTIONS(958), - [aux_sym_send_env_token1] = ACTIONS(958), - [aux_sym_server_alive_count_max_token1] = ACTIONS(958), - [aux_sym_server_alive_interval_token1] = ACTIONS(958), - [aux_sym_session_type_token1] = ACTIONS(958), - [aux_sym_set_env_token1] = ACTIONS(958), - [aux_sym_stdin_null_token1] = ACTIONS(958), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(958), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(958), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(958), - [aux_sym_syslog_facility_token1] = ACTIONS(958), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(958), - [aux_sym_keep_alive_token1] = ACTIONS(958), - [aux_sym_tunnel_token1] = ACTIONS(960), - [aux_sym_tunnel_device_token1] = ACTIONS(958), - [aux_sym_update_host_keys_token1] = ACTIONS(958), - [aux_sym_use_keychain_token1] = ACTIONS(958), - [aux_sym_use_roaming_token1] = ACTIONS(958), - [aux_sym_user_token1] = ACTIONS(960), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(958), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(958), - [aux_sym_visual_host_key_token1] = ACTIONS(958), - [aux_sym_xauth_location_token1] = ACTIONS(958), + [ts_builtin_sym_end] = ACTIONS(963), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(965), + [anon_sym_DQUOTE] = ACTIONS(967), + [aux_sym_match_token1] = ACTIONS(963), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(963), + [aux_sym_address_family_token1] = ACTIONS(963), + [aux_sym_batch_mode_token1] = ACTIONS(963), + [aux_sym_bind_address_token1] = ACTIONS(963), + [aux_sym_bind_interface_token1] = ACTIONS(963), + [aux_sym_canonical_domains_token1] = ACTIONS(963), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(963), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(963), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(963), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(963), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(963), + [aux_sym_certificate_file_token1] = ACTIONS(963), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(963), + [aux_sym_check_host_ip_token1] = ACTIONS(963), + [aux_sym_ciphers_token1] = ACTIONS(963), + [aux_sym_cipher_token1] = ACTIONS(965), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(963), + [aux_sym_compression_token1] = ACTIONS(963), + [aux_sym_connection_attempts_token1] = ACTIONS(963), + [aux_sym_connect_timeout_token1] = ACTIONS(963), + [aux_sym_control_master_token1] = ACTIONS(963), + [aux_sym_control_path_token1] = ACTIONS(963), + [aux_sym_control_persist_token1] = ACTIONS(963), + [aux_sym_dynamic_forward_token1] = ACTIONS(963), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(963), + [aux_sym_escape_char_token1] = ACTIONS(963), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(963), + [aux_sym_fingerprint_hash_token1] = ACTIONS(963), + [aux_sym_fork_after_authentication_token1] = ACTIONS(963), + [aux_sym_forward_agent_token1] = ACTIONS(963), + [aux_sym_forward_x11_token1] = ACTIONS(965), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(963), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(963), + [aux_sym_gateway_ports_token1] = ACTIONS(963), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(963), + [aux_sym_gssapi_authentication_token1] = ACTIONS(963), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(963), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(963), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(963), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(963), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(963), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(963), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(963), + [aux_sym_hash_known_hosts_token1] = ACTIONS(963), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(963), + [aux_sym_hostbased_authentication_token1] = ACTIONS(963), + [aux_sym_host_key_algorithms_token1] = ACTIONS(963), + [aux_sym_host_key_alias_token1] = ACTIONS(963), + [aux_sym_hostname_token1] = ACTIONS(963), + [aux_sym_identities_only_token1] = ACTIONS(963), + [aux_sym_identity_agent_token1] = ACTIONS(963), + [aux_sym_identity_file_token1] = ACTIONS(963), + [aux_sym_ignore_unknown_token1] = ACTIONS(963), + [aux_sym_include_token1] = ACTIONS(963), + [aux_sym_ip_qos_token1] = ACTIONS(963), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(963), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(963), + [aux_sym_kex_algorithms_token1] = ACTIONS(963), + [aux_sym_known_hosts_command_token1] = ACTIONS(963), + [aux_sym_local_command_token1] = ACTIONS(963), + [aux_sym_local_forward_token1] = ACTIONS(963), + [aux_sym_log_level_token1] = ACTIONS(963), + [aux_sym_log_verbose_token1] = ACTIONS(963), + [aux_sym_macs_token1] = ACTIONS(963), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(963), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(963), + [aux_sym_password_authentication_token1] = ACTIONS(963), + [aux_sym_permit_local_command_token1] = ACTIONS(963), + [aux_sym_permit_remote_open_token1] = ACTIONS(963), + [aux_sym_pkcs11_provider_token1] = ACTIONS(963), + [aux_sym_port_token1] = ACTIONS(963), + [aux_sym_preferred_authentications_token1] = ACTIONS(963), + [aux_sym_protocol_token1] = ACTIONS(963), + [aux_sym_proxy_command_token1] = ACTIONS(963), + [aux_sym_proxy_jump_token1] = ACTIONS(963), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(963), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(963), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(963), + [aux_sym_pubkey_authentication_token1] = ACTIONS(963), + [aux_sym_rekey_limit_token1] = ACTIONS(963), + [aux_sym_remote_command_token1] = ACTIONS(963), + [aux_sym_remote_forward_token1] = ACTIONS(963), + [aux_sym_request_tty_token1] = ACTIONS(963), + [aux_sym_required_rsa_size_token1] = ACTIONS(963), + [aux_sym_revoked_host_keys_token1] = ACTIONS(963), + [aux_sym_security_key_provider_token1] = ACTIONS(963), + [aux_sym_send_env_token1] = ACTIONS(963), + [aux_sym_server_alive_count_max_token1] = ACTIONS(963), + [aux_sym_server_alive_interval_token1] = ACTIONS(963), + [aux_sym_session_type_token1] = ACTIONS(963), + [aux_sym_set_env_token1] = ACTIONS(963), + [aux_sym_stdin_null_token1] = ACTIONS(963), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(963), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(963), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(963), + [aux_sym_syslog_facility_token1] = ACTIONS(963), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(963), + [aux_sym_keep_alive_token1] = ACTIONS(963), + [aux_sym_tunnel_token1] = ACTIONS(965), + [aux_sym_tunnel_device_token1] = ACTIONS(963), + [aux_sym_update_host_keys_token1] = ACTIONS(963), + [aux_sym_use_keychain_token1] = ACTIONS(963), + [aux_sym_use_roaming_token1] = ACTIONS(963), + [aux_sym_user_token1] = ACTIONS(965), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(963), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(963), + [aux_sym_visual_host_key_token1] = ACTIONS(963), + [aux_sym_xauth_location_token1] = ACTIONS(963), }, [72] = { - [ts_builtin_sym_end] = ACTIONS(964), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(966), - [anon_sym_DQUOTE] = ACTIONS(968), - [aux_sym_match_token1] = ACTIONS(964), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(964), - [aux_sym_address_family_token1] = ACTIONS(964), - [aux_sym_batch_mode_token1] = ACTIONS(964), - [aux_sym_bind_address_token1] = ACTIONS(964), - [aux_sym_bind_interface_token1] = ACTIONS(964), - [aux_sym_canonical_domains_token1] = ACTIONS(964), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(964), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(964), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(964), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(964), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(964), - [aux_sym_certificate_file_token1] = ACTIONS(964), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(964), - [aux_sym_check_host_ip_token1] = ACTIONS(964), - [aux_sym_ciphers_token1] = ACTIONS(964), - [aux_sym_cipher_token1] = ACTIONS(966), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(964), - [aux_sym_compression_token1] = ACTIONS(964), - [aux_sym_connection_attempts_token1] = ACTIONS(964), - [aux_sym_connect_timeout_token1] = ACTIONS(964), - [aux_sym_control_master_token1] = ACTIONS(964), - [aux_sym_control_path_token1] = ACTIONS(964), - [aux_sym_control_persist_token1] = ACTIONS(964), - [aux_sym_dynamic_forward_token1] = ACTIONS(964), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(964), - [aux_sym_escape_char_token1] = ACTIONS(964), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(964), - [aux_sym_fingerprint_hash_token1] = ACTIONS(964), - [aux_sym_fork_after_authentication_token1] = ACTIONS(964), - [aux_sym_forward_agent_token1] = ACTIONS(964), - [aux_sym_forward_x11_token1] = ACTIONS(966), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(964), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(964), - [aux_sym_gateway_ports_token1] = ACTIONS(964), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(964), - [aux_sym_gssapi_authentication_token1] = ACTIONS(964), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(964), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(964), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(964), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(964), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(964), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(964), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(964), - [aux_sym_hash_known_hosts_token1] = ACTIONS(964), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(964), - [aux_sym_hostbased_authentication_token1] = ACTIONS(964), - [aux_sym_host_key_algorithms_token1] = ACTIONS(964), - [aux_sym_host_key_alias_token1] = ACTIONS(964), - [aux_sym_hostname_token1] = ACTIONS(964), - [aux_sym_identities_only_token1] = ACTIONS(964), - [aux_sym_identity_agent_token1] = ACTIONS(964), - [aux_sym_identity_file_token1] = ACTIONS(964), - [aux_sym_ignore_unknown_token1] = ACTIONS(964), - [aux_sym_include_token1] = ACTIONS(964), - [aux_sym_ip_qos_token1] = ACTIONS(964), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(964), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(964), - [aux_sym_kex_algorithms_token1] = ACTIONS(964), - [aux_sym_known_hosts_command_token1] = ACTIONS(964), - [aux_sym_local_command_token1] = ACTIONS(964), - [aux_sym_local_forward_token1] = ACTIONS(964), - [aux_sym_log_level_token1] = ACTIONS(964), - [aux_sym_log_verbose_token1] = ACTIONS(964), - [aux_sym_macs_token1] = ACTIONS(964), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(964), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(964), - [aux_sym_password_authentication_token1] = ACTIONS(964), - [aux_sym_permit_local_command_token1] = ACTIONS(964), - [aux_sym_permit_remote_open_token1] = ACTIONS(964), - [aux_sym_pkcs11_provider_token1] = ACTIONS(964), - [aux_sym_port_token1] = ACTIONS(964), - [aux_sym_preferred_authentications_token1] = ACTIONS(964), - [aux_sym_protocol_token1] = ACTIONS(964), - [aux_sym_proxy_command_token1] = ACTIONS(964), - [aux_sym_proxy_jump_token1] = ACTIONS(964), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(964), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(964), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(964), - [aux_sym_pubkey_authentication_token1] = ACTIONS(964), - [aux_sym_rekey_limit_token1] = ACTIONS(964), - [aux_sym_remote_command_token1] = ACTIONS(964), - [aux_sym_remote_forward_token1] = ACTIONS(964), - [aux_sym_request_tty_token1] = ACTIONS(964), - [aux_sym_revoked_host_keys_token1] = ACTIONS(964), - [aux_sym_security_key_provider_token1] = ACTIONS(964), - [aux_sym_send_env_token1] = ACTIONS(964), - [aux_sym_server_alive_count_max_token1] = ACTIONS(964), - [aux_sym_server_alive_interval_token1] = ACTIONS(964), - [aux_sym_session_type_token1] = ACTIONS(964), - [aux_sym_set_env_token1] = ACTIONS(964), - [aux_sym_stdin_null_token1] = ACTIONS(964), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(964), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(964), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(964), - [aux_sym_syslog_facility_token1] = ACTIONS(964), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(964), - [aux_sym_keep_alive_token1] = ACTIONS(964), - [aux_sym_tunnel_token1] = ACTIONS(966), - [aux_sym_tunnel_device_token1] = ACTIONS(964), - [aux_sym_update_host_keys_token1] = ACTIONS(964), - [aux_sym_use_keychain_token1] = ACTIONS(964), - [aux_sym_use_roaming_token1] = ACTIONS(964), - [aux_sym_user_token1] = ACTIONS(966), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(964), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(964), - [aux_sym_visual_host_key_token1] = ACTIONS(964), - [aux_sym_xauth_location_token1] = ACTIONS(964), + [ts_builtin_sym_end] = ACTIONS(969), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(971), + [anon_sym_DQUOTE] = ACTIONS(973), + [aux_sym_match_token1] = ACTIONS(969), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(969), + [aux_sym_address_family_token1] = ACTIONS(969), + [aux_sym_batch_mode_token1] = ACTIONS(969), + [aux_sym_bind_address_token1] = ACTIONS(969), + [aux_sym_bind_interface_token1] = ACTIONS(969), + [aux_sym_canonical_domains_token1] = ACTIONS(969), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(969), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(969), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(969), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(969), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(969), + [aux_sym_certificate_file_token1] = ACTIONS(969), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(969), + [aux_sym_check_host_ip_token1] = ACTIONS(969), + [aux_sym_ciphers_token1] = ACTIONS(969), + [aux_sym_cipher_token1] = ACTIONS(971), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(969), + [aux_sym_compression_token1] = ACTIONS(969), + [aux_sym_connection_attempts_token1] = ACTIONS(969), + [aux_sym_connect_timeout_token1] = ACTIONS(969), + [aux_sym_control_master_token1] = ACTIONS(969), + [aux_sym_control_path_token1] = ACTIONS(969), + [aux_sym_control_persist_token1] = ACTIONS(969), + [aux_sym_dynamic_forward_token1] = ACTIONS(969), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(969), + [aux_sym_escape_char_token1] = ACTIONS(969), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(969), + [aux_sym_fingerprint_hash_token1] = ACTIONS(969), + [aux_sym_fork_after_authentication_token1] = ACTIONS(969), + [aux_sym_forward_agent_token1] = ACTIONS(969), + [aux_sym_forward_x11_token1] = ACTIONS(971), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(969), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(969), + [aux_sym_gateway_ports_token1] = ACTIONS(969), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(969), + [aux_sym_gssapi_authentication_token1] = ACTIONS(969), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(969), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(969), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(969), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(969), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(969), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(969), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(969), + [aux_sym_hash_known_hosts_token1] = ACTIONS(969), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(969), + [aux_sym_hostbased_authentication_token1] = ACTIONS(969), + [aux_sym_host_key_algorithms_token1] = ACTIONS(969), + [aux_sym_host_key_alias_token1] = ACTIONS(969), + [aux_sym_hostname_token1] = ACTIONS(969), + [aux_sym_identities_only_token1] = ACTIONS(969), + [aux_sym_identity_agent_token1] = ACTIONS(969), + [aux_sym_identity_file_token1] = ACTIONS(969), + [aux_sym_ignore_unknown_token1] = ACTIONS(969), + [aux_sym_include_token1] = ACTIONS(969), + [aux_sym_ip_qos_token1] = ACTIONS(969), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(969), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(969), + [aux_sym_kex_algorithms_token1] = ACTIONS(969), + [aux_sym_known_hosts_command_token1] = ACTIONS(969), + [aux_sym_local_command_token1] = ACTIONS(969), + [aux_sym_local_forward_token1] = ACTIONS(969), + [aux_sym_log_level_token1] = ACTIONS(969), + [aux_sym_log_verbose_token1] = ACTIONS(969), + [aux_sym_macs_token1] = ACTIONS(969), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(969), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(969), + [aux_sym_password_authentication_token1] = ACTIONS(969), + [aux_sym_permit_local_command_token1] = ACTIONS(969), + [aux_sym_permit_remote_open_token1] = ACTIONS(969), + [aux_sym_pkcs11_provider_token1] = ACTIONS(969), + [aux_sym_port_token1] = ACTIONS(969), + [aux_sym_preferred_authentications_token1] = ACTIONS(969), + [aux_sym_protocol_token1] = ACTIONS(969), + [aux_sym_proxy_command_token1] = ACTIONS(969), + [aux_sym_proxy_jump_token1] = ACTIONS(969), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(969), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(969), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(969), + [aux_sym_pubkey_authentication_token1] = ACTIONS(969), + [aux_sym_rekey_limit_token1] = ACTIONS(969), + [aux_sym_remote_command_token1] = ACTIONS(969), + [aux_sym_remote_forward_token1] = ACTIONS(969), + [aux_sym_request_tty_token1] = ACTIONS(969), + [aux_sym_required_rsa_size_token1] = ACTIONS(969), + [aux_sym_revoked_host_keys_token1] = ACTIONS(969), + [aux_sym_security_key_provider_token1] = ACTIONS(969), + [aux_sym_send_env_token1] = ACTIONS(969), + [aux_sym_server_alive_count_max_token1] = ACTIONS(969), + [aux_sym_server_alive_interval_token1] = ACTIONS(969), + [aux_sym_session_type_token1] = ACTIONS(969), + [aux_sym_set_env_token1] = ACTIONS(969), + [aux_sym_stdin_null_token1] = ACTIONS(969), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(969), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(969), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(969), + [aux_sym_syslog_facility_token1] = ACTIONS(969), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(969), + [aux_sym_keep_alive_token1] = ACTIONS(969), + [aux_sym_tunnel_token1] = ACTIONS(971), + [aux_sym_tunnel_device_token1] = ACTIONS(969), + [aux_sym_update_host_keys_token1] = ACTIONS(969), + [aux_sym_use_keychain_token1] = ACTIONS(969), + [aux_sym_use_roaming_token1] = ACTIONS(969), + [aux_sym_user_token1] = ACTIONS(971), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(969), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(969), + [aux_sym_visual_host_key_token1] = ACTIONS(969), + [aux_sym_xauth_location_token1] = ACTIONS(969), }, [73] = { - [ts_builtin_sym_end] = ACTIONS(970), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(972), - [anon_sym_DQUOTE] = ACTIONS(974), - [aux_sym_match_token1] = ACTIONS(970), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(970), - [aux_sym_address_family_token1] = ACTIONS(970), - [aux_sym_batch_mode_token1] = ACTIONS(970), - [aux_sym_bind_address_token1] = ACTIONS(970), - [aux_sym_bind_interface_token1] = ACTIONS(970), - [aux_sym_canonical_domains_token1] = ACTIONS(970), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(970), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(970), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(970), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(970), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(970), - [aux_sym_certificate_file_token1] = ACTIONS(970), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(970), - [aux_sym_check_host_ip_token1] = ACTIONS(970), - [aux_sym_ciphers_token1] = ACTIONS(970), - [aux_sym_cipher_token1] = ACTIONS(972), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(970), - [aux_sym_compression_token1] = ACTIONS(970), - [aux_sym_connection_attempts_token1] = ACTIONS(970), - [aux_sym_connect_timeout_token1] = ACTIONS(970), - [aux_sym_control_master_token1] = ACTIONS(970), - [aux_sym_control_path_token1] = ACTIONS(970), - [aux_sym_control_persist_token1] = ACTIONS(970), - [aux_sym_dynamic_forward_token1] = ACTIONS(970), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(970), - [aux_sym_escape_char_token1] = ACTIONS(970), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(970), - [aux_sym_fingerprint_hash_token1] = ACTIONS(970), - [aux_sym_fork_after_authentication_token1] = ACTIONS(970), - [aux_sym_forward_agent_token1] = ACTIONS(970), - [aux_sym_forward_x11_token1] = ACTIONS(972), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(970), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(970), - [aux_sym_gateway_ports_token1] = ACTIONS(970), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(970), - [aux_sym_gssapi_authentication_token1] = ACTIONS(970), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(970), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(970), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(970), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(970), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(970), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(970), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(970), - [aux_sym_hash_known_hosts_token1] = ACTIONS(970), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(970), - [aux_sym_hostbased_authentication_token1] = ACTIONS(970), - [aux_sym_host_key_algorithms_token1] = ACTIONS(970), - [aux_sym_host_key_alias_token1] = ACTIONS(970), - [aux_sym_hostname_token1] = ACTIONS(970), - [aux_sym_identities_only_token1] = ACTIONS(970), - [aux_sym_identity_agent_token1] = ACTIONS(970), - [aux_sym_identity_file_token1] = ACTIONS(970), - [aux_sym_ignore_unknown_token1] = ACTIONS(970), - [aux_sym_include_token1] = ACTIONS(970), - [aux_sym_ip_qos_token1] = ACTIONS(970), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(970), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(970), - [aux_sym_kex_algorithms_token1] = ACTIONS(970), - [aux_sym_known_hosts_command_token1] = ACTIONS(970), - [aux_sym_local_command_token1] = ACTIONS(970), - [aux_sym_local_forward_token1] = ACTIONS(970), - [aux_sym_log_level_token1] = ACTIONS(970), - [aux_sym_log_verbose_token1] = ACTIONS(970), - [aux_sym_macs_token1] = ACTIONS(970), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(970), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(970), - [aux_sym_password_authentication_token1] = ACTIONS(970), - [aux_sym_permit_local_command_token1] = ACTIONS(970), - [aux_sym_permit_remote_open_token1] = ACTIONS(970), - [aux_sym_pkcs11_provider_token1] = ACTIONS(970), - [aux_sym_port_token1] = ACTIONS(970), - [aux_sym_preferred_authentications_token1] = ACTIONS(970), - [aux_sym_protocol_token1] = ACTIONS(970), - [aux_sym_proxy_command_token1] = ACTIONS(970), - [aux_sym_proxy_jump_token1] = ACTIONS(970), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(970), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(970), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(970), - [aux_sym_pubkey_authentication_token1] = ACTIONS(970), - [aux_sym_rekey_limit_token1] = ACTIONS(970), - [aux_sym_remote_command_token1] = ACTIONS(970), - [aux_sym_remote_forward_token1] = ACTIONS(970), - [aux_sym_request_tty_token1] = ACTIONS(970), - [aux_sym_revoked_host_keys_token1] = ACTIONS(970), - [aux_sym_security_key_provider_token1] = ACTIONS(970), - [aux_sym_send_env_token1] = ACTIONS(970), - [aux_sym_server_alive_count_max_token1] = ACTIONS(970), - [aux_sym_server_alive_interval_token1] = ACTIONS(970), - [aux_sym_session_type_token1] = ACTIONS(970), - [aux_sym_set_env_token1] = ACTIONS(970), - [aux_sym_stdin_null_token1] = ACTIONS(970), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(970), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(970), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(970), - [aux_sym_syslog_facility_token1] = ACTIONS(970), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(970), - [aux_sym_keep_alive_token1] = ACTIONS(970), - [aux_sym_tunnel_token1] = ACTIONS(972), - [aux_sym_tunnel_device_token1] = ACTIONS(970), - [aux_sym_update_host_keys_token1] = ACTIONS(970), - [aux_sym_use_keychain_token1] = ACTIONS(970), - [aux_sym_use_roaming_token1] = ACTIONS(970), - [aux_sym_user_token1] = ACTIONS(972), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(970), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(970), - [aux_sym_visual_host_key_token1] = ACTIONS(970), - [aux_sym_xauth_location_token1] = ACTIONS(970), + [ts_builtin_sym_end] = ACTIONS(975), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(977), + [anon_sym_DQUOTE] = ACTIONS(979), + [aux_sym_match_token1] = ACTIONS(975), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(975), + [aux_sym_address_family_token1] = ACTIONS(975), + [aux_sym_batch_mode_token1] = ACTIONS(975), + [aux_sym_bind_address_token1] = ACTIONS(975), + [aux_sym_bind_interface_token1] = ACTIONS(975), + [aux_sym_canonical_domains_token1] = ACTIONS(975), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(975), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(975), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(975), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(975), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(975), + [aux_sym_certificate_file_token1] = ACTIONS(975), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(975), + [aux_sym_check_host_ip_token1] = ACTIONS(975), + [aux_sym_ciphers_token1] = ACTIONS(975), + [aux_sym_cipher_token1] = ACTIONS(977), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(975), + [aux_sym_compression_token1] = ACTIONS(975), + [aux_sym_connection_attempts_token1] = ACTIONS(975), + [aux_sym_connect_timeout_token1] = ACTIONS(975), + [aux_sym_control_master_token1] = ACTIONS(975), + [aux_sym_control_path_token1] = ACTIONS(975), + [aux_sym_control_persist_token1] = ACTIONS(975), + [aux_sym_dynamic_forward_token1] = ACTIONS(975), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(975), + [aux_sym_escape_char_token1] = ACTIONS(975), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(975), + [aux_sym_fingerprint_hash_token1] = ACTIONS(975), + [aux_sym_fork_after_authentication_token1] = ACTIONS(975), + [aux_sym_forward_agent_token1] = ACTIONS(975), + [aux_sym_forward_x11_token1] = ACTIONS(977), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(975), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(975), + [aux_sym_gateway_ports_token1] = ACTIONS(975), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(975), + [aux_sym_gssapi_authentication_token1] = ACTIONS(975), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(975), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(975), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(975), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(975), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(975), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(975), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(975), + [aux_sym_hash_known_hosts_token1] = ACTIONS(975), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(975), + [aux_sym_hostbased_authentication_token1] = ACTIONS(975), + [aux_sym_host_key_algorithms_token1] = ACTIONS(975), + [aux_sym_host_key_alias_token1] = ACTIONS(975), + [aux_sym_hostname_token1] = ACTIONS(975), + [aux_sym_identities_only_token1] = ACTIONS(975), + [aux_sym_identity_agent_token1] = ACTIONS(975), + [aux_sym_identity_file_token1] = ACTIONS(975), + [aux_sym_ignore_unknown_token1] = ACTIONS(975), + [aux_sym_include_token1] = ACTIONS(975), + [aux_sym_ip_qos_token1] = ACTIONS(975), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(975), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(975), + [aux_sym_kex_algorithms_token1] = ACTIONS(975), + [aux_sym_known_hosts_command_token1] = ACTIONS(975), + [aux_sym_local_command_token1] = ACTIONS(975), + [aux_sym_local_forward_token1] = ACTIONS(975), + [aux_sym_log_level_token1] = ACTIONS(975), + [aux_sym_log_verbose_token1] = ACTIONS(975), + [aux_sym_macs_token1] = ACTIONS(975), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(975), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(975), + [aux_sym_password_authentication_token1] = ACTIONS(975), + [aux_sym_permit_local_command_token1] = ACTIONS(975), + [aux_sym_permit_remote_open_token1] = ACTIONS(975), + [aux_sym_pkcs11_provider_token1] = ACTIONS(975), + [aux_sym_port_token1] = ACTIONS(975), + [aux_sym_preferred_authentications_token1] = ACTIONS(975), + [aux_sym_protocol_token1] = ACTIONS(975), + [aux_sym_proxy_command_token1] = ACTIONS(975), + [aux_sym_proxy_jump_token1] = ACTIONS(975), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(975), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(975), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(975), + [aux_sym_pubkey_authentication_token1] = ACTIONS(975), + [aux_sym_rekey_limit_token1] = ACTIONS(975), + [aux_sym_remote_command_token1] = ACTIONS(975), + [aux_sym_remote_forward_token1] = ACTIONS(975), + [aux_sym_request_tty_token1] = ACTIONS(975), + [aux_sym_required_rsa_size_token1] = ACTIONS(975), + [aux_sym_revoked_host_keys_token1] = ACTIONS(975), + [aux_sym_security_key_provider_token1] = ACTIONS(975), + [aux_sym_send_env_token1] = ACTIONS(975), + [aux_sym_server_alive_count_max_token1] = ACTIONS(975), + [aux_sym_server_alive_interval_token1] = ACTIONS(975), + [aux_sym_session_type_token1] = ACTIONS(975), + [aux_sym_set_env_token1] = ACTIONS(975), + [aux_sym_stdin_null_token1] = ACTIONS(975), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(975), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(975), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(975), + [aux_sym_syslog_facility_token1] = ACTIONS(975), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(975), + [aux_sym_keep_alive_token1] = ACTIONS(975), + [aux_sym_tunnel_token1] = ACTIONS(977), + [aux_sym_tunnel_device_token1] = ACTIONS(975), + [aux_sym_update_host_keys_token1] = ACTIONS(975), + [aux_sym_use_keychain_token1] = ACTIONS(975), + [aux_sym_use_roaming_token1] = ACTIONS(975), + [aux_sym_user_token1] = ACTIONS(977), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(975), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(975), + [aux_sym_visual_host_key_token1] = ACTIONS(975), + [aux_sym_xauth_location_token1] = ACTIONS(975), }, [74] = { - [ts_builtin_sym_end] = ACTIONS(976), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(978), - [anon_sym_DQUOTE] = ACTIONS(980), - [aux_sym_match_token1] = ACTIONS(976), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(976), - [aux_sym_address_family_token1] = ACTIONS(976), - [aux_sym_batch_mode_token1] = ACTIONS(976), - [aux_sym_bind_address_token1] = ACTIONS(976), - [aux_sym_bind_interface_token1] = ACTIONS(976), - [aux_sym_canonical_domains_token1] = ACTIONS(976), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(976), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(976), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(976), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(976), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(976), - [aux_sym_certificate_file_token1] = ACTIONS(976), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(976), - [aux_sym_check_host_ip_token1] = ACTIONS(976), - [aux_sym_ciphers_token1] = ACTIONS(976), - [aux_sym_cipher_token1] = ACTIONS(978), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(976), - [aux_sym_compression_token1] = ACTIONS(976), - [aux_sym_connection_attempts_token1] = ACTIONS(976), - [aux_sym_connect_timeout_token1] = ACTIONS(976), - [aux_sym_control_master_token1] = ACTIONS(976), - [aux_sym_control_path_token1] = ACTIONS(976), - [aux_sym_control_persist_token1] = ACTIONS(976), - [aux_sym_dynamic_forward_token1] = ACTIONS(976), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(976), - [aux_sym_escape_char_token1] = ACTIONS(976), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(976), - [aux_sym_fingerprint_hash_token1] = ACTIONS(976), - [aux_sym_fork_after_authentication_token1] = ACTIONS(976), - [aux_sym_forward_agent_token1] = ACTIONS(976), - [aux_sym_forward_x11_token1] = ACTIONS(978), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(976), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(976), - [aux_sym_gateway_ports_token1] = ACTIONS(976), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(976), - [aux_sym_gssapi_authentication_token1] = ACTIONS(976), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(976), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(976), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(976), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(976), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(976), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(976), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(976), - [aux_sym_hash_known_hosts_token1] = ACTIONS(976), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(976), - [aux_sym_hostbased_authentication_token1] = ACTIONS(976), - [aux_sym_host_key_algorithms_token1] = ACTIONS(976), - [aux_sym_host_key_alias_token1] = ACTIONS(976), - [aux_sym_hostname_token1] = ACTIONS(976), - [aux_sym_identities_only_token1] = ACTIONS(976), - [aux_sym_identity_agent_token1] = ACTIONS(976), - [aux_sym_identity_file_token1] = ACTIONS(976), - [aux_sym_ignore_unknown_token1] = ACTIONS(976), - [aux_sym_include_token1] = ACTIONS(976), - [aux_sym_ip_qos_token1] = ACTIONS(976), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(976), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(976), - [aux_sym_kex_algorithms_token1] = ACTIONS(976), - [aux_sym_known_hosts_command_token1] = ACTIONS(976), - [aux_sym_local_command_token1] = ACTIONS(976), - [aux_sym_local_forward_token1] = ACTIONS(976), - [aux_sym_log_level_token1] = ACTIONS(976), - [aux_sym_log_verbose_token1] = ACTIONS(976), - [aux_sym_macs_token1] = ACTIONS(976), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(976), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(976), - [aux_sym_password_authentication_token1] = ACTIONS(976), - [aux_sym_permit_local_command_token1] = ACTIONS(976), - [aux_sym_permit_remote_open_token1] = ACTIONS(976), - [aux_sym_pkcs11_provider_token1] = ACTIONS(976), - [aux_sym_port_token1] = ACTIONS(976), - [aux_sym_preferred_authentications_token1] = ACTIONS(976), - [aux_sym_protocol_token1] = ACTIONS(976), - [aux_sym_proxy_command_token1] = ACTIONS(976), - [aux_sym_proxy_jump_token1] = ACTIONS(976), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(976), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(976), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(976), - [aux_sym_pubkey_authentication_token1] = ACTIONS(976), - [aux_sym_rekey_limit_token1] = ACTIONS(976), - [aux_sym_remote_command_token1] = ACTIONS(976), - [aux_sym_remote_forward_token1] = ACTIONS(976), - [aux_sym_request_tty_token1] = ACTIONS(976), - [aux_sym_revoked_host_keys_token1] = ACTIONS(976), - [aux_sym_security_key_provider_token1] = ACTIONS(976), - [aux_sym_send_env_token1] = ACTIONS(976), - [aux_sym_server_alive_count_max_token1] = ACTIONS(976), - [aux_sym_server_alive_interval_token1] = ACTIONS(976), - [aux_sym_session_type_token1] = ACTIONS(976), - [aux_sym_set_env_token1] = ACTIONS(976), - [aux_sym_stdin_null_token1] = ACTIONS(976), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(976), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(976), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(976), - [aux_sym_syslog_facility_token1] = ACTIONS(976), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(976), - [aux_sym_keep_alive_token1] = ACTIONS(976), - [aux_sym_tunnel_token1] = ACTIONS(978), - [aux_sym_tunnel_device_token1] = ACTIONS(976), - [aux_sym_update_host_keys_token1] = ACTIONS(976), - [aux_sym_use_keychain_token1] = ACTIONS(976), - [aux_sym_use_roaming_token1] = ACTIONS(976), - [aux_sym_user_token1] = ACTIONS(978), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(976), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(976), - [aux_sym_visual_host_key_token1] = ACTIONS(976), - [aux_sym_xauth_location_token1] = ACTIONS(976), + [ts_builtin_sym_end] = ACTIONS(981), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(983), + [anon_sym_DQUOTE] = ACTIONS(985), + [aux_sym_match_token1] = ACTIONS(981), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(981), + [aux_sym_address_family_token1] = ACTIONS(981), + [aux_sym_batch_mode_token1] = ACTIONS(981), + [aux_sym_bind_address_token1] = ACTIONS(981), + [aux_sym_bind_interface_token1] = ACTIONS(981), + [aux_sym_canonical_domains_token1] = ACTIONS(981), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(981), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(981), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(981), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(981), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(981), + [aux_sym_certificate_file_token1] = ACTIONS(981), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(981), + [aux_sym_check_host_ip_token1] = ACTIONS(981), + [aux_sym_ciphers_token1] = ACTIONS(981), + [aux_sym_cipher_token1] = ACTIONS(983), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(981), + [aux_sym_compression_token1] = ACTIONS(981), + [aux_sym_connection_attempts_token1] = ACTIONS(981), + [aux_sym_connect_timeout_token1] = ACTIONS(981), + [aux_sym_control_master_token1] = ACTIONS(981), + [aux_sym_control_path_token1] = ACTIONS(981), + [aux_sym_control_persist_token1] = ACTIONS(981), + [aux_sym_dynamic_forward_token1] = ACTIONS(981), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(981), + [aux_sym_escape_char_token1] = ACTIONS(981), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(981), + [aux_sym_fingerprint_hash_token1] = ACTIONS(981), + [aux_sym_fork_after_authentication_token1] = ACTIONS(981), + [aux_sym_forward_agent_token1] = ACTIONS(981), + [aux_sym_forward_x11_token1] = ACTIONS(983), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(981), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(981), + [aux_sym_gateway_ports_token1] = ACTIONS(981), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(981), + [aux_sym_gssapi_authentication_token1] = ACTIONS(981), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(981), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(981), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(981), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(981), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(981), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(981), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(981), + [aux_sym_hash_known_hosts_token1] = ACTIONS(981), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(981), + [aux_sym_hostbased_authentication_token1] = ACTIONS(981), + [aux_sym_host_key_algorithms_token1] = ACTIONS(981), + [aux_sym_host_key_alias_token1] = ACTIONS(981), + [aux_sym_hostname_token1] = ACTIONS(981), + [aux_sym_identities_only_token1] = ACTIONS(981), + [aux_sym_identity_agent_token1] = ACTIONS(981), + [aux_sym_identity_file_token1] = ACTIONS(981), + [aux_sym_ignore_unknown_token1] = ACTIONS(981), + [aux_sym_include_token1] = ACTIONS(981), + [aux_sym_ip_qos_token1] = ACTIONS(981), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(981), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(981), + [aux_sym_kex_algorithms_token1] = ACTIONS(981), + [aux_sym_known_hosts_command_token1] = ACTIONS(981), + [aux_sym_local_command_token1] = ACTIONS(981), + [aux_sym_local_forward_token1] = ACTIONS(981), + [aux_sym_log_level_token1] = ACTIONS(981), + [aux_sym_log_verbose_token1] = ACTIONS(981), + [aux_sym_macs_token1] = ACTIONS(981), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(981), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(981), + [aux_sym_password_authentication_token1] = ACTIONS(981), + [aux_sym_permit_local_command_token1] = ACTIONS(981), + [aux_sym_permit_remote_open_token1] = ACTIONS(981), + [aux_sym_pkcs11_provider_token1] = ACTIONS(981), + [aux_sym_port_token1] = ACTIONS(981), + [aux_sym_preferred_authentications_token1] = ACTIONS(981), + [aux_sym_protocol_token1] = ACTIONS(981), + [aux_sym_proxy_command_token1] = ACTIONS(981), + [aux_sym_proxy_jump_token1] = ACTIONS(981), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(981), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(981), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(981), + [aux_sym_pubkey_authentication_token1] = ACTIONS(981), + [aux_sym_rekey_limit_token1] = ACTIONS(981), + [aux_sym_remote_command_token1] = ACTIONS(981), + [aux_sym_remote_forward_token1] = ACTIONS(981), + [aux_sym_request_tty_token1] = ACTIONS(981), + [aux_sym_required_rsa_size_token1] = ACTIONS(981), + [aux_sym_revoked_host_keys_token1] = ACTIONS(981), + [aux_sym_security_key_provider_token1] = ACTIONS(981), + [aux_sym_send_env_token1] = ACTIONS(981), + [aux_sym_server_alive_count_max_token1] = ACTIONS(981), + [aux_sym_server_alive_interval_token1] = ACTIONS(981), + [aux_sym_session_type_token1] = ACTIONS(981), + [aux_sym_set_env_token1] = ACTIONS(981), + [aux_sym_stdin_null_token1] = ACTIONS(981), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(981), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(981), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(981), + [aux_sym_syslog_facility_token1] = ACTIONS(981), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(981), + [aux_sym_keep_alive_token1] = ACTIONS(981), + [aux_sym_tunnel_token1] = ACTIONS(983), + [aux_sym_tunnel_device_token1] = ACTIONS(981), + [aux_sym_update_host_keys_token1] = ACTIONS(981), + [aux_sym_use_keychain_token1] = ACTIONS(981), + [aux_sym_use_roaming_token1] = ACTIONS(981), + [aux_sym_user_token1] = ACTIONS(983), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(981), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(981), + [aux_sym_visual_host_key_token1] = ACTIONS(981), + [aux_sym_xauth_location_token1] = ACTIONS(981), }, [75] = { - [ts_builtin_sym_end] = ACTIONS(982), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(984), - [anon_sym_DQUOTE] = ACTIONS(986), - [aux_sym_match_token1] = ACTIONS(982), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(982), - [aux_sym_address_family_token1] = ACTIONS(982), - [aux_sym_batch_mode_token1] = ACTIONS(982), - [aux_sym_bind_address_token1] = ACTIONS(982), - [aux_sym_bind_interface_token1] = ACTIONS(982), - [aux_sym_canonical_domains_token1] = ACTIONS(982), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(982), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(982), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(982), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(982), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(982), - [aux_sym_certificate_file_token1] = ACTIONS(982), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(982), - [aux_sym_check_host_ip_token1] = ACTIONS(982), - [aux_sym_ciphers_token1] = ACTIONS(982), - [aux_sym_cipher_token1] = ACTIONS(984), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(982), - [aux_sym_compression_token1] = ACTIONS(982), - [aux_sym_connection_attempts_token1] = ACTIONS(982), - [aux_sym_connect_timeout_token1] = ACTIONS(982), - [aux_sym_control_master_token1] = ACTIONS(982), - [aux_sym_control_path_token1] = ACTIONS(982), - [aux_sym_control_persist_token1] = ACTIONS(982), - [aux_sym_dynamic_forward_token1] = ACTIONS(982), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(982), - [aux_sym_escape_char_token1] = ACTIONS(982), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(982), - [aux_sym_fingerprint_hash_token1] = ACTIONS(982), - [aux_sym_fork_after_authentication_token1] = ACTIONS(982), - [aux_sym_forward_agent_token1] = ACTIONS(982), - [aux_sym_forward_x11_token1] = ACTIONS(984), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(982), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(982), - [aux_sym_gateway_ports_token1] = ACTIONS(982), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(982), - [aux_sym_gssapi_authentication_token1] = ACTIONS(982), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(982), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(982), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(982), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(982), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(982), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(982), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(982), - [aux_sym_hash_known_hosts_token1] = ACTIONS(982), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(982), - [aux_sym_hostbased_authentication_token1] = ACTIONS(982), - [aux_sym_host_key_algorithms_token1] = ACTIONS(982), - [aux_sym_host_key_alias_token1] = ACTIONS(982), - [aux_sym_hostname_token1] = ACTIONS(982), - [aux_sym_identities_only_token1] = ACTIONS(982), - [aux_sym_identity_agent_token1] = ACTIONS(982), - [aux_sym_identity_file_token1] = ACTIONS(982), - [aux_sym_ignore_unknown_token1] = ACTIONS(982), - [aux_sym_include_token1] = ACTIONS(982), - [aux_sym_ip_qos_token1] = ACTIONS(982), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(982), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(982), - [aux_sym_kex_algorithms_token1] = ACTIONS(982), - [aux_sym_known_hosts_command_token1] = ACTIONS(982), - [aux_sym_local_command_token1] = ACTIONS(982), - [aux_sym_local_forward_token1] = ACTIONS(982), - [aux_sym_log_level_token1] = ACTIONS(982), - [aux_sym_log_verbose_token1] = ACTIONS(982), - [aux_sym_macs_token1] = ACTIONS(982), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(982), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(982), - [aux_sym_password_authentication_token1] = ACTIONS(982), - [aux_sym_permit_local_command_token1] = ACTIONS(982), - [aux_sym_permit_remote_open_token1] = ACTIONS(982), - [aux_sym_pkcs11_provider_token1] = ACTIONS(982), - [aux_sym_port_token1] = ACTIONS(982), - [aux_sym_preferred_authentications_token1] = ACTIONS(982), - [aux_sym_protocol_token1] = ACTIONS(982), - [aux_sym_proxy_command_token1] = ACTIONS(982), - [aux_sym_proxy_jump_token1] = ACTIONS(982), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(982), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(982), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(982), - [aux_sym_pubkey_authentication_token1] = ACTIONS(982), - [aux_sym_rekey_limit_token1] = ACTIONS(982), - [aux_sym_remote_command_token1] = ACTIONS(982), - [aux_sym_remote_forward_token1] = ACTIONS(982), - [aux_sym_request_tty_token1] = ACTIONS(982), - [aux_sym_revoked_host_keys_token1] = ACTIONS(982), - [aux_sym_security_key_provider_token1] = ACTIONS(982), - [aux_sym_send_env_token1] = ACTIONS(982), - [aux_sym_server_alive_count_max_token1] = ACTIONS(982), - [aux_sym_server_alive_interval_token1] = ACTIONS(982), - [aux_sym_session_type_token1] = ACTIONS(982), - [aux_sym_set_env_token1] = ACTIONS(982), - [aux_sym_stdin_null_token1] = ACTIONS(982), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(982), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(982), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(982), - [aux_sym_syslog_facility_token1] = ACTIONS(982), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(982), - [aux_sym_keep_alive_token1] = ACTIONS(982), - [aux_sym_tunnel_token1] = ACTIONS(984), - [aux_sym_tunnel_device_token1] = ACTIONS(982), - [aux_sym_update_host_keys_token1] = ACTIONS(982), - [aux_sym_use_keychain_token1] = ACTIONS(982), - [aux_sym_use_roaming_token1] = ACTIONS(982), - [aux_sym_user_token1] = ACTIONS(984), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(982), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(982), - [aux_sym_visual_host_key_token1] = ACTIONS(982), - [aux_sym_xauth_location_token1] = ACTIONS(982), + [ts_builtin_sym_end] = ACTIONS(987), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(989), + [anon_sym_DQUOTE] = ACTIONS(991), + [aux_sym_match_token1] = ACTIONS(987), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(987), + [aux_sym_address_family_token1] = ACTIONS(987), + [aux_sym_batch_mode_token1] = ACTIONS(987), + [aux_sym_bind_address_token1] = ACTIONS(987), + [aux_sym_bind_interface_token1] = ACTIONS(987), + [aux_sym_canonical_domains_token1] = ACTIONS(987), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(987), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(987), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(987), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(987), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(987), + [aux_sym_certificate_file_token1] = ACTIONS(987), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(987), + [aux_sym_check_host_ip_token1] = ACTIONS(987), + [aux_sym_ciphers_token1] = ACTIONS(987), + [aux_sym_cipher_token1] = ACTIONS(989), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(987), + [aux_sym_compression_token1] = ACTIONS(987), + [aux_sym_connection_attempts_token1] = ACTIONS(987), + [aux_sym_connect_timeout_token1] = ACTIONS(987), + [aux_sym_control_master_token1] = ACTIONS(987), + [aux_sym_control_path_token1] = ACTIONS(987), + [aux_sym_control_persist_token1] = ACTIONS(987), + [aux_sym_dynamic_forward_token1] = ACTIONS(987), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(987), + [aux_sym_escape_char_token1] = ACTIONS(987), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(987), + [aux_sym_fingerprint_hash_token1] = ACTIONS(987), + [aux_sym_fork_after_authentication_token1] = ACTIONS(987), + [aux_sym_forward_agent_token1] = ACTIONS(987), + [aux_sym_forward_x11_token1] = ACTIONS(989), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(987), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(987), + [aux_sym_gateway_ports_token1] = ACTIONS(987), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(987), + [aux_sym_gssapi_authentication_token1] = ACTIONS(987), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(987), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(987), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(987), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(987), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(987), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(987), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(987), + [aux_sym_hash_known_hosts_token1] = ACTIONS(987), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(987), + [aux_sym_hostbased_authentication_token1] = ACTIONS(987), + [aux_sym_host_key_algorithms_token1] = ACTIONS(987), + [aux_sym_host_key_alias_token1] = ACTIONS(987), + [aux_sym_hostname_token1] = ACTIONS(987), + [aux_sym_identities_only_token1] = ACTIONS(987), + [aux_sym_identity_agent_token1] = ACTIONS(987), + [aux_sym_identity_file_token1] = ACTIONS(987), + [aux_sym_ignore_unknown_token1] = ACTIONS(987), + [aux_sym_include_token1] = ACTIONS(987), + [aux_sym_ip_qos_token1] = ACTIONS(987), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(987), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(987), + [aux_sym_kex_algorithms_token1] = ACTIONS(987), + [aux_sym_known_hosts_command_token1] = ACTIONS(987), + [aux_sym_local_command_token1] = ACTIONS(987), + [aux_sym_local_forward_token1] = ACTIONS(987), + [aux_sym_log_level_token1] = ACTIONS(987), + [aux_sym_log_verbose_token1] = ACTIONS(987), + [aux_sym_macs_token1] = ACTIONS(987), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(987), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(987), + [aux_sym_password_authentication_token1] = ACTIONS(987), + [aux_sym_permit_local_command_token1] = ACTIONS(987), + [aux_sym_permit_remote_open_token1] = ACTIONS(987), + [aux_sym_pkcs11_provider_token1] = ACTIONS(987), + [aux_sym_port_token1] = ACTIONS(987), + [aux_sym_preferred_authentications_token1] = ACTIONS(987), + [aux_sym_protocol_token1] = ACTIONS(987), + [aux_sym_proxy_command_token1] = ACTIONS(987), + [aux_sym_proxy_jump_token1] = ACTIONS(987), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(987), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(987), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(987), + [aux_sym_pubkey_authentication_token1] = ACTIONS(987), + [aux_sym_rekey_limit_token1] = ACTIONS(987), + [aux_sym_remote_command_token1] = ACTIONS(987), + [aux_sym_remote_forward_token1] = ACTIONS(987), + [aux_sym_request_tty_token1] = ACTIONS(987), + [aux_sym_required_rsa_size_token1] = ACTIONS(987), + [aux_sym_revoked_host_keys_token1] = ACTIONS(987), + [aux_sym_security_key_provider_token1] = ACTIONS(987), + [aux_sym_send_env_token1] = ACTIONS(987), + [aux_sym_server_alive_count_max_token1] = ACTIONS(987), + [aux_sym_server_alive_interval_token1] = ACTIONS(987), + [aux_sym_session_type_token1] = ACTIONS(987), + [aux_sym_set_env_token1] = ACTIONS(987), + [aux_sym_stdin_null_token1] = ACTIONS(987), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(987), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(987), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(987), + [aux_sym_syslog_facility_token1] = ACTIONS(987), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(987), + [aux_sym_keep_alive_token1] = ACTIONS(987), + [aux_sym_tunnel_token1] = ACTIONS(989), + [aux_sym_tunnel_device_token1] = ACTIONS(987), + [aux_sym_update_host_keys_token1] = ACTIONS(987), + [aux_sym_use_keychain_token1] = ACTIONS(987), + [aux_sym_use_roaming_token1] = ACTIONS(987), + [aux_sym_user_token1] = ACTIONS(989), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(987), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(987), + [aux_sym_visual_host_key_token1] = ACTIONS(987), + [aux_sym_xauth_location_token1] = ACTIONS(987), }, [76] = { - [ts_builtin_sym_end] = ACTIONS(988), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(990), - [anon_sym_DQUOTE] = ACTIONS(992), - [aux_sym_match_token1] = ACTIONS(988), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(988), - [aux_sym_address_family_token1] = ACTIONS(988), - [aux_sym_batch_mode_token1] = ACTIONS(988), - [aux_sym_bind_address_token1] = ACTIONS(988), - [aux_sym_bind_interface_token1] = ACTIONS(988), - [aux_sym_canonical_domains_token1] = ACTIONS(988), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(988), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(988), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(988), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(988), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(988), - [aux_sym_certificate_file_token1] = ACTIONS(988), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(988), - [aux_sym_check_host_ip_token1] = ACTIONS(988), - [aux_sym_ciphers_token1] = ACTIONS(988), - [aux_sym_cipher_token1] = ACTIONS(990), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(988), - [aux_sym_compression_token1] = ACTIONS(988), - [aux_sym_connection_attempts_token1] = ACTIONS(988), - [aux_sym_connect_timeout_token1] = ACTIONS(988), - [aux_sym_control_master_token1] = ACTIONS(988), - [aux_sym_control_path_token1] = ACTIONS(988), - [aux_sym_control_persist_token1] = ACTIONS(988), - [aux_sym_dynamic_forward_token1] = ACTIONS(988), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(988), - [aux_sym_escape_char_token1] = ACTIONS(988), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(988), - [aux_sym_fingerprint_hash_token1] = ACTIONS(988), - [aux_sym_fork_after_authentication_token1] = ACTIONS(988), - [aux_sym_forward_agent_token1] = ACTIONS(988), - [aux_sym_forward_x11_token1] = ACTIONS(990), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(988), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(988), - [aux_sym_gateway_ports_token1] = ACTIONS(988), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(988), - [aux_sym_gssapi_authentication_token1] = ACTIONS(988), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(988), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(988), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(988), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(988), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(988), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(988), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(988), - [aux_sym_hash_known_hosts_token1] = ACTIONS(988), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(988), - [aux_sym_hostbased_authentication_token1] = ACTIONS(988), - [aux_sym_host_key_algorithms_token1] = ACTIONS(988), - [aux_sym_host_key_alias_token1] = ACTIONS(988), - [aux_sym_hostname_token1] = ACTIONS(988), - [aux_sym_identities_only_token1] = ACTIONS(988), - [aux_sym_identity_agent_token1] = ACTIONS(988), - [aux_sym_identity_file_token1] = ACTIONS(988), - [aux_sym_ignore_unknown_token1] = ACTIONS(988), - [aux_sym_include_token1] = ACTIONS(988), - [aux_sym_ip_qos_token1] = ACTIONS(988), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(988), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(988), - [aux_sym_kex_algorithms_token1] = ACTIONS(988), - [aux_sym_known_hosts_command_token1] = ACTIONS(988), - [aux_sym_local_command_token1] = ACTIONS(988), - [aux_sym_local_forward_token1] = ACTIONS(988), - [aux_sym_log_level_token1] = ACTIONS(988), - [aux_sym_log_verbose_token1] = ACTIONS(988), - [aux_sym_macs_token1] = ACTIONS(988), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(988), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(988), - [aux_sym_password_authentication_token1] = ACTIONS(988), - [aux_sym_permit_local_command_token1] = ACTIONS(988), - [aux_sym_permit_remote_open_token1] = ACTIONS(988), - [aux_sym_pkcs11_provider_token1] = ACTIONS(988), - [aux_sym_port_token1] = ACTIONS(988), - [aux_sym_preferred_authentications_token1] = ACTIONS(988), - [aux_sym_protocol_token1] = ACTIONS(988), - [aux_sym_proxy_command_token1] = ACTIONS(988), - [aux_sym_proxy_jump_token1] = ACTIONS(988), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(988), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(988), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(988), - [aux_sym_pubkey_authentication_token1] = ACTIONS(988), - [aux_sym_rekey_limit_token1] = ACTIONS(988), - [aux_sym_remote_command_token1] = ACTIONS(988), - [aux_sym_remote_forward_token1] = ACTIONS(988), - [aux_sym_request_tty_token1] = ACTIONS(988), - [aux_sym_revoked_host_keys_token1] = ACTIONS(988), - [aux_sym_security_key_provider_token1] = ACTIONS(988), - [aux_sym_send_env_token1] = ACTIONS(988), - [aux_sym_server_alive_count_max_token1] = ACTIONS(988), - [aux_sym_server_alive_interval_token1] = ACTIONS(988), - [aux_sym_session_type_token1] = ACTIONS(988), - [aux_sym_set_env_token1] = ACTIONS(988), - [aux_sym_stdin_null_token1] = ACTIONS(988), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(988), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(988), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(988), - [aux_sym_syslog_facility_token1] = ACTIONS(988), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(988), - [aux_sym_keep_alive_token1] = ACTIONS(988), - [aux_sym_tunnel_token1] = ACTIONS(990), - [aux_sym_tunnel_device_token1] = ACTIONS(988), - [aux_sym_update_host_keys_token1] = ACTIONS(988), - [aux_sym_use_keychain_token1] = ACTIONS(988), - [aux_sym_use_roaming_token1] = ACTIONS(988), - [aux_sym_user_token1] = ACTIONS(990), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(988), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(988), - [aux_sym_visual_host_key_token1] = ACTIONS(988), - [aux_sym_xauth_location_token1] = ACTIONS(988), + [ts_builtin_sym_end] = ACTIONS(993), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(995), + [anon_sym_DQUOTE] = ACTIONS(997), + [aux_sym_match_token1] = ACTIONS(993), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(993), + [aux_sym_address_family_token1] = ACTIONS(993), + [aux_sym_batch_mode_token1] = ACTIONS(993), + [aux_sym_bind_address_token1] = ACTIONS(993), + [aux_sym_bind_interface_token1] = ACTIONS(993), + [aux_sym_canonical_domains_token1] = ACTIONS(993), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(993), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(993), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(993), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(993), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(993), + [aux_sym_certificate_file_token1] = ACTIONS(993), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(993), + [aux_sym_check_host_ip_token1] = ACTIONS(993), + [aux_sym_ciphers_token1] = ACTIONS(993), + [aux_sym_cipher_token1] = ACTIONS(995), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(993), + [aux_sym_compression_token1] = ACTIONS(993), + [aux_sym_connection_attempts_token1] = ACTIONS(993), + [aux_sym_connect_timeout_token1] = ACTIONS(993), + [aux_sym_control_master_token1] = ACTIONS(993), + [aux_sym_control_path_token1] = ACTIONS(993), + [aux_sym_control_persist_token1] = ACTIONS(993), + [aux_sym_dynamic_forward_token1] = ACTIONS(993), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(993), + [aux_sym_escape_char_token1] = ACTIONS(993), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(993), + [aux_sym_fingerprint_hash_token1] = ACTIONS(993), + [aux_sym_fork_after_authentication_token1] = ACTIONS(993), + [aux_sym_forward_agent_token1] = ACTIONS(993), + [aux_sym_forward_x11_token1] = ACTIONS(995), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(993), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(993), + [aux_sym_gateway_ports_token1] = ACTIONS(993), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(993), + [aux_sym_gssapi_authentication_token1] = ACTIONS(993), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(993), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(993), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(993), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(993), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(993), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(993), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(993), + [aux_sym_hash_known_hosts_token1] = ACTIONS(993), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(993), + [aux_sym_hostbased_authentication_token1] = ACTIONS(993), + [aux_sym_host_key_algorithms_token1] = ACTIONS(993), + [aux_sym_host_key_alias_token1] = ACTIONS(993), + [aux_sym_hostname_token1] = ACTIONS(993), + [aux_sym_identities_only_token1] = ACTIONS(993), + [aux_sym_identity_agent_token1] = ACTIONS(993), + [aux_sym_identity_file_token1] = ACTIONS(993), + [aux_sym_ignore_unknown_token1] = ACTIONS(993), + [aux_sym_include_token1] = ACTIONS(993), + [aux_sym_ip_qos_token1] = ACTIONS(993), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(993), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(993), + [aux_sym_kex_algorithms_token1] = ACTIONS(993), + [aux_sym_known_hosts_command_token1] = ACTIONS(993), + [aux_sym_local_command_token1] = ACTIONS(993), + [aux_sym_local_forward_token1] = ACTIONS(993), + [aux_sym_log_level_token1] = ACTIONS(993), + [aux_sym_log_verbose_token1] = ACTIONS(993), + [aux_sym_macs_token1] = ACTIONS(993), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(993), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(993), + [aux_sym_password_authentication_token1] = ACTIONS(993), + [aux_sym_permit_local_command_token1] = ACTIONS(993), + [aux_sym_permit_remote_open_token1] = ACTIONS(993), + [aux_sym_pkcs11_provider_token1] = ACTIONS(993), + [aux_sym_port_token1] = ACTIONS(993), + [aux_sym_preferred_authentications_token1] = ACTIONS(993), + [aux_sym_protocol_token1] = ACTIONS(993), + [aux_sym_proxy_command_token1] = ACTIONS(993), + [aux_sym_proxy_jump_token1] = ACTIONS(993), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(993), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(993), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(993), + [aux_sym_pubkey_authentication_token1] = ACTIONS(993), + [aux_sym_rekey_limit_token1] = ACTIONS(993), + [aux_sym_remote_command_token1] = ACTIONS(993), + [aux_sym_remote_forward_token1] = ACTIONS(993), + [aux_sym_request_tty_token1] = ACTIONS(993), + [aux_sym_required_rsa_size_token1] = ACTIONS(993), + [aux_sym_revoked_host_keys_token1] = ACTIONS(993), + [aux_sym_security_key_provider_token1] = ACTIONS(993), + [aux_sym_send_env_token1] = ACTIONS(993), + [aux_sym_server_alive_count_max_token1] = ACTIONS(993), + [aux_sym_server_alive_interval_token1] = ACTIONS(993), + [aux_sym_session_type_token1] = ACTIONS(993), + [aux_sym_set_env_token1] = ACTIONS(993), + [aux_sym_stdin_null_token1] = ACTIONS(993), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(993), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(993), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(993), + [aux_sym_syslog_facility_token1] = ACTIONS(993), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(993), + [aux_sym_keep_alive_token1] = ACTIONS(993), + [aux_sym_tunnel_token1] = ACTIONS(995), + [aux_sym_tunnel_device_token1] = ACTIONS(993), + [aux_sym_update_host_keys_token1] = ACTIONS(993), + [aux_sym_use_keychain_token1] = ACTIONS(993), + [aux_sym_use_roaming_token1] = ACTIONS(993), + [aux_sym_user_token1] = ACTIONS(995), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(993), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(993), + [aux_sym_visual_host_key_token1] = ACTIONS(993), + [aux_sym_xauth_location_token1] = ACTIONS(993), }, [77] = { - [ts_builtin_sym_end] = ACTIONS(994), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(996), - [anon_sym_DQUOTE] = ACTIONS(998), - [aux_sym_match_token1] = ACTIONS(994), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(994), - [aux_sym_address_family_token1] = ACTIONS(994), - [aux_sym_batch_mode_token1] = ACTIONS(994), - [aux_sym_bind_address_token1] = ACTIONS(994), - [aux_sym_bind_interface_token1] = ACTIONS(994), - [aux_sym_canonical_domains_token1] = ACTIONS(994), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(994), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(994), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(994), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(994), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(994), - [aux_sym_certificate_file_token1] = ACTIONS(994), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(994), - [aux_sym_check_host_ip_token1] = ACTIONS(994), - [aux_sym_ciphers_token1] = ACTIONS(994), - [aux_sym_cipher_token1] = ACTIONS(996), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(994), - [aux_sym_compression_token1] = ACTIONS(994), - [aux_sym_connection_attempts_token1] = ACTIONS(994), - [aux_sym_connect_timeout_token1] = ACTIONS(994), - [aux_sym_control_master_token1] = ACTIONS(994), - [aux_sym_control_path_token1] = ACTIONS(994), - [aux_sym_control_persist_token1] = ACTIONS(994), - [aux_sym_dynamic_forward_token1] = ACTIONS(994), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(994), - [aux_sym_escape_char_token1] = ACTIONS(994), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(994), - [aux_sym_fingerprint_hash_token1] = ACTIONS(994), - [aux_sym_fork_after_authentication_token1] = ACTIONS(994), - [aux_sym_forward_agent_token1] = ACTIONS(994), - [aux_sym_forward_x11_token1] = ACTIONS(996), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(994), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(994), - [aux_sym_gateway_ports_token1] = ACTIONS(994), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(994), - [aux_sym_gssapi_authentication_token1] = ACTIONS(994), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(994), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(994), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(994), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(994), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(994), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(994), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(994), - [aux_sym_hash_known_hosts_token1] = ACTIONS(994), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(994), - [aux_sym_hostbased_authentication_token1] = ACTIONS(994), - [aux_sym_host_key_algorithms_token1] = ACTIONS(994), - [aux_sym_host_key_alias_token1] = ACTIONS(994), - [aux_sym_hostname_token1] = ACTIONS(994), - [aux_sym_identities_only_token1] = ACTIONS(994), - [aux_sym_identity_agent_token1] = ACTIONS(994), - [aux_sym_identity_file_token1] = ACTIONS(994), - [aux_sym_ignore_unknown_token1] = ACTIONS(994), - [aux_sym_include_token1] = ACTIONS(994), - [aux_sym_ip_qos_token1] = ACTIONS(994), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(994), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(994), - [aux_sym_kex_algorithms_token1] = ACTIONS(994), - [aux_sym_known_hosts_command_token1] = ACTIONS(994), - [aux_sym_local_command_token1] = ACTIONS(994), - [aux_sym_local_forward_token1] = ACTIONS(994), - [aux_sym_log_level_token1] = ACTIONS(994), - [aux_sym_log_verbose_token1] = ACTIONS(994), - [aux_sym_macs_token1] = ACTIONS(994), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(994), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(994), - [aux_sym_password_authentication_token1] = ACTIONS(994), - [aux_sym_permit_local_command_token1] = ACTIONS(994), - [aux_sym_permit_remote_open_token1] = ACTIONS(994), - [aux_sym_pkcs11_provider_token1] = ACTIONS(994), - [aux_sym_port_token1] = ACTIONS(994), - [aux_sym_preferred_authentications_token1] = ACTIONS(994), - [aux_sym_protocol_token1] = ACTIONS(994), - [aux_sym_proxy_command_token1] = ACTIONS(994), - [aux_sym_proxy_jump_token1] = ACTIONS(994), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(994), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(994), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(994), - [aux_sym_pubkey_authentication_token1] = ACTIONS(994), - [aux_sym_rekey_limit_token1] = ACTIONS(994), - [aux_sym_remote_command_token1] = ACTIONS(994), - [aux_sym_remote_forward_token1] = ACTIONS(994), - [aux_sym_request_tty_token1] = ACTIONS(994), - [aux_sym_revoked_host_keys_token1] = ACTIONS(994), - [aux_sym_security_key_provider_token1] = ACTIONS(994), - [aux_sym_send_env_token1] = ACTIONS(994), - [aux_sym_server_alive_count_max_token1] = ACTIONS(994), - [aux_sym_server_alive_interval_token1] = ACTIONS(994), - [aux_sym_session_type_token1] = ACTIONS(994), - [aux_sym_set_env_token1] = ACTIONS(994), - [aux_sym_stdin_null_token1] = ACTIONS(994), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(994), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(994), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(994), - [aux_sym_syslog_facility_token1] = ACTIONS(994), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(994), - [aux_sym_keep_alive_token1] = ACTIONS(994), - [aux_sym_tunnel_token1] = ACTIONS(996), - [aux_sym_tunnel_device_token1] = ACTIONS(994), - [aux_sym_update_host_keys_token1] = ACTIONS(994), - [aux_sym_use_keychain_token1] = ACTIONS(994), - [aux_sym_use_roaming_token1] = ACTIONS(994), - [aux_sym_user_token1] = ACTIONS(996), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(994), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(994), - [aux_sym_visual_host_key_token1] = ACTIONS(994), - [aux_sym_xauth_location_token1] = ACTIONS(994), + [ts_builtin_sym_end] = ACTIONS(999), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1001), + [anon_sym_DQUOTE] = ACTIONS(1003), + [aux_sym_match_token1] = ACTIONS(999), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(999), + [aux_sym_address_family_token1] = ACTIONS(999), + [aux_sym_batch_mode_token1] = ACTIONS(999), + [aux_sym_bind_address_token1] = ACTIONS(999), + [aux_sym_bind_interface_token1] = ACTIONS(999), + [aux_sym_canonical_domains_token1] = ACTIONS(999), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(999), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(999), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(999), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(999), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(999), + [aux_sym_certificate_file_token1] = ACTIONS(999), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(999), + [aux_sym_check_host_ip_token1] = ACTIONS(999), + [aux_sym_ciphers_token1] = ACTIONS(999), + [aux_sym_cipher_token1] = ACTIONS(1001), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(999), + [aux_sym_compression_token1] = ACTIONS(999), + [aux_sym_connection_attempts_token1] = ACTIONS(999), + [aux_sym_connect_timeout_token1] = ACTIONS(999), + [aux_sym_control_master_token1] = ACTIONS(999), + [aux_sym_control_path_token1] = ACTIONS(999), + [aux_sym_control_persist_token1] = ACTIONS(999), + [aux_sym_dynamic_forward_token1] = ACTIONS(999), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(999), + [aux_sym_escape_char_token1] = ACTIONS(999), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(999), + [aux_sym_fingerprint_hash_token1] = ACTIONS(999), + [aux_sym_fork_after_authentication_token1] = ACTIONS(999), + [aux_sym_forward_agent_token1] = ACTIONS(999), + [aux_sym_forward_x11_token1] = ACTIONS(1001), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(999), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(999), + [aux_sym_gateway_ports_token1] = ACTIONS(999), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(999), + [aux_sym_gssapi_authentication_token1] = ACTIONS(999), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(999), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(999), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(999), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(999), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(999), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(999), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(999), + [aux_sym_hash_known_hosts_token1] = ACTIONS(999), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(999), + [aux_sym_hostbased_authentication_token1] = ACTIONS(999), + [aux_sym_host_key_algorithms_token1] = ACTIONS(999), + [aux_sym_host_key_alias_token1] = ACTIONS(999), + [aux_sym_hostname_token1] = ACTIONS(999), + [aux_sym_identities_only_token1] = ACTIONS(999), + [aux_sym_identity_agent_token1] = ACTIONS(999), + [aux_sym_identity_file_token1] = ACTIONS(999), + [aux_sym_ignore_unknown_token1] = ACTIONS(999), + [aux_sym_include_token1] = ACTIONS(999), + [aux_sym_ip_qos_token1] = ACTIONS(999), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(999), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(999), + [aux_sym_kex_algorithms_token1] = ACTIONS(999), + [aux_sym_known_hosts_command_token1] = ACTIONS(999), + [aux_sym_local_command_token1] = ACTIONS(999), + [aux_sym_local_forward_token1] = ACTIONS(999), + [aux_sym_log_level_token1] = ACTIONS(999), + [aux_sym_log_verbose_token1] = ACTIONS(999), + [aux_sym_macs_token1] = ACTIONS(999), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(999), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(999), + [aux_sym_password_authentication_token1] = ACTIONS(999), + [aux_sym_permit_local_command_token1] = ACTIONS(999), + [aux_sym_permit_remote_open_token1] = ACTIONS(999), + [aux_sym_pkcs11_provider_token1] = ACTIONS(999), + [aux_sym_port_token1] = ACTIONS(999), + [aux_sym_preferred_authentications_token1] = ACTIONS(999), + [aux_sym_protocol_token1] = ACTIONS(999), + [aux_sym_proxy_command_token1] = ACTIONS(999), + [aux_sym_proxy_jump_token1] = ACTIONS(999), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(999), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(999), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(999), + [aux_sym_pubkey_authentication_token1] = ACTIONS(999), + [aux_sym_rekey_limit_token1] = ACTIONS(999), + [aux_sym_remote_command_token1] = ACTIONS(999), + [aux_sym_remote_forward_token1] = ACTIONS(999), + [aux_sym_request_tty_token1] = ACTIONS(999), + [aux_sym_required_rsa_size_token1] = ACTIONS(999), + [aux_sym_revoked_host_keys_token1] = ACTIONS(999), + [aux_sym_security_key_provider_token1] = ACTIONS(999), + [aux_sym_send_env_token1] = ACTIONS(999), + [aux_sym_server_alive_count_max_token1] = ACTIONS(999), + [aux_sym_server_alive_interval_token1] = ACTIONS(999), + [aux_sym_session_type_token1] = ACTIONS(999), + [aux_sym_set_env_token1] = ACTIONS(999), + [aux_sym_stdin_null_token1] = ACTIONS(999), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(999), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(999), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(999), + [aux_sym_syslog_facility_token1] = ACTIONS(999), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(999), + [aux_sym_keep_alive_token1] = ACTIONS(999), + [aux_sym_tunnel_token1] = ACTIONS(1001), + [aux_sym_tunnel_device_token1] = ACTIONS(999), + [aux_sym_update_host_keys_token1] = ACTIONS(999), + [aux_sym_use_keychain_token1] = ACTIONS(999), + [aux_sym_use_roaming_token1] = ACTIONS(999), + [aux_sym_user_token1] = ACTIONS(1001), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(999), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(999), + [aux_sym_visual_host_key_token1] = ACTIONS(999), + [aux_sym_xauth_location_token1] = ACTIONS(999), }, [78] = { - [ts_builtin_sym_end] = ACTIONS(1000), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1002), - [anon_sym_DQUOTE] = ACTIONS(1004), - [aux_sym_match_token1] = ACTIONS(1000), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1000), - [aux_sym_address_family_token1] = ACTIONS(1000), - [aux_sym_batch_mode_token1] = ACTIONS(1000), - [aux_sym_bind_address_token1] = ACTIONS(1000), - [aux_sym_bind_interface_token1] = ACTIONS(1000), - [aux_sym_canonical_domains_token1] = ACTIONS(1000), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1000), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1000), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1000), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1000), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1000), - [aux_sym_certificate_file_token1] = ACTIONS(1000), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1000), - [aux_sym_check_host_ip_token1] = ACTIONS(1000), - [aux_sym_ciphers_token1] = ACTIONS(1000), - [aux_sym_cipher_token1] = ACTIONS(1002), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1000), - [aux_sym_compression_token1] = ACTIONS(1000), - [aux_sym_connection_attempts_token1] = ACTIONS(1000), - [aux_sym_connect_timeout_token1] = ACTIONS(1000), - [aux_sym_control_master_token1] = ACTIONS(1000), - [aux_sym_control_path_token1] = ACTIONS(1000), - [aux_sym_control_persist_token1] = ACTIONS(1000), - [aux_sym_dynamic_forward_token1] = ACTIONS(1000), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1000), - [aux_sym_escape_char_token1] = ACTIONS(1000), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1000), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1000), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1000), - [aux_sym_forward_agent_token1] = ACTIONS(1000), - [aux_sym_forward_x11_token1] = ACTIONS(1002), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1000), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1000), - [aux_sym_gateway_ports_token1] = ACTIONS(1000), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1000), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1000), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1000), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1000), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1000), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1000), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1000), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1000), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1000), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1000), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1000), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1000), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1000), - [aux_sym_host_key_alias_token1] = ACTIONS(1000), - [aux_sym_hostname_token1] = ACTIONS(1000), - [aux_sym_identities_only_token1] = ACTIONS(1000), - [aux_sym_identity_agent_token1] = ACTIONS(1000), - [aux_sym_identity_file_token1] = ACTIONS(1000), - [aux_sym_ignore_unknown_token1] = ACTIONS(1000), - [aux_sym_include_token1] = ACTIONS(1000), - [aux_sym_ip_qos_token1] = ACTIONS(1000), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1000), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1000), - [aux_sym_kex_algorithms_token1] = ACTIONS(1000), - [aux_sym_known_hosts_command_token1] = ACTIONS(1000), - [aux_sym_local_command_token1] = ACTIONS(1000), - [aux_sym_local_forward_token1] = ACTIONS(1000), - [aux_sym_log_level_token1] = ACTIONS(1000), - [aux_sym_log_verbose_token1] = ACTIONS(1000), - [aux_sym_macs_token1] = ACTIONS(1000), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1000), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1000), - [aux_sym_password_authentication_token1] = ACTIONS(1000), - [aux_sym_permit_local_command_token1] = ACTIONS(1000), - [aux_sym_permit_remote_open_token1] = ACTIONS(1000), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1000), - [aux_sym_port_token1] = ACTIONS(1000), - [aux_sym_preferred_authentications_token1] = ACTIONS(1000), - [aux_sym_protocol_token1] = ACTIONS(1000), - [aux_sym_proxy_command_token1] = ACTIONS(1000), - [aux_sym_proxy_jump_token1] = ACTIONS(1000), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1000), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1000), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1000), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1000), - [aux_sym_rekey_limit_token1] = ACTIONS(1000), - [aux_sym_remote_command_token1] = ACTIONS(1000), - [aux_sym_remote_forward_token1] = ACTIONS(1000), - [aux_sym_request_tty_token1] = ACTIONS(1000), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1000), - [aux_sym_security_key_provider_token1] = ACTIONS(1000), - [aux_sym_send_env_token1] = ACTIONS(1000), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1000), - [aux_sym_server_alive_interval_token1] = ACTIONS(1000), - [aux_sym_session_type_token1] = ACTIONS(1000), - [aux_sym_set_env_token1] = ACTIONS(1000), - [aux_sym_stdin_null_token1] = ACTIONS(1000), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1000), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1000), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1000), - [aux_sym_syslog_facility_token1] = ACTIONS(1000), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1000), - [aux_sym_keep_alive_token1] = ACTIONS(1000), - [aux_sym_tunnel_token1] = ACTIONS(1002), - [aux_sym_tunnel_device_token1] = ACTIONS(1000), - [aux_sym_update_host_keys_token1] = ACTIONS(1000), - [aux_sym_use_keychain_token1] = ACTIONS(1000), - [aux_sym_use_roaming_token1] = ACTIONS(1000), - [aux_sym_user_token1] = ACTIONS(1002), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1000), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1000), - [aux_sym_visual_host_key_token1] = ACTIONS(1000), - [aux_sym_xauth_location_token1] = ACTIONS(1000), + [ts_builtin_sym_end] = ACTIONS(1005), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1007), + [anon_sym_DQUOTE] = ACTIONS(1009), + [aux_sym_match_token1] = ACTIONS(1005), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1005), + [aux_sym_address_family_token1] = ACTIONS(1005), + [aux_sym_batch_mode_token1] = ACTIONS(1005), + [aux_sym_bind_address_token1] = ACTIONS(1005), + [aux_sym_bind_interface_token1] = ACTIONS(1005), + [aux_sym_canonical_domains_token1] = ACTIONS(1005), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1005), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1005), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1005), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1005), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1005), + [aux_sym_certificate_file_token1] = ACTIONS(1005), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1005), + [aux_sym_check_host_ip_token1] = ACTIONS(1005), + [aux_sym_ciphers_token1] = ACTIONS(1005), + [aux_sym_cipher_token1] = ACTIONS(1007), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1005), + [aux_sym_compression_token1] = ACTIONS(1005), + [aux_sym_connection_attempts_token1] = ACTIONS(1005), + [aux_sym_connect_timeout_token1] = ACTIONS(1005), + [aux_sym_control_master_token1] = ACTIONS(1005), + [aux_sym_control_path_token1] = ACTIONS(1005), + [aux_sym_control_persist_token1] = ACTIONS(1005), + [aux_sym_dynamic_forward_token1] = ACTIONS(1005), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1005), + [aux_sym_escape_char_token1] = ACTIONS(1005), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1005), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1005), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1005), + [aux_sym_forward_agent_token1] = ACTIONS(1005), + [aux_sym_forward_x11_token1] = ACTIONS(1007), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1005), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1005), + [aux_sym_gateway_ports_token1] = ACTIONS(1005), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1005), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1005), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1005), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1005), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1005), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1005), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1005), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1005), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1005), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1005), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1005), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1005), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1005), + [aux_sym_host_key_alias_token1] = ACTIONS(1005), + [aux_sym_hostname_token1] = ACTIONS(1005), + [aux_sym_identities_only_token1] = ACTIONS(1005), + [aux_sym_identity_agent_token1] = ACTIONS(1005), + [aux_sym_identity_file_token1] = ACTIONS(1005), + [aux_sym_ignore_unknown_token1] = ACTIONS(1005), + [aux_sym_include_token1] = ACTIONS(1005), + [aux_sym_ip_qos_token1] = ACTIONS(1005), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1005), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1005), + [aux_sym_kex_algorithms_token1] = ACTIONS(1005), + [aux_sym_known_hosts_command_token1] = ACTIONS(1005), + [aux_sym_local_command_token1] = ACTIONS(1005), + [aux_sym_local_forward_token1] = ACTIONS(1005), + [aux_sym_log_level_token1] = ACTIONS(1005), + [aux_sym_log_verbose_token1] = ACTIONS(1005), + [aux_sym_macs_token1] = ACTIONS(1005), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1005), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1005), + [aux_sym_password_authentication_token1] = ACTIONS(1005), + [aux_sym_permit_local_command_token1] = ACTIONS(1005), + [aux_sym_permit_remote_open_token1] = ACTIONS(1005), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1005), + [aux_sym_port_token1] = ACTIONS(1005), + [aux_sym_preferred_authentications_token1] = ACTIONS(1005), + [aux_sym_protocol_token1] = ACTIONS(1005), + [aux_sym_proxy_command_token1] = ACTIONS(1005), + [aux_sym_proxy_jump_token1] = ACTIONS(1005), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1005), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1005), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1005), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1005), + [aux_sym_rekey_limit_token1] = ACTIONS(1005), + [aux_sym_remote_command_token1] = ACTIONS(1005), + [aux_sym_remote_forward_token1] = ACTIONS(1005), + [aux_sym_request_tty_token1] = ACTIONS(1005), + [aux_sym_required_rsa_size_token1] = ACTIONS(1005), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1005), + [aux_sym_security_key_provider_token1] = ACTIONS(1005), + [aux_sym_send_env_token1] = ACTIONS(1005), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1005), + [aux_sym_server_alive_interval_token1] = ACTIONS(1005), + [aux_sym_session_type_token1] = ACTIONS(1005), + [aux_sym_set_env_token1] = ACTIONS(1005), + [aux_sym_stdin_null_token1] = ACTIONS(1005), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1005), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1005), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1005), + [aux_sym_syslog_facility_token1] = ACTIONS(1005), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1005), + [aux_sym_keep_alive_token1] = ACTIONS(1005), + [aux_sym_tunnel_token1] = ACTIONS(1007), + [aux_sym_tunnel_device_token1] = ACTIONS(1005), + [aux_sym_update_host_keys_token1] = ACTIONS(1005), + [aux_sym_use_keychain_token1] = ACTIONS(1005), + [aux_sym_use_roaming_token1] = ACTIONS(1005), + [aux_sym_user_token1] = ACTIONS(1007), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1005), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1005), + [aux_sym_visual_host_key_token1] = ACTIONS(1005), + [aux_sym_xauth_location_token1] = ACTIONS(1005), }, [79] = { - [ts_builtin_sym_end] = ACTIONS(1006), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1008), - [anon_sym_DQUOTE] = ACTIONS(1010), - [aux_sym_match_token1] = ACTIONS(1006), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1006), - [aux_sym_address_family_token1] = ACTIONS(1006), - [aux_sym_batch_mode_token1] = ACTIONS(1006), - [aux_sym_bind_address_token1] = ACTIONS(1006), - [aux_sym_bind_interface_token1] = ACTIONS(1006), - [aux_sym_canonical_domains_token1] = ACTIONS(1006), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1006), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1006), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1006), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1006), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1006), - [aux_sym_certificate_file_token1] = ACTIONS(1006), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1006), - [aux_sym_check_host_ip_token1] = ACTIONS(1006), - [aux_sym_ciphers_token1] = ACTIONS(1006), - [aux_sym_cipher_token1] = ACTIONS(1008), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1006), - [aux_sym_compression_token1] = ACTIONS(1006), - [aux_sym_connection_attempts_token1] = ACTIONS(1006), - [aux_sym_connect_timeout_token1] = ACTIONS(1006), - [aux_sym_control_master_token1] = ACTIONS(1006), - [aux_sym_control_path_token1] = ACTIONS(1006), - [aux_sym_control_persist_token1] = ACTIONS(1006), - [aux_sym_dynamic_forward_token1] = ACTIONS(1006), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1006), - [aux_sym_escape_char_token1] = ACTIONS(1006), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1006), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1006), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1006), - [aux_sym_forward_agent_token1] = ACTIONS(1006), - [aux_sym_forward_x11_token1] = ACTIONS(1008), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1006), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1006), - [aux_sym_gateway_ports_token1] = ACTIONS(1006), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1006), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1006), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1006), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1006), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1006), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1006), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1006), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1006), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1006), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1006), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1006), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1006), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1006), - [aux_sym_host_key_alias_token1] = ACTIONS(1006), - [aux_sym_hostname_token1] = ACTIONS(1006), - [aux_sym_identities_only_token1] = ACTIONS(1006), - [aux_sym_identity_agent_token1] = ACTIONS(1006), - [aux_sym_identity_file_token1] = ACTIONS(1006), - [aux_sym_ignore_unknown_token1] = ACTIONS(1006), - [aux_sym_include_token1] = ACTIONS(1006), - [aux_sym_ip_qos_token1] = ACTIONS(1006), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1006), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1006), - [aux_sym_kex_algorithms_token1] = ACTIONS(1006), - [aux_sym_known_hosts_command_token1] = ACTIONS(1006), - [aux_sym_local_command_token1] = ACTIONS(1006), - [aux_sym_local_forward_token1] = ACTIONS(1006), - [aux_sym_log_level_token1] = ACTIONS(1006), - [aux_sym_log_verbose_token1] = ACTIONS(1006), - [aux_sym_macs_token1] = ACTIONS(1006), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1006), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1006), - [aux_sym_password_authentication_token1] = ACTIONS(1006), - [aux_sym_permit_local_command_token1] = ACTIONS(1006), - [aux_sym_permit_remote_open_token1] = ACTIONS(1006), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1006), - [aux_sym_port_token1] = ACTIONS(1006), - [aux_sym_preferred_authentications_token1] = ACTIONS(1006), - [aux_sym_protocol_token1] = ACTIONS(1006), - [aux_sym_proxy_command_token1] = ACTIONS(1006), - [aux_sym_proxy_jump_token1] = ACTIONS(1006), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1006), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1006), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1006), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1006), - [aux_sym_rekey_limit_token1] = ACTIONS(1006), - [aux_sym_remote_command_token1] = ACTIONS(1006), - [aux_sym_remote_forward_token1] = ACTIONS(1006), - [aux_sym_request_tty_token1] = ACTIONS(1006), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1006), - [aux_sym_security_key_provider_token1] = ACTIONS(1006), - [aux_sym_send_env_token1] = ACTIONS(1006), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1006), - [aux_sym_server_alive_interval_token1] = ACTIONS(1006), - [aux_sym_session_type_token1] = ACTIONS(1006), - [aux_sym_set_env_token1] = ACTIONS(1006), - [aux_sym_stdin_null_token1] = ACTIONS(1006), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1006), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1006), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1006), - [aux_sym_syslog_facility_token1] = ACTIONS(1006), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1006), - [aux_sym_keep_alive_token1] = ACTIONS(1006), - [aux_sym_tunnel_token1] = ACTIONS(1008), - [aux_sym_tunnel_device_token1] = ACTIONS(1006), - [aux_sym_update_host_keys_token1] = ACTIONS(1006), - [aux_sym_use_keychain_token1] = ACTIONS(1006), - [aux_sym_use_roaming_token1] = ACTIONS(1006), - [aux_sym_user_token1] = ACTIONS(1008), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1006), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1006), - [aux_sym_visual_host_key_token1] = ACTIONS(1006), - [aux_sym_xauth_location_token1] = ACTIONS(1006), + [ts_builtin_sym_end] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1013), + [anon_sym_DQUOTE] = ACTIONS(1015), + [aux_sym_match_token1] = ACTIONS(1011), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1011), + [aux_sym_address_family_token1] = ACTIONS(1011), + [aux_sym_batch_mode_token1] = ACTIONS(1011), + [aux_sym_bind_address_token1] = ACTIONS(1011), + [aux_sym_bind_interface_token1] = ACTIONS(1011), + [aux_sym_canonical_domains_token1] = ACTIONS(1011), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1011), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1011), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1011), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1011), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1011), + [aux_sym_certificate_file_token1] = ACTIONS(1011), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1011), + [aux_sym_check_host_ip_token1] = ACTIONS(1011), + [aux_sym_ciphers_token1] = ACTIONS(1011), + [aux_sym_cipher_token1] = ACTIONS(1013), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1011), + [aux_sym_compression_token1] = ACTIONS(1011), + [aux_sym_connection_attempts_token1] = ACTIONS(1011), + [aux_sym_connect_timeout_token1] = ACTIONS(1011), + [aux_sym_control_master_token1] = ACTIONS(1011), + [aux_sym_control_path_token1] = ACTIONS(1011), + [aux_sym_control_persist_token1] = ACTIONS(1011), + [aux_sym_dynamic_forward_token1] = ACTIONS(1011), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1011), + [aux_sym_escape_char_token1] = ACTIONS(1011), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1011), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1011), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1011), + [aux_sym_forward_agent_token1] = ACTIONS(1011), + [aux_sym_forward_x11_token1] = ACTIONS(1013), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1011), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1011), + [aux_sym_gateway_ports_token1] = ACTIONS(1011), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1011), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1011), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1011), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1011), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1011), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1011), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1011), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1011), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1011), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1011), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1011), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1011), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1011), + [aux_sym_host_key_alias_token1] = ACTIONS(1011), + [aux_sym_hostname_token1] = ACTIONS(1011), + [aux_sym_identities_only_token1] = ACTIONS(1011), + [aux_sym_identity_agent_token1] = ACTIONS(1011), + [aux_sym_identity_file_token1] = ACTIONS(1011), + [aux_sym_ignore_unknown_token1] = ACTIONS(1011), + [aux_sym_include_token1] = ACTIONS(1011), + [aux_sym_ip_qos_token1] = ACTIONS(1011), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1011), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1011), + [aux_sym_kex_algorithms_token1] = ACTIONS(1011), + [aux_sym_known_hosts_command_token1] = ACTIONS(1011), + [aux_sym_local_command_token1] = ACTIONS(1011), + [aux_sym_local_forward_token1] = ACTIONS(1011), + [aux_sym_log_level_token1] = ACTIONS(1011), + [aux_sym_log_verbose_token1] = ACTIONS(1011), + [aux_sym_macs_token1] = ACTIONS(1011), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1011), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1011), + [aux_sym_password_authentication_token1] = ACTIONS(1011), + [aux_sym_permit_local_command_token1] = ACTIONS(1011), + [aux_sym_permit_remote_open_token1] = ACTIONS(1011), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1011), + [aux_sym_port_token1] = ACTIONS(1011), + [aux_sym_preferred_authentications_token1] = ACTIONS(1011), + [aux_sym_protocol_token1] = ACTIONS(1011), + [aux_sym_proxy_command_token1] = ACTIONS(1011), + [aux_sym_proxy_jump_token1] = ACTIONS(1011), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1011), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1011), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1011), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1011), + [aux_sym_rekey_limit_token1] = ACTIONS(1011), + [aux_sym_remote_command_token1] = ACTIONS(1011), + [aux_sym_remote_forward_token1] = ACTIONS(1011), + [aux_sym_request_tty_token1] = ACTIONS(1011), + [aux_sym_required_rsa_size_token1] = ACTIONS(1011), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1011), + [aux_sym_security_key_provider_token1] = ACTIONS(1011), + [aux_sym_send_env_token1] = ACTIONS(1011), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1011), + [aux_sym_server_alive_interval_token1] = ACTIONS(1011), + [aux_sym_session_type_token1] = ACTIONS(1011), + [aux_sym_set_env_token1] = ACTIONS(1011), + [aux_sym_stdin_null_token1] = ACTIONS(1011), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1011), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1011), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1011), + [aux_sym_syslog_facility_token1] = ACTIONS(1011), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1011), + [aux_sym_keep_alive_token1] = ACTIONS(1011), + [aux_sym_tunnel_token1] = ACTIONS(1013), + [aux_sym_tunnel_device_token1] = ACTIONS(1011), + [aux_sym_update_host_keys_token1] = ACTIONS(1011), + [aux_sym_use_keychain_token1] = ACTIONS(1011), + [aux_sym_use_roaming_token1] = ACTIONS(1011), + [aux_sym_user_token1] = ACTIONS(1013), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1011), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1011), + [aux_sym_visual_host_key_token1] = ACTIONS(1011), + [aux_sym_xauth_location_token1] = ACTIONS(1011), }, [80] = { - [ts_builtin_sym_end] = ACTIONS(1012), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1014), - [anon_sym_DQUOTE] = ACTIONS(1016), - [aux_sym_match_token1] = ACTIONS(1012), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1012), - [aux_sym_address_family_token1] = ACTIONS(1012), - [aux_sym_batch_mode_token1] = ACTIONS(1012), - [aux_sym_bind_address_token1] = ACTIONS(1012), - [aux_sym_bind_interface_token1] = ACTIONS(1012), - [aux_sym_canonical_domains_token1] = ACTIONS(1012), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1012), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1012), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1012), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1012), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1012), - [aux_sym_certificate_file_token1] = ACTIONS(1012), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1012), - [aux_sym_check_host_ip_token1] = ACTIONS(1012), - [aux_sym_ciphers_token1] = ACTIONS(1012), - [aux_sym_cipher_token1] = ACTIONS(1014), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1012), - [aux_sym_compression_token1] = ACTIONS(1012), - [aux_sym_connection_attempts_token1] = ACTIONS(1012), - [aux_sym_connect_timeout_token1] = ACTIONS(1012), - [aux_sym_control_master_token1] = ACTIONS(1012), - [aux_sym_control_path_token1] = ACTIONS(1012), - [aux_sym_control_persist_token1] = ACTIONS(1012), - [aux_sym_dynamic_forward_token1] = ACTIONS(1012), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1012), - [aux_sym_escape_char_token1] = ACTIONS(1012), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1012), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1012), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1012), - [aux_sym_forward_agent_token1] = ACTIONS(1012), - [aux_sym_forward_x11_token1] = ACTIONS(1014), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1012), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1012), - [aux_sym_gateway_ports_token1] = ACTIONS(1012), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1012), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1012), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1012), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1012), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1012), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1012), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1012), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1012), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1012), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1012), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1012), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1012), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1012), - [aux_sym_host_key_alias_token1] = ACTIONS(1012), - [aux_sym_hostname_token1] = ACTIONS(1012), - [aux_sym_identities_only_token1] = ACTIONS(1012), - [aux_sym_identity_agent_token1] = ACTIONS(1012), - [aux_sym_identity_file_token1] = ACTIONS(1012), - [aux_sym_ignore_unknown_token1] = ACTIONS(1012), - [aux_sym_include_token1] = ACTIONS(1012), - [aux_sym_ip_qos_token1] = ACTIONS(1012), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1012), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1012), - [aux_sym_kex_algorithms_token1] = ACTIONS(1012), - [aux_sym_known_hosts_command_token1] = ACTIONS(1012), - [aux_sym_local_command_token1] = ACTIONS(1012), - [aux_sym_local_forward_token1] = ACTIONS(1012), - [aux_sym_log_level_token1] = ACTIONS(1012), - [aux_sym_log_verbose_token1] = ACTIONS(1012), - [aux_sym_macs_token1] = ACTIONS(1012), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1012), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1012), - [aux_sym_password_authentication_token1] = ACTIONS(1012), - [aux_sym_permit_local_command_token1] = ACTIONS(1012), - [aux_sym_permit_remote_open_token1] = ACTIONS(1012), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1012), - [aux_sym_port_token1] = ACTIONS(1012), - [aux_sym_preferred_authentications_token1] = ACTIONS(1012), - [aux_sym_protocol_token1] = ACTIONS(1012), - [aux_sym_proxy_command_token1] = ACTIONS(1012), - [aux_sym_proxy_jump_token1] = ACTIONS(1012), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1012), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1012), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1012), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1012), - [aux_sym_rekey_limit_token1] = ACTIONS(1012), - [aux_sym_remote_command_token1] = ACTIONS(1012), - [aux_sym_remote_forward_token1] = ACTIONS(1012), - [aux_sym_request_tty_token1] = ACTIONS(1012), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1012), - [aux_sym_security_key_provider_token1] = ACTIONS(1012), - [aux_sym_send_env_token1] = ACTIONS(1012), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1012), - [aux_sym_server_alive_interval_token1] = ACTIONS(1012), - [aux_sym_session_type_token1] = ACTIONS(1012), - [aux_sym_set_env_token1] = ACTIONS(1012), - [aux_sym_stdin_null_token1] = ACTIONS(1012), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1012), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1012), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1012), - [aux_sym_syslog_facility_token1] = ACTIONS(1012), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1012), - [aux_sym_keep_alive_token1] = ACTIONS(1012), - [aux_sym_tunnel_token1] = ACTIONS(1014), - [aux_sym_tunnel_device_token1] = ACTIONS(1012), - [aux_sym_update_host_keys_token1] = ACTIONS(1012), - [aux_sym_use_keychain_token1] = ACTIONS(1012), - [aux_sym_use_roaming_token1] = ACTIONS(1012), - [aux_sym_user_token1] = ACTIONS(1014), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1012), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1012), - [aux_sym_visual_host_key_token1] = ACTIONS(1012), - [aux_sym_xauth_location_token1] = ACTIONS(1012), + [ts_builtin_sym_end] = ACTIONS(1017), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1019), + [anon_sym_DQUOTE] = ACTIONS(1021), + [aux_sym_match_token1] = ACTIONS(1017), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1017), + [aux_sym_address_family_token1] = ACTIONS(1017), + [aux_sym_batch_mode_token1] = ACTIONS(1017), + [aux_sym_bind_address_token1] = ACTIONS(1017), + [aux_sym_bind_interface_token1] = ACTIONS(1017), + [aux_sym_canonical_domains_token1] = ACTIONS(1017), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1017), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1017), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1017), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1017), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1017), + [aux_sym_certificate_file_token1] = ACTIONS(1017), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1017), + [aux_sym_check_host_ip_token1] = ACTIONS(1017), + [aux_sym_ciphers_token1] = ACTIONS(1017), + [aux_sym_cipher_token1] = ACTIONS(1019), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1017), + [aux_sym_compression_token1] = ACTIONS(1017), + [aux_sym_connection_attempts_token1] = ACTIONS(1017), + [aux_sym_connect_timeout_token1] = ACTIONS(1017), + [aux_sym_control_master_token1] = ACTIONS(1017), + [aux_sym_control_path_token1] = ACTIONS(1017), + [aux_sym_control_persist_token1] = ACTIONS(1017), + [aux_sym_dynamic_forward_token1] = ACTIONS(1017), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1017), + [aux_sym_escape_char_token1] = ACTIONS(1017), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1017), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1017), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1017), + [aux_sym_forward_agent_token1] = ACTIONS(1017), + [aux_sym_forward_x11_token1] = ACTIONS(1019), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1017), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1017), + [aux_sym_gateway_ports_token1] = ACTIONS(1017), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1017), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1017), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1017), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1017), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1017), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1017), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1017), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1017), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1017), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1017), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1017), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1017), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1017), + [aux_sym_host_key_alias_token1] = ACTIONS(1017), + [aux_sym_hostname_token1] = ACTIONS(1017), + [aux_sym_identities_only_token1] = ACTIONS(1017), + [aux_sym_identity_agent_token1] = ACTIONS(1017), + [aux_sym_identity_file_token1] = ACTIONS(1017), + [aux_sym_ignore_unknown_token1] = ACTIONS(1017), + [aux_sym_include_token1] = ACTIONS(1017), + [aux_sym_ip_qos_token1] = ACTIONS(1017), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1017), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1017), + [aux_sym_kex_algorithms_token1] = ACTIONS(1017), + [aux_sym_known_hosts_command_token1] = ACTIONS(1017), + [aux_sym_local_command_token1] = ACTIONS(1017), + [aux_sym_local_forward_token1] = ACTIONS(1017), + [aux_sym_log_level_token1] = ACTIONS(1017), + [aux_sym_log_verbose_token1] = ACTIONS(1017), + [aux_sym_macs_token1] = ACTIONS(1017), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1017), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1017), + [aux_sym_password_authentication_token1] = ACTIONS(1017), + [aux_sym_permit_local_command_token1] = ACTIONS(1017), + [aux_sym_permit_remote_open_token1] = ACTIONS(1017), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1017), + [aux_sym_port_token1] = ACTIONS(1017), + [aux_sym_preferred_authentications_token1] = ACTIONS(1017), + [aux_sym_protocol_token1] = ACTIONS(1017), + [aux_sym_proxy_command_token1] = ACTIONS(1017), + [aux_sym_proxy_jump_token1] = ACTIONS(1017), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1017), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1017), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1017), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1017), + [aux_sym_rekey_limit_token1] = ACTIONS(1017), + [aux_sym_remote_command_token1] = ACTIONS(1017), + [aux_sym_remote_forward_token1] = ACTIONS(1017), + [aux_sym_request_tty_token1] = ACTIONS(1017), + [aux_sym_required_rsa_size_token1] = ACTIONS(1017), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1017), + [aux_sym_security_key_provider_token1] = ACTIONS(1017), + [aux_sym_send_env_token1] = ACTIONS(1017), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1017), + [aux_sym_server_alive_interval_token1] = ACTIONS(1017), + [aux_sym_session_type_token1] = ACTIONS(1017), + [aux_sym_set_env_token1] = ACTIONS(1017), + [aux_sym_stdin_null_token1] = ACTIONS(1017), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1017), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1017), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1017), + [aux_sym_syslog_facility_token1] = ACTIONS(1017), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1017), + [aux_sym_keep_alive_token1] = ACTIONS(1017), + [aux_sym_tunnel_token1] = ACTIONS(1019), + [aux_sym_tunnel_device_token1] = ACTIONS(1017), + [aux_sym_update_host_keys_token1] = ACTIONS(1017), + [aux_sym_use_keychain_token1] = ACTIONS(1017), + [aux_sym_use_roaming_token1] = ACTIONS(1017), + [aux_sym_user_token1] = ACTIONS(1019), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1017), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1017), + [aux_sym_visual_host_key_token1] = ACTIONS(1017), + [aux_sym_xauth_location_token1] = ACTIONS(1017), }, [81] = { - [ts_builtin_sym_end] = ACTIONS(1018), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1020), - [anon_sym_DQUOTE] = ACTIONS(1022), - [aux_sym_match_token1] = ACTIONS(1018), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1018), - [aux_sym_address_family_token1] = ACTIONS(1018), - [aux_sym_batch_mode_token1] = ACTIONS(1018), - [aux_sym_bind_address_token1] = ACTIONS(1018), - [aux_sym_bind_interface_token1] = ACTIONS(1018), - [aux_sym_canonical_domains_token1] = ACTIONS(1018), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1018), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1018), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1018), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1018), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1018), - [aux_sym_certificate_file_token1] = ACTIONS(1018), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1018), - [aux_sym_check_host_ip_token1] = ACTIONS(1018), - [aux_sym_ciphers_token1] = ACTIONS(1018), - [aux_sym_cipher_token1] = ACTIONS(1020), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1018), - [aux_sym_compression_token1] = ACTIONS(1018), - [aux_sym_connection_attempts_token1] = ACTIONS(1018), - [aux_sym_connect_timeout_token1] = ACTIONS(1018), - [aux_sym_control_master_token1] = ACTIONS(1018), - [aux_sym_control_path_token1] = ACTIONS(1018), - [aux_sym_control_persist_token1] = ACTIONS(1018), - [aux_sym_dynamic_forward_token1] = ACTIONS(1018), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1018), - [aux_sym_escape_char_token1] = ACTIONS(1018), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1018), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1018), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1018), - [aux_sym_forward_agent_token1] = ACTIONS(1018), - [aux_sym_forward_x11_token1] = ACTIONS(1020), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1018), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1018), - [aux_sym_gateway_ports_token1] = ACTIONS(1018), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1018), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1018), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1018), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1018), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1018), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1018), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1018), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1018), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1018), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1018), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1018), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1018), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1018), - [aux_sym_host_key_alias_token1] = ACTIONS(1018), - [aux_sym_hostname_token1] = ACTIONS(1018), - [aux_sym_identities_only_token1] = ACTIONS(1018), - [aux_sym_identity_agent_token1] = ACTIONS(1018), - [aux_sym_identity_file_token1] = ACTIONS(1018), - [aux_sym_ignore_unknown_token1] = ACTIONS(1018), - [aux_sym_include_token1] = ACTIONS(1018), - [aux_sym_ip_qos_token1] = ACTIONS(1018), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1018), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1018), - [aux_sym_kex_algorithms_token1] = ACTIONS(1018), - [aux_sym_known_hosts_command_token1] = ACTIONS(1018), - [aux_sym_local_command_token1] = ACTIONS(1018), - [aux_sym_local_forward_token1] = ACTIONS(1018), - [aux_sym_log_level_token1] = ACTIONS(1018), - [aux_sym_log_verbose_token1] = ACTIONS(1018), - [aux_sym_macs_token1] = ACTIONS(1018), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1018), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1018), - [aux_sym_password_authentication_token1] = ACTIONS(1018), - [aux_sym_permit_local_command_token1] = ACTIONS(1018), - [aux_sym_permit_remote_open_token1] = ACTIONS(1018), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1018), - [aux_sym_port_token1] = ACTIONS(1018), - [aux_sym_preferred_authentications_token1] = ACTIONS(1018), - [aux_sym_protocol_token1] = ACTIONS(1018), - [aux_sym_proxy_command_token1] = ACTIONS(1018), - [aux_sym_proxy_jump_token1] = ACTIONS(1018), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1018), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1018), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1018), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1018), - [aux_sym_rekey_limit_token1] = ACTIONS(1018), - [aux_sym_remote_command_token1] = ACTIONS(1018), - [aux_sym_remote_forward_token1] = ACTIONS(1018), - [aux_sym_request_tty_token1] = ACTIONS(1018), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1018), - [aux_sym_security_key_provider_token1] = ACTIONS(1018), - [aux_sym_send_env_token1] = ACTIONS(1018), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1018), - [aux_sym_server_alive_interval_token1] = ACTIONS(1018), - [aux_sym_session_type_token1] = ACTIONS(1018), - [aux_sym_set_env_token1] = ACTIONS(1018), - [aux_sym_stdin_null_token1] = ACTIONS(1018), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1018), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1018), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1018), - [aux_sym_syslog_facility_token1] = ACTIONS(1018), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1018), - [aux_sym_keep_alive_token1] = ACTIONS(1018), - [aux_sym_tunnel_token1] = ACTIONS(1020), - [aux_sym_tunnel_device_token1] = ACTIONS(1018), - [aux_sym_update_host_keys_token1] = ACTIONS(1018), - [aux_sym_use_keychain_token1] = ACTIONS(1018), - [aux_sym_use_roaming_token1] = ACTIONS(1018), - [aux_sym_user_token1] = ACTIONS(1020), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1018), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1018), - [aux_sym_visual_host_key_token1] = ACTIONS(1018), - [aux_sym_xauth_location_token1] = ACTIONS(1018), + [ts_builtin_sym_end] = ACTIONS(1023), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1025), + [anon_sym_DQUOTE] = ACTIONS(1027), + [aux_sym_match_token1] = ACTIONS(1023), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1023), + [aux_sym_address_family_token1] = ACTIONS(1023), + [aux_sym_batch_mode_token1] = ACTIONS(1023), + [aux_sym_bind_address_token1] = ACTIONS(1023), + [aux_sym_bind_interface_token1] = ACTIONS(1023), + [aux_sym_canonical_domains_token1] = ACTIONS(1023), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1023), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1023), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1023), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1023), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1023), + [aux_sym_certificate_file_token1] = ACTIONS(1023), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1023), + [aux_sym_check_host_ip_token1] = ACTIONS(1023), + [aux_sym_ciphers_token1] = ACTIONS(1023), + [aux_sym_cipher_token1] = ACTIONS(1025), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1023), + [aux_sym_compression_token1] = ACTIONS(1023), + [aux_sym_connection_attempts_token1] = ACTIONS(1023), + [aux_sym_connect_timeout_token1] = ACTIONS(1023), + [aux_sym_control_master_token1] = ACTIONS(1023), + [aux_sym_control_path_token1] = ACTIONS(1023), + [aux_sym_control_persist_token1] = ACTIONS(1023), + [aux_sym_dynamic_forward_token1] = ACTIONS(1023), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1023), + [aux_sym_escape_char_token1] = ACTIONS(1023), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1023), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1023), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1023), + [aux_sym_forward_agent_token1] = ACTIONS(1023), + [aux_sym_forward_x11_token1] = ACTIONS(1025), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1023), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1023), + [aux_sym_gateway_ports_token1] = ACTIONS(1023), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1023), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1023), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1023), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1023), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1023), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1023), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1023), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1023), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1023), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1023), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1023), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1023), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1023), + [aux_sym_host_key_alias_token1] = ACTIONS(1023), + [aux_sym_hostname_token1] = ACTIONS(1023), + [aux_sym_identities_only_token1] = ACTIONS(1023), + [aux_sym_identity_agent_token1] = ACTIONS(1023), + [aux_sym_identity_file_token1] = ACTIONS(1023), + [aux_sym_ignore_unknown_token1] = ACTIONS(1023), + [aux_sym_include_token1] = ACTIONS(1023), + [aux_sym_ip_qos_token1] = ACTIONS(1023), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1023), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1023), + [aux_sym_kex_algorithms_token1] = ACTIONS(1023), + [aux_sym_known_hosts_command_token1] = ACTIONS(1023), + [aux_sym_local_command_token1] = ACTIONS(1023), + [aux_sym_local_forward_token1] = ACTIONS(1023), + [aux_sym_log_level_token1] = ACTIONS(1023), + [aux_sym_log_verbose_token1] = ACTIONS(1023), + [aux_sym_macs_token1] = ACTIONS(1023), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1023), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1023), + [aux_sym_password_authentication_token1] = ACTIONS(1023), + [aux_sym_permit_local_command_token1] = ACTIONS(1023), + [aux_sym_permit_remote_open_token1] = ACTIONS(1023), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1023), + [aux_sym_port_token1] = ACTIONS(1023), + [aux_sym_preferred_authentications_token1] = ACTIONS(1023), + [aux_sym_protocol_token1] = ACTIONS(1023), + [aux_sym_proxy_command_token1] = ACTIONS(1023), + [aux_sym_proxy_jump_token1] = ACTIONS(1023), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1023), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1023), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1023), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1023), + [aux_sym_rekey_limit_token1] = ACTIONS(1023), + [aux_sym_remote_command_token1] = ACTIONS(1023), + [aux_sym_remote_forward_token1] = ACTIONS(1023), + [aux_sym_request_tty_token1] = ACTIONS(1023), + [aux_sym_required_rsa_size_token1] = ACTIONS(1023), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1023), + [aux_sym_security_key_provider_token1] = ACTIONS(1023), + [aux_sym_send_env_token1] = ACTIONS(1023), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1023), + [aux_sym_server_alive_interval_token1] = ACTIONS(1023), + [aux_sym_session_type_token1] = ACTIONS(1023), + [aux_sym_set_env_token1] = ACTIONS(1023), + [aux_sym_stdin_null_token1] = ACTIONS(1023), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1023), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1023), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1023), + [aux_sym_syslog_facility_token1] = ACTIONS(1023), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1023), + [aux_sym_keep_alive_token1] = ACTIONS(1023), + [aux_sym_tunnel_token1] = ACTIONS(1025), + [aux_sym_tunnel_device_token1] = ACTIONS(1023), + [aux_sym_update_host_keys_token1] = ACTIONS(1023), + [aux_sym_use_keychain_token1] = ACTIONS(1023), + [aux_sym_use_roaming_token1] = ACTIONS(1023), + [aux_sym_user_token1] = ACTIONS(1025), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1023), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1023), + [aux_sym_visual_host_key_token1] = ACTIONS(1023), + [aux_sym_xauth_location_token1] = ACTIONS(1023), }, [82] = { - [ts_builtin_sym_end] = ACTIONS(1024), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1026), - [anon_sym_DQUOTE] = ACTIONS(1028), - [aux_sym_match_token1] = ACTIONS(1024), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1024), - [aux_sym_address_family_token1] = ACTIONS(1024), - [aux_sym_batch_mode_token1] = ACTIONS(1024), - [aux_sym_bind_address_token1] = ACTIONS(1024), - [aux_sym_bind_interface_token1] = ACTIONS(1024), - [aux_sym_canonical_domains_token1] = ACTIONS(1024), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1024), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1024), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1024), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1024), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1024), - [aux_sym_certificate_file_token1] = ACTIONS(1024), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1024), - [aux_sym_check_host_ip_token1] = ACTIONS(1024), - [aux_sym_ciphers_token1] = ACTIONS(1024), - [aux_sym_cipher_token1] = ACTIONS(1026), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1024), - [aux_sym_compression_token1] = ACTIONS(1024), - [aux_sym_connection_attempts_token1] = ACTIONS(1024), - [aux_sym_connect_timeout_token1] = ACTIONS(1024), - [aux_sym_control_master_token1] = ACTIONS(1024), - [aux_sym_control_path_token1] = ACTIONS(1024), - [aux_sym_control_persist_token1] = ACTIONS(1024), - [aux_sym_dynamic_forward_token1] = ACTIONS(1024), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1024), - [aux_sym_escape_char_token1] = ACTIONS(1024), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1024), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1024), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1024), - [aux_sym_forward_agent_token1] = ACTIONS(1024), - [aux_sym_forward_x11_token1] = ACTIONS(1026), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1024), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1024), - [aux_sym_gateway_ports_token1] = ACTIONS(1024), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1024), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1024), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1024), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1024), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1024), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1024), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1024), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1024), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1024), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1024), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1024), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1024), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1024), - [aux_sym_host_key_alias_token1] = ACTIONS(1024), - [aux_sym_hostname_token1] = ACTIONS(1024), - [aux_sym_identities_only_token1] = ACTIONS(1024), - [aux_sym_identity_agent_token1] = ACTIONS(1024), - [aux_sym_identity_file_token1] = ACTIONS(1024), - [aux_sym_ignore_unknown_token1] = ACTIONS(1024), - [aux_sym_include_token1] = ACTIONS(1024), - [aux_sym_ip_qos_token1] = ACTIONS(1024), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1024), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1024), - [aux_sym_kex_algorithms_token1] = ACTIONS(1024), - [aux_sym_known_hosts_command_token1] = ACTIONS(1024), - [aux_sym_local_command_token1] = ACTIONS(1024), - [aux_sym_local_forward_token1] = ACTIONS(1024), - [aux_sym_log_level_token1] = ACTIONS(1024), - [aux_sym_log_verbose_token1] = ACTIONS(1024), - [aux_sym_macs_token1] = ACTIONS(1024), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1024), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1024), - [aux_sym_password_authentication_token1] = ACTIONS(1024), - [aux_sym_permit_local_command_token1] = ACTIONS(1024), - [aux_sym_permit_remote_open_token1] = ACTIONS(1024), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1024), - [aux_sym_port_token1] = ACTIONS(1024), - [aux_sym_preferred_authentications_token1] = ACTIONS(1024), - [aux_sym_protocol_token1] = ACTIONS(1024), - [aux_sym_proxy_command_token1] = ACTIONS(1024), - [aux_sym_proxy_jump_token1] = ACTIONS(1024), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1024), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1024), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1024), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1024), - [aux_sym_rekey_limit_token1] = ACTIONS(1024), - [aux_sym_remote_command_token1] = ACTIONS(1024), - [aux_sym_remote_forward_token1] = ACTIONS(1024), - [aux_sym_request_tty_token1] = ACTIONS(1024), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1024), - [aux_sym_security_key_provider_token1] = ACTIONS(1024), - [aux_sym_send_env_token1] = ACTIONS(1024), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1024), - [aux_sym_server_alive_interval_token1] = ACTIONS(1024), - [aux_sym_session_type_token1] = ACTIONS(1024), - [aux_sym_set_env_token1] = ACTIONS(1024), - [aux_sym_stdin_null_token1] = ACTIONS(1024), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1024), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1024), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1024), - [aux_sym_syslog_facility_token1] = ACTIONS(1024), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1024), - [aux_sym_keep_alive_token1] = ACTIONS(1024), - [aux_sym_tunnel_token1] = ACTIONS(1026), - [aux_sym_tunnel_device_token1] = ACTIONS(1024), - [aux_sym_update_host_keys_token1] = ACTIONS(1024), - [aux_sym_use_keychain_token1] = ACTIONS(1024), - [aux_sym_use_roaming_token1] = ACTIONS(1024), - [aux_sym_user_token1] = ACTIONS(1026), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1024), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1024), - [aux_sym_visual_host_key_token1] = ACTIONS(1024), - [aux_sym_xauth_location_token1] = ACTIONS(1024), + [ts_builtin_sym_end] = ACTIONS(1029), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1031), + [anon_sym_DQUOTE] = ACTIONS(1033), + [aux_sym_match_token1] = ACTIONS(1029), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1029), + [aux_sym_address_family_token1] = ACTIONS(1029), + [aux_sym_batch_mode_token1] = ACTIONS(1029), + [aux_sym_bind_address_token1] = ACTIONS(1029), + [aux_sym_bind_interface_token1] = ACTIONS(1029), + [aux_sym_canonical_domains_token1] = ACTIONS(1029), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1029), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1029), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1029), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1029), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1029), + [aux_sym_certificate_file_token1] = ACTIONS(1029), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1029), + [aux_sym_check_host_ip_token1] = ACTIONS(1029), + [aux_sym_ciphers_token1] = ACTIONS(1029), + [aux_sym_cipher_token1] = ACTIONS(1031), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1029), + [aux_sym_compression_token1] = ACTIONS(1029), + [aux_sym_connection_attempts_token1] = ACTIONS(1029), + [aux_sym_connect_timeout_token1] = ACTIONS(1029), + [aux_sym_control_master_token1] = ACTIONS(1029), + [aux_sym_control_path_token1] = ACTIONS(1029), + [aux_sym_control_persist_token1] = ACTIONS(1029), + [aux_sym_dynamic_forward_token1] = ACTIONS(1029), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1029), + [aux_sym_escape_char_token1] = ACTIONS(1029), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1029), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1029), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1029), + [aux_sym_forward_agent_token1] = ACTIONS(1029), + [aux_sym_forward_x11_token1] = ACTIONS(1031), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1029), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1029), + [aux_sym_gateway_ports_token1] = ACTIONS(1029), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1029), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1029), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1029), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1029), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1029), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1029), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1029), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1029), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1029), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1029), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1029), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1029), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1029), + [aux_sym_host_key_alias_token1] = ACTIONS(1029), + [aux_sym_hostname_token1] = ACTIONS(1029), + [aux_sym_identities_only_token1] = ACTIONS(1029), + [aux_sym_identity_agent_token1] = ACTIONS(1029), + [aux_sym_identity_file_token1] = ACTIONS(1029), + [aux_sym_ignore_unknown_token1] = ACTIONS(1029), + [aux_sym_include_token1] = ACTIONS(1029), + [aux_sym_ip_qos_token1] = ACTIONS(1029), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1029), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1029), + [aux_sym_kex_algorithms_token1] = ACTIONS(1029), + [aux_sym_known_hosts_command_token1] = ACTIONS(1029), + [aux_sym_local_command_token1] = ACTIONS(1029), + [aux_sym_local_forward_token1] = ACTIONS(1029), + [aux_sym_log_level_token1] = ACTIONS(1029), + [aux_sym_log_verbose_token1] = ACTIONS(1029), + [aux_sym_macs_token1] = ACTIONS(1029), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1029), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1029), + [aux_sym_password_authentication_token1] = ACTIONS(1029), + [aux_sym_permit_local_command_token1] = ACTIONS(1029), + [aux_sym_permit_remote_open_token1] = ACTIONS(1029), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1029), + [aux_sym_port_token1] = ACTIONS(1029), + [aux_sym_preferred_authentications_token1] = ACTIONS(1029), + [aux_sym_protocol_token1] = ACTIONS(1029), + [aux_sym_proxy_command_token1] = ACTIONS(1029), + [aux_sym_proxy_jump_token1] = ACTIONS(1029), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1029), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1029), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1029), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1029), + [aux_sym_rekey_limit_token1] = ACTIONS(1029), + [aux_sym_remote_command_token1] = ACTIONS(1029), + [aux_sym_remote_forward_token1] = ACTIONS(1029), + [aux_sym_request_tty_token1] = ACTIONS(1029), + [aux_sym_required_rsa_size_token1] = ACTIONS(1029), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1029), + [aux_sym_security_key_provider_token1] = ACTIONS(1029), + [aux_sym_send_env_token1] = ACTIONS(1029), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1029), + [aux_sym_server_alive_interval_token1] = ACTIONS(1029), + [aux_sym_session_type_token1] = ACTIONS(1029), + [aux_sym_set_env_token1] = ACTIONS(1029), + [aux_sym_stdin_null_token1] = ACTIONS(1029), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1029), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1029), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1029), + [aux_sym_syslog_facility_token1] = ACTIONS(1029), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1029), + [aux_sym_keep_alive_token1] = ACTIONS(1029), + [aux_sym_tunnel_token1] = ACTIONS(1031), + [aux_sym_tunnel_device_token1] = ACTIONS(1029), + [aux_sym_update_host_keys_token1] = ACTIONS(1029), + [aux_sym_use_keychain_token1] = ACTIONS(1029), + [aux_sym_use_roaming_token1] = ACTIONS(1029), + [aux_sym_user_token1] = ACTIONS(1031), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1029), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1029), + [aux_sym_visual_host_key_token1] = ACTIONS(1029), + [aux_sym_xauth_location_token1] = ACTIONS(1029), }, [83] = { - [ts_builtin_sym_end] = ACTIONS(1030), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1032), - [anon_sym_DQUOTE] = ACTIONS(1034), - [aux_sym_match_token1] = ACTIONS(1030), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1030), - [aux_sym_address_family_token1] = ACTIONS(1030), - [aux_sym_batch_mode_token1] = ACTIONS(1030), - [aux_sym_bind_address_token1] = ACTIONS(1030), - [aux_sym_bind_interface_token1] = ACTIONS(1030), - [aux_sym_canonical_domains_token1] = ACTIONS(1030), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1030), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1030), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1030), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1030), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1030), - [aux_sym_certificate_file_token1] = ACTIONS(1030), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1030), - [aux_sym_check_host_ip_token1] = ACTIONS(1030), - [aux_sym_ciphers_token1] = ACTIONS(1030), - [aux_sym_cipher_token1] = ACTIONS(1032), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1030), - [aux_sym_compression_token1] = ACTIONS(1030), - [aux_sym_connection_attempts_token1] = ACTIONS(1030), - [aux_sym_connect_timeout_token1] = ACTIONS(1030), - [aux_sym_control_master_token1] = ACTIONS(1030), - [aux_sym_control_path_token1] = ACTIONS(1030), - [aux_sym_control_persist_token1] = ACTIONS(1030), - [aux_sym_dynamic_forward_token1] = ACTIONS(1030), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1030), - [aux_sym_escape_char_token1] = ACTIONS(1030), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1030), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1030), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1030), - [aux_sym_forward_agent_token1] = ACTIONS(1030), - [aux_sym_forward_x11_token1] = ACTIONS(1032), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1030), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1030), - [aux_sym_gateway_ports_token1] = ACTIONS(1030), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1030), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1030), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1030), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1030), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1030), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1030), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1030), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1030), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1030), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1030), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1030), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1030), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1030), - [aux_sym_host_key_alias_token1] = ACTIONS(1030), - [aux_sym_hostname_token1] = ACTIONS(1030), - [aux_sym_identities_only_token1] = ACTIONS(1030), - [aux_sym_identity_agent_token1] = ACTIONS(1030), - [aux_sym_identity_file_token1] = ACTIONS(1030), - [aux_sym_ignore_unknown_token1] = ACTIONS(1030), - [aux_sym_include_token1] = ACTIONS(1030), - [aux_sym_ip_qos_token1] = ACTIONS(1030), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1030), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1030), - [aux_sym_kex_algorithms_token1] = ACTIONS(1030), - [aux_sym_known_hosts_command_token1] = ACTIONS(1030), - [aux_sym_local_command_token1] = ACTIONS(1030), - [aux_sym_local_forward_token1] = ACTIONS(1030), - [aux_sym_log_level_token1] = ACTIONS(1030), - [aux_sym_log_verbose_token1] = ACTIONS(1030), - [aux_sym_macs_token1] = ACTIONS(1030), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1030), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1030), - [aux_sym_password_authentication_token1] = ACTIONS(1030), - [aux_sym_permit_local_command_token1] = ACTIONS(1030), - [aux_sym_permit_remote_open_token1] = ACTIONS(1030), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1030), - [aux_sym_port_token1] = ACTIONS(1030), - [aux_sym_preferred_authentications_token1] = ACTIONS(1030), - [aux_sym_protocol_token1] = ACTIONS(1030), - [aux_sym_proxy_command_token1] = ACTIONS(1030), - [aux_sym_proxy_jump_token1] = ACTIONS(1030), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1030), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1030), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1030), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1030), - [aux_sym_rekey_limit_token1] = ACTIONS(1030), - [aux_sym_remote_command_token1] = ACTIONS(1030), - [aux_sym_remote_forward_token1] = ACTIONS(1030), - [aux_sym_request_tty_token1] = ACTIONS(1030), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1030), - [aux_sym_security_key_provider_token1] = ACTIONS(1030), - [aux_sym_send_env_token1] = ACTIONS(1030), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1030), - [aux_sym_server_alive_interval_token1] = ACTIONS(1030), - [aux_sym_session_type_token1] = ACTIONS(1030), - [aux_sym_set_env_token1] = ACTIONS(1030), - [aux_sym_stdin_null_token1] = ACTIONS(1030), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1030), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1030), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1030), - [aux_sym_syslog_facility_token1] = ACTIONS(1030), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1030), - [aux_sym_keep_alive_token1] = ACTIONS(1030), - [aux_sym_tunnel_token1] = ACTIONS(1032), - [aux_sym_tunnel_device_token1] = ACTIONS(1030), - [aux_sym_update_host_keys_token1] = ACTIONS(1030), - [aux_sym_use_keychain_token1] = ACTIONS(1030), - [aux_sym_use_roaming_token1] = ACTIONS(1030), - [aux_sym_user_token1] = ACTIONS(1032), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1030), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1030), - [aux_sym_visual_host_key_token1] = ACTIONS(1030), - [aux_sym_xauth_location_token1] = ACTIONS(1030), + [ts_builtin_sym_end] = ACTIONS(1035), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1037), + [anon_sym_DQUOTE] = ACTIONS(1039), + [aux_sym_match_token1] = ACTIONS(1035), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1035), + [aux_sym_address_family_token1] = ACTIONS(1035), + [aux_sym_batch_mode_token1] = ACTIONS(1035), + [aux_sym_bind_address_token1] = ACTIONS(1035), + [aux_sym_bind_interface_token1] = ACTIONS(1035), + [aux_sym_canonical_domains_token1] = ACTIONS(1035), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1035), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1035), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1035), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1035), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1035), + [aux_sym_certificate_file_token1] = ACTIONS(1035), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1035), + [aux_sym_check_host_ip_token1] = ACTIONS(1035), + [aux_sym_ciphers_token1] = ACTIONS(1035), + [aux_sym_cipher_token1] = ACTIONS(1037), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1035), + [aux_sym_compression_token1] = ACTIONS(1035), + [aux_sym_connection_attempts_token1] = ACTIONS(1035), + [aux_sym_connect_timeout_token1] = ACTIONS(1035), + [aux_sym_control_master_token1] = ACTIONS(1035), + [aux_sym_control_path_token1] = ACTIONS(1035), + [aux_sym_control_persist_token1] = ACTIONS(1035), + [aux_sym_dynamic_forward_token1] = ACTIONS(1035), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1035), + [aux_sym_escape_char_token1] = ACTIONS(1035), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1035), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1035), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1035), + [aux_sym_forward_agent_token1] = ACTIONS(1035), + [aux_sym_forward_x11_token1] = ACTIONS(1037), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1035), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1035), + [aux_sym_gateway_ports_token1] = ACTIONS(1035), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1035), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1035), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1035), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1035), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1035), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1035), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1035), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1035), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1035), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1035), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1035), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1035), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1035), + [aux_sym_host_key_alias_token1] = ACTIONS(1035), + [aux_sym_hostname_token1] = ACTIONS(1035), + [aux_sym_identities_only_token1] = ACTIONS(1035), + [aux_sym_identity_agent_token1] = ACTIONS(1035), + [aux_sym_identity_file_token1] = ACTIONS(1035), + [aux_sym_ignore_unknown_token1] = ACTIONS(1035), + [aux_sym_include_token1] = ACTIONS(1035), + [aux_sym_ip_qos_token1] = ACTIONS(1035), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1035), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1035), + [aux_sym_kex_algorithms_token1] = ACTIONS(1035), + [aux_sym_known_hosts_command_token1] = ACTIONS(1035), + [aux_sym_local_command_token1] = ACTIONS(1035), + [aux_sym_local_forward_token1] = ACTIONS(1035), + [aux_sym_log_level_token1] = ACTIONS(1035), + [aux_sym_log_verbose_token1] = ACTIONS(1035), + [aux_sym_macs_token1] = ACTIONS(1035), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1035), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1035), + [aux_sym_password_authentication_token1] = ACTIONS(1035), + [aux_sym_permit_local_command_token1] = ACTIONS(1035), + [aux_sym_permit_remote_open_token1] = ACTIONS(1035), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1035), + [aux_sym_port_token1] = ACTIONS(1035), + [aux_sym_preferred_authentications_token1] = ACTIONS(1035), + [aux_sym_protocol_token1] = ACTIONS(1035), + [aux_sym_proxy_command_token1] = ACTIONS(1035), + [aux_sym_proxy_jump_token1] = ACTIONS(1035), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1035), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1035), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1035), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1035), + [aux_sym_rekey_limit_token1] = ACTIONS(1035), + [aux_sym_remote_command_token1] = ACTIONS(1035), + [aux_sym_remote_forward_token1] = ACTIONS(1035), + [aux_sym_request_tty_token1] = ACTIONS(1035), + [aux_sym_required_rsa_size_token1] = ACTIONS(1035), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1035), + [aux_sym_security_key_provider_token1] = ACTIONS(1035), + [aux_sym_send_env_token1] = ACTIONS(1035), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1035), + [aux_sym_server_alive_interval_token1] = ACTIONS(1035), + [aux_sym_session_type_token1] = ACTIONS(1035), + [aux_sym_set_env_token1] = ACTIONS(1035), + [aux_sym_stdin_null_token1] = ACTIONS(1035), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1035), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1035), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1035), + [aux_sym_syslog_facility_token1] = ACTIONS(1035), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1035), + [aux_sym_keep_alive_token1] = ACTIONS(1035), + [aux_sym_tunnel_token1] = ACTIONS(1037), + [aux_sym_tunnel_device_token1] = ACTIONS(1035), + [aux_sym_update_host_keys_token1] = ACTIONS(1035), + [aux_sym_use_keychain_token1] = ACTIONS(1035), + [aux_sym_use_roaming_token1] = ACTIONS(1035), + [aux_sym_user_token1] = ACTIONS(1037), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1035), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1035), + [aux_sym_visual_host_key_token1] = ACTIONS(1035), + [aux_sym_xauth_location_token1] = ACTIONS(1035), }, [84] = { - [ts_builtin_sym_end] = ACTIONS(1036), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1038), - [anon_sym_DQUOTE] = ACTIONS(1040), - [aux_sym_match_token1] = ACTIONS(1036), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1036), - [aux_sym_address_family_token1] = ACTIONS(1036), - [aux_sym_batch_mode_token1] = ACTIONS(1036), - [aux_sym_bind_address_token1] = ACTIONS(1036), - [aux_sym_bind_interface_token1] = ACTIONS(1036), - [aux_sym_canonical_domains_token1] = ACTIONS(1036), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1036), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1036), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1036), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1036), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1036), - [aux_sym_certificate_file_token1] = ACTIONS(1036), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1036), - [aux_sym_check_host_ip_token1] = ACTIONS(1036), - [aux_sym_ciphers_token1] = ACTIONS(1036), - [aux_sym_cipher_token1] = ACTIONS(1038), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1036), - [aux_sym_compression_token1] = ACTIONS(1036), - [aux_sym_connection_attempts_token1] = ACTIONS(1036), - [aux_sym_connect_timeout_token1] = ACTIONS(1036), - [aux_sym_control_master_token1] = ACTIONS(1036), - [aux_sym_control_path_token1] = ACTIONS(1036), - [aux_sym_control_persist_token1] = ACTIONS(1036), - [aux_sym_dynamic_forward_token1] = ACTIONS(1036), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1036), - [aux_sym_escape_char_token1] = ACTIONS(1036), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1036), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1036), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1036), - [aux_sym_forward_agent_token1] = ACTIONS(1036), - [aux_sym_forward_x11_token1] = ACTIONS(1038), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1036), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1036), - [aux_sym_gateway_ports_token1] = ACTIONS(1036), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1036), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1036), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1036), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1036), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1036), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1036), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1036), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1036), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1036), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1036), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1036), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1036), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1036), - [aux_sym_host_key_alias_token1] = ACTIONS(1036), - [aux_sym_hostname_token1] = ACTIONS(1036), - [aux_sym_identities_only_token1] = ACTIONS(1036), - [aux_sym_identity_agent_token1] = ACTIONS(1036), - [aux_sym_identity_file_token1] = ACTIONS(1036), - [aux_sym_ignore_unknown_token1] = ACTIONS(1036), - [aux_sym_include_token1] = ACTIONS(1036), - [aux_sym_ip_qos_token1] = ACTIONS(1036), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1036), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1036), - [aux_sym_kex_algorithms_token1] = ACTIONS(1036), - [aux_sym_known_hosts_command_token1] = ACTIONS(1036), - [aux_sym_local_command_token1] = ACTIONS(1036), - [aux_sym_local_forward_token1] = ACTIONS(1036), - [aux_sym_log_level_token1] = ACTIONS(1036), - [aux_sym_log_verbose_token1] = ACTIONS(1036), - [aux_sym_macs_token1] = ACTIONS(1036), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1036), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1036), - [aux_sym_password_authentication_token1] = ACTIONS(1036), - [aux_sym_permit_local_command_token1] = ACTIONS(1036), - [aux_sym_permit_remote_open_token1] = ACTIONS(1036), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1036), - [aux_sym_port_token1] = ACTIONS(1036), - [aux_sym_preferred_authentications_token1] = ACTIONS(1036), - [aux_sym_protocol_token1] = ACTIONS(1036), - [aux_sym_proxy_command_token1] = ACTIONS(1036), - [aux_sym_proxy_jump_token1] = ACTIONS(1036), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1036), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1036), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1036), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1036), - [aux_sym_rekey_limit_token1] = ACTIONS(1036), - [aux_sym_remote_command_token1] = ACTIONS(1036), - [aux_sym_remote_forward_token1] = ACTIONS(1036), - [aux_sym_request_tty_token1] = ACTIONS(1036), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1036), - [aux_sym_security_key_provider_token1] = ACTIONS(1036), - [aux_sym_send_env_token1] = ACTIONS(1036), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1036), - [aux_sym_server_alive_interval_token1] = ACTIONS(1036), - [aux_sym_session_type_token1] = ACTIONS(1036), - [aux_sym_set_env_token1] = ACTIONS(1036), - [aux_sym_stdin_null_token1] = ACTIONS(1036), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1036), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1036), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1036), - [aux_sym_syslog_facility_token1] = ACTIONS(1036), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1036), - [aux_sym_keep_alive_token1] = ACTIONS(1036), - [aux_sym_tunnel_token1] = ACTIONS(1038), - [aux_sym_tunnel_device_token1] = ACTIONS(1036), - [aux_sym_update_host_keys_token1] = ACTIONS(1036), - [aux_sym_use_keychain_token1] = ACTIONS(1036), - [aux_sym_use_roaming_token1] = ACTIONS(1036), - [aux_sym_user_token1] = ACTIONS(1038), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1036), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1036), - [aux_sym_visual_host_key_token1] = ACTIONS(1036), - [aux_sym_xauth_location_token1] = ACTIONS(1036), + [ts_builtin_sym_end] = ACTIONS(1041), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1043), + [anon_sym_DQUOTE] = ACTIONS(1045), + [aux_sym_match_token1] = ACTIONS(1041), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1041), + [aux_sym_address_family_token1] = ACTIONS(1041), + [aux_sym_batch_mode_token1] = ACTIONS(1041), + [aux_sym_bind_address_token1] = ACTIONS(1041), + [aux_sym_bind_interface_token1] = ACTIONS(1041), + [aux_sym_canonical_domains_token1] = ACTIONS(1041), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1041), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1041), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1041), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1041), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1041), + [aux_sym_certificate_file_token1] = ACTIONS(1041), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1041), + [aux_sym_check_host_ip_token1] = ACTIONS(1041), + [aux_sym_ciphers_token1] = ACTIONS(1041), + [aux_sym_cipher_token1] = ACTIONS(1043), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1041), + [aux_sym_compression_token1] = ACTIONS(1041), + [aux_sym_connection_attempts_token1] = ACTIONS(1041), + [aux_sym_connect_timeout_token1] = ACTIONS(1041), + [aux_sym_control_master_token1] = ACTIONS(1041), + [aux_sym_control_path_token1] = ACTIONS(1041), + [aux_sym_control_persist_token1] = ACTIONS(1041), + [aux_sym_dynamic_forward_token1] = ACTIONS(1041), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1041), + [aux_sym_escape_char_token1] = ACTIONS(1041), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1041), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1041), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1041), + [aux_sym_forward_agent_token1] = ACTIONS(1041), + [aux_sym_forward_x11_token1] = ACTIONS(1043), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1041), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1041), + [aux_sym_gateway_ports_token1] = ACTIONS(1041), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1041), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1041), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1041), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1041), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1041), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1041), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1041), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1041), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1041), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1041), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1041), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1041), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1041), + [aux_sym_host_key_alias_token1] = ACTIONS(1041), + [aux_sym_hostname_token1] = ACTIONS(1041), + [aux_sym_identities_only_token1] = ACTIONS(1041), + [aux_sym_identity_agent_token1] = ACTIONS(1041), + [aux_sym_identity_file_token1] = ACTIONS(1041), + [aux_sym_ignore_unknown_token1] = ACTIONS(1041), + [aux_sym_include_token1] = ACTIONS(1041), + [aux_sym_ip_qos_token1] = ACTIONS(1041), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1041), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1041), + [aux_sym_kex_algorithms_token1] = ACTIONS(1041), + [aux_sym_known_hosts_command_token1] = ACTIONS(1041), + [aux_sym_local_command_token1] = ACTIONS(1041), + [aux_sym_local_forward_token1] = ACTIONS(1041), + [aux_sym_log_level_token1] = ACTIONS(1041), + [aux_sym_log_verbose_token1] = ACTIONS(1041), + [aux_sym_macs_token1] = ACTIONS(1041), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1041), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1041), + [aux_sym_password_authentication_token1] = ACTIONS(1041), + [aux_sym_permit_local_command_token1] = ACTIONS(1041), + [aux_sym_permit_remote_open_token1] = ACTIONS(1041), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1041), + [aux_sym_port_token1] = ACTIONS(1041), + [aux_sym_preferred_authentications_token1] = ACTIONS(1041), + [aux_sym_protocol_token1] = ACTIONS(1041), + [aux_sym_proxy_command_token1] = ACTIONS(1041), + [aux_sym_proxy_jump_token1] = ACTIONS(1041), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1041), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1041), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1041), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1041), + [aux_sym_rekey_limit_token1] = ACTIONS(1041), + [aux_sym_remote_command_token1] = ACTIONS(1041), + [aux_sym_remote_forward_token1] = ACTIONS(1041), + [aux_sym_request_tty_token1] = ACTIONS(1041), + [aux_sym_required_rsa_size_token1] = ACTIONS(1041), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1041), + [aux_sym_security_key_provider_token1] = ACTIONS(1041), + [aux_sym_send_env_token1] = ACTIONS(1041), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1041), + [aux_sym_server_alive_interval_token1] = ACTIONS(1041), + [aux_sym_session_type_token1] = ACTIONS(1041), + [aux_sym_set_env_token1] = ACTIONS(1041), + [aux_sym_stdin_null_token1] = ACTIONS(1041), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1041), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1041), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1041), + [aux_sym_syslog_facility_token1] = ACTIONS(1041), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1041), + [aux_sym_keep_alive_token1] = ACTIONS(1041), + [aux_sym_tunnel_token1] = ACTIONS(1043), + [aux_sym_tunnel_device_token1] = ACTIONS(1041), + [aux_sym_update_host_keys_token1] = ACTIONS(1041), + [aux_sym_use_keychain_token1] = ACTIONS(1041), + [aux_sym_use_roaming_token1] = ACTIONS(1041), + [aux_sym_user_token1] = ACTIONS(1043), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1041), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1041), + [aux_sym_visual_host_key_token1] = ACTIONS(1041), + [aux_sym_xauth_location_token1] = ACTIONS(1041), }, [85] = { - [ts_builtin_sym_end] = ACTIONS(1042), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1044), - [anon_sym_DQUOTE] = ACTIONS(1046), - [aux_sym_match_token1] = ACTIONS(1042), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1042), - [aux_sym_address_family_token1] = ACTIONS(1042), - [aux_sym_batch_mode_token1] = ACTIONS(1042), - [aux_sym_bind_address_token1] = ACTIONS(1042), - [aux_sym_bind_interface_token1] = ACTIONS(1042), - [aux_sym_canonical_domains_token1] = ACTIONS(1042), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1042), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1042), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1042), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1042), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1042), - [aux_sym_certificate_file_token1] = ACTIONS(1042), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1042), - [aux_sym_check_host_ip_token1] = ACTIONS(1042), - [aux_sym_ciphers_token1] = ACTIONS(1042), - [aux_sym_cipher_token1] = ACTIONS(1044), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1042), - [aux_sym_compression_token1] = ACTIONS(1042), - [aux_sym_connection_attempts_token1] = ACTIONS(1042), - [aux_sym_connect_timeout_token1] = ACTIONS(1042), - [aux_sym_control_master_token1] = ACTIONS(1042), - [aux_sym_control_path_token1] = ACTIONS(1042), - [aux_sym_control_persist_token1] = ACTIONS(1042), - [aux_sym_dynamic_forward_token1] = ACTIONS(1042), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1042), - [aux_sym_escape_char_token1] = ACTIONS(1042), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1042), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1042), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1042), - [aux_sym_forward_agent_token1] = ACTIONS(1042), - [aux_sym_forward_x11_token1] = ACTIONS(1044), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1042), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1042), - [aux_sym_gateway_ports_token1] = ACTIONS(1042), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1042), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1042), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1042), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1042), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1042), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1042), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1042), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1042), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1042), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1042), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1042), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1042), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1042), - [aux_sym_host_key_alias_token1] = ACTIONS(1042), - [aux_sym_hostname_token1] = ACTIONS(1042), - [aux_sym_identities_only_token1] = ACTIONS(1042), - [aux_sym_identity_agent_token1] = ACTIONS(1042), - [aux_sym_identity_file_token1] = ACTIONS(1042), - [aux_sym_ignore_unknown_token1] = ACTIONS(1042), - [aux_sym_include_token1] = ACTIONS(1042), - [aux_sym_ip_qos_token1] = ACTIONS(1042), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1042), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1042), - [aux_sym_kex_algorithms_token1] = ACTIONS(1042), - [aux_sym_known_hosts_command_token1] = ACTIONS(1042), - [aux_sym_local_command_token1] = ACTIONS(1042), - [aux_sym_local_forward_token1] = ACTIONS(1042), - [aux_sym_log_level_token1] = ACTIONS(1042), - [aux_sym_log_verbose_token1] = ACTIONS(1042), - [aux_sym_macs_token1] = ACTIONS(1042), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1042), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1042), - [aux_sym_password_authentication_token1] = ACTIONS(1042), - [aux_sym_permit_local_command_token1] = ACTIONS(1042), - [aux_sym_permit_remote_open_token1] = ACTIONS(1042), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1042), - [aux_sym_port_token1] = ACTIONS(1042), - [aux_sym_preferred_authentications_token1] = ACTIONS(1042), - [aux_sym_protocol_token1] = ACTIONS(1042), - [aux_sym_proxy_command_token1] = ACTIONS(1042), - [aux_sym_proxy_jump_token1] = ACTIONS(1042), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1042), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1042), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1042), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1042), - [aux_sym_rekey_limit_token1] = ACTIONS(1042), - [aux_sym_remote_command_token1] = ACTIONS(1042), - [aux_sym_remote_forward_token1] = ACTIONS(1042), - [aux_sym_request_tty_token1] = ACTIONS(1042), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1042), - [aux_sym_security_key_provider_token1] = ACTIONS(1042), - [aux_sym_send_env_token1] = ACTIONS(1042), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1042), - [aux_sym_server_alive_interval_token1] = ACTIONS(1042), - [aux_sym_session_type_token1] = ACTIONS(1042), - [aux_sym_set_env_token1] = ACTIONS(1042), - [aux_sym_stdin_null_token1] = ACTIONS(1042), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1042), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1042), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1042), - [aux_sym_syslog_facility_token1] = ACTIONS(1042), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1042), - [aux_sym_keep_alive_token1] = ACTIONS(1042), - [aux_sym_tunnel_token1] = ACTIONS(1044), - [aux_sym_tunnel_device_token1] = ACTIONS(1042), - [aux_sym_update_host_keys_token1] = ACTIONS(1042), - [aux_sym_use_keychain_token1] = ACTIONS(1042), - [aux_sym_use_roaming_token1] = ACTIONS(1042), - [aux_sym_user_token1] = ACTIONS(1044), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1042), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1042), - [aux_sym_visual_host_key_token1] = ACTIONS(1042), - [aux_sym_xauth_location_token1] = ACTIONS(1042), + [ts_builtin_sym_end] = ACTIONS(1047), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1049), + [anon_sym_DQUOTE] = ACTIONS(1051), + [aux_sym_match_token1] = ACTIONS(1047), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1047), + [aux_sym_address_family_token1] = ACTIONS(1047), + [aux_sym_batch_mode_token1] = ACTIONS(1047), + [aux_sym_bind_address_token1] = ACTIONS(1047), + [aux_sym_bind_interface_token1] = ACTIONS(1047), + [aux_sym_canonical_domains_token1] = ACTIONS(1047), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1047), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1047), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1047), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1047), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1047), + [aux_sym_certificate_file_token1] = ACTIONS(1047), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1047), + [aux_sym_check_host_ip_token1] = ACTIONS(1047), + [aux_sym_ciphers_token1] = ACTIONS(1047), + [aux_sym_cipher_token1] = ACTIONS(1049), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1047), + [aux_sym_compression_token1] = ACTIONS(1047), + [aux_sym_connection_attempts_token1] = ACTIONS(1047), + [aux_sym_connect_timeout_token1] = ACTIONS(1047), + [aux_sym_control_master_token1] = ACTIONS(1047), + [aux_sym_control_path_token1] = ACTIONS(1047), + [aux_sym_control_persist_token1] = ACTIONS(1047), + [aux_sym_dynamic_forward_token1] = ACTIONS(1047), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1047), + [aux_sym_escape_char_token1] = ACTIONS(1047), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1047), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1047), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1047), + [aux_sym_forward_agent_token1] = ACTIONS(1047), + [aux_sym_forward_x11_token1] = ACTIONS(1049), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1047), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1047), + [aux_sym_gateway_ports_token1] = ACTIONS(1047), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1047), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1047), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1047), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1047), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1047), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1047), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1047), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1047), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1047), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1047), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1047), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1047), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1047), + [aux_sym_host_key_alias_token1] = ACTIONS(1047), + [aux_sym_hostname_token1] = ACTIONS(1047), + [aux_sym_identities_only_token1] = ACTIONS(1047), + [aux_sym_identity_agent_token1] = ACTIONS(1047), + [aux_sym_identity_file_token1] = ACTIONS(1047), + [aux_sym_ignore_unknown_token1] = ACTIONS(1047), + [aux_sym_include_token1] = ACTIONS(1047), + [aux_sym_ip_qos_token1] = ACTIONS(1047), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1047), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1047), + [aux_sym_kex_algorithms_token1] = ACTIONS(1047), + [aux_sym_known_hosts_command_token1] = ACTIONS(1047), + [aux_sym_local_command_token1] = ACTIONS(1047), + [aux_sym_local_forward_token1] = ACTIONS(1047), + [aux_sym_log_level_token1] = ACTIONS(1047), + [aux_sym_log_verbose_token1] = ACTIONS(1047), + [aux_sym_macs_token1] = ACTIONS(1047), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1047), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1047), + [aux_sym_password_authentication_token1] = ACTIONS(1047), + [aux_sym_permit_local_command_token1] = ACTIONS(1047), + [aux_sym_permit_remote_open_token1] = ACTIONS(1047), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1047), + [aux_sym_port_token1] = ACTIONS(1047), + [aux_sym_preferred_authentications_token1] = ACTIONS(1047), + [aux_sym_protocol_token1] = ACTIONS(1047), + [aux_sym_proxy_command_token1] = ACTIONS(1047), + [aux_sym_proxy_jump_token1] = ACTIONS(1047), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1047), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1047), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1047), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1047), + [aux_sym_rekey_limit_token1] = ACTIONS(1047), + [aux_sym_remote_command_token1] = ACTIONS(1047), + [aux_sym_remote_forward_token1] = ACTIONS(1047), + [aux_sym_request_tty_token1] = ACTIONS(1047), + [aux_sym_required_rsa_size_token1] = ACTIONS(1047), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1047), + [aux_sym_security_key_provider_token1] = ACTIONS(1047), + [aux_sym_send_env_token1] = ACTIONS(1047), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1047), + [aux_sym_server_alive_interval_token1] = ACTIONS(1047), + [aux_sym_session_type_token1] = ACTIONS(1047), + [aux_sym_set_env_token1] = ACTIONS(1047), + [aux_sym_stdin_null_token1] = ACTIONS(1047), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1047), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1047), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1047), + [aux_sym_syslog_facility_token1] = ACTIONS(1047), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1047), + [aux_sym_keep_alive_token1] = ACTIONS(1047), + [aux_sym_tunnel_token1] = ACTIONS(1049), + [aux_sym_tunnel_device_token1] = ACTIONS(1047), + [aux_sym_update_host_keys_token1] = ACTIONS(1047), + [aux_sym_use_keychain_token1] = ACTIONS(1047), + [aux_sym_use_roaming_token1] = ACTIONS(1047), + [aux_sym_user_token1] = ACTIONS(1049), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1047), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1047), + [aux_sym_visual_host_key_token1] = ACTIONS(1047), + [aux_sym_xauth_location_token1] = ACTIONS(1047), }, [86] = { - [ts_builtin_sym_end] = ACTIONS(1048), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1050), - [anon_sym_DQUOTE] = ACTIONS(1052), - [aux_sym_match_token1] = ACTIONS(1048), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1048), - [aux_sym_address_family_token1] = ACTIONS(1048), - [aux_sym_batch_mode_token1] = ACTIONS(1048), - [aux_sym_bind_address_token1] = ACTIONS(1048), - [aux_sym_bind_interface_token1] = ACTIONS(1048), - [aux_sym_canonical_domains_token1] = ACTIONS(1048), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1048), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1048), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1048), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1048), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1048), - [aux_sym_certificate_file_token1] = ACTIONS(1048), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1048), - [aux_sym_check_host_ip_token1] = ACTIONS(1048), - [aux_sym_ciphers_token1] = ACTIONS(1048), - [aux_sym_cipher_token1] = ACTIONS(1050), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1048), - [aux_sym_compression_token1] = ACTIONS(1048), - [aux_sym_connection_attempts_token1] = ACTIONS(1048), - [aux_sym_connect_timeout_token1] = ACTIONS(1048), - [aux_sym_control_master_token1] = ACTIONS(1048), - [aux_sym_control_path_token1] = ACTIONS(1048), - [aux_sym_control_persist_token1] = ACTIONS(1048), - [aux_sym_dynamic_forward_token1] = ACTIONS(1048), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1048), - [aux_sym_escape_char_token1] = ACTIONS(1048), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1048), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1048), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1048), - [aux_sym_forward_agent_token1] = ACTIONS(1048), - [aux_sym_forward_x11_token1] = ACTIONS(1050), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1048), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1048), - [aux_sym_gateway_ports_token1] = ACTIONS(1048), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1048), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1048), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1048), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1048), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1048), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1048), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1048), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1048), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1048), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1048), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1048), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1048), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1048), - [aux_sym_host_key_alias_token1] = ACTIONS(1048), - [aux_sym_hostname_token1] = ACTIONS(1048), - [aux_sym_identities_only_token1] = ACTIONS(1048), - [aux_sym_identity_agent_token1] = ACTIONS(1048), - [aux_sym_identity_file_token1] = ACTIONS(1048), - [aux_sym_ignore_unknown_token1] = ACTIONS(1048), - [aux_sym_include_token1] = ACTIONS(1048), - [aux_sym_ip_qos_token1] = ACTIONS(1048), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1048), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1048), - [aux_sym_kex_algorithms_token1] = ACTIONS(1048), - [aux_sym_known_hosts_command_token1] = ACTIONS(1048), - [aux_sym_local_command_token1] = ACTIONS(1048), - [aux_sym_local_forward_token1] = ACTIONS(1048), - [aux_sym_log_level_token1] = ACTIONS(1048), - [aux_sym_log_verbose_token1] = ACTIONS(1048), - [aux_sym_macs_token1] = ACTIONS(1048), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1048), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1048), - [aux_sym_password_authentication_token1] = ACTIONS(1048), - [aux_sym_permit_local_command_token1] = ACTIONS(1048), - [aux_sym_permit_remote_open_token1] = ACTIONS(1048), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1048), - [aux_sym_port_token1] = ACTIONS(1048), - [aux_sym_preferred_authentications_token1] = ACTIONS(1048), - [aux_sym_protocol_token1] = ACTIONS(1048), - [aux_sym_proxy_command_token1] = ACTIONS(1048), - [aux_sym_proxy_jump_token1] = ACTIONS(1048), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1048), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1048), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1048), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1048), - [aux_sym_rekey_limit_token1] = ACTIONS(1048), - [aux_sym_remote_command_token1] = ACTIONS(1048), - [aux_sym_remote_forward_token1] = ACTIONS(1048), - [aux_sym_request_tty_token1] = ACTIONS(1048), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1048), - [aux_sym_security_key_provider_token1] = ACTIONS(1048), - [aux_sym_send_env_token1] = ACTIONS(1048), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1048), - [aux_sym_server_alive_interval_token1] = ACTIONS(1048), - [aux_sym_session_type_token1] = ACTIONS(1048), - [aux_sym_set_env_token1] = ACTIONS(1048), - [aux_sym_stdin_null_token1] = ACTIONS(1048), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1048), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1048), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1048), - [aux_sym_syslog_facility_token1] = ACTIONS(1048), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1048), - [aux_sym_keep_alive_token1] = ACTIONS(1048), - [aux_sym_tunnel_token1] = ACTIONS(1050), - [aux_sym_tunnel_device_token1] = ACTIONS(1048), - [aux_sym_update_host_keys_token1] = ACTIONS(1048), - [aux_sym_use_keychain_token1] = ACTIONS(1048), - [aux_sym_use_roaming_token1] = ACTIONS(1048), - [aux_sym_user_token1] = ACTIONS(1050), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1048), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1048), - [aux_sym_visual_host_key_token1] = ACTIONS(1048), - [aux_sym_xauth_location_token1] = ACTIONS(1048), + [ts_builtin_sym_end] = ACTIONS(1053), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1055), + [anon_sym_DQUOTE] = ACTIONS(1057), + [aux_sym_match_token1] = ACTIONS(1053), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1053), + [aux_sym_address_family_token1] = ACTIONS(1053), + [aux_sym_batch_mode_token1] = ACTIONS(1053), + [aux_sym_bind_address_token1] = ACTIONS(1053), + [aux_sym_bind_interface_token1] = ACTIONS(1053), + [aux_sym_canonical_domains_token1] = ACTIONS(1053), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1053), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1053), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1053), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1053), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1053), + [aux_sym_certificate_file_token1] = ACTIONS(1053), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1053), + [aux_sym_check_host_ip_token1] = ACTIONS(1053), + [aux_sym_ciphers_token1] = ACTIONS(1053), + [aux_sym_cipher_token1] = ACTIONS(1055), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1053), + [aux_sym_compression_token1] = ACTIONS(1053), + [aux_sym_connection_attempts_token1] = ACTIONS(1053), + [aux_sym_connect_timeout_token1] = ACTIONS(1053), + [aux_sym_control_master_token1] = ACTIONS(1053), + [aux_sym_control_path_token1] = ACTIONS(1053), + [aux_sym_control_persist_token1] = ACTIONS(1053), + [aux_sym_dynamic_forward_token1] = ACTIONS(1053), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1053), + [aux_sym_escape_char_token1] = ACTIONS(1053), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1053), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1053), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1053), + [aux_sym_forward_agent_token1] = ACTIONS(1053), + [aux_sym_forward_x11_token1] = ACTIONS(1055), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1053), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1053), + [aux_sym_gateway_ports_token1] = ACTIONS(1053), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1053), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1053), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1053), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1053), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1053), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1053), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1053), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1053), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1053), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1053), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1053), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1053), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1053), + [aux_sym_host_key_alias_token1] = ACTIONS(1053), + [aux_sym_hostname_token1] = ACTIONS(1053), + [aux_sym_identities_only_token1] = ACTIONS(1053), + [aux_sym_identity_agent_token1] = ACTIONS(1053), + [aux_sym_identity_file_token1] = ACTIONS(1053), + [aux_sym_ignore_unknown_token1] = ACTIONS(1053), + [aux_sym_include_token1] = ACTIONS(1053), + [aux_sym_ip_qos_token1] = ACTIONS(1053), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1053), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1053), + [aux_sym_kex_algorithms_token1] = ACTIONS(1053), + [aux_sym_known_hosts_command_token1] = ACTIONS(1053), + [aux_sym_local_command_token1] = ACTIONS(1053), + [aux_sym_local_forward_token1] = ACTIONS(1053), + [aux_sym_log_level_token1] = ACTIONS(1053), + [aux_sym_log_verbose_token1] = ACTIONS(1053), + [aux_sym_macs_token1] = ACTIONS(1053), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1053), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1053), + [aux_sym_password_authentication_token1] = ACTIONS(1053), + [aux_sym_permit_local_command_token1] = ACTIONS(1053), + [aux_sym_permit_remote_open_token1] = ACTIONS(1053), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1053), + [aux_sym_port_token1] = ACTIONS(1053), + [aux_sym_preferred_authentications_token1] = ACTIONS(1053), + [aux_sym_protocol_token1] = ACTIONS(1053), + [aux_sym_proxy_command_token1] = ACTIONS(1053), + [aux_sym_proxy_jump_token1] = ACTIONS(1053), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1053), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1053), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1053), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1053), + [aux_sym_rekey_limit_token1] = ACTIONS(1053), + [aux_sym_remote_command_token1] = ACTIONS(1053), + [aux_sym_remote_forward_token1] = ACTIONS(1053), + [aux_sym_request_tty_token1] = ACTIONS(1053), + [aux_sym_required_rsa_size_token1] = ACTIONS(1053), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1053), + [aux_sym_security_key_provider_token1] = ACTIONS(1053), + [aux_sym_send_env_token1] = ACTIONS(1053), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1053), + [aux_sym_server_alive_interval_token1] = ACTIONS(1053), + [aux_sym_session_type_token1] = ACTIONS(1053), + [aux_sym_set_env_token1] = ACTIONS(1053), + [aux_sym_stdin_null_token1] = ACTIONS(1053), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1053), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1053), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1053), + [aux_sym_syslog_facility_token1] = ACTIONS(1053), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1053), + [aux_sym_keep_alive_token1] = ACTIONS(1053), + [aux_sym_tunnel_token1] = ACTIONS(1055), + [aux_sym_tunnel_device_token1] = ACTIONS(1053), + [aux_sym_update_host_keys_token1] = ACTIONS(1053), + [aux_sym_use_keychain_token1] = ACTIONS(1053), + [aux_sym_use_roaming_token1] = ACTIONS(1053), + [aux_sym_user_token1] = ACTIONS(1055), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1053), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1053), + [aux_sym_visual_host_key_token1] = ACTIONS(1053), + [aux_sym_xauth_location_token1] = ACTIONS(1053), }, [87] = { - [ts_builtin_sym_end] = ACTIONS(1054), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1056), - [anon_sym_DQUOTE] = ACTIONS(1058), - [aux_sym_match_token1] = ACTIONS(1054), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1054), - [aux_sym_address_family_token1] = ACTIONS(1054), - [aux_sym_batch_mode_token1] = ACTIONS(1054), - [aux_sym_bind_address_token1] = ACTIONS(1054), - [aux_sym_bind_interface_token1] = ACTIONS(1054), - [aux_sym_canonical_domains_token1] = ACTIONS(1054), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1054), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1054), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1054), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1054), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1054), - [aux_sym_certificate_file_token1] = ACTIONS(1054), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1054), - [aux_sym_check_host_ip_token1] = ACTIONS(1054), - [aux_sym_ciphers_token1] = ACTIONS(1054), - [aux_sym_cipher_token1] = ACTIONS(1056), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1054), - [aux_sym_compression_token1] = ACTIONS(1054), - [aux_sym_connection_attempts_token1] = ACTIONS(1054), - [aux_sym_connect_timeout_token1] = ACTIONS(1054), - [aux_sym_control_master_token1] = ACTIONS(1054), - [aux_sym_control_path_token1] = ACTIONS(1054), - [aux_sym_control_persist_token1] = ACTIONS(1054), - [aux_sym_dynamic_forward_token1] = ACTIONS(1054), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1054), - [aux_sym_escape_char_token1] = ACTIONS(1054), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1054), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1054), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1054), - [aux_sym_forward_agent_token1] = ACTIONS(1054), - [aux_sym_forward_x11_token1] = ACTIONS(1056), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1054), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1054), - [aux_sym_gateway_ports_token1] = ACTIONS(1054), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1054), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1054), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1054), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1054), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1054), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1054), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1054), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1054), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1054), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1054), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1054), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1054), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1054), - [aux_sym_host_key_alias_token1] = ACTIONS(1054), - [aux_sym_hostname_token1] = ACTIONS(1054), - [aux_sym_identities_only_token1] = ACTIONS(1054), - [aux_sym_identity_agent_token1] = ACTIONS(1054), - [aux_sym_identity_file_token1] = ACTIONS(1054), - [aux_sym_ignore_unknown_token1] = ACTIONS(1054), - [aux_sym_include_token1] = ACTIONS(1054), - [aux_sym_ip_qos_token1] = ACTIONS(1054), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1054), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1054), - [aux_sym_kex_algorithms_token1] = ACTIONS(1054), - [aux_sym_known_hosts_command_token1] = ACTIONS(1054), - [aux_sym_local_command_token1] = ACTIONS(1054), - [aux_sym_local_forward_token1] = ACTIONS(1054), - [aux_sym_log_level_token1] = ACTIONS(1054), - [aux_sym_log_verbose_token1] = ACTIONS(1054), - [aux_sym_macs_token1] = ACTIONS(1054), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1054), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1054), - [aux_sym_password_authentication_token1] = ACTIONS(1054), - [aux_sym_permit_local_command_token1] = ACTIONS(1054), - [aux_sym_permit_remote_open_token1] = ACTIONS(1054), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1054), - [aux_sym_port_token1] = ACTIONS(1054), - [aux_sym_preferred_authentications_token1] = ACTIONS(1054), - [aux_sym_protocol_token1] = ACTIONS(1054), - [aux_sym_proxy_command_token1] = ACTIONS(1054), - [aux_sym_proxy_jump_token1] = ACTIONS(1054), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1054), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1054), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1054), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1054), - [aux_sym_rekey_limit_token1] = ACTIONS(1054), - [aux_sym_remote_command_token1] = ACTIONS(1054), - [aux_sym_remote_forward_token1] = ACTIONS(1054), - [aux_sym_request_tty_token1] = ACTIONS(1054), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1054), - [aux_sym_security_key_provider_token1] = ACTIONS(1054), - [aux_sym_send_env_token1] = ACTIONS(1054), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1054), - [aux_sym_server_alive_interval_token1] = ACTIONS(1054), - [aux_sym_session_type_token1] = ACTIONS(1054), - [aux_sym_set_env_token1] = ACTIONS(1054), - [aux_sym_stdin_null_token1] = ACTIONS(1054), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1054), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1054), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1054), - [aux_sym_syslog_facility_token1] = ACTIONS(1054), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1054), - [aux_sym_keep_alive_token1] = ACTIONS(1054), - [aux_sym_tunnel_token1] = ACTIONS(1056), - [aux_sym_tunnel_device_token1] = ACTIONS(1054), - [aux_sym_update_host_keys_token1] = ACTIONS(1054), - [aux_sym_use_keychain_token1] = ACTIONS(1054), - [aux_sym_use_roaming_token1] = ACTIONS(1054), - [aux_sym_user_token1] = ACTIONS(1056), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1054), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1054), - [aux_sym_visual_host_key_token1] = ACTIONS(1054), - [aux_sym_xauth_location_token1] = ACTIONS(1054), + [ts_builtin_sym_end] = ACTIONS(1059), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1061), + [anon_sym_DQUOTE] = ACTIONS(1063), + [aux_sym_match_token1] = ACTIONS(1059), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1059), + [aux_sym_address_family_token1] = ACTIONS(1059), + [aux_sym_batch_mode_token1] = ACTIONS(1059), + [aux_sym_bind_address_token1] = ACTIONS(1059), + [aux_sym_bind_interface_token1] = ACTIONS(1059), + [aux_sym_canonical_domains_token1] = ACTIONS(1059), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1059), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1059), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1059), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1059), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1059), + [aux_sym_certificate_file_token1] = ACTIONS(1059), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1059), + [aux_sym_check_host_ip_token1] = ACTIONS(1059), + [aux_sym_ciphers_token1] = ACTIONS(1059), + [aux_sym_cipher_token1] = ACTIONS(1061), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1059), + [aux_sym_compression_token1] = ACTIONS(1059), + [aux_sym_connection_attempts_token1] = ACTIONS(1059), + [aux_sym_connect_timeout_token1] = ACTIONS(1059), + [aux_sym_control_master_token1] = ACTIONS(1059), + [aux_sym_control_path_token1] = ACTIONS(1059), + [aux_sym_control_persist_token1] = ACTIONS(1059), + [aux_sym_dynamic_forward_token1] = ACTIONS(1059), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1059), + [aux_sym_escape_char_token1] = ACTIONS(1059), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1059), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1059), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1059), + [aux_sym_forward_agent_token1] = ACTIONS(1059), + [aux_sym_forward_x11_token1] = ACTIONS(1061), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1059), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1059), + [aux_sym_gateway_ports_token1] = ACTIONS(1059), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1059), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1059), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1059), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1059), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1059), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1059), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1059), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1059), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1059), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1059), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1059), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1059), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1059), + [aux_sym_host_key_alias_token1] = ACTIONS(1059), + [aux_sym_hostname_token1] = ACTIONS(1059), + [aux_sym_identities_only_token1] = ACTIONS(1059), + [aux_sym_identity_agent_token1] = ACTIONS(1059), + [aux_sym_identity_file_token1] = ACTIONS(1059), + [aux_sym_ignore_unknown_token1] = ACTIONS(1059), + [aux_sym_include_token1] = ACTIONS(1059), + [aux_sym_ip_qos_token1] = ACTIONS(1059), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1059), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1059), + [aux_sym_kex_algorithms_token1] = ACTIONS(1059), + [aux_sym_known_hosts_command_token1] = ACTIONS(1059), + [aux_sym_local_command_token1] = ACTIONS(1059), + [aux_sym_local_forward_token1] = ACTIONS(1059), + [aux_sym_log_level_token1] = ACTIONS(1059), + [aux_sym_log_verbose_token1] = ACTIONS(1059), + [aux_sym_macs_token1] = ACTIONS(1059), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1059), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1059), + [aux_sym_password_authentication_token1] = ACTIONS(1059), + [aux_sym_permit_local_command_token1] = ACTIONS(1059), + [aux_sym_permit_remote_open_token1] = ACTIONS(1059), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1059), + [aux_sym_port_token1] = ACTIONS(1059), + [aux_sym_preferred_authentications_token1] = ACTIONS(1059), + [aux_sym_protocol_token1] = ACTIONS(1059), + [aux_sym_proxy_command_token1] = ACTIONS(1059), + [aux_sym_proxy_jump_token1] = ACTIONS(1059), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1059), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1059), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1059), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1059), + [aux_sym_rekey_limit_token1] = ACTIONS(1059), + [aux_sym_remote_command_token1] = ACTIONS(1059), + [aux_sym_remote_forward_token1] = ACTIONS(1059), + [aux_sym_request_tty_token1] = ACTIONS(1059), + [aux_sym_required_rsa_size_token1] = ACTIONS(1059), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1059), + [aux_sym_security_key_provider_token1] = ACTIONS(1059), + [aux_sym_send_env_token1] = ACTIONS(1059), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1059), + [aux_sym_server_alive_interval_token1] = ACTIONS(1059), + [aux_sym_session_type_token1] = ACTIONS(1059), + [aux_sym_set_env_token1] = ACTIONS(1059), + [aux_sym_stdin_null_token1] = ACTIONS(1059), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1059), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1059), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1059), + [aux_sym_syslog_facility_token1] = ACTIONS(1059), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1059), + [aux_sym_keep_alive_token1] = ACTIONS(1059), + [aux_sym_tunnel_token1] = ACTIONS(1061), + [aux_sym_tunnel_device_token1] = ACTIONS(1059), + [aux_sym_update_host_keys_token1] = ACTIONS(1059), + [aux_sym_use_keychain_token1] = ACTIONS(1059), + [aux_sym_use_roaming_token1] = ACTIONS(1059), + [aux_sym_user_token1] = ACTIONS(1061), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1059), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1059), + [aux_sym_visual_host_key_token1] = ACTIONS(1059), + [aux_sym_xauth_location_token1] = ACTIONS(1059), }, [88] = { - [ts_builtin_sym_end] = ACTIONS(1060), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1062), - [anon_sym_DQUOTE] = ACTIONS(1064), - [aux_sym_match_token1] = ACTIONS(1060), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1060), - [aux_sym_address_family_token1] = ACTIONS(1060), - [aux_sym_batch_mode_token1] = ACTIONS(1060), - [aux_sym_bind_address_token1] = ACTIONS(1060), - [aux_sym_bind_interface_token1] = ACTIONS(1060), - [aux_sym_canonical_domains_token1] = ACTIONS(1060), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1060), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1060), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1060), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1060), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1060), - [aux_sym_certificate_file_token1] = ACTIONS(1060), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1060), - [aux_sym_check_host_ip_token1] = ACTIONS(1060), - [aux_sym_ciphers_token1] = ACTIONS(1060), - [aux_sym_cipher_token1] = ACTIONS(1062), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1060), - [aux_sym_compression_token1] = ACTIONS(1060), - [aux_sym_connection_attempts_token1] = ACTIONS(1060), - [aux_sym_connect_timeout_token1] = ACTIONS(1060), - [aux_sym_control_master_token1] = ACTIONS(1060), - [aux_sym_control_path_token1] = ACTIONS(1060), - [aux_sym_control_persist_token1] = ACTIONS(1060), - [aux_sym_dynamic_forward_token1] = ACTIONS(1060), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1060), - [aux_sym_escape_char_token1] = ACTIONS(1060), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1060), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1060), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1060), - [aux_sym_forward_agent_token1] = ACTIONS(1060), - [aux_sym_forward_x11_token1] = ACTIONS(1062), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1060), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1060), - [aux_sym_gateway_ports_token1] = ACTIONS(1060), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1060), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1060), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1060), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1060), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1060), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1060), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1060), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1060), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1060), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1060), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1060), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1060), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1060), - [aux_sym_host_key_alias_token1] = ACTIONS(1060), - [aux_sym_hostname_token1] = ACTIONS(1060), - [aux_sym_identities_only_token1] = ACTIONS(1060), - [aux_sym_identity_agent_token1] = ACTIONS(1060), - [aux_sym_identity_file_token1] = ACTIONS(1060), - [aux_sym_ignore_unknown_token1] = ACTIONS(1060), - [aux_sym_include_token1] = ACTIONS(1060), - [aux_sym_ip_qos_token1] = ACTIONS(1060), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1060), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1060), - [aux_sym_kex_algorithms_token1] = ACTIONS(1060), - [aux_sym_known_hosts_command_token1] = ACTIONS(1060), - [aux_sym_local_command_token1] = ACTIONS(1060), - [aux_sym_local_forward_token1] = ACTIONS(1060), - [aux_sym_log_level_token1] = ACTIONS(1060), - [aux_sym_log_verbose_token1] = ACTIONS(1060), - [aux_sym_macs_token1] = ACTIONS(1060), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1060), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1060), - [aux_sym_password_authentication_token1] = ACTIONS(1060), - [aux_sym_permit_local_command_token1] = ACTIONS(1060), - [aux_sym_permit_remote_open_token1] = ACTIONS(1060), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1060), - [aux_sym_port_token1] = ACTIONS(1060), - [aux_sym_preferred_authentications_token1] = ACTIONS(1060), - [aux_sym_protocol_token1] = ACTIONS(1060), - [aux_sym_proxy_command_token1] = ACTIONS(1060), - [aux_sym_proxy_jump_token1] = ACTIONS(1060), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1060), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1060), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1060), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1060), - [aux_sym_rekey_limit_token1] = ACTIONS(1060), - [aux_sym_remote_command_token1] = ACTIONS(1060), - [aux_sym_remote_forward_token1] = ACTIONS(1060), - [aux_sym_request_tty_token1] = ACTIONS(1060), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1060), - [aux_sym_security_key_provider_token1] = ACTIONS(1060), - [aux_sym_send_env_token1] = ACTIONS(1060), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1060), - [aux_sym_server_alive_interval_token1] = ACTIONS(1060), - [aux_sym_session_type_token1] = ACTIONS(1060), - [aux_sym_set_env_token1] = ACTIONS(1060), - [aux_sym_stdin_null_token1] = ACTIONS(1060), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1060), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1060), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1060), - [aux_sym_syslog_facility_token1] = ACTIONS(1060), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1060), - [aux_sym_keep_alive_token1] = ACTIONS(1060), - [aux_sym_tunnel_token1] = ACTIONS(1062), - [aux_sym_tunnel_device_token1] = ACTIONS(1060), - [aux_sym_update_host_keys_token1] = ACTIONS(1060), - [aux_sym_use_keychain_token1] = ACTIONS(1060), - [aux_sym_use_roaming_token1] = ACTIONS(1060), - [aux_sym_user_token1] = ACTIONS(1062), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1060), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1060), - [aux_sym_visual_host_key_token1] = ACTIONS(1060), - [aux_sym_xauth_location_token1] = ACTIONS(1060), + [ts_builtin_sym_end] = ACTIONS(1065), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1067), + [anon_sym_DQUOTE] = ACTIONS(1069), + [aux_sym_match_token1] = ACTIONS(1065), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1065), + [aux_sym_address_family_token1] = ACTIONS(1065), + [aux_sym_batch_mode_token1] = ACTIONS(1065), + [aux_sym_bind_address_token1] = ACTIONS(1065), + [aux_sym_bind_interface_token1] = ACTIONS(1065), + [aux_sym_canonical_domains_token1] = ACTIONS(1065), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1065), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1065), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1065), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1065), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1065), + [aux_sym_certificate_file_token1] = ACTIONS(1065), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1065), + [aux_sym_check_host_ip_token1] = ACTIONS(1065), + [aux_sym_ciphers_token1] = ACTIONS(1065), + [aux_sym_cipher_token1] = ACTIONS(1067), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1065), + [aux_sym_compression_token1] = ACTIONS(1065), + [aux_sym_connection_attempts_token1] = ACTIONS(1065), + [aux_sym_connect_timeout_token1] = ACTIONS(1065), + [aux_sym_control_master_token1] = ACTIONS(1065), + [aux_sym_control_path_token1] = ACTIONS(1065), + [aux_sym_control_persist_token1] = ACTIONS(1065), + [aux_sym_dynamic_forward_token1] = ACTIONS(1065), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1065), + [aux_sym_escape_char_token1] = ACTIONS(1065), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1065), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1065), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1065), + [aux_sym_forward_agent_token1] = ACTIONS(1065), + [aux_sym_forward_x11_token1] = ACTIONS(1067), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1065), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1065), + [aux_sym_gateway_ports_token1] = ACTIONS(1065), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1065), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1065), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1065), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1065), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1065), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1065), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1065), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1065), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1065), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1065), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1065), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1065), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1065), + [aux_sym_host_key_alias_token1] = ACTIONS(1065), + [aux_sym_hostname_token1] = ACTIONS(1065), + [aux_sym_identities_only_token1] = ACTIONS(1065), + [aux_sym_identity_agent_token1] = ACTIONS(1065), + [aux_sym_identity_file_token1] = ACTIONS(1065), + [aux_sym_ignore_unknown_token1] = ACTIONS(1065), + [aux_sym_include_token1] = ACTIONS(1065), + [aux_sym_ip_qos_token1] = ACTIONS(1065), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1065), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1065), + [aux_sym_kex_algorithms_token1] = ACTIONS(1065), + [aux_sym_known_hosts_command_token1] = ACTIONS(1065), + [aux_sym_local_command_token1] = ACTIONS(1065), + [aux_sym_local_forward_token1] = ACTIONS(1065), + [aux_sym_log_level_token1] = ACTIONS(1065), + [aux_sym_log_verbose_token1] = ACTIONS(1065), + [aux_sym_macs_token1] = ACTIONS(1065), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1065), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1065), + [aux_sym_password_authentication_token1] = ACTIONS(1065), + [aux_sym_permit_local_command_token1] = ACTIONS(1065), + [aux_sym_permit_remote_open_token1] = ACTIONS(1065), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1065), + [aux_sym_port_token1] = ACTIONS(1065), + [aux_sym_preferred_authentications_token1] = ACTIONS(1065), + [aux_sym_protocol_token1] = ACTIONS(1065), + [aux_sym_proxy_command_token1] = ACTIONS(1065), + [aux_sym_proxy_jump_token1] = ACTIONS(1065), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1065), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1065), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1065), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1065), + [aux_sym_rekey_limit_token1] = ACTIONS(1065), + [aux_sym_remote_command_token1] = ACTIONS(1065), + [aux_sym_remote_forward_token1] = ACTIONS(1065), + [aux_sym_request_tty_token1] = ACTIONS(1065), + [aux_sym_required_rsa_size_token1] = ACTIONS(1065), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1065), + [aux_sym_security_key_provider_token1] = ACTIONS(1065), + [aux_sym_send_env_token1] = ACTIONS(1065), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1065), + [aux_sym_server_alive_interval_token1] = ACTIONS(1065), + [aux_sym_session_type_token1] = ACTIONS(1065), + [aux_sym_set_env_token1] = ACTIONS(1065), + [aux_sym_stdin_null_token1] = ACTIONS(1065), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1065), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1065), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1065), + [aux_sym_syslog_facility_token1] = ACTIONS(1065), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1065), + [aux_sym_keep_alive_token1] = ACTIONS(1065), + [aux_sym_tunnel_token1] = ACTIONS(1067), + [aux_sym_tunnel_device_token1] = ACTIONS(1065), + [aux_sym_update_host_keys_token1] = ACTIONS(1065), + [aux_sym_use_keychain_token1] = ACTIONS(1065), + [aux_sym_use_roaming_token1] = ACTIONS(1065), + [aux_sym_user_token1] = ACTIONS(1067), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1065), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1065), + [aux_sym_visual_host_key_token1] = ACTIONS(1065), + [aux_sym_xauth_location_token1] = ACTIONS(1065), }, [89] = { - [ts_builtin_sym_end] = ACTIONS(1066), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1068), - [anon_sym_DQUOTE] = ACTIONS(1070), - [aux_sym_match_token1] = ACTIONS(1066), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1066), - [aux_sym_address_family_token1] = ACTIONS(1066), - [aux_sym_batch_mode_token1] = ACTIONS(1066), - [aux_sym_bind_address_token1] = ACTIONS(1066), - [aux_sym_bind_interface_token1] = ACTIONS(1066), - [aux_sym_canonical_domains_token1] = ACTIONS(1066), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1066), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1066), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1066), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1066), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1066), - [aux_sym_certificate_file_token1] = ACTIONS(1066), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1066), - [aux_sym_check_host_ip_token1] = ACTIONS(1066), - [aux_sym_ciphers_token1] = ACTIONS(1066), - [aux_sym_cipher_token1] = ACTIONS(1068), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1066), - [aux_sym_compression_token1] = ACTIONS(1066), - [aux_sym_connection_attempts_token1] = ACTIONS(1066), - [aux_sym_connect_timeout_token1] = ACTIONS(1066), - [aux_sym_control_master_token1] = ACTIONS(1066), - [aux_sym_control_path_token1] = ACTIONS(1066), - [aux_sym_control_persist_token1] = ACTIONS(1066), - [aux_sym_dynamic_forward_token1] = ACTIONS(1066), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1066), - [aux_sym_escape_char_token1] = ACTIONS(1066), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1066), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1066), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1066), - [aux_sym_forward_agent_token1] = ACTIONS(1066), - [aux_sym_forward_x11_token1] = ACTIONS(1068), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1066), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1066), - [aux_sym_gateway_ports_token1] = ACTIONS(1066), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1066), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1066), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1066), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1066), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1066), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1066), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1066), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1066), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1066), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1066), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1066), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1066), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1066), - [aux_sym_host_key_alias_token1] = ACTIONS(1066), - [aux_sym_hostname_token1] = ACTIONS(1066), - [aux_sym_identities_only_token1] = ACTIONS(1066), - [aux_sym_identity_agent_token1] = ACTIONS(1066), - [aux_sym_identity_file_token1] = ACTIONS(1066), - [aux_sym_ignore_unknown_token1] = ACTIONS(1066), - [aux_sym_include_token1] = ACTIONS(1066), - [aux_sym_ip_qos_token1] = ACTIONS(1066), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1066), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1066), - [aux_sym_kex_algorithms_token1] = ACTIONS(1066), - [aux_sym_known_hosts_command_token1] = ACTIONS(1066), - [aux_sym_local_command_token1] = ACTIONS(1066), - [aux_sym_local_forward_token1] = ACTIONS(1066), - [aux_sym_log_level_token1] = ACTIONS(1066), - [aux_sym_log_verbose_token1] = ACTIONS(1066), - [aux_sym_macs_token1] = ACTIONS(1066), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1066), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1066), - [aux_sym_password_authentication_token1] = ACTIONS(1066), - [aux_sym_permit_local_command_token1] = ACTIONS(1066), - [aux_sym_permit_remote_open_token1] = ACTIONS(1066), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1066), - [aux_sym_port_token1] = ACTIONS(1066), - [aux_sym_preferred_authentications_token1] = ACTIONS(1066), - [aux_sym_protocol_token1] = ACTIONS(1066), - [aux_sym_proxy_command_token1] = ACTIONS(1066), - [aux_sym_proxy_jump_token1] = ACTIONS(1066), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1066), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1066), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1066), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1066), - [aux_sym_rekey_limit_token1] = ACTIONS(1066), - [aux_sym_remote_command_token1] = ACTIONS(1066), - [aux_sym_remote_forward_token1] = ACTIONS(1066), - [aux_sym_request_tty_token1] = ACTIONS(1066), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1066), - [aux_sym_security_key_provider_token1] = ACTIONS(1066), - [aux_sym_send_env_token1] = ACTIONS(1066), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1066), - [aux_sym_server_alive_interval_token1] = ACTIONS(1066), - [aux_sym_session_type_token1] = ACTIONS(1066), - [aux_sym_set_env_token1] = ACTIONS(1066), - [aux_sym_stdin_null_token1] = ACTIONS(1066), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1066), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1066), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1066), - [aux_sym_syslog_facility_token1] = ACTIONS(1066), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1066), - [aux_sym_keep_alive_token1] = ACTIONS(1066), - [aux_sym_tunnel_token1] = ACTIONS(1068), - [aux_sym_tunnel_device_token1] = ACTIONS(1066), - [aux_sym_update_host_keys_token1] = ACTIONS(1066), - [aux_sym_use_keychain_token1] = ACTIONS(1066), - [aux_sym_use_roaming_token1] = ACTIONS(1066), - [aux_sym_user_token1] = ACTIONS(1068), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1066), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1066), - [aux_sym_visual_host_key_token1] = ACTIONS(1066), - [aux_sym_xauth_location_token1] = ACTIONS(1066), + [ts_builtin_sym_end] = ACTIONS(1071), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1073), + [anon_sym_DQUOTE] = ACTIONS(1075), + [aux_sym_match_token1] = ACTIONS(1071), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1071), + [aux_sym_address_family_token1] = ACTIONS(1071), + [aux_sym_batch_mode_token1] = ACTIONS(1071), + [aux_sym_bind_address_token1] = ACTIONS(1071), + [aux_sym_bind_interface_token1] = ACTIONS(1071), + [aux_sym_canonical_domains_token1] = ACTIONS(1071), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1071), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1071), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1071), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1071), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1071), + [aux_sym_certificate_file_token1] = ACTIONS(1071), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1071), + [aux_sym_check_host_ip_token1] = ACTIONS(1071), + [aux_sym_ciphers_token1] = ACTIONS(1071), + [aux_sym_cipher_token1] = ACTIONS(1073), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1071), + [aux_sym_compression_token1] = ACTIONS(1071), + [aux_sym_connection_attempts_token1] = ACTIONS(1071), + [aux_sym_connect_timeout_token1] = ACTIONS(1071), + [aux_sym_control_master_token1] = ACTIONS(1071), + [aux_sym_control_path_token1] = ACTIONS(1071), + [aux_sym_control_persist_token1] = ACTIONS(1071), + [aux_sym_dynamic_forward_token1] = ACTIONS(1071), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1071), + [aux_sym_escape_char_token1] = ACTIONS(1071), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1071), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1071), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1071), + [aux_sym_forward_agent_token1] = ACTIONS(1071), + [aux_sym_forward_x11_token1] = ACTIONS(1073), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1071), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1071), + [aux_sym_gateway_ports_token1] = ACTIONS(1071), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1071), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1071), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1071), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1071), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1071), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1071), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1071), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1071), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1071), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1071), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1071), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1071), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1071), + [aux_sym_host_key_alias_token1] = ACTIONS(1071), + [aux_sym_hostname_token1] = ACTIONS(1071), + [aux_sym_identities_only_token1] = ACTIONS(1071), + [aux_sym_identity_agent_token1] = ACTIONS(1071), + [aux_sym_identity_file_token1] = ACTIONS(1071), + [aux_sym_ignore_unknown_token1] = ACTIONS(1071), + [aux_sym_include_token1] = ACTIONS(1071), + [aux_sym_ip_qos_token1] = ACTIONS(1071), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1071), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1071), + [aux_sym_kex_algorithms_token1] = ACTIONS(1071), + [aux_sym_known_hosts_command_token1] = ACTIONS(1071), + [aux_sym_local_command_token1] = ACTIONS(1071), + [aux_sym_local_forward_token1] = ACTIONS(1071), + [aux_sym_log_level_token1] = ACTIONS(1071), + [aux_sym_log_verbose_token1] = ACTIONS(1071), + [aux_sym_macs_token1] = ACTIONS(1071), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1071), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1071), + [aux_sym_password_authentication_token1] = ACTIONS(1071), + [aux_sym_permit_local_command_token1] = ACTIONS(1071), + [aux_sym_permit_remote_open_token1] = ACTIONS(1071), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1071), + [aux_sym_port_token1] = ACTIONS(1071), + [aux_sym_preferred_authentications_token1] = ACTIONS(1071), + [aux_sym_protocol_token1] = ACTIONS(1071), + [aux_sym_proxy_command_token1] = ACTIONS(1071), + [aux_sym_proxy_jump_token1] = ACTIONS(1071), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1071), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1071), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1071), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1071), + [aux_sym_rekey_limit_token1] = ACTIONS(1071), + [aux_sym_remote_command_token1] = ACTIONS(1071), + [aux_sym_remote_forward_token1] = ACTIONS(1071), + [aux_sym_request_tty_token1] = ACTIONS(1071), + [aux_sym_required_rsa_size_token1] = ACTIONS(1071), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1071), + [aux_sym_security_key_provider_token1] = ACTIONS(1071), + [aux_sym_send_env_token1] = ACTIONS(1071), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1071), + [aux_sym_server_alive_interval_token1] = ACTIONS(1071), + [aux_sym_session_type_token1] = ACTIONS(1071), + [aux_sym_set_env_token1] = ACTIONS(1071), + [aux_sym_stdin_null_token1] = ACTIONS(1071), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1071), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1071), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1071), + [aux_sym_syslog_facility_token1] = ACTIONS(1071), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1071), + [aux_sym_keep_alive_token1] = ACTIONS(1071), + [aux_sym_tunnel_token1] = ACTIONS(1073), + [aux_sym_tunnel_device_token1] = ACTIONS(1071), + [aux_sym_update_host_keys_token1] = ACTIONS(1071), + [aux_sym_use_keychain_token1] = ACTIONS(1071), + [aux_sym_use_roaming_token1] = ACTIONS(1071), + [aux_sym_user_token1] = ACTIONS(1073), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1071), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1071), + [aux_sym_visual_host_key_token1] = ACTIONS(1071), + [aux_sym_xauth_location_token1] = ACTIONS(1071), }, [90] = { - [ts_builtin_sym_end] = ACTIONS(1072), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1074), - [anon_sym_DQUOTE] = ACTIONS(1076), - [aux_sym_match_token1] = ACTIONS(1072), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1072), - [aux_sym_address_family_token1] = ACTIONS(1072), - [aux_sym_batch_mode_token1] = ACTIONS(1072), - [aux_sym_bind_address_token1] = ACTIONS(1072), - [aux_sym_bind_interface_token1] = ACTIONS(1072), - [aux_sym_canonical_domains_token1] = ACTIONS(1072), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1072), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1072), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1072), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1072), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1072), - [aux_sym_certificate_file_token1] = ACTIONS(1072), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1072), - [aux_sym_check_host_ip_token1] = ACTIONS(1072), - [aux_sym_ciphers_token1] = ACTIONS(1072), - [aux_sym_cipher_token1] = ACTIONS(1074), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1072), - [aux_sym_compression_token1] = ACTIONS(1072), - [aux_sym_connection_attempts_token1] = ACTIONS(1072), - [aux_sym_connect_timeout_token1] = ACTIONS(1072), - [aux_sym_control_master_token1] = ACTIONS(1072), - [aux_sym_control_path_token1] = ACTIONS(1072), - [aux_sym_control_persist_token1] = ACTIONS(1072), - [aux_sym_dynamic_forward_token1] = ACTIONS(1072), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1072), - [aux_sym_escape_char_token1] = ACTIONS(1072), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1072), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1072), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1072), - [aux_sym_forward_agent_token1] = ACTIONS(1072), - [aux_sym_forward_x11_token1] = ACTIONS(1074), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1072), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1072), - [aux_sym_gateway_ports_token1] = ACTIONS(1072), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1072), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1072), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1072), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1072), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1072), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1072), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1072), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1072), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1072), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1072), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1072), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1072), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1072), - [aux_sym_host_key_alias_token1] = ACTIONS(1072), - [aux_sym_hostname_token1] = ACTIONS(1072), - [aux_sym_identities_only_token1] = ACTIONS(1072), - [aux_sym_identity_agent_token1] = ACTIONS(1072), - [aux_sym_identity_file_token1] = ACTIONS(1072), - [aux_sym_ignore_unknown_token1] = ACTIONS(1072), - [aux_sym_include_token1] = ACTIONS(1072), - [aux_sym_ip_qos_token1] = ACTIONS(1072), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1072), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1072), - [aux_sym_kex_algorithms_token1] = ACTIONS(1072), - [aux_sym_known_hosts_command_token1] = ACTIONS(1072), - [aux_sym_local_command_token1] = ACTIONS(1072), - [aux_sym_local_forward_token1] = ACTIONS(1072), - [aux_sym_log_level_token1] = ACTIONS(1072), - [aux_sym_log_verbose_token1] = ACTIONS(1072), - [aux_sym_macs_token1] = ACTIONS(1072), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1072), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1072), - [aux_sym_password_authentication_token1] = ACTIONS(1072), - [aux_sym_permit_local_command_token1] = ACTIONS(1072), - [aux_sym_permit_remote_open_token1] = ACTIONS(1072), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1072), - [aux_sym_port_token1] = ACTIONS(1072), - [aux_sym_preferred_authentications_token1] = ACTIONS(1072), - [aux_sym_protocol_token1] = ACTIONS(1072), - [aux_sym_proxy_command_token1] = ACTIONS(1072), - [aux_sym_proxy_jump_token1] = ACTIONS(1072), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1072), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1072), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1072), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1072), - [aux_sym_rekey_limit_token1] = ACTIONS(1072), - [aux_sym_remote_command_token1] = ACTIONS(1072), - [aux_sym_remote_forward_token1] = ACTIONS(1072), - [aux_sym_request_tty_token1] = ACTIONS(1072), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1072), - [aux_sym_security_key_provider_token1] = ACTIONS(1072), - [aux_sym_send_env_token1] = ACTIONS(1072), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1072), - [aux_sym_server_alive_interval_token1] = ACTIONS(1072), - [aux_sym_session_type_token1] = ACTIONS(1072), - [aux_sym_set_env_token1] = ACTIONS(1072), - [aux_sym_stdin_null_token1] = ACTIONS(1072), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1072), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1072), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1072), - [aux_sym_syslog_facility_token1] = ACTIONS(1072), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1072), - [aux_sym_keep_alive_token1] = ACTIONS(1072), - [aux_sym_tunnel_token1] = ACTIONS(1074), - [aux_sym_tunnel_device_token1] = ACTIONS(1072), - [aux_sym_update_host_keys_token1] = ACTIONS(1072), - [aux_sym_use_keychain_token1] = ACTIONS(1072), - [aux_sym_use_roaming_token1] = ACTIONS(1072), - [aux_sym_user_token1] = ACTIONS(1074), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1072), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1072), - [aux_sym_visual_host_key_token1] = ACTIONS(1072), - [aux_sym_xauth_location_token1] = ACTIONS(1072), + [ts_builtin_sym_end] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1079), + [anon_sym_DQUOTE] = ACTIONS(1081), + [aux_sym_match_token1] = ACTIONS(1077), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1077), + [aux_sym_address_family_token1] = ACTIONS(1077), + [aux_sym_batch_mode_token1] = ACTIONS(1077), + [aux_sym_bind_address_token1] = ACTIONS(1077), + [aux_sym_bind_interface_token1] = ACTIONS(1077), + [aux_sym_canonical_domains_token1] = ACTIONS(1077), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1077), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1077), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1077), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1077), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1077), + [aux_sym_certificate_file_token1] = ACTIONS(1077), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1077), + [aux_sym_check_host_ip_token1] = ACTIONS(1077), + [aux_sym_ciphers_token1] = ACTIONS(1077), + [aux_sym_cipher_token1] = ACTIONS(1079), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1077), + [aux_sym_compression_token1] = ACTIONS(1077), + [aux_sym_connection_attempts_token1] = ACTIONS(1077), + [aux_sym_connect_timeout_token1] = ACTIONS(1077), + [aux_sym_control_master_token1] = ACTIONS(1077), + [aux_sym_control_path_token1] = ACTIONS(1077), + [aux_sym_control_persist_token1] = ACTIONS(1077), + [aux_sym_dynamic_forward_token1] = ACTIONS(1077), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1077), + [aux_sym_escape_char_token1] = ACTIONS(1077), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1077), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1077), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1077), + [aux_sym_forward_agent_token1] = ACTIONS(1077), + [aux_sym_forward_x11_token1] = ACTIONS(1079), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1077), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1077), + [aux_sym_gateway_ports_token1] = ACTIONS(1077), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1077), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1077), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1077), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1077), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1077), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1077), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1077), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1077), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1077), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1077), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1077), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1077), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1077), + [aux_sym_host_key_alias_token1] = ACTIONS(1077), + [aux_sym_hostname_token1] = ACTIONS(1077), + [aux_sym_identities_only_token1] = ACTIONS(1077), + [aux_sym_identity_agent_token1] = ACTIONS(1077), + [aux_sym_identity_file_token1] = ACTIONS(1077), + [aux_sym_ignore_unknown_token1] = ACTIONS(1077), + [aux_sym_include_token1] = ACTIONS(1077), + [aux_sym_ip_qos_token1] = ACTIONS(1077), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1077), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1077), + [aux_sym_kex_algorithms_token1] = ACTIONS(1077), + [aux_sym_known_hosts_command_token1] = ACTIONS(1077), + [aux_sym_local_command_token1] = ACTIONS(1077), + [aux_sym_local_forward_token1] = ACTIONS(1077), + [aux_sym_log_level_token1] = ACTIONS(1077), + [aux_sym_log_verbose_token1] = ACTIONS(1077), + [aux_sym_macs_token1] = ACTIONS(1077), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1077), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1077), + [aux_sym_password_authentication_token1] = ACTIONS(1077), + [aux_sym_permit_local_command_token1] = ACTIONS(1077), + [aux_sym_permit_remote_open_token1] = ACTIONS(1077), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1077), + [aux_sym_port_token1] = ACTIONS(1077), + [aux_sym_preferred_authentications_token1] = ACTIONS(1077), + [aux_sym_protocol_token1] = ACTIONS(1077), + [aux_sym_proxy_command_token1] = ACTIONS(1077), + [aux_sym_proxy_jump_token1] = ACTIONS(1077), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1077), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1077), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1077), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1077), + [aux_sym_rekey_limit_token1] = ACTIONS(1077), + [aux_sym_remote_command_token1] = ACTIONS(1077), + [aux_sym_remote_forward_token1] = ACTIONS(1077), + [aux_sym_request_tty_token1] = ACTIONS(1077), + [aux_sym_required_rsa_size_token1] = ACTIONS(1077), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1077), + [aux_sym_security_key_provider_token1] = ACTIONS(1077), + [aux_sym_send_env_token1] = ACTIONS(1077), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1077), + [aux_sym_server_alive_interval_token1] = ACTIONS(1077), + [aux_sym_session_type_token1] = ACTIONS(1077), + [aux_sym_set_env_token1] = ACTIONS(1077), + [aux_sym_stdin_null_token1] = ACTIONS(1077), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1077), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1077), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1077), + [aux_sym_syslog_facility_token1] = ACTIONS(1077), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1077), + [aux_sym_keep_alive_token1] = ACTIONS(1077), + [aux_sym_tunnel_token1] = ACTIONS(1079), + [aux_sym_tunnel_device_token1] = ACTIONS(1077), + [aux_sym_update_host_keys_token1] = ACTIONS(1077), + [aux_sym_use_keychain_token1] = ACTIONS(1077), + [aux_sym_use_roaming_token1] = ACTIONS(1077), + [aux_sym_user_token1] = ACTIONS(1079), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1077), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1077), + [aux_sym_visual_host_key_token1] = ACTIONS(1077), + [aux_sym_xauth_location_token1] = ACTIONS(1077), }, [91] = { - [ts_builtin_sym_end] = ACTIONS(1078), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1080), - [anon_sym_DQUOTE] = ACTIONS(1082), - [aux_sym_match_token1] = ACTIONS(1078), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1078), - [aux_sym_address_family_token1] = ACTIONS(1078), - [aux_sym_batch_mode_token1] = ACTIONS(1078), - [aux_sym_bind_address_token1] = ACTIONS(1078), - [aux_sym_bind_interface_token1] = ACTIONS(1078), - [aux_sym_canonical_domains_token1] = ACTIONS(1078), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1078), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1078), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1078), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1078), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1078), - [aux_sym_certificate_file_token1] = ACTIONS(1078), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1078), - [aux_sym_check_host_ip_token1] = ACTIONS(1078), - [aux_sym_ciphers_token1] = ACTIONS(1078), - [aux_sym_cipher_token1] = ACTIONS(1080), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1078), - [aux_sym_compression_token1] = ACTIONS(1078), - [aux_sym_connection_attempts_token1] = ACTIONS(1078), - [aux_sym_connect_timeout_token1] = ACTIONS(1078), - [aux_sym_control_master_token1] = ACTIONS(1078), - [aux_sym_control_path_token1] = ACTIONS(1078), - [aux_sym_control_persist_token1] = ACTIONS(1078), - [aux_sym_dynamic_forward_token1] = ACTIONS(1078), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1078), - [aux_sym_escape_char_token1] = ACTIONS(1078), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1078), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1078), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1078), - [aux_sym_forward_agent_token1] = ACTIONS(1078), - [aux_sym_forward_x11_token1] = ACTIONS(1080), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1078), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1078), - [aux_sym_gateway_ports_token1] = ACTIONS(1078), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1078), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1078), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1078), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1078), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1078), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1078), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1078), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1078), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1078), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1078), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1078), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1078), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1078), - [aux_sym_host_key_alias_token1] = ACTIONS(1078), - [aux_sym_hostname_token1] = ACTIONS(1078), - [aux_sym_identities_only_token1] = ACTIONS(1078), - [aux_sym_identity_agent_token1] = ACTIONS(1078), - [aux_sym_identity_file_token1] = ACTIONS(1078), - [aux_sym_ignore_unknown_token1] = ACTIONS(1078), - [aux_sym_include_token1] = ACTIONS(1078), - [aux_sym_ip_qos_token1] = ACTIONS(1078), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1078), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1078), - [aux_sym_kex_algorithms_token1] = ACTIONS(1078), - [aux_sym_known_hosts_command_token1] = ACTIONS(1078), - [aux_sym_local_command_token1] = ACTIONS(1078), - [aux_sym_local_forward_token1] = ACTIONS(1078), - [aux_sym_log_level_token1] = ACTIONS(1078), - [aux_sym_log_verbose_token1] = ACTIONS(1078), - [aux_sym_macs_token1] = ACTIONS(1078), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1078), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1078), - [aux_sym_password_authentication_token1] = ACTIONS(1078), - [aux_sym_permit_local_command_token1] = ACTIONS(1078), - [aux_sym_permit_remote_open_token1] = ACTIONS(1078), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1078), - [aux_sym_port_token1] = ACTIONS(1078), - [aux_sym_preferred_authentications_token1] = ACTIONS(1078), - [aux_sym_protocol_token1] = ACTIONS(1078), - [aux_sym_proxy_command_token1] = ACTIONS(1078), - [aux_sym_proxy_jump_token1] = ACTIONS(1078), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1078), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1078), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1078), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1078), - [aux_sym_rekey_limit_token1] = ACTIONS(1078), - [aux_sym_remote_command_token1] = ACTIONS(1078), - [aux_sym_remote_forward_token1] = ACTIONS(1078), - [aux_sym_request_tty_token1] = ACTIONS(1078), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1078), - [aux_sym_security_key_provider_token1] = ACTIONS(1078), - [aux_sym_send_env_token1] = ACTIONS(1078), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1078), - [aux_sym_server_alive_interval_token1] = ACTIONS(1078), - [aux_sym_session_type_token1] = ACTIONS(1078), - [aux_sym_set_env_token1] = ACTIONS(1078), - [aux_sym_stdin_null_token1] = ACTIONS(1078), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1078), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1078), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1078), - [aux_sym_syslog_facility_token1] = ACTIONS(1078), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1078), - [aux_sym_keep_alive_token1] = ACTIONS(1078), - [aux_sym_tunnel_token1] = ACTIONS(1080), - [aux_sym_tunnel_device_token1] = ACTIONS(1078), - [aux_sym_update_host_keys_token1] = ACTIONS(1078), - [aux_sym_use_keychain_token1] = ACTIONS(1078), - [aux_sym_use_roaming_token1] = ACTIONS(1078), - [aux_sym_user_token1] = ACTIONS(1080), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1078), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1078), - [aux_sym_visual_host_key_token1] = ACTIONS(1078), - [aux_sym_xauth_location_token1] = ACTIONS(1078), + [ts_builtin_sym_end] = ACTIONS(1083), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1085), + [anon_sym_DQUOTE] = ACTIONS(1087), + [aux_sym_match_token1] = ACTIONS(1083), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1083), + [aux_sym_address_family_token1] = ACTIONS(1083), + [aux_sym_batch_mode_token1] = ACTIONS(1083), + [aux_sym_bind_address_token1] = ACTIONS(1083), + [aux_sym_bind_interface_token1] = ACTIONS(1083), + [aux_sym_canonical_domains_token1] = ACTIONS(1083), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1083), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1083), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1083), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1083), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1083), + [aux_sym_certificate_file_token1] = ACTIONS(1083), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1083), + [aux_sym_check_host_ip_token1] = ACTIONS(1083), + [aux_sym_ciphers_token1] = ACTIONS(1083), + [aux_sym_cipher_token1] = ACTIONS(1085), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1083), + [aux_sym_compression_token1] = ACTIONS(1083), + [aux_sym_connection_attempts_token1] = ACTIONS(1083), + [aux_sym_connect_timeout_token1] = ACTIONS(1083), + [aux_sym_control_master_token1] = ACTIONS(1083), + [aux_sym_control_path_token1] = ACTIONS(1083), + [aux_sym_control_persist_token1] = ACTIONS(1083), + [aux_sym_dynamic_forward_token1] = ACTIONS(1083), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1083), + [aux_sym_escape_char_token1] = ACTIONS(1083), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1083), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1083), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1083), + [aux_sym_forward_agent_token1] = ACTIONS(1083), + [aux_sym_forward_x11_token1] = ACTIONS(1085), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1083), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1083), + [aux_sym_gateway_ports_token1] = ACTIONS(1083), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1083), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1083), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1083), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1083), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1083), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1083), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1083), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1083), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1083), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1083), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1083), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1083), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1083), + [aux_sym_host_key_alias_token1] = ACTIONS(1083), + [aux_sym_hostname_token1] = ACTIONS(1083), + [aux_sym_identities_only_token1] = ACTIONS(1083), + [aux_sym_identity_agent_token1] = ACTIONS(1083), + [aux_sym_identity_file_token1] = ACTIONS(1083), + [aux_sym_ignore_unknown_token1] = ACTIONS(1083), + [aux_sym_include_token1] = ACTIONS(1083), + [aux_sym_ip_qos_token1] = ACTIONS(1083), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1083), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1083), + [aux_sym_kex_algorithms_token1] = ACTIONS(1083), + [aux_sym_known_hosts_command_token1] = ACTIONS(1083), + [aux_sym_local_command_token1] = ACTIONS(1083), + [aux_sym_local_forward_token1] = ACTIONS(1083), + [aux_sym_log_level_token1] = ACTIONS(1083), + [aux_sym_log_verbose_token1] = ACTIONS(1083), + [aux_sym_macs_token1] = ACTIONS(1083), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1083), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1083), + [aux_sym_password_authentication_token1] = ACTIONS(1083), + [aux_sym_permit_local_command_token1] = ACTIONS(1083), + [aux_sym_permit_remote_open_token1] = ACTIONS(1083), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1083), + [aux_sym_port_token1] = ACTIONS(1083), + [aux_sym_preferred_authentications_token1] = ACTIONS(1083), + [aux_sym_protocol_token1] = ACTIONS(1083), + [aux_sym_proxy_command_token1] = ACTIONS(1083), + [aux_sym_proxy_jump_token1] = ACTIONS(1083), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1083), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1083), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1083), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1083), + [aux_sym_rekey_limit_token1] = ACTIONS(1083), + [aux_sym_remote_command_token1] = ACTIONS(1083), + [aux_sym_remote_forward_token1] = ACTIONS(1083), + [aux_sym_request_tty_token1] = ACTIONS(1083), + [aux_sym_required_rsa_size_token1] = ACTIONS(1083), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1083), + [aux_sym_security_key_provider_token1] = ACTIONS(1083), + [aux_sym_send_env_token1] = ACTIONS(1083), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1083), + [aux_sym_server_alive_interval_token1] = ACTIONS(1083), + [aux_sym_session_type_token1] = ACTIONS(1083), + [aux_sym_set_env_token1] = ACTIONS(1083), + [aux_sym_stdin_null_token1] = ACTIONS(1083), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1083), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1083), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1083), + [aux_sym_syslog_facility_token1] = ACTIONS(1083), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1083), + [aux_sym_keep_alive_token1] = ACTIONS(1083), + [aux_sym_tunnel_token1] = ACTIONS(1085), + [aux_sym_tunnel_device_token1] = ACTIONS(1083), + [aux_sym_update_host_keys_token1] = ACTIONS(1083), + [aux_sym_use_keychain_token1] = ACTIONS(1083), + [aux_sym_use_roaming_token1] = ACTIONS(1083), + [aux_sym_user_token1] = ACTIONS(1085), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1083), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1083), + [aux_sym_visual_host_key_token1] = ACTIONS(1083), + [aux_sym_xauth_location_token1] = ACTIONS(1083), }, [92] = { - [ts_builtin_sym_end] = ACTIONS(1084), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1086), - [anon_sym_DQUOTE] = ACTIONS(1088), - [aux_sym_match_token1] = ACTIONS(1084), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1084), - [aux_sym_address_family_token1] = ACTIONS(1084), - [aux_sym_batch_mode_token1] = ACTIONS(1084), - [aux_sym_bind_address_token1] = ACTIONS(1084), - [aux_sym_bind_interface_token1] = ACTIONS(1084), - [aux_sym_canonical_domains_token1] = ACTIONS(1084), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1084), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1084), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1084), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1084), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1084), - [aux_sym_certificate_file_token1] = ACTIONS(1084), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1084), - [aux_sym_check_host_ip_token1] = ACTIONS(1084), - [aux_sym_ciphers_token1] = ACTIONS(1084), - [aux_sym_cipher_token1] = ACTIONS(1086), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1084), - [aux_sym_compression_token1] = ACTIONS(1084), - [aux_sym_connection_attempts_token1] = ACTIONS(1084), - [aux_sym_connect_timeout_token1] = ACTIONS(1084), - [aux_sym_control_master_token1] = ACTIONS(1084), - [aux_sym_control_path_token1] = ACTIONS(1084), - [aux_sym_control_persist_token1] = ACTIONS(1084), - [aux_sym_dynamic_forward_token1] = ACTIONS(1084), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1084), - [aux_sym_escape_char_token1] = ACTIONS(1084), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1084), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1084), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1084), - [aux_sym_forward_agent_token1] = ACTIONS(1084), - [aux_sym_forward_x11_token1] = ACTIONS(1086), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1084), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1084), - [aux_sym_gateway_ports_token1] = ACTIONS(1084), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1084), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1084), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1084), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1084), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1084), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1084), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1084), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1084), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1084), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1084), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1084), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1084), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1084), - [aux_sym_host_key_alias_token1] = ACTIONS(1084), - [aux_sym_hostname_token1] = ACTIONS(1084), - [aux_sym_identities_only_token1] = ACTIONS(1084), - [aux_sym_identity_agent_token1] = ACTIONS(1084), - [aux_sym_identity_file_token1] = ACTIONS(1084), - [aux_sym_ignore_unknown_token1] = ACTIONS(1084), - [aux_sym_include_token1] = ACTIONS(1084), - [aux_sym_ip_qos_token1] = ACTIONS(1084), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1084), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1084), - [aux_sym_kex_algorithms_token1] = ACTIONS(1084), - [aux_sym_known_hosts_command_token1] = ACTIONS(1084), - [aux_sym_local_command_token1] = ACTIONS(1084), - [aux_sym_local_forward_token1] = ACTIONS(1084), - [aux_sym_log_level_token1] = ACTIONS(1084), - [aux_sym_log_verbose_token1] = ACTIONS(1084), - [aux_sym_macs_token1] = ACTIONS(1084), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1084), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1084), - [aux_sym_password_authentication_token1] = ACTIONS(1084), - [aux_sym_permit_local_command_token1] = ACTIONS(1084), - [aux_sym_permit_remote_open_token1] = ACTIONS(1084), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1084), - [aux_sym_port_token1] = ACTIONS(1084), - [aux_sym_preferred_authentications_token1] = ACTIONS(1084), - [aux_sym_protocol_token1] = ACTIONS(1084), - [aux_sym_proxy_command_token1] = ACTIONS(1084), - [aux_sym_proxy_jump_token1] = ACTIONS(1084), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1084), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1084), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1084), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1084), - [aux_sym_rekey_limit_token1] = ACTIONS(1084), - [aux_sym_remote_command_token1] = ACTIONS(1084), - [aux_sym_remote_forward_token1] = ACTIONS(1084), - [aux_sym_request_tty_token1] = ACTIONS(1084), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1084), - [aux_sym_security_key_provider_token1] = ACTIONS(1084), - [aux_sym_send_env_token1] = ACTIONS(1084), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1084), - [aux_sym_server_alive_interval_token1] = ACTIONS(1084), - [aux_sym_session_type_token1] = ACTIONS(1084), - [aux_sym_set_env_token1] = ACTIONS(1084), - [aux_sym_stdin_null_token1] = ACTIONS(1084), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1084), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1084), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1084), - [aux_sym_syslog_facility_token1] = ACTIONS(1084), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1084), - [aux_sym_keep_alive_token1] = ACTIONS(1084), - [aux_sym_tunnel_token1] = ACTIONS(1086), - [aux_sym_tunnel_device_token1] = ACTIONS(1084), - [aux_sym_update_host_keys_token1] = ACTIONS(1084), - [aux_sym_use_keychain_token1] = ACTIONS(1084), - [aux_sym_use_roaming_token1] = ACTIONS(1084), - [aux_sym_user_token1] = ACTIONS(1086), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1084), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1084), - [aux_sym_visual_host_key_token1] = ACTIONS(1084), - [aux_sym_xauth_location_token1] = ACTIONS(1084), + [ts_builtin_sym_end] = ACTIONS(1089), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1093), + [aux_sym_match_token1] = ACTIONS(1089), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1089), + [aux_sym_address_family_token1] = ACTIONS(1089), + [aux_sym_batch_mode_token1] = ACTIONS(1089), + [aux_sym_bind_address_token1] = ACTIONS(1089), + [aux_sym_bind_interface_token1] = ACTIONS(1089), + [aux_sym_canonical_domains_token1] = ACTIONS(1089), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1089), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1089), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1089), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1089), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1089), + [aux_sym_certificate_file_token1] = ACTIONS(1089), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1089), + [aux_sym_check_host_ip_token1] = ACTIONS(1089), + [aux_sym_ciphers_token1] = ACTIONS(1089), + [aux_sym_cipher_token1] = ACTIONS(1091), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1089), + [aux_sym_compression_token1] = ACTIONS(1089), + [aux_sym_connection_attempts_token1] = ACTIONS(1089), + [aux_sym_connect_timeout_token1] = ACTIONS(1089), + [aux_sym_control_master_token1] = ACTIONS(1089), + [aux_sym_control_path_token1] = ACTIONS(1089), + [aux_sym_control_persist_token1] = ACTIONS(1089), + [aux_sym_dynamic_forward_token1] = ACTIONS(1089), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1089), + [aux_sym_escape_char_token1] = ACTIONS(1089), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1089), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1089), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1089), + [aux_sym_forward_agent_token1] = ACTIONS(1089), + [aux_sym_forward_x11_token1] = ACTIONS(1091), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1089), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1089), + [aux_sym_gateway_ports_token1] = ACTIONS(1089), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1089), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1089), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1089), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1089), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1089), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1089), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1089), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1089), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1089), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1089), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1089), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1089), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1089), + [aux_sym_host_key_alias_token1] = ACTIONS(1089), + [aux_sym_hostname_token1] = ACTIONS(1089), + [aux_sym_identities_only_token1] = ACTIONS(1089), + [aux_sym_identity_agent_token1] = ACTIONS(1089), + [aux_sym_identity_file_token1] = ACTIONS(1089), + [aux_sym_ignore_unknown_token1] = ACTIONS(1089), + [aux_sym_include_token1] = ACTIONS(1089), + [aux_sym_ip_qos_token1] = ACTIONS(1089), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1089), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1089), + [aux_sym_kex_algorithms_token1] = ACTIONS(1089), + [aux_sym_known_hosts_command_token1] = ACTIONS(1089), + [aux_sym_local_command_token1] = ACTIONS(1089), + [aux_sym_local_forward_token1] = ACTIONS(1089), + [aux_sym_log_level_token1] = ACTIONS(1089), + [aux_sym_log_verbose_token1] = ACTIONS(1089), + [aux_sym_macs_token1] = ACTIONS(1089), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1089), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1089), + [aux_sym_password_authentication_token1] = ACTIONS(1089), + [aux_sym_permit_local_command_token1] = ACTIONS(1089), + [aux_sym_permit_remote_open_token1] = ACTIONS(1089), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1089), + [aux_sym_port_token1] = ACTIONS(1089), + [aux_sym_preferred_authentications_token1] = ACTIONS(1089), + [aux_sym_protocol_token1] = ACTIONS(1089), + [aux_sym_proxy_command_token1] = ACTIONS(1089), + [aux_sym_proxy_jump_token1] = ACTIONS(1089), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1089), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1089), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1089), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1089), + [aux_sym_rekey_limit_token1] = ACTIONS(1089), + [aux_sym_remote_command_token1] = ACTIONS(1089), + [aux_sym_remote_forward_token1] = ACTIONS(1089), + [aux_sym_request_tty_token1] = ACTIONS(1089), + [aux_sym_required_rsa_size_token1] = ACTIONS(1089), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1089), + [aux_sym_security_key_provider_token1] = ACTIONS(1089), + [aux_sym_send_env_token1] = ACTIONS(1089), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1089), + [aux_sym_server_alive_interval_token1] = ACTIONS(1089), + [aux_sym_session_type_token1] = ACTIONS(1089), + [aux_sym_set_env_token1] = ACTIONS(1089), + [aux_sym_stdin_null_token1] = ACTIONS(1089), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1089), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1089), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1089), + [aux_sym_syslog_facility_token1] = ACTIONS(1089), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1089), + [aux_sym_keep_alive_token1] = ACTIONS(1089), + [aux_sym_tunnel_token1] = ACTIONS(1091), + [aux_sym_tunnel_device_token1] = ACTIONS(1089), + [aux_sym_update_host_keys_token1] = ACTIONS(1089), + [aux_sym_use_keychain_token1] = ACTIONS(1089), + [aux_sym_use_roaming_token1] = ACTIONS(1089), + [aux_sym_user_token1] = ACTIONS(1091), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1089), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1089), + [aux_sym_visual_host_key_token1] = ACTIONS(1089), + [aux_sym_xauth_location_token1] = ACTIONS(1089), }, [93] = { - [ts_builtin_sym_end] = ACTIONS(1090), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1092), - [anon_sym_DQUOTE] = ACTIONS(1094), - [aux_sym_match_token1] = ACTIONS(1090), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1090), - [aux_sym_address_family_token1] = ACTIONS(1090), - [aux_sym_batch_mode_token1] = ACTIONS(1090), - [aux_sym_bind_address_token1] = ACTIONS(1090), - [aux_sym_bind_interface_token1] = ACTIONS(1090), - [aux_sym_canonical_domains_token1] = ACTIONS(1090), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1090), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1090), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1090), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1090), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1090), - [aux_sym_certificate_file_token1] = ACTIONS(1090), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1090), - [aux_sym_check_host_ip_token1] = ACTIONS(1090), - [aux_sym_ciphers_token1] = ACTIONS(1090), - [aux_sym_cipher_token1] = ACTIONS(1092), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1090), - [aux_sym_compression_token1] = ACTIONS(1090), - [aux_sym_connection_attempts_token1] = ACTIONS(1090), - [aux_sym_connect_timeout_token1] = ACTIONS(1090), - [aux_sym_control_master_token1] = ACTIONS(1090), - [aux_sym_control_path_token1] = ACTIONS(1090), - [aux_sym_control_persist_token1] = ACTIONS(1090), - [aux_sym_dynamic_forward_token1] = ACTIONS(1090), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1090), - [aux_sym_escape_char_token1] = ACTIONS(1090), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1090), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1090), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1090), - [aux_sym_forward_agent_token1] = ACTIONS(1090), - [aux_sym_forward_x11_token1] = ACTIONS(1092), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1090), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1090), - [aux_sym_gateway_ports_token1] = ACTIONS(1090), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1090), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1090), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1090), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1090), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1090), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1090), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1090), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1090), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1090), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1090), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1090), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1090), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1090), - [aux_sym_host_key_alias_token1] = ACTIONS(1090), - [aux_sym_hostname_token1] = ACTIONS(1090), - [aux_sym_identities_only_token1] = ACTIONS(1090), - [aux_sym_identity_agent_token1] = ACTIONS(1090), - [aux_sym_identity_file_token1] = ACTIONS(1090), - [aux_sym_ignore_unknown_token1] = ACTIONS(1090), - [aux_sym_include_token1] = ACTIONS(1090), - [aux_sym_ip_qos_token1] = ACTIONS(1090), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1090), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1090), - [aux_sym_kex_algorithms_token1] = ACTIONS(1090), - [aux_sym_known_hosts_command_token1] = ACTIONS(1090), - [aux_sym_local_command_token1] = ACTIONS(1090), - [aux_sym_local_forward_token1] = ACTIONS(1090), - [aux_sym_log_level_token1] = ACTIONS(1090), - [aux_sym_log_verbose_token1] = ACTIONS(1090), - [aux_sym_macs_token1] = ACTIONS(1090), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1090), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1090), - [aux_sym_password_authentication_token1] = ACTIONS(1090), - [aux_sym_permit_local_command_token1] = ACTIONS(1090), - [aux_sym_permit_remote_open_token1] = ACTIONS(1090), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1090), - [aux_sym_port_token1] = ACTIONS(1090), - [aux_sym_preferred_authentications_token1] = ACTIONS(1090), - [aux_sym_protocol_token1] = ACTIONS(1090), - [aux_sym_proxy_command_token1] = ACTIONS(1090), - [aux_sym_proxy_jump_token1] = ACTIONS(1090), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1090), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1090), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1090), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1090), - [aux_sym_rekey_limit_token1] = ACTIONS(1090), - [aux_sym_remote_command_token1] = ACTIONS(1090), - [aux_sym_remote_forward_token1] = ACTIONS(1090), - [aux_sym_request_tty_token1] = ACTIONS(1090), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1090), - [aux_sym_security_key_provider_token1] = ACTIONS(1090), - [aux_sym_send_env_token1] = ACTIONS(1090), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1090), - [aux_sym_server_alive_interval_token1] = ACTIONS(1090), - [aux_sym_session_type_token1] = ACTIONS(1090), - [aux_sym_set_env_token1] = ACTIONS(1090), - [aux_sym_stdin_null_token1] = ACTIONS(1090), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1090), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1090), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1090), - [aux_sym_syslog_facility_token1] = ACTIONS(1090), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1090), - [aux_sym_keep_alive_token1] = ACTIONS(1090), - [aux_sym_tunnel_token1] = ACTIONS(1092), - [aux_sym_tunnel_device_token1] = ACTIONS(1090), - [aux_sym_update_host_keys_token1] = ACTIONS(1090), - [aux_sym_use_keychain_token1] = ACTIONS(1090), - [aux_sym_use_roaming_token1] = ACTIONS(1090), - [aux_sym_user_token1] = ACTIONS(1092), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1090), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1090), - [aux_sym_visual_host_key_token1] = ACTIONS(1090), - [aux_sym_xauth_location_token1] = ACTIONS(1090), + [ts_builtin_sym_end] = ACTIONS(1095), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1097), + [anon_sym_DQUOTE] = ACTIONS(1099), + [aux_sym_match_token1] = ACTIONS(1095), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1095), + [aux_sym_address_family_token1] = ACTIONS(1095), + [aux_sym_batch_mode_token1] = ACTIONS(1095), + [aux_sym_bind_address_token1] = ACTIONS(1095), + [aux_sym_bind_interface_token1] = ACTIONS(1095), + [aux_sym_canonical_domains_token1] = ACTIONS(1095), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1095), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1095), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1095), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1095), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1095), + [aux_sym_certificate_file_token1] = ACTIONS(1095), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1095), + [aux_sym_check_host_ip_token1] = ACTIONS(1095), + [aux_sym_ciphers_token1] = ACTIONS(1095), + [aux_sym_cipher_token1] = ACTIONS(1097), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1095), + [aux_sym_compression_token1] = ACTIONS(1095), + [aux_sym_connection_attempts_token1] = ACTIONS(1095), + [aux_sym_connect_timeout_token1] = ACTIONS(1095), + [aux_sym_control_master_token1] = ACTIONS(1095), + [aux_sym_control_path_token1] = ACTIONS(1095), + [aux_sym_control_persist_token1] = ACTIONS(1095), + [aux_sym_dynamic_forward_token1] = ACTIONS(1095), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1095), + [aux_sym_escape_char_token1] = ACTIONS(1095), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1095), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1095), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1095), + [aux_sym_forward_agent_token1] = ACTIONS(1095), + [aux_sym_forward_x11_token1] = ACTIONS(1097), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1095), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1095), + [aux_sym_gateway_ports_token1] = ACTIONS(1095), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1095), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1095), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1095), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1095), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1095), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1095), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1095), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1095), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1095), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1095), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1095), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1095), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1095), + [aux_sym_host_key_alias_token1] = ACTIONS(1095), + [aux_sym_hostname_token1] = ACTIONS(1095), + [aux_sym_identities_only_token1] = ACTIONS(1095), + [aux_sym_identity_agent_token1] = ACTIONS(1095), + [aux_sym_identity_file_token1] = ACTIONS(1095), + [aux_sym_ignore_unknown_token1] = ACTIONS(1095), + [aux_sym_include_token1] = ACTIONS(1095), + [aux_sym_ip_qos_token1] = ACTIONS(1095), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1095), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1095), + [aux_sym_kex_algorithms_token1] = ACTIONS(1095), + [aux_sym_known_hosts_command_token1] = ACTIONS(1095), + [aux_sym_local_command_token1] = ACTIONS(1095), + [aux_sym_local_forward_token1] = ACTIONS(1095), + [aux_sym_log_level_token1] = ACTIONS(1095), + [aux_sym_log_verbose_token1] = ACTIONS(1095), + [aux_sym_macs_token1] = ACTIONS(1095), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1095), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1095), + [aux_sym_password_authentication_token1] = ACTIONS(1095), + [aux_sym_permit_local_command_token1] = ACTIONS(1095), + [aux_sym_permit_remote_open_token1] = ACTIONS(1095), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1095), + [aux_sym_port_token1] = ACTIONS(1095), + [aux_sym_preferred_authentications_token1] = ACTIONS(1095), + [aux_sym_protocol_token1] = ACTIONS(1095), + [aux_sym_proxy_command_token1] = ACTIONS(1095), + [aux_sym_proxy_jump_token1] = ACTIONS(1095), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1095), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1095), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1095), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1095), + [aux_sym_rekey_limit_token1] = ACTIONS(1095), + [aux_sym_remote_command_token1] = ACTIONS(1095), + [aux_sym_remote_forward_token1] = ACTIONS(1095), + [aux_sym_request_tty_token1] = ACTIONS(1095), + [aux_sym_required_rsa_size_token1] = ACTIONS(1095), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1095), + [aux_sym_security_key_provider_token1] = ACTIONS(1095), + [aux_sym_send_env_token1] = ACTIONS(1095), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1095), + [aux_sym_server_alive_interval_token1] = ACTIONS(1095), + [aux_sym_session_type_token1] = ACTIONS(1095), + [aux_sym_set_env_token1] = ACTIONS(1095), + [aux_sym_stdin_null_token1] = ACTIONS(1095), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1095), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1095), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1095), + [aux_sym_syslog_facility_token1] = ACTIONS(1095), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1095), + [aux_sym_keep_alive_token1] = ACTIONS(1095), + [aux_sym_tunnel_token1] = ACTIONS(1097), + [aux_sym_tunnel_device_token1] = ACTIONS(1095), + [aux_sym_update_host_keys_token1] = ACTIONS(1095), + [aux_sym_use_keychain_token1] = ACTIONS(1095), + [aux_sym_use_roaming_token1] = ACTIONS(1095), + [aux_sym_user_token1] = ACTIONS(1097), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1095), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1095), + [aux_sym_visual_host_key_token1] = ACTIONS(1095), + [aux_sym_xauth_location_token1] = ACTIONS(1095), }, [94] = { - [ts_builtin_sym_end] = ACTIONS(1096), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1098), - [anon_sym_DQUOTE] = ACTIONS(1100), - [aux_sym_match_token1] = ACTIONS(1096), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1096), - [aux_sym_address_family_token1] = ACTIONS(1096), - [aux_sym_batch_mode_token1] = ACTIONS(1096), - [aux_sym_bind_address_token1] = ACTIONS(1096), - [aux_sym_bind_interface_token1] = ACTIONS(1096), - [aux_sym_canonical_domains_token1] = ACTIONS(1096), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1096), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1096), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1096), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1096), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1096), - [aux_sym_certificate_file_token1] = ACTIONS(1096), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1096), - [aux_sym_check_host_ip_token1] = ACTIONS(1096), - [aux_sym_ciphers_token1] = ACTIONS(1096), - [aux_sym_cipher_token1] = ACTIONS(1098), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1096), - [aux_sym_compression_token1] = ACTIONS(1096), - [aux_sym_connection_attempts_token1] = ACTIONS(1096), - [aux_sym_connect_timeout_token1] = ACTIONS(1096), - [aux_sym_control_master_token1] = ACTIONS(1096), - [aux_sym_control_path_token1] = ACTIONS(1096), - [aux_sym_control_persist_token1] = ACTIONS(1096), - [aux_sym_dynamic_forward_token1] = ACTIONS(1096), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1096), - [aux_sym_escape_char_token1] = ACTIONS(1096), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1096), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1096), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1096), - [aux_sym_forward_agent_token1] = ACTIONS(1096), - [aux_sym_forward_x11_token1] = ACTIONS(1098), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1096), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1096), - [aux_sym_gateway_ports_token1] = ACTIONS(1096), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1096), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1096), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1096), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1096), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1096), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1096), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1096), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1096), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1096), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1096), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1096), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1096), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1096), - [aux_sym_host_key_alias_token1] = ACTIONS(1096), - [aux_sym_hostname_token1] = ACTIONS(1096), - [aux_sym_identities_only_token1] = ACTIONS(1096), - [aux_sym_identity_agent_token1] = ACTIONS(1096), - [aux_sym_identity_file_token1] = ACTIONS(1096), - [aux_sym_ignore_unknown_token1] = ACTIONS(1096), - [aux_sym_include_token1] = ACTIONS(1096), - [aux_sym_ip_qos_token1] = ACTIONS(1096), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1096), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1096), - [aux_sym_kex_algorithms_token1] = ACTIONS(1096), - [aux_sym_known_hosts_command_token1] = ACTIONS(1096), - [aux_sym_local_command_token1] = ACTIONS(1096), - [aux_sym_local_forward_token1] = ACTIONS(1096), - [aux_sym_log_level_token1] = ACTIONS(1096), - [aux_sym_log_verbose_token1] = ACTIONS(1096), - [aux_sym_macs_token1] = ACTIONS(1096), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1096), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1096), - [aux_sym_password_authentication_token1] = ACTIONS(1096), - [aux_sym_permit_local_command_token1] = ACTIONS(1096), - [aux_sym_permit_remote_open_token1] = ACTIONS(1096), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1096), - [aux_sym_port_token1] = ACTIONS(1096), - [aux_sym_preferred_authentications_token1] = ACTIONS(1096), - [aux_sym_protocol_token1] = ACTIONS(1096), - [aux_sym_proxy_command_token1] = ACTIONS(1096), - [aux_sym_proxy_jump_token1] = ACTIONS(1096), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1096), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1096), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1096), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1096), - [aux_sym_rekey_limit_token1] = ACTIONS(1096), - [aux_sym_remote_command_token1] = ACTIONS(1096), - [aux_sym_remote_forward_token1] = ACTIONS(1096), - [aux_sym_request_tty_token1] = ACTIONS(1096), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1096), - [aux_sym_security_key_provider_token1] = ACTIONS(1096), - [aux_sym_send_env_token1] = ACTIONS(1096), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1096), - [aux_sym_server_alive_interval_token1] = ACTIONS(1096), - [aux_sym_session_type_token1] = ACTIONS(1096), - [aux_sym_set_env_token1] = ACTIONS(1096), - [aux_sym_stdin_null_token1] = ACTIONS(1096), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1096), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1096), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1096), - [aux_sym_syslog_facility_token1] = ACTIONS(1096), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1096), - [aux_sym_keep_alive_token1] = ACTIONS(1096), - [aux_sym_tunnel_token1] = ACTIONS(1098), - [aux_sym_tunnel_device_token1] = ACTIONS(1096), - [aux_sym_update_host_keys_token1] = ACTIONS(1096), - [aux_sym_use_keychain_token1] = ACTIONS(1096), - [aux_sym_use_roaming_token1] = ACTIONS(1096), - [aux_sym_user_token1] = ACTIONS(1098), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1096), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1096), - [aux_sym_visual_host_key_token1] = ACTIONS(1096), - [aux_sym_xauth_location_token1] = ACTIONS(1096), + [ts_builtin_sym_end] = ACTIONS(1101), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1105), + [aux_sym_match_token1] = ACTIONS(1101), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1101), + [aux_sym_address_family_token1] = ACTIONS(1101), + [aux_sym_batch_mode_token1] = ACTIONS(1101), + [aux_sym_bind_address_token1] = ACTIONS(1101), + [aux_sym_bind_interface_token1] = ACTIONS(1101), + [aux_sym_canonical_domains_token1] = ACTIONS(1101), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1101), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1101), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1101), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1101), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1101), + [aux_sym_certificate_file_token1] = ACTIONS(1101), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1101), + [aux_sym_check_host_ip_token1] = ACTIONS(1101), + [aux_sym_ciphers_token1] = ACTIONS(1101), + [aux_sym_cipher_token1] = ACTIONS(1103), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1101), + [aux_sym_compression_token1] = ACTIONS(1101), + [aux_sym_connection_attempts_token1] = ACTIONS(1101), + [aux_sym_connect_timeout_token1] = ACTIONS(1101), + [aux_sym_control_master_token1] = ACTIONS(1101), + [aux_sym_control_path_token1] = ACTIONS(1101), + [aux_sym_control_persist_token1] = ACTIONS(1101), + [aux_sym_dynamic_forward_token1] = ACTIONS(1101), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1101), + [aux_sym_escape_char_token1] = ACTIONS(1101), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1101), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1101), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1101), + [aux_sym_forward_agent_token1] = ACTIONS(1101), + [aux_sym_forward_x11_token1] = ACTIONS(1103), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1101), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1101), + [aux_sym_gateway_ports_token1] = ACTIONS(1101), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1101), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1101), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1101), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1101), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1101), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1101), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1101), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1101), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1101), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1101), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1101), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1101), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1101), + [aux_sym_host_key_alias_token1] = ACTIONS(1101), + [aux_sym_hostname_token1] = ACTIONS(1101), + [aux_sym_identities_only_token1] = ACTIONS(1101), + [aux_sym_identity_agent_token1] = ACTIONS(1101), + [aux_sym_identity_file_token1] = ACTIONS(1101), + [aux_sym_ignore_unknown_token1] = ACTIONS(1101), + [aux_sym_include_token1] = ACTIONS(1101), + [aux_sym_ip_qos_token1] = ACTIONS(1101), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1101), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1101), + [aux_sym_kex_algorithms_token1] = ACTIONS(1101), + [aux_sym_known_hosts_command_token1] = ACTIONS(1101), + [aux_sym_local_command_token1] = ACTIONS(1101), + [aux_sym_local_forward_token1] = ACTIONS(1101), + [aux_sym_log_level_token1] = ACTIONS(1101), + [aux_sym_log_verbose_token1] = ACTIONS(1101), + [aux_sym_macs_token1] = ACTIONS(1101), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1101), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1101), + [aux_sym_password_authentication_token1] = ACTIONS(1101), + [aux_sym_permit_local_command_token1] = ACTIONS(1101), + [aux_sym_permit_remote_open_token1] = ACTIONS(1101), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1101), + [aux_sym_port_token1] = ACTIONS(1101), + [aux_sym_preferred_authentications_token1] = ACTIONS(1101), + [aux_sym_protocol_token1] = ACTIONS(1101), + [aux_sym_proxy_command_token1] = ACTIONS(1101), + [aux_sym_proxy_jump_token1] = ACTIONS(1101), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1101), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1101), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1101), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1101), + [aux_sym_rekey_limit_token1] = ACTIONS(1101), + [aux_sym_remote_command_token1] = ACTIONS(1101), + [aux_sym_remote_forward_token1] = ACTIONS(1101), + [aux_sym_request_tty_token1] = ACTIONS(1101), + [aux_sym_required_rsa_size_token1] = ACTIONS(1101), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1101), + [aux_sym_security_key_provider_token1] = ACTIONS(1101), + [aux_sym_send_env_token1] = ACTIONS(1101), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1101), + [aux_sym_server_alive_interval_token1] = ACTIONS(1101), + [aux_sym_session_type_token1] = ACTIONS(1101), + [aux_sym_set_env_token1] = ACTIONS(1101), + [aux_sym_stdin_null_token1] = ACTIONS(1101), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1101), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1101), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1101), + [aux_sym_syslog_facility_token1] = ACTIONS(1101), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1101), + [aux_sym_keep_alive_token1] = ACTIONS(1101), + [aux_sym_tunnel_token1] = ACTIONS(1103), + [aux_sym_tunnel_device_token1] = ACTIONS(1101), + [aux_sym_update_host_keys_token1] = ACTIONS(1101), + [aux_sym_use_keychain_token1] = ACTIONS(1101), + [aux_sym_use_roaming_token1] = ACTIONS(1101), + [aux_sym_user_token1] = ACTIONS(1103), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1101), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1101), + [aux_sym_visual_host_key_token1] = ACTIONS(1101), + [aux_sym_xauth_location_token1] = ACTIONS(1101), }, [95] = { - [ts_builtin_sym_end] = ACTIONS(1102), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1104), - [anon_sym_DQUOTE] = ACTIONS(1106), - [aux_sym_match_token1] = ACTIONS(1102), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1102), - [aux_sym_address_family_token1] = ACTIONS(1102), - [aux_sym_batch_mode_token1] = ACTIONS(1102), - [aux_sym_bind_address_token1] = ACTIONS(1102), - [aux_sym_bind_interface_token1] = ACTIONS(1102), - [aux_sym_canonical_domains_token1] = ACTIONS(1102), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1102), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1102), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1102), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1102), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1102), - [aux_sym_certificate_file_token1] = ACTIONS(1102), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1102), - [aux_sym_check_host_ip_token1] = ACTIONS(1102), - [aux_sym_ciphers_token1] = ACTIONS(1102), - [aux_sym_cipher_token1] = ACTIONS(1104), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1102), - [aux_sym_compression_token1] = ACTIONS(1102), - [aux_sym_connection_attempts_token1] = ACTIONS(1102), - [aux_sym_connect_timeout_token1] = ACTIONS(1102), - [aux_sym_control_master_token1] = ACTIONS(1102), - [aux_sym_control_path_token1] = ACTIONS(1102), - [aux_sym_control_persist_token1] = ACTIONS(1102), - [aux_sym_dynamic_forward_token1] = ACTIONS(1102), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1102), - [aux_sym_escape_char_token1] = ACTIONS(1102), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1102), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1102), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1102), - [aux_sym_forward_agent_token1] = ACTIONS(1102), - [aux_sym_forward_x11_token1] = ACTIONS(1104), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1102), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1102), - [aux_sym_gateway_ports_token1] = ACTIONS(1102), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1102), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1102), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1102), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1102), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1102), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1102), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1102), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1102), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1102), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1102), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1102), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1102), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1102), - [aux_sym_host_key_alias_token1] = ACTIONS(1102), - [aux_sym_hostname_token1] = ACTIONS(1102), - [aux_sym_identities_only_token1] = ACTIONS(1102), - [aux_sym_identity_agent_token1] = ACTIONS(1102), - [aux_sym_identity_file_token1] = ACTIONS(1102), - [aux_sym_ignore_unknown_token1] = ACTIONS(1102), - [aux_sym_include_token1] = ACTIONS(1102), - [aux_sym_ip_qos_token1] = ACTIONS(1102), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1102), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1102), - [aux_sym_kex_algorithms_token1] = ACTIONS(1102), - [aux_sym_known_hosts_command_token1] = ACTIONS(1102), - [aux_sym_local_command_token1] = ACTIONS(1102), - [aux_sym_local_forward_token1] = ACTIONS(1102), - [aux_sym_log_level_token1] = ACTIONS(1102), - [aux_sym_log_verbose_token1] = ACTIONS(1102), - [aux_sym_macs_token1] = ACTIONS(1102), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1102), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1102), - [aux_sym_password_authentication_token1] = ACTIONS(1102), - [aux_sym_permit_local_command_token1] = ACTIONS(1102), - [aux_sym_permit_remote_open_token1] = ACTIONS(1102), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1102), - [aux_sym_port_token1] = ACTIONS(1102), - [aux_sym_preferred_authentications_token1] = ACTIONS(1102), - [aux_sym_protocol_token1] = ACTIONS(1102), - [aux_sym_proxy_command_token1] = ACTIONS(1102), - [aux_sym_proxy_jump_token1] = ACTIONS(1102), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1102), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1102), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1102), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1102), - [aux_sym_rekey_limit_token1] = ACTIONS(1102), - [aux_sym_remote_command_token1] = ACTIONS(1102), - [aux_sym_remote_forward_token1] = ACTIONS(1102), - [aux_sym_request_tty_token1] = ACTIONS(1102), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1102), - [aux_sym_security_key_provider_token1] = ACTIONS(1102), - [aux_sym_send_env_token1] = ACTIONS(1102), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1102), - [aux_sym_server_alive_interval_token1] = ACTIONS(1102), - [aux_sym_session_type_token1] = ACTIONS(1102), - [aux_sym_set_env_token1] = ACTIONS(1102), - [aux_sym_stdin_null_token1] = ACTIONS(1102), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1102), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1102), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1102), - [aux_sym_syslog_facility_token1] = ACTIONS(1102), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1102), - [aux_sym_keep_alive_token1] = ACTIONS(1102), - [aux_sym_tunnel_token1] = ACTIONS(1104), - [aux_sym_tunnel_device_token1] = ACTIONS(1102), - [aux_sym_update_host_keys_token1] = ACTIONS(1102), - [aux_sym_use_keychain_token1] = ACTIONS(1102), - [aux_sym_use_roaming_token1] = ACTIONS(1102), - [aux_sym_user_token1] = ACTIONS(1104), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1102), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1102), - [aux_sym_visual_host_key_token1] = ACTIONS(1102), - [aux_sym_xauth_location_token1] = ACTIONS(1102), + [ts_builtin_sym_end] = ACTIONS(1107), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1109), + [anon_sym_DQUOTE] = ACTIONS(1111), + [aux_sym_match_token1] = ACTIONS(1107), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1107), + [aux_sym_address_family_token1] = ACTIONS(1107), + [aux_sym_batch_mode_token1] = ACTIONS(1107), + [aux_sym_bind_address_token1] = ACTIONS(1107), + [aux_sym_bind_interface_token1] = ACTIONS(1107), + [aux_sym_canonical_domains_token1] = ACTIONS(1107), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1107), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1107), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1107), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1107), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1107), + [aux_sym_certificate_file_token1] = ACTIONS(1107), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1107), + [aux_sym_check_host_ip_token1] = ACTIONS(1107), + [aux_sym_ciphers_token1] = ACTIONS(1107), + [aux_sym_cipher_token1] = ACTIONS(1109), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1107), + [aux_sym_compression_token1] = ACTIONS(1107), + [aux_sym_connection_attempts_token1] = ACTIONS(1107), + [aux_sym_connect_timeout_token1] = ACTIONS(1107), + [aux_sym_control_master_token1] = ACTIONS(1107), + [aux_sym_control_path_token1] = ACTIONS(1107), + [aux_sym_control_persist_token1] = ACTIONS(1107), + [aux_sym_dynamic_forward_token1] = ACTIONS(1107), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1107), + [aux_sym_escape_char_token1] = ACTIONS(1107), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1107), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1107), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1107), + [aux_sym_forward_agent_token1] = ACTIONS(1107), + [aux_sym_forward_x11_token1] = ACTIONS(1109), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1107), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1107), + [aux_sym_gateway_ports_token1] = ACTIONS(1107), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1107), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1107), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1107), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1107), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1107), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1107), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1107), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1107), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1107), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1107), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1107), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1107), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1107), + [aux_sym_host_key_alias_token1] = ACTIONS(1107), + [aux_sym_hostname_token1] = ACTIONS(1107), + [aux_sym_identities_only_token1] = ACTIONS(1107), + [aux_sym_identity_agent_token1] = ACTIONS(1107), + [aux_sym_identity_file_token1] = ACTIONS(1107), + [aux_sym_ignore_unknown_token1] = ACTIONS(1107), + [aux_sym_include_token1] = ACTIONS(1107), + [aux_sym_ip_qos_token1] = ACTIONS(1107), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1107), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1107), + [aux_sym_kex_algorithms_token1] = ACTIONS(1107), + [aux_sym_known_hosts_command_token1] = ACTIONS(1107), + [aux_sym_local_command_token1] = ACTIONS(1107), + [aux_sym_local_forward_token1] = ACTIONS(1107), + [aux_sym_log_level_token1] = ACTIONS(1107), + [aux_sym_log_verbose_token1] = ACTIONS(1107), + [aux_sym_macs_token1] = ACTIONS(1107), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1107), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1107), + [aux_sym_password_authentication_token1] = ACTIONS(1107), + [aux_sym_permit_local_command_token1] = ACTIONS(1107), + [aux_sym_permit_remote_open_token1] = ACTIONS(1107), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1107), + [aux_sym_port_token1] = ACTIONS(1107), + [aux_sym_preferred_authentications_token1] = ACTIONS(1107), + [aux_sym_protocol_token1] = ACTIONS(1107), + [aux_sym_proxy_command_token1] = ACTIONS(1107), + [aux_sym_proxy_jump_token1] = ACTIONS(1107), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1107), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1107), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1107), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1107), + [aux_sym_rekey_limit_token1] = ACTIONS(1107), + [aux_sym_remote_command_token1] = ACTIONS(1107), + [aux_sym_remote_forward_token1] = ACTIONS(1107), + [aux_sym_request_tty_token1] = ACTIONS(1107), + [aux_sym_required_rsa_size_token1] = ACTIONS(1107), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1107), + [aux_sym_security_key_provider_token1] = ACTIONS(1107), + [aux_sym_send_env_token1] = ACTIONS(1107), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1107), + [aux_sym_server_alive_interval_token1] = ACTIONS(1107), + [aux_sym_session_type_token1] = ACTIONS(1107), + [aux_sym_set_env_token1] = ACTIONS(1107), + [aux_sym_stdin_null_token1] = ACTIONS(1107), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1107), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1107), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1107), + [aux_sym_syslog_facility_token1] = ACTIONS(1107), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1107), + [aux_sym_keep_alive_token1] = ACTIONS(1107), + [aux_sym_tunnel_token1] = ACTIONS(1109), + [aux_sym_tunnel_device_token1] = ACTIONS(1107), + [aux_sym_update_host_keys_token1] = ACTIONS(1107), + [aux_sym_use_keychain_token1] = ACTIONS(1107), + [aux_sym_use_roaming_token1] = ACTIONS(1107), + [aux_sym_user_token1] = ACTIONS(1109), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1107), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1107), + [aux_sym_visual_host_key_token1] = ACTIONS(1107), + [aux_sym_xauth_location_token1] = ACTIONS(1107), }, [96] = { - [ts_builtin_sym_end] = ACTIONS(1108), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1110), - [anon_sym_DQUOTE] = ACTIONS(1112), - [aux_sym_match_token1] = ACTIONS(1108), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1108), - [aux_sym_address_family_token1] = ACTIONS(1108), - [aux_sym_batch_mode_token1] = ACTIONS(1108), - [aux_sym_bind_address_token1] = ACTIONS(1108), - [aux_sym_bind_interface_token1] = ACTIONS(1108), - [aux_sym_canonical_domains_token1] = ACTIONS(1108), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1108), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1108), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1108), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1108), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1108), - [aux_sym_certificate_file_token1] = ACTIONS(1108), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1108), - [aux_sym_check_host_ip_token1] = ACTIONS(1108), - [aux_sym_ciphers_token1] = ACTIONS(1108), - [aux_sym_cipher_token1] = ACTIONS(1110), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1108), - [aux_sym_compression_token1] = ACTIONS(1108), - [aux_sym_connection_attempts_token1] = ACTIONS(1108), - [aux_sym_connect_timeout_token1] = ACTIONS(1108), - [aux_sym_control_master_token1] = ACTIONS(1108), - [aux_sym_control_path_token1] = ACTIONS(1108), - [aux_sym_control_persist_token1] = ACTIONS(1108), - [aux_sym_dynamic_forward_token1] = ACTIONS(1108), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1108), - [aux_sym_escape_char_token1] = ACTIONS(1108), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1108), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1108), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1108), - [aux_sym_forward_agent_token1] = ACTIONS(1108), - [aux_sym_forward_x11_token1] = ACTIONS(1110), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1108), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1108), - [aux_sym_gateway_ports_token1] = ACTIONS(1108), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1108), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1108), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1108), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1108), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1108), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1108), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1108), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1108), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1108), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1108), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1108), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1108), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1108), - [aux_sym_host_key_alias_token1] = ACTIONS(1108), - [aux_sym_hostname_token1] = ACTIONS(1108), - [aux_sym_identities_only_token1] = ACTIONS(1108), - [aux_sym_identity_agent_token1] = ACTIONS(1108), - [aux_sym_identity_file_token1] = ACTIONS(1108), - [aux_sym_ignore_unknown_token1] = ACTIONS(1108), - [aux_sym_include_token1] = ACTIONS(1108), - [aux_sym_ip_qos_token1] = ACTIONS(1108), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1108), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1108), - [aux_sym_kex_algorithms_token1] = ACTIONS(1108), - [aux_sym_known_hosts_command_token1] = ACTIONS(1108), - [aux_sym_local_command_token1] = ACTIONS(1108), - [aux_sym_local_forward_token1] = ACTIONS(1108), - [aux_sym_log_level_token1] = ACTIONS(1108), - [aux_sym_log_verbose_token1] = ACTIONS(1108), - [aux_sym_macs_token1] = ACTIONS(1108), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1108), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1108), - [aux_sym_password_authentication_token1] = ACTIONS(1108), - [aux_sym_permit_local_command_token1] = ACTIONS(1108), - [aux_sym_permit_remote_open_token1] = ACTIONS(1108), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1108), - [aux_sym_port_token1] = ACTIONS(1108), - [aux_sym_preferred_authentications_token1] = ACTIONS(1108), - [aux_sym_protocol_token1] = ACTIONS(1108), - [aux_sym_proxy_command_token1] = ACTIONS(1108), - [aux_sym_proxy_jump_token1] = ACTIONS(1108), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1108), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1108), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1108), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1108), - [aux_sym_rekey_limit_token1] = ACTIONS(1108), - [aux_sym_remote_command_token1] = ACTIONS(1108), - [aux_sym_remote_forward_token1] = ACTIONS(1108), - [aux_sym_request_tty_token1] = ACTIONS(1108), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1108), - [aux_sym_security_key_provider_token1] = ACTIONS(1108), - [aux_sym_send_env_token1] = ACTIONS(1108), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1108), - [aux_sym_server_alive_interval_token1] = ACTIONS(1108), - [aux_sym_session_type_token1] = ACTIONS(1108), - [aux_sym_set_env_token1] = ACTIONS(1108), - [aux_sym_stdin_null_token1] = ACTIONS(1108), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1108), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1108), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1108), - [aux_sym_syslog_facility_token1] = ACTIONS(1108), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1108), - [aux_sym_keep_alive_token1] = ACTIONS(1108), - [aux_sym_tunnel_token1] = ACTIONS(1110), - [aux_sym_tunnel_device_token1] = ACTIONS(1108), - [aux_sym_update_host_keys_token1] = ACTIONS(1108), - [aux_sym_use_keychain_token1] = ACTIONS(1108), - [aux_sym_use_roaming_token1] = ACTIONS(1108), - [aux_sym_user_token1] = ACTIONS(1110), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1108), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1108), - [aux_sym_visual_host_key_token1] = ACTIONS(1108), - [aux_sym_xauth_location_token1] = ACTIONS(1108), + [ts_builtin_sym_end] = ACTIONS(1113), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1115), + [anon_sym_DQUOTE] = ACTIONS(1117), + [aux_sym_match_token1] = ACTIONS(1113), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1113), + [aux_sym_address_family_token1] = ACTIONS(1113), + [aux_sym_batch_mode_token1] = ACTIONS(1113), + [aux_sym_bind_address_token1] = ACTIONS(1113), + [aux_sym_bind_interface_token1] = ACTIONS(1113), + [aux_sym_canonical_domains_token1] = ACTIONS(1113), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1113), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1113), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1113), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1113), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1113), + [aux_sym_certificate_file_token1] = ACTIONS(1113), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1113), + [aux_sym_check_host_ip_token1] = ACTIONS(1113), + [aux_sym_ciphers_token1] = ACTIONS(1113), + [aux_sym_cipher_token1] = ACTIONS(1115), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1113), + [aux_sym_compression_token1] = ACTIONS(1113), + [aux_sym_connection_attempts_token1] = ACTIONS(1113), + [aux_sym_connect_timeout_token1] = ACTIONS(1113), + [aux_sym_control_master_token1] = ACTIONS(1113), + [aux_sym_control_path_token1] = ACTIONS(1113), + [aux_sym_control_persist_token1] = ACTIONS(1113), + [aux_sym_dynamic_forward_token1] = ACTIONS(1113), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1113), + [aux_sym_escape_char_token1] = ACTIONS(1113), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1113), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1113), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1113), + [aux_sym_forward_agent_token1] = ACTIONS(1113), + [aux_sym_forward_x11_token1] = ACTIONS(1115), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1113), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1113), + [aux_sym_gateway_ports_token1] = ACTIONS(1113), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1113), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1113), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1113), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1113), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1113), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1113), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1113), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1113), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1113), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1113), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1113), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1113), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1113), + [aux_sym_host_key_alias_token1] = ACTIONS(1113), + [aux_sym_hostname_token1] = ACTIONS(1113), + [aux_sym_identities_only_token1] = ACTIONS(1113), + [aux_sym_identity_agent_token1] = ACTIONS(1113), + [aux_sym_identity_file_token1] = ACTIONS(1113), + [aux_sym_ignore_unknown_token1] = ACTIONS(1113), + [aux_sym_include_token1] = ACTIONS(1113), + [aux_sym_ip_qos_token1] = ACTIONS(1113), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1113), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1113), + [aux_sym_kex_algorithms_token1] = ACTIONS(1113), + [aux_sym_known_hosts_command_token1] = ACTIONS(1113), + [aux_sym_local_command_token1] = ACTIONS(1113), + [aux_sym_local_forward_token1] = ACTIONS(1113), + [aux_sym_log_level_token1] = ACTIONS(1113), + [aux_sym_log_verbose_token1] = ACTIONS(1113), + [aux_sym_macs_token1] = ACTIONS(1113), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1113), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1113), + [aux_sym_password_authentication_token1] = ACTIONS(1113), + [aux_sym_permit_local_command_token1] = ACTIONS(1113), + [aux_sym_permit_remote_open_token1] = ACTIONS(1113), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1113), + [aux_sym_port_token1] = ACTIONS(1113), + [aux_sym_preferred_authentications_token1] = ACTIONS(1113), + [aux_sym_protocol_token1] = ACTIONS(1113), + [aux_sym_proxy_command_token1] = ACTIONS(1113), + [aux_sym_proxy_jump_token1] = ACTIONS(1113), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1113), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1113), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1113), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1113), + [aux_sym_rekey_limit_token1] = ACTIONS(1113), + [aux_sym_remote_command_token1] = ACTIONS(1113), + [aux_sym_remote_forward_token1] = ACTIONS(1113), + [aux_sym_request_tty_token1] = ACTIONS(1113), + [aux_sym_required_rsa_size_token1] = ACTIONS(1113), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1113), + [aux_sym_security_key_provider_token1] = ACTIONS(1113), + [aux_sym_send_env_token1] = ACTIONS(1113), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1113), + [aux_sym_server_alive_interval_token1] = ACTIONS(1113), + [aux_sym_session_type_token1] = ACTIONS(1113), + [aux_sym_set_env_token1] = ACTIONS(1113), + [aux_sym_stdin_null_token1] = ACTIONS(1113), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1113), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1113), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1113), + [aux_sym_syslog_facility_token1] = ACTIONS(1113), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1113), + [aux_sym_keep_alive_token1] = ACTIONS(1113), + [aux_sym_tunnel_token1] = ACTIONS(1115), + [aux_sym_tunnel_device_token1] = ACTIONS(1113), + [aux_sym_update_host_keys_token1] = ACTIONS(1113), + [aux_sym_use_keychain_token1] = ACTIONS(1113), + [aux_sym_use_roaming_token1] = ACTIONS(1113), + [aux_sym_user_token1] = ACTIONS(1115), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1113), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1113), + [aux_sym_visual_host_key_token1] = ACTIONS(1113), + [aux_sym_xauth_location_token1] = ACTIONS(1113), }, [97] = { - [ts_builtin_sym_end] = ACTIONS(1114), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1116), - [anon_sym_DQUOTE] = ACTIONS(1118), - [aux_sym_match_token1] = ACTIONS(1114), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1114), - [aux_sym_address_family_token1] = ACTIONS(1114), - [aux_sym_batch_mode_token1] = ACTIONS(1114), - [aux_sym_bind_address_token1] = ACTIONS(1114), - [aux_sym_bind_interface_token1] = ACTIONS(1114), - [aux_sym_canonical_domains_token1] = ACTIONS(1114), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1114), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1114), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1114), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1114), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1114), - [aux_sym_certificate_file_token1] = ACTIONS(1114), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1114), - [aux_sym_check_host_ip_token1] = ACTIONS(1114), - [aux_sym_ciphers_token1] = ACTIONS(1114), - [aux_sym_cipher_token1] = ACTIONS(1116), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1114), - [aux_sym_compression_token1] = ACTIONS(1114), - [aux_sym_connection_attempts_token1] = ACTIONS(1114), - [aux_sym_connect_timeout_token1] = ACTIONS(1114), - [aux_sym_control_master_token1] = ACTIONS(1114), - [aux_sym_control_path_token1] = ACTIONS(1114), - [aux_sym_control_persist_token1] = ACTIONS(1114), - [aux_sym_dynamic_forward_token1] = ACTIONS(1114), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1114), - [aux_sym_escape_char_token1] = ACTIONS(1114), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1114), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1114), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1114), - [aux_sym_forward_agent_token1] = ACTIONS(1114), - [aux_sym_forward_x11_token1] = ACTIONS(1116), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1114), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1114), - [aux_sym_gateway_ports_token1] = ACTIONS(1114), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1114), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1114), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1114), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1114), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1114), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1114), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1114), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1114), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1114), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1114), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1114), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1114), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1114), - [aux_sym_host_key_alias_token1] = ACTIONS(1114), - [aux_sym_hostname_token1] = ACTIONS(1114), - [aux_sym_identities_only_token1] = ACTIONS(1114), - [aux_sym_identity_agent_token1] = ACTIONS(1114), - [aux_sym_identity_file_token1] = ACTIONS(1114), - [aux_sym_ignore_unknown_token1] = ACTIONS(1114), - [aux_sym_include_token1] = ACTIONS(1114), - [aux_sym_ip_qos_token1] = ACTIONS(1114), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1114), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1114), - [aux_sym_kex_algorithms_token1] = ACTIONS(1114), - [aux_sym_known_hosts_command_token1] = ACTIONS(1114), - [aux_sym_local_command_token1] = ACTIONS(1114), - [aux_sym_local_forward_token1] = ACTIONS(1114), - [aux_sym_log_level_token1] = ACTIONS(1114), - [aux_sym_log_verbose_token1] = ACTIONS(1114), - [aux_sym_macs_token1] = ACTIONS(1114), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1114), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1114), - [aux_sym_password_authentication_token1] = ACTIONS(1114), - [aux_sym_permit_local_command_token1] = ACTIONS(1114), - [aux_sym_permit_remote_open_token1] = ACTIONS(1114), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1114), - [aux_sym_port_token1] = ACTIONS(1114), - [aux_sym_preferred_authentications_token1] = ACTIONS(1114), - [aux_sym_protocol_token1] = ACTIONS(1114), - [aux_sym_proxy_command_token1] = ACTIONS(1114), - [aux_sym_proxy_jump_token1] = ACTIONS(1114), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1114), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1114), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1114), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1114), - [aux_sym_rekey_limit_token1] = ACTIONS(1114), - [aux_sym_remote_command_token1] = ACTIONS(1114), - [aux_sym_remote_forward_token1] = ACTIONS(1114), - [aux_sym_request_tty_token1] = ACTIONS(1114), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1114), - [aux_sym_security_key_provider_token1] = ACTIONS(1114), - [aux_sym_send_env_token1] = ACTIONS(1114), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1114), - [aux_sym_server_alive_interval_token1] = ACTIONS(1114), - [aux_sym_session_type_token1] = ACTIONS(1114), - [aux_sym_set_env_token1] = ACTIONS(1114), - [aux_sym_stdin_null_token1] = ACTIONS(1114), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1114), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1114), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1114), - [aux_sym_syslog_facility_token1] = ACTIONS(1114), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1114), - [aux_sym_keep_alive_token1] = ACTIONS(1114), - [aux_sym_tunnel_token1] = ACTIONS(1116), - [aux_sym_tunnel_device_token1] = ACTIONS(1114), - [aux_sym_update_host_keys_token1] = ACTIONS(1114), - [aux_sym_use_keychain_token1] = ACTIONS(1114), - [aux_sym_use_roaming_token1] = ACTIONS(1114), - [aux_sym_user_token1] = ACTIONS(1116), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1114), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1114), - [aux_sym_visual_host_key_token1] = ACTIONS(1114), - [aux_sym_xauth_location_token1] = ACTIONS(1114), + [ts_builtin_sym_end] = ACTIONS(1119), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1121), + [anon_sym_DQUOTE] = ACTIONS(1123), + [aux_sym_match_token1] = ACTIONS(1119), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1119), + [aux_sym_address_family_token1] = ACTIONS(1119), + [aux_sym_batch_mode_token1] = ACTIONS(1119), + [aux_sym_bind_address_token1] = ACTIONS(1119), + [aux_sym_bind_interface_token1] = ACTIONS(1119), + [aux_sym_canonical_domains_token1] = ACTIONS(1119), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1119), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1119), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1119), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1119), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1119), + [aux_sym_certificate_file_token1] = ACTIONS(1119), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1119), + [aux_sym_check_host_ip_token1] = ACTIONS(1119), + [aux_sym_ciphers_token1] = ACTIONS(1119), + [aux_sym_cipher_token1] = ACTIONS(1121), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1119), + [aux_sym_compression_token1] = ACTIONS(1119), + [aux_sym_connection_attempts_token1] = ACTIONS(1119), + [aux_sym_connect_timeout_token1] = ACTIONS(1119), + [aux_sym_control_master_token1] = ACTIONS(1119), + [aux_sym_control_path_token1] = ACTIONS(1119), + [aux_sym_control_persist_token1] = ACTIONS(1119), + [aux_sym_dynamic_forward_token1] = ACTIONS(1119), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1119), + [aux_sym_escape_char_token1] = ACTIONS(1119), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1119), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1119), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1119), + [aux_sym_forward_agent_token1] = ACTIONS(1119), + [aux_sym_forward_x11_token1] = ACTIONS(1121), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1119), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1119), + [aux_sym_gateway_ports_token1] = ACTIONS(1119), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1119), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1119), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1119), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1119), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1119), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1119), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1119), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1119), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1119), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1119), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1119), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1119), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1119), + [aux_sym_host_key_alias_token1] = ACTIONS(1119), + [aux_sym_hostname_token1] = ACTIONS(1119), + [aux_sym_identities_only_token1] = ACTIONS(1119), + [aux_sym_identity_agent_token1] = ACTIONS(1119), + [aux_sym_identity_file_token1] = ACTIONS(1119), + [aux_sym_ignore_unknown_token1] = ACTIONS(1119), + [aux_sym_include_token1] = ACTIONS(1119), + [aux_sym_ip_qos_token1] = ACTIONS(1119), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1119), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1119), + [aux_sym_kex_algorithms_token1] = ACTIONS(1119), + [aux_sym_known_hosts_command_token1] = ACTIONS(1119), + [aux_sym_local_command_token1] = ACTIONS(1119), + [aux_sym_local_forward_token1] = ACTIONS(1119), + [aux_sym_log_level_token1] = ACTIONS(1119), + [aux_sym_log_verbose_token1] = ACTIONS(1119), + [aux_sym_macs_token1] = ACTIONS(1119), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1119), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1119), + [aux_sym_password_authentication_token1] = ACTIONS(1119), + [aux_sym_permit_local_command_token1] = ACTIONS(1119), + [aux_sym_permit_remote_open_token1] = ACTIONS(1119), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1119), + [aux_sym_port_token1] = ACTIONS(1119), + [aux_sym_preferred_authentications_token1] = ACTIONS(1119), + [aux_sym_protocol_token1] = ACTIONS(1119), + [aux_sym_proxy_command_token1] = ACTIONS(1119), + [aux_sym_proxy_jump_token1] = ACTIONS(1119), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1119), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1119), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1119), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1119), + [aux_sym_rekey_limit_token1] = ACTIONS(1119), + [aux_sym_remote_command_token1] = ACTIONS(1119), + [aux_sym_remote_forward_token1] = ACTIONS(1119), + [aux_sym_request_tty_token1] = ACTIONS(1119), + [aux_sym_required_rsa_size_token1] = ACTIONS(1119), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1119), + [aux_sym_security_key_provider_token1] = ACTIONS(1119), + [aux_sym_send_env_token1] = ACTIONS(1119), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1119), + [aux_sym_server_alive_interval_token1] = ACTIONS(1119), + [aux_sym_session_type_token1] = ACTIONS(1119), + [aux_sym_set_env_token1] = ACTIONS(1119), + [aux_sym_stdin_null_token1] = ACTIONS(1119), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1119), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1119), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1119), + [aux_sym_syslog_facility_token1] = ACTIONS(1119), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1119), + [aux_sym_keep_alive_token1] = ACTIONS(1119), + [aux_sym_tunnel_token1] = ACTIONS(1121), + [aux_sym_tunnel_device_token1] = ACTIONS(1119), + [aux_sym_update_host_keys_token1] = ACTIONS(1119), + [aux_sym_use_keychain_token1] = ACTIONS(1119), + [aux_sym_use_roaming_token1] = ACTIONS(1119), + [aux_sym_user_token1] = ACTIONS(1121), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1119), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1119), + [aux_sym_visual_host_key_token1] = ACTIONS(1119), + [aux_sym_xauth_location_token1] = ACTIONS(1119), }, [98] = { - [ts_builtin_sym_end] = ACTIONS(1120), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1122), - [anon_sym_DQUOTE] = ACTIONS(1124), - [aux_sym_match_token1] = ACTIONS(1120), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1120), - [aux_sym_address_family_token1] = ACTIONS(1120), - [aux_sym_batch_mode_token1] = ACTIONS(1120), - [aux_sym_bind_address_token1] = ACTIONS(1120), - [aux_sym_bind_interface_token1] = ACTIONS(1120), - [aux_sym_canonical_domains_token1] = ACTIONS(1120), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1120), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1120), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1120), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1120), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1120), - [aux_sym_certificate_file_token1] = ACTIONS(1120), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1120), - [aux_sym_check_host_ip_token1] = ACTIONS(1120), - [aux_sym_ciphers_token1] = ACTIONS(1120), - [aux_sym_cipher_token1] = ACTIONS(1122), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1120), - [aux_sym_compression_token1] = ACTIONS(1120), - [aux_sym_connection_attempts_token1] = ACTIONS(1120), - [aux_sym_connect_timeout_token1] = ACTIONS(1120), - [aux_sym_control_master_token1] = ACTIONS(1120), - [aux_sym_control_path_token1] = ACTIONS(1120), - [aux_sym_control_persist_token1] = ACTIONS(1120), - [aux_sym_dynamic_forward_token1] = ACTIONS(1120), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1120), - [aux_sym_escape_char_token1] = ACTIONS(1120), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1120), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1120), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1120), - [aux_sym_forward_agent_token1] = ACTIONS(1120), - [aux_sym_forward_x11_token1] = ACTIONS(1122), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1120), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1120), - [aux_sym_gateway_ports_token1] = ACTIONS(1120), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1120), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1120), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1120), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1120), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1120), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1120), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1120), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1120), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1120), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1120), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1120), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1120), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1120), - [aux_sym_host_key_alias_token1] = ACTIONS(1120), - [aux_sym_hostname_token1] = ACTIONS(1120), - [aux_sym_identities_only_token1] = ACTIONS(1120), - [aux_sym_identity_agent_token1] = ACTIONS(1120), - [aux_sym_identity_file_token1] = ACTIONS(1120), - [aux_sym_ignore_unknown_token1] = ACTIONS(1120), - [aux_sym_include_token1] = ACTIONS(1120), - [aux_sym_ip_qos_token1] = ACTIONS(1120), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1120), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1120), - [aux_sym_kex_algorithms_token1] = ACTIONS(1120), - [aux_sym_known_hosts_command_token1] = ACTIONS(1120), - [aux_sym_local_command_token1] = ACTIONS(1120), - [aux_sym_local_forward_token1] = ACTIONS(1120), - [aux_sym_log_level_token1] = ACTIONS(1120), - [aux_sym_log_verbose_token1] = ACTIONS(1120), - [aux_sym_macs_token1] = ACTIONS(1120), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1120), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1120), - [aux_sym_password_authentication_token1] = ACTIONS(1120), - [aux_sym_permit_local_command_token1] = ACTIONS(1120), - [aux_sym_permit_remote_open_token1] = ACTIONS(1120), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1120), - [aux_sym_port_token1] = ACTIONS(1120), - [aux_sym_preferred_authentications_token1] = ACTIONS(1120), - [aux_sym_protocol_token1] = ACTIONS(1120), - [aux_sym_proxy_command_token1] = ACTIONS(1120), - [aux_sym_proxy_jump_token1] = ACTIONS(1120), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1120), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1120), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1120), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1120), - [aux_sym_rekey_limit_token1] = ACTIONS(1120), - [aux_sym_remote_command_token1] = ACTIONS(1120), - [aux_sym_remote_forward_token1] = ACTIONS(1120), - [aux_sym_request_tty_token1] = ACTIONS(1120), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1120), - [aux_sym_security_key_provider_token1] = ACTIONS(1120), - [aux_sym_send_env_token1] = ACTIONS(1120), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1120), - [aux_sym_server_alive_interval_token1] = ACTIONS(1120), - [aux_sym_session_type_token1] = ACTIONS(1120), - [aux_sym_set_env_token1] = ACTIONS(1120), - [aux_sym_stdin_null_token1] = ACTIONS(1120), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1120), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1120), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1120), - [aux_sym_syslog_facility_token1] = ACTIONS(1120), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1120), - [aux_sym_keep_alive_token1] = ACTIONS(1120), - [aux_sym_tunnel_token1] = ACTIONS(1122), - [aux_sym_tunnel_device_token1] = ACTIONS(1120), - [aux_sym_update_host_keys_token1] = ACTIONS(1120), - [aux_sym_use_keychain_token1] = ACTIONS(1120), - [aux_sym_use_roaming_token1] = ACTIONS(1120), - [aux_sym_user_token1] = ACTIONS(1122), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1120), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1120), - [aux_sym_visual_host_key_token1] = ACTIONS(1120), - [aux_sym_xauth_location_token1] = ACTIONS(1120), + [ts_builtin_sym_end] = ACTIONS(1125), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1127), + [anon_sym_DQUOTE] = ACTIONS(1129), + [aux_sym_match_token1] = ACTIONS(1125), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1125), + [aux_sym_address_family_token1] = ACTIONS(1125), + [aux_sym_batch_mode_token1] = ACTIONS(1125), + [aux_sym_bind_address_token1] = ACTIONS(1125), + [aux_sym_bind_interface_token1] = ACTIONS(1125), + [aux_sym_canonical_domains_token1] = ACTIONS(1125), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1125), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1125), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1125), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1125), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1125), + [aux_sym_certificate_file_token1] = ACTIONS(1125), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1125), + [aux_sym_check_host_ip_token1] = ACTIONS(1125), + [aux_sym_ciphers_token1] = ACTIONS(1125), + [aux_sym_cipher_token1] = ACTIONS(1127), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1125), + [aux_sym_compression_token1] = ACTIONS(1125), + [aux_sym_connection_attempts_token1] = ACTIONS(1125), + [aux_sym_connect_timeout_token1] = ACTIONS(1125), + [aux_sym_control_master_token1] = ACTIONS(1125), + [aux_sym_control_path_token1] = ACTIONS(1125), + [aux_sym_control_persist_token1] = ACTIONS(1125), + [aux_sym_dynamic_forward_token1] = ACTIONS(1125), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1125), + [aux_sym_escape_char_token1] = ACTIONS(1125), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1125), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1125), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1125), + [aux_sym_forward_agent_token1] = ACTIONS(1125), + [aux_sym_forward_x11_token1] = ACTIONS(1127), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1125), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1125), + [aux_sym_gateway_ports_token1] = ACTIONS(1125), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1125), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1125), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1125), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1125), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1125), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1125), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1125), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1125), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1125), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1125), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1125), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1125), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1125), + [aux_sym_host_key_alias_token1] = ACTIONS(1125), + [aux_sym_hostname_token1] = ACTIONS(1125), + [aux_sym_identities_only_token1] = ACTIONS(1125), + [aux_sym_identity_agent_token1] = ACTIONS(1125), + [aux_sym_identity_file_token1] = ACTIONS(1125), + [aux_sym_ignore_unknown_token1] = ACTIONS(1125), + [aux_sym_include_token1] = ACTIONS(1125), + [aux_sym_ip_qos_token1] = ACTIONS(1125), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1125), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1125), + [aux_sym_kex_algorithms_token1] = ACTIONS(1125), + [aux_sym_known_hosts_command_token1] = ACTIONS(1125), + [aux_sym_local_command_token1] = ACTIONS(1125), + [aux_sym_local_forward_token1] = ACTIONS(1125), + [aux_sym_log_level_token1] = ACTIONS(1125), + [aux_sym_log_verbose_token1] = ACTIONS(1125), + [aux_sym_macs_token1] = ACTIONS(1125), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1125), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1125), + [aux_sym_password_authentication_token1] = ACTIONS(1125), + [aux_sym_permit_local_command_token1] = ACTIONS(1125), + [aux_sym_permit_remote_open_token1] = ACTIONS(1125), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1125), + [aux_sym_port_token1] = ACTIONS(1125), + [aux_sym_preferred_authentications_token1] = ACTIONS(1125), + [aux_sym_protocol_token1] = ACTIONS(1125), + [aux_sym_proxy_command_token1] = ACTIONS(1125), + [aux_sym_proxy_jump_token1] = ACTIONS(1125), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1125), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1125), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1125), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1125), + [aux_sym_rekey_limit_token1] = ACTIONS(1125), + [aux_sym_remote_command_token1] = ACTIONS(1125), + [aux_sym_remote_forward_token1] = ACTIONS(1125), + [aux_sym_request_tty_token1] = ACTIONS(1125), + [aux_sym_required_rsa_size_token1] = ACTIONS(1125), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1125), + [aux_sym_security_key_provider_token1] = ACTIONS(1125), + [aux_sym_send_env_token1] = ACTIONS(1125), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1125), + [aux_sym_server_alive_interval_token1] = ACTIONS(1125), + [aux_sym_session_type_token1] = ACTIONS(1125), + [aux_sym_set_env_token1] = ACTIONS(1125), + [aux_sym_stdin_null_token1] = ACTIONS(1125), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1125), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1125), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1125), + [aux_sym_syslog_facility_token1] = ACTIONS(1125), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1125), + [aux_sym_keep_alive_token1] = ACTIONS(1125), + [aux_sym_tunnel_token1] = ACTIONS(1127), + [aux_sym_tunnel_device_token1] = ACTIONS(1125), + [aux_sym_update_host_keys_token1] = ACTIONS(1125), + [aux_sym_use_keychain_token1] = ACTIONS(1125), + [aux_sym_use_roaming_token1] = ACTIONS(1125), + [aux_sym_user_token1] = ACTIONS(1127), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1125), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1125), + [aux_sym_visual_host_key_token1] = ACTIONS(1125), + [aux_sym_xauth_location_token1] = ACTIONS(1125), }, [99] = { - [ts_builtin_sym_end] = ACTIONS(1126), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1128), - [anon_sym_DQUOTE] = ACTIONS(1130), - [aux_sym_match_token1] = ACTIONS(1126), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1126), - [aux_sym_address_family_token1] = ACTIONS(1126), - [aux_sym_batch_mode_token1] = ACTIONS(1126), - [aux_sym_bind_address_token1] = ACTIONS(1126), - [aux_sym_bind_interface_token1] = ACTIONS(1126), - [aux_sym_canonical_domains_token1] = ACTIONS(1126), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1126), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1126), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1126), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1126), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1126), - [aux_sym_certificate_file_token1] = ACTIONS(1126), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1126), - [aux_sym_check_host_ip_token1] = ACTIONS(1126), - [aux_sym_ciphers_token1] = ACTIONS(1126), - [aux_sym_cipher_token1] = ACTIONS(1128), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1126), - [aux_sym_compression_token1] = ACTIONS(1126), - [aux_sym_connection_attempts_token1] = ACTIONS(1126), - [aux_sym_connect_timeout_token1] = ACTIONS(1126), - [aux_sym_control_master_token1] = ACTIONS(1126), - [aux_sym_control_path_token1] = ACTIONS(1126), - [aux_sym_control_persist_token1] = ACTIONS(1126), - [aux_sym_dynamic_forward_token1] = ACTIONS(1126), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1126), - [aux_sym_escape_char_token1] = ACTIONS(1126), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1126), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1126), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1126), - [aux_sym_forward_agent_token1] = ACTIONS(1126), - [aux_sym_forward_x11_token1] = ACTIONS(1128), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1126), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1126), - [aux_sym_gateway_ports_token1] = ACTIONS(1126), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1126), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1126), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1126), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1126), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1126), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1126), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1126), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1126), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1126), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1126), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1126), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1126), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1126), - [aux_sym_host_key_alias_token1] = ACTIONS(1126), - [aux_sym_hostname_token1] = ACTIONS(1126), - [aux_sym_identities_only_token1] = ACTIONS(1126), - [aux_sym_identity_agent_token1] = ACTIONS(1126), - [aux_sym_identity_file_token1] = ACTIONS(1126), - [aux_sym_ignore_unknown_token1] = ACTIONS(1126), - [aux_sym_include_token1] = ACTIONS(1126), - [aux_sym_ip_qos_token1] = ACTIONS(1126), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1126), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1126), - [aux_sym_kex_algorithms_token1] = ACTIONS(1126), - [aux_sym_known_hosts_command_token1] = ACTIONS(1126), - [aux_sym_local_command_token1] = ACTIONS(1126), - [aux_sym_local_forward_token1] = ACTIONS(1126), - [aux_sym_log_level_token1] = ACTIONS(1126), - [aux_sym_log_verbose_token1] = ACTIONS(1126), - [aux_sym_macs_token1] = ACTIONS(1126), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1126), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1126), - [aux_sym_password_authentication_token1] = ACTIONS(1126), - [aux_sym_permit_local_command_token1] = ACTIONS(1126), - [aux_sym_permit_remote_open_token1] = ACTIONS(1126), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1126), - [aux_sym_port_token1] = ACTIONS(1126), - [aux_sym_preferred_authentications_token1] = ACTIONS(1126), - [aux_sym_protocol_token1] = ACTIONS(1126), - [aux_sym_proxy_command_token1] = ACTIONS(1126), - [aux_sym_proxy_jump_token1] = ACTIONS(1126), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1126), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1126), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1126), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1126), - [aux_sym_rekey_limit_token1] = ACTIONS(1126), - [aux_sym_remote_command_token1] = ACTIONS(1126), - [aux_sym_remote_forward_token1] = ACTIONS(1126), - [aux_sym_request_tty_token1] = ACTIONS(1126), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1126), - [aux_sym_security_key_provider_token1] = ACTIONS(1126), - [aux_sym_send_env_token1] = ACTIONS(1126), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1126), - [aux_sym_server_alive_interval_token1] = ACTIONS(1126), - [aux_sym_session_type_token1] = ACTIONS(1126), - [aux_sym_set_env_token1] = ACTIONS(1126), - [aux_sym_stdin_null_token1] = ACTIONS(1126), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1126), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1126), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1126), - [aux_sym_syslog_facility_token1] = ACTIONS(1126), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1126), - [aux_sym_keep_alive_token1] = ACTIONS(1126), - [aux_sym_tunnel_token1] = ACTIONS(1128), - [aux_sym_tunnel_device_token1] = ACTIONS(1126), - [aux_sym_update_host_keys_token1] = ACTIONS(1126), - [aux_sym_use_keychain_token1] = ACTIONS(1126), - [aux_sym_use_roaming_token1] = ACTIONS(1126), - [aux_sym_user_token1] = ACTIONS(1128), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1126), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1126), - [aux_sym_visual_host_key_token1] = ACTIONS(1126), - [aux_sym_xauth_location_token1] = ACTIONS(1126), + [ts_builtin_sym_end] = ACTIONS(1131), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1133), + [anon_sym_DQUOTE] = ACTIONS(1135), + [aux_sym_match_token1] = ACTIONS(1131), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1131), + [aux_sym_address_family_token1] = ACTIONS(1131), + [aux_sym_batch_mode_token1] = ACTIONS(1131), + [aux_sym_bind_address_token1] = ACTIONS(1131), + [aux_sym_bind_interface_token1] = ACTIONS(1131), + [aux_sym_canonical_domains_token1] = ACTIONS(1131), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1131), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1131), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1131), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1131), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1131), + [aux_sym_certificate_file_token1] = ACTIONS(1131), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1131), + [aux_sym_check_host_ip_token1] = ACTIONS(1131), + [aux_sym_ciphers_token1] = ACTIONS(1131), + [aux_sym_cipher_token1] = ACTIONS(1133), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1131), + [aux_sym_compression_token1] = ACTIONS(1131), + [aux_sym_connection_attempts_token1] = ACTIONS(1131), + [aux_sym_connect_timeout_token1] = ACTIONS(1131), + [aux_sym_control_master_token1] = ACTIONS(1131), + [aux_sym_control_path_token1] = ACTIONS(1131), + [aux_sym_control_persist_token1] = ACTIONS(1131), + [aux_sym_dynamic_forward_token1] = ACTIONS(1131), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1131), + [aux_sym_escape_char_token1] = ACTIONS(1131), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1131), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1131), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1131), + [aux_sym_forward_agent_token1] = ACTIONS(1131), + [aux_sym_forward_x11_token1] = ACTIONS(1133), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1131), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1131), + [aux_sym_gateway_ports_token1] = ACTIONS(1131), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1131), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1131), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1131), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1131), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1131), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1131), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1131), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1131), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1131), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1131), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1131), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1131), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1131), + [aux_sym_host_key_alias_token1] = ACTIONS(1131), + [aux_sym_hostname_token1] = ACTIONS(1131), + [aux_sym_identities_only_token1] = ACTIONS(1131), + [aux_sym_identity_agent_token1] = ACTIONS(1131), + [aux_sym_identity_file_token1] = ACTIONS(1131), + [aux_sym_ignore_unknown_token1] = ACTIONS(1131), + [aux_sym_include_token1] = ACTIONS(1131), + [aux_sym_ip_qos_token1] = ACTIONS(1131), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1131), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1131), + [aux_sym_kex_algorithms_token1] = ACTIONS(1131), + [aux_sym_known_hosts_command_token1] = ACTIONS(1131), + [aux_sym_local_command_token1] = ACTIONS(1131), + [aux_sym_local_forward_token1] = ACTIONS(1131), + [aux_sym_log_level_token1] = ACTIONS(1131), + [aux_sym_log_verbose_token1] = ACTIONS(1131), + [aux_sym_macs_token1] = ACTIONS(1131), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1131), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1131), + [aux_sym_password_authentication_token1] = ACTIONS(1131), + [aux_sym_permit_local_command_token1] = ACTIONS(1131), + [aux_sym_permit_remote_open_token1] = ACTIONS(1131), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1131), + [aux_sym_port_token1] = ACTIONS(1131), + [aux_sym_preferred_authentications_token1] = ACTIONS(1131), + [aux_sym_protocol_token1] = ACTIONS(1131), + [aux_sym_proxy_command_token1] = ACTIONS(1131), + [aux_sym_proxy_jump_token1] = ACTIONS(1131), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1131), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1131), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1131), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1131), + [aux_sym_rekey_limit_token1] = ACTIONS(1131), + [aux_sym_remote_command_token1] = ACTIONS(1131), + [aux_sym_remote_forward_token1] = ACTIONS(1131), + [aux_sym_request_tty_token1] = ACTIONS(1131), + [aux_sym_required_rsa_size_token1] = ACTIONS(1131), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1131), + [aux_sym_security_key_provider_token1] = ACTIONS(1131), + [aux_sym_send_env_token1] = ACTIONS(1131), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1131), + [aux_sym_server_alive_interval_token1] = ACTIONS(1131), + [aux_sym_session_type_token1] = ACTIONS(1131), + [aux_sym_set_env_token1] = ACTIONS(1131), + [aux_sym_stdin_null_token1] = ACTIONS(1131), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1131), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1131), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1131), + [aux_sym_syslog_facility_token1] = ACTIONS(1131), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1131), + [aux_sym_keep_alive_token1] = ACTIONS(1131), + [aux_sym_tunnel_token1] = ACTIONS(1133), + [aux_sym_tunnel_device_token1] = ACTIONS(1131), + [aux_sym_update_host_keys_token1] = ACTIONS(1131), + [aux_sym_use_keychain_token1] = ACTIONS(1131), + [aux_sym_use_roaming_token1] = ACTIONS(1131), + [aux_sym_user_token1] = ACTIONS(1133), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1131), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1131), + [aux_sym_visual_host_key_token1] = ACTIONS(1131), + [aux_sym_xauth_location_token1] = ACTIONS(1131), }, [100] = { - [ts_builtin_sym_end] = ACTIONS(1132), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1134), - [anon_sym_DQUOTE] = ACTIONS(1136), - [aux_sym_match_token1] = ACTIONS(1132), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1132), - [aux_sym_address_family_token1] = ACTIONS(1132), - [aux_sym_batch_mode_token1] = ACTIONS(1132), - [aux_sym_bind_address_token1] = ACTIONS(1132), - [aux_sym_bind_interface_token1] = ACTIONS(1132), - [aux_sym_canonical_domains_token1] = ACTIONS(1132), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1132), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1132), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1132), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1132), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1132), - [aux_sym_certificate_file_token1] = ACTIONS(1132), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1132), - [aux_sym_check_host_ip_token1] = ACTIONS(1132), - [aux_sym_ciphers_token1] = ACTIONS(1132), - [aux_sym_cipher_token1] = ACTIONS(1134), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1132), - [aux_sym_compression_token1] = ACTIONS(1132), - [aux_sym_connection_attempts_token1] = ACTIONS(1132), - [aux_sym_connect_timeout_token1] = ACTIONS(1132), - [aux_sym_control_master_token1] = ACTIONS(1132), - [aux_sym_control_path_token1] = ACTIONS(1132), - [aux_sym_control_persist_token1] = ACTIONS(1132), - [aux_sym_dynamic_forward_token1] = ACTIONS(1132), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1132), - [aux_sym_escape_char_token1] = ACTIONS(1132), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1132), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1132), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1132), - [aux_sym_forward_agent_token1] = ACTIONS(1132), - [aux_sym_forward_x11_token1] = ACTIONS(1134), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1132), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1132), - [aux_sym_gateway_ports_token1] = ACTIONS(1132), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1132), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1132), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1132), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1132), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1132), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1132), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1132), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1132), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1132), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1132), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1132), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1132), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1132), - [aux_sym_host_key_alias_token1] = ACTIONS(1132), - [aux_sym_hostname_token1] = ACTIONS(1132), - [aux_sym_identities_only_token1] = ACTIONS(1132), - [aux_sym_identity_agent_token1] = ACTIONS(1132), - [aux_sym_identity_file_token1] = ACTIONS(1132), - [aux_sym_ignore_unknown_token1] = ACTIONS(1132), - [aux_sym_include_token1] = ACTIONS(1132), - [aux_sym_ip_qos_token1] = ACTIONS(1132), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1132), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1132), - [aux_sym_kex_algorithms_token1] = ACTIONS(1132), - [aux_sym_known_hosts_command_token1] = ACTIONS(1132), - [aux_sym_local_command_token1] = ACTIONS(1132), - [aux_sym_local_forward_token1] = ACTIONS(1132), - [aux_sym_log_level_token1] = ACTIONS(1132), - [aux_sym_log_verbose_token1] = ACTIONS(1132), - [aux_sym_macs_token1] = ACTIONS(1132), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1132), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1132), - [aux_sym_password_authentication_token1] = ACTIONS(1132), - [aux_sym_permit_local_command_token1] = ACTIONS(1132), - [aux_sym_permit_remote_open_token1] = ACTIONS(1132), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1132), - [aux_sym_port_token1] = ACTIONS(1132), - [aux_sym_preferred_authentications_token1] = ACTIONS(1132), - [aux_sym_protocol_token1] = ACTIONS(1132), - [aux_sym_proxy_command_token1] = ACTIONS(1132), - [aux_sym_proxy_jump_token1] = ACTIONS(1132), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1132), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1132), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1132), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1132), - [aux_sym_rekey_limit_token1] = ACTIONS(1132), - [aux_sym_remote_command_token1] = ACTIONS(1132), - [aux_sym_remote_forward_token1] = ACTIONS(1132), - [aux_sym_request_tty_token1] = ACTIONS(1132), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1132), - [aux_sym_security_key_provider_token1] = ACTIONS(1132), - [aux_sym_send_env_token1] = ACTIONS(1132), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1132), - [aux_sym_server_alive_interval_token1] = ACTIONS(1132), - [aux_sym_session_type_token1] = ACTIONS(1132), - [aux_sym_set_env_token1] = ACTIONS(1132), - [aux_sym_stdin_null_token1] = ACTIONS(1132), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1132), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1132), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1132), - [aux_sym_syslog_facility_token1] = ACTIONS(1132), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1132), - [aux_sym_keep_alive_token1] = ACTIONS(1132), - [aux_sym_tunnel_token1] = ACTIONS(1134), - [aux_sym_tunnel_device_token1] = ACTIONS(1132), - [aux_sym_update_host_keys_token1] = ACTIONS(1132), - [aux_sym_use_keychain_token1] = ACTIONS(1132), - [aux_sym_use_roaming_token1] = ACTIONS(1132), - [aux_sym_user_token1] = ACTIONS(1134), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1132), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1132), - [aux_sym_visual_host_key_token1] = ACTIONS(1132), - [aux_sym_xauth_location_token1] = ACTIONS(1132), + [ts_builtin_sym_end] = ACTIONS(1137), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1139), + [anon_sym_DQUOTE] = ACTIONS(1141), + [aux_sym_match_token1] = ACTIONS(1137), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1137), + [aux_sym_address_family_token1] = ACTIONS(1137), + [aux_sym_batch_mode_token1] = ACTIONS(1137), + [aux_sym_bind_address_token1] = ACTIONS(1137), + [aux_sym_bind_interface_token1] = ACTIONS(1137), + [aux_sym_canonical_domains_token1] = ACTIONS(1137), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1137), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1137), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1137), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1137), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1137), + [aux_sym_certificate_file_token1] = ACTIONS(1137), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1137), + [aux_sym_check_host_ip_token1] = ACTIONS(1137), + [aux_sym_ciphers_token1] = ACTIONS(1137), + [aux_sym_cipher_token1] = ACTIONS(1139), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1137), + [aux_sym_compression_token1] = ACTIONS(1137), + [aux_sym_connection_attempts_token1] = ACTIONS(1137), + [aux_sym_connect_timeout_token1] = ACTIONS(1137), + [aux_sym_control_master_token1] = ACTIONS(1137), + [aux_sym_control_path_token1] = ACTIONS(1137), + [aux_sym_control_persist_token1] = ACTIONS(1137), + [aux_sym_dynamic_forward_token1] = ACTIONS(1137), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1137), + [aux_sym_escape_char_token1] = ACTIONS(1137), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1137), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1137), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1137), + [aux_sym_forward_agent_token1] = ACTIONS(1137), + [aux_sym_forward_x11_token1] = ACTIONS(1139), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1137), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1137), + [aux_sym_gateway_ports_token1] = ACTIONS(1137), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1137), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1137), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1137), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1137), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1137), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1137), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1137), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1137), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1137), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1137), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1137), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1137), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1137), + [aux_sym_host_key_alias_token1] = ACTIONS(1137), + [aux_sym_hostname_token1] = ACTIONS(1137), + [aux_sym_identities_only_token1] = ACTIONS(1137), + [aux_sym_identity_agent_token1] = ACTIONS(1137), + [aux_sym_identity_file_token1] = ACTIONS(1137), + [aux_sym_ignore_unknown_token1] = ACTIONS(1137), + [aux_sym_include_token1] = ACTIONS(1137), + [aux_sym_ip_qos_token1] = ACTIONS(1137), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1137), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1137), + [aux_sym_kex_algorithms_token1] = ACTIONS(1137), + [aux_sym_known_hosts_command_token1] = ACTIONS(1137), + [aux_sym_local_command_token1] = ACTIONS(1137), + [aux_sym_local_forward_token1] = ACTIONS(1137), + [aux_sym_log_level_token1] = ACTIONS(1137), + [aux_sym_log_verbose_token1] = ACTIONS(1137), + [aux_sym_macs_token1] = ACTIONS(1137), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1137), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1137), + [aux_sym_password_authentication_token1] = ACTIONS(1137), + [aux_sym_permit_local_command_token1] = ACTIONS(1137), + [aux_sym_permit_remote_open_token1] = ACTIONS(1137), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1137), + [aux_sym_port_token1] = ACTIONS(1137), + [aux_sym_preferred_authentications_token1] = ACTIONS(1137), + [aux_sym_protocol_token1] = ACTIONS(1137), + [aux_sym_proxy_command_token1] = ACTIONS(1137), + [aux_sym_proxy_jump_token1] = ACTIONS(1137), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1137), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1137), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1137), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1137), + [aux_sym_rekey_limit_token1] = ACTIONS(1137), + [aux_sym_remote_command_token1] = ACTIONS(1137), + [aux_sym_remote_forward_token1] = ACTIONS(1137), + [aux_sym_request_tty_token1] = ACTIONS(1137), + [aux_sym_required_rsa_size_token1] = ACTIONS(1137), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1137), + [aux_sym_security_key_provider_token1] = ACTIONS(1137), + [aux_sym_send_env_token1] = ACTIONS(1137), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1137), + [aux_sym_server_alive_interval_token1] = ACTIONS(1137), + [aux_sym_session_type_token1] = ACTIONS(1137), + [aux_sym_set_env_token1] = ACTIONS(1137), + [aux_sym_stdin_null_token1] = ACTIONS(1137), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1137), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1137), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1137), + [aux_sym_syslog_facility_token1] = ACTIONS(1137), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1137), + [aux_sym_keep_alive_token1] = ACTIONS(1137), + [aux_sym_tunnel_token1] = ACTIONS(1139), + [aux_sym_tunnel_device_token1] = ACTIONS(1137), + [aux_sym_update_host_keys_token1] = ACTIONS(1137), + [aux_sym_use_keychain_token1] = ACTIONS(1137), + [aux_sym_use_roaming_token1] = ACTIONS(1137), + [aux_sym_user_token1] = ACTIONS(1139), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1137), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1137), + [aux_sym_visual_host_key_token1] = ACTIONS(1137), + [aux_sym_xauth_location_token1] = ACTIONS(1137), }, [101] = { - [ts_builtin_sym_end] = ACTIONS(1138), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1140), - [anon_sym_DQUOTE] = ACTIONS(1142), - [aux_sym_match_token1] = ACTIONS(1138), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1138), - [aux_sym_address_family_token1] = ACTIONS(1138), - [aux_sym_batch_mode_token1] = ACTIONS(1138), - [aux_sym_bind_address_token1] = ACTIONS(1138), - [aux_sym_bind_interface_token1] = ACTIONS(1138), - [aux_sym_canonical_domains_token1] = ACTIONS(1138), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1138), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1138), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1138), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1138), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1138), - [aux_sym_certificate_file_token1] = ACTIONS(1138), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1138), - [aux_sym_check_host_ip_token1] = ACTIONS(1138), - [aux_sym_ciphers_token1] = ACTIONS(1138), - [aux_sym_cipher_token1] = ACTIONS(1140), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1138), - [aux_sym_compression_token1] = ACTIONS(1138), - [aux_sym_connection_attempts_token1] = ACTIONS(1138), - [aux_sym_connect_timeout_token1] = ACTIONS(1138), - [aux_sym_control_master_token1] = ACTIONS(1138), - [aux_sym_control_path_token1] = ACTIONS(1138), - [aux_sym_control_persist_token1] = ACTIONS(1138), - [aux_sym_dynamic_forward_token1] = ACTIONS(1138), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1138), - [aux_sym_escape_char_token1] = ACTIONS(1138), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1138), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1138), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1138), - [aux_sym_forward_agent_token1] = ACTIONS(1138), - [aux_sym_forward_x11_token1] = ACTIONS(1140), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1138), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1138), - [aux_sym_gateway_ports_token1] = ACTIONS(1138), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1138), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1138), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1138), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1138), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1138), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1138), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1138), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1138), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1138), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1138), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1138), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1138), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1138), - [aux_sym_host_key_alias_token1] = ACTIONS(1138), - [aux_sym_hostname_token1] = ACTIONS(1138), - [aux_sym_identities_only_token1] = ACTIONS(1138), - [aux_sym_identity_agent_token1] = ACTIONS(1138), - [aux_sym_identity_file_token1] = ACTIONS(1138), - [aux_sym_ignore_unknown_token1] = ACTIONS(1138), - [aux_sym_include_token1] = ACTIONS(1138), - [aux_sym_ip_qos_token1] = ACTIONS(1138), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1138), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1138), - [aux_sym_kex_algorithms_token1] = ACTIONS(1138), - [aux_sym_known_hosts_command_token1] = ACTIONS(1138), - [aux_sym_local_command_token1] = ACTIONS(1138), - [aux_sym_local_forward_token1] = ACTIONS(1138), - [aux_sym_log_level_token1] = ACTIONS(1138), - [aux_sym_log_verbose_token1] = ACTIONS(1138), - [aux_sym_macs_token1] = ACTIONS(1138), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1138), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1138), - [aux_sym_password_authentication_token1] = ACTIONS(1138), - [aux_sym_permit_local_command_token1] = ACTIONS(1138), - [aux_sym_permit_remote_open_token1] = ACTIONS(1138), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1138), - [aux_sym_port_token1] = ACTIONS(1138), - [aux_sym_preferred_authentications_token1] = ACTIONS(1138), - [aux_sym_protocol_token1] = ACTIONS(1138), - [aux_sym_proxy_command_token1] = ACTIONS(1138), - [aux_sym_proxy_jump_token1] = ACTIONS(1138), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1138), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1138), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1138), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1138), - [aux_sym_rekey_limit_token1] = ACTIONS(1138), - [aux_sym_remote_command_token1] = ACTIONS(1138), - [aux_sym_remote_forward_token1] = ACTIONS(1138), - [aux_sym_request_tty_token1] = ACTIONS(1138), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1138), - [aux_sym_security_key_provider_token1] = ACTIONS(1138), - [aux_sym_send_env_token1] = ACTIONS(1138), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1138), - [aux_sym_server_alive_interval_token1] = ACTIONS(1138), - [aux_sym_session_type_token1] = ACTIONS(1138), - [aux_sym_set_env_token1] = ACTIONS(1138), - [aux_sym_stdin_null_token1] = ACTIONS(1138), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1138), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1138), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1138), - [aux_sym_syslog_facility_token1] = ACTIONS(1138), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1138), - [aux_sym_keep_alive_token1] = ACTIONS(1138), - [aux_sym_tunnel_token1] = ACTIONS(1140), - [aux_sym_tunnel_device_token1] = ACTIONS(1138), - [aux_sym_update_host_keys_token1] = ACTIONS(1138), - [aux_sym_use_keychain_token1] = ACTIONS(1138), - [aux_sym_use_roaming_token1] = ACTIONS(1138), - [aux_sym_user_token1] = ACTIONS(1140), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1138), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1138), - [aux_sym_visual_host_key_token1] = ACTIONS(1138), - [aux_sym_xauth_location_token1] = ACTIONS(1138), + [ts_builtin_sym_end] = ACTIONS(1143), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1145), + [anon_sym_DQUOTE] = ACTIONS(1147), + [aux_sym_match_token1] = ACTIONS(1143), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1143), + [aux_sym_address_family_token1] = ACTIONS(1143), + [aux_sym_batch_mode_token1] = ACTIONS(1143), + [aux_sym_bind_address_token1] = ACTIONS(1143), + [aux_sym_bind_interface_token1] = ACTIONS(1143), + [aux_sym_canonical_domains_token1] = ACTIONS(1143), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1143), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1143), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1143), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1143), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1143), + [aux_sym_certificate_file_token1] = ACTIONS(1143), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1143), + [aux_sym_check_host_ip_token1] = ACTIONS(1143), + [aux_sym_ciphers_token1] = ACTIONS(1143), + [aux_sym_cipher_token1] = ACTIONS(1145), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1143), + [aux_sym_compression_token1] = ACTIONS(1143), + [aux_sym_connection_attempts_token1] = ACTIONS(1143), + [aux_sym_connect_timeout_token1] = ACTIONS(1143), + [aux_sym_control_master_token1] = ACTIONS(1143), + [aux_sym_control_path_token1] = ACTIONS(1143), + [aux_sym_control_persist_token1] = ACTIONS(1143), + [aux_sym_dynamic_forward_token1] = ACTIONS(1143), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1143), + [aux_sym_escape_char_token1] = ACTIONS(1143), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1143), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1143), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1143), + [aux_sym_forward_agent_token1] = ACTIONS(1143), + [aux_sym_forward_x11_token1] = ACTIONS(1145), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1143), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1143), + [aux_sym_gateway_ports_token1] = ACTIONS(1143), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1143), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1143), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1143), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1143), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1143), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1143), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1143), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1143), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1143), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1143), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1143), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1143), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1143), + [aux_sym_host_key_alias_token1] = ACTIONS(1143), + [aux_sym_hostname_token1] = ACTIONS(1143), + [aux_sym_identities_only_token1] = ACTIONS(1143), + [aux_sym_identity_agent_token1] = ACTIONS(1143), + [aux_sym_identity_file_token1] = ACTIONS(1143), + [aux_sym_ignore_unknown_token1] = ACTIONS(1143), + [aux_sym_include_token1] = ACTIONS(1143), + [aux_sym_ip_qos_token1] = ACTIONS(1143), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1143), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1143), + [aux_sym_kex_algorithms_token1] = ACTIONS(1143), + [aux_sym_known_hosts_command_token1] = ACTIONS(1143), + [aux_sym_local_command_token1] = ACTIONS(1143), + [aux_sym_local_forward_token1] = ACTIONS(1143), + [aux_sym_log_level_token1] = ACTIONS(1143), + [aux_sym_log_verbose_token1] = ACTIONS(1143), + [aux_sym_macs_token1] = ACTIONS(1143), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1143), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1143), + [aux_sym_password_authentication_token1] = ACTIONS(1143), + [aux_sym_permit_local_command_token1] = ACTIONS(1143), + [aux_sym_permit_remote_open_token1] = ACTIONS(1143), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1143), + [aux_sym_port_token1] = ACTIONS(1143), + [aux_sym_preferred_authentications_token1] = ACTIONS(1143), + [aux_sym_protocol_token1] = ACTIONS(1143), + [aux_sym_proxy_command_token1] = ACTIONS(1143), + [aux_sym_proxy_jump_token1] = ACTIONS(1143), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1143), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1143), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1143), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1143), + [aux_sym_rekey_limit_token1] = ACTIONS(1143), + [aux_sym_remote_command_token1] = ACTIONS(1143), + [aux_sym_remote_forward_token1] = ACTIONS(1143), + [aux_sym_request_tty_token1] = ACTIONS(1143), + [aux_sym_required_rsa_size_token1] = ACTIONS(1143), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1143), + [aux_sym_security_key_provider_token1] = ACTIONS(1143), + [aux_sym_send_env_token1] = ACTIONS(1143), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1143), + [aux_sym_server_alive_interval_token1] = ACTIONS(1143), + [aux_sym_session_type_token1] = ACTIONS(1143), + [aux_sym_set_env_token1] = ACTIONS(1143), + [aux_sym_stdin_null_token1] = ACTIONS(1143), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1143), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1143), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1143), + [aux_sym_syslog_facility_token1] = ACTIONS(1143), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1143), + [aux_sym_keep_alive_token1] = ACTIONS(1143), + [aux_sym_tunnel_token1] = ACTIONS(1145), + [aux_sym_tunnel_device_token1] = ACTIONS(1143), + [aux_sym_update_host_keys_token1] = ACTIONS(1143), + [aux_sym_use_keychain_token1] = ACTIONS(1143), + [aux_sym_use_roaming_token1] = ACTIONS(1143), + [aux_sym_user_token1] = ACTIONS(1145), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1143), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1143), + [aux_sym_visual_host_key_token1] = ACTIONS(1143), + [aux_sym_xauth_location_token1] = ACTIONS(1143), }, [102] = { - [ts_builtin_sym_end] = ACTIONS(1144), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1146), - [anon_sym_DQUOTE] = ACTIONS(1148), - [aux_sym_match_token1] = ACTIONS(1144), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1144), - [aux_sym_address_family_token1] = ACTIONS(1144), - [aux_sym_batch_mode_token1] = ACTIONS(1144), - [aux_sym_bind_address_token1] = ACTIONS(1144), - [aux_sym_bind_interface_token1] = ACTIONS(1144), - [aux_sym_canonical_domains_token1] = ACTIONS(1144), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1144), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1144), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1144), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1144), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1144), - [aux_sym_certificate_file_token1] = ACTIONS(1144), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1144), - [aux_sym_check_host_ip_token1] = ACTIONS(1144), - [aux_sym_ciphers_token1] = ACTIONS(1144), - [aux_sym_cipher_token1] = ACTIONS(1146), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1144), - [aux_sym_compression_token1] = ACTIONS(1144), - [aux_sym_connection_attempts_token1] = ACTIONS(1144), - [aux_sym_connect_timeout_token1] = ACTIONS(1144), - [aux_sym_control_master_token1] = ACTIONS(1144), - [aux_sym_control_path_token1] = ACTIONS(1144), - [aux_sym_control_persist_token1] = ACTIONS(1144), - [aux_sym_dynamic_forward_token1] = ACTIONS(1144), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1144), - [aux_sym_escape_char_token1] = ACTIONS(1144), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1144), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1144), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1144), - [aux_sym_forward_agent_token1] = ACTIONS(1144), - [aux_sym_forward_x11_token1] = ACTIONS(1146), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1144), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1144), - [aux_sym_gateway_ports_token1] = ACTIONS(1144), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1144), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1144), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1144), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1144), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1144), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1144), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1144), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1144), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1144), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1144), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1144), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1144), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1144), - [aux_sym_host_key_alias_token1] = ACTIONS(1144), - [aux_sym_hostname_token1] = ACTIONS(1144), - [aux_sym_identities_only_token1] = ACTIONS(1144), - [aux_sym_identity_agent_token1] = ACTIONS(1144), - [aux_sym_identity_file_token1] = ACTIONS(1144), - [aux_sym_ignore_unknown_token1] = ACTIONS(1144), - [aux_sym_include_token1] = ACTIONS(1144), - [aux_sym_ip_qos_token1] = ACTIONS(1144), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1144), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1144), - [aux_sym_kex_algorithms_token1] = ACTIONS(1144), - [aux_sym_known_hosts_command_token1] = ACTIONS(1144), - [aux_sym_local_command_token1] = ACTIONS(1144), - [aux_sym_local_forward_token1] = ACTIONS(1144), - [aux_sym_log_level_token1] = ACTIONS(1144), - [aux_sym_log_verbose_token1] = ACTIONS(1144), - [aux_sym_macs_token1] = ACTIONS(1144), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1144), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1144), - [aux_sym_password_authentication_token1] = ACTIONS(1144), - [aux_sym_permit_local_command_token1] = ACTIONS(1144), - [aux_sym_permit_remote_open_token1] = ACTIONS(1144), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1144), - [aux_sym_port_token1] = ACTIONS(1144), - [aux_sym_preferred_authentications_token1] = ACTIONS(1144), - [aux_sym_protocol_token1] = ACTIONS(1144), - [aux_sym_proxy_command_token1] = ACTIONS(1144), - [aux_sym_proxy_jump_token1] = ACTIONS(1144), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1144), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1144), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1144), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1144), - [aux_sym_rekey_limit_token1] = ACTIONS(1144), - [aux_sym_remote_command_token1] = ACTIONS(1144), - [aux_sym_remote_forward_token1] = ACTIONS(1144), - [aux_sym_request_tty_token1] = ACTIONS(1144), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1144), - [aux_sym_security_key_provider_token1] = ACTIONS(1144), - [aux_sym_send_env_token1] = ACTIONS(1144), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1144), - [aux_sym_server_alive_interval_token1] = ACTIONS(1144), - [aux_sym_session_type_token1] = ACTIONS(1144), - [aux_sym_set_env_token1] = ACTIONS(1144), - [aux_sym_stdin_null_token1] = ACTIONS(1144), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1144), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1144), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1144), - [aux_sym_syslog_facility_token1] = ACTIONS(1144), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1144), - [aux_sym_keep_alive_token1] = ACTIONS(1144), - [aux_sym_tunnel_token1] = ACTIONS(1146), - [aux_sym_tunnel_device_token1] = ACTIONS(1144), - [aux_sym_update_host_keys_token1] = ACTIONS(1144), - [aux_sym_use_keychain_token1] = ACTIONS(1144), - [aux_sym_use_roaming_token1] = ACTIONS(1144), - [aux_sym_user_token1] = ACTIONS(1146), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1144), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1144), - [aux_sym_visual_host_key_token1] = ACTIONS(1144), - [aux_sym_xauth_location_token1] = ACTIONS(1144), + [ts_builtin_sym_end] = ACTIONS(1149), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1151), + [anon_sym_DQUOTE] = ACTIONS(1153), + [aux_sym_match_token1] = ACTIONS(1149), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1149), + [aux_sym_address_family_token1] = ACTIONS(1149), + [aux_sym_batch_mode_token1] = ACTIONS(1149), + [aux_sym_bind_address_token1] = ACTIONS(1149), + [aux_sym_bind_interface_token1] = ACTIONS(1149), + [aux_sym_canonical_domains_token1] = ACTIONS(1149), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1149), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1149), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1149), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1149), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1149), + [aux_sym_certificate_file_token1] = ACTIONS(1149), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1149), + [aux_sym_check_host_ip_token1] = ACTIONS(1149), + [aux_sym_ciphers_token1] = ACTIONS(1149), + [aux_sym_cipher_token1] = ACTIONS(1151), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1149), + [aux_sym_compression_token1] = ACTIONS(1149), + [aux_sym_connection_attempts_token1] = ACTIONS(1149), + [aux_sym_connect_timeout_token1] = ACTIONS(1149), + [aux_sym_control_master_token1] = ACTIONS(1149), + [aux_sym_control_path_token1] = ACTIONS(1149), + [aux_sym_control_persist_token1] = ACTIONS(1149), + [aux_sym_dynamic_forward_token1] = ACTIONS(1149), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1149), + [aux_sym_escape_char_token1] = ACTIONS(1149), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1149), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1149), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1149), + [aux_sym_forward_agent_token1] = ACTIONS(1149), + [aux_sym_forward_x11_token1] = ACTIONS(1151), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1149), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1149), + [aux_sym_gateway_ports_token1] = ACTIONS(1149), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1149), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1149), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1149), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1149), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1149), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1149), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1149), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1149), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1149), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1149), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1149), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1149), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1149), + [aux_sym_host_key_alias_token1] = ACTIONS(1149), + [aux_sym_hostname_token1] = ACTIONS(1149), + [aux_sym_identities_only_token1] = ACTIONS(1149), + [aux_sym_identity_agent_token1] = ACTIONS(1149), + [aux_sym_identity_file_token1] = ACTIONS(1149), + [aux_sym_ignore_unknown_token1] = ACTIONS(1149), + [aux_sym_include_token1] = ACTIONS(1149), + [aux_sym_ip_qos_token1] = ACTIONS(1149), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1149), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1149), + [aux_sym_kex_algorithms_token1] = ACTIONS(1149), + [aux_sym_known_hosts_command_token1] = ACTIONS(1149), + [aux_sym_local_command_token1] = ACTIONS(1149), + [aux_sym_local_forward_token1] = ACTIONS(1149), + [aux_sym_log_level_token1] = ACTIONS(1149), + [aux_sym_log_verbose_token1] = ACTIONS(1149), + [aux_sym_macs_token1] = ACTIONS(1149), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1149), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1149), + [aux_sym_password_authentication_token1] = ACTIONS(1149), + [aux_sym_permit_local_command_token1] = ACTIONS(1149), + [aux_sym_permit_remote_open_token1] = ACTIONS(1149), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1149), + [aux_sym_port_token1] = ACTIONS(1149), + [aux_sym_preferred_authentications_token1] = ACTIONS(1149), + [aux_sym_protocol_token1] = ACTIONS(1149), + [aux_sym_proxy_command_token1] = ACTIONS(1149), + [aux_sym_proxy_jump_token1] = ACTIONS(1149), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1149), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1149), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1149), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1149), + [aux_sym_rekey_limit_token1] = ACTIONS(1149), + [aux_sym_remote_command_token1] = ACTIONS(1149), + [aux_sym_remote_forward_token1] = ACTIONS(1149), + [aux_sym_request_tty_token1] = ACTIONS(1149), + [aux_sym_required_rsa_size_token1] = ACTIONS(1149), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1149), + [aux_sym_security_key_provider_token1] = ACTIONS(1149), + [aux_sym_send_env_token1] = ACTIONS(1149), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1149), + [aux_sym_server_alive_interval_token1] = ACTIONS(1149), + [aux_sym_session_type_token1] = ACTIONS(1149), + [aux_sym_set_env_token1] = ACTIONS(1149), + [aux_sym_stdin_null_token1] = ACTIONS(1149), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1149), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1149), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1149), + [aux_sym_syslog_facility_token1] = ACTIONS(1149), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1149), + [aux_sym_keep_alive_token1] = ACTIONS(1149), + [aux_sym_tunnel_token1] = ACTIONS(1151), + [aux_sym_tunnel_device_token1] = ACTIONS(1149), + [aux_sym_update_host_keys_token1] = ACTIONS(1149), + [aux_sym_use_keychain_token1] = ACTIONS(1149), + [aux_sym_use_roaming_token1] = ACTIONS(1149), + [aux_sym_user_token1] = ACTIONS(1151), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1149), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1149), + [aux_sym_visual_host_key_token1] = ACTIONS(1149), + [aux_sym_xauth_location_token1] = ACTIONS(1149), }, [103] = { - [ts_builtin_sym_end] = ACTIONS(1150), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1152), - [anon_sym_DQUOTE] = ACTIONS(1154), - [aux_sym_match_token1] = ACTIONS(1150), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1150), - [aux_sym_address_family_token1] = ACTIONS(1150), - [aux_sym_batch_mode_token1] = ACTIONS(1150), - [aux_sym_bind_address_token1] = ACTIONS(1150), - [aux_sym_bind_interface_token1] = ACTIONS(1150), - [aux_sym_canonical_domains_token1] = ACTIONS(1150), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1150), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1150), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1150), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1150), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1150), - [aux_sym_certificate_file_token1] = ACTIONS(1150), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1150), - [aux_sym_check_host_ip_token1] = ACTIONS(1150), - [aux_sym_ciphers_token1] = ACTIONS(1150), - [aux_sym_cipher_token1] = ACTIONS(1152), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1150), - [aux_sym_compression_token1] = ACTIONS(1150), - [aux_sym_connection_attempts_token1] = ACTIONS(1150), - [aux_sym_connect_timeout_token1] = ACTIONS(1150), - [aux_sym_control_master_token1] = ACTIONS(1150), - [aux_sym_control_path_token1] = ACTIONS(1150), - [aux_sym_control_persist_token1] = ACTIONS(1150), - [aux_sym_dynamic_forward_token1] = ACTIONS(1150), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1150), - [aux_sym_escape_char_token1] = ACTIONS(1150), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1150), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1150), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1150), - [aux_sym_forward_agent_token1] = ACTIONS(1150), - [aux_sym_forward_x11_token1] = ACTIONS(1152), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1150), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1150), - [aux_sym_gateway_ports_token1] = ACTIONS(1150), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1150), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1150), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1150), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1150), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1150), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1150), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1150), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1150), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1150), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1150), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1150), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1150), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1150), - [aux_sym_host_key_alias_token1] = ACTIONS(1150), - [aux_sym_hostname_token1] = ACTIONS(1150), - [aux_sym_identities_only_token1] = ACTIONS(1150), - [aux_sym_identity_agent_token1] = ACTIONS(1150), - [aux_sym_identity_file_token1] = ACTIONS(1150), - [aux_sym_ignore_unknown_token1] = ACTIONS(1150), - [aux_sym_include_token1] = ACTIONS(1150), - [aux_sym_ip_qos_token1] = ACTIONS(1150), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1150), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1150), - [aux_sym_kex_algorithms_token1] = ACTIONS(1150), - [aux_sym_known_hosts_command_token1] = ACTIONS(1150), - [aux_sym_local_command_token1] = ACTIONS(1150), - [aux_sym_local_forward_token1] = ACTIONS(1150), - [aux_sym_log_level_token1] = ACTIONS(1150), - [aux_sym_log_verbose_token1] = ACTIONS(1150), - [aux_sym_macs_token1] = ACTIONS(1150), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1150), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1150), - [aux_sym_password_authentication_token1] = ACTIONS(1150), - [aux_sym_permit_local_command_token1] = ACTIONS(1150), - [aux_sym_permit_remote_open_token1] = ACTIONS(1150), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1150), - [aux_sym_port_token1] = ACTIONS(1150), - [aux_sym_preferred_authentications_token1] = ACTIONS(1150), - [aux_sym_protocol_token1] = ACTIONS(1150), - [aux_sym_proxy_command_token1] = ACTIONS(1150), - [aux_sym_proxy_jump_token1] = ACTIONS(1150), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1150), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1150), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1150), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1150), - [aux_sym_rekey_limit_token1] = ACTIONS(1150), - [aux_sym_remote_command_token1] = ACTIONS(1150), - [aux_sym_remote_forward_token1] = ACTIONS(1150), - [aux_sym_request_tty_token1] = ACTIONS(1150), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1150), - [aux_sym_security_key_provider_token1] = ACTIONS(1150), - [aux_sym_send_env_token1] = ACTIONS(1150), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1150), - [aux_sym_server_alive_interval_token1] = ACTIONS(1150), - [aux_sym_session_type_token1] = ACTIONS(1150), - [aux_sym_set_env_token1] = ACTIONS(1150), - [aux_sym_stdin_null_token1] = ACTIONS(1150), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1150), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1150), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1150), - [aux_sym_syslog_facility_token1] = ACTIONS(1150), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1150), - [aux_sym_keep_alive_token1] = ACTIONS(1150), - [aux_sym_tunnel_token1] = ACTIONS(1152), - [aux_sym_tunnel_device_token1] = ACTIONS(1150), - [aux_sym_update_host_keys_token1] = ACTIONS(1150), - [aux_sym_use_keychain_token1] = ACTIONS(1150), - [aux_sym_use_roaming_token1] = ACTIONS(1150), - [aux_sym_user_token1] = ACTIONS(1152), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1150), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1150), - [aux_sym_visual_host_key_token1] = ACTIONS(1150), - [aux_sym_xauth_location_token1] = ACTIONS(1150), + [ts_builtin_sym_end] = ACTIONS(1155), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1157), + [anon_sym_DQUOTE] = ACTIONS(1159), + [aux_sym_match_token1] = ACTIONS(1155), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1155), + [aux_sym_address_family_token1] = ACTIONS(1155), + [aux_sym_batch_mode_token1] = ACTIONS(1155), + [aux_sym_bind_address_token1] = ACTIONS(1155), + [aux_sym_bind_interface_token1] = ACTIONS(1155), + [aux_sym_canonical_domains_token1] = ACTIONS(1155), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1155), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1155), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1155), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1155), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1155), + [aux_sym_certificate_file_token1] = ACTIONS(1155), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1155), + [aux_sym_check_host_ip_token1] = ACTIONS(1155), + [aux_sym_ciphers_token1] = ACTIONS(1155), + [aux_sym_cipher_token1] = ACTIONS(1157), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1155), + [aux_sym_compression_token1] = ACTIONS(1155), + [aux_sym_connection_attempts_token1] = ACTIONS(1155), + [aux_sym_connect_timeout_token1] = ACTIONS(1155), + [aux_sym_control_master_token1] = ACTIONS(1155), + [aux_sym_control_path_token1] = ACTIONS(1155), + [aux_sym_control_persist_token1] = ACTIONS(1155), + [aux_sym_dynamic_forward_token1] = ACTIONS(1155), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1155), + [aux_sym_escape_char_token1] = ACTIONS(1155), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1155), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1155), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1155), + [aux_sym_forward_agent_token1] = ACTIONS(1155), + [aux_sym_forward_x11_token1] = ACTIONS(1157), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1155), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1155), + [aux_sym_gateway_ports_token1] = ACTIONS(1155), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1155), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1155), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1155), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1155), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1155), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1155), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1155), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1155), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1155), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1155), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1155), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1155), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1155), + [aux_sym_host_key_alias_token1] = ACTIONS(1155), + [aux_sym_hostname_token1] = ACTIONS(1155), + [aux_sym_identities_only_token1] = ACTIONS(1155), + [aux_sym_identity_agent_token1] = ACTIONS(1155), + [aux_sym_identity_file_token1] = ACTIONS(1155), + [aux_sym_ignore_unknown_token1] = ACTIONS(1155), + [aux_sym_include_token1] = ACTIONS(1155), + [aux_sym_ip_qos_token1] = ACTIONS(1155), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1155), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1155), + [aux_sym_kex_algorithms_token1] = ACTIONS(1155), + [aux_sym_known_hosts_command_token1] = ACTIONS(1155), + [aux_sym_local_command_token1] = ACTIONS(1155), + [aux_sym_local_forward_token1] = ACTIONS(1155), + [aux_sym_log_level_token1] = ACTIONS(1155), + [aux_sym_log_verbose_token1] = ACTIONS(1155), + [aux_sym_macs_token1] = ACTIONS(1155), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1155), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1155), + [aux_sym_password_authentication_token1] = ACTIONS(1155), + [aux_sym_permit_local_command_token1] = ACTIONS(1155), + [aux_sym_permit_remote_open_token1] = ACTIONS(1155), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1155), + [aux_sym_port_token1] = ACTIONS(1155), + [aux_sym_preferred_authentications_token1] = ACTIONS(1155), + [aux_sym_protocol_token1] = ACTIONS(1155), + [aux_sym_proxy_command_token1] = ACTIONS(1155), + [aux_sym_proxy_jump_token1] = ACTIONS(1155), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1155), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1155), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1155), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1155), + [aux_sym_rekey_limit_token1] = ACTIONS(1155), + [aux_sym_remote_command_token1] = ACTIONS(1155), + [aux_sym_remote_forward_token1] = ACTIONS(1155), + [aux_sym_request_tty_token1] = ACTIONS(1155), + [aux_sym_required_rsa_size_token1] = ACTIONS(1155), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1155), + [aux_sym_security_key_provider_token1] = ACTIONS(1155), + [aux_sym_send_env_token1] = ACTIONS(1155), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1155), + [aux_sym_server_alive_interval_token1] = ACTIONS(1155), + [aux_sym_session_type_token1] = ACTIONS(1155), + [aux_sym_set_env_token1] = ACTIONS(1155), + [aux_sym_stdin_null_token1] = ACTIONS(1155), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1155), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1155), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1155), + [aux_sym_syslog_facility_token1] = ACTIONS(1155), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1155), + [aux_sym_keep_alive_token1] = ACTIONS(1155), + [aux_sym_tunnel_token1] = ACTIONS(1157), + [aux_sym_tunnel_device_token1] = ACTIONS(1155), + [aux_sym_update_host_keys_token1] = ACTIONS(1155), + [aux_sym_use_keychain_token1] = ACTIONS(1155), + [aux_sym_use_roaming_token1] = ACTIONS(1155), + [aux_sym_user_token1] = ACTIONS(1157), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1155), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1155), + [aux_sym_visual_host_key_token1] = ACTIONS(1155), + [aux_sym_xauth_location_token1] = ACTIONS(1155), }, [104] = { - [ts_builtin_sym_end] = ACTIONS(1156), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1158), - [anon_sym_DQUOTE] = ACTIONS(1160), - [aux_sym_match_token1] = ACTIONS(1156), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1156), - [aux_sym_address_family_token1] = ACTIONS(1156), - [aux_sym_batch_mode_token1] = ACTIONS(1156), - [aux_sym_bind_address_token1] = ACTIONS(1156), - [aux_sym_bind_interface_token1] = ACTIONS(1156), - [aux_sym_canonical_domains_token1] = ACTIONS(1156), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1156), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1156), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1156), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1156), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1156), - [aux_sym_certificate_file_token1] = ACTIONS(1156), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1156), - [aux_sym_check_host_ip_token1] = ACTIONS(1156), - [aux_sym_ciphers_token1] = ACTIONS(1156), - [aux_sym_cipher_token1] = ACTIONS(1158), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1156), - [aux_sym_compression_token1] = ACTIONS(1156), - [aux_sym_connection_attempts_token1] = ACTIONS(1156), - [aux_sym_connect_timeout_token1] = ACTIONS(1156), - [aux_sym_control_master_token1] = ACTIONS(1156), - [aux_sym_control_path_token1] = ACTIONS(1156), - [aux_sym_control_persist_token1] = ACTIONS(1156), - [aux_sym_dynamic_forward_token1] = ACTIONS(1156), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1156), - [aux_sym_escape_char_token1] = ACTIONS(1156), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1156), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1156), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1156), - [aux_sym_forward_agent_token1] = ACTIONS(1156), - [aux_sym_forward_x11_token1] = ACTIONS(1158), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1156), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1156), - [aux_sym_gateway_ports_token1] = ACTIONS(1156), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1156), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1156), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1156), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1156), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1156), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1156), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1156), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1156), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1156), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1156), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1156), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1156), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1156), - [aux_sym_host_key_alias_token1] = ACTIONS(1156), - [aux_sym_hostname_token1] = ACTIONS(1156), - [aux_sym_identities_only_token1] = ACTIONS(1156), - [aux_sym_identity_agent_token1] = ACTIONS(1156), - [aux_sym_identity_file_token1] = ACTIONS(1156), - [aux_sym_ignore_unknown_token1] = ACTIONS(1156), - [aux_sym_include_token1] = ACTIONS(1156), - [aux_sym_ip_qos_token1] = ACTIONS(1156), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1156), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1156), - [aux_sym_kex_algorithms_token1] = ACTIONS(1156), - [aux_sym_known_hosts_command_token1] = ACTIONS(1156), - [aux_sym_local_command_token1] = ACTIONS(1156), - [aux_sym_local_forward_token1] = ACTIONS(1156), - [aux_sym_log_level_token1] = ACTIONS(1156), - [aux_sym_log_verbose_token1] = ACTIONS(1156), - [aux_sym_macs_token1] = ACTIONS(1156), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1156), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1156), - [aux_sym_password_authentication_token1] = ACTIONS(1156), - [aux_sym_permit_local_command_token1] = ACTIONS(1156), - [aux_sym_permit_remote_open_token1] = ACTIONS(1156), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1156), - [aux_sym_port_token1] = ACTIONS(1156), - [aux_sym_preferred_authentications_token1] = ACTIONS(1156), - [aux_sym_protocol_token1] = ACTIONS(1156), - [aux_sym_proxy_command_token1] = ACTIONS(1156), - [aux_sym_proxy_jump_token1] = ACTIONS(1156), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1156), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1156), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1156), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1156), - [aux_sym_rekey_limit_token1] = ACTIONS(1156), - [aux_sym_remote_command_token1] = ACTIONS(1156), - [aux_sym_remote_forward_token1] = ACTIONS(1156), - [aux_sym_request_tty_token1] = ACTIONS(1156), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1156), - [aux_sym_security_key_provider_token1] = ACTIONS(1156), - [aux_sym_send_env_token1] = ACTIONS(1156), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1156), - [aux_sym_server_alive_interval_token1] = ACTIONS(1156), - [aux_sym_session_type_token1] = ACTIONS(1156), - [aux_sym_set_env_token1] = ACTIONS(1156), - [aux_sym_stdin_null_token1] = ACTIONS(1156), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1156), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1156), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1156), - [aux_sym_syslog_facility_token1] = ACTIONS(1156), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1156), - [aux_sym_keep_alive_token1] = ACTIONS(1156), - [aux_sym_tunnel_token1] = ACTIONS(1158), - [aux_sym_tunnel_device_token1] = ACTIONS(1156), - [aux_sym_update_host_keys_token1] = ACTIONS(1156), - [aux_sym_use_keychain_token1] = ACTIONS(1156), - [aux_sym_use_roaming_token1] = ACTIONS(1156), - [aux_sym_user_token1] = ACTIONS(1158), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1156), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1156), - [aux_sym_visual_host_key_token1] = ACTIONS(1156), - [aux_sym_xauth_location_token1] = ACTIONS(1156), + [ts_builtin_sym_end] = ACTIONS(1161), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1163), + [anon_sym_DQUOTE] = ACTIONS(1165), + [aux_sym_match_token1] = ACTIONS(1161), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1161), + [aux_sym_address_family_token1] = ACTIONS(1161), + [aux_sym_batch_mode_token1] = ACTIONS(1161), + [aux_sym_bind_address_token1] = ACTIONS(1161), + [aux_sym_bind_interface_token1] = ACTIONS(1161), + [aux_sym_canonical_domains_token1] = ACTIONS(1161), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1161), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1161), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1161), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1161), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1161), + [aux_sym_certificate_file_token1] = ACTIONS(1161), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1161), + [aux_sym_check_host_ip_token1] = ACTIONS(1161), + [aux_sym_ciphers_token1] = ACTIONS(1161), + [aux_sym_cipher_token1] = ACTIONS(1163), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1161), + [aux_sym_compression_token1] = ACTIONS(1161), + [aux_sym_connection_attempts_token1] = ACTIONS(1161), + [aux_sym_connect_timeout_token1] = ACTIONS(1161), + [aux_sym_control_master_token1] = ACTIONS(1161), + [aux_sym_control_path_token1] = ACTIONS(1161), + [aux_sym_control_persist_token1] = ACTIONS(1161), + [aux_sym_dynamic_forward_token1] = ACTIONS(1161), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1161), + [aux_sym_escape_char_token1] = ACTIONS(1161), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1161), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1161), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1161), + [aux_sym_forward_agent_token1] = ACTIONS(1161), + [aux_sym_forward_x11_token1] = ACTIONS(1163), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1161), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1161), + [aux_sym_gateway_ports_token1] = ACTIONS(1161), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1161), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1161), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1161), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1161), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1161), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1161), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1161), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1161), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1161), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1161), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1161), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1161), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1161), + [aux_sym_host_key_alias_token1] = ACTIONS(1161), + [aux_sym_hostname_token1] = ACTIONS(1161), + [aux_sym_identities_only_token1] = ACTIONS(1161), + [aux_sym_identity_agent_token1] = ACTIONS(1161), + [aux_sym_identity_file_token1] = ACTIONS(1161), + [aux_sym_ignore_unknown_token1] = ACTIONS(1161), + [aux_sym_include_token1] = ACTIONS(1161), + [aux_sym_ip_qos_token1] = ACTIONS(1161), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1161), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1161), + [aux_sym_kex_algorithms_token1] = ACTIONS(1161), + [aux_sym_known_hosts_command_token1] = ACTIONS(1161), + [aux_sym_local_command_token1] = ACTIONS(1161), + [aux_sym_local_forward_token1] = ACTIONS(1161), + [aux_sym_log_level_token1] = ACTIONS(1161), + [aux_sym_log_verbose_token1] = ACTIONS(1161), + [aux_sym_macs_token1] = ACTIONS(1161), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1161), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1161), + [aux_sym_password_authentication_token1] = ACTIONS(1161), + [aux_sym_permit_local_command_token1] = ACTIONS(1161), + [aux_sym_permit_remote_open_token1] = ACTIONS(1161), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1161), + [aux_sym_port_token1] = ACTIONS(1161), + [aux_sym_preferred_authentications_token1] = ACTIONS(1161), + [aux_sym_protocol_token1] = ACTIONS(1161), + [aux_sym_proxy_command_token1] = ACTIONS(1161), + [aux_sym_proxy_jump_token1] = ACTIONS(1161), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1161), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1161), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1161), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1161), + [aux_sym_rekey_limit_token1] = ACTIONS(1161), + [aux_sym_remote_command_token1] = ACTIONS(1161), + [aux_sym_remote_forward_token1] = ACTIONS(1161), + [aux_sym_request_tty_token1] = ACTIONS(1161), + [aux_sym_required_rsa_size_token1] = ACTIONS(1161), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1161), + [aux_sym_security_key_provider_token1] = ACTIONS(1161), + [aux_sym_send_env_token1] = ACTIONS(1161), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1161), + [aux_sym_server_alive_interval_token1] = ACTIONS(1161), + [aux_sym_session_type_token1] = ACTIONS(1161), + [aux_sym_set_env_token1] = ACTIONS(1161), + [aux_sym_stdin_null_token1] = ACTIONS(1161), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1161), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1161), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1161), + [aux_sym_syslog_facility_token1] = ACTIONS(1161), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1161), + [aux_sym_keep_alive_token1] = ACTIONS(1161), + [aux_sym_tunnel_token1] = ACTIONS(1163), + [aux_sym_tunnel_device_token1] = ACTIONS(1161), + [aux_sym_update_host_keys_token1] = ACTIONS(1161), + [aux_sym_use_keychain_token1] = ACTIONS(1161), + [aux_sym_use_roaming_token1] = ACTIONS(1161), + [aux_sym_user_token1] = ACTIONS(1163), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1161), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1161), + [aux_sym_visual_host_key_token1] = ACTIONS(1161), + [aux_sym_xauth_location_token1] = ACTIONS(1161), }, [105] = { - [ts_builtin_sym_end] = ACTIONS(1162), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1164), - [anon_sym_DQUOTE] = ACTIONS(1166), - [aux_sym_match_token1] = ACTIONS(1162), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1162), - [aux_sym_address_family_token1] = ACTIONS(1162), - [aux_sym_batch_mode_token1] = ACTIONS(1162), - [aux_sym_bind_address_token1] = ACTIONS(1162), - [aux_sym_bind_interface_token1] = ACTIONS(1162), - [aux_sym_canonical_domains_token1] = ACTIONS(1162), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1162), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1162), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1162), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1162), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1162), - [aux_sym_certificate_file_token1] = ACTIONS(1162), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1162), - [aux_sym_check_host_ip_token1] = ACTIONS(1162), - [aux_sym_ciphers_token1] = ACTIONS(1162), - [aux_sym_cipher_token1] = ACTIONS(1164), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1162), - [aux_sym_compression_token1] = ACTIONS(1162), - [aux_sym_connection_attempts_token1] = ACTIONS(1162), - [aux_sym_connect_timeout_token1] = ACTIONS(1162), - [aux_sym_control_master_token1] = ACTIONS(1162), - [aux_sym_control_path_token1] = ACTIONS(1162), - [aux_sym_control_persist_token1] = ACTIONS(1162), - [aux_sym_dynamic_forward_token1] = ACTIONS(1162), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1162), - [aux_sym_escape_char_token1] = ACTIONS(1162), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1162), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1162), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1162), - [aux_sym_forward_agent_token1] = ACTIONS(1162), - [aux_sym_forward_x11_token1] = ACTIONS(1164), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1162), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1162), - [aux_sym_gateway_ports_token1] = ACTIONS(1162), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1162), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1162), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1162), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1162), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1162), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1162), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1162), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1162), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1162), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1162), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1162), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1162), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1162), - [aux_sym_host_key_alias_token1] = ACTIONS(1162), - [aux_sym_hostname_token1] = ACTIONS(1162), - [aux_sym_identities_only_token1] = ACTIONS(1162), - [aux_sym_identity_agent_token1] = ACTIONS(1162), - [aux_sym_identity_file_token1] = ACTIONS(1162), - [aux_sym_ignore_unknown_token1] = ACTIONS(1162), - [aux_sym_include_token1] = ACTIONS(1162), - [aux_sym_ip_qos_token1] = ACTIONS(1162), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1162), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1162), - [aux_sym_kex_algorithms_token1] = ACTIONS(1162), - [aux_sym_known_hosts_command_token1] = ACTIONS(1162), - [aux_sym_local_command_token1] = ACTIONS(1162), - [aux_sym_local_forward_token1] = ACTIONS(1162), - [aux_sym_log_level_token1] = ACTIONS(1162), - [aux_sym_log_verbose_token1] = ACTIONS(1162), - [aux_sym_macs_token1] = ACTIONS(1162), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1162), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1162), - [aux_sym_password_authentication_token1] = ACTIONS(1162), - [aux_sym_permit_local_command_token1] = ACTIONS(1162), - [aux_sym_permit_remote_open_token1] = ACTIONS(1162), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1162), - [aux_sym_port_token1] = ACTIONS(1162), - [aux_sym_preferred_authentications_token1] = ACTIONS(1162), - [aux_sym_protocol_token1] = ACTIONS(1162), - [aux_sym_proxy_command_token1] = ACTIONS(1162), - [aux_sym_proxy_jump_token1] = ACTIONS(1162), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1162), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1162), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1162), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1162), - [aux_sym_rekey_limit_token1] = ACTIONS(1162), - [aux_sym_remote_command_token1] = ACTIONS(1162), - [aux_sym_remote_forward_token1] = ACTIONS(1162), - [aux_sym_request_tty_token1] = ACTIONS(1162), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1162), - [aux_sym_security_key_provider_token1] = ACTIONS(1162), - [aux_sym_send_env_token1] = ACTIONS(1162), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1162), - [aux_sym_server_alive_interval_token1] = ACTIONS(1162), - [aux_sym_session_type_token1] = ACTIONS(1162), - [aux_sym_set_env_token1] = ACTIONS(1162), - [aux_sym_stdin_null_token1] = ACTIONS(1162), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1162), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1162), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1162), - [aux_sym_syslog_facility_token1] = ACTIONS(1162), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1162), - [aux_sym_keep_alive_token1] = ACTIONS(1162), - [aux_sym_tunnel_token1] = ACTIONS(1164), - [aux_sym_tunnel_device_token1] = ACTIONS(1162), - [aux_sym_update_host_keys_token1] = ACTIONS(1162), - [aux_sym_use_keychain_token1] = ACTIONS(1162), - [aux_sym_use_roaming_token1] = ACTIONS(1162), - [aux_sym_user_token1] = ACTIONS(1164), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1162), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1162), - [aux_sym_visual_host_key_token1] = ACTIONS(1162), - [aux_sym_xauth_location_token1] = ACTIONS(1162), + [ts_builtin_sym_end] = ACTIONS(1167), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1169), + [anon_sym_DQUOTE] = ACTIONS(1171), + [aux_sym_match_token1] = ACTIONS(1167), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1167), + [aux_sym_address_family_token1] = ACTIONS(1167), + [aux_sym_batch_mode_token1] = ACTIONS(1167), + [aux_sym_bind_address_token1] = ACTIONS(1167), + [aux_sym_bind_interface_token1] = ACTIONS(1167), + [aux_sym_canonical_domains_token1] = ACTIONS(1167), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1167), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1167), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1167), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1167), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1167), + [aux_sym_certificate_file_token1] = ACTIONS(1167), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1167), + [aux_sym_check_host_ip_token1] = ACTIONS(1167), + [aux_sym_ciphers_token1] = ACTIONS(1167), + [aux_sym_cipher_token1] = ACTIONS(1169), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1167), + [aux_sym_compression_token1] = ACTIONS(1167), + [aux_sym_connection_attempts_token1] = ACTIONS(1167), + [aux_sym_connect_timeout_token1] = ACTIONS(1167), + [aux_sym_control_master_token1] = ACTIONS(1167), + [aux_sym_control_path_token1] = ACTIONS(1167), + [aux_sym_control_persist_token1] = ACTIONS(1167), + [aux_sym_dynamic_forward_token1] = ACTIONS(1167), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1167), + [aux_sym_escape_char_token1] = ACTIONS(1167), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1167), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1167), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1167), + [aux_sym_forward_agent_token1] = ACTIONS(1167), + [aux_sym_forward_x11_token1] = ACTIONS(1169), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1167), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1167), + [aux_sym_gateway_ports_token1] = ACTIONS(1167), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1167), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1167), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1167), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1167), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1167), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1167), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1167), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1167), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1167), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1167), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1167), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1167), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1167), + [aux_sym_host_key_alias_token1] = ACTIONS(1167), + [aux_sym_hostname_token1] = ACTIONS(1167), + [aux_sym_identities_only_token1] = ACTIONS(1167), + [aux_sym_identity_agent_token1] = ACTIONS(1167), + [aux_sym_identity_file_token1] = ACTIONS(1167), + [aux_sym_ignore_unknown_token1] = ACTIONS(1167), + [aux_sym_include_token1] = ACTIONS(1167), + [aux_sym_ip_qos_token1] = ACTIONS(1167), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1167), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1167), + [aux_sym_kex_algorithms_token1] = ACTIONS(1167), + [aux_sym_known_hosts_command_token1] = ACTIONS(1167), + [aux_sym_local_command_token1] = ACTIONS(1167), + [aux_sym_local_forward_token1] = ACTIONS(1167), + [aux_sym_log_level_token1] = ACTIONS(1167), + [aux_sym_log_verbose_token1] = ACTIONS(1167), + [aux_sym_macs_token1] = ACTIONS(1167), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1167), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1167), + [aux_sym_password_authentication_token1] = ACTIONS(1167), + [aux_sym_permit_local_command_token1] = ACTIONS(1167), + [aux_sym_permit_remote_open_token1] = ACTIONS(1167), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1167), + [aux_sym_port_token1] = ACTIONS(1167), + [aux_sym_preferred_authentications_token1] = ACTIONS(1167), + [aux_sym_protocol_token1] = ACTIONS(1167), + [aux_sym_proxy_command_token1] = ACTIONS(1167), + [aux_sym_proxy_jump_token1] = ACTIONS(1167), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1167), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1167), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1167), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1167), + [aux_sym_rekey_limit_token1] = ACTIONS(1167), + [aux_sym_remote_command_token1] = ACTIONS(1167), + [aux_sym_remote_forward_token1] = ACTIONS(1167), + [aux_sym_request_tty_token1] = ACTIONS(1167), + [aux_sym_required_rsa_size_token1] = ACTIONS(1167), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1167), + [aux_sym_security_key_provider_token1] = ACTIONS(1167), + [aux_sym_send_env_token1] = ACTIONS(1167), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1167), + [aux_sym_server_alive_interval_token1] = ACTIONS(1167), + [aux_sym_session_type_token1] = ACTIONS(1167), + [aux_sym_set_env_token1] = ACTIONS(1167), + [aux_sym_stdin_null_token1] = ACTIONS(1167), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1167), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1167), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1167), + [aux_sym_syslog_facility_token1] = ACTIONS(1167), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1167), + [aux_sym_keep_alive_token1] = ACTIONS(1167), + [aux_sym_tunnel_token1] = ACTIONS(1169), + [aux_sym_tunnel_device_token1] = ACTIONS(1167), + [aux_sym_update_host_keys_token1] = ACTIONS(1167), + [aux_sym_use_keychain_token1] = ACTIONS(1167), + [aux_sym_use_roaming_token1] = ACTIONS(1167), + [aux_sym_user_token1] = ACTIONS(1169), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1167), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1167), + [aux_sym_visual_host_key_token1] = ACTIONS(1167), + [aux_sym_xauth_location_token1] = ACTIONS(1167), }, [106] = { - [ts_builtin_sym_end] = ACTIONS(1168), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1170), - [anon_sym_DQUOTE] = ACTIONS(1172), - [aux_sym_match_token1] = ACTIONS(1168), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1168), - [aux_sym_address_family_token1] = ACTIONS(1168), - [aux_sym_batch_mode_token1] = ACTIONS(1168), - [aux_sym_bind_address_token1] = ACTIONS(1168), - [aux_sym_bind_interface_token1] = ACTIONS(1168), - [aux_sym_canonical_domains_token1] = ACTIONS(1168), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1168), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1168), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1168), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1168), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1168), - [aux_sym_certificate_file_token1] = ACTIONS(1168), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1168), - [aux_sym_check_host_ip_token1] = ACTIONS(1168), - [aux_sym_ciphers_token1] = ACTIONS(1168), - [aux_sym_cipher_token1] = ACTIONS(1170), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1168), - [aux_sym_compression_token1] = ACTIONS(1168), - [aux_sym_connection_attempts_token1] = ACTIONS(1168), - [aux_sym_connect_timeout_token1] = ACTIONS(1168), - [aux_sym_control_master_token1] = ACTIONS(1168), - [aux_sym_control_path_token1] = ACTIONS(1168), - [aux_sym_control_persist_token1] = ACTIONS(1168), - [aux_sym_dynamic_forward_token1] = ACTIONS(1168), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1168), - [aux_sym_escape_char_token1] = ACTIONS(1168), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1168), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1168), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1168), - [aux_sym_forward_agent_token1] = ACTIONS(1168), - [aux_sym_forward_x11_token1] = ACTIONS(1170), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1168), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1168), - [aux_sym_gateway_ports_token1] = ACTIONS(1168), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1168), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1168), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1168), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1168), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1168), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1168), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1168), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1168), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1168), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1168), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1168), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1168), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1168), - [aux_sym_host_key_alias_token1] = ACTIONS(1168), - [aux_sym_hostname_token1] = ACTIONS(1168), - [aux_sym_identities_only_token1] = ACTIONS(1168), - [aux_sym_identity_agent_token1] = ACTIONS(1168), - [aux_sym_identity_file_token1] = ACTIONS(1168), - [aux_sym_ignore_unknown_token1] = ACTIONS(1168), - [aux_sym_include_token1] = ACTIONS(1168), - [aux_sym_ip_qos_token1] = ACTIONS(1168), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1168), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1168), - [aux_sym_kex_algorithms_token1] = ACTIONS(1168), - [aux_sym_known_hosts_command_token1] = ACTIONS(1168), - [aux_sym_local_command_token1] = ACTIONS(1168), - [aux_sym_local_forward_token1] = ACTIONS(1168), - [aux_sym_log_level_token1] = ACTIONS(1168), - [aux_sym_log_verbose_token1] = ACTIONS(1168), - [aux_sym_macs_token1] = ACTIONS(1168), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1168), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1168), - [aux_sym_password_authentication_token1] = ACTIONS(1168), - [aux_sym_permit_local_command_token1] = ACTIONS(1168), - [aux_sym_permit_remote_open_token1] = ACTIONS(1168), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1168), - [aux_sym_port_token1] = ACTIONS(1168), - [aux_sym_preferred_authentications_token1] = ACTIONS(1168), - [aux_sym_protocol_token1] = ACTIONS(1168), - [aux_sym_proxy_command_token1] = ACTIONS(1168), - [aux_sym_proxy_jump_token1] = ACTIONS(1168), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1168), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1168), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1168), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1168), - [aux_sym_rekey_limit_token1] = ACTIONS(1168), - [aux_sym_remote_command_token1] = ACTIONS(1168), - [aux_sym_remote_forward_token1] = ACTIONS(1168), - [aux_sym_request_tty_token1] = ACTIONS(1168), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1168), - [aux_sym_security_key_provider_token1] = ACTIONS(1168), - [aux_sym_send_env_token1] = ACTIONS(1168), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1168), - [aux_sym_server_alive_interval_token1] = ACTIONS(1168), - [aux_sym_session_type_token1] = ACTIONS(1168), - [aux_sym_set_env_token1] = ACTIONS(1168), - [aux_sym_stdin_null_token1] = ACTIONS(1168), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1168), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1168), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1168), - [aux_sym_syslog_facility_token1] = ACTIONS(1168), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1168), - [aux_sym_keep_alive_token1] = ACTIONS(1168), - [aux_sym_tunnel_token1] = ACTIONS(1170), - [aux_sym_tunnel_device_token1] = ACTIONS(1168), - [aux_sym_update_host_keys_token1] = ACTIONS(1168), - [aux_sym_use_keychain_token1] = ACTIONS(1168), - [aux_sym_use_roaming_token1] = ACTIONS(1168), - [aux_sym_user_token1] = ACTIONS(1170), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1168), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1168), - [aux_sym_visual_host_key_token1] = ACTIONS(1168), - [aux_sym_xauth_location_token1] = ACTIONS(1168), + [ts_builtin_sym_end] = ACTIONS(1173), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1175), + [anon_sym_DQUOTE] = ACTIONS(1177), + [aux_sym_match_token1] = ACTIONS(1173), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1173), + [aux_sym_address_family_token1] = ACTIONS(1173), + [aux_sym_batch_mode_token1] = ACTIONS(1173), + [aux_sym_bind_address_token1] = ACTIONS(1173), + [aux_sym_bind_interface_token1] = ACTIONS(1173), + [aux_sym_canonical_domains_token1] = ACTIONS(1173), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1173), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1173), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1173), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1173), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1173), + [aux_sym_certificate_file_token1] = ACTIONS(1173), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1173), + [aux_sym_check_host_ip_token1] = ACTIONS(1173), + [aux_sym_ciphers_token1] = ACTIONS(1173), + [aux_sym_cipher_token1] = ACTIONS(1175), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1173), + [aux_sym_compression_token1] = ACTIONS(1173), + [aux_sym_connection_attempts_token1] = ACTIONS(1173), + [aux_sym_connect_timeout_token1] = ACTIONS(1173), + [aux_sym_control_master_token1] = ACTIONS(1173), + [aux_sym_control_path_token1] = ACTIONS(1173), + [aux_sym_control_persist_token1] = ACTIONS(1173), + [aux_sym_dynamic_forward_token1] = ACTIONS(1173), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1173), + [aux_sym_escape_char_token1] = ACTIONS(1173), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1173), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1173), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1173), + [aux_sym_forward_agent_token1] = ACTIONS(1173), + [aux_sym_forward_x11_token1] = ACTIONS(1175), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1173), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1173), + [aux_sym_gateway_ports_token1] = ACTIONS(1173), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1173), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1173), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1173), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1173), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1173), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1173), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1173), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1173), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1173), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1173), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1173), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1173), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1173), + [aux_sym_host_key_alias_token1] = ACTIONS(1173), + [aux_sym_hostname_token1] = ACTIONS(1173), + [aux_sym_identities_only_token1] = ACTIONS(1173), + [aux_sym_identity_agent_token1] = ACTIONS(1173), + [aux_sym_identity_file_token1] = ACTIONS(1173), + [aux_sym_ignore_unknown_token1] = ACTIONS(1173), + [aux_sym_include_token1] = ACTIONS(1173), + [aux_sym_ip_qos_token1] = ACTIONS(1173), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1173), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1173), + [aux_sym_kex_algorithms_token1] = ACTIONS(1173), + [aux_sym_known_hosts_command_token1] = ACTIONS(1173), + [aux_sym_local_command_token1] = ACTIONS(1173), + [aux_sym_local_forward_token1] = ACTIONS(1173), + [aux_sym_log_level_token1] = ACTIONS(1173), + [aux_sym_log_verbose_token1] = ACTIONS(1173), + [aux_sym_macs_token1] = ACTIONS(1173), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1173), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1173), + [aux_sym_password_authentication_token1] = ACTIONS(1173), + [aux_sym_permit_local_command_token1] = ACTIONS(1173), + [aux_sym_permit_remote_open_token1] = ACTIONS(1173), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1173), + [aux_sym_port_token1] = ACTIONS(1173), + [aux_sym_preferred_authentications_token1] = ACTIONS(1173), + [aux_sym_protocol_token1] = ACTIONS(1173), + [aux_sym_proxy_command_token1] = ACTIONS(1173), + [aux_sym_proxy_jump_token1] = ACTIONS(1173), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1173), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1173), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1173), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1173), + [aux_sym_rekey_limit_token1] = ACTIONS(1173), + [aux_sym_remote_command_token1] = ACTIONS(1173), + [aux_sym_remote_forward_token1] = ACTIONS(1173), + [aux_sym_request_tty_token1] = ACTIONS(1173), + [aux_sym_required_rsa_size_token1] = ACTIONS(1173), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1173), + [aux_sym_security_key_provider_token1] = ACTIONS(1173), + [aux_sym_send_env_token1] = ACTIONS(1173), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1173), + [aux_sym_server_alive_interval_token1] = ACTIONS(1173), + [aux_sym_session_type_token1] = ACTIONS(1173), + [aux_sym_set_env_token1] = ACTIONS(1173), + [aux_sym_stdin_null_token1] = ACTIONS(1173), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1173), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1173), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1173), + [aux_sym_syslog_facility_token1] = ACTIONS(1173), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1173), + [aux_sym_keep_alive_token1] = ACTIONS(1173), + [aux_sym_tunnel_token1] = ACTIONS(1175), + [aux_sym_tunnel_device_token1] = ACTIONS(1173), + [aux_sym_update_host_keys_token1] = ACTIONS(1173), + [aux_sym_use_keychain_token1] = ACTIONS(1173), + [aux_sym_use_roaming_token1] = ACTIONS(1173), + [aux_sym_user_token1] = ACTIONS(1175), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1173), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1173), + [aux_sym_visual_host_key_token1] = ACTIONS(1173), + [aux_sym_xauth_location_token1] = ACTIONS(1173), }, [107] = { - [ts_builtin_sym_end] = ACTIONS(1174), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1176), - [anon_sym_DQUOTE] = ACTIONS(1178), - [aux_sym_match_token1] = ACTIONS(1174), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1174), - [aux_sym_address_family_token1] = ACTIONS(1174), - [aux_sym_batch_mode_token1] = ACTIONS(1174), - [aux_sym_bind_address_token1] = ACTIONS(1174), - [aux_sym_bind_interface_token1] = ACTIONS(1174), - [aux_sym_canonical_domains_token1] = ACTIONS(1174), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1174), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1174), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1174), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1174), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1174), - [aux_sym_certificate_file_token1] = ACTIONS(1174), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1174), - [aux_sym_check_host_ip_token1] = ACTIONS(1174), - [aux_sym_ciphers_token1] = ACTIONS(1174), - [aux_sym_cipher_token1] = ACTIONS(1176), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1174), - [aux_sym_compression_token1] = ACTIONS(1174), - [aux_sym_connection_attempts_token1] = ACTIONS(1174), - [aux_sym_connect_timeout_token1] = ACTIONS(1174), - [aux_sym_control_master_token1] = ACTIONS(1174), - [aux_sym_control_path_token1] = ACTIONS(1174), - [aux_sym_control_persist_token1] = ACTIONS(1174), - [aux_sym_dynamic_forward_token1] = ACTIONS(1174), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1174), - [aux_sym_escape_char_token1] = ACTIONS(1174), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1174), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1174), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1174), - [aux_sym_forward_agent_token1] = ACTIONS(1174), - [aux_sym_forward_x11_token1] = ACTIONS(1176), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1174), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1174), - [aux_sym_gateway_ports_token1] = ACTIONS(1174), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1174), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1174), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1174), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1174), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1174), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1174), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1174), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1174), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1174), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1174), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1174), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1174), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1174), - [aux_sym_host_key_alias_token1] = ACTIONS(1174), - [aux_sym_hostname_token1] = ACTIONS(1174), - [aux_sym_identities_only_token1] = ACTIONS(1174), - [aux_sym_identity_agent_token1] = ACTIONS(1174), - [aux_sym_identity_file_token1] = ACTIONS(1174), - [aux_sym_ignore_unknown_token1] = ACTIONS(1174), - [aux_sym_include_token1] = ACTIONS(1174), - [aux_sym_ip_qos_token1] = ACTIONS(1174), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1174), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1174), - [aux_sym_kex_algorithms_token1] = ACTIONS(1174), - [aux_sym_known_hosts_command_token1] = ACTIONS(1174), - [aux_sym_local_command_token1] = ACTIONS(1174), - [aux_sym_local_forward_token1] = ACTIONS(1174), - [aux_sym_log_level_token1] = ACTIONS(1174), - [aux_sym_log_verbose_token1] = ACTIONS(1174), - [aux_sym_macs_token1] = ACTIONS(1174), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1174), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1174), - [aux_sym_password_authentication_token1] = ACTIONS(1174), - [aux_sym_permit_local_command_token1] = ACTIONS(1174), - [aux_sym_permit_remote_open_token1] = ACTIONS(1174), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1174), - [aux_sym_port_token1] = ACTIONS(1174), - [aux_sym_preferred_authentications_token1] = ACTIONS(1174), - [aux_sym_protocol_token1] = ACTIONS(1174), - [aux_sym_proxy_command_token1] = ACTIONS(1174), - [aux_sym_proxy_jump_token1] = ACTIONS(1174), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1174), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1174), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1174), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1174), - [aux_sym_rekey_limit_token1] = ACTIONS(1174), - [aux_sym_remote_command_token1] = ACTIONS(1174), - [aux_sym_remote_forward_token1] = ACTIONS(1174), - [aux_sym_request_tty_token1] = ACTIONS(1174), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1174), - [aux_sym_security_key_provider_token1] = ACTIONS(1174), - [aux_sym_send_env_token1] = ACTIONS(1174), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1174), - [aux_sym_server_alive_interval_token1] = ACTIONS(1174), - [aux_sym_session_type_token1] = ACTIONS(1174), - [aux_sym_set_env_token1] = ACTIONS(1174), - [aux_sym_stdin_null_token1] = ACTIONS(1174), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1174), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1174), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1174), - [aux_sym_syslog_facility_token1] = ACTIONS(1174), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1174), - [aux_sym_keep_alive_token1] = ACTIONS(1174), - [aux_sym_tunnel_token1] = ACTIONS(1176), - [aux_sym_tunnel_device_token1] = ACTIONS(1174), - [aux_sym_update_host_keys_token1] = ACTIONS(1174), - [aux_sym_use_keychain_token1] = ACTIONS(1174), - [aux_sym_use_roaming_token1] = ACTIONS(1174), - [aux_sym_user_token1] = ACTIONS(1176), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1174), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1174), - [aux_sym_visual_host_key_token1] = ACTIONS(1174), - [aux_sym_xauth_location_token1] = ACTIONS(1174), + [ts_builtin_sym_end] = ACTIONS(1179), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1181), + [anon_sym_DQUOTE] = ACTIONS(1183), + [aux_sym_match_token1] = ACTIONS(1179), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1179), + [aux_sym_address_family_token1] = ACTIONS(1179), + [aux_sym_batch_mode_token1] = ACTIONS(1179), + [aux_sym_bind_address_token1] = ACTIONS(1179), + [aux_sym_bind_interface_token1] = ACTIONS(1179), + [aux_sym_canonical_domains_token1] = ACTIONS(1179), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1179), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1179), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1179), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1179), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1179), + [aux_sym_certificate_file_token1] = ACTIONS(1179), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1179), + [aux_sym_check_host_ip_token1] = ACTIONS(1179), + [aux_sym_ciphers_token1] = ACTIONS(1179), + [aux_sym_cipher_token1] = ACTIONS(1181), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1179), + [aux_sym_compression_token1] = ACTIONS(1179), + [aux_sym_connection_attempts_token1] = ACTIONS(1179), + [aux_sym_connect_timeout_token1] = ACTIONS(1179), + [aux_sym_control_master_token1] = ACTIONS(1179), + [aux_sym_control_path_token1] = ACTIONS(1179), + [aux_sym_control_persist_token1] = ACTIONS(1179), + [aux_sym_dynamic_forward_token1] = ACTIONS(1179), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1179), + [aux_sym_escape_char_token1] = ACTIONS(1179), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1179), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1179), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1179), + [aux_sym_forward_agent_token1] = ACTIONS(1179), + [aux_sym_forward_x11_token1] = ACTIONS(1181), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1179), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1179), + [aux_sym_gateway_ports_token1] = ACTIONS(1179), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1179), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1179), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1179), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1179), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1179), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1179), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1179), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1179), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1179), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1179), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1179), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1179), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1179), + [aux_sym_host_key_alias_token1] = ACTIONS(1179), + [aux_sym_hostname_token1] = ACTIONS(1179), + [aux_sym_identities_only_token1] = ACTIONS(1179), + [aux_sym_identity_agent_token1] = ACTIONS(1179), + [aux_sym_identity_file_token1] = ACTIONS(1179), + [aux_sym_ignore_unknown_token1] = ACTIONS(1179), + [aux_sym_include_token1] = ACTIONS(1179), + [aux_sym_ip_qos_token1] = ACTIONS(1179), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1179), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1179), + [aux_sym_kex_algorithms_token1] = ACTIONS(1179), + [aux_sym_known_hosts_command_token1] = ACTIONS(1179), + [aux_sym_local_command_token1] = ACTIONS(1179), + [aux_sym_local_forward_token1] = ACTIONS(1179), + [aux_sym_log_level_token1] = ACTIONS(1179), + [aux_sym_log_verbose_token1] = ACTIONS(1179), + [aux_sym_macs_token1] = ACTIONS(1179), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1179), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1179), + [aux_sym_password_authentication_token1] = ACTIONS(1179), + [aux_sym_permit_local_command_token1] = ACTIONS(1179), + [aux_sym_permit_remote_open_token1] = ACTIONS(1179), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1179), + [aux_sym_port_token1] = ACTIONS(1179), + [aux_sym_preferred_authentications_token1] = ACTIONS(1179), + [aux_sym_protocol_token1] = ACTIONS(1179), + [aux_sym_proxy_command_token1] = ACTIONS(1179), + [aux_sym_proxy_jump_token1] = ACTIONS(1179), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1179), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1179), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1179), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1179), + [aux_sym_rekey_limit_token1] = ACTIONS(1179), + [aux_sym_remote_command_token1] = ACTIONS(1179), + [aux_sym_remote_forward_token1] = ACTIONS(1179), + [aux_sym_request_tty_token1] = ACTIONS(1179), + [aux_sym_required_rsa_size_token1] = ACTIONS(1179), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1179), + [aux_sym_security_key_provider_token1] = ACTIONS(1179), + [aux_sym_send_env_token1] = ACTIONS(1179), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1179), + [aux_sym_server_alive_interval_token1] = ACTIONS(1179), + [aux_sym_session_type_token1] = ACTIONS(1179), + [aux_sym_set_env_token1] = ACTIONS(1179), + [aux_sym_stdin_null_token1] = ACTIONS(1179), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1179), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1179), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1179), + [aux_sym_syslog_facility_token1] = ACTIONS(1179), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1179), + [aux_sym_keep_alive_token1] = ACTIONS(1179), + [aux_sym_tunnel_token1] = ACTIONS(1181), + [aux_sym_tunnel_device_token1] = ACTIONS(1179), + [aux_sym_update_host_keys_token1] = ACTIONS(1179), + [aux_sym_use_keychain_token1] = ACTIONS(1179), + [aux_sym_use_roaming_token1] = ACTIONS(1179), + [aux_sym_user_token1] = ACTIONS(1181), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1179), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1179), + [aux_sym_visual_host_key_token1] = ACTIONS(1179), + [aux_sym_xauth_location_token1] = ACTIONS(1179), }, [108] = { - [ts_builtin_sym_end] = ACTIONS(1180), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1182), - [anon_sym_DQUOTE] = ACTIONS(1184), - [aux_sym_match_token1] = ACTIONS(1180), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1180), - [aux_sym_address_family_token1] = ACTIONS(1180), - [aux_sym_batch_mode_token1] = ACTIONS(1180), - [aux_sym_bind_address_token1] = ACTIONS(1180), - [aux_sym_bind_interface_token1] = ACTIONS(1180), - [aux_sym_canonical_domains_token1] = ACTIONS(1180), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1180), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1180), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1180), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1180), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1180), - [aux_sym_certificate_file_token1] = ACTIONS(1180), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1180), - [aux_sym_check_host_ip_token1] = ACTIONS(1180), - [aux_sym_ciphers_token1] = ACTIONS(1180), - [aux_sym_cipher_token1] = ACTIONS(1182), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1180), - [aux_sym_compression_token1] = ACTIONS(1180), - [aux_sym_connection_attempts_token1] = ACTIONS(1180), - [aux_sym_connect_timeout_token1] = ACTIONS(1180), - [aux_sym_control_master_token1] = ACTIONS(1180), - [aux_sym_control_path_token1] = ACTIONS(1180), - [aux_sym_control_persist_token1] = ACTIONS(1180), - [aux_sym_dynamic_forward_token1] = ACTIONS(1180), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1180), - [aux_sym_escape_char_token1] = ACTIONS(1180), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1180), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1180), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1180), - [aux_sym_forward_agent_token1] = ACTIONS(1180), - [aux_sym_forward_x11_token1] = ACTIONS(1182), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1180), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1180), - [aux_sym_gateway_ports_token1] = ACTIONS(1180), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1180), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1180), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1180), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1180), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1180), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1180), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1180), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1180), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1180), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1180), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1180), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1180), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1180), - [aux_sym_host_key_alias_token1] = ACTIONS(1180), - [aux_sym_hostname_token1] = ACTIONS(1180), - [aux_sym_identities_only_token1] = ACTIONS(1180), - [aux_sym_identity_agent_token1] = ACTIONS(1180), - [aux_sym_identity_file_token1] = ACTIONS(1180), - [aux_sym_ignore_unknown_token1] = ACTIONS(1180), - [aux_sym_include_token1] = ACTIONS(1180), - [aux_sym_ip_qos_token1] = ACTIONS(1180), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1180), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1180), - [aux_sym_kex_algorithms_token1] = ACTIONS(1180), - [aux_sym_known_hosts_command_token1] = ACTIONS(1180), - [aux_sym_local_command_token1] = ACTIONS(1180), - [aux_sym_local_forward_token1] = ACTIONS(1180), - [aux_sym_log_level_token1] = ACTIONS(1180), - [aux_sym_log_verbose_token1] = ACTIONS(1180), - [aux_sym_macs_token1] = ACTIONS(1180), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1180), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1180), - [aux_sym_password_authentication_token1] = ACTIONS(1180), - [aux_sym_permit_local_command_token1] = ACTIONS(1180), - [aux_sym_permit_remote_open_token1] = ACTIONS(1180), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1180), - [aux_sym_port_token1] = ACTIONS(1180), - [aux_sym_preferred_authentications_token1] = ACTIONS(1180), - [aux_sym_protocol_token1] = ACTIONS(1180), - [aux_sym_proxy_command_token1] = ACTIONS(1180), - [aux_sym_proxy_jump_token1] = ACTIONS(1180), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1180), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1180), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1180), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1180), - [aux_sym_rekey_limit_token1] = ACTIONS(1180), - [aux_sym_remote_command_token1] = ACTIONS(1180), - [aux_sym_remote_forward_token1] = ACTIONS(1180), - [aux_sym_request_tty_token1] = ACTIONS(1180), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1180), - [aux_sym_security_key_provider_token1] = ACTIONS(1180), - [aux_sym_send_env_token1] = ACTIONS(1180), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1180), - [aux_sym_server_alive_interval_token1] = ACTIONS(1180), - [aux_sym_session_type_token1] = ACTIONS(1180), - [aux_sym_set_env_token1] = ACTIONS(1180), - [aux_sym_stdin_null_token1] = ACTIONS(1180), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1180), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1180), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1180), - [aux_sym_syslog_facility_token1] = ACTIONS(1180), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1180), - [aux_sym_keep_alive_token1] = ACTIONS(1180), - [aux_sym_tunnel_token1] = ACTIONS(1182), - [aux_sym_tunnel_device_token1] = ACTIONS(1180), - [aux_sym_update_host_keys_token1] = ACTIONS(1180), - [aux_sym_use_keychain_token1] = ACTIONS(1180), - [aux_sym_use_roaming_token1] = ACTIONS(1180), - [aux_sym_user_token1] = ACTIONS(1182), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1180), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1180), - [aux_sym_visual_host_key_token1] = ACTIONS(1180), - [aux_sym_xauth_location_token1] = ACTIONS(1180), + [ts_builtin_sym_end] = ACTIONS(1185), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1187), + [anon_sym_DQUOTE] = ACTIONS(1189), + [aux_sym_match_token1] = ACTIONS(1185), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1185), + [aux_sym_address_family_token1] = ACTIONS(1185), + [aux_sym_batch_mode_token1] = ACTIONS(1185), + [aux_sym_bind_address_token1] = ACTIONS(1185), + [aux_sym_bind_interface_token1] = ACTIONS(1185), + [aux_sym_canonical_domains_token1] = ACTIONS(1185), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1185), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1185), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1185), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1185), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1185), + [aux_sym_certificate_file_token1] = ACTIONS(1185), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1185), + [aux_sym_check_host_ip_token1] = ACTIONS(1185), + [aux_sym_ciphers_token1] = ACTIONS(1185), + [aux_sym_cipher_token1] = ACTIONS(1187), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1185), + [aux_sym_compression_token1] = ACTIONS(1185), + [aux_sym_connection_attempts_token1] = ACTIONS(1185), + [aux_sym_connect_timeout_token1] = ACTIONS(1185), + [aux_sym_control_master_token1] = ACTIONS(1185), + [aux_sym_control_path_token1] = ACTIONS(1185), + [aux_sym_control_persist_token1] = ACTIONS(1185), + [aux_sym_dynamic_forward_token1] = ACTIONS(1185), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1185), + [aux_sym_escape_char_token1] = ACTIONS(1185), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1185), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1185), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1185), + [aux_sym_forward_agent_token1] = ACTIONS(1185), + [aux_sym_forward_x11_token1] = ACTIONS(1187), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1185), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1185), + [aux_sym_gateway_ports_token1] = ACTIONS(1185), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1185), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1185), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1185), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1185), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1185), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1185), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1185), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1185), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1185), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1185), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1185), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1185), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1185), + [aux_sym_host_key_alias_token1] = ACTIONS(1185), + [aux_sym_hostname_token1] = ACTIONS(1185), + [aux_sym_identities_only_token1] = ACTIONS(1185), + [aux_sym_identity_agent_token1] = ACTIONS(1185), + [aux_sym_identity_file_token1] = ACTIONS(1185), + [aux_sym_ignore_unknown_token1] = ACTIONS(1185), + [aux_sym_include_token1] = ACTIONS(1185), + [aux_sym_ip_qos_token1] = ACTIONS(1185), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1185), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1185), + [aux_sym_kex_algorithms_token1] = ACTIONS(1185), + [aux_sym_known_hosts_command_token1] = ACTIONS(1185), + [aux_sym_local_command_token1] = ACTIONS(1185), + [aux_sym_local_forward_token1] = ACTIONS(1185), + [aux_sym_log_level_token1] = ACTIONS(1185), + [aux_sym_log_verbose_token1] = ACTIONS(1185), + [aux_sym_macs_token1] = ACTIONS(1185), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1185), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1185), + [aux_sym_password_authentication_token1] = ACTIONS(1185), + [aux_sym_permit_local_command_token1] = ACTIONS(1185), + [aux_sym_permit_remote_open_token1] = ACTIONS(1185), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1185), + [aux_sym_port_token1] = ACTIONS(1185), + [aux_sym_preferred_authentications_token1] = ACTIONS(1185), + [aux_sym_protocol_token1] = ACTIONS(1185), + [aux_sym_proxy_command_token1] = ACTIONS(1185), + [aux_sym_proxy_jump_token1] = ACTIONS(1185), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1185), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1185), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1185), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1185), + [aux_sym_rekey_limit_token1] = ACTIONS(1185), + [aux_sym_remote_command_token1] = ACTIONS(1185), + [aux_sym_remote_forward_token1] = ACTIONS(1185), + [aux_sym_request_tty_token1] = ACTIONS(1185), + [aux_sym_required_rsa_size_token1] = ACTIONS(1185), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1185), + [aux_sym_security_key_provider_token1] = ACTIONS(1185), + [aux_sym_send_env_token1] = ACTIONS(1185), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1185), + [aux_sym_server_alive_interval_token1] = ACTIONS(1185), + [aux_sym_session_type_token1] = ACTIONS(1185), + [aux_sym_set_env_token1] = ACTIONS(1185), + [aux_sym_stdin_null_token1] = ACTIONS(1185), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1185), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1185), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1185), + [aux_sym_syslog_facility_token1] = ACTIONS(1185), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1185), + [aux_sym_keep_alive_token1] = ACTIONS(1185), + [aux_sym_tunnel_token1] = ACTIONS(1187), + [aux_sym_tunnel_device_token1] = ACTIONS(1185), + [aux_sym_update_host_keys_token1] = ACTIONS(1185), + [aux_sym_use_keychain_token1] = ACTIONS(1185), + [aux_sym_use_roaming_token1] = ACTIONS(1185), + [aux_sym_user_token1] = ACTIONS(1187), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1185), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1185), + [aux_sym_visual_host_key_token1] = ACTIONS(1185), + [aux_sym_xauth_location_token1] = ACTIONS(1185), }, [109] = { - [ts_builtin_sym_end] = ACTIONS(1186), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1188), - [anon_sym_DQUOTE] = ACTIONS(1190), - [aux_sym_match_token1] = ACTIONS(1186), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1186), - [aux_sym_address_family_token1] = ACTIONS(1186), - [aux_sym_batch_mode_token1] = ACTIONS(1186), - [aux_sym_bind_address_token1] = ACTIONS(1186), - [aux_sym_bind_interface_token1] = ACTIONS(1186), - [aux_sym_canonical_domains_token1] = ACTIONS(1186), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1186), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1186), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1186), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1186), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1186), - [aux_sym_certificate_file_token1] = ACTIONS(1186), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1186), - [aux_sym_check_host_ip_token1] = ACTIONS(1186), - [aux_sym_ciphers_token1] = ACTIONS(1186), - [aux_sym_cipher_token1] = ACTIONS(1188), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1186), - [aux_sym_compression_token1] = ACTIONS(1186), - [aux_sym_connection_attempts_token1] = ACTIONS(1186), - [aux_sym_connect_timeout_token1] = ACTIONS(1186), - [aux_sym_control_master_token1] = ACTIONS(1186), - [aux_sym_control_path_token1] = ACTIONS(1186), - [aux_sym_control_persist_token1] = ACTIONS(1186), - [aux_sym_dynamic_forward_token1] = ACTIONS(1186), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1186), - [aux_sym_escape_char_token1] = ACTIONS(1186), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1186), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1186), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1186), - [aux_sym_forward_agent_token1] = ACTIONS(1186), - [aux_sym_forward_x11_token1] = ACTIONS(1188), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1186), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1186), - [aux_sym_gateway_ports_token1] = ACTIONS(1186), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1186), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1186), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1186), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1186), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1186), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1186), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1186), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1186), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1186), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1186), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1186), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1186), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1186), - [aux_sym_host_key_alias_token1] = ACTIONS(1186), - [aux_sym_hostname_token1] = ACTIONS(1186), - [aux_sym_identities_only_token1] = ACTIONS(1186), - [aux_sym_identity_agent_token1] = ACTIONS(1186), - [aux_sym_identity_file_token1] = ACTIONS(1186), - [aux_sym_ignore_unknown_token1] = ACTIONS(1186), - [aux_sym_include_token1] = ACTIONS(1186), - [aux_sym_ip_qos_token1] = ACTIONS(1186), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1186), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1186), - [aux_sym_kex_algorithms_token1] = ACTIONS(1186), - [aux_sym_known_hosts_command_token1] = ACTIONS(1186), - [aux_sym_local_command_token1] = ACTIONS(1186), - [aux_sym_local_forward_token1] = ACTIONS(1186), - [aux_sym_log_level_token1] = ACTIONS(1186), - [aux_sym_log_verbose_token1] = ACTIONS(1186), - [aux_sym_macs_token1] = ACTIONS(1186), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1186), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1186), - [aux_sym_password_authentication_token1] = ACTIONS(1186), - [aux_sym_permit_local_command_token1] = ACTIONS(1186), - [aux_sym_permit_remote_open_token1] = ACTIONS(1186), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1186), - [aux_sym_port_token1] = ACTIONS(1186), - [aux_sym_preferred_authentications_token1] = ACTIONS(1186), - [aux_sym_protocol_token1] = ACTIONS(1186), - [aux_sym_proxy_command_token1] = ACTIONS(1186), - [aux_sym_proxy_jump_token1] = ACTIONS(1186), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1186), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1186), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1186), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1186), - [aux_sym_rekey_limit_token1] = ACTIONS(1186), - [aux_sym_remote_command_token1] = ACTIONS(1186), - [aux_sym_remote_forward_token1] = ACTIONS(1186), - [aux_sym_request_tty_token1] = ACTIONS(1186), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1186), - [aux_sym_security_key_provider_token1] = ACTIONS(1186), - [aux_sym_send_env_token1] = ACTIONS(1186), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1186), - [aux_sym_server_alive_interval_token1] = ACTIONS(1186), - [aux_sym_session_type_token1] = ACTIONS(1186), - [aux_sym_set_env_token1] = ACTIONS(1186), - [aux_sym_stdin_null_token1] = ACTIONS(1186), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1186), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1186), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1186), - [aux_sym_syslog_facility_token1] = ACTIONS(1186), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1186), - [aux_sym_keep_alive_token1] = ACTIONS(1186), - [aux_sym_tunnel_token1] = ACTIONS(1188), - [aux_sym_tunnel_device_token1] = ACTIONS(1186), - [aux_sym_update_host_keys_token1] = ACTIONS(1186), - [aux_sym_use_keychain_token1] = ACTIONS(1186), - [aux_sym_use_roaming_token1] = ACTIONS(1186), - [aux_sym_user_token1] = ACTIONS(1188), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1186), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1186), - [aux_sym_visual_host_key_token1] = ACTIONS(1186), - [aux_sym_xauth_location_token1] = ACTIONS(1186), + [ts_builtin_sym_end] = ACTIONS(1191), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1193), + [anon_sym_DQUOTE] = ACTIONS(1195), + [aux_sym_match_token1] = ACTIONS(1191), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1191), + [aux_sym_address_family_token1] = ACTIONS(1191), + [aux_sym_batch_mode_token1] = ACTIONS(1191), + [aux_sym_bind_address_token1] = ACTIONS(1191), + [aux_sym_bind_interface_token1] = ACTIONS(1191), + [aux_sym_canonical_domains_token1] = ACTIONS(1191), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1191), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1191), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1191), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1191), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1191), + [aux_sym_certificate_file_token1] = ACTIONS(1191), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1191), + [aux_sym_check_host_ip_token1] = ACTIONS(1191), + [aux_sym_ciphers_token1] = ACTIONS(1191), + [aux_sym_cipher_token1] = ACTIONS(1193), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1191), + [aux_sym_compression_token1] = ACTIONS(1191), + [aux_sym_connection_attempts_token1] = ACTIONS(1191), + [aux_sym_connect_timeout_token1] = ACTIONS(1191), + [aux_sym_control_master_token1] = ACTIONS(1191), + [aux_sym_control_path_token1] = ACTIONS(1191), + [aux_sym_control_persist_token1] = ACTIONS(1191), + [aux_sym_dynamic_forward_token1] = ACTIONS(1191), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1191), + [aux_sym_escape_char_token1] = ACTIONS(1191), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1191), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1191), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1191), + [aux_sym_forward_agent_token1] = ACTIONS(1191), + [aux_sym_forward_x11_token1] = ACTIONS(1193), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1191), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1191), + [aux_sym_gateway_ports_token1] = ACTIONS(1191), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1191), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1191), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1191), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1191), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1191), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1191), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1191), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1191), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1191), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1191), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1191), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1191), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1191), + [aux_sym_host_key_alias_token1] = ACTIONS(1191), + [aux_sym_hostname_token1] = ACTIONS(1191), + [aux_sym_identities_only_token1] = ACTIONS(1191), + [aux_sym_identity_agent_token1] = ACTIONS(1191), + [aux_sym_identity_file_token1] = ACTIONS(1191), + [aux_sym_ignore_unknown_token1] = ACTIONS(1191), + [aux_sym_include_token1] = ACTIONS(1191), + [aux_sym_ip_qos_token1] = ACTIONS(1191), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1191), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1191), + [aux_sym_kex_algorithms_token1] = ACTIONS(1191), + [aux_sym_known_hosts_command_token1] = ACTIONS(1191), + [aux_sym_local_command_token1] = ACTIONS(1191), + [aux_sym_local_forward_token1] = ACTIONS(1191), + [aux_sym_log_level_token1] = ACTIONS(1191), + [aux_sym_log_verbose_token1] = ACTIONS(1191), + [aux_sym_macs_token1] = ACTIONS(1191), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1191), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1191), + [aux_sym_password_authentication_token1] = ACTIONS(1191), + [aux_sym_permit_local_command_token1] = ACTIONS(1191), + [aux_sym_permit_remote_open_token1] = ACTIONS(1191), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1191), + [aux_sym_port_token1] = ACTIONS(1191), + [aux_sym_preferred_authentications_token1] = ACTIONS(1191), + [aux_sym_protocol_token1] = ACTIONS(1191), + [aux_sym_proxy_command_token1] = ACTIONS(1191), + [aux_sym_proxy_jump_token1] = ACTIONS(1191), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1191), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1191), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1191), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1191), + [aux_sym_rekey_limit_token1] = ACTIONS(1191), + [aux_sym_remote_command_token1] = ACTIONS(1191), + [aux_sym_remote_forward_token1] = ACTIONS(1191), + [aux_sym_request_tty_token1] = ACTIONS(1191), + [aux_sym_required_rsa_size_token1] = ACTIONS(1191), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1191), + [aux_sym_security_key_provider_token1] = ACTIONS(1191), + [aux_sym_send_env_token1] = ACTIONS(1191), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1191), + [aux_sym_server_alive_interval_token1] = ACTIONS(1191), + [aux_sym_session_type_token1] = ACTIONS(1191), + [aux_sym_set_env_token1] = ACTIONS(1191), + [aux_sym_stdin_null_token1] = ACTIONS(1191), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1191), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1191), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1191), + [aux_sym_syslog_facility_token1] = ACTIONS(1191), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1191), + [aux_sym_keep_alive_token1] = ACTIONS(1191), + [aux_sym_tunnel_token1] = ACTIONS(1193), + [aux_sym_tunnel_device_token1] = ACTIONS(1191), + [aux_sym_update_host_keys_token1] = ACTIONS(1191), + [aux_sym_use_keychain_token1] = ACTIONS(1191), + [aux_sym_use_roaming_token1] = ACTIONS(1191), + [aux_sym_user_token1] = ACTIONS(1193), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1191), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1191), + [aux_sym_visual_host_key_token1] = ACTIONS(1191), + [aux_sym_xauth_location_token1] = ACTIONS(1191), }, [110] = { - [ts_builtin_sym_end] = ACTIONS(1192), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1194), - [anon_sym_DQUOTE] = ACTIONS(1196), - [aux_sym_match_token1] = ACTIONS(1192), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1192), - [aux_sym_address_family_token1] = ACTIONS(1192), - [aux_sym_batch_mode_token1] = ACTIONS(1192), - [aux_sym_bind_address_token1] = ACTIONS(1192), - [aux_sym_bind_interface_token1] = ACTIONS(1192), - [aux_sym_canonical_domains_token1] = ACTIONS(1192), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1192), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1192), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1192), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1192), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1192), - [aux_sym_certificate_file_token1] = ACTIONS(1192), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1192), - [aux_sym_check_host_ip_token1] = ACTIONS(1192), - [aux_sym_ciphers_token1] = ACTIONS(1192), - [aux_sym_cipher_token1] = ACTIONS(1194), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1192), - [aux_sym_compression_token1] = ACTIONS(1192), - [aux_sym_connection_attempts_token1] = ACTIONS(1192), - [aux_sym_connect_timeout_token1] = ACTIONS(1192), - [aux_sym_control_master_token1] = ACTIONS(1192), - [aux_sym_control_path_token1] = ACTIONS(1192), - [aux_sym_control_persist_token1] = ACTIONS(1192), - [aux_sym_dynamic_forward_token1] = ACTIONS(1192), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1192), - [aux_sym_escape_char_token1] = ACTIONS(1192), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1192), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1192), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1192), - [aux_sym_forward_agent_token1] = ACTIONS(1192), - [aux_sym_forward_x11_token1] = ACTIONS(1194), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1192), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1192), - [aux_sym_gateway_ports_token1] = ACTIONS(1192), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1192), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1192), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1192), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1192), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1192), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1192), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1192), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1192), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1192), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1192), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1192), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1192), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1192), - [aux_sym_host_key_alias_token1] = ACTIONS(1192), - [aux_sym_hostname_token1] = ACTIONS(1192), - [aux_sym_identities_only_token1] = ACTIONS(1192), - [aux_sym_identity_agent_token1] = ACTIONS(1192), - [aux_sym_identity_file_token1] = ACTIONS(1192), - [aux_sym_ignore_unknown_token1] = ACTIONS(1192), - [aux_sym_include_token1] = ACTIONS(1192), - [aux_sym_ip_qos_token1] = ACTIONS(1192), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1192), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1192), - [aux_sym_kex_algorithms_token1] = ACTIONS(1192), - [aux_sym_known_hosts_command_token1] = ACTIONS(1192), - [aux_sym_local_command_token1] = ACTIONS(1192), - [aux_sym_local_forward_token1] = ACTIONS(1192), - [aux_sym_log_level_token1] = ACTIONS(1192), - [aux_sym_log_verbose_token1] = ACTIONS(1192), - [aux_sym_macs_token1] = ACTIONS(1192), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1192), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1192), - [aux_sym_password_authentication_token1] = ACTIONS(1192), - [aux_sym_permit_local_command_token1] = ACTIONS(1192), - [aux_sym_permit_remote_open_token1] = ACTIONS(1192), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1192), - [aux_sym_port_token1] = ACTIONS(1192), - [aux_sym_preferred_authentications_token1] = ACTIONS(1192), - [aux_sym_protocol_token1] = ACTIONS(1192), - [aux_sym_proxy_command_token1] = ACTIONS(1192), - [aux_sym_proxy_jump_token1] = ACTIONS(1192), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1192), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1192), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1192), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1192), - [aux_sym_rekey_limit_token1] = ACTIONS(1192), - [aux_sym_remote_command_token1] = ACTIONS(1192), - [aux_sym_remote_forward_token1] = ACTIONS(1192), - [aux_sym_request_tty_token1] = ACTIONS(1192), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1192), - [aux_sym_security_key_provider_token1] = ACTIONS(1192), - [aux_sym_send_env_token1] = ACTIONS(1192), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1192), - [aux_sym_server_alive_interval_token1] = ACTIONS(1192), - [aux_sym_session_type_token1] = ACTIONS(1192), - [aux_sym_set_env_token1] = ACTIONS(1192), - [aux_sym_stdin_null_token1] = ACTIONS(1192), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1192), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1192), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1192), - [aux_sym_syslog_facility_token1] = ACTIONS(1192), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1192), - [aux_sym_keep_alive_token1] = ACTIONS(1192), - [aux_sym_tunnel_token1] = ACTIONS(1194), - [aux_sym_tunnel_device_token1] = ACTIONS(1192), - [aux_sym_update_host_keys_token1] = ACTIONS(1192), - [aux_sym_use_keychain_token1] = ACTIONS(1192), - [aux_sym_use_roaming_token1] = ACTIONS(1192), - [aux_sym_user_token1] = ACTIONS(1194), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1192), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1192), - [aux_sym_visual_host_key_token1] = ACTIONS(1192), - [aux_sym_xauth_location_token1] = ACTIONS(1192), + [ts_builtin_sym_end] = ACTIONS(1197), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1199), + [anon_sym_DQUOTE] = ACTIONS(1201), + [aux_sym_match_token1] = ACTIONS(1197), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1197), + [aux_sym_address_family_token1] = ACTIONS(1197), + [aux_sym_batch_mode_token1] = ACTIONS(1197), + [aux_sym_bind_address_token1] = ACTIONS(1197), + [aux_sym_bind_interface_token1] = ACTIONS(1197), + [aux_sym_canonical_domains_token1] = ACTIONS(1197), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1197), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1197), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1197), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1197), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1197), + [aux_sym_certificate_file_token1] = ACTIONS(1197), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1197), + [aux_sym_check_host_ip_token1] = ACTIONS(1197), + [aux_sym_ciphers_token1] = ACTIONS(1197), + [aux_sym_cipher_token1] = ACTIONS(1199), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1197), + [aux_sym_compression_token1] = ACTIONS(1197), + [aux_sym_connection_attempts_token1] = ACTIONS(1197), + [aux_sym_connect_timeout_token1] = ACTIONS(1197), + [aux_sym_control_master_token1] = ACTIONS(1197), + [aux_sym_control_path_token1] = ACTIONS(1197), + [aux_sym_control_persist_token1] = ACTIONS(1197), + [aux_sym_dynamic_forward_token1] = ACTIONS(1197), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1197), + [aux_sym_escape_char_token1] = ACTIONS(1197), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1197), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1197), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1197), + [aux_sym_forward_agent_token1] = ACTIONS(1197), + [aux_sym_forward_x11_token1] = ACTIONS(1199), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1197), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1197), + [aux_sym_gateway_ports_token1] = ACTIONS(1197), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1197), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1197), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1197), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1197), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1197), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1197), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1197), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1197), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1197), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1197), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1197), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1197), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1197), + [aux_sym_host_key_alias_token1] = ACTIONS(1197), + [aux_sym_hostname_token1] = ACTIONS(1197), + [aux_sym_identities_only_token1] = ACTIONS(1197), + [aux_sym_identity_agent_token1] = ACTIONS(1197), + [aux_sym_identity_file_token1] = ACTIONS(1197), + [aux_sym_ignore_unknown_token1] = ACTIONS(1197), + [aux_sym_include_token1] = ACTIONS(1197), + [aux_sym_ip_qos_token1] = ACTIONS(1197), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1197), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1197), + [aux_sym_kex_algorithms_token1] = ACTIONS(1197), + [aux_sym_known_hosts_command_token1] = ACTIONS(1197), + [aux_sym_local_command_token1] = ACTIONS(1197), + [aux_sym_local_forward_token1] = ACTIONS(1197), + [aux_sym_log_level_token1] = ACTIONS(1197), + [aux_sym_log_verbose_token1] = ACTIONS(1197), + [aux_sym_macs_token1] = ACTIONS(1197), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1197), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1197), + [aux_sym_password_authentication_token1] = ACTIONS(1197), + [aux_sym_permit_local_command_token1] = ACTIONS(1197), + [aux_sym_permit_remote_open_token1] = ACTIONS(1197), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1197), + [aux_sym_port_token1] = ACTIONS(1197), + [aux_sym_preferred_authentications_token1] = ACTIONS(1197), + [aux_sym_protocol_token1] = ACTIONS(1197), + [aux_sym_proxy_command_token1] = ACTIONS(1197), + [aux_sym_proxy_jump_token1] = ACTIONS(1197), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1197), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1197), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1197), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1197), + [aux_sym_rekey_limit_token1] = ACTIONS(1197), + [aux_sym_remote_command_token1] = ACTIONS(1197), + [aux_sym_remote_forward_token1] = ACTIONS(1197), + [aux_sym_request_tty_token1] = ACTIONS(1197), + [aux_sym_required_rsa_size_token1] = ACTIONS(1197), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1197), + [aux_sym_security_key_provider_token1] = ACTIONS(1197), + [aux_sym_send_env_token1] = ACTIONS(1197), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1197), + [aux_sym_server_alive_interval_token1] = ACTIONS(1197), + [aux_sym_session_type_token1] = ACTIONS(1197), + [aux_sym_set_env_token1] = ACTIONS(1197), + [aux_sym_stdin_null_token1] = ACTIONS(1197), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1197), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1197), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1197), + [aux_sym_syslog_facility_token1] = ACTIONS(1197), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1197), + [aux_sym_keep_alive_token1] = ACTIONS(1197), + [aux_sym_tunnel_token1] = ACTIONS(1199), + [aux_sym_tunnel_device_token1] = ACTIONS(1197), + [aux_sym_update_host_keys_token1] = ACTIONS(1197), + [aux_sym_use_keychain_token1] = ACTIONS(1197), + [aux_sym_use_roaming_token1] = ACTIONS(1197), + [aux_sym_user_token1] = ACTIONS(1199), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1197), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1197), + [aux_sym_visual_host_key_token1] = ACTIONS(1197), + [aux_sym_xauth_location_token1] = ACTIONS(1197), }, [111] = { - [ts_builtin_sym_end] = ACTIONS(1198), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1200), - [anon_sym_DQUOTE] = ACTIONS(1202), - [aux_sym_match_token1] = ACTIONS(1198), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1198), - [aux_sym_address_family_token1] = ACTIONS(1198), - [aux_sym_batch_mode_token1] = ACTIONS(1198), - [aux_sym_bind_address_token1] = ACTIONS(1198), - [aux_sym_bind_interface_token1] = ACTIONS(1198), - [aux_sym_canonical_domains_token1] = ACTIONS(1198), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1198), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1198), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1198), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1198), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1198), - [aux_sym_certificate_file_token1] = ACTIONS(1198), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1198), - [aux_sym_check_host_ip_token1] = ACTIONS(1198), - [aux_sym_ciphers_token1] = ACTIONS(1198), - [aux_sym_cipher_token1] = ACTIONS(1200), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1198), - [aux_sym_compression_token1] = ACTIONS(1198), - [aux_sym_connection_attempts_token1] = ACTIONS(1198), - [aux_sym_connect_timeout_token1] = ACTIONS(1198), - [aux_sym_control_master_token1] = ACTIONS(1198), - [aux_sym_control_path_token1] = ACTIONS(1198), - [aux_sym_control_persist_token1] = ACTIONS(1198), - [aux_sym_dynamic_forward_token1] = ACTIONS(1198), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1198), - [aux_sym_escape_char_token1] = ACTIONS(1198), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1198), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1198), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1198), - [aux_sym_forward_agent_token1] = ACTIONS(1198), - [aux_sym_forward_x11_token1] = ACTIONS(1200), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1198), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1198), - [aux_sym_gateway_ports_token1] = ACTIONS(1198), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1198), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1198), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1198), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1198), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1198), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1198), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1198), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1198), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1198), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1198), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1198), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1198), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1198), - [aux_sym_host_key_alias_token1] = ACTIONS(1198), - [aux_sym_hostname_token1] = ACTIONS(1198), - [aux_sym_identities_only_token1] = ACTIONS(1198), - [aux_sym_identity_agent_token1] = ACTIONS(1198), - [aux_sym_identity_file_token1] = ACTIONS(1198), - [aux_sym_ignore_unknown_token1] = ACTIONS(1198), - [aux_sym_include_token1] = ACTIONS(1198), - [aux_sym_ip_qos_token1] = ACTIONS(1198), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1198), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1198), - [aux_sym_kex_algorithms_token1] = ACTIONS(1198), - [aux_sym_known_hosts_command_token1] = ACTIONS(1198), - [aux_sym_local_command_token1] = ACTIONS(1198), - [aux_sym_local_forward_token1] = ACTIONS(1198), - [aux_sym_log_level_token1] = ACTIONS(1198), - [aux_sym_log_verbose_token1] = ACTIONS(1198), - [aux_sym_macs_token1] = ACTIONS(1198), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1198), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1198), - [aux_sym_password_authentication_token1] = ACTIONS(1198), - [aux_sym_permit_local_command_token1] = ACTIONS(1198), - [aux_sym_permit_remote_open_token1] = ACTIONS(1198), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1198), - [aux_sym_port_token1] = ACTIONS(1198), - [aux_sym_preferred_authentications_token1] = ACTIONS(1198), - [aux_sym_protocol_token1] = ACTIONS(1198), - [aux_sym_proxy_command_token1] = ACTIONS(1198), - [aux_sym_proxy_jump_token1] = ACTIONS(1198), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1198), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1198), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1198), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1198), - [aux_sym_rekey_limit_token1] = ACTIONS(1198), - [aux_sym_remote_command_token1] = ACTIONS(1198), - [aux_sym_remote_forward_token1] = ACTIONS(1198), - [aux_sym_request_tty_token1] = ACTIONS(1198), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1198), - [aux_sym_security_key_provider_token1] = ACTIONS(1198), - [aux_sym_send_env_token1] = ACTIONS(1198), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1198), - [aux_sym_server_alive_interval_token1] = ACTIONS(1198), - [aux_sym_session_type_token1] = ACTIONS(1198), - [aux_sym_set_env_token1] = ACTIONS(1198), - [aux_sym_stdin_null_token1] = ACTIONS(1198), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1198), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1198), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1198), - [aux_sym_syslog_facility_token1] = ACTIONS(1198), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1198), - [aux_sym_keep_alive_token1] = ACTIONS(1198), - [aux_sym_tunnel_token1] = ACTIONS(1200), - [aux_sym_tunnel_device_token1] = ACTIONS(1198), - [aux_sym_update_host_keys_token1] = ACTIONS(1198), - [aux_sym_use_keychain_token1] = ACTIONS(1198), - [aux_sym_use_roaming_token1] = ACTIONS(1198), - [aux_sym_user_token1] = ACTIONS(1200), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1198), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1198), - [aux_sym_visual_host_key_token1] = ACTIONS(1198), - [aux_sym_xauth_location_token1] = ACTIONS(1198), + [ts_builtin_sym_end] = ACTIONS(1203), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1205), + [anon_sym_DQUOTE] = ACTIONS(1207), + [aux_sym_match_token1] = ACTIONS(1203), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1203), + [aux_sym_address_family_token1] = ACTIONS(1203), + [aux_sym_batch_mode_token1] = ACTIONS(1203), + [aux_sym_bind_address_token1] = ACTIONS(1203), + [aux_sym_bind_interface_token1] = ACTIONS(1203), + [aux_sym_canonical_domains_token1] = ACTIONS(1203), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1203), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1203), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1203), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1203), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1203), + [aux_sym_certificate_file_token1] = ACTIONS(1203), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1203), + [aux_sym_check_host_ip_token1] = ACTIONS(1203), + [aux_sym_ciphers_token1] = ACTIONS(1203), + [aux_sym_cipher_token1] = ACTIONS(1205), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1203), + [aux_sym_compression_token1] = ACTIONS(1203), + [aux_sym_connection_attempts_token1] = ACTIONS(1203), + [aux_sym_connect_timeout_token1] = ACTIONS(1203), + [aux_sym_control_master_token1] = ACTIONS(1203), + [aux_sym_control_path_token1] = ACTIONS(1203), + [aux_sym_control_persist_token1] = ACTIONS(1203), + [aux_sym_dynamic_forward_token1] = ACTIONS(1203), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1203), + [aux_sym_escape_char_token1] = ACTIONS(1203), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1203), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1203), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1203), + [aux_sym_forward_agent_token1] = ACTIONS(1203), + [aux_sym_forward_x11_token1] = ACTIONS(1205), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1203), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1203), + [aux_sym_gateway_ports_token1] = ACTIONS(1203), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1203), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1203), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1203), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1203), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1203), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1203), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1203), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1203), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1203), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1203), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1203), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1203), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1203), + [aux_sym_host_key_alias_token1] = ACTIONS(1203), + [aux_sym_hostname_token1] = ACTIONS(1203), + [aux_sym_identities_only_token1] = ACTIONS(1203), + [aux_sym_identity_agent_token1] = ACTIONS(1203), + [aux_sym_identity_file_token1] = ACTIONS(1203), + [aux_sym_ignore_unknown_token1] = ACTIONS(1203), + [aux_sym_include_token1] = ACTIONS(1203), + [aux_sym_ip_qos_token1] = ACTIONS(1203), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1203), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1203), + [aux_sym_kex_algorithms_token1] = ACTIONS(1203), + [aux_sym_known_hosts_command_token1] = ACTIONS(1203), + [aux_sym_local_command_token1] = ACTIONS(1203), + [aux_sym_local_forward_token1] = ACTIONS(1203), + [aux_sym_log_level_token1] = ACTIONS(1203), + [aux_sym_log_verbose_token1] = ACTIONS(1203), + [aux_sym_macs_token1] = ACTIONS(1203), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1203), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1203), + [aux_sym_password_authentication_token1] = ACTIONS(1203), + [aux_sym_permit_local_command_token1] = ACTIONS(1203), + [aux_sym_permit_remote_open_token1] = ACTIONS(1203), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1203), + [aux_sym_port_token1] = ACTIONS(1203), + [aux_sym_preferred_authentications_token1] = ACTIONS(1203), + [aux_sym_protocol_token1] = ACTIONS(1203), + [aux_sym_proxy_command_token1] = ACTIONS(1203), + [aux_sym_proxy_jump_token1] = ACTIONS(1203), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1203), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1203), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1203), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1203), + [aux_sym_rekey_limit_token1] = ACTIONS(1203), + [aux_sym_remote_command_token1] = ACTIONS(1203), + [aux_sym_remote_forward_token1] = ACTIONS(1203), + [aux_sym_request_tty_token1] = ACTIONS(1203), + [aux_sym_required_rsa_size_token1] = ACTIONS(1203), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1203), + [aux_sym_security_key_provider_token1] = ACTIONS(1203), + [aux_sym_send_env_token1] = ACTIONS(1203), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1203), + [aux_sym_server_alive_interval_token1] = ACTIONS(1203), + [aux_sym_session_type_token1] = ACTIONS(1203), + [aux_sym_set_env_token1] = ACTIONS(1203), + [aux_sym_stdin_null_token1] = ACTIONS(1203), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1203), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1203), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1203), + [aux_sym_syslog_facility_token1] = ACTIONS(1203), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1203), + [aux_sym_keep_alive_token1] = ACTIONS(1203), + [aux_sym_tunnel_token1] = ACTIONS(1205), + [aux_sym_tunnel_device_token1] = ACTIONS(1203), + [aux_sym_update_host_keys_token1] = ACTIONS(1203), + [aux_sym_use_keychain_token1] = ACTIONS(1203), + [aux_sym_use_roaming_token1] = ACTIONS(1203), + [aux_sym_user_token1] = ACTIONS(1205), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1203), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1203), + [aux_sym_visual_host_key_token1] = ACTIONS(1203), + [aux_sym_xauth_location_token1] = ACTIONS(1203), }, [112] = { - [ts_builtin_sym_end] = ACTIONS(1204), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1206), - [anon_sym_DQUOTE] = ACTIONS(1208), - [aux_sym_match_token1] = ACTIONS(1204), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1204), - [aux_sym_address_family_token1] = ACTIONS(1204), - [aux_sym_batch_mode_token1] = ACTIONS(1204), - [aux_sym_bind_address_token1] = ACTIONS(1204), - [aux_sym_bind_interface_token1] = ACTIONS(1204), - [aux_sym_canonical_domains_token1] = ACTIONS(1204), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1204), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1204), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1204), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1204), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1204), - [aux_sym_certificate_file_token1] = ACTIONS(1204), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1204), - [aux_sym_check_host_ip_token1] = ACTIONS(1204), - [aux_sym_ciphers_token1] = ACTIONS(1204), - [aux_sym_cipher_token1] = ACTIONS(1206), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1204), - [aux_sym_compression_token1] = ACTIONS(1204), - [aux_sym_connection_attempts_token1] = ACTIONS(1204), - [aux_sym_connect_timeout_token1] = ACTIONS(1204), - [aux_sym_control_master_token1] = ACTIONS(1204), - [aux_sym_control_path_token1] = ACTIONS(1204), - [aux_sym_control_persist_token1] = ACTIONS(1204), - [aux_sym_dynamic_forward_token1] = ACTIONS(1204), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1204), - [aux_sym_escape_char_token1] = ACTIONS(1204), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1204), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1204), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1204), - [aux_sym_forward_agent_token1] = ACTIONS(1204), - [aux_sym_forward_x11_token1] = ACTIONS(1206), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1204), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1204), - [aux_sym_gateway_ports_token1] = ACTIONS(1204), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1204), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1204), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1204), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1204), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1204), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1204), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1204), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1204), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1204), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1204), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1204), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1204), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1204), - [aux_sym_host_key_alias_token1] = ACTIONS(1204), - [aux_sym_hostname_token1] = ACTIONS(1204), - [aux_sym_identities_only_token1] = ACTIONS(1204), - [aux_sym_identity_agent_token1] = ACTIONS(1204), - [aux_sym_identity_file_token1] = ACTIONS(1204), - [aux_sym_ignore_unknown_token1] = ACTIONS(1204), - [aux_sym_include_token1] = ACTIONS(1204), - [aux_sym_ip_qos_token1] = ACTIONS(1204), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1204), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1204), - [aux_sym_kex_algorithms_token1] = ACTIONS(1204), - [aux_sym_known_hosts_command_token1] = ACTIONS(1204), - [aux_sym_local_command_token1] = ACTIONS(1204), - [aux_sym_local_forward_token1] = ACTIONS(1204), - [aux_sym_log_level_token1] = ACTIONS(1204), - [aux_sym_log_verbose_token1] = ACTIONS(1204), - [aux_sym_macs_token1] = ACTIONS(1204), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1204), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1204), - [aux_sym_password_authentication_token1] = ACTIONS(1204), - [aux_sym_permit_local_command_token1] = ACTIONS(1204), - [aux_sym_permit_remote_open_token1] = ACTIONS(1204), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1204), - [aux_sym_port_token1] = ACTIONS(1204), - [aux_sym_preferred_authentications_token1] = ACTIONS(1204), - [aux_sym_protocol_token1] = ACTIONS(1204), - [aux_sym_proxy_command_token1] = ACTIONS(1204), - [aux_sym_proxy_jump_token1] = ACTIONS(1204), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1204), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1204), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1204), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1204), - [aux_sym_rekey_limit_token1] = ACTIONS(1204), - [aux_sym_remote_command_token1] = ACTIONS(1204), - [aux_sym_remote_forward_token1] = ACTIONS(1204), - [aux_sym_request_tty_token1] = ACTIONS(1204), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1204), - [aux_sym_security_key_provider_token1] = ACTIONS(1204), - [aux_sym_send_env_token1] = ACTIONS(1204), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1204), - [aux_sym_server_alive_interval_token1] = ACTIONS(1204), - [aux_sym_session_type_token1] = ACTIONS(1204), - [aux_sym_set_env_token1] = ACTIONS(1204), - [aux_sym_stdin_null_token1] = ACTIONS(1204), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1204), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1204), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1204), - [aux_sym_syslog_facility_token1] = ACTIONS(1204), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1204), - [aux_sym_keep_alive_token1] = ACTIONS(1204), - [aux_sym_tunnel_token1] = ACTIONS(1206), - [aux_sym_tunnel_device_token1] = ACTIONS(1204), - [aux_sym_update_host_keys_token1] = ACTIONS(1204), - [aux_sym_use_keychain_token1] = ACTIONS(1204), - [aux_sym_use_roaming_token1] = ACTIONS(1204), - [aux_sym_user_token1] = ACTIONS(1206), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1204), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1204), - [aux_sym_visual_host_key_token1] = ACTIONS(1204), - [aux_sym_xauth_location_token1] = ACTIONS(1204), + [ts_builtin_sym_end] = ACTIONS(1209), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1211), + [anon_sym_DQUOTE] = ACTIONS(1213), + [aux_sym_match_token1] = ACTIONS(1209), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1209), + [aux_sym_address_family_token1] = ACTIONS(1209), + [aux_sym_batch_mode_token1] = ACTIONS(1209), + [aux_sym_bind_address_token1] = ACTIONS(1209), + [aux_sym_bind_interface_token1] = ACTIONS(1209), + [aux_sym_canonical_domains_token1] = ACTIONS(1209), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1209), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1209), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1209), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1209), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1209), + [aux_sym_certificate_file_token1] = ACTIONS(1209), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1209), + [aux_sym_check_host_ip_token1] = ACTIONS(1209), + [aux_sym_ciphers_token1] = ACTIONS(1209), + [aux_sym_cipher_token1] = ACTIONS(1211), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1209), + [aux_sym_compression_token1] = ACTIONS(1209), + [aux_sym_connection_attempts_token1] = ACTIONS(1209), + [aux_sym_connect_timeout_token1] = ACTIONS(1209), + [aux_sym_control_master_token1] = ACTIONS(1209), + [aux_sym_control_path_token1] = ACTIONS(1209), + [aux_sym_control_persist_token1] = ACTIONS(1209), + [aux_sym_dynamic_forward_token1] = ACTIONS(1209), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1209), + [aux_sym_escape_char_token1] = ACTIONS(1209), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1209), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1209), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1209), + [aux_sym_forward_agent_token1] = ACTIONS(1209), + [aux_sym_forward_x11_token1] = ACTIONS(1211), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1209), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1209), + [aux_sym_gateway_ports_token1] = ACTIONS(1209), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1209), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1209), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1209), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1209), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1209), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1209), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1209), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1209), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1209), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1209), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1209), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1209), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1209), + [aux_sym_host_key_alias_token1] = ACTIONS(1209), + [aux_sym_hostname_token1] = ACTIONS(1209), + [aux_sym_identities_only_token1] = ACTIONS(1209), + [aux_sym_identity_agent_token1] = ACTIONS(1209), + [aux_sym_identity_file_token1] = ACTIONS(1209), + [aux_sym_ignore_unknown_token1] = ACTIONS(1209), + [aux_sym_include_token1] = ACTIONS(1209), + [aux_sym_ip_qos_token1] = ACTIONS(1209), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1209), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1209), + [aux_sym_kex_algorithms_token1] = ACTIONS(1209), + [aux_sym_known_hosts_command_token1] = ACTIONS(1209), + [aux_sym_local_command_token1] = ACTIONS(1209), + [aux_sym_local_forward_token1] = ACTIONS(1209), + [aux_sym_log_level_token1] = ACTIONS(1209), + [aux_sym_log_verbose_token1] = ACTIONS(1209), + [aux_sym_macs_token1] = ACTIONS(1209), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1209), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1209), + [aux_sym_password_authentication_token1] = ACTIONS(1209), + [aux_sym_permit_local_command_token1] = ACTIONS(1209), + [aux_sym_permit_remote_open_token1] = ACTIONS(1209), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1209), + [aux_sym_port_token1] = ACTIONS(1209), + [aux_sym_preferred_authentications_token1] = ACTIONS(1209), + [aux_sym_protocol_token1] = ACTIONS(1209), + [aux_sym_proxy_command_token1] = ACTIONS(1209), + [aux_sym_proxy_jump_token1] = ACTIONS(1209), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1209), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1209), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1209), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1209), + [aux_sym_rekey_limit_token1] = ACTIONS(1209), + [aux_sym_remote_command_token1] = ACTIONS(1209), + [aux_sym_remote_forward_token1] = ACTIONS(1209), + [aux_sym_request_tty_token1] = ACTIONS(1209), + [aux_sym_required_rsa_size_token1] = ACTIONS(1209), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1209), + [aux_sym_security_key_provider_token1] = ACTIONS(1209), + [aux_sym_send_env_token1] = ACTIONS(1209), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1209), + [aux_sym_server_alive_interval_token1] = ACTIONS(1209), + [aux_sym_session_type_token1] = ACTIONS(1209), + [aux_sym_set_env_token1] = ACTIONS(1209), + [aux_sym_stdin_null_token1] = ACTIONS(1209), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1209), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1209), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1209), + [aux_sym_syslog_facility_token1] = ACTIONS(1209), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1209), + [aux_sym_keep_alive_token1] = ACTIONS(1209), + [aux_sym_tunnel_token1] = ACTIONS(1211), + [aux_sym_tunnel_device_token1] = ACTIONS(1209), + [aux_sym_update_host_keys_token1] = ACTIONS(1209), + [aux_sym_use_keychain_token1] = ACTIONS(1209), + [aux_sym_use_roaming_token1] = ACTIONS(1209), + [aux_sym_user_token1] = ACTIONS(1211), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1209), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1209), + [aux_sym_visual_host_key_token1] = ACTIONS(1209), + [aux_sym_xauth_location_token1] = ACTIONS(1209), }, [113] = { - [ts_builtin_sym_end] = ACTIONS(1210), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1212), - [anon_sym_DQUOTE] = ACTIONS(1214), - [aux_sym_match_token1] = ACTIONS(1210), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1210), - [aux_sym_address_family_token1] = ACTIONS(1210), - [aux_sym_batch_mode_token1] = ACTIONS(1210), - [aux_sym_bind_address_token1] = ACTIONS(1210), - [aux_sym_bind_interface_token1] = ACTIONS(1210), - [aux_sym_canonical_domains_token1] = ACTIONS(1210), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1210), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1210), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1210), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1210), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1210), - [aux_sym_certificate_file_token1] = ACTIONS(1210), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1210), - [aux_sym_check_host_ip_token1] = ACTIONS(1210), - [aux_sym_ciphers_token1] = ACTIONS(1210), - [aux_sym_cipher_token1] = ACTIONS(1212), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1210), - [aux_sym_compression_token1] = ACTIONS(1210), - [aux_sym_connection_attempts_token1] = ACTIONS(1210), - [aux_sym_connect_timeout_token1] = ACTIONS(1210), - [aux_sym_control_master_token1] = ACTIONS(1210), - [aux_sym_control_path_token1] = ACTIONS(1210), - [aux_sym_control_persist_token1] = ACTIONS(1210), - [aux_sym_dynamic_forward_token1] = ACTIONS(1210), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1210), - [aux_sym_escape_char_token1] = ACTIONS(1210), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1210), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1210), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1210), - [aux_sym_forward_agent_token1] = ACTIONS(1210), - [aux_sym_forward_x11_token1] = ACTIONS(1212), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1210), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1210), - [aux_sym_gateway_ports_token1] = ACTIONS(1210), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1210), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1210), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1210), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1210), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1210), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1210), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1210), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1210), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1210), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1210), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1210), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1210), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1210), - [aux_sym_host_key_alias_token1] = ACTIONS(1210), - [aux_sym_hostname_token1] = ACTIONS(1210), - [aux_sym_identities_only_token1] = ACTIONS(1210), - [aux_sym_identity_agent_token1] = ACTIONS(1210), - [aux_sym_identity_file_token1] = ACTIONS(1210), - [aux_sym_ignore_unknown_token1] = ACTIONS(1210), - [aux_sym_include_token1] = ACTIONS(1210), - [aux_sym_ip_qos_token1] = ACTIONS(1210), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1210), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1210), - [aux_sym_kex_algorithms_token1] = ACTIONS(1210), - [aux_sym_known_hosts_command_token1] = ACTIONS(1210), - [aux_sym_local_command_token1] = ACTIONS(1210), - [aux_sym_local_forward_token1] = ACTIONS(1210), - [aux_sym_log_level_token1] = ACTIONS(1210), - [aux_sym_log_verbose_token1] = ACTIONS(1210), - [aux_sym_macs_token1] = ACTIONS(1210), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1210), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1210), - [aux_sym_password_authentication_token1] = ACTIONS(1210), - [aux_sym_permit_local_command_token1] = ACTIONS(1210), - [aux_sym_permit_remote_open_token1] = ACTIONS(1210), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1210), - [aux_sym_port_token1] = ACTIONS(1210), - [aux_sym_preferred_authentications_token1] = ACTIONS(1210), - [aux_sym_protocol_token1] = ACTIONS(1210), - [aux_sym_proxy_command_token1] = ACTIONS(1210), - [aux_sym_proxy_jump_token1] = ACTIONS(1210), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1210), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1210), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1210), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1210), - [aux_sym_rekey_limit_token1] = ACTIONS(1210), - [aux_sym_remote_command_token1] = ACTIONS(1210), - [aux_sym_remote_forward_token1] = ACTIONS(1210), - [aux_sym_request_tty_token1] = ACTIONS(1210), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1210), - [aux_sym_security_key_provider_token1] = ACTIONS(1210), - [aux_sym_send_env_token1] = ACTIONS(1210), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1210), - [aux_sym_server_alive_interval_token1] = ACTIONS(1210), - [aux_sym_session_type_token1] = ACTIONS(1210), - [aux_sym_set_env_token1] = ACTIONS(1210), - [aux_sym_stdin_null_token1] = ACTIONS(1210), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1210), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1210), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1210), - [aux_sym_syslog_facility_token1] = ACTIONS(1210), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1210), - [aux_sym_keep_alive_token1] = ACTIONS(1210), - [aux_sym_tunnel_token1] = ACTIONS(1212), - [aux_sym_tunnel_device_token1] = ACTIONS(1210), - [aux_sym_update_host_keys_token1] = ACTIONS(1210), - [aux_sym_use_keychain_token1] = ACTIONS(1210), - [aux_sym_use_roaming_token1] = ACTIONS(1210), - [aux_sym_user_token1] = ACTIONS(1212), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1210), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1210), - [aux_sym_visual_host_key_token1] = ACTIONS(1210), - [aux_sym_xauth_location_token1] = ACTIONS(1210), + [ts_builtin_sym_end] = ACTIONS(1215), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1217), + [anon_sym_DQUOTE] = ACTIONS(1219), + [aux_sym_match_token1] = ACTIONS(1215), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1215), + [aux_sym_address_family_token1] = ACTIONS(1215), + [aux_sym_batch_mode_token1] = ACTIONS(1215), + [aux_sym_bind_address_token1] = ACTIONS(1215), + [aux_sym_bind_interface_token1] = ACTIONS(1215), + [aux_sym_canonical_domains_token1] = ACTIONS(1215), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1215), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1215), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1215), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1215), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1215), + [aux_sym_certificate_file_token1] = ACTIONS(1215), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1215), + [aux_sym_check_host_ip_token1] = ACTIONS(1215), + [aux_sym_ciphers_token1] = ACTIONS(1215), + [aux_sym_cipher_token1] = ACTIONS(1217), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1215), + [aux_sym_compression_token1] = ACTIONS(1215), + [aux_sym_connection_attempts_token1] = ACTIONS(1215), + [aux_sym_connect_timeout_token1] = ACTIONS(1215), + [aux_sym_control_master_token1] = ACTIONS(1215), + [aux_sym_control_path_token1] = ACTIONS(1215), + [aux_sym_control_persist_token1] = ACTIONS(1215), + [aux_sym_dynamic_forward_token1] = ACTIONS(1215), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1215), + [aux_sym_escape_char_token1] = ACTIONS(1215), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1215), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1215), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1215), + [aux_sym_forward_agent_token1] = ACTIONS(1215), + [aux_sym_forward_x11_token1] = ACTIONS(1217), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1215), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1215), + [aux_sym_gateway_ports_token1] = ACTIONS(1215), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1215), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1215), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1215), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1215), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1215), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1215), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1215), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1215), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1215), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1215), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1215), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1215), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1215), + [aux_sym_host_key_alias_token1] = ACTIONS(1215), + [aux_sym_hostname_token1] = ACTIONS(1215), + [aux_sym_identities_only_token1] = ACTIONS(1215), + [aux_sym_identity_agent_token1] = ACTIONS(1215), + [aux_sym_identity_file_token1] = ACTIONS(1215), + [aux_sym_ignore_unknown_token1] = ACTIONS(1215), + [aux_sym_include_token1] = ACTIONS(1215), + [aux_sym_ip_qos_token1] = ACTIONS(1215), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1215), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1215), + [aux_sym_kex_algorithms_token1] = ACTIONS(1215), + [aux_sym_known_hosts_command_token1] = ACTIONS(1215), + [aux_sym_local_command_token1] = ACTIONS(1215), + [aux_sym_local_forward_token1] = ACTIONS(1215), + [aux_sym_log_level_token1] = ACTIONS(1215), + [aux_sym_log_verbose_token1] = ACTIONS(1215), + [aux_sym_macs_token1] = ACTIONS(1215), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1215), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1215), + [aux_sym_password_authentication_token1] = ACTIONS(1215), + [aux_sym_permit_local_command_token1] = ACTIONS(1215), + [aux_sym_permit_remote_open_token1] = ACTIONS(1215), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1215), + [aux_sym_port_token1] = ACTIONS(1215), + [aux_sym_preferred_authentications_token1] = ACTIONS(1215), + [aux_sym_protocol_token1] = ACTIONS(1215), + [aux_sym_proxy_command_token1] = ACTIONS(1215), + [aux_sym_proxy_jump_token1] = ACTIONS(1215), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1215), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1215), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1215), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1215), + [aux_sym_rekey_limit_token1] = ACTIONS(1215), + [aux_sym_remote_command_token1] = ACTIONS(1215), + [aux_sym_remote_forward_token1] = ACTIONS(1215), + [aux_sym_request_tty_token1] = ACTIONS(1215), + [aux_sym_required_rsa_size_token1] = ACTIONS(1215), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1215), + [aux_sym_security_key_provider_token1] = ACTIONS(1215), + [aux_sym_send_env_token1] = ACTIONS(1215), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1215), + [aux_sym_server_alive_interval_token1] = ACTIONS(1215), + [aux_sym_session_type_token1] = ACTIONS(1215), + [aux_sym_set_env_token1] = ACTIONS(1215), + [aux_sym_stdin_null_token1] = ACTIONS(1215), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1215), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1215), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1215), + [aux_sym_syslog_facility_token1] = ACTIONS(1215), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1215), + [aux_sym_keep_alive_token1] = ACTIONS(1215), + [aux_sym_tunnel_token1] = ACTIONS(1217), + [aux_sym_tunnel_device_token1] = ACTIONS(1215), + [aux_sym_update_host_keys_token1] = ACTIONS(1215), + [aux_sym_use_keychain_token1] = ACTIONS(1215), + [aux_sym_use_roaming_token1] = ACTIONS(1215), + [aux_sym_user_token1] = ACTIONS(1217), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1215), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1215), + [aux_sym_visual_host_key_token1] = ACTIONS(1215), + [aux_sym_xauth_location_token1] = ACTIONS(1215), }, [114] = { - [ts_builtin_sym_end] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1218), - [anon_sym_DQUOTE] = ACTIONS(1220), - [aux_sym_match_token1] = ACTIONS(1216), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1216), - [aux_sym_address_family_token1] = ACTIONS(1216), - [aux_sym_batch_mode_token1] = ACTIONS(1216), - [aux_sym_bind_address_token1] = ACTIONS(1216), - [aux_sym_bind_interface_token1] = ACTIONS(1216), - [aux_sym_canonical_domains_token1] = ACTIONS(1216), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1216), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1216), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1216), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1216), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1216), - [aux_sym_certificate_file_token1] = ACTIONS(1216), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1216), - [aux_sym_check_host_ip_token1] = ACTIONS(1216), - [aux_sym_ciphers_token1] = ACTIONS(1216), - [aux_sym_cipher_token1] = ACTIONS(1218), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1216), - [aux_sym_compression_token1] = ACTIONS(1216), - [aux_sym_connection_attempts_token1] = ACTIONS(1216), - [aux_sym_connect_timeout_token1] = ACTIONS(1216), - [aux_sym_control_master_token1] = ACTIONS(1216), - [aux_sym_control_path_token1] = ACTIONS(1216), - [aux_sym_control_persist_token1] = ACTIONS(1216), - [aux_sym_dynamic_forward_token1] = ACTIONS(1216), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1216), - [aux_sym_escape_char_token1] = ACTIONS(1216), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1216), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1216), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1216), - [aux_sym_forward_agent_token1] = ACTIONS(1216), - [aux_sym_forward_x11_token1] = ACTIONS(1218), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1216), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1216), - [aux_sym_gateway_ports_token1] = ACTIONS(1216), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1216), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1216), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1216), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1216), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1216), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1216), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1216), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1216), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1216), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1216), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1216), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1216), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1216), - [aux_sym_host_key_alias_token1] = ACTIONS(1216), - [aux_sym_hostname_token1] = ACTIONS(1216), - [aux_sym_identities_only_token1] = ACTIONS(1216), - [aux_sym_identity_agent_token1] = ACTIONS(1216), - [aux_sym_identity_file_token1] = ACTIONS(1216), - [aux_sym_ignore_unknown_token1] = ACTIONS(1216), - [aux_sym_include_token1] = ACTIONS(1216), - [aux_sym_ip_qos_token1] = ACTIONS(1216), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1216), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1216), - [aux_sym_kex_algorithms_token1] = ACTIONS(1216), - [aux_sym_known_hosts_command_token1] = ACTIONS(1216), - [aux_sym_local_command_token1] = ACTIONS(1216), - [aux_sym_local_forward_token1] = ACTIONS(1216), - [aux_sym_log_level_token1] = ACTIONS(1216), - [aux_sym_log_verbose_token1] = ACTIONS(1216), - [aux_sym_macs_token1] = ACTIONS(1216), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1216), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1216), - [aux_sym_password_authentication_token1] = ACTIONS(1216), - [aux_sym_permit_local_command_token1] = ACTIONS(1216), - [aux_sym_permit_remote_open_token1] = ACTIONS(1216), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1216), - [aux_sym_port_token1] = ACTIONS(1216), - [aux_sym_preferred_authentications_token1] = ACTIONS(1216), - [aux_sym_protocol_token1] = ACTIONS(1216), - [aux_sym_proxy_command_token1] = ACTIONS(1216), - [aux_sym_proxy_jump_token1] = ACTIONS(1216), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1216), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1216), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1216), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1216), - [aux_sym_rekey_limit_token1] = ACTIONS(1216), - [aux_sym_remote_command_token1] = ACTIONS(1216), - [aux_sym_remote_forward_token1] = ACTIONS(1216), - [aux_sym_request_tty_token1] = ACTIONS(1216), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1216), - [aux_sym_security_key_provider_token1] = ACTIONS(1216), - [aux_sym_send_env_token1] = ACTIONS(1216), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1216), - [aux_sym_server_alive_interval_token1] = ACTIONS(1216), - [aux_sym_session_type_token1] = ACTIONS(1216), - [aux_sym_set_env_token1] = ACTIONS(1216), - [aux_sym_stdin_null_token1] = ACTIONS(1216), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1216), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1216), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1216), - [aux_sym_syslog_facility_token1] = ACTIONS(1216), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1216), - [aux_sym_keep_alive_token1] = ACTIONS(1216), - [aux_sym_tunnel_token1] = ACTIONS(1218), - [aux_sym_tunnel_device_token1] = ACTIONS(1216), - [aux_sym_update_host_keys_token1] = ACTIONS(1216), - [aux_sym_use_keychain_token1] = ACTIONS(1216), - [aux_sym_use_roaming_token1] = ACTIONS(1216), - [aux_sym_user_token1] = ACTIONS(1218), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1216), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1216), - [aux_sym_visual_host_key_token1] = ACTIONS(1216), - [aux_sym_xauth_location_token1] = ACTIONS(1216), + [ts_builtin_sym_end] = ACTIONS(1221), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1223), + [anon_sym_DQUOTE] = ACTIONS(1225), + [aux_sym_match_token1] = ACTIONS(1221), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1221), + [aux_sym_address_family_token1] = ACTIONS(1221), + [aux_sym_batch_mode_token1] = ACTIONS(1221), + [aux_sym_bind_address_token1] = ACTIONS(1221), + [aux_sym_bind_interface_token1] = ACTIONS(1221), + [aux_sym_canonical_domains_token1] = ACTIONS(1221), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1221), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1221), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1221), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1221), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1221), + [aux_sym_certificate_file_token1] = ACTIONS(1221), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1221), + [aux_sym_check_host_ip_token1] = ACTIONS(1221), + [aux_sym_ciphers_token1] = ACTIONS(1221), + [aux_sym_cipher_token1] = ACTIONS(1223), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1221), + [aux_sym_compression_token1] = ACTIONS(1221), + [aux_sym_connection_attempts_token1] = ACTIONS(1221), + [aux_sym_connect_timeout_token1] = ACTIONS(1221), + [aux_sym_control_master_token1] = ACTIONS(1221), + [aux_sym_control_path_token1] = ACTIONS(1221), + [aux_sym_control_persist_token1] = ACTIONS(1221), + [aux_sym_dynamic_forward_token1] = ACTIONS(1221), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1221), + [aux_sym_escape_char_token1] = ACTIONS(1221), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1221), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1221), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1221), + [aux_sym_forward_agent_token1] = ACTIONS(1221), + [aux_sym_forward_x11_token1] = ACTIONS(1223), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1221), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1221), + [aux_sym_gateway_ports_token1] = ACTIONS(1221), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1221), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1221), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1221), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1221), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1221), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1221), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1221), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1221), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1221), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1221), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1221), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1221), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1221), + [aux_sym_host_key_alias_token1] = ACTIONS(1221), + [aux_sym_hostname_token1] = ACTIONS(1221), + [aux_sym_identities_only_token1] = ACTIONS(1221), + [aux_sym_identity_agent_token1] = ACTIONS(1221), + [aux_sym_identity_file_token1] = ACTIONS(1221), + [aux_sym_ignore_unknown_token1] = ACTIONS(1221), + [aux_sym_include_token1] = ACTIONS(1221), + [aux_sym_ip_qos_token1] = ACTIONS(1221), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1221), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1221), + [aux_sym_kex_algorithms_token1] = ACTIONS(1221), + [aux_sym_known_hosts_command_token1] = ACTIONS(1221), + [aux_sym_local_command_token1] = ACTIONS(1221), + [aux_sym_local_forward_token1] = ACTIONS(1221), + [aux_sym_log_level_token1] = ACTIONS(1221), + [aux_sym_log_verbose_token1] = ACTIONS(1221), + [aux_sym_macs_token1] = ACTIONS(1221), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1221), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1221), + [aux_sym_password_authentication_token1] = ACTIONS(1221), + [aux_sym_permit_local_command_token1] = ACTIONS(1221), + [aux_sym_permit_remote_open_token1] = ACTIONS(1221), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1221), + [aux_sym_port_token1] = ACTIONS(1221), + [aux_sym_preferred_authentications_token1] = ACTIONS(1221), + [aux_sym_protocol_token1] = ACTIONS(1221), + [aux_sym_proxy_command_token1] = ACTIONS(1221), + [aux_sym_proxy_jump_token1] = ACTIONS(1221), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1221), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1221), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1221), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1221), + [aux_sym_rekey_limit_token1] = ACTIONS(1221), + [aux_sym_remote_command_token1] = ACTIONS(1221), + [aux_sym_remote_forward_token1] = ACTIONS(1221), + [aux_sym_request_tty_token1] = ACTIONS(1221), + [aux_sym_required_rsa_size_token1] = ACTIONS(1221), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1221), + [aux_sym_security_key_provider_token1] = ACTIONS(1221), + [aux_sym_send_env_token1] = ACTIONS(1221), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1221), + [aux_sym_server_alive_interval_token1] = ACTIONS(1221), + [aux_sym_session_type_token1] = ACTIONS(1221), + [aux_sym_set_env_token1] = ACTIONS(1221), + [aux_sym_stdin_null_token1] = ACTIONS(1221), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1221), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1221), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1221), + [aux_sym_syslog_facility_token1] = ACTIONS(1221), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1221), + [aux_sym_keep_alive_token1] = ACTIONS(1221), + [aux_sym_tunnel_token1] = ACTIONS(1223), + [aux_sym_tunnel_device_token1] = ACTIONS(1221), + [aux_sym_update_host_keys_token1] = ACTIONS(1221), + [aux_sym_use_keychain_token1] = ACTIONS(1221), + [aux_sym_use_roaming_token1] = ACTIONS(1221), + [aux_sym_user_token1] = ACTIONS(1223), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1221), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1221), + [aux_sym_visual_host_key_token1] = ACTIONS(1221), + [aux_sym_xauth_location_token1] = ACTIONS(1221), }, [115] = { - [ts_builtin_sym_end] = ACTIONS(1222), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1224), - [anon_sym_DQUOTE] = ACTIONS(1226), - [aux_sym_match_token1] = ACTIONS(1222), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1222), - [aux_sym_address_family_token1] = ACTIONS(1222), - [aux_sym_batch_mode_token1] = ACTIONS(1222), - [aux_sym_bind_address_token1] = ACTIONS(1222), - [aux_sym_bind_interface_token1] = ACTIONS(1222), - [aux_sym_canonical_domains_token1] = ACTIONS(1222), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1222), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1222), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1222), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1222), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1222), - [aux_sym_certificate_file_token1] = ACTIONS(1222), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1222), - [aux_sym_check_host_ip_token1] = ACTIONS(1222), - [aux_sym_ciphers_token1] = ACTIONS(1222), - [aux_sym_cipher_token1] = ACTIONS(1224), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1222), - [aux_sym_compression_token1] = ACTIONS(1222), - [aux_sym_connection_attempts_token1] = ACTIONS(1222), - [aux_sym_connect_timeout_token1] = ACTIONS(1222), - [aux_sym_control_master_token1] = ACTIONS(1222), - [aux_sym_control_path_token1] = ACTIONS(1222), - [aux_sym_control_persist_token1] = ACTIONS(1222), - [aux_sym_dynamic_forward_token1] = ACTIONS(1222), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1222), - [aux_sym_escape_char_token1] = ACTIONS(1222), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1222), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1222), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1222), - [aux_sym_forward_agent_token1] = ACTIONS(1222), - [aux_sym_forward_x11_token1] = ACTIONS(1224), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1222), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1222), - [aux_sym_gateway_ports_token1] = ACTIONS(1222), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1222), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1222), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1222), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1222), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1222), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1222), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1222), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1222), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1222), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1222), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1222), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1222), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1222), - [aux_sym_host_key_alias_token1] = ACTIONS(1222), - [aux_sym_hostname_token1] = ACTIONS(1222), - [aux_sym_identities_only_token1] = ACTIONS(1222), - [aux_sym_identity_agent_token1] = ACTIONS(1222), - [aux_sym_identity_file_token1] = ACTIONS(1222), - [aux_sym_ignore_unknown_token1] = ACTIONS(1222), - [aux_sym_include_token1] = ACTIONS(1222), - [aux_sym_ip_qos_token1] = ACTIONS(1222), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1222), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1222), - [aux_sym_kex_algorithms_token1] = ACTIONS(1222), - [aux_sym_known_hosts_command_token1] = ACTIONS(1222), - [aux_sym_local_command_token1] = ACTIONS(1222), - [aux_sym_local_forward_token1] = ACTIONS(1222), - [aux_sym_log_level_token1] = ACTIONS(1222), - [aux_sym_log_verbose_token1] = ACTIONS(1222), - [aux_sym_macs_token1] = ACTIONS(1222), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1222), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1222), - [aux_sym_password_authentication_token1] = ACTIONS(1222), - [aux_sym_permit_local_command_token1] = ACTIONS(1222), - [aux_sym_permit_remote_open_token1] = ACTIONS(1222), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1222), - [aux_sym_port_token1] = ACTIONS(1222), - [aux_sym_preferred_authentications_token1] = ACTIONS(1222), - [aux_sym_protocol_token1] = ACTIONS(1222), - [aux_sym_proxy_command_token1] = ACTIONS(1222), - [aux_sym_proxy_jump_token1] = ACTIONS(1222), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1222), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1222), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1222), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1222), - [aux_sym_rekey_limit_token1] = ACTIONS(1222), - [aux_sym_remote_command_token1] = ACTIONS(1222), - [aux_sym_remote_forward_token1] = ACTIONS(1222), - [aux_sym_request_tty_token1] = ACTIONS(1222), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1222), - [aux_sym_security_key_provider_token1] = ACTIONS(1222), - [aux_sym_send_env_token1] = ACTIONS(1222), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1222), - [aux_sym_server_alive_interval_token1] = ACTIONS(1222), - [aux_sym_session_type_token1] = ACTIONS(1222), - [aux_sym_set_env_token1] = ACTIONS(1222), - [aux_sym_stdin_null_token1] = ACTIONS(1222), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1222), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1222), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1222), - [aux_sym_syslog_facility_token1] = ACTIONS(1222), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1222), - [aux_sym_keep_alive_token1] = ACTIONS(1222), - [aux_sym_tunnel_token1] = ACTIONS(1224), - [aux_sym_tunnel_device_token1] = ACTIONS(1222), - [aux_sym_update_host_keys_token1] = ACTIONS(1222), - [aux_sym_use_keychain_token1] = ACTIONS(1222), - [aux_sym_use_roaming_token1] = ACTIONS(1222), - [aux_sym_user_token1] = ACTIONS(1224), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1222), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1222), - [aux_sym_visual_host_key_token1] = ACTIONS(1222), - [aux_sym_xauth_location_token1] = ACTIONS(1222), + [ts_builtin_sym_end] = ACTIONS(1227), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1229), + [anon_sym_DQUOTE] = ACTIONS(1231), + [aux_sym_match_token1] = ACTIONS(1227), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1227), + [aux_sym_address_family_token1] = ACTIONS(1227), + [aux_sym_batch_mode_token1] = ACTIONS(1227), + [aux_sym_bind_address_token1] = ACTIONS(1227), + [aux_sym_bind_interface_token1] = ACTIONS(1227), + [aux_sym_canonical_domains_token1] = ACTIONS(1227), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1227), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1227), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1227), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1227), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1227), + [aux_sym_certificate_file_token1] = ACTIONS(1227), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1227), + [aux_sym_check_host_ip_token1] = ACTIONS(1227), + [aux_sym_ciphers_token1] = ACTIONS(1227), + [aux_sym_cipher_token1] = ACTIONS(1229), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1227), + [aux_sym_compression_token1] = ACTIONS(1227), + [aux_sym_connection_attempts_token1] = ACTIONS(1227), + [aux_sym_connect_timeout_token1] = ACTIONS(1227), + [aux_sym_control_master_token1] = ACTIONS(1227), + [aux_sym_control_path_token1] = ACTIONS(1227), + [aux_sym_control_persist_token1] = ACTIONS(1227), + [aux_sym_dynamic_forward_token1] = ACTIONS(1227), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1227), + [aux_sym_escape_char_token1] = ACTIONS(1227), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1227), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1227), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1227), + [aux_sym_forward_agent_token1] = ACTIONS(1227), + [aux_sym_forward_x11_token1] = ACTIONS(1229), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1227), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1227), + [aux_sym_gateway_ports_token1] = ACTIONS(1227), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1227), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1227), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1227), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1227), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1227), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1227), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1227), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1227), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1227), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1227), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1227), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1227), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1227), + [aux_sym_host_key_alias_token1] = ACTIONS(1227), + [aux_sym_hostname_token1] = ACTIONS(1227), + [aux_sym_identities_only_token1] = ACTIONS(1227), + [aux_sym_identity_agent_token1] = ACTIONS(1227), + [aux_sym_identity_file_token1] = ACTIONS(1227), + [aux_sym_ignore_unknown_token1] = ACTIONS(1227), + [aux_sym_include_token1] = ACTIONS(1227), + [aux_sym_ip_qos_token1] = ACTIONS(1227), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1227), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1227), + [aux_sym_kex_algorithms_token1] = ACTIONS(1227), + [aux_sym_known_hosts_command_token1] = ACTIONS(1227), + [aux_sym_local_command_token1] = ACTIONS(1227), + [aux_sym_local_forward_token1] = ACTIONS(1227), + [aux_sym_log_level_token1] = ACTIONS(1227), + [aux_sym_log_verbose_token1] = ACTIONS(1227), + [aux_sym_macs_token1] = ACTIONS(1227), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1227), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1227), + [aux_sym_password_authentication_token1] = ACTIONS(1227), + [aux_sym_permit_local_command_token1] = ACTIONS(1227), + [aux_sym_permit_remote_open_token1] = ACTIONS(1227), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1227), + [aux_sym_port_token1] = ACTIONS(1227), + [aux_sym_preferred_authentications_token1] = ACTIONS(1227), + [aux_sym_protocol_token1] = ACTIONS(1227), + [aux_sym_proxy_command_token1] = ACTIONS(1227), + [aux_sym_proxy_jump_token1] = ACTIONS(1227), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1227), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1227), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1227), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1227), + [aux_sym_rekey_limit_token1] = ACTIONS(1227), + [aux_sym_remote_command_token1] = ACTIONS(1227), + [aux_sym_remote_forward_token1] = ACTIONS(1227), + [aux_sym_request_tty_token1] = ACTIONS(1227), + [aux_sym_required_rsa_size_token1] = ACTIONS(1227), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1227), + [aux_sym_security_key_provider_token1] = ACTIONS(1227), + [aux_sym_send_env_token1] = ACTIONS(1227), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1227), + [aux_sym_server_alive_interval_token1] = ACTIONS(1227), + [aux_sym_session_type_token1] = ACTIONS(1227), + [aux_sym_set_env_token1] = ACTIONS(1227), + [aux_sym_stdin_null_token1] = ACTIONS(1227), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1227), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1227), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1227), + [aux_sym_syslog_facility_token1] = ACTIONS(1227), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1227), + [aux_sym_keep_alive_token1] = ACTIONS(1227), + [aux_sym_tunnel_token1] = ACTIONS(1229), + [aux_sym_tunnel_device_token1] = ACTIONS(1227), + [aux_sym_update_host_keys_token1] = ACTIONS(1227), + [aux_sym_use_keychain_token1] = ACTIONS(1227), + [aux_sym_use_roaming_token1] = ACTIONS(1227), + [aux_sym_user_token1] = ACTIONS(1229), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1227), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1227), + [aux_sym_visual_host_key_token1] = ACTIONS(1227), + [aux_sym_xauth_location_token1] = ACTIONS(1227), }, [116] = { - [ts_builtin_sym_end] = ACTIONS(1228), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1230), - [anon_sym_DQUOTE] = ACTIONS(1232), - [aux_sym_match_token1] = ACTIONS(1228), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1228), - [aux_sym_address_family_token1] = ACTIONS(1228), - [aux_sym_batch_mode_token1] = ACTIONS(1228), - [aux_sym_bind_address_token1] = ACTIONS(1228), - [aux_sym_bind_interface_token1] = ACTIONS(1228), - [aux_sym_canonical_domains_token1] = ACTIONS(1228), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1228), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1228), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1228), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1228), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1228), - [aux_sym_certificate_file_token1] = ACTIONS(1228), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1228), - [aux_sym_check_host_ip_token1] = ACTIONS(1228), - [aux_sym_ciphers_token1] = ACTIONS(1228), - [aux_sym_cipher_token1] = ACTIONS(1230), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1228), - [aux_sym_compression_token1] = ACTIONS(1228), - [aux_sym_connection_attempts_token1] = ACTIONS(1228), - [aux_sym_connect_timeout_token1] = ACTIONS(1228), - [aux_sym_control_master_token1] = ACTIONS(1228), - [aux_sym_control_path_token1] = ACTIONS(1228), - [aux_sym_control_persist_token1] = ACTIONS(1228), - [aux_sym_dynamic_forward_token1] = ACTIONS(1228), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1228), - [aux_sym_escape_char_token1] = ACTIONS(1228), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1228), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1228), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1228), - [aux_sym_forward_agent_token1] = ACTIONS(1228), - [aux_sym_forward_x11_token1] = ACTIONS(1230), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1228), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1228), - [aux_sym_gateway_ports_token1] = ACTIONS(1228), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1228), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1228), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1228), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1228), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1228), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1228), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1228), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1228), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1228), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1228), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1228), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1228), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1228), - [aux_sym_host_key_alias_token1] = ACTIONS(1228), - [aux_sym_hostname_token1] = ACTIONS(1228), - [aux_sym_identities_only_token1] = ACTIONS(1228), - [aux_sym_identity_agent_token1] = ACTIONS(1228), - [aux_sym_identity_file_token1] = ACTIONS(1228), - [aux_sym_ignore_unknown_token1] = ACTIONS(1228), - [aux_sym_include_token1] = ACTIONS(1228), - [aux_sym_ip_qos_token1] = ACTIONS(1228), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1228), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1228), - [aux_sym_kex_algorithms_token1] = ACTIONS(1228), - [aux_sym_known_hosts_command_token1] = ACTIONS(1228), - [aux_sym_local_command_token1] = ACTIONS(1228), - [aux_sym_local_forward_token1] = ACTIONS(1228), - [aux_sym_log_level_token1] = ACTIONS(1228), - [aux_sym_log_verbose_token1] = ACTIONS(1228), - [aux_sym_macs_token1] = ACTIONS(1228), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1228), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1228), - [aux_sym_password_authentication_token1] = ACTIONS(1228), - [aux_sym_permit_local_command_token1] = ACTIONS(1228), - [aux_sym_permit_remote_open_token1] = ACTIONS(1228), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1228), - [aux_sym_port_token1] = ACTIONS(1228), - [aux_sym_preferred_authentications_token1] = ACTIONS(1228), - [aux_sym_protocol_token1] = ACTIONS(1228), - [aux_sym_proxy_command_token1] = ACTIONS(1228), - [aux_sym_proxy_jump_token1] = ACTIONS(1228), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1228), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1228), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1228), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1228), - [aux_sym_rekey_limit_token1] = ACTIONS(1228), - [aux_sym_remote_command_token1] = ACTIONS(1228), - [aux_sym_remote_forward_token1] = ACTIONS(1228), - [aux_sym_request_tty_token1] = ACTIONS(1228), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1228), - [aux_sym_security_key_provider_token1] = ACTIONS(1228), - [aux_sym_send_env_token1] = ACTIONS(1228), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1228), - [aux_sym_server_alive_interval_token1] = ACTIONS(1228), - [aux_sym_session_type_token1] = ACTIONS(1228), - [aux_sym_set_env_token1] = ACTIONS(1228), - [aux_sym_stdin_null_token1] = ACTIONS(1228), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1228), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1228), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1228), - [aux_sym_syslog_facility_token1] = ACTIONS(1228), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1228), - [aux_sym_keep_alive_token1] = ACTIONS(1228), - [aux_sym_tunnel_token1] = ACTIONS(1230), - [aux_sym_tunnel_device_token1] = ACTIONS(1228), - [aux_sym_update_host_keys_token1] = ACTIONS(1228), - [aux_sym_use_keychain_token1] = ACTIONS(1228), - [aux_sym_use_roaming_token1] = ACTIONS(1228), - [aux_sym_user_token1] = ACTIONS(1230), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1228), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1228), - [aux_sym_visual_host_key_token1] = ACTIONS(1228), - [aux_sym_xauth_location_token1] = ACTIONS(1228), + [ts_builtin_sym_end] = ACTIONS(1233), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1235), + [anon_sym_DQUOTE] = ACTIONS(1237), + [aux_sym_match_token1] = ACTIONS(1233), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1233), + [aux_sym_address_family_token1] = ACTIONS(1233), + [aux_sym_batch_mode_token1] = ACTIONS(1233), + [aux_sym_bind_address_token1] = ACTIONS(1233), + [aux_sym_bind_interface_token1] = ACTIONS(1233), + [aux_sym_canonical_domains_token1] = ACTIONS(1233), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1233), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1233), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1233), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1233), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1233), + [aux_sym_certificate_file_token1] = ACTIONS(1233), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1233), + [aux_sym_check_host_ip_token1] = ACTIONS(1233), + [aux_sym_ciphers_token1] = ACTIONS(1233), + [aux_sym_cipher_token1] = ACTIONS(1235), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1233), + [aux_sym_compression_token1] = ACTIONS(1233), + [aux_sym_connection_attempts_token1] = ACTIONS(1233), + [aux_sym_connect_timeout_token1] = ACTIONS(1233), + [aux_sym_control_master_token1] = ACTIONS(1233), + [aux_sym_control_path_token1] = ACTIONS(1233), + [aux_sym_control_persist_token1] = ACTIONS(1233), + [aux_sym_dynamic_forward_token1] = ACTIONS(1233), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1233), + [aux_sym_escape_char_token1] = ACTIONS(1233), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1233), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1233), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1233), + [aux_sym_forward_agent_token1] = ACTIONS(1233), + [aux_sym_forward_x11_token1] = ACTIONS(1235), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1233), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1233), + [aux_sym_gateway_ports_token1] = ACTIONS(1233), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1233), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1233), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1233), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1233), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1233), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1233), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1233), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1233), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1233), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1233), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1233), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1233), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1233), + [aux_sym_host_key_alias_token1] = ACTIONS(1233), + [aux_sym_hostname_token1] = ACTIONS(1233), + [aux_sym_identities_only_token1] = ACTIONS(1233), + [aux_sym_identity_agent_token1] = ACTIONS(1233), + [aux_sym_identity_file_token1] = ACTIONS(1233), + [aux_sym_ignore_unknown_token1] = ACTIONS(1233), + [aux_sym_include_token1] = ACTIONS(1233), + [aux_sym_ip_qos_token1] = ACTIONS(1233), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1233), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1233), + [aux_sym_kex_algorithms_token1] = ACTIONS(1233), + [aux_sym_known_hosts_command_token1] = ACTIONS(1233), + [aux_sym_local_command_token1] = ACTIONS(1233), + [aux_sym_local_forward_token1] = ACTIONS(1233), + [aux_sym_log_level_token1] = ACTIONS(1233), + [aux_sym_log_verbose_token1] = ACTIONS(1233), + [aux_sym_macs_token1] = ACTIONS(1233), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1233), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1233), + [aux_sym_password_authentication_token1] = ACTIONS(1233), + [aux_sym_permit_local_command_token1] = ACTIONS(1233), + [aux_sym_permit_remote_open_token1] = ACTIONS(1233), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1233), + [aux_sym_port_token1] = ACTIONS(1233), + [aux_sym_preferred_authentications_token1] = ACTIONS(1233), + [aux_sym_protocol_token1] = ACTIONS(1233), + [aux_sym_proxy_command_token1] = ACTIONS(1233), + [aux_sym_proxy_jump_token1] = ACTIONS(1233), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1233), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1233), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1233), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1233), + [aux_sym_rekey_limit_token1] = ACTIONS(1233), + [aux_sym_remote_command_token1] = ACTIONS(1233), + [aux_sym_remote_forward_token1] = ACTIONS(1233), + [aux_sym_request_tty_token1] = ACTIONS(1233), + [aux_sym_required_rsa_size_token1] = ACTIONS(1233), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1233), + [aux_sym_security_key_provider_token1] = ACTIONS(1233), + [aux_sym_send_env_token1] = ACTIONS(1233), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1233), + [aux_sym_server_alive_interval_token1] = ACTIONS(1233), + [aux_sym_session_type_token1] = ACTIONS(1233), + [aux_sym_set_env_token1] = ACTIONS(1233), + [aux_sym_stdin_null_token1] = ACTIONS(1233), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1233), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1233), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1233), + [aux_sym_syslog_facility_token1] = ACTIONS(1233), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1233), + [aux_sym_keep_alive_token1] = ACTIONS(1233), + [aux_sym_tunnel_token1] = ACTIONS(1235), + [aux_sym_tunnel_device_token1] = ACTIONS(1233), + [aux_sym_update_host_keys_token1] = ACTIONS(1233), + [aux_sym_use_keychain_token1] = ACTIONS(1233), + [aux_sym_use_roaming_token1] = ACTIONS(1233), + [aux_sym_user_token1] = ACTIONS(1235), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1233), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1233), + [aux_sym_visual_host_key_token1] = ACTIONS(1233), + [aux_sym_xauth_location_token1] = ACTIONS(1233), }, [117] = { - [ts_builtin_sym_end] = ACTIONS(1234), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1236), - [anon_sym_DQUOTE] = ACTIONS(1238), - [aux_sym_match_token1] = ACTIONS(1234), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1234), - [aux_sym_address_family_token1] = ACTIONS(1234), - [aux_sym_batch_mode_token1] = ACTIONS(1234), - [aux_sym_bind_address_token1] = ACTIONS(1234), - [aux_sym_bind_interface_token1] = ACTIONS(1234), - [aux_sym_canonical_domains_token1] = ACTIONS(1234), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1234), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1234), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1234), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1234), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1234), - [aux_sym_certificate_file_token1] = ACTIONS(1234), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1234), - [aux_sym_check_host_ip_token1] = ACTIONS(1234), - [aux_sym_ciphers_token1] = ACTIONS(1234), - [aux_sym_cipher_token1] = ACTIONS(1236), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1234), - [aux_sym_compression_token1] = ACTIONS(1234), - [aux_sym_connection_attempts_token1] = ACTIONS(1234), - [aux_sym_connect_timeout_token1] = ACTIONS(1234), - [aux_sym_control_master_token1] = ACTIONS(1234), - [aux_sym_control_path_token1] = ACTIONS(1234), - [aux_sym_control_persist_token1] = ACTIONS(1234), - [aux_sym_dynamic_forward_token1] = ACTIONS(1234), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1234), - [aux_sym_escape_char_token1] = ACTIONS(1234), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1234), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1234), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1234), - [aux_sym_forward_agent_token1] = ACTIONS(1234), - [aux_sym_forward_x11_token1] = ACTIONS(1236), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1234), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1234), - [aux_sym_gateway_ports_token1] = ACTIONS(1234), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1234), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1234), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1234), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1234), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1234), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1234), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1234), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1234), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1234), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1234), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1234), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1234), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1234), - [aux_sym_host_key_alias_token1] = ACTIONS(1234), - [aux_sym_hostname_token1] = ACTIONS(1234), - [aux_sym_identities_only_token1] = ACTIONS(1234), - [aux_sym_identity_agent_token1] = ACTIONS(1234), - [aux_sym_identity_file_token1] = ACTIONS(1234), - [aux_sym_ignore_unknown_token1] = ACTIONS(1234), - [aux_sym_include_token1] = ACTIONS(1234), - [aux_sym_ip_qos_token1] = ACTIONS(1234), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1234), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1234), - [aux_sym_kex_algorithms_token1] = ACTIONS(1234), - [aux_sym_known_hosts_command_token1] = ACTIONS(1234), - [aux_sym_local_command_token1] = ACTIONS(1234), - [aux_sym_local_forward_token1] = ACTIONS(1234), - [aux_sym_log_level_token1] = ACTIONS(1234), - [aux_sym_log_verbose_token1] = ACTIONS(1234), - [aux_sym_macs_token1] = ACTIONS(1234), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1234), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1234), - [aux_sym_password_authentication_token1] = ACTIONS(1234), - [aux_sym_permit_local_command_token1] = ACTIONS(1234), - [aux_sym_permit_remote_open_token1] = ACTIONS(1234), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1234), - [aux_sym_port_token1] = ACTIONS(1234), - [aux_sym_preferred_authentications_token1] = ACTIONS(1234), - [aux_sym_protocol_token1] = ACTIONS(1234), - [aux_sym_proxy_command_token1] = ACTIONS(1234), - [aux_sym_proxy_jump_token1] = ACTIONS(1234), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1234), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1234), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1234), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1234), - [aux_sym_rekey_limit_token1] = ACTIONS(1234), - [aux_sym_remote_command_token1] = ACTIONS(1234), - [aux_sym_remote_forward_token1] = ACTIONS(1234), - [aux_sym_request_tty_token1] = ACTIONS(1234), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1234), - [aux_sym_security_key_provider_token1] = ACTIONS(1234), - [aux_sym_send_env_token1] = ACTIONS(1234), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1234), - [aux_sym_server_alive_interval_token1] = ACTIONS(1234), - [aux_sym_session_type_token1] = ACTIONS(1234), - [aux_sym_set_env_token1] = ACTIONS(1234), - [aux_sym_stdin_null_token1] = ACTIONS(1234), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1234), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1234), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1234), - [aux_sym_syslog_facility_token1] = ACTIONS(1234), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1234), - [aux_sym_keep_alive_token1] = ACTIONS(1234), - [aux_sym_tunnel_token1] = ACTIONS(1236), - [aux_sym_tunnel_device_token1] = ACTIONS(1234), - [aux_sym_update_host_keys_token1] = ACTIONS(1234), - [aux_sym_use_keychain_token1] = ACTIONS(1234), - [aux_sym_use_roaming_token1] = ACTIONS(1234), - [aux_sym_user_token1] = ACTIONS(1236), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1234), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1234), - [aux_sym_visual_host_key_token1] = ACTIONS(1234), - [aux_sym_xauth_location_token1] = ACTIONS(1234), + [ts_builtin_sym_end] = ACTIONS(1239), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1241), + [anon_sym_DQUOTE] = ACTIONS(1243), + [aux_sym_match_token1] = ACTIONS(1239), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1239), + [aux_sym_address_family_token1] = ACTIONS(1239), + [aux_sym_batch_mode_token1] = ACTIONS(1239), + [aux_sym_bind_address_token1] = ACTIONS(1239), + [aux_sym_bind_interface_token1] = ACTIONS(1239), + [aux_sym_canonical_domains_token1] = ACTIONS(1239), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1239), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1239), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1239), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1239), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1239), + [aux_sym_certificate_file_token1] = ACTIONS(1239), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1239), + [aux_sym_check_host_ip_token1] = ACTIONS(1239), + [aux_sym_ciphers_token1] = ACTIONS(1239), + [aux_sym_cipher_token1] = ACTIONS(1241), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1239), + [aux_sym_compression_token1] = ACTIONS(1239), + [aux_sym_connection_attempts_token1] = ACTIONS(1239), + [aux_sym_connect_timeout_token1] = ACTIONS(1239), + [aux_sym_control_master_token1] = ACTIONS(1239), + [aux_sym_control_path_token1] = ACTIONS(1239), + [aux_sym_control_persist_token1] = ACTIONS(1239), + [aux_sym_dynamic_forward_token1] = ACTIONS(1239), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1239), + [aux_sym_escape_char_token1] = ACTIONS(1239), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1239), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1239), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1239), + [aux_sym_forward_agent_token1] = ACTIONS(1239), + [aux_sym_forward_x11_token1] = ACTIONS(1241), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1239), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1239), + [aux_sym_gateway_ports_token1] = ACTIONS(1239), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1239), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1239), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1239), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1239), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1239), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1239), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1239), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1239), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1239), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1239), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1239), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1239), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1239), + [aux_sym_host_key_alias_token1] = ACTIONS(1239), + [aux_sym_hostname_token1] = ACTIONS(1239), + [aux_sym_identities_only_token1] = ACTIONS(1239), + [aux_sym_identity_agent_token1] = ACTIONS(1239), + [aux_sym_identity_file_token1] = ACTIONS(1239), + [aux_sym_ignore_unknown_token1] = ACTIONS(1239), + [aux_sym_include_token1] = ACTIONS(1239), + [aux_sym_ip_qos_token1] = ACTIONS(1239), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1239), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1239), + [aux_sym_kex_algorithms_token1] = ACTIONS(1239), + [aux_sym_known_hosts_command_token1] = ACTIONS(1239), + [aux_sym_local_command_token1] = ACTIONS(1239), + [aux_sym_local_forward_token1] = ACTIONS(1239), + [aux_sym_log_level_token1] = ACTIONS(1239), + [aux_sym_log_verbose_token1] = ACTIONS(1239), + [aux_sym_macs_token1] = ACTIONS(1239), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1239), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1239), + [aux_sym_password_authentication_token1] = ACTIONS(1239), + [aux_sym_permit_local_command_token1] = ACTIONS(1239), + [aux_sym_permit_remote_open_token1] = ACTIONS(1239), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1239), + [aux_sym_port_token1] = ACTIONS(1239), + [aux_sym_preferred_authentications_token1] = ACTIONS(1239), + [aux_sym_protocol_token1] = ACTIONS(1239), + [aux_sym_proxy_command_token1] = ACTIONS(1239), + [aux_sym_proxy_jump_token1] = ACTIONS(1239), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1239), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1239), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1239), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1239), + [aux_sym_rekey_limit_token1] = ACTIONS(1239), + [aux_sym_remote_command_token1] = ACTIONS(1239), + [aux_sym_remote_forward_token1] = ACTIONS(1239), + [aux_sym_request_tty_token1] = ACTIONS(1239), + [aux_sym_required_rsa_size_token1] = ACTIONS(1239), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1239), + [aux_sym_security_key_provider_token1] = ACTIONS(1239), + [aux_sym_send_env_token1] = ACTIONS(1239), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1239), + [aux_sym_server_alive_interval_token1] = ACTIONS(1239), + [aux_sym_session_type_token1] = ACTIONS(1239), + [aux_sym_set_env_token1] = ACTIONS(1239), + [aux_sym_stdin_null_token1] = ACTIONS(1239), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1239), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1239), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1239), + [aux_sym_syslog_facility_token1] = ACTIONS(1239), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1239), + [aux_sym_keep_alive_token1] = ACTIONS(1239), + [aux_sym_tunnel_token1] = ACTIONS(1241), + [aux_sym_tunnel_device_token1] = ACTIONS(1239), + [aux_sym_update_host_keys_token1] = ACTIONS(1239), + [aux_sym_use_keychain_token1] = ACTIONS(1239), + [aux_sym_use_roaming_token1] = ACTIONS(1239), + [aux_sym_user_token1] = ACTIONS(1241), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1239), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1239), + [aux_sym_visual_host_key_token1] = ACTIONS(1239), + [aux_sym_xauth_location_token1] = ACTIONS(1239), }, [118] = { - [ts_builtin_sym_end] = ACTIONS(1240), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1242), - [anon_sym_DQUOTE] = ACTIONS(1244), - [aux_sym_match_token1] = ACTIONS(1240), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1240), - [aux_sym_address_family_token1] = ACTIONS(1240), - [aux_sym_batch_mode_token1] = ACTIONS(1240), - [aux_sym_bind_address_token1] = ACTIONS(1240), - [aux_sym_bind_interface_token1] = ACTIONS(1240), - [aux_sym_canonical_domains_token1] = ACTIONS(1240), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1240), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1240), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1240), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1240), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1240), - [aux_sym_certificate_file_token1] = ACTIONS(1240), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1240), - [aux_sym_check_host_ip_token1] = ACTIONS(1240), - [aux_sym_ciphers_token1] = ACTIONS(1240), - [aux_sym_cipher_token1] = ACTIONS(1242), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1240), - [aux_sym_compression_token1] = ACTIONS(1240), - [aux_sym_connection_attempts_token1] = ACTIONS(1240), - [aux_sym_connect_timeout_token1] = ACTIONS(1240), - [aux_sym_control_master_token1] = ACTIONS(1240), - [aux_sym_control_path_token1] = ACTIONS(1240), - [aux_sym_control_persist_token1] = ACTIONS(1240), - [aux_sym_dynamic_forward_token1] = ACTIONS(1240), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1240), - [aux_sym_escape_char_token1] = ACTIONS(1240), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1240), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1240), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1240), - [aux_sym_forward_agent_token1] = ACTIONS(1240), - [aux_sym_forward_x11_token1] = ACTIONS(1242), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1240), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1240), - [aux_sym_gateway_ports_token1] = ACTIONS(1240), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1240), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1240), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1240), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1240), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1240), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1240), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1240), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1240), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1240), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1240), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1240), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1240), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1240), - [aux_sym_host_key_alias_token1] = ACTIONS(1240), - [aux_sym_hostname_token1] = ACTIONS(1240), - [aux_sym_identities_only_token1] = ACTIONS(1240), - [aux_sym_identity_agent_token1] = ACTIONS(1240), - [aux_sym_identity_file_token1] = ACTIONS(1240), - [aux_sym_ignore_unknown_token1] = ACTIONS(1240), - [aux_sym_include_token1] = ACTIONS(1240), - [aux_sym_ip_qos_token1] = ACTIONS(1240), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1240), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1240), - [aux_sym_kex_algorithms_token1] = ACTIONS(1240), - [aux_sym_known_hosts_command_token1] = ACTIONS(1240), - [aux_sym_local_command_token1] = ACTIONS(1240), - [aux_sym_local_forward_token1] = ACTIONS(1240), - [aux_sym_log_level_token1] = ACTIONS(1240), - [aux_sym_log_verbose_token1] = ACTIONS(1240), - [aux_sym_macs_token1] = ACTIONS(1240), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1240), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1240), - [aux_sym_password_authentication_token1] = ACTIONS(1240), - [aux_sym_permit_local_command_token1] = ACTIONS(1240), - [aux_sym_permit_remote_open_token1] = ACTIONS(1240), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1240), - [aux_sym_port_token1] = ACTIONS(1240), - [aux_sym_preferred_authentications_token1] = ACTIONS(1240), - [aux_sym_protocol_token1] = ACTIONS(1240), - [aux_sym_proxy_command_token1] = ACTIONS(1240), - [aux_sym_proxy_jump_token1] = ACTIONS(1240), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1240), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1240), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1240), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1240), - [aux_sym_rekey_limit_token1] = ACTIONS(1240), - [aux_sym_remote_command_token1] = ACTIONS(1240), - [aux_sym_remote_forward_token1] = ACTIONS(1240), - [aux_sym_request_tty_token1] = ACTIONS(1240), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1240), - [aux_sym_security_key_provider_token1] = ACTIONS(1240), - [aux_sym_send_env_token1] = ACTIONS(1240), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1240), - [aux_sym_server_alive_interval_token1] = ACTIONS(1240), - [aux_sym_session_type_token1] = ACTIONS(1240), - [aux_sym_set_env_token1] = ACTIONS(1240), - [aux_sym_stdin_null_token1] = ACTIONS(1240), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1240), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1240), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1240), - [aux_sym_syslog_facility_token1] = ACTIONS(1240), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1240), - [aux_sym_keep_alive_token1] = ACTIONS(1240), - [aux_sym_tunnel_token1] = ACTIONS(1242), - [aux_sym_tunnel_device_token1] = ACTIONS(1240), - [aux_sym_update_host_keys_token1] = ACTIONS(1240), - [aux_sym_use_keychain_token1] = ACTIONS(1240), - [aux_sym_use_roaming_token1] = ACTIONS(1240), - [aux_sym_user_token1] = ACTIONS(1242), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1240), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1240), - [aux_sym_visual_host_key_token1] = ACTIONS(1240), - [aux_sym_xauth_location_token1] = ACTIONS(1240), + [ts_builtin_sym_end] = ACTIONS(1245), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1247), + [anon_sym_DQUOTE] = ACTIONS(1249), + [aux_sym_match_token1] = ACTIONS(1245), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1245), + [aux_sym_address_family_token1] = ACTIONS(1245), + [aux_sym_batch_mode_token1] = ACTIONS(1245), + [aux_sym_bind_address_token1] = ACTIONS(1245), + [aux_sym_bind_interface_token1] = ACTIONS(1245), + [aux_sym_canonical_domains_token1] = ACTIONS(1245), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1245), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1245), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1245), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1245), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1245), + [aux_sym_certificate_file_token1] = ACTIONS(1245), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1245), + [aux_sym_check_host_ip_token1] = ACTIONS(1245), + [aux_sym_ciphers_token1] = ACTIONS(1245), + [aux_sym_cipher_token1] = ACTIONS(1247), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1245), + [aux_sym_compression_token1] = ACTIONS(1245), + [aux_sym_connection_attempts_token1] = ACTIONS(1245), + [aux_sym_connect_timeout_token1] = ACTIONS(1245), + [aux_sym_control_master_token1] = ACTIONS(1245), + [aux_sym_control_path_token1] = ACTIONS(1245), + [aux_sym_control_persist_token1] = ACTIONS(1245), + [aux_sym_dynamic_forward_token1] = ACTIONS(1245), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1245), + [aux_sym_escape_char_token1] = ACTIONS(1245), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1245), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1245), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1245), + [aux_sym_forward_agent_token1] = ACTIONS(1245), + [aux_sym_forward_x11_token1] = ACTIONS(1247), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1245), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1245), + [aux_sym_gateway_ports_token1] = ACTIONS(1245), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1245), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1245), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1245), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1245), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1245), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1245), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1245), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1245), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1245), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1245), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1245), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1245), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1245), + [aux_sym_host_key_alias_token1] = ACTIONS(1245), + [aux_sym_hostname_token1] = ACTIONS(1245), + [aux_sym_identities_only_token1] = ACTIONS(1245), + [aux_sym_identity_agent_token1] = ACTIONS(1245), + [aux_sym_identity_file_token1] = ACTIONS(1245), + [aux_sym_ignore_unknown_token1] = ACTIONS(1245), + [aux_sym_include_token1] = ACTIONS(1245), + [aux_sym_ip_qos_token1] = ACTIONS(1245), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1245), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1245), + [aux_sym_kex_algorithms_token1] = ACTIONS(1245), + [aux_sym_known_hosts_command_token1] = ACTIONS(1245), + [aux_sym_local_command_token1] = ACTIONS(1245), + [aux_sym_local_forward_token1] = ACTIONS(1245), + [aux_sym_log_level_token1] = ACTIONS(1245), + [aux_sym_log_verbose_token1] = ACTIONS(1245), + [aux_sym_macs_token1] = ACTIONS(1245), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1245), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1245), + [aux_sym_password_authentication_token1] = ACTIONS(1245), + [aux_sym_permit_local_command_token1] = ACTIONS(1245), + [aux_sym_permit_remote_open_token1] = ACTIONS(1245), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1245), + [aux_sym_port_token1] = ACTIONS(1245), + [aux_sym_preferred_authentications_token1] = ACTIONS(1245), + [aux_sym_protocol_token1] = ACTIONS(1245), + [aux_sym_proxy_command_token1] = ACTIONS(1245), + [aux_sym_proxy_jump_token1] = ACTIONS(1245), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1245), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1245), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1245), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1245), + [aux_sym_rekey_limit_token1] = ACTIONS(1245), + [aux_sym_remote_command_token1] = ACTIONS(1245), + [aux_sym_remote_forward_token1] = ACTIONS(1245), + [aux_sym_request_tty_token1] = ACTIONS(1245), + [aux_sym_required_rsa_size_token1] = ACTIONS(1245), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1245), + [aux_sym_security_key_provider_token1] = ACTIONS(1245), + [aux_sym_send_env_token1] = ACTIONS(1245), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1245), + [aux_sym_server_alive_interval_token1] = ACTIONS(1245), + [aux_sym_session_type_token1] = ACTIONS(1245), + [aux_sym_set_env_token1] = ACTIONS(1245), + [aux_sym_stdin_null_token1] = ACTIONS(1245), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1245), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1245), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1245), + [aux_sym_syslog_facility_token1] = ACTIONS(1245), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1245), + [aux_sym_keep_alive_token1] = ACTIONS(1245), + [aux_sym_tunnel_token1] = ACTIONS(1247), + [aux_sym_tunnel_device_token1] = ACTIONS(1245), + [aux_sym_update_host_keys_token1] = ACTIONS(1245), + [aux_sym_use_keychain_token1] = ACTIONS(1245), + [aux_sym_use_roaming_token1] = ACTIONS(1245), + [aux_sym_user_token1] = ACTIONS(1247), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1245), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1245), + [aux_sym_visual_host_key_token1] = ACTIONS(1245), + [aux_sym_xauth_location_token1] = ACTIONS(1245), }, [119] = { - [ts_builtin_sym_end] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1248), - [anon_sym_DQUOTE] = ACTIONS(1250), - [aux_sym_match_token1] = ACTIONS(1246), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1246), - [aux_sym_address_family_token1] = ACTIONS(1246), - [aux_sym_batch_mode_token1] = ACTIONS(1246), - [aux_sym_bind_address_token1] = ACTIONS(1246), - [aux_sym_bind_interface_token1] = ACTIONS(1246), - [aux_sym_canonical_domains_token1] = ACTIONS(1246), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1246), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1246), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1246), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1246), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1246), - [aux_sym_certificate_file_token1] = ACTIONS(1246), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1246), - [aux_sym_check_host_ip_token1] = ACTIONS(1246), - [aux_sym_ciphers_token1] = ACTIONS(1246), - [aux_sym_cipher_token1] = ACTIONS(1248), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1246), - [aux_sym_compression_token1] = ACTIONS(1246), - [aux_sym_connection_attempts_token1] = ACTIONS(1246), - [aux_sym_connect_timeout_token1] = ACTIONS(1246), - [aux_sym_control_master_token1] = ACTIONS(1246), - [aux_sym_control_path_token1] = ACTIONS(1246), - [aux_sym_control_persist_token1] = ACTIONS(1246), - [aux_sym_dynamic_forward_token1] = ACTIONS(1246), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1246), - [aux_sym_escape_char_token1] = ACTIONS(1246), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1246), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1246), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1246), - [aux_sym_forward_agent_token1] = ACTIONS(1246), - [aux_sym_forward_x11_token1] = ACTIONS(1248), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1246), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1246), - [aux_sym_gateway_ports_token1] = ACTIONS(1246), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1246), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1246), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1246), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1246), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1246), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1246), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1246), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1246), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1246), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1246), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1246), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1246), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1246), - [aux_sym_host_key_alias_token1] = ACTIONS(1246), - [aux_sym_hostname_token1] = ACTIONS(1246), - [aux_sym_identities_only_token1] = ACTIONS(1246), - [aux_sym_identity_agent_token1] = ACTIONS(1246), - [aux_sym_identity_file_token1] = ACTIONS(1246), - [aux_sym_ignore_unknown_token1] = ACTIONS(1246), - [aux_sym_include_token1] = ACTIONS(1246), - [aux_sym_ip_qos_token1] = ACTIONS(1246), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1246), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1246), - [aux_sym_kex_algorithms_token1] = ACTIONS(1246), - [aux_sym_known_hosts_command_token1] = ACTIONS(1246), - [aux_sym_local_command_token1] = ACTIONS(1246), - [aux_sym_local_forward_token1] = ACTIONS(1246), - [aux_sym_log_level_token1] = ACTIONS(1246), - [aux_sym_log_verbose_token1] = ACTIONS(1246), - [aux_sym_macs_token1] = ACTIONS(1246), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1246), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1246), - [aux_sym_password_authentication_token1] = ACTIONS(1246), - [aux_sym_permit_local_command_token1] = ACTIONS(1246), - [aux_sym_permit_remote_open_token1] = ACTIONS(1246), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1246), - [aux_sym_port_token1] = ACTIONS(1246), - [aux_sym_preferred_authentications_token1] = ACTIONS(1246), - [aux_sym_protocol_token1] = ACTIONS(1246), - [aux_sym_proxy_command_token1] = ACTIONS(1246), - [aux_sym_proxy_jump_token1] = ACTIONS(1246), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1246), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1246), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1246), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1246), - [aux_sym_rekey_limit_token1] = ACTIONS(1246), - [aux_sym_remote_command_token1] = ACTIONS(1246), - [aux_sym_remote_forward_token1] = ACTIONS(1246), - [aux_sym_request_tty_token1] = ACTIONS(1246), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1246), - [aux_sym_security_key_provider_token1] = ACTIONS(1246), - [aux_sym_send_env_token1] = ACTIONS(1246), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1246), - [aux_sym_server_alive_interval_token1] = ACTIONS(1246), - [aux_sym_session_type_token1] = ACTIONS(1246), - [aux_sym_set_env_token1] = ACTIONS(1246), - [aux_sym_stdin_null_token1] = ACTIONS(1246), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1246), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1246), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1246), - [aux_sym_syslog_facility_token1] = ACTIONS(1246), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1246), - [aux_sym_keep_alive_token1] = ACTIONS(1246), - [aux_sym_tunnel_token1] = ACTIONS(1248), - [aux_sym_tunnel_device_token1] = ACTIONS(1246), - [aux_sym_update_host_keys_token1] = ACTIONS(1246), - [aux_sym_use_keychain_token1] = ACTIONS(1246), - [aux_sym_use_roaming_token1] = ACTIONS(1246), - [aux_sym_user_token1] = ACTIONS(1248), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1246), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1246), - [aux_sym_visual_host_key_token1] = ACTIONS(1246), - [aux_sym_xauth_location_token1] = ACTIONS(1246), + [ts_builtin_sym_end] = ACTIONS(1251), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1255), + [aux_sym_match_token1] = ACTIONS(1251), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1251), + [aux_sym_address_family_token1] = ACTIONS(1251), + [aux_sym_batch_mode_token1] = ACTIONS(1251), + [aux_sym_bind_address_token1] = ACTIONS(1251), + [aux_sym_bind_interface_token1] = ACTIONS(1251), + [aux_sym_canonical_domains_token1] = ACTIONS(1251), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1251), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1251), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1251), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1251), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1251), + [aux_sym_certificate_file_token1] = ACTIONS(1251), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1251), + [aux_sym_check_host_ip_token1] = ACTIONS(1251), + [aux_sym_ciphers_token1] = ACTIONS(1251), + [aux_sym_cipher_token1] = ACTIONS(1253), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1251), + [aux_sym_compression_token1] = ACTIONS(1251), + [aux_sym_connection_attempts_token1] = ACTIONS(1251), + [aux_sym_connect_timeout_token1] = ACTIONS(1251), + [aux_sym_control_master_token1] = ACTIONS(1251), + [aux_sym_control_path_token1] = ACTIONS(1251), + [aux_sym_control_persist_token1] = ACTIONS(1251), + [aux_sym_dynamic_forward_token1] = ACTIONS(1251), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1251), + [aux_sym_escape_char_token1] = ACTIONS(1251), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1251), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1251), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1251), + [aux_sym_forward_agent_token1] = ACTIONS(1251), + [aux_sym_forward_x11_token1] = ACTIONS(1253), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1251), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1251), + [aux_sym_gateway_ports_token1] = ACTIONS(1251), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1251), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1251), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1251), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1251), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1251), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1251), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1251), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1251), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1251), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1251), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1251), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1251), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1251), + [aux_sym_host_key_alias_token1] = ACTIONS(1251), + [aux_sym_hostname_token1] = ACTIONS(1251), + [aux_sym_identities_only_token1] = ACTIONS(1251), + [aux_sym_identity_agent_token1] = ACTIONS(1251), + [aux_sym_identity_file_token1] = ACTIONS(1251), + [aux_sym_ignore_unknown_token1] = ACTIONS(1251), + [aux_sym_include_token1] = ACTIONS(1251), + [aux_sym_ip_qos_token1] = ACTIONS(1251), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1251), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1251), + [aux_sym_kex_algorithms_token1] = ACTIONS(1251), + [aux_sym_known_hosts_command_token1] = ACTIONS(1251), + [aux_sym_local_command_token1] = ACTIONS(1251), + [aux_sym_local_forward_token1] = ACTIONS(1251), + [aux_sym_log_level_token1] = ACTIONS(1251), + [aux_sym_log_verbose_token1] = ACTIONS(1251), + [aux_sym_macs_token1] = ACTIONS(1251), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1251), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1251), + [aux_sym_password_authentication_token1] = ACTIONS(1251), + [aux_sym_permit_local_command_token1] = ACTIONS(1251), + [aux_sym_permit_remote_open_token1] = ACTIONS(1251), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1251), + [aux_sym_port_token1] = ACTIONS(1251), + [aux_sym_preferred_authentications_token1] = ACTIONS(1251), + [aux_sym_protocol_token1] = ACTIONS(1251), + [aux_sym_proxy_command_token1] = ACTIONS(1251), + [aux_sym_proxy_jump_token1] = ACTIONS(1251), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1251), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1251), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1251), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1251), + [aux_sym_rekey_limit_token1] = ACTIONS(1251), + [aux_sym_remote_command_token1] = ACTIONS(1251), + [aux_sym_remote_forward_token1] = ACTIONS(1251), + [aux_sym_request_tty_token1] = ACTIONS(1251), + [aux_sym_required_rsa_size_token1] = ACTIONS(1251), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1251), + [aux_sym_security_key_provider_token1] = ACTIONS(1251), + [aux_sym_send_env_token1] = ACTIONS(1251), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1251), + [aux_sym_server_alive_interval_token1] = ACTIONS(1251), + [aux_sym_session_type_token1] = ACTIONS(1251), + [aux_sym_set_env_token1] = ACTIONS(1251), + [aux_sym_stdin_null_token1] = ACTIONS(1251), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1251), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1251), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1251), + [aux_sym_syslog_facility_token1] = ACTIONS(1251), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1251), + [aux_sym_keep_alive_token1] = ACTIONS(1251), + [aux_sym_tunnel_token1] = ACTIONS(1253), + [aux_sym_tunnel_device_token1] = ACTIONS(1251), + [aux_sym_update_host_keys_token1] = ACTIONS(1251), + [aux_sym_use_keychain_token1] = ACTIONS(1251), + [aux_sym_use_roaming_token1] = ACTIONS(1251), + [aux_sym_user_token1] = ACTIONS(1253), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1251), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1251), + [aux_sym_visual_host_key_token1] = ACTIONS(1251), + [aux_sym_xauth_location_token1] = ACTIONS(1251), }, [120] = { - [ts_builtin_sym_end] = ACTIONS(1252), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1254), - [anon_sym_DQUOTE] = ACTIONS(1256), - [aux_sym_match_token1] = ACTIONS(1252), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1252), - [aux_sym_address_family_token1] = ACTIONS(1252), - [aux_sym_batch_mode_token1] = ACTIONS(1252), - [aux_sym_bind_address_token1] = ACTIONS(1252), - [aux_sym_bind_interface_token1] = ACTIONS(1252), - [aux_sym_canonical_domains_token1] = ACTIONS(1252), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1252), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1252), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1252), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1252), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1252), - [aux_sym_certificate_file_token1] = ACTIONS(1252), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1252), - [aux_sym_check_host_ip_token1] = ACTIONS(1252), - [aux_sym_ciphers_token1] = ACTIONS(1252), - [aux_sym_cipher_token1] = ACTIONS(1254), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1252), - [aux_sym_compression_token1] = ACTIONS(1252), - [aux_sym_connection_attempts_token1] = ACTIONS(1252), - [aux_sym_connect_timeout_token1] = ACTIONS(1252), - [aux_sym_control_master_token1] = ACTIONS(1252), - [aux_sym_control_path_token1] = ACTIONS(1252), - [aux_sym_control_persist_token1] = ACTIONS(1252), - [aux_sym_dynamic_forward_token1] = ACTIONS(1252), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1252), - [aux_sym_escape_char_token1] = ACTIONS(1252), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1252), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1252), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1252), - [aux_sym_forward_agent_token1] = ACTIONS(1252), - [aux_sym_forward_x11_token1] = ACTIONS(1254), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1252), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1252), - [aux_sym_gateway_ports_token1] = ACTIONS(1252), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1252), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1252), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1252), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1252), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1252), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1252), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1252), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1252), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1252), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1252), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1252), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1252), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1252), - [aux_sym_host_key_alias_token1] = ACTIONS(1252), - [aux_sym_hostname_token1] = ACTIONS(1252), - [aux_sym_identities_only_token1] = ACTIONS(1252), - [aux_sym_identity_agent_token1] = ACTIONS(1252), - [aux_sym_identity_file_token1] = ACTIONS(1252), - [aux_sym_ignore_unknown_token1] = ACTIONS(1252), - [aux_sym_include_token1] = ACTIONS(1252), - [aux_sym_ip_qos_token1] = ACTIONS(1252), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1252), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1252), - [aux_sym_kex_algorithms_token1] = ACTIONS(1252), - [aux_sym_known_hosts_command_token1] = ACTIONS(1252), - [aux_sym_local_command_token1] = ACTIONS(1252), - [aux_sym_local_forward_token1] = ACTIONS(1252), - [aux_sym_log_level_token1] = ACTIONS(1252), - [aux_sym_log_verbose_token1] = ACTIONS(1252), - [aux_sym_macs_token1] = ACTIONS(1252), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1252), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1252), - [aux_sym_password_authentication_token1] = ACTIONS(1252), - [aux_sym_permit_local_command_token1] = ACTIONS(1252), - [aux_sym_permit_remote_open_token1] = ACTIONS(1252), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1252), - [aux_sym_port_token1] = ACTIONS(1252), - [aux_sym_preferred_authentications_token1] = ACTIONS(1252), - [aux_sym_protocol_token1] = ACTIONS(1252), - [aux_sym_proxy_command_token1] = ACTIONS(1252), - [aux_sym_proxy_jump_token1] = ACTIONS(1252), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1252), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1252), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1252), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1252), - [aux_sym_rekey_limit_token1] = ACTIONS(1252), - [aux_sym_remote_command_token1] = ACTIONS(1252), - [aux_sym_remote_forward_token1] = ACTIONS(1252), - [aux_sym_request_tty_token1] = ACTIONS(1252), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1252), - [aux_sym_security_key_provider_token1] = ACTIONS(1252), - [aux_sym_send_env_token1] = ACTIONS(1252), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1252), - [aux_sym_server_alive_interval_token1] = ACTIONS(1252), - [aux_sym_session_type_token1] = ACTIONS(1252), - [aux_sym_set_env_token1] = ACTIONS(1252), - [aux_sym_stdin_null_token1] = ACTIONS(1252), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1252), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1252), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1252), - [aux_sym_syslog_facility_token1] = ACTIONS(1252), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1252), - [aux_sym_keep_alive_token1] = ACTIONS(1252), - [aux_sym_tunnel_token1] = ACTIONS(1254), - [aux_sym_tunnel_device_token1] = ACTIONS(1252), - [aux_sym_update_host_keys_token1] = ACTIONS(1252), - [aux_sym_use_keychain_token1] = ACTIONS(1252), - [aux_sym_use_roaming_token1] = ACTIONS(1252), - [aux_sym_user_token1] = ACTIONS(1254), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1252), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1252), - [aux_sym_visual_host_key_token1] = ACTIONS(1252), - [aux_sym_xauth_location_token1] = ACTIONS(1252), + [ts_builtin_sym_end] = ACTIONS(1257), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1259), + [anon_sym_DQUOTE] = ACTIONS(1261), + [aux_sym_match_token1] = ACTIONS(1257), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1257), + [aux_sym_address_family_token1] = ACTIONS(1257), + [aux_sym_batch_mode_token1] = ACTIONS(1257), + [aux_sym_bind_address_token1] = ACTIONS(1257), + [aux_sym_bind_interface_token1] = ACTIONS(1257), + [aux_sym_canonical_domains_token1] = ACTIONS(1257), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1257), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1257), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1257), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1257), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1257), + [aux_sym_certificate_file_token1] = ACTIONS(1257), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1257), + [aux_sym_check_host_ip_token1] = ACTIONS(1257), + [aux_sym_ciphers_token1] = ACTIONS(1257), + [aux_sym_cipher_token1] = ACTIONS(1259), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1257), + [aux_sym_compression_token1] = ACTIONS(1257), + [aux_sym_connection_attempts_token1] = ACTIONS(1257), + [aux_sym_connect_timeout_token1] = ACTIONS(1257), + [aux_sym_control_master_token1] = ACTIONS(1257), + [aux_sym_control_path_token1] = ACTIONS(1257), + [aux_sym_control_persist_token1] = ACTIONS(1257), + [aux_sym_dynamic_forward_token1] = ACTIONS(1257), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1257), + [aux_sym_escape_char_token1] = ACTIONS(1257), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1257), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1257), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1257), + [aux_sym_forward_agent_token1] = ACTIONS(1257), + [aux_sym_forward_x11_token1] = ACTIONS(1259), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1257), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1257), + [aux_sym_gateway_ports_token1] = ACTIONS(1257), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1257), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1257), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1257), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1257), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1257), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1257), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1257), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1257), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1257), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1257), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1257), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1257), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1257), + [aux_sym_host_key_alias_token1] = ACTIONS(1257), + [aux_sym_hostname_token1] = ACTIONS(1257), + [aux_sym_identities_only_token1] = ACTIONS(1257), + [aux_sym_identity_agent_token1] = ACTIONS(1257), + [aux_sym_identity_file_token1] = ACTIONS(1257), + [aux_sym_ignore_unknown_token1] = ACTIONS(1257), + [aux_sym_include_token1] = ACTIONS(1257), + [aux_sym_ip_qos_token1] = ACTIONS(1257), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1257), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1257), + [aux_sym_kex_algorithms_token1] = ACTIONS(1257), + [aux_sym_known_hosts_command_token1] = ACTIONS(1257), + [aux_sym_local_command_token1] = ACTIONS(1257), + [aux_sym_local_forward_token1] = ACTIONS(1257), + [aux_sym_log_level_token1] = ACTIONS(1257), + [aux_sym_log_verbose_token1] = ACTIONS(1257), + [aux_sym_macs_token1] = ACTIONS(1257), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1257), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1257), + [aux_sym_password_authentication_token1] = ACTIONS(1257), + [aux_sym_permit_local_command_token1] = ACTIONS(1257), + [aux_sym_permit_remote_open_token1] = ACTIONS(1257), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1257), + [aux_sym_port_token1] = ACTIONS(1257), + [aux_sym_preferred_authentications_token1] = ACTIONS(1257), + [aux_sym_protocol_token1] = ACTIONS(1257), + [aux_sym_proxy_command_token1] = ACTIONS(1257), + [aux_sym_proxy_jump_token1] = ACTIONS(1257), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1257), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1257), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1257), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1257), + [aux_sym_rekey_limit_token1] = ACTIONS(1257), + [aux_sym_remote_command_token1] = ACTIONS(1257), + [aux_sym_remote_forward_token1] = ACTIONS(1257), + [aux_sym_request_tty_token1] = ACTIONS(1257), + [aux_sym_required_rsa_size_token1] = ACTIONS(1257), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1257), + [aux_sym_security_key_provider_token1] = ACTIONS(1257), + [aux_sym_send_env_token1] = ACTIONS(1257), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1257), + [aux_sym_server_alive_interval_token1] = ACTIONS(1257), + [aux_sym_session_type_token1] = ACTIONS(1257), + [aux_sym_set_env_token1] = ACTIONS(1257), + [aux_sym_stdin_null_token1] = ACTIONS(1257), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1257), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1257), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1257), + [aux_sym_syslog_facility_token1] = ACTIONS(1257), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1257), + [aux_sym_keep_alive_token1] = ACTIONS(1257), + [aux_sym_tunnel_token1] = ACTIONS(1259), + [aux_sym_tunnel_device_token1] = ACTIONS(1257), + [aux_sym_update_host_keys_token1] = ACTIONS(1257), + [aux_sym_use_keychain_token1] = ACTIONS(1257), + [aux_sym_use_roaming_token1] = ACTIONS(1257), + [aux_sym_user_token1] = ACTIONS(1259), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1257), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1257), + [aux_sym_visual_host_key_token1] = ACTIONS(1257), + [aux_sym_xauth_location_token1] = ACTIONS(1257), }, [121] = { - [ts_builtin_sym_end] = ACTIONS(1258), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1260), - [anon_sym_DQUOTE] = ACTIONS(1262), - [aux_sym_match_token1] = ACTIONS(1258), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1258), - [aux_sym_address_family_token1] = ACTIONS(1258), - [aux_sym_batch_mode_token1] = ACTIONS(1258), - [aux_sym_bind_address_token1] = ACTIONS(1258), - [aux_sym_bind_interface_token1] = ACTIONS(1258), - [aux_sym_canonical_domains_token1] = ACTIONS(1258), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1258), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1258), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1258), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1258), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1258), - [aux_sym_certificate_file_token1] = ACTIONS(1258), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1258), - [aux_sym_check_host_ip_token1] = ACTIONS(1258), - [aux_sym_ciphers_token1] = ACTIONS(1258), - [aux_sym_cipher_token1] = ACTIONS(1260), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1258), - [aux_sym_compression_token1] = ACTIONS(1258), - [aux_sym_connection_attempts_token1] = ACTIONS(1258), - [aux_sym_connect_timeout_token1] = ACTIONS(1258), - [aux_sym_control_master_token1] = ACTIONS(1258), - [aux_sym_control_path_token1] = ACTIONS(1258), - [aux_sym_control_persist_token1] = ACTIONS(1258), - [aux_sym_dynamic_forward_token1] = ACTIONS(1258), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1258), - [aux_sym_escape_char_token1] = ACTIONS(1258), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1258), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1258), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1258), - [aux_sym_forward_agent_token1] = ACTIONS(1258), - [aux_sym_forward_x11_token1] = ACTIONS(1260), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1258), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1258), - [aux_sym_gateway_ports_token1] = ACTIONS(1258), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1258), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1258), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1258), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1258), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1258), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1258), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1258), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1258), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1258), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1258), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1258), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1258), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1258), - [aux_sym_host_key_alias_token1] = ACTIONS(1258), - [aux_sym_hostname_token1] = ACTIONS(1258), - [aux_sym_identities_only_token1] = ACTIONS(1258), - [aux_sym_identity_agent_token1] = ACTIONS(1258), - [aux_sym_identity_file_token1] = ACTIONS(1258), - [aux_sym_ignore_unknown_token1] = ACTIONS(1258), - [aux_sym_include_token1] = ACTIONS(1258), - [aux_sym_ip_qos_token1] = ACTIONS(1258), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1258), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1258), - [aux_sym_kex_algorithms_token1] = ACTIONS(1258), - [aux_sym_known_hosts_command_token1] = ACTIONS(1258), - [aux_sym_local_command_token1] = ACTIONS(1258), - [aux_sym_local_forward_token1] = ACTIONS(1258), - [aux_sym_log_level_token1] = ACTIONS(1258), - [aux_sym_log_verbose_token1] = ACTIONS(1258), - [aux_sym_macs_token1] = ACTIONS(1258), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1258), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1258), - [aux_sym_password_authentication_token1] = ACTIONS(1258), - [aux_sym_permit_local_command_token1] = ACTIONS(1258), - [aux_sym_permit_remote_open_token1] = ACTIONS(1258), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1258), - [aux_sym_port_token1] = ACTIONS(1258), - [aux_sym_preferred_authentications_token1] = ACTIONS(1258), - [aux_sym_protocol_token1] = ACTIONS(1258), - [aux_sym_proxy_command_token1] = ACTIONS(1258), - [aux_sym_proxy_jump_token1] = ACTIONS(1258), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1258), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1258), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1258), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1258), - [aux_sym_rekey_limit_token1] = ACTIONS(1258), - [aux_sym_remote_command_token1] = ACTIONS(1258), - [aux_sym_remote_forward_token1] = ACTIONS(1258), - [aux_sym_request_tty_token1] = ACTIONS(1258), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1258), - [aux_sym_security_key_provider_token1] = ACTIONS(1258), - [aux_sym_send_env_token1] = ACTIONS(1258), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1258), - [aux_sym_server_alive_interval_token1] = ACTIONS(1258), - [aux_sym_session_type_token1] = ACTIONS(1258), - [aux_sym_set_env_token1] = ACTIONS(1258), - [aux_sym_stdin_null_token1] = ACTIONS(1258), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1258), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1258), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1258), - [aux_sym_syslog_facility_token1] = ACTIONS(1258), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1258), - [aux_sym_keep_alive_token1] = ACTIONS(1258), - [aux_sym_tunnel_token1] = ACTIONS(1260), - [aux_sym_tunnel_device_token1] = ACTIONS(1258), - [aux_sym_update_host_keys_token1] = ACTIONS(1258), - [aux_sym_use_keychain_token1] = ACTIONS(1258), - [aux_sym_use_roaming_token1] = ACTIONS(1258), - [aux_sym_user_token1] = ACTIONS(1260), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1258), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1258), - [aux_sym_visual_host_key_token1] = ACTIONS(1258), - [aux_sym_xauth_location_token1] = ACTIONS(1258), + [ts_builtin_sym_end] = ACTIONS(1263), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1265), + [anon_sym_DQUOTE] = ACTIONS(1267), + [aux_sym_match_token1] = ACTIONS(1263), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1263), + [aux_sym_address_family_token1] = ACTIONS(1263), + [aux_sym_batch_mode_token1] = ACTIONS(1263), + [aux_sym_bind_address_token1] = ACTIONS(1263), + [aux_sym_bind_interface_token1] = ACTIONS(1263), + [aux_sym_canonical_domains_token1] = ACTIONS(1263), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1263), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1263), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1263), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1263), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1263), + [aux_sym_certificate_file_token1] = ACTIONS(1263), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1263), + [aux_sym_check_host_ip_token1] = ACTIONS(1263), + [aux_sym_ciphers_token1] = ACTIONS(1263), + [aux_sym_cipher_token1] = ACTIONS(1265), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1263), + [aux_sym_compression_token1] = ACTIONS(1263), + [aux_sym_connection_attempts_token1] = ACTIONS(1263), + [aux_sym_connect_timeout_token1] = ACTIONS(1263), + [aux_sym_control_master_token1] = ACTIONS(1263), + [aux_sym_control_path_token1] = ACTIONS(1263), + [aux_sym_control_persist_token1] = ACTIONS(1263), + [aux_sym_dynamic_forward_token1] = ACTIONS(1263), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1263), + [aux_sym_escape_char_token1] = ACTIONS(1263), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1263), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1263), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1263), + [aux_sym_forward_agent_token1] = ACTIONS(1263), + [aux_sym_forward_x11_token1] = ACTIONS(1265), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1263), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1263), + [aux_sym_gateway_ports_token1] = ACTIONS(1263), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1263), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1263), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1263), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1263), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1263), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1263), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1263), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1263), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1263), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1263), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1263), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1263), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1263), + [aux_sym_host_key_alias_token1] = ACTIONS(1263), + [aux_sym_hostname_token1] = ACTIONS(1263), + [aux_sym_identities_only_token1] = ACTIONS(1263), + [aux_sym_identity_agent_token1] = ACTIONS(1263), + [aux_sym_identity_file_token1] = ACTIONS(1263), + [aux_sym_ignore_unknown_token1] = ACTIONS(1263), + [aux_sym_include_token1] = ACTIONS(1263), + [aux_sym_ip_qos_token1] = ACTIONS(1263), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1263), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1263), + [aux_sym_kex_algorithms_token1] = ACTIONS(1263), + [aux_sym_known_hosts_command_token1] = ACTIONS(1263), + [aux_sym_local_command_token1] = ACTIONS(1263), + [aux_sym_local_forward_token1] = ACTIONS(1263), + [aux_sym_log_level_token1] = ACTIONS(1263), + [aux_sym_log_verbose_token1] = ACTIONS(1263), + [aux_sym_macs_token1] = ACTIONS(1263), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1263), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1263), + [aux_sym_password_authentication_token1] = ACTIONS(1263), + [aux_sym_permit_local_command_token1] = ACTIONS(1263), + [aux_sym_permit_remote_open_token1] = ACTIONS(1263), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1263), + [aux_sym_port_token1] = ACTIONS(1263), + [aux_sym_preferred_authentications_token1] = ACTIONS(1263), + [aux_sym_protocol_token1] = ACTIONS(1263), + [aux_sym_proxy_command_token1] = ACTIONS(1263), + [aux_sym_proxy_jump_token1] = ACTIONS(1263), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1263), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1263), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1263), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1263), + [aux_sym_rekey_limit_token1] = ACTIONS(1263), + [aux_sym_remote_command_token1] = ACTIONS(1263), + [aux_sym_remote_forward_token1] = ACTIONS(1263), + [aux_sym_request_tty_token1] = ACTIONS(1263), + [aux_sym_required_rsa_size_token1] = ACTIONS(1263), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1263), + [aux_sym_security_key_provider_token1] = ACTIONS(1263), + [aux_sym_send_env_token1] = ACTIONS(1263), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1263), + [aux_sym_server_alive_interval_token1] = ACTIONS(1263), + [aux_sym_session_type_token1] = ACTIONS(1263), + [aux_sym_set_env_token1] = ACTIONS(1263), + [aux_sym_stdin_null_token1] = ACTIONS(1263), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1263), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1263), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1263), + [aux_sym_syslog_facility_token1] = ACTIONS(1263), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1263), + [aux_sym_keep_alive_token1] = ACTIONS(1263), + [aux_sym_tunnel_token1] = ACTIONS(1265), + [aux_sym_tunnel_device_token1] = ACTIONS(1263), + [aux_sym_update_host_keys_token1] = ACTIONS(1263), + [aux_sym_use_keychain_token1] = ACTIONS(1263), + [aux_sym_use_roaming_token1] = ACTIONS(1263), + [aux_sym_user_token1] = ACTIONS(1265), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1263), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1263), + [aux_sym_visual_host_key_token1] = ACTIONS(1263), + [aux_sym_xauth_location_token1] = ACTIONS(1263), }, [122] = { - [ts_builtin_sym_end] = ACTIONS(1264), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1266), - [anon_sym_DQUOTE] = ACTIONS(1268), - [aux_sym_match_token1] = ACTIONS(1264), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1264), - [aux_sym_address_family_token1] = ACTIONS(1264), - [aux_sym_batch_mode_token1] = ACTIONS(1264), - [aux_sym_bind_address_token1] = ACTIONS(1264), - [aux_sym_bind_interface_token1] = ACTIONS(1264), - [aux_sym_canonical_domains_token1] = ACTIONS(1264), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1264), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1264), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1264), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1264), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1264), - [aux_sym_certificate_file_token1] = ACTIONS(1264), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1264), - [aux_sym_check_host_ip_token1] = ACTIONS(1264), - [aux_sym_ciphers_token1] = ACTIONS(1264), - [aux_sym_cipher_token1] = ACTIONS(1266), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1264), - [aux_sym_compression_token1] = ACTIONS(1264), - [aux_sym_connection_attempts_token1] = ACTIONS(1264), - [aux_sym_connect_timeout_token1] = ACTIONS(1264), - [aux_sym_control_master_token1] = ACTIONS(1264), - [aux_sym_control_path_token1] = ACTIONS(1264), - [aux_sym_control_persist_token1] = ACTIONS(1264), - [aux_sym_dynamic_forward_token1] = ACTIONS(1264), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1264), - [aux_sym_escape_char_token1] = ACTIONS(1264), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1264), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1264), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1264), - [aux_sym_forward_agent_token1] = ACTIONS(1264), - [aux_sym_forward_x11_token1] = ACTIONS(1266), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1264), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1264), - [aux_sym_gateway_ports_token1] = ACTIONS(1264), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1264), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1264), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1264), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1264), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1264), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1264), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1264), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1264), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1264), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1264), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1264), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1264), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1264), - [aux_sym_host_key_alias_token1] = ACTIONS(1264), - [aux_sym_hostname_token1] = ACTIONS(1264), - [aux_sym_identities_only_token1] = ACTIONS(1264), - [aux_sym_identity_agent_token1] = ACTIONS(1264), - [aux_sym_identity_file_token1] = ACTIONS(1264), - [aux_sym_ignore_unknown_token1] = ACTIONS(1264), - [aux_sym_include_token1] = ACTIONS(1264), - [aux_sym_ip_qos_token1] = ACTIONS(1264), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1264), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1264), - [aux_sym_kex_algorithms_token1] = ACTIONS(1264), - [aux_sym_known_hosts_command_token1] = ACTIONS(1264), - [aux_sym_local_command_token1] = ACTIONS(1264), - [aux_sym_local_forward_token1] = ACTIONS(1264), - [aux_sym_log_level_token1] = ACTIONS(1264), - [aux_sym_log_verbose_token1] = ACTIONS(1264), - [aux_sym_macs_token1] = ACTIONS(1264), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1264), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1264), - [aux_sym_password_authentication_token1] = ACTIONS(1264), - [aux_sym_permit_local_command_token1] = ACTIONS(1264), - [aux_sym_permit_remote_open_token1] = ACTIONS(1264), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1264), - [aux_sym_port_token1] = ACTIONS(1264), - [aux_sym_preferred_authentications_token1] = ACTIONS(1264), - [aux_sym_protocol_token1] = ACTIONS(1264), - [aux_sym_proxy_command_token1] = ACTIONS(1264), - [aux_sym_proxy_jump_token1] = ACTIONS(1264), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1264), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1264), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1264), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1264), - [aux_sym_rekey_limit_token1] = ACTIONS(1264), - [aux_sym_remote_command_token1] = ACTIONS(1264), - [aux_sym_remote_forward_token1] = ACTIONS(1264), - [aux_sym_request_tty_token1] = ACTIONS(1264), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1264), - [aux_sym_security_key_provider_token1] = ACTIONS(1264), - [aux_sym_send_env_token1] = ACTIONS(1264), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1264), - [aux_sym_server_alive_interval_token1] = ACTIONS(1264), - [aux_sym_session_type_token1] = ACTIONS(1264), - [aux_sym_set_env_token1] = ACTIONS(1264), - [aux_sym_stdin_null_token1] = ACTIONS(1264), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1264), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1264), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1264), - [aux_sym_syslog_facility_token1] = ACTIONS(1264), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1264), - [aux_sym_keep_alive_token1] = ACTIONS(1264), - [aux_sym_tunnel_token1] = ACTIONS(1266), - [aux_sym_tunnel_device_token1] = ACTIONS(1264), - [aux_sym_update_host_keys_token1] = ACTIONS(1264), - [aux_sym_use_keychain_token1] = ACTIONS(1264), - [aux_sym_use_roaming_token1] = ACTIONS(1264), - [aux_sym_user_token1] = ACTIONS(1266), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1264), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1264), - [aux_sym_visual_host_key_token1] = ACTIONS(1264), - [aux_sym_xauth_location_token1] = ACTIONS(1264), + [ts_builtin_sym_end] = ACTIONS(1269), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1271), + [anon_sym_DQUOTE] = ACTIONS(1273), + [aux_sym_match_token1] = ACTIONS(1269), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1269), + [aux_sym_address_family_token1] = ACTIONS(1269), + [aux_sym_batch_mode_token1] = ACTIONS(1269), + [aux_sym_bind_address_token1] = ACTIONS(1269), + [aux_sym_bind_interface_token1] = ACTIONS(1269), + [aux_sym_canonical_domains_token1] = ACTIONS(1269), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1269), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1269), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1269), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1269), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1269), + [aux_sym_certificate_file_token1] = ACTIONS(1269), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1269), + [aux_sym_check_host_ip_token1] = ACTIONS(1269), + [aux_sym_ciphers_token1] = ACTIONS(1269), + [aux_sym_cipher_token1] = ACTIONS(1271), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1269), + [aux_sym_compression_token1] = ACTIONS(1269), + [aux_sym_connection_attempts_token1] = ACTIONS(1269), + [aux_sym_connect_timeout_token1] = ACTIONS(1269), + [aux_sym_control_master_token1] = ACTIONS(1269), + [aux_sym_control_path_token1] = ACTIONS(1269), + [aux_sym_control_persist_token1] = ACTIONS(1269), + [aux_sym_dynamic_forward_token1] = ACTIONS(1269), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1269), + [aux_sym_escape_char_token1] = ACTIONS(1269), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1269), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1269), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1269), + [aux_sym_forward_agent_token1] = ACTIONS(1269), + [aux_sym_forward_x11_token1] = ACTIONS(1271), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1269), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1269), + [aux_sym_gateway_ports_token1] = ACTIONS(1269), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1269), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1269), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1269), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1269), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1269), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1269), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1269), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1269), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1269), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1269), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1269), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1269), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1269), + [aux_sym_host_key_alias_token1] = ACTIONS(1269), + [aux_sym_hostname_token1] = ACTIONS(1269), + [aux_sym_identities_only_token1] = ACTIONS(1269), + [aux_sym_identity_agent_token1] = ACTIONS(1269), + [aux_sym_identity_file_token1] = ACTIONS(1269), + [aux_sym_ignore_unknown_token1] = ACTIONS(1269), + [aux_sym_include_token1] = ACTIONS(1269), + [aux_sym_ip_qos_token1] = ACTIONS(1269), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1269), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1269), + [aux_sym_kex_algorithms_token1] = ACTIONS(1269), + [aux_sym_known_hosts_command_token1] = ACTIONS(1269), + [aux_sym_local_command_token1] = ACTIONS(1269), + [aux_sym_local_forward_token1] = ACTIONS(1269), + [aux_sym_log_level_token1] = ACTIONS(1269), + [aux_sym_log_verbose_token1] = ACTIONS(1269), + [aux_sym_macs_token1] = ACTIONS(1269), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1269), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1269), + [aux_sym_password_authentication_token1] = ACTIONS(1269), + [aux_sym_permit_local_command_token1] = ACTIONS(1269), + [aux_sym_permit_remote_open_token1] = ACTIONS(1269), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1269), + [aux_sym_port_token1] = ACTIONS(1269), + [aux_sym_preferred_authentications_token1] = ACTIONS(1269), + [aux_sym_protocol_token1] = ACTIONS(1269), + [aux_sym_proxy_command_token1] = ACTIONS(1269), + [aux_sym_proxy_jump_token1] = ACTIONS(1269), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1269), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1269), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1269), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1269), + [aux_sym_rekey_limit_token1] = ACTIONS(1269), + [aux_sym_remote_command_token1] = ACTIONS(1269), + [aux_sym_remote_forward_token1] = ACTIONS(1269), + [aux_sym_request_tty_token1] = ACTIONS(1269), + [aux_sym_required_rsa_size_token1] = ACTIONS(1269), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1269), + [aux_sym_security_key_provider_token1] = ACTIONS(1269), + [aux_sym_send_env_token1] = ACTIONS(1269), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1269), + [aux_sym_server_alive_interval_token1] = ACTIONS(1269), + [aux_sym_session_type_token1] = ACTIONS(1269), + [aux_sym_set_env_token1] = ACTIONS(1269), + [aux_sym_stdin_null_token1] = ACTIONS(1269), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1269), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1269), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1269), + [aux_sym_syslog_facility_token1] = ACTIONS(1269), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1269), + [aux_sym_keep_alive_token1] = ACTIONS(1269), + [aux_sym_tunnel_token1] = ACTIONS(1271), + [aux_sym_tunnel_device_token1] = ACTIONS(1269), + [aux_sym_update_host_keys_token1] = ACTIONS(1269), + [aux_sym_use_keychain_token1] = ACTIONS(1269), + [aux_sym_use_roaming_token1] = ACTIONS(1269), + [aux_sym_user_token1] = ACTIONS(1271), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1269), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1269), + [aux_sym_visual_host_key_token1] = ACTIONS(1269), + [aux_sym_xauth_location_token1] = ACTIONS(1269), }, [123] = { - [ts_builtin_sym_end] = ACTIONS(1270), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1272), - [anon_sym_DQUOTE] = ACTIONS(1274), - [aux_sym_match_token1] = ACTIONS(1270), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1270), - [aux_sym_address_family_token1] = ACTIONS(1270), - [aux_sym_batch_mode_token1] = ACTIONS(1270), - [aux_sym_bind_address_token1] = ACTIONS(1270), - [aux_sym_bind_interface_token1] = ACTIONS(1270), - [aux_sym_canonical_domains_token1] = ACTIONS(1270), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1270), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1270), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1270), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1270), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1270), - [aux_sym_certificate_file_token1] = ACTIONS(1270), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1270), - [aux_sym_check_host_ip_token1] = ACTIONS(1270), - [aux_sym_ciphers_token1] = ACTIONS(1270), - [aux_sym_cipher_token1] = ACTIONS(1272), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1270), - [aux_sym_compression_token1] = ACTIONS(1270), - [aux_sym_connection_attempts_token1] = ACTIONS(1270), - [aux_sym_connect_timeout_token1] = ACTIONS(1270), - [aux_sym_control_master_token1] = ACTIONS(1270), - [aux_sym_control_path_token1] = ACTIONS(1270), - [aux_sym_control_persist_token1] = ACTIONS(1270), - [aux_sym_dynamic_forward_token1] = ACTIONS(1270), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1270), - [aux_sym_escape_char_token1] = ACTIONS(1270), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1270), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1270), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1270), - [aux_sym_forward_agent_token1] = ACTIONS(1270), - [aux_sym_forward_x11_token1] = ACTIONS(1272), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1270), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1270), - [aux_sym_gateway_ports_token1] = ACTIONS(1270), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1270), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1270), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1270), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1270), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1270), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1270), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1270), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1270), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1270), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1270), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1270), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1270), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1270), - [aux_sym_host_key_alias_token1] = ACTIONS(1270), - [aux_sym_hostname_token1] = ACTIONS(1270), - [aux_sym_identities_only_token1] = ACTIONS(1270), - [aux_sym_identity_agent_token1] = ACTIONS(1270), - [aux_sym_identity_file_token1] = ACTIONS(1270), - [aux_sym_ignore_unknown_token1] = ACTIONS(1270), - [aux_sym_include_token1] = ACTIONS(1270), - [aux_sym_ip_qos_token1] = ACTIONS(1270), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1270), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1270), - [aux_sym_kex_algorithms_token1] = ACTIONS(1270), - [aux_sym_known_hosts_command_token1] = ACTIONS(1270), - [aux_sym_local_command_token1] = ACTIONS(1270), - [aux_sym_local_forward_token1] = ACTIONS(1270), - [aux_sym_log_level_token1] = ACTIONS(1270), - [aux_sym_log_verbose_token1] = ACTIONS(1270), - [aux_sym_macs_token1] = ACTIONS(1270), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1270), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1270), - [aux_sym_password_authentication_token1] = ACTIONS(1270), - [aux_sym_permit_local_command_token1] = ACTIONS(1270), - [aux_sym_permit_remote_open_token1] = ACTIONS(1270), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1270), - [aux_sym_port_token1] = ACTIONS(1270), - [aux_sym_preferred_authentications_token1] = ACTIONS(1270), - [aux_sym_protocol_token1] = ACTIONS(1270), - [aux_sym_proxy_command_token1] = ACTIONS(1270), - [aux_sym_proxy_jump_token1] = ACTIONS(1270), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1270), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1270), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1270), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1270), - [aux_sym_rekey_limit_token1] = ACTIONS(1270), - [aux_sym_remote_command_token1] = ACTIONS(1270), - [aux_sym_remote_forward_token1] = ACTIONS(1270), - [aux_sym_request_tty_token1] = ACTIONS(1270), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1270), - [aux_sym_security_key_provider_token1] = ACTIONS(1270), - [aux_sym_send_env_token1] = ACTIONS(1270), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1270), - [aux_sym_server_alive_interval_token1] = ACTIONS(1270), - [aux_sym_session_type_token1] = ACTIONS(1270), - [aux_sym_set_env_token1] = ACTIONS(1270), - [aux_sym_stdin_null_token1] = ACTIONS(1270), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1270), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1270), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1270), - [aux_sym_syslog_facility_token1] = ACTIONS(1270), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1270), - [aux_sym_keep_alive_token1] = ACTIONS(1270), - [aux_sym_tunnel_token1] = ACTIONS(1272), - [aux_sym_tunnel_device_token1] = ACTIONS(1270), - [aux_sym_update_host_keys_token1] = ACTIONS(1270), - [aux_sym_use_keychain_token1] = ACTIONS(1270), - [aux_sym_use_roaming_token1] = ACTIONS(1270), - [aux_sym_user_token1] = ACTIONS(1272), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1270), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1270), - [aux_sym_visual_host_key_token1] = ACTIONS(1270), - [aux_sym_xauth_location_token1] = ACTIONS(1270), + [ts_builtin_sym_end] = ACTIONS(1275), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1277), + [anon_sym_DQUOTE] = ACTIONS(1279), + [aux_sym_match_token1] = ACTIONS(1275), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1275), + [aux_sym_address_family_token1] = ACTIONS(1275), + [aux_sym_batch_mode_token1] = ACTIONS(1275), + [aux_sym_bind_address_token1] = ACTIONS(1275), + [aux_sym_bind_interface_token1] = ACTIONS(1275), + [aux_sym_canonical_domains_token1] = ACTIONS(1275), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1275), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1275), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1275), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1275), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1275), + [aux_sym_certificate_file_token1] = ACTIONS(1275), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1275), + [aux_sym_check_host_ip_token1] = ACTIONS(1275), + [aux_sym_ciphers_token1] = ACTIONS(1275), + [aux_sym_cipher_token1] = ACTIONS(1277), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1275), + [aux_sym_compression_token1] = ACTIONS(1275), + [aux_sym_connection_attempts_token1] = ACTIONS(1275), + [aux_sym_connect_timeout_token1] = ACTIONS(1275), + [aux_sym_control_master_token1] = ACTIONS(1275), + [aux_sym_control_path_token1] = ACTIONS(1275), + [aux_sym_control_persist_token1] = ACTIONS(1275), + [aux_sym_dynamic_forward_token1] = ACTIONS(1275), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1275), + [aux_sym_escape_char_token1] = ACTIONS(1275), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1275), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1275), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1275), + [aux_sym_forward_agent_token1] = ACTIONS(1275), + [aux_sym_forward_x11_token1] = ACTIONS(1277), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1275), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1275), + [aux_sym_gateway_ports_token1] = ACTIONS(1275), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1275), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1275), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1275), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1275), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1275), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1275), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1275), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1275), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1275), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1275), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1275), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1275), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1275), + [aux_sym_host_key_alias_token1] = ACTIONS(1275), + [aux_sym_hostname_token1] = ACTIONS(1275), + [aux_sym_identities_only_token1] = ACTIONS(1275), + [aux_sym_identity_agent_token1] = ACTIONS(1275), + [aux_sym_identity_file_token1] = ACTIONS(1275), + [aux_sym_ignore_unknown_token1] = ACTIONS(1275), + [aux_sym_include_token1] = ACTIONS(1275), + [aux_sym_ip_qos_token1] = ACTIONS(1275), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1275), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1275), + [aux_sym_kex_algorithms_token1] = ACTIONS(1275), + [aux_sym_known_hosts_command_token1] = ACTIONS(1275), + [aux_sym_local_command_token1] = ACTIONS(1275), + [aux_sym_local_forward_token1] = ACTIONS(1275), + [aux_sym_log_level_token1] = ACTIONS(1275), + [aux_sym_log_verbose_token1] = ACTIONS(1275), + [aux_sym_macs_token1] = ACTIONS(1275), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1275), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1275), + [aux_sym_password_authentication_token1] = ACTIONS(1275), + [aux_sym_permit_local_command_token1] = ACTIONS(1275), + [aux_sym_permit_remote_open_token1] = ACTIONS(1275), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1275), + [aux_sym_port_token1] = ACTIONS(1275), + [aux_sym_preferred_authentications_token1] = ACTIONS(1275), + [aux_sym_protocol_token1] = ACTIONS(1275), + [aux_sym_proxy_command_token1] = ACTIONS(1275), + [aux_sym_proxy_jump_token1] = ACTIONS(1275), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1275), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1275), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1275), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1275), + [aux_sym_rekey_limit_token1] = ACTIONS(1275), + [aux_sym_remote_command_token1] = ACTIONS(1275), + [aux_sym_remote_forward_token1] = ACTIONS(1275), + [aux_sym_request_tty_token1] = ACTIONS(1275), + [aux_sym_required_rsa_size_token1] = ACTIONS(1275), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1275), + [aux_sym_security_key_provider_token1] = ACTIONS(1275), + [aux_sym_send_env_token1] = ACTIONS(1275), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1275), + [aux_sym_server_alive_interval_token1] = ACTIONS(1275), + [aux_sym_session_type_token1] = ACTIONS(1275), + [aux_sym_set_env_token1] = ACTIONS(1275), + [aux_sym_stdin_null_token1] = ACTIONS(1275), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1275), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1275), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1275), + [aux_sym_syslog_facility_token1] = ACTIONS(1275), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1275), + [aux_sym_keep_alive_token1] = ACTIONS(1275), + [aux_sym_tunnel_token1] = ACTIONS(1277), + [aux_sym_tunnel_device_token1] = ACTIONS(1275), + [aux_sym_update_host_keys_token1] = ACTIONS(1275), + [aux_sym_use_keychain_token1] = ACTIONS(1275), + [aux_sym_use_roaming_token1] = ACTIONS(1275), + [aux_sym_user_token1] = ACTIONS(1277), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1275), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1275), + [aux_sym_visual_host_key_token1] = ACTIONS(1275), + [aux_sym_xauth_location_token1] = ACTIONS(1275), }, [124] = { - [ts_builtin_sym_end] = ACTIONS(1276), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1278), - [anon_sym_DQUOTE] = ACTIONS(1280), - [aux_sym_match_token1] = ACTIONS(1276), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1276), - [aux_sym_address_family_token1] = ACTIONS(1276), - [aux_sym_batch_mode_token1] = ACTIONS(1276), - [aux_sym_bind_address_token1] = ACTIONS(1276), - [aux_sym_bind_interface_token1] = ACTIONS(1276), - [aux_sym_canonical_domains_token1] = ACTIONS(1276), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1276), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1276), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1276), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1276), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1276), - [aux_sym_certificate_file_token1] = ACTIONS(1276), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1276), - [aux_sym_check_host_ip_token1] = ACTIONS(1276), - [aux_sym_ciphers_token1] = ACTIONS(1276), - [aux_sym_cipher_token1] = ACTIONS(1278), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1276), - [aux_sym_compression_token1] = ACTIONS(1276), - [aux_sym_connection_attempts_token1] = ACTIONS(1276), - [aux_sym_connect_timeout_token1] = ACTIONS(1276), - [aux_sym_control_master_token1] = ACTIONS(1276), - [aux_sym_control_path_token1] = ACTIONS(1276), - [aux_sym_control_persist_token1] = ACTIONS(1276), - [aux_sym_dynamic_forward_token1] = ACTIONS(1276), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1276), - [aux_sym_escape_char_token1] = ACTIONS(1276), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1276), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1276), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1276), - [aux_sym_forward_agent_token1] = ACTIONS(1276), - [aux_sym_forward_x11_token1] = ACTIONS(1278), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1276), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1276), - [aux_sym_gateway_ports_token1] = ACTIONS(1276), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1276), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1276), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1276), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1276), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1276), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1276), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1276), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1276), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1276), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1276), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1276), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1276), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1276), - [aux_sym_host_key_alias_token1] = ACTIONS(1276), - [aux_sym_hostname_token1] = ACTIONS(1276), - [aux_sym_identities_only_token1] = ACTIONS(1276), - [aux_sym_identity_agent_token1] = ACTIONS(1276), - [aux_sym_identity_file_token1] = ACTIONS(1276), - [aux_sym_ignore_unknown_token1] = ACTIONS(1276), - [aux_sym_include_token1] = ACTIONS(1276), - [aux_sym_ip_qos_token1] = ACTIONS(1276), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1276), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1276), - [aux_sym_kex_algorithms_token1] = ACTIONS(1276), - [aux_sym_known_hosts_command_token1] = ACTIONS(1276), - [aux_sym_local_command_token1] = ACTIONS(1276), - [aux_sym_local_forward_token1] = ACTIONS(1276), - [aux_sym_log_level_token1] = ACTIONS(1276), - [aux_sym_log_verbose_token1] = ACTIONS(1276), - [aux_sym_macs_token1] = ACTIONS(1276), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1276), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1276), - [aux_sym_password_authentication_token1] = ACTIONS(1276), - [aux_sym_permit_local_command_token1] = ACTIONS(1276), - [aux_sym_permit_remote_open_token1] = ACTIONS(1276), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1276), - [aux_sym_port_token1] = ACTIONS(1276), - [aux_sym_preferred_authentications_token1] = ACTIONS(1276), - [aux_sym_protocol_token1] = ACTIONS(1276), - [aux_sym_proxy_command_token1] = ACTIONS(1276), - [aux_sym_proxy_jump_token1] = ACTIONS(1276), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1276), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1276), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1276), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1276), - [aux_sym_rekey_limit_token1] = ACTIONS(1276), - [aux_sym_remote_command_token1] = ACTIONS(1276), - [aux_sym_remote_forward_token1] = ACTIONS(1276), - [aux_sym_request_tty_token1] = ACTIONS(1276), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1276), - [aux_sym_security_key_provider_token1] = ACTIONS(1276), - [aux_sym_send_env_token1] = ACTIONS(1276), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1276), - [aux_sym_server_alive_interval_token1] = ACTIONS(1276), - [aux_sym_session_type_token1] = ACTIONS(1276), - [aux_sym_set_env_token1] = ACTIONS(1276), - [aux_sym_stdin_null_token1] = ACTIONS(1276), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1276), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1276), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1276), - [aux_sym_syslog_facility_token1] = ACTIONS(1276), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1276), - [aux_sym_keep_alive_token1] = ACTIONS(1276), - [aux_sym_tunnel_token1] = ACTIONS(1278), - [aux_sym_tunnel_device_token1] = ACTIONS(1276), - [aux_sym_update_host_keys_token1] = ACTIONS(1276), - [aux_sym_use_keychain_token1] = ACTIONS(1276), - [aux_sym_use_roaming_token1] = ACTIONS(1276), - [aux_sym_user_token1] = ACTIONS(1278), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1276), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1276), - [aux_sym_visual_host_key_token1] = ACTIONS(1276), - [aux_sym_xauth_location_token1] = ACTIONS(1276), + [ts_builtin_sym_end] = ACTIONS(1281), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1283), + [anon_sym_DQUOTE] = ACTIONS(1285), + [aux_sym_match_token1] = ACTIONS(1281), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1281), + [aux_sym_address_family_token1] = ACTIONS(1281), + [aux_sym_batch_mode_token1] = ACTIONS(1281), + [aux_sym_bind_address_token1] = ACTIONS(1281), + [aux_sym_bind_interface_token1] = ACTIONS(1281), + [aux_sym_canonical_domains_token1] = ACTIONS(1281), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1281), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1281), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1281), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1281), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1281), + [aux_sym_certificate_file_token1] = ACTIONS(1281), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1281), + [aux_sym_check_host_ip_token1] = ACTIONS(1281), + [aux_sym_ciphers_token1] = ACTIONS(1281), + [aux_sym_cipher_token1] = ACTIONS(1283), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1281), + [aux_sym_compression_token1] = ACTIONS(1281), + [aux_sym_connection_attempts_token1] = ACTIONS(1281), + [aux_sym_connect_timeout_token1] = ACTIONS(1281), + [aux_sym_control_master_token1] = ACTIONS(1281), + [aux_sym_control_path_token1] = ACTIONS(1281), + [aux_sym_control_persist_token1] = ACTIONS(1281), + [aux_sym_dynamic_forward_token1] = ACTIONS(1281), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1281), + [aux_sym_escape_char_token1] = ACTIONS(1281), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1281), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1281), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1281), + [aux_sym_forward_agent_token1] = ACTIONS(1281), + [aux_sym_forward_x11_token1] = ACTIONS(1283), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1281), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1281), + [aux_sym_gateway_ports_token1] = ACTIONS(1281), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1281), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1281), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1281), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1281), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1281), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1281), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1281), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1281), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1281), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1281), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1281), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1281), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1281), + [aux_sym_host_key_alias_token1] = ACTIONS(1281), + [aux_sym_hostname_token1] = ACTIONS(1281), + [aux_sym_identities_only_token1] = ACTIONS(1281), + [aux_sym_identity_agent_token1] = ACTIONS(1281), + [aux_sym_identity_file_token1] = ACTIONS(1281), + [aux_sym_ignore_unknown_token1] = ACTIONS(1281), + [aux_sym_include_token1] = ACTIONS(1281), + [aux_sym_ip_qos_token1] = ACTIONS(1281), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1281), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1281), + [aux_sym_kex_algorithms_token1] = ACTIONS(1281), + [aux_sym_known_hosts_command_token1] = ACTIONS(1281), + [aux_sym_local_command_token1] = ACTIONS(1281), + [aux_sym_local_forward_token1] = ACTIONS(1281), + [aux_sym_log_level_token1] = ACTIONS(1281), + [aux_sym_log_verbose_token1] = ACTIONS(1281), + [aux_sym_macs_token1] = ACTIONS(1281), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1281), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1281), + [aux_sym_password_authentication_token1] = ACTIONS(1281), + [aux_sym_permit_local_command_token1] = ACTIONS(1281), + [aux_sym_permit_remote_open_token1] = ACTIONS(1281), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1281), + [aux_sym_port_token1] = ACTIONS(1281), + [aux_sym_preferred_authentications_token1] = ACTIONS(1281), + [aux_sym_protocol_token1] = ACTIONS(1281), + [aux_sym_proxy_command_token1] = ACTIONS(1281), + [aux_sym_proxy_jump_token1] = ACTIONS(1281), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1281), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1281), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1281), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1281), + [aux_sym_rekey_limit_token1] = ACTIONS(1281), + [aux_sym_remote_command_token1] = ACTIONS(1281), + [aux_sym_remote_forward_token1] = ACTIONS(1281), + [aux_sym_request_tty_token1] = ACTIONS(1281), + [aux_sym_required_rsa_size_token1] = ACTIONS(1281), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1281), + [aux_sym_security_key_provider_token1] = ACTIONS(1281), + [aux_sym_send_env_token1] = ACTIONS(1281), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1281), + [aux_sym_server_alive_interval_token1] = ACTIONS(1281), + [aux_sym_session_type_token1] = ACTIONS(1281), + [aux_sym_set_env_token1] = ACTIONS(1281), + [aux_sym_stdin_null_token1] = ACTIONS(1281), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1281), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1281), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1281), + [aux_sym_syslog_facility_token1] = ACTIONS(1281), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1281), + [aux_sym_keep_alive_token1] = ACTIONS(1281), + [aux_sym_tunnel_token1] = ACTIONS(1283), + [aux_sym_tunnel_device_token1] = ACTIONS(1281), + [aux_sym_update_host_keys_token1] = ACTIONS(1281), + [aux_sym_use_keychain_token1] = ACTIONS(1281), + [aux_sym_use_roaming_token1] = ACTIONS(1281), + [aux_sym_user_token1] = ACTIONS(1283), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1281), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1281), + [aux_sym_visual_host_key_token1] = ACTIONS(1281), + [aux_sym_xauth_location_token1] = ACTIONS(1281), }, [125] = { - [ts_builtin_sym_end] = ACTIONS(1282), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1284), - [anon_sym_DQUOTE] = ACTIONS(1286), - [aux_sym_match_token1] = ACTIONS(1282), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1282), - [aux_sym_address_family_token1] = ACTIONS(1282), - [aux_sym_batch_mode_token1] = ACTIONS(1282), - [aux_sym_bind_address_token1] = ACTIONS(1282), - [aux_sym_bind_interface_token1] = ACTIONS(1282), - [aux_sym_canonical_domains_token1] = ACTIONS(1282), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1282), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1282), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1282), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1282), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1282), - [aux_sym_certificate_file_token1] = ACTIONS(1282), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1282), - [aux_sym_check_host_ip_token1] = ACTIONS(1282), - [aux_sym_ciphers_token1] = ACTIONS(1282), - [aux_sym_cipher_token1] = ACTIONS(1284), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1282), - [aux_sym_compression_token1] = ACTIONS(1282), - [aux_sym_connection_attempts_token1] = ACTIONS(1282), - [aux_sym_connect_timeout_token1] = ACTIONS(1282), - [aux_sym_control_master_token1] = ACTIONS(1282), - [aux_sym_control_path_token1] = ACTIONS(1282), - [aux_sym_control_persist_token1] = ACTIONS(1282), - [aux_sym_dynamic_forward_token1] = ACTIONS(1282), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1282), - [aux_sym_escape_char_token1] = ACTIONS(1282), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1282), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1282), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1282), - [aux_sym_forward_agent_token1] = ACTIONS(1282), - [aux_sym_forward_x11_token1] = ACTIONS(1284), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1282), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1282), - [aux_sym_gateway_ports_token1] = ACTIONS(1282), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1282), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1282), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1282), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1282), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1282), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1282), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1282), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1282), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1282), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1282), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1282), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1282), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1282), - [aux_sym_host_key_alias_token1] = ACTIONS(1282), - [aux_sym_hostname_token1] = ACTIONS(1282), - [aux_sym_identities_only_token1] = ACTIONS(1282), - [aux_sym_identity_agent_token1] = ACTIONS(1282), - [aux_sym_identity_file_token1] = ACTIONS(1282), - [aux_sym_ignore_unknown_token1] = ACTIONS(1282), - [aux_sym_include_token1] = ACTIONS(1282), - [aux_sym_ip_qos_token1] = ACTIONS(1282), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1282), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1282), - [aux_sym_kex_algorithms_token1] = ACTIONS(1282), - [aux_sym_known_hosts_command_token1] = ACTIONS(1282), - [aux_sym_local_command_token1] = ACTIONS(1282), - [aux_sym_local_forward_token1] = ACTIONS(1282), - [aux_sym_log_level_token1] = ACTIONS(1282), - [aux_sym_log_verbose_token1] = ACTIONS(1282), - [aux_sym_macs_token1] = ACTIONS(1282), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1282), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1282), - [aux_sym_password_authentication_token1] = ACTIONS(1282), - [aux_sym_permit_local_command_token1] = ACTIONS(1282), - [aux_sym_permit_remote_open_token1] = ACTIONS(1282), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1282), - [aux_sym_port_token1] = ACTIONS(1282), - [aux_sym_preferred_authentications_token1] = ACTIONS(1282), - [aux_sym_protocol_token1] = ACTIONS(1282), - [aux_sym_proxy_command_token1] = ACTIONS(1282), - [aux_sym_proxy_jump_token1] = ACTIONS(1282), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1282), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1282), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1282), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1282), - [aux_sym_rekey_limit_token1] = ACTIONS(1282), - [aux_sym_remote_command_token1] = ACTIONS(1282), - [aux_sym_remote_forward_token1] = ACTIONS(1282), - [aux_sym_request_tty_token1] = ACTIONS(1282), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1282), - [aux_sym_security_key_provider_token1] = ACTIONS(1282), - [aux_sym_send_env_token1] = ACTIONS(1282), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1282), - [aux_sym_server_alive_interval_token1] = ACTIONS(1282), - [aux_sym_session_type_token1] = ACTIONS(1282), - [aux_sym_set_env_token1] = ACTIONS(1282), - [aux_sym_stdin_null_token1] = ACTIONS(1282), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1282), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1282), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1282), - [aux_sym_syslog_facility_token1] = ACTIONS(1282), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1282), - [aux_sym_keep_alive_token1] = ACTIONS(1282), - [aux_sym_tunnel_token1] = ACTIONS(1284), - [aux_sym_tunnel_device_token1] = ACTIONS(1282), - [aux_sym_update_host_keys_token1] = ACTIONS(1282), - [aux_sym_use_keychain_token1] = ACTIONS(1282), - [aux_sym_use_roaming_token1] = ACTIONS(1282), - [aux_sym_user_token1] = ACTIONS(1284), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1282), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1282), - [aux_sym_visual_host_key_token1] = ACTIONS(1282), - [aux_sym_xauth_location_token1] = ACTIONS(1282), + [ts_builtin_sym_end] = ACTIONS(1287), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1289), + [anon_sym_DQUOTE] = ACTIONS(1291), + [aux_sym_match_token1] = ACTIONS(1287), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1287), + [aux_sym_address_family_token1] = ACTIONS(1287), + [aux_sym_batch_mode_token1] = ACTIONS(1287), + [aux_sym_bind_address_token1] = ACTIONS(1287), + [aux_sym_bind_interface_token1] = ACTIONS(1287), + [aux_sym_canonical_domains_token1] = ACTIONS(1287), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1287), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1287), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1287), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1287), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1287), + [aux_sym_certificate_file_token1] = ACTIONS(1287), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1287), + [aux_sym_check_host_ip_token1] = ACTIONS(1287), + [aux_sym_ciphers_token1] = ACTIONS(1287), + [aux_sym_cipher_token1] = ACTIONS(1289), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1287), + [aux_sym_compression_token1] = ACTIONS(1287), + [aux_sym_connection_attempts_token1] = ACTIONS(1287), + [aux_sym_connect_timeout_token1] = ACTIONS(1287), + [aux_sym_control_master_token1] = ACTIONS(1287), + [aux_sym_control_path_token1] = ACTIONS(1287), + [aux_sym_control_persist_token1] = ACTIONS(1287), + [aux_sym_dynamic_forward_token1] = ACTIONS(1287), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1287), + [aux_sym_escape_char_token1] = ACTIONS(1287), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1287), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1287), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1287), + [aux_sym_forward_agent_token1] = ACTIONS(1287), + [aux_sym_forward_x11_token1] = ACTIONS(1289), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1287), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1287), + [aux_sym_gateway_ports_token1] = ACTIONS(1287), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1287), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1287), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1287), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1287), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1287), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1287), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1287), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1287), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1287), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1287), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1287), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1287), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1287), + [aux_sym_host_key_alias_token1] = ACTIONS(1287), + [aux_sym_hostname_token1] = ACTIONS(1287), + [aux_sym_identities_only_token1] = ACTIONS(1287), + [aux_sym_identity_agent_token1] = ACTIONS(1287), + [aux_sym_identity_file_token1] = ACTIONS(1287), + [aux_sym_ignore_unknown_token1] = ACTIONS(1287), + [aux_sym_include_token1] = ACTIONS(1287), + [aux_sym_ip_qos_token1] = ACTIONS(1287), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1287), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1287), + [aux_sym_kex_algorithms_token1] = ACTIONS(1287), + [aux_sym_known_hosts_command_token1] = ACTIONS(1287), + [aux_sym_local_command_token1] = ACTIONS(1287), + [aux_sym_local_forward_token1] = ACTIONS(1287), + [aux_sym_log_level_token1] = ACTIONS(1287), + [aux_sym_log_verbose_token1] = ACTIONS(1287), + [aux_sym_macs_token1] = ACTIONS(1287), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1287), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1287), + [aux_sym_password_authentication_token1] = ACTIONS(1287), + [aux_sym_permit_local_command_token1] = ACTIONS(1287), + [aux_sym_permit_remote_open_token1] = ACTIONS(1287), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1287), + [aux_sym_port_token1] = ACTIONS(1287), + [aux_sym_preferred_authentications_token1] = ACTIONS(1287), + [aux_sym_protocol_token1] = ACTIONS(1287), + [aux_sym_proxy_command_token1] = ACTIONS(1287), + [aux_sym_proxy_jump_token1] = ACTIONS(1287), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1287), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1287), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1287), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1287), + [aux_sym_rekey_limit_token1] = ACTIONS(1287), + [aux_sym_remote_command_token1] = ACTIONS(1287), + [aux_sym_remote_forward_token1] = ACTIONS(1287), + [aux_sym_request_tty_token1] = ACTIONS(1287), + [aux_sym_required_rsa_size_token1] = ACTIONS(1287), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1287), + [aux_sym_security_key_provider_token1] = ACTIONS(1287), + [aux_sym_send_env_token1] = ACTIONS(1287), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1287), + [aux_sym_server_alive_interval_token1] = ACTIONS(1287), + [aux_sym_session_type_token1] = ACTIONS(1287), + [aux_sym_set_env_token1] = ACTIONS(1287), + [aux_sym_stdin_null_token1] = ACTIONS(1287), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1287), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1287), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1287), + [aux_sym_syslog_facility_token1] = ACTIONS(1287), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1287), + [aux_sym_keep_alive_token1] = ACTIONS(1287), + [aux_sym_tunnel_token1] = ACTIONS(1289), + [aux_sym_tunnel_device_token1] = ACTIONS(1287), + [aux_sym_update_host_keys_token1] = ACTIONS(1287), + [aux_sym_use_keychain_token1] = ACTIONS(1287), + [aux_sym_use_roaming_token1] = ACTIONS(1287), + [aux_sym_user_token1] = ACTIONS(1289), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1287), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1287), + [aux_sym_visual_host_key_token1] = ACTIONS(1287), + [aux_sym_xauth_location_token1] = ACTIONS(1287), }, [126] = { - [ts_builtin_sym_end] = ACTIONS(1288), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1290), - [anon_sym_DQUOTE] = ACTIONS(1292), - [aux_sym_match_token1] = ACTIONS(1288), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1288), - [aux_sym_address_family_token1] = ACTIONS(1288), - [aux_sym_batch_mode_token1] = ACTIONS(1288), - [aux_sym_bind_address_token1] = ACTIONS(1288), - [aux_sym_bind_interface_token1] = ACTIONS(1288), - [aux_sym_canonical_domains_token1] = ACTIONS(1288), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1288), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1288), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1288), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1288), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1288), - [aux_sym_certificate_file_token1] = ACTIONS(1288), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1288), - [aux_sym_check_host_ip_token1] = ACTIONS(1288), - [aux_sym_ciphers_token1] = ACTIONS(1288), - [aux_sym_cipher_token1] = ACTIONS(1290), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1288), - [aux_sym_compression_token1] = ACTIONS(1288), - [aux_sym_connection_attempts_token1] = ACTIONS(1288), - [aux_sym_connect_timeout_token1] = ACTIONS(1288), - [aux_sym_control_master_token1] = ACTIONS(1288), - [aux_sym_control_path_token1] = ACTIONS(1288), - [aux_sym_control_persist_token1] = ACTIONS(1288), - [aux_sym_dynamic_forward_token1] = ACTIONS(1288), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1288), - [aux_sym_escape_char_token1] = ACTIONS(1288), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1288), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1288), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1288), - [aux_sym_forward_agent_token1] = ACTIONS(1288), - [aux_sym_forward_x11_token1] = ACTIONS(1290), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1288), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1288), - [aux_sym_gateway_ports_token1] = ACTIONS(1288), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1288), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1288), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1288), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1288), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1288), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1288), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1288), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1288), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1288), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1288), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1288), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1288), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1288), - [aux_sym_host_key_alias_token1] = ACTIONS(1288), - [aux_sym_hostname_token1] = ACTIONS(1288), - [aux_sym_identities_only_token1] = ACTIONS(1288), - [aux_sym_identity_agent_token1] = ACTIONS(1288), - [aux_sym_identity_file_token1] = ACTIONS(1288), - [aux_sym_ignore_unknown_token1] = ACTIONS(1288), - [aux_sym_include_token1] = ACTIONS(1288), - [aux_sym_ip_qos_token1] = ACTIONS(1288), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1288), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1288), - [aux_sym_kex_algorithms_token1] = ACTIONS(1288), - [aux_sym_known_hosts_command_token1] = ACTIONS(1288), - [aux_sym_local_command_token1] = ACTIONS(1288), - [aux_sym_local_forward_token1] = ACTIONS(1288), - [aux_sym_log_level_token1] = ACTIONS(1288), - [aux_sym_log_verbose_token1] = ACTIONS(1288), - [aux_sym_macs_token1] = ACTIONS(1288), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1288), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1288), - [aux_sym_password_authentication_token1] = ACTIONS(1288), - [aux_sym_permit_local_command_token1] = ACTIONS(1288), - [aux_sym_permit_remote_open_token1] = ACTIONS(1288), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1288), - [aux_sym_port_token1] = ACTIONS(1288), - [aux_sym_preferred_authentications_token1] = ACTIONS(1288), - [aux_sym_protocol_token1] = ACTIONS(1288), - [aux_sym_proxy_command_token1] = ACTIONS(1288), - [aux_sym_proxy_jump_token1] = ACTIONS(1288), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1288), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1288), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1288), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1288), - [aux_sym_rekey_limit_token1] = ACTIONS(1288), - [aux_sym_remote_command_token1] = ACTIONS(1288), - [aux_sym_remote_forward_token1] = ACTIONS(1288), - [aux_sym_request_tty_token1] = ACTIONS(1288), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1288), - [aux_sym_security_key_provider_token1] = ACTIONS(1288), - [aux_sym_send_env_token1] = ACTIONS(1288), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1288), - [aux_sym_server_alive_interval_token1] = ACTIONS(1288), - [aux_sym_session_type_token1] = ACTIONS(1288), - [aux_sym_set_env_token1] = ACTIONS(1288), - [aux_sym_stdin_null_token1] = ACTIONS(1288), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1288), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1288), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1288), - [aux_sym_syslog_facility_token1] = ACTIONS(1288), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1288), - [aux_sym_keep_alive_token1] = ACTIONS(1288), - [aux_sym_tunnel_token1] = ACTIONS(1290), - [aux_sym_tunnel_device_token1] = ACTIONS(1288), - [aux_sym_update_host_keys_token1] = ACTIONS(1288), - [aux_sym_use_keychain_token1] = ACTIONS(1288), - [aux_sym_use_roaming_token1] = ACTIONS(1288), - [aux_sym_user_token1] = ACTIONS(1290), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1288), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1288), - [aux_sym_visual_host_key_token1] = ACTIONS(1288), - [aux_sym_xauth_location_token1] = ACTIONS(1288), + [ts_builtin_sym_end] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1295), + [anon_sym_DQUOTE] = ACTIONS(1297), + [aux_sym_match_token1] = ACTIONS(1293), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1293), + [aux_sym_address_family_token1] = ACTIONS(1293), + [aux_sym_batch_mode_token1] = ACTIONS(1293), + [aux_sym_bind_address_token1] = ACTIONS(1293), + [aux_sym_bind_interface_token1] = ACTIONS(1293), + [aux_sym_canonical_domains_token1] = ACTIONS(1293), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1293), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1293), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1293), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1293), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1293), + [aux_sym_certificate_file_token1] = ACTIONS(1293), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1293), + [aux_sym_check_host_ip_token1] = ACTIONS(1293), + [aux_sym_ciphers_token1] = ACTIONS(1293), + [aux_sym_cipher_token1] = ACTIONS(1295), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1293), + [aux_sym_compression_token1] = ACTIONS(1293), + [aux_sym_connection_attempts_token1] = ACTIONS(1293), + [aux_sym_connect_timeout_token1] = ACTIONS(1293), + [aux_sym_control_master_token1] = ACTIONS(1293), + [aux_sym_control_path_token1] = ACTIONS(1293), + [aux_sym_control_persist_token1] = ACTIONS(1293), + [aux_sym_dynamic_forward_token1] = ACTIONS(1293), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1293), + [aux_sym_escape_char_token1] = ACTIONS(1293), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1293), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1293), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1293), + [aux_sym_forward_agent_token1] = ACTIONS(1293), + [aux_sym_forward_x11_token1] = ACTIONS(1295), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1293), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1293), + [aux_sym_gateway_ports_token1] = ACTIONS(1293), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1293), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1293), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1293), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1293), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1293), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1293), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1293), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1293), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1293), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1293), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1293), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1293), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1293), + [aux_sym_host_key_alias_token1] = ACTIONS(1293), + [aux_sym_hostname_token1] = ACTIONS(1293), + [aux_sym_identities_only_token1] = ACTIONS(1293), + [aux_sym_identity_agent_token1] = ACTIONS(1293), + [aux_sym_identity_file_token1] = ACTIONS(1293), + [aux_sym_ignore_unknown_token1] = ACTIONS(1293), + [aux_sym_include_token1] = ACTIONS(1293), + [aux_sym_ip_qos_token1] = ACTIONS(1293), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1293), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1293), + [aux_sym_kex_algorithms_token1] = ACTIONS(1293), + [aux_sym_known_hosts_command_token1] = ACTIONS(1293), + [aux_sym_local_command_token1] = ACTIONS(1293), + [aux_sym_local_forward_token1] = ACTIONS(1293), + [aux_sym_log_level_token1] = ACTIONS(1293), + [aux_sym_log_verbose_token1] = ACTIONS(1293), + [aux_sym_macs_token1] = ACTIONS(1293), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1293), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1293), + [aux_sym_password_authentication_token1] = ACTIONS(1293), + [aux_sym_permit_local_command_token1] = ACTIONS(1293), + [aux_sym_permit_remote_open_token1] = ACTIONS(1293), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1293), + [aux_sym_port_token1] = ACTIONS(1293), + [aux_sym_preferred_authentications_token1] = ACTIONS(1293), + [aux_sym_protocol_token1] = ACTIONS(1293), + [aux_sym_proxy_command_token1] = ACTIONS(1293), + [aux_sym_proxy_jump_token1] = ACTIONS(1293), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1293), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1293), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1293), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1293), + [aux_sym_rekey_limit_token1] = ACTIONS(1293), + [aux_sym_remote_command_token1] = ACTIONS(1293), + [aux_sym_remote_forward_token1] = ACTIONS(1293), + [aux_sym_request_tty_token1] = ACTIONS(1293), + [aux_sym_required_rsa_size_token1] = ACTIONS(1293), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1293), + [aux_sym_security_key_provider_token1] = ACTIONS(1293), + [aux_sym_send_env_token1] = ACTIONS(1293), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1293), + [aux_sym_server_alive_interval_token1] = ACTIONS(1293), + [aux_sym_session_type_token1] = ACTIONS(1293), + [aux_sym_set_env_token1] = ACTIONS(1293), + [aux_sym_stdin_null_token1] = ACTIONS(1293), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1293), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1293), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1293), + [aux_sym_syslog_facility_token1] = ACTIONS(1293), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1293), + [aux_sym_keep_alive_token1] = ACTIONS(1293), + [aux_sym_tunnel_token1] = ACTIONS(1295), + [aux_sym_tunnel_device_token1] = ACTIONS(1293), + [aux_sym_update_host_keys_token1] = ACTIONS(1293), + [aux_sym_use_keychain_token1] = ACTIONS(1293), + [aux_sym_use_roaming_token1] = ACTIONS(1293), + [aux_sym_user_token1] = ACTIONS(1295), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1293), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1293), + [aux_sym_visual_host_key_token1] = ACTIONS(1293), + [aux_sym_xauth_location_token1] = ACTIONS(1293), }, [127] = { - [ts_builtin_sym_end] = ACTIONS(1294), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1296), - [anon_sym_DQUOTE] = ACTIONS(1298), - [aux_sym_match_token1] = ACTIONS(1294), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1294), - [aux_sym_address_family_token1] = ACTIONS(1294), - [aux_sym_batch_mode_token1] = ACTIONS(1294), - [aux_sym_bind_address_token1] = ACTIONS(1294), - [aux_sym_bind_interface_token1] = ACTIONS(1294), - [aux_sym_canonical_domains_token1] = ACTIONS(1294), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1294), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1294), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1294), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1294), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1294), - [aux_sym_certificate_file_token1] = ACTIONS(1294), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1294), - [aux_sym_check_host_ip_token1] = ACTIONS(1294), - [aux_sym_ciphers_token1] = ACTIONS(1294), - [aux_sym_cipher_token1] = ACTIONS(1296), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1294), - [aux_sym_compression_token1] = ACTIONS(1294), - [aux_sym_connection_attempts_token1] = ACTIONS(1294), - [aux_sym_connect_timeout_token1] = ACTIONS(1294), - [aux_sym_control_master_token1] = ACTIONS(1294), - [aux_sym_control_path_token1] = ACTIONS(1294), - [aux_sym_control_persist_token1] = ACTIONS(1294), - [aux_sym_dynamic_forward_token1] = ACTIONS(1294), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1294), - [aux_sym_escape_char_token1] = ACTIONS(1294), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1294), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1294), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1294), - [aux_sym_forward_agent_token1] = ACTIONS(1294), - [aux_sym_forward_x11_token1] = ACTIONS(1296), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1294), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1294), - [aux_sym_gateway_ports_token1] = ACTIONS(1294), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1294), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1294), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1294), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1294), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1294), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1294), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1294), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1294), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1294), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1294), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1294), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1294), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1294), - [aux_sym_host_key_alias_token1] = ACTIONS(1294), - [aux_sym_hostname_token1] = ACTIONS(1294), - [aux_sym_identities_only_token1] = ACTIONS(1294), - [aux_sym_identity_agent_token1] = ACTIONS(1294), - [aux_sym_identity_file_token1] = ACTIONS(1294), - [aux_sym_ignore_unknown_token1] = ACTIONS(1294), - [aux_sym_include_token1] = ACTIONS(1294), - [aux_sym_ip_qos_token1] = ACTIONS(1294), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1294), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1294), - [aux_sym_kex_algorithms_token1] = ACTIONS(1294), - [aux_sym_known_hosts_command_token1] = ACTIONS(1294), - [aux_sym_local_command_token1] = ACTIONS(1294), - [aux_sym_local_forward_token1] = ACTIONS(1294), - [aux_sym_log_level_token1] = ACTIONS(1294), - [aux_sym_log_verbose_token1] = ACTIONS(1294), - [aux_sym_macs_token1] = ACTIONS(1294), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1294), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1294), - [aux_sym_password_authentication_token1] = ACTIONS(1294), - [aux_sym_permit_local_command_token1] = ACTIONS(1294), - [aux_sym_permit_remote_open_token1] = ACTIONS(1294), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1294), - [aux_sym_port_token1] = ACTIONS(1294), - [aux_sym_preferred_authentications_token1] = ACTIONS(1294), - [aux_sym_protocol_token1] = ACTIONS(1294), - [aux_sym_proxy_command_token1] = ACTIONS(1294), - [aux_sym_proxy_jump_token1] = ACTIONS(1294), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1294), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1294), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1294), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1294), - [aux_sym_rekey_limit_token1] = ACTIONS(1294), - [aux_sym_remote_command_token1] = ACTIONS(1294), - [aux_sym_remote_forward_token1] = ACTIONS(1294), - [aux_sym_request_tty_token1] = ACTIONS(1294), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1294), - [aux_sym_security_key_provider_token1] = ACTIONS(1294), - [aux_sym_send_env_token1] = ACTIONS(1294), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1294), - [aux_sym_server_alive_interval_token1] = ACTIONS(1294), - [aux_sym_session_type_token1] = ACTIONS(1294), - [aux_sym_set_env_token1] = ACTIONS(1294), - [aux_sym_stdin_null_token1] = ACTIONS(1294), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1294), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1294), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1294), - [aux_sym_syslog_facility_token1] = ACTIONS(1294), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1294), - [aux_sym_keep_alive_token1] = ACTIONS(1294), - [aux_sym_tunnel_token1] = ACTIONS(1296), - [aux_sym_tunnel_device_token1] = ACTIONS(1294), - [aux_sym_update_host_keys_token1] = ACTIONS(1294), - [aux_sym_use_keychain_token1] = ACTIONS(1294), - [aux_sym_use_roaming_token1] = ACTIONS(1294), - [aux_sym_user_token1] = ACTIONS(1296), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1294), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1294), - [aux_sym_visual_host_key_token1] = ACTIONS(1294), - [aux_sym_xauth_location_token1] = ACTIONS(1294), + [ts_builtin_sym_end] = ACTIONS(1299), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1301), + [anon_sym_DQUOTE] = ACTIONS(1303), + [aux_sym_match_token1] = ACTIONS(1299), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1299), + [aux_sym_address_family_token1] = ACTIONS(1299), + [aux_sym_batch_mode_token1] = ACTIONS(1299), + [aux_sym_bind_address_token1] = ACTIONS(1299), + [aux_sym_bind_interface_token1] = ACTIONS(1299), + [aux_sym_canonical_domains_token1] = ACTIONS(1299), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1299), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1299), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1299), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1299), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1299), + [aux_sym_certificate_file_token1] = ACTIONS(1299), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1299), + [aux_sym_check_host_ip_token1] = ACTIONS(1299), + [aux_sym_ciphers_token1] = ACTIONS(1299), + [aux_sym_cipher_token1] = ACTIONS(1301), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1299), + [aux_sym_compression_token1] = ACTIONS(1299), + [aux_sym_connection_attempts_token1] = ACTIONS(1299), + [aux_sym_connect_timeout_token1] = ACTIONS(1299), + [aux_sym_control_master_token1] = ACTIONS(1299), + [aux_sym_control_path_token1] = ACTIONS(1299), + [aux_sym_control_persist_token1] = ACTIONS(1299), + [aux_sym_dynamic_forward_token1] = ACTIONS(1299), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1299), + [aux_sym_escape_char_token1] = ACTIONS(1299), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1299), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1299), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1299), + [aux_sym_forward_agent_token1] = ACTIONS(1299), + [aux_sym_forward_x11_token1] = ACTIONS(1301), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1299), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1299), + [aux_sym_gateway_ports_token1] = ACTIONS(1299), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1299), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1299), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1299), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1299), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1299), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1299), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1299), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1299), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1299), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1299), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1299), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1299), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1299), + [aux_sym_host_key_alias_token1] = ACTIONS(1299), + [aux_sym_hostname_token1] = ACTIONS(1299), + [aux_sym_identities_only_token1] = ACTIONS(1299), + [aux_sym_identity_agent_token1] = ACTIONS(1299), + [aux_sym_identity_file_token1] = ACTIONS(1299), + [aux_sym_ignore_unknown_token1] = ACTIONS(1299), + [aux_sym_include_token1] = ACTIONS(1299), + [aux_sym_ip_qos_token1] = ACTIONS(1299), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1299), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1299), + [aux_sym_kex_algorithms_token1] = ACTIONS(1299), + [aux_sym_known_hosts_command_token1] = ACTIONS(1299), + [aux_sym_local_command_token1] = ACTIONS(1299), + [aux_sym_local_forward_token1] = ACTIONS(1299), + [aux_sym_log_level_token1] = ACTIONS(1299), + [aux_sym_log_verbose_token1] = ACTIONS(1299), + [aux_sym_macs_token1] = ACTIONS(1299), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1299), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1299), + [aux_sym_password_authentication_token1] = ACTIONS(1299), + [aux_sym_permit_local_command_token1] = ACTIONS(1299), + [aux_sym_permit_remote_open_token1] = ACTIONS(1299), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1299), + [aux_sym_port_token1] = ACTIONS(1299), + [aux_sym_preferred_authentications_token1] = ACTIONS(1299), + [aux_sym_protocol_token1] = ACTIONS(1299), + [aux_sym_proxy_command_token1] = ACTIONS(1299), + [aux_sym_proxy_jump_token1] = ACTIONS(1299), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1299), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1299), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1299), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1299), + [aux_sym_rekey_limit_token1] = ACTIONS(1299), + [aux_sym_remote_command_token1] = ACTIONS(1299), + [aux_sym_remote_forward_token1] = ACTIONS(1299), + [aux_sym_request_tty_token1] = ACTIONS(1299), + [aux_sym_required_rsa_size_token1] = ACTIONS(1299), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1299), + [aux_sym_security_key_provider_token1] = ACTIONS(1299), + [aux_sym_send_env_token1] = ACTIONS(1299), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1299), + [aux_sym_server_alive_interval_token1] = ACTIONS(1299), + [aux_sym_session_type_token1] = ACTIONS(1299), + [aux_sym_set_env_token1] = ACTIONS(1299), + [aux_sym_stdin_null_token1] = ACTIONS(1299), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1299), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1299), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1299), + [aux_sym_syslog_facility_token1] = ACTIONS(1299), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1299), + [aux_sym_keep_alive_token1] = ACTIONS(1299), + [aux_sym_tunnel_token1] = ACTIONS(1301), + [aux_sym_tunnel_device_token1] = ACTIONS(1299), + [aux_sym_update_host_keys_token1] = ACTIONS(1299), + [aux_sym_use_keychain_token1] = ACTIONS(1299), + [aux_sym_use_roaming_token1] = ACTIONS(1299), + [aux_sym_user_token1] = ACTIONS(1301), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1299), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1299), + [aux_sym_visual_host_key_token1] = ACTIONS(1299), + [aux_sym_xauth_location_token1] = ACTIONS(1299), }, [128] = { - [ts_builtin_sym_end] = ACTIONS(1300), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1302), - [anon_sym_DQUOTE] = ACTIONS(1304), - [aux_sym_match_token1] = ACTIONS(1300), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1300), - [aux_sym_address_family_token1] = ACTIONS(1300), - [aux_sym_batch_mode_token1] = ACTIONS(1300), - [aux_sym_bind_address_token1] = ACTIONS(1300), - [aux_sym_bind_interface_token1] = ACTIONS(1300), - [aux_sym_canonical_domains_token1] = ACTIONS(1300), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1300), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1300), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1300), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1300), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1300), - [aux_sym_certificate_file_token1] = ACTIONS(1300), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1300), - [aux_sym_check_host_ip_token1] = ACTIONS(1300), - [aux_sym_ciphers_token1] = ACTIONS(1300), - [aux_sym_cipher_token1] = ACTIONS(1302), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1300), - [aux_sym_compression_token1] = ACTIONS(1300), - [aux_sym_connection_attempts_token1] = ACTIONS(1300), - [aux_sym_connect_timeout_token1] = ACTIONS(1300), - [aux_sym_control_master_token1] = ACTIONS(1300), - [aux_sym_control_path_token1] = ACTIONS(1300), - [aux_sym_control_persist_token1] = ACTIONS(1300), - [aux_sym_dynamic_forward_token1] = ACTIONS(1300), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1300), - [aux_sym_escape_char_token1] = ACTIONS(1300), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1300), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1300), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1300), - [aux_sym_forward_agent_token1] = ACTIONS(1300), - [aux_sym_forward_x11_token1] = ACTIONS(1302), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1300), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1300), - [aux_sym_gateway_ports_token1] = ACTIONS(1300), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1300), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1300), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1300), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1300), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1300), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1300), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1300), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1300), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1300), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1300), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1300), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1300), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1300), - [aux_sym_host_key_alias_token1] = ACTIONS(1300), - [aux_sym_hostname_token1] = ACTIONS(1300), - [aux_sym_identities_only_token1] = ACTIONS(1300), - [aux_sym_identity_agent_token1] = ACTIONS(1300), - [aux_sym_identity_file_token1] = ACTIONS(1300), - [aux_sym_ignore_unknown_token1] = ACTIONS(1300), - [aux_sym_include_token1] = ACTIONS(1300), - [aux_sym_ip_qos_token1] = ACTIONS(1300), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1300), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1300), - [aux_sym_kex_algorithms_token1] = ACTIONS(1300), - [aux_sym_known_hosts_command_token1] = ACTIONS(1300), - [aux_sym_local_command_token1] = ACTIONS(1300), - [aux_sym_local_forward_token1] = ACTIONS(1300), - [aux_sym_log_level_token1] = ACTIONS(1300), - [aux_sym_log_verbose_token1] = ACTIONS(1300), - [aux_sym_macs_token1] = ACTIONS(1300), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1300), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1300), - [aux_sym_password_authentication_token1] = ACTIONS(1300), - [aux_sym_permit_local_command_token1] = ACTIONS(1300), - [aux_sym_permit_remote_open_token1] = ACTIONS(1300), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1300), - [aux_sym_port_token1] = ACTIONS(1300), - [aux_sym_preferred_authentications_token1] = ACTIONS(1300), - [aux_sym_protocol_token1] = ACTIONS(1300), - [aux_sym_proxy_command_token1] = ACTIONS(1300), - [aux_sym_proxy_jump_token1] = ACTIONS(1300), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1300), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1300), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1300), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1300), - [aux_sym_rekey_limit_token1] = ACTIONS(1300), - [aux_sym_remote_command_token1] = ACTIONS(1300), - [aux_sym_remote_forward_token1] = ACTIONS(1300), - [aux_sym_request_tty_token1] = ACTIONS(1300), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1300), - [aux_sym_security_key_provider_token1] = ACTIONS(1300), - [aux_sym_send_env_token1] = ACTIONS(1300), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1300), - [aux_sym_server_alive_interval_token1] = ACTIONS(1300), - [aux_sym_session_type_token1] = ACTIONS(1300), - [aux_sym_set_env_token1] = ACTIONS(1300), - [aux_sym_stdin_null_token1] = ACTIONS(1300), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1300), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1300), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1300), - [aux_sym_syslog_facility_token1] = ACTIONS(1300), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1300), - [aux_sym_keep_alive_token1] = ACTIONS(1300), - [aux_sym_tunnel_token1] = ACTIONS(1302), - [aux_sym_tunnel_device_token1] = ACTIONS(1300), - [aux_sym_update_host_keys_token1] = ACTIONS(1300), - [aux_sym_use_keychain_token1] = ACTIONS(1300), - [aux_sym_use_roaming_token1] = ACTIONS(1300), - [aux_sym_user_token1] = ACTIONS(1302), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1300), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1300), - [aux_sym_visual_host_key_token1] = ACTIONS(1300), - [aux_sym_xauth_location_token1] = ACTIONS(1300), + [ts_builtin_sym_end] = ACTIONS(1305), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1307), + [anon_sym_DQUOTE] = ACTIONS(1309), + [aux_sym_match_token1] = ACTIONS(1305), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1305), + [aux_sym_address_family_token1] = ACTIONS(1305), + [aux_sym_batch_mode_token1] = ACTIONS(1305), + [aux_sym_bind_address_token1] = ACTIONS(1305), + [aux_sym_bind_interface_token1] = ACTIONS(1305), + [aux_sym_canonical_domains_token1] = ACTIONS(1305), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1305), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1305), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1305), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1305), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1305), + [aux_sym_certificate_file_token1] = ACTIONS(1305), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1305), + [aux_sym_check_host_ip_token1] = ACTIONS(1305), + [aux_sym_ciphers_token1] = ACTIONS(1305), + [aux_sym_cipher_token1] = ACTIONS(1307), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1305), + [aux_sym_compression_token1] = ACTIONS(1305), + [aux_sym_connection_attempts_token1] = ACTIONS(1305), + [aux_sym_connect_timeout_token1] = ACTIONS(1305), + [aux_sym_control_master_token1] = ACTIONS(1305), + [aux_sym_control_path_token1] = ACTIONS(1305), + [aux_sym_control_persist_token1] = ACTIONS(1305), + [aux_sym_dynamic_forward_token1] = ACTIONS(1305), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1305), + [aux_sym_escape_char_token1] = ACTIONS(1305), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1305), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1305), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1305), + [aux_sym_forward_agent_token1] = ACTIONS(1305), + [aux_sym_forward_x11_token1] = ACTIONS(1307), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1305), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1305), + [aux_sym_gateway_ports_token1] = ACTIONS(1305), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1305), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1305), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1305), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1305), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1305), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1305), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1305), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1305), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1305), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1305), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1305), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1305), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1305), + [aux_sym_host_key_alias_token1] = ACTIONS(1305), + [aux_sym_hostname_token1] = ACTIONS(1305), + [aux_sym_identities_only_token1] = ACTIONS(1305), + [aux_sym_identity_agent_token1] = ACTIONS(1305), + [aux_sym_identity_file_token1] = ACTIONS(1305), + [aux_sym_ignore_unknown_token1] = ACTIONS(1305), + [aux_sym_include_token1] = ACTIONS(1305), + [aux_sym_ip_qos_token1] = ACTIONS(1305), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1305), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1305), + [aux_sym_kex_algorithms_token1] = ACTIONS(1305), + [aux_sym_known_hosts_command_token1] = ACTIONS(1305), + [aux_sym_local_command_token1] = ACTIONS(1305), + [aux_sym_local_forward_token1] = ACTIONS(1305), + [aux_sym_log_level_token1] = ACTIONS(1305), + [aux_sym_log_verbose_token1] = ACTIONS(1305), + [aux_sym_macs_token1] = ACTIONS(1305), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1305), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1305), + [aux_sym_password_authentication_token1] = ACTIONS(1305), + [aux_sym_permit_local_command_token1] = ACTIONS(1305), + [aux_sym_permit_remote_open_token1] = ACTIONS(1305), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1305), + [aux_sym_port_token1] = ACTIONS(1305), + [aux_sym_preferred_authentications_token1] = ACTIONS(1305), + [aux_sym_protocol_token1] = ACTIONS(1305), + [aux_sym_proxy_command_token1] = ACTIONS(1305), + [aux_sym_proxy_jump_token1] = ACTIONS(1305), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1305), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1305), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1305), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1305), + [aux_sym_rekey_limit_token1] = ACTIONS(1305), + [aux_sym_remote_command_token1] = ACTIONS(1305), + [aux_sym_remote_forward_token1] = ACTIONS(1305), + [aux_sym_request_tty_token1] = ACTIONS(1305), + [aux_sym_required_rsa_size_token1] = ACTIONS(1305), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1305), + [aux_sym_security_key_provider_token1] = ACTIONS(1305), + [aux_sym_send_env_token1] = ACTIONS(1305), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1305), + [aux_sym_server_alive_interval_token1] = ACTIONS(1305), + [aux_sym_session_type_token1] = ACTIONS(1305), + [aux_sym_set_env_token1] = ACTIONS(1305), + [aux_sym_stdin_null_token1] = ACTIONS(1305), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1305), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1305), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1305), + [aux_sym_syslog_facility_token1] = ACTIONS(1305), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1305), + [aux_sym_keep_alive_token1] = ACTIONS(1305), + [aux_sym_tunnel_token1] = ACTIONS(1307), + [aux_sym_tunnel_device_token1] = ACTIONS(1305), + [aux_sym_update_host_keys_token1] = ACTIONS(1305), + [aux_sym_use_keychain_token1] = ACTIONS(1305), + [aux_sym_use_roaming_token1] = ACTIONS(1305), + [aux_sym_user_token1] = ACTIONS(1307), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1305), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1305), + [aux_sym_visual_host_key_token1] = ACTIONS(1305), + [aux_sym_xauth_location_token1] = ACTIONS(1305), }, [129] = { - [ts_builtin_sym_end] = ACTIONS(1306), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1308), - [anon_sym_DQUOTE] = ACTIONS(1310), - [aux_sym_match_token1] = ACTIONS(1306), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1306), - [aux_sym_address_family_token1] = ACTIONS(1306), - [aux_sym_batch_mode_token1] = ACTIONS(1306), - [aux_sym_bind_address_token1] = ACTIONS(1306), - [aux_sym_bind_interface_token1] = ACTIONS(1306), - [aux_sym_canonical_domains_token1] = ACTIONS(1306), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1306), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1306), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1306), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1306), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1306), - [aux_sym_certificate_file_token1] = ACTIONS(1306), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1306), - [aux_sym_check_host_ip_token1] = ACTIONS(1306), - [aux_sym_ciphers_token1] = ACTIONS(1306), - [aux_sym_cipher_token1] = ACTIONS(1308), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1306), - [aux_sym_compression_token1] = ACTIONS(1306), - [aux_sym_connection_attempts_token1] = ACTIONS(1306), - [aux_sym_connect_timeout_token1] = ACTIONS(1306), - [aux_sym_control_master_token1] = ACTIONS(1306), - [aux_sym_control_path_token1] = ACTIONS(1306), - [aux_sym_control_persist_token1] = ACTIONS(1306), - [aux_sym_dynamic_forward_token1] = ACTIONS(1306), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1306), - [aux_sym_escape_char_token1] = ACTIONS(1306), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1306), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1306), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1306), - [aux_sym_forward_agent_token1] = ACTIONS(1306), - [aux_sym_forward_x11_token1] = ACTIONS(1308), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1306), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1306), - [aux_sym_gateway_ports_token1] = ACTIONS(1306), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1306), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1306), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1306), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1306), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1306), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1306), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1306), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1306), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1306), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1306), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1306), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1306), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1306), - [aux_sym_host_key_alias_token1] = ACTIONS(1306), - [aux_sym_hostname_token1] = ACTIONS(1306), - [aux_sym_identities_only_token1] = ACTIONS(1306), - [aux_sym_identity_agent_token1] = ACTIONS(1306), - [aux_sym_identity_file_token1] = ACTIONS(1306), - [aux_sym_ignore_unknown_token1] = ACTIONS(1306), - [aux_sym_include_token1] = ACTIONS(1306), - [aux_sym_ip_qos_token1] = ACTIONS(1306), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1306), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1306), - [aux_sym_kex_algorithms_token1] = ACTIONS(1306), - [aux_sym_known_hosts_command_token1] = ACTIONS(1306), - [aux_sym_local_command_token1] = ACTIONS(1306), - [aux_sym_local_forward_token1] = ACTIONS(1306), - [aux_sym_log_level_token1] = ACTIONS(1306), - [aux_sym_log_verbose_token1] = ACTIONS(1306), - [aux_sym_macs_token1] = ACTIONS(1306), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1306), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1306), - [aux_sym_password_authentication_token1] = ACTIONS(1306), - [aux_sym_permit_local_command_token1] = ACTIONS(1306), - [aux_sym_permit_remote_open_token1] = ACTIONS(1306), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1306), - [aux_sym_port_token1] = ACTIONS(1306), - [aux_sym_preferred_authentications_token1] = ACTIONS(1306), - [aux_sym_protocol_token1] = ACTIONS(1306), - [aux_sym_proxy_command_token1] = ACTIONS(1306), - [aux_sym_proxy_jump_token1] = ACTIONS(1306), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1306), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1306), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1306), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1306), - [aux_sym_rekey_limit_token1] = ACTIONS(1306), - [aux_sym_remote_command_token1] = ACTIONS(1306), - [aux_sym_remote_forward_token1] = ACTIONS(1306), - [aux_sym_request_tty_token1] = ACTIONS(1306), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1306), - [aux_sym_security_key_provider_token1] = ACTIONS(1306), - [aux_sym_send_env_token1] = ACTIONS(1306), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1306), - [aux_sym_server_alive_interval_token1] = ACTIONS(1306), - [aux_sym_session_type_token1] = ACTIONS(1306), - [aux_sym_set_env_token1] = ACTIONS(1306), - [aux_sym_stdin_null_token1] = ACTIONS(1306), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1306), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1306), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1306), - [aux_sym_syslog_facility_token1] = ACTIONS(1306), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1306), - [aux_sym_keep_alive_token1] = ACTIONS(1306), - [aux_sym_tunnel_token1] = ACTIONS(1308), - [aux_sym_tunnel_device_token1] = ACTIONS(1306), - [aux_sym_update_host_keys_token1] = ACTIONS(1306), - [aux_sym_use_keychain_token1] = ACTIONS(1306), - [aux_sym_use_roaming_token1] = ACTIONS(1306), - [aux_sym_user_token1] = ACTIONS(1308), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1306), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1306), - [aux_sym_visual_host_key_token1] = ACTIONS(1306), - [aux_sym_xauth_location_token1] = ACTIONS(1306), + [ts_builtin_sym_end] = ACTIONS(1311), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1313), + [anon_sym_DQUOTE] = ACTIONS(1315), + [aux_sym_match_token1] = ACTIONS(1311), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1311), + [aux_sym_address_family_token1] = ACTIONS(1311), + [aux_sym_batch_mode_token1] = ACTIONS(1311), + [aux_sym_bind_address_token1] = ACTIONS(1311), + [aux_sym_bind_interface_token1] = ACTIONS(1311), + [aux_sym_canonical_domains_token1] = ACTIONS(1311), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1311), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1311), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1311), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1311), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1311), + [aux_sym_certificate_file_token1] = ACTIONS(1311), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1311), + [aux_sym_check_host_ip_token1] = ACTIONS(1311), + [aux_sym_ciphers_token1] = ACTIONS(1311), + [aux_sym_cipher_token1] = ACTIONS(1313), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1311), + [aux_sym_compression_token1] = ACTIONS(1311), + [aux_sym_connection_attempts_token1] = ACTIONS(1311), + [aux_sym_connect_timeout_token1] = ACTIONS(1311), + [aux_sym_control_master_token1] = ACTIONS(1311), + [aux_sym_control_path_token1] = ACTIONS(1311), + [aux_sym_control_persist_token1] = ACTIONS(1311), + [aux_sym_dynamic_forward_token1] = ACTIONS(1311), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1311), + [aux_sym_escape_char_token1] = ACTIONS(1311), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1311), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1311), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1311), + [aux_sym_forward_agent_token1] = ACTIONS(1311), + [aux_sym_forward_x11_token1] = ACTIONS(1313), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1311), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1311), + [aux_sym_gateway_ports_token1] = ACTIONS(1311), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1311), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1311), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1311), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1311), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1311), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1311), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1311), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1311), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1311), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1311), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1311), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1311), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1311), + [aux_sym_host_key_alias_token1] = ACTIONS(1311), + [aux_sym_hostname_token1] = ACTIONS(1311), + [aux_sym_identities_only_token1] = ACTIONS(1311), + [aux_sym_identity_agent_token1] = ACTIONS(1311), + [aux_sym_identity_file_token1] = ACTIONS(1311), + [aux_sym_ignore_unknown_token1] = ACTIONS(1311), + [aux_sym_include_token1] = ACTIONS(1311), + [aux_sym_ip_qos_token1] = ACTIONS(1311), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1311), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1311), + [aux_sym_kex_algorithms_token1] = ACTIONS(1311), + [aux_sym_known_hosts_command_token1] = ACTIONS(1311), + [aux_sym_local_command_token1] = ACTIONS(1311), + [aux_sym_local_forward_token1] = ACTIONS(1311), + [aux_sym_log_level_token1] = ACTIONS(1311), + [aux_sym_log_verbose_token1] = ACTIONS(1311), + [aux_sym_macs_token1] = ACTIONS(1311), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1311), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1311), + [aux_sym_password_authentication_token1] = ACTIONS(1311), + [aux_sym_permit_local_command_token1] = ACTIONS(1311), + [aux_sym_permit_remote_open_token1] = ACTIONS(1311), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1311), + [aux_sym_port_token1] = ACTIONS(1311), + [aux_sym_preferred_authentications_token1] = ACTIONS(1311), + [aux_sym_protocol_token1] = ACTIONS(1311), + [aux_sym_proxy_command_token1] = ACTIONS(1311), + [aux_sym_proxy_jump_token1] = ACTIONS(1311), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1311), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1311), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1311), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1311), + [aux_sym_rekey_limit_token1] = ACTIONS(1311), + [aux_sym_remote_command_token1] = ACTIONS(1311), + [aux_sym_remote_forward_token1] = ACTIONS(1311), + [aux_sym_request_tty_token1] = ACTIONS(1311), + [aux_sym_required_rsa_size_token1] = ACTIONS(1311), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1311), + [aux_sym_security_key_provider_token1] = ACTIONS(1311), + [aux_sym_send_env_token1] = ACTIONS(1311), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1311), + [aux_sym_server_alive_interval_token1] = ACTIONS(1311), + [aux_sym_session_type_token1] = ACTIONS(1311), + [aux_sym_set_env_token1] = ACTIONS(1311), + [aux_sym_stdin_null_token1] = ACTIONS(1311), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1311), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1311), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1311), + [aux_sym_syslog_facility_token1] = ACTIONS(1311), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1311), + [aux_sym_keep_alive_token1] = ACTIONS(1311), + [aux_sym_tunnel_token1] = ACTIONS(1313), + [aux_sym_tunnel_device_token1] = ACTIONS(1311), + [aux_sym_update_host_keys_token1] = ACTIONS(1311), + [aux_sym_use_keychain_token1] = ACTIONS(1311), + [aux_sym_use_roaming_token1] = ACTIONS(1311), + [aux_sym_user_token1] = ACTIONS(1313), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1311), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1311), + [aux_sym_visual_host_key_token1] = ACTIONS(1311), + [aux_sym_xauth_location_token1] = ACTIONS(1311), }, [130] = { - [ts_builtin_sym_end] = ACTIONS(1312), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1314), - [anon_sym_DQUOTE] = ACTIONS(1316), - [aux_sym_match_token1] = ACTIONS(1312), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1312), - [aux_sym_address_family_token1] = ACTIONS(1312), - [aux_sym_batch_mode_token1] = ACTIONS(1312), - [aux_sym_bind_address_token1] = ACTIONS(1312), - [aux_sym_bind_interface_token1] = ACTIONS(1312), - [aux_sym_canonical_domains_token1] = ACTIONS(1312), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1312), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1312), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1312), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1312), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1312), - [aux_sym_certificate_file_token1] = ACTIONS(1312), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1312), - [aux_sym_check_host_ip_token1] = ACTIONS(1312), - [aux_sym_ciphers_token1] = ACTIONS(1312), - [aux_sym_cipher_token1] = ACTIONS(1314), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1312), - [aux_sym_compression_token1] = ACTIONS(1312), - [aux_sym_connection_attempts_token1] = ACTIONS(1312), - [aux_sym_connect_timeout_token1] = ACTIONS(1312), - [aux_sym_control_master_token1] = ACTIONS(1312), - [aux_sym_control_path_token1] = ACTIONS(1312), - [aux_sym_control_persist_token1] = ACTIONS(1312), - [aux_sym_dynamic_forward_token1] = ACTIONS(1312), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1312), - [aux_sym_escape_char_token1] = ACTIONS(1312), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1312), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1312), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1312), - [aux_sym_forward_agent_token1] = ACTIONS(1312), - [aux_sym_forward_x11_token1] = ACTIONS(1314), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1312), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1312), - [aux_sym_gateway_ports_token1] = ACTIONS(1312), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1312), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1312), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1312), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1312), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1312), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1312), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1312), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1312), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1312), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1312), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1312), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1312), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1312), - [aux_sym_host_key_alias_token1] = ACTIONS(1312), - [aux_sym_hostname_token1] = ACTIONS(1312), - [aux_sym_identities_only_token1] = ACTIONS(1312), - [aux_sym_identity_agent_token1] = ACTIONS(1312), - [aux_sym_identity_file_token1] = ACTIONS(1312), - [aux_sym_ignore_unknown_token1] = ACTIONS(1312), - [aux_sym_include_token1] = ACTIONS(1312), - [aux_sym_ip_qos_token1] = ACTIONS(1312), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1312), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1312), - [aux_sym_kex_algorithms_token1] = ACTIONS(1312), - [aux_sym_known_hosts_command_token1] = ACTIONS(1312), - [aux_sym_local_command_token1] = ACTIONS(1312), - [aux_sym_local_forward_token1] = ACTIONS(1312), - [aux_sym_log_level_token1] = ACTIONS(1312), - [aux_sym_log_verbose_token1] = ACTIONS(1312), - [aux_sym_macs_token1] = ACTIONS(1312), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1312), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1312), - [aux_sym_password_authentication_token1] = ACTIONS(1312), - [aux_sym_permit_local_command_token1] = ACTIONS(1312), - [aux_sym_permit_remote_open_token1] = ACTIONS(1312), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1312), - [aux_sym_port_token1] = ACTIONS(1312), - [aux_sym_preferred_authentications_token1] = ACTIONS(1312), - [aux_sym_protocol_token1] = ACTIONS(1312), - [aux_sym_proxy_command_token1] = ACTIONS(1312), - [aux_sym_proxy_jump_token1] = ACTIONS(1312), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1312), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1312), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1312), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1312), - [aux_sym_rekey_limit_token1] = ACTIONS(1312), - [aux_sym_remote_command_token1] = ACTIONS(1312), - [aux_sym_remote_forward_token1] = ACTIONS(1312), - [aux_sym_request_tty_token1] = ACTIONS(1312), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1312), - [aux_sym_security_key_provider_token1] = ACTIONS(1312), - [aux_sym_send_env_token1] = ACTIONS(1312), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1312), - [aux_sym_server_alive_interval_token1] = ACTIONS(1312), - [aux_sym_session_type_token1] = ACTIONS(1312), - [aux_sym_set_env_token1] = ACTIONS(1312), - [aux_sym_stdin_null_token1] = ACTIONS(1312), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1312), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1312), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1312), - [aux_sym_syslog_facility_token1] = ACTIONS(1312), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1312), - [aux_sym_keep_alive_token1] = ACTIONS(1312), - [aux_sym_tunnel_token1] = ACTIONS(1314), - [aux_sym_tunnel_device_token1] = ACTIONS(1312), - [aux_sym_update_host_keys_token1] = ACTIONS(1312), - [aux_sym_use_keychain_token1] = ACTIONS(1312), - [aux_sym_use_roaming_token1] = ACTIONS(1312), - [aux_sym_user_token1] = ACTIONS(1314), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1312), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1312), - [aux_sym_visual_host_key_token1] = ACTIONS(1312), - [aux_sym_xauth_location_token1] = ACTIONS(1312), + [ts_builtin_sym_end] = ACTIONS(1317), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1319), + [anon_sym_DQUOTE] = ACTIONS(1321), + [aux_sym_match_token1] = ACTIONS(1317), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1317), + [aux_sym_address_family_token1] = ACTIONS(1317), + [aux_sym_batch_mode_token1] = ACTIONS(1317), + [aux_sym_bind_address_token1] = ACTIONS(1317), + [aux_sym_bind_interface_token1] = ACTIONS(1317), + [aux_sym_canonical_domains_token1] = ACTIONS(1317), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1317), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1317), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1317), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1317), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1317), + [aux_sym_certificate_file_token1] = ACTIONS(1317), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1317), + [aux_sym_check_host_ip_token1] = ACTIONS(1317), + [aux_sym_ciphers_token1] = ACTIONS(1317), + [aux_sym_cipher_token1] = ACTIONS(1319), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1317), + [aux_sym_compression_token1] = ACTIONS(1317), + [aux_sym_connection_attempts_token1] = ACTIONS(1317), + [aux_sym_connect_timeout_token1] = ACTIONS(1317), + [aux_sym_control_master_token1] = ACTIONS(1317), + [aux_sym_control_path_token1] = ACTIONS(1317), + [aux_sym_control_persist_token1] = ACTIONS(1317), + [aux_sym_dynamic_forward_token1] = ACTIONS(1317), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1317), + [aux_sym_escape_char_token1] = ACTIONS(1317), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1317), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1317), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1317), + [aux_sym_forward_agent_token1] = ACTIONS(1317), + [aux_sym_forward_x11_token1] = ACTIONS(1319), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1317), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1317), + [aux_sym_gateway_ports_token1] = ACTIONS(1317), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1317), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1317), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1317), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1317), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1317), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1317), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1317), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1317), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1317), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1317), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1317), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1317), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1317), + [aux_sym_host_key_alias_token1] = ACTIONS(1317), + [aux_sym_hostname_token1] = ACTIONS(1317), + [aux_sym_identities_only_token1] = ACTIONS(1317), + [aux_sym_identity_agent_token1] = ACTIONS(1317), + [aux_sym_identity_file_token1] = ACTIONS(1317), + [aux_sym_ignore_unknown_token1] = ACTIONS(1317), + [aux_sym_include_token1] = ACTIONS(1317), + [aux_sym_ip_qos_token1] = ACTIONS(1317), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1317), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1317), + [aux_sym_kex_algorithms_token1] = ACTIONS(1317), + [aux_sym_known_hosts_command_token1] = ACTIONS(1317), + [aux_sym_local_command_token1] = ACTIONS(1317), + [aux_sym_local_forward_token1] = ACTIONS(1317), + [aux_sym_log_level_token1] = ACTIONS(1317), + [aux_sym_log_verbose_token1] = ACTIONS(1317), + [aux_sym_macs_token1] = ACTIONS(1317), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1317), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1317), + [aux_sym_password_authentication_token1] = ACTIONS(1317), + [aux_sym_permit_local_command_token1] = ACTIONS(1317), + [aux_sym_permit_remote_open_token1] = ACTIONS(1317), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1317), + [aux_sym_port_token1] = ACTIONS(1317), + [aux_sym_preferred_authentications_token1] = ACTIONS(1317), + [aux_sym_protocol_token1] = ACTIONS(1317), + [aux_sym_proxy_command_token1] = ACTIONS(1317), + [aux_sym_proxy_jump_token1] = ACTIONS(1317), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1317), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1317), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1317), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1317), + [aux_sym_rekey_limit_token1] = ACTIONS(1317), + [aux_sym_remote_command_token1] = ACTIONS(1317), + [aux_sym_remote_forward_token1] = ACTIONS(1317), + [aux_sym_request_tty_token1] = ACTIONS(1317), + [aux_sym_required_rsa_size_token1] = ACTIONS(1317), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1317), + [aux_sym_security_key_provider_token1] = ACTIONS(1317), + [aux_sym_send_env_token1] = ACTIONS(1317), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1317), + [aux_sym_server_alive_interval_token1] = ACTIONS(1317), + [aux_sym_session_type_token1] = ACTIONS(1317), + [aux_sym_set_env_token1] = ACTIONS(1317), + [aux_sym_stdin_null_token1] = ACTIONS(1317), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1317), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1317), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1317), + [aux_sym_syslog_facility_token1] = ACTIONS(1317), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1317), + [aux_sym_keep_alive_token1] = ACTIONS(1317), + [aux_sym_tunnel_token1] = ACTIONS(1319), + [aux_sym_tunnel_device_token1] = ACTIONS(1317), + [aux_sym_update_host_keys_token1] = ACTIONS(1317), + [aux_sym_use_keychain_token1] = ACTIONS(1317), + [aux_sym_use_roaming_token1] = ACTIONS(1317), + [aux_sym_user_token1] = ACTIONS(1319), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1317), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1317), + [aux_sym_visual_host_key_token1] = ACTIONS(1317), + [aux_sym_xauth_location_token1] = ACTIONS(1317), }, [131] = { - [ts_builtin_sym_end] = ACTIONS(1318), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1322), - [aux_sym_match_token1] = ACTIONS(1318), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1318), - [aux_sym_address_family_token1] = ACTIONS(1318), - [aux_sym_batch_mode_token1] = ACTIONS(1318), - [aux_sym_bind_address_token1] = ACTIONS(1318), - [aux_sym_bind_interface_token1] = ACTIONS(1318), - [aux_sym_canonical_domains_token1] = ACTIONS(1318), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1318), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1318), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1318), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1318), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1318), - [aux_sym_certificate_file_token1] = ACTIONS(1318), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1318), - [aux_sym_check_host_ip_token1] = ACTIONS(1318), - [aux_sym_ciphers_token1] = ACTIONS(1318), - [aux_sym_cipher_token1] = ACTIONS(1320), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1318), - [aux_sym_compression_token1] = ACTIONS(1318), - [aux_sym_connection_attempts_token1] = ACTIONS(1318), - [aux_sym_connect_timeout_token1] = ACTIONS(1318), - [aux_sym_control_master_token1] = ACTIONS(1318), - [aux_sym_control_path_token1] = ACTIONS(1318), - [aux_sym_control_persist_token1] = ACTIONS(1318), - [aux_sym_dynamic_forward_token1] = ACTIONS(1318), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1318), - [aux_sym_escape_char_token1] = ACTIONS(1318), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1318), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1318), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1318), - [aux_sym_forward_agent_token1] = ACTIONS(1318), - [aux_sym_forward_x11_token1] = ACTIONS(1320), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1318), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1318), - [aux_sym_gateway_ports_token1] = ACTIONS(1318), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1318), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1318), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1318), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1318), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1318), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1318), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1318), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1318), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1318), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1318), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1318), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1318), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1318), - [aux_sym_host_key_alias_token1] = ACTIONS(1318), - [aux_sym_hostname_token1] = ACTIONS(1318), - [aux_sym_identities_only_token1] = ACTIONS(1318), - [aux_sym_identity_agent_token1] = ACTIONS(1318), - [aux_sym_identity_file_token1] = ACTIONS(1318), - [aux_sym_ignore_unknown_token1] = ACTIONS(1318), - [aux_sym_include_token1] = ACTIONS(1318), - [aux_sym_ip_qos_token1] = ACTIONS(1318), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1318), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1318), - [aux_sym_kex_algorithms_token1] = ACTIONS(1318), - [aux_sym_known_hosts_command_token1] = ACTIONS(1318), - [aux_sym_local_command_token1] = ACTIONS(1318), - [aux_sym_local_forward_token1] = ACTIONS(1318), - [aux_sym_log_level_token1] = ACTIONS(1318), - [aux_sym_log_verbose_token1] = ACTIONS(1318), - [aux_sym_macs_token1] = ACTIONS(1318), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1318), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1318), - [aux_sym_password_authentication_token1] = ACTIONS(1318), - [aux_sym_permit_local_command_token1] = ACTIONS(1318), - [aux_sym_permit_remote_open_token1] = ACTIONS(1318), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1318), - [aux_sym_port_token1] = ACTIONS(1318), - [aux_sym_preferred_authentications_token1] = ACTIONS(1318), - [aux_sym_protocol_token1] = ACTIONS(1318), - [aux_sym_proxy_command_token1] = ACTIONS(1318), - [aux_sym_proxy_jump_token1] = ACTIONS(1318), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1318), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1318), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1318), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1318), - [aux_sym_rekey_limit_token1] = ACTIONS(1318), - [aux_sym_remote_command_token1] = ACTIONS(1318), - [aux_sym_remote_forward_token1] = ACTIONS(1318), - [aux_sym_request_tty_token1] = ACTIONS(1318), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1318), - [aux_sym_security_key_provider_token1] = ACTIONS(1318), - [aux_sym_send_env_token1] = ACTIONS(1318), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1318), - [aux_sym_server_alive_interval_token1] = ACTIONS(1318), - [aux_sym_session_type_token1] = ACTIONS(1318), - [aux_sym_set_env_token1] = ACTIONS(1318), - [aux_sym_stdin_null_token1] = ACTIONS(1318), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1318), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1318), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1318), - [aux_sym_syslog_facility_token1] = ACTIONS(1318), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1318), - [aux_sym_keep_alive_token1] = ACTIONS(1318), - [aux_sym_tunnel_token1] = ACTIONS(1320), - [aux_sym_tunnel_device_token1] = ACTIONS(1318), - [aux_sym_update_host_keys_token1] = ACTIONS(1318), - [aux_sym_use_keychain_token1] = ACTIONS(1318), - [aux_sym_use_roaming_token1] = ACTIONS(1318), - [aux_sym_user_token1] = ACTIONS(1320), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1318), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1318), - [aux_sym_visual_host_key_token1] = ACTIONS(1318), - [aux_sym_xauth_location_token1] = ACTIONS(1318), + [ts_builtin_sym_end] = ACTIONS(1323), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1327), + [aux_sym_match_token1] = ACTIONS(1323), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1323), + [aux_sym_address_family_token1] = ACTIONS(1323), + [aux_sym_batch_mode_token1] = ACTIONS(1323), + [aux_sym_bind_address_token1] = ACTIONS(1323), + [aux_sym_bind_interface_token1] = ACTIONS(1323), + [aux_sym_canonical_domains_token1] = ACTIONS(1323), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1323), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1323), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1323), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1323), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1323), + [aux_sym_certificate_file_token1] = ACTIONS(1323), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1323), + [aux_sym_check_host_ip_token1] = ACTIONS(1323), + [aux_sym_ciphers_token1] = ACTIONS(1323), + [aux_sym_cipher_token1] = ACTIONS(1325), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1323), + [aux_sym_compression_token1] = ACTIONS(1323), + [aux_sym_connection_attempts_token1] = ACTIONS(1323), + [aux_sym_connect_timeout_token1] = ACTIONS(1323), + [aux_sym_control_master_token1] = ACTIONS(1323), + [aux_sym_control_path_token1] = ACTIONS(1323), + [aux_sym_control_persist_token1] = ACTIONS(1323), + [aux_sym_dynamic_forward_token1] = ACTIONS(1323), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1323), + [aux_sym_escape_char_token1] = ACTIONS(1323), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1323), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1323), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1323), + [aux_sym_forward_agent_token1] = ACTIONS(1323), + [aux_sym_forward_x11_token1] = ACTIONS(1325), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1323), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1323), + [aux_sym_gateway_ports_token1] = ACTIONS(1323), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1323), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1323), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1323), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1323), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1323), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1323), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1323), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1323), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1323), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1323), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1323), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1323), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1323), + [aux_sym_host_key_alias_token1] = ACTIONS(1323), + [aux_sym_hostname_token1] = ACTIONS(1323), + [aux_sym_identities_only_token1] = ACTIONS(1323), + [aux_sym_identity_agent_token1] = ACTIONS(1323), + [aux_sym_identity_file_token1] = ACTIONS(1323), + [aux_sym_ignore_unknown_token1] = ACTIONS(1323), + [aux_sym_include_token1] = ACTIONS(1323), + [aux_sym_ip_qos_token1] = ACTIONS(1323), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1323), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1323), + [aux_sym_kex_algorithms_token1] = ACTIONS(1323), + [aux_sym_known_hosts_command_token1] = ACTIONS(1323), + [aux_sym_local_command_token1] = ACTIONS(1323), + [aux_sym_local_forward_token1] = ACTIONS(1323), + [aux_sym_log_level_token1] = ACTIONS(1323), + [aux_sym_log_verbose_token1] = ACTIONS(1323), + [aux_sym_macs_token1] = ACTIONS(1323), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1323), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1323), + [aux_sym_password_authentication_token1] = ACTIONS(1323), + [aux_sym_permit_local_command_token1] = ACTIONS(1323), + [aux_sym_permit_remote_open_token1] = ACTIONS(1323), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1323), + [aux_sym_port_token1] = ACTIONS(1323), + [aux_sym_preferred_authentications_token1] = ACTIONS(1323), + [aux_sym_protocol_token1] = ACTIONS(1323), + [aux_sym_proxy_command_token1] = ACTIONS(1323), + [aux_sym_proxy_jump_token1] = ACTIONS(1323), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1323), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1323), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1323), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1323), + [aux_sym_rekey_limit_token1] = ACTIONS(1323), + [aux_sym_remote_command_token1] = ACTIONS(1323), + [aux_sym_remote_forward_token1] = ACTIONS(1323), + [aux_sym_request_tty_token1] = ACTIONS(1323), + [aux_sym_required_rsa_size_token1] = ACTIONS(1323), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1323), + [aux_sym_security_key_provider_token1] = ACTIONS(1323), + [aux_sym_send_env_token1] = ACTIONS(1323), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1323), + [aux_sym_server_alive_interval_token1] = ACTIONS(1323), + [aux_sym_session_type_token1] = ACTIONS(1323), + [aux_sym_set_env_token1] = ACTIONS(1323), + [aux_sym_stdin_null_token1] = ACTIONS(1323), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1323), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1323), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1323), + [aux_sym_syslog_facility_token1] = ACTIONS(1323), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1323), + [aux_sym_keep_alive_token1] = ACTIONS(1323), + [aux_sym_tunnel_token1] = ACTIONS(1325), + [aux_sym_tunnel_device_token1] = ACTIONS(1323), + [aux_sym_update_host_keys_token1] = ACTIONS(1323), + [aux_sym_use_keychain_token1] = ACTIONS(1323), + [aux_sym_use_roaming_token1] = ACTIONS(1323), + [aux_sym_user_token1] = ACTIONS(1325), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1323), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1323), + [aux_sym_visual_host_key_token1] = ACTIONS(1323), + [aux_sym_xauth_location_token1] = ACTIONS(1323), }, [132] = { - [ts_builtin_sym_end] = ACTIONS(1324), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1326), - [anon_sym_DQUOTE] = ACTIONS(1328), - [aux_sym_match_token1] = ACTIONS(1324), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1324), - [aux_sym_address_family_token1] = ACTIONS(1324), - [aux_sym_batch_mode_token1] = ACTIONS(1324), - [aux_sym_bind_address_token1] = ACTIONS(1324), - [aux_sym_bind_interface_token1] = ACTIONS(1324), - [aux_sym_canonical_domains_token1] = ACTIONS(1324), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1324), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1324), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1324), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1324), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1324), - [aux_sym_certificate_file_token1] = ACTIONS(1324), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1324), - [aux_sym_check_host_ip_token1] = ACTIONS(1324), - [aux_sym_ciphers_token1] = ACTIONS(1324), - [aux_sym_cipher_token1] = ACTIONS(1326), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1324), - [aux_sym_compression_token1] = ACTIONS(1324), - [aux_sym_connection_attempts_token1] = ACTIONS(1324), - [aux_sym_connect_timeout_token1] = ACTIONS(1324), - [aux_sym_control_master_token1] = ACTIONS(1324), - [aux_sym_control_path_token1] = ACTIONS(1324), - [aux_sym_control_persist_token1] = ACTIONS(1324), - [aux_sym_dynamic_forward_token1] = ACTIONS(1324), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1324), - [aux_sym_escape_char_token1] = ACTIONS(1324), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1324), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1324), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1324), - [aux_sym_forward_agent_token1] = ACTIONS(1324), - [aux_sym_forward_x11_token1] = ACTIONS(1326), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1324), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1324), - [aux_sym_gateway_ports_token1] = ACTIONS(1324), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1324), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1324), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1324), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1324), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1324), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1324), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1324), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1324), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1324), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1324), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1324), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1324), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1324), - [aux_sym_host_key_alias_token1] = ACTIONS(1324), - [aux_sym_hostname_token1] = ACTIONS(1324), - [aux_sym_identities_only_token1] = ACTIONS(1324), - [aux_sym_identity_agent_token1] = ACTIONS(1324), - [aux_sym_identity_file_token1] = ACTIONS(1324), - [aux_sym_ignore_unknown_token1] = ACTIONS(1324), - [aux_sym_include_token1] = ACTIONS(1324), - [aux_sym_ip_qos_token1] = ACTIONS(1324), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1324), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1324), - [aux_sym_kex_algorithms_token1] = ACTIONS(1324), - [aux_sym_known_hosts_command_token1] = ACTIONS(1324), - [aux_sym_local_command_token1] = ACTIONS(1324), - [aux_sym_local_forward_token1] = ACTIONS(1324), - [aux_sym_log_level_token1] = ACTIONS(1324), - [aux_sym_log_verbose_token1] = ACTIONS(1324), - [aux_sym_macs_token1] = ACTIONS(1324), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1324), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1324), - [aux_sym_password_authentication_token1] = ACTIONS(1324), - [aux_sym_permit_local_command_token1] = ACTIONS(1324), - [aux_sym_permit_remote_open_token1] = ACTIONS(1324), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1324), - [aux_sym_port_token1] = ACTIONS(1324), - [aux_sym_preferred_authentications_token1] = ACTIONS(1324), - [aux_sym_protocol_token1] = ACTIONS(1324), - [aux_sym_proxy_command_token1] = ACTIONS(1324), - [aux_sym_proxy_jump_token1] = ACTIONS(1324), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1324), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1324), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1324), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1324), - [aux_sym_rekey_limit_token1] = ACTIONS(1324), - [aux_sym_remote_command_token1] = ACTIONS(1324), - [aux_sym_remote_forward_token1] = ACTIONS(1324), - [aux_sym_request_tty_token1] = ACTIONS(1324), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1324), - [aux_sym_security_key_provider_token1] = ACTIONS(1324), - [aux_sym_send_env_token1] = ACTIONS(1324), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1324), - [aux_sym_server_alive_interval_token1] = ACTIONS(1324), - [aux_sym_session_type_token1] = ACTIONS(1324), - [aux_sym_set_env_token1] = ACTIONS(1324), - [aux_sym_stdin_null_token1] = ACTIONS(1324), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1324), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1324), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1324), - [aux_sym_syslog_facility_token1] = ACTIONS(1324), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1324), - [aux_sym_keep_alive_token1] = ACTIONS(1324), - [aux_sym_tunnel_token1] = ACTIONS(1326), - [aux_sym_tunnel_device_token1] = ACTIONS(1324), - [aux_sym_update_host_keys_token1] = ACTIONS(1324), - [aux_sym_use_keychain_token1] = ACTIONS(1324), - [aux_sym_use_roaming_token1] = ACTIONS(1324), - [aux_sym_user_token1] = ACTIONS(1326), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1324), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1324), - [aux_sym_visual_host_key_token1] = ACTIONS(1324), - [aux_sym_xauth_location_token1] = ACTIONS(1324), + [ts_builtin_sym_end] = ACTIONS(1329), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1331), + [anon_sym_DQUOTE] = ACTIONS(1333), + [aux_sym_match_token1] = ACTIONS(1329), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1329), + [aux_sym_address_family_token1] = ACTIONS(1329), + [aux_sym_batch_mode_token1] = ACTIONS(1329), + [aux_sym_bind_address_token1] = ACTIONS(1329), + [aux_sym_bind_interface_token1] = ACTIONS(1329), + [aux_sym_canonical_domains_token1] = ACTIONS(1329), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1329), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1329), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1329), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1329), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1329), + [aux_sym_certificate_file_token1] = ACTIONS(1329), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1329), + [aux_sym_check_host_ip_token1] = ACTIONS(1329), + [aux_sym_ciphers_token1] = ACTIONS(1329), + [aux_sym_cipher_token1] = ACTIONS(1331), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1329), + [aux_sym_compression_token1] = ACTIONS(1329), + [aux_sym_connection_attempts_token1] = ACTIONS(1329), + [aux_sym_connect_timeout_token1] = ACTIONS(1329), + [aux_sym_control_master_token1] = ACTIONS(1329), + [aux_sym_control_path_token1] = ACTIONS(1329), + [aux_sym_control_persist_token1] = ACTIONS(1329), + [aux_sym_dynamic_forward_token1] = ACTIONS(1329), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1329), + [aux_sym_escape_char_token1] = ACTIONS(1329), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1329), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1329), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1329), + [aux_sym_forward_agent_token1] = ACTIONS(1329), + [aux_sym_forward_x11_token1] = ACTIONS(1331), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1329), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1329), + [aux_sym_gateway_ports_token1] = ACTIONS(1329), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1329), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1329), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1329), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1329), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1329), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1329), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1329), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1329), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1329), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1329), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1329), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1329), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1329), + [aux_sym_host_key_alias_token1] = ACTIONS(1329), + [aux_sym_hostname_token1] = ACTIONS(1329), + [aux_sym_identities_only_token1] = ACTIONS(1329), + [aux_sym_identity_agent_token1] = ACTIONS(1329), + [aux_sym_identity_file_token1] = ACTIONS(1329), + [aux_sym_ignore_unknown_token1] = ACTIONS(1329), + [aux_sym_include_token1] = ACTIONS(1329), + [aux_sym_ip_qos_token1] = ACTIONS(1329), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1329), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1329), + [aux_sym_kex_algorithms_token1] = ACTIONS(1329), + [aux_sym_known_hosts_command_token1] = ACTIONS(1329), + [aux_sym_local_command_token1] = ACTIONS(1329), + [aux_sym_local_forward_token1] = ACTIONS(1329), + [aux_sym_log_level_token1] = ACTIONS(1329), + [aux_sym_log_verbose_token1] = ACTIONS(1329), + [aux_sym_macs_token1] = ACTIONS(1329), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1329), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1329), + [aux_sym_password_authentication_token1] = ACTIONS(1329), + [aux_sym_permit_local_command_token1] = ACTIONS(1329), + [aux_sym_permit_remote_open_token1] = ACTIONS(1329), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1329), + [aux_sym_port_token1] = ACTIONS(1329), + [aux_sym_preferred_authentications_token1] = ACTIONS(1329), + [aux_sym_protocol_token1] = ACTIONS(1329), + [aux_sym_proxy_command_token1] = ACTIONS(1329), + [aux_sym_proxy_jump_token1] = ACTIONS(1329), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1329), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1329), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1329), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1329), + [aux_sym_rekey_limit_token1] = ACTIONS(1329), + [aux_sym_remote_command_token1] = ACTIONS(1329), + [aux_sym_remote_forward_token1] = ACTIONS(1329), + [aux_sym_request_tty_token1] = ACTIONS(1329), + [aux_sym_required_rsa_size_token1] = ACTIONS(1329), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1329), + [aux_sym_security_key_provider_token1] = ACTIONS(1329), + [aux_sym_send_env_token1] = ACTIONS(1329), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1329), + [aux_sym_server_alive_interval_token1] = ACTIONS(1329), + [aux_sym_session_type_token1] = ACTIONS(1329), + [aux_sym_set_env_token1] = ACTIONS(1329), + [aux_sym_stdin_null_token1] = ACTIONS(1329), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1329), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1329), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1329), + [aux_sym_syslog_facility_token1] = ACTIONS(1329), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1329), + [aux_sym_keep_alive_token1] = ACTIONS(1329), + [aux_sym_tunnel_token1] = ACTIONS(1331), + [aux_sym_tunnel_device_token1] = ACTIONS(1329), + [aux_sym_update_host_keys_token1] = ACTIONS(1329), + [aux_sym_use_keychain_token1] = ACTIONS(1329), + [aux_sym_use_roaming_token1] = ACTIONS(1329), + [aux_sym_user_token1] = ACTIONS(1331), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1329), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1329), + [aux_sym_visual_host_key_token1] = ACTIONS(1329), + [aux_sym_xauth_location_token1] = ACTIONS(1329), }, [133] = { - [ts_builtin_sym_end] = ACTIONS(1330), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1332), - [anon_sym_DQUOTE] = ACTIONS(1334), - [aux_sym_match_token1] = ACTIONS(1330), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1330), - [aux_sym_address_family_token1] = ACTIONS(1330), - [aux_sym_batch_mode_token1] = ACTIONS(1330), - [aux_sym_bind_address_token1] = ACTIONS(1330), - [aux_sym_bind_interface_token1] = ACTIONS(1330), - [aux_sym_canonical_domains_token1] = ACTIONS(1330), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1330), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1330), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1330), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1330), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1330), - [aux_sym_certificate_file_token1] = ACTIONS(1330), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1330), - [aux_sym_check_host_ip_token1] = ACTIONS(1330), - [aux_sym_ciphers_token1] = ACTIONS(1330), - [aux_sym_cipher_token1] = ACTIONS(1332), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1330), - [aux_sym_compression_token1] = ACTIONS(1330), - [aux_sym_connection_attempts_token1] = ACTIONS(1330), - [aux_sym_connect_timeout_token1] = ACTIONS(1330), - [aux_sym_control_master_token1] = ACTIONS(1330), - [aux_sym_control_path_token1] = ACTIONS(1330), - [aux_sym_control_persist_token1] = ACTIONS(1330), - [aux_sym_dynamic_forward_token1] = ACTIONS(1330), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1330), - [aux_sym_escape_char_token1] = ACTIONS(1330), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1330), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1330), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1330), - [aux_sym_forward_agent_token1] = ACTIONS(1330), - [aux_sym_forward_x11_token1] = ACTIONS(1332), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1330), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1330), - [aux_sym_gateway_ports_token1] = ACTIONS(1330), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1330), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1330), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1330), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1330), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1330), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1330), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1330), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1330), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1330), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1330), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1330), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1330), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1330), - [aux_sym_host_key_alias_token1] = ACTIONS(1330), - [aux_sym_hostname_token1] = ACTIONS(1330), - [aux_sym_identities_only_token1] = ACTIONS(1330), - [aux_sym_identity_agent_token1] = ACTIONS(1330), - [aux_sym_identity_file_token1] = ACTIONS(1330), - [aux_sym_ignore_unknown_token1] = ACTIONS(1330), - [aux_sym_include_token1] = ACTIONS(1330), - [aux_sym_ip_qos_token1] = ACTIONS(1330), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1330), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1330), - [aux_sym_kex_algorithms_token1] = ACTIONS(1330), - [aux_sym_known_hosts_command_token1] = ACTIONS(1330), - [aux_sym_local_command_token1] = ACTIONS(1330), - [aux_sym_local_forward_token1] = ACTIONS(1330), - [aux_sym_log_level_token1] = ACTIONS(1330), - [aux_sym_log_verbose_token1] = ACTIONS(1330), - [aux_sym_macs_token1] = ACTIONS(1330), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1330), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1330), - [aux_sym_password_authentication_token1] = ACTIONS(1330), - [aux_sym_permit_local_command_token1] = ACTIONS(1330), - [aux_sym_permit_remote_open_token1] = ACTIONS(1330), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1330), - [aux_sym_port_token1] = ACTIONS(1330), - [aux_sym_preferred_authentications_token1] = ACTIONS(1330), - [aux_sym_protocol_token1] = ACTIONS(1330), - [aux_sym_proxy_command_token1] = ACTIONS(1330), - [aux_sym_proxy_jump_token1] = ACTIONS(1330), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1330), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1330), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1330), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1330), - [aux_sym_rekey_limit_token1] = ACTIONS(1330), - [aux_sym_remote_command_token1] = ACTIONS(1330), - [aux_sym_remote_forward_token1] = ACTIONS(1330), - [aux_sym_request_tty_token1] = ACTIONS(1330), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1330), - [aux_sym_security_key_provider_token1] = ACTIONS(1330), - [aux_sym_send_env_token1] = ACTIONS(1330), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1330), - [aux_sym_server_alive_interval_token1] = ACTIONS(1330), - [aux_sym_session_type_token1] = ACTIONS(1330), - [aux_sym_set_env_token1] = ACTIONS(1330), - [aux_sym_stdin_null_token1] = ACTIONS(1330), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1330), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1330), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1330), - [aux_sym_syslog_facility_token1] = ACTIONS(1330), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1330), - [aux_sym_keep_alive_token1] = ACTIONS(1330), - [aux_sym_tunnel_token1] = ACTIONS(1332), - [aux_sym_tunnel_device_token1] = ACTIONS(1330), - [aux_sym_update_host_keys_token1] = ACTIONS(1330), - [aux_sym_use_keychain_token1] = ACTIONS(1330), - [aux_sym_use_roaming_token1] = ACTIONS(1330), - [aux_sym_user_token1] = ACTIONS(1332), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1330), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1330), - [aux_sym_visual_host_key_token1] = ACTIONS(1330), - [aux_sym_xauth_location_token1] = ACTIONS(1330), + [ts_builtin_sym_end] = ACTIONS(1335), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1337), + [anon_sym_DQUOTE] = ACTIONS(1339), + [aux_sym_match_token1] = ACTIONS(1335), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1335), + [aux_sym_address_family_token1] = ACTIONS(1335), + [aux_sym_batch_mode_token1] = ACTIONS(1335), + [aux_sym_bind_address_token1] = ACTIONS(1335), + [aux_sym_bind_interface_token1] = ACTIONS(1335), + [aux_sym_canonical_domains_token1] = ACTIONS(1335), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1335), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1335), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1335), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1335), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1335), + [aux_sym_certificate_file_token1] = ACTIONS(1335), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1335), + [aux_sym_check_host_ip_token1] = ACTIONS(1335), + [aux_sym_ciphers_token1] = ACTIONS(1335), + [aux_sym_cipher_token1] = ACTIONS(1337), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1335), + [aux_sym_compression_token1] = ACTIONS(1335), + [aux_sym_connection_attempts_token1] = ACTIONS(1335), + [aux_sym_connect_timeout_token1] = ACTIONS(1335), + [aux_sym_control_master_token1] = ACTIONS(1335), + [aux_sym_control_path_token1] = ACTIONS(1335), + [aux_sym_control_persist_token1] = ACTIONS(1335), + [aux_sym_dynamic_forward_token1] = ACTIONS(1335), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1335), + [aux_sym_escape_char_token1] = ACTIONS(1335), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1335), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1335), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1335), + [aux_sym_forward_agent_token1] = ACTIONS(1335), + [aux_sym_forward_x11_token1] = ACTIONS(1337), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1335), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1335), + [aux_sym_gateway_ports_token1] = ACTIONS(1335), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1335), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1335), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1335), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1335), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1335), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1335), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1335), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1335), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1335), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1335), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1335), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1335), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1335), + [aux_sym_host_key_alias_token1] = ACTIONS(1335), + [aux_sym_hostname_token1] = ACTIONS(1335), + [aux_sym_identities_only_token1] = ACTIONS(1335), + [aux_sym_identity_agent_token1] = ACTIONS(1335), + [aux_sym_identity_file_token1] = ACTIONS(1335), + [aux_sym_ignore_unknown_token1] = ACTIONS(1335), + [aux_sym_include_token1] = ACTIONS(1335), + [aux_sym_ip_qos_token1] = ACTIONS(1335), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1335), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1335), + [aux_sym_kex_algorithms_token1] = ACTIONS(1335), + [aux_sym_known_hosts_command_token1] = ACTIONS(1335), + [aux_sym_local_command_token1] = ACTIONS(1335), + [aux_sym_local_forward_token1] = ACTIONS(1335), + [aux_sym_log_level_token1] = ACTIONS(1335), + [aux_sym_log_verbose_token1] = ACTIONS(1335), + [aux_sym_macs_token1] = ACTIONS(1335), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1335), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1335), + [aux_sym_password_authentication_token1] = ACTIONS(1335), + [aux_sym_permit_local_command_token1] = ACTIONS(1335), + [aux_sym_permit_remote_open_token1] = ACTIONS(1335), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1335), + [aux_sym_port_token1] = ACTIONS(1335), + [aux_sym_preferred_authentications_token1] = ACTIONS(1335), + [aux_sym_protocol_token1] = ACTIONS(1335), + [aux_sym_proxy_command_token1] = ACTIONS(1335), + [aux_sym_proxy_jump_token1] = ACTIONS(1335), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1335), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1335), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1335), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1335), + [aux_sym_rekey_limit_token1] = ACTIONS(1335), + [aux_sym_remote_command_token1] = ACTIONS(1335), + [aux_sym_remote_forward_token1] = ACTIONS(1335), + [aux_sym_request_tty_token1] = ACTIONS(1335), + [aux_sym_required_rsa_size_token1] = ACTIONS(1335), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1335), + [aux_sym_security_key_provider_token1] = ACTIONS(1335), + [aux_sym_send_env_token1] = ACTIONS(1335), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1335), + [aux_sym_server_alive_interval_token1] = ACTIONS(1335), + [aux_sym_session_type_token1] = ACTIONS(1335), + [aux_sym_set_env_token1] = ACTIONS(1335), + [aux_sym_stdin_null_token1] = ACTIONS(1335), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1335), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1335), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1335), + [aux_sym_syslog_facility_token1] = ACTIONS(1335), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1335), + [aux_sym_keep_alive_token1] = ACTIONS(1335), + [aux_sym_tunnel_token1] = ACTIONS(1337), + [aux_sym_tunnel_device_token1] = ACTIONS(1335), + [aux_sym_update_host_keys_token1] = ACTIONS(1335), + [aux_sym_use_keychain_token1] = ACTIONS(1335), + [aux_sym_use_roaming_token1] = ACTIONS(1335), + [aux_sym_user_token1] = ACTIONS(1337), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1335), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1335), + [aux_sym_visual_host_key_token1] = ACTIONS(1335), + [aux_sym_xauth_location_token1] = ACTIONS(1335), }, [134] = { - [ts_builtin_sym_end] = ACTIONS(1336), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1338), - [anon_sym_DQUOTE] = ACTIONS(1340), - [aux_sym_match_token1] = ACTIONS(1336), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1336), - [aux_sym_address_family_token1] = ACTIONS(1336), - [aux_sym_batch_mode_token1] = ACTIONS(1336), - [aux_sym_bind_address_token1] = ACTIONS(1336), - [aux_sym_bind_interface_token1] = ACTIONS(1336), - [aux_sym_canonical_domains_token1] = ACTIONS(1336), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1336), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1336), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1336), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1336), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1336), - [aux_sym_certificate_file_token1] = ACTIONS(1336), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1336), - [aux_sym_check_host_ip_token1] = ACTIONS(1336), - [aux_sym_ciphers_token1] = ACTIONS(1336), - [aux_sym_cipher_token1] = ACTIONS(1338), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1336), - [aux_sym_compression_token1] = ACTIONS(1336), - [aux_sym_connection_attempts_token1] = ACTIONS(1336), - [aux_sym_connect_timeout_token1] = ACTIONS(1336), - [aux_sym_control_master_token1] = ACTIONS(1336), - [aux_sym_control_path_token1] = ACTIONS(1336), - [aux_sym_control_persist_token1] = ACTIONS(1336), - [aux_sym_dynamic_forward_token1] = ACTIONS(1336), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1336), - [aux_sym_escape_char_token1] = ACTIONS(1336), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1336), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1336), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1336), - [aux_sym_forward_agent_token1] = ACTIONS(1336), - [aux_sym_forward_x11_token1] = ACTIONS(1338), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1336), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1336), - [aux_sym_gateway_ports_token1] = ACTIONS(1336), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1336), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1336), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1336), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1336), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1336), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1336), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1336), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1336), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1336), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1336), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1336), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1336), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1336), - [aux_sym_host_key_alias_token1] = ACTIONS(1336), - [aux_sym_hostname_token1] = ACTIONS(1336), - [aux_sym_identities_only_token1] = ACTIONS(1336), - [aux_sym_identity_agent_token1] = ACTIONS(1336), - [aux_sym_identity_file_token1] = ACTIONS(1336), - [aux_sym_ignore_unknown_token1] = ACTIONS(1336), - [aux_sym_include_token1] = ACTIONS(1336), - [aux_sym_ip_qos_token1] = ACTIONS(1336), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1336), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1336), - [aux_sym_kex_algorithms_token1] = ACTIONS(1336), - [aux_sym_known_hosts_command_token1] = ACTIONS(1336), - [aux_sym_local_command_token1] = ACTIONS(1336), - [aux_sym_local_forward_token1] = ACTIONS(1336), - [aux_sym_log_level_token1] = ACTIONS(1336), - [aux_sym_log_verbose_token1] = ACTIONS(1336), - [aux_sym_macs_token1] = ACTIONS(1336), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1336), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1336), - [aux_sym_password_authentication_token1] = ACTIONS(1336), - [aux_sym_permit_local_command_token1] = ACTIONS(1336), - [aux_sym_permit_remote_open_token1] = ACTIONS(1336), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1336), - [aux_sym_port_token1] = ACTIONS(1336), - [aux_sym_preferred_authentications_token1] = ACTIONS(1336), - [aux_sym_protocol_token1] = ACTIONS(1336), - [aux_sym_proxy_command_token1] = ACTIONS(1336), - [aux_sym_proxy_jump_token1] = ACTIONS(1336), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1336), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1336), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1336), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1336), - [aux_sym_rekey_limit_token1] = ACTIONS(1336), - [aux_sym_remote_command_token1] = ACTIONS(1336), - [aux_sym_remote_forward_token1] = ACTIONS(1336), - [aux_sym_request_tty_token1] = ACTIONS(1336), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1336), - [aux_sym_security_key_provider_token1] = ACTIONS(1336), - [aux_sym_send_env_token1] = ACTIONS(1336), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1336), - [aux_sym_server_alive_interval_token1] = ACTIONS(1336), - [aux_sym_session_type_token1] = ACTIONS(1336), - [aux_sym_set_env_token1] = ACTIONS(1336), - [aux_sym_stdin_null_token1] = ACTIONS(1336), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1336), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1336), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1336), - [aux_sym_syslog_facility_token1] = ACTIONS(1336), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1336), - [aux_sym_keep_alive_token1] = ACTIONS(1336), - [aux_sym_tunnel_token1] = ACTIONS(1338), - [aux_sym_tunnel_device_token1] = ACTIONS(1336), - [aux_sym_update_host_keys_token1] = ACTIONS(1336), - [aux_sym_use_keychain_token1] = ACTIONS(1336), - [aux_sym_use_roaming_token1] = ACTIONS(1336), - [aux_sym_user_token1] = ACTIONS(1338), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1336), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1336), - [aux_sym_visual_host_key_token1] = ACTIONS(1336), - [aux_sym_xauth_location_token1] = ACTIONS(1336), + [ts_builtin_sym_end] = ACTIONS(1341), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1343), + [anon_sym_DQUOTE] = ACTIONS(1345), + [aux_sym_match_token1] = ACTIONS(1341), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1341), + [aux_sym_address_family_token1] = ACTIONS(1341), + [aux_sym_batch_mode_token1] = ACTIONS(1341), + [aux_sym_bind_address_token1] = ACTIONS(1341), + [aux_sym_bind_interface_token1] = ACTIONS(1341), + [aux_sym_canonical_domains_token1] = ACTIONS(1341), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1341), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1341), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1341), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1341), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1341), + [aux_sym_certificate_file_token1] = ACTIONS(1341), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1341), + [aux_sym_check_host_ip_token1] = ACTIONS(1341), + [aux_sym_ciphers_token1] = ACTIONS(1341), + [aux_sym_cipher_token1] = ACTIONS(1343), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1341), + [aux_sym_compression_token1] = ACTIONS(1341), + [aux_sym_connection_attempts_token1] = ACTIONS(1341), + [aux_sym_connect_timeout_token1] = ACTIONS(1341), + [aux_sym_control_master_token1] = ACTIONS(1341), + [aux_sym_control_path_token1] = ACTIONS(1341), + [aux_sym_control_persist_token1] = ACTIONS(1341), + [aux_sym_dynamic_forward_token1] = ACTIONS(1341), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1341), + [aux_sym_escape_char_token1] = ACTIONS(1341), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1341), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1341), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1341), + [aux_sym_forward_agent_token1] = ACTIONS(1341), + [aux_sym_forward_x11_token1] = ACTIONS(1343), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1341), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1341), + [aux_sym_gateway_ports_token1] = ACTIONS(1341), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1341), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1341), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1341), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1341), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1341), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1341), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1341), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1341), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1341), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1341), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1341), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1341), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1341), + [aux_sym_host_key_alias_token1] = ACTIONS(1341), + [aux_sym_hostname_token1] = ACTIONS(1341), + [aux_sym_identities_only_token1] = ACTIONS(1341), + [aux_sym_identity_agent_token1] = ACTIONS(1341), + [aux_sym_identity_file_token1] = ACTIONS(1341), + [aux_sym_ignore_unknown_token1] = ACTIONS(1341), + [aux_sym_include_token1] = ACTIONS(1341), + [aux_sym_ip_qos_token1] = ACTIONS(1341), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1341), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1341), + [aux_sym_kex_algorithms_token1] = ACTIONS(1341), + [aux_sym_known_hosts_command_token1] = ACTIONS(1341), + [aux_sym_local_command_token1] = ACTIONS(1341), + [aux_sym_local_forward_token1] = ACTIONS(1341), + [aux_sym_log_level_token1] = ACTIONS(1341), + [aux_sym_log_verbose_token1] = ACTIONS(1341), + [aux_sym_macs_token1] = ACTIONS(1341), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1341), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1341), + [aux_sym_password_authentication_token1] = ACTIONS(1341), + [aux_sym_permit_local_command_token1] = ACTIONS(1341), + [aux_sym_permit_remote_open_token1] = ACTIONS(1341), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1341), + [aux_sym_port_token1] = ACTIONS(1341), + [aux_sym_preferred_authentications_token1] = ACTIONS(1341), + [aux_sym_protocol_token1] = ACTIONS(1341), + [aux_sym_proxy_command_token1] = ACTIONS(1341), + [aux_sym_proxy_jump_token1] = ACTIONS(1341), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1341), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1341), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1341), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1341), + [aux_sym_rekey_limit_token1] = ACTIONS(1341), + [aux_sym_remote_command_token1] = ACTIONS(1341), + [aux_sym_remote_forward_token1] = ACTIONS(1341), + [aux_sym_request_tty_token1] = ACTIONS(1341), + [aux_sym_required_rsa_size_token1] = ACTIONS(1341), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1341), + [aux_sym_security_key_provider_token1] = ACTIONS(1341), + [aux_sym_send_env_token1] = ACTIONS(1341), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1341), + [aux_sym_server_alive_interval_token1] = ACTIONS(1341), + [aux_sym_session_type_token1] = ACTIONS(1341), + [aux_sym_set_env_token1] = ACTIONS(1341), + [aux_sym_stdin_null_token1] = ACTIONS(1341), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1341), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1341), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1341), + [aux_sym_syslog_facility_token1] = ACTIONS(1341), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1341), + [aux_sym_keep_alive_token1] = ACTIONS(1341), + [aux_sym_tunnel_token1] = ACTIONS(1343), + [aux_sym_tunnel_device_token1] = ACTIONS(1341), + [aux_sym_update_host_keys_token1] = ACTIONS(1341), + [aux_sym_use_keychain_token1] = ACTIONS(1341), + [aux_sym_use_roaming_token1] = ACTIONS(1341), + [aux_sym_user_token1] = ACTIONS(1343), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1341), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1341), + [aux_sym_visual_host_key_token1] = ACTIONS(1341), + [aux_sym_xauth_location_token1] = ACTIONS(1341), }, [135] = { - [ts_builtin_sym_end] = ACTIONS(1342), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1344), - [anon_sym_DQUOTE] = ACTIONS(1346), - [aux_sym_match_token1] = ACTIONS(1342), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1342), - [aux_sym_address_family_token1] = ACTIONS(1342), - [aux_sym_batch_mode_token1] = ACTIONS(1342), - [aux_sym_bind_address_token1] = ACTIONS(1342), - [aux_sym_bind_interface_token1] = ACTIONS(1342), - [aux_sym_canonical_domains_token1] = ACTIONS(1342), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1342), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1342), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1342), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1342), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1342), - [aux_sym_certificate_file_token1] = ACTIONS(1342), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1342), - [aux_sym_check_host_ip_token1] = ACTIONS(1342), - [aux_sym_ciphers_token1] = ACTIONS(1342), - [aux_sym_cipher_token1] = ACTIONS(1344), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1342), - [aux_sym_compression_token1] = ACTIONS(1342), - [aux_sym_connection_attempts_token1] = ACTIONS(1342), - [aux_sym_connect_timeout_token1] = ACTIONS(1342), - [aux_sym_control_master_token1] = ACTIONS(1342), - [aux_sym_control_path_token1] = ACTIONS(1342), - [aux_sym_control_persist_token1] = ACTIONS(1342), - [aux_sym_dynamic_forward_token1] = ACTIONS(1342), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1342), - [aux_sym_escape_char_token1] = ACTIONS(1342), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1342), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1342), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1342), - [aux_sym_forward_agent_token1] = ACTIONS(1342), - [aux_sym_forward_x11_token1] = ACTIONS(1344), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1342), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1342), - [aux_sym_gateway_ports_token1] = ACTIONS(1342), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1342), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1342), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1342), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1342), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1342), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1342), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1342), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1342), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1342), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1342), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1342), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1342), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1342), - [aux_sym_host_key_alias_token1] = ACTIONS(1342), - [aux_sym_hostname_token1] = ACTIONS(1342), - [aux_sym_identities_only_token1] = ACTIONS(1342), - [aux_sym_identity_agent_token1] = ACTIONS(1342), - [aux_sym_identity_file_token1] = ACTIONS(1342), - [aux_sym_ignore_unknown_token1] = ACTIONS(1342), - [aux_sym_include_token1] = ACTIONS(1342), - [aux_sym_ip_qos_token1] = ACTIONS(1342), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1342), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1342), - [aux_sym_kex_algorithms_token1] = ACTIONS(1342), - [aux_sym_known_hosts_command_token1] = ACTIONS(1342), - [aux_sym_local_command_token1] = ACTIONS(1342), - [aux_sym_local_forward_token1] = ACTIONS(1342), - [aux_sym_log_level_token1] = ACTIONS(1342), - [aux_sym_log_verbose_token1] = ACTIONS(1342), - [aux_sym_macs_token1] = ACTIONS(1342), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1342), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1342), - [aux_sym_password_authentication_token1] = ACTIONS(1342), - [aux_sym_permit_local_command_token1] = ACTIONS(1342), - [aux_sym_permit_remote_open_token1] = ACTIONS(1342), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1342), - [aux_sym_port_token1] = ACTIONS(1342), - [aux_sym_preferred_authentications_token1] = ACTIONS(1342), - [aux_sym_protocol_token1] = ACTIONS(1342), - [aux_sym_proxy_command_token1] = ACTIONS(1342), - [aux_sym_proxy_jump_token1] = ACTIONS(1342), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1342), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1342), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1342), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1342), - [aux_sym_rekey_limit_token1] = ACTIONS(1342), - [aux_sym_remote_command_token1] = ACTIONS(1342), - [aux_sym_remote_forward_token1] = ACTIONS(1342), - [aux_sym_request_tty_token1] = ACTIONS(1342), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1342), - [aux_sym_security_key_provider_token1] = ACTIONS(1342), - [aux_sym_send_env_token1] = ACTIONS(1342), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1342), - [aux_sym_server_alive_interval_token1] = ACTIONS(1342), - [aux_sym_session_type_token1] = ACTIONS(1342), - [aux_sym_set_env_token1] = ACTIONS(1342), - [aux_sym_stdin_null_token1] = ACTIONS(1342), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1342), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1342), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1342), - [aux_sym_syslog_facility_token1] = ACTIONS(1342), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1342), - [aux_sym_keep_alive_token1] = ACTIONS(1342), - [aux_sym_tunnel_token1] = ACTIONS(1344), - [aux_sym_tunnel_device_token1] = ACTIONS(1342), - [aux_sym_update_host_keys_token1] = ACTIONS(1342), - [aux_sym_use_keychain_token1] = ACTIONS(1342), - [aux_sym_use_roaming_token1] = ACTIONS(1342), - [aux_sym_user_token1] = ACTIONS(1344), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1342), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1342), - [aux_sym_visual_host_key_token1] = ACTIONS(1342), - [aux_sym_xauth_location_token1] = ACTIONS(1342), + [ts_builtin_sym_end] = ACTIONS(1347), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1349), + [anon_sym_DQUOTE] = ACTIONS(1351), + [aux_sym_match_token1] = ACTIONS(1347), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1347), + [aux_sym_address_family_token1] = ACTIONS(1347), + [aux_sym_batch_mode_token1] = ACTIONS(1347), + [aux_sym_bind_address_token1] = ACTIONS(1347), + [aux_sym_bind_interface_token1] = ACTIONS(1347), + [aux_sym_canonical_domains_token1] = ACTIONS(1347), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1347), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1347), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1347), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1347), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1347), + [aux_sym_certificate_file_token1] = ACTIONS(1347), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1347), + [aux_sym_check_host_ip_token1] = ACTIONS(1347), + [aux_sym_ciphers_token1] = ACTIONS(1347), + [aux_sym_cipher_token1] = ACTIONS(1349), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1347), + [aux_sym_compression_token1] = ACTIONS(1347), + [aux_sym_connection_attempts_token1] = ACTIONS(1347), + [aux_sym_connect_timeout_token1] = ACTIONS(1347), + [aux_sym_control_master_token1] = ACTIONS(1347), + [aux_sym_control_path_token1] = ACTIONS(1347), + [aux_sym_control_persist_token1] = ACTIONS(1347), + [aux_sym_dynamic_forward_token1] = ACTIONS(1347), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1347), + [aux_sym_escape_char_token1] = ACTIONS(1347), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1347), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1347), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1347), + [aux_sym_forward_agent_token1] = ACTIONS(1347), + [aux_sym_forward_x11_token1] = ACTIONS(1349), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1347), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1347), + [aux_sym_gateway_ports_token1] = ACTIONS(1347), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1347), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1347), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1347), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1347), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1347), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1347), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1347), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1347), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1347), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1347), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1347), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1347), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1347), + [aux_sym_host_key_alias_token1] = ACTIONS(1347), + [aux_sym_hostname_token1] = ACTIONS(1347), + [aux_sym_identities_only_token1] = ACTIONS(1347), + [aux_sym_identity_agent_token1] = ACTIONS(1347), + [aux_sym_identity_file_token1] = ACTIONS(1347), + [aux_sym_ignore_unknown_token1] = ACTIONS(1347), + [aux_sym_include_token1] = ACTIONS(1347), + [aux_sym_ip_qos_token1] = ACTIONS(1347), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1347), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1347), + [aux_sym_kex_algorithms_token1] = ACTIONS(1347), + [aux_sym_known_hosts_command_token1] = ACTIONS(1347), + [aux_sym_local_command_token1] = ACTIONS(1347), + [aux_sym_local_forward_token1] = ACTIONS(1347), + [aux_sym_log_level_token1] = ACTIONS(1347), + [aux_sym_log_verbose_token1] = ACTIONS(1347), + [aux_sym_macs_token1] = ACTIONS(1347), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1347), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1347), + [aux_sym_password_authentication_token1] = ACTIONS(1347), + [aux_sym_permit_local_command_token1] = ACTIONS(1347), + [aux_sym_permit_remote_open_token1] = ACTIONS(1347), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1347), + [aux_sym_port_token1] = ACTIONS(1347), + [aux_sym_preferred_authentications_token1] = ACTIONS(1347), + [aux_sym_protocol_token1] = ACTIONS(1347), + [aux_sym_proxy_command_token1] = ACTIONS(1347), + [aux_sym_proxy_jump_token1] = ACTIONS(1347), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1347), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1347), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1347), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1347), + [aux_sym_rekey_limit_token1] = ACTIONS(1347), + [aux_sym_remote_command_token1] = ACTIONS(1347), + [aux_sym_remote_forward_token1] = ACTIONS(1347), + [aux_sym_request_tty_token1] = ACTIONS(1347), + [aux_sym_required_rsa_size_token1] = ACTIONS(1347), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1347), + [aux_sym_security_key_provider_token1] = ACTIONS(1347), + [aux_sym_send_env_token1] = ACTIONS(1347), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1347), + [aux_sym_server_alive_interval_token1] = ACTIONS(1347), + [aux_sym_session_type_token1] = ACTIONS(1347), + [aux_sym_set_env_token1] = ACTIONS(1347), + [aux_sym_stdin_null_token1] = ACTIONS(1347), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1347), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1347), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1347), + [aux_sym_syslog_facility_token1] = ACTIONS(1347), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1347), + [aux_sym_keep_alive_token1] = ACTIONS(1347), + [aux_sym_tunnel_token1] = ACTIONS(1349), + [aux_sym_tunnel_device_token1] = ACTIONS(1347), + [aux_sym_update_host_keys_token1] = ACTIONS(1347), + [aux_sym_use_keychain_token1] = ACTIONS(1347), + [aux_sym_use_roaming_token1] = ACTIONS(1347), + [aux_sym_user_token1] = ACTIONS(1349), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1347), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1347), + [aux_sym_visual_host_key_token1] = ACTIONS(1347), + [aux_sym_xauth_location_token1] = ACTIONS(1347), }, [136] = { - [ts_builtin_sym_end] = ACTIONS(1348), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1350), - [anon_sym_DQUOTE] = ACTIONS(1352), - [aux_sym_match_token1] = ACTIONS(1348), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1348), - [aux_sym_address_family_token1] = ACTIONS(1348), - [aux_sym_batch_mode_token1] = ACTIONS(1348), - [aux_sym_bind_address_token1] = ACTIONS(1348), - [aux_sym_bind_interface_token1] = ACTIONS(1348), - [aux_sym_canonical_domains_token1] = ACTIONS(1348), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1348), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1348), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1348), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1348), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1348), - [aux_sym_certificate_file_token1] = ACTIONS(1348), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1348), - [aux_sym_check_host_ip_token1] = ACTIONS(1348), - [aux_sym_ciphers_token1] = ACTIONS(1348), - [aux_sym_cipher_token1] = ACTIONS(1350), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1348), - [aux_sym_compression_token1] = ACTIONS(1348), - [aux_sym_connection_attempts_token1] = ACTIONS(1348), - [aux_sym_connect_timeout_token1] = ACTIONS(1348), - [aux_sym_control_master_token1] = ACTIONS(1348), - [aux_sym_control_path_token1] = ACTIONS(1348), - [aux_sym_control_persist_token1] = ACTIONS(1348), - [aux_sym_dynamic_forward_token1] = ACTIONS(1348), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1348), - [aux_sym_escape_char_token1] = ACTIONS(1348), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1348), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1348), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1348), - [aux_sym_forward_agent_token1] = ACTIONS(1348), - [aux_sym_forward_x11_token1] = ACTIONS(1350), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1348), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1348), - [aux_sym_gateway_ports_token1] = ACTIONS(1348), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1348), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1348), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1348), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1348), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1348), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1348), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1348), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1348), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1348), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1348), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1348), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1348), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1348), - [aux_sym_host_key_alias_token1] = ACTIONS(1348), - [aux_sym_hostname_token1] = ACTIONS(1348), - [aux_sym_identities_only_token1] = ACTIONS(1348), - [aux_sym_identity_agent_token1] = ACTIONS(1348), - [aux_sym_identity_file_token1] = ACTIONS(1348), - [aux_sym_ignore_unknown_token1] = ACTIONS(1348), - [aux_sym_include_token1] = ACTIONS(1348), - [aux_sym_ip_qos_token1] = ACTIONS(1348), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1348), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1348), - [aux_sym_kex_algorithms_token1] = ACTIONS(1348), - [aux_sym_known_hosts_command_token1] = ACTIONS(1348), - [aux_sym_local_command_token1] = ACTIONS(1348), - [aux_sym_local_forward_token1] = ACTIONS(1348), - [aux_sym_log_level_token1] = ACTIONS(1348), - [aux_sym_log_verbose_token1] = ACTIONS(1348), - [aux_sym_macs_token1] = ACTIONS(1348), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1348), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1348), - [aux_sym_password_authentication_token1] = ACTIONS(1348), - [aux_sym_permit_local_command_token1] = ACTIONS(1348), - [aux_sym_permit_remote_open_token1] = ACTIONS(1348), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1348), - [aux_sym_port_token1] = ACTIONS(1348), - [aux_sym_preferred_authentications_token1] = ACTIONS(1348), - [aux_sym_protocol_token1] = ACTIONS(1348), - [aux_sym_proxy_command_token1] = ACTIONS(1348), - [aux_sym_proxy_jump_token1] = ACTIONS(1348), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1348), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1348), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1348), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1348), - [aux_sym_rekey_limit_token1] = ACTIONS(1348), - [aux_sym_remote_command_token1] = ACTIONS(1348), - [aux_sym_remote_forward_token1] = ACTIONS(1348), - [aux_sym_request_tty_token1] = ACTIONS(1348), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1348), - [aux_sym_security_key_provider_token1] = ACTIONS(1348), - [aux_sym_send_env_token1] = ACTIONS(1348), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1348), - [aux_sym_server_alive_interval_token1] = ACTIONS(1348), - [aux_sym_session_type_token1] = ACTIONS(1348), - [aux_sym_set_env_token1] = ACTIONS(1348), - [aux_sym_stdin_null_token1] = ACTIONS(1348), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1348), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1348), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1348), - [aux_sym_syslog_facility_token1] = ACTIONS(1348), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1348), - [aux_sym_keep_alive_token1] = ACTIONS(1348), - [aux_sym_tunnel_token1] = ACTIONS(1350), - [aux_sym_tunnel_device_token1] = ACTIONS(1348), - [aux_sym_update_host_keys_token1] = ACTIONS(1348), - [aux_sym_use_keychain_token1] = ACTIONS(1348), - [aux_sym_use_roaming_token1] = ACTIONS(1348), - [aux_sym_user_token1] = ACTIONS(1350), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1348), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1348), - [aux_sym_visual_host_key_token1] = ACTIONS(1348), - [aux_sym_xauth_location_token1] = ACTIONS(1348), + [ts_builtin_sym_end] = ACTIONS(1353), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1355), + [anon_sym_DQUOTE] = ACTIONS(1357), + [aux_sym_match_token1] = ACTIONS(1353), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1353), + [aux_sym_address_family_token1] = ACTIONS(1353), + [aux_sym_batch_mode_token1] = ACTIONS(1353), + [aux_sym_bind_address_token1] = ACTIONS(1353), + [aux_sym_bind_interface_token1] = ACTIONS(1353), + [aux_sym_canonical_domains_token1] = ACTIONS(1353), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1353), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1353), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1353), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1353), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1353), + [aux_sym_certificate_file_token1] = ACTIONS(1353), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1353), + [aux_sym_check_host_ip_token1] = ACTIONS(1353), + [aux_sym_ciphers_token1] = ACTIONS(1353), + [aux_sym_cipher_token1] = ACTIONS(1355), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1353), + [aux_sym_compression_token1] = ACTIONS(1353), + [aux_sym_connection_attempts_token1] = ACTIONS(1353), + [aux_sym_connect_timeout_token1] = ACTIONS(1353), + [aux_sym_control_master_token1] = ACTIONS(1353), + [aux_sym_control_path_token1] = ACTIONS(1353), + [aux_sym_control_persist_token1] = ACTIONS(1353), + [aux_sym_dynamic_forward_token1] = ACTIONS(1353), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1353), + [aux_sym_escape_char_token1] = ACTIONS(1353), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1353), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1353), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1353), + [aux_sym_forward_agent_token1] = ACTIONS(1353), + [aux_sym_forward_x11_token1] = ACTIONS(1355), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1353), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1353), + [aux_sym_gateway_ports_token1] = ACTIONS(1353), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1353), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1353), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1353), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1353), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1353), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1353), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1353), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1353), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1353), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1353), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1353), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1353), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1353), + [aux_sym_host_key_alias_token1] = ACTIONS(1353), + [aux_sym_hostname_token1] = ACTIONS(1353), + [aux_sym_identities_only_token1] = ACTIONS(1353), + [aux_sym_identity_agent_token1] = ACTIONS(1353), + [aux_sym_identity_file_token1] = ACTIONS(1353), + [aux_sym_ignore_unknown_token1] = ACTIONS(1353), + [aux_sym_include_token1] = ACTIONS(1353), + [aux_sym_ip_qos_token1] = ACTIONS(1353), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1353), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1353), + [aux_sym_kex_algorithms_token1] = ACTIONS(1353), + [aux_sym_known_hosts_command_token1] = ACTIONS(1353), + [aux_sym_local_command_token1] = ACTIONS(1353), + [aux_sym_local_forward_token1] = ACTIONS(1353), + [aux_sym_log_level_token1] = ACTIONS(1353), + [aux_sym_log_verbose_token1] = ACTIONS(1353), + [aux_sym_macs_token1] = ACTIONS(1353), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1353), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1353), + [aux_sym_password_authentication_token1] = ACTIONS(1353), + [aux_sym_permit_local_command_token1] = ACTIONS(1353), + [aux_sym_permit_remote_open_token1] = ACTIONS(1353), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1353), + [aux_sym_port_token1] = ACTIONS(1353), + [aux_sym_preferred_authentications_token1] = ACTIONS(1353), + [aux_sym_protocol_token1] = ACTIONS(1353), + [aux_sym_proxy_command_token1] = ACTIONS(1353), + [aux_sym_proxy_jump_token1] = ACTIONS(1353), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1353), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1353), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1353), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1353), + [aux_sym_rekey_limit_token1] = ACTIONS(1353), + [aux_sym_remote_command_token1] = ACTIONS(1353), + [aux_sym_remote_forward_token1] = ACTIONS(1353), + [aux_sym_request_tty_token1] = ACTIONS(1353), + [aux_sym_required_rsa_size_token1] = ACTIONS(1353), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1353), + [aux_sym_security_key_provider_token1] = ACTIONS(1353), + [aux_sym_send_env_token1] = ACTIONS(1353), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1353), + [aux_sym_server_alive_interval_token1] = ACTIONS(1353), + [aux_sym_session_type_token1] = ACTIONS(1353), + [aux_sym_set_env_token1] = ACTIONS(1353), + [aux_sym_stdin_null_token1] = ACTIONS(1353), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1353), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1353), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1353), + [aux_sym_syslog_facility_token1] = ACTIONS(1353), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1353), + [aux_sym_keep_alive_token1] = ACTIONS(1353), + [aux_sym_tunnel_token1] = ACTIONS(1355), + [aux_sym_tunnel_device_token1] = ACTIONS(1353), + [aux_sym_update_host_keys_token1] = ACTIONS(1353), + [aux_sym_use_keychain_token1] = ACTIONS(1353), + [aux_sym_use_roaming_token1] = ACTIONS(1353), + [aux_sym_user_token1] = ACTIONS(1355), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1353), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1353), + [aux_sym_visual_host_key_token1] = ACTIONS(1353), + [aux_sym_xauth_location_token1] = ACTIONS(1353), }, [137] = { - [ts_builtin_sym_end] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1356), - [anon_sym_DQUOTE] = ACTIONS(1358), - [aux_sym_match_token1] = ACTIONS(1354), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1354), - [aux_sym_address_family_token1] = ACTIONS(1354), - [aux_sym_batch_mode_token1] = ACTIONS(1354), - [aux_sym_bind_address_token1] = ACTIONS(1354), - [aux_sym_bind_interface_token1] = ACTIONS(1354), - [aux_sym_canonical_domains_token1] = ACTIONS(1354), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1354), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1354), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1354), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1354), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1354), - [aux_sym_certificate_file_token1] = ACTIONS(1354), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1354), - [aux_sym_check_host_ip_token1] = ACTIONS(1354), - [aux_sym_ciphers_token1] = ACTIONS(1354), - [aux_sym_cipher_token1] = ACTIONS(1356), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1354), - [aux_sym_compression_token1] = ACTIONS(1354), - [aux_sym_connection_attempts_token1] = ACTIONS(1354), - [aux_sym_connect_timeout_token1] = ACTIONS(1354), - [aux_sym_control_master_token1] = ACTIONS(1354), - [aux_sym_control_path_token1] = ACTIONS(1354), - [aux_sym_control_persist_token1] = ACTIONS(1354), - [aux_sym_dynamic_forward_token1] = ACTIONS(1354), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1354), - [aux_sym_escape_char_token1] = ACTIONS(1354), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1354), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1354), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1354), - [aux_sym_forward_agent_token1] = ACTIONS(1354), - [aux_sym_forward_x11_token1] = ACTIONS(1356), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1354), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1354), - [aux_sym_gateway_ports_token1] = ACTIONS(1354), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1354), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1354), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1354), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1354), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1354), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1354), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1354), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1354), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1354), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1354), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1354), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1354), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1354), - [aux_sym_host_key_alias_token1] = ACTIONS(1354), - [aux_sym_hostname_token1] = ACTIONS(1354), - [aux_sym_identities_only_token1] = ACTIONS(1354), - [aux_sym_identity_agent_token1] = ACTIONS(1354), - [aux_sym_identity_file_token1] = ACTIONS(1354), - [aux_sym_ignore_unknown_token1] = ACTIONS(1354), - [aux_sym_include_token1] = ACTIONS(1354), - [aux_sym_ip_qos_token1] = ACTIONS(1354), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1354), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1354), - [aux_sym_kex_algorithms_token1] = ACTIONS(1354), - [aux_sym_known_hosts_command_token1] = ACTIONS(1354), - [aux_sym_local_command_token1] = ACTIONS(1354), - [aux_sym_local_forward_token1] = ACTIONS(1354), - [aux_sym_log_level_token1] = ACTIONS(1354), - [aux_sym_log_verbose_token1] = ACTIONS(1354), - [aux_sym_macs_token1] = ACTIONS(1354), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1354), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1354), - [aux_sym_password_authentication_token1] = ACTIONS(1354), - [aux_sym_permit_local_command_token1] = ACTIONS(1354), - [aux_sym_permit_remote_open_token1] = ACTIONS(1354), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1354), - [aux_sym_port_token1] = ACTIONS(1354), - [aux_sym_preferred_authentications_token1] = ACTIONS(1354), - [aux_sym_protocol_token1] = ACTIONS(1354), - [aux_sym_proxy_command_token1] = ACTIONS(1354), - [aux_sym_proxy_jump_token1] = ACTIONS(1354), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1354), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1354), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1354), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1354), - [aux_sym_rekey_limit_token1] = ACTIONS(1354), - [aux_sym_remote_command_token1] = ACTIONS(1354), - [aux_sym_remote_forward_token1] = ACTIONS(1354), - [aux_sym_request_tty_token1] = ACTIONS(1354), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1354), - [aux_sym_security_key_provider_token1] = ACTIONS(1354), - [aux_sym_send_env_token1] = ACTIONS(1354), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1354), - [aux_sym_server_alive_interval_token1] = ACTIONS(1354), - [aux_sym_session_type_token1] = ACTIONS(1354), - [aux_sym_set_env_token1] = ACTIONS(1354), - [aux_sym_stdin_null_token1] = ACTIONS(1354), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1354), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1354), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1354), - [aux_sym_syslog_facility_token1] = ACTIONS(1354), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1354), - [aux_sym_keep_alive_token1] = ACTIONS(1354), - [aux_sym_tunnel_token1] = ACTIONS(1356), - [aux_sym_tunnel_device_token1] = ACTIONS(1354), - [aux_sym_update_host_keys_token1] = ACTIONS(1354), - [aux_sym_use_keychain_token1] = ACTIONS(1354), - [aux_sym_use_roaming_token1] = ACTIONS(1354), - [aux_sym_user_token1] = ACTIONS(1356), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1354), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1354), - [aux_sym_visual_host_key_token1] = ACTIONS(1354), - [aux_sym_xauth_location_token1] = ACTIONS(1354), + [ts_builtin_sym_end] = ACTIONS(1359), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1361), + [anon_sym_DQUOTE] = ACTIONS(1363), + [aux_sym_match_token1] = ACTIONS(1359), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1359), + [aux_sym_address_family_token1] = ACTIONS(1359), + [aux_sym_batch_mode_token1] = ACTIONS(1359), + [aux_sym_bind_address_token1] = ACTIONS(1359), + [aux_sym_bind_interface_token1] = ACTIONS(1359), + [aux_sym_canonical_domains_token1] = ACTIONS(1359), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1359), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1359), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1359), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1359), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1359), + [aux_sym_certificate_file_token1] = ACTIONS(1359), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1359), + [aux_sym_check_host_ip_token1] = ACTIONS(1359), + [aux_sym_ciphers_token1] = ACTIONS(1359), + [aux_sym_cipher_token1] = ACTIONS(1361), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1359), + [aux_sym_compression_token1] = ACTIONS(1359), + [aux_sym_connection_attempts_token1] = ACTIONS(1359), + [aux_sym_connect_timeout_token1] = ACTIONS(1359), + [aux_sym_control_master_token1] = ACTIONS(1359), + [aux_sym_control_path_token1] = ACTIONS(1359), + [aux_sym_control_persist_token1] = ACTIONS(1359), + [aux_sym_dynamic_forward_token1] = ACTIONS(1359), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1359), + [aux_sym_escape_char_token1] = ACTIONS(1359), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1359), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1359), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1359), + [aux_sym_forward_agent_token1] = ACTIONS(1359), + [aux_sym_forward_x11_token1] = ACTIONS(1361), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1359), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1359), + [aux_sym_gateway_ports_token1] = ACTIONS(1359), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1359), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1359), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1359), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1359), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1359), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1359), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1359), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1359), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1359), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1359), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1359), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1359), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1359), + [aux_sym_host_key_alias_token1] = ACTIONS(1359), + [aux_sym_hostname_token1] = ACTIONS(1359), + [aux_sym_identities_only_token1] = ACTIONS(1359), + [aux_sym_identity_agent_token1] = ACTIONS(1359), + [aux_sym_identity_file_token1] = ACTIONS(1359), + [aux_sym_ignore_unknown_token1] = ACTIONS(1359), + [aux_sym_include_token1] = ACTIONS(1359), + [aux_sym_ip_qos_token1] = ACTIONS(1359), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1359), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1359), + [aux_sym_kex_algorithms_token1] = ACTIONS(1359), + [aux_sym_known_hosts_command_token1] = ACTIONS(1359), + [aux_sym_local_command_token1] = ACTIONS(1359), + [aux_sym_local_forward_token1] = ACTIONS(1359), + [aux_sym_log_level_token1] = ACTIONS(1359), + [aux_sym_log_verbose_token1] = ACTIONS(1359), + [aux_sym_macs_token1] = ACTIONS(1359), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1359), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1359), + [aux_sym_password_authentication_token1] = ACTIONS(1359), + [aux_sym_permit_local_command_token1] = ACTIONS(1359), + [aux_sym_permit_remote_open_token1] = ACTIONS(1359), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1359), + [aux_sym_port_token1] = ACTIONS(1359), + [aux_sym_preferred_authentications_token1] = ACTIONS(1359), + [aux_sym_protocol_token1] = ACTIONS(1359), + [aux_sym_proxy_command_token1] = ACTIONS(1359), + [aux_sym_proxy_jump_token1] = ACTIONS(1359), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1359), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1359), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1359), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1359), + [aux_sym_rekey_limit_token1] = ACTIONS(1359), + [aux_sym_remote_command_token1] = ACTIONS(1359), + [aux_sym_remote_forward_token1] = ACTIONS(1359), + [aux_sym_request_tty_token1] = ACTIONS(1359), + [aux_sym_required_rsa_size_token1] = ACTIONS(1359), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1359), + [aux_sym_security_key_provider_token1] = ACTIONS(1359), + [aux_sym_send_env_token1] = ACTIONS(1359), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1359), + [aux_sym_server_alive_interval_token1] = ACTIONS(1359), + [aux_sym_session_type_token1] = ACTIONS(1359), + [aux_sym_set_env_token1] = ACTIONS(1359), + [aux_sym_stdin_null_token1] = ACTIONS(1359), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1359), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1359), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1359), + [aux_sym_syslog_facility_token1] = ACTIONS(1359), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1359), + [aux_sym_keep_alive_token1] = ACTIONS(1359), + [aux_sym_tunnel_token1] = ACTIONS(1361), + [aux_sym_tunnel_device_token1] = ACTIONS(1359), + [aux_sym_update_host_keys_token1] = ACTIONS(1359), + [aux_sym_use_keychain_token1] = ACTIONS(1359), + [aux_sym_use_roaming_token1] = ACTIONS(1359), + [aux_sym_user_token1] = ACTIONS(1361), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1359), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1359), + [aux_sym_visual_host_key_token1] = ACTIONS(1359), + [aux_sym_xauth_location_token1] = ACTIONS(1359), }, [138] = { - [ts_builtin_sym_end] = ACTIONS(1360), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1362), - [anon_sym_DQUOTE] = ACTIONS(1364), - [aux_sym_match_token1] = ACTIONS(1360), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1360), - [aux_sym_address_family_token1] = ACTIONS(1360), - [aux_sym_batch_mode_token1] = ACTIONS(1360), - [aux_sym_bind_address_token1] = ACTIONS(1360), - [aux_sym_bind_interface_token1] = ACTIONS(1360), - [aux_sym_canonical_domains_token1] = ACTIONS(1360), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1360), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1360), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1360), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1360), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1360), - [aux_sym_certificate_file_token1] = ACTIONS(1360), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1360), - [aux_sym_check_host_ip_token1] = ACTIONS(1360), - [aux_sym_ciphers_token1] = ACTIONS(1360), - [aux_sym_cipher_token1] = ACTIONS(1362), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1360), - [aux_sym_compression_token1] = ACTIONS(1360), - [aux_sym_connection_attempts_token1] = ACTIONS(1360), - [aux_sym_connect_timeout_token1] = ACTIONS(1360), - [aux_sym_control_master_token1] = ACTIONS(1360), - [aux_sym_control_path_token1] = ACTIONS(1360), - [aux_sym_control_persist_token1] = ACTIONS(1360), - [aux_sym_dynamic_forward_token1] = ACTIONS(1360), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1360), - [aux_sym_escape_char_token1] = ACTIONS(1360), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1360), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1360), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1360), - [aux_sym_forward_agent_token1] = ACTIONS(1360), - [aux_sym_forward_x11_token1] = ACTIONS(1362), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1360), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1360), - [aux_sym_gateway_ports_token1] = ACTIONS(1360), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1360), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1360), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1360), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1360), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1360), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1360), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1360), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1360), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1360), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1360), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1360), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1360), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1360), - [aux_sym_host_key_alias_token1] = ACTIONS(1360), - [aux_sym_hostname_token1] = ACTIONS(1360), - [aux_sym_identities_only_token1] = ACTIONS(1360), - [aux_sym_identity_agent_token1] = ACTIONS(1360), - [aux_sym_identity_file_token1] = ACTIONS(1360), - [aux_sym_ignore_unknown_token1] = ACTIONS(1360), - [aux_sym_include_token1] = ACTIONS(1360), - [aux_sym_ip_qos_token1] = ACTIONS(1360), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1360), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1360), - [aux_sym_kex_algorithms_token1] = ACTIONS(1360), - [aux_sym_known_hosts_command_token1] = ACTIONS(1360), - [aux_sym_local_command_token1] = ACTIONS(1360), - [aux_sym_local_forward_token1] = ACTIONS(1360), - [aux_sym_log_level_token1] = ACTIONS(1360), - [aux_sym_log_verbose_token1] = ACTIONS(1360), - [aux_sym_macs_token1] = ACTIONS(1360), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1360), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1360), - [aux_sym_password_authentication_token1] = ACTIONS(1360), - [aux_sym_permit_local_command_token1] = ACTIONS(1360), - [aux_sym_permit_remote_open_token1] = ACTIONS(1360), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1360), - [aux_sym_port_token1] = ACTIONS(1360), - [aux_sym_preferred_authentications_token1] = ACTIONS(1360), - [aux_sym_protocol_token1] = ACTIONS(1360), - [aux_sym_proxy_command_token1] = ACTIONS(1360), - [aux_sym_proxy_jump_token1] = ACTIONS(1360), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1360), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1360), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1360), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1360), - [aux_sym_rekey_limit_token1] = ACTIONS(1360), - [aux_sym_remote_command_token1] = ACTIONS(1360), - [aux_sym_remote_forward_token1] = ACTIONS(1360), - [aux_sym_request_tty_token1] = ACTIONS(1360), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1360), - [aux_sym_security_key_provider_token1] = ACTIONS(1360), - [aux_sym_send_env_token1] = ACTIONS(1360), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1360), - [aux_sym_server_alive_interval_token1] = ACTIONS(1360), - [aux_sym_session_type_token1] = ACTIONS(1360), - [aux_sym_set_env_token1] = ACTIONS(1360), - [aux_sym_stdin_null_token1] = ACTIONS(1360), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1360), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1360), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1360), - [aux_sym_syslog_facility_token1] = ACTIONS(1360), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1360), - [aux_sym_keep_alive_token1] = ACTIONS(1360), - [aux_sym_tunnel_token1] = ACTIONS(1362), - [aux_sym_tunnel_device_token1] = ACTIONS(1360), - [aux_sym_update_host_keys_token1] = ACTIONS(1360), - [aux_sym_use_keychain_token1] = ACTIONS(1360), - [aux_sym_use_roaming_token1] = ACTIONS(1360), - [aux_sym_user_token1] = ACTIONS(1362), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1360), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1360), - [aux_sym_visual_host_key_token1] = ACTIONS(1360), - [aux_sym_xauth_location_token1] = ACTIONS(1360), + [ts_builtin_sym_end] = ACTIONS(1365), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1367), + [anon_sym_DQUOTE] = ACTIONS(1369), + [aux_sym_match_token1] = ACTIONS(1365), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1365), + [aux_sym_address_family_token1] = ACTIONS(1365), + [aux_sym_batch_mode_token1] = ACTIONS(1365), + [aux_sym_bind_address_token1] = ACTIONS(1365), + [aux_sym_bind_interface_token1] = ACTIONS(1365), + [aux_sym_canonical_domains_token1] = ACTIONS(1365), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1365), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1365), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1365), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1365), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1365), + [aux_sym_certificate_file_token1] = ACTIONS(1365), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1365), + [aux_sym_check_host_ip_token1] = ACTIONS(1365), + [aux_sym_ciphers_token1] = ACTIONS(1365), + [aux_sym_cipher_token1] = ACTIONS(1367), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1365), + [aux_sym_compression_token1] = ACTIONS(1365), + [aux_sym_connection_attempts_token1] = ACTIONS(1365), + [aux_sym_connect_timeout_token1] = ACTIONS(1365), + [aux_sym_control_master_token1] = ACTIONS(1365), + [aux_sym_control_path_token1] = ACTIONS(1365), + [aux_sym_control_persist_token1] = ACTIONS(1365), + [aux_sym_dynamic_forward_token1] = ACTIONS(1365), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1365), + [aux_sym_escape_char_token1] = ACTIONS(1365), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1365), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1365), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1365), + [aux_sym_forward_agent_token1] = ACTIONS(1365), + [aux_sym_forward_x11_token1] = ACTIONS(1367), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1365), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1365), + [aux_sym_gateway_ports_token1] = ACTIONS(1365), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1365), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1365), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1365), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1365), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1365), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1365), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1365), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1365), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1365), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1365), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1365), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1365), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1365), + [aux_sym_host_key_alias_token1] = ACTIONS(1365), + [aux_sym_hostname_token1] = ACTIONS(1365), + [aux_sym_identities_only_token1] = ACTIONS(1365), + [aux_sym_identity_agent_token1] = ACTIONS(1365), + [aux_sym_identity_file_token1] = ACTIONS(1365), + [aux_sym_ignore_unknown_token1] = ACTIONS(1365), + [aux_sym_include_token1] = ACTIONS(1365), + [aux_sym_ip_qos_token1] = ACTIONS(1365), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1365), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1365), + [aux_sym_kex_algorithms_token1] = ACTIONS(1365), + [aux_sym_known_hosts_command_token1] = ACTIONS(1365), + [aux_sym_local_command_token1] = ACTIONS(1365), + [aux_sym_local_forward_token1] = ACTIONS(1365), + [aux_sym_log_level_token1] = ACTIONS(1365), + [aux_sym_log_verbose_token1] = ACTIONS(1365), + [aux_sym_macs_token1] = ACTIONS(1365), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1365), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1365), + [aux_sym_password_authentication_token1] = ACTIONS(1365), + [aux_sym_permit_local_command_token1] = ACTIONS(1365), + [aux_sym_permit_remote_open_token1] = ACTIONS(1365), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1365), + [aux_sym_port_token1] = ACTIONS(1365), + [aux_sym_preferred_authentications_token1] = ACTIONS(1365), + [aux_sym_protocol_token1] = ACTIONS(1365), + [aux_sym_proxy_command_token1] = ACTIONS(1365), + [aux_sym_proxy_jump_token1] = ACTIONS(1365), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1365), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1365), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1365), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1365), + [aux_sym_rekey_limit_token1] = ACTIONS(1365), + [aux_sym_remote_command_token1] = ACTIONS(1365), + [aux_sym_remote_forward_token1] = ACTIONS(1365), + [aux_sym_request_tty_token1] = ACTIONS(1365), + [aux_sym_required_rsa_size_token1] = ACTIONS(1365), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1365), + [aux_sym_security_key_provider_token1] = ACTIONS(1365), + [aux_sym_send_env_token1] = ACTIONS(1365), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1365), + [aux_sym_server_alive_interval_token1] = ACTIONS(1365), + [aux_sym_session_type_token1] = ACTIONS(1365), + [aux_sym_set_env_token1] = ACTIONS(1365), + [aux_sym_stdin_null_token1] = ACTIONS(1365), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1365), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1365), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1365), + [aux_sym_syslog_facility_token1] = ACTIONS(1365), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1365), + [aux_sym_keep_alive_token1] = ACTIONS(1365), + [aux_sym_tunnel_token1] = ACTIONS(1367), + [aux_sym_tunnel_device_token1] = ACTIONS(1365), + [aux_sym_update_host_keys_token1] = ACTIONS(1365), + [aux_sym_use_keychain_token1] = ACTIONS(1365), + [aux_sym_use_roaming_token1] = ACTIONS(1365), + [aux_sym_user_token1] = ACTIONS(1367), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1365), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1365), + [aux_sym_visual_host_key_token1] = ACTIONS(1365), + [aux_sym_xauth_location_token1] = ACTIONS(1365), }, [139] = { - [ts_builtin_sym_end] = ACTIONS(1366), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1368), - [anon_sym_DQUOTE] = ACTIONS(1370), - [aux_sym_match_token1] = ACTIONS(1366), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1366), - [aux_sym_address_family_token1] = ACTIONS(1366), - [aux_sym_batch_mode_token1] = ACTIONS(1366), - [aux_sym_bind_address_token1] = ACTIONS(1366), - [aux_sym_bind_interface_token1] = ACTIONS(1366), - [aux_sym_canonical_domains_token1] = ACTIONS(1366), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1366), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1366), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1366), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1366), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1366), - [aux_sym_certificate_file_token1] = ACTIONS(1366), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1366), - [aux_sym_check_host_ip_token1] = ACTIONS(1366), - [aux_sym_ciphers_token1] = ACTIONS(1366), - [aux_sym_cipher_token1] = ACTIONS(1368), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1366), - [aux_sym_compression_token1] = ACTIONS(1366), - [aux_sym_connection_attempts_token1] = ACTIONS(1366), - [aux_sym_connect_timeout_token1] = ACTIONS(1366), - [aux_sym_control_master_token1] = ACTIONS(1366), - [aux_sym_control_path_token1] = ACTIONS(1366), - [aux_sym_control_persist_token1] = ACTIONS(1366), - [aux_sym_dynamic_forward_token1] = ACTIONS(1366), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1366), - [aux_sym_escape_char_token1] = ACTIONS(1366), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1366), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1366), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1366), - [aux_sym_forward_agent_token1] = ACTIONS(1366), - [aux_sym_forward_x11_token1] = ACTIONS(1368), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1366), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1366), - [aux_sym_gateway_ports_token1] = ACTIONS(1366), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1366), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1366), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1366), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1366), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1366), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1366), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1366), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1366), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1366), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1366), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1366), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1366), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1366), - [aux_sym_host_key_alias_token1] = ACTIONS(1366), - [aux_sym_hostname_token1] = ACTIONS(1366), - [aux_sym_identities_only_token1] = ACTIONS(1366), - [aux_sym_identity_agent_token1] = ACTIONS(1366), - [aux_sym_identity_file_token1] = ACTIONS(1366), - [aux_sym_ignore_unknown_token1] = ACTIONS(1366), - [aux_sym_include_token1] = ACTIONS(1366), - [aux_sym_ip_qos_token1] = ACTIONS(1366), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1366), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1366), - [aux_sym_kex_algorithms_token1] = ACTIONS(1366), - [aux_sym_known_hosts_command_token1] = ACTIONS(1366), - [aux_sym_local_command_token1] = ACTIONS(1366), - [aux_sym_local_forward_token1] = ACTIONS(1366), - [aux_sym_log_level_token1] = ACTIONS(1366), - [aux_sym_log_verbose_token1] = ACTIONS(1366), - [aux_sym_macs_token1] = ACTIONS(1366), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1366), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1366), - [aux_sym_password_authentication_token1] = ACTIONS(1366), - [aux_sym_permit_local_command_token1] = ACTIONS(1366), - [aux_sym_permit_remote_open_token1] = ACTIONS(1366), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1366), - [aux_sym_port_token1] = ACTIONS(1366), - [aux_sym_preferred_authentications_token1] = ACTIONS(1366), - [aux_sym_protocol_token1] = ACTIONS(1366), - [aux_sym_proxy_command_token1] = ACTIONS(1366), - [aux_sym_proxy_jump_token1] = ACTIONS(1366), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1366), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1366), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1366), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1366), - [aux_sym_rekey_limit_token1] = ACTIONS(1366), - [aux_sym_remote_command_token1] = ACTIONS(1366), - [aux_sym_remote_forward_token1] = ACTIONS(1366), - [aux_sym_request_tty_token1] = ACTIONS(1366), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1366), - [aux_sym_security_key_provider_token1] = ACTIONS(1366), - [aux_sym_send_env_token1] = ACTIONS(1366), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1366), - [aux_sym_server_alive_interval_token1] = ACTIONS(1366), - [aux_sym_session_type_token1] = ACTIONS(1366), - [aux_sym_set_env_token1] = ACTIONS(1366), - [aux_sym_stdin_null_token1] = ACTIONS(1366), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1366), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1366), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1366), - [aux_sym_syslog_facility_token1] = ACTIONS(1366), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1366), - [aux_sym_keep_alive_token1] = ACTIONS(1366), - [aux_sym_tunnel_token1] = ACTIONS(1368), - [aux_sym_tunnel_device_token1] = ACTIONS(1366), - [aux_sym_update_host_keys_token1] = ACTIONS(1366), - [aux_sym_use_keychain_token1] = ACTIONS(1366), - [aux_sym_use_roaming_token1] = ACTIONS(1366), - [aux_sym_user_token1] = ACTIONS(1368), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1366), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1366), - [aux_sym_visual_host_key_token1] = ACTIONS(1366), - [aux_sym_xauth_location_token1] = ACTIONS(1366), + [ts_builtin_sym_end] = ACTIONS(1371), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1373), + [anon_sym_DQUOTE] = ACTIONS(1375), + [aux_sym_match_token1] = ACTIONS(1371), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1371), + [aux_sym_address_family_token1] = ACTIONS(1371), + [aux_sym_batch_mode_token1] = ACTIONS(1371), + [aux_sym_bind_address_token1] = ACTIONS(1371), + [aux_sym_bind_interface_token1] = ACTIONS(1371), + [aux_sym_canonical_domains_token1] = ACTIONS(1371), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1371), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1371), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1371), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1371), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1371), + [aux_sym_certificate_file_token1] = ACTIONS(1371), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1371), + [aux_sym_check_host_ip_token1] = ACTIONS(1371), + [aux_sym_ciphers_token1] = ACTIONS(1371), + [aux_sym_cipher_token1] = ACTIONS(1373), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1371), + [aux_sym_compression_token1] = ACTIONS(1371), + [aux_sym_connection_attempts_token1] = ACTIONS(1371), + [aux_sym_connect_timeout_token1] = ACTIONS(1371), + [aux_sym_control_master_token1] = ACTIONS(1371), + [aux_sym_control_path_token1] = ACTIONS(1371), + [aux_sym_control_persist_token1] = ACTIONS(1371), + [aux_sym_dynamic_forward_token1] = ACTIONS(1371), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1371), + [aux_sym_escape_char_token1] = ACTIONS(1371), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1371), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1371), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1371), + [aux_sym_forward_agent_token1] = ACTIONS(1371), + [aux_sym_forward_x11_token1] = ACTIONS(1373), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1371), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1371), + [aux_sym_gateway_ports_token1] = ACTIONS(1371), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1371), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1371), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1371), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1371), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1371), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1371), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1371), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1371), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1371), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1371), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1371), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1371), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1371), + [aux_sym_host_key_alias_token1] = ACTIONS(1371), + [aux_sym_hostname_token1] = ACTIONS(1371), + [aux_sym_identities_only_token1] = ACTIONS(1371), + [aux_sym_identity_agent_token1] = ACTIONS(1371), + [aux_sym_identity_file_token1] = ACTIONS(1371), + [aux_sym_ignore_unknown_token1] = ACTIONS(1371), + [aux_sym_include_token1] = ACTIONS(1371), + [aux_sym_ip_qos_token1] = ACTIONS(1371), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1371), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1371), + [aux_sym_kex_algorithms_token1] = ACTIONS(1371), + [aux_sym_known_hosts_command_token1] = ACTIONS(1371), + [aux_sym_local_command_token1] = ACTIONS(1371), + [aux_sym_local_forward_token1] = ACTIONS(1371), + [aux_sym_log_level_token1] = ACTIONS(1371), + [aux_sym_log_verbose_token1] = ACTIONS(1371), + [aux_sym_macs_token1] = ACTIONS(1371), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1371), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1371), + [aux_sym_password_authentication_token1] = ACTIONS(1371), + [aux_sym_permit_local_command_token1] = ACTIONS(1371), + [aux_sym_permit_remote_open_token1] = ACTIONS(1371), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1371), + [aux_sym_port_token1] = ACTIONS(1371), + [aux_sym_preferred_authentications_token1] = ACTIONS(1371), + [aux_sym_protocol_token1] = ACTIONS(1371), + [aux_sym_proxy_command_token1] = ACTIONS(1371), + [aux_sym_proxy_jump_token1] = ACTIONS(1371), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1371), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1371), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1371), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1371), + [aux_sym_rekey_limit_token1] = ACTIONS(1371), + [aux_sym_remote_command_token1] = ACTIONS(1371), + [aux_sym_remote_forward_token1] = ACTIONS(1371), + [aux_sym_request_tty_token1] = ACTIONS(1371), + [aux_sym_required_rsa_size_token1] = ACTIONS(1371), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1371), + [aux_sym_security_key_provider_token1] = ACTIONS(1371), + [aux_sym_send_env_token1] = ACTIONS(1371), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1371), + [aux_sym_server_alive_interval_token1] = ACTIONS(1371), + [aux_sym_session_type_token1] = ACTIONS(1371), + [aux_sym_set_env_token1] = ACTIONS(1371), + [aux_sym_stdin_null_token1] = ACTIONS(1371), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1371), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1371), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1371), + [aux_sym_syslog_facility_token1] = ACTIONS(1371), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1371), + [aux_sym_keep_alive_token1] = ACTIONS(1371), + [aux_sym_tunnel_token1] = ACTIONS(1373), + [aux_sym_tunnel_device_token1] = ACTIONS(1371), + [aux_sym_update_host_keys_token1] = ACTIONS(1371), + [aux_sym_use_keychain_token1] = ACTIONS(1371), + [aux_sym_use_roaming_token1] = ACTIONS(1371), + [aux_sym_user_token1] = ACTIONS(1373), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1371), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1371), + [aux_sym_visual_host_key_token1] = ACTIONS(1371), + [aux_sym_xauth_location_token1] = ACTIONS(1371), }, [140] = { - [ts_builtin_sym_end] = ACTIONS(1372), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1374), - [anon_sym_DQUOTE] = ACTIONS(1376), - [aux_sym_match_token1] = ACTIONS(1372), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1372), - [aux_sym_address_family_token1] = ACTIONS(1372), - [aux_sym_batch_mode_token1] = ACTIONS(1372), - [aux_sym_bind_address_token1] = ACTIONS(1372), - [aux_sym_bind_interface_token1] = ACTIONS(1372), - [aux_sym_canonical_domains_token1] = ACTIONS(1372), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1372), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1372), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1372), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1372), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1372), - [aux_sym_certificate_file_token1] = ACTIONS(1372), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1372), - [aux_sym_check_host_ip_token1] = ACTIONS(1372), - [aux_sym_ciphers_token1] = ACTIONS(1372), - [aux_sym_cipher_token1] = ACTIONS(1374), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1372), - [aux_sym_compression_token1] = ACTIONS(1372), - [aux_sym_connection_attempts_token1] = ACTIONS(1372), - [aux_sym_connect_timeout_token1] = ACTIONS(1372), - [aux_sym_control_master_token1] = ACTIONS(1372), - [aux_sym_control_path_token1] = ACTIONS(1372), - [aux_sym_control_persist_token1] = ACTIONS(1372), - [aux_sym_dynamic_forward_token1] = ACTIONS(1372), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1372), - [aux_sym_escape_char_token1] = ACTIONS(1372), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1372), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1372), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1372), - [aux_sym_forward_agent_token1] = ACTIONS(1372), - [aux_sym_forward_x11_token1] = ACTIONS(1374), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1372), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1372), - [aux_sym_gateway_ports_token1] = ACTIONS(1372), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1372), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1372), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1372), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1372), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1372), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1372), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1372), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1372), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1372), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1372), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1372), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1372), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1372), - [aux_sym_host_key_alias_token1] = ACTIONS(1372), - [aux_sym_hostname_token1] = ACTIONS(1372), - [aux_sym_identities_only_token1] = ACTIONS(1372), - [aux_sym_identity_agent_token1] = ACTIONS(1372), - [aux_sym_identity_file_token1] = ACTIONS(1372), - [aux_sym_ignore_unknown_token1] = ACTIONS(1372), - [aux_sym_include_token1] = ACTIONS(1372), - [aux_sym_ip_qos_token1] = ACTIONS(1372), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1372), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1372), - [aux_sym_kex_algorithms_token1] = ACTIONS(1372), - [aux_sym_known_hosts_command_token1] = ACTIONS(1372), - [aux_sym_local_command_token1] = ACTIONS(1372), - [aux_sym_local_forward_token1] = ACTIONS(1372), - [aux_sym_log_level_token1] = ACTIONS(1372), - [aux_sym_log_verbose_token1] = ACTIONS(1372), - [aux_sym_macs_token1] = ACTIONS(1372), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1372), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1372), - [aux_sym_password_authentication_token1] = ACTIONS(1372), - [aux_sym_permit_local_command_token1] = ACTIONS(1372), - [aux_sym_permit_remote_open_token1] = ACTIONS(1372), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1372), - [aux_sym_port_token1] = ACTIONS(1372), - [aux_sym_preferred_authentications_token1] = ACTIONS(1372), - [aux_sym_protocol_token1] = ACTIONS(1372), - [aux_sym_proxy_command_token1] = ACTIONS(1372), - [aux_sym_proxy_jump_token1] = ACTIONS(1372), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1372), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1372), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1372), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1372), - [aux_sym_rekey_limit_token1] = ACTIONS(1372), - [aux_sym_remote_command_token1] = ACTIONS(1372), - [aux_sym_remote_forward_token1] = ACTIONS(1372), - [aux_sym_request_tty_token1] = ACTIONS(1372), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1372), - [aux_sym_security_key_provider_token1] = ACTIONS(1372), - [aux_sym_send_env_token1] = ACTIONS(1372), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1372), - [aux_sym_server_alive_interval_token1] = ACTIONS(1372), - [aux_sym_session_type_token1] = ACTIONS(1372), - [aux_sym_set_env_token1] = ACTIONS(1372), - [aux_sym_stdin_null_token1] = ACTIONS(1372), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1372), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1372), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1372), - [aux_sym_syslog_facility_token1] = ACTIONS(1372), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1372), - [aux_sym_keep_alive_token1] = ACTIONS(1372), - [aux_sym_tunnel_token1] = ACTIONS(1374), - [aux_sym_tunnel_device_token1] = ACTIONS(1372), - [aux_sym_update_host_keys_token1] = ACTIONS(1372), - [aux_sym_use_keychain_token1] = ACTIONS(1372), - [aux_sym_use_roaming_token1] = ACTIONS(1372), - [aux_sym_user_token1] = ACTIONS(1374), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1372), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1372), - [aux_sym_visual_host_key_token1] = ACTIONS(1372), - [aux_sym_xauth_location_token1] = ACTIONS(1372), + [ts_builtin_sym_end] = ACTIONS(1377), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1379), + [anon_sym_DQUOTE] = ACTIONS(1381), + [aux_sym_match_token1] = ACTIONS(1377), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1377), + [aux_sym_address_family_token1] = ACTIONS(1377), + [aux_sym_batch_mode_token1] = ACTIONS(1377), + [aux_sym_bind_address_token1] = ACTIONS(1377), + [aux_sym_bind_interface_token1] = ACTIONS(1377), + [aux_sym_canonical_domains_token1] = ACTIONS(1377), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1377), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1377), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1377), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1377), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1377), + [aux_sym_certificate_file_token1] = ACTIONS(1377), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1377), + [aux_sym_check_host_ip_token1] = ACTIONS(1377), + [aux_sym_ciphers_token1] = ACTIONS(1377), + [aux_sym_cipher_token1] = ACTIONS(1379), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1377), + [aux_sym_compression_token1] = ACTIONS(1377), + [aux_sym_connection_attempts_token1] = ACTIONS(1377), + [aux_sym_connect_timeout_token1] = ACTIONS(1377), + [aux_sym_control_master_token1] = ACTIONS(1377), + [aux_sym_control_path_token1] = ACTIONS(1377), + [aux_sym_control_persist_token1] = ACTIONS(1377), + [aux_sym_dynamic_forward_token1] = ACTIONS(1377), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1377), + [aux_sym_escape_char_token1] = ACTIONS(1377), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1377), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1377), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1377), + [aux_sym_forward_agent_token1] = ACTIONS(1377), + [aux_sym_forward_x11_token1] = ACTIONS(1379), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1377), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1377), + [aux_sym_gateway_ports_token1] = ACTIONS(1377), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1377), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1377), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1377), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1377), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1377), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1377), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1377), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1377), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1377), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1377), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1377), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1377), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1377), + [aux_sym_host_key_alias_token1] = ACTIONS(1377), + [aux_sym_hostname_token1] = ACTIONS(1377), + [aux_sym_identities_only_token1] = ACTIONS(1377), + [aux_sym_identity_agent_token1] = ACTIONS(1377), + [aux_sym_identity_file_token1] = ACTIONS(1377), + [aux_sym_ignore_unknown_token1] = ACTIONS(1377), + [aux_sym_include_token1] = ACTIONS(1377), + [aux_sym_ip_qos_token1] = ACTIONS(1377), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1377), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1377), + [aux_sym_kex_algorithms_token1] = ACTIONS(1377), + [aux_sym_known_hosts_command_token1] = ACTIONS(1377), + [aux_sym_local_command_token1] = ACTIONS(1377), + [aux_sym_local_forward_token1] = ACTIONS(1377), + [aux_sym_log_level_token1] = ACTIONS(1377), + [aux_sym_log_verbose_token1] = ACTIONS(1377), + [aux_sym_macs_token1] = ACTIONS(1377), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1377), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1377), + [aux_sym_password_authentication_token1] = ACTIONS(1377), + [aux_sym_permit_local_command_token1] = ACTIONS(1377), + [aux_sym_permit_remote_open_token1] = ACTIONS(1377), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1377), + [aux_sym_port_token1] = ACTIONS(1377), + [aux_sym_preferred_authentications_token1] = ACTIONS(1377), + [aux_sym_protocol_token1] = ACTIONS(1377), + [aux_sym_proxy_command_token1] = ACTIONS(1377), + [aux_sym_proxy_jump_token1] = ACTIONS(1377), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1377), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1377), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1377), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1377), + [aux_sym_rekey_limit_token1] = ACTIONS(1377), + [aux_sym_remote_command_token1] = ACTIONS(1377), + [aux_sym_remote_forward_token1] = ACTIONS(1377), + [aux_sym_request_tty_token1] = ACTIONS(1377), + [aux_sym_required_rsa_size_token1] = ACTIONS(1377), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1377), + [aux_sym_security_key_provider_token1] = ACTIONS(1377), + [aux_sym_send_env_token1] = ACTIONS(1377), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1377), + [aux_sym_server_alive_interval_token1] = ACTIONS(1377), + [aux_sym_session_type_token1] = ACTIONS(1377), + [aux_sym_set_env_token1] = ACTIONS(1377), + [aux_sym_stdin_null_token1] = ACTIONS(1377), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1377), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1377), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1377), + [aux_sym_syslog_facility_token1] = ACTIONS(1377), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1377), + [aux_sym_keep_alive_token1] = ACTIONS(1377), + [aux_sym_tunnel_token1] = ACTIONS(1379), + [aux_sym_tunnel_device_token1] = ACTIONS(1377), + [aux_sym_update_host_keys_token1] = ACTIONS(1377), + [aux_sym_use_keychain_token1] = ACTIONS(1377), + [aux_sym_use_roaming_token1] = ACTIONS(1377), + [aux_sym_user_token1] = ACTIONS(1379), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1377), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1377), + [aux_sym_visual_host_key_token1] = ACTIONS(1377), + [aux_sym_xauth_location_token1] = ACTIONS(1377), }, [141] = { - [ts_builtin_sym_end] = ACTIONS(1378), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1382), - [aux_sym_match_token1] = ACTIONS(1378), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1378), - [aux_sym_address_family_token1] = ACTIONS(1378), - [aux_sym_batch_mode_token1] = ACTIONS(1378), - [aux_sym_bind_address_token1] = ACTIONS(1378), - [aux_sym_bind_interface_token1] = ACTIONS(1378), - [aux_sym_canonical_domains_token1] = ACTIONS(1378), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1378), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1378), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1378), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1378), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1378), - [aux_sym_certificate_file_token1] = ACTIONS(1378), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1378), - [aux_sym_check_host_ip_token1] = ACTIONS(1378), - [aux_sym_ciphers_token1] = ACTIONS(1378), - [aux_sym_cipher_token1] = ACTIONS(1380), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1378), - [aux_sym_compression_token1] = ACTIONS(1378), - [aux_sym_connection_attempts_token1] = ACTIONS(1378), - [aux_sym_connect_timeout_token1] = ACTIONS(1378), - [aux_sym_control_master_token1] = ACTIONS(1378), - [aux_sym_control_path_token1] = ACTIONS(1378), - [aux_sym_control_persist_token1] = ACTIONS(1378), - [aux_sym_dynamic_forward_token1] = ACTIONS(1378), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1378), - [aux_sym_escape_char_token1] = ACTIONS(1378), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1378), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1378), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1378), - [aux_sym_forward_agent_token1] = ACTIONS(1378), - [aux_sym_forward_x11_token1] = ACTIONS(1380), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1378), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1378), - [aux_sym_gateway_ports_token1] = ACTIONS(1378), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1378), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1378), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1378), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1378), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1378), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1378), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1378), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1378), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1378), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1378), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1378), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1378), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1378), - [aux_sym_host_key_alias_token1] = ACTIONS(1378), - [aux_sym_hostname_token1] = ACTIONS(1378), - [aux_sym_identities_only_token1] = ACTIONS(1378), - [aux_sym_identity_agent_token1] = ACTIONS(1378), - [aux_sym_identity_file_token1] = ACTIONS(1378), - [aux_sym_ignore_unknown_token1] = ACTIONS(1378), - [aux_sym_include_token1] = ACTIONS(1378), - [aux_sym_ip_qos_token1] = ACTIONS(1378), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1378), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1378), - [aux_sym_kex_algorithms_token1] = ACTIONS(1378), - [aux_sym_known_hosts_command_token1] = ACTIONS(1378), - [aux_sym_local_command_token1] = ACTIONS(1378), - [aux_sym_local_forward_token1] = ACTIONS(1378), - [aux_sym_log_level_token1] = ACTIONS(1378), - [aux_sym_log_verbose_token1] = ACTIONS(1378), - [aux_sym_macs_token1] = ACTIONS(1378), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1378), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1378), - [aux_sym_password_authentication_token1] = ACTIONS(1378), - [aux_sym_permit_local_command_token1] = ACTIONS(1378), - [aux_sym_permit_remote_open_token1] = ACTIONS(1378), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1378), - [aux_sym_port_token1] = ACTIONS(1378), - [aux_sym_preferred_authentications_token1] = ACTIONS(1378), - [aux_sym_protocol_token1] = ACTIONS(1378), - [aux_sym_proxy_command_token1] = ACTIONS(1378), - [aux_sym_proxy_jump_token1] = ACTIONS(1378), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1378), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1378), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1378), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1378), - [aux_sym_rekey_limit_token1] = ACTIONS(1378), - [aux_sym_remote_command_token1] = ACTIONS(1378), - [aux_sym_remote_forward_token1] = ACTIONS(1378), - [aux_sym_request_tty_token1] = ACTIONS(1378), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1378), - [aux_sym_security_key_provider_token1] = ACTIONS(1378), - [aux_sym_send_env_token1] = ACTIONS(1378), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1378), - [aux_sym_server_alive_interval_token1] = ACTIONS(1378), - [aux_sym_session_type_token1] = ACTIONS(1378), - [aux_sym_set_env_token1] = ACTIONS(1378), - [aux_sym_stdin_null_token1] = ACTIONS(1378), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1378), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1378), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1378), - [aux_sym_syslog_facility_token1] = ACTIONS(1378), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1378), - [aux_sym_keep_alive_token1] = ACTIONS(1378), - [aux_sym_tunnel_token1] = ACTIONS(1380), - [aux_sym_tunnel_device_token1] = ACTIONS(1378), - [aux_sym_update_host_keys_token1] = ACTIONS(1378), - [aux_sym_use_keychain_token1] = ACTIONS(1378), - [aux_sym_use_roaming_token1] = ACTIONS(1378), - [aux_sym_user_token1] = ACTIONS(1380), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1378), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1378), - [aux_sym_visual_host_key_token1] = ACTIONS(1378), - [aux_sym_xauth_location_token1] = ACTIONS(1378), + [ts_builtin_sym_end] = ACTIONS(1383), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1385), + [anon_sym_DQUOTE] = ACTIONS(1387), + [aux_sym_match_token1] = ACTIONS(1383), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1383), + [aux_sym_address_family_token1] = ACTIONS(1383), + [aux_sym_batch_mode_token1] = ACTIONS(1383), + [aux_sym_bind_address_token1] = ACTIONS(1383), + [aux_sym_bind_interface_token1] = ACTIONS(1383), + [aux_sym_canonical_domains_token1] = ACTIONS(1383), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1383), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1383), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1383), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1383), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1383), + [aux_sym_certificate_file_token1] = ACTIONS(1383), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1383), + [aux_sym_check_host_ip_token1] = ACTIONS(1383), + [aux_sym_ciphers_token1] = ACTIONS(1383), + [aux_sym_cipher_token1] = ACTIONS(1385), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1383), + [aux_sym_compression_token1] = ACTIONS(1383), + [aux_sym_connection_attempts_token1] = ACTIONS(1383), + [aux_sym_connect_timeout_token1] = ACTIONS(1383), + [aux_sym_control_master_token1] = ACTIONS(1383), + [aux_sym_control_path_token1] = ACTIONS(1383), + [aux_sym_control_persist_token1] = ACTIONS(1383), + [aux_sym_dynamic_forward_token1] = ACTIONS(1383), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1383), + [aux_sym_escape_char_token1] = ACTIONS(1383), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1383), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1383), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1383), + [aux_sym_forward_agent_token1] = ACTIONS(1383), + [aux_sym_forward_x11_token1] = ACTIONS(1385), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1383), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1383), + [aux_sym_gateway_ports_token1] = ACTIONS(1383), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1383), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1383), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1383), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1383), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1383), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1383), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1383), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1383), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1383), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1383), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1383), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1383), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1383), + [aux_sym_host_key_alias_token1] = ACTIONS(1383), + [aux_sym_hostname_token1] = ACTIONS(1383), + [aux_sym_identities_only_token1] = ACTIONS(1383), + [aux_sym_identity_agent_token1] = ACTIONS(1383), + [aux_sym_identity_file_token1] = ACTIONS(1383), + [aux_sym_ignore_unknown_token1] = ACTIONS(1383), + [aux_sym_include_token1] = ACTIONS(1383), + [aux_sym_ip_qos_token1] = ACTIONS(1383), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1383), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1383), + [aux_sym_kex_algorithms_token1] = ACTIONS(1383), + [aux_sym_known_hosts_command_token1] = ACTIONS(1383), + [aux_sym_local_command_token1] = ACTIONS(1383), + [aux_sym_local_forward_token1] = ACTIONS(1383), + [aux_sym_log_level_token1] = ACTIONS(1383), + [aux_sym_log_verbose_token1] = ACTIONS(1383), + [aux_sym_macs_token1] = ACTIONS(1383), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1383), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1383), + [aux_sym_password_authentication_token1] = ACTIONS(1383), + [aux_sym_permit_local_command_token1] = ACTIONS(1383), + [aux_sym_permit_remote_open_token1] = ACTIONS(1383), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1383), + [aux_sym_port_token1] = ACTIONS(1383), + [aux_sym_preferred_authentications_token1] = ACTIONS(1383), + [aux_sym_protocol_token1] = ACTIONS(1383), + [aux_sym_proxy_command_token1] = ACTIONS(1383), + [aux_sym_proxy_jump_token1] = ACTIONS(1383), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1383), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1383), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1383), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1383), + [aux_sym_rekey_limit_token1] = ACTIONS(1383), + [aux_sym_remote_command_token1] = ACTIONS(1383), + [aux_sym_remote_forward_token1] = ACTIONS(1383), + [aux_sym_request_tty_token1] = ACTIONS(1383), + [aux_sym_required_rsa_size_token1] = ACTIONS(1383), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1383), + [aux_sym_security_key_provider_token1] = ACTIONS(1383), + [aux_sym_send_env_token1] = ACTIONS(1383), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1383), + [aux_sym_server_alive_interval_token1] = ACTIONS(1383), + [aux_sym_session_type_token1] = ACTIONS(1383), + [aux_sym_set_env_token1] = ACTIONS(1383), + [aux_sym_stdin_null_token1] = ACTIONS(1383), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1383), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1383), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1383), + [aux_sym_syslog_facility_token1] = ACTIONS(1383), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1383), + [aux_sym_keep_alive_token1] = ACTIONS(1383), + [aux_sym_tunnel_token1] = ACTIONS(1385), + [aux_sym_tunnel_device_token1] = ACTIONS(1383), + [aux_sym_update_host_keys_token1] = ACTIONS(1383), + [aux_sym_use_keychain_token1] = ACTIONS(1383), + [aux_sym_use_roaming_token1] = ACTIONS(1383), + [aux_sym_user_token1] = ACTIONS(1385), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1383), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1383), + [aux_sym_visual_host_key_token1] = ACTIONS(1383), + [aux_sym_xauth_location_token1] = ACTIONS(1383), }, [142] = { - [ts_builtin_sym_end] = ACTIONS(1384), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1388), - [aux_sym_match_token1] = ACTIONS(1384), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1384), - [aux_sym_address_family_token1] = ACTIONS(1384), - [aux_sym_batch_mode_token1] = ACTIONS(1384), - [aux_sym_bind_address_token1] = ACTIONS(1384), - [aux_sym_bind_interface_token1] = ACTIONS(1384), - [aux_sym_canonical_domains_token1] = ACTIONS(1384), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1384), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1384), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1384), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1384), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1384), - [aux_sym_certificate_file_token1] = ACTIONS(1384), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1384), - [aux_sym_check_host_ip_token1] = ACTIONS(1384), - [aux_sym_ciphers_token1] = ACTIONS(1384), - [aux_sym_cipher_token1] = ACTIONS(1386), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1384), - [aux_sym_compression_token1] = ACTIONS(1384), - [aux_sym_connection_attempts_token1] = ACTIONS(1384), - [aux_sym_connect_timeout_token1] = ACTIONS(1384), - [aux_sym_control_master_token1] = ACTIONS(1384), - [aux_sym_control_path_token1] = ACTIONS(1384), - [aux_sym_control_persist_token1] = ACTIONS(1384), - [aux_sym_dynamic_forward_token1] = ACTIONS(1384), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1384), - [aux_sym_escape_char_token1] = ACTIONS(1384), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1384), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1384), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1384), - [aux_sym_forward_agent_token1] = ACTIONS(1384), - [aux_sym_forward_x11_token1] = ACTIONS(1386), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1384), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1384), - [aux_sym_gateway_ports_token1] = ACTIONS(1384), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1384), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1384), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1384), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1384), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1384), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1384), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1384), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1384), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1384), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1384), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1384), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1384), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1384), - [aux_sym_host_key_alias_token1] = ACTIONS(1384), - [aux_sym_hostname_token1] = ACTIONS(1384), - [aux_sym_identities_only_token1] = ACTIONS(1384), - [aux_sym_identity_agent_token1] = ACTIONS(1384), - [aux_sym_identity_file_token1] = ACTIONS(1384), - [aux_sym_ignore_unknown_token1] = ACTIONS(1384), - [aux_sym_include_token1] = ACTIONS(1384), - [aux_sym_ip_qos_token1] = ACTIONS(1384), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1384), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1384), - [aux_sym_kex_algorithms_token1] = ACTIONS(1384), - [aux_sym_known_hosts_command_token1] = ACTIONS(1384), - [aux_sym_local_command_token1] = ACTIONS(1384), - [aux_sym_local_forward_token1] = ACTIONS(1384), - [aux_sym_log_level_token1] = ACTIONS(1384), - [aux_sym_log_verbose_token1] = ACTIONS(1384), - [aux_sym_macs_token1] = ACTIONS(1384), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1384), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1384), - [aux_sym_password_authentication_token1] = ACTIONS(1384), - [aux_sym_permit_local_command_token1] = ACTIONS(1384), - [aux_sym_permit_remote_open_token1] = ACTIONS(1384), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1384), - [aux_sym_port_token1] = ACTIONS(1384), - [aux_sym_preferred_authentications_token1] = ACTIONS(1384), - [aux_sym_protocol_token1] = ACTIONS(1384), - [aux_sym_proxy_command_token1] = ACTIONS(1384), - [aux_sym_proxy_jump_token1] = ACTIONS(1384), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1384), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1384), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1384), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1384), - [aux_sym_rekey_limit_token1] = ACTIONS(1384), - [aux_sym_remote_command_token1] = ACTIONS(1384), - [aux_sym_remote_forward_token1] = ACTIONS(1384), - [aux_sym_request_tty_token1] = ACTIONS(1384), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1384), - [aux_sym_security_key_provider_token1] = ACTIONS(1384), - [aux_sym_send_env_token1] = ACTIONS(1384), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1384), - [aux_sym_server_alive_interval_token1] = ACTIONS(1384), - [aux_sym_session_type_token1] = ACTIONS(1384), - [aux_sym_set_env_token1] = ACTIONS(1384), - [aux_sym_stdin_null_token1] = ACTIONS(1384), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1384), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1384), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1384), - [aux_sym_syslog_facility_token1] = ACTIONS(1384), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1384), - [aux_sym_keep_alive_token1] = ACTIONS(1384), - [aux_sym_tunnel_token1] = ACTIONS(1386), - [aux_sym_tunnel_device_token1] = ACTIONS(1384), - [aux_sym_update_host_keys_token1] = ACTIONS(1384), - [aux_sym_use_keychain_token1] = ACTIONS(1384), - [aux_sym_use_roaming_token1] = ACTIONS(1384), - [aux_sym_user_token1] = ACTIONS(1386), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1384), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1384), - [aux_sym_visual_host_key_token1] = ACTIONS(1384), - [aux_sym_xauth_location_token1] = ACTIONS(1384), + [ts_builtin_sym_end] = ACTIONS(1389), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1391), + [anon_sym_DQUOTE] = ACTIONS(1393), + [aux_sym_match_token1] = ACTIONS(1389), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1389), + [aux_sym_address_family_token1] = ACTIONS(1389), + [aux_sym_batch_mode_token1] = ACTIONS(1389), + [aux_sym_bind_address_token1] = ACTIONS(1389), + [aux_sym_bind_interface_token1] = ACTIONS(1389), + [aux_sym_canonical_domains_token1] = ACTIONS(1389), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1389), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1389), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1389), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1389), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1389), + [aux_sym_certificate_file_token1] = ACTIONS(1389), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1389), + [aux_sym_check_host_ip_token1] = ACTIONS(1389), + [aux_sym_ciphers_token1] = ACTIONS(1389), + [aux_sym_cipher_token1] = ACTIONS(1391), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1389), + [aux_sym_compression_token1] = ACTIONS(1389), + [aux_sym_connection_attempts_token1] = ACTIONS(1389), + [aux_sym_connect_timeout_token1] = ACTIONS(1389), + [aux_sym_control_master_token1] = ACTIONS(1389), + [aux_sym_control_path_token1] = ACTIONS(1389), + [aux_sym_control_persist_token1] = ACTIONS(1389), + [aux_sym_dynamic_forward_token1] = ACTIONS(1389), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1389), + [aux_sym_escape_char_token1] = ACTIONS(1389), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1389), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1389), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1389), + [aux_sym_forward_agent_token1] = ACTIONS(1389), + [aux_sym_forward_x11_token1] = ACTIONS(1391), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1389), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1389), + [aux_sym_gateway_ports_token1] = ACTIONS(1389), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1389), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1389), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1389), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1389), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1389), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1389), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1389), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1389), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1389), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1389), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1389), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1389), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1389), + [aux_sym_host_key_alias_token1] = ACTIONS(1389), + [aux_sym_hostname_token1] = ACTIONS(1389), + [aux_sym_identities_only_token1] = ACTIONS(1389), + [aux_sym_identity_agent_token1] = ACTIONS(1389), + [aux_sym_identity_file_token1] = ACTIONS(1389), + [aux_sym_ignore_unknown_token1] = ACTIONS(1389), + [aux_sym_include_token1] = ACTIONS(1389), + [aux_sym_ip_qos_token1] = ACTIONS(1389), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1389), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1389), + [aux_sym_kex_algorithms_token1] = ACTIONS(1389), + [aux_sym_known_hosts_command_token1] = ACTIONS(1389), + [aux_sym_local_command_token1] = ACTIONS(1389), + [aux_sym_local_forward_token1] = ACTIONS(1389), + [aux_sym_log_level_token1] = ACTIONS(1389), + [aux_sym_log_verbose_token1] = ACTIONS(1389), + [aux_sym_macs_token1] = ACTIONS(1389), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1389), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1389), + [aux_sym_password_authentication_token1] = ACTIONS(1389), + [aux_sym_permit_local_command_token1] = ACTIONS(1389), + [aux_sym_permit_remote_open_token1] = ACTIONS(1389), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1389), + [aux_sym_port_token1] = ACTIONS(1389), + [aux_sym_preferred_authentications_token1] = ACTIONS(1389), + [aux_sym_protocol_token1] = ACTIONS(1389), + [aux_sym_proxy_command_token1] = ACTIONS(1389), + [aux_sym_proxy_jump_token1] = ACTIONS(1389), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1389), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1389), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1389), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1389), + [aux_sym_rekey_limit_token1] = ACTIONS(1389), + [aux_sym_remote_command_token1] = ACTIONS(1389), + [aux_sym_remote_forward_token1] = ACTIONS(1389), + [aux_sym_request_tty_token1] = ACTIONS(1389), + [aux_sym_required_rsa_size_token1] = ACTIONS(1389), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1389), + [aux_sym_security_key_provider_token1] = ACTIONS(1389), + [aux_sym_send_env_token1] = ACTIONS(1389), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1389), + [aux_sym_server_alive_interval_token1] = ACTIONS(1389), + [aux_sym_session_type_token1] = ACTIONS(1389), + [aux_sym_set_env_token1] = ACTIONS(1389), + [aux_sym_stdin_null_token1] = ACTIONS(1389), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1389), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1389), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1389), + [aux_sym_syslog_facility_token1] = ACTIONS(1389), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1389), + [aux_sym_keep_alive_token1] = ACTIONS(1389), + [aux_sym_tunnel_token1] = ACTIONS(1391), + [aux_sym_tunnel_device_token1] = ACTIONS(1389), + [aux_sym_update_host_keys_token1] = ACTIONS(1389), + [aux_sym_use_keychain_token1] = ACTIONS(1389), + [aux_sym_use_roaming_token1] = ACTIONS(1389), + [aux_sym_user_token1] = ACTIONS(1391), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1389), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1389), + [aux_sym_visual_host_key_token1] = ACTIONS(1389), + [aux_sym_xauth_location_token1] = ACTIONS(1389), }, [143] = { - [ts_builtin_sym_end] = ACTIONS(1390), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1394), - [aux_sym_match_token1] = ACTIONS(1390), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1390), - [aux_sym_address_family_token1] = ACTIONS(1390), - [aux_sym_batch_mode_token1] = ACTIONS(1390), - [aux_sym_bind_address_token1] = ACTIONS(1390), - [aux_sym_bind_interface_token1] = ACTIONS(1390), - [aux_sym_canonical_domains_token1] = ACTIONS(1390), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1390), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1390), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1390), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1390), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1390), - [aux_sym_certificate_file_token1] = ACTIONS(1390), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1390), - [aux_sym_check_host_ip_token1] = ACTIONS(1390), - [aux_sym_ciphers_token1] = ACTIONS(1390), - [aux_sym_cipher_token1] = ACTIONS(1392), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1390), - [aux_sym_compression_token1] = ACTIONS(1390), - [aux_sym_connection_attempts_token1] = ACTIONS(1390), - [aux_sym_connect_timeout_token1] = ACTIONS(1390), - [aux_sym_control_master_token1] = ACTIONS(1390), - [aux_sym_control_path_token1] = ACTIONS(1390), - [aux_sym_control_persist_token1] = ACTIONS(1390), - [aux_sym_dynamic_forward_token1] = ACTIONS(1390), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1390), - [aux_sym_escape_char_token1] = ACTIONS(1390), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1390), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1390), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1390), - [aux_sym_forward_agent_token1] = ACTIONS(1390), - [aux_sym_forward_x11_token1] = ACTIONS(1392), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1390), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1390), - [aux_sym_gateway_ports_token1] = ACTIONS(1390), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1390), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1390), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1390), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1390), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1390), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1390), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1390), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1390), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1390), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1390), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1390), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1390), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1390), - [aux_sym_host_key_alias_token1] = ACTIONS(1390), - [aux_sym_hostname_token1] = ACTIONS(1390), - [aux_sym_identities_only_token1] = ACTIONS(1390), - [aux_sym_identity_agent_token1] = ACTIONS(1390), - [aux_sym_identity_file_token1] = ACTIONS(1390), - [aux_sym_ignore_unknown_token1] = ACTIONS(1390), - [aux_sym_include_token1] = ACTIONS(1390), - [aux_sym_ip_qos_token1] = ACTIONS(1390), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1390), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1390), - [aux_sym_kex_algorithms_token1] = ACTIONS(1390), - [aux_sym_known_hosts_command_token1] = ACTIONS(1390), - [aux_sym_local_command_token1] = ACTIONS(1390), - [aux_sym_local_forward_token1] = ACTIONS(1390), - [aux_sym_log_level_token1] = ACTIONS(1390), - [aux_sym_log_verbose_token1] = ACTIONS(1390), - [aux_sym_macs_token1] = ACTIONS(1390), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1390), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1390), - [aux_sym_password_authentication_token1] = ACTIONS(1390), - [aux_sym_permit_local_command_token1] = ACTIONS(1390), - [aux_sym_permit_remote_open_token1] = ACTIONS(1390), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1390), - [aux_sym_port_token1] = ACTIONS(1390), - [aux_sym_preferred_authentications_token1] = ACTIONS(1390), - [aux_sym_protocol_token1] = ACTIONS(1390), - [aux_sym_proxy_command_token1] = ACTIONS(1390), - [aux_sym_proxy_jump_token1] = ACTIONS(1390), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1390), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1390), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1390), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1390), - [aux_sym_rekey_limit_token1] = ACTIONS(1390), - [aux_sym_remote_command_token1] = ACTIONS(1390), - [aux_sym_remote_forward_token1] = ACTIONS(1390), - [aux_sym_request_tty_token1] = ACTIONS(1390), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1390), - [aux_sym_security_key_provider_token1] = ACTIONS(1390), - [aux_sym_send_env_token1] = ACTIONS(1390), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1390), - [aux_sym_server_alive_interval_token1] = ACTIONS(1390), - [aux_sym_session_type_token1] = ACTIONS(1390), - [aux_sym_set_env_token1] = ACTIONS(1390), - [aux_sym_stdin_null_token1] = ACTIONS(1390), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1390), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1390), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1390), - [aux_sym_syslog_facility_token1] = ACTIONS(1390), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1390), - [aux_sym_keep_alive_token1] = ACTIONS(1390), - [aux_sym_tunnel_token1] = ACTIONS(1392), - [aux_sym_tunnel_device_token1] = ACTIONS(1390), - [aux_sym_update_host_keys_token1] = ACTIONS(1390), - [aux_sym_use_keychain_token1] = ACTIONS(1390), - [aux_sym_use_roaming_token1] = ACTIONS(1390), - [aux_sym_user_token1] = ACTIONS(1392), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1390), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1390), - [aux_sym_visual_host_key_token1] = ACTIONS(1390), - [aux_sym_xauth_location_token1] = ACTIONS(1390), + [ts_builtin_sym_end] = ACTIONS(1395), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1397), + [anon_sym_DQUOTE] = ACTIONS(1399), + [aux_sym_match_token1] = ACTIONS(1395), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1395), + [aux_sym_address_family_token1] = ACTIONS(1395), + [aux_sym_batch_mode_token1] = ACTIONS(1395), + [aux_sym_bind_address_token1] = ACTIONS(1395), + [aux_sym_bind_interface_token1] = ACTIONS(1395), + [aux_sym_canonical_domains_token1] = ACTIONS(1395), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1395), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1395), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1395), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1395), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1395), + [aux_sym_certificate_file_token1] = ACTIONS(1395), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1395), + [aux_sym_check_host_ip_token1] = ACTIONS(1395), + [aux_sym_ciphers_token1] = ACTIONS(1395), + [aux_sym_cipher_token1] = ACTIONS(1397), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1395), + [aux_sym_compression_token1] = ACTIONS(1395), + [aux_sym_connection_attempts_token1] = ACTIONS(1395), + [aux_sym_connect_timeout_token1] = ACTIONS(1395), + [aux_sym_control_master_token1] = ACTIONS(1395), + [aux_sym_control_path_token1] = ACTIONS(1395), + [aux_sym_control_persist_token1] = ACTIONS(1395), + [aux_sym_dynamic_forward_token1] = ACTIONS(1395), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1395), + [aux_sym_escape_char_token1] = ACTIONS(1395), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1395), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1395), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1395), + [aux_sym_forward_agent_token1] = ACTIONS(1395), + [aux_sym_forward_x11_token1] = ACTIONS(1397), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1395), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1395), + [aux_sym_gateway_ports_token1] = ACTIONS(1395), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1395), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1395), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1395), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1395), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1395), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1395), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1395), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1395), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1395), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1395), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1395), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1395), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1395), + [aux_sym_host_key_alias_token1] = ACTIONS(1395), + [aux_sym_hostname_token1] = ACTIONS(1395), + [aux_sym_identities_only_token1] = ACTIONS(1395), + [aux_sym_identity_agent_token1] = ACTIONS(1395), + [aux_sym_identity_file_token1] = ACTIONS(1395), + [aux_sym_ignore_unknown_token1] = ACTIONS(1395), + [aux_sym_include_token1] = ACTIONS(1395), + [aux_sym_ip_qos_token1] = ACTIONS(1395), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1395), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1395), + [aux_sym_kex_algorithms_token1] = ACTIONS(1395), + [aux_sym_known_hosts_command_token1] = ACTIONS(1395), + [aux_sym_local_command_token1] = ACTIONS(1395), + [aux_sym_local_forward_token1] = ACTIONS(1395), + [aux_sym_log_level_token1] = ACTIONS(1395), + [aux_sym_log_verbose_token1] = ACTIONS(1395), + [aux_sym_macs_token1] = ACTIONS(1395), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1395), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1395), + [aux_sym_password_authentication_token1] = ACTIONS(1395), + [aux_sym_permit_local_command_token1] = ACTIONS(1395), + [aux_sym_permit_remote_open_token1] = ACTIONS(1395), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1395), + [aux_sym_port_token1] = ACTIONS(1395), + [aux_sym_preferred_authentications_token1] = ACTIONS(1395), + [aux_sym_protocol_token1] = ACTIONS(1395), + [aux_sym_proxy_command_token1] = ACTIONS(1395), + [aux_sym_proxy_jump_token1] = ACTIONS(1395), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1395), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1395), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1395), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1395), + [aux_sym_rekey_limit_token1] = ACTIONS(1395), + [aux_sym_remote_command_token1] = ACTIONS(1395), + [aux_sym_remote_forward_token1] = ACTIONS(1395), + [aux_sym_request_tty_token1] = ACTIONS(1395), + [aux_sym_required_rsa_size_token1] = ACTIONS(1395), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1395), + [aux_sym_security_key_provider_token1] = ACTIONS(1395), + [aux_sym_send_env_token1] = ACTIONS(1395), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1395), + [aux_sym_server_alive_interval_token1] = ACTIONS(1395), + [aux_sym_session_type_token1] = ACTIONS(1395), + [aux_sym_set_env_token1] = ACTIONS(1395), + [aux_sym_stdin_null_token1] = ACTIONS(1395), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1395), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1395), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1395), + [aux_sym_syslog_facility_token1] = ACTIONS(1395), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1395), + [aux_sym_keep_alive_token1] = ACTIONS(1395), + [aux_sym_tunnel_token1] = ACTIONS(1397), + [aux_sym_tunnel_device_token1] = ACTIONS(1395), + [aux_sym_update_host_keys_token1] = ACTIONS(1395), + [aux_sym_use_keychain_token1] = ACTIONS(1395), + [aux_sym_use_roaming_token1] = ACTIONS(1395), + [aux_sym_user_token1] = ACTIONS(1397), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1395), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1395), + [aux_sym_visual_host_key_token1] = ACTIONS(1395), + [aux_sym_xauth_location_token1] = ACTIONS(1395), }, [144] = { - [ts_builtin_sym_end] = ACTIONS(1396), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1398), - [anon_sym_DQUOTE] = ACTIONS(1400), - [aux_sym_match_token1] = ACTIONS(1396), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1396), - [aux_sym_address_family_token1] = ACTIONS(1396), - [aux_sym_batch_mode_token1] = ACTIONS(1396), - [aux_sym_bind_address_token1] = ACTIONS(1396), - [aux_sym_bind_interface_token1] = ACTIONS(1396), - [aux_sym_canonical_domains_token1] = ACTIONS(1396), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1396), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1396), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1396), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1396), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1396), - [aux_sym_certificate_file_token1] = ACTIONS(1396), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1396), - [aux_sym_check_host_ip_token1] = ACTIONS(1396), - [aux_sym_ciphers_token1] = ACTIONS(1396), - [aux_sym_cipher_token1] = ACTIONS(1398), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1396), - [aux_sym_compression_token1] = ACTIONS(1396), - [aux_sym_connection_attempts_token1] = ACTIONS(1396), - [aux_sym_connect_timeout_token1] = ACTIONS(1396), - [aux_sym_control_master_token1] = ACTIONS(1396), - [aux_sym_control_path_token1] = ACTIONS(1396), - [aux_sym_control_persist_token1] = ACTIONS(1396), - [aux_sym_dynamic_forward_token1] = ACTIONS(1396), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1396), - [aux_sym_escape_char_token1] = ACTIONS(1396), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1396), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1396), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1396), - [aux_sym_forward_agent_token1] = ACTIONS(1396), - [aux_sym_forward_x11_token1] = ACTIONS(1398), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1396), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1396), - [aux_sym_gateway_ports_token1] = ACTIONS(1396), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1396), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1396), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1396), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1396), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1396), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1396), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1396), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1396), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1396), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1396), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1396), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1396), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1396), - [aux_sym_host_key_alias_token1] = ACTIONS(1396), - [aux_sym_hostname_token1] = ACTIONS(1396), - [aux_sym_identities_only_token1] = ACTIONS(1396), - [aux_sym_identity_agent_token1] = ACTIONS(1396), - [aux_sym_identity_file_token1] = ACTIONS(1396), - [aux_sym_ignore_unknown_token1] = ACTIONS(1396), - [aux_sym_include_token1] = ACTIONS(1396), - [aux_sym_ip_qos_token1] = ACTIONS(1396), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1396), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1396), - [aux_sym_kex_algorithms_token1] = ACTIONS(1396), - [aux_sym_known_hosts_command_token1] = ACTIONS(1396), - [aux_sym_local_command_token1] = ACTIONS(1396), - [aux_sym_local_forward_token1] = ACTIONS(1396), - [aux_sym_log_level_token1] = ACTIONS(1396), - [aux_sym_log_verbose_token1] = ACTIONS(1396), - [aux_sym_macs_token1] = ACTIONS(1396), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1396), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1396), - [aux_sym_password_authentication_token1] = ACTIONS(1396), - [aux_sym_permit_local_command_token1] = ACTIONS(1396), - [aux_sym_permit_remote_open_token1] = ACTIONS(1396), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1396), - [aux_sym_port_token1] = ACTIONS(1396), - [aux_sym_preferred_authentications_token1] = ACTIONS(1396), - [aux_sym_protocol_token1] = ACTIONS(1396), - [aux_sym_proxy_command_token1] = ACTIONS(1396), - [aux_sym_proxy_jump_token1] = ACTIONS(1396), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1396), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1396), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1396), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1396), - [aux_sym_rekey_limit_token1] = ACTIONS(1396), - [aux_sym_remote_command_token1] = ACTIONS(1396), - [aux_sym_remote_forward_token1] = ACTIONS(1396), - [aux_sym_request_tty_token1] = ACTIONS(1396), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1396), - [aux_sym_security_key_provider_token1] = ACTIONS(1396), - [aux_sym_send_env_token1] = ACTIONS(1396), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1396), - [aux_sym_server_alive_interval_token1] = ACTIONS(1396), - [aux_sym_session_type_token1] = ACTIONS(1396), - [aux_sym_set_env_token1] = ACTIONS(1396), - [aux_sym_stdin_null_token1] = ACTIONS(1396), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1396), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1396), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1396), - [aux_sym_syslog_facility_token1] = ACTIONS(1396), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1396), - [aux_sym_keep_alive_token1] = ACTIONS(1396), - [aux_sym_tunnel_token1] = ACTIONS(1398), - [aux_sym_tunnel_device_token1] = ACTIONS(1396), - [aux_sym_update_host_keys_token1] = ACTIONS(1396), - [aux_sym_use_keychain_token1] = ACTIONS(1396), - [aux_sym_use_roaming_token1] = ACTIONS(1396), - [aux_sym_user_token1] = ACTIONS(1398), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1396), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1396), - [aux_sym_visual_host_key_token1] = ACTIONS(1396), - [aux_sym_xauth_location_token1] = ACTIONS(1396), + [ts_builtin_sym_end] = ACTIONS(1401), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1403), + [anon_sym_DQUOTE] = ACTIONS(1405), + [aux_sym_match_token1] = ACTIONS(1401), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1401), + [aux_sym_address_family_token1] = ACTIONS(1401), + [aux_sym_batch_mode_token1] = ACTIONS(1401), + [aux_sym_bind_address_token1] = ACTIONS(1401), + [aux_sym_bind_interface_token1] = ACTIONS(1401), + [aux_sym_canonical_domains_token1] = ACTIONS(1401), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1401), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1401), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1401), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1401), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1401), + [aux_sym_certificate_file_token1] = ACTIONS(1401), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1401), + [aux_sym_check_host_ip_token1] = ACTIONS(1401), + [aux_sym_ciphers_token1] = ACTIONS(1401), + [aux_sym_cipher_token1] = ACTIONS(1403), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1401), + [aux_sym_compression_token1] = ACTIONS(1401), + [aux_sym_connection_attempts_token1] = ACTIONS(1401), + [aux_sym_connect_timeout_token1] = ACTIONS(1401), + [aux_sym_control_master_token1] = ACTIONS(1401), + [aux_sym_control_path_token1] = ACTIONS(1401), + [aux_sym_control_persist_token1] = ACTIONS(1401), + [aux_sym_dynamic_forward_token1] = ACTIONS(1401), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1401), + [aux_sym_escape_char_token1] = ACTIONS(1401), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1401), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1401), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1401), + [aux_sym_forward_agent_token1] = ACTIONS(1401), + [aux_sym_forward_x11_token1] = ACTIONS(1403), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1401), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1401), + [aux_sym_gateway_ports_token1] = ACTIONS(1401), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1401), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1401), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1401), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1401), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1401), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1401), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1401), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1401), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1401), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1401), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1401), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1401), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1401), + [aux_sym_host_key_alias_token1] = ACTIONS(1401), + [aux_sym_hostname_token1] = ACTIONS(1401), + [aux_sym_identities_only_token1] = ACTIONS(1401), + [aux_sym_identity_agent_token1] = ACTIONS(1401), + [aux_sym_identity_file_token1] = ACTIONS(1401), + [aux_sym_ignore_unknown_token1] = ACTIONS(1401), + [aux_sym_include_token1] = ACTIONS(1401), + [aux_sym_ip_qos_token1] = ACTIONS(1401), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1401), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1401), + [aux_sym_kex_algorithms_token1] = ACTIONS(1401), + [aux_sym_known_hosts_command_token1] = ACTIONS(1401), + [aux_sym_local_command_token1] = ACTIONS(1401), + [aux_sym_local_forward_token1] = ACTIONS(1401), + [aux_sym_log_level_token1] = ACTIONS(1401), + [aux_sym_log_verbose_token1] = ACTIONS(1401), + [aux_sym_macs_token1] = ACTIONS(1401), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1401), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1401), + [aux_sym_password_authentication_token1] = ACTIONS(1401), + [aux_sym_permit_local_command_token1] = ACTIONS(1401), + [aux_sym_permit_remote_open_token1] = ACTIONS(1401), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1401), + [aux_sym_port_token1] = ACTIONS(1401), + [aux_sym_preferred_authentications_token1] = ACTIONS(1401), + [aux_sym_protocol_token1] = ACTIONS(1401), + [aux_sym_proxy_command_token1] = ACTIONS(1401), + [aux_sym_proxy_jump_token1] = ACTIONS(1401), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1401), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1401), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1401), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1401), + [aux_sym_rekey_limit_token1] = ACTIONS(1401), + [aux_sym_remote_command_token1] = ACTIONS(1401), + [aux_sym_remote_forward_token1] = ACTIONS(1401), + [aux_sym_request_tty_token1] = ACTIONS(1401), + [aux_sym_required_rsa_size_token1] = ACTIONS(1401), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1401), + [aux_sym_security_key_provider_token1] = ACTIONS(1401), + [aux_sym_send_env_token1] = ACTIONS(1401), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1401), + [aux_sym_server_alive_interval_token1] = ACTIONS(1401), + [aux_sym_session_type_token1] = ACTIONS(1401), + [aux_sym_set_env_token1] = ACTIONS(1401), + [aux_sym_stdin_null_token1] = ACTIONS(1401), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1401), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1401), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1401), + [aux_sym_syslog_facility_token1] = ACTIONS(1401), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1401), + [aux_sym_keep_alive_token1] = ACTIONS(1401), + [aux_sym_tunnel_token1] = ACTIONS(1403), + [aux_sym_tunnel_device_token1] = ACTIONS(1401), + [aux_sym_update_host_keys_token1] = ACTIONS(1401), + [aux_sym_use_keychain_token1] = ACTIONS(1401), + [aux_sym_use_roaming_token1] = ACTIONS(1401), + [aux_sym_user_token1] = ACTIONS(1403), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1401), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1401), + [aux_sym_visual_host_key_token1] = ACTIONS(1401), + [aux_sym_xauth_location_token1] = ACTIONS(1401), }, [145] = { - [ts_builtin_sym_end] = ACTIONS(1402), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1404), - [anon_sym_DQUOTE] = ACTIONS(1406), - [aux_sym_match_token1] = ACTIONS(1402), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1402), - [aux_sym_address_family_token1] = ACTIONS(1402), - [aux_sym_batch_mode_token1] = ACTIONS(1402), - [aux_sym_bind_address_token1] = ACTIONS(1402), - [aux_sym_bind_interface_token1] = ACTIONS(1402), - [aux_sym_canonical_domains_token1] = ACTIONS(1402), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1402), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1402), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1402), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1402), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1402), - [aux_sym_certificate_file_token1] = ACTIONS(1402), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1402), - [aux_sym_check_host_ip_token1] = ACTIONS(1402), - [aux_sym_ciphers_token1] = ACTIONS(1402), - [aux_sym_cipher_token1] = ACTIONS(1404), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1402), - [aux_sym_compression_token1] = ACTIONS(1402), - [aux_sym_connection_attempts_token1] = ACTIONS(1402), - [aux_sym_connect_timeout_token1] = ACTIONS(1402), - [aux_sym_control_master_token1] = ACTIONS(1402), - [aux_sym_control_path_token1] = ACTIONS(1402), - [aux_sym_control_persist_token1] = ACTIONS(1402), - [aux_sym_dynamic_forward_token1] = ACTIONS(1402), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1402), - [aux_sym_escape_char_token1] = ACTIONS(1402), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1402), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1402), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1402), - [aux_sym_forward_agent_token1] = ACTIONS(1402), - [aux_sym_forward_x11_token1] = ACTIONS(1404), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1402), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1402), - [aux_sym_gateway_ports_token1] = ACTIONS(1402), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1402), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1402), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1402), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1402), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1402), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1402), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1402), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1402), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1402), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1402), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1402), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1402), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1402), - [aux_sym_host_key_alias_token1] = ACTIONS(1402), - [aux_sym_hostname_token1] = ACTIONS(1402), - [aux_sym_identities_only_token1] = ACTIONS(1402), - [aux_sym_identity_agent_token1] = ACTIONS(1402), - [aux_sym_identity_file_token1] = ACTIONS(1402), - [aux_sym_ignore_unknown_token1] = ACTIONS(1402), - [aux_sym_include_token1] = ACTIONS(1402), - [aux_sym_ip_qos_token1] = ACTIONS(1402), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1402), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1402), - [aux_sym_kex_algorithms_token1] = ACTIONS(1402), - [aux_sym_known_hosts_command_token1] = ACTIONS(1402), - [aux_sym_local_command_token1] = ACTIONS(1402), - [aux_sym_local_forward_token1] = ACTIONS(1402), - [aux_sym_log_level_token1] = ACTIONS(1402), - [aux_sym_log_verbose_token1] = ACTIONS(1402), - [aux_sym_macs_token1] = ACTIONS(1402), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1402), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1402), - [aux_sym_password_authentication_token1] = ACTIONS(1402), - [aux_sym_permit_local_command_token1] = ACTIONS(1402), - [aux_sym_permit_remote_open_token1] = ACTIONS(1402), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1402), - [aux_sym_port_token1] = ACTIONS(1402), - [aux_sym_preferred_authentications_token1] = ACTIONS(1402), - [aux_sym_protocol_token1] = ACTIONS(1402), - [aux_sym_proxy_command_token1] = ACTIONS(1402), - [aux_sym_proxy_jump_token1] = ACTIONS(1402), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1402), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1402), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1402), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1402), - [aux_sym_rekey_limit_token1] = ACTIONS(1402), - [aux_sym_remote_command_token1] = ACTIONS(1402), - [aux_sym_remote_forward_token1] = ACTIONS(1402), - [aux_sym_request_tty_token1] = ACTIONS(1402), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1402), - [aux_sym_security_key_provider_token1] = ACTIONS(1402), - [aux_sym_send_env_token1] = ACTIONS(1402), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1402), - [aux_sym_server_alive_interval_token1] = ACTIONS(1402), - [aux_sym_session_type_token1] = ACTIONS(1402), - [aux_sym_set_env_token1] = ACTIONS(1402), - [aux_sym_stdin_null_token1] = ACTIONS(1402), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1402), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1402), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1402), - [aux_sym_syslog_facility_token1] = ACTIONS(1402), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1402), - [aux_sym_keep_alive_token1] = ACTIONS(1402), - [aux_sym_tunnel_token1] = ACTIONS(1404), - [aux_sym_tunnel_device_token1] = ACTIONS(1402), - [aux_sym_update_host_keys_token1] = ACTIONS(1402), - [aux_sym_use_keychain_token1] = ACTIONS(1402), - [aux_sym_use_roaming_token1] = ACTIONS(1402), - [aux_sym_user_token1] = ACTIONS(1404), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1402), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1402), - [aux_sym_visual_host_key_token1] = ACTIONS(1402), - [aux_sym_xauth_location_token1] = ACTIONS(1402), + [ts_builtin_sym_end] = ACTIONS(1407), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1409), + [anon_sym_DQUOTE] = ACTIONS(1411), + [aux_sym_match_token1] = ACTIONS(1407), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1407), + [aux_sym_address_family_token1] = ACTIONS(1407), + [aux_sym_batch_mode_token1] = ACTIONS(1407), + [aux_sym_bind_address_token1] = ACTIONS(1407), + [aux_sym_bind_interface_token1] = ACTIONS(1407), + [aux_sym_canonical_domains_token1] = ACTIONS(1407), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1407), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1407), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1407), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1407), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1407), + [aux_sym_certificate_file_token1] = ACTIONS(1407), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1407), + [aux_sym_check_host_ip_token1] = ACTIONS(1407), + [aux_sym_ciphers_token1] = ACTIONS(1407), + [aux_sym_cipher_token1] = ACTIONS(1409), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1407), + [aux_sym_compression_token1] = ACTIONS(1407), + [aux_sym_connection_attempts_token1] = ACTIONS(1407), + [aux_sym_connect_timeout_token1] = ACTIONS(1407), + [aux_sym_control_master_token1] = ACTIONS(1407), + [aux_sym_control_path_token1] = ACTIONS(1407), + [aux_sym_control_persist_token1] = ACTIONS(1407), + [aux_sym_dynamic_forward_token1] = ACTIONS(1407), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1407), + [aux_sym_escape_char_token1] = ACTIONS(1407), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1407), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1407), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1407), + [aux_sym_forward_agent_token1] = ACTIONS(1407), + [aux_sym_forward_x11_token1] = ACTIONS(1409), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1407), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1407), + [aux_sym_gateway_ports_token1] = ACTIONS(1407), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1407), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1407), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1407), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1407), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1407), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1407), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1407), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1407), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1407), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1407), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1407), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1407), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1407), + [aux_sym_host_key_alias_token1] = ACTIONS(1407), + [aux_sym_hostname_token1] = ACTIONS(1407), + [aux_sym_identities_only_token1] = ACTIONS(1407), + [aux_sym_identity_agent_token1] = ACTIONS(1407), + [aux_sym_identity_file_token1] = ACTIONS(1407), + [aux_sym_ignore_unknown_token1] = ACTIONS(1407), + [aux_sym_include_token1] = ACTIONS(1407), + [aux_sym_ip_qos_token1] = ACTIONS(1407), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1407), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1407), + [aux_sym_kex_algorithms_token1] = ACTIONS(1407), + [aux_sym_known_hosts_command_token1] = ACTIONS(1407), + [aux_sym_local_command_token1] = ACTIONS(1407), + [aux_sym_local_forward_token1] = ACTIONS(1407), + [aux_sym_log_level_token1] = ACTIONS(1407), + [aux_sym_log_verbose_token1] = ACTIONS(1407), + [aux_sym_macs_token1] = ACTIONS(1407), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1407), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1407), + [aux_sym_password_authentication_token1] = ACTIONS(1407), + [aux_sym_permit_local_command_token1] = ACTIONS(1407), + [aux_sym_permit_remote_open_token1] = ACTIONS(1407), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1407), + [aux_sym_port_token1] = ACTIONS(1407), + [aux_sym_preferred_authentications_token1] = ACTIONS(1407), + [aux_sym_protocol_token1] = ACTIONS(1407), + [aux_sym_proxy_command_token1] = ACTIONS(1407), + [aux_sym_proxy_jump_token1] = ACTIONS(1407), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1407), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1407), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1407), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1407), + [aux_sym_rekey_limit_token1] = ACTIONS(1407), + [aux_sym_remote_command_token1] = ACTIONS(1407), + [aux_sym_remote_forward_token1] = ACTIONS(1407), + [aux_sym_request_tty_token1] = ACTIONS(1407), + [aux_sym_required_rsa_size_token1] = ACTIONS(1407), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1407), + [aux_sym_security_key_provider_token1] = ACTIONS(1407), + [aux_sym_send_env_token1] = ACTIONS(1407), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1407), + [aux_sym_server_alive_interval_token1] = ACTIONS(1407), + [aux_sym_session_type_token1] = ACTIONS(1407), + [aux_sym_set_env_token1] = ACTIONS(1407), + [aux_sym_stdin_null_token1] = ACTIONS(1407), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1407), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1407), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1407), + [aux_sym_syslog_facility_token1] = ACTIONS(1407), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1407), + [aux_sym_keep_alive_token1] = ACTIONS(1407), + [aux_sym_tunnel_token1] = ACTIONS(1409), + [aux_sym_tunnel_device_token1] = ACTIONS(1407), + [aux_sym_update_host_keys_token1] = ACTIONS(1407), + [aux_sym_use_keychain_token1] = ACTIONS(1407), + [aux_sym_use_roaming_token1] = ACTIONS(1407), + [aux_sym_user_token1] = ACTIONS(1409), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1407), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1407), + [aux_sym_visual_host_key_token1] = ACTIONS(1407), + [aux_sym_xauth_location_token1] = ACTIONS(1407), }, [146] = { - [ts_builtin_sym_end] = ACTIONS(1408), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1412), - [aux_sym_match_token1] = ACTIONS(1408), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1408), - [aux_sym_address_family_token1] = ACTIONS(1408), - [aux_sym_batch_mode_token1] = ACTIONS(1408), - [aux_sym_bind_address_token1] = ACTIONS(1408), - [aux_sym_bind_interface_token1] = ACTIONS(1408), - [aux_sym_canonical_domains_token1] = ACTIONS(1408), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1408), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1408), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1408), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1408), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1408), - [aux_sym_certificate_file_token1] = ACTIONS(1408), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1408), - [aux_sym_check_host_ip_token1] = ACTIONS(1408), - [aux_sym_ciphers_token1] = ACTIONS(1408), - [aux_sym_cipher_token1] = ACTIONS(1410), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1408), - [aux_sym_compression_token1] = ACTIONS(1408), - [aux_sym_connection_attempts_token1] = ACTIONS(1408), - [aux_sym_connect_timeout_token1] = ACTIONS(1408), - [aux_sym_control_master_token1] = ACTIONS(1408), - [aux_sym_control_path_token1] = ACTIONS(1408), - [aux_sym_control_persist_token1] = ACTIONS(1408), - [aux_sym_dynamic_forward_token1] = ACTIONS(1408), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1408), - [aux_sym_escape_char_token1] = ACTIONS(1408), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1408), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1408), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1408), - [aux_sym_forward_agent_token1] = ACTIONS(1408), - [aux_sym_forward_x11_token1] = ACTIONS(1410), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1408), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1408), - [aux_sym_gateway_ports_token1] = ACTIONS(1408), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1408), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1408), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1408), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1408), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1408), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1408), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1408), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1408), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1408), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1408), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1408), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1408), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1408), - [aux_sym_host_key_alias_token1] = ACTIONS(1408), - [aux_sym_hostname_token1] = ACTIONS(1408), - [aux_sym_identities_only_token1] = ACTIONS(1408), - [aux_sym_identity_agent_token1] = ACTIONS(1408), - [aux_sym_identity_file_token1] = ACTIONS(1408), - [aux_sym_ignore_unknown_token1] = ACTIONS(1408), - [aux_sym_include_token1] = ACTIONS(1408), - [aux_sym_ip_qos_token1] = ACTIONS(1408), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1408), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1408), - [aux_sym_kex_algorithms_token1] = ACTIONS(1408), - [aux_sym_known_hosts_command_token1] = ACTIONS(1408), - [aux_sym_local_command_token1] = ACTIONS(1408), - [aux_sym_local_forward_token1] = ACTIONS(1408), - [aux_sym_log_level_token1] = ACTIONS(1408), - [aux_sym_log_verbose_token1] = ACTIONS(1408), - [aux_sym_macs_token1] = ACTIONS(1408), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1408), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1408), - [aux_sym_password_authentication_token1] = ACTIONS(1408), - [aux_sym_permit_local_command_token1] = ACTIONS(1408), - [aux_sym_permit_remote_open_token1] = ACTIONS(1408), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1408), - [aux_sym_port_token1] = ACTIONS(1408), - [aux_sym_preferred_authentications_token1] = ACTIONS(1408), - [aux_sym_protocol_token1] = ACTIONS(1408), - [aux_sym_proxy_command_token1] = ACTIONS(1408), - [aux_sym_proxy_jump_token1] = ACTIONS(1408), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1408), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1408), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1408), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1408), - [aux_sym_rekey_limit_token1] = ACTIONS(1408), - [aux_sym_remote_command_token1] = ACTIONS(1408), - [aux_sym_remote_forward_token1] = ACTIONS(1408), - [aux_sym_request_tty_token1] = ACTIONS(1408), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1408), - [aux_sym_security_key_provider_token1] = ACTIONS(1408), - [aux_sym_send_env_token1] = ACTIONS(1408), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1408), - [aux_sym_server_alive_interval_token1] = ACTIONS(1408), - [aux_sym_session_type_token1] = ACTIONS(1408), - [aux_sym_set_env_token1] = ACTIONS(1408), - [aux_sym_stdin_null_token1] = ACTIONS(1408), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1408), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1408), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1408), - [aux_sym_syslog_facility_token1] = ACTIONS(1408), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1408), - [aux_sym_keep_alive_token1] = ACTIONS(1408), - [aux_sym_tunnel_token1] = ACTIONS(1410), - [aux_sym_tunnel_device_token1] = ACTIONS(1408), - [aux_sym_update_host_keys_token1] = ACTIONS(1408), - [aux_sym_use_keychain_token1] = ACTIONS(1408), - [aux_sym_use_roaming_token1] = ACTIONS(1408), - [aux_sym_user_token1] = ACTIONS(1410), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1408), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1408), - [aux_sym_visual_host_key_token1] = ACTIONS(1408), - [aux_sym_xauth_location_token1] = ACTIONS(1408), + [ts_builtin_sym_end] = ACTIONS(1413), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1415), + [anon_sym_DQUOTE] = ACTIONS(1417), + [aux_sym_match_token1] = ACTIONS(1413), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1413), + [aux_sym_address_family_token1] = ACTIONS(1413), + [aux_sym_batch_mode_token1] = ACTIONS(1413), + [aux_sym_bind_address_token1] = ACTIONS(1413), + [aux_sym_bind_interface_token1] = ACTIONS(1413), + [aux_sym_canonical_domains_token1] = ACTIONS(1413), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1413), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1413), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1413), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1413), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1413), + [aux_sym_certificate_file_token1] = ACTIONS(1413), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1413), + [aux_sym_check_host_ip_token1] = ACTIONS(1413), + [aux_sym_ciphers_token1] = ACTIONS(1413), + [aux_sym_cipher_token1] = ACTIONS(1415), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1413), + [aux_sym_compression_token1] = ACTIONS(1413), + [aux_sym_connection_attempts_token1] = ACTIONS(1413), + [aux_sym_connect_timeout_token1] = ACTIONS(1413), + [aux_sym_control_master_token1] = ACTIONS(1413), + [aux_sym_control_path_token1] = ACTIONS(1413), + [aux_sym_control_persist_token1] = ACTIONS(1413), + [aux_sym_dynamic_forward_token1] = ACTIONS(1413), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1413), + [aux_sym_escape_char_token1] = ACTIONS(1413), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1413), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1413), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1413), + [aux_sym_forward_agent_token1] = ACTIONS(1413), + [aux_sym_forward_x11_token1] = ACTIONS(1415), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1413), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1413), + [aux_sym_gateway_ports_token1] = ACTIONS(1413), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1413), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1413), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1413), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1413), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1413), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1413), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1413), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1413), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1413), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1413), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1413), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1413), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1413), + [aux_sym_host_key_alias_token1] = ACTIONS(1413), + [aux_sym_hostname_token1] = ACTIONS(1413), + [aux_sym_identities_only_token1] = ACTIONS(1413), + [aux_sym_identity_agent_token1] = ACTIONS(1413), + [aux_sym_identity_file_token1] = ACTIONS(1413), + [aux_sym_ignore_unknown_token1] = ACTIONS(1413), + [aux_sym_include_token1] = ACTIONS(1413), + [aux_sym_ip_qos_token1] = ACTIONS(1413), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1413), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1413), + [aux_sym_kex_algorithms_token1] = ACTIONS(1413), + [aux_sym_known_hosts_command_token1] = ACTIONS(1413), + [aux_sym_local_command_token1] = ACTIONS(1413), + [aux_sym_local_forward_token1] = ACTIONS(1413), + [aux_sym_log_level_token1] = ACTIONS(1413), + [aux_sym_log_verbose_token1] = ACTIONS(1413), + [aux_sym_macs_token1] = ACTIONS(1413), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1413), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1413), + [aux_sym_password_authentication_token1] = ACTIONS(1413), + [aux_sym_permit_local_command_token1] = ACTIONS(1413), + [aux_sym_permit_remote_open_token1] = ACTIONS(1413), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1413), + [aux_sym_port_token1] = ACTIONS(1413), + [aux_sym_preferred_authentications_token1] = ACTIONS(1413), + [aux_sym_protocol_token1] = ACTIONS(1413), + [aux_sym_proxy_command_token1] = ACTIONS(1413), + [aux_sym_proxy_jump_token1] = ACTIONS(1413), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1413), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1413), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1413), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1413), + [aux_sym_rekey_limit_token1] = ACTIONS(1413), + [aux_sym_remote_command_token1] = ACTIONS(1413), + [aux_sym_remote_forward_token1] = ACTIONS(1413), + [aux_sym_request_tty_token1] = ACTIONS(1413), + [aux_sym_required_rsa_size_token1] = ACTIONS(1413), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1413), + [aux_sym_security_key_provider_token1] = ACTIONS(1413), + [aux_sym_send_env_token1] = ACTIONS(1413), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1413), + [aux_sym_server_alive_interval_token1] = ACTIONS(1413), + [aux_sym_session_type_token1] = ACTIONS(1413), + [aux_sym_set_env_token1] = ACTIONS(1413), + [aux_sym_stdin_null_token1] = ACTIONS(1413), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1413), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1413), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1413), + [aux_sym_syslog_facility_token1] = ACTIONS(1413), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1413), + [aux_sym_keep_alive_token1] = ACTIONS(1413), + [aux_sym_tunnel_token1] = ACTIONS(1415), + [aux_sym_tunnel_device_token1] = ACTIONS(1413), + [aux_sym_update_host_keys_token1] = ACTIONS(1413), + [aux_sym_use_keychain_token1] = ACTIONS(1413), + [aux_sym_use_roaming_token1] = ACTIONS(1413), + [aux_sym_user_token1] = ACTIONS(1415), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1413), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1413), + [aux_sym_visual_host_key_token1] = ACTIONS(1413), + [aux_sym_xauth_location_token1] = ACTIONS(1413), }, [147] = { - [ts_builtin_sym_end] = ACTIONS(1414), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1416), - [anon_sym_DQUOTE] = ACTIONS(1418), - [aux_sym_match_token1] = ACTIONS(1414), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1414), - [aux_sym_address_family_token1] = ACTIONS(1414), - [aux_sym_batch_mode_token1] = ACTIONS(1414), - [aux_sym_bind_address_token1] = ACTIONS(1414), - [aux_sym_bind_interface_token1] = ACTIONS(1414), - [aux_sym_canonical_domains_token1] = ACTIONS(1414), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1414), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1414), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1414), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1414), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1414), - [aux_sym_certificate_file_token1] = ACTIONS(1414), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1414), - [aux_sym_check_host_ip_token1] = ACTIONS(1414), - [aux_sym_ciphers_token1] = ACTIONS(1414), - [aux_sym_cipher_token1] = ACTIONS(1416), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1414), - [aux_sym_compression_token1] = ACTIONS(1414), - [aux_sym_connection_attempts_token1] = ACTIONS(1414), - [aux_sym_connect_timeout_token1] = ACTIONS(1414), - [aux_sym_control_master_token1] = ACTIONS(1414), - [aux_sym_control_path_token1] = ACTIONS(1414), - [aux_sym_control_persist_token1] = ACTIONS(1414), - [aux_sym_dynamic_forward_token1] = ACTIONS(1414), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1414), - [aux_sym_escape_char_token1] = ACTIONS(1414), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1414), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1414), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1414), - [aux_sym_forward_agent_token1] = ACTIONS(1414), - [aux_sym_forward_x11_token1] = ACTIONS(1416), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1414), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1414), - [aux_sym_gateway_ports_token1] = ACTIONS(1414), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1414), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1414), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1414), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1414), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1414), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1414), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1414), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1414), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1414), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1414), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1414), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1414), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1414), - [aux_sym_host_key_alias_token1] = ACTIONS(1414), - [aux_sym_hostname_token1] = ACTIONS(1414), - [aux_sym_identities_only_token1] = ACTIONS(1414), - [aux_sym_identity_agent_token1] = ACTIONS(1414), - [aux_sym_identity_file_token1] = ACTIONS(1414), - [aux_sym_ignore_unknown_token1] = ACTIONS(1414), - [aux_sym_include_token1] = ACTIONS(1414), - [aux_sym_ip_qos_token1] = ACTIONS(1414), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1414), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1414), - [aux_sym_kex_algorithms_token1] = ACTIONS(1414), - [aux_sym_known_hosts_command_token1] = ACTIONS(1414), - [aux_sym_local_command_token1] = ACTIONS(1414), - [aux_sym_local_forward_token1] = ACTIONS(1414), - [aux_sym_log_level_token1] = ACTIONS(1414), - [aux_sym_log_verbose_token1] = ACTIONS(1414), - [aux_sym_macs_token1] = ACTIONS(1414), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1414), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1414), - [aux_sym_password_authentication_token1] = ACTIONS(1414), - [aux_sym_permit_local_command_token1] = ACTIONS(1414), - [aux_sym_permit_remote_open_token1] = ACTIONS(1414), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1414), - [aux_sym_port_token1] = ACTIONS(1414), - [aux_sym_preferred_authentications_token1] = ACTIONS(1414), - [aux_sym_protocol_token1] = ACTIONS(1414), - [aux_sym_proxy_command_token1] = ACTIONS(1414), - [aux_sym_proxy_jump_token1] = ACTIONS(1414), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1414), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1414), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1414), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1414), - [aux_sym_rekey_limit_token1] = ACTIONS(1414), - [aux_sym_remote_command_token1] = ACTIONS(1414), - [aux_sym_remote_forward_token1] = ACTIONS(1414), - [aux_sym_request_tty_token1] = ACTIONS(1414), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1414), - [aux_sym_security_key_provider_token1] = ACTIONS(1414), - [aux_sym_send_env_token1] = ACTIONS(1414), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1414), - [aux_sym_server_alive_interval_token1] = ACTIONS(1414), - [aux_sym_session_type_token1] = ACTIONS(1414), - [aux_sym_set_env_token1] = ACTIONS(1414), - [aux_sym_stdin_null_token1] = ACTIONS(1414), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1414), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1414), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1414), - [aux_sym_syslog_facility_token1] = ACTIONS(1414), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1414), - [aux_sym_keep_alive_token1] = ACTIONS(1414), - [aux_sym_tunnel_token1] = ACTIONS(1416), - [aux_sym_tunnel_device_token1] = ACTIONS(1414), - [aux_sym_update_host_keys_token1] = ACTIONS(1414), - [aux_sym_use_keychain_token1] = ACTIONS(1414), - [aux_sym_use_roaming_token1] = ACTIONS(1414), - [aux_sym_user_token1] = ACTIONS(1416), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1414), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1414), - [aux_sym_visual_host_key_token1] = ACTIONS(1414), - [aux_sym_xauth_location_token1] = ACTIONS(1414), + [ts_builtin_sym_end] = ACTIONS(1419), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1421), + [anon_sym_DQUOTE] = ACTIONS(1423), + [aux_sym_match_token1] = ACTIONS(1419), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1419), + [aux_sym_address_family_token1] = ACTIONS(1419), + [aux_sym_batch_mode_token1] = ACTIONS(1419), + [aux_sym_bind_address_token1] = ACTIONS(1419), + [aux_sym_bind_interface_token1] = ACTIONS(1419), + [aux_sym_canonical_domains_token1] = ACTIONS(1419), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1419), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1419), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1419), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1419), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1419), + [aux_sym_certificate_file_token1] = ACTIONS(1419), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1419), + [aux_sym_check_host_ip_token1] = ACTIONS(1419), + [aux_sym_ciphers_token1] = ACTIONS(1419), + [aux_sym_cipher_token1] = ACTIONS(1421), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1419), + [aux_sym_compression_token1] = ACTIONS(1419), + [aux_sym_connection_attempts_token1] = ACTIONS(1419), + [aux_sym_connect_timeout_token1] = ACTIONS(1419), + [aux_sym_control_master_token1] = ACTIONS(1419), + [aux_sym_control_path_token1] = ACTIONS(1419), + [aux_sym_control_persist_token1] = ACTIONS(1419), + [aux_sym_dynamic_forward_token1] = ACTIONS(1419), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1419), + [aux_sym_escape_char_token1] = ACTIONS(1419), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1419), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1419), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1419), + [aux_sym_forward_agent_token1] = ACTIONS(1419), + [aux_sym_forward_x11_token1] = ACTIONS(1421), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1419), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1419), + [aux_sym_gateway_ports_token1] = ACTIONS(1419), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1419), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1419), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1419), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1419), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1419), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1419), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1419), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1419), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1419), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1419), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1419), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1419), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1419), + [aux_sym_host_key_alias_token1] = ACTIONS(1419), + [aux_sym_hostname_token1] = ACTIONS(1419), + [aux_sym_identities_only_token1] = ACTIONS(1419), + [aux_sym_identity_agent_token1] = ACTIONS(1419), + [aux_sym_identity_file_token1] = ACTIONS(1419), + [aux_sym_ignore_unknown_token1] = ACTIONS(1419), + [aux_sym_include_token1] = ACTIONS(1419), + [aux_sym_ip_qos_token1] = ACTIONS(1419), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1419), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1419), + [aux_sym_kex_algorithms_token1] = ACTIONS(1419), + [aux_sym_known_hosts_command_token1] = ACTIONS(1419), + [aux_sym_local_command_token1] = ACTIONS(1419), + [aux_sym_local_forward_token1] = ACTIONS(1419), + [aux_sym_log_level_token1] = ACTIONS(1419), + [aux_sym_log_verbose_token1] = ACTIONS(1419), + [aux_sym_macs_token1] = ACTIONS(1419), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1419), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1419), + [aux_sym_password_authentication_token1] = ACTIONS(1419), + [aux_sym_permit_local_command_token1] = ACTIONS(1419), + [aux_sym_permit_remote_open_token1] = ACTIONS(1419), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1419), + [aux_sym_port_token1] = ACTIONS(1419), + [aux_sym_preferred_authentications_token1] = ACTIONS(1419), + [aux_sym_protocol_token1] = ACTIONS(1419), + [aux_sym_proxy_command_token1] = ACTIONS(1419), + [aux_sym_proxy_jump_token1] = ACTIONS(1419), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1419), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1419), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1419), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1419), + [aux_sym_rekey_limit_token1] = ACTIONS(1419), + [aux_sym_remote_command_token1] = ACTIONS(1419), + [aux_sym_remote_forward_token1] = ACTIONS(1419), + [aux_sym_request_tty_token1] = ACTIONS(1419), + [aux_sym_required_rsa_size_token1] = ACTIONS(1419), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1419), + [aux_sym_security_key_provider_token1] = ACTIONS(1419), + [aux_sym_send_env_token1] = ACTIONS(1419), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1419), + [aux_sym_server_alive_interval_token1] = ACTIONS(1419), + [aux_sym_session_type_token1] = ACTIONS(1419), + [aux_sym_set_env_token1] = ACTIONS(1419), + [aux_sym_stdin_null_token1] = ACTIONS(1419), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1419), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1419), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1419), + [aux_sym_syslog_facility_token1] = ACTIONS(1419), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1419), + [aux_sym_keep_alive_token1] = ACTIONS(1419), + [aux_sym_tunnel_token1] = ACTIONS(1421), + [aux_sym_tunnel_device_token1] = ACTIONS(1419), + [aux_sym_update_host_keys_token1] = ACTIONS(1419), + [aux_sym_use_keychain_token1] = ACTIONS(1419), + [aux_sym_use_roaming_token1] = ACTIONS(1419), + [aux_sym_user_token1] = ACTIONS(1421), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1419), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1419), + [aux_sym_visual_host_key_token1] = ACTIONS(1419), + [aux_sym_xauth_location_token1] = ACTIONS(1419), }, [148] = { - [ts_builtin_sym_end] = ACTIONS(1420), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1422), - [anon_sym_DQUOTE] = ACTIONS(1424), - [aux_sym_match_token1] = ACTIONS(1420), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1420), - [aux_sym_address_family_token1] = ACTIONS(1420), - [aux_sym_batch_mode_token1] = ACTIONS(1420), - [aux_sym_bind_address_token1] = ACTIONS(1420), - [aux_sym_bind_interface_token1] = ACTIONS(1420), - [aux_sym_canonical_domains_token1] = ACTIONS(1420), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1420), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1420), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1420), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1420), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1420), - [aux_sym_certificate_file_token1] = ACTIONS(1420), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1420), - [aux_sym_check_host_ip_token1] = ACTIONS(1420), - [aux_sym_ciphers_token1] = ACTIONS(1420), - [aux_sym_cipher_token1] = ACTIONS(1422), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1420), - [aux_sym_compression_token1] = ACTIONS(1420), - [aux_sym_connection_attempts_token1] = ACTIONS(1420), - [aux_sym_connect_timeout_token1] = ACTIONS(1420), - [aux_sym_control_master_token1] = ACTIONS(1420), - [aux_sym_control_path_token1] = ACTIONS(1420), - [aux_sym_control_persist_token1] = ACTIONS(1420), - [aux_sym_dynamic_forward_token1] = ACTIONS(1420), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1420), - [aux_sym_escape_char_token1] = ACTIONS(1420), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1420), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1420), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1420), - [aux_sym_forward_agent_token1] = ACTIONS(1420), - [aux_sym_forward_x11_token1] = ACTIONS(1422), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1420), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1420), - [aux_sym_gateway_ports_token1] = ACTIONS(1420), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1420), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1420), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1420), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1420), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1420), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1420), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1420), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1420), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1420), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1420), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1420), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1420), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1420), - [aux_sym_host_key_alias_token1] = ACTIONS(1420), - [aux_sym_hostname_token1] = ACTIONS(1420), - [aux_sym_identities_only_token1] = ACTIONS(1420), - [aux_sym_identity_agent_token1] = ACTIONS(1420), - [aux_sym_identity_file_token1] = ACTIONS(1420), - [aux_sym_ignore_unknown_token1] = ACTIONS(1420), - [aux_sym_include_token1] = ACTIONS(1420), - [aux_sym_ip_qos_token1] = ACTIONS(1420), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1420), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1420), - [aux_sym_kex_algorithms_token1] = ACTIONS(1420), - [aux_sym_known_hosts_command_token1] = ACTIONS(1420), - [aux_sym_local_command_token1] = ACTIONS(1420), - [aux_sym_local_forward_token1] = ACTIONS(1420), - [aux_sym_log_level_token1] = ACTIONS(1420), - [aux_sym_log_verbose_token1] = ACTIONS(1420), - [aux_sym_macs_token1] = ACTIONS(1420), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1420), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1420), - [aux_sym_password_authentication_token1] = ACTIONS(1420), - [aux_sym_permit_local_command_token1] = ACTIONS(1420), - [aux_sym_permit_remote_open_token1] = ACTIONS(1420), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1420), - [aux_sym_port_token1] = ACTIONS(1420), - [aux_sym_preferred_authentications_token1] = ACTIONS(1420), - [aux_sym_protocol_token1] = ACTIONS(1420), - [aux_sym_proxy_command_token1] = ACTIONS(1420), - [aux_sym_proxy_jump_token1] = ACTIONS(1420), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1420), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1420), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1420), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1420), - [aux_sym_rekey_limit_token1] = ACTIONS(1420), - [aux_sym_remote_command_token1] = ACTIONS(1420), - [aux_sym_remote_forward_token1] = ACTIONS(1420), - [aux_sym_request_tty_token1] = ACTIONS(1420), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1420), - [aux_sym_security_key_provider_token1] = ACTIONS(1420), - [aux_sym_send_env_token1] = ACTIONS(1420), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1420), - [aux_sym_server_alive_interval_token1] = ACTIONS(1420), - [aux_sym_session_type_token1] = ACTIONS(1420), - [aux_sym_set_env_token1] = ACTIONS(1420), - [aux_sym_stdin_null_token1] = ACTIONS(1420), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1420), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1420), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1420), - [aux_sym_syslog_facility_token1] = ACTIONS(1420), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1420), - [aux_sym_keep_alive_token1] = ACTIONS(1420), - [aux_sym_tunnel_token1] = ACTIONS(1422), - [aux_sym_tunnel_device_token1] = ACTIONS(1420), - [aux_sym_update_host_keys_token1] = ACTIONS(1420), - [aux_sym_use_keychain_token1] = ACTIONS(1420), - [aux_sym_use_roaming_token1] = ACTIONS(1420), - [aux_sym_user_token1] = ACTIONS(1422), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1420), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1420), - [aux_sym_visual_host_key_token1] = ACTIONS(1420), - [aux_sym_xauth_location_token1] = ACTIONS(1420), + [ts_builtin_sym_end] = ACTIONS(1425), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1427), + [anon_sym_DQUOTE] = ACTIONS(1429), + [aux_sym_match_token1] = ACTIONS(1425), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1425), + [aux_sym_address_family_token1] = ACTIONS(1425), + [aux_sym_batch_mode_token1] = ACTIONS(1425), + [aux_sym_bind_address_token1] = ACTIONS(1425), + [aux_sym_bind_interface_token1] = ACTIONS(1425), + [aux_sym_canonical_domains_token1] = ACTIONS(1425), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1425), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1425), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1425), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1425), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1425), + [aux_sym_certificate_file_token1] = ACTIONS(1425), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1425), + [aux_sym_check_host_ip_token1] = ACTIONS(1425), + [aux_sym_ciphers_token1] = ACTIONS(1425), + [aux_sym_cipher_token1] = ACTIONS(1427), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1425), + [aux_sym_compression_token1] = ACTIONS(1425), + [aux_sym_connection_attempts_token1] = ACTIONS(1425), + [aux_sym_connect_timeout_token1] = ACTIONS(1425), + [aux_sym_control_master_token1] = ACTIONS(1425), + [aux_sym_control_path_token1] = ACTIONS(1425), + [aux_sym_control_persist_token1] = ACTIONS(1425), + [aux_sym_dynamic_forward_token1] = ACTIONS(1425), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1425), + [aux_sym_escape_char_token1] = ACTIONS(1425), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1425), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1425), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1425), + [aux_sym_forward_agent_token1] = ACTIONS(1425), + [aux_sym_forward_x11_token1] = ACTIONS(1427), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1425), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1425), + [aux_sym_gateway_ports_token1] = ACTIONS(1425), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1425), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1425), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1425), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1425), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1425), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1425), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1425), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1425), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1425), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1425), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1425), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1425), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1425), + [aux_sym_host_key_alias_token1] = ACTIONS(1425), + [aux_sym_hostname_token1] = ACTIONS(1425), + [aux_sym_identities_only_token1] = ACTIONS(1425), + [aux_sym_identity_agent_token1] = ACTIONS(1425), + [aux_sym_identity_file_token1] = ACTIONS(1425), + [aux_sym_ignore_unknown_token1] = ACTIONS(1425), + [aux_sym_include_token1] = ACTIONS(1425), + [aux_sym_ip_qos_token1] = ACTIONS(1425), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1425), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1425), + [aux_sym_kex_algorithms_token1] = ACTIONS(1425), + [aux_sym_known_hosts_command_token1] = ACTIONS(1425), + [aux_sym_local_command_token1] = ACTIONS(1425), + [aux_sym_local_forward_token1] = ACTIONS(1425), + [aux_sym_log_level_token1] = ACTIONS(1425), + [aux_sym_log_verbose_token1] = ACTIONS(1425), + [aux_sym_macs_token1] = ACTIONS(1425), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1425), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1425), + [aux_sym_password_authentication_token1] = ACTIONS(1425), + [aux_sym_permit_local_command_token1] = ACTIONS(1425), + [aux_sym_permit_remote_open_token1] = ACTIONS(1425), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1425), + [aux_sym_port_token1] = ACTIONS(1425), + [aux_sym_preferred_authentications_token1] = ACTIONS(1425), + [aux_sym_protocol_token1] = ACTIONS(1425), + [aux_sym_proxy_command_token1] = ACTIONS(1425), + [aux_sym_proxy_jump_token1] = ACTIONS(1425), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1425), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1425), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1425), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1425), + [aux_sym_rekey_limit_token1] = ACTIONS(1425), + [aux_sym_remote_command_token1] = ACTIONS(1425), + [aux_sym_remote_forward_token1] = ACTIONS(1425), + [aux_sym_request_tty_token1] = ACTIONS(1425), + [aux_sym_required_rsa_size_token1] = ACTIONS(1425), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1425), + [aux_sym_security_key_provider_token1] = ACTIONS(1425), + [aux_sym_send_env_token1] = ACTIONS(1425), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1425), + [aux_sym_server_alive_interval_token1] = ACTIONS(1425), + [aux_sym_session_type_token1] = ACTIONS(1425), + [aux_sym_set_env_token1] = ACTIONS(1425), + [aux_sym_stdin_null_token1] = ACTIONS(1425), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1425), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1425), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1425), + [aux_sym_syslog_facility_token1] = ACTIONS(1425), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1425), + [aux_sym_keep_alive_token1] = ACTIONS(1425), + [aux_sym_tunnel_token1] = ACTIONS(1427), + [aux_sym_tunnel_device_token1] = ACTIONS(1425), + [aux_sym_update_host_keys_token1] = ACTIONS(1425), + [aux_sym_use_keychain_token1] = ACTIONS(1425), + [aux_sym_use_roaming_token1] = ACTIONS(1425), + [aux_sym_user_token1] = ACTIONS(1427), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1425), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1425), + [aux_sym_visual_host_key_token1] = ACTIONS(1425), + [aux_sym_xauth_location_token1] = ACTIONS(1425), }, [149] = { - [ts_builtin_sym_end] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1428), - [anon_sym_DQUOTE] = ACTIONS(1430), - [aux_sym_match_token1] = ACTIONS(1426), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1426), - [aux_sym_address_family_token1] = ACTIONS(1426), - [aux_sym_batch_mode_token1] = ACTIONS(1426), - [aux_sym_bind_address_token1] = ACTIONS(1426), - [aux_sym_bind_interface_token1] = ACTIONS(1426), - [aux_sym_canonical_domains_token1] = ACTIONS(1426), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1426), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1426), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1426), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1426), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1426), - [aux_sym_certificate_file_token1] = ACTIONS(1426), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1426), - [aux_sym_check_host_ip_token1] = ACTIONS(1426), - [aux_sym_ciphers_token1] = ACTIONS(1426), - [aux_sym_cipher_token1] = ACTIONS(1428), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1426), - [aux_sym_compression_token1] = ACTIONS(1426), - [aux_sym_connection_attempts_token1] = ACTIONS(1426), - [aux_sym_connect_timeout_token1] = ACTIONS(1426), - [aux_sym_control_master_token1] = ACTIONS(1426), - [aux_sym_control_path_token1] = ACTIONS(1426), - [aux_sym_control_persist_token1] = ACTIONS(1426), - [aux_sym_dynamic_forward_token1] = ACTIONS(1426), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1426), - [aux_sym_escape_char_token1] = ACTIONS(1426), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1426), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1426), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1426), - [aux_sym_forward_agent_token1] = ACTIONS(1426), - [aux_sym_forward_x11_token1] = ACTIONS(1428), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1426), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1426), - [aux_sym_gateway_ports_token1] = ACTIONS(1426), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1426), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1426), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1426), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1426), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1426), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1426), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1426), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1426), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1426), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1426), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1426), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1426), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1426), - [aux_sym_host_key_alias_token1] = ACTIONS(1426), - [aux_sym_hostname_token1] = ACTIONS(1426), - [aux_sym_identities_only_token1] = ACTIONS(1426), - [aux_sym_identity_agent_token1] = ACTIONS(1426), - [aux_sym_identity_file_token1] = ACTIONS(1426), - [aux_sym_ignore_unknown_token1] = ACTIONS(1426), - [aux_sym_include_token1] = ACTIONS(1426), - [aux_sym_ip_qos_token1] = ACTIONS(1426), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1426), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1426), - [aux_sym_kex_algorithms_token1] = ACTIONS(1426), - [aux_sym_known_hosts_command_token1] = ACTIONS(1426), - [aux_sym_local_command_token1] = ACTIONS(1426), - [aux_sym_local_forward_token1] = ACTIONS(1426), - [aux_sym_log_level_token1] = ACTIONS(1426), - [aux_sym_log_verbose_token1] = ACTIONS(1426), - [aux_sym_macs_token1] = ACTIONS(1426), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1426), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1426), - [aux_sym_password_authentication_token1] = ACTIONS(1426), - [aux_sym_permit_local_command_token1] = ACTIONS(1426), - [aux_sym_permit_remote_open_token1] = ACTIONS(1426), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1426), - [aux_sym_port_token1] = ACTIONS(1426), - [aux_sym_preferred_authentications_token1] = ACTIONS(1426), - [aux_sym_protocol_token1] = ACTIONS(1426), - [aux_sym_proxy_command_token1] = ACTIONS(1426), - [aux_sym_proxy_jump_token1] = ACTIONS(1426), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1426), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1426), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1426), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1426), - [aux_sym_rekey_limit_token1] = ACTIONS(1426), - [aux_sym_remote_command_token1] = ACTIONS(1426), - [aux_sym_remote_forward_token1] = ACTIONS(1426), - [aux_sym_request_tty_token1] = ACTIONS(1426), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1426), - [aux_sym_security_key_provider_token1] = ACTIONS(1426), - [aux_sym_send_env_token1] = ACTIONS(1426), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1426), - [aux_sym_server_alive_interval_token1] = ACTIONS(1426), - [aux_sym_session_type_token1] = ACTIONS(1426), - [aux_sym_set_env_token1] = ACTIONS(1426), - [aux_sym_stdin_null_token1] = ACTIONS(1426), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1426), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1426), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1426), - [aux_sym_syslog_facility_token1] = ACTIONS(1426), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1426), - [aux_sym_keep_alive_token1] = ACTIONS(1426), - [aux_sym_tunnel_token1] = ACTIONS(1428), - [aux_sym_tunnel_device_token1] = ACTIONS(1426), - [aux_sym_update_host_keys_token1] = ACTIONS(1426), - [aux_sym_use_keychain_token1] = ACTIONS(1426), - [aux_sym_use_roaming_token1] = ACTIONS(1426), - [aux_sym_user_token1] = ACTIONS(1428), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1426), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1426), - [aux_sym_visual_host_key_token1] = ACTIONS(1426), - [aux_sym_xauth_location_token1] = ACTIONS(1426), + [ts_builtin_sym_end] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1433), + [anon_sym_DQUOTE] = ACTIONS(1435), + [aux_sym_match_token1] = ACTIONS(1431), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1431), + [aux_sym_address_family_token1] = ACTIONS(1431), + [aux_sym_batch_mode_token1] = ACTIONS(1431), + [aux_sym_bind_address_token1] = ACTIONS(1431), + [aux_sym_bind_interface_token1] = ACTIONS(1431), + [aux_sym_canonical_domains_token1] = ACTIONS(1431), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1431), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1431), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1431), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1431), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1431), + [aux_sym_certificate_file_token1] = ACTIONS(1431), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1431), + [aux_sym_check_host_ip_token1] = ACTIONS(1431), + [aux_sym_ciphers_token1] = ACTIONS(1431), + [aux_sym_cipher_token1] = ACTIONS(1433), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1431), + [aux_sym_compression_token1] = ACTIONS(1431), + [aux_sym_connection_attempts_token1] = ACTIONS(1431), + [aux_sym_connect_timeout_token1] = ACTIONS(1431), + [aux_sym_control_master_token1] = ACTIONS(1431), + [aux_sym_control_path_token1] = ACTIONS(1431), + [aux_sym_control_persist_token1] = ACTIONS(1431), + [aux_sym_dynamic_forward_token1] = ACTIONS(1431), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1431), + [aux_sym_escape_char_token1] = ACTIONS(1431), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1431), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1431), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1431), + [aux_sym_forward_agent_token1] = ACTIONS(1431), + [aux_sym_forward_x11_token1] = ACTIONS(1433), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1431), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1431), + [aux_sym_gateway_ports_token1] = ACTIONS(1431), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1431), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1431), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1431), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1431), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1431), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1431), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1431), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1431), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1431), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1431), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1431), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1431), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1431), + [aux_sym_host_key_alias_token1] = ACTIONS(1431), + [aux_sym_hostname_token1] = ACTIONS(1431), + [aux_sym_identities_only_token1] = ACTIONS(1431), + [aux_sym_identity_agent_token1] = ACTIONS(1431), + [aux_sym_identity_file_token1] = ACTIONS(1431), + [aux_sym_ignore_unknown_token1] = ACTIONS(1431), + [aux_sym_include_token1] = ACTIONS(1431), + [aux_sym_ip_qos_token1] = ACTIONS(1431), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1431), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1431), + [aux_sym_kex_algorithms_token1] = ACTIONS(1431), + [aux_sym_known_hosts_command_token1] = ACTIONS(1431), + [aux_sym_local_command_token1] = ACTIONS(1431), + [aux_sym_local_forward_token1] = ACTIONS(1431), + [aux_sym_log_level_token1] = ACTIONS(1431), + [aux_sym_log_verbose_token1] = ACTIONS(1431), + [aux_sym_macs_token1] = ACTIONS(1431), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1431), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1431), + [aux_sym_password_authentication_token1] = ACTIONS(1431), + [aux_sym_permit_local_command_token1] = ACTIONS(1431), + [aux_sym_permit_remote_open_token1] = ACTIONS(1431), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1431), + [aux_sym_port_token1] = ACTIONS(1431), + [aux_sym_preferred_authentications_token1] = ACTIONS(1431), + [aux_sym_protocol_token1] = ACTIONS(1431), + [aux_sym_proxy_command_token1] = ACTIONS(1431), + [aux_sym_proxy_jump_token1] = ACTIONS(1431), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1431), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1431), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1431), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1431), + [aux_sym_rekey_limit_token1] = ACTIONS(1431), + [aux_sym_remote_command_token1] = ACTIONS(1431), + [aux_sym_remote_forward_token1] = ACTIONS(1431), + [aux_sym_request_tty_token1] = ACTIONS(1431), + [aux_sym_required_rsa_size_token1] = ACTIONS(1431), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1431), + [aux_sym_security_key_provider_token1] = ACTIONS(1431), + [aux_sym_send_env_token1] = ACTIONS(1431), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1431), + [aux_sym_server_alive_interval_token1] = ACTIONS(1431), + [aux_sym_session_type_token1] = ACTIONS(1431), + [aux_sym_set_env_token1] = ACTIONS(1431), + [aux_sym_stdin_null_token1] = ACTIONS(1431), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1431), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1431), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1431), + [aux_sym_syslog_facility_token1] = ACTIONS(1431), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1431), + [aux_sym_keep_alive_token1] = ACTIONS(1431), + [aux_sym_tunnel_token1] = ACTIONS(1433), + [aux_sym_tunnel_device_token1] = ACTIONS(1431), + [aux_sym_update_host_keys_token1] = ACTIONS(1431), + [aux_sym_use_keychain_token1] = ACTIONS(1431), + [aux_sym_use_roaming_token1] = ACTIONS(1431), + [aux_sym_user_token1] = ACTIONS(1433), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1431), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1431), + [aux_sym_visual_host_key_token1] = ACTIONS(1431), + [aux_sym_xauth_location_token1] = ACTIONS(1431), }, [150] = { - [ts_builtin_sym_end] = ACTIONS(1432), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1434), - [anon_sym_DQUOTE] = ACTIONS(1436), - [aux_sym_match_token1] = ACTIONS(1432), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1432), - [aux_sym_address_family_token1] = ACTIONS(1432), - [aux_sym_batch_mode_token1] = ACTIONS(1432), - [aux_sym_bind_address_token1] = ACTIONS(1432), - [aux_sym_bind_interface_token1] = ACTIONS(1432), - [aux_sym_canonical_domains_token1] = ACTIONS(1432), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1432), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1432), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1432), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1432), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1432), - [aux_sym_certificate_file_token1] = ACTIONS(1432), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1432), - [aux_sym_check_host_ip_token1] = ACTIONS(1432), - [aux_sym_ciphers_token1] = ACTIONS(1432), - [aux_sym_cipher_token1] = ACTIONS(1434), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1432), - [aux_sym_compression_token1] = ACTIONS(1432), - [aux_sym_connection_attempts_token1] = ACTIONS(1432), - [aux_sym_connect_timeout_token1] = ACTIONS(1432), - [aux_sym_control_master_token1] = ACTIONS(1432), - [aux_sym_control_path_token1] = ACTIONS(1432), - [aux_sym_control_persist_token1] = ACTIONS(1432), - [aux_sym_dynamic_forward_token1] = ACTIONS(1432), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1432), - [aux_sym_escape_char_token1] = ACTIONS(1432), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1432), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1432), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1432), - [aux_sym_forward_agent_token1] = ACTIONS(1432), - [aux_sym_forward_x11_token1] = ACTIONS(1434), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1432), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1432), - [aux_sym_gateway_ports_token1] = ACTIONS(1432), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1432), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1432), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1432), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1432), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1432), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1432), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1432), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1432), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1432), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1432), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1432), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1432), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1432), - [aux_sym_host_key_alias_token1] = ACTIONS(1432), - [aux_sym_hostname_token1] = ACTIONS(1432), - [aux_sym_identities_only_token1] = ACTIONS(1432), - [aux_sym_identity_agent_token1] = ACTIONS(1432), - [aux_sym_identity_file_token1] = ACTIONS(1432), - [aux_sym_ignore_unknown_token1] = ACTIONS(1432), - [aux_sym_include_token1] = ACTIONS(1432), - [aux_sym_ip_qos_token1] = ACTIONS(1432), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1432), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1432), - [aux_sym_kex_algorithms_token1] = ACTIONS(1432), - [aux_sym_known_hosts_command_token1] = ACTIONS(1432), - [aux_sym_local_command_token1] = ACTIONS(1432), - [aux_sym_local_forward_token1] = ACTIONS(1432), - [aux_sym_log_level_token1] = ACTIONS(1432), - [aux_sym_log_verbose_token1] = ACTIONS(1432), - [aux_sym_macs_token1] = ACTIONS(1432), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1432), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1432), - [aux_sym_password_authentication_token1] = ACTIONS(1432), - [aux_sym_permit_local_command_token1] = ACTIONS(1432), - [aux_sym_permit_remote_open_token1] = ACTIONS(1432), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1432), - [aux_sym_port_token1] = ACTIONS(1432), - [aux_sym_preferred_authentications_token1] = ACTIONS(1432), - [aux_sym_protocol_token1] = ACTIONS(1432), - [aux_sym_proxy_command_token1] = ACTIONS(1432), - [aux_sym_proxy_jump_token1] = ACTIONS(1432), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1432), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1432), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1432), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1432), - [aux_sym_rekey_limit_token1] = ACTIONS(1432), - [aux_sym_remote_command_token1] = ACTIONS(1432), - [aux_sym_remote_forward_token1] = ACTIONS(1432), - [aux_sym_request_tty_token1] = ACTIONS(1432), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1432), - [aux_sym_security_key_provider_token1] = ACTIONS(1432), - [aux_sym_send_env_token1] = ACTIONS(1432), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1432), - [aux_sym_server_alive_interval_token1] = ACTIONS(1432), - [aux_sym_session_type_token1] = ACTIONS(1432), - [aux_sym_set_env_token1] = ACTIONS(1432), - [aux_sym_stdin_null_token1] = ACTIONS(1432), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1432), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1432), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1432), - [aux_sym_syslog_facility_token1] = ACTIONS(1432), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1432), - [aux_sym_keep_alive_token1] = ACTIONS(1432), - [aux_sym_tunnel_token1] = ACTIONS(1434), - [aux_sym_tunnel_device_token1] = ACTIONS(1432), - [aux_sym_update_host_keys_token1] = ACTIONS(1432), - [aux_sym_use_keychain_token1] = ACTIONS(1432), - [aux_sym_use_roaming_token1] = ACTIONS(1432), - [aux_sym_user_token1] = ACTIONS(1434), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1432), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1432), - [aux_sym_visual_host_key_token1] = ACTIONS(1432), - [aux_sym_xauth_location_token1] = ACTIONS(1432), + [ts_builtin_sym_end] = ACTIONS(1437), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1439), + [anon_sym_DQUOTE] = ACTIONS(1441), + [aux_sym_match_token1] = ACTIONS(1437), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1437), + [aux_sym_address_family_token1] = ACTIONS(1437), + [aux_sym_batch_mode_token1] = ACTIONS(1437), + [aux_sym_bind_address_token1] = ACTIONS(1437), + [aux_sym_bind_interface_token1] = ACTIONS(1437), + [aux_sym_canonical_domains_token1] = ACTIONS(1437), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1437), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1437), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1437), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1437), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1437), + [aux_sym_certificate_file_token1] = ACTIONS(1437), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1437), + [aux_sym_check_host_ip_token1] = ACTIONS(1437), + [aux_sym_ciphers_token1] = ACTIONS(1437), + [aux_sym_cipher_token1] = ACTIONS(1439), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1437), + [aux_sym_compression_token1] = ACTIONS(1437), + [aux_sym_connection_attempts_token1] = ACTIONS(1437), + [aux_sym_connect_timeout_token1] = ACTIONS(1437), + [aux_sym_control_master_token1] = ACTIONS(1437), + [aux_sym_control_path_token1] = ACTIONS(1437), + [aux_sym_control_persist_token1] = ACTIONS(1437), + [aux_sym_dynamic_forward_token1] = ACTIONS(1437), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1437), + [aux_sym_escape_char_token1] = ACTIONS(1437), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1437), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1437), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1437), + [aux_sym_forward_agent_token1] = ACTIONS(1437), + [aux_sym_forward_x11_token1] = ACTIONS(1439), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1437), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1437), + [aux_sym_gateway_ports_token1] = ACTIONS(1437), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1437), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1437), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1437), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1437), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1437), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1437), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1437), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1437), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1437), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1437), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1437), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1437), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1437), + [aux_sym_host_key_alias_token1] = ACTIONS(1437), + [aux_sym_hostname_token1] = ACTIONS(1437), + [aux_sym_identities_only_token1] = ACTIONS(1437), + [aux_sym_identity_agent_token1] = ACTIONS(1437), + [aux_sym_identity_file_token1] = ACTIONS(1437), + [aux_sym_ignore_unknown_token1] = ACTIONS(1437), + [aux_sym_include_token1] = ACTIONS(1437), + [aux_sym_ip_qos_token1] = ACTIONS(1437), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1437), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1437), + [aux_sym_kex_algorithms_token1] = ACTIONS(1437), + [aux_sym_known_hosts_command_token1] = ACTIONS(1437), + [aux_sym_local_command_token1] = ACTIONS(1437), + [aux_sym_local_forward_token1] = ACTIONS(1437), + [aux_sym_log_level_token1] = ACTIONS(1437), + [aux_sym_log_verbose_token1] = ACTIONS(1437), + [aux_sym_macs_token1] = ACTIONS(1437), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1437), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1437), + [aux_sym_password_authentication_token1] = ACTIONS(1437), + [aux_sym_permit_local_command_token1] = ACTIONS(1437), + [aux_sym_permit_remote_open_token1] = ACTIONS(1437), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1437), + [aux_sym_port_token1] = ACTIONS(1437), + [aux_sym_preferred_authentications_token1] = ACTIONS(1437), + [aux_sym_protocol_token1] = ACTIONS(1437), + [aux_sym_proxy_command_token1] = ACTIONS(1437), + [aux_sym_proxy_jump_token1] = ACTIONS(1437), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1437), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1437), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1437), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1437), + [aux_sym_rekey_limit_token1] = ACTIONS(1437), + [aux_sym_remote_command_token1] = ACTIONS(1437), + [aux_sym_remote_forward_token1] = ACTIONS(1437), + [aux_sym_request_tty_token1] = ACTIONS(1437), + [aux_sym_required_rsa_size_token1] = ACTIONS(1437), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1437), + [aux_sym_security_key_provider_token1] = ACTIONS(1437), + [aux_sym_send_env_token1] = ACTIONS(1437), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1437), + [aux_sym_server_alive_interval_token1] = ACTIONS(1437), + [aux_sym_session_type_token1] = ACTIONS(1437), + [aux_sym_set_env_token1] = ACTIONS(1437), + [aux_sym_stdin_null_token1] = ACTIONS(1437), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1437), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1437), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1437), + [aux_sym_syslog_facility_token1] = ACTIONS(1437), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1437), + [aux_sym_keep_alive_token1] = ACTIONS(1437), + [aux_sym_tunnel_token1] = ACTIONS(1439), + [aux_sym_tunnel_device_token1] = ACTIONS(1437), + [aux_sym_update_host_keys_token1] = ACTIONS(1437), + [aux_sym_use_keychain_token1] = ACTIONS(1437), + [aux_sym_use_roaming_token1] = ACTIONS(1437), + [aux_sym_user_token1] = ACTIONS(1439), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1437), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1437), + [aux_sym_visual_host_key_token1] = ACTIONS(1437), + [aux_sym_xauth_location_token1] = ACTIONS(1437), }, [151] = { - [ts_builtin_sym_end] = ACTIONS(1438), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1440), - [anon_sym_DQUOTE] = ACTIONS(1442), - [aux_sym_match_token1] = ACTIONS(1438), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1438), - [aux_sym_address_family_token1] = ACTIONS(1438), - [aux_sym_batch_mode_token1] = ACTIONS(1438), - [aux_sym_bind_address_token1] = ACTIONS(1438), - [aux_sym_bind_interface_token1] = ACTIONS(1438), - [aux_sym_canonical_domains_token1] = ACTIONS(1438), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1438), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1438), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1438), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1438), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1438), - [aux_sym_certificate_file_token1] = ACTIONS(1438), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1438), - [aux_sym_check_host_ip_token1] = ACTIONS(1438), - [aux_sym_ciphers_token1] = ACTIONS(1438), - [aux_sym_cipher_token1] = ACTIONS(1440), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1438), - [aux_sym_compression_token1] = ACTIONS(1438), - [aux_sym_connection_attempts_token1] = ACTIONS(1438), - [aux_sym_connect_timeout_token1] = ACTIONS(1438), - [aux_sym_control_master_token1] = ACTIONS(1438), - [aux_sym_control_path_token1] = ACTIONS(1438), - [aux_sym_control_persist_token1] = ACTIONS(1438), - [aux_sym_dynamic_forward_token1] = ACTIONS(1438), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1438), - [aux_sym_escape_char_token1] = ACTIONS(1438), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1438), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1438), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1438), - [aux_sym_forward_agent_token1] = ACTIONS(1438), - [aux_sym_forward_x11_token1] = ACTIONS(1440), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1438), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1438), - [aux_sym_gateway_ports_token1] = ACTIONS(1438), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1438), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1438), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1438), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1438), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1438), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1438), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1438), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1438), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1438), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1438), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1438), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1438), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1438), - [aux_sym_host_key_alias_token1] = ACTIONS(1438), - [aux_sym_hostname_token1] = ACTIONS(1438), - [aux_sym_identities_only_token1] = ACTIONS(1438), - [aux_sym_identity_agent_token1] = ACTIONS(1438), - [aux_sym_identity_file_token1] = ACTIONS(1438), - [aux_sym_ignore_unknown_token1] = ACTIONS(1438), - [aux_sym_include_token1] = ACTIONS(1438), - [aux_sym_ip_qos_token1] = ACTIONS(1438), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1438), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1438), - [aux_sym_kex_algorithms_token1] = ACTIONS(1438), - [aux_sym_known_hosts_command_token1] = ACTIONS(1438), - [aux_sym_local_command_token1] = ACTIONS(1438), - [aux_sym_local_forward_token1] = ACTIONS(1438), - [aux_sym_log_level_token1] = ACTIONS(1438), - [aux_sym_log_verbose_token1] = ACTIONS(1438), - [aux_sym_macs_token1] = ACTIONS(1438), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1438), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1438), - [aux_sym_password_authentication_token1] = ACTIONS(1438), - [aux_sym_permit_local_command_token1] = ACTIONS(1438), - [aux_sym_permit_remote_open_token1] = ACTIONS(1438), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1438), - [aux_sym_port_token1] = ACTIONS(1438), - [aux_sym_preferred_authentications_token1] = ACTIONS(1438), - [aux_sym_protocol_token1] = ACTIONS(1438), - [aux_sym_proxy_command_token1] = ACTIONS(1438), - [aux_sym_proxy_jump_token1] = ACTIONS(1438), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1438), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1438), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1438), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1438), - [aux_sym_rekey_limit_token1] = ACTIONS(1438), - [aux_sym_remote_command_token1] = ACTIONS(1438), - [aux_sym_remote_forward_token1] = ACTIONS(1438), - [aux_sym_request_tty_token1] = ACTIONS(1438), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1438), - [aux_sym_security_key_provider_token1] = ACTIONS(1438), - [aux_sym_send_env_token1] = ACTIONS(1438), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1438), - [aux_sym_server_alive_interval_token1] = ACTIONS(1438), - [aux_sym_session_type_token1] = ACTIONS(1438), - [aux_sym_set_env_token1] = ACTIONS(1438), - [aux_sym_stdin_null_token1] = ACTIONS(1438), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1438), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1438), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1438), - [aux_sym_syslog_facility_token1] = ACTIONS(1438), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1438), - [aux_sym_keep_alive_token1] = ACTIONS(1438), - [aux_sym_tunnel_token1] = ACTIONS(1440), - [aux_sym_tunnel_device_token1] = ACTIONS(1438), - [aux_sym_update_host_keys_token1] = ACTIONS(1438), - [aux_sym_use_keychain_token1] = ACTIONS(1438), - [aux_sym_use_roaming_token1] = ACTIONS(1438), - [aux_sym_user_token1] = ACTIONS(1440), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1438), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1438), - [aux_sym_visual_host_key_token1] = ACTIONS(1438), - [aux_sym_xauth_location_token1] = ACTIONS(1438), + [ts_builtin_sym_end] = ACTIONS(1443), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1445), + [anon_sym_DQUOTE] = ACTIONS(1447), + [aux_sym_match_token1] = ACTIONS(1443), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1443), + [aux_sym_address_family_token1] = ACTIONS(1443), + [aux_sym_batch_mode_token1] = ACTIONS(1443), + [aux_sym_bind_address_token1] = ACTIONS(1443), + [aux_sym_bind_interface_token1] = ACTIONS(1443), + [aux_sym_canonical_domains_token1] = ACTIONS(1443), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1443), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1443), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1443), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1443), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1443), + [aux_sym_certificate_file_token1] = ACTIONS(1443), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1443), + [aux_sym_check_host_ip_token1] = ACTIONS(1443), + [aux_sym_ciphers_token1] = ACTIONS(1443), + [aux_sym_cipher_token1] = ACTIONS(1445), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1443), + [aux_sym_compression_token1] = ACTIONS(1443), + [aux_sym_connection_attempts_token1] = ACTIONS(1443), + [aux_sym_connect_timeout_token1] = ACTIONS(1443), + [aux_sym_control_master_token1] = ACTIONS(1443), + [aux_sym_control_path_token1] = ACTIONS(1443), + [aux_sym_control_persist_token1] = ACTIONS(1443), + [aux_sym_dynamic_forward_token1] = ACTIONS(1443), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1443), + [aux_sym_escape_char_token1] = ACTIONS(1443), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1443), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1443), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1443), + [aux_sym_forward_agent_token1] = ACTIONS(1443), + [aux_sym_forward_x11_token1] = ACTIONS(1445), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1443), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1443), + [aux_sym_gateway_ports_token1] = ACTIONS(1443), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1443), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1443), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1443), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1443), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1443), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1443), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1443), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1443), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1443), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1443), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1443), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1443), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1443), + [aux_sym_host_key_alias_token1] = ACTIONS(1443), + [aux_sym_hostname_token1] = ACTIONS(1443), + [aux_sym_identities_only_token1] = ACTIONS(1443), + [aux_sym_identity_agent_token1] = ACTIONS(1443), + [aux_sym_identity_file_token1] = ACTIONS(1443), + [aux_sym_ignore_unknown_token1] = ACTIONS(1443), + [aux_sym_include_token1] = ACTIONS(1443), + [aux_sym_ip_qos_token1] = ACTIONS(1443), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1443), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1443), + [aux_sym_kex_algorithms_token1] = ACTIONS(1443), + [aux_sym_known_hosts_command_token1] = ACTIONS(1443), + [aux_sym_local_command_token1] = ACTIONS(1443), + [aux_sym_local_forward_token1] = ACTIONS(1443), + [aux_sym_log_level_token1] = ACTIONS(1443), + [aux_sym_log_verbose_token1] = ACTIONS(1443), + [aux_sym_macs_token1] = ACTIONS(1443), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1443), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1443), + [aux_sym_password_authentication_token1] = ACTIONS(1443), + [aux_sym_permit_local_command_token1] = ACTIONS(1443), + [aux_sym_permit_remote_open_token1] = ACTIONS(1443), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1443), + [aux_sym_port_token1] = ACTIONS(1443), + [aux_sym_preferred_authentications_token1] = ACTIONS(1443), + [aux_sym_protocol_token1] = ACTIONS(1443), + [aux_sym_proxy_command_token1] = ACTIONS(1443), + [aux_sym_proxy_jump_token1] = ACTIONS(1443), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1443), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1443), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1443), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1443), + [aux_sym_rekey_limit_token1] = ACTIONS(1443), + [aux_sym_remote_command_token1] = ACTIONS(1443), + [aux_sym_remote_forward_token1] = ACTIONS(1443), + [aux_sym_request_tty_token1] = ACTIONS(1443), + [aux_sym_required_rsa_size_token1] = ACTIONS(1443), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1443), + [aux_sym_security_key_provider_token1] = ACTIONS(1443), + [aux_sym_send_env_token1] = ACTIONS(1443), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1443), + [aux_sym_server_alive_interval_token1] = ACTIONS(1443), + [aux_sym_session_type_token1] = ACTIONS(1443), + [aux_sym_set_env_token1] = ACTIONS(1443), + [aux_sym_stdin_null_token1] = ACTIONS(1443), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1443), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1443), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1443), + [aux_sym_syslog_facility_token1] = ACTIONS(1443), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1443), + [aux_sym_keep_alive_token1] = ACTIONS(1443), + [aux_sym_tunnel_token1] = ACTIONS(1445), + [aux_sym_tunnel_device_token1] = ACTIONS(1443), + [aux_sym_update_host_keys_token1] = ACTIONS(1443), + [aux_sym_use_keychain_token1] = ACTIONS(1443), + [aux_sym_use_roaming_token1] = ACTIONS(1443), + [aux_sym_user_token1] = ACTIONS(1445), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1443), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1443), + [aux_sym_visual_host_key_token1] = ACTIONS(1443), + [aux_sym_xauth_location_token1] = ACTIONS(1443), }, [152] = { - [ts_builtin_sym_end] = ACTIONS(1444), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1448), - [aux_sym_match_token1] = ACTIONS(1444), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1444), - [aux_sym_address_family_token1] = ACTIONS(1444), - [aux_sym_batch_mode_token1] = ACTIONS(1444), - [aux_sym_bind_address_token1] = ACTIONS(1444), - [aux_sym_bind_interface_token1] = ACTIONS(1444), - [aux_sym_canonical_domains_token1] = ACTIONS(1444), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1444), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1444), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1444), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1444), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1444), - [aux_sym_certificate_file_token1] = ACTIONS(1444), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1444), - [aux_sym_check_host_ip_token1] = ACTIONS(1444), - [aux_sym_ciphers_token1] = ACTIONS(1444), - [aux_sym_cipher_token1] = ACTIONS(1446), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1444), - [aux_sym_compression_token1] = ACTIONS(1444), - [aux_sym_connection_attempts_token1] = ACTIONS(1444), - [aux_sym_connect_timeout_token1] = ACTIONS(1444), - [aux_sym_control_master_token1] = ACTIONS(1444), - [aux_sym_control_path_token1] = ACTIONS(1444), - [aux_sym_control_persist_token1] = ACTIONS(1444), - [aux_sym_dynamic_forward_token1] = ACTIONS(1444), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1444), - [aux_sym_escape_char_token1] = ACTIONS(1444), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1444), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1444), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1444), - [aux_sym_forward_agent_token1] = ACTIONS(1444), - [aux_sym_forward_x11_token1] = ACTIONS(1446), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1444), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1444), - [aux_sym_gateway_ports_token1] = ACTIONS(1444), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1444), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1444), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1444), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1444), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1444), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1444), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1444), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1444), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1444), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1444), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1444), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1444), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1444), - [aux_sym_host_key_alias_token1] = ACTIONS(1444), - [aux_sym_hostname_token1] = ACTIONS(1444), - [aux_sym_identities_only_token1] = ACTIONS(1444), - [aux_sym_identity_agent_token1] = ACTIONS(1444), - [aux_sym_identity_file_token1] = ACTIONS(1444), - [aux_sym_ignore_unknown_token1] = ACTIONS(1444), - [aux_sym_include_token1] = ACTIONS(1444), - [aux_sym_ip_qos_token1] = ACTIONS(1444), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1444), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1444), - [aux_sym_kex_algorithms_token1] = ACTIONS(1444), - [aux_sym_known_hosts_command_token1] = ACTIONS(1444), - [aux_sym_local_command_token1] = ACTIONS(1444), - [aux_sym_local_forward_token1] = ACTIONS(1444), - [aux_sym_log_level_token1] = ACTIONS(1444), - [aux_sym_log_verbose_token1] = ACTIONS(1444), - [aux_sym_macs_token1] = ACTIONS(1444), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1444), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1444), - [aux_sym_password_authentication_token1] = ACTIONS(1444), - [aux_sym_permit_local_command_token1] = ACTIONS(1444), - [aux_sym_permit_remote_open_token1] = ACTIONS(1444), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1444), - [aux_sym_port_token1] = ACTIONS(1444), - [aux_sym_preferred_authentications_token1] = ACTIONS(1444), - [aux_sym_protocol_token1] = ACTIONS(1444), - [aux_sym_proxy_command_token1] = ACTIONS(1444), - [aux_sym_proxy_jump_token1] = ACTIONS(1444), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1444), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1444), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1444), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1444), - [aux_sym_rekey_limit_token1] = ACTIONS(1444), - [aux_sym_remote_command_token1] = ACTIONS(1444), - [aux_sym_remote_forward_token1] = ACTIONS(1444), - [aux_sym_request_tty_token1] = ACTIONS(1444), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1444), - [aux_sym_security_key_provider_token1] = ACTIONS(1444), - [aux_sym_send_env_token1] = ACTIONS(1444), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1444), - [aux_sym_server_alive_interval_token1] = ACTIONS(1444), - [aux_sym_session_type_token1] = ACTIONS(1444), - [aux_sym_set_env_token1] = ACTIONS(1444), - [aux_sym_stdin_null_token1] = ACTIONS(1444), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1444), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1444), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1444), - [aux_sym_syslog_facility_token1] = ACTIONS(1444), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1444), - [aux_sym_keep_alive_token1] = ACTIONS(1444), - [aux_sym_tunnel_token1] = ACTIONS(1446), - [aux_sym_tunnel_device_token1] = ACTIONS(1444), - [aux_sym_update_host_keys_token1] = ACTIONS(1444), - [aux_sym_use_keychain_token1] = ACTIONS(1444), - [aux_sym_use_roaming_token1] = ACTIONS(1444), - [aux_sym_user_token1] = ACTIONS(1446), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1444), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1444), - [aux_sym_visual_host_key_token1] = ACTIONS(1444), - [aux_sym_xauth_location_token1] = ACTIONS(1444), + [ts_builtin_sym_end] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1451), + [anon_sym_DQUOTE] = ACTIONS(1453), + [aux_sym_match_token1] = ACTIONS(1449), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1449), + [aux_sym_address_family_token1] = ACTIONS(1449), + [aux_sym_batch_mode_token1] = ACTIONS(1449), + [aux_sym_bind_address_token1] = ACTIONS(1449), + [aux_sym_bind_interface_token1] = ACTIONS(1449), + [aux_sym_canonical_domains_token1] = ACTIONS(1449), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1449), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1449), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1449), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1449), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1449), + [aux_sym_certificate_file_token1] = ACTIONS(1449), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1449), + [aux_sym_check_host_ip_token1] = ACTIONS(1449), + [aux_sym_ciphers_token1] = ACTIONS(1449), + [aux_sym_cipher_token1] = ACTIONS(1451), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1449), + [aux_sym_compression_token1] = ACTIONS(1449), + [aux_sym_connection_attempts_token1] = ACTIONS(1449), + [aux_sym_connect_timeout_token1] = ACTIONS(1449), + [aux_sym_control_master_token1] = ACTIONS(1449), + [aux_sym_control_path_token1] = ACTIONS(1449), + [aux_sym_control_persist_token1] = ACTIONS(1449), + [aux_sym_dynamic_forward_token1] = ACTIONS(1449), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1449), + [aux_sym_escape_char_token1] = ACTIONS(1449), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1449), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1449), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1449), + [aux_sym_forward_agent_token1] = ACTIONS(1449), + [aux_sym_forward_x11_token1] = ACTIONS(1451), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1449), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1449), + [aux_sym_gateway_ports_token1] = ACTIONS(1449), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1449), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1449), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1449), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1449), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1449), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1449), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1449), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1449), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1449), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1449), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1449), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1449), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1449), + [aux_sym_host_key_alias_token1] = ACTIONS(1449), + [aux_sym_hostname_token1] = ACTIONS(1449), + [aux_sym_identities_only_token1] = ACTIONS(1449), + [aux_sym_identity_agent_token1] = ACTIONS(1449), + [aux_sym_identity_file_token1] = ACTIONS(1449), + [aux_sym_ignore_unknown_token1] = ACTIONS(1449), + [aux_sym_include_token1] = ACTIONS(1449), + [aux_sym_ip_qos_token1] = ACTIONS(1449), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1449), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1449), + [aux_sym_kex_algorithms_token1] = ACTIONS(1449), + [aux_sym_known_hosts_command_token1] = ACTIONS(1449), + [aux_sym_local_command_token1] = ACTIONS(1449), + [aux_sym_local_forward_token1] = ACTIONS(1449), + [aux_sym_log_level_token1] = ACTIONS(1449), + [aux_sym_log_verbose_token1] = ACTIONS(1449), + [aux_sym_macs_token1] = ACTIONS(1449), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1449), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1449), + [aux_sym_password_authentication_token1] = ACTIONS(1449), + [aux_sym_permit_local_command_token1] = ACTIONS(1449), + [aux_sym_permit_remote_open_token1] = ACTIONS(1449), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1449), + [aux_sym_port_token1] = ACTIONS(1449), + [aux_sym_preferred_authentications_token1] = ACTIONS(1449), + [aux_sym_protocol_token1] = ACTIONS(1449), + [aux_sym_proxy_command_token1] = ACTIONS(1449), + [aux_sym_proxy_jump_token1] = ACTIONS(1449), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1449), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1449), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1449), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1449), + [aux_sym_rekey_limit_token1] = ACTIONS(1449), + [aux_sym_remote_command_token1] = ACTIONS(1449), + [aux_sym_remote_forward_token1] = ACTIONS(1449), + [aux_sym_request_tty_token1] = ACTIONS(1449), + [aux_sym_required_rsa_size_token1] = ACTIONS(1449), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1449), + [aux_sym_security_key_provider_token1] = ACTIONS(1449), + [aux_sym_send_env_token1] = ACTIONS(1449), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1449), + [aux_sym_server_alive_interval_token1] = ACTIONS(1449), + [aux_sym_session_type_token1] = ACTIONS(1449), + [aux_sym_set_env_token1] = ACTIONS(1449), + [aux_sym_stdin_null_token1] = ACTIONS(1449), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1449), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1449), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1449), + [aux_sym_syslog_facility_token1] = ACTIONS(1449), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1449), + [aux_sym_keep_alive_token1] = ACTIONS(1449), + [aux_sym_tunnel_token1] = ACTIONS(1451), + [aux_sym_tunnel_device_token1] = ACTIONS(1449), + [aux_sym_update_host_keys_token1] = ACTIONS(1449), + [aux_sym_use_keychain_token1] = ACTIONS(1449), + [aux_sym_use_roaming_token1] = ACTIONS(1449), + [aux_sym_user_token1] = ACTIONS(1451), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1449), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1449), + [aux_sym_visual_host_key_token1] = ACTIONS(1449), + [aux_sym_xauth_location_token1] = ACTIONS(1449), }, [153] = { - [ts_builtin_sym_end] = ACTIONS(1450), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1452), - [anon_sym_DQUOTE] = ACTIONS(1454), - [aux_sym_match_token1] = ACTIONS(1450), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1450), - [aux_sym_address_family_token1] = ACTIONS(1450), - [aux_sym_batch_mode_token1] = ACTIONS(1450), - [aux_sym_bind_address_token1] = ACTIONS(1450), - [aux_sym_bind_interface_token1] = ACTIONS(1450), - [aux_sym_canonical_domains_token1] = ACTIONS(1450), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1450), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1450), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1450), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1450), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1450), - [aux_sym_certificate_file_token1] = ACTIONS(1450), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1450), - [aux_sym_check_host_ip_token1] = ACTIONS(1450), - [aux_sym_ciphers_token1] = ACTIONS(1450), - [aux_sym_cipher_token1] = ACTIONS(1452), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1450), - [aux_sym_compression_token1] = ACTIONS(1450), - [aux_sym_connection_attempts_token1] = ACTIONS(1450), - [aux_sym_connect_timeout_token1] = ACTIONS(1450), - [aux_sym_control_master_token1] = ACTIONS(1450), - [aux_sym_control_path_token1] = ACTIONS(1450), - [aux_sym_control_persist_token1] = ACTIONS(1450), - [aux_sym_dynamic_forward_token1] = ACTIONS(1450), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1450), - [aux_sym_escape_char_token1] = ACTIONS(1450), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1450), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1450), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1450), - [aux_sym_forward_agent_token1] = ACTIONS(1450), - [aux_sym_forward_x11_token1] = ACTIONS(1452), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1450), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1450), - [aux_sym_gateway_ports_token1] = ACTIONS(1450), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1450), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1450), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1450), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1450), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1450), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1450), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1450), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1450), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1450), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1450), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1450), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1450), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1450), - [aux_sym_host_key_alias_token1] = ACTIONS(1450), - [aux_sym_hostname_token1] = ACTIONS(1450), - [aux_sym_identities_only_token1] = ACTIONS(1450), - [aux_sym_identity_agent_token1] = ACTIONS(1450), - [aux_sym_identity_file_token1] = ACTIONS(1450), - [aux_sym_ignore_unknown_token1] = ACTIONS(1450), - [aux_sym_include_token1] = ACTIONS(1450), - [aux_sym_ip_qos_token1] = ACTIONS(1450), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1450), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1450), - [aux_sym_kex_algorithms_token1] = ACTIONS(1450), - [aux_sym_known_hosts_command_token1] = ACTIONS(1450), - [aux_sym_local_command_token1] = ACTIONS(1450), - [aux_sym_local_forward_token1] = ACTIONS(1450), - [aux_sym_log_level_token1] = ACTIONS(1450), - [aux_sym_log_verbose_token1] = ACTIONS(1450), - [aux_sym_macs_token1] = ACTIONS(1450), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1450), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1450), - [aux_sym_password_authentication_token1] = ACTIONS(1450), - [aux_sym_permit_local_command_token1] = ACTIONS(1450), - [aux_sym_permit_remote_open_token1] = ACTIONS(1450), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1450), - [aux_sym_port_token1] = ACTIONS(1450), - [aux_sym_preferred_authentications_token1] = ACTIONS(1450), - [aux_sym_protocol_token1] = ACTIONS(1450), - [aux_sym_proxy_command_token1] = ACTIONS(1450), - [aux_sym_proxy_jump_token1] = ACTIONS(1450), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1450), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1450), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1450), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1450), - [aux_sym_rekey_limit_token1] = ACTIONS(1450), - [aux_sym_remote_command_token1] = ACTIONS(1450), - [aux_sym_remote_forward_token1] = ACTIONS(1450), - [aux_sym_request_tty_token1] = ACTIONS(1450), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1450), - [aux_sym_security_key_provider_token1] = ACTIONS(1450), - [aux_sym_send_env_token1] = ACTIONS(1450), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1450), - [aux_sym_server_alive_interval_token1] = ACTIONS(1450), - [aux_sym_session_type_token1] = ACTIONS(1450), - [aux_sym_set_env_token1] = ACTIONS(1450), - [aux_sym_stdin_null_token1] = ACTIONS(1450), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1450), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1450), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1450), - [aux_sym_syslog_facility_token1] = ACTIONS(1450), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1450), - [aux_sym_keep_alive_token1] = ACTIONS(1450), - [aux_sym_tunnel_token1] = ACTIONS(1452), - [aux_sym_tunnel_device_token1] = ACTIONS(1450), - [aux_sym_update_host_keys_token1] = ACTIONS(1450), - [aux_sym_use_keychain_token1] = ACTIONS(1450), - [aux_sym_use_roaming_token1] = ACTIONS(1450), - [aux_sym_user_token1] = ACTIONS(1452), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1450), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1450), - [aux_sym_visual_host_key_token1] = ACTIONS(1450), - [aux_sym_xauth_location_token1] = ACTIONS(1450), + [ts_builtin_sym_end] = ACTIONS(1455), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1457), + [anon_sym_DQUOTE] = ACTIONS(1459), + [aux_sym_match_token1] = ACTIONS(1455), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1455), + [aux_sym_address_family_token1] = ACTIONS(1455), + [aux_sym_batch_mode_token1] = ACTIONS(1455), + [aux_sym_bind_address_token1] = ACTIONS(1455), + [aux_sym_bind_interface_token1] = ACTIONS(1455), + [aux_sym_canonical_domains_token1] = ACTIONS(1455), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1455), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1455), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1455), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1455), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1455), + [aux_sym_certificate_file_token1] = ACTIONS(1455), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1455), + [aux_sym_check_host_ip_token1] = ACTIONS(1455), + [aux_sym_ciphers_token1] = ACTIONS(1455), + [aux_sym_cipher_token1] = ACTIONS(1457), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1455), + [aux_sym_compression_token1] = ACTIONS(1455), + [aux_sym_connection_attempts_token1] = ACTIONS(1455), + [aux_sym_connect_timeout_token1] = ACTIONS(1455), + [aux_sym_control_master_token1] = ACTIONS(1455), + [aux_sym_control_path_token1] = ACTIONS(1455), + [aux_sym_control_persist_token1] = ACTIONS(1455), + [aux_sym_dynamic_forward_token1] = ACTIONS(1455), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1455), + [aux_sym_escape_char_token1] = ACTIONS(1455), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1455), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1455), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1455), + [aux_sym_forward_agent_token1] = ACTIONS(1455), + [aux_sym_forward_x11_token1] = ACTIONS(1457), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1455), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1455), + [aux_sym_gateway_ports_token1] = ACTIONS(1455), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1455), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1455), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1455), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1455), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1455), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1455), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1455), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1455), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1455), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1455), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1455), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1455), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1455), + [aux_sym_host_key_alias_token1] = ACTIONS(1455), + [aux_sym_hostname_token1] = ACTIONS(1455), + [aux_sym_identities_only_token1] = ACTIONS(1455), + [aux_sym_identity_agent_token1] = ACTIONS(1455), + [aux_sym_identity_file_token1] = ACTIONS(1455), + [aux_sym_ignore_unknown_token1] = ACTIONS(1455), + [aux_sym_include_token1] = ACTIONS(1455), + [aux_sym_ip_qos_token1] = ACTIONS(1455), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1455), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1455), + [aux_sym_kex_algorithms_token1] = ACTIONS(1455), + [aux_sym_known_hosts_command_token1] = ACTIONS(1455), + [aux_sym_local_command_token1] = ACTIONS(1455), + [aux_sym_local_forward_token1] = ACTIONS(1455), + [aux_sym_log_level_token1] = ACTIONS(1455), + [aux_sym_log_verbose_token1] = ACTIONS(1455), + [aux_sym_macs_token1] = ACTIONS(1455), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1455), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1455), + [aux_sym_password_authentication_token1] = ACTIONS(1455), + [aux_sym_permit_local_command_token1] = ACTIONS(1455), + [aux_sym_permit_remote_open_token1] = ACTIONS(1455), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1455), + [aux_sym_port_token1] = ACTIONS(1455), + [aux_sym_preferred_authentications_token1] = ACTIONS(1455), + [aux_sym_protocol_token1] = ACTIONS(1455), + [aux_sym_proxy_command_token1] = ACTIONS(1455), + [aux_sym_proxy_jump_token1] = ACTIONS(1455), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1455), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1455), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1455), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1455), + [aux_sym_rekey_limit_token1] = ACTIONS(1455), + [aux_sym_remote_command_token1] = ACTIONS(1455), + [aux_sym_remote_forward_token1] = ACTIONS(1455), + [aux_sym_request_tty_token1] = ACTIONS(1455), + [aux_sym_required_rsa_size_token1] = ACTIONS(1455), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1455), + [aux_sym_security_key_provider_token1] = ACTIONS(1455), + [aux_sym_send_env_token1] = ACTIONS(1455), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1455), + [aux_sym_server_alive_interval_token1] = ACTIONS(1455), + [aux_sym_session_type_token1] = ACTIONS(1455), + [aux_sym_set_env_token1] = ACTIONS(1455), + [aux_sym_stdin_null_token1] = ACTIONS(1455), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1455), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1455), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1455), + [aux_sym_syslog_facility_token1] = ACTIONS(1455), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1455), + [aux_sym_keep_alive_token1] = ACTIONS(1455), + [aux_sym_tunnel_token1] = ACTIONS(1457), + [aux_sym_tunnel_device_token1] = ACTIONS(1455), + [aux_sym_update_host_keys_token1] = ACTIONS(1455), + [aux_sym_use_keychain_token1] = ACTIONS(1455), + [aux_sym_use_roaming_token1] = ACTIONS(1455), + [aux_sym_user_token1] = ACTIONS(1457), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1455), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1455), + [aux_sym_visual_host_key_token1] = ACTIONS(1455), + [aux_sym_xauth_location_token1] = ACTIONS(1455), }, [154] = { - [ts_builtin_sym_end] = ACTIONS(1456), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1458), - [anon_sym_DQUOTE] = ACTIONS(1460), - [aux_sym_match_token1] = ACTIONS(1456), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1456), - [aux_sym_address_family_token1] = ACTIONS(1456), - [aux_sym_batch_mode_token1] = ACTIONS(1456), - [aux_sym_bind_address_token1] = ACTIONS(1456), - [aux_sym_bind_interface_token1] = ACTIONS(1456), - [aux_sym_canonical_domains_token1] = ACTIONS(1456), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1456), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1456), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1456), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1456), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1456), - [aux_sym_certificate_file_token1] = ACTIONS(1456), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1456), - [aux_sym_check_host_ip_token1] = ACTIONS(1456), - [aux_sym_ciphers_token1] = ACTIONS(1456), - [aux_sym_cipher_token1] = ACTIONS(1458), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1456), - [aux_sym_compression_token1] = ACTIONS(1456), - [aux_sym_connection_attempts_token1] = ACTIONS(1456), - [aux_sym_connect_timeout_token1] = ACTIONS(1456), - [aux_sym_control_master_token1] = ACTIONS(1456), - [aux_sym_control_path_token1] = ACTIONS(1456), - [aux_sym_control_persist_token1] = ACTIONS(1456), - [aux_sym_dynamic_forward_token1] = ACTIONS(1456), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1456), - [aux_sym_escape_char_token1] = ACTIONS(1456), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1456), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1456), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1456), - [aux_sym_forward_agent_token1] = ACTIONS(1456), - [aux_sym_forward_x11_token1] = ACTIONS(1458), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1456), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1456), - [aux_sym_gateway_ports_token1] = ACTIONS(1456), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1456), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1456), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1456), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1456), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1456), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1456), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1456), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1456), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1456), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1456), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1456), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1456), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1456), - [aux_sym_host_key_alias_token1] = ACTIONS(1456), - [aux_sym_hostname_token1] = ACTIONS(1456), - [aux_sym_identities_only_token1] = ACTIONS(1456), - [aux_sym_identity_agent_token1] = ACTIONS(1456), - [aux_sym_identity_file_token1] = ACTIONS(1456), - [aux_sym_ignore_unknown_token1] = ACTIONS(1456), - [aux_sym_include_token1] = ACTIONS(1456), - [aux_sym_ip_qos_token1] = ACTIONS(1456), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1456), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1456), - [aux_sym_kex_algorithms_token1] = ACTIONS(1456), - [aux_sym_known_hosts_command_token1] = ACTIONS(1456), - [aux_sym_local_command_token1] = ACTIONS(1456), - [aux_sym_local_forward_token1] = ACTIONS(1456), - [aux_sym_log_level_token1] = ACTIONS(1456), - [aux_sym_log_verbose_token1] = ACTIONS(1456), - [aux_sym_macs_token1] = ACTIONS(1456), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1456), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1456), - [aux_sym_password_authentication_token1] = ACTIONS(1456), - [aux_sym_permit_local_command_token1] = ACTIONS(1456), - [aux_sym_permit_remote_open_token1] = ACTIONS(1456), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1456), - [aux_sym_port_token1] = ACTIONS(1456), - [aux_sym_preferred_authentications_token1] = ACTIONS(1456), - [aux_sym_protocol_token1] = ACTIONS(1456), - [aux_sym_proxy_command_token1] = ACTIONS(1456), - [aux_sym_proxy_jump_token1] = ACTIONS(1456), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1456), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1456), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1456), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1456), - [aux_sym_rekey_limit_token1] = ACTIONS(1456), - [aux_sym_remote_command_token1] = ACTIONS(1456), - [aux_sym_remote_forward_token1] = ACTIONS(1456), - [aux_sym_request_tty_token1] = ACTIONS(1456), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1456), - [aux_sym_security_key_provider_token1] = ACTIONS(1456), - [aux_sym_send_env_token1] = ACTIONS(1456), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1456), - [aux_sym_server_alive_interval_token1] = ACTIONS(1456), - [aux_sym_session_type_token1] = ACTIONS(1456), - [aux_sym_set_env_token1] = ACTIONS(1456), - [aux_sym_stdin_null_token1] = ACTIONS(1456), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1456), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1456), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1456), - [aux_sym_syslog_facility_token1] = ACTIONS(1456), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1456), - [aux_sym_keep_alive_token1] = ACTIONS(1456), - [aux_sym_tunnel_token1] = ACTIONS(1458), - [aux_sym_tunnel_device_token1] = ACTIONS(1456), - [aux_sym_update_host_keys_token1] = ACTIONS(1456), - [aux_sym_use_keychain_token1] = ACTIONS(1456), - [aux_sym_use_roaming_token1] = ACTIONS(1456), - [aux_sym_user_token1] = ACTIONS(1458), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1456), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1456), - [aux_sym_visual_host_key_token1] = ACTIONS(1456), - [aux_sym_xauth_location_token1] = ACTIONS(1456), + [ts_builtin_sym_end] = ACTIONS(1461), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1463), + [anon_sym_DQUOTE] = ACTIONS(1465), + [aux_sym_match_token1] = ACTIONS(1461), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1461), + [aux_sym_address_family_token1] = ACTIONS(1461), + [aux_sym_batch_mode_token1] = ACTIONS(1461), + [aux_sym_bind_address_token1] = ACTIONS(1461), + [aux_sym_bind_interface_token1] = ACTIONS(1461), + [aux_sym_canonical_domains_token1] = ACTIONS(1461), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1461), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1461), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1461), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1461), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1461), + [aux_sym_certificate_file_token1] = ACTIONS(1461), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1461), + [aux_sym_check_host_ip_token1] = ACTIONS(1461), + [aux_sym_ciphers_token1] = ACTIONS(1461), + [aux_sym_cipher_token1] = ACTIONS(1463), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1461), + [aux_sym_compression_token1] = ACTIONS(1461), + [aux_sym_connection_attempts_token1] = ACTIONS(1461), + [aux_sym_connect_timeout_token1] = ACTIONS(1461), + [aux_sym_control_master_token1] = ACTIONS(1461), + [aux_sym_control_path_token1] = ACTIONS(1461), + [aux_sym_control_persist_token1] = ACTIONS(1461), + [aux_sym_dynamic_forward_token1] = ACTIONS(1461), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1461), + [aux_sym_escape_char_token1] = ACTIONS(1461), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1461), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1461), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1461), + [aux_sym_forward_agent_token1] = ACTIONS(1461), + [aux_sym_forward_x11_token1] = ACTIONS(1463), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1461), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1461), + [aux_sym_gateway_ports_token1] = ACTIONS(1461), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1461), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1461), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1461), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1461), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1461), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1461), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1461), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1461), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1461), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1461), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1461), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1461), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1461), + [aux_sym_host_key_alias_token1] = ACTIONS(1461), + [aux_sym_hostname_token1] = ACTIONS(1461), + [aux_sym_identities_only_token1] = ACTIONS(1461), + [aux_sym_identity_agent_token1] = ACTIONS(1461), + [aux_sym_identity_file_token1] = ACTIONS(1461), + [aux_sym_ignore_unknown_token1] = ACTIONS(1461), + [aux_sym_include_token1] = ACTIONS(1461), + [aux_sym_ip_qos_token1] = ACTIONS(1461), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1461), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1461), + [aux_sym_kex_algorithms_token1] = ACTIONS(1461), + [aux_sym_known_hosts_command_token1] = ACTIONS(1461), + [aux_sym_local_command_token1] = ACTIONS(1461), + [aux_sym_local_forward_token1] = ACTIONS(1461), + [aux_sym_log_level_token1] = ACTIONS(1461), + [aux_sym_log_verbose_token1] = ACTIONS(1461), + [aux_sym_macs_token1] = ACTIONS(1461), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1461), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1461), + [aux_sym_password_authentication_token1] = ACTIONS(1461), + [aux_sym_permit_local_command_token1] = ACTIONS(1461), + [aux_sym_permit_remote_open_token1] = ACTIONS(1461), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1461), + [aux_sym_port_token1] = ACTIONS(1461), + [aux_sym_preferred_authentications_token1] = ACTIONS(1461), + [aux_sym_protocol_token1] = ACTIONS(1461), + [aux_sym_proxy_command_token1] = ACTIONS(1461), + [aux_sym_proxy_jump_token1] = ACTIONS(1461), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1461), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1461), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1461), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1461), + [aux_sym_rekey_limit_token1] = ACTIONS(1461), + [aux_sym_remote_command_token1] = ACTIONS(1461), + [aux_sym_remote_forward_token1] = ACTIONS(1461), + [aux_sym_request_tty_token1] = ACTIONS(1461), + [aux_sym_required_rsa_size_token1] = ACTIONS(1461), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1461), + [aux_sym_security_key_provider_token1] = ACTIONS(1461), + [aux_sym_send_env_token1] = ACTIONS(1461), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1461), + [aux_sym_server_alive_interval_token1] = ACTIONS(1461), + [aux_sym_session_type_token1] = ACTIONS(1461), + [aux_sym_set_env_token1] = ACTIONS(1461), + [aux_sym_stdin_null_token1] = ACTIONS(1461), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1461), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1461), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1461), + [aux_sym_syslog_facility_token1] = ACTIONS(1461), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1461), + [aux_sym_keep_alive_token1] = ACTIONS(1461), + [aux_sym_tunnel_token1] = ACTIONS(1463), + [aux_sym_tunnel_device_token1] = ACTIONS(1461), + [aux_sym_update_host_keys_token1] = ACTIONS(1461), + [aux_sym_use_keychain_token1] = ACTIONS(1461), + [aux_sym_use_roaming_token1] = ACTIONS(1461), + [aux_sym_user_token1] = ACTIONS(1463), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1461), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1461), + [aux_sym_visual_host_key_token1] = ACTIONS(1461), + [aux_sym_xauth_location_token1] = ACTIONS(1461), }, [155] = { - [ts_builtin_sym_end] = ACTIONS(1462), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1464), - [anon_sym_DQUOTE] = ACTIONS(1466), - [aux_sym_match_token1] = ACTIONS(1462), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1462), - [aux_sym_address_family_token1] = ACTIONS(1462), - [aux_sym_batch_mode_token1] = ACTIONS(1462), - [aux_sym_bind_address_token1] = ACTIONS(1462), - [aux_sym_bind_interface_token1] = ACTIONS(1462), - [aux_sym_canonical_domains_token1] = ACTIONS(1462), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1462), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1462), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1462), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1462), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1462), - [aux_sym_certificate_file_token1] = ACTIONS(1462), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1462), - [aux_sym_check_host_ip_token1] = ACTIONS(1462), - [aux_sym_ciphers_token1] = ACTIONS(1462), - [aux_sym_cipher_token1] = ACTIONS(1464), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1462), - [aux_sym_compression_token1] = ACTIONS(1462), - [aux_sym_connection_attempts_token1] = ACTIONS(1462), - [aux_sym_connect_timeout_token1] = ACTIONS(1462), - [aux_sym_control_master_token1] = ACTIONS(1462), - [aux_sym_control_path_token1] = ACTIONS(1462), - [aux_sym_control_persist_token1] = ACTIONS(1462), - [aux_sym_dynamic_forward_token1] = ACTIONS(1462), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1462), - [aux_sym_escape_char_token1] = ACTIONS(1462), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1462), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1462), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1462), - [aux_sym_forward_agent_token1] = ACTIONS(1462), - [aux_sym_forward_x11_token1] = ACTIONS(1464), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1462), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1462), - [aux_sym_gateway_ports_token1] = ACTIONS(1462), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1462), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1462), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1462), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1462), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1462), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1462), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1462), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1462), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1462), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1462), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1462), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1462), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1462), - [aux_sym_host_key_alias_token1] = ACTIONS(1462), - [aux_sym_hostname_token1] = ACTIONS(1462), - [aux_sym_identities_only_token1] = ACTIONS(1462), - [aux_sym_identity_agent_token1] = ACTIONS(1462), - [aux_sym_identity_file_token1] = ACTIONS(1462), - [aux_sym_ignore_unknown_token1] = ACTIONS(1462), - [aux_sym_include_token1] = ACTIONS(1462), - [aux_sym_ip_qos_token1] = ACTIONS(1462), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1462), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1462), - [aux_sym_kex_algorithms_token1] = ACTIONS(1462), - [aux_sym_known_hosts_command_token1] = ACTIONS(1462), - [aux_sym_local_command_token1] = ACTIONS(1462), - [aux_sym_local_forward_token1] = ACTIONS(1462), - [aux_sym_log_level_token1] = ACTIONS(1462), - [aux_sym_log_verbose_token1] = ACTIONS(1462), - [aux_sym_macs_token1] = ACTIONS(1462), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1462), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1462), - [aux_sym_password_authentication_token1] = ACTIONS(1462), - [aux_sym_permit_local_command_token1] = ACTIONS(1462), - [aux_sym_permit_remote_open_token1] = ACTIONS(1462), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1462), - [aux_sym_port_token1] = ACTIONS(1462), - [aux_sym_preferred_authentications_token1] = ACTIONS(1462), - [aux_sym_protocol_token1] = ACTIONS(1462), - [aux_sym_proxy_command_token1] = ACTIONS(1462), - [aux_sym_proxy_jump_token1] = ACTIONS(1462), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1462), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1462), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1462), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1462), - [aux_sym_rekey_limit_token1] = ACTIONS(1462), - [aux_sym_remote_command_token1] = ACTIONS(1462), - [aux_sym_remote_forward_token1] = ACTIONS(1462), - [aux_sym_request_tty_token1] = ACTIONS(1462), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1462), - [aux_sym_security_key_provider_token1] = ACTIONS(1462), - [aux_sym_send_env_token1] = ACTIONS(1462), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1462), - [aux_sym_server_alive_interval_token1] = ACTIONS(1462), - [aux_sym_session_type_token1] = ACTIONS(1462), - [aux_sym_set_env_token1] = ACTIONS(1462), - [aux_sym_stdin_null_token1] = ACTIONS(1462), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1462), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1462), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1462), - [aux_sym_syslog_facility_token1] = ACTIONS(1462), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1462), - [aux_sym_keep_alive_token1] = ACTIONS(1462), - [aux_sym_tunnel_token1] = ACTIONS(1464), - [aux_sym_tunnel_device_token1] = ACTIONS(1462), - [aux_sym_update_host_keys_token1] = ACTIONS(1462), - [aux_sym_use_keychain_token1] = ACTIONS(1462), - [aux_sym_use_roaming_token1] = ACTIONS(1462), - [aux_sym_user_token1] = ACTIONS(1464), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1462), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1462), - [aux_sym_visual_host_key_token1] = ACTIONS(1462), - [aux_sym_xauth_location_token1] = ACTIONS(1462), + [ts_builtin_sym_end] = ACTIONS(1467), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1469), + [anon_sym_DQUOTE] = ACTIONS(1471), + [aux_sym_match_token1] = ACTIONS(1467), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1467), + [aux_sym_address_family_token1] = ACTIONS(1467), + [aux_sym_batch_mode_token1] = ACTIONS(1467), + [aux_sym_bind_address_token1] = ACTIONS(1467), + [aux_sym_bind_interface_token1] = ACTIONS(1467), + [aux_sym_canonical_domains_token1] = ACTIONS(1467), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1467), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1467), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1467), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1467), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1467), + [aux_sym_certificate_file_token1] = ACTIONS(1467), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1467), + [aux_sym_check_host_ip_token1] = ACTIONS(1467), + [aux_sym_ciphers_token1] = ACTIONS(1467), + [aux_sym_cipher_token1] = ACTIONS(1469), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1467), + [aux_sym_compression_token1] = ACTIONS(1467), + [aux_sym_connection_attempts_token1] = ACTIONS(1467), + [aux_sym_connect_timeout_token1] = ACTIONS(1467), + [aux_sym_control_master_token1] = ACTIONS(1467), + [aux_sym_control_path_token1] = ACTIONS(1467), + [aux_sym_control_persist_token1] = ACTIONS(1467), + [aux_sym_dynamic_forward_token1] = ACTIONS(1467), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1467), + [aux_sym_escape_char_token1] = ACTIONS(1467), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1467), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1467), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1467), + [aux_sym_forward_agent_token1] = ACTIONS(1467), + [aux_sym_forward_x11_token1] = ACTIONS(1469), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1467), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1467), + [aux_sym_gateway_ports_token1] = ACTIONS(1467), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1467), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1467), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1467), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1467), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1467), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1467), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1467), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1467), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1467), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1467), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1467), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1467), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1467), + [aux_sym_host_key_alias_token1] = ACTIONS(1467), + [aux_sym_hostname_token1] = ACTIONS(1467), + [aux_sym_identities_only_token1] = ACTIONS(1467), + [aux_sym_identity_agent_token1] = ACTIONS(1467), + [aux_sym_identity_file_token1] = ACTIONS(1467), + [aux_sym_ignore_unknown_token1] = ACTIONS(1467), + [aux_sym_include_token1] = ACTIONS(1467), + [aux_sym_ip_qos_token1] = ACTIONS(1467), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1467), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1467), + [aux_sym_kex_algorithms_token1] = ACTIONS(1467), + [aux_sym_known_hosts_command_token1] = ACTIONS(1467), + [aux_sym_local_command_token1] = ACTIONS(1467), + [aux_sym_local_forward_token1] = ACTIONS(1467), + [aux_sym_log_level_token1] = ACTIONS(1467), + [aux_sym_log_verbose_token1] = ACTIONS(1467), + [aux_sym_macs_token1] = ACTIONS(1467), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1467), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1467), + [aux_sym_password_authentication_token1] = ACTIONS(1467), + [aux_sym_permit_local_command_token1] = ACTIONS(1467), + [aux_sym_permit_remote_open_token1] = ACTIONS(1467), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1467), + [aux_sym_port_token1] = ACTIONS(1467), + [aux_sym_preferred_authentications_token1] = ACTIONS(1467), + [aux_sym_protocol_token1] = ACTIONS(1467), + [aux_sym_proxy_command_token1] = ACTIONS(1467), + [aux_sym_proxy_jump_token1] = ACTIONS(1467), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1467), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1467), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1467), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1467), + [aux_sym_rekey_limit_token1] = ACTIONS(1467), + [aux_sym_remote_command_token1] = ACTIONS(1467), + [aux_sym_remote_forward_token1] = ACTIONS(1467), + [aux_sym_request_tty_token1] = ACTIONS(1467), + [aux_sym_required_rsa_size_token1] = ACTIONS(1467), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1467), + [aux_sym_security_key_provider_token1] = ACTIONS(1467), + [aux_sym_send_env_token1] = ACTIONS(1467), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1467), + [aux_sym_server_alive_interval_token1] = ACTIONS(1467), + [aux_sym_session_type_token1] = ACTIONS(1467), + [aux_sym_set_env_token1] = ACTIONS(1467), + [aux_sym_stdin_null_token1] = ACTIONS(1467), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1467), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1467), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1467), + [aux_sym_syslog_facility_token1] = ACTIONS(1467), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1467), + [aux_sym_keep_alive_token1] = ACTIONS(1467), + [aux_sym_tunnel_token1] = ACTIONS(1469), + [aux_sym_tunnel_device_token1] = ACTIONS(1467), + [aux_sym_update_host_keys_token1] = ACTIONS(1467), + [aux_sym_use_keychain_token1] = ACTIONS(1467), + [aux_sym_use_roaming_token1] = ACTIONS(1467), + [aux_sym_user_token1] = ACTIONS(1469), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1467), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1467), + [aux_sym_visual_host_key_token1] = ACTIONS(1467), + [aux_sym_xauth_location_token1] = ACTIONS(1467), }, [156] = { - [ts_builtin_sym_end] = ACTIONS(1468), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1470), - [anon_sym_DQUOTE] = ACTIONS(1472), - [aux_sym_match_token1] = ACTIONS(1468), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1468), - [aux_sym_address_family_token1] = ACTIONS(1468), - [aux_sym_batch_mode_token1] = ACTIONS(1468), - [aux_sym_bind_address_token1] = ACTIONS(1468), - [aux_sym_bind_interface_token1] = ACTIONS(1468), - [aux_sym_canonical_domains_token1] = ACTIONS(1468), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1468), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1468), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1468), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1468), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1468), - [aux_sym_certificate_file_token1] = ACTIONS(1468), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1468), - [aux_sym_check_host_ip_token1] = ACTIONS(1468), - [aux_sym_ciphers_token1] = ACTIONS(1468), - [aux_sym_cipher_token1] = ACTIONS(1470), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1468), - [aux_sym_compression_token1] = ACTIONS(1468), - [aux_sym_connection_attempts_token1] = ACTIONS(1468), - [aux_sym_connect_timeout_token1] = ACTIONS(1468), - [aux_sym_control_master_token1] = ACTIONS(1468), - [aux_sym_control_path_token1] = ACTIONS(1468), - [aux_sym_control_persist_token1] = ACTIONS(1468), - [aux_sym_dynamic_forward_token1] = ACTIONS(1468), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1468), - [aux_sym_escape_char_token1] = ACTIONS(1468), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1468), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1468), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1468), - [aux_sym_forward_agent_token1] = ACTIONS(1468), - [aux_sym_forward_x11_token1] = ACTIONS(1470), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1468), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1468), - [aux_sym_gateway_ports_token1] = ACTIONS(1468), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1468), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1468), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1468), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1468), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1468), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1468), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1468), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1468), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1468), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1468), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1468), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1468), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1468), - [aux_sym_host_key_alias_token1] = ACTIONS(1468), - [aux_sym_hostname_token1] = ACTIONS(1468), - [aux_sym_identities_only_token1] = ACTIONS(1468), - [aux_sym_identity_agent_token1] = ACTIONS(1468), - [aux_sym_identity_file_token1] = ACTIONS(1468), - [aux_sym_ignore_unknown_token1] = ACTIONS(1468), - [aux_sym_include_token1] = ACTIONS(1468), - [aux_sym_ip_qos_token1] = ACTIONS(1468), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1468), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1468), - [aux_sym_kex_algorithms_token1] = ACTIONS(1468), - [aux_sym_known_hosts_command_token1] = ACTIONS(1468), - [aux_sym_local_command_token1] = ACTIONS(1468), - [aux_sym_local_forward_token1] = ACTIONS(1468), - [aux_sym_log_level_token1] = ACTIONS(1468), - [aux_sym_log_verbose_token1] = ACTIONS(1468), - [aux_sym_macs_token1] = ACTIONS(1468), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1468), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1468), - [aux_sym_password_authentication_token1] = ACTIONS(1468), - [aux_sym_permit_local_command_token1] = ACTIONS(1468), - [aux_sym_permit_remote_open_token1] = ACTIONS(1468), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1468), - [aux_sym_port_token1] = ACTIONS(1468), - [aux_sym_preferred_authentications_token1] = ACTIONS(1468), - [aux_sym_protocol_token1] = ACTIONS(1468), - [aux_sym_proxy_command_token1] = ACTIONS(1468), - [aux_sym_proxy_jump_token1] = ACTIONS(1468), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1468), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1468), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1468), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1468), - [aux_sym_rekey_limit_token1] = ACTIONS(1468), - [aux_sym_remote_command_token1] = ACTIONS(1468), - [aux_sym_remote_forward_token1] = ACTIONS(1468), - [aux_sym_request_tty_token1] = ACTIONS(1468), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1468), - [aux_sym_security_key_provider_token1] = ACTIONS(1468), - [aux_sym_send_env_token1] = ACTIONS(1468), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1468), - [aux_sym_server_alive_interval_token1] = ACTIONS(1468), - [aux_sym_session_type_token1] = ACTIONS(1468), - [aux_sym_set_env_token1] = ACTIONS(1468), - [aux_sym_stdin_null_token1] = ACTIONS(1468), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1468), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1468), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1468), - [aux_sym_syslog_facility_token1] = ACTIONS(1468), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1468), - [aux_sym_keep_alive_token1] = ACTIONS(1468), - [aux_sym_tunnel_token1] = ACTIONS(1470), - [aux_sym_tunnel_device_token1] = ACTIONS(1468), - [aux_sym_update_host_keys_token1] = ACTIONS(1468), - [aux_sym_use_keychain_token1] = ACTIONS(1468), - [aux_sym_use_roaming_token1] = ACTIONS(1468), - [aux_sym_user_token1] = ACTIONS(1470), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1468), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1468), - [aux_sym_visual_host_key_token1] = ACTIONS(1468), - [aux_sym_xauth_location_token1] = ACTIONS(1468), + [ts_builtin_sym_end] = ACTIONS(1473), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1475), + [anon_sym_DQUOTE] = ACTIONS(1477), + [aux_sym_match_token1] = ACTIONS(1473), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1473), + [aux_sym_address_family_token1] = ACTIONS(1473), + [aux_sym_batch_mode_token1] = ACTIONS(1473), + [aux_sym_bind_address_token1] = ACTIONS(1473), + [aux_sym_bind_interface_token1] = ACTIONS(1473), + [aux_sym_canonical_domains_token1] = ACTIONS(1473), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1473), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1473), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1473), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1473), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1473), + [aux_sym_certificate_file_token1] = ACTIONS(1473), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1473), + [aux_sym_check_host_ip_token1] = ACTIONS(1473), + [aux_sym_ciphers_token1] = ACTIONS(1473), + [aux_sym_cipher_token1] = ACTIONS(1475), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1473), + [aux_sym_compression_token1] = ACTIONS(1473), + [aux_sym_connection_attempts_token1] = ACTIONS(1473), + [aux_sym_connect_timeout_token1] = ACTIONS(1473), + [aux_sym_control_master_token1] = ACTIONS(1473), + [aux_sym_control_path_token1] = ACTIONS(1473), + [aux_sym_control_persist_token1] = ACTIONS(1473), + [aux_sym_dynamic_forward_token1] = ACTIONS(1473), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1473), + [aux_sym_escape_char_token1] = ACTIONS(1473), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1473), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1473), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1473), + [aux_sym_forward_agent_token1] = ACTIONS(1473), + [aux_sym_forward_x11_token1] = ACTIONS(1475), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1473), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1473), + [aux_sym_gateway_ports_token1] = ACTIONS(1473), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1473), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1473), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1473), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1473), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1473), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1473), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1473), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1473), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1473), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1473), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1473), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1473), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1473), + [aux_sym_host_key_alias_token1] = ACTIONS(1473), + [aux_sym_hostname_token1] = ACTIONS(1473), + [aux_sym_identities_only_token1] = ACTIONS(1473), + [aux_sym_identity_agent_token1] = ACTIONS(1473), + [aux_sym_identity_file_token1] = ACTIONS(1473), + [aux_sym_ignore_unknown_token1] = ACTIONS(1473), + [aux_sym_include_token1] = ACTIONS(1473), + [aux_sym_ip_qos_token1] = ACTIONS(1473), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1473), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1473), + [aux_sym_kex_algorithms_token1] = ACTIONS(1473), + [aux_sym_known_hosts_command_token1] = ACTIONS(1473), + [aux_sym_local_command_token1] = ACTIONS(1473), + [aux_sym_local_forward_token1] = ACTIONS(1473), + [aux_sym_log_level_token1] = ACTIONS(1473), + [aux_sym_log_verbose_token1] = ACTIONS(1473), + [aux_sym_macs_token1] = ACTIONS(1473), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1473), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1473), + [aux_sym_password_authentication_token1] = ACTIONS(1473), + [aux_sym_permit_local_command_token1] = ACTIONS(1473), + [aux_sym_permit_remote_open_token1] = ACTIONS(1473), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1473), + [aux_sym_port_token1] = ACTIONS(1473), + [aux_sym_preferred_authentications_token1] = ACTIONS(1473), + [aux_sym_protocol_token1] = ACTIONS(1473), + [aux_sym_proxy_command_token1] = ACTIONS(1473), + [aux_sym_proxy_jump_token1] = ACTIONS(1473), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1473), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1473), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1473), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1473), + [aux_sym_rekey_limit_token1] = ACTIONS(1473), + [aux_sym_remote_command_token1] = ACTIONS(1473), + [aux_sym_remote_forward_token1] = ACTIONS(1473), + [aux_sym_request_tty_token1] = ACTIONS(1473), + [aux_sym_required_rsa_size_token1] = ACTIONS(1473), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1473), + [aux_sym_security_key_provider_token1] = ACTIONS(1473), + [aux_sym_send_env_token1] = ACTIONS(1473), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1473), + [aux_sym_server_alive_interval_token1] = ACTIONS(1473), + [aux_sym_session_type_token1] = ACTIONS(1473), + [aux_sym_set_env_token1] = ACTIONS(1473), + [aux_sym_stdin_null_token1] = ACTIONS(1473), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1473), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1473), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1473), + [aux_sym_syslog_facility_token1] = ACTIONS(1473), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1473), + [aux_sym_keep_alive_token1] = ACTIONS(1473), + [aux_sym_tunnel_token1] = ACTIONS(1475), + [aux_sym_tunnel_device_token1] = ACTIONS(1473), + [aux_sym_update_host_keys_token1] = ACTIONS(1473), + [aux_sym_use_keychain_token1] = ACTIONS(1473), + [aux_sym_use_roaming_token1] = ACTIONS(1473), + [aux_sym_user_token1] = ACTIONS(1475), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1473), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1473), + [aux_sym_visual_host_key_token1] = ACTIONS(1473), + [aux_sym_xauth_location_token1] = ACTIONS(1473), }, [157] = { - [ts_builtin_sym_end] = ACTIONS(1474), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1476), - [anon_sym_DQUOTE] = ACTIONS(1478), - [aux_sym_match_token1] = ACTIONS(1474), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1474), - [aux_sym_address_family_token1] = ACTIONS(1474), - [aux_sym_batch_mode_token1] = ACTIONS(1474), - [aux_sym_bind_address_token1] = ACTIONS(1474), - [aux_sym_bind_interface_token1] = ACTIONS(1474), - [aux_sym_canonical_domains_token1] = ACTIONS(1474), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1474), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1474), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1474), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1474), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1474), - [aux_sym_certificate_file_token1] = ACTIONS(1474), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1474), - [aux_sym_check_host_ip_token1] = ACTIONS(1474), - [aux_sym_ciphers_token1] = ACTIONS(1474), - [aux_sym_cipher_token1] = ACTIONS(1476), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1474), - [aux_sym_compression_token1] = ACTIONS(1474), - [aux_sym_connection_attempts_token1] = ACTIONS(1474), - [aux_sym_connect_timeout_token1] = ACTIONS(1474), - [aux_sym_control_master_token1] = ACTIONS(1474), - [aux_sym_control_path_token1] = ACTIONS(1474), - [aux_sym_control_persist_token1] = ACTIONS(1474), - [aux_sym_dynamic_forward_token1] = ACTIONS(1474), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1474), - [aux_sym_escape_char_token1] = ACTIONS(1474), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1474), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1474), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1474), - [aux_sym_forward_agent_token1] = ACTIONS(1474), - [aux_sym_forward_x11_token1] = ACTIONS(1476), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1474), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1474), - [aux_sym_gateway_ports_token1] = ACTIONS(1474), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1474), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1474), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1474), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1474), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1474), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1474), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1474), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1474), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1474), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1474), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1474), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1474), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1474), - [aux_sym_host_key_alias_token1] = ACTIONS(1474), - [aux_sym_hostname_token1] = ACTIONS(1474), - [aux_sym_identities_only_token1] = ACTIONS(1474), - [aux_sym_identity_agent_token1] = ACTIONS(1474), - [aux_sym_identity_file_token1] = ACTIONS(1474), - [aux_sym_ignore_unknown_token1] = ACTIONS(1474), - [aux_sym_include_token1] = ACTIONS(1474), - [aux_sym_ip_qos_token1] = ACTIONS(1474), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1474), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1474), - [aux_sym_kex_algorithms_token1] = ACTIONS(1474), - [aux_sym_known_hosts_command_token1] = ACTIONS(1474), - [aux_sym_local_command_token1] = ACTIONS(1474), - [aux_sym_local_forward_token1] = ACTIONS(1474), - [aux_sym_log_level_token1] = ACTIONS(1474), - [aux_sym_log_verbose_token1] = ACTIONS(1474), - [aux_sym_macs_token1] = ACTIONS(1474), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1474), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1474), - [aux_sym_password_authentication_token1] = ACTIONS(1474), - [aux_sym_permit_local_command_token1] = ACTIONS(1474), - [aux_sym_permit_remote_open_token1] = ACTIONS(1474), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1474), - [aux_sym_port_token1] = ACTIONS(1474), - [aux_sym_preferred_authentications_token1] = ACTIONS(1474), - [aux_sym_protocol_token1] = ACTIONS(1474), - [aux_sym_proxy_command_token1] = ACTIONS(1474), - [aux_sym_proxy_jump_token1] = ACTIONS(1474), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1474), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1474), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1474), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1474), - [aux_sym_rekey_limit_token1] = ACTIONS(1474), - [aux_sym_remote_command_token1] = ACTIONS(1474), - [aux_sym_remote_forward_token1] = ACTIONS(1474), - [aux_sym_request_tty_token1] = ACTIONS(1474), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1474), - [aux_sym_security_key_provider_token1] = ACTIONS(1474), - [aux_sym_send_env_token1] = ACTIONS(1474), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1474), - [aux_sym_server_alive_interval_token1] = ACTIONS(1474), - [aux_sym_session_type_token1] = ACTIONS(1474), - [aux_sym_set_env_token1] = ACTIONS(1474), - [aux_sym_stdin_null_token1] = ACTIONS(1474), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1474), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1474), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1474), - [aux_sym_syslog_facility_token1] = ACTIONS(1474), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1474), - [aux_sym_keep_alive_token1] = ACTIONS(1474), - [aux_sym_tunnel_token1] = ACTIONS(1476), - [aux_sym_tunnel_device_token1] = ACTIONS(1474), - [aux_sym_update_host_keys_token1] = ACTIONS(1474), - [aux_sym_use_keychain_token1] = ACTIONS(1474), - [aux_sym_use_roaming_token1] = ACTIONS(1474), - [aux_sym_user_token1] = ACTIONS(1476), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1474), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1474), - [aux_sym_visual_host_key_token1] = ACTIONS(1474), - [aux_sym_xauth_location_token1] = ACTIONS(1474), + [ts_builtin_sym_end] = ACTIONS(1479), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1481), + [anon_sym_DQUOTE] = ACTIONS(1483), + [aux_sym_match_token1] = ACTIONS(1479), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1479), + [aux_sym_address_family_token1] = ACTIONS(1479), + [aux_sym_batch_mode_token1] = ACTIONS(1479), + [aux_sym_bind_address_token1] = ACTIONS(1479), + [aux_sym_bind_interface_token1] = ACTIONS(1479), + [aux_sym_canonical_domains_token1] = ACTIONS(1479), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1479), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1479), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1479), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1479), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1479), + [aux_sym_certificate_file_token1] = ACTIONS(1479), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1479), + [aux_sym_check_host_ip_token1] = ACTIONS(1479), + [aux_sym_ciphers_token1] = ACTIONS(1479), + [aux_sym_cipher_token1] = ACTIONS(1481), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1479), + [aux_sym_compression_token1] = ACTIONS(1479), + [aux_sym_connection_attempts_token1] = ACTIONS(1479), + [aux_sym_connect_timeout_token1] = ACTIONS(1479), + [aux_sym_control_master_token1] = ACTIONS(1479), + [aux_sym_control_path_token1] = ACTIONS(1479), + [aux_sym_control_persist_token1] = ACTIONS(1479), + [aux_sym_dynamic_forward_token1] = ACTIONS(1479), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1479), + [aux_sym_escape_char_token1] = ACTIONS(1479), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1479), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1479), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1479), + [aux_sym_forward_agent_token1] = ACTIONS(1479), + [aux_sym_forward_x11_token1] = ACTIONS(1481), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1479), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1479), + [aux_sym_gateway_ports_token1] = ACTIONS(1479), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1479), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1479), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1479), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1479), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1479), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1479), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1479), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1479), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1479), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1479), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1479), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1479), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1479), + [aux_sym_host_key_alias_token1] = ACTIONS(1479), + [aux_sym_hostname_token1] = ACTIONS(1479), + [aux_sym_identities_only_token1] = ACTIONS(1479), + [aux_sym_identity_agent_token1] = ACTIONS(1479), + [aux_sym_identity_file_token1] = ACTIONS(1479), + [aux_sym_ignore_unknown_token1] = ACTIONS(1479), + [aux_sym_include_token1] = ACTIONS(1479), + [aux_sym_ip_qos_token1] = ACTIONS(1479), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1479), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1479), + [aux_sym_kex_algorithms_token1] = ACTIONS(1479), + [aux_sym_known_hosts_command_token1] = ACTIONS(1479), + [aux_sym_local_command_token1] = ACTIONS(1479), + [aux_sym_local_forward_token1] = ACTIONS(1479), + [aux_sym_log_level_token1] = ACTIONS(1479), + [aux_sym_log_verbose_token1] = ACTIONS(1479), + [aux_sym_macs_token1] = ACTIONS(1479), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1479), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1479), + [aux_sym_password_authentication_token1] = ACTIONS(1479), + [aux_sym_permit_local_command_token1] = ACTIONS(1479), + [aux_sym_permit_remote_open_token1] = ACTIONS(1479), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1479), + [aux_sym_port_token1] = ACTIONS(1479), + [aux_sym_preferred_authentications_token1] = ACTIONS(1479), + [aux_sym_protocol_token1] = ACTIONS(1479), + [aux_sym_proxy_command_token1] = ACTIONS(1479), + [aux_sym_proxy_jump_token1] = ACTIONS(1479), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1479), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1479), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1479), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1479), + [aux_sym_rekey_limit_token1] = ACTIONS(1479), + [aux_sym_remote_command_token1] = ACTIONS(1479), + [aux_sym_remote_forward_token1] = ACTIONS(1479), + [aux_sym_request_tty_token1] = ACTIONS(1479), + [aux_sym_required_rsa_size_token1] = ACTIONS(1479), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1479), + [aux_sym_security_key_provider_token1] = ACTIONS(1479), + [aux_sym_send_env_token1] = ACTIONS(1479), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1479), + [aux_sym_server_alive_interval_token1] = ACTIONS(1479), + [aux_sym_session_type_token1] = ACTIONS(1479), + [aux_sym_set_env_token1] = ACTIONS(1479), + [aux_sym_stdin_null_token1] = ACTIONS(1479), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1479), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1479), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1479), + [aux_sym_syslog_facility_token1] = ACTIONS(1479), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1479), + [aux_sym_keep_alive_token1] = ACTIONS(1479), + [aux_sym_tunnel_token1] = ACTIONS(1481), + [aux_sym_tunnel_device_token1] = ACTIONS(1479), + [aux_sym_update_host_keys_token1] = ACTIONS(1479), + [aux_sym_use_keychain_token1] = ACTIONS(1479), + [aux_sym_use_roaming_token1] = ACTIONS(1479), + [aux_sym_user_token1] = ACTIONS(1481), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1479), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1479), + [aux_sym_visual_host_key_token1] = ACTIONS(1479), + [aux_sym_xauth_location_token1] = ACTIONS(1479), }, [158] = { - [ts_builtin_sym_end] = ACTIONS(1480), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1482), - [anon_sym_DQUOTE] = ACTIONS(1484), - [aux_sym_match_token1] = ACTIONS(1480), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1480), - [aux_sym_address_family_token1] = ACTIONS(1480), - [aux_sym_batch_mode_token1] = ACTIONS(1480), - [aux_sym_bind_address_token1] = ACTIONS(1480), - [aux_sym_bind_interface_token1] = ACTIONS(1480), - [aux_sym_canonical_domains_token1] = ACTIONS(1480), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1480), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1480), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1480), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1480), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1480), - [aux_sym_certificate_file_token1] = ACTIONS(1480), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1480), - [aux_sym_check_host_ip_token1] = ACTIONS(1480), - [aux_sym_ciphers_token1] = ACTIONS(1480), - [aux_sym_cipher_token1] = ACTIONS(1482), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1480), - [aux_sym_compression_token1] = ACTIONS(1480), - [aux_sym_connection_attempts_token1] = ACTIONS(1480), - [aux_sym_connect_timeout_token1] = ACTIONS(1480), - [aux_sym_control_master_token1] = ACTIONS(1480), - [aux_sym_control_path_token1] = ACTIONS(1480), - [aux_sym_control_persist_token1] = ACTIONS(1480), - [aux_sym_dynamic_forward_token1] = ACTIONS(1480), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1480), - [aux_sym_escape_char_token1] = ACTIONS(1480), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1480), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1480), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1480), - [aux_sym_forward_agent_token1] = ACTIONS(1480), - [aux_sym_forward_x11_token1] = ACTIONS(1482), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1480), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1480), - [aux_sym_gateway_ports_token1] = ACTIONS(1480), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1480), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1480), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1480), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1480), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1480), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1480), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1480), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1480), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1480), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1480), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1480), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1480), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1480), - [aux_sym_host_key_alias_token1] = ACTIONS(1480), - [aux_sym_hostname_token1] = ACTIONS(1480), - [aux_sym_identities_only_token1] = ACTIONS(1480), - [aux_sym_identity_agent_token1] = ACTIONS(1480), - [aux_sym_identity_file_token1] = ACTIONS(1480), - [aux_sym_ignore_unknown_token1] = ACTIONS(1480), - [aux_sym_include_token1] = ACTIONS(1480), - [aux_sym_ip_qos_token1] = ACTIONS(1480), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1480), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1480), - [aux_sym_kex_algorithms_token1] = ACTIONS(1480), - [aux_sym_known_hosts_command_token1] = ACTIONS(1480), - [aux_sym_local_command_token1] = ACTIONS(1480), - [aux_sym_local_forward_token1] = ACTIONS(1480), - [aux_sym_log_level_token1] = ACTIONS(1480), - [aux_sym_log_verbose_token1] = ACTIONS(1480), - [aux_sym_macs_token1] = ACTIONS(1480), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1480), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1480), - [aux_sym_password_authentication_token1] = ACTIONS(1480), - [aux_sym_permit_local_command_token1] = ACTIONS(1480), - [aux_sym_permit_remote_open_token1] = ACTIONS(1480), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1480), - [aux_sym_port_token1] = ACTIONS(1480), - [aux_sym_preferred_authentications_token1] = ACTIONS(1480), - [aux_sym_protocol_token1] = ACTIONS(1480), - [aux_sym_proxy_command_token1] = ACTIONS(1480), - [aux_sym_proxy_jump_token1] = ACTIONS(1480), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1480), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1480), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1480), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1480), - [aux_sym_rekey_limit_token1] = ACTIONS(1480), - [aux_sym_remote_command_token1] = ACTIONS(1480), - [aux_sym_remote_forward_token1] = ACTIONS(1480), - [aux_sym_request_tty_token1] = ACTIONS(1480), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1480), - [aux_sym_security_key_provider_token1] = ACTIONS(1480), - [aux_sym_send_env_token1] = ACTIONS(1480), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1480), - [aux_sym_server_alive_interval_token1] = ACTIONS(1480), - [aux_sym_session_type_token1] = ACTIONS(1480), - [aux_sym_set_env_token1] = ACTIONS(1480), - [aux_sym_stdin_null_token1] = ACTIONS(1480), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1480), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1480), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1480), - [aux_sym_syslog_facility_token1] = ACTIONS(1480), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1480), - [aux_sym_keep_alive_token1] = ACTIONS(1480), - [aux_sym_tunnel_token1] = ACTIONS(1482), - [aux_sym_tunnel_device_token1] = ACTIONS(1480), - [aux_sym_update_host_keys_token1] = ACTIONS(1480), - [aux_sym_use_keychain_token1] = ACTIONS(1480), - [aux_sym_use_roaming_token1] = ACTIONS(1480), - [aux_sym_user_token1] = ACTIONS(1482), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1480), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1480), - [aux_sym_visual_host_key_token1] = ACTIONS(1480), - [aux_sym_xauth_location_token1] = ACTIONS(1480), + [ts_builtin_sym_end] = ACTIONS(1485), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1487), + [anon_sym_DQUOTE] = ACTIONS(1489), + [aux_sym_match_token1] = ACTIONS(1485), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1485), + [aux_sym_address_family_token1] = ACTIONS(1485), + [aux_sym_batch_mode_token1] = ACTIONS(1485), + [aux_sym_bind_address_token1] = ACTIONS(1485), + [aux_sym_bind_interface_token1] = ACTIONS(1485), + [aux_sym_canonical_domains_token1] = ACTIONS(1485), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1485), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1485), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1485), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1485), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1485), + [aux_sym_certificate_file_token1] = ACTIONS(1485), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1485), + [aux_sym_check_host_ip_token1] = ACTIONS(1485), + [aux_sym_ciphers_token1] = ACTIONS(1485), + [aux_sym_cipher_token1] = ACTIONS(1487), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1485), + [aux_sym_compression_token1] = ACTIONS(1485), + [aux_sym_connection_attempts_token1] = ACTIONS(1485), + [aux_sym_connect_timeout_token1] = ACTIONS(1485), + [aux_sym_control_master_token1] = ACTIONS(1485), + [aux_sym_control_path_token1] = ACTIONS(1485), + [aux_sym_control_persist_token1] = ACTIONS(1485), + [aux_sym_dynamic_forward_token1] = ACTIONS(1485), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1485), + [aux_sym_escape_char_token1] = ACTIONS(1485), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1485), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1485), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1485), + [aux_sym_forward_agent_token1] = ACTIONS(1485), + [aux_sym_forward_x11_token1] = ACTIONS(1487), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1485), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1485), + [aux_sym_gateway_ports_token1] = ACTIONS(1485), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1485), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1485), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1485), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1485), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1485), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1485), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1485), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1485), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1485), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1485), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1485), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1485), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1485), + [aux_sym_host_key_alias_token1] = ACTIONS(1485), + [aux_sym_hostname_token1] = ACTIONS(1485), + [aux_sym_identities_only_token1] = ACTIONS(1485), + [aux_sym_identity_agent_token1] = ACTIONS(1485), + [aux_sym_identity_file_token1] = ACTIONS(1485), + [aux_sym_ignore_unknown_token1] = ACTIONS(1485), + [aux_sym_include_token1] = ACTIONS(1485), + [aux_sym_ip_qos_token1] = ACTIONS(1485), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1485), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1485), + [aux_sym_kex_algorithms_token1] = ACTIONS(1485), + [aux_sym_known_hosts_command_token1] = ACTIONS(1485), + [aux_sym_local_command_token1] = ACTIONS(1485), + [aux_sym_local_forward_token1] = ACTIONS(1485), + [aux_sym_log_level_token1] = ACTIONS(1485), + [aux_sym_log_verbose_token1] = ACTIONS(1485), + [aux_sym_macs_token1] = ACTIONS(1485), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1485), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1485), + [aux_sym_password_authentication_token1] = ACTIONS(1485), + [aux_sym_permit_local_command_token1] = ACTIONS(1485), + [aux_sym_permit_remote_open_token1] = ACTIONS(1485), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1485), + [aux_sym_port_token1] = ACTIONS(1485), + [aux_sym_preferred_authentications_token1] = ACTIONS(1485), + [aux_sym_protocol_token1] = ACTIONS(1485), + [aux_sym_proxy_command_token1] = ACTIONS(1485), + [aux_sym_proxy_jump_token1] = ACTIONS(1485), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1485), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1485), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1485), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1485), + [aux_sym_rekey_limit_token1] = ACTIONS(1485), + [aux_sym_remote_command_token1] = ACTIONS(1485), + [aux_sym_remote_forward_token1] = ACTIONS(1485), + [aux_sym_request_tty_token1] = ACTIONS(1485), + [aux_sym_required_rsa_size_token1] = ACTIONS(1485), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1485), + [aux_sym_security_key_provider_token1] = ACTIONS(1485), + [aux_sym_send_env_token1] = ACTIONS(1485), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1485), + [aux_sym_server_alive_interval_token1] = ACTIONS(1485), + [aux_sym_session_type_token1] = ACTIONS(1485), + [aux_sym_set_env_token1] = ACTIONS(1485), + [aux_sym_stdin_null_token1] = ACTIONS(1485), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1485), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1485), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1485), + [aux_sym_syslog_facility_token1] = ACTIONS(1485), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1485), + [aux_sym_keep_alive_token1] = ACTIONS(1485), + [aux_sym_tunnel_token1] = ACTIONS(1487), + [aux_sym_tunnel_device_token1] = ACTIONS(1485), + [aux_sym_update_host_keys_token1] = ACTIONS(1485), + [aux_sym_use_keychain_token1] = ACTIONS(1485), + [aux_sym_use_roaming_token1] = ACTIONS(1485), + [aux_sym_user_token1] = ACTIONS(1487), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1485), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1485), + [aux_sym_visual_host_key_token1] = ACTIONS(1485), + [aux_sym_xauth_location_token1] = ACTIONS(1485), }, [159] = { - [ts_builtin_sym_end] = ACTIONS(1486), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1488), - [anon_sym_DQUOTE] = ACTIONS(1490), - [aux_sym_match_token1] = ACTIONS(1486), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1486), - [aux_sym_address_family_token1] = ACTIONS(1486), - [aux_sym_batch_mode_token1] = ACTIONS(1486), - [aux_sym_bind_address_token1] = ACTIONS(1486), - [aux_sym_bind_interface_token1] = ACTIONS(1486), - [aux_sym_canonical_domains_token1] = ACTIONS(1486), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1486), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1486), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1486), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1486), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1486), - [aux_sym_certificate_file_token1] = ACTIONS(1486), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1486), - [aux_sym_check_host_ip_token1] = ACTIONS(1486), - [aux_sym_ciphers_token1] = ACTIONS(1486), - [aux_sym_cipher_token1] = ACTIONS(1488), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1486), - [aux_sym_compression_token1] = ACTIONS(1486), - [aux_sym_connection_attempts_token1] = ACTIONS(1486), - [aux_sym_connect_timeout_token1] = ACTIONS(1486), - [aux_sym_control_master_token1] = ACTIONS(1486), - [aux_sym_control_path_token1] = ACTIONS(1486), - [aux_sym_control_persist_token1] = ACTIONS(1486), - [aux_sym_dynamic_forward_token1] = ACTIONS(1486), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1486), - [aux_sym_escape_char_token1] = ACTIONS(1486), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1486), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1486), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1486), - [aux_sym_forward_agent_token1] = ACTIONS(1486), - [aux_sym_forward_x11_token1] = ACTIONS(1488), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1486), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1486), - [aux_sym_gateway_ports_token1] = ACTIONS(1486), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1486), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1486), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1486), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1486), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1486), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1486), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1486), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1486), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1486), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1486), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1486), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1486), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1486), - [aux_sym_host_key_alias_token1] = ACTIONS(1486), - [aux_sym_hostname_token1] = ACTIONS(1486), - [aux_sym_identities_only_token1] = ACTIONS(1486), - [aux_sym_identity_agent_token1] = ACTIONS(1486), - [aux_sym_identity_file_token1] = ACTIONS(1486), - [aux_sym_ignore_unknown_token1] = ACTIONS(1486), - [aux_sym_include_token1] = ACTIONS(1486), - [aux_sym_ip_qos_token1] = ACTIONS(1486), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1486), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1486), - [aux_sym_kex_algorithms_token1] = ACTIONS(1486), - [aux_sym_known_hosts_command_token1] = ACTIONS(1486), - [aux_sym_local_command_token1] = ACTIONS(1486), - [aux_sym_local_forward_token1] = ACTIONS(1486), - [aux_sym_log_level_token1] = ACTIONS(1486), - [aux_sym_log_verbose_token1] = ACTIONS(1486), - [aux_sym_macs_token1] = ACTIONS(1486), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1486), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1486), - [aux_sym_password_authentication_token1] = ACTIONS(1486), - [aux_sym_permit_local_command_token1] = ACTIONS(1486), - [aux_sym_permit_remote_open_token1] = ACTIONS(1486), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1486), - [aux_sym_port_token1] = ACTIONS(1486), - [aux_sym_preferred_authentications_token1] = ACTIONS(1486), - [aux_sym_protocol_token1] = ACTIONS(1486), - [aux_sym_proxy_command_token1] = ACTIONS(1486), - [aux_sym_proxy_jump_token1] = ACTIONS(1486), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1486), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1486), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1486), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1486), - [aux_sym_rekey_limit_token1] = ACTIONS(1486), - [aux_sym_remote_command_token1] = ACTIONS(1486), - [aux_sym_remote_forward_token1] = ACTIONS(1486), - [aux_sym_request_tty_token1] = ACTIONS(1486), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1486), - [aux_sym_security_key_provider_token1] = ACTIONS(1486), - [aux_sym_send_env_token1] = ACTIONS(1486), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1486), - [aux_sym_server_alive_interval_token1] = ACTIONS(1486), - [aux_sym_session_type_token1] = ACTIONS(1486), - [aux_sym_set_env_token1] = ACTIONS(1486), - [aux_sym_stdin_null_token1] = ACTIONS(1486), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1486), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1486), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1486), - [aux_sym_syslog_facility_token1] = ACTIONS(1486), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1486), - [aux_sym_keep_alive_token1] = ACTIONS(1486), - [aux_sym_tunnel_token1] = ACTIONS(1488), - [aux_sym_tunnel_device_token1] = ACTIONS(1486), - [aux_sym_update_host_keys_token1] = ACTIONS(1486), - [aux_sym_use_keychain_token1] = ACTIONS(1486), - [aux_sym_use_roaming_token1] = ACTIONS(1486), - [aux_sym_user_token1] = ACTIONS(1488), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1486), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1486), - [aux_sym_visual_host_key_token1] = ACTIONS(1486), - [aux_sym_xauth_location_token1] = ACTIONS(1486), + [ts_builtin_sym_end] = ACTIONS(1491), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1493), + [anon_sym_DQUOTE] = ACTIONS(1495), + [aux_sym_match_token1] = ACTIONS(1491), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1491), + [aux_sym_address_family_token1] = ACTIONS(1491), + [aux_sym_batch_mode_token1] = ACTIONS(1491), + [aux_sym_bind_address_token1] = ACTIONS(1491), + [aux_sym_bind_interface_token1] = ACTIONS(1491), + [aux_sym_canonical_domains_token1] = ACTIONS(1491), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1491), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1491), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1491), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1491), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1491), + [aux_sym_certificate_file_token1] = ACTIONS(1491), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1491), + [aux_sym_check_host_ip_token1] = ACTIONS(1491), + [aux_sym_ciphers_token1] = ACTIONS(1491), + [aux_sym_cipher_token1] = ACTIONS(1493), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1491), + [aux_sym_compression_token1] = ACTIONS(1491), + [aux_sym_connection_attempts_token1] = ACTIONS(1491), + [aux_sym_connect_timeout_token1] = ACTIONS(1491), + [aux_sym_control_master_token1] = ACTIONS(1491), + [aux_sym_control_path_token1] = ACTIONS(1491), + [aux_sym_control_persist_token1] = ACTIONS(1491), + [aux_sym_dynamic_forward_token1] = ACTIONS(1491), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1491), + [aux_sym_escape_char_token1] = ACTIONS(1491), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1491), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1491), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1491), + [aux_sym_forward_agent_token1] = ACTIONS(1491), + [aux_sym_forward_x11_token1] = ACTIONS(1493), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1491), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1491), + [aux_sym_gateway_ports_token1] = ACTIONS(1491), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1491), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1491), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1491), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1491), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1491), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1491), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1491), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1491), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1491), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1491), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1491), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1491), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1491), + [aux_sym_host_key_alias_token1] = ACTIONS(1491), + [aux_sym_hostname_token1] = ACTIONS(1491), + [aux_sym_identities_only_token1] = ACTIONS(1491), + [aux_sym_identity_agent_token1] = ACTIONS(1491), + [aux_sym_identity_file_token1] = ACTIONS(1491), + [aux_sym_ignore_unknown_token1] = ACTIONS(1491), + [aux_sym_include_token1] = ACTIONS(1491), + [aux_sym_ip_qos_token1] = ACTIONS(1491), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1491), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1491), + [aux_sym_kex_algorithms_token1] = ACTIONS(1491), + [aux_sym_known_hosts_command_token1] = ACTIONS(1491), + [aux_sym_local_command_token1] = ACTIONS(1491), + [aux_sym_local_forward_token1] = ACTIONS(1491), + [aux_sym_log_level_token1] = ACTIONS(1491), + [aux_sym_log_verbose_token1] = ACTIONS(1491), + [aux_sym_macs_token1] = ACTIONS(1491), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1491), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1491), + [aux_sym_password_authentication_token1] = ACTIONS(1491), + [aux_sym_permit_local_command_token1] = ACTIONS(1491), + [aux_sym_permit_remote_open_token1] = ACTIONS(1491), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1491), + [aux_sym_port_token1] = ACTIONS(1491), + [aux_sym_preferred_authentications_token1] = ACTIONS(1491), + [aux_sym_protocol_token1] = ACTIONS(1491), + [aux_sym_proxy_command_token1] = ACTIONS(1491), + [aux_sym_proxy_jump_token1] = ACTIONS(1491), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1491), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1491), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1491), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1491), + [aux_sym_rekey_limit_token1] = ACTIONS(1491), + [aux_sym_remote_command_token1] = ACTIONS(1491), + [aux_sym_remote_forward_token1] = ACTIONS(1491), + [aux_sym_request_tty_token1] = ACTIONS(1491), + [aux_sym_required_rsa_size_token1] = ACTIONS(1491), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1491), + [aux_sym_security_key_provider_token1] = ACTIONS(1491), + [aux_sym_send_env_token1] = ACTIONS(1491), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1491), + [aux_sym_server_alive_interval_token1] = ACTIONS(1491), + [aux_sym_session_type_token1] = ACTIONS(1491), + [aux_sym_set_env_token1] = ACTIONS(1491), + [aux_sym_stdin_null_token1] = ACTIONS(1491), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1491), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1491), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1491), + [aux_sym_syslog_facility_token1] = ACTIONS(1491), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1491), + [aux_sym_keep_alive_token1] = ACTIONS(1491), + [aux_sym_tunnel_token1] = ACTIONS(1493), + [aux_sym_tunnel_device_token1] = ACTIONS(1491), + [aux_sym_update_host_keys_token1] = ACTIONS(1491), + [aux_sym_use_keychain_token1] = ACTIONS(1491), + [aux_sym_use_roaming_token1] = ACTIONS(1491), + [aux_sym_user_token1] = ACTIONS(1493), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1491), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1491), + [aux_sym_visual_host_key_token1] = ACTIONS(1491), + [aux_sym_xauth_location_token1] = ACTIONS(1491), }, [160] = { - [ts_builtin_sym_end] = ACTIONS(1492), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1494), - [anon_sym_DQUOTE] = ACTIONS(1496), - [aux_sym_match_token1] = ACTIONS(1492), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1492), - [aux_sym_address_family_token1] = ACTIONS(1492), - [aux_sym_batch_mode_token1] = ACTIONS(1492), - [aux_sym_bind_address_token1] = ACTIONS(1492), - [aux_sym_bind_interface_token1] = ACTIONS(1492), - [aux_sym_canonical_domains_token1] = ACTIONS(1492), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1492), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1492), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1492), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1492), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1492), - [aux_sym_certificate_file_token1] = ACTIONS(1492), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1492), - [aux_sym_check_host_ip_token1] = ACTIONS(1492), - [aux_sym_ciphers_token1] = ACTIONS(1492), - [aux_sym_cipher_token1] = ACTIONS(1494), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1492), - [aux_sym_compression_token1] = ACTIONS(1492), - [aux_sym_connection_attempts_token1] = ACTIONS(1492), - [aux_sym_connect_timeout_token1] = ACTIONS(1492), - [aux_sym_control_master_token1] = ACTIONS(1492), - [aux_sym_control_path_token1] = ACTIONS(1492), - [aux_sym_control_persist_token1] = ACTIONS(1492), - [aux_sym_dynamic_forward_token1] = ACTIONS(1492), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1492), - [aux_sym_escape_char_token1] = ACTIONS(1492), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1492), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1492), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1492), - [aux_sym_forward_agent_token1] = ACTIONS(1492), - [aux_sym_forward_x11_token1] = ACTIONS(1494), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1492), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1492), - [aux_sym_gateway_ports_token1] = ACTIONS(1492), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1492), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1492), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1492), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1492), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1492), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1492), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1492), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1492), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1492), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1492), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1492), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1492), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1492), - [aux_sym_host_key_alias_token1] = ACTIONS(1492), - [aux_sym_hostname_token1] = ACTIONS(1492), - [aux_sym_identities_only_token1] = ACTIONS(1492), - [aux_sym_identity_agent_token1] = ACTIONS(1492), - [aux_sym_identity_file_token1] = ACTIONS(1492), - [aux_sym_ignore_unknown_token1] = ACTIONS(1492), - [aux_sym_include_token1] = ACTIONS(1492), - [aux_sym_ip_qos_token1] = ACTIONS(1492), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1492), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1492), - [aux_sym_kex_algorithms_token1] = ACTIONS(1492), - [aux_sym_known_hosts_command_token1] = ACTIONS(1492), - [aux_sym_local_command_token1] = ACTIONS(1492), - [aux_sym_local_forward_token1] = ACTIONS(1492), - [aux_sym_log_level_token1] = ACTIONS(1492), - [aux_sym_log_verbose_token1] = ACTIONS(1492), - [aux_sym_macs_token1] = ACTIONS(1492), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1492), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1492), - [aux_sym_password_authentication_token1] = ACTIONS(1492), - [aux_sym_permit_local_command_token1] = ACTIONS(1492), - [aux_sym_permit_remote_open_token1] = ACTIONS(1492), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1492), - [aux_sym_port_token1] = ACTIONS(1492), - [aux_sym_preferred_authentications_token1] = ACTIONS(1492), - [aux_sym_protocol_token1] = ACTIONS(1492), - [aux_sym_proxy_command_token1] = ACTIONS(1492), - [aux_sym_proxy_jump_token1] = ACTIONS(1492), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1492), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1492), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1492), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1492), - [aux_sym_rekey_limit_token1] = ACTIONS(1492), - [aux_sym_remote_command_token1] = ACTIONS(1492), - [aux_sym_remote_forward_token1] = ACTIONS(1492), - [aux_sym_request_tty_token1] = ACTIONS(1492), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1492), - [aux_sym_security_key_provider_token1] = ACTIONS(1492), - [aux_sym_send_env_token1] = ACTIONS(1492), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1492), - [aux_sym_server_alive_interval_token1] = ACTIONS(1492), - [aux_sym_session_type_token1] = ACTIONS(1492), - [aux_sym_set_env_token1] = ACTIONS(1492), - [aux_sym_stdin_null_token1] = ACTIONS(1492), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1492), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1492), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1492), - [aux_sym_syslog_facility_token1] = ACTIONS(1492), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1492), - [aux_sym_keep_alive_token1] = ACTIONS(1492), - [aux_sym_tunnel_token1] = ACTIONS(1494), - [aux_sym_tunnel_device_token1] = ACTIONS(1492), - [aux_sym_update_host_keys_token1] = ACTIONS(1492), - [aux_sym_use_keychain_token1] = ACTIONS(1492), - [aux_sym_use_roaming_token1] = ACTIONS(1492), - [aux_sym_user_token1] = ACTIONS(1494), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1492), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1492), - [aux_sym_visual_host_key_token1] = ACTIONS(1492), - [aux_sym_xauth_location_token1] = ACTIONS(1492), + [ts_builtin_sym_end] = ACTIONS(1497), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1499), + [anon_sym_DQUOTE] = ACTIONS(1501), + [aux_sym_match_token1] = ACTIONS(1497), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1497), + [aux_sym_address_family_token1] = ACTIONS(1497), + [aux_sym_batch_mode_token1] = ACTIONS(1497), + [aux_sym_bind_address_token1] = ACTIONS(1497), + [aux_sym_bind_interface_token1] = ACTIONS(1497), + [aux_sym_canonical_domains_token1] = ACTIONS(1497), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1497), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1497), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1497), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1497), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1497), + [aux_sym_certificate_file_token1] = ACTIONS(1497), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1497), + [aux_sym_check_host_ip_token1] = ACTIONS(1497), + [aux_sym_ciphers_token1] = ACTIONS(1497), + [aux_sym_cipher_token1] = ACTIONS(1499), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1497), + [aux_sym_compression_token1] = ACTIONS(1497), + [aux_sym_connection_attempts_token1] = ACTIONS(1497), + [aux_sym_connect_timeout_token1] = ACTIONS(1497), + [aux_sym_control_master_token1] = ACTIONS(1497), + [aux_sym_control_path_token1] = ACTIONS(1497), + [aux_sym_control_persist_token1] = ACTIONS(1497), + [aux_sym_dynamic_forward_token1] = ACTIONS(1497), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1497), + [aux_sym_escape_char_token1] = ACTIONS(1497), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1497), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1497), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1497), + [aux_sym_forward_agent_token1] = ACTIONS(1497), + [aux_sym_forward_x11_token1] = ACTIONS(1499), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1497), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1497), + [aux_sym_gateway_ports_token1] = ACTIONS(1497), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1497), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1497), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1497), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1497), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1497), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1497), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1497), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1497), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1497), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1497), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1497), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1497), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1497), + [aux_sym_host_key_alias_token1] = ACTIONS(1497), + [aux_sym_hostname_token1] = ACTIONS(1497), + [aux_sym_identities_only_token1] = ACTIONS(1497), + [aux_sym_identity_agent_token1] = ACTIONS(1497), + [aux_sym_identity_file_token1] = ACTIONS(1497), + [aux_sym_ignore_unknown_token1] = ACTIONS(1497), + [aux_sym_include_token1] = ACTIONS(1497), + [aux_sym_ip_qos_token1] = ACTIONS(1497), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1497), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1497), + [aux_sym_kex_algorithms_token1] = ACTIONS(1497), + [aux_sym_known_hosts_command_token1] = ACTIONS(1497), + [aux_sym_local_command_token1] = ACTIONS(1497), + [aux_sym_local_forward_token1] = ACTIONS(1497), + [aux_sym_log_level_token1] = ACTIONS(1497), + [aux_sym_log_verbose_token1] = ACTIONS(1497), + [aux_sym_macs_token1] = ACTIONS(1497), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1497), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1497), + [aux_sym_password_authentication_token1] = ACTIONS(1497), + [aux_sym_permit_local_command_token1] = ACTIONS(1497), + [aux_sym_permit_remote_open_token1] = ACTIONS(1497), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1497), + [aux_sym_port_token1] = ACTIONS(1497), + [aux_sym_preferred_authentications_token1] = ACTIONS(1497), + [aux_sym_protocol_token1] = ACTIONS(1497), + [aux_sym_proxy_command_token1] = ACTIONS(1497), + [aux_sym_proxy_jump_token1] = ACTIONS(1497), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1497), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1497), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1497), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1497), + [aux_sym_rekey_limit_token1] = ACTIONS(1497), + [aux_sym_remote_command_token1] = ACTIONS(1497), + [aux_sym_remote_forward_token1] = ACTIONS(1497), + [aux_sym_request_tty_token1] = ACTIONS(1497), + [aux_sym_required_rsa_size_token1] = ACTIONS(1497), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1497), + [aux_sym_security_key_provider_token1] = ACTIONS(1497), + [aux_sym_send_env_token1] = ACTIONS(1497), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1497), + [aux_sym_server_alive_interval_token1] = ACTIONS(1497), + [aux_sym_session_type_token1] = ACTIONS(1497), + [aux_sym_set_env_token1] = ACTIONS(1497), + [aux_sym_stdin_null_token1] = ACTIONS(1497), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1497), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1497), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1497), + [aux_sym_syslog_facility_token1] = ACTIONS(1497), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1497), + [aux_sym_keep_alive_token1] = ACTIONS(1497), + [aux_sym_tunnel_token1] = ACTIONS(1499), + [aux_sym_tunnel_device_token1] = ACTIONS(1497), + [aux_sym_update_host_keys_token1] = ACTIONS(1497), + [aux_sym_use_keychain_token1] = ACTIONS(1497), + [aux_sym_use_roaming_token1] = ACTIONS(1497), + [aux_sym_user_token1] = ACTIONS(1499), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1497), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1497), + [aux_sym_visual_host_key_token1] = ACTIONS(1497), + [aux_sym_xauth_location_token1] = ACTIONS(1497), }, [161] = { - [ts_builtin_sym_end] = ACTIONS(1498), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1500), - [anon_sym_DQUOTE] = ACTIONS(1502), - [aux_sym_match_token1] = ACTIONS(1498), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1498), - [aux_sym_address_family_token1] = ACTIONS(1498), - [aux_sym_batch_mode_token1] = ACTIONS(1498), - [aux_sym_bind_address_token1] = ACTIONS(1498), - [aux_sym_bind_interface_token1] = ACTIONS(1498), - [aux_sym_canonical_domains_token1] = ACTIONS(1498), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1498), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1498), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1498), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1498), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1498), - [aux_sym_certificate_file_token1] = ACTIONS(1498), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1498), - [aux_sym_check_host_ip_token1] = ACTIONS(1498), - [aux_sym_ciphers_token1] = ACTIONS(1498), - [aux_sym_cipher_token1] = ACTIONS(1500), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1498), - [aux_sym_compression_token1] = ACTIONS(1498), - [aux_sym_connection_attempts_token1] = ACTIONS(1498), - [aux_sym_connect_timeout_token1] = ACTIONS(1498), - [aux_sym_control_master_token1] = ACTIONS(1498), - [aux_sym_control_path_token1] = ACTIONS(1498), - [aux_sym_control_persist_token1] = ACTIONS(1498), - [aux_sym_dynamic_forward_token1] = ACTIONS(1498), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1498), - [aux_sym_escape_char_token1] = ACTIONS(1498), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1498), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1498), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1498), - [aux_sym_forward_agent_token1] = ACTIONS(1498), - [aux_sym_forward_x11_token1] = ACTIONS(1500), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1498), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1498), - [aux_sym_gateway_ports_token1] = ACTIONS(1498), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1498), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1498), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1498), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1498), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1498), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1498), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1498), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1498), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1498), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1498), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1498), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1498), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1498), - [aux_sym_host_key_alias_token1] = ACTIONS(1498), - [aux_sym_hostname_token1] = ACTIONS(1498), - [aux_sym_identities_only_token1] = ACTIONS(1498), - [aux_sym_identity_agent_token1] = ACTIONS(1498), - [aux_sym_identity_file_token1] = ACTIONS(1498), - [aux_sym_ignore_unknown_token1] = ACTIONS(1498), - [aux_sym_include_token1] = ACTIONS(1498), - [aux_sym_ip_qos_token1] = ACTIONS(1498), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1498), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1498), - [aux_sym_kex_algorithms_token1] = ACTIONS(1498), - [aux_sym_known_hosts_command_token1] = ACTIONS(1498), - [aux_sym_local_command_token1] = ACTIONS(1498), - [aux_sym_local_forward_token1] = ACTIONS(1498), - [aux_sym_log_level_token1] = ACTIONS(1498), - [aux_sym_log_verbose_token1] = ACTIONS(1498), - [aux_sym_macs_token1] = ACTIONS(1498), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1498), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1498), - [aux_sym_password_authentication_token1] = ACTIONS(1498), - [aux_sym_permit_local_command_token1] = ACTIONS(1498), - [aux_sym_permit_remote_open_token1] = ACTIONS(1498), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1498), - [aux_sym_port_token1] = ACTIONS(1498), - [aux_sym_preferred_authentications_token1] = ACTIONS(1498), - [aux_sym_protocol_token1] = ACTIONS(1498), - [aux_sym_proxy_command_token1] = ACTIONS(1498), - [aux_sym_proxy_jump_token1] = ACTIONS(1498), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1498), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1498), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1498), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1498), - [aux_sym_rekey_limit_token1] = ACTIONS(1498), - [aux_sym_remote_command_token1] = ACTIONS(1498), - [aux_sym_remote_forward_token1] = ACTIONS(1498), - [aux_sym_request_tty_token1] = ACTIONS(1498), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1498), - [aux_sym_security_key_provider_token1] = ACTIONS(1498), - [aux_sym_send_env_token1] = ACTIONS(1498), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1498), - [aux_sym_server_alive_interval_token1] = ACTIONS(1498), - [aux_sym_session_type_token1] = ACTIONS(1498), - [aux_sym_set_env_token1] = ACTIONS(1498), - [aux_sym_stdin_null_token1] = ACTIONS(1498), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1498), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1498), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1498), - [aux_sym_syslog_facility_token1] = ACTIONS(1498), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1498), - [aux_sym_keep_alive_token1] = ACTIONS(1498), - [aux_sym_tunnel_token1] = ACTIONS(1500), - [aux_sym_tunnel_device_token1] = ACTIONS(1498), - [aux_sym_update_host_keys_token1] = ACTIONS(1498), - [aux_sym_use_keychain_token1] = ACTIONS(1498), - [aux_sym_use_roaming_token1] = ACTIONS(1498), - [aux_sym_user_token1] = ACTIONS(1500), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1498), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1498), - [aux_sym_visual_host_key_token1] = ACTIONS(1498), - [aux_sym_xauth_location_token1] = ACTIONS(1498), + [ts_builtin_sym_end] = ACTIONS(1503), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1505), + [anon_sym_DQUOTE] = ACTIONS(1507), + [aux_sym_match_token1] = ACTIONS(1503), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1503), + [aux_sym_address_family_token1] = ACTIONS(1503), + [aux_sym_batch_mode_token1] = ACTIONS(1503), + [aux_sym_bind_address_token1] = ACTIONS(1503), + [aux_sym_bind_interface_token1] = ACTIONS(1503), + [aux_sym_canonical_domains_token1] = ACTIONS(1503), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1503), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1503), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1503), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1503), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1503), + [aux_sym_certificate_file_token1] = ACTIONS(1503), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1503), + [aux_sym_check_host_ip_token1] = ACTIONS(1503), + [aux_sym_ciphers_token1] = ACTIONS(1503), + [aux_sym_cipher_token1] = ACTIONS(1505), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1503), + [aux_sym_compression_token1] = ACTIONS(1503), + [aux_sym_connection_attempts_token1] = ACTIONS(1503), + [aux_sym_connect_timeout_token1] = ACTIONS(1503), + [aux_sym_control_master_token1] = ACTIONS(1503), + [aux_sym_control_path_token1] = ACTIONS(1503), + [aux_sym_control_persist_token1] = ACTIONS(1503), + [aux_sym_dynamic_forward_token1] = ACTIONS(1503), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1503), + [aux_sym_escape_char_token1] = ACTIONS(1503), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1503), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1503), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1503), + [aux_sym_forward_agent_token1] = ACTIONS(1503), + [aux_sym_forward_x11_token1] = ACTIONS(1505), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1503), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1503), + [aux_sym_gateway_ports_token1] = ACTIONS(1503), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1503), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1503), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1503), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1503), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1503), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1503), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1503), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1503), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1503), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1503), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1503), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1503), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1503), + [aux_sym_host_key_alias_token1] = ACTIONS(1503), + [aux_sym_hostname_token1] = ACTIONS(1503), + [aux_sym_identities_only_token1] = ACTIONS(1503), + [aux_sym_identity_agent_token1] = ACTIONS(1503), + [aux_sym_identity_file_token1] = ACTIONS(1503), + [aux_sym_ignore_unknown_token1] = ACTIONS(1503), + [aux_sym_include_token1] = ACTIONS(1503), + [aux_sym_ip_qos_token1] = ACTIONS(1503), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1503), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1503), + [aux_sym_kex_algorithms_token1] = ACTIONS(1503), + [aux_sym_known_hosts_command_token1] = ACTIONS(1503), + [aux_sym_local_command_token1] = ACTIONS(1503), + [aux_sym_local_forward_token1] = ACTIONS(1503), + [aux_sym_log_level_token1] = ACTIONS(1503), + [aux_sym_log_verbose_token1] = ACTIONS(1503), + [aux_sym_macs_token1] = ACTIONS(1503), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1503), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1503), + [aux_sym_password_authentication_token1] = ACTIONS(1503), + [aux_sym_permit_local_command_token1] = ACTIONS(1503), + [aux_sym_permit_remote_open_token1] = ACTIONS(1503), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1503), + [aux_sym_port_token1] = ACTIONS(1503), + [aux_sym_preferred_authentications_token1] = ACTIONS(1503), + [aux_sym_protocol_token1] = ACTIONS(1503), + [aux_sym_proxy_command_token1] = ACTIONS(1503), + [aux_sym_proxy_jump_token1] = ACTIONS(1503), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1503), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1503), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1503), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1503), + [aux_sym_rekey_limit_token1] = ACTIONS(1503), + [aux_sym_remote_command_token1] = ACTIONS(1503), + [aux_sym_remote_forward_token1] = ACTIONS(1503), + [aux_sym_request_tty_token1] = ACTIONS(1503), + [aux_sym_required_rsa_size_token1] = ACTIONS(1503), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1503), + [aux_sym_security_key_provider_token1] = ACTIONS(1503), + [aux_sym_send_env_token1] = ACTIONS(1503), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1503), + [aux_sym_server_alive_interval_token1] = ACTIONS(1503), + [aux_sym_session_type_token1] = ACTIONS(1503), + [aux_sym_set_env_token1] = ACTIONS(1503), + [aux_sym_stdin_null_token1] = ACTIONS(1503), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1503), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1503), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1503), + [aux_sym_syslog_facility_token1] = ACTIONS(1503), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1503), + [aux_sym_keep_alive_token1] = ACTIONS(1503), + [aux_sym_tunnel_token1] = ACTIONS(1505), + [aux_sym_tunnel_device_token1] = ACTIONS(1503), + [aux_sym_update_host_keys_token1] = ACTIONS(1503), + [aux_sym_use_keychain_token1] = ACTIONS(1503), + [aux_sym_use_roaming_token1] = ACTIONS(1503), + [aux_sym_user_token1] = ACTIONS(1505), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1503), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1503), + [aux_sym_visual_host_key_token1] = ACTIONS(1503), + [aux_sym_xauth_location_token1] = ACTIONS(1503), }, [162] = { - [ts_builtin_sym_end] = ACTIONS(1504), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1508), - [aux_sym_match_token1] = ACTIONS(1504), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1504), - [aux_sym_address_family_token1] = ACTIONS(1504), - [aux_sym_batch_mode_token1] = ACTIONS(1504), - [aux_sym_bind_address_token1] = ACTIONS(1504), - [aux_sym_bind_interface_token1] = ACTIONS(1504), - [aux_sym_canonical_domains_token1] = ACTIONS(1504), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1504), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1504), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1504), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1504), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1504), - [aux_sym_certificate_file_token1] = ACTIONS(1504), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1504), - [aux_sym_check_host_ip_token1] = ACTIONS(1504), - [aux_sym_ciphers_token1] = ACTIONS(1504), - [aux_sym_cipher_token1] = ACTIONS(1506), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1504), - [aux_sym_compression_token1] = ACTIONS(1504), - [aux_sym_connection_attempts_token1] = ACTIONS(1504), - [aux_sym_connect_timeout_token1] = ACTIONS(1504), - [aux_sym_control_master_token1] = ACTIONS(1504), - [aux_sym_control_path_token1] = ACTIONS(1504), - [aux_sym_control_persist_token1] = ACTIONS(1504), - [aux_sym_dynamic_forward_token1] = ACTIONS(1504), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1504), - [aux_sym_escape_char_token1] = ACTIONS(1504), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1504), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1504), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1504), - [aux_sym_forward_agent_token1] = ACTIONS(1504), - [aux_sym_forward_x11_token1] = ACTIONS(1506), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1504), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1504), - [aux_sym_gateway_ports_token1] = ACTIONS(1504), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1504), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1504), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1504), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1504), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1504), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1504), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1504), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1504), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1504), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1504), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1504), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1504), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1504), - [aux_sym_host_key_alias_token1] = ACTIONS(1504), - [aux_sym_hostname_token1] = ACTIONS(1504), - [aux_sym_identities_only_token1] = ACTIONS(1504), - [aux_sym_identity_agent_token1] = ACTIONS(1504), - [aux_sym_identity_file_token1] = ACTIONS(1504), - [aux_sym_ignore_unknown_token1] = ACTIONS(1504), - [aux_sym_include_token1] = ACTIONS(1504), - [aux_sym_ip_qos_token1] = ACTIONS(1504), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1504), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1504), - [aux_sym_kex_algorithms_token1] = ACTIONS(1504), - [aux_sym_known_hosts_command_token1] = ACTIONS(1504), - [aux_sym_local_command_token1] = ACTIONS(1504), - [aux_sym_local_forward_token1] = ACTIONS(1504), - [aux_sym_log_level_token1] = ACTIONS(1504), - [aux_sym_log_verbose_token1] = ACTIONS(1504), - [aux_sym_macs_token1] = ACTIONS(1504), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1504), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1504), - [aux_sym_password_authentication_token1] = ACTIONS(1504), - [aux_sym_permit_local_command_token1] = ACTIONS(1504), - [aux_sym_permit_remote_open_token1] = ACTIONS(1504), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1504), - [aux_sym_port_token1] = ACTIONS(1504), - [aux_sym_preferred_authentications_token1] = ACTIONS(1504), - [aux_sym_protocol_token1] = ACTIONS(1504), - [aux_sym_proxy_command_token1] = ACTIONS(1504), - [aux_sym_proxy_jump_token1] = ACTIONS(1504), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1504), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1504), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1504), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1504), - [aux_sym_rekey_limit_token1] = ACTIONS(1504), - [aux_sym_remote_command_token1] = ACTIONS(1504), - [aux_sym_remote_forward_token1] = ACTIONS(1504), - [aux_sym_request_tty_token1] = ACTIONS(1504), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1504), - [aux_sym_security_key_provider_token1] = ACTIONS(1504), - [aux_sym_send_env_token1] = ACTIONS(1504), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1504), - [aux_sym_server_alive_interval_token1] = ACTIONS(1504), - [aux_sym_session_type_token1] = ACTIONS(1504), - [aux_sym_set_env_token1] = ACTIONS(1504), - [aux_sym_stdin_null_token1] = ACTIONS(1504), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1504), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1504), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1504), - [aux_sym_syslog_facility_token1] = ACTIONS(1504), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1504), - [aux_sym_keep_alive_token1] = ACTIONS(1504), - [aux_sym_tunnel_token1] = ACTIONS(1506), - [aux_sym_tunnel_device_token1] = ACTIONS(1504), - [aux_sym_update_host_keys_token1] = ACTIONS(1504), - [aux_sym_use_keychain_token1] = ACTIONS(1504), - [aux_sym_use_roaming_token1] = ACTIONS(1504), - [aux_sym_user_token1] = ACTIONS(1506), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1504), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1504), - [aux_sym_visual_host_key_token1] = ACTIONS(1504), - [aux_sym_xauth_location_token1] = ACTIONS(1504), + [ts_builtin_sym_end] = ACTIONS(1509), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1511), + [anon_sym_DQUOTE] = ACTIONS(1513), + [aux_sym_match_token1] = ACTIONS(1509), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1509), + [aux_sym_address_family_token1] = ACTIONS(1509), + [aux_sym_batch_mode_token1] = ACTIONS(1509), + [aux_sym_bind_address_token1] = ACTIONS(1509), + [aux_sym_bind_interface_token1] = ACTIONS(1509), + [aux_sym_canonical_domains_token1] = ACTIONS(1509), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1509), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1509), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1509), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1509), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1509), + [aux_sym_certificate_file_token1] = ACTIONS(1509), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1509), + [aux_sym_check_host_ip_token1] = ACTIONS(1509), + [aux_sym_ciphers_token1] = ACTIONS(1509), + [aux_sym_cipher_token1] = ACTIONS(1511), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1509), + [aux_sym_compression_token1] = ACTIONS(1509), + [aux_sym_connection_attempts_token1] = ACTIONS(1509), + [aux_sym_connect_timeout_token1] = ACTIONS(1509), + [aux_sym_control_master_token1] = ACTIONS(1509), + [aux_sym_control_path_token1] = ACTIONS(1509), + [aux_sym_control_persist_token1] = ACTIONS(1509), + [aux_sym_dynamic_forward_token1] = ACTIONS(1509), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1509), + [aux_sym_escape_char_token1] = ACTIONS(1509), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1509), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1509), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1509), + [aux_sym_forward_agent_token1] = ACTIONS(1509), + [aux_sym_forward_x11_token1] = ACTIONS(1511), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1509), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1509), + [aux_sym_gateway_ports_token1] = ACTIONS(1509), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1509), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1509), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1509), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1509), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1509), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1509), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1509), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1509), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1509), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1509), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1509), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1509), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1509), + [aux_sym_host_key_alias_token1] = ACTIONS(1509), + [aux_sym_hostname_token1] = ACTIONS(1509), + [aux_sym_identities_only_token1] = ACTIONS(1509), + [aux_sym_identity_agent_token1] = ACTIONS(1509), + [aux_sym_identity_file_token1] = ACTIONS(1509), + [aux_sym_ignore_unknown_token1] = ACTIONS(1509), + [aux_sym_include_token1] = ACTIONS(1509), + [aux_sym_ip_qos_token1] = ACTIONS(1509), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1509), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1509), + [aux_sym_kex_algorithms_token1] = ACTIONS(1509), + [aux_sym_known_hosts_command_token1] = ACTIONS(1509), + [aux_sym_local_command_token1] = ACTIONS(1509), + [aux_sym_local_forward_token1] = ACTIONS(1509), + [aux_sym_log_level_token1] = ACTIONS(1509), + [aux_sym_log_verbose_token1] = ACTIONS(1509), + [aux_sym_macs_token1] = ACTIONS(1509), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1509), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1509), + [aux_sym_password_authentication_token1] = ACTIONS(1509), + [aux_sym_permit_local_command_token1] = ACTIONS(1509), + [aux_sym_permit_remote_open_token1] = ACTIONS(1509), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1509), + [aux_sym_port_token1] = ACTIONS(1509), + [aux_sym_preferred_authentications_token1] = ACTIONS(1509), + [aux_sym_protocol_token1] = ACTIONS(1509), + [aux_sym_proxy_command_token1] = ACTIONS(1509), + [aux_sym_proxy_jump_token1] = ACTIONS(1509), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1509), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1509), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1509), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1509), + [aux_sym_rekey_limit_token1] = ACTIONS(1509), + [aux_sym_remote_command_token1] = ACTIONS(1509), + [aux_sym_remote_forward_token1] = ACTIONS(1509), + [aux_sym_request_tty_token1] = ACTIONS(1509), + [aux_sym_required_rsa_size_token1] = ACTIONS(1509), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1509), + [aux_sym_security_key_provider_token1] = ACTIONS(1509), + [aux_sym_send_env_token1] = ACTIONS(1509), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1509), + [aux_sym_server_alive_interval_token1] = ACTIONS(1509), + [aux_sym_session_type_token1] = ACTIONS(1509), + [aux_sym_set_env_token1] = ACTIONS(1509), + [aux_sym_stdin_null_token1] = ACTIONS(1509), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1509), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1509), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1509), + [aux_sym_syslog_facility_token1] = ACTIONS(1509), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1509), + [aux_sym_keep_alive_token1] = ACTIONS(1509), + [aux_sym_tunnel_token1] = ACTIONS(1511), + [aux_sym_tunnel_device_token1] = ACTIONS(1509), + [aux_sym_update_host_keys_token1] = ACTIONS(1509), + [aux_sym_use_keychain_token1] = ACTIONS(1509), + [aux_sym_use_roaming_token1] = ACTIONS(1509), + [aux_sym_user_token1] = ACTIONS(1511), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1509), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1509), + [aux_sym_visual_host_key_token1] = ACTIONS(1509), + [aux_sym_xauth_location_token1] = ACTIONS(1509), }, [163] = { - [ts_builtin_sym_end] = ACTIONS(1510), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1512), - [anon_sym_DQUOTE] = ACTIONS(1514), - [aux_sym_match_token1] = ACTIONS(1510), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1510), - [aux_sym_address_family_token1] = ACTIONS(1510), - [aux_sym_batch_mode_token1] = ACTIONS(1510), - [aux_sym_bind_address_token1] = ACTIONS(1510), - [aux_sym_bind_interface_token1] = ACTIONS(1510), - [aux_sym_canonical_domains_token1] = ACTIONS(1510), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1510), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1510), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1510), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1510), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1510), - [aux_sym_certificate_file_token1] = ACTIONS(1510), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1510), - [aux_sym_check_host_ip_token1] = ACTIONS(1510), - [aux_sym_ciphers_token1] = ACTIONS(1510), - [aux_sym_cipher_token1] = ACTIONS(1512), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1510), - [aux_sym_compression_token1] = ACTIONS(1510), - [aux_sym_connection_attempts_token1] = ACTIONS(1510), - [aux_sym_connect_timeout_token1] = ACTIONS(1510), - [aux_sym_control_master_token1] = ACTIONS(1510), - [aux_sym_control_path_token1] = ACTIONS(1510), - [aux_sym_control_persist_token1] = ACTIONS(1510), - [aux_sym_dynamic_forward_token1] = ACTIONS(1510), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1510), - [aux_sym_escape_char_token1] = ACTIONS(1510), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1510), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1510), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1510), - [aux_sym_forward_agent_token1] = ACTIONS(1510), - [aux_sym_forward_x11_token1] = ACTIONS(1512), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1510), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1510), - [aux_sym_gateway_ports_token1] = ACTIONS(1510), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1510), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1510), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1510), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1510), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1510), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1510), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1510), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1510), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1510), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1510), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1510), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1510), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1510), - [aux_sym_host_key_alias_token1] = ACTIONS(1510), - [aux_sym_hostname_token1] = ACTIONS(1510), - [aux_sym_identities_only_token1] = ACTIONS(1510), - [aux_sym_identity_agent_token1] = ACTIONS(1510), - [aux_sym_identity_file_token1] = ACTIONS(1510), - [aux_sym_ignore_unknown_token1] = ACTIONS(1510), - [aux_sym_include_token1] = ACTIONS(1510), - [aux_sym_ip_qos_token1] = ACTIONS(1510), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1510), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1510), - [aux_sym_kex_algorithms_token1] = ACTIONS(1510), - [aux_sym_known_hosts_command_token1] = ACTIONS(1510), - [aux_sym_local_command_token1] = ACTIONS(1510), - [aux_sym_local_forward_token1] = ACTIONS(1510), - [aux_sym_log_level_token1] = ACTIONS(1510), - [aux_sym_log_verbose_token1] = ACTIONS(1510), - [aux_sym_macs_token1] = ACTIONS(1510), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1510), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1510), - [aux_sym_password_authentication_token1] = ACTIONS(1510), - [aux_sym_permit_local_command_token1] = ACTIONS(1510), - [aux_sym_permit_remote_open_token1] = ACTIONS(1510), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1510), - [aux_sym_port_token1] = ACTIONS(1510), - [aux_sym_preferred_authentications_token1] = ACTIONS(1510), - [aux_sym_protocol_token1] = ACTIONS(1510), - [aux_sym_proxy_command_token1] = ACTIONS(1510), - [aux_sym_proxy_jump_token1] = ACTIONS(1510), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1510), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1510), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1510), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1510), - [aux_sym_rekey_limit_token1] = ACTIONS(1510), - [aux_sym_remote_command_token1] = ACTIONS(1510), - [aux_sym_remote_forward_token1] = ACTIONS(1510), - [aux_sym_request_tty_token1] = ACTIONS(1510), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1510), - [aux_sym_security_key_provider_token1] = ACTIONS(1510), - [aux_sym_send_env_token1] = ACTIONS(1510), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1510), - [aux_sym_server_alive_interval_token1] = ACTIONS(1510), - [aux_sym_session_type_token1] = ACTIONS(1510), - [aux_sym_set_env_token1] = ACTIONS(1510), - [aux_sym_stdin_null_token1] = ACTIONS(1510), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1510), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1510), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1510), - [aux_sym_syslog_facility_token1] = ACTIONS(1510), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1510), - [aux_sym_keep_alive_token1] = ACTIONS(1510), - [aux_sym_tunnel_token1] = ACTIONS(1512), - [aux_sym_tunnel_device_token1] = ACTIONS(1510), - [aux_sym_update_host_keys_token1] = ACTIONS(1510), - [aux_sym_use_keychain_token1] = ACTIONS(1510), - [aux_sym_use_roaming_token1] = ACTIONS(1510), - [aux_sym_user_token1] = ACTIONS(1512), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1510), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1510), - [aux_sym_visual_host_key_token1] = ACTIONS(1510), - [aux_sym_xauth_location_token1] = ACTIONS(1510), + [ts_builtin_sym_end] = ACTIONS(1515), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1517), + [anon_sym_DQUOTE] = ACTIONS(1519), + [aux_sym_match_token1] = ACTIONS(1515), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1515), + [aux_sym_address_family_token1] = ACTIONS(1515), + [aux_sym_batch_mode_token1] = ACTIONS(1515), + [aux_sym_bind_address_token1] = ACTIONS(1515), + [aux_sym_bind_interface_token1] = ACTIONS(1515), + [aux_sym_canonical_domains_token1] = ACTIONS(1515), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1515), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1515), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1515), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1515), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1515), + [aux_sym_certificate_file_token1] = ACTIONS(1515), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1515), + [aux_sym_check_host_ip_token1] = ACTIONS(1515), + [aux_sym_ciphers_token1] = ACTIONS(1515), + [aux_sym_cipher_token1] = ACTIONS(1517), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1515), + [aux_sym_compression_token1] = ACTIONS(1515), + [aux_sym_connection_attempts_token1] = ACTIONS(1515), + [aux_sym_connect_timeout_token1] = ACTIONS(1515), + [aux_sym_control_master_token1] = ACTIONS(1515), + [aux_sym_control_path_token1] = ACTIONS(1515), + [aux_sym_control_persist_token1] = ACTIONS(1515), + [aux_sym_dynamic_forward_token1] = ACTIONS(1515), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1515), + [aux_sym_escape_char_token1] = ACTIONS(1515), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1515), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1515), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1515), + [aux_sym_forward_agent_token1] = ACTIONS(1515), + [aux_sym_forward_x11_token1] = ACTIONS(1517), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1515), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1515), + [aux_sym_gateway_ports_token1] = ACTIONS(1515), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1515), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1515), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1515), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1515), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1515), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1515), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1515), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1515), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1515), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1515), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1515), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1515), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1515), + [aux_sym_host_key_alias_token1] = ACTIONS(1515), + [aux_sym_hostname_token1] = ACTIONS(1515), + [aux_sym_identities_only_token1] = ACTIONS(1515), + [aux_sym_identity_agent_token1] = ACTIONS(1515), + [aux_sym_identity_file_token1] = ACTIONS(1515), + [aux_sym_ignore_unknown_token1] = ACTIONS(1515), + [aux_sym_include_token1] = ACTIONS(1515), + [aux_sym_ip_qos_token1] = ACTIONS(1515), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1515), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1515), + [aux_sym_kex_algorithms_token1] = ACTIONS(1515), + [aux_sym_known_hosts_command_token1] = ACTIONS(1515), + [aux_sym_local_command_token1] = ACTIONS(1515), + [aux_sym_local_forward_token1] = ACTIONS(1515), + [aux_sym_log_level_token1] = ACTIONS(1515), + [aux_sym_log_verbose_token1] = ACTIONS(1515), + [aux_sym_macs_token1] = ACTIONS(1515), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1515), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1515), + [aux_sym_password_authentication_token1] = ACTIONS(1515), + [aux_sym_permit_local_command_token1] = ACTIONS(1515), + [aux_sym_permit_remote_open_token1] = ACTIONS(1515), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1515), + [aux_sym_port_token1] = ACTIONS(1515), + [aux_sym_preferred_authentications_token1] = ACTIONS(1515), + [aux_sym_protocol_token1] = ACTIONS(1515), + [aux_sym_proxy_command_token1] = ACTIONS(1515), + [aux_sym_proxy_jump_token1] = ACTIONS(1515), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1515), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1515), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1515), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1515), + [aux_sym_rekey_limit_token1] = ACTIONS(1515), + [aux_sym_remote_command_token1] = ACTIONS(1515), + [aux_sym_remote_forward_token1] = ACTIONS(1515), + [aux_sym_request_tty_token1] = ACTIONS(1515), + [aux_sym_required_rsa_size_token1] = ACTIONS(1515), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1515), + [aux_sym_security_key_provider_token1] = ACTIONS(1515), + [aux_sym_send_env_token1] = ACTIONS(1515), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1515), + [aux_sym_server_alive_interval_token1] = ACTIONS(1515), + [aux_sym_session_type_token1] = ACTIONS(1515), + [aux_sym_set_env_token1] = ACTIONS(1515), + [aux_sym_stdin_null_token1] = ACTIONS(1515), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1515), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1515), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1515), + [aux_sym_syslog_facility_token1] = ACTIONS(1515), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1515), + [aux_sym_keep_alive_token1] = ACTIONS(1515), + [aux_sym_tunnel_token1] = ACTIONS(1517), + [aux_sym_tunnel_device_token1] = ACTIONS(1515), + [aux_sym_update_host_keys_token1] = ACTIONS(1515), + [aux_sym_use_keychain_token1] = ACTIONS(1515), + [aux_sym_use_roaming_token1] = ACTIONS(1515), + [aux_sym_user_token1] = ACTIONS(1517), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1515), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1515), + [aux_sym_visual_host_key_token1] = ACTIONS(1515), + [aux_sym_xauth_location_token1] = ACTIONS(1515), }, [164] = { - [ts_builtin_sym_end] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1518), - [anon_sym_DQUOTE] = ACTIONS(1520), - [aux_sym_match_token1] = ACTIONS(1516), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1516), - [aux_sym_address_family_token1] = ACTIONS(1516), - [aux_sym_batch_mode_token1] = ACTIONS(1516), - [aux_sym_bind_address_token1] = ACTIONS(1516), - [aux_sym_bind_interface_token1] = ACTIONS(1516), - [aux_sym_canonical_domains_token1] = ACTIONS(1516), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1516), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1516), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1516), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1516), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1516), - [aux_sym_certificate_file_token1] = ACTIONS(1516), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1516), - [aux_sym_check_host_ip_token1] = ACTIONS(1516), - [aux_sym_ciphers_token1] = ACTIONS(1516), - [aux_sym_cipher_token1] = ACTIONS(1518), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1516), - [aux_sym_compression_token1] = ACTIONS(1516), - [aux_sym_connection_attempts_token1] = ACTIONS(1516), - [aux_sym_connect_timeout_token1] = ACTIONS(1516), - [aux_sym_control_master_token1] = ACTIONS(1516), - [aux_sym_control_path_token1] = ACTIONS(1516), - [aux_sym_control_persist_token1] = ACTIONS(1516), - [aux_sym_dynamic_forward_token1] = ACTIONS(1516), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1516), - [aux_sym_escape_char_token1] = ACTIONS(1516), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1516), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1516), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1516), - [aux_sym_forward_agent_token1] = ACTIONS(1516), - [aux_sym_forward_x11_token1] = ACTIONS(1518), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1516), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1516), - [aux_sym_gateway_ports_token1] = ACTIONS(1516), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1516), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1516), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1516), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1516), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1516), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1516), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1516), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1516), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1516), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1516), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1516), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1516), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1516), - [aux_sym_host_key_alias_token1] = ACTIONS(1516), - [aux_sym_hostname_token1] = ACTIONS(1516), - [aux_sym_identities_only_token1] = ACTIONS(1516), - [aux_sym_identity_agent_token1] = ACTIONS(1516), - [aux_sym_identity_file_token1] = ACTIONS(1516), - [aux_sym_ignore_unknown_token1] = ACTIONS(1516), - [aux_sym_include_token1] = ACTIONS(1516), - [aux_sym_ip_qos_token1] = ACTIONS(1516), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1516), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1516), - [aux_sym_kex_algorithms_token1] = ACTIONS(1516), - [aux_sym_known_hosts_command_token1] = ACTIONS(1516), - [aux_sym_local_command_token1] = ACTIONS(1516), - [aux_sym_local_forward_token1] = ACTIONS(1516), - [aux_sym_log_level_token1] = ACTIONS(1516), - [aux_sym_log_verbose_token1] = ACTIONS(1516), - [aux_sym_macs_token1] = ACTIONS(1516), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1516), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1516), - [aux_sym_password_authentication_token1] = ACTIONS(1516), - [aux_sym_permit_local_command_token1] = ACTIONS(1516), - [aux_sym_permit_remote_open_token1] = ACTIONS(1516), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1516), - [aux_sym_port_token1] = ACTIONS(1516), - [aux_sym_preferred_authentications_token1] = ACTIONS(1516), - [aux_sym_protocol_token1] = ACTIONS(1516), - [aux_sym_proxy_command_token1] = ACTIONS(1516), - [aux_sym_proxy_jump_token1] = ACTIONS(1516), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1516), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1516), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1516), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1516), - [aux_sym_rekey_limit_token1] = ACTIONS(1516), - [aux_sym_remote_command_token1] = ACTIONS(1516), - [aux_sym_remote_forward_token1] = ACTIONS(1516), - [aux_sym_request_tty_token1] = ACTIONS(1516), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1516), - [aux_sym_security_key_provider_token1] = ACTIONS(1516), - [aux_sym_send_env_token1] = ACTIONS(1516), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1516), - [aux_sym_server_alive_interval_token1] = ACTIONS(1516), - [aux_sym_session_type_token1] = ACTIONS(1516), - [aux_sym_set_env_token1] = ACTIONS(1516), - [aux_sym_stdin_null_token1] = ACTIONS(1516), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1516), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1516), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1516), - [aux_sym_syslog_facility_token1] = ACTIONS(1516), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1516), - [aux_sym_keep_alive_token1] = ACTIONS(1516), - [aux_sym_tunnel_token1] = ACTIONS(1518), - [aux_sym_tunnel_device_token1] = ACTIONS(1516), - [aux_sym_update_host_keys_token1] = ACTIONS(1516), - [aux_sym_use_keychain_token1] = ACTIONS(1516), - [aux_sym_use_roaming_token1] = ACTIONS(1516), - [aux_sym_user_token1] = ACTIONS(1518), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1516), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1516), - [aux_sym_visual_host_key_token1] = ACTIONS(1516), - [aux_sym_xauth_location_token1] = ACTIONS(1516), + [ts_builtin_sym_end] = ACTIONS(1521), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(1525), + [aux_sym_match_token1] = ACTIONS(1521), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1521), + [aux_sym_address_family_token1] = ACTIONS(1521), + [aux_sym_batch_mode_token1] = ACTIONS(1521), + [aux_sym_bind_address_token1] = ACTIONS(1521), + [aux_sym_bind_interface_token1] = ACTIONS(1521), + [aux_sym_canonical_domains_token1] = ACTIONS(1521), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1521), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1521), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1521), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1521), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1521), + [aux_sym_certificate_file_token1] = ACTIONS(1521), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1521), + [aux_sym_check_host_ip_token1] = ACTIONS(1521), + [aux_sym_ciphers_token1] = ACTIONS(1521), + [aux_sym_cipher_token1] = ACTIONS(1523), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1521), + [aux_sym_compression_token1] = ACTIONS(1521), + [aux_sym_connection_attempts_token1] = ACTIONS(1521), + [aux_sym_connect_timeout_token1] = ACTIONS(1521), + [aux_sym_control_master_token1] = ACTIONS(1521), + [aux_sym_control_path_token1] = ACTIONS(1521), + [aux_sym_control_persist_token1] = ACTIONS(1521), + [aux_sym_dynamic_forward_token1] = ACTIONS(1521), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1521), + [aux_sym_escape_char_token1] = ACTIONS(1521), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1521), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1521), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1521), + [aux_sym_forward_agent_token1] = ACTIONS(1521), + [aux_sym_forward_x11_token1] = ACTIONS(1523), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1521), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1521), + [aux_sym_gateway_ports_token1] = ACTIONS(1521), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1521), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1521), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1521), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1521), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1521), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1521), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1521), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1521), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1521), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1521), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1521), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1521), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1521), + [aux_sym_host_key_alias_token1] = ACTIONS(1521), + [aux_sym_hostname_token1] = ACTIONS(1521), + [aux_sym_identities_only_token1] = ACTIONS(1521), + [aux_sym_identity_agent_token1] = ACTIONS(1521), + [aux_sym_identity_file_token1] = ACTIONS(1521), + [aux_sym_ignore_unknown_token1] = ACTIONS(1521), + [aux_sym_include_token1] = ACTIONS(1521), + [aux_sym_ip_qos_token1] = ACTIONS(1521), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1521), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1521), + [aux_sym_kex_algorithms_token1] = ACTIONS(1521), + [aux_sym_known_hosts_command_token1] = ACTIONS(1521), + [aux_sym_local_command_token1] = ACTIONS(1521), + [aux_sym_local_forward_token1] = ACTIONS(1521), + [aux_sym_log_level_token1] = ACTIONS(1521), + [aux_sym_log_verbose_token1] = ACTIONS(1521), + [aux_sym_macs_token1] = ACTIONS(1521), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1521), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1521), + [aux_sym_password_authentication_token1] = ACTIONS(1521), + [aux_sym_permit_local_command_token1] = ACTIONS(1521), + [aux_sym_permit_remote_open_token1] = ACTIONS(1521), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1521), + [aux_sym_port_token1] = ACTIONS(1521), + [aux_sym_preferred_authentications_token1] = ACTIONS(1521), + [aux_sym_protocol_token1] = ACTIONS(1521), + [aux_sym_proxy_command_token1] = ACTIONS(1521), + [aux_sym_proxy_jump_token1] = ACTIONS(1521), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1521), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1521), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1521), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1521), + [aux_sym_rekey_limit_token1] = ACTIONS(1521), + [aux_sym_remote_command_token1] = ACTIONS(1521), + [aux_sym_remote_forward_token1] = ACTIONS(1521), + [aux_sym_request_tty_token1] = ACTIONS(1521), + [aux_sym_required_rsa_size_token1] = ACTIONS(1521), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1521), + [aux_sym_security_key_provider_token1] = ACTIONS(1521), + [aux_sym_send_env_token1] = ACTIONS(1521), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1521), + [aux_sym_server_alive_interval_token1] = ACTIONS(1521), + [aux_sym_session_type_token1] = ACTIONS(1521), + [aux_sym_set_env_token1] = ACTIONS(1521), + [aux_sym_stdin_null_token1] = ACTIONS(1521), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1521), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1521), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1521), + [aux_sym_syslog_facility_token1] = ACTIONS(1521), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1521), + [aux_sym_keep_alive_token1] = ACTIONS(1521), + [aux_sym_tunnel_token1] = ACTIONS(1523), + [aux_sym_tunnel_device_token1] = ACTIONS(1521), + [aux_sym_update_host_keys_token1] = ACTIONS(1521), + [aux_sym_use_keychain_token1] = ACTIONS(1521), + [aux_sym_use_roaming_token1] = ACTIONS(1521), + [aux_sym_user_token1] = ACTIONS(1523), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1521), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1521), + [aux_sym_visual_host_key_token1] = ACTIONS(1521), + [aux_sym_xauth_location_token1] = ACTIONS(1521), }, [165] = { - [ts_builtin_sym_end] = ACTIONS(1522), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1524), - [anon_sym_DQUOTE] = ACTIONS(1526), - [aux_sym_match_token1] = ACTIONS(1522), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1522), - [aux_sym_address_family_token1] = ACTIONS(1522), - [aux_sym_batch_mode_token1] = ACTIONS(1522), - [aux_sym_bind_address_token1] = ACTIONS(1522), - [aux_sym_bind_interface_token1] = ACTIONS(1522), - [aux_sym_canonical_domains_token1] = ACTIONS(1522), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1522), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1522), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1522), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1522), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1522), - [aux_sym_certificate_file_token1] = ACTIONS(1522), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1522), - [aux_sym_check_host_ip_token1] = ACTIONS(1522), - [aux_sym_ciphers_token1] = ACTIONS(1522), - [aux_sym_cipher_token1] = ACTIONS(1524), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1522), - [aux_sym_compression_token1] = ACTIONS(1522), - [aux_sym_connection_attempts_token1] = ACTIONS(1522), - [aux_sym_connect_timeout_token1] = ACTIONS(1522), - [aux_sym_control_master_token1] = ACTIONS(1522), - [aux_sym_control_path_token1] = ACTIONS(1522), - [aux_sym_control_persist_token1] = ACTIONS(1522), - [aux_sym_dynamic_forward_token1] = ACTIONS(1522), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1522), - [aux_sym_escape_char_token1] = ACTIONS(1522), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1522), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1522), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1522), - [aux_sym_forward_agent_token1] = ACTIONS(1522), - [aux_sym_forward_x11_token1] = ACTIONS(1524), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1522), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1522), - [aux_sym_gateway_ports_token1] = ACTIONS(1522), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1522), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1522), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1522), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1522), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1522), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1522), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1522), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1522), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1522), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1522), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1522), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1522), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1522), - [aux_sym_host_key_alias_token1] = ACTIONS(1522), - [aux_sym_hostname_token1] = ACTIONS(1522), - [aux_sym_identities_only_token1] = ACTIONS(1522), - [aux_sym_identity_agent_token1] = ACTIONS(1522), - [aux_sym_identity_file_token1] = ACTIONS(1522), - [aux_sym_ignore_unknown_token1] = ACTIONS(1522), - [aux_sym_include_token1] = ACTIONS(1522), - [aux_sym_ip_qos_token1] = ACTIONS(1522), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1522), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1522), - [aux_sym_kex_algorithms_token1] = ACTIONS(1522), - [aux_sym_known_hosts_command_token1] = ACTIONS(1522), - [aux_sym_local_command_token1] = ACTIONS(1522), - [aux_sym_local_forward_token1] = ACTIONS(1522), - [aux_sym_log_level_token1] = ACTIONS(1522), - [aux_sym_log_verbose_token1] = ACTIONS(1522), - [aux_sym_macs_token1] = ACTIONS(1522), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1522), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1522), - [aux_sym_password_authentication_token1] = ACTIONS(1522), - [aux_sym_permit_local_command_token1] = ACTIONS(1522), - [aux_sym_permit_remote_open_token1] = ACTIONS(1522), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1522), - [aux_sym_port_token1] = ACTIONS(1522), - [aux_sym_preferred_authentications_token1] = ACTIONS(1522), - [aux_sym_protocol_token1] = ACTIONS(1522), - [aux_sym_proxy_command_token1] = ACTIONS(1522), - [aux_sym_proxy_jump_token1] = ACTIONS(1522), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1522), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1522), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1522), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1522), - [aux_sym_rekey_limit_token1] = ACTIONS(1522), - [aux_sym_remote_command_token1] = ACTIONS(1522), - [aux_sym_remote_forward_token1] = ACTIONS(1522), - [aux_sym_request_tty_token1] = ACTIONS(1522), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1522), - [aux_sym_security_key_provider_token1] = ACTIONS(1522), - [aux_sym_send_env_token1] = ACTIONS(1522), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1522), - [aux_sym_server_alive_interval_token1] = ACTIONS(1522), - [aux_sym_session_type_token1] = ACTIONS(1522), - [aux_sym_set_env_token1] = ACTIONS(1522), - [aux_sym_stdin_null_token1] = ACTIONS(1522), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1522), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1522), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1522), - [aux_sym_syslog_facility_token1] = ACTIONS(1522), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1522), - [aux_sym_keep_alive_token1] = ACTIONS(1522), - [aux_sym_tunnel_token1] = ACTIONS(1524), - [aux_sym_tunnel_device_token1] = ACTIONS(1522), - [aux_sym_update_host_keys_token1] = ACTIONS(1522), - [aux_sym_use_keychain_token1] = ACTIONS(1522), - [aux_sym_use_roaming_token1] = ACTIONS(1522), - [aux_sym_user_token1] = ACTIONS(1524), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1522), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1522), - [aux_sym_visual_host_key_token1] = ACTIONS(1522), - [aux_sym_xauth_location_token1] = ACTIONS(1522), + [ts_builtin_sym_end] = ACTIONS(1527), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1529), + [anon_sym_DQUOTE] = ACTIONS(1531), + [aux_sym_match_token1] = ACTIONS(1527), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1527), + [aux_sym_address_family_token1] = ACTIONS(1527), + [aux_sym_batch_mode_token1] = ACTIONS(1527), + [aux_sym_bind_address_token1] = ACTIONS(1527), + [aux_sym_bind_interface_token1] = ACTIONS(1527), + [aux_sym_canonical_domains_token1] = ACTIONS(1527), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1527), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1527), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1527), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1527), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1527), + [aux_sym_certificate_file_token1] = ACTIONS(1527), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1527), + [aux_sym_check_host_ip_token1] = ACTIONS(1527), + [aux_sym_ciphers_token1] = ACTIONS(1527), + [aux_sym_cipher_token1] = ACTIONS(1529), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1527), + [aux_sym_compression_token1] = ACTIONS(1527), + [aux_sym_connection_attempts_token1] = ACTIONS(1527), + [aux_sym_connect_timeout_token1] = ACTIONS(1527), + [aux_sym_control_master_token1] = ACTIONS(1527), + [aux_sym_control_path_token1] = ACTIONS(1527), + [aux_sym_control_persist_token1] = ACTIONS(1527), + [aux_sym_dynamic_forward_token1] = ACTIONS(1527), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1527), + [aux_sym_escape_char_token1] = ACTIONS(1527), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1527), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1527), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1527), + [aux_sym_forward_agent_token1] = ACTIONS(1527), + [aux_sym_forward_x11_token1] = ACTIONS(1529), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1527), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1527), + [aux_sym_gateway_ports_token1] = ACTIONS(1527), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1527), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1527), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1527), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1527), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1527), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1527), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1527), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1527), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1527), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1527), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1527), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1527), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1527), + [aux_sym_host_key_alias_token1] = ACTIONS(1527), + [aux_sym_hostname_token1] = ACTIONS(1527), + [aux_sym_identities_only_token1] = ACTIONS(1527), + [aux_sym_identity_agent_token1] = ACTIONS(1527), + [aux_sym_identity_file_token1] = ACTIONS(1527), + [aux_sym_ignore_unknown_token1] = ACTIONS(1527), + [aux_sym_include_token1] = ACTIONS(1527), + [aux_sym_ip_qos_token1] = ACTIONS(1527), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1527), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1527), + [aux_sym_kex_algorithms_token1] = ACTIONS(1527), + [aux_sym_known_hosts_command_token1] = ACTIONS(1527), + [aux_sym_local_command_token1] = ACTIONS(1527), + [aux_sym_local_forward_token1] = ACTIONS(1527), + [aux_sym_log_level_token1] = ACTIONS(1527), + [aux_sym_log_verbose_token1] = ACTIONS(1527), + [aux_sym_macs_token1] = ACTIONS(1527), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1527), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1527), + [aux_sym_password_authentication_token1] = ACTIONS(1527), + [aux_sym_permit_local_command_token1] = ACTIONS(1527), + [aux_sym_permit_remote_open_token1] = ACTIONS(1527), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1527), + [aux_sym_port_token1] = ACTIONS(1527), + [aux_sym_preferred_authentications_token1] = ACTIONS(1527), + [aux_sym_protocol_token1] = ACTIONS(1527), + [aux_sym_proxy_command_token1] = ACTIONS(1527), + [aux_sym_proxy_jump_token1] = ACTIONS(1527), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1527), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1527), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1527), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1527), + [aux_sym_rekey_limit_token1] = ACTIONS(1527), + [aux_sym_remote_command_token1] = ACTIONS(1527), + [aux_sym_remote_forward_token1] = ACTIONS(1527), + [aux_sym_request_tty_token1] = ACTIONS(1527), + [aux_sym_required_rsa_size_token1] = ACTIONS(1527), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1527), + [aux_sym_security_key_provider_token1] = ACTIONS(1527), + [aux_sym_send_env_token1] = ACTIONS(1527), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1527), + [aux_sym_server_alive_interval_token1] = ACTIONS(1527), + [aux_sym_session_type_token1] = ACTIONS(1527), + [aux_sym_set_env_token1] = ACTIONS(1527), + [aux_sym_stdin_null_token1] = ACTIONS(1527), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1527), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1527), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1527), + [aux_sym_syslog_facility_token1] = ACTIONS(1527), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1527), + [aux_sym_keep_alive_token1] = ACTIONS(1527), + [aux_sym_tunnel_token1] = ACTIONS(1529), + [aux_sym_tunnel_device_token1] = ACTIONS(1527), + [aux_sym_update_host_keys_token1] = ACTIONS(1527), + [aux_sym_use_keychain_token1] = ACTIONS(1527), + [aux_sym_use_roaming_token1] = ACTIONS(1527), + [aux_sym_user_token1] = ACTIONS(1529), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1527), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1527), + [aux_sym_visual_host_key_token1] = ACTIONS(1527), + [aux_sym_xauth_location_token1] = ACTIONS(1527), }, [166] = { - [ts_builtin_sym_end] = ACTIONS(1528), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1530), - [anon_sym_DQUOTE] = ACTIONS(1532), - [aux_sym_match_token1] = ACTIONS(1528), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1528), - [aux_sym_address_family_token1] = ACTIONS(1528), - [aux_sym_batch_mode_token1] = ACTIONS(1528), - [aux_sym_bind_address_token1] = ACTIONS(1528), - [aux_sym_bind_interface_token1] = ACTIONS(1528), - [aux_sym_canonical_domains_token1] = ACTIONS(1528), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1528), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1528), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1528), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1528), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1528), - [aux_sym_certificate_file_token1] = ACTIONS(1528), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1528), - [aux_sym_check_host_ip_token1] = ACTIONS(1528), - [aux_sym_ciphers_token1] = ACTIONS(1528), - [aux_sym_cipher_token1] = ACTIONS(1530), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1528), - [aux_sym_compression_token1] = ACTIONS(1528), - [aux_sym_connection_attempts_token1] = ACTIONS(1528), - [aux_sym_connect_timeout_token1] = ACTIONS(1528), - [aux_sym_control_master_token1] = ACTIONS(1528), - [aux_sym_control_path_token1] = ACTIONS(1528), - [aux_sym_control_persist_token1] = ACTIONS(1528), - [aux_sym_dynamic_forward_token1] = ACTIONS(1528), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1528), - [aux_sym_escape_char_token1] = ACTIONS(1528), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1528), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1528), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1528), - [aux_sym_forward_agent_token1] = ACTIONS(1528), - [aux_sym_forward_x11_token1] = ACTIONS(1530), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1528), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1528), - [aux_sym_gateway_ports_token1] = ACTIONS(1528), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1528), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1528), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1528), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1528), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1528), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1528), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1528), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1528), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1528), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1528), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1528), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1528), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1528), - [aux_sym_host_key_alias_token1] = ACTIONS(1528), - [aux_sym_hostname_token1] = ACTIONS(1528), - [aux_sym_identities_only_token1] = ACTIONS(1528), - [aux_sym_identity_agent_token1] = ACTIONS(1528), - [aux_sym_identity_file_token1] = ACTIONS(1528), - [aux_sym_ignore_unknown_token1] = ACTIONS(1528), - [aux_sym_include_token1] = ACTIONS(1528), - [aux_sym_ip_qos_token1] = ACTIONS(1528), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1528), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1528), - [aux_sym_kex_algorithms_token1] = ACTIONS(1528), - [aux_sym_known_hosts_command_token1] = ACTIONS(1528), - [aux_sym_local_command_token1] = ACTIONS(1528), - [aux_sym_local_forward_token1] = ACTIONS(1528), - [aux_sym_log_level_token1] = ACTIONS(1528), - [aux_sym_log_verbose_token1] = ACTIONS(1528), - [aux_sym_macs_token1] = ACTIONS(1528), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1528), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1528), - [aux_sym_password_authentication_token1] = ACTIONS(1528), - [aux_sym_permit_local_command_token1] = ACTIONS(1528), - [aux_sym_permit_remote_open_token1] = ACTIONS(1528), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1528), - [aux_sym_port_token1] = ACTIONS(1528), - [aux_sym_preferred_authentications_token1] = ACTIONS(1528), - [aux_sym_protocol_token1] = ACTIONS(1528), - [aux_sym_proxy_command_token1] = ACTIONS(1528), - [aux_sym_proxy_jump_token1] = ACTIONS(1528), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1528), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1528), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1528), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1528), - [aux_sym_rekey_limit_token1] = ACTIONS(1528), - [aux_sym_remote_command_token1] = ACTIONS(1528), - [aux_sym_remote_forward_token1] = ACTIONS(1528), - [aux_sym_request_tty_token1] = ACTIONS(1528), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1528), - [aux_sym_security_key_provider_token1] = ACTIONS(1528), - [aux_sym_send_env_token1] = ACTIONS(1528), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1528), - [aux_sym_server_alive_interval_token1] = ACTIONS(1528), - [aux_sym_session_type_token1] = ACTIONS(1528), - [aux_sym_set_env_token1] = ACTIONS(1528), - [aux_sym_stdin_null_token1] = ACTIONS(1528), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1528), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1528), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1528), - [aux_sym_syslog_facility_token1] = ACTIONS(1528), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1528), - [aux_sym_keep_alive_token1] = ACTIONS(1528), - [aux_sym_tunnel_token1] = ACTIONS(1530), - [aux_sym_tunnel_device_token1] = ACTIONS(1528), - [aux_sym_update_host_keys_token1] = ACTIONS(1528), - [aux_sym_use_keychain_token1] = ACTIONS(1528), - [aux_sym_use_roaming_token1] = ACTIONS(1528), - [aux_sym_user_token1] = ACTIONS(1530), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1528), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1528), - [aux_sym_visual_host_key_token1] = ACTIONS(1528), - [aux_sym_xauth_location_token1] = ACTIONS(1528), + [ts_builtin_sym_end] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1535), + [anon_sym_DQUOTE] = ACTIONS(1537), + [aux_sym_match_token1] = ACTIONS(1533), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1533), + [aux_sym_address_family_token1] = ACTIONS(1533), + [aux_sym_batch_mode_token1] = ACTIONS(1533), + [aux_sym_bind_address_token1] = ACTIONS(1533), + [aux_sym_bind_interface_token1] = ACTIONS(1533), + [aux_sym_canonical_domains_token1] = ACTIONS(1533), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1533), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1533), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1533), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1533), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1533), + [aux_sym_certificate_file_token1] = ACTIONS(1533), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1533), + [aux_sym_check_host_ip_token1] = ACTIONS(1533), + [aux_sym_ciphers_token1] = ACTIONS(1533), + [aux_sym_cipher_token1] = ACTIONS(1535), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1533), + [aux_sym_compression_token1] = ACTIONS(1533), + [aux_sym_connection_attempts_token1] = ACTIONS(1533), + [aux_sym_connect_timeout_token1] = ACTIONS(1533), + [aux_sym_control_master_token1] = ACTIONS(1533), + [aux_sym_control_path_token1] = ACTIONS(1533), + [aux_sym_control_persist_token1] = ACTIONS(1533), + [aux_sym_dynamic_forward_token1] = ACTIONS(1533), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1533), + [aux_sym_escape_char_token1] = ACTIONS(1533), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1533), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1533), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1533), + [aux_sym_forward_agent_token1] = ACTIONS(1533), + [aux_sym_forward_x11_token1] = ACTIONS(1535), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1533), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1533), + [aux_sym_gateway_ports_token1] = ACTIONS(1533), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1533), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1533), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1533), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1533), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1533), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1533), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1533), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1533), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1533), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1533), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1533), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1533), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1533), + [aux_sym_host_key_alias_token1] = ACTIONS(1533), + [aux_sym_hostname_token1] = ACTIONS(1533), + [aux_sym_identities_only_token1] = ACTIONS(1533), + [aux_sym_identity_agent_token1] = ACTIONS(1533), + [aux_sym_identity_file_token1] = ACTIONS(1533), + [aux_sym_ignore_unknown_token1] = ACTIONS(1533), + [aux_sym_include_token1] = ACTIONS(1533), + [aux_sym_ip_qos_token1] = ACTIONS(1533), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1533), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1533), + [aux_sym_kex_algorithms_token1] = ACTIONS(1533), + [aux_sym_known_hosts_command_token1] = ACTIONS(1533), + [aux_sym_local_command_token1] = ACTIONS(1533), + [aux_sym_local_forward_token1] = ACTIONS(1533), + [aux_sym_log_level_token1] = ACTIONS(1533), + [aux_sym_log_verbose_token1] = ACTIONS(1533), + [aux_sym_macs_token1] = ACTIONS(1533), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1533), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1533), + [aux_sym_password_authentication_token1] = ACTIONS(1533), + [aux_sym_permit_local_command_token1] = ACTIONS(1533), + [aux_sym_permit_remote_open_token1] = ACTIONS(1533), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1533), + [aux_sym_port_token1] = ACTIONS(1533), + [aux_sym_preferred_authentications_token1] = ACTIONS(1533), + [aux_sym_protocol_token1] = ACTIONS(1533), + [aux_sym_proxy_command_token1] = ACTIONS(1533), + [aux_sym_proxy_jump_token1] = ACTIONS(1533), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1533), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1533), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1533), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1533), + [aux_sym_rekey_limit_token1] = ACTIONS(1533), + [aux_sym_remote_command_token1] = ACTIONS(1533), + [aux_sym_remote_forward_token1] = ACTIONS(1533), + [aux_sym_request_tty_token1] = ACTIONS(1533), + [aux_sym_required_rsa_size_token1] = ACTIONS(1533), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1533), + [aux_sym_security_key_provider_token1] = ACTIONS(1533), + [aux_sym_send_env_token1] = ACTIONS(1533), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1533), + [aux_sym_server_alive_interval_token1] = ACTIONS(1533), + [aux_sym_session_type_token1] = ACTIONS(1533), + [aux_sym_set_env_token1] = ACTIONS(1533), + [aux_sym_stdin_null_token1] = ACTIONS(1533), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1533), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1533), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1533), + [aux_sym_syslog_facility_token1] = ACTIONS(1533), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1533), + [aux_sym_keep_alive_token1] = ACTIONS(1533), + [aux_sym_tunnel_token1] = ACTIONS(1535), + [aux_sym_tunnel_device_token1] = ACTIONS(1533), + [aux_sym_update_host_keys_token1] = ACTIONS(1533), + [aux_sym_use_keychain_token1] = ACTIONS(1533), + [aux_sym_use_roaming_token1] = ACTIONS(1533), + [aux_sym_user_token1] = ACTIONS(1535), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1533), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1533), + [aux_sym_visual_host_key_token1] = ACTIONS(1533), + [aux_sym_xauth_location_token1] = ACTIONS(1533), }, [167] = { - [ts_builtin_sym_end] = ACTIONS(1534), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1538), - [aux_sym_match_token1] = ACTIONS(1534), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1534), - [aux_sym_address_family_token1] = ACTIONS(1534), - [aux_sym_batch_mode_token1] = ACTIONS(1534), - [aux_sym_bind_address_token1] = ACTIONS(1534), - [aux_sym_bind_interface_token1] = ACTIONS(1534), - [aux_sym_canonical_domains_token1] = ACTIONS(1534), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1534), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1534), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1534), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1534), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1534), - [aux_sym_certificate_file_token1] = ACTIONS(1534), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1534), - [aux_sym_check_host_ip_token1] = ACTIONS(1534), - [aux_sym_ciphers_token1] = ACTIONS(1534), - [aux_sym_cipher_token1] = ACTIONS(1536), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1534), - [aux_sym_compression_token1] = ACTIONS(1534), - [aux_sym_connection_attempts_token1] = ACTIONS(1534), - [aux_sym_connect_timeout_token1] = ACTIONS(1534), - [aux_sym_control_master_token1] = ACTIONS(1534), - [aux_sym_control_path_token1] = ACTIONS(1534), - [aux_sym_control_persist_token1] = ACTIONS(1534), - [aux_sym_dynamic_forward_token1] = ACTIONS(1534), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1534), - [aux_sym_escape_char_token1] = ACTIONS(1534), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1534), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1534), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1534), - [aux_sym_forward_agent_token1] = ACTIONS(1534), - [aux_sym_forward_x11_token1] = ACTIONS(1536), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1534), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1534), - [aux_sym_gateway_ports_token1] = ACTIONS(1534), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1534), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1534), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1534), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1534), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1534), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1534), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1534), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1534), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1534), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1534), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1534), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1534), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1534), - [aux_sym_host_key_alias_token1] = ACTIONS(1534), - [aux_sym_hostname_token1] = ACTIONS(1534), - [aux_sym_identities_only_token1] = ACTIONS(1534), - [aux_sym_identity_agent_token1] = ACTIONS(1534), - [aux_sym_identity_file_token1] = ACTIONS(1534), - [aux_sym_ignore_unknown_token1] = ACTIONS(1534), - [aux_sym_include_token1] = ACTIONS(1534), - [aux_sym_ip_qos_token1] = ACTIONS(1534), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1534), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1534), - [aux_sym_kex_algorithms_token1] = ACTIONS(1534), - [aux_sym_known_hosts_command_token1] = ACTIONS(1534), - [aux_sym_local_command_token1] = ACTIONS(1534), - [aux_sym_local_forward_token1] = ACTIONS(1534), - [aux_sym_log_level_token1] = ACTIONS(1534), - [aux_sym_log_verbose_token1] = ACTIONS(1534), - [aux_sym_macs_token1] = ACTIONS(1534), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1534), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1534), - [aux_sym_password_authentication_token1] = ACTIONS(1534), - [aux_sym_permit_local_command_token1] = ACTIONS(1534), - [aux_sym_permit_remote_open_token1] = ACTIONS(1534), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1534), - [aux_sym_port_token1] = ACTIONS(1534), - [aux_sym_preferred_authentications_token1] = ACTIONS(1534), - [aux_sym_protocol_token1] = ACTIONS(1534), - [aux_sym_proxy_command_token1] = ACTIONS(1534), - [aux_sym_proxy_jump_token1] = ACTIONS(1534), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1534), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1534), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1534), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1534), - [aux_sym_rekey_limit_token1] = ACTIONS(1534), - [aux_sym_remote_command_token1] = ACTIONS(1534), - [aux_sym_remote_forward_token1] = ACTIONS(1534), - [aux_sym_request_tty_token1] = ACTIONS(1534), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1534), - [aux_sym_security_key_provider_token1] = ACTIONS(1534), - [aux_sym_send_env_token1] = ACTIONS(1534), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1534), - [aux_sym_server_alive_interval_token1] = ACTIONS(1534), - [aux_sym_session_type_token1] = ACTIONS(1534), - [aux_sym_set_env_token1] = ACTIONS(1534), - [aux_sym_stdin_null_token1] = ACTIONS(1534), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1534), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1534), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1534), - [aux_sym_syslog_facility_token1] = ACTIONS(1534), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1534), - [aux_sym_keep_alive_token1] = ACTIONS(1534), - [aux_sym_tunnel_token1] = ACTIONS(1536), - [aux_sym_tunnel_device_token1] = ACTIONS(1534), - [aux_sym_update_host_keys_token1] = ACTIONS(1534), - [aux_sym_use_keychain_token1] = ACTIONS(1534), - [aux_sym_use_roaming_token1] = ACTIONS(1534), - [aux_sym_user_token1] = ACTIONS(1536), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1534), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1534), - [aux_sym_visual_host_key_token1] = ACTIONS(1534), - [aux_sym_xauth_location_token1] = ACTIONS(1534), + [ts_builtin_sym_end] = ACTIONS(1539), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1541), + [anon_sym_DQUOTE] = ACTIONS(1543), + [aux_sym_match_token1] = ACTIONS(1539), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1539), + [aux_sym_address_family_token1] = ACTIONS(1539), + [aux_sym_batch_mode_token1] = ACTIONS(1539), + [aux_sym_bind_address_token1] = ACTIONS(1539), + [aux_sym_bind_interface_token1] = ACTIONS(1539), + [aux_sym_canonical_domains_token1] = ACTIONS(1539), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1539), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1539), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1539), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1539), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1539), + [aux_sym_certificate_file_token1] = ACTIONS(1539), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1539), + [aux_sym_check_host_ip_token1] = ACTIONS(1539), + [aux_sym_ciphers_token1] = ACTIONS(1539), + [aux_sym_cipher_token1] = ACTIONS(1541), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1539), + [aux_sym_compression_token1] = ACTIONS(1539), + [aux_sym_connection_attempts_token1] = ACTIONS(1539), + [aux_sym_connect_timeout_token1] = ACTIONS(1539), + [aux_sym_control_master_token1] = ACTIONS(1539), + [aux_sym_control_path_token1] = ACTIONS(1539), + [aux_sym_control_persist_token1] = ACTIONS(1539), + [aux_sym_dynamic_forward_token1] = ACTIONS(1539), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1539), + [aux_sym_escape_char_token1] = ACTIONS(1539), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1539), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1539), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1539), + [aux_sym_forward_agent_token1] = ACTIONS(1539), + [aux_sym_forward_x11_token1] = ACTIONS(1541), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1539), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1539), + [aux_sym_gateway_ports_token1] = ACTIONS(1539), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1539), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1539), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1539), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1539), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1539), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1539), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1539), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1539), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1539), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1539), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1539), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1539), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1539), + [aux_sym_host_key_alias_token1] = ACTIONS(1539), + [aux_sym_hostname_token1] = ACTIONS(1539), + [aux_sym_identities_only_token1] = ACTIONS(1539), + [aux_sym_identity_agent_token1] = ACTIONS(1539), + [aux_sym_identity_file_token1] = ACTIONS(1539), + [aux_sym_ignore_unknown_token1] = ACTIONS(1539), + [aux_sym_include_token1] = ACTIONS(1539), + [aux_sym_ip_qos_token1] = ACTIONS(1539), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1539), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1539), + [aux_sym_kex_algorithms_token1] = ACTIONS(1539), + [aux_sym_known_hosts_command_token1] = ACTIONS(1539), + [aux_sym_local_command_token1] = ACTIONS(1539), + [aux_sym_local_forward_token1] = ACTIONS(1539), + [aux_sym_log_level_token1] = ACTIONS(1539), + [aux_sym_log_verbose_token1] = ACTIONS(1539), + [aux_sym_macs_token1] = ACTIONS(1539), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1539), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1539), + [aux_sym_password_authentication_token1] = ACTIONS(1539), + [aux_sym_permit_local_command_token1] = ACTIONS(1539), + [aux_sym_permit_remote_open_token1] = ACTIONS(1539), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1539), + [aux_sym_port_token1] = ACTIONS(1539), + [aux_sym_preferred_authentications_token1] = ACTIONS(1539), + [aux_sym_protocol_token1] = ACTIONS(1539), + [aux_sym_proxy_command_token1] = ACTIONS(1539), + [aux_sym_proxy_jump_token1] = ACTIONS(1539), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1539), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1539), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1539), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1539), + [aux_sym_rekey_limit_token1] = ACTIONS(1539), + [aux_sym_remote_command_token1] = ACTIONS(1539), + [aux_sym_remote_forward_token1] = ACTIONS(1539), + [aux_sym_request_tty_token1] = ACTIONS(1539), + [aux_sym_required_rsa_size_token1] = ACTIONS(1539), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1539), + [aux_sym_security_key_provider_token1] = ACTIONS(1539), + [aux_sym_send_env_token1] = ACTIONS(1539), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1539), + [aux_sym_server_alive_interval_token1] = ACTIONS(1539), + [aux_sym_session_type_token1] = ACTIONS(1539), + [aux_sym_set_env_token1] = ACTIONS(1539), + [aux_sym_stdin_null_token1] = ACTIONS(1539), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1539), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1539), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1539), + [aux_sym_syslog_facility_token1] = ACTIONS(1539), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1539), + [aux_sym_keep_alive_token1] = ACTIONS(1539), + [aux_sym_tunnel_token1] = ACTIONS(1541), + [aux_sym_tunnel_device_token1] = ACTIONS(1539), + [aux_sym_update_host_keys_token1] = ACTIONS(1539), + [aux_sym_use_keychain_token1] = ACTIONS(1539), + [aux_sym_use_roaming_token1] = ACTIONS(1539), + [aux_sym_user_token1] = ACTIONS(1541), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1539), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1539), + [aux_sym_visual_host_key_token1] = ACTIONS(1539), + [aux_sym_xauth_location_token1] = ACTIONS(1539), }, [168] = { - [ts_builtin_sym_end] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1544), - [aux_sym_match_token1] = ACTIONS(1540), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1540), - [aux_sym_address_family_token1] = ACTIONS(1540), - [aux_sym_batch_mode_token1] = ACTIONS(1540), - [aux_sym_bind_address_token1] = ACTIONS(1540), - [aux_sym_bind_interface_token1] = ACTIONS(1540), - [aux_sym_canonical_domains_token1] = ACTIONS(1540), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1540), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1540), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1540), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1540), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1540), - [aux_sym_certificate_file_token1] = ACTIONS(1540), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1540), - [aux_sym_check_host_ip_token1] = ACTIONS(1540), - [aux_sym_ciphers_token1] = ACTIONS(1540), - [aux_sym_cipher_token1] = ACTIONS(1542), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1540), - [aux_sym_compression_token1] = ACTIONS(1540), - [aux_sym_connection_attempts_token1] = ACTIONS(1540), - [aux_sym_connect_timeout_token1] = ACTIONS(1540), - [aux_sym_control_master_token1] = ACTIONS(1540), - [aux_sym_control_path_token1] = ACTIONS(1540), - [aux_sym_control_persist_token1] = ACTIONS(1540), - [aux_sym_dynamic_forward_token1] = ACTIONS(1540), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1540), - [aux_sym_escape_char_token1] = ACTIONS(1540), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1540), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1540), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1540), - [aux_sym_forward_agent_token1] = ACTIONS(1540), - [aux_sym_forward_x11_token1] = ACTIONS(1542), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1540), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1540), - [aux_sym_gateway_ports_token1] = ACTIONS(1540), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1540), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1540), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1540), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1540), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1540), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1540), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1540), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1540), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1540), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1540), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1540), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1540), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1540), - [aux_sym_host_key_alias_token1] = ACTIONS(1540), - [aux_sym_hostname_token1] = ACTIONS(1540), - [aux_sym_identities_only_token1] = ACTIONS(1540), - [aux_sym_identity_agent_token1] = ACTIONS(1540), - [aux_sym_identity_file_token1] = ACTIONS(1540), - [aux_sym_ignore_unknown_token1] = ACTIONS(1540), - [aux_sym_include_token1] = ACTIONS(1540), - [aux_sym_ip_qos_token1] = ACTIONS(1540), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1540), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1540), - [aux_sym_kex_algorithms_token1] = ACTIONS(1540), - [aux_sym_known_hosts_command_token1] = ACTIONS(1540), - [aux_sym_local_command_token1] = ACTIONS(1540), - [aux_sym_local_forward_token1] = ACTIONS(1540), - [aux_sym_log_level_token1] = ACTIONS(1540), - [aux_sym_log_verbose_token1] = ACTIONS(1540), - [aux_sym_macs_token1] = ACTIONS(1540), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1540), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1540), - [aux_sym_password_authentication_token1] = ACTIONS(1540), - [aux_sym_permit_local_command_token1] = ACTIONS(1540), - [aux_sym_permit_remote_open_token1] = ACTIONS(1540), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1540), - [aux_sym_port_token1] = ACTIONS(1540), - [aux_sym_preferred_authentications_token1] = ACTIONS(1540), - [aux_sym_protocol_token1] = ACTIONS(1540), - [aux_sym_proxy_command_token1] = ACTIONS(1540), - [aux_sym_proxy_jump_token1] = ACTIONS(1540), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1540), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1540), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1540), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1540), - [aux_sym_rekey_limit_token1] = ACTIONS(1540), - [aux_sym_remote_command_token1] = ACTIONS(1540), - [aux_sym_remote_forward_token1] = ACTIONS(1540), - [aux_sym_request_tty_token1] = ACTIONS(1540), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1540), - [aux_sym_security_key_provider_token1] = ACTIONS(1540), - [aux_sym_send_env_token1] = ACTIONS(1540), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1540), - [aux_sym_server_alive_interval_token1] = ACTIONS(1540), - [aux_sym_session_type_token1] = ACTIONS(1540), - [aux_sym_set_env_token1] = ACTIONS(1540), - [aux_sym_stdin_null_token1] = ACTIONS(1540), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1540), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1540), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1540), - [aux_sym_syslog_facility_token1] = ACTIONS(1540), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1540), - [aux_sym_keep_alive_token1] = ACTIONS(1540), - [aux_sym_tunnel_token1] = ACTIONS(1542), - [aux_sym_tunnel_device_token1] = ACTIONS(1540), - [aux_sym_update_host_keys_token1] = ACTIONS(1540), - [aux_sym_use_keychain_token1] = ACTIONS(1540), - [aux_sym_use_roaming_token1] = ACTIONS(1540), - [aux_sym_user_token1] = ACTIONS(1542), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1540), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1540), - [aux_sym_visual_host_key_token1] = ACTIONS(1540), - [aux_sym_xauth_location_token1] = ACTIONS(1540), + [ts_builtin_sym_end] = ACTIONS(1545), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1547), + [anon_sym_DQUOTE] = ACTIONS(1549), + [aux_sym_match_token1] = ACTIONS(1545), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1545), + [aux_sym_address_family_token1] = ACTIONS(1545), + [aux_sym_batch_mode_token1] = ACTIONS(1545), + [aux_sym_bind_address_token1] = ACTIONS(1545), + [aux_sym_bind_interface_token1] = ACTIONS(1545), + [aux_sym_canonical_domains_token1] = ACTIONS(1545), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1545), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1545), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1545), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1545), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1545), + [aux_sym_certificate_file_token1] = ACTIONS(1545), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1545), + [aux_sym_check_host_ip_token1] = ACTIONS(1545), + [aux_sym_ciphers_token1] = ACTIONS(1545), + [aux_sym_cipher_token1] = ACTIONS(1547), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1545), + [aux_sym_compression_token1] = ACTIONS(1545), + [aux_sym_connection_attempts_token1] = ACTIONS(1545), + [aux_sym_connect_timeout_token1] = ACTIONS(1545), + [aux_sym_control_master_token1] = ACTIONS(1545), + [aux_sym_control_path_token1] = ACTIONS(1545), + [aux_sym_control_persist_token1] = ACTIONS(1545), + [aux_sym_dynamic_forward_token1] = ACTIONS(1545), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1545), + [aux_sym_escape_char_token1] = ACTIONS(1545), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1545), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1545), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1545), + [aux_sym_forward_agent_token1] = ACTIONS(1545), + [aux_sym_forward_x11_token1] = ACTIONS(1547), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1545), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1545), + [aux_sym_gateway_ports_token1] = ACTIONS(1545), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1545), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1545), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1545), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1545), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1545), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1545), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1545), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1545), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1545), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1545), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1545), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1545), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1545), + [aux_sym_host_key_alias_token1] = ACTIONS(1545), + [aux_sym_hostname_token1] = ACTIONS(1545), + [aux_sym_identities_only_token1] = ACTIONS(1545), + [aux_sym_identity_agent_token1] = ACTIONS(1545), + [aux_sym_identity_file_token1] = ACTIONS(1545), + [aux_sym_ignore_unknown_token1] = ACTIONS(1545), + [aux_sym_include_token1] = ACTIONS(1545), + [aux_sym_ip_qos_token1] = ACTIONS(1545), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1545), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1545), + [aux_sym_kex_algorithms_token1] = ACTIONS(1545), + [aux_sym_known_hosts_command_token1] = ACTIONS(1545), + [aux_sym_local_command_token1] = ACTIONS(1545), + [aux_sym_local_forward_token1] = ACTIONS(1545), + [aux_sym_log_level_token1] = ACTIONS(1545), + [aux_sym_log_verbose_token1] = ACTIONS(1545), + [aux_sym_macs_token1] = ACTIONS(1545), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1545), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1545), + [aux_sym_password_authentication_token1] = ACTIONS(1545), + [aux_sym_permit_local_command_token1] = ACTIONS(1545), + [aux_sym_permit_remote_open_token1] = ACTIONS(1545), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1545), + [aux_sym_port_token1] = ACTIONS(1545), + [aux_sym_preferred_authentications_token1] = ACTIONS(1545), + [aux_sym_protocol_token1] = ACTIONS(1545), + [aux_sym_proxy_command_token1] = ACTIONS(1545), + [aux_sym_proxy_jump_token1] = ACTIONS(1545), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1545), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1545), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1545), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1545), + [aux_sym_rekey_limit_token1] = ACTIONS(1545), + [aux_sym_remote_command_token1] = ACTIONS(1545), + [aux_sym_remote_forward_token1] = ACTIONS(1545), + [aux_sym_request_tty_token1] = ACTIONS(1545), + [aux_sym_required_rsa_size_token1] = ACTIONS(1545), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1545), + [aux_sym_security_key_provider_token1] = ACTIONS(1545), + [aux_sym_send_env_token1] = ACTIONS(1545), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1545), + [aux_sym_server_alive_interval_token1] = ACTIONS(1545), + [aux_sym_session_type_token1] = ACTIONS(1545), + [aux_sym_set_env_token1] = ACTIONS(1545), + [aux_sym_stdin_null_token1] = ACTIONS(1545), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1545), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1545), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1545), + [aux_sym_syslog_facility_token1] = ACTIONS(1545), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1545), + [aux_sym_keep_alive_token1] = ACTIONS(1545), + [aux_sym_tunnel_token1] = ACTIONS(1547), + [aux_sym_tunnel_device_token1] = ACTIONS(1545), + [aux_sym_update_host_keys_token1] = ACTIONS(1545), + [aux_sym_use_keychain_token1] = ACTIONS(1545), + [aux_sym_use_roaming_token1] = ACTIONS(1545), + [aux_sym_user_token1] = ACTIONS(1547), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1545), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1545), + [aux_sym_visual_host_key_token1] = ACTIONS(1545), + [aux_sym_xauth_location_token1] = ACTIONS(1545), }, [169] = { - [ts_builtin_sym_end] = ACTIONS(1546), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1548), - [anon_sym_DQUOTE] = ACTIONS(1550), - [aux_sym_match_token1] = ACTIONS(1546), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1546), - [aux_sym_address_family_token1] = ACTIONS(1546), - [aux_sym_batch_mode_token1] = ACTIONS(1546), - [aux_sym_bind_address_token1] = ACTIONS(1546), - [aux_sym_bind_interface_token1] = ACTIONS(1546), - [aux_sym_canonical_domains_token1] = ACTIONS(1546), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1546), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1546), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1546), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1546), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1546), - [aux_sym_certificate_file_token1] = ACTIONS(1546), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1546), - [aux_sym_check_host_ip_token1] = ACTIONS(1546), - [aux_sym_ciphers_token1] = ACTIONS(1546), - [aux_sym_cipher_token1] = ACTIONS(1548), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1546), - [aux_sym_compression_token1] = ACTIONS(1546), - [aux_sym_connection_attempts_token1] = ACTIONS(1546), - [aux_sym_connect_timeout_token1] = ACTIONS(1546), - [aux_sym_control_master_token1] = ACTIONS(1546), - [aux_sym_control_path_token1] = ACTIONS(1546), - [aux_sym_control_persist_token1] = ACTIONS(1546), - [aux_sym_dynamic_forward_token1] = ACTIONS(1546), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1546), - [aux_sym_escape_char_token1] = ACTIONS(1546), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1546), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1546), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1546), - [aux_sym_forward_agent_token1] = ACTIONS(1546), - [aux_sym_forward_x11_token1] = ACTIONS(1548), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1546), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1546), - [aux_sym_gateway_ports_token1] = ACTIONS(1546), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1546), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1546), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1546), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1546), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1546), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1546), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1546), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1546), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1546), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1546), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1546), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1546), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1546), - [aux_sym_host_key_alias_token1] = ACTIONS(1546), - [aux_sym_hostname_token1] = ACTIONS(1546), - [aux_sym_identities_only_token1] = ACTIONS(1546), - [aux_sym_identity_agent_token1] = ACTIONS(1546), - [aux_sym_identity_file_token1] = ACTIONS(1546), - [aux_sym_ignore_unknown_token1] = ACTIONS(1546), - [aux_sym_include_token1] = ACTIONS(1546), - [aux_sym_ip_qos_token1] = ACTIONS(1546), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1546), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1546), - [aux_sym_kex_algorithms_token1] = ACTIONS(1546), - [aux_sym_known_hosts_command_token1] = ACTIONS(1546), - [aux_sym_local_command_token1] = ACTIONS(1546), - [aux_sym_local_forward_token1] = ACTIONS(1546), - [aux_sym_log_level_token1] = ACTIONS(1546), - [aux_sym_log_verbose_token1] = ACTIONS(1546), - [aux_sym_macs_token1] = ACTIONS(1546), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1546), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1546), - [aux_sym_password_authentication_token1] = ACTIONS(1546), - [aux_sym_permit_local_command_token1] = ACTIONS(1546), - [aux_sym_permit_remote_open_token1] = ACTIONS(1546), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1546), - [aux_sym_port_token1] = ACTIONS(1546), - [aux_sym_preferred_authentications_token1] = ACTIONS(1546), - [aux_sym_protocol_token1] = ACTIONS(1546), - [aux_sym_proxy_command_token1] = ACTIONS(1546), - [aux_sym_proxy_jump_token1] = ACTIONS(1546), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1546), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1546), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1546), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1546), - [aux_sym_rekey_limit_token1] = ACTIONS(1546), - [aux_sym_remote_command_token1] = ACTIONS(1546), - [aux_sym_remote_forward_token1] = ACTIONS(1546), - [aux_sym_request_tty_token1] = ACTIONS(1546), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1546), - [aux_sym_security_key_provider_token1] = ACTIONS(1546), - [aux_sym_send_env_token1] = ACTIONS(1546), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1546), - [aux_sym_server_alive_interval_token1] = ACTIONS(1546), - [aux_sym_session_type_token1] = ACTIONS(1546), - [aux_sym_set_env_token1] = ACTIONS(1546), - [aux_sym_stdin_null_token1] = ACTIONS(1546), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1546), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1546), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1546), - [aux_sym_syslog_facility_token1] = ACTIONS(1546), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1546), - [aux_sym_keep_alive_token1] = ACTIONS(1546), - [aux_sym_tunnel_token1] = ACTIONS(1548), - [aux_sym_tunnel_device_token1] = ACTIONS(1546), - [aux_sym_update_host_keys_token1] = ACTIONS(1546), - [aux_sym_use_keychain_token1] = ACTIONS(1546), - [aux_sym_use_roaming_token1] = ACTIONS(1546), - [aux_sym_user_token1] = ACTIONS(1548), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1546), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1546), - [aux_sym_visual_host_key_token1] = ACTIONS(1546), - [aux_sym_xauth_location_token1] = ACTIONS(1546), + [ts_builtin_sym_end] = ACTIONS(1551), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1553), + [anon_sym_DQUOTE] = ACTIONS(1555), + [aux_sym_match_token1] = ACTIONS(1551), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1551), + [aux_sym_address_family_token1] = ACTIONS(1551), + [aux_sym_batch_mode_token1] = ACTIONS(1551), + [aux_sym_bind_address_token1] = ACTIONS(1551), + [aux_sym_bind_interface_token1] = ACTIONS(1551), + [aux_sym_canonical_domains_token1] = ACTIONS(1551), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1551), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1551), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1551), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1551), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1551), + [aux_sym_certificate_file_token1] = ACTIONS(1551), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1551), + [aux_sym_check_host_ip_token1] = ACTIONS(1551), + [aux_sym_ciphers_token1] = ACTIONS(1551), + [aux_sym_cipher_token1] = ACTIONS(1553), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1551), + [aux_sym_compression_token1] = ACTIONS(1551), + [aux_sym_connection_attempts_token1] = ACTIONS(1551), + [aux_sym_connect_timeout_token1] = ACTIONS(1551), + [aux_sym_control_master_token1] = ACTIONS(1551), + [aux_sym_control_path_token1] = ACTIONS(1551), + [aux_sym_control_persist_token1] = ACTIONS(1551), + [aux_sym_dynamic_forward_token1] = ACTIONS(1551), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1551), + [aux_sym_escape_char_token1] = ACTIONS(1551), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1551), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1551), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1551), + [aux_sym_forward_agent_token1] = ACTIONS(1551), + [aux_sym_forward_x11_token1] = ACTIONS(1553), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1551), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1551), + [aux_sym_gateway_ports_token1] = ACTIONS(1551), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1551), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1551), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1551), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1551), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1551), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1551), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1551), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1551), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1551), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1551), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1551), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1551), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1551), + [aux_sym_host_key_alias_token1] = ACTIONS(1551), + [aux_sym_hostname_token1] = ACTIONS(1551), + [aux_sym_identities_only_token1] = ACTIONS(1551), + [aux_sym_identity_agent_token1] = ACTIONS(1551), + [aux_sym_identity_file_token1] = ACTIONS(1551), + [aux_sym_ignore_unknown_token1] = ACTIONS(1551), + [aux_sym_include_token1] = ACTIONS(1551), + [aux_sym_ip_qos_token1] = ACTIONS(1551), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1551), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1551), + [aux_sym_kex_algorithms_token1] = ACTIONS(1551), + [aux_sym_known_hosts_command_token1] = ACTIONS(1551), + [aux_sym_local_command_token1] = ACTIONS(1551), + [aux_sym_local_forward_token1] = ACTIONS(1551), + [aux_sym_log_level_token1] = ACTIONS(1551), + [aux_sym_log_verbose_token1] = ACTIONS(1551), + [aux_sym_macs_token1] = ACTIONS(1551), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1551), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1551), + [aux_sym_password_authentication_token1] = ACTIONS(1551), + [aux_sym_permit_local_command_token1] = ACTIONS(1551), + [aux_sym_permit_remote_open_token1] = ACTIONS(1551), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1551), + [aux_sym_port_token1] = ACTIONS(1551), + [aux_sym_preferred_authentications_token1] = ACTIONS(1551), + [aux_sym_protocol_token1] = ACTIONS(1551), + [aux_sym_proxy_command_token1] = ACTIONS(1551), + [aux_sym_proxy_jump_token1] = ACTIONS(1551), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1551), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1551), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1551), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1551), + [aux_sym_rekey_limit_token1] = ACTIONS(1551), + [aux_sym_remote_command_token1] = ACTIONS(1551), + [aux_sym_remote_forward_token1] = ACTIONS(1551), + [aux_sym_request_tty_token1] = ACTIONS(1551), + [aux_sym_required_rsa_size_token1] = ACTIONS(1551), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1551), + [aux_sym_security_key_provider_token1] = ACTIONS(1551), + [aux_sym_send_env_token1] = ACTIONS(1551), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1551), + [aux_sym_server_alive_interval_token1] = ACTIONS(1551), + [aux_sym_session_type_token1] = ACTIONS(1551), + [aux_sym_set_env_token1] = ACTIONS(1551), + [aux_sym_stdin_null_token1] = ACTIONS(1551), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1551), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1551), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1551), + [aux_sym_syslog_facility_token1] = ACTIONS(1551), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1551), + [aux_sym_keep_alive_token1] = ACTIONS(1551), + [aux_sym_tunnel_token1] = ACTIONS(1553), + [aux_sym_tunnel_device_token1] = ACTIONS(1551), + [aux_sym_update_host_keys_token1] = ACTIONS(1551), + [aux_sym_use_keychain_token1] = ACTIONS(1551), + [aux_sym_use_roaming_token1] = ACTIONS(1551), + [aux_sym_user_token1] = ACTIONS(1553), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1551), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1551), + [aux_sym_visual_host_key_token1] = ACTIONS(1551), + [aux_sym_xauth_location_token1] = ACTIONS(1551), }, [170] = { - [ts_builtin_sym_end] = ACTIONS(1552), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1554), - [anon_sym_DQUOTE] = ACTIONS(1556), - [aux_sym_match_token1] = ACTIONS(1552), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1552), - [aux_sym_address_family_token1] = ACTIONS(1552), - [aux_sym_batch_mode_token1] = ACTIONS(1552), - [aux_sym_bind_address_token1] = ACTIONS(1552), - [aux_sym_bind_interface_token1] = ACTIONS(1552), - [aux_sym_canonical_domains_token1] = ACTIONS(1552), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1552), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1552), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1552), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1552), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1552), - [aux_sym_certificate_file_token1] = ACTIONS(1552), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1552), - [aux_sym_check_host_ip_token1] = ACTIONS(1552), - [aux_sym_ciphers_token1] = ACTIONS(1552), - [aux_sym_cipher_token1] = ACTIONS(1554), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1552), - [aux_sym_compression_token1] = ACTIONS(1552), - [aux_sym_connection_attempts_token1] = ACTIONS(1552), - [aux_sym_connect_timeout_token1] = ACTIONS(1552), - [aux_sym_control_master_token1] = ACTIONS(1552), - [aux_sym_control_path_token1] = ACTIONS(1552), - [aux_sym_control_persist_token1] = ACTIONS(1552), - [aux_sym_dynamic_forward_token1] = ACTIONS(1552), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1552), - [aux_sym_escape_char_token1] = ACTIONS(1552), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1552), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1552), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1552), - [aux_sym_forward_agent_token1] = ACTIONS(1552), - [aux_sym_forward_x11_token1] = ACTIONS(1554), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1552), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1552), - [aux_sym_gateway_ports_token1] = ACTIONS(1552), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1552), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1552), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1552), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1552), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1552), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1552), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1552), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1552), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1552), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1552), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1552), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1552), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1552), - [aux_sym_host_key_alias_token1] = ACTIONS(1552), - [aux_sym_hostname_token1] = ACTIONS(1552), - [aux_sym_identities_only_token1] = ACTIONS(1552), - [aux_sym_identity_agent_token1] = ACTIONS(1552), - [aux_sym_identity_file_token1] = ACTIONS(1552), - [aux_sym_ignore_unknown_token1] = ACTIONS(1552), - [aux_sym_include_token1] = ACTIONS(1552), - [aux_sym_ip_qos_token1] = ACTIONS(1552), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1552), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1552), - [aux_sym_kex_algorithms_token1] = ACTIONS(1552), - [aux_sym_known_hosts_command_token1] = ACTIONS(1552), - [aux_sym_local_command_token1] = ACTIONS(1552), - [aux_sym_local_forward_token1] = ACTIONS(1552), - [aux_sym_log_level_token1] = ACTIONS(1552), - [aux_sym_log_verbose_token1] = ACTIONS(1552), - [aux_sym_macs_token1] = ACTIONS(1552), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1552), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1552), - [aux_sym_password_authentication_token1] = ACTIONS(1552), - [aux_sym_permit_local_command_token1] = ACTIONS(1552), - [aux_sym_permit_remote_open_token1] = ACTIONS(1552), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1552), - [aux_sym_port_token1] = ACTIONS(1552), - [aux_sym_preferred_authentications_token1] = ACTIONS(1552), - [aux_sym_protocol_token1] = ACTIONS(1552), - [aux_sym_proxy_command_token1] = ACTIONS(1552), - [aux_sym_proxy_jump_token1] = ACTIONS(1552), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1552), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1552), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1552), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1552), - [aux_sym_rekey_limit_token1] = ACTIONS(1552), - [aux_sym_remote_command_token1] = ACTIONS(1552), - [aux_sym_remote_forward_token1] = ACTIONS(1552), - [aux_sym_request_tty_token1] = ACTIONS(1552), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1552), - [aux_sym_security_key_provider_token1] = ACTIONS(1552), - [aux_sym_send_env_token1] = ACTIONS(1552), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1552), - [aux_sym_server_alive_interval_token1] = ACTIONS(1552), - [aux_sym_session_type_token1] = ACTIONS(1552), - [aux_sym_set_env_token1] = ACTIONS(1552), - [aux_sym_stdin_null_token1] = ACTIONS(1552), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1552), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1552), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1552), - [aux_sym_syslog_facility_token1] = ACTIONS(1552), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1552), - [aux_sym_keep_alive_token1] = ACTIONS(1552), - [aux_sym_tunnel_token1] = ACTIONS(1554), - [aux_sym_tunnel_device_token1] = ACTIONS(1552), - [aux_sym_update_host_keys_token1] = ACTIONS(1552), - [aux_sym_use_keychain_token1] = ACTIONS(1552), - [aux_sym_use_roaming_token1] = ACTIONS(1552), - [aux_sym_user_token1] = ACTIONS(1554), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1552), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1552), - [aux_sym_visual_host_key_token1] = ACTIONS(1552), - [aux_sym_xauth_location_token1] = ACTIONS(1552), + [ts_builtin_sym_end] = ACTIONS(1557), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1559), + [anon_sym_DQUOTE] = ACTIONS(1561), + [aux_sym_match_token1] = ACTIONS(1557), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1557), + [aux_sym_address_family_token1] = ACTIONS(1557), + [aux_sym_batch_mode_token1] = ACTIONS(1557), + [aux_sym_bind_address_token1] = ACTIONS(1557), + [aux_sym_bind_interface_token1] = ACTIONS(1557), + [aux_sym_canonical_domains_token1] = ACTIONS(1557), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1557), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1557), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1557), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1557), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1557), + [aux_sym_certificate_file_token1] = ACTIONS(1557), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1557), + [aux_sym_check_host_ip_token1] = ACTIONS(1557), + [aux_sym_ciphers_token1] = ACTIONS(1557), + [aux_sym_cipher_token1] = ACTIONS(1559), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1557), + [aux_sym_compression_token1] = ACTIONS(1557), + [aux_sym_connection_attempts_token1] = ACTIONS(1557), + [aux_sym_connect_timeout_token1] = ACTIONS(1557), + [aux_sym_control_master_token1] = ACTIONS(1557), + [aux_sym_control_path_token1] = ACTIONS(1557), + [aux_sym_control_persist_token1] = ACTIONS(1557), + [aux_sym_dynamic_forward_token1] = ACTIONS(1557), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1557), + [aux_sym_escape_char_token1] = ACTIONS(1557), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1557), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1557), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1557), + [aux_sym_forward_agent_token1] = ACTIONS(1557), + [aux_sym_forward_x11_token1] = ACTIONS(1559), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1557), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1557), + [aux_sym_gateway_ports_token1] = ACTIONS(1557), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1557), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1557), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1557), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1557), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1557), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1557), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1557), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1557), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1557), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1557), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1557), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1557), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1557), + [aux_sym_host_key_alias_token1] = ACTIONS(1557), + [aux_sym_hostname_token1] = ACTIONS(1557), + [aux_sym_identities_only_token1] = ACTIONS(1557), + [aux_sym_identity_agent_token1] = ACTIONS(1557), + [aux_sym_identity_file_token1] = ACTIONS(1557), + [aux_sym_ignore_unknown_token1] = ACTIONS(1557), + [aux_sym_include_token1] = ACTIONS(1557), + [aux_sym_ip_qos_token1] = ACTIONS(1557), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1557), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1557), + [aux_sym_kex_algorithms_token1] = ACTIONS(1557), + [aux_sym_known_hosts_command_token1] = ACTIONS(1557), + [aux_sym_local_command_token1] = ACTIONS(1557), + [aux_sym_local_forward_token1] = ACTIONS(1557), + [aux_sym_log_level_token1] = ACTIONS(1557), + [aux_sym_log_verbose_token1] = ACTIONS(1557), + [aux_sym_macs_token1] = ACTIONS(1557), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1557), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1557), + [aux_sym_password_authentication_token1] = ACTIONS(1557), + [aux_sym_permit_local_command_token1] = ACTIONS(1557), + [aux_sym_permit_remote_open_token1] = ACTIONS(1557), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1557), + [aux_sym_port_token1] = ACTIONS(1557), + [aux_sym_preferred_authentications_token1] = ACTIONS(1557), + [aux_sym_protocol_token1] = ACTIONS(1557), + [aux_sym_proxy_command_token1] = ACTIONS(1557), + [aux_sym_proxy_jump_token1] = ACTIONS(1557), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1557), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1557), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1557), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1557), + [aux_sym_rekey_limit_token1] = ACTIONS(1557), + [aux_sym_remote_command_token1] = ACTIONS(1557), + [aux_sym_remote_forward_token1] = ACTIONS(1557), + [aux_sym_request_tty_token1] = ACTIONS(1557), + [aux_sym_required_rsa_size_token1] = ACTIONS(1557), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1557), + [aux_sym_security_key_provider_token1] = ACTIONS(1557), + [aux_sym_send_env_token1] = ACTIONS(1557), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1557), + [aux_sym_server_alive_interval_token1] = ACTIONS(1557), + [aux_sym_session_type_token1] = ACTIONS(1557), + [aux_sym_set_env_token1] = ACTIONS(1557), + [aux_sym_stdin_null_token1] = ACTIONS(1557), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1557), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1557), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1557), + [aux_sym_syslog_facility_token1] = ACTIONS(1557), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1557), + [aux_sym_keep_alive_token1] = ACTIONS(1557), + [aux_sym_tunnel_token1] = ACTIONS(1559), + [aux_sym_tunnel_device_token1] = ACTIONS(1557), + [aux_sym_update_host_keys_token1] = ACTIONS(1557), + [aux_sym_use_keychain_token1] = ACTIONS(1557), + [aux_sym_use_roaming_token1] = ACTIONS(1557), + [aux_sym_user_token1] = ACTIONS(1559), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1557), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1557), + [aux_sym_visual_host_key_token1] = ACTIONS(1557), + [aux_sym_xauth_location_token1] = ACTIONS(1557), }, [171] = { - [ts_builtin_sym_end] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1560), - [anon_sym_DQUOTE] = ACTIONS(1562), - [aux_sym_match_token1] = ACTIONS(1558), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1558), - [aux_sym_address_family_token1] = ACTIONS(1558), - [aux_sym_batch_mode_token1] = ACTIONS(1558), - [aux_sym_bind_address_token1] = ACTIONS(1558), - [aux_sym_bind_interface_token1] = ACTIONS(1558), - [aux_sym_canonical_domains_token1] = ACTIONS(1558), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1558), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1558), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1558), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1558), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1558), - [aux_sym_certificate_file_token1] = ACTIONS(1558), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1558), - [aux_sym_check_host_ip_token1] = ACTIONS(1558), - [aux_sym_ciphers_token1] = ACTIONS(1558), - [aux_sym_cipher_token1] = ACTIONS(1560), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1558), - [aux_sym_compression_token1] = ACTIONS(1558), - [aux_sym_connection_attempts_token1] = ACTIONS(1558), - [aux_sym_connect_timeout_token1] = ACTIONS(1558), - [aux_sym_control_master_token1] = ACTIONS(1558), - [aux_sym_control_path_token1] = ACTIONS(1558), - [aux_sym_control_persist_token1] = ACTIONS(1558), - [aux_sym_dynamic_forward_token1] = ACTIONS(1558), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1558), - [aux_sym_escape_char_token1] = ACTIONS(1558), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1558), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1558), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1558), - [aux_sym_forward_agent_token1] = ACTIONS(1558), - [aux_sym_forward_x11_token1] = ACTIONS(1560), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1558), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1558), - [aux_sym_gateway_ports_token1] = ACTIONS(1558), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1558), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1558), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1558), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1558), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1558), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1558), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1558), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1558), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1558), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1558), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1558), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1558), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1558), - [aux_sym_host_key_alias_token1] = ACTIONS(1558), - [aux_sym_hostname_token1] = ACTIONS(1558), - [aux_sym_identities_only_token1] = ACTIONS(1558), - [aux_sym_identity_agent_token1] = ACTIONS(1558), - [aux_sym_identity_file_token1] = ACTIONS(1558), - [aux_sym_ignore_unknown_token1] = ACTIONS(1558), - [aux_sym_include_token1] = ACTIONS(1558), - [aux_sym_ip_qos_token1] = ACTIONS(1558), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1558), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1558), - [aux_sym_kex_algorithms_token1] = ACTIONS(1558), - [aux_sym_known_hosts_command_token1] = ACTIONS(1558), - [aux_sym_local_command_token1] = ACTIONS(1558), - [aux_sym_local_forward_token1] = ACTIONS(1558), - [aux_sym_log_level_token1] = ACTIONS(1558), - [aux_sym_log_verbose_token1] = ACTIONS(1558), - [aux_sym_macs_token1] = ACTIONS(1558), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1558), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1558), - [aux_sym_password_authentication_token1] = ACTIONS(1558), - [aux_sym_permit_local_command_token1] = ACTIONS(1558), - [aux_sym_permit_remote_open_token1] = ACTIONS(1558), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1558), - [aux_sym_port_token1] = ACTIONS(1558), - [aux_sym_preferred_authentications_token1] = ACTIONS(1558), - [aux_sym_protocol_token1] = ACTIONS(1558), - [aux_sym_proxy_command_token1] = ACTIONS(1558), - [aux_sym_proxy_jump_token1] = ACTIONS(1558), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1558), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1558), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1558), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1558), - [aux_sym_rekey_limit_token1] = ACTIONS(1558), - [aux_sym_remote_command_token1] = ACTIONS(1558), - [aux_sym_remote_forward_token1] = ACTIONS(1558), - [aux_sym_request_tty_token1] = ACTIONS(1558), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1558), - [aux_sym_security_key_provider_token1] = ACTIONS(1558), - [aux_sym_send_env_token1] = ACTIONS(1558), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1558), - [aux_sym_server_alive_interval_token1] = ACTIONS(1558), - [aux_sym_session_type_token1] = ACTIONS(1558), - [aux_sym_set_env_token1] = ACTIONS(1558), - [aux_sym_stdin_null_token1] = ACTIONS(1558), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1558), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1558), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1558), - [aux_sym_syslog_facility_token1] = ACTIONS(1558), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1558), - [aux_sym_keep_alive_token1] = ACTIONS(1558), - [aux_sym_tunnel_token1] = ACTIONS(1560), - [aux_sym_tunnel_device_token1] = ACTIONS(1558), - [aux_sym_update_host_keys_token1] = ACTIONS(1558), - [aux_sym_use_keychain_token1] = ACTIONS(1558), - [aux_sym_use_roaming_token1] = ACTIONS(1558), - [aux_sym_user_token1] = ACTIONS(1560), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1558), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1558), - [aux_sym_visual_host_key_token1] = ACTIONS(1558), - [aux_sym_xauth_location_token1] = ACTIONS(1558), + [ts_builtin_sym_end] = ACTIONS(1563), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1565), + [anon_sym_DQUOTE] = ACTIONS(1567), + [aux_sym_match_token1] = ACTIONS(1563), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1563), + [aux_sym_address_family_token1] = ACTIONS(1563), + [aux_sym_batch_mode_token1] = ACTIONS(1563), + [aux_sym_bind_address_token1] = ACTIONS(1563), + [aux_sym_bind_interface_token1] = ACTIONS(1563), + [aux_sym_canonical_domains_token1] = ACTIONS(1563), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1563), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1563), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1563), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1563), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1563), + [aux_sym_certificate_file_token1] = ACTIONS(1563), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1563), + [aux_sym_check_host_ip_token1] = ACTIONS(1563), + [aux_sym_ciphers_token1] = ACTIONS(1563), + [aux_sym_cipher_token1] = ACTIONS(1565), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1563), + [aux_sym_compression_token1] = ACTIONS(1563), + [aux_sym_connection_attempts_token1] = ACTIONS(1563), + [aux_sym_connect_timeout_token1] = ACTIONS(1563), + [aux_sym_control_master_token1] = ACTIONS(1563), + [aux_sym_control_path_token1] = ACTIONS(1563), + [aux_sym_control_persist_token1] = ACTIONS(1563), + [aux_sym_dynamic_forward_token1] = ACTIONS(1563), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1563), + [aux_sym_escape_char_token1] = ACTIONS(1563), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1563), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1563), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1563), + [aux_sym_forward_agent_token1] = ACTIONS(1563), + [aux_sym_forward_x11_token1] = ACTIONS(1565), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1563), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1563), + [aux_sym_gateway_ports_token1] = ACTIONS(1563), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1563), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1563), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1563), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1563), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1563), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1563), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1563), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1563), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1563), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1563), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1563), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1563), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1563), + [aux_sym_host_key_alias_token1] = ACTIONS(1563), + [aux_sym_hostname_token1] = ACTIONS(1563), + [aux_sym_identities_only_token1] = ACTIONS(1563), + [aux_sym_identity_agent_token1] = ACTIONS(1563), + [aux_sym_identity_file_token1] = ACTIONS(1563), + [aux_sym_ignore_unknown_token1] = ACTIONS(1563), + [aux_sym_include_token1] = ACTIONS(1563), + [aux_sym_ip_qos_token1] = ACTIONS(1563), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1563), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1563), + [aux_sym_kex_algorithms_token1] = ACTIONS(1563), + [aux_sym_known_hosts_command_token1] = ACTIONS(1563), + [aux_sym_local_command_token1] = ACTIONS(1563), + [aux_sym_local_forward_token1] = ACTIONS(1563), + [aux_sym_log_level_token1] = ACTIONS(1563), + [aux_sym_log_verbose_token1] = ACTIONS(1563), + [aux_sym_macs_token1] = ACTIONS(1563), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1563), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1563), + [aux_sym_password_authentication_token1] = ACTIONS(1563), + [aux_sym_permit_local_command_token1] = ACTIONS(1563), + [aux_sym_permit_remote_open_token1] = ACTIONS(1563), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1563), + [aux_sym_port_token1] = ACTIONS(1563), + [aux_sym_preferred_authentications_token1] = ACTIONS(1563), + [aux_sym_protocol_token1] = ACTIONS(1563), + [aux_sym_proxy_command_token1] = ACTIONS(1563), + [aux_sym_proxy_jump_token1] = ACTIONS(1563), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1563), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1563), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1563), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1563), + [aux_sym_rekey_limit_token1] = ACTIONS(1563), + [aux_sym_remote_command_token1] = ACTIONS(1563), + [aux_sym_remote_forward_token1] = ACTIONS(1563), + [aux_sym_request_tty_token1] = ACTIONS(1563), + [aux_sym_required_rsa_size_token1] = ACTIONS(1563), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1563), + [aux_sym_security_key_provider_token1] = ACTIONS(1563), + [aux_sym_send_env_token1] = ACTIONS(1563), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1563), + [aux_sym_server_alive_interval_token1] = ACTIONS(1563), + [aux_sym_session_type_token1] = ACTIONS(1563), + [aux_sym_set_env_token1] = ACTIONS(1563), + [aux_sym_stdin_null_token1] = ACTIONS(1563), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1563), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1563), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1563), + [aux_sym_syslog_facility_token1] = ACTIONS(1563), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1563), + [aux_sym_keep_alive_token1] = ACTIONS(1563), + [aux_sym_tunnel_token1] = ACTIONS(1565), + [aux_sym_tunnel_device_token1] = ACTIONS(1563), + [aux_sym_update_host_keys_token1] = ACTIONS(1563), + [aux_sym_use_keychain_token1] = ACTIONS(1563), + [aux_sym_use_roaming_token1] = ACTIONS(1563), + [aux_sym_user_token1] = ACTIONS(1565), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1563), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1563), + [aux_sym_visual_host_key_token1] = ACTIONS(1563), + [aux_sym_xauth_location_token1] = ACTIONS(1563), }, [172] = { - [ts_builtin_sym_end] = ACTIONS(1564), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1566), - [anon_sym_DQUOTE] = ACTIONS(1568), - [aux_sym_match_token1] = ACTIONS(1564), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1564), - [aux_sym_address_family_token1] = ACTIONS(1564), - [aux_sym_batch_mode_token1] = ACTIONS(1564), - [aux_sym_bind_address_token1] = ACTIONS(1564), - [aux_sym_bind_interface_token1] = ACTIONS(1564), - [aux_sym_canonical_domains_token1] = ACTIONS(1564), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1564), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1564), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1564), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1564), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1564), - [aux_sym_certificate_file_token1] = ACTIONS(1564), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1564), - [aux_sym_check_host_ip_token1] = ACTIONS(1564), - [aux_sym_ciphers_token1] = ACTIONS(1564), - [aux_sym_cipher_token1] = ACTIONS(1566), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1564), - [aux_sym_compression_token1] = ACTIONS(1564), - [aux_sym_connection_attempts_token1] = ACTIONS(1564), - [aux_sym_connect_timeout_token1] = ACTIONS(1564), - [aux_sym_control_master_token1] = ACTIONS(1564), - [aux_sym_control_path_token1] = ACTIONS(1564), - [aux_sym_control_persist_token1] = ACTIONS(1564), - [aux_sym_dynamic_forward_token1] = ACTIONS(1564), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1564), - [aux_sym_escape_char_token1] = ACTIONS(1564), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1564), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1564), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1564), - [aux_sym_forward_agent_token1] = ACTIONS(1564), - [aux_sym_forward_x11_token1] = ACTIONS(1566), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1564), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1564), - [aux_sym_gateway_ports_token1] = ACTIONS(1564), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1564), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1564), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1564), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1564), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1564), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1564), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1564), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1564), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1564), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1564), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1564), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1564), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1564), - [aux_sym_host_key_alias_token1] = ACTIONS(1564), - [aux_sym_hostname_token1] = ACTIONS(1564), - [aux_sym_identities_only_token1] = ACTIONS(1564), - [aux_sym_identity_agent_token1] = ACTIONS(1564), - [aux_sym_identity_file_token1] = ACTIONS(1564), - [aux_sym_ignore_unknown_token1] = ACTIONS(1564), - [aux_sym_include_token1] = ACTIONS(1564), - [aux_sym_ip_qos_token1] = ACTIONS(1564), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1564), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1564), - [aux_sym_kex_algorithms_token1] = ACTIONS(1564), - [aux_sym_known_hosts_command_token1] = ACTIONS(1564), - [aux_sym_local_command_token1] = ACTIONS(1564), - [aux_sym_local_forward_token1] = ACTIONS(1564), - [aux_sym_log_level_token1] = ACTIONS(1564), - [aux_sym_log_verbose_token1] = ACTIONS(1564), - [aux_sym_macs_token1] = ACTIONS(1564), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1564), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1564), - [aux_sym_password_authentication_token1] = ACTIONS(1564), - [aux_sym_permit_local_command_token1] = ACTIONS(1564), - [aux_sym_permit_remote_open_token1] = ACTIONS(1564), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1564), - [aux_sym_port_token1] = ACTIONS(1564), - [aux_sym_preferred_authentications_token1] = ACTIONS(1564), - [aux_sym_protocol_token1] = ACTIONS(1564), - [aux_sym_proxy_command_token1] = ACTIONS(1564), - [aux_sym_proxy_jump_token1] = ACTIONS(1564), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1564), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1564), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1564), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1564), - [aux_sym_rekey_limit_token1] = ACTIONS(1564), - [aux_sym_remote_command_token1] = ACTIONS(1564), - [aux_sym_remote_forward_token1] = ACTIONS(1564), - [aux_sym_request_tty_token1] = ACTIONS(1564), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1564), - [aux_sym_security_key_provider_token1] = ACTIONS(1564), - [aux_sym_send_env_token1] = ACTIONS(1564), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1564), - [aux_sym_server_alive_interval_token1] = ACTIONS(1564), - [aux_sym_session_type_token1] = ACTIONS(1564), - [aux_sym_set_env_token1] = ACTIONS(1564), - [aux_sym_stdin_null_token1] = ACTIONS(1564), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1564), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1564), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1564), - [aux_sym_syslog_facility_token1] = ACTIONS(1564), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1564), - [aux_sym_keep_alive_token1] = ACTIONS(1564), - [aux_sym_tunnel_token1] = ACTIONS(1566), - [aux_sym_tunnel_device_token1] = ACTIONS(1564), - [aux_sym_update_host_keys_token1] = ACTIONS(1564), - [aux_sym_use_keychain_token1] = ACTIONS(1564), - [aux_sym_use_roaming_token1] = ACTIONS(1564), - [aux_sym_user_token1] = ACTIONS(1566), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1564), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1564), - [aux_sym_visual_host_key_token1] = ACTIONS(1564), - [aux_sym_xauth_location_token1] = ACTIONS(1564), + [ts_builtin_sym_end] = ACTIONS(1569), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1571), + [anon_sym_DQUOTE] = ACTIONS(1573), + [aux_sym_match_token1] = ACTIONS(1569), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1569), + [aux_sym_address_family_token1] = ACTIONS(1569), + [aux_sym_batch_mode_token1] = ACTIONS(1569), + [aux_sym_bind_address_token1] = ACTIONS(1569), + [aux_sym_bind_interface_token1] = ACTIONS(1569), + [aux_sym_canonical_domains_token1] = ACTIONS(1569), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1569), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1569), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1569), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1569), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1569), + [aux_sym_certificate_file_token1] = ACTIONS(1569), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1569), + [aux_sym_check_host_ip_token1] = ACTIONS(1569), + [aux_sym_ciphers_token1] = ACTIONS(1569), + [aux_sym_cipher_token1] = ACTIONS(1571), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1569), + [aux_sym_compression_token1] = ACTIONS(1569), + [aux_sym_connection_attempts_token1] = ACTIONS(1569), + [aux_sym_connect_timeout_token1] = ACTIONS(1569), + [aux_sym_control_master_token1] = ACTIONS(1569), + [aux_sym_control_path_token1] = ACTIONS(1569), + [aux_sym_control_persist_token1] = ACTIONS(1569), + [aux_sym_dynamic_forward_token1] = ACTIONS(1569), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1569), + [aux_sym_escape_char_token1] = ACTIONS(1569), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1569), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1569), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1569), + [aux_sym_forward_agent_token1] = ACTIONS(1569), + [aux_sym_forward_x11_token1] = ACTIONS(1571), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1569), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1569), + [aux_sym_gateway_ports_token1] = ACTIONS(1569), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1569), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1569), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1569), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1569), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1569), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1569), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1569), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1569), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1569), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1569), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1569), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1569), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1569), + [aux_sym_host_key_alias_token1] = ACTIONS(1569), + [aux_sym_hostname_token1] = ACTIONS(1569), + [aux_sym_identities_only_token1] = ACTIONS(1569), + [aux_sym_identity_agent_token1] = ACTIONS(1569), + [aux_sym_identity_file_token1] = ACTIONS(1569), + [aux_sym_ignore_unknown_token1] = ACTIONS(1569), + [aux_sym_include_token1] = ACTIONS(1569), + [aux_sym_ip_qos_token1] = ACTIONS(1569), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1569), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1569), + [aux_sym_kex_algorithms_token1] = ACTIONS(1569), + [aux_sym_known_hosts_command_token1] = ACTIONS(1569), + [aux_sym_local_command_token1] = ACTIONS(1569), + [aux_sym_local_forward_token1] = ACTIONS(1569), + [aux_sym_log_level_token1] = ACTIONS(1569), + [aux_sym_log_verbose_token1] = ACTIONS(1569), + [aux_sym_macs_token1] = ACTIONS(1569), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1569), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1569), + [aux_sym_password_authentication_token1] = ACTIONS(1569), + [aux_sym_permit_local_command_token1] = ACTIONS(1569), + [aux_sym_permit_remote_open_token1] = ACTIONS(1569), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1569), + [aux_sym_port_token1] = ACTIONS(1569), + [aux_sym_preferred_authentications_token1] = ACTIONS(1569), + [aux_sym_protocol_token1] = ACTIONS(1569), + [aux_sym_proxy_command_token1] = ACTIONS(1569), + [aux_sym_proxy_jump_token1] = ACTIONS(1569), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1569), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1569), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1569), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1569), + [aux_sym_rekey_limit_token1] = ACTIONS(1569), + [aux_sym_remote_command_token1] = ACTIONS(1569), + [aux_sym_remote_forward_token1] = ACTIONS(1569), + [aux_sym_request_tty_token1] = ACTIONS(1569), + [aux_sym_required_rsa_size_token1] = ACTIONS(1569), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1569), + [aux_sym_security_key_provider_token1] = ACTIONS(1569), + [aux_sym_send_env_token1] = ACTIONS(1569), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1569), + [aux_sym_server_alive_interval_token1] = ACTIONS(1569), + [aux_sym_session_type_token1] = ACTIONS(1569), + [aux_sym_set_env_token1] = ACTIONS(1569), + [aux_sym_stdin_null_token1] = ACTIONS(1569), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1569), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1569), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1569), + [aux_sym_syslog_facility_token1] = ACTIONS(1569), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1569), + [aux_sym_keep_alive_token1] = ACTIONS(1569), + [aux_sym_tunnel_token1] = ACTIONS(1571), + [aux_sym_tunnel_device_token1] = ACTIONS(1569), + [aux_sym_update_host_keys_token1] = ACTIONS(1569), + [aux_sym_use_keychain_token1] = ACTIONS(1569), + [aux_sym_use_roaming_token1] = ACTIONS(1569), + [aux_sym_user_token1] = ACTIONS(1571), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1569), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1569), + [aux_sym_visual_host_key_token1] = ACTIONS(1569), + [aux_sym_xauth_location_token1] = ACTIONS(1569), }, [173] = { - [ts_builtin_sym_end] = ACTIONS(1570), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1572), - [anon_sym_DQUOTE] = ACTIONS(1574), - [aux_sym_match_token1] = ACTIONS(1570), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1570), - [aux_sym_address_family_token1] = ACTIONS(1570), - [aux_sym_batch_mode_token1] = ACTIONS(1570), - [aux_sym_bind_address_token1] = ACTIONS(1570), - [aux_sym_bind_interface_token1] = ACTIONS(1570), - [aux_sym_canonical_domains_token1] = ACTIONS(1570), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1570), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1570), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1570), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1570), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1570), - [aux_sym_certificate_file_token1] = ACTIONS(1570), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1570), - [aux_sym_check_host_ip_token1] = ACTIONS(1570), - [aux_sym_ciphers_token1] = ACTIONS(1570), - [aux_sym_cipher_token1] = ACTIONS(1572), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1570), - [aux_sym_compression_token1] = ACTIONS(1570), - [aux_sym_connection_attempts_token1] = ACTIONS(1570), - [aux_sym_connect_timeout_token1] = ACTIONS(1570), - [aux_sym_control_master_token1] = ACTIONS(1570), - [aux_sym_control_path_token1] = ACTIONS(1570), - [aux_sym_control_persist_token1] = ACTIONS(1570), - [aux_sym_dynamic_forward_token1] = ACTIONS(1570), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1570), - [aux_sym_escape_char_token1] = ACTIONS(1570), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1570), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1570), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1570), - [aux_sym_forward_agent_token1] = ACTIONS(1570), - [aux_sym_forward_x11_token1] = ACTIONS(1572), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1570), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1570), - [aux_sym_gateway_ports_token1] = ACTIONS(1570), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1570), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1570), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1570), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1570), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1570), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1570), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1570), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1570), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1570), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1570), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1570), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1570), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1570), - [aux_sym_host_key_alias_token1] = ACTIONS(1570), - [aux_sym_hostname_token1] = ACTIONS(1570), - [aux_sym_identities_only_token1] = ACTIONS(1570), - [aux_sym_identity_agent_token1] = ACTIONS(1570), - [aux_sym_identity_file_token1] = ACTIONS(1570), - [aux_sym_ignore_unknown_token1] = ACTIONS(1570), - [aux_sym_include_token1] = ACTIONS(1570), - [aux_sym_ip_qos_token1] = ACTIONS(1570), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1570), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1570), - [aux_sym_kex_algorithms_token1] = ACTIONS(1570), - [aux_sym_known_hosts_command_token1] = ACTIONS(1570), - [aux_sym_local_command_token1] = ACTIONS(1570), - [aux_sym_local_forward_token1] = ACTIONS(1570), - [aux_sym_log_level_token1] = ACTIONS(1570), - [aux_sym_log_verbose_token1] = ACTIONS(1570), - [aux_sym_macs_token1] = ACTIONS(1570), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1570), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1570), - [aux_sym_password_authentication_token1] = ACTIONS(1570), - [aux_sym_permit_local_command_token1] = ACTIONS(1570), - [aux_sym_permit_remote_open_token1] = ACTIONS(1570), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1570), - [aux_sym_port_token1] = ACTIONS(1570), - [aux_sym_preferred_authentications_token1] = ACTIONS(1570), - [aux_sym_protocol_token1] = ACTIONS(1570), - [aux_sym_proxy_command_token1] = ACTIONS(1570), - [aux_sym_proxy_jump_token1] = ACTIONS(1570), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1570), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1570), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1570), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1570), - [aux_sym_rekey_limit_token1] = ACTIONS(1570), - [aux_sym_remote_command_token1] = ACTIONS(1570), - [aux_sym_remote_forward_token1] = ACTIONS(1570), - [aux_sym_request_tty_token1] = ACTIONS(1570), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1570), - [aux_sym_security_key_provider_token1] = ACTIONS(1570), - [aux_sym_send_env_token1] = ACTIONS(1570), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1570), - [aux_sym_server_alive_interval_token1] = ACTIONS(1570), - [aux_sym_session_type_token1] = ACTIONS(1570), - [aux_sym_set_env_token1] = ACTIONS(1570), - [aux_sym_stdin_null_token1] = ACTIONS(1570), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1570), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1570), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1570), - [aux_sym_syslog_facility_token1] = ACTIONS(1570), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1570), - [aux_sym_keep_alive_token1] = ACTIONS(1570), - [aux_sym_tunnel_token1] = ACTIONS(1572), - [aux_sym_tunnel_device_token1] = ACTIONS(1570), - [aux_sym_update_host_keys_token1] = ACTIONS(1570), - [aux_sym_use_keychain_token1] = ACTIONS(1570), - [aux_sym_use_roaming_token1] = ACTIONS(1570), - [aux_sym_user_token1] = ACTIONS(1572), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1570), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1570), - [aux_sym_visual_host_key_token1] = ACTIONS(1570), - [aux_sym_xauth_location_token1] = ACTIONS(1570), + [ts_builtin_sym_end] = ACTIONS(1575), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1577), + [anon_sym_DQUOTE] = ACTIONS(1579), + [aux_sym_match_token1] = ACTIONS(1575), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1575), + [aux_sym_address_family_token1] = ACTIONS(1575), + [aux_sym_batch_mode_token1] = ACTIONS(1575), + [aux_sym_bind_address_token1] = ACTIONS(1575), + [aux_sym_bind_interface_token1] = ACTIONS(1575), + [aux_sym_canonical_domains_token1] = ACTIONS(1575), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1575), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1575), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1575), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1575), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1575), + [aux_sym_certificate_file_token1] = ACTIONS(1575), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1575), + [aux_sym_check_host_ip_token1] = ACTIONS(1575), + [aux_sym_ciphers_token1] = ACTIONS(1575), + [aux_sym_cipher_token1] = ACTIONS(1577), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1575), + [aux_sym_compression_token1] = ACTIONS(1575), + [aux_sym_connection_attempts_token1] = ACTIONS(1575), + [aux_sym_connect_timeout_token1] = ACTIONS(1575), + [aux_sym_control_master_token1] = ACTIONS(1575), + [aux_sym_control_path_token1] = ACTIONS(1575), + [aux_sym_control_persist_token1] = ACTIONS(1575), + [aux_sym_dynamic_forward_token1] = ACTIONS(1575), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1575), + [aux_sym_escape_char_token1] = ACTIONS(1575), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1575), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1575), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1575), + [aux_sym_forward_agent_token1] = ACTIONS(1575), + [aux_sym_forward_x11_token1] = ACTIONS(1577), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1575), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1575), + [aux_sym_gateway_ports_token1] = ACTIONS(1575), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1575), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1575), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1575), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1575), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1575), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1575), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1575), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1575), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1575), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1575), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1575), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1575), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1575), + [aux_sym_host_key_alias_token1] = ACTIONS(1575), + [aux_sym_hostname_token1] = ACTIONS(1575), + [aux_sym_identities_only_token1] = ACTIONS(1575), + [aux_sym_identity_agent_token1] = ACTIONS(1575), + [aux_sym_identity_file_token1] = ACTIONS(1575), + [aux_sym_ignore_unknown_token1] = ACTIONS(1575), + [aux_sym_include_token1] = ACTIONS(1575), + [aux_sym_ip_qos_token1] = ACTIONS(1575), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1575), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1575), + [aux_sym_kex_algorithms_token1] = ACTIONS(1575), + [aux_sym_known_hosts_command_token1] = ACTIONS(1575), + [aux_sym_local_command_token1] = ACTIONS(1575), + [aux_sym_local_forward_token1] = ACTIONS(1575), + [aux_sym_log_level_token1] = ACTIONS(1575), + [aux_sym_log_verbose_token1] = ACTIONS(1575), + [aux_sym_macs_token1] = ACTIONS(1575), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1575), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1575), + [aux_sym_password_authentication_token1] = ACTIONS(1575), + [aux_sym_permit_local_command_token1] = ACTIONS(1575), + [aux_sym_permit_remote_open_token1] = ACTIONS(1575), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1575), + [aux_sym_port_token1] = ACTIONS(1575), + [aux_sym_preferred_authentications_token1] = ACTIONS(1575), + [aux_sym_protocol_token1] = ACTIONS(1575), + [aux_sym_proxy_command_token1] = ACTIONS(1575), + [aux_sym_proxy_jump_token1] = ACTIONS(1575), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1575), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1575), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1575), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1575), + [aux_sym_rekey_limit_token1] = ACTIONS(1575), + [aux_sym_remote_command_token1] = ACTIONS(1575), + [aux_sym_remote_forward_token1] = ACTIONS(1575), + [aux_sym_request_tty_token1] = ACTIONS(1575), + [aux_sym_required_rsa_size_token1] = ACTIONS(1575), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1575), + [aux_sym_security_key_provider_token1] = ACTIONS(1575), + [aux_sym_send_env_token1] = ACTIONS(1575), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1575), + [aux_sym_server_alive_interval_token1] = ACTIONS(1575), + [aux_sym_session_type_token1] = ACTIONS(1575), + [aux_sym_set_env_token1] = ACTIONS(1575), + [aux_sym_stdin_null_token1] = ACTIONS(1575), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1575), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1575), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1575), + [aux_sym_syslog_facility_token1] = ACTIONS(1575), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1575), + [aux_sym_keep_alive_token1] = ACTIONS(1575), + [aux_sym_tunnel_token1] = ACTIONS(1577), + [aux_sym_tunnel_device_token1] = ACTIONS(1575), + [aux_sym_update_host_keys_token1] = ACTIONS(1575), + [aux_sym_use_keychain_token1] = ACTIONS(1575), + [aux_sym_use_roaming_token1] = ACTIONS(1575), + [aux_sym_user_token1] = ACTIONS(1577), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1575), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1575), + [aux_sym_visual_host_key_token1] = ACTIONS(1575), + [aux_sym_xauth_location_token1] = ACTIONS(1575), }, [174] = { - [ts_builtin_sym_end] = ACTIONS(1576), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1578), - [anon_sym_DQUOTE] = ACTIONS(1580), - [aux_sym_match_token1] = ACTIONS(1576), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1576), - [aux_sym_address_family_token1] = ACTIONS(1576), - [aux_sym_batch_mode_token1] = ACTIONS(1576), - [aux_sym_bind_address_token1] = ACTIONS(1576), - [aux_sym_bind_interface_token1] = ACTIONS(1576), - [aux_sym_canonical_domains_token1] = ACTIONS(1576), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1576), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1576), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1576), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1576), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1576), - [aux_sym_certificate_file_token1] = ACTIONS(1576), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1576), - [aux_sym_check_host_ip_token1] = ACTIONS(1576), - [aux_sym_ciphers_token1] = ACTIONS(1576), - [aux_sym_cipher_token1] = ACTIONS(1578), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1576), - [aux_sym_compression_token1] = ACTIONS(1576), - [aux_sym_connection_attempts_token1] = ACTIONS(1576), - [aux_sym_connect_timeout_token1] = ACTIONS(1576), - [aux_sym_control_master_token1] = ACTIONS(1576), - [aux_sym_control_path_token1] = ACTIONS(1576), - [aux_sym_control_persist_token1] = ACTIONS(1576), - [aux_sym_dynamic_forward_token1] = ACTIONS(1576), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1576), - [aux_sym_escape_char_token1] = ACTIONS(1576), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1576), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1576), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1576), - [aux_sym_forward_agent_token1] = ACTIONS(1576), - [aux_sym_forward_x11_token1] = ACTIONS(1578), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1576), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1576), - [aux_sym_gateway_ports_token1] = ACTIONS(1576), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1576), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1576), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1576), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1576), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1576), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1576), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1576), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1576), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1576), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1576), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1576), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1576), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1576), - [aux_sym_host_key_alias_token1] = ACTIONS(1576), - [aux_sym_hostname_token1] = ACTIONS(1576), - [aux_sym_identities_only_token1] = ACTIONS(1576), - [aux_sym_identity_agent_token1] = ACTIONS(1576), - [aux_sym_identity_file_token1] = ACTIONS(1576), - [aux_sym_ignore_unknown_token1] = ACTIONS(1576), - [aux_sym_include_token1] = ACTIONS(1576), - [aux_sym_ip_qos_token1] = ACTIONS(1576), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1576), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1576), - [aux_sym_kex_algorithms_token1] = ACTIONS(1576), - [aux_sym_known_hosts_command_token1] = ACTIONS(1576), - [aux_sym_local_command_token1] = ACTIONS(1576), - [aux_sym_local_forward_token1] = ACTIONS(1576), - [aux_sym_log_level_token1] = ACTIONS(1576), - [aux_sym_log_verbose_token1] = ACTIONS(1576), - [aux_sym_macs_token1] = ACTIONS(1576), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1576), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1576), - [aux_sym_password_authentication_token1] = ACTIONS(1576), - [aux_sym_permit_local_command_token1] = ACTIONS(1576), - [aux_sym_permit_remote_open_token1] = ACTIONS(1576), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1576), - [aux_sym_port_token1] = ACTIONS(1576), - [aux_sym_preferred_authentications_token1] = ACTIONS(1576), - [aux_sym_protocol_token1] = ACTIONS(1576), - [aux_sym_proxy_command_token1] = ACTIONS(1576), - [aux_sym_proxy_jump_token1] = ACTIONS(1576), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1576), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1576), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1576), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1576), - [aux_sym_rekey_limit_token1] = ACTIONS(1576), - [aux_sym_remote_command_token1] = ACTIONS(1576), - [aux_sym_remote_forward_token1] = ACTIONS(1576), - [aux_sym_request_tty_token1] = ACTIONS(1576), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1576), - [aux_sym_security_key_provider_token1] = ACTIONS(1576), - [aux_sym_send_env_token1] = ACTIONS(1576), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1576), - [aux_sym_server_alive_interval_token1] = ACTIONS(1576), - [aux_sym_session_type_token1] = ACTIONS(1576), - [aux_sym_set_env_token1] = ACTIONS(1576), - [aux_sym_stdin_null_token1] = ACTIONS(1576), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1576), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1576), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1576), - [aux_sym_syslog_facility_token1] = ACTIONS(1576), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1576), - [aux_sym_keep_alive_token1] = ACTIONS(1576), - [aux_sym_tunnel_token1] = ACTIONS(1578), - [aux_sym_tunnel_device_token1] = ACTIONS(1576), - [aux_sym_update_host_keys_token1] = ACTIONS(1576), - [aux_sym_use_keychain_token1] = ACTIONS(1576), - [aux_sym_use_roaming_token1] = ACTIONS(1576), - [aux_sym_user_token1] = ACTIONS(1578), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1576), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1576), - [aux_sym_visual_host_key_token1] = ACTIONS(1576), - [aux_sym_xauth_location_token1] = ACTIONS(1576), + [ts_builtin_sym_end] = ACTIONS(1581), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1583), + [anon_sym_DQUOTE] = ACTIONS(1585), + [aux_sym_match_token1] = ACTIONS(1581), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1581), + [aux_sym_address_family_token1] = ACTIONS(1581), + [aux_sym_batch_mode_token1] = ACTIONS(1581), + [aux_sym_bind_address_token1] = ACTIONS(1581), + [aux_sym_bind_interface_token1] = ACTIONS(1581), + [aux_sym_canonical_domains_token1] = ACTIONS(1581), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1581), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1581), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1581), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1581), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1581), + [aux_sym_certificate_file_token1] = ACTIONS(1581), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1581), + [aux_sym_check_host_ip_token1] = ACTIONS(1581), + [aux_sym_ciphers_token1] = ACTIONS(1581), + [aux_sym_cipher_token1] = ACTIONS(1583), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1581), + [aux_sym_compression_token1] = ACTIONS(1581), + [aux_sym_connection_attempts_token1] = ACTIONS(1581), + [aux_sym_connect_timeout_token1] = ACTIONS(1581), + [aux_sym_control_master_token1] = ACTIONS(1581), + [aux_sym_control_path_token1] = ACTIONS(1581), + [aux_sym_control_persist_token1] = ACTIONS(1581), + [aux_sym_dynamic_forward_token1] = ACTIONS(1581), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1581), + [aux_sym_escape_char_token1] = ACTIONS(1581), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1581), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1581), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1581), + [aux_sym_forward_agent_token1] = ACTIONS(1581), + [aux_sym_forward_x11_token1] = ACTIONS(1583), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1581), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1581), + [aux_sym_gateway_ports_token1] = ACTIONS(1581), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1581), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1581), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1581), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1581), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1581), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1581), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1581), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1581), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1581), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1581), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1581), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1581), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1581), + [aux_sym_host_key_alias_token1] = ACTIONS(1581), + [aux_sym_hostname_token1] = ACTIONS(1581), + [aux_sym_identities_only_token1] = ACTIONS(1581), + [aux_sym_identity_agent_token1] = ACTIONS(1581), + [aux_sym_identity_file_token1] = ACTIONS(1581), + [aux_sym_ignore_unknown_token1] = ACTIONS(1581), + [aux_sym_include_token1] = ACTIONS(1581), + [aux_sym_ip_qos_token1] = ACTIONS(1581), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1581), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1581), + [aux_sym_kex_algorithms_token1] = ACTIONS(1581), + [aux_sym_known_hosts_command_token1] = ACTIONS(1581), + [aux_sym_local_command_token1] = ACTIONS(1581), + [aux_sym_local_forward_token1] = ACTIONS(1581), + [aux_sym_log_level_token1] = ACTIONS(1581), + [aux_sym_log_verbose_token1] = ACTIONS(1581), + [aux_sym_macs_token1] = ACTIONS(1581), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1581), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1581), + [aux_sym_password_authentication_token1] = ACTIONS(1581), + [aux_sym_permit_local_command_token1] = ACTIONS(1581), + [aux_sym_permit_remote_open_token1] = ACTIONS(1581), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1581), + [aux_sym_port_token1] = ACTIONS(1581), + [aux_sym_preferred_authentications_token1] = ACTIONS(1581), + [aux_sym_protocol_token1] = ACTIONS(1581), + [aux_sym_proxy_command_token1] = ACTIONS(1581), + [aux_sym_proxy_jump_token1] = ACTIONS(1581), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1581), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1581), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1581), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1581), + [aux_sym_rekey_limit_token1] = ACTIONS(1581), + [aux_sym_remote_command_token1] = ACTIONS(1581), + [aux_sym_remote_forward_token1] = ACTIONS(1581), + [aux_sym_request_tty_token1] = ACTIONS(1581), + [aux_sym_required_rsa_size_token1] = ACTIONS(1581), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1581), + [aux_sym_security_key_provider_token1] = ACTIONS(1581), + [aux_sym_send_env_token1] = ACTIONS(1581), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1581), + [aux_sym_server_alive_interval_token1] = ACTIONS(1581), + [aux_sym_session_type_token1] = ACTIONS(1581), + [aux_sym_set_env_token1] = ACTIONS(1581), + [aux_sym_stdin_null_token1] = ACTIONS(1581), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1581), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1581), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1581), + [aux_sym_syslog_facility_token1] = ACTIONS(1581), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1581), + [aux_sym_keep_alive_token1] = ACTIONS(1581), + [aux_sym_tunnel_token1] = ACTIONS(1583), + [aux_sym_tunnel_device_token1] = ACTIONS(1581), + [aux_sym_update_host_keys_token1] = ACTIONS(1581), + [aux_sym_use_keychain_token1] = ACTIONS(1581), + [aux_sym_use_roaming_token1] = ACTIONS(1581), + [aux_sym_user_token1] = ACTIONS(1583), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1581), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1581), + [aux_sym_visual_host_key_token1] = ACTIONS(1581), + [aux_sym_xauth_location_token1] = ACTIONS(1581), }, [175] = { - [ts_builtin_sym_end] = ACTIONS(1582), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1584), - [anon_sym_DQUOTE] = ACTIONS(1586), - [aux_sym_match_token1] = ACTIONS(1582), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1582), - [aux_sym_address_family_token1] = ACTIONS(1582), - [aux_sym_batch_mode_token1] = ACTIONS(1582), - [aux_sym_bind_address_token1] = ACTIONS(1582), - [aux_sym_bind_interface_token1] = ACTIONS(1582), - [aux_sym_canonical_domains_token1] = ACTIONS(1582), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1582), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1582), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1582), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1582), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1582), - [aux_sym_certificate_file_token1] = ACTIONS(1582), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1582), - [aux_sym_check_host_ip_token1] = ACTIONS(1582), - [aux_sym_ciphers_token1] = ACTIONS(1582), - [aux_sym_cipher_token1] = ACTIONS(1584), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1582), - [aux_sym_compression_token1] = ACTIONS(1582), - [aux_sym_connection_attempts_token1] = ACTIONS(1582), - [aux_sym_connect_timeout_token1] = ACTIONS(1582), - [aux_sym_control_master_token1] = ACTIONS(1582), - [aux_sym_control_path_token1] = ACTIONS(1582), - [aux_sym_control_persist_token1] = ACTIONS(1582), - [aux_sym_dynamic_forward_token1] = ACTIONS(1582), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1582), - [aux_sym_escape_char_token1] = ACTIONS(1582), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1582), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1582), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1582), - [aux_sym_forward_agent_token1] = ACTIONS(1582), - [aux_sym_forward_x11_token1] = ACTIONS(1584), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1582), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1582), - [aux_sym_gateway_ports_token1] = ACTIONS(1582), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1582), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1582), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1582), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1582), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1582), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1582), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1582), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1582), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1582), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1582), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1582), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1582), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1582), - [aux_sym_host_key_alias_token1] = ACTIONS(1582), - [aux_sym_hostname_token1] = ACTIONS(1582), - [aux_sym_identities_only_token1] = ACTIONS(1582), - [aux_sym_identity_agent_token1] = ACTIONS(1582), - [aux_sym_identity_file_token1] = ACTIONS(1582), - [aux_sym_ignore_unknown_token1] = ACTIONS(1582), - [aux_sym_include_token1] = ACTIONS(1582), - [aux_sym_ip_qos_token1] = ACTIONS(1582), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1582), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1582), - [aux_sym_kex_algorithms_token1] = ACTIONS(1582), - [aux_sym_known_hosts_command_token1] = ACTIONS(1582), - [aux_sym_local_command_token1] = ACTIONS(1582), - [aux_sym_local_forward_token1] = ACTIONS(1582), - [aux_sym_log_level_token1] = ACTIONS(1582), - [aux_sym_log_verbose_token1] = ACTIONS(1582), - [aux_sym_macs_token1] = ACTIONS(1582), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1582), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1582), - [aux_sym_password_authentication_token1] = ACTIONS(1582), - [aux_sym_permit_local_command_token1] = ACTIONS(1582), - [aux_sym_permit_remote_open_token1] = ACTIONS(1582), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1582), - [aux_sym_port_token1] = ACTIONS(1582), - [aux_sym_preferred_authentications_token1] = ACTIONS(1582), - [aux_sym_protocol_token1] = ACTIONS(1582), - [aux_sym_proxy_command_token1] = ACTIONS(1582), - [aux_sym_proxy_jump_token1] = ACTIONS(1582), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1582), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1582), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1582), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1582), - [aux_sym_rekey_limit_token1] = ACTIONS(1582), - [aux_sym_remote_command_token1] = ACTIONS(1582), - [aux_sym_remote_forward_token1] = ACTIONS(1582), - [aux_sym_request_tty_token1] = ACTIONS(1582), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1582), - [aux_sym_security_key_provider_token1] = ACTIONS(1582), - [aux_sym_send_env_token1] = ACTIONS(1582), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1582), - [aux_sym_server_alive_interval_token1] = ACTIONS(1582), - [aux_sym_session_type_token1] = ACTIONS(1582), - [aux_sym_set_env_token1] = ACTIONS(1582), - [aux_sym_stdin_null_token1] = ACTIONS(1582), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1582), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1582), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1582), - [aux_sym_syslog_facility_token1] = ACTIONS(1582), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1582), - [aux_sym_keep_alive_token1] = ACTIONS(1582), - [aux_sym_tunnel_token1] = ACTIONS(1584), - [aux_sym_tunnel_device_token1] = ACTIONS(1582), - [aux_sym_update_host_keys_token1] = ACTIONS(1582), - [aux_sym_use_keychain_token1] = ACTIONS(1582), - [aux_sym_use_roaming_token1] = ACTIONS(1582), - [aux_sym_user_token1] = ACTIONS(1584), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1582), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1582), - [aux_sym_visual_host_key_token1] = ACTIONS(1582), - [aux_sym_xauth_location_token1] = ACTIONS(1582), + [ts_builtin_sym_end] = ACTIONS(1587), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1589), + [anon_sym_DQUOTE] = ACTIONS(1591), + [aux_sym_match_token1] = ACTIONS(1587), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1587), + [aux_sym_address_family_token1] = ACTIONS(1587), + [aux_sym_batch_mode_token1] = ACTIONS(1587), + [aux_sym_bind_address_token1] = ACTIONS(1587), + [aux_sym_bind_interface_token1] = ACTIONS(1587), + [aux_sym_canonical_domains_token1] = ACTIONS(1587), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1587), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1587), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1587), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1587), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1587), + [aux_sym_certificate_file_token1] = ACTIONS(1587), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1587), + [aux_sym_check_host_ip_token1] = ACTIONS(1587), + [aux_sym_ciphers_token1] = ACTIONS(1587), + [aux_sym_cipher_token1] = ACTIONS(1589), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1587), + [aux_sym_compression_token1] = ACTIONS(1587), + [aux_sym_connection_attempts_token1] = ACTIONS(1587), + [aux_sym_connect_timeout_token1] = ACTIONS(1587), + [aux_sym_control_master_token1] = ACTIONS(1587), + [aux_sym_control_path_token1] = ACTIONS(1587), + [aux_sym_control_persist_token1] = ACTIONS(1587), + [aux_sym_dynamic_forward_token1] = ACTIONS(1587), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1587), + [aux_sym_escape_char_token1] = ACTIONS(1587), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1587), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1587), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1587), + [aux_sym_forward_agent_token1] = ACTIONS(1587), + [aux_sym_forward_x11_token1] = ACTIONS(1589), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1587), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1587), + [aux_sym_gateway_ports_token1] = ACTIONS(1587), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1587), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1587), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1587), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1587), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1587), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1587), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1587), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1587), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1587), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1587), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1587), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1587), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1587), + [aux_sym_host_key_alias_token1] = ACTIONS(1587), + [aux_sym_hostname_token1] = ACTIONS(1587), + [aux_sym_identities_only_token1] = ACTIONS(1587), + [aux_sym_identity_agent_token1] = ACTIONS(1587), + [aux_sym_identity_file_token1] = ACTIONS(1587), + [aux_sym_ignore_unknown_token1] = ACTIONS(1587), + [aux_sym_include_token1] = ACTIONS(1587), + [aux_sym_ip_qos_token1] = ACTIONS(1587), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1587), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1587), + [aux_sym_kex_algorithms_token1] = ACTIONS(1587), + [aux_sym_known_hosts_command_token1] = ACTIONS(1587), + [aux_sym_local_command_token1] = ACTIONS(1587), + [aux_sym_local_forward_token1] = ACTIONS(1587), + [aux_sym_log_level_token1] = ACTIONS(1587), + [aux_sym_log_verbose_token1] = ACTIONS(1587), + [aux_sym_macs_token1] = ACTIONS(1587), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1587), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1587), + [aux_sym_password_authentication_token1] = ACTIONS(1587), + [aux_sym_permit_local_command_token1] = ACTIONS(1587), + [aux_sym_permit_remote_open_token1] = ACTIONS(1587), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1587), + [aux_sym_port_token1] = ACTIONS(1587), + [aux_sym_preferred_authentications_token1] = ACTIONS(1587), + [aux_sym_protocol_token1] = ACTIONS(1587), + [aux_sym_proxy_command_token1] = ACTIONS(1587), + [aux_sym_proxy_jump_token1] = ACTIONS(1587), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1587), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1587), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1587), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1587), + [aux_sym_rekey_limit_token1] = ACTIONS(1587), + [aux_sym_remote_command_token1] = ACTIONS(1587), + [aux_sym_remote_forward_token1] = ACTIONS(1587), + [aux_sym_request_tty_token1] = ACTIONS(1587), + [aux_sym_required_rsa_size_token1] = ACTIONS(1587), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1587), + [aux_sym_security_key_provider_token1] = ACTIONS(1587), + [aux_sym_send_env_token1] = ACTIONS(1587), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1587), + [aux_sym_server_alive_interval_token1] = ACTIONS(1587), + [aux_sym_session_type_token1] = ACTIONS(1587), + [aux_sym_set_env_token1] = ACTIONS(1587), + [aux_sym_stdin_null_token1] = ACTIONS(1587), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1587), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1587), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1587), + [aux_sym_syslog_facility_token1] = ACTIONS(1587), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1587), + [aux_sym_keep_alive_token1] = ACTIONS(1587), + [aux_sym_tunnel_token1] = ACTIONS(1589), + [aux_sym_tunnel_device_token1] = ACTIONS(1587), + [aux_sym_update_host_keys_token1] = ACTIONS(1587), + [aux_sym_use_keychain_token1] = ACTIONS(1587), + [aux_sym_use_roaming_token1] = ACTIONS(1587), + [aux_sym_user_token1] = ACTIONS(1589), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1587), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1587), + [aux_sym_visual_host_key_token1] = ACTIONS(1587), + [aux_sym_xauth_location_token1] = ACTIONS(1587), }, [176] = { - [ts_builtin_sym_end] = ACTIONS(1588), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1590), - [anon_sym_DQUOTE] = ACTIONS(1592), - [aux_sym_match_token1] = ACTIONS(1588), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1588), - [aux_sym_address_family_token1] = ACTIONS(1588), - [aux_sym_batch_mode_token1] = ACTIONS(1588), - [aux_sym_bind_address_token1] = ACTIONS(1588), - [aux_sym_bind_interface_token1] = ACTIONS(1588), - [aux_sym_canonical_domains_token1] = ACTIONS(1588), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1588), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1588), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1588), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1588), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1588), - [aux_sym_certificate_file_token1] = ACTIONS(1588), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1588), - [aux_sym_check_host_ip_token1] = ACTIONS(1588), - [aux_sym_ciphers_token1] = ACTIONS(1588), - [aux_sym_cipher_token1] = ACTIONS(1590), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1588), - [aux_sym_compression_token1] = ACTIONS(1588), - [aux_sym_connection_attempts_token1] = ACTIONS(1588), - [aux_sym_connect_timeout_token1] = ACTIONS(1588), - [aux_sym_control_master_token1] = ACTIONS(1588), - [aux_sym_control_path_token1] = ACTIONS(1588), - [aux_sym_control_persist_token1] = ACTIONS(1588), - [aux_sym_dynamic_forward_token1] = ACTIONS(1588), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1588), - [aux_sym_escape_char_token1] = ACTIONS(1588), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1588), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1588), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1588), - [aux_sym_forward_agent_token1] = ACTIONS(1588), - [aux_sym_forward_x11_token1] = ACTIONS(1590), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1588), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1588), - [aux_sym_gateway_ports_token1] = ACTIONS(1588), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1588), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1588), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1588), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1588), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1588), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1588), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1588), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1588), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1588), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1588), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1588), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1588), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1588), - [aux_sym_host_key_alias_token1] = ACTIONS(1588), - [aux_sym_hostname_token1] = ACTIONS(1588), - [aux_sym_identities_only_token1] = ACTIONS(1588), - [aux_sym_identity_agent_token1] = ACTIONS(1588), - [aux_sym_identity_file_token1] = ACTIONS(1588), - [aux_sym_ignore_unknown_token1] = ACTIONS(1588), - [aux_sym_include_token1] = ACTIONS(1588), - [aux_sym_ip_qos_token1] = ACTIONS(1588), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1588), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1588), - [aux_sym_kex_algorithms_token1] = ACTIONS(1588), - [aux_sym_known_hosts_command_token1] = ACTIONS(1588), - [aux_sym_local_command_token1] = ACTIONS(1588), - [aux_sym_local_forward_token1] = ACTIONS(1588), - [aux_sym_log_level_token1] = ACTIONS(1588), - [aux_sym_log_verbose_token1] = ACTIONS(1588), - [aux_sym_macs_token1] = ACTIONS(1588), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1588), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1588), - [aux_sym_password_authentication_token1] = ACTIONS(1588), - [aux_sym_permit_local_command_token1] = ACTIONS(1588), - [aux_sym_permit_remote_open_token1] = ACTIONS(1588), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1588), - [aux_sym_port_token1] = ACTIONS(1588), - [aux_sym_preferred_authentications_token1] = ACTIONS(1588), - [aux_sym_protocol_token1] = ACTIONS(1588), - [aux_sym_proxy_command_token1] = ACTIONS(1588), - [aux_sym_proxy_jump_token1] = ACTIONS(1588), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1588), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1588), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1588), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1588), - [aux_sym_rekey_limit_token1] = ACTIONS(1588), - [aux_sym_remote_command_token1] = ACTIONS(1588), - [aux_sym_remote_forward_token1] = ACTIONS(1588), - [aux_sym_request_tty_token1] = ACTIONS(1588), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1588), - [aux_sym_security_key_provider_token1] = ACTIONS(1588), - [aux_sym_send_env_token1] = ACTIONS(1588), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1588), - [aux_sym_server_alive_interval_token1] = ACTIONS(1588), - [aux_sym_session_type_token1] = ACTIONS(1588), - [aux_sym_set_env_token1] = ACTIONS(1588), - [aux_sym_stdin_null_token1] = ACTIONS(1588), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1588), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1588), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1588), - [aux_sym_syslog_facility_token1] = ACTIONS(1588), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1588), - [aux_sym_keep_alive_token1] = ACTIONS(1588), - [aux_sym_tunnel_token1] = ACTIONS(1590), - [aux_sym_tunnel_device_token1] = ACTIONS(1588), - [aux_sym_update_host_keys_token1] = ACTIONS(1588), - [aux_sym_use_keychain_token1] = ACTIONS(1588), - [aux_sym_use_roaming_token1] = ACTIONS(1588), - [aux_sym_user_token1] = ACTIONS(1590), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1588), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1588), - [aux_sym_visual_host_key_token1] = ACTIONS(1588), - [aux_sym_xauth_location_token1] = ACTIONS(1588), + [ts_builtin_sym_end] = ACTIONS(1593), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1595), + [anon_sym_DQUOTE] = ACTIONS(1597), + [aux_sym_match_token1] = ACTIONS(1593), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1593), + [aux_sym_address_family_token1] = ACTIONS(1593), + [aux_sym_batch_mode_token1] = ACTIONS(1593), + [aux_sym_bind_address_token1] = ACTIONS(1593), + [aux_sym_bind_interface_token1] = ACTIONS(1593), + [aux_sym_canonical_domains_token1] = ACTIONS(1593), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1593), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1593), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1593), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1593), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1593), + [aux_sym_certificate_file_token1] = ACTIONS(1593), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1593), + [aux_sym_check_host_ip_token1] = ACTIONS(1593), + [aux_sym_ciphers_token1] = ACTIONS(1593), + [aux_sym_cipher_token1] = ACTIONS(1595), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1593), + [aux_sym_compression_token1] = ACTIONS(1593), + [aux_sym_connection_attempts_token1] = ACTIONS(1593), + [aux_sym_connect_timeout_token1] = ACTIONS(1593), + [aux_sym_control_master_token1] = ACTIONS(1593), + [aux_sym_control_path_token1] = ACTIONS(1593), + [aux_sym_control_persist_token1] = ACTIONS(1593), + [aux_sym_dynamic_forward_token1] = ACTIONS(1593), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1593), + [aux_sym_escape_char_token1] = ACTIONS(1593), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1593), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1593), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1593), + [aux_sym_forward_agent_token1] = ACTIONS(1593), + [aux_sym_forward_x11_token1] = ACTIONS(1595), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1593), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1593), + [aux_sym_gateway_ports_token1] = ACTIONS(1593), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1593), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1593), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1593), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1593), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1593), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1593), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1593), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1593), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1593), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1593), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1593), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1593), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1593), + [aux_sym_host_key_alias_token1] = ACTIONS(1593), + [aux_sym_hostname_token1] = ACTIONS(1593), + [aux_sym_identities_only_token1] = ACTIONS(1593), + [aux_sym_identity_agent_token1] = ACTIONS(1593), + [aux_sym_identity_file_token1] = ACTIONS(1593), + [aux_sym_ignore_unknown_token1] = ACTIONS(1593), + [aux_sym_include_token1] = ACTIONS(1593), + [aux_sym_ip_qos_token1] = ACTIONS(1593), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1593), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1593), + [aux_sym_kex_algorithms_token1] = ACTIONS(1593), + [aux_sym_known_hosts_command_token1] = ACTIONS(1593), + [aux_sym_local_command_token1] = ACTIONS(1593), + [aux_sym_local_forward_token1] = ACTIONS(1593), + [aux_sym_log_level_token1] = ACTIONS(1593), + [aux_sym_log_verbose_token1] = ACTIONS(1593), + [aux_sym_macs_token1] = ACTIONS(1593), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1593), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1593), + [aux_sym_password_authentication_token1] = ACTIONS(1593), + [aux_sym_permit_local_command_token1] = ACTIONS(1593), + [aux_sym_permit_remote_open_token1] = ACTIONS(1593), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1593), + [aux_sym_port_token1] = ACTIONS(1593), + [aux_sym_preferred_authentications_token1] = ACTIONS(1593), + [aux_sym_protocol_token1] = ACTIONS(1593), + [aux_sym_proxy_command_token1] = ACTIONS(1593), + [aux_sym_proxy_jump_token1] = ACTIONS(1593), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1593), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1593), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1593), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1593), + [aux_sym_rekey_limit_token1] = ACTIONS(1593), + [aux_sym_remote_command_token1] = ACTIONS(1593), + [aux_sym_remote_forward_token1] = ACTIONS(1593), + [aux_sym_request_tty_token1] = ACTIONS(1593), + [aux_sym_required_rsa_size_token1] = ACTIONS(1593), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1593), + [aux_sym_security_key_provider_token1] = ACTIONS(1593), + [aux_sym_send_env_token1] = ACTIONS(1593), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1593), + [aux_sym_server_alive_interval_token1] = ACTIONS(1593), + [aux_sym_session_type_token1] = ACTIONS(1593), + [aux_sym_set_env_token1] = ACTIONS(1593), + [aux_sym_stdin_null_token1] = ACTIONS(1593), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1593), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1593), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1593), + [aux_sym_syslog_facility_token1] = ACTIONS(1593), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1593), + [aux_sym_keep_alive_token1] = ACTIONS(1593), + [aux_sym_tunnel_token1] = ACTIONS(1595), + [aux_sym_tunnel_device_token1] = ACTIONS(1593), + [aux_sym_update_host_keys_token1] = ACTIONS(1593), + [aux_sym_use_keychain_token1] = ACTIONS(1593), + [aux_sym_use_roaming_token1] = ACTIONS(1593), + [aux_sym_user_token1] = ACTIONS(1595), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1593), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1593), + [aux_sym_visual_host_key_token1] = ACTIONS(1593), + [aux_sym_xauth_location_token1] = ACTIONS(1593), }, [177] = { - [ts_builtin_sym_end] = ACTIONS(1594), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1596), - [anon_sym_DQUOTE] = ACTIONS(1598), - [aux_sym_match_token1] = ACTIONS(1594), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1594), - [aux_sym_address_family_token1] = ACTIONS(1594), - [aux_sym_batch_mode_token1] = ACTIONS(1594), - [aux_sym_bind_address_token1] = ACTIONS(1594), - [aux_sym_bind_interface_token1] = ACTIONS(1594), - [aux_sym_canonical_domains_token1] = ACTIONS(1594), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1594), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1594), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1594), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1594), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1594), - [aux_sym_certificate_file_token1] = ACTIONS(1594), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1594), - [aux_sym_check_host_ip_token1] = ACTIONS(1594), - [aux_sym_ciphers_token1] = ACTIONS(1594), - [aux_sym_cipher_token1] = ACTIONS(1596), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1594), - [aux_sym_compression_token1] = ACTIONS(1594), - [aux_sym_connection_attempts_token1] = ACTIONS(1594), - [aux_sym_connect_timeout_token1] = ACTIONS(1594), - [aux_sym_control_master_token1] = ACTIONS(1594), - [aux_sym_control_path_token1] = ACTIONS(1594), - [aux_sym_control_persist_token1] = ACTIONS(1594), - [aux_sym_dynamic_forward_token1] = ACTIONS(1594), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1594), - [aux_sym_escape_char_token1] = ACTIONS(1594), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1594), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1594), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1594), - [aux_sym_forward_agent_token1] = ACTIONS(1594), - [aux_sym_forward_x11_token1] = ACTIONS(1596), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1594), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1594), - [aux_sym_gateway_ports_token1] = ACTIONS(1594), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1594), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1594), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1594), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1594), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1594), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1594), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1594), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1594), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1594), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1594), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1594), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1594), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1594), - [aux_sym_host_key_alias_token1] = ACTIONS(1594), - [aux_sym_hostname_token1] = ACTIONS(1594), - [aux_sym_identities_only_token1] = ACTIONS(1594), - [aux_sym_identity_agent_token1] = ACTIONS(1594), - [aux_sym_identity_file_token1] = ACTIONS(1594), - [aux_sym_ignore_unknown_token1] = ACTIONS(1594), - [aux_sym_include_token1] = ACTIONS(1594), - [aux_sym_ip_qos_token1] = ACTIONS(1594), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1594), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1594), - [aux_sym_kex_algorithms_token1] = ACTIONS(1594), - [aux_sym_known_hosts_command_token1] = ACTIONS(1594), - [aux_sym_local_command_token1] = ACTIONS(1594), - [aux_sym_local_forward_token1] = ACTIONS(1594), - [aux_sym_log_level_token1] = ACTIONS(1594), - [aux_sym_log_verbose_token1] = ACTIONS(1594), - [aux_sym_macs_token1] = ACTIONS(1594), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1594), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1594), - [aux_sym_password_authentication_token1] = ACTIONS(1594), - [aux_sym_permit_local_command_token1] = ACTIONS(1594), - [aux_sym_permit_remote_open_token1] = ACTIONS(1594), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1594), - [aux_sym_port_token1] = ACTIONS(1594), - [aux_sym_preferred_authentications_token1] = ACTIONS(1594), - [aux_sym_protocol_token1] = ACTIONS(1594), - [aux_sym_proxy_command_token1] = ACTIONS(1594), - [aux_sym_proxy_jump_token1] = ACTIONS(1594), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1594), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1594), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1594), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1594), - [aux_sym_rekey_limit_token1] = ACTIONS(1594), - [aux_sym_remote_command_token1] = ACTIONS(1594), - [aux_sym_remote_forward_token1] = ACTIONS(1594), - [aux_sym_request_tty_token1] = ACTIONS(1594), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1594), - [aux_sym_security_key_provider_token1] = ACTIONS(1594), - [aux_sym_send_env_token1] = ACTIONS(1594), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1594), - [aux_sym_server_alive_interval_token1] = ACTIONS(1594), - [aux_sym_session_type_token1] = ACTIONS(1594), - [aux_sym_set_env_token1] = ACTIONS(1594), - [aux_sym_stdin_null_token1] = ACTIONS(1594), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1594), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1594), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1594), - [aux_sym_syslog_facility_token1] = ACTIONS(1594), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1594), - [aux_sym_keep_alive_token1] = ACTIONS(1594), - [aux_sym_tunnel_token1] = ACTIONS(1596), - [aux_sym_tunnel_device_token1] = ACTIONS(1594), - [aux_sym_update_host_keys_token1] = ACTIONS(1594), - [aux_sym_use_keychain_token1] = ACTIONS(1594), - [aux_sym_use_roaming_token1] = ACTIONS(1594), - [aux_sym_user_token1] = ACTIONS(1596), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1594), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1594), - [aux_sym_visual_host_key_token1] = ACTIONS(1594), - [aux_sym_xauth_location_token1] = ACTIONS(1594), + [ts_builtin_sym_end] = ACTIONS(1599), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1601), + [anon_sym_DQUOTE] = ACTIONS(1603), + [aux_sym_match_token1] = ACTIONS(1599), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1599), + [aux_sym_address_family_token1] = ACTIONS(1599), + [aux_sym_batch_mode_token1] = ACTIONS(1599), + [aux_sym_bind_address_token1] = ACTIONS(1599), + [aux_sym_bind_interface_token1] = ACTIONS(1599), + [aux_sym_canonical_domains_token1] = ACTIONS(1599), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1599), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1599), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1599), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1599), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1599), + [aux_sym_certificate_file_token1] = ACTIONS(1599), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1599), + [aux_sym_check_host_ip_token1] = ACTIONS(1599), + [aux_sym_ciphers_token1] = ACTIONS(1599), + [aux_sym_cipher_token1] = ACTIONS(1601), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1599), + [aux_sym_compression_token1] = ACTIONS(1599), + [aux_sym_connection_attempts_token1] = ACTIONS(1599), + [aux_sym_connect_timeout_token1] = ACTIONS(1599), + [aux_sym_control_master_token1] = ACTIONS(1599), + [aux_sym_control_path_token1] = ACTIONS(1599), + [aux_sym_control_persist_token1] = ACTIONS(1599), + [aux_sym_dynamic_forward_token1] = ACTIONS(1599), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1599), + [aux_sym_escape_char_token1] = ACTIONS(1599), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1599), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1599), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1599), + [aux_sym_forward_agent_token1] = ACTIONS(1599), + [aux_sym_forward_x11_token1] = ACTIONS(1601), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1599), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1599), + [aux_sym_gateway_ports_token1] = ACTIONS(1599), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1599), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1599), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1599), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1599), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1599), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1599), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1599), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1599), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1599), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1599), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1599), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1599), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1599), + [aux_sym_host_key_alias_token1] = ACTIONS(1599), + [aux_sym_hostname_token1] = ACTIONS(1599), + [aux_sym_identities_only_token1] = ACTIONS(1599), + [aux_sym_identity_agent_token1] = ACTIONS(1599), + [aux_sym_identity_file_token1] = ACTIONS(1599), + [aux_sym_ignore_unknown_token1] = ACTIONS(1599), + [aux_sym_include_token1] = ACTIONS(1599), + [aux_sym_ip_qos_token1] = ACTIONS(1599), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1599), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1599), + [aux_sym_kex_algorithms_token1] = ACTIONS(1599), + [aux_sym_known_hosts_command_token1] = ACTIONS(1599), + [aux_sym_local_command_token1] = ACTIONS(1599), + [aux_sym_local_forward_token1] = ACTIONS(1599), + [aux_sym_log_level_token1] = ACTIONS(1599), + [aux_sym_log_verbose_token1] = ACTIONS(1599), + [aux_sym_macs_token1] = ACTIONS(1599), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1599), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1599), + [aux_sym_password_authentication_token1] = ACTIONS(1599), + [aux_sym_permit_local_command_token1] = ACTIONS(1599), + [aux_sym_permit_remote_open_token1] = ACTIONS(1599), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1599), + [aux_sym_port_token1] = ACTIONS(1599), + [aux_sym_preferred_authentications_token1] = ACTIONS(1599), + [aux_sym_protocol_token1] = ACTIONS(1599), + [aux_sym_proxy_command_token1] = ACTIONS(1599), + [aux_sym_proxy_jump_token1] = ACTIONS(1599), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1599), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1599), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1599), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1599), + [aux_sym_rekey_limit_token1] = ACTIONS(1599), + [aux_sym_remote_command_token1] = ACTIONS(1599), + [aux_sym_remote_forward_token1] = ACTIONS(1599), + [aux_sym_request_tty_token1] = ACTIONS(1599), + [aux_sym_required_rsa_size_token1] = ACTIONS(1599), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1599), + [aux_sym_security_key_provider_token1] = ACTIONS(1599), + [aux_sym_send_env_token1] = ACTIONS(1599), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1599), + [aux_sym_server_alive_interval_token1] = ACTIONS(1599), + [aux_sym_session_type_token1] = ACTIONS(1599), + [aux_sym_set_env_token1] = ACTIONS(1599), + [aux_sym_stdin_null_token1] = ACTIONS(1599), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1599), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1599), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1599), + [aux_sym_syslog_facility_token1] = ACTIONS(1599), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1599), + [aux_sym_keep_alive_token1] = ACTIONS(1599), + [aux_sym_tunnel_token1] = ACTIONS(1601), + [aux_sym_tunnel_device_token1] = ACTIONS(1599), + [aux_sym_update_host_keys_token1] = ACTIONS(1599), + [aux_sym_use_keychain_token1] = ACTIONS(1599), + [aux_sym_use_roaming_token1] = ACTIONS(1599), + [aux_sym_user_token1] = ACTIONS(1601), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1599), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1599), + [aux_sym_visual_host_key_token1] = ACTIONS(1599), + [aux_sym_xauth_location_token1] = ACTIONS(1599), }, [178] = { - [ts_builtin_sym_end] = ACTIONS(1600), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1602), - [anon_sym_DQUOTE] = ACTIONS(1604), - [aux_sym_match_token1] = ACTIONS(1600), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1600), - [aux_sym_address_family_token1] = ACTIONS(1600), - [aux_sym_batch_mode_token1] = ACTIONS(1600), - [aux_sym_bind_address_token1] = ACTIONS(1600), - [aux_sym_bind_interface_token1] = ACTIONS(1600), - [aux_sym_canonical_domains_token1] = ACTIONS(1600), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1600), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1600), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1600), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1600), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1600), - [aux_sym_certificate_file_token1] = ACTIONS(1600), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1600), - [aux_sym_check_host_ip_token1] = ACTIONS(1600), - [aux_sym_ciphers_token1] = ACTIONS(1600), - [aux_sym_cipher_token1] = ACTIONS(1602), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1600), - [aux_sym_compression_token1] = ACTIONS(1600), - [aux_sym_connection_attempts_token1] = ACTIONS(1600), - [aux_sym_connect_timeout_token1] = ACTIONS(1600), - [aux_sym_control_master_token1] = ACTIONS(1600), - [aux_sym_control_path_token1] = ACTIONS(1600), - [aux_sym_control_persist_token1] = ACTIONS(1600), - [aux_sym_dynamic_forward_token1] = ACTIONS(1600), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1600), - [aux_sym_escape_char_token1] = ACTIONS(1600), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1600), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1600), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1600), - [aux_sym_forward_agent_token1] = ACTIONS(1600), - [aux_sym_forward_x11_token1] = ACTIONS(1602), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1600), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1600), - [aux_sym_gateway_ports_token1] = ACTIONS(1600), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1600), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1600), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1600), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1600), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1600), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1600), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1600), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1600), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1600), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1600), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1600), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1600), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1600), - [aux_sym_host_key_alias_token1] = ACTIONS(1600), - [aux_sym_hostname_token1] = ACTIONS(1600), - [aux_sym_identities_only_token1] = ACTIONS(1600), - [aux_sym_identity_agent_token1] = ACTIONS(1600), - [aux_sym_identity_file_token1] = ACTIONS(1600), - [aux_sym_ignore_unknown_token1] = ACTIONS(1600), - [aux_sym_include_token1] = ACTIONS(1600), - [aux_sym_ip_qos_token1] = ACTIONS(1600), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1600), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1600), - [aux_sym_kex_algorithms_token1] = ACTIONS(1600), - [aux_sym_known_hosts_command_token1] = ACTIONS(1600), - [aux_sym_local_command_token1] = ACTIONS(1600), - [aux_sym_local_forward_token1] = ACTIONS(1600), - [aux_sym_log_level_token1] = ACTIONS(1600), - [aux_sym_log_verbose_token1] = ACTIONS(1600), - [aux_sym_macs_token1] = ACTIONS(1600), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1600), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1600), - [aux_sym_password_authentication_token1] = ACTIONS(1600), - [aux_sym_permit_local_command_token1] = ACTIONS(1600), - [aux_sym_permit_remote_open_token1] = ACTIONS(1600), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1600), - [aux_sym_port_token1] = ACTIONS(1600), - [aux_sym_preferred_authentications_token1] = ACTIONS(1600), - [aux_sym_protocol_token1] = ACTIONS(1600), - [aux_sym_proxy_command_token1] = ACTIONS(1600), - [aux_sym_proxy_jump_token1] = ACTIONS(1600), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1600), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1600), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1600), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1600), - [aux_sym_rekey_limit_token1] = ACTIONS(1600), - [aux_sym_remote_command_token1] = ACTIONS(1600), - [aux_sym_remote_forward_token1] = ACTIONS(1600), - [aux_sym_request_tty_token1] = ACTIONS(1600), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1600), - [aux_sym_security_key_provider_token1] = ACTIONS(1600), - [aux_sym_send_env_token1] = ACTIONS(1600), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1600), - [aux_sym_server_alive_interval_token1] = ACTIONS(1600), - [aux_sym_session_type_token1] = ACTIONS(1600), - [aux_sym_set_env_token1] = ACTIONS(1600), - [aux_sym_stdin_null_token1] = ACTIONS(1600), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1600), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1600), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1600), - [aux_sym_syslog_facility_token1] = ACTIONS(1600), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1600), - [aux_sym_keep_alive_token1] = ACTIONS(1600), - [aux_sym_tunnel_token1] = ACTIONS(1602), - [aux_sym_tunnel_device_token1] = ACTIONS(1600), - [aux_sym_update_host_keys_token1] = ACTIONS(1600), - [aux_sym_use_keychain_token1] = ACTIONS(1600), - [aux_sym_use_roaming_token1] = ACTIONS(1600), - [aux_sym_user_token1] = ACTIONS(1602), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1600), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1600), - [aux_sym_visual_host_key_token1] = ACTIONS(1600), - [aux_sym_xauth_location_token1] = ACTIONS(1600), + [ts_builtin_sym_end] = ACTIONS(1605), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1607), + [anon_sym_DQUOTE] = ACTIONS(1609), + [aux_sym_match_token1] = ACTIONS(1605), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1605), + [aux_sym_address_family_token1] = ACTIONS(1605), + [aux_sym_batch_mode_token1] = ACTIONS(1605), + [aux_sym_bind_address_token1] = ACTIONS(1605), + [aux_sym_bind_interface_token1] = ACTIONS(1605), + [aux_sym_canonical_domains_token1] = ACTIONS(1605), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1605), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1605), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1605), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1605), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1605), + [aux_sym_certificate_file_token1] = ACTIONS(1605), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1605), + [aux_sym_check_host_ip_token1] = ACTIONS(1605), + [aux_sym_ciphers_token1] = ACTIONS(1605), + [aux_sym_cipher_token1] = ACTIONS(1607), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1605), + [aux_sym_compression_token1] = ACTIONS(1605), + [aux_sym_connection_attempts_token1] = ACTIONS(1605), + [aux_sym_connect_timeout_token1] = ACTIONS(1605), + [aux_sym_control_master_token1] = ACTIONS(1605), + [aux_sym_control_path_token1] = ACTIONS(1605), + [aux_sym_control_persist_token1] = ACTIONS(1605), + [aux_sym_dynamic_forward_token1] = ACTIONS(1605), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1605), + [aux_sym_escape_char_token1] = ACTIONS(1605), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1605), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1605), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1605), + [aux_sym_forward_agent_token1] = ACTIONS(1605), + [aux_sym_forward_x11_token1] = ACTIONS(1607), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1605), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1605), + [aux_sym_gateway_ports_token1] = ACTIONS(1605), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1605), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1605), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1605), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1605), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1605), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1605), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1605), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1605), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1605), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1605), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1605), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1605), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1605), + [aux_sym_host_key_alias_token1] = ACTIONS(1605), + [aux_sym_hostname_token1] = ACTIONS(1605), + [aux_sym_identities_only_token1] = ACTIONS(1605), + [aux_sym_identity_agent_token1] = ACTIONS(1605), + [aux_sym_identity_file_token1] = ACTIONS(1605), + [aux_sym_ignore_unknown_token1] = ACTIONS(1605), + [aux_sym_include_token1] = ACTIONS(1605), + [aux_sym_ip_qos_token1] = ACTIONS(1605), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1605), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1605), + [aux_sym_kex_algorithms_token1] = ACTIONS(1605), + [aux_sym_known_hosts_command_token1] = ACTIONS(1605), + [aux_sym_local_command_token1] = ACTIONS(1605), + [aux_sym_local_forward_token1] = ACTIONS(1605), + [aux_sym_log_level_token1] = ACTIONS(1605), + [aux_sym_log_verbose_token1] = ACTIONS(1605), + [aux_sym_macs_token1] = ACTIONS(1605), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1605), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1605), + [aux_sym_password_authentication_token1] = ACTIONS(1605), + [aux_sym_permit_local_command_token1] = ACTIONS(1605), + [aux_sym_permit_remote_open_token1] = ACTIONS(1605), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1605), + [aux_sym_port_token1] = ACTIONS(1605), + [aux_sym_preferred_authentications_token1] = ACTIONS(1605), + [aux_sym_protocol_token1] = ACTIONS(1605), + [aux_sym_proxy_command_token1] = ACTIONS(1605), + [aux_sym_proxy_jump_token1] = ACTIONS(1605), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1605), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1605), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1605), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1605), + [aux_sym_rekey_limit_token1] = ACTIONS(1605), + [aux_sym_remote_command_token1] = ACTIONS(1605), + [aux_sym_remote_forward_token1] = ACTIONS(1605), + [aux_sym_request_tty_token1] = ACTIONS(1605), + [aux_sym_required_rsa_size_token1] = ACTIONS(1605), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1605), + [aux_sym_security_key_provider_token1] = ACTIONS(1605), + [aux_sym_send_env_token1] = ACTIONS(1605), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1605), + [aux_sym_server_alive_interval_token1] = ACTIONS(1605), + [aux_sym_session_type_token1] = ACTIONS(1605), + [aux_sym_set_env_token1] = ACTIONS(1605), + [aux_sym_stdin_null_token1] = ACTIONS(1605), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1605), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1605), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1605), + [aux_sym_syslog_facility_token1] = ACTIONS(1605), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1605), + [aux_sym_keep_alive_token1] = ACTIONS(1605), + [aux_sym_tunnel_token1] = ACTIONS(1607), + [aux_sym_tunnel_device_token1] = ACTIONS(1605), + [aux_sym_update_host_keys_token1] = ACTIONS(1605), + [aux_sym_use_keychain_token1] = ACTIONS(1605), + [aux_sym_use_roaming_token1] = ACTIONS(1605), + [aux_sym_user_token1] = ACTIONS(1607), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1605), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1605), + [aux_sym_visual_host_key_token1] = ACTIONS(1605), + [aux_sym_xauth_location_token1] = ACTIONS(1605), }, [179] = { - [ts_builtin_sym_end] = ACTIONS(1606), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1608), - [anon_sym_DQUOTE] = ACTIONS(1610), - [aux_sym_match_token1] = ACTIONS(1606), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1606), - [aux_sym_address_family_token1] = ACTIONS(1606), - [aux_sym_batch_mode_token1] = ACTIONS(1606), - [aux_sym_bind_address_token1] = ACTIONS(1606), - [aux_sym_bind_interface_token1] = ACTIONS(1606), - [aux_sym_canonical_domains_token1] = ACTIONS(1606), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1606), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1606), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1606), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1606), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1606), - [aux_sym_certificate_file_token1] = ACTIONS(1606), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1606), - [aux_sym_check_host_ip_token1] = ACTIONS(1606), - [aux_sym_ciphers_token1] = ACTIONS(1606), - [aux_sym_cipher_token1] = ACTIONS(1608), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1606), - [aux_sym_compression_token1] = ACTIONS(1606), - [aux_sym_connection_attempts_token1] = ACTIONS(1606), - [aux_sym_connect_timeout_token1] = ACTIONS(1606), - [aux_sym_control_master_token1] = ACTIONS(1606), - [aux_sym_control_path_token1] = ACTIONS(1606), - [aux_sym_control_persist_token1] = ACTIONS(1606), - [aux_sym_dynamic_forward_token1] = ACTIONS(1606), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1606), - [aux_sym_escape_char_token1] = ACTIONS(1606), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1606), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1606), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1606), - [aux_sym_forward_agent_token1] = ACTIONS(1606), - [aux_sym_forward_x11_token1] = ACTIONS(1608), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1606), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1606), - [aux_sym_gateway_ports_token1] = ACTIONS(1606), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1606), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1606), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1606), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1606), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1606), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1606), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1606), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1606), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1606), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1606), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1606), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1606), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1606), - [aux_sym_host_key_alias_token1] = ACTIONS(1606), - [aux_sym_hostname_token1] = ACTIONS(1606), - [aux_sym_identities_only_token1] = ACTIONS(1606), - [aux_sym_identity_agent_token1] = ACTIONS(1606), - [aux_sym_identity_file_token1] = ACTIONS(1606), - [aux_sym_ignore_unknown_token1] = ACTIONS(1606), - [aux_sym_include_token1] = ACTIONS(1606), - [aux_sym_ip_qos_token1] = ACTIONS(1606), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1606), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1606), - [aux_sym_kex_algorithms_token1] = ACTIONS(1606), - [aux_sym_known_hosts_command_token1] = ACTIONS(1606), - [aux_sym_local_command_token1] = ACTIONS(1606), - [aux_sym_local_forward_token1] = ACTIONS(1606), - [aux_sym_log_level_token1] = ACTIONS(1606), - [aux_sym_log_verbose_token1] = ACTIONS(1606), - [aux_sym_macs_token1] = ACTIONS(1606), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1606), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1606), - [aux_sym_password_authentication_token1] = ACTIONS(1606), - [aux_sym_permit_local_command_token1] = ACTIONS(1606), - [aux_sym_permit_remote_open_token1] = ACTIONS(1606), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1606), - [aux_sym_port_token1] = ACTIONS(1606), - [aux_sym_preferred_authentications_token1] = ACTIONS(1606), - [aux_sym_protocol_token1] = ACTIONS(1606), - [aux_sym_proxy_command_token1] = ACTIONS(1606), - [aux_sym_proxy_jump_token1] = ACTIONS(1606), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1606), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1606), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1606), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1606), - [aux_sym_rekey_limit_token1] = ACTIONS(1606), - [aux_sym_remote_command_token1] = ACTIONS(1606), - [aux_sym_remote_forward_token1] = ACTIONS(1606), - [aux_sym_request_tty_token1] = ACTIONS(1606), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1606), - [aux_sym_security_key_provider_token1] = ACTIONS(1606), - [aux_sym_send_env_token1] = ACTIONS(1606), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1606), - [aux_sym_server_alive_interval_token1] = ACTIONS(1606), - [aux_sym_session_type_token1] = ACTIONS(1606), - [aux_sym_set_env_token1] = ACTIONS(1606), - [aux_sym_stdin_null_token1] = ACTIONS(1606), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1606), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1606), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1606), - [aux_sym_syslog_facility_token1] = ACTIONS(1606), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1606), - [aux_sym_keep_alive_token1] = ACTIONS(1606), - [aux_sym_tunnel_token1] = ACTIONS(1608), - [aux_sym_tunnel_device_token1] = ACTIONS(1606), - [aux_sym_update_host_keys_token1] = ACTIONS(1606), - [aux_sym_use_keychain_token1] = ACTIONS(1606), - [aux_sym_use_roaming_token1] = ACTIONS(1606), - [aux_sym_user_token1] = ACTIONS(1608), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1606), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1606), - [aux_sym_visual_host_key_token1] = ACTIONS(1606), - [aux_sym_xauth_location_token1] = ACTIONS(1606), + [ts_builtin_sym_end] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1613), + [anon_sym_DQUOTE] = ACTIONS(1615), + [aux_sym_match_token1] = ACTIONS(1611), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1611), + [aux_sym_address_family_token1] = ACTIONS(1611), + [aux_sym_batch_mode_token1] = ACTIONS(1611), + [aux_sym_bind_address_token1] = ACTIONS(1611), + [aux_sym_bind_interface_token1] = ACTIONS(1611), + [aux_sym_canonical_domains_token1] = ACTIONS(1611), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1611), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1611), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1611), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1611), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1611), + [aux_sym_certificate_file_token1] = ACTIONS(1611), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1611), + [aux_sym_check_host_ip_token1] = ACTIONS(1611), + [aux_sym_ciphers_token1] = ACTIONS(1611), + [aux_sym_cipher_token1] = ACTIONS(1613), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1611), + [aux_sym_compression_token1] = ACTIONS(1611), + [aux_sym_connection_attempts_token1] = ACTIONS(1611), + [aux_sym_connect_timeout_token1] = ACTIONS(1611), + [aux_sym_control_master_token1] = ACTIONS(1611), + [aux_sym_control_path_token1] = ACTIONS(1611), + [aux_sym_control_persist_token1] = ACTIONS(1611), + [aux_sym_dynamic_forward_token1] = ACTIONS(1611), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1611), + [aux_sym_escape_char_token1] = ACTIONS(1611), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1611), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1611), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1611), + [aux_sym_forward_agent_token1] = ACTIONS(1611), + [aux_sym_forward_x11_token1] = ACTIONS(1613), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1611), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1611), + [aux_sym_gateway_ports_token1] = ACTIONS(1611), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1611), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1611), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1611), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1611), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1611), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1611), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1611), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1611), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1611), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1611), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1611), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1611), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1611), + [aux_sym_host_key_alias_token1] = ACTIONS(1611), + [aux_sym_hostname_token1] = ACTIONS(1611), + [aux_sym_identities_only_token1] = ACTIONS(1611), + [aux_sym_identity_agent_token1] = ACTIONS(1611), + [aux_sym_identity_file_token1] = ACTIONS(1611), + [aux_sym_ignore_unknown_token1] = ACTIONS(1611), + [aux_sym_include_token1] = ACTIONS(1611), + [aux_sym_ip_qos_token1] = ACTIONS(1611), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1611), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1611), + [aux_sym_kex_algorithms_token1] = ACTIONS(1611), + [aux_sym_known_hosts_command_token1] = ACTIONS(1611), + [aux_sym_local_command_token1] = ACTIONS(1611), + [aux_sym_local_forward_token1] = ACTIONS(1611), + [aux_sym_log_level_token1] = ACTIONS(1611), + [aux_sym_log_verbose_token1] = ACTIONS(1611), + [aux_sym_macs_token1] = ACTIONS(1611), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1611), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1611), + [aux_sym_password_authentication_token1] = ACTIONS(1611), + [aux_sym_permit_local_command_token1] = ACTIONS(1611), + [aux_sym_permit_remote_open_token1] = ACTIONS(1611), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1611), + [aux_sym_port_token1] = ACTIONS(1611), + [aux_sym_preferred_authentications_token1] = ACTIONS(1611), + [aux_sym_protocol_token1] = ACTIONS(1611), + [aux_sym_proxy_command_token1] = ACTIONS(1611), + [aux_sym_proxy_jump_token1] = ACTIONS(1611), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1611), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1611), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1611), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1611), + [aux_sym_rekey_limit_token1] = ACTIONS(1611), + [aux_sym_remote_command_token1] = ACTIONS(1611), + [aux_sym_remote_forward_token1] = ACTIONS(1611), + [aux_sym_request_tty_token1] = ACTIONS(1611), + [aux_sym_required_rsa_size_token1] = ACTIONS(1611), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1611), + [aux_sym_security_key_provider_token1] = ACTIONS(1611), + [aux_sym_send_env_token1] = ACTIONS(1611), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1611), + [aux_sym_server_alive_interval_token1] = ACTIONS(1611), + [aux_sym_session_type_token1] = ACTIONS(1611), + [aux_sym_set_env_token1] = ACTIONS(1611), + [aux_sym_stdin_null_token1] = ACTIONS(1611), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1611), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1611), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1611), + [aux_sym_syslog_facility_token1] = ACTIONS(1611), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1611), + [aux_sym_keep_alive_token1] = ACTIONS(1611), + [aux_sym_tunnel_token1] = ACTIONS(1613), + [aux_sym_tunnel_device_token1] = ACTIONS(1611), + [aux_sym_update_host_keys_token1] = ACTIONS(1611), + [aux_sym_use_keychain_token1] = ACTIONS(1611), + [aux_sym_use_roaming_token1] = ACTIONS(1611), + [aux_sym_user_token1] = ACTIONS(1613), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1611), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1611), + [aux_sym_visual_host_key_token1] = ACTIONS(1611), + [aux_sym_xauth_location_token1] = ACTIONS(1611), }, [180] = { - [ts_builtin_sym_end] = ACTIONS(1612), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1614), - [anon_sym_DQUOTE] = ACTIONS(1616), - [aux_sym_match_token1] = ACTIONS(1612), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1612), - [aux_sym_address_family_token1] = ACTIONS(1612), - [aux_sym_batch_mode_token1] = ACTIONS(1612), - [aux_sym_bind_address_token1] = ACTIONS(1612), - [aux_sym_bind_interface_token1] = ACTIONS(1612), - [aux_sym_canonical_domains_token1] = ACTIONS(1612), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1612), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1612), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1612), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1612), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1612), - [aux_sym_certificate_file_token1] = ACTIONS(1612), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1612), - [aux_sym_check_host_ip_token1] = ACTIONS(1612), - [aux_sym_ciphers_token1] = ACTIONS(1612), - [aux_sym_cipher_token1] = ACTIONS(1614), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1612), - [aux_sym_compression_token1] = ACTIONS(1612), - [aux_sym_connection_attempts_token1] = ACTIONS(1612), - [aux_sym_connect_timeout_token1] = ACTIONS(1612), - [aux_sym_control_master_token1] = ACTIONS(1612), - [aux_sym_control_path_token1] = ACTIONS(1612), - [aux_sym_control_persist_token1] = ACTIONS(1612), - [aux_sym_dynamic_forward_token1] = ACTIONS(1612), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1612), - [aux_sym_escape_char_token1] = ACTIONS(1612), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1612), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1612), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1612), - [aux_sym_forward_agent_token1] = ACTIONS(1612), - [aux_sym_forward_x11_token1] = ACTIONS(1614), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1612), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1612), - [aux_sym_gateway_ports_token1] = ACTIONS(1612), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1612), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1612), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1612), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1612), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1612), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1612), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1612), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1612), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1612), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1612), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1612), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1612), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1612), - [aux_sym_host_key_alias_token1] = ACTIONS(1612), - [aux_sym_hostname_token1] = ACTIONS(1612), - [aux_sym_identities_only_token1] = ACTIONS(1612), - [aux_sym_identity_agent_token1] = ACTIONS(1612), - [aux_sym_identity_file_token1] = ACTIONS(1612), - [aux_sym_ignore_unknown_token1] = ACTIONS(1612), - [aux_sym_include_token1] = ACTIONS(1612), - [aux_sym_ip_qos_token1] = ACTIONS(1612), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1612), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1612), - [aux_sym_kex_algorithms_token1] = ACTIONS(1612), - [aux_sym_known_hosts_command_token1] = ACTIONS(1612), - [aux_sym_local_command_token1] = ACTIONS(1612), - [aux_sym_local_forward_token1] = ACTIONS(1612), - [aux_sym_log_level_token1] = ACTIONS(1612), - [aux_sym_log_verbose_token1] = ACTIONS(1612), - [aux_sym_macs_token1] = ACTIONS(1612), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1612), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1612), - [aux_sym_password_authentication_token1] = ACTIONS(1612), - [aux_sym_permit_local_command_token1] = ACTIONS(1612), - [aux_sym_permit_remote_open_token1] = ACTIONS(1612), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1612), - [aux_sym_port_token1] = ACTIONS(1612), - [aux_sym_preferred_authentications_token1] = ACTIONS(1612), - [aux_sym_protocol_token1] = ACTIONS(1612), - [aux_sym_proxy_command_token1] = ACTIONS(1612), - [aux_sym_proxy_jump_token1] = ACTIONS(1612), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1612), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1612), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1612), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1612), - [aux_sym_rekey_limit_token1] = ACTIONS(1612), - [aux_sym_remote_command_token1] = ACTIONS(1612), - [aux_sym_remote_forward_token1] = ACTIONS(1612), - [aux_sym_request_tty_token1] = ACTIONS(1612), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1612), - [aux_sym_security_key_provider_token1] = ACTIONS(1612), - [aux_sym_send_env_token1] = ACTIONS(1612), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1612), - [aux_sym_server_alive_interval_token1] = ACTIONS(1612), - [aux_sym_session_type_token1] = ACTIONS(1612), - [aux_sym_set_env_token1] = ACTIONS(1612), - [aux_sym_stdin_null_token1] = ACTIONS(1612), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1612), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1612), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1612), - [aux_sym_syslog_facility_token1] = ACTIONS(1612), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1612), - [aux_sym_keep_alive_token1] = ACTIONS(1612), - [aux_sym_tunnel_token1] = ACTIONS(1614), - [aux_sym_tunnel_device_token1] = ACTIONS(1612), - [aux_sym_update_host_keys_token1] = ACTIONS(1612), - [aux_sym_use_keychain_token1] = ACTIONS(1612), - [aux_sym_use_roaming_token1] = ACTIONS(1612), - [aux_sym_user_token1] = ACTIONS(1614), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1612), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1612), - [aux_sym_visual_host_key_token1] = ACTIONS(1612), - [aux_sym_xauth_location_token1] = ACTIONS(1612), + [ts_builtin_sym_end] = ACTIONS(1617), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1619), + [anon_sym_DQUOTE] = ACTIONS(1621), + [aux_sym_match_token1] = ACTIONS(1617), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1617), + [aux_sym_address_family_token1] = ACTIONS(1617), + [aux_sym_batch_mode_token1] = ACTIONS(1617), + [aux_sym_bind_address_token1] = ACTIONS(1617), + [aux_sym_bind_interface_token1] = ACTIONS(1617), + [aux_sym_canonical_domains_token1] = ACTIONS(1617), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1617), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1617), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1617), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1617), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1617), + [aux_sym_certificate_file_token1] = ACTIONS(1617), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1617), + [aux_sym_check_host_ip_token1] = ACTIONS(1617), + [aux_sym_ciphers_token1] = ACTIONS(1617), + [aux_sym_cipher_token1] = ACTIONS(1619), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1617), + [aux_sym_compression_token1] = ACTIONS(1617), + [aux_sym_connection_attempts_token1] = ACTIONS(1617), + [aux_sym_connect_timeout_token1] = ACTIONS(1617), + [aux_sym_control_master_token1] = ACTIONS(1617), + [aux_sym_control_path_token1] = ACTIONS(1617), + [aux_sym_control_persist_token1] = ACTIONS(1617), + [aux_sym_dynamic_forward_token1] = ACTIONS(1617), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1617), + [aux_sym_escape_char_token1] = ACTIONS(1617), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1617), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1617), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1617), + [aux_sym_forward_agent_token1] = ACTIONS(1617), + [aux_sym_forward_x11_token1] = ACTIONS(1619), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1617), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1617), + [aux_sym_gateway_ports_token1] = ACTIONS(1617), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1617), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1617), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1617), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1617), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1617), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1617), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1617), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1617), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1617), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1617), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1617), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1617), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1617), + [aux_sym_host_key_alias_token1] = ACTIONS(1617), + [aux_sym_hostname_token1] = ACTIONS(1617), + [aux_sym_identities_only_token1] = ACTIONS(1617), + [aux_sym_identity_agent_token1] = ACTIONS(1617), + [aux_sym_identity_file_token1] = ACTIONS(1617), + [aux_sym_ignore_unknown_token1] = ACTIONS(1617), + [aux_sym_include_token1] = ACTIONS(1617), + [aux_sym_ip_qos_token1] = ACTIONS(1617), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1617), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1617), + [aux_sym_kex_algorithms_token1] = ACTIONS(1617), + [aux_sym_known_hosts_command_token1] = ACTIONS(1617), + [aux_sym_local_command_token1] = ACTIONS(1617), + [aux_sym_local_forward_token1] = ACTIONS(1617), + [aux_sym_log_level_token1] = ACTIONS(1617), + [aux_sym_log_verbose_token1] = ACTIONS(1617), + [aux_sym_macs_token1] = ACTIONS(1617), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1617), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1617), + [aux_sym_password_authentication_token1] = ACTIONS(1617), + [aux_sym_permit_local_command_token1] = ACTIONS(1617), + [aux_sym_permit_remote_open_token1] = ACTIONS(1617), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1617), + [aux_sym_port_token1] = ACTIONS(1617), + [aux_sym_preferred_authentications_token1] = ACTIONS(1617), + [aux_sym_protocol_token1] = ACTIONS(1617), + [aux_sym_proxy_command_token1] = ACTIONS(1617), + [aux_sym_proxy_jump_token1] = ACTIONS(1617), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1617), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1617), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1617), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1617), + [aux_sym_rekey_limit_token1] = ACTIONS(1617), + [aux_sym_remote_command_token1] = ACTIONS(1617), + [aux_sym_remote_forward_token1] = ACTIONS(1617), + [aux_sym_request_tty_token1] = ACTIONS(1617), + [aux_sym_required_rsa_size_token1] = ACTIONS(1617), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1617), + [aux_sym_security_key_provider_token1] = ACTIONS(1617), + [aux_sym_send_env_token1] = ACTIONS(1617), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1617), + [aux_sym_server_alive_interval_token1] = ACTIONS(1617), + [aux_sym_session_type_token1] = ACTIONS(1617), + [aux_sym_set_env_token1] = ACTIONS(1617), + [aux_sym_stdin_null_token1] = ACTIONS(1617), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1617), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1617), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1617), + [aux_sym_syslog_facility_token1] = ACTIONS(1617), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1617), + [aux_sym_keep_alive_token1] = ACTIONS(1617), + [aux_sym_tunnel_token1] = ACTIONS(1619), + [aux_sym_tunnel_device_token1] = ACTIONS(1617), + [aux_sym_update_host_keys_token1] = ACTIONS(1617), + [aux_sym_use_keychain_token1] = ACTIONS(1617), + [aux_sym_use_roaming_token1] = ACTIONS(1617), + [aux_sym_user_token1] = ACTIONS(1619), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1617), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1617), + [aux_sym_visual_host_key_token1] = ACTIONS(1617), + [aux_sym_xauth_location_token1] = ACTIONS(1617), }, [181] = { - [ts_builtin_sym_end] = ACTIONS(1618), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1620), - [anon_sym_DQUOTE] = ACTIONS(1622), - [aux_sym_match_token1] = ACTIONS(1618), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1618), - [aux_sym_address_family_token1] = ACTIONS(1618), - [aux_sym_batch_mode_token1] = ACTIONS(1618), - [aux_sym_bind_address_token1] = ACTIONS(1618), - [aux_sym_bind_interface_token1] = ACTIONS(1618), - [aux_sym_canonical_domains_token1] = ACTIONS(1618), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1618), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1618), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1618), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1618), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1618), - [aux_sym_certificate_file_token1] = ACTIONS(1618), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1618), - [aux_sym_check_host_ip_token1] = ACTIONS(1618), - [aux_sym_ciphers_token1] = ACTIONS(1618), - [aux_sym_cipher_token1] = ACTIONS(1620), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1618), - [aux_sym_compression_token1] = ACTIONS(1618), - [aux_sym_connection_attempts_token1] = ACTIONS(1618), - [aux_sym_connect_timeout_token1] = ACTIONS(1618), - [aux_sym_control_master_token1] = ACTIONS(1618), - [aux_sym_control_path_token1] = ACTIONS(1618), - [aux_sym_control_persist_token1] = ACTIONS(1618), - [aux_sym_dynamic_forward_token1] = ACTIONS(1618), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1618), - [aux_sym_escape_char_token1] = ACTIONS(1618), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1618), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1618), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1618), - [aux_sym_forward_agent_token1] = ACTIONS(1618), - [aux_sym_forward_x11_token1] = ACTIONS(1620), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1618), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1618), - [aux_sym_gateway_ports_token1] = ACTIONS(1618), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1618), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1618), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1618), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1618), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1618), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1618), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1618), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1618), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1618), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1618), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1618), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1618), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1618), - [aux_sym_host_key_alias_token1] = ACTIONS(1618), - [aux_sym_hostname_token1] = ACTIONS(1618), - [aux_sym_identities_only_token1] = ACTIONS(1618), - [aux_sym_identity_agent_token1] = ACTIONS(1618), - [aux_sym_identity_file_token1] = ACTIONS(1618), - [aux_sym_ignore_unknown_token1] = ACTIONS(1618), - [aux_sym_include_token1] = ACTIONS(1618), - [aux_sym_ip_qos_token1] = ACTIONS(1618), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1618), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1618), - [aux_sym_kex_algorithms_token1] = ACTIONS(1618), - [aux_sym_known_hosts_command_token1] = ACTIONS(1618), - [aux_sym_local_command_token1] = ACTIONS(1618), - [aux_sym_local_forward_token1] = ACTIONS(1618), - [aux_sym_log_level_token1] = ACTIONS(1618), - [aux_sym_log_verbose_token1] = ACTIONS(1618), - [aux_sym_macs_token1] = ACTIONS(1618), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1618), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1618), - [aux_sym_password_authentication_token1] = ACTIONS(1618), - [aux_sym_permit_local_command_token1] = ACTIONS(1618), - [aux_sym_permit_remote_open_token1] = ACTIONS(1618), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1618), - [aux_sym_port_token1] = ACTIONS(1618), - [aux_sym_preferred_authentications_token1] = ACTIONS(1618), - [aux_sym_protocol_token1] = ACTIONS(1618), - [aux_sym_proxy_command_token1] = ACTIONS(1618), - [aux_sym_proxy_jump_token1] = ACTIONS(1618), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1618), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1618), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1618), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1618), - [aux_sym_rekey_limit_token1] = ACTIONS(1618), - [aux_sym_remote_command_token1] = ACTIONS(1618), - [aux_sym_remote_forward_token1] = ACTIONS(1618), - [aux_sym_request_tty_token1] = ACTIONS(1618), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1618), - [aux_sym_security_key_provider_token1] = ACTIONS(1618), - [aux_sym_send_env_token1] = ACTIONS(1618), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1618), - [aux_sym_server_alive_interval_token1] = ACTIONS(1618), - [aux_sym_session_type_token1] = ACTIONS(1618), - [aux_sym_set_env_token1] = ACTIONS(1618), - [aux_sym_stdin_null_token1] = ACTIONS(1618), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1618), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1618), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1618), - [aux_sym_syslog_facility_token1] = ACTIONS(1618), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1618), - [aux_sym_keep_alive_token1] = ACTIONS(1618), - [aux_sym_tunnel_token1] = ACTIONS(1620), - [aux_sym_tunnel_device_token1] = ACTIONS(1618), - [aux_sym_update_host_keys_token1] = ACTIONS(1618), - [aux_sym_use_keychain_token1] = ACTIONS(1618), - [aux_sym_use_roaming_token1] = ACTIONS(1618), - [aux_sym_user_token1] = ACTIONS(1620), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1618), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1618), - [aux_sym_visual_host_key_token1] = ACTIONS(1618), - [aux_sym_xauth_location_token1] = ACTIONS(1618), + [ts_builtin_sym_end] = ACTIONS(1623), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1625), + [anon_sym_DQUOTE] = ACTIONS(1627), + [aux_sym_match_token1] = ACTIONS(1623), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1623), + [aux_sym_address_family_token1] = ACTIONS(1623), + [aux_sym_batch_mode_token1] = ACTIONS(1623), + [aux_sym_bind_address_token1] = ACTIONS(1623), + [aux_sym_bind_interface_token1] = ACTIONS(1623), + [aux_sym_canonical_domains_token1] = ACTIONS(1623), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1623), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1623), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1623), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1623), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1623), + [aux_sym_certificate_file_token1] = ACTIONS(1623), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1623), + [aux_sym_check_host_ip_token1] = ACTIONS(1623), + [aux_sym_ciphers_token1] = ACTIONS(1623), + [aux_sym_cipher_token1] = ACTIONS(1625), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1623), + [aux_sym_compression_token1] = ACTIONS(1623), + [aux_sym_connection_attempts_token1] = ACTIONS(1623), + [aux_sym_connect_timeout_token1] = ACTIONS(1623), + [aux_sym_control_master_token1] = ACTIONS(1623), + [aux_sym_control_path_token1] = ACTIONS(1623), + [aux_sym_control_persist_token1] = ACTIONS(1623), + [aux_sym_dynamic_forward_token1] = ACTIONS(1623), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1623), + [aux_sym_escape_char_token1] = ACTIONS(1623), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1623), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1623), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1623), + [aux_sym_forward_agent_token1] = ACTIONS(1623), + [aux_sym_forward_x11_token1] = ACTIONS(1625), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1623), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1623), + [aux_sym_gateway_ports_token1] = ACTIONS(1623), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1623), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1623), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1623), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1623), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1623), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1623), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1623), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1623), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1623), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1623), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1623), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1623), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1623), + [aux_sym_host_key_alias_token1] = ACTIONS(1623), + [aux_sym_hostname_token1] = ACTIONS(1623), + [aux_sym_identities_only_token1] = ACTIONS(1623), + [aux_sym_identity_agent_token1] = ACTIONS(1623), + [aux_sym_identity_file_token1] = ACTIONS(1623), + [aux_sym_ignore_unknown_token1] = ACTIONS(1623), + [aux_sym_include_token1] = ACTIONS(1623), + [aux_sym_ip_qos_token1] = ACTIONS(1623), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1623), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1623), + [aux_sym_kex_algorithms_token1] = ACTIONS(1623), + [aux_sym_known_hosts_command_token1] = ACTIONS(1623), + [aux_sym_local_command_token1] = ACTIONS(1623), + [aux_sym_local_forward_token1] = ACTIONS(1623), + [aux_sym_log_level_token1] = ACTIONS(1623), + [aux_sym_log_verbose_token1] = ACTIONS(1623), + [aux_sym_macs_token1] = ACTIONS(1623), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1623), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1623), + [aux_sym_password_authentication_token1] = ACTIONS(1623), + [aux_sym_permit_local_command_token1] = ACTIONS(1623), + [aux_sym_permit_remote_open_token1] = ACTIONS(1623), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1623), + [aux_sym_port_token1] = ACTIONS(1623), + [aux_sym_preferred_authentications_token1] = ACTIONS(1623), + [aux_sym_protocol_token1] = ACTIONS(1623), + [aux_sym_proxy_command_token1] = ACTIONS(1623), + [aux_sym_proxy_jump_token1] = ACTIONS(1623), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1623), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1623), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1623), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1623), + [aux_sym_rekey_limit_token1] = ACTIONS(1623), + [aux_sym_remote_command_token1] = ACTIONS(1623), + [aux_sym_remote_forward_token1] = ACTIONS(1623), + [aux_sym_request_tty_token1] = ACTIONS(1623), + [aux_sym_required_rsa_size_token1] = ACTIONS(1623), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1623), + [aux_sym_security_key_provider_token1] = ACTIONS(1623), + [aux_sym_send_env_token1] = ACTIONS(1623), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1623), + [aux_sym_server_alive_interval_token1] = ACTIONS(1623), + [aux_sym_session_type_token1] = ACTIONS(1623), + [aux_sym_set_env_token1] = ACTIONS(1623), + [aux_sym_stdin_null_token1] = ACTIONS(1623), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1623), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1623), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1623), + [aux_sym_syslog_facility_token1] = ACTIONS(1623), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1623), + [aux_sym_keep_alive_token1] = ACTIONS(1623), + [aux_sym_tunnel_token1] = ACTIONS(1625), + [aux_sym_tunnel_device_token1] = ACTIONS(1623), + [aux_sym_update_host_keys_token1] = ACTIONS(1623), + [aux_sym_use_keychain_token1] = ACTIONS(1623), + [aux_sym_use_roaming_token1] = ACTIONS(1623), + [aux_sym_user_token1] = ACTIONS(1625), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1623), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1623), + [aux_sym_visual_host_key_token1] = ACTIONS(1623), + [aux_sym_xauth_location_token1] = ACTIONS(1623), }, [182] = { - [ts_builtin_sym_end] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1628), - [aux_sym_match_token1] = ACTIONS(1624), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1624), - [aux_sym_address_family_token1] = ACTIONS(1624), - [aux_sym_batch_mode_token1] = ACTIONS(1624), - [aux_sym_bind_address_token1] = ACTIONS(1624), - [aux_sym_bind_interface_token1] = ACTIONS(1624), - [aux_sym_canonical_domains_token1] = ACTIONS(1624), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1624), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1624), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1624), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1624), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1624), - [aux_sym_certificate_file_token1] = ACTIONS(1624), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1624), - [aux_sym_check_host_ip_token1] = ACTIONS(1624), - [aux_sym_ciphers_token1] = ACTIONS(1624), - [aux_sym_cipher_token1] = ACTIONS(1626), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1624), - [aux_sym_compression_token1] = ACTIONS(1624), - [aux_sym_connection_attempts_token1] = ACTIONS(1624), - [aux_sym_connect_timeout_token1] = ACTIONS(1624), - [aux_sym_control_master_token1] = ACTIONS(1624), - [aux_sym_control_path_token1] = ACTIONS(1624), - [aux_sym_control_persist_token1] = ACTIONS(1624), - [aux_sym_dynamic_forward_token1] = ACTIONS(1624), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1624), - [aux_sym_escape_char_token1] = ACTIONS(1624), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1624), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1624), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1624), - [aux_sym_forward_agent_token1] = ACTIONS(1624), - [aux_sym_forward_x11_token1] = ACTIONS(1626), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1624), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1624), - [aux_sym_gateway_ports_token1] = ACTIONS(1624), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1624), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1624), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1624), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1624), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1624), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1624), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1624), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1624), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1624), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1624), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1624), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1624), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1624), - [aux_sym_host_key_alias_token1] = ACTIONS(1624), - [aux_sym_hostname_token1] = ACTIONS(1624), - [aux_sym_identities_only_token1] = ACTIONS(1624), - [aux_sym_identity_agent_token1] = ACTIONS(1624), - [aux_sym_identity_file_token1] = ACTIONS(1624), - [aux_sym_ignore_unknown_token1] = ACTIONS(1624), - [aux_sym_include_token1] = ACTIONS(1624), - [aux_sym_ip_qos_token1] = ACTIONS(1624), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1624), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1624), - [aux_sym_kex_algorithms_token1] = ACTIONS(1624), - [aux_sym_known_hosts_command_token1] = ACTIONS(1624), - [aux_sym_local_command_token1] = ACTIONS(1624), - [aux_sym_local_forward_token1] = ACTIONS(1624), - [aux_sym_log_level_token1] = ACTIONS(1624), - [aux_sym_log_verbose_token1] = ACTIONS(1624), - [aux_sym_macs_token1] = ACTIONS(1624), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1624), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1624), - [aux_sym_password_authentication_token1] = ACTIONS(1624), - [aux_sym_permit_local_command_token1] = ACTIONS(1624), - [aux_sym_permit_remote_open_token1] = ACTIONS(1624), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1624), - [aux_sym_port_token1] = ACTIONS(1624), - [aux_sym_preferred_authentications_token1] = ACTIONS(1624), - [aux_sym_protocol_token1] = ACTIONS(1624), - [aux_sym_proxy_command_token1] = ACTIONS(1624), - [aux_sym_proxy_jump_token1] = ACTIONS(1624), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1624), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1624), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1624), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1624), - [aux_sym_rekey_limit_token1] = ACTIONS(1624), - [aux_sym_remote_command_token1] = ACTIONS(1624), - [aux_sym_remote_forward_token1] = ACTIONS(1624), - [aux_sym_request_tty_token1] = ACTIONS(1624), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1624), - [aux_sym_security_key_provider_token1] = ACTIONS(1624), - [aux_sym_send_env_token1] = ACTIONS(1624), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1624), - [aux_sym_server_alive_interval_token1] = ACTIONS(1624), - [aux_sym_session_type_token1] = ACTIONS(1624), - [aux_sym_set_env_token1] = ACTIONS(1624), - [aux_sym_stdin_null_token1] = ACTIONS(1624), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1624), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1624), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1624), - [aux_sym_syslog_facility_token1] = ACTIONS(1624), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1624), - [aux_sym_keep_alive_token1] = ACTIONS(1624), - [aux_sym_tunnel_token1] = ACTIONS(1626), - [aux_sym_tunnel_device_token1] = ACTIONS(1624), - [aux_sym_update_host_keys_token1] = ACTIONS(1624), - [aux_sym_use_keychain_token1] = ACTIONS(1624), - [aux_sym_use_roaming_token1] = ACTIONS(1624), - [aux_sym_user_token1] = ACTIONS(1626), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1624), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1624), - [aux_sym_visual_host_key_token1] = ACTIONS(1624), - [aux_sym_xauth_location_token1] = ACTIONS(1624), + [ts_builtin_sym_end] = ACTIONS(1629), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1631), + [anon_sym_DQUOTE] = ACTIONS(1633), + [aux_sym_match_token1] = ACTIONS(1629), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1629), + [aux_sym_address_family_token1] = ACTIONS(1629), + [aux_sym_batch_mode_token1] = ACTIONS(1629), + [aux_sym_bind_address_token1] = ACTIONS(1629), + [aux_sym_bind_interface_token1] = ACTIONS(1629), + [aux_sym_canonical_domains_token1] = ACTIONS(1629), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1629), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1629), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1629), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1629), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1629), + [aux_sym_certificate_file_token1] = ACTIONS(1629), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1629), + [aux_sym_check_host_ip_token1] = ACTIONS(1629), + [aux_sym_ciphers_token1] = ACTIONS(1629), + [aux_sym_cipher_token1] = ACTIONS(1631), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1629), + [aux_sym_compression_token1] = ACTIONS(1629), + [aux_sym_connection_attempts_token1] = ACTIONS(1629), + [aux_sym_connect_timeout_token1] = ACTIONS(1629), + [aux_sym_control_master_token1] = ACTIONS(1629), + [aux_sym_control_path_token1] = ACTIONS(1629), + [aux_sym_control_persist_token1] = ACTIONS(1629), + [aux_sym_dynamic_forward_token1] = ACTIONS(1629), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1629), + [aux_sym_escape_char_token1] = ACTIONS(1629), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1629), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1629), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1629), + [aux_sym_forward_agent_token1] = ACTIONS(1629), + [aux_sym_forward_x11_token1] = ACTIONS(1631), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1629), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1629), + [aux_sym_gateway_ports_token1] = ACTIONS(1629), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1629), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1629), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1629), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1629), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1629), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1629), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1629), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1629), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1629), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1629), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1629), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1629), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1629), + [aux_sym_host_key_alias_token1] = ACTIONS(1629), + [aux_sym_hostname_token1] = ACTIONS(1629), + [aux_sym_identities_only_token1] = ACTIONS(1629), + [aux_sym_identity_agent_token1] = ACTIONS(1629), + [aux_sym_identity_file_token1] = ACTIONS(1629), + [aux_sym_ignore_unknown_token1] = ACTIONS(1629), + [aux_sym_include_token1] = ACTIONS(1629), + [aux_sym_ip_qos_token1] = ACTIONS(1629), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1629), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1629), + [aux_sym_kex_algorithms_token1] = ACTIONS(1629), + [aux_sym_known_hosts_command_token1] = ACTIONS(1629), + [aux_sym_local_command_token1] = ACTIONS(1629), + [aux_sym_local_forward_token1] = ACTIONS(1629), + [aux_sym_log_level_token1] = ACTIONS(1629), + [aux_sym_log_verbose_token1] = ACTIONS(1629), + [aux_sym_macs_token1] = ACTIONS(1629), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1629), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1629), + [aux_sym_password_authentication_token1] = ACTIONS(1629), + [aux_sym_permit_local_command_token1] = ACTIONS(1629), + [aux_sym_permit_remote_open_token1] = ACTIONS(1629), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1629), + [aux_sym_port_token1] = ACTIONS(1629), + [aux_sym_preferred_authentications_token1] = ACTIONS(1629), + [aux_sym_protocol_token1] = ACTIONS(1629), + [aux_sym_proxy_command_token1] = ACTIONS(1629), + [aux_sym_proxy_jump_token1] = ACTIONS(1629), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1629), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1629), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1629), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1629), + [aux_sym_rekey_limit_token1] = ACTIONS(1629), + [aux_sym_remote_command_token1] = ACTIONS(1629), + [aux_sym_remote_forward_token1] = ACTIONS(1629), + [aux_sym_request_tty_token1] = ACTIONS(1629), + [aux_sym_required_rsa_size_token1] = ACTIONS(1629), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1629), + [aux_sym_security_key_provider_token1] = ACTIONS(1629), + [aux_sym_send_env_token1] = ACTIONS(1629), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1629), + [aux_sym_server_alive_interval_token1] = ACTIONS(1629), + [aux_sym_session_type_token1] = ACTIONS(1629), + [aux_sym_set_env_token1] = ACTIONS(1629), + [aux_sym_stdin_null_token1] = ACTIONS(1629), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1629), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1629), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1629), + [aux_sym_syslog_facility_token1] = ACTIONS(1629), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1629), + [aux_sym_keep_alive_token1] = ACTIONS(1629), + [aux_sym_tunnel_token1] = ACTIONS(1631), + [aux_sym_tunnel_device_token1] = ACTIONS(1629), + [aux_sym_update_host_keys_token1] = ACTIONS(1629), + [aux_sym_use_keychain_token1] = ACTIONS(1629), + [aux_sym_use_roaming_token1] = ACTIONS(1629), + [aux_sym_user_token1] = ACTIONS(1631), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1629), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1629), + [aux_sym_visual_host_key_token1] = ACTIONS(1629), + [aux_sym_xauth_location_token1] = ACTIONS(1629), }, [183] = { - [ts_builtin_sym_end] = ACTIONS(1630), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1632), - [anon_sym_DQUOTE] = ACTIONS(1634), - [aux_sym_match_token1] = ACTIONS(1630), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1630), - [aux_sym_address_family_token1] = ACTIONS(1630), - [aux_sym_batch_mode_token1] = ACTIONS(1630), - [aux_sym_bind_address_token1] = ACTIONS(1630), - [aux_sym_bind_interface_token1] = ACTIONS(1630), - [aux_sym_canonical_domains_token1] = ACTIONS(1630), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1630), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1630), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1630), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1630), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1630), - [aux_sym_certificate_file_token1] = ACTIONS(1630), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1630), - [aux_sym_check_host_ip_token1] = ACTIONS(1630), - [aux_sym_ciphers_token1] = ACTIONS(1630), - [aux_sym_cipher_token1] = ACTIONS(1632), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1630), - [aux_sym_compression_token1] = ACTIONS(1630), - [aux_sym_connection_attempts_token1] = ACTIONS(1630), - [aux_sym_connect_timeout_token1] = ACTIONS(1630), - [aux_sym_control_master_token1] = ACTIONS(1630), - [aux_sym_control_path_token1] = ACTIONS(1630), - [aux_sym_control_persist_token1] = ACTIONS(1630), - [aux_sym_dynamic_forward_token1] = ACTIONS(1630), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1630), - [aux_sym_escape_char_token1] = ACTIONS(1630), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1630), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1630), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1630), - [aux_sym_forward_agent_token1] = ACTIONS(1630), - [aux_sym_forward_x11_token1] = ACTIONS(1632), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1630), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1630), - [aux_sym_gateway_ports_token1] = ACTIONS(1630), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1630), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1630), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1630), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1630), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1630), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1630), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1630), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1630), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1630), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1630), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1630), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1630), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1630), - [aux_sym_host_key_alias_token1] = ACTIONS(1630), - [aux_sym_hostname_token1] = ACTIONS(1630), - [aux_sym_identities_only_token1] = ACTIONS(1630), - [aux_sym_identity_agent_token1] = ACTIONS(1630), - [aux_sym_identity_file_token1] = ACTIONS(1630), - [aux_sym_ignore_unknown_token1] = ACTIONS(1630), - [aux_sym_include_token1] = ACTIONS(1630), - [aux_sym_ip_qos_token1] = ACTIONS(1630), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1630), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1630), - [aux_sym_kex_algorithms_token1] = ACTIONS(1630), - [aux_sym_known_hosts_command_token1] = ACTIONS(1630), - [aux_sym_local_command_token1] = ACTIONS(1630), - [aux_sym_local_forward_token1] = ACTIONS(1630), - [aux_sym_log_level_token1] = ACTIONS(1630), - [aux_sym_log_verbose_token1] = ACTIONS(1630), - [aux_sym_macs_token1] = ACTIONS(1630), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1630), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1630), - [aux_sym_password_authentication_token1] = ACTIONS(1630), - [aux_sym_permit_local_command_token1] = ACTIONS(1630), - [aux_sym_permit_remote_open_token1] = ACTIONS(1630), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1630), - [aux_sym_port_token1] = ACTIONS(1630), - [aux_sym_preferred_authentications_token1] = ACTIONS(1630), - [aux_sym_protocol_token1] = ACTIONS(1630), - [aux_sym_proxy_command_token1] = ACTIONS(1630), - [aux_sym_proxy_jump_token1] = ACTIONS(1630), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1630), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1630), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1630), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1630), - [aux_sym_rekey_limit_token1] = ACTIONS(1630), - [aux_sym_remote_command_token1] = ACTIONS(1630), - [aux_sym_remote_forward_token1] = ACTIONS(1630), - [aux_sym_request_tty_token1] = ACTIONS(1630), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1630), - [aux_sym_security_key_provider_token1] = ACTIONS(1630), - [aux_sym_send_env_token1] = ACTIONS(1630), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1630), - [aux_sym_server_alive_interval_token1] = ACTIONS(1630), - [aux_sym_session_type_token1] = ACTIONS(1630), - [aux_sym_set_env_token1] = ACTIONS(1630), - [aux_sym_stdin_null_token1] = ACTIONS(1630), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1630), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1630), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1630), - [aux_sym_syslog_facility_token1] = ACTIONS(1630), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1630), - [aux_sym_keep_alive_token1] = ACTIONS(1630), - [aux_sym_tunnel_token1] = ACTIONS(1632), - [aux_sym_tunnel_device_token1] = ACTIONS(1630), - [aux_sym_update_host_keys_token1] = ACTIONS(1630), - [aux_sym_use_keychain_token1] = ACTIONS(1630), - [aux_sym_use_roaming_token1] = ACTIONS(1630), - [aux_sym_user_token1] = ACTIONS(1632), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1630), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1630), - [aux_sym_visual_host_key_token1] = ACTIONS(1630), - [aux_sym_xauth_location_token1] = ACTIONS(1630), + [ts_builtin_sym_end] = ACTIONS(1635), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1637), + [anon_sym_DQUOTE] = ACTIONS(1639), + [aux_sym_match_token1] = ACTIONS(1635), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1635), + [aux_sym_address_family_token1] = ACTIONS(1635), + [aux_sym_batch_mode_token1] = ACTIONS(1635), + [aux_sym_bind_address_token1] = ACTIONS(1635), + [aux_sym_bind_interface_token1] = ACTIONS(1635), + [aux_sym_canonical_domains_token1] = ACTIONS(1635), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1635), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1635), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1635), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1635), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1635), + [aux_sym_certificate_file_token1] = ACTIONS(1635), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1635), + [aux_sym_check_host_ip_token1] = ACTIONS(1635), + [aux_sym_ciphers_token1] = ACTIONS(1635), + [aux_sym_cipher_token1] = ACTIONS(1637), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1635), + [aux_sym_compression_token1] = ACTIONS(1635), + [aux_sym_connection_attempts_token1] = ACTIONS(1635), + [aux_sym_connect_timeout_token1] = ACTIONS(1635), + [aux_sym_control_master_token1] = ACTIONS(1635), + [aux_sym_control_path_token1] = ACTIONS(1635), + [aux_sym_control_persist_token1] = ACTIONS(1635), + [aux_sym_dynamic_forward_token1] = ACTIONS(1635), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1635), + [aux_sym_escape_char_token1] = ACTIONS(1635), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1635), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1635), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1635), + [aux_sym_forward_agent_token1] = ACTIONS(1635), + [aux_sym_forward_x11_token1] = ACTIONS(1637), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1635), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1635), + [aux_sym_gateway_ports_token1] = ACTIONS(1635), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1635), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1635), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1635), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1635), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1635), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1635), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1635), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1635), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1635), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1635), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1635), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1635), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1635), + [aux_sym_host_key_alias_token1] = ACTIONS(1635), + [aux_sym_hostname_token1] = ACTIONS(1635), + [aux_sym_identities_only_token1] = ACTIONS(1635), + [aux_sym_identity_agent_token1] = ACTIONS(1635), + [aux_sym_identity_file_token1] = ACTIONS(1635), + [aux_sym_ignore_unknown_token1] = ACTIONS(1635), + [aux_sym_include_token1] = ACTIONS(1635), + [aux_sym_ip_qos_token1] = ACTIONS(1635), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1635), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1635), + [aux_sym_kex_algorithms_token1] = ACTIONS(1635), + [aux_sym_known_hosts_command_token1] = ACTIONS(1635), + [aux_sym_local_command_token1] = ACTIONS(1635), + [aux_sym_local_forward_token1] = ACTIONS(1635), + [aux_sym_log_level_token1] = ACTIONS(1635), + [aux_sym_log_verbose_token1] = ACTIONS(1635), + [aux_sym_macs_token1] = ACTIONS(1635), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1635), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1635), + [aux_sym_password_authentication_token1] = ACTIONS(1635), + [aux_sym_permit_local_command_token1] = ACTIONS(1635), + [aux_sym_permit_remote_open_token1] = ACTIONS(1635), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1635), + [aux_sym_port_token1] = ACTIONS(1635), + [aux_sym_preferred_authentications_token1] = ACTIONS(1635), + [aux_sym_protocol_token1] = ACTIONS(1635), + [aux_sym_proxy_command_token1] = ACTIONS(1635), + [aux_sym_proxy_jump_token1] = ACTIONS(1635), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1635), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1635), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1635), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1635), + [aux_sym_rekey_limit_token1] = ACTIONS(1635), + [aux_sym_remote_command_token1] = ACTIONS(1635), + [aux_sym_remote_forward_token1] = ACTIONS(1635), + [aux_sym_request_tty_token1] = ACTIONS(1635), + [aux_sym_required_rsa_size_token1] = ACTIONS(1635), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1635), + [aux_sym_security_key_provider_token1] = ACTIONS(1635), + [aux_sym_send_env_token1] = ACTIONS(1635), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1635), + [aux_sym_server_alive_interval_token1] = ACTIONS(1635), + [aux_sym_session_type_token1] = ACTIONS(1635), + [aux_sym_set_env_token1] = ACTIONS(1635), + [aux_sym_stdin_null_token1] = ACTIONS(1635), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1635), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1635), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1635), + [aux_sym_syslog_facility_token1] = ACTIONS(1635), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1635), + [aux_sym_keep_alive_token1] = ACTIONS(1635), + [aux_sym_tunnel_token1] = ACTIONS(1637), + [aux_sym_tunnel_device_token1] = ACTIONS(1635), + [aux_sym_update_host_keys_token1] = ACTIONS(1635), + [aux_sym_use_keychain_token1] = ACTIONS(1635), + [aux_sym_use_roaming_token1] = ACTIONS(1635), + [aux_sym_user_token1] = ACTIONS(1637), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1635), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1635), + [aux_sym_visual_host_key_token1] = ACTIONS(1635), + [aux_sym_xauth_location_token1] = ACTIONS(1635), }, [184] = { - [ts_builtin_sym_end] = ACTIONS(1636), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1638), - [anon_sym_DQUOTE] = ACTIONS(1640), - [aux_sym_match_token1] = ACTIONS(1636), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1636), - [aux_sym_address_family_token1] = ACTIONS(1636), - [aux_sym_batch_mode_token1] = ACTIONS(1636), - [aux_sym_bind_address_token1] = ACTIONS(1636), - [aux_sym_bind_interface_token1] = ACTIONS(1636), - [aux_sym_canonical_domains_token1] = ACTIONS(1636), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1636), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1636), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1636), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1636), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1636), - [aux_sym_certificate_file_token1] = ACTIONS(1636), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1636), - [aux_sym_check_host_ip_token1] = ACTIONS(1636), - [aux_sym_ciphers_token1] = ACTIONS(1636), - [aux_sym_cipher_token1] = ACTIONS(1638), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1636), - [aux_sym_compression_token1] = ACTIONS(1636), - [aux_sym_connection_attempts_token1] = ACTIONS(1636), - [aux_sym_connect_timeout_token1] = ACTIONS(1636), - [aux_sym_control_master_token1] = ACTIONS(1636), - [aux_sym_control_path_token1] = ACTIONS(1636), - [aux_sym_control_persist_token1] = ACTIONS(1636), - [aux_sym_dynamic_forward_token1] = ACTIONS(1636), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1636), - [aux_sym_escape_char_token1] = ACTIONS(1636), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1636), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1636), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1636), - [aux_sym_forward_agent_token1] = ACTIONS(1636), - [aux_sym_forward_x11_token1] = ACTIONS(1638), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1636), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1636), - [aux_sym_gateway_ports_token1] = ACTIONS(1636), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1636), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1636), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1636), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1636), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1636), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1636), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1636), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1636), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1636), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1636), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1636), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1636), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1636), - [aux_sym_host_key_alias_token1] = ACTIONS(1636), - [aux_sym_hostname_token1] = ACTIONS(1636), - [aux_sym_identities_only_token1] = ACTIONS(1636), - [aux_sym_identity_agent_token1] = ACTIONS(1636), - [aux_sym_identity_file_token1] = ACTIONS(1636), - [aux_sym_ignore_unknown_token1] = ACTIONS(1636), - [aux_sym_include_token1] = ACTIONS(1636), - [aux_sym_ip_qos_token1] = ACTIONS(1636), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1636), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1636), - [aux_sym_kex_algorithms_token1] = ACTIONS(1636), - [aux_sym_known_hosts_command_token1] = ACTIONS(1636), - [aux_sym_local_command_token1] = ACTIONS(1636), - [aux_sym_local_forward_token1] = ACTIONS(1636), - [aux_sym_log_level_token1] = ACTIONS(1636), - [aux_sym_log_verbose_token1] = ACTIONS(1636), - [aux_sym_macs_token1] = ACTIONS(1636), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1636), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1636), - [aux_sym_password_authentication_token1] = ACTIONS(1636), - [aux_sym_permit_local_command_token1] = ACTIONS(1636), - [aux_sym_permit_remote_open_token1] = ACTIONS(1636), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1636), - [aux_sym_port_token1] = ACTIONS(1636), - [aux_sym_preferred_authentications_token1] = ACTIONS(1636), - [aux_sym_protocol_token1] = ACTIONS(1636), - [aux_sym_proxy_command_token1] = ACTIONS(1636), - [aux_sym_proxy_jump_token1] = ACTIONS(1636), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1636), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1636), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1636), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1636), - [aux_sym_rekey_limit_token1] = ACTIONS(1636), - [aux_sym_remote_command_token1] = ACTIONS(1636), - [aux_sym_remote_forward_token1] = ACTIONS(1636), - [aux_sym_request_tty_token1] = ACTIONS(1636), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1636), - [aux_sym_security_key_provider_token1] = ACTIONS(1636), - [aux_sym_send_env_token1] = ACTIONS(1636), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1636), - [aux_sym_server_alive_interval_token1] = ACTIONS(1636), - [aux_sym_session_type_token1] = ACTIONS(1636), - [aux_sym_set_env_token1] = ACTIONS(1636), - [aux_sym_stdin_null_token1] = ACTIONS(1636), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1636), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1636), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1636), - [aux_sym_syslog_facility_token1] = ACTIONS(1636), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1636), - [aux_sym_keep_alive_token1] = ACTIONS(1636), - [aux_sym_tunnel_token1] = ACTIONS(1638), - [aux_sym_tunnel_device_token1] = ACTIONS(1636), - [aux_sym_update_host_keys_token1] = ACTIONS(1636), - [aux_sym_use_keychain_token1] = ACTIONS(1636), - [aux_sym_use_roaming_token1] = ACTIONS(1636), - [aux_sym_user_token1] = ACTIONS(1638), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1636), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1636), - [aux_sym_visual_host_key_token1] = ACTIONS(1636), - [aux_sym_xauth_location_token1] = ACTIONS(1636), + [ts_builtin_sym_end] = ACTIONS(1641), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1643), + [anon_sym_DQUOTE] = ACTIONS(1645), + [aux_sym_match_token1] = ACTIONS(1641), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1641), + [aux_sym_address_family_token1] = ACTIONS(1641), + [aux_sym_batch_mode_token1] = ACTIONS(1641), + [aux_sym_bind_address_token1] = ACTIONS(1641), + [aux_sym_bind_interface_token1] = ACTIONS(1641), + [aux_sym_canonical_domains_token1] = ACTIONS(1641), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1641), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1641), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1641), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1641), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1641), + [aux_sym_certificate_file_token1] = ACTIONS(1641), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1641), + [aux_sym_check_host_ip_token1] = ACTIONS(1641), + [aux_sym_ciphers_token1] = ACTIONS(1641), + [aux_sym_cipher_token1] = ACTIONS(1643), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1641), + [aux_sym_compression_token1] = ACTIONS(1641), + [aux_sym_connection_attempts_token1] = ACTIONS(1641), + [aux_sym_connect_timeout_token1] = ACTIONS(1641), + [aux_sym_control_master_token1] = ACTIONS(1641), + [aux_sym_control_path_token1] = ACTIONS(1641), + [aux_sym_control_persist_token1] = ACTIONS(1641), + [aux_sym_dynamic_forward_token1] = ACTIONS(1641), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1641), + [aux_sym_escape_char_token1] = ACTIONS(1641), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1641), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1641), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1641), + [aux_sym_forward_agent_token1] = ACTIONS(1641), + [aux_sym_forward_x11_token1] = ACTIONS(1643), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1641), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1641), + [aux_sym_gateway_ports_token1] = ACTIONS(1641), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1641), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1641), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1641), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1641), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1641), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1641), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1641), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1641), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1641), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1641), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1641), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1641), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1641), + [aux_sym_host_key_alias_token1] = ACTIONS(1641), + [aux_sym_hostname_token1] = ACTIONS(1641), + [aux_sym_identities_only_token1] = ACTIONS(1641), + [aux_sym_identity_agent_token1] = ACTIONS(1641), + [aux_sym_identity_file_token1] = ACTIONS(1641), + [aux_sym_ignore_unknown_token1] = ACTIONS(1641), + [aux_sym_include_token1] = ACTIONS(1641), + [aux_sym_ip_qos_token1] = ACTIONS(1641), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1641), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1641), + [aux_sym_kex_algorithms_token1] = ACTIONS(1641), + [aux_sym_known_hosts_command_token1] = ACTIONS(1641), + [aux_sym_local_command_token1] = ACTIONS(1641), + [aux_sym_local_forward_token1] = ACTIONS(1641), + [aux_sym_log_level_token1] = ACTIONS(1641), + [aux_sym_log_verbose_token1] = ACTIONS(1641), + [aux_sym_macs_token1] = ACTIONS(1641), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1641), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1641), + [aux_sym_password_authentication_token1] = ACTIONS(1641), + [aux_sym_permit_local_command_token1] = ACTIONS(1641), + [aux_sym_permit_remote_open_token1] = ACTIONS(1641), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1641), + [aux_sym_port_token1] = ACTIONS(1641), + [aux_sym_preferred_authentications_token1] = ACTIONS(1641), + [aux_sym_protocol_token1] = ACTIONS(1641), + [aux_sym_proxy_command_token1] = ACTIONS(1641), + [aux_sym_proxy_jump_token1] = ACTIONS(1641), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1641), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1641), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1641), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1641), + [aux_sym_rekey_limit_token1] = ACTIONS(1641), + [aux_sym_remote_command_token1] = ACTIONS(1641), + [aux_sym_remote_forward_token1] = ACTIONS(1641), + [aux_sym_request_tty_token1] = ACTIONS(1641), + [aux_sym_required_rsa_size_token1] = ACTIONS(1641), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1641), + [aux_sym_security_key_provider_token1] = ACTIONS(1641), + [aux_sym_send_env_token1] = ACTIONS(1641), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1641), + [aux_sym_server_alive_interval_token1] = ACTIONS(1641), + [aux_sym_session_type_token1] = ACTIONS(1641), + [aux_sym_set_env_token1] = ACTIONS(1641), + [aux_sym_stdin_null_token1] = ACTIONS(1641), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1641), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1641), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1641), + [aux_sym_syslog_facility_token1] = ACTIONS(1641), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1641), + [aux_sym_keep_alive_token1] = ACTIONS(1641), + [aux_sym_tunnel_token1] = ACTIONS(1643), + [aux_sym_tunnel_device_token1] = ACTIONS(1641), + [aux_sym_update_host_keys_token1] = ACTIONS(1641), + [aux_sym_use_keychain_token1] = ACTIONS(1641), + [aux_sym_use_roaming_token1] = ACTIONS(1641), + [aux_sym_user_token1] = ACTIONS(1643), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1641), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1641), + [aux_sym_visual_host_key_token1] = ACTIONS(1641), + [aux_sym_xauth_location_token1] = ACTIONS(1641), }, [185] = { - [ts_builtin_sym_end] = ACTIONS(1642), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1644), - [anon_sym_DQUOTE] = ACTIONS(1646), - [aux_sym_match_token1] = ACTIONS(1642), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1642), - [aux_sym_address_family_token1] = ACTIONS(1642), - [aux_sym_batch_mode_token1] = ACTIONS(1642), - [aux_sym_bind_address_token1] = ACTIONS(1642), - [aux_sym_bind_interface_token1] = ACTIONS(1642), - [aux_sym_canonical_domains_token1] = ACTIONS(1642), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1642), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1642), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1642), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1642), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1642), - [aux_sym_certificate_file_token1] = ACTIONS(1642), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1642), - [aux_sym_check_host_ip_token1] = ACTIONS(1642), - [aux_sym_ciphers_token1] = ACTIONS(1642), - [aux_sym_cipher_token1] = ACTIONS(1644), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1642), - [aux_sym_compression_token1] = ACTIONS(1642), - [aux_sym_connection_attempts_token1] = ACTIONS(1642), - [aux_sym_connect_timeout_token1] = ACTIONS(1642), - [aux_sym_control_master_token1] = ACTIONS(1642), - [aux_sym_control_path_token1] = ACTIONS(1642), - [aux_sym_control_persist_token1] = ACTIONS(1642), - [aux_sym_dynamic_forward_token1] = ACTIONS(1642), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1642), - [aux_sym_escape_char_token1] = ACTIONS(1642), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1642), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1642), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1642), - [aux_sym_forward_agent_token1] = ACTIONS(1642), - [aux_sym_forward_x11_token1] = ACTIONS(1644), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1642), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1642), - [aux_sym_gateway_ports_token1] = ACTIONS(1642), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1642), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1642), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1642), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1642), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1642), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1642), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1642), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1642), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1642), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1642), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1642), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1642), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1642), - [aux_sym_host_key_alias_token1] = ACTIONS(1642), - [aux_sym_hostname_token1] = ACTIONS(1642), - [aux_sym_identities_only_token1] = ACTIONS(1642), - [aux_sym_identity_agent_token1] = ACTIONS(1642), - [aux_sym_identity_file_token1] = ACTIONS(1642), - [aux_sym_ignore_unknown_token1] = ACTIONS(1642), - [aux_sym_include_token1] = ACTIONS(1642), - [aux_sym_ip_qos_token1] = ACTIONS(1642), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1642), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1642), - [aux_sym_kex_algorithms_token1] = ACTIONS(1642), - [aux_sym_known_hosts_command_token1] = ACTIONS(1642), - [aux_sym_local_command_token1] = ACTIONS(1642), - [aux_sym_local_forward_token1] = ACTIONS(1642), - [aux_sym_log_level_token1] = ACTIONS(1642), - [aux_sym_log_verbose_token1] = ACTIONS(1642), - [aux_sym_macs_token1] = ACTIONS(1642), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1642), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1642), - [aux_sym_password_authentication_token1] = ACTIONS(1642), - [aux_sym_permit_local_command_token1] = ACTIONS(1642), - [aux_sym_permit_remote_open_token1] = ACTIONS(1642), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1642), - [aux_sym_port_token1] = ACTIONS(1642), - [aux_sym_preferred_authentications_token1] = ACTIONS(1642), - [aux_sym_protocol_token1] = ACTIONS(1642), - [aux_sym_proxy_command_token1] = ACTIONS(1642), - [aux_sym_proxy_jump_token1] = ACTIONS(1642), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1642), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1642), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1642), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1642), - [aux_sym_rekey_limit_token1] = ACTIONS(1642), - [aux_sym_remote_command_token1] = ACTIONS(1642), - [aux_sym_remote_forward_token1] = ACTIONS(1642), - [aux_sym_request_tty_token1] = ACTIONS(1642), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1642), - [aux_sym_security_key_provider_token1] = ACTIONS(1642), - [aux_sym_send_env_token1] = ACTIONS(1642), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1642), - [aux_sym_server_alive_interval_token1] = ACTIONS(1642), - [aux_sym_session_type_token1] = ACTIONS(1642), - [aux_sym_set_env_token1] = ACTIONS(1642), - [aux_sym_stdin_null_token1] = ACTIONS(1642), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1642), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1642), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1642), - [aux_sym_syslog_facility_token1] = ACTIONS(1642), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1642), - [aux_sym_keep_alive_token1] = ACTIONS(1642), - [aux_sym_tunnel_token1] = ACTIONS(1644), - [aux_sym_tunnel_device_token1] = ACTIONS(1642), - [aux_sym_update_host_keys_token1] = ACTIONS(1642), - [aux_sym_use_keychain_token1] = ACTIONS(1642), - [aux_sym_use_roaming_token1] = ACTIONS(1642), - [aux_sym_user_token1] = ACTIONS(1644), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1642), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1642), - [aux_sym_visual_host_key_token1] = ACTIONS(1642), - [aux_sym_xauth_location_token1] = ACTIONS(1642), + [ts_builtin_sym_end] = ACTIONS(1647), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1649), + [anon_sym_DQUOTE] = ACTIONS(1651), + [aux_sym_match_token1] = ACTIONS(1647), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1647), + [aux_sym_address_family_token1] = ACTIONS(1647), + [aux_sym_batch_mode_token1] = ACTIONS(1647), + [aux_sym_bind_address_token1] = ACTIONS(1647), + [aux_sym_bind_interface_token1] = ACTIONS(1647), + [aux_sym_canonical_domains_token1] = ACTIONS(1647), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1647), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1647), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1647), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1647), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1647), + [aux_sym_certificate_file_token1] = ACTIONS(1647), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1647), + [aux_sym_check_host_ip_token1] = ACTIONS(1647), + [aux_sym_ciphers_token1] = ACTIONS(1647), + [aux_sym_cipher_token1] = ACTIONS(1649), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1647), + [aux_sym_compression_token1] = ACTIONS(1647), + [aux_sym_connection_attempts_token1] = ACTIONS(1647), + [aux_sym_connect_timeout_token1] = ACTIONS(1647), + [aux_sym_control_master_token1] = ACTIONS(1647), + [aux_sym_control_path_token1] = ACTIONS(1647), + [aux_sym_control_persist_token1] = ACTIONS(1647), + [aux_sym_dynamic_forward_token1] = ACTIONS(1647), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1647), + [aux_sym_escape_char_token1] = ACTIONS(1647), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1647), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1647), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1647), + [aux_sym_forward_agent_token1] = ACTIONS(1647), + [aux_sym_forward_x11_token1] = ACTIONS(1649), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1647), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1647), + [aux_sym_gateway_ports_token1] = ACTIONS(1647), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1647), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1647), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1647), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1647), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1647), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1647), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1647), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1647), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1647), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1647), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1647), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1647), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1647), + [aux_sym_host_key_alias_token1] = ACTIONS(1647), + [aux_sym_hostname_token1] = ACTIONS(1647), + [aux_sym_identities_only_token1] = ACTIONS(1647), + [aux_sym_identity_agent_token1] = ACTIONS(1647), + [aux_sym_identity_file_token1] = ACTIONS(1647), + [aux_sym_ignore_unknown_token1] = ACTIONS(1647), + [aux_sym_include_token1] = ACTIONS(1647), + [aux_sym_ip_qos_token1] = ACTIONS(1647), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1647), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1647), + [aux_sym_kex_algorithms_token1] = ACTIONS(1647), + [aux_sym_known_hosts_command_token1] = ACTIONS(1647), + [aux_sym_local_command_token1] = ACTIONS(1647), + [aux_sym_local_forward_token1] = ACTIONS(1647), + [aux_sym_log_level_token1] = ACTIONS(1647), + [aux_sym_log_verbose_token1] = ACTIONS(1647), + [aux_sym_macs_token1] = ACTIONS(1647), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1647), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1647), + [aux_sym_password_authentication_token1] = ACTIONS(1647), + [aux_sym_permit_local_command_token1] = ACTIONS(1647), + [aux_sym_permit_remote_open_token1] = ACTIONS(1647), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1647), + [aux_sym_port_token1] = ACTIONS(1647), + [aux_sym_preferred_authentications_token1] = ACTIONS(1647), + [aux_sym_protocol_token1] = ACTIONS(1647), + [aux_sym_proxy_command_token1] = ACTIONS(1647), + [aux_sym_proxy_jump_token1] = ACTIONS(1647), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1647), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1647), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1647), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1647), + [aux_sym_rekey_limit_token1] = ACTIONS(1647), + [aux_sym_remote_command_token1] = ACTIONS(1647), + [aux_sym_remote_forward_token1] = ACTIONS(1647), + [aux_sym_request_tty_token1] = ACTIONS(1647), + [aux_sym_required_rsa_size_token1] = ACTIONS(1647), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1647), + [aux_sym_security_key_provider_token1] = ACTIONS(1647), + [aux_sym_send_env_token1] = ACTIONS(1647), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1647), + [aux_sym_server_alive_interval_token1] = ACTIONS(1647), + [aux_sym_session_type_token1] = ACTIONS(1647), + [aux_sym_set_env_token1] = ACTIONS(1647), + [aux_sym_stdin_null_token1] = ACTIONS(1647), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1647), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1647), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1647), + [aux_sym_syslog_facility_token1] = ACTIONS(1647), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1647), + [aux_sym_keep_alive_token1] = ACTIONS(1647), + [aux_sym_tunnel_token1] = ACTIONS(1649), + [aux_sym_tunnel_device_token1] = ACTIONS(1647), + [aux_sym_update_host_keys_token1] = ACTIONS(1647), + [aux_sym_use_keychain_token1] = ACTIONS(1647), + [aux_sym_use_roaming_token1] = ACTIONS(1647), + [aux_sym_user_token1] = ACTIONS(1649), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1647), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1647), + [aux_sym_visual_host_key_token1] = ACTIONS(1647), + [aux_sym_xauth_location_token1] = ACTIONS(1647), }, [186] = { - [ts_builtin_sym_end] = ACTIONS(1648), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1650), - [anon_sym_DQUOTE] = ACTIONS(1652), - [aux_sym_match_token1] = ACTIONS(1648), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1648), - [aux_sym_address_family_token1] = ACTIONS(1648), - [aux_sym_batch_mode_token1] = ACTIONS(1648), - [aux_sym_bind_address_token1] = ACTIONS(1648), - [aux_sym_bind_interface_token1] = ACTIONS(1648), - [aux_sym_canonical_domains_token1] = ACTIONS(1648), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1648), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1648), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1648), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1648), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1648), - [aux_sym_certificate_file_token1] = ACTIONS(1648), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1648), - [aux_sym_check_host_ip_token1] = ACTIONS(1648), - [aux_sym_ciphers_token1] = ACTIONS(1648), - [aux_sym_cipher_token1] = ACTIONS(1650), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1648), - [aux_sym_compression_token1] = ACTIONS(1648), - [aux_sym_connection_attempts_token1] = ACTIONS(1648), - [aux_sym_connect_timeout_token1] = ACTIONS(1648), - [aux_sym_control_master_token1] = ACTIONS(1648), - [aux_sym_control_path_token1] = ACTIONS(1648), - [aux_sym_control_persist_token1] = ACTIONS(1648), - [aux_sym_dynamic_forward_token1] = ACTIONS(1648), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1648), - [aux_sym_escape_char_token1] = ACTIONS(1648), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1648), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1648), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1648), - [aux_sym_forward_agent_token1] = ACTIONS(1648), - [aux_sym_forward_x11_token1] = ACTIONS(1650), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1648), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1648), - [aux_sym_gateway_ports_token1] = ACTIONS(1648), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1648), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1648), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1648), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1648), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1648), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1648), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1648), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1648), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1648), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1648), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1648), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1648), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1648), - [aux_sym_host_key_alias_token1] = ACTIONS(1648), - [aux_sym_hostname_token1] = ACTIONS(1648), - [aux_sym_identities_only_token1] = ACTIONS(1648), - [aux_sym_identity_agent_token1] = ACTIONS(1648), - [aux_sym_identity_file_token1] = ACTIONS(1648), - [aux_sym_ignore_unknown_token1] = ACTIONS(1648), - [aux_sym_include_token1] = ACTIONS(1648), - [aux_sym_ip_qos_token1] = ACTIONS(1648), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1648), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1648), - [aux_sym_kex_algorithms_token1] = ACTIONS(1648), - [aux_sym_known_hosts_command_token1] = ACTIONS(1648), - [aux_sym_local_command_token1] = ACTIONS(1648), - [aux_sym_local_forward_token1] = ACTIONS(1648), - [aux_sym_log_level_token1] = ACTIONS(1648), - [aux_sym_log_verbose_token1] = ACTIONS(1648), - [aux_sym_macs_token1] = ACTIONS(1648), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1648), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1648), - [aux_sym_password_authentication_token1] = ACTIONS(1648), - [aux_sym_permit_local_command_token1] = ACTIONS(1648), - [aux_sym_permit_remote_open_token1] = ACTIONS(1648), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1648), - [aux_sym_port_token1] = ACTIONS(1648), - [aux_sym_preferred_authentications_token1] = ACTIONS(1648), - [aux_sym_protocol_token1] = ACTIONS(1648), - [aux_sym_proxy_command_token1] = ACTIONS(1648), - [aux_sym_proxy_jump_token1] = ACTIONS(1648), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1648), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1648), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1648), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1648), - [aux_sym_rekey_limit_token1] = ACTIONS(1648), - [aux_sym_remote_command_token1] = ACTIONS(1648), - [aux_sym_remote_forward_token1] = ACTIONS(1648), - [aux_sym_request_tty_token1] = ACTIONS(1648), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1648), - [aux_sym_security_key_provider_token1] = ACTIONS(1648), - [aux_sym_send_env_token1] = ACTIONS(1648), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1648), - [aux_sym_server_alive_interval_token1] = ACTIONS(1648), - [aux_sym_session_type_token1] = ACTIONS(1648), - [aux_sym_set_env_token1] = ACTIONS(1648), - [aux_sym_stdin_null_token1] = ACTIONS(1648), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1648), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1648), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1648), - [aux_sym_syslog_facility_token1] = ACTIONS(1648), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1648), - [aux_sym_keep_alive_token1] = ACTIONS(1648), - [aux_sym_tunnel_token1] = ACTIONS(1650), - [aux_sym_tunnel_device_token1] = ACTIONS(1648), - [aux_sym_update_host_keys_token1] = ACTIONS(1648), - [aux_sym_use_keychain_token1] = ACTIONS(1648), - [aux_sym_use_roaming_token1] = ACTIONS(1648), - [aux_sym_user_token1] = ACTIONS(1650), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1648), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1648), - [aux_sym_visual_host_key_token1] = ACTIONS(1648), - [aux_sym_xauth_location_token1] = ACTIONS(1648), + [ts_builtin_sym_end] = ACTIONS(1653), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1655), + [anon_sym_DQUOTE] = ACTIONS(1657), + [aux_sym_match_token1] = ACTIONS(1653), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1653), + [aux_sym_address_family_token1] = ACTIONS(1653), + [aux_sym_batch_mode_token1] = ACTIONS(1653), + [aux_sym_bind_address_token1] = ACTIONS(1653), + [aux_sym_bind_interface_token1] = ACTIONS(1653), + [aux_sym_canonical_domains_token1] = ACTIONS(1653), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1653), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1653), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1653), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1653), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1653), + [aux_sym_certificate_file_token1] = ACTIONS(1653), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1653), + [aux_sym_check_host_ip_token1] = ACTIONS(1653), + [aux_sym_ciphers_token1] = ACTIONS(1653), + [aux_sym_cipher_token1] = ACTIONS(1655), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1653), + [aux_sym_compression_token1] = ACTIONS(1653), + [aux_sym_connection_attempts_token1] = ACTIONS(1653), + [aux_sym_connect_timeout_token1] = ACTIONS(1653), + [aux_sym_control_master_token1] = ACTIONS(1653), + [aux_sym_control_path_token1] = ACTIONS(1653), + [aux_sym_control_persist_token1] = ACTIONS(1653), + [aux_sym_dynamic_forward_token1] = ACTIONS(1653), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1653), + [aux_sym_escape_char_token1] = ACTIONS(1653), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1653), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1653), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1653), + [aux_sym_forward_agent_token1] = ACTIONS(1653), + [aux_sym_forward_x11_token1] = ACTIONS(1655), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1653), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1653), + [aux_sym_gateway_ports_token1] = ACTIONS(1653), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1653), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1653), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1653), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1653), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1653), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1653), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1653), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1653), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1653), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1653), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1653), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1653), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1653), + [aux_sym_host_key_alias_token1] = ACTIONS(1653), + [aux_sym_hostname_token1] = ACTIONS(1653), + [aux_sym_identities_only_token1] = ACTIONS(1653), + [aux_sym_identity_agent_token1] = ACTIONS(1653), + [aux_sym_identity_file_token1] = ACTIONS(1653), + [aux_sym_ignore_unknown_token1] = ACTIONS(1653), + [aux_sym_include_token1] = ACTIONS(1653), + [aux_sym_ip_qos_token1] = ACTIONS(1653), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1653), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1653), + [aux_sym_kex_algorithms_token1] = ACTIONS(1653), + [aux_sym_known_hosts_command_token1] = ACTIONS(1653), + [aux_sym_local_command_token1] = ACTIONS(1653), + [aux_sym_local_forward_token1] = ACTIONS(1653), + [aux_sym_log_level_token1] = ACTIONS(1653), + [aux_sym_log_verbose_token1] = ACTIONS(1653), + [aux_sym_macs_token1] = ACTIONS(1653), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1653), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1653), + [aux_sym_password_authentication_token1] = ACTIONS(1653), + [aux_sym_permit_local_command_token1] = ACTIONS(1653), + [aux_sym_permit_remote_open_token1] = ACTIONS(1653), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1653), + [aux_sym_port_token1] = ACTIONS(1653), + [aux_sym_preferred_authentications_token1] = ACTIONS(1653), + [aux_sym_protocol_token1] = ACTIONS(1653), + [aux_sym_proxy_command_token1] = ACTIONS(1653), + [aux_sym_proxy_jump_token1] = ACTIONS(1653), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1653), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1653), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1653), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1653), + [aux_sym_rekey_limit_token1] = ACTIONS(1653), + [aux_sym_remote_command_token1] = ACTIONS(1653), + [aux_sym_remote_forward_token1] = ACTIONS(1653), + [aux_sym_request_tty_token1] = ACTIONS(1653), + [aux_sym_required_rsa_size_token1] = ACTIONS(1653), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1653), + [aux_sym_security_key_provider_token1] = ACTIONS(1653), + [aux_sym_send_env_token1] = ACTIONS(1653), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1653), + [aux_sym_server_alive_interval_token1] = ACTIONS(1653), + [aux_sym_session_type_token1] = ACTIONS(1653), + [aux_sym_set_env_token1] = ACTIONS(1653), + [aux_sym_stdin_null_token1] = ACTIONS(1653), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1653), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1653), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1653), + [aux_sym_syslog_facility_token1] = ACTIONS(1653), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1653), + [aux_sym_keep_alive_token1] = ACTIONS(1653), + [aux_sym_tunnel_token1] = ACTIONS(1655), + [aux_sym_tunnel_device_token1] = ACTIONS(1653), + [aux_sym_update_host_keys_token1] = ACTIONS(1653), + [aux_sym_use_keychain_token1] = ACTIONS(1653), + [aux_sym_use_roaming_token1] = ACTIONS(1653), + [aux_sym_user_token1] = ACTIONS(1655), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1653), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1653), + [aux_sym_visual_host_key_token1] = ACTIONS(1653), + [aux_sym_xauth_location_token1] = ACTIONS(1653), }, [187] = { - [ts_builtin_sym_end] = ACTIONS(1654), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1656), - [anon_sym_DQUOTE] = ACTIONS(1658), - [aux_sym_match_token1] = ACTIONS(1654), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1654), - [aux_sym_address_family_token1] = ACTIONS(1654), - [aux_sym_batch_mode_token1] = ACTIONS(1654), - [aux_sym_bind_address_token1] = ACTIONS(1654), - [aux_sym_bind_interface_token1] = ACTIONS(1654), - [aux_sym_canonical_domains_token1] = ACTIONS(1654), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1654), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1654), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1654), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1654), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1654), - [aux_sym_certificate_file_token1] = ACTIONS(1654), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1654), - [aux_sym_check_host_ip_token1] = ACTIONS(1654), - [aux_sym_ciphers_token1] = ACTIONS(1654), - [aux_sym_cipher_token1] = ACTIONS(1656), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1654), - [aux_sym_compression_token1] = ACTIONS(1654), - [aux_sym_connection_attempts_token1] = ACTIONS(1654), - [aux_sym_connect_timeout_token1] = ACTIONS(1654), - [aux_sym_control_master_token1] = ACTIONS(1654), - [aux_sym_control_path_token1] = ACTIONS(1654), - [aux_sym_control_persist_token1] = ACTIONS(1654), - [aux_sym_dynamic_forward_token1] = ACTIONS(1654), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1654), - [aux_sym_escape_char_token1] = ACTIONS(1654), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1654), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1654), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1654), - [aux_sym_forward_agent_token1] = ACTIONS(1654), - [aux_sym_forward_x11_token1] = ACTIONS(1656), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1654), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1654), - [aux_sym_gateway_ports_token1] = ACTIONS(1654), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1654), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1654), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1654), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1654), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1654), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1654), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1654), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1654), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1654), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1654), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1654), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1654), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1654), - [aux_sym_host_key_alias_token1] = ACTIONS(1654), - [aux_sym_hostname_token1] = ACTIONS(1654), - [aux_sym_identities_only_token1] = ACTIONS(1654), - [aux_sym_identity_agent_token1] = ACTIONS(1654), - [aux_sym_identity_file_token1] = ACTIONS(1654), - [aux_sym_ignore_unknown_token1] = ACTIONS(1654), - [aux_sym_include_token1] = ACTIONS(1654), - [aux_sym_ip_qos_token1] = ACTIONS(1654), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1654), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1654), - [aux_sym_kex_algorithms_token1] = ACTIONS(1654), - [aux_sym_known_hosts_command_token1] = ACTIONS(1654), - [aux_sym_local_command_token1] = ACTIONS(1654), - [aux_sym_local_forward_token1] = ACTIONS(1654), - [aux_sym_log_level_token1] = ACTIONS(1654), - [aux_sym_log_verbose_token1] = ACTIONS(1654), - [aux_sym_macs_token1] = ACTIONS(1654), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1654), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1654), - [aux_sym_password_authentication_token1] = ACTIONS(1654), - [aux_sym_permit_local_command_token1] = ACTIONS(1654), - [aux_sym_permit_remote_open_token1] = ACTIONS(1654), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1654), - [aux_sym_port_token1] = ACTIONS(1654), - [aux_sym_preferred_authentications_token1] = ACTIONS(1654), - [aux_sym_protocol_token1] = ACTIONS(1654), - [aux_sym_proxy_command_token1] = ACTIONS(1654), - [aux_sym_proxy_jump_token1] = ACTIONS(1654), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1654), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1654), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1654), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1654), - [aux_sym_rekey_limit_token1] = ACTIONS(1654), - [aux_sym_remote_command_token1] = ACTIONS(1654), - [aux_sym_remote_forward_token1] = ACTIONS(1654), - [aux_sym_request_tty_token1] = ACTIONS(1654), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1654), - [aux_sym_security_key_provider_token1] = ACTIONS(1654), - [aux_sym_send_env_token1] = ACTIONS(1654), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1654), - [aux_sym_server_alive_interval_token1] = ACTIONS(1654), - [aux_sym_session_type_token1] = ACTIONS(1654), - [aux_sym_set_env_token1] = ACTIONS(1654), - [aux_sym_stdin_null_token1] = ACTIONS(1654), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1654), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1654), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1654), - [aux_sym_syslog_facility_token1] = ACTIONS(1654), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1654), - [aux_sym_keep_alive_token1] = ACTIONS(1654), - [aux_sym_tunnel_token1] = ACTIONS(1656), - [aux_sym_tunnel_device_token1] = ACTIONS(1654), - [aux_sym_update_host_keys_token1] = ACTIONS(1654), - [aux_sym_use_keychain_token1] = ACTIONS(1654), - [aux_sym_use_roaming_token1] = ACTIONS(1654), - [aux_sym_user_token1] = ACTIONS(1656), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1654), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1654), - [aux_sym_visual_host_key_token1] = ACTIONS(1654), - [aux_sym_xauth_location_token1] = ACTIONS(1654), + [ts_builtin_sym_end] = ACTIONS(1659), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1661), + [anon_sym_DQUOTE] = ACTIONS(1663), + [aux_sym_match_token1] = ACTIONS(1659), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1659), + [aux_sym_address_family_token1] = ACTIONS(1659), + [aux_sym_batch_mode_token1] = ACTIONS(1659), + [aux_sym_bind_address_token1] = ACTIONS(1659), + [aux_sym_bind_interface_token1] = ACTIONS(1659), + [aux_sym_canonical_domains_token1] = ACTIONS(1659), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1659), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1659), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1659), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1659), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1659), + [aux_sym_certificate_file_token1] = ACTIONS(1659), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1659), + [aux_sym_check_host_ip_token1] = ACTIONS(1659), + [aux_sym_ciphers_token1] = ACTIONS(1659), + [aux_sym_cipher_token1] = ACTIONS(1661), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1659), + [aux_sym_compression_token1] = ACTIONS(1659), + [aux_sym_connection_attempts_token1] = ACTIONS(1659), + [aux_sym_connect_timeout_token1] = ACTIONS(1659), + [aux_sym_control_master_token1] = ACTIONS(1659), + [aux_sym_control_path_token1] = ACTIONS(1659), + [aux_sym_control_persist_token1] = ACTIONS(1659), + [aux_sym_dynamic_forward_token1] = ACTIONS(1659), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1659), + [aux_sym_escape_char_token1] = ACTIONS(1659), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1659), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1659), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1659), + [aux_sym_forward_agent_token1] = ACTIONS(1659), + [aux_sym_forward_x11_token1] = ACTIONS(1661), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1659), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1659), + [aux_sym_gateway_ports_token1] = ACTIONS(1659), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1659), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1659), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1659), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1659), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1659), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1659), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1659), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1659), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1659), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1659), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1659), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1659), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1659), + [aux_sym_host_key_alias_token1] = ACTIONS(1659), + [aux_sym_hostname_token1] = ACTIONS(1659), + [aux_sym_identities_only_token1] = ACTIONS(1659), + [aux_sym_identity_agent_token1] = ACTIONS(1659), + [aux_sym_identity_file_token1] = ACTIONS(1659), + [aux_sym_ignore_unknown_token1] = ACTIONS(1659), + [aux_sym_include_token1] = ACTIONS(1659), + [aux_sym_ip_qos_token1] = ACTIONS(1659), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1659), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1659), + [aux_sym_kex_algorithms_token1] = ACTIONS(1659), + [aux_sym_known_hosts_command_token1] = ACTIONS(1659), + [aux_sym_local_command_token1] = ACTIONS(1659), + [aux_sym_local_forward_token1] = ACTIONS(1659), + [aux_sym_log_level_token1] = ACTIONS(1659), + [aux_sym_log_verbose_token1] = ACTIONS(1659), + [aux_sym_macs_token1] = ACTIONS(1659), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1659), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1659), + [aux_sym_password_authentication_token1] = ACTIONS(1659), + [aux_sym_permit_local_command_token1] = ACTIONS(1659), + [aux_sym_permit_remote_open_token1] = ACTIONS(1659), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1659), + [aux_sym_port_token1] = ACTIONS(1659), + [aux_sym_preferred_authentications_token1] = ACTIONS(1659), + [aux_sym_protocol_token1] = ACTIONS(1659), + [aux_sym_proxy_command_token1] = ACTIONS(1659), + [aux_sym_proxy_jump_token1] = ACTIONS(1659), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1659), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1659), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1659), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1659), + [aux_sym_rekey_limit_token1] = ACTIONS(1659), + [aux_sym_remote_command_token1] = ACTIONS(1659), + [aux_sym_remote_forward_token1] = ACTIONS(1659), + [aux_sym_request_tty_token1] = ACTIONS(1659), + [aux_sym_required_rsa_size_token1] = ACTIONS(1659), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1659), + [aux_sym_security_key_provider_token1] = ACTIONS(1659), + [aux_sym_send_env_token1] = ACTIONS(1659), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1659), + [aux_sym_server_alive_interval_token1] = ACTIONS(1659), + [aux_sym_session_type_token1] = ACTIONS(1659), + [aux_sym_set_env_token1] = ACTIONS(1659), + [aux_sym_stdin_null_token1] = ACTIONS(1659), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1659), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1659), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1659), + [aux_sym_syslog_facility_token1] = ACTIONS(1659), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1659), + [aux_sym_keep_alive_token1] = ACTIONS(1659), + [aux_sym_tunnel_token1] = ACTIONS(1661), + [aux_sym_tunnel_device_token1] = ACTIONS(1659), + [aux_sym_update_host_keys_token1] = ACTIONS(1659), + [aux_sym_use_keychain_token1] = ACTIONS(1659), + [aux_sym_use_roaming_token1] = ACTIONS(1659), + [aux_sym_user_token1] = ACTIONS(1661), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1659), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1659), + [aux_sym_visual_host_key_token1] = ACTIONS(1659), + [aux_sym_xauth_location_token1] = ACTIONS(1659), }, [188] = { - [ts_builtin_sym_end] = ACTIONS(1660), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1662), - [anon_sym_DQUOTE] = ACTIONS(1664), - [aux_sym_match_token1] = ACTIONS(1660), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1660), - [aux_sym_address_family_token1] = ACTIONS(1660), - [aux_sym_batch_mode_token1] = ACTIONS(1660), - [aux_sym_bind_address_token1] = ACTIONS(1660), - [aux_sym_bind_interface_token1] = ACTIONS(1660), - [aux_sym_canonical_domains_token1] = ACTIONS(1660), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1660), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1660), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1660), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1660), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1660), - [aux_sym_certificate_file_token1] = ACTIONS(1660), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1660), - [aux_sym_check_host_ip_token1] = ACTIONS(1660), - [aux_sym_ciphers_token1] = ACTIONS(1660), - [aux_sym_cipher_token1] = ACTIONS(1662), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1660), - [aux_sym_compression_token1] = ACTIONS(1660), - [aux_sym_connection_attempts_token1] = ACTIONS(1660), - [aux_sym_connect_timeout_token1] = ACTIONS(1660), - [aux_sym_control_master_token1] = ACTIONS(1660), - [aux_sym_control_path_token1] = ACTIONS(1660), - [aux_sym_control_persist_token1] = ACTIONS(1660), - [aux_sym_dynamic_forward_token1] = ACTIONS(1660), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1660), - [aux_sym_escape_char_token1] = ACTIONS(1660), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1660), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1660), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1660), - [aux_sym_forward_agent_token1] = ACTIONS(1660), - [aux_sym_forward_x11_token1] = ACTIONS(1662), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1660), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1660), - [aux_sym_gateway_ports_token1] = ACTIONS(1660), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1660), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1660), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1660), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1660), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1660), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1660), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1660), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1660), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1660), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1660), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1660), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1660), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1660), - [aux_sym_host_key_alias_token1] = ACTIONS(1660), - [aux_sym_hostname_token1] = ACTIONS(1660), - [aux_sym_identities_only_token1] = ACTIONS(1660), - [aux_sym_identity_agent_token1] = ACTIONS(1660), - [aux_sym_identity_file_token1] = ACTIONS(1660), - [aux_sym_ignore_unknown_token1] = ACTIONS(1660), - [aux_sym_include_token1] = ACTIONS(1660), - [aux_sym_ip_qos_token1] = ACTIONS(1660), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1660), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1660), - [aux_sym_kex_algorithms_token1] = ACTIONS(1660), - [aux_sym_known_hosts_command_token1] = ACTIONS(1660), - [aux_sym_local_command_token1] = ACTIONS(1660), - [aux_sym_local_forward_token1] = ACTIONS(1660), - [aux_sym_log_level_token1] = ACTIONS(1660), - [aux_sym_log_verbose_token1] = ACTIONS(1660), - [aux_sym_macs_token1] = ACTIONS(1660), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1660), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1660), - [aux_sym_password_authentication_token1] = ACTIONS(1660), - [aux_sym_permit_local_command_token1] = ACTIONS(1660), - [aux_sym_permit_remote_open_token1] = ACTIONS(1660), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1660), - [aux_sym_port_token1] = ACTIONS(1660), - [aux_sym_preferred_authentications_token1] = ACTIONS(1660), - [aux_sym_protocol_token1] = ACTIONS(1660), - [aux_sym_proxy_command_token1] = ACTIONS(1660), - [aux_sym_proxy_jump_token1] = ACTIONS(1660), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1660), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1660), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1660), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1660), - [aux_sym_rekey_limit_token1] = ACTIONS(1660), - [aux_sym_remote_command_token1] = ACTIONS(1660), - [aux_sym_remote_forward_token1] = ACTIONS(1660), - [aux_sym_request_tty_token1] = ACTIONS(1660), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1660), - [aux_sym_security_key_provider_token1] = ACTIONS(1660), - [aux_sym_send_env_token1] = ACTIONS(1660), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1660), - [aux_sym_server_alive_interval_token1] = ACTIONS(1660), - [aux_sym_session_type_token1] = ACTIONS(1660), - [aux_sym_set_env_token1] = ACTIONS(1660), - [aux_sym_stdin_null_token1] = ACTIONS(1660), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1660), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1660), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1660), - [aux_sym_syslog_facility_token1] = ACTIONS(1660), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1660), - [aux_sym_keep_alive_token1] = ACTIONS(1660), - [aux_sym_tunnel_token1] = ACTIONS(1662), - [aux_sym_tunnel_device_token1] = ACTIONS(1660), - [aux_sym_update_host_keys_token1] = ACTIONS(1660), - [aux_sym_use_keychain_token1] = ACTIONS(1660), - [aux_sym_use_roaming_token1] = ACTIONS(1660), - [aux_sym_user_token1] = ACTIONS(1662), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1660), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1660), - [aux_sym_visual_host_key_token1] = ACTIONS(1660), - [aux_sym_xauth_location_token1] = ACTIONS(1660), + [ts_builtin_sym_end] = ACTIONS(1665), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1667), + [anon_sym_DQUOTE] = ACTIONS(1669), + [aux_sym_match_token1] = ACTIONS(1665), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1665), + [aux_sym_address_family_token1] = ACTIONS(1665), + [aux_sym_batch_mode_token1] = ACTIONS(1665), + [aux_sym_bind_address_token1] = ACTIONS(1665), + [aux_sym_bind_interface_token1] = ACTIONS(1665), + [aux_sym_canonical_domains_token1] = ACTIONS(1665), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1665), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1665), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1665), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1665), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1665), + [aux_sym_certificate_file_token1] = ACTIONS(1665), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1665), + [aux_sym_check_host_ip_token1] = ACTIONS(1665), + [aux_sym_ciphers_token1] = ACTIONS(1665), + [aux_sym_cipher_token1] = ACTIONS(1667), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1665), + [aux_sym_compression_token1] = ACTIONS(1665), + [aux_sym_connection_attempts_token1] = ACTIONS(1665), + [aux_sym_connect_timeout_token1] = ACTIONS(1665), + [aux_sym_control_master_token1] = ACTIONS(1665), + [aux_sym_control_path_token1] = ACTIONS(1665), + [aux_sym_control_persist_token1] = ACTIONS(1665), + [aux_sym_dynamic_forward_token1] = ACTIONS(1665), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1665), + [aux_sym_escape_char_token1] = ACTIONS(1665), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1665), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1665), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1665), + [aux_sym_forward_agent_token1] = ACTIONS(1665), + [aux_sym_forward_x11_token1] = ACTIONS(1667), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1665), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1665), + [aux_sym_gateway_ports_token1] = ACTIONS(1665), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1665), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1665), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1665), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1665), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1665), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1665), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1665), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1665), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1665), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1665), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1665), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1665), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1665), + [aux_sym_host_key_alias_token1] = ACTIONS(1665), + [aux_sym_hostname_token1] = ACTIONS(1665), + [aux_sym_identities_only_token1] = ACTIONS(1665), + [aux_sym_identity_agent_token1] = ACTIONS(1665), + [aux_sym_identity_file_token1] = ACTIONS(1665), + [aux_sym_ignore_unknown_token1] = ACTIONS(1665), + [aux_sym_include_token1] = ACTIONS(1665), + [aux_sym_ip_qos_token1] = ACTIONS(1665), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1665), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1665), + [aux_sym_kex_algorithms_token1] = ACTIONS(1665), + [aux_sym_known_hosts_command_token1] = ACTIONS(1665), + [aux_sym_local_command_token1] = ACTIONS(1665), + [aux_sym_local_forward_token1] = ACTIONS(1665), + [aux_sym_log_level_token1] = ACTIONS(1665), + [aux_sym_log_verbose_token1] = ACTIONS(1665), + [aux_sym_macs_token1] = ACTIONS(1665), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1665), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1665), + [aux_sym_password_authentication_token1] = ACTIONS(1665), + [aux_sym_permit_local_command_token1] = ACTIONS(1665), + [aux_sym_permit_remote_open_token1] = ACTIONS(1665), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1665), + [aux_sym_port_token1] = ACTIONS(1665), + [aux_sym_preferred_authentications_token1] = ACTIONS(1665), + [aux_sym_protocol_token1] = ACTIONS(1665), + [aux_sym_proxy_command_token1] = ACTIONS(1665), + [aux_sym_proxy_jump_token1] = ACTIONS(1665), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1665), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1665), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1665), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1665), + [aux_sym_rekey_limit_token1] = ACTIONS(1665), + [aux_sym_remote_command_token1] = ACTIONS(1665), + [aux_sym_remote_forward_token1] = ACTIONS(1665), + [aux_sym_request_tty_token1] = ACTIONS(1665), + [aux_sym_required_rsa_size_token1] = ACTIONS(1665), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1665), + [aux_sym_security_key_provider_token1] = ACTIONS(1665), + [aux_sym_send_env_token1] = ACTIONS(1665), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1665), + [aux_sym_server_alive_interval_token1] = ACTIONS(1665), + [aux_sym_session_type_token1] = ACTIONS(1665), + [aux_sym_set_env_token1] = ACTIONS(1665), + [aux_sym_stdin_null_token1] = ACTIONS(1665), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1665), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1665), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1665), + [aux_sym_syslog_facility_token1] = ACTIONS(1665), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1665), + [aux_sym_keep_alive_token1] = ACTIONS(1665), + [aux_sym_tunnel_token1] = ACTIONS(1667), + [aux_sym_tunnel_device_token1] = ACTIONS(1665), + [aux_sym_update_host_keys_token1] = ACTIONS(1665), + [aux_sym_use_keychain_token1] = ACTIONS(1665), + [aux_sym_use_roaming_token1] = ACTIONS(1665), + [aux_sym_user_token1] = ACTIONS(1667), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1665), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1665), + [aux_sym_visual_host_key_token1] = ACTIONS(1665), + [aux_sym_xauth_location_token1] = ACTIONS(1665), }, [189] = { - [ts_builtin_sym_end] = ACTIONS(1666), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1668), - [anon_sym_DQUOTE] = ACTIONS(1670), - [aux_sym_match_token1] = ACTIONS(1666), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1666), - [aux_sym_address_family_token1] = ACTIONS(1666), - [aux_sym_batch_mode_token1] = ACTIONS(1666), - [aux_sym_bind_address_token1] = ACTIONS(1666), - [aux_sym_bind_interface_token1] = ACTIONS(1666), - [aux_sym_canonical_domains_token1] = ACTIONS(1666), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1666), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1666), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1666), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1666), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1666), - [aux_sym_certificate_file_token1] = ACTIONS(1666), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1666), - [aux_sym_check_host_ip_token1] = ACTIONS(1666), - [aux_sym_ciphers_token1] = ACTIONS(1666), - [aux_sym_cipher_token1] = ACTIONS(1668), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1666), - [aux_sym_compression_token1] = ACTIONS(1666), - [aux_sym_connection_attempts_token1] = ACTIONS(1666), - [aux_sym_connect_timeout_token1] = ACTIONS(1666), - [aux_sym_control_master_token1] = ACTIONS(1666), - [aux_sym_control_path_token1] = ACTIONS(1666), - [aux_sym_control_persist_token1] = ACTIONS(1666), - [aux_sym_dynamic_forward_token1] = ACTIONS(1666), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1666), - [aux_sym_escape_char_token1] = ACTIONS(1666), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1666), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1666), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1666), - [aux_sym_forward_agent_token1] = ACTIONS(1666), - [aux_sym_forward_x11_token1] = ACTIONS(1668), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1666), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1666), - [aux_sym_gateway_ports_token1] = ACTIONS(1666), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1666), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1666), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1666), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1666), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1666), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1666), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1666), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1666), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1666), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1666), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1666), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1666), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1666), - [aux_sym_host_key_alias_token1] = ACTIONS(1666), - [aux_sym_hostname_token1] = ACTIONS(1666), - [aux_sym_identities_only_token1] = ACTIONS(1666), - [aux_sym_identity_agent_token1] = ACTIONS(1666), - [aux_sym_identity_file_token1] = ACTIONS(1666), - [aux_sym_ignore_unknown_token1] = ACTIONS(1666), - [aux_sym_include_token1] = ACTIONS(1666), - [aux_sym_ip_qos_token1] = ACTIONS(1666), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1666), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1666), - [aux_sym_kex_algorithms_token1] = ACTIONS(1666), - [aux_sym_known_hosts_command_token1] = ACTIONS(1666), - [aux_sym_local_command_token1] = ACTIONS(1666), - [aux_sym_local_forward_token1] = ACTIONS(1666), - [aux_sym_log_level_token1] = ACTIONS(1666), - [aux_sym_log_verbose_token1] = ACTIONS(1666), - [aux_sym_macs_token1] = ACTIONS(1666), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1666), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1666), - [aux_sym_password_authentication_token1] = ACTIONS(1666), - [aux_sym_permit_local_command_token1] = ACTIONS(1666), - [aux_sym_permit_remote_open_token1] = ACTIONS(1666), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1666), - [aux_sym_port_token1] = ACTIONS(1666), - [aux_sym_preferred_authentications_token1] = ACTIONS(1666), - [aux_sym_protocol_token1] = ACTIONS(1666), - [aux_sym_proxy_command_token1] = ACTIONS(1666), - [aux_sym_proxy_jump_token1] = ACTIONS(1666), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1666), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1666), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1666), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1666), - [aux_sym_rekey_limit_token1] = ACTIONS(1666), - [aux_sym_remote_command_token1] = ACTIONS(1666), - [aux_sym_remote_forward_token1] = ACTIONS(1666), - [aux_sym_request_tty_token1] = ACTIONS(1666), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1666), - [aux_sym_security_key_provider_token1] = ACTIONS(1666), - [aux_sym_send_env_token1] = ACTIONS(1666), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1666), - [aux_sym_server_alive_interval_token1] = ACTIONS(1666), - [aux_sym_session_type_token1] = ACTIONS(1666), - [aux_sym_set_env_token1] = ACTIONS(1666), - [aux_sym_stdin_null_token1] = ACTIONS(1666), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1666), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1666), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1666), - [aux_sym_syslog_facility_token1] = ACTIONS(1666), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1666), - [aux_sym_keep_alive_token1] = ACTIONS(1666), - [aux_sym_tunnel_token1] = ACTIONS(1668), - [aux_sym_tunnel_device_token1] = ACTIONS(1666), - [aux_sym_update_host_keys_token1] = ACTIONS(1666), - [aux_sym_use_keychain_token1] = ACTIONS(1666), - [aux_sym_use_roaming_token1] = ACTIONS(1666), - [aux_sym_user_token1] = ACTIONS(1668), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1666), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1666), - [aux_sym_visual_host_key_token1] = ACTIONS(1666), - [aux_sym_xauth_location_token1] = ACTIONS(1666), + [ts_builtin_sym_end] = ACTIONS(1671), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1673), + [anon_sym_DQUOTE] = ACTIONS(1675), + [aux_sym_match_token1] = ACTIONS(1671), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1671), + [aux_sym_address_family_token1] = ACTIONS(1671), + [aux_sym_batch_mode_token1] = ACTIONS(1671), + [aux_sym_bind_address_token1] = ACTIONS(1671), + [aux_sym_bind_interface_token1] = ACTIONS(1671), + [aux_sym_canonical_domains_token1] = ACTIONS(1671), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1671), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1671), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1671), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1671), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1671), + [aux_sym_certificate_file_token1] = ACTIONS(1671), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1671), + [aux_sym_check_host_ip_token1] = ACTIONS(1671), + [aux_sym_ciphers_token1] = ACTIONS(1671), + [aux_sym_cipher_token1] = ACTIONS(1673), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1671), + [aux_sym_compression_token1] = ACTIONS(1671), + [aux_sym_connection_attempts_token1] = ACTIONS(1671), + [aux_sym_connect_timeout_token1] = ACTIONS(1671), + [aux_sym_control_master_token1] = ACTIONS(1671), + [aux_sym_control_path_token1] = ACTIONS(1671), + [aux_sym_control_persist_token1] = ACTIONS(1671), + [aux_sym_dynamic_forward_token1] = ACTIONS(1671), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1671), + [aux_sym_escape_char_token1] = ACTIONS(1671), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1671), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1671), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1671), + [aux_sym_forward_agent_token1] = ACTIONS(1671), + [aux_sym_forward_x11_token1] = ACTIONS(1673), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1671), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1671), + [aux_sym_gateway_ports_token1] = ACTIONS(1671), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1671), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1671), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1671), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1671), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1671), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1671), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1671), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1671), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1671), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1671), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1671), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1671), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1671), + [aux_sym_host_key_alias_token1] = ACTIONS(1671), + [aux_sym_hostname_token1] = ACTIONS(1671), + [aux_sym_identities_only_token1] = ACTIONS(1671), + [aux_sym_identity_agent_token1] = ACTIONS(1671), + [aux_sym_identity_file_token1] = ACTIONS(1671), + [aux_sym_ignore_unknown_token1] = ACTIONS(1671), + [aux_sym_include_token1] = ACTIONS(1671), + [aux_sym_ip_qos_token1] = ACTIONS(1671), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1671), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1671), + [aux_sym_kex_algorithms_token1] = ACTIONS(1671), + [aux_sym_known_hosts_command_token1] = ACTIONS(1671), + [aux_sym_local_command_token1] = ACTIONS(1671), + [aux_sym_local_forward_token1] = ACTIONS(1671), + [aux_sym_log_level_token1] = ACTIONS(1671), + [aux_sym_log_verbose_token1] = ACTIONS(1671), + [aux_sym_macs_token1] = ACTIONS(1671), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1671), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1671), + [aux_sym_password_authentication_token1] = ACTIONS(1671), + [aux_sym_permit_local_command_token1] = ACTIONS(1671), + [aux_sym_permit_remote_open_token1] = ACTIONS(1671), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1671), + [aux_sym_port_token1] = ACTIONS(1671), + [aux_sym_preferred_authentications_token1] = ACTIONS(1671), + [aux_sym_protocol_token1] = ACTIONS(1671), + [aux_sym_proxy_command_token1] = ACTIONS(1671), + [aux_sym_proxy_jump_token1] = ACTIONS(1671), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1671), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1671), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1671), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1671), + [aux_sym_rekey_limit_token1] = ACTIONS(1671), + [aux_sym_remote_command_token1] = ACTIONS(1671), + [aux_sym_remote_forward_token1] = ACTIONS(1671), + [aux_sym_request_tty_token1] = ACTIONS(1671), + [aux_sym_required_rsa_size_token1] = ACTIONS(1671), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1671), + [aux_sym_security_key_provider_token1] = ACTIONS(1671), + [aux_sym_send_env_token1] = ACTIONS(1671), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1671), + [aux_sym_server_alive_interval_token1] = ACTIONS(1671), + [aux_sym_session_type_token1] = ACTIONS(1671), + [aux_sym_set_env_token1] = ACTIONS(1671), + [aux_sym_stdin_null_token1] = ACTIONS(1671), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1671), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1671), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1671), + [aux_sym_syslog_facility_token1] = ACTIONS(1671), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1671), + [aux_sym_keep_alive_token1] = ACTIONS(1671), + [aux_sym_tunnel_token1] = ACTIONS(1673), + [aux_sym_tunnel_device_token1] = ACTIONS(1671), + [aux_sym_update_host_keys_token1] = ACTIONS(1671), + [aux_sym_use_keychain_token1] = ACTIONS(1671), + [aux_sym_use_roaming_token1] = ACTIONS(1671), + [aux_sym_user_token1] = ACTIONS(1673), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1671), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1671), + [aux_sym_visual_host_key_token1] = ACTIONS(1671), + [aux_sym_xauth_location_token1] = ACTIONS(1671), }, [190] = { - [ts_builtin_sym_end] = ACTIONS(1672), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1674), - [anon_sym_DQUOTE] = ACTIONS(1676), - [aux_sym_match_token1] = ACTIONS(1672), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1672), - [aux_sym_address_family_token1] = ACTIONS(1672), - [aux_sym_batch_mode_token1] = ACTIONS(1672), - [aux_sym_bind_address_token1] = ACTIONS(1672), - [aux_sym_bind_interface_token1] = ACTIONS(1672), - [aux_sym_canonical_domains_token1] = ACTIONS(1672), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1672), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1672), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1672), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1672), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1672), - [aux_sym_certificate_file_token1] = ACTIONS(1672), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1672), - [aux_sym_check_host_ip_token1] = ACTIONS(1672), - [aux_sym_ciphers_token1] = ACTIONS(1672), - [aux_sym_cipher_token1] = ACTIONS(1674), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1672), - [aux_sym_compression_token1] = ACTIONS(1672), - [aux_sym_connection_attempts_token1] = ACTIONS(1672), - [aux_sym_connect_timeout_token1] = ACTIONS(1672), - [aux_sym_control_master_token1] = ACTIONS(1672), - [aux_sym_control_path_token1] = ACTIONS(1672), - [aux_sym_control_persist_token1] = ACTIONS(1672), - [aux_sym_dynamic_forward_token1] = ACTIONS(1672), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1672), - [aux_sym_escape_char_token1] = ACTIONS(1672), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1672), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1672), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1672), - [aux_sym_forward_agent_token1] = ACTIONS(1672), - [aux_sym_forward_x11_token1] = ACTIONS(1674), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1672), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1672), - [aux_sym_gateway_ports_token1] = ACTIONS(1672), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1672), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1672), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1672), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1672), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1672), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1672), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1672), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1672), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1672), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1672), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1672), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1672), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1672), - [aux_sym_host_key_alias_token1] = ACTIONS(1672), - [aux_sym_hostname_token1] = ACTIONS(1672), - [aux_sym_identities_only_token1] = ACTIONS(1672), - [aux_sym_identity_agent_token1] = ACTIONS(1672), - [aux_sym_identity_file_token1] = ACTIONS(1672), - [aux_sym_ignore_unknown_token1] = ACTIONS(1672), - [aux_sym_include_token1] = ACTIONS(1672), - [aux_sym_ip_qos_token1] = ACTIONS(1672), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1672), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1672), - [aux_sym_kex_algorithms_token1] = ACTIONS(1672), - [aux_sym_known_hosts_command_token1] = ACTIONS(1672), - [aux_sym_local_command_token1] = ACTIONS(1672), - [aux_sym_local_forward_token1] = ACTIONS(1672), - [aux_sym_log_level_token1] = ACTIONS(1672), - [aux_sym_log_verbose_token1] = ACTIONS(1672), - [aux_sym_macs_token1] = ACTIONS(1672), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1672), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1672), - [aux_sym_password_authentication_token1] = ACTIONS(1672), - [aux_sym_permit_local_command_token1] = ACTIONS(1672), - [aux_sym_permit_remote_open_token1] = ACTIONS(1672), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1672), - [aux_sym_port_token1] = ACTIONS(1672), - [aux_sym_preferred_authentications_token1] = ACTIONS(1672), - [aux_sym_protocol_token1] = ACTIONS(1672), - [aux_sym_proxy_command_token1] = ACTIONS(1672), - [aux_sym_proxy_jump_token1] = ACTIONS(1672), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1672), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1672), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1672), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1672), - [aux_sym_rekey_limit_token1] = ACTIONS(1672), - [aux_sym_remote_command_token1] = ACTIONS(1672), - [aux_sym_remote_forward_token1] = ACTIONS(1672), - [aux_sym_request_tty_token1] = ACTIONS(1672), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1672), - [aux_sym_security_key_provider_token1] = ACTIONS(1672), - [aux_sym_send_env_token1] = ACTIONS(1672), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1672), - [aux_sym_server_alive_interval_token1] = ACTIONS(1672), - [aux_sym_session_type_token1] = ACTIONS(1672), - [aux_sym_set_env_token1] = ACTIONS(1672), - [aux_sym_stdin_null_token1] = ACTIONS(1672), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1672), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1672), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1672), - [aux_sym_syslog_facility_token1] = ACTIONS(1672), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1672), - [aux_sym_keep_alive_token1] = ACTIONS(1672), - [aux_sym_tunnel_token1] = ACTIONS(1674), - [aux_sym_tunnel_device_token1] = ACTIONS(1672), - [aux_sym_update_host_keys_token1] = ACTIONS(1672), - [aux_sym_use_keychain_token1] = ACTIONS(1672), - [aux_sym_use_roaming_token1] = ACTIONS(1672), - [aux_sym_user_token1] = ACTIONS(1674), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1672), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1672), - [aux_sym_visual_host_key_token1] = ACTIONS(1672), - [aux_sym_xauth_location_token1] = ACTIONS(1672), + [ts_builtin_sym_end] = ACTIONS(1677), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1679), + [anon_sym_DQUOTE] = ACTIONS(1681), + [aux_sym_match_token1] = ACTIONS(1677), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1677), + [aux_sym_address_family_token1] = ACTIONS(1677), + [aux_sym_batch_mode_token1] = ACTIONS(1677), + [aux_sym_bind_address_token1] = ACTIONS(1677), + [aux_sym_bind_interface_token1] = ACTIONS(1677), + [aux_sym_canonical_domains_token1] = ACTIONS(1677), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1677), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1677), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1677), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1677), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1677), + [aux_sym_certificate_file_token1] = ACTIONS(1677), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1677), + [aux_sym_check_host_ip_token1] = ACTIONS(1677), + [aux_sym_ciphers_token1] = ACTIONS(1677), + [aux_sym_cipher_token1] = ACTIONS(1679), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1677), + [aux_sym_compression_token1] = ACTIONS(1677), + [aux_sym_connection_attempts_token1] = ACTIONS(1677), + [aux_sym_connect_timeout_token1] = ACTIONS(1677), + [aux_sym_control_master_token1] = ACTIONS(1677), + [aux_sym_control_path_token1] = ACTIONS(1677), + [aux_sym_control_persist_token1] = ACTIONS(1677), + [aux_sym_dynamic_forward_token1] = ACTIONS(1677), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1677), + [aux_sym_escape_char_token1] = ACTIONS(1677), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1677), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1677), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1677), + [aux_sym_forward_agent_token1] = ACTIONS(1677), + [aux_sym_forward_x11_token1] = ACTIONS(1679), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1677), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1677), + [aux_sym_gateway_ports_token1] = ACTIONS(1677), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1677), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1677), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1677), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1677), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1677), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1677), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1677), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1677), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1677), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1677), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1677), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1677), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1677), + [aux_sym_host_key_alias_token1] = ACTIONS(1677), + [aux_sym_hostname_token1] = ACTIONS(1677), + [aux_sym_identities_only_token1] = ACTIONS(1677), + [aux_sym_identity_agent_token1] = ACTIONS(1677), + [aux_sym_identity_file_token1] = ACTIONS(1677), + [aux_sym_ignore_unknown_token1] = ACTIONS(1677), + [aux_sym_include_token1] = ACTIONS(1677), + [aux_sym_ip_qos_token1] = ACTIONS(1677), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1677), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1677), + [aux_sym_kex_algorithms_token1] = ACTIONS(1677), + [aux_sym_known_hosts_command_token1] = ACTIONS(1677), + [aux_sym_local_command_token1] = ACTIONS(1677), + [aux_sym_local_forward_token1] = ACTIONS(1677), + [aux_sym_log_level_token1] = ACTIONS(1677), + [aux_sym_log_verbose_token1] = ACTIONS(1677), + [aux_sym_macs_token1] = ACTIONS(1677), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1677), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1677), + [aux_sym_password_authentication_token1] = ACTIONS(1677), + [aux_sym_permit_local_command_token1] = ACTIONS(1677), + [aux_sym_permit_remote_open_token1] = ACTIONS(1677), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1677), + [aux_sym_port_token1] = ACTIONS(1677), + [aux_sym_preferred_authentications_token1] = ACTIONS(1677), + [aux_sym_protocol_token1] = ACTIONS(1677), + [aux_sym_proxy_command_token1] = ACTIONS(1677), + [aux_sym_proxy_jump_token1] = ACTIONS(1677), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1677), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1677), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1677), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1677), + [aux_sym_rekey_limit_token1] = ACTIONS(1677), + [aux_sym_remote_command_token1] = ACTIONS(1677), + [aux_sym_remote_forward_token1] = ACTIONS(1677), + [aux_sym_request_tty_token1] = ACTIONS(1677), + [aux_sym_required_rsa_size_token1] = ACTIONS(1677), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1677), + [aux_sym_security_key_provider_token1] = ACTIONS(1677), + [aux_sym_send_env_token1] = ACTIONS(1677), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1677), + [aux_sym_server_alive_interval_token1] = ACTIONS(1677), + [aux_sym_session_type_token1] = ACTIONS(1677), + [aux_sym_set_env_token1] = ACTIONS(1677), + [aux_sym_stdin_null_token1] = ACTIONS(1677), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1677), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1677), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1677), + [aux_sym_syslog_facility_token1] = ACTIONS(1677), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1677), + [aux_sym_keep_alive_token1] = ACTIONS(1677), + [aux_sym_tunnel_token1] = ACTIONS(1679), + [aux_sym_tunnel_device_token1] = ACTIONS(1677), + [aux_sym_update_host_keys_token1] = ACTIONS(1677), + [aux_sym_use_keychain_token1] = ACTIONS(1677), + [aux_sym_use_roaming_token1] = ACTIONS(1677), + [aux_sym_user_token1] = ACTIONS(1679), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1677), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1677), + [aux_sym_visual_host_key_token1] = ACTIONS(1677), + [aux_sym_xauth_location_token1] = ACTIONS(1677), }, [191] = { - [ts_builtin_sym_end] = ACTIONS(1678), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1680), - [anon_sym_DQUOTE] = ACTIONS(1682), - [aux_sym_match_token1] = ACTIONS(1678), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1678), - [aux_sym_address_family_token1] = ACTIONS(1678), - [aux_sym_batch_mode_token1] = ACTIONS(1678), - [aux_sym_bind_address_token1] = ACTIONS(1678), - [aux_sym_bind_interface_token1] = ACTIONS(1678), - [aux_sym_canonical_domains_token1] = ACTIONS(1678), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1678), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1678), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1678), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1678), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1678), - [aux_sym_certificate_file_token1] = ACTIONS(1678), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1678), - [aux_sym_check_host_ip_token1] = ACTIONS(1678), - [aux_sym_ciphers_token1] = ACTIONS(1678), - [aux_sym_cipher_token1] = ACTIONS(1680), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1678), - [aux_sym_compression_token1] = ACTIONS(1678), - [aux_sym_connection_attempts_token1] = ACTIONS(1678), - [aux_sym_connect_timeout_token1] = ACTIONS(1678), - [aux_sym_control_master_token1] = ACTIONS(1678), - [aux_sym_control_path_token1] = ACTIONS(1678), - [aux_sym_control_persist_token1] = ACTIONS(1678), - [aux_sym_dynamic_forward_token1] = ACTIONS(1678), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1678), - [aux_sym_escape_char_token1] = ACTIONS(1678), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1678), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1678), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1678), - [aux_sym_forward_agent_token1] = ACTIONS(1678), - [aux_sym_forward_x11_token1] = ACTIONS(1680), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1678), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1678), - [aux_sym_gateway_ports_token1] = ACTIONS(1678), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1678), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1678), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1678), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1678), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1678), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1678), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1678), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1678), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1678), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1678), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1678), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1678), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1678), - [aux_sym_host_key_alias_token1] = ACTIONS(1678), - [aux_sym_hostname_token1] = ACTIONS(1678), - [aux_sym_identities_only_token1] = ACTIONS(1678), - [aux_sym_identity_agent_token1] = ACTIONS(1678), - [aux_sym_identity_file_token1] = ACTIONS(1678), - [aux_sym_ignore_unknown_token1] = ACTIONS(1678), - [aux_sym_include_token1] = ACTIONS(1678), - [aux_sym_ip_qos_token1] = ACTIONS(1678), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1678), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1678), - [aux_sym_kex_algorithms_token1] = ACTIONS(1678), - [aux_sym_known_hosts_command_token1] = ACTIONS(1678), - [aux_sym_local_command_token1] = ACTIONS(1678), - [aux_sym_local_forward_token1] = ACTIONS(1678), - [aux_sym_log_level_token1] = ACTIONS(1678), - [aux_sym_log_verbose_token1] = ACTIONS(1678), - [aux_sym_macs_token1] = ACTIONS(1678), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1678), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1678), - [aux_sym_password_authentication_token1] = ACTIONS(1678), - [aux_sym_permit_local_command_token1] = ACTIONS(1678), - [aux_sym_permit_remote_open_token1] = ACTIONS(1678), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1678), - [aux_sym_port_token1] = ACTIONS(1678), - [aux_sym_preferred_authentications_token1] = ACTIONS(1678), - [aux_sym_protocol_token1] = ACTIONS(1678), - [aux_sym_proxy_command_token1] = ACTIONS(1678), - [aux_sym_proxy_jump_token1] = ACTIONS(1678), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1678), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1678), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1678), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1678), - [aux_sym_rekey_limit_token1] = ACTIONS(1678), - [aux_sym_remote_command_token1] = ACTIONS(1678), - [aux_sym_remote_forward_token1] = ACTIONS(1678), - [aux_sym_request_tty_token1] = ACTIONS(1678), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1678), - [aux_sym_security_key_provider_token1] = ACTIONS(1678), - [aux_sym_send_env_token1] = ACTIONS(1678), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1678), - [aux_sym_server_alive_interval_token1] = ACTIONS(1678), - [aux_sym_session_type_token1] = ACTIONS(1678), - [aux_sym_set_env_token1] = ACTIONS(1678), - [aux_sym_stdin_null_token1] = ACTIONS(1678), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1678), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1678), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1678), - [aux_sym_syslog_facility_token1] = ACTIONS(1678), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1678), - [aux_sym_keep_alive_token1] = ACTIONS(1678), - [aux_sym_tunnel_token1] = ACTIONS(1680), - [aux_sym_tunnel_device_token1] = ACTIONS(1678), - [aux_sym_update_host_keys_token1] = ACTIONS(1678), - [aux_sym_use_keychain_token1] = ACTIONS(1678), - [aux_sym_use_roaming_token1] = ACTIONS(1678), - [aux_sym_user_token1] = ACTIONS(1680), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1678), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1678), - [aux_sym_visual_host_key_token1] = ACTIONS(1678), - [aux_sym_xauth_location_token1] = ACTIONS(1678), + [ts_builtin_sym_end] = ACTIONS(1683), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1685), + [anon_sym_DQUOTE] = ACTIONS(1687), + [aux_sym_match_token1] = ACTIONS(1683), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1683), + [aux_sym_address_family_token1] = ACTIONS(1683), + [aux_sym_batch_mode_token1] = ACTIONS(1683), + [aux_sym_bind_address_token1] = ACTIONS(1683), + [aux_sym_bind_interface_token1] = ACTIONS(1683), + [aux_sym_canonical_domains_token1] = ACTIONS(1683), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1683), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1683), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1683), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1683), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1683), + [aux_sym_certificate_file_token1] = ACTIONS(1683), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1683), + [aux_sym_check_host_ip_token1] = ACTIONS(1683), + [aux_sym_ciphers_token1] = ACTIONS(1683), + [aux_sym_cipher_token1] = ACTIONS(1685), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1683), + [aux_sym_compression_token1] = ACTIONS(1683), + [aux_sym_connection_attempts_token1] = ACTIONS(1683), + [aux_sym_connect_timeout_token1] = ACTIONS(1683), + [aux_sym_control_master_token1] = ACTIONS(1683), + [aux_sym_control_path_token1] = ACTIONS(1683), + [aux_sym_control_persist_token1] = ACTIONS(1683), + [aux_sym_dynamic_forward_token1] = ACTIONS(1683), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1683), + [aux_sym_escape_char_token1] = ACTIONS(1683), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1683), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1683), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1683), + [aux_sym_forward_agent_token1] = ACTIONS(1683), + [aux_sym_forward_x11_token1] = ACTIONS(1685), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1683), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1683), + [aux_sym_gateway_ports_token1] = ACTIONS(1683), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1683), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1683), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1683), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1683), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1683), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1683), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1683), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1683), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1683), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1683), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1683), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1683), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1683), + [aux_sym_host_key_alias_token1] = ACTIONS(1683), + [aux_sym_hostname_token1] = ACTIONS(1683), + [aux_sym_identities_only_token1] = ACTIONS(1683), + [aux_sym_identity_agent_token1] = ACTIONS(1683), + [aux_sym_identity_file_token1] = ACTIONS(1683), + [aux_sym_ignore_unknown_token1] = ACTIONS(1683), + [aux_sym_include_token1] = ACTIONS(1683), + [aux_sym_ip_qos_token1] = ACTIONS(1683), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1683), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1683), + [aux_sym_kex_algorithms_token1] = ACTIONS(1683), + [aux_sym_known_hosts_command_token1] = ACTIONS(1683), + [aux_sym_local_command_token1] = ACTIONS(1683), + [aux_sym_local_forward_token1] = ACTIONS(1683), + [aux_sym_log_level_token1] = ACTIONS(1683), + [aux_sym_log_verbose_token1] = ACTIONS(1683), + [aux_sym_macs_token1] = ACTIONS(1683), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1683), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1683), + [aux_sym_password_authentication_token1] = ACTIONS(1683), + [aux_sym_permit_local_command_token1] = ACTIONS(1683), + [aux_sym_permit_remote_open_token1] = ACTIONS(1683), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1683), + [aux_sym_port_token1] = ACTIONS(1683), + [aux_sym_preferred_authentications_token1] = ACTIONS(1683), + [aux_sym_protocol_token1] = ACTIONS(1683), + [aux_sym_proxy_command_token1] = ACTIONS(1683), + [aux_sym_proxy_jump_token1] = ACTIONS(1683), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1683), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1683), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1683), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1683), + [aux_sym_rekey_limit_token1] = ACTIONS(1683), + [aux_sym_remote_command_token1] = ACTIONS(1683), + [aux_sym_remote_forward_token1] = ACTIONS(1683), + [aux_sym_request_tty_token1] = ACTIONS(1683), + [aux_sym_required_rsa_size_token1] = ACTIONS(1683), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1683), + [aux_sym_security_key_provider_token1] = ACTIONS(1683), + [aux_sym_send_env_token1] = ACTIONS(1683), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1683), + [aux_sym_server_alive_interval_token1] = ACTIONS(1683), + [aux_sym_session_type_token1] = ACTIONS(1683), + [aux_sym_set_env_token1] = ACTIONS(1683), + [aux_sym_stdin_null_token1] = ACTIONS(1683), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1683), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1683), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1683), + [aux_sym_syslog_facility_token1] = ACTIONS(1683), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1683), + [aux_sym_keep_alive_token1] = ACTIONS(1683), + [aux_sym_tunnel_token1] = ACTIONS(1685), + [aux_sym_tunnel_device_token1] = ACTIONS(1683), + [aux_sym_update_host_keys_token1] = ACTIONS(1683), + [aux_sym_use_keychain_token1] = ACTIONS(1683), + [aux_sym_use_roaming_token1] = ACTIONS(1683), + [aux_sym_user_token1] = ACTIONS(1685), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1683), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1683), + [aux_sym_visual_host_key_token1] = ACTIONS(1683), + [aux_sym_xauth_location_token1] = ACTIONS(1683), }, [192] = { - [ts_builtin_sym_end] = ACTIONS(1684), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1686), - [anon_sym_DQUOTE] = ACTIONS(1688), - [aux_sym_match_token1] = ACTIONS(1684), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1684), - [aux_sym_address_family_token1] = ACTIONS(1684), - [aux_sym_batch_mode_token1] = ACTIONS(1684), - [aux_sym_bind_address_token1] = ACTIONS(1684), - [aux_sym_bind_interface_token1] = ACTIONS(1684), - [aux_sym_canonical_domains_token1] = ACTIONS(1684), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1684), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1684), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1684), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1684), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1684), - [aux_sym_certificate_file_token1] = ACTIONS(1684), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1684), - [aux_sym_check_host_ip_token1] = ACTIONS(1684), - [aux_sym_ciphers_token1] = ACTIONS(1684), - [aux_sym_cipher_token1] = ACTIONS(1686), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1684), - [aux_sym_compression_token1] = ACTIONS(1684), - [aux_sym_connection_attempts_token1] = ACTIONS(1684), - [aux_sym_connect_timeout_token1] = ACTIONS(1684), - [aux_sym_control_master_token1] = ACTIONS(1684), - [aux_sym_control_path_token1] = ACTIONS(1684), - [aux_sym_control_persist_token1] = ACTIONS(1684), - [aux_sym_dynamic_forward_token1] = ACTIONS(1684), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1684), - [aux_sym_escape_char_token1] = ACTIONS(1684), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1684), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1684), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1684), - [aux_sym_forward_agent_token1] = ACTIONS(1684), - [aux_sym_forward_x11_token1] = ACTIONS(1686), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1684), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1684), - [aux_sym_gateway_ports_token1] = ACTIONS(1684), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1684), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1684), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1684), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1684), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1684), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1684), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1684), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1684), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1684), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1684), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1684), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1684), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1684), - [aux_sym_host_key_alias_token1] = ACTIONS(1684), - [aux_sym_hostname_token1] = ACTIONS(1684), - [aux_sym_identities_only_token1] = ACTIONS(1684), - [aux_sym_identity_agent_token1] = ACTIONS(1684), - [aux_sym_identity_file_token1] = ACTIONS(1684), - [aux_sym_ignore_unknown_token1] = ACTIONS(1684), - [aux_sym_include_token1] = ACTIONS(1684), - [aux_sym_ip_qos_token1] = ACTIONS(1684), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1684), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1684), - [aux_sym_kex_algorithms_token1] = ACTIONS(1684), - [aux_sym_known_hosts_command_token1] = ACTIONS(1684), - [aux_sym_local_command_token1] = ACTIONS(1684), - [aux_sym_local_forward_token1] = ACTIONS(1684), - [aux_sym_log_level_token1] = ACTIONS(1684), - [aux_sym_log_verbose_token1] = ACTIONS(1684), - [aux_sym_macs_token1] = ACTIONS(1684), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1684), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1684), - [aux_sym_password_authentication_token1] = ACTIONS(1684), - [aux_sym_permit_local_command_token1] = ACTIONS(1684), - [aux_sym_permit_remote_open_token1] = ACTIONS(1684), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1684), - [aux_sym_port_token1] = ACTIONS(1684), - [aux_sym_preferred_authentications_token1] = ACTIONS(1684), - [aux_sym_protocol_token1] = ACTIONS(1684), - [aux_sym_proxy_command_token1] = ACTIONS(1684), - [aux_sym_proxy_jump_token1] = ACTIONS(1684), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1684), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1684), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1684), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1684), - [aux_sym_rekey_limit_token1] = ACTIONS(1684), - [aux_sym_remote_command_token1] = ACTIONS(1684), - [aux_sym_remote_forward_token1] = ACTIONS(1684), - [aux_sym_request_tty_token1] = ACTIONS(1684), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1684), - [aux_sym_security_key_provider_token1] = ACTIONS(1684), - [aux_sym_send_env_token1] = ACTIONS(1684), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1684), - [aux_sym_server_alive_interval_token1] = ACTIONS(1684), - [aux_sym_session_type_token1] = ACTIONS(1684), - [aux_sym_set_env_token1] = ACTIONS(1684), - [aux_sym_stdin_null_token1] = ACTIONS(1684), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1684), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1684), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1684), - [aux_sym_syslog_facility_token1] = ACTIONS(1684), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1684), - [aux_sym_keep_alive_token1] = ACTIONS(1684), - [aux_sym_tunnel_token1] = ACTIONS(1686), - [aux_sym_tunnel_device_token1] = ACTIONS(1684), - [aux_sym_update_host_keys_token1] = ACTIONS(1684), - [aux_sym_use_keychain_token1] = ACTIONS(1684), - [aux_sym_use_roaming_token1] = ACTIONS(1684), - [aux_sym_user_token1] = ACTIONS(1686), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1684), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1684), - [aux_sym_visual_host_key_token1] = ACTIONS(1684), - [aux_sym_xauth_location_token1] = ACTIONS(1684), + [ts_builtin_sym_end] = ACTIONS(1689), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1691), + [anon_sym_DQUOTE] = ACTIONS(1693), + [aux_sym_match_token1] = ACTIONS(1689), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1689), + [aux_sym_address_family_token1] = ACTIONS(1689), + [aux_sym_batch_mode_token1] = ACTIONS(1689), + [aux_sym_bind_address_token1] = ACTIONS(1689), + [aux_sym_bind_interface_token1] = ACTIONS(1689), + [aux_sym_canonical_domains_token1] = ACTIONS(1689), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1689), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1689), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1689), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1689), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1689), + [aux_sym_certificate_file_token1] = ACTIONS(1689), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1689), + [aux_sym_check_host_ip_token1] = ACTIONS(1689), + [aux_sym_ciphers_token1] = ACTIONS(1689), + [aux_sym_cipher_token1] = ACTIONS(1691), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1689), + [aux_sym_compression_token1] = ACTIONS(1689), + [aux_sym_connection_attempts_token1] = ACTIONS(1689), + [aux_sym_connect_timeout_token1] = ACTIONS(1689), + [aux_sym_control_master_token1] = ACTIONS(1689), + [aux_sym_control_path_token1] = ACTIONS(1689), + [aux_sym_control_persist_token1] = ACTIONS(1689), + [aux_sym_dynamic_forward_token1] = ACTIONS(1689), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1689), + [aux_sym_escape_char_token1] = ACTIONS(1689), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1689), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1689), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1689), + [aux_sym_forward_agent_token1] = ACTIONS(1689), + [aux_sym_forward_x11_token1] = ACTIONS(1691), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1689), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1689), + [aux_sym_gateway_ports_token1] = ACTIONS(1689), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1689), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1689), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1689), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1689), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1689), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1689), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1689), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1689), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1689), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1689), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1689), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1689), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1689), + [aux_sym_host_key_alias_token1] = ACTIONS(1689), + [aux_sym_hostname_token1] = ACTIONS(1689), + [aux_sym_identities_only_token1] = ACTIONS(1689), + [aux_sym_identity_agent_token1] = ACTIONS(1689), + [aux_sym_identity_file_token1] = ACTIONS(1689), + [aux_sym_ignore_unknown_token1] = ACTIONS(1689), + [aux_sym_include_token1] = ACTIONS(1689), + [aux_sym_ip_qos_token1] = ACTIONS(1689), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1689), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1689), + [aux_sym_kex_algorithms_token1] = ACTIONS(1689), + [aux_sym_known_hosts_command_token1] = ACTIONS(1689), + [aux_sym_local_command_token1] = ACTIONS(1689), + [aux_sym_local_forward_token1] = ACTIONS(1689), + [aux_sym_log_level_token1] = ACTIONS(1689), + [aux_sym_log_verbose_token1] = ACTIONS(1689), + [aux_sym_macs_token1] = ACTIONS(1689), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1689), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1689), + [aux_sym_password_authentication_token1] = ACTIONS(1689), + [aux_sym_permit_local_command_token1] = ACTIONS(1689), + [aux_sym_permit_remote_open_token1] = ACTIONS(1689), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1689), + [aux_sym_port_token1] = ACTIONS(1689), + [aux_sym_preferred_authentications_token1] = ACTIONS(1689), + [aux_sym_protocol_token1] = ACTIONS(1689), + [aux_sym_proxy_command_token1] = ACTIONS(1689), + [aux_sym_proxy_jump_token1] = ACTIONS(1689), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1689), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1689), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1689), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1689), + [aux_sym_rekey_limit_token1] = ACTIONS(1689), + [aux_sym_remote_command_token1] = ACTIONS(1689), + [aux_sym_remote_forward_token1] = ACTIONS(1689), + [aux_sym_request_tty_token1] = ACTIONS(1689), + [aux_sym_required_rsa_size_token1] = ACTIONS(1689), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1689), + [aux_sym_security_key_provider_token1] = ACTIONS(1689), + [aux_sym_send_env_token1] = ACTIONS(1689), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1689), + [aux_sym_server_alive_interval_token1] = ACTIONS(1689), + [aux_sym_session_type_token1] = ACTIONS(1689), + [aux_sym_set_env_token1] = ACTIONS(1689), + [aux_sym_stdin_null_token1] = ACTIONS(1689), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1689), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1689), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1689), + [aux_sym_syslog_facility_token1] = ACTIONS(1689), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1689), + [aux_sym_keep_alive_token1] = ACTIONS(1689), + [aux_sym_tunnel_token1] = ACTIONS(1691), + [aux_sym_tunnel_device_token1] = ACTIONS(1689), + [aux_sym_update_host_keys_token1] = ACTIONS(1689), + [aux_sym_use_keychain_token1] = ACTIONS(1689), + [aux_sym_use_roaming_token1] = ACTIONS(1689), + [aux_sym_user_token1] = ACTIONS(1691), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1689), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1689), + [aux_sym_visual_host_key_token1] = ACTIONS(1689), + [aux_sym_xauth_location_token1] = ACTIONS(1689), }, [193] = { - [ts_builtin_sym_end] = ACTIONS(1690), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1692), - [anon_sym_DQUOTE] = ACTIONS(1694), - [aux_sym_match_token1] = ACTIONS(1690), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1690), - [aux_sym_address_family_token1] = ACTIONS(1690), - [aux_sym_batch_mode_token1] = ACTIONS(1690), - [aux_sym_bind_address_token1] = ACTIONS(1690), - [aux_sym_bind_interface_token1] = ACTIONS(1690), - [aux_sym_canonical_domains_token1] = ACTIONS(1690), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1690), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1690), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1690), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1690), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1690), - [aux_sym_certificate_file_token1] = ACTIONS(1690), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1690), - [aux_sym_check_host_ip_token1] = ACTIONS(1690), - [aux_sym_ciphers_token1] = ACTIONS(1690), - [aux_sym_cipher_token1] = ACTIONS(1692), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1690), - [aux_sym_compression_token1] = ACTIONS(1690), - [aux_sym_connection_attempts_token1] = ACTIONS(1690), - [aux_sym_connect_timeout_token1] = ACTIONS(1690), - [aux_sym_control_master_token1] = ACTIONS(1690), - [aux_sym_control_path_token1] = ACTIONS(1690), - [aux_sym_control_persist_token1] = ACTIONS(1690), - [aux_sym_dynamic_forward_token1] = ACTIONS(1690), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1690), - [aux_sym_escape_char_token1] = ACTIONS(1690), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1690), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1690), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1690), - [aux_sym_forward_agent_token1] = ACTIONS(1690), - [aux_sym_forward_x11_token1] = ACTIONS(1692), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1690), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1690), - [aux_sym_gateway_ports_token1] = ACTIONS(1690), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1690), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1690), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1690), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1690), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1690), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1690), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1690), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1690), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1690), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1690), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1690), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1690), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1690), - [aux_sym_host_key_alias_token1] = ACTIONS(1690), - [aux_sym_hostname_token1] = ACTIONS(1690), - [aux_sym_identities_only_token1] = ACTIONS(1690), - [aux_sym_identity_agent_token1] = ACTIONS(1690), - [aux_sym_identity_file_token1] = ACTIONS(1690), - [aux_sym_ignore_unknown_token1] = ACTIONS(1690), - [aux_sym_include_token1] = ACTIONS(1690), - [aux_sym_ip_qos_token1] = ACTIONS(1690), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1690), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1690), - [aux_sym_kex_algorithms_token1] = ACTIONS(1690), - [aux_sym_known_hosts_command_token1] = ACTIONS(1690), - [aux_sym_local_command_token1] = ACTIONS(1690), - [aux_sym_local_forward_token1] = ACTIONS(1690), - [aux_sym_log_level_token1] = ACTIONS(1690), - [aux_sym_log_verbose_token1] = ACTIONS(1690), - [aux_sym_macs_token1] = ACTIONS(1690), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1690), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1690), - [aux_sym_password_authentication_token1] = ACTIONS(1690), - [aux_sym_permit_local_command_token1] = ACTIONS(1690), - [aux_sym_permit_remote_open_token1] = ACTIONS(1690), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1690), - [aux_sym_port_token1] = ACTIONS(1690), - [aux_sym_preferred_authentications_token1] = ACTIONS(1690), - [aux_sym_protocol_token1] = ACTIONS(1690), - [aux_sym_proxy_command_token1] = ACTIONS(1690), - [aux_sym_proxy_jump_token1] = ACTIONS(1690), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1690), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1690), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1690), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1690), - [aux_sym_rekey_limit_token1] = ACTIONS(1690), - [aux_sym_remote_command_token1] = ACTIONS(1690), - [aux_sym_remote_forward_token1] = ACTIONS(1690), - [aux_sym_request_tty_token1] = ACTIONS(1690), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1690), - [aux_sym_security_key_provider_token1] = ACTIONS(1690), - [aux_sym_send_env_token1] = ACTIONS(1690), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1690), - [aux_sym_server_alive_interval_token1] = ACTIONS(1690), - [aux_sym_session_type_token1] = ACTIONS(1690), - [aux_sym_set_env_token1] = ACTIONS(1690), - [aux_sym_stdin_null_token1] = ACTIONS(1690), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1690), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1690), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1690), - [aux_sym_syslog_facility_token1] = ACTIONS(1690), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1690), - [aux_sym_keep_alive_token1] = ACTIONS(1690), - [aux_sym_tunnel_token1] = ACTIONS(1692), - [aux_sym_tunnel_device_token1] = ACTIONS(1690), - [aux_sym_update_host_keys_token1] = ACTIONS(1690), - [aux_sym_use_keychain_token1] = ACTIONS(1690), - [aux_sym_use_roaming_token1] = ACTIONS(1690), - [aux_sym_user_token1] = ACTIONS(1692), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1690), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1690), - [aux_sym_visual_host_key_token1] = ACTIONS(1690), - [aux_sym_xauth_location_token1] = ACTIONS(1690), + [ts_builtin_sym_end] = ACTIONS(1695), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1697), + [anon_sym_DQUOTE] = ACTIONS(1699), + [aux_sym_match_token1] = ACTIONS(1695), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1695), + [aux_sym_address_family_token1] = ACTIONS(1695), + [aux_sym_batch_mode_token1] = ACTIONS(1695), + [aux_sym_bind_address_token1] = ACTIONS(1695), + [aux_sym_bind_interface_token1] = ACTIONS(1695), + [aux_sym_canonical_domains_token1] = ACTIONS(1695), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1695), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1695), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1695), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1695), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1695), + [aux_sym_certificate_file_token1] = ACTIONS(1695), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1695), + [aux_sym_check_host_ip_token1] = ACTIONS(1695), + [aux_sym_ciphers_token1] = ACTIONS(1695), + [aux_sym_cipher_token1] = ACTIONS(1697), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1695), + [aux_sym_compression_token1] = ACTIONS(1695), + [aux_sym_connection_attempts_token1] = ACTIONS(1695), + [aux_sym_connect_timeout_token1] = ACTIONS(1695), + [aux_sym_control_master_token1] = ACTIONS(1695), + [aux_sym_control_path_token1] = ACTIONS(1695), + [aux_sym_control_persist_token1] = ACTIONS(1695), + [aux_sym_dynamic_forward_token1] = ACTIONS(1695), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1695), + [aux_sym_escape_char_token1] = ACTIONS(1695), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1695), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1695), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1695), + [aux_sym_forward_agent_token1] = ACTIONS(1695), + [aux_sym_forward_x11_token1] = ACTIONS(1697), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1695), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1695), + [aux_sym_gateway_ports_token1] = ACTIONS(1695), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1695), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1695), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1695), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1695), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1695), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1695), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1695), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1695), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1695), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1695), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1695), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1695), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1695), + [aux_sym_host_key_alias_token1] = ACTIONS(1695), + [aux_sym_hostname_token1] = ACTIONS(1695), + [aux_sym_identities_only_token1] = ACTIONS(1695), + [aux_sym_identity_agent_token1] = ACTIONS(1695), + [aux_sym_identity_file_token1] = ACTIONS(1695), + [aux_sym_ignore_unknown_token1] = ACTIONS(1695), + [aux_sym_include_token1] = ACTIONS(1695), + [aux_sym_ip_qos_token1] = ACTIONS(1695), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1695), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1695), + [aux_sym_kex_algorithms_token1] = ACTIONS(1695), + [aux_sym_known_hosts_command_token1] = ACTIONS(1695), + [aux_sym_local_command_token1] = ACTIONS(1695), + [aux_sym_local_forward_token1] = ACTIONS(1695), + [aux_sym_log_level_token1] = ACTIONS(1695), + [aux_sym_log_verbose_token1] = ACTIONS(1695), + [aux_sym_macs_token1] = ACTIONS(1695), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1695), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1695), + [aux_sym_password_authentication_token1] = ACTIONS(1695), + [aux_sym_permit_local_command_token1] = ACTIONS(1695), + [aux_sym_permit_remote_open_token1] = ACTIONS(1695), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1695), + [aux_sym_port_token1] = ACTIONS(1695), + [aux_sym_preferred_authentications_token1] = ACTIONS(1695), + [aux_sym_protocol_token1] = ACTIONS(1695), + [aux_sym_proxy_command_token1] = ACTIONS(1695), + [aux_sym_proxy_jump_token1] = ACTIONS(1695), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1695), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1695), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1695), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1695), + [aux_sym_rekey_limit_token1] = ACTIONS(1695), + [aux_sym_remote_command_token1] = ACTIONS(1695), + [aux_sym_remote_forward_token1] = ACTIONS(1695), + [aux_sym_request_tty_token1] = ACTIONS(1695), + [aux_sym_required_rsa_size_token1] = ACTIONS(1695), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1695), + [aux_sym_security_key_provider_token1] = ACTIONS(1695), + [aux_sym_send_env_token1] = ACTIONS(1695), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1695), + [aux_sym_server_alive_interval_token1] = ACTIONS(1695), + [aux_sym_session_type_token1] = ACTIONS(1695), + [aux_sym_set_env_token1] = ACTIONS(1695), + [aux_sym_stdin_null_token1] = ACTIONS(1695), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1695), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1695), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1695), + [aux_sym_syslog_facility_token1] = ACTIONS(1695), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1695), + [aux_sym_keep_alive_token1] = ACTIONS(1695), + [aux_sym_tunnel_token1] = ACTIONS(1697), + [aux_sym_tunnel_device_token1] = ACTIONS(1695), + [aux_sym_update_host_keys_token1] = ACTIONS(1695), + [aux_sym_use_keychain_token1] = ACTIONS(1695), + [aux_sym_use_roaming_token1] = ACTIONS(1695), + [aux_sym_user_token1] = ACTIONS(1697), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1695), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1695), + [aux_sym_visual_host_key_token1] = ACTIONS(1695), + [aux_sym_xauth_location_token1] = ACTIONS(1695), }, [194] = { - [ts_builtin_sym_end] = ACTIONS(1696), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1698), - [anon_sym_DQUOTE] = ACTIONS(1700), - [aux_sym_match_token1] = ACTIONS(1696), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1696), - [aux_sym_address_family_token1] = ACTIONS(1696), - [aux_sym_batch_mode_token1] = ACTIONS(1696), - [aux_sym_bind_address_token1] = ACTIONS(1696), - [aux_sym_bind_interface_token1] = ACTIONS(1696), - [aux_sym_canonical_domains_token1] = ACTIONS(1696), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1696), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1696), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1696), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1696), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1696), - [aux_sym_certificate_file_token1] = ACTIONS(1696), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1696), - [aux_sym_check_host_ip_token1] = ACTIONS(1696), - [aux_sym_ciphers_token1] = ACTIONS(1696), - [aux_sym_cipher_token1] = ACTIONS(1698), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1696), - [aux_sym_compression_token1] = ACTIONS(1696), - [aux_sym_connection_attempts_token1] = ACTIONS(1696), - [aux_sym_connect_timeout_token1] = ACTIONS(1696), - [aux_sym_control_master_token1] = ACTIONS(1696), - [aux_sym_control_path_token1] = ACTIONS(1696), - [aux_sym_control_persist_token1] = ACTIONS(1696), - [aux_sym_dynamic_forward_token1] = ACTIONS(1696), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1696), - [aux_sym_escape_char_token1] = ACTIONS(1696), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1696), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1696), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1696), - [aux_sym_forward_agent_token1] = ACTIONS(1696), - [aux_sym_forward_x11_token1] = ACTIONS(1698), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1696), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1696), - [aux_sym_gateway_ports_token1] = ACTIONS(1696), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1696), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1696), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1696), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1696), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1696), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1696), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1696), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1696), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1696), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1696), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1696), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1696), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1696), - [aux_sym_host_key_alias_token1] = ACTIONS(1696), - [aux_sym_hostname_token1] = ACTIONS(1696), - [aux_sym_identities_only_token1] = ACTIONS(1696), - [aux_sym_identity_agent_token1] = ACTIONS(1696), - [aux_sym_identity_file_token1] = ACTIONS(1696), - [aux_sym_ignore_unknown_token1] = ACTIONS(1696), - [aux_sym_include_token1] = ACTIONS(1696), - [aux_sym_ip_qos_token1] = ACTIONS(1696), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1696), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1696), - [aux_sym_kex_algorithms_token1] = ACTIONS(1696), - [aux_sym_known_hosts_command_token1] = ACTIONS(1696), - [aux_sym_local_command_token1] = ACTIONS(1696), - [aux_sym_local_forward_token1] = ACTIONS(1696), - [aux_sym_log_level_token1] = ACTIONS(1696), - [aux_sym_log_verbose_token1] = ACTIONS(1696), - [aux_sym_macs_token1] = ACTIONS(1696), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1696), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1696), - [aux_sym_password_authentication_token1] = ACTIONS(1696), - [aux_sym_permit_local_command_token1] = ACTIONS(1696), - [aux_sym_permit_remote_open_token1] = ACTIONS(1696), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1696), - [aux_sym_port_token1] = ACTIONS(1696), - [aux_sym_preferred_authentications_token1] = ACTIONS(1696), - [aux_sym_protocol_token1] = ACTIONS(1696), - [aux_sym_proxy_command_token1] = ACTIONS(1696), - [aux_sym_proxy_jump_token1] = ACTIONS(1696), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1696), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1696), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1696), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1696), - [aux_sym_rekey_limit_token1] = ACTIONS(1696), - [aux_sym_remote_command_token1] = ACTIONS(1696), - [aux_sym_remote_forward_token1] = ACTIONS(1696), - [aux_sym_request_tty_token1] = ACTIONS(1696), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1696), - [aux_sym_security_key_provider_token1] = ACTIONS(1696), - [aux_sym_send_env_token1] = ACTIONS(1696), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1696), - [aux_sym_server_alive_interval_token1] = ACTIONS(1696), - [aux_sym_session_type_token1] = ACTIONS(1696), - [aux_sym_set_env_token1] = ACTIONS(1696), - [aux_sym_stdin_null_token1] = ACTIONS(1696), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1696), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1696), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1696), - [aux_sym_syslog_facility_token1] = ACTIONS(1696), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1696), - [aux_sym_keep_alive_token1] = ACTIONS(1696), - [aux_sym_tunnel_token1] = ACTIONS(1698), - [aux_sym_tunnel_device_token1] = ACTIONS(1696), - [aux_sym_update_host_keys_token1] = ACTIONS(1696), - [aux_sym_use_keychain_token1] = ACTIONS(1696), - [aux_sym_use_roaming_token1] = ACTIONS(1696), - [aux_sym_user_token1] = ACTIONS(1698), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1696), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1696), - [aux_sym_visual_host_key_token1] = ACTIONS(1696), - [aux_sym_xauth_location_token1] = ACTIONS(1696), + [ts_builtin_sym_end] = ACTIONS(1701), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1703), + [anon_sym_DQUOTE] = ACTIONS(1705), + [aux_sym_match_token1] = ACTIONS(1701), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1701), + [aux_sym_address_family_token1] = ACTIONS(1701), + [aux_sym_batch_mode_token1] = ACTIONS(1701), + [aux_sym_bind_address_token1] = ACTIONS(1701), + [aux_sym_bind_interface_token1] = ACTIONS(1701), + [aux_sym_canonical_domains_token1] = ACTIONS(1701), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1701), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1701), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1701), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1701), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1701), + [aux_sym_certificate_file_token1] = ACTIONS(1701), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1701), + [aux_sym_check_host_ip_token1] = ACTIONS(1701), + [aux_sym_ciphers_token1] = ACTIONS(1701), + [aux_sym_cipher_token1] = ACTIONS(1703), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1701), + [aux_sym_compression_token1] = ACTIONS(1701), + [aux_sym_connection_attempts_token1] = ACTIONS(1701), + [aux_sym_connect_timeout_token1] = ACTIONS(1701), + [aux_sym_control_master_token1] = ACTIONS(1701), + [aux_sym_control_path_token1] = ACTIONS(1701), + [aux_sym_control_persist_token1] = ACTIONS(1701), + [aux_sym_dynamic_forward_token1] = ACTIONS(1701), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1701), + [aux_sym_escape_char_token1] = ACTIONS(1701), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1701), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1701), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1701), + [aux_sym_forward_agent_token1] = ACTIONS(1701), + [aux_sym_forward_x11_token1] = ACTIONS(1703), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1701), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1701), + [aux_sym_gateway_ports_token1] = ACTIONS(1701), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1701), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1701), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1701), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1701), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1701), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1701), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1701), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1701), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1701), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1701), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1701), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1701), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1701), + [aux_sym_host_key_alias_token1] = ACTIONS(1701), + [aux_sym_hostname_token1] = ACTIONS(1701), + [aux_sym_identities_only_token1] = ACTIONS(1701), + [aux_sym_identity_agent_token1] = ACTIONS(1701), + [aux_sym_identity_file_token1] = ACTIONS(1701), + [aux_sym_ignore_unknown_token1] = ACTIONS(1701), + [aux_sym_include_token1] = ACTIONS(1701), + [aux_sym_ip_qos_token1] = ACTIONS(1701), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1701), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1701), + [aux_sym_kex_algorithms_token1] = ACTIONS(1701), + [aux_sym_known_hosts_command_token1] = ACTIONS(1701), + [aux_sym_local_command_token1] = ACTIONS(1701), + [aux_sym_local_forward_token1] = ACTIONS(1701), + [aux_sym_log_level_token1] = ACTIONS(1701), + [aux_sym_log_verbose_token1] = ACTIONS(1701), + [aux_sym_macs_token1] = ACTIONS(1701), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1701), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1701), + [aux_sym_password_authentication_token1] = ACTIONS(1701), + [aux_sym_permit_local_command_token1] = ACTIONS(1701), + [aux_sym_permit_remote_open_token1] = ACTIONS(1701), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1701), + [aux_sym_port_token1] = ACTIONS(1701), + [aux_sym_preferred_authentications_token1] = ACTIONS(1701), + [aux_sym_protocol_token1] = ACTIONS(1701), + [aux_sym_proxy_command_token1] = ACTIONS(1701), + [aux_sym_proxy_jump_token1] = ACTIONS(1701), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1701), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1701), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1701), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1701), + [aux_sym_rekey_limit_token1] = ACTIONS(1701), + [aux_sym_remote_command_token1] = ACTIONS(1701), + [aux_sym_remote_forward_token1] = ACTIONS(1701), + [aux_sym_request_tty_token1] = ACTIONS(1701), + [aux_sym_required_rsa_size_token1] = ACTIONS(1701), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1701), + [aux_sym_security_key_provider_token1] = ACTIONS(1701), + [aux_sym_send_env_token1] = ACTIONS(1701), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1701), + [aux_sym_server_alive_interval_token1] = ACTIONS(1701), + [aux_sym_session_type_token1] = ACTIONS(1701), + [aux_sym_set_env_token1] = ACTIONS(1701), + [aux_sym_stdin_null_token1] = ACTIONS(1701), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1701), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1701), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1701), + [aux_sym_syslog_facility_token1] = ACTIONS(1701), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1701), + [aux_sym_keep_alive_token1] = ACTIONS(1701), + [aux_sym_tunnel_token1] = ACTIONS(1703), + [aux_sym_tunnel_device_token1] = ACTIONS(1701), + [aux_sym_update_host_keys_token1] = ACTIONS(1701), + [aux_sym_use_keychain_token1] = ACTIONS(1701), + [aux_sym_use_roaming_token1] = ACTIONS(1701), + [aux_sym_user_token1] = ACTIONS(1703), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1701), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1701), + [aux_sym_visual_host_key_token1] = ACTIONS(1701), + [aux_sym_xauth_location_token1] = ACTIONS(1701), }, [195] = { - [ts_builtin_sym_end] = ACTIONS(1702), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1704), - [anon_sym_DQUOTE] = ACTIONS(1706), - [aux_sym_match_token1] = ACTIONS(1702), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1702), - [aux_sym_address_family_token1] = ACTIONS(1702), - [aux_sym_batch_mode_token1] = ACTIONS(1702), - [aux_sym_bind_address_token1] = ACTIONS(1702), - [aux_sym_bind_interface_token1] = ACTIONS(1702), - [aux_sym_canonical_domains_token1] = ACTIONS(1702), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1702), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1702), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1702), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1702), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1702), - [aux_sym_certificate_file_token1] = ACTIONS(1702), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1702), - [aux_sym_check_host_ip_token1] = ACTIONS(1702), - [aux_sym_ciphers_token1] = ACTIONS(1702), - [aux_sym_cipher_token1] = ACTIONS(1704), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1702), - [aux_sym_compression_token1] = ACTIONS(1702), - [aux_sym_connection_attempts_token1] = ACTIONS(1702), - [aux_sym_connect_timeout_token1] = ACTIONS(1702), - [aux_sym_control_master_token1] = ACTIONS(1702), - [aux_sym_control_path_token1] = ACTIONS(1702), - [aux_sym_control_persist_token1] = ACTIONS(1702), - [aux_sym_dynamic_forward_token1] = ACTIONS(1702), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1702), - [aux_sym_escape_char_token1] = ACTIONS(1702), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1702), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1702), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1702), - [aux_sym_forward_agent_token1] = ACTIONS(1702), - [aux_sym_forward_x11_token1] = ACTIONS(1704), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1702), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1702), - [aux_sym_gateway_ports_token1] = ACTIONS(1702), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1702), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1702), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1702), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1702), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1702), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1702), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1702), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1702), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1702), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1702), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1702), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1702), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1702), - [aux_sym_host_key_alias_token1] = ACTIONS(1702), - [aux_sym_hostname_token1] = ACTIONS(1702), - [aux_sym_identities_only_token1] = ACTIONS(1702), - [aux_sym_identity_agent_token1] = ACTIONS(1702), - [aux_sym_identity_file_token1] = ACTIONS(1702), - [aux_sym_ignore_unknown_token1] = ACTIONS(1702), - [aux_sym_include_token1] = ACTIONS(1702), - [aux_sym_ip_qos_token1] = ACTIONS(1702), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1702), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1702), - [aux_sym_kex_algorithms_token1] = ACTIONS(1702), - [aux_sym_known_hosts_command_token1] = ACTIONS(1702), - [aux_sym_local_command_token1] = ACTIONS(1702), - [aux_sym_local_forward_token1] = ACTIONS(1702), - [aux_sym_log_level_token1] = ACTIONS(1702), - [aux_sym_log_verbose_token1] = ACTIONS(1702), - [aux_sym_macs_token1] = ACTIONS(1702), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1702), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1702), - [aux_sym_password_authentication_token1] = ACTIONS(1702), - [aux_sym_permit_local_command_token1] = ACTIONS(1702), - [aux_sym_permit_remote_open_token1] = ACTIONS(1702), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1702), - [aux_sym_port_token1] = ACTIONS(1702), - [aux_sym_preferred_authentications_token1] = ACTIONS(1702), - [aux_sym_protocol_token1] = ACTIONS(1702), - [aux_sym_proxy_command_token1] = ACTIONS(1702), - [aux_sym_proxy_jump_token1] = ACTIONS(1702), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1702), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1702), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1702), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1702), - [aux_sym_rekey_limit_token1] = ACTIONS(1702), - [aux_sym_remote_command_token1] = ACTIONS(1702), - [aux_sym_remote_forward_token1] = ACTIONS(1702), - [aux_sym_request_tty_token1] = ACTIONS(1702), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1702), - [aux_sym_security_key_provider_token1] = ACTIONS(1702), - [aux_sym_send_env_token1] = ACTIONS(1702), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1702), - [aux_sym_server_alive_interval_token1] = ACTIONS(1702), - [aux_sym_session_type_token1] = ACTIONS(1702), - [aux_sym_set_env_token1] = ACTIONS(1702), - [aux_sym_stdin_null_token1] = ACTIONS(1702), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1702), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1702), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1702), - [aux_sym_syslog_facility_token1] = ACTIONS(1702), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1702), - [aux_sym_keep_alive_token1] = ACTIONS(1702), - [aux_sym_tunnel_token1] = ACTIONS(1704), - [aux_sym_tunnel_device_token1] = ACTIONS(1702), - [aux_sym_update_host_keys_token1] = ACTIONS(1702), - [aux_sym_use_keychain_token1] = ACTIONS(1702), - [aux_sym_use_roaming_token1] = ACTIONS(1702), - [aux_sym_user_token1] = ACTIONS(1704), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1702), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1702), - [aux_sym_visual_host_key_token1] = ACTIONS(1702), - [aux_sym_xauth_location_token1] = ACTIONS(1702), + [ts_builtin_sym_end] = ACTIONS(1707), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1709), + [anon_sym_DQUOTE] = ACTIONS(1711), + [aux_sym_match_token1] = ACTIONS(1707), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1707), + [aux_sym_address_family_token1] = ACTIONS(1707), + [aux_sym_batch_mode_token1] = ACTIONS(1707), + [aux_sym_bind_address_token1] = ACTIONS(1707), + [aux_sym_bind_interface_token1] = ACTIONS(1707), + [aux_sym_canonical_domains_token1] = ACTIONS(1707), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1707), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1707), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1707), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1707), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1707), + [aux_sym_certificate_file_token1] = ACTIONS(1707), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1707), + [aux_sym_check_host_ip_token1] = ACTIONS(1707), + [aux_sym_ciphers_token1] = ACTIONS(1707), + [aux_sym_cipher_token1] = ACTIONS(1709), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1707), + [aux_sym_compression_token1] = ACTIONS(1707), + [aux_sym_connection_attempts_token1] = ACTIONS(1707), + [aux_sym_connect_timeout_token1] = ACTIONS(1707), + [aux_sym_control_master_token1] = ACTIONS(1707), + [aux_sym_control_path_token1] = ACTIONS(1707), + [aux_sym_control_persist_token1] = ACTIONS(1707), + [aux_sym_dynamic_forward_token1] = ACTIONS(1707), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1707), + [aux_sym_escape_char_token1] = ACTIONS(1707), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1707), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1707), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1707), + [aux_sym_forward_agent_token1] = ACTIONS(1707), + [aux_sym_forward_x11_token1] = ACTIONS(1709), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1707), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1707), + [aux_sym_gateway_ports_token1] = ACTIONS(1707), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1707), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1707), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1707), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1707), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1707), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1707), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1707), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1707), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1707), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1707), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1707), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1707), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1707), + [aux_sym_host_key_alias_token1] = ACTIONS(1707), + [aux_sym_hostname_token1] = ACTIONS(1707), + [aux_sym_identities_only_token1] = ACTIONS(1707), + [aux_sym_identity_agent_token1] = ACTIONS(1707), + [aux_sym_identity_file_token1] = ACTIONS(1707), + [aux_sym_ignore_unknown_token1] = ACTIONS(1707), + [aux_sym_include_token1] = ACTIONS(1707), + [aux_sym_ip_qos_token1] = ACTIONS(1707), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1707), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1707), + [aux_sym_kex_algorithms_token1] = ACTIONS(1707), + [aux_sym_known_hosts_command_token1] = ACTIONS(1707), + [aux_sym_local_command_token1] = ACTIONS(1707), + [aux_sym_local_forward_token1] = ACTIONS(1707), + [aux_sym_log_level_token1] = ACTIONS(1707), + [aux_sym_log_verbose_token1] = ACTIONS(1707), + [aux_sym_macs_token1] = ACTIONS(1707), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1707), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1707), + [aux_sym_password_authentication_token1] = ACTIONS(1707), + [aux_sym_permit_local_command_token1] = ACTIONS(1707), + [aux_sym_permit_remote_open_token1] = ACTIONS(1707), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1707), + [aux_sym_port_token1] = ACTIONS(1707), + [aux_sym_preferred_authentications_token1] = ACTIONS(1707), + [aux_sym_protocol_token1] = ACTIONS(1707), + [aux_sym_proxy_command_token1] = ACTIONS(1707), + [aux_sym_proxy_jump_token1] = ACTIONS(1707), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1707), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1707), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1707), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1707), + [aux_sym_rekey_limit_token1] = ACTIONS(1707), + [aux_sym_remote_command_token1] = ACTIONS(1707), + [aux_sym_remote_forward_token1] = ACTIONS(1707), + [aux_sym_request_tty_token1] = ACTIONS(1707), + [aux_sym_required_rsa_size_token1] = ACTIONS(1707), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1707), + [aux_sym_security_key_provider_token1] = ACTIONS(1707), + [aux_sym_send_env_token1] = ACTIONS(1707), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1707), + [aux_sym_server_alive_interval_token1] = ACTIONS(1707), + [aux_sym_session_type_token1] = ACTIONS(1707), + [aux_sym_set_env_token1] = ACTIONS(1707), + [aux_sym_stdin_null_token1] = ACTIONS(1707), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1707), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1707), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1707), + [aux_sym_syslog_facility_token1] = ACTIONS(1707), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1707), + [aux_sym_keep_alive_token1] = ACTIONS(1707), + [aux_sym_tunnel_token1] = ACTIONS(1709), + [aux_sym_tunnel_device_token1] = ACTIONS(1707), + [aux_sym_update_host_keys_token1] = ACTIONS(1707), + [aux_sym_use_keychain_token1] = ACTIONS(1707), + [aux_sym_use_roaming_token1] = ACTIONS(1707), + [aux_sym_user_token1] = ACTIONS(1709), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1707), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1707), + [aux_sym_visual_host_key_token1] = ACTIONS(1707), + [aux_sym_xauth_location_token1] = ACTIONS(1707), }, [196] = { - [ts_builtin_sym_end] = ACTIONS(1708), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1710), - [anon_sym_DQUOTE] = ACTIONS(1712), - [aux_sym_match_token1] = ACTIONS(1708), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1708), - [aux_sym_address_family_token1] = ACTIONS(1708), - [aux_sym_batch_mode_token1] = ACTIONS(1708), - [aux_sym_bind_address_token1] = ACTIONS(1708), - [aux_sym_bind_interface_token1] = ACTIONS(1708), - [aux_sym_canonical_domains_token1] = ACTIONS(1708), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1708), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1708), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1708), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1708), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1708), - [aux_sym_certificate_file_token1] = ACTIONS(1708), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1708), - [aux_sym_check_host_ip_token1] = ACTIONS(1708), - [aux_sym_ciphers_token1] = ACTIONS(1708), - [aux_sym_cipher_token1] = ACTIONS(1710), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1708), - [aux_sym_compression_token1] = ACTIONS(1708), - [aux_sym_connection_attempts_token1] = ACTIONS(1708), - [aux_sym_connect_timeout_token1] = ACTIONS(1708), - [aux_sym_control_master_token1] = ACTIONS(1708), - [aux_sym_control_path_token1] = ACTIONS(1708), - [aux_sym_control_persist_token1] = ACTIONS(1708), - [aux_sym_dynamic_forward_token1] = ACTIONS(1708), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1708), - [aux_sym_escape_char_token1] = ACTIONS(1708), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1708), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1708), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1708), - [aux_sym_forward_agent_token1] = ACTIONS(1708), - [aux_sym_forward_x11_token1] = ACTIONS(1710), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1708), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1708), - [aux_sym_gateway_ports_token1] = ACTIONS(1708), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1708), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1708), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1708), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1708), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1708), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1708), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1708), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1708), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1708), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1708), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1708), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1708), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1708), - [aux_sym_host_key_alias_token1] = ACTIONS(1708), - [aux_sym_hostname_token1] = ACTIONS(1708), - [aux_sym_identities_only_token1] = ACTIONS(1708), - [aux_sym_identity_agent_token1] = ACTIONS(1708), - [aux_sym_identity_file_token1] = ACTIONS(1708), - [aux_sym_ignore_unknown_token1] = ACTIONS(1708), - [aux_sym_include_token1] = ACTIONS(1708), - [aux_sym_ip_qos_token1] = ACTIONS(1708), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1708), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1708), - [aux_sym_kex_algorithms_token1] = ACTIONS(1708), - [aux_sym_known_hosts_command_token1] = ACTIONS(1708), - [aux_sym_local_command_token1] = ACTIONS(1708), - [aux_sym_local_forward_token1] = ACTIONS(1708), - [aux_sym_log_level_token1] = ACTIONS(1708), - [aux_sym_log_verbose_token1] = ACTIONS(1708), - [aux_sym_macs_token1] = ACTIONS(1708), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1708), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1708), - [aux_sym_password_authentication_token1] = ACTIONS(1708), - [aux_sym_permit_local_command_token1] = ACTIONS(1708), - [aux_sym_permit_remote_open_token1] = ACTIONS(1708), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1708), - [aux_sym_port_token1] = ACTIONS(1708), - [aux_sym_preferred_authentications_token1] = ACTIONS(1708), - [aux_sym_protocol_token1] = ACTIONS(1708), - [aux_sym_proxy_command_token1] = ACTIONS(1708), - [aux_sym_proxy_jump_token1] = ACTIONS(1708), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1708), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1708), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1708), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1708), - [aux_sym_rekey_limit_token1] = ACTIONS(1708), - [aux_sym_remote_command_token1] = ACTIONS(1708), - [aux_sym_remote_forward_token1] = ACTIONS(1708), - [aux_sym_request_tty_token1] = ACTIONS(1708), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1708), - [aux_sym_security_key_provider_token1] = ACTIONS(1708), - [aux_sym_send_env_token1] = ACTIONS(1708), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1708), - [aux_sym_server_alive_interval_token1] = ACTIONS(1708), - [aux_sym_session_type_token1] = ACTIONS(1708), - [aux_sym_set_env_token1] = ACTIONS(1708), - [aux_sym_stdin_null_token1] = ACTIONS(1708), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1708), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1708), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1708), - [aux_sym_syslog_facility_token1] = ACTIONS(1708), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1708), - [aux_sym_keep_alive_token1] = ACTIONS(1708), - [aux_sym_tunnel_token1] = ACTIONS(1710), - [aux_sym_tunnel_device_token1] = ACTIONS(1708), - [aux_sym_update_host_keys_token1] = ACTIONS(1708), - [aux_sym_use_keychain_token1] = ACTIONS(1708), - [aux_sym_use_roaming_token1] = ACTIONS(1708), - [aux_sym_user_token1] = ACTIONS(1710), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1708), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1708), - [aux_sym_visual_host_key_token1] = ACTIONS(1708), - [aux_sym_xauth_location_token1] = ACTIONS(1708), + [ts_builtin_sym_end] = ACTIONS(1713), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1715), + [anon_sym_DQUOTE] = ACTIONS(1717), + [aux_sym_match_token1] = ACTIONS(1713), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1713), + [aux_sym_address_family_token1] = ACTIONS(1713), + [aux_sym_batch_mode_token1] = ACTIONS(1713), + [aux_sym_bind_address_token1] = ACTIONS(1713), + [aux_sym_bind_interface_token1] = ACTIONS(1713), + [aux_sym_canonical_domains_token1] = ACTIONS(1713), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1713), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1713), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1713), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1713), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1713), + [aux_sym_certificate_file_token1] = ACTIONS(1713), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1713), + [aux_sym_check_host_ip_token1] = ACTIONS(1713), + [aux_sym_ciphers_token1] = ACTIONS(1713), + [aux_sym_cipher_token1] = ACTIONS(1715), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1713), + [aux_sym_compression_token1] = ACTIONS(1713), + [aux_sym_connection_attempts_token1] = ACTIONS(1713), + [aux_sym_connect_timeout_token1] = ACTIONS(1713), + [aux_sym_control_master_token1] = ACTIONS(1713), + [aux_sym_control_path_token1] = ACTIONS(1713), + [aux_sym_control_persist_token1] = ACTIONS(1713), + [aux_sym_dynamic_forward_token1] = ACTIONS(1713), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1713), + [aux_sym_escape_char_token1] = ACTIONS(1713), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1713), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1713), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1713), + [aux_sym_forward_agent_token1] = ACTIONS(1713), + [aux_sym_forward_x11_token1] = ACTIONS(1715), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1713), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1713), + [aux_sym_gateway_ports_token1] = ACTIONS(1713), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1713), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1713), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1713), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1713), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1713), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1713), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1713), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1713), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1713), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1713), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1713), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1713), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1713), + [aux_sym_host_key_alias_token1] = ACTIONS(1713), + [aux_sym_hostname_token1] = ACTIONS(1713), + [aux_sym_identities_only_token1] = ACTIONS(1713), + [aux_sym_identity_agent_token1] = ACTIONS(1713), + [aux_sym_identity_file_token1] = ACTIONS(1713), + [aux_sym_ignore_unknown_token1] = ACTIONS(1713), + [aux_sym_include_token1] = ACTIONS(1713), + [aux_sym_ip_qos_token1] = ACTIONS(1713), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1713), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1713), + [aux_sym_kex_algorithms_token1] = ACTIONS(1713), + [aux_sym_known_hosts_command_token1] = ACTIONS(1713), + [aux_sym_local_command_token1] = ACTIONS(1713), + [aux_sym_local_forward_token1] = ACTIONS(1713), + [aux_sym_log_level_token1] = ACTIONS(1713), + [aux_sym_log_verbose_token1] = ACTIONS(1713), + [aux_sym_macs_token1] = ACTIONS(1713), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1713), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1713), + [aux_sym_password_authentication_token1] = ACTIONS(1713), + [aux_sym_permit_local_command_token1] = ACTIONS(1713), + [aux_sym_permit_remote_open_token1] = ACTIONS(1713), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1713), + [aux_sym_port_token1] = ACTIONS(1713), + [aux_sym_preferred_authentications_token1] = ACTIONS(1713), + [aux_sym_protocol_token1] = ACTIONS(1713), + [aux_sym_proxy_command_token1] = ACTIONS(1713), + [aux_sym_proxy_jump_token1] = ACTIONS(1713), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1713), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1713), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1713), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1713), + [aux_sym_rekey_limit_token1] = ACTIONS(1713), + [aux_sym_remote_command_token1] = ACTIONS(1713), + [aux_sym_remote_forward_token1] = ACTIONS(1713), + [aux_sym_request_tty_token1] = ACTIONS(1713), + [aux_sym_required_rsa_size_token1] = ACTIONS(1713), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1713), + [aux_sym_security_key_provider_token1] = ACTIONS(1713), + [aux_sym_send_env_token1] = ACTIONS(1713), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1713), + [aux_sym_server_alive_interval_token1] = ACTIONS(1713), + [aux_sym_session_type_token1] = ACTIONS(1713), + [aux_sym_set_env_token1] = ACTIONS(1713), + [aux_sym_stdin_null_token1] = ACTIONS(1713), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1713), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1713), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1713), + [aux_sym_syslog_facility_token1] = ACTIONS(1713), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1713), + [aux_sym_keep_alive_token1] = ACTIONS(1713), + [aux_sym_tunnel_token1] = ACTIONS(1715), + [aux_sym_tunnel_device_token1] = ACTIONS(1713), + [aux_sym_update_host_keys_token1] = ACTIONS(1713), + [aux_sym_use_keychain_token1] = ACTIONS(1713), + [aux_sym_use_roaming_token1] = ACTIONS(1713), + [aux_sym_user_token1] = ACTIONS(1715), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1713), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1713), + [aux_sym_visual_host_key_token1] = ACTIONS(1713), + [aux_sym_xauth_location_token1] = ACTIONS(1713), }, [197] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1716), - [anon_sym_DQUOTE] = ACTIONS(1718), - [aux_sym_match_token1] = ACTIONS(1714), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1714), - [aux_sym_address_family_token1] = ACTIONS(1714), - [aux_sym_batch_mode_token1] = ACTIONS(1714), - [aux_sym_bind_address_token1] = ACTIONS(1714), - [aux_sym_bind_interface_token1] = ACTIONS(1714), - [aux_sym_canonical_domains_token1] = ACTIONS(1714), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1714), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1714), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1714), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1714), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1714), - [aux_sym_certificate_file_token1] = ACTIONS(1714), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1714), - [aux_sym_check_host_ip_token1] = ACTIONS(1714), - [aux_sym_ciphers_token1] = ACTIONS(1714), - [aux_sym_cipher_token1] = ACTIONS(1716), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1714), - [aux_sym_compression_token1] = ACTIONS(1714), - [aux_sym_connection_attempts_token1] = ACTIONS(1714), - [aux_sym_connect_timeout_token1] = ACTIONS(1714), - [aux_sym_control_master_token1] = ACTIONS(1714), - [aux_sym_control_path_token1] = ACTIONS(1714), - [aux_sym_control_persist_token1] = ACTIONS(1714), - [aux_sym_dynamic_forward_token1] = ACTIONS(1714), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1714), - [aux_sym_escape_char_token1] = ACTIONS(1714), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1714), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1714), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1714), - [aux_sym_forward_agent_token1] = ACTIONS(1714), - [aux_sym_forward_x11_token1] = ACTIONS(1716), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1714), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1714), - [aux_sym_gateway_ports_token1] = ACTIONS(1714), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1714), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1714), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1714), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1714), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1714), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1714), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1714), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1714), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1714), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1714), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1714), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1714), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1714), - [aux_sym_host_key_alias_token1] = ACTIONS(1714), - [aux_sym_hostname_token1] = ACTIONS(1714), - [aux_sym_identities_only_token1] = ACTIONS(1714), - [aux_sym_identity_agent_token1] = ACTIONS(1714), - [aux_sym_identity_file_token1] = ACTIONS(1714), - [aux_sym_ignore_unknown_token1] = ACTIONS(1714), - [aux_sym_include_token1] = ACTIONS(1714), - [aux_sym_ip_qos_token1] = ACTIONS(1714), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1714), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1714), - [aux_sym_kex_algorithms_token1] = ACTIONS(1714), - [aux_sym_known_hosts_command_token1] = ACTIONS(1714), - [aux_sym_local_command_token1] = ACTIONS(1714), - [aux_sym_local_forward_token1] = ACTIONS(1714), - [aux_sym_log_level_token1] = ACTIONS(1714), - [aux_sym_log_verbose_token1] = ACTIONS(1714), - [aux_sym_macs_token1] = ACTIONS(1714), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1714), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1714), - [aux_sym_password_authentication_token1] = ACTIONS(1714), - [aux_sym_permit_local_command_token1] = ACTIONS(1714), - [aux_sym_permit_remote_open_token1] = ACTIONS(1714), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1714), - [aux_sym_port_token1] = ACTIONS(1714), - [aux_sym_preferred_authentications_token1] = ACTIONS(1714), - [aux_sym_protocol_token1] = ACTIONS(1714), - [aux_sym_proxy_command_token1] = ACTIONS(1714), - [aux_sym_proxy_jump_token1] = ACTIONS(1714), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1714), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1714), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1714), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1714), - [aux_sym_rekey_limit_token1] = ACTIONS(1714), - [aux_sym_remote_command_token1] = ACTIONS(1714), - [aux_sym_remote_forward_token1] = ACTIONS(1714), - [aux_sym_request_tty_token1] = ACTIONS(1714), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1714), - [aux_sym_security_key_provider_token1] = ACTIONS(1714), - [aux_sym_send_env_token1] = ACTIONS(1714), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1714), - [aux_sym_server_alive_interval_token1] = ACTIONS(1714), - [aux_sym_session_type_token1] = ACTIONS(1714), - [aux_sym_set_env_token1] = ACTIONS(1714), - [aux_sym_stdin_null_token1] = ACTIONS(1714), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1714), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1714), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1714), - [aux_sym_syslog_facility_token1] = ACTIONS(1714), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1714), - [aux_sym_keep_alive_token1] = ACTIONS(1714), - [aux_sym_tunnel_token1] = ACTIONS(1716), - [aux_sym_tunnel_device_token1] = ACTIONS(1714), - [aux_sym_update_host_keys_token1] = ACTIONS(1714), - [aux_sym_use_keychain_token1] = ACTIONS(1714), - [aux_sym_use_roaming_token1] = ACTIONS(1714), - [aux_sym_user_token1] = ACTIONS(1716), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1714), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1714), - [aux_sym_visual_host_key_token1] = ACTIONS(1714), - [aux_sym_xauth_location_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1719), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1721), + [anon_sym_DQUOTE] = ACTIONS(1723), + [aux_sym_match_token1] = ACTIONS(1719), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1719), + [aux_sym_address_family_token1] = ACTIONS(1719), + [aux_sym_batch_mode_token1] = ACTIONS(1719), + [aux_sym_bind_address_token1] = ACTIONS(1719), + [aux_sym_bind_interface_token1] = ACTIONS(1719), + [aux_sym_canonical_domains_token1] = ACTIONS(1719), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1719), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1719), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1719), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1719), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1719), + [aux_sym_certificate_file_token1] = ACTIONS(1719), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1719), + [aux_sym_check_host_ip_token1] = ACTIONS(1719), + [aux_sym_ciphers_token1] = ACTIONS(1719), + [aux_sym_cipher_token1] = ACTIONS(1721), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1719), + [aux_sym_compression_token1] = ACTIONS(1719), + [aux_sym_connection_attempts_token1] = ACTIONS(1719), + [aux_sym_connect_timeout_token1] = ACTIONS(1719), + [aux_sym_control_master_token1] = ACTIONS(1719), + [aux_sym_control_path_token1] = ACTIONS(1719), + [aux_sym_control_persist_token1] = ACTIONS(1719), + [aux_sym_dynamic_forward_token1] = ACTIONS(1719), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1719), + [aux_sym_escape_char_token1] = ACTIONS(1719), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1719), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1719), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1719), + [aux_sym_forward_agent_token1] = ACTIONS(1719), + [aux_sym_forward_x11_token1] = ACTIONS(1721), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1719), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1719), + [aux_sym_gateway_ports_token1] = ACTIONS(1719), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1719), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1719), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1719), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1719), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1719), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1719), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1719), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1719), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1719), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1719), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1719), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1719), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1719), + [aux_sym_host_key_alias_token1] = ACTIONS(1719), + [aux_sym_hostname_token1] = ACTIONS(1719), + [aux_sym_identities_only_token1] = ACTIONS(1719), + [aux_sym_identity_agent_token1] = ACTIONS(1719), + [aux_sym_identity_file_token1] = ACTIONS(1719), + [aux_sym_ignore_unknown_token1] = ACTIONS(1719), + [aux_sym_include_token1] = ACTIONS(1719), + [aux_sym_ip_qos_token1] = ACTIONS(1719), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1719), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1719), + [aux_sym_kex_algorithms_token1] = ACTIONS(1719), + [aux_sym_known_hosts_command_token1] = ACTIONS(1719), + [aux_sym_local_command_token1] = ACTIONS(1719), + [aux_sym_local_forward_token1] = ACTIONS(1719), + [aux_sym_log_level_token1] = ACTIONS(1719), + [aux_sym_log_verbose_token1] = ACTIONS(1719), + [aux_sym_macs_token1] = ACTIONS(1719), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1719), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1719), + [aux_sym_password_authentication_token1] = ACTIONS(1719), + [aux_sym_permit_local_command_token1] = ACTIONS(1719), + [aux_sym_permit_remote_open_token1] = ACTIONS(1719), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1719), + [aux_sym_port_token1] = ACTIONS(1719), + [aux_sym_preferred_authentications_token1] = ACTIONS(1719), + [aux_sym_protocol_token1] = ACTIONS(1719), + [aux_sym_proxy_command_token1] = ACTIONS(1719), + [aux_sym_proxy_jump_token1] = ACTIONS(1719), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1719), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1719), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1719), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1719), + [aux_sym_rekey_limit_token1] = ACTIONS(1719), + [aux_sym_remote_command_token1] = ACTIONS(1719), + [aux_sym_remote_forward_token1] = ACTIONS(1719), + [aux_sym_request_tty_token1] = ACTIONS(1719), + [aux_sym_required_rsa_size_token1] = ACTIONS(1719), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1719), + [aux_sym_security_key_provider_token1] = ACTIONS(1719), + [aux_sym_send_env_token1] = ACTIONS(1719), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1719), + [aux_sym_server_alive_interval_token1] = ACTIONS(1719), + [aux_sym_session_type_token1] = ACTIONS(1719), + [aux_sym_set_env_token1] = ACTIONS(1719), + [aux_sym_stdin_null_token1] = ACTIONS(1719), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1719), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1719), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1719), + [aux_sym_syslog_facility_token1] = ACTIONS(1719), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1719), + [aux_sym_keep_alive_token1] = ACTIONS(1719), + [aux_sym_tunnel_token1] = ACTIONS(1721), + [aux_sym_tunnel_device_token1] = ACTIONS(1719), + [aux_sym_update_host_keys_token1] = ACTIONS(1719), + [aux_sym_use_keychain_token1] = ACTIONS(1719), + [aux_sym_use_roaming_token1] = ACTIONS(1719), + [aux_sym_user_token1] = ACTIONS(1721), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1719), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1719), + [aux_sym_visual_host_key_token1] = ACTIONS(1719), + [aux_sym_xauth_location_token1] = ACTIONS(1719), }, [198] = { - [ts_builtin_sym_end] = ACTIONS(1720), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1722), - [anon_sym_DQUOTE] = ACTIONS(1724), - [aux_sym_match_token1] = ACTIONS(1720), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1720), - [aux_sym_address_family_token1] = ACTIONS(1720), - [aux_sym_batch_mode_token1] = ACTIONS(1720), - [aux_sym_bind_address_token1] = ACTIONS(1720), - [aux_sym_bind_interface_token1] = ACTIONS(1720), - [aux_sym_canonical_domains_token1] = ACTIONS(1720), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1720), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1720), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1720), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1720), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1720), - [aux_sym_certificate_file_token1] = ACTIONS(1720), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1720), - [aux_sym_check_host_ip_token1] = ACTIONS(1720), - [aux_sym_ciphers_token1] = ACTIONS(1720), - [aux_sym_cipher_token1] = ACTIONS(1722), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1720), - [aux_sym_compression_token1] = ACTIONS(1720), - [aux_sym_connection_attempts_token1] = ACTIONS(1720), - [aux_sym_connect_timeout_token1] = ACTIONS(1720), - [aux_sym_control_master_token1] = ACTIONS(1720), - [aux_sym_control_path_token1] = ACTIONS(1720), - [aux_sym_control_persist_token1] = ACTIONS(1720), - [aux_sym_dynamic_forward_token1] = ACTIONS(1720), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1720), - [aux_sym_escape_char_token1] = ACTIONS(1720), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1720), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1720), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1720), - [aux_sym_forward_agent_token1] = ACTIONS(1720), - [aux_sym_forward_x11_token1] = ACTIONS(1722), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1720), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1720), - [aux_sym_gateway_ports_token1] = ACTIONS(1720), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1720), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1720), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1720), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1720), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1720), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1720), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1720), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1720), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1720), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1720), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1720), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1720), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1720), - [aux_sym_host_key_alias_token1] = ACTIONS(1720), - [aux_sym_hostname_token1] = ACTIONS(1720), - [aux_sym_identities_only_token1] = ACTIONS(1720), - [aux_sym_identity_agent_token1] = ACTIONS(1720), - [aux_sym_identity_file_token1] = ACTIONS(1720), - [aux_sym_ignore_unknown_token1] = ACTIONS(1720), - [aux_sym_include_token1] = ACTIONS(1720), - [aux_sym_ip_qos_token1] = ACTIONS(1720), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1720), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1720), - [aux_sym_kex_algorithms_token1] = ACTIONS(1720), - [aux_sym_known_hosts_command_token1] = ACTIONS(1720), - [aux_sym_local_command_token1] = ACTIONS(1720), - [aux_sym_local_forward_token1] = ACTIONS(1720), - [aux_sym_log_level_token1] = ACTIONS(1720), - [aux_sym_log_verbose_token1] = ACTIONS(1720), - [aux_sym_macs_token1] = ACTIONS(1720), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1720), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1720), - [aux_sym_password_authentication_token1] = ACTIONS(1720), - [aux_sym_permit_local_command_token1] = ACTIONS(1720), - [aux_sym_permit_remote_open_token1] = ACTIONS(1720), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1720), - [aux_sym_port_token1] = ACTIONS(1720), - [aux_sym_preferred_authentications_token1] = ACTIONS(1720), - [aux_sym_protocol_token1] = ACTIONS(1720), - [aux_sym_proxy_command_token1] = ACTIONS(1720), - [aux_sym_proxy_jump_token1] = ACTIONS(1720), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1720), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1720), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1720), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1720), - [aux_sym_rekey_limit_token1] = ACTIONS(1720), - [aux_sym_remote_command_token1] = ACTIONS(1720), - [aux_sym_remote_forward_token1] = ACTIONS(1720), - [aux_sym_request_tty_token1] = ACTIONS(1720), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1720), - [aux_sym_security_key_provider_token1] = ACTIONS(1720), - [aux_sym_send_env_token1] = ACTIONS(1720), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1720), - [aux_sym_server_alive_interval_token1] = ACTIONS(1720), - [aux_sym_session_type_token1] = ACTIONS(1720), - [aux_sym_set_env_token1] = ACTIONS(1720), - [aux_sym_stdin_null_token1] = ACTIONS(1720), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1720), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1720), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1720), - [aux_sym_syslog_facility_token1] = ACTIONS(1720), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1720), - [aux_sym_keep_alive_token1] = ACTIONS(1720), - [aux_sym_tunnel_token1] = ACTIONS(1722), - [aux_sym_tunnel_device_token1] = ACTIONS(1720), - [aux_sym_update_host_keys_token1] = ACTIONS(1720), - [aux_sym_use_keychain_token1] = ACTIONS(1720), - [aux_sym_use_roaming_token1] = ACTIONS(1720), - [aux_sym_user_token1] = ACTIONS(1722), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1720), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1720), - [aux_sym_visual_host_key_token1] = ACTIONS(1720), - [aux_sym_xauth_location_token1] = ACTIONS(1720), + [ts_builtin_sym_end] = ACTIONS(1725), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1727), + [anon_sym_DQUOTE] = ACTIONS(1729), + [aux_sym_match_token1] = ACTIONS(1725), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1725), + [aux_sym_address_family_token1] = ACTIONS(1725), + [aux_sym_batch_mode_token1] = ACTIONS(1725), + [aux_sym_bind_address_token1] = ACTIONS(1725), + [aux_sym_bind_interface_token1] = ACTIONS(1725), + [aux_sym_canonical_domains_token1] = ACTIONS(1725), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1725), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1725), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1725), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1725), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1725), + [aux_sym_certificate_file_token1] = ACTIONS(1725), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1725), + [aux_sym_check_host_ip_token1] = ACTIONS(1725), + [aux_sym_ciphers_token1] = ACTIONS(1725), + [aux_sym_cipher_token1] = ACTIONS(1727), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1725), + [aux_sym_compression_token1] = ACTIONS(1725), + [aux_sym_connection_attempts_token1] = ACTIONS(1725), + [aux_sym_connect_timeout_token1] = ACTIONS(1725), + [aux_sym_control_master_token1] = ACTIONS(1725), + [aux_sym_control_path_token1] = ACTIONS(1725), + [aux_sym_control_persist_token1] = ACTIONS(1725), + [aux_sym_dynamic_forward_token1] = ACTIONS(1725), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1725), + [aux_sym_escape_char_token1] = ACTIONS(1725), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1725), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1725), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1725), + [aux_sym_forward_agent_token1] = ACTIONS(1725), + [aux_sym_forward_x11_token1] = ACTIONS(1727), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1725), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1725), + [aux_sym_gateway_ports_token1] = ACTIONS(1725), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1725), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1725), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1725), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1725), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1725), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1725), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1725), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1725), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1725), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1725), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1725), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1725), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1725), + [aux_sym_host_key_alias_token1] = ACTIONS(1725), + [aux_sym_hostname_token1] = ACTIONS(1725), + [aux_sym_identities_only_token1] = ACTIONS(1725), + [aux_sym_identity_agent_token1] = ACTIONS(1725), + [aux_sym_identity_file_token1] = ACTIONS(1725), + [aux_sym_ignore_unknown_token1] = ACTIONS(1725), + [aux_sym_include_token1] = ACTIONS(1725), + [aux_sym_ip_qos_token1] = ACTIONS(1725), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1725), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1725), + [aux_sym_kex_algorithms_token1] = ACTIONS(1725), + [aux_sym_known_hosts_command_token1] = ACTIONS(1725), + [aux_sym_local_command_token1] = ACTIONS(1725), + [aux_sym_local_forward_token1] = ACTIONS(1725), + [aux_sym_log_level_token1] = ACTIONS(1725), + [aux_sym_log_verbose_token1] = ACTIONS(1725), + [aux_sym_macs_token1] = ACTIONS(1725), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1725), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1725), + [aux_sym_password_authentication_token1] = ACTIONS(1725), + [aux_sym_permit_local_command_token1] = ACTIONS(1725), + [aux_sym_permit_remote_open_token1] = ACTIONS(1725), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1725), + [aux_sym_port_token1] = ACTIONS(1725), + [aux_sym_preferred_authentications_token1] = ACTIONS(1725), + [aux_sym_protocol_token1] = ACTIONS(1725), + [aux_sym_proxy_command_token1] = ACTIONS(1725), + [aux_sym_proxy_jump_token1] = ACTIONS(1725), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1725), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1725), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1725), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1725), + [aux_sym_rekey_limit_token1] = ACTIONS(1725), + [aux_sym_remote_command_token1] = ACTIONS(1725), + [aux_sym_remote_forward_token1] = ACTIONS(1725), + [aux_sym_request_tty_token1] = ACTIONS(1725), + [aux_sym_required_rsa_size_token1] = ACTIONS(1725), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1725), + [aux_sym_security_key_provider_token1] = ACTIONS(1725), + [aux_sym_send_env_token1] = ACTIONS(1725), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1725), + [aux_sym_server_alive_interval_token1] = ACTIONS(1725), + [aux_sym_session_type_token1] = ACTIONS(1725), + [aux_sym_set_env_token1] = ACTIONS(1725), + [aux_sym_stdin_null_token1] = ACTIONS(1725), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1725), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1725), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1725), + [aux_sym_syslog_facility_token1] = ACTIONS(1725), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1725), + [aux_sym_keep_alive_token1] = ACTIONS(1725), + [aux_sym_tunnel_token1] = ACTIONS(1727), + [aux_sym_tunnel_device_token1] = ACTIONS(1725), + [aux_sym_update_host_keys_token1] = ACTIONS(1725), + [aux_sym_use_keychain_token1] = ACTIONS(1725), + [aux_sym_use_roaming_token1] = ACTIONS(1725), + [aux_sym_user_token1] = ACTIONS(1727), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1725), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1725), + [aux_sym_visual_host_key_token1] = ACTIONS(1725), + [aux_sym_xauth_location_token1] = ACTIONS(1725), }, [199] = { - [ts_builtin_sym_end] = ACTIONS(1726), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1728), - [anon_sym_DQUOTE] = ACTIONS(1730), - [aux_sym_match_token1] = ACTIONS(1726), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1726), - [aux_sym_address_family_token1] = ACTIONS(1726), - [aux_sym_batch_mode_token1] = ACTIONS(1726), - [aux_sym_bind_address_token1] = ACTIONS(1726), - [aux_sym_bind_interface_token1] = ACTIONS(1726), - [aux_sym_canonical_domains_token1] = ACTIONS(1726), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1726), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1726), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1726), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1726), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1726), - [aux_sym_certificate_file_token1] = ACTIONS(1726), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1726), - [aux_sym_check_host_ip_token1] = ACTIONS(1726), - [aux_sym_ciphers_token1] = ACTIONS(1726), - [aux_sym_cipher_token1] = ACTIONS(1728), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1726), - [aux_sym_compression_token1] = ACTIONS(1726), - [aux_sym_connection_attempts_token1] = ACTIONS(1726), - [aux_sym_connect_timeout_token1] = ACTIONS(1726), - [aux_sym_control_master_token1] = ACTIONS(1726), - [aux_sym_control_path_token1] = ACTIONS(1726), - [aux_sym_control_persist_token1] = ACTIONS(1726), - [aux_sym_dynamic_forward_token1] = ACTIONS(1726), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1726), - [aux_sym_escape_char_token1] = ACTIONS(1726), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1726), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1726), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1726), - [aux_sym_forward_agent_token1] = ACTIONS(1726), - [aux_sym_forward_x11_token1] = ACTIONS(1728), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1726), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1726), - [aux_sym_gateway_ports_token1] = ACTIONS(1726), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1726), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1726), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1726), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1726), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1726), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1726), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1726), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1726), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1726), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1726), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1726), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1726), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1726), - [aux_sym_host_key_alias_token1] = ACTIONS(1726), - [aux_sym_hostname_token1] = ACTIONS(1726), - [aux_sym_identities_only_token1] = ACTIONS(1726), - [aux_sym_identity_agent_token1] = ACTIONS(1726), - [aux_sym_identity_file_token1] = ACTIONS(1726), - [aux_sym_ignore_unknown_token1] = ACTIONS(1726), - [aux_sym_include_token1] = ACTIONS(1726), - [aux_sym_ip_qos_token1] = ACTIONS(1726), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1726), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1726), - [aux_sym_kex_algorithms_token1] = ACTIONS(1726), - [aux_sym_known_hosts_command_token1] = ACTIONS(1726), - [aux_sym_local_command_token1] = ACTIONS(1726), - [aux_sym_local_forward_token1] = ACTIONS(1726), - [aux_sym_log_level_token1] = ACTIONS(1726), - [aux_sym_log_verbose_token1] = ACTIONS(1726), - [aux_sym_macs_token1] = ACTIONS(1726), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1726), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1726), - [aux_sym_password_authentication_token1] = ACTIONS(1726), - [aux_sym_permit_local_command_token1] = ACTIONS(1726), - [aux_sym_permit_remote_open_token1] = ACTIONS(1726), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1726), - [aux_sym_port_token1] = ACTIONS(1726), - [aux_sym_preferred_authentications_token1] = ACTIONS(1726), - [aux_sym_protocol_token1] = ACTIONS(1726), - [aux_sym_proxy_command_token1] = ACTIONS(1726), - [aux_sym_proxy_jump_token1] = ACTIONS(1726), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1726), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1726), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1726), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1726), - [aux_sym_rekey_limit_token1] = ACTIONS(1726), - [aux_sym_remote_command_token1] = ACTIONS(1726), - [aux_sym_remote_forward_token1] = ACTIONS(1726), - [aux_sym_request_tty_token1] = ACTIONS(1726), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1726), - [aux_sym_security_key_provider_token1] = ACTIONS(1726), - [aux_sym_send_env_token1] = ACTIONS(1726), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1726), - [aux_sym_server_alive_interval_token1] = ACTIONS(1726), - [aux_sym_session_type_token1] = ACTIONS(1726), - [aux_sym_set_env_token1] = ACTIONS(1726), - [aux_sym_stdin_null_token1] = ACTIONS(1726), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1726), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1726), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1726), - [aux_sym_syslog_facility_token1] = ACTIONS(1726), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1726), - [aux_sym_keep_alive_token1] = ACTIONS(1726), - [aux_sym_tunnel_token1] = ACTIONS(1728), - [aux_sym_tunnel_device_token1] = ACTIONS(1726), - [aux_sym_update_host_keys_token1] = ACTIONS(1726), - [aux_sym_use_keychain_token1] = ACTIONS(1726), - [aux_sym_use_roaming_token1] = ACTIONS(1726), - [aux_sym_user_token1] = ACTIONS(1728), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1726), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1726), - [aux_sym_visual_host_key_token1] = ACTIONS(1726), - [aux_sym_xauth_location_token1] = ACTIONS(1726), + [ts_builtin_sym_end] = ACTIONS(1731), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1733), + [anon_sym_DQUOTE] = ACTIONS(1735), + [aux_sym_match_token1] = ACTIONS(1731), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1731), + [aux_sym_address_family_token1] = ACTIONS(1731), + [aux_sym_batch_mode_token1] = ACTIONS(1731), + [aux_sym_bind_address_token1] = ACTIONS(1731), + [aux_sym_bind_interface_token1] = ACTIONS(1731), + [aux_sym_canonical_domains_token1] = ACTIONS(1731), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1731), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1731), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1731), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1731), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1731), + [aux_sym_certificate_file_token1] = ACTIONS(1731), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1731), + [aux_sym_check_host_ip_token1] = ACTIONS(1731), + [aux_sym_ciphers_token1] = ACTIONS(1731), + [aux_sym_cipher_token1] = ACTIONS(1733), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1731), + [aux_sym_compression_token1] = ACTIONS(1731), + [aux_sym_connection_attempts_token1] = ACTIONS(1731), + [aux_sym_connect_timeout_token1] = ACTIONS(1731), + [aux_sym_control_master_token1] = ACTIONS(1731), + [aux_sym_control_path_token1] = ACTIONS(1731), + [aux_sym_control_persist_token1] = ACTIONS(1731), + [aux_sym_dynamic_forward_token1] = ACTIONS(1731), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1731), + [aux_sym_escape_char_token1] = ACTIONS(1731), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1731), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1731), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1731), + [aux_sym_forward_agent_token1] = ACTIONS(1731), + [aux_sym_forward_x11_token1] = ACTIONS(1733), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1731), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1731), + [aux_sym_gateway_ports_token1] = ACTIONS(1731), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1731), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1731), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1731), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1731), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1731), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1731), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1731), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1731), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1731), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1731), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1731), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1731), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1731), + [aux_sym_host_key_alias_token1] = ACTIONS(1731), + [aux_sym_hostname_token1] = ACTIONS(1731), + [aux_sym_identities_only_token1] = ACTIONS(1731), + [aux_sym_identity_agent_token1] = ACTIONS(1731), + [aux_sym_identity_file_token1] = ACTIONS(1731), + [aux_sym_ignore_unknown_token1] = ACTIONS(1731), + [aux_sym_include_token1] = ACTIONS(1731), + [aux_sym_ip_qos_token1] = ACTIONS(1731), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1731), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1731), + [aux_sym_kex_algorithms_token1] = ACTIONS(1731), + [aux_sym_known_hosts_command_token1] = ACTIONS(1731), + [aux_sym_local_command_token1] = ACTIONS(1731), + [aux_sym_local_forward_token1] = ACTIONS(1731), + [aux_sym_log_level_token1] = ACTIONS(1731), + [aux_sym_log_verbose_token1] = ACTIONS(1731), + [aux_sym_macs_token1] = ACTIONS(1731), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1731), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1731), + [aux_sym_password_authentication_token1] = ACTIONS(1731), + [aux_sym_permit_local_command_token1] = ACTIONS(1731), + [aux_sym_permit_remote_open_token1] = ACTIONS(1731), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1731), + [aux_sym_port_token1] = ACTIONS(1731), + [aux_sym_preferred_authentications_token1] = ACTIONS(1731), + [aux_sym_protocol_token1] = ACTIONS(1731), + [aux_sym_proxy_command_token1] = ACTIONS(1731), + [aux_sym_proxy_jump_token1] = ACTIONS(1731), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1731), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1731), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1731), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1731), + [aux_sym_rekey_limit_token1] = ACTIONS(1731), + [aux_sym_remote_command_token1] = ACTIONS(1731), + [aux_sym_remote_forward_token1] = ACTIONS(1731), + [aux_sym_request_tty_token1] = ACTIONS(1731), + [aux_sym_required_rsa_size_token1] = ACTIONS(1731), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1731), + [aux_sym_security_key_provider_token1] = ACTIONS(1731), + [aux_sym_send_env_token1] = ACTIONS(1731), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1731), + [aux_sym_server_alive_interval_token1] = ACTIONS(1731), + [aux_sym_session_type_token1] = ACTIONS(1731), + [aux_sym_set_env_token1] = ACTIONS(1731), + [aux_sym_stdin_null_token1] = ACTIONS(1731), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1731), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1731), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1731), + [aux_sym_syslog_facility_token1] = ACTIONS(1731), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1731), + [aux_sym_keep_alive_token1] = ACTIONS(1731), + [aux_sym_tunnel_token1] = ACTIONS(1733), + [aux_sym_tunnel_device_token1] = ACTIONS(1731), + [aux_sym_update_host_keys_token1] = ACTIONS(1731), + [aux_sym_use_keychain_token1] = ACTIONS(1731), + [aux_sym_use_roaming_token1] = ACTIONS(1731), + [aux_sym_user_token1] = ACTIONS(1733), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1731), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1731), + [aux_sym_visual_host_key_token1] = ACTIONS(1731), + [aux_sym_xauth_location_token1] = ACTIONS(1731), }, [200] = { - [ts_builtin_sym_end] = ACTIONS(1732), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1734), - [anon_sym_DQUOTE] = ACTIONS(1736), - [aux_sym_match_token1] = ACTIONS(1732), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1732), - [aux_sym_address_family_token1] = ACTIONS(1732), - [aux_sym_batch_mode_token1] = ACTIONS(1732), - [aux_sym_bind_address_token1] = ACTIONS(1732), - [aux_sym_bind_interface_token1] = ACTIONS(1732), - [aux_sym_canonical_domains_token1] = ACTIONS(1732), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1732), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1732), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1732), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1732), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1732), - [aux_sym_certificate_file_token1] = ACTIONS(1732), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1732), - [aux_sym_check_host_ip_token1] = ACTIONS(1732), - [aux_sym_ciphers_token1] = ACTIONS(1732), - [aux_sym_cipher_token1] = ACTIONS(1734), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1732), - [aux_sym_compression_token1] = ACTIONS(1732), - [aux_sym_connection_attempts_token1] = ACTIONS(1732), - [aux_sym_connect_timeout_token1] = ACTIONS(1732), - [aux_sym_control_master_token1] = ACTIONS(1732), - [aux_sym_control_path_token1] = ACTIONS(1732), - [aux_sym_control_persist_token1] = ACTIONS(1732), - [aux_sym_dynamic_forward_token1] = ACTIONS(1732), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1732), - [aux_sym_escape_char_token1] = ACTIONS(1732), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1732), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1732), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1732), - [aux_sym_forward_agent_token1] = ACTIONS(1732), - [aux_sym_forward_x11_token1] = ACTIONS(1734), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1732), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1732), - [aux_sym_gateway_ports_token1] = ACTIONS(1732), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1732), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1732), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1732), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1732), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1732), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1732), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1732), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1732), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1732), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1732), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1732), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1732), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1732), - [aux_sym_host_key_alias_token1] = ACTIONS(1732), - [aux_sym_hostname_token1] = ACTIONS(1732), - [aux_sym_identities_only_token1] = ACTIONS(1732), - [aux_sym_identity_agent_token1] = ACTIONS(1732), - [aux_sym_identity_file_token1] = ACTIONS(1732), - [aux_sym_ignore_unknown_token1] = ACTIONS(1732), - [aux_sym_include_token1] = ACTIONS(1732), - [aux_sym_ip_qos_token1] = ACTIONS(1732), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1732), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1732), - [aux_sym_kex_algorithms_token1] = ACTIONS(1732), - [aux_sym_known_hosts_command_token1] = ACTIONS(1732), - [aux_sym_local_command_token1] = ACTIONS(1732), - [aux_sym_local_forward_token1] = ACTIONS(1732), - [aux_sym_log_level_token1] = ACTIONS(1732), - [aux_sym_log_verbose_token1] = ACTIONS(1732), - [aux_sym_macs_token1] = ACTIONS(1732), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1732), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1732), - [aux_sym_password_authentication_token1] = ACTIONS(1732), - [aux_sym_permit_local_command_token1] = ACTIONS(1732), - [aux_sym_permit_remote_open_token1] = ACTIONS(1732), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1732), - [aux_sym_port_token1] = ACTIONS(1732), - [aux_sym_preferred_authentications_token1] = ACTIONS(1732), - [aux_sym_protocol_token1] = ACTIONS(1732), - [aux_sym_proxy_command_token1] = ACTIONS(1732), - [aux_sym_proxy_jump_token1] = ACTIONS(1732), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1732), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1732), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1732), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1732), - [aux_sym_rekey_limit_token1] = ACTIONS(1732), - [aux_sym_remote_command_token1] = ACTIONS(1732), - [aux_sym_remote_forward_token1] = ACTIONS(1732), - [aux_sym_request_tty_token1] = ACTIONS(1732), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1732), - [aux_sym_security_key_provider_token1] = ACTIONS(1732), - [aux_sym_send_env_token1] = ACTIONS(1732), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1732), - [aux_sym_server_alive_interval_token1] = ACTIONS(1732), - [aux_sym_session_type_token1] = ACTIONS(1732), - [aux_sym_set_env_token1] = ACTIONS(1732), - [aux_sym_stdin_null_token1] = ACTIONS(1732), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1732), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1732), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1732), - [aux_sym_syslog_facility_token1] = ACTIONS(1732), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1732), - [aux_sym_keep_alive_token1] = ACTIONS(1732), - [aux_sym_tunnel_token1] = ACTIONS(1734), - [aux_sym_tunnel_device_token1] = ACTIONS(1732), - [aux_sym_update_host_keys_token1] = ACTIONS(1732), - [aux_sym_use_keychain_token1] = ACTIONS(1732), - [aux_sym_use_roaming_token1] = ACTIONS(1732), - [aux_sym_user_token1] = ACTIONS(1734), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1732), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1732), - [aux_sym_visual_host_key_token1] = ACTIONS(1732), - [aux_sym_xauth_location_token1] = ACTIONS(1732), + [ts_builtin_sym_end] = ACTIONS(1737), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1739), + [anon_sym_DQUOTE] = ACTIONS(1741), + [aux_sym_match_token1] = ACTIONS(1737), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1737), + [aux_sym_address_family_token1] = ACTIONS(1737), + [aux_sym_batch_mode_token1] = ACTIONS(1737), + [aux_sym_bind_address_token1] = ACTIONS(1737), + [aux_sym_bind_interface_token1] = ACTIONS(1737), + [aux_sym_canonical_domains_token1] = ACTIONS(1737), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1737), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1737), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1737), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1737), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1737), + [aux_sym_certificate_file_token1] = ACTIONS(1737), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1737), + [aux_sym_check_host_ip_token1] = ACTIONS(1737), + [aux_sym_ciphers_token1] = ACTIONS(1737), + [aux_sym_cipher_token1] = ACTIONS(1739), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1737), + [aux_sym_compression_token1] = ACTIONS(1737), + [aux_sym_connection_attempts_token1] = ACTIONS(1737), + [aux_sym_connect_timeout_token1] = ACTIONS(1737), + [aux_sym_control_master_token1] = ACTIONS(1737), + [aux_sym_control_path_token1] = ACTIONS(1737), + [aux_sym_control_persist_token1] = ACTIONS(1737), + [aux_sym_dynamic_forward_token1] = ACTIONS(1737), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1737), + [aux_sym_escape_char_token1] = ACTIONS(1737), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1737), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1737), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1737), + [aux_sym_forward_agent_token1] = ACTIONS(1737), + [aux_sym_forward_x11_token1] = ACTIONS(1739), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1737), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1737), + [aux_sym_gateway_ports_token1] = ACTIONS(1737), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1737), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1737), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1737), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1737), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1737), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1737), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1737), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1737), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1737), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1737), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1737), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1737), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1737), + [aux_sym_host_key_alias_token1] = ACTIONS(1737), + [aux_sym_hostname_token1] = ACTIONS(1737), + [aux_sym_identities_only_token1] = ACTIONS(1737), + [aux_sym_identity_agent_token1] = ACTIONS(1737), + [aux_sym_identity_file_token1] = ACTIONS(1737), + [aux_sym_ignore_unknown_token1] = ACTIONS(1737), + [aux_sym_include_token1] = ACTIONS(1737), + [aux_sym_ip_qos_token1] = ACTIONS(1737), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1737), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1737), + [aux_sym_kex_algorithms_token1] = ACTIONS(1737), + [aux_sym_known_hosts_command_token1] = ACTIONS(1737), + [aux_sym_local_command_token1] = ACTIONS(1737), + [aux_sym_local_forward_token1] = ACTIONS(1737), + [aux_sym_log_level_token1] = ACTIONS(1737), + [aux_sym_log_verbose_token1] = ACTIONS(1737), + [aux_sym_macs_token1] = ACTIONS(1737), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1737), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1737), + [aux_sym_password_authentication_token1] = ACTIONS(1737), + [aux_sym_permit_local_command_token1] = ACTIONS(1737), + [aux_sym_permit_remote_open_token1] = ACTIONS(1737), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1737), + [aux_sym_port_token1] = ACTIONS(1737), + [aux_sym_preferred_authentications_token1] = ACTIONS(1737), + [aux_sym_protocol_token1] = ACTIONS(1737), + [aux_sym_proxy_command_token1] = ACTIONS(1737), + [aux_sym_proxy_jump_token1] = ACTIONS(1737), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1737), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1737), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1737), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1737), + [aux_sym_rekey_limit_token1] = ACTIONS(1737), + [aux_sym_remote_command_token1] = ACTIONS(1737), + [aux_sym_remote_forward_token1] = ACTIONS(1737), + [aux_sym_request_tty_token1] = ACTIONS(1737), + [aux_sym_required_rsa_size_token1] = ACTIONS(1737), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1737), + [aux_sym_security_key_provider_token1] = ACTIONS(1737), + [aux_sym_send_env_token1] = ACTIONS(1737), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1737), + [aux_sym_server_alive_interval_token1] = ACTIONS(1737), + [aux_sym_session_type_token1] = ACTIONS(1737), + [aux_sym_set_env_token1] = ACTIONS(1737), + [aux_sym_stdin_null_token1] = ACTIONS(1737), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1737), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1737), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1737), + [aux_sym_syslog_facility_token1] = ACTIONS(1737), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1737), + [aux_sym_keep_alive_token1] = ACTIONS(1737), + [aux_sym_tunnel_token1] = ACTIONS(1739), + [aux_sym_tunnel_device_token1] = ACTIONS(1737), + [aux_sym_update_host_keys_token1] = ACTIONS(1737), + [aux_sym_use_keychain_token1] = ACTIONS(1737), + [aux_sym_use_roaming_token1] = ACTIONS(1737), + [aux_sym_user_token1] = ACTIONS(1739), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1737), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1737), + [aux_sym_visual_host_key_token1] = ACTIONS(1737), + [aux_sym_xauth_location_token1] = ACTIONS(1737), }, [201] = { - [ts_builtin_sym_end] = ACTIONS(1738), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1740), - [anon_sym_DQUOTE] = ACTIONS(1742), - [aux_sym_match_token1] = ACTIONS(1738), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1738), - [aux_sym_address_family_token1] = ACTIONS(1738), - [aux_sym_batch_mode_token1] = ACTIONS(1738), - [aux_sym_bind_address_token1] = ACTIONS(1738), - [aux_sym_bind_interface_token1] = ACTIONS(1738), - [aux_sym_canonical_domains_token1] = ACTIONS(1738), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1738), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1738), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1738), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1738), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1738), - [aux_sym_certificate_file_token1] = ACTIONS(1738), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1738), - [aux_sym_check_host_ip_token1] = ACTIONS(1738), - [aux_sym_ciphers_token1] = ACTIONS(1738), - [aux_sym_cipher_token1] = ACTIONS(1740), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1738), - [aux_sym_compression_token1] = ACTIONS(1738), - [aux_sym_connection_attempts_token1] = ACTIONS(1738), - [aux_sym_connect_timeout_token1] = ACTIONS(1738), - [aux_sym_control_master_token1] = ACTIONS(1738), - [aux_sym_control_path_token1] = ACTIONS(1738), - [aux_sym_control_persist_token1] = ACTIONS(1738), - [aux_sym_dynamic_forward_token1] = ACTIONS(1738), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1738), - [aux_sym_escape_char_token1] = ACTIONS(1738), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1738), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1738), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1738), - [aux_sym_forward_agent_token1] = ACTIONS(1738), - [aux_sym_forward_x11_token1] = ACTIONS(1740), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1738), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1738), - [aux_sym_gateway_ports_token1] = ACTIONS(1738), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1738), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1738), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1738), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1738), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1738), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1738), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1738), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1738), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1738), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1738), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1738), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1738), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1738), - [aux_sym_host_key_alias_token1] = ACTIONS(1738), - [aux_sym_hostname_token1] = ACTIONS(1738), - [aux_sym_identities_only_token1] = ACTIONS(1738), - [aux_sym_identity_agent_token1] = ACTIONS(1738), - [aux_sym_identity_file_token1] = ACTIONS(1738), - [aux_sym_ignore_unknown_token1] = ACTIONS(1738), - [aux_sym_include_token1] = ACTIONS(1738), - [aux_sym_ip_qos_token1] = ACTIONS(1738), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1738), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1738), - [aux_sym_kex_algorithms_token1] = ACTIONS(1738), - [aux_sym_known_hosts_command_token1] = ACTIONS(1738), - [aux_sym_local_command_token1] = ACTIONS(1738), - [aux_sym_local_forward_token1] = ACTIONS(1738), - [aux_sym_log_level_token1] = ACTIONS(1738), - [aux_sym_log_verbose_token1] = ACTIONS(1738), - [aux_sym_macs_token1] = ACTIONS(1738), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1738), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1738), - [aux_sym_password_authentication_token1] = ACTIONS(1738), - [aux_sym_permit_local_command_token1] = ACTIONS(1738), - [aux_sym_permit_remote_open_token1] = ACTIONS(1738), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1738), - [aux_sym_port_token1] = ACTIONS(1738), - [aux_sym_preferred_authentications_token1] = ACTIONS(1738), - [aux_sym_protocol_token1] = ACTIONS(1738), - [aux_sym_proxy_command_token1] = ACTIONS(1738), - [aux_sym_proxy_jump_token1] = ACTIONS(1738), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1738), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1738), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1738), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1738), - [aux_sym_rekey_limit_token1] = ACTIONS(1738), - [aux_sym_remote_command_token1] = ACTIONS(1738), - [aux_sym_remote_forward_token1] = ACTIONS(1738), - [aux_sym_request_tty_token1] = ACTIONS(1738), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1738), - [aux_sym_security_key_provider_token1] = ACTIONS(1738), - [aux_sym_send_env_token1] = ACTIONS(1738), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1738), - [aux_sym_server_alive_interval_token1] = ACTIONS(1738), - [aux_sym_session_type_token1] = ACTIONS(1738), - [aux_sym_set_env_token1] = ACTIONS(1738), - [aux_sym_stdin_null_token1] = ACTIONS(1738), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1738), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1738), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1738), - [aux_sym_syslog_facility_token1] = ACTIONS(1738), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1738), - [aux_sym_keep_alive_token1] = ACTIONS(1738), - [aux_sym_tunnel_token1] = ACTIONS(1740), - [aux_sym_tunnel_device_token1] = ACTIONS(1738), - [aux_sym_update_host_keys_token1] = ACTIONS(1738), - [aux_sym_use_keychain_token1] = ACTIONS(1738), - [aux_sym_use_roaming_token1] = ACTIONS(1738), - [aux_sym_user_token1] = ACTIONS(1740), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1738), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1738), - [aux_sym_visual_host_key_token1] = ACTIONS(1738), - [aux_sym_xauth_location_token1] = ACTIONS(1738), + [ts_builtin_sym_end] = ACTIONS(1743), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1745), + [anon_sym_DQUOTE] = ACTIONS(1747), + [aux_sym_match_token1] = ACTIONS(1743), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1743), + [aux_sym_address_family_token1] = ACTIONS(1743), + [aux_sym_batch_mode_token1] = ACTIONS(1743), + [aux_sym_bind_address_token1] = ACTIONS(1743), + [aux_sym_bind_interface_token1] = ACTIONS(1743), + [aux_sym_canonical_domains_token1] = ACTIONS(1743), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1743), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1743), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1743), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1743), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1743), + [aux_sym_certificate_file_token1] = ACTIONS(1743), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1743), + [aux_sym_check_host_ip_token1] = ACTIONS(1743), + [aux_sym_ciphers_token1] = ACTIONS(1743), + [aux_sym_cipher_token1] = ACTIONS(1745), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1743), + [aux_sym_compression_token1] = ACTIONS(1743), + [aux_sym_connection_attempts_token1] = ACTIONS(1743), + [aux_sym_connect_timeout_token1] = ACTIONS(1743), + [aux_sym_control_master_token1] = ACTIONS(1743), + [aux_sym_control_path_token1] = ACTIONS(1743), + [aux_sym_control_persist_token1] = ACTIONS(1743), + [aux_sym_dynamic_forward_token1] = ACTIONS(1743), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1743), + [aux_sym_escape_char_token1] = ACTIONS(1743), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1743), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1743), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1743), + [aux_sym_forward_agent_token1] = ACTIONS(1743), + [aux_sym_forward_x11_token1] = ACTIONS(1745), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1743), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1743), + [aux_sym_gateway_ports_token1] = ACTIONS(1743), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1743), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1743), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1743), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1743), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1743), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1743), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1743), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1743), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1743), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1743), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1743), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1743), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1743), + [aux_sym_host_key_alias_token1] = ACTIONS(1743), + [aux_sym_hostname_token1] = ACTIONS(1743), + [aux_sym_identities_only_token1] = ACTIONS(1743), + [aux_sym_identity_agent_token1] = ACTIONS(1743), + [aux_sym_identity_file_token1] = ACTIONS(1743), + [aux_sym_ignore_unknown_token1] = ACTIONS(1743), + [aux_sym_include_token1] = ACTIONS(1743), + [aux_sym_ip_qos_token1] = ACTIONS(1743), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1743), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1743), + [aux_sym_kex_algorithms_token1] = ACTIONS(1743), + [aux_sym_known_hosts_command_token1] = ACTIONS(1743), + [aux_sym_local_command_token1] = ACTIONS(1743), + [aux_sym_local_forward_token1] = ACTIONS(1743), + [aux_sym_log_level_token1] = ACTIONS(1743), + [aux_sym_log_verbose_token1] = ACTIONS(1743), + [aux_sym_macs_token1] = ACTIONS(1743), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1743), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1743), + [aux_sym_password_authentication_token1] = ACTIONS(1743), + [aux_sym_permit_local_command_token1] = ACTIONS(1743), + [aux_sym_permit_remote_open_token1] = ACTIONS(1743), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1743), + [aux_sym_port_token1] = ACTIONS(1743), + [aux_sym_preferred_authentications_token1] = ACTIONS(1743), + [aux_sym_protocol_token1] = ACTIONS(1743), + [aux_sym_proxy_command_token1] = ACTIONS(1743), + [aux_sym_proxy_jump_token1] = ACTIONS(1743), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1743), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1743), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1743), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1743), + [aux_sym_rekey_limit_token1] = ACTIONS(1743), + [aux_sym_remote_command_token1] = ACTIONS(1743), + [aux_sym_remote_forward_token1] = ACTIONS(1743), + [aux_sym_request_tty_token1] = ACTIONS(1743), + [aux_sym_required_rsa_size_token1] = ACTIONS(1743), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1743), + [aux_sym_security_key_provider_token1] = ACTIONS(1743), + [aux_sym_send_env_token1] = ACTIONS(1743), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1743), + [aux_sym_server_alive_interval_token1] = ACTIONS(1743), + [aux_sym_session_type_token1] = ACTIONS(1743), + [aux_sym_set_env_token1] = ACTIONS(1743), + [aux_sym_stdin_null_token1] = ACTIONS(1743), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1743), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1743), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1743), + [aux_sym_syslog_facility_token1] = ACTIONS(1743), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1743), + [aux_sym_keep_alive_token1] = ACTIONS(1743), + [aux_sym_tunnel_token1] = ACTIONS(1745), + [aux_sym_tunnel_device_token1] = ACTIONS(1743), + [aux_sym_update_host_keys_token1] = ACTIONS(1743), + [aux_sym_use_keychain_token1] = ACTIONS(1743), + [aux_sym_use_roaming_token1] = ACTIONS(1743), + [aux_sym_user_token1] = ACTIONS(1745), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1743), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1743), + [aux_sym_visual_host_key_token1] = ACTIONS(1743), + [aux_sym_xauth_location_token1] = ACTIONS(1743), }, [202] = { - [ts_builtin_sym_end] = ACTIONS(1744), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1746), - [anon_sym_DQUOTE] = ACTIONS(1748), - [aux_sym_match_token1] = ACTIONS(1744), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1744), - [aux_sym_address_family_token1] = ACTIONS(1744), - [aux_sym_batch_mode_token1] = ACTIONS(1744), - [aux_sym_bind_address_token1] = ACTIONS(1744), - [aux_sym_bind_interface_token1] = ACTIONS(1744), - [aux_sym_canonical_domains_token1] = ACTIONS(1744), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1744), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1744), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1744), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1744), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1744), - [aux_sym_certificate_file_token1] = ACTIONS(1744), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1744), - [aux_sym_check_host_ip_token1] = ACTIONS(1744), - [aux_sym_ciphers_token1] = ACTIONS(1744), - [aux_sym_cipher_token1] = ACTIONS(1746), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1744), - [aux_sym_compression_token1] = ACTIONS(1744), - [aux_sym_connection_attempts_token1] = ACTIONS(1744), - [aux_sym_connect_timeout_token1] = ACTIONS(1744), - [aux_sym_control_master_token1] = ACTIONS(1744), - [aux_sym_control_path_token1] = ACTIONS(1744), - [aux_sym_control_persist_token1] = ACTIONS(1744), - [aux_sym_dynamic_forward_token1] = ACTIONS(1744), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1744), - [aux_sym_escape_char_token1] = ACTIONS(1744), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1744), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1744), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1744), - [aux_sym_forward_agent_token1] = ACTIONS(1744), - [aux_sym_forward_x11_token1] = ACTIONS(1746), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1744), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1744), - [aux_sym_gateway_ports_token1] = ACTIONS(1744), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1744), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1744), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1744), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1744), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1744), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1744), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1744), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1744), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1744), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1744), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1744), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1744), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1744), - [aux_sym_host_key_alias_token1] = ACTIONS(1744), - [aux_sym_hostname_token1] = ACTIONS(1744), - [aux_sym_identities_only_token1] = ACTIONS(1744), - [aux_sym_identity_agent_token1] = ACTIONS(1744), - [aux_sym_identity_file_token1] = ACTIONS(1744), - [aux_sym_ignore_unknown_token1] = ACTIONS(1744), - [aux_sym_include_token1] = ACTIONS(1744), - [aux_sym_ip_qos_token1] = ACTIONS(1744), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1744), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1744), - [aux_sym_kex_algorithms_token1] = ACTIONS(1744), - [aux_sym_known_hosts_command_token1] = ACTIONS(1744), - [aux_sym_local_command_token1] = ACTIONS(1744), - [aux_sym_local_forward_token1] = ACTIONS(1744), - [aux_sym_log_level_token1] = ACTIONS(1744), - [aux_sym_log_verbose_token1] = ACTIONS(1744), - [aux_sym_macs_token1] = ACTIONS(1744), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1744), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1744), - [aux_sym_password_authentication_token1] = ACTIONS(1744), - [aux_sym_permit_local_command_token1] = ACTIONS(1744), - [aux_sym_permit_remote_open_token1] = ACTIONS(1744), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1744), - [aux_sym_port_token1] = ACTIONS(1744), - [aux_sym_preferred_authentications_token1] = ACTIONS(1744), - [aux_sym_protocol_token1] = ACTIONS(1744), - [aux_sym_proxy_command_token1] = ACTIONS(1744), - [aux_sym_proxy_jump_token1] = ACTIONS(1744), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1744), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1744), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1744), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1744), - [aux_sym_rekey_limit_token1] = ACTIONS(1744), - [aux_sym_remote_command_token1] = ACTIONS(1744), - [aux_sym_remote_forward_token1] = ACTIONS(1744), - [aux_sym_request_tty_token1] = ACTIONS(1744), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1744), - [aux_sym_security_key_provider_token1] = ACTIONS(1744), - [aux_sym_send_env_token1] = ACTIONS(1744), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1744), - [aux_sym_server_alive_interval_token1] = ACTIONS(1744), - [aux_sym_session_type_token1] = ACTIONS(1744), - [aux_sym_set_env_token1] = ACTIONS(1744), - [aux_sym_stdin_null_token1] = ACTIONS(1744), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1744), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1744), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1744), - [aux_sym_syslog_facility_token1] = ACTIONS(1744), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1744), - [aux_sym_keep_alive_token1] = ACTIONS(1744), - [aux_sym_tunnel_token1] = ACTIONS(1746), - [aux_sym_tunnel_device_token1] = ACTIONS(1744), - [aux_sym_update_host_keys_token1] = ACTIONS(1744), - [aux_sym_use_keychain_token1] = ACTIONS(1744), - [aux_sym_use_roaming_token1] = ACTIONS(1744), - [aux_sym_user_token1] = ACTIONS(1746), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1744), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1744), - [aux_sym_visual_host_key_token1] = ACTIONS(1744), - [aux_sym_xauth_location_token1] = ACTIONS(1744), + [ts_builtin_sym_end] = ACTIONS(1749), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1751), + [anon_sym_DQUOTE] = ACTIONS(1753), + [aux_sym_match_token1] = ACTIONS(1749), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1749), + [aux_sym_address_family_token1] = ACTIONS(1749), + [aux_sym_batch_mode_token1] = ACTIONS(1749), + [aux_sym_bind_address_token1] = ACTIONS(1749), + [aux_sym_bind_interface_token1] = ACTIONS(1749), + [aux_sym_canonical_domains_token1] = ACTIONS(1749), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1749), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1749), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1749), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1749), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1749), + [aux_sym_certificate_file_token1] = ACTIONS(1749), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1749), + [aux_sym_check_host_ip_token1] = ACTIONS(1749), + [aux_sym_ciphers_token1] = ACTIONS(1749), + [aux_sym_cipher_token1] = ACTIONS(1751), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1749), + [aux_sym_compression_token1] = ACTIONS(1749), + [aux_sym_connection_attempts_token1] = ACTIONS(1749), + [aux_sym_connect_timeout_token1] = ACTIONS(1749), + [aux_sym_control_master_token1] = ACTIONS(1749), + [aux_sym_control_path_token1] = ACTIONS(1749), + [aux_sym_control_persist_token1] = ACTIONS(1749), + [aux_sym_dynamic_forward_token1] = ACTIONS(1749), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1749), + [aux_sym_escape_char_token1] = ACTIONS(1749), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1749), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1749), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1749), + [aux_sym_forward_agent_token1] = ACTIONS(1749), + [aux_sym_forward_x11_token1] = ACTIONS(1751), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1749), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1749), + [aux_sym_gateway_ports_token1] = ACTIONS(1749), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1749), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1749), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1749), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1749), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1749), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1749), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1749), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1749), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1749), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1749), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1749), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1749), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1749), + [aux_sym_host_key_alias_token1] = ACTIONS(1749), + [aux_sym_hostname_token1] = ACTIONS(1749), + [aux_sym_identities_only_token1] = ACTIONS(1749), + [aux_sym_identity_agent_token1] = ACTIONS(1749), + [aux_sym_identity_file_token1] = ACTIONS(1749), + [aux_sym_ignore_unknown_token1] = ACTIONS(1749), + [aux_sym_include_token1] = ACTIONS(1749), + [aux_sym_ip_qos_token1] = ACTIONS(1749), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1749), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1749), + [aux_sym_kex_algorithms_token1] = ACTIONS(1749), + [aux_sym_known_hosts_command_token1] = ACTIONS(1749), + [aux_sym_local_command_token1] = ACTIONS(1749), + [aux_sym_local_forward_token1] = ACTIONS(1749), + [aux_sym_log_level_token1] = ACTIONS(1749), + [aux_sym_log_verbose_token1] = ACTIONS(1749), + [aux_sym_macs_token1] = ACTIONS(1749), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1749), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1749), + [aux_sym_password_authentication_token1] = ACTIONS(1749), + [aux_sym_permit_local_command_token1] = ACTIONS(1749), + [aux_sym_permit_remote_open_token1] = ACTIONS(1749), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1749), + [aux_sym_port_token1] = ACTIONS(1749), + [aux_sym_preferred_authentications_token1] = ACTIONS(1749), + [aux_sym_protocol_token1] = ACTIONS(1749), + [aux_sym_proxy_command_token1] = ACTIONS(1749), + [aux_sym_proxy_jump_token1] = ACTIONS(1749), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1749), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1749), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1749), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1749), + [aux_sym_rekey_limit_token1] = ACTIONS(1749), + [aux_sym_remote_command_token1] = ACTIONS(1749), + [aux_sym_remote_forward_token1] = ACTIONS(1749), + [aux_sym_request_tty_token1] = ACTIONS(1749), + [aux_sym_required_rsa_size_token1] = ACTIONS(1749), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1749), + [aux_sym_security_key_provider_token1] = ACTIONS(1749), + [aux_sym_send_env_token1] = ACTIONS(1749), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1749), + [aux_sym_server_alive_interval_token1] = ACTIONS(1749), + [aux_sym_session_type_token1] = ACTIONS(1749), + [aux_sym_set_env_token1] = ACTIONS(1749), + [aux_sym_stdin_null_token1] = ACTIONS(1749), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1749), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1749), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1749), + [aux_sym_syslog_facility_token1] = ACTIONS(1749), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1749), + [aux_sym_keep_alive_token1] = ACTIONS(1749), + [aux_sym_tunnel_token1] = ACTIONS(1751), + [aux_sym_tunnel_device_token1] = ACTIONS(1749), + [aux_sym_update_host_keys_token1] = ACTIONS(1749), + [aux_sym_use_keychain_token1] = ACTIONS(1749), + [aux_sym_use_roaming_token1] = ACTIONS(1749), + [aux_sym_user_token1] = ACTIONS(1751), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1749), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1749), + [aux_sym_visual_host_key_token1] = ACTIONS(1749), + [aux_sym_xauth_location_token1] = ACTIONS(1749), }, [203] = { - [ts_builtin_sym_end] = ACTIONS(1750), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1752), - [anon_sym_DQUOTE] = ACTIONS(1754), - [aux_sym_match_token1] = ACTIONS(1750), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1750), - [aux_sym_address_family_token1] = ACTIONS(1750), - [aux_sym_batch_mode_token1] = ACTIONS(1750), - [aux_sym_bind_address_token1] = ACTIONS(1750), - [aux_sym_bind_interface_token1] = ACTIONS(1750), - [aux_sym_canonical_domains_token1] = ACTIONS(1750), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1750), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1750), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1750), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1750), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1750), - [aux_sym_certificate_file_token1] = ACTIONS(1750), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1750), - [aux_sym_check_host_ip_token1] = ACTIONS(1750), - [aux_sym_ciphers_token1] = ACTIONS(1750), - [aux_sym_cipher_token1] = ACTIONS(1752), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1750), - [aux_sym_compression_token1] = ACTIONS(1750), - [aux_sym_connection_attempts_token1] = ACTIONS(1750), - [aux_sym_connect_timeout_token1] = ACTIONS(1750), - [aux_sym_control_master_token1] = ACTIONS(1750), - [aux_sym_control_path_token1] = ACTIONS(1750), - [aux_sym_control_persist_token1] = ACTIONS(1750), - [aux_sym_dynamic_forward_token1] = ACTIONS(1750), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1750), - [aux_sym_escape_char_token1] = ACTIONS(1750), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1750), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1750), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1750), - [aux_sym_forward_agent_token1] = ACTIONS(1750), - [aux_sym_forward_x11_token1] = ACTIONS(1752), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1750), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1750), - [aux_sym_gateway_ports_token1] = ACTIONS(1750), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1750), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1750), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1750), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1750), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1750), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1750), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1750), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1750), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1750), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1750), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1750), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1750), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1750), - [aux_sym_host_key_alias_token1] = ACTIONS(1750), - [aux_sym_hostname_token1] = ACTIONS(1750), - [aux_sym_identities_only_token1] = ACTIONS(1750), - [aux_sym_identity_agent_token1] = ACTIONS(1750), - [aux_sym_identity_file_token1] = ACTIONS(1750), - [aux_sym_ignore_unknown_token1] = ACTIONS(1750), - [aux_sym_include_token1] = ACTIONS(1750), - [aux_sym_ip_qos_token1] = ACTIONS(1750), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1750), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1750), - [aux_sym_kex_algorithms_token1] = ACTIONS(1750), - [aux_sym_known_hosts_command_token1] = ACTIONS(1750), - [aux_sym_local_command_token1] = ACTIONS(1750), - [aux_sym_local_forward_token1] = ACTIONS(1750), - [aux_sym_log_level_token1] = ACTIONS(1750), - [aux_sym_log_verbose_token1] = ACTIONS(1750), - [aux_sym_macs_token1] = ACTIONS(1750), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1750), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1750), - [aux_sym_password_authentication_token1] = ACTIONS(1750), - [aux_sym_permit_local_command_token1] = ACTIONS(1750), - [aux_sym_permit_remote_open_token1] = ACTIONS(1750), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1750), - [aux_sym_port_token1] = ACTIONS(1750), - [aux_sym_preferred_authentications_token1] = ACTIONS(1750), - [aux_sym_protocol_token1] = ACTIONS(1750), - [aux_sym_proxy_command_token1] = ACTIONS(1750), - [aux_sym_proxy_jump_token1] = ACTIONS(1750), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1750), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1750), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1750), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1750), - [aux_sym_rekey_limit_token1] = ACTIONS(1750), - [aux_sym_remote_command_token1] = ACTIONS(1750), - [aux_sym_remote_forward_token1] = ACTIONS(1750), - [aux_sym_request_tty_token1] = ACTIONS(1750), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1750), - [aux_sym_security_key_provider_token1] = ACTIONS(1750), - [aux_sym_send_env_token1] = ACTIONS(1750), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1750), - [aux_sym_server_alive_interval_token1] = ACTIONS(1750), - [aux_sym_session_type_token1] = ACTIONS(1750), - [aux_sym_set_env_token1] = ACTIONS(1750), - [aux_sym_stdin_null_token1] = ACTIONS(1750), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1750), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1750), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1750), - [aux_sym_syslog_facility_token1] = ACTIONS(1750), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1750), - [aux_sym_keep_alive_token1] = ACTIONS(1750), - [aux_sym_tunnel_token1] = ACTIONS(1752), - [aux_sym_tunnel_device_token1] = ACTIONS(1750), - [aux_sym_update_host_keys_token1] = ACTIONS(1750), - [aux_sym_use_keychain_token1] = ACTIONS(1750), - [aux_sym_use_roaming_token1] = ACTIONS(1750), - [aux_sym_user_token1] = ACTIONS(1752), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1750), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1750), - [aux_sym_visual_host_key_token1] = ACTIONS(1750), - [aux_sym_xauth_location_token1] = ACTIONS(1750), + [ts_builtin_sym_end] = ACTIONS(1755), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1759), + [aux_sym_match_token1] = ACTIONS(1755), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1755), + [aux_sym_address_family_token1] = ACTIONS(1755), + [aux_sym_batch_mode_token1] = ACTIONS(1755), + [aux_sym_bind_address_token1] = ACTIONS(1755), + [aux_sym_bind_interface_token1] = ACTIONS(1755), + [aux_sym_canonical_domains_token1] = ACTIONS(1755), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1755), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1755), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1755), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1755), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1755), + [aux_sym_certificate_file_token1] = ACTIONS(1755), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1755), + [aux_sym_check_host_ip_token1] = ACTIONS(1755), + [aux_sym_ciphers_token1] = ACTIONS(1755), + [aux_sym_cipher_token1] = ACTIONS(1757), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1755), + [aux_sym_compression_token1] = ACTIONS(1755), + [aux_sym_connection_attempts_token1] = ACTIONS(1755), + [aux_sym_connect_timeout_token1] = ACTIONS(1755), + [aux_sym_control_master_token1] = ACTIONS(1755), + [aux_sym_control_path_token1] = ACTIONS(1755), + [aux_sym_control_persist_token1] = ACTIONS(1755), + [aux_sym_dynamic_forward_token1] = ACTIONS(1755), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1755), + [aux_sym_escape_char_token1] = ACTIONS(1755), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1755), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1755), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1755), + [aux_sym_forward_agent_token1] = ACTIONS(1755), + [aux_sym_forward_x11_token1] = ACTIONS(1757), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1755), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1755), + [aux_sym_gateway_ports_token1] = ACTIONS(1755), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1755), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1755), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1755), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1755), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1755), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1755), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1755), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1755), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1755), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1755), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1755), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1755), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1755), + [aux_sym_host_key_alias_token1] = ACTIONS(1755), + [aux_sym_hostname_token1] = ACTIONS(1755), + [aux_sym_identities_only_token1] = ACTIONS(1755), + [aux_sym_identity_agent_token1] = ACTIONS(1755), + [aux_sym_identity_file_token1] = ACTIONS(1755), + [aux_sym_ignore_unknown_token1] = ACTIONS(1755), + [aux_sym_include_token1] = ACTIONS(1755), + [aux_sym_ip_qos_token1] = ACTIONS(1755), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1755), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1755), + [aux_sym_kex_algorithms_token1] = ACTIONS(1755), + [aux_sym_known_hosts_command_token1] = ACTIONS(1755), + [aux_sym_local_command_token1] = ACTIONS(1755), + [aux_sym_local_forward_token1] = ACTIONS(1755), + [aux_sym_log_level_token1] = ACTIONS(1755), + [aux_sym_log_verbose_token1] = ACTIONS(1755), + [aux_sym_macs_token1] = ACTIONS(1755), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1755), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1755), + [aux_sym_password_authentication_token1] = ACTIONS(1755), + [aux_sym_permit_local_command_token1] = ACTIONS(1755), + [aux_sym_permit_remote_open_token1] = ACTIONS(1755), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1755), + [aux_sym_port_token1] = ACTIONS(1755), + [aux_sym_preferred_authentications_token1] = ACTIONS(1755), + [aux_sym_protocol_token1] = ACTIONS(1755), + [aux_sym_proxy_command_token1] = ACTIONS(1755), + [aux_sym_proxy_jump_token1] = ACTIONS(1755), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1755), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1755), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1755), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1755), + [aux_sym_rekey_limit_token1] = ACTIONS(1755), + [aux_sym_remote_command_token1] = ACTIONS(1755), + [aux_sym_remote_forward_token1] = ACTIONS(1755), + [aux_sym_request_tty_token1] = ACTIONS(1755), + [aux_sym_required_rsa_size_token1] = ACTIONS(1755), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1755), + [aux_sym_security_key_provider_token1] = ACTIONS(1755), + [aux_sym_send_env_token1] = ACTIONS(1755), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1755), + [aux_sym_server_alive_interval_token1] = ACTIONS(1755), + [aux_sym_session_type_token1] = ACTIONS(1755), + [aux_sym_set_env_token1] = ACTIONS(1755), + [aux_sym_stdin_null_token1] = ACTIONS(1755), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1755), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1755), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1755), + [aux_sym_syslog_facility_token1] = ACTIONS(1755), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1755), + [aux_sym_keep_alive_token1] = ACTIONS(1755), + [aux_sym_tunnel_token1] = ACTIONS(1757), + [aux_sym_tunnel_device_token1] = ACTIONS(1755), + [aux_sym_update_host_keys_token1] = ACTIONS(1755), + [aux_sym_use_keychain_token1] = ACTIONS(1755), + [aux_sym_use_roaming_token1] = ACTIONS(1755), + [aux_sym_user_token1] = ACTIONS(1757), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1755), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1755), + [aux_sym_visual_host_key_token1] = ACTIONS(1755), + [aux_sym_xauth_location_token1] = ACTIONS(1755), }, [204] = { - [ts_builtin_sym_end] = ACTIONS(1756), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1758), - [anon_sym_DQUOTE] = ACTIONS(1760), - [aux_sym_match_token1] = ACTIONS(1756), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1756), - [aux_sym_address_family_token1] = ACTIONS(1756), - [aux_sym_batch_mode_token1] = ACTIONS(1756), - [aux_sym_bind_address_token1] = ACTIONS(1756), - [aux_sym_bind_interface_token1] = ACTIONS(1756), - [aux_sym_canonical_domains_token1] = ACTIONS(1756), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1756), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1756), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1756), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1756), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1756), - [aux_sym_certificate_file_token1] = ACTIONS(1756), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1756), - [aux_sym_check_host_ip_token1] = ACTIONS(1756), - [aux_sym_ciphers_token1] = ACTIONS(1756), - [aux_sym_cipher_token1] = ACTIONS(1758), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1756), - [aux_sym_compression_token1] = ACTIONS(1756), - [aux_sym_connection_attempts_token1] = ACTIONS(1756), - [aux_sym_connect_timeout_token1] = ACTIONS(1756), - [aux_sym_control_master_token1] = ACTIONS(1756), - [aux_sym_control_path_token1] = ACTIONS(1756), - [aux_sym_control_persist_token1] = ACTIONS(1756), - [aux_sym_dynamic_forward_token1] = ACTIONS(1756), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1756), - [aux_sym_escape_char_token1] = ACTIONS(1756), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1756), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1756), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1756), - [aux_sym_forward_agent_token1] = ACTIONS(1756), - [aux_sym_forward_x11_token1] = ACTIONS(1758), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1756), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1756), - [aux_sym_gateway_ports_token1] = ACTIONS(1756), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1756), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1756), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1756), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1756), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1756), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1756), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1756), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1756), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1756), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1756), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1756), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1756), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1756), - [aux_sym_host_key_alias_token1] = ACTIONS(1756), - [aux_sym_hostname_token1] = ACTIONS(1756), - [aux_sym_identities_only_token1] = ACTIONS(1756), - [aux_sym_identity_agent_token1] = ACTIONS(1756), - [aux_sym_identity_file_token1] = ACTIONS(1756), - [aux_sym_ignore_unknown_token1] = ACTIONS(1756), - [aux_sym_include_token1] = ACTIONS(1756), - [aux_sym_ip_qos_token1] = ACTIONS(1756), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1756), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1756), - [aux_sym_kex_algorithms_token1] = ACTIONS(1756), - [aux_sym_known_hosts_command_token1] = ACTIONS(1756), - [aux_sym_local_command_token1] = ACTIONS(1756), - [aux_sym_local_forward_token1] = ACTIONS(1756), - [aux_sym_log_level_token1] = ACTIONS(1756), - [aux_sym_log_verbose_token1] = ACTIONS(1756), - [aux_sym_macs_token1] = ACTIONS(1756), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1756), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1756), - [aux_sym_password_authentication_token1] = ACTIONS(1756), - [aux_sym_permit_local_command_token1] = ACTIONS(1756), - [aux_sym_permit_remote_open_token1] = ACTIONS(1756), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1756), - [aux_sym_port_token1] = ACTIONS(1756), - [aux_sym_preferred_authentications_token1] = ACTIONS(1756), - [aux_sym_protocol_token1] = ACTIONS(1756), - [aux_sym_proxy_command_token1] = ACTIONS(1756), - [aux_sym_proxy_jump_token1] = ACTIONS(1756), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1756), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1756), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1756), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1756), - [aux_sym_rekey_limit_token1] = ACTIONS(1756), - [aux_sym_remote_command_token1] = ACTIONS(1756), - [aux_sym_remote_forward_token1] = ACTIONS(1756), - [aux_sym_request_tty_token1] = ACTIONS(1756), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1756), - [aux_sym_security_key_provider_token1] = ACTIONS(1756), - [aux_sym_send_env_token1] = ACTIONS(1756), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1756), - [aux_sym_server_alive_interval_token1] = ACTIONS(1756), - [aux_sym_session_type_token1] = ACTIONS(1756), - [aux_sym_set_env_token1] = ACTIONS(1756), - [aux_sym_stdin_null_token1] = ACTIONS(1756), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1756), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1756), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1756), - [aux_sym_syslog_facility_token1] = ACTIONS(1756), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1756), - [aux_sym_keep_alive_token1] = ACTIONS(1756), - [aux_sym_tunnel_token1] = ACTIONS(1758), - [aux_sym_tunnel_device_token1] = ACTIONS(1756), - [aux_sym_update_host_keys_token1] = ACTIONS(1756), - [aux_sym_use_keychain_token1] = ACTIONS(1756), - [aux_sym_use_roaming_token1] = ACTIONS(1756), - [aux_sym_user_token1] = ACTIONS(1758), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1756), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1756), - [aux_sym_visual_host_key_token1] = ACTIONS(1756), - [aux_sym_xauth_location_token1] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1761), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1763), + [anon_sym_DQUOTE] = ACTIONS(1765), + [aux_sym_match_token1] = ACTIONS(1761), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1761), + [aux_sym_address_family_token1] = ACTIONS(1761), + [aux_sym_batch_mode_token1] = ACTIONS(1761), + [aux_sym_bind_address_token1] = ACTIONS(1761), + [aux_sym_bind_interface_token1] = ACTIONS(1761), + [aux_sym_canonical_domains_token1] = ACTIONS(1761), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1761), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1761), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1761), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1761), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1761), + [aux_sym_certificate_file_token1] = ACTIONS(1761), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1761), + [aux_sym_check_host_ip_token1] = ACTIONS(1761), + [aux_sym_ciphers_token1] = ACTIONS(1761), + [aux_sym_cipher_token1] = ACTIONS(1763), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1761), + [aux_sym_compression_token1] = ACTIONS(1761), + [aux_sym_connection_attempts_token1] = ACTIONS(1761), + [aux_sym_connect_timeout_token1] = ACTIONS(1761), + [aux_sym_control_master_token1] = ACTIONS(1761), + [aux_sym_control_path_token1] = ACTIONS(1761), + [aux_sym_control_persist_token1] = ACTIONS(1761), + [aux_sym_dynamic_forward_token1] = ACTIONS(1761), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1761), + [aux_sym_escape_char_token1] = ACTIONS(1761), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1761), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1761), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1761), + [aux_sym_forward_agent_token1] = ACTIONS(1761), + [aux_sym_forward_x11_token1] = ACTIONS(1763), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1761), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1761), + [aux_sym_gateway_ports_token1] = ACTIONS(1761), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1761), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1761), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1761), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1761), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1761), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1761), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1761), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1761), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1761), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1761), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1761), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1761), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1761), + [aux_sym_host_key_alias_token1] = ACTIONS(1761), + [aux_sym_hostname_token1] = ACTIONS(1761), + [aux_sym_identities_only_token1] = ACTIONS(1761), + [aux_sym_identity_agent_token1] = ACTIONS(1761), + [aux_sym_identity_file_token1] = ACTIONS(1761), + [aux_sym_ignore_unknown_token1] = ACTIONS(1761), + [aux_sym_include_token1] = ACTIONS(1761), + [aux_sym_ip_qos_token1] = ACTIONS(1761), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1761), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1761), + [aux_sym_kex_algorithms_token1] = ACTIONS(1761), + [aux_sym_known_hosts_command_token1] = ACTIONS(1761), + [aux_sym_local_command_token1] = ACTIONS(1761), + [aux_sym_local_forward_token1] = ACTIONS(1761), + [aux_sym_log_level_token1] = ACTIONS(1761), + [aux_sym_log_verbose_token1] = ACTIONS(1761), + [aux_sym_macs_token1] = ACTIONS(1761), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1761), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1761), + [aux_sym_password_authentication_token1] = ACTIONS(1761), + [aux_sym_permit_local_command_token1] = ACTIONS(1761), + [aux_sym_permit_remote_open_token1] = ACTIONS(1761), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1761), + [aux_sym_port_token1] = ACTIONS(1761), + [aux_sym_preferred_authentications_token1] = ACTIONS(1761), + [aux_sym_protocol_token1] = ACTIONS(1761), + [aux_sym_proxy_command_token1] = ACTIONS(1761), + [aux_sym_proxy_jump_token1] = ACTIONS(1761), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1761), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1761), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1761), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1761), + [aux_sym_rekey_limit_token1] = ACTIONS(1761), + [aux_sym_remote_command_token1] = ACTIONS(1761), + [aux_sym_remote_forward_token1] = ACTIONS(1761), + [aux_sym_request_tty_token1] = ACTIONS(1761), + [aux_sym_required_rsa_size_token1] = ACTIONS(1761), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1761), + [aux_sym_security_key_provider_token1] = ACTIONS(1761), + [aux_sym_send_env_token1] = ACTIONS(1761), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1761), + [aux_sym_server_alive_interval_token1] = ACTIONS(1761), + [aux_sym_session_type_token1] = ACTIONS(1761), + [aux_sym_set_env_token1] = ACTIONS(1761), + [aux_sym_stdin_null_token1] = ACTIONS(1761), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1761), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1761), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1761), + [aux_sym_syslog_facility_token1] = ACTIONS(1761), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1761), + [aux_sym_keep_alive_token1] = ACTIONS(1761), + [aux_sym_tunnel_token1] = ACTIONS(1763), + [aux_sym_tunnel_device_token1] = ACTIONS(1761), + [aux_sym_update_host_keys_token1] = ACTIONS(1761), + [aux_sym_use_keychain_token1] = ACTIONS(1761), + [aux_sym_use_roaming_token1] = ACTIONS(1761), + [aux_sym_user_token1] = ACTIONS(1763), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1761), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1761), + [aux_sym_visual_host_key_token1] = ACTIONS(1761), + [aux_sym_xauth_location_token1] = ACTIONS(1761), }, [205] = { - [ts_builtin_sym_end] = ACTIONS(1762), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1764), - [anon_sym_DQUOTE] = ACTIONS(1766), - [aux_sym_match_token1] = ACTIONS(1762), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1762), - [aux_sym_address_family_token1] = ACTIONS(1762), - [aux_sym_batch_mode_token1] = ACTIONS(1762), - [aux_sym_bind_address_token1] = ACTIONS(1762), - [aux_sym_bind_interface_token1] = ACTIONS(1762), - [aux_sym_canonical_domains_token1] = ACTIONS(1762), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1762), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1762), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1762), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1762), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1762), - [aux_sym_certificate_file_token1] = ACTIONS(1762), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1762), - [aux_sym_check_host_ip_token1] = ACTIONS(1762), - [aux_sym_ciphers_token1] = ACTIONS(1762), - [aux_sym_cipher_token1] = ACTIONS(1764), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1762), - [aux_sym_compression_token1] = ACTIONS(1762), - [aux_sym_connection_attempts_token1] = ACTIONS(1762), - [aux_sym_connect_timeout_token1] = ACTIONS(1762), - [aux_sym_control_master_token1] = ACTIONS(1762), - [aux_sym_control_path_token1] = ACTIONS(1762), - [aux_sym_control_persist_token1] = ACTIONS(1762), - [aux_sym_dynamic_forward_token1] = ACTIONS(1762), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1762), - [aux_sym_escape_char_token1] = ACTIONS(1762), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1762), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1762), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1762), - [aux_sym_forward_agent_token1] = ACTIONS(1762), - [aux_sym_forward_x11_token1] = ACTIONS(1764), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1762), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1762), - [aux_sym_gateway_ports_token1] = ACTIONS(1762), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1762), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1762), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1762), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1762), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1762), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1762), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1762), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1762), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1762), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1762), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1762), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1762), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1762), - [aux_sym_host_key_alias_token1] = ACTIONS(1762), - [aux_sym_hostname_token1] = ACTIONS(1762), - [aux_sym_identities_only_token1] = ACTIONS(1762), - [aux_sym_identity_agent_token1] = ACTIONS(1762), - [aux_sym_identity_file_token1] = ACTIONS(1762), - [aux_sym_ignore_unknown_token1] = ACTIONS(1762), - [aux_sym_include_token1] = ACTIONS(1762), - [aux_sym_ip_qos_token1] = ACTIONS(1762), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1762), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1762), - [aux_sym_kex_algorithms_token1] = ACTIONS(1762), - [aux_sym_known_hosts_command_token1] = ACTIONS(1762), - [aux_sym_local_command_token1] = ACTIONS(1762), - [aux_sym_local_forward_token1] = ACTIONS(1762), - [aux_sym_log_level_token1] = ACTIONS(1762), - [aux_sym_log_verbose_token1] = ACTIONS(1762), - [aux_sym_macs_token1] = ACTIONS(1762), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1762), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1762), - [aux_sym_password_authentication_token1] = ACTIONS(1762), - [aux_sym_permit_local_command_token1] = ACTIONS(1762), - [aux_sym_permit_remote_open_token1] = ACTIONS(1762), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1762), - [aux_sym_port_token1] = ACTIONS(1762), - [aux_sym_preferred_authentications_token1] = ACTIONS(1762), - [aux_sym_protocol_token1] = ACTIONS(1762), - [aux_sym_proxy_command_token1] = ACTIONS(1762), - [aux_sym_proxy_jump_token1] = ACTIONS(1762), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1762), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1762), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1762), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1762), - [aux_sym_rekey_limit_token1] = ACTIONS(1762), - [aux_sym_remote_command_token1] = ACTIONS(1762), - [aux_sym_remote_forward_token1] = ACTIONS(1762), - [aux_sym_request_tty_token1] = ACTIONS(1762), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1762), - [aux_sym_security_key_provider_token1] = ACTIONS(1762), - [aux_sym_send_env_token1] = ACTIONS(1762), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1762), - [aux_sym_server_alive_interval_token1] = ACTIONS(1762), - [aux_sym_session_type_token1] = ACTIONS(1762), - [aux_sym_set_env_token1] = ACTIONS(1762), - [aux_sym_stdin_null_token1] = ACTIONS(1762), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1762), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1762), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1762), - [aux_sym_syslog_facility_token1] = ACTIONS(1762), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1762), - [aux_sym_keep_alive_token1] = ACTIONS(1762), - [aux_sym_tunnel_token1] = ACTIONS(1764), - [aux_sym_tunnel_device_token1] = ACTIONS(1762), - [aux_sym_update_host_keys_token1] = ACTIONS(1762), - [aux_sym_use_keychain_token1] = ACTIONS(1762), - [aux_sym_use_roaming_token1] = ACTIONS(1762), - [aux_sym_user_token1] = ACTIONS(1764), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1762), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1762), - [aux_sym_visual_host_key_token1] = ACTIONS(1762), - [aux_sym_xauth_location_token1] = ACTIONS(1762), + [ts_builtin_sym_end] = ACTIONS(1767), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1769), + [anon_sym_DQUOTE] = ACTIONS(1771), + [aux_sym_match_token1] = ACTIONS(1767), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1767), + [aux_sym_address_family_token1] = ACTIONS(1767), + [aux_sym_batch_mode_token1] = ACTIONS(1767), + [aux_sym_bind_address_token1] = ACTIONS(1767), + [aux_sym_bind_interface_token1] = ACTIONS(1767), + [aux_sym_canonical_domains_token1] = ACTIONS(1767), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1767), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1767), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1767), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1767), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1767), + [aux_sym_certificate_file_token1] = ACTIONS(1767), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1767), + [aux_sym_check_host_ip_token1] = ACTIONS(1767), + [aux_sym_ciphers_token1] = ACTIONS(1767), + [aux_sym_cipher_token1] = ACTIONS(1769), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1767), + [aux_sym_compression_token1] = ACTIONS(1767), + [aux_sym_connection_attempts_token1] = ACTIONS(1767), + [aux_sym_connect_timeout_token1] = ACTIONS(1767), + [aux_sym_control_master_token1] = ACTIONS(1767), + [aux_sym_control_path_token1] = ACTIONS(1767), + [aux_sym_control_persist_token1] = ACTIONS(1767), + [aux_sym_dynamic_forward_token1] = ACTIONS(1767), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1767), + [aux_sym_escape_char_token1] = ACTIONS(1767), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1767), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1767), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1767), + [aux_sym_forward_agent_token1] = ACTIONS(1767), + [aux_sym_forward_x11_token1] = ACTIONS(1769), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1767), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1767), + [aux_sym_gateway_ports_token1] = ACTIONS(1767), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1767), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1767), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1767), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1767), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1767), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1767), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1767), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1767), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1767), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1767), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1767), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1767), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1767), + [aux_sym_host_key_alias_token1] = ACTIONS(1767), + [aux_sym_hostname_token1] = ACTIONS(1767), + [aux_sym_identities_only_token1] = ACTIONS(1767), + [aux_sym_identity_agent_token1] = ACTIONS(1767), + [aux_sym_identity_file_token1] = ACTIONS(1767), + [aux_sym_ignore_unknown_token1] = ACTIONS(1767), + [aux_sym_include_token1] = ACTIONS(1767), + [aux_sym_ip_qos_token1] = ACTIONS(1767), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1767), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1767), + [aux_sym_kex_algorithms_token1] = ACTIONS(1767), + [aux_sym_known_hosts_command_token1] = ACTIONS(1767), + [aux_sym_local_command_token1] = ACTIONS(1767), + [aux_sym_local_forward_token1] = ACTIONS(1767), + [aux_sym_log_level_token1] = ACTIONS(1767), + [aux_sym_log_verbose_token1] = ACTIONS(1767), + [aux_sym_macs_token1] = ACTIONS(1767), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1767), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1767), + [aux_sym_password_authentication_token1] = ACTIONS(1767), + [aux_sym_permit_local_command_token1] = ACTIONS(1767), + [aux_sym_permit_remote_open_token1] = ACTIONS(1767), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1767), + [aux_sym_port_token1] = ACTIONS(1767), + [aux_sym_preferred_authentications_token1] = ACTIONS(1767), + [aux_sym_protocol_token1] = ACTIONS(1767), + [aux_sym_proxy_command_token1] = ACTIONS(1767), + [aux_sym_proxy_jump_token1] = ACTIONS(1767), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1767), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1767), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1767), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1767), + [aux_sym_rekey_limit_token1] = ACTIONS(1767), + [aux_sym_remote_command_token1] = ACTIONS(1767), + [aux_sym_remote_forward_token1] = ACTIONS(1767), + [aux_sym_request_tty_token1] = ACTIONS(1767), + [aux_sym_required_rsa_size_token1] = ACTIONS(1767), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1767), + [aux_sym_security_key_provider_token1] = ACTIONS(1767), + [aux_sym_send_env_token1] = ACTIONS(1767), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1767), + [aux_sym_server_alive_interval_token1] = ACTIONS(1767), + [aux_sym_session_type_token1] = ACTIONS(1767), + [aux_sym_set_env_token1] = ACTIONS(1767), + [aux_sym_stdin_null_token1] = ACTIONS(1767), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1767), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1767), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1767), + [aux_sym_syslog_facility_token1] = ACTIONS(1767), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1767), + [aux_sym_keep_alive_token1] = ACTIONS(1767), + [aux_sym_tunnel_token1] = ACTIONS(1769), + [aux_sym_tunnel_device_token1] = ACTIONS(1767), + [aux_sym_update_host_keys_token1] = ACTIONS(1767), + [aux_sym_use_keychain_token1] = ACTIONS(1767), + [aux_sym_use_roaming_token1] = ACTIONS(1767), + [aux_sym_user_token1] = ACTIONS(1769), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1767), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1767), + [aux_sym_visual_host_key_token1] = ACTIONS(1767), + [aux_sym_xauth_location_token1] = ACTIONS(1767), }, [206] = { - [ts_builtin_sym_end] = ACTIONS(1768), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1770), - [anon_sym_DQUOTE] = ACTIONS(1772), - [aux_sym_match_token1] = ACTIONS(1768), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1768), - [aux_sym_address_family_token1] = ACTIONS(1768), - [aux_sym_batch_mode_token1] = ACTIONS(1768), - [aux_sym_bind_address_token1] = ACTIONS(1768), - [aux_sym_bind_interface_token1] = ACTIONS(1768), - [aux_sym_canonical_domains_token1] = ACTIONS(1768), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1768), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1768), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1768), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1768), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1768), - [aux_sym_certificate_file_token1] = ACTIONS(1768), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1768), - [aux_sym_check_host_ip_token1] = ACTIONS(1768), - [aux_sym_ciphers_token1] = ACTIONS(1768), - [aux_sym_cipher_token1] = ACTIONS(1770), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1768), - [aux_sym_compression_token1] = ACTIONS(1768), - [aux_sym_connection_attempts_token1] = ACTIONS(1768), - [aux_sym_connect_timeout_token1] = ACTIONS(1768), - [aux_sym_control_master_token1] = ACTIONS(1768), - [aux_sym_control_path_token1] = ACTIONS(1768), - [aux_sym_control_persist_token1] = ACTIONS(1768), - [aux_sym_dynamic_forward_token1] = ACTIONS(1768), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1768), - [aux_sym_escape_char_token1] = ACTIONS(1768), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1768), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1768), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1768), - [aux_sym_forward_agent_token1] = ACTIONS(1768), - [aux_sym_forward_x11_token1] = ACTIONS(1770), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1768), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1768), - [aux_sym_gateway_ports_token1] = ACTIONS(1768), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1768), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1768), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1768), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1768), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1768), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1768), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1768), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1768), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1768), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1768), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1768), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1768), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1768), - [aux_sym_host_key_alias_token1] = ACTIONS(1768), - [aux_sym_hostname_token1] = ACTIONS(1768), - [aux_sym_identities_only_token1] = ACTIONS(1768), - [aux_sym_identity_agent_token1] = ACTIONS(1768), - [aux_sym_identity_file_token1] = ACTIONS(1768), - [aux_sym_ignore_unknown_token1] = ACTIONS(1768), - [aux_sym_include_token1] = ACTIONS(1768), - [aux_sym_ip_qos_token1] = ACTIONS(1768), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1768), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1768), - [aux_sym_kex_algorithms_token1] = ACTIONS(1768), - [aux_sym_known_hosts_command_token1] = ACTIONS(1768), - [aux_sym_local_command_token1] = ACTIONS(1768), - [aux_sym_local_forward_token1] = ACTIONS(1768), - [aux_sym_log_level_token1] = ACTIONS(1768), - [aux_sym_log_verbose_token1] = ACTIONS(1768), - [aux_sym_macs_token1] = ACTIONS(1768), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1768), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1768), - [aux_sym_password_authentication_token1] = ACTIONS(1768), - [aux_sym_permit_local_command_token1] = ACTIONS(1768), - [aux_sym_permit_remote_open_token1] = ACTIONS(1768), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1768), - [aux_sym_port_token1] = ACTIONS(1768), - [aux_sym_preferred_authentications_token1] = ACTIONS(1768), - [aux_sym_protocol_token1] = ACTIONS(1768), - [aux_sym_proxy_command_token1] = ACTIONS(1768), - [aux_sym_proxy_jump_token1] = ACTIONS(1768), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1768), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1768), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1768), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1768), - [aux_sym_rekey_limit_token1] = ACTIONS(1768), - [aux_sym_remote_command_token1] = ACTIONS(1768), - [aux_sym_remote_forward_token1] = ACTIONS(1768), - [aux_sym_request_tty_token1] = ACTIONS(1768), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1768), - [aux_sym_security_key_provider_token1] = ACTIONS(1768), - [aux_sym_send_env_token1] = ACTIONS(1768), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1768), - [aux_sym_server_alive_interval_token1] = ACTIONS(1768), - [aux_sym_session_type_token1] = ACTIONS(1768), - [aux_sym_set_env_token1] = ACTIONS(1768), - [aux_sym_stdin_null_token1] = ACTIONS(1768), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1768), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1768), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1768), - [aux_sym_syslog_facility_token1] = ACTIONS(1768), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1768), - [aux_sym_keep_alive_token1] = ACTIONS(1768), - [aux_sym_tunnel_token1] = ACTIONS(1770), - [aux_sym_tunnel_device_token1] = ACTIONS(1768), - [aux_sym_update_host_keys_token1] = ACTIONS(1768), - [aux_sym_use_keychain_token1] = ACTIONS(1768), - [aux_sym_use_roaming_token1] = ACTIONS(1768), - [aux_sym_user_token1] = ACTIONS(1770), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1768), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1768), - [aux_sym_visual_host_key_token1] = ACTIONS(1768), - [aux_sym_xauth_location_token1] = ACTIONS(1768), + [ts_builtin_sym_end] = ACTIONS(1773), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1775), + [anon_sym_DQUOTE] = ACTIONS(1777), + [aux_sym_match_token1] = ACTIONS(1773), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1773), + [aux_sym_address_family_token1] = ACTIONS(1773), + [aux_sym_batch_mode_token1] = ACTIONS(1773), + [aux_sym_bind_address_token1] = ACTIONS(1773), + [aux_sym_bind_interface_token1] = ACTIONS(1773), + [aux_sym_canonical_domains_token1] = ACTIONS(1773), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1773), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1773), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1773), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1773), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1773), + [aux_sym_certificate_file_token1] = ACTIONS(1773), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1773), + [aux_sym_check_host_ip_token1] = ACTIONS(1773), + [aux_sym_ciphers_token1] = ACTIONS(1773), + [aux_sym_cipher_token1] = ACTIONS(1775), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1773), + [aux_sym_compression_token1] = ACTIONS(1773), + [aux_sym_connection_attempts_token1] = ACTIONS(1773), + [aux_sym_connect_timeout_token1] = ACTIONS(1773), + [aux_sym_control_master_token1] = ACTIONS(1773), + [aux_sym_control_path_token1] = ACTIONS(1773), + [aux_sym_control_persist_token1] = ACTIONS(1773), + [aux_sym_dynamic_forward_token1] = ACTIONS(1773), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1773), + [aux_sym_escape_char_token1] = ACTIONS(1773), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1773), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1773), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1773), + [aux_sym_forward_agent_token1] = ACTIONS(1773), + [aux_sym_forward_x11_token1] = ACTIONS(1775), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1773), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1773), + [aux_sym_gateway_ports_token1] = ACTIONS(1773), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1773), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1773), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1773), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1773), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1773), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1773), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1773), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1773), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1773), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1773), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1773), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1773), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1773), + [aux_sym_host_key_alias_token1] = ACTIONS(1773), + [aux_sym_hostname_token1] = ACTIONS(1773), + [aux_sym_identities_only_token1] = ACTIONS(1773), + [aux_sym_identity_agent_token1] = ACTIONS(1773), + [aux_sym_identity_file_token1] = ACTIONS(1773), + [aux_sym_ignore_unknown_token1] = ACTIONS(1773), + [aux_sym_include_token1] = ACTIONS(1773), + [aux_sym_ip_qos_token1] = ACTIONS(1773), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1773), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1773), + [aux_sym_kex_algorithms_token1] = ACTIONS(1773), + [aux_sym_known_hosts_command_token1] = ACTIONS(1773), + [aux_sym_local_command_token1] = ACTIONS(1773), + [aux_sym_local_forward_token1] = ACTIONS(1773), + [aux_sym_log_level_token1] = ACTIONS(1773), + [aux_sym_log_verbose_token1] = ACTIONS(1773), + [aux_sym_macs_token1] = ACTIONS(1773), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1773), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1773), + [aux_sym_password_authentication_token1] = ACTIONS(1773), + [aux_sym_permit_local_command_token1] = ACTIONS(1773), + [aux_sym_permit_remote_open_token1] = ACTIONS(1773), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1773), + [aux_sym_port_token1] = ACTIONS(1773), + [aux_sym_preferred_authentications_token1] = ACTIONS(1773), + [aux_sym_protocol_token1] = ACTIONS(1773), + [aux_sym_proxy_command_token1] = ACTIONS(1773), + [aux_sym_proxy_jump_token1] = ACTIONS(1773), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1773), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1773), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1773), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1773), + [aux_sym_rekey_limit_token1] = ACTIONS(1773), + [aux_sym_remote_command_token1] = ACTIONS(1773), + [aux_sym_remote_forward_token1] = ACTIONS(1773), + [aux_sym_request_tty_token1] = ACTIONS(1773), + [aux_sym_required_rsa_size_token1] = ACTIONS(1773), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1773), + [aux_sym_security_key_provider_token1] = ACTIONS(1773), + [aux_sym_send_env_token1] = ACTIONS(1773), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1773), + [aux_sym_server_alive_interval_token1] = ACTIONS(1773), + [aux_sym_session_type_token1] = ACTIONS(1773), + [aux_sym_set_env_token1] = ACTIONS(1773), + [aux_sym_stdin_null_token1] = ACTIONS(1773), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1773), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1773), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1773), + [aux_sym_syslog_facility_token1] = ACTIONS(1773), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1773), + [aux_sym_keep_alive_token1] = ACTIONS(1773), + [aux_sym_tunnel_token1] = ACTIONS(1775), + [aux_sym_tunnel_device_token1] = ACTIONS(1773), + [aux_sym_update_host_keys_token1] = ACTIONS(1773), + [aux_sym_use_keychain_token1] = ACTIONS(1773), + [aux_sym_use_roaming_token1] = ACTIONS(1773), + [aux_sym_user_token1] = ACTIONS(1775), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1773), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1773), + [aux_sym_visual_host_key_token1] = ACTIONS(1773), + [aux_sym_xauth_location_token1] = ACTIONS(1773), }, [207] = { - [ts_builtin_sym_end] = ACTIONS(1774), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1776), - [anon_sym_DQUOTE] = ACTIONS(1778), - [aux_sym_match_token1] = ACTIONS(1774), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1774), - [aux_sym_address_family_token1] = ACTIONS(1774), - [aux_sym_batch_mode_token1] = ACTIONS(1774), - [aux_sym_bind_address_token1] = ACTIONS(1774), - [aux_sym_bind_interface_token1] = ACTIONS(1774), - [aux_sym_canonical_domains_token1] = ACTIONS(1774), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1774), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1774), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1774), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1774), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1774), - [aux_sym_certificate_file_token1] = ACTIONS(1774), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1774), - [aux_sym_check_host_ip_token1] = ACTIONS(1774), - [aux_sym_ciphers_token1] = ACTIONS(1774), - [aux_sym_cipher_token1] = ACTIONS(1776), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1774), - [aux_sym_compression_token1] = ACTIONS(1774), - [aux_sym_connection_attempts_token1] = ACTIONS(1774), - [aux_sym_connect_timeout_token1] = ACTIONS(1774), - [aux_sym_control_master_token1] = ACTIONS(1774), - [aux_sym_control_path_token1] = ACTIONS(1774), - [aux_sym_control_persist_token1] = ACTIONS(1774), - [aux_sym_dynamic_forward_token1] = ACTIONS(1774), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1774), - [aux_sym_escape_char_token1] = ACTIONS(1774), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1774), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1774), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1774), - [aux_sym_forward_agent_token1] = ACTIONS(1774), - [aux_sym_forward_x11_token1] = ACTIONS(1776), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1774), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1774), - [aux_sym_gateway_ports_token1] = ACTIONS(1774), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1774), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1774), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1774), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1774), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1774), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1774), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1774), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1774), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1774), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1774), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1774), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1774), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1774), - [aux_sym_host_key_alias_token1] = ACTIONS(1774), - [aux_sym_hostname_token1] = ACTIONS(1774), - [aux_sym_identities_only_token1] = ACTIONS(1774), - [aux_sym_identity_agent_token1] = ACTIONS(1774), - [aux_sym_identity_file_token1] = ACTIONS(1774), - [aux_sym_ignore_unknown_token1] = ACTIONS(1774), - [aux_sym_include_token1] = ACTIONS(1774), - [aux_sym_ip_qos_token1] = ACTIONS(1774), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1774), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1774), - [aux_sym_kex_algorithms_token1] = ACTIONS(1774), - [aux_sym_known_hosts_command_token1] = ACTIONS(1774), - [aux_sym_local_command_token1] = ACTIONS(1774), - [aux_sym_local_forward_token1] = ACTIONS(1774), - [aux_sym_log_level_token1] = ACTIONS(1774), - [aux_sym_log_verbose_token1] = ACTIONS(1774), - [aux_sym_macs_token1] = ACTIONS(1774), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1774), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1774), - [aux_sym_password_authentication_token1] = ACTIONS(1774), - [aux_sym_permit_local_command_token1] = ACTIONS(1774), - [aux_sym_permit_remote_open_token1] = ACTIONS(1774), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1774), - [aux_sym_port_token1] = ACTIONS(1774), - [aux_sym_preferred_authentications_token1] = ACTIONS(1774), - [aux_sym_protocol_token1] = ACTIONS(1774), - [aux_sym_proxy_command_token1] = ACTIONS(1774), - [aux_sym_proxy_jump_token1] = ACTIONS(1774), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1774), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1774), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1774), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1774), - [aux_sym_rekey_limit_token1] = ACTIONS(1774), - [aux_sym_remote_command_token1] = ACTIONS(1774), - [aux_sym_remote_forward_token1] = ACTIONS(1774), - [aux_sym_request_tty_token1] = ACTIONS(1774), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1774), - [aux_sym_security_key_provider_token1] = ACTIONS(1774), - [aux_sym_send_env_token1] = ACTIONS(1774), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1774), - [aux_sym_server_alive_interval_token1] = ACTIONS(1774), - [aux_sym_session_type_token1] = ACTIONS(1774), - [aux_sym_set_env_token1] = ACTIONS(1774), - [aux_sym_stdin_null_token1] = ACTIONS(1774), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1774), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1774), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1774), - [aux_sym_syslog_facility_token1] = ACTIONS(1774), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1774), - [aux_sym_keep_alive_token1] = ACTIONS(1774), - [aux_sym_tunnel_token1] = ACTIONS(1776), - [aux_sym_tunnel_device_token1] = ACTIONS(1774), - [aux_sym_update_host_keys_token1] = ACTIONS(1774), - [aux_sym_use_keychain_token1] = ACTIONS(1774), - [aux_sym_use_roaming_token1] = ACTIONS(1774), - [aux_sym_user_token1] = ACTIONS(1776), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1774), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1774), - [aux_sym_visual_host_key_token1] = ACTIONS(1774), - [aux_sym_xauth_location_token1] = ACTIONS(1774), + [ts_builtin_sym_end] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1781), + [anon_sym_DQUOTE] = ACTIONS(1783), + [aux_sym_match_token1] = ACTIONS(1779), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1779), + [aux_sym_address_family_token1] = ACTIONS(1779), + [aux_sym_batch_mode_token1] = ACTIONS(1779), + [aux_sym_bind_address_token1] = ACTIONS(1779), + [aux_sym_bind_interface_token1] = ACTIONS(1779), + [aux_sym_canonical_domains_token1] = ACTIONS(1779), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1779), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1779), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1779), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1779), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1779), + [aux_sym_certificate_file_token1] = ACTIONS(1779), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1779), + [aux_sym_check_host_ip_token1] = ACTIONS(1779), + [aux_sym_ciphers_token1] = ACTIONS(1779), + [aux_sym_cipher_token1] = ACTIONS(1781), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1779), + [aux_sym_compression_token1] = ACTIONS(1779), + [aux_sym_connection_attempts_token1] = ACTIONS(1779), + [aux_sym_connect_timeout_token1] = ACTIONS(1779), + [aux_sym_control_master_token1] = ACTIONS(1779), + [aux_sym_control_path_token1] = ACTIONS(1779), + [aux_sym_control_persist_token1] = ACTIONS(1779), + [aux_sym_dynamic_forward_token1] = ACTIONS(1779), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1779), + [aux_sym_escape_char_token1] = ACTIONS(1779), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1779), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1779), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1779), + [aux_sym_forward_agent_token1] = ACTIONS(1779), + [aux_sym_forward_x11_token1] = ACTIONS(1781), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1779), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1779), + [aux_sym_gateway_ports_token1] = ACTIONS(1779), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1779), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1779), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1779), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1779), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1779), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1779), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1779), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1779), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1779), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1779), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1779), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1779), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1779), + [aux_sym_host_key_alias_token1] = ACTIONS(1779), + [aux_sym_hostname_token1] = ACTIONS(1779), + [aux_sym_identities_only_token1] = ACTIONS(1779), + [aux_sym_identity_agent_token1] = ACTIONS(1779), + [aux_sym_identity_file_token1] = ACTIONS(1779), + [aux_sym_ignore_unknown_token1] = ACTIONS(1779), + [aux_sym_include_token1] = ACTIONS(1779), + [aux_sym_ip_qos_token1] = ACTIONS(1779), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1779), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1779), + [aux_sym_kex_algorithms_token1] = ACTIONS(1779), + [aux_sym_known_hosts_command_token1] = ACTIONS(1779), + [aux_sym_local_command_token1] = ACTIONS(1779), + [aux_sym_local_forward_token1] = ACTIONS(1779), + [aux_sym_log_level_token1] = ACTIONS(1779), + [aux_sym_log_verbose_token1] = ACTIONS(1779), + [aux_sym_macs_token1] = ACTIONS(1779), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1779), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1779), + [aux_sym_password_authentication_token1] = ACTIONS(1779), + [aux_sym_permit_local_command_token1] = ACTIONS(1779), + [aux_sym_permit_remote_open_token1] = ACTIONS(1779), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1779), + [aux_sym_port_token1] = ACTIONS(1779), + [aux_sym_preferred_authentications_token1] = ACTIONS(1779), + [aux_sym_protocol_token1] = ACTIONS(1779), + [aux_sym_proxy_command_token1] = ACTIONS(1779), + [aux_sym_proxy_jump_token1] = ACTIONS(1779), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1779), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1779), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1779), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1779), + [aux_sym_rekey_limit_token1] = ACTIONS(1779), + [aux_sym_remote_command_token1] = ACTIONS(1779), + [aux_sym_remote_forward_token1] = ACTIONS(1779), + [aux_sym_request_tty_token1] = ACTIONS(1779), + [aux_sym_required_rsa_size_token1] = ACTIONS(1779), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1779), + [aux_sym_security_key_provider_token1] = ACTIONS(1779), + [aux_sym_send_env_token1] = ACTIONS(1779), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1779), + [aux_sym_server_alive_interval_token1] = ACTIONS(1779), + [aux_sym_session_type_token1] = ACTIONS(1779), + [aux_sym_set_env_token1] = ACTIONS(1779), + [aux_sym_stdin_null_token1] = ACTIONS(1779), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1779), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1779), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1779), + [aux_sym_syslog_facility_token1] = ACTIONS(1779), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1779), + [aux_sym_keep_alive_token1] = ACTIONS(1779), + [aux_sym_tunnel_token1] = ACTIONS(1781), + [aux_sym_tunnel_device_token1] = ACTIONS(1779), + [aux_sym_update_host_keys_token1] = ACTIONS(1779), + [aux_sym_use_keychain_token1] = ACTIONS(1779), + [aux_sym_use_roaming_token1] = ACTIONS(1779), + [aux_sym_user_token1] = ACTIONS(1781), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1779), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1779), + [aux_sym_visual_host_key_token1] = ACTIONS(1779), + [aux_sym_xauth_location_token1] = ACTIONS(1779), }, [208] = { - [ts_builtin_sym_end] = ACTIONS(1780), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1782), - [anon_sym_DQUOTE] = ACTIONS(1784), - [aux_sym_match_token1] = ACTIONS(1780), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1780), - [aux_sym_address_family_token1] = ACTIONS(1780), - [aux_sym_batch_mode_token1] = ACTIONS(1780), - [aux_sym_bind_address_token1] = ACTIONS(1780), - [aux_sym_bind_interface_token1] = ACTIONS(1780), - [aux_sym_canonical_domains_token1] = ACTIONS(1780), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1780), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1780), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1780), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1780), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1780), - [aux_sym_certificate_file_token1] = ACTIONS(1780), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1780), - [aux_sym_check_host_ip_token1] = ACTIONS(1780), - [aux_sym_ciphers_token1] = ACTIONS(1780), - [aux_sym_cipher_token1] = ACTIONS(1782), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1780), - [aux_sym_compression_token1] = ACTIONS(1780), - [aux_sym_connection_attempts_token1] = ACTIONS(1780), - [aux_sym_connect_timeout_token1] = ACTIONS(1780), - [aux_sym_control_master_token1] = ACTIONS(1780), - [aux_sym_control_path_token1] = ACTIONS(1780), - [aux_sym_control_persist_token1] = ACTIONS(1780), - [aux_sym_dynamic_forward_token1] = ACTIONS(1780), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1780), - [aux_sym_escape_char_token1] = ACTIONS(1780), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1780), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1780), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1780), - [aux_sym_forward_agent_token1] = ACTIONS(1780), - [aux_sym_forward_x11_token1] = ACTIONS(1782), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1780), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1780), - [aux_sym_gateway_ports_token1] = ACTIONS(1780), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1780), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1780), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1780), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1780), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1780), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1780), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1780), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1780), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1780), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1780), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1780), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1780), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1780), - [aux_sym_host_key_alias_token1] = ACTIONS(1780), - [aux_sym_hostname_token1] = ACTIONS(1780), - [aux_sym_identities_only_token1] = ACTIONS(1780), - [aux_sym_identity_agent_token1] = ACTIONS(1780), - [aux_sym_identity_file_token1] = ACTIONS(1780), - [aux_sym_ignore_unknown_token1] = ACTIONS(1780), - [aux_sym_include_token1] = ACTIONS(1780), - [aux_sym_ip_qos_token1] = ACTIONS(1780), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1780), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1780), - [aux_sym_kex_algorithms_token1] = ACTIONS(1780), - [aux_sym_known_hosts_command_token1] = ACTIONS(1780), - [aux_sym_local_command_token1] = ACTIONS(1780), - [aux_sym_local_forward_token1] = ACTIONS(1780), - [aux_sym_log_level_token1] = ACTIONS(1780), - [aux_sym_log_verbose_token1] = ACTIONS(1780), - [aux_sym_macs_token1] = ACTIONS(1780), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1780), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1780), - [aux_sym_password_authentication_token1] = ACTIONS(1780), - [aux_sym_permit_local_command_token1] = ACTIONS(1780), - [aux_sym_permit_remote_open_token1] = ACTIONS(1780), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1780), - [aux_sym_port_token1] = ACTIONS(1780), - [aux_sym_preferred_authentications_token1] = ACTIONS(1780), - [aux_sym_protocol_token1] = ACTIONS(1780), - [aux_sym_proxy_command_token1] = ACTIONS(1780), - [aux_sym_proxy_jump_token1] = ACTIONS(1780), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1780), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1780), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1780), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1780), - [aux_sym_rekey_limit_token1] = ACTIONS(1780), - [aux_sym_remote_command_token1] = ACTIONS(1780), - [aux_sym_remote_forward_token1] = ACTIONS(1780), - [aux_sym_request_tty_token1] = ACTIONS(1780), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1780), - [aux_sym_security_key_provider_token1] = ACTIONS(1780), - [aux_sym_send_env_token1] = ACTIONS(1780), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1780), - [aux_sym_server_alive_interval_token1] = ACTIONS(1780), - [aux_sym_session_type_token1] = ACTIONS(1780), - [aux_sym_set_env_token1] = ACTIONS(1780), - [aux_sym_stdin_null_token1] = ACTIONS(1780), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1780), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1780), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1780), - [aux_sym_syslog_facility_token1] = ACTIONS(1780), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1780), - [aux_sym_keep_alive_token1] = ACTIONS(1780), - [aux_sym_tunnel_token1] = ACTIONS(1782), - [aux_sym_tunnel_device_token1] = ACTIONS(1780), - [aux_sym_update_host_keys_token1] = ACTIONS(1780), - [aux_sym_use_keychain_token1] = ACTIONS(1780), - [aux_sym_use_roaming_token1] = ACTIONS(1780), - [aux_sym_user_token1] = ACTIONS(1782), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1780), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1780), - [aux_sym_visual_host_key_token1] = ACTIONS(1780), - [aux_sym_xauth_location_token1] = ACTIONS(1780), + [ts_builtin_sym_end] = ACTIONS(1785), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1787), + [anon_sym_DQUOTE] = ACTIONS(1789), + [aux_sym_match_token1] = ACTIONS(1785), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1785), + [aux_sym_address_family_token1] = ACTIONS(1785), + [aux_sym_batch_mode_token1] = ACTIONS(1785), + [aux_sym_bind_address_token1] = ACTIONS(1785), + [aux_sym_bind_interface_token1] = ACTIONS(1785), + [aux_sym_canonical_domains_token1] = ACTIONS(1785), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1785), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1785), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1785), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1785), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1785), + [aux_sym_certificate_file_token1] = ACTIONS(1785), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1785), + [aux_sym_check_host_ip_token1] = ACTIONS(1785), + [aux_sym_ciphers_token1] = ACTIONS(1785), + [aux_sym_cipher_token1] = ACTIONS(1787), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1785), + [aux_sym_compression_token1] = ACTIONS(1785), + [aux_sym_connection_attempts_token1] = ACTIONS(1785), + [aux_sym_connect_timeout_token1] = ACTIONS(1785), + [aux_sym_control_master_token1] = ACTIONS(1785), + [aux_sym_control_path_token1] = ACTIONS(1785), + [aux_sym_control_persist_token1] = ACTIONS(1785), + [aux_sym_dynamic_forward_token1] = ACTIONS(1785), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1785), + [aux_sym_escape_char_token1] = ACTIONS(1785), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1785), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1785), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1785), + [aux_sym_forward_agent_token1] = ACTIONS(1785), + [aux_sym_forward_x11_token1] = ACTIONS(1787), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1785), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1785), + [aux_sym_gateway_ports_token1] = ACTIONS(1785), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1785), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1785), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1785), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1785), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1785), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1785), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1785), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1785), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1785), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1785), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1785), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1785), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1785), + [aux_sym_host_key_alias_token1] = ACTIONS(1785), + [aux_sym_hostname_token1] = ACTIONS(1785), + [aux_sym_identities_only_token1] = ACTIONS(1785), + [aux_sym_identity_agent_token1] = ACTIONS(1785), + [aux_sym_identity_file_token1] = ACTIONS(1785), + [aux_sym_ignore_unknown_token1] = ACTIONS(1785), + [aux_sym_include_token1] = ACTIONS(1785), + [aux_sym_ip_qos_token1] = ACTIONS(1785), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1785), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1785), + [aux_sym_kex_algorithms_token1] = ACTIONS(1785), + [aux_sym_known_hosts_command_token1] = ACTIONS(1785), + [aux_sym_local_command_token1] = ACTIONS(1785), + [aux_sym_local_forward_token1] = ACTIONS(1785), + [aux_sym_log_level_token1] = ACTIONS(1785), + [aux_sym_log_verbose_token1] = ACTIONS(1785), + [aux_sym_macs_token1] = ACTIONS(1785), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1785), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1785), + [aux_sym_password_authentication_token1] = ACTIONS(1785), + [aux_sym_permit_local_command_token1] = ACTIONS(1785), + [aux_sym_permit_remote_open_token1] = ACTIONS(1785), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1785), + [aux_sym_port_token1] = ACTIONS(1785), + [aux_sym_preferred_authentications_token1] = ACTIONS(1785), + [aux_sym_protocol_token1] = ACTIONS(1785), + [aux_sym_proxy_command_token1] = ACTIONS(1785), + [aux_sym_proxy_jump_token1] = ACTIONS(1785), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1785), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1785), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1785), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1785), + [aux_sym_rekey_limit_token1] = ACTIONS(1785), + [aux_sym_remote_command_token1] = ACTIONS(1785), + [aux_sym_remote_forward_token1] = ACTIONS(1785), + [aux_sym_request_tty_token1] = ACTIONS(1785), + [aux_sym_required_rsa_size_token1] = ACTIONS(1785), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1785), + [aux_sym_security_key_provider_token1] = ACTIONS(1785), + [aux_sym_send_env_token1] = ACTIONS(1785), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1785), + [aux_sym_server_alive_interval_token1] = ACTIONS(1785), + [aux_sym_session_type_token1] = ACTIONS(1785), + [aux_sym_set_env_token1] = ACTIONS(1785), + [aux_sym_stdin_null_token1] = ACTIONS(1785), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1785), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1785), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1785), + [aux_sym_syslog_facility_token1] = ACTIONS(1785), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1785), + [aux_sym_keep_alive_token1] = ACTIONS(1785), + [aux_sym_tunnel_token1] = ACTIONS(1787), + [aux_sym_tunnel_device_token1] = ACTIONS(1785), + [aux_sym_update_host_keys_token1] = ACTIONS(1785), + [aux_sym_use_keychain_token1] = ACTIONS(1785), + [aux_sym_use_roaming_token1] = ACTIONS(1785), + [aux_sym_user_token1] = ACTIONS(1787), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1785), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1785), + [aux_sym_visual_host_key_token1] = ACTIONS(1785), + [aux_sym_xauth_location_token1] = ACTIONS(1785), }, [209] = { - [ts_builtin_sym_end] = ACTIONS(1786), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1788), - [anon_sym_DQUOTE] = ACTIONS(1790), - [aux_sym_match_token1] = ACTIONS(1786), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1786), - [aux_sym_address_family_token1] = ACTIONS(1786), - [aux_sym_batch_mode_token1] = ACTIONS(1786), - [aux_sym_bind_address_token1] = ACTIONS(1786), - [aux_sym_bind_interface_token1] = ACTIONS(1786), - [aux_sym_canonical_domains_token1] = ACTIONS(1786), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1786), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1786), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1786), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1786), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1786), - [aux_sym_certificate_file_token1] = ACTIONS(1786), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1786), - [aux_sym_check_host_ip_token1] = ACTIONS(1786), - [aux_sym_ciphers_token1] = ACTIONS(1786), - [aux_sym_cipher_token1] = ACTIONS(1788), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1786), - [aux_sym_compression_token1] = ACTIONS(1786), - [aux_sym_connection_attempts_token1] = ACTIONS(1786), - [aux_sym_connect_timeout_token1] = ACTIONS(1786), - [aux_sym_control_master_token1] = ACTIONS(1786), - [aux_sym_control_path_token1] = ACTIONS(1786), - [aux_sym_control_persist_token1] = ACTIONS(1786), - [aux_sym_dynamic_forward_token1] = ACTIONS(1786), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1786), - [aux_sym_escape_char_token1] = ACTIONS(1786), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1786), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1786), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1786), - [aux_sym_forward_agent_token1] = ACTIONS(1786), - [aux_sym_forward_x11_token1] = ACTIONS(1788), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1786), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1786), - [aux_sym_gateway_ports_token1] = ACTIONS(1786), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1786), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1786), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1786), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1786), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1786), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1786), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1786), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1786), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1786), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1786), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1786), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1786), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1786), - [aux_sym_host_key_alias_token1] = ACTIONS(1786), - [aux_sym_hostname_token1] = ACTIONS(1786), - [aux_sym_identities_only_token1] = ACTIONS(1786), - [aux_sym_identity_agent_token1] = ACTIONS(1786), - [aux_sym_identity_file_token1] = ACTIONS(1786), - [aux_sym_ignore_unknown_token1] = ACTIONS(1786), - [aux_sym_include_token1] = ACTIONS(1786), - [aux_sym_ip_qos_token1] = ACTIONS(1786), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1786), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1786), - [aux_sym_kex_algorithms_token1] = ACTIONS(1786), - [aux_sym_known_hosts_command_token1] = ACTIONS(1786), - [aux_sym_local_command_token1] = ACTIONS(1786), - [aux_sym_local_forward_token1] = ACTIONS(1786), - [aux_sym_log_level_token1] = ACTIONS(1786), - [aux_sym_log_verbose_token1] = ACTIONS(1786), - [aux_sym_macs_token1] = ACTIONS(1786), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1786), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1786), - [aux_sym_password_authentication_token1] = ACTIONS(1786), - [aux_sym_permit_local_command_token1] = ACTIONS(1786), - [aux_sym_permit_remote_open_token1] = ACTIONS(1786), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1786), - [aux_sym_port_token1] = ACTIONS(1786), - [aux_sym_preferred_authentications_token1] = ACTIONS(1786), - [aux_sym_protocol_token1] = ACTIONS(1786), - [aux_sym_proxy_command_token1] = ACTIONS(1786), - [aux_sym_proxy_jump_token1] = ACTIONS(1786), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1786), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1786), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1786), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1786), - [aux_sym_rekey_limit_token1] = ACTIONS(1786), - [aux_sym_remote_command_token1] = ACTIONS(1786), - [aux_sym_remote_forward_token1] = ACTIONS(1786), - [aux_sym_request_tty_token1] = ACTIONS(1786), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1786), - [aux_sym_security_key_provider_token1] = ACTIONS(1786), - [aux_sym_send_env_token1] = ACTIONS(1786), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1786), - [aux_sym_server_alive_interval_token1] = ACTIONS(1786), - [aux_sym_session_type_token1] = ACTIONS(1786), - [aux_sym_set_env_token1] = ACTIONS(1786), - [aux_sym_stdin_null_token1] = ACTIONS(1786), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1786), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1786), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1786), - [aux_sym_syslog_facility_token1] = ACTIONS(1786), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1786), - [aux_sym_keep_alive_token1] = ACTIONS(1786), - [aux_sym_tunnel_token1] = ACTIONS(1788), - [aux_sym_tunnel_device_token1] = ACTIONS(1786), - [aux_sym_update_host_keys_token1] = ACTIONS(1786), - [aux_sym_use_keychain_token1] = ACTIONS(1786), - [aux_sym_use_roaming_token1] = ACTIONS(1786), - [aux_sym_user_token1] = ACTIONS(1788), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1786), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1786), - [aux_sym_visual_host_key_token1] = ACTIONS(1786), - [aux_sym_xauth_location_token1] = ACTIONS(1786), + [ts_builtin_sym_end] = ACTIONS(1791), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1793), + [anon_sym_DQUOTE] = ACTIONS(1795), + [aux_sym_match_token1] = ACTIONS(1791), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1791), + [aux_sym_address_family_token1] = ACTIONS(1791), + [aux_sym_batch_mode_token1] = ACTIONS(1791), + [aux_sym_bind_address_token1] = ACTIONS(1791), + [aux_sym_bind_interface_token1] = ACTIONS(1791), + [aux_sym_canonical_domains_token1] = ACTIONS(1791), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1791), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1791), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1791), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1791), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1791), + [aux_sym_certificate_file_token1] = ACTIONS(1791), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1791), + [aux_sym_check_host_ip_token1] = ACTIONS(1791), + [aux_sym_ciphers_token1] = ACTIONS(1791), + [aux_sym_cipher_token1] = ACTIONS(1793), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1791), + [aux_sym_compression_token1] = ACTIONS(1791), + [aux_sym_connection_attempts_token1] = ACTIONS(1791), + [aux_sym_connect_timeout_token1] = ACTIONS(1791), + [aux_sym_control_master_token1] = ACTIONS(1791), + [aux_sym_control_path_token1] = ACTIONS(1791), + [aux_sym_control_persist_token1] = ACTIONS(1791), + [aux_sym_dynamic_forward_token1] = ACTIONS(1791), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1791), + [aux_sym_escape_char_token1] = ACTIONS(1791), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1791), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1791), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1791), + [aux_sym_forward_agent_token1] = ACTIONS(1791), + [aux_sym_forward_x11_token1] = ACTIONS(1793), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1791), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1791), + [aux_sym_gateway_ports_token1] = ACTIONS(1791), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1791), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1791), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1791), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1791), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1791), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1791), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1791), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1791), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1791), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1791), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1791), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1791), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1791), + [aux_sym_host_key_alias_token1] = ACTIONS(1791), + [aux_sym_hostname_token1] = ACTIONS(1791), + [aux_sym_identities_only_token1] = ACTIONS(1791), + [aux_sym_identity_agent_token1] = ACTIONS(1791), + [aux_sym_identity_file_token1] = ACTIONS(1791), + [aux_sym_ignore_unknown_token1] = ACTIONS(1791), + [aux_sym_include_token1] = ACTIONS(1791), + [aux_sym_ip_qos_token1] = ACTIONS(1791), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1791), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1791), + [aux_sym_kex_algorithms_token1] = ACTIONS(1791), + [aux_sym_known_hosts_command_token1] = ACTIONS(1791), + [aux_sym_local_command_token1] = ACTIONS(1791), + [aux_sym_local_forward_token1] = ACTIONS(1791), + [aux_sym_log_level_token1] = ACTIONS(1791), + [aux_sym_log_verbose_token1] = ACTIONS(1791), + [aux_sym_macs_token1] = ACTIONS(1791), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1791), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1791), + [aux_sym_password_authentication_token1] = ACTIONS(1791), + [aux_sym_permit_local_command_token1] = ACTIONS(1791), + [aux_sym_permit_remote_open_token1] = ACTIONS(1791), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1791), + [aux_sym_port_token1] = ACTIONS(1791), + [aux_sym_preferred_authentications_token1] = ACTIONS(1791), + [aux_sym_protocol_token1] = ACTIONS(1791), + [aux_sym_proxy_command_token1] = ACTIONS(1791), + [aux_sym_proxy_jump_token1] = ACTIONS(1791), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1791), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1791), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1791), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1791), + [aux_sym_rekey_limit_token1] = ACTIONS(1791), + [aux_sym_remote_command_token1] = ACTIONS(1791), + [aux_sym_remote_forward_token1] = ACTIONS(1791), + [aux_sym_request_tty_token1] = ACTIONS(1791), + [aux_sym_required_rsa_size_token1] = ACTIONS(1791), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1791), + [aux_sym_security_key_provider_token1] = ACTIONS(1791), + [aux_sym_send_env_token1] = ACTIONS(1791), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1791), + [aux_sym_server_alive_interval_token1] = ACTIONS(1791), + [aux_sym_session_type_token1] = ACTIONS(1791), + [aux_sym_set_env_token1] = ACTIONS(1791), + [aux_sym_stdin_null_token1] = ACTIONS(1791), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1791), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1791), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1791), + [aux_sym_syslog_facility_token1] = ACTIONS(1791), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1791), + [aux_sym_keep_alive_token1] = ACTIONS(1791), + [aux_sym_tunnel_token1] = ACTIONS(1793), + [aux_sym_tunnel_device_token1] = ACTIONS(1791), + [aux_sym_update_host_keys_token1] = ACTIONS(1791), + [aux_sym_use_keychain_token1] = ACTIONS(1791), + [aux_sym_use_roaming_token1] = ACTIONS(1791), + [aux_sym_user_token1] = ACTIONS(1793), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1791), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1791), + [aux_sym_visual_host_key_token1] = ACTIONS(1791), + [aux_sym_xauth_location_token1] = ACTIONS(1791), }, [210] = { - [ts_builtin_sym_end] = ACTIONS(1792), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1794), - [anon_sym_DQUOTE] = ACTIONS(1796), - [aux_sym_match_token1] = ACTIONS(1792), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1792), - [aux_sym_address_family_token1] = ACTIONS(1792), - [aux_sym_batch_mode_token1] = ACTIONS(1792), - [aux_sym_bind_address_token1] = ACTIONS(1792), - [aux_sym_bind_interface_token1] = ACTIONS(1792), - [aux_sym_canonical_domains_token1] = ACTIONS(1792), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1792), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1792), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1792), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1792), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1792), - [aux_sym_certificate_file_token1] = ACTIONS(1792), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1792), - [aux_sym_check_host_ip_token1] = ACTIONS(1792), - [aux_sym_ciphers_token1] = ACTIONS(1792), - [aux_sym_cipher_token1] = ACTIONS(1794), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1792), - [aux_sym_compression_token1] = ACTIONS(1792), - [aux_sym_connection_attempts_token1] = ACTIONS(1792), - [aux_sym_connect_timeout_token1] = ACTIONS(1792), - [aux_sym_control_master_token1] = ACTIONS(1792), - [aux_sym_control_path_token1] = ACTIONS(1792), - [aux_sym_control_persist_token1] = ACTIONS(1792), - [aux_sym_dynamic_forward_token1] = ACTIONS(1792), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1792), - [aux_sym_escape_char_token1] = ACTIONS(1792), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1792), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1792), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1792), - [aux_sym_forward_agent_token1] = ACTIONS(1792), - [aux_sym_forward_x11_token1] = ACTIONS(1794), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1792), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1792), - [aux_sym_gateway_ports_token1] = ACTIONS(1792), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1792), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1792), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1792), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1792), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1792), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1792), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1792), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1792), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1792), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1792), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1792), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1792), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1792), - [aux_sym_host_key_alias_token1] = ACTIONS(1792), - [aux_sym_hostname_token1] = ACTIONS(1792), - [aux_sym_identities_only_token1] = ACTIONS(1792), - [aux_sym_identity_agent_token1] = ACTIONS(1792), - [aux_sym_identity_file_token1] = ACTIONS(1792), - [aux_sym_ignore_unknown_token1] = ACTIONS(1792), - [aux_sym_include_token1] = ACTIONS(1792), - [aux_sym_ip_qos_token1] = ACTIONS(1792), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1792), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1792), - [aux_sym_kex_algorithms_token1] = ACTIONS(1792), - [aux_sym_known_hosts_command_token1] = ACTIONS(1792), - [aux_sym_local_command_token1] = ACTIONS(1792), - [aux_sym_local_forward_token1] = ACTIONS(1792), - [aux_sym_log_level_token1] = ACTIONS(1792), - [aux_sym_log_verbose_token1] = ACTIONS(1792), - [aux_sym_macs_token1] = ACTIONS(1792), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1792), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1792), - [aux_sym_password_authentication_token1] = ACTIONS(1792), - [aux_sym_permit_local_command_token1] = ACTIONS(1792), - [aux_sym_permit_remote_open_token1] = ACTIONS(1792), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1792), - [aux_sym_port_token1] = ACTIONS(1792), - [aux_sym_preferred_authentications_token1] = ACTIONS(1792), - [aux_sym_protocol_token1] = ACTIONS(1792), - [aux_sym_proxy_command_token1] = ACTIONS(1792), - [aux_sym_proxy_jump_token1] = ACTIONS(1792), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1792), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1792), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1792), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1792), - [aux_sym_rekey_limit_token1] = ACTIONS(1792), - [aux_sym_remote_command_token1] = ACTIONS(1792), - [aux_sym_remote_forward_token1] = ACTIONS(1792), - [aux_sym_request_tty_token1] = ACTIONS(1792), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1792), - [aux_sym_security_key_provider_token1] = ACTIONS(1792), - [aux_sym_send_env_token1] = ACTIONS(1792), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1792), - [aux_sym_server_alive_interval_token1] = ACTIONS(1792), - [aux_sym_session_type_token1] = ACTIONS(1792), - [aux_sym_set_env_token1] = ACTIONS(1792), - [aux_sym_stdin_null_token1] = ACTIONS(1792), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1792), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1792), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1792), - [aux_sym_syslog_facility_token1] = ACTIONS(1792), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1792), - [aux_sym_keep_alive_token1] = ACTIONS(1792), - [aux_sym_tunnel_token1] = ACTIONS(1794), - [aux_sym_tunnel_device_token1] = ACTIONS(1792), - [aux_sym_update_host_keys_token1] = ACTIONS(1792), - [aux_sym_use_keychain_token1] = ACTIONS(1792), - [aux_sym_use_roaming_token1] = ACTIONS(1792), - [aux_sym_user_token1] = ACTIONS(1794), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1792), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1792), - [aux_sym_visual_host_key_token1] = ACTIONS(1792), - [aux_sym_xauth_location_token1] = ACTIONS(1792), + [ts_builtin_sym_end] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1799), + [anon_sym_DQUOTE] = ACTIONS(1801), + [aux_sym_match_token1] = ACTIONS(1797), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1797), + [aux_sym_address_family_token1] = ACTIONS(1797), + [aux_sym_batch_mode_token1] = ACTIONS(1797), + [aux_sym_bind_address_token1] = ACTIONS(1797), + [aux_sym_bind_interface_token1] = ACTIONS(1797), + [aux_sym_canonical_domains_token1] = ACTIONS(1797), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1797), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1797), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1797), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1797), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1797), + [aux_sym_certificate_file_token1] = ACTIONS(1797), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1797), + [aux_sym_check_host_ip_token1] = ACTIONS(1797), + [aux_sym_ciphers_token1] = ACTIONS(1797), + [aux_sym_cipher_token1] = ACTIONS(1799), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1797), + [aux_sym_compression_token1] = ACTIONS(1797), + [aux_sym_connection_attempts_token1] = ACTIONS(1797), + [aux_sym_connect_timeout_token1] = ACTIONS(1797), + [aux_sym_control_master_token1] = ACTIONS(1797), + [aux_sym_control_path_token1] = ACTIONS(1797), + [aux_sym_control_persist_token1] = ACTIONS(1797), + [aux_sym_dynamic_forward_token1] = ACTIONS(1797), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1797), + [aux_sym_escape_char_token1] = ACTIONS(1797), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1797), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1797), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1797), + [aux_sym_forward_agent_token1] = ACTIONS(1797), + [aux_sym_forward_x11_token1] = ACTIONS(1799), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1797), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1797), + [aux_sym_gateway_ports_token1] = ACTIONS(1797), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1797), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1797), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1797), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1797), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1797), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1797), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1797), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1797), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1797), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1797), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1797), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1797), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1797), + [aux_sym_host_key_alias_token1] = ACTIONS(1797), + [aux_sym_hostname_token1] = ACTIONS(1797), + [aux_sym_identities_only_token1] = ACTIONS(1797), + [aux_sym_identity_agent_token1] = ACTIONS(1797), + [aux_sym_identity_file_token1] = ACTIONS(1797), + [aux_sym_ignore_unknown_token1] = ACTIONS(1797), + [aux_sym_include_token1] = ACTIONS(1797), + [aux_sym_ip_qos_token1] = ACTIONS(1797), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1797), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1797), + [aux_sym_kex_algorithms_token1] = ACTIONS(1797), + [aux_sym_known_hosts_command_token1] = ACTIONS(1797), + [aux_sym_local_command_token1] = ACTIONS(1797), + [aux_sym_local_forward_token1] = ACTIONS(1797), + [aux_sym_log_level_token1] = ACTIONS(1797), + [aux_sym_log_verbose_token1] = ACTIONS(1797), + [aux_sym_macs_token1] = ACTIONS(1797), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1797), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1797), + [aux_sym_password_authentication_token1] = ACTIONS(1797), + [aux_sym_permit_local_command_token1] = ACTIONS(1797), + [aux_sym_permit_remote_open_token1] = ACTIONS(1797), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1797), + [aux_sym_port_token1] = ACTIONS(1797), + [aux_sym_preferred_authentications_token1] = ACTIONS(1797), + [aux_sym_protocol_token1] = ACTIONS(1797), + [aux_sym_proxy_command_token1] = ACTIONS(1797), + [aux_sym_proxy_jump_token1] = ACTIONS(1797), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1797), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1797), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1797), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1797), + [aux_sym_rekey_limit_token1] = ACTIONS(1797), + [aux_sym_remote_command_token1] = ACTIONS(1797), + [aux_sym_remote_forward_token1] = ACTIONS(1797), + [aux_sym_request_tty_token1] = ACTIONS(1797), + [aux_sym_required_rsa_size_token1] = ACTIONS(1797), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1797), + [aux_sym_security_key_provider_token1] = ACTIONS(1797), + [aux_sym_send_env_token1] = ACTIONS(1797), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1797), + [aux_sym_server_alive_interval_token1] = ACTIONS(1797), + [aux_sym_session_type_token1] = ACTIONS(1797), + [aux_sym_set_env_token1] = ACTIONS(1797), + [aux_sym_stdin_null_token1] = ACTIONS(1797), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1797), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1797), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1797), + [aux_sym_syslog_facility_token1] = ACTIONS(1797), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1797), + [aux_sym_keep_alive_token1] = ACTIONS(1797), + [aux_sym_tunnel_token1] = ACTIONS(1799), + [aux_sym_tunnel_device_token1] = ACTIONS(1797), + [aux_sym_update_host_keys_token1] = ACTIONS(1797), + [aux_sym_use_keychain_token1] = ACTIONS(1797), + [aux_sym_use_roaming_token1] = ACTIONS(1797), + [aux_sym_user_token1] = ACTIONS(1799), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1797), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1797), + [aux_sym_visual_host_key_token1] = ACTIONS(1797), + [aux_sym_xauth_location_token1] = ACTIONS(1797), }, [211] = { - [ts_builtin_sym_end] = ACTIONS(1798), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1800), - [anon_sym_DQUOTE] = ACTIONS(1802), - [aux_sym_match_token1] = ACTIONS(1798), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1798), - [aux_sym_address_family_token1] = ACTIONS(1798), - [aux_sym_batch_mode_token1] = ACTIONS(1798), - [aux_sym_bind_address_token1] = ACTIONS(1798), - [aux_sym_bind_interface_token1] = ACTIONS(1798), - [aux_sym_canonical_domains_token1] = ACTIONS(1798), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1798), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1798), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1798), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1798), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1798), - [aux_sym_certificate_file_token1] = ACTIONS(1798), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1798), - [aux_sym_check_host_ip_token1] = ACTIONS(1798), - [aux_sym_ciphers_token1] = ACTIONS(1798), - [aux_sym_cipher_token1] = ACTIONS(1800), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1798), - [aux_sym_compression_token1] = ACTIONS(1798), - [aux_sym_connection_attempts_token1] = ACTIONS(1798), - [aux_sym_connect_timeout_token1] = ACTIONS(1798), - [aux_sym_control_master_token1] = ACTIONS(1798), - [aux_sym_control_path_token1] = ACTIONS(1798), - [aux_sym_control_persist_token1] = ACTIONS(1798), - [aux_sym_dynamic_forward_token1] = ACTIONS(1798), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1798), - [aux_sym_escape_char_token1] = ACTIONS(1798), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1798), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1798), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1798), - [aux_sym_forward_agent_token1] = ACTIONS(1798), - [aux_sym_forward_x11_token1] = ACTIONS(1800), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1798), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1798), - [aux_sym_gateway_ports_token1] = ACTIONS(1798), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1798), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1798), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1798), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1798), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1798), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1798), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1798), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1798), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1798), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1798), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1798), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1798), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1798), - [aux_sym_host_key_alias_token1] = ACTIONS(1798), - [aux_sym_hostname_token1] = ACTIONS(1798), - [aux_sym_identities_only_token1] = ACTIONS(1798), - [aux_sym_identity_agent_token1] = ACTIONS(1798), - [aux_sym_identity_file_token1] = ACTIONS(1798), - [aux_sym_ignore_unknown_token1] = ACTIONS(1798), - [aux_sym_include_token1] = ACTIONS(1798), - [aux_sym_ip_qos_token1] = ACTIONS(1798), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1798), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1798), - [aux_sym_kex_algorithms_token1] = ACTIONS(1798), - [aux_sym_known_hosts_command_token1] = ACTIONS(1798), - [aux_sym_local_command_token1] = ACTIONS(1798), - [aux_sym_local_forward_token1] = ACTIONS(1798), - [aux_sym_log_level_token1] = ACTIONS(1798), - [aux_sym_log_verbose_token1] = ACTIONS(1798), - [aux_sym_macs_token1] = ACTIONS(1798), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1798), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1798), - [aux_sym_password_authentication_token1] = ACTIONS(1798), - [aux_sym_permit_local_command_token1] = ACTIONS(1798), - [aux_sym_permit_remote_open_token1] = ACTIONS(1798), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1798), - [aux_sym_port_token1] = ACTIONS(1798), - [aux_sym_preferred_authentications_token1] = ACTIONS(1798), - [aux_sym_protocol_token1] = ACTIONS(1798), - [aux_sym_proxy_command_token1] = ACTIONS(1798), - [aux_sym_proxy_jump_token1] = ACTIONS(1798), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1798), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1798), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1798), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1798), - [aux_sym_rekey_limit_token1] = ACTIONS(1798), - [aux_sym_remote_command_token1] = ACTIONS(1798), - [aux_sym_remote_forward_token1] = ACTIONS(1798), - [aux_sym_request_tty_token1] = ACTIONS(1798), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1798), - [aux_sym_security_key_provider_token1] = ACTIONS(1798), - [aux_sym_send_env_token1] = ACTIONS(1798), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1798), - [aux_sym_server_alive_interval_token1] = ACTIONS(1798), - [aux_sym_session_type_token1] = ACTIONS(1798), - [aux_sym_set_env_token1] = ACTIONS(1798), - [aux_sym_stdin_null_token1] = ACTIONS(1798), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1798), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1798), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1798), - [aux_sym_syslog_facility_token1] = ACTIONS(1798), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1798), - [aux_sym_keep_alive_token1] = ACTIONS(1798), - [aux_sym_tunnel_token1] = ACTIONS(1800), - [aux_sym_tunnel_device_token1] = ACTIONS(1798), - [aux_sym_update_host_keys_token1] = ACTIONS(1798), - [aux_sym_use_keychain_token1] = ACTIONS(1798), - [aux_sym_use_roaming_token1] = ACTIONS(1798), - [aux_sym_user_token1] = ACTIONS(1800), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1798), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1798), - [aux_sym_visual_host_key_token1] = ACTIONS(1798), - [aux_sym_xauth_location_token1] = ACTIONS(1798), + [ts_builtin_sym_end] = ACTIONS(1803), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1805), + [anon_sym_DQUOTE] = ACTIONS(1807), + [aux_sym_match_token1] = ACTIONS(1803), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1803), + [aux_sym_address_family_token1] = ACTIONS(1803), + [aux_sym_batch_mode_token1] = ACTIONS(1803), + [aux_sym_bind_address_token1] = ACTIONS(1803), + [aux_sym_bind_interface_token1] = ACTIONS(1803), + [aux_sym_canonical_domains_token1] = ACTIONS(1803), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1803), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1803), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1803), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1803), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1803), + [aux_sym_certificate_file_token1] = ACTIONS(1803), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1803), + [aux_sym_check_host_ip_token1] = ACTIONS(1803), + [aux_sym_ciphers_token1] = ACTIONS(1803), + [aux_sym_cipher_token1] = ACTIONS(1805), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1803), + [aux_sym_compression_token1] = ACTIONS(1803), + [aux_sym_connection_attempts_token1] = ACTIONS(1803), + [aux_sym_connect_timeout_token1] = ACTIONS(1803), + [aux_sym_control_master_token1] = ACTIONS(1803), + [aux_sym_control_path_token1] = ACTIONS(1803), + [aux_sym_control_persist_token1] = ACTIONS(1803), + [aux_sym_dynamic_forward_token1] = ACTIONS(1803), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1803), + [aux_sym_escape_char_token1] = ACTIONS(1803), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1803), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1803), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1803), + [aux_sym_forward_agent_token1] = ACTIONS(1803), + [aux_sym_forward_x11_token1] = ACTIONS(1805), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1803), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1803), + [aux_sym_gateway_ports_token1] = ACTIONS(1803), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1803), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1803), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1803), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1803), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1803), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1803), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1803), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1803), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1803), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1803), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1803), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1803), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1803), + [aux_sym_host_key_alias_token1] = ACTIONS(1803), + [aux_sym_hostname_token1] = ACTIONS(1803), + [aux_sym_identities_only_token1] = ACTIONS(1803), + [aux_sym_identity_agent_token1] = ACTIONS(1803), + [aux_sym_identity_file_token1] = ACTIONS(1803), + [aux_sym_ignore_unknown_token1] = ACTIONS(1803), + [aux_sym_include_token1] = ACTIONS(1803), + [aux_sym_ip_qos_token1] = ACTIONS(1803), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1803), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1803), + [aux_sym_kex_algorithms_token1] = ACTIONS(1803), + [aux_sym_known_hosts_command_token1] = ACTIONS(1803), + [aux_sym_local_command_token1] = ACTIONS(1803), + [aux_sym_local_forward_token1] = ACTIONS(1803), + [aux_sym_log_level_token1] = ACTIONS(1803), + [aux_sym_log_verbose_token1] = ACTIONS(1803), + [aux_sym_macs_token1] = ACTIONS(1803), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1803), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1803), + [aux_sym_password_authentication_token1] = ACTIONS(1803), + [aux_sym_permit_local_command_token1] = ACTIONS(1803), + [aux_sym_permit_remote_open_token1] = ACTIONS(1803), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1803), + [aux_sym_port_token1] = ACTIONS(1803), + [aux_sym_preferred_authentications_token1] = ACTIONS(1803), + [aux_sym_protocol_token1] = ACTIONS(1803), + [aux_sym_proxy_command_token1] = ACTIONS(1803), + [aux_sym_proxy_jump_token1] = ACTIONS(1803), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1803), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1803), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1803), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1803), + [aux_sym_rekey_limit_token1] = ACTIONS(1803), + [aux_sym_remote_command_token1] = ACTIONS(1803), + [aux_sym_remote_forward_token1] = ACTIONS(1803), + [aux_sym_request_tty_token1] = ACTIONS(1803), + [aux_sym_required_rsa_size_token1] = ACTIONS(1803), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1803), + [aux_sym_security_key_provider_token1] = ACTIONS(1803), + [aux_sym_send_env_token1] = ACTIONS(1803), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1803), + [aux_sym_server_alive_interval_token1] = ACTIONS(1803), + [aux_sym_session_type_token1] = ACTIONS(1803), + [aux_sym_set_env_token1] = ACTIONS(1803), + [aux_sym_stdin_null_token1] = ACTIONS(1803), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1803), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1803), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1803), + [aux_sym_syslog_facility_token1] = ACTIONS(1803), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1803), + [aux_sym_keep_alive_token1] = ACTIONS(1803), + [aux_sym_tunnel_token1] = ACTIONS(1805), + [aux_sym_tunnel_device_token1] = ACTIONS(1803), + [aux_sym_update_host_keys_token1] = ACTIONS(1803), + [aux_sym_use_keychain_token1] = ACTIONS(1803), + [aux_sym_use_roaming_token1] = ACTIONS(1803), + [aux_sym_user_token1] = ACTIONS(1805), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1803), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1803), + [aux_sym_visual_host_key_token1] = ACTIONS(1803), + [aux_sym_xauth_location_token1] = ACTIONS(1803), }, [212] = { - [ts_builtin_sym_end] = ACTIONS(1804), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1806), - [anon_sym_DQUOTE] = ACTIONS(1808), - [aux_sym_match_token1] = ACTIONS(1804), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1804), - [aux_sym_address_family_token1] = ACTIONS(1804), - [aux_sym_batch_mode_token1] = ACTIONS(1804), - [aux_sym_bind_address_token1] = ACTIONS(1804), - [aux_sym_bind_interface_token1] = ACTIONS(1804), - [aux_sym_canonical_domains_token1] = ACTIONS(1804), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1804), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1804), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1804), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1804), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1804), - [aux_sym_certificate_file_token1] = ACTIONS(1804), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1804), - [aux_sym_check_host_ip_token1] = ACTIONS(1804), - [aux_sym_ciphers_token1] = ACTIONS(1804), - [aux_sym_cipher_token1] = ACTIONS(1806), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1804), - [aux_sym_compression_token1] = ACTIONS(1804), - [aux_sym_connection_attempts_token1] = ACTIONS(1804), - [aux_sym_connect_timeout_token1] = ACTIONS(1804), - [aux_sym_control_master_token1] = ACTIONS(1804), - [aux_sym_control_path_token1] = ACTIONS(1804), - [aux_sym_control_persist_token1] = ACTIONS(1804), - [aux_sym_dynamic_forward_token1] = ACTIONS(1804), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1804), - [aux_sym_escape_char_token1] = ACTIONS(1804), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1804), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1804), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1804), - [aux_sym_forward_agent_token1] = ACTIONS(1804), - [aux_sym_forward_x11_token1] = ACTIONS(1806), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1804), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1804), - [aux_sym_gateway_ports_token1] = ACTIONS(1804), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1804), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1804), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1804), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1804), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1804), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1804), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1804), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1804), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1804), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1804), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1804), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1804), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1804), - [aux_sym_host_key_alias_token1] = ACTIONS(1804), - [aux_sym_hostname_token1] = ACTIONS(1804), - [aux_sym_identities_only_token1] = ACTIONS(1804), - [aux_sym_identity_agent_token1] = ACTIONS(1804), - [aux_sym_identity_file_token1] = ACTIONS(1804), - [aux_sym_ignore_unknown_token1] = ACTIONS(1804), - [aux_sym_include_token1] = ACTIONS(1804), - [aux_sym_ip_qos_token1] = ACTIONS(1804), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1804), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1804), - [aux_sym_kex_algorithms_token1] = ACTIONS(1804), - [aux_sym_known_hosts_command_token1] = ACTIONS(1804), - [aux_sym_local_command_token1] = ACTIONS(1804), - [aux_sym_local_forward_token1] = ACTIONS(1804), - [aux_sym_log_level_token1] = ACTIONS(1804), - [aux_sym_log_verbose_token1] = ACTIONS(1804), - [aux_sym_macs_token1] = ACTIONS(1804), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1804), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1804), - [aux_sym_password_authentication_token1] = ACTIONS(1804), - [aux_sym_permit_local_command_token1] = ACTIONS(1804), - [aux_sym_permit_remote_open_token1] = ACTIONS(1804), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1804), - [aux_sym_port_token1] = ACTIONS(1804), - [aux_sym_preferred_authentications_token1] = ACTIONS(1804), - [aux_sym_protocol_token1] = ACTIONS(1804), - [aux_sym_proxy_command_token1] = ACTIONS(1804), - [aux_sym_proxy_jump_token1] = ACTIONS(1804), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1804), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1804), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1804), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1804), - [aux_sym_rekey_limit_token1] = ACTIONS(1804), - [aux_sym_remote_command_token1] = ACTIONS(1804), - [aux_sym_remote_forward_token1] = ACTIONS(1804), - [aux_sym_request_tty_token1] = ACTIONS(1804), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1804), - [aux_sym_security_key_provider_token1] = ACTIONS(1804), - [aux_sym_send_env_token1] = ACTIONS(1804), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1804), - [aux_sym_server_alive_interval_token1] = ACTIONS(1804), - [aux_sym_session_type_token1] = ACTIONS(1804), - [aux_sym_set_env_token1] = ACTIONS(1804), - [aux_sym_stdin_null_token1] = ACTIONS(1804), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1804), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1804), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1804), - [aux_sym_syslog_facility_token1] = ACTIONS(1804), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1804), - [aux_sym_keep_alive_token1] = ACTIONS(1804), - [aux_sym_tunnel_token1] = ACTIONS(1806), - [aux_sym_tunnel_device_token1] = ACTIONS(1804), - [aux_sym_update_host_keys_token1] = ACTIONS(1804), - [aux_sym_use_keychain_token1] = ACTIONS(1804), - [aux_sym_use_roaming_token1] = ACTIONS(1804), - [aux_sym_user_token1] = ACTIONS(1806), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1804), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1804), - [aux_sym_visual_host_key_token1] = ACTIONS(1804), - [aux_sym_xauth_location_token1] = ACTIONS(1804), + [ts_builtin_sym_end] = ACTIONS(1809), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1811), + [anon_sym_DQUOTE] = ACTIONS(1813), + [aux_sym_match_token1] = ACTIONS(1809), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1809), + [aux_sym_address_family_token1] = ACTIONS(1809), + [aux_sym_batch_mode_token1] = ACTIONS(1809), + [aux_sym_bind_address_token1] = ACTIONS(1809), + [aux_sym_bind_interface_token1] = ACTIONS(1809), + [aux_sym_canonical_domains_token1] = ACTIONS(1809), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1809), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1809), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1809), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1809), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1809), + [aux_sym_certificate_file_token1] = ACTIONS(1809), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1809), + [aux_sym_check_host_ip_token1] = ACTIONS(1809), + [aux_sym_ciphers_token1] = ACTIONS(1809), + [aux_sym_cipher_token1] = ACTIONS(1811), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1809), + [aux_sym_compression_token1] = ACTIONS(1809), + [aux_sym_connection_attempts_token1] = ACTIONS(1809), + [aux_sym_connect_timeout_token1] = ACTIONS(1809), + [aux_sym_control_master_token1] = ACTIONS(1809), + [aux_sym_control_path_token1] = ACTIONS(1809), + [aux_sym_control_persist_token1] = ACTIONS(1809), + [aux_sym_dynamic_forward_token1] = ACTIONS(1809), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1809), + [aux_sym_escape_char_token1] = ACTIONS(1809), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1809), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1809), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1809), + [aux_sym_forward_agent_token1] = ACTIONS(1809), + [aux_sym_forward_x11_token1] = ACTIONS(1811), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1809), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1809), + [aux_sym_gateway_ports_token1] = ACTIONS(1809), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1809), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1809), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1809), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1809), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1809), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1809), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1809), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1809), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1809), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1809), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1809), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1809), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1809), + [aux_sym_host_key_alias_token1] = ACTIONS(1809), + [aux_sym_hostname_token1] = ACTIONS(1809), + [aux_sym_identities_only_token1] = ACTIONS(1809), + [aux_sym_identity_agent_token1] = ACTIONS(1809), + [aux_sym_identity_file_token1] = ACTIONS(1809), + [aux_sym_ignore_unknown_token1] = ACTIONS(1809), + [aux_sym_include_token1] = ACTIONS(1809), + [aux_sym_ip_qos_token1] = ACTIONS(1809), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1809), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1809), + [aux_sym_kex_algorithms_token1] = ACTIONS(1809), + [aux_sym_known_hosts_command_token1] = ACTIONS(1809), + [aux_sym_local_command_token1] = ACTIONS(1809), + [aux_sym_local_forward_token1] = ACTIONS(1809), + [aux_sym_log_level_token1] = ACTIONS(1809), + [aux_sym_log_verbose_token1] = ACTIONS(1809), + [aux_sym_macs_token1] = ACTIONS(1809), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1809), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1809), + [aux_sym_password_authentication_token1] = ACTIONS(1809), + [aux_sym_permit_local_command_token1] = ACTIONS(1809), + [aux_sym_permit_remote_open_token1] = ACTIONS(1809), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1809), + [aux_sym_port_token1] = ACTIONS(1809), + [aux_sym_preferred_authentications_token1] = ACTIONS(1809), + [aux_sym_protocol_token1] = ACTIONS(1809), + [aux_sym_proxy_command_token1] = ACTIONS(1809), + [aux_sym_proxy_jump_token1] = ACTIONS(1809), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1809), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1809), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1809), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1809), + [aux_sym_rekey_limit_token1] = ACTIONS(1809), + [aux_sym_remote_command_token1] = ACTIONS(1809), + [aux_sym_remote_forward_token1] = ACTIONS(1809), + [aux_sym_request_tty_token1] = ACTIONS(1809), + [aux_sym_required_rsa_size_token1] = ACTIONS(1809), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1809), + [aux_sym_security_key_provider_token1] = ACTIONS(1809), + [aux_sym_send_env_token1] = ACTIONS(1809), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1809), + [aux_sym_server_alive_interval_token1] = ACTIONS(1809), + [aux_sym_session_type_token1] = ACTIONS(1809), + [aux_sym_set_env_token1] = ACTIONS(1809), + [aux_sym_stdin_null_token1] = ACTIONS(1809), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1809), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1809), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1809), + [aux_sym_syslog_facility_token1] = ACTIONS(1809), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1809), + [aux_sym_keep_alive_token1] = ACTIONS(1809), + [aux_sym_tunnel_token1] = ACTIONS(1811), + [aux_sym_tunnel_device_token1] = ACTIONS(1809), + [aux_sym_update_host_keys_token1] = ACTIONS(1809), + [aux_sym_use_keychain_token1] = ACTIONS(1809), + [aux_sym_use_roaming_token1] = ACTIONS(1809), + [aux_sym_user_token1] = ACTIONS(1811), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1809), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1809), + [aux_sym_visual_host_key_token1] = ACTIONS(1809), + [aux_sym_xauth_location_token1] = ACTIONS(1809), }, [213] = { - [ts_builtin_sym_end] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1812), - [anon_sym_DQUOTE] = ACTIONS(1814), - [aux_sym_match_token1] = ACTIONS(1810), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1810), - [aux_sym_address_family_token1] = ACTIONS(1810), - [aux_sym_batch_mode_token1] = ACTIONS(1810), - [aux_sym_bind_address_token1] = ACTIONS(1810), - [aux_sym_bind_interface_token1] = ACTIONS(1810), - [aux_sym_canonical_domains_token1] = ACTIONS(1810), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1810), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1810), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1810), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1810), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1810), - [aux_sym_certificate_file_token1] = ACTIONS(1810), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1810), - [aux_sym_check_host_ip_token1] = ACTIONS(1810), - [aux_sym_ciphers_token1] = ACTIONS(1810), - [aux_sym_cipher_token1] = ACTIONS(1812), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1810), - [aux_sym_compression_token1] = ACTIONS(1810), - [aux_sym_connection_attempts_token1] = ACTIONS(1810), - [aux_sym_connect_timeout_token1] = ACTIONS(1810), - [aux_sym_control_master_token1] = ACTIONS(1810), - [aux_sym_control_path_token1] = ACTIONS(1810), - [aux_sym_control_persist_token1] = ACTIONS(1810), - [aux_sym_dynamic_forward_token1] = ACTIONS(1810), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1810), - [aux_sym_escape_char_token1] = ACTIONS(1810), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1810), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1810), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1810), - [aux_sym_forward_agent_token1] = ACTIONS(1810), - [aux_sym_forward_x11_token1] = ACTIONS(1812), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1810), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1810), - [aux_sym_gateway_ports_token1] = ACTIONS(1810), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1810), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1810), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1810), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1810), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1810), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1810), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1810), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1810), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1810), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1810), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1810), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1810), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1810), - [aux_sym_host_key_alias_token1] = ACTIONS(1810), - [aux_sym_hostname_token1] = ACTIONS(1810), - [aux_sym_identities_only_token1] = ACTIONS(1810), - [aux_sym_identity_agent_token1] = ACTIONS(1810), - [aux_sym_identity_file_token1] = ACTIONS(1810), - [aux_sym_ignore_unknown_token1] = ACTIONS(1810), - [aux_sym_include_token1] = ACTIONS(1810), - [aux_sym_ip_qos_token1] = ACTIONS(1810), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1810), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1810), - [aux_sym_kex_algorithms_token1] = ACTIONS(1810), - [aux_sym_known_hosts_command_token1] = ACTIONS(1810), - [aux_sym_local_command_token1] = ACTIONS(1810), - [aux_sym_local_forward_token1] = ACTIONS(1810), - [aux_sym_log_level_token1] = ACTIONS(1810), - [aux_sym_log_verbose_token1] = ACTIONS(1810), - [aux_sym_macs_token1] = ACTIONS(1810), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1810), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1810), - [aux_sym_password_authentication_token1] = ACTIONS(1810), - [aux_sym_permit_local_command_token1] = ACTIONS(1810), - [aux_sym_permit_remote_open_token1] = ACTIONS(1810), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1810), - [aux_sym_port_token1] = ACTIONS(1810), - [aux_sym_preferred_authentications_token1] = ACTIONS(1810), - [aux_sym_protocol_token1] = ACTIONS(1810), - [aux_sym_proxy_command_token1] = ACTIONS(1810), - [aux_sym_proxy_jump_token1] = ACTIONS(1810), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1810), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1810), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1810), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1810), - [aux_sym_rekey_limit_token1] = ACTIONS(1810), - [aux_sym_remote_command_token1] = ACTIONS(1810), - [aux_sym_remote_forward_token1] = ACTIONS(1810), - [aux_sym_request_tty_token1] = ACTIONS(1810), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1810), - [aux_sym_security_key_provider_token1] = ACTIONS(1810), - [aux_sym_send_env_token1] = ACTIONS(1810), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1810), - [aux_sym_server_alive_interval_token1] = ACTIONS(1810), - [aux_sym_session_type_token1] = ACTIONS(1810), - [aux_sym_set_env_token1] = ACTIONS(1810), - [aux_sym_stdin_null_token1] = ACTIONS(1810), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1810), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1810), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1810), - [aux_sym_syslog_facility_token1] = ACTIONS(1810), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1810), - [aux_sym_keep_alive_token1] = ACTIONS(1810), - [aux_sym_tunnel_token1] = ACTIONS(1812), - [aux_sym_tunnel_device_token1] = ACTIONS(1810), - [aux_sym_update_host_keys_token1] = ACTIONS(1810), - [aux_sym_use_keychain_token1] = ACTIONS(1810), - [aux_sym_use_roaming_token1] = ACTIONS(1810), - [aux_sym_user_token1] = ACTIONS(1812), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1810), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1810), - [aux_sym_visual_host_key_token1] = ACTIONS(1810), - [aux_sym_xauth_location_token1] = ACTIONS(1810), + [ts_builtin_sym_end] = ACTIONS(1815), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1817), + [anon_sym_DQUOTE] = ACTIONS(1819), + [aux_sym_match_token1] = ACTIONS(1815), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1815), + [aux_sym_address_family_token1] = ACTIONS(1815), + [aux_sym_batch_mode_token1] = ACTIONS(1815), + [aux_sym_bind_address_token1] = ACTIONS(1815), + [aux_sym_bind_interface_token1] = ACTIONS(1815), + [aux_sym_canonical_domains_token1] = ACTIONS(1815), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1815), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1815), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1815), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1815), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1815), + [aux_sym_certificate_file_token1] = ACTIONS(1815), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1815), + [aux_sym_check_host_ip_token1] = ACTIONS(1815), + [aux_sym_ciphers_token1] = ACTIONS(1815), + [aux_sym_cipher_token1] = ACTIONS(1817), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1815), + [aux_sym_compression_token1] = ACTIONS(1815), + [aux_sym_connection_attempts_token1] = ACTIONS(1815), + [aux_sym_connect_timeout_token1] = ACTIONS(1815), + [aux_sym_control_master_token1] = ACTIONS(1815), + [aux_sym_control_path_token1] = ACTIONS(1815), + [aux_sym_control_persist_token1] = ACTIONS(1815), + [aux_sym_dynamic_forward_token1] = ACTIONS(1815), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1815), + [aux_sym_escape_char_token1] = ACTIONS(1815), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1815), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1815), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1815), + [aux_sym_forward_agent_token1] = ACTIONS(1815), + [aux_sym_forward_x11_token1] = ACTIONS(1817), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1815), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1815), + [aux_sym_gateway_ports_token1] = ACTIONS(1815), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1815), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1815), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1815), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1815), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1815), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1815), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1815), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1815), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1815), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1815), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1815), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1815), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1815), + [aux_sym_host_key_alias_token1] = ACTIONS(1815), + [aux_sym_hostname_token1] = ACTIONS(1815), + [aux_sym_identities_only_token1] = ACTIONS(1815), + [aux_sym_identity_agent_token1] = ACTIONS(1815), + [aux_sym_identity_file_token1] = ACTIONS(1815), + [aux_sym_ignore_unknown_token1] = ACTIONS(1815), + [aux_sym_include_token1] = ACTIONS(1815), + [aux_sym_ip_qos_token1] = ACTIONS(1815), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1815), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1815), + [aux_sym_kex_algorithms_token1] = ACTIONS(1815), + [aux_sym_known_hosts_command_token1] = ACTIONS(1815), + [aux_sym_local_command_token1] = ACTIONS(1815), + [aux_sym_local_forward_token1] = ACTIONS(1815), + [aux_sym_log_level_token1] = ACTIONS(1815), + [aux_sym_log_verbose_token1] = ACTIONS(1815), + [aux_sym_macs_token1] = ACTIONS(1815), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1815), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1815), + [aux_sym_password_authentication_token1] = ACTIONS(1815), + [aux_sym_permit_local_command_token1] = ACTIONS(1815), + [aux_sym_permit_remote_open_token1] = ACTIONS(1815), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1815), + [aux_sym_port_token1] = ACTIONS(1815), + [aux_sym_preferred_authentications_token1] = ACTIONS(1815), + [aux_sym_protocol_token1] = ACTIONS(1815), + [aux_sym_proxy_command_token1] = ACTIONS(1815), + [aux_sym_proxy_jump_token1] = ACTIONS(1815), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1815), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1815), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1815), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1815), + [aux_sym_rekey_limit_token1] = ACTIONS(1815), + [aux_sym_remote_command_token1] = ACTIONS(1815), + [aux_sym_remote_forward_token1] = ACTIONS(1815), + [aux_sym_request_tty_token1] = ACTIONS(1815), + [aux_sym_required_rsa_size_token1] = ACTIONS(1815), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1815), + [aux_sym_security_key_provider_token1] = ACTIONS(1815), + [aux_sym_send_env_token1] = ACTIONS(1815), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1815), + [aux_sym_server_alive_interval_token1] = ACTIONS(1815), + [aux_sym_session_type_token1] = ACTIONS(1815), + [aux_sym_set_env_token1] = ACTIONS(1815), + [aux_sym_stdin_null_token1] = ACTIONS(1815), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1815), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1815), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1815), + [aux_sym_syslog_facility_token1] = ACTIONS(1815), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1815), + [aux_sym_keep_alive_token1] = ACTIONS(1815), + [aux_sym_tunnel_token1] = ACTIONS(1817), + [aux_sym_tunnel_device_token1] = ACTIONS(1815), + [aux_sym_update_host_keys_token1] = ACTIONS(1815), + [aux_sym_use_keychain_token1] = ACTIONS(1815), + [aux_sym_use_roaming_token1] = ACTIONS(1815), + [aux_sym_user_token1] = ACTIONS(1817), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1815), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1815), + [aux_sym_visual_host_key_token1] = ACTIONS(1815), + [aux_sym_xauth_location_token1] = ACTIONS(1815), }, [214] = { - [ts_builtin_sym_end] = ACTIONS(1816), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1818), - [anon_sym_DQUOTE] = ACTIONS(1820), - [aux_sym_match_token1] = ACTIONS(1816), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1816), - [aux_sym_address_family_token1] = ACTIONS(1816), - [aux_sym_batch_mode_token1] = ACTIONS(1816), - [aux_sym_bind_address_token1] = ACTIONS(1816), - [aux_sym_bind_interface_token1] = ACTIONS(1816), - [aux_sym_canonical_domains_token1] = ACTIONS(1816), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1816), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1816), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1816), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1816), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1816), - [aux_sym_certificate_file_token1] = ACTIONS(1816), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1816), - [aux_sym_check_host_ip_token1] = ACTIONS(1816), - [aux_sym_ciphers_token1] = ACTIONS(1816), - [aux_sym_cipher_token1] = ACTIONS(1818), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1816), - [aux_sym_compression_token1] = ACTIONS(1816), - [aux_sym_connection_attempts_token1] = ACTIONS(1816), - [aux_sym_connect_timeout_token1] = ACTIONS(1816), - [aux_sym_control_master_token1] = ACTIONS(1816), - [aux_sym_control_path_token1] = ACTIONS(1816), - [aux_sym_control_persist_token1] = ACTIONS(1816), - [aux_sym_dynamic_forward_token1] = ACTIONS(1816), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1816), - [aux_sym_escape_char_token1] = ACTIONS(1816), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1816), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1816), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1816), - [aux_sym_forward_agent_token1] = ACTIONS(1816), - [aux_sym_forward_x11_token1] = ACTIONS(1818), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1816), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1816), - [aux_sym_gateway_ports_token1] = ACTIONS(1816), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1816), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1816), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1816), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1816), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1816), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1816), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1816), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1816), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1816), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1816), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1816), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1816), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1816), - [aux_sym_host_key_alias_token1] = ACTIONS(1816), - [aux_sym_hostname_token1] = ACTIONS(1816), - [aux_sym_identities_only_token1] = ACTIONS(1816), - [aux_sym_identity_agent_token1] = ACTIONS(1816), - [aux_sym_identity_file_token1] = ACTIONS(1816), - [aux_sym_ignore_unknown_token1] = ACTIONS(1816), - [aux_sym_include_token1] = ACTIONS(1816), - [aux_sym_ip_qos_token1] = ACTIONS(1816), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1816), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1816), - [aux_sym_kex_algorithms_token1] = ACTIONS(1816), - [aux_sym_known_hosts_command_token1] = ACTIONS(1816), - [aux_sym_local_command_token1] = ACTIONS(1816), - [aux_sym_local_forward_token1] = ACTIONS(1816), - [aux_sym_log_level_token1] = ACTIONS(1816), - [aux_sym_log_verbose_token1] = ACTIONS(1816), - [aux_sym_macs_token1] = ACTIONS(1816), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1816), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1816), - [aux_sym_password_authentication_token1] = ACTIONS(1816), - [aux_sym_permit_local_command_token1] = ACTIONS(1816), - [aux_sym_permit_remote_open_token1] = ACTIONS(1816), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1816), - [aux_sym_port_token1] = ACTIONS(1816), - [aux_sym_preferred_authentications_token1] = ACTIONS(1816), - [aux_sym_protocol_token1] = ACTIONS(1816), - [aux_sym_proxy_command_token1] = ACTIONS(1816), - [aux_sym_proxy_jump_token1] = ACTIONS(1816), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1816), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1816), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1816), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1816), - [aux_sym_rekey_limit_token1] = ACTIONS(1816), - [aux_sym_remote_command_token1] = ACTIONS(1816), - [aux_sym_remote_forward_token1] = ACTIONS(1816), - [aux_sym_request_tty_token1] = ACTIONS(1816), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1816), - [aux_sym_security_key_provider_token1] = ACTIONS(1816), - [aux_sym_send_env_token1] = ACTIONS(1816), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1816), - [aux_sym_server_alive_interval_token1] = ACTIONS(1816), - [aux_sym_session_type_token1] = ACTIONS(1816), - [aux_sym_set_env_token1] = ACTIONS(1816), - [aux_sym_stdin_null_token1] = ACTIONS(1816), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1816), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1816), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1816), - [aux_sym_syslog_facility_token1] = ACTIONS(1816), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1816), - [aux_sym_keep_alive_token1] = ACTIONS(1816), - [aux_sym_tunnel_token1] = ACTIONS(1818), - [aux_sym_tunnel_device_token1] = ACTIONS(1816), - [aux_sym_update_host_keys_token1] = ACTIONS(1816), - [aux_sym_use_keychain_token1] = ACTIONS(1816), - [aux_sym_use_roaming_token1] = ACTIONS(1816), - [aux_sym_user_token1] = ACTIONS(1818), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1816), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1816), - [aux_sym_visual_host_key_token1] = ACTIONS(1816), - [aux_sym_xauth_location_token1] = ACTIONS(1816), + [ts_builtin_sym_end] = ACTIONS(1821), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1823), + [anon_sym_DQUOTE] = ACTIONS(1825), + [aux_sym_match_token1] = ACTIONS(1821), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1821), + [aux_sym_address_family_token1] = ACTIONS(1821), + [aux_sym_batch_mode_token1] = ACTIONS(1821), + [aux_sym_bind_address_token1] = ACTIONS(1821), + [aux_sym_bind_interface_token1] = ACTIONS(1821), + [aux_sym_canonical_domains_token1] = ACTIONS(1821), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1821), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1821), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1821), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1821), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1821), + [aux_sym_certificate_file_token1] = ACTIONS(1821), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1821), + [aux_sym_check_host_ip_token1] = ACTIONS(1821), + [aux_sym_ciphers_token1] = ACTIONS(1821), + [aux_sym_cipher_token1] = ACTIONS(1823), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1821), + [aux_sym_compression_token1] = ACTIONS(1821), + [aux_sym_connection_attempts_token1] = ACTIONS(1821), + [aux_sym_connect_timeout_token1] = ACTIONS(1821), + [aux_sym_control_master_token1] = ACTIONS(1821), + [aux_sym_control_path_token1] = ACTIONS(1821), + [aux_sym_control_persist_token1] = ACTIONS(1821), + [aux_sym_dynamic_forward_token1] = ACTIONS(1821), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1821), + [aux_sym_escape_char_token1] = ACTIONS(1821), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1821), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1821), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1821), + [aux_sym_forward_agent_token1] = ACTIONS(1821), + [aux_sym_forward_x11_token1] = ACTIONS(1823), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1821), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1821), + [aux_sym_gateway_ports_token1] = ACTIONS(1821), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1821), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1821), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1821), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1821), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1821), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1821), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1821), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1821), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1821), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1821), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1821), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1821), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1821), + [aux_sym_host_key_alias_token1] = ACTIONS(1821), + [aux_sym_hostname_token1] = ACTIONS(1821), + [aux_sym_identities_only_token1] = ACTIONS(1821), + [aux_sym_identity_agent_token1] = ACTIONS(1821), + [aux_sym_identity_file_token1] = ACTIONS(1821), + [aux_sym_ignore_unknown_token1] = ACTIONS(1821), + [aux_sym_include_token1] = ACTIONS(1821), + [aux_sym_ip_qos_token1] = ACTIONS(1821), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1821), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1821), + [aux_sym_kex_algorithms_token1] = ACTIONS(1821), + [aux_sym_known_hosts_command_token1] = ACTIONS(1821), + [aux_sym_local_command_token1] = ACTIONS(1821), + [aux_sym_local_forward_token1] = ACTIONS(1821), + [aux_sym_log_level_token1] = ACTIONS(1821), + [aux_sym_log_verbose_token1] = ACTIONS(1821), + [aux_sym_macs_token1] = ACTIONS(1821), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1821), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1821), + [aux_sym_password_authentication_token1] = ACTIONS(1821), + [aux_sym_permit_local_command_token1] = ACTIONS(1821), + [aux_sym_permit_remote_open_token1] = ACTIONS(1821), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1821), + [aux_sym_port_token1] = ACTIONS(1821), + [aux_sym_preferred_authentications_token1] = ACTIONS(1821), + [aux_sym_protocol_token1] = ACTIONS(1821), + [aux_sym_proxy_command_token1] = ACTIONS(1821), + [aux_sym_proxy_jump_token1] = ACTIONS(1821), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1821), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1821), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1821), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1821), + [aux_sym_rekey_limit_token1] = ACTIONS(1821), + [aux_sym_remote_command_token1] = ACTIONS(1821), + [aux_sym_remote_forward_token1] = ACTIONS(1821), + [aux_sym_request_tty_token1] = ACTIONS(1821), + [aux_sym_required_rsa_size_token1] = ACTIONS(1821), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1821), + [aux_sym_security_key_provider_token1] = ACTIONS(1821), + [aux_sym_send_env_token1] = ACTIONS(1821), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1821), + [aux_sym_server_alive_interval_token1] = ACTIONS(1821), + [aux_sym_session_type_token1] = ACTIONS(1821), + [aux_sym_set_env_token1] = ACTIONS(1821), + [aux_sym_stdin_null_token1] = ACTIONS(1821), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1821), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1821), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1821), + [aux_sym_syslog_facility_token1] = ACTIONS(1821), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1821), + [aux_sym_keep_alive_token1] = ACTIONS(1821), + [aux_sym_tunnel_token1] = ACTIONS(1823), + [aux_sym_tunnel_device_token1] = ACTIONS(1821), + [aux_sym_update_host_keys_token1] = ACTIONS(1821), + [aux_sym_use_keychain_token1] = ACTIONS(1821), + [aux_sym_use_roaming_token1] = ACTIONS(1821), + [aux_sym_user_token1] = ACTIONS(1823), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1821), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1821), + [aux_sym_visual_host_key_token1] = ACTIONS(1821), + [aux_sym_xauth_location_token1] = ACTIONS(1821), }, [215] = { - [ts_builtin_sym_end] = ACTIONS(1822), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1826), - [aux_sym_match_token1] = ACTIONS(1822), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1822), - [aux_sym_address_family_token1] = ACTIONS(1822), - [aux_sym_batch_mode_token1] = ACTIONS(1822), - [aux_sym_bind_address_token1] = ACTIONS(1822), - [aux_sym_bind_interface_token1] = ACTIONS(1822), - [aux_sym_canonical_domains_token1] = ACTIONS(1822), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1822), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1822), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1822), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1822), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1822), - [aux_sym_certificate_file_token1] = ACTIONS(1822), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1822), - [aux_sym_check_host_ip_token1] = ACTIONS(1822), - [aux_sym_ciphers_token1] = ACTIONS(1822), - [aux_sym_cipher_token1] = ACTIONS(1824), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1822), - [aux_sym_compression_token1] = ACTIONS(1822), - [aux_sym_connection_attempts_token1] = ACTIONS(1822), - [aux_sym_connect_timeout_token1] = ACTIONS(1822), - [aux_sym_control_master_token1] = ACTIONS(1822), - [aux_sym_control_path_token1] = ACTIONS(1822), - [aux_sym_control_persist_token1] = ACTIONS(1822), - [aux_sym_dynamic_forward_token1] = ACTIONS(1822), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1822), - [aux_sym_escape_char_token1] = ACTIONS(1822), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1822), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1822), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1822), - [aux_sym_forward_agent_token1] = ACTIONS(1822), - [aux_sym_forward_x11_token1] = ACTIONS(1824), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1822), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1822), - [aux_sym_gateway_ports_token1] = ACTIONS(1822), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1822), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1822), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1822), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1822), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1822), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1822), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1822), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1822), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1822), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1822), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1822), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1822), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1822), - [aux_sym_host_key_alias_token1] = ACTIONS(1822), - [aux_sym_hostname_token1] = ACTIONS(1822), - [aux_sym_identities_only_token1] = ACTIONS(1822), - [aux_sym_identity_agent_token1] = ACTIONS(1822), - [aux_sym_identity_file_token1] = ACTIONS(1822), - [aux_sym_ignore_unknown_token1] = ACTIONS(1822), - [aux_sym_include_token1] = ACTIONS(1822), - [aux_sym_ip_qos_token1] = ACTIONS(1822), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1822), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1822), - [aux_sym_kex_algorithms_token1] = ACTIONS(1822), - [aux_sym_known_hosts_command_token1] = ACTIONS(1822), - [aux_sym_local_command_token1] = ACTIONS(1822), - [aux_sym_local_forward_token1] = ACTIONS(1822), - [aux_sym_log_level_token1] = ACTIONS(1822), - [aux_sym_log_verbose_token1] = ACTIONS(1822), - [aux_sym_macs_token1] = ACTIONS(1822), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1822), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1822), - [aux_sym_password_authentication_token1] = ACTIONS(1822), - [aux_sym_permit_local_command_token1] = ACTIONS(1822), - [aux_sym_permit_remote_open_token1] = ACTIONS(1822), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1822), - [aux_sym_port_token1] = ACTIONS(1822), - [aux_sym_preferred_authentications_token1] = ACTIONS(1822), - [aux_sym_protocol_token1] = ACTIONS(1822), - [aux_sym_proxy_command_token1] = ACTIONS(1822), - [aux_sym_proxy_jump_token1] = ACTIONS(1822), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1822), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1822), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1822), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1822), - [aux_sym_rekey_limit_token1] = ACTIONS(1822), - [aux_sym_remote_command_token1] = ACTIONS(1822), - [aux_sym_remote_forward_token1] = ACTIONS(1822), - [aux_sym_request_tty_token1] = ACTIONS(1822), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1822), - [aux_sym_security_key_provider_token1] = ACTIONS(1822), - [aux_sym_send_env_token1] = ACTIONS(1822), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1822), - [aux_sym_server_alive_interval_token1] = ACTIONS(1822), - [aux_sym_session_type_token1] = ACTIONS(1822), - [aux_sym_set_env_token1] = ACTIONS(1822), - [aux_sym_stdin_null_token1] = ACTIONS(1822), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1822), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1822), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1822), - [aux_sym_syslog_facility_token1] = ACTIONS(1822), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1822), - [aux_sym_keep_alive_token1] = ACTIONS(1822), - [aux_sym_tunnel_token1] = ACTIONS(1824), - [aux_sym_tunnel_device_token1] = ACTIONS(1822), - [aux_sym_update_host_keys_token1] = ACTIONS(1822), - [aux_sym_use_keychain_token1] = ACTIONS(1822), - [aux_sym_use_roaming_token1] = ACTIONS(1822), - [aux_sym_user_token1] = ACTIONS(1824), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1822), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1822), - [aux_sym_visual_host_key_token1] = ACTIONS(1822), - [aux_sym_xauth_location_token1] = ACTIONS(1822), + [ts_builtin_sym_end] = ACTIONS(1827), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1829), + [anon_sym_DQUOTE] = ACTIONS(1831), + [aux_sym_match_token1] = ACTIONS(1827), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1827), + [aux_sym_address_family_token1] = ACTIONS(1827), + [aux_sym_batch_mode_token1] = ACTIONS(1827), + [aux_sym_bind_address_token1] = ACTIONS(1827), + [aux_sym_bind_interface_token1] = ACTIONS(1827), + [aux_sym_canonical_domains_token1] = ACTIONS(1827), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1827), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1827), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1827), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1827), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1827), + [aux_sym_certificate_file_token1] = ACTIONS(1827), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1827), + [aux_sym_check_host_ip_token1] = ACTIONS(1827), + [aux_sym_ciphers_token1] = ACTIONS(1827), + [aux_sym_cipher_token1] = ACTIONS(1829), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1827), + [aux_sym_compression_token1] = ACTIONS(1827), + [aux_sym_connection_attempts_token1] = ACTIONS(1827), + [aux_sym_connect_timeout_token1] = ACTIONS(1827), + [aux_sym_control_master_token1] = ACTIONS(1827), + [aux_sym_control_path_token1] = ACTIONS(1827), + [aux_sym_control_persist_token1] = ACTIONS(1827), + [aux_sym_dynamic_forward_token1] = ACTIONS(1827), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1827), + [aux_sym_escape_char_token1] = ACTIONS(1827), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1827), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1827), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1827), + [aux_sym_forward_agent_token1] = ACTIONS(1827), + [aux_sym_forward_x11_token1] = ACTIONS(1829), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1827), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1827), + [aux_sym_gateway_ports_token1] = ACTIONS(1827), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1827), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1827), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1827), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1827), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1827), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1827), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1827), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1827), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1827), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1827), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1827), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1827), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1827), + [aux_sym_host_key_alias_token1] = ACTIONS(1827), + [aux_sym_hostname_token1] = ACTIONS(1827), + [aux_sym_identities_only_token1] = ACTIONS(1827), + [aux_sym_identity_agent_token1] = ACTIONS(1827), + [aux_sym_identity_file_token1] = ACTIONS(1827), + [aux_sym_ignore_unknown_token1] = ACTIONS(1827), + [aux_sym_include_token1] = ACTIONS(1827), + [aux_sym_ip_qos_token1] = ACTIONS(1827), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1827), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1827), + [aux_sym_kex_algorithms_token1] = ACTIONS(1827), + [aux_sym_known_hosts_command_token1] = ACTIONS(1827), + [aux_sym_local_command_token1] = ACTIONS(1827), + [aux_sym_local_forward_token1] = ACTIONS(1827), + [aux_sym_log_level_token1] = ACTIONS(1827), + [aux_sym_log_verbose_token1] = ACTIONS(1827), + [aux_sym_macs_token1] = ACTIONS(1827), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1827), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1827), + [aux_sym_password_authentication_token1] = ACTIONS(1827), + [aux_sym_permit_local_command_token1] = ACTIONS(1827), + [aux_sym_permit_remote_open_token1] = ACTIONS(1827), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1827), + [aux_sym_port_token1] = ACTIONS(1827), + [aux_sym_preferred_authentications_token1] = ACTIONS(1827), + [aux_sym_protocol_token1] = ACTIONS(1827), + [aux_sym_proxy_command_token1] = ACTIONS(1827), + [aux_sym_proxy_jump_token1] = ACTIONS(1827), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1827), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1827), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1827), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1827), + [aux_sym_rekey_limit_token1] = ACTIONS(1827), + [aux_sym_remote_command_token1] = ACTIONS(1827), + [aux_sym_remote_forward_token1] = ACTIONS(1827), + [aux_sym_request_tty_token1] = ACTIONS(1827), + [aux_sym_required_rsa_size_token1] = ACTIONS(1827), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1827), + [aux_sym_security_key_provider_token1] = ACTIONS(1827), + [aux_sym_send_env_token1] = ACTIONS(1827), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1827), + [aux_sym_server_alive_interval_token1] = ACTIONS(1827), + [aux_sym_session_type_token1] = ACTIONS(1827), + [aux_sym_set_env_token1] = ACTIONS(1827), + [aux_sym_stdin_null_token1] = ACTIONS(1827), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1827), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1827), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1827), + [aux_sym_syslog_facility_token1] = ACTIONS(1827), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1827), + [aux_sym_keep_alive_token1] = ACTIONS(1827), + [aux_sym_tunnel_token1] = ACTIONS(1829), + [aux_sym_tunnel_device_token1] = ACTIONS(1827), + [aux_sym_update_host_keys_token1] = ACTIONS(1827), + [aux_sym_use_keychain_token1] = ACTIONS(1827), + [aux_sym_use_roaming_token1] = ACTIONS(1827), + [aux_sym_user_token1] = ACTIONS(1829), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1827), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1827), + [aux_sym_visual_host_key_token1] = ACTIONS(1827), + [aux_sym_xauth_location_token1] = ACTIONS(1827), }, [216] = { - [ts_builtin_sym_end] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1830), - [anon_sym_DQUOTE] = ACTIONS(1832), - [aux_sym_match_token1] = ACTIONS(1828), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1828), - [aux_sym_address_family_token1] = ACTIONS(1828), - [aux_sym_batch_mode_token1] = ACTIONS(1828), - [aux_sym_bind_address_token1] = ACTIONS(1828), - [aux_sym_bind_interface_token1] = ACTIONS(1828), - [aux_sym_canonical_domains_token1] = ACTIONS(1828), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1828), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1828), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1828), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1828), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1828), - [aux_sym_certificate_file_token1] = ACTIONS(1828), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1828), - [aux_sym_check_host_ip_token1] = ACTIONS(1828), - [aux_sym_ciphers_token1] = ACTIONS(1828), - [aux_sym_cipher_token1] = ACTIONS(1830), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1828), - [aux_sym_compression_token1] = ACTIONS(1828), - [aux_sym_connection_attempts_token1] = ACTIONS(1828), - [aux_sym_connect_timeout_token1] = ACTIONS(1828), - [aux_sym_control_master_token1] = ACTIONS(1828), - [aux_sym_control_path_token1] = ACTIONS(1828), - [aux_sym_control_persist_token1] = ACTIONS(1828), - [aux_sym_dynamic_forward_token1] = ACTIONS(1828), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1828), - [aux_sym_escape_char_token1] = ACTIONS(1828), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1828), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1828), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1828), - [aux_sym_forward_agent_token1] = ACTIONS(1828), - [aux_sym_forward_x11_token1] = ACTIONS(1830), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1828), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1828), - [aux_sym_gateway_ports_token1] = ACTIONS(1828), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1828), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1828), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1828), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1828), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1828), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1828), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1828), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1828), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1828), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1828), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1828), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1828), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1828), - [aux_sym_host_key_alias_token1] = ACTIONS(1828), - [aux_sym_hostname_token1] = ACTIONS(1828), - [aux_sym_identities_only_token1] = ACTIONS(1828), - [aux_sym_identity_agent_token1] = ACTIONS(1828), - [aux_sym_identity_file_token1] = ACTIONS(1828), - [aux_sym_ignore_unknown_token1] = ACTIONS(1828), - [aux_sym_include_token1] = ACTIONS(1828), - [aux_sym_ip_qos_token1] = ACTIONS(1828), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1828), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1828), - [aux_sym_kex_algorithms_token1] = ACTIONS(1828), - [aux_sym_known_hosts_command_token1] = ACTIONS(1828), - [aux_sym_local_command_token1] = ACTIONS(1828), - [aux_sym_local_forward_token1] = ACTIONS(1828), - [aux_sym_log_level_token1] = ACTIONS(1828), - [aux_sym_log_verbose_token1] = ACTIONS(1828), - [aux_sym_macs_token1] = ACTIONS(1828), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1828), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1828), - [aux_sym_password_authentication_token1] = ACTIONS(1828), - [aux_sym_permit_local_command_token1] = ACTIONS(1828), - [aux_sym_permit_remote_open_token1] = ACTIONS(1828), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1828), - [aux_sym_port_token1] = ACTIONS(1828), - [aux_sym_preferred_authentications_token1] = ACTIONS(1828), - [aux_sym_protocol_token1] = ACTIONS(1828), - [aux_sym_proxy_command_token1] = ACTIONS(1828), - [aux_sym_proxy_jump_token1] = ACTIONS(1828), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1828), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1828), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1828), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1828), - [aux_sym_rekey_limit_token1] = ACTIONS(1828), - [aux_sym_remote_command_token1] = ACTIONS(1828), - [aux_sym_remote_forward_token1] = ACTIONS(1828), - [aux_sym_request_tty_token1] = ACTIONS(1828), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1828), - [aux_sym_security_key_provider_token1] = ACTIONS(1828), - [aux_sym_send_env_token1] = ACTIONS(1828), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1828), - [aux_sym_server_alive_interval_token1] = ACTIONS(1828), - [aux_sym_session_type_token1] = ACTIONS(1828), - [aux_sym_set_env_token1] = ACTIONS(1828), - [aux_sym_stdin_null_token1] = ACTIONS(1828), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1828), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1828), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1828), - [aux_sym_syslog_facility_token1] = ACTIONS(1828), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1828), - [aux_sym_keep_alive_token1] = ACTIONS(1828), - [aux_sym_tunnel_token1] = ACTIONS(1830), - [aux_sym_tunnel_device_token1] = ACTIONS(1828), - [aux_sym_update_host_keys_token1] = ACTIONS(1828), - [aux_sym_use_keychain_token1] = ACTIONS(1828), - [aux_sym_use_roaming_token1] = ACTIONS(1828), - [aux_sym_user_token1] = ACTIONS(1830), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1828), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1828), - [aux_sym_visual_host_key_token1] = ACTIONS(1828), - [aux_sym_xauth_location_token1] = ACTIONS(1828), + [ts_builtin_sym_end] = ACTIONS(1833), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1835), + [anon_sym_DQUOTE] = ACTIONS(1837), + [aux_sym_match_token1] = ACTIONS(1833), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1833), + [aux_sym_address_family_token1] = ACTIONS(1833), + [aux_sym_batch_mode_token1] = ACTIONS(1833), + [aux_sym_bind_address_token1] = ACTIONS(1833), + [aux_sym_bind_interface_token1] = ACTIONS(1833), + [aux_sym_canonical_domains_token1] = ACTIONS(1833), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1833), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1833), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1833), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1833), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1833), + [aux_sym_certificate_file_token1] = ACTIONS(1833), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1833), + [aux_sym_check_host_ip_token1] = ACTIONS(1833), + [aux_sym_ciphers_token1] = ACTIONS(1833), + [aux_sym_cipher_token1] = ACTIONS(1835), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1833), + [aux_sym_compression_token1] = ACTIONS(1833), + [aux_sym_connection_attempts_token1] = ACTIONS(1833), + [aux_sym_connect_timeout_token1] = ACTIONS(1833), + [aux_sym_control_master_token1] = ACTIONS(1833), + [aux_sym_control_path_token1] = ACTIONS(1833), + [aux_sym_control_persist_token1] = ACTIONS(1833), + [aux_sym_dynamic_forward_token1] = ACTIONS(1833), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1833), + [aux_sym_escape_char_token1] = ACTIONS(1833), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1833), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1833), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1833), + [aux_sym_forward_agent_token1] = ACTIONS(1833), + [aux_sym_forward_x11_token1] = ACTIONS(1835), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1833), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1833), + [aux_sym_gateway_ports_token1] = ACTIONS(1833), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1833), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1833), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1833), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1833), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1833), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1833), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1833), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1833), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1833), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1833), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1833), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1833), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1833), + [aux_sym_host_key_alias_token1] = ACTIONS(1833), + [aux_sym_hostname_token1] = ACTIONS(1833), + [aux_sym_identities_only_token1] = ACTIONS(1833), + [aux_sym_identity_agent_token1] = ACTIONS(1833), + [aux_sym_identity_file_token1] = ACTIONS(1833), + [aux_sym_ignore_unknown_token1] = ACTIONS(1833), + [aux_sym_include_token1] = ACTIONS(1833), + [aux_sym_ip_qos_token1] = ACTIONS(1833), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1833), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1833), + [aux_sym_kex_algorithms_token1] = ACTIONS(1833), + [aux_sym_known_hosts_command_token1] = ACTIONS(1833), + [aux_sym_local_command_token1] = ACTIONS(1833), + [aux_sym_local_forward_token1] = ACTIONS(1833), + [aux_sym_log_level_token1] = ACTIONS(1833), + [aux_sym_log_verbose_token1] = ACTIONS(1833), + [aux_sym_macs_token1] = ACTIONS(1833), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1833), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1833), + [aux_sym_password_authentication_token1] = ACTIONS(1833), + [aux_sym_permit_local_command_token1] = ACTIONS(1833), + [aux_sym_permit_remote_open_token1] = ACTIONS(1833), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1833), + [aux_sym_port_token1] = ACTIONS(1833), + [aux_sym_preferred_authentications_token1] = ACTIONS(1833), + [aux_sym_protocol_token1] = ACTIONS(1833), + [aux_sym_proxy_command_token1] = ACTIONS(1833), + [aux_sym_proxy_jump_token1] = ACTIONS(1833), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1833), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1833), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1833), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1833), + [aux_sym_rekey_limit_token1] = ACTIONS(1833), + [aux_sym_remote_command_token1] = ACTIONS(1833), + [aux_sym_remote_forward_token1] = ACTIONS(1833), + [aux_sym_request_tty_token1] = ACTIONS(1833), + [aux_sym_required_rsa_size_token1] = ACTIONS(1833), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1833), + [aux_sym_security_key_provider_token1] = ACTIONS(1833), + [aux_sym_send_env_token1] = ACTIONS(1833), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1833), + [aux_sym_server_alive_interval_token1] = ACTIONS(1833), + [aux_sym_session_type_token1] = ACTIONS(1833), + [aux_sym_set_env_token1] = ACTIONS(1833), + [aux_sym_stdin_null_token1] = ACTIONS(1833), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1833), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1833), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1833), + [aux_sym_syslog_facility_token1] = ACTIONS(1833), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1833), + [aux_sym_keep_alive_token1] = ACTIONS(1833), + [aux_sym_tunnel_token1] = ACTIONS(1835), + [aux_sym_tunnel_device_token1] = ACTIONS(1833), + [aux_sym_update_host_keys_token1] = ACTIONS(1833), + [aux_sym_use_keychain_token1] = ACTIONS(1833), + [aux_sym_use_roaming_token1] = ACTIONS(1833), + [aux_sym_user_token1] = ACTIONS(1835), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1833), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1833), + [aux_sym_visual_host_key_token1] = ACTIONS(1833), + [aux_sym_xauth_location_token1] = ACTIONS(1833), }, [217] = { - [ts_builtin_sym_end] = ACTIONS(1834), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1836), - [anon_sym_DQUOTE] = ACTIONS(1838), - [aux_sym_match_token1] = ACTIONS(1834), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1834), - [aux_sym_address_family_token1] = ACTIONS(1834), - [aux_sym_batch_mode_token1] = ACTIONS(1834), - [aux_sym_bind_address_token1] = ACTIONS(1834), - [aux_sym_bind_interface_token1] = ACTIONS(1834), - [aux_sym_canonical_domains_token1] = ACTIONS(1834), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1834), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1834), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1834), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1834), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1834), - [aux_sym_certificate_file_token1] = ACTIONS(1834), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1834), - [aux_sym_check_host_ip_token1] = ACTIONS(1834), - [aux_sym_ciphers_token1] = ACTIONS(1834), - [aux_sym_cipher_token1] = ACTIONS(1836), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1834), - [aux_sym_compression_token1] = ACTIONS(1834), - [aux_sym_connection_attempts_token1] = ACTIONS(1834), - [aux_sym_connect_timeout_token1] = ACTIONS(1834), - [aux_sym_control_master_token1] = ACTIONS(1834), - [aux_sym_control_path_token1] = ACTIONS(1834), - [aux_sym_control_persist_token1] = ACTIONS(1834), - [aux_sym_dynamic_forward_token1] = ACTIONS(1834), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1834), - [aux_sym_escape_char_token1] = ACTIONS(1834), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1834), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1834), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1834), - [aux_sym_forward_agent_token1] = ACTIONS(1834), - [aux_sym_forward_x11_token1] = ACTIONS(1836), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1834), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1834), - [aux_sym_gateway_ports_token1] = ACTIONS(1834), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1834), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1834), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1834), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1834), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1834), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1834), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1834), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1834), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1834), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1834), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1834), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1834), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1834), - [aux_sym_host_key_alias_token1] = ACTIONS(1834), - [aux_sym_hostname_token1] = ACTIONS(1834), - [aux_sym_identities_only_token1] = ACTIONS(1834), - [aux_sym_identity_agent_token1] = ACTIONS(1834), - [aux_sym_identity_file_token1] = ACTIONS(1834), - [aux_sym_ignore_unknown_token1] = ACTIONS(1834), - [aux_sym_include_token1] = ACTIONS(1834), - [aux_sym_ip_qos_token1] = ACTIONS(1834), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1834), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1834), - [aux_sym_kex_algorithms_token1] = ACTIONS(1834), - [aux_sym_known_hosts_command_token1] = ACTIONS(1834), - [aux_sym_local_command_token1] = ACTIONS(1834), - [aux_sym_local_forward_token1] = ACTIONS(1834), - [aux_sym_log_level_token1] = ACTIONS(1834), - [aux_sym_log_verbose_token1] = ACTIONS(1834), - [aux_sym_macs_token1] = ACTIONS(1834), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1834), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1834), - [aux_sym_password_authentication_token1] = ACTIONS(1834), - [aux_sym_permit_local_command_token1] = ACTIONS(1834), - [aux_sym_permit_remote_open_token1] = ACTIONS(1834), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1834), - [aux_sym_port_token1] = ACTIONS(1834), - [aux_sym_preferred_authentications_token1] = ACTIONS(1834), - [aux_sym_protocol_token1] = ACTIONS(1834), - [aux_sym_proxy_command_token1] = ACTIONS(1834), - [aux_sym_proxy_jump_token1] = ACTIONS(1834), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1834), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1834), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1834), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1834), - [aux_sym_rekey_limit_token1] = ACTIONS(1834), - [aux_sym_remote_command_token1] = ACTIONS(1834), - [aux_sym_remote_forward_token1] = ACTIONS(1834), - [aux_sym_request_tty_token1] = ACTIONS(1834), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1834), - [aux_sym_security_key_provider_token1] = ACTIONS(1834), - [aux_sym_send_env_token1] = ACTIONS(1834), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1834), - [aux_sym_server_alive_interval_token1] = ACTIONS(1834), - [aux_sym_session_type_token1] = ACTIONS(1834), - [aux_sym_set_env_token1] = ACTIONS(1834), - [aux_sym_stdin_null_token1] = ACTIONS(1834), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1834), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1834), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1834), - [aux_sym_syslog_facility_token1] = ACTIONS(1834), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1834), - [aux_sym_keep_alive_token1] = ACTIONS(1834), - [aux_sym_tunnel_token1] = ACTIONS(1836), - [aux_sym_tunnel_device_token1] = ACTIONS(1834), - [aux_sym_update_host_keys_token1] = ACTIONS(1834), - [aux_sym_use_keychain_token1] = ACTIONS(1834), - [aux_sym_use_roaming_token1] = ACTIONS(1834), - [aux_sym_user_token1] = ACTIONS(1836), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1834), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1834), - [aux_sym_visual_host_key_token1] = ACTIONS(1834), - [aux_sym_xauth_location_token1] = ACTIONS(1834), + [ts_builtin_sym_end] = ACTIONS(1839), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1841), + [anon_sym_DQUOTE] = ACTIONS(1843), + [aux_sym_match_token1] = ACTIONS(1839), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1839), + [aux_sym_address_family_token1] = ACTIONS(1839), + [aux_sym_batch_mode_token1] = ACTIONS(1839), + [aux_sym_bind_address_token1] = ACTIONS(1839), + [aux_sym_bind_interface_token1] = ACTIONS(1839), + [aux_sym_canonical_domains_token1] = ACTIONS(1839), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1839), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1839), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1839), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1839), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1839), + [aux_sym_certificate_file_token1] = ACTIONS(1839), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1839), + [aux_sym_check_host_ip_token1] = ACTIONS(1839), + [aux_sym_ciphers_token1] = ACTIONS(1839), + [aux_sym_cipher_token1] = ACTIONS(1841), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1839), + [aux_sym_compression_token1] = ACTIONS(1839), + [aux_sym_connection_attempts_token1] = ACTIONS(1839), + [aux_sym_connect_timeout_token1] = ACTIONS(1839), + [aux_sym_control_master_token1] = ACTIONS(1839), + [aux_sym_control_path_token1] = ACTIONS(1839), + [aux_sym_control_persist_token1] = ACTIONS(1839), + [aux_sym_dynamic_forward_token1] = ACTIONS(1839), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1839), + [aux_sym_escape_char_token1] = ACTIONS(1839), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1839), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1839), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1839), + [aux_sym_forward_agent_token1] = ACTIONS(1839), + [aux_sym_forward_x11_token1] = ACTIONS(1841), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1839), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1839), + [aux_sym_gateway_ports_token1] = ACTIONS(1839), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1839), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1839), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1839), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1839), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1839), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1839), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1839), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1839), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1839), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1839), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1839), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1839), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1839), + [aux_sym_host_key_alias_token1] = ACTIONS(1839), + [aux_sym_hostname_token1] = ACTIONS(1839), + [aux_sym_identities_only_token1] = ACTIONS(1839), + [aux_sym_identity_agent_token1] = ACTIONS(1839), + [aux_sym_identity_file_token1] = ACTIONS(1839), + [aux_sym_ignore_unknown_token1] = ACTIONS(1839), + [aux_sym_include_token1] = ACTIONS(1839), + [aux_sym_ip_qos_token1] = ACTIONS(1839), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1839), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1839), + [aux_sym_kex_algorithms_token1] = ACTIONS(1839), + [aux_sym_known_hosts_command_token1] = ACTIONS(1839), + [aux_sym_local_command_token1] = ACTIONS(1839), + [aux_sym_local_forward_token1] = ACTIONS(1839), + [aux_sym_log_level_token1] = ACTIONS(1839), + [aux_sym_log_verbose_token1] = ACTIONS(1839), + [aux_sym_macs_token1] = ACTIONS(1839), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1839), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1839), + [aux_sym_password_authentication_token1] = ACTIONS(1839), + [aux_sym_permit_local_command_token1] = ACTIONS(1839), + [aux_sym_permit_remote_open_token1] = ACTIONS(1839), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1839), + [aux_sym_port_token1] = ACTIONS(1839), + [aux_sym_preferred_authentications_token1] = ACTIONS(1839), + [aux_sym_protocol_token1] = ACTIONS(1839), + [aux_sym_proxy_command_token1] = ACTIONS(1839), + [aux_sym_proxy_jump_token1] = ACTIONS(1839), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1839), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1839), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1839), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1839), + [aux_sym_rekey_limit_token1] = ACTIONS(1839), + [aux_sym_remote_command_token1] = ACTIONS(1839), + [aux_sym_remote_forward_token1] = ACTIONS(1839), + [aux_sym_request_tty_token1] = ACTIONS(1839), + [aux_sym_required_rsa_size_token1] = ACTIONS(1839), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1839), + [aux_sym_security_key_provider_token1] = ACTIONS(1839), + [aux_sym_send_env_token1] = ACTIONS(1839), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1839), + [aux_sym_server_alive_interval_token1] = ACTIONS(1839), + [aux_sym_session_type_token1] = ACTIONS(1839), + [aux_sym_set_env_token1] = ACTIONS(1839), + [aux_sym_stdin_null_token1] = ACTIONS(1839), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1839), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1839), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1839), + [aux_sym_syslog_facility_token1] = ACTIONS(1839), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1839), + [aux_sym_keep_alive_token1] = ACTIONS(1839), + [aux_sym_tunnel_token1] = ACTIONS(1841), + [aux_sym_tunnel_device_token1] = ACTIONS(1839), + [aux_sym_update_host_keys_token1] = ACTIONS(1839), + [aux_sym_use_keychain_token1] = ACTIONS(1839), + [aux_sym_use_roaming_token1] = ACTIONS(1839), + [aux_sym_user_token1] = ACTIONS(1841), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1839), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1839), + [aux_sym_visual_host_key_token1] = ACTIONS(1839), + [aux_sym_xauth_location_token1] = ACTIONS(1839), }, [218] = { - [ts_builtin_sym_end] = ACTIONS(1840), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1842), - [anon_sym_DQUOTE] = ACTIONS(1844), - [aux_sym_match_token1] = ACTIONS(1840), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1840), - [aux_sym_address_family_token1] = ACTIONS(1840), - [aux_sym_batch_mode_token1] = ACTIONS(1840), - [aux_sym_bind_address_token1] = ACTIONS(1840), - [aux_sym_bind_interface_token1] = ACTIONS(1840), - [aux_sym_canonical_domains_token1] = ACTIONS(1840), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1840), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1840), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1840), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1840), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1840), - [aux_sym_certificate_file_token1] = ACTIONS(1840), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1840), - [aux_sym_check_host_ip_token1] = ACTIONS(1840), - [aux_sym_ciphers_token1] = ACTIONS(1840), - [aux_sym_cipher_token1] = ACTIONS(1842), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1840), - [aux_sym_compression_token1] = ACTIONS(1840), - [aux_sym_connection_attempts_token1] = ACTIONS(1840), - [aux_sym_connect_timeout_token1] = ACTIONS(1840), - [aux_sym_control_master_token1] = ACTIONS(1840), - [aux_sym_control_path_token1] = ACTIONS(1840), - [aux_sym_control_persist_token1] = ACTIONS(1840), - [aux_sym_dynamic_forward_token1] = ACTIONS(1840), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1840), - [aux_sym_escape_char_token1] = ACTIONS(1840), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1840), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1840), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1840), - [aux_sym_forward_agent_token1] = ACTIONS(1840), - [aux_sym_forward_x11_token1] = ACTIONS(1842), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1840), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1840), - [aux_sym_gateway_ports_token1] = ACTIONS(1840), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1840), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1840), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1840), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1840), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1840), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1840), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1840), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1840), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1840), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1840), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1840), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1840), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1840), - [aux_sym_host_key_alias_token1] = ACTIONS(1840), - [aux_sym_hostname_token1] = ACTIONS(1840), - [aux_sym_identities_only_token1] = ACTIONS(1840), - [aux_sym_identity_agent_token1] = ACTIONS(1840), - [aux_sym_identity_file_token1] = ACTIONS(1840), - [aux_sym_ignore_unknown_token1] = ACTIONS(1840), - [aux_sym_include_token1] = ACTIONS(1840), - [aux_sym_ip_qos_token1] = ACTIONS(1840), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1840), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1840), - [aux_sym_kex_algorithms_token1] = ACTIONS(1840), - [aux_sym_known_hosts_command_token1] = ACTIONS(1840), - [aux_sym_local_command_token1] = ACTIONS(1840), - [aux_sym_local_forward_token1] = ACTIONS(1840), - [aux_sym_log_level_token1] = ACTIONS(1840), - [aux_sym_log_verbose_token1] = ACTIONS(1840), - [aux_sym_macs_token1] = ACTIONS(1840), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1840), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1840), - [aux_sym_password_authentication_token1] = ACTIONS(1840), - [aux_sym_permit_local_command_token1] = ACTIONS(1840), - [aux_sym_permit_remote_open_token1] = ACTIONS(1840), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1840), - [aux_sym_port_token1] = ACTIONS(1840), - [aux_sym_preferred_authentications_token1] = ACTIONS(1840), - [aux_sym_protocol_token1] = ACTIONS(1840), - [aux_sym_proxy_command_token1] = ACTIONS(1840), - [aux_sym_proxy_jump_token1] = ACTIONS(1840), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1840), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1840), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1840), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1840), - [aux_sym_rekey_limit_token1] = ACTIONS(1840), - [aux_sym_remote_command_token1] = ACTIONS(1840), - [aux_sym_remote_forward_token1] = ACTIONS(1840), - [aux_sym_request_tty_token1] = ACTIONS(1840), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1840), - [aux_sym_security_key_provider_token1] = ACTIONS(1840), - [aux_sym_send_env_token1] = ACTIONS(1840), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1840), - [aux_sym_server_alive_interval_token1] = ACTIONS(1840), - [aux_sym_session_type_token1] = ACTIONS(1840), - [aux_sym_set_env_token1] = ACTIONS(1840), - [aux_sym_stdin_null_token1] = ACTIONS(1840), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1840), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1840), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1840), - [aux_sym_syslog_facility_token1] = ACTIONS(1840), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1840), - [aux_sym_keep_alive_token1] = ACTIONS(1840), - [aux_sym_tunnel_token1] = ACTIONS(1842), - [aux_sym_tunnel_device_token1] = ACTIONS(1840), - [aux_sym_update_host_keys_token1] = ACTIONS(1840), - [aux_sym_use_keychain_token1] = ACTIONS(1840), - [aux_sym_use_roaming_token1] = ACTIONS(1840), - [aux_sym_user_token1] = ACTIONS(1842), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1840), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1840), - [aux_sym_visual_host_key_token1] = ACTIONS(1840), - [aux_sym_xauth_location_token1] = ACTIONS(1840), + [ts_builtin_sym_end] = ACTIONS(1845), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1847), + [anon_sym_DQUOTE] = ACTIONS(1849), + [aux_sym_match_token1] = ACTIONS(1845), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1845), + [aux_sym_address_family_token1] = ACTIONS(1845), + [aux_sym_batch_mode_token1] = ACTIONS(1845), + [aux_sym_bind_address_token1] = ACTIONS(1845), + [aux_sym_bind_interface_token1] = ACTIONS(1845), + [aux_sym_canonical_domains_token1] = ACTIONS(1845), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1845), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1845), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1845), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1845), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1845), + [aux_sym_certificate_file_token1] = ACTIONS(1845), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1845), + [aux_sym_check_host_ip_token1] = ACTIONS(1845), + [aux_sym_ciphers_token1] = ACTIONS(1845), + [aux_sym_cipher_token1] = ACTIONS(1847), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1845), + [aux_sym_compression_token1] = ACTIONS(1845), + [aux_sym_connection_attempts_token1] = ACTIONS(1845), + [aux_sym_connect_timeout_token1] = ACTIONS(1845), + [aux_sym_control_master_token1] = ACTIONS(1845), + [aux_sym_control_path_token1] = ACTIONS(1845), + [aux_sym_control_persist_token1] = ACTIONS(1845), + [aux_sym_dynamic_forward_token1] = ACTIONS(1845), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1845), + [aux_sym_escape_char_token1] = ACTIONS(1845), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1845), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1845), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1845), + [aux_sym_forward_agent_token1] = ACTIONS(1845), + [aux_sym_forward_x11_token1] = ACTIONS(1847), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1845), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1845), + [aux_sym_gateway_ports_token1] = ACTIONS(1845), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1845), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1845), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1845), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1845), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1845), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1845), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1845), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1845), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1845), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1845), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1845), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1845), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1845), + [aux_sym_host_key_alias_token1] = ACTIONS(1845), + [aux_sym_hostname_token1] = ACTIONS(1845), + [aux_sym_identities_only_token1] = ACTIONS(1845), + [aux_sym_identity_agent_token1] = ACTIONS(1845), + [aux_sym_identity_file_token1] = ACTIONS(1845), + [aux_sym_ignore_unknown_token1] = ACTIONS(1845), + [aux_sym_include_token1] = ACTIONS(1845), + [aux_sym_ip_qos_token1] = ACTIONS(1845), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1845), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1845), + [aux_sym_kex_algorithms_token1] = ACTIONS(1845), + [aux_sym_known_hosts_command_token1] = ACTIONS(1845), + [aux_sym_local_command_token1] = ACTIONS(1845), + [aux_sym_local_forward_token1] = ACTIONS(1845), + [aux_sym_log_level_token1] = ACTIONS(1845), + [aux_sym_log_verbose_token1] = ACTIONS(1845), + [aux_sym_macs_token1] = ACTIONS(1845), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1845), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1845), + [aux_sym_password_authentication_token1] = ACTIONS(1845), + [aux_sym_permit_local_command_token1] = ACTIONS(1845), + [aux_sym_permit_remote_open_token1] = ACTIONS(1845), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1845), + [aux_sym_port_token1] = ACTIONS(1845), + [aux_sym_preferred_authentications_token1] = ACTIONS(1845), + [aux_sym_protocol_token1] = ACTIONS(1845), + [aux_sym_proxy_command_token1] = ACTIONS(1845), + [aux_sym_proxy_jump_token1] = ACTIONS(1845), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1845), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1845), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1845), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1845), + [aux_sym_rekey_limit_token1] = ACTIONS(1845), + [aux_sym_remote_command_token1] = ACTIONS(1845), + [aux_sym_remote_forward_token1] = ACTIONS(1845), + [aux_sym_request_tty_token1] = ACTIONS(1845), + [aux_sym_required_rsa_size_token1] = ACTIONS(1845), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1845), + [aux_sym_security_key_provider_token1] = ACTIONS(1845), + [aux_sym_send_env_token1] = ACTIONS(1845), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1845), + [aux_sym_server_alive_interval_token1] = ACTIONS(1845), + [aux_sym_session_type_token1] = ACTIONS(1845), + [aux_sym_set_env_token1] = ACTIONS(1845), + [aux_sym_stdin_null_token1] = ACTIONS(1845), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1845), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1845), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1845), + [aux_sym_syslog_facility_token1] = ACTIONS(1845), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1845), + [aux_sym_keep_alive_token1] = ACTIONS(1845), + [aux_sym_tunnel_token1] = ACTIONS(1847), + [aux_sym_tunnel_device_token1] = ACTIONS(1845), + [aux_sym_update_host_keys_token1] = ACTIONS(1845), + [aux_sym_use_keychain_token1] = ACTIONS(1845), + [aux_sym_use_roaming_token1] = ACTIONS(1845), + [aux_sym_user_token1] = ACTIONS(1847), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1845), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1845), + [aux_sym_visual_host_key_token1] = ACTIONS(1845), + [aux_sym_xauth_location_token1] = ACTIONS(1845), }, [219] = { - [ts_builtin_sym_end] = ACTIONS(1846), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1848), - [anon_sym_DQUOTE] = ACTIONS(1850), - [aux_sym_match_token1] = ACTIONS(1846), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1846), - [aux_sym_address_family_token1] = ACTIONS(1846), - [aux_sym_batch_mode_token1] = ACTIONS(1846), - [aux_sym_bind_address_token1] = ACTIONS(1846), - [aux_sym_bind_interface_token1] = ACTIONS(1846), - [aux_sym_canonical_domains_token1] = ACTIONS(1846), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1846), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1846), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1846), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1846), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1846), - [aux_sym_certificate_file_token1] = ACTIONS(1846), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1846), - [aux_sym_check_host_ip_token1] = ACTIONS(1846), - [aux_sym_ciphers_token1] = ACTIONS(1846), - [aux_sym_cipher_token1] = ACTIONS(1848), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1846), - [aux_sym_compression_token1] = ACTIONS(1846), - [aux_sym_connection_attempts_token1] = ACTIONS(1846), - [aux_sym_connect_timeout_token1] = ACTIONS(1846), - [aux_sym_control_master_token1] = ACTIONS(1846), - [aux_sym_control_path_token1] = ACTIONS(1846), - [aux_sym_control_persist_token1] = ACTIONS(1846), - [aux_sym_dynamic_forward_token1] = ACTIONS(1846), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1846), - [aux_sym_escape_char_token1] = ACTIONS(1846), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1846), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1846), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1846), - [aux_sym_forward_agent_token1] = ACTIONS(1846), - [aux_sym_forward_x11_token1] = ACTIONS(1848), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1846), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1846), - [aux_sym_gateway_ports_token1] = ACTIONS(1846), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1846), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1846), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1846), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1846), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1846), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1846), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1846), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1846), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1846), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1846), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1846), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1846), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1846), - [aux_sym_host_key_alias_token1] = ACTIONS(1846), - [aux_sym_hostname_token1] = ACTIONS(1846), - [aux_sym_identities_only_token1] = ACTIONS(1846), - [aux_sym_identity_agent_token1] = ACTIONS(1846), - [aux_sym_identity_file_token1] = ACTIONS(1846), - [aux_sym_ignore_unknown_token1] = ACTIONS(1846), - [aux_sym_include_token1] = ACTIONS(1846), - [aux_sym_ip_qos_token1] = ACTIONS(1846), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1846), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1846), - [aux_sym_kex_algorithms_token1] = ACTIONS(1846), - [aux_sym_known_hosts_command_token1] = ACTIONS(1846), - [aux_sym_local_command_token1] = ACTIONS(1846), - [aux_sym_local_forward_token1] = ACTIONS(1846), - [aux_sym_log_level_token1] = ACTIONS(1846), - [aux_sym_log_verbose_token1] = ACTIONS(1846), - [aux_sym_macs_token1] = ACTIONS(1846), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1846), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1846), - [aux_sym_password_authentication_token1] = ACTIONS(1846), - [aux_sym_permit_local_command_token1] = ACTIONS(1846), - [aux_sym_permit_remote_open_token1] = ACTIONS(1846), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1846), - [aux_sym_port_token1] = ACTIONS(1846), - [aux_sym_preferred_authentications_token1] = ACTIONS(1846), - [aux_sym_protocol_token1] = ACTIONS(1846), - [aux_sym_proxy_command_token1] = ACTIONS(1846), - [aux_sym_proxy_jump_token1] = ACTIONS(1846), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1846), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1846), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1846), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1846), - [aux_sym_rekey_limit_token1] = ACTIONS(1846), - [aux_sym_remote_command_token1] = ACTIONS(1846), - [aux_sym_remote_forward_token1] = ACTIONS(1846), - [aux_sym_request_tty_token1] = ACTIONS(1846), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1846), - [aux_sym_security_key_provider_token1] = ACTIONS(1846), - [aux_sym_send_env_token1] = ACTIONS(1846), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1846), - [aux_sym_server_alive_interval_token1] = ACTIONS(1846), - [aux_sym_session_type_token1] = ACTIONS(1846), - [aux_sym_set_env_token1] = ACTIONS(1846), - [aux_sym_stdin_null_token1] = ACTIONS(1846), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1846), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1846), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1846), - [aux_sym_syslog_facility_token1] = ACTIONS(1846), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1846), - [aux_sym_keep_alive_token1] = ACTIONS(1846), - [aux_sym_tunnel_token1] = ACTIONS(1848), - [aux_sym_tunnel_device_token1] = ACTIONS(1846), - [aux_sym_update_host_keys_token1] = ACTIONS(1846), - [aux_sym_use_keychain_token1] = ACTIONS(1846), - [aux_sym_use_roaming_token1] = ACTIONS(1846), - [aux_sym_user_token1] = ACTIONS(1848), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1846), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1846), - [aux_sym_visual_host_key_token1] = ACTIONS(1846), - [aux_sym_xauth_location_token1] = ACTIONS(1846), + [ts_builtin_sym_end] = ACTIONS(1851), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1853), + [anon_sym_DQUOTE] = ACTIONS(1855), + [aux_sym_match_token1] = ACTIONS(1851), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1851), + [aux_sym_address_family_token1] = ACTIONS(1851), + [aux_sym_batch_mode_token1] = ACTIONS(1851), + [aux_sym_bind_address_token1] = ACTIONS(1851), + [aux_sym_bind_interface_token1] = ACTIONS(1851), + [aux_sym_canonical_domains_token1] = ACTIONS(1851), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1851), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1851), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1851), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1851), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1851), + [aux_sym_certificate_file_token1] = ACTIONS(1851), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1851), + [aux_sym_check_host_ip_token1] = ACTIONS(1851), + [aux_sym_ciphers_token1] = ACTIONS(1851), + [aux_sym_cipher_token1] = ACTIONS(1853), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1851), + [aux_sym_compression_token1] = ACTIONS(1851), + [aux_sym_connection_attempts_token1] = ACTIONS(1851), + [aux_sym_connect_timeout_token1] = ACTIONS(1851), + [aux_sym_control_master_token1] = ACTIONS(1851), + [aux_sym_control_path_token1] = ACTIONS(1851), + [aux_sym_control_persist_token1] = ACTIONS(1851), + [aux_sym_dynamic_forward_token1] = ACTIONS(1851), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1851), + [aux_sym_escape_char_token1] = ACTIONS(1851), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1851), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1851), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1851), + [aux_sym_forward_agent_token1] = ACTIONS(1851), + [aux_sym_forward_x11_token1] = ACTIONS(1853), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1851), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1851), + [aux_sym_gateway_ports_token1] = ACTIONS(1851), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1851), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1851), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1851), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1851), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1851), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1851), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1851), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1851), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1851), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1851), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1851), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1851), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1851), + [aux_sym_host_key_alias_token1] = ACTIONS(1851), + [aux_sym_hostname_token1] = ACTIONS(1851), + [aux_sym_identities_only_token1] = ACTIONS(1851), + [aux_sym_identity_agent_token1] = ACTIONS(1851), + [aux_sym_identity_file_token1] = ACTIONS(1851), + [aux_sym_ignore_unknown_token1] = ACTIONS(1851), + [aux_sym_include_token1] = ACTIONS(1851), + [aux_sym_ip_qos_token1] = ACTIONS(1851), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1851), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1851), + [aux_sym_kex_algorithms_token1] = ACTIONS(1851), + [aux_sym_known_hosts_command_token1] = ACTIONS(1851), + [aux_sym_local_command_token1] = ACTIONS(1851), + [aux_sym_local_forward_token1] = ACTIONS(1851), + [aux_sym_log_level_token1] = ACTIONS(1851), + [aux_sym_log_verbose_token1] = ACTIONS(1851), + [aux_sym_macs_token1] = ACTIONS(1851), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1851), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1851), + [aux_sym_password_authentication_token1] = ACTIONS(1851), + [aux_sym_permit_local_command_token1] = ACTIONS(1851), + [aux_sym_permit_remote_open_token1] = ACTIONS(1851), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1851), + [aux_sym_port_token1] = ACTIONS(1851), + [aux_sym_preferred_authentications_token1] = ACTIONS(1851), + [aux_sym_protocol_token1] = ACTIONS(1851), + [aux_sym_proxy_command_token1] = ACTIONS(1851), + [aux_sym_proxy_jump_token1] = ACTIONS(1851), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1851), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1851), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1851), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1851), + [aux_sym_rekey_limit_token1] = ACTIONS(1851), + [aux_sym_remote_command_token1] = ACTIONS(1851), + [aux_sym_remote_forward_token1] = ACTIONS(1851), + [aux_sym_request_tty_token1] = ACTIONS(1851), + [aux_sym_required_rsa_size_token1] = ACTIONS(1851), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1851), + [aux_sym_security_key_provider_token1] = ACTIONS(1851), + [aux_sym_send_env_token1] = ACTIONS(1851), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1851), + [aux_sym_server_alive_interval_token1] = ACTIONS(1851), + [aux_sym_session_type_token1] = ACTIONS(1851), + [aux_sym_set_env_token1] = ACTIONS(1851), + [aux_sym_stdin_null_token1] = ACTIONS(1851), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1851), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1851), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1851), + [aux_sym_syslog_facility_token1] = ACTIONS(1851), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1851), + [aux_sym_keep_alive_token1] = ACTIONS(1851), + [aux_sym_tunnel_token1] = ACTIONS(1853), + [aux_sym_tunnel_device_token1] = ACTIONS(1851), + [aux_sym_update_host_keys_token1] = ACTIONS(1851), + [aux_sym_use_keychain_token1] = ACTIONS(1851), + [aux_sym_use_roaming_token1] = ACTIONS(1851), + [aux_sym_user_token1] = ACTIONS(1853), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1851), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1851), + [aux_sym_visual_host_key_token1] = ACTIONS(1851), + [aux_sym_xauth_location_token1] = ACTIONS(1851), }, [220] = { - [ts_builtin_sym_end] = ACTIONS(1852), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1854), - [anon_sym_DQUOTE] = ACTIONS(1856), - [aux_sym_match_token1] = ACTIONS(1852), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1852), - [aux_sym_address_family_token1] = ACTIONS(1852), - [aux_sym_batch_mode_token1] = ACTIONS(1852), - [aux_sym_bind_address_token1] = ACTIONS(1852), - [aux_sym_bind_interface_token1] = ACTIONS(1852), - [aux_sym_canonical_domains_token1] = ACTIONS(1852), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1852), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1852), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1852), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1852), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1852), - [aux_sym_certificate_file_token1] = ACTIONS(1852), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1852), - [aux_sym_check_host_ip_token1] = ACTIONS(1852), - [aux_sym_ciphers_token1] = ACTIONS(1852), - [aux_sym_cipher_token1] = ACTIONS(1854), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1852), - [aux_sym_compression_token1] = ACTIONS(1852), - [aux_sym_connection_attempts_token1] = ACTIONS(1852), - [aux_sym_connect_timeout_token1] = ACTIONS(1852), - [aux_sym_control_master_token1] = ACTIONS(1852), - [aux_sym_control_path_token1] = ACTIONS(1852), - [aux_sym_control_persist_token1] = ACTIONS(1852), - [aux_sym_dynamic_forward_token1] = ACTIONS(1852), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1852), - [aux_sym_escape_char_token1] = ACTIONS(1852), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1852), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1852), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1852), - [aux_sym_forward_agent_token1] = ACTIONS(1852), - [aux_sym_forward_x11_token1] = ACTIONS(1854), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1852), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1852), - [aux_sym_gateway_ports_token1] = ACTIONS(1852), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1852), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1852), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1852), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1852), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1852), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1852), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1852), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1852), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1852), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1852), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1852), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1852), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1852), - [aux_sym_host_key_alias_token1] = ACTIONS(1852), - [aux_sym_hostname_token1] = ACTIONS(1852), - [aux_sym_identities_only_token1] = ACTIONS(1852), - [aux_sym_identity_agent_token1] = ACTIONS(1852), - [aux_sym_identity_file_token1] = ACTIONS(1852), - [aux_sym_ignore_unknown_token1] = ACTIONS(1852), - [aux_sym_include_token1] = ACTIONS(1852), - [aux_sym_ip_qos_token1] = ACTIONS(1852), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1852), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1852), - [aux_sym_kex_algorithms_token1] = ACTIONS(1852), - [aux_sym_known_hosts_command_token1] = ACTIONS(1852), - [aux_sym_local_command_token1] = ACTIONS(1852), - [aux_sym_local_forward_token1] = ACTIONS(1852), - [aux_sym_log_level_token1] = ACTIONS(1852), - [aux_sym_log_verbose_token1] = ACTIONS(1852), - [aux_sym_macs_token1] = ACTIONS(1852), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1852), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1852), - [aux_sym_password_authentication_token1] = ACTIONS(1852), - [aux_sym_permit_local_command_token1] = ACTIONS(1852), - [aux_sym_permit_remote_open_token1] = ACTIONS(1852), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1852), - [aux_sym_port_token1] = ACTIONS(1852), - [aux_sym_preferred_authentications_token1] = ACTIONS(1852), - [aux_sym_protocol_token1] = ACTIONS(1852), - [aux_sym_proxy_command_token1] = ACTIONS(1852), - [aux_sym_proxy_jump_token1] = ACTIONS(1852), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1852), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1852), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1852), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1852), - [aux_sym_rekey_limit_token1] = ACTIONS(1852), - [aux_sym_remote_command_token1] = ACTIONS(1852), - [aux_sym_remote_forward_token1] = ACTIONS(1852), - [aux_sym_request_tty_token1] = ACTIONS(1852), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1852), - [aux_sym_security_key_provider_token1] = ACTIONS(1852), - [aux_sym_send_env_token1] = ACTIONS(1852), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1852), - [aux_sym_server_alive_interval_token1] = ACTIONS(1852), - [aux_sym_session_type_token1] = ACTIONS(1852), - [aux_sym_set_env_token1] = ACTIONS(1852), - [aux_sym_stdin_null_token1] = ACTIONS(1852), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1852), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1852), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1852), - [aux_sym_syslog_facility_token1] = ACTIONS(1852), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1852), - [aux_sym_keep_alive_token1] = ACTIONS(1852), - [aux_sym_tunnel_token1] = ACTIONS(1854), - [aux_sym_tunnel_device_token1] = ACTIONS(1852), - [aux_sym_update_host_keys_token1] = ACTIONS(1852), - [aux_sym_use_keychain_token1] = ACTIONS(1852), - [aux_sym_use_roaming_token1] = ACTIONS(1852), - [aux_sym_user_token1] = ACTIONS(1854), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1852), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1852), - [aux_sym_visual_host_key_token1] = ACTIONS(1852), - [aux_sym_xauth_location_token1] = ACTIONS(1852), + [ts_builtin_sym_end] = ACTIONS(1857), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1859), + [anon_sym_DQUOTE] = ACTIONS(1861), + [aux_sym_match_token1] = ACTIONS(1857), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1857), + [aux_sym_address_family_token1] = ACTIONS(1857), + [aux_sym_batch_mode_token1] = ACTIONS(1857), + [aux_sym_bind_address_token1] = ACTIONS(1857), + [aux_sym_bind_interface_token1] = ACTIONS(1857), + [aux_sym_canonical_domains_token1] = ACTIONS(1857), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1857), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1857), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1857), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1857), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1857), + [aux_sym_certificate_file_token1] = ACTIONS(1857), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1857), + [aux_sym_check_host_ip_token1] = ACTIONS(1857), + [aux_sym_ciphers_token1] = ACTIONS(1857), + [aux_sym_cipher_token1] = ACTIONS(1859), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1857), + [aux_sym_compression_token1] = ACTIONS(1857), + [aux_sym_connection_attempts_token1] = ACTIONS(1857), + [aux_sym_connect_timeout_token1] = ACTIONS(1857), + [aux_sym_control_master_token1] = ACTIONS(1857), + [aux_sym_control_path_token1] = ACTIONS(1857), + [aux_sym_control_persist_token1] = ACTIONS(1857), + [aux_sym_dynamic_forward_token1] = ACTIONS(1857), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1857), + [aux_sym_escape_char_token1] = ACTIONS(1857), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1857), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1857), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1857), + [aux_sym_forward_agent_token1] = ACTIONS(1857), + [aux_sym_forward_x11_token1] = ACTIONS(1859), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1857), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1857), + [aux_sym_gateway_ports_token1] = ACTIONS(1857), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1857), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1857), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1857), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1857), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1857), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1857), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1857), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1857), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1857), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1857), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1857), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1857), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1857), + [aux_sym_host_key_alias_token1] = ACTIONS(1857), + [aux_sym_hostname_token1] = ACTIONS(1857), + [aux_sym_identities_only_token1] = ACTIONS(1857), + [aux_sym_identity_agent_token1] = ACTIONS(1857), + [aux_sym_identity_file_token1] = ACTIONS(1857), + [aux_sym_ignore_unknown_token1] = ACTIONS(1857), + [aux_sym_include_token1] = ACTIONS(1857), + [aux_sym_ip_qos_token1] = ACTIONS(1857), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1857), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1857), + [aux_sym_kex_algorithms_token1] = ACTIONS(1857), + [aux_sym_known_hosts_command_token1] = ACTIONS(1857), + [aux_sym_local_command_token1] = ACTIONS(1857), + [aux_sym_local_forward_token1] = ACTIONS(1857), + [aux_sym_log_level_token1] = ACTIONS(1857), + [aux_sym_log_verbose_token1] = ACTIONS(1857), + [aux_sym_macs_token1] = ACTIONS(1857), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1857), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1857), + [aux_sym_password_authentication_token1] = ACTIONS(1857), + [aux_sym_permit_local_command_token1] = ACTIONS(1857), + [aux_sym_permit_remote_open_token1] = ACTIONS(1857), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1857), + [aux_sym_port_token1] = ACTIONS(1857), + [aux_sym_preferred_authentications_token1] = ACTIONS(1857), + [aux_sym_protocol_token1] = ACTIONS(1857), + [aux_sym_proxy_command_token1] = ACTIONS(1857), + [aux_sym_proxy_jump_token1] = ACTIONS(1857), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1857), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1857), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1857), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1857), + [aux_sym_rekey_limit_token1] = ACTIONS(1857), + [aux_sym_remote_command_token1] = ACTIONS(1857), + [aux_sym_remote_forward_token1] = ACTIONS(1857), + [aux_sym_request_tty_token1] = ACTIONS(1857), + [aux_sym_required_rsa_size_token1] = ACTIONS(1857), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1857), + [aux_sym_security_key_provider_token1] = ACTIONS(1857), + [aux_sym_send_env_token1] = ACTIONS(1857), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1857), + [aux_sym_server_alive_interval_token1] = ACTIONS(1857), + [aux_sym_session_type_token1] = ACTIONS(1857), + [aux_sym_set_env_token1] = ACTIONS(1857), + [aux_sym_stdin_null_token1] = ACTIONS(1857), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1857), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1857), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1857), + [aux_sym_syslog_facility_token1] = ACTIONS(1857), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1857), + [aux_sym_keep_alive_token1] = ACTIONS(1857), + [aux_sym_tunnel_token1] = ACTIONS(1859), + [aux_sym_tunnel_device_token1] = ACTIONS(1857), + [aux_sym_update_host_keys_token1] = ACTIONS(1857), + [aux_sym_use_keychain_token1] = ACTIONS(1857), + [aux_sym_use_roaming_token1] = ACTIONS(1857), + [aux_sym_user_token1] = ACTIONS(1859), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1857), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1857), + [aux_sym_visual_host_key_token1] = ACTIONS(1857), + [aux_sym_xauth_location_token1] = ACTIONS(1857), }, [221] = { - [ts_builtin_sym_end] = ACTIONS(1858), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1860), - [anon_sym_DQUOTE] = ACTIONS(1862), - [aux_sym_match_token1] = ACTIONS(1858), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1858), - [aux_sym_address_family_token1] = ACTIONS(1858), - [aux_sym_batch_mode_token1] = ACTIONS(1858), - [aux_sym_bind_address_token1] = ACTIONS(1858), - [aux_sym_bind_interface_token1] = ACTIONS(1858), - [aux_sym_canonical_domains_token1] = ACTIONS(1858), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1858), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1858), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1858), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1858), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1858), - [aux_sym_certificate_file_token1] = ACTIONS(1858), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1858), - [aux_sym_check_host_ip_token1] = ACTIONS(1858), - [aux_sym_ciphers_token1] = ACTIONS(1858), - [aux_sym_cipher_token1] = ACTIONS(1860), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1858), - [aux_sym_compression_token1] = ACTIONS(1858), - [aux_sym_connection_attempts_token1] = ACTIONS(1858), - [aux_sym_connect_timeout_token1] = ACTIONS(1858), - [aux_sym_control_master_token1] = ACTIONS(1858), - [aux_sym_control_path_token1] = ACTIONS(1858), - [aux_sym_control_persist_token1] = ACTIONS(1858), - [aux_sym_dynamic_forward_token1] = ACTIONS(1858), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1858), - [aux_sym_escape_char_token1] = ACTIONS(1858), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1858), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1858), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1858), - [aux_sym_forward_agent_token1] = ACTIONS(1858), - [aux_sym_forward_x11_token1] = ACTIONS(1860), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1858), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1858), - [aux_sym_gateway_ports_token1] = ACTIONS(1858), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1858), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1858), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1858), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1858), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1858), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1858), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1858), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1858), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1858), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1858), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1858), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1858), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1858), - [aux_sym_host_key_alias_token1] = ACTIONS(1858), - [aux_sym_hostname_token1] = ACTIONS(1858), - [aux_sym_identities_only_token1] = ACTIONS(1858), - [aux_sym_identity_agent_token1] = ACTIONS(1858), - [aux_sym_identity_file_token1] = ACTIONS(1858), - [aux_sym_ignore_unknown_token1] = ACTIONS(1858), - [aux_sym_include_token1] = ACTIONS(1858), - [aux_sym_ip_qos_token1] = ACTIONS(1858), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1858), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1858), - [aux_sym_kex_algorithms_token1] = ACTIONS(1858), - [aux_sym_known_hosts_command_token1] = ACTIONS(1858), - [aux_sym_local_command_token1] = ACTIONS(1858), - [aux_sym_local_forward_token1] = ACTIONS(1858), - [aux_sym_log_level_token1] = ACTIONS(1858), - [aux_sym_log_verbose_token1] = ACTIONS(1858), - [aux_sym_macs_token1] = ACTIONS(1858), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1858), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1858), - [aux_sym_password_authentication_token1] = ACTIONS(1858), - [aux_sym_permit_local_command_token1] = ACTIONS(1858), - [aux_sym_permit_remote_open_token1] = ACTIONS(1858), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1858), - [aux_sym_port_token1] = ACTIONS(1858), - [aux_sym_preferred_authentications_token1] = ACTIONS(1858), - [aux_sym_protocol_token1] = ACTIONS(1858), - [aux_sym_proxy_command_token1] = ACTIONS(1858), - [aux_sym_proxy_jump_token1] = ACTIONS(1858), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1858), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1858), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1858), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1858), - [aux_sym_rekey_limit_token1] = ACTIONS(1858), - [aux_sym_remote_command_token1] = ACTIONS(1858), - [aux_sym_remote_forward_token1] = ACTIONS(1858), - [aux_sym_request_tty_token1] = ACTIONS(1858), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1858), - [aux_sym_security_key_provider_token1] = ACTIONS(1858), - [aux_sym_send_env_token1] = ACTIONS(1858), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1858), - [aux_sym_server_alive_interval_token1] = ACTIONS(1858), - [aux_sym_session_type_token1] = ACTIONS(1858), - [aux_sym_set_env_token1] = ACTIONS(1858), - [aux_sym_stdin_null_token1] = ACTIONS(1858), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1858), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1858), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1858), - [aux_sym_syslog_facility_token1] = ACTIONS(1858), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1858), - [aux_sym_keep_alive_token1] = ACTIONS(1858), - [aux_sym_tunnel_token1] = ACTIONS(1860), - [aux_sym_tunnel_device_token1] = ACTIONS(1858), - [aux_sym_update_host_keys_token1] = ACTIONS(1858), - [aux_sym_use_keychain_token1] = ACTIONS(1858), - [aux_sym_use_roaming_token1] = ACTIONS(1858), - [aux_sym_user_token1] = ACTIONS(1860), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1858), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1858), - [aux_sym_visual_host_key_token1] = ACTIONS(1858), - [aux_sym_xauth_location_token1] = ACTIONS(1858), + [ts_builtin_sym_end] = ACTIONS(1863), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1865), + [anon_sym_DQUOTE] = ACTIONS(1867), + [aux_sym_match_token1] = ACTIONS(1863), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1863), + [aux_sym_address_family_token1] = ACTIONS(1863), + [aux_sym_batch_mode_token1] = ACTIONS(1863), + [aux_sym_bind_address_token1] = ACTIONS(1863), + [aux_sym_bind_interface_token1] = ACTIONS(1863), + [aux_sym_canonical_domains_token1] = ACTIONS(1863), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1863), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1863), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1863), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1863), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1863), + [aux_sym_certificate_file_token1] = ACTIONS(1863), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1863), + [aux_sym_check_host_ip_token1] = ACTIONS(1863), + [aux_sym_ciphers_token1] = ACTIONS(1863), + [aux_sym_cipher_token1] = ACTIONS(1865), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1863), + [aux_sym_compression_token1] = ACTIONS(1863), + [aux_sym_connection_attempts_token1] = ACTIONS(1863), + [aux_sym_connect_timeout_token1] = ACTIONS(1863), + [aux_sym_control_master_token1] = ACTIONS(1863), + [aux_sym_control_path_token1] = ACTIONS(1863), + [aux_sym_control_persist_token1] = ACTIONS(1863), + [aux_sym_dynamic_forward_token1] = ACTIONS(1863), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1863), + [aux_sym_escape_char_token1] = ACTIONS(1863), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1863), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1863), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1863), + [aux_sym_forward_agent_token1] = ACTIONS(1863), + [aux_sym_forward_x11_token1] = ACTIONS(1865), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1863), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1863), + [aux_sym_gateway_ports_token1] = ACTIONS(1863), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1863), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1863), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1863), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1863), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1863), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1863), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1863), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1863), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1863), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1863), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1863), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1863), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1863), + [aux_sym_host_key_alias_token1] = ACTIONS(1863), + [aux_sym_hostname_token1] = ACTIONS(1863), + [aux_sym_identities_only_token1] = ACTIONS(1863), + [aux_sym_identity_agent_token1] = ACTIONS(1863), + [aux_sym_identity_file_token1] = ACTIONS(1863), + [aux_sym_ignore_unknown_token1] = ACTIONS(1863), + [aux_sym_include_token1] = ACTIONS(1863), + [aux_sym_ip_qos_token1] = ACTIONS(1863), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1863), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1863), + [aux_sym_kex_algorithms_token1] = ACTIONS(1863), + [aux_sym_known_hosts_command_token1] = ACTIONS(1863), + [aux_sym_local_command_token1] = ACTIONS(1863), + [aux_sym_local_forward_token1] = ACTIONS(1863), + [aux_sym_log_level_token1] = ACTIONS(1863), + [aux_sym_log_verbose_token1] = ACTIONS(1863), + [aux_sym_macs_token1] = ACTIONS(1863), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1863), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1863), + [aux_sym_password_authentication_token1] = ACTIONS(1863), + [aux_sym_permit_local_command_token1] = ACTIONS(1863), + [aux_sym_permit_remote_open_token1] = ACTIONS(1863), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1863), + [aux_sym_port_token1] = ACTIONS(1863), + [aux_sym_preferred_authentications_token1] = ACTIONS(1863), + [aux_sym_protocol_token1] = ACTIONS(1863), + [aux_sym_proxy_command_token1] = ACTIONS(1863), + [aux_sym_proxy_jump_token1] = ACTIONS(1863), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1863), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1863), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1863), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1863), + [aux_sym_rekey_limit_token1] = ACTIONS(1863), + [aux_sym_remote_command_token1] = ACTIONS(1863), + [aux_sym_remote_forward_token1] = ACTIONS(1863), + [aux_sym_request_tty_token1] = ACTIONS(1863), + [aux_sym_required_rsa_size_token1] = ACTIONS(1863), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1863), + [aux_sym_security_key_provider_token1] = ACTIONS(1863), + [aux_sym_send_env_token1] = ACTIONS(1863), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1863), + [aux_sym_server_alive_interval_token1] = ACTIONS(1863), + [aux_sym_session_type_token1] = ACTIONS(1863), + [aux_sym_set_env_token1] = ACTIONS(1863), + [aux_sym_stdin_null_token1] = ACTIONS(1863), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1863), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1863), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1863), + [aux_sym_syslog_facility_token1] = ACTIONS(1863), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1863), + [aux_sym_keep_alive_token1] = ACTIONS(1863), + [aux_sym_tunnel_token1] = ACTIONS(1865), + [aux_sym_tunnel_device_token1] = ACTIONS(1863), + [aux_sym_update_host_keys_token1] = ACTIONS(1863), + [aux_sym_use_keychain_token1] = ACTIONS(1863), + [aux_sym_use_roaming_token1] = ACTIONS(1863), + [aux_sym_user_token1] = ACTIONS(1865), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1863), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1863), + [aux_sym_visual_host_key_token1] = ACTIONS(1863), + [aux_sym_xauth_location_token1] = ACTIONS(1863), }, [222] = { - [ts_builtin_sym_end] = ACTIONS(1864), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1866), - [anon_sym_DQUOTE] = ACTIONS(1868), - [aux_sym_match_token1] = ACTIONS(1864), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1864), - [aux_sym_address_family_token1] = ACTIONS(1864), - [aux_sym_batch_mode_token1] = ACTIONS(1864), - [aux_sym_bind_address_token1] = ACTIONS(1864), - [aux_sym_bind_interface_token1] = ACTIONS(1864), - [aux_sym_canonical_domains_token1] = ACTIONS(1864), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1864), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1864), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1864), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1864), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1864), - [aux_sym_certificate_file_token1] = ACTIONS(1864), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1864), - [aux_sym_check_host_ip_token1] = ACTIONS(1864), - [aux_sym_ciphers_token1] = ACTIONS(1864), - [aux_sym_cipher_token1] = ACTIONS(1866), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1864), - [aux_sym_compression_token1] = ACTIONS(1864), - [aux_sym_connection_attempts_token1] = ACTIONS(1864), - [aux_sym_connect_timeout_token1] = ACTIONS(1864), - [aux_sym_control_master_token1] = ACTIONS(1864), - [aux_sym_control_path_token1] = ACTIONS(1864), - [aux_sym_control_persist_token1] = ACTIONS(1864), - [aux_sym_dynamic_forward_token1] = ACTIONS(1864), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1864), - [aux_sym_escape_char_token1] = ACTIONS(1864), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1864), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1864), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1864), - [aux_sym_forward_agent_token1] = ACTIONS(1864), - [aux_sym_forward_x11_token1] = ACTIONS(1866), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1864), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1864), - [aux_sym_gateway_ports_token1] = ACTIONS(1864), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1864), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1864), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1864), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1864), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1864), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1864), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1864), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1864), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1864), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1864), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1864), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1864), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1864), - [aux_sym_host_key_alias_token1] = ACTIONS(1864), - [aux_sym_hostname_token1] = ACTIONS(1864), - [aux_sym_identities_only_token1] = ACTIONS(1864), - [aux_sym_identity_agent_token1] = ACTIONS(1864), - [aux_sym_identity_file_token1] = ACTIONS(1864), - [aux_sym_ignore_unknown_token1] = ACTIONS(1864), - [aux_sym_include_token1] = ACTIONS(1864), - [aux_sym_ip_qos_token1] = ACTIONS(1864), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1864), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1864), - [aux_sym_kex_algorithms_token1] = ACTIONS(1864), - [aux_sym_known_hosts_command_token1] = ACTIONS(1864), - [aux_sym_local_command_token1] = ACTIONS(1864), - [aux_sym_local_forward_token1] = ACTIONS(1864), - [aux_sym_log_level_token1] = ACTIONS(1864), - [aux_sym_log_verbose_token1] = ACTIONS(1864), - [aux_sym_macs_token1] = ACTIONS(1864), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1864), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1864), - [aux_sym_password_authentication_token1] = ACTIONS(1864), - [aux_sym_permit_local_command_token1] = ACTIONS(1864), - [aux_sym_permit_remote_open_token1] = ACTIONS(1864), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1864), - [aux_sym_port_token1] = ACTIONS(1864), - [aux_sym_preferred_authentications_token1] = ACTIONS(1864), - [aux_sym_protocol_token1] = ACTIONS(1864), - [aux_sym_proxy_command_token1] = ACTIONS(1864), - [aux_sym_proxy_jump_token1] = ACTIONS(1864), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1864), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1864), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1864), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1864), - [aux_sym_rekey_limit_token1] = ACTIONS(1864), - [aux_sym_remote_command_token1] = ACTIONS(1864), - [aux_sym_remote_forward_token1] = ACTIONS(1864), - [aux_sym_request_tty_token1] = ACTIONS(1864), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1864), - [aux_sym_security_key_provider_token1] = ACTIONS(1864), - [aux_sym_send_env_token1] = ACTIONS(1864), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1864), - [aux_sym_server_alive_interval_token1] = ACTIONS(1864), - [aux_sym_session_type_token1] = ACTIONS(1864), - [aux_sym_set_env_token1] = ACTIONS(1864), - [aux_sym_stdin_null_token1] = ACTIONS(1864), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1864), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1864), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1864), - [aux_sym_syslog_facility_token1] = ACTIONS(1864), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1864), - [aux_sym_keep_alive_token1] = ACTIONS(1864), - [aux_sym_tunnel_token1] = ACTIONS(1866), - [aux_sym_tunnel_device_token1] = ACTIONS(1864), - [aux_sym_update_host_keys_token1] = ACTIONS(1864), - [aux_sym_use_keychain_token1] = ACTIONS(1864), - [aux_sym_use_roaming_token1] = ACTIONS(1864), - [aux_sym_user_token1] = ACTIONS(1866), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1864), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1864), - [aux_sym_visual_host_key_token1] = ACTIONS(1864), - [aux_sym_xauth_location_token1] = ACTIONS(1864), + [ts_builtin_sym_end] = ACTIONS(1869), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1871), + [anon_sym_DQUOTE] = ACTIONS(1873), + [aux_sym_match_token1] = ACTIONS(1869), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1869), + [aux_sym_address_family_token1] = ACTIONS(1869), + [aux_sym_batch_mode_token1] = ACTIONS(1869), + [aux_sym_bind_address_token1] = ACTIONS(1869), + [aux_sym_bind_interface_token1] = ACTIONS(1869), + [aux_sym_canonical_domains_token1] = ACTIONS(1869), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1869), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1869), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1869), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1869), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1869), + [aux_sym_certificate_file_token1] = ACTIONS(1869), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1869), + [aux_sym_check_host_ip_token1] = ACTIONS(1869), + [aux_sym_ciphers_token1] = ACTIONS(1869), + [aux_sym_cipher_token1] = ACTIONS(1871), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1869), + [aux_sym_compression_token1] = ACTIONS(1869), + [aux_sym_connection_attempts_token1] = ACTIONS(1869), + [aux_sym_connect_timeout_token1] = ACTIONS(1869), + [aux_sym_control_master_token1] = ACTIONS(1869), + [aux_sym_control_path_token1] = ACTIONS(1869), + [aux_sym_control_persist_token1] = ACTIONS(1869), + [aux_sym_dynamic_forward_token1] = ACTIONS(1869), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1869), + [aux_sym_escape_char_token1] = ACTIONS(1869), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1869), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1869), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1869), + [aux_sym_forward_agent_token1] = ACTIONS(1869), + [aux_sym_forward_x11_token1] = ACTIONS(1871), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1869), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1869), + [aux_sym_gateway_ports_token1] = ACTIONS(1869), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1869), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1869), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1869), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1869), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1869), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1869), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1869), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1869), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1869), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1869), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1869), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1869), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1869), + [aux_sym_host_key_alias_token1] = ACTIONS(1869), + [aux_sym_hostname_token1] = ACTIONS(1869), + [aux_sym_identities_only_token1] = ACTIONS(1869), + [aux_sym_identity_agent_token1] = ACTIONS(1869), + [aux_sym_identity_file_token1] = ACTIONS(1869), + [aux_sym_ignore_unknown_token1] = ACTIONS(1869), + [aux_sym_include_token1] = ACTIONS(1869), + [aux_sym_ip_qos_token1] = ACTIONS(1869), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1869), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1869), + [aux_sym_kex_algorithms_token1] = ACTIONS(1869), + [aux_sym_known_hosts_command_token1] = ACTIONS(1869), + [aux_sym_local_command_token1] = ACTIONS(1869), + [aux_sym_local_forward_token1] = ACTIONS(1869), + [aux_sym_log_level_token1] = ACTIONS(1869), + [aux_sym_log_verbose_token1] = ACTIONS(1869), + [aux_sym_macs_token1] = ACTIONS(1869), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1869), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1869), + [aux_sym_password_authentication_token1] = ACTIONS(1869), + [aux_sym_permit_local_command_token1] = ACTIONS(1869), + [aux_sym_permit_remote_open_token1] = ACTIONS(1869), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1869), + [aux_sym_port_token1] = ACTIONS(1869), + [aux_sym_preferred_authentications_token1] = ACTIONS(1869), + [aux_sym_protocol_token1] = ACTIONS(1869), + [aux_sym_proxy_command_token1] = ACTIONS(1869), + [aux_sym_proxy_jump_token1] = ACTIONS(1869), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1869), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1869), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1869), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1869), + [aux_sym_rekey_limit_token1] = ACTIONS(1869), + [aux_sym_remote_command_token1] = ACTIONS(1869), + [aux_sym_remote_forward_token1] = ACTIONS(1869), + [aux_sym_request_tty_token1] = ACTIONS(1869), + [aux_sym_required_rsa_size_token1] = ACTIONS(1869), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1869), + [aux_sym_security_key_provider_token1] = ACTIONS(1869), + [aux_sym_send_env_token1] = ACTIONS(1869), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1869), + [aux_sym_server_alive_interval_token1] = ACTIONS(1869), + [aux_sym_session_type_token1] = ACTIONS(1869), + [aux_sym_set_env_token1] = ACTIONS(1869), + [aux_sym_stdin_null_token1] = ACTIONS(1869), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1869), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1869), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1869), + [aux_sym_syslog_facility_token1] = ACTIONS(1869), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1869), + [aux_sym_keep_alive_token1] = ACTIONS(1869), + [aux_sym_tunnel_token1] = ACTIONS(1871), + [aux_sym_tunnel_device_token1] = ACTIONS(1869), + [aux_sym_update_host_keys_token1] = ACTIONS(1869), + [aux_sym_use_keychain_token1] = ACTIONS(1869), + [aux_sym_use_roaming_token1] = ACTIONS(1869), + [aux_sym_user_token1] = ACTIONS(1871), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1869), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1869), + [aux_sym_visual_host_key_token1] = ACTIONS(1869), + [aux_sym_xauth_location_token1] = ACTIONS(1869), }, [223] = { - [ts_builtin_sym_end] = ACTIONS(1870), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1872), - [anon_sym_DQUOTE] = ACTIONS(1870), - [aux_sym_match_token1] = ACTIONS(1870), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1870), - [aux_sym_address_family_token1] = ACTIONS(1870), - [aux_sym_batch_mode_token1] = ACTIONS(1870), - [aux_sym_bind_address_token1] = ACTIONS(1870), - [aux_sym_bind_interface_token1] = ACTIONS(1870), - [aux_sym_canonical_domains_token1] = ACTIONS(1870), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1870), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1870), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1870), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1870), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1870), - [aux_sym_certificate_file_token1] = ACTIONS(1870), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1870), - [aux_sym_check_host_ip_token1] = ACTIONS(1870), - [aux_sym_ciphers_token1] = ACTIONS(1870), - [aux_sym_cipher_token1] = ACTIONS(1872), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1870), - [aux_sym_compression_token1] = ACTIONS(1870), - [aux_sym_connection_attempts_token1] = ACTIONS(1870), - [aux_sym_connect_timeout_token1] = ACTIONS(1870), - [aux_sym_control_master_token1] = ACTIONS(1870), - [aux_sym_control_path_token1] = ACTIONS(1870), - [aux_sym_control_persist_token1] = ACTIONS(1870), - [aux_sym_dynamic_forward_token1] = ACTIONS(1870), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1870), - [aux_sym_escape_char_token1] = ACTIONS(1870), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1870), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1870), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1870), - [aux_sym_forward_agent_token1] = ACTIONS(1870), - [aux_sym_forward_x11_token1] = ACTIONS(1872), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1870), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1870), - [aux_sym_gateway_ports_token1] = ACTIONS(1870), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1870), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1870), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1870), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1870), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1870), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1870), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1870), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1870), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1870), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1870), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1870), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1870), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1870), - [aux_sym_host_key_alias_token1] = ACTIONS(1870), - [aux_sym_hostname_token1] = ACTIONS(1870), - [aux_sym_identities_only_token1] = ACTIONS(1870), - [aux_sym_identity_agent_token1] = ACTIONS(1870), - [aux_sym_identity_file_token1] = ACTIONS(1870), - [aux_sym_ignore_unknown_token1] = ACTIONS(1870), - [aux_sym_include_token1] = ACTIONS(1870), - [aux_sym_ip_qos_token1] = ACTIONS(1870), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1870), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1870), - [aux_sym_kex_algorithms_token1] = ACTIONS(1870), - [aux_sym_known_hosts_command_token1] = ACTIONS(1870), - [aux_sym_local_command_token1] = ACTIONS(1870), - [aux_sym_local_forward_token1] = ACTIONS(1870), - [aux_sym_log_level_token1] = ACTIONS(1870), - [aux_sym_log_verbose_token1] = ACTIONS(1870), - [aux_sym_macs_token1] = ACTIONS(1870), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1870), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1870), - [aux_sym_password_authentication_token1] = ACTIONS(1870), - [aux_sym_permit_local_command_token1] = ACTIONS(1870), - [aux_sym_permit_remote_open_token1] = ACTIONS(1870), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1870), - [aux_sym_port_token1] = ACTIONS(1870), - [aux_sym_preferred_authentications_token1] = ACTIONS(1870), - [aux_sym_protocol_token1] = ACTIONS(1870), - [aux_sym_proxy_command_token1] = ACTIONS(1870), - [aux_sym_proxy_jump_token1] = ACTIONS(1870), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1870), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1870), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1870), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1870), - [aux_sym_rekey_limit_token1] = ACTIONS(1870), - [aux_sym_remote_command_token1] = ACTIONS(1870), - [aux_sym_remote_forward_token1] = ACTIONS(1870), - [aux_sym_request_tty_token1] = ACTIONS(1870), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1870), - [aux_sym_security_key_provider_token1] = ACTIONS(1870), - [aux_sym_send_env_token1] = ACTIONS(1870), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1870), - [aux_sym_server_alive_interval_token1] = ACTIONS(1870), - [aux_sym_session_type_token1] = ACTIONS(1870), - [aux_sym_set_env_token1] = ACTIONS(1870), - [aux_sym_stdin_null_token1] = ACTIONS(1870), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1870), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1870), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1870), - [aux_sym_syslog_facility_token1] = ACTIONS(1870), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1870), - [aux_sym_keep_alive_token1] = ACTIONS(1870), - [aux_sym_tunnel_token1] = ACTIONS(1872), - [aux_sym_tunnel_device_token1] = ACTIONS(1870), - [aux_sym_update_host_keys_token1] = ACTIONS(1870), - [aux_sym_use_keychain_token1] = ACTIONS(1870), - [aux_sym_use_roaming_token1] = ACTIONS(1870), - [aux_sym_user_token1] = ACTIONS(1872), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1870), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1870), - [aux_sym_visual_host_key_token1] = ACTIONS(1870), - [aux_sym_xauth_location_token1] = ACTIONS(1870), + [ts_builtin_sym_end] = ACTIONS(1875), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1877), + [anon_sym_DQUOTE] = ACTIONS(1879), + [aux_sym_match_token1] = ACTIONS(1875), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1875), + [aux_sym_address_family_token1] = ACTIONS(1875), + [aux_sym_batch_mode_token1] = ACTIONS(1875), + [aux_sym_bind_address_token1] = ACTIONS(1875), + [aux_sym_bind_interface_token1] = ACTIONS(1875), + [aux_sym_canonical_domains_token1] = ACTIONS(1875), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1875), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1875), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1875), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1875), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1875), + [aux_sym_certificate_file_token1] = ACTIONS(1875), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1875), + [aux_sym_check_host_ip_token1] = ACTIONS(1875), + [aux_sym_ciphers_token1] = ACTIONS(1875), + [aux_sym_cipher_token1] = ACTIONS(1877), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1875), + [aux_sym_compression_token1] = ACTIONS(1875), + [aux_sym_connection_attempts_token1] = ACTIONS(1875), + [aux_sym_connect_timeout_token1] = ACTIONS(1875), + [aux_sym_control_master_token1] = ACTIONS(1875), + [aux_sym_control_path_token1] = ACTIONS(1875), + [aux_sym_control_persist_token1] = ACTIONS(1875), + [aux_sym_dynamic_forward_token1] = ACTIONS(1875), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1875), + [aux_sym_escape_char_token1] = ACTIONS(1875), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1875), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1875), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1875), + [aux_sym_forward_agent_token1] = ACTIONS(1875), + [aux_sym_forward_x11_token1] = ACTIONS(1877), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1875), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1875), + [aux_sym_gateway_ports_token1] = ACTIONS(1875), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1875), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1875), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1875), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1875), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1875), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1875), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1875), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1875), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1875), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1875), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1875), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1875), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1875), + [aux_sym_host_key_alias_token1] = ACTIONS(1875), + [aux_sym_hostname_token1] = ACTIONS(1875), + [aux_sym_identities_only_token1] = ACTIONS(1875), + [aux_sym_identity_agent_token1] = ACTIONS(1875), + [aux_sym_identity_file_token1] = ACTIONS(1875), + [aux_sym_ignore_unknown_token1] = ACTIONS(1875), + [aux_sym_include_token1] = ACTIONS(1875), + [aux_sym_ip_qos_token1] = ACTIONS(1875), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1875), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1875), + [aux_sym_kex_algorithms_token1] = ACTIONS(1875), + [aux_sym_known_hosts_command_token1] = ACTIONS(1875), + [aux_sym_local_command_token1] = ACTIONS(1875), + [aux_sym_local_forward_token1] = ACTIONS(1875), + [aux_sym_log_level_token1] = ACTIONS(1875), + [aux_sym_log_verbose_token1] = ACTIONS(1875), + [aux_sym_macs_token1] = ACTIONS(1875), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1875), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1875), + [aux_sym_password_authentication_token1] = ACTIONS(1875), + [aux_sym_permit_local_command_token1] = ACTIONS(1875), + [aux_sym_permit_remote_open_token1] = ACTIONS(1875), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1875), + [aux_sym_port_token1] = ACTIONS(1875), + [aux_sym_preferred_authentications_token1] = ACTIONS(1875), + [aux_sym_protocol_token1] = ACTIONS(1875), + [aux_sym_proxy_command_token1] = ACTIONS(1875), + [aux_sym_proxy_jump_token1] = ACTIONS(1875), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1875), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1875), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1875), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1875), + [aux_sym_rekey_limit_token1] = ACTIONS(1875), + [aux_sym_remote_command_token1] = ACTIONS(1875), + [aux_sym_remote_forward_token1] = ACTIONS(1875), + [aux_sym_request_tty_token1] = ACTIONS(1875), + [aux_sym_required_rsa_size_token1] = ACTIONS(1875), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1875), + [aux_sym_security_key_provider_token1] = ACTIONS(1875), + [aux_sym_send_env_token1] = ACTIONS(1875), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1875), + [aux_sym_server_alive_interval_token1] = ACTIONS(1875), + [aux_sym_session_type_token1] = ACTIONS(1875), + [aux_sym_set_env_token1] = ACTIONS(1875), + [aux_sym_stdin_null_token1] = ACTIONS(1875), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1875), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1875), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1875), + [aux_sym_syslog_facility_token1] = ACTIONS(1875), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1875), + [aux_sym_keep_alive_token1] = ACTIONS(1875), + [aux_sym_tunnel_token1] = ACTIONS(1877), + [aux_sym_tunnel_device_token1] = ACTIONS(1875), + [aux_sym_update_host_keys_token1] = ACTIONS(1875), + [aux_sym_use_keychain_token1] = ACTIONS(1875), + [aux_sym_use_roaming_token1] = ACTIONS(1875), + [aux_sym_user_token1] = ACTIONS(1877), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1875), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1875), + [aux_sym_visual_host_key_token1] = ACTIONS(1875), + [aux_sym_xauth_location_token1] = ACTIONS(1875), }, [224] = { - [ts_builtin_sym_end] = ACTIONS(1874), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1876), - [anon_sym_DQUOTE] = ACTIONS(1878), - [aux_sym_match_token1] = ACTIONS(1874), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1874), - [aux_sym_address_family_token1] = ACTIONS(1874), - [aux_sym_batch_mode_token1] = ACTIONS(1874), - [aux_sym_bind_address_token1] = ACTIONS(1874), - [aux_sym_bind_interface_token1] = ACTIONS(1874), - [aux_sym_canonical_domains_token1] = ACTIONS(1874), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1874), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1874), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1874), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1874), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1874), - [aux_sym_certificate_file_token1] = ACTIONS(1874), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1874), - [aux_sym_check_host_ip_token1] = ACTIONS(1874), - [aux_sym_ciphers_token1] = ACTIONS(1874), - [aux_sym_cipher_token1] = ACTIONS(1876), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1874), - [aux_sym_compression_token1] = ACTIONS(1874), - [aux_sym_connection_attempts_token1] = ACTIONS(1874), - [aux_sym_connect_timeout_token1] = ACTIONS(1874), - [aux_sym_control_master_token1] = ACTIONS(1874), - [aux_sym_control_path_token1] = ACTIONS(1874), - [aux_sym_control_persist_token1] = ACTIONS(1874), - [aux_sym_dynamic_forward_token1] = ACTIONS(1874), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1874), - [aux_sym_escape_char_token1] = ACTIONS(1874), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1874), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1874), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1874), - [aux_sym_forward_agent_token1] = ACTIONS(1874), - [aux_sym_forward_x11_token1] = ACTIONS(1876), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1874), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1874), - [aux_sym_gateway_ports_token1] = ACTIONS(1874), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1874), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1874), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1874), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1874), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1874), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1874), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1874), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1874), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1874), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1874), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1874), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1874), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1874), - [aux_sym_host_key_alias_token1] = ACTIONS(1874), - [aux_sym_hostname_token1] = ACTIONS(1874), - [aux_sym_identities_only_token1] = ACTIONS(1874), - [aux_sym_identity_agent_token1] = ACTIONS(1874), - [aux_sym_identity_file_token1] = ACTIONS(1874), - [aux_sym_ignore_unknown_token1] = ACTIONS(1874), - [aux_sym_include_token1] = ACTIONS(1874), - [aux_sym_ip_qos_token1] = ACTIONS(1874), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1874), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1874), - [aux_sym_kex_algorithms_token1] = ACTIONS(1874), - [aux_sym_known_hosts_command_token1] = ACTIONS(1874), - [aux_sym_local_command_token1] = ACTIONS(1874), - [aux_sym_local_forward_token1] = ACTIONS(1874), - [aux_sym_log_level_token1] = ACTIONS(1874), - [aux_sym_log_verbose_token1] = ACTIONS(1874), - [aux_sym_macs_token1] = ACTIONS(1874), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1874), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1874), - [aux_sym_password_authentication_token1] = ACTIONS(1874), - [aux_sym_permit_local_command_token1] = ACTIONS(1874), - [aux_sym_permit_remote_open_token1] = ACTIONS(1874), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1874), - [aux_sym_port_token1] = ACTIONS(1874), - [aux_sym_preferred_authentications_token1] = ACTIONS(1874), - [aux_sym_protocol_token1] = ACTIONS(1874), - [aux_sym_proxy_command_token1] = ACTIONS(1874), - [aux_sym_proxy_jump_token1] = ACTIONS(1874), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1874), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1874), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1874), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1874), - [aux_sym_rekey_limit_token1] = ACTIONS(1874), - [aux_sym_remote_command_token1] = ACTIONS(1874), - [aux_sym_remote_forward_token1] = ACTIONS(1874), - [aux_sym_request_tty_token1] = ACTIONS(1874), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1874), - [aux_sym_security_key_provider_token1] = ACTIONS(1874), - [aux_sym_send_env_token1] = ACTIONS(1874), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1874), - [aux_sym_server_alive_interval_token1] = ACTIONS(1874), - [aux_sym_session_type_token1] = ACTIONS(1874), - [aux_sym_set_env_token1] = ACTIONS(1874), - [aux_sym_stdin_null_token1] = ACTIONS(1874), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1874), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1874), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1874), - [aux_sym_syslog_facility_token1] = ACTIONS(1874), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1874), - [aux_sym_keep_alive_token1] = ACTIONS(1874), - [aux_sym_tunnel_token1] = ACTIONS(1876), - [aux_sym_tunnel_device_token1] = ACTIONS(1874), - [aux_sym_update_host_keys_token1] = ACTIONS(1874), - [aux_sym_use_keychain_token1] = ACTIONS(1874), - [aux_sym_use_roaming_token1] = ACTIONS(1874), - [aux_sym_user_token1] = ACTIONS(1876), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1874), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1874), - [aux_sym_visual_host_key_token1] = ACTIONS(1874), - [aux_sym_xauth_location_token1] = ACTIONS(1874), + [ts_builtin_sym_end] = ACTIONS(1881), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1883), + [anon_sym_DQUOTE] = ACTIONS(1885), + [aux_sym_match_token1] = ACTIONS(1881), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1881), + [aux_sym_address_family_token1] = ACTIONS(1881), + [aux_sym_batch_mode_token1] = ACTIONS(1881), + [aux_sym_bind_address_token1] = ACTIONS(1881), + [aux_sym_bind_interface_token1] = ACTIONS(1881), + [aux_sym_canonical_domains_token1] = ACTIONS(1881), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1881), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1881), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1881), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1881), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1881), + [aux_sym_certificate_file_token1] = ACTIONS(1881), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1881), + [aux_sym_check_host_ip_token1] = ACTIONS(1881), + [aux_sym_ciphers_token1] = ACTIONS(1881), + [aux_sym_cipher_token1] = ACTIONS(1883), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1881), + [aux_sym_compression_token1] = ACTIONS(1881), + [aux_sym_connection_attempts_token1] = ACTIONS(1881), + [aux_sym_connect_timeout_token1] = ACTIONS(1881), + [aux_sym_control_master_token1] = ACTIONS(1881), + [aux_sym_control_path_token1] = ACTIONS(1881), + [aux_sym_control_persist_token1] = ACTIONS(1881), + [aux_sym_dynamic_forward_token1] = ACTIONS(1881), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1881), + [aux_sym_escape_char_token1] = ACTIONS(1881), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1881), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1881), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1881), + [aux_sym_forward_agent_token1] = ACTIONS(1881), + [aux_sym_forward_x11_token1] = ACTIONS(1883), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1881), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1881), + [aux_sym_gateway_ports_token1] = ACTIONS(1881), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1881), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1881), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1881), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1881), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1881), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1881), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1881), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1881), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1881), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1881), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1881), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1881), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1881), + [aux_sym_host_key_alias_token1] = ACTIONS(1881), + [aux_sym_hostname_token1] = ACTIONS(1881), + [aux_sym_identities_only_token1] = ACTIONS(1881), + [aux_sym_identity_agent_token1] = ACTIONS(1881), + [aux_sym_identity_file_token1] = ACTIONS(1881), + [aux_sym_ignore_unknown_token1] = ACTIONS(1881), + [aux_sym_include_token1] = ACTIONS(1881), + [aux_sym_ip_qos_token1] = ACTIONS(1881), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1881), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1881), + [aux_sym_kex_algorithms_token1] = ACTIONS(1881), + [aux_sym_known_hosts_command_token1] = ACTIONS(1881), + [aux_sym_local_command_token1] = ACTIONS(1881), + [aux_sym_local_forward_token1] = ACTIONS(1881), + [aux_sym_log_level_token1] = ACTIONS(1881), + [aux_sym_log_verbose_token1] = ACTIONS(1881), + [aux_sym_macs_token1] = ACTIONS(1881), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1881), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1881), + [aux_sym_password_authentication_token1] = ACTIONS(1881), + [aux_sym_permit_local_command_token1] = ACTIONS(1881), + [aux_sym_permit_remote_open_token1] = ACTIONS(1881), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1881), + [aux_sym_port_token1] = ACTIONS(1881), + [aux_sym_preferred_authentications_token1] = ACTIONS(1881), + [aux_sym_protocol_token1] = ACTIONS(1881), + [aux_sym_proxy_command_token1] = ACTIONS(1881), + [aux_sym_proxy_jump_token1] = ACTIONS(1881), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1881), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1881), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1881), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1881), + [aux_sym_rekey_limit_token1] = ACTIONS(1881), + [aux_sym_remote_command_token1] = ACTIONS(1881), + [aux_sym_remote_forward_token1] = ACTIONS(1881), + [aux_sym_request_tty_token1] = ACTIONS(1881), + [aux_sym_required_rsa_size_token1] = ACTIONS(1881), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1881), + [aux_sym_security_key_provider_token1] = ACTIONS(1881), + [aux_sym_send_env_token1] = ACTIONS(1881), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1881), + [aux_sym_server_alive_interval_token1] = ACTIONS(1881), + [aux_sym_session_type_token1] = ACTIONS(1881), + [aux_sym_set_env_token1] = ACTIONS(1881), + [aux_sym_stdin_null_token1] = ACTIONS(1881), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1881), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1881), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1881), + [aux_sym_syslog_facility_token1] = ACTIONS(1881), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1881), + [aux_sym_keep_alive_token1] = ACTIONS(1881), + [aux_sym_tunnel_token1] = ACTIONS(1883), + [aux_sym_tunnel_device_token1] = ACTIONS(1881), + [aux_sym_update_host_keys_token1] = ACTIONS(1881), + [aux_sym_use_keychain_token1] = ACTIONS(1881), + [aux_sym_use_roaming_token1] = ACTIONS(1881), + [aux_sym_user_token1] = ACTIONS(1883), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1881), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1881), + [aux_sym_visual_host_key_token1] = ACTIONS(1881), + [aux_sym_xauth_location_token1] = ACTIONS(1881), }, [225] = { - [ts_builtin_sym_end] = ACTIONS(1880), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1882), - [anon_sym_DQUOTE] = ACTIONS(1880), - [aux_sym_match_token1] = ACTIONS(1880), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1880), - [aux_sym_address_family_token1] = ACTIONS(1880), - [aux_sym_batch_mode_token1] = ACTIONS(1880), - [aux_sym_bind_address_token1] = ACTIONS(1880), - [aux_sym_bind_interface_token1] = ACTIONS(1880), - [aux_sym_canonical_domains_token1] = ACTIONS(1880), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1880), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1880), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1880), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1880), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1880), - [aux_sym_certificate_file_token1] = ACTIONS(1880), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1880), - [aux_sym_check_host_ip_token1] = ACTIONS(1880), - [aux_sym_ciphers_token1] = ACTIONS(1880), - [aux_sym_cipher_token1] = ACTIONS(1882), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1880), - [aux_sym_compression_token1] = ACTIONS(1880), - [aux_sym_connection_attempts_token1] = ACTIONS(1880), - [aux_sym_connect_timeout_token1] = ACTIONS(1880), - [aux_sym_control_master_token1] = ACTIONS(1880), - [aux_sym_control_path_token1] = ACTIONS(1880), - [aux_sym_control_persist_token1] = ACTIONS(1880), - [aux_sym_dynamic_forward_token1] = ACTIONS(1880), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1880), - [aux_sym_escape_char_token1] = ACTIONS(1880), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1880), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1880), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1880), - [aux_sym_forward_agent_token1] = ACTIONS(1880), - [aux_sym_forward_x11_token1] = ACTIONS(1882), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1880), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1880), - [aux_sym_gateway_ports_token1] = ACTIONS(1880), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1880), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1880), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1880), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1880), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1880), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1880), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1880), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1880), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1880), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1880), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1880), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1880), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1880), - [aux_sym_host_key_alias_token1] = ACTIONS(1880), - [aux_sym_hostname_token1] = ACTIONS(1880), - [aux_sym_identities_only_token1] = ACTIONS(1880), - [aux_sym_identity_agent_token1] = ACTIONS(1880), - [aux_sym_identity_file_token1] = ACTIONS(1880), - [aux_sym_ignore_unknown_token1] = ACTIONS(1880), - [aux_sym_include_token1] = ACTIONS(1880), - [aux_sym_ip_qos_token1] = ACTIONS(1880), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1880), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1880), - [aux_sym_kex_algorithms_token1] = ACTIONS(1880), - [aux_sym_known_hosts_command_token1] = ACTIONS(1880), - [aux_sym_local_command_token1] = ACTIONS(1880), - [aux_sym_local_forward_token1] = ACTIONS(1880), - [aux_sym_log_level_token1] = ACTIONS(1880), - [aux_sym_log_verbose_token1] = ACTIONS(1880), - [aux_sym_macs_token1] = ACTIONS(1880), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1880), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1880), - [aux_sym_password_authentication_token1] = ACTIONS(1880), - [aux_sym_permit_local_command_token1] = ACTIONS(1880), - [aux_sym_permit_remote_open_token1] = ACTIONS(1880), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1880), - [aux_sym_port_token1] = ACTIONS(1880), - [aux_sym_preferred_authentications_token1] = ACTIONS(1880), - [aux_sym_protocol_token1] = ACTIONS(1880), - [aux_sym_proxy_command_token1] = ACTIONS(1880), - [aux_sym_proxy_jump_token1] = ACTIONS(1880), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1880), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1880), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1880), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1880), - [aux_sym_rekey_limit_token1] = ACTIONS(1880), - [aux_sym_remote_command_token1] = ACTIONS(1880), - [aux_sym_remote_forward_token1] = ACTIONS(1880), - [aux_sym_request_tty_token1] = ACTIONS(1880), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1880), - [aux_sym_security_key_provider_token1] = ACTIONS(1880), - [aux_sym_send_env_token1] = ACTIONS(1880), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1880), - [aux_sym_server_alive_interval_token1] = ACTIONS(1880), - [aux_sym_session_type_token1] = ACTIONS(1880), - [aux_sym_set_env_token1] = ACTIONS(1880), - [aux_sym_stdin_null_token1] = ACTIONS(1880), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1880), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1880), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1880), - [aux_sym_syslog_facility_token1] = ACTIONS(1880), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1880), - [aux_sym_keep_alive_token1] = ACTIONS(1880), - [aux_sym_tunnel_token1] = ACTIONS(1882), - [aux_sym_tunnel_device_token1] = ACTIONS(1880), - [aux_sym_update_host_keys_token1] = ACTIONS(1880), - [aux_sym_use_keychain_token1] = ACTIONS(1880), - [aux_sym_use_roaming_token1] = ACTIONS(1880), - [aux_sym_user_token1] = ACTIONS(1882), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1880), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1880), - [aux_sym_visual_host_key_token1] = ACTIONS(1880), - [aux_sym_xauth_location_token1] = ACTIONS(1880), + [ts_builtin_sym_end] = ACTIONS(1887), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1889), + [anon_sym_DQUOTE] = ACTIONS(1887), + [aux_sym_match_token1] = ACTIONS(1887), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1887), + [aux_sym_address_family_token1] = ACTIONS(1887), + [aux_sym_batch_mode_token1] = ACTIONS(1887), + [aux_sym_bind_address_token1] = ACTIONS(1887), + [aux_sym_bind_interface_token1] = ACTIONS(1887), + [aux_sym_canonical_domains_token1] = ACTIONS(1887), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1887), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1887), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1887), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1887), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1887), + [aux_sym_certificate_file_token1] = ACTIONS(1887), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1887), + [aux_sym_check_host_ip_token1] = ACTIONS(1887), + [aux_sym_ciphers_token1] = ACTIONS(1887), + [aux_sym_cipher_token1] = ACTIONS(1889), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1887), + [aux_sym_compression_token1] = ACTIONS(1887), + [aux_sym_connection_attempts_token1] = ACTIONS(1887), + [aux_sym_connect_timeout_token1] = ACTIONS(1887), + [aux_sym_control_master_token1] = ACTIONS(1887), + [aux_sym_control_path_token1] = ACTIONS(1887), + [aux_sym_control_persist_token1] = ACTIONS(1887), + [aux_sym_dynamic_forward_token1] = ACTIONS(1887), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1887), + [aux_sym_escape_char_token1] = ACTIONS(1887), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1887), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1887), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1887), + [aux_sym_forward_agent_token1] = ACTIONS(1887), + [aux_sym_forward_x11_token1] = ACTIONS(1889), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1887), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1887), + [aux_sym_gateway_ports_token1] = ACTIONS(1887), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1887), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1887), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1887), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1887), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1887), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1887), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1887), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1887), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1887), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1887), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1887), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1887), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1887), + [aux_sym_host_key_alias_token1] = ACTIONS(1887), + [aux_sym_hostname_token1] = ACTIONS(1887), + [aux_sym_identities_only_token1] = ACTIONS(1887), + [aux_sym_identity_agent_token1] = ACTIONS(1887), + [aux_sym_identity_file_token1] = ACTIONS(1887), + [aux_sym_ignore_unknown_token1] = ACTIONS(1887), + [aux_sym_include_token1] = ACTIONS(1887), + [aux_sym_ip_qos_token1] = ACTIONS(1887), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1887), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1887), + [aux_sym_kex_algorithms_token1] = ACTIONS(1887), + [aux_sym_known_hosts_command_token1] = ACTIONS(1887), + [aux_sym_local_command_token1] = ACTIONS(1887), + [aux_sym_local_forward_token1] = ACTIONS(1887), + [aux_sym_log_level_token1] = ACTIONS(1887), + [aux_sym_log_verbose_token1] = ACTIONS(1887), + [aux_sym_macs_token1] = ACTIONS(1887), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1887), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1887), + [aux_sym_password_authentication_token1] = ACTIONS(1887), + [aux_sym_permit_local_command_token1] = ACTIONS(1887), + [aux_sym_permit_remote_open_token1] = ACTIONS(1887), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1887), + [aux_sym_port_token1] = ACTIONS(1887), + [aux_sym_preferred_authentications_token1] = ACTIONS(1887), + [aux_sym_protocol_token1] = ACTIONS(1887), + [aux_sym_proxy_command_token1] = ACTIONS(1887), + [aux_sym_proxy_jump_token1] = ACTIONS(1887), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1887), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1887), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1887), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1887), + [aux_sym_rekey_limit_token1] = ACTIONS(1887), + [aux_sym_remote_command_token1] = ACTIONS(1887), + [aux_sym_remote_forward_token1] = ACTIONS(1887), + [aux_sym_request_tty_token1] = ACTIONS(1887), + [aux_sym_required_rsa_size_token1] = ACTIONS(1887), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1887), + [aux_sym_security_key_provider_token1] = ACTIONS(1887), + [aux_sym_send_env_token1] = ACTIONS(1887), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1887), + [aux_sym_server_alive_interval_token1] = ACTIONS(1887), + [aux_sym_session_type_token1] = ACTIONS(1887), + [aux_sym_set_env_token1] = ACTIONS(1887), + [aux_sym_stdin_null_token1] = ACTIONS(1887), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1887), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1887), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1887), + [aux_sym_syslog_facility_token1] = ACTIONS(1887), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1887), + [aux_sym_keep_alive_token1] = ACTIONS(1887), + [aux_sym_tunnel_token1] = ACTIONS(1889), + [aux_sym_tunnel_device_token1] = ACTIONS(1887), + [aux_sym_update_host_keys_token1] = ACTIONS(1887), + [aux_sym_use_keychain_token1] = ACTIONS(1887), + [aux_sym_use_roaming_token1] = ACTIONS(1887), + [aux_sym_user_token1] = ACTIONS(1889), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1887), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1887), + [aux_sym_visual_host_key_token1] = ACTIONS(1887), + [aux_sym_xauth_location_token1] = ACTIONS(1887), }, [226] = { - [ts_builtin_sym_end] = ACTIONS(1884), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1886), - [anon_sym_DQUOTE] = ACTIONS(1884), - [aux_sym_match_token1] = ACTIONS(1884), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1884), - [aux_sym_address_family_token1] = ACTIONS(1884), - [aux_sym_batch_mode_token1] = ACTIONS(1884), - [aux_sym_bind_address_token1] = ACTIONS(1884), - [aux_sym_bind_interface_token1] = ACTIONS(1884), - [aux_sym_canonical_domains_token1] = ACTIONS(1884), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1884), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1884), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1884), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1884), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1884), - [aux_sym_certificate_file_token1] = ACTIONS(1884), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1884), - [aux_sym_check_host_ip_token1] = ACTIONS(1884), - [aux_sym_ciphers_token1] = ACTIONS(1884), - [aux_sym_cipher_token1] = ACTIONS(1886), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1884), - [aux_sym_compression_token1] = ACTIONS(1884), - [aux_sym_connection_attempts_token1] = ACTIONS(1884), - [aux_sym_connect_timeout_token1] = ACTIONS(1884), - [aux_sym_control_master_token1] = ACTIONS(1884), - [aux_sym_control_path_token1] = ACTIONS(1884), - [aux_sym_control_persist_token1] = ACTIONS(1884), - [aux_sym_dynamic_forward_token1] = ACTIONS(1884), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1884), - [aux_sym_escape_char_token1] = ACTIONS(1884), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1884), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1884), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1884), - [aux_sym_forward_agent_token1] = ACTIONS(1884), - [aux_sym_forward_x11_token1] = ACTIONS(1886), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1884), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1884), - [aux_sym_gateway_ports_token1] = ACTIONS(1884), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1884), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1884), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1884), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1884), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1884), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1884), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1884), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1884), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1884), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1884), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1884), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1884), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1884), - [aux_sym_host_key_alias_token1] = ACTIONS(1884), - [aux_sym_hostname_token1] = ACTIONS(1884), - [aux_sym_identities_only_token1] = ACTIONS(1884), - [aux_sym_identity_agent_token1] = ACTIONS(1884), - [aux_sym_identity_file_token1] = ACTIONS(1884), - [aux_sym_ignore_unknown_token1] = ACTIONS(1884), - [aux_sym_include_token1] = ACTIONS(1884), - [aux_sym_ip_qos_token1] = ACTIONS(1884), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1884), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1884), - [aux_sym_kex_algorithms_token1] = ACTIONS(1884), - [aux_sym_known_hosts_command_token1] = ACTIONS(1884), - [aux_sym_local_command_token1] = ACTIONS(1884), - [aux_sym_local_forward_token1] = ACTIONS(1884), - [aux_sym_log_level_token1] = ACTIONS(1884), - [aux_sym_log_verbose_token1] = ACTIONS(1884), - [aux_sym_macs_token1] = ACTIONS(1884), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1884), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1884), - [aux_sym_password_authentication_token1] = ACTIONS(1884), - [aux_sym_permit_local_command_token1] = ACTIONS(1884), - [aux_sym_permit_remote_open_token1] = ACTIONS(1884), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1884), - [aux_sym_port_token1] = ACTIONS(1884), - [aux_sym_preferred_authentications_token1] = ACTIONS(1884), - [aux_sym_protocol_token1] = ACTIONS(1884), - [aux_sym_proxy_command_token1] = ACTIONS(1884), - [aux_sym_proxy_jump_token1] = ACTIONS(1884), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1884), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1884), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1884), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1884), - [aux_sym_rekey_limit_token1] = ACTIONS(1884), - [aux_sym_remote_command_token1] = ACTIONS(1884), - [aux_sym_remote_forward_token1] = ACTIONS(1884), - [aux_sym_request_tty_token1] = ACTIONS(1884), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1884), - [aux_sym_security_key_provider_token1] = ACTIONS(1884), - [aux_sym_send_env_token1] = ACTIONS(1884), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1884), - [aux_sym_server_alive_interval_token1] = ACTIONS(1884), - [aux_sym_session_type_token1] = ACTIONS(1884), - [aux_sym_set_env_token1] = ACTIONS(1884), - [aux_sym_stdin_null_token1] = ACTIONS(1884), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1884), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1884), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1884), - [aux_sym_syslog_facility_token1] = ACTIONS(1884), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1884), - [aux_sym_keep_alive_token1] = ACTIONS(1884), - [aux_sym_tunnel_token1] = ACTIONS(1886), - [aux_sym_tunnel_device_token1] = ACTIONS(1884), - [aux_sym_update_host_keys_token1] = ACTIONS(1884), - [aux_sym_use_keychain_token1] = ACTIONS(1884), - [aux_sym_use_roaming_token1] = ACTIONS(1884), - [aux_sym_user_token1] = ACTIONS(1886), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1884), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1884), - [aux_sym_visual_host_key_token1] = ACTIONS(1884), - [aux_sym_xauth_location_token1] = ACTIONS(1884), + [ts_builtin_sym_end] = ACTIONS(1891), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1893), + [anon_sym_DQUOTE] = ACTIONS(1895), + [aux_sym_match_token1] = ACTIONS(1891), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1891), + [aux_sym_address_family_token1] = ACTIONS(1891), + [aux_sym_batch_mode_token1] = ACTIONS(1891), + [aux_sym_bind_address_token1] = ACTIONS(1891), + [aux_sym_bind_interface_token1] = ACTIONS(1891), + [aux_sym_canonical_domains_token1] = ACTIONS(1891), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1891), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1891), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1891), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1891), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1891), + [aux_sym_certificate_file_token1] = ACTIONS(1891), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1891), + [aux_sym_check_host_ip_token1] = ACTIONS(1891), + [aux_sym_ciphers_token1] = ACTIONS(1891), + [aux_sym_cipher_token1] = ACTIONS(1893), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1891), + [aux_sym_compression_token1] = ACTIONS(1891), + [aux_sym_connection_attempts_token1] = ACTIONS(1891), + [aux_sym_connect_timeout_token1] = ACTIONS(1891), + [aux_sym_control_master_token1] = ACTIONS(1891), + [aux_sym_control_path_token1] = ACTIONS(1891), + [aux_sym_control_persist_token1] = ACTIONS(1891), + [aux_sym_dynamic_forward_token1] = ACTIONS(1891), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1891), + [aux_sym_escape_char_token1] = ACTIONS(1891), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1891), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1891), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1891), + [aux_sym_forward_agent_token1] = ACTIONS(1891), + [aux_sym_forward_x11_token1] = ACTIONS(1893), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1891), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1891), + [aux_sym_gateway_ports_token1] = ACTIONS(1891), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1891), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1891), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1891), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1891), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1891), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1891), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1891), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1891), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1891), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1891), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1891), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1891), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1891), + [aux_sym_host_key_alias_token1] = ACTIONS(1891), + [aux_sym_hostname_token1] = ACTIONS(1891), + [aux_sym_identities_only_token1] = ACTIONS(1891), + [aux_sym_identity_agent_token1] = ACTIONS(1891), + [aux_sym_identity_file_token1] = ACTIONS(1891), + [aux_sym_ignore_unknown_token1] = ACTIONS(1891), + [aux_sym_include_token1] = ACTIONS(1891), + [aux_sym_ip_qos_token1] = ACTIONS(1891), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1891), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1891), + [aux_sym_kex_algorithms_token1] = ACTIONS(1891), + [aux_sym_known_hosts_command_token1] = ACTIONS(1891), + [aux_sym_local_command_token1] = ACTIONS(1891), + [aux_sym_local_forward_token1] = ACTIONS(1891), + [aux_sym_log_level_token1] = ACTIONS(1891), + [aux_sym_log_verbose_token1] = ACTIONS(1891), + [aux_sym_macs_token1] = ACTIONS(1891), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1891), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1891), + [aux_sym_password_authentication_token1] = ACTIONS(1891), + [aux_sym_permit_local_command_token1] = ACTIONS(1891), + [aux_sym_permit_remote_open_token1] = ACTIONS(1891), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1891), + [aux_sym_port_token1] = ACTIONS(1891), + [aux_sym_preferred_authentications_token1] = ACTIONS(1891), + [aux_sym_protocol_token1] = ACTIONS(1891), + [aux_sym_proxy_command_token1] = ACTIONS(1891), + [aux_sym_proxy_jump_token1] = ACTIONS(1891), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1891), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1891), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1891), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1891), + [aux_sym_rekey_limit_token1] = ACTIONS(1891), + [aux_sym_remote_command_token1] = ACTIONS(1891), + [aux_sym_remote_forward_token1] = ACTIONS(1891), + [aux_sym_request_tty_token1] = ACTIONS(1891), + [aux_sym_required_rsa_size_token1] = ACTIONS(1891), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1891), + [aux_sym_security_key_provider_token1] = ACTIONS(1891), + [aux_sym_send_env_token1] = ACTIONS(1891), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1891), + [aux_sym_server_alive_interval_token1] = ACTIONS(1891), + [aux_sym_session_type_token1] = ACTIONS(1891), + [aux_sym_set_env_token1] = ACTIONS(1891), + [aux_sym_stdin_null_token1] = ACTIONS(1891), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1891), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1891), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1891), + [aux_sym_syslog_facility_token1] = ACTIONS(1891), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1891), + [aux_sym_keep_alive_token1] = ACTIONS(1891), + [aux_sym_tunnel_token1] = ACTIONS(1893), + [aux_sym_tunnel_device_token1] = ACTIONS(1891), + [aux_sym_update_host_keys_token1] = ACTIONS(1891), + [aux_sym_use_keychain_token1] = ACTIONS(1891), + [aux_sym_use_roaming_token1] = ACTIONS(1891), + [aux_sym_user_token1] = ACTIONS(1893), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1891), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1891), + [aux_sym_visual_host_key_token1] = ACTIONS(1891), + [aux_sym_xauth_location_token1] = ACTIONS(1891), }, [227] = { - [ts_builtin_sym_end] = ACTIONS(1888), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1890), - [anon_sym_DQUOTE] = ACTIONS(1892), - [aux_sym_match_token1] = ACTIONS(1888), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1888), - [aux_sym_address_family_token1] = ACTIONS(1888), - [aux_sym_batch_mode_token1] = ACTIONS(1888), - [aux_sym_bind_address_token1] = ACTIONS(1888), - [aux_sym_bind_interface_token1] = ACTIONS(1888), - [aux_sym_canonical_domains_token1] = ACTIONS(1888), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1888), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1888), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1888), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1888), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1888), - [aux_sym_certificate_file_token1] = ACTIONS(1888), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1888), - [aux_sym_check_host_ip_token1] = ACTIONS(1888), - [aux_sym_ciphers_token1] = ACTIONS(1888), - [aux_sym_cipher_token1] = ACTIONS(1890), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1888), - [aux_sym_compression_token1] = ACTIONS(1888), - [aux_sym_connection_attempts_token1] = ACTIONS(1888), - [aux_sym_connect_timeout_token1] = ACTIONS(1888), - [aux_sym_control_master_token1] = ACTIONS(1888), - [aux_sym_control_path_token1] = ACTIONS(1888), - [aux_sym_control_persist_token1] = ACTIONS(1888), - [aux_sym_dynamic_forward_token1] = ACTIONS(1888), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1888), - [aux_sym_escape_char_token1] = ACTIONS(1888), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1888), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1888), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1888), - [aux_sym_forward_agent_token1] = ACTIONS(1888), - [aux_sym_forward_x11_token1] = ACTIONS(1890), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1888), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1888), - [aux_sym_gateway_ports_token1] = ACTIONS(1888), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1888), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1888), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1888), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1888), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1888), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1888), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1888), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1888), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1888), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1888), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1888), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1888), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1888), - [aux_sym_host_key_alias_token1] = ACTIONS(1888), - [aux_sym_hostname_token1] = ACTIONS(1888), - [aux_sym_identities_only_token1] = ACTIONS(1888), - [aux_sym_identity_agent_token1] = ACTIONS(1888), - [aux_sym_identity_file_token1] = ACTIONS(1888), - [aux_sym_ignore_unknown_token1] = ACTIONS(1888), - [aux_sym_include_token1] = ACTIONS(1888), - [aux_sym_ip_qos_token1] = ACTIONS(1888), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1888), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1888), - [aux_sym_kex_algorithms_token1] = ACTIONS(1888), - [aux_sym_known_hosts_command_token1] = ACTIONS(1888), - [aux_sym_local_command_token1] = ACTIONS(1888), - [aux_sym_local_forward_token1] = ACTIONS(1888), - [aux_sym_log_level_token1] = ACTIONS(1888), - [aux_sym_log_verbose_token1] = ACTIONS(1888), - [aux_sym_macs_token1] = ACTIONS(1888), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1888), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1888), - [aux_sym_password_authentication_token1] = ACTIONS(1888), - [aux_sym_permit_local_command_token1] = ACTIONS(1888), - [aux_sym_permit_remote_open_token1] = ACTIONS(1888), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1888), - [aux_sym_port_token1] = ACTIONS(1888), - [aux_sym_preferred_authentications_token1] = ACTIONS(1888), - [aux_sym_protocol_token1] = ACTIONS(1888), - [aux_sym_proxy_command_token1] = ACTIONS(1888), - [aux_sym_proxy_jump_token1] = ACTIONS(1888), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1888), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1888), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1888), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1888), - [aux_sym_rekey_limit_token1] = ACTIONS(1888), - [aux_sym_remote_command_token1] = ACTIONS(1888), - [aux_sym_remote_forward_token1] = ACTIONS(1888), - [aux_sym_request_tty_token1] = ACTIONS(1888), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1888), - [aux_sym_security_key_provider_token1] = ACTIONS(1888), - [aux_sym_send_env_token1] = ACTIONS(1888), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1888), - [aux_sym_server_alive_interval_token1] = ACTIONS(1888), - [aux_sym_session_type_token1] = ACTIONS(1888), - [aux_sym_set_env_token1] = ACTIONS(1888), - [aux_sym_stdin_null_token1] = ACTIONS(1888), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1888), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1888), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1888), - [aux_sym_syslog_facility_token1] = ACTIONS(1888), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1888), - [aux_sym_keep_alive_token1] = ACTIONS(1888), - [aux_sym_tunnel_token1] = ACTIONS(1890), - [aux_sym_tunnel_device_token1] = ACTIONS(1888), - [aux_sym_update_host_keys_token1] = ACTIONS(1888), - [aux_sym_use_keychain_token1] = ACTIONS(1888), - [aux_sym_use_roaming_token1] = ACTIONS(1888), - [aux_sym_user_token1] = ACTIONS(1890), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1888), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1888), - [aux_sym_visual_host_key_token1] = ACTIONS(1888), - [aux_sym_xauth_location_token1] = ACTIONS(1888), + [ts_builtin_sym_end] = ACTIONS(1897), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1899), + [anon_sym_DQUOTE] = ACTIONS(1897), + [aux_sym_match_token1] = ACTIONS(1897), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1897), + [aux_sym_address_family_token1] = ACTIONS(1897), + [aux_sym_batch_mode_token1] = ACTIONS(1897), + [aux_sym_bind_address_token1] = ACTIONS(1897), + [aux_sym_bind_interface_token1] = ACTIONS(1897), + [aux_sym_canonical_domains_token1] = ACTIONS(1897), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1897), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1897), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1897), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1897), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1897), + [aux_sym_certificate_file_token1] = ACTIONS(1897), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1897), + [aux_sym_check_host_ip_token1] = ACTIONS(1897), + [aux_sym_ciphers_token1] = ACTIONS(1897), + [aux_sym_cipher_token1] = ACTIONS(1899), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1897), + [aux_sym_compression_token1] = ACTIONS(1897), + [aux_sym_connection_attempts_token1] = ACTIONS(1897), + [aux_sym_connect_timeout_token1] = ACTIONS(1897), + [aux_sym_control_master_token1] = ACTIONS(1897), + [aux_sym_control_path_token1] = ACTIONS(1897), + [aux_sym_control_persist_token1] = ACTIONS(1897), + [aux_sym_dynamic_forward_token1] = ACTIONS(1897), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1897), + [aux_sym_escape_char_token1] = ACTIONS(1897), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1897), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1897), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1897), + [aux_sym_forward_agent_token1] = ACTIONS(1897), + [aux_sym_forward_x11_token1] = ACTIONS(1899), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1897), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1897), + [aux_sym_gateway_ports_token1] = ACTIONS(1897), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1897), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1897), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1897), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1897), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1897), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1897), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1897), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1897), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1897), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1897), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1897), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1897), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1897), + [aux_sym_host_key_alias_token1] = ACTIONS(1897), + [aux_sym_hostname_token1] = ACTIONS(1897), + [aux_sym_identities_only_token1] = ACTIONS(1897), + [aux_sym_identity_agent_token1] = ACTIONS(1897), + [aux_sym_identity_file_token1] = ACTIONS(1897), + [aux_sym_ignore_unknown_token1] = ACTIONS(1897), + [aux_sym_include_token1] = ACTIONS(1897), + [aux_sym_ip_qos_token1] = ACTIONS(1897), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1897), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1897), + [aux_sym_kex_algorithms_token1] = ACTIONS(1897), + [aux_sym_known_hosts_command_token1] = ACTIONS(1897), + [aux_sym_local_command_token1] = ACTIONS(1897), + [aux_sym_local_forward_token1] = ACTIONS(1897), + [aux_sym_log_level_token1] = ACTIONS(1897), + [aux_sym_log_verbose_token1] = ACTIONS(1897), + [aux_sym_macs_token1] = ACTIONS(1897), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1897), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1897), + [aux_sym_password_authentication_token1] = ACTIONS(1897), + [aux_sym_permit_local_command_token1] = ACTIONS(1897), + [aux_sym_permit_remote_open_token1] = ACTIONS(1897), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1897), + [aux_sym_port_token1] = ACTIONS(1897), + [aux_sym_preferred_authentications_token1] = ACTIONS(1897), + [aux_sym_protocol_token1] = ACTIONS(1897), + [aux_sym_proxy_command_token1] = ACTIONS(1897), + [aux_sym_proxy_jump_token1] = ACTIONS(1897), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1897), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1897), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1897), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1897), + [aux_sym_rekey_limit_token1] = ACTIONS(1897), + [aux_sym_remote_command_token1] = ACTIONS(1897), + [aux_sym_remote_forward_token1] = ACTIONS(1897), + [aux_sym_request_tty_token1] = ACTIONS(1897), + [aux_sym_required_rsa_size_token1] = ACTIONS(1897), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1897), + [aux_sym_security_key_provider_token1] = ACTIONS(1897), + [aux_sym_send_env_token1] = ACTIONS(1897), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1897), + [aux_sym_server_alive_interval_token1] = ACTIONS(1897), + [aux_sym_session_type_token1] = ACTIONS(1897), + [aux_sym_set_env_token1] = ACTIONS(1897), + [aux_sym_stdin_null_token1] = ACTIONS(1897), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1897), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1897), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1897), + [aux_sym_syslog_facility_token1] = ACTIONS(1897), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1897), + [aux_sym_keep_alive_token1] = ACTIONS(1897), + [aux_sym_tunnel_token1] = ACTIONS(1899), + [aux_sym_tunnel_device_token1] = ACTIONS(1897), + [aux_sym_update_host_keys_token1] = ACTIONS(1897), + [aux_sym_use_keychain_token1] = ACTIONS(1897), + [aux_sym_use_roaming_token1] = ACTIONS(1897), + [aux_sym_user_token1] = ACTIONS(1899), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1897), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1897), + [aux_sym_visual_host_key_token1] = ACTIONS(1897), + [aux_sym_xauth_location_token1] = ACTIONS(1897), }, [228] = { - [ts_builtin_sym_end] = ACTIONS(1894), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1896), - [anon_sym_DQUOTE] = ACTIONS(1898), - [aux_sym_match_token1] = ACTIONS(1894), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1894), - [aux_sym_address_family_token1] = ACTIONS(1894), - [aux_sym_batch_mode_token1] = ACTIONS(1894), - [aux_sym_bind_address_token1] = ACTIONS(1894), - [aux_sym_bind_interface_token1] = ACTIONS(1894), - [aux_sym_canonical_domains_token1] = ACTIONS(1894), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1894), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1894), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1894), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1894), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1894), - [aux_sym_certificate_file_token1] = ACTIONS(1894), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1894), - [aux_sym_check_host_ip_token1] = ACTIONS(1894), - [aux_sym_ciphers_token1] = ACTIONS(1894), - [aux_sym_cipher_token1] = ACTIONS(1896), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1894), - [aux_sym_compression_token1] = ACTIONS(1894), - [aux_sym_connection_attempts_token1] = ACTIONS(1894), - [aux_sym_connect_timeout_token1] = ACTIONS(1894), - [aux_sym_control_master_token1] = ACTIONS(1894), - [aux_sym_control_path_token1] = ACTIONS(1894), - [aux_sym_control_persist_token1] = ACTIONS(1894), - [aux_sym_dynamic_forward_token1] = ACTIONS(1894), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1894), - [aux_sym_escape_char_token1] = ACTIONS(1894), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1894), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1894), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1894), - [aux_sym_forward_agent_token1] = ACTIONS(1894), - [aux_sym_forward_x11_token1] = ACTIONS(1896), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1894), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1894), - [aux_sym_gateway_ports_token1] = ACTIONS(1894), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1894), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1894), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1894), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1894), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1894), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1894), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1894), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1894), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1894), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1894), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1894), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1894), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1894), - [aux_sym_host_key_alias_token1] = ACTIONS(1894), - [aux_sym_hostname_token1] = ACTIONS(1894), - [aux_sym_identities_only_token1] = ACTIONS(1894), - [aux_sym_identity_agent_token1] = ACTIONS(1894), - [aux_sym_identity_file_token1] = ACTIONS(1894), - [aux_sym_ignore_unknown_token1] = ACTIONS(1894), - [aux_sym_include_token1] = ACTIONS(1894), - [aux_sym_ip_qos_token1] = ACTIONS(1894), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1894), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1894), - [aux_sym_kex_algorithms_token1] = ACTIONS(1894), - [aux_sym_known_hosts_command_token1] = ACTIONS(1894), - [aux_sym_local_command_token1] = ACTIONS(1894), - [aux_sym_local_forward_token1] = ACTIONS(1894), - [aux_sym_log_level_token1] = ACTIONS(1894), - [aux_sym_log_verbose_token1] = ACTIONS(1894), - [aux_sym_macs_token1] = ACTIONS(1894), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1894), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1894), - [aux_sym_password_authentication_token1] = ACTIONS(1894), - [aux_sym_permit_local_command_token1] = ACTIONS(1894), - [aux_sym_permit_remote_open_token1] = ACTIONS(1894), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1894), - [aux_sym_port_token1] = ACTIONS(1894), - [aux_sym_preferred_authentications_token1] = ACTIONS(1894), - [aux_sym_protocol_token1] = ACTIONS(1894), - [aux_sym_proxy_command_token1] = ACTIONS(1894), - [aux_sym_proxy_jump_token1] = ACTIONS(1894), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1894), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1894), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1894), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1894), - [aux_sym_rekey_limit_token1] = ACTIONS(1894), - [aux_sym_remote_command_token1] = ACTIONS(1894), - [aux_sym_remote_forward_token1] = ACTIONS(1894), - [aux_sym_request_tty_token1] = ACTIONS(1894), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1894), - [aux_sym_security_key_provider_token1] = ACTIONS(1894), - [aux_sym_send_env_token1] = ACTIONS(1894), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1894), - [aux_sym_server_alive_interval_token1] = ACTIONS(1894), - [aux_sym_session_type_token1] = ACTIONS(1894), - [aux_sym_set_env_token1] = ACTIONS(1894), - [aux_sym_stdin_null_token1] = ACTIONS(1894), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1894), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1894), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1894), - [aux_sym_syslog_facility_token1] = ACTIONS(1894), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1894), - [aux_sym_keep_alive_token1] = ACTIONS(1894), - [aux_sym_tunnel_token1] = ACTIONS(1896), - [aux_sym_tunnel_device_token1] = ACTIONS(1894), - [aux_sym_update_host_keys_token1] = ACTIONS(1894), - [aux_sym_use_keychain_token1] = ACTIONS(1894), - [aux_sym_use_roaming_token1] = ACTIONS(1894), - [aux_sym_user_token1] = ACTIONS(1896), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1894), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1894), - [aux_sym_visual_host_key_token1] = ACTIONS(1894), - [aux_sym_xauth_location_token1] = ACTIONS(1894), + [ts_builtin_sym_end] = ACTIONS(1901), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1903), + [anon_sym_DQUOTE] = ACTIONS(1901), + [aux_sym_match_token1] = ACTIONS(1901), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1901), + [aux_sym_address_family_token1] = ACTIONS(1901), + [aux_sym_batch_mode_token1] = ACTIONS(1901), + [aux_sym_bind_address_token1] = ACTIONS(1901), + [aux_sym_bind_interface_token1] = ACTIONS(1901), + [aux_sym_canonical_domains_token1] = ACTIONS(1901), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1901), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1901), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1901), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1901), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1901), + [aux_sym_certificate_file_token1] = ACTIONS(1901), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1901), + [aux_sym_check_host_ip_token1] = ACTIONS(1901), + [aux_sym_ciphers_token1] = ACTIONS(1901), + [aux_sym_cipher_token1] = ACTIONS(1903), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1901), + [aux_sym_compression_token1] = ACTIONS(1901), + [aux_sym_connection_attempts_token1] = ACTIONS(1901), + [aux_sym_connect_timeout_token1] = ACTIONS(1901), + [aux_sym_control_master_token1] = ACTIONS(1901), + [aux_sym_control_path_token1] = ACTIONS(1901), + [aux_sym_control_persist_token1] = ACTIONS(1901), + [aux_sym_dynamic_forward_token1] = ACTIONS(1901), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1901), + [aux_sym_escape_char_token1] = ACTIONS(1901), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1901), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1901), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1901), + [aux_sym_forward_agent_token1] = ACTIONS(1901), + [aux_sym_forward_x11_token1] = ACTIONS(1903), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1901), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1901), + [aux_sym_gateway_ports_token1] = ACTIONS(1901), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1901), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1901), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1901), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1901), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1901), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1901), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1901), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1901), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1901), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1901), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1901), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1901), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1901), + [aux_sym_host_key_alias_token1] = ACTIONS(1901), + [aux_sym_hostname_token1] = ACTIONS(1901), + [aux_sym_identities_only_token1] = ACTIONS(1901), + [aux_sym_identity_agent_token1] = ACTIONS(1901), + [aux_sym_identity_file_token1] = ACTIONS(1901), + [aux_sym_ignore_unknown_token1] = ACTIONS(1901), + [aux_sym_include_token1] = ACTIONS(1901), + [aux_sym_ip_qos_token1] = ACTIONS(1901), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1901), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1901), + [aux_sym_kex_algorithms_token1] = ACTIONS(1901), + [aux_sym_known_hosts_command_token1] = ACTIONS(1901), + [aux_sym_local_command_token1] = ACTIONS(1901), + [aux_sym_local_forward_token1] = ACTIONS(1901), + [aux_sym_log_level_token1] = ACTIONS(1901), + [aux_sym_log_verbose_token1] = ACTIONS(1901), + [aux_sym_macs_token1] = ACTIONS(1901), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1901), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1901), + [aux_sym_password_authentication_token1] = ACTIONS(1901), + [aux_sym_permit_local_command_token1] = ACTIONS(1901), + [aux_sym_permit_remote_open_token1] = ACTIONS(1901), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1901), + [aux_sym_port_token1] = ACTIONS(1901), + [aux_sym_preferred_authentications_token1] = ACTIONS(1901), + [aux_sym_protocol_token1] = ACTIONS(1901), + [aux_sym_proxy_command_token1] = ACTIONS(1901), + [aux_sym_proxy_jump_token1] = ACTIONS(1901), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1901), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1901), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1901), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1901), + [aux_sym_rekey_limit_token1] = ACTIONS(1901), + [aux_sym_remote_command_token1] = ACTIONS(1901), + [aux_sym_remote_forward_token1] = ACTIONS(1901), + [aux_sym_request_tty_token1] = ACTIONS(1901), + [aux_sym_required_rsa_size_token1] = ACTIONS(1901), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1901), + [aux_sym_security_key_provider_token1] = ACTIONS(1901), + [aux_sym_send_env_token1] = ACTIONS(1901), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1901), + [aux_sym_server_alive_interval_token1] = ACTIONS(1901), + [aux_sym_session_type_token1] = ACTIONS(1901), + [aux_sym_set_env_token1] = ACTIONS(1901), + [aux_sym_stdin_null_token1] = ACTIONS(1901), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1901), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1901), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1901), + [aux_sym_syslog_facility_token1] = ACTIONS(1901), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1901), + [aux_sym_keep_alive_token1] = ACTIONS(1901), + [aux_sym_tunnel_token1] = ACTIONS(1903), + [aux_sym_tunnel_device_token1] = ACTIONS(1901), + [aux_sym_update_host_keys_token1] = ACTIONS(1901), + [aux_sym_use_keychain_token1] = ACTIONS(1901), + [aux_sym_use_roaming_token1] = ACTIONS(1901), + [aux_sym_user_token1] = ACTIONS(1903), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1901), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1901), + [aux_sym_visual_host_key_token1] = ACTIONS(1901), + [aux_sym_xauth_location_token1] = ACTIONS(1901), }, [229] = { - [ts_builtin_sym_end] = ACTIONS(1900), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1902), - [anon_sym_DQUOTE] = ACTIONS(1900), - [aux_sym_match_token1] = ACTIONS(1900), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1900), - [aux_sym_address_family_token1] = ACTIONS(1900), - [aux_sym_batch_mode_token1] = ACTIONS(1900), - [aux_sym_bind_address_token1] = ACTIONS(1900), - [aux_sym_bind_interface_token1] = ACTIONS(1900), - [aux_sym_canonical_domains_token1] = ACTIONS(1900), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1900), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1900), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1900), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1900), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1900), - [aux_sym_certificate_file_token1] = ACTIONS(1900), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1900), - [aux_sym_check_host_ip_token1] = ACTIONS(1900), - [aux_sym_ciphers_token1] = ACTIONS(1900), - [aux_sym_cipher_token1] = ACTIONS(1902), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1900), - [aux_sym_compression_token1] = ACTIONS(1900), - [aux_sym_connection_attempts_token1] = ACTIONS(1900), - [aux_sym_connect_timeout_token1] = ACTIONS(1900), - [aux_sym_control_master_token1] = ACTIONS(1900), - [aux_sym_control_path_token1] = ACTIONS(1900), - [aux_sym_control_persist_token1] = ACTIONS(1900), - [aux_sym_dynamic_forward_token1] = ACTIONS(1900), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1900), - [aux_sym_escape_char_token1] = ACTIONS(1900), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1900), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1900), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1900), - [aux_sym_forward_agent_token1] = ACTIONS(1900), - [aux_sym_forward_x11_token1] = ACTIONS(1902), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1900), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1900), - [aux_sym_gateway_ports_token1] = ACTIONS(1900), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1900), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1900), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1900), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1900), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1900), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1900), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1900), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1900), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1900), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1900), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1900), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1900), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1900), - [aux_sym_host_key_alias_token1] = ACTIONS(1900), - [aux_sym_hostname_token1] = ACTIONS(1900), - [aux_sym_identities_only_token1] = ACTIONS(1900), - [aux_sym_identity_agent_token1] = ACTIONS(1900), - [aux_sym_identity_file_token1] = ACTIONS(1900), - [aux_sym_ignore_unknown_token1] = ACTIONS(1900), - [aux_sym_include_token1] = ACTIONS(1900), - [aux_sym_ip_qos_token1] = ACTIONS(1900), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1900), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1900), - [aux_sym_kex_algorithms_token1] = ACTIONS(1900), - [aux_sym_known_hosts_command_token1] = ACTIONS(1900), - [aux_sym_local_command_token1] = ACTIONS(1900), - [aux_sym_local_forward_token1] = ACTIONS(1900), - [aux_sym_log_level_token1] = ACTIONS(1900), - [aux_sym_log_verbose_token1] = ACTIONS(1900), - [aux_sym_macs_token1] = ACTIONS(1900), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1900), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1900), - [aux_sym_password_authentication_token1] = ACTIONS(1900), - [aux_sym_permit_local_command_token1] = ACTIONS(1900), - [aux_sym_permit_remote_open_token1] = ACTIONS(1900), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1900), - [aux_sym_port_token1] = ACTIONS(1900), - [aux_sym_preferred_authentications_token1] = ACTIONS(1900), - [aux_sym_protocol_token1] = ACTIONS(1900), - [aux_sym_proxy_command_token1] = ACTIONS(1900), - [aux_sym_proxy_jump_token1] = ACTIONS(1900), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1900), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1900), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1900), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1900), - [aux_sym_rekey_limit_token1] = ACTIONS(1900), - [aux_sym_remote_command_token1] = ACTIONS(1900), - [aux_sym_remote_forward_token1] = ACTIONS(1900), - [aux_sym_request_tty_token1] = ACTIONS(1900), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1900), - [aux_sym_security_key_provider_token1] = ACTIONS(1900), - [aux_sym_send_env_token1] = ACTIONS(1900), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1900), - [aux_sym_server_alive_interval_token1] = ACTIONS(1900), - [aux_sym_session_type_token1] = ACTIONS(1900), - [aux_sym_set_env_token1] = ACTIONS(1900), - [aux_sym_stdin_null_token1] = ACTIONS(1900), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1900), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1900), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1900), - [aux_sym_syslog_facility_token1] = ACTIONS(1900), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1900), - [aux_sym_keep_alive_token1] = ACTIONS(1900), - [aux_sym_tunnel_token1] = ACTIONS(1902), - [aux_sym_tunnel_device_token1] = ACTIONS(1900), - [aux_sym_update_host_keys_token1] = ACTIONS(1900), - [aux_sym_use_keychain_token1] = ACTIONS(1900), - [aux_sym_use_roaming_token1] = ACTIONS(1900), - [aux_sym_user_token1] = ACTIONS(1902), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1900), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1900), - [aux_sym_visual_host_key_token1] = ACTIONS(1900), - [aux_sym_xauth_location_token1] = ACTIONS(1900), + [ts_builtin_sym_end] = ACTIONS(1905), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1907), + [anon_sym_DQUOTE] = ACTIONS(1909), + [aux_sym_match_token1] = ACTIONS(1905), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1905), + [aux_sym_address_family_token1] = ACTIONS(1905), + [aux_sym_batch_mode_token1] = ACTIONS(1905), + [aux_sym_bind_address_token1] = ACTIONS(1905), + [aux_sym_bind_interface_token1] = ACTIONS(1905), + [aux_sym_canonical_domains_token1] = ACTIONS(1905), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1905), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1905), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1905), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1905), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1905), + [aux_sym_certificate_file_token1] = ACTIONS(1905), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1905), + [aux_sym_check_host_ip_token1] = ACTIONS(1905), + [aux_sym_ciphers_token1] = ACTIONS(1905), + [aux_sym_cipher_token1] = ACTIONS(1907), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1905), + [aux_sym_compression_token1] = ACTIONS(1905), + [aux_sym_connection_attempts_token1] = ACTIONS(1905), + [aux_sym_connect_timeout_token1] = ACTIONS(1905), + [aux_sym_control_master_token1] = ACTIONS(1905), + [aux_sym_control_path_token1] = ACTIONS(1905), + [aux_sym_control_persist_token1] = ACTIONS(1905), + [aux_sym_dynamic_forward_token1] = ACTIONS(1905), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1905), + [aux_sym_escape_char_token1] = ACTIONS(1905), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1905), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1905), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1905), + [aux_sym_forward_agent_token1] = ACTIONS(1905), + [aux_sym_forward_x11_token1] = ACTIONS(1907), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1905), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1905), + [aux_sym_gateway_ports_token1] = ACTIONS(1905), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1905), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1905), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1905), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1905), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1905), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1905), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1905), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1905), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1905), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1905), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1905), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1905), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1905), + [aux_sym_host_key_alias_token1] = ACTIONS(1905), + [aux_sym_hostname_token1] = ACTIONS(1905), + [aux_sym_identities_only_token1] = ACTIONS(1905), + [aux_sym_identity_agent_token1] = ACTIONS(1905), + [aux_sym_identity_file_token1] = ACTIONS(1905), + [aux_sym_ignore_unknown_token1] = ACTIONS(1905), + [aux_sym_include_token1] = ACTIONS(1905), + [aux_sym_ip_qos_token1] = ACTIONS(1905), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1905), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1905), + [aux_sym_kex_algorithms_token1] = ACTIONS(1905), + [aux_sym_known_hosts_command_token1] = ACTIONS(1905), + [aux_sym_local_command_token1] = ACTIONS(1905), + [aux_sym_local_forward_token1] = ACTIONS(1905), + [aux_sym_log_level_token1] = ACTIONS(1905), + [aux_sym_log_verbose_token1] = ACTIONS(1905), + [aux_sym_macs_token1] = ACTIONS(1905), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1905), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1905), + [aux_sym_password_authentication_token1] = ACTIONS(1905), + [aux_sym_permit_local_command_token1] = ACTIONS(1905), + [aux_sym_permit_remote_open_token1] = ACTIONS(1905), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1905), + [aux_sym_port_token1] = ACTIONS(1905), + [aux_sym_preferred_authentications_token1] = ACTIONS(1905), + [aux_sym_protocol_token1] = ACTIONS(1905), + [aux_sym_proxy_command_token1] = ACTIONS(1905), + [aux_sym_proxy_jump_token1] = ACTIONS(1905), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1905), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1905), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1905), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1905), + [aux_sym_rekey_limit_token1] = ACTIONS(1905), + [aux_sym_remote_command_token1] = ACTIONS(1905), + [aux_sym_remote_forward_token1] = ACTIONS(1905), + [aux_sym_request_tty_token1] = ACTIONS(1905), + [aux_sym_required_rsa_size_token1] = ACTIONS(1905), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1905), + [aux_sym_security_key_provider_token1] = ACTIONS(1905), + [aux_sym_send_env_token1] = ACTIONS(1905), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1905), + [aux_sym_server_alive_interval_token1] = ACTIONS(1905), + [aux_sym_session_type_token1] = ACTIONS(1905), + [aux_sym_set_env_token1] = ACTIONS(1905), + [aux_sym_stdin_null_token1] = ACTIONS(1905), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1905), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1905), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1905), + [aux_sym_syslog_facility_token1] = ACTIONS(1905), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1905), + [aux_sym_keep_alive_token1] = ACTIONS(1905), + [aux_sym_tunnel_token1] = ACTIONS(1907), + [aux_sym_tunnel_device_token1] = ACTIONS(1905), + [aux_sym_update_host_keys_token1] = ACTIONS(1905), + [aux_sym_use_keychain_token1] = ACTIONS(1905), + [aux_sym_use_roaming_token1] = ACTIONS(1905), + [aux_sym_user_token1] = ACTIONS(1907), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1905), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1905), + [aux_sym_visual_host_key_token1] = ACTIONS(1905), + [aux_sym_xauth_location_token1] = ACTIONS(1905), }, [230] = { - [ts_builtin_sym_end] = ACTIONS(1904), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1906), - [anon_sym_DQUOTE] = ACTIONS(1904), - [aux_sym_match_token1] = ACTIONS(1904), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1904), - [aux_sym_address_family_token1] = ACTIONS(1904), - [aux_sym_batch_mode_token1] = ACTIONS(1904), - [aux_sym_bind_address_token1] = ACTIONS(1904), - [aux_sym_bind_interface_token1] = ACTIONS(1904), - [aux_sym_canonical_domains_token1] = ACTIONS(1904), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1904), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1904), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1904), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1904), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1904), - [aux_sym_certificate_file_token1] = ACTIONS(1904), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1904), - [aux_sym_check_host_ip_token1] = ACTIONS(1904), - [aux_sym_ciphers_token1] = ACTIONS(1904), - [aux_sym_cipher_token1] = ACTIONS(1906), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1904), - [aux_sym_compression_token1] = ACTIONS(1904), - [aux_sym_connection_attempts_token1] = ACTIONS(1904), - [aux_sym_connect_timeout_token1] = ACTIONS(1904), - [aux_sym_control_master_token1] = ACTIONS(1904), - [aux_sym_control_path_token1] = ACTIONS(1904), - [aux_sym_control_persist_token1] = ACTIONS(1904), - [aux_sym_dynamic_forward_token1] = ACTIONS(1904), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1904), - [aux_sym_escape_char_token1] = ACTIONS(1904), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1904), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1904), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1904), - [aux_sym_forward_agent_token1] = ACTIONS(1904), - [aux_sym_forward_x11_token1] = ACTIONS(1906), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1904), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1904), - [aux_sym_gateway_ports_token1] = ACTIONS(1904), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1904), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1904), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1904), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1904), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1904), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1904), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1904), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1904), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1904), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1904), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1904), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1904), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1904), - [aux_sym_host_key_alias_token1] = ACTIONS(1904), - [aux_sym_hostname_token1] = ACTIONS(1904), - [aux_sym_identities_only_token1] = ACTIONS(1904), - [aux_sym_identity_agent_token1] = ACTIONS(1904), - [aux_sym_identity_file_token1] = ACTIONS(1904), - [aux_sym_ignore_unknown_token1] = ACTIONS(1904), - [aux_sym_include_token1] = ACTIONS(1904), - [aux_sym_ip_qos_token1] = ACTIONS(1904), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1904), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1904), - [aux_sym_kex_algorithms_token1] = ACTIONS(1904), - [aux_sym_known_hosts_command_token1] = ACTIONS(1904), - [aux_sym_local_command_token1] = ACTIONS(1904), - [aux_sym_local_forward_token1] = ACTIONS(1904), - [aux_sym_log_level_token1] = ACTIONS(1904), - [aux_sym_log_verbose_token1] = ACTIONS(1904), - [aux_sym_macs_token1] = ACTIONS(1904), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1904), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1904), - [aux_sym_password_authentication_token1] = ACTIONS(1904), - [aux_sym_permit_local_command_token1] = ACTIONS(1904), - [aux_sym_permit_remote_open_token1] = ACTIONS(1904), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1904), - [aux_sym_port_token1] = ACTIONS(1904), - [aux_sym_preferred_authentications_token1] = ACTIONS(1904), - [aux_sym_protocol_token1] = ACTIONS(1904), - [aux_sym_proxy_command_token1] = ACTIONS(1904), - [aux_sym_proxy_jump_token1] = ACTIONS(1904), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1904), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1904), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1904), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1904), - [aux_sym_rekey_limit_token1] = ACTIONS(1904), - [aux_sym_remote_command_token1] = ACTIONS(1904), - [aux_sym_remote_forward_token1] = ACTIONS(1904), - [aux_sym_request_tty_token1] = ACTIONS(1904), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1904), - [aux_sym_security_key_provider_token1] = ACTIONS(1904), - [aux_sym_send_env_token1] = ACTIONS(1904), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1904), - [aux_sym_server_alive_interval_token1] = ACTIONS(1904), - [aux_sym_session_type_token1] = ACTIONS(1904), - [aux_sym_set_env_token1] = ACTIONS(1904), - [aux_sym_stdin_null_token1] = ACTIONS(1904), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1904), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1904), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1904), - [aux_sym_syslog_facility_token1] = ACTIONS(1904), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1904), - [aux_sym_keep_alive_token1] = ACTIONS(1904), - [aux_sym_tunnel_token1] = ACTIONS(1906), - [aux_sym_tunnel_device_token1] = ACTIONS(1904), - [aux_sym_update_host_keys_token1] = ACTIONS(1904), - [aux_sym_use_keychain_token1] = ACTIONS(1904), - [aux_sym_use_roaming_token1] = ACTIONS(1904), - [aux_sym_user_token1] = ACTIONS(1906), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1904), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1904), - [aux_sym_visual_host_key_token1] = ACTIONS(1904), - [aux_sym_xauth_location_token1] = ACTIONS(1904), + [ts_builtin_sym_end] = ACTIONS(1911), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1913), + [anon_sym_DQUOTE] = ACTIONS(1915), + [aux_sym_match_token1] = ACTIONS(1911), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1911), + [aux_sym_address_family_token1] = ACTIONS(1911), + [aux_sym_batch_mode_token1] = ACTIONS(1911), + [aux_sym_bind_address_token1] = ACTIONS(1911), + [aux_sym_bind_interface_token1] = ACTIONS(1911), + [aux_sym_canonical_domains_token1] = ACTIONS(1911), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1911), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1911), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1911), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1911), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1911), + [aux_sym_certificate_file_token1] = ACTIONS(1911), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1911), + [aux_sym_check_host_ip_token1] = ACTIONS(1911), + [aux_sym_ciphers_token1] = ACTIONS(1911), + [aux_sym_cipher_token1] = ACTIONS(1913), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1911), + [aux_sym_compression_token1] = ACTIONS(1911), + [aux_sym_connection_attempts_token1] = ACTIONS(1911), + [aux_sym_connect_timeout_token1] = ACTIONS(1911), + [aux_sym_control_master_token1] = ACTIONS(1911), + [aux_sym_control_path_token1] = ACTIONS(1911), + [aux_sym_control_persist_token1] = ACTIONS(1911), + [aux_sym_dynamic_forward_token1] = ACTIONS(1911), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1911), + [aux_sym_escape_char_token1] = ACTIONS(1911), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1911), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1911), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1911), + [aux_sym_forward_agent_token1] = ACTIONS(1911), + [aux_sym_forward_x11_token1] = ACTIONS(1913), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1911), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1911), + [aux_sym_gateway_ports_token1] = ACTIONS(1911), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1911), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1911), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1911), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1911), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1911), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1911), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1911), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1911), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1911), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1911), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1911), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1911), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1911), + [aux_sym_host_key_alias_token1] = ACTIONS(1911), + [aux_sym_hostname_token1] = ACTIONS(1911), + [aux_sym_identities_only_token1] = ACTIONS(1911), + [aux_sym_identity_agent_token1] = ACTIONS(1911), + [aux_sym_identity_file_token1] = ACTIONS(1911), + [aux_sym_ignore_unknown_token1] = ACTIONS(1911), + [aux_sym_include_token1] = ACTIONS(1911), + [aux_sym_ip_qos_token1] = ACTIONS(1911), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1911), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1911), + [aux_sym_kex_algorithms_token1] = ACTIONS(1911), + [aux_sym_known_hosts_command_token1] = ACTIONS(1911), + [aux_sym_local_command_token1] = ACTIONS(1911), + [aux_sym_local_forward_token1] = ACTIONS(1911), + [aux_sym_log_level_token1] = ACTIONS(1911), + [aux_sym_log_verbose_token1] = ACTIONS(1911), + [aux_sym_macs_token1] = ACTIONS(1911), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1911), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1911), + [aux_sym_password_authentication_token1] = ACTIONS(1911), + [aux_sym_permit_local_command_token1] = ACTIONS(1911), + [aux_sym_permit_remote_open_token1] = ACTIONS(1911), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1911), + [aux_sym_port_token1] = ACTIONS(1911), + [aux_sym_preferred_authentications_token1] = ACTIONS(1911), + [aux_sym_protocol_token1] = ACTIONS(1911), + [aux_sym_proxy_command_token1] = ACTIONS(1911), + [aux_sym_proxy_jump_token1] = ACTIONS(1911), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1911), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1911), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1911), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1911), + [aux_sym_rekey_limit_token1] = ACTIONS(1911), + [aux_sym_remote_command_token1] = ACTIONS(1911), + [aux_sym_remote_forward_token1] = ACTIONS(1911), + [aux_sym_request_tty_token1] = ACTIONS(1911), + [aux_sym_required_rsa_size_token1] = ACTIONS(1911), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1911), + [aux_sym_security_key_provider_token1] = ACTIONS(1911), + [aux_sym_send_env_token1] = ACTIONS(1911), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1911), + [aux_sym_server_alive_interval_token1] = ACTIONS(1911), + [aux_sym_session_type_token1] = ACTIONS(1911), + [aux_sym_set_env_token1] = ACTIONS(1911), + [aux_sym_stdin_null_token1] = ACTIONS(1911), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1911), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1911), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1911), + [aux_sym_syslog_facility_token1] = ACTIONS(1911), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1911), + [aux_sym_keep_alive_token1] = ACTIONS(1911), + [aux_sym_tunnel_token1] = ACTIONS(1913), + [aux_sym_tunnel_device_token1] = ACTIONS(1911), + [aux_sym_update_host_keys_token1] = ACTIONS(1911), + [aux_sym_use_keychain_token1] = ACTIONS(1911), + [aux_sym_use_roaming_token1] = ACTIONS(1911), + [aux_sym_user_token1] = ACTIONS(1913), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1911), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1911), + [aux_sym_visual_host_key_token1] = ACTIONS(1911), + [aux_sym_xauth_location_token1] = ACTIONS(1911), }, [231] = { - [ts_builtin_sym_end] = ACTIONS(1908), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1910), - [anon_sym_DQUOTE] = ACTIONS(1912), - [aux_sym_match_token1] = ACTIONS(1908), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1908), - [aux_sym_address_family_token1] = ACTIONS(1908), - [aux_sym_batch_mode_token1] = ACTIONS(1908), - [aux_sym_bind_address_token1] = ACTIONS(1908), - [aux_sym_bind_interface_token1] = ACTIONS(1908), - [aux_sym_canonical_domains_token1] = ACTIONS(1908), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1908), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1908), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1908), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1908), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1908), - [aux_sym_certificate_file_token1] = ACTIONS(1908), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1908), - [aux_sym_check_host_ip_token1] = ACTIONS(1908), - [aux_sym_ciphers_token1] = ACTIONS(1908), - [aux_sym_cipher_token1] = ACTIONS(1910), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1908), - [aux_sym_compression_token1] = ACTIONS(1908), - [aux_sym_connection_attempts_token1] = ACTIONS(1908), - [aux_sym_connect_timeout_token1] = ACTIONS(1908), - [aux_sym_control_master_token1] = ACTIONS(1908), - [aux_sym_control_path_token1] = ACTIONS(1908), - [aux_sym_control_persist_token1] = ACTIONS(1908), - [aux_sym_dynamic_forward_token1] = ACTIONS(1908), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1908), - [aux_sym_escape_char_token1] = ACTIONS(1908), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1908), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1908), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1908), - [aux_sym_forward_agent_token1] = ACTIONS(1908), - [aux_sym_forward_x11_token1] = ACTIONS(1910), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1908), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1908), - [aux_sym_gateway_ports_token1] = ACTIONS(1908), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1908), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1908), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1908), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1908), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1908), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1908), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1908), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1908), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1908), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1908), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1908), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1908), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1908), - [aux_sym_host_key_alias_token1] = ACTIONS(1908), - [aux_sym_hostname_token1] = ACTIONS(1908), - [aux_sym_identities_only_token1] = ACTIONS(1908), - [aux_sym_identity_agent_token1] = ACTIONS(1908), - [aux_sym_identity_file_token1] = ACTIONS(1908), - [aux_sym_ignore_unknown_token1] = ACTIONS(1908), - [aux_sym_include_token1] = ACTIONS(1908), - [aux_sym_ip_qos_token1] = ACTIONS(1908), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1908), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1908), - [aux_sym_kex_algorithms_token1] = ACTIONS(1908), - [aux_sym_known_hosts_command_token1] = ACTIONS(1908), - [aux_sym_local_command_token1] = ACTIONS(1908), - [aux_sym_local_forward_token1] = ACTIONS(1908), - [aux_sym_log_level_token1] = ACTIONS(1908), - [aux_sym_log_verbose_token1] = ACTIONS(1908), - [aux_sym_macs_token1] = ACTIONS(1908), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1908), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1908), - [aux_sym_password_authentication_token1] = ACTIONS(1908), - [aux_sym_permit_local_command_token1] = ACTIONS(1908), - [aux_sym_permit_remote_open_token1] = ACTIONS(1908), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1908), - [aux_sym_port_token1] = ACTIONS(1908), - [aux_sym_preferred_authentications_token1] = ACTIONS(1908), - [aux_sym_protocol_token1] = ACTIONS(1908), - [aux_sym_proxy_command_token1] = ACTIONS(1908), - [aux_sym_proxy_jump_token1] = ACTIONS(1908), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1908), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1908), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1908), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1908), - [aux_sym_rekey_limit_token1] = ACTIONS(1908), - [aux_sym_remote_command_token1] = ACTIONS(1908), - [aux_sym_remote_forward_token1] = ACTIONS(1908), - [aux_sym_request_tty_token1] = ACTIONS(1908), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1908), - [aux_sym_security_key_provider_token1] = ACTIONS(1908), - [aux_sym_send_env_token1] = ACTIONS(1908), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1908), - [aux_sym_server_alive_interval_token1] = ACTIONS(1908), - [aux_sym_session_type_token1] = ACTIONS(1908), - [aux_sym_set_env_token1] = ACTIONS(1908), - [aux_sym_stdin_null_token1] = ACTIONS(1908), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1908), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1908), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1908), - [aux_sym_syslog_facility_token1] = ACTIONS(1908), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1908), - [aux_sym_keep_alive_token1] = ACTIONS(1908), - [aux_sym_tunnel_token1] = ACTIONS(1910), - [aux_sym_tunnel_device_token1] = ACTIONS(1908), - [aux_sym_update_host_keys_token1] = ACTIONS(1908), - [aux_sym_use_keychain_token1] = ACTIONS(1908), - [aux_sym_use_roaming_token1] = ACTIONS(1908), - [aux_sym_user_token1] = ACTIONS(1910), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1908), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1908), - [aux_sym_visual_host_key_token1] = ACTIONS(1908), - [aux_sym_xauth_location_token1] = ACTIONS(1908), + [ts_builtin_sym_end] = ACTIONS(1917), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1919), + [anon_sym_DQUOTE] = ACTIONS(1917), + [aux_sym_match_token1] = ACTIONS(1917), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1917), + [aux_sym_address_family_token1] = ACTIONS(1917), + [aux_sym_batch_mode_token1] = ACTIONS(1917), + [aux_sym_bind_address_token1] = ACTIONS(1917), + [aux_sym_bind_interface_token1] = ACTIONS(1917), + [aux_sym_canonical_domains_token1] = ACTIONS(1917), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1917), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1917), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1917), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1917), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1917), + [aux_sym_certificate_file_token1] = ACTIONS(1917), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1917), + [aux_sym_check_host_ip_token1] = ACTIONS(1917), + [aux_sym_ciphers_token1] = ACTIONS(1917), + [aux_sym_cipher_token1] = ACTIONS(1919), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1917), + [aux_sym_compression_token1] = ACTIONS(1917), + [aux_sym_connection_attempts_token1] = ACTIONS(1917), + [aux_sym_connect_timeout_token1] = ACTIONS(1917), + [aux_sym_control_master_token1] = ACTIONS(1917), + [aux_sym_control_path_token1] = ACTIONS(1917), + [aux_sym_control_persist_token1] = ACTIONS(1917), + [aux_sym_dynamic_forward_token1] = ACTIONS(1917), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1917), + [aux_sym_escape_char_token1] = ACTIONS(1917), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1917), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1917), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1917), + [aux_sym_forward_agent_token1] = ACTIONS(1917), + [aux_sym_forward_x11_token1] = ACTIONS(1919), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1917), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1917), + [aux_sym_gateway_ports_token1] = ACTIONS(1917), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1917), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1917), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1917), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1917), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1917), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1917), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1917), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1917), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1917), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1917), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1917), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1917), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1917), + [aux_sym_host_key_alias_token1] = ACTIONS(1917), + [aux_sym_hostname_token1] = ACTIONS(1917), + [aux_sym_identities_only_token1] = ACTIONS(1917), + [aux_sym_identity_agent_token1] = ACTIONS(1917), + [aux_sym_identity_file_token1] = ACTIONS(1917), + [aux_sym_ignore_unknown_token1] = ACTIONS(1917), + [aux_sym_include_token1] = ACTIONS(1917), + [aux_sym_ip_qos_token1] = ACTIONS(1917), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1917), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1917), + [aux_sym_kex_algorithms_token1] = ACTIONS(1917), + [aux_sym_known_hosts_command_token1] = ACTIONS(1917), + [aux_sym_local_command_token1] = ACTIONS(1917), + [aux_sym_local_forward_token1] = ACTIONS(1917), + [aux_sym_log_level_token1] = ACTIONS(1917), + [aux_sym_log_verbose_token1] = ACTIONS(1917), + [aux_sym_macs_token1] = ACTIONS(1917), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1917), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1917), + [aux_sym_password_authentication_token1] = ACTIONS(1917), + [aux_sym_permit_local_command_token1] = ACTIONS(1917), + [aux_sym_permit_remote_open_token1] = ACTIONS(1917), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1917), + [aux_sym_port_token1] = ACTIONS(1917), + [aux_sym_preferred_authentications_token1] = ACTIONS(1917), + [aux_sym_protocol_token1] = ACTIONS(1917), + [aux_sym_proxy_command_token1] = ACTIONS(1917), + [aux_sym_proxy_jump_token1] = ACTIONS(1917), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1917), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1917), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1917), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1917), + [aux_sym_rekey_limit_token1] = ACTIONS(1917), + [aux_sym_remote_command_token1] = ACTIONS(1917), + [aux_sym_remote_forward_token1] = ACTIONS(1917), + [aux_sym_request_tty_token1] = ACTIONS(1917), + [aux_sym_required_rsa_size_token1] = ACTIONS(1917), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1917), + [aux_sym_security_key_provider_token1] = ACTIONS(1917), + [aux_sym_send_env_token1] = ACTIONS(1917), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1917), + [aux_sym_server_alive_interval_token1] = ACTIONS(1917), + [aux_sym_session_type_token1] = ACTIONS(1917), + [aux_sym_set_env_token1] = ACTIONS(1917), + [aux_sym_stdin_null_token1] = ACTIONS(1917), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1917), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1917), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1917), + [aux_sym_syslog_facility_token1] = ACTIONS(1917), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1917), + [aux_sym_keep_alive_token1] = ACTIONS(1917), + [aux_sym_tunnel_token1] = ACTIONS(1919), + [aux_sym_tunnel_device_token1] = ACTIONS(1917), + [aux_sym_update_host_keys_token1] = ACTIONS(1917), + [aux_sym_use_keychain_token1] = ACTIONS(1917), + [aux_sym_use_roaming_token1] = ACTIONS(1917), + [aux_sym_user_token1] = ACTIONS(1919), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1917), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1917), + [aux_sym_visual_host_key_token1] = ACTIONS(1917), + [aux_sym_xauth_location_token1] = ACTIONS(1917), }, [232] = { - [ts_builtin_sym_end] = ACTIONS(1914), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1916), - [anon_sym_DQUOTE] = ACTIONS(1914), - [aux_sym_match_token1] = ACTIONS(1914), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1914), - [aux_sym_address_family_token1] = ACTIONS(1914), - [aux_sym_batch_mode_token1] = ACTIONS(1914), - [aux_sym_bind_address_token1] = ACTIONS(1914), - [aux_sym_bind_interface_token1] = ACTIONS(1914), - [aux_sym_canonical_domains_token1] = ACTIONS(1914), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1914), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1914), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1914), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1914), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1914), - [aux_sym_certificate_file_token1] = ACTIONS(1914), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1914), - [aux_sym_check_host_ip_token1] = ACTIONS(1914), - [aux_sym_ciphers_token1] = ACTIONS(1914), - [aux_sym_cipher_token1] = ACTIONS(1916), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1914), - [aux_sym_compression_token1] = ACTIONS(1914), - [aux_sym_connection_attempts_token1] = ACTIONS(1914), - [aux_sym_connect_timeout_token1] = ACTIONS(1914), - [aux_sym_control_master_token1] = ACTIONS(1914), - [aux_sym_control_path_token1] = ACTIONS(1914), - [aux_sym_control_persist_token1] = ACTIONS(1914), - [aux_sym_dynamic_forward_token1] = ACTIONS(1914), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1914), - [aux_sym_escape_char_token1] = ACTIONS(1914), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1914), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1914), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1914), - [aux_sym_forward_agent_token1] = ACTIONS(1914), - [aux_sym_forward_x11_token1] = ACTIONS(1916), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1914), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1914), - [aux_sym_gateway_ports_token1] = ACTIONS(1914), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1914), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1914), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1914), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1914), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1914), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1914), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1914), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1914), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1914), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1914), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1914), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1914), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1914), - [aux_sym_host_key_alias_token1] = ACTIONS(1914), - [aux_sym_hostname_token1] = ACTIONS(1914), - [aux_sym_identities_only_token1] = ACTIONS(1914), - [aux_sym_identity_agent_token1] = ACTIONS(1914), - [aux_sym_identity_file_token1] = ACTIONS(1914), - [aux_sym_ignore_unknown_token1] = ACTIONS(1914), - [aux_sym_include_token1] = ACTIONS(1914), - [aux_sym_ip_qos_token1] = ACTIONS(1914), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1914), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1914), - [aux_sym_kex_algorithms_token1] = ACTIONS(1914), - [aux_sym_known_hosts_command_token1] = ACTIONS(1914), - [aux_sym_local_command_token1] = ACTIONS(1914), - [aux_sym_local_forward_token1] = ACTIONS(1914), - [aux_sym_log_level_token1] = ACTIONS(1914), - [aux_sym_log_verbose_token1] = ACTIONS(1914), - [aux_sym_macs_token1] = ACTIONS(1914), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1914), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1914), - [aux_sym_password_authentication_token1] = ACTIONS(1914), - [aux_sym_permit_local_command_token1] = ACTIONS(1914), - [aux_sym_permit_remote_open_token1] = ACTIONS(1914), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1914), - [aux_sym_port_token1] = ACTIONS(1914), - [aux_sym_preferred_authentications_token1] = ACTIONS(1914), - [aux_sym_protocol_token1] = ACTIONS(1914), - [aux_sym_proxy_command_token1] = ACTIONS(1914), - [aux_sym_proxy_jump_token1] = ACTIONS(1914), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1914), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1914), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1914), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1914), - [aux_sym_rekey_limit_token1] = ACTIONS(1914), - [aux_sym_remote_command_token1] = ACTIONS(1914), - [aux_sym_remote_forward_token1] = ACTIONS(1914), - [aux_sym_request_tty_token1] = ACTIONS(1914), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1914), - [aux_sym_security_key_provider_token1] = ACTIONS(1914), - [aux_sym_send_env_token1] = ACTIONS(1914), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1914), - [aux_sym_server_alive_interval_token1] = ACTIONS(1914), - [aux_sym_session_type_token1] = ACTIONS(1914), - [aux_sym_set_env_token1] = ACTIONS(1914), - [aux_sym_stdin_null_token1] = ACTIONS(1914), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1914), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1914), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1914), - [aux_sym_syslog_facility_token1] = ACTIONS(1914), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1914), - [aux_sym_keep_alive_token1] = ACTIONS(1914), - [aux_sym_tunnel_token1] = ACTIONS(1916), - [aux_sym_tunnel_device_token1] = ACTIONS(1914), - [aux_sym_update_host_keys_token1] = ACTIONS(1914), - [aux_sym_use_keychain_token1] = ACTIONS(1914), - [aux_sym_use_roaming_token1] = ACTIONS(1914), - [aux_sym_user_token1] = ACTIONS(1916), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1914), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1914), - [aux_sym_visual_host_key_token1] = ACTIONS(1914), - [aux_sym_xauth_location_token1] = ACTIONS(1914), + [ts_builtin_sym_end] = ACTIONS(1921), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1923), + [anon_sym_DQUOTE] = ACTIONS(1921), + [aux_sym_match_token1] = ACTIONS(1921), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1921), + [aux_sym_address_family_token1] = ACTIONS(1921), + [aux_sym_batch_mode_token1] = ACTIONS(1921), + [aux_sym_bind_address_token1] = ACTIONS(1921), + [aux_sym_bind_interface_token1] = ACTIONS(1921), + [aux_sym_canonical_domains_token1] = ACTIONS(1921), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1921), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1921), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1921), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1921), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1921), + [aux_sym_certificate_file_token1] = ACTIONS(1921), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1921), + [aux_sym_check_host_ip_token1] = ACTIONS(1921), + [aux_sym_ciphers_token1] = ACTIONS(1921), + [aux_sym_cipher_token1] = ACTIONS(1923), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1921), + [aux_sym_compression_token1] = ACTIONS(1921), + [aux_sym_connection_attempts_token1] = ACTIONS(1921), + [aux_sym_connect_timeout_token1] = ACTIONS(1921), + [aux_sym_control_master_token1] = ACTIONS(1921), + [aux_sym_control_path_token1] = ACTIONS(1921), + [aux_sym_control_persist_token1] = ACTIONS(1921), + [aux_sym_dynamic_forward_token1] = ACTIONS(1921), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1921), + [aux_sym_escape_char_token1] = ACTIONS(1921), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1921), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1921), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1921), + [aux_sym_forward_agent_token1] = ACTIONS(1921), + [aux_sym_forward_x11_token1] = ACTIONS(1923), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1921), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1921), + [aux_sym_gateway_ports_token1] = ACTIONS(1921), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1921), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1921), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1921), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1921), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1921), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1921), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1921), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1921), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1921), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1921), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1921), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1921), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1921), + [aux_sym_host_key_alias_token1] = ACTIONS(1921), + [aux_sym_hostname_token1] = ACTIONS(1921), + [aux_sym_identities_only_token1] = ACTIONS(1921), + [aux_sym_identity_agent_token1] = ACTIONS(1921), + [aux_sym_identity_file_token1] = ACTIONS(1921), + [aux_sym_ignore_unknown_token1] = ACTIONS(1921), + [aux_sym_include_token1] = ACTIONS(1921), + [aux_sym_ip_qos_token1] = ACTIONS(1921), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1921), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1921), + [aux_sym_kex_algorithms_token1] = ACTIONS(1921), + [aux_sym_known_hosts_command_token1] = ACTIONS(1921), + [aux_sym_local_command_token1] = ACTIONS(1921), + [aux_sym_local_forward_token1] = ACTIONS(1921), + [aux_sym_log_level_token1] = ACTIONS(1921), + [aux_sym_log_verbose_token1] = ACTIONS(1921), + [aux_sym_macs_token1] = ACTIONS(1921), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1921), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1921), + [aux_sym_password_authentication_token1] = ACTIONS(1921), + [aux_sym_permit_local_command_token1] = ACTIONS(1921), + [aux_sym_permit_remote_open_token1] = ACTIONS(1921), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1921), + [aux_sym_port_token1] = ACTIONS(1921), + [aux_sym_preferred_authentications_token1] = ACTIONS(1921), + [aux_sym_protocol_token1] = ACTIONS(1921), + [aux_sym_proxy_command_token1] = ACTIONS(1921), + [aux_sym_proxy_jump_token1] = ACTIONS(1921), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1921), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1921), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1921), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1921), + [aux_sym_rekey_limit_token1] = ACTIONS(1921), + [aux_sym_remote_command_token1] = ACTIONS(1921), + [aux_sym_remote_forward_token1] = ACTIONS(1921), + [aux_sym_request_tty_token1] = ACTIONS(1921), + [aux_sym_required_rsa_size_token1] = ACTIONS(1921), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1921), + [aux_sym_security_key_provider_token1] = ACTIONS(1921), + [aux_sym_send_env_token1] = ACTIONS(1921), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1921), + [aux_sym_server_alive_interval_token1] = ACTIONS(1921), + [aux_sym_session_type_token1] = ACTIONS(1921), + [aux_sym_set_env_token1] = ACTIONS(1921), + [aux_sym_stdin_null_token1] = ACTIONS(1921), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1921), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1921), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1921), + [aux_sym_syslog_facility_token1] = ACTIONS(1921), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1921), + [aux_sym_keep_alive_token1] = ACTIONS(1921), + [aux_sym_tunnel_token1] = ACTIONS(1923), + [aux_sym_tunnel_device_token1] = ACTIONS(1921), + [aux_sym_update_host_keys_token1] = ACTIONS(1921), + [aux_sym_use_keychain_token1] = ACTIONS(1921), + [aux_sym_use_roaming_token1] = ACTIONS(1921), + [aux_sym_user_token1] = ACTIONS(1923), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1921), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1921), + [aux_sym_visual_host_key_token1] = ACTIONS(1921), + [aux_sym_xauth_location_token1] = ACTIONS(1921), }, [233] = { - [ts_builtin_sym_end] = ACTIONS(1918), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1920), - [anon_sym_DQUOTE] = ACTIONS(1922), - [aux_sym_match_token1] = ACTIONS(1918), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1918), - [aux_sym_address_family_token1] = ACTIONS(1918), - [aux_sym_batch_mode_token1] = ACTIONS(1918), - [aux_sym_bind_address_token1] = ACTIONS(1918), - [aux_sym_bind_interface_token1] = ACTIONS(1918), - [aux_sym_canonical_domains_token1] = ACTIONS(1918), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1918), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1918), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1918), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1918), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1918), - [aux_sym_certificate_file_token1] = ACTIONS(1918), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1918), - [aux_sym_check_host_ip_token1] = ACTIONS(1918), - [aux_sym_ciphers_token1] = ACTIONS(1918), - [aux_sym_cipher_token1] = ACTIONS(1920), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1918), - [aux_sym_compression_token1] = ACTIONS(1918), - [aux_sym_connection_attempts_token1] = ACTIONS(1918), - [aux_sym_connect_timeout_token1] = ACTIONS(1918), - [aux_sym_control_master_token1] = ACTIONS(1918), - [aux_sym_control_path_token1] = ACTIONS(1918), - [aux_sym_control_persist_token1] = ACTIONS(1918), - [aux_sym_dynamic_forward_token1] = ACTIONS(1918), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1918), - [aux_sym_escape_char_token1] = ACTIONS(1918), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1918), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1918), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1918), - [aux_sym_forward_agent_token1] = ACTIONS(1918), - [aux_sym_forward_x11_token1] = ACTIONS(1920), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1918), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1918), - [aux_sym_gateway_ports_token1] = ACTIONS(1918), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1918), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1918), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1918), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1918), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1918), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1918), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1918), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1918), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1918), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1918), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1918), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1918), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1918), - [aux_sym_host_key_alias_token1] = ACTIONS(1918), - [aux_sym_hostname_token1] = ACTIONS(1918), - [aux_sym_identities_only_token1] = ACTIONS(1918), - [aux_sym_identity_agent_token1] = ACTIONS(1918), - [aux_sym_identity_file_token1] = ACTIONS(1918), - [aux_sym_ignore_unknown_token1] = ACTIONS(1918), - [aux_sym_include_token1] = ACTIONS(1918), - [aux_sym_ip_qos_token1] = ACTIONS(1918), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1918), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1918), - [aux_sym_kex_algorithms_token1] = ACTIONS(1918), - [aux_sym_known_hosts_command_token1] = ACTIONS(1918), - [aux_sym_local_command_token1] = ACTIONS(1918), - [aux_sym_local_forward_token1] = ACTIONS(1918), - [aux_sym_log_level_token1] = ACTIONS(1918), - [aux_sym_log_verbose_token1] = ACTIONS(1918), - [aux_sym_macs_token1] = ACTIONS(1918), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1918), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1918), - [aux_sym_password_authentication_token1] = ACTIONS(1918), - [aux_sym_permit_local_command_token1] = ACTIONS(1918), - [aux_sym_permit_remote_open_token1] = ACTIONS(1918), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1918), - [aux_sym_port_token1] = ACTIONS(1918), - [aux_sym_preferred_authentications_token1] = ACTIONS(1918), - [aux_sym_protocol_token1] = ACTIONS(1918), - [aux_sym_proxy_command_token1] = ACTIONS(1918), - [aux_sym_proxy_jump_token1] = ACTIONS(1918), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1918), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1918), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1918), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1918), - [aux_sym_rekey_limit_token1] = ACTIONS(1918), - [aux_sym_remote_command_token1] = ACTIONS(1918), - [aux_sym_remote_forward_token1] = ACTIONS(1918), - [aux_sym_request_tty_token1] = ACTIONS(1918), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1918), - [aux_sym_security_key_provider_token1] = ACTIONS(1918), - [aux_sym_send_env_token1] = ACTIONS(1918), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1918), - [aux_sym_server_alive_interval_token1] = ACTIONS(1918), - [aux_sym_session_type_token1] = ACTIONS(1918), - [aux_sym_set_env_token1] = ACTIONS(1918), - [aux_sym_stdin_null_token1] = ACTIONS(1918), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1918), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1918), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1918), - [aux_sym_syslog_facility_token1] = ACTIONS(1918), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1918), - [aux_sym_keep_alive_token1] = ACTIONS(1918), - [aux_sym_tunnel_token1] = ACTIONS(1920), - [aux_sym_tunnel_device_token1] = ACTIONS(1918), - [aux_sym_update_host_keys_token1] = ACTIONS(1918), - [aux_sym_use_keychain_token1] = ACTIONS(1918), - [aux_sym_use_roaming_token1] = ACTIONS(1918), - [aux_sym_user_token1] = ACTIONS(1920), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1918), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1918), - [aux_sym_visual_host_key_token1] = ACTIONS(1918), - [aux_sym_xauth_location_token1] = ACTIONS(1918), + [ts_builtin_sym_end] = ACTIONS(1925), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1927), + [anon_sym_DQUOTE] = ACTIONS(1929), + [aux_sym_match_token1] = ACTIONS(1925), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1925), + [aux_sym_address_family_token1] = ACTIONS(1925), + [aux_sym_batch_mode_token1] = ACTIONS(1925), + [aux_sym_bind_address_token1] = ACTIONS(1925), + [aux_sym_bind_interface_token1] = ACTIONS(1925), + [aux_sym_canonical_domains_token1] = ACTIONS(1925), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1925), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1925), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1925), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1925), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1925), + [aux_sym_certificate_file_token1] = ACTIONS(1925), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1925), + [aux_sym_check_host_ip_token1] = ACTIONS(1925), + [aux_sym_ciphers_token1] = ACTIONS(1925), + [aux_sym_cipher_token1] = ACTIONS(1927), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1925), + [aux_sym_compression_token1] = ACTIONS(1925), + [aux_sym_connection_attempts_token1] = ACTIONS(1925), + [aux_sym_connect_timeout_token1] = ACTIONS(1925), + [aux_sym_control_master_token1] = ACTIONS(1925), + [aux_sym_control_path_token1] = ACTIONS(1925), + [aux_sym_control_persist_token1] = ACTIONS(1925), + [aux_sym_dynamic_forward_token1] = ACTIONS(1925), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1925), + [aux_sym_escape_char_token1] = ACTIONS(1925), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1925), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1925), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1925), + [aux_sym_forward_agent_token1] = ACTIONS(1925), + [aux_sym_forward_x11_token1] = ACTIONS(1927), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1925), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1925), + [aux_sym_gateway_ports_token1] = ACTIONS(1925), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1925), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1925), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1925), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1925), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1925), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1925), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1925), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1925), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1925), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1925), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1925), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1925), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1925), + [aux_sym_host_key_alias_token1] = ACTIONS(1925), + [aux_sym_hostname_token1] = ACTIONS(1925), + [aux_sym_identities_only_token1] = ACTIONS(1925), + [aux_sym_identity_agent_token1] = ACTIONS(1925), + [aux_sym_identity_file_token1] = ACTIONS(1925), + [aux_sym_ignore_unknown_token1] = ACTIONS(1925), + [aux_sym_include_token1] = ACTIONS(1925), + [aux_sym_ip_qos_token1] = ACTIONS(1925), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1925), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1925), + [aux_sym_kex_algorithms_token1] = ACTIONS(1925), + [aux_sym_known_hosts_command_token1] = ACTIONS(1925), + [aux_sym_local_command_token1] = ACTIONS(1925), + [aux_sym_local_forward_token1] = ACTIONS(1925), + [aux_sym_log_level_token1] = ACTIONS(1925), + [aux_sym_log_verbose_token1] = ACTIONS(1925), + [aux_sym_macs_token1] = ACTIONS(1925), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1925), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1925), + [aux_sym_password_authentication_token1] = ACTIONS(1925), + [aux_sym_permit_local_command_token1] = ACTIONS(1925), + [aux_sym_permit_remote_open_token1] = ACTIONS(1925), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1925), + [aux_sym_port_token1] = ACTIONS(1925), + [aux_sym_preferred_authentications_token1] = ACTIONS(1925), + [aux_sym_protocol_token1] = ACTIONS(1925), + [aux_sym_proxy_command_token1] = ACTIONS(1925), + [aux_sym_proxy_jump_token1] = ACTIONS(1925), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1925), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1925), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1925), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1925), + [aux_sym_rekey_limit_token1] = ACTIONS(1925), + [aux_sym_remote_command_token1] = ACTIONS(1925), + [aux_sym_remote_forward_token1] = ACTIONS(1925), + [aux_sym_request_tty_token1] = ACTIONS(1925), + [aux_sym_required_rsa_size_token1] = ACTIONS(1925), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1925), + [aux_sym_security_key_provider_token1] = ACTIONS(1925), + [aux_sym_send_env_token1] = ACTIONS(1925), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1925), + [aux_sym_server_alive_interval_token1] = ACTIONS(1925), + [aux_sym_session_type_token1] = ACTIONS(1925), + [aux_sym_set_env_token1] = ACTIONS(1925), + [aux_sym_stdin_null_token1] = ACTIONS(1925), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1925), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1925), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1925), + [aux_sym_syslog_facility_token1] = ACTIONS(1925), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1925), + [aux_sym_keep_alive_token1] = ACTIONS(1925), + [aux_sym_tunnel_token1] = ACTIONS(1927), + [aux_sym_tunnel_device_token1] = ACTIONS(1925), + [aux_sym_update_host_keys_token1] = ACTIONS(1925), + [aux_sym_use_keychain_token1] = ACTIONS(1925), + [aux_sym_use_roaming_token1] = ACTIONS(1925), + [aux_sym_user_token1] = ACTIONS(1927), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1925), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1925), + [aux_sym_visual_host_key_token1] = ACTIONS(1925), + [aux_sym_xauth_location_token1] = ACTIONS(1925), }, [234] = { - [ts_builtin_sym_end] = ACTIONS(1924), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1926), - [anon_sym_DQUOTE] = ACTIONS(1924), - [aux_sym_match_token1] = ACTIONS(1924), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1924), - [aux_sym_address_family_token1] = ACTIONS(1924), - [aux_sym_batch_mode_token1] = ACTIONS(1924), - [aux_sym_bind_address_token1] = ACTIONS(1924), - [aux_sym_bind_interface_token1] = ACTIONS(1924), - [aux_sym_canonical_domains_token1] = ACTIONS(1924), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1924), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1924), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1924), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1924), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1924), - [aux_sym_certificate_file_token1] = ACTIONS(1924), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1924), - [aux_sym_check_host_ip_token1] = ACTIONS(1924), - [aux_sym_ciphers_token1] = ACTIONS(1924), - [aux_sym_cipher_token1] = ACTIONS(1926), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1924), - [aux_sym_compression_token1] = ACTIONS(1924), - [aux_sym_connection_attempts_token1] = ACTIONS(1924), - [aux_sym_connect_timeout_token1] = ACTIONS(1924), - [aux_sym_control_master_token1] = ACTIONS(1924), - [aux_sym_control_path_token1] = ACTIONS(1924), - [aux_sym_control_persist_token1] = ACTIONS(1924), - [aux_sym_dynamic_forward_token1] = ACTIONS(1924), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1924), - [aux_sym_escape_char_token1] = ACTIONS(1924), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1924), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1924), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1924), - [aux_sym_forward_agent_token1] = ACTIONS(1924), - [aux_sym_forward_x11_token1] = ACTIONS(1926), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1924), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1924), - [aux_sym_gateway_ports_token1] = ACTIONS(1924), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1924), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1924), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1924), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1924), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1924), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1924), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1924), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1924), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1924), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1924), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1924), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1924), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1924), - [aux_sym_host_key_alias_token1] = ACTIONS(1924), - [aux_sym_hostname_token1] = ACTIONS(1924), - [aux_sym_identities_only_token1] = ACTIONS(1924), - [aux_sym_identity_agent_token1] = ACTIONS(1924), - [aux_sym_identity_file_token1] = ACTIONS(1924), - [aux_sym_ignore_unknown_token1] = ACTIONS(1924), - [aux_sym_include_token1] = ACTIONS(1924), - [aux_sym_ip_qos_token1] = ACTIONS(1924), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1924), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1924), - [aux_sym_kex_algorithms_token1] = ACTIONS(1924), - [aux_sym_known_hosts_command_token1] = ACTIONS(1924), - [aux_sym_local_command_token1] = ACTIONS(1924), - [aux_sym_local_forward_token1] = ACTIONS(1924), - [aux_sym_log_level_token1] = ACTIONS(1924), - [aux_sym_log_verbose_token1] = ACTIONS(1924), - [aux_sym_macs_token1] = ACTIONS(1924), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1924), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1924), - [aux_sym_password_authentication_token1] = ACTIONS(1924), - [aux_sym_permit_local_command_token1] = ACTIONS(1924), - [aux_sym_permit_remote_open_token1] = ACTIONS(1924), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1924), - [aux_sym_port_token1] = ACTIONS(1924), - [aux_sym_preferred_authentications_token1] = ACTIONS(1924), - [aux_sym_protocol_token1] = ACTIONS(1924), - [aux_sym_proxy_command_token1] = ACTIONS(1924), - [aux_sym_proxy_jump_token1] = ACTIONS(1924), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1924), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1924), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1924), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1924), - [aux_sym_rekey_limit_token1] = ACTIONS(1924), - [aux_sym_remote_command_token1] = ACTIONS(1924), - [aux_sym_remote_forward_token1] = ACTIONS(1924), - [aux_sym_request_tty_token1] = ACTIONS(1924), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1924), - [aux_sym_security_key_provider_token1] = ACTIONS(1924), - [aux_sym_send_env_token1] = ACTIONS(1924), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1924), - [aux_sym_server_alive_interval_token1] = ACTIONS(1924), - [aux_sym_session_type_token1] = ACTIONS(1924), - [aux_sym_set_env_token1] = ACTIONS(1924), - [aux_sym_stdin_null_token1] = ACTIONS(1924), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1924), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1924), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1924), - [aux_sym_syslog_facility_token1] = ACTIONS(1924), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1924), - [aux_sym_keep_alive_token1] = ACTIONS(1924), - [aux_sym_tunnel_token1] = ACTIONS(1926), - [aux_sym_tunnel_device_token1] = ACTIONS(1924), - [aux_sym_update_host_keys_token1] = ACTIONS(1924), - [aux_sym_use_keychain_token1] = ACTIONS(1924), - [aux_sym_use_roaming_token1] = ACTIONS(1924), - [aux_sym_user_token1] = ACTIONS(1926), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1924), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1924), - [aux_sym_visual_host_key_token1] = ACTIONS(1924), - [aux_sym_xauth_location_token1] = ACTIONS(1924), + [ts_builtin_sym_end] = ACTIONS(1931), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1933), + [anon_sym_DQUOTE] = ACTIONS(1931), + [aux_sym_match_token1] = ACTIONS(1931), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1931), + [aux_sym_address_family_token1] = ACTIONS(1931), + [aux_sym_batch_mode_token1] = ACTIONS(1931), + [aux_sym_bind_address_token1] = ACTIONS(1931), + [aux_sym_bind_interface_token1] = ACTIONS(1931), + [aux_sym_canonical_domains_token1] = ACTIONS(1931), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1931), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1931), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1931), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1931), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1931), + [aux_sym_certificate_file_token1] = ACTIONS(1931), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1931), + [aux_sym_check_host_ip_token1] = ACTIONS(1931), + [aux_sym_ciphers_token1] = ACTIONS(1931), + [aux_sym_cipher_token1] = ACTIONS(1933), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1931), + [aux_sym_compression_token1] = ACTIONS(1931), + [aux_sym_connection_attempts_token1] = ACTIONS(1931), + [aux_sym_connect_timeout_token1] = ACTIONS(1931), + [aux_sym_control_master_token1] = ACTIONS(1931), + [aux_sym_control_path_token1] = ACTIONS(1931), + [aux_sym_control_persist_token1] = ACTIONS(1931), + [aux_sym_dynamic_forward_token1] = ACTIONS(1931), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1931), + [aux_sym_escape_char_token1] = ACTIONS(1931), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1931), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1931), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1931), + [aux_sym_forward_agent_token1] = ACTIONS(1931), + [aux_sym_forward_x11_token1] = ACTIONS(1933), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1931), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1931), + [aux_sym_gateway_ports_token1] = ACTIONS(1931), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1931), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1931), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1931), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1931), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1931), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1931), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1931), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1931), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1931), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1931), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1931), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1931), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1931), + [aux_sym_host_key_alias_token1] = ACTIONS(1931), + [aux_sym_hostname_token1] = ACTIONS(1931), + [aux_sym_identities_only_token1] = ACTIONS(1931), + [aux_sym_identity_agent_token1] = ACTIONS(1931), + [aux_sym_identity_file_token1] = ACTIONS(1931), + [aux_sym_ignore_unknown_token1] = ACTIONS(1931), + [aux_sym_include_token1] = ACTIONS(1931), + [aux_sym_ip_qos_token1] = ACTIONS(1931), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1931), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1931), + [aux_sym_kex_algorithms_token1] = ACTIONS(1931), + [aux_sym_known_hosts_command_token1] = ACTIONS(1931), + [aux_sym_local_command_token1] = ACTIONS(1931), + [aux_sym_local_forward_token1] = ACTIONS(1931), + [aux_sym_log_level_token1] = ACTIONS(1931), + [aux_sym_log_verbose_token1] = ACTIONS(1931), + [aux_sym_macs_token1] = ACTIONS(1931), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1931), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1931), + [aux_sym_password_authentication_token1] = ACTIONS(1931), + [aux_sym_permit_local_command_token1] = ACTIONS(1931), + [aux_sym_permit_remote_open_token1] = ACTIONS(1931), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1931), + [aux_sym_port_token1] = ACTIONS(1931), + [aux_sym_preferred_authentications_token1] = ACTIONS(1931), + [aux_sym_protocol_token1] = ACTIONS(1931), + [aux_sym_proxy_command_token1] = ACTIONS(1931), + [aux_sym_proxy_jump_token1] = ACTIONS(1931), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1931), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1931), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1931), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1931), + [aux_sym_rekey_limit_token1] = ACTIONS(1931), + [aux_sym_remote_command_token1] = ACTIONS(1931), + [aux_sym_remote_forward_token1] = ACTIONS(1931), + [aux_sym_request_tty_token1] = ACTIONS(1931), + [aux_sym_required_rsa_size_token1] = ACTIONS(1931), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1931), + [aux_sym_security_key_provider_token1] = ACTIONS(1931), + [aux_sym_send_env_token1] = ACTIONS(1931), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1931), + [aux_sym_server_alive_interval_token1] = ACTIONS(1931), + [aux_sym_session_type_token1] = ACTIONS(1931), + [aux_sym_set_env_token1] = ACTIONS(1931), + [aux_sym_stdin_null_token1] = ACTIONS(1931), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1931), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1931), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1931), + [aux_sym_syslog_facility_token1] = ACTIONS(1931), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1931), + [aux_sym_keep_alive_token1] = ACTIONS(1931), + [aux_sym_tunnel_token1] = ACTIONS(1933), + [aux_sym_tunnel_device_token1] = ACTIONS(1931), + [aux_sym_update_host_keys_token1] = ACTIONS(1931), + [aux_sym_use_keychain_token1] = ACTIONS(1931), + [aux_sym_use_roaming_token1] = ACTIONS(1931), + [aux_sym_user_token1] = ACTIONS(1933), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1931), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1931), + [aux_sym_visual_host_key_token1] = ACTIONS(1931), + [aux_sym_xauth_location_token1] = ACTIONS(1931), }, [235] = { - [ts_builtin_sym_end] = ACTIONS(1928), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1930), - [anon_sym_DQUOTE] = ACTIONS(1928), - [aux_sym_match_token1] = ACTIONS(1928), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1928), - [aux_sym_address_family_token1] = ACTIONS(1928), - [aux_sym_batch_mode_token1] = ACTIONS(1928), - [aux_sym_bind_address_token1] = ACTIONS(1928), - [aux_sym_bind_interface_token1] = ACTIONS(1928), - [aux_sym_canonical_domains_token1] = ACTIONS(1928), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1928), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1928), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1928), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1928), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1928), - [aux_sym_certificate_file_token1] = ACTIONS(1928), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1928), - [aux_sym_check_host_ip_token1] = ACTIONS(1928), - [aux_sym_ciphers_token1] = ACTIONS(1928), - [aux_sym_cipher_token1] = ACTIONS(1930), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1928), - [aux_sym_compression_token1] = ACTIONS(1928), - [aux_sym_connection_attempts_token1] = ACTIONS(1928), - [aux_sym_connect_timeout_token1] = ACTIONS(1928), - [aux_sym_control_master_token1] = ACTIONS(1928), - [aux_sym_control_path_token1] = ACTIONS(1928), - [aux_sym_control_persist_token1] = ACTIONS(1928), - [aux_sym_dynamic_forward_token1] = ACTIONS(1928), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1928), - [aux_sym_escape_char_token1] = ACTIONS(1928), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1928), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1928), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1928), - [aux_sym_forward_agent_token1] = ACTIONS(1928), - [aux_sym_forward_x11_token1] = ACTIONS(1930), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1928), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1928), - [aux_sym_gateway_ports_token1] = ACTIONS(1928), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1928), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1928), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1928), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1928), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1928), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1928), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1928), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1928), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1928), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1928), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1928), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1928), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1928), - [aux_sym_host_key_alias_token1] = ACTIONS(1928), - [aux_sym_hostname_token1] = ACTIONS(1928), - [aux_sym_identities_only_token1] = ACTIONS(1928), - [aux_sym_identity_agent_token1] = ACTIONS(1928), - [aux_sym_identity_file_token1] = ACTIONS(1928), - [aux_sym_ignore_unknown_token1] = ACTIONS(1928), - [aux_sym_include_token1] = ACTIONS(1928), - [aux_sym_ip_qos_token1] = ACTIONS(1928), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1928), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1928), - [aux_sym_kex_algorithms_token1] = ACTIONS(1928), - [aux_sym_known_hosts_command_token1] = ACTIONS(1928), - [aux_sym_local_command_token1] = ACTIONS(1928), - [aux_sym_local_forward_token1] = ACTIONS(1928), - [aux_sym_log_level_token1] = ACTIONS(1928), - [aux_sym_log_verbose_token1] = ACTIONS(1928), - [aux_sym_macs_token1] = ACTIONS(1928), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1928), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1928), - [aux_sym_password_authentication_token1] = ACTIONS(1928), - [aux_sym_permit_local_command_token1] = ACTIONS(1928), - [aux_sym_permit_remote_open_token1] = ACTIONS(1928), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1928), - [aux_sym_port_token1] = ACTIONS(1928), - [aux_sym_preferred_authentications_token1] = ACTIONS(1928), - [aux_sym_protocol_token1] = ACTIONS(1928), - [aux_sym_proxy_command_token1] = ACTIONS(1928), - [aux_sym_proxy_jump_token1] = ACTIONS(1928), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1928), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1928), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1928), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1928), - [aux_sym_rekey_limit_token1] = ACTIONS(1928), - [aux_sym_remote_command_token1] = ACTIONS(1928), - [aux_sym_remote_forward_token1] = ACTIONS(1928), - [aux_sym_request_tty_token1] = ACTIONS(1928), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1928), - [aux_sym_security_key_provider_token1] = ACTIONS(1928), - [aux_sym_send_env_token1] = ACTIONS(1928), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1928), - [aux_sym_server_alive_interval_token1] = ACTIONS(1928), - [aux_sym_session_type_token1] = ACTIONS(1928), - [aux_sym_set_env_token1] = ACTIONS(1928), - [aux_sym_stdin_null_token1] = ACTIONS(1928), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1928), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1928), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1928), - [aux_sym_syslog_facility_token1] = ACTIONS(1928), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1928), - [aux_sym_keep_alive_token1] = ACTIONS(1928), - [aux_sym_tunnel_token1] = ACTIONS(1930), - [aux_sym_tunnel_device_token1] = ACTIONS(1928), - [aux_sym_update_host_keys_token1] = ACTIONS(1928), - [aux_sym_use_keychain_token1] = ACTIONS(1928), - [aux_sym_use_roaming_token1] = ACTIONS(1928), - [aux_sym_user_token1] = ACTIONS(1930), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1928), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1928), - [aux_sym_visual_host_key_token1] = ACTIONS(1928), - [aux_sym_xauth_location_token1] = ACTIONS(1928), + [ts_builtin_sym_end] = ACTIONS(1935), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1937), + [anon_sym_DQUOTE] = ACTIONS(1939), + [aux_sym_match_token1] = ACTIONS(1935), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1935), + [aux_sym_address_family_token1] = ACTIONS(1935), + [aux_sym_batch_mode_token1] = ACTIONS(1935), + [aux_sym_bind_address_token1] = ACTIONS(1935), + [aux_sym_bind_interface_token1] = ACTIONS(1935), + [aux_sym_canonical_domains_token1] = ACTIONS(1935), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1935), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1935), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1935), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1935), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1935), + [aux_sym_certificate_file_token1] = ACTIONS(1935), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1935), + [aux_sym_check_host_ip_token1] = ACTIONS(1935), + [aux_sym_ciphers_token1] = ACTIONS(1935), + [aux_sym_cipher_token1] = ACTIONS(1937), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1935), + [aux_sym_compression_token1] = ACTIONS(1935), + [aux_sym_connection_attempts_token1] = ACTIONS(1935), + [aux_sym_connect_timeout_token1] = ACTIONS(1935), + [aux_sym_control_master_token1] = ACTIONS(1935), + [aux_sym_control_path_token1] = ACTIONS(1935), + [aux_sym_control_persist_token1] = ACTIONS(1935), + [aux_sym_dynamic_forward_token1] = ACTIONS(1935), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1935), + [aux_sym_escape_char_token1] = ACTIONS(1935), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1935), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1935), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1935), + [aux_sym_forward_agent_token1] = ACTIONS(1935), + [aux_sym_forward_x11_token1] = ACTIONS(1937), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1935), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1935), + [aux_sym_gateway_ports_token1] = ACTIONS(1935), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1935), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1935), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1935), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1935), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1935), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1935), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1935), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1935), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1935), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1935), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1935), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1935), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1935), + [aux_sym_host_key_alias_token1] = ACTIONS(1935), + [aux_sym_hostname_token1] = ACTIONS(1935), + [aux_sym_identities_only_token1] = ACTIONS(1935), + [aux_sym_identity_agent_token1] = ACTIONS(1935), + [aux_sym_identity_file_token1] = ACTIONS(1935), + [aux_sym_ignore_unknown_token1] = ACTIONS(1935), + [aux_sym_include_token1] = ACTIONS(1935), + [aux_sym_ip_qos_token1] = ACTIONS(1935), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1935), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1935), + [aux_sym_kex_algorithms_token1] = ACTIONS(1935), + [aux_sym_known_hosts_command_token1] = ACTIONS(1935), + [aux_sym_local_command_token1] = ACTIONS(1935), + [aux_sym_local_forward_token1] = ACTIONS(1935), + [aux_sym_log_level_token1] = ACTIONS(1935), + [aux_sym_log_verbose_token1] = ACTIONS(1935), + [aux_sym_macs_token1] = ACTIONS(1935), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1935), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1935), + [aux_sym_password_authentication_token1] = ACTIONS(1935), + [aux_sym_permit_local_command_token1] = ACTIONS(1935), + [aux_sym_permit_remote_open_token1] = ACTIONS(1935), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1935), + [aux_sym_port_token1] = ACTIONS(1935), + [aux_sym_preferred_authentications_token1] = ACTIONS(1935), + [aux_sym_protocol_token1] = ACTIONS(1935), + [aux_sym_proxy_command_token1] = ACTIONS(1935), + [aux_sym_proxy_jump_token1] = ACTIONS(1935), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1935), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1935), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1935), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1935), + [aux_sym_rekey_limit_token1] = ACTIONS(1935), + [aux_sym_remote_command_token1] = ACTIONS(1935), + [aux_sym_remote_forward_token1] = ACTIONS(1935), + [aux_sym_request_tty_token1] = ACTIONS(1935), + [aux_sym_required_rsa_size_token1] = ACTIONS(1935), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1935), + [aux_sym_security_key_provider_token1] = ACTIONS(1935), + [aux_sym_send_env_token1] = ACTIONS(1935), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1935), + [aux_sym_server_alive_interval_token1] = ACTIONS(1935), + [aux_sym_session_type_token1] = ACTIONS(1935), + [aux_sym_set_env_token1] = ACTIONS(1935), + [aux_sym_stdin_null_token1] = ACTIONS(1935), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1935), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1935), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1935), + [aux_sym_syslog_facility_token1] = ACTIONS(1935), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1935), + [aux_sym_keep_alive_token1] = ACTIONS(1935), + [aux_sym_tunnel_token1] = ACTIONS(1937), + [aux_sym_tunnel_device_token1] = ACTIONS(1935), + [aux_sym_update_host_keys_token1] = ACTIONS(1935), + [aux_sym_use_keychain_token1] = ACTIONS(1935), + [aux_sym_use_roaming_token1] = ACTIONS(1935), + [aux_sym_user_token1] = ACTIONS(1937), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1935), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1935), + [aux_sym_visual_host_key_token1] = ACTIONS(1935), + [aux_sym_xauth_location_token1] = ACTIONS(1935), }, [236] = { - [ts_builtin_sym_end] = ACTIONS(1932), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1934), - [anon_sym_DQUOTE] = ACTIONS(1936), - [aux_sym_match_token1] = ACTIONS(1932), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1932), - [aux_sym_address_family_token1] = ACTIONS(1932), - [aux_sym_batch_mode_token1] = ACTIONS(1932), - [aux_sym_bind_address_token1] = ACTIONS(1932), - [aux_sym_bind_interface_token1] = ACTIONS(1932), - [aux_sym_canonical_domains_token1] = ACTIONS(1932), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1932), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1932), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1932), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1932), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1932), - [aux_sym_certificate_file_token1] = ACTIONS(1932), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1932), - [aux_sym_check_host_ip_token1] = ACTIONS(1932), - [aux_sym_ciphers_token1] = ACTIONS(1932), - [aux_sym_cipher_token1] = ACTIONS(1934), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1932), - [aux_sym_compression_token1] = ACTIONS(1932), - [aux_sym_connection_attempts_token1] = ACTIONS(1932), - [aux_sym_connect_timeout_token1] = ACTIONS(1932), - [aux_sym_control_master_token1] = ACTIONS(1932), - [aux_sym_control_path_token1] = ACTIONS(1932), - [aux_sym_control_persist_token1] = ACTIONS(1932), - [aux_sym_dynamic_forward_token1] = ACTIONS(1932), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1932), - [aux_sym_escape_char_token1] = ACTIONS(1932), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1932), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1932), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1932), - [aux_sym_forward_agent_token1] = ACTIONS(1932), - [aux_sym_forward_x11_token1] = ACTIONS(1934), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1932), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1932), - [aux_sym_gateway_ports_token1] = ACTIONS(1932), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1932), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1932), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1932), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1932), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1932), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1932), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1932), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1932), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1932), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1932), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1932), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1932), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1932), - [aux_sym_host_key_alias_token1] = ACTIONS(1932), - [aux_sym_hostname_token1] = ACTIONS(1932), - [aux_sym_identities_only_token1] = ACTIONS(1932), - [aux_sym_identity_agent_token1] = ACTIONS(1932), - [aux_sym_identity_file_token1] = ACTIONS(1932), - [aux_sym_ignore_unknown_token1] = ACTIONS(1932), - [aux_sym_include_token1] = ACTIONS(1932), - [aux_sym_ip_qos_token1] = ACTIONS(1932), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1932), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1932), - [aux_sym_kex_algorithms_token1] = ACTIONS(1932), - [aux_sym_known_hosts_command_token1] = ACTIONS(1932), - [aux_sym_local_command_token1] = ACTIONS(1932), - [aux_sym_local_forward_token1] = ACTIONS(1932), - [aux_sym_log_level_token1] = ACTIONS(1932), - [aux_sym_log_verbose_token1] = ACTIONS(1932), - [aux_sym_macs_token1] = ACTIONS(1932), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1932), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1932), - [aux_sym_password_authentication_token1] = ACTIONS(1932), - [aux_sym_permit_local_command_token1] = ACTIONS(1932), - [aux_sym_permit_remote_open_token1] = ACTIONS(1932), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1932), - [aux_sym_port_token1] = ACTIONS(1932), - [aux_sym_preferred_authentications_token1] = ACTIONS(1932), - [aux_sym_protocol_token1] = ACTIONS(1932), - [aux_sym_proxy_command_token1] = ACTIONS(1932), - [aux_sym_proxy_jump_token1] = ACTIONS(1932), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1932), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1932), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1932), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1932), - [aux_sym_rekey_limit_token1] = ACTIONS(1932), - [aux_sym_remote_command_token1] = ACTIONS(1932), - [aux_sym_remote_forward_token1] = ACTIONS(1932), - [aux_sym_request_tty_token1] = ACTIONS(1932), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1932), - [aux_sym_security_key_provider_token1] = ACTIONS(1932), - [aux_sym_send_env_token1] = ACTIONS(1932), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1932), - [aux_sym_server_alive_interval_token1] = ACTIONS(1932), - [aux_sym_session_type_token1] = ACTIONS(1932), - [aux_sym_set_env_token1] = ACTIONS(1932), - [aux_sym_stdin_null_token1] = ACTIONS(1932), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1932), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1932), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1932), - [aux_sym_syslog_facility_token1] = ACTIONS(1932), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1932), - [aux_sym_keep_alive_token1] = ACTIONS(1932), - [aux_sym_tunnel_token1] = ACTIONS(1934), - [aux_sym_tunnel_device_token1] = ACTIONS(1932), - [aux_sym_update_host_keys_token1] = ACTIONS(1932), - [aux_sym_use_keychain_token1] = ACTIONS(1932), - [aux_sym_use_roaming_token1] = ACTIONS(1932), - [aux_sym_user_token1] = ACTIONS(1934), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1932), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1932), - [aux_sym_visual_host_key_token1] = ACTIONS(1932), - [aux_sym_xauth_location_token1] = ACTIONS(1932), + [ts_builtin_sym_end] = ACTIONS(1941), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1943), + [anon_sym_DQUOTE] = ACTIONS(1941), + [aux_sym_match_token1] = ACTIONS(1941), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1941), + [aux_sym_address_family_token1] = ACTIONS(1941), + [aux_sym_batch_mode_token1] = ACTIONS(1941), + [aux_sym_bind_address_token1] = ACTIONS(1941), + [aux_sym_bind_interface_token1] = ACTIONS(1941), + [aux_sym_canonical_domains_token1] = ACTIONS(1941), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1941), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1941), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1941), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1941), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1941), + [aux_sym_certificate_file_token1] = ACTIONS(1941), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1941), + [aux_sym_check_host_ip_token1] = ACTIONS(1941), + [aux_sym_ciphers_token1] = ACTIONS(1941), + [aux_sym_cipher_token1] = ACTIONS(1943), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1941), + [aux_sym_compression_token1] = ACTIONS(1941), + [aux_sym_connection_attempts_token1] = ACTIONS(1941), + [aux_sym_connect_timeout_token1] = ACTIONS(1941), + [aux_sym_control_master_token1] = ACTIONS(1941), + [aux_sym_control_path_token1] = ACTIONS(1941), + [aux_sym_control_persist_token1] = ACTIONS(1941), + [aux_sym_dynamic_forward_token1] = ACTIONS(1941), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1941), + [aux_sym_escape_char_token1] = ACTIONS(1941), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1941), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1941), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1941), + [aux_sym_forward_agent_token1] = ACTIONS(1941), + [aux_sym_forward_x11_token1] = ACTIONS(1943), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1941), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1941), + [aux_sym_gateway_ports_token1] = ACTIONS(1941), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1941), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1941), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1941), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1941), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1941), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1941), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1941), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1941), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1941), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1941), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1941), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1941), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1941), + [aux_sym_host_key_alias_token1] = ACTIONS(1941), + [aux_sym_hostname_token1] = ACTIONS(1941), + [aux_sym_identities_only_token1] = ACTIONS(1941), + [aux_sym_identity_agent_token1] = ACTIONS(1941), + [aux_sym_identity_file_token1] = ACTIONS(1941), + [aux_sym_ignore_unknown_token1] = ACTIONS(1941), + [aux_sym_include_token1] = ACTIONS(1941), + [aux_sym_ip_qos_token1] = ACTIONS(1941), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1941), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1941), + [aux_sym_kex_algorithms_token1] = ACTIONS(1941), + [aux_sym_known_hosts_command_token1] = ACTIONS(1941), + [aux_sym_local_command_token1] = ACTIONS(1941), + [aux_sym_local_forward_token1] = ACTIONS(1941), + [aux_sym_log_level_token1] = ACTIONS(1941), + [aux_sym_log_verbose_token1] = ACTIONS(1941), + [aux_sym_macs_token1] = ACTIONS(1941), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1941), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1941), + [aux_sym_password_authentication_token1] = ACTIONS(1941), + [aux_sym_permit_local_command_token1] = ACTIONS(1941), + [aux_sym_permit_remote_open_token1] = ACTIONS(1941), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1941), + [aux_sym_port_token1] = ACTIONS(1941), + [aux_sym_preferred_authentications_token1] = ACTIONS(1941), + [aux_sym_protocol_token1] = ACTIONS(1941), + [aux_sym_proxy_command_token1] = ACTIONS(1941), + [aux_sym_proxy_jump_token1] = ACTIONS(1941), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1941), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1941), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1941), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1941), + [aux_sym_rekey_limit_token1] = ACTIONS(1941), + [aux_sym_remote_command_token1] = ACTIONS(1941), + [aux_sym_remote_forward_token1] = ACTIONS(1941), + [aux_sym_request_tty_token1] = ACTIONS(1941), + [aux_sym_required_rsa_size_token1] = ACTIONS(1941), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1941), + [aux_sym_security_key_provider_token1] = ACTIONS(1941), + [aux_sym_send_env_token1] = ACTIONS(1941), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1941), + [aux_sym_server_alive_interval_token1] = ACTIONS(1941), + [aux_sym_session_type_token1] = ACTIONS(1941), + [aux_sym_set_env_token1] = ACTIONS(1941), + [aux_sym_stdin_null_token1] = ACTIONS(1941), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1941), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1941), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1941), + [aux_sym_syslog_facility_token1] = ACTIONS(1941), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1941), + [aux_sym_keep_alive_token1] = ACTIONS(1941), + [aux_sym_tunnel_token1] = ACTIONS(1943), + [aux_sym_tunnel_device_token1] = ACTIONS(1941), + [aux_sym_update_host_keys_token1] = ACTIONS(1941), + [aux_sym_use_keychain_token1] = ACTIONS(1941), + [aux_sym_use_roaming_token1] = ACTIONS(1941), + [aux_sym_user_token1] = ACTIONS(1943), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1941), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1941), + [aux_sym_visual_host_key_token1] = ACTIONS(1941), + [aux_sym_xauth_location_token1] = ACTIONS(1941), }, [237] = { - [ts_builtin_sym_end] = ACTIONS(1938), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1940), - [anon_sym_DQUOTE] = ACTIONS(1942), - [aux_sym_match_token1] = ACTIONS(1938), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1938), - [aux_sym_address_family_token1] = ACTIONS(1938), - [aux_sym_batch_mode_token1] = ACTIONS(1938), - [aux_sym_bind_address_token1] = ACTIONS(1938), - [aux_sym_bind_interface_token1] = ACTIONS(1938), - [aux_sym_canonical_domains_token1] = ACTIONS(1938), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1938), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1938), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1938), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1938), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1938), - [aux_sym_certificate_file_token1] = ACTIONS(1938), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1938), - [aux_sym_check_host_ip_token1] = ACTIONS(1938), - [aux_sym_ciphers_token1] = ACTIONS(1938), - [aux_sym_cipher_token1] = ACTIONS(1940), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1938), - [aux_sym_compression_token1] = ACTIONS(1938), - [aux_sym_connection_attempts_token1] = ACTIONS(1938), - [aux_sym_connect_timeout_token1] = ACTIONS(1938), - [aux_sym_control_master_token1] = ACTIONS(1938), - [aux_sym_control_path_token1] = ACTIONS(1938), - [aux_sym_control_persist_token1] = ACTIONS(1938), - [aux_sym_dynamic_forward_token1] = ACTIONS(1938), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1938), - [aux_sym_escape_char_token1] = ACTIONS(1938), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1938), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1938), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1938), - [aux_sym_forward_agent_token1] = ACTIONS(1938), - [aux_sym_forward_x11_token1] = ACTIONS(1940), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1938), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1938), - [aux_sym_gateway_ports_token1] = ACTIONS(1938), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1938), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1938), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1938), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1938), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1938), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1938), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1938), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1938), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1938), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1938), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1938), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1938), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1938), - [aux_sym_host_key_alias_token1] = ACTIONS(1938), - [aux_sym_hostname_token1] = ACTIONS(1938), - [aux_sym_identities_only_token1] = ACTIONS(1938), - [aux_sym_identity_agent_token1] = ACTIONS(1938), - [aux_sym_identity_file_token1] = ACTIONS(1938), - [aux_sym_ignore_unknown_token1] = ACTIONS(1938), - [aux_sym_include_token1] = ACTIONS(1938), - [aux_sym_ip_qos_token1] = ACTIONS(1938), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1938), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1938), - [aux_sym_kex_algorithms_token1] = ACTIONS(1938), - [aux_sym_known_hosts_command_token1] = ACTIONS(1938), - [aux_sym_local_command_token1] = ACTIONS(1938), - [aux_sym_local_forward_token1] = ACTIONS(1938), - [aux_sym_log_level_token1] = ACTIONS(1938), - [aux_sym_log_verbose_token1] = ACTIONS(1938), - [aux_sym_macs_token1] = ACTIONS(1938), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1938), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1938), - [aux_sym_password_authentication_token1] = ACTIONS(1938), - [aux_sym_permit_local_command_token1] = ACTIONS(1938), - [aux_sym_permit_remote_open_token1] = ACTIONS(1938), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1938), - [aux_sym_port_token1] = ACTIONS(1938), - [aux_sym_preferred_authentications_token1] = ACTIONS(1938), - [aux_sym_protocol_token1] = ACTIONS(1938), - [aux_sym_proxy_command_token1] = ACTIONS(1938), - [aux_sym_proxy_jump_token1] = ACTIONS(1938), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1938), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1938), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1938), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1938), - [aux_sym_rekey_limit_token1] = ACTIONS(1938), - [aux_sym_remote_command_token1] = ACTIONS(1938), - [aux_sym_remote_forward_token1] = ACTIONS(1938), - [aux_sym_request_tty_token1] = ACTIONS(1938), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1938), - [aux_sym_security_key_provider_token1] = ACTIONS(1938), - [aux_sym_send_env_token1] = ACTIONS(1938), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1938), - [aux_sym_server_alive_interval_token1] = ACTIONS(1938), - [aux_sym_session_type_token1] = ACTIONS(1938), - [aux_sym_set_env_token1] = ACTIONS(1938), - [aux_sym_stdin_null_token1] = ACTIONS(1938), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1938), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1938), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1938), - [aux_sym_syslog_facility_token1] = ACTIONS(1938), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1938), - [aux_sym_keep_alive_token1] = ACTIONS(1938), - [aux_sym_tunnel_token1] = ACTIONS(1940), - [aux_sym_tunnel_device_token1] = ACTIONS(1938), - [aux_sym_update_host_keys_token1] = ACTIONS(1938), - [aux_sym_use_keychain_token1] = ACTIONS(1938), - [aux_sym_use_roaming_token1] = ACTIONS(1938), - [aux_sym_user_token1] = ACTIONS(1940), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1938), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1938), - [aux_sym_visual_host_key_token1] = ACTIONS(1938), - [aux_sym_xauth_location_token1] = ACTIONS(1938), + [ts_builtin_sym_end] = ACTIONS(1945), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1947), + [anon_sym_DQUOTE] = ACTIONS(1945), + [aux_sym_match_token1] = ACTIONS(1945), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1945), + [aux_sym_address_family_token1] = ACTIONS(1945), + [aux_sym_batch_mode_token1] = ACTIONS(1945), + [aux_sym_bind_address_token1] = ACTIONS(1945), + [aux_sym_bind_interface_token1] = ACTIONS(1945), + [aux_sym_canonical_domains_token1] = ACTIONS(1945), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1945), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1945), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1945), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1945), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1945), + [aux_sym_certificate_file_token1] = ACTIONS(1945), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1945), + [aux_sym_check_host_ip_token1] = ACTIONS(1945), + [aux_sym_ciphers_token1] = ACTIONS(1945), + [aux_sym_cipher_token1] = ACTIONS(1947), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1945), + [aux_sym_compression_token1] = ACTIONS(1945), + [aux_sym_connection_attempts_token1] = ACTIONS(1945), + [aux_sym_connect_timeout_token1] = ACTIONS(1945), + [aux_sym_control_master_token1] = ACTIONS(1945), + [aux_sym_control_path_token1] = ACTIONS(1945), + [aux_sym_control_persist_token1] = ACTIONS(1945), + [aux_sym_dynamic_forward_token1] = ACTIONS(1945), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1945), + [aux_sym_escape_char_token1] = ACTIONS(1945), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1945), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1945), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1945), + [aux_sym_forward_agent_token1] = ACTIONS(1945), + [aux_sym_forward_x11_token1] = ACTIONS(1947), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1945), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1945), + [aux_sym_gateway_ports_token1] = ACTIONS(1945), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1945), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1945), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1945), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1945), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1945), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1945), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1945), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1945), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1945), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1945), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1945), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1945), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1945), + [aux_sym_host_key_alias_token1] = ACTIONS(1945), + [aux_sym_hostname_token1] = ACTIONS(1945), + [aux_sym_identities_only_token1] = ACTIONS(1945), + [aux_sym_identity_agent_token1] = ACTIONS(1945), + [aux_sym_identity_file_token1] = ACTIONS(1945), + [aux_sym_ignore_unknown_token1] = ACTIONS(1945), + [aux_sym_include_token1] = ACTIONS(1945), + [aux_sym_ip_qos_token1] = ACTIONS(1945), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1945), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1945), + [aux_sym_kex_algorithms_token1] = ACTIONS(1945), + [aux_sym_known_hosts_command_token1] = ACTIONS(1945), + [aux_sym_local_command_token1] = ACTIONS(1945), + [aux_sym_local_forward_token1] = ACTIONS(1945), + [aux_sym_log_level_token1] = ACTIONS(1945), + [aux_sym_log_verbose_token1] = ACTIONS(1945), + [aux_sym_macs_token1] = ACTIONS(1945), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1945), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1945), + [aux_sym_password_authentication_token1] = ACTIONS(1945), + [aux_sym_permit_local_command_token1] = ACTIONS(1945), + [aux_sym_permit_remote_open_token1] = ACTIONS(1945), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1945), + [aux_sym_port_token1] = ACTIONS(1945), + [aux_sym_preferred_authentications_token1] = ACTIONS(1945), + [aux_sym_protocol_token1] = ACTIONS(1945), + [aux_sym_proxy_command_token1] = ACTIONS(1945), + [aux_sym_proxy_jump_token1] = ACTIONS(1945), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1945), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1945), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1945), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1945), + [aux_sym_rekey_limit_token1] = ACTIONS(1945), + [aux_sym_remote_command_token1] = ACTIONS(1945), + [aux_sym_remote_forward_token1] = ACTIONS(1945), + [aux_sym_request_tty_token1] = ACTIONS(1945), + [aux_sym_required_rsa_size_token1] = ACTIONS(1945), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1945), + [aux_sym_security_key_provider_token1] = ACTIONS(1945), + [aux_sym_send_env_token1] = ACTIONS(1945), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1945), + [aux_sym_server_alive_interval_token1] = ACTIONS(1945), + [aux_sym_session_type_token1] = ACTIONS(1945), + [aux_sym_set_env_token1] = ACTIONS(1945), + [aux_sym_stdin_null_token1] = ACTIONS(1945), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1945), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1945), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1945), + [aux_sym_syslog_facility_token1] = ACTIONS(1945), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1945), + [aux_sym_keep_alive_token1] = ACTIONS(1945), + [aux_sym_tunnel_token1] = ACTIONS(1947), + [aux_sym_tunnel_device_token1] = ACTIONS(1945), + [aux_sym_update_host_keys_token1] = ACTIONS(1945), + [aux_sym_use_keychain_token1] = ACTIONS(1945), + [aux_sym_use_roaming_token1] = ACTIONS(1945), + [aux_sym_user_token1] = ACTIONS(1947), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1945), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1945), + [aux_sym_visual_host_key_token1] = ACTIONS(1945), + [aux_sym_xauth_location_token1] = ACTIONS(1945), }, [238] = { - [ts_builtin_sym_end] = ACTIONS(1944), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1946), - [anon_sym_DQUOTE] = ACTIONS(1944), - [aux_sym_match_token1] = ACTIONS(1944), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1944), - [aux_sym_address_family_token1] = ACTIONS(1944), - [aux_sym_batch_mode_token1] = ACTIONS(1944), - [aux_sym_bind_address_token1] = ACTIONS(1944), - [aux_sym_bind_interface_token1] = ACTIONS(1944), - [aux_sym_canonical_domains_token1] = ACTIONS(1944), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1944), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1944), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1944), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1944), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1944), - [aux_sym_certificate_file_token1] = ACTIONS(1944), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1944), - [aux_sym_check_host_ip_token1] = ACTIONS(1944), - [aux_sym_ciphers_token1] = ACTIONS(1944), - [aux_sym_cipher_token1] = ACTIONS(1946), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1944), - [aux_sym_compression_token1] = ACTIONS(1944), - [aux_sym_connection_attempts_token1] = ACTIONS(1944), - [aux_sym_connect_timeout_token1] = ACTIONS(1944), - [aux_sym_control_master_token1] = ACTIONS(1944), - [aux_sym_control_path_token1] = ACTIONS(1944), - [aux_sym_control_persist_token1] = ACTIONS(1944), - [aux_sym_dynamic_forward_token1] = ACTIONS(1944), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1944), - [aux_sym_escape_char_token1] = ACTIONS(1944), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1944), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1944), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1944), - [aux_sym_forward_agent_token1] = ACTIONS(1944), - [aux_sym_forward_x11_token1] = ACTIONS(1946), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1944), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1944), - [aux_sym_gateway_ports_token1] = ACTIONS(1944), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1944), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1944), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1944), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1944), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1944), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1944), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1944), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1944), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1944), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1944), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1944), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1944), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1944), - [aux_sym_host_key_alias_token1] = ACTIONS(1944), - [aux_sym_hostname_token1] = ACTIONS(1944), - [aux_sym_identities_only_token1] = ACTIONS(1944), - [aux_sym_identity_agent_token1] = ACTIONS(1944), - [aux_sym_identity_file_token1] = ACTIONS(1944), - [aux_sym_ignore_unknown_token1] = ACTIONS(1944), - [aux_sym_include_token1] = ACTIONS(1944), - [aux_sym_ip_qos_token1] = ACTIONS(1944), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1944), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1944), - [aux_sym_kex_algorithms_token1] = ACTIONS(1944), - [aux_sym_known_hosts_command_token1] = ACTIONS(1944), - [aux_sym_local_command_token1] = ACTIONS(1944), - [aux_sym_local_forward_token1] = ACTIONS(1944), - [aux_sym_log_level_token1] = ACTIONS(1944), - [aux_sym_log_verbose_token1] = ACTIONS(1944), - [aux_sym_macs_token1] = ACTIONS(1944), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1944), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1944), - [aux_sym_password_authentication_token1] = ACTIONS(1944), - [aux_sym_permit_local_command_token1] = ACTIONS(1944), - [aux_sym_permit_remote_open_token1] = ACTIONS(1944), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1944), - [aux_sym_port_token1] = ACTIONS(1944), - [aux_sym_preferred_authentications_token1] = ACTIONS(1944), - [aux_sym_protocol_token1] = ACTIONS(1944), - [aux_sym_proxy_command_token1] = ACTIONS(1944), - [aux_sym_proxy_jump_token1] = ACTIONS(1944), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1944), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1944), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1944), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1944), - [aux_sym_rekey_limit_token1] = ACTIONS(1944), - [aux_sym_remote_command_token1] = ACTIONS(1944), - [aux_sym_remote_forward_token1] = ACTIONS(1944), - [aux_sym_request_tty_token1] = ACTIONS(1944), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1944), - [aux_sym_security_key_provider_token1] = ACTIONS(1944), - [aux_sym_send_env_token1] = ACTIONS(1944), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1944), - [aux_sym_server_alive_interval_token1] = ACTIONS(1944), - [aux_sym_session_type_token1] = ACTIONS(1944), - [aux_sym_set_env_token1] = ACTIONS(1944), - [aux_sym_stdin_null_token1] = ACTIONS(1944), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1944), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1944), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1944), - [aux_sym_syslog_facility_token1] = ACTIONS(1944), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1944), - [aux_sym_keep_alive_token1] = ACTIONS(1944), - [aux_sym_tunnel_token1] = ACTIONS(1946), - [aux_sym_tunnel_device_token1] = ACTIONS(1944), - [aux_sym_update_host_keys_token1] = ACTIONS(1944), - [aux_sym_use_keychain_token1] = ACTIONS(1944), - [aux_sym_use_roaming_token1] = ACTIONS(1944), - [aux_sym_user_token1] = ACTIONS(1946), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1944), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1944), - [aux_sym_visual_host_key_token1] = ACTIONS(1944), - [aux_sym_xauth_location_token1] = ACTIONS(1944), + [ts_builtin_sym_end] = ACTIONS(1949), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1951), + [anon_sym_DQUOTE] = ACTIONS(1953), + [aux_sym_match_token1] = ACTIONS(1949), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1949), + [aux_sym_address_family_token1] = ACTIONS(1949), + [aux_sym_batch_mode_token1] = ACTIONS(1949), + [aux_sym_bind_address_token1] = ACTIONS(1949), + [aux_sym_bind_interface_token1] = ACTIONS(1949), + [aux_sym_canonical_domains_token1] = ACTIONS(1949), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1949), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1949), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1949), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1949), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1949), + [aux_sym_certificate_file_token1] = ACTIONS(1949), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1949), + [aux_sym_check_host_ip_token1] = ACTIONS(1949), + [aux_sym_ciphers_token1] = ACTIONS(1949), + [aux_sym_cipher_token1] = ACTIONS(1951), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1949), + [aux_sym_compression_token1] = ACTIONS(1949), + [aux_sym_connection_attempts_token1] = ACTIONS(1949), + [aux_sym_connect_timeout_token1] = ACTIONS(1949), + [aux_sym_control_master_token1] = ACTIONS(1949), + [aux_sym_control_path_token1] = ACTIONS(1949), + [aux_sym_control_persist_token1] = ACTIONS(1949), + [aux_sym_dynamic_forward_token1] = ACTIONS(1949), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1949), + [aux_sym_escape_char_token1] = ACTIONS(1949), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1949), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1949), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1949), + [aux_sym_forward_agent_token1] = ACTIONS(1949), + [aux_sym_forward_x11_token1] = ACTIONS(1951), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1949), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1949), + [aux_sym_gateway_ports_token1] = ACTIONS(1949), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1949), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1949), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1949), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1949), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1949), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1949), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1949), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1949), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1949), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1949), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1949), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1949), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1949), + [aux_sym_host_key_alias_token1] = ACTIONS(1949), + [aux_sym_hostname_token1] = ACTIONS(1949), + [aux_sym_identities_only_token1] = ACTIONS(1949), + [aux_sym_identity_agent_token1] = ACTIONS(1949), + [aux_sym_identity_file_token1] = ACTIONS(1949), + [aux_sym_ignore_unknown_token1] = ACTIONS(1949), + [aux_sym_include_token1] = ACTIONS(1949), + [aux_sym_ip_qos_token1] = ACTIONS(1949), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1949), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1949), + [aux_sym_kex_algorithms_token1] = ACTIONS(1949), + [aux_sym_known_hosts_command_token1] = ACTIONS(1949), + [aux_sym_local_command_token1] = ACTIONS(1949), + [aux_sym_local_forward_token1] = ACTIONS(1949), + [aux_sym_log_level_token1] = ACTIONS(1949), + [aux_sym_log_verbose_token1] = ACTIONS(1949), + [aux_sym_macs_token1] = ACTIONS(1949), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1949), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1949), + [aux_sym_password_authentication_token1] = ACTIONS(1949), + [aux_sym_permit_local_command_token1] = ACTIONS(1949), + [aux_sym_permit_remote_open_token1] = ACTIONS(1949), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1949), + [aux_sym_port_token1] = ACTIONS(1949), + [aux_sym_preferred_authentications_token1] = ACTIONS(1949), + [aux_sym_protocol_token1] = ACTIONS(1949), + [aux_sym_proxy_command_token1] = ACTIONS(1949), + [aux_sym_proxy_jump_token1] = ACTIONS(1949), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1949), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1949), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1949), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1949), + [aux_sym_rekey_limit_token1] = ACTIONS(1949), + [aux_sym_remote_command_token1] = ACTIONS(1949), + [aux_sym_remote_forward_token1] = ACTIONS(1949), + [aux_sym_request_tty_token1] = ACTIONS(1949), + [aux_sym_required_rsa_size_token1] = ACTIONS(1949), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1949), + [aux_sym_security_key_provider_token1] = ACTIONS(1949), + [aux_sym_send_env_token1] = ACTIONS(1949), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1949), + [aux_sym_server_alive_interval_token1] = ACTIONS(1949), + [aux_sym_session_type_token1] = ACTIONS(1949), + [aux_sym_set_env_token1] = ACTIONS(1949), + [aux_sym_stdin_null_token1] = ACTIONS(1949), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1949), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1949), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1949), + [aux_sym_syslog_facility_token1] = ACTIONS(1949), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1949), + [aux_sym_keep_alive_token1] = ACTIONS(1949), + [aux_sym_tunnel_token1] = ACTIONS(1951), + [aux_sym_tunnel_device_token1] = ACTIONS(1949), + [aux_sym_update_host_keys_token1] = ACTIONS(1949), + [aux_sym_use_keychain_token1] = ACTIONS(1949), + [aux_sym_use_roaming_token1] = ACTIONS(1949), + [aux_sym_user_token1] = ACTIONS(1951), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1949), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1949), + [aux_sym_visual_host_key_token1] = ACTIONS(1949), + [aux_sym_xauth_location_token1] = ACTIONS(1949), }, [239] = { - [ts_builtin_sym_end] = ACTIONS(1948), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1950), - [anon_sym_DQUOTE] = ACTIONS(1948), - [aux_sym_match_token1] = ACTIONS(1948), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1948), - [aux_sym_address_family_token1] = ACTIONS(1948), - [aux_sym_batch_mode_token1] = ACTIONS(1948), - [aux_sym_bind_address_token1] = ACTIONS(1948), - [aux_sym_bind_interface_token1] = ACTIONS(1948), - [aux_sym_canonical_domains_token1] = ACTIONS(1948), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1948), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1948), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1948), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1948), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1948), - [aux_sym_certificate_file_token1] = ACTIONS(1948), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1948), - [aux_sym_check_host_ip_token1] = ACTIONS(1948), - [aux_sym_ciphers_token1] = ACTIONS(1948), - [aux_sym_cipher_token1] = ACTIONS(1950), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1948), - [aux_sym_compression_token1] = ACTIONS(1948), - [aux_sym_connection_attempts_token1] = ACTIONS(1948), - [aux_sym_connect_timeout_token1] = ACTIONS(1948), - [aux_sym_control_master_token1] = ACTIONS(1948), - [aux_sym_control_path_token1] = ACTIONS(1948), - [aux_sym_control_persist_token1] = ACTIONS(1948), - [aux_sym_dynamic_forward_token1] = ACTIONS(1948), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1948), - [aux_sym_escape_char_token1] = ACTIONS(1948), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1948), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1948), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1948), - [aux_sym_forward_agent_token1] = ACTIONS(1948), - [aux_sym_forward_x11_token1] = ACTIONS(1950), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1948), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1948), - [aux_sym_gateway_ports_token1] = ACTIONS(1948), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1948), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1948), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1948), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1948), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1948), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1948), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1948), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1948), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1948), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1948), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1948), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1948), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1948), - [aux_sym_host_key_alias_token1] = ACTIONS(1948), - [aux_sym_hostname_token1] = ACTIONS(1948), - [aux_sym_identities_only_token1] = ACTIONS(1948), - [aux_sym_identity_agent_token1] = ACTIONS(1948), - [aux_sym_identity_file_token1] = ACTIONS(1948), - [aux_sym_ignore_unknown_token1] = ACTIONS(1948), - [aux_sym_include_token1] = ACTIONS(1948), - [aux_sym_ip_qos_token1] = ACTIONS(1948), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1948), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1948), - [aux_sym_kex_algorithms_token1] = ACTIONS(1948), - [aux_sym_known_hosts_command_token1] = ACTIONS(1948), - [aux_sym_local_command_token1] = ACTIONS(1948), - [aux_sym_local_forward_token1] = ACTIONS(1948), - [aux_sym_log_level_token1] = ACTIONS(1948), - [aux_sym_log_verbose_token1] = ACTIONS(1948), - [aux_sym_macs_token1] = ACTIONS(1948), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1948), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1948), - [aux_sym_password_authentication_token1] = ACTIONS(1948), - [aux_sym_permit_local_command_token1] = ACTIONS(1948), - [aux_sym_permit_remote_open_token1] = ACTIONS(1948), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1948), - [aux_sym_port_token1] = ACTIONS(1948), - [aux_sym_preferred_authentications_token1] = ACTIONS(1948), - [aux_sym_protocol_token1] = ACTIONS(1948), - [aux_sym_proxy_command_token1] = ACTIONS(1948), - [aux_sym_proxy_jump_token1] = ACTIONS(1948), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1948), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1948), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1948), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1948), - [aux_sym_rekey_limit_token1] = ACTIONS(1948), - [aux_sym_remote_command_token1] = ACTIONS(1948), - [aux_sym_remote_forward_token1] = ACTIONS(1948), - [aux_sym_request_tty_token1] = ACTIONS(1948), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1948), - [aux_sym_security_key_provider_token1] = ACTIONS(1948), - [aux_sym_send_env_token1] = ACTIONS(1948), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1948), - [aux_sym_server_alive_interval_token1] = ACTIONS(1948), - [aux_sym_session_type_token1] = ACTIONS(1948), - [aux_sym_set_env_token1] = ACTIONS(1948), - [aux_sym_stdin_null_token1] = ACTIONS(1948), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1948), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1948), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1948), - [aux_sym_syslog_facility_token1] = ACTIONS(1948), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1948), - [aux_sym_keep_alive_token1] = ACTIONS(1948), - [aux_sym_tunnel_token1] = ACTIONS(1950), - [aux_sym_tunnel_device_token1] = ACTIONS(1948), - [aux_sym_update_host_keys_token1] = ACTIONS(1948), - [aux_sym_use_keychain_token1] = ACTIONS(1948), - [aux_sym_use_roaming_token1] = ACTIONS(1948), - [aux_sym_user_token1] = ACTIONS(1950), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1948), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1948), - [aux_sym_visual_host_key_token1] = ACTIONS(1948), - [aux_sym_xauth_location_token1] = ACTIONS(1948), + [ts_builtin_sym_end] = ACTIONS(1955), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1957), + [anon_sym_DQUOTE] = ACTIONS(1959), + [aux_sym_match_token1] = ACTIONS(1955), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1955), + [aux_sym_address_family_token1] = ACTIONS(1955), + [aux_sym_batch_mode_token1] = ACTIONS(1955), + [aux_sym_bind_address_token1] = ACTIONS(1955), + [aux_sym_bind_interface_token1] = ACTIONS(1955), + [aux_sym_canonical_domains_token1] = ACTIONS(1955), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1955), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1955), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1955), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1955), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1955), + [aux_sym_certificate_file_token1] = ACTIONS(1955), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1955), + [aux_sym_check_host_ip_token1] = ACTIONS(1955), + [aux_sym_ciphers_token1] = ACTIONS(1955), + [aux_sym_cipher_token1] = ACTIONS(1957), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1955), + [aux_sym_compression_token1] = ACTIONS(1955), + [aux_sym_connection_attempts_token1] = ACTIONS(1955), + [aux_sym_connect_timeout_token1] = ACTIONS(1955), + [aux_sym_control_master_token1] = ACTIONS(1955), + [aux_sym_control_path_token1] = ACTIONS(1955), + [aux_sym_control_persist_token1] = ACTIONS(1955), + [aux_sym_dynamic_forward_token1] = ACTIONS(1955), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1955), + [aux_sym_escape_char_token1] = ACTIONS(1955), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1955), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1955), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1955), + [aux_sym_forward_agent_token1] = ACTIONS(1955), + [aux_sym_forward_x11_token1] = ACTIONS(1957), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1955), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1955), + [aux_sym_gateway_ports_token1] = ACTIONS(1955), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1955), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1955), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1955), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1955), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1955), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1955), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1955), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1955), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1955), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1955), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1955), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1955), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1955), + [aux_sym_host_key_alias_token1] = ACTIONS(1955), + [aux_sym_hostname_token1] = ACTIONS(1955), + [aux_sym_identities_only_token1] = ACTIONS(1955), + [aux_sym_identity_agent_token1] = ACTIONS(1955), + [aux_sym_identity_file_token1] = ACTIONS(1955), + [aux_sym_ignore_unknown_token1] = ACTIONS(1955), + [aux_sym_include_token1] = ACTIONS(1955), + [aux_sym_ip_qos_token1] = ACTIONS(1955), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1955), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1955), + [aux_sym_kex_algorithms_token1] = ACTIONS(1955), + [aux_sym_known_hosts_command_token1] = ACTIONS(1955), + [aux_sym_local_command_token1] = ACTIONS(1955), + [aux_sym_local_forward_token1] = ACTIONS(1955), + [aux_sym_log_level_token1] = ACTIONS(1955), + [aux_sym_log_verbose_token1] = ACTIONS(1955), + [aux_sym_macs_token1] = ACTIONS(1955), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1955), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1955), + [aux_sym_password_authentication_token1] = ACTIONS(1955), + [aux_sym_permit_local_command_token1] = ACTIONS(1955), + [aux_sym_permit_remote_open_token1] = ACTIONS(1955), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1955), + [aux_sym_port_token1] = ACTIONS(1955), + [aux_sym_preferred_authentications_token1] = ACTIONS(1955), + [aux_sym_protocol_token1] = ACTIONS(1955), + [aux_sym_proxy_command_token1] = ACTIONS(1955), + [aux_sym_proxy_jump_token1] = ACTIONS(1955), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1955), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1955), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1955), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1955), + [aux_sym_rekey_limit_token1] = ACTIONS(1955), + [aux_sym_remote_command_token1] = ACTIONS(1955), + [aux_sym_remote_forward_token1] = ACTIONS(1955), + [aux_sym_request_tty_token1] = ACTIONS(1955), + [aux_sym_required_rsa_size_token1] = ACTIONS(1955), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1955), + [aux_sym_security_key_provider_token1] = ACTIONS(1955), + [aux_sym_send_env_token1] = ACTIONS(1955), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1955), + [aux_sym_server_alive_interval_token1] = ACTIONS(1955), + [aux_sym_session_type_token1] = ACTIONS(1955), + [aux_sym_set_env_token1] = ACTIONS(1955), + [aux_sym_stdin_null_token1] = ACTIONS(1955), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1955), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1955), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1955), + [aux_sym_syslog_facility_token1] = ACTIONS(1955), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1955), + [aux_sym_keep_alive_token1] = ACTIONS(1955), + [aux_sym_tunnel_token1] = ACTIONS(1957), + [aux_sym_tunnel_device_token1] = ACTIONS(1955), + [aux_sym_update_host_keys_token1] = ACTIONS(1955), + [aux_sym_use_keychain_token1] = ACTIONS(1955), + [aux_sym_use_roaming_token1] = ACTIONS(1955), + [aux_sym_user_token1] = ACTIONS(1957), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1955), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1955), + [aux_sym_visual_host_key_token1] = ACTIONS(1955), + [aux_sym_xauth_location_token1] = ACTIONS(1955), }, [240] = { - [ts_builtin_sym_end] = ACTIONS(1952), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1954), - [anon_sym_DQUOTE] = ACTIONS(1956), - [aux_sym_match_token1] = ACTIONS(1952), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1952), - [aux_sym_address_family_token1] = ACTIONS(1952), - [aux_sym_batch_mode_token1] = ACTIONS(1952), - [aux_sym_bind_address_token1] = ACTIONS(1952), - [aux_sym_bind_interface_token1] = ACTIONS(1952), - [aux_sym_canonical_domains_token1] = ACTIONS(1952), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1952), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1952), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1952), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1952), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1952), - [aux_sym_certificate_file_token1] = ACTIONS(1952), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1952), - [aux_sym_check_host_ip_token1] = ACTIONS(1952), - [aux_sym_ciphers_token1] = ACTIONS(1952), - [aux_sym_cipher_token1] = ACTIONS(1954), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1952), - [aux_sym_compression_token1] = ACTIONS(1952), - [aux_sym_connection_attempts_token1] = ACTIONS(1952), - [aux_sym_connect_timeout_token1] = ACTIONS(1952), - [aux_sym_control_master_token1] = ACTIONS(1952), - [aux_sym_control_path_token1] = ACTIONS(1952), - [aux_sym_control_persist_token1] = ACTIONS(1952), - [aux_sym_dynamic_forward_token1] = ACTIONS(1952), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1952), - [aux_sym_escape_char_token1] = ACTIONS(1952), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1952), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1952), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1952), - [aux_sym_forward_agent_token1] = ACTIONS(1952), - [aux_sym_forward_x11_token1] = ACTIONS(1954), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1952), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1952), - [aux_sym_gateway_ports_token1] = ACTIONS(1952), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1952), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1952), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1952), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1952), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1952), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1952), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1952), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1952), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1952), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1952), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1952), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1952), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1952), - [aux_sym_host_key_alias_token1] = ACTIONS(1952), - [aux_sym_hostname_token1] = ACTIONS(1952), - [aux_sym_identities_only_token1] = ACTIONS(1952), - [aux_sym_identity_agent_token1] = ACTIONS(1952), - [aux_sym_identity_file_token1] = ACTIONS(1952), - [aux_sym_ignore_unknown_token1] = ACTIONS(1952), - [aux_sym_include_token1] = ACTIONS(1952), - [aux_sym_ip_qos_token1] = ACTIONS(1952), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1952), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1952), - [aux_sym_kex_algorithms_token1] = ACTIONS(1952), - [aux_sym_known_hosts_command_token1] = ACTIONS(1952), - [aux_sym_local_command_token1] = ACTIONS(1952), - [aux_sym_local_forward_token1] = ACTIONS(1952), - [aux_sym_log_level_token1] = ACTIONS(1952), - [aux_sym_log_verbose_token1] = ACTIONS(1952), - [aux_sym_macs_token1] = ACTIONS(1952), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1952), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1952), - [aux_sym_password_authentication_token1] = ACTIONS(1952), - [aux_sym_permit_local_command_token1] = ACTIONS(1952), - [aux_sym_permit_remote_open_token1] = ACTIONS(1952), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1952), - [aux_sym_port_token1] = ACTIONS(1952), - [aux_sym_preferred_authentications_token1] = ACTIONS(1952), - [aux_sym_protocol_token1] = ACTIONS(1952), - [aux_sym_proxy_command_token1] = ACTIONS(1952), - [aux_sym_proxy_jump_token1] = ACTIONS(1952), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1952), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1952), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1952), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1952), - [aux_sym_rekey_limit_token1] = ACTIONS(1952), - [aux_sym_remote_command_token1] = ACTIONS(1952), - [aux_sym_remote_forward_token1] = ACTIONS(1952), - [aux_sym_request_tty_token1] = ACTIONS(1952), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1952), - [aux_sym_security_key_provider_token1] = ACTIONS(1952), - [aux_sym_send_env_token1] = ACTIONS(1952), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1952), - [aux_sym_server_alive_interval_token1] = ACTIONS(1952), - [aux_sym_session_type_token1] = ACTIONS(1952), - [aux_sym_set_env_token1] = ACTIONS(1952), - [aux_sym_stdin_null_token1] = ACTIONS(1952), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1952), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1952), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1952), - [aux_sym_syslog_facility_token1] = ACTIONS(1952), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1952), - [aux_sym_keep_alive_token1] = ACTIONS(1952), - [aux_sym_tunnel_token1] = ACTIONS(1954), - [aux_sym_tunnel_device_token1] = ACTIONS(1952), - [aux_sym_update_host_keys_token1] = ACTIONS(1952), - [aux_sym_use_keychain_token1] = ACTIONS(1952), - [aux_sym_use_roaming_token1] = ACTIONS(1952), - [aux_sym_user_token1] = ACTIONS(1954), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1952), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1952), - [aux_sym_visual_host_key_token1] = ACTIONS(1952), - [aux_sym_xauth_location_token1] = ACTIONS(1952), + [ts_builtin_sym_end] = ACTIONS(1961), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1963), + [anon_sym_DQUOTE] = ACTIONS(1961), + [aux_sym_match_token1] = ACTIONS(1961), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1961), + [aux_sym_address_family_token1] = ACTIONS(1961), + [aux_sym_batch_mode_token1] = ACTIONS(1961), + [aux_sym_bind_address_token1] = ACTIONS(1961), + [aux_sym_bind_interface_token1] = ACTIONS(1961), + [aux_sym_canonical_domains_token1] = ACTIONS(1961), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1961), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1961), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1961), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1961), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1961), + [aux_sym_certificate_file_token1] = ACTIONS(1961), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1961), + [aux_sym_check_host_ip_token1] = ACTIONS(1961), + [aux_sym_ciphers_token1] = ACTIONS(1961), + [aux_sym_cipher_token1] = ACTIONS(1963), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1961), + [aux_sym_compression_token1] = ACTIONS(1961), + [aux_sym_connection_attempts_token1] = ACTIONS(1961), + [aux_sym_connect_timeout_token1] = ACTIONS(1961), + [aux_sym_control_master_token1] = ACTIONS(1961), + [aux_sym_control_path_token1] = ACTIONS(1961), + [aux_sym_control_persist_token1] = ACTIONS(1961), + [aux_sym_dynamic_forward_token1] = ACTIONS(1961), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1961), + [aux_sym_escape_char_token1] = ACTIONS(1961), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1961), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1961), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1961), + [aux_sym_forward_agent_token1] = ACTIONS(1961), + [aux_sym_forward_x11_token1] = ACTIONS(1963), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1961), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1961), + [aux_sym_gateway_ports_token1] = ACTIONS(1961), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1961), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1961), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1961), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1961), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1961), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1961), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1961), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1961), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1961), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1961), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1961), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1961), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1961), + [aux_sym_host_key_alias_token1] = ACTIONS(1961), + [aux_sym_hostname_token1] = ACTIONS(1961), + [aux_sym_identities_only_token1] = ACTIONS(1961), + [aux_sym_identity_agent_token1] = ACTIONS(1961), + [aux_sym_identity_file_token1] = ACTIONS(1961), + [aux_sym_ignore_unknown_token1] = ACTIONS(1961), + [aux_sym_include_token1] = ACTIONS(1961), + [aux_sym_ip_qos_token1] = ACTIONS(1961), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1961), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1961), + [aux_sym_kex_algorithms_token1] = ACTIONS(1961), + [aux_sym_known_hosts_command_token1] = ACTIONS(1961), + [aux_sym_local_command_token1] = ACTIONS(1961), + [aux_sym_local_forward_token1] = ACTIONS(1961), + [aux_sym_log_level_token1] = ACTIONS(1961), + [aux_sym_log_verbose_token1] = ACTIONS(1961), + [aux_sym_macs_token1] = ACTIONS(1961), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1961), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1961), + [aux_sym_password_authentication_token1] = ACTIONS(1961), + [aux_sym_permit_local_command_token1] = ACTIONS(1961), + [aux_sym_permit_remote_open_token1] = ACTIONS(1961), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1961), + [aux_sym_port_token1] = ACTIONS(1961), + [aux_sym_preferred_authentications_token1] = ACTIONS(1961), + [aux_sym_protocol_token1] = ACTIONS(1961), + [aux_sym_proxy_command_token1] = ACTIONS(1961), + [aux_sym_proxy_jump_token1] = ACTIONS(1961), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1961), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1961), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1961), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1961), + [aux_sym_rekey_limit_token1] = ACTIONS(1961), + [aux_sym_remote_command_token1] = ACTIONS(1961), + [aux_sym_remote_forward_token1] = ACTIONS(1961), + [aux_sym_request_tty_token1] = ACTIONS(1961), + [aux_sym_required_rsa_size_token1] = ACTIONS(1961), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1961), + [aux_sym_security_key_provider_token1] = ACTIONS(1961), + [aux_sym_send_env_token1] = ACTIONS(1961), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1961), + [aux_sym_server_alive_interval_token1] = ACTIONS(1961), + [aux_sym_session_type_token1] = ACTIONS(1961), + [aux_sym_set_env_token1] = ACTIONS(1961), + [aux_sym_stdin_null_token1] = ACTIONS(1961), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1961), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1961), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1961), + [aux_sym_syslog_facility_token1] = ACTIONS(1961), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1961), + [aux_sym_keep_alive_token1] = ACTIONS(1961), + [aux_sym_tunnel_token1] = ACTIONS(1963), + [aux_sym_tunnel_device_token1] = ACTIONS(1961), + [aux_sym_update_host_keys_token1] = ACTIONS(1961), + [aux_sym_use_keychain_token1] = ACTIONS(1961), + [aux_sym_use_roaming_token1] = ACTIONS(1961), + [aux_sym_user_token1] = ACTIONS(1963), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1961), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1961), + [aux_sym_visual_host_key_token1] = ACTIONS(1961), + [aux_sym_xauth_location_token1] = ACTIONS(1961), }, [241] = { - [ts_builtin_sym_end] = ACTIONS(1958), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1960), - [anon_sym_DQUOTE] = ACTIONS(1962), - [aux_sym_match_token1] = ACTIONS(1958), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1958), - [aux_sym_address_family_token1] = ACTIONS(1958), - [aux_sym_batch_mode_token1] = ACTIONS(1958), - [aux_sym_bind_address_token1] = ACTIONS(1958), - [aux_sym_bind_interface_token1] = ACTIONS(1958), - [aux_sym_canonical_domains_token1] = ACTIONS(1958), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1958), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1958), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1958), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1958), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1958), - [aux_sym_certificate_file_token1] = ACTIONS(1958), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1958), - [aux_sym_check_host_ip_token1] = ACTIONS(1958), - [aux_sym_ciphers_token1] = ACTIONS(1958), - [aux_sym_cipher_token1] = ACTIONS(1960), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1958), - [aux_sym_compression_token1] = ACTIONS(1958), - [aux_sym_connection_attempts_token1] = ACTIONS(1958), - [aux_sym_connect_timeout_token1] = ACTIONS(1958), - [aux_sym_control_master_token1] = ACTIONS(1958), - [aux_sym_control_path_token1] = ACTIONS(1958), - [aux_sym_control_persist_token1] = ACTIONS(1958), - [aux_sym_dynamic_forward_token1] = ACTIONS(1958), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1958), - [aux_sym_escape_char_token1] = ACTIONS(1958), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1958), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1958), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1958), - [aux_sym_forward_agent_token1] = ACTIONS(1958), - [aux_sym_forward_x11_token1] = ACTIONS(1960), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1958), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1958), - [aux_sym_gateway_ports_token1] = ACTIONS(1958), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1958), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1958), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1958), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1958), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1958), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1958), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1958), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1958), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1958), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1958), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1958), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1958), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1958), - [aux_sym_host_key_alias_token1] = ACTIONS(1958), - [aux_sym_hostname_token1] = ACTIONS(1958), - [aux_sym_identities_only_token1] = ACTIONS(1958), - [aux_sym_identity_agent_token1] = ACTIONS(1958), - [aux_sym_identity_file_token1] = ACTIONS(1958), - [aux_sym_ignore_unknown_token1] = ACTIONS(1958), - [aux_sym_include_token1] = ACTIONS(1958), - [aux_sym_ip_qos_token1] = ACTIONS(1958), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1958), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1958), - [aux_sym_kex_algorithms_token1] = ACTIONS(1958), - [aux_sym_known_hosts_command_token1] = ACTIONS(1958), - [aux_sym_local_command_token1] = ACTIONS(1958), - [aux_sym_local_forward_token1] = ACTIONS(1958), - [aux_sym_log_level_token1] = ACTIONS(1958), - [aux_sym_log_verbose_token1] = ACTIONS(1958), - [aux_sym_macs_token1] = ACTIONS(1958), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1958), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1958), - [aux_sym_password_authentication_token1] = ACTIONS(1958), - [aux_sym_permit_local_command_token1] = ACTIONS(1958), - [aux_sym_permit_remote_open_token1] = ACTIONS(1958), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1958), - [aux_sym_port_token1] = ACTIONS(1958), - [aux_sym_preferred_authentications_token1] = ACTIONS(1958), - [aux_sym_protocol_token1] = ACTIONS(1958), - [aux_sym_proxy_command_token1] = ACTIONS(1958), - [aux_sym_proxy_jump_token1] = ACTIONS(1958), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1958), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1958), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1958), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1958), - [aux_sym_rekey_limit_token1] = ACTIONS(1958), - [aux_sym_remote_command_token1] = ACTIONS(1958), - [aux_sym_remote_forward_token1] = ACTIONS(1958), - [aux_sym_request_tty_token1] = ACTIONS(1958), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1958), - [aux_sym_security_key_provider_token1] = ACTIONS(1958), - [aux_sym_send_env_token1] = ACTIONS(1958), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1958), - [aux_sym_server_alive_interval_token1] = ACTIONS(1958), - [aux_sym_session_type_token1] = ACTIONS(1958), - [aux_sym_set_env_token1] = ACTIONS(1958), - [aux_sym_stdin_null_token1] = ACTIONS(1958), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1958), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1958), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1958), - [aux_sym_syslog_facility_token1] = ACTIONS(1958), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1958), - [aux_sym_keep_alive_token1] = ACTIONS(1958), - [aux_sym_tunnel_token1] = ACTIONS(1960), - [aux_sym_tunnel_device_token1] = ACTIONS(1958), - [aux_sym_update_host_keys_token1] = ACTIONS(1958), - [aux_sym_use_keychain_token1] = ACTIONS(1958), - [aux_sym_use_roaming_token1] = ACTIONS(1958), - [aux_sym_user_token1] = ACTIONS(1960), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1958), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1958), - [aux_sym_visual_host_key_token1] = ACTIONS(1958), - [aux_sym_xauth_location_token1] = ACTIONS(1958), + [ts_builtin_sym_end] = ACTIONS(1965), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1967), + [anon_sym_DQUOTE] = ACTIONS(1965), + [aux_sym_match_token1] = ACTIONS(1965), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1965), + [aux_sym_address_family_token1] = ACTIONS(1965), + [aux_sym_batch_mode_token1] = ACTIONS(1965), + [aux_sym_bind_address_token1] = ACTIONS(1965), + [aux_sym_bind_interface_token1] = ACTIONS(1965), + [aux_sym_canonical_domains_token1] = ACTIONS(1965), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1965), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1965), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1965), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1965), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1965), + [aux_sym_certificate_file_token1] = ACTIONS(1965), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1965), + [aux_sym_check_host_ip_token1] = ACTIONS(1965), + [aux_sym_ciphers_token1] = ACTIONS(1965), + [aux_sym_cipher_token1] = ACTIONS(1967), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1965), + [aux_sym_compression_token1] = ACTIONS(1965), + [aux_sym_connection_attempts_token1] = ACTIONS(1965), + [aux_sym_connect_timeout_token1] = ACTIONS(1965), + [aux_sym_control_master_token1] = ACTIONS(1965), + [aux_sym_control_path_token1] = ACTIONS(1965), + [aux_sym_control_persist_token1] = ACTIONS(1965), + [aux_sym_dynamic_forward_token1] = ACTIONS(1965), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1965), + [aux_sym_escape_char_token1] = ACTIONS(1965), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1965), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1965), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1965), + [aux_sym_forward_agent_token1] = ACTIONS(1965), + [aux_sym_forward_x11_token1] = ACTIONS(1967), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1965), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1965), + [aux_sym_gateway_ports_token1] = ACTIONS(1965), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1965), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1965), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1965), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1965), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1965), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1965), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1965), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1965), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1965), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1965), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1965), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1965), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1965), + [aux_sym_host_key_alias_token1] = ACTIONS(1965), + [aux_sym_hostname_token1] = ACTIONS(1965), + [aux_sym_identities_only_token1] = ACTIONS(1965), + [aux_sym_identity_agent_token1] = ACTIONS(1965), + [aux_sym_identity_file_token1] = ACTIONS(1965), + [aux_sym_ignore_unknown_token1] = ACTIONS(1965), + [aux_sym_include_token1] = ACTIONS(1965), + [aux_sym_ip_qos_token1] = ACTIONS(1965), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1965), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1965), + [aux_sym_kex_algorithms_token1] = ACTIONS(1965), + [aux_sym_known_hosts_command_token1] = ACTIONS(1965), + [aux_sym_local_command_token1] = ACTIONS(1965), + [aux_sym_local_forward_token1] = ACTIONS(1965), + [aux_sym_log_level_token1] = ACTIONS(1965), + [aux_sym_log_verbose_token1] = ACTIONS(1965), + [aux_sym_macs_token1] = ACTIONS(1965), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1965), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1965), + [aux_sym_password_authentication_token1] = ACTIONS(1965), + [aux_sym_permit_local_command_token1] = ACTIONS(1965), + [aux_sym_permit_remote_open_token1] = ACTIONS(1965), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1965), + [aux_sym_port_token1] = ACTIONS(1965), + [aux_sym_preferred_authentications_token1] = ACTIONS(1965), + [aux_sym_protocol_token1] = ACTIONS(1965), + [aux_sym_proxy_command_token1] = ACTIONS(1965), + [aux_sym_proxy_jump_token1] = ACTIONS(1965), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1965), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1965), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1965), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1965), + [aux_sym_rekey_limit_token1] = ACTIONS(1965), + [aux_sym_remote_command_token1] = ACTIONS(1965), + [aux_sym_remote_forward_token1] = ACTIONS(1965), + [aux_sym_request_tty_token1] = ACTIONS(1965), + [aux_sym_required_rsa_size_token1] = ACTIONS(1965), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1965), + [aux_sym_security_key_provider_token1] = ACTIONS(1965), + [aux_sym_send_env_token1] = ACTIONS(1965), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1965), + [aux_sym_server_alive_interval_token1] = ACTIONS(1965), + [aux_sym_session_type_token1] = ACTIONS(1965), + [aux_sym_set_env_token1] = ACTIONS(1965), + [aux_sym_stdin_null_token1] = ACTIONS(1965), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1965), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1965), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1965), + [aux_sym_syslog_facility_token1] = ACTIONS(1965), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1965), + [aux_sym_keep_alive_token1] = ACTIONS(1965), + [aux_sym_tunnel_token1] = ACTIONS(1967), + [aux_sym_tunnel_device_token1] = ACTIONS(1965), + [aux_sym_update_host_keys_token1] = ACTIONS(1965), + [aux_sym_use_keychain_token1] = ACTIONS(1965), + [aux_sym_use_roaming_token1] = ACTIONS(1965), + [aux_sym_user_token1] = ACTIONS(1967), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1965), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1965), + [aux_sym_visual_host_key_token1] = ACTIONS(1965), + [aux_sym_xauth_location_token1] = ACTIONS(1965), }, [242] = { - [ts_builtin_sym_end] = ACTIONS(1964), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1966), - [anon_sym_DQUOTE] = ACTIONS(1964), - [aux_sym_match_token1] = ACTIONS(1964), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1964), - [aux_sym_address_family_token1] = ACTIONS(1964), - [aux_sym_batch_mode_token1] = ACTIONS(1964), - [aux_sym_bind_address_token1] = ACTIONS(1964), - [aux_sym_bind_interface_token1] = ACTIONS(1964), - [aux_sym_canonical_domains_token1] = ACTIONS(1964), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1964), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1964), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1964), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1964), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1964), - [aux_sym_certificate_file_token1] = ACTIONS(1964), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1964), - [aux_sym_check_host_ip_token1] = ACTIONS(1964), - [aux_sym_ciphers_token1] = ACTIONS(1964), - [aux_sym_cipher_token1] = ACTIONS(1966), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1964), - [aux_sym_compression_token1] = ACTIONS(1964), - [aux_sym_connection_attempts_token1] = ACTIONS(1964), - [aux_sym_connect_timeout_token1] = ACTIONS(1964), - [aux_sym_control_master_token1] = ACTIONS(1964), - [aux_sym_control_path_token1] = ACTIONS(1964), - [aux_sym_control_persist_token1] = ACTIONS(1964), - [aux_sym_dynamic_forward_token1] = ACTIONS(1964), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1964), - [aux_sym_escape_char_token1] = ACTIONS(1964), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1964), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1964), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1964), - [aux_sym_forward_agent_token1] = ACTIONS(1964), - [aux_sym_forward_x11_token1] = ACTIONS(1966), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1964), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1964), - [aux_sym_gateway_ports_token1] = ACTIONS(1964), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1964), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1964), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1964), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1964), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1964), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1964), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1964), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1964), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1964), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1964), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1964), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1964), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1964), - [aux_sym_host_key_alias_token1] = ACTIONS(1964), - [aux_sym_hostname_token1] = ACTIONS(1964), - [aux_sym_identities_only_token1] = ACTIONS(1964), - [aux_sym_identity_agent_token1] = ACTIONS(1964), - [aux_sym_identity_file_token1] = ACTIONS(1964), - [aux_sym_ignore_unknown_token1] = ACTIONS(1964), - [aux_sym_include_token1] = ACTIONS(1964), - [aux_sym_ip_qos_token1] = ACTIONS(1964), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1964), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1964), - [aux_sym_kex_algorithms_token1] = ACTIONS(1964), - [aux_sym_known_hosts_command_token1] = ACTIONS(1964), - [aux_sym_local_command_token1] = ACTIONS(1964), - [aux_sym_local_forward_token1] = ACTIONS(1964), - [aux_sym_log_level_token1] = ACTIONS(1964), - [aux_sym_log_verbose_token1] = ACTIONS(1964), - [aux_sym_macs_token1] = ACTIONS(1964), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1964), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1964), - [aux_sym_password_authentication_token1] = ACTIONS(1964), - [aux_sym_permit_local_command_token1] = ACTIONS(1964), - [aux_sym_permit_remote_open_token1] = ACTIONS(1964), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1964), - [aux_sym_port_token1] = ACTIONS(1964), - [aux_sym_preferred_authentications_token1] = ACTIONS(1964), - [aux_sym_protocol_token1] = ACTIONS(1964), - [aux_sym_proxy_command_token1] = ACTIONS(1964), - [aux_sym_proxy_jump_token1] = ACTIONS(1964), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1964), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1964), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1964), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1964), - [aux_sym_rekey_limit_token1] = ACTIONS(1964), - [aux_sym_remote_command_token1] = ACTIONS(1964), - [aux_sym_remote_forward_token1] = ACTIONS(1964), - [aux_sym_request_tty_token1] = ACTIONS(1964), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1964), - [aux_sym_security_key_provider_token1] = ACTIONS(1964), - [aux_sym_send_env_token1] = ACTIONS(1964), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1964), - [aux_sym_server_alive_interval_token1] = ACTIONS(1964), - [aux_sym_session_type_token1] = ACTIONS(1964), - [aux_sym_set_env_token1] = ACTIONS(1964), - [aux_sym_stdin_null_token1] = ACTIONS(1964), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1964), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1964), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1964), - [aux_sym_syslog_facility_token1] = ACTIONS(1964), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1964), - [aux_sym_keep_alive_token1] = ACTIONS(1964), - [aux_sym_tunnel_token1] = ACTIONS(1966), - [aux_sym_tunnel_device_token1] = ACTIONS(1964), - [aux_sym_update_host_keys_token1] = ACTIONS(1964), - [aux_sym_use_keychain_token1] = ACTIONS(1964), - [aux_sym_use_roaming_token1] = ACTIONS(1964), - [aux_sym_user_token1] = ACTIONS(1966), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1964), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1964), - [aux_sym_visual_host_key_token1] = ACTIONS(1964), - [aux_sym_xauth_location_token1] = ACTIONS(1964), + [ts_builtin_sym_end] = ACTIONS(1969), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1971), + [anon_sym_DQUOTE] = ACTIONS(1973), + [aux_sym_match_token1] = ACTIONS(1969), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1969), + [aux_sym_address_family_token1] = ACTIONS(1969), + [aux_sym_batch_mode_token1] = ACTIONS(1969), + [aux_sym_bind_address_token1] = ACTIONS(1969), + [aux_sym_bind_interface_token1] = ACTIONS(1969), + [aux_sym_canonical_domains_token1] = ACTIONS(1969), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1969), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1969), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1969), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1969), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1969), + [aux_sym_certificate_file_token1] = ACTIONS(1969), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1969), + [aux_sym_check_host_ip_token1] = ACTIONS(1969), + [aux_sym_ciphers_token1] = ACTIONS(1969), + [aux_sym_cipher_token1] = ACTIONS(1971), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1969), + [aux_sym_compression_token1] = ACTIONS(1969), + [aux_sym_connection_attempts_token1] = ACTIONS(1969), + [aux_sym_connect_timeout_token1] = ACTIONS(1969), + [aux_sym_control_master_token1] = ACTIONS(1969), + [aux_sym_control_path_token1] = ACTIONS(1969), + [aux_sym_control_persist_token1] = ACTIONS(1969), + [aux_sym_dynamic_forward_token1] = ACTIONS(1969), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1969), + [aux_sym_escape_char_token1] = ACTIONS(1969), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1969), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1969), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1969), + [aux_sym_forward_agent_token1] = ACTIONS(1969), + [aux_sym_forward_x11_token1] = ACTIONS(1971), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1969), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1969), + [aux_sym_gateway_ports_token1] = ACTIONS(1969), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1969), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1969), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1969), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1969), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1969), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1969), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1969), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1969), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1969), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1969), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1969), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1969), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1969), + [aux_sym_host_key_alias_token1] = ACTIONS(1969), + [aux_sym_hostname_token1] = ACTIONS(1969), + [aux_sym_identities_only_token1] = ACTIONS(1969), + [aux_sym_identity_agent_token1] = ACTIONS(1969), + [aux_sym_identity_file_token1] = ACTIONS(1969), + [aux_sym_ignore_unknown_token1] = ACTIONS(1969), + [aux_sym_include_token1] = ACTIONS(1969), + [aux_sym_ip_qos_token1] = ACTIONS(1969), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1969), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1969), + [aux_sym_kex_algorithms_token1] = ACTIONS(1969), + [aux_sym_known_hosts_command_token1] = ACTIONS(1969), + [aux_sym_local_command_token1] = ACTIONS(1969), + [aux_sym_local_forward_token1] = ACTIONS(1969), + [aux_sym_log_level_token1] = ACTIONS(1969), + [aux_sym_log_verbose_token1] = ACTIONS(1969), + [aux_sym_macs_token1] = ACTIONS(1969), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1969), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1969), + [aux_sym_password_authentication_token1] = ACTIONS(1969), + [aux_sym_permit_local_command_token1] = ACTIONS(1969), + [aux_sym_permit_remote_open_token1] = ACTIONS(1969), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1969), + [aux_sym_port_token1] = ACTIONS(1969), + [aux_sym_preferred_authentications_token1] = ACTIONS(1969), + [aux_sym_protocol_token1] = ACTIONS(1969), + [aux_sym_proxy_command_token1] = ACTIONS(1969), + [aux_sym_proxy_jump_token1] = ACTIONS(1969), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1969), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1969), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1969), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1969), + [aux_sym_rekey_limit_token1] = ACTIONS(1969), + [aux_sym_remote_command_token1] = ACTIONS(1969), + [aux_sym_remote_forward_token1] = ACTIONS(1969), + [aux_sym_request_tty_token1] = ACTIONS(1969), + [aux_sym_required_rsa_size_token1] = ACTIONS(1969), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1969), + [aux_sym_security_key_provider_token1] = ACTIONS(1969), + [aux_sym_send_env_token1] = ACTIONS(1969), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1969), + [aux_sym_server_alive_interval_token1] = ACTIONS(1969), + [aux_sym_session_type_token1] = ACTIONS(1969), + [aux_sym_set_env_token1] = ACTIONS(1969), + [aux_sym_stdin_null_token1] = ACTIONS(1969), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1969), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1969), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1969), + [aux_sym_syslog_facility_token1] = ACTIONS(1969), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1969), + [aux_sym_keep_alive_token1] = ACTIONS(1969), + [aux_sym_tunnel_token1] = ACTIONS(1971), + [aux_sym_tunnel_device_token1] = ACTIONS(1969), + [aux_sym_update_host_keys_token1] = ACTIONS(1969), + [aux_sym_use_keychain_token1] = ACTIONS(1969), + [aux_sym_use_roaming_token1] = ACTIONS(1969), + [aux_sym_user_token1] = ACTIONS(1971), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1969), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1969), + [aux_sym_visual_host_key_token1] = ACTIONS(1969), + [aux_sym_xauth_location_token1] = ACTIONS(1969), }, [243] = { - [ts_builtin_sym_end] = ACTIONS(1968), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1970), - [anon_sym_DQUOTE] = ACTIONS(1968), - [aux_sym_match_token1] = ACTIONS(1968), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1968), - [aux_sym_address_family_token1] = ACTIONS(1968), - [aux_sym_batch_mode_token1] = ACTIONS(1968), - [aux_sym_bind_address_token1] = ACTIONS(1968), - [aux_sym_bind_interface_token1] = ACTIONS(1968), - [aux_sym_canonical_domains_token1] = ACTIONS(1968), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1968), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1968), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1968), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1968), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1968), - [aux_sym_certificate_file_token1] = ACTIONS(1968), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1968), - [aux_sym_check_host_ip_token1] = ACTIONS(1968), - [aux_sym_ciphers_token1] = ACTIONS(1968), - [aux_sym_cipher_token1] = ACTIONS(1970), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1968), - [aux_sym_compression_token1] = ACTIONS(1968), - [aux_sym_connection_attempts_token1] = ACTIONS(1968), - [aux_sym_connect_timeout_token1] = ACTIONS(1968), - [aux_sym_control_master_token1] = ACTIONS(1968), - [aux_sym_control_path_token1] = ACTIONS(1968), - [aux_sym_control_persist_token1] = ACTIONS(1968), - [aux_sym_dynamic_forward_token1] = ACTIONS(1968), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1968), - [aux_sym_escape_char_token1] = ACTIONS(1968), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1968), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1968), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1968), - [aux_sym_forward_agent_token1] = ACTIONS(1968), - [aux_sym_forward_x11_token1] = ACTIONS(1970), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1968), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1968), - [aux_sym_gateway_ports_token1] = ACTIONS(1968), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1968), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1968), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1968), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1968), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1968), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1968), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1968), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1968), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1968), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1968), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1968), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1968), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1968), - [aux_sym_host_key_alias_token1] = ACTIONS(1968), - [aux_sym_hostname_token1] = ACTIONS(1968), - [aux_sym_identities_only_token1] = ACTIONS(1968), - [aux_sym_identity_agent_token1] = ACTIONS(1968), - [aux_sym_identity_file_token1] = ACTIONS(1968), - [aux_sym_ignore_unknown_token1] = ACTIONS(1968), - [aux_sym_include_token1] = ACTIONS(1968), - [aux_sym_ip_qos_token1] = ACTIONS(1968), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1968), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1968), - [aux_sym_kex_algorithms_token1] = ACTIONS(1968), - [aux_sym_known_hosts_command_token1] = ACTIONS(1968), - [aux_sym_local_command_token1] = ACTIONS(1968), - [aux_sym_local_forward_token1] = ACTIONS(1968), - [aux_sym_log_level_token1] = ACTIONS(1968), - [aux_sym_log_verbose_token1] = ACTIONS(1968), - [aux_sym_macs_token1] = ACTIONS(1968), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1968), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1968), - [aux_sym_password_authentication_token1] = ACTIONS(1968), - [aux_sym_permit_local_command_token1] = ACTIONS(1968), - [aux_sym_permit_remote_open_token1] = ACTIONS(1968), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1968), - [aux_sym_port_token1] = ACTIONS(1968), - [aux_sym_preferred_authentications_token1] = ACTIONS(1968), - [aux_sym_protocol_token1] = ACTIONS(1968), - [aux_sym_proxy_command_token1] = ACTIONS(1968), - [aux_sym_proxy_jump_token1] = ACTIONS(1968), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1968), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1968), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1968), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1968), - [aux_sym_rekey_limit_token1] = ACTIONS(1968), - [aux_sym_remote_command_token1] = ACTIONS(1968), - [aux_sym_remote_forward_token1] = ACTIONS(1968), - [aux_sym_request_tty_token1] = ACTIONS(1968), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1968), - [aux_sym_security_key_provider_token1] = ACTIONS(1968), - [aux_sym_send_env_token1] = ACTIONS(1968), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1968), - [aux_sym_server_alive_interval_token1] = ACTIONS(1968), - [aux_sym_session_type_token1] = ACTIONS(1968), - [aux_sym_set_env_token1] = ACTIONS(1968), - [aux_sym_stdin_null_token1] = ACTIONS(1968), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1968), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1968), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1968), - [aux_sym_syslog_facility_token1] = ACTIONS(1968), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1968), - [aux_sym_keep_alive_token1] = ACTIONS(1968), - [aux_sym_tunnel_token1] = ACTIONS(1970), - [aux_sym_tunnel_device_token1] = ACTIONS(1968), - [aux_sym_update_host_keys_token1] = ACTIONS(1968), - [aux_sym_use_keychain_token1] = ACTIONS(1968), - [aux_sym_use_roaming_token1] = ACTIONS(1968), - [aux_sym_user_token1] = ACTIONS(1970), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1968), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1968), - [aux_sym_visual_host_key_token1] = ACTIONS(1968), - [aux_sym_xauth_location_token1] = ACTIONS(1968), + [ts_builtin_sym_end] = ACTIONS(1975), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1977), + [anon_sym_DQUOTE] = ACTIONS(1979), + [aux_sym_match_token1] = ACTIONS(1975), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1975), + [aux_sym_address_family_token1] = ACTIONS(1975), + [aux_sym_batch_mode_token1] = ACTIONS(1975), + [aux_sym_bind_address_token1] = ACTIONS(1975), + [aux_sym_bind_interface_token1] = ACTIONS(1975), + [aux_sym_canonical_domains_token1] = ACTIONS(1975), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1975), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1975), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1975), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1975), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1975), + [aux_sym_certificate_file_token1] = ACTIONS(1975), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1975), + [aux_sym_check_host_ip_token1] = ACTIONS(1975), + [aux_sym_ciphers_token1] = ACTIONS(1975), + [aux_sym_cipher_token1] = ACTIONS(1977), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1975), + [aux_sym_compression_token1] = ACTIONS(1975), + [aux_sym_connection_attempts_token1] = ACTIONS(1975), + [aux_sym_connect_timeout_token1] = ACTIONS(1975), + [aux_sym_control_master_token1] = ACTIONS(1975), + [aux_sym_control_path_token1] = ACTIONS(1975), + [aux_sym_control_persist_token1] = ACTIONS(1975), + [aux_sym_dynamic_forward_token1] = ACTIONS(1975), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1975), + [aux_sym_escape_char_token1] = ACTIONS(1975), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1975), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1975), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1975), + [aux_sym_forward_agent_token1] = ACTIONS(1975), + [aux_sym_forward_x11_token1] = ACTIONS(1977), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1975), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1975), + [aux_sym_gateway_ports_token1] = ACTIONS(1975), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1975), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1975), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1975), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1975), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1975), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1975), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1975), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1975), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1975), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1975), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1975), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1975), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1975), + [aux_sym_host_key_alias_token1] = ACTIONS(1975), + [aux_sym_hostname_token1] = ACTIONS(1975), + [aux_sym_identities_only_token1] = ACTIONS(1975), + [aux_sym_identity_agent_token1] = ACTIONS(1975), + [aux_sym_identity_file_token1] = ACTIONS(1975), + [aux_sym_ignore_unknown_token1] = ACTIONS(1975), + [aux_sym_include_token1] = ACTIONS(1975), + [aux_sym_ip_qos_token1] = ACTIONS(1975), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1975), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1975), + [aux_sym_kex_algorithms_token1] = ACTIONS(1975), + [aux_sym_known_hosts_command_token1] = ACTIONS(1975), + [aux_sym_local_command_token1] = ACTIONS(1975), + [aux_sym_local_forward_token1] = ACTIONS(1975), + [aux_sym_log_level_token1] = ACTIONS(1975), + [aux_sym_log_verbose_token1] = ACTIONS(1975), + [aux_sym_macs_token1] = ACTIONS(1975), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1975), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1975), + [aux_sym_password_authentication_token1] = ACTIONS(1975), + [aux_sym_permit_local_command_token1] = ACTIONS(1975), + [aux_sym_permit_remote_open_token1] = ACTIONS(1975), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1975), + [aux_sym_port_token1] = ACTIONS(1975), + [aux_sym_preferred_authentications_token1] = ACTIONS(1975), + [aux_sym_protocol_token1] = ACTIONS(1975), + [aux_sym_proxy_command_token1] = ACTIONS(1975), + [aux_sym_proxy_jump_token1] = ACTIONS(1975), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1975), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1975), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1975), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1975), + [aux_sym_rekey_limit_token1] = ACTIONS(1975), + [aux_sym_remote_command_token1] = ACTIONS(1975), + [aux_sym_remote_forward_token1] = ACTIONS(1975), + [aux_sym_request_tty_token1] = ACTIONS(1975), + [aux_sym_required_rsa_size_token1] = ACTIONS(1975), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1975), + [aux_sym_security_key_provider_token1] = ACTIONS(1975), + [aux_sym_send_env_token1] = ACTIONS(1975), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1975), + [aux_sym_server_alive_interval_token1] = ACTIONS(1975), + [aux_sym_session_type_token1] = ACTIONS(1975), + [aux_sym_set_env_token1] = ACTIONS(1975), + [aux_sym_stdin_null_token1] = ACTIONS(1975), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1975), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1975), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1975), + [aux_sym_syslog_facility_token1] = ACTIONS(1975), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1975), + [aux_sym_keep_alive_token1] = ACTIONS(1975), + [aux_sym_tunnel_token1] = ACTIONS(1977), + [aux_sym_tunnel_device_token1] = ACTIONS(1975), + [aux_sym_update_host_keys_token1] = ACTIONS(1975), + [aux_sym_use_keychain_token1] = ACTIONS(1975), + [aux_sym_use_roaming_token1] = ACTIONS(1975), + [aux_sym_user_token1] = ACTIONS(1977), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1975), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1975), + [aux_sym_visual_host_key_token1] = ACTIONS(1975), + [aux_sym_xauth_location_token1] = ACTIONS(1975), }, [244] = { - [ts_builtin_sym_end] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1974), - [anon_sym_DQUOTE] = ACTIONS(1976), - [aux_sym_match_token1] = ACTIONS(1972), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1972), - [aux_sym_address_family_token1] = ACTIONS(1972), - [aux_sym_batch_mode_token1] = ACTIONS(1972), - [aux_sym_bind_address_token1] = ACTIONS(1972), - [aux_sym_bind_interface_token1] = ACTIONS(1972), - [aux_sym_canonical_domains_token1] = ACTIONS(1972), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1972), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1972), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1972), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1972), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1972), - [aux_sym_certificate_file_token1] = ACTIONS(1972), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1972), - [aux_sym_check_host_ip_token1] = ACTIONS(1972), - [aux_sym_ciphers_token1] = ACTIONS(1972), - [aux_sym_cipher_token1] = ACTIONS(1974), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1972), - [aux_sym_compression_token1] = ACTIONS(1972), - [aux_sym_connection_attempts_token1] = ACTIONS(1972), - [aux_sym_connect_timeout_token1] = ACTIONS(1972), - [aux_sym_control_master_token1] = ACTIONS(1972), - [aux_sym_control_path_token1] = ACTIONS(1972), - [aux_sym_control_persist_token1] = ACTIONS(1972), - [aux_sym_dynamic_forward_token1] = ACTIONS(1972), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1972), - [aux_sym_escape_char_token1] = ACTIONS(1972), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1972), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1972), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1972), - [aux_sym_forward_agent_token1] = ACTIONS(1972), - [aux_sym_forward_x11_token1] = ACTIONS(1974), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1972), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1972), - [aux_sym_gateway_ports_token1] = ACTIONS(1972), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1972), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1972), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1972), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1972), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1972), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1972), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1972), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1972), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1972), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1972), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1972), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1972), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1972), - [aux_sym_host_key_alias_token1] = ACTIONS(1972), - [aux_sym_hostname_token1] = ACTIONS(1972), - [aux_sym_identities_only_token1] = ACTIONS(1972), - [aux_sym_identity_agent_token1] = ACTIONS(1972), - [aux_sym_identity_file_token1] = ACTIONS(1972), - [aux_sym_ignore_unknown_token1] = ACTIONS(1972), - [aux_sym_include_token1] = ACTIONS(1972), - [aux_sym_ip_qos_token1] = ACTIONS(1972), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1972), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1972), - [aux_sym_kex_algorithms_token1] = ACTIONS(1972), - [aux_sym_known_hosts_command_token1] = ACTIONS(1972), - [aux_sym_local_command_token1] = ACTIONS(1972), - [aux_sym_local_forward_token1] = ACTIONS(1972), - [aux_sym_log_level_token1] = ACTIONS(1972), - [aux_sym_log_verbose_token1] = ACTIONS(1972), - [aux_sym_macs_token1] = ACTIONS(1972), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1972), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1972), - [aux_sym_password_authentication_token1] = ACTIONS(1972), - [aux_sym_permit_local_command_token1] = ACTIONS(1972), - [aux_sym_permit_remote_open_token1] = ACTIONS(1972), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1972), - [aux_sym_port_token1] = ACTIONS(1972), - [aux_sym_preferred_authentications_token1] = ACTIONS(1972), - [aux_sym_protocol_token1] = ACTIONS(1972), - [aux_sym_proxy_command_token1] = ACTIONS(1972), - [aux_sym_proxy_jump_token1] = ACTIONS(1972), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1972), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1972), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1972), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1972), - [aux_sym_rekey_limit_token1] = ACTIONS(1972), - [aux_sym_remote_command_token1] = ACTIONS(1972), - [aux_sym_remote_forward_token1] = ACTIONS(1972), - [aux_sym_request_tty_token1] = ACTIONS(1972), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1972), - [aux_sym_security_key_provider_token1] = ACTIONS(1972), - [aux_sym_send_env_token1] = ACTIONS(1972), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1972), - [aux_sym_server_alive_interval_token1] = ACTIONS(1972), - [aux_sym_session_type_token1] = ACTIONS(1972), - [aux_sym_set_env_token1] = ACTIONS(1972), - [aux_sym_stdin_null_token1] = ACTIONS(1972), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1972), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1972), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1972), - [aux_sym_syslog_facility_token1] = ACTIONS(1972), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1972), - [aux_sym_keep_alive_token1] = ACTIONS(1972), - [aux_sym_tunnel_token1] = ACTIONS(1974), - [aux_sym_tunnel_device_token1] = ACTIONS(1972), - [aux_sym_update_host_keys_token1] = ACTIONS(1972), - [aux_sym_use_keychain_token1] = ACTIONS(1972), - [aux_sym_use_roaming_token1] = ACTIONS(1972), - [aux_sym_user_token1] = ACTIONS(1974), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1972), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1972), - [aux_sym_visual_host_key_token1] = ACTIONS(1972), - [aux_sym_xauth_location_token1] = ACTIONS(1972), + [ts_builtin_sym_end] = ACTIONS(1981), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1983), + [anon_sym_DQUOTE] = ACTIONS(1981), + [aux_sym_match_token1] = ACTIONS(1981), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1981), + [aux_sym_address_family_token1] = ACTIONS(1981), + [aux_sym_batch_mode_token1] = ACTIONS(1981), + [aux_sym_bind_address_token1] = ACTIONS(1981), + [aux_sym_bind_interface_token1] = ACTIONS(1981), + [aux_sym_canonical_domains_token1] = ACTIONS(1981), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1981), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1981), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1981), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1981), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1981), + [aux_sym_certificate_file_token1] = ACTIONS(1981), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1981), + [aux_sym_check_host_ip_token1] = ACTIONS(1981), + [aux_sym_ciphers_token1] = ACTIONS(1981), + [aux_sym_cipher_token1] = ACTIONS(1983), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1981), + [aux_sym_compression_token1] = ACTIONS(1981), + [aux_sym_connection_attempts_token1] = ACTIONS(1981), + [aux_sym_connect_timeout_token1] = ACTIONS(1981), + [aux_sym_control_master_token1] = ACTIONS(1981), + [aux_sym_control_path_token1] = ACTIONS(1981), + [aux_sym_control_persist_token1] = ACTIONS(1981), + [aux_sym_dynamic_forward_token1] = ACTIONS(1981), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1981), + [aux_sym_escape_char_token1] = ACTIONS(1981), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1981), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1981), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1981), + [aux_sym_forward_agent_token1] = ACTIONS(1981), + [aux_sym_forward_x11_token1] = ACTIONS(1983), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1981), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1981), + [aux_sym_gateway_ports_token1] = ACTIONS(1981), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1981), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1981), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1981), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1981), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1981), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1981), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1981), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1981), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1981), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1981), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1981), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1981), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1981), + [aux_sym_host_key_alias_token1] = ACTIONS(1981), + [aux_sym_hostname_token1] = ACTIONS(1981), + [aux_sym_identities_only_token1] = ACTIONS(1981), + [aux_sym_identity_agent_token1] = ACTIONS(1981), + [aux_sym_identity_file_token1] = ACTIONS(1981), + [aux_sym_ignore_unknown_token1] = ACTIONS(1981), + [aux_sym_include_token1] = ACTIONS(1981), + [aux_sym_ip_qos_token1] = ACTIONS(1981), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1981), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1981), + [aux_sym_kex_algorithms_token1] = ACTIONS(1981), + [aux_sym_known_hosts_command_token1] = ACTIONS(1981), + [aux_sym_local_command_token1] = ACTIONS(1981), + [aux_sym_local_forward_token1] = ACTIONS(1981), + [aux_sym_log_level_token1] = ACTIONS(1981), + [aux_sym_log_verbose_token1] = ACTIONS(1981), + [aux_sym_macs_token1] = ACTIONS(1981), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1981), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1981), + [aux_sym_password_authentication_token1] = ACTIONS(1981), + [aux_sym_permit_local_command_token1] = ACTIONS(1981), + [aux_sym_permit_remote_open_token1] = ACTIONS(1981), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1981), + [aux_sym_port_token1] = ACTIONS(1981), + [aux_sym_preferred_authentications_token1] = ACTIONS(1981), + [aux_sym_protocol_token1] = ACTIONS(1981), + [aux_sym_proxy_command_token1] = ACTIONS(1981), + [aux_sym_proxy_jump_token1] = ACTIONS(1981), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1981), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1981), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1981), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1981), + [aux_sym_rekey_limit_token1] = ACTIONS(1981), + [aux_sym_remote_command_token1] = ACTIONS(1981), + [aux_sym_remote_forward_token1] = ACTIONS(1981), + [aux_sym_request_tty_token1] = ACTIONS(1981), + [aux_sym_required_rsa_size_token1] = ACTIONS(1981), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1981), + [aux_sym_security_key_provider_token1] = ACTIONS(1981), + [aux_sym_send_env_token1] = ACTIONS(1981), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1981), + [aux_sym_server_alive_interval_token1] = ACTIONS(1981), + [aux_sym_session_type_token1] = ACTIONS(1981), + [aux_sym_set_env_token1] = ACTIONS(1981), + [aux_sym_stdin_null_token1] = ACTIONS(1981), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1981), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1981), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1981), + [aux_sym_syslog_facility_token1] = ACTIONS(1981), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1981), + [aux_sym_keep_alive_token1] = ACTIONS(1981), + [aux_sym_tunnel_token1] = ACTIONS(1983), + [aux_sym_tunnel_device_token1] = ACTIONS(1981), + [aux_sym_update_host_keys_token1] = ACTIONS(1981), + [aux_sym_use_keychain_token1] = ACTIONS(1981), + [aux_sym_use_roaming_token1] = ACTIONS(1981), + [aux_sym_user_token1] = ACTIONS(1983), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1981), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1981), + [aux_sym_visual_host_key_token1] = ACTIONS(1981), + [aux_sym_xauth_location_token1] = ACTIONS(1981), }, [245] = { - [ts_builtin_sym_end] = ACTIONS(1978), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1980), - [anon_sym_DQUOTE] = ACTIONS(1978), - [aux_sym_match_token1] = ACTIONS(1978), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1978), - [aux_sym_address_family_token1] = ACTIONS(1978), - [aux_sym_batch_mode_token1] = ACTIONS(1978), - [aux_sym_bind_address_token1] = ACTIONS(1978), - [aux_sym_bind_interface_token1] = ACTIONS(1978), - [aux_sym_canonical_domains_token1] = ACTIONS(1978), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1978), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1978), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1978), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1978), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1978), - [aux_sym_certificate_file_token1] = ACTIONS(1978), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1978), - [aux_sym_check_host_ip_token1] = ACTIONS(1978), - [aux_sym_ciphers_token1] = ACTIONS(1978), - [aux_sym_cipher_token1] = ACTIONS(1980), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1978), - [aux_sym_compression_token1] = ACTIONS(1978), - [aux_sym_connection_attempts_token1] = ACTIONS(1978), - [aux_sym_connect_timeout_token1] = ACTIONS(1978), - [aux_sym_control_master_token1] = ACTIONS(1978), - [aux_sym_control_path_token1] = ACTIONS(1978), - [aux_sym_control_persist_token1] = ACTIONS(1978), - [aux_sym_dynamic_forward_token1] = ACTIONS(1978), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1978), - [aux_sym_escape_char_token1] = ACTIONS(1978), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1978), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1978), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1978), - [aux_sym_forward_agent_token1] = ACTIONS(1978), - [aux_sym_forward_x11_token1] = ACTIONS(1980), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1978), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1978), - [aux_sym_gateway_ports_token1] = ACTIONS(1978), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1978), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1978), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1978), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1978), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1978), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1978), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1978), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1978), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1978), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1978), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1978), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1978), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1978), - [aux_sym_host_key_alias_token1] = ACTIONS(1978), - [aux_sym_hostname_token1] = ACTIONS(1978), - [aux_sym_identities_only_token1] = ACTIONS(1978), - [aux_sym_identity_agent_token1] = ACTIONS(1978), - [aux_sym_identity_file_token1] = ACTIONS(1978), - [aux_sym_ignore_unknown_token1] = ACTIONS(1978), - [aux_sym_include_token1] = ACTIONS(1978), - [aux_sym_ip_qos_token1] = ACTIONS(1978), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1978), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1978), - [aux_sym_kex_algorithms_token1] = ACTIONS(1978), - [aux_sym_known_hosts_command_token1] = ACTIONS(1978), - [aux_sym_local_command_token1] = ACTIONS(1978), - [aux_sym_local_forward_token1] = ACTIONS(1978), - [aux_sym_log_level_token1] = ACTIONS(1978), - [aux_sym_log_verbose_token1] = ACTIONS(1978), - [aux_sym_macs_token1] = ACTIONS(1978), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1978), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1978), - [aux_sym_password_authentication_token1] = ACTIONS(1978), - [aux_sym_permit_local_command_token1] = ACTIONS(1978), - [aux_sym_permit_remote_open_token1] = ACTIONS(1978), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1978), - [aux_sym_port_token1] = ACTIONS(1978), - [aux_sym_preferred_authentications_token1] = ACTIONS(1978), - [aux_sym_protocol_token1] = ACTIONS(1978), - [aux_sym_proxy_command_token1] = ACTIONS(1978), - [aux_sym_proxy_jump_token1] = ACTIONS(1978), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1978), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1978), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1978), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1978), - [aux_sym_rekey_limit_token1] = ACTIONS(1978), - [aux_sym_remote_command_token1] = ACTIONS(1978), - [aux_sym_remote_forward_token1] = ACTIONS(1978), - [aux_sym_request_tty_token1] = ACTIONS(1978), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1978), - [aux_sym_security_key_provider_token1] = ACTIONS(1978), - [aux_sym_send_env_token1] = ACTIONS(1978), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1978), - [aux_sym_server_alive_interval_token1] = ACTIONS(1978), - [aux_sym_session_type_token1] = ACTIONS(1978), - [aux_sym_set_env_token1] = ACTIONS(1978), - [aux_sym_stdin_null_token1] = ACTIONS(1978), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1978), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1978), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1978), - [aux_sym_syslog_facility_token1] = ACTIONS(1978), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1978), - [aux_sym_keep_alive_token1] = ACTIONS(1978), - [aux_sym_tunnel_token1] = ACTIONS(1980), - [aux_sym_tunnel_device_token1] = ACTIONS(1978), - [aux_sym_update_host_keys_token1] = ACTIONS(1978), - [aux_sym_use_keychain_token1] = ACTIONS(1978), - [aux_sym_use_roaming_token1] = ACTIONS(1978), - [aux_sym_user_token1] = ACTIONS(1980), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1978), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1978), - [aux_sym_visual_host_key_token1] = ACTIONS(1978), - [aux_sym_xauth_location_token1] = ACTIONS(1978), + [ts_builtin_sym_end] = ACTIONS(1985), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1987), + [anon_sym_DQUOTE] = ACTIONS(1985), + [aux_sym_match_token1] = ACTIONS(1985), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1985), + [aux_sym_address_family_token1] = ACTIONS(1985), + [aux_sym_batch_mode_token1] = ACTIONS(1985), + [aux_sym_bind_address_token1] = ACTIONS(1985), + [aux_sym_bind_interface_token1] = ACTIONS(1985), + [aux_sym_canonical_domains_token1] = ACTIONS(1985), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1985), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1985), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1985), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1985), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1985), + [aux_sym_certificate_file_token1] = ACTIONS(1985), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1985), + [aux_sym_check_host_ip_token1] = ACTIONS(1985), + [aux_sym_ciphers_token1] = ACTIONS(1985), + [aux_sym_cipher_token1] = ACTIONS(1987), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1985), + [aux_sym_compression_token1] = ACTIONS(1985), + [aux_sym_connection_attempts_token1] = ACTIONS(1985), + [aux_sym_connect_timeout_token1] = ACTIONS(1985), + [aux_sym_control_master_token1] = ACTIONS(1985), + [aux_sym_control_path_token1] = ACTIONS(1985), + [aux_sym_control_persist_token1] = ACTIONS(1985), + [aux_sym_dynamic_forward_token1] = ACTIONS(1985), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1985), + [aux_sym_escape_char_token1] = ACTIONS(1985), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1985), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1985), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1985), + [aux_sym_forward_agent_token1] = ACTIONS(1985), + [aux_sym_forward_x11_token1] = ACTIONS(1987), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1985), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1985), + [aux_sym_gateway_ports_token1] = ACTIONS(1985), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1985), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1985), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1985), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1985), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1985), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1985), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1985), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1985), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1985), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1985), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1985), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1985), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1985), + [aux_sym_host_key_alias_token1] = ACTIONS(1985), + [aux_sym_hostname_token1] = ACTIONS(1985), + [aux_sym_identities_only_token1] = ACTIONS(1985), + [aux_sym_identity_agent_token1] = ACTIONS(1985), + [aux_sym_identity_file_token1] = ACTIONS(1985), + [aux_sym_ignore_unknown_token1] = ACTIONS(1985), + [aux_sym_include_token1] = ACTIONS(1985), + [aux_sym_ip_qos_token1] = ACTIONS(1985), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1985), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1985), + [aux_sym_kex_algorithms_token1] = ACTIONS(1985), + [aux_sym_known_hosts_command_token1] = ACTIONS(1985), + [aux_sym_local_command_token1] = ACTIONS(1985), + [aux_sym_local_forward_token1] = ACTIONS(1985), + [aux_sym_log_level_token1] = ACTIONS(1985), + [aux_sym_log_verbose_token1] = ACTIONS(1985), + [aux_sym_macs_token1] = ACTIONS(1985), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1985), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1985), + [aux_sym_password_authentication_token1] = ACTIONS(1985), + [aux_sym_permit_local_command_token1] = ACTIONS(1985), + [aux_sym_permit_remote_open_token1] = ACTIONS(1985), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1985), + [aux_sym_port_token1] = ACTIONS(1985), + [aux_sym_preferred_authentications_token1] = ACTIONS(1985), + [aux_sym_protocol_token1] = ACTIONS(1985), + [aux_sym_proxy_command_token1] = ACTIONS(1985), + [aux_sym_proxy_jump_token1] = ACTIONS(1985), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1985), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1985), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1985), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1985), + [aux_sym_rekey_limit_token1] = ACTIONS(1985), + [aux_sym_remote_command_token1] = ACTIONS(1985), + [aux_sym_remote_forward_token1] = ACTIONS(1985), + [aux_sym_request_tty_token1] = ACTIONS(1985), + [aux_sym_required_rsa_size_token1] = ACTIONS(1985), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1985), + [aux_sym_security_key_provider_token1] = ACTIONS(1985), + [aux_sym_send_env_token1] = ACTIONS(1985), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1985), + [aux_sym_server_alive_interval_token1] = ACTIONS(1985), + [aux_sym_session_type_token1] = ACTIONS(1985), + [aux_sym_set_env_token1] = ACTIONS(1985), + [aux_sym_stdin_null_token1] = ACTIONS(1985), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1985), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1985), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1985), + [aux_sym_syslog_facility_token1] = ACTIONS(1985), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1985), + [aux_sym_keep_alive_token1] = ACTIONS(1985), + [aux_sym_tunnel_token1] = ACTIONS(1987), + [aux_sym_tunnel_device_token1] = ACTIONS(1985), + [aux_sym_update_host_keys_token1] = ACTIONS(1985), + [aux_sym_use_keychain_token1] = ACTIONS(1985), + [aux_sym_use_roaming_token1] = ACTIONS(1985), + [aux_sym_user_token1] = ACTIONS(1987), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1985), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1985), + [aux_sym_visual_host_key_token1] = ACTIONS(1985), + [aux_sym_xauth_location_token1] = ACTIONS(1985), }, [246] = { - [ts_builtin_sym_end] = ACTIONS(1982), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1984), - [anon_sym_DQUOTE] = ACTIONS(1986), - [aux_sym_match_token1] = ACTIONS(1982), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1982), - [aux_sym_address_family_token1] = ACTIONS(1982), - [aux_sym_batch_mode_token1] = ACTIONS(1982), - [aux_sym_bind_address_token1] = ACTIONS(1982), - [aux_sym_bind_interface_token1] = ACTIONS(1982), - [aux_sym_canonical_domains_token1] = ACTIONS(1982), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1982), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1982), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1982), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1982), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1982), - [aux_sym_certificate_file_token1] = ACTIONS(1982), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1982), - [aux_sym_check_host_ip_token1] = ACTIONS(1982), - [aux_sym_ciphers_token1] = ACTIONS(1982), - [aux_sym_cipher_token1] = ACTIONS(1984), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1982), - [aux_sym_compression_token1] = ACTIONS(1982), - [aux_sym_connection_attempts_token1] = ACTIONS(1982), - [aux_sym_connect_timeout_token1] = ACTIONS(1982), - [aux_sym_control_master_token1] = ACTIONS(1982), - [aux_sym_control_path_token1] = ACTIONS(1982), - [aux_sym_control_persist_token1] = ACTIONS(1982), - [aux_sym_dynamic_forward_token1] = ACTIONS(1982), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1982), - [aux_sym_escape_char_token1] = ACTIONS(1982), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1982), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1982), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1982), - [aux_sym_forward_agent_token1] = ACTIONS(1982), - [aux_sym_forward_x11_token1] = ACTIONS(1984), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1982), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1982), - [aux_sym_gateway_ports_token1] = ACTIONS(1982), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1982), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1982), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1982), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1982), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1982), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1982), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1982), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1982), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1982), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1982), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1982), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1982), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1982), - [aux_sym_host_key_alias_token1] = ACTIONS(1982), - [aux_sym_hostname_token1] = ACTIONS(1982), - [aux_sym_identities_only_token1] = ACTIONS(1982), - [aux_sym_identity_agent_token1] = ACTIONS(1982), - [aux_sym_identity_file_token1] = ACTIONS(1982), - [aux_sym_ignore_unknown_token1] = ACTIONS(1982), - [aux_sym_include_token1] = ACTIONS(1982), - [aux_sym_ip_qos_token1] = ACTIONS(1982), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1982), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1982), - [aux_sym_kex_algorithms_token1] = ACTIONS(1982), - [aux_sym_known_hosts_command_token1] = ACTIONS(1982), - [aux_sym_local_command_token1] = ACTIONS(1982), - [aux_sym_local_forward_token1] = ACTIONS(1982), - [aux_sym_log_level_token1] = ACTIONS(1982), - [aux_sym_log_verbose_token1] = ACTIONS(1982), - [aux_sym_macs_token1] = ACTIONS(1982), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1982), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1982), - [aux_sym_password_authentication_token1] = ACTIONS(1982), - [aux_sym_permit_local_command_token1] = ACTIONS(1982), - [aux_sym_permit_remote_open_token1] = ACTIONS(1982), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1982), - [aux_sym_port_token1] = ACTIONS(1982), - [aux_sym_preferred_authentications_token1] = ACTIONS(1982), - [aux_sym_protocol_token1] = ACTIONS(1982), - [aux_sym_proxy_command_token1] = ACTIONS(1982), - [aux_sym_proxy_jump_token1] = ACTIONS(1982), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1982), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1982), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1982), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1982), - [aux_sym_rekey_limit_token1] = ACTIONS(1982), - [aux_sym_remote_command_token1] = ACTIONS(1982), - [aux_sym_remote_forward_token1] = ACTIONS(1982), - [aux_sym_request_tty_token1] = ACTIONS(1982), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1982), - [aux_sym_security_key_provider_token1] = ACTIONS(1982), - [aux_sym_send_env_token1] = ACTIONS(1982), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1982), - [aux_sym_server_alive_interval_token1] = ACTIONS(1982), - [aux_sym_session_type_token1] = ACTIONS(1982), - [aux_sym_set_env_token1] = ACTIONS(1982), - [aux_sym_stdin_null_token1] = ACTIONS(1982), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1982), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1982), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1982), - [aux_sym_syslog_facility_token1] = ACTIONS(1982), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1982), - [aux_sym_keep_alive_token1] = ACTIONS(1982), - [aux_sym_tunnel_token1] = ACTIONS(1984), - [aux_sym_tunnel_device_token1] = ACTIONS(1982), - [aux_sym_update_host_keys_token1] = ACTIONS(1982), - [aux_sym_use_keychain_token1] = ACTIONS(1982), - [aux_sym_use_roaming_token1] = ACTIONS(1982), - [aux_sym_user_token1] = ACTIONS(1984), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1982), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1982), - [aux_sym_visual_host_key_token1] = ACTIONS(1982), - [aux_sym_xauth_location_token1] = ACTIONS(1982), + [ts_builtin_sym_end] = ACTIONS(1989), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1991), + [anon_sym_DQUOTE] = ACTIONS(1993), + [aux_sym_match_token1] = ACTIONS(1989), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1989), + [aux_sym_address_family_token1] = ACTIONS(1989), + [aux_sym_batch_mode_token1] = ACTIONS(1989), + [aux_sym_bind_address_token1] = ACTIONS(1989), + [aux_sym_bind_interface_token1] = ACTIONS(1989), + [aux_sym_canonical_domains_token1] = ACTIONS(1989), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1989), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1989), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1989), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1989), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1989), + [aux_sym_certificate_file_token1] = ACTIONS(1989), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1989), + [aux_sym_check_host_ip_token1] = ACTIONS(1989), + [aux_sym_ciphers_token1] = ACTIONS(1989), + [aux_sym_cipher_token1] = ACTIONS(1991), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1989), + [aux_sym_compression_token1] = ACTIONS(1989), + [aux_sym_connection_attempts_token1] = ACTIONS(1989), + [aux_sym_connect_timeout_token1] = ACTIONS(1989), + [aux_sym_control_master_token1] = ACTIONS(1989), + [aux_sym_control_path_token1] = ACTIONS(1989), + [aux_sym_control_persist_token1] = ACTIONS(1989), + [aux_sym_dynamic_forward_token1] = ACTIONS(1989), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1989), + [aux_sym_escape_char_token1] = ACTIONS(1989), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1989), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1989), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1989), + [aux_sym_forward_agent_token1] = ACTIONS(1989), + [aux_sym_forward_x11_token1] = ACTIONS(1991), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1989), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1989), + [aux_sym_gateway_ports_token1] = ACTIONS(1989), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1989), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1989), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1989), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1989), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1989), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1989), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1989), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1989), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1989), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1989), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1989), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1989), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1989), + [aux_sym_host_key_alias_token1] = ACTIONS(1989), + [aux_sym_hostname_token1] = ACTIONS(1989), + [aux_sym_identities_only_token1] = ACTIONS(1989), + [aux_sym_identity_agent_token1] = ACTIONS(1989), + [aux_sym_identity_file_token1] = ACTIONS(1989), + [aux_sym_ignore_unknown_token1] = ACTIONS(1989), + [aux_sym_include_token1] = ACTIONS(1989), + [aux_sym_ip_qos_token1] = ACTIONS(1989), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1989), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1989), + [aux_sym_kex_algorithms_token1] = ACTIONS(1989), + [aux_sym_known_hosts_command_token1] = ACTIONS(1989), + [aux_sym_local_command_token1] = ACTIONS(1989), + [aux_sym_local_forward_token1] = ACTIONS(1989), + [aux_sym_log_level_token1] = ACTIONS(1989), + [aux_sym_log_verbose_token1] = ACTIONS(1989), + [aux_sym_macs_token1] = ACTIONS(1989), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1989), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1989), + [aux_sym_password_authentication_token1] = ACTIONS(1989), + [aux_sym_permit_local_command_token1] = ACTIONS(1989), + [aux_sym_permit_remote_open_token1] = ACTIONS(1989), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1989), + [aux_sym_port_token1] = ACTIONS(1989), + [aux_sym_preferred_authentications_token1] = ACTIONS(1989), + [aux_sym_protocol_token1] = ACTIONS(1989), + [aux_sym_proxy_command_token1] = ACTIONS(1989), + [aux_sym_proxy_jump_token1] = ACTIONS(1989), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1989), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1989), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1989), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1989), + [aux_sym_rekey_limit_token1] = ACTIONS(1989), + [aux_sym_remote_command_token1] = ACTIONS(1989), + [aux_sym_remote_forward_token1] = ACTIONS(1989), + [aux_sym_request_tty_token1] = ACTIONS(1989), + [aux_sym_required_rsa_size_token1] = ACTIONS(1989), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1989), + [aux_sym_security_key_provider_token1] = ACTIONS(1989), + [aux_sym_send_env_token1] = ACTIONS(1989), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1989), + [aux_sym_server_alive_interval_token1] = ACTIONS(1989), + [aux_sym_session_type_token1] = ACTIONS(1989), + [aux_sym_set_env_token1] = ACTIONS(1989), + [aux_sym_stdin_null_token1] = ACTIONS(1989), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1989), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1989), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1989), + [aux_sym_syslog_facility_token1] = ACTIONS(1989), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1989), + [aux_sym_keep_alive_token1] = ACTIONS(1989), + [aux_sym_tunnel_token1] = ACTIONS(1991), + [aux_sym_tunnel_device_token1] = ACTIONS(1989), + [aux_sym_update_host_keys_token1] = ACTIONS(1989), + [aux_sym_use_keychain_token1] = ACTIONS(1989), + [aux_sym_use_roaming_token1] = ACTIONS(1989), + [aux_sym_user_token1] = ACTIONS(1991), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1989), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1989), + [aux_sym_visual_host_key_token1] = ACTIONS(1989), + [aux_sym_xauth_location_token1] = ACTIONS(1989), }, [247] = { - [ts_builtin_sym_end] = ACTIONS(1988), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1990), - [anon_sym_DQUOTE] = ACTIONS(1988), - [aux_sym_match_token1] = ACTIONS(1988), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1988), - [aux_sym_address_family_token1] = ACTIONS(1988), - [aux_sym_batch_mode_token1] = ACTIONS(1988), - [aux_sym_bind_address_token1] = ACTIONS(1988), - [aux_sym_bind_interface_token1] = ACTIONS(1988), - [aux_sym_canonical_domains_token1] = ACTIONS(1988), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1988), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1988), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1988), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1988), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1988), - [aux_sym_certificate_file_token1] = ACTIONS(1988), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1988), - [aux_sym_check_host_ip_token1] = ACTIONS(1988), - [aux_sym_ciphers_token1] = ACTIONS(1988), - [aux_sym_cipher_token1] = ACTIONS(1990), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1988), - [aux_sym_compression_token1] = ACTIONS(1988), - [aux_sym_connection_attempts_token1] = ACTIONS(1988), - [aux_sym_connect_timeout_token1] = ACTIONS(1988), - [aux_sym_control_master_token1] = ACTIONS(1988), - [aux_sym_control_path_token1] = ACTIONS(1988), - [aux_sym_control_persist_token1] = ACTIONS(1988), - [aux_sym_dynamic_forward_token1] = ACTIONS(1988), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1988), - [aux_sym_escape_char_token1] = ACTIONS(1988), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1988), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1988), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1988), - [aux_sym_forward_agent_token1] = ACTIONS(1988), - [aux_sym_forward_x11_token1] = ACTIONS(1990), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1988), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1988), - [aux_sym_gateway_ports_token1] = ACTIONS(1988), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1988), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1988), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1988), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1988), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1988), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1988), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1988), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1988), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1988), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1988), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1988), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1988), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1988), - [aux_sym_host_key_alias_token1] = ACTIONS(1988), - [aux_sym_hostname_token1] = ACTIONS(1988), - [aux_sym_identities_only_token1] = ACTIONS(1988), - [aux_sym_identity_agent_token1] = ACTIONS(1988), - [aux_sym_identity_file_token1] = ACTIONS(1988), - [aux_sym_ignore_unknown_token1] = ACTIONS(1988), - [aux_sym_include_token1] = ACTIONS(1988), - [aux_sym_ip_qos_token1] = ACTIONS(1988), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1988), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1988), - [aux_sym_kex_algorithms_token1] = ACTIONS(1988), - [aux_sym_known_hosts_command_token1] = ACTIONS(1988), - [aux_sym_local_command_token1] = ACTIONS(1988), - [aux_sym_local_forward_token1] = ACTIONS(1988), - [aux_sym_log_level_token1] = ACTIONS(1988), - [aux_sym_log_verbose_token1] = ACTIONS(1988), - [aux_sym_macs_token1] = ACTIONS(1988), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1988), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1988), - [aux_sym_password_authentication_token1] = ACTIONS(1988), - [aux_sym_permit_local_command_token1] = ACTIONS(1988), - [aux_sym_permit_remote_open_token1] = ACTIONS(1988), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1988), - [aux_sym_port_token1] = ACTIONS(1988), - [aux_sym_preferred_authentications_token1] = ACTIONS(1988), - [aux_sym_protocol_token1] = ACTIONS(1988), - [aux_sym_proxy_command_token1] = ACTIONS(1988), - [aux_sym_proxy_jump_token1] = ACTIONS(1988), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1988), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1988), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1988), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1988), - [aux_sym_rekey_limit_token1] = ACTIONS(1988), - [aux_sym_remote_command_token1] = ACTIONS(1988), - [aux_sym_remote_forward_token1] = ACTIONS(1988), - [aux_sym_request_tty_token1] = ACTIONS(1988), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1988), - [aux_sym_security_key_provider_token1] = ACTIONS(1988), - [aux_sym_send_env_token1] = ACTIONS(1988), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1988), - [aux_sym_server_alive_interval_token1] = ACTIONS(1988), - [aux_sym_session_type_token1] = ACTIONS(1988), - [aux_sym_set_env_token1] = ACTIONS(1988), - [aux_sym_stdin_null_token1] = ACTIONS(1988), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1988), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1988), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1988), - [aux_sym_syslog_facility_token1] = ACTIONS(1988), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1988), - [aux_sym_keep_alive_token1] = ACTIONS(1988), - [aux_sym_tunnel_token1] = ACTIONS(1990), - [aux_sym_tunnel_device_token1] = ACTIONS(1988), - [aux_sym_update_host_keys_token1] = ACTIONS(1988), - [aux_sym_use_keychain_token1] = ACTIONS(1988), - [aux_sym_use_roaming_token1] = ACTIONS(1988), - [aux_sym_user_token1] = ACTIONS(1990), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1988), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1988), - [aux_sym_visual_host_key_token1] = ACTIONS(1988), - [aux_sym_xauth_location_token1] = ACTIONS(1988), + [ts_builtin_sym_end] = ACTIONS(1995), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1997), + [anon_sym_DQUOTE] = ACTIONS(1995), + [aux_sym_match_token1] = ACTIONS(1995), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1995), + [aux_sym_address_family_token1] = ACTIONS(1995), + [aux_sym_batch_mode_token1] = ACTIONS(1995), + [aux_sym_bind_address_token1] = ACTIONS(1995), + [aux_sym_bind_interface_token1] = ACTIONS(1995), + [aux_sym_canonical_domains_token1] = ACTIONS(1995), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1995), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1995), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1995), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1995), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1995), + [aux_sym_certificate_file_token1] = ACTIONS(1995), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1995), + [aux_sym_check_host_ip_token1] = ACTIONS(1995), + [aux_sym_ciphers_token1] = ACTIONS(1995), + [aux_sym_cipher_token1] = ACTIONS(1997), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1995), + [aux_sym_compression_token1] = ACTIONS(1995), + [aux_sym_connection_attempts_token1] = ACTIONS(1995), + [aux_sym_connect_timeout_token1] = ACTIONS(1995), + [aux_sym_control_master_token1] = ACTIONS(1995), + [aux_sym_control_path_token1] = ACTIONS(1995), + [aux_sym_control_persist_token1] = ACTIONS(1995), + [aux_sym_dynamic_forward_token1] = ACTIONS(1995), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1995), + [aux_sym_escape_char_token1] = ACTIONS(1995), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1995), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1995), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1995), + [aux_sym_forward_agent_token1] = ACTIONS(1995), + [aux_sym_forward_x11_token1] = ACTIONS(1997), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1995), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1995), + [aux_sym_gateway_ports_token1] = ACTIONS(1995), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1995), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1995), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1995), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1995), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1995), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1995), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1995), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1995), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1995), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1995), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1995), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1995), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1995), + [aux_sym_host_key_alias_token1] = ACTIONS(1995), + [aux_sym_hostname_token1] = ACTIONS(1995), + [aux_sym_identities_only_token1] = ACTIONS(1995), + [aux_sym_identity_agent_token1] = ACTIONS(1995), + [aux_sym_identity_file_token1] = ACTIONS(1995), + [aux_sym_ignore_unknown_token1] = ACTIONS(1995), + [aux_sym_include_token1] = ACTIONS(1995), + [aux_sym_ip_qos_token1] = ACTIONS(1995), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1995), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1995), + [aux_sym_kex_algorithms_token1] = ACTIONS(1995), + [aux_sym_known_hosts_command_token1] = ACTIONS(1995), + [aux_sym_local_command_token1] = ACTIONS(1995), + [aux_sym_local_forward_token1] = ACTIONS(1995), + [aux_sym_log_level_token1] = ACTIONS(1995), + [aux_sym_log_verbose_token1] = ACTIONS(1995), + [aux_sym_macs_token1] = ACTIONS(1995), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1995), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1995), + [aux_sym_password_authentication_token1] = ACTIONS(1995), + [aux_sym_permit_local_command_token1] = ACTIONS(1995), + [aux_sym_permit_remote_open_token1] = ACTIONS(1995), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1995), + [aux_sym_port_token1] = ACTIONS(1995), + [aux_sym_preferred_authentications_token1] = ACTIONS(1995), + [aux_sym_protocol_token1] = ACTIONS(1995), + [aux_sym_proxy_command_token1] = ACTIONS(1995), + [aux_sym_proxy_jump_token1] = ACTIONS(1995), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1995), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1995), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1995), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1995), + [aux_sym_rekey_limit_token1] = ACTIONS(1995), + [aux_sym_remote_command_token1] = ACTIONS(1995), + [aux_sym_remote_forward_token1] = ACTIONS(1995), + [aux_sym_request_tty_token1] = ACTIONS(1995), + [aux_sym_required_rsa_size_token1] = ACTIONS(1995), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1995), + [aux_sym_security_key_provider_token1] = ACTIONS(1995), + [aux_sym_send_env_token1] = ACTIONS(1995), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1995), + [aux_sym_server_alive_interval_token1] = ACTIONS(1995), + [aux_sym_session_type_token1] = ACTIONS(1995), + [aux_sym_set_env_token1] = ACTIONS(1995), + [aux_sym_stdin_null_token1] = ACTIONS(1995), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1995), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1995), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1995), + [aux_sym_syslog_facility_token1] = ACTIONS(1995), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1995), + [aux_sym_keep_alive_token1] = ACTIONS(1995), + [aux_sym_tunnel_token1] = ACTIONS(1997), + [aux_sym_tunnel_device_token1] = ACTIONS(1995), + [aux_sym_update_host_keys_token1] = ACTIONS(1995), + [aux_sym_use_keychain_token1] = ACTIONS(1995), + [aux_sym_use_roaming_token1] = ACTIONS(1995), + [aux_sym_user_token1] = ACTIONS(1997), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1995), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1995), + [aux_sym_visual_host_key_token1] = ACTIONS(1995), + [aux_sym_xauth_location_token1] = ACTIONS(1995), }, [248] = { - [ts_builtin_sym_end] = ACTIONS(1992), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1994), - [anon_sym_DQUOTE] = ACTIONS(1996), - [aux_sym_match_token1] = ACTIONS(1992), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1992), - [aux_sym_address_family_token1] = ACTIONS(1992), - [aux_sym_batch_mode_token1] = ACTIONS(1992), - [aux_sym_bind_address_token1] = ACTIONS(1992), - [aux_sym_bind_interface_token1] = ACTIONS(1992), - [aux_sym_canonical_domains_token1] = ACTIONS(1992), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1992), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1992), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1992), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1992), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1992), - [aux_sym_certificate_file_token1] = ACTIONS(1992), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1992), - [aux_sym_check_host_ip_token1] = ACTIONS(1992), - [aux_sym_ciphers_token1] = ACTIONS(1992), - [aux_sym_cipher_token1] = ACTIONS(1994), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1992), - [aux_sym_compression_token1] = ACTIONS(1992), - [aux_sym_connection_attempts_token1] = ACTIONS(1992), - [aux_sym_connect_timeout_token1] = ACTIONS(1992), - [aux_sym_control_master_token1] = ACTIONS(1992), - [aux_sym_control_path_token1] = ACTIONS(1992), - [aux_sym_control_persist_token1] = ACTIONS(1992), - [aux_sym_dynamic_forward_token1] = ACTIONS(1992), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1992), - [aux_sym_escape_char_token1] = ACTIONS(1992), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1992), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1992), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1992), - [aux_sym_forward_agent_token1] = ACTIONS(1992), - [aux_sym_forward_x11_token1] = ACTIONS(1994), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1992), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1992), - [aux_sym_gateway_ports_token1] = ACTIONS(1992), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1992), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1992), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1992), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1992), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1992), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1992), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1992), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1992), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1992), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1992), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1992), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1992), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1992), - [aux_sym_host_key_alias_token1] = ACTIONS(1992), - [aux_sym_hostname_token1] = ACTIONS(1992), - [aux_sym_identities_only_token1] = ACTIONS(1992), - [aux_sym_identity_agent_token1] = ACTIONS(1992), - [aux_sym_identity_file_token1] = ACTIONS(1992), - [aux_sym_ignore_unknown_token1] = ACTIONS(1992), - [aux_sym_include_token1] = ACTIONS(1992), - [aux_sym_ip_qos_token1] = ACTIONS(1992), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1992), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1992), - [aux_sym_kex_algorithms_token1] = ACTIONS(1992), - [aux_sym_known_hosts_command_token1] = ACTIONS(1992), - [aux_sym_local_command_token1] = ACTIONS(1992), - [aux_sym_local_forward_token1] = ACTIONS(1992), - [aux_sym_log_level_token1] = ACTIONS(1992), - [aux_sym_log_verbose_token1] = ACTIONS(1992), - [aux_sym_macs_token1] = ACTIONS(1992), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1992), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1992), - [aux_sym_password_authentication_token1] = ACTIONS(1992), - [aux_sym_permit_local_command_token1] = ACTIONS(1992), - [aux_sym_permit_remote_open_token1] = ACTIONS(1992), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1992), - [aux_sym_port_token1] = ACTIONS(1992), - [aux_sym_preferred_authentications_token1] = ACTIONS(1992), - [aux_sym_protocol_token1] = ACTIONS(1992), - [aux_sym_proxy_command_token1] = ACTIONS(1992), - [aux_sym_proxy_jump_token1] = ACTIONS(1992), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1992), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1992), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1992), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1992), - [aux_sym_rekey_limit_token1] = ACTIONS(1992), - [aux_sym_remote_command_token1] = ACTIONS(1992), - [aux_sym_remote_forward_token1] = ACTIONS(1992), - [aux_sym_request_tty_token1] = ACTIONS(1992), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1992), - [aux_sym_security_key_provider_token1] = ACTIONS(1992), - [aux_sym_send_env_token1] = ACTIONS(1992), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1992), - [aux_sym_server_alive_interval_token1] = ACTIONS(1992), - [aux_sym_session_type_token1] = ACTIONS(1992), - [aux_sym_set_env_token1] = ACTIONS(1992), - [aux_sym_stdin_null_token1] = ACTIONS(1992), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1992), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1992), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1992), - [aux_sym_syslog_facility_token1] = ACTIONS(1992), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1992), - [aux_sym_keep_alive_token1] = ACTIONS(1992), - [aux_sym_tunnel_token1] = ACTIONS(1994), - [aux_sym_tunnel_device_token1] = ACTIONS(1992), - [aux_sym_update_host_keys_token1] = ACTIONS(1992), - [aux_sym_use_keychain_token1] = ACTIONS(1992), - [aux_sym_use_roaming_token1] = ACTIONS(1992), - [aux_sym_user_token1] = ACTIONS(1994), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1992), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1992), - [aux_sym_visual_host_key_token1] = ACTIONS(1992), - [aux_sym_xauth_location_token1] = ACTIONS(1992), + [ts_builtin_sym_end] = ACTIONS(1999), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2001), + [anon_sym_DQUOTE] = ACTIONS(2003), + [aux_sym_match_token1] = ACTIONS(1999), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1999), + [aux_sym_address_family_token1] = ACTIONS(1999), + [aux_sym_batch_mode_token1] = ACTIONS(1999), + [aux_sym_bind_address_token1] = ACTIONS(1999), + [aux_sym_bind_interface_token1] = ACTIONS(1999), + [aux_sym_canonical_domains_token1] = ACTIONS(1999), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1999), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1999), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1999), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1999), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1999), + [aux_sym_certificate_file_token1] = ACTIONS(1999), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1999), + [aux_sym_check_host_ip_token1] = ACTIONS(1999), + [aux_sym_ciphers_token1] = ACTIONS(1999), + [aux_sym_cipher_token1] = ACTIONS(2001), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1999), + [aux_sym_compression_token1] = ACTIONS(1999), + [aux_sym_connection_attempts_token1] = ACTIONS(1999), + [aux_sym_connect_timeout_token1] = ACTIONS(1999), + [aux_sym_control_master_token1] = ACTIONS(1999), + [aux_sym_control_path_token1] = ACTIONS(1999), + [aux_sym_control_persist_token1] = ACTIONS(1999), + [aux_sym_dynamic_forward_token1] = ACTIONS(1999), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1999), + [aux_sym_escape_char_token1] = ACTIONS(1999), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1999), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1999), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1999), + [aux_sym_forward_agent_token1] = ACTIONS(1999), + [aux_sym_forward_x11_token1] = ACTIONS(2001), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1999), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1999), + [aux_sym_gateway_ports_token1] = ACTIONS(1999), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1999), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1999), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1999), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1999), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1999), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1999), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1999), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1999), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1999), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1999), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1999), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1999), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1999), + [aux_sym_host_key_alias_token1] = ACTIONS(1999), + [aux_sym_hostname_token1] = ACTIONS(1999), + [aux_sym_identities_only_token1] = ACTIONS(1999), + [aux_sym_identity_agent_token1] = ACTIONS(1999), + [aux_sym_identity_file_token1] = ACTIONS(1999), + [aux_sym_ignore_unknown_token1] = ACTIONS(1999), + [aux_sym_include_token1] = ACTIONS(1999), + [aux_sym_ip_qos_token1] = ACTIONS(1999), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1999), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1999), + [aux_sym_kex_algorithms_token1] = ACTIONS(1999), + [aux_sym_known_hosts_command_token1] = ACTIONS(1999), + [aux_sym_local_command_token1] = ACTIONS(1999), + [aux_sym_local_forward_token1] = ACTIONS(1999), + [aux_sym_log_level_token1] = ACTIONS(1999), + [aux_sym_log_verbose_token1] = ACTIONS(1999), + [aux_sym_macs_token1] = ACTIONS(1999), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1999), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1999), + [aux_sym_password_authentication_token1] = ACTIONS(1999), + [aux_sym_permit_local_command_token1] = ACTIONS(1999), + [aux_sym_permit_remote_open_token1] = ACTIONS(1999), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1999), + [aux_sym_port_token1] = ACTIONS(1999), + [aux_sym_preferred_authentications_token1] = ACTIONS(1999), + [aux_sym_protocol_token1] = ACTIONS(1999), + [aux_sym_proxy_command_token1] = ACTIONS(1999), + [aux_sym_proxy_jump_token1] = ACTIONS(1999), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1999), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1999), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1999), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1999), + [aux_sym_rekey_limit_token1] = ACTIONS(1999), + [aux_sym_remote_command_token1] = ACTIONS(1999), + [aux_sym_remote_forward_token1] = ACTIONS(1999), + [aux_sym_request_tty_token1] = ACTIONS(1999), + [aux_sym_required_rsa_size_token1] = ACTIONS(1999), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1999), + [aux_sym_security_key_provider_token1] = ACTIONS(1999), + [aux_sym_send_env_token1] = ACTIONS(1999), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1999), + [aux_sym_server_alive_interval_token1] = ACTIONS(1999), + [aux_sym_session_type_token1] = ACTIONS(1999), + [aux_sym_set_env_token1] = ACTIONS(1999), + [aux_sym_stdin_null_token1] = ACTIONS(1999), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1999), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1999), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1999), + [aux_sym_syslog_facility_token1] = ACTIONS(1999), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1999), + [aux_sym_keep_alive_token1] = ACTIONS(1999), + [aux_sym_tunnel_token1] = ACTIONS(2001), + [aux_sym_tunnel_device_token1] = ACTIONS(1999), + [aux_sym_update_host_keys_token1] = ACTIONS(1999), + [aux_sym_use_keychain_token1] = ACTIONS(1999), + [aux_sym_use_roaming_token1] = ACTIONS(1999), + [aux_sym_user_token1] = ACTIONS(2001), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1999), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1999), + [aux_sym_visual_host_key_token1] = ACTIONS(1999), + [aux_sym_xauth_location_token1] = ACTIONS(1999), }, [249] = { - [ts_builtin_sym_end] = ACTIONS(1998), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2000), - [anon_sym_DQUOTE] = ACTIONS(1998), - [aux_sym_match_token1] = ACTIONS(1998), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1998), - [aux_sym_address_family_token1] = ACTIONS(1998), - [aux_sym_batch_mode_token1] = ACTIONS(1998), - [aux_sym_bind_address_token1] = ACTIONS(1998), - [aux_sym_bind_interface_token1] = ACTIONS(1998), - [aux_sym_canonical_domains_token1] = ACTIONS(1998), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1998), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1998), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1998), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1998), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1998), - [aux_sym_certificate_file_token1] = ACTIONS(1998), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1998), - [aux_sym_check_host_ip_token1] = ACTIONS(1998), - [aux_sym_ciphers_token1] = ACTIONS(1998), - [aux_sym_cipher_token1] = ACTIONS(2000), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1998), - [aux_sym_compression_token1] = ACTIONS(1998), - [aux_sym_connection_attempts_token1] = ACTIONS(1998), - [aux_sym_connect_timeout_token1] = ACTIONS(1998), - [aux_sym_control_master_token1] = ACTIONS(1998), - [aux_sym_control_path_token1] = ACTIONS(1998), - [aux_sym_control_persist_token1] = ACTIONS(1998), - [aux_sym_dynamic_forward_token1] = ACTIONS(1998), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1998), - [aux_sym_escape_char_token1] = ACTIONS(1998), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1998), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1998), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1998), - [aux_sym_forward_agent_token1] = ACTIONS(1998), - [aux_sym_forward_x11_token1] = ACTIONS(2000), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1998), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1998), - [aux_sym_gateway_ports_token1] = ACTIONS(1998), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1998), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1998), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1998), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1998), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1998), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1998), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1998), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1998), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1998), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1998), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1998), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1998), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1998), - [aux_sym_host_key_alias_token1] = ACTIONS(1998), - [aux_sym_hostname_token1] = ACTIONS(1998), - [aux_sym_identities_only_token1] = ACTIONS(1998), - [aux_sym_identity_agent_token1] = ACTIONS(1998), - [aux_sym_identity_file_token1] = ACTIONS(1998), - [aux_sym_ignore_unknown_token1] = ACTIONS(1998), - [aux_sym_include_token1] = ACTIONS(1998), - [aux_sym_ip_qos_token1] = ACTIONS(1998), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1998), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1998), - [aux_sym_kex_algorithms_token1] = ACTIONS(1998), - [aux_sym_known_hosts_command_token1] = ACTIONS(1998), - [aux_sym_local_command_token1] = ACTIONS(1998), - [aux_sym_local_forward_token1] = ACTIONS(1998), - [aux_sym_log_level_token1] = ACTIONS(1998), - [aux_sym_log_verbose_token1] = ACTIONS(1998), - [aux_sym_macs_token1] = ACTIONS(1998), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1998), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1998), - [aux_sym_password_authentication_token1] = ACTIONS(1998), - [aux_sym_permit_local_command_token1] = ACTIONS(1998), - [aux_sym_permit_remote_open_token1] = ACTIONS(1998), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1998), - [aux_sym_port_token1] = ACTIONS(1998), - [aux_sym_preferred_authentications_token1] = ACTIONS(1998), - [aux_sym_protocol_token1] = ACTIONS(1998), - [aux_sym_proxy_command_token1] = ACTIONS(1998), - [aux_sym_proxy_jump_token1] = ACTIONS(1998), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1998), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1998), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1998), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1998), - [aux_sym_rekey_limit_token1] = ACTIONS(1998), - [aux_sym_remote_command_token1] = ACTIONS(1998), - [aux_sym_remote_forward_token1] = ACTIONS(1998), - [aux_sym_request_tty_token1] = ACTIONS(1998), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1998), - [aux_sym_security_key_provider_token1] = ACTIONS(1998), - [aux_sym_send_env_token1] = ACTIONS(1998), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1998), - [aux_sym_server_alive_interval_token1] = ACTIONS(1998), - [aux_sym_session_type_token1] = ACTIONS(1998), - [aux_sym_set_env_token1] = ACTIONS(1998), - [aux_sym_stdin_null_token1] = ACTIONS(1998), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1998), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1998), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1998), - [aux_sym_syslog_facility_token1] = ACTIONS(1998), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1998), - [aux_sym_keep_alive_token1] = ACTIONS(1998), - [aux_sym_tunnel_token1] = ACTIONS(2000), - [aux_sym_tunnel_device_token1] = ACTIONS(1998), - [aux_sym_update_host_keys_token1] = ACTIONS(1998), - [aux_sym_use_keychain_token1] = ACTIONS(1998), - [aux_sym_use_roaming_token1] = ACTIONS(1998), - [aux_sym_user_token1] = ACTIONS(2000), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1998), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1998), - [aux_sym_visual_host_key_token1] = ACTIONS(1998), - [aux_sym_xauth_location_token1] = ACTIONS(1998), + [ts_builtin_sym_end] = ACTIONS(2005), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2007), + [anon_sym_DQUOTE] = ACTIONS(2005), + [aux_sym_match_token1] = ACTIONS(2005), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2005), + [aux_sym_address_family_token1] = ACTIONS(2005), + [aux_sym_batch_mode_token1] = ACTIONS(2005), + [aux_sym_bind_address_token1] = ACTIONS(2005), + [aux_sym_bind_interface_token1] = ACTIONS(2005), + [aux_sym_canonical_domains_token1] = ACTIONS(2005), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2005), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2005), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2005), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2005), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2005), + [aux_sym_certificate_file_token1] = ACTIONS(2005), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2005), + [aux_sym_check_host_ip_token1] = ACTIONS(2005), + [aux_sym_ciphers_token1] = ACTIONS(2005), + [aux_sym_cipher_token1] = ACTIONS(2007), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2005), + [aux_sym_compression_token1] = ACTIONS(2005), + [aux_sym_connection_attempts_token1] = ACTIONS(2005), + [aux_sym_connect_timeout_token1] = ACTIONS(2005), + [aux_sym_control_master_token1] = ACTIONS(2005), + [aux_sym_control_path_token1] = ACTIONS(2005), + [aux_sym_control_persist_token1] = ACTIONS(2005), + [aux_sym_dynamic_forward_token1] = ACTIONS(2005), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2005), + [aux_sym_escape_char_token1] = ACTIONS(2005), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2005), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2005), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2005), + [aux_sym_forward_agent_token1] = ACTIONS(2005), + [aux_sym_forward_x11_token1] = ACTIONS(2007), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2005), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2005), + [aux_sym_gateway_ports_token1] = ACTIONS(2005), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2005), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2005), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2005), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2005), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2005), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2005), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2005), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2005), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2005), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2005), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2005), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2005), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2005), + [aux_sym_host_key_alias_token1] = ACTIONS(2005), + [aux_sym_hostname_token1] = ACTIONS(2005), + [aux_sym_identities_only_token1] = ACTIONS(2005), + [aux_sym_identity_agent_token1] = ACTIONS(2005), + [aux_sym_identity_file_token1] = ACTIONS(2005), + [aux_sym_ignore_unknown_token1] = ACTIONS(2005), + [aux_sym_include_token1] = ACTIONS(2005), + [aux_sym_ip_qos_token1] = ACTIONS(2005), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2005), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2005), + [aux_sym_kex_algorithms_token1] = ACTIONS(2005), + [aux_sym_known_hosts_command_token1] = ACTIONS(2005), + [aux_sym_local_command_token1] = ACTIONS(2005), + [aux_sym_local_forward_token1] = ACTIONS(2005), + [aux_sym_log_level_token1] = ACTIONS(2005), + [aux_sym_log_verbose_token1] = ACTIONS(2005), + [aux_sym_macs_token1] = ACTIONS(2005), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2005), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2005), + [aux_sym_password_authentication_token1] = ACTIONS(2005), + [aux_sym_permit_local_command_token1] = ACTIONS(2005), + [aux_sym_permit_remote_open_token1] = ACTIONS(2005), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2005), + [aux_sym_port_token1] = ACTIONS(2005), + [aux_sym_preferred_authentications_token1] = ACTIONS(2005), + [aux_sym_protocol_token1] = ACTIONS(2005), + [aux_sym_proxy_command_token1] = ACTIONS(2005), + [aux_sym_proxy_jump_token1] = ACTIONS(2005), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2005), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2005), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2005), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2005), + [aux_sym_rekey_limit_token1] = ACTIONS(2005), + [aux_sym_remote_command_token1] = ACTIONS(2005), + [aux_sym_remote_forward_token1] = ACTIONS(2005), + [aux_sym_request_tty_token1] = ACTIONS(2005), + [aux_sym_required_rsa_size_token1] = ACTIONS(2005), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2005), + [aux_sym_security_key_provider_token1] = ACTIONS(2005), + [aux_sym_send_env_token1] = ACTIONS(2005), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2005), + [aux_sym_server_alive_interval_token1] = ACTIONS(2005), + [aux_sym_session_type_token1] = ACTIONS(2005), + [aux_sym_set_env_token1] = ACTIONS(2005), + [aux_sym_stdin_null_token1] = ACTIONS(2005), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2005), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2005), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2005), + [aux_sym_syslog_facility_token1] = ACTIONS(2005), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2005), + [aux_sym_keep_alive_token1] = ACTIONS(2005), + [aux_sym_tunnel_token1] = ACTIONS(2007), + [aux_sym_tunnel_device_token1] = ACTIONS(2005), + [aux_sym_update_host_keys_token1] = ACTIONS(2005), + [aux_sym_use_keychain_token1] = ACTIONS(2005), + [aux_sym_use_roaming_token1] = ACTIONS(2005), + [aux_sym_user_token1] = ACTIONS(2007), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2005), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2005), + [aux_sym_visual_host_key_token1] = ACTIONS(2005), + [aux_sym_xauth_location_token1] = ACTIONS(2005), }, [250] = { - [ts_builtin_sym_end] = ACTIONS(2002), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2004), - [anon_sym_DQUOTE] = ACTIONS(2006), - [aux_sym_match_token1] = ACTIONS(2002), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2002), - [aux_sym_address_family_token1] = ACTIONS(2002), - [aux_sym_batch_mode_token1] = ACTIONS(2002), - [aux_sym_bind_address_token1] = ACTIONS(2002), - [aux_sym_bind_interface_token1] = ACTIONS(2002), - [aux_sym_canonical_domains_token1] = ACTIONS(2002), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2002), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2002), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2002), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2002), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2002), - [aux_sym_certificate_file_token1] = ACTIONS(2002), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2002), - [aux_sym_check_host_ip_token1] = ACTIONS(2002), - [aux_sym_ciphers_token1] = ACTIONS(2002), - [aux_sym_cipher_token1] = ACTIONS(2004), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2002), - [aux_sym_compression_token1] = ACTIONS(2002), - [aux_sym_connection_attempts_token1] = ACTIONS(2002), - [aux_sym_connect_timeout_token1] = ACTIONS(2002), - [aux_sym_control_master_token1] = ACTIONS(2002), - [aux_sym_control_path_token1] = ACTIONS(2002), - [aux_sym_control_persist_token1] = ACTIONS(2002), - [aux_sym_dynamic_forward_token1] = ACTIONS(2002), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2002), - [aux_sym_escape_char_token1] = ACTIONS(2002), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2002), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2002), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2002), - [aux_sym_forward_agent_token1] = ACTIONS(2002), - [aux_sym_forward_x11_token1] = ACTIONS(2004), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2002), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2002), - [aux_sym_gateway_ports_token1] = ACTIONS(2002), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2002), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2002), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2002), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2002), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2002), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2002), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2002), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2002), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2002), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2002), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2002), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2002), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2002), - [aux_sym_host_key_alias_token1] = ACTIONS(2002), - [aux_sym_hostname_token1] = ACTIONS(2002), - [aux_sym_identities_only_token1] = ACTIONS(2002), - [aux_sym_identity_agent_token1] = ACTIONS(2002), - [aux_sym_identity_file_token1] = ACTIONS(2002), - [aux_sym_ignore_unknown_token1] = ACTIONS(2002), - [aux_sym_include_token1] = ACTIONS(2002), - [aux_sym_ip_qos_token1] = ACTIONS(2002), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2002), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2002), - [aux_sym_kex_algorithms_token1] = ACTIONS(2002), - [aux_sym_known_hosts_command_token1] = ACTIONS(2002), - [aux_sym_local_command_token1] = ACTIONS(2002), - [aux_sym_local_forward_token1] = ACTIONS(2002), - [aux_sym_log_level_token1] = ACTIONS(2002), - [aux_sym_log_verbose_token1] = ACTIONS(2002), - [aux_sym_macs_token1] = ACTIONS(2002), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2002), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2002), - [aux_sym_password_authentication_token1] = ACTIONS(2002), - [aux_sym_permit_local_command_token1] = ACTIONS(2002), - [aux_sym_permit_remote_open_token1] = ACTIONS(2002), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2002), - [aux_sym_port_token1] = ACTIONS(2002), - [aux_sym_preferred_authentications_token1] = ACTIONS(2002), - [aux_sym_protocol_token1] = ACTIONS(2002), - [aux_sym_proxy_command_token1] = ACTIONS(2002), - [aux_sym_proxy_jump_token1] = ACTIONS(2002), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2002), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2002), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2002), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2002), - [aux_sym_rekey_limit_token1] = ACTIONS(2002), - [aux_sym_remote_command_token1] = ACTIONS(2002), - [aux_sym_remote_forward_token1] = ACTIONS(2002), - [aux_sym_request_tty_token1] = ACTIONS(2002), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2002), - [aux_sym_security_key_provider_token1] = ACTIONS(2002), - [aux_sym_send_env_token1] = ACTIONS(2002), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2002), - [aux_sym_server_alive_interval_token1] = ACTIONS(2002), - [aux_sym_session_type_token1] = ACTIONS(2002), - [aux_sym_set_env_token1] = ACTIONS(2002), - [aux_sym_stdin_null_token1] = ACTIONS(2002), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2002), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2002), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2002), - [aux_sym_syslog_facility_token1] = ACTIONS(2002), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2002), - [aux_sym_keep_alive_token1] = ACTIONS(2002), - [aux_sym_tunnel_token1] = ACTIONS(2004), - [aux_sym_tunnel_device_token1] = ACTIONS(2002), - [aux_sym_update_host_keys_token1] = ACTIONS(2002), - [aux_sym_use_keychain_token1] = ACTIONS(2002), - [aux_sym_use_roaming_token1] = ACTIONS(2002), - [aux_sym_user_token1] = ACTIONS(2004), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2002), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2002), - [aux_sym_visual_host_key_token1] = ACTIONS(2002), - [aux_sym_xauth_location_token1] = ACTIONS(2002), + [ts_builtin_sym_end] = ACTIONS(2009), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2011), + [anon_sym_DQUOTE] = ACTIONS(2013), + [aux_sym_match_token1] = ACTIONS(2009), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2009), + [aux_sym_address_family_token1] = ACTIONS(2009), + [aux_sym_batch_mode_token1] = ACTIONS(2009), + [aux_sym_bind_address_token1] = ACTIONS(2009), + [aux_sym_bind_interface_token1] = ACTIONS(2009), + [aux_sym_canonical_domains_token1] = ACTIONS(2009), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2009), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2009), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2009), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2009), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2009), + [aux_sym_certificate_file_token1] = ACTIONS(2009), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2009), + [aux_sym_check_host_ip_token1] = ACTIONS(2009), + [aux_sym_ciphers_token1] = ACTIONS(2009), + [aux_sym_cipher_token1] = ACTIONS(2011), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2009), + [aux_sym_compression_token1] = ACTIONS(2009), + [aux_sym_connection_attempts_token1] = ACTIONS(2009), + [aux_sym_connect_timeout_token1] = ACTIONS(2009), + [aux_sym_control_master_token1] = ACTIONS(2009), + [aux_sym_control_path_token1] = ACTIONS(2009), + [aux_sym_control_persist_token1] = ACTIONS(2009), + [aux_sym_dynamic_forward_token1] = ACTIONS(2009), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2009), + [aux_sym_escape_char_token1] = ACTIONS(2009), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2009), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2009), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2009), + [aux_sym_forward_agent_token1] = ACTIONS(2009), + [aux_sym_forward_x11_token1] = ACTIONS(2011), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2009), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2009), + [aux_sym_gateway_ports_token1] = ACTIONS(2009), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2009), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2009), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2009), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2009), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2009), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2009), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2009), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2009), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2009), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2009), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2009), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2009), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2009), + [aux_sym_host_key_alias_token1] = ACTIONS(2009), + [aux_sym_hostname_token1] = ACTIONS(2009), + [aux_sym_identities_only_token1] = ACTIONS(2009), + [aux_sym_identity_agent_token1] = ACTIONS(2009), + [aux_sym_identity_file_token1] = ACTIONS(2009), + [aux_sym_ignore_unknown_token1] = ACTIONS(2009), + [aux_sym_include_token1] = ACTIONS(2009), + [aux_sym_ip_qos_token1] = ACTIONS(2009), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2009), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2009), + [aux_sym_kex_algorithms_token1] = ACTIONS(2009), + [aux_sym_known_hosts_command_token1] = ACTIONS(2009), + [aux_sym_local_command_token1] = ACTIONS(2009), + [aux_sym_local_forward_token1] = ACTIONS(2009), + [aux_sym_log_level_token1] = ACTIONS(2009), + [aux_sym_log_verbose_token1] = ACTIONS(2009), + [aux_sym_macs_token1] = ACTIONS(2009), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2009), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2009), + [aux_sym_password_authentication_token1] = ACTIONS(2009), + [aux_sym_permit_local_command_token1] = ACTIONS(2009), + [aux_sym_permit_remote_open_token1] = ACTIONS(2009), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2009), + [aux_sym_port_token1] = ACTIONS(2009), + [aux_sym_preferred_authentications_token1] = ACTIONS(2009), + [aux_sym_protocol_token1] = ACTIONS(2009), + [aux_sym_proxy_command_token1] = ACTIONS(2009), + [aux_sym_proxy_jump_token1] = ACTIONS(2009), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2009), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2009), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2009), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2009), + [aux_sym_rekey_limit_token1] = ACTIONS(2009), + [aux_sym_remote_command_token1] = ACTIONS(2009), + [aux_sym_remote_forward_token1] = ACTIONS(2009), + [aux_sym_request_tty_token1] = ACTIONS(2009), + [aux_sym_required_rsa_size_token1] = ACTIONS(2009), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2009), + [aux_sym_security_key_provider_token1] = ACTIONS(2009), + [aux_sym_send_env_token1] = ACTIONS(2009), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2009), + [aux_sym_server_alive_interval_token1] = ACTIONS(2009), + [aux_sym_session_type_token1] = ACTIONS(2009), + [aux_sym_set_env_token1] = ACTIONS(2009), + [aux_sym_stdin_null_token1] = ACTIONS(2009), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2009), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2009), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2009), + [aux_sym_syslog_facility_token1] = ACTIONS(2009), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2009), + [aux_sym_keep_alive_token1] = ACTIONS(2009), + [aux_sym_tunnel_token1] = ACTIONS(2011), + [aux_sym_tunnel_device_token1] = ACTIONS(2009), + [aux_sym_update_host_keys_token1] = ACTIONS(2009), + [aux_sym_use_keychain_token1] = ACTIONS(2009), + [aux_sym_use_roaming_token1] = ACTIONS(2009), + [aux_sym_user_token1] = ACTIONS(2011), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2009), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2009), + [aux_sym_visual_host_key_token1] = ACTIONS(2009), + [aux_sym_xauth_location_token1] = ACTIONS(2009), }, [251] = { - [ts_builtin_sym_end] = ACTIONS(2008), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2010), - [anon_sym_DQUOTE] = ACTIONS(2008), - [aux_sym_match_token1] = ACTIONS(2008), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2008), - [aux_sym_address_family_token1] = ACTIONS(2008), - [aux_sym_batch_mode_token1] = ACTIONS(2008), - [aux_sym_bind_address_token1] = ACTIONS(2008), - [aux_sym_bind_interface_token1] = ACTIONS(2008), - [aux_sym_canonical_domains_token1] = ACTIONS(2008), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2008), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2008), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2008), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2008), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2008), - [aux_sym_certificate_file_token1] = ACTIONS(2008), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2008), - [aux_sym_check_host_ip_token1] = ACTIONS(2008), - [aux_sym_ciphers_token1] = ACTIONS(2008), - [aux_sym_cipher_token1] = ACTIONS(2010), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2008), - [aux_sym_compression_token1] = ACTIONS(2008), - [aux_sym_connection_attempts_token1] = ACTIONS(2008), - [aux_sym_connect_timeout_token1] = ACTIONS(2008), - [aux_sym_control_master_token1] = ACTIONS(2008), - [aux_sym_control_path_token1] = ACTIONS(2008), - [aux_sym_control_persist_token1] = ACTIONS(2008), - [aux_sym_dynamic_forward_token1] = ACTIONS(2008), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2008), - [aux_sym_escape_char_token1] = ACTIONS(2008), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2008), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2008), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2008), - [aux_sym_forward_agent_token1] = ACTIONS(2008), - [aux_sym_forward_x11_token1] = ACTIONS(2010), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2008), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2008), - [aux_sym_gateway_ports_token1] = ACTIONS(2008), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2008), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2008), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2008), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2008), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2008), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2008), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2008), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2008), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2008), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2008), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2008), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2008), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2008), - [aux_sym_host_key_alias_token1] = ACTIONS(2008), - [aux_sym_hostname_token1] = ACTIONS(2008), - [aux_sym_identities_only_token1] = ACTIONS(2008), - [aux_sym_identity_agent_token1] = ACTIONS(2008), - [aux_sym_identity_file_token1] = ACTIONS(2008), - [aux_sym_ignore_unknown_token1] = ACTIONS(2008), - [aux_sym_include_token1] = ACTIONS(2008), - [aux_sym_ip_qos_token1] = ACTIONS(2008), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2008), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2008), - [aux_sym_kex_algorithms_token1] = ACTIONS(2008), - [aux_sym_known_hosts_command_token1] = ACTIONS(2008), - [aux_sym_local_command_token1] = ACTIONS(2008), - [aux_sym_local_forward_token1] = ACTIONS(2008), - [aux_sym_log_level_token1] = ACTIONS(2008), - [aux_sym_log_verbose_token1] = ACTIONS(2008), - [aux_sym_macs_token1] = ACTIONS(2008), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2008), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2008), - [aux_sym_password_authentication_token1] = ACTIONS(2008), - [aux_sym_permit_local_command_token1] = ACTIONS(2008), - [aux_sym_permit_remote_open_token1] = ACTIONS(2008), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2008), - [aux_sym_port_token1] = ACTIONS(2008), - [aux_sym_preferred_authentications_token1] = ACTIONS(2008), - [aux_sym_protocol_token1] = ACTIONS(2008), - [aux_sym_proxy_command_token1] = ACTIONS(2008), - [aux_sym_proxy_jump_token1] = ACTIONS(2008), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2008), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2008), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2008), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2008), - [aux_sym_rekey_limit_token1] = ACTIONS(2008), - [aux_sym_remote_command_token1] = ACTIONS(2008), - [aux_sym_remote_forward_token1] = ACTIONS(2008), - [aux_sym_request_tty_token1] = ACTIONS(2008), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2008), - [aux_sym_security_key_provider_token1] = ACTIONS(2008), - [aux_sym_send_env_token1] = ACTIONS(2008), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2008), - [aux_sym_server_alive_interval_token1] = ACTIONS(2008), - [aux_sym_session_type_token1] = ACTIONS(2008), - [aux_sym_set_env_token1] = ACTIONS(2008), - [aux_sym_stdin_null_token1] = ACTIONS(2008), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2008), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2008), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2008), - [aux_sym_syslog_facility_token1] = ACTIONS(2008), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2008), - [aux_sym_keep_alive_token1] = ACTIONS(2008), - [aux_sym_tunnel_token1] = ACTIONS(2010), - [aux_sym_tunnel_device_token1] = ACTIONS(2008), - [aux_sym_update_host_keys_token1] = ACTIONS(2008), - [aux_sym_use_keychain_token1] = ACTIONS(2008), - [aux_sym_use_roaming_token1] = ACTIONS(2008), - [aux_sym_user_token1] = ACTIONS(2010), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2008), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2008), - [aux_sym_visual_host_key_token1] = ACTIONS(2008), - [aux_sym_xauth_location_token1] = ACTIONS(2008), + [ts_builtin_sym_end] = ACTIONS(2015), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2017), + [anon_sym_DQUOTE] = ACTIONS(2015), + [aux_sym_match_token1] = ACTIONS(2015), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2015), + [aux_sym_address_family_token1] = ACTIONS(2015), + [aux_sym_batch_mode_token1] = ACTIONS(2015), + [aux_sym_bind_address_token1] = ACTIONS(2015), + [aux_sym_bind_interface_token1] = ACTIONS(2015), + [aux_sym_canonical_domains_token1] = ACTIONS(2015), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2015), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2015), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2015), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2015), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2015), + [aux_sym_certificate_file_token1] = ACTIONS(2015), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2015), + [aux_sym_check_host_ip_token1] = ACTIONS(2015), + [aux_sym_ciphers_token1] = ACTIONS(2015), + [aux_sym_cipher_token1] = ACTIONS(2017), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2015), + [aux_sym_compression_token1] = ACTIONS(2015), + [aux_sym_connection_attempts_token1] = ACTIONS(2015), + [aux_sym_connect_timeout_token1] = ACTIONS(2015), + [aux_sym_control_master_token1] = ACTIONS(2015), + [aux_sym_control_path_token1] = ACTIONS(2015), + [aux_sym_control_persist_token1] = ACTIONS(2015), + [aux_sym_dynamic_forward_token1] = ACTIONS(2015), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2015), + [aux_sym_escape_char_token1] = ACTIONS(2015), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2015), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2015), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2015), + [aux_sym_forward_agent_token1] = ACTIONS(2015), + [aux_sym_forward_x11_token1] = ACTIONS(2017), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2015), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2015), + [aux_sym_gateway_ports_token1] = ACTIONS(2015), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2015), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2015), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2015), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2015), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2015), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2015), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2015), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2015), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2015), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2015), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2015), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2015), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2015), + [aux_sym_host_key_alias_token1] = ACTIONS(2015), + [aux_sym_hostname_token1] = ACTIONS(2015), + [aux_sym_identities_only_token1] = ACTIONS(2015), + [aux_sym_identity_agent_token1] = ACTIONS(2015), + [aux_sym_identity_file_token1] = ACTIONS(2015), + [aux_sym_ignore_unknown_token1] = ACTIONS(2015), + [aux_sym_include_token1] = ACTIONS(2015), + [aux_sym_ip_qos_token1] = ACTIONS(2015), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2015), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2015), + [aux_sym_kex_algorithms_token1] = ACTIONS(2015), + [aux_sym_known_hosts_command_token1] = ACTIONS(2015), + [aux_sym_local_command_token1] = ACTIONS(2015), + [aux_sym_local_forward_token1] = ACTIONS(2015), + [aux_sym_log_level_token1] = ACTIONS(2015), + [aux_sym_log_verbose_token1] = ACTIONS(2015), + [aux_sym_macs_token1] = ACTIONS(2015), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2015), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2015), + [aux_sym_password_authentication_token1] = ACTIONS(2015), + [aux_sym_permit_local_command_token1] = ACTIONS(2015), + [aux_sym_permit_remote_open_token1] = ACTIONS(2015), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2015), + [aux_sym_port_token1] = ACTIONS(2015), + [aux_sym_preferred_authentications_token1] = ACTIONS(2015), + [aux_sym_protocol_token1] = ACTIONS(2015), + [aux_sym_proxy_command_token1] = ACTIONS(2015), + [aux_sym_proxy_jump_token1] = ACTIONS(2015), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2015), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2015), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2015), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2015), + [aux_sym_rekey_limit_token1] = ACTIONS(2015), + [aux_sym_remote_command_token1] = ACTIONS(2015), + [aux_sym_remote_forward_token1] = ACTIONS(2015), + [aux_sym_request_tty_token1] = ACTIONS(2015), + [aux_sym_required_rsa_size_token1] = ACTIONS(2015), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2015), + [aux_sym_security_key_provider_token1] = ACTIONS(2015), + [aux_sym_send_env_token1] = ACTIONS(2015), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2015), + [aux_sym_server_alive_interval_token1] = ACTIONS(2015), + [aux_sym_session_type_token1] = ACTIONS(2015), + [aux_sym_set_env_token1] = ACTIONS(2015), + [aux_sym_stdin_null_token1] = ACTIONS(2015), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2015), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2015), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2015), + [aux_sym_syslog_facility_token1] = ACTIONS(2015), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2015), + [aux_sym_keep_alive_token1] = ACTIONS(2015), + [aux_sym_tunnel_token1] = ACTIONS(2017), + [aux_sym_tunnel_device_token1] = ACTIONS(2015), + [aux_sym_update_host_keys_token1] = ACTIONS(2015), + [aux_sym_use_keychain_token1] = ACTIONS(2015), + [aux_sym_use_roaming_token1] = ACTIONS(2015), + [aux_sym_user_token1] = ACTIONS(2017), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2015), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2015), + [aux_sym_visual_host_key_token1] = ACTIONS(2015), + [aux_sym_xauth_location_token1] = ACTIONS(2015), }, [252] = { - [ts_builtin_sym_end] = ACTIONS(2012), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2014), - [anon_sym_DQUOTE] = ACTIONS(2016), - [aux_sym_match_token1] = ACTIONS(2012), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2012), - [aux_sym_address_family_token1] = ACTIONS(2012), - [aux_sym_batch_mode_token1] = ACTIONS(2012), - [aux_sym_bind_address_token1] = ACTIONS(2012), - [aux_sym_bind_interface_token1] = ACTIONS(2012), - [aux_sym_canonical_domains_token1] = ACTIONS(2012), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2012), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2012), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2012), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2012), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2012), - [aux_sym_certificate_file_token1] = ACTIONS(2012), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2012), - [aux_sym_check_host_ip_token1] = ACTIONS(2012), - [aux_sym_ciphers_token1] = ACTIONS(2012), - [aux_sym_cipher_token1] = ACTIONS(2014), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2012), - [aux_sym_compression_token1] = ACTIONS(2012), - [aux_sym_connection_attempts_token1] = ACTIONS(2012), - [aux_sym_connect_timeout_token1] = ACTIONS(2012), - [aux_sym_control_master_token1] = ACTIONS(2012), - [aux_sym_control_path_token1] = ACTIONS(2012), - [aux_sym_control_persist_token1] = ACTIONS(2012), - [aux_sym_dynamic_forward_token1] = ACTIONS(2012), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2012), - [aux_sym_escape_char_token1] = ACTIONS(2012), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2012), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2012), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2012), - [aux_sym_forward_agent_token1] = ACTIONS(2012), - [aux_sym_forward_x11_token1] = ACTIONS(2014), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2012), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2012), - [aux_sym_gateway_ports_token1] = ACTIONS(2012), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2012), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2012), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2012), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2012), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2012), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2012), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2012), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2012), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2012), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2012), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2012), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2012), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2012), - [aux_sym_host_key_alias_token1] = ACTIONS(2012), - [aux_sym_hostname_token1] = ACTIONS(2012), - [aux_sym_identities_only_token1] = ACTIONS(2012), - [aux_sym_identity_agent_token1] = ACTIONS(2012), - [aux_sym_identity_file_token1] = ACTIONS(2012), - [aux_sym_ignore_unknown_token1] = ACTIONS(2012), - [aux_sym_include_token1] = ACTIONS(2012), - [aux_sym_ip_qos_token1] = ACTIONS(2012), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2012), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2012), - [aux_sym_kex_algorithms_token1] = ACTIONS(2012), - [aux_sym_known_hosts_command_token1] = ACTIONS(2012), - [aux_sym_local_command_token1] = ACTIONS(2012), - [aux_sym_local_forward_token1] = ACTIONS(2012), - [aux_sym_log_level_token1] = ACTIONS(2012), - [aux_sym_log_verbose_token1] = ACTIONS(2012), - [aux_sym_macs_token1] = ACTIONS(2012), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2012), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2012), - [aux_sym_password_authentication_token1] = ACTIONS(2012), - [aux_sym_permit_local_command_token1] = ACTIONS(2012), - [aux_sym_permit_remote_open_token1] = ACTIONS(2012), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2012), - [aux_sym_port_token1] = ACTIONS(2012), - [aux_sym_preferred_authentications_token1] = ACTIONS(2012), - [aux_sym_protocol_token1] = ACTIONS(2012), - [aux_sym_proxy_command_token1] = ACTIONS(2012), - [aux_sym_proxy_jump_token1] = ACTIONS(2012), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2012), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2012), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2012), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2012), - [aux_sym_rekey_limit_token1] = ACTIONS(2012), - [aux_sym_remote_command_token1] = ACTIONS(2012), - [aux_sym_remote_forward_token1] = ACTIONS(2012), - [aux_sym_request_tty_token1] = ACTIONS(2012), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2012), - [aux_sym_security_key_provider_token1] = ACTIONS(2012), - [aux_sym_send_env_token1] = ACTIONS(2012), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2012), - [aux_sym_server_alive_interval_token1] = ACTIONS(2012), - [aux_sym_session_type_token1] = ACTIONS(2012), - [aux_sym_set_env_token1] = ACTIONS(2012), - [aux_sym_stdin_null_token1] = ACTIONS(2012), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2012), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2012), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2012), - [aux_sym_syslog_facility_token1] = ACTIONS(2012), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2012), - [aux_sym_keep_alive_token1] = ACTIONS(2012), - [aux_sym_tunnel_token1] = ACTIONS(2014), - [aux_sym_tunnel_device_token1] = ACTIONS(2012), - [aux_sym_update_host_keys_token1] = ACTIONS(2012), - [aux_sym_use_keychain_token1] = ACTIONS(2012), - [aux_sym_use_roaming_token1] = ACTIONS(2012), - [aux_sym_user_token1] = ACTIONS(2014), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2012), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2012), - [aux_sym_visual_host_key_token1] = ACTIONS(2012), - [aux_sym_xauth_location_token1] = ACTIONS(2012), + [ts_builtin_sym_end] = ACTIONS(2019), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2021), + [anon_sym_DQUOTE] = ACTIONS(2023), + [aux_sym_match_token1] = ACTIONS(2019), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2019), + [aux_sym_address_family_token1] = ACTIONS(2019), + [aux_sym_batch_mode_token1] = ACTIONS(2019), + [aux_sym_bind_address_token1] = ACTIONS(2019), + [aux_sym_bind_interface_token1] = ACTIONS(2019), + [aux_sym_canonical_domains_token1] = ACTIONS(2019), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2019), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2019), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2019), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2019), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2019), + [aux_sym_certificate_file_token1] = ACTIONS(2019), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2019), + [aux_sym_check_host_ip_token1] = ACTIONS(2019), + [aux_sym_ciphers_token1] = ACTIONS(2019), + [aux_sym_cipher_token1] = ACTIONS(2021), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2019), + [aux_sym_compression_token1] = ACTIONS(2019), + [aux_sym_connection_attempts_token1] = ACTIONS(2019), + [aux_sym_connect_timeout_token1] = ACTIONS(2019), + [aux_sym_control_master_token1] = ACTIONS(2019), + [aux_sym_control_path_token1] = ACTIONS(2019), + [aux_sym_control_persist_token1] = ACTIONS(2019), + [aux_sym_dynamic_forward_token1] = ACTIONS(2019), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2019), + [aux_sym_escape_char_token1] = ACTIONS(2019), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2019), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2019), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2019), + [aux_sym_forward_agent_token1] = ACTIONS(2019), + [aux_sym_forward_x11_token1] = ACTIONS(2021), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2019), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2019), + [aux_sym_gateway_ports_token1] = ACTIONS(2019), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2019), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2019), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2019), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2019), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2019), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2019), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2019), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2019), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2019), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2019), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2019), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2019), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2019), + [aux_sym_host_key_alias_token1] = ACTIONS(2019), + [aux_sym_hostname_token1] = ACTIONS(2019), + [aux_sym_identities_only_token1] = ACTIONS(2019), + [aux_sym_identity_agent_token1] = ACTIONS(2019), + [aux_sym_identity_file_token1] = ACTIONS(2019), + [aux_sym_ignore_unknown_token1] = ACTIONS(2019), + [aux_sym_include_token1] = ACTIONS(2019), + [aux_sym_ip_qos_token1] = ACTIONS(2019), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2019), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2019), + [aux_sym_kex_algorithms_token1] = ACTIONS(2019), + [aux_sym_known_hosts_command_token1] = ACTIONS(2019), + [aux_sym_local_command_token1] = ACTIONS(2019), + [aux_sym_local_forward_token1] = ACTIONS(2019), + [aux_sym_log_level_token1] = ACTIONS(2019), + [aux_sym_log_verbose_token1] = ACTIONS(2019), + [aux_sym_macs_token1] = ACTIONS(2019), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2019), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2019), + [aux_sym_password_authentication_token1] = ACTIONS(2019), + [aux_sym_permit_local_command_token1] = ACTIONS(2019), + [aux_sym_permit_remote_open_token1] = ACTIONS(2019), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2019), + [aux_sym_port_token1] = ACTIONS(2019), + [aux_sym_preferred_authentications_token1] = ACTIONS(2019), + [aux_sym_protocol_token1] = ACTIONS(2019), + [aux_sym_proxy_command_token1] = ACTIONS(2019), + [aux_sym_proxy_jump_token1] = ACTIONS(2019), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2019), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2019), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2019), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2019), + [aux_sym_rekey_limit_token1] = ACTIONS(2019), + [aux_sym_remote_command_token1] = ACTIONS(2019), + [aux_sym_remote_forward_token1] = ACTIONS(2019), + [aux_sym_request_tty_token1] = ACTIONS(2019), + [aux_sym_required_rsa_size_token1] = ACTIONS(2019), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2019), + [aux_sym_security_key_provider_token1] = ACTIONS(2019), + [aux_sym_send_env_token1] = ACTIONS(2019), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2019), + [aux_sym_server_alive_interval_token1] = ACTIONS(2019), + [aux_sym_session_type_token1] = ACTIONS(2019), + [aux_sym_set_env_token1] = ACTIONS(2019), + [aux_sym_stdin_null_token1] = ACTIONS(2019), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2019), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2019), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2019), + [aux_sym_syslog_facility_token1] = ACTIONS(2019), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2019), + [aux_sym_keep_alive_token1] = ACTIONS(2019), + [aux_sym_tunnel_token1] = ACTIONS(2021), + [aux_sym_tunnel_device_token1] = ACTIONS(2019), + [aux_sym_update_host_keys_token1] = ACTIONS(2019), + [aux_sym_use_keychain_token1] = ACTIONS(2019), + [aux_sym_use_roaming_token1] = ACTIONS(2019), + [aux_sym_user_token1] = ACTIONS(2021), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2019), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2019), + [aux_sym_visual_host_key_token1] = ACTIONS(2019), + [aux_sym_xauth_location_token1] = ACTIONS(2019), }, [253] = { - [ts_builtin_sym_end] = ACTIONS(2018), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2020), - [anon_sym_DQUOTE] = ACTIONS(2018), - [aux_sym_match_token1] = ACTIONS(2018), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2018), - [aux_sym_address_family_token1] = ACTIONS(2018), - [aux_sym_batch_mode_token1] = ACTIONS(2018), - [aux_sym_bind_address_token1] = ACTIONS(2018), - [aux_sym_bind_interface_token1] = ACTIONS(2018), - [aux_sym_canonical_domains_token1] = ACTIONS(2018), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2018), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2018), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2018), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2018), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2018), - [aux_sym_certificate_file_token1] = ACTIONS(2018), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2018), - [aux_sym_check_host_ip_token1] = ACTIONS(2018), - [aux_sym_ciphers_token1] = ACTIONS(2018), - [aux_sym_cipher_token1] = ACTIONS(2020), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2018), - [aux_sym_compression_token1] = ACTIONS(2018), - [aux_sym_connection_attempts_token1] = ACTIONS(2018), - [aux_sym_connect_timeout_token1] = ACTIONS(2018), - [aux_sym_control_master_token1] = ACTIONS(2018), - [aux_sym_control_path_token1] = ACTIONS(2018), - [aux_sym_control_persist_token1] = ACTIONS(2018), - [aux_sym_dynamic_forward_token1] = ACTIONS(2018), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2018), - [aux_sym_escape_char_token1] = ACTIONS(2018), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2018), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2018), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2018), - [aux_sym_forward_agent_token1] = ACTIONS(2018), - [aux_sym_forward_x11_token1] = ACTIONS(2020), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2018), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2018), - [aux_sym_gateway_ports_token1] = ACTIONS(2018), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2018), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2018), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2018), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2018), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2018), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2018), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2018), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2018), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2018), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2018), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2018), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2018), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2018), - [aux_sym_host_key_alias_token1] = ACTIONS(2018), - [aux_sym_hostname_token1] = ACTIONS(2018), - [aux_sym_identities_only_token1] = ACTIONS(2018), - [aux_sym_identity_agent_token1] = ACTIONS(2018), - [aux_sym_identity_file_token1] = ACTIONS(2018), - [aux_sym_ignore_unknown_token1] = ACTIONS(2018), - [aux_sym_include_token1] = ACTIONS(2018), - [aux_sym_ip_qos_token1] = ACTIONS(2018), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2018), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2018), - [aux_sym_kex_algorithms_token1] = ACTIONS(2018), - [aux_sym_known_hosts_command_token1] = ACTIONS(2018), - [aux_sym_local_command_token1] = ACTIONS(2018), - [aux_sym_local_forward_token1] = ACTIONS(2018), - [aux_sym_log_level_token1] = ACTIONS(2018), - [aux_sym_log_verbose_token1] = ACTIONS(2018), - [aux_sym_macs_token1] = ACTIONS(2018), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2018), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2018), - [aux_sym_password_authentication_token1] = ACTIONS(2018), - [aux_sym_permit_local_command_token1] = ACTIONS(2018), - [aux_sym_permit_remote_open_token1] = ACTIONS(2018), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2018), - [aux_sym_port_token1] = ACTIONS(2018), - [aux_sym_preferred_authentications_token1] = ACTIONS(2018), - [aux_sym_protocol_token1] = ACTIONS(2018), - [aux_sym_proxy_command_token1] = ACTIONS(2018), - [aux_sym_proxy_jump_token1] = ACTIONS(2018), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2018), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2018), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2018), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2018), - [aux_sym_rekey_limit_token1] = ACTIONS(2018), - [aux_sym_remote_command_token1] = ACTIONS(2018), - [aux_sym_remote_forward_token1] = ACTIONS(2018), - [aux_sym_request_tty_token1] = ACTIONS(2018), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2018), - [aux_sym_security_key_provider_token1] = ACTIONS(2018), - [aux_sym_send_env_token1] = ACTIONS(2018), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2018), - [aux_sym_server_alive_interval_token1] = ACTIONS(2018), - [aux_sym_session_type_token1] = ACTIONS(2018), - [aux_sym_set_env_token1] = ACTIONS(2018), - [aux_sym_stdin_null_token1] = ACTIONS(2018), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2018), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2018), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2018), - [aux_sym_syslog_facility_token1] = ACTIONS(2018), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2018), - [aux_sym_keep_alive_token1] = ACTIONS(2018), - [aux_sym_tunnel_token1] = ACTIONS(2020), - [aux_sym_tunnel_device_token1] = ACTIONS(2018), - [aux_sym_update_host_keys_token1] = ACTIONS(2018), - [aux_sym_use_keychain_token1] = ACTIONS(2018), - [aux_sym_use_roaming_token1] = ACTIONS(2018), - [aux_sym_user_token1] = ACTIONS(2020), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2018), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2018), - [aux_sym_visual_host_key_token1] = ACTIONS(2018), - [aux_sym_xauth_location_token1] = ACTIONS(2018), + [ts_builtin_sym_end] = ACTIONS(2025), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2027), + [anon_sym_DQUOTE] = ACTIONS(2025), + [aux_sym_match_token1] = ACTIONS(2025), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2025), + [aux_sym_address_family_token1] = ACTIONS(2025), + [aux_sym_batch_mode_token1] = ACTIONS(2025), + [aux_sym_bind_address_token1] = ACTIONS(2025), + [aux_sym_bind_interface_token1] = ACTIONS(2025), + [aux_sym_canonical_domains_token1] = ACTIONS(2025), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2025), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2025), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2025), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2025), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2025), + [aux_sym_certificate_file_token1] = ACTIONS(2025), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2025), + [aux_sym_check_host_ip_token1] = ACTIONS(2025), + [aux_sym_ciphers_token1] = ACTIONS(2025), + [aux_sym_cipher_token1] = ACTIONS(2027), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2025), + [aux_sym_compression_token1] = ACTIONS(2025), + [aux_sym_connection_attempts_token1] = ACTIONS(2025), + [aux_sym_connect_timeout_token1] = ACTIONS(2025), + [aux_sym_control_master_token1] = ACTIONS(2025), + [aux_sym_control_path_token1] = ACTIONS(2025), + [aux_sym_control_persist_token1] = ACTIONS(2025), + [aux_sym_dynamic_forward_token1] = ACTIONS(2025), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2025), + [aux_sym_escape_char_token1] = ACTIONS(2025), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2025), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2025), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2025), + [aux_sym_forward_agent_token1] = ACTIONS(2025), + [aux_sym_forward_x11_token1] = ACTIONS(2027), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2025), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2025), + [aux_sym_gateway_ports_token1] = ACTIONS(2025), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2025), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2025), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2025), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2025), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2025), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2025), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2025), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2025), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2025), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2025), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2025), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2025), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2025), + [aux_sym_host_key_alias_token1] = ACTIONS(2025), + [aux_sym_hostname_token1] = ACTIONS(2025), + [aux_sym_identities_only_token1] = ACTIONS(2025), + [aux_sym_identity_agent_token1] = ACTIONS(2025), + [aux_sym_identity_file_token1] = ACTIONS(2025), + [aux_sym_ignore_unknown_token1] = ACTIONS(2025), + [aux_sym_include_token1] = ACTIONS(2025), + [aux_sym_ip_qos_token1] = ACTIONS(2025), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2025), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2025), + [aux_sym_kex_algorithms_token1] = ACTIONS(2025), + [aux_sym_known_hosts_command_token1] = ACTIONS(2025), + [aux_sym_local_command_token1] = ACTIONS(2025), + [aux_sym_local_forward_token1] = ACTIONS(2025), + [aux_sym_log_level_token1] = ACTIONS(2025), + [aux_sym_log_verbose_token1] = ACTIONS(2025), + [aux_sym_macs_token1] = ACTIONS(2025), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2025), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2025), + [aux_sym_password_authentication_token1] = ACTIONS(2025), + [aux_sym_permit_local_command_token1] = ACTIONS(2025), + [aux_sym_permit_remote_open_token1] = ACTIONS(2025), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2025), + [aux_sym_port_token1] = ACTIONS(2025), + [aux_sym_preferred_authentications_token1] = ACTIONS(2025), + [aux_sym_protocol_token1] = ACTIONS(2025), + [aux_sym_proxy_command_token1] = ACTIONS(2025), + [aux_sym_proxy_jump_token1] = ACTIONS(2025), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2025), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2025), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2025), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2025), + [aux_sym_rekey_limit_token1] = ACTIONS(2025), + [aux_sym_remote_command_token1] = ACTIONS(2025), + [aux_sym_remote_forward_token1] = ACTIONS(2025), + [aux_sym_request_tty_token1] = ACTIONS(2025), + [aux_sym_required_rsa_size_token1] = ACTIONS(2025), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2025), + [aux_sym_security_key_provider_token1] = ACTIONS(2025), + [aux_sym_send_env_token1] = ACTIONS(2025), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2025), + [aux_sym_server_alive_interval_token1] = ACTIONS(2025), + [aux_sym_session_type_token1] = ACTIONS(2025), + [aux_sym_set_env_token1] = ACTIONS(2025), + [aux_sym_stdin_null_token1] = ACTIONS(2025), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2025), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2025), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2025), + [aux_sym_syslog_facility_token1] = ACTIONS(2025), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2025), + [aux_sym_keep_alive_token1] = ACTIONS(2025), + [aux_sym_tunnel_token1] = ACTIONS(2027), + [aux_sym_tunnel_device_token1] = ACTIONS(2025), + [aux_sym_update_host_keys_token1] = ACTIONS(2025), + [aux_sym_use_keychain_token1] = ACTIONS(2025), + [aux_sym_use_roaming_token1] = ACTIONS(2025), + [aux_sym_user_token1] = ACTIONS(2027), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2025), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2025), + [aux_sym_visual_host_key_token1] = ACTIONS(2025), + [aux_sym_xauth_location_token1] = ACTIONS(2025), }, [254] = { - [ts_builtin_sym_end] = ACTIONS(2022), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2024), - [anon_sym_DQUOTE] = ACTIONS(2026), - [aux_sym_match_token1] = ACTIONS(2022), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2022), - [aux_sym_address_family_token1] = ACTIONS(2022), - [aux_sym_batch_mode_token1] = ACTIONS(2022), - [aux_sym_bind_address_token1] = ACTIONS(2022), - [aux_sym_bind_interface_token1] = ACTIONS(2022), - [aux_sym_canonical_domains_token1] = ACTIONS(2022), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2022), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2022), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2022), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2022), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2022), - [aux_sym_certificate_file_token1] = ACTIONS(2022), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2022), - [aux_sym_check_host_ip_token1] = ACTIONS(2022), - [aux_sym_ciphers_token1] = ACTIONS(2022), - [aux_sym_cipher_token1] = ACTIONS(2024), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2022), - [aux_sym_compression_token1] = ACTIONS(2022), - [aux_sym_connection_attempts_token1] = ACTIONS(2022), - [aux_sym_connect_timeout_token1] = ACTIONS(2022), - [aux_sym_control_master_token1] = ACTIONS(2022), - [aux_sym_control_path_token1] = ACTIONS(2022), - [aux_sym_control_persist_token1] = ACTIONS(2022), - [aux_sym_dynamic_forward_token1] = ACTIONS(2022), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2022), - [aux_sym_escape_char_token1] = ACTIONS(2022), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2022), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2022), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2022), - [aux_sym_forward_agent_token1] = ACTIONS(2022), - [aux_sym_forward_x11_token1] = ACTIONS(2024), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2022), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2022), - [aux_sym_gateway_ports_token1] = ACTIONS(2022), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2022), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2022), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2022), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2022), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2022), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2022), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2022), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2022), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2022), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2022), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2022), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2022), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2022), - [aux_sym_host_key_alias_token1] = ACTIONS(2022), - [aux_sym_hostname_token1] = ACTIONS(2022), - [aux_sym_identities_only_token1] = ACTIONS(2022), - [aux_sym_identity_agent_token1] = ACTIONS(2022), - [aux_sym_identity_file_token1] = ACTIONS(2022), - [aux_sym_ignore_unknown_token1] = ACTIONS(2022), - [aux_sym_include_token1] = ACTIONS(2022), - [aux_sym_ip_qos_token1] = ACTIONS(2022), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2022), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2022), - [aux_sym_kex_algorithms_token1] = ACTIONS(2022), - [aux_sym_known_hosts_command_token1] = ACTIONS(2022), - [aux_sym_local_command_token1] = ACTIONS(2022), - [aux_sym_local_forward_token1] = ACTIONS(2022), - [aux_sym_log_level_token1] = ACTIONS(2022), - [aux_sym_log_verbose_token1] = ACTIONS(2022), - [aux_sym_macs_token1] = ACTIONS(2022), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2022), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2022), - [aux_sym_password_authentication_token1] = ACTIONS(2022), - [aux_sym_permit_local_command_token1] = ACTIONS(2022), - [aux_sym_permit_remote_open_token1] = ACTIONS(2022), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2022), - [aux_sym_port_token1] = ACTIONS(2022), - [aux_sym_preferred_authentications_token1] = ACTIONS(2022), - [aux_sym_protocol_token1] = ACTIONS(2022), - [aux_sym_proxy_command_token1] = ACTIONS(2022), - [aux_sym_proxy_jump_token1] = ACTIONS(2022), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2022), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2022), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2022), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2022), - [aux_sym_rekey_limit_token1] = ACTIONS(2022), - [aux_sym_remote_command_token1] = ACTIONS(2022), - [aux_sym_remote_forward_token1] = ACTIONS(2022), - [aux_sym_request_tty_token1] = ACTIONS(2022), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2022), - [aux_sym_security_key_provider_token1] = ACTIONS(2022), - [aux_sym_send_env_token1] = ACTIONS(2022), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2022), - [aux_sym_server_alive_interval_token1] = ACTIONS(2022), - [aux_sym_session_type_token1] = ACTIONS(2022), - [aux_sym_set_env_token1] = ACTIONS(2022), - [aux_sym_stdin_null_token1] = ACTIONS(2022), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2022), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2022), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2022), - [aux_sym_syslog_facility_token1] = ACTIONS(2022), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2022), - [aux_sym_keep_alive_token1] = ACTIONS(2022), - [aux_sym_tunnel_token1] = ACTIONS(2024), - [aux_sym_tunnel_device_token1] = ACTIONS(2022), - [aux_sym_update_host_keys_token1] = ACTIONS(2022), - [aux_sym_use_keychain_token1] = ACTIONS(2022), - [aux_sym_use_roaming_token1] = ACTIONS(2022), - [aux_sym_user_token1] = ACTIONS(2024), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2022), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2022), - [aux_sym_visual_host_key_token1] = ACTIONS(2022), - [aux_sym_xauth_location_token1] = ACTIONS(2022), + [ts_builtin_sym_end] = ACTIONS(2029), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2031), + [anon_sym_DQUOTE] = ACTIONS(2033), + [aux_sym_match_token1] = ACTIONS(2029), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2029), + [aux_sym_address_family_token1] = ACTIONS(2029), + [aux_sym_batch_mode_token1] = ACTIONS(2029), + [aux_sym_bind_address_token1] = ACTIONS(2029), + [aux_sym_bind_interface_token1] = ACTIONS(2029), + [aux_sym_canonical_domains_token1] = ACTIONS(2029), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2029), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2029), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2029), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2029), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2029), + [aux_sym_certificate_file_token1] = ACTIONS(2029), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2029), + [aux_sym_check_host_ip_token1] = ACTIONS(2029), + [aux_sym_ciphers_token1] = ACTIONS(2029), + [aux_sym_cipher_token1] = ACTIONS(2031), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2029), + [aux_sym_compression_token1] = ACTIONS(2029), + [aux_sym_connection_attempts_token1] = ACTIONS(2029), + [aux_sym_connect_timeout_token1] = ACTIONS(2029), + [aux_sym_control_master_token1] = ACTIONS(2029), + [aux_sym_control_path_token1] = ACTIONS(2029), + [aux_sym_control_persist_token1] = ACTIONS(2029), + [aux_sym_dynamic_forward_token1] = ACTIONS(2029), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2029), + [aux_sym_escape_char_token1] = ACTIONS(2029), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2029), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2029), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2029), + [aux_sym_forward_agent_token1] = ACTIONS(2029), + [aux_sym_forward_x11_token1] = ACTIONS(2031), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2029), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2029), + [aux_sym_gateway_ports_token1] = ACTIONS(2029), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2029), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2029), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2029), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2029), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2029), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2029), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2029), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2029), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2029), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2029), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2029), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2029), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2029), + [aux_sym_host_key_alias_token1] = ACTIONS(2029), + [aux_sym_hostname_token1] = ACTIONS(2029), + [aux_sym_identities_only_token1] = ACTIONS(2029), + [aux_sym_identity_agent_token1] = ACTIONS(2029), + [aux_sym_identity_file_token1] = ACTIONS(2029), + [aux_sym_ignore_unknown_token1] = ACTIONS(2029), + [aux_sym_include_token1] = ACTIONS(2029), + [aux_sym_ip_qos_token1] = ACTIONS(2029), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2029), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2029), + [aux_sym_kex_algorithms_token1] = ACTIONS(2029), + [aux_sym_known_hosts_command_token1] = ACTIONS(2029), + [aux_sym_local_command_token1] = ACTIONS(2029), + [aux_sym_local_forward_token1] = ACTIONS(2029), + [aux_sym_log_level_token1] = ACTIONS(2029), + [aux_sym_log_verbose_token1] = ACTIONS(2029), + [aux_sym_macs_token1] = ACTIONS(2029), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2029), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2029), + [aux_sym_password_authentication_token1] = ACTIONS(2029), + [aux_sym_permit_local_command_token1] = ACTIONS(2029), + [aux_sym_permit_remote_open_token1] = ACTIONS(2029), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2029), + [aux_sym_port_token1] = ACTIONS(2029), + [aux_sym_preferred_authentications_token1] = ACTIONS(2029), + [aux_sym_protocol_token1] = ACTIONS(2029), + [aux_sym_proxy_command_token1] = ACTIONS(2029), + [aux_sym_proxy_jump_token1] = ACTIONS(2029), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2029), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2029), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2029), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2029), + [aux_sym_rekey_limit_token1] = ACTIONS(2029), + [aux_sym_remote_command_token1] = ACTIONS(2029), + [aux_sym_remote_forward_token1] = ACTIONS(2029), + [aux_sym_request_tty_token1] = ACTIONS(2029), + [aux_sym_required_rsa_size_token1] = ACTIONS(2029), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2029), + [aux_sym_security_key_provider_token1] = ACTIONS(2029), + [aux_sym_send_env_token1] = ACTIONS(2029), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2029), + [aux_sym_server_alive_interval_token1] = ACTIONS(2029), + [aux_sym_session_type_token1] = ACTIONS(2029), + [aux_sym_set_env_token1] = ACTIONS(2029), + [aux_sym_stdin_null_token1] = ACTIONS(2029), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2029), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2029), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2029), + [aux_sym_syslog_facility_token1] = ACTIONS(2029), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2029), + [aux_sym_keep_alive_token1] = ACTIONS(2029), + [aux_sym_tunnel_token1] = ACTIONS(2031), + [aux_sym_tunnel_device_token1] = ACTIONS(2029), + [aux_sym_update_host_keys_token1] = ACTIONS(2029), + [aux_sym_use_keychain_token1] = ACTIONS(2029), + [aux_sym_use_roaming_token1] = ACTIONS(2029), + [aux_sym_user_token1] = ACTIONS(2031), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2029), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2029), + [aux_sym_visual_host_key_token1] = ACTIONS(2029), + [aux_sym_xauth_location_token1] = ACTIONS(2029), }, [255] = { - [ts_builtin_sym_end] = ACTIONS(2028), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2030), - [anon_sym_DQUOTE] = ACTIONS(2028), - [aux_sym_match_token1] = ACTIONS(2028), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2028), - [aux_sym_address_family_token1] = ACTIONS(2028), - [aux_sym_batch_mode_token1] = ACTIONS(2028), - [aux_sym_bind_address_token1] = ACTIONS(2028), - [aux_sym_bind_interface_token1] = ACTIONS(2028), - [aux_sym_canonical_domains_token1] = ACTIONS(2028), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2028), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2028), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2028), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2028), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2028), - [aux_sym_certificate_file_token1] = ACTIONS(2028), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2028), - [aux_sym_check_host_ip_token1] = ACTIONS(2028), - [aux_sym_ciphers_token1] = ACTIONS(2028), - [aux_sym_cipher_token1] = ACTIONS(2030), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2028), - [aux_sym_compression_token1] = ACTIONS(2028), - [aux_sym_connection_attempts_token1] = ACTIONS(2028), - [aux_sym_connect_timeout_token1] = ACTIONS(2028), - [aux_sym_control_master_token1] = ACTIONS(2028), - [aux_sym_control_path_token1] = ACTIONS(2028), - [aux_sym_control_persist_token1] = ACTIONS(2028), - [aux_sym_dynamic_forward_token1] = ACTIONS(2028), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2028), - [aux_sym_escape_char_token1] = ACTIONS(2028), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2028), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2028), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2028), - [aux_sym_forward_agent_token1] = ACTIONS(2028), - [aux_sym_forward_x11_token1] = ACTIONS(2030), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2028), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2028), - [aux_sym_gateway_ports_token1] = ACTIONS(2028), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2028), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2028), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2028), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2028), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2028), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2028), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2028), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2028), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2028), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2028), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2028), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2028), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2028), - [aux_sym_host_key_alias_token1] = ACTIONS(2028), - [aux_sym_hostname_token1] = ACTIONS(2028), - [aux_sym_identities_only_token1] = ACTIONS(2028), - [aux_sym_identity_agent_token1] = ACTIONS(2028), - [aux_sym_identity_file_token1] = ACTIONS(2028), - [aux_sym_ignore_unknown_token1] = ACTIONS(2028), - [aux_sym_include_token1] = ACTIONS(2028), - [aux_sym_ip_qos_token1] = ACTIONS(2028), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2028), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2028), - [aux_sym_kex_algorithms_token1] = ACTIONS(2028), - [aux_sym_known_hosts_command_token1] = ACTIONS(2028), - [aux_sym_local_command_token1] = ACTIONS(2028), - [aux_sym_local_forward_token1] = ACTIONS(2028), - [aux_sym_log_level_token1] = ACTIONS(2028), - [aux_sym_log_verbose_token1] = ACTIONS(2028), - [aux_sym_macs_token1] = ACTIONS(2028), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2028), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2028), - [aux_sym_password_authentication_token1] = ACTIONS(2028), - [aux_sym_permit_local_command_token1] = ACTIONS(2028), - [aux_sym_permit_remote_open_token1] = ACTIONS(2028), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2028), - [aux_sym_port_token1] = ACTIONS(2028), - [aux_sym_preferred_authentications_token1] = ACTIONS(2028), - [aux_sym_protocol_token1] = ACTIONS(2028), - [aux_sym_proxy_command_token1] = ACTIONS(2028), - [aux_sym_proxy_jump_token1] = ACTIONS(2028), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2028), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2028), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2028), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2028), - [aux_sym_rekey_limit_token1] = ACTIONS(2028), - [aux_sym_remote_command_token1] = ACTIONS(2028), - [aux_sym_remote_forward_token1] = ACTIONS(2028), - [aux_sym_request_tty_token1] = ACTIONS(2028), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2028), - [aux_sym_security_key_provider_token1] = ACTIONS(2028), - [aux_sym_send_env_token1] = ACTIONS(2028), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2028), - [aux_sym_server_alive_interval_token1] = ACTIONS(2028), - [aux_sym_session_type_token1] = ACTIONS(2028), - [aux_sym_set_env_token1] = ACTIONS(2028), - [aux_sym_stdin_null_token1] = ACTIONS(2028), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2028), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2028), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2028), - [aux_sym_syslog_facility_token1] = ACTIONS(2028), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2028), - [aux_sym_keep_alive_token1] = ACTIONS(2028), - [aux_sym_tunnel_token1] = ACTIONS(2030), - [aux_sym_tunnel_device_token1] = ACTIONS(2028), - [aux_sym_update_host_keys_token1] = ACTIONS(2028), - [aux_sym_use_keychain_token1] = ACTIONS(2028), - [aux_sym_use_roaming_token1] = ACTIONS(2028), - [aux_sym_user_token1] = ACTIONS(2030), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2028), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2028), - [aux_sym_visual_host_key_token1] = ACTIONS(2028), - [aux_sym_xauth_location_token1] = ACTIONS(2028), + [ts_builtin_sym_end] = ACTIONS(2035), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2037), + [anon_sym_DQUOTE] = ACTIONS(2035), + [aux_sym_match_token1] = ACTIONS(2035), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2035), + [aux_sym_address_family_token1] = ACTIONS(2035), + [aux_sym_batch_mode_token1] = ACTIONS(2035), + [aux_sym_bind_address_token1] = ACTIONS(2035), + [aux_sym_bind_interface_token1] = ACTIONS(2035), + [aux_sym_canonical_domains_token1] = ACTIONS(2035), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2035), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2035), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2035), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2035), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2035), + [aux_sym_certificate_file_token1] = ACTIONS(2035), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2035), + [aux_sym_check_host_ip_token1] = ACTIONS(2035), + [aux_sym_ciphers_token1] = ACTIONS(2035), + [aux_sym_cipher_token1] = ACTIONS(2037), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2035), + [aux_sym_compression_token1] = ACTIONS(2035), + [aux_sym_connection_attempts_token1] = ACTIONS(2035), + [aux_sym_connect_timeout_token1] = ACTIONS(2035), + [aux_sym_control_master_token1] = ACTIONS(2035), + [aux_sym_control_path_token1] = ACTIONS(2035), + [aux_sym_control_persist_token1] = ACTIONS(2035), + [aux_sym_dynamic_forward_token1] = ACTIONS(2035), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2035), + [aux_sym_escape_char_token1] = ACTIONS(2035), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2035), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2035), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2035), + [aux_sym_forward_agent_token1] = ACTIONS(2035), + [aux_sym_forward_x11_token1] = ACTIONS(2037), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2035), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2035), + [aux_sym_gateway_ports_token1] = ACTIONS(2035), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2035), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2035), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2035), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2035), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2035), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2035), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2035), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2035), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2035), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2035), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2035), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2035), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2035), + [aux_sym_host_key_alias_token1] = ACTIONS(2035), + [aux_sym_hostname_token1] = ACTIONS(2035), + [aux_sym_identities_only_token1] = ACTIONS(2035), + [aux_sym_identity_agent_token1] = ACTIONS(2035), + [aux_sym_identity_file_token1] = ACTIONS(2035), + [aux_sym_ignore_unknown_token1] = ACTIONS(2035), + [aux_sym_include_token1] = ACTIONS(2035), + [aux_sym_ip_qos_token1] = ACTIONS(2035), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2035), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2035), + [aux_sym_kex_algorithms_token1] = ACTIONS(2035), + [aux_sym_known_hosts_command_token1] = ACTIONS(2035), + [aux_sym_local_command_token1] = ACTIONS(2035), + [aux_sym_local_forward_token1] = ACTIONS(2035), + [aux_sym_log_level_token1] = ACTIONS(2035), + [aux_sym_log_verbose_token1] = ACTIONS(2035), + [aux_sym_macs_token1] = ACTIONS(2035), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2035), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2035), + [aux_sym_password_authentication_token1] = ACTIONS(2035), + [aux_sym_permit_local_command_token1] = ACTIONS(2035), + [aux_sym_permit_remote_open_token1] = ACTIONS(2035), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2035), + [aux_sym_port_token1] = ACTIONS(2035), + [aux_sym_preferred_authentications_token1] = ACTIONS(2035), + [aux_sym_protocol_token1] = ACTIONS(2035), + [aux_sym_proxy_command_token1] = ACTIONS(2035), + [aux_sym_proxy_jump_token1] = ACTIONS(2035), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2035), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2035), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2035), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2035), + [aux_sym_rekey_limit_token1] = ACTIONS(2035), + [aux_sym_remote_command_token1] = ACTIONS(2035), + [aux_sym_remote_forward_token1] = ACTIONS(2035), + [aux_sym_request_tty_token1] = ACTIONS(2035), + [aux_sym_required_rsa_size_token1] = ACTIONS(2035), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2035), + [aux_sym_security_key_provider_token1] = ACTIONS(2035), + [aux_sym_send_env_token1] = ACTIONS(2035), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2035), + [aux_sym_server_alive_interval_token1] = ACTIONS(2035), + [aux_sym_session_type_token1] = ACTIONS(2035), + [aux_sym_set_env_token1] = ACTIONS(2035), + [aux_sym_stdin_null_token1] = ACTIONS(2035), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2035), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2035), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2035), + [aux_sym_syslog_facility_token1] = ACTIONS(2035), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2035), + [aux_sym_keep_alive_token1] = ACTIONS(2035), + [aux_sym_tunnel_token1] = ACTIONS(2037), + [aux_sym_tunnel_device_token1] = ACTIONS(2035), + [aux_sym_update_host_keys_token1] = ACTIONS(2035), + [aux_sym_use_keychain_token1] = ACTIONS(2035), + [aux_sym_use_roaming_token1] = ACTIONS(2035), + [aux_sym_user_token1] = ACTIONS(2037), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2035), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2035), + [aux_sym_visual_host_key_token1] = ACTIONS(2035), + [aux_sym_xauth_location_token1] = ACTIONS(2035), }, [256] = { - [ts_builtin_sym_end] = ACTIONS(2032), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2034), - [anon_sym_DQUOTE] = ACTIONS(2036), - [aux_sym_match_token1] = ACTIONS(2032), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2032), - [aux_sym_address_family_token1] = ACTIONS(2032), - [aux_sym_batch_mode_token1] = ACTIONS(2032), - [aux_sym_bind_address_token1] = ACTIONS(2032), - [aux_sym_bind_interface_token1] = ACTIONS(2032), - [aux_sym_canonical_domains_token1] = ACTIONS(2032), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2032), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2032), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2032), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2032), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2032), - [aux_sym_certificate_file_token1] = ACTIONS(2032), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2032), - [aux_sym_check_host_ip_token1] = ACTIONS(2032), - [aux_sym_ciphers_token1] = ACTIONS(2032), - [aux_sym_cipher_token1] = ACTIONS(2034), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2032), - [aux_sym_compression_token1] = ACTIONS(2032), - [aux_sym_connection_attempts_token1] = ACTIONS(2032), - [aux_sym_connect_timeout_token1] = ACTIONS(2032), - [aux_sym_control_master_token1] = ACTIONS(2032), - [aux_sym_control_path_token1] = ACTIONS(2032), - [aux_sym_control_persist_token1] = ACTIONS(2032), - [aux_sym_dynamic_forward_token1] = ACTIONS(2032), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2032), - [aux_sym_escape_char_token1] = ACTIONS(2032), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2032), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2032), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2032), - [aux_sym_forward_agent_token1] = ACTIONS(2032), - [aux_sym_forward_x11_token1] = ACTIONS(2034), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2032), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2032), - [aux_sym_gateway_ports_token1] = ACTIONS(2032), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2032), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2032), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2032), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2032), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2032), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2032), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2032), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2032), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2032), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2032), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2032), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2032), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2032), - [aux_sym_host_key_alias_token1] = ACTIONS(2032), - [aux_sym_hostname_token1] = ACTIONS(2032), - [aux_sym_identities_only_token1] = ACTIONS(2032), - [aux_sym_identity_agent_token1] = ACTIONS(2032), - [aux_sym_identity_file_token1] = ACTIONS(2032), - [aux_sym_ignore_unknown_token1] = ACTIONS(2032), - [aux_sym_include_token1] = ACTIONS(2032), - [aux_sym_ip_qos_token1] = ACTIONS(2032), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2032), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2032), - [aux_sym_kex_algorithms_token1] = ACTIONS(2032), - [aux_sym_known_hosts_command_token1] = ACTIONS(2032), - [aux_sym_local_command_token1] = ACTIONS(2032), - [aux_sym_local_forward_token1] = ACTIONS(2032), - [aux_sym_log_level_token1] = ACTIONS(2032), - [aux_sym_log_verbose_token1] = ACTIONS(2032), - [aux_sym_macs_token1] = ACTIONS(2032), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2032), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2032), - [aux_sym_password_authentication_token1] = ACTIONS(2032), - [aux_sym_permit_local_command_token1] = ACTIONS(2032), - [aux_sym_permit_remote_open_token1] = ACTIONS(2032), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2032), - [aux_sym_port_token1] = ACTIONS(2032), - [aux_sym_preferred_authentications_token1] = ACTIONS(2032), - [aux_sym_protocol_token1] = ACTIONS(2032), - [aux_sym_proxy_command_token1] = ACTIONS(2032), - [aux_sym_proxy_jump_token1] = ACTIONS(2032), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2032), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2032), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2032), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2032), - [aux_sym_rekey_limit_token1] = ACTIONS(2032), - [aux_sym_remote_command_token1] = ACTIONS(2032), - [aux_sym_remote_forward_token1] = ACTIONS(2032), - [aux_sym_request_tty_token1] = ACTIONS(2032), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2032), - [aux_sym_security_key_provider_token1] = ACTIONS(2032), - [aux_sym_send_env_token1] = ACTIONS(2032), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2032), - [aux_sym_server_alive_interval_token1] = ACTIONS(2032), - [aux_sym_session_type_token1] = ACTIONS(2032), - [aux_sym_set_env_token1] = ACTIONS(2032), - [aux_sym_stdin_null_token1] = ACTIONS(2032), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2032), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2032), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2032), - [aux_sym_syslog_facility_token1] = ACTIONS(2032), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2032), - [aux_sym_keep_alive_token1] = ACTIONS(2032), - [aux_sym_tunnel_token1] = ACTIONS(2034), - [aux_sym_tunnel_device_token1] = ACTIONS(2032), - [aux_sym_update_host_keys_token1] = ACTIONS(2032), - [aux_sym_use_keychain_token1] = ACTIONS(2032), - [aux_sym_use_roaming_token1] = ACTIONS(2032), - [aux_sym_user_token1] = ACTIONS(2034), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2032), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2032), - [aux_sym_visual_host_key_token1] = ACTIONS(2032), - [aux_sym_xauth_location_token1] = ACTIONS(2032), + [ts_builtin_sym_end] = ACTIONS(2039), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2041), + [anon_sym_DQUOTE] = ACTIONS(2043), + [aux_sym_match_token1] = ACTIONS(2039), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2039), + [aux_sym_address_family_token1] = ACTIONS(2039), + [aux_sym_batch_mode_token1] = ACTIONS(2039), + [aux_sym_bind_address_token1] = ACTIONS(2039), + [aux_sym_bind_interface_token1] = ACTIONS(2039), + [aux_sym_canonical_domains_token1] = ACTIONS(2039), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2039), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2039), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2039), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2039), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2039), + [aux_sym_certificate_file_token1] = ACTIONS(2039), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2039), + [aux_sym_check_host_ip_token1] = ACTIONS(2039), + [aux_sym_ciphers_token1] = ACTIONS(2039), + [aux_sym_cipher_token1] = ACTIONS(2041), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2039), + [aux_sym_compression_token1] = ACTIONS(2039), + [aux_sym_connection_attempts_token1] = ACTIONS(2039), + [aux_sym_connect_timeout_token1] = ACTIONS(2039), + [aux_sym_control_master_token1] = ACTIONS(2039), + [aux_sym_control_path_token1] = ACTIONS(2039), + [aux_sym_control_persist_token1] = ACTIONS(2039), + [aux_sym_dynamic_forward_token1] = ACTIONS(2039), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2039), + [aux_sym_escape_char_token1] = ACTIONS(2039), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2039), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2039), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2039), + [aux_sym_forward_agent_token1] = ACTIONS(2039), + [aux_sym_forward_x11_token1] = ACTIONS(2041), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2039), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2039), + [aux_sym_gateway_ports_token1] = ACTIONS(2039), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2039), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2039), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2039), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2039), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2039), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2039), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2039), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2039), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2039), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2039), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2039), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2039), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2039), + [aux_sym_host_key_alias_token1] = ACTIONS(2039), + [aux_sym_hostname_token1] = ACTIONS(2039), + [aux_sym_identities_only_token1] = ACTIONS(2039), + [aux_sym_identity_agent_token1] = ACTIONS(2039), + [aux_sym_identity_file_token1] = ACTIONS(2039), + [aux_sym_ignore_unknown_token1] = ACTIONS(2039), + [aux_sym_include_token1] = ACTIONS(2039), + [aux_sym_ip_qos_token1] = ACTIONS(2039), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2039), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2039), + [aux_sym_kex_algorithms_token1] = ACTIONS(2039), + [aux_sym_known_hosts_command_token1] = ACTIONS(2039), + [aux_sym_local_command_token1] = ACTIONS(2039), + [aux_sym_local_forward_token1] = ACTIONS(2039), + [aux_sym_log_level_token1] = ACTIONS(2039), + [aux_sym_log_verbose_token1] = ACTIONS(2039), + [aux_sym_macs_token1] = ACTIONS(2039), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2039), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2039), + [aux_sym_password_authentication_token1] = ACTIONS(2039), + [aux_sym_permit_local_command_token1] = ACTIONS(2039), + [aux_sym_permit_remote_open_token1] = ACTIONS(2039), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2039), + [aux_sym_port_token1] = ACTIONS(2039), + [aux_sym_preferred_authentications_token1] = ACTIONS(2039), + [aux_sym_protocol_token1] = ACTIONS(2039), + [aux_sym_proxy_command_token1] = ACTIONS(2039), + [aux_sym_proxy_jump_token1] = ACTIONS(2039), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2039), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2039), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2039), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2039), + [aux_sym_rekey_limit_token1] = ACTIONS(2039), + [aux_sym_remote_command_token1] = ACTIONS(2039), + [aux_sym_remote_forward_token1] = ACTIONS(2039), + [aux_sym_request_tty_token1] = ACTIONS(2039), + [aux_sym_required_rsa_size_token1] = ACTIONS(2039), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2039), + [aux_sym_security_key_provider_token1] = ACTIONS(2039), + [aux_sym_send_env_token1] = ACTIONS(2039), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2039), + [aux_sym_server_alive_interval_token1] = ACTIONS(2039), + [aux_sym_session_type_token1] = ACTIONS(2039), + [aux_sym_set_env_token1] = ACTIONS(2039), + [aux_sym_stdin_null_token1] = ACTIONS(2039), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2039), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2039), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2039), + [aux_sym_syslog_facility_token1] = ACTIONS(2039), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2039), + [aux_sym_keep_alive_token1] = ACTIONS(2039), + [aux_sym_tunnel_token1] = ACTIONS(2041), + [aux_sym_tunnel_device_token1] = ACTIONS(2039), + [aux_sym_update_host_keys_token1] = ACTIONS(2039), + [aux_sym_use_keychain_token1] = ACTIONS(2039), + [aux_sym_use_roaming_token1] = ACTIONS(2039), + [aux_sym_user_token1] = ACTIONS(2041), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2039), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2039), + [aux_sym_visual_host_key_token1] = ACTIONS(2039), + [aux_sym_xauth_location_token1] = ACTIONS(2039), }, [257] = { - [ts_builtin_sym_end] = ACTIONS(2038), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2040), - [anon_sym_DQUOTE] = ACTIONS(2042), - [aux_sym_match_token1] = ACTIONS(2038), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2038), - [aux_sym_address_family_token1] = ACTIONS(2038), - [aux_sym_batch_mode_token1] = ACTIONS(2038), - [aux_sym_bind_address_token1] = ACTIONS(2038), - [aux_sym_bind_interface_token1] = ACTIONS(2038), - [aux_sym_canonical_domains_token1] = ACTIONS(2038), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2038), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2038), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2038), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2038), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2038), - [aux_sym_certificate_file_token1] = ACTIONS(2038), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2038), - [aux_sym_check_host_ip_token1] = ACTIONS(2038), - [aux_sym_ciphers_token1] = ACTIONS(2038), - [aux_sym_cipher_token1] = ACTIONS(2040), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2038), - [aux_sym_compression_token1] = ACTIONS(2038), - [aux_sym_connection_attempts_token1] = ACTIONS(2038), - [aux_sym_connect_timeout_token1] = ACTIONS(2038), - [aux_sym_control_master_token1] = ACTIONS(2038), - [aux_sym_control_path_token1] = ACTIONS(2038), - [aux_sym_control_persist_token1] = ACTIONS(2038), - [aux_sym_dynamic_forward_token1] = ACTIONS(2038), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2038), - [aux_sym_escape_char_token1] = ACTIONS(2038), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2038), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2038), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2038), - [aux_sym_forward_agent_token1] = ACTIONS(2038), - [aux_sym_forward_x11_token1] = ACTIONS(2040), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2038), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2038), - [aux_sym_gateway_ports_token1] = ACTIONS(2038), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2038), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2038), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2038), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2038), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2038), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2038), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2038), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2038), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2038), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2038), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2038), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2038), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2038), - [aux_sym_host_key_alias_token1] = ACTIONS(2038), - [aux_sym_hostname_token1] = ACTIONS(2038), - [aux_sym_identities_only_token1] = ACTIONS(2038), - [aux_sym_identity_agent_token1] = ACTIONS(2038), - [aux_sym_identity_file_token1] = ACTIONS(2038), - [aux_sym_ignore_unknown_token1] = ACTIONS(2038), - [aux_sym_include_token1] = ACTIONS(2038), - [aux_sym_ip_qos_token1] = ACTIONS(2038), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2038), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2038), - [aux_sym_kex_algorithms_token1] = ACTIONS(2038), - [aux_sym_known_hosts_command_token1] = ACTIONS(2038), - [aux_sym_local_command_token1] = ACTIONS(2038), - [aux_sym_local_forward_token1] = ACTIONS(2038), - [aux_sym_log_level_token1] = ACTIONS(2038), - [aux_sym_log_verbose_token1] = ACTIONS(2038), - [aux_sym_macs_token1] = ACTIONS(2038), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2038), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2038), - [aux_sym_password_authentication_token1] = ACTIONS(2038), - [aux_sym_permit_local_command_token1] = ACTIONS(2038), - [aux_sym_permit_remote_open_token1] = ACTIONS(2038), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2038), - [aux_sym_port_token1] = ACTIONS(2038), - [aux_sym_preferred_authentications_token1] = ACTIONS(2038), - [aux_sym_protocol_token1] = ACTIONS(2038), - [aux_sym_proxy_command_token1] = ACTIONS(2038), - [aux_sym_proxy_jump_token1] = ACTIONS(2038), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2038), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2038), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2038), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2038), - [aux_sym_rekey_limit_token1] = ACTIONS(2038), - [aux_sym_remote_command_token1] = ACTIONS(2038), - [aux_sym_remote_forward_token1] = ACTIONS(2038), - [aux_sym_request_tty_token1] = ACTIONS(2038), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2038), - [aux_sym_security_key_provider_token1] = ACTIONS(2038), - [aux_sym_send_env_token1] = ACTIONS(2038), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2038), - [aux_sym_server_alive_interval_token1] = ACTIONS(2038), - [aux_sym_session_type_token1] = ACTIONS(2038), - [aux_sym_set_env_token1] = ACTIONS(2038), - [aux_sym_stdin_null_token1] = ACTIONS(2038), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2038), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2038), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2038), - [aux_sym_syslog_facility_token1] = ACTIONS(2038), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2038), - [aux_sym_keep_alive_token1] = ACTIONS(2038), - [aux_sym_tunnel_token1] = ACTIONS(2040), - [aux_sym_tunnel_device_token1] = ACTIONS(2038), - [aux_sym_update_host_keys_token1] = ACTIONS(2038), - [aux_sym_use_keychain_token1] = ACTIONS(2038), - [aux_sym_use_roaming_token1] = ACTIONS(2038), - [aux_sym_user_token1] = ACTIONS(2040), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2038), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2038), - [aux_sym_visual_host_key_token1] = ACTIONS(2038), - [aux_sym_xauth_location_token1] = ACTIONS(2038), + [ts_builtin_sym_end] = ACTIONS(2045), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2047), + [anon_sym_DQUOTE] = ACTIONS(2045), + [aux_sym_match_token1] = ACTIONS(2045), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2045), + [aux_sym_address_family_token1] = ACTIONS(2045), + [aux_sym_batch_mode_token1] = ACTIONS(2045), + [aux_sym_bind_address_token1] = ACTIONS(2045), + [aux_sym_bind_interface_token1] = ACTIONS(2045), + [aux_sym_canonical_domains_token1] = ACTIONS(2045), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2045), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2045), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2045), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2045), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2045), + [aux_sym_certificate_file_token1] = ACTIONS(2045), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2045), + [aux_sym_check_host_ip_token1] = ACTIONS(2045), + [aux_sym_ciphers_token1] = ACTIONS(2045), + [aux_sym_cipher_token1] = ACTIONS(2047), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2045), + [aux_sym_compression_token1] = ACTIONS(2045), + [aux_sym_connection_attempts_token1] = ACTIONS(2045), + [aux_sym_connect_timeout_token1] = ACTIONS(2045), + [aux_sym_control_master_token1] = ACTIONS(2045), + [aux_sym_control_path_token1] = ACTIONS(2045), + [aux_sym_control_persist_token1] = ACTIONS(2045), + [aux_sym_dynamic_forward_token1] = ACTIONS(2045), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2045), + [aux_sym_escape_char_token1] = ACTIONS(2045), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2045), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2045), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2045), + [aux_sym_forward_agent_token1] = ACTIONS(2045), + [aux_sym_forward_x11_token1] = ACTIONS(2047), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2045), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2045), + [aux_sym_gateway_ports_token1] = ACTIONS(2045), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2045), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2045), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2045), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2045), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2045), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2045), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2045), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2045), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2045), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2045), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2045), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2045), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2045), + [aux_sym_host_key_alias_token1] = ACTIONS(2045), + [aux_sym_hostname_token1] = ACTIONS(2045), + [aux_sym_identities_only_token1] = ACTIONS(2045), + [aux_sym_identity_agent_token1] = ACTIONS(2045), + [aux_sym_identity_file_token1] = ACTIONS(2045), + [aux_sym_ignore_unknown_token1] = ACTIONS(2045), + [aux_sym_include_token1] = ACTIONS(2045), + [aux_sym_ip_qos_token1] = ACTIONS(2045), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2045), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2045), + [aux_sym_kex_algorithms_token1] = ACTIONS(2045), + [aux_sym_known_hosts_command_token1] = ACTIONS(2045), + [aux_sym_local_command_token1] = ACTIONS(2045), + [aux_sym_local_forward_token1] = ACTIONS(2045), + [aux_sym_log_level_token1] = ACTIONS(2045), + [aux_sym_log_verbose_token1] = ACTIONS(2045), + [aux_sym_macs_token1] = ACTIONS(2045), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2045), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2045), + [aux_sym_password_authentication_token1] = ACTIONS(2045), + [aux_sym_permit_local_command_token1] = ACTIONS(2045), + [aux_sym_permit_remote_open_token1] = ACTIONS(2045), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2045), + [aux_sym_port_token1] = ACTIONS(2045), + [aux_sym_preferred_authentications_token1] = ACTIONS(2045), + [aux_sym_protocol_token1] = ACTIONS(2045), + [aux_sym_proxy_command_token1] = ACTIONS(2045), + [aux_sym_proxy_jump_token1] = ACTIONS(2045), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2045), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2045), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2045), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2045), + [aux_sym_rekey_limit_token1] = ACTIONS(2045), + [aux_sym_remote_command_token1] = ACTIONS(2045), + [aux_sym_remote_forward_token1] = ACTIONS(2045), + [aux_sym_request_tty_token1] = ACTIONS(2045), + [aux_sym_required_rsa_size_token1] = ACTIONS(2045), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2045), + [aux_sym_security_key_provider_token1] = ACTIONS(2045), + [aux_sym_send_env_token1] = ACTIONS(2045), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2045), + [aux_sym_server_alive_interval_token1] = ACTIONS(2045), + [aux_sym_session_type_token1] = ACTIONS(2045), + [aux_sym_set_env_token1] = ACTIONS(2045), + [aux_sym_stdin_null_token1] = ACTIONS(2045), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2045), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2045), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2045), + [aux_sym_syslog_facility_token1] = ACTIONS(2045), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2045), + [aux_sym_keep_alive_token1] = ACTIONS(2045), + [aux_sym_tunnel_token1] = ACTIONS(2047), + [aux_sym_tunnel_device_token1] = ACTIONS(2045), + [aux_sym_update_host_keys_token1] = ACTIONS(2045), + [aux_sym_use_keychain_token1] = ACTIONS(2045), + [aux_sym_use_roaming_token1] = ACTIONS(2045), + [aux_sym_user_token1] = ACTIONS(2047), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2045), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2045), + [aux_sym_visual_host_key_token1] = ACTIONS(2045), + [aux_sym_xauth_location_token1] = ACTIONS(2045), }, [258] = { - [ts_builtin_sym_end] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2046), - [anon_sym_DQUOTE] = ACTIONS(2044), - [aux_sym_match_token1] = ACTIONS(2044), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2044), - [aux_sym_address_family_token1] = ACTIONS(2044), - [aux_sym_batch_mode_token1] = ACTIONS(2044), - [aux_sym_bind_address_token1] = ACTIONS(2044), - [aux_sym_bind_interface_token1] = ACTIONS(2044), - [aux_sym_canonical_domains_token1] = ACTIONS(2044), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2044), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2044), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2044), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2044), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2044), - [aux_sym_certificate_file_token1] = ACTIONS(2044), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2044), - [aux_sym_check_host_ip_token1] = ACTIONS(2044), - [aux_sym_ciphers_token1] = ACTIONS(2044), - [aux_sym_cipher_token1] = ACTIONS(2046), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2044), - [aux_sym_compression_token1] = ACTIONS(2044), - [aux_sym_connection_attempts_token1] = ACTIONS(2044), - [aux_sym_connect_timeout_token1] = ACTIONS(2044), - [aux_sym_control_master_token1] = ACTIONS(2044), - [aux_sym_control_path_token1] = ACTIONS(2044), - [aux_sym_control_persist_token1] = ACTIONS(2044), - [aux_sym_dynamic_forward_token1] = ACTIONS(2044), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2044), - [aux_sym_escape_char_token1] = ACTIONS(2044), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2044), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2044), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2044), - [aux_sym_forward_agent_token1] = ACTIONS(2044), - [aux_sym_forward_x11_token1] = ACTIONS(2046), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2044), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2044), - [aux_sym_gateway_ports_token1] = ACTIONS(2044), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2044), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2044), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2044), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2044), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2044), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2044), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2044), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2044), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2044), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2044), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2044), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2044), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2044), - [aux_sym_host_key_alias_token1] = ACTIONS(2044), - [aux_sym_hostname_token1] = ACTIONS(2044), - [aux_sym_identities_only_token1] = ACTIONS(2044), - [aux_sym_identity_agent_token1] = ACTIONS(2044), - [aux_sym_identity_file_token1] = ACTIONS(2044), - [aux_sym_ignore_unknown_token1] = ACTIONS(2044), - [aux_sym_include_token1] = ACTIONS(2044), - [aux_sym_ip_qos_token1] = ACTIONS(2044), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2044), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2044), - [aux_sym_kex_algorithms_token1] = ACTIONS(2044), - [aux_sym_known_hosts_command_token1] = ACTIONS(2044), - [aux_sym_local_command_token1] = ACTIONS(2044), - [aux_sym_local_forward_token1] = ACTIONS(2044), - [aux_sym_log_level_token1] = ACTIONS(2044), - [aux_sym_log_verbose_token1] = ACTIONS(2044), - [aux_sym_macs_token1] = ACTIONS(2044), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2044), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2044), - [aux_sym_password_authentication_token1] = ACTIONS(2044), - [aux_sym_permit_local_command_token1] = ACTIONS(2044), - [aux_sym_permit_remote_open_token1] = ACTIONS(2044), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2044), - [aux_sym_port_token1] = ACTIONS(2044), - [aux_sym_preferred_authentications_token1] = ACTIONS(2044), - [aux_sym_protocol_token1] = ACTIONS(2044), - [aux_sym_proxy_command_token1] = ACTIONS(2044), - [aux_sym_proxy_jump_token1] = ACTIONS(2044), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2044), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2044), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2044), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2044), - [aux_sym_rekey_limit_token1] = ACTIONS(2044), - [aux_sym_remote_command_token1] = ACTIONS(2044), - [aux_sym_remote_forward_token1] = ACTIONS(2044), - [aux_sym_request_tty_token1] = ACTIONS(2044), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2044), - [aux_sym_security_key_provider_token1] = ACTIONS(2044), - [aux_sym_send_env_token1] = ACTIONS(2044), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2044), - [aux_sym_server_alive_interval_token1] = ACTIONS(2044), - [aux_sym_session_type_token1] = ACTIONS(2044), - [aux_sym_set_env_token1] = ACTIONS(2044), - [aux_sym_stdin_null_token1] = ACTIONS(2044), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2044), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2044), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2044), - [aux_sym_syslog_facility_token1] = ACTIONS(2044), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2044), - [aux_sym_keep_alive_token1] = ACTIONS(2044), - [aux_sym_tunnel_token1] = ACTIONS(2046), - [aux_sym_tunnel_device_token1] = ACTIONS(2044), - [aux_sym_update_host_keys_token1] = ACTIONS(2044), - [aux_sym_use_keychain_token1] = ACTIONS(2044), - [aux_sym_use_roaming_token1] = ACTIONS(2044), - [aux_sym_user_token1] = ACTIONS(2046), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2044), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2044), - [aux_sym_visual_host_key_token1] = ACTIONS(2044), - [aux_sym_xauth_location_token1] = ACTIONS(2044), + [ts_builtin_sym_end] = ACTIONS(2049), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2051), + [anon_sym_DQUOTE] = ACTIONS(2053), + [aux_sym_match_token1] = ACTIONS(2049), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2049), + [aux_sym_address_family_token1] = ACTIONS(2049), + [aux_sym_batch_mode_token1] = ACTIONS(2049), + [aux_sym_bind_address_token1] = ACTIONS(2049), + [aux_sym_bind_interface_token1] = ACTIONS(2049), + [aux_sym_canonical_domains_token1] = ACTIONS(2049), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2049), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2049), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2049), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2049), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2049), + [aux_sym_certificate_file_token1] = ACTIONS(2049), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2049), + [aux_sym_check_host_ip_token1] = ACTIONS(2049), + [aux_sym_ciphers_token1] = ACTIONS(2049), + [aux_sym_cipher_token1] = ACTIONS(2051), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2049), + [aux_sym_compression_token1] = ACTIONS(2049), + [aux_sym_connection_attempts_token1] = ACTIONS(2049), + [aux_sym_connect_timeout_token1] = ACTIONS(2049), + [aux_sym_control_master_token1] = ACTIONS(2049), + [aux_sym_control_path_token1] = ACTIONS(2049), + [aux_sym_control_persist_token1] = ACTIONS(2049), + [aux_sym_dynamic_forward_token1] = ACTIONS(2049), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2049), + [aux_sym_escape_char_token1] = ACTIONS(2049), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2049), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2049), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2049), + [aux_sym_forward_agent_token1] = ACTIONS(2049), + [aux_sym_forward_x11_token1] = ACTIONS(2051), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2049), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2049), + [aux_sym_gateway_ports_token1] = ACTIONS(2049), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2049), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2049), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2049), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2049), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2049), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2049), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2049), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2049), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2049), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2049), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2049), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2049), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2049), + [aux_sym_host_key_alias_token1] = ACTIONS(2049), + [aux_sym_hostname_token1] = ACTIONS(2049), + [aux_sym_identities_only_token1] = ACTIONS(2049), + [aux_sym_identity_agent_token1] = ACTIONS(2049), + [aux_sym_identity_file_token1] = ACTIONS(2049), + [aux_sym_ignore_unknown_token1] = ACTIONS(2049), + [aux_sym_include_token1] = ACTIONS(2049), + [aux_sym_ip_qos_token1] = ACTIONS(2049), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2049), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2049), + [aux_sym_kex_algorithms_token1] = ACTIONS(2049), + [aux_sym_known_hosts_command_token1] = ACTIONS(2049), + [aux_sym_local_command_token1] = ACTIONS(2049), + [aux_sym_local_forward_token1] = ACTIONS(2049), + [aux_sym_log_level_token1] = ACTIONS(2049), + [aux_sym_log_verbose_token1] = ACTIONS(2049), + [aux_sym_macs_token1] = ACTIONS(2049), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2049), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2049), + [aux_sym_password_authentication_token1] = ACTIONS(2049), + [aux_sym_permit_local_command_token1] = ACTIONS(2049), + [aux_sym_permit_remote_open_token1] = ACTIONS(2049), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2049), + [aux_sym_port_token1] = ACTIONS(2049), + [aux_sym_preferred_authentications_token1] = ACTIONS(2049), + [aux_sym_protocol_token1] = ACTIONS(2049), + [aux_sym_proxy_command_token1] = ACTIONS(2049), + [aux_sym_proxy_jump_token1] = ACTIONS(2049), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2049), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2049), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2049), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2049), + [aux_sym_rekey_limit_token1] = ACTIONS(2049), + [aux_sym_remote_command_token1] = ACTIONS(2049), + [aux_sym_remote_forward_token1] = ACTIONS(2049), + [aux_sym_request_tty_token1] = ACTIONS(2049), + [aux_sym_required_rsa_size_token1] = ACTIONS(2049), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2049), + [aux_sym_security_key_provider_token1] = ACTIONS(2049), + [aux_sym_send_env_token1] = ACTIONS(2049), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2049), + [aux_sym_server_alive_interval_token1] = ACTIONS(2049), + [aux_sym_session_type_token1] = ACTIONS(2049), + [aux_sym_set_env_token1] = ACTIONS(2049), + [aux_sym_stdin_null_token1] = ACTIONS(2049), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2049), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2049), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2049), + [aux_sym_syslog_facility_token1] = ACTIONS(2049), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2049), + [aux_sym_keep_alive_token1] = ACTIONS(2049), + [aux_sym_tunnel_token1] = ACTIONS(2051), + [aux_sym_tunnel_device_token1] = ACTIONS(2049), + [aux_sym_update_host_keys_token1] = ACTIONS(2049), + [aux_sym_use_keychain_token1] = ACTIONS(2049), + [aux_sym_use_roaming_token1] = ACTIONS(2049), + [aux_sym_user_token1] = ACTIONS(2051), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2049), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2049), + [aux_sym_visual_host_key_token1] = ACTIONS(2049), + [aux_sym_xauth_location_token1] = ACTIONS(2049), }, [259] = { - [ts_builtin_sym_end] = ACTIONS(2048), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2050), - [anon_sym_DQUOTE] = ACTIONS(2048), - [aux_sym_match_token1] = ACTIONS(2048), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2048), - [aux_sym_address_family_token1] = ACTIONS(2048), - [aux_sym_batch_mode_token1] = ACTIONS(2048), - [aux_sym_bind_address_token1] = ACTIONS(2048), - [aux_sym_bind_interface_token1] = ACTIONS(2048), - [aux_sym_canonical_domains_token1] = ACTIONS(2048), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2048), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2048), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2048), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2048), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2048), - [aux_sym_certificate_file_token1] = ACTIONS(2048), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2048), - [aux_sym_check_host_ip_token1] = ACTIONS(2048), - [aux_sym_ciphers_token1] = ACTIONS(2048), - [aux_sym_cipher_token1] = ACTIONS(2050), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2048), - [aux_sym_compression_token1] = ACTIONS(2048), - [aux_sym_connection_attempts_token1] = ACTIONS(2048), - [aux_sym_connect_timeout_token1] = ACTIONS(2048), - [aux_sym_control_master_token1] = ACTIONS(2048), - [aux_sym_control_path_token1] = ACTIONS(2048), - [aux_sym_control_persist_token1] = ACTIONS(2048), - [aux_sym_dynamic_forward_token1] = ACTIONS(2048), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2048), - [aux_sym_escape_char_token1] = ACTIONS(2048), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2048), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2048), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2048), - [aux_sym_forward_agent_token1] = ACTIONS(2048), - [aux_sym_forward_x11_token1] = ACTIONS(2050), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2048), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2048), - [aux_sym_gateway_ports_token1] = ACTIONS(2048), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2048), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2048), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2048), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2048), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2048), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2048), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2048), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2048), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2048), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2048), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2048), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2048), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2048), - [aux_sym_host_key_alias_token1] = ACTIONS(2048), - [aux_sym_hostname_token1] = ACTIONS(2048), - [aux_sym_identities_only_token1] = ACTIONS(2048), - [aux_sym_identity_agent_token1] = ACTIONS(2048), - [aux_sym_identity_file_token1] = ACTIONS(2048), - [aux_sym_ignore_unknown_token1] = ACTIONS(2048), - [aux_sym_include_token1] = ACTIONS(2048), - [aux_sym_ip_qos_token1] = ACTIONS(2048), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2048), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2048), - [aux_sym_kex_algorithms_token1] = ACTIONS(2048), - [aux_sym_known_hosts_command_token1] = ACTIONS(2048), - [aux_sym_local_command_token1] = ACTIONS(2048), - [aux_sym_local_forward_token1] = ACTIONS(2048), - [aux_sym_log_level_token1] = ACTIONS(2048), - [aux_sym_log_verbose_token1] = ACTIONS(2048), - [aux_sym_macs_token1] = ACTIONS(2048), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2048), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2048), - [aux_sym_password_authentication_token1] = ACTIONS(2048), - [aux_sym_permit_local_command_token1] = ACTIONS(2048), - [aux_sym_permit_remote_open_token1] = ACTIONS(2048), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2048), - [aux_sym_port_token1] = ACTIONS(2048), - [aux_sym_preferred_authentications_token1] = ACTIONS(2048), - [aux_sym_protocol_token1] = ACTIONS(2048), - [aux_sym_proxy_command_token1] = ACTIONS(2048), - [aux_sym_proxy_jump_token1] = ACTIONS(2048), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2048), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2048), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2048), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2048), - [aux_sym_rekey_limit_token1] = ACTIONS(2048), - [aux_sym_remote_command_token1] = ACTIONS(2048), - [aux_sym_remote_forward_token1] = ACTIONS(2048), - [aux_sym_request_tty_token1] = ACTIONS(2048), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2048), - [aux_sym_security_key_provider_token1] = ACTIONS(2048), - [aux_sym_send_env_token1] = ACTIONS(2048), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2048), - [aux_sym_server_alive_interval_token1] = ACTIONS(2048), - [aux_sym_session_type_token1] = ACTIONS(2048), - [aux_sym_set_env_token1] = ACTIONS(2048), - [aux_sym_stdin_null_token1] = ACTIONS(2048), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2048), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2048), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2048), - [aux_sym_syslog_facility_token1] = ACTIONS(2048), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2048), - [aux_sym_keep_alive_token1] = ACTIONS(2048), - [aux_sym_tunnel_token1] = ACTIONS(2050), - [aux_sym_tunnel_device_token1] = ACTIONS(2048), - [aux_sym_update_host_keys_token1] = ACTIONS(2048), - [aux_sym_use_keychain_token1] = ACTIONS(2048), - [aux_sym_use_roaming_token1] = ACTIONS(2048), - [aux_sym_user_token1] = ACTIONS(2050), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2048), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2048), - [aux_sym_visual_host_key_token1] = ACTIONS(2048), - [aux_sym_xauth_location_token1] = ACTIONS(2048), + [ts_builtin_sym_end] = ACTIONS(2055), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2057), + [anon_sym_DQUOTE] = ACTIONS(2059), + [aux_sym_match_token1] = ACTIONS(2055), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2055), + [aux_sym_address_family_token1] = ACTIONS(2055), + [aux_sym_batch_mode_token1] = ACTIONS(2055), + [aux_sym_bind_address_token1] = ACTIONS(2055), + [aux_sym_bind_interface_token1] = ACTIONS(2055), + [aux_sym_canonical_domains_token1] = ACTIONS(2055), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2055), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2055), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2055), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2055), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2055), + [aux_sym_certificate_file_token1] = ACTIONS(2055), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2055), + [aux_sym_check_host_ip_token1] = ACTIONS(2055), + [aux_sym_ciphers_token1] = ACTIONS(2055), + [aux_sym_cipher_token1] = ACTIONS(2057), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2055), + [aux_sym_compression_token1] = ACTIONS(2055), + [aux_sym_connection_attempts_token1] = ACTIONS(2055), + [aux_sym_connect_timeout_token1] = ACTIONS(2055), + [aux_sym_control_master_token1] = ACTIONS(2055), + [aux_sym_control_path_token1] = ACTIONS(2055), + [aux_sym_control_persist_token1] = ACTIONS(2055), + [aux_sym_dynamic_forward_token1] = ACTIONS(2055), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2055), + [aux_sym_escape_char_token1] = ACTIONS(2055), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2055), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2055), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2055), + [aux_sym_forward_agent_token1] = ACTIONS(2055), + [aux_sym_forward_x11_token1] = ACTIONS(2057), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2055), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2055), + [aux_sym_gateway_ports_token1] = ACTIONS(2055), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2055), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2055), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2055), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2055), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2055), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2055), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2055), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2055), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2055), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2055), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2055), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2055), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2055), + [aux_sym_host_key_alias_token1] = ACTIONS(2055), + [aux_sym_hostname_token1] = ACTIONS(2055), + [aux_sym_identities_only_token1] = ACTIONS(2055), + [aux_sym_identity_agent_token1] = ACTIONS(2055), + [aux_sym_identity_file_token1] = ACTIONS(2055), + [aux_sym_ignore_unknown_token1] = ACTIONS(2055), + [aux_sym_include_token1] = ACTIONS(2055), + [aux_sym_ip_qos_token1] = ACTIONS(2055), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2055), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2055), + [aux_sym_kex_algorithms_token1] = ACTIONS(2055), + [aux_sym_known_hosts_command_token1] = ACTIONS(2055), + [aux_sym_local_command_token1] = ACTIONS(2055), + [aux_sym_local_forward_token1] = ACTIONS(2055), + [aux_sym_log_level_token1] = ACTIONS(2055), + [aux_sym_log_verbose_token1] = ACTIONS(2055), + [aux_sym_macs_token1] = ACTIONS(2055), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2055), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2055), + [aux_sym_password_authentication_token1] = ACTIONS(2055), + [aux_sym_permit_local_command_token1] = ACTIONS(2055), + [aux_sym_permit_remote_open_token1] = ACTIONS(2055), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2055), + [aux_sym_port_token1] = ACTIONS(2055), + [aux_sym_preferred_authentications_token1] = ACTIONS(2055), + [aux_sym_protocol_token1] = ACTIONS(2055), + [aux_sym_proxy_command_token1] = ACTIONS(2055), + [aux_sym_proxy_jump_token1] = ACTIONS(2055), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2055), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2055), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2055), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2055), + [aux_sym_rekey_limit_token1] = ACTIONS(2055), + [aux_sym_remote_command_token1] = ACTIONS(2055), + [aux_sym_remote_forward_token1] = ACTIONS(2055), + [aux_sym_request_tty_token1] = ACTIONS(2055), + [aux_sym_required_rsa_size_token1] = ACTIONS(2055), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2055), + [aux_sym_security_key_provider_token1] = ACTIONS(2055), + [aux_sym_send_env_token1] = ACTIONS(2055), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2055), + [aux_sym_server_alive_interval_token1] = ACTIONS(2055), + [aux_sym_session_type_token1] = ACTIONS(2055), + [aux_sym_set_env_token1] = ACTIONS(2055), + [aux_sym_stdin_null_token1] = ACTIONS(2055), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2055), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2055), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2055), + [aux_sym_syslog_facility_token1] = ACTIONS(2055), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2055), + [aux_sym_keep_alive_token1] = ACTIONS(2055), + [aux_sym_tunnel_token1] = ACTIONS(2057), + [aux_sym_tunnel_device_token1] = ACTIONS(2055), + [aux_sym_update_host_keys_token1] = ACTIONS(2055), + [aux_sym_use_keychain_token1] = ACTIONS(2055), + [aux_sym_use_roaming_token1] = ACTIONS(2055), + [aux_sym_user_token1] = ACTIONS(2057), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2055), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2055), + [aux_sym_visual_host_key_token1] = ACTIONS(2055), + [aux_sym_xauth_location_token1] = ACTIONS(2055), }, [260] = { - [ts_builtin_sym_end] = ACTIONS(2052), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2054), - [anon_sym_DQUOTE] = ACTIONS(2056), - [aux_sym_match_token1] = ACTIONS(2052), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2052), - [aux_sym_address_family_token1] = ACTIONS(2052), - [aux_sym_batch_mode_token1] = ACTIONS(2052), - [aux_sym_bind_address_token1] = ACTIONS(2052), - [aux_sym_bind_interface_token1] = ACTIONS(2052), - [aux_sym_canonical_domains_token1] = ACTIONS(2052), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2052), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2052), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2052), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2052), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2052), - [aux_sym_certificate_file_token1] = ACTIONS(2052), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2052), - [aux_sym_check_host_ip_token1] = ACTIONS(2052), - [aux_sym_ciphers_token1] = ACTIONS(2052), - [aux_sym_cipher_token1] = ACTIONS(2054), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2052), - [aux_sym_compression_token1] = ACTIONS(2052), - [aux_sym_connection_attempts_token1] = ACTIONS(2052), - [aux_sym_connect_timeout_token1] = ACTIONS(2052), - [aux_sym_control_master_token1] = ACTIONS(2052), - [aux_sym_control_path_token1] = ACTIONS(2052), - [aux_sym_control_persist_token1] = ACTIONS(2052), - [aux_sym_dynamic_forward_token1] = ACTIONS(2052), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2052), - [aux_sym_escape_char_token1] = ACTIONS(2052), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2052), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2052), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2052), - [aux_sym_forward_agent_token1] = ACTIONS(2052), - [aux_sym_forward_x11_token1] = ACTIONS(2054), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2052), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2052), - [aux_sym_gateway_ports_token1] = ACTIONS(2052), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2052), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2052), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2052), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2052), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2052), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2052), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2052), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2052), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2052), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2052), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2052), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2052), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2052), - [aux_sym_host_key_alias_token1] = ACTIONS(2052), - [aux_sym_hostname_token1] = ACTIONS(2052), - [aux_sym_identities_only_token1] = ACTIONS(2052), - [aux_sym_identity_agent_token1] = ACTIONS(2052), - [aux_sym_identity_file_token1] = ACTIONS(2052), - [aux_sym_ignore_unknown_token1] = ACTIONS(2052), - [aux_sym_include_token1] = ACTIONS(2052), - [aux_sym_ip_qos_token1] = ACTIONS(2052), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2052), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2052), - [aux_sym_kex_algorithms_token1] = ACTIONS(2052), - [aux_sym_known_hosts_command_token1] = ACTIONS(2052), - [aux_sym_local_command_token1] = ACTIONS(2052), - [aux_sym_local_forward_token1] = ACTIONS(2052), - [aux_sym_log_level_token1] = ACTIONS(2052), - [aux_sym_log_verbose_token1] = ACTIONS(2052), - [aux_sym_macs_token1] = ACTIONS(2052), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2052), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2052), - [aux_sym_password_authentication_token1] = ACTIONS(2052), - [aux_sym_permit_local_command_token1] = ACTIONS(2052), - [aux_sym_permit_remote_open_token1] = ACTIONS(2052), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2052), - [aux_sym_port_token1] = ACTIONS(2052), - [aux_sym_preferred_authentications_token1] = ACTIONS(2052), - [aux_sym_protocol_token1] = ACTIONS(2052), - [aux_sym_proxy_command_token1] = ACTIONS(2052), - [aux_sym_proxy_jump_token1] = ACTIONS(2052), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2052), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2052), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2052), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2052), - [aux_sym_rekey_limit_token1] = ACTIONS(2052), - [aux_sym_remote_command_token1] = ACTIONS(2052), - [aux_sym_remote_forward_token1] = ACTIONS(2052), - [aux_sym_request_tty_token1] = ACTIONS(2052), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2052), - [aux_sym_security_key_provider_token1] = ACTIONS(2052), - [aux_sym_send_env_token1] = ACTIONS(2052), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2052), - [aux_sym_server_alive_interval_token1] = ACTIONS(2052), - [aux_sym_session_type_token1] = ACTIONS(2052), - [aux_sym_set_env_token1] = ACTIONS(2052), - [aux_sym_stdin_null_token1] = ACTIONS(2052), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2052), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2052), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2052), - [aux_sym_syslog_facility_token1] = ACTIONS(2052), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2052), - [aux_sym_keep_alive_token1] = ACTIONS(2052), - [aux_sym_tunnel_token1] = ACTIONS(2054), - [aux_sym_tunnel_device_token1] = ACTIONS(2052), - [aux_sym_update_host_keys_token1] = ACTIONS(2052), - [aux_sym_use_keychain_token1] = ACTIONS(2052), - [aux_sym_use_roaming_token1] = ACTIONS(2052), - [aux_sym_user_token1] = ACTIONS(2054), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2052), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2052), - [aux_sym_visual_host_key_token1] = ACTIONS(2052), - [aux_sym_xauth_location_token1] = ACTIONS(2052), + [ts_builtin_sym_end] = ACTIONS(2061), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2063), + [anon_sym_DQUOTE] = ACTIONS(2061), + [aux_sym_match_token1] = ACTIONS(2061), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2061), + [aux_sym_address_family_token1] = ACTIONS(2061), + [aux_sym_batch_mode_token1] = ACTIONS(2061), + [aux_sym_bind_address_token1] = ACTIONS(2061), + [aux_sym_bind_interface_token1] = ACTIONS(2061), + [aux_sym_canonical_domains_token1] = ACTIONS(2061), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2061), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2061), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2061), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2061), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2061), + [aux_sym_certificate_file_token1] = ACTIONS(2061), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2061), + [aux_sym_check_host_ip_token1] = ACTIONS(2061), + [aux_sym_ciphers_token1] = ACTIONS(2061), + [aux_sym_cipher_token1] = ACTIONS(2063), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2061), + [aux_sym_compression_token1] = ACTIONS(2061), + [aux_sym_connection_attempts_token1] = ACTIONS(2061), + [aux_sym_connect_timeout_token1] = ACTIONS(2061), + [aux_sym_control_master_token1] = ACTIONS(2061), + [aux_sym_control_path_token1] = ACTIONS(2061), + [aux_sym_control_persist_token1] = ACTIONS(2061), + [aux_sym_dynamic_forward_token1] = ACTIONS(2061), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2061), + [aux_sym_escape_char_token1] = ACTIONS(2061), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2061), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2061), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2061), + [aux_sym_forward_agent_token1] = ACTIONS(2061), + [aux_sym_forward_x11_token1] = ACTIONS(2063), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2061), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2061), + [aux_sym_gateway_ports_token1] = ACTIONS(2061), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2061), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2061), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2061), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2061), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2061), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2061), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2061), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2061), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2061), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2061), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2061), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2061), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2061), + [aux_sym_host_key_alias_token1] = ACTIONS(2061), + [aux_sym_hostname_token1] = ACTIONS(2061), + [aux_sym_identities_only_token1] = ACTIONS(2061), + [aux_sym_identity_agent_token1] = ACTIONS(2061), + [aux_sym_identity_file_token1] = ACTIONS(2061), + [aux_sym_ignore_unknown_token1] = ACTIONS(2061), + [aux_sym_include_token1] = ACTIONS(2061), + [aux_sym_ip_qos_token1] = ACTIONS(2061), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2061), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2061), + [aux_sym_kex_algorithms_token1] = ACTIONS(2061), + [aux_sym_known_hosts_command_token1] = ACTIONS(2061), + [aux_sym_local_command_token1] = ACTIONS(2061), + [aux_sym_local_forward_token1] = ACTIONS(2061), + [aux_sym_log_level_token1] = ACTIONS(2061), + [aux_sym_log_verbose_token1] = ACTIONS(2061), + [aux_sym_macs_token1] = ACTIONS(2061), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2061), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2061), + [aux_sym_password_authentication_token1] = ACTIONS(2061), + [aux_sym_permit_local_command_token1] = ACTIONS(2061), + [aux_sym_permit_remote_open_token1] = ACTIONS(2061), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2061), + [aux_sym_port_token1] = ACTIONS(2061), + [aux_sym_preferred_authentications_token1] = ACTIONS(2061), + [aux_sym_protocol_token1] = ACTIONS(2061), + [aux_sym_proxy_command_token1] = ACTIONS(2061), + [aux_sym_proxy_jump_token1] = ACTIONS(2061), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2061), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2061), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2061), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2061), + [aux_sym_rekey_limit_token1] = ACTIONS(2061), + [aux_sym_remote_command_token1] = ACTIONS(2061), + [aux_sym_remote_forward_token1] = ACTIONS(2061), + [aux_sym_request_tty_token1] = ACTIONS(2061), + [aux_sym_required_rsa_size_token1] = ACTIONS(2061), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2061), + [aux_sym_security_key_provider_token1] = ACTIONS(2061), + [aux_sym_send_env_token1] = ACTIONS(2061), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2061), + [aux_sym_server_alive_interval_token1] = ACTIONS(2061), + [aux_sym_session_type_token1] = ACTIONS(2061), + [aux_sym_set_env_token1] = ACTIONS(2061), + [aux_sym_stdin_null_token1] = ACTIONS(2061), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2061), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2061), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2061), + [aux_sym_syslog_facility_token1] = ACTIONS(2061), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2061), + [aux_sym_keep_alive_token1] = ACTIONS(2061), + [aux_sym_tunnel_token1] = ACTIONS(2063), + [aux_sym_tunnel_device_token1] = ACTIONS(2061), + [aux_sym_update_host_keys_token1] = ACTIONS(2061), + [aux_sym_use_keychain_token1] = ACTIONS(2061), + [aux_sym_use_roaming_token1] = ACTIONS(2061), + [aux_sym_user_token1] = ACTIONS(2063), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2061), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2061), + [aux_sym_visual_host_key_token1] = ACTIONS(2061), + [aux_sym_xauth_location_token1] = ACTIONS(2061), }, [261] = { - [ts_builtin_sym_end] = ACTIONS(2058), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2060), - [anon_sym_DQUOTE] = ACTIONS(2058), - [aux_sym_match_token1] = ACTIONS(2058), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2058), - [aux_sym_address_family_token1] = ACTIONS(2058), - [aux_sym_batch_mode_token1] = ACTIONS(2058), - [aux_sym_bind_address_token1] = ACTIONS(2058), - [aux_sym_bind_interface_token1] = ACTIONS(2058), - [aux_sym_canonical_domains_token1] = ACTIONS(2058), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2058), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2058), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2058), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2058), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2058), - [aux_sym_certificate_file_token1] = ACTIONS(2058), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2058), - [aux_sym_check_host_ip_token1] = ACTIONS(2058), - [aux_sym_ciphers_token1] = ACTIONS(2058), - [aux_sym_cipher_token1] = ACTIONS(2060), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2058), - [aux_sym_compression_token1] = ACTIONS(2058), - [aux_sym_connection_attempts_token1] = ACTIONS(2058), - [aux_sym_connect_timeout_token1] = ACTIONS(2058), - [aux_sym_control_master_token1] = ACTIONS(2058), - [aux_sym_control_path_token1] = ACTIONS(2058), - [aux_sym_control_persist_token1] = ACTIONS(2058), - [aux_sym_dynamic_forward_token1] = ACTIONS(2058), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2058), - [aux_sym_escape_char_token1] = ACTIONS(2058), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2058), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2058), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2058), - [aux_sym_forward_agent_token1] = ACTIONS(2058), - [aux_sym_forward_x11_token1] = ACTIONS(2060), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2058), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2058), - [aux_sym_gateway_ports_token1] = ACTIONS(2058), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2058), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2058), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2058), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2058), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2058), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2058), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2058), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2058), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2058), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2058), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2058), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2058), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2058), - [aux_sym_host_key_alias_token1] = ACTIONS(2058), - [aux_sym_hostname_token1] = ACTIONS(2058), - [aux_sym_identities_only_token1] = ACTIONS(2058), - [aux_sym_identity_agent_token1] = ACTIONS(2058), - [aux_sym_identity_file_token1] = ACTIONS(2058), - [aux_sym_ignore_unknown_token1] = ACTIONS(2058), - [aux_sym_include_token1] = ACTIONS(2058), - [aux_sym_ip_qos_token1] = ACTIONS(2058), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2058), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2058), - [aux_sym_kex_algorithms_token1] = ACTIONS(2058), - [aux_sym_known_hosts_command_token1] = ACTIONS(2058), - [aux_sym_local_command_token1] = ACTIONS(2058), - [aux_sym_local_forward_token1] = ACTIONS(2058), - [aux_sym_log_level_token1] = ACTIONS(2058), - [aux_sym_log_verbose_token1] = ACTIONS(2058), - [aux_sym_macs_token1] = ACTIONS(2058), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2058), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2058), - [aux_sym_password_authentication_token1] = ACTIONS(2058), - [aux_sym_permit_local_command_token1] = ACTIONS(2058), - [aux_sym_permit_remote_open_token1] = ACTIONS(2058), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2058), - [aux_sym_port_token1] = ACTIONS(2058), - [aux_sym_preferred_authentications_token1] = ACTIONS(2058), - [aux_sym_protocol_token1] = ACTIONS(2058), - [aux_sym_proxy_command_token1] = ACTIONS(2058), - [aux_sym_proxy_jump_token1] = ACTIONS(2058), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2058), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2058), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2058), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2058), - [aux_sym_rekey_limit_token1] = ACTIONS(2058), - [aux_sym_remote_command_token1] = ACTIONS(2058), - [aux_sym_remote_forward_token1] = ACTIONS(2058), - [aux_sym_request_tty_token1] = ACTIONS(2058), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2058), - [aux_sym_security_key_provider_token1] = ACTIONS(2058), - [aux_sym_send_env_token1] = ACTIONS(2058), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2058), - [aux_sym_server_alive_interval_token1] = ACTIONS(2058), - [aux_sym_session_type_token1] = ACTIONS(2058), - [aux_sym_set_env_token1] = ACTIONS(2058), - [aux_sym_stdin_null_token1] = ACTIONS(2058), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2058), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2058), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2058), - [aux_sym_syslog_facility_token1] = ACTIONS(2058), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2058), - [aux_sym_keep_alive_token1] = ACTIONS(2058), - [aux_sym_tunnel_token1] = ACTIONS(2060), - [aux_sym_tunnel_device_token1] = ACTIONS(2058), - [aux_sym_update_host_keys_token1] = ACTIONS(2058), - [aux_sym_use_keychain_token1] = ACTIONS(2058), - [aux_sym_use_roaming_token1] = ACTIONS(2058), - [aux_sym_user_token1] = ACTIONS(2060), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2058), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2058), - [aux_sym_visual_host_key_token1] = ACTIONS(2058), - [aux_sym_xauth_location_token1] = ACTIONS(2058), + [ts_builtin_sym_end] = ACTIONS(2065), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2067), + [anon_sym_DQUOTE] = ACTIONS(2065), + [aux_sym_match_token1] = ACTIONS(2065), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2065), + [aux_sym_address_family_token1] = ACTIONS(2065), + [aux_sym_batch_mode_token1] = ACTIONS(2065), + [aux_sym_bind_address_token1] = ACTIONS(2065), + [aux_sym_bind_interface_token1] = ACTIONS(2065), + [aux_sym_canonical_domains_token1] = ACTIONS(2065), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2065), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2065), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2065), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2065), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2065), + [aux_sym_certificate_file_token1] = ACTIONS(2065), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2065), + [aux_sym_check_host_ip_token1] = ACTIONS(2065), + [aux_sym_ciphers_token1] = ACTIONS(2065), + [aux_sym_cipher_token1] = ACTIONS(2067), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2065), + [aux_sym_compression_token1] = ACTIONS(2065), + [aux_sym_connection_attempts_token1] = ACTIONS(2065), + [aux_sym_connect_timeout_token1] = ACTIONS(2065), + [aux_sym_control_master_token1] = ACTIONS(2065), + [aux_sym_control_path_token1] = ACTIONS(2065), + [aux_sym_control_persist_token1] = ACTIONS(2065), + [aux_sym_dynamic_forward_token1] = ACTIONS(2065), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2065), + [aux_sym_escape_char_token1] = ACTIONS(2065), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2065), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2065), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2065), + [aux_sym_forward_agent_token1] = ACTIONS(2065), + [aux_sym_forward_x11_token1] = ACTIONS(2067), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2065), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2065), + [aux_sym_gateway_ports_token1] = ACTIONS(2065), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2065), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2065), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2065), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2065), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2065), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2065), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2065), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2065), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2065), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2065), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2065), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2065), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2065), + [aux_sym_host_key_alias_token1] = ACTIONS(2065), + [aux_sym_hostname_token1] = ACTIONS(2065), + [aux_sym_identities_only_token1] = ACTIONS(2065), + [aux_sym_identity_agent_token1] = ACTIONS(2065), + [aux_sym_identity_file_token1] = ACTIONS(2065), + [aux_sym_ignore_unknown_token1] = ACTIONS(2065), + [aux_sym_include_token1] = ACTIONS(2065), + [aux_sym_ip_qos_token1] = ACTIONS(2065), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2065), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2065), + [aux_sym_kex_algorithms_token1] = ACTIONS(2065), + [aux_sym_known_hosts_command_token1] = ACTIONS(2065), + [aux_sym_local_command_token1] = ACTIONS(2065), + [aux_sym_local_forward_token1] = ACTIONS(2065), + [aux_sym_log_level_token1] = ACTIONS(2065), + [aux_sym_log_verbose_token1] = ACTIONS(2065), + [aux_sym_macs_token1] = ACTIONS(2065), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2065), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2065), + [aux_sym_password_authentication_token1] = ACTIONS(2065), + [aux_sym_permit_local_command_token1] = ACTIONS(2065), + [aux_sym_permit_remote_open_token1] = ACTIONS(2065), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2065), + [aux_sym_port_token1] = ACTIONS(2065), + [aux_sym_preferred_authentications_token1] = ACTIONS(2065), + [aux_sym_protocol_token1] = ACTIONS(2065), + [aux_sym_proxy_command_token1] = ACTIONS(2065), + [aux_sym_proxy_jump_token1] = ACTIONS(2065), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2065), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2065), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2065), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2065), + [aux_sym_rekey_limit_token1] = ACTIONS(2065), + [aux_sym_remote_command_token1] = ACTIONS(2065), + [aux_sym_remote_forward_token1] = ACTIONS(2065), + [aux_sym_request_tty_token1] = ACTIONS(2065), + [aux_sym_required_rsa_size_token1] = ACTIONS(2065), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2065), + [aux_sym_security_key_provider_token1] = ACTIONS(2065), + [aux_sym_send_env_token1] = ACTIONS(2065), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2065), + [aux_sym_server_alive_interval_token1] = ACTIONS(2065), + [aux_sym_session_type_token1] = ACTIONS(2065), + [aux_sym_set_env_token1] = ACTIONS(2065), + [aux_sym_stdin_null_token1] = ACTIONS(2065), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2065), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2065), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2065), + [aux_sym_syslog_facility_token1] = ACTIONS(2065), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2065), + [aux_sym_keep_alive_token1] = ACTIONS(2065), + [aux_sym_tunnel_token1] = ACTIONS(2067), + [aux_sym_tunnel_device_token1] = ACTIONS(2065), + [aux_sym_update_host_keys_token1] = ACTIONS(2065), + [aux_sym_use_keychain_token1] = ACTIONS(2065), + [aux_sym_use_roaming_token1] = ACTIONS(2065), + [aux_sym_user_token1] = ACTIONS(2067), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2065), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2065), + [aux_sym_visual_host_key_token1] = ACTIONS(2065), + [aux_sym_xauth_location_token1] = ACTIONS(2065), }, [262] = { - [ts_builtin_sym_end] = ACTIONS(2062), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2064), - [anon_sym_DQUOTE] = ACTIONS(2066), - [aux_sym_match_token1] = ACTIONS(2062), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2062), - [aux_sym_address_family_token1] = ACTIONS(2062), - [aux_sym_batch_mode_token1] = ACTIONS(2062), - [aux_sym_bind_address_token1] = ACTIONS(2062), - [aux_sym_bind_interface_token1] = ACTIONS(2062), - [aux_sym_canonical_domains_token1] = ACTIONS(2062), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2062), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2062), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2062), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2062), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2062), - [aux_sym_certificate_file_token1] = ACTIONS(2062), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2062), - [aux_sym_check_host_ip_token1] = ACTIONS(2062), - [aux_sym_ciphers_token1] = ACTIONS(2062), - [aux_sym_cipher_token1] = ACTIONS(2064), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2062), - [aux_sym_compression_token1] = ACTIONS(2062), - [aux_sym_connection_attempts_token1] = ACTIONS(2062), - [aux_sym_connect_timeout_token1] = ACTIONS(2062), - [aux_sym_control_master_token1] = ACTIONS(2062), - [aux_sym_control_path_token1] = ACTIONS(2062), - [aux_sym_control_persist_token1] = ACTIONS(2062), - [aux_sym_dynamic_forward_token1] = ACTIONS(2062), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2062), - [aux_sym_escape_char_token1] = ACTIONS(2062), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2062), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2062), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2062), - [aux_sym_forward_agent_token1] = ACTIONS(2062), - [aux_sym_forward_x11_token1] = ACTIONS(2064), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2062), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2062), - [aux_sym_gateway_ports_token1] = ACTIONS(2062), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2062), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2062), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2062), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2062), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2062), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2062), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2062), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2062), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2062), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2062), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2062), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2062), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2062), - [aux_sym_host_key_alias_token1] = ACTIONS(2062), - [aux_sym_hostname_token1] = ACTIONS(2062), - [aux_sym_identities_only_token1] = ACTIONS(2062), - [aux_sym_identity_agent_token1] = ACTIONS(2062), - [aux_sym_identity_file_token1] = ACTIONS(2062), - [aux_sym_ignore_unknown_token1] = ACTIONS(2062), - [aux_sym_include_token1] = ACTIONS(2062), - [aux_sym_ip_qos_token1] = ACTIONS(2062), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2062), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2062), - [aux_sym_kex_algorithms_token1] = ACTIONS(2062), - [aux_sym_known_hosts_command_token1] = ACTIONS(2062), - [aux_sym_local_command_token1] = ACTIONS(2062), - [aux_sym_local_forward_token1] = ACTIONS(2062), - [aux_sym_log_level_token1] = ACTIONS(2062), - [aux_sym_log_verbose_token1] = ACTIONS(2062), - [aux_sym_macs_token1] = ACTIONS(2062), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2062), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2062), - [aux_sym_password_authentication_token1] = ACTIONS(2062), - [aux_sym_permit_local_command_token1] = ACTIONS(2062), - [aux_sym_permit_remote_open_token1] = ACTIONS(2062), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2062), - [aux_sym_port_token1] = ACTIONS(2062), - [aux_sym_preferred_authentications_token1] = ACTIONS(2062), - [aux_sym_protocol_token1] = ACTIONS(2062), - [aux_sym_proxy_command_token1] = ACTIONS(2062), - [aux_sym_proxy_jump_token1] = ACTIONS(2062), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2062), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2062), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2062), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2062), - [aux_sym_rekey_limit_token1] = ACTIONS(2062), - [aux_sym_remote_command_token1] = ACTIONS(2062), - [aux_sym_remote_forward_token1] = ACTIONS(2062), - [aux_sym_request_tty_token1] = ACTIONS(2062), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2062), - [aux_sym_security_key_provider_token1] = ACTIONS(2062), - [aux_sym_send_env_token1] = ACTIONS(2062), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2062), - [aux_sym_server_alive_interval_token1] = ACTIONS(2062), - [aux_sym_session_type_token1] = ACTIONS(2062), - [aux_sym_set_env_token1] = ACTIONS(2062), - [aux_sym_stdin_null_token1] = ACTIONS(2062), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2062), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2062), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2062), - [aux_sym_syslog_facility_token1] = ACTIONS(2062), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2062), - [aux_sym_keep_alive_token1] = ACTIONS(2062), - [aux_sym_tunnel_token1] = ACTIONS(2064), - [aux_sym_tunnel_device_token1] = ACTIONS(2062), - [aux_sym_update_host_keys_token1] = ACTIONS(2062), - [aux_sym_use_keychain_token1] = ACTIONS(2062), - [aux_sym_use_roaming_token1] = ACTIONS(2062), - [aux_sym_user_token1] = ACTIONS(2064), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2062), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2062), - [aux_sym_visual_host_key_token1] = ACTIONS(2062), - [aux_sym_xauth_location_token1] = ACTIONS(2062), + [ts_builtin_sym_end] = ACTIONS(2069), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2071), + [anon_sym_DQUOTE] = ACTIONS(2073), + [aux_sym_match_token1] = ACTIONS(2069), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2069), + [aux_sym_address_family_token1] = ACTIONS(2069), + [aux_sym_batch_mode_token1] = ACTIONS(2069), + [aux_sym_bind_address_token1] = ACTIONS(2069), + [aux_sym_bind_interface_token1] = ACTIONS(2069), + [aux_sym_canonical_domains_token1] = ACTIONS(2069), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2069), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2069), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2069), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2069), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2069), + [aux_sym_certificate_file_token1] = ACTIONS(2069), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2069), + [aux_sym_check_host_ip_token1] = ACTIONS(2069), + [aux_sym_ciphers_token1] = ACTIONS(2069), + [aux_sym_cipher_token1] = ACTIONS(2071), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2069), + [aux_sym_compression_token1] = ACTIONS(2069), + [aux_sym_connection_attempts_token1] = ACTIONS(2069), + [aux_sym_connect_timeout_token1] = ACTIONS(2069), + [aux_sym_control_master_token1] = ACTIONS(2069), + [aux_sym_control_path_token1] = ACTIONS(2069), + [aux_sym_control_persist_token1] = ACTIONS(2069), + [aux_sym_dynamic_forward_token1] = ACTIONS(2069), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2069), + [aux_sym_escape_char_token1] = ACTIONS(2069), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2069), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2069), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2069), + [aux_sym_forward_agent_token1] = ACTIONS(2069), + [aux_sym_forward_x11_token1] = ACTIONS(2071), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2069), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2069), + [aux_sym_gateway_ports_token1] = ACTIONS(2069), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2069), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2069), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2069), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2069), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2069), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2069), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2069), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2069), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2069), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2069), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2069), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2069), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2069), + [aux_sym_host_key_alias_token1] = ACTIONS(2069), + [aux_sym_hostname_token1] = ACTIONS(2069), + [aux_sym_identities_only_token1] = ACTIONS(2069), + [aux_sym_identity_agent_token1] = ACTIONS(2069), + [aux_sym_identity_file_token1] = ACTIONS(2069), + [aux_sym_ignore_unknown_token1] = ACTIONS(2069), + [aux_sym_include_token1] = ACTIONS(2069), + [aux_sym_ip_qos_token1] = ACTIONS(2069), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2069), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2069), + [aux_sym_kex_algorithms_token1] = ACTIONS(2069), + [aux_sym_known_hosts_command_token1] = ACTIONS(2069), + [aux_sym_local_command_token1] = ACTIONS(2069), + [aux_sym_local_forward_token1] = ACTIONS(2069), + [aux_sym_log_level_token1] = ACTIONS(2069), + [aux_sym_log_verbose_token1] = ACTIONS(2069), + [aux_sym_macs_token1] = ACTIONS(2069), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2069), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2069), + [aux_sym_password_authentication_token1] = ACTIONS(2069), + [aux_sym_permit_local_command_token1] = ACTIONS(2069), + [aux_sym_permit_remote_open_token1] = ACTIONS(2069), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2069), + [aux_sym_port_token1] = ACTIONS(2069), + [aux_sym_preferred_authentications_token1] = ACTIONS(2069), + [aux_sym_protocol_token1] = ACTIONS(2069), + [aux_sym_proxy_command_token1] = ACTIONS(2069), + [aux_sym_proxy_jump_token1] = ACTIONS(2069), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2069), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2069), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2069), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2069), + [aux_sym_rekey_limit_token1] = ACTIONS(2069), + [aux_sym_remote_command_token1] = ACTIONS(2069), + [aux_sym_remote_forward_token1] = ACTIONS(2069), + [aux_sym_request_tty_token1] = ACTIONS(2069), + [aux_sym_required_rsa_size_token1] = ACTIONS(2069), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2069), + [aux_sym_security_key_provider_token1] = ACTIONS(2069), + [aux_sym_send_env_token1] = ACTIONS(2069), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2069), + [aux_sym_server_alive_interval_token1] = ACTIONS(2069), + [aux_sym_session_type_token1] = ACTIONS(2069), + [aux_sym_set_env_token1] = ACTIONS(2069), + [aux_sym_stdin_null_token1] = ACTIONS(2069), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2069), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2069), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2069), + [aux_sym_syslog_facility_token1] = ACTIONS(2069), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2069), + [aux_sym_keep_alive_token1] = ACTIONS(2069), + [aux_sym_tunnel_token1] = ACTIONS(2071), + [aux_sym_tunnel_device_token1] = ACTIONS(2069), + [aux_sym_update_host_keys_token1] = ACTIONS(2069), + [aux_sym_use_keychain_token1] = ACTIONS(2069), + [aux_sym_use_roaming_token1] = ACTIONS(2069), + [aux_sym_user_token1] = ACTIONS(2071), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2069), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2069), + [aux_sym_visual_host_key_token1] = ACTIONS(2069), + [aux_sym_xauth_location_token1] = ACTIONS(2069), }, [263] = { - [ts_builtin_sym_end] = ACTIONS(2068), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2070), - [anon_sym_DQUOTE] = ACTIONS(2068), - [aux_sym_match_token1] = ACTIONS(2068), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2068), - [aux_sym_address_family_token1] = ACTIONS(2068), - [aux_sym_batch_mode_token1] = ACTIONS(2068), - [aux_sym_bind_address_token1] = ACTIONS(2068), - [aux_sym_bind_interface_token1] = ACTIONS(2068), - [aux_sym_canonical_domains_token1] = ACTIONS(2068), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2068), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2068), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2068), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2068), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2068), - [aux_sym_certificate_file_token1] = ACTIONS(2068), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2068), - [aux_sym_check_host_ip_token1] = ACTIONS(2068), - [aux_sym_ciphers_token1] = ACTIONS(2068), - [aux_sym_cipher_token1] = ACTIONS(2070), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2068), - [aux_sym_compression_token1] = ACTIONS(2068), - [aux_sym_connection_attempts_token1] = ACTIONS(2068), - [aux_sym_connect_timeout_token1] = ACTIONS(2068), - [aux_sym_control_master_token1] = ACTIONS(2068), - [aux_sym_control_path_token1] = ACTIONS(2068), - [aux_sym_control_persist_token1] = ACTIONS(2068), - [aux_sym_dynamic_forward_token1] = ACTIONS(2068), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2068), - [aux_sym_escape_char_token1] = ACTIONS(2068), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2068), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2068), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2068), - [aux_sym_forward_agent_token1] = ACTIONS(2068), - [aux_sym_forward_x11_token1] = ACTIONS(2070), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2068), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2068), - [aux_sym_gateway_ports_token1] = ACTIONS(2068), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2068), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2068), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2068), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2068), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2068), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2068), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2068), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2068), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2068), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2068), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2068), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2068), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2068), - [aux_sym_host_key_alias_token1] = ACTIONS(2068), - [aux_sym_hostname_token1] = ACTIONS(2068), - [aux_sym_identities_only_token1] = ACTIONS(2068), - [aux_sym_identity_agent_token1] = ACTIONS(2068), - [aux_sym_identity_file_token1] = ACTIONS(2068), - [aux_sym_ignore_unknown_token1] = ACTIONS(2068), - [aux_sym_include_token1] = ACTIONS(2068), - [aux_sym_ip_qos_token1] = ACTIONS(2068), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2068), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2068), - [aux_sym_kex_algorithms_token1] = ACTIONS(2068), - [aux_sym_known_hosts_command_token1] = ACTIONS(2068), - [aux_sym_local_command_token1] = ACTIONS(2068), - [aux_sym_local_forward_token1] = ACTIONS(2068), - [aux_sym_log_level_token1] = ACTIONS(2068), - [aux_sym_log_verbose_token1] = ACTIONS(2068), - [aux_sym_macs_token1] = ACTIONS(2068), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2068), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2068), - [aux_sym_password_authentication_token1] = ACTIONS(2068), - [aux_sym_permit_local_command_token1] = ACTIONS(2068), - [aux_sym_permit_remote_open_token1] = ACTIONS(2068), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2068), - [aux_sym_port_token1] = ACTIONS(2068), - [aux_sym_preferred_authentications_token1] = ACTIONS(2068), - [aux_sym_protocol_token1] = ACTIONS(2068), - [aux_sym_proxy_command_token1] = ACTIONS(2068), - [aux_sym_proxy_jump_token1] = ACTIONS(2068), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2068), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2068), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2068), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2068), - [aux_sym_rekey_limit_token1] = ACTIONS(2068), - [aux_sym_remote_command_token1] = ACTIONS(2068), - [aux_sym_remote_forward_token1] = ACTIONS(2068), - [aux_sym_request_tty_token1] = ACTIONS(2068), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2068), - [aux_sym_security_key_provider_token1] = ACTIONS(2068), - [aux_sym_send_env_token1] = ACTIONS(2068), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2068), - [aux_sym_server_alive_interval_token1] = ACTIONS(2068), - [aux_sym_session_type_token1] = ACTIONS(2068), - [aux_sym_set_env_token1] = ACTIONS(2068), - [aux_sym_stdin_null_token1] = ACTIONS(2068), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2068), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2068), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2068), - [aux_sym_syslog_facility_token1] = ACTIONS(2068), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2068), - [aux_sym_keep_alive_token1] = ACTIONS(2068), - [aux_sym_tunnel_token1] = ACTIONS(2070), - [aux_sym_tunnel_device_token1] = ACTIONS(2068), - [aux_sym_update_host_keys_token1] = ACTIONS(2068), - [aux_sym_use_keychain_token1] = ACTIONS(2068), - [aux_sym_use_roaming_token1] = ACTIONS(2068), - [aux_sym_user_token1] = ACTIONS(2070), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2068), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2068), - [aux_sym_visual_host_key_token1] = ACTIONS(2068), - [aux_sym_xauth_location_token1] = ACTIONS(2068), + [ts_builtin_sym_end] = ACTIONS(2075), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2077), + [anon_sym_DQUOTE] = ACTIONS(2075), + [aux_sym_match_token1] = ACTIONS(2075), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2075), + [aux_sym_address_family_token1] = ACTIONS(2075), + [aux_sym_batch_mode_token1] = ACTIONS(2075), + [aux_sym_bind_address_token1] = ACTIONS(2075), + [aux_sym_bind_interface_token1] = ACTIONS(2075), + [aux_sym_canonical_domains_token1] = ACTIONS(2075), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2075), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2075), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2075), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2075), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2075), + [aux_sym_certificate_file_token1] = ACTIONS(2075), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2075), + [aux_sym_check_host_ip_token1] = ACTIONS(2075), + [aux_sym_ciphers_token1] = ACTIONS(2075), + [aux_sym_cipher_token1] = ACTIONS(2077), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2075), + [aux_sym_compression_token1] = ACTIONS(2075), + [aux_sym_connection_attempts_token1] = ACTIONS(2075), + [aux_sym_connect_timeout_token1] = ACTIONS(2075), + [aux_sym_control_master_token1] = ACTIONS(2075), + [aux_sym_control_path_token1] = ACTIONS(2075), + [aux_sym_control_persist_token1] = ACTIONS(2075), + [aux_sym_dynamic_forward_token1] = ACTIONS(2075), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2075), + [aux_sym_escape_char_token1] = ACTIONS(2075), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2075), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2075), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2075), + [aux_sym_forward_agent_token1] = ACTIONS(2075), + [aux_sym_forward_x11_token1] = ACTIONS(2077), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2075), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2075), + [aux_sym_gateway_ports_token1] = ACTIONS(2075), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2075), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2075), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2075), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2075), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2075), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2075), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2075), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2075), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2075), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2075), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2075), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2075), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2075), + [aux_sym_host_key_alias_token1] = ACTIONS(2075), + [aux_sym_hostname_token1] = ACTIONS(2075), + [aux_sym_identities_only_token1] = ACTIONS(2075), + [aux_sym_identity_agent_token1] = ACTIONS(2075), + [aux_sym_identity_file_token1] = ACTIONS(2075), + [aux_sym_ignore_unknown_token1] = ACTIONS(2075), + [aux_sym_include_token1] = ACTIONS(2075), + [aux_sym_ip_qos_token1] = ACTIONS(2075), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2075), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2075), + [aux_sym_kex_algorithms_token1] = ACTIONS(2075), + [aux_sym_known_hosts_command_token1] = ACTIONS(2075), + [aux_sym_local_command_token1] = ACTIONS(2075), + [aux_sym_local_forward_token1] = ACTIONS(2075), + [aux_sym_log_level_token1] = ACTIONS(2075), + [aux_sym_log_verbose_token1] = ACTIONS(2075), + [aux_sym_macs_token1] = ACTIONS(2075), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2075), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2075), + [aux_sym_password_authentication_token1] = ACTIONS(2075), + [aux_sym_permit_local_command_token1] = ACTIONS(2075), + [aux_sym_permit_remote_open_token1] = ACTIONS(2075), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2075), + [aux_sym_port_token1] = ACTIONS(2075), + [aux_sym_preferred_authentications_token1] = ACTIONS(2075), + [aux_sym_protocol_token1] = ACTIONS(2075), + [aux_sym_proxy_command_token1] = ACTIONS(2075), + [aux_sym_proxy_jump_token1] = ACTIONS(2075), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2075), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2075), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2075), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2075), + [aux_sym_rekey_limit_token1] = ACTIONS(2075), + [aux_sym_remote_command_token1] = ACTIONS(2075), + [aux_sym_remote_forward_token1] = ACTIONS(2075), + [aux_sym_request_tty_token1] = ACTIONS(2075), + [aux_sym_required_rsa_size_token1] = ACTIONS(2075), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2075), + [aux_sym_security_key_provider_token1] = ACTIONS(2075), + [aux_sym_send_env_token1] = ACTIONS(2075), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2075), + [aux_sym_server_alive_interval_token1] = ACTIONS(2075), + [aux_sym_session_type_token1] = ACTIONS(2075), + [aux_sym_set_env_token1] = ACTIONS(2075), + [aux_sym_stdin_null_token1] = ACTIONS(2075), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2075), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2075), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2075), + [aux_sym_syslog_facility_token1] = ACTIONS(2075), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2075), + [aux_sym_keep_alive_token1] = ACTIONS(2075), + [aux_sym_tunnel_token1] = ACTIONS(2077), + [aux_sym_tunnel_device_token1] = ACTIONS(2075), + [aux_sym_update_host_keys_token1] = ACTIONS(2075), + [aux_sym_use_keychain_token1] = ACTIONS(2075), + [aux_sym_use_roaming_token1] = ACTIONS(2075), + [aux_sym_user_token1] = ACTIONS(2077), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2075), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2075), + [aux_sym_visual_host_key_token1] = ACTIONS(2075), + [aux_sym_xauth_location_token1] = ACTIONS(2075), }, [264] = { - [ts_builtin_sym_end] = ACTIONS(2072), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2074), - [anon_sym_DQUOTE] = ACTIONS(2076), - [aux_sym_match_token1] = ACTIONS(2072), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2072), - [aux_sym_address_family_token1] = ACTIONS(2072), - [aux_sym_batch_mode_token1] = ACTIONS(2072), - [aux_sym_bind_address_token1] = ACTIONS(2072), - [aux_sym_bind_interface_token1] = ACTIONS(2072), - [aux_sym_canonical_domains_token1] = ACTIONS(2072), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2072), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2072), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2072), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2072), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2072), - [aux_sym_certificate_file_token1] = ACTIONS(2072), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2072), - [aux_sym_check_host_ip_token1] = ACTIONS(2072), - [aux_sym_ciphers_token1] = ACTIONS(2072), - [aux_sym_cipher_token1] = ACTIONS(2074), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2072), - [aux_sym_compression_token1] = ACTIONS(2072), - [aux_sym_connection_attempts_token1] = ACTIONS(2072), - [aux_sym_connect_timeout_token1] = ACTIONS(2072), - [aux_sym_control_master_token1] = ACTIONS(2072), - [aux_sym_control_path_token1] = ACTIONS(2072), - [aux_sym_control_persist_token1] = ACTIONS(2072), - [aux_sym_dynamic_forward_token1] = ACTIONS(2072), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2072), - [aux_sym_escape_char_token1] = ACTIONS(2072), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2072), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2072), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2072), - [aux_sym_forward_agent_token1] = ACTIONS(2072), - [aux_sym_forward_x11_token1] = ACTIONS(2074), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2072), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2072), - [aux_sym_gateway_ports_token1] = ACTIONS(2072), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2072), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2072), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2072), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2072), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2072), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2072), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2072), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2072), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2072), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2072), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2072), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2072), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2072), - [aux_sym_host_key_alias_token1] = ACTIONS(2072), - [aux_sym_hostname_token1] = ACTIONS(2072), - [aux_sym_identities_only_token1] = ACTIONS(2072), - [aux_sym_identity_agent_token1] = ACTIONS(2072), - [aux_sym_identity_file_token1] = ACTIONS(2072), - [aux_sym_ignore_unknown_token1] = ACTIONS(2072), - [aux_sym_include_token1] = ACTIONS(2072), - [aux_sym_ip_qos_token1] = ACTIONS(2072), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2072), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2072), - [aux_sym_kex_algorithms_token1] = ACTIONS(2072), - [aux_sym_known_hosts_command_token1] = ACTIONS(2072), - [aux_sym_local_command_token1] = ACTIONS(2072), - [aux_sym_local_forward_token1] = ACTIONS(2072), - [aux_sym_log_level_token1] = ACTIONS(2072), - [aux_sym_log_verbose_token1] = ACTIONS(2072), - [aux_sym_macs_token1] = ACTIONS(2072), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2072), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2072), - [aux_sym_password_authentication_token1] = ACTIONS(2072), - [aux_sym_permit_local_command_token1] = ACTIONS(2072), - [aux_sym_permit_remote_open_token1] = ACTIONS(2072), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2072), - [aux_sym_port_token1] = ACTIONS(2072), - [aux_sym_preferred_authentications_token1] = ACTIONS(2072), - [aux_sym_protocol_token1] = ACTIONS(2072), - [aux_sym_proxy_command_token1] = ACTIONS(2072), - [aux_sym_proxy_jump_token1] = ACTIONS(2072), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2072), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2072), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2072), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2072), - [aux_sym_rekey_limit_token1] = ACTIONS(2072), - [aux_sym_remote_command_token1] = ACTIONS(2072), - [aux_sym_remote_forward_token1] = ACTIONS(2072), - [aux_sym_request_tty_token1] = ACTIONS(2072), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2072), - [aux_sym_security_key_provider_token1] = ACTIONS(2072), - [aux_sym_send_env_token1] = ACTIONS(2072), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2072), - [aux_sym_server_alive_interval_token1] = ACTIONS(2072), - [aux_sym_session_type_token1] = ACTIONS(2072), - [aux_sym_set_env_token1] = ACTIONS(2072), - [aux_sym_stdin_null_token1] = ACTIONS(2072), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2072), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2072), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2072), - [aux_sym_syslog_facility_token1] = ACTIONS(2072), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2072), - [aux_sym_keep_alive_token1] = ACTIONS(2072), - [aux_sym_tunnel_token1] = ACTIONS(2074), - [aux_sym_tunnel_device_token1] = ACTIONS(2072), - [aux_sym_update_host_keys_token1] = ACTIONS(2072), - [aux_sym_use_keychain_token1] = ACTIONS(2072), - [aux_sym_use_roaming_token1] = ACTIONS(2072), - [aux_sym_user_token1] = ACTIONS(2074), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2072), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2072), - [aux_sym_visual_host_key_token1] = ACTIONS(2072), - [aux_sym_xauth_location_token1] = ACTIONS(2072), + [ts_builtin_sym_end] = ACTIONS(2079), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2081), + [anon_sym_DQUOTE] = ACTIONS(2083), + [aux_sym_match_token1] = ACTIONS(2079), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2079), + [aux_sym_address_family_token1] = ACTIONS(2079), + [aux_sym_batch_mode_token1] = ACTIONS(2079), + [aux_sym_bind_address_token1] = ACTIONS(2079), + [aux_sym_bind_interface_token1] = ACTIONS(2079), + [aux_sym_canonical_domains_token1] = ACTIONS(2079), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2079), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2079), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2079), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2079), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2079), + [aux_sym_certificate_file_token1] = ACTIONS(2079), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2079), + [aux_sym_check_host_ip_token1] = ACTIONS(2079), + [aux_sym_ciphers_token1] = ACTIONS(2079), + [aux_sym_cipher_token1] = ACTIONS(2081), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2079), + [aux_sym_compression_token1] = ACTIONS(2079), + [aux_sym_connection_attempts_token1] = ACTIONS(2079), + [aux_sym_connect_timeout_token1] = ACTIONS(2079), + [aux_sym_control_master_token1] = ACTIONS(2079), + [aux_sym_control_path_token1] = ACTIONS(2079), + [aux_sym_control_persist_token1] = ACTIONS(2079), + [aux_sym_dynamic_forward_token1] = ACTIONS(2079), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2079), + [aux_sym_escape_char_token1] = ACTIONS(2079), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2079), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2079), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2079), + [aux_sym_forward_agent_token1] = ACTIONS(2079), + [aux_sym_forward_x11_token1] = ACTIONS(2081), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2079), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2079), + [aux_sym_gateway_ports_token1] = ACTIONS(2079), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2079), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2079), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2079), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2079), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2079), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2079), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2079), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2079), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2079), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2079), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2079), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2079), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2079), + [aux_sym_host_key_alias_token1] = ACTIONS(2079), + [aux_sym_hostname_token1] = ACTIONS(2079), + [aux_sym_identities_only_token1] = ACTIONS(2079), + [aux_sym_identity_agent_token1] = ACTIONS(2079), + [aux_sym_identity_file_token1] = ACTIONS(2079), + [aux_sym_ignore_unknown_token1] = ACTIONS(2079), + [aux_sym_include_token1] = ACTIONS(2079), + [aux_sym_ip_qos_token1] = ACTIONS(2079), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2079), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2079), + [aux_sym_kex_algorithms_token1] = ACTIONS(2079), + [aux_sym_known_hosts_command_token1] = ACTIONS(2079), + [aux_sym_local_command_token1] = ACTIONS(2079), + [aux_sym_local_forward_token1] = ACTIONS(2079), + [aux_sym_log_level_token1] = ACTIONS(2079), + [aux_sym_log_verbose_token1] = ACTIONS(2079), + [aux_sym_macs_token1] = ACTIONS(2079), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2079), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2079), + [aux_sym_password_authentication_token1] = ACTIONS(2079), + [aux_sym_permit_local_command_token1] = ACTIONS(2079), + [aux_sym_permit_remote_open_token1] = ACTIONS(2079), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2079), + [aux_sym_port_token1] = ACTIONS(2079), + [aux_sym_preferred_authentications_token1] = ACTIONS(2079), + [aux_sym_protocol_token1] = ACTIONS(2079), + [aux_sym_proxy_command_token1] = ACTIONS(2079), + [aux_sym_proxy_jump_token1] = ACTIONS(2079), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2079), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2079), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2079), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2079), + [aux_sym_rekey_limit_token1] = ACTIONS(2079), + [aux_sym_remote_command_token1] = ACTIONS(2079), + [aux_sym_remote_forward_token1] = ACTIONS(2079), + [aux_sym_request_tty_token1] = ACTIONS(2079), + [aux_sym_required_rsa_size_token1] = ACTIONS(2079), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2079), + [aux_sym_security_key_provider_token1] = ACTIONS(2079), + [aux_sym_send_env_token1] = ACTIONS(2079), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2079), + [aux_sym_server_alive_interval_token1] = ACTIONS(2079), + [aux_sym_session_type_token1] = ACTIONS(2079), + [aux_sym_set_env_token1] = ACTIONS(2079), + [aux_sym_stdin_null_token1] = ACTIONS(2079), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2079), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2079), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2079), + [aux_sym_syslog_facility_token1] = ACTIONS(2079), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2079), + [aux_sym_keep_alive_token1] = ACTIONS(2079), + [aux_sym_tunnel_token1] = ACTIONS(2081), + [aux_sym_tunnel_device_token1] = ACTIONS(2079), + [aux_sym_update_host_keys_token1] = ACTIONS(2079), + [aux_sym_use_keychain_token1] = ACTIONS(2079), + [aux_sym_use_roaming_token1] = ACTIONS(2079), + [aux_sym_user_token1] = ACTIONS(2081), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2079), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2079), + [aux_sym_visual_host_key_token1] = ACTIONS(2079), + [aux_sym_xauth_location_token1] = ACTIONS(2079), }, [265] = { - [ts_builtin_sym_end] = ACTIONS(2078), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2080), - [anon_sym_DQUOTE] = ACTIONS(2078), - [aux_sym_match_token1] = ACTIONS(2078), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2078), - [aux_sym_address_family_token1] = ACTIONS(2078), - [aux_sym_batch_mode_token1] = ACTIONS(2078), - [aux_sym_bind_address_token1] = ACTIONS(2078), - [aux_sym_bind_interface_token1] = ACTIONS(2078), - [aux_sym_canonical_domains_token1] = ACTIONS(2078), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2078), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2078), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2078), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2078), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2078), - [aux_sym_certificate_file_token1] = ACTIONS(2078), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2078), - [aux_sym_check_host_ip_token1] = ACTIONS(2078), - [aux_sym_ciphers_token1] = ACTIONS(2078), - [aux_sym_cipher_token1] = ACTIONS(2080), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2078), - [aux_sym_compression_token1] = ACTIONS(2078), - [aux_sym_connection_attempts_token1] = ACTIONS(2078), - [aux_sym_connect_timeout_token1] = ACTIONS(2078), - [aux_sym_control_master_token1] = ACTIONS(2078), - [aux_sym_control_path_token1] = ACTIONS(2078), - [aux_sym_control_persist_token1] = ACTIONS(2078), - [aux_sym_dynamic_forward_token1] = ACTIONS(2078), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2078), - [aux_sym_escape_char_token1] = ACTIONS(2078), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2078), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2078), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2078), - [aux_sym_forward_agent_token1] = ACTIONS(2078), - [aux_sym_forward_x11_token1] = ACTIONS(2080), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2078), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2078), - [aux_sym_gateway_ports_token1] = ACTIONS(2078), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2078), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2078), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2078), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2078), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2078), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2078), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2078), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2078), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2078), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2078), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2078), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2078), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2078), - [aux_sym_host_key_alias_token1] = ACTIONS(2078), - [aux_sym_hostname_token1] = ACTIONS(2078), - [aux_sym_identities_only_token1] = ACTIONS(2078), - [aux_sym_identity_agent_token1] = ACTIONS(2078), - [aux_sym_identity_file_token1] = ACTIONS(2078), - [aux_sym_ignore_unknown_token1] = ACTIONS(2078), - [aux_sym_include_token1] = ACTIONS(2078), - [aux_sym_ip_qos_token1] = ACTIONS(2078), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2078), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2078), - [aux_sym_kex_algorithms_token1] = ACTIONS(2078), - [aux_sym_known_hosts_command_token1] = ACTIONS(2078), - [aux_sym_local_command_token1] = ACTIONS(2078), - [aux_sym_local_forward_token1] = ACTIONS(2078), - [aux_sym_log_level_token1] = ACTIONS(2078), - [aux_sym_log_verbose_token1] = ACTIONS(2078), - [aux_sym_macs_token1] = ACTIONS(2078), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2078), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2078), - [aux_sym_password_authentication_token1] = ACTIONS(2078), - [aux_sym_permit_local_command_token1] = ACTIONS(2078), - [aux_sym_permit_remote_open_token1] = ACTIONS(2078), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2078), - [aux_sym_port_token1] = ACTIONS(2078), - [aux_sym_preferred_authentications_token1] = ACTIONS(2078), - [aux_sym_protocol_token1] = ACTIONS(2078), - [aux_sym_proxy_command_token1] = ACTIONS(2078), - [aux_sym_proxy_jump_token1] = ACTIONS(2078), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2078), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2078), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2078), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2078), - [aux_sym_rekey_limit_token1] = ACTIONS(2078), - [aux_sym_remote_command_token1] = ACTIONS(2078), - [aux_sym_remote_forward_token1] = ACTIONS(2078), - [aux_sym_request_tty_token1] = ACTIONS(2078), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2078), - [aux_sym_security_key_provider_token1] = ACTIONS(2078), - [aux_sym_send_env_token1] = ACTIONS(2078), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2078), - [aux_sym_server_alive_interval_token1] = ACTIONS(2078), - [aux_sym_session_type_token1] = ACTIONS(2078), - [aux_sym_set_env_token1] = ACTIONS(2078), - [aux_sym_stdin_null_token1] = ACTIONS(2078), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2078), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2078), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2078), - [aux_sym_syslog_facility_token1] = ACTIONS(2078), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2078), - [aux_sym_keep_alive_token1] = ACTIONS(2078), - [aux_sym_tunnel_token1] = ACTIONS(2080), - [aux_sym_tunnel_device_token1] = ACTIONS(2078), - [aux_sym_update_host_keys_token1] = ACTIONS(2078), - [aux_sym_use_keychain_token1] = ACTIONS(2078), - [aux_sym_use_roaming_token1] = ACTIONS(2078), - [aux_sym_user_token1] = ACTIONS(2080), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2078), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2078), - [aux_sym_visual_host_key_token1] = ACTIONS(2078), - [aux_sym_xauth_location_token1] = ACTIONS(2078), + [ts_builtin_sym_end] = ACTIONS(2085), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2087), + [anon_sym_DQUOTE] = ACTIONS(2085), + [aux_sym_match_token1] = ACTIONS(2085), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2085), + [aux_sym_address_family_token1] = ACTIONS(2085), + [aux_sym_batch_mode_token1] = ACTIONS(2085), + [aux_sym_bind_address_token1] = ACTIONS(2085), + [aux_sym_bind_interface_token1] = ACTIONS(2085), + [aux_sym_canonical_domains_token1] = ACTIONS(2085), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2085), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2085), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2085), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2085), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2085), + [aux_sym_certificate_file_token1] = ACTIONS(2085), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2085), + [aux_sym_check_host_ip_token1] = ACTIONS(2085), + [aux_sym_ciphers_token1] = ACTIONS(2085), + [aux_sym_cipher_token1] = ACTIONS(2087), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2085), + [aux_sym_compression_token1] = ACTIONS(2085), + [aux_sym_connection_attempts_token1] = ACTIONS(2085), + [aux_sym_connect_timeout_token1] = ACTIONS(2085), + [aux_sym_control_master_token1] = ACTIONS(2085), + [aux_sym_control_path_token1] = ACTIONS(2085), + [aux_sym_control_persist_token1] = ACTIONS(2085), + [aux_sym_dynamic_forward_token1] = ACTIONS(2085), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2085), + [aux_sym_escape_char_token1] = ACTIONS(2085), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2085), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2085), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2085), + [aux_sym_forward_agent_token1] = ACTIONS(2085), + [aux_sym_forward_x11_token1] = ACTIONS(2087), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2085), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2085), + [aux_sym_gateway_ports_token1] = ACTIONS(2085), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2085), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2085), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2085), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2085), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2085), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2085), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2085), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2085), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2085), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2085), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2085), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2085), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2085), + [aux_sym_host_key_alias_token1] = ACTIONS(2085), + [aux_sym_hostname_token1] = ACTIONS(2085), + [aux_sym_identities_only_token1] = ACTIONS(2085), + [aux_sym_identity_agent_token1] = ACTIONS(2085), + [aux_sym_identity_file_token1] = ACTIONS(2085), + [aux_sym_ignore_unknown_token1] = ACTIONS(2085), + [aux_sym_include_token1] = ACTIONS(2085), + [aux_sym_ip_qos_token1] = ACTIONS(2085), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2085), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2085), + [aux_sym_kex_algorithms_token1] = ACTIONS(2085), + [aux_sym_known_hosts_command_token1] = ACTIONS(2085), + [aux_sym_local_command_token1] = ACTIONS(2085), + [aux_sym_local_forward_token1] = ACTIONS(2085), + [aux_sym_log_level_token1] = ACTIONS(2085), + [aux_sym_log_verbose_token1] = ACTIONS(2085), + [aux_sym_macs_token1] = ACTIONS(2085), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2085), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2085), + [aux_sym_password_authentication_token1] = ACTIONS(2085), + [aux_sym_permit_local_command_token1] = ACTIONS(2085), + [aux_sym_permit_remote_open_token1] = ACTIONS(2085), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2085), + [aux_sym_port_token1] = ACTIONS(2085), + [aux_sym_preferred_authentications_token1] = ACTIONS(2085), + [aux_sym_protocol_token1] = ACTIONS(2085), + [aux_sym_proxy_command_token1] = ACTIONS(2085), + [aux_sym_proxy_jump_token1] = ACTIONS(2085), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2085), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2085), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2085), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2085), + [aux_sym_rekey_limit_token1] = ACTIONS(2085), + [aux_sym_remote_command_token1] = ACTIONS(2085), + [aux_sym_remote_forward_token1] = ACTIONS(2085), + [aux_sym_request_tty_token1] = ACTIONS(2085), + [aux_sym_required_rsa_size_token1] = ACTIONS(2085), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2085), + [aux_sym_security_key_provider_token1] = ACTIONS(2085), + [aux_sym_send_env_token1] = ACTIONS(2085), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2085), + [aux_sym_server_alive_interval_token1] = ACTIONS(2085), + [aux_sym_session_type_token1] = ACTIONS(2085), + [aux_sym_set_env_token1] = ACTIONS(2085), + [aux_sym_stdin_null_token1] = ACTIONS(2085), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2085), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2085), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2085), + [aux_sym_syslog_facility_token1] = ACTIONS(2085), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2085), + [aux_sym_keep_alive_token1] = ACTIONS(2085), + [aux_sym_tunnel_token1] = ACTIONS(2087), + [aux_sym_tunnel_device_token1] = ACTIONS(2085), + [aux_sym_update_host_keys_token1] = ACTIONS(2085), + [aux_sym_use_keychain_token1] = ACTIONS(2085), + [aux_sym_use_roaming_token1] = ACTIONS(2085), + [aux_sym_user_token1] = ACTIONS(2087), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2085), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2085), + [aux_sym_visual_host_key_token1] = ACTIONS(2085), + [aux_sym_xauth_location_token1] = ACTIONS(2085), }, [266] = { - [ts_builtin_sym_end] = ACTIONS(2082), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2084), - [anon_sym_DQUOTE] = ACTIONS(2086), - [aux_sym_match_token1] = ACTIONS(2082), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2082), - [aux_sym_address_family_token1] = ACTIONS(2082), - [aux_sym_batch_mode_token1] = ACTIONS(2082), - [aux_sym_bind_address_token1] = ACTIONS(2082), - [aux_sym_bind_interface_token1] = ACTIONS(2082), - [aux_sym_canonical_domains_token1] = ACTIONS(2082), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2082), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2082), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2082), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2082), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2082), - [aux_sym_certificate_file_token1] = ACTIONS(2082), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2082), - [aux_sym_check_host_ip_token1] = ACTIONS(2082), - [aux_sym_ciphers_token1] = ACTIONS(2082), - [aux_sym_cipher_token1] = ACTIONS(2084), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2082), - [aux_sym_compression_token1] = ACTIONS(2082), - [aux_sym_connection_attempts_token1] = ACTIONS(2082), - [aux_sym_connect_timeout_token1] = ACTIONS(2082), - [aux_sym_control_master_token1] = ACTIONS(2082), - [aux_sym_control_path_token1] = ACTIONS(2082), - [aux_sym_control_persist_token1] = ACTIONS(2082), - [aux_sym_dynamic_forward_token1] = ACTIONS(2082), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2082), - [aux_sym_escape_char_token1] = ACTIONS(2082), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2082), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2082), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2082), - [aux_sym_forward_agent_token1] = ACTIONS(2082), - [aux_sym_forward_x11_token1] = ACTIONS(2084), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2082), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2082), - [aux_sym_gateway_ports_token1] = ACTIONS(2082), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2082), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2082), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2082), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2082), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2082), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2082), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2082), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2082), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2082), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2082), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2082), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2082), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2082), - [aux_sym_host_key_alias_token1] = ACTIONS(2082), - [aux_sym_hostname_token1] = ACTIONS(2082), - [aux_sym_identities_only_token1] = ACTIONS(2082), - [aux_sym_identity_agent_token1] = ACTIONS(2082), - [aux_sym_identity_file_token1] = ACTIONS(2082), - [aux_sym_ignore_unknown_token1] = ACTIONS(2082), - [aux_sym_include_token1] = ACTIONS(2082), - [aux_sym_ip_qos_token1] = ACTIONS(2082), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2082), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2082), - [aux_sym_kex_algorithms_token1] = ACTIONS(2082), - [aux_sym_known_hosts_command_token1] = ACTIONS(2082), - [aux_sym_local_command_token1] = ACTIONS(2082), - [aux_sym_local_forward_token1] = ACTIONS(2082), - [aux_sym_log_level_token1] = ACTIONS(2082), - [aux_sym_log_verbose_token1] = ACTIONS(2082), - [aux_sym_macs_token1] = ACTIONS(2082), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2082), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2082), - [aux_sym_password_authentication_token1] = ACTIONS(2082), - [aux_sym_permit_local_command_token1] = ACTIONS(2082), - [aux_sym_permit_remote_open_token1] = ACTIONS(2082), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2082), - [aux_sym_port_token1] = ACTIONS(2082), - [aux_sym_preferred_authentications_token1] = ACTIONS(2082), - [aux_sym_protocol_token1] = ACTIONS(2082), - [aux_sym_proxy_command_token1] = ACTIONS(2082), - [aux_sym_proxy_jump_token1] = ACTIONS(2082), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2082), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2082), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2082), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2082), - [aux_sym_rekey_limit_token1] = ACTIONS(2082), - [aux_sym_remote_command_token1] = ACTIONS(2082), - [aux_sym_remote_forward_token1] = ACTIONS(2082), - [aux_sym_request_tty_token1] = ACTIONS(2082), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2082), - [aux_sym_security_key_provider_token1] = ACTIONS(2082), - [aux_sym_send_env_token1] = ACTIONS(2082), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2082), - [aux_sym_server_alive_interval_token1] = ACTIONS(2082), - [aux_sym_session_type_token1] = ACTIONS(2082), - [aux_sym_set_env_token1] = ACTIONS(2082), - [aux_sym_stdin_null_token1] = ACTIONS(2082), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2082), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2082), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2082), - [aux_sym_syslog_facility_token1] = ACTIONS(2082), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2082), - [aux_sym_keep_alive_token1] = ACTIONS(2082), - [aux_sym_tunnel_token1] = ACTIONS(2084), - [aux_sym_tunnel_device_token1] = ACTIONS(2082), - [aux_sym_update_host_keys_token1] = ACTIONS(2082), - [aux_sym_use_keychain_token1] = ACTIONS(2082), - [aux_sym_use_roaming_token1] = ACTIONS(2082), - [aux_sym_user_token1] = ACTIONS(2084), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2082), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2082), - [aux_sym_visual_host_key_token1] = ACTIONS(2082), - [aux_sym_xauth_location_token1] = ACTIONS(2082), + [ts_builtin_sym_end] = ACTIONS(2089), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2091), + [anon_sym_DQUOTE] = ACTIONS(2093), + [aux_sym_match_token1] = ACTIONS(2089), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2089), + [aux_sym_address_family_token1] = ACTIONS(2089), + [aux_sym_batch_mode_token1] = ACTIONS(2089), + [aux_sym_bind_address_token1] = ACTIONS(2089), + [aux_sym_bind_interface_token1] = ACTIONS(2089), + [aux_sym_canonical_domains_token1] = ACTIONS(2089), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2089), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2089), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2089), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2089), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2089), + [aux_sym_certificate_file_token1] = ACTIONS(2089), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2089), + [aux_sym_check_host_ip_token1] = ACTIONS(2089), + [aux_sym_ciphers_token1] = ACTIONS(2089), + [aux_sym_cipher_token1] = ACTIONS(2091), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2089), + [aux_sym_compression_token1] = ACTIONS(2089), + [aux_sym_connection_attempts_token1] = ACTIONS(2089), + [aux_sym_connect_timeout_token1] = ACTIONS(2089), + [aux_sym_control_master_token1] = ACTIONS(2089), + [aux_sym_control_path_token1] = ACTIONS(2089), + [aux_sym_control_persist_token1] = ACTIONS(2089), + [aux_sym_dynamic_forward_token1] = ACTIONS(2089), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2089), + [aux_sym_escape_char_token1] = ACTIONS(2089), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2089), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2089), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2089), + [aux_sym_forward_agent_token1] = ACTIONS(2089), + [aux_sym_forward_x11_token1] = ACTIONS(2091), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2089), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2089), + [aux_sym_gateway_ports_token1] = ACTIONS(2089), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2089), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2089), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2089), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2089), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2089), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2089), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2089), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2089), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2089), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2089), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2089), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2089), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2089), + [aux_sym_host_key_alias_token1] = ACTIONS(2089), + [aux_sym_hostname_token1] = ACTIONS(2089), + [aux_sym_identities_only_token1] = ACTIONS(2089), + [aux_sym_identity_agent_token1] = ACTIONS(2089), + [aux_sym_identity_file_token1] = ACTIONS(2089), + [aux_sym_ignore_unknown_token1] = ACTIONS(2089), + [aux_sym_include_token1] = ACTIONS(2089), + [aux_sym_ip_qos_token1] = ACTIONS(2089), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2089), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2089), + [aux_sym_kex_algorithms_token1] = ACTIONS(2089), + [aux_sym_known_hosts_command_token1] = ACTIONS(2089), + [aux_sym_local_command_token1] = ACTIONS(2089), + [aux_sym_local_forward_token1] = ACTIONS(2089), + [aux_sym_log_level_token1] = ACTIONS(2089), + [aux_sym_log_verbose_token1] = ACTIONS(2089), + [aux_sym_macs_token1] = ACTIONS(2089), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2089), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2089), + [aux_sym_password_authentication_token1] = ACTIONS(2089), + [aux_sym_permit_local_command_token1] = ACTIONS(2089), + [aux_sym_permit_remote_open_token1] = ACTIONS(2089), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2089), + [aux_sym_port_token1] = ACTIONS(2089), + [aux_sym_preferred_authentications_token1] = ACTIONS(2089), + [aux_sym_protocol_token1] = ACTIONS(2089), + [aux_sym_proxy_command_token1] = ACTIONS(2089), + [aux_sym_proxy_jump_token1] = ACTIONS(2089), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2089), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2089), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2089), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2089), + [aux_sym_rekey_limit_token1] = ACTIONS(2089), + [aux_sym_remote_command_token1] = ACTIONS(2089), + [aux_sym_remote_forward_token1] = ACTIONS(2089), + [aux_sym_request_tty_token1] = ACTIONS(2089), + [aux_sym_required_rsa_size_token1] = ACTIONS(2089), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2089), + [aux_sym_security_key_provider_token1] = ACTIONS(2089), + [aux_sym_send_env_token1] = ACTIONS(2089), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2089), + [aux_sym_server_alive_interval_token1] = ACTIONS(2089), + [aux_sym_session_type_token1] = ACTIONS(2089), + [aux_sym_set_env_token1] = ACTIONS(2089), + [aux_sym_stdin_null_token1] = ACTIONS(2089), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2089), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2089), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2089), + [aux_sym_syslog_facility_token1] = ACTIONS(2089), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2089), + [aux_sym_keep_alive_token1] = ACTIONS(2089), + [aux_sym_tunnel_token1] = ACTIONS(2091), + [aux_sym_tunnel_device_token1] = ACTIONS(2089), + [aux_sym_update_host_keys_token1] = ACTIONS(2089), + [aux_sym_use_keychain_token1] = ACTIONS(2089), + [aux_sym_use_roaming_token1] = ACTIONS(2089), + [aux_sym_user_token1] = ACTIONS(2091), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2089), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2089), + [aux_sym_visual_host_key_token1] = ACTIONS(2089), + [aux_sym_xauth_location_token1] = ACTIONS(2089), }, [267] = { - [ts_builtin_sym_end] = ACTIONS(2088), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2090), - [anon_sym_DQUOTE] = ACTIONS(2088), - [aux_sym_match_token1] = ACTIONS(2088), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2088), - [aux_sym_address_family_token1] = ACTIONS(2088), - [aux_sym_batch_mode_token1] = ACTIONS(2088), - [aux_sym_bind_address_token1] = ACTIONS(2088), - [aux_sym_bind_interface_token1] = ACTIONS(2088), - [aux_sym_canonical_domains_token1] = ACTIONS(2088), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2088), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2088), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2088), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2088), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2088), - [aux_sym_certificate_file_token1] = ACTIONS(2088), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2088), - [aux_sym_check_host_ip_token1] = ACTIONS(2088), - [aux_sym_ciphers_token1] = ACTIONS(2088), - [aux_sym_cipher_token1] = ACTIONS(2090), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2088), - [aux_sym_compression_token1] = ACTIONS(2088), - [aux_sym_connection_attempts_token1] = ACTIONS(2088), - [aux_sym_connect_timeout_token1] = ACTIONS(2088), - [aux_sym_control_master_token1] = ACTIONS(2088), - [aux_sym_control_path_token1] = ACTIONS(2088), - [aux_sym_control_persist_token1] = ACTIONS(2088), - [aux_sym_dynamic_forward_token1] = ACTIONS(2088), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2088), - [aux_sym_escape_char_token1] = ACTIONS(2088), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2088), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2088), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2088), - [aux_sym_forward_agent_token1] = ACTIONS(2088), - [aux_sym_forward_x11_token1] = ACTIONS(2090), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2088), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2088), - [aux_sym_gateway_ports_token1] = ACTIONS(2088), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2088), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2088), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2088), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2088), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2088), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2088), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2088), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2088), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2088), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2088), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2088), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2088), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2088), - [aux_sym_host_key_alias_token1] = ACTIONS(2088), - [aux_sym_hostname_token1] = ACTIONS(2088), - [aux_sym_identities_only_token1] = ACTIONS(2088), - [aux_sym_identity_agent_token1] = ACTIONS(2088), - [aux_sym_identity_file_token1] = ACTIONS(2088), - [aux_sym_ignore_unknown_token1] = ACTIONS(2088), - [aux_sym_include_token1] = ACTIONS(2088), - [aux_sym_ip_qos_token1] = ACTIONS(2088), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2088), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2088), - [aux_sym_kex_algorithms_token1] = ACTIONS(2088), - [aux_sym_known_hosts_command_token1] = ACTIONS(2088), - [aux_sym_local_command_token1] = ACTIONS(2088), - [aux_sym_local_forward_token1] = ACTIONS(2088), - [aux_sym_log_level_token1] = ACTIONS(2088), - [aux_sym_log_verbose_token1] = ACTIONS(2088), - [aux_sym_macs_token1] = ACTIONS(2088), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2088), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2088), - [aux_sym_password_authentication_token1] = ACTIONS(2088), - [aux_sym_permit_local_command_token1] = ACTIONS(2088), - [aux_sym_permit_remote_open_token1] = ACTIONS(2088), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2088), - [aux_sym_port_token1] = ACTIONS(2088), - [aux_sym_preferred_authentications_token1] = ACTIONS(2088), - [aux_sym_protocol_token1] = ACTIONS(2088), - [aux_sym_proxy_command_token1] = ACTIONS(2088), - [aux_sym_proxy_jump_token1] = ACTIONS(2088), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2088), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2088), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2088), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2088), - [aux_sym_rekey_limit_token1] = ACTIONS(2088), - [aux_sym_remote_command_token1] = ACTIONS(2088), - [aux_sym_remote_forward_token1] = ACTIONS(2088), - [aux_sym_request_tty_token1] = ACTIONS(2088), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2088), - [aux_sym_security_key_provider_token1] = ACTIONS(2088), - [aux_sym_send_env_token1] = ACTIONS(2088), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2088), - [aux_sym_server_alive_interval_token1] = ACTIONS(2088), - [aux_sym_session_type_token1] = ACTIONS(2088), - [aux_sym_set_env_token1] = ACTIONS(2088), - [aux_sym_stdin_null_token1] = ACTIONS(2088), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2088), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2088), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2088), - [aux_sym_syslog_facility_token1] = ACTIONS(2088), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2088), - [aux_sym_keep_alive_token1] = ACTIONS(2088), - [aux_sym_tunnel_token1] = ACTIONS(2090), - [aux_sym_tunnel_device_token1] = ACTIONS(2088), - [aux_sym_update_host_keys_token1] = ACTIONS(2088), - [aux_sym_use_keychain_token1] = ACTIONS(2088), - [aux_sym_use_roaming_token1] = ACTIONS(2088), - [aux_sym_user_token1] = ACTIONS(2090), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2088), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2088), - [aux_sym_visual_host_key_token1] = ACTIONS(2088), - [aux_sym_xauth_location_token1] = ACTIONS(2088), + [ts_builtin_sym_end] = ACTIONS(2095), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2097), + [anon_sym_DQUOTE] = ACTIONS(2095), + [aux_sym_match_token1] = ACTIONS(2095), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2095), + [aux_sym_address_family_token1] = ACTIONS(2095), + [aux_sym_batch_mode_token1] = ACTIONS(2095), + [aux_sym_bind_address_token1] = ACTIONS(2095), + [aux_sym_bind_interface_token1] = ACTIONS(2095), + [aux_sym_canonical_domains_token1] = ACTIONS(2095), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2095), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2095), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2095), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2095), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2095), + [aux_sym_certificate_file_token1] = ACTIONS(2095), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2095), + [aux_sym_check_host_ip_token1] = ACTIONS(2095), + [aux_sym_ciphers_token1] = ACTIONS(2095), + [aux_sym_cipher_token1] = ACTIONS(2097), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2095), + [aux_sym_compression_token1] = ACTIONS(2095), + [aux_sym_connection_attempts_token1] = ACTIONS(2095), + [aux_sym_connect_timeout_token1] = ACTIONS(2095), + [aux_sym_control_master_token1] = ACTIONS(2095), + [aux_sym_control_path_token1] = ACTIONS(2095), + [aux_sym_control_persist_token1] = ACTIONS(2095), + [aux_sym_dynamic_forward_token1] = ACTIONS(2095), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2095), + [aux_sym_escape_char_token1] = ACTIONS(2095), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2095), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2095), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2095), + [aux_sym_forward_agent_token1] = ACTIONS(2095), + [aux_sym_forward_x11_token1] = ACTIONS(2097), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2095), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2095), + [aux_sym_gateway_ports_token1] = ACTIONS(2095), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2095), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2095), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2095), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2095), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2095), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2095), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2095), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2095), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2095), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2095), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2095), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2095), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2095), + [aux_sym_host_key_alias_token1] = ACTIONS(2095), + [aux_sym_hostname_token1] = ACTIONS(2095), + [aux_sym_identities_only_token1] = ACTIONS(2095), + [aux_sym_identity_agent_token1] = ACTIONS(2095), + [aux_sym_identity_file_token1] = ACTIONS(2095), + [aux_sym_ignore_unknown_token1] = ACTIONS(2095), + [aux_sym_include_token1] = ACTIONS(2095), + [aux_sym_ip_qos_token1] = ACTIONS(2095), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2095), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2095), + [aux_sym_kex_algorithms_token1] = ACTIONS(2095), + [aux_sym_known_hosts_command_token1] = ACTIONS(2095), + [aux_sym_local_command_token1] = ACTIONS(2095), + [aux_sym_local_forward_token1] = ACTIONS(2095), + [aux_sym_log_level_token1] = ACTIONS(2095), + [aux_sym_log_verbose_token1] = ACTIONS(2095), + [aux_sym_macs_token1] = ACTIONS(2095), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2095), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2095), + [aux_sym_password_authentication_token1] = ACTIONS(2095), + [aux_sym_permit_local_command_token1] = ACTIONS(2095), + [aux_sym_permit_remote_open_token1] = ACTIONS(2095), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2095), + [aux_sym_port_token1] = ACTIONS(2095), + [aux_sym_preferred_authentications_token1] = ACTIONS(2095), + [aux_sym_protocol_token1] = ACTIONS(2095), + [aux_sym_proxy_command_token1] = ACTIONS(2095), + [aux_sym_proxy_jump_token1] = ACTIONS(2095), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2095), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2095), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2095), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2095), + [aux_sym_rekey_limit_token1] = ACTIONS(2095), + [aux_sym_remote_command_token1] = ACTIONS(2095), + [aux_sym_remote_forward_token1] = ACTIONS(2095), + [aux_sym_request_tty_token1] = ACTIONS(2095), + [aux_sym_required_rsa_size_token1] = ACTIONS(2095), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2095), + [aux_sym_security_key_provider_token1] = ACTIONS(2095), + [aux_sym_send_env_token1] = ACTIONS(2095), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2095), + [aux_sym_server_alive_interval_token1] = ACTIONS(2095), + [aux_sym_session_type_token1] = ACTIONS(2095), + [aux_sym_set_env_token1] = ACTIONS(2095), + [aux_sym_stdin_null_token1] = ACTIONS(2095), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2095), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2095), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2095), + [aux_sym_syslog_facility_token1] = ACTIONS(2095), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2095), + [aux_sym_keep_alive_token1] = ACTIONS(2095), + [aux_sym_tunnel_token1] = ACTIONS(2097), + [aux_sym_tunnel_device_token1] = ACTIONS(2095), + [aux_sym_update_host_keys_token1] = ACTIONS(2095), + [aux_sym_use_keychain_token1] = ACTIONS(2095), + [aux_sym_use_roaming_token1] = ACTIONS(2095), + [aux_sym_user_token1] = ACTIONS(2097), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2095), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2095), + [aux_sym_visual_host_key_token1] = ACTIONS(2095), + [aux_sym_xauth_location_token1] = ACTIONS(2095), }, [268] = { - [ts_builtin_sym_end] = ACTIONS(2092), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2094), - [anon_sym_DQUOTE] = ACTIONS(2096), - [aux_sym_match_token1] = ACTIONS(2092), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2092), - [aux_sym_address_family_token1] = ACTIONS(2092), - [aux_sym_batch_mode_token1] = ACTIONS(2092), - [aux_sym_bind_address_token1] = ACTIONS(2092), - [aux_sym_bind_interface_token1] = ACTIONS(2092), - [aux_sym_canonical_domains_token1] = ACTIONS(2092), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2092), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2092), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2092), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2092), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2092), - [aux_sym_certificate_file_token1] = ACTIONS(2092), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2092), - [aux_sym_check_host_ip_token1] = ACTIONS(2092), - [aux_sym_ciphers_token1] = ACTIONS(2092), - [aux_sym_cipher_token1] = ACTIONS(2094), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2092), - [aux_sym_compression_token1] = ACTIONS(2092), - [aux_sym_connection_attempts_token1] = ACTIONS(2092), - [aux_sym_connect_timeout_token1] = ACTIONS(2092), - [aux_sym_control_master_token1] = ACTIONS(2092), - [aux_sym_control_path_token1] = ACTIONS(2092), - [aux_sym_control_persist_token1] = ACTIONS(2092), - [aux_sym_dynamic_forward_token1] = ACTIONS(2092), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2092), - [aux_sym_escape_char_token1] = ACTIONS(2092), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2092), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2092), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2092), - [aux_sym_forward_agent_token1] = ACTIONS(2092), - [aux_sym_forward_x11_token1] = ACTIONS(2094), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2092), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2092), - [aux_sym_gateway_ports_token1] = ACTIONS(2092), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2092), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2092), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2092), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2092), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2092), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2092), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2092), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2092), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2092), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2092), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2092), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2092), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2092), - [aux_sym_host_key_alias_token1] = ACTIONS(2092), - [aux_sym_hostname_token1] = ACTIONS(2092), - [aux_sym_identities_only_token1] = ACTIONS(2092), - [aux_sym_identity_agent_token1] = ACTIONS(2092), - [aux_sym_identity_file_token1] = ACTIONS(2092), - [aux_sym_ignore_unknown_token1] = ACTIONS(2092), - [aux_sym_include_token1] = ACTIONS(2092), - [aux_sym_ip_qos_token1] = ACTIONS(2092), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2092), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2092), - [aux_sym_kex_algorithms_token1] = ACTIONS(2092), - [aux_sym_known_hosts_command_token1] = ACTIONS(2092), - [aux_sym_local_command_token1] = ACTIONS(2092), - [aux_sym_local_forward_token1] = ACTIONS(2092), - [aux_sym_log_level_token1] = ACTIONS(2092), - [aux_sym_log_verbose_token1] = ACTIONS(2092), - [aux_sym_macs_token1] = ACTIONS(2092), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2092), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2092), - [aux_sym_password_authentication_token1] = ACTIONS(2092), - [aux_sym_permit_local_command_token1] = ACTIONS(2092), - [aux_sym_permit_remote_open_token1] = ACTIONS(2092), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2092), - [aux_sym_port_token1] = ACTIONS(2092), - [aux_sym_preferred_authentications_token1] = ACTIONS(2092), - [aux_sym_protocol_token1] = ACTIONS(2092), - [aux_sym_proxy_command_token1] = ACTIONS(2092), - [aux_sym_proxy_jump_token1] = ACTIONS(2092), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2092), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2092), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2092), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2092), - [aux_sym_rekey_limit_token1] = ACTIONS(2092), - [aux_sym_remote_command_token1] = ACTIONS(2092), - [aux_sym_remote_forward_token1] = ACTIONS(2092), - [aux_sym_request_tty_token1] = ACTIONS(2092), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2092), - [aux_sym_security_key_provider_token1] = ACTIONS(2092), - [aux_sym_send_env_token1] = ACTIONS(2092), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2092), - [aux_sym_server_alive_interval_token1] = ACTIONS(2092), - [aux_sym_session_type_token1] = ACTIONS(2092), - [aux_sym_set_env_token1] = ACTIONS(2092), - [aux_sym_stdin_null_token1] = ACTIONS(2092), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2092), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2092), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2092), - [aux_sym_syslog_facility_token1] = ACTIONS(2092), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2092), - [aux_sym_keep_alive_token1] = ACTIONS(2092), - [aux_sym_tunnel_token1] = ACTIONS(2094), - [aux_sym_tunnel_device_token1] = ACTIONS(2092), - [aux_sym_update_host_keys_token1] = ACTIONS(2092), - [aux_sym_use_keychain_token1] = ACTIONS(2092), - [aux_sym_use_roaming_token1] = ACTIONS(2092), - [aux_sym_user_token1] = ACTIONS(2094), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2092), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2092), - [aux_sym_visual_host_key_token1] = ACTIONS(2092), - [aux_sym_xauth_location_token1] = ACTIONS(2092), + [ts_builtin_sym_end] = ACTIONS(2099), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2101), + [anon_sym_DQUOTE] = ACTIONS(2103), + [aux_sym_match_token1] = ACTIONS(2099), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2099), + [aux_sym_address_family_token1] = ACTIONS(2099), + [aux_sym_batch_mode_token1] = ACTIONS(2099), + [aux_sym_bind_address_token1] = ACTIONS(2099), + [aux_sym_bind_interface_token1] = ACTIONS(2099), + [aux_sym_canonical_domains_token1] = ACTIONS(2099), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2099), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2099), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2099), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2099), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2099), + [aux_sym_certificate_file_token1] = ACTIONS(2099), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2099), + [aux_sym_check_host_ip_token1] = ACTIONS(2099), + [aux_sym_ciphers_token1] = ACTIONS(2099), + [aux_sym_cipher_token1] = ACTIONS(2101), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2099), + [aux_sym_compression_token1] = ACTIONS(2099), + [aux_sym_connection_attempts_token1] = ACTIONS(2099), + [aux_sym_connect_timeout_token1] = ACTIONS(2099), + [aux_sym_control_master_token1] = ACTIONS(2099), + [aux_sym_control_path_token1] = ACTIONS(2099), + [aux_sym_control_persist_token1] = ACTIONS(2099), + [aux_sym_dynamic_forward_token1] = ACTIONS(2099), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2099), + [aux_sym_escape_char_token1] = ACTIONS(2099), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2099), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2099), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2099), + [aux_sym_forward_agent_token1] = ACTIONS(2099), + [aux_sym_forward_x11_token1] = ACTIONS(2101), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2099), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2099), + [aux_sym_gateway_ports_token1] = ACTIONS(2099), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2099), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2099), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2099), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2099), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2099), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2099), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2099), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2099), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2099), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2099), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2099), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2099), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2099), + [aux_sym_host_key_alias_token1] = ACTIONS(2099), + [aux_sym_hostname_token1] = ACTIONS(2099), + [aux_sym_identities_only_token1] = ACTIONS(2099), + [aux_sym_identity_agent_token1] = ACTIONS(2099), + [aux_sym_identity_file_token1] = ACTIONS(2099), + [aux_sym_ignore_unknown_token1] = ACTIONS(2099), + [aux_sym_include_token1] = ACTIONS(2099), + [aux_sym_ip_qos_token1] = ACTIONS(2099), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2099), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2099), + [aux_sym_kex_algorithms_token1] = ACTIONS(2099), + [aux_sym_known_hosts_command_token1] = ACTIONS(2099), + [aux_sym_local_command_token1] = ACTIONS(2099), + [aux_sym_local_forward_token1] = ACTIONS(2099), + [aux_sym_log_level_token1] = ACTIONS(2099), + [aux_sym_log_verbose_token1] = ACTIONS(2099), + [aux_sym_macs_token1] = ACTIONS(2099), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2099), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2099), + [aux_sym_password_authentication_token1] = ACTIONS(2099), + [aux_sym_permit_local_command_token1] = ACTIONS(2099), + [aux_sym_permit_remote_open_token1] = ACTIONS(2099), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2099), + [aux_sym_port_token1] = ACTIONS(2099), + [aux_sym_preferred_authentications_token1] = ACTIONS(2099), + [aux_sym_protocol_token1] = ACTIONS(2099), + [aux_sym_proxy_command_token1] = ACTIONS(2099), + [aux_sym_proxy_jump_token1] = ACTIONS(2099), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2099), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2099), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2099), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2099), + [aux_sym_rekey_limit_token1] = ACTIONS(2099), + [aux_sym_remote_command_token1] = ACTIONS(2099), + [aux_sym_remote_forward_token1] = ACTIONS(2099), + [aux_sym_request_tty_token1] = ACTIONS(2099), + [aux_sym_required_rsa_size_token1] = ACTIONS(2099), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2099), + [aux_sym_security_key_provider_token1] = ACTIONS(2099), + [aux_sym_send_env_token1] = ACTIONS(2099), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2099), + [aux_sym_server_alive_interval_token1] = ACTIONS(2099), + [aux_sym_session_type_token1] = ACTIONS(2099), + [aux_sym_set_env_token1] = ACTIONS(2099), + [aux_sym_stdin_null_token1] = ACTIONS(2099), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2099), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2099), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2099), + [aux_sym_syslog_facility_token1] = ACTIONS(2099), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2099), + [aux_sym_keep_alive_token1] = ACTIONS(2099), + [aux_sym_tunnel_token1] = ACTIONS(2101), + [aux_sym_tunnel_device_token1] = ACTIONS(2099), + [aux_sym_update_host_keys_token1] = ACTIONS(2099), + [aux_sym_use_keychain_token1] = ACTIONS(2099), + [aux_sym_use_roaming_token1] = ACTIONS(2099), + [aux_sym_user_token1] = ACTIONS(2101), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2099), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2099), + [aux_sym_visual_host_key_token1] = ACTIONS(2099), + [aux_sym_xauth_location_token1] = ACTIONS(2099), }, [269] = { - [ts_builtin_sym_end] = ACTIONS(2098), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2100), - [anon_sym_DQUOTE] = ACTIONS(2098), - [aux_sym_match_token1] = ACTIONS(2098), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2098), - [aux_sym_address_family_token1] = ACTIONS(2098), - [aux_sym_batch_mode_token1] = ACTIONS(2098), - [aux_sym_bind_address_token1] = ACTIONS(2098), - [aux_sym_bind_interface_token1] = ACTIONS(2098), - [aux_sym_canonical_domains_token1] = ACTIONS(2098), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2098), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2098), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2098), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2098), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2098), - [aux_sym_certificate_file_token1] = ACTIONS(2098), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2098), - [aux_sym_check_host_ip_token1] = ACTIONS(2098), - [aux_sym_ciphers_token1] = ACTIONS(2098), - [aux_sym_cipher_token1] = ACTIONS(2100), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2098), - [aux_sym_compression_token1] = ACTIONS(2098), - [aux_sym_connection_attempts_token1] = ACTIONS(2098), - [aux_sym_connect_timeout_token1] = ACTIONS(2098), - [aux_sym_control_master_token1] = ACTIONS(2098), - [aux_sym_control_path_token1] = ACTIONS(2098), - [aux_sym_control_persist_token1] = ACTIONS(2098), - [aux_sym_dynamic_forward_token1] = ACTIONS(2098), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2098), - [aux_sym_escape_char_token1] = ACTIONS(2098), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2098), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2098), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2098), - [aux_sym_forward_agent_token1] = ACTIONS(2098), - [aux_sym_forward_x11_token1] = ACTIONS(2100), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2098), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2098), - [aux_sym_gateway_ports_token1] = ACTIONS(2098), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2098), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2098), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2098), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2098), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2098), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2098), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2098), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2098), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2098), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2098), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2098), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2098), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2098), - [aux_sym_host_key_alias_token1] = ACTIONS(2098), - [aux_sym_hostname_token1] = ACTIONS(2098), - [aux_sym_identities_only_token1] = ACTIONS(2098), - [aux_sym_identity_agent_token1] = ACTIONS(2098), - [aux_sym_identity_file_token1] = ACTIONS(2098), - [aux_sym_ignore_unknown_token1] = ACTIONS(2098), - [aux_sym_include_token1] = ACTIONS(2098), - [aux_sym_ip_qos_token1] = ACTIONS(2098), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2098), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2098), - [aux_sym_kex_algorithms_token1] = ACTIONS(2098), - [aux_sym_known_hosts_command_token1] = ACTIONS(2098), - [aux_sym_local_command_token1] = ACTIONS(2098), - [aux_sym_local_forward_token1] = ACTIONS(2098), - [aux_sym_log_level_token1] = ACTIONS(2098), - [aux_sym_log_verbose_token1] = ACTIONS(2098), - [aux_sym_macs_token1] = ACTIONS(2098), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2098), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2098), - [aux_sym_password_authentication_token1] = ACTIONS(2098), - [aux_sym_permit_local_command_token1] = ACTIONS(2098), - [aux_sym_permit_remote_open_token1] = ACTIONS(2098), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2098), - [aux_sym_port_token1] = ACTIONS(2098), - [aux_sym_preferred_authentications_token1] = ACTIONS(2098), - [aux_sym_protocol_token1] = ACTIONS(2098), - [aux_sym_proxy_command_token1] = ACTIONS(2098), - [aux_sym_proxy_jump_token1] = ACTIONS(2098), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2098), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2098), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2098), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2098), - [aux_sym_rekey_limit_token1] = ACTIONS(2098), - [aux_sym_remote_command_token1] = ACTIONS(2098), - [aux_sym_remote_forward_token1] = ACTIONS(2098), - [aux_sym_request_tty_token1] = ACTIONS(2098), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2098), - [aux_sym_security_key_provider_token1] = ACTIONS(2098), - [aux_sym_send_env_token1] = ACTIONS(2098), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2098), - [aux_sym_server_alive_interval_token1] = ACTIONS(2098), - [aux_sym_session_type_token1] = ACTIONS(2098), - [aux_sym_set_env_token1] = ACTIONS(2098), - [aux_sym_stdin_null_token1] = ACTIONS(2098), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2098), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2098), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2098), - [aux_sym_syslog_facility_token1] = ACTIONS(2098), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2098), - [aux_sym_keep_alive_token1] = ACTIONS(2098), - [aux_sym_tunnel_token1] = ACTIONS(2100), - [aux_sym_tunnel_device_token1] = ACTIONS(2098), - [aux_sym_update_host_keys_token1] = ACTIONS(2098), - [aux_sym_use_keychain_token1] = ACTIONS(2098), - [aux_sym_use_roaming_token1] = ACTIONS(2098), - [aux_sym_user_token1] = ACTIONS(2100), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2098), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2098), - [aux_sym_visual_host_key_token1] = ACTIONS(2098), - [aux_sym_xauth_location_token1] = ACTIONS(2098), + [ts_builtin_sym_end] = ACTIONS(2105), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2107), + [anon_sym_DQUOTE] = ACTIONS(2105), + [aux_sym_match_token1] = ACTIONS(2105), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2105), + [aux_sym_address_family_token1] = ACTIONS(2105), + [aux_sym_batch_mode_token1] = ACTIONS(2105), + [aux_sym_bind_address_token1] = ACTIONS(2105), + [aux_sym_bind_interface_token1] = ACTIONS(2105), + [aux_sym_canonical_domains_token1] = ACTIONS(2105), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2105), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2105), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2105), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2105), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2105), + [aux_sym_certificate_file_token1] = ACTIONS(2105), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2105), + [aux_sym_check_host_ip_token1] = ACTIONS(2105), + [aux_sym_ciphers_token1] = ACTIONS(2105), + [aux_sym_cipher_token1] = ACTIONS(2107), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2105), + [aux_sym_compression_token1] = ACTIONS(2105), + [aux_sym_connection_attempts_token1] = ACTIONS(2105), + [aux_sym_connect_timeout_token1] = ACTIONS(2105), + [aux_sym_control_master_token1] = ACTIONS(2105), + [aux_sym_control_path_token1] = ACTIONS(2105), + [aux_sym_control_persist_token1] = ACTIONS(2105), + [aux_sym_dynamic_forward_token1] = ACTIONS(2105), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2105), + [aux_sym_escape_char_token1] = ACTIONS(2105), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2105), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2105), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2105), + [aux_sym_forward_agent_token1] = ACTIONS(2105), + [aux_sym_forward_x11_token1] = ACTIONS(2107), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2105), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2105), + [aux_sym_gateway_ports_token1] = ACTIONS(2105), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2105), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2105), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2105), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2105), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2105), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2105), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2105), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2105), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2105), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2105), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2105), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2105), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2105), + [aux_sym_host_key_alias_token1] = ACTIONS(2105), + [aux_sym_hostname_token1] = ACTIONS(2105), + [aux_sym_identities_only_token1] = ACTIONS(2105), + [aux_sym_identity_agent_token1] = ACTIONS(2105), + [aux_sym_identity_file_token1] = ACTIONS(2105), + [aux_sym_ignore_unknown_token1] = ACTIONS(2105), + [aux_sym_include_token1] = ACTIONS(2105), + [aux_sym_ip_qos_token1] = ACTIONS(2105), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2105), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2105), + [aux_sym_kex_algorithms_token1] = ACTIONS(2105), + [aux_sym_known_hosts_command_token1] = ACTIONS(2105), + [aux_sym_local_command_token1] = ACTIONS(2105), + [aux_sym_local_forward_token1] = ACTIONS(2105), + [aux_sym_log_level_token1] = ACTIONS(2105), + [aux_sym_log_verbose_token1] = ACTIONS(2105), + [aux_sym_macs_token1] = ACTIONS(2105), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2105), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2105), + [aux_sym_password_authentication_token1] = ACTIONS(2105), + [aux_sym_permit_local_command_token1] = ACTIONS(2105), + [aux_sym_permit_remote_open_token1] = ACTIONS(2105), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2105), + [aux_sym_port_token1] = ACTIONS(2105), + [aux_sym_preferred_authentications_token1] = ACTIONS(2105), + [aux_sym_protocol_token1] = ACTIONS(2105), + [aux_sym_proxy_command_token1] = ACTIONS(2105), + [aux_sym_proxy_jump_token1] = ACTIONS(2105), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2105), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2105), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2105), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2105), + [aux_sym_rekey_limit_token1] = ACTIONS(2105), + [aux_sym_remote_command_token1] = ACTIONS(2105), + [aux_sym_remote_forward_token1] = ACTIONS(2105), + [aux_sym_request_tty_token1] = ACTIONS(2105), + [aux_sym_required_rsa_size_token1] = ACTIONS(2105), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2105), + [aux_sym_security_key_provider_token1] = ACTIONS(2105), + [aux_sym_send_env_token1] = ACTIONS(2105), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2105), + [aux_sym_server_alive_interval_token1] = ACTIONS(2105), + [aux_sym_session_type_token1] = ACTIONS(2105), + [aux_sym_set_env_token1] = ACTIONS(2105), + [aux_sym_stdin_null_token1] = ACTIONS(2105), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2105), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2105), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2105), + [aux_sym_syslog_facility_token1] = ACTIONS(2105), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2105), + [aux_sym_keep_alive_token1] = ACTIONS(2105), + [aux_sym_tunnel_token1] = ACTIONS(2107), + [aux_sym_tunnel_device_token1] = ACTIONS(2105), + [aux_sym_update_host_keys_token1] = ACTIONS(2105), + [aux_sym_use_keychain_token1] = ACTIONS(2105), + [aux_sym_use_roaming_token1] = ACTIONS(2105), + [aux_sym_user_token1] = ACTIONS(2107), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2105), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2105), + [aux_sym_visual_host_key_token1] = ACTIONS(2105), + [aux_sym_xauth_location_token1] = ACTIONS(2105), }, [270] = { - [ts_builtin_sym_end] = ACTIONS(2102), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2104), - [anon_sym_DQUOTE] = ACTIONS(2106), - [aux_sym_match_token1] = ACTIONS(2102), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2102), - [aux_sym_address_family_token1] = ACTIONS(2102), - [aux_sym_batch_mode_token1] = ACTIONS(2102), - [aux_sym_bind_address_token1] = ACTIONS(2102), - [aux_sym_bind_interface_token1] = ACTIONS(2102), - [aux_sym_canonical_domains_token1] = ACTIONS(2102), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2102), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2102), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2102), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2102), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2102), - [aux_sym_certificate_file_token1] = ACTIONS(2102), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2102), - [aux_sym_check_host_ip_token1] = ACTIONS(2102), - [aux_sym_ciphers_token1] = ACTIONS(2102), - [aux_sym_cipher_token1] = ACTIONS(2104), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2102), - [aux_sym_compression_token1] = ACTIONS(2102), - [aux_sym_connection_attempts_token1] = ACTIONS(2102), - [aux_sym_connect_timeout_token1] = ACTIONS(2102), - [aux_sym_control_master_token1] = ACTIONS(2102), - [aux_sym_control_path_token1] = ACTIONS(2102), - [aux_sym_control_persist_token1] = ACTIONS(2102), - [aux_sym_dynamic_forward_token1] = ACTIONS(2102), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2102), - [aux_sym_escape_char_token1] = ACTIONS(2102), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2102), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2102), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2102), - [aux_sym_forward_agent_token1] = ACTIONS(2102), - [aux_sym_forward_x11_token1] = ACTIONS(2104), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2102), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2102), - [aux_sym_gateway_ports_token1] = ACTIONS(2102), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2102), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2102), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2102), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2102), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2102), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2102), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2102), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2102), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2102), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2102), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2102), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2102), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2102), - [aux_sym_host_key_alias_token1] = ACTIONS(2102), - [aux_sym_hostname_token1] = ACTIONS(2102), - [aux_sym_identities_only_token1] = ACTIONS(2102), - [aux_sym_identity_agent_token1] = ACTIONS(2102), - [aux_sym_identity_file_token1] = ACTIONS(2102), - [aux_sym_ignore_unknown_token1] = ACTIONS(2102), - [aux_sym_include_token1] = ACTIONS(2102), - [aux_sym_ip_qos_token1] = ACTIONS(2102), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2102), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2102), - [aux_sym_kex_algorithms_token1] = ACTIONS(2102), - [aux_sym_known_hosts_command_token1] = ACTIONS(2102), - [aux_sym_local_command_token1] = ACTIONS(2102), - [aux_sym_local_forward_token1] = ACTIONS(2102), - [aux_sym_log_level_token1] = ACTIONS(2102), - [aux_sym_log_verbose_token1] = ACTIONS(2102), - [aux_sym_macs_token1] = ACTIONS(2102), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2102), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2102), - [aux_sym_password_authentication_token1] = ACTIONS(2102), - [aux_sym_permit_local_command_token1] = ACTIONS(2102), - [aux_sym_permit_remote_open_token1] = ACTIONS(2102), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2102), - [aux_sym_port_token1] = ACTIONS(2102), - [aux_sym_preferred_authentications_token1] = ACTIONS(2102), - [aux_sym_protocol_token1] = ACTIONS(2102), - [aux_sym_proxy_command_token1] = ACTIONS(2102), - [aux_sym_proxy_jump_token1] = ACTIONS(2102), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2102), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2102), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2102), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2102), - [aux_sym_rekey_limit_token1] = ACTIONS(2102), - [aux_sym_remote_command_token1] = ACTIONS(2102), - [aux_sym_remote_forward_token1] = ACTIONS(2102), - [aux_sym_request_tty_token1] = ACTIONS(2102), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2102), - [aux_sym_security_key_provider_token1] = ACTIONS(2102), - [aux_sym_send_env_token1] = ACTIONS(2102), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2102), - [aux_sym_server_alive_interval_token1] = ACTIONS(2102), - [aux_sym_session_type_token1] = ACTIONS(2102), - [aux_sym_set_env_token1] = ACTIONS(2102), - [aux_sym_stdin_null_token1] = ACTIONS(2102), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2102), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2102), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2102), - [aux_sym_syslog_facility_token1] = ACTIONS(2102), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2102), - [aux_sym_keep_alive_token1] = ACTIONS(2102), - [aux_sym_tunnel_token1] = ACTIONS(2104), - [aux_sym_tunnel_device_token1] = ACTIONS(2102), - [aux_sym_update_host_keys_token1] = ACTIONS(2102), - [aux_sym_use_keychain_token1] = ACTIONS(2102), - [aux_sym_use_roaming_token1] = ACTIONS(2102), - [aux_sym_user_token1] = ACTIONS(2104), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2102), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2102), - [aux_sym_visual_host_key_token1] = ACTIONS(2102), - [aux_sym_xauth_location_token1] = ACTIONS(2102), + [ts_builtin_sym_end] = ACTIONS(2109), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2111), + [anon_sym_DQUOTE] = ACTIONS(2113), + [aux_sym_match_token1] = ACTIONS(2109), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2109), + [aux_sym_address_family_token1] = ACTIONS(2109), + [aux_sym_batch_mode_token1] = ACTIONS(2109), + [aux_sym_bind_address_token1] = ACTIONS(2109), + [aux_sym_bind_interface_token1] = ACTIONS(2109), + [aux_sym_canonical_domains_token1] = ACTIONS(2109), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2109), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2109), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2109), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2109), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2109), + [aux_sym_certificate_file_token1] = ACTIONS(2109), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2109), + [aux_sym_check_host_ip_token1] = ACTIONS(2109), + [aux_sym_ciphers_token1] = ACTIONS(2109), + [aux_sym_cipher_token1] = ACTIONS(2111), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2109), + [aux_sym_compression_token1] = ACTIONS(2109), + [aux_sym_connection_attempts_token1] = ACTIONS(2109), + [aux_sym_connect_timeout_token1] = ACTIONS(2109), + [aux_sym_control_master_token1] = ACTIONS(2109), + [aux_sym_control_path_token1] = ACTIONS(2109), + [aux_sym_control_persist_token1] = ACTIONS(2109), + [aux_sym_dynamic_forward_token1] = ACTIONS(2109), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2109), + [aux_sym_escape_char_token1] = ACTIONS(2109), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2109), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2109), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2109), + [aux_sym_forward_agent_token1] = ACTIONS(2109), + [aux_sym_forward_x11_token1] = ACTIONS(2111), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2109), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2109), + [aux_sym_gateway_ports_token1] = ACTIONS(2109), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2109), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2109), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2109), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2109), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2109), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2109), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2109), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2109), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2109), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2109), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2109), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2109), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2109), + [aux_sym_host_key_alias_token1] = ACTIONS(2109), + [aux_sym_hostname_token1] = ACTIONS(2109), + [aux_sym_identities_only_token1] = ACTIONS(2109), + [aux_sym_identity_agent_token1] = ACTIONS(2109), + [aux_sym_identity_file_token1] = ACTIONS(2109), + [aux_sym_ignore_unknown_token1] = ACTIONS(2109), + [aux_sym_include_token1] = ACTIONS(2109), + [aux_sym_ip_qos_token1] = ACTIONS(2109), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2109), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2109), + [aux_sym_kex_algorithms_token1] = ACTIONS(2109), + [aux_sym_known_hosts_command_token1] = ACTIONS(2109), + [aux_sym_local_command_token1] = ACTIONS(2109), + [aux_sym_local_forward_token1] = ACTIONS(2109), + [aux_sym_log_level_token1] = ACTIONS(2109), + [aux_sym_log_verbose_token1] = ACTIONS(2109), + [aux_sym_macs_token1] = ACTIONS(2109), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2109), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2109), + [aux_sym_password_authentication_token1] = ACTIONS(2109), + [aux_sym_permit_local_command_token1] = ACTIONS(2109), + [aux_sym_permit_remote_open_token1] = ACTIONS(2109), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2109), + [aux_sym_port_token1] = ACTIONS(2109), + [aux_sym_preferred_authentications_token1] = ACTIONS(2109), + [aux_sym_protocol_token1] = ACTIONS(2109), + [aux_sym_proxy_command_token1] = ACTIONS(2109), + [aux_sym_proxy_jump_token1] = ACTIONS(2109), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2109), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2109), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2109), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2109), + [aux_sym_rekey_limit_token1] = ACTIONS(2109), + [aux_sym_remote_command_token1] = ACTIONS(2109), + [aux_sym_remote_forward_token1] = ACTIONS(2109), + [aux_sym_request_tty_token1] = ACTIONS(2109), + [aux_sym_required_rsa_size_token1] = ACTIONS(2109), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2109), + [aux_sym_security_key_provider_token1] = ACTIONS(2109), + [aux_sym_send_env_token1] = ACTIONS(2109), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2109), + [aux_sym_server_alive_interval_token1] = ACTIONS(2109), + [aux_sym_session_type_token1] = ACTIONS(2109), + [aux_sym_set_env_token1] = ACTIONS(2109), + [aux_sym_stdin_null_token1] = ACTIONS(2109), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2109), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2109), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2109), + [aux_sym_syslog_facility_token1] = ACTIONS(2109), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2109), + [aux_sym_keep_alive_token1] = ACTIONS(2109), + [aux_sym_tunnel_token1] = ACTIONS(2111), + [aux_sym_tunnel_device_token1] = ACTIONS(2109), + [aux_sym_update_host_keys_token1] = ACTIONS(2109), + [aux_sym_use_keychain_token1] = ACTIONS(2109), + [aux_sym_use_roaming_token1] = ACTIONS(2109), + [aux_sym_user_token1] = ACTIONS(2111), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2109), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2109), + [aux_sym_visual_host_key_token1] = ACTIONS(2109), + [aux_sym_xauth_location_token1] = ACTIONS(2109), }, [271] = { - [ts_builtin_sym_end] = ACTIONS(2108), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2110), - [anon_sym_DQUOTE] = ACTIONS(2108), - [aux_sym_match_token1] = ACTIONS(2108), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2108), - [aux_sym_address_family_token1] = ACTIONS(2108), - [aux_sym_batch_mode_token1] = ACTIONS(2108), - [aux_sym_bind_address_token1] = ACTIONS(2108), - [aux_sym_bind_interface_token1] = ACTIONS(2108), - [aux_sym_canonical_domains_token1] = ACTIONS(2108), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2108), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2108), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2108), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2108), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2108), - [aux_sym_certificate_file_token1] = ACTIONS(2108), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2108), - [aux_sym_check_host_ip_token1] = ACTIONS(2108), - [aux_sym_ciphers_token1] = ACTIONS(2108), - [aux_sym_cipher_token1] = ACTIONS(2110), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2108), - [aux_sym_compression_token1] = ACTIONS(2108), - [aux_sym_connection_attempts_token1] = ACTIONS(2108), - [aux_sym_connect_timeout_token1] = ACTIONS(2108), - [aux_sym_control_master_token1] = ACTIONS(2108), - [aux_sym_control_path_token1] = ACTIONS(2108), - [aux_sym_control_persist_token1] = ACTIONS(2108), - [aux_sym_dynamic_forward_token1] = ACTIONS(2108), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2108), - [aux_sym_escape_char_token1] = ACTIONS(2108), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2108), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2108), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2108), - [aux_sym_forward_agent_token1] = ACTIONS(2108), - [aux_sym_forward_x11_token1] = ACTIONS(2110), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2108), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2108), - [aux_sym_gateway_ports_token1] = ACTIONS(2108), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2108), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2108), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2108), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2108), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2108), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2108), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2108), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2108), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2108), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2108), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2108), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2108), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2108), - [aux_sym_host_key_alias_token1] = ACTIONS(2108), - [aux_sym_hostname_token1] = ACTIONS(2108), - [aux_sym_identities_only_token1] = ACTIONS(2108), - [aux_sym_identity_agent_token1] = ACTIONS(2108), - [aux_sym_identity_file_token1] = ACTIONS(2108), - [aux_sym_ignore_unknown_token1] = ACTIONS(2108), - [aux_sym_include_token1] = ACTIONS(2108), - [aux_sym_ip_qos_token1] = ACTIONS(2108), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2108), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2108), - [aux_sym_kex_algorithms_token1] = ACTIONS(2108), - [aux_sym_known_hosts_command_token1] = ACTIONS(2108), - [aux_sym_local_command_token1] = ACTIONS(2108), - [aux_sym_local_forward_token1] = ACTIONS(2108), - [aux_sym_log_level_token1] = ACTIONS(2108), - [aux_sym_log_verbose_token1] = ACTIONS(2108), - [aux_sym_macs_token1] = ACTIONS(2108), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2108), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2108), - [aux_sym_password_authentication_token1] = ACTIONS(2108), - [aux_sym_permit_local_command_token1] = ACTIONS(2108), - [aux_sym_permit_remote_open_token1] = ACTIONS(2108), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2108), - [aux_sym_port_token1] = ACTIONS(2108), - [aux_sym_preferred_authentications_token1] = ACTIONS(2108), - [aux_sym_protocol_token1] = ACTIONS(2108), - [aux_sym_proxy_command_token1] = ACTIONS(2108), - [aux_sym_proxy_jump_token1] = ACTIONS(2108), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2108), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2108), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2108), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2108), - [aux_sym_rekey_limit_token1] = ACTIONS(2108), - [aux_sym_remote_command_token1] = ACTIONS(2108), - [aux_sym_remote_forward_token1] = ACTIONS(2108), - [aux_sym_request_tty_token1] = ACTIONS(2108), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2108), - [aux_sym_security_key_provider_token1] = ACTIONS(2108), - [aux_sym_send_env_token1] = ACTIONS(2108), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2108), - [aux_sym_server_alive_interval_token1] = ACTIONS(2108), - [aux_sym_session_type_token1] = ACTIONS(2108), - [aux_sym_set_env_token1] = ACTIONS(2108), - [aux_sym_stdin_null_token1] = ACTIONS(2108), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2108), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2108), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2108), - [aux_sym_syslog_facility_token1] = ACTIONS(2108), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2108), - [aux_sym_keep_alive_token1] = ACTIONS(2108), - [aux_sym_tunnel_token1] = ACTIONS(2110), - [aux_sym_tunnel_device_token1] = ACTIONS(2108), - [aux_sym_update_host_keys_token1] = ACTIONS(2108), - [aux_sym_use_keychain_token1] = ACTIONS(2108), - [aux_sym_use_roaming_token1] = ACTIONS(2108), - [aux_sym_user_token1] = ACTIONS(2110), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2108), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2108), - [aux_sym_visual_host_key_token1] = ACTIONS(2108), - [aux_sym_xauth_location_token1] = ACTIONS(2108), + [ts_builtin_sym_end] = ACTIONS(2115), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2117), + [anon_sym_DQUOTE] = ACTIONS(2115), + [aux_sym_match_token1] = ACTIONS(2115), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2115), + [aux_sym_address_family_token1] = ACTIONS(2115), + [aux_sym_batch_mode_token1] = ACTIONS(2115), + [aux_sym_bind_address_token1] = ACTIONS(2115), + [aux_sym_bind_interface_token1] = ACTIONS(2115), + [aux_sym_canonical_domains_token1] = ACTIONS(2115), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2115), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2115), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2115), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2115), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2115), + [aux_sym_certificate_file_token1] = ACTIONS(2115), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2115), + [aux_sym_check_host_ip_token1] = ACTIONS(2115), + [aux_sym_ciphers_token1] = ACTIONS(2115), + [aux_sym_cipher_token1] = ACTIONS(2117), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2115), + [aux_sym_compression_token1] = ACTIONS(2115), + [aux_sym_connection_attempts_token1] = ACTIONS(2115), + [aux_sym_connect_timeout_token1] = ACTIONS(2115), + [aux_sym_control_master_token1] = ACTIONS(2115), + [aux_sym_control_path_token1] = ACTIONS(2115), + [aux_sym_control_persist_token1] = ACTIONS(2115), + [aux_sym_dynamic_forward_token1] = ACTIONS(2115), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2115), + [aux_sym_escape_char_token1] = ACTIONS(2115), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2115), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2115), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2115), + [aux_sym_forward_agent_token1] = ACTIONS(2115), + [aux_sym_forward_x11_token1] = ACTIONS(2117), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2115), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2115), + [aux_sym_gateway_ports_token1] = ACTIONS(2115), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2115), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2115), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2115), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2115), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2115), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2115), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2115), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2115), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2115), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2115), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2115), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2115), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2115), + [aux_sym_host_key_alias_token1] = ACTIONS(2115), + [aux_sym_hostname_token1] = ACTIONS(2115), + [aux_sym_identities_only_token1] = ACTIONS(2115), + [aux_sym_identity_agent_token1] = ACTIONS(2115), + [aux_sym_identity_file_token1] = ACTIONS(2115), + [aux_sym_ignore_unknown_token1] = ACTIONS(2115), + [aux_sym_include_token1] = ACTIONS(2115), + [aux_sym_ip_qos_token1] = ACTIONS(2115), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2115), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2115), + [aux_sym_kex_algorithms_token1] = ACTIONS(2115), + [aux_sym_known_hosts_command_token1] = ACTIONS(2115), + [aux_sym_local_command_token1] = ACTIONS(2115), + [aux_sym_local_forward_token1] = ACTIONS(2115), + [aux_sym_log_level_token1] = ACTIONS(2115), + [aux_sym_log_verbose_token1] = ACTIONS(2115), + [aux_sym_macs_token1] = ACTIONS(2115), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2115), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2115), + [aux_sym_password_authentication_token1] = ACTIONS(2115), + [aux_sym_permit_local_command_token1] = ACTIONS(2115), + [aux_sym_permit_remote_open_token1] = ACTIONS(2115), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2115), + [aux_sym_port_token1] = ACTIONS(2115), + [aux_sym_preferred_authentications_token1] = ACTIONS(2115), + [aux_sym_protocol_token1] = ACTIONS(2115), + [aux_sym_proxy_command_token1] = ACTIONS(2115), + [aux_sym_proxy_jump_token1] = ACTIONS(2115), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2115), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2115), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2115), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2115), + [aux_sym_rekey_limit_token1] = ACTIONS(2115), + [aux_sym_remote_command_token1] = ACTIONS(2115), + [aux_sym_remote_forward_token1] = ACTIONS(2115), + [aux_sym_request_tty_token1] = ACTIONS(2115), + [aux_sym_required_rsa_size_token1] = ACTIONS(2115), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2115), + [aux_sym_security_key_provider_token1] = ACTIONS(2115), + [aux_sym_send_env_token1] = ACTIONS(2115), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2115), + [aux_sym_server_alive_interval_token1] = ACTIONS(2115), + [aux_sym_session_type_token1] = ACTIONS(2115), + [aux_sym_set_env_token1] = ACTIONS(2115), + [aux_sym_stdin_null_token1] = ACTIONS(2115), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2115), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2115), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2115), + [aux_sym_syslog_facility_token1] = ACTIONS(2115), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2115), + [aux_sym_keep_alive_token1] = ACTIONS(2115), + [aux_sym_tunnel_token1] = ACTIONS(2117), + [aux_sym_tunnel_device_token1] = ACTIONS(2115), + [aux_sym_update_host_keys_token1] = ACTIONS(2115), + [aux_sym_use_keychain_token1] = ACTIONS(2115), + [aux_sym_use_roaming_token1] = ACTIONS(2115), + [aux_sym_user_token1] = ACTIONS(2117), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2115), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2115), + [aux_sym_visual_host_key_token1] = ACTIONS(2115), + [aux_sym_xauth_location_token1] = ACTIONS(2115), }, [272] = { - [ts_builtin_sym_end] = ACTIONS(2112), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2114), - [anon_sym_DQUOTE] = ACTIONS(2116), - [aux_sym_match_token1] = ACTIONS(2112), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2112), - [aux_sym_address_family_token1] = ACTIONS(2112), - [aux_sym_batch_mode_token1] = ACTIONS(2112), - [aux_sym_bind_address_token1] = ACTIONS(2112), - [aux_sym_bind_interface_token1] = ACTIONS(2112), - [aux_sym_canonical_domains_token1] = ACTIONS(2112), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2112), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2112), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2112), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2112), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2112), - [aux_sym_certificate_file_token1] = ACTIONS(2112), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2112), - [aux_sym_check_host_ip_token1] = ACTIONS(2112), - [aux_sym_ciphers_token1] = ACTIONS(2112), - [aux_sym_cipher_token1] = ACTIONS(2114), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2112), - [aux_sym_compression_token1] = ACTIONS(2112), - [aux_sym_connection_attempts_token1] = ACTIONS(2112), - [aux_sym_connect_timeout_token1] = ACTIONS(2112), - [aux_sym_control_master_token1] = ACTIONS(2112), - [aux_sym_control_path_token1] = ACTIONS(2112), - [aux_sym_control_persist_token1] = ACTIONS(2112), - [aux_sym_dynamic_forward_token1] = ACTIONS(2112), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2112), - [aux_sym_escape_char_token1] = ACTIONS(2112), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2112), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2112), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2112), - [aux_sym_forward_agent_token1] = ACTIONS(2112), - [aux_sym_forward_x11_token1] = ACTIONS(2114), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2112), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2112), - [aux_sym_gateway_ports_token1] = ACTIONS(2112), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2112), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2112), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2112), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2112), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2112), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2112), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2112), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2112), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2112), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2112), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2112), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2112), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2112), - [aux_sym_host_key_alias_token1] = ACTIONS(2112), - [aux_sym_hostname_token1] = ACTIONS(2112), - [aux_sym_identities_only_token1] = ACTIONS(2112), - [aux_sym_identity_agent_token1] = ACTIONS(2112), - [aux_sym_identity_file_token1] = ACTIONS(2112), - [aux_sym_ignore_unknown_token1] = ACTIONS(2112), - [aux_sym_include_token1] = ACTIONS(2112), - [aux_sym_ip_qos_token1] = ACTIONS(2112), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2112), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2112), - [aux_sym_kex_algorithms_token1] = ACTIONS(2112), - [aux_sym_known_hosts_command_token1] = ACTIONS(2112), - [aux_sym_local_command_token1] = ACTIONS(2112), - [aux_sym_local_forward_token1] = ACTIONS(2112), - [aux_sym_log_level_token1] = ACTIONS(2112), - [aux_sym_log_verbose_token1] = ACTIONS(2112), - [aux_sym_macs_token1] = ACTIONS(2112), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2112), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2112), - [aux_sym_password_authentication_token1] = ACTIONS(2112), - [aux_sym_permit_local_command_token1] = ACTIONS(2112), - [aux_sym_permit_remote_open_token1] = ACTIONS(2112), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2112), - [aux_sym_port_token1] = ACTIONS(2112), - [aux_sym_preferred_authentications_token1] = ACTIONS(2112), - [aux_sym_protocol_token1] = ACTIONS(2112), - [aux_sym_proxy_command_token1] = ACTIONS(2112), - [aux_sym_proxy_jump_token1] = ACTIONS(2112), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2112), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2112), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2112), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2112), - [aux_sym_rekey_limit_token1] = ACTIONS(2112), - [aux_sym_remote_command_token1] = ACTIONS(2112), - [aux_sym_remote_forward_token1] = ACTIONS(2112), - [aux_sym_request_tty_token1] = ACTIONS(2112), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2112), - [aux_sym_security_key_provider_token1] = ACTIONS(2112), - [aux_sym_send_env_token1] = ACTIONS(2112), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2112), - [aux_sym_server_alive_interval_token1] = ACTIONS(2112), - [aux_sym_session_type_token1] = ACTIONS(2112), - [aux_sym_set_env_token1] = ACTIONS(2112), - [aux_sym_stdin_null_token1] = ACTIONS(2112), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2112), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2112), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2112), - [aux_sym_syslog_facility_token1] = ACTIONS(2112), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2112), - [aux_sym_keep_alive_token1] = ACTIONS(2112), - [aux_sym_tunnel_token1] = ACTIONS(2114), - [aux_sym_tunnel_device_token1] = ACTIONS(2112), - [aux_sym_update_host_keys_token1] = ACTIONS(2112), - [aux_sym_use_keychain_token1] = ACTIONS(2112), - [aux_sym_use_roaming_token1] = ACTIONS(2112), - [aux_sym_user_token1] = ACTIONS(2114), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2112), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2112), - [aux_sym_visual_host_key_token1] = ACTIONS(2112), - [aux_sym_xauth_location_token1] = ACTIONS(2112), + [ts_builtin_sym_end] = ACTIONS(2119), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(2123), + [aux_sym_match_token1] = ACTIONS(2119), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2119), + [aux_sym_address_family_token1] = ACTIONS(2119), + [aux_sym_batch_mode_token1] = ACTIONS(2119), + [aux_sym_bind_address_token1] = ACTIONS(2119), + [aux_sym_bind_interface_token1] = ACTIONS(2119), + [aux_sym_canonical_domains_token1] = ACTIONS(2119), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2119), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2119), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2119), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2119), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2119), + [aux_sym_certificate_file_token1] = ACTIONS(2119), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2119), + [aux_sym_check_host_ip_token1] = ACTIONS(2119), + [aux_sym_ciphers_token1] = ACTIONS(2119), + [aux_sym_cipher_token1] = ACTIONS(2121), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2119), + [aux_sym_compression_token1] = ACTIONS(2119), + [aux_sym_connection_attempts_token1] = ACTIONS(2119), + [aux_sym_connect_timeout_token1] = ACTIONS(2119), + [aux_sym_control_master_token1] = ACTIONS(2119), + [aux_sym_control_path_token1] = ACTIONS(2119), + [aux_sym_control_persist_token1] = ACTIONS(2119), + [aux_sym_dynamic_forward_token1] = ACTIONS(2119), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2119), + [aux_sym_escape_char_token1] = ACTIONS(2119), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2119), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2119), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2119), + [aux_sym_forward_agent_token1] = ACTIONS(2119), + [aux_sym_forward_x11_token1] = ACTIONS(2121), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2119), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2119), + [aux_sym_gateway_ports_token1] = ACTIONS(2119), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2119), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2119), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2119), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2119), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2119), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2119), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2119), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2119), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2119), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2119), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2119), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2119), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2119), + [aux_sym_host_key_alias_token1] = ACTIONS(2119), + [aux_sym_hostname_token1] = ACTIONS(2119), + [aux_sym_identities_only_token1] = ACTIONS(2119), + [aux_sym_identity_agent_token1] = ACTIONS(2119), + [aux_sym_identity_file_token1] = ACTIONS(2119), + [aux_sym_ignore_unknown_token1] = ACTIONS(2119), + [aux_sym_include_token1] = ACTIONS(2119), + [aux_sym_ip_qos_token1] = ACTIONS(2119), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2119), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2119), + [aux_sym_kex_algorithms_token1] = ACTIONS(2119), + [aux_sym_known_hosts_command_token1] = ACTIONS(2119), + [aux_sym_local_command_token1] = ACTIONS(2119), + [aux_sym_local_forward_token1] = ACTIONS(2119), + [aux_sym_log_level_token1] = ACTIONS(2119), + [aux_sym_log_verbose_token1] = ACTIONS(2119), + [aux_sym_macs_token1] = ACTIONS(2119), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2119), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2119), + [aux_sym_password_authentication_token1] = ACTIONS(2119), + [aux_sym_permit_local_command_token1] = ACTIONS(2119), + [aux_sym_permit_remote_open_token1] = ACTIONS(2119), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2119), + [aux_sym_port_token1] = ACTIONS(2119), + [aux_sym_preferred_authentications_token1] = ACTIONS(2119), + [aux_sym_protocol_token1] = ACTIONS(2119), + [aux_sym_proxy_command_token1] = ACTIONS(2119), + [aux_sym_proxy_jump_token1] = ACTIONS(2119), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2119), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2119), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2119), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2119), + [aux_sym_rekey_limit_token1] = ACTIONS(2119), + [aux_sym_remote_command_token1] = ACTIONS(2119), + [aux_sym_remote_forward_token1] = ACTIONS(2119), + [aux_sym_request_tty_token1] = ACTIONS(2119), + [aux_sym_required_rsa_size_token1] = ACTIONS(2119), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2119), + [aux_sym_security_key_provider_token1] = ACTIONS(2119), + [aux_sym_send_env_token1] = ACTIONS(2119), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2119), + [aux_sym_server_alive_interval_token1] = ACTIONS(2119), + [aux_sym_session_type_token1] = ACTIONS(2119), + [aux_sym_set_env_token1] = ACTIONS(2119), + [aux_sym_stdin_null_token1] = ACTIONS(2119), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2119), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2119), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2119), + [aux_sym_syslog_facility_token1] = ACTIONS(2119), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2119), + [aux_sym_keep_alive_token1] = ACTIONS(2119), + [aux_sym_tunnel_token1] = ACTIONS(2121), + [aux_sym_tunnel_device_token1] = ACTIONS(2119), + [aux_sym_update_host_keys_token1] = ACTIONS(2119), + [aux_sym_use_keychain_token1] = ACTIONS(2119), + [aux_sym_use_roaming_token1] = ACTIONS(2119), + [aux_sym_user_token1] = ACTIONS(2121), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2119), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2119), + [aux_sym_visual_host_key_token1] = ACTIONS(2119), + [aux_sym_xauth_location_token1] = ACTIONS(2119), }, [273] = { - [ts_builtin_sym_end] = ACTIONS(2118), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2120), - [anon_sym_DQUOTE] = ACTIONS(2118), - [aux_sym_match_token1] = ACTIONS(2118), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2118), - [aux_sym_address_family_token1] = ACTIONS(2118), - [aux_sym_batch_mode_token1] = ACTIONS(2118), - [aux_sym_bind_address_token1] = ACTIONS(2118), - [aux_sym_bind_interface_token1] = ACTIONS(2118), - [aux_sym_canonical_domains_token1] = ACTIONS(2118), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2118), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2118), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2118), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2118), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2118), - [aux_sym_certificate_file_token1] = ACTIONS(2118), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2118), - [aux_sym_check_host_ip_token1] = ACTIONS(2118), - [aux_sym_ciphers_token1] = ACTIONS(2118), - [aux_sym_cipher_token1] = ACTIONS(2120), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2118), - [aux_sym_compression_token1] = ACTIONS(2118), - [aux_sym_connection_attempts_token1] = ACTIONS(2118), - [aux_sym_connect_timeout_token1] = ACTIONS(2118), - [aux_sym_control_master_token1] = ACTIONS(2118), - [aux_sym_control_path_token1] = ACTIONS(2118), - [aux_sym_control_persist_token1] = ACTIONS(2118), - [aux_sym_dynamic_forward_token1] = ACTIONS(2118), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2118), - [aux_sym_escape_char_token1] = ACTIONS(2118), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2118), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2118), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2118), - [aux_sym_forward_agent_token1] = ACTIONS(2118), - [aux_sym_forward_x11_token1] = ACTIONS(2120), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2118), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2118), - [aux_sym_gateway_ports_token1] = ACTIONS(2118), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2118), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2118), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2118), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2118), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2118), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2118), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2118), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2118), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2118), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2118), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2118), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2118), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2118), - [aux_sym_host_key_alias_token1] = ACTIONS(2118), - [aux_sym_hostname_token1] = ACTIONS(2118), - [aux_sym_identities_only_token1] = ACTIONS(2118), - [aux_sym_identity_agent_token1] = ACTIONS(2118), - [aux_sym_identity_file_token1] = ACTIONS(2118), - [aux_sym_ignore_unknown_token1] = ACTIONS(2118), - [aux_sym_include_token1] = ACTIONS(2118), - [aux_sym_ip_qos_token1] = ACTIONS(2118), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2118), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2118), - [aux_sym_kex_algorithms_token1] = ACTIONS(2118), - [aux_sym_known_hosts_command_token1] = ACTIONS(2118), - [aux_sym_local_command_token1] = ACTIONS(2118), - [aux_sym_local_forward_token1] = ACTIONS(2118), - [aux_sym_log_level_token1] = ACTIONS(2118), - [aux_sym_log_verbose_token1] = ACTIONS(2118), - [aux_sym_macs_token1] = ACTIONS(2118), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2118), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2118), - [aux_sym_password_authentication_token1] = ACTIONS(2118), - [aux_sym_permit_local_command_token1] = ACTIONS(2118), - [aux_sym_permit_remote_open_token1] = ACTIONS(2118), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2118), - [aux_sym_port_token1] = ACTIONS(2118), - [aux_sym_preferred_authentications_token1] = ACTIONS(2118), - [aux_sym_protocol_token1] = ACTIONS(2118), - [aux_sym_proxy_command_token1] = ACTIONS(2118), - [aux_sym_proxy_jump_token1] = ACTIONS(2118), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2118), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2118), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2118), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2118), - [aux_sym_rekey_limit_token1] = ACTIONS(2118), - [aux_sym_remote_command_token1] = ACTIONS(2118), - [aux_sym_remote_forward_token1] = ACTIONS(2118), - [aux_sym_request_tty_token1] = ACTIONS(2118), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2118), - [aux_sym_security_key_provider_token1] = ACTIONS(2118), - [aux_sym_send_env_token1] = ACTIONS(2118), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2118), - [aux_sym_server_alive_interval_token1] = ACTIONS(2118), - [aux_sym_session_type_token1] = ACTIONS(2118), - [aux_sym_set_env_token1] = ACTIONS(2118), - [aux_sym_stdin_null_token1] = ACTIONS(2118), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2118), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2118), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2118), - [aux_sym_syslog_facility_token1] = ACTIONS(2118), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2118), - [aux_sym_keep_alive_token1] = ACTIONS(2118), - [aux_sym_tunnel_token1] = ACTIONS(2120), - [aux_sym_tunnel_device_token1] = ACTIONS(2118), - [aux_sym_update_host_keys_token1] = ACTIONS(2118), - [aux_sym_use_keychain_token1] = ACTIONS(2118), - [aux_sym_use_roaming_token1] = ACTIONS(2118), - [aux_sym_user_token1] = ACTIONS(2120), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2118), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2118), - [aux_sym_visual_host_key_token1] = ACTIONS(2118), - [aux_sym_xauth_location_token1] = ACTIONS(2118), + [ts_builtin_sym_end] = ACTIONS(2125), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2127), + [anon_sym_DQUOTE] = ACTIONS(2125), + [aux_sym_match_token1] = ACTIONS(2125), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2125), + [aux_sym_address_family_token1] = ACTIONS(2125), + [aux_sym_batch_mode_token1] = ACTIONS(2125), + [aux_sym_bind_address_token1] = ACTIONS(2125), + [aux_sym_bind_interface_token1] = ACTIONS(2125), + [aux_sym_canonical_domains_token1] = ACTIONS(2125), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2125), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2125), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2125), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2125), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2125), + [aux_sym_certificate_file_token1] = ACTIONS(2125), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2125), + [aux_sym_check_host_ip_token1] = ACTIONS(2125), + [aux_sym_ciphers_token1] = ACTIONS(2125), + [aux_sym_cipher_token1] = ACTIONS(2127), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2125), + [aux_sym_compression_token1] = ACTIONS(2125), + [aux_sym_connection_attempts_token1] = ACTIONS(2125), + [aux_sym_connect_timeout_token1] = ACTIONS(2125), + [aux_sym_control_master_token1] = ACTIONS(2125), + [aux_sym_control_path_token1] = ACTIONS(2125), + [aux_sym_control_persist_token1] = ACTIONS(2125), + [aux_sym_dynamic_forward_token1] = ACTIONS(2125), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2125), + [aux_sym_escape_char_token1] = ACTIONS(2125), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2125), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2125), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2125), + [aux_sym_forward_agent_token1] = ACTIONS(2125), + [aux_sym_forward_x11_token1] = ACTIONS(2127), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2125), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2125), + [aux_sym_gateway_ports_token1] = ACTIONS(2125), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2125), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2125), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2125), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2125), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2125), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2125), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2125), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2125), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2125), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2125), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2125), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2125), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2125), + [aux_sym_host_key_alias_token1] = ACTIONS(2125), + [aux_sym_hostname_token1] = ACTIONS(2125), + [aux_sym_identities_only_token1] = ACTIONS(2125), + [aux_sym_identity_agent_token1] = ACTIONS(2125), + [aux_sym_identity_file_token1] = ACTIONS(2125), + [aux_sym_ignore_unknown_token1] = ACTIONS(2125), + [aux_sym_include_token1] = ACTIONS(2125), + [aux_sym_ip_qos_token1] = ACTIONS(2125), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2125), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2125), + [aux_sym_kex_algorithms_token1] = ACTIONS(2125), + [aux_sym_known_hosts_command_token1] = ACTIONS(2125), + [aux_sym_local_command_token1] = ACTIONS(2125), + [aux_sym_local_forward_token1] = ACTIONS(2125), + [aux_sym_log_level_token1] = ACTIONS(2125), + [aux_sym_log_verbose_token1] = ACTIONS(2125), + [aux_sym_macs_token1] = ACTIONS(2125), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2125), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2125), + [aux_sym_password_authentication_token1] = ACTIONS(2125), + [aux_sym_permit_local_command_token1] = ACTIONS(2125), + [aux_sym_permit_remote_open_token1] = ACTIONS(2125), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2125), + [aux_sym_port_token1] = ACTIONS(2125), + [aux_sym_preferred_authentications_token1] = ACTIONS(2125), + [aux_sym_protocol_token1] = ACTIONS(2125), + [aux_sym_proxy_command_token1] = ACTIONS(2125), + [aux_sym_proxy_jump_token1] = ACTIONS(2125), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2125), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2125), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2125), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2125), + [aux_sym_rekey_limit_token1] = ACTIONS(2125), + [aux_sym_remote_command_token1] = ACTIONS(2125), + [aux_sym_remote_forward_token1] = ACTIONS(2125), + [aux_sym_request_tty_token1] = ACTIONS(2125), + [aux_sym_required_rsa_size_token1] = ACTIONS(2125), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2125), + [aux_sym_security_key_provider_token1] = ACTIONS(2125), + [aux_sym_send_env_token1] = ACTIONS(2125), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2125), + [aux_sym_server_alive_interval_token1] = ACTIONS(2125), + [aux_sym_session_type_token1] = ACTIONS(2125), + [aux_sym_set_env_token1] = ACTIONS(2125), + [aux_sym_stdin_null_token1] = ACTIONS(2125), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2125), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2125), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2125), + [aux_sym_syslog_facility_token1] = ACTIONS(2125), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2125), + [aux_sym_keep_alive_token1] = ACTIONS(2125), + [aux_sym_tunnel_token1] = ACTIONS(2127), + [aux_sym_tunnel_device_token1] = ACTIONS(2125), + [aux_sym_update_host_keys_token1] = ACTIONS(2125), + [aux_sym_use_keychain_token1] = ACTIONS(2125), + [aux_sym_use_roaming_token1] = ACTIONS(2125), + [aux_sym_user_token1] = ACTIONS(2127), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2125), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2125), + [aux_sym_visual_host_key_token1] = ACTIONS(2125), + [aux_sym_xauth_location_token1] = ACTIONS(2125), }, [274] = { - [ts_builtin_sym_end] = ACTIONS(2122), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2124), - [anon_sym_DQUOTE] = ACTIONS(2126), - [aux_sym_match_token1] = ACTIONS(2122), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2122), - [aux_sym_address_family_token1] = ACTIONS(2122), - [aux_sym_batch_mode_token1] = ACTIONS(2122), - [aux_sym_bind_address_token1] = ACTIONS(2122), - [aux_sym_bind_interface_token1] = ACTIONS(2122), - [aux_sym_canonical_domains_token1] = ACTIONS(2122), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2122), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2122), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2122), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2122), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2122), - [aux_sym_certificate_file_token1] = ACTIONS(2122), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2122), - [aux_sym_check_host_ip_token1] = ACTIONS(2122), - [aux_sym_ciphers_token1] = ACTIONS(2122), - [aux_sym_cipher_token1] = ACTIONS(2124), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2122), - [aux_sym_compression_token1] = ACTIONS(2122), - [aux_sym_connection_attempts_token1] = ACTIONS(2122), - [aux_sym_connect_timeout_token1] = ACTIONS(2122), - [aux_sym_control_master_token1] = ACTIONS(2122), - [aux_sym_control_path_token1] = ACTIONS(2122), - [aux_sym_control_persist_token1] = ACTIONS(2122), - [aux_sym_dynamic_forward_token1] = ACTIONS(2122), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2122), - [aux_sym_escape_char_token1] = ACTIONS(2122), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2122), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2122), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2122), - [aux_sym_forward_agent_token1] = ACTIONS(2122), - [aux_sym_forward_x11_token1] = ACTIONS(2124), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2122), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2122), - [aux_sym_gateway_ports_token1] = ACTIONS(2122), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2122), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2122), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2122), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2122), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2122), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2122), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2122), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2122), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2122), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2122), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2122), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2122), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2122), - [aux_sym_host_key_alias_token1] = ACTIONS(2122), - [aux_sym_hostname_token1] = ACTIONS(2122), - [aux_sym_identities_only_token1] = ACTIONS(2122), - [aux_sym_identity_agent_token1] = ACTIONS(2122), - [aux_sym_identity_file_token1] = ACTIONS(2122), - [aux_sym_ignore_unknown_token1] = ACTIONS(2122), - [aux_sym_include_token1] = ACTIONS(2122), - [aux_sym_ip_qos_token1] = ACTIONS(2122), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2122), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2122), - [aux_sym_kex_algorithms_token1] = ACTIONS(2122), - [aux_sym_known_hosts_command_token1] = ACTIONS(2122), - [aux_sym_local_command_token1] = ACTIONS(2122), - [aux_sym_local_forward_token1] = ACTIONS(2122), - [aux_sym_log_level_token1] = ACTIONS(2122), - [aux_sym_log_verbose_token1] = ACTIONS(2122), - [aux_sym_macs_token1] = ACTIONS(2122), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2122), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2122), - [aux_sym_password_authentication_token1] = ACTIONS(2122), - [aux_sym_permit_local_command_token1] = ACTIONS(2122), - [aux_sym_permit_remote_open_token1] = ACTIONS(2122), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2122), - [aux_sym_port_token1] = ACTIONS(2122), - [aux_sym_preferred_authentications_token1] = ACTIONS(2122), - [aux_sym_protocol_token1] = ACTIONS(2122), - [aux_sym_proxy_command_token1] = ACTIONS(2122), - [aux_sym_proxy_jump_token1] = ACTIONS(2122), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2122), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2122), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2122), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2122), - [aux_sym_rekey_limit_token1] = ACTIONS(2122), - [aux_sym_remote_command_token1] = ACTIONS(2122), - [aux_sym_remote_forward_token1] = ACTIONS(2122), - [aux_sym_request_tty_token1] = ACTIONS(2122), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2122), - [aux_sym_security_key_provider_token1] = ACTIONS(2122), - [aux_sym_send_env_token1] = ACTIONS(2122), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2122), - [aux_sym_server_alive_interval_token1] = ACTIONS(2122), - [aux_sym_session_type_token1] = ACTIONS(2122), - [aux_sym_set_env_token1] = ACTIONS(2122), - [aux_sym_stdin_null_token1] = ACTIONS(2122), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2122), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2122), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2122), - [aux_sym_syslog_facility_token1] = ACTIONS(2122), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2122), - [aux_sym_keep_alive_token1] = ACTIONS(2122), - [aux_sym_tunnel_token1] = ACTIONS(2124), - [aux_sym_tunnel_device_token1] = ACTIONS(2122), - [aux_sym_update_host_keys_token1] = ACTIONS(2122), - [aux_sym_use_keychain_token1] = ACTIONS(2122), - [aux_sym_use_roaming_token1] = ACTIONS(2122), - [aux_sym_user_token1] = ACTIONS(2124), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2122), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2122), - [aux_sym_visual_host_key_token1] = ACTIONS(2122), - [aux_sym_xauth_location_token1] = ACTIONS(2122), + [ts_builtin_sym_end] = ACTIONS(2129), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2131), + [anon_sym_DQUOTE] = ACTIONS(2133), + [aux_sym_match_token1] = ACTIONS(2129), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2129), + [aux_sym_address_family_token1] = ACTIONS(2129), + [aux_sym_batch_mode_token1] = ACTIONS(2129), + [aux_sym_bind_address_token1] = ACTIONS(2129), + [aux_sym_bind_interface_token1] = ACTIONS(2129), + [aux_sym_canonical_domains_token1] = ACTIONS(2129), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2129), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2129), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2129), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2129), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2129), + [aux_sym_certificate_file_token1] = ACTIONS(2129), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2129), + [aux_sym_check_host_ip_token1] = ACTIONS(2129), + [aux_sym_ciphers_token1] = ACTIONS(2129), + [aux_sym_cipher_token1] = ACTIONS(2131), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2129), + [aux_sym_compression_token1] = ACTIONS(2129), + [aux_sym_connection_attempts_token1] = ACTIONS(2129), + [aux_sym_connect_timeout_token1] = ACTIONS(2129), + [aux_sym_control_master_token1] = ACTIONS(2129), + [aux_sym_control_path_token1] = ACTIONS(2129), + [aux_sym_control_persist_token1] = ACTIONS(2129), + [aux_sym_dynamic_forward_token1] = ACTIONS(2129), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2129), + [aux_sym_escape_char_token1] = ACTIONS(2129), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2129), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2129), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2129), + [aux_sym_forward_agent_token1] = ACTIONS(2129), + [aux_sym_forward_x11_token1] = ACTIONS(2131), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2129), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2129), + [aux_sym_gateway_ports_token1] = ACTIONS(2129), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2129), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2129), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2129), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2129), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2129), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2129), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2129), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2129), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2129), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2129), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2129), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2129), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2129), + [aux_sym_host_key_alias_token1] = ACTIONS(2129), + [aux_sym_hostname_token1] = ACTIONS(2129), + [aux_sym_identities_only_token1] = ACTIONS(2129), + [aux_sym_identity_agent_token1] = ACTIONS(2129), + [aux_sym_identity_file_token1] = ACTIONS(2129), + [aux_sym_ignore_unknown_token1] = ACTIONS(2129), + [aux_sym_include_token1] = ACTIONS(2129), + [aux_sym_ip_qos_token1] = ACTIONS(2129), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2129), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2129), + [aux_sym_kex_algorithms_token1] = ACTIONS(2129), + [aux_sym_known_hosts_command_token1] = ACTIONS(2129), + [aux_sym_local_command_token1] = ACTIONS(2129), + [aux_sym_local_forward_token1] = ACTIONS(2129), + [aux_sym_log_level_token1] = ACTIONS(2129), + [aux_sym_log_verbose_token1] = ACTIONS(2129), + [aux_sym_macs_token1] = ACTIONS(2129), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2129), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2129), + [aux_sym_password_authentication_token1] = ACTIONS(2129), + [aux_sym_permit_local_command_token1] = ACTIONS(2129), + [aux_sym_permit_remote_open_token1] = ACTIONS(2129), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2129), + [aux_sym_port_token1] = ACTIONS(2129), + [aux_sym_preferred_authentications_token1] = ACTIONS(2129), + [aux_sym_protocol_token1] = ACTIONS(2129), + [aux_sym_proxy_command_token1] = ACTIONS(2129), + [aux_sym_proxy_jump_token1] = ACTIONS(2129), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2129), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2129), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2129), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2129), + [aux_sym_rekey_limit_token1] = ACTIONS(2129), + [aux_sym_remote_command_token1] = ACTIONS(2129), + [aux_sym_remote_forward_token1] = ACTIONS(2129), + [aux_sym_request_tty_token1] = ACTIONS(2129), + [aux_sym_required_rsa_size_token1] = ACTIONS(2129), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2129), + [aux_sym_security_key_provider_token1] = ACTIONS(2129), + [aux_sym_send_env_token1] = ACTIONS(2129), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2129), + [aux_sym_server_alive_interval_token1] = ACTIONS(2129), + [aux_sym_session_type_token1] = ACTIONS(2129), + [aux_sym_set_env_token1] = ACTIONS(2129), + [aux_sym_stdin_null_token1] = ACTIONS(2129), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2129), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2129), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2129), + [aux_sym_syslog_facility_token1] = ACTIONS(2129), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2129), + [aux_sym_keep_alive_token1] = ACTIONS(2129), + [aux_sym_tunnel_token1] = ACTIONS(2131), + [aux_sym_tunnel_device_token1] = ACTIONS(2129), + [aux_sym_update_host_keys_token1] = ACTIONS(2129), + [aux_sym_use_keychain_token1] = ACTIONS(2129), + [aux_sym_use_roaming_token1] = ACTIONS(2129), + [aux_sym_user_token1] = ACTIONS(2131), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2129), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2129), + [aux_sym_visual_host_key_token1] = ACTIONS(2129), + [aux_sym_xauth_location_token1] = ACTIONS(2129), }, [275] = { - [ts_builtin_sym_end] = ACTIONS(2128), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2130), - [anon_sym_DQUOTE] = ACTIONS(2128), - [aux_sym_match_token1] = ACTIONS(2128), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2128), - [aux_sym_address_family_token1] = ACTIONS(2128), - [aux_sym_batch_mode_token1] = ACTIONS(2128), - [aux_sym_bind_address_token1] = ACTIONS(2128), - [aux_sym_bind_interface_token1] = ACTIONS(2128), - [aux_sym_canonical_domains_token1] = ACTIONS(2128), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2128), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2128), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2128), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2128), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2128), - [aux_sym_certificate_file_token1] = ACTIONS(2128), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2128), - [aux_sym_check_host_ip_token1] = ACTIONS(2128), - [aux_sym_ciphers_token1] = ACTIONS(2128), - [aux_sym_cipher_token1] = ACTIONS(2130), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2128), - [aux_sym_compression_token1] = ACTIONS(2128), - [aux_sym_connection_attempts_token1] = ACTIONS(2128), - [aux_sym_connect_timeout_token1] = ACTIONS(2128), - [aux_sym_control_master_token1] = ACTIONS(2128), - [aux_sym_control_path_token1] = ACTIONS(2128), - [aux_sym_control_persist_token1] = ACTIONS(2128), - [aux_sym_dynamic_forward_token1] = ACTIONS(2128), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2128), - [aux_sym_escape_char_token1] = ACTIONS(2128), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2128), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2128), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2128), - [aux_sym_forward_agent_token1] = ACTIONS(2128), - [aux_sym_forward_x11_token1] = ACTIONS(2130), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2128), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2128), - [aux_sym_gateway_ports_token1] = ACTIONS(2128), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2128), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2128), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2128), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2128), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2128), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2128), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2128), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2128), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2128), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2128), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2128), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2128), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2128), - [aux_sym_host_key_alias_token1] = ACTIONS(2128), - [aux_sym_hostname_token1] = ACTIONS(2128), - [aux_sym_identities_only_token1] = ACTIONS(2128), - [aux_sym_identity_agent_token1] = ACTIONS(2128), - [aux_sym_identity_file_token1] = ACTIONS(2128), - [aux_sym_ignore_unknown_token1] = ACTIONS(2128), - [aux_sym_include_token1] = ACTIONS(2128), - [aux_sym_ip_qos_token1] = ACTIONS(2128), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2128), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2128), - [aux_sym_kex_algorithms_token1] = ACTIONS(2128), - [aux_sym_known_hosts_command_token1] = ACTIONS(2128), - [aux_sym_local_command_token1] = ACTIONS(2128), - [aux_sym_local_forward_token1] = ACTIONS(2128), - [aux_sym_log_level_token1] = ACTIONS(2128), - [aux_sym_log_verbose_token1] = ACTIONS(2128), - [aux_sym_macs_token1] = ACTIONS(2128), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2128), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2128), - [aux_sym_password_authentication_token1] = ACTIONS(2128), - [aux_sym_permit_local_command_token1] = ACTIONS(2128), - [aux_sym_permit_remote_open_token1] = ACTIONS(2128), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2128), - [aux_sym_port_token1] = ACTIONS(2128), - [aux_sym_preferred_authentications_token1] = ACTIONS(2128), - [aux_sym_protocol_token1] = ACTIONS(2128), - [aux_sym_proxy_command_token1] = ACTIONS(2128), - [aux_sym_proxy_jump_token1] = ACTIONS(2128), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2128), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2128), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2128), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2128), - [aux_sym_rekey_limit_token1] = ACTIONS(2128), - [aux_sym_remote_command_token1] = ACTIONS(2128), - [aux_sym_remote_forward_token1] = ACTIONS(2128), - [aux_sym_request_tty_token1] = ACTIONS(2128), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2128), - [aux_sym_security_key_provider_token1] = ACTIONS(2128), - [aux_sym_send_env_token1] = ACTIONS(2128), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2128), - [aux_sym_server_alive_interval_token1] = ACTIONS(2128), - [aux_sym_session_type_token1] = ACTIONS(2128), - [aux_sym_set_env_token1] = ACTIONS(2128), - [aux_sym_stdin_null_token1] = ACTIONS(2128), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2128), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2128), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2128), - [aux_sym_syslog_facility_token1] = ACTIONS(2128), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2128), - [aux_sym_keep_alive_token1] = ACTIONS(2128), - [aux_sym_tunnel_token1] = ACTIONS(2130), - [aux_sym_tunnel_device_token1] = ACTIONS(2128), - [aux_sym_update_host_keys_token1] = ACTIONS(2128), - [aux_sym_use_keychain_token1] = ACTIONS(2128), - [aux_sym_use_roaming_token1] = ACTIONS(2128), - [aux_sym_user_token1] = ACTIONS(2130), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2128), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2128), - [aux_sym_visual_host_key_token1] = ACTIONS(2128), - [aux_sym_xauth_location_token1] = ACTIONS(2128), + [ts_builtin_sym_end] = ACTIONS(2135), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2137), + [anon_sym_DQUOTE] = ACTIONS(2135), + [aux_sym_match_token1] = ACTIONS(2135), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2135), + [aux_sym_address_family_token1] = ACTIONS(2135), + [aux_sym_batch_mode_token1] = ACTIONS(2135), + [aux_sym_bind_address_token1] = ACTIONS(2135), + [aux_sym_bind_interface_token1] = ACTIONS(2135), + [aux_sym_canonical_domains_token1] = ACTIONS(2135), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2135), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2135), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2135), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2135), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2135), + [aux_sym_certificate_file_token1] = ACTIONS(2135), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2135), + [aux_sym_check_host_ip_token1] = ACTIONS(2135), + [aux_sym_ciphers_token1] = ACTIONS(2135), + [aux_sym_cipher_token1] = ACTIONS(2137), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2135), + [aux_sym_compression_token1] = ACTIONS(2135), + [aux_sym_connection_attempts_token1] = ACTIONS(2135), + [aux_sym_connect_timeout_token1] = ACTIONS(2135), + [aux_sym_control_master_token1] = ACTIONS(2135), + [aux_sym_control_path_token1] = ACTIONS(2135), + [aux_sym_control_persist_token1] = ACTIONS(2135), + [aux_sym_dynamic_forward_token1] = ACTIONS(2135), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2135), + [aux_sym_escape_char_token1] = ACTIONS(2135), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2135), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2135), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2135), + [aux_sym_forward_agent_token1] = ACTIONS(2135), + [aux_sym_forward_x11_token1] = ACTIONS(2137), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2135), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2135), + [aux_sym_gateway_ports_token1] = ACTIONS(2135), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2135), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2135), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2135), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2135), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2135), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2135), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2135), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2135), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2135), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2135), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2135), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2135), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2135), + [aux_sym_host_key_alias_token1] = ACTIONS(2135), + [aux_sym_hostname_token1] = ACTIONS(2135), + [aux_sym_identities_only_token1] = ACTIONS(2135), + [aux_sym_identity_agent_token1] = ACTIONS(2135), + [aux_sym_identity_file_token1] = ACTIONS(2135), + [aux_sym_ignore_unknown_token1] = ACTIONS(2135), + [aux_sym_include_token1] = ACTIONS(2135), + [aux_sym_ip_qos_token1] = ACTIONS(2135), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2135), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2135), + [aux_sym_kex_algorithms_token1] = ACTIONS(2135), + [aux_sym_known_hosts_command_token1] = ACTIONS(2135), + [aux_sym_local_command_token1] = ACTIONS(2135), + [aux_sym_local_forward_token1] = ACTIONS(2135), + [aux_sym_log_level_token1] = ACTIONS(2135), + [aux_sym_log_verbose_token1] = ACTIONS(2135), + [aux_sym_macs_token1] = ACTIONS(2135), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2135), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2135), + [aux_sym_password_authentication_token1] = ACTIONS(2135), + [aux_sym_permit_local_command_token1] = ACTIONS(2135), + [aux_sym_permit_remote_open_token1] = ACTIONS(2135), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2135), + [aux_sym_port_token1] = ACTIONS(2135), + [aux_sym_preferred_authentications_token1] = ACTIONS(2135), + [aux_sym_protocol_token1] = ACTIONS(2135), + [aux_sym_proxy_command_token1] = ACTIONS(2135), + [aux_sym_proxy_jump_token1] = ACTIONS(2135), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2135), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2135), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2135), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2135), + [aux_sym_rekey_limit_token1] = ACTIONS(2135), + [aux_sym_remote_command_token1] = ACTIONS(2135), + [aux_sym_remote_forward_token1] = ACTIONS(2135), + [aux_sym_request_tty_token1] = ACTIONS(2135), + [aux_sym_required_rsa_size_token1] = ACTIONS(2135), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2135), + [aux_sym_security_key_provider_token1] = ACTIONS(2135), + [aux_sym_send_env_token1] = ACTIONS(2135), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2135), + [aux_sym_server_alive_interval_token1] = ACTIONS(2135), + [aux_sym_session_type_token1] = ACTIONS(2135), + [aux_sym_set_env_token1] = ACTIONS(2135), + [aux_sym_stdin_null_token1] = ACTIONS(2135), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2135), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2135), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2135), + [aux_sym_syslog_facility_token1] = ACTIONS(2135), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2135), + [aux_sym_keep_alive_token1] = ACTIONS(2135), + [aux_sym_tunnel_token1] = ACTIONS(2137), + [aux_sym_tunnel_device_token1] = ACTIONS(2135), + [aux_sym_update_host_keys_token1] = ACTIONS(2135), + [aux_sym_use_keychain_token1] = ACTIONS(2135), + [aux_sym_use_roaming_token1] = ACTIONS(2135), + [aux_sym_user_token1] = ACTIONS(2137), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2135), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2135), + [aux_sym_visual_host_key_token1] = ACTIONS(2135), + [aux_sym_xauth_location_token1] = ACTIONS(2135), }, [276] = { - [ts_builtin_sym_end] = ACTIONS(2132), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2134), - [anon_sym_DQUOTE] = ACTIONS(2136), - [aux_sym_match_token1] = ACTIONS(2132), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2132), - [aux_sym_address_family_token1] = ACTIONS(2132), - [aux_sym_batch_mode_token1] = ACTIONS(2132), - [aux_sym_bind_address_token1] = ACTIONS(2132), - [aux_sym_bind_interface_token1] = ACTIONS(2132), - [aux_sym_canonical_domains_token1] = ACTIONS(2132), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2132), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2132), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2132), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2132), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2132), - [aux_sym_certificate_file_token1] = ACTIONS(2132), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2132), - [aux_sym_check_host_ip_token1] = ACTIONS(2132), - [aux_sym_ciphers_token1] = ACTIONS(2132), - [aux_sym_cipher_token1] = ACTIONS(2134), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2132), - [aux_sym_compression_token1] = ACTIONS(2132), - [aux_sym_connection_attempts_token1] = ACTIONS(2132), - [aux_sym_connect_timeout_token1] = ACTIONS(2132), - [aux_sym_control_master_token1] = ACTIONS(2132), - [aux_sym_control_path_token1] = ACTIONS(2132), - [aux_sym_control_persist_token1] = ACTIONS(2132), - [aux_sym_dynamic_forward_token1] = ACTIONS(2132), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2132), - [aux_sym_escape_char_token1] = ACTIONS(2132), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2132), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2132), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2132), - [aux_sym_forward_agent_token1] = ACTIONS(2132), - [aux_sym_forward_x11_token1] = ACTIONS(2134), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2132), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2132), - [aux_sym_gateway_ports_token1] = ACTIONS(2132), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2132), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2132), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2132), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2132), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2132), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2132), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2132), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2132), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2132), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2132), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2132), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2132), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2132), - [aux_sym_host_key_alias_token1] = ACTIONS(2132), - [aux_sym_hostname_token1] = ACTIONS(2132), - [aux_sym_identities_only_token1] = ACTIONS(2132), - [aux_sym_identity_agent_token1] = ACTIONS(2132), - [aux_sym_identity_file_token1] = ACTIONS(2132), - [aux_sym_ignore_unknown_token1] = ACTIONS(2132), - [aux_sym_include_token1] = ACTIONS(2132), - [aux_sym_ip_qos_token1] = ACTIONS(2132), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2132), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2132), - [aux_sym_kex_algorithms_token1] = ACTIONS(2132), - [aux_sym_known_hosts_command_token1] = ACTIONS(2132), - [aux_sym_local_command_token1] = ACTIONS(2132), - [aux_sym_local_forward_token1] = ACTIONS(2132), - [aux_sym_log_level_token1] = ACTIONS(2132), - [aux_sym_log_verbose_token1] = ACTIONS(2132), - [aux_sym_macs_token1] = ACTIONS(2132), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2132), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2132), - [aux_sym_password_authentication_token1] = ACTIONS(2132), - [aux_sym_permit_local_command_token1] = ACTIONS(2132), - [aux_sym_permit_remote_open_token1] = ACTIONS(2132), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2132), - [aux_sym_port_token1] = ACTIONS(2132), - [aux_sym_preferred_authentications_token1] = ACTIONS(2132), - [aux_sym_protocol_token1] = ACTIONS(2132), - [aux_sym_proxy_command_token1] = ACTIONS(2132), - [aux_sym_proxy_jump_token1] = ACTIONS(2132), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2132), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2132), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2132), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2132), - [aux_sym_rekey_limit_token1] = ACTIONS(2132), - [aux_sym_remote_command_token1] = ACTIONS(2132), - [aux_sym_remote_forward_token1] = ACTIONS(2132), - [aux_sym_request_tty_token1] = ACTIONS(2132), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2132), - [aux_sym_security_key_provider_token1] = ACTIONS(2132), - [aux_sym_send_env_token1] = ACTIONS(2132), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2132), - [aux_sym_server_alive_interval_token1] = ACTIONS(2132), - [aux_sym_session_type_token1] = ACTIONS(2132), - [aux_sym_set_env_token1] = ACTIONS(2132), - [aux_sym_stdin_null_token1] = ACTIONS(2132), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2132), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2132), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2132), - [aux_sym_syslog_facility_token1] = ACTIONS(2132), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2132), - [aux_sym_keep_alive_token1] = ACTIONS(2132), - [aux_sym_tunnel_token1] = ACTIONS(2134), - [aux_sym_tunnel_device_token1] = ACTIONS(2132), - [aux_sym_update_host_keys_token1] = ACTIONS(2132), - [aux_sym_use_keychain_token1] = ACTIONS(2132), - [aux_sym_use_roaming_token1] = ACTIONS(2132), - [aux_sym_user_token1] = ACTIONS(2134), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2132), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2132), - [aux_sym_visual_host_key_token1] = ACTIONS(2132), - [aux_sym_xauth_location_token1] = ACTIONS(2132), + [ts_builtin_sym_end] = ACTIONS(2139), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2141), + [anon_sym_DQUOTE] = ACTIONS(2143), + [aux_sym_match_token1] = ACTIONS(2139), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2139), + [aux_sym_address_family_token1] = ACTIONS(2139), + [aux_sym_batch_mode_token1] = ACTIONS(2139), + [aux_sym_bind_address_token1] = ACTIONS(2139), + [aux_sym_bind_interface_token1] = ACTIONS(2139), + [aux_sym_canonical_domains_token1] = ACTIONS(2139), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2139), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2139), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2139), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2139), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2139), + [aux_sym_certificate_file_token1] = ACTIONS(2139), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2139), + [aux_sym_check_host_ip_token1] = ACTIONS(2139), + [aux_sym_ciphers_token1] = ACTIONS(2139), + [aux_sym_cipher_token1] = ACTIONS(2141), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2139), + [aux_sym_compression_token1] = ACTIONS(2139), + [aux_sym_connection_attempts_token1] = ACTIONS(2139), + [aux_sym_connect_timeout_token1] = ACTIONS(2139), + [aux_sym_control_master_token1] = ACTIONS(2139), + [aux_sym_control_path_token1] = ACTIONS(2139), + [aux_sym_control_persist_token1] = ACTIONS(2139), + [aux_sym_dynamic_forward_token1] = ACTIONS(2139), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2139), + [aux_sym_escape_char_token1] = ACTIONS(2139), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2139), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2139), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2139), + [aux_sym_forward_agent_token1] = ACTIONS(2139), + [aux_sym_forward_x11_token1] = ACTIONS(2141), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2139), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2139), + [aux_sym_gateway_ports_token1] = ACTIONS(2139), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2139), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2139), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2139), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2139), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2139), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2139), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2139), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2139), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2139), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2139), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2139), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2139), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2139), + [aux_sym_host_key_alias_token1] = ACTIONS(2139), + [aux_sym_hostname_token1] = ACTIONS(2139), + [aux_sym_identities_only_token1] = ACTIONS(2139), + [aux_sym_identity_agent_token1] = ACTIONS(2139), + [aux_sym_identity_file_token1] = ACTIONS(2139), + [aux_sym_ignore_unknown_token1] = ACTIONS(2139), + [aux_sym_include_token1] = ACTIONS(2139), + [aux_sym_ip_qos_token1] = ACTIONS(2139), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2139), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2139), + [aux_sym_kex_algorithms_token1] = ACTIONS(2139), + [aux_sym_known_hosts_command_token1] = ACTIONS(2139), + [aux_sym_local_command_token1] = ACTIONS(2139), + [aux_sym_local_forward_token1] = ACTIONS(2139), + [aux_sym_log_level_token1] = ACTIONS(2139), + [aux_sym_log_verbose_token1] = ACTIONS(2139), + [aux_sym_macs_token1] = ACTIONS(2139), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2139), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2139), + [aux_sym_password_authentication_token1] = ACTIONS(2139), + [aux_sym_permit_local_command_token1] = ACTIONS(2139), + [aux_sym_permit_remote_open_token1] = ACTIONS(2139), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2139), + [aux_sym_port_token1] = ACTIONS(2139), + [aux_sym_preferred_authentications_token1] = ACTIONS(2139), + [aux_sym_protocol_token1] = ACTIONS(2139), + [aux_sym_proxy_command_token1] = ACTIONS(2139), + [aux_sym_proxy_jump_token1] = ACTIONS(2139), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2139), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2139), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2139), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2139), + [aux_sym_rekey_limit_token1] = ACTIONS(2139), + [aux_sym_remote_command_token1] = ACTIONS(2139), + [aux_sym_remote_forward_token1] = ACTIONS(2139), + [aux_sym_request_tty_token1] = ACTIONS(2139), + [aux_sym_required_rsa_size_token1] = ACTIONS(2139), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2139), + [aux_sym_security_key_provider_token1] = ACTIONS(2139), + [aux_sym_send_env_token1] = ACTIONS(2139), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2139), + [aux_sym_server_alive_interval_token1] = ACTIONS(2139), + [aux_sym_session_type_token1] = ACTIONS(2139), + [aux_sym_set_env_token1] = ACTIONS(2139), + [aux_sym_stdin_null_token1] = ACTIONS(2139), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2139), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2139), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2139), + [aux_sym_syslog_facility_token1] = ACTIONS(2139), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2139), + [aux_sym_keep_alive_token1] = ACTIONS(2139), + [aux_sym_tunnel_token1] = ACTIONS(2141), + [aux_sym_tunnel_device_token1] = ACTIONS(2139), + [aux_sym_update_host_keys_token1] = ACTIONS(2139), + [aux_sym_use_keychain_token1] = ACTIONS(2139), + [aux_sym_use_roaming_token1] = ACTIONS(2139), + [aux_sym_user_token1] = ACTIONS(2141), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2139), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2139), + [aux_sym_visual_host_key_token1] = ACTIONS(2139), + [aux_sym_xauth_location_token1] = ACTIONS(2139), }, [277] = { - [ts_builtin_sym_end] = ACTIONS(2138), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2140), - [anon_sym_DQUOTE] = ACTIONS(2138), - [aux_sym_match_token1] = ACTIONS(2138), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2138), - [aux_sym_address_family_token1] = ACTIONS(2138), - [aux_sym_batch_mode_token1] = ACTIONS(2138), - [aux_sym_bind_address_token1] = ACTIONS(2138), - [aux_sym_bind_interface_token1] = ACTIONS(2138), - [aux_sym_canonical_domains_token1] = ACTIONS(2138), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2138), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2138), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2138), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2138), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2138), - [aux_sym_certificate_file_token1] = ACTIONS(2138), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2138), - [aux_sym_check_host_ip_token1] = ACTIONS(2138), - [aux_sym_ciphers_token1] = ACTIONS(2138), - [aux_sym_cipher_token1] = ACTIONS(2140), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2138), - [aux_sym_compression_token1] = ACTIONS(2138), - [aux_sym_connection_attempts_token1] = ACTIONS(2138), - [aux_sym_connect_timeout_token1] = ACTIONS(2138), - [aux_sym_control_master_token1] = ACTIONS(2138), - [aux_sym_control_path_token1] = ACTIONS(2138), - [aux_sym_control_persist_token1] = ACTIONS(2138), - [aux_sym_dynamic_forward_token1] = ACTIONS(2138), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2138), - [aux_sym_escape_char_token1] = ACTIONS(2138), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2138), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2138), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2138), - [aux_sym_forward_agent_token1] = ACTIONS(2138), - [aux_sym_forward_x11_token1] = ACTIONS(2140), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2138), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2138), - [aux_sym_gateway_ports_token1] = ACTIONS(2138), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2138), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2138), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2138), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2138), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2138), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2138), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2138), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2138), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2138), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2138), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2138), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2138), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2138), - [aux_sym_host_key_alias_token1] = ACTIONS(2138), - [aux_sym_hostname_token1] = ACTIONS(2138), - [aux_sym_identities_only_token1] = ACTIONS(2138), - [aux_sym_identity_agent_token1] = ACTIONS(2138), - [aux_sym_identity_file_token1] = ACTIONS(2138), - [aux_sym_ignore_unknown_token1] = ACTIONS(2138), - [aux_sym_include_token1] = ACTIONS(2138), - [aux_sym_ip_qos_token1] = ACTIONS(2138), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2138), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2138), - [aux_sym_kex_algorithms_token1] = ACTIONS(2138), - [aux_sym_known_hosts_command_token1] = ACTIONS(2138), - [aux_sym_local_command_token1] = ACTIONS(2138), - [aux_sym_local_forward_token1] = ACTIONS(2138), - [aux_sym_log_level_token1] = ACTIONS(2138), - [aux_sym_log_verbose_token1] = ACTIONS(2138), - [aux_sym_macs_token1] = ACTIONS(2138), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2138), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2138), - [aux_sym_password_authentication_token1] = ACTIONS(2138), - [aux_sym_permit_local_command_token1] = ACTIONS(2138), - [aux_sym_permit_remote_open_token1] = ACTIONS(2138), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2138), - [aux_sym_port_token1] = ACTIONS(2138), - [aux_sym_preferred_authentications_token1] = ACTIONS(2138), - [aux_sym_protocol_token1] = ACTIONS(2138), - [aux_sym_proxy_command_token1] = ACTIONS(2138), - [aux_sym_proxy_jump_token1] = ACTIONS(2138), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2138), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2138), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2138), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2138), - [aux_sym_rekey_limit_token1] = ACTIONS(2138), - [aux_sym_remote_command_token1] = ACTIONS(2138), - [aux_sym_remote_forward_token1] = ACTIONS(2138), - [aux_sym_request_tty_token1] = ACTIONS(2138), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2138), - [aux_sym_security_key_provider_token1] = ACTIONS(2138), - [aux_sym_send_env_token1] = ACTIONS(2138), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2138), - [aux_sym_server_alive_interval_token1] = ACTIONS(2138), - [aux_sym_session_type_token1] = ACTIONS(2138), - [aux_sym_set_env_token1] = ACTIONS(2138), - [aux_sym_stdin_null_token1] = ACTIONS(2138), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2138), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2138), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2138), - [aux_sym_syslog_facility_token1] = ACTIONS(2138), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2138), - [aux_sym_keep_alive_token1] = ACTIONS(2138), - [aux_sym_tunnel_token1] = ACTIONS(2140), - [aux_sym_tunnel_device_token1] = ACTIONS(2138), - [aux_sym_update_host_keys_token1] = ACTIONS(2138), - [aux_sym_use_keychain_token1] = ACTIONS(2138), - [aux_sym_use_roaming_token1] = ACTIONS(2138), - [aux_sym_user_token1] = ACTIONS(2140), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2138), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2138), - [aux_sym_visual_host_key_token1] = ACTIONS(2138), - [aux_sym_xauth_location_token1] = ACTIONS(2138), + [ts_builtin_sym_end] = ACTIONS(2145), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2147), + [anon_sym_DQUOTE] = ACTIONS(2145), + [aux_sym_match_token1] = ACTIONS(2145), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2145), + [aux_sym_address_family_token1] = ACTIONS(2145), + [aux_sym_batch_mode_token1] = ACTIONS(2145), + [aux_sym_bind_address_token1] = ACTIONS(2145), + [aux_sym_bind_interface_token1] = ACTIONS(2145), + [aux_sym_canonical_domains_token1] = ACTIONS(2145), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2145), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2145), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2145), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2145), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2145), + [aux_sym_certificate_file_token1] = ACTIONS(2145), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2145), + [aux_sym_check_host_ip_token1] = ACTIONS(2145), + [aux_sym_ciphers_token1] = ACTIONS(2145), + [aux_sym_cipher_token1] = ACTIONS(2147), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2145), + [aux_sym_compression_token1] = ACTIONS(2145), + [aux_sym_connection_attempts_token1] = ACTIONS(2145), + [aux_sym_connect_timeout_token1] = ACTIONS(2145), + [aux_sym_control_master_token1] = ACTIONS(2145), + [aux_sym_control_path_token1] = ACTIONS(2145), + [aux_sym_control_persist_token1] = ACTIONS(2145), + [aux_sym_dynamic_forward_token1] = ACTIONS(2145), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2145), + [aux_sym_escape_char_token1] = ACTIONS(2145), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2145), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2145), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2145), + [aux_sym_forward_agent_token1] = ACTIONS(2145), + [aux_sym_forward_x11_token1] = ACTIONS(2147), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2145), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2145), + [aux_sym_gateway_ports_token1] = ACTIONS(2145), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2145), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2145), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2145), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2145), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2145), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2145), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2145), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2145), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2145), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2145), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2145), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2145), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2145), + [aux_sym_host_key_alias_token1] = ACTIONS(2145), + [aux_sym_hostname_token1] = ACTIONS(2145), + [aux_sym_identities_only_token1] = ACTIONS(2145), + [aux_sym_identity_agent_token1] = ACTIONS(2145), + [aux_sym_identity_file_token1] = ACTIONS(2145), + [aux_sym_ignore_unknown_token1] = ACTIONS(2145), + [aux_sym_include_token1] = ACTIONS(2145), + [aux_sym_ip_qos_token1] = ACTIONS(2145), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2145), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2145), + [aux_sym_kex_algorithms_token1] = ACTIONS(2145), + [aux_sym_known_hosts_command_token1] = ACTIONS(2145), + [aux_sym_local_command_token1] = ACTIONS(2145), + [aux_sym_local_forward_token1] = ACTIONS(2145), + [aux_sym_log_level_token1] = ACTIONS(2145), + [aux_sym_log_verbose_token1] = ACTIONS(2145), + [aux_sym_macs_token1] = ACTIONS(2145), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2145), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2145), + [aux_sym_password_authentication_token1] = ACTIONS(2145), + [aux_sym_permit_local_command_token1] = ACTIONS(2145), + [aux_sym_permit_remote_open_token1] = ACTIONS(2145), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2145), + [aux_sym_port_token1] = ACTIONS(2145), + [aux_sym_preferred_authentications_token1] = ACTIONS(2145), + [aux_sym_protocol_token1] = ACTIONS(2145), + [aux_sym_proxy_command_token1] = ACTIONS(2145), + [aux_sym_proxy_jump_token1] = ACTIONS(2145), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2145), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2145), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2145), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2145), + [aux_sym_rekey_limit_token1] = ACTIONS(2145), + [aux_sym_remote_command_token1] = ACTIONS(2145), + [aux_sym_remote_forward_token1] = ACTIONS(2145), + [aux_sym_request_tty_token1] = ACTIONS(2145), + [aux_sym_required_rsa_size_token1] = ACTIONS(2145), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2145), + [aux_sym_security_key_provider_token1] = ACTIONS(2145), + [aux_sym_send_env_token1] = ACTIONS(2145), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2145), + [aux_sym_server_alive_interval_token1] = ACTIONS(2145), + [aux_sym_session_type_token1] = ACTIONS(2145), + [aux_sym_set_env_token1] = ACTIONS(2145), + [aux_sym_stdin_null_token1] = ACTIONS(2145), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2145), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2145), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2145), + [aux_sym_syslog_facility_token1] = ACTIONS(2145), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2145), + [aux_sym_keep_alive_token1] = ACTIONS(2145), + [aux_sym_tunnel_token1] = ACTIONS(2147), + [aux_sym_tunnel_device_token1] = ACTIONS(2145), + [aux_sym_update_host_keys_token1] = ACTIONS(2145), + [aux_sym_use_keychain_token1] = ACTIONS(2145), + [aux_sym_use_roaming_token1] = ACTIONS(2145), + [aux_sym_user_token1] = ACTIONS(2147), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2145), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2145), + [aux_sym_visual_host_key_token1] = ACTIONS(2145), + [aux_sym_xauth_location_token1] = ACTIONS(2145), }, [278] = { - [ts_builtin_sym_end] = ACTIONS(2142), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2144), - [anon_sym_DQUOTE] = ACTIONS(2146), - [aux_sym_match_token1] = ACTIONS(2142), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2142), - [aux_sym_address_family_token1] = ACTIONS(2142), - [aux_sym_batch_mode_token1] = ACTIONS(2142), - [aux_sym_bind_address_token1] = ACTIONS(2142), - [aux_sym_bind_interface_token1] = ACTIONS(2142), - [aux_sym_canonical_domains_token1] = ACTIONS(2142), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2142), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2142), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2142), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2142), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2142), - [aux_sym_certificate_file_token1] = ACTIONS(2142), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2142), - [aux_sym_check_host_ip_token1] = ACTIONS(2142), - [aux_sym_ciphers_token1] = ACTIONS(2142), - [aux_sym_cipher_token1] = ACTIONS(2144), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2142), - [aux_sym_compression_token1] = ACTIONS(2142), - [aux_sym_connection_attempts_token1] = ACTIONS(2142), - [aux_sym_connect_timeout_token1] = ACTIONS(2142), - [aux_sym_control_master_token1] = ACTIONS(2142), - [aux_sym_control_path_token1] = ACTIONS(2142), - [aux_sym_control_persist_token1] = ACTIONS(2142), - [aux_sym_dynamic_forward_token1] = ACTIONS(2142), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2142), - [aux_sym_escape_char_token1] = ACTIONS(2142), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2142), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2142), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2142), - [aux_sym_forward_agent_token1] = ACTIONS(2142), - [aux_sym_forward_x11_token1] = ACTIONS(2144), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2142), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2142), - [aux_sym_gateway_ports_token1] = ACTIONS(2142), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2142), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2142), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2142), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2142), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2142), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2142), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2142), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2142), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2142), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2142), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2142), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2142), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2142), - [aux_sym_host_key_alias_token1] = ACTIONS(2142), - [aux_sym_hostname_token1] = ACTIONS(2142), - [aux_sym_identities_only_token1] = ACTIONS(2142), - [aux_sym_identity_agent_token1] = ACTIONS(2142), - [aux_sym_identity_file_token1] = ACTIONS(2142), - [aux_sym_ignore_unknown_token1] = ACTIONS(2142), - [aux_sym_include_token1] = ACTIONS(2142), - [aux_sym_ip_qos_token1] = ACTIONS(2142), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2142), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2142), - [aux_sym_kex_algorithms_token1] = ACTIONS(2142), - [aux_sym_known_hosts_command_token1] = ACTIONS(2142), - [aux_sym_local_command_token1] = ACTIONS(2142), - [aux_sym_local_forward_token1] = ACTIONS(2142), - [aux_sym_log_level_token1] = ACTIONS(2142), - [aux_sym_log_verbose_token1] = ACTIONS(2142), - [aux_sym_macs_token1] = ACTIONS(2142), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2142), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2142), - [aux_sym_password_authentication_token1] = ACTIONS(2142), - [aux_sym_permit_local_command_token1] = ACTIONS(2142), - [aux_sym_permit_remote_open_token1] = ACTIONS(2142), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2142), - [aux_sym_port_token1] = ACTIONS(2142), - [aux_sym_preferred_authentications_token1] = ACTIONS(2142), - [aux_sym_protocol_token1] = ACTIONS(2142), - [aux_sym_proxy_command_token1] = ACTIONS(2142), - [aux_sym_proxy_jump_token1] = ACTIONS(2142), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2142), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2142), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2142), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2142), - [aux_sym_rekey_limit_token1] = ACTIONS(2142), - [aux_sym_remote_command_token1] = ACTIONS(2142), - [aux_sym_remote_forward_token1] = ACTIONS(2142), - [aux_sym_request_tty_token1] = ACTIONS(2142), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2142), - [aux_sym_security_key_provider_token1] = ACTIONS(2142), - [aux_sym_send_env_token1] = ACTIONS(2142), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2142), - [aux_sym_server_alive_interval_token1] = ACTIONS(2142), - [aux_sym_session_type_token1] = ACTIONS(2142), - [aux_sym_set_env_token1] = ACTIONS(2142), - [aux_sym_stdin_null_token1] = ACTIONS(2142), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2142), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2142), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2142), - [aux_sym_syslog_facility_token1] = ACTIONS(2142), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2142), - [aux_sym_keep_alive_token1] = ACTIONS(2142), - [aux_sym_tunnel_token1] = ACTIONS(2144), - [aux_sym_tunnel_device_token1] = ACTIONS(2142), - [aux_sym_update_host_keys_token1] = ACTIONS(2142), - [aux_sym_use_keychain_token1] = ACTIONS(2142), - [aux_sym_use_roaming_token1] = ACTIONS(2142), - [aux_sym_user_token1] = ACTIONS(2144), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2142), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2142), - [aux_sym_visual_host_key_token1] = ACTIONS(2142), - [aux_sym_xauth_location_token1] = ACTIONS(2142), + [ts_builtin_sym_end] = ACTIONS(2149), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2151), + [anon_sym_DQUOTE] = ACTIONS(2153), + [aux_sym_match_token1] = ACTIONS(2149), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2149), + [aux_sym_address_family_token1] = ACTIONS(2149), + [aux_sym_batch_mode_token1] = ACTIONS(2149), + [aux_sym_bind_address_token1] = ACTIONS(2149), + [aux_sym_bind_interface_token1] = ACTIONS(2149), + [aux_sym_canonical_domains_token1] = ACTIONS(2149), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2149), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2149), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2149), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2149), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2149), + [aux_sym_certificate_file_token1] = ACTIONS(2149), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2149), + [aux_sym_check_host_ip_token1] = ACTIONS(2149), + [aux_sym_ciphers_token1] = ACTIONS(2149), + [aux_sym_cipher_token1] = ACTIONS(2151), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2149), + [aux_sym_compression_token1] = ACTIONS(2149), + [aux_sym_connection_attempts_token1] = ACTIONS(2149), + [aux_sym_connect_timeout_token1] = ACTIONS(2149), + [aux_sym_control_master_token1] = ACTIONS(2149), + [aux_sym_control_path_token1] = ACTIONS(2149), + [aux_sym_control_persist_token1] = ACTIONS(2149), + [aux_sym_dynamic_forward_token1] = ACTIONS(2149), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2149), + [aux_sym_escape_char_token1] = ACTIONS(2149), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2149), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2149), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2149), + [aux_sym_forward_agent_token1] = ACTIONS(2149), + [aux_sym_forward_x11_token1] = ACTIONS(2151), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2149), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2149), + [aux_sym_gateway_ports_token1] = ACTIONS(2149), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2149), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2149), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2149), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2149), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2149), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2149), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2149), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2149), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2149), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2149), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2149), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2149), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2149), + [aux_sym_host_key_alias_token1] = ACTIONS(2149), + [aux_sym_hostname_token1] = ACTIONS(2149), + [aux_sym_identities_only_token1] = ACTIONS(2149), + [aux_sym_identity_agent_token1] = ACTIONS(2149), + [aux_sym_identity_file_token1] = ACTIONS(2149), + [aux_sym_ignore_unknown_token1] = ACTIONS(2149), + [aux_sym_include_token1] = ACTIONS(2149), + [aux_sym_ip_qos_token1] = ACTIONS(2149), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2149), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2149), + [aux_sym_kex_algorithms_token1] = ACTIONS(2149), + [aux_sym_known_hosts_command_token1] = ACTIONS(2149), + [aux_sym_local_command_token1] = ACTIONS(2149), + [aux_sym_local_forward_token1] = ACTIONS(2149), + [aux_sym_log_level_token1] = ACTIONS(2149), + [aux_sym_log_verbose_token1] = ACTIONS(2149), + [aux_sym_macs_token1] = ACTIONS(2149), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2149), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2149), + [aux_sym_password_authentication_token1] = ACTIONS(2149), + [aux_sym_permit_local_command_token1] = ACTIONS(2149), + [aux_sym_permit_remote_open_token1] = ACTIONS(2149), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2149), + [aux_sym_port_token1] = ACTIONS(2149), + [aux_sym_preferred_authentications_token1] = ACTIONS(2149), + [aux_sym_protocol_token1] = ACTIONS(2149), + [aux_sym_proxy_command_token1] = ACTIONS(2149), + [aux_sym_proxy_jump_token1] = ACTIONS(2149), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2149), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2149), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2149), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2149), + [aux_sym_rekey_limit_token1] = ACTIONS(2149), + [aux_sym_remote_command_token1] = ACTIONS(2149), + [aux_sym_remote_forward_token1] = ACTIONS(2149), + [aux_sym_request_tty_token1] = ACTIONS(2149), + [aux_sym_required_rsa_size_token1] = ACTIONS(2149), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2149), + [aux_sym_security_key_provider_token1] = ACTIONS(2149), + [aux_sym_send_env_token1] = ACTIONS(2149), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2149), + [aux_sym_server_alive_interval_token1] = ACTIONS(2149), + [aux_sym_session_type_token1] = ACTIONS(2149), + [aux_sym_set_env_token1] = ACTIONS(2149), + [aux_sym_stdin_null_token1] = ACTIONS(2149), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2149), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2149), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2149), + [aux_sym_syslog_facility_token1] = ACTIONS(2149), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2149), + [aux_sym_keep_alive_token1] = ACTIONS(2149), + [aux_sym_tunnel_token1] = ACTIONS(2151), + [aux_sym_tunnel_device_token1] = ACTIONS(2149), + [aux_sym_update_host_keys_token1] = ACTIONS(2149), + [aux_sym_use_keychain_token1] = ACTIONS(2149), + [aux_sym_use_roaming_token1] = ACTIONS(2149), + [aux_sym_user_token1] = ACTIONS(2151), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2149), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2149), + [aux_sym_visual_host_key_token1] = ACTIONS(2149), + [aux_sym_xauth_location_token1] = ACTIONS(2149), }, [279] = { - [ts_builtin_sym_end] = ACTIONS(2148), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2150), - [anon_sym_DQUOTE] = ACTIONS(2148), - [aux_sym_match_token1] = ACTIONS(2148), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2148), - [aux_sym_address_family_token1] = ACTIONS(2148), - [aux_sym_batch_mode_token1] = ACTIONS(2148), - [aux_sym_bind_address_token1] = ACTIONS(2148), - [aux_sym_bind_interface_token1] = ACTIONS(2148), - [aux_sym_canonical_domains_token1] = ACTIONS(2148), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2148), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2148), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2148), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2148), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2148), - [aux_sym_certificate_file_token1] = ACTIONS(2148), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2148), - [aux_sym_check_host_ip_token1] = ACTIONS(2148), - [aux_sym_ciphers_token1] = ACTIONS(2148), - [aux_sym_cipher_token1] = ACTIONS(2150), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2148), - [aux_sym_compression_token1] = ACTIONS(2148), - [aux_sym_connection_attempts_token1] = ACTIONS(2148), - [aux_sym_connect_timeout_token1] = ACTIONS(2148), - [aux_sym_control_master_token1] = ACTIONS(2148), - [aux_sym_control_path_token1] = ACTIONS(2148), - [aux_sym_control_persist_token1] = ACTIONS(2148), - [aux_sym_dynamic_forward_token1] = ACTIONS(2148), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2148), - [aux_sym_escape_char_token1] = ACTIONS(2148), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2148), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2148), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2148), - [aux_sym_forward_agent_token1] = ACTIONS(2148), - [aux_sym_forward_x11_token1] = ACTIONS(2150), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2148), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2148), - [aux_sym_gateway_ports_token1] = ACTIONS(2148), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2148), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2148), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2148), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2148), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2148), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2148), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2148), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2148), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2148), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2148), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2148), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2148), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2148), - [aux_sym_host_key_alias_token1] = ACTIONS(2148), - [aux_sym_hostname_token1] = ACTIONS(2148), - [aux_sym_identities_only_token1] = ACTIONS(2148), - [aux_sym_identity_agent_token1] = ACTIONS(2148), - [aux_sym_identity_file_token1] = ACTIONS(2148), - [aux_sym_ignore_unknown_token1] = ACTIONS(2148), - [aux_sym_include_token1] = ACTIONS(2148), - [aux_sym_ip_qos_token1] = ACTIONS(2148), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2148), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2148), - [aux_sym_kex_algorithms_token1] = ACTIONS(2148), - [aux_sym_known_hosts_command_token1] = ACTIONS(2148), - [aux_sym_local_command_token1] = ACTIONS(2148), - [aux_sym_local_forward_token1] = ACTIONS(2148), - [aux_sym_log_level_token1] = ACTIONS(2148), - [aux_sym_log_verbose_token1] = ACTIONS(2148), - [aux_sym_macs_token1] = ACTIONS(2148), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2148), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2148), - [aux_sym_password_authentication_token1] = ACTIONS(2148), - [aux_sym_permit_local_command_token1] = ACTIONS(2148), - [aux_sym_permit_remote_open_token1] = ACTIONS(2148), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2148), - [aux_sym_port_token1] = ACTIONS(2148), - [aux_sym_preferred_authentications_token1] = ACTIONS(2148), - [aux_sym_protocol_token1] = ACTIONS(2148), - [aux_sym_proxy_command_token1] = ACTIONS(2148), - [aux_sym_proxy_jump_token1] = ACTIONS(2148), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2148), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2148), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2148), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2148), - [aux_sym_rekey_limit_token1] = ACTIONS(2148), - [aux_sym_remote_command_token1] = ACTIONS(2148), - [aux_sym_remote_forward_token1] = ACTIONS(2148), - [aux_sym_request_tty_token1] = ACTIONS(2148), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2148), - [aux_sym_security_key_provider_token1] = ACTIONS(2148), - [aux_sym_send_env_token1] = ACTIONS(2148), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2148), - [aux_sym_server_alive_interval_token1] = ACTIONS(2148), - [aux_sym_session_type_token1] = ACTIONS(2148), - [aux_sym_set_env_token1] = ACTIONS(2148), - [aux_sym_stdin_null_token1] = ACTIONS(2148), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2148), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2148), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2148), - [aux_sym_syslog_facility_token1] = ACTIONS(2148), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2148), - [aux_sym_keep_alive_token1] = ACTIONS(2148), - [aux_sym_tunnel_token1] = ACTIONS(2150), - [aux_sym_tunnel_device_token1] = ACTIONS(2148), - [aux_sym_update_host_keys_token1] = ACTIONS(2148), - [aux_sym_use_keychain_token1] = ACTIONS(2148), - [aux_sym_use_roaming_token1] = ACTIONS(2148), - [aux_sym_user_token1] = ACTIONS(2150), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2148), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2148), - [aux_sym_visual_host_key_token1] = ACTIONS(2148), - [aux_sym_xauth_location_token1] = ACTIONS(2148), + [ts_builtin_sym_end] = ACTIONS(2155), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2157), + [anon_sym_DQUOTE] = ACTIONS(2155), + [aux_sym_match_token1] = ACTIONS(2155), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2155), + [aux_sym_address_family_token1] = ACTIONS(2155), + [aux_sym_batch_mode_token1] = ACTIONS(2155), + [aux_sym_bind_address_token1] = ACTIONS(2155), + [aux_sym_bind_interface_token1] = ACTIONS(2155), + [aux_sym_canonical_domains_token1] = ACTIONS(2155), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2155), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2155), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2155), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2155), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2155), + [aux_sym_certificate_file_token1] = ACTIONS(2155), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2155), + [aux_sym_check_host_ip_token1] = ACTIONS(2155), + [aux_sym_ciphers_token1] = ACTIONS(2155), + [aux_sym_cipher_token1] = ACTIONS(2157), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2155), + [aux_sym_compression_token1] = ACTIONS(2155), + [aux_sym_connection_attempts_token1] = ACTIONS(2155), + [aux_sym_connect_timeout_token1] = ACTIONS(2155), + [aux_sym_control_master_token1] = ACTIONS(2155), + [aux_sym_control_path_token1] = ACTIONS(2155), + [aux_sym_control_persist_token1] = ACTIONS(2155), + [aux_sym_dynamic_forward_token1] = ACTIONS(2155), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2155), + [aux_sym_escape_char_token1] = ACTIONS(2155), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2155), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2155), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2155), + [aux_sym_forward_agent_token1] = ACTIONS(2155), + [aux_sym_forward_x11_token1] = ACTIONS(2157), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2155), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2155), + [aux_sym_gateway_ports_token1] = ACTIONS(2155), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2155), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2155), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2155), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2155), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2155), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2155), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2155), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2155), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2155), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2155), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2155), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2155), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2155), + [aux_sym_host_key_alias_token1] = ACTIONS(2155), + [aux_sym_hostname_token1] = ACTIONS(2155), + [aux_sym_identities_only_token1] = ACTIONS(2155), + [aux_sym_identity_agent_token1] = ACTIONS(2155), + [aux_sym_identity_file_token1] = ACTIONS(2155), + [aux_sym_ignore_unknown_token1] = ACTIONS(2155), + [aux_sym_include_token1] = ACTIONS(2155), + [aux_sym_ip_qos_token1] = ACTIONS(2155), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2155), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2155), + [aux_sym_kex_algorithms_token1] = ACTIONS(2155), + [aux_sym_known_hosts_command_token1] = ACTIONS(2155), + [aux_sym_local_command_token1] = ACTIONS(2155), + [aux_sym_local_forward_token1] = ACTIONS(2155), + [aux_sym_log_level_token1] = ACTIONS(2155), + [aux_sym_log_verbose_token1] = ACTIONS(2155), + [aux_sym_macs_token1] = ACTIONS(2155), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2155), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2155), + [aux_sym_password_authentication_token1] = ACTIONS(2155), + [aux_sym_permit_local_command_token1] = ACTIONS(2155), + [aux_sym_permit_remote_open_token1] = ACTIONS(2155), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2155), + [aux_sym_port_token1] = ACTIONS(2155), + [aux_sym_preferred_authentications_token1] = ACTIONS(2155), + [aux_sym_protocol_token1] = ACTIONS(2155), + [aux_sym_proxy_command_token1] = ACTIONS(2155), + [aux_sym_proxy_jump_token1] = ACTIONS(2155), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2155), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2155), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2155), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2155), + [aux_sym_rekey_limit_token1] = ACTIONS(2155), + [aux_sym_remote_command_token1] = ACTIONS(2155), + [aux_sym_remote_forward_token1] = ACTIONS(2155), + [aux_sym_request_tty_token1] = ACTIONS(2155), + [aux_sym_required_rsa_size_token1] = ACTIONS(2155), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2155), + [aux_sym_security_key_provider_token1] = ACTIONS(2155), + [aux_sym_send_env_token1] = ACTIONS(2155), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2155), + [aux_sym_server_alive_interval_token1] = ACTIONS(2155), + [aux_sym_session_type_token1] = ACTIONS(2155), + [aux_sym_set_env_token1] = ACTIONS(2155), + [aux_sym_stdin_null_token1] = ACTIONS(2155), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2155), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2155), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2155), + [aux_sym_syslog_facility_token1] = ACTIONS(2155), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2155), + [aux_sym_keep_alive_token1] = ACTIONS(2155), + [aux_sym_tunnel_token1] = ACTIONS(2157), + [aux_sym_tunnel_device_token1] = ACTIONS(2155), + [aux_sym_update_host_keys_token1] = ACTIONS(2155), + [aux_sym_use_keychain_token1] = ACTIONS(2155), + [aux_sym_use_roaming_token1] = ACTIONS(2155), + [aux_sym_user_token1] = ACTIONS(2157), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2155), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2155), + [aux_sym_visual_host_key_token1] = ACTIONS(2155), + [aux_sym_xauth_location_token1] = ACTIONS(2155), }, [280] = { - [ts_builtin_sym_end] = ACTIONS(2152), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2154), - [anon_sym_DQUOTE] = ACTIONS(2156), - [aux_sym_match_token1] = ACTIONS(2152), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2152), - [aux_sym_address_family_token1] = ACTIONS(2152), - [aux_sym_batch_mode_token1] = ACTIONS(2152), - [aux_sym_bind_address_token1] = ACTIONS(2152), - [aux_sym_bind_interface_token1] = ACTIONS(2152), - [aux_sym_canonical_domains_token1] = ACTIONS(2152), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2152), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2152), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2152), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2152), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2152), - [aux_sym_certificate_file_token1] = ACTIONS(2152), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2152), - [aux_sym_check_host_ip_token1] = ACTIONS(2152), - [aux_sym_ciphers_token1] = ACTIONS(2152), - [aux_sym_cipher_token1] = ACTIONS(2154), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2152), - [aux_sym_compression_token1] = ACTIONS(2152), - [aux_sym_connection_attempts_token1] = ACTIONS(2152), - [aux_sym_connect_timeout_token1] = ACTIONS(2152), - [aux_sym_control_master_token1] = ACTIONS(2152), - [aux_sym_control_path_token1] = ACTIONS(2152), - [aux_sym_control_persist_token1] = ACTIONS(2152), - [aux_sym_dynamic_forward_token1] = ACTIONS(2152), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2152), - [aux_sym_escape_char_token1] = ACTIONS(2152), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2152), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2152), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2152), - [aux_sym_forward_agent_token1] = ACTIONS(2152), - [aux_sym_forward_x11_token1] = ACTIONS(2154), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2152), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2152), - [aux_sym_gateway_ports_token1] = ACTIONS(2152), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2152), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2152), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2152), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2152), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2152), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2152), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2152), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2152), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2152), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2152), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2152), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2152), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2152), - [aux_sym_host_key_alias_token1] = ACTIONS(2152), - [aux_sym_hostname_token1] = ACTIONS(2152), - [aux_sym_identities_only_token1] = ACTIONS(2152), - [aux_sym_identity_agent_token1] = ACTIONS(2152), - [aux_sym_identity_file_token1] = ACTIONS(2152), - [aux_sym_ignore_unknown_token1] = ACTIONS(2152), - [aux_sym_include_token1] = ACTIONS(2152), - [aux_sym_ip_qos_token1] = ACTIONS(2152), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2152), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2152), - [aux_sym_kex_algorithms_token1] = ACTIONS(2152), - [aux_sym_known_hosts_command_token1] = ACTIONS(2152), - [aux_sym_local_command_token1] = ACTIONS(2152), - [aux_sym_local_forward_token1] = ACTIONS(2152), - [aux_sym_log_level_token1] = ACTIONS(2152), - [aux_sym_log_verbose_token1] = ACTIONS(2152), - [aux_sym_macs_token1] = ACTIONS(2152), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2152), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2152), - [aux_sym_password_authentication_token1] = ACTIONS(2152), - [aux_sym_permit_local_command_token1] = ACTIONS(2152), - [aux_sym_permit_remote_open_token1] = ACTIONS(2152), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2152), - [aux_sym_port_token1] = ACTIONS(2152), - [aux_sym_preferred_authentications_token1] = ACTIONS(2152), - [aux_sym_protocol_token1] = ACTIONS(2152), - [aux_sym_proxy_command_token1] = ACTIONS(2152), - [aux_sym_proxy_jump_token1] = ACTIONS(2152), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2152), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2152), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2152), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2152), - [aux_sym_rekey_limit_token1] = ACTIONS(2152), - [aux_sym_remote_command_token1] = ACTIONS(2152), - [aux_sym_remote_forward_token1] = ACTIONS(2152), - [aux_sym_request_tty_token1] = ACTIONS(2152), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2152), - [aux_sym_security_key_provider_token1] = ACTIONS(2152), - [aux_sym_send_env_token1] = ACTIONS(2152), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2152), - [aux_sym_server_alive_interval_token1] = ACTIONS(2152), - [aux_sym_session_type_token1] = ACTIONS(2152), - [aux_sym_set_env_token1] = ACTIONS(2152), - [aux_sym_stdin_null_token1] = ACTIONS(2152), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2152), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2152), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2152), - [aux_sym_syslog_facility_token1] = ACTIONS(2152), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2152), - [aux_sym_keep_alive_token1] = ACTIONS(2152), - [aux_sym_tunnel_token1] = ACTIONS(2154), - [aux_sym_tunnel_device_token1] = ACTIONS(2152), - [aux_sym_update_host_keys_token1] = ACTIONS(2152), - [aux_sym_use_keychain_token1] = ACTIONS(2152), - [aux_sym_use_roaming_token1] = ACTIONS(2152), - [aux_sym_user_token1] = ACTIONS(2154), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2152), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2152), - [aux_sym_visual_host_key_token1] = ACTIONS(2152), - [aux_sym_xauth_location_token1] = ACTIONS(2152), + [ts_builtin_sym_end] = ACTIONS(2159), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2161), + [anon_sym_DQUOTE] = ACTIONS(2163), + [aux_sym_match_token1] = ACTIONS(2159), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2159), + [aux_sym_address_family_token1] = ACTIONS(2159), + [aux_sym_batch_mode_token1] = ACTIONS(2159), + [aux_sym_bind_address_token1] = ACTIONS(2159), + [aux_sym_bind_interface_token1] = ACTIONS(2159), + [aux_sym_canonical_domains_token1] = ACTIONS(2159), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2159), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2159), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2159), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2159), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2159), + [aux_sym_certificate_file_token1] = ACTIONS(2159), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2159), + [aux_sym_check_host_ip_token1] = ACTIONS(2159), + [aux_sym_ciphers_token1] = ACTIONS(2159), + [aux_sym_cipher_token1] = ACTIONS(2161), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2159), + [aux_sym_compression_token1] = ACTIONS(2159), + [aux_sym_connection_attempts_token1] = ACTIONS(2159), + [aux_sym_connect_timeout_token1] = ACTIONS(2159), + [aux_sym_control_master_token1] = ACTIONS(2159), + [aux_sym_control_path_token1] = ACTIONS(2159), + [aux_sym_control_persist_token1] = ACTIONS(2159), + [aux_sym_dynamic_forward_token1] = ACTIONS(2159), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2159), + [aux_sym_escape_char_token1] = ACTIONS(2159), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2159), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2159), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2159), + [aux_sym_forward_agent_token1] = ACTIONS(2159), + [aux_sym_forward_x11_token1] = ACTIONS(2161), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2159), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2159), + [aux_sym_gateway_ports_token1] = ACTIONS(2159), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2159), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2159), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2159), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2159), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2159), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2159), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2159), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2159), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2159), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2159), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2159), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2159), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2159), + [aux_sym_host_key_alias_token1] = ACTIONS(2159), + [aux_sym_hostname_token1] = ACTIONS(2159), + [aux_sym_identities_only_token1] = ACTIONS(2159), + [aux_sym_identity_agent_token1] = ACTIONS(2159), + [aux_sym_identity_file_token1] = ACTIONS(2159), + [aux_sym_ignore_unknown_token1] = ACTIONS(2159), + [aux_sym_include_token1] = ACTIONS(2159), + [aux_sym_ip_qos_token1] = ACTIONS(2159), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2159), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2159), + [aux_sym_kex_algorithms_token1] = ACTIONS(2159), + [aux_sym_known_hosts_command_token1] = ACTIONS(2159), + [aux_sym_local_command_token1] = ACTIONS(2159), + [aux_sym_local_forward_token1] = ACTIONS(2159), + [aux_sym_log_level_token1] = ACTIONS(2159), + [aux_sym_log_verbose_token1] = ACTIONS(2159), + [aux_sym_macs_token1] = ACTIONS(2159), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2159), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2159), + [aux_sym_password_authentication_token1] = ACTIONS(2159), + [aux_sym_permit_local_command_token1] = ACTIONS(2159), + [aux_sym_permit_remote_open_token1] = ACTIONS(2159), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2159), + [aux_sym_port_token1] = ACTIONS(2159), + [aux_sym_preferred_authentications_token1] = ACTIONS(2159), + [aux_sym_protocol_token1] = ACTIONS(2159), + [aux_sym_proxy_command_token1] = ACTIONS(2159), + [aux_sym_proxy_jump_token1] = ACTIONS(2159), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2159), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2159), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2159), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2159), + [aux_sym_rekey_limit_token1] = ACTIONS(2159), + [aux_sym_remote_command_token1] = ACTIONS(2159), + [aux_sym_remote_forward_token1] = ACTIONS(2159), + [aux_sym_request_tty_token1] = ACTIONS(2159), + [aux_sym_required_rsa_size_token1] = ACTIONS(2159), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2159), + [aux_sym_security_key_provider_token1] = ACTIONS(2159), + [aux_sym_send_env_token1] = ACTIONS(2159), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2159), + [aux_sym_server_alive_interval_token1] = ACTIONS(2159), + [aux_sym_session_type_token1] = ACTIONS(2159), + [aux_sym_set_env_token1] = ACTIONS(2159), + [aux_sym_stdin_null_token1] = ACTIONS(2159), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2159), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2159), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2159), + [aux_sym_syslog_facility_token1] = ACTIONS(2159), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2159), + [aux_sym_keep_alive_token1] = ACTIONS(2159), + [aux_sym_tunnel_token1] = ACTIONS(2161), + [aux_sym_tunnel_device_token1] = ACTIONS(2159), + [aux_sym_update_host_keys_token1] = ACTIONS(2159), + [aux_sym_use_keychain_token1] = ACTIONS(2159), + [aux_sym_use_roaming_token1] = ACTIONS(2159), + [aux_sym_user_token1] = ACTIONS(2161), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2159), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2159), + [aux_sym_visual_host_key_token1] = ACTIONS(2159), + [aux_sym_xauth_location_token1] = ACTIONS(2159), }, [281] = { - [ts_builtin_sym_end] = ACTIONS(2158), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2160), - [anon_sym_DQUOTE] = ACTIONS(2162), - [aux_sym_match_token1] = ACTIONS(2158), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2158), - [aux_sym_address_family_token1] = ACTIONS(2158), - [aux_sym_batch_mode_token1] = ACTIONS(2158), - [aux_sym_bind_address_token1] = ACTIONS(2158), - [aux_sym_bind_interface_token1] = ACTIONS(2158), - [aux_sym_canonical_domains_token1] = ACTIONS(2158), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2158), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2158), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2158), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2158), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2158), - [aux_sym_certificate_file_token1] = ACTIONS(2158), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2158), - [aux_sym_check_host_ip_token1] = ACTIONS(2158), - [aux_sym_ciphers_token1] = ACTIONS(2158), - [aux_sym_cipher_token1] = ACTIONS(2160), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2158), - [aux_sym_compression_token1] = ACTIONS(2158), - [aux_sym_connection_attempts_token1] = ACTIONS(2158), - [aux_sym_connect_timeout_token1] = ACTIONS(2158), - [aux_sym_control_master_token1] = ACTIONS(2158), - [aux_sym_control_path_token1] = ACTIONS(2158), - [aux_sym_control_persist_token1] = ACTIONS(2158), - [aux_sym_dynamic_forward_token1] = ACTIONS(2158), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2158), - [aux_sym_escape_char_token1] = ACTIONS(2158), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2158), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2158), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2158), - [aux_sym_forward_agent_token1] = ACTIONS(2158), - [aux_sym_forward_x11_token1] = ACTIONS(2160), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2158), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2158), - [aux_sym_gateway_ports_token1] = ACTIONS(2158), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2158), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2158), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2158), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2158), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2158), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2158), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2158), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2158), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2158), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2158), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2158), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2158), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2158), - [aux_sym_host_key_alias_token1] = ACTIONS(2158), - [aux_sym_hostname_token1] = ACTIONS(2158), - [aux_sym_identities_only_token1] = ACTIONS(2158), - [aux_sym_identity_agent_token1] = ACTIONS(2158), - [aux_sym_identity_file_token1] = ACTIONS(2158), - [aux_sym_ignore_unknown_token1] = ACTIONS(2158), - [aux_sym_include_token1] = ACTIONS(2158), - [aux_sym_ip_qos_token1] = ACTIONS(2158), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2158), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2158), - [aux_sym_kex_algorithms_token1] = ACTIONS(2158), - [aux_sym_known_hosts_command_token1] = ACTIONS(2158), - [aux_sym_local_command_token1] = ACTIONS(2158), - [aux_sym_local_forward_token1] = ACTIONS(2158), - [aux_sym_log_level_token1] = ACTIONS(2158), - [aux_sym_log_verbose_token1] = ACTIONS(2158), - [aux_sym_macs_token1] = ACTIONS(2158), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2158), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2158), - [aux_sym_password_authentication_token1] = ACTIONS(2158), - [aux_sym_permit_local_command_token1] = ACTIONS(2158), - [aux_sym_permit_remote_open_token1] = ACTIONS(2158), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2158), - [aux_sym_port_token1] = ACTIONS(2158), - [aux_sym_preferred_authentications_token1] = ACTIONS(2158), - [aux_sym_protocol_token1] = ACTIONS(2158), - [aux_sym_proxy_command_token1] = ACTIONS(2158), - [aux_sym_proxy_jump_token1] = ACTIONS(2158), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2158), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2158), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2158), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2158), - [aux_sym_rekey_limit_token1] = ACTIONS(2158), - [aux_sym_remote_command_token1] = ACTIONS(2158), - [aux_sym_remote_forward_token1] = ACTIONS(2158), - [aux_sym_request_tty_token1] = ACTIONS(2158), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2158), - [aux_sym_security_key_provider_token1] = ACTIONS(2158), - [aux_sym_send_env_token1] = ACTIONS(2158), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2158), - [aux_sym_server_alive_interval_token1] = ACTIONS(2158), - [aux_sym_session_type_token1] = ACTIONS(2158), - [aux_sym_set_env_token1] = ACTIONS(2158), - [aux_sym_stdin_null_token1] = ACTIONS(2158), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2158), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2158), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2158), - [aux_sym_syslog_facility_token1] = ACTIONS(2158), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2158), - [aux_sym_keep_alive_token1] = ACTIONS(2158), - [aux_sym_tunnel_token1] = ACTIONS(2160), - [aux_sym_tunnel_device_token1] = ACTIONS(2158), - [aux_sym_update_host_keys_token1] = ACTIONS(2158), - [aux_sym_use_keychain_token1] = ACTIONS(2158), - [aux_sym_use_roaming_token1] = ACTIONS(2158), - [aux_sym_user_token1] = ACTIONS(2160), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2158), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2158), - [aux_sym_visual_host_key_token1] = ACTIONS(2158), - [aux_sym_xauth_location_token1] = ACTIONS(2158), + [ts_builtin_sym_end] = ACTIONS(2165), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2167), + [anon_sym_DQUOTE] = ACTIONS(2165), + [aux_sym_match_token1] = ACTIONS(2165), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2165), + [aux_sym_address_family_token1] = ACTIONS(2165), + [aux_sym_batch_mode_token1] = ACTIONS(2165), + [aux_sym_bind_address_token1] = ACTIONS(2165), + [aux_sym_bind_interface_token1] = ACTIONS(2165), + [aux_sym_canonical_domains_token1] = ACTIONS(2165), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2165), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2165), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2165), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2165), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2165), + [aux_sym_certificate_file_token1] = ACTIONS(2165), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2165), + [aux_sym_check_host_ip_token1] = ACTIONS(2165), + [aux_sym_ciphers_token1] = ACTIONS(2165), + [aux_sym_cipher_token1] = ACTIONS(2167), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2165), + [aux_sym_compression_token1] = ACTIONS(2165), + [aux_sym_connection_attempts_token1] = ACTIONS(2165), + [aux_sym_connect_timeout_token1] = ACTIONS(2165), + [aux_sym_control_master_token1] = ACTIONS(2165), + [aux_sym_control_path_token1] = ACTIONS(2165), + [aux_sym_control_persist_token1] = ACTIONS(2165), + [aux_sym_dynamic_forward_token1] = ACTIONS(2165), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2165), + [aux_sym_escape_char_token1] = ACTIONS(2165), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2165), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2165), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2165), + [aux_sym_forward_agent_token1] = ACTIONS(2165), + [aux_sym_forward_x11_token1] = ACTIONS(2167), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2165), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2165), + [aux_sym_gateway_ports_token1] = ACTIONS(2165), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2165), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2165), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2165), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2165), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2165), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2165), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2165), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2165), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2165), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2165), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2165), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2165), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2165), + [aux_sym_host_key_alias_token1] = ACTIONS(2165), + [aux_sym_hostname_token1] = ACTIONS(2165), + [aux_sym_identities_only_token1] = ACTIONS(2165), + [aux_sym_identity_agent_token1] = ACTIONS(2165), + [aux_sym_identity_file_token1] = ACTIONS(2165), + [aux_sym_ignore_unknown_token1] = ACTIONS(2165), + [aux_sym_include_token1] = ACTIONS(2165), + [aux_sym_ip_qos_token1] = ACTIONS(2165), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2165), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2165), + [aux_sym_kex_algorithms_token1] = ACTIONS(2165), + [aux_sym_known_hosts_command_token1] = ACTIONS(2165), + [aux_sym_local_command_token1] = ACTIONS(2165), + [aux_sym_local_forward_token1] = ACTIONS(2165), + [aux_sym_log_level_token1] = ACTIONS(2165), + [aux_sym_log_verbose_token1] = ACTIONS(2165), + [aux_sym_macs_token1] = ACTIONS(2165), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2165), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2165), + [aux_sym_password_authentication_token1] = ACTIONS(2165), + [aux_sym_permit_local_command_token1] = ACTIONS(2165), + [aux_sym_permit_remote_open_token1] = ACTIONS(2165), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2165), + [aux_sym_port_token1] = ACTIONS(2165), + [aux_sym_preferred_authentications_token1] = ACTIONS(2165), + [aux_sym_protocol_token1] = ACTIONS(2165), + [aux_sym_proxy_command_token1] = ACTIONS(2165), + [aux_sym_proxy_jump_token1] = ACTIONS(2165), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2165), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2165), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2165), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2165), + [aux_sym_rekey_limit_token1] = ACTIONS(2165), + [aux_sym_remote_command_token1] = ACTIONS(2165), + [aux_sym_remote_forward_token1] = ACTIONS(2165), + [aux_sym_request_tty_token1] = ACTIONS(2165), + [aux_sym_required_rsa_size_token1] = ACTIONS(2165), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2165), + [aux_sym_security_key_provider_token1] = ACTIONS(2165), + [aux_sym_send_env_token1] = ACTIONS(2165), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2165), + [aux_sym_server_alive_interval_token1] = ACTIONS(2165), + [aux_sym_session_type_token1] = ACTIONS(2165), + [aux_sym_set_env_token1] = ACTIONS(2165), + [aux_sym_stdin_null_token1] = ACTIONS(2165), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2165), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2165), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2165), + [aux_sym_syslog_facility_token1] = ACTIONS(2165), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2165), + [aux_sym_keep_alive_token1] = ACTIONS(2165), + [aux_sym_tunnel_token1] = ACTIONS(2167), + [aux_sym_tunnel_device_token1] = ACTIONS(2165), + [aux_sym_update_host_keys_token1] = ACTIONS(2165), + [aux_sym_use_keychain_token1] = ACTIONS(2165), + [aux_sym_use_roaming_token1] = ACTIONS(2165), + [aux_sym_user_token1] = ACTIONS(2167), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2165), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2165), + [aux_sym_visual_host_key_token1] = ACTIONS(2165), + [aux_sym_xauth_location_token1] = ACTIONS(2165), }, [282] = { - [ts_builtin_sym_end] = ACTIONS(2164), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2166), - [anon_sym_DQUOTE] = ACTIONS(2164), - [aux_sym_match_token1] = ACTIONS(2164), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2164), - [aux_sym_address_family_token1] = ACTIONS(2164), - [aux_sym_batch_mode_token1] = ACTIONS(2164), - [aux_sym_bind_address_token1] = ACTIONS(2164), - [aux_sym_bind_interface_token1] = ACTIONS(2164), - [aux_sym_canonical_domains_token1] = ACTIONS(2164), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2164), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2164), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2164), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2164), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2164), - [aux_sym_certificate_file_token1] = ACTIONS(2164), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2164), - [aux_sym_check_host_ip_token1] = ACTIONS(2164), - [aux_sym_ciphers_token1] = ACTIONS(2164), - [aux_sym_cipher_token1] = ACTIONS(2166), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2164), - [aux_sym_compression_token1] = ACTIONS(2164), - [aux_sym_connection_attempts_token1] = ACTIONS(2164), - [aux_sym_connect_timeout_token1] = ACTIONS(2164), - [aux_sym_control_master_token1] = ACTIONS(2164), - [aux_sym_control_path_token1] = ACTIONS(2164), - [aux_sym_control_persist_token1] = ACTIONS(2164), - [aux_sym_dynamic_forward_token1] = ACTIONS(2164), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2164), - [aux_sym_escape_char_token1] = ACTIONS(2164), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2164), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2164), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2164), - [aux_sym_forward_agent_token1] = ACTIONS(2164), - [aux_sym_forward_x11_token1] = ACTIONS(2166), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2164), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2164), - [aux_sym_gateway_ports_token1] = ACTIONS(2164), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2164), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2164), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2164), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2164), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2164), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2164), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2164), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2164), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2164), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2164), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2164), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2164), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2164), - [aux_sym_host_key_alias_token1] = ACTIONS(2164), - [aux_sym_hostname_token1] = ACTIONS(2164), - [aux_sym_identities_only_token1] = ACTIONS(2164), - [aux_sym_identity_agent_token1] = ACTIONS(2164), - [aux_sym_identity_file_token1] = ACTIONS(2164), - [aux_sym_ignore_unknown_token1] = ACTIONS(2164), - [aux_sym_include_token1] = ACTIONS(2164), - [aux_sym_ip_qos_token1] = ACTIONS(2164), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2164), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2164), - [aux_sym_kex_algorithms_token1] = ACTIONS(2164), - [aux_sym_known_hosts_command_token1] = ACTIONS(2164), - [aux_sym_local_command_token1] = ACTIONS(2164), - [aux_sym_local_forward_token1] = ACTIONS(2164), - [aux_sym_log_level_token1] = ACTIONS(2164), - [aux_sym_log_verbose_token1] = ACTIONS(2164), - [aux_sym_macs_token1] = ACTIONS(2164), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2164), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2164), - [aux_sym_password_authentication_token1] = ACTIONS(2164), - [aux_sym_permit_local_command_token1] = ACTIONS(2164), - [aux_sym_permit_remote_open_token1] = ACTIONS(2164), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2164), - [aux_sym_port_token1] = ACTIONS(2164), - [aux_sym_preferred_authentications_token1] = ACTIONS(2164), - [aux_sym_protocol_token1] = ACTIONS(2164), - [aux_sym_proxy_command_token1] = ACTIONS(2164), - [aux_sym_proxy_jump_token1] = ACTIONS(2164), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2164), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2164), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2164), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2164), - [aux_sym_rekey_limit_token1] = ACTIONS(2164), - [aux_sym_remote_command_token1] = ACTIONS(2164), - [aux_sym_remote_forward_token1] = ACTIONS(2164), - [aux_sym_request_tty_token1] = ACTIONS(2164), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2164), - [aux_sym_security_key_provider_token1] = ACTIONS(2164), - [aux_sym_send_env_token1] = ACTIONS(2164), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2164), - [aux_sym_server_alive_interval_token1] = ACTIONS(2164), - [aux_sym_session_type_token1] = ACTIONS(2164), - [aux_sym_set_env_token1] = ACTIONS(2164), - [aux_sym_stdin_null_token1] = ACTIONS(2164), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2164), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2164), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2164), - [aux_sym_syslog_facility_token1] = ACTIONS(2164), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2164), - [aux_sym_keep_alive_token1] = ACTIONS(2164), - [aux_sym_tunnel_token1] = ACTIONS(2166), - [aux_sym_tunnel_device_token1] = ACTIONS(2164), - [aux_sym_update_host_keys_token1] = ACTIONS(2164), - [aux_sym_use_keychain_token1] = ACTIONS(2164), - [aux_sym_use_roaming_token1] = ACTIONS(2164), - [aux_sym_user_token1] = ACTIONS(2166), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2164), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2164), - [aux_sym_visual_host_key_token1] = ACTIONS(2164), - [aux_sym_xauth_location_token1] = ACTIONS(2164), + [ts_builtin_sym_end] = ACTIONS(2169), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2171), + [anon_sym_DQUOTE] = ACTIONS(2173), + [aux_sym_match_token1] = ACTIONS(2169), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2169), + [aux_sym_address_family_token1] = ACTIONS(2169), + [aux_sym_batch_mode_token1] = ACTIONS(2169), + [aux_sym_bind_address_token1] = ACTIONS(2169), + [aux_sym_bind_interface_token1] = ACTIONS(2169), + [aux_sym_canonical_domains_token1] = ACTIONS(2169), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2169), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2169), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2169), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2169), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2169), + [aux_sym_certificate_file_token1] = ACTIONS(2169), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2169), + [aux_sym_check_host_ip_token1] = ACTIONS(2169), + [aux_sym_ciphers_token1] = ACTIONS(2169), + [aux_sym_cipher_token1] = ACTIONS(2171), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2169), + [aux_sym_compression_token1] = ACTIONS(2169), + [aux_sym_connection_attempts_token1] = ACTIONS(2169), + [aux_sym_connect_timeout_token1] = ACTIONS(2169), + [aux_sym_control_master_token1] = ACTIONS(2169), + [aux_sym_control_path_token1] = ACTIONS(2169), + [aux_sym_control_persist_token1] = ACTIONS(2169), + [aux_sym_dynamic_forward_token1] = ACTIONS(2169), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2169), + [aux_sym_escape_char_token1] = ACTIONS(2169), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2169), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2169), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2169), + [aux_sym_forward_agent_token1] = ACTIONS(2169), + [aux_sym_forward_x11_token1] = ACTIONS(2171), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2169), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2169), + [aux_sym_gateway_ports_token1] = ACTIONS(2169), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2169), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2169), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2169), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2169), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2169), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2169), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2169), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2169), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2169), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2169), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2169), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2169), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2169), + [aux_sym_host_key_alias_token1] = ACTIONS(2169), + [aux_sym_hostname_token1] = ACTIONS(2169), + [aux_sym_identities_only_token1] = ACTIONS(2169), + [aux_sym_identity_agent_token1] = ACTIONS(2169), + [aux_sym_identity_file_token1] = ACTIONS(2169), + [aux_sym_ignore_unknown_token1] = ACTIONS(2169), + [aux_sym_include_token1] = ACTIONS(2169), + [aux_sym_ip_qos_token1] = ACTIONS(2169), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2169), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2169), + [aux_sym_kex_algorithms_token1] = ACTIONS(2169), + [aux_sym_known_hosts_command_token1] = ACTIONS(2169), + [aux_sym_local_command_token1] = ACTIONS(2169), + [aux_sym_local_forward_token1] = ACTIONS(2169), + [aux_sym_log_level_token1] = ACTIONS(2169), + [aux_sym_log_verbose_token1] = ACTIONS(2169), + [aux_sym_macs_token1] = ACTIONS(2169), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2169), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2169), + [aux_sym_password_authentication_token1] = ACTIONS(2169), + [aux_sym_permit_local_command_token1] = ACTIONS(2169), + [aux_sym_permit_remote_open_token1] = ACTIONS(2169), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2169), + [aux_sym_port_token1] = ACTIONS(2169), + [aux_sym_preferred_authentications_token1] = ACTIONS(2169), + [aux_sym_protocol_token1] = ACTIONS(2169), + [aux_sym_proxy_command_token1] = ACTIONS(2169), + [aux_sym_proxy_jump_token1] = ACTIONS(2169), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2169), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2169), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2169), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2169), + [aux_sym_rekey_limit_token1] = ACTIONS(2169), + [aux_sym_remote_command_token1] = ACTIONS(2169), + [aux_sym_remote_forward_token1] = ACTIONS(2169), + [aux_sym_request_tty_token1] = ACTIONS(2169), + [aux_sym_required_rsa_size_token1] = ACTIONS(2169), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2169), + [aux_sym_security_key_provider_token1] = ACTIONS(2169), + [aux_sym_send_env_token1] = ACTIONS(2169), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2169), + [aux_sym_server_alive_interval_token1] = ACTIONS(2169), + [aux_sym_session_type_token1] = ACTIONS(2169), + [aux_sym_set_env_token1] = ACTIONS(2169), + [aux_sym_stdin_null_token1] = ACTIONS(2169), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2169), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2169), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2169), + [aux_sym_syslog_facility_token1] = ACTIONS(2169), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2169), + [aux_sym_keep_alive_token1] = ACTIONS(2169), + [aux_sym_tunnel_token1] = ACTIONS(2171), + [aux_sym_tunnel_device_token1] = ACTIONS(2169), + [aux_sym_update_host_keys_token1] = ACTIONS(2169), + [aux_sym_use_keychain_token1] = ACTIONS(2169), + [aux_sym_use_roaming_token1] = ACTIONS(2169), + [aux_sym_user_token1] = ACTIONS(2171), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2169), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2169), + [aux_sym_visual_host_key_token1] = ACTIONS(2169), + [aux_sym_xauth_location_token1] = ACTIONS(2169), }, [283] = { - [ts_builtin_sym_end] = ACTIONS(2168), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2170), - [anon_sym_DQUOTE] = ACTIONS(2168), - [aux_sym_match_token1] = ACTIONS(2168), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2168), - [aux_sym_address_family_token1] = ACTIONS(2168), - [aux_sym_batch_mode_token1] = ACTIONS(2168), - [aux_sym_bind_address_token1] = ACTIONS(2168), - [aux_sym_bind_interface_token1] = ACTIONS(2168), - [aux_sym_canonical_domains_token1] = ACTIONS(2168), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2168), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2168), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2168), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2168), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2168), - [aux_sym_certificate_file_token1] = ACTIONS(2168), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2168), - [aux_sym_check_host_ip_token1] = ACTIONS(2168), - [aux_sym_ciphers_token1] = ACTIONS(2168), - [aux_sym_cipher_token1] = ACTIONS(2170), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2168), - [aux_sym_compression_token1] = ACTIONS(2168), - [aux_sym_connection_attempts_token1] = ACTIONS(2168), - [aux_sym_connect_timeout_token1] = ACTIONS(2168), - [aux_sym_control_master_token1] = ACTIONS(2168), - [aux_sym_control_path_token1] = ACTIONS(2168), - [aux_sym_control_persist_token1] = ACTIONS(2168), - [aux_sym_dynamic_forward_token1] = ACTIONS(2168), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2168), - [aux_sym_escape_char_token1] = ACTIONS(2168), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2168), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2168), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2168), - [aux_sym_forward_agent_token1] = ACTIONS(2168), - [aux_sym_forward_x11_token1] = ACTIONS(2170), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2168), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2168), - [aux_sym_gateway_ports_token1] = ACTIONS(2168), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2168), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2168), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2168), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2168), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2168), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2168), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2168), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2168), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2168), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2168), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2168), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2168), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2168), - [aux_sym_host_key_alias_token1] = ACTIONS(2168), - [aux_sym_hostname_token1] = ACTIONS(2168), - [aux_sym_identities_only_token1] = ACTIONS(2168), - [aux_sym_identity_agent_token1] = ACTIONS(2168), - [aux_sym_identity_file_token1] = ACTIONS(2168), - [aux_sym_ignore_unknown_token1] = ACTIONS(2168), - [aux_sym_include_token1] = ACTIONS(2168), - [aux_sym_ip_qos_token1] = ACTIONS(2168), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2168), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2168), - [aux_sym_kex_algorithms_token1] = ACTIONS(2168), - [aux_sym_known_hosts_command_token1] = ACTIONS(2168), - [aux_sym_local_command_token1] = ACTIONS(2168), - [aux_sym_local_forward_token1] = ACTIONS(2168), - [aux_sym_log_level_token1] = ACTIONS(2168), - [aux_sym_log_verbose_token1] = ACTIONS(2168), - [aux_sym_macs_token1] = ACTIONS(2168), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2168), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2168), - [aux_sym_password_authentication_token1] = ACTIONS(2168), - [aux_sym_permit_local_command_token1] = ACTIONS(2168), - [aux_sym_permit_remote_open_token1] = ACTIONS(2168), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2168), - [aux_sym_port_token1] = ACTIONS(2168), - [aux_sym_preferred_authentications_token1] = ACTIONS(2168), - [aux_sym_protocol_token1] = ACTIONS(2168), - [aux_sym_proxy_command_token1] = ACTIONS(2168), - [aux_sym_proxy_jump_token1] = ACTIONS(2168), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2168), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2168), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2168), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2168), - [aux_sym_rekey_limit_token1] = ACTIONS(2168), - [aux_sym_remote_command_token1] = ACTIONS(2168), - [aux_sym_remote_forward_token1] = ACTIONS(2168), - [aux_sym_request_tty_token1] = ACTIONS(2168), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2168), - [aux_sym_security_key_provider_token1] = ACTIONS(2168), - [aux_sym_send_env_token1] = ACTIONS(2168), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2168), - [aux_sym_server_alive_interval_token1] = ACTIONS(2168), - [aux_sym_session_type_token1] = ACTIONS(2168), - [aux_sym_set_env_token1] = ACTIONS(2168), - [aux_sym_stdin_null_token1] = ACTIONS(2168), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2168), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2168), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2168), - [aux_sym_syslog_facility_token1] = ACTIONS(2168), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2168), - [aux_sym_keep_alive_token1] = ACTIONS(2168), - [aux_sym_tunnel_token1] = ACTIONS(2170), - [aux_sym_tunnel_device_token1] = ACTIONS(2168), - [aux_sym_update_host_keys_token1] = ACTIONS(2168), - [aux_sym_use_keychain_token1] = ACTIONS(2168), - [aux_sym_use_roaming_token1] = ACTIONS(2168), - [aux_sym_user_token1] = ACTIONS(2170), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2168), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2168), - [aux_sym_visual_host_key_token1] = ACTIONS(2168), - [aux_sym_xauth_location_token1] = ACTIONS(2168), + [ts_builtin_sym_end] = ACTIONS(2175), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2177), + [anon_sym_DQUOTE] = ACTIONS(2179), + [aux_sym_match_token1] = ACTIONS(2175), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2175), + [aux_sym_address_family_token1] = ACTIONS(2175), + [aux_sym_batch_mode_token1] = ACTIONS(2175), + [aux_sym_bind_address_token1] = ACTIONS(2175), + [aux_sym_bind_interface_token1] = ACTIONS(2175), + [aux_sym_canonical_domains_token1] = ACTIONS(2175), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2175), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2175), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2175), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2175), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2175), + [aux_sym_certificate_file_token1] = ACTIONS(2175), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2175), + [aux_sym_check_host_ip_token1] = ACTIONS(2175), + [aux_sym_ciphers_token1] = ACTIONS(2175), + [aux_sym_cipher_token1] = ACTIONS(2177), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2175), + [aux_sym_compression_token1] = ACTIONS(2175), + [aux_sym_connection_attempts_token1] = ACTIONS(2175), + [aux_sym_connect_timeout_token1] = ACTIONS(2175), + [aux_sym_control_master_token1] = ACTIONS(2175), + [aux_sym_control_path_token1] = ACTIONS(2175), + [aux_sym_control_persist_token1] = ACTIONS(2175), + [aux_sym_dynamic_forward_token1] = ACTIONS(2175), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2175), + [aux_sym_escape_char_token1] = ACTIONS(2175), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2175), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2175), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2175), + [aux_sym_forward_agent_token1] = ACTIONS(2175), + [aux_sym_forward_x11_token1] = ACTIONS(2177), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2175), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2175), + [aux_sym_gateway_ports_token1] = ACTIONS(2175), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2175), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2175), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2175), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2175), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2175), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2175), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2175), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2175), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2175), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2175), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2175), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2175), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2175), + [aux_sym_host_key_alias_token1] = ACTIONS(2175), + [aux_sym_hostname_token1] = ACTIONS(2175), + [aux_sym_identities_only_token1] = ACTIONS(2175), + [aux_sym_identity_agent_token1] = ACTIONS(2175), + [aux_sym_identity_file_token1] = ACTIONS(2175), + [aux_sym_ignore_unknown_token1] = ACTIONS(2175), + [aux_sym_include_token1] = ACTIONS(2175), + [aux_sym_ip_qos_token1] = ACTIONS(2175), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2175), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2175), + [aux_sym_kex_algorithms_token1] = ACTIONS(2175), + [aux_sym_known_hosts_command_token1] = ACTIONS(2175), + [aux_sym_local_command_token1] = ACTIONS(2175), + [aux_sym_local_forward_token1] = ACTIONS(2175), + [aux_sym_log_level_token1] = ACTIONS(2175), + [aux_sym_log_verbose_token1] = ACTIONS(2175), + [aux_sym_macs_token1] = ACTIONS(2175), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2175), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2175), + [aux_sym_password_authentication_token1] = ACTIONS(2175), + [aux_sym_permit_local_command_token1] = ACTIONS(2175), + [aux_sym_permit_remote_open_token1] = ACTIONS(2175), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2175), + [aux_sym_port_token1] = ACTIONS(2175), + [aux_sym_preferred_authentications_token1] = ACTIONS(2175), + [aux_sym_protocol_token1] = ACTIONS(2175), + [aux_sym_proxy_command_token1] = ACTIONS(2175), + [aux_sym_proxy_jump_token1] = ACTIONS(2175), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2175), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2175), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2175), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2175), + [aux_sym_rekey_limit_token1] = ACTIONS(2175), + [aux_sym_remote_command_token1] = ACTIONS(2175), + [aux_sym_remote_forward_token1] = ACTIONS(2175), + [aux_sym_request_tty_token1] = ACTIONS(2175), + [aux_sym_required_rsa_size_token1] = ACTIONS(2175), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2175), + [aux_sym_security_key_provider_token1] = ACTIONS(2175), + [aux_sym_send_env_token1] = ACTIONS(2175), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2175), + [aux_sym_server_alive_interval_token1] = ACTIONS(2175), + [aux_sym_session_type_token1] = ACTIONS(2175), + [aux_sym_set_env_token1] = ACTIONS(2175), + [aux_sym_stdin_null_token1] = ACTIONS(2175), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2175), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2175), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2175), + [aux_sym_syslog_facility_token1] = ACTIONS(2175), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2175), + [aux_sym_keep_alive_token1] = ACTIONS(2175), + [aux_sym_tunnel_token1] = ACTIONS(2177), + [aux_sym_tunnel_device_token1] = ACTIONS(2175), + [aux_sym_update_host_keys_token1] = ACTIONS(2175), + [aux_sym_use_keychain_token1] = ACTIONS(2175), + [aux_sym_use_roaming_token1] = ACTIONS(2175), + [aux_sym_user_token1] = ACTIONS(2177), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2175), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2175), + [aux_sym_visual_host_key_token1] = ACTIONS(2175), + [aux_sym_xauth_location_token1] = ACTIONS(2175), }, [284] = { - [ts_builtin_sym_end] = ACTIONS(2172), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2174), - [anon_sym_DQUOTE] = ACTIONS(2176), - [aux_sym_match_token1] = ACTIONS(2172), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2172), - [aux_sym_address_family_token1] = ACTIONS(2172), - [aux_sym_batch_mode_token1] = ACTIONS(2172), - [aux_sym_bind_address_token1] = ACTIONS(2172), - [aux_sym_bind_interface_token1] = ACTIONS(2172), - [aux_sym_canonical_domains_token1] = ACTIONS(2172), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2172), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2172), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2172), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2172), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2172), - [aux_sym_certificate_file_token1] = ACTIONS(2172), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2172), - [aux_sym_check_host_ip_token1] = ACTIONS(2172), - [aux_sym_ciphers_token1] = ACTIONS(2172), - [aux_sym_cipher_token1] = ACTIONS(2174), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2172), - [aux_sym_compression_token1] = ACTIONS(2172), - [aux_sym_connection_attempts_token1] = ACTIONS(2172), - [aux_sym_connect_timeout_token1] = ACTIONS(2172), - [aux_sym_control_master_token1] = ACTIONS(2172), - [aux_sym_control_path_token1] = ACTIONS(2172), - [aux_sym_control_persist_token1] = ACTIONS(2172), - [aux_sym_dynamic_forward_token1] = ACTIONS(2172), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2172), - [aux_sym_escape_char_token1] = ACTIONS(2172), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2172), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2172), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2172), - [aux_sym_forward_agent_token1] = ACTIONS(2172), - [aux_sym_forward_x11_token1] = ACTIONS(2174), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2172), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2172), - [aux_sym_gateway_ports_token1] = ACTIONS(2172), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2172), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2172), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2172), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2172), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2172), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2172), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2172), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2172), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2172), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2172), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2172), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2172), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2172), - [aux_sym_host_key_alias_token1] = ACTIONS(2172), - [aux_sym_hostname_token1] = ACTIONS(2172), - [aux_sym_identities_only_token1] = ACTIONS(2172), - [aux_sym_identity_agent_token1] = ACTIONS(2172), - [aux_sym_identity_file_token1] = ACTIONS(2172), - [aux_sym_ignore_unknown_token1] = ACTIONS(2172), - [aux_sym_include_token1] = ACTIONS(2172), - [aux_sym_ip_qos_token1] = ACTIONS(2172), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2172), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2172), - [aux_sym_kex_algorithms_token1] = ACTIONS(2172), - [aux_sym_known_hosts_command_token1] = ACTIONS(2172), - [aux_sym_local_command_token1] = ACTIONS(2172), - [aux_sym_local_forward_token1] = ACTIONS(2172), - [aux_sym_log_level_token1] = ACTIONS(2172), - [aux_sym_log_verbose_token1] = ACTIONS(2172), - [aux_sym_macs_token1] = ACTIONS(2172), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2172), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2172), - [aux_sym_password_authentication_token1] = ACTIONS(2172), - [aux_sym_permit_local_command_token1] = ACTIONS(2172), - [aux_sym_permit_remote_open_token1] = ACTIONS(2172), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2172), - [aux_sym_port_token1] = ACTIONS(2172), - [aux_sym_preferred_authentications_token1] = ACTIONS(2172), - [aux_sym_protocol_token1] = ACTIONS(2172), - [aux_sym_proxy_command_token1] = ACTIONS(2172), - [aux_sym_proxy_jump_token1] = ACTIONS(2172), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2172), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2172), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2172), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2172), - [aux_sym_rekey_limit_token1] = ACTIONS(2172), - [aux_sym_remote_command_token1] = ACTIONS(2172), - [aux_sym_remote_forward_token1] = ACTIONS(2172), - [aux_sym_request_tty_token1] = ACTIONS(2172), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2172), - [aux_sym_security_key_provider_token1] = ACTIONS(2172), - [aux_sym_send_env_token1] = ACTIONS(2172), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2172), - [aux_sym_server_alive_interval_token1] = ACTIONS(2172), - [aux_sym_session_type_token1] = ACTIONS(2172), - [aux_sym_set_env_token1] = ACTIONS(2172), - [aux_sym_stdin_null_token1] = ACTIONS(2172), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2172), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2172), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2172), - [aux_sym_syslog_facility_token1] = ACTIONS(2172), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2172), - [aux_sym_keep_alive_token1] = ACTIONS(2172), - [aux_sym_tunnel_token1] = ACTIONS(2174), - [aux_sym_tunnel_device_token1] = ACTIONS(2172), - [aux_sym_update_host_keys_token1] = ACTIONS(2172), - [aux_sym_use_keychain_token1] = ACTIONS(2172), - [aux_sym_use_roaming_token1] = ACTIONS(2172), - [aux_sym_user_token1] = ACTIONS(2174), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2172), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2172), - [aux_sym_visual_host_key_token1] = ACTIONS(2172), - [aux_sym_xauth_location_token1] = ACTIONS(2172), + [ts_builtin_sym_end] = ACTIONS(2181), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2183), + [anon_sym_DQUOTE] = ACTIONS(2181), + [aux_sym_match_token1] = ACTIONS(2181), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2181), + [aux_sym_address_family_token1] = ACTIONS(2181), + [aux_sym_batch_mode_token1] = ACTIONS(2181), + [aux_sym_bind_address_token1] = ACTIONS(2181), + [aux_sym_bind_interface_token1] = ACTIONS(2181), + [aux_sym_canonical_domains_token1] = ACTIONS(2181), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2181), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2181), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2181), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2181), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2181), + [aux_sym_certificate_file_token1] = ACTIONS(2181), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2181), + [aux_sym_check_host_ip_token1] = ACTIONS(2181), + [aux_sym_ciphers_token1] = ACTIONS(2181), + [aux_sym_cipher_token1] = ACTIONS(2183), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2181), + [aux_sym_compression_token1] = ACTIONS(2181), + [aux_sym_connection_attempts_token1] = ACTIONS(2181), + [aux_sym_connect_timeout_token1] = ACTIONS(2181), + [aux_sym_control_master_token1] = ACTIONS(2181), + [aux_sym_control_path_token1] = ACTIONS(2181), + [aux_sym_control_persist_token1] = ACTIONS(2181), + [aux_sym_dynamic_forward_token1] = ACTIONS(2181), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2181), + [aux_sym_escape_char_token1] = ACTIONS(2181), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2181), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2181), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2181), + [aux_sym_forward_agent_token1] = ACTIONS(2181), + [aux_sym_forward_x11_token1] = ACTIONS(2183), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2181), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2181), + [aux_sym_gateway_ports_token1] = ACTIONS(2181), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2181), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2181), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2181), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2181), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2181), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2181), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2181), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2181), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2181), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2181), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2181), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2181), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2181), + [aux_sym_host_key_alias_token1] = ACTIONS(2181), + [aux_sym_hostname_token1] = ACTIONS(2181), + [aux_sym_identities_only_token1] = ACTIONS(2181), + [aux_sym_identity_agent_token1] = ACTIONS(2181), + [aux_sym_identity_file_token1] = ACTIONS(2181), + [aux_sym_ignore_unknown_token1] = ACTIONS(2181), + [aux_sym_include_token1] = ACTIONS(2181), + [aux_sym_ip_qos_token1] = ACTIONS(2181), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2181), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2181), + [aux_sym_kex_algorithms_token1] = ACTIONS(2181), + [aux_sym_known_hosts_command_token1] = ACTIONS(2181), + [aux_sym_local_command_token1] = ACTIONS(2181), + [aux_sym_local_forward_token1] = ACTIONS(2181), + [aux_sym_log_level_token1] = ACTIONS(2181), + [aux_sym_log_verbose_token1] = ACTIONS(2181), + [aux_sym_macs_token1] = ACTIONS(2181), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2181), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2181), + [aux_sym_password_authentication_token1] = ACTIONS(2181), + [aux_sym_permit_local_command_token1] = ACTIONS(2181), + [aux_sym_permit_remote_open_token1] = ACTIONS(2181), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2181), + [aux_sym_port_token1] = ACTIONS(2181), + [aux_sym_preferred_authentications_token1] = ACTIONS(2181), + [aux_sym_protocol_token1] = ACTIONS(2181), + [aux_sym_proxy_command_token1] = ACTIONS(2181), + [aux_sym_proxy_jump_token1] = ACTIONS(2181), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2181), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2181), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2181), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2181), + [aux_sym_rekey_limit_token1] = ACTIONS(2181), + [aux_sym_remote_command_token1] = ACTIONS(2181), + [aux_sym_remote_forward_token1] = ACTIONS(2181), + [aux_sym_request_tty_token1] = ACTIONS(2181), + [aux_sym_required_rsa_size_token1] = ACTIONS(2181), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2181), + [aux_sym_security_key_provider_token1] = ACTIONS(2181), + [aux_sym_send_env_token1] = ACTIONS(2181), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2181), + [aux_sym_server_alive_interval_token1] = ACTIONS(2181), + [aux_sym_session_type_token1] = ACTIONS(2181), + [aux_sym_set_env_token1] = ACTIONS(2181), + [aux_sym_stdin_null_token1] = ACTIONS(2181), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2181), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2181), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2181), + [aux_sym_syslog_facility_token1] = ACTIONS(2181), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2181), + [aux_sym_keep_alive_token1] = ACTIONS(2181), + [aux_sym_tunnel_token1] = ACTIONS(2183), + [aux_sym_tunnel_device_token1] = ACTIONS(2181), + [aux_sym_update_host_keys_token1] = ACTIONS(2181), + [aux_sym_use_keychain_token1] = ACTIONS(2181), + [aux_sym_use_roaming_token1] = ACTIONS(2181), + [aux_sym_user_token1] = ACTIONS(2183), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2181), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2181), + [aux_sym_visual_host_key_token1] = ACTIONS(2181), + [aux_sym_xauth_location_token1] = ACTIONS(2181), }, [285] = { - [ts_builtin_sym_end] = ACTIONS(2178), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2180), - [anon_sym_DQUOTE] = ACTIONS(2182), - [aux_sym_match_token1] = ACTIONS(2178), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2178), - [aux_sym_address_family_token1] = ACTIONS(2178), - [aux_sym_batch_mode_token1] = ACTIONS(2178), - [aux_sym_bind_address_token1] = ACTIONS(2178), - [aux_sym_bind_interface_token1] = ACTIONS(2178), - [aux_sym_canonical_domains_token1] = ACTIONS(2178), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2178), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2178), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2178), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2178), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2178), - [aux_sym_certificate_file_token1] = ACTIONS(2178), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2178), - [aux_sym_check_host_ip_token1] = ACTIONS(2178), - [aux_sym_ciphers_token1] = ACTIONS(2178), - [aux_sym_cipher_token1] = ACTIONS(2180), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2178), - [aux_sym_compression_token1] = ACTIONS(2178), - [aux_sym_connection_attempts_token1] = ACTIONS(2178), - [aux_sym_connect_timeout_token1] = ACTIONS(2178), - [aux_sym_control_master_token1] = ACTIONS(2178), - [aux_sym_control_path_token1] = ACTIONS(2178), - [aux_sym_control_persist_token1] = ACTIONS(2178), - [aux_sym_dynamic_forward_token1] = ACTIONS(2178), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2178), - [aux_sym_escape_char_token1] = ACTIONS(2178), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2178), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2178), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2178), - [aux_sym_forward_agent_token1] = ACTIONS(2178), - [aux_sym_forward_x11_token1] = ACTIONS(2180), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2178), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2178), - [aux_sym_gateway_ports_token1] = ACTIONS(2178), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2178), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2178), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2178), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2178), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2178), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2178), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2178), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2178), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2178), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2178), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2178), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2178), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2178), - [aux_sym_host_key_alias_token1] = ACTIONS(2178), - [aux_sym_hostname_token1] = ACTIONS(2178), - [aux_sym_identities_only_token1] = ACTIONS(2178), - [aux_sym_identity_agent_token1] = ACTIONS(2178), - [aux_sym_identity_file_token1] = ACTIONS(2178), - [aux_sym_ignore_unknown_token1] = ACTIONS(2178), - [aux_sym_include_token1] = ACTIONS(2178), - [aux_sym_ip_qos_token1] = ACTIONS(2178), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2178), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2178), - [aux_sym_kex_algorithms_token1] = ACTIONS(2178), - [aux_sym_known_hosts_command_token1] = ACTIONS(2178), - [aux_sym_local_command_token1] = ACTIONS(2178), - [aux_sym_local_forward_token1] = ACTIONS(2178), - [aux_sym_log_level_token1] = ACTIONS(2178), - [aux_sym_log_verbose_token1] = ACTIONS(2178), - [aux_sym_macs_token1] = ACTIONS(2178), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2178), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2178), - [aux_sym_password_authentication_token1] = ACTIONS(2178), - [aux_sym_permit_local_command_token1] = ACTIONS(2178), - [aux_sym_permit_remote_open_token1] = ACTIONS(2178), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2178), - [aux_sym_port_token1] = ACTIONS(2178), - [aux_sym_preferred_authentications_token1] = ACTIONS(2178), - [aux_sym_protocol_token1] = ACTIONS(2178), - [aux_sym_proxy_command_token1] = ACTIONS(2178), - [aux_sym_proxy_jump_token1] = ACTIONS(2178), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2178), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2178), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2178), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2178), - [aux_sym_rekey_limit_token1] = ACTIONS(2178), - [aux_sym_remote_command_token1] = ACTIONS(2178), - [aux_sym_remote_forward_token1] = ACTIONS(2178), - [aux_sym_request_tty_token1] = ACTIONS(2178), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2178), - [aux_sym_security_key_provider_token1] = ACTIONS(2178), - [aux_sym_send_env_token1] = ACTIONS(2178), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2178), - [aux_sym_server_alive_interval_token1] = ACTIONS(2178), - [aux_sym_session_type_token1] = ACTIONS(2178), - [aux_sym_set_env_token1] = ACTIONS(2178), - [aux_sym_stdin_null_token1] = ACTIONS(2178), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2178), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2178), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2178), - [aux_sym_syslog_facility_token1] = ACTIONS(2178), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2178), - [aux_sym_keep_alive_token1] = ACTIONS(2178), - [aux_sym_tunnel_token1] = ACTIONS(2180), - [aux_sym_tunnel_device_token1] = ACTIONS(2178), - [aux_sym_update_host_keys_token1] = ACTIONS(2178), - [aux_sym_use_keychain_token1] = ACTIONS(2178), - [aux_sym_use_roaming_token1] = ACTIONS(2178), - [aux_sym_user_token1] = ACTIONS(2180), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2178), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2178), - [aux_sym_visual_host_key_token1] = ACTIONS(2178), - [aux_sym_xauth_location_token1] = ACTIONS(2178), + [ts_builtin_sym_end] = ACTIONS(2185), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2187), + [anon_sym_DQUOTE] = ACTIONS(2185), + [aux_sym_match_token1] = ACTIONS(2185), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2185), + [aux_sym_address_family_token1] = ACTIONS(2185), + [aux_sym_batch_mode_token1] = ACTIONS(2185), + [aux_sym_bind_address_token1] = ACTIONS(2185), + [aux_sym_bind_interface_token1] = ACTIONS(2185), + [aux_sym_canonical_domains_token1] = ACTIONS(2185), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2185), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2185), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2185), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2185), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2185), + [aux_sym_certificate_file_token1] = ACTIONS(2185), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2185), + [aux_sym_check_host_ip_token1] = ACTIONS(2185), + [aux_sym_ciphers_token1] = ACTIONS(2185), + [aux_sym_cipher_token1] = ACTIONS(2187), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2185), + [aux_sym_compression_token1] = ACTIONS(2185), + [aux_sym_connection_attempts_token1] = ACTIONS(2185), + [aux_sym_connect_timeout_token1] = ACTIONS(2185), + [aux_sym_control_master_token1] = ACTIONS(2185), + [aux_sym_control_path_token1] = ACTIONS(2185), + [aux_sym_control_persist_token1] = ACTIONS(2185), + [aux_sym_dynamic_forward_token1] = ACTIONS(2185), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2185), + [aux_sym_escape_char_token1] = ACTIONS(2185), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2185), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2185), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2185), + [aux_sym_forward_agent_token1] = ACTIONS(2185), + [aux_sym_forward_x11_token1] = ACTIONS(2187), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2185), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2185), + [aux_sym_gateway_ports_token1] = ACTIONS(2185), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2185), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2185), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2185), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2185), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2185), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2185), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2185), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2185), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2185), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2185), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2185), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2185), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2185), + [aux_sym_host_key_alias_token1] = ACTIONS(2185), + [aux_sym_hostname_token1] = ACTIONS(2185), + [aux_sym_identities_only_token1] = ACTIONS(2185), + [aux_sym_identity_agent_token1] = ACTIONS(2185), + [aux_sym_identity_file_token1] = ACTIONS(2185), + [aux_sym_ignore_unknown_token1] = ACTIONS(2185), + [aux_sym_include_token1] = ACTIONS(2185), + [aux_sym_ip_qos_token1] = ACTIONS(2185), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2185), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2185), + [aux_sym_kex_algorithms_token1] = ACTIONS(2185), + [aux_sym_known_hosts_command_token1] = ACTIONS(2185), + [aux_sym_local_command_token1] = ACTIONS(2185), + [aux_sym_local_forward_token1] = ACTIONS(2185), + [aux_sym_log_level_token1] = ACTIONS(2185), + [aux_sym_log_verbose_token1] = ACTIONS(2185), + [aux_sym_macs_token1] = ACTIONS(2185), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2185), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2185), + [aux_sym_password_authentication_token1] = ACTIONS(2185), + [aux_sym_permit_local_command_token1] = ACTIONS(2185), + [aux_sym_permit_remote_open_token1] = ACTIONS(2185), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2185), + [aux_sym_port_token1] = ACTIONS(2185), + [aux_sym_preferred_authentications_token1] = ACTIONS(2185), + [aux_sym_protocol_token1] = ACTIONS(2185), + [aux_sym_proxy_command_token1] = ACTIONS(2185), + [aux_sym_proxy_jump_token1] = ACTIONS(2185), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2185), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2185), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2185), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2185), + [aux_sym_rekey_limit_token1] = ACTIONS(2185), + [aux_sym_remote_command_token1] = ACTIONS(2185), + [aux_sym_remote_forward_token1] = ACTIONS(2185), + [aux_sym_request_tty_token1] = ACTIONS(2185), + [aux_sym_required_rsa_size_token1] = ACTIONS(2185), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2185), + [aux_sym_security_key_provider_token1] = ACTIONS(2185), + [aux_sym_send_env_token1] = ACTIONS(2185), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2185), + [aux_sym_server_alive_interval_token1] = ACTIONS(2185), + [aux_sym_session_type_token1] = ACTIONS(2185), + [aux_sym_set_env_token1] = ACTIONS(2185), + [aux_sym_stdin_null_token1] = ACTIONS(2185), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2185), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2185), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2185), + [aux_sym_syslog_facility_token1] = ACTIONS(2185), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2185), + [aux_sym_keep_alive_token1] = ACTIONS(2185), + [aux_sym_tunnel_token1] = ACTIONS(2187), + [aux_sym_tunnel_device_token1] = ACTIONS(2185), + [aux_sym_update_host_keys_token1] = ACTIONS(2185), + [aux_sym_use_keychain_token1] = ACTIONS(2185), + [aux_sym_use_roaming_token1] = ACTIONS(2185), + [aux_sym_user_token1] = ACTIONS(2187), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2185), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2185), + [aux_sym_visual_host_key_token1] = ACTIONS(2185), + [aux_sym_xauth_location_token1] = ACTIONS(2185), }, [286] = { - [ts_builtin_sym_end] = ACTIONS(2184), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2186), - [anon_sym_DQUOTE] = ACTIONS(2184), - [aux_sym_match_token1] = ACTIONS(2184), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2184), - [aux_sym_address_family_token1] = ACTIONS(2184), - [aux_sym_batch_mode_token1] = ACTIONS(2184), - [aux_sym_bind_address_token1] = ACTIONS(2184), - [aux_sym_bind_interface_token1] = ACTIONS(2184), - [aux_sym_canonical_domains_token1] = ACTIONS(2184), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2184), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2184), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2184), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2184), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2184), - [aux_sym_certificate_file_token1] = ACTIONS(2184), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2184), - [aux_sym_check_host_ip_token1] = ACTIONS(2184), - [aux_sym_ciphers_token1] = ACTIONS(2184), - [aux_sym_cipher_token1] = ACTIONS(2186), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2184), - [aux_sym_compression_token1] = ACTIONS(2184), - [aux_sym_connection_attempts_token1] = ACTIONS(2184), - [aux_sym_connect_timeout_token1] = ACTIONS(2184), - [aux_sym_control_master_token1] = ACTIONS(2184), - [aux_sym_control_path_token1] = ACTIONS(2184), - [aux_sym_control_persist_token1] = ACTIONS(2184), - [aux_sym_dynamic_forward_token1] = ACTIONS(2184), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2184), - [aux_sym_escape_char_token1] = ACTIONS(2184), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2184), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2184), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2184), - [aux_sym_forward_agent_token1] = ACTIONS(2184), - [aux_sym_forward_x11_token1] = ACTIONS(2186), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2184), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2184), - [aux_sym_gateway_ports_token1] = ACTIONS(2184), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2184), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2184), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2184), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2184), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2184), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2184), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2184), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2184), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2184), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2184), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2184), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2184), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2184), - [aux_sym_host_key_alias_token1] = ACTIONS(2184), - [aux_sym_hostname_token1] = ACTIONS(2184), - [aux_sym_identities_only_token1] = ACTIONS(2184), - [aux_sym_identity_agent_token1] = ACTIONS(2184), - [aux_sym_identity_file_token1] = ACTIONS(2184), - [aux_sym_ignore_unknown_token1] = ACTIONS(2184), - [aux_sym_include_token1] = ACTIONS(2184), - [aux_sym_ip_qos_token1] = ACTIONS(2184), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2184), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2184), - [aux_sym_kex_algorithms_token1] = ACTIONS(2184), - [aux_sym_known_hosts_command_token1] = ACTIONS(2184), - [aux_sym_local_command_token1] = ACTIONS(2184), - [aux_sym_local_forward_token1] = ACTIONS(2184), - [aux_sym_log_level_token1] = ACTIONS(2184), - [aux_sym_log_verbose_token1] = ACTIONS(2184), - [aux_sym_macs_token1] = ACTIONS(2184), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2184), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2184), - [aux_sym_password_authentication_token1] = ACTIONS(2184), - [aux_sym_permit_local_command_token1] = ACTIONS(2184), - [aux_sym_permit_remote_open_token1] = ACTIONS(2184), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2184), - [aux_sym_port_token1] = ACTIONS(2184), - [aux_sym_preferred_authentications_token1] = ACTIONS(2184), - [aux_sym_protocol_token1] = ACTIONS(2184), - [aux_sym_proxy_command_token1] = ACTIONS(2184), - [aux_sym_proxy_jump_token1] = ACTIONS(2184), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2184), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2184), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2184), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2184), - [aux_sym_rekey_limit_token1] = ACTIONS(2184), - [aux_sym_remote_command_token1] = ACTIONS(2184), - [aux_sym_remote_forward_token1] = ACTIONS(2184), - [aux_sym_request_tty_token1] = ACTIONS(2184), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2184), - [aux_sym_security_key_provider_token1] = ACTIONS(2184), - [aux_sym_send_env_token1] = ACTIONS(2184), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2184), - [aux_sym_server_alive_interval_token1] = ACTIONS(2184), - [aux_sym_session_type_token1] = ACTIONS(2184), - [aux_sym_set_env_token1] = ACTIONS(2184), - [aux_sym_stdin_null_token1] = ACTIONS(2184), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2184), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2184), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2184), - [aux_sym_syslog_facility_token1] = ACTIONS(2184), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2184), - [aux_sym_keep_alive_token1] = ACTIONS(2184), - [aux_sym_tunnel_token1] = ACTIONS(2186), - [aux_sym_tunnel_device_token1] = ACTIONS(2184), - [aux_sym_update_host_keys_token1] = ACTIONS(2184), - [aux_sym_use_keychain_token1] = ACTIONS(2184), - [aux_sym_use_roaming_token1] = ACTIONS(2184), - [aux_sym_user_token1] = ACTIONS(2186), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2184), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2184), - [aux_sym_visual_host_key_token1] = ACTIONS(2184), - [aux_sym_xauth_location_token1] = ACTIONS(2184), + [ts_builtin_sym_end] = ACTIONS(2189), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2191), + [anon_sym_DQUOTE] = ACTIONS(2193), + [aux_sym_match_token1] = ACTIONS(2189), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2189), + [aux_sym_address_family_token1] = ACTIONS(2189), + [aux_sym_batch_mode_token1] = ACTIONS(2189), + [aux_sym_bind_address_token1] = ACTIONS(2189), + [aux_sym_bind_interface_token1] = ACTIONS(2189), + [aux_sym_canonical_domains_token1] = ACTIONS(2189), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2189), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2189), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2189), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2189), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2189), + [aux_sym_certificate_file_token1] = ACTIONS(2189), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2189), + [aux_sym_check_host_ip_token1] = ACTIONS(2189), + [aux_sym_ciphers_token1] = ACTIONS(2189), + [aux_sym_cipher_token1] = ACTIONS(2191), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2189), + [aux_sym_compression_token1] = ACTIONS(2189), + [aux_sym_connection_attempts_token1] = ACTIONS(2189), + [aux_sym_connect_timeout_token1] = ACTIONS(2189), + [aux_sym_control_master_token1] = ACTIONS(2189), + [aux_sym_control_path_token1] = ACTIONS(2189), + [aux_sym_control_persist_token1] = ACTIONS(2189), + [aux_sym_dynamic_forward_token1] = ACTIONS(2189), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2189), + [aux_sym_escape_char_token1] = ACTIONS(2189), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2189), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2189), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2189), + [aux_sym_forward_agent_token1] = ACTIONS(2189), + [aux_sym_forward_x11_token1] = ACTIONS(2191), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2189), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2189), + [aux_sym_gateway_ports_token1] = ACTIONS(2189), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2189), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2189), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2189), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2189), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2189), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2189), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2189), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2189), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2189), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2189), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2189), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2189), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2189), + [aux_sym_host_key_alias_token1] = ACTIONS(2189), + [aux_sym_hostname_token1] = ACTIONS(2189), + [aux_sym_identities_only_token1] = ACTIONS(2189), + [aux_sym_identity_agent_token1] = ACTIONS(2189), + [aux_sym_identity_file_token1] = ACTIONS(2189), + [aux_sym_ignore_unknown_token1] = ACTIONS(2189), + [aux_sym_include_token1] = ACTIONS(2189), + [aux_sym_ip_qos_token1] = ACTIONS(2189), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2189), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2189), + [aux_sym_kex_algorithms_token1] = ACTIONS(2189), + [aux_sym_known_hosts_command_token1] = ACTIONS(2189), + [aux_sym_local_command_token1] = ACTIONS(2189), + [aux_sym_local_forward_token1] = ACTIONS(2189), + [aux_sym_log_level_token1] = ACTIONS(2189), + [aux_sym_log_verbose_token1] = ACTIONS(2189), + [aux_sym_macs_token1] = ACTIONS(2189), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2189), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2189), + [aux_sym_password_authentication_token1] = ACTIONS(2189), + [aux_sym_permit_local_command_token1] = ACTIONS(2189), + [aux_sym_permit_remote_open_token1] = ACTIONS(2189), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2189), + [aux_sym_port_token1] = ACTIONS(2189), + [aux_sym_preferred_authentications_token1] = ACTIONS(2189), + [aux_sym_protocol_token1] = ACTIONS(2189), + [aux_sym_proxy_command_token1] = ACTIONS(2189), + [aux_sym_proxy_jump_token1] = ACTIONS(2189), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2189), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2189), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2189), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2189), + [aux_sym_rekey_limit_token1] = ACTIONS(2189), + [aux_sym_remote_command_token1] = ACTIONS(2189), + [aux_sym_remote_forward_token1] = ACTIONS(2189), + [aux_sym_request_tty_token1] = ACTIONS(2189), + [aux_sym_required_rsa_size_token1] = ACTIONS(2189), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2189), + [aux_sym_security_key_provider_token1] = ACTIONS(2189), + [aux_sym_send_env_token1] = ACTIONS(2189), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2189), + [aux_sym_server_alive_interval_token1] = ACTIONS(2189), + [aux_sym_session_type_token1] = ACTIONS(2189), + [aux_sym_set_env_token1] = ACTIONS(2189), + [aux_sym_stdin_null_token1] = ACTIONS(2189), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2189), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2189), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2189), + [aux_sym_syslog_facility_token1] = ACTIONS(2189), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2189), + [aux_sym_keep_alive_token1] = ACTIONS(2189), + [aux_sym_tunnel_token1] = ACTIONS(2191), + [aux_sym_tunnel_device_token1] = ACTIONS(2189), + [aux_sym_update_host_keys_token1] = ACTIONS(2189), + [aux_sym_use_keychain_token1] = ACTIONS(2189), + [aux_sym_use_roaming_token1] = ACTIONS(2189), + [aux_sym_user_token1] = ACTIONS(2191), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2189), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2189), + [aux_sym_visual_host_key_token1] = ACTIONS(2189), + [aux_sym_xauth_location_token1] = ACTIONS(2189), }, [287] = { - [ts_builtin_sym_end] = ACTIONS(2188), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2190), - [anon_sym_DQUOTE] = ACTIONS(2188), - [aux_sym_match_token1] = ACTIONS(2188), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2188), - [aux_sym_address_family_token1] = ACTIONS(2188), - [aux_sym_batch_mode_token1] = ACTIONS(2188), - [aux_sym_bind_address_token1] = ACTIONS(2188), - [aux_sym_bind_interface_token1] = ACTIONS(2188), - [aux_sym_canonical_domains_token1] = ACTIONS(2188), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2188), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2188), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2188), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2188), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2188), - [aux_sym_certificate_file_token1] = ACTIONS(2188), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2188), - [aux_sym_check_host_ip_token1] = ACTIONS(2188), - [aux_sym_ciphers_token1] = ACTIONS(2188), - [aux_sym_cipher_token1] = ACTIONS(2190), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2188), - [aux_sym_compression_token1] = ACTIONS(2188), - [aux_sym_connection_attempts_token1] = ACTIONS(2188), - [aux_sym_connect_timeout_token1] = ACTIONS(2188), - [aux_sym_control_master_token1] = ACTIONS(2188), - [aux_sym_control_path_token1] = ACTIONS(2188), - [aux_sym_control_persist_token1] = ACTIONS(2188), - [aux_sym_dynamic_forward_token1] = ACTIONS(2188), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2188), - [aux_sym_escape_char_token1] = ACTIONS(2188), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2188), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2188), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2188), - [aux_sym_forward_agent_token1] = ACTIONS(2188), - [aux_sym_forward_x11_token1] = ACTIONS(2190), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2188), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2188), - [aux_sym_gateway_ports_token1] = ACTIONS(2188), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2188), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2188), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2188), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2188), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2188), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2188), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2188), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2188), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2188), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2188), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2188), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2188), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2188), - [aux_sym_host_key_alias_token1] = ACTIONS(2188), - [aux_sym_hostname_token1] = ACTIONS(2188), - [aux_sym_identities_only_token1] = ACTIONS(2188), - [aux_sym_identity_agent_token1] = ACTIONS(2188), - [aux_sym_identity_file_token1] = ACTIONS(2188), - [aux_sym_ignore_unknown_token1] = ACTIONS(2188), - [aux_sym_include_token1] = ACTIONS(2188), - [aux_sym_ip_qos_token1] = ACTIONS(2188), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2188), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2188), - [aux_sym_kex_algorithms_token1] = ACTIONS(2188), - [aux_sym_known_hosts_command_token1] = ACTIONS(2188), - [aux_sym_local_command_token1] = ACTIONS(2188), - [aux_sym_local_forward_token1] = ACTIONS(2188), - [aux_sym_log_level_token1] = ACTIONS(2188), - [aux_sym_log_verbose_token1] = ACTIONS(2188), - [aux_sym_macs_token1] = ACTIONS(2188), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2188), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2188), - [aux_sym_password_authentication_token1] = ACTIONS(2188), - [aux_sym_permit_local_command_token1] = ACTIONS(2188), - [aux_sym_permit_remote_open_token1] = ACTIONS(2188), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2188), - [aux_sym_port_token1] = ACTIONS(2188), - [aux_sym_preferred_authentications_token1] = ACTIONS(2188), - [aux_sym_protocol_token1] = ACTIONS(2188), - [aux_sym_proxy_command_token1] = ACTIONS(2188), - [aux_sym_proxy_jump_token1] = ACTIONS(2188), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2188), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2188), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2188), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2188), - [aux_sym_rekey_limit_token1] = ACTIONS(2188), - [aux_sym_remote_command_token1] = ACTIONS(2188), - [aux_sym_remote_forward_token1] = ACTIONS(2188), - [aux_sym_request_tty_token1] = ACTIONS(2188), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2188), - [aux_sym_security_key_provider_token1] = ACTIONS(2188), - [aux_sym_send_env_token1] = ACTIONS(2188), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2188), - [aux_sym_server_alive_interval_token1] = ACTIONS(2188), - [aux_sym_session_type_token1] = ACTIONS(2188), - [aux_sym_set_env_token1] = ACTIONS(2188), - [aux_sym_stdin_null_token1] = ACTIONS(2188), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2188), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2188), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2188), - [aux_sym_syslog_facility_token1] = ACTIONS(2188), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2188), - [aux_sym_keep_alive_token1] = ACTIONS(2188), - [aux_sym_tunnel_token1] = ACTIONS(2190), - [aux_sym_tunnel_device_token1] = ACTIONS(2188), - [aux_sym_update_host_keys_token1] = ACTIONS(2188), - [aux_sym_use_keychain_token1] = ACTIONS(2188), - [aux_sym_use_roaming_token1] = ACTIONS(2188), - [aux_sym_user_token1] = ACTIONS(2190), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2188), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2188), - [aux_sym_visual_host_key_token1] = ACTIONS(2188), - [aux_sym_xauth_location_token1] = ACTIONS(2188), + [ts_builtin_sym_end] = ACTIONS(2195), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2197), + [anon_sym_DQUOTE] = ACTIONS(2199), + [aux_sym_match_token1] = ACTIONS(2195), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2195), + [aux_sym_address_family_token1] = ACTIONS(2195), + [aux_sym_batch_mode_token1] = ACTIONS(2195), + [aux_sym_bind_address_token1] = ACTIONS(2195), + [aux_sym_bind_interface_token1] = ACTIONS(2195), + [aux_sym_canonical_domains_token1] = ACTIONS(2195), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2195), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2195), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2195), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2195), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2195), + [aux_sym_certificate_file_token1] = ACTIONS(2195), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2195), + [aux_sym_check_host_ip_token1] = ACTIONS(2195), + [aux_sym_ciphers_token1] = ACTIONS(2195), + [aux_sym_cipher_token1] = ACTIONS(2197), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2195), + [aux_sym_compression_token1] = ACTIONS(2195), + [aux_sym_connection_attempts_token1] = ACTIONS(2195), + [aux_sym_connect_timeout_token1] = ACTIONS(2195), + [aux_sym_control_master_token1] = ACTIONS(2195), + [aux_sym_control_path_token1] = ACTIONS(2195), + [aux_sym_control_persist_token1] = ACTIONS(2195), + [aux_sym_dynamic_forward_token1] = ACTIONS(2195), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2195), + [aux_sym_escape_char_token1] = ACTIONS(2195), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2195), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2195), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2195), + [aux_sym_forward_agent_token1] = ACTIONS(2195), + [aux_sym_forward_x11_token1] = ACTIONS(2197), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2195), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2195), + [aux_sym_gateway_ports_token1] = ACTIONS(2195), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2195), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2195), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2195), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2195), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2195), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2195), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2195), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2195), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2195), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2195), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2195), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2195), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2195), + [aux_sym_host_key_alias_token1] = ACTIONS(2195), + [aux_sym_hostname_token1] = ACTIONS(2195), + [aux_sym_identities_only_token1] = ACTIONS(2195), + [aux_sym_identity_agent_token1] = ACTIONS(2195), + [aux_sym_identity_file_token1] = ACTIONS(2195), + [aux_sym_ignore_unknown_token1] = ACTIONS(2195), + [aux_sym_include_token1] = ACTIONS(2195), + [aux_sym_ip_qos_token1] = ACTIONS(2195), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2195), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2195), + [aux_sym_kex_algorithms_token1] = ACTIONS(2195), + [aux_sym_known_hosts_command_token1] = ACTIONS(2195), + [aux_sym_local_command_token1] = ACTIONS(2195), + [aux_sym_local_forward_token1] = ACTIONS(2195), + [aux_sym_log_level_token1] = ACTIONS(2195), + [aux_sym_log_verbose_token1] = ACTIONS(2195), + [aux_sym_macs_token1] = ACTIONS(2195), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2195), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2195), + [aux_sym_password_authentication_token1] = ACTIONS(2195), + [aux_sym_permit_local_command_token1] = ACTIONS(2195), + [aux_sym_permit_remote_open_token1] = ACTIONS(2195), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2195), + [aux_sym_port_token1] = ACTIONS(2195), + [aux_sym_preferred_authentications_token1] = ACTIONS(2195), + [aux_sym_protocol_token1] = ACTIONS(2195), + [aux_sym_proxy_command_token1] = ACTIONS(2195), + [aux_sym_proxy_jump_token1] = ACTIONS(2195), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2195), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2195), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2195), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2195), + [aux_sym_rekey_limit_token1] = ACTIONS(2195), + [aux_sym_remote_command_token1] = ACTIONS(2195), + [aux_sym_remote_forward_token1] = ACTIONS(2195), + [aux_sym_request_tty_token1] = ACTIONS(2195), + [aux_sym_required_rsa_size_token1] = ACTIONS(2195), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2195), + [aux_sym_security_key_provider_token1] = ACTIONS(2195), + [aux_sym_send_env_token1] = ACTIONS(2195), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2195), + [aux_sym_server_alive_interval_token1] = ACTIONS(2195), + [aux_sym_session_type_token1] = ACTIONS(2195), + [aux_sym_set_env_token1] = ACTIONS(2195), + [aux_sym_stdin_null_token1] = ACTIONS(2195), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2195), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2195), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2195), + [aux_sym_syslog_facility_token1] = ACTIONS(2195), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2195), + [aux_sym_keep_alive_token1] = ACTIONS(2195), + [aux_sym_tunnel_token1] = ACTIONS(2197), + [aux_sym_tunnel_device_token1] = ACTIONS(2195), + [aux_sym_update_host_keys_token1] = ACTIONS(2195), + [aux_sym_use_keychain_token1] = ACTIONS(2195), + [aux_sym_use_roaming_token1] = ACTIONS(2195), + [aux_sym_user_token1] = ACTIONS(2197), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2195), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2195), + [aux_sym_visual_host_key_token1] = ACTIONS(2195), + [aux_sym_xauth_location_token1] = ACTIONS(2195), }, [288] = { - [ts_builtin_sym_end] = ACTIONS(2192), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2194), - [anon_sym_DQUOTE] = ACTIONS(2196), - [aux_sym_match_token1] = ACTIONS(2192), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2192), - [aux_sym_address_family_token1] = ACTIONS(2192), - [aux_sym_batch_mode_token1] = ACTIONS(2192), - [aux_sym_bind_address_token1] = ACTIONS(2192), - [aux_sym_bind_interface_token1] = ACTIONS(2192), - [aux_sym_canonical_domains_token1] = ACTIONS(2192), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2192), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2192), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2192), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2192), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2192), - [aux_sym_certificate_file_token1] = ACTIONS(2192), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2192), - [aux_sym_check_host_ip_token1] = ACTIONS(2192), - [aux_sym_ciphers_token1] = ACTIONS(2192), - [aux_sym_cipher_token1] = ACTIONS(2194), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2192), - [aux_sym_compression_token1] = ACTIONS(2192), - [aux_sym_connection_attempts_token1] = ACTIONS(2192), - [aux_sym_connect_timeout_token1] = ACTIONS(2192), - [aux_sym_control_master_token1] = ACTIONS(2192), - [aux_sym_control_path_token1] = ACTIONS(2192), - [aux_sym_control_persist_token1] = ACTIONS(2192), - [aux_sym_dynamic_forward_token1] = ACTIONS(2192), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2192), - [aux_sym_escape_char_token1] = ACTIONS(2192), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2192), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2192), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2192), - [aux_sym_forward_agent_token1] = ACTIONS(2192), - [aux_sym_forward_x11_token1] = ACTIONS(2194), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2192), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2192), - [aux_sym_gateway_ports_token1] = ACTIONS(2192), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2192), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2192), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2192), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2192), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2192), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2192), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2192), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2192), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2192), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2192), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2192), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2192), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2192), - [aux_sym_host_key_alias_token1] = ACTIONS(2192), - [aux_sym_hostname_token1] = ACTIONS(2192), - [aux_sym_identities_only_token1] = ACTIONS(2192), - [aux_sym_identity_agent_token1] = ACTIONS(2192), - [aux_sym_identity_file_token1] = ACTIONS(2192), - [aux_sym_ignore_unknown_token1] = ACTIONS(2192), - [aux_sym_include_token1] = ACTIONS(2192), - [aux_sym_ip_qos_token1] = ACTIONS(2192), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2192), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2192), - [aux_sym_kex_algorithms_token1] = ACTIONS(2192), - [aux_sym_known_hosts_command_token1] = ACTIONS(2192), - [aux_sym_local_command_token1] = ACTIONS(2192), - [aux_sym_local_forward_token1] = ACTIONS(2192), - [aux_sym_log_level_token1] = ACTIONS(2192), - [aux_sym_log_verbose_token1] = ACTIONS(2192), - [aux_sym_macs_token1] = ACTIONS(2192), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2192), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2192), - [aux_sym_password_authentication_token1] = ACTIONS(2192), - [aux_sym_permit_local_command_token1] = ACTIONS(2192), - [aux_sym_permit_remote_open_token1] = ACTIONS(2192), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2192), - [aux_sym_port_token1] = ACTIONS(2192), - [aux_sym_preferred_authentications_token1] = ACTIONS(2192), - [aux_sym_protocol_token1] = ACTIONS(2192), - [aux_sym_proxy_command_token1] = ACTIONS(2192), - [aux_sym_proxy_jump_token1] = ACTIONS(2192), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2192), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2192), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2192), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2192), - [aux_sym_rekey_limit_token1] = ACTIONS(2192), - [aux_sym_remote_command_token1] = ACTIONS(2192), - [aux_sym_remote_forward_token1] = ACTIONS(2192), - [aux_sym_request_tty_token1] = ACTIONS(2192), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2192), - [aux_sym_security_key_provider_token1] = ACTIONS(2192), - [aux_sym_send_env_token1] = ACTIONS(2192), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2192), - [aux_sym_server_alive_interval_token1] = ACTIONS(2192), - [aux_sym_session_type_token1] = ACTIONS(2192), - [aux_sym_set_env_token1] = ACTIONS(2192), - [aux_sym_stdin_null_token1] = ACTIONS(2192), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2192), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2192), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2192), - [aux_sym_syslog_facility_token1] = ACTIONS(2192), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2192), - [aux_sym_keep_alive_token1] = ACTIONS(2192), - [aux_sym_tunnel_token1] = ACTIONS(2194), - [aux_sym_tunnel_device_token1] = ACTIONS(2192), - [aux_sym_update_host_keys_token1] = ACTIONS(2192), - [aux_sym_use_keychain_token1] = ACTIONS(2192), - [aux_sym_use_roaming_token1] = ACTIONS(2192), - [aux_sym_user_token1] = ACTIONS(2194), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2192), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2192), - [aux_sym_visual_host_key_token1] = ACTIONS(2192), - [aux_sym_xauth_location_token1] = ACTIONS(2192), + [ts_builtin_sym_end] = ACTIONS(2201), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2203), + [anon_sym_DQUOTE] = ACTIONS(2201), + [aux_sym_match_token1] = ACTIONS(2201), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2201), + [aux_sym_address_family_token1] = ACTIONS(2201), + [aux_sym_batch_mode_token1] = ACTIONS(2201), + [aux_sym_bind_address_token1] = ACTIONS(2201), + [aux_sym_bind_interface_token1] = ACTIONS(2201), + [aux_sym_canonical_domains_token1] = ACTIONS(2201), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2201), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2201), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2201), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2201), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2201), + [aux_sym_certificate_file_token1] = ACTIONS(2201), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2201), + [aux_sym_check_host_ip_token1] = ACTIONS(2201), + [aux_sym_ciphers_token1] = ACTIONS(2201), + [aux_sym_cipher_token1] = ACTIONS(2203), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2201), + [aux_sym_compression_token1] = ACTIONS(2201), + [aux_sym_connection_attempts_token1] = ACTIONS(2201), + [aux_sym_connect_timeout_token1] = ACTIONS(2201), + [aux_sym_control_master_token1] = ACTIONS(2201), + [aux_sym_control_path_token1] = ACTIONS(2201), + [aux_sym_control_persist_token1] = ACTIONS(2201), + [aux_sym_dynamic_forward_token1] = ACTIONS(2201), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2201), + [aux_sym_escape_char_token1] = ACTIONS(2201), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2201), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2201), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2201), + [aux_sym_forward_agent_token1] = ACTIONS(2201), + [aux_sym_forward_x11_token1] = ACTIONS(2203), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2201), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2201), + [aux_sym_gateway_ports_token1] = ACTIONS(2201), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2201), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2201), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2201), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2201), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2201), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2201), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2201), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2201), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2201), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2201), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2201), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2201), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2201), + [aux_sym_host_key_alias_token1] = ACTIONS(2201), + [aux_sym_hostname_token1] = ACTIONS(2201), + [aux_sym_identities_only_token1] = ACTIONS(2201), + [aux_sym_identity_agent_token1] = ACTIONS(2201), + [aux_sym_identity_file_token1] = ACTIONS(2201), + [aux_sym_ignore_unknown_token1] = ACTIONS(2201), + [aux_sym_include_token1] = ACTIONS(2201), + [aux_sym_ip_qos_token1] = ACTIONS(2201), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2201), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2201), + [aux_sym_kex_algorithms_token1] = ACTIONS(2201), + [aux_sym_known_hosts_command_token1] = ACTIONS(2201), + [aux_sym_local_command_token1] = ACTIONS(2201), + [aux_sym_local_forward_token1] = ACTIONS(2201), + [aux_sym_log_level_token1] = ACTIONS(2201), + [aux_sym_log_verbose_token1] = ACTIONS(2201), + [aux_sym_macs_token1] = ACTIONS(2201), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2201), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2201), + [aux_sym_password_authentication_token1] = ACTIONS(2201), + [aux_sym_permit_local_command_token1] = ACTIONS(2201), + [aux_sym_permit_remote_open_token1] = ACTIONS(2201), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2201), + [aux_sym_port_token1] = ACTIONS(2201), + [aux_sym_preferred_authentications_token1] = ACTIONS(2201), + [aux_sym_protocol_token1] = ACTIONS(2201), + [aux_sym_proxy_command_token1] = ACTIONS(2201), + [aux_sym_proxy_jump_token1] = ACTIONS(2201), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2201), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2201), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2201), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2201), + [aux_sym_rekey_limit_token1] = ACTIONS(2201), + [aux_sym_remote_command_token1] = ACTIONS(2201), + [aux_sym_remote_forward_token1] = ACTIONS(2201), + [aux_sym_request_tty_token1] = ACTIONS(2201), + [aux_sym_required_rsa_size_token1] = ACTIONS(2201), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2201), + [aux_sym_security_key_provider_token1] = ACTIONS(2201), + [aux_sym_send_env_token1] = ACTIONS(2201), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2201), + [aux_sym_server_alive_interval_token1] = ACTIONS(2201), + [aux_sym_session_type_token1] = ACTIONS(2201), + [aux_sym_set_env_token1] = ACTIONS(2201), + [aux_sym_stdin_null_token1] = ACTIONS(2201), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2201), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2201), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2201), + [aux_sym_syslog_facility_token1] = ACTIONS(2201), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2201), + [aux_sym_keep_alive_token1] = ACTIONS(2201), + [aux_sym_tunnel_token1] = ACTIONS(2203), + [aux_sym_tunnel_device_token1] = ACTIONS(2201), + [aux_sym_update_host_keys_token1] = ACTIONS(2201), + [aux_sym_use_keychain_token1] = ACTIONS(2201), + [aux_sym_use_roaming_token1] = ACTIONS(2201), + [aux_sym_user_token1] = ACTIONS(2203), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2201), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2201), + [aux_sym_visual_host_key_token1] = ACTIONS(2201), + [aux_sym_xauth_location_token1] = ACTIONS(2201), }, [289] = { - [ts_builtin_sym_end] = ACTIONS(2198), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2200), - [anon_sym_DQUOTE] = ACTIONS(2198), - [aux_sym_match_token1] = ACTIONS(2198), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2198), - [aux_sym_address_family_token1] = ACTIONS(2198), - [aux_sym_batch_mode_token1] = ACTIONS(2198), - [aux_sym_bind_address_token1] = ACTIONS(2198), - [aux_sym_bind_interface_token1] = ACTIONS(2198), - [aux_sym_canonical_domains_token1] = ACTIONS(2198), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2198), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2198), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2198), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2198), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2198), - [aux_sym_certificate_file_token1] = ACTIONS(2198), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2198), - [aux_sym_check_host_ip_token1] = ACTIONS(2198), - [aux_sym_ciphers_token1] = ACTIONS(2198), - [aux_sym_cipher_token1] = ACTIONS(2200), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2198), - [aux_sym_compression_token1] = ACTIONS(2198), - [aux_sym_connection_attempts_token1] = ACTIONS(2198), - [aux_sym_connect_timeout_token1] = ACTIONS(2198), - [aux_sym_control_master_token1] = ACTIONS(2198), - [aux_sym_control_path_token1] = ACTIONS(2198), - [aux_sym_control_persist_token1] = ACTIONS(2198), - [aux_sym_dynamic_forward_token1] = ACTIONS(2198), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2198), - [aux_sym_escape_char_token1] = ACTIONS(2198), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2198), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2198), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2198), - [aux_sym_forward_agent_token1] = ACTIONS(2198), - [aux_sym_forward_x11_token1] = ACTIONS(2200), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2198), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2198), - [aux_sym_gateway_ports_token1] = ACTIONS(2198), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2198), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2198), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2198), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2198), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2198), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2198), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2198), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2198), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2198), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2198), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2198), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2198), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2198), - [aux_sym_host_key_alias_token1] = ACTIONS(2198), - [aux_sym_hostname_token1] = ACTIONS(2198), - [aux_sym_identities_only_token1] = ACTIONS(2198), - [aux_sym_identity_agent_token1] = ACTIONS(2198), - [aux_sym_identity_file_token1] = ACTIONS(2198), - [aux_sym_ignore_unknown_token1] = ACTIONS(2198), - [aux_sym_include_token1] = ACTIONS(2198), - [aux_sym_ip_qos_token1] = ACTIONS(2198), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2198), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2198), - [aux_sym_kex_algorithms_token1] = ACTIONS(2198), - [aux_sym_known_hosts_command_token1] = ACTIONS(2198), - [aux_sym_local_command_token1] = ACTIONS(2198), - [aux_sym_local_forward_token1] = ACTIONS(2198), - [aux_sym_log_level_token1] = ACTIONS(2198), - [aux_sym_log_verbose_token1] = ACTIONS(2198), - [aux_sym_macs_token1] = ACTIONS(2198), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2198), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2198), - [aux_sym_password_authentication_token1] = ACTIONS(2198), - [aux_sym_permit_local_command_token1] = ACTIONS(2198), - [aux_sym_permit_remote_open_token1] = ACTIONS(2198), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2198), - [aux_sym_port_token1] = ACTIONS(2198), - [aux_sym_preferred_authentications_token1] = ACTIONS(2198), - [aux_sym_protocol_token1] = ACTIONS(2198), - [aux_sym_proxy_command_token1] = ACTIONS(2198), - [aux_sym_proxy_jump_token1] = ACTIONS(2198), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2198), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2198), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2198), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2198), - [aux_sym_rekey_limit_token1] = ACTIONS(2198), - [aux_sym_remote_command_token1] = ACTIONS(2198), - [aux_sym_remote_forward_token1] = ACTIONS(2198), - [aux_sym_request_tty_token1] = ACTIONS(2198), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2198), - [aux_sym_security_key_provider_token1] = ACTIONS(2198), - [aux_sym_send_env_token1] = ACTIONS(2198), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2198), - [aux_sym_server_alive_interval_token1] = ACTIONS(2198), - [aux_sym_session_type_token1] = ACTIONS(2198), - [aux_sym_set_env_token1] = ACTIONS(2198), - [aux_sym_stdin_null_token1] = ACTIONS(2198), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2198), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2198), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2198), - [aux_sym_syslog_facility_token1] = ACTIONS(2198), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2198), - [aux_sym_keep_alive_token1] = ACTIONS(2198), - [aux_sym_tunnel_token1] = ACTIONS(2200), - [aux_sym_tunnel_device_token1] = ACTIONS(2198), - [aux_sym_update_host_keys_token1] = ACTIONS(2198), - [aux_sym_use_keychain_token1] = ACTIONS(2198), - [aux_sym_use_roaming_token1] = ACTIONS(2198), - [aux_sym_user_token1] = ACTIONS(2200), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2198), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2198), - [aux_sym_visual_host_key_token1] = ACTIONS(2198), - [aux_sym_xauth_location_token1] = ACTIONS(2198), + [ts_builtin_sym_end] = ACTIONS(2205), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2207), + [anon_sym_DQUOTE] = ACTIONS(2205), + [aux_sym_match_token1] = ACTIONS(2205), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2205), + [aux_sym_address_family_token1] = ACTIONS(2205), + [aux_sym_batch_mode_token1] = ACTIONS(2205), + [aux_sym_bind_address_token1] = ACTIONS(2205), + [aux_sym_bind_interface_token1] = ACTIONS(2205), + [aux_sym_canonical_domains_token1] = ACTIONS(2205), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2205), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2205), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2205), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2205), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2205), + [aux_sym_certificate_file_token1] = ACTIONS(2205), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2205), + [aux_sym_check_host_ip_token1] = ACTIONS(2205), + [aux_sym_ciphers_token1] = ACTIONS(2205), + [aux_sym_cipher_token1] = ACTIONS(2207), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2205), + [aux_sym_compression_token1] = ACTIONS(2205), + [aux_sym_connection_attempts_token1] = ACTIONS(2205), + [aux_sym_connect_timeout_token1] = ACTIONS(2205), + [aux_sym_control_master_token1] = ACTIONS(2205), + [aux_sym_control_path_token1] = ACTIONS(2205), + [aux_sym_control_persist_token1] = ACTIONS(2205), + [aux_sym_dynamic_forward_token1] = ACTIONS(2205), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2205), + [aux_sym_escape_char_token1] = ACTIONS(2205), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2205), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2205), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2205), + [aux_sym_forward_agent_token1] = ACTIONS(2205), + [aux_sym_forward_x11_token1] = ACTIONS(2207), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2205), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2205), + [aux_sym_gateway_ports_token1] = ACTIONS(2205), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2205), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2205), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2205), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2205), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2205), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2205), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2205), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2205), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2205), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2205), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2205), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2205), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2205), + [aux_sym_host_key_alias_token1] = ACTIONS(2205), + [aux_sym_hostname_token1] = ACTIONS(2205), + [aux_sym_identities_only_token1] = ACTIONS(2205), + [aux_sym_identity_agent_token1] = ACTIONS(2205), + [aux_sym_identity_file_token1] = ACTIONS(2205), + [aux_sym_ignore_unknown_token1] = ACTIONS(2205), + [aux_sym_include_token1] = ACTIONS(2205), + [aux_sym_ip_qos_token1] = ACTIONS(2205), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2205), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2205), + [aux_sym_kex_algorithms_token1] = ACTIONS(2205), + [aux_sym_known_hosts_command_token1] = ACTIONS(2205), + [aux_sym_local_command_token1] = ACTIONS(2205), + [aux_sym_local_forward_token1] = ACTIONS(2205), + [aux_sym_log_level_token1] = ACTIONS(2205), + [aux_sym_log_verbose_token1] = ACTIONS(2205), + [aux_sym_macs_token1] = ACTIONS(2205), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2205), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2205), + [aux_sym_password_authentication_token1] = ACTIONS(2205), + [aux_sym_permit_local_command_token1] = ACTIONS(2205), + [aux_sym_permit_remote_open_token1] = ACTIONS(2205), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2205), + [aux_sym_port_token1] = ACTIONS(2205), + [aux_sym_preferred_authentications_token1] = ACTIONS(2205), + [aux_sym_protocol_token1] = ACTIONS(2205), + [aux_sym_proxy_command_token1] = ACTIONS(2205), + [aux_sym_proxy_jump_token1] = ACTIONS(2205), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2205), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2205), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2205), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2205), + [aux_sym_rekey_limit_token1] = ACTIONS(2205), + [aux_sym_remote_command_token1] = ACTIONS(2205), + [aux_sym_remote_forward_token1] = ACTIONS(2205), + [aux_sym_request_tty_token1] = ACTIONS(2205), + [aux_sym_required_rsa_size_token1] = ACTIONS(2205), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2205), + [aux_sym_security_key_provider_token1] = ACTIONS(2205), + [aux_sym_send_env_token1] = ACTIONS(2205), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2205), + [aux_sym_server_alive_interval_token1] = ACTIONS(2205), + [aux_sym_session_type_token1] = ACTIONS(2205), + [aux_sym_set_env_token1] = ACTIONS(2205), + [aux_sym_stdin_null_token1] = ACTIONS(2205), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2205), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2205), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2205), + [aux_sym_syslog_facility_token1] = ACTIONS(2205), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2205), + [aux_sym_keep_alive_token1] = ACTIONS(2205), + [aux_sym_tunnel_token1] = ACTIONS(2207), + [aux_sym_tunnel_device_token1] = ACTIONS(2205), + [aux_sym_update_host_keys_token1] = ACTIONS(2205), + [aux_sym_use_keychain_token1] = ACTIONS(2205), + [aux_sym_use_roaming_token1] = ACTIONS(2205), + [aux_sym_user_token1] = ACTIONS(2207), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2205), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2205), + [aux_sym_visual_host_key_token1] = ACTIONS(2205), + [aux_sym_xauth_location_token1] = ACTIONS(2205), }, [290] = { - [ts_builtin_sym_end] = ACTIONS(2202), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2204), - [anon_sym_DQUOTE] = ACTIONS(2206), - [aux_sym_match_token1] = ACTIONS(2202), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2202), - [aux_sym_address_family_token1] = ACTIONS(2202), - [aux_sym_batch_mode_token1] = ACTIONS(2202), - [aux_sym_bind_address_token1] = ACTIONS(2202), - [aux_sym_bind_interface_token1] = ACTIONS(2202), - [aux_sym_canonical_domains_token1] = ACTIONS(2202), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2202), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2202), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2202), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2202), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2202), - [aux_sym_certificate_file_token1] = ACTIONS(2202), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2202), - [aux_sym_check_host_ip_token1] = ACTIONS(2202), - [aux_sym_ciphers_token1] = ACTIONS(2202), - [aux_sym_cipher_token1] = ACTIONS(2204), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2202), - [aux_sym_compression_token1] = ACTIONS(2202), - [aux_sym_connection_attempts_token1] = ACTIONS(2202), - [aux_sym_connect_timeout_token1] = ACTIONS(2202), - [aux_sym_control_master_token1] = ACTIONS(2202), - [aux_sym_control_path_token1] = ACTIONS(2202), - [aux_sym_control_persist_token1] = ACTIONS(2202), - [aux_sym_dynamic_forward_token1] = ACTIONS(2202), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2202), - [aux_sym_escape_char_token1] = ACTIONS(2202), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2202), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2202), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2202), - [aux_sym_forward_agent_token1] = ACTIONS(2202), - [aux_sym_forward_x11_token1] = ACTIONS(2204), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2202), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2202), - [aux_sym_gateway_ports_token1] = ACTIONS(2202), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2202), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2202), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2202), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2202), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2202), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2202), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2202), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2202), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2202), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2202), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2202), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2202), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2202), - [aux_sym_host_key_alias_token1] = ACTIONS(2202), - [aux_sym_hostname_token1] = ACTIONS(2202), - [aux_sym_identities_only_token1] = ACTIONS(2202), - [aux_sym_identity_agent_token1] = ACTIONS(2202), - [aux_sym_identity_file_token1] = ACTIONS(2202), - [aux_sym_ignore_unknown_token1] = ACTIONS(2202), - [aux_sym_include_token1] = ACTIONS(2202), - [aux_sym_ip_qos_token1] = ACTIONS(2202), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2202), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2202), - [aux_sym_kex_algorithms_token1] = ACTIONS(2202), - [aux_sym_known_hosts_command_token1] = ACTIONS(2202), - [aux_sym_local_command_token1] = ACTIONS(2202), - [aux_sym_local_forward_token1] = ACTIONS(2202), - [aux_sym_log_level_token1] = ACTIONS(2202), - [aux_sym_log_verbose_token1] = ACTIONS(2202), - [aux_sym_macs_token1] = ACTIONS(2202), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2202), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2202), - [aux_sym_password_authentication_token1] = ACTIONS(2202), - [aux_sym_permit_local_command_token1] = ACTIONS(2202), - [aux_sym_permit_remote_open_token1] = ACTIONS(2202), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2202), - [aux_sym_port_token1] = ACTIONS(2202), - [aux_sym_preferred_authentications_token1] = ACTIONS(2202), - [aux_sym_protocol_token1] = ACTIONS(2202), - [aux_sym_proxy_command_token1] = ACTIONS(2202), - [aux_sym_proxy_jump_token1] = ACTIONS(2202), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2202), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2202), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2202), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2202), - [aux_sym_rekey_limit_token1] = ACTIONS(2202), - [aux_sym_remote_command_token1] = ACTIONS(2202), - [aux_sym_remote_forward_token1] = ACTIONS(2202), - [aux_sym_request_tty_token1] = ACTIONS(2202), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2202), - [aux_sym_security_key_provider_token1] = ACTIONS(2202), - [aux_sym_send_env_token1] = ACTIONS(2202), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2202), - [aux_sym_server_alive_interval_token1] = ACTIONS(2202), - [aux_sym_session_type_token1] = ACTIONS(2202), - [aux_sym_set_env_token1] = ACTIONS(2202), - [aux_sym_stdin_null_token1] = ACTIONS(2202), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2202), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2202), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2202), - [aux_sym_syslog_facility_token1] = ACTIONS(2202), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2202), - [aux_sym_keep_alive_token1] = ACTIONS(2202), - [aux_sym_tunnel_token1] = ACTIONS(2204), - [aux_sym_tunnel_device_token1] = ACTIONS(2202), - [aux_sym_update_host_keys_token1] = ACTIONS(2202), - [aux_sym_use_keychain_token1] = ACTIONS(2202), - [aux_sym_use_roaming_token1] = ACTIONS(2202), - [aux_sym_user_token1] = ACTIONS(2204), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2202), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2202), - [aux_sym_visual_host_key_token1] = ACTIONS(2202), - [aux_sym_xauth_location_token1] = ACTIONS(2202), + [ts_builtin_sym_end] = ACTIONS(2209), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2211), + [anon_sym_DQUOTE] = ACTIONS(2213), + [aux_sym_match_token1] = ACTIONS(2209), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2209), + [aux_sym_address_family_token1] = ACTIONS(2209), + [aux_sym_batch_mode_token1] = ACTIONS(2209), + [aux_sym_bind_address_token1] = ACTIONS(2209), + [aux_sym_bind_interface_token1] = ACTIONS(2209), + [aux_sym_canonical_domains_token1] = ACTIONS(2209), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2209), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2209), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2209), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2209), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2209), + [aux_sym_certificate_file_token1] = ACTIONS(2209), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2209), + [aux_sym_check_host_ip_token1] = ACTIONS(2209), + [aux_sym_ciphers_token1] = ACTIONS(2209), + [aux_sym_cipher_token1] = ACTIONS(2211), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2209), + [aux_sym_compression_token1] = ACTIONS(2209), + [aux_sym_connection_attempts_token1] = ACTIONS(2209), + [aux_sym_connect_timeout_token1] = ACTIONS(2209), + [aux_sym_control_master_token1] = ACTIONS(2209), + [aux_sym_control_path_token1] = ACTIONS(2209), + [aux_sym_control_persist_token1] = ACTIONS(2209), + [aux_sym_dynamic_forward_token1] = ACTIONS(2209), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2209), + [aux_sym_escape_char_token1] = ACTIONS(2209), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2209), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2209), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2209), + [aux_sym_forward_agent_token1] = ACTIONS(2209), + [aux_sym_forward_x11_token1] = ACTIONS(2211), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2209), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2209), + [aux_sym_gateway_ports_token1] = ACTIONS(2209), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2209), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2209), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2209), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2209), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2209), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2209), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2209), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2209), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2209), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2209), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2209), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2209), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2209), + [aux_sym_host_key_alias_token1] = ACTIONS(2209), + [aux_sym_hostname_token1] = ACTIONS(2209), + [aux_sym_identities_only_token1] = ACTIONS(2209), + [aux_sym_identity_agent_token1] = ACTIONS(2209), + [aux_sym_identity_file_token1] = ACTIONS(2209), + [aux_sym_ignore_unknown_token1] = ACTIONS(2209), + [aux_sym_include_token1] = ACTIONS(2209), + [aux_sym_ip_qos_token1] = ACTIONS(2209), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2209), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2209), + [aux_sym_kex_algorithms_token1] = ACTIONS(2209), + [aux_sym_known_hosts_command_token1] = ACTIONS(2209), + [aux_sym_local_command_token1] = ACTIONS(2209), + [aux_sym_local_forward_token1] = ACTIONS(2209), + [aux_sym_log_level_token1] = ACTIONS(2209), + [aux_sym_log_verbose_token1] = ACTIONS(2209), + [aux_sym_macs_token1] = ACTIONS(2209), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2209), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2209), + [aux_sym_password_authentication_token1] = ACTIONS(2209), + [aux_sym_permit_local_command_token1] = ACTIONS(2209), + [aux_sym_permit_remote_open_token1] = ACTIONS(2209), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2209), + [aux_sym_port_token1] = ACTIONS(2209), + [aux_sym_preferred_authentications_token1] = ACTIONS(2209), + [aux_sym_protocol_token1] = ACTIONS(2209), + [aux_sym_proxy_command_token1] = ACTIONS(2209), + [aux_sym_proxy_jump_token1] = ACTIONS(2209), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2209), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2209), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2209), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2209), + [aux_sym_rekey_limit_token1] = ACTIONS(2209), + [aux_sym_remote_command_token1] = ACTIONS(2209), + [aux_sym_remote_forward_token1] = ACTIONS(2209), + [aux_sym_request_tty_token1] = ACTIONS(2209), + [aux_sym_required_rsa_size_token1] = ACTIONS(2209), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2209), + [aux_sym_security_key_provider_token1] = ACTIONS(2209), + [aux_sym_send_env_token1] = ACTIONS(2209), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2209), + [aux_sym_server_alive_interval_token1] = ACTIONS(2209), + [aux_sym_session_type_token1] = ACTIONS(2209), + [aux_sym_set_env_token1] = ACTIONS(2209), + [aux_sym_stdin_null_token1] = ACTIONS(2209), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2209), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2209), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2209), + [aux_sym_syslog_facility_token1] = ACTIONS(2209), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2209), + [aux_sym_keep_alive_token1] = ACTIONS(2209), + [aux_sym_tunnel_token1] = ACTIONS(2211), + [aux_sym_tunnel_device_token1] = ACTIONS(2209), + [aux_sym_update_host_keys_token1] = ACTIONS(2209), + [aux_sym_use_keychain_token1] = ACTIONS(2209), + [aux_sym_use_roaming_token1] = ACTIONS(2209), + [aux_sym_user_token1] = ACTIONS(2211), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2209), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2209), + [aux_sym_visual_host_key_token1] = ACTIONS(2209), + [aux_sym_xauth_location_token1] = ACTIONS(2209), }, [291] = { - [ts_builtin_sym_end] = ACTIONS(2208), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2210), - [anon_sym_DQUOTE] = ACTIONS(2208), - [aux_sym_match_token1] = ACTIONS(2208), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2208), - [aux_sym_address_family_token1] = ACTIONS(2208), - [aux_sym_batch_mode_token1] = ACTIONS(2208), - [aux_sym_bind_address_token1] = ACTIONS(2208), - [aux_sym_bind_interface_token1] = ACTIONS(2208), - [aux_sym_canonical_domains_token1] = ACTIONS(2208), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2208), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2208), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2208), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2208), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2208), - [aux_sym_certificate_file_token1] = ACTIONS(2208), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2208), - [aux_sym_check_host_ip_token1] = ACTIONS(2208), - [aux_sym_ciphers_token1] = ACTIONS(2208), - [aux_sym_cipher_token1] = ACTIONS(2210), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2208), - [aux_sym_compression_token1] = ACTIONS(2208), - [aux_sym_connection_attempts_token1] = ACTIONS(2208), - [aux_sym_connect_timeout_token1] = ACTIONS(2208), - [aux_sym_control_master_token1] = ACTIONS(2208), - [aux_sym_control_path_token1] = ACTIONS(2208), - [aux_sym_control_persist_token1] = ACTIONS(2208), - [aux_sym_dynamic_forward_token1] = ACTIONS(2208), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2208), - [aux_sym_escape_char_token1] = ACTIONS(2208), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2208), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2208), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2208), - [aux_sym_forward_agent_token1] = ACTIONS(2208), - [aux_sym_forward_x11_token1] = ACTIONS(2210), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2208), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2208), - [aux_sym_gateway_ports_token1] = ACTIONS(2208), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2208), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2208), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2208), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2208), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2208), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2208), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2208), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2208), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2208), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2208), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2208), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2208), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2208), - [aux_sym_host_key_alias_token1] = ACTIONS(2208), - [aux_sym_hostname_token1] = ACTIONS(2208), - [aux_sym_identities_only_token1] = ACTIONS(2208), - [aux_sym_identity_agent_token1] = ACTIONS(2208), - [aux_sym_identity_file_token1] = ACTIONS(2208), - [aux_sym_ignore_unknown_token1] = ACTIONS(2208), - [aux_sym_include_token1] = ACTIONS(2208), - [aux_sym_ip_qos_token1] = ACTIONS(2208), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2208), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2208), - [aux_sym_kex_algorithms_token1] = ACTIONS(2208), - [aux_sym_known_hosts_command_token1] = ACTIONS(2208), - [aux_sym_local_command_token1] = ACTIONS(2208), - [aux_sym_local_forward_token1] = ACTIONS(2208), - [aux_sym_log_level_token1] = ACTIONS(2208), - [aux_sym_log_verbose_token1] = ACTIONS(2208), - [aux_sym_macs_token1] = ACTIONS(2208), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2208), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2208), - [aux_sym_password_authentication_token1] = ACTIONS(2208), - [aux_sym_permit_local_command_token1] = ACTIONS(2208), - [aux_sym_permit_remote_open_token1] = ACTIONS(2208), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2208), - [aux_sym_port_token1] = ACTIONS(2208), - [aux_sym_preferred_authentications_token1] = ACTIONS(2208), - [aux_sym_protocol_token1] = ACTIONS(2208), - [aux_sym_proxy_command_token1] = ACTIONS(2208), - [aux_sym_proxy_jump_token1] = ACTIONS(2208), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2208), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2208), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2208), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2208), - [aux_sym_rekey_limit_token1] = ACTIONS(2208), - [aux_sym_remote_command_token1] = ACTIONS(2208), - [aux_sym_remote_forward_token1] = ACTIONS(2208), - [aux_sym_request_tty_token1] = ACTIONS(2208), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2208), - [aux_sym_security_key_provider_token1] = ACTIONS(2208), - [aux_sym_send_env_token1] = ACTIONS(2208), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2208), - [aux_sym_server_alive_interval_token1] = ACTIONS(2208), - [aux_sym_session_type_token1] = ACTIONS(2208), - [aux_sym_set_env_token1] = ACTIONS(2208), - [aux_sym_stdin_null_token1] = ACTIONS(2208), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2208), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2208), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2208), - [aux_sym_syslog_facility_token1] = ACTIONS(2208), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2208), - [aux_sym_keep_alive_token1] = ACTIONS(2208), - [aux_sym_tunnel_token1] = ACTIONS(2210), - [aux_sym_tunnel_device_token1] = ACTIONS(2208), - [aux_sym_update_host_keys_token1] = ACTIONS(2208), - [aux_sym_use_keychain_token1] = ACTIONS(2208), - [aux_sym_use_roaming_token1] = ACTIONS(2208), - [aux_sym_user_token1] = ACTIONS(2210), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2208), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2208), - [aux_sym_visual_host_key_token1] = ACTIONS(2208), - [aux_sym_xauth_location_token1] = ACTIONS(2208), + [ts_builtin_sym_end] = ACTIONS(2215), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2217), + [anon_sym_DQUOTE] = ACTIONS(2215), + [aux_sym_match_token1] = ACTIONS(2215), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2215), + [aux_sym_address_family_token1] = ACTIONS(2215), + [aux_sym_batch_mode_token1] = ACTIONS(2215), + [aux_sym_bind_address_token1] = ACTIONS(2215), + [aux_sym_bind_interface_token1] = ACTIONS(2215), + [aux_sym_canonical_domains_token1] = ACTIONS(2215), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2215), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2215), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2215), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2215), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2215), + [aux_sym_certificate_file_token1] = ACTIONS(2215), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2215), + [aux_sym_check_host_ip_token1] = ACTIONS(2215), + [aux_sym_ciphers_token1] = ACTIONS(2215), + [aux_sym_cipher_token1] = ACTIONS(2217), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2215), + [aux_sym_compression_token1] = ACTIONS(2215), + [aux_sym_connection_attempts_token1] = ACTIONS(2215), + [aux_sym_connect_timeout_token1] = ACTIONS(2215), + [aux_sym_control_master_token1] = ACTIONS(2215), + [aux_sym_control_path_token1] = ACTIONS(2215), + [aux_sym_control_persist_token1] = ACTIONS(2215), + [aux_sym_dynamic_forward_token1] = ACTIONS(2215), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2215), + [aux_sym_escape_char_token1] = ACTIONS(2215), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2215), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2215), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2215), + [aux_sym_forward_agent_token1] = ACTIONS(2215), + [aux_sym_forward_x11_token1] = ACTIONS(2217), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2215), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2215), + [aux_sym_gateway_ports_token1] = ACTIONS(2215), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2215), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2215), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2215), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2215), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2215), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2215), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2215), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2215), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2215), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2215), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2215), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2215), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2215), + [aux_sym_host_key_alias_token1] = ACTIONS(2215), + [aux_sym_hostname_token1] = ACTIONS(2215), + [aux_sym_identities_only_token1] = ACTIONS(2215), + [aux_sym_identity_agent_token1] = ACTIONS(2215), + [aux_sym_identity_file_token1] = ACTIONS(2215), + [aux_sym_ignore_unknown_token1] = ACTIONS(2215), + [aux_sym_include_token1] = ACTIONS(2215), + [aux_sym_ip_qos_token1] = ACTIONS(2215), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2215), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2215), + [aux_sym_kex_algorithms_token1] = ACTIONS(2215), + [aux_sym_known_hosts_command_token1] = ACTIONS(2215), + [aux_sym_local_command_token1] = ACTIONS(2215), + [aux_sym_local_forward_token1] = ACTIONS(2215), + [aux_sym_log_level_token1] = ACTIONS(2215), + [aux_sym_log_verbose_token1] = ACTIONS(2215), + [aux_sym_macs_token1] = ACTIONS(2215), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2215), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2215), + [aux_sym_password_authentication_token1] = ACTIONS(2215), + [aux_sym_permit_local_command_token1] = ACTIONS(2215), + [aux_sym_permit_remote_open_token1] = ACTIONS(2215), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2215), + [aux_sym_port_token1] = ACTIONS(2215), + [aux_sym_preferred_authentications_token1] = ACTIONS(2215), + [aux_sym_protocol_token1] = ACTIONS(2215), + [aux_sym_proxy_command_token1] = ACTIONS(2215), + [aux_sym_proxy_jump_token1] = ACTIONS(2215), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2215), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2215), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2215), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2215), + [aux_sym_rekey_limit_token1] = ACTIONS(2215), + [aux_sym_remote_command_token1] = ACTIONS(2215), + [aux_sym_remote_forward_token1] = ACTIONS(2215), + [aux_sym_request_tty_token1] = ACTIONS(2215), + [aux_sym_required_rsa_size_token1] = ACTIONS(2215), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2215), + [aux_sym_security_key_provider_token1] = ACTIONS(2215), + [aux_sym_send_env_token1] = ACTIONS(2215), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2215), + [aux_sym_server_alive_interval_token1] = ACTIONS(2215), + [aux_sym_session_type_token1] = ACTIONS(2215), + [aux_sym_set_env_token1] = ACTIONS(2215), + [aux_sym_stdin_null_token1] = ACTIONS(2215), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2215), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2215), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2215), + [aux_sym_syslog_facility_token1] = ACTIONS(2215), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2215), + [aux_sym_keep_alive_token1] = ACTIONS(2215), + [aux_sym_tunnel_token1] = ACTIONS(2217), + [aux_sym_tunnel_device_token1] = ACTIONS(2215), + [aux_sym_update_host_keys_token1] = ACTIONS(2215), + [aux_sym_use_keychain_token1] = ACTIONS(2215), + [aux_sym_use_roaming_token1] = ACTIONS(2215), + [aux_sym_user_token1] = ACTIONS(2217), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2215), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2215), + [aux_sym_visual_host_key_token1] = ACTIONS(2215), + [aux_sym_xauth_location_token1] = ACTIONS(2215), }, [292] = { - [ts_builtin_sym_end] = ACTIONS(2212), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2214), - [anon_sym_DQUOTE] = ACTIONS(2216), - [aux_sym_match_token1] = ACTIONS(2212), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2212), - [aux_sym_address_family_token1] = ACTIONS(2212), - [aux_sym_batch_mode_token1] = ACTIONS(2212), - [aux_sym_bind_address_token1] = ACTIONS(2212), - [aux_sym_bind_interface_token1] = ACTIONS(2212), - [aux_sym_canonical_domains_token1] = ACTIONS(2212), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2212), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2212), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2212), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2212), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2212), - [aux_sym_certificate_file_token1] = ACTIONS(2212), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2212), - [aux_sym_check_host_ip_token1] = ACTIONS(2212), - [aux_sym_ciphers_token1] = ACTIONS(2212), - [aux_sym_cipher_token1] = ACTIONS(2214), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2212), - [aux_sym_compression_token1] = ACTIONS(2212), - [aux_sym_connection_attempts_token1] = ACTIONS(2212), - [aux_sym_connect_timeout_token1] = ACTIONS(2212), - [aux_sym_control_master_token1] = ACTIONS(2212), - [aux_sym_control_path_token1] = ACTIONS(2212), - [aux_sym_control_persist_token1] = ACTIONS(2212), - [aux_sym_dynamic_forward_token1] = ACTIONS(2212), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2212), - [aux_sym_escape_char_token1] = ACTIONS(2212), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2212), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2212), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2212), - [aux_sym_forward_agent_token1] = ACTIONS(2212), - [aux_sym_forward_x11_token1] = ACTIONS(2214), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2212), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2212), - [aux_sym_gateway_ports_token1] = ACTIONS(2212), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2212), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2212), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2212), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2212), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2212), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2212), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2212), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2212), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2212), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2212), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2212), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2212), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2212), - [aux_sym_host_key_alias_token1] = ACTIONS(2212), - [aux_sym_hostname_token1] = ACTIONS(2212), - [aux_sym_identities_only_token1] = ACTIONS(2212), - [aux_sym_identity_agent_token1] = ACTIONS(2212), - [aux_sym_identity_file_token1] = ACTIONS(2212), - [aux_sym_ignore_unknown_token1] = ACTIONS(2212), - [aux_sym_include_token1] = ACTIONS(2212), - [aux_sym_ip_qos_token1] = ACTIONS(2212), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2212), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2212), - [aux_sym_kex_algorithms_token1] = ACTIONS(2212), - [aux_sym_known_hosts_command_token1] = ACTIONS(2212), - [aux_sym_local_command_token1] = ACTIONS(2212), - [aux_sym_local_forward_token1] = ACTIONS(2212), - [aux_sym_log_level_token1] = ACTIONS(2212), - [aux_sym_log_verbose_token1] = ACTIONS(2212), - [aux_sym_macs_token1] = ACTIONS(2212), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2212), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2212), - [aux_sym_password_authentication_token1] = ACTIONS(2212), - [aux_sym_permit_local_command_token1] = ACTIONS(2212), - [aux_sym_permit_remote_open_token1] = ACTIONS(2212), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2212), - [aux_sym_port_token1] = ACTIONS(2212), - [aux_sym_preferred_authentications_token1] = ACTIONS(2212), - [aux_sym_protocol_token1] = ACTIONS(2212), - [aux_sym_proxy_command_token1] = ACTIONS(2212), - [aux_sym_proxy_jump_token1] = ACTIONS(2212), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2212), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2212), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2212), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2212), - [aux_sym_rekey_limit_token1] = ACTIONS(2212), - [aux_sym_remote_command_token1] = ACTIONS(2212), - [aux_sym_remote_forward_token1] = ACTIONS(2212), - [aux_sym_request_tty_token1] = ACTIONS(2212), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2212), - [aux_sym_security_key_provider_token1] = ACTIONS(2212), - [aux_sym_send_env_token1] = ACTIONS(2212), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2212), - [aux_sym_server_alive_interval_token1] = ACTIONS(2212), - [aux_sym_session_type_token1] = ACTIONS(2212), - [aux_sym_set_env_token1] = ACTIONS(2212), - [aux_sym_stdin_null_token1] = ACTIONS(2212), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2212), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2212), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2212), - [aux_sym_syslog_facility_token1] = ACTIONS(2212), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2212), - [aux_sym_keep_alive_token1] = ACTIONS(2212), - [aux_sym_tunnel_token1] = ACTIONS(2214), - [aux_sym_tunnel_device_token1] = ACTIONS(2212), - [aux_sym_update_host_keys_token1] = ACTIONS(2212), - [aux_sym_use_keychain_token1] = ACTIONS(2212), - [aux_sym_use_roaming_token1] = ACTIONS(2212), - [aux_sym_user_token1] = ACTIONS(2214), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2212), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2212), - [aux_sym_visual_host_key_token1] = ACTIONS(2212), - [aux_sym_xauth_location_token1] = ACTIONS(2212), + [ts_builtin_sym_end] = ACTIONS(2219), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2221), + [anon_sym_DQUOTE] = ACTIONS(2223), + [aux_sym_match_token1] = ACTIONS(2219), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2219), + [aux_sym_address_family_token1] = ACTIONS(2219), + [aux_sym_batch_mode_token1] = ACTIONS(2219), + [aux_sym_bind_address_token1] = ACTIONS(2219), + [aux_sym_bind_interface_token1] = ACTIONS(2219), + [aux_sym_canonical_domains_token1] = ACTIONS(2219), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2219), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2219), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2219), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2219), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2219), + [aux_sym_certificate_file_token1] = ACTIONS(2219), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2219), + [aux_sym_check_host_ip_token1] = ACTIONS(2219), + [aux_sym_ciphers_token1] = ACTIONS(2219), + [aux_sym_cipher_token1] = ACTIONS(2221), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2219), + [aux_sym_compression_token1] = ACTIONS(2219), + [aux_sym_connection_attempts_token1] = ACTIONS(2219), + [aux_sym_connect_timeout_token1] = ACTIONS(2219), + [aux_sym_control_master_token1] = ACTIONS(2219), + [aux_sym_control_path_token1] = ACTIONS(2219), + [aux_sym_control_persist_token1] = ACTIONS(2219), + [aux_sym_dynamic_forward_token1] = ACTIONS(2219), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2219), + [aux_sym_escape_char_token1] = ACTIONS(2219), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2219), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2219), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2219), + [aux_sym_forward_agent_token1] = ACTIONS(2219), + [aux_sym_forward_x11_token1] = ACTIONS(2221), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2219), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2219), + [aux_sym_gateway_ports_token1] = ACTIONS(2219), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2219), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2219), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2219), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2219), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2219), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2219), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2219), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2219), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2219), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2219), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2219), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2219), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2219), + [aux_sym_host_key_alias_token1] = ACTIONS(2219), + [aux_sym_hostname_token1] = ACTIONS(2219), + [aux_sym_identities_only_token1] = ACTIONS(2219), + [aux_sym_identity_agent_token1] = ACTIONS(2219), + [aux_sym_identity_file_token1] = ACTIONS(2219), + [aux_sym_ignore_unknown_token1] = ACTIONS(2219), + [aux_sym_include_token1] = ACTIONS(2219), + [aux_sym_ip_qos_token1] = ACTIONS(2219), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2219), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2219), + [aux_sym_kex_algorithms_token1] = ACTIONS(2219), + [aux_sym_known_hosts_command_token1] = ACTIONS(2219), + [aux_sym_local_command_token1] = ACTIONS(2219), + [aux_sym_local_forward_token1] = ACTIONS(2219), + [aux_sym_log_level_token1] = ACTIONS(2219), + [aux_sym_log_verbose_token1] = ACTIONS(2219), + [aux_sym_macs_token1] = ACTIONS(2219), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2219), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2219), + [aux_sym_password_authentication_token1] = ACTIONS(2219), + [aux_sym_permit_local_command_token1] = ACTIONS(2219), + [aux_sym_permit_remote_open_token1] = ACTIONS(2219), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2219), + [aux_sym_port_token1] = ACTIONS(2219), + [aux_sym_preferred_authentications_token1] = ACTIONS(2219), + [aux_sym_protocol_token1] = ACTIONS(2219), + [aux_sym_proxy_command_token1] = ACTIONS(2219), + [aux_sym_proxy_jump_token1] = ACTIONS(2219), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2219), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2219), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2219), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2219), + [aux_sym_rekey_limit_token1] = ACTIONS(2219), + [aux_sym_remote_command_token1] = ACTIONS(2219), + [aux_sym_remote_forward_token1] = ACTIONS(2219), + [aux_sym_request_tty_token1] = ACTIONS(2219), + [aux_sym_required_rsa_size_token1] = ACTIONS(2219), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2219), + [aux_sym_security_key_provider_token1] = ACTIONS(2219), + [aux_sym_send_env_token1] = ACTIONS(2219), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2219), + [aux_sym_server_alive_interval_token1] = ACTIONS(2219), + [aux_sym_session_type_token1] = ACTIONS(2219), + [aux_sym_set_env_token1] = ACTIONS(2219), + [aux_sym_stdin_null_token1] = ACTIONS(2219), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2219), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2219), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2219), + [aux_sym_syslog_facility_token1] = ACTIONS(2219), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2219), + [aux_sym_keep_alive_token1] = ACTIONS(2219), + [aux_sym_tunnel_token1] = ACTIONS(2221), + [aux_sym_tunnel_device_token1] = ACTIONS(2219), + [aux_sym_update_host_keys_token1] = ACTIONS(2219), + [aux_sym_use_keychain_token1] = ACTIONS(2219), + [aux_sym_use_roaming_token1] = ACTIONS(2219), + [aux_sym_user_token1] = ACTIONS(2221), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2219), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2219), + [aux_sym_visual_host_key_token1] = ACTIONS(2219), + [aux_sym_xauth_location_token1] = ACTIONS(2219), }, [293] = { - [ts_builtin_sym_end] = ACTIONS(2218), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2220), - [anon_sym_DQUOTE] = ACTIONS(2218), - [aux_sym_match_token1] = ACTIONS(2218), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2218), - [aux_sym_address_family_token1] = ACTIONS(2218), - [aux_sym_batch_mode_token1] = ACTIONS(2218), - [aux_sym_bind_address_token1] = ACTIONS(2218), - [aux_sym_bind_interface_token1] = ACTIONS(2218), - [aux_sym_canonical_domains_token1] = ACTIONS(2218), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2218), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2218), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2218), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2218), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2218), - [aux_sym_certificate_file_token1] = ACTIONS(2218), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2218), - [aux_sym_check_host_ip_token1] = ACTIONS(2218), - [aux_sym_ciphers_token1] = ACTIONS(2218), - [aux_sym_cipher_token1] = ACTIONS(2220), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2218), - [aux_sym_compression_token1] = ACTIONS(2218), - [aux_sym_connection_attempts_token1] = ACTIONS(2218), - [aux_sym_connect_timeout_token1] = ACTIONS(2218), - [aux_sym_control_master_token1] = ACTIONS(2218), - [aux_sym_control_path_token1] = ACTIONS(2218), - [aux_sym_control_persist_token1] = ACTIONS(2218), - [aux_sym_dynamic_forward_token1] = ACTIONS(2218), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2218), - [aux_sym_escape_char_token1] = ACTIONS(2218), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2218), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2218), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2218), - [aux_sym_forward_agent_token1] = ACTIONS(2218), - [aux_sym_forward_x11_token1] = ACTIONS(2220), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2218), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2218), - [aux_sym_gateway_ports_token1] = ACTIONS(2218), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2218), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2218), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2218), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2218), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2218), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2218), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2218), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2218), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2218), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2218), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2218), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2218), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2218), - [aux_sym_host_key_alias_token1] = ACTIONS(2218), - [aux_sym_hostname_token1] = ACTIONS(2218), - [aux_sym_identities_only_token1] = ACTIONS(2218), - [aux_sym_identity_agent_token1] = ACTIONS(2218), - [aux_sym_identity_file_token1] = ACTIONS(2218), - [aux_sym_ignore_unknown_token1] = ACTIONS(2218), - [aux_sym_include_token1] = ACTIONS(2218), - [aux_sym_ip_qos_token1] = ACTIONS(2218), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2218), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2218), - [aux_sym_kex_algorithms_token1] = ACTIONS(2218), - [aux_sym_known_hosts_command_token1] = ACTIONS(2218), - [aux_sym_local_command_token1] = ACTIONS(2218), - [aux_sym_local_forward_token1] = ACTIONS(2218), - [aux_sym_log_level_token1] = ACTIONS(2218), - [aux_sym_log_verbose_token1] = ACTIONS(2218), - [aux_sym_macs_token1] = ACTIONS(2218), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2218), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2218), - [aux_sym_password_authentication_token1] = ACTIONS(2218), - [aux_sym_permit_local_command_token1] = ACTIONS(2218), - [aux_sym_permit_remote_open_token1] = ACTIONS(2218), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2218), - [aux_sym_port_token1] = ACTIONS(2218), - [aux_sym_preferred_authentications_token1] = ACTIONS(2218), - [aux_sym_protocol_token1] = ACTIONS(2218), - [aux_sym_proxy_command_token1] = ACTIONS(2218), - [aux_sym_proxy_jump_token1] = ACTIONS(2218), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2218), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2218), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2218), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2218), - [aux_sym_rekey_limit_token1] = ACTIONS(2218), - [aux_sym_remote_command_token1] = ACTIONS(2218), - [aux_sym_remote_forward_token1] = ACTIONS(2218), - [aux_sym_request_tty_token1] = ACTIONS(2218), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2218), - [aux_sym_security_key_provider_token1] = ACTIONS(2218), - [aux_sym_send_env_token1] = ACTIONS(2218), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2218), - [aux_sym_server_alive_interval_token1] = ACTIONS(2218), - [aux_sym_session_type_token1] = ACTIONS(2218), - [aux_sym_set_env_token1] = ACTIONS(2218), - [aux_sym_stdin_null_token1] = ACTIONS(2218), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2218), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2218), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2218), - [aux_sym_syslog_facility_token1] = ACTIONS(2218), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2218), - [aux_sym_keep_alive_token1] = ACTIONS(2218), - [aux_sym_tunnel_token1] = ACTIONS(2220), - [aux_sym_tunnel_device_token1] = ACTIONS(2218), - [aux_sym_update_host_keys_token1] = ACTIONS(2218), - [aux_sym_use_keychain_token1] = ACTIONS(2218), - [aux_sym_use_roaming_token1] = ACTIONS(2218), - [aux_sym_user_token1] = ACTIONS(2220), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2218), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2218), - [aux_sym_visual_host_key_token1] = ACTIONS(2218), - [aux_sym_xauth_location_token1] = ACTIONS(2218), + [ts_builtin_sym_end] = ACTIONS(2225), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2227), + [anon_sym_DQUOTE] = ACTIONS(2225), + [aux_sym_match_token1] = ACTIONS(2225), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2225), + [aux_sym_address_family_token1] = ACTIONS(2225), + [aux_sym_batch_mode_token1] = ACTIONS(2225), + [aux_sym_bind_address_token1] = ACTIONS(2225), + [aux_sym_bind_interface_token1] = ACTIONS(2225), + [aux_sym_canonical_domains_token1] = ACTIONS(2225), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2225), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2225), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2225), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2225), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2225), + [aux_sym_certificate_file_token1] = ACTIONS(2225), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2225), + [aux_sym_check_host_ip_token1] = ACTIONS(2225), + [aux_sym_ciphers_token1] = ACTIONS(2225), + [aux_sym_cipher_token1] = ACTIONS(2227), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2225), + [aux_sym_compression_token1] = ACTIONS(2225), + [aux_sym_connection_attempts_token1] = ACTIONS(2225), + [aux_sym_connect_timeout_token1] = ACTIONS(2225), + [aux_sym_control_master_token1] = ACTIONS(2225), + [aux_sym_control_path_token1] = ACTIONS(2225), + [aux_sym_control_persist_token1] = ACTIONS(2225), + [aux_sym_dynamic_forward_token1] = ACTIONS(2225), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2225), + [aux_sym_escape_char_token1] = ACTIONS(2225), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2225), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2225), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2225), + [aux_sym_forward_agent_token1] = ACTIONS(2225), + [aux_sym_forward_x11_token1] = ACTIONS(2227), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2225), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2225), + [aux_sym_gateway_ports_token1] = ACTIONS(2225), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2225), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2225), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2225), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2225), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2225), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2225), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2225), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2225), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2225), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2225), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2225), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2225), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2225), + [aux_sym_host_key_alias_token1] = ACTIONS(2225), + [aux_sym_hostname_token1] = ACTIONS(2225), + [aux_sym_identities_only_token1] = ACTIONS(2225), + [aux_sym_identity_agent_token1] = ACTIONS(2225), + [aux_sym_identity_file_token1] = ACTIONS(2225), + [aux_sym_ignore_unknown_token1] = ACTIONS(2225), + [aux_sym_include_token1] = ACTIONS(2225), + [aux_sym_ip_qos_token1] = ACTIONS(2225), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2225), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2225), + [aux_sym_kex_algorithms_token1] = ACTIONS(2225), + [aux_sym_known_hosts_command_token1] = ACTIONS(2225), + [aux_sym_local_command_token1] = ACTIONS(2225), + [aux_sym_local_forward_token1] = ACTIONS(2225), + [aux_sym_log_level_token1] = ACTIONS(2225), + [aux_sym_log_verbose_token1] = ACTIONS(2225), + [aux_sym_macs_token1] = ACTIONS(2225), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2225), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2225), + [aux_sym_password_authentication_token1] = ACTIONS(2225), + [aux_sym_permit_local_command_token1] = ACTIONS(2225), + [aux_sym_permit_remote_open_token1] = ACTIONS(2225), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2225), + [aux_sym_port_token1] = ACTIONS(2225), + [aux_sym_preferred_authentications_token1] = ACTIONS(2225), + [aux_sym_protocol_token1] = ACTIONS(2225), + [aux_sym_proxy_command_token1] = ACTIONS(2225), + [aux_sym_proxy_jump_token1] = ACTIONS(2225), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2225), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2225), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2225), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2225), + [aux_sym_rekey_limit_token1] = ACTIONS(2225), + [aux_sym_remote_command_token1] = ACTIONS(2225), + [aux_sym_remote_forward_token1] = ACTIONS(2225), + [aux_sym_request_tty_token1] = ACTIONS(2225), + [aux_sym_required_rsa_size_token1] = ACTIONS(2225), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2225), + [aux_sym_security_key_provider_token1] = ACTIONS(2225), + [aux_sym_send_env_token1] = ACTIONS(2225), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2225), + [aux_sym_server_alive_interval_token1] = ACTIONS(2225), + [aux_sym_session_type_token1] = ACTIONS(2225), + [aux_sym_set_env_token1] = ACTIONS(2225), + [aux_sym_stdin_null_token1] = ACTIONS(2225), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2225), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2225), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2225), + [aux_sym_syslog_facility_token1] = ACTIONS(2225), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2225), + [aux_sym_keep_alive_token1] = ACTIONS(2225), + [aux_sym_tunnel_token1] = ACTIONS(2227), + [aux_sym_tunnel_device_token1] = ACTIONS(2225), + [aux_sym_update_host_keys_token1] = ACTIONS(2225), + [aux_sym_use_keychain_token1] = ACTIONS(2225), + [aux_sym_use_roaming_token1] = ACTIONS(2225), + [aux_sym_user_token1] = ACTIONS(2227), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2225), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2225), + [aux_sym_visual_host_key_token1] = ACTIONS(2225), + [aux_sym_xauth_location_token1] = ACTIONS(2225), }, [294] = { - [ts_builtin_sym_end] = ACTIONS(2222), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2224), - [anon_sym_DQUOTE] = ACTIONS(2226), - [aux_sym_match_token1] = ACTIONS(2222), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2222), - [aux_sym_address_family_token1] = ACTIONS(2222), - [aux_sym_batch_mode_token1] = ACTIONS(2222), - [aux_sym_bind_address_token1] = ACTIONS(2222), - [aux_sym_bind_interface_token1] = ACTIONS(2222), - [aux_sym_canonical_domains_token1] = ACTIONS(2222), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2222), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2222), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2222), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2222), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2222), - [aux_sym_certificate_file_token1] = ACTIONS(2222), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2222), - [aux_sym_check_host_ip_token1] = ACTIONS(2222), - [aux_sym_ciphers_token1] = ACTIONS(2222), - [aux_sym_cipher_token1] = ACTIONS(2224), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2222), - [aux_sym_compression_token1] = ACTIONS(2222), - [aux_sym_connection_attempts_token1] = ACTIONS(2222), - [aux_sym_connect_timeout_token1] = ACTIONS(2222), - [aux_sym_control_master_token1] = ACTIONS(2222), - [aux_sym_control_path_token1] = ACTIONS(2222), - [aux_sym_control_persist_token1] = ACTIONS(2222), - [aux_sym_dynamic_forward_token1] = ACTIONS(2222), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2222), - [aux_sym_escape_char_token1] = ACTIONS(2222), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2222), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2222), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2222), - [aux_sym_forward_agent_token1] = ACTIONS(2222), - [aux_sym_forward_x11_token1] = ACTIONS(2224), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2222), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2222), - [aux_sym_gateway_ports_token1] = ACTIONS(2222), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2222), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2222), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2222), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2222), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2222), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2222), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2222), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2222), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2222), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2222), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2222), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2222), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2222), - [aux_sym_host_key_alias_token1] = ACTIONS(2222), - [aux_sym_hostname_token1] = ACTIONS(2222), - [aux_sym_identities_only_token1] = ACTIONS(2222), - [aux_sym_identity_agent_token1] = ACTIONS(2222), - [aux_sym_identity_file_token1] = ACTIONS(2222), - [aux_sym_ignore_unknown_token1] = ACTIONS(2222), - [aux_sym_include_token1] = ACTIONS(2222), - [aux_sym_ip_qos_token1] = ACTIONS(2222), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2222), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2222), - [aux_sym_kex_algorithms_token1] = ACTIONS(2222), - [aux_sym_known_hosts_command_token1] = ACTIONS(2222), - [aux_sym_local_command_token1] = ACTIONS(2222), - [aux_sym_local_forward_token1] = ACTIONS(2222), - [aux_sym_log_level_token1] = ACTIONS(2222), - [aux_sym_log_verbose_token1] = ACTIONS(2222), - [aux_sym_macs_token1] = ACTIONS(2222), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2222), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2222), - [aux_sym_password_authentication_token1] = ACTIONS(2222), - [aux_sym_permit_local_command_token1] = ACTIONS(2222), - [aux_sym_permit_remote_open_token1] = ACTIONS(2222), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2222), - [aux_sym_port_token1] = ACTIONS(2222), - [aux_sym_preferred_authentications_token1] = ACTIONS(2222), - [aux_sym_protocol_token1] = ACTIONS(2222), - [aux_sym_proxy_command_token1] = ACTIONS(2222), - [aux_sym_proxy_jump_token1] = ACTIONS(2222), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2222), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2222), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2222), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2222), - [aux_sym_rekey_limit_token1] = ACTIONS(2222), - [aux_sym_remote_command_token1] = ACTIONS(2222), - [aux_sym_remote_forward_token1] = ACTIONS(2222), - [aux_sym_request_tty_token1] = ACTIONS(2222), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2222), - [aux_sym_security_key_provider_token1] = ACTIONS(2222), - [aux_sym_send_env_token1] = ACTIONS(2222), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2222), - [aux_sym_server_alive_interval_token1] = ACTIONS(2222), - [aux_sym_session_type_token1] = ACTIONS(2222), - [aux_sym_set_env_token1] = ACTIONS(2222), - [aux_sym_stdin_null_token1] = ACTIONS(2222), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2222), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2222), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2222), - [aux_sym_syslog_facility_token1] = ACTIONS(2222), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2222), - [aux_sym_keep_alive_token1] = ACTIONS(2222), - [aux_sym_tunnel_token1] = ACTIONS(2224), - [aux_sym_tunnel_device_token1] = ACTIONS(2222), - [aux_sym_update_host_keys_token1] = ACTIONS(2222), - [aux_sym_use_keychain_token1] = ACTIONS(2222), - [aux_sym_use_roaming_token1] = ACTIONS(2222), - [aux_sym_user_token1] = ACTIONS(2224), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2222), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2222), - [aux_sym_visual_host_key_token1] = ACTIONS(2222), - [aux_sym_xauth_location_token1] = ACTIONS(2222), + [ts_builtin_sym_end] = ACTIONS(2229), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2231), + [anon_sym_DQUOTE] = ACTIONS(2233), + [aux_sym_match_token1] = ACTIONS(2229), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2229), + [aux_sym_address_family_token1] = ACTIONS(2229), + [aux_sym_batch_mode_token1] = ACTIONS(2229), + [aux_sym_bind_address_token1] = ACTIONS(2229), + [aux_sym_bind_interface_token1] = ACTIONS(2229), + [aux_sym_canonical_domains_token1] = ACTIONS(2229), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2229), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2229), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2229), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2229), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2229), + [aux_sym_certificate_file_token1] = ACTIONS(2229), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2229), + [aux_sym_check_host_ip_token1] = ACTIONS(2229), + [aux_sym_ciphers_token1] = ACTIONS(2229), + [aux_sym_cipher_token1] = ACTIONS(2231), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2229), + [aux_sym_compression_token1] = ACTIONS(2229), + [aux_sym_connection_attempts_token1] = ACTIONS(2229), + [aux_sym_connect_timeout_token1] = ACTIONS(2229), + [aux_sym_control_master_token1] = ACTIONS(2229), + [aux_sym_control_path_token1] = ACTIONS(2229), + [aux_sym_control_persist_token1] = ACTIONS(2229), + [aux_sym_dynamic_forward_token1] = ACTIONS(2229), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2229), + [aux_sym_escape_char_token1] = ACTIONS(2229), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2229), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2229), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2229), + [aux_sym_forward_agent_token1] = ACTIONS(2229), + [aux_sym_forward_x11_token1] = ACTIONS(2231), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2229), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2229), + [aux_sym_gateway_ports_token1] = ACTIONS(2229), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2229), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2229), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2229), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2229), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2229), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2229), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2229), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2229), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2229), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2229), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2229), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2229), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2229), + [aux_sym_host_key_alias_token1] = ACTIONS(2229), + [aux_sym_hostname_token1] = ACTIONS(2229), + [aux_sym_identities_only_token1] = ACTIONS(2229), + [aux_sym_identity_agent_token1] = ACTIONS(2229), + [aux_sym_identity_file_token1] = ACTIONS(2229), + [aux_sym_ignore_unknown_token1] = ACTIONS(2229), + [aux_sym_include_token1] = ACTIONS(2229), + [aux_sym_ip_qos_token1] = ACTIONS(2229), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2229), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2229), + [aux_sym_kex_algorithms_token1] = ACTIONS(2229), + [aux_sym_known_hosts_command_token1] = ACTIONS(2229), + [aux_sym_local_command_token1] = ACTIONS(2229), + [aux_sym_local_forward_token1] = ACTIONS(2229), + [aux_sym_log_level_token1] = ACTIONS(2229), + [aux_sym_log_verbose_token1] = ACTIONS(2229), + [aux_sym_macs_token1] = ACTIONS(2229), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2229), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2229), + [aux_sym_password_authentication_token1] = ACTIONS(2229), + [aux_sym_permit_local_command_token1] = ACTIONS(2229), + [aux_sym_permit_remote_open_token1] = ACTIONS(2229), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2229), + [aux_sym_port_token1] = ACTIONS(2229), + [aux_sym_preferred_authentications_token1] = ACTIONS(2229), + [aux_sym_protocol_token1] = ACTIONS(2229), + [aux_sym_proxy_command_token1] = ACTIONS(2229), + [aux_sym_proxy_jump_token1] = ACTIONS(2229), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2229), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2229), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2229), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2229), + [aux_sym_rekey_limit_token1] = ACTIONS(2229), + [aux_sym_remote_command_token1] = ACTIONS(2229), + [aux_sym_remote_forward_token1] = ACTIONS(2229), + [aux_sym_request_tty_token1] = ACTIONS(2229), + [aux_sym_required_rsa_size_token1] = ACTIONS(2229), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2229), + [aux_sym_security_key_provider_token1] = ACTIONS(2229), + [aux_sym_send_env_token1] = ACTIONS(2229), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2229), + [aux_sym_server_alive_interval_token1] = ACTIONS(2229), + [aux_sym_session_type_token1] = ACTIONS(2229), + [aux_sym_set_env_token1] = ACTIONS(2229), + [aux_sym_stdin_null_token1] = ACTIONS(2229), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2229), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2229), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2229), + [aux_sym_syslog_facility_token1] = ACTIONS(2229), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2229), + [aux_sym_keep_alive_token1] = ACTIONS(2229), + [aux_sym_tunnel_token1] = ACTIONS(2231), + [aux_sym_tunnel_device_token1] = ACTIONS(2229), + [aux_sym_update_host_keys_token1] = ACTIONS(2229), + [aux_sym_use_keychain_token1] = ACTIONS(2229), + [aux_sym_use_roaming_token1] = ACTIONS(2229), + [aux_sym_user_token1] = ACTIONS(2231), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2229), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2229), + [aux_sym_visual_host_key_token1] = ACTIONS(2229), + [aux_sym_xauth_location_token1] = ACTIONS(2229), }, [295] = { - [ts_builtin_sym_end] = ACTIONS(2228), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2230), - [anon_sym_DQUOTE] = ACTIONS(2228), - [aux_sym_match_token1] = ACTIONS(2228), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2228), - [aux_sym_address_family_token1] = ACTIONS(2228), - [aux_sym_batch_mode_token1] = ACTIONS(2228), - [aux_sym_bind_address_token1] = ACTIONS(2228), - [aux_sym_bind_interface_token1] = ACTIONS(2228), - [aux_sym_canonical_domains_token1] = ACTIONS(2228), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2228), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2228), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2228), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2228), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2228), - [aux_sym_certificate_file_token1] = ACTIONS(2228), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2228), - [aux_sym_check_host_ip_token1] = ACTIONS(2228), - [aux_sym_ciphers_token1] = ACTIONS(2228), - [aux_sym_cipher_token1] = ACTIONS(2230), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2228), - [aux_sym_compression_token1] = ACTIONS(2228), - [aux_sym_connection_attempts_token1] = ACTIONS(2228), - [aux_sym_connect_timeout_token1] = ACTIONS(2228), - [aux_sym_control_master_token1] = ACTIONS(2228), - [aux_sym_control_path_token1] = ACTIONS(2228), - [aux_sym_control_persist_token1] = ACTIONS(2228), - [aux_sym_dynamic_forward_token1] = ACTIONS(2228), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2228), - [aux_sym_escape_char_token1] = ACTIONS(2228), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2228), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2228), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2228), - [aux_sym_forward_agent_token1] = ACTIONS(2228), - [aux_sym_forward_x11_token1] = ACTIONS(2230), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2228), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2228), - [aux_sym_gateway_ports_token1] = ACTIONS(2228), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2228), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2228), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2228), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2228), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2228), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2228), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2228), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2228), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2228), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2228), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2228), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2228), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2228), - [aux_sym_host_key_alias_token1] = ACTIONS(2228), - [aux_sym_hostname_token1] = ACTIONS(2228), - [aux_sym_identities_only_token1] = ACTIONS(2228), - [aux_sym_identity_agent_token1] = ACTIONS(2228), - [aux_sym_identity_file_token1] = ACTIONS(2228), - [aux_sym_ignore_unknown_token1] = ACTIONS(2228), - [aux_sym_include_token1] = ACTIONS(2228), - [aux_sym_ip_qos_token1] = ACTIONS(2228), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2228), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2228), - [aux_sym_kex_algorithms_token1] = ACTIONS(2228), - [aux_sym_known_hosts_command_token1] = ACTIONS(2228), - [aux_sym_local_command_token1] = ACTIONS(2228), - [aux_sym_local_forward_token1] = ACTIONS(2228), - [aux_sym_log_level_token1] = ACTIONS(2228), - [aux_sym_log_verbose_token1] = ACTIONS(2228), - [aux_sym_macs_token1] = ACTIONS(2228), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2228), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2228), - [aux_sym_password_authentication_token1] = ACTIONS(2228), - [aux_sym_permit_local_command_token1] = ACTIONS(2228), - [aux_sym_permit_remote_open_token1] = ACTIONS(2228), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2228), - [aux_sym_port_token1] = ACTIONS(2228), - [aux_sym_preferred_authentications_token1] = ACTIONS(2228), - [aux_sym_protocol_token1] = ACTIONS(2228), - [aux_sym_proxy_command_token1] = ACTIONS(2228), - [aux_sym_proxy_jump_token1] = ACTIONS(2228), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2228), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2228), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2228), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2228), - [aux_sym_rekey_limit_token1] = ACTIONS(2228), - [aux_sym_remote_command_token1] = ACTIONS(2228), - [aux_sym_remote_forward_token1] = ACTIONS(2228), - [aux_sym_request_tty_token1] = ACTIONS(2228), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2228), - [aux_sym_security_key_provider_token1] = ACTIONS(2228), - [aux_sym_send_env_token1] = ACTIONS(2228), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2228), - [aux_sym_server_alive_interval_token1] = ACTIONS(2228), - [aux_sym_session_type_token1] = ACTIONS(2228), - [aux_sym_set_env_token1] = ACTIONS(2228), - [aux_sym_stdin_null_token1] = ACTIONS(2228), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2228), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2228), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2228), - [aux_sym_syslog_facility_token1] = ACTIONS(2228), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2228), - [aux_sym_keep_alive_token1] = ACTIONS(2228), - [aux_sym_tunnel_token1] = ACTIONS(2230), - [aux_sym_tunnel_device_token1] = ACTIONS(2228), - [aux_sym_update_host_keys_token1] = ACTIONS(2228), - [aux_sym_use_keychain_token1] = ACTIONS(2228), - [aux_sym_use_roaming_token1] = ACTIONS(2228), - [aux_sym_user_token1] = ACTIONS(2230), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2228), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2228), - [aux_sym_visual_host_key_token1] = ACTIONS(2228), - [aux_sym_xauth_location_token1] = ACTIONS(2228), + [ts_builtin_sym_end] = ACTIONS(2235), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2237), + [anon_sym_DQUOTE] = ACTIONS(2235), + [aux_sym_match_token1] = ACTIONS(2235), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2235), + [aux_sym_address_family_token1] = ACTIONS(2235), + [aux_sym_batch_mode_token1] = ACTIONS(2235), + [aux_sym_bind_address_token1] = ACTIONS(2235), + [aux_sym_bind_interface_token1] = ACTIONS(2235), + [aux_sym_canonical_domains_token1] = ACTIONS(2235), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2235), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2235), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2235), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2235), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2235), + [aux_sym_certificate_file_token1] = ACTIONS(2235), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2235), + [aux_sym_check_host_ip_token1] = ACTIONS(2235), + [aux_sym_ciphers_token1] = ACTIONS(2235), + [aux_sym_cipher_token1] = ACTIONS(2237), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2235), + [aux_sym_compression_token1] = ACTIONS(2235), + [aux_sym_connection_attempts_token1] = ACTIONS(2235), + [aux_sym_connect_timeout_token1] = ACTIONS(2235), + [aux_sym_control_master_token1] = ACTIONS(2235), + [aux_sym_control_path_token1] = ACTIONS(2235), + [aux_sym_control_persist_token1] = ACTIONS(2235), + [aux_sym_dynamic_forward_token1] = ACTIONS(2235), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2235), + [aux_sym_escape_char_token1] = ACTIONS(2235), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2235), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2235), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2235), + [aux_sym_forward_agent_token1] = ACTIONS(2235), + [aux_sym_forward_x11_token1] = ACTIONS(2237), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2235), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2235), + [aux_sym_gateway_ports_token1] = ACTIONS(2235), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2235), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2235), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2235), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2235), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2235), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2235), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2235), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2235), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2235), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2235), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2235), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2235), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2235), + [aux_sym_host_key_alias_token1] = ACTIONS(2235), + [aux_sym_hostname_token1] = ACTIONS(2235), + [aux_sym_identities_only_token1] = ACTIONS(2235), + [aux_sym_identity_agent_token1] = ACTIONS(2235), + [aux_sym_identity_file_token1] = ACTIONS(2235), + [aux_sym_ignore_unknown_token1] = ACTIONS(2235), + [aux_sym_include_token1] = ACTIONS(2235), + [aux_sym_ip_qos_token1] = ACTIONS(2235), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2235), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2235), + [aux_sym_kex_algorithms_token1] = ACTIONS(2235), + [aux_sym_known_hosts_command_token1] = ACTIONS(2235), + [aux_sym_local_command_token1] = ACTIONS(2235), + [aux_sym_local_forward_token1] = ACTIONS(2235), + [aux_sym_log_level_token1] = ACTIONS(2235), + [aux_sym_log_verbose_token1] = ACTIONS(2235), + [aux_sym_macs_token1] = ACTIONS(2235), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2235), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2235), + [aux_sym_password_authentication_token1] = ACTIONS(2235), + [aux_sym_permit_local_command_token1] = ACTIONS(2235), + [aux_sym_permit_remote_open_token1] = ACTIONS(2235), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2235), + [aux_sym_port_token1] = ACTIONS(2235), + [aux_sym_preferred_authentications_token1] = ACTIONS(2235), + [aux_sym_protocol_token1] = ACTIONS(2235), + [aux_sym_proxy_command_token1] = ACTIONS(2235), + [aux_sym_proxy_jump_token1] = ACTIONS(2235), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2235), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2235), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2235), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2235), + [aux_sym_rekey_limit_token1] = ACTIONS(2235), + [aux_sym_remote_command_token1] = ACTIONS(2235), + [aux_sym_remote_forward_token1] = ACTIONS(2235), + [aux_sym_request_tty_token1] = ACTIONS(2235), + [aux_sym_required_rsa_size_token1] = ACTIONS(2235), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2235), + [aux_sym_security_key_provider_token1] = ACTIONS(2235), + [aux_sym_send_env_token1] = ACTIONS(2235), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2235), + [aux_sym_server_alive_interval_token1] = ACTIONS(2235), + [aux_sym_session_type_token1] = ACTIONS(2235), + [aux_sym_set_env_token1] = ACTIONS(2235), + [aux_sym_stdin_null_token1] = ACTIONS(2235), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2235), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2235), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2235), + [aux_sym_syslog_facility_token1] = ACTIONS(2235), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2235), + [aux_sym_keep_alive_token1] = ACTIONS(2235), + [aux_sym_tunnel_token1] = ACTIONS(2237), + [aux_sym_tunnel_device_token1] = ACTIONS(2235), + [aux_sym_update_host_keys_token1] = ACTIONS(2235), + [aux_sym_use_keychain_token1] = ACTIONS(2235), + [aux_sym_use_roaming_token1] = ACTIONS(2235), + [aux_sym_user_token1] = ACTIONS(2237), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2235), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2235), + [aux_sym_visual_host_key_token1] = ACTIONS(2235), + [aux_sym_xauth_location_token1] = ACTIONS(2235), }, [296] = { - [ts_builtin_sym_end] = ACTIONS(2232), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2234), - [anon_sym_DQUOTE] = ACTIONS(2236), - [aux_sym_match_token1] = ACTIONS(2232), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2232), - [aux_sym_address_family_token1] = ACTIONS(2232), - [aux_sym_batch_mode_token1] = ACTIONS(2232), - [aux_sym_bind_address_token1] = ACTIONS(2232), - [aux_sym_bind_interface_token1] = ACTIONS(2232), - [aux_sym_canonical_domains_token1] = ACTIONS(2232), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2232), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2232), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2232), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2232), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2232), - [aux_sym_certificate_file_token1] = ACTIONS(2232), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2232), - [aux_sym_check_host_ip_token1] = ACTIONS(2232), - [aux_sym_ciphers_token1] = ACTIONS(2232), - [aux_sym_cipher_token1] = ACTIONS(2234), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2232), - [aux_sym_compression_token1] = ACTIONS(2232), - [aux_sym_connection_attempts_token1] = ACTIONS(2232), - [aux_sym_connect_timeout_token1] = ACTIONS(2232), - [aux_sym_control_master_token1] = ACTIONS(2232), - [aux_sym_control_path_token1] = ACTIONS(2232), - [aux_sym_control_persist_token1] = ACTIONS(2232), - [aux_sym_dynamic_forward_token1] = ACTIONS(2232), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2232), - [aux_sym_escape_char_token1] = ACTIONS(2232), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2232), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2232), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2232), - [aux_sym_forward_agent_token1] = ACTIONS(2232), - [aux_sym_forward_x11_token1] = ACTIONS(2234), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2232), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2232), - [aux_sym_gateway_ports_token1] = ACTIONS(2232), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2232), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2232), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2232), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2232), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2232), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2232), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2232), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2232), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2232), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2232), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2232), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2232), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2232), - [aux_sym_host_key_alias_token1] = ACTIONS(2232), - [aux_sym_hostname_token1] = ACTIONS(2232), - [aux_sym_identities_only_token1] = ACTIONS(2232), - [aux_sym_identity_agent_token1] = ACTIONS(2232), - [aux_sym_identity_file_token1] = ACTIONS(2232), - [aux_sym_ignore_unknown_token1] = ACTIONS(2232), - [aux_sym_include_token1] = ACTIONS(2232), - [aux_sym_ip_qos_token1] = ACTIONS(2232), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2232), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2232), - [aux_sym_kex_algorithms_token1] = ACTIONS(2232), - [aux_sym_known_hosts_command_token1] = ACTIONS(2232), - [aux_sym_local_command_token1] = ACTIONS(2232), - [aux_sym_local_forward_token1] = ACTIONS(2232), - [aux_sym_log_level_token1] = ACTIONS(2232), - [aux_sym_log_verbose_token1] = ACTIONS(2232), - [aux_sym_macs_token1] = ACTIONS(2232), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2232), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2232), - [aux_sym_password_authentication_token1] = ACTIONS(2232), - [aux_sym_permit_local_command_token1] = ACTIONS(2232), - [aux_sym_permit_remote_open_token1] = ACTIONS(2232), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2232), - [aux_sym_port_token1] = ACTIONS(2232), - [aux_sym_preferred_authentications_token1] = ACTIONS(2232), - [aux_sym_protocol_token1] = ACTIONS(2232), - [aux_sym_proxy_command_token1] = ACTIONS(2232), - [aux_sym_proxy_jump_token1] = ACTIONS(2232), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2232), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2232), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2232), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2232), - [aux_sym_rekey_limit_token1] = ACTIONS(2232), - [aux_sym_remote_command_token1] = ACTIONS(2232), - [aux_sym_remote_forward_token1] = ACTIONS(2232), - [aux_sym_request_tty_token1] = ACTIONS(2232), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2232), - [aux_sym_security_key_provider_token1] = ACTIONS(2232), - [aux_sym_send_env_token1] = ACTIONS(2232), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2232), - [aux_sym_server_alive_interval_token1] = ACTIONS(2232), - [aux_sym_session_type_token1] = ACTIONS(2232), - [aux_sym_set_env_token1] = ACTIONS(2232), - [aux_sym_stdin_null_token1] = ACTIONS(2232), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2232), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2232), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2232), - [aux_sym_syslog_facility_token1] = ACTIONS(2232), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2232), - [aux_sym_keep_alive_token1] = ACTIONS(2232), - [aux_sym_tunnel_token1] = ACTIONS(2234), - [aux_sym_tunnel_device_token1] = ACTIONS(2232), - [aux_sym_update_host_keys_token1] = ACTIONS(2232), - [aux_sym_use_keychain_token1] = ACTIONS(2232), - [aux_sym_use_roaming_token1] = ACTIONS(2232), - [aux_sym_user_token1] = ACTIONS(2234), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2232), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2232), - [aux_sym_visual_host_key_token1] = ACTIONS(2232), - [aux_sym_xauth_location_token1] = ACTIONS(2232), + [ts_builtin_sym_end] = ACTIONS(2239), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2241), + [anon_sym_DQUOTE] = ACTIONS(2243), + [aux_sym_match_token1] = ACTIONS(2239), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2239), + [aux_sym_address_family_token1] = ACTIONS(2239), + [aux_sym_batch_mode_token1] = ACTIONS(2239), + [aux_sym_bind_address_token1] = ACTIONS(2239), + [aux_sym_bind_interface_token1] = ACTIONS(2239), + [aux_sym_canonical_domains_token1] = ACTIONS(2239), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2239), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2239), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2239), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2239), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2239), + [aux_sym_certificate_file_token1] = ACTIONS(2239), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2239), + [aux_sym_check_host_ip_token1] = ACTIONS(2239), + [aux_sym_ciphers_token1] = ACTIONS(2239), + [aux_sym_cipher_token1] = ACTIONS(2241), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2239), + [aux_sym_compression_token1] = ACTIONS(2239), + [aux_sym_connection_attempts_token1] = ACTIONS(2239), + [aux_sym_connect_timeout_token1] = ACTIONS(2239), + [aux_sym_control_master_token1] = ACTIONS(2239), + [aux_sym_control_path_token1] = ACTIONS(2239), + [aux_sym_control_persist_token1] = ACTIONS(2239), + [aux_sym_dynamic_forward_token1] = ACTIONS(2239), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2239), + [aux_sym_escape_char_token1] = ACTIONS(2239), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2239), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2239), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2239), + [aux_sym_forward_agent_token1] = ACTIONS(2239), + [aux_sym_forward_x11_token1] = ACTIONS(2241), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2239), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2239), + [aux_sym_gateway_ports_token1] = ACTIONS(2239), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2239), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2239), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2239), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2239), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2239), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2239), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2239), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2239), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2239), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2239), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2239), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2239), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2239), + [aux_sym_host_key_alias_token1] = ACTIONS(2239), + [aux_sym_hostname_token1] = ACTIONS(2239), + [aux_sym_identities_only_token1] = ACTIONS(2239), + [aux_sym_identity_agent_token1] = ACTIONS(2239), + [aux_sym_identity_file_token1] = ACTIONS(2239), + [aux_sym_ignore_unknown_token1] = ACTIONS(2239), + [aux_sym_include_token1] = ACTIONS(2239), + [aux_sym_ip_qos_token1] = ACTIONS(2239), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2239), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2239), + [aux_sym_kex_algorithms_token1] = ACTIONS(2239), + [aux_sym_known_hosts_command_token1] = ACTIONS(2239), + [aux_sym_local_command_token1] = ACTIONS(2239), + [aux_sym_local_forward_token1] = ACTIONS(2239), + [aux_sym_log_level_token1] = ACTIONS(2239), + [aux_sym_log_verbose_token1] = ACTIONS(2239), + [aux_sym_macs_token1] = ACTIONS(2239), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2239), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2239), + [aux_sym_password_authentication_token1] = ACTIONS(2239), + [aux_sym_permit_local_command_token1] = ACTIONS(2239), + [aux_sym_permit_remote_open_token1] = ACTIONS(2239), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2239), + [aux_sym_port_token1] = ACTIONS(2239), + [aux_sym_preferred_authentications_token1] = ACTIONS(2239), + [aux_sym_protocol_token1] = ACTIONS(2239), + [aux_sym_proxy_command_token1] = ACTIONS(2239), + [aux_sym_proxy_jump_token1] = ACTIONS(2239), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2239), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2239), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2239), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2239), + [aux_sym_rekey_limit_token1] = ACTIONS(2239), + [aux_sym_remote_command_token1] = ACTIONS(2239), + [aux_sym_remote_forward_token1] = ACTIONS(2239), + [aux_sym_request_tty_token1] = ACTIONS(2239), + [aux_sym_required_rsa_size_token1] = ACTIONS(2239), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2239), + [aux_sym_security_key_provider_token1] = ACTIONS(2239), + [aux_sym_send_env_token1] = ACTIONS(2239), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2239), + [aux_sym_server_alive_interval_token1] = ACTIONS(2239), + [aux_sym_session_type_token1] = ACTIONS(2239), + [aux_sym_set_env_token1] = ACTIONS(2239), + [aux_sym_stdin_null_token1] = ACTIONS(2239), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2239), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2239), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2239), + [aux_sym_syslog_facility_token1] = ACTIONS(2239), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2239), + [aux_sym_keep_alive_token1] = ACTIONS(2239), + [aux_sym_tunnel_token1] = ACTIONS(2241), + [aux_sym_tunnel_device_token1] = ACTIONS(2239), + [aux_sym_update_host_keys_token1] = ACTIONS(2239), + [aux_sym_use_keychain_token1] = ACTIONS(2239), + [aux_sym_use_roaming_token1] = ACTIONS(2239), + [aux_sym_user_token1] = ACTIONS(2241), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2239), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2239), + [aux_sym_visual_host_key_token1] = ACTIONS(2239), + [aux_sym_xauth_location_token1] = ACTIONS(2239), }, [297] = { - [ts_builtin_sym_end] = ACTIONS(2238), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2240), - [anon_sym_DQUOTE] = ACTIONS(2242), - [aux_sym_match_token1] = ACTIONS(2238), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2238), - [aux_sym_address_family_token1] = ACTIONS(2238), - [aux_sym_batch_mode_token1] = ACTIONS(2238), - [aux_sym_bind_address_token1] = ACTIONS(2238), - [aux_sym_bind_interface_token1] = ACTIONS(2238), - [aux_sym_canonical_domains_token1] = ACTIONS(2238), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2238), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2238), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2238), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2238), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2238), - [aux_sym_certificate_file_token1] = ACTIONS(2238), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2238), - [aux_sym_check_host_ip_token1] = ACTIONS(2238), - [aux_sym_ciphers_token1] = ACTIONS(2238), - [aux_sym_cipher_token1] = ACTIONS(2240), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2238), - [aux_sym_compression_token1] = ACTIONS(2238), - [aux_sym_connection_attempts_token1] = ACTIONS(2238), - [aux_sym_connect_timeout_token1] = ACTIONS(2238), - [aux_sym_control_master_token1] = ACTIONS(2238), - [aux_sym_control_path_token1] = ACTIONS(2238), - [aux_sym_control_persist_token1] = ACTIONS(2238), - [aux_sym_dynamic_forward_token1] = ACTIONS(2238), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2238), - [aux_sym_escape_char_token1] = ACTIONS(2238), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2238), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2238), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2238), - [aux_sym_forward_agent_token1] = ACTIONS(2238), - [aux_sym_forward_x11_token1] = ACTIONS(2240), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2238), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2238), - [aux_sym_gateway_ports_token1] = ACTIONS(2238), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2238), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2238), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2238), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2238), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2238), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2238), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2238), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2238), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2238), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2238), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2238), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2238), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2238), - [aux_sym_host_key_alias_token1] = ACTIONS(2238), - [aux_sym_hostname_token1] = ACTIONS(2238), - [aux_sym_identities_only_token1] = ACTIONS(2238), - [aux_sym_identity_agent_token1] = ACTIONS(2238), - [aux_sym_identity_file_token1] = ACTIONS(2238), - [aux_sym_ignore_unknown_token1] = ACTIONS(2238), - [aux_sym_include_token1] = ACTIONS(2238), - [aux_sym_ip_qos_token1] = ACTIONS(2238), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2238), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2238), - [aux_sym_kex_algorithms_token1] = ACTIONS(2238), - [aux_sym_known_hosts_command_token1] = ACTIONS(2238), - [aux_sym_local_command_token1] = ACTIONS(2238), - [aux_sym_local_forward_token1] = ACTIONS(2238), - [aux_sym_log_level_token1] = ACTIONS(2238), - [aux_sym_log_verbose_token1] = ACTIONS(2238), - [aux_sym_macs_token1] = ACTIONS(2238), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2238), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2238), - [aux_sym_password_authentication_token1] = ACTIONS(2238), - [aux_sym_permit_local_command_token1] = ACTIONS(2238), - [aux_sym_permit_remote_open_token1] = ACTIONS(2238), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2238), - [aux_sym_port_token1] = ACTIONS(2238), - [aux_sym_preferred_authentications_token1] = ACTIONS(2238), - [aux_sym_protocol_token1] = ACTIONS(2238), - [aux_sym_proxy_command_token1] = ACTIONS(2238), - [aux_sym_proxy_jump_token1] = ACTIONS(2238), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2238), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2238), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2238), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2238), - [aux_sym_rekey_limit_token1] = ACTIONS(2238), - [aux_sym_remote_command_token1] = ACTIONS(2238), - [aux_sym_remote_forward_token1] = ACTIONS(2238), - [aux_sym_request_tty_token1] = ACTIONS(2238), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2238), - [aux_sym_security_key_provider_token1] = ACTIONS(2238), - [aux_sym_send_env_token1] = ACTIONS(2238), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2238), - [aux_sym_server_alive_interval_token1] = ACTIONS(2238), - [aux_sym_session_type_token1] = ACTIONS(2238), - [aux_sym_set_env_token1] = ACTIONS(2238), - [aux_sym_stdin_null_token1] = ACTIONS(2238), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2238), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2238), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2238), - [aux_sym_syslog_facility_token1] = ACTIONS(2238), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2238), - [aux_sym_keep_alive_token1] = ACTIONS(2238), - [aux_sym_tunnel_token1] = ACTIONS(2240), - [aux_sym_tunnel_device_token1] = ACTIONS(2238), - [aux_sym_update_host_keys_token1] = ACTIONS(2238), - [aux_sym_use_keychain_token1] = ACTIONS(2238), - [aux_sym_use_roaming_token1] = ACTIONS(2238), - [aux_sym_user_token1] = ACTIONS(2240), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2238), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2238), - [aux_sym_visual_host_key_token1] = ACTIONS(2238), - [aux_sym_xauth_location_token1] = ACTIONS(2238), + [ts_builtin_sym_end] = ACTIONS(2245), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2247), + [anon_sym_DQUOTE] = ACTIONS(2245), + [aux_sym_match_token1] = ACTIONS(2245), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2245), + [aux_sym_address_family_token1] = ACTIONS(2245), + [aux_sym_batch_mode_token1] = ACTIONS(2245), + [aux_sym_bind_address_token1] = ACTIONS(2245), + [aux_sym_bind_interface_token1] = ACTIONS(2245), + [aux_sym_canonical_domains_token1] = ACTIONS(2245), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2245), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2245), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2245), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2245), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2245), + [aux_sym_certificate_file_token1] = ACTIONS(2245), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2245), + [aux_sym_check_host_ip_token1] = ACTIONS(2245), + [aux_sym_ciphers_token1] = ACTIONS(2245), + [aux_sym_cipher_token1] = ACTIONS(2247), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2245), + [aux_sym_compression_token1] = ACTIONS(2245), + [aux_sym_connection_attempts_token1] = ACTIONS(2245), + [aux_sym_connect_timeout_token1] = ACTIONS(2245), + [aux_sym_control_master_token1] = ACTIONS(2245), + [aux_sym_control_path_token1] = ACTIONS(2245), + [aux_sym_control_persist_token1] = ACTIONS(2245), + [aux_sym_dynamic_forward_token1] = ACTIONS(2245), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2245), + [aux_sym_escape_char_token1] = ACTIONS(2245), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2245), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2245), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2245), + [aux_sym_forward_agent_token1] = ACTIONS(2245), + [aux_sym_forward_x11_token1] = ACTIONS(2247), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2245), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2245), + [aux_sym_gateway_ports_token1] = ACTIONS(2245), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2245), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2245), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2245), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2245), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2245), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2245), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2245), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2245), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2245), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2245), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2245), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2245), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2245), + [aux_sym_host_key_alias_token1] = ACTIONS(2245), + [aux_sym_hostname_token1] = ACTIONS(2245), + [aux_sym_identities_only_token1] = ACTIONS(2245), + [aux_sym_identity_agent_token1] = ACTIONS(2245), + [aux_sym_identity_file_token1] = ACTIONS(2245), + [aux_sym_ignore_unknown_token1] = ACTIONS(2245), + [aux_sym_include_token1] = ACTIONS(2245), + [aux_sym_ip_qos_token1] = ACTIONS(2245), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2245), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2245), + [aux_sym_kex_algorithms_token1] = ACTIONS(2245), + [aux_sym_known_hosts_command_token1] = ACTIONS(2245), + [aux_sym_local_command_token1] = ACTIONS(2245), + [aux_sym_local_forward_token1] = ACTIONS(2245), + [aux_sym_log_level_token1] = ACTIONS(2245), + [aux_sym_log_verbose_token1] = ACTIONS(2245), + [aux_sym_macs_token1] = ACTIONS(2245), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2245), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2245), + [aux_sym_password_authentication_token1] = ACTIONS(2245), + [aux_sym_permit_local_command_token1] = ACTIONS(2245), + [aux_sym_permit_remote_open_token1] = ACTIONS(2245), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2245), + [aux_sym_port_token1] = ACTIONS(2245), + [aux_sym_preferred_authentications_token1] = ACTIONS(2245), + [aux_sym_protocol_token1] = ACTIONS(2245), + [aux_sym_proxy_command_token1] = ACTIONS(2245), + [aux_sym_proxy_jump_token1] = ACTIONS(2245), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2245), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2245), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2245), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2245), + [aux_sym_rekey_limit_token1] = ACTIONS(2245), + [aux_sym_remote_command_token1] = ACTIONS(2245), + [aux_sym_remote_forward_token1] = ACTIONS(2245), + [aux_sym_request_tty_token1] = ACTIONS(2245), + [aux_sym_required_rsa_size_token1] = ACTIONS(2245), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2245), + [aux_sym_security_key_provider_token1] = ACTIONS(2245), + [aux_sym_send_env_token1] = ACTIONS(2245), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2245), + [aux_sym_server_alive_interval_token1] = ACTIONS(2245), + [aux_sym_session_type_token1] = ACTIONS(2245), + [aux_sym_set_env_token1] = ACTIONS(2245), + [aux_sym_stdin_null_token1] = ACTIONS(2245), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2245), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2245), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2245), + [aux_sym_syslog_facility_token1] = ACTIONS(2245), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2245), + [aux_sym_keep_alive_token1] = ACTIONS(2245), + [aux_sym_tunnel_token1] = ACTIONS(2247), + [aux_sym_tunnel_device_token1] = ACTIONS(2245), + [aux_sym_update_host_keys_token1] = ACTIONS(2245), + [aux_sym_use_keychain_token1] = ACTIONS(2245), + [aux_sym_use_roaming_token1] = ACTIONS(2245), + [aux_sym_user_token1] = ACTIONS(2247), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2245), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2245), + [aux_sym_visual_host_key_token1] = ACTIONS(2245), + [aux_sym_xauth_location_token1] = ACTIONS(2245), }, [298] = { - [ts_builtin_sym_end] = ACTIONS(2244), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2246), - [anon_sym_DQUOTE] = ACTIONS(2244), - [aux_sym_match_token1] = ACTIONS(2244), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2244), - [aux_sym_address_family_token1] = ACTIONS(2244), - [aux_sym_batch_mode_token1] = ACTIONS(2244), - [aux_sym_bind_address_token1] = ACTIONS(2244), - [aux_sym_bind_interface_token1] = ACTIONS(2244), - [aux_sym_canonical_domains_token1] = ACTIONS(2244), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2244), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2244), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2244), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2244), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2244), - [aux_sym_certificate_file_token1] = ACTIONS(2244), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2244), - [aux_sym_check_host_ip_token1] = ACTIONS(2244), - [aux_sym_ciphers_token1] = ACTIONS(2244), - [aux_sym_cipher_token1] = ACTIONS(2246), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2244), - [aux_sym_compression_token1] = ACTIONS(2244), - [aux_sym_connection_attempts_token1] = ACTIONS(2244), - [aux_sym_connect_timeout_token1] = ACTIONS(2244), - [aux_sym_control_master_token1] = ACTIONS(2244), - [aux_sym_control_path_token1] = ACTIONS(2244), - [aux_sym_control_persist_token1] = ACTIONS(2244), - [aux_sym_dynamic_forward_token1] = ACTIONS(2244), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2244), - [aux_sym_escape_char_token1] = ACTIONS(2244), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2244), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2244), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2244), - [aux_sym_forward_agent_token1] = ACTIONS(2244), - [aux_sym_forward_x11_token1] = ACTIONS(2246), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2244), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2244), - [aux_sym_gateway_ports_token1] = ACTIONS(2244), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2244), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2244), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2244), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2244), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2244), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2244), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2244), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2244), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2244), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2244), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2244), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2244), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2244), - [aux_sym_host_key_alias_token1] = ACTIONS(2244), - [aux_sym_hostname_token1] = ACTIONS(2244), - [aux_sym_identities_only_token1] = ACTIONS(2244), - [aux_sym_identity_agent_token1] = ACTIONS(2244), - [aux_sym_identity_file_token1] = ACTIONS(2244), - [aux_sym_ignore_unknown_token1] = ACTIONS(2244), - [aux_sym_include_token1] = ACTIONS(2244), - [aux_sym_ip_qos_token1] = ACTIONS(2244), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2244), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2244), - [aux_sym_kex_algorithms_token1] = ACTIONS(2244), - [aux_sym_known_hosts_command_token1] = ACTIONS(2244), - [aux_sym_local_command_token1] = ACTIONS(2244), - [aux_sym_local_forward_token1] = ACTIONS(2244), - [aux_sym_log_level_token1] = ACTIONS(2244), - [aux_sym_log_verbose_token1] = ACTIONS(2244), - [aux_sym_macs_token1] = ACTIONS(2244), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2244), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2244), - [aux_sym_password_authentication_token1] = ACTIONS(2244), - [aux_sym_permit_local_command_token1] = ACTIONS(2244), - [aux_sym_permit_remote_open_token1] = ACTIONS(2244), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2244), - [aux_sym_port_token1] = ACTIONS(2244), - [aux_sym_preferred_authentications_token1] = ACTIONS(2244), - [aux_sym_protocol_token1] = ACTIONS(2244), - [aux_sym_proxy_command_token1] = ACTIONS(2244), - [aux_sym_proxy_jump_token1] = ACTIONS(2244), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2244), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2244), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2244), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2244), - [aux_sym_rekey_limit_token1] = ACTIONS(2244), - [aux_sym_remote_command_token1] = ACTIONS(2244), - [aux_sym_remote_forward_token1] = ACTIONS(2244), - [aux_sym_request_tty_token1] = ACTIONS(2244), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2244), - [aux_sym_security_key_provider_token1] = ACTIONS(2244), - [aux_sym_send_env_token1] = ACTIONS(2244), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2244), - [aux_sym_server_alive_interval_token1] = ACTIONS(2244), - [aux_sym_session_type_token1] = ACTIONS(2244), - [aux_sym_set_env_token1] = ACTIONS(2244), - [aux_sym_stdin_null_token1] = ACTIONS(2244), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2244), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2244), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2244), - [aux_sym_syslog_facility_token1] = ACTIONS(2244), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2244), - [aux_sym_keep_alive_token1] = ACTIONS(2244), - [aux_sym_tunnel_token1] = ACTIONS(2246), - [aux_sym_tunnel_device_token1] = ACTIONS(2244), - [aux_sym_update_host_keys_token1] = ACTIONS(2244), - [aux_sym_use_keychain_token1] = ACTIONS(2244), - [aux_sym_use_roaming_token1] = ACTIONS(2244), - [aux_sym_user_token1] = ACTIONS(2246), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2244), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2244), - [aux_sym_visual_host_key_token1] = ACTIONS(2244), - [aux_sym_xauth_location_token1] = ACTIONS(2244), + [ts_builtin_sym_end] = ACTIONS(2249), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2251), + [anon_sym_DQUOTE] = ACTIONS(2253), + [aux_sym_match_token1] = ACTIONS(2249), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2249), + [aux_sym_address_family_token1] = ACTIONS(2249), + [aux_sym_batch_mode_token1] = ACTIONS(2249), + [aux_sym_bind_address_token1] = ACTIONS(2249), + [aux_sym_bind_interface_token1] = ACTIONS(2249), + [aux_sym_canonical_domains_token1] = ACTIONS(2249), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2249), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2249), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2249), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2249), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2249), + [aux_sym_certificate_file_token1] = ACTIONS(2249), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2249), + [aux_sym_check_host_ip_token1] = ACTIONS(2249), + [aux_sym_ciphers_token1] = ACTIONS(2249), + [aux_sym_cipher_token1] = ACTIONS(2251), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2249), + [aux_sym_compression_token1] = ACTIONS(2249), + [aux_sym_connection_attempts_token1] = ACTIONS(2249), + [aux_sym_connect_timeout_token1] = ACTIONS(2249), + [aux_sym_control_master_token1] = ACTIONS(2249), + [aux_sym_control_path_token1] = ACTIONS(2249), + [aux_sym_control_persist_token1] = ACTIONS(2249), + [aux_sym_dynamic_forward_token1] = ACTIONS(2249), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2249), + [aux_sym_escape_char_token1] = ACTIONS(2249), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2249), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2249), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2249), + [aux_sym_forward_agent_token1] = ACTIONS(2249), + [aux_sym_forward_x11_token1] = ACTIONS(2251), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2249), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2249), + [aux_sym_gateway_ports_token1] = ACTIONS(2249), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2249), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2249), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2249), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2249), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2249), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2249), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2249), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2249), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2249), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2249), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2249), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2249), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2249), + [aux_sym_host_key_alias_token1] = ACTIONS(2249), + [aux_sym_hostname_token1] = ACTIONS(2249), + [aux_sym_identities_only_token1] = ACTIONS(2249), + [aux_sym_identity_agent_token1] = ACTIONS(2249), + [aux_sym_identity_file_token1] = ACTIONS(2249), + [aux_sym_ignore_unknown_token1] = ACTIONS(2249), + [aux_sym_include_token1] = ACTIONS(2249), + [aux_sym_ip_qos_token1] = ACTIONS(2249), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2249), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2249), + [aux_sym_kex_algorithms_token1] = ACTIONS(2249), + [aux_sym_known_hosts_command_token1] = ACTIONS(2249), + [aux_sym_local_command_token1] = ACTIONS(2249), + [aux_sym_local_forward_token1] = ACTIONS(2249), + [aux_sym_log_level_token1] = ACTIONS(2249), + [aux_sym_log_verbose_token1] = ACTIONS(2249), + [aux_sym_macs_token1] = ACTIONS(2249), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2249), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2249), + [aux_sym_password_authentication_token1] = ACTIONS(2249), + [aux_sym_permit_local_command_token1] = ACTIONS(2249), + [aux_sym_permit_remote_open_token1] = ACTIONS(2249), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2249), + [aux_sym_port_token1] = ACTIONS(2249), + [aux_sym_preferred_authentications_token1] = ACTIONS(2249), + [aux_sym_protocol_token1] = ACTIONS(2249), + [aux_sym_proxy_command_token1] = ACTIONS(2249), + [aux_sym_proxy_jump_token1] = ACTIONS(2249), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2249), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2249), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2249), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2249), + [aux_sym_rekey_limit_token1] = ACTIONS(2249), + [aux_sym_remote_command_token1] = ACTIONS(2249), + [aux_sym_remote_forward_token1] = ACTIONS(2249), + [aux_sym_request_tty_token1] = ACTIONS(2249), + [aux_sym_required_rsa_size_token1] = ACTIONS(2249), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2249), + [aux_sym_security_key_provider_token1] = ACTIONS(2249), + [aux_sym_send_env_token1] = ACTIONS(2249), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2249), + [aux_sym_server_alive_interval_token1] = ACTIONS(2249), + [aux_sym_session_type_token1] = ACTIONS(2249), + [aux_sym_set_env_token1] = ACTIONS(2249), + [aux_sym_stdin_null_token1] = ACTIONS(2249), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2249), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2249), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2249), + [aux_sym_syslog_facility_token1] = ACTIONS(2249), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2249), + [aux_sym_keep_alive_token1] = ACTIONS(2249), + [aux_sym_tunnel_token1] = ACTIONS(2251), + [aux_sym_tunnel_device_token1] = ACTIONS(2249), + [aux_sym_update_host_keys_token1] = ACTIONS(2249), + [aux_sym_use_keychain_token1] = ACTIONS(2249), + [aux_sym_use_roaming_token1] = ACTIONS(2249), + [aux_sym_user_token1] = ACTIONS(2251), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2249), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2249), + [aux_sym_visual_host_key_token1] = ACTIONS(2249), + [aux_sym_xauth_location_token1] = ACTIONS(2249), }, [299] = { - [ts_builtin_sym_end] = ACTIONS(2248), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2250), - [anon_sym_DQUOTE] = ACTIONS(2248), - [aux_sym_match_token1] = ACTIONS(2248), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2248), - [aux_sym_address_family_token1] = ACTIONS(2248), - [aux_sym_batch_mode_token1] = ACTIONS(2248), - [aux_sym_bind_address_token1] = ACTIONS(2248), - [aux_sym_bind_interface_token1] = ACTIONS(2248), - [aux_sym_canonical_domains_token1] = ACTIONS(2248), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2248), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2248), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2248), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2248), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2248), - [aux_sym_certificate_file_token1] = ACTIONS(2248), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2248), - [aux_sym_check_host_ip_token1] = ACTIONS(2248), - [aux_sym_ciphers_token1] = ACTIONS(2248), - [aux_sym_cipher_token1] = ACTIONS(2250), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2248), - [aux_sym_compression_token1] = ACTIONS(2248), - [aux_sym_connection_attempts_token1] = ACTIONS(2248), - [aux_sym_connect_timeout_token1] = ACTIONS(2248), - [aux_sym_control_master_token1] = ACTIONS(2248), - [aux_sym_control_path_token1] = ACTIONS(2248), - [aux_sym_control_persist_token1] = ACTIONS(2248), - [aux_sym_dynamic_forward_token1] = ACTIONS(2248), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2248), - [aux_sym_escape_char_token1] = ACTIONS(2248), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2248), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2248), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2248), - [aux_sym_forward_agent_token1] = ACTIONS(2248), - [aux_sym_forward_x11_token1] = ACTIONS(2250), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2248), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2248), - [aux_sym_gateway_ports_token1] = ACTIONS(2248), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2248), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2248), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2248), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2248), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2248), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2248), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2248), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2248), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2248), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2248), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2248), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2248), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2248), - [aux_sym_host_key_alias_token1] = ACTIONS(2248), - [aux_sym_hostname_token1] = ACTIONS(2248), - [aux_sym_identities_only_token1] = ACTIONS(2248), - [aux_sym_identity_agent_token1] = ACTIONS(2248), - [aux_sym_identity_file_token1] = ACTIONS(2248), - [aux_sym_ignore_unknown_token1] = ACTIONS(2248), - [aux_sym_include_token1] = ACTIONS(2248), - [aux_sym_ip_qos_token1] = ACTIONS(2248), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2248), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2248), - [aux_sym_kex_algorithms_token1] = ACTIONS(2248), - [aux_sym_known_hosts_command_token1] = ACTIONS(2248), - [aux_sym_local_command_token1] = ACTIONS(2248), - [aux_sym_local_forward_token1] = ACTIONS(2248), - [aux_sym_log_level_token1] = ACTIONS(2248), - [aux_sym_log_verbose_token1] = ACTIONS(2248), - [aux_sym_macs_token1] = ACTIONS(2248), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2248), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2248), - [aux_sym_password_authentication_token1] = ACTIONS(2248), - [aux_sym_permit_local_command_token1] = ACTIONS(2248), - [aux_sym_permit_remote_open_token1] = ACTIONS(2248), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2248), - [aux_sym_port_token1] = ACTIONS(2248), - [aux_sym_preferred_authentications_token1] = ACTIONS(2248), - [aux_sym_protocol_token1] = ACTIONS(2248), - [aux_sym_proxy_command_token1] = ACTIONS(2248), - [aux_sym_proxy_jump_token1] = ACTIONS(2248), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2248), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2248), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2248), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2248), - [aux_sym_rekey_limit_token1] = ACTIONS(2248), - [aux_sym_remote_command_token1] = ACTIONS(2248), - [aux_sym_remote_forward_token1] = ACTIONS(2248), - [aux_sym_request_tty_token1] = ACTIONS(2248), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2248), - [aux_sym_security_key_provider_token1] = ACTIONS(2248), - [aux_sym_send_env_token1] = ACTIONS(2248), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2248), - [aux_sym_server_alive_interval_token1] = ACTIONS(2248), - [aux_sym_session_type_token1] = ACTIONS(2248), - [aux_sym_set_env_token1] = ACTIONS(2248), - [aux_sym_stdin_null_token1] = ACTIONS(2248), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2248), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2248), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2248), - [aux_sym_syslog_facility_token1] = ACTIONS(2248), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2248), - [aux_sym_keep_alive_token1] = ACTIONS(2248), - [aux_sym_tunnel_token1] = ACTIONS(2250), - [aux_sym_tunnel_device_token1] = ACTIONS(2248), - [aux_sym_update_host_keys_token1] = ACTIONS(2248), - [aux_sym_use_keychain_token1] = ACTIONS(2248), - [aux_sym_use_roaming_token1] = ACTIONS(2248), - [aux_sym_user_token1] = ACTIONS(2250), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2248), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2248), - [aux_sym_visual_host_key_token1] = ACTIONS(2248), - [aux_sym_xauth_location_token1] = ACTIONS(2248), + [ts_builtin_sym_end] = ACTIONS(2255), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2257), + [anon_sym_DQUOTE] = ACTIONS(2259), + [aux_sym_match_token1] = ACTIONS(2255), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2255), + [aux_sym_address_family_token1] = ACTIONS(2255), + [aux_sym_batch_mode_token1] = ACTIONS(2255), + [aux_sym_bind_address_token1] = ACTIONS(2255), + [aux_sym_bind_interface_token1] = ACTIONS(2255), + [aux_sym_canonical_domains_token1] = ACTIONS(2255), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2255), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2255), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2255), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2255), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2255), + [aux_sym_certificate_file_token1] = ACTIONS(2255), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2255), + [aux_sym_check_host_ip_token1] = ACTIONS(2255), + [aux_sym_ciphers_token1] = ACTIONS(2255), + [aux_sym_cipher_token1] = ACTIONS(2257), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2255), + [aux_sym_compression_token1] = ACTIONS(2255), + [aux_sym_connection_attempts_token1] = ACTIONS(2255), + [aux_sym_connect_timeout_token1] = ACTIONS(2255), + [aux_sym_control_master_token1] = ACTIONS(2255), + [aux_sym_control_path_token1] = ACTIONS(2255), + [aux_sym_control_persist_token1] = ACTIONS(2255), + [aux_sym_dynamic_forward_token1] = ACTIONS(2255), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2255), + [aux_sym_escape_char_token1] = ACTIONS(2255), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2255), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2255), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2255), + [aux_sym_forward_agent_token1] = ACTIONS(2255), + [aux_sym_forward_x11_token1] = ACTIONS(2257), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2255), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2255), + [aux_sym_gateway_ports_token1] = ACTIONS(2255), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2255), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2255), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2255), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2255), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2255), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2255), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2255), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2255), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2255), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2255), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2255), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2255), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2255), + [aux_sym_host_key_alias_token1] = ACTIONS(2255), + [aux_sym_hostname_token1] = ACTIONS(2255), + [aux_sym_identities_only_token1] = ACTIONS(2255), + [aux_sym_identity_agent_token1] = ACTIONS(2255), + [aux_sym_identity_file_token1] = ACTIONS(2255), + [aux_sym_ignore_unknown_token1] = ACTIONS(2255), + [aux_sym_include_token1] = ACTIONS(2255), + [aux_sym_ip_qos_token1] = ACTIONS(2255), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2255), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2255), + [aux_sym_kex_algorithms_token1] = ACTIONS(2255), + [aux_sym_known_hosts_command_token1] = ACTIONS(2255), + [aux_sym_local_command_token1] = ACTIONS(2255), + [aux_sym_local_forward_token1] = ACTIONS(2255), + [aux_sym_log_level_token1] = ACTIONS(2255), + [aux_sym_log_verbose_token1] = ACTIONS(2255), + [aux_sym_macs_token1] = ACTIONS(2255), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2255), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2255), + [aux_sym_password_authentication_token1] = ACTIONS(2255), + [aux_sym_permit_local_command_token1] = ACTIONS(2255), + [aux_sym_permit_remote_open_token1] = ACTIONS(2255), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2255), + [aux_sym_port_token1] = ACTIONS(2255), + [aux_sym_preferred_authentications_token1] = ACTIONS(2255), + [aux_sym_protocol_token1] = ACTIONS(2255), + [aux_sym_proxy_command_token1] = ACTIONS(2255), + [aux_sym_proxy_jump_token1] = ACTIONS(2255), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2255), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2255), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2255), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2255), + [aux_sym_rekey_limit_token1] = ACTIONS(2255), + [aux_sym_remote_command_token1] = ACTIONS(2255), + [aux_sym_remote_forward_token1] = ACTIONS(2255), + [aux_sym_request_tty_token1] = ACTIONS(2255), + [aux_sym_required_rsa_size_token1] = ACTIONS(2255), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2255), + [aux_sym_security_key_provider_token1] = ACTIONS(2255), + [aux_sym_send_env_token1] = ACTIONS(2255), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2255), + [aux_sym_server_alive_interval_token1] = ACTIONS(2255), + [aux_sym_session_type_token1] = ACTIONS(2255), + [aux_sym_set_env_token1] = ACTIONS(2255), + [aux_sym_stdin_null_token1] = ACTIONS(2255), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2255), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2255), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2255), + [aux_sym_syslog_facility_token1] = ACTIONS(2255), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2255), + [aux_sym_keep_alive_token1] = ACTIONS(2255), + [aux_sym_tunnel_token1] = ACTIONS(2257), + [aux_sym_tunnel_device_token1] = ACTIONS(2255), + [aux_sym_update_host_keys_token1] = ACTIONS(2255), + [aux_sym_use_keychain_token1] = ACTIONS(2255), + [aux_sym_use_roaming_token1] = ACTIONS(2255), + [aux_sym_user_token1] = ACTIONS(2257), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2255), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2255), + [aux_sym_visual_host_key_token1] = ACTIONS(2255), + [aux_sym_xauth_location_token1] = ACTIONS(2255), }, [300] = { - [ts_builtin_sym_end] = ACTIONS(2252), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2254), - [anon_sym_DQUOTE] = ACTIONS(2256), - [aux_sym_match_token1] = ACTIONS(2252), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2252), - [aux_sym_address_family_token1] = ACTIONS(2252), - [aux_sym_batch_mode_token1] = ACTIONS(2252), - [aux_sym_bind_address_token1] = ACTIONS(2252), - [aux_sym_bind_interface_token1] = ACTIONS(2252), - [aux_sym_canonical_domains_token1] = ACTIONS(2252), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2252), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2252), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2252), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2252), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2252), - [aux_sym_certificate_file_token1] = ACTIONS(2252), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2252), - [aux_sym_check_host_ip_token1] = ACTIONS(2252), - [aux_sym_ciphers_token1] = ACTIONS(2252), - [aux_sym_cipher_token1] = ACTIONS(2254), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2252), - [aux_sym_compression_token1] = ACTIONS(2252), - [aux_sym_connection_attempts_token1] = ACTIONS(2252), - [aux_sym_connect_timeout_token1] = ACTIONS(2252), - [aux_sym_control_master_token1] = ACTIONS(2252), - [aux_sym_control_path_token1] = ACTIONS(2252), - [aux_sym_control_persist_token1] = ACTIONS(2252), - [aux_sym_dynamic_forward_token1] = ACTIONS(2252), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2252), - [aux_sym_escape_char_token1] = ACTIONS(2252), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2252), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2252), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2252), - [aux_sym_forward_agent_token1] = ACTIONS(2252), - [aux_sym_forward_x11_token1] = ACTIONS(2254), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2252), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2252), - [aux_sym_gateway_ports_token1] = ACTIONS(2252), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2252), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2252), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2252), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2252), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2252), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2252), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2252), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2252), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2252), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2252), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2252), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2252), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2252), - [aux_sym_host_key_alias_token1] = ACTIONS(2252), - [aux_sym_hostname_token1] = ACTIONS(2252), - [aux_sym_identities_only_token1] = ACTIONS(2252), - [aux_sym_identity_agent_token1] = ACTIONS(2252), - [aux_sym_identity_file_token1] = ACTIONS(2252), - [aux_sym_ignore_unknown_token1] = ACTIONS(2252), - [aux_sym_include_token1] = ACTIONS(2252), - [aux_sym_ip_qos_token1] = ACTIONS(2252), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2252), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2252), - [aux_sym_kex_algorithms_token1] = ACTIONS(2252), - [aux_sym_known_hosts_command_token1] = ACTIONS(2252), - [aux_sym_local_command_token1] = ACTIONS(2252), - [aux_sym_local_forward_token1] = ACTIONS(2252), - [aux_sym_log_level_token1] = ACTIONS(2252), - [aux_sym_log_verbose_token1] = ACTIONS(2252), - [aux_sym_macs_token1] = ACTIONS(2252), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2252), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2252), - [aux_sym_password_authentication_token1] = ACTIONS(2252), - [aux_sym_permit_local_command_token1] = ACTIONS(2252), - [aux_sym_permit_remote_open_token1] = ACTIONS(2252), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2252), - [aux_sym_port_token1] = ACTIONS(2252), - [aux_sym_preferred_authentications_token1] = ACTIONS(2252), - [aux_sym_protocol_token1] = ACTIONS(2252), - [aux_sym_proxy_command_token1] = ACTIONS(2252), - [aux_sym_proxy_jump_token1] = ACTIONS(2252), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2252), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2252), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2252), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2252), - [aux_sym_rekey_limit_token1] = ACTIONS(2252), - [aux_sym_remote_command_token1] = ACTIONS(2252), - [aux_sym_remote_forward_token1] = ACTIONS(2252), - [aux_sym_request_tty_token1] = ACTIONS(2252), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2252), - [aux_sym_security_key_provider_token1] = ACTIONS(2252), - [aux_sym_send_env_token1] = ACTIONS(2252), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2252), - [aux_sym_server_alive_interval_token1] = ACTIONS(2252), - [aux_sym_session_type_token1] = ACTIONS(2252), - [aux_sym_set_env_token1] = ACTIONS(2252), - [aux_sym_stdin_null_token1] = ACTIONS(2252), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2252), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2252), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2252), - [aux_sym_syslog_facility_token1] = ACTIONS(2252), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2252), - [aux_sym_keep_alive_token1] = ACTIONS(2252), - [aux_sym_tunnel_token1] = ACTIONS(2254), - [aux_sym_tunnel_device_token1] = ACTIONS(2252), - [aux_sym_update_host_keys_token1] = ACTIONS(2252), - [aux_sym_use_keychain_token1] = ACTIONS(2252), - [aux_sym_use_roaming_token1] = ACTIONS(2252), - [aux_sym_user_token1] = ACTIONS(2254), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2252), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2252), - [aux_sym_visual_host_key_token1] = ACTIONS(2252), - [aux_sym_xauth_location_token1] = ACTIONS(2252), + [ts_builtin_sym_end] = ACTIONS(2261), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2263), + [anon_sym_DQUOTE] = ACTIONS(2261), + [aux_sym_match_token1] = ACTIONS(2261), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2261), + [aux_sym_address_family_token1] = ACTIONS(2261), + [aux_sym_batch_mode_token1] = ACTIONS(2261), + [aux_sym_bind_address_token1] = ACTIONS(2261), + [aux_sym_bind_interface_token1] = ACTIONS(2261), + [aux_sym_canonical_domains_token1] = ACTIONS(2261), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2261), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2261), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2261), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2261), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2261), + [aux_sym_certificate_file_token1] = ACTIONS(2261), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2261), + [aux_sym_check_host_ip_token1] = ACTIONS(2261), + [aux_sym_ciphers_token1] = ACTIONS(2261), + [aux_sym_cipher_token1] = ACTIONS(2263), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2261), + [aux_sym_compression_token1] = ACTIONS(2261), + [aux_sym_connection_attempts_token1] = ACTIONS(2261), + [aux_sym_connect_timeout_token1] = ACTIONS(2261), + [aux_sym_control_master_token1] = ACTIONS(2261), + [aux_sym_control_path_token1] = ACTIONS(2261), + [aux_sym_control_persist_token1] = ACTIONS(2261), + [aux_sym_dynamic_forward_token1] = ACTIONS(2261), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2261), + [aux_sym_escape_char_token1] = ACTIONS(2261), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2261), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2261), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2261), + [aux_sym_forward_agent_token1] = ACTIONS(2261), + [aux_sym_forward_x11_token1] = ACTIONS(2263), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2261), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2261), + [aux_sym_gateway_ports_token1] = ACTIONS(2261), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2261), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2261), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2261), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2261), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2261), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2261), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2261), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2261), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2261), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2261), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2261), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2261), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2261), + [aux_sym_host_key_alias_token1] = ACTIONS(2261), + [aux_sym_hostname_token1] = ACTIONS(2261), + [aux_sym_identities_only_token1] = ACTIONS(2261), + [aux_sym_identity_agent_token1] = ACTIONS(2261), + [aux_sym_identity_file_token1] = ACTIONS(2261), + [aux_sym_ignore_unknown_token1] = ACTIONS(2261), + [aux_sym_include_token1] = ACTIONS(2261), + [aux_sym_ip_qos_token1] = ACTIONS(2261), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2261), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2261), + [aux_sym_kex_algorithms_token1] = ACTIONS(2261), + [aux_sym_known_hosts_command_token1] = ACTIONS(2261), + [aux_sym_local_command_token1] = ACTIONS(2261), + [aux_sym_local_forward_token1] = ACTIONS(2261), + [aux_sym_log_level_token1] = ACTIONS(2261), + [aux_sym_log_verbose_token1] = ACTIONS(2261), + [aux_sym_macs_token1] = ACTIONS(2261), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2261), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2261), + [aux_sym_password_authentication_token1] = ACTIONS(2261), + [aux_sym_permit_local_command_token1] = ACTIONS(2261), + [aux_sym_permit_remote_open_token1] = ACTIONS(2261), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2261), + [aux_sym_port_token1] = ACTIONS(2261), + [aux_sym_preferred_authentications_token1] = ACTIONS(2261), + [aux_sym_protocol_token1] = ACTIONS(2261), + [aux_sym_proxy_command_token1] = ACTIONS(2261), + [aux_sym_proxy_jump_token1] = ACTIONS(2261), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2261), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2261), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2261), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2261), + [aux_sym_rekey_limit_token1] = ACTIONS(2261), + [aux_sym_remote_command_token1] = ACTIONS(2261), + [aux_sym_remote_forward_token1] = ACTIONS(2261), + [aux_sym_request_tty_token1] = ACTIONS(2261), + [aux_sym_required_rsa_size_token1] = ACTIONS(2261), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2261), + [aux_sym_security_key_provider_token1] = ACTIONS(2261), + [aux_sym_send_env_token1] = ACTIONS(2261), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2261), + [aux_sym_server_alive_interval_token1] = ACTIONS(2261), + [aux_sym_session_type_token1] = ACTIONS(2261), + [aux_sym_set_env_token1] = ACTIONS(2261), + [aux_sym_stdin_null_token1] = ACTIONS(2261), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2261), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2261), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2261), + [aux_sym_syslog_facility_token1] = ACTIONS(2261), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2261), + [aux_sym_keep_alive_token1] = ACTIONS(2261), + [aux_sym_tunnel_token1] = ACTIONS(2263), + [aux_sym_tunnel_device_token1] = ACTIONS(2261), + [aux_sym_update_host_keys_token1] = ACTIONS(2261), + [aux_sym_use_keychain_token1] = ACTIONS(2261), + [aux_sym_use_roaming_token1] = ACTIONS(2261), + [aux_sym_user_token1] = ACTIONS(2263), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2261), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2261), + [aux_sym_visual_host_key_token1] = ACTIONS(2261), + [aux_sym_xauth_location_token1] = ACTIONS(2261), }, [301] = { - [ts_builtin_sym_end] = ACTIONS(2258), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2260), - [anon_sym_DQUOTE] = ACTIONS(2262), - [aux_sym_match_token1] = ACTIONS(2258), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2258), - [aux_sym_address_family_token1] = ACTIONS(2258), - [aux_sym_batch_mode_token1] = ACTIONS(2258), - [aux_sym_bind_address_token1] = ACTIONS(2258), - [aux_sym_bind_interface_token1] = ACTIONS(2258), - [aux_sym_canonical_domains_token1] = ACTIONS(2258), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2258), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2258), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2258), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2258), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2258), - [aux_sym_certificate_file_token1] = ACTIONS(2258), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2258), - [aux_sym_check_host_ip_token1] = ACTIONS(2258), - [aux_sym_ciphers_token1] = ACTIONS(2258), - [aux_sym_cipher_token1] = ACTIONS(2260), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2258), - [aux_sym_compression_token1] = ACTIONS(2258), - [aux_sym_connection_attempts_token1] = ACTIONS(2258), - [aux_sym_connect_timeout_token1] = ACTIONS(2258), - [aux_sym_control_master_token1] = ACTIONS(2258), - [aux_sym_control_path_token1] = ACTIONS(2258), - [aux_sym_control_persist_token1] = ACTIONS(2258), - [aux_sym_dynamic_forward_token1] = ACTIONS(2258), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2258), - [aux_sym_escape_char_token1] = ACTIONS(2258), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2258), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2258), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2258), - [aux_sym_forward_agent_token1] = ACTIONS(2258), - [aux_sym_forward_x11_token1] = ACTIONS(2260), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2258), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2258), - [aux_sym_gateway_ports_token1] = ACTIONS(2258), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2258), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2258), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2258), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2258), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2258), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2258), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2258), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2258), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2258), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2258), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2258), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2258), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2258), - [aux_sym_host_key_alias_token1] = ACTIONS(2258), - [aux_sym_hostname_token1] = ACTIONS(2258), - [aux_sym_identities_only_token1] = ACTIONS(2258), - [aux_sym_identity_agent_token1] = ACTIONS(2258), - [aux_sym_identity_file_token1] = ACTIONS(2258), - [aux_sym_ignore_unknown_token1] = ACTIONS(2258), - [aux_sym_include_token1] = ACTIONS(2258), - [aux_sym_ip_qos_token1] = ACTIONS(2258), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2258), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2258), - [aux_sym_kex_algorithms_token1] = ACTIONS(2258), - [aux_sym_known_hosts_command_token1] = ACTIONS(2258), - [aux_sym_local_command_token1] = ACTIONS(2258), - [aux_sym_local_forward_token1] = ACTIONS(2258), - [aux_sym_log_level_token1] = ACTIONS(2258), - [aux_sym_log_verbose_token1] = ACTIONS(2258), - [aux_sym_macs_token1] = ACTIONS(2258), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2258), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2258), - [aux_sym_password_authentication_token1] = ACTIONS(2258), - [aux_sym_permit_local_command_token1] = ACTIONS(2258), - [aux_sym_permit_remote_open_token1] = ACTIONS(2258), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2258), - [aux_sym_port_token1] = ACTIONS(2258), - [aux_sym_preferred_authentications_token1] = ACTIONS(2258), - [aux_sym_protocol_token1] = ACTIONS(2258), - [aux_sym_proxy_command_token1] = ACTIONS(2258), - [aux_sym_proxy_jump_token1] = ACTIONS(2258), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2258), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2258), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2258), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2258), - [aux_sym_rekey_limit_token1] = ACTIONS(2258), - [aux_sym_remote_command_token1] = ACTIONS(2258), - [aux_sym_remote_forward_token1] = ACTIONS(2258), - [aux_sym_request_tty_token1] = ACTIONS(2258), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2258), - [aux_sym_security_key_provider_token1] = ACTIONS(2258), - [aux_sym_send_env_token1] = ACTIONS(2258), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2258), - [aux_sym_server_alive_interval_token1] = ACTIONS(2258), - [aux_sym_session_type_token1] = ACTIONS(2258), - [aux_sym_set_env_token1] = ACTIONS(2258), - [aux_sym_stdin_null_token1] = ACTIONS(2258), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2258), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2258), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2258), - [aux_sym_syslog_facility_token1] = ACTIONS(2258), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2258), - [aux_sym_keep_alive_token1] = ACTIONS(2258), - [aux_sym_tunnel_token1] = ACTIONS(2260), - [aux_sym_tunnel_device_token1] = ACTIONS(2258), - [aux_sym_update_host_keys_token1] = ACTIONS(2258), - [aux_sym_use_keychain_token1] = ACTIONS(2258), - [aux_sym_use_roaming_token1] = ACTIONS(2258), - [aux_sym_user_token1] = ACTIONS(2260), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2258), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2258), - [aux_sym_visual_host_key_token1] = ACTIONS(2258), - [aux_sym_xauth_location_token1] = ACTIONS(2258), + [ts_builtin_sym_end] = ACTIONS(2265), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2267), + [anon_sym_DQUOTE] = ACTIONS(2265), + [aux_sym_match_token1] = ACTIONS(2265), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2265), + [aux_sym_address_family_token1] = ACTIONS(2265), + [aux_sym_batch_mode_token1] = ACTIONS(2265), + [aux_sym_bind_address_token1] = ACTIONS(2265), + [aux_sym_bind_interface_token1] = ACTIONS(2265), + [aux_sym_canonical_domains_token1] = ACTIONS(2265), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2265), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2265), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2265), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2265), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2265), + [aux_sym_certificate_file_token1] = ACTIONS(2265), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2265), + [aux_sym_check_host_ip_token1] = ACTIONS(2265), + [aux_sym_ciphers_token1] = ACTIONS(2265), + [aux_sym_cipher_token1] = ACTIONS(2267), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2265), + [aux_sym_compression_token1] = ACTIONS(2265), + [aux_sym_connection_attempts_token1] = ACTIONS(2265), + [aux_sym_connect_timeout_token1] = ACTIONS(2265), + [aux_sym_control_master_token1] = ACTIONS(2265), + [aux_sym_control_path_token1] = ACTIONS(2265), + [aux_sym_control_persist_token1] = ACTIONS(2265), + [aux_sym_dynamic_forward_token1] = ACTIONS(2265), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2265), + [aux_sym_escape_char_token1] = ACTIONS(2265), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2265), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2265), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2265), + [aux_sym_forward_agent_token1] = ACTIONS(2265), + [aux_sym_forward_x11_token1] = ACTIONS(2267), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2265), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2265), + [aux_sym_gateway_ports_token1] = ACTIONS(2265), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2265), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2265), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2265), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2265), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2265), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2265), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2265), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2265), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2265), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2265), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2265), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2265), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2265), + [aux_sym_host_key_alias_token1] = ACTIONS(2265), + [aux_sym_hostname_token1] = ACTIONS(2265), + [aux_sym_identities_only_token1] = ACTIONS(2265), + [aux_sym_identity_agent_token1] = ACTIONS(2265), + [aux_sym_identity_file_token1] = ACTIONS(2265), + [aux_sym_ignore_unknown_token1] = ACTIONS(2265), + [aux_sym_include_token1] = ACTIONS(2265), + [aux_sym_ip_qos_token1] = ACTIONS(2265), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2265), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2265), + [aux_sym_kex_algorithms_token1] = ACTIONS(2265), + [aux_sym_known_hosts_command_token1] = ACTIONS(2265), + [aux_sym_local_command_token1] = ACTIONS(2265), + [aux_sym_local_forward_token1] = ACTIONS(2265), + [aux_sym_log_level_token1] = ACTIONS(2265), + [aux_sym_log_verbose_token1] = ACTIONS(2265), + [aux_sym_macs_token1] = ACTIONS(2265), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2265), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2265), + [aux_sym_password_authentication_token1] = ACTIONS(2265), + [aux_sym_permit_local_command_token1] = ACTIONS(2265), + [aux_sym_permit_remote_open_token1] = ACTIONS(2265), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2265), + [aux_sym_port_token1] = ACTIONS(2265), + [aux_sym_preferred_authentications_token1] = ACTIONS(2265), + [aux_sym_protocol_token1] = ACTIONS(2265), + [aux_sym_proxy_command_token1] = ACTIONS(2265), + [aux_sym_proxy_jump_token1] = ACTIONS(2265), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2265), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2265), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2265), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2265), + [aux_sym_rekey_limit_token1] = ACTIONS(2265), + [aux_sym_remote_command_token1] = ACTIONS(2265), + [aux_sym_remote_forward_token1] = ACTIONS(2265), + [aux_sym_request_tty_token1] = ACTIONS(2265), + [aux_sym_required_rsa_size_token1] = ACTIONS(2265), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2265), + [aux_sym_security_key_provider_token1] = ACTIONS(2265), + [aux_sym_send_env_token1] = ACTIONS(2265), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2265), + [aux_sym_server_alive_interval_token1] = ACTIONS(2265), + [aux_sym_session_type_token1] = ACTIONS(2265), + [aux_sym_set_env_token1] = ACTIONS(2265), + [aux_sym_stdin_null_token1] = ACTIONS(2265), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2265), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2265), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2265), + [aux_sym_syslog_facility_token1] = ACTIONS(2265), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2265), + [aux_sym_keep_alive_token1] = ACTIONS(2265), + [aux_sym_tunnel_token1] = ACTIONS(2267), + [aux_sym_tunnel_device_token1] = ACTIONS(2265), + [aux_sym_update_host_keys_token1] = ACTIONS(2265), + [aux_sym_use_keychain_token1] = ACTIONS(2265), + [aux_sym_use_roaming_token1] = ACTIONS(2265), + [aux_sym_user_token1] = ACTIONS(2267), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2265), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2265), + [aux_sym_visual_host_key_token1] = ACTIONS(2265), + [aux_sym_xauth_location_token1] = ACTIONS(2265), }, [302] = { - [ts_builtin_sym_end] = ACTIONS(2264), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2266), - [anon_sym_DQUOTE] = ACTIONS(2264), - [aux_sym_match_token1] = ACTIONS(2264), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2264), - [aux_sym_address_family_token1] = ACTIONS(2264), - [aux_sym_batch_mode_token1] = ACTIONS(2264), - [aux_sym_bind_address_token1] = ACTIONS(2264), - [aux_sym_bind_interface_token1] = ACTIONS(2264), - [aux_sym_canonical_domains_token1] = ACTIONS(2264), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2264), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2264), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2264), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2264), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2264), - [aux_sym_certificate_file_token1] = ACTIONS(2264), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2264), - [aux_sym_check_host_ip_token1] = ACTIONS(2264), - [aux_sym_ciphers_token1] = ACTIONS(2264), - [aux_sym_cipher_token1] = ACTIONS(2266), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2264), - [aux_sym_compression_token1] = ACTIONS(2264), - [aux_sym_connection_attempts_token1] = ACTIONS(2264), - [aux_sym_connect_timeout_token1] = ACTIONS(2264), - [aux_sym_control_master_token1] = ACTIONS(2264), - [aux_sym_control_path_token1] = ACTIONS(2264), - [aux_sym_control_persist_token1] = ACTIONS(2264), - [aux_sym_dynamic_forward_token1] = ACTIONS(2264), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2264), - [aux_sym_escape_char_token1] = ACTIONS(2264), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2264), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2264), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2264), - [aux_sym_forward_agent_token1] = ACTIONS(2264), - [aux_sym_forward_x11_token1] = ACTIONS(2266), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2264), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2264), - [aux_sym_gateway_ports_token1] = ACTIONS(2264), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2264), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2264), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2264), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2264), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2264), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2264), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2264), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2264), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2264), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2264), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2264), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2264), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2264), - [aux_sym_host_key_alias_token1] = ACTIONS(2264), - [aux_sym_hostname_token1] = ACTIONS(2264), - [aux_sym_identities_only_token1] = ACTIONS(2264), - [aux_sym_identity_agent_token1] = ACTIONS(2264), - [aux_sym_identity_file_token1] = ACTIONS(2264), - [aux_sym_ignore_unknown_token1] = ACTIONS(2264), - [aux_sym_include_token1] = ACTIONS(2264), - [aux_sym_ip_qos_token1] = ACTIONS(2264), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2264), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2264), - [aux_sym_kex_algorithms_token1] = ACTIONS(2264), - [aux_sym_known_hosts_command_token1] = ACTIONS(2264), - [aux_sym_local_command_token1] = ACTIONS(2264), - [aux_sym_local_forward_token1] = ACTIONS(2264), - [aux_sym_log_level_token1] = ACTIONS(2264), - [aux_sym_log_verbose_token1] = ACTIONS(2264), - [aux_sym_macs_token1] = ACTIONS(2264), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2264), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2264), - [aux_sym_password_authentication_token1] = ACTIONS(2264), - [aux_sym_permit_local_command_token1] = ACTIONS(2264), - [aux_sym_permit_remote_open_token1] = ACTIONS(2264), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2264), - [aux_sym_port_token1] = ACTIONS(2264), - [aux_sym_preferred_authentications_token1] = ACTIONS(2264), - [aux_sym_protocol_token1] = ACTIONS(2264), - [aux_sym_proxy_command_token1] = ACTIONS(2264), - [aux_sym_proxy_jump_token1] = ACTIONS(2264), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2264), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2264), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2264), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2264), - [aux_sym_rekey_limit_token1] = ACTIONS(2264), - [aux_sym_remote_command_token1] = ACTIONS(2264), - [aux_sym_remote_forward_token1] = ACTIONS(2264), - [aux_sym_request_tty_token1] = ACTIONS(2264), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2264), - [aux_sym_security_key_provider_token1] = ACTIONS(2264), - [aux_sym_send_env_token1] = ACTIONS(2264), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2264), - [aux_sym_server_alive_interval_token1] = ACTIONS(2264), - [aux_sym_session_type_token1] = ACTIONS(2264), - [aux_sym_set_env_token1] = ACTIONS(2264), - [aux_sym_stdin_null_token1] = ACTIONS(2264), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2264), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2264), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2264), - [aux_sym_syslog_facility_token1] = ACTIONS(2264), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2264), - [aux_sym_keep_alive_token1] = ACTIONS(2264), - [aux_sym_tunnel_token1] = ACTIONS(2266), - [aux_sym_tunnel_device_token1] = ACTIONS(2264), - [aux_sym_update_host_keys_token1] = ACTIONS(2264), - [aux_sym_use_keychain_token1] = ACTIONS(2264), - [aux_sym_use_roaming_token1] = ACTIONS(2264), - [aux_sym_user_token1] = ACTIONS(2266), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2264), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2264), - [aux_sym_visual_host_key_token1] = ACTIONS(2264), - [aux_sym_xauth_location_token1] = ACTIONS(2264), + [ts_builtin_sym_end] = ACTIONS(2269), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2271), + [anon_sym_DQUOTE] = ACTIONS(2273), + [aux_sym_match_token1] = ACTIONS(2269), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2269), + [aux_sym_address_family_token1] = ACTIONS(2269), + [aux_sym_batch_mode_token1] = ACTIONS(2269), + [aux_sym_bind_address_token1] = ACTIONS(2269), + [aux_sym_bind_interface_token1] = ACTIONS(2269), + [aux_sym_canonical_domains_token1] = ACTIONS(2269), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2269), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2269), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2269), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2269), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2269), + [aux_sym_certificate_file_token1] = ACTIONS(2269), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2269), + [aux_sym_check_host_ip_token1] = ACTIONS(2269), + [aux_sym_ciphers_token1] = ACTIONS(2269), + [aux_sym_cipher_token1] = ACTIONS(2271), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2269), + [aux_sym_compression_token1] = ACTIONS(2269), + [aux_sym_connection_attempts_token1] = ACTIONS(2269), + [aux_sym_connect_timeout_token1] = ACTIONS(2269), + [aux_sym_control_master_token1] = ACTIONS(2269), + [aux_sym_control_path_token1] = ACTIONS(2269), + [aux_sym_control_persist_token1] = ACTIONS(2269), + [aux_sym_dynamic_forward_token1] = ACTIONS(2269), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2269), + [aux_sym_escape_char_token1] = ACTIONS(2269), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2269), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2269), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2269), + [aux_sym_forward_agent_token1] = ACTIONS(2269), + [aux_sym_forward_x11_token1] = ACTIONS(2271), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2269), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2269), + [aux_sym_gateway_ports_token1] = ACTIONS(2269), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2269), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2269), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2269), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2269), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2269), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2269), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2269), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2269), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2269), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2269), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2269), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2269), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2269), + [aux_sym_host_key_alias_token1] = ACTIONS(2269), + [aux_sym_hostname_token1] = ACTIONS(2269), + [aux_sym_identities_only_token1] = ACTIONS(2269), + [aux_sym_identity_agent_token1] = ACTIONS(2269), + [aux_sym_identity_file_token1] = ACTIONS(2269), + [aux_sym_ignore_unknown_token1] = ACTIONS(2269), + [aux_sym_include_token1] = ACTIONS(2269), + [aux_sym_ip_qos_token1] = ACTIONS(2269), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2269), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2269), + [aux_sym_kex_algorithms_token1] = ACTIONS(2269), + [aux_sym_known_hosts_command_token1] = ACTIONS(2269), + [aux_sym_local_command_token1] = ACTIONS(2269), + [aux_sym_local_forward_token1] = ACTIONS(2269), + [aux_sym_log_level_token1] = ACTIONS(2269), + [aux_sym_log_verbose_token1] = ACTIONS(2269), + [aux_sym_macs_token1] = ACTIONS(2269), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2269), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2269), + [aux_sym_password_authentication_token1] = ACTIONS(2269), + [aux_sym_permit_local_command_token1] = ACTIONS(2269), + [aux_sym_permit_remote_open_token1] = ACTIONS(2269), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2269), + [aux_sym_port_token1] = ACTIONS(2269), + [aux_sym_preferred_authentications_token1] = ACTIONS(2269), + [aux_sym_protocol_token1] = ACTIONS(2269), + [aux_sym_proxy_command_token1] = ACTIONS(2269), + [aux_sym_proxy_jump_token1] = ACTIONS(2269), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2269), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2269), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2269), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2269), + [aux_sym_rekey_limit_token1] = ACTIONS(2269), + [aux_sym_remote_command_token1] = ACTIONS(2269), + [aux_sym_remote_forward_token1] = ACTIONS(2269), + [aux_sym_request_tty_token1] = ACTIONS(2269), + [aux_sym_required_rsa_size_token1] = ACTIONS(2269), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2269), + [aux_sym_security_key_provider_token1] = ACTIONS(2269), + [aux_sym_send_env_token1] = ACTIONS(2269), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2269), + [aux_sym_server_alive_interval_token1] = ACTIONS(2269), + [aux_sym_session_type_token1] = ACTIONS(2269), + [aux_sym_set_env_token1] = ACTIONS(2269), + [aux_sym_stdin_null_token1] = ACTIONS(2269), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2269), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2269), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2269), + [aux_sym_syslog_facility_token1] = ACTIONS(2269), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2269), + [aux_sym_keep_alive_token1] = ACTIONS(2269), + [aux_sym_tunnel_token1] = ACTIONS(2271), + [aux_sym_tunnel_device_token1] = ACTIONS(2269), + [aux_sym_update_host_keys_token1] = ACTIONS(2269), + [aux_sym_use_keychain_token1] = ACTIONS(2269), + [aux_sym_use_roaming_token1] = ACTIONS(2269), + [aux_sym_user_token1] = ACTIONS(2271), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2269), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2269), + [aux_sym_visual_host_key_token1] = ACTIONS(2269), + [aux_sym_xauth_location_token1] = ACTIONS(2269), }, [303] = { - [ts_builtin_sym_end] = ACTIONS(2268), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2270), - [anon_sym_DQUOTE] = ACTIONS(2268), - [aux_sym_match_token1] = ACTIONS(2268), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2268), - [aux_sym_address_family_token1] = ACTIONS(2268), - [aux_sym_batch_mode_token1] = ACTIONS(2268), - [aux_sym_bind_address_token1] = ACTIONS(2268), - [aux_sym_bind_interface_token1] = ACTIONS(2268), - [aux_sym_canonical_domains_token1] = ACTIONS(2268), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2268), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2268), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2268), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2268), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2268), - [aux_sym_certificate_file_token1] = ACTIONS(2268), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2268), - [aux_sym_check_host_ip_token1] = ACTIONS(2268), - [aux_sym_ciphers_token1] = ACTIONS(2268), - [aux_sym_cipher_token1] = ACTIONS(2270), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2268), - [aux_sym_compression_token1] = ACTIONS(2268), - [aux_sym_connection_attempts_token1] = ACTIONS(2268), - [aux_sym_connect_timeout_token1] = ACTIONS(2268), - [aux_sym_control_master_token1] = ACTIONS(2268), - [aux_sym_control_path_token1] = ACTIONS(2268), - [aux_sym_control_persist_token1] = ACTIONS(2268), - [aux_sym_dynamic_forward_token1] = ACTIONS(2268), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2268), - [aux_sym_escape_char_token1] = ACTIONS(2268), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2268), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2268), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2268), - [aux_sym_forward_agent_token1] = ACTIONS(2268), - [aux_sym_forward_x11_token1] = ACTIONS(2270), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2268), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2268), - [aux_sym_gateway_ports_token1] = ACTIONS(2268), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2268), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2268), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2268), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2268), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2268), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2268), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2268), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2268), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2268), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2268), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2268), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2268), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2268), - [aux_sym_host_key_alias_token1] = ACTIONS(2268), - [aux_sym_hostname_token1] = ACTIONS(2268), - [aux_sym_identities_only_token1] = ACTIONS(2268), - [aux_sym_identity_agent_token1] = ACTIONS(2268), - [aux_sym_identity_file_token1] = ACTIONS(2268), - [aux_sym_ignore_unknown_token1] = ACTIONS(2268), - [aux_sym_include_token1] = ACTIONS(2268), - [aux_sym_ip_qos_token1] = ACTIONS(2268), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2268), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2268), - [aux_sym_kex_algorithms_token1] = ACTIONS(2268), - [aux_sym_known_hosts_command_token1] = ACTIONS(2268), - [aux_sym_local_command_token1] = ACTIONS(2268), - [aux_sym_local_forward_token1] = ACTIONS(2268), - [aux_sym_log_level_token1] = ACTIONS(2268), - [aux_sym_log_verbose_token1] = ACTIONS(2268), - [aux_sym_macs_token1] = ACTIONS(2268), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2268), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2268), - [aux_sym_password_authentication_token1] = ACTIONS(2268), - [aux_sym_permit_local_command_token1] = ACTIONS(2268), - [aux_sym_permit_remote_open_token1] = ACTIONS(2268), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2268), - [aux_sym_port_token1] = ACTIONS(2268), - [aux_sym_preferred_authentications_token1] = ACTIONS(2268), - [aux_sym_protocol_token1] = ACTIONS(2268), - [aux_sym_proxy_command_token1] = ACTIONS(2268), - [aux_sym_proxy_jump_token1] = ACTIONS(2268), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2268), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2268), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2268), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2268), - [aux_sym_rekey_limit_token1] = ACTIONS(2268), - [aux_sym_remote_command_token1] = ACTIONS(2268), - [aux_sym_remote_forward_token1] = ACTIONS(2268), - [aux_sym_request_tty_token1] = ACTIONS(2268), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2268), - [aux_sym_security_key_provider_token1] = ACTIONS(2268), - [aux_sym_send_env_token1] = ACTIONS(2268), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2268), - [aux_sym_server_alive_interval_token1] = ACTIONS(2268), - [aux_sym_session_type_token1] = ACTIONS(2268), - [aux_sym_set_env_token1] = ACTIONS(2268), - [aux_sym_stdin_null_token1] = ACTIONS(2268), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2268), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2268), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2268), - [aux_sym_syslog_facility_token1] = ACTIONS(2268), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2268), - [aux_sym_keep_alive_token1] = ACTIONS(2268), - [aux_sym_tunnel_token1] = ACTIONS(2270), - [aux_sym_tunnel_device_token1] = ACTIONS(2268), - [aux_sym_update_host_keys_token1] = ACTIONS(2268), - [aux_sym_use_keychain_token1] = ACTIONS(2268), - [aux_sym_use_roaming_token1] = ACTIONS(2268), - [aux_sym_user_token1] = ACTIONS(2270), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2268), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2268), - [aux_sym_visual_host_key_token1] = ACTIONS(2268), - [aux_sym_xauth_location_token1] = ACTIONS(2268), + [ts_builtin_sym_end] = ACTIONS(2275), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2277), + [anon_sym_DQUOTE] = ACTIONS(2279), + [aux_sym_match_token1] = ACTIONS(2275), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2275), + [aux_sym_address_family_token1] = ACTIONS(2275), + [aux_sym_batch_mode_token1] = ACTIONS(2275), + [aux_sym_bind_address_token1] = ACTIONS(2275), + [aux_sym_bind_interface_token1] = ACTIONS(2275), + [aux_sym_canonical_domains_token1] = ACTIONS(2275), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2275), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2275), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2275), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2275), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2275), + [aux_sym_certificate_file_token1] = ACTIONS(2275), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2275), + [aux_sym_check_host_ip_token1] = ACTIONS(2275), + [aux_sym_ciphers_token1] = ACTIONS(2275), + [aux_sym_cipher_token1] = ACTIONS(2277), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2275), + [aux_sym_compression_token1] = ACTIONS(2275), + [aux_sym_connection_attempts_token1] = ACTIONS(2275), + [aux_sym_connect_timeout_token1] = ACTIONS(2275), + [aux_sym_control_master_token1] = ACTIONS(2275), + [aux_sym_control_path_token1] = ACTIONS(2275), + [aux_sym_control_persist_token1] = ACTIONS(2275), + [aux_sym_dynamic_forward_token1] = ACTIONS(2275), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2275), + [aux_sym_escape_char_token1] = ACTIONS(2275), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2275), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2275), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2275), + [aux_sym_forward_agent_token1] = ACTIONS(2275), + [aux_sym_forward_x11_token1] = ACTIONS(2277), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2275), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2275), + [aux_sym_gateway_ports_token1] = ACTIONS(2275), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2275), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2275), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2275), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2275), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2275), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2275), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2275), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2275), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2275), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2275), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2275), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2275), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2275), + [aux_sym_host_key_alias_token1] = ACTIONS(2275), + [aux_sym_hostname_token1] = ACTIONS(2275), + [aux_sym_identities_only_token1] = ACTIONS(2275), + [aux_sym_identity_agent_token1] = ACTIONS(2275), + [aux_sym_identity_file_token1] = ACTIONS(2275), + [aux_sym_ignore_unknown_token1] = ACTIONS(2275), + [aux_sym_include_token1] = ACTIONS(2275), + [aux_sym_ip_qos_token1] = ACTIONS(2275), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2275), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2275), + [aux_sym_kex_algorithms_token1] = ACTIONS(2275), + [aux_sym_known_hosts_command_token1] = ACTIONS(2275), + [aux_sym_local_command_token1] = ACTIONS(2275), + [aux_sym_local_forward_token1] = ACTIONS(2275), + [aux_sym_log_level_token1] = ACTIONS(2275), + [aux_sym_log_verbose_token1] = ACTIONS(2275), + [aux_sym_macs_token1] = ACTIONS(2275), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2275), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2275), + [aux_sym_password_authentication_token1] = ACTIONS(2275), + [aux_sym_permit_local_command_token1] = ACTIONS(2275), + [aux_sym_permit_remote_open_token1] = ACTIONS(2275), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2275), + [aux_sym_port_token1] = ACTIONS(2275), + [aux_sym_preferred_authentications_token1] = ACTIONS(2275), + [aux_sym_protocol_token1] = ACTIONS(2275), + [aux_sym_proxy_command_token1] = ACTIONS(2275), + [aux_sym_proxy_jump_token1] = ACTIONS(2275), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2275), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2275), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2275), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2275), + [aux_sym_rekey_limit_token1] = ACTIONS(2275), + [aux_sym_remote_command_token1] = ACTIONS(2275), + [aux_sym_remote_forward_token1] = ACTIONS(2275), + [aux_sym_request_tty_token1] = ACTIONS(2275), + [aux_sym_required_rsa_size_token1] = ACTIONS(2275), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2275), + [aux_sym_security_key_provider_token1] = ACTIONS(2275), + [aux_sym_send_env_token1] = ACTIONS(2275), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2275), + [aux_sym_server_alive_interval_token1] = ACTIONS(2275), + [aux_sym_session_type_token1] = ACTIONS(2275), + [aux_sym_set_env_token1] = ACTIONS(2275), + [aux_sym_stdin_null_token1] = ACTIONS(2275), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2275), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2275), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2275), + [aux_sym_syslog_facility_token1] = ACTIONS(2275), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2275), + [aux_sym_keep_alive_token1] = ACTIONS(2275), + [aux_sym_tunnel_token1] = ACTIONS(2277), + [aux_sym_tunnel_device_token1] = ACTIONS(2275), + [aux_sym_update_host_keys_token1] = ACTIONS(2275), + [aux_sym_use_keychain_token1] = ACTIONS(2275), + [aux_sym_use_roaming_token1] = ACTIONS(2275), + [aux_sym_user_token1] = ACTIONS(2277), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2275), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2275), + [aux_sym_visual_host_key_token1] = ACTIONS(2275), + [aux_sym_xauth_location_token1] = ACTIONS(2275), }, [304] = { - [ts_builtin_sym_end] = ACTIONS(2272), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2274), - [anon_sym_DQUOTE] = ACTIONS(2276), - [aux_sym_match_token1] = ACTIONS(2272), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2272), - [aux_sym_address_family_token1] = ACTIONS(2272), - [aux_sym_batch_mode_token1] = ACTIONS(2272), - [aux_sym_bind_address_token1] = ACTIONS(2272), - [aux_sym_bind_interface_token1] = ACTIONS(2272), - [aux_sym_canonical_domains_token1] = ACTIONS(2272), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2272), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2272), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2272), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2272), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2272), - [aux_sym_certificate_file_token1] = ACTIONS(2272), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2272), - [aux_sym_check_host_ip_token1] = ACTIONS(2272), - [aux_sym_ciphers_token1] = ACTIONS(2272), - [aux_sym_cipher_token1] = ACTIONS(2274), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2272), - [aux_sym_compression_token1] = ACTIONS(2272), - [aux_sym_connection_attempts_token1] = ACTIONS(2272), - [aux_sym_connect_timeout_token1] = ACTIONS(2272), - [aux_sym_control_master_token1] = ACTIONS(2272), - [aux_sym_control_path_token1] = ACTIONS(2272), - [aux_sym_control_persist_token1] = ACTIONS(2272), - [aux_sym_dynamic_forward_token1] = ACTIONS(2272), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2272), - [aux_sym_escape_char_token1] = ACTIONS(2272), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2272), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2272), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2272), - [aux_sym_forward_agent_token1] = ACTIONS(2272), - [aux_sym_forward_x11_token1] = ACTIONS(2274), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2272), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2272), - [aux_sym_gateway_ports_token1] = ACTIONS(2272), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2272), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2272), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2272), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2272), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2272), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2272), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2272), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2272), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2272), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2272), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2272), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2272), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2272), - [aux_sym_host_key_alias_token1] = ACTIONS(2272), - [aux_sym_hostname_token1] = ACTIONS(2272), - [aux_sym_identities_only_token1] = ACTIONS(2272), - [aux_sym_identity_agent_token1] = ACTIONS(2272), - [aux_sym_identity_file_token1] = ACTIONS(2272), - [aux_sym_ignore_unknown_token1] = ACTIONS(2272), - [aux_sym_include_token1] = ACTIONS(2272), - [aux_sym_ip_qos_token1] = ACTIONS(2272), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2272), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2272), - [aux_sym_kex_algorithms_token1] = ACTIONS(2272), - [aux_sym_known_hosts_command_token1] = ACTIONS(2272), - [aux_sym_local_command_token1] = ACTIONS(2272), - [aux_sym_local_forward_token1] = ACTIONS(2272), - [aux_sym_log_level_token1] = ACTIONS(2272), - [aux_sym_log_verbose_token1] = ACTIONS(2272), - [aux_sym_macs_token1] = ACTIONS(2272), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2272), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2272), - [aux_sym_password_authentication_token1] = ACTIONS(2272), - [aux_sym_permit_local_command_token1] = ACTIONS(2272), - [aux_sym_permit_remote_open_token1] = ACTIONS(2272), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2272), - [aux_sym_port_token1] = ACTIONS(2272), - [aux_sym_preferred_authentications_token1] = ACTIONS(2272), - [aux_sym_protocol_token1] = ACTIONS(2272), - [aux_sym_proxy_command_token1] = ACTIONS(2272), - [aux_sym_proxy_jump_token1] = ACTIONS(2272), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2272), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2272), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2272), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2272), - [aux_sym_rekey_limit_token1] = ACTIONS(2272), - [aux_sym_remote_command_token1] = ACTIONS(2272), - [aux_sym_remote_forward_token1] = ACTIONS(2272), - [aux_sym_request_tty_token1] = ACTIONS(2272), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2272), - [aux_sym_security_key_provider_token1] = ACTIONS(2272), - [aux_sym_send_env_token1] = ACTIONS(2272), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2272), - [aux_sym_server_alive_interval_token1] = ACTIONS(2272), - [aux_sym_session_type_token1] = ACTIONS(2272), - [aux_sym_set_env_token1] = ACTIONS(2272), - [aux_sym_stdin_null_token1] = ACTIONS(2272), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2272), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2272), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2272), - [aux_sym_syslog_facility_token1] = ACTIONS(2272), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2272), - [aux_sym_keep_alive_token1] = ACTIONS(2272), - [aux_sym_tunnel_token1] = ACTIONS(2274), - [aux_sym_tunnel_device_token1] = ACTIONS(2272), - [aux_sym_update_host_keys_token1] = ACTIONS(2272), - [aux_sym_use_keychain_token1] = ACTIONS(2272), - [aux_sym_use_roaming_token1] = ACTIONS(2272), - [aux_sym_user_token1] = ACTIONS(2274), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2272), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2272), - [aux_sym_visual_host_key_token1] = ACTIONS(2272), - [aux_sym_xauth_location_token1] = ACTIONS(2272), + [ts_builtin_sym_end] = ACTIONS(2281), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(2281), + [aux_sym_match_token1] = ACTIONS(2281), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2281), + [aux_sym_address_family_token1] = ACTIONS(2281), + [aux_sym_batch_mode_token1] = ACTIONS(2281), + [aux_sym_bind_address_token1] = ACTIONS(2281), + [aux_sym_bind_interface_token1] = ACTIONS(2281), + [aux_sym_canonical_domains_token1] = ACTIONS(2281), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2281), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2281), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2281), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2281), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2281), + [aux_sym_certificate_file_token1] = ACTIONS(2281), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2281), + [aux_sym_check_host_ip_token1] = ACTIONS(2281), + [aux_sym_ciphers_token1] = ACTIONS(2281), + [aux_sym_cipher_token1] = ACTIONS(2283), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2281), + [aux_sym_compression_token1] = ACTIONS(2281), + [aux_sym_connection_attempts_token1] = ACTIONS(2281), + [aux_sym_connect_timeout_token1] = ACTIONS(2281), + [aux_sym_control_master_token1] = ACTIONS(2281), + [aux_sym_control_path_token1] = ACTIONS(2281), + [aux_sym_control_persist_token1] = ACTIONS(2281), + [aux_sym_dynamic_forward_token1] = ACTIONS(2281), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2281), + [aux_sym_escape_char_token1] = ACTIONS(2281), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2281), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2281), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2281), + [aux_sym_forward_agent_token1] = ACTIONS(2281), + [aux_sym_forward_x11_token1] = ACTIONS(2283), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2281), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2281), + [aux_sym_gateway_ports_token1] = ACTIONS(2281), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2281), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2281), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2281), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2281), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2281), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2281), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2281), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2281), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2281), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2281), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2281), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2281), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2281), + [aux_sym_host_key_alias_token1] = ACTIONS(2281), + [aux_sym_hostname_token1] = ACTIONS(2281), + [aux_sym_identities_only_token1] = ACTIONS(2281), + [aux_sym_identity_agent_token1] = ACTIONS(2281), + [aux_sym_identity_file_token1] = ACTIONS(2281), + [aux_sym_ignore_unknown_token1] = ACTIONS(2281), + [aux_sym_include_token1] = ACTIONS(2281), + [aux_sym_ip_qos_token1] = ACTIONS(2281), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2281), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2281), + [aux_sym_kex_algorithms_token1] = ACTIONS(2281), + [aux_sym_known_hosts_command_token1] = ACTIONS(2281), + [aux_sym_local_command_token1] = ACTIONS(2281), + [aux_sym_local_forward_token1] = ACTIONS(2281), + [aux_sym_log_level_token1] = ACTIONS(2281), + [aux_sym_log_verbose_token1] = ACTIONS(2281), + [aux_sym_macs_token1] = ACTIONS(2281), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2281), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2281), + [aux_sym_password_authentication_token1] = ACTIONS(2281), + [aux_sym_permit_local_command_token1] = ACTIONS(2281), + [aux_sym_permit_remote_open_token1] = ACTIONS(2281), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2281), + [aux_sym_port_token1] = ACTIONS(2281), + [aux_sym_preferred_authentications_token1] = ACTIONS(2281), + [aux_sym_protocol_token1] = ACTIONS(2281), + [aux_sym_proxy_command_token1] = ACTIONS(2281), + [aux_sym_proxy_jump_token1] = ACTIONS(2281), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2281), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2281), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2281), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2281), + [aux_sym_rekey_limit_token1] = ACTIONS(2281), + [aux_sym_remote_command_token1] = ACTIONS(2281), + [aux_sym_remote_forward_token1] = ACTIONS(2281), + [aux_sym_request_tty_token1] = ACTIONS(2281), + [aux_sym_required_rsa_size_token1] = ACTIONS(2281), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2281), + [aux_sym_security_key_provider_token1] = ACTIONS(2281), + [aux_sym_send_env_token1] = ACTIONS(2281), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2281), + [aux_sym_server_alive_interval_token1] = ACTIONS(2281), + [aux_sym_session_type_token1] = ACTIONS(2281), + [aux_sym_set_env_token1] = ACTIONS(2281), + [aux_sym_stdin_null_token1] = ACTIONS(2281), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2281), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2281), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2281), + [aux_sym_syslog_facility_token1] = ACTIONS(2281), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2281), + [aux_sym_keep_alive_token1] = ACTIONS(2281), + [aux_sym_tunnel_token1] = ACTIONS(2283), + [aux_sym_tunnel_device_token1] = ACTIONS(2281), + [aux_sym_update_host_keys_token1] = ACTIONS(2281), + [aux_sym_use_keychain_token1] = ACTIONS(2281), + [aux_sym_use_roaming_token1] = ACTIONS(2281), + [aux_sym_user_token1] = ACTIONS(2283), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2281), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2281), + [aux_sym_visual_host_key_token1] = ACTIONS(2281), + [aux_sym_xauth_location_token1] = ACTIONS(2281), }, [305] = { - [ts_builtin_sym_end] = ACTIONS(2278), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2280), - [anon_sym_DQUOTE] = ACTIONS(2278), - [aux_sym_match_token1] = ACTIONS(2278), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2278), - [aux_sym_address_family_token1] = ACTIONS(2278), - [aux_sym_batch_mode_token1] = ACTIONS(2278), - [aux_sym_bind_address_token1] = ACTIONS(2278), - [aux_sym_bind_interface_token1] = ACTIONS(2278), - [aux_sym_canonical_domains_token1] = ACTIONS(2278), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2278), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2278), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2278), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2278), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2278), - [aux_sym_certificate_file_token1] = ACTIONS(2278), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2278), - [aux_sym_check_host_ip_token1] = ACTIONS(2278), - [aux_sym_ciphers_token1] = ACTIONS(2278), - [aux_sym_cipher_token1] = ACTIONS(2280), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2278), - [aux_sym_compression_token1] = ACTIONS(2278), - [aux_sym_connection_attempts_token1] = ACTIONS(2278), - [aux_sym_connect_timeout_token1] = ACTIONS(2278), - [aux_sym_control_master_token1] = ACTIONS(2278), - [aux_sym_control_path_token1] = ACTIONS(2278), - [aux_sym_control_persist_token1] = ACTIONS(2278), - [aux_sym_dynamic_forward_token1] = ACTIONS(2278), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2278), - [aux_sym_escape_char_token1] = ACTIONS(2278), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2278), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2278), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2278), - [aux_sym_forward_agent_token1] = ACTIONS(2278), - [aux_sym_forward_x11_token1] = ACTIONS(2280), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2278), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2278), - [aux_sym_gateway_ports_token1] = ACTIONS(2278), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2278), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2278), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2278), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2278), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2278), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2278), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2278), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2278), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2278), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2278), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2278), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2278), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2278), - [aux_sym_host_key_alias_token1] = ACTIONS(2278), - [aux_sym_hostname_token1] = ACTIONS(2278), - [aux_sym_identities_only_token1] = ACTIONS(2278), - [aux_sym_identity_agent_token1] = ACTIONS(2278), - [aux_sym_identity_file_token1] = ACTIONS(2278), - [aux_sym_ignore_unknown_token1] = ACTIONS(2278), - [aux_sym_include_token1] = ACTIONS(2278), - [aux_sym_ip_qos_token1] = ACTIONS(2278), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2278), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2278), - [aux_sym_kex_algorithms_token1] = ACTIONS(2278), - [aux_sym_known_hosts_command_token1] = ACTIONS(2278), - [aux_sym_local_command_token1] = ACTIONS(2278), - [aux_sym_local_forward_token1] = ACTIONS(2278), - [aux_sym_log_level_token1] = ACTIONS(2278), - [aux_sym_log_verbose_token1] = ACTIONS(2278), - [aux_sym_macs_token1] = ACTIONS(2278), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2278), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2278), - [aux_sym_password_authentication_token1] = ACTIONS(2278), - [aux_sym_permit_local_command_token1] = ACTIONS(2278), - [aux_sym_permit_remote_open_token1] = ACTIONS(2278), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2278), - [aux_sym_port_token1] = ACTIONS(2278), - [aux_sym_preferred_authentications_token1] = ACTIONS(2278), - [aux_sym_protocol_token1] = ACTIONS(2278), - [aux_sym_proxy_command_token1] = ACTIONS(2278), - [aux_sym_proxy_jump_token1] = ACTIONS(2278), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2278), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2278), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2278), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2278), - [aux_sym_rekey_limit_token1] = ACTIONS(2278), - [aux_sym_remote_command_token1] = ACTIONS(2278), - [aux_sym_remote_forward_token1] = ACTIONS(2278), - [aux_sym_request_tty_token1] = ACTIONS(2278), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2278), - [aux_sym_security_key_provider_token1] = ACTIONS(2278), - [aux_sym_send_env_token1] = ACTIONS(2278), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2278), - [aux_sym_server_alive_interval_token1] = ACTIONS(2278), - [aux_sym_session_type_token1] = ACTIONS(2278), - [aux_sym_set_env_token1] = ACTIONS(2278), - [aux_sym_stdin_null_token1] = ACTIONS(2278), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2278), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2278), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2278), - [aux_sym_syslog_facility_token1] = ACTIONS(2278), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2278), - [aux_sym_keep_alive_token1] = ACTIONS(2278), - [aux_sym_tunnel_token1] = ACTIONS(2280), - [aux_sym_tunnel_device_token1] = ACTIONS(2278), - [aux_sym_update_host_keys_token1] = ACTIONS(2278), - [aux_sym_use_keychain_token1] = ACTIONS(2278), - [aux_sym_use_roaming_token1] = ACTIONS(2278), - [aux_sym_user_token1] = ACTIONS(2280), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2278), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2278), - [aux_sym_visual_host_key_token1] = ACTIONS(2278), - [aux_sym_xauth_location_token1] = ACTIONS(2278), + [ts_builtin_sym_end] = ACTIONS(2285), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2287), + [anon_sym_DQUOTE] = ACTIONS(2285), + [aux_sym_match_token1] = ACTIONS(2285), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2285), + [aux_sym_address_family_token1] = ACTIONS(2285), + [aux_sym_batch_mode_token1] = ACTIONS(2285), + [aux_sym_bind_address_token1] = ACTIONS(2285), + [aux_sym_bind_interface_token1] = ACTIONS(2285), + [aux_sym_canonical_domains_token1] = ACTIONS(2285), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2285), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2285), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2285), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2285), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2285), + [aux_sym_certificate_file_token1] = ACTIONS(2285), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2285), + [aux_sym_check_host_ip_token1] = ACTIONS(2285), + [aux_sym_ciphers_token1] = ACTIONS(2285), + [aux_sym_cipher_token1] = ACTIONS(2287), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2285), + [aux_sym_compression_token1] = ACTIONS(2285), + [aux_sym_connection_attempts_token1] = ACTIONS(2285), + [aux_sym_connect_timeout_token1] = ACTIONS(2285), + [aux_sym_control_master_token1] = ACTIONS(2285), + [aux_sym_control_path_token1] = ACTIONS(2285), + [aux_sym_control_persist_token1] = ACTIONS(2285), + [aux_sym_dynamic_forward_token1] = ACTIONS(2285), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2285), + [aux_sym_escape_char_token1] = ACTIONS(2285), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2285), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2285), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2285), + [aux_sym_forward_agent_token1] = ACTIONS(2285), + [aux_sym_forward_x11_token1] = ACTIONS(2287), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2285), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2285), + [aux_sym_gateway_ports_token1] = ACTIONS(2285), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2285), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2285), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2285), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2285), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2285), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2285), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2285), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2285), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2285), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2285), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2285), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2285), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2285), + [aux_sym_host_key_alias_token1] = ACTIONS(2285), + [aux_sym_hostname_token1] = ACTIONS(2285), + [aux_sym_identities_only_token1] = ACTIONS(2285), + [aux_sym_identity_agent_token1] = ACTIONS(2285), + [aux_sym_identity_file_token1] = ACTIONS(2285), + [aux_sym_ignore_unknown_token1] = ACTIONS(2285), + [aux_sym_include_token1] = ACTIONS(2285), + [aux_sym_ip_qos_token1] = ACTIONS(2285), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2285), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2285), + [aux_sym_kex_algorithms_token1] = ACTIONS(2285), + [aux_sym_known_hosts_command_token1] = ACTIONS(2285), + [aux_sym_local_command_token1] = ACTIONS(2285), + [aux_sym_local_forward_token1] = ACTIONS(2285), + [aux_sym_log_level_token1] = ACTIONS(2285), + [aux_sym_log_verbose_token1] = ACTIONS(2285), + [aux_sym_macs_token1] = ACTIONS(2285), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2285), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2285), + [aux_sym_password_authentication_token1] = ACTIONS(2285), + [aux_sym_permit_local_command_token1] = ACTIONS(2285), + [aux_sym_permit_remote_open_token1] = ACTIONS(2285), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2285), + [aux_sym_port_token1] = ACTIONS(2285), + [aux_sym_preferred_authentications_token1] = ACTIONS(2285), + [aux_sym_protocol_token1] = ACTIONS(2285), + [aux_sym_proxy_command_token1] = ACTIONS(2285), + [aux_sym_proxy_jump_token1] = ACTIONS(2285), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2285), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2285), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2285), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2285), + [aux_sym_rekey_limit_token1] = ACTIONS(2285), + [aux_sym_remote_command_token1] = ACTIONS(2285), + [aux_sym_remote_forward_token1] = ACTIONS(2285), + [aux_sym_request_tty_token1] = ACTIONS(2285), + [aux_sym_required_rsa_size_token1] = ACTIONS(2285), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2285), + [aux_sym_security_key_provider_token1] = ACTIONS(2285), + [aux_sym_send_env_token1] = ACTIONS(2285), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2285), + [aux_sym_server_alive_interval_token1] = ACTIONS(2285), + [aux_sym_session_type_token1] = ACTIONS(2285), + [aux_sym_set_env_token1] = ACTIONS(2285), + [aux_sym_stdin_null_token1] = ACTIONS(2285), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2285), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2285), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2285), + [aux_sym_syslog_facility_token1] = ACTIONS(2285), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2285), + [aux_sym_keep_alive_token1] = ACTIONS(2285), + [aux_sym_tunnel_token1] = ACTIONS(2287), + [aux_sym_tunnel_device_token1] = ACTIONS(2285), + [aux_sym_update_host_keys_token1] = ACTIONS(2285), + [aux_sym_use_keychain_token1] = ACTIONS(2285), + [aux_sym_use_roaming_token1] = ACTIONS(2285), + [aux_sym_user_token1] = ACTIONS(2287), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2285), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2285), + [aux_sym_visual_host_key_token1] = ACTIONS(2285), + [aux_sym_xauth_location_token1] = ACTIONS(2285), }, [306] = { - [ts_builtin_sym_end] = ACTIONS(2282), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2284), - [anon_sym_DQUOTE] = ACTIONS(2286), - [aux_sym_match_token1] = ACTIONS(2282), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2282), - [aux_sym_address_family_token1] = ACTIONS(2282), - [aux_sym_batch_mode_token1] = ACTIONS(2282), - [aux_sym_bind_address_token1] = ACTIONS(2282), - [aux_sym_bind_interface_token1] = ACTIONS(2282), - [aux_sym_canonical_domains_token1] = ACTIONS(2282), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2282), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2282), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2282), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2282), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2282), - [aux_sym_certificate_file_token1] = ACTIONS(2282), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2282), - [aux_sym_check_host_ip_token1] = ACTIONS(2282), - [aux_sym_ciphers_token1] = ACTIONS(2282), - [aux_sym_cipher_token1] = ACTIONS(2284), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2282), - [aux_sym_compression_token1] = ACTIONS(2282), - [aux_sym_connection_attempts_token1] = ACTIONS(2282), - [aux_sym_connect_timeout_token1] = ACTIONS(2282), - [aux_sym_control_master_token1] = ACTIONS(2282), - [aux_sym_control_path_token1] = ACTIONS(2282), - [aux_sym_control_persist_token1] = ACTIONS(2282), - [aux_sym_dynamic_forward_token1] = ACTIONS(2282), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2282), - [aux_sym_escape_char_token1] = ACTIONS(2282), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2282), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2282), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2282), - [aux_sym_forward_agent_token1] = ACTIONS(2282), - [aux_sym_forward_x11_token1] = ACTIONS(2284), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2282), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2282), - [aux_sym_gateway_ports_token1] = ACTIONS(2282), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2282), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2282), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2282), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2282), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2282), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2282), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2282), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2282), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2282), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2282), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2282), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2282), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2282), - [aux_sym_host_key_alias_token1] = ACTIONS(2282), - [aux_sym_hostname_token1] = ACTIONS(2282), - [aux_sym_identities_only_token1] = ACTIONS(2282), - [aux_sym_identity_agent_token1] = ACTIONS(2282), - [aux_sym_identity_file_token1] = ACTIONS(2282), - [aux_sym_ignore_unknown_token1] = ACTIONS(2282), - [aux_sym_include_token1] = ACTIONS(2282), - [aux_sym_ip_qos_token1] = ACTIONS(2282), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2282), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2282), - [aux_sym_kex_algorithms_token1] = ACTIONS(2282), - [aux_sym_known_hosts_command_token1] = ACTIONS(2282), - [aux_sym_local_command_token1] = ACTIONS(2282), - [aux_sym_local_forward_token1] = ACTIONS(2282), - [aux_sym_log_level_token1] = ACTIONS(2282), - [aux_sym_log_verbose_token1] = ACTIONS(2282), - [aux_sym_macs_token1] = ACTIONS(2282), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2282), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2282), - [aux_sym_password_authentication_token1] = ACTIONS(2282), - [aux_sym_permit_local_command_token1] = ACTIONS(2282), - [aux_sym_permit_remote_open_token1] = ACTIONS(2282), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2282), - [aux_sym_port_token1] = ACTIONS(2282), - [aux_sym_preferred_authentications_token1] = ACTIONS(2282), - [aux_sym_protocol_token1] = ACTIONS(2282), - [aux_sym_proxy_command_token1] = ACTIONS(2282), - [aux_sym_proxy_jump_token1] = ACTIONS(2282), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2282), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2282), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2282), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2282), - [aux_sym_rekey_limit_token1] = ACTIONS(2282), - [aux_sym_remote_command_token1] = ACTIONS(2282), - [aux_sym_remote_forward_token1] = ACTIONS(2282), - [aux_sym_request_tty_token1] = ACTIONS(2282), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2282), - [aux_sym_security_key_provider_token1] = ACTIONS(2282), - [aux_sym_send_env_token1] = ACTIONS(2282), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2282), - [aux_sym_server_alive_interval_token1] = ACTIONS(2282), - [aux_sym_session_type_token1] = ACTIONS(2282), - [aux_sym_set_env_token1] = ACTIONS(2282), - [aux_sym_stdin_null_token1] = ACTIONS(2282), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2282), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2282), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2282), - [aux_sym_syslog_facility_token1] = ACTIONS(2282), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2282), - [aux_sym_keep_alive_token1] = ACTIONS(2282), - [aux_sym_tunnel_token1] = ACTIONS(2284), - [aux_sym_tunnel_device_token1] = ACTIONS(2282), - [aux_sym_update_host_keys_token1] = ACTIONS(2282), - [aux_sym_use_keychain_token1] = ACTIONS(2282), - [aux_sym_use_roaming_token1] = ACTIONS(2282), - [aux_sym_user_token1] = ACTIONS(2284), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2282), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2282), - [aux_sym_visual_host_key_token1] = ACTIONS(2282), - [aux_sym_xauth_location_token1] = ACTIONS(2282), + [ts_builtin_sym_end] = ACTIONS(2289), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2291), + [anon_sym_DQUOTE] = ACTIONS(2293), + [aux_sym_match_token1] = ACTIONS(2289), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2289), + [aux_sym_address_family_token1] = ACTIONS(2289), + [aux_sym_batch_mode_token1] = ACTIONS(2289), + [aux_sym_bind_address_token1] = ACTIONS(2289), + [aux_sym_bind_interface_token1] = ACTIONS(2289), + [aux_sym_canonical_domains_token1] = ACTIONS(2289), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2289), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2289), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2289), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2289), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2289), + [aux_sym_certificate_file_token1] = ACTIONS(2289), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2289), + [aux_sym_check_host_ip_token1] = ACTIONS(2289), + [aux_sym_ciphers_token1] = ACTIONS(2289), + [aux_sym_cipher_token1] = ACTIONS(2291), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2289), + [aux_sym_compression_token1] = ACTIONS(2289), + [aux_sym_connection_attempts_token1] = ACTIONS(2289), + [aux_sym_connect_timeout_token1] = ACTIONS(2289), + [aux_sym_control_master_token1] = ACTIONS(2289), + [aux_sym_control_path_token1] = ACTIONS(2289), + [aux_sym_control_persist_token1] = ACTIONS(2289), + [aux_sym_dynamic_forward_token1] = ACTIONS(2289), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2289), + [aux_sym_escape_char_token1] = ACTIONS(2289), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2289), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2289), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2289), + [aux_sym_forward_agent_token1] = ACTIONS(2289), + [aux_sym_forward_x11_token1] = ACTIONS(2291), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2289), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2289), + [aux_sym_gateway_ports_token1] = ACTIONS(2289), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2289), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2289), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2289), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2289), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2289), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2289), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2289), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2289), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2289), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2289), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2289), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2289), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2289), + [aux_sym_host_key_alias_token1] = ACTIONS(2289), + [aux_sym_hostname_token1] = ACTIONS(2289), + [aux_sym_identities_only_token1] = ACTIONS(2289), + [aux_sym_identity_agent_token1] = ACTIONS(2289), + [aux_sym_identity_file_token1] = ACTIONS(2289), + [aux_sym_ignore_unknown_token1] = ACTIONS(2289), + [aux_sym_include_token1] = ACTIONS(2289), + [aux_sym_ip_qos_token1] = ACTIONS(2289), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2289), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2289), + [aux_sym_kex_algorithms_token1] = ACTIONS(2289), + [aux_sym_known_hosts_command_token1] = ACTIONS(2289), + [aux_sym_local_command_token1] = ACTIONS(2289), + [aux_sym_local_forward_token1] = ACTIONS(2289), + [aux_sym_log_level_token1] = ACTIONS(2289), + [aux_sym_log_verbose_token1] = ACTIONS(2289), + [aux_sym_macs_token1] = ACTIONS(2289), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2289), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2289), + [aux_sym_password_authentication_token1] = ACTIONS(2289), + [aux_sym_permit_local_command_token1] = ACTIONS(2289), + [aux_sym_permit_remote_open_token1] = ACTIONS(2289), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2289), + [aux_sym_port_token1] = ACTIONS(2289), + [aux_sym_preferred_authentications_token1] = ACTIONS(2289), + [aux_sym_protocol_token1] = ACTIONS(2289), + [aux_sym_proxy_command_token1] = ACTIONS(2289), + [aux_sym_proxy_jump_token1] = ACTIONS(2289), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2289), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2289), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2289), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2289), + [aux_sym_rekey_limit_token1] = ACTIONS(2289), + [aux_sym_remote_command_token1] = ACTIONS(2289), + [aux_sym_remote_forward_token1] = ACTIONS(2289), + [aux_sym_request_tty_token1] = ACTIONS(2289), + [aux_sym_required_rsa_size_token1] = ACTIONS(2289), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2289), + [aux_sym_security_key_provider_token1] = ACTIONS(2289), + [aux_sym_send_env_token1] = ACTIONS(2289), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2289), + [aux_sym_server_alive_interval_token1] = ACTIONS(2289), + [aux_sym_session_type_token1] = ACTIONS(2289), + [aux_sym_set_env_token1] = ACTIONS(2289), + [aux_sym_stdin_null_token1] = ACTIONS(2289), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2289), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2289), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2289), + [aux_sym_syslog_facility_token1] = ACTIONS(2289), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2289), + [aux_sym_keep_alive_token1] = ACTIONS(2289), + [aux_sym_tunnel_token1] = ACTIONS(2291), + [aux_sym_tunnel_device_token1] = ACTIONS(2289), + [aux_sym_update_host_keys_token1] = ACTIONS(2289), + [aux_sym_use_keychain_token1] = ACTIONS(2289), + [aux_sym_use_roaming_token1] = ACTIONS(2289), + [aux_sym_user_token1] = ACTIONS(2291), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2289), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2289), + [aux_sym_visual_host_key_token1] = ACTIONS(2289), + [aux_sym_xauth_location_token1] = ACTIONS(2289), }, [307] = { - [ts_builtin_sym_end] = ACTIONS(2288), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2290), - [anon_sym_DQUOTE] = ACTIONS(2288), - [aux_sym_match_token1] = ACTIONS(2288), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2288), - [aux_sym_address_family_token1] = ACTIONS(2288), - [aux_sym_batch_mode_token1] = ACTIONS(2288), - [aux_sym_bind_address_token1] = ACTIONS(2288), - [aux_sym_bind_interface_token1] = ACTIONS(2288), - [aux_sym_canonical_domains_token1] = ACTIONS(2288), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2288), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2288), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2288), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2288), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2288), - [aux_sym_certificate_file_token1] = ACTIONS(2288), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2288), - [aux_sym_check_host_ip_token1] = ACTIONS(2288), - [aux_sym_ciphers_token1] = ACTIONS(2288), - [aux_sym_cipher_token1] = ACTIONS(2290), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2288), - [aux_sym_compression_token1] = ACTIONS(2288), - [aux_sym_connection_attempts_token1] = ACTIONS(2288), - [aux_sym_connect_timeout_token1] = ACTIONS(2288), - [aux_sym_control_master_token1] = ACTIONS(2288), - [aux_sym_control_path_token1] = ACTIONS(2288), - [aux_sym_control_persist_token1] = ACTIONS(2288), - [aux_sym_dynamic_forward_token1] = ACTIONS(2288), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2288), - [aux_sym_escape_char_token1] = ACTIONS(2288), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2288), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2288), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2288), - [aux_sym_forward_agent_token1] = ACTIONS(2288), - [aux_sym_forward_x11_token1] = ACTIONS(2290), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2288), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2288), - [aux_sym_gateway_ports_token1] = ACTIONS(2288), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2288), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2288), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2288), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2288), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2288), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2288), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2288), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2288), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2288), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2288), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2288), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2288), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2288), - [aux_sym_host_key_alias_token1] = ACTIONS(2288), - [aux_sym_hostname_token1] = ACTIONS(2288), - [aux_sym_identities_only_token1] = ACTIONS(2288), - [aux_sym_identity_agent_token1] = ACTIONS(2288), - [aux_sym_identity_file_token1] = ACTIONS(2288), - [aux_sym_ignore_unknown_token1] = ACTIONS(2288), - [aux_sym_include_token1] = ACTIONS(2288), - [aux_sym_ip_qos_token1] = ACTIONS(2288), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2288), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2288), - [aux_sym_kex_algorithms_token1] = ACTIONS(2288), - [aux_sym_known_hosts_command_token1] = ACTIONS(2288), - [aux_sym_local_command_token1] = ACTIONS(2288), - [aux_sym_local_forward_token1] = ACTIONS(2288), - [aux_sym_log_level_token1] = ACTIONS(2288), - [aux_sym_log_verbose_token1] = ACTIONS(2288), - [aux_sym_macs_token1] = ACTIONS(2288), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2288), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2288), - [aux_sym_password_authentication_token1] = ACTIONS(2288), - [aux_sym_permit_local_command_token1] = ACTIONS(2288), - [aux_sym_permit_remote_open_token1] = ACTIONS(2288), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2288), - [aux_sym_port_token1] = ACTIONS(2288), - [aux_sym_preferred_authentications_token1] = ACTIONS(2288), - [aux_sym_protocol_token1] = ACTIONS(2288), - [aux_sym_proxy_command_token1] = ACTIONS(2288), - [aux_sym_proxy_jump_token1] = ACTIONS(2288), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2288), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2288), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2288), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2288), - [aux_sym_rekey_limit_token1] = ACTIONS(2288), - [aux_sym_remote_command_token1] = ACTIONS(2288), - [aux_sym_remote_forward_token1] = ACTIONS(2288), - [aux_sym_request_tty_token1] = ACTIONS(2288), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2288), - [aux_sym_security_key_provider_token1] = ACTIONS(2288), - [aux_sym_send_env_token1] = ACTIONS(2288), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2288), - [aux_sym_server_alive_interval_token1] = ACTIONS(2288), - [aux_sym_session_type_token1] = ACTIONS(2288), - [aux_sym_set_env_token1] = ACTIONS(2288), - [aux_sym_stdin_null_token1] = ACTIONS(2288), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2288), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2288), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2288), - [aux_sym_syslog_facility_token1] = ACTIONS(2288), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2288), - [aux_sym_keep_alive_token1] = ACTIONS(2288), - [aux_sym_tunnel_token1] = ACTIONS(2290), - [aux_sym_tunnel_device_token1] = ACTIONS(2288), - [aux_sym_update_host_keys_token1] = ACTIONS(2288), - [aux_sym_use_keychain_token1] = ACTIONS(2288), - [aux_sym_use_roaming_token1] = ACTIONS(2288), - [aux_sym_user_token1] = ACTIONS(2290), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2288), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2288), - [aux_sym_visual_host_key_token1] = ACTIONS(2288), - [aux_sym_xauth_location_token1] = ACTIONS(2288), + [ts_builtin_sym_end] = ACTIONS(2295), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2297), + [anon_sym_DQUOTE] = ACTIONS(2295), + [aux_sym_match_token1] = ACTIONS(2295), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2295), + [aux_sym_address_family_token1] = ACTIONS(2295), + [aux_sym_batch_mode_token1] = ACTIONS(2295), + [aux_sym_bind_address_token1] = ACTIONS(2295), + [aux_sym_bind_interface_token1] = ACTIONS(2295), + [aux_sym_canonical_domains_token1] = ACTIONS(2295), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2295), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2295), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2295), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2295), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2295), + [aux_sym_certificate_file_token1] = ACTIONS(2295), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2295), + [aux_sym_check_host_ip_token1] = ACTIONS(2295), + [aux_sym_ciphers_token1] = ACTIONS(2295), + [aux_sym_cipher_token1] = ACTIONS(2297), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2295), + [aux_sym_compression_token1] = ACTIONS(2295), + [aux_sym_connection_attempts_token1] = ACTIONS(2295), + [aux_sym_connect_timeout_token1] = ACTIONS(2295), + [aux_sym_control_master_token1] = ACTIONS(2295), + [aux_sym_control_path_token1] = ACTIONS(2295), + [aux_sym_control_persist_token1] = ACTIONS(2295), + [aux_sym_dynamic_forward_token1] = ACTIONS(2295), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2295), + [aux_sym_escape_char_token1] = ACTIONS(2295), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2295), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2295), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2295), + [aux_sym_forward_agent_token1] = ACTIONS(2295), + [aux_sym_forward_x11_token1] = ACTIONS(2297), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2295), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2295), + [aux_sym_gateway_ports_token1] = ACTIONS(2295), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2295), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2295), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2295), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2295), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2295), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2295), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2295), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2295), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2295), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2295), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2295), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2295), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2295), + [aux_sym_host_key_alias_token1] = ACTIONS(2295), + [aux_sym_hostname_token1] = ACTIONS(2295), + [aux_sym_identities_only_token1] = ACTIONS(2295), + [aux_sym_identity_agent_token1] = ACTIONS(2295), + [aux_sym_identity_file_token1] = ACTIONS(2295), + [aux_sym_ignore_unknown_token1] = ACTIONS(2295), + [aux_sym_include_token1] = ACTIONS(2295), + [aux_sym_ip_qos_token1] = ACTIONS(2295), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2295), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2295), + [aux_sym_kex_algorithms_token1] = ACTIONS(2295), + [aux_sym_known_hosts_command_token1] = ACTIONS(2295), + [aux_sym_local_command_token1] = ACTIONS(2295), + [aux_sym_local_forward_token1] = ACTIONS(2295), + [aux_sym_log_level_token1] = ACTIONS(2295), + [aux_sym_log_verbose_token1] = ACTIONS(2295), + [aux_sym_macs_token1] = ACTIONS(2295), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2295), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2295), + [aux_sym_password_authentication_token1] = ACTIONS(2295), + [aux_sym_permit_local_command_token1] = ACTIONS(2295), + [aux_sym_permit_remote_open_token1] = ACTIONS(2295), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2295), + [aux_sym_port_token1] = ACTIONS(2295), + [aux_sym_preferred_authentications_token1] = ACTIONS(2295), + [aux_sym_protocol_token1] = ACTIONS(2295), + [aux_sym_proxy_command_token1] = ACTIONS(2295), + [aux_sym_proxy_jump_token1] = ACTIONS(2295), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2295), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2295), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2295), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2295), + [aux_sym_rekey_limit_token1] = ACTIONS(2295), + [aux_sym_remote_command_token1] = ACTIONS(2295), + [aux_sym_remote_forward_token1] = ACTIONS(2295), + [aux_sym_request_tty_token1] = ACTIONS(2295), + [aux_sym_required_rsa_size_token1] = ACTIONS(2295), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2295), + [aux_sym_security_key_provider_token1] = ACTIONS(2295), + [aux_sym_send_env_token1] = ACTIONS(2295), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2295), + [aux_sym_server_alive_interval_token1] = ACTIONS(2295), + [aux_sym_session_type_token1] = ACTIONS(2295), + [aux_sym_set_env_token1] = ACTIONS(2295), + [aux_sym_stdin_null_token1] = ACTIONS(2295), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2295), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2295), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2295), + [aux_sym_syslog_facility_token1] = ACTIONS(2295), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2295), + [aux_sym_keep_alive_token1] = ACTIONS(2295), + [aux_sym_tunnel_token1] = ACTIONS(2297), + [aux_sym_tunnel_device_token1] = ACTIONS(2295), + [aux_sym_update_host_keys_token1] = ACTIONS(2295), + [aux_sym_use_keychain_token1] = ACTIONS(2295), + [aux_sym_use_roaming_token1] = ACTIONS(2295), + [aux_sym_user_token1] = ACTIONS(2297), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2295), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2295), + [aux_sym_visual_host_key_token1] = ACTIONS(2295), + [aux_sym_xauth_location_token1] = ACTIONS(2295), }, [308] = { - [ts_builtin_sym_end] = ACTIONS(2292), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2294), - [anon_sym_DQUOTE] = ACTIONS(2296), - [aux_sym_match_token1] = ACTIONS(2292), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2292), - [aux_sym_address_family_token1] = ACTIONS(2292), - [aux_sym_batch_mode_token1] = ACTIONS(2292), - [aux_sym_bind_address_token1] = ACTIONS(2292), - [aux_sym_bind_interface_token1] = ACTIONS(2292), - [aux_sym_canonical_domains_token1] = ACTIONS(2292), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2292), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2292), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2292), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2292), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2292), - [aux_sym_certificate_file_token1] = ACTIONS(2292), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2292), - [aux_sym_check_host_ip_token1] = ACTIONS(2292), - [aux_sym_ciphers_token1] = ACTIONS(2292), - [aux_sym_cipher_token1] = ACTIONS(2294), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2292), - [aux_sym_compression_token1] = ACTIONS(2292), - [aux_sym_connection_attempts_token1] = ACTIONS(2292), - [aux_sym_connect_timeout_token1] = ACTIONS(2292), - [aux_sym_control_master_token1] = ACTIONS(2292), - [aux_sym_control_path_token1] = ACTIONS(2292), - [aux_sym_control_persist_token1] = ACTIONS(2292), - [aux_sym_dynamic_forward_token1] = ACTIONS(2292), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2292), - [aux_sym_escape_char_token1] = ACTIONS(2292), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2292), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2292), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2292), - [aux_sym_forward_agent_token1] = ACTIONS(2292), - [aux_sym_forward_x11_token1] = ACTIONS(2294), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2292), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2292), - [aux_sym_gateway_ports_token1] = ACTIONS(2292), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2292), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2292), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2292), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2292), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2292), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2292), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2292), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2292), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2292), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2292), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2292), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2292), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2292), - [aux_sym_host_key_alias_token1] = ACTIONS(2292), - [aux_sym_hostname_token1] = ACTIONS(2292), - [aux_sym_identities_only_token1] = ACTIONS(2292), - [aux_sym_identity_agent_token1] = ACTIONS(2292), - [aux_sym_identity_file_token1] = ACTIONS(2292), - [aux_sym_ignore_unknown_token1] = ACTIONS(2292), - [aux_sym_include_token1] = ACTIONS(2292), - [aux_sym_ip_qos_token1] = ACTIONS(2292), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2292), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2292), - [aux_sym_kex_algorithms_token1] = ACTIONS(2292), - [aux_sym_known_hosts_command_token1] = ACTIONS(2292), - [aux_sym_local_command_token1] = ACTIONS(2292), - [aux_sym_local_forward_token1] = ACTIONS(2292), - [aux_sym_log_level_token1] = ACTIONS(2292), - [aux_sym_log_verbose_token1] = ACTIONS(2292), - [aux_sym_macs_token1] = ACTIONS(2292), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2292), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2292), - [aux_sym_password_authentication_token1] = ACTIONS(2292), - [aux_sym_permit_local_command_token1] = ACTIONS(2292), - [aux_sym_permit_remote_open_token1] = ACTIONS(2292), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2292), - [aux_sym_port_token1] = ACTIONS(2292), - [aux_sym_preferred_authentications_token1] = ACTIONS(2292), - [aux_sym_protocol_token1] = ACTIONS(2292), - [aux_sym_proxy_command_token1] = ACTIONS(2292), - [aux_sym_proxy_jump_token1] = ACTIONS(2292), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2292), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2292), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2292), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2292), - [aux_sym_rekey_limit_token1] = ACTIONS(2292), - [aux_sym_remote_command_token1] = ACTIONS(2292), - [aux_sym_remote_forward_token1] = ACTIONS(2292), - [aux_sym_request_tty_token1] = ACTIONS(2292), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2292), - [aux_sym_security_key_provider_token1] = ACTIONS(2292), - [aux_sym_send_env_token1] = ACTIONS(2292), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2292), - [aux_sym_server_alive_interval_token1] = ACTIONS(2292), - [aux_sym_session_type_token1] = ACTIONS(2292), - [aux_sym_set_env_token1] = ACTIONS(2292), - [aux_sym_stdin_null_token1] = ACTIONS(2292), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2292), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2292), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2292), - [aux_sym_syslog_facility_token1] = ACTIONS(2292), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2292), - [aux_sym_keep_alive_token1] = ACTIONS(2292), - [aux_sym_tunnel_token1] = ACTIONS(2294), - [aux_sym_tunnel_device_token1] = ACTIONS(2292), - [aux_sym_update_host_keys_token1] = ACTIONS(2292), - [aux_sym_use_keychain_token1] = ACTIONS(2292), - [aux_sym_use_roaming_token1] = ACTIONS(2292), - [aux_sym_user_token1] = ACTIONS(2294), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2292), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2292), - [aux_sym_visual_host_key_token1] = ACTIONS(2292), - [aux_sym_xauth_location_token1] = ACTIONS(2292), + [ts_builtin_sym_end] = ACTIONS(2299), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2301), + [anon_sym_DQUOTE] = ACTIONS(2303), + [aux_sym_match_token1] = ACTIONS(2299), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2299), + [aux_sym_address_family_token1] = ACTIONS(2299), + [aux_sym_batch_mode_token1] = ACTIONS(2299), + [aux_sym_bind_address_token1] = ACTIONS(2299), + [aux_sym_bind_interface_token1] = ACTIONS(2299), + [aux_sym_canonical_domains_token1] = ACTIONS(2299), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2299), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2299), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2299), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2299), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2299), + [aux_sym_certificate_file_token1] = ACTIONS(2299), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2299), + [aux_sym_check_host_ip_token1] = ACTIONS(2299), + [aux_sym_ciphers_token1] = ACTIONS(2299), + [aux_sym_cipher_token1] = ACTIONS(2301), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2299), + [aux_sym_compression_token1] = ACTIONS(2299), + [aux_sym_connection_attempts_token1] = ACTIONS(2299), + [aux_sym_connect_timeout_token1] = ACTIONS(2299), + [aux_sym_control_master_token1] = ACTIONS(2299), + [aux_sym_control_path_token1] = ACTIONS(2299), + [aux_sym_control_persist_token1] = ACTIONS(2299), + [aux_sym_dynamic_forward_token1] = ACTIONS(2299), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2299), + [aux_sym_escape_char_token1] = ACTIONS(2299), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2299), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2299), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2299), + [aux_sym_forward_agent_token1] = ACTIONS(2299), + [aux_sym_forward_x11_token1] = ACTIONS(2301), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2299), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2299), + [aux_sym_gateway_ports_token1] = ACTIONS(2299), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2299), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2299), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2299), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2299), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2299), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2299), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2299), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2299), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2299), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2299), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2299), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2299), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2299), + [aux_sym_host_key_alias_token1] = ACTIONS(2299), + [aux_sym_hostname_token1] = ACTIONS(2299), + [aux_sym_identities_only_token1] = ACTIONS(2299), + [aux_sym_identity_agent_token1] = ACTIONS(2299), + [aux_sym_identity_file_token1] = ACTIONS(2299), + [aux_sym_ignore_unknown_token1] = ACTIONS(2299), + [aux_sym_include_token1] = ACTIONS(2299), + [aux_sym_ip_qos_token1] = ACTIONS(2299), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2299), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2299), + [aux_sym_kex_algorithms_token1] = ACTIONS(2299), + [aux_sym_known_hosts_command_token1] = ACTIONS(2299), + [aux_sym_local_command_token1] = ACTIONS(2299), + [aux_sym_local_forward_token1] = ACTIONS(2299), + [aux_sym_log_level_token1] = ACTIONS(2299), + [aux_sym_log_verbose_token1] = ACTIONS(2299), + [aux_sym_macs_token1] = ACTIONS(2299), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2299), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2299), + [aux_sym_password_authentication_token1] = ACTIONS(2299), + [aux_sym_permit_local_command_token1] = ACTIONS(2299), + [aux_sym_permit_remote_open_token1] = ACTIONS(2299), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2299), + [aux_sym_port_token1] = ACTIONS(2299), + [aux_sym_preferred_authentications_token1] = ACTIONS(2299), + [aux_sym_protocol_token1] = ACTIONS(2299), + [aux_sym_proxy_command_token1] = ACTIONS(2299), + [aux_sym_proxy_jump_token1] = ACTIONS(2299), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2299), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2299), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2299), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2299), + [aux_sym_rekey_limit_token1] = ACTIONS(2299), + [aux_sym_remote_command_token1] = ACTIONS(2299), + [aux_sym_remote_forward_token1] = ACTIONS(2299), + [aux_sym_request_tty_token1] = ACTIONS(2299), + [aux_sym_required_rsa_size_token1] = ACTIONS(2299), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2299), + [aux_sym_security_key_provider_token1] = ACTIONS(2299), + [aux_sym_send_env_token1] = ACTIONS(2299), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2299), + [aux_sym_server_alive_interval_token1] = ACTIONS(2299), + [aux_sym_session_type_token1] = ACTIONS(2299), + [aux_sym_set_env_token1] = ACTIONS(2299), + [aux_sym_stdin_null_token1] = ACTIONS(2299), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2299), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2299), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2299), + [aux_sym_syslog_facility_token1] = ACTIONS(2299), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2299), + [aux_sym_keep_alive_token1] = ACTIONS(2299), + [aux_sym_tunnel_token1] = ACTIONS(2301), + [aux_sym_tunnel_device_token1] = ACTIONS(2299), + [aux_sym_update_host_keys_token1] = ACTIONS(2299), + [aux_sym_use_keychain_token1] = ACTIONS(2299), + [aux_sym_use_roaming_token1] = ACTIONS(2299), + [aux_sym_user_token1] = ACTIONS(2301), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2299), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2299), + [aux_sym_visual_host_key_token1] = ACTIONS(2299), + [aux_sym_xauth_location_token1] = ACTIONS(2299), }, [309] = { - [ts_builtin_sym_end] = ACTIONS(2298), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2300), - [anon_sym_DQUOTE] = ACTIONS(2298), - [aux_sym_match_token1] = ACTIONS(2298), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2298), - [aux_sym_address_family_token1] = ACTIONS(2298), - [aux_sym_batch_mode_token1] = ACTIONS(2298), - [aux_sym_bind_address_token1] = ACTIONS(2298), - [aux_sym_bind_interface_token1] = ACTIONS(2298), - [aux_sym_canonical_domains_token1] = ACTIONS(2298), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2298), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2298), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2298), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2298), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2298), - [aux_sym_certificate_file_token1] = ACTIONS(2298), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2298), - [aux_sym_check_host_ip_token1] = ACTIONS(2298), - [aux_sym_ciphers_token1] = ACTIONS(2298), - [aux_sym_cipher_token1] = ACTIONS(2300), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2298), - [aux_sym_compression_token1] = ACTIONS(2298), - [aux_sym_connection_attempts_token1] = ACTIONS(2298), - [aux_sym_connect_timeout_token1] = ACTIONS(2298), - [aux_sym_control_master_token1] = ACTIONS(2298), - [aux_sym_control_path_token1] = ACTIONS(2298), - [aux_sym_control_persist_token1] = ACTIONS(2298), - [aux_sym_dynamic_forward_token1] = ACTIONS(2298), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2298), - [aux_sym_escape_char_token1] = ACTIONS(2298), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2298), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2298), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2298), - [aux_sym_forward_agent_token1] = ACTIONS(2298), - [aux_sym_forward_x11_token1] = ACTIONS(2300), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2298), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2298), - [aux_sym_gateway_ports_token1] = ACTIONS(2298), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2298), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2298), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2298), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2298), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2298), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2298), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2298), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2298), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2298), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2298), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2298), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2298), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2298), - [aux_sym_host_key_alias_token1] = ACTIONS(2298), - [aux_sym_hostname_token1] = ACTIONS(2298), - [aux_sym_identities_only_token1] = ACTIONS(2298), - [aux_sym_identity_agent_token1] = ACTIONS(2298), - [aux_sym_identity_file_token1] = ACTIONS(2298), - [aux_sym_ignore_unknown_token1] = ACTIONS(2298), - [aux_sym_include_token1] = ACTIONS(2298), - [aux_sym_ip_qos_token1] = ACTIONS(2298), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2298), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2298), - [aux_sym_kex_algorithms_token1] = ACTIONS(2298), - [aux_sym_known_hosts_command_token1] = ACTIONS(2298), - [aux_sym_local_command_token1] = ACTIONS(2298), - [aux_sym_local_forward_token1] = ACTIONS(2298), - [aux_sym_log_level_token1] = ACTIONS(2298), - [aux_sym_log_verbose_token1] = ACTIONS(2298), - [aux_sym_macs_token1] = ACTIONS(2298), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2298), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2298), - [aux_sym_password_authentication_token1] = ACTIONS(2298), - [aux_sym_permit_local_command_token1] = ACTIONS(2298), - [aux_sym_permit_remote_open_token1] = ACTIONS(2298), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2298), - [aux_sym_port_token1] = ACTIONS(2298), - [aux_sym_preferred_authentications_token1] = ACTIONS(2298), - [aux_sym_protocol_token1] = ACTIONS(2298), - [aux_sym_proxy_command_token1] = ACTIONS(2298), - [aux_sym_proxy_jump_token1] = ACTIONS(2298), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2298), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2298), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2298), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2298), - [aux_sym_rekey_limit_token1] = ACTIONS(2298), - [aux_sym_remote_command_token1] = ACTIONS(2298), - [aux_sym_remote_forward_token1] = ACTIONS(2298), - [aux_sym_request_tty_token1] = ACTIONS(2298), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2298), - [aux_sym_security_key_provider_token1] = ACTIONS(2298), - [aux_sym_send_env_token1] = ACTIONS(2298), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2298), - [aux_sym_server_alive_interval_token1] = ACTIONS(2298), - [aux_sym_session_type_token1] = ACTIONS(2298), - [aux_sym_set_env_token1] = ACTIONS(2298), - [aux_sym_stdin_null_token1] = ACTIONS(2298), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2298), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2298), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2298), - [aux_sym_syslog_facility_token1] = ACTIONS(2298), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2298), - [aux_sym_keep_alive_token1] = ACTIONS(2298), - [aux_sym_tunnel_token1] = ACTIONS(2300), - [aux_sym_tunnel_device_token1] = ACTIONS(2298), - [aux_sym_update_host_keys_token1] = ACTIONS(2298), - [aux_sym_use_keychain_token1] = ACTIONS(2298), - [aux_sym_use_roaming_token1] = ACTIONS(2298), - [aux_sym_user_token1] = ACTIONS(2300), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2298), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2298), - [aux_sym_visual_host_key_token1] = ACTIONS(2298), - [aux_sym_xauth_location_token1] = ACTIONS(2298), + [ts_builtin_sym_end] = ACTIONS(2305), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2307), + [anon_sym_DQUOTE] = ACTIONS(2305), + [aux_sym_match_token1] = ACTIONS(2305), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2305), + [aux_sym_address_family_token1] = ACTIONS(2305), + [aux_sym_batch_mode_token1] = ACTIONS(2305), + [aux_sym_bind_address_token1] = ACTIONS(2305), + [aux_sym_bind_interface_token1] = ACTIONS(2305), + [aux_sym_canonical_domains_token1] = ACTIONS(2305), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2305), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2305), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2305), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2305), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2305), + [aux_sym_certificate_file_token1] = ACTIONS(2305), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2305), + [aux_sym_check_host_ip_token1] = ACTIONS(2305), + [aux_sym_ciphers_token1] = ACTIONS(2305), + [aux_sym_cipher_token1] = ACTIONS(2307), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2305), + [aux_sym_compression_token1] = ACTIONS(2305), + [aux_sym_connection_attempts_token1] = ACTIONS(2305), + [aux_sym_connect_timeout_token1] = ACTIONS(2305), + [aux_sym_control_master_token1] = ACTIONS(2305), + [aux_sym_control_path_token1] = ACTIONS(2305), + [aux_sym_control_persist_token1] = ACTIONS(2305), + [aux_sym_dynamic_forward_token1] = ACTIONS(2305), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2305), + [aux_sym_escape_char_token1] = ACTIONS(2305), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2305), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2305), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2305), + [aux_sym_forward_agent_token1] = ACTIONS(2305), + [aux_sym_forward_x11_token1] = ACTIONS(2307), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2305), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2305), + [aux_sym_gateway_ports_token1] = ACTIONS(2305), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2305), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2305), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2305), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2305), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2305), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2305), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2305), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2305), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2305), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2305), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2305), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2305), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2305), + [aux_sym_host_key_alias_token1] = ACTIONS(2305), + [aux_sym_hostname_token1] = ACTIONS(2305), + [aux_sym_identities_only_token1] = ACTIONS(2305), + [aux_sym_identity_agent_token1] = ACTIONS(2305), + [aux_sym_identity_file_token1] = ACTIONS(2305), + [aux_sym_ignore_unknown_token1] = ACTIONS(2305), + [aux_sym_include_token1] = ACTIONS(2305), + [aux_sym_ip_qos_token1] = ACTIONS(2305), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2305), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2305), + [aux_sym_kex_algorithms_token1] = ACTIONS(2305), + [aux_sym_known_hosts_command_token1] = ACTIONS(2305), + [aux_sym_local_command_token1] = ACTIONS(2305), + [aux_sym_local_forward_token1] = ACTIONS(2305), + [aux_sym_log_level_token1] = ACTIONS(2305), + [aux_sym_log_verbose_token1] = ACTIONS(2305), + [aux_sym_macs_token1] = ACTIONS(2305), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2305), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2305), + [aux_sym_password_authentication_token1] = ACTIONS(2305), + [aux_sym_permit_local_command_token1] = ACTIONS(2305), + [aux_sym_permit_remote_open_token1] = ACTIONS(2305), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2305), + [aux_sym_port_token1] = ACTIONS(2305), + [aux_sym_preferred_authentications_token1] = ACTIONS(2305), + [aux_sym_protocol_token1] = ACTIONS(2305), + [aux_sym_proxy_command_token1] = ACTIONS(2305), + [aux_sym_proxy_jump_token1] = ACTIONS(2305), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2305), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2305), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2305), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2305), + [aux_sym_rekey_limit_token1] = ACTIONS(2305), + [aux_sym_remote_command_token1] = ACTIONS(2305), + [aux_sym_remote_forward_token1] = ACTIONS(2305), + [aux_sym_request_tty_token1] = ACTIONS(2305), + [aux_sym_required_rsa_size_token1] = ACTIONS(2305), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2305), + [aux_sym_security_key_provider_token1] = ACTIONS(2305), + [aux_sym_send_env_token1] = ACTIONS(2305), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2305), + [aux_sym_server_alive_interval_token1] = ACTIONS(2305), + [aux_sym_session_type_token1] = ACTIONS(2305), + [aux_sym_set_env_token1] = ACTIONS(2305), + [aux_sym_stdin_null_token1] = ACTIONS(2305), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2305), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2305), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2305), + [aux_sym_syslog_facility_token1] = ACTIONS(2305), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2305), + [aux_sym_keep_alive_token1] = ACTIONS(2305), + [aux_sym_tunnel_token1] = ACTIONS(2307), + [aux_sym_tunnel_device_token1] = ACTIONS(2305), + [aux_sym_update_host_keys_token1] = ACTIONS(2305), + [aux_sym_use_keychain_token1] = ACTIONS(2305), + [aux_sym_use_roaming_token1] = ACTIONS(2305), + [aux_sym_user_token1] = ACTIONS(2307), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2305), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2305), + [aux_sym_visual_host_key_token1] = ACTIONS(2305), + [aux_sym_xauth_location_token1] = ACTIONS(2305), }, [310] = { - [ts_builtin_sym_end] = ACTIONS(2302), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2304), - [anon_sym_DQUOTE] = ACTIONS(2306), - [aux_sym_match_token1] = ACTIONS(2302), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2302), - [aux_sym_address_family_token1] = ACTIONS(2302), - [aux_sym_batch_mode_token1] = ACTIONS(2302), - [aux_sym_bind_address_token1] = ACTIONS(2302), - [aux_sym_bind_interface_token1] = ACTIONS(2302), - [aux_sym_canonical_domains_token1] = ACTIONS(2302), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2302), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2302), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2302), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2302), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2302), - [aux_sym_certificate_file_token1] = ACTIONS(2302), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2302), - [aux_sym_check_host_ip_token1] = ACTIONS(2302), - [aux_sym_ciphers_token1] = ACTIONS(2302), - [aux_sym_cipher_token1] = ACTIONS(2304), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2302), - [aux_sym_compression_token1] = ACTIONS(2302), - [aux_sym_connection_attempts_token1] = ACTIONS(2302), - [aux_sym_connect_timeout_token1] = ACTIONS(2302), - [aux_sym_control_master_token1] = ACTIONS(2302), - [aux_sym_control_path_token1] = ACTIONS(2302), - [aux_sym_control_persist_token1] = ACTIONS(2302), - [aux_sym_dynamic_forward_token1] = ACTIONS(2302), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2302), - [aux_sym_escape_char_token1] = ACTIONS(2302), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2302), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2302), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2302), - [aux_sym_forward_agent_token1] = ACTIONS(2302), - [aux_sym_forward_x11_token1] = ACTIONS(2304), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2302), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2302), - [aux_sym_gateway_ports_token1] = ACTIONS(2302), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2302), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2302), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2302), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2302), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2302), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2302), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2302), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2302), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2302), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2302), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2302), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2302), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2302), - [aux_sym_host_key_alias_token1] = ACTIONS(2302), - [aux_sym_hostname_token1] = ACTIONS(2302), - [aux_sym_identities_only_token1] = ACTIONS(2302), - [aux_sym_identity_agent_token1] = ACTIONS(2302), - [aux_sym_identity_file_token1] = ACTIONS(2302), - [aux_sym_ignore_unknown_token1] = ACTIONS(2302), - [aux_sym_include_token1] = ACTIONS(2302), - [aux_sym_ip_qos_token1] = ACTIONS(2302), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2302), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2302), - [aux_sym_kex_algorithms_token1] = ACTIONS(2302), - [aux_sym_known_hosts_command_token1] = ACTIONS(2302), - [aux_sym_local_command_token1] = ACTIONS(2302), - [aux_sym_local_forward_token1] = ACTIONS(2302), - [aux_sym_log_level_token1] = ACTIONS(2302), - [aux_sym_log_verbose_token1] = ACTIONS(2302), - [aux_sym_macs_token1] = ACTIONS(2302), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2302), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2302), - [aux_sym_password_authentication_token1] = ACTIONS(2302), - [aux_sym_permit_local_command_token1] = ACTIONS(2302), - [aux_sym_permit_remote_open_token1] = ACTIONS(2302), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2302), - [aux_sym_port_token1] = ACTIONS(2302), - [aux_sym_preferred_authentications_token1] = ACTIONS(2302), - [aux_sym_protocol_token1] = ACTIONS(2302), - [aux_sym_proxy_command_token1] = ACTIONS(2302), - [aux_sym_proxy_jump_token1] = ACTIONS(2302), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2302), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2302), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2302), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2302), - [aux_sym_rekey_limit_token1] = ACTIONS(2302), - [aux_sym_remote_command_token1] = ACTIONS(2302), - [aux_sym_remote_forward_token1] = ACTIONS(2302), - [aux_sym_request_tty_token1] = ACTIONS(2302), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2302), - [aux_sym_security_key_provider_token1] = ACTIONS(2302), - [aux_sym_send_env_token1] = ACTIONS(2302), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2302), - [aux_sym_server_alive_interval_token1] = ACTIONS(2302), - [aux_sym_session_type_token1] = ACTIONS(2302), - [aux_sym_set_env_token1] = ACTIONS(2302), - [aux_sym_stdin_null_token1] = ACTIONS(2302), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2302), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2302), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2302), - [aux_sym_syslog_facility_token1] = ACTIONS(2302), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2302), - [aux_sym_keep_alive_token1] = ACTIONS(2302), - [aux_sym_tunnel_token1] = ACTIONS(2304), - [aux_sym_tunnel_device_token1] = ACTIONS(2302), - [aux_sym_update_host_keys_token1] = ACTIONS(2302), - [aux_sym_use_keychain_token1] = ACTIONS(2302), - [aux_sym_use_roaming_token1] = ACTIONS(2302), - [aux_sym_user_token1] = ACTIONS(2304), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2302), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2302), - [aux_sym_visual_host_key_token1] = ACTIONS(2302), - [aux_sym_xauth_location_token1] = ACTIONS(2302), + [ts_builtin_sym_end] = ACTIONS(2309), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2311), + [anon_sym_DQUOTE] = ACTIONS(2313), + [aux_sym_match_token1] = ACTIONS(2309), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2309), + [aux_sym_address_family_token1] = ACTIONS(2309), + [aux_sym_batch_mode_token1] = ACTIONS(2309), + [aux_sym_bind_address_token1] = ACTIONS(2309), + [aux_sym_bind_interface_token1] = ACTIONS(2309), + [aux_sym_canonical_domains_token1] = ACTIONS(2309), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2309), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2309), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2309), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2309), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2309), + [aux_sym_certificate_file_token1] = ACTIONS(2309), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2309), + [aux_sym_check_host_ip_token1] = ACTIONS(2309), + [aux_sym_ciphers_token1] = ACTIONS(2309), + [aux_sym_cipher_token1] = ACTIONS(2311), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2309), + [aux_sym_compression_token1] = ACTIONS(2309), + [aux_sym_connection_attempts_token1] = ACTIONS(2309), + [aux_sym_connect_timeout_token1] = ACTIONS(2309), + [aux_sym_control_master_token1] = ACTIONS(2309), + [aux_sym_control_path_token1] = ACTIONS(2309), + [aux_sym_control_persist_token1] = ACTIONS(2309), + [aux_sym_dynamic_forward_token1] = ACTIONS(2309), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2309), + [aux_sym_escape_char_token1] = ACTIONS(2309), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2309), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2309), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2309), + [aux_sym_forward_agent_token1] = ACTIONS(2309), + [aux_sym_forward_x11_token1] = ACTIONS(2311), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2309), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2309), + [aux_sym_gateway_ports_token1] = ACTIONS(2309), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2309), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2309), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2309), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2309), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2309), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2309), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2309), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2309), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2309), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2309), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2309), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2309), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2309), + [aux_sym_host_key_alias_token1] = ACTIONS(2309), + [aux_sym_hostname_token1] = ACTIONS(2309), + [aux_sym_identities_only_token1] = ACTIONS(2309), + [aux_sym_identity_agent_token1] = ACTIONS(2309), + [aux_sym_identity_file_token1] = ACTIONS(2309), + [aux_sym_ignore_unknown_token1] = ACTIONS(2309), + [aux_sym_include_token1] = ACTIONS(2309), + [aux_sym_ip_qos_token1] = ACTIONS(2309), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2309), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2309), + [aux_sym_kex_algorithms_token1] = ACTIONS(2309), + [aux_sym_known_hosts_command_token1] = ACTIONS(2309), + [aux_sym_local_command_token1] = ACTIONS(2309), + [aux_sym_local_forward_token1] = ACTIONS(2309), + [aux_sym_log_level_token1] = ACTIONS(2309), + [aux_sym_log_verbose_token1] = ACTIONS(2309), + [aux_sym_macs_token1] = ACTIONS(2309), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2309), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2309), + [aux_sym_password_authentication_token1] = ACTIONS(2309), + [aux_sym_permit_local_command_token1] = ACTIONS(2309), + [aux_sym_permit_remote_open_token1] = ACTIONS(2309), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2309), + [aux_sym_port_token1] = ACTIONS(2309), + [aux_sym_preferred_authentications_token1] = ACTIONS(2309), + [aux_sym_protocol_token1] = ACTIONS(2309), + [aux_sym_proxy_command_token1] = ACTIONS(2309), + [aux_sym_proxy_jump_token1] = ACTIONS(2309), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2309), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2309), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2309), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2309), + [aux_sym_rekey_limit_token1] = ACTIONS(2309), + [aux_sym_remote_command_token1] = ACTIONS(2309), + [aux_sym_remote_forward_token1] = ACTIONS(2309), + [aux_sym_request_tty_token1] = ACTIONS(2309), + [aux_sym_required_rsa_size_token1] = ACTIONS(2309), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2309), + [aux_sym_security_key_provider_token1] = ACTIONS(2309), + [aux_sym_send_env_token1] = ACTIONS(2309), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2309), + [aux_sym_server_alive_interval_token1] = ACTIONS(2309), + [aux_sym_session_type_token1] = ACTIONS(2309), + [aux_sym_set_env_token1] = ACTIONS(2309), + [aux_sym_stdin_null_token1] = ACTIONS(2309), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2309), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2309), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2309), + [aux_sym_syslog_facility_token1] = ACTIONS(2309), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2309), + [aux_sym_keep_alive_token1] = ACTIONS(2309), + [aux_sym_tunnel_token1] = ACTIONS(2311), + [aux_sym_tunnel_device_token1] = ACTIONS(2309), + [aux_sym_update_host_keys_token1] = ACTIONS(2309), + [aux_sym_use_keychain_token1] = ACTIONS(2309), + [aux_sym_use_roaming_token1] = ACTIONS(2309), + [aux_sym_user_token1] = ACTIONS(2311), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2309), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2309), + [aux_sym_visual_host_key_token1] = ACTIONS(2309), + [aux_sym_xauth_location_token1] = ACTIONS(2309), }, [311] = { - [ts_builtin_sym_end] = ACTIONS(2308), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2310), - [anon_sym_DQUOTE] = ACTIONS(2308), - [aux_sym_match_token1] = ACTIONS(2308), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2308), - [aux_sym_address_family_token1] = ACTIONS(2308), - [aux_sym_batch_mode_token1] = ACTIONS(2308), - [aux_sym_bind_address_token1] = ACTIONS(2308), - [aux_sym_bind_interface_token1] = ACTIONS(2308), - [aux_sym_canonical_domains_token1] = ACTIONS(2308), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2308), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2308), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2308), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2308), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2308), - [aux_sym_certificate_file_token1] = ACTIONS(2308), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2308), - [aux_sym_check_host_ip_token1] = ACTIONS(2308), - [aux_sym_ciphers_token1] = ACTIONS(2308), - [aux_sym_cipher_token1] = ACTIONS(2310), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2308), - [aux_sym_compression_token1] = ACTIONS(2308), - [aux_sym_connection_attempts_token1] = ACTIONS(2308), - [aux_sym_connect_timeout_token1] = ACTIONS(2308), - [aux_sym_control_master_token1] = ACTIONS(2308), - [aux_sym_control_path_token1] = ACTIONS(2308), - [aux_sym_control_persist_token1] = ACTIONS(2308), - [aux_sym_dynamic_forward_token1] = ACTIONS(2308), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2308), - [aux_sym_escape_char_token1] = ACTIONS(2308), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2308), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2308), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2308), - [aux_sym_forward_agent_token1] = ACTIONS(2308), - [aux_sym_forward_x11_token1] = ACTIONS(2310), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2308), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2308), - [aux_sym_gateway_ports_token1] = ACTIONS(2308), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2308), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2308), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2308), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2308), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2308), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2308), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2308), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2308), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2308), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2308), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2308), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2308), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2308), - [aux_sym_host_key_alias_token1] = ACTIONS(2308), - [aux_sym_hostname_token1] = ACTIONS(2308), - [aux_sym_identities_only_token1] = ACTIONS(2308), - [aux_sym_identity_agent_token1] = ACTIONS(2308), - [aux_sym_identity_file_token1] = ACTIONS(2308), - [aux_sym_ignore_unknown_token1] = ACTIONS(2308), - [aux_sym_include_token1] = ACTIONS(2308), - [aux_sym_ip_qos_token1] = ACTIONS(2308), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2308), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2308), - [aux_sym_kex_algorithms_token1] = ACTIONS(2308), - [aux_sym_known_hosts_command_token1] = ACTIONS(2308), - [aux_sym_local_command_token1] = ACTIONS(2308), - [aux_sym_local_forward_token1] = ACTIONS(2308), - [aux_sym_log_level_token1] = ACTIONS(2308), - [aux_sym_log_verbose_token1] = ACTIONS(2308), - [aux_sym_macs_token1] = ACTIONS(2308), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2308), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2308), - [aux_sym_password_authentication_token1] = ACTIONS(2308), - [aux_sym_permit_local_command_token1] = ACTIONS(2308), - [aux_sym_permit_remote_open_token1] = ACTIONS(2308), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2308), - [aux_sym_port_token1] = ACTIONS(2308), - [aux_sym_preferred_authentications_token1] = ACTIONS(2308), - [aux_sym_protocol_token1] = ACTIONS(2308), - [aux_sym_proxy_command_token1] = ACTIONS(2308), - [aux_sym_proxy_jump_token1] = ACTIONS(2308), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2308), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2308), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2308), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2308), - [aux_sym_rekey_limit_token1] = ACTIONS(2308), - [aux_sym_remote_command_token1] = ACTIONS(2308), - [aux_sym_remote_forward_token1] = ACTIONS(2308), - [aux_sym_request_tty_token1] = ACTIONS(2308), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2308), - [aux_sym_security_key_provider_token1] = ACTIONS(2308), - [aux_sym_send_env_token1] = ACTIONS(2308), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2308), - [aux_sym_server_alive_interval_token1] = ACTIONS(2308), - [aux_sym_session_type_token1] = ACTIONS(2308), - [aux_sym_set_env_token1] = ACTIONS(2308), - [aux_sym_stdin_null_token1] = ACTIONS(2308), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2308), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2308), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2308), - [aux_sym_syslog_facility_token1] = ACTIONS(2308), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2308), - [aux_sym_keep_alive_token1] = ACTIONS(2308), - [aux_sym_tunnel_token1] = ACTIONS(2310), - [aux_sym_tunnel_device_token1] = ACTIONS(2308), - [aux_sym_update_host_keys_token1] = ACTIONS(2308), - [aux_sym_use_keychain_token1] = ACTIONS(2308), - [aux_sym_use_roaming_token1] = ACTIONS(2308), - [aux_sym_user_token1] = ACTIONS(2310), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2308), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2308), - [aux_sym_visual_host_key_token1] = ACTIONS(2308), - [aux_sym_xauth_location_token1] = ACTIONS(2308), + [ts_builtin_sym_end] = ACTIONS(2315), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2317), + [anon_sym_DQUOTE] = ACTIONS(2315), + [aux_sym_match_token1] = ACTIONS(2315), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2315), + [aux_sym_address_family_token1] = ACTIONS(2315), + [aux_sym_batch_mode_token1] = ACTIONS(2315), + [aux_sym_bind_address_token1] = ACTIONS(2315), + [aux_sym_bind_interface_token1] = ACTIONS(2315), + [aux_sym_canonical_domains_token1] = ACTIONS(2315), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2315), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2315), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2315), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2315), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2315), + [aux_sym_certificate_file_token1] = ACTIONS(2315), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2315), + [aux_sym_check_host_ip_token1] = ACTIONS(2315), + [aux_sym_ciphers_token1] = ACTIONS(2315), + [aux_sym_cipher_token1] = ACTIONS(2317), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2315), + [aux_sym_compression_token1] = ACTIONS(2315), + [aux_sym_connection_attempts_token1] = ACTIONS(2315), + [aux_sym_connect_timeout_token1] = ACTIONS(2315), + [aux_sym_control_master_token1] = ACTIONS(2315), + [aux_sym_control_path_token1] = ACTIONS(2315), + [aux_sym_control_persist_token1] = ACTIONS(2315), + [aux_sym_dynamic_forward_token1] = ACTIONS(2315), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2315), + [aux_sym_escape_char_token1] = ACTIONS(2315), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2315), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2315), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2315), + [aux_sym_forward_agent_token1] = ACTIONS(2315), + [aux_sym_forward_x11_token1] = ACTIONS(2317), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2315), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2315), + [aux_sym_gateway_ports_token1] = ACTIONS(2315), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2315), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2315), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2315), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2315), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2315), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2315), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2315), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2315), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2315), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2315), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2315), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2315), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2315), + [aux_sym_host_key_alias_token1] = ACTIONS(2315), + [aux_sym_hostname_token1] = ACTIONS(2315), + [aux_sym_identities_only_token1] = ACTIONS(2315), + [aux_sym_identity_agent_token1] = ACTIONS(2315), + [aux_sym_identity_file_token1] = ACTIONS(2315), + [aux_sym_ignore_unknown_token1] = ACTIONS(2315), + [aux_sym_include_token1] = ACTIONS(2315), + [aux_sym_ip_qos_token1] = ACTIONS(2315), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2315), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2315), + [aux_sym_kex_algorithms_token1] = ACTIONS(2315), + [aux_sym_known_hosts_command_token1] = ACTIONS(2315), + [aux_sym_local_command_token1] = ACTIONS(2315), + [aux_sym_local_forward_token1] = ACTIONS(2315), + [aux_sym_log_level_token1] = ACTIONS(2315), + [aux_sym_log_verbose_token1] = ACTIONS(2315), + [aux_sym_macs_token1] = ACTIONS(2315), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2315), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2315), + [aux_sym_password_authentication_token1] = ACTIONS(2315), + [aux_sym_permit_local_command_token1] = ACTIONS(2315), + [aux_sym_permit_remote_open_token1] = ACTIONS(2315), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2315), + [aux_sym_port_token1] = ACTIONS(2315), + [aux_sym_preferred_authentications_token1] = ACTIONS(2315), + [aux_sym_protocol_token1] = ACTIONS(2315), + [aux_sym_proxy_command_token1] = ACTIONS(2315), + [aux_sym_proxy_jump_token1] = ACTIONS(2315), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2315), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2315), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2315), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2315), + [aux_sym_rekey_limit_token1] = ACTIONS(2315), + [aux_sym_remote_command_token1] = ACTIONS(2315), + [aux_sym_remote_forward_token1] = ACTIONS(2315), + [aux_sym_request_tty_token1] = ACTIONS(2315), + [aux_sym_required_rsa_size_token1] = ACTIONS(2315), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2315), + [aux_sym_security_key_provider_token1] = ACTIONS(2315), + [aux_sym_send_env_token1] = ACTIONS(2315), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2315), + [aux_sym_server_alive_interval_token1] = ACTIONS(2315), + [aux_sym_session_type_token1] = ACTIONS(2315), + [aux_sym_set_env_token1] = ACTIONS(2315), + [aux_sym_stdin_null_token1] = ACTIONS(2315), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2315), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2315), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2315), + [aux_sym_syslog_facility_token1] = ACTIONS(2315), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2315), + [aux_sym_keep_alive_token1] = ACTIONS(2315), + [aux_sym_tunnel_token1] = ACTIONS(2317), + [aux_sym_tunnel_device_token1] = ACTIONS(2315), + [aux_sym_update_host_keys_token1] = ACTIONS(2315), + [aux_sym_use_keychain_token1] = ACTIONS(2315), + [aux_sym_use_roaming_token1] = ACTIONS(2315), + [aux_sym_user_token1] = ACTIONS(2317), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2315), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2315), + [aux_sym_visual_host_key_token1] = ACTIONS(2315), + [aux_sym_xauth_location_token1] = ACTIONS(2315), }, [312] = { - [ts_builtin_sym_end] = ACTIONS(2312), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2314), - [anon_sym_DQUOTE] = ACTIONS(2316), - [aux_sym_match_token1] = ACTIONS(2312), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2312), - [aux_sym_address_family_token1] = ACTIONS(2312), - [aux_sym_batch_mode_token1] = ACTIONS(2312), - [aux_sym_bind_address_token1] = ACTIONS(2312), - [aux_sym_bind_interface_token1] = ACTIONS(2312), - [aux_sym_canonical_domains_token1] = ACTIONS(2312), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2312), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2312), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2312), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2312), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2312), - [aux_sym_certificate_file_token1] = ACTIONS(2312), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2312), - [aux_sym_check_host_ip_token1] = ACTIONS(2312), - [aux_sym_ciphers_token1] = ACTIONS(2312), - [aux_sym_cipher_token1] = ACTIONS(2314), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2312), - [aux_sym_compression_token1] = ACTIONS(2312), - [aux_sym_connection_attempts_token1] = ACTIONS(2312), - [aux_sym_connect_timeout_token1] = ACTIONS(2312), - [aux_sym_control_master_token1] = ACTIONS(2312), - [aux_sym_control_path_token1] = ACTIONS(2312), - [aux_sym_control_persist_token1] = ACTIONS(2312), - [aux_sym_dynamic_forward_token1] = ACTIONS(2312), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2312), - [aux_sym_escape_char_token1] = ACTIONS(2312), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2312), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2312), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2312), - [aux_sym_forward_agent_token1] = ACTIONS(2312), - [aux_sym_forward_x11_token1] = ACTIONS(2314), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2312), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2312), - [aux_sym_gateway_ports_token1] = ACTIONS(2312), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2312), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2312), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2312), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2312), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2312), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2312), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2312), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2312), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2312), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2312), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2312), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2312), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2312), - [aux_sym_host_key_alias_token1] = ACTIONS(2312), - [aux_sym_hostname_token1] = ACTIONS(2312), - [aux_sym_identities_only_token1] = ACTIONS(2312), - [aux_sym_identity_agent_token1] = ACTIONS(2312), - [aux_sym_identity_file_token1] = ACTIONS(2312), - [aux_sym_ignore_unknown_token1] = ACTIONS(2312), - [aux_sym_include_token1] = ACTIONS(2312), - [aux_sym_ip_qos_token1] = ACTIONS(2312), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2312), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2312), - [aux_sym_kex_algorithms_token1] = ACTIONS(2312), - [aux_sym_known_hosts_command_token1] = ACTIONS(2312), - [aux_sym_local_command_token1] = ACTIONS(2312), - [aux_sym_local_forward_token1] = ACTIONS(2312), - [aux_sym_log_level_token1] = ACTIONS(2312), - [aux_sym_log_verbose_token1] = ACTIONS(2312), - [aux_sym_macs_token1] = ACTIONS(2312), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2312), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2312), - [aux_sym_password_authentication_token1] = ACTIONS(2312), - [aux_sym_permit_local_command_token1] = ACTIONS(2312), - [aux_sym_permit_remote_open_token1] = ACTIONS(2312), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2312), - [aux_sym_port_token1] = ACTIONS(2312), - [aux_sym_preferred_authentications_token1] = ACTIONS(2312), - [aux_sym_protocol_token1] = ACTIONS(2312), - [aux_sym_proxy_command_token1] = ACTIONS(2312), - [aux_sym_proxy_jump_token1] = ACTIONS(2312), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2312), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2312), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2312), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2312), - [aux_sym_rekey_limit_token1] = ACTIONS(2312), - [aux_sym_remote_command_token1] = ACTIONS(2312), - [aux_sym_remote_forward_token1] = ACTIONS(2312), - [aux_sym_request_tty_token1] = ACTIONS(2312), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2312), - [aux_sym_security_key_provider_token1] = ACTIONS(2312), - [aux_sym_send_env_token1] = ACTIONS(2312), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2312), - [aux_sym_server_alive_interval_token1] = ACTIONS(2312), - [aux_sym_session_type_token1] = ACTIONS(2312), - [aux_sym_set_env_token1] = ACTIONS(2312), - [aux_sym_stdin_null_token1] = ACTIONS(2312), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2312), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2312), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2312), - [aux_sym_syslog_facility_token1] = ACTIONS(2312), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2312), - [aux_sym_keep_alive_token1] = ACTIONS(2312), - [aux_sym_tunnel_token1] = ACTIONS(2314), - [aux_sym_tunnel_device_token1] = ACTIONS(2312), - [aux_sym_update_host_keys_token1] = ACTIONS(2312), - [aux_sym_use_keychain_token1] = ACTIONS(2312), - [aux_sym_use_roaming_token1] = ACTIONS(2312), - [aux_sym_user_token1] = ACTIONS(2314), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2312), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2312), - [aux_sym_visual_host_key_token1] = ACTIONS(2312), - [aux_sym_xauth_location_token1] = ACTIONS(2312), + [ts_builtin_sym_end] = ACTIONS(2319), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2321), + [anon_sym_DQUOTE] = ACTIONS(2323), + [aux_sym_match_token1] = ACTIONS(2319), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2319), + [aux_sym_address_family_token1] = ACTIONS(2319), + [aux_sym_batch_mode_token1] = ACTIONS(2319), + [aux_sym_bind_address_token1] = ACTIONS(2319), + [aux_sym_bind_interface_token1] = ACTIONS(2319), + [aux_sym_canonical_domains_token1] = ACTIONS(2319), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2319), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2319), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2319), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2319), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2319), + [aux_sym_certificate_file_token1] = ACTIONS(2319), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2319), + [aux_sym_check_host_ip_token1] = ACTIONS(2319), + [aux_sym_ciphers_token1] = ACTIONS(2319), + [aux_sym_cipher_token1] = ACTIONS(2321), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2319), + [aux_sym_compression_token1] = ACTIONS(2319), + [aux_sym_connection_attempts_token1] = ACTIONS(2319), + [aux_sym_connect_timeout_token1] = ACTIONS(2319), + [aux_sym_control_master_token1] = ACTIONS(2319), + [aux_sym_control_path_token1] = ACTIONS(2319), + [aux_sym_control_persist_token1] = ACTIONS(2319), + [aux_sym_dynamic_forward_token1] = ACTIONS(2319), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2319), + [aux_sym_escape_char_token1] = ACTIONS(2319), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2319), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2319), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2319), + [aux_sym_forward_agent_token1] = ACTIONS(2319), + [aux_sym_forward_x11_token1] = ACTIONS(2321), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2319), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2319), + [aux_sym_gateway_ports_token1] = ACTIONS(2319), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2319), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2319), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2319), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2319), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2319), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2319), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2319), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2319), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2319), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2319), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2319), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2319), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2319), + [aux_sym_host_key_alias_token1] = ACTIONS(2319), + [aux_sym_hostname_token1] = ACTIONS(2319), + [aux_sym_identities_only_token1] = ACTIONS(2319), + [aux_sym_identity_agent_token1] = ACTIONS(2319), + [aux_sym_identity_file_token1] = ACTIONS(2319), + [aux_sym_ignore_unknown_token1] = ACTIONS(2319), + [aux_sym_include_token1] = ACTIONS(2319), + [aux_sym_ip_qos_token1] = ACTIONS(2319), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2319), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2319), + [aux_sym_kex_algorithms_token1] = ACTIONS(2319), + [aux_sym_known_hosts_command_token1] = ACTIONS(2319), + [aux_sym_local_command_token1] = ACTIONS(2319), + [aux_sym_local_forward_token1] = ACTIONS(2319), + [aux_sym_log_level_token1] = ACTIONS(2319), + [aux_sym_log_verbose_token1] = ACTIONS(2319), + [aux_sym_macs_token1] = ACTIONS(2319), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2319), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2319), + [aux_sym_password_authentication_token1] = ACTIONS(2319), + [aux_sym_permit_local_command_token1] = ACTIONS(2319), + [aux_sym_permit_remote_open_token1] = ACTIONS(2319), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2319), + [aux_sym_port_token1] = ACTIONS(2319), + [aux_sym_preferred_authentications_token1] = ACTIONS(2319), + [aux_sym_protocol_token1] = ACTIONS(2319), + [aux_sym_proxy_command_token1] = ACTIONS(2319), + [aux_sym_proxy_jump_token1] = ACTIONS(2319), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2319), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2319), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2319), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2319), + [aux_sym_rekey_limit_token1] = ACTIONS(2319), + [aux_sym_remote_command_token1] = ACTIONS(2319), + [aux_sym_remote_forward_token1] = ACTIONS(2319), + [aux_sym_request_tty_token1] = ACTIONS(2319), + [aux_sym_required_rsa_size_token1] = ACTIONS(2319), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2319), + [aux_sym_security_key_provider_token1] = ACTIONS(2319), + [aux_sym_send_env_token1] = ACTIONS(2319), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2319), + [aux_sym_server_alive_interval_token1] = ACTIONS(2319), + [aux_sym_session_type_token1] = ACTIONS(2319), + [aux_sym_set_env_token1] = ACTIONS(2319), + [aux_sym_stdin_null_token1] = ACTIONS(2319), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2319), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2319), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2319), + [aux_sym_syslog_facility_token1] = ACTIONS(2319), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2319), + [aux_sym_keep_alive_token1] = ACTIONS(2319), + [aux_sym_tunnel_token1] = ACTIONS(2321), + [aux_sym_tunnel_device_token1] = ACTIONS(2319), + [aux_sym_update_host_keys_token1] = ACTIONS(2319), + [aux_sym_use_keychain_token1] = ACTIONS(2319), + [aux_sym_use_roaming_token1] = ACTIONS(2319), + [aux_sym_user_token1] = ACTIONS(2321), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2319), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2319), + [aux_sym_visual_host_key_token1] = ACTIONS(2319), + [aux_sym_xauth_location_token1] = ACTIONS(2319), }, [313] = { - [ts_builtin_sym_end] = ACTIONS(2318), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2320), - [anon_sym_DQUOTE] = ACTIONS(2318), - [aux_sym_match_token1] = ACTIONS(2318), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2318), - [aux_sym_address_family_token1] = ACTIONS(2318), - [aux_sym_batch_mode_token1] = ACTIONS(2318), - [aux_sym_bind_address_token1] = ACTIONS(2318), - [aux_sym_bind_interface_token1] = ACTIONS(2318), - [aux_sym_canonical_domains_token1] = ACTIONS(2318), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2318), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2318), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2318), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2318), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2318), - [aux_sym_certificate_file_token1] = ACTIONS(2318), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2318), - [aux_sym_check_host_ip_token1] = ACTIONS(2318), - [aux_sym_ciphers_token1] = ACTIONS(2318), - [aux_sym_cipher_token1] = ACTIONS(2320), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2318), - [aux_sym_compression_token1] = ACTIONS(2318), - [aux_sym_connection_attempts_token1] = ACTIONS(2318), - [aux_sym_connect_timeout_token1] = ACTIONS(2318), - [aux_sym_control_master_token1] = ACTIONS(2318), - [aux_sym_control_path_token1] = ACTIONS(2318), - [aux_sym_control_persist_token1] = ACTIONS(2318), - [aux_sym_dynamic_forward_token1] = ACTIONS(2318), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2318), - [aux_sym_escape_char_token1] = ACTIONS(2318), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2318), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2318), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2318), - [aux_sym_forward_agent_token1] = ACTIONS(2318), - [aux_sym_forward_x11_token1] = ACTIONS(2320), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2318), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2318), - [aux_sym_gateway_ports_token1] = ACTIONS(2318), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2318), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2318), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2318), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2318), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2318), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2318), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2318), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2318), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2318), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2318), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2318), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2318), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2318), - [aux_sym_host_key_alias_token1] = ACTIONS(2318), - [aux_sym_hostname_token1] = ACTIONS(2318), - [aux_sym_identities_only_token1] = ACTIONS(2318), - [aux_sym_identity_agent_token1] = ACTIONS(2318), - [aux_sym_identity_file_token1] = ACTIONS(2318), - [aux_sym_ignore_unknown_token1] = ACTIONS(2318), - [aux_sym_include_token1] = ACTIONS(2318), - [aux_sym_ip_qos_token1] = ACTIONS(2318), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2318), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2318), - [aux_sym_kex_algorithms_token1] = ACTIONS(2318), - [aux_sym_known_hosts_command_token1] = ACTIONS(2318), - [aux_sym_local_command_token1] = ACTIONS(2318), - [aux_sym_local_forward_token1] = ACTIONS(2318), - [aux_sym_log_level_token1] = ACTIONS(2318), - [aux_sym_log_verbose_token1] = ACTIONS(2318), - [aux_sym_macs_token1] = ACTIONS(2318), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2318), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2318), - [aux_sym_password_authentication_token1] = ACTIONS(2318), - [aux_sym_permit_local_command_token1] = ACTIONS(2318), - [aux_sym_permit_remote_open_token1] = ACTIONS(2318), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2318), - [aux_sym_port_token1] = ACTIONS(2318), - [aux_sym_preferred_authentications_token1] = ACTIONS(2318), - [aux_sym_protocol_token1] = ACTIONS(2318), - [aux_sym_proxy_command_token1] = ACTIONS(2318), - [aux_sym_proxy_jump_token1] = ACTIONS(2318), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2318), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2318), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2318), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2318), - [aux_sym_rekey_limit_token1] = ACTIONS(2318), - [aux_sym_remote_command_token1] = ACTIONS(2318), - [aux_sym_remote_forward_token1] = ACTIONS(2318), - [aux_sym_request_tty_token1] = ACTIONS(2318), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2318), - [aux_sym_security_key_provider_token1] = ACTIONS(2318), - [aux_sym_send_env_token1] = ACTIONS(2318), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2318), - [aux_sym_server_alive_interval_token1] = ACTIONS(2318), - [aux_sym_session_type_token1] = ACTIONS(2318), - [aux_sym_set_env_token1] = ACTIONS(2318), - [aux_sym_stdin_null_token1] = ACTIONS(2318), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2318), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2318), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2318), - [aux_sym_syslog_facility_token1] = ACTIONS(2318), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2318), - [aux_sym_keep_alive_token1] = ACTIONS(2318), - [aux_sym_tunnel_token1] = ACTIONS(2320), - [aux_sym_tunnel_device_token1] = ACTIONS(2318), - [aux_sym_update_host_keys_token1] = ACTIONS(2318), - [aux_sym_use_keychain_token1] = ACTIONS(2318), - [aux_sym_use_roaming_token1] = ACTIONS(2318), - [aux_sym_user_token1] = ACTIONS(2320), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2318), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2318), - [aux_sym_visual_host_key_token1] = ACTIONS(2318), - [aux_sym_xauth_location_token1] = ACTIONS(2318), + [ts_builtin_sym_end] = ACTIONS(2325), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2327), + [anon_sym_DQUOTE] = ACTIONS(2325), + [aux_sym_match_token1] = ACTIONS(2325), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2325), + [aux_sym_address_family_token1] = ACTIONS(2325), + [aux_sym_batch_mode_token1] = ACTIONS(2325), + [aux_sym_bind_address_token1] = ACTIONS(2325), + [aux_sym_bind_interface_token1] = ACTIONS(2325), + [aux_sym_canonical_domains_token1] = ACTIONS(2325), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2325), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2325), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2325), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2325), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2325), + [aux_sym_certificate_file_token1] = ACTIONS(2325), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2325), + [aux_sym_check_host_ip_token1] = ACTIONS(2325), + [aux_sym_ciphers_token1] = ACTIONS(2325), + [aux_sym_cipher_token1] = ACTIONS(2327), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2325), + [aux_sym_compression_token1] = ACTIONS(2325), + [aux_sym_connection_attempts_token1] = ACTIONS(2325), + [aux_sym_connect_timeout_token1] = ACTIONS(2325), + [aux_sym_control_master_token1] = ACTIONS(2325), + [aux_sym_control_path_token1] = ACTIONS(2325), + [aux_sym_control_persist_token1] = ACTIONS(2325), + [aux_sym_dynamic_forward_token1] = ACTIONS(2325), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2325), + [aux_sym_escape_char_token1] = ACTIONS(2325), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2325), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2325), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2325), + [aux_sym_forward_agent_token1] = ACTIONS(2325), + [aux_sym_forward_x11_token1] = ACTIONS(2327), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2325), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2325), + [aux_sym_gateway_ports_token1] = ACTIONS(2325), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2325), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2325), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2325), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2325), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2325), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2325), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2325), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2325), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2325), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2325), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2325), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2325), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2325), + [aux_sym_host_key_alias_token1] = ACTIONS(2325), + [aux_sym_hostname_token1] = ACTIONS(2325), + [aux_sym_identities_only_token1] = ACTIONS(2325), + [aux_sym_identity_agent_token1] = ACTIONS(2325), + [aux_sym_identity_file_token1] = ACTIONS(2325), + [aux_sym_ignore_unknown_token1] = ACTIONS(2325), + [aux_sym_include_token1] = ACTIONS(2325), + [aux_sym_ip_qos_token1] = ACTIONS(2325), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2325), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2325), + [aux_sym_kex_algorithms_token1] = ACTIONS(2325), + [aux_sym_known_hosts_command_token1] = ACTIONS(2325), + [aux_sym_local_command_token1] = ACTIONS(2325), + [aux_sym_local_forward_token1] = ACTIONS(2325), + [aux_sym_log_level_token1] = ACTIONS(2325), + [aux_sym_log_verbose_token1] = ACTIONS(2325), + [aux_sym_macs_token1] = ACTIONS(2325), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2325), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2325), + [aux_sym_password_authentication_token1] = ACTIONS(2325), + [aux_sym_permit_local_command_token1] = ACTIONS(2325), + [aux_sym_permit_remote_open_token1] = ACTIONS(2325), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2325), + [aux_sym_port_token1] = ACTIONS(2325), + [aux_sym_preferred_authentications_token1] = ACTIONS(2325), + [aux_sym_protocol_token1] = ACTIONS(2325), + [aux_sym_proxy_command_token1] = ACTIONS(2325), + [aux_sym_proxy_jump_token1] = ACTIONS(2325), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2325), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2325), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2325), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2325), + [aux_sym_rekey_limit_token1] = ACTIONS(2325), + [aux_sym_remote_command_token1] = ACTIONS(2325), + [aux_sym_remote_forward_token1] = ACTIONS(2325), + [aux_sym_request_tty_token1] = ACTIONS(2325), + [aux_sym_required_rsa_size_token1] = ACTIONS(2325), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2325), + [aux_sym_security_key_provider_token1] = ACTIONS(2325), + [aux_sym_send_env_token1] = ACTIONS(2325), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2325), + [aux_sym_server_alive_interval_token1] = ACTIONS(2325), + [aux_sym_session_type_token1] = ACTIONS(2325), + [aux_sym_set_env_token1] = ACTIONS(2325), + [aux_sym_stdin_null_token1] = ACTIONS(2325), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2325), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2325), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2325), + [aux_sym_syslog_facility_token1] = ACTIONS(2325), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2325), + [aux_sym_keep_alive_token1] = ACTIONS(2325), + [aux_sym_tunnel_token1] = ACTIONS(2327), + [aux_sym_tunnel_device_token1] = ACTIONS(2325), + [aux_sym_update_host_keys_token1] = ACTIONS(2325), + [aux_sym_use_keychain_token1] = ACTIONS(2325), + [aux_sym_use_roaming_token1] = ACTIONS(2325), + [aux_sym_user_token1] = ACTIONS(2327), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2325), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2325), + [aux_sym_visual_host_key_token1] = ACTIONS(2325), + [aux_sym_xauth_location_token1] = ACTIONS(2325), }, [314] = { - [ts_builtin_sym_end] = ACTIONS(2322), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2324), - [anon_sym_DQUOTE] = ACTIONS(2326), - [aux_sym_match_token1] = ACTIONS(2322), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2322), - [aux_sym_address_family_token1] = ACTIONS(2322), - [aux_sym_batch_mode_token1] = ACTIONS(2322), - [aux_sym_bind_address_token1] = ACTIONS(2322), - [aux_sym_bind_interface_token1] = ACTIONS(2322), - [aux_sym_canonical_domains_token1] = ACTIONS(2322), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2322), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2322), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2322), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2322), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2322), - [aux_sym_certificate_file_token1] = ACTIONS(2322), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2322), - [aux_sym_check_host_ip_token1] = ACTIONS(2322), - [aux_sym_ciphers_token1] = ACTIONS(2322), - [aux_sym_cipher_token1] = ACTIONS(2324), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2322), - [aux_sym_compression_token1] = ACTIONS(2322), - [aux_sym_connection_attempts_token1] = ACTIONS(2322), - [aux_sym_connect_timeout_token1] = ACTIONS(2322), - [aux_sym_control_master_token1] = ACTIONS(2322), - [aux_sym_control_path_token1] = ACTIONS(2322), - [aux_sym_control_persist_token1] = ACTIONS(2322), - [aux_sym_dynamic_forward_token1] = ACTIONS(2322), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2322), - [aux_sym_escape_char_token1] = ACTIONS(2322), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2322), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2322), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2322), - [aux_sym_forward_agent_token1] = ACTIONS(2322), - [aux_sym_forward_x11_token1] = ACTIONS(2324), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2322), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2322), - [aux_sym_gateway_ports_token1] = ACTIONS(2322), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2322), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2322), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2322), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2322), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2322), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2322), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2322), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2322), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2322), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2322), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2322), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2322), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2322), - [aux_sym_host_key_alias_token1] = ACTIONS(2322), - [aux_sym_hostname_token1] = ACTIONS(2322), - [aux_sym_identities_only_token1] = ACTIONS(2322), - [aux_sym_identity_agent_token1] = ACTIONS(2322), - [aux_sym_identity_file_token1] = ACTIONS(2322), - [aux_sym_ignore_unknown_token1] = ACTIONS(2322), - [aux_sym_include_token1] = ACTIONS(2322), - [aux_sym_ip_qos_token1] = ACTIONS(2322), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2322), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2322), - [aux_sym_kex_algorithms_token1] = ACTIONS(2322), - [aux_sym_known_hosts_command_token1] = ACTIONS(2322), - [aux_sym_local_command_token1] = ACTIONS(2322), - [aux_sym_local_forward_token1] = ACTIONS(2322), - [aux_sym_log_level_token1] = ACTIONS(2322), - [aux_sym_log_verbose_token1] = ACTIONS(2322), - [aux_sym_macs_token1] = ACTIONS(2322), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2322), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2322), - [aux_sym_password_authentication_token1] = ACTIONS(2322), - [aux_sym_permit_local_command_token1] = ACTIONS(2322), - [aux_sym_permit_remote_open_token1] = ACTIONS(2322), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2322), - [aux_sym_port_token1] = ACTIONS(2322), - [aux_sym_preferred_authentications_token1] = ACTIONS(2322), - [aux_sym_protocol_token1] = ACTIONS(2322), - [aux_sym_proxy_command_token1] = ACTIONS(2322), - [aux_sym_proxy_jump_token1] = ACTIONS(2322), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2322), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2322), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2322), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2322), - [aux_sym_rekey_limit_token1] = ACTIONS(2322), - [aux_sym_remote_command_token1] = ACTIONS(2322), - [aux_sym_remote_forward_token1] = ACTIONS(2322), - [aux_sym_request_tty_token1] = ACTIONS(2322), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2322), - [aux_sym_security_key_provider_token1] = ACTIONS(2322), - [aux_sym_send_env_token1] = ACTIONS(2322), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2322), - [aux_sym_server_alive_interval_token1] = ACTIONS(2322), - [aux_sym_session_type_token1] = ACTIONS(2322), - [aux_sym_set_env_token1] = ACTIONS(2322), - [aux_sym_stdin_null_token1] = ACTIONS(2322), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2322), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2322), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2322), - [aux_sym_syslog_facility_token1] = ACTIONS(2322), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2322), - [aux_sym_keep_alive_token1] = ACTIONS(2322), - [aux_sym_tunnel_token1] = ACTIONS(2324), - [aux_sym_tunnel_device_token1] = ACTIONS(2322), - [aux_sym_update_host_keys_token1] = ACTIONS(2322), - [aux_sym_use_keychain_token1] = ACTIONS(2322), - [aux_sym_use_roaming_token1] = ACTIONS(2322), - [aux_sym_user_token1] = ACTIONS(2324), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2322), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2322), - [aux_sym_visual_host_key_token1] = ACTIONS(2322), - [aux_sym_xauth_location_token1] = ACTIONS(2322), + [ts_builtin_sym_end] = ACTIONS(2329), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2331), + [anon_sym_DQUOTE] = ACTIONS(2333), + [aux_sym_match_token1] = ACTIONS(2329), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2329), + [aux_sym_address_family_token1] = ACTIONS(2329), + [aux_sym_batch_mode_token1] = ACTIONS(2329), + [aux_sym_bind_address_token1] = ACTIONS(2329), + [aux_sym_bind_interface_token1] = ACTIONS(2329), + [aux_sym_canonical_domains_token1] = ACTIONS(2329), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2329), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2329), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2329), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2329), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2329), + [aux_sym_certificate_file_token1] = ACTIONS(2329), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2329), + [aux_sym_check_host_ip_token1] = ACTIONS(2329), + [aux_sym_ciphers_token1] = ACTIONS(2329), + [aux_sym_cipher_token1] = ACTIONS(2331), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2329), + [aux_sym_compression_token1] = ACTIONS(2329), + [aux_sym_connection_attempts_token1] = ACTIONS(2329), + [aux_sym_connect_timeout_token1] = ACTIONS(2329), + [aux_sym_control_master_token1] = ACTIONS(2329), + [aux_sym_control_path_token1] = ACTIONS(2329), + [aux_sym_control_persist_token1] = ACTIONS(2329), + [aux_sym_dynamic_forward_token1] = ACTIONS(2329), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2329), + [aux_sym_escape_char_token1] = ACTIONS(2329), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2329), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2329), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2329), + [aux_sym_forward_agent_token1] = ACTIONS(2329), + [aux_sym_forward_x11_token1] = ACTIONS(2331), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2329), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2329), + [aux_sym_gateway_ports_token1] = ACTIONS(2329), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2329), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2329), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2329), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2329), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2329), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2329), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2329), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2329), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2329), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2329), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2329), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2329), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2329), + [aux_sym_host_key_alias_token1] = ACTIONS(2329), + [aux_sym_hostname_token1] = ACTIONS(2329), + [aux_sym_identities_only_token1] = ACTIONS(2329), + [aux_sym_identity_agent_token1] = ACTIONS(2329), + [aux_sym_identity_file_token1] = ACTIONS(2329), + [aux_sym_ignore_unknown_token1] = ACTIONS(2329), + [aux_sym_include_token1] = ACTIONS(2329), + [aux_sym_ip_qos_token1] = ACTIONS(2329), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2329), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2329), + [aux_sym_kex_algorithms_token1] = ACTIONS(2329), + [aux_sym_known_hosts_command_token1] = ACTIONS(2329), + [aux_sym_local_command_token1] = ACTIONS(2329), + [aux_sym_local_forward_token1] = ACTIONS(2329), + [aux_sym_log_level_token1] = ACTIONS(2329), + [aux_sym_log_verbose_token1] = ACTIONS(2329), + [aux_sym_macs_token1] = ACTIONS(2329), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2329), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2329), + [aux_sym_password_authentication_token1] = ACTIONS(2329), + [aux_sym_permit_local_command_token1] = ACTIONS(2329), + [aux_sym_permit_remote_open_token1] = ACTIONS(2329), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2329), + [aux_sym_port_token1] = ACTIONS(2329), + [aux_sym_preferred_authentications_token1] = ACTIONS(2329), + [aux_sym_protocol_token1] = ACTIONS(2329), + [aux_sym_proxy_command_token1] = ACTIONS(2329), + [aux_sym_proxy_jump_token1] = ACTIONS(2329), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2329), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2329), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2329), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2329), + [aux_sym_rekey_limit_token1] = ACTIONS(2329), + [aux_sym_remote_command_token1] = ACTIONS(2329), + [aux_sym_remote_forward_token1] = ACTIONS(2329), + [aux_sym_request_tty_token1] = ACTIONS(2329), + [aux_sym_required_rsa_size_token1] = ACTIONS(2329), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2329), + [aux_sym_security_key_provider_token1] = ACTIONS(2329), + [aux_sym_send_env_token1] = ACTIONS(2329), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2329), + [aux_sym_server_alive_interval_token1] = ACTIONS(2329), + [aux_sym_session_type_token1] = ACTIONS(2329), + [aux_sym_set_env_token1] = ACTIONS(2329), + [aux_sym_stdin_null_token1] = ACTIONS(2329), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2329), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2329), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2329), + [aux_sym_syslog_facility_token1] = ACTIONS(2329), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2329), + [aux_sym_keep_alive_token1] = ACTIONS(2329), + [aux_sym_tunnel_token1] = ACTIONS(2331), + [aux_sym_tunnel_device_token1] = ACTIONS(2329), + [aux_sym_update_host_keys_token1] = ACTIONS(2329), + [aux_sym_use_keychain_token1] = ACTIONS(2329), + [aux_sym_use_roaming_token1] = ACTIONS(2329), + [aux_sym_user_token1] = ACTIONS(2331), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2329), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2329), + [aux_sym_visual_host_key_token1] = ACTIONS(2329), + [aux_sym_xauth_location_token1] = ACTIONS(2329), }, [315] = { - [ts_builtin_sym_end] = ACTIONS(2328), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2330), - [anon_sym_DQUOTE] = ACTIONS(2328), - [aux_sym_match_token1] = ACTIONS(2328), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2328), - [aux_sym_address_family_token1] = ACTIONS(2328), - [aux_sym_batch_mode_token1] = ACTIONS(2328), - [aux_sym_bind_address_token1] = ACTIONS(2328), - [aux_sym_bind_interface_token1] = ACTIONS(2328), - [aux_sym_canonical_domains_token1] = ACTIONS(2328), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2328), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2328), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2328), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2328), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2328), - [aux_sym_certificate_file_token1] = ACTIONS(2328), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2328), - [aux_sym_check_host_ip_token1] = ACTIONS(2328), - [aux_sym_ciphers_token1] = ACTIONS(2328), - [aux_sym_cipher_token1] = ACTIONS(2330), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2328), - [aux_sym_compression_token1] = ACTIONS(2328), - [aux_sym_connection_attempts_token1] = ACTIONS(2328), - [aux_sym_connect_timeout_token1] = ACTIONS(2328), - [aux_sym_control_master_token1] = ACTIONS(2328), - [aux_sym_control_path_token1] = ACTIONS(2328), - [aux_sym_control_persist_token1] = ACTIONS(2328), - [aux_sym_dynamic_forward_token1] = ACTIONS(2328), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2328), - [aux_sym_escape_char_token1] = ACTIONS(2328), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2328), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2328), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2328), - [aux_sym_forward_agent_token1] = ACTIONS(2328), - [aux_sym_forward_x11_token1] = ACTIONS(2330), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2328), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2328), - [aux_sym_gateway_ports_token1] = ACTIONS(2328), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2328), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2328), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2328), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2328), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2328), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2328), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2328), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2328), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2328), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2328), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2328), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2328), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2328), - [aux_sym_host_key_alias_token1] = ACTIONS(2328), - [aux_sym_hostname_token1] = ACTIONS(2328), - [aux_sym_identities_only_token1] = ACTIONS(2328), - [aux_sym_identity_agent_token1] = ACTIONS(2328), - [aux_sym_identity_file_token1] = ACTIONS(2328), - [aux_sym_ignore_unknown_token1] = ACTIONS(2328), - [aux_sym_include_token1] = ACTIONS(2328), - [aux_sym_ip_qos_token1] = ACTIONS(2328), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2328), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2328), - [aux_sym_kex_algorithms_token1] = ACTIONS(2328), - [aux_sym_known_hosts_command_token1] = ACTIONS(2328), - [aux_sym_local_command_token1] = ACTIONS(2328), - [aux_sym_local_forward_token1] = ACTIONS(2328), - [aux_sym_log_level_token1] = ACTIONS(2328), - [aux_sym_log_verbose_token1] = ACTIONS(2328), - [aux_sym_macs_token1] = ACTIONS(2328), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2328), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2328), - [aux_sym_password_authentication_token1] = ACTIONS(2328), - [aux_sym_permit_local_command_token1] = ACTIONS(2328), - [aux_sym_permit_remote_open_token1] = ACTIONS(2328), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2328), - [aux_sym_port_token1] = ACTIONS(2328), - [aux_sym_preferred_authentications_token1] = ACTIONS(2328), - [aux_sym_protocol_token1] = ACTIONS(2328), - [aux_sym_proxy_command_token1] = ACTIONS(2328), - [aux_sym_proxy_jump_token1] = ACTIONS(2328), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2328), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2328), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2328), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2328), - [aux_sym_rekey_limit_token1] = ACTIONS(2328), - [aux_sym_remote_command_token1] = ACTIONS(2328), - [aux_sym_remote_forward_token1] = ACTIONS(2328), - [aux_sym_request_tty_token1] = ACTIONS(2328), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2328), - [aux_sym_security_key_provider_token1] = ACTIONS(2328), - [aux_sym_send_env_token1] = ACTIONS(2328), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2328), - [aux_sym_server_alive_interval_token1] = ACTIONS(2328), - [aux_sym_session_type_token1] = ACTIONS(2328), - [aux_sym_set_env_token1] = ACTIONS(2328), - [aux_sym_stdin_null_token1] = ACTIONS(2328), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2328), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2328), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2328), - [aux_sym_syslog_facility_token1] = ACTIONS(2328), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2328), - [aux_sym_keep_alive_token1] = ACTIONS(2328), - [aux_sym_tunnel_token1] = ACTIONS(2330), - [aux_sym_tunnel_device_token1] = ACTIONS(2328), - [aux_sym_update_host_keys_token1] = ACTIONS(2328), - [aux_sym_use_keychain_token1] = ACTIONS(2328), - [aux_sym_use_roaming_token1] = ACTIONS(2328), - [aux_sym_user_token1] = ACTIONS(2330), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2328), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2328), - [aux_sym_visual_host_key_token1] = ACTIONS(2328), - [aux_sym_xauth_location_token1] = ACTIONS(2328), + [ts_builtin_sym_end] = ACTIONS(2335), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2337), + [anon_sym_DQUOTE] = ACTIONS(2335), + [aux_sym_match_token1] = ACTIONS(2335), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2335), + [aux_sym_address_family_token1] = ACTIONS(2335), + [aux_sym_batch_mode_token1] = ACTIONS(2335), + [aux_sym_bind_address_token1] = ACTIONS(2335), + [aux_sym_bind_interface_token1] = ACTIONS(2335), + [aux_sym_canonical_domains_token1] = ACTIONS(2335), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2335), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2335), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2335), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2335), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2335), + [aux_sym_certificate_file_token1] = ACTIONS(2335), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2335), + [aux_sym_check_host_ip_token1] = ACTIONS(2335), + [aux_sym_ciphers_token1] = ACTIONS(2335), + [aux_sym_cipher_token1] = ACTIONS(2337), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2335), + [aux_sym_compression_token1] = ACTIONS(2335), + [aux_sym_connection_attempts_token1] = ACTIONS(2335), + [aux_sym_connect_timeout_token1] = ACTIONS(2335), + [aux_sym_control_master_token1] = ACTIONS(2335), + [aux_sym_control_path_token1] = ACTIONS(2335), + [aux_sym_control_persist_token1] = ACTIONS(2335), + [aux_sym_dynamic_forward_token1] = ACTIONS(2335), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2335), + [aux_sym_escape_char_token1] = ACTIONS(2335), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2335), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2335), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2335), + [aux_sym_forward_agent_token1] = ACTIONS(2335), + [aux_sym_forward_x11_token1] = ACTIONS(2337), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2335), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2335), + [aux_sym_gateway_ports_token1] = ACTIONS(2335), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2335), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2335), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2335), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2335), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2335), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2335), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2335), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2335), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2335), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2335), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2335), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2335), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2335), + [aux_sym_host_key_alias_token1] = ACTIONS(2335), + [aux_sym_hostname_token1] = ACTIONS(2335), + [aux_sym_identities_only_token1] = ACTIONS(2335), + [aux_sym_identity_agent_token1] = ACTIONS(2335), + [aux_sym_identity_file_token1] = ACTIONS(2335), + [aux_sym_ignore_unknown_token1] = ACTIONS(2335), + [aux_sym_include_token1] = ACTIONS(2335), + [aux_sym_ip_qos_token1] = ACTIONS(2335), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2335), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2335), + [aux_sym_kex_algorithms_token1] = ACTIONS(2335), + [aux_sym_known_hosts_command_token1] = ACTIONS(2335), + [aux_sym_local_command_token1] = ACTIONS(2335), + [aux_sym_local_forward_token1] = ACTIONS(2335), + [aux_sym_log_level_token1] = ACTIONS(2335), + [aux_sym_log_verbose_token1] = ACTIONS(2335), + [aux_sym_macs_token1] = ACTIONS(2335), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2335), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2335), + [aux_sym_password_authentication_token1] = ACTIONS(2335), + [aux_sym_permit_local_command_token1] = ACTIONS(2335), + [aux_sym_permit_remote_open_token1] = ACTIONS(2335), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2335), + [aux_sym_port_token1] = ACTIONS(2335), + [aux_sym_preferred_authentications_token1] = ACTIONS(2335), + [aux_sym_protocol_token1] = ACTIONS(2335), + [aux_sym_proxy_command_token1] = ACTIONS(2335), + [aux_sym_proxy_jump_token1] = ACTIONS(2335), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2335), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2335), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2335), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2335), + [aux_sym_rekey_limit_token1] = ACTIONS(2335), + [aux_sym_remote_command_token1] = ACTIONS(2335), + [aux_sym_remote_forward_token1] = ACTIONS(2335), + [aux_sym_request_tty_token1] = ACTIONS(2335), + [aux_sym_required_rsa_size_token1] = ACTIONS(2335), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2335), + [aux_sym_security_key_provider_token1] = ACTIONS(2335), + [aux_sym_send_env_token1] = ACTIONS(2335), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2335), + [aux_sym_server_alive_interval_token1] = ACTIONS(2335), + [aux_sym_session_type_token1] = ACTIONS(2335), + [aux_sym_set_env_token1] = ACTIONS(2335), + [aux_sym_stdin_null_token1] = ACTIONS(2335), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2335), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2335), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2335), + [aux_sym_syslog_facility_token1] = ACTIONS(2335), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2335), + [aux_sym_keep_alive_token1] = ACTIONS(2335), + [aux_sym_tunnel_token1] = ACTIONS(2337), + [aux_sym_tunnel_device_token1] = ACTIONS(2335), + [aux_sym_update_host_keys_token1] = ACTIONS(2335), + [aux_sym_use_keychain_token1] = ACTIONS(2335), + [aux_sym_use_roaming_token1] = ACTIONS(2335), + [aux_sym_user_token1] = ACTIONS(2337), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2335), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2335), + [aux_sym_visual_host_key_token1] = ACTIONS(2335), + [aux_sym_xauth_location_token1] = ACTIONS(2335), }, [316] = { - [ts_builtin_sym_end] = ACTIONS(2332), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2334), - [anon_sym_DQUOTE] = ACTIONS(2336), - [aux_sym_match_token1] = ACTIONS(2332), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2332), - [aux_sym_address_family_token1] = ACTIONS(2332), - [aux_sym_batch_mode_token1] = ACTIONS(2332), - [aux_sym_bind_address_token1] = ACTIONS(2332), - [aux_sym_bind_interface_token1] = ACTIONS(2332), - [aux_sym_canonical_domains_token1] = ACTIONS(2332), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2332), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2332), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2332), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2332), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2332), - [aux_sym_certificate_file_token1] = ACTIONS(2332), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2332), - [aux_sym_check_host_ip_token1] = ACTIONS(2332), - [aux_sym_ciphers_token1] = ACTIONS(2332), - [aux_sym_cipher_token1] = ACTIONS(2334), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2332), - [aux_sym_compression_token1] = ACTIONS(2332), - [aux_sym_connection_attempts_token1] = ACTIONS(2332), - [aux_sym_connect_timeout_token1] = ACTIONS(2332), - [aux_sym_control_master_token1] = ACTIONS(2332), - [aux_sym_control_path_token1] = ACTIONS(2332), - [aux_sym_control_persist_token1] = ACTIONS(2332), - [aux_sym_dynamic_forward_token1] = ACTIONS(2332), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2332), - [aux_sym_escape_char_token1] = ACTIONS(2332), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2332), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2332), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2332), - [aux_sym_forward_agent_token1] = ACTIONS(2332), - [aux_sym_forward_x11_token1] = ACTIONS(2334), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2332), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2332), - [aux_sym_gateway_ports_token1] = ACTIONS(2332), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2332), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2332), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2332), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2332), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2332), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2332), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2332), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2332), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2332), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2332), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2332), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2332), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2332), - [aux_sym_host_key_alias_token1] = ACTIONS(2332), - [aux_sym_hostname_token1] = ACTIONS(2332), - [aux_sym_identities_only_token1] = ACTIONS(2332), - [aux_sym_identity_agent_token1] = ACTIONS(2332), - [aux_sym_identity_file_token1] = ACTIONS(2332), - [aux_sym_ignore_unknown_token1] = ACTIONS(2332), - [aux_sym_include_token1] = ACTIONS(2332), - [aux_sym_ip_qos_token1] = ACTIONS(2332), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2332), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2332), - [aux_sym_kex_algorithms_token1] = ACTIONS(2332), - [aux_sym_known_hosts_command_token1] = ACTIONS(2332), - [aux_sym_local_command_token1] = ACTIONS(2332), - [aux_sym_local_forward_token1] = ACTIONS(2332), - [aux_sym_log_level_token1] = ACTIONS(2332), - [aux_sym_log_verbose_token1] = ACTIONS(2332), - [aux_sym_macs_token1] = ACTIONS(2332), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2332), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2332), - [aux_sym_password_authentication_token1] = ACTIONS(2332), - [aux_sym_permit_local_command_token1] = ACTIONS(2332), - [aux_sym_permit_remote_open_token1] = ACTIONS(2332), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2332), - [aux_sym_port_token1] = ACTIONS(2332), - [aux_sym_preferred_authentications_token1] = ACTIONS(2332), - [aux_sym_protocol_token1] = ACTIONS(2332), - [aux_sym_proxy_command_token1] = ACTIONS(2332), - [aux_sym_proxy_jump_token1] = ACTIONS(2332), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2332), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2332), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2332), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2332), - [aux_sym_rekey_limit_token1] = ACTIONS(2332), - [aux_sym_remote_command_token1] = ACTIONS(2332), - [aux_sym_remote_forward_token1] = ACTIONS(2332), - [aux_sym_request_tty_token1] = ACTIONS(2332), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2332), - [aux_sym_security_key_provider_token1] = ACTIONS(2332), - [aux_sym_send_env_token1] = ACTIONS(2332), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2332), - [aux_sym_server_alive_interval_token1] = ACTIONS(2332), - [aux_sym_session_type_token1] = ACTIONS(2332), - [aux_sym_set_env_token1] = ACTIONS(2332), - [aux_sym_stdin_null_token1] = ACTIONS(2332), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2332), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2332), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2332), - [aux_sym_syslog_facility_token1] = ACTIONS(2332), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2332), - [aux_sym_keep_alive_token1] = ACTIONS(2332), - [aux_sym_tunnel_token1] = ACTIONS(2334), - [aux_sym_tunnel_device_token1] = ACTIONS(2332), - [aux_sym_update_host_keys_token1] = ACTIONS(2332), - [aux_sym_use_keychain_token1] = ACTIONS(2332), - [aux_sym_use_roaming_token1] = ACTIONS(2332), - [aux_sym_user_token1] = ACTIONS(2334), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2332), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2332), - [aux_sym_visual_host_key_token1] = ACTIONS(2332), - [aux_sym_xauth_location_token1] = ACTIONS(2332), + [ts_builtin_sym_end] = ACTIONS(2339), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2341), + [anon_sym_DQUOTE] = ACTIONS(2343), + [aux_sym_match_token1] = ACTIONS(2339), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2339), + [aux_sym_address_family_token1] = ACTIONS(2339), + [aux_sym_batch_mode_token1] = ACTIONS(2339), + [aux_sym_bind_address_token1] = ACTIONS(2339), + [aux_sym_bind_interface_token1] = ACTIONS(2339), + [aux_sym_canonical_domains_token1] = ACTIONS(2339), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2339), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2339), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2339), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2339), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2339), + [aux_sym_certificate_file_token1] = ACTIONS(2339), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2339), + [aux_sym_check_host_ip_token1] = ACTIONS(2339), + [aux_sym_ciphers_token1] = ACTIONS(2339), + [aux_sym_cipher_token1] = ACTIONS(2341), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2339), + [aux_sym_compression_token1] = ACTIONS(2339), + [aux_sym_connection_attempts_token1] = ACTIONS(2339), + [aux_sym_connect_timeout_token1] = ACTIONS(2339), + [aux_sym_control_master_token1] = ACTIONS(2339), + [aux_sym_control_path_token1] = ACTIONS(2339), + [aux_sym_control_persist_token1] = ACTIONS(2339), + [aux_sym_dynamic_forward_token1] = ACTIONS(2339), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2339), + [aux_sym_escape_char_token1] = ACTIONS(2339), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2339), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2339), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2339), + [aux_sym_forward_agent_token1] = ACTIONS(2339), + [aux_sym_forward_x11_token1] = ACTIONS(2341), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2339), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2339), + [aux_sym_gateway_ports_token1] = ACTIONS(2339), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2339), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2339), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2339), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2339), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2339), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2339), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2339), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2339), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2339), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2339), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2339), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2339), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2339), + [aux_sym_host_key_alias_token1] = ACTIONS(2339), + [aux_sym_hostname_token1] = ACTIONS(2339), + [aux_sym_identities_only_token1] = ACTIONS(2339), + [aux_sym_identity_agent_token1] = ACTIONS(2339), + [aux_sym_identity_file_token1] = ACTIONS(2339), + [aux_sym_ignore_unknown_token1] = ACTIONS(2339), + [aux_sym_include_token1] = ACTIONS(2339), + [aux_sym_ip_qos_token1] = ACTIONS(2339), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2339), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2339), + [aux_sym_kex_algorithms_token1] = ACTIONS(2339), + [aux_sym_known_hosts_command_token1] = ACTIONS(2339), + [aux_sym_local_command_token1] = ACTIONS(2339), + [aux_sym_local_forward_token1] = ACTIONS(2339), + [aux_sym_log_level_token1] = ACTIONS(2339), + [aux_sym_log_verbose_token1] = ACTIONS(2339), + [aux_sym_macs_token1] = ACTIONS(2339), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2339), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2339), + [aux_sym_password_authentication_token1] = ACTIONS(2339), + [aux_sym_permit_local_command_token1] = ACTIONS(2339), + [aux_sym_permit_remote_open_token1] = ACTIONS(2339), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2339), + [aux_sym_port_token1] = ACTIONS(2339), + [aux_sym_preferred_authentications_token1] = ACTIONS(2339), + [aux_sym_protocol_token1] = ACTIONS(2339), + [aux_sym_proxy_command_token1] = ACTIONS(2339), + [aux_sym_proxy_jump_token1] = ACTIONS(2339), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2339), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2339), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2339), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2339), + [aux_sym_rekey_limit_token1] = ACTIONS(2339), + [aux_sym_remote_command_token1] = ACTIONS(2339), + [aux_sym_remote_forward_token1] = ACTIONS(2339), + [aux_sym_request_tty_token1] = ACTIONS(2339), + [aux_sym_required_rsa_size_token1] = ACTIONS(2339), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2339), + [aux_sym_security_key_provider_token1] = ACTIONS(2339), + [aux_sym_send_env_token1] = ACTIONS(2339), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2339), + [aux_sym_server_alive_interval_token1] = ACTIONS(2339), + [aux_sym_session_type_token1] = ACTIONS(2339), + [aux_sym_set_env_token1] = ACTIONS(2339), + [aux_sym_stdin_null_token1] = ACTIONS(2339), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2339), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2339), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2339), + [aux_sym_syslog_facility_token1] = ACTIONS(2339), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2339), + [aux_sym_keep_alive_token1] = ACTIONS(2339), + [aux_sym_tunnel_token1] = ACTIONS(2341), + [aux_sym_tunnel_device_token1] = ACTIONS(2339), + [aux_sym_update_host_keys_token1] = ACTIONS(2339), + [aux_sym_use_keychain_token1] = ACTIONS(2339), + [aux_sym_use_roaming_token1] = ACTIONS(2339), + [aux_sym_user_token1] = ACTIONS(2341), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2339), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2339), + [aux_sym_visual_host_key_token1] = ACTIONS(2339), + [aux_sym_xauth_location_token1] = ACTIONS(2339), }, [317] = { - [ts_builtin_sym_end] = ACTIONS(2338), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2340), - [anon_sym_DQUOTE] = ACTIONS(2338), - [aux_sym_match_token1] = ACTIONS(2338), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2338), - [aux_sym_address_family_token1] = ACTIONS(2338), - [aux_sym_batch_mode_token1] = ACTIONS(2338), - [aux_sym_bind_address_token1] = ACTIONS(2338), - [aux_sym_bind_interface_token1] = ACTIONS(2338), - [aux_sym_canonical_domains_token1] = ACTIONS(2338), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2338), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2338), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2338), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2338), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2338), - [aux_sym_certificate_file_token1] = ACTIONS(2338), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2338), - [aux_sym_check_host_ip_token1] = ACTIONS(2338), - [aux_sym_ciphers_token1] = ACTIONS(2338), - [aux_sym_cipher_token1] = ACTIONS(2340), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2338), - [aux_sym_compression_token1] = ACTIONS(2338), - [aux_sym_connection_attempts_token1] = ACTIONS(2338), - [aux_sym_connect_timeout_token1] = ACTIONS(2338), - [aux_sym_control_master_token1] = ACTIONS(2338), - [aux_sym_control_path_token1] = ACTIONS(2338), - [aux_sym_control_persist_token1] = ACTIONS(2338), - [aux_sym_dynamic_forward_token1] = ACTIONS(2338), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2338), - [aux_sym_escape_char_token1] = ACTIONS(2338), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2338), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2338), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2338), - [aux_sym_forward_agent_token1] = ACTIONS(2338), - [aux_sym_forward_x11_token1] = ACTIONS(2340), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2338), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2338), - [aux_sym_gateway_ports_token1] = ACTIONS(2338), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2338), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2338), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2338), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2338), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2338), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2338), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2338), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2338), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2338), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2338), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2338), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2338), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2338), - [aux_sym_host_key_alias_token1] = ACTIONS(2338), - [aux_sym_hostname_token1] = ACTIONS(2338), - [aux_sym_identities_only_token1] = ACTIONS(2338), - [aux_sym_identity_agent_token1] = ACTIONS(2338), - [aux_sym_identity_file_token1] = ACTIONS(2338), - [aux_sym_ignore_unknown_token1] = ACTIONS(2338), - [aux_sym_include_token1] = ACTIONS(2338), - [aux_sym_ip_qos_token1] = ACTIONS(2338), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2338), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2338), - [aux_sym_kex_algorithms_token1] = ACTIONS(2338), - [aux_sym_known_hosts_command_token1] = ACTIONS(2338), - [aux_sym_local_command_token1] = ACTIONS(2338), - [aux_sym_local_forward_token1] = ACTIONS(2338), - [aux_sym_log_level_token1] = ACTIONS(2338), - [aux_sym_log_verbose_token1] = ACTIONS(2338), - [aux_sym_macs_token1] = ACTIONS(2338), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2338), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2338), - [aux_sym_password_authentication_token1] = ACTIONS(2338), - [aux_sym_permit_local_command_token1] = ACTIONS(2338), - [aux_sym_permit_remote_open_token1] = ACTIONS(2338), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2338), - [aux_sym_port_token1] = ACTIONS(2338), - [aux_sym_preferred_authentications_token1] = ACTIONS(2338), - [aux_sym_protocol_token1] = ACTIONS(2338), - [aux_sym_proxy_command_token1] = ACTIONS(2338), - [aux_sym_proxy_jump_token1] = ACTIONS(2338), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2338), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2338), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2338), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2338), - [aux_sym_rekey_limit_token1] = ACTIONS(2338), - [aux_sym_remote_command_token1] = ACTIONS(2338), - [aux_sym_remote_forward_token1] = ACTIONS(2338), - [aux_sym_request_tty_token1] = ACTIONS(2338), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2338), - [aux_sym_security_key_provider_token1] = ACTIONS(2338), - [aux_sym_send_env_token1] = ACTIONS(2338), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2338), - [aux_sym_server_alive_interval_token1] = ACTIONS(2338), - [aux_sym_session_type_token1] = ACTIONS(2338), - [aux_sym_set_env_token1] = ACTIONS(2338), - [aux_sym_stdin_null_token1] = ACTIONS(2338), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2338), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2338), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2338), - [aux_sym_syslog_facility_token1] = ACTIONS(2338), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2338), - [aux_sym_keep_alive_token1] = ACTIONS(2338), - [aux_sym_tunnel_token1] = ACTIONS(2340), - [aux_sym_tunnel_device_token1] = ACTIONS(2338), - [aux_sym_update_host_keys_token1] = ACTIONS(2338), - [aux_sym_use_keychain_token1] = ACTIONS(2338), - [aux_sym_use_roaming_token1] = ACTIONS(2338), - [aux_sym_user_token1] = ACTIONS(2340), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2338), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2338), - [aux_sym_visual_host_key_token1] = ACTIONS(2338), - [aux_sym_xauth_location_token1] = ACTIONS(2338), + [ts_builtin_sym_end] = ACTIONS(2345), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2347), + [anon_sym_DQUOTE] = ACTIONS(2345), + [aux_sym_match_token1] = ACTIONS(2345), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2345), + [aux_sym_address_family_token1] = ACTIONS(2345), + [aux_sym_batch_mode_token1] = ACTIONS(2345), + [aux_sym_bind_address_token1] = ACTIONS(2345), + [aux_sym_bind_interface_token1] = ACTIONS(2345), + [aux_sym_canonical_domains_token1] = ACTIONS(2345), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2345), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2345), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2345), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2345), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2345), + [aux_sym_certificate_file_token1] = ACTIONS(2345), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2345), + [aux_sym_check_host_ip_token1] = ACTIONS(2345), + [aux_sym_ciphers_token1] = ACTIONS(2345), + [aux_sym_cipher_token1] = ACTIONS(2347), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2345), + [aux_sym_compression_token1] = ACTIONS(2345), + [aux_sym_connection_attempts_token1] = ACTIONS(2345), + [aux_sym_connect_timeout_token1] = ACTIONS(2345), + [aux_sym_control_master_token1] = ACTIONS(2345), + [aux_sym_control_path_token1] = ACTIONS(2345), + [aux_sym_control_persist_token1] = ACTIONS(2345), + [aux_sym_dynamic_forward_token1] = ACTIONS(2345), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2345), + [aux_sym_escape_char_token1] = ACTIONS(2345), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2345), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2345), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2345), + [aux_sym_forward_agent_token1] = ACTIONS(2345), + [aux_sym_forward_x11_token1] = ACTIONS(2347), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2345), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2345), + [aux_sym_gateway_ports_token1] = ACTIONS(2345), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2345), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2345), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2345), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2345), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2345), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2345), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2345), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2345), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2345), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2345), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2345), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2345), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2345), + [aux_sym_host_key_alias_token1] = ACTIONS(2345), + [aux_sym_hostname_token1] = ACTIONS(2345), + [aux_sym_identities_only_token1] = ACTIONS(2345), + [aux_sym_identity_agent_token1] = ACTIONS(2345), + [aux_sym_identity_file_token1] = ACTIONS(2345), + [aux_sym_ignore_unknown_token1] = ACTIONS(2345), + [aux_sym_include_token1] = ACTIONS(2345), + [aux_sym_ip_qos_token1] = ACTIONS(2345), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2345), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2345), + [aux_sym_kex_algorithms_token1] = ACTIONS(2345), + [aux_sym_known_hosts_command_token1] = ACTIONS(2345), + [aux_sym_local_command_token1] = ACTIONS(2345), + [aux_sym_local_forward_token1] = ACTIONS(2345), + [aux_sym_log_level_token1] = ACTIONS(2345), + [aux_sym_log_verbose_token1] = ACTIONS(2345), + [aux_sym_macs_token1] = ACTIONS(2345), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2345), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2345), + [aux_sym_password_authentication_token1] = ACTIONS(2345), + [aux_sym_permit_local_command_token1] = ACTIONS(2345), + [aux_sym_permit_remote_open_token1] = ACTIONS(2345), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2345), + [aux_sym_port_token1] = ACTIONS(2345), + [aux_sym_preferred_authentications_token1] = ACTIONS(2345), + [aux_sym_protocol_token1] = ACTIONS(2345), + [aux_sym_proxy_command_token1] = ACTIONS(2345), + [aux_sym_proxy_jump_token1] = ACTIONS(2345), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2345), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2345), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2345), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2345), + [aux_sym_rekey_limit_token1] = ACTIONS(2345), + [aux_sym_remote_command_token1] = ACTIONS(2345), + [aux_sym_remote_forward_token1] = ACTIONS(2345), + [aux_sym_request_tty_token1] = ACTIONS(2345), + [aux_sym_required_rsa_size_token1] = ACTIONS(2345), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2345), + [aux_sym_security_key_provider_token1] = ACTIONS(2345), + [aux_sym_send_env_token1] = ACTIONS(2345), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2345), + [aux_sym_server_alive_interval_token1] = ACTIONS(2345), + [aux_sym_session_type_token1] = ACTIONS(2345), + [aux_sym_set_env_token1] = ACTIONS(2345), + [aux_sym_stdin_null_token1] = ACTIONS(2345), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2345), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2345), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2345), + [aux_sym_syslog_facility_token1] = ACTIONS(2345), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2345), + [aux_sym_keep_alive_token1] = ACTIONS(2345), + [aux_sym_tunnel_token1] = ACTIONS(2347), + [aux_sym_tunnel_device_token1] = ACTIONS(2345), + [aux_sym_update_host_keys_token1] = ACTIONS(2345), + [aux_sym_use_keychain_token1] = ACTIONS(2345), + [aux_sym_use_roaming_token1] = ACTIONS(2345), + [aux_sym_user_token1] = ACTIONS(2347), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2345), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2345), + [aux_sym_visual_host_key_token1] = ACTIONS(2345), + [aux_sym_xauth_location_token1] = ACTIONS(2345), }, [318] = { - [ts_builtin_sym_end] = ACTIONS(2342), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2344), - [anon_sym_DQUOTE] = ACTIONS(2346), - [aux_sym_match_token1] = ACTIONS(2342), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2342), - [aux_sym_address_family_token1] = ACTIONS(2342), - [aux_sym_batch_mode_token1] = ACTIONS(2342), - [aux_sym_bind_address_token1] = ACTIONS(2342), - [aux_sym_bind_interface_token1] = ACTIONS(2342), - [aux_sym_canonical_domains_token1] = ACTIONS(2342), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2342), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2342), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2342), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2342), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2342), - [aux_sym_certificate_file_token1] = ACTIONS(2342), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2342), - [aux_sym_check_host_ip_token1] = ACTIONS(2342), - [aux_sym_ciphers_token1] = ACTIONS(2342), - [aux_sym_cipher_token1] = ACTIONS(2344), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2342), - [aux_sym_compression_token1] = ACTIONS(2342), - [aux_sym_connection_attempts_token1] = ACTIONS(2342), - [aux_sym_connect_timeout_token1] = ACTIONS(2342), - [aux_sym_control_master_token1] = ACTIONS(2342), - [aux_sym_control_path_token1] = ACTIONS(2342), - [aux_sym_control_persist_token1] = ACTIONS(2342), - [aux_sym_dynamic_forward_token1] = ACTIONS(2342), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2342), - [aux_sym_escape_char_token1] = ACTIONS(2342), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2342), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2342), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2342), - [aux_sym_forward_agent_token1] = ACTIONS(2342), - [aux_sym_forward_x11_token1] = ACTIONS(2344), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2342), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2342), - [aux_sym_gateway_ports_token1] = ACTIONS(2342), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2342), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2342), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2342), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2342), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2342), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2342), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2342), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2342), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2342), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2342), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2342), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2342), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2342), - [aux_sym_host_key_alias_token1] = ACTIONS(2342), - [aux_sym_hostname_token1] = ACTIONS(2342), - [aux_sym_identities_only_token1] = ACTIONS(2342), - [aux_sym_identity_agent_token1] = ACTIONS(2342), - [aux_sym_identity_file_token1] = ACTIONS(2342), - [aux_sym_ignore_unknown_token1] = ACTIONS(2342), - [aux_sym_include_token1] = ACTIONS(2342), - [aux_sym_ip_qos_token1] = ACTIONS(2342), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2342), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2342), - [aux_sym_kex_algorithms_token1] = ACTIONS(2342), - [aux_sym_known_hosts_command_token1] = ACTIONS(2342), - [aux_sym_local_command_token1] = ACTIONS(2342), - [aux_sym_local_forward_token1] = ACTIONS(2342), - [aux_sym_log_level_token1] = ACTIONS(2342), - [aux_sym_log_verbose_token1] = ACTIONS(2342), - [aux_sym_macs_token1] = ACTIONS(2342), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2342), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2342), - [aux_sym_password_authentication_token1] = ACTIONS(2342), - [aux_sym_permit_local_command_token1] = ACTIONS(2342), - [aux_sym_permit_remote_open_token1] = ACTIONS(2342), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2342), - [aux_sym_port_token1] = ACTIONS(2342), - [aux_sym_preferred_authentications_token1] = ACTIONS(2342), - [aux_sym_protocol_token1] = ACTIONS(2342), - [aux_sym_proxy_command_token1] = ACTIONS(2342), - [aux_sym_proxy_jump_token1] = ACTIONS(2342), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2342), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2342), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2342), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2342), - [aux_sym_rekey_limit_token1] = ACTIONS(2342), - [aux_sym_remote_command_token1] = ACTIONS(2342), - [aux_sym_remote_forward_token1] = ACTIONS(2342), - [aux_sym_request_tty_token1] = ACTIONS(2342), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2342), - [aux_sym_security_key_provider_token1] = ACTIONS(2342), - [aux_sym_send_env_token1] = ACTIONS(2342), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2342), - [aux_sym_server_alive_interval_token1] = ACTIONS(2342), - [aux_sym_session_type_token1] = ACTIONS(2342), - [aux_sym_set_env_token1] = ACTIONS(2342), - [aux_sym_stdin_null_token1] = ACTIONS(2342), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2342), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2342), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2342), - [aux_sym_syslog_facility_token1] = ACTIONS(2342), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2342), - [aux_sym_keep_alive_token1] = ACTIONS(2342), - [aux_sym_tunnel_token1] = ACTIONS(2344), - [aux_sym_tunnel_device_token1] = ACTIONS(2342), - [aux_sym_update_host_keys_token1] = ACTIONS(2342), - [aux_sym_use_keychain_token1] = ACTIONS(2342), - [aux_sym_use_roaming_token1] = ACTIONS(2342), - [aux_sym_user_token1] = ACTIONS(2344), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2342), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2342), - [aux_sym_visual_host_key_token1] = ACTIONS(2342), - [aux_sym_xauth_location_token1] = ACTIONS(2342), + [ts_builtin_sym_end] = ACTIONS(2349), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2351), + [anon_sym_DQUOTE] = ACTIONS(2353), + [aux_sym_match_token1] = ACTIONS(2349), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2349), + [aux_sym_address_family_token1] = ACTIONS(2349), + [aux_sym_batch_mode_token1] = ACTIONS(2349), + [aux_sym_bind_address_token1] = ACTIONS(2349), + [aux_sym_bind_interface_token1] = ACTIONS(2349), + [aux_sym_canonical_domains_token1] = ACTIONS(2349), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2349), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2349), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2349), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2349), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2349), + [aux_sym_certificate_file_token1] = ACTIONS(2349), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2349), + [aux_sym_check_host_ip_token1] = ACTIONS(2349), + [aux_sym_ciphers_token1] = ACTIONS(2349), + [aux_sym_cipher_token1] = ACTIONS(2351), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2349), + [aux_sym_compression_token1] = ACTIONS(2349), + [aux_sym_connection_attempts_token1] = ACTIONS(2349), + [aux_sym_connect_timeout_token1] = ACTIONS(2349), + [aux_sym_control_master_token1] = ACTIONS(2349), + [aux_sym_control_path_token1] = ACTIONS(2349), + [aux_sym_control_persist_token1] = ACTIONS(2349), + [aux_sym_dynamic_forward_token1] = ACTIONS(2349), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2349), + [aux_sym_escape_char_token1] = ACTIONS(2349), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2349), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2349), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2349), + [aux_sym_forward_agent_token1] = ACTIONS(2349), + [aux_sym_forward_x11_token1] = ACTIONS(2351), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2349), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2349), + [aux_sym_gateway_ports_token1] = ACTIONS(2349), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2349), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2349), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2349), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2349), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2349), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2349), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2349), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2349), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2349), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2349), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2349), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2349), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2349), + [aux_sym_host_key_alias_token1] = ACTIONS(2349), + [aux_sym_hostname_token1] = ACTIONS(2349), + [aux_sym_identities_only_token1] = ACTIONS(2349), + [aux_sym_identity_agent_token1] = ACTIONS(2349), + [aux_sym_identity_file_token1] = ACTIONS(2349), + [aux_sym_ignore_unknown_token1] = ACTIONS(2349), + [aux_sym_include_token1] = ACTIONS(2349), + [aux_sym_ip_qos_token1] = ACTIONS(2349), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2349), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2349), + [aux_sym_kex_algorithms_token1] = ACTIONS(2349), + [aux_sym_known_hosts_command_token1] = ACTIONS(2349), + [aux_sym_local_command_token1] = ACTIONS(2349), + [aux_sym_local_forward_token1] = ACTIONS(2349), + [aux_sym_log_level_token1] = ACTIONS(2349), + [aux_sym_log_verbose_token1] = ACTIONS(2349), + [aux_sym_macs_token1] = ACTIONS(2349), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2349), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2349), + [aux_sym_password_authentication_token1] = ACTIONS(2349), + [aux_sym_permit_local_command_token1] = ACTIONS(2349), + [aux_sym_permit_remote_open_token1] = ACTIONS(2349), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2349), + [aux_sym_port_token1] = ACTIONS(2349), + [aux_sym_preferred_authentications_token1] = ACTIONS(2349), + [aux_sym_protocol_token1] = ACTIONS(2349), + [aux_sym_proxy_command_token1] = ACTIONS(2349), + [aux_sym_proxy_jump_token1] = ACTIONS(2349), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2349), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2349), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2349), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2349), + [aux_sym_rekey_limit_token1] = ACTIONS(2349), + [aux_sym_remote_command_token1] = ACTIONS(2349), + [aux_sym_remote_forward_token1] = ACTIONS(2349), + [aux_sym_request_tty_token1] = ACTIONS(2349), + [aux_sym_required_rsa_size_token1] = ACTIONS(2349), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2349), + [aux_sym_security_key_provider_token1] = ACTIONS(2349), + [aux_sym_send_env_token1] = ACTIONS(2349), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2349), + [aux_sym_server_alive_interval_token1] = ACTIONS(2349), + [aux_sym_session_type_token1] = ACTIONS(2349), + [aux_sym_set_env_token1] = ACTIONS(2349), + [aux_sym_stdin_null_token1] = ACTIONS(2349), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2349), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2349), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2349), + [aux_sym_syslog_facility_token1] = ACTIONS(2349), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2349), + [aux_sym_keep_alive_token1] = ACTIONS(2349), + [aux_sym_tunnel_token1] = ACTIONS(2351), + [aux_sym_tunnel_device_token1] = ACTIONS(2349), + [aux_sym_update_host_keys_token1] = ACTIONS(2349), + [aux_sym_use_keychain_token1] = ACTIONS(2349), + [aux_sym_use_roaming_token1] = ACTIONS(2349), + [aux_sym_user_token1] = ACTIONS(2351), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2349), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2349), + [aux_sym_visual_host_key_token1] = ACTIONS(2349), + [aux_sym_xauth_location_token1] = ACTIONS(2349), }, [319] = { - [ts_builtin_sym_end] = ACTIONS(2348), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2350), - [anon_sym_DQUOTE] = ACTIONS(2348), - [aux_sym_match_token1] = ACTIONS(2348), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2348), - [aux_sym_address_family_token1] = ACTIONS(2348), - [aux_sym_batch_mode_token1] = ACTIONS(2348), - [aux_sym_bind_address_token1] = ACTIONS(2348), - [aux_sym_bind_interface_token1] = ACTIONS(2348), - [aux_sym_canonical_domains_token1] = ACTIONS(2348), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2348), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2348), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2348), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2348), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2348), - [aux_sym_certificate_file_token1] = ACTIONS(2348), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2348), - [aux_sym_check_host_ip_token1] = ACTIONS(2348), - [aux_sym_ciphers_token1] = ACTIONS(2348), - [aux_sym_cipher_token1] = ACTIONS(2350), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2348), - [aux_sym_compression_token1] = ACTIONS(2348), - [aux_sym_connection_attempts_token1] = ACTIONS(2348), - [aux_sym_connect_timeout_token1] = ACTIONS(2348), - [aux_sym_control_master_token1] = ACTIONS(2348), - [aux_sym_control_path_token1] = ACTIONS(2348), - [aux_sym_control_persist_token1] = ACTIONS(2348), - [aux_sym_dynamic_forward_token1] = ACTIONS(2348), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2348), - [aux_sym_escape_char_token1] = ACTIONS(2348), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2348), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2348), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2348), - [aux_sym_forward_agent_token1] = ACTIONS(2348), - [aux_sym_forward_x11_token1] = ACTIONS(2350), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2348), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2348), - [aux_sym_gateway_ports_token1] = ACTIONS(2348), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2348), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2348), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2348), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2348), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2348), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2348), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2348), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2348), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2348), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2348), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2348), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2348), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2348), - [aux_sym_host_key_alias_token1] = ACTIONS(2348), - [aux_sym_hostname_token1] = ACTIONS(2348), - [aux_sym_identities_only_token1] = ACTIONS(2348), - [aux_sym_identity_agent_token1] = ACTIONS(2348), - [aux_sym_identity_file_token1] = ACTIONS(2348), - [aux_sym_ignore_unknown_token1] = ACTIONS(2348), - [aux_sym_include_token1] = ACTIONS(2348), - [aux_sym_ip_qos_token1] = ACTIONS(2348), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2348), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2348), - [aux_sym_kex_algorithms_token1] = ACTIONS(2348), - [aux_sym_known_hosts_command_token1] = ACTIONS(2348), - [aux_sym_local_command_token1] = ACTIONS(2348), - [aux_sym_local_forward_token1] = ACTIONS(2348), - [aux_sym_log_level_token1] = ACTIONS(2348), - [aux_sym_log_verbose_token1] = ACTIONS(2348), - [aux_sym_macs_token1] = ACTIONS(2348), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2348), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2348), - [aux_sym_password_authentication_token1] = ACTIONS(2348), - [aux_sym_permit_local_command_token1] = ACTIONS(2348), - [aux_sym_permit_remote_open_token1] = ACTIONS(2348), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2348), - [aux_sym_port_token1] = ACTIONS(2348), - [aux_sym_preferred_authentications_token1] = ACTIONS(2348), - [aux_sym_protocol_token1] = ACTIONS(2348), - [aux_sym_proxy_command_token1] = ACTIONS(2348), - [aux_sym_proxy_jump_token1] = ACTIONS(2348), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2348), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2348), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2348), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2348), - [aux_sym_rekey_limit_token1] = ACTIONS(2348), - [aux_sym_remote_command_token1] = ACTIONS(2348), - [aux_sym_remote_forward_token1] = ACTIONS(2348), - [aux_sym_request_tty_token1] = ACTIONS(2348), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2348), - [aux_sym_security_key_provider_token1] = ACTIONS(2348), - [aux_sym_send_env_token1] = ACTIONS(2348), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2348), - [aux_sym_server_alive_interval_token1] = ACTIONS(2348), - [aux_sym_session_type_token1] = ACTIONS(2348), - [aux_sym_set_env_token1] = ACTIONS(2348), - [aux_sym_stdin_null_token1] = ACTIONS(2348), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2348), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2348), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2348), - [aux_sym_syslog_facility_token1] = ACTIONS(2348), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2348), - [aux_sym_keep_alive_token1] = ACTIONS(2348), - [aux_sym_tunnel_token1] = ACTIONS(2350), - [aux_sym_tunnel_device_token1] = ACTIONS(2348), - [aux_sym_update_host_keys_token1] = ACTIONS(2348), - [aux_sym_use_keychain_token1] = ACTIONS(2348), - [aux_sym_use_roaming_token1] = ACTIONS(2348), - [aux_sym_user_token1] = ACTIONS(2350), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2348), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2348), - [aux_sym_visual_host_key_token1] = ACTIONS(2348), - [aux_sym_xauth_location_token1] = ACTIONS(2348), + [ts_builtin_sym_end] = ACTIONS(2355), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2357), + [anon_sym_DQUOTE] = ACTIONS(2355), + [aux_sym_match_token1] = ACTIONS(2355), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2355), + [aux_sym_address_family_token1] = ACTIONS(2355), + [aux_sym_batch_mode_token1] = ACTIONS(2355), + [aux_sym_bind_address_token1] = ACTIONS(2355), + [aux_sym_bind_interface_token1] = ACTIONS(2355), + [aux_sym_canonical_domains_token1] = ACTIONS(2355), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2355), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2355), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2355), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2355), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2355), + [aux_sym_certificate_file_token1] = ACTIONS(2355), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2355), + [aux_sym_check_host_ip_token1] = ACTIONS(2355), + [aux_sym_ciphers_token1] = ACTIONS(2355), + [aux_sym_cipher_token1] = ACTIONS(2357), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2355), + [aux_sym_compression_token1] = ACTIONS(2355), + [aux_sym_connection_attempts_token1] = ACTIONS(2355), + [aux_sym_connect_timeout_token1] = ACTIONS(2355), + [aux_sym_control_master_token1] = ACTIONS(2355), + [aux_sym_control_path_token1] = ACTIONS(2355), + [aux_sym_control_persist_token1] = ACTIONS(2355), + [aux_sym_dynamic_forward_token1] = ACTIONS(2355), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2355), + [aux_sym_escape_char_token1] = ACTIONS(2355), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2355), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2355), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2355), + [aux_sym_forward_agent_token1] = ACTIONS(2355), + [aux_sym_forward_x11_token1] = ACTIONS(2357), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2355), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2355), + [aux_sym_gateway_ports_token1] = ACTIONS(2355), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2355), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2355), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2355), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2355), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2355), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2355), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2355), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2355), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2355), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2355), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2355), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2355), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2355), + [aux_sym_host_key_alias_token1] = ACTIONS(2355), + [aux_sym_hostname_token1] = ACTIONS(2355), + [aux_sym_identities_only_token1] = ACTIONS(2355), + [aux_sym_identity_agent_token1] = ACTIONS(2355), + [aux_sym_identity_file_token1] = ACTIONS(2355), + [aux_sym_ignore_unknown_token1] = ACTIONS(2355), + [aux_sym_include_token1] = ACTIONS(2355), + [aux_sym_ip_qos_token1] = ACTIONS(2355), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2355), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2355), + [aux_sym_kex_algorithms_token1] = ACTIONS(2355), + [aux_sym_known_hosts_command_token1] = ACTIONS(2355), + [aux_sym_local_command_token1] = ACTIONS(2355), + [aux_sym_local_forward_token1] = ACTIONS(2355), + [aux_sym_log_level_token1] = ACTIONS(2355), + [aux_sym_log_verbose_token1] = ACTIONS(2355), + [aux_sym_macs_token1] = ACTIONS(2355), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2355), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2355), + [aux_sym_password_authentication_token1] = ACTIONS(2355), + [aux_sym_permit_local_command_token1] = ACTIONS(2355), + [aux_sym_permit_remote_open_token1] = ACTIONS(2355), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2355), + [aux_sym_port_token1] = ACTIONS(2355), + [aux_sym_preferred_authentications_token1] = ACTIONS(2355), + [aux_sym_protocol_token1] = ACTIONS(2355), + [aux_sym_proxy_command_token1] = ACTIONS(2355), + [aux_sym_proxy_jump_token1] = ACTIONS(2355), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2355), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2355), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2355), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2355), + [aux_sym_rekey_limit_token1] = ACTIONS(2355), + [aux_sym_remote_command_token1] = ACTIONS(2355), + [aux_sym_remote_forward_token1] = ACTIONS(2355), + [aux_sym_request_tty_token1] = ACTIONS(2355), + [aux_sym_required_rsa_size_token1] = ACTIONS(2355), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2355), + [aux_sym_security_key_provider_token1] = ACTIONS(2355), + [aux_sym_send_env_token1] = ACTIONS(2355), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2355), + [aux_sym_server_alive_interval_token1] = ACTIONS(2355), + [aux_sym_session_type_token1] = ACTIONS(2355), + [aux_sym_set_env_token1] = ACTIONS(2355), + [aux_sym_stdin_null_token1] = ACTIONS(2355), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2355), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2355), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2355), + [aux_sym_syslog_facility_token1] = ACTIONS(2355), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2355), + [aux_sym_keep_alive_token1] = ACTIONS(2355), + [aux_sym_tunnel_token1] = ACTIONS(2357), + [aux_sym_tunnel_device_token1] = ACTIONS(2355), + [aux_sym_update_host_keys_token1] = ACTIONS(2355), + [aux_sym_use_keychain_token1] = ACTIONS(2355), + [aux_sym_use_roaming_token1] = ACTIONS(2355), + [aux_sym_user_token1] = ACTIONS(2357), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2355), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2355), + [aux_sym_visual_host_key_token1] = ACTIONS(2355), + [aux_sym_xauth_location_token1] = ACTIONS(2355), }, [320] = { - [ts_builtin_sym_end] = ACTIONS(2352), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2354), - [anon_sym_DQUOTE] = ACTIONS(2356), - [aux_sym_match_token1] = ACTIONS(2352), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2352), - [aux_sym_address_family_token1] = ACTIONS(2352), - [aux_sym_batch_mode_token1] = ACTIONS(2352), - [aux_sym_bind_address_token1] = ACTIONS(2352), - [aux_sym_bind_interface_token1] = ACTIONS(2352), - [aux_sym_canonical_domains_token1] = ACTIONS(2352), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2352), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2352), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2352), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2352), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2352), - [aux_sym_certificate_file_token1] = ACTIONS(2352), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2352), - [aux_sym_check_host_ip_token1] = ACTIONS(2352), - [aux_sym_ciphers_token1] = ACTIONS(2352), - [aux_sym_cipher_token1] = ACTIONS(2354), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2352), - [aux_sym_compression_token1] = ACTIONS(2352), - [aux_sym_connection_attempts_token1] = ACTIONS(2352), - [aux_sym_connect_timeout_token1] = ACTIONS(2352), - [aux_sym_control_master_token1] = ACTIONS(2352), - [aux_sym_control_path_token1] = ACTIONS(2352), - [aux_sym_control_persist_token1] = ACTIONS(2352), - [aux_sym_dynamic_forward_token1] = ACTIONS(2352), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2352), - [aux_sym_escape_char_token1] = ACTIONS(2352), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2352), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2352), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2352), - [aux_sym_forward_agent_token1] = ACTIONS(2352), - [aux_sym_forward_x11_token1] = ACTIONS(2354), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2352), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2352), - [aux_sym_gateway_ports_token1] = ACTIONS(2352), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2352), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2352), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2352), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2352), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2352), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2352), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2352), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2352), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2352), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2352), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2352), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2352), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2352), - [aux_sym_host_key_alias_token1] = ACTIONS(2352), - [aux_sym_hostname_token1] = ACTIONS(2352), - [aux_sym_identities_only_token1] = ACTIONS(2352), - [aux_sym_identity_agent_token1] = ACTIONS(2352), - [aux_sym_identity_file_token1] = ACTIONS(2352), - [aux_sym_ignore_unknown_token1] = ACTIONS(2352), - [aux_sym_include_token1] = ACTIONS(2352), - [aux_sym_ip_qos_token1] = ACTIONS(2352), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2352), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2352), - [aux_sym_kex_algorithms_token1] = ACTIONS(2352), - [aux_sym_known_hosts_command_token1] = ACTIONS(2352), - [aux_sym_local_command_token1] = ACTIONS(2352), - [aux_sym_local_forward_token1] = ACTIONS(2352), - [aux_sym_log_level_token1] = ACTIONS(2352), - [aux_sym_log_verbose_token1] = ACTIONS(2352), - [aux_sym_macs_token1] = ACTIONS(2352), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2352), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2352), - [aux_sym_password_authentication_token1] = ACTIONS(2352), - [aux_sym_permit_local_command_token1] = ACTIONS(2352), - [aux_sym_permit_remote_open_token1] = ACTIONS(2352), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2352), - [aux_sym_port_token1] = ACTIONS(2352), - [aux_sym_preferred_authentications_token1] = ACTIONS(2352), - [aux_sym_protocol_token1] = ACTIONS(2352), - [aux_sym_proxy_command_token1] = ACTIONS(2352), - [aux_sym_proxy_jump_token1] = ACTIONS(2352), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2352), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2352), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2352), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2352), - [aux_sym_rekey_limit_token1] = ACTIONS(2352), - [aux_sym_remote_command_token1] = ACTIONS(2352), - [aux_sym_remote_forward_token1] = ACTIONS(2352), - [aux_sym_request_tty_token1] = ACTIONS(2352), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2352), - [aux_sym_security_key_provider_token1] = ACTIONS(2352), - [aux_sym_send_env_token1] = ACTIONS(2352), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2352), - [aux_sym_server_alive_interval_token1] = ACTIONS(2352), - [aux_sym_session_type_token1] = ACTIONS(2352), - [aux_sym_set_env_token1] = ACTIONS(2352), - [aux_sym_stdin_null_token1] = ACTIONS(2352), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2352), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2352), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2352), - [aux_sym_syslog_facility_token1] = ACTIONS(2352), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2352), - [aux_sym_keep_alive_token1] = ACTIONS(2352), - [aux_sym_tunnel_token1] = ACTIONS(2354), - [aux_sym_tunnel_device_token1] = ACTIONS(2352), - [aux_sym_update_host_keys_token1] = ACTIONS(2352), - [aux_sym_use_keychain_token1] = ACTIONS(2352), - [aux_sym_use_roaming_token1] = ACTIONS(2352), - [aux_sym_user_token1] = ACTIONS(2354), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2352), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2352), - [aux_sym_visual_host_key_token1] = ACTIONS(2352), - [aux_sym_xauth_location_token1] = ACTIONS(2352), + [ts_builtin_sym_end] = ACTIONS(2359), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2361), + [anon_sym_DQUOTE] = ACTIONS(2363), + [aux_sym_match_token1] = ACTIONS(2359), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2359), + [aux_sym_address_family_token1] = ACTIONS(2359), + [aux_sym_batch_mode_token1] = ACTIONS(2359), + [aux_sym_bind_address_token1] = ACTIONS(2359), + [aux_sym_bind_interface_token1] = ACTIONS(2359), + [aux_sym_canonical_domains_token1] = ACTIONS(2359), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2359), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2359), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2359), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2359), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2359), + [aux_sym_certificate_file_token1] = ACTIONS(2359), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2359), + [aux_sym_check_host_ip_token1] = ACTIONS(2359), + [aux_sym_ciphers_token1] = ACTIONS(2359), + [aux_sym_cipher_token1] = ACTIONS(2361), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2359), + [aux_sym_compression_token1] = ACTIONS(2359), + [aux_sym_connection_attempts_token1] = ACTIONS(2359), + [aux_sym_connect_timeout_token1] = ACTIONS(2359), + [aux_sym_control_master_token1] = ACTIONS(2359), + [aux_sym_control_path_token1] = ACTIONS(2359), + [aux_sym_control_persist_token1] = ACTIONS(2359), + [aux_sym_dynamic_forward_token1] = ACTIONS(2359), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2359), + [aux_sym_escape_char_token1] = ACTIONS(2359), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2359), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2359), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2359), + [aux_sym_forward_agent_token1] = ACTIONS(2359), + [aux_sym_forward_x11_token1] = ACTIONS(2361), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2359), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2359), + [aux_sym_gateway_ports_token1] = ACTIONS(2359), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2359), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2359), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2359), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2359), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2359), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2359), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2359), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2359), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2359), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2359), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2359), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2359), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2359), + [aux_sym_host_key_alias_token1] = ACTIONS(2359), + [aux_sym_hostname_token1] = ACTIONS(2359), + [aux_sym_identities_only_token1] = ACTIONS(2359), + [aux_sym_identity_agent_token1] = ACTIONS(2359), + [aux_sym_identity_file_token1] = ACTIONS(2359), + [aux_sym_ignore_unknown_token1] = ACTIONS(2359), + [aux_sym_include_token1] = ACTIONS(2359), + [aux_sym_ip_qos_token1] = ACTIONS(2359), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2359), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2359), + [aux_sym_kex_algorithms_token1] = ACTIONS(2359), + [aux_sym_known_hosts_command_token1] = ACTIONS(2359), + [aux_sym_local_command_token1] = ACTIONS(2359), + [aux_sym_local_forward_token1] = ACTIONS(2359), + [aux_sym_log_level_token1] = ACTIONS(2359), + [aux_sym_log_verbose_token1] = ACTIONS(2359), + [aux_sym_macs_token1] = ACTIONS(2359), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2359), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2359), + [aux_sym_password_authentication_token1] = ACTIONS(2359), + [aux_sym_permit_local_command_token1] = ACTIONS(2359), + [aux_sym_permit_remote_open_token1] = ACTIONS(2359), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2359), + [aux_sym_port_token1] = ACTIONS(2359), + [aux_sym_preferred_authentications_token1] = ACTIONS(2359), + [aux_sym_protocol_token1] = ACTIONS(2359), + [aux_sym_proxy_command_token1] = ACTIONS(2359), + [aux_sym_proxy_jump_token1] = ACTIONS(2359), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2359), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2359), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2359), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2359), + [aux_sym_rekey_limit_token1] = ACTIONS(2359), + [aux_sym_remote_command_token1] = ACTIONS(2359), + [aux_sym_remote_forward_token1] = ACTIONS(2359), + [aux_sym_request_tty_token1] = ACTIONS(2359), + [aux_sym_required_rsa_size_token1] = ACTIONS(2359), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2359), + [aux_sym_security_key_provider_token1] = ACTIONS(2359), + [aux_sym_send_env_token1] = ACTIONS(2359), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2359), + [aux_sym_server_alive_interval_token1] = ACTIONS(2359), + [aux_sym_session_type_token1] = ACTIONS(2359), + [aux_sym_set_env_token1] = ACTIONS(2359), + [aux_sym_stdin_null_token1] = ACTIONS(2359), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2359), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2359), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2359), + [aux_sym_syslog_facility_token1] = ACTIONS(2359), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2359), + [aux_sym_keep_alive_token1] = ACTIONS(2359), + [aux_sym_tunnel_token1] = ACTIONS(2361), + [aux_sym_tunnel_device_token1] = ACTIONS(2359), + [aux_sym_update_host_keys_token1] = ACTIONS(2359), + [aux_sym_use_keychain_token1] = ACTIONS(2359), + [aux_sym_use_roaming_token1] = ACTIONS(2359), + [aux_sym_user_token1] = ACTIONS(2361), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2359), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2359), + [aux_sym_visual_host_key_token1] = ACTIONS(2359), + [aux_sym_xauth_location_token1] = ACTIONS(2359), }, [321] = { - [ts_builtin_sym_end] = ACTIONS(2358), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2360), - [anon_sym_DQUOTE] = ACTIONS(2358), - [aux_sym_match_token1] = ACTIONS(2358), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2358), - [aux_sym_address_family_token1] = ACTIONS(2358), - [aux_sym_batch_mode_token1] = ACTIONS(2358), - [aux_sym_bind_address_token1] = ACTIONS(2358), - [aux_sym_bind_interface_token1] = ACTIONS(2358), - [aux_sym_canonical_domains_token1] = ACTIONS(2358), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2358), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2358), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2358), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2358), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2358), - [aux_sym_certificate_file_token1] = ACTIONS(2358), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2358), - [aux_sym_check_host_ip_token1] = ACTIONS(2358), - [aux_sym_ciphers_token1] = ACTIONS(2358), - [aux_sym_cipher_token1] = ACTIONS(2360), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2358), - [aux_sym_compression_token1] = ACTIONS(2358), - [aux_sym_connection_attempts_token1] = ACTIONS(2358), - [aux_sym_connect_timeout_token1] = ACTIONS(2358), - [aux_sym_control_master_token1] = ACTIONS(2358), - [aux_sym_control_path_token1] = ACTIONS(2358), - [aux_sym_control_persist_token1] = ACTIONS(2358), - [aux_sym_dynamic_forward_token1] = ACTIONS(2358), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2358), - [aux_sym_escape_char_token1] = ACTIONS(2358), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2358), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2358), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2358), - [aux_sym_forward_agent_token1] = ACTIONS(2358), - [aux_sym_forward_x11_token1] = ACTIONS(2360), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2358), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2358), - [aux_sym_gateway_ports_token1] = ACTIONS(2358), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2358), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2358), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2358), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2358), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2358), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2358), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2358), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2358), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2358), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2358), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2358), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2358), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2358), - [aux_sym_host_key_alias_token1] = ACTIONS(2358), - [aux_sym_hostname_token1] = ACTIONS(2358), - [aux_sym_identities_only_token1] = ACTIONS(2358), - [aux_sym_identity_agent_token1] = ACTIONS(2358), - [aux_sym_identity_file_token1] = ACTIONS(2358), - [aux_sym_ignore_unknown_token1] = ACTIONS(2358), - [aux_sym_include_token1] = ACTIONS(2358), - [aux_sym_ip_qos_token1] = ACTIONS(2358), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2358), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2358), - [aux_sym_kex_algorithms_token1] = ACTIONS(2358), - [aux_sym_known_hosts_command_token1] = ACTIONS(2358), - [aux_sym_local_command_token1] = ACTIONS(2358), - [aux_sym_local_forward_token1] = ACTIONS(2358), - [aux_sym_log_level_token1] = ACTIONS(2358), - [aux_sym_log_verbose_token1] = ACTIONS(2358), - [aux_sym_macs_token1] = ACTIONS(2358), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2358), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2358), - [aux_sym_password_authentication_token1] = ACTIONS(2358), - [aux_sym_permit_local_command_token1] = ACTIONS(2358), - [aux_sym_permit_remote_open_token1] = ACTIONS(2358), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2358), - [aux_sym_port_token1] = ACTIONS(2358), - [aux_sym_preferred_authentications_token1] = ACTIONS(2358), - [aux_sym_protocol_token1] = ACTIONS(2358), - [aux_sym_proxy_command_token1] = ACTIONS(2358), - [aux_sym_proxy_jump_token1] = ACTIONS(2358), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2358), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2358), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2358), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2358), - [aux_sym_rekey_limit_token1] = ACTIONS(2358), - [aux_sym_remote_command_token1] = ACTIONS(2358), - [aux_sym_remote_forward_token1] = ACTIONS(2358), - [aux_sym_request_tty_token1] = ACTIONS(2358), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2358), - [aux_sym_security_key_provider_token1] = ACTIONS(2358), - [aux_sym_send_env_token1] = ACTIONS(2358), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2358), - [aux_sym_server_alive_interval_token1] = ACTIONS(2358), - [aux_sym_session_type_token1] = ACTIONS(2358), - [aux_sym_set_env_token1] = ACTIONS(2358), - [aux_sym_stdin_null_token1] = ACTIONS(2358), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2358), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2358), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2358), - [aux_sym_syslog_facility_token1] = ACTIONS(2358), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2358), - [aux_sym_keep_alive_token1] = ACTIONS(2358), - [aux_sym_tunnel_token1] = ACTIONS(2360), - [aux_sym_tunnel_device_token1] = ACTIONS(2358), - [aux_sym_update_host_keys_token1] = ACTIONS(2358), - [aux_sym_use_keychain_token1] = ACTIONS(2358), - [aux_sym_use_roaming_token1] = ACTIONS(2358), - [aux_sym_user_token1] = ACTIONS(2360), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2358), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2358), - [aux_sym_visual_host_key_token1] = ACTIONS(2358), - [aux_sym_xauth_location_token1] = ACTIONS(2358), + [ts_builtin_sym_end] = ACTIONS(2365), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2367), + [anon_sym_DQUOTE] = ACTIONS(2365), + [aux_sym_match_token1] = ACTIONS(2365), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2365), + [aux_sym_address_family_token1] = ACTIONS(2365), + [aux_sym_batch_mode_token1] = ACTIONS(2365), + [aux_sym_bind_address_token1] = ACTIONS(2365), + [aux_sym_bind_interface_token1] = ACTIONS(2365), + [aux_sym_canonical_domains_token1] = ACTIONS(2365), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2365), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2365), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2365), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2365), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2365), + [aux_sym_certificate_file_token1] = ACTIONS(2365), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2365), + [aux_sym_check_host_ip_token1] = ACTIONS(2365), + [aux_sym_ciphers_token1] = ACTIONS(2365), + [aux_sym_cipher_token1] = ACTIONS(2367), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2365), + [aux_sym_compression_token1] = ACTIONS(2365), + [aux_sym_connection_attempts_token1] = ACTIONS(2365), + [aux_sym_connect_timeout_token1] = ACTIONS(2365), + [aux_sym_control_master_token1] = ACTIONS(2365), + [aux_sym_control_path_token1] = ACTIONS(2365), + [aux_sym_control_persist_token1] = ACTIONS(2365), + [aux_sym_dynamic_forward_token1] = ACTIONS(2365), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2365), + [aux_sym_escape_char_token1] = ACTIONS(2365), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2365), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2365), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2365), + [aux_sym_forward_agent_token1] = ACTIONS(2365), + [aux_sym_forward_x11_token1] = ACTIONS(2367), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2365), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2365), + [aux_sym_gateway_ports_token1] = ACTIONS(2365), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2365), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2365), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2365), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2365), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2365), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2365), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2365), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2365), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2365), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2365), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2365), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2365), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2365), + [aux_sym_host_key_alias_token1] = ACTIONS(2365), + [aux_sym_hostname_token1] = ACTIONS(2365), + [aux_sym_identities_only_token1] = ACTIONS(2365), + [aux_sym_identity_agent_token1] = ACTIONS(2365), + [aux_sym_identity_file_token1] = ACTIONS(2365), + [aux_sym_ignore_unknown_token1] = ACTIONS(2365), + [aux_sym_include_token1] = ACTIONS(2365), + [aux_sym_ip_qos_token1] = ACTIONS(2365), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2365), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2365), + [aux_sym_kex_algorithms_token1] = ACTIONS(2365), + [aux_sym_known_hosts_command_token1] = ACTIONS(2365), + [aux_sym_local_command_token1] = ACTIONS(2365), + [aux_sym_local_forward_token1] = ACTIONS(2365), + [aux_sym_log_level_token1] = ACTIONS(2365), + [aux_sym_log_verbose_token1] = ACTIONS(2365), + [aux_sym_macs_token1] = ACTIONS(2365), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2365), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2365), + [aux_sym_password_authentication_token1] = ACTIONS(2365), + [aux_sym_permit_local_command_token1] = ACTIONS(2365), + [aux_sym_permit_remote_open_token1] = ACTIONS(2365), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2365), + [aux_sym_port_token1] = ACTIONS(2365), + [aux_sym_preferred_authentications_token1] = ACTIONS(2365), + [aux_sym_protocol_token1] = ACTIONS(2365), + [aux_sym_proxy_command_token1] = ACTIONS(2365), + [aux_sym_proxy_jump_token1] = ACTIONS(2365), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2365), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2365), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2365), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2365), + [aux_sym_rekey_limit_token1] = ACTIONS(2365), + [aux_sym_remote_command_token1] = ACTIONS(2365), + [aux_sym_remote_forward_token1] = ACTIONS(2365), + [aux_sym_request_tty_token1] = ACTIONS(2365), + [aux_sym_required_rsa_size_token1] = ACTIONS(2365), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2365), + [aux_sym_security_key_provider_token1] = ACTIONS(2365), + [aux_sym_send_env_token1] = ACTIONS(2365), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2365), + [aux_sym_server_alive_interval_token1] = ACTIONS(2365), + [aux_sym_session_type_token1] = ACTIONS(2365), + [aux_sym_set_env_token1] = ACTIONS(2365), + [aux_sym_stdin_null_token1] = ACTIONS(2365), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2365), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2365), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2365), + [aux_sym_syslog_facility_token1] = ACTIONS(2365), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2365), + [aux_sym_keep_alive_token1] = ACTIONS(2365), + [aux_sym_tunnel_token1] = ACTIONS(2367), + [aux_sym_tunnel_device_token1] = ACTIONS(2365), + [aux_sym_update_host_keys_token1] = ACTIONS(2365), + [aux_sym_use_keychain_token1] = ACTIONS(2365), + [aux_sym_use_roaming_token1] = ACTIONS(2365), + [aux_sym_user_token1] = ACTIONS(2367), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2365), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2365), + [aux_sym_visual_host_key_token1] = ACTIONS(2365), + [aux_sym_xauth_location_token1] = ACTIONS(2365), }, [322] = { - [ts_builtin_sym_end] = ACTIONS(2362), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2364), - [anon_sym_DQUOTE] = ACTIONS(2366), - [aux_sym_match_token1] = ACTIONS(2362), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2362), - [aux_sym_address_family_token1] = ACTIONS(2362), - [aux_sym_batch_mode_token1] = ACTIONS(2362), - [aux_sym_bind_address_token1] = ACTIONS(2362), - [aux_sym_bind_interface_token1] = ACTIONS(2362), - [aux_sym_canonical_domains_token1] = ACTIONS(2362), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2362), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2362), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2362), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2362), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2362), - [aux_sym_certificate_file_token1] = ACTIONS(2362), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2362), - [aux_sym_check_host_ip_token1] = ACTIONS(2362), - [aux_sym_ciphers_token1] = ACTIONS(2362), - [aux_sym_cipher_token1] = ACTIONS(2364), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2362), - [aux_sym_compression_token1] = ACTIONS(2362), - [aux_sym_connection_attempts_token1] = ACTIONS(2362), - [aux_sym_connect_timeout_token1] = ACTIONS(2362), - [aux_sym_control_master_token1] = ACTIONS(2362), - [aux_sym_control_path_token1] = ACTIONS(2362), - [aux_sym_control_persist_token1] = ACTIONS(2362), - [aux_sym_dynamic_forward_token1] = ACTIONS(2362), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2362), - [aux_sym_escape_char_token1] = ACTIONS(2362), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2362), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2362), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2362), - [aux_sym_forward_agent_token1] = ACTIONS(2362), - [aux_sym_forward_x11_token1] = ACTIONS(2364), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2362), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2362), - [aux_sym_gateway_ports_token1] = ACTIONS(2362), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2362), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2362), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2362), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2362), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2362), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2362), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2362), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2362), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2362), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2362), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2362), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2362), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2362), - [aux_sym_host_key_alias_token1] = ACTIONS(2362), - [aux_sym_hostname_token1] = ACTIONS(2362), - [aux_sym_identities_only_token1] = ACTIONS(2362), - [aux_sym_identity_agent_token1] = ACTIONS(2362), - [aux_sym_identity_file_token1] = ACTIONS(2362), - [aux_sym_ignore_unknown_token1] = ACTIONS(2362), - [aux_sym_include_token1] = ACTIONS(2362), - [aux_sym_ip_qos_token1] = ACTIONS(2362), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2362), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2362), - [aux_sym_kex_algorithms_token1] = ACTIONS(2362), - [aux_sym_known_hosts_command_token1] = ACTIONS(2362), - [aux_sym_local_command_token1] = ACTIONS(2362), - [aux_sym_local_forward_token1] = ACTIONS(2362), - [aux_sym_log_level_token1] = ACTIONS(2362), - [aux_sym_log_verbose_token1] = ACTIONS(2362), - [aux_sym_macs_token1] = ACTIONS(2362), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2362), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2362), - [aux_sym_password_authentication_token1] = ACTIONS(2362), - [aux_sym_permit_local_command_token1] = ACTIONS(2362), - [aux_sym_permit_remote_open_token1] = ACTIONS(2362), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2362), - [aux_sym_port_token1] = ACTIONS(2362), - [aux_sym_preferred_authentications_token1] = ACTIONS(2362), - [aux_sym_protocol_token1] = ACTIONS(2362), - [aux_sym_proxy_command_token1] = ACTIONS(2362), - [aux_sym_proxy_jump_token1] = ACTIONS(2362), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2362), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2362), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2362), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2362), - [aux_sym_rekey_limit_token1] = ACTIONS(2362), - [aux_sym_remote_command_token1] = ACTIONS(2362), - [aux_sym_remote_forward_token1] = ACTIONS(2362), - [aux_sym_request_tty_token1] = ACTIONS(2362), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2362), - [aux_sym_security_key_provider_token1] = ACTIONS(2362), - [aux_sym_send_env_token1] = ACTIONS(2362), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2362), - [aux_sym_server_alive_interval_token1] = ACTIONS(2362), - [aux_sym_session_type_token1] = ACTIONS(2362), - [aux_sym_set_env_token1] = ACTIONS(2362), - [aux_sym_stdin_null_token1] = ACTIONS(2362), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2362), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2362), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2362), - [aux_sym_syslog_facility_token1] = ACTIONS(2362), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2362), - [aux_sym_keep_alive_token1] = ACTIONS(2362), - [aux_sym_tunnel_token1] = ACTIONS(2364), - [aux_sym_tunnel_device_token1] = ACTIONS(2362), - [aux_sym_update_host_keys_token1] = ACTIONS(2362), - [aux_sym_use_keychain_token1] = ACTIONS(2362), - [aux_sym_use_roaming_token1] = ACTIONS(2362), - [aux_sym_user_token1] = ACTIONS(2364), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2362), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2362), - [aux_sym_visual_host_key_token1] = ACTIONS(2362), - [aux_sym_xauth_location_token1] = ACTIONS(2362), + [ts_builtin_sym_end] = ACTIONS(2369), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2371), + [anon_sym_DQUOTE] = ACTIONS(2373), + [aux_sym_match_token1] = ACTIONS(2369), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2369), + [aux_sym_address_family_token1] = ACTIONS(2369), + [aux_sym_batch_mode_token1] = ACTIONS(2369), + [aux_sym_bind_address_token1] = ACTIONS(2369), + [aux_sym_bind_interface_token1] = ACTIONS(2369), + [aux_sym_canonical_domains_token1] = ACTIONS(2369), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2369), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2369), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2369), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2369), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2369), + [aux_sym_certificate_file_token1] = ACTIONS(2369), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2369), + [aux_sym_check_host_ip_token1] = ACTIONS(2369), + [aux_sym_ciphers_token1] = ACTIONS(2369), + [aux_sym_cipher_token1] = ACTIONS(2371), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2369), + [aux_sym_compression_token1] = ACTIONS(2369), + [aux_sym_connection_attempts_token1] = ACTIONS(2369), + [aux_sym_connect_timeout_token1] = ACTIONS(2369), + [aux_sym_control_master_token1] = ACTIONS(2369), + [aux_sym_control_path_token1] = ACTIONS(2369), + [aux_sym_control_persist_token1] = ACTIONS(2369), + [aux_sym_dynamic_forward_token1] = ACTIONS(2369), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2369), + [aux_sym_escape_char_token1] = ACTIONS(2369), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2369), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2369), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2369), + [aux_sym_forward_agent_token1] = ACTIONS(2369), + [aux_sym_forward_x11_token1] = ACTIONS(2371), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2369), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2369), + [aux_sym_gateway_ports_token1] = ACTIONS(2369), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2369), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2369), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2369), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2369), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2369), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2369), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2369), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2369), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2369), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2369), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2369), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2369), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2369), + [aux_sym_host_key_alias_token1] = ACTIONS(2369), + [aux_sym_hostname_token1] = ACTIONS(2369), + [aux_sym_identities_only_token1] = ACTIONS(2369), + [aux_sym_identity_agent_token1] = ACTIONS(2369), + [aux_sym_identity_file_token1] = ACTIONS(2369), + [aux_sym_ignore_unknown_token1] = ACTIONS(2369), + [aux_sym_include_token1] = ACTIONS(2369), + [aux_sym_ip_qos_token1] = ACTIONS(2369), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2369), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2369), + [aux_sym_kex_algorithms_token1] = ACTIONS(2369), + [aux_sym_known_hosts_command_token1] = ACTIONS(2369), + [aux_sym_local_command_token1] = ACTIONS(2369), + [aux_sym_local_forward_token1] = ACTIONS(2369), + [aux_sym_log_level_token1] = ACTIONS(2369), + [aux_sym_log_verbose_token1] = ACTIONS(2369), + [aux_sym_macs_token1] = ACTIONS(2369), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2369), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2369), + [aux_sym_password_authentication_token1] = ACTIONS(2369), + [aux_sym_permit_local_command_token1] = ACTIONS(2369), + [aux_sym_permit_remote_open_token1] = ACTIONS(2369), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2369), + [aux_sym_port_token1] = ACTIONS(2369), + [aux_sym_preferred_authentications_token1] = ACTIONS(2369), + [aux_sym_protocol_token1] = ACTIONS(2369), + [aux_sym_proxy_command_token1] = ACTIONS(2369), + [aux_sym_proxy_jump_token1] = ACTIONS(2369), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2369), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2369), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2369), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2369), + [aux_sym_rekey_limit_token1] = ACTIONS(2369), + [aux_sym_remote_command_token1] = ACTIONS(2369), + [aux_sym_remote_forward_token1] = ACTIONS(2369), + [aux_sym_request_tty_token1] = ACTIONS(2369), + [aux_sym_required_rsa_size_token1] = ACTIONS(2369), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2369), + [aux_sym_security_key_provider_token1] = ACTIONS(2369), + [aux_sym_send_env_token1] = ACTIONS(2369), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2369), + [aux_sym_server_alive_interval_token1] = ACTIONS(2369), + [aux_sym_session_type_token1] = ACTIONS(2369), + [aux_sym_set_env_token1] = ACTIONS(2369), + [aux_sym_stdin_null_token1] = ACTIONS(2369), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2369), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2369), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2369), + [aux_sym_syslog_facility_token1] = ACTIONS(2369), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2369), + [aux_sym_keep_alive_token1] = ACTIONS(2369), + [aux_sym_tunnel_token1] = ACTIONS(2371), + [aux_sym_tunnel_device_token1] = ACTIONS(2369), + [aux_sym_update_host_keys_token1] = ACTIONS(2369), + [aux_sym_use_keychain_token1] = ACTIONS(2369), + [aux_sym_use_roaming_token1] = ACTIONS(2369), + [aux_sym_user_token1] = ACTIONS(2371), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2369), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2369), + [aux_sym_visual_host_key_token1] = ACTIONS(2369), + [aux_sym_xauth_location_token1] = ACTIONS(2369), }, [323] = { - [ts_builtin_sym_end] = ACTIONS(2368), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2370), - [anon_sym_DQUOTE] = ACTIONS(2368), - [aux_sym_match_token1] = ACTIONS(2368), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2368), - [aux_sym_address_family_token1] = ACTIONS(2368), - [aux_sym_batch_mode_token1] = ACTIONS(2368), - [aux_sym_bind_address_token1] = ACTIONS(2368), - [aux_sym_bind_interface_token1] = ACTIONS(2368), - [aux_sym_canonical_domains_token1] = ACTIONS(2368), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2368), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2368), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2368), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2368), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2368), - [aux_sym_certificate_file_token1] = ACTIONS(2368), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2368), - [aux_sym_check_host_ip_token1] = ACTIONS(2368), - [aux_sym_ciphers_token1] = ACTIONS(2368), - [aux_sym_cipher_token1] = ACTIONS(2370), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2368), - [aux_sym_compression_token1] = ACTIONS(2368), - [aux_sym_connection_attempts_token1] = ACTIONS(2368), - [aux_sym_connect_timeout_token1] = ACTIONS(2368), - [aux_sym_control_master_token1] = ACTIONS(2368), - [aux_sym_control_path_token1] = ACTIONS(2368), - [aux_sym_control_persist_token1] = ACTIONS(2368), - [aux_sym_dynamic_forward_token1] = ACTIONS(2368), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2368), - [aux_sym_escape_char_token1] = ACTIONS(2368), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2368), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2368), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2368), - [aux_sym_forward_agent_token1] = ACTIONS(2368), - [aux_sym_forward_x11_token1] = ACTIONS(2370), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2368), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2368), - [aux_sym_gateway_ports_token1] = ACTIONS(2368), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2368), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2368), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2368), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2368), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2368), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2368), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2368), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2368), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2368), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2368), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2368), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2368), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2368), - [aux_sym_host_key_alias_token1] = ACTIONS(2368), - [aux_sym_hostname_token1] = ACTIONS(2368), - [aux_sym_identities_only_token1] = ACTIONS(2368), - [aux_sym_identity_agent_token1] = ACTIONS(2368), - [aux_sym_identity_file_token1] = ACTIONS(2368), - [aux_sym_ignore_unknown_token1] = ACTIONS(2368), - [aux_sym_include_token1] = ACTIONS(2368), - [aux_sym_ip_qos_token1] = ACTIONS(2368), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2368), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2368), - [aux_sym_kex_algorithms_token1] = ACTIONS(2368), - [aux_sym_known_hosts_command_token1] = ACTIONS(2368), - [aux_sym_local_command_token1] = ACTIONS(2368), - [aux_sym_local_forward_token1] = ACTIONS(2368), - [aux_sym_log_level_token1] = ACTIONS(2368), - [aux_sym_log_verbose_token1] = ACTIONS(2368), - [aux_sym_macs_token1] = ACTIONS(2368), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2368), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2368), - [aux_sym_password_authentication_token1] = ACTIONS(2368), - [aux_sym_permit_local_command_token1] = ACTIONS(2368), - [aux_sym_permit_remote_open_token1] = ACTIONS(2368), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2368), - [aux_sym_port_token1] = ACTIONS(2368), - [aux_sym_preferred_authentications_token1] = ACTIONS(2368), - [aux_sym_protocol_token1] = ACTIONS(2368), - [aux_sym_proxy_command_token1] = ACTIONS(2368), - [aux_sym_proxy_jump_token1] = ACTIONS(2368), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2368), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2368), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2368), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2368), - [aux_sym_rekey_limit_token1] = ACTIONS(2368), - [aux_sym_remote_command_token1] = ACTIONS(2368), - [aux_sym_remote_forward_token1] = ACTIONS(2368), - [aux_sym_request_tty_token1] = ACTIONS(2368), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2368), - [aux_sym_security_key_provider_token1] = ACTIONS(2368), - [aux_sym_send_env_token1] = ACTIONS(2368), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2368), - [aux_sym_server_alive_interval_token1] = ACTIONS(2368), - [aux_sym_session_type_token1] = ACTIONS(2368), - [aux_sym_set_env_token1] = ACTIONS(2368), - [aux_sym_stdin_null_token1] = ACTIONS(2368), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2368), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2368), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2368), - [aux_sym_syslog_facility_token1] = ACTIONS(2368), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2368), - [aux_sym_keep_alive_token1] = ACTIONS(2368), - [aux_sym_tunnel_token1] = ACTIONS(2370), - [aux_sym_tunnel_device_token1] = ACTIONS(2368), - [aux_sym_update_host_keys_token1] = ACTIONS(2368), - [aux_sym_use_keychain_token1] = ACTIONS(2368), - [aux_sym_use_roaming_token1] = ACTIONS(2368), - [aux_sym_user_token1] = ACTIONS(2370), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2368), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2368), - [aux_sym_visual_host_key_token1] = ACTIONS(2368), - [aux_sym_xauth_location_token1] = ACTIONS(2368), + [ts_builtin_sym_end] = ACTIONS(2375), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2377), + [anon_sym_DQUOTE] = ACTIONS(2375), + [aux_sym_match_token1] = ACTIONS(2375), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2375), + [aux_sym_address_family_token1] = ACTIONS(2375), + [aux_sym_batch_mode_token1] = ACTIONS(2375), + [aux_sym_bind_address_token1] = ACTIONS(2375), + [aux_sym_bind_interface_token1] = ACTIONS(2375), + [aux_sym_canonical_domains_token1] = ACTIONS(2375), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2375), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2375), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2375), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2375), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2375), + [aux_sym_certificate_file_token1] = ACTIONS(2375), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2375), + [aux_sym_check_host_ip_token1] = ACTIONS(2375), + [aux_sym_ciphers_token1] = ACTIONS(2375), + [aux_sym_cipher_token1] = ACTIONS(2377), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2375), + [aux_sym_compression_token1] = ACTIONS(2375), + [aux_sym_connection_attempts_token1] = ACTIONS(2375), + [aux_sym_connect_timeout_token1] = ACTIONS(2375), + [aux_sym_control_master_token1] = ACTIONS(2375), + [aux_sym_control_path_token1] = ACTIONS(2375), + [aux_sym_control_persist_token1] = ACTIONS(2375), + [aux_sym_dynamic_forward_token1] = ACTIONS(2375), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2375), + [aux_sym_escape_char_token1] = ACTIONS(2375), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2375), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2375), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2375), + [aux_sym_forward_agent_token1] = ACTIONS(2375), + [aux_sym_forward_x11_token1] = ACTIONS(2377), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2375), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2375), + [aux_sym_gateway_ports_token1] = ACTIONS(2375), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2375), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2375), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2375), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2375), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2375), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2375), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2375), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2375), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2375), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2375), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2375), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2375), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2375), + [aux_sym_host_key_alias_token1] = ACTIONS(2375), + [aux_sym_hostname_token1] = ACTIONS(2375), + [aux_sym_identities_only_token1] = ACTIONS(2375), + [aux_sym_identity_agent_token1] = ACTIONS(2375), + [aux_sym_identity_file_token1] = ACTIONS(2375), + [aux_sym_ignore_unknown_token1] = ACTIONS(2375), + [aux_sym_include_token1] = ACTIONS(2375), + [aux_sym_ip_qos_token1] = ACTIONS(2375), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2375), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2375), + [aux_sym_kex_algorithms_token1] = ACTIONS(2375), + [aux_sym_known_hosts_command_token1] = ACTIONS(2375), + [aux_sym_local_command_token1] = ACTIONS(2375), + [aux_sym_local_forward_token1] = ACTIONS(2375), + [aux_sym_log_level_token1] = ACTIONS(2375), + [aux_sym_log_verbose_token1] = ACTIONS(2375), + [aux_sym_macs_token1] = ACTIONS(2375), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2375), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2375), + [aux_sym_password_authentication_token1] = ACTIONS(2375), + [aux_sym_permit_local_command_token1] = ACTIONS(2375), + [aux_sym_permit_remote_open_token1] = ACTIONS(2375), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2375), + [aux_sym_port_token1] = ACTIONS(2375), + [aux_sym_preferred_authentications_token1] = ACTIONS(2375), + [aux_sym_protocol_token1] = ACTIONS(2375), + [aux_sym_proxy_command_token1] = ACTIONS(2375), + [aux_sym_proxy_jump_token1] = ACTIONS(2375), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2375), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2375), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2375), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2375), + [aux_sym_rekey_limit_token1] = ACTIONS(2375), + [aux_sym_remote_command_token1] = ACTIONS(2375), + [aux_sym_remote_forward_token1] = ACTIONS(2375), + [aux_sym_request_tty_token1] = ACTIONS(2375), + [aux_sym_required_rsa_size_token1] = ACTIONS(2375), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2375), + [aux_sym_security_key_provider_token1] = ACTIONS(2375), + [aux_sym_send_env_token1] = ACTIONS(2375), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2375), + [aux_sym_server_alive_interval_token1] = ACTIONS(2375), + [aux_sym_session_type_token1] = ACTIONS(2375), + [aux_sym_set_env_token1] = ACTIONS(2375), + [aux_sym_stdin_null_token1] = ACTIONS(2375), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2375), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2375), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2375), + [aux_sym_syslog_facility_token1] = ACTIONS(2375), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2375), + [aux_sym_keep_alive_token1] = ACTIONS(2375), + [aux_sym_tunnel_token1] = ACTIONS(2377), + [aux_sym_tunnel_device_token1] = ACTIONS(2375), + [aux_sym_update_host_keys_token1] = ACTIONS(2375), + [aux_sym_use_keychain_token1] = ACTIONS(2375), + [aux_sym_use_roaming_token1] = ACTIONS(2375), + [aux_sym_user_token1] = ACTIONS(2377), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2375), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2375), + [aux_sym_visual_host_key_token1] = ACTIONS(2375), + [aux_sym_xauth_location_token1] = ACTIONS(2375), }, [324] = { - [ts_builtin_sym_end] = ACTIONS(2372), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2374), - [anon_sym_DQUOTE] = ACTIONS(2376), - [aux_sym_match_token1] = ACTIONS(2372), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2372), - [aux_sym_address_family_token1] = ACTIONS(2372), - [aux_sym_batch_mode_token1] = ACTIONS(2372), - [aux_sym_bind_address_token1] = ACTIONS(2372), - [aux_sym_bind_interface_token1] = ACTIONS(2372), - [aux_sym_canonical_domains_token1] = ACTIONS(2372), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2372), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2372), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2372), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2372), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2372), - [aux_sym_certificate_file_token1] = ACTIONS(2372), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2372), - [aux_sym_check_host_ip_token1] = ACTIONS(2372), - [aux_sym_ciphers_token1] = ACTIONS(2372), - [aux_sym_cipher_token1] = ACTIONS(2374), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2372), - [aux_sym_compression_token1] = ACTIONS(2372), - [aux_sym_connection_attempts_token1] = ACTIONS(2372), - [aux_sym_connect_timeout_token1] = ACTIONS(2372), - [aux_sym_control_master_token1] = ACTIONS(2372), - [aux_sym_control_path_token1] = ACTIONS(2372), - [aux_sym_control_persist_token1] = ACTIONS(2372), - [aux_sym_dynamic_forward_token1] = ACTIONS(2372), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2372), - [aux_sym_escape_char_token1] = ACTIONS(2372), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2372), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2372), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2372), - [aux_sym_forward_agent_token1] = ACTIONS(2372), - [aux_sym_forward_x11_token1] = ACTIONS(2374), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2372), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2372), - [aux_sym_gateway_ports_token1] = ACTIONS(2372), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2372), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2372), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2372), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2372), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2372), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2372), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2372), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2372), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2372), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2372), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2372), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2372), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2372), - [aux_sym_host_key_alias_token1] = ACTIONS(2372), - [aux_sym_hostname_token1] = ACTIONS(2372), - [aux_sym_identities_only_token1] = ACTIONS(2372), - [aux_sym_identity_agent_token1] = ACTIONS(2372), - [aux_sym_identity_file_token1] = ACTIONS(2372), - [aux_sym_ignore_unknown_token1] = ACTIONS(2372), - [aux_sym_include_token1] = ACTIONS(2372), - [aux_sym_ip_qos_token1] = ACTIONS(2372), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2372), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2372), - [aux_sym_kex_algorithms_token1] = ACTIONS(2372), - [aux_sym_known_hosts_command_token1] = ACTIONS(2372), - [aux_sym_local_command_token1] = ACTIONS(2372), - [aux_sym_local_forward_token1] = ACTIONS(2372), - [aux_sym_log_level_token1] = ACTIONS(2372), - [aux_sym_log_verbose_token1] = ACTIONS(2372), - [aux_sym_macs_token1] = ACTIONS(2372), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2372), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2372), - [aux_sym_password_authentication_token1] = ACTIONS(2372), - [aux_sym_permit_local_command_token1] = ACTIONS(2372), - [aux_sym_permit_remote_open_token1] = ACTIONS(2372), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2372), - [aux_sym_port_token1] = ACTIONS(2372), - [aux_sym_preferred_authentications_token1] = ACTIONS(2372), - [aux_sym_protocol_token1] = ACTIONS(2372), - [aux_sym_proxy_command_token1] = ACTIONS(2372), - [aux_sym_proxy_jump_token1] = ACTIONS(2372), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2372), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2372), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2372), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2372), - [aux_sym_rekey_limit_token1] = ACTIONS(2372), - [aux_sym_remote_command_token1] = ACTIONS(2372), - [aux_sym_remote_forward_token1] = ACTIONS(2372), - [aux_sym_request_tty_token1] = ACTIONS(2372), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2372), - [aux_sym_security_key_provider_token1] = ACTIONS(2372), - [aux_sym_send_env_token1] = ACTIONS(2372), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2372), - [aux_sym_server_alive_interval_token1] = ACTIONS(2372), - [aux_sym_session_type_token1] = ACTIONS(2372), - [aux_sym_set_env_token1] = ACTIONS(2372), - [aux_sym_stdin_null_token1] = ACTIONS(2372), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2372), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2372), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2372), - [aux_sym_syslog_facility_token1] = ACTIONS(2372), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2372), - [aux_sym_keep_alive_token1] = ACTIONS(2372), - [aux_sym_tunnel_token1] = ACTIONS(2374), - [aux_sym_tunnel_device_token1] = ACTIONS(2372), - [aux_sym_update_host_keys_token1] = ACTIONS(2372), - [aux_sym_use_keychain_token1] = ACTIONS(2372), - [aux_sym_use_roaming_token1] = ACTIONS(2372), - [aux_sym_user_token1] = ACTIONS(2374), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2372), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2372), - [aux_sym_visual_host_key_token1] = ACTIONS(2372), - [aux_sym_xauth_location_token1] = ACTIONS(2372), + [ts_builtin_sym_end] = ACTIONS(2379), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2381), + [anon_sym_DQUOTE] = ACTIONS(2383), + [aux_sym_match_token1] = ACTIONS(2379), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2379), + [aux_sym_address_family_token1] = ACTIONS(2379), + [aux_sym_batch_mode_token1] = ACTIONS(2379), + [aux_sym_bind_address_token1] = ACTIONS(2379), + [aux_sym_bind_interface_token1] = ACTIONS(2379), + [aux_sym_canonical_domains_token1] = ACTIONS(2379), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2379), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2379), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2379), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2379), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2379), + [aux_sym_certificate_file_token1] = ACTIONS(2379), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2379), + [aux_sym_check_host_ip_token1] = ACTIONS(2379), + [aux_sym_ciphers_token1] = ACTIONS(2379), + [aux_sym_cipher_token1] = ACTIONS(2381), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2379), + [aux_sym_compression_token1] = ACTIONS(2379), + [aux_sym_connection_attempts_token1] = ACTIONS(2379), + [aux_sym_connect_timeout_token1] = ACTIONS(2379), + [aux_sym_control_master_token1] = ACTIONS(2379), + [aux_sym_control_path_token1] = ACTIONS(2379), + [aux_sym_control_persist_token1] = ACTIONS(2379), + [aux_sym_dynamic_forward_token1] = ACTIONS(2379), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2379), + [aux_sym_escape_char_token1] = ACTIONS(2379), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2379), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2379), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2379), + [aux_sym_forward_agent_token1] = ACTIONS(2379), + [aux_sym_forward_x11_token1] = ACTIONS(2381), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2379), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2379), + [aux_sym_gateway_ports_token1] = ACTIONS(2379), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2379), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2379), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2379), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2379), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2379), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2379), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2379), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2379), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2379), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2379), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2379), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2379), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2379), + [aux_sym_host_key_alias_token1] = ACTIONS(2379), + [aux_sym_hostname_token1] = ACTIONS(2379), + [aux_sym_identities_only_token1] = ACTIONS(2379), + [aux_sym_identity_agent_token1] = ACTIONS(2379), + [aux_sym_identity_file_token1] = ACTIONS(2379), + [aux_sym_ignore_unknown_token1] = ACTIONS(2379), + [aux_sym_include_token1] = ACTIONS(2379), + [aux_sym_ip_qos_token1] = ACTIONS(2379), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2379), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2379), + [aux_sym_kex_algorithms_token1] = ACTIONS(2379), + [aux_sym_known_hosts_command_token1] = ACTIONS(2379), + [aux_sym_local_command_token1] = ACTIONS(2379), + [aux_sym_local_forward_token1] = ACTIONS(2379), + [aux_sym_log_level_token1] = ACTIONS(2379), + [aux_sym_log_verbose_token1] = ACTIONS(2379), + [aux_sym_macs_token1] = ACTIONS(2379), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2379), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2379), + [aux_sym_password_authentication_token1] = ACTIONS(2379), + [aux_sym_permit_local_command_token1] = ACTIONS(2379), + [aux_sym_permit_remote_open_token1] = ACTIONS(2379), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2379), + [aux_sym_port_token1] = ACTIONS(2379), + [aux_sym_preferred_authentications_token1] = ACTIONS(2379), + [aux_sym_protocol_token1] = ACTIONS(2379), + [aux_sym_proxy_command_token1] = ACTIONS(2379), + [aux_sym_proxy_jump_token1] = ACTIONS(2379), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2379), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2379), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2379), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2379), + [aux_sym_rekey_limit_token1] = ACTIONS(2379), + [aux_sym_remote_command_token1] = ACTIONS(2379), + [aux_sym_remote_forward_token1] = ACTIONS(2379), + [aux_sym_request_tty_token1] = ACTIONS(2379), + [aux_sym_required_rsa_size_token1] = ACTIONS(2379), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2379), + [aux_sym_security_key_provider_token1] = ACTIONS(2379), + [aux_sym_send_env_token1] = ACTIONS(2379), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2379), + [aux_sym_server_alive_interval_token1] = ACTIONS(2379), + [aux_sym_session_type_token1] = ACTIONS(2379), + [aux_sym_set_env_token1] = ACTIONS(2379), + [aux_sym_stdin_null_token1] = ACTIONS(2379), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2379), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2379), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2379), + [aux_sym_syslog_facility_token1] = ACTIONS(2379), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2379), + [aux_sym_keep_alive_token1] = ACTIONS(2379), + [aux_sym_tunnel_token1] = ACTIONS(2381), + [aux_sym_tunnel_device_token1] = ACTIONS(2379), + [aux_sym_update_host_keys_token1] = ACTIONS(2379), + [aux_sym_use_keychain_token1] = ACTIONS(2379), + [aux_sym_use_roaming_token1] = ACTIONS(2379), + [aux_sym_user_token1] = ACTIONS(2381), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2379), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2379), + [aux_sym_visual_host_key_token1] = ACTIONS(2379), + [aux_sym_xauth_location_token1] = ACTIONS(2379), }, [325] = { - [ts_builtin_sym_end] = ACTIONS(2378), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2380), - [anon_sym_DQUOTE] = ACTIONS(2378), - [aux_sym_match_token1] = ACTIONS(2378), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2378), - [aux_sym_address_family_token1] = ACTIONS(2378), - [aux_sym_batch_mode_token1] = ACTIONS(2378), - [aux_sym_bind_address_token1] = ACTIONS(2378), - [aux_sym_bind_interface_token1] = ACTIONS(2378), - [aux_sym_canonical_domains_token1] = ACTIONS(2378), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2378), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2378), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2378), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2378), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2378), - [aux_sym_certificate_file_token1] = ACTIONS(2378), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2378), - [aux_sym_check_host_ip_token1] = ACTIONS(2378), - [aux_sym_ciphers_token1] = ACTIONS(2378), - [aux_sym_cipher_token1] = ACTIONS(2380), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2378), - [aux_sym_compression_token1] = ACTIONS(2378), - [aux_sym_connection_attempts_token1] = ACTIONS(2378), - [aux_sym_connect_timeout_token1] = ACTIONS(2378), - [aux_sym_control_master_token1] = ACTIONS(2378), - [aux_sym_control_path_token1] = ACTIONS(2378), - [aux_sym_control_persist_token1] = ACTIONS(2378), - [aux_sym_dynamic_forward_token1] = ACTIONS(2378), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2378), - [aux_sym_escape_char_token1] = ACTIONS(2378), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2378), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2378), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2378), - [aux_sym_forward_agent_token1] = ACTIONS(2378), - [aux_sym_forward_x11_token1] = ACTIONS(2380), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2378), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2378), - [aux_sym_gateway_ports_token1] = ACTIONS(2378), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2378), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2378), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2378), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2378), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2378), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2378), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2378), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2378), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2378), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2378), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2378), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2378), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2378), - [aux_sym_host_key_alias_token1] = ACTIONS(2378), - [aux_sym_hostname_token1] = ACTIONS(2378), - [aux_sym_identities_only_token1] = ACTIONS(2378), - [aux_sym_identity_agent_token1] = ACTIONS(2378), - [aux_sym_identity_file_token1] = ACTIONS(2378), - [aux_sym_ignore_unknown_token1] = ACTIONS(2378), - [aux_sym_include_token1] = ACTIONS(2378), - [aux_sym_ip_qos_token1] = ACTIONS(2378), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2378), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2378), - [aux_sym_kex_algorithms_token1] = ACTIONS(2378), - [aux_sym_known_hosts_command_token1] = ACTIONS(2378), - [aux_sym_local_command_token1] = ACTIONS(2378), - [aux_sym_local_forward_token1] = ACTIONS(2378), - [aux_sym_log_level_token1] = ACTIONS(2378), - [aux_sym_log_verbose_token1] = ACTIONS(2378), - [aux_sym_macs_token1] = ACTIONS(2378), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2378), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2378), - [aux_sym_password_authentication_token1] = ACTIONS(2378), - [aux_sym_permit_local_command_token1] = ACTIONS(2378), - [aux_sym_permit_remote_open_token1] = ACTIONS(2378), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2378), - [aux_sym_port_token1] = ACTIONS(2378), - [aux_sym_preferred_authentications_token1] = ACTIONS(2378), - [aux_sym_protocol_token1] = ACTIONS(2378), - [aux_sym_proxy_command_token1] = ACTIONS(2378), - [aux_sym_proxy_jump_token1] = ACTIONS(2378), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2378), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2378), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2378), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2378), - [aux_sym_rekey_limit_token1] = ACTIONS(2378), - [aux_sym_remote_command_token1] = ACTIONS(2378), - [aux_sym_remote_forward_token1] = ACTIONS(2378), - [aux_sym_request_tty_token1] = ACTIONS(2378), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2378), - [aux_sym_security_key_provider_token1] = ACTIONS(2378), - [aux_sym_send_env_token1] = ACTIONS(2378), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2378), - [aux_sym_server_alive_interval_token1] = ACTIONS(2378), - [aux_sym_session_type_token1] = ACTIONS(2378), - [aux_sym_set_env_token1] = ACTIONS(2378), - [aux_sym_stdin_null_token1] = ACTIONS(2378), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2378), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2378), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2378), - [aux_sym_syslog_facility_token1] = ACTIONS(2378), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2378), - [aux_sym_keep_alive_token1] = ACTIONS(2378), - [aux_sym_tunnel_token1] = ACTIONS(2380), - [aux_sym_tunnel_device_token1] = ACTIONS(2378), - [aux_sym_update_host_keys_token1] = ACTIONS(2378), - [aux_sym_use_keychain_token1] = ACTIONS(2378), - [aux_sym_use_roaming_token1] = ACTIONS(2378), - [aux_sym_user_token1] = ACTIONS(2380), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2378), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2378), - [aux_sym_visual_host_key_token1] = ACTIONS(2378), - [aux_sym_xauth_location_token1] = ACTIONS(2378), + [ts_builtin_sym_end] = ACTIONS(2385), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2387), + [anon_sym_DQUOTE] = ACTIONS(2385), + [aux_sym_match_token1] = ACTIONS(2385), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2385), + [aux_sym_address_family_token1] = ACTIONS(2385), + [aux_sym_batch_mode_token1] = ACTIONS(2385), + [aux_sym_bind_address_token1] = ACTIONS(2385), + [aux_sym_bind_interface_token1] = ACTIONS(2385), + [aux_sym_canonical_domains_token1] = ACTIONS(2385), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2385), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2385), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2385), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2385), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2385), + [aux_sym_certificate_file_token1] = ACTIONS(2385), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2385), + [aux_sym_check_host_ip_token1] = ACTIONS(2385), + [aux_sym_ciphers_token1] = ACTIONS(2385), + [aux_sym_cipher_token1] = ACTIONS(2387), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2385), + [aux_sym_compression_token1] = ACTIONS(2385), + [aux_sym_connection_attempts_token1] = ACTIONS(2385), + [aux_sym_connect_timeout_token1] = ACTIONS(2385), + [aux_sym_control_master_token1] = ACTIONS(2385), + [aux_sym_control_path_token1] = ACTIONS(2385), + [aux_sym_control_persist_token1] = ACTIONS(2385), + [aux_sym_dynamic_forward_token1] = ACTIONS(2385), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2385), + [aux_sym_escape_char_token1] = ACTIONS(2385), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2385), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2385), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2385), + [aux_sym_forward_agent_token1] = ACTIONS(2385), + [aux_sym_forward_x11_token1] = ACTIONS(2387), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2385), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2385), + [aux_sym_gateway_ports_token1] = ACTIONS(2385), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2385), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2385), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2385), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2385), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2385), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2385), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2385), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2385), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2385), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2385), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2385), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2385), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2385), + [aux_sym_host_key_alias_token1] = ACTIONS(2385), + [aux_sym_hostname_token1] = ACTIONS(2385), + [aux_sym_identities_only_token1] = ACTIONS(2385), + [aux_sym_identity_agent_token1] = ACTIONS(2385), + [aux_sym_identity_file_token1] = ACTIONS(2385), + [aux_sym_ignore_unknown_token1] = ACTIONS(2385), + [aux_sym_include_token1] = ACTIONS(2385), + [aux_sym_ip_qos_token1] = ACTIONS(2385), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2385), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2385), + [aux_sym_kex_algorithms_token1] = ACTIONS(2385), + [aux_sym_known_hosts_command_token1] = ACTIONS(2385), + [aux_sym_local_command_token1] = ACTIONS(2385), + [aux_sym_local_forward_token1] = ACTIONS(2385), + [aux_sym_log_level_token1] = ACTIONS(2385), + [aux_sym_log_verbose_token1] = ACTIONS(2385), + [aux_sym_macs_token1] = ACTIONS(2385), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2385), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2385), + [aux_sym_password_authentication_token1] = ACTIONS(2385), + [aux_sym_permit_local_command_token1] = ACTIONS(2385), + [aux_sym_permit_remote_open_token1] = ACTIONS(2385), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2385), + [aux_sym_port_token1] = ACTIONS(2385), + [aux_sym_preferred_authentications_token1] = ACTIONS(2385), + [aux_sym_protocol_token1] = ACTIONS(2385), + [aux_sym_proxy_command_token1] = ACTIONS(2385), + [aux_sym_proxy_jump_token1] = ACTIONS(2385), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2385), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2385), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2385), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2385), + [aux_sym_rekey_limit_token1] = ACTIONS(2385), + [aux_sym_remote_command_token1] = ACTIONS(2385), + [aux_sym_remote_forward_token1] = ACTIONS(2385), + [aux_sym_request_tty_token1] = ACTIONS(2385), + [aux_sym_required_rsa_size_token1] = ACTIONS(2385), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2385), + [aux_sym_security_key_provider_token1] = ACTIONS(2385), + [aux_sym_send_env_token1] = ACTIONS(2385), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2385), + [aux_sym_server_alive_interval_token1] = ACTIONS(2385), + [aux_sym_session_type_token1] = ACTIONS(2385), + [aux_sym_set_env_token1] = ACTIONS(2385), + [aux_sym_stdin_null_token1] = ACTIONS(2385), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2385), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2385), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2385), + [aux_sym_syslog_facility_token1] = ACTIONS(2385), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2385), + [aux_sym_keep_alive_token1] = ACTIONS(2385), + [aux_sym_tunnel_token1] = ACTIONS(2387), + [aux_sym_tunnel_device_token1] = ACTIONS(2385), + [aux_sym_update_host_keys_token1] = ACTIONS(2385), + [aux_sym_use_keychain_token1] = ACTIONS(2385), + [aux_sym_use_roaming_token1] = ACTIONS(2385), + [aux_sym_user_token1] = ACTIONS(2387), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2385), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2385), + [aux_sym_visual_host_key_token1] = ACTIONS(2385), + [aux_sym_xauth_location_token1] = ACTIONS(2385), }, [326] = { - [ts_builtin_sym_end] = ACTIONS(2382), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2384), - [anon_sym_DQUOTE] = ACTIONS(2386), - [aux_sym_match_token1] = ACTIONS(2382), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2382), - [aux_sym_address_family_token1] = ACTIONS(2382), - [aux_sym_batch_mode_token1] = ACTIONS(2382), - [aux_sym_bind_address_token1] = ACTIONS(2382), - [aux_sym_bind_interface_token1] = ACTIONS(2382), - [aux_sym_canonical_domains_token1] = ACTIONS(2382), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2382), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2382), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2382), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2382), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2382), - [aux_sym_certificate_file_token1] = ACTIONS(2382), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2382), - [aux_sym_check_host_ip_token1] = ACTIONS(2382), - [aux_sym_ciphers_token1] = ACTIONS(2382), - [aux_sym_cipher_token1] = ACTIONS(2384), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2382), - [aux_sym_compression_token1] = ACTIONS(2382), - [aux_sym_connection_attempts_token1] = ACTIONS(2382), - [aux_sym_connect_timeout_token1] = ACTIONS(2382), - [aux_sym_control_master_token1] = ACTIONS(2382), - [aux_sym_control_path_token1] = ACTIONS(2382), - [aux_sym_control_persist_token1] = ACTIONS(2382), - [aux_sym_dynamic_forward_token1] = ACTIONS(2382), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2382), - [aux_sym_escape_char_token1] = ACTIONS(2382), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2382), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2382), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2382), - [aux_sym_forward_agent_token1] = ACTIONS(2382), - [aux_sym_forward_x11_token1] = ACTIONS(2384), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2382), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2382), - [aux_sym_gateway_ports_token1] = ACTIONS(2382), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2382), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2382), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2382), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2382), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2382), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2382), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2382), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2382), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2382), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2382), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2382), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2382), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2382), - [aux_sym_host_key_alias_token1] = ACTIONS(2382), - [aux_sym_hostname_token1] = ACTIONS(2382), - [aux_sym_identities_only_token1] = ACTIONS(2382), - [aux_sym_identity_agent_token1] = ACTIONS(2382), - [aux_sym_identity_file_token1] = ACTIONS(2382), - [aux_sym_ignore_unknown_token1] = ACTIONS(2382), - [aux_sym_include_token1] = ACTIONS(2382), - [aux_sym_ip_qos_token1] = ACTIONS(2382), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2382), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2382), - [aux_sym_kex_algorithms_token1] = ACTIONS(2382), - [aux_sym_known_hosts_command_token1] = ACTIONS(2382), - [aux_sym_local_command_token1] = ACTIONS(2382), - [aux_sym_local_forward_token1] = ACTIONS(2382), - [aux_sym_log_level_token1] = ACTIONS(2382), - [aux_sym_log_verbose_token1] = ACTIONS(2382), - [aux_sym_macs_token1] = ACTIONS(2382), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2382), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2382), - [aux_sym_password_authentication_token1] = ACTIONS(2382), - [aux_sym_permit_local_command_token1] = ACTIONS(2382), - [aux_sym_permit_remote_open_token1] = ACTIONS(2382), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2382), - [aux_sym_port_token1] = ACTIONS(2382), - [aux_sym_preferred_authentications_token1] = ACTIONS(2382), - [aux_sym_protocol_token1] = ACTIONS(2382), - [aux_sym_proxy_command_token1] = ACTIONS(2382), - [aux_sym_proxy_jump_token1] = ACTIONS(2382), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2382), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2382), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2382), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2382), - [aux_sym_rekey_limit_token1] = ACTIONS(2382), - [aux_sym_remote_command_token1] = ACTIONS(2382), - [aux_sym_remote_forward_token1] = ACTIONS(2382), - [aux_sym_request_tty_token1] = ACTIONS(2382), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2382), - [aux_sym_security_key_provider_token1] = ACTIONS(2382), - [aux_sym_send_env_token1] = ACTIONS(2382), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2382), - [aux_sym_server_alive_interval_token1] = ACTIONS(2382), - [aux_sym_session_type_token1] = ACTIONS(2382), - [aux_sym_set_env_token1] = ACTIONS(2382), - [aux_sym_stdin_null_token1] = ACTIONS(2382), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2382), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2382), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2382), - [aux_sym_syslog_facility_token1] = ACTIONS(2382), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2382), - [aux_sym_keep_alive_token1] = ACTIONS(2382), - [aux_sym_tunnel_token1] = ACTIONS(2384), - [aux_sym_tunnel_device_token1] = ACTIONS(2382), - [aux_sym_update_host_keys_token1] = ACTIONS(2382), - [aux_sym_use_keychain_token1] = ACTIONS(2382), - [aux_sym_use_roaming_token1] = ACTIONS(2382), - [aux_sym_user_token1] = ACTIONS(2384), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2382), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2382), - [aux_sym_visual_host_key_token1] = ACTIONS(2382), - [aux_sym_xauth_location_token1] = ACTIONS(2382), + [ts_builtin_sym_end] = ACTIONS(2389), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2391), + [anon_sym_DQUOTE] = ACTIONS(2393), + [aux_sym_match_token1] = ACTIONS(2389), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2389), + [aux_sym_address_family_token1] = ACTIONS(2389), + [aux_sym_batch_mode_token1] = ACTIONS(2389), + [aux_sym_bind_address_token1] = ACTIONS(2389), + [aux_sym_bind_interface_token1] = ACTIONS(2389), + [aux_sym_canonical_domains_token1] = ACTIONS(2389), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2389), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2389), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2389), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2389), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2389), + [aux_sym_certificate_file_token1] = ACTIONS(2389), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2389), + [aux_sym_check_host_ip_token1] = ACTIONS(2389), + [aux_sym_ciphers_token1] = ACTIONS(2389), + [aux_sym_cipher_token1] = ACTIONS(2391), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2389), + [aux_sym_compression_token1] = ACTIONS(2389), + [aux_sym_connection_attempts_token1] = ACTIONS(2389), + [aux_sym_connect_timeout_token1] = ACTIONS(2389), + [aux_sym_control_master_token1] = ACTIONS(2389), + [aux_sym_control_path_token1] = ACTIONS(2389), + [aux_sym_control_persist_token1] = ACTIONS(2389), + [aux_sym_dynamic_forward_token1] = ACTIONS(2389), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2389), + [aux_sym_escape_char_token1] = ACTIONS(2389), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2389), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2389), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2389), + [aux_sym_forward_agent_token1] = ACTIONS(2389), + [aux_sym_forward_x11_token1] = ACTIONS(2391), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2389), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2389), + [aux_sym_gateway_ports_token1] = ACTIONS(2389), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2389), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2389), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2389), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2389), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2389), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2389), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2389), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2389), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2389), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2389), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2389), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2389), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2389), + [aux_sym_host_key_alias_token1] = ACTIONS(2389), + [aux_sym_hostname_token1] = ACTIONS(2389), + [aux_sym_identities_only_token1] = ACTIONS(2389), + [aux_sym_identity_agent_token1] = ACTIONS(2389), + [aux_sym_identity_file_token1] = ACTIONS(2389), + [aux_sym_ignore_unknown_token1] = ACTIONS(2389), + [aux_sym_include_token1] = ACTIONS(2389), + [aux_sym_ip_qos_token1] = ACTIONS(2389), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2389), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2389), + [aux_sym_kex_algorithms_token1] = ACTIONS(2389), + [aux_sym_known_hosts_command_token1] = ACTIONS(2389), + [aux_sym_local_command_token1] = ACTIONS(2389), + [aux_sym_local_forward_token1] = ACTIONS(2389), + [aux_sym_log_level_token1] = ACTIONS(2389), + [aux_sym_log_verbose_token1] = ACTIONS(2389), + [aux_sym_macs_token1] = ACTIONS(2389), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2389), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2389), + [aux_sym_password_authentication_token1] = ACTIONS(2389), + [aux_sym_permit_local_command_token1] = ACTIONS(2389), + [aux_sym_permit_remote_open_token1] = ACTIONS(2389), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2389), + [aux_sym_port_token1] = ACTIONS(2389), + [aux_sym_preferred_authentications_token1] = ACTIONS(2389), + [aux_sym_protocol_token1] = ACTIONS(2389), + [aux_sym_proxy_command_token1] = ACTIONS(2389), + [aux_sym_proxy_jump_token1] = ACTIONS(2389), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2389), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2389), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2389), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2389), + [aux_sym_rekey_limit_token1] = ACTIONS(2389), + [aux_sym_remote_command_token1] = ACTIONS(2389), + [aux_sym_remote_forward_token1] = ACTIONS(2389), + [aux_sym_request_tty_token1] = ACTIONS(2389), + [aux_sym_required_rsa_size_token1] = ACTIONS(2389), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2389), + [aux_sym_security_key_provider_token1] = ACTIONS(2389), + [aux_sym_send_env_token1] = ACTIONS(2389), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2389), + [aux_sym_server_alive_interval_token1] = ACTIONS(2389), + [aux_sym_session_type_token1] = ACTIONS(2389), + [aux_sym_set_env_token1] = ACTIONS(2389), + [aux_sym_stdin_null_token1] = ACTIONS(2389), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2389), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2389), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2389), + [aux_sym_syslog_facility_token1] = ACTIONS(2389), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2389), + [aux_sym_keep_alive_token1] = ACTIONS(2389), + [aux_sym_tunnel_token1] = ACTIONS(2391), + [aux_sym_tunnel_device_token1] = ACTIONS(2389), + [aux_sym_update_host_keys_token1] = ACTIONS(2389), + [aux_sym_use_keychain_token1] = ACTIONS(2389), + [aux_sym_use_roaming_token1] = ACTIONS(2389), + [aux_sym_user_token1] = ACTIONS(2391), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2389), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2389), + [aux_sym_visual_host_key_token1] = ACTIONS(2389), + [aux_sym_xauth_location_token1] = ACTIONS(2389), }, [327] = { - [ts_builtin_sym_end] = ACTIONS(2388), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2390), - [anon_sym_DQUOTE] = ACTIONS(2388), - [aux_sym_match_token1] = ACTIONS(2388), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2388), - [aux_sym_address_family_token1] = ACTIONS(2388), - [aux_sym_batch_mode_token1] = ACTIONS(2388), - [aux_sym_bind_address_token1] = ACTIONS(2388), - [aux_sym_bind_interface_token1] = ACTIONS(2388), - [aux_sym_canonical_domains_token1] = ACTIONS(2388), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2388), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2388), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2388), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2388), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2388), - [aux_sym_certificate_file_token1] = ACTIONS(2388), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2388), - [aux_sym_check_host_ip_token1] = ACTIONS(2388), - [aux_sym_ciphers_token1] = ACTIONS(2388), - [aux_sym_cipher_token1] = ACTIONS(2390), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2388), - [aux_sym_compression_token1] = ACTIONS(2388), - [aux_sym_connection_attempts_token1] = ACTIONS(2388), - [aux_sym_connect_timeout_token1] = ACTIONS(2388), - [aux_sym_control_master_token1] = ACTIONS(2388), - [aux_sym_control_path_token1] = ACTIONS(2388), - [aux_sym_control_persist_token1] = ACTIONS(2388), - [aux_sym_dynamic_forward_token1] = ACTIONS(2388), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2388), - [aux_sym_escape_char_token1] = ACTIONS(2388), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2388), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2388), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2388), - [aux_sym_forward_agent_token1] = ACTIONS(2388), - [aux_sym_forward_x11_token1] = ACTIONS(2390), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2388), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2388), - [aux_sym_gateway_ports_token1] = ACTIONS(2388), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2388), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2388), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2388), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2388), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2388), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2388), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2388), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2388), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2388), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2388), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2388), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2388), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2388), - [aux_sym_host_key_alias_token1] = ACTIONS(2388), - [aux_sym_hostname_token1] = ACTIONS(2388), - [aux_sym_identities_only_token1] = ACTIONS(2388), - [aux_sym_identity_agent_token1] = ACTIONS(2388), - [aux_sym_identity_file_token1] = ACTIONS(2388), - [aux_sym_ignore_unknown_token1] = ACTIONS(2388), - [aux_sym_include_token1] = ACTIONS(2388), - [aux_sym_ip_qos_token1] = ACTIONS(2388), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2388), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2388), - [aux_sym_kex_algorithms_token1] = ACTIONS(2388), - [aux_sym_known_hosts_command_token1] = ACTIONS(2388), - [aux_sym_local_command_token1] = ACTIONS(2388), - [aux_sym_local_forward_token1] = ACTIONS(2388), - [aux_sym_log_level_token1] = ACTIONS(2388), - [aux_sym_log_verbose_token1] = ACTIONS(2388), - [aux_sym_macs_token1] = ACTIONS(2388), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2388), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2388), - [aux_sym_password_authentication_token1] = ACTIONS(2388), - [aux_sym_permit_local_command_token1] = ACTIONS(2388), - [aux_sym_permit_remote_open_token1] = ACTIONS(2388), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2388), - [aux_sym_port_token1] = ACTIONS(2388), - [aux_sym_preferred_authentications_token1] = ACTIONS(2388), - [aux_sym_protocol_token1] = ACTIONS(2388), - [aux_sym_proxy_command_token1] = ACTIONS(2388), - [aux_sym_proxy_jump_token1] = ACTIONS(2388), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2388), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2388), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2388), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2388), - [aux_sym_rekey_limit_token1] = ACTIONS(2388), - [aux_sym_remote_command_token1] = ACTIONS(2388), - [aux_sym_remote_forward_token1] = ACTIONS(2388), - [aux_sym_request_tty_token1] = ACTIONS(2388), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2388), - [aux_sym_security_key_provider_token1] = ACTIONS(2388), - [aux_sym_send_env_token1] = ACTIONS(2388), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2388), - [aux_sym_server_alive_interval_token1] = ACTIONS(2388), - [aux_sym_session_type_token1] = ACTIONS(2388), - [aux_sym_set_env_token1] = ACTIONS(2388), - [aux_sym_stdin_null_token1] = ACTIONS(2388), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2388), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2388), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2388), - [aux_sym_syslog_facility_token1] = ACTIONS(2388), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2388), - [aux_sym_keep_alive_token1] = ACTIONS(2388), - [aux_sym_tunnel_token1] = ACTIONS(2390), - [aux_sym_tunnel_device_token1] = ACTIONS(2388), - [aux_sym_update_host_keys_token1] = ACTIONS(2388), - [aux_sym_use_keychain_token1] = ACTIONS(2388), - [aux_sym_use_roaming_token1] = ACTIONS(2388), - [aux_sym_user_token1] = ACTIONS(2390), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2388), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2388), - [aux_sym_visual_host_key_token1] = ACTIONS(2388), - [aux_sym_xauth_location_token1] = ACTIONS(2388), + [ts_builtin_sym_end] = ACTIONS(2395), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2397), + [anon_sym_DQUOTE] = ACTIONS(2395), + [aux_sym_match_token1] = ACTIONS(2395), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2395), + [aux_sym_address_family_token1] = ACTIONS(2395), + [aux_sym_batch_mode_token1] = ACTIONS(2395), + [aux_sym_bind_address_token1] = ACTIONS(2395), + [aux_sym_bind_interface_token1] = ACTIONS(2395), + [aux_sym_canonical_domains_token1] = ACTIONS(2395), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2395), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2395), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2395), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2395), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2395), + [aux_sym_certificate_file_token1] = ACTIONS(2395), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2395), + [aux_sym_check_host_ip_token1] = ACTIONS(2395), + [aux_sym_ciphers_token1] = ACTIONS(2395), + [aux_sym_cipher_token1] = ACTIONS(2397), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2395), + [aux_sym_compression_token1] = ACTIONS(2395), + [aux_sym_connection_attempts_token1] = ACTIONS(2395), + [aux_sym_connect_timeout_token1] = ACTIONS(2395), + [aux_sym_control_master_token1] = ACTIONS(2395), + [aux_sym_control_path_token1] = ACTIONS(2395), + [aux_sym_control_persist_token1] = ACTIONS(2395), + [aux_sym_dynamic_forward_token1] = ACTIONS(2395), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2395), + [aux_sym_escape_char_token1] = ACTIONS(2395), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2395), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2395), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2395), + [aux_sym_forward_agent_token1] = ACTIONS(2395), + [aux_sym_forward_x11_token1] = ACTIONS(2397), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2395), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2395), + [aux_sym_gateway_ports_token1] = ACTIONS(2395), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2395), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2395), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2395), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2395), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2395), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2395), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2395), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2395), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2395), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2395), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2395), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2395), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2395), + [aux_sym_host_key_alias_token1] = ACTIONS(2395), + [aux_sym_hostname_token1] = ACTIONS(2395), + [aux_sym_identities_only_token1] = ACTIONS(2395), + [aux_sym_identity_agent_token1] = ACTIONS(2395), + [aux_sym_identity_file_token1] = ACTIONS(2395), + [aux_sym_ignore_unknown_token1] = ACTIONS(2395), + [aux_sym_include_token1] = ACTIONS(2395), + [aux_sym_ip_qos_token1] = ACTIONS(2395), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2395), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2395), + [aux_sym_kex_algorithms_token1] = ACTIONS(2395), + [aux_sym_known_hosts_command_token1] = ACTIONS(2395), + [aux_sym_local_command_token1] = ACTIONS(2395), + [aux_sym_local_forward_token1] = ACTIONS(2395), + [aux_sym_log_level_token1] = ACTIONS(2395), + [aux_sym_log_verbose_token1] = ACTIONS(2395), + [aux_sym_macs_token1] = ACTIONS(2395), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2395), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2395), + [aux_sym_password_authentication_token1] = ACTIONS(2395), + [aux_sym_permit_local_command_token1] = ACTIONS(2395), + [aux_sym_permit_remote_open_token1] = ACTIONS(2395), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2395), + [aux_sym_port_token1] = ACTIONS(2395), + [aux_sym_preferred_authentications_token1] = ACTIONS(2395), + [aux_sym_protocol_token1] = ACTIONS(2395), + [aux_sym_proxy_command_token1] = ACTIONS(2395), + [aux_sym_proxy_jump_token1] = ACTIONS(2395), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2395), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2395), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2395), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2395), + [aux_sym_rekey_limit_token1] = ACTIONS(2395), + [aux_sym_remote_command_token1] = ACTIONS(2395), + [aux_sym_remote_forward_token1] = ACTIONS(2395), + [aux_sym_request_tty_token1] = ACTIONS(2395), + [aux_sym_required_rsa_size_token1] = ACTIONS(2395), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2395), + [aux_sym_security_key_provider_token1] = ACTIONS(2395), + [aux_sym_send_env_token1] = ACTIONS(2395), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2395), + [aux_sym_server_alive_interval_token1] = ACTIONS(2395), + [aux_sym_session_type_token1] = ACTIONS(2395), + [aux_sym_set_env_token1] = ACTIONS(2395), + [aux_sym_stdin_null_token1] = ACTIONS(2395), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2395), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2395), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2395), + [aux_sym_syslog_facility_token1] = ACTIONS(2395), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2395), + [aux_sym_keep_alive_token1] = ACTIONS(2395), + [aux_sym_tunnel_token1] = ACTIONS(2397), + [aux_sym_tunnel_device_token1] = ACTIONS(2395), + [aux_sym_update_host_keys_token1] = ACTIONS(2395), + [aux_sym_use_keychain_token1] = ACTIONS(2395), + [aux_sym_use_roaming_token1] = ACTIONS(2395), + [aux_sym_user_token1] = ACTIONS(2397), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2395), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2395), + [aux_sym_visual_host_key_token1] = ACTIONS(2395), + [aux_sym_xauth_location_token1] = ACTIONS(2395), }, [328] = { - [ts_builtin_sym_end] = ACTIONS(2392), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2394), - [anon_sym_DQUOTE] = ACTIONS(2396), - [aux_sym_match_token1] = ACTIONS(2392), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2392), - [aux_sym_address_family_token1] = ACTIONS(2392), - [aux_sym_batch_mode_token1] = ACTIONS(2392), - [aux_sym_bind_address_token1] = ACTIONS(2392), - [aux_sym_bind_interface_token1] = ACTIONS(2392), - [aux_sym_canonical_domains_token1] = ACTIONS(2392), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2392), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2392), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2392), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2392), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2392), - [aux_sym_certificate_file_token1] = ACTIONS(2392), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2392), - [aux_sym_check_host_ip_token1] = ACTIONS(2392), - [aux_sym_ciphers_token1] = ACTIONS(2392), - [aux_sym_cipher_token1] = ACTIONS(2394), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2392), - [aux_sym_compression_token1] = ACTIONS(2392), - [aux_sym_connection_attempts_token1] = ACTIONS(2392), - [aux_sym_connect_timeout_token1] = ACTIONS(2392), - [aux_sym_control_master_token1] = ACTIONS(2392), - [aux_sym_control_path_token1] = ACTIONS(2392), - [aux_sym_control_persist_token1] = ACTIONS(2392), - [aux_sym_dynamic_forward_token1] = ACTIONS(2392), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2392), - [aux_sym_escape_char_token1] = ACTIONS(2392), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2392), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2392), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2392), - [aux_sym_forward_agent_token1] = ACTIONS(2392), - [aux_sym_forward_x11_token1] = ACTIONS(2394), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2392), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2392), - [aux_sym_gateway_ports_token1] = ACTIONS(2392), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2392), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2392), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2392), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2392), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2392), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2392), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2392), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2392), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2392), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2392), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2392), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2392), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2392), - [aux_sym_host_key_alias_token1] = ACTIONS(2392), - [aux_sym_hostname_token1] = ACTIONS(2392), - [aux_sym_identities_only_token1] = ACTIONS(2392), - [aux_sym_identity_agent_token1] = ACTIONS(2392), - [aux_sym_identity_file_token1] = ACTIONS(2392), - [aux_sym_ignore_unknown_token1] = ACTIONS(2392), - [aux_sym_include_token1] = ACTIONS(2392), - [aux_sym_ip_qos_token1] = ACTIONS(2392), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2392), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2392), - [aux_sym_kex_algorithms_token1] = ACTIONS(2392), - [aux_sym_known_hosts_command_token1] = ACTIONS(2392), - [aux_sym_local_command_token1] = ACTIONS(2392), - [aux_sym_local_forward_token1] = ACTIONS(2392), - [aux_sym_log_level_token1] = ACTIONS(2392), - [aux_sym_log_verbose_token1] = ACTIONS(2392), - [aux_sym_macs_token1] = ACTIONS(2392), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2392), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2392), - [aux_sym_password_authentication_token1] = ACTIONS(2392), - [aux_sym_permit_local_command_token1] = ACTIONS(2392), - [aux_sym_permit_remote_open_token1] = ACTIONS(2392), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2392), - [aux_sym_port_token1] = ACTIONS(2392), - [aux_sym_preferred_authentications_token1] = ACTIONS(2392), - [aux_sym_protocol_token1] = ACTIONS(2392), - [aux_sym_proxy_command_token1] = ACTIONS(2392), - [aux_sym_proxy_jump_token1] = ACTIONS(2392), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2392), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2392), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2392), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2392), - [aux_sym_rekey_limit_token1] = ACTIONS(2392), - [aux_sym_remote_command_token1] = ACTIONS(2392), - [aux_sym_remote_forward_token1] = ACTIONS(2392), - [aux_sym_request_tty_token1] = ACTIONS(2392), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2392), - [aux_sym_security_key_provider_token1] = ACTIONS(2392), - [aux_sym_send_env_token1] = ACTIONS(2392), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2392), - [aux_sym_server_alive_interval_token1] = ACTIONS(2392), - [aux_sym_session_type_token1] = ACTIONS(2392), - [aux_sym_set_env_token1] = ACTIONS(2392), - [aux_sym_stdin_null_token1] = ACTIONS(2392), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2392), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2392), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2392), - [aux_sym_syslog_facility_token1] = ACTIONS(2392), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2392), - [aux_sym_keep_alive_token1] = ACTIONS(2392), - [aux_sym_tunnel_token1] = ACTIONS(2394), - [aux_sym_tunnel_device_token1] = ACTIONS(2392), - [aux_sym_update_host_keys_token1] = ACTIONS(2392), - [aux_sym_use_keychain_token1] = ACTIONS(2392), - [aux_sym_use_roaming_token1] = ACTIONS(2392), - [aux_sym_user_token1] = ACTIONS(2394), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2392), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2392), - [aux_sym_visual_host_key_token1] = ACTIONS(2392), - [aux_sym_xauth_location_token1] = ACTIONS(2392), + [ts_builtin_sym_end] = ACTIONS(2399), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2401), + [anon_sym_DQUOTE] = ACTIONS(2403), + [aux_sym_match_token1] = ACTIONS(2399), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2399), + [aux_sym_address_family_token1] = ACTIONS(2399), + [aux_sym_batch_mode_token1] = ACTIONS(2399), + [aux_sym_bind_address_token1] = ACTIONS(2399), + [aux_sym_bind_interface_token1] = ACTIONS(2399), + [aux_sym_canonical_domains_token1] = ACTIONS(2399), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2399), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2399), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2399), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2399), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2399), + [aux_sym_certificate_file_token1] = ACTIONS(2399), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2399), + [aux_sym_check_host_ip_token1] = ACTIONS(2399), + [aux_sym_ciphers_token1] = ACTIONS(2399), + [aux_sym_cipher_token1] = ACTIONS(2401), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2399), + [aux_sym_compression_token1] = ACTIONS(2399), + [aux_sym_connection_attempts_token1] = ACTIONS(2399), + [aux_sym_connect_timeout_token1] = ACTIONS(2399), + [aux_sym_control_master_token1] = ACTIONS(2399), + [aux_sym_control_path_token1] = ACTIONS(2399), + [aux_sym_control_persist_token1] = ACTIONS(2399), + [aux_sym_dynamic_forward_token1] = ACTIONS(2399), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2399), + [aux_sym_escape_char_token1] = ACTIONS(2399), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2399), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2399), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2399), + [aux_sym_forward_agent_token1] = ACTIONS(2399), + [aux_sym_forward_x11_token1] = ACTIONS(2401), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2399), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2399), + [aux_sym_gateway_ports_token1] = ACTIONS(2399), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2399), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2399), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2399), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2399), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2399), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2399), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2399), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2399), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2399), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2399), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2399), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2399), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2399), + [aux_sym_host_key_alias_token1] = ACTIONS(2399), + [aux_sym_hostname_token1] = ACTIONS(2399), + [aux_sym_identities_only_token1] = ACTIONS(2399), + [aux_sym_identity_agent_token1] = ACTIONS(2399), + [aux_sym_identity_file_token1] = ACTIONS(2399), + [aux_sym_ignore_unknown_token1] = ACTIONS(2399), + [aux_sym_include_token1] = ACTIONS(2399), + [aux_sym_ip_qos_token1] = ACTIONS(2399), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2399), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2399), + [aux_sym_kex_algorithms_token1] = ACTIONS(2399), + [aux_sym_known_hosts_command_token1] = ACTIONS(2399), + [aux_sym_local_command_token1] = ACTIONS(2399), + [aux_sym_local_forward_token1] = ACTIONS(2399), + [aux_sym_log_level_token1] = ACTIONS(2399), + [aux_sym_log_verbose_token1] = ACTIONS(2399), + [aux_sym_macs_token1] = ACTIONS(2399), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2399), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2399), + [aux_sym_password_authentication_token1] = ACTIONS(2399), + [aux_sym_permit_local_command_token1] = ACTIONS(2399), + [aux_sym_permit_remote_open_token1] = ACTIONS(2399), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2399), + [aux_sym_port_token1] = ACTIONS(2399), + [aux_sym_preferred_authentications_token1] = ACTIONS(2399), + [aux_sym_protocol_token1] = ACTIONS(2399), + [aux_sym_proxy_command_token1] = ACTIONS(2399), + [aux_sym_proxy_jump_token1] = ACTIONS(2399), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2399), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2399), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2399), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2399), + [aux_sym_rekey_limit_token1] = ACTIONS(2399), + [aux_sym_remote_command_token1] = ACTIONS(2399), + [aux_sym_remote_forward_token1] = ACTIONS(2399), + [aux_sym_request_tty_token1] = ACTIONS(2399), + [aux_sym_required_rsa_size_token1] = ACTIONS(2399), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2399), + [aux_sym_security_key_provider_token1] = ACTIONS(2399), + [aux_sym_send_env_token1] = ACTIONS(2399), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2399), + [aux_sym_server_alive_interval_token1] = ACTIONS(2399), + [aux_sym_session_type_token1] = ACTIONS(2399), + [aux_sym_set_env_token1] = ACTIONS(2399), + [aux_sym_stdin_null_token1] = ACTIONS(2399), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2399), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2399), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2399), + [aux_sym_syslog_facility_token1] = ACTIONS(2399), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2399), + [aux_sym_keep_alive_token1] = ACTIONS(2399), + [aux_sym_tunnel_token1] = ACTIONS(2401), + [aux_sym_tunnel_device_token1] = ACTIONS(2399), + [aux_sym_update_host_keys_token1] = ACTIONS(2399), + [aux_sym_use_keychain_token1] = ACTIONS(2399), + [aux_sym_use_roaming_token1] = ACTIONS(2399), + [aux_sym_user_token1] = ACTIONS(2401), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2399), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2399), + [aux_sym_visual_host_key_token1] = ACTIONS(2399), + [aux_sym_xauth_location_token1] = ACTIONS(2399), }, [329] = { - [ts_builtin_sym_end] = ACTIONS(2398), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2400), - [anon_sym_DQUOTE] = ACTIONS(2402), - [aux_sym_match_token1] = ACTIONS(2398), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2398), - [aux_sym_address_family_token1] = ACTIONS(2398), - [aux_sym_batch_mode_token1] = ACTIONS(2398), - [aux_sym_bind_address_token1] = ACTIONS(2398), - [aux_sym_bind_interface_token1] = ACTIONS(2398), - [aux_sym_canonical_domains_token1] = ACTIONS(2398), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2398), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2398), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2398), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2398), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2398), - [aux_sym_certificate_file_token1] = ACTIONS(2398), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2398), - [aux_sym_check_host_ip_token1] = ACTIONS(2398), - [aux_sym_ciphers_token1] = ACTIONS(2398), - [aux_sym_cipher_token1] = ACTIONS(2400), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2398), - [aux_sym_compression_token1] = ACTIONS(2398), - [aux_sym_connection_attempts_token1] = ACTIONS(2398), - [aux_sym_connect_timeout_token1] = ACTIONS(2398), - [aux_sym_control_master_token1] = ACTIONS(2398), - [aux_sym_control_path_token1] = ACTIONS(2398), - [aux_sym_control_persist_token1] = ACTIONS(2398), - [aux_sym_dynamic_forward_token1] = ACTIONS(2398), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2398), - [aux_sym_escape_char_token1] = ACTIONS(2398), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2398), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2398), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2398), - [aux_sym_forward_agent_token1] = ACTIONS(2398), - [aux_sym_forward_x11_token1] = ACTIONS(2400), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2398), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2398), - [aux_sym_gateway_ports_token1] = ACTIONS(2398), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2398), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2398), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2398), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2398), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2398), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2398), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2398), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2398), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2398), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2398), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2398), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2398), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2398), - [aux_sym_host_key_alias_token1] = ACTIONS(2398), - [aux_sym_hostname_token1] = ACTIONS(2398), - [aux_sym_identities_only_token1] = ACTIONS(2398), - [aux_sym_identity_agent_token1] = ACTIONS(2398), - [aux_sym_identity_file_token1] = ACTIONS(2398), - [aux_sym_ignore_unknown_token1] = ACTIONS(2398), - [aux_sym_include_token1] = ACTIONS(2398), - [aux_sym_ip_qos_token1] = ACTIONS(2398), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2398), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2398), - [aux_sym_kex_algorithms_token1] = ACTIONS(2398), - [aux_sym_known_hosts_command_token1] = ACTIONS(2398), - [aux_sym_local_command_token1] = ACTIONS(2398), - [aux_sym_local_forward_token1] = ACTIONS(2398), - [aux_sym_log_level_token1] = ACTIONS(2398), - [aux_sym_log_verbose_token1] = ACTIONS(2398), - [aux_sym_macs_token1] = ACTIONS(2398), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2398), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2398), - [aux_sym_password_authentication_token1] = ACTIONS(2398), - [aux_sym_permit_local_command_token1] = ACTIONS(2398), - [aux_sym_permit_remote_open_token1] = ACTIONS(2398), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2398), - [aux_sym_port_token1] = ACTIONS(2398), - [aux_sym_preferred_authentications_token1] = ACTIONS(2398), - [aux_sym_protocol_token1] = ACTIONS(2398), - [aux_sym_proxy_command_token1] = ACTIONS(2398), - [aux_sym_proxy_jump_token1] = ACTIONS(2398), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2398), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2398), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2398), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2398), - [aux_sym_rekey_limit_token1] = ACTIONS(2398), - [aux_sym_remote_command_token1] = ACTIONS(2398), - [aux_sym_remote_forward_token1] = ACTIONS(2398), - [aux_sym_request_tty_token1] = ACTIONS(2398), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2398), - [aux_sym_security_key_provider_token1] = ACTIONS(2398), - [aux_sym_send_env_token1] = ACTIONS(2398), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2398), - [aux_sym_server_alive_interval_token1] = ACTIONS(2398), - [aux_sym_session_type_token1] = ACTIONS(2398), - [aux_sym_set_env_token1] = ACTIONS(2398), - [aux_sym_stdin_null_token1] = ACTIONS(2398), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2398), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2398), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2398), - [aux_sym_syslog_facility_token1] = ACTIONS(2398), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2398), - [aux_sym_keep_alive_token1] = ACTIONS(2398), - [aux_sym_tunnel_token1] = ACTIONS(2400), - [aux_sym_tunnel_device_token1] = ACTIONS(2398), - [aux_sym_update_host_keys_token1] = ACTIONS(2398), - [aux_sym_use_keychain_token1] = ACTIONS(2398), - [aux_sym_use_roaming_token1] = ACTIONS(2398), - [aux_sym_user_token1] = ACTIONS(2400), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2398), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2398), - [aux_sym_visual_host_key_token1] = ACTIONS(2398), - [aux_sym_xauth_location_token1] = ACTIONS(2398), + [ts_builtin_sym_end] = ACTIONS(2405), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2407), + [anon_sym_DQUOTE] = ACTIONS(2405), + [aux_sym_match_token1] = ACTIONS(2405), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2405), + [aux_sym_address_family_token1] = ACTIONS(2405), + [aux_sym_batch_mode_token1] = ACTIONS(2405), + [aux_sym_bind_address_token1] = ACTIONS(2405), + [aux_sym_bind_interface_token1] = ACTIONS(2405), + [aux_sym_canonical_domains_token1] = ACTIONS(2405), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2405), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2405), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2405), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2405), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2405), + [aux_sym_certificate_file_token1] = ACTIONS(2405), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2405), + [aux_sym_check_host_ip_token1] = ACTIONS(2405), + [aux_sym_ciphers_token1] = ACTIONS(2405), + [aux_sym_cipher_token1] = ACTIONS(2407), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2405), + [aux_sym_compression_token1] = ACTIONS(2405), + [aux_sym_connection_attempts_token1] = ACTIONS(2405), + [aux_sym_connect_timeout_token1] = ACTIONS(2405), + [aux_sym_control_master_token1] = ACTIONS(2405), + [aux_sym_control_path_token1] = ACTIONS(2405), + [aux_sym_control_persist_token1] = ACTIONS(2405), + [aux_sym_dynamic_forward_token1] = ACTIONS(2405), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2405), + [aux_sym_escape_char_token1] = ACTIONS(2405), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2405), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2405), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2405), + [aux_sym_forward_agent_token1] = ACTIONS(2405), + [aux_sym_forward_x11_token1] = ACTIONS(2407), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2405), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2405), + [aux_sym_gateway_ports_token1] = ACTIONS(2405), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2405), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2405), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2405), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2405), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2405), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2405), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2405), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2405), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2405), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2405), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2405), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2405), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2405), + [aux_sym_host_key_alias_token1] = ACTIONS(2405), + [aux_sym_hostname_token1] = ACTIONS(2405), + [aux_sym_identities_only_token1] = ACTIONS(2405), + [aux_sym_identity_agent_token1] = ACTIONS(2405), + [aux_sym_identity_file_token1] = ACTIONS(2405), + [aux_sym_ignore_unknown_token1] = ACTIONS(2405), + [aux_sym_include_token1] = ACTIONS(2405), + [aux_sym_ip_qos_token1] = ACTIONS(2405), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2405), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2405), + [aux_sym_kex_algorithms_token1] = ACTIONS(2405), + [aux_sym_known_hosts_command_token1] = ACTIONS(2405), + [aux_sym_local_command_token1] = ACTIONS(2405), + [aux_sym_local_forward_token1] = ACTIONS(2405), + [aux_sym_log_level_token1] = ACTIONS(2405), + [aux_sym_log_verbose_token1] = ACTIONS(2405), + [aux_sym_macs_token1] = ACTIONS(2405), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2405), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2405), + [aux_sym_password_authentication_token1] = ACTIONS(2405), + [aux_sym_permit_local_command_token1] = ACTIONS(2405), + [aux_sym_permit_remote_open_token1] = ACTIONS(2405), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2405), + [aux_sym_port_token1] = ACTIONS(2405), + [aux_sym_preferred_authentications_token1] = ACTIONS(2405), + [aux_sym_protocol_token1] = ACTIONS(2405), + [aux_sym_proxy_command_token1] = ACTIONS(2405), + [aux_sym_proxy_jump_token1] = ACTIONS(2405), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2405), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2405), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2405), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2405), + [aux_sym_rekey_limit_token1] = ACTIONS(2405), + [aux_sym_remote_command_token1] = ACTIONS(2405), + [aux_sym_remote_forward_token1] = ACTIONS(2405), + [aux_sym_request_tty_token1] = ACTIONS(2405), + [aux_sym_required_rsa_size_token1] = ACTIONS(2405), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2405), + [aux_sym_security_key_provider_token1] = ACTIONS(2405), + [aux_sym_send_env_token1] = ACTIONS(2405), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2405), + [aux_sym_server_alive_interval_token1] = ACTIONS(2405), + [aux_sym_session_type_token1] = ACTIONS(2405), + [aux_sym_set_env_token1] = ACTIONS(2405), + [aux_sym_stdin_null_token1] = ACTIONS(2405), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2405), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2405), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2405), + [aux_sym_syslog_facility_token1] = ACTIONS(2405), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2405), + [aux_sym_keep_alive_token1] = ACTIONS(2405), + [aux_sym_tunnel_token1] = ACTIONS(2407), + [aux_sym_tunnel_device_token1] = ACTIONS(2405), + [aux_sym_update_host_keys_token1] = ACTIONS(2405), + [aux_sym_use_keychain_token1] = ACTIONS(2405), + [aux_sym_use_roaming_token1] = ACTIONS(2405), + [aux_sym_user_token1] = ACTIONS(2407), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2405), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2405), + [aux_sym_visual_host_key_token1] = ACTIONS(2405), + [aux_sym_xauth_location_token1] = ACTIONS(2405), }, [330] = { - [ts_builtin_sym_end] = ACTIONS(2404), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2406), - [anon_sym_DQUOTE] = ACTIONS(2404), - [aux_sym_match_token1] = ACTIONS(2404), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2404), - [aux_sym_address_family_token1] = ACTIONS(2404), - [aux_sym_batch_mode_token1] = ACTIONS(2404), - [aux_sym_bind_address_token1] = ACTIONS(2404), - [aux_sym_bind_interface_token1] = ACTIONS(2404), - [aux_sym_canonical_domains_token1] = ACTIONS(2404), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2404), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2404), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2404), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2404), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2404), - [aux_sym_certificate_file_token1] = ACTIONS(2404), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2404), - [aux_sym_check_host_ip_token1] = ACTIONS(2404), - [aux_sym_ciphers_token1] = ACTIONS(2404), - [aux_sym_cipher_token1] = ACTIONS(2406), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2404), - [aux_sym_compression_token1] = ACTIONS(2404), - [aux_sym_connection_attempts_token1] = ACTIONS(2404), - [aux_sym_connect_timeout_token1] = ACTIONS(2404), - [aux_sym_control_master_token1] = ACTIONS(2404), - [aux_sym_control_path_token1] = ACTIONS(2404), - [aux_sym_control_persist_token1] = ACTIONS(2404), - [aux_sym_dynamic_forward_token1] = ACTIONS(2404), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2404), - [aux_sym_escape_char_token1] = ACTIONS(2404), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2404), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2404), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2404), - [aux_sym_forward_agent_token1] = ACTIONS(2404), - [aux_sym_forward_x11_token1] = ACTIONS(2406), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2404), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2404), - [aux_sym_gateway_ports_token1] = ACTIONS(2404), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2404), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2404), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2404), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2404), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2404), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2404), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2404), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2404), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2404), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2404), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2404), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2404), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2404), - [aux_sym_host_key_alias_token1] = ACTIONS(2404), - [aux_sym_hostname_token1] = ACTIONS(2404), - [aux_sym_identities_only_token1] = ACTIONS(2404), - [aux_sym_identity_agent_token1] = ACTIONS(2404), - [aux_sym_identity_file_token1] = ACTIONS(2404), - [aux_sym_ignore_unknown_token1] = ACTIONS(2404), - [aux_sym_include_token1] = ACTIONS(2404), - [aux_sym_ip_qos_token1] = ACTIONS(2404), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2404), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2404), - [aux_sym_kex_algorithms_token1] = ACTIONS(2404), - [aux_sym_known_hosts_command_token1] = ACTIONS(2404), - [aux_sym_local_command_token1] = ACTIONS(2404), - [aux_sym_local_forward_token1] = ACTIONS(2404), - [aux_sym_log_level_token1] = ACTIONS(2404), - [aux_sym_log_verbose_token1] = ACTIONS(2404), - [aux_sym_macs_token1] = ACTIONS(2404), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2404), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2404), - [aux_sym_password_authentication_token1] = ACTIONS(2404), - [aux_sym_permit_local_command_token1] = ACTIONS(2404), - [aux_sym_permit_remote_open_token1] = ACTIONS(2404), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2404), - [aux_sym_port_token1] = ACTIONS(2404), - [aux_sym_preferred_authentications_token1] = ACTIONS(2404), - [aux_sym_protocol_token1] = ACTIONS(2404), - [aux_sym_proxy_command_token1] = ACTIONS(2404), - [aux_sym_proxy_jump_token1] = ACTIONS(2404), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2404), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2404), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2404), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2404), - [aux_sym_rekey_limit_token1] = ACTIONS(2404), - [aux_sym_remote_command_token1] = ACTIONS(2404), - [aux_sym_remote_forward_token1] = ACTIONS(2404), - [aux_sym_request_tty_token1] = ACTIONS(2404), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2404), - [aux_sym_security_key_provider_token1] = ACTIONS(2404), - [aux_sym_send_env_token1] = ACTIONS(2404), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2404), - [aux_sym_server_alive_interval_token1] = ACTIONS(2404), - [aux_sym_session_type_token1] = ACTIONS(2404), - [aux_sym_set_env_token1] = ACTIONS(2404), - [aux_sym_stdin_null_token1] = ACTIONS(2404), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2404), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2404), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2404), - [aux_sym_syslog_facility_token1] = ACTIONS(2404), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2404), - [aux_sym_keep_alive_token1] = ACTIONS(2404), - [aux_sym_tunnel_token1] = ACTIONS(2406), - [aux_sym_tunnel_device_token1] = ACTIONS(2404), - [aux_sym_update_host_keys_token1] = ACTIONS(2404), - [aux_sym_use_keychain_token1] = ACTIONS(2404), - [aux_sym_use_roaming_token1] = ACTIONS(2404), - [aux_sym_user_token1] = ACTIONS(2406), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2404), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2404), - [aux_sym_visual_host_key_token1] = ACTIONS(2404), - [aux_sym_xauth_location_token1] = ACTIONS(2404), + [ts_builtin_sym_end] = ACTIONS(2409), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2411), + [anon_sym_DQUOTE] = ACTIONS(2413), + [aux_sym_match_token1] = ACTIONS(2409), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2409), + [aux_sym_address_family_token1] = ACTIONS(2409), + [aux_sym_batch_mode_token1] = ACTIONS(2409), + [aux_sym_bind_address_token1] = ACTIONS(2409), + [aux_sym_bind_interface_token1] = ACTIONS(2409), + [aux_sym_canonical_domains_token1] = ACTIONS(2409), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2409), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2409), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2409), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2409), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2409), + [aux_sym_certificate_file_token1] = ACTIONS(2409), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2409), + [aux_sym_check_host_ip_token1] = ACTIONS(2409), + [aux_sym_ciphers_token1] = ACTIONS(2409), + [aux_sym_cipher_token1] = ACTIONS(2411), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2409), + [aux_sym_compression_token1] = ACTIONS(2409), + [aux_sym_connection_attempts_token1] = ACTIONS(2409), + [aux_sym_connect_timeout_token1] = ACTIONS(2409), + [aux_sym_control_master_token1] = ACTIONS(2409), + [aux_sym_control_path_token1] = ACTIONS(2409), + [aux_sym_control_persist_token1] = ACTIONS(2409), + [aux_sym_dynamic_forward_token1] = ACTIONS(2409), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2409), + [aux_sym_escape_char_token1] = ACTIONS(2409), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2409), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2409), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2409), + [aux_sym_forward_agent_token1] = ACTIONS(2409), + [aux_sym_forward_x11_token1] = ACTIONS(2411), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2409), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2409), + [aux_sym_gateway_ports_token1] = ACTIONS(2409), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2409), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2409), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2409), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2409), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2409), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2409), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2409), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2409), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2409), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2409), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2409), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2409), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2409), + [aux_sym_host_key_alias_token1] = ACTIONS(2409), + [aux_sym_hostname_token1] = ACTIONS(2409), + [aux_sym_identities_only_token1] = ACTIONS(2409), + [aux_sym_identity_agent_token1] = ACTIONS(2409), + [aux_sym_identity_file_token1] = ACTIONS(2409), + [aux_sym_ignore_unknown_token1] = ACTIONS(2409), + [aux_sym_include_token1] = ACTIONS(2409), + [aux_sym_ip_qos_token1] = ACTIONS(2409), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2409), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2409), + [aux_sym_kex_algorithms_token1] = ACTIONS(2409), + [aux_sym_known_hosts_command_token1] = ACTIONS(2409), + [aux_sym_local_command_token1] = ACTIONS(2409), + [aux_sym_local_forward_token1] = ACTIONS(2409), + [aux_sym_log_level_token1] = ACTIONS(2409), + [aux_sym_log_verbose_token1] = ACTIONS(2409), + [aux_sym_macs_token1] = ACTIONS(2409), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2409), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2409), + [aux_sym_password_authentication_token1] = ACTIONS(2409), + [aux_sym_permit_local_command_token1] = ACTIONS(2409), + [aux_sym_permit_remote_open_token1] = ACTIONS(2409), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2409), + [aux_sym_port_token1] = ACTIONS(2409), + [aux_sym_preferred_authentications_token1] = ACTIONS(2409), + [aux_sym_protocol_token1] = ACTIONS(2409), + [aux_sym_proxy_command_token1] = ACTIONS(2409), + [aux_sym_proxy_jump_token1] = ACTIONS(2409), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2409), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2409), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2409), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2409), + [aux_sym_rekey_limit_token1] = ACTIONS(2409), + [aux_sym_remote_command_token1] = ACTIONS(2409), + [aux_sym_remote_forward_token1] = ACTIONS(2409), + [aux_sym_request_tty_token1] = ACTIONS(2409), + [aux_sym_required_rsa_size_token1] = ACTIONS(2409), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2409), + [aux_sym_security_key_provider_token1] = ACTIONS(2409), + [aux_sym_send_env_token1] = ACTIONS(2409), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2409), + [aux_sym_server_alive_interval_token1] = ACTIONS(2409), + [aux_sym_session_type_token1] = ACTIONS(2409), + [aux_sym_set_env_token1] = ACTIONS(2409), + [aux_sym_stdin_null_token1] = ACTIONS(2409), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2409), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2409), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2409), + [aux_sym_syslog_facility_token1] = ACTIONS(2409), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2409), + [aux_sym_keep_alive_token1] = ACTIONS(2409), + [aux_sym_tunnel_token1] = ACTIONS(2411), + [aux_sym_tunnel_device_token1] = ACTIONS(2409), + [aux_sym_update_host_keys_token1] = ACTIONS(2409), + [aux_sym_use_keychain_token1] = ACTIONS(2409), + [aux_sym_use_roaming_token1] = ACTIONS(2409), + [aux_sym_user_token1] = ACTIONS(2411), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2409), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2409), + [aux_sym_visual_host_key_token1] = ACTIONS(2409), + [aux_sym_xauth_location_token1] = ACTIONS(2409), }, [331] = { - [ts_builtin_sym_end] = ACTIONS(2408), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2410), - [anon_sym_DQUOTE] = ACTIONS(2408), - [aux_sym_match_token1] = ACTIONS(2408), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2408), - [aux_sym_address_family_token1] = ACTIONS(2408), - [aux_sym_batch_mode_token1] = ACTIONS(2408), - [aux_sym_bind_address_token1] = ACTIONS(2408), - [aux_sym_bind_interface_token1] = ACTIONS(2408), - [aux_sym_canonical_domains_token1] = ACTIONS(2408), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2408), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2408), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2408), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2408), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2408), - [aux_sym_certificate_file_token1] = ACTIONS(2408), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2408), - [aux_sym_check_host_ip_token1] = ACTIONS(2408), - [aux_sym_ciphers_token1] = ACTIONS(2408), - [aux_sym_cipher_token1] = ACTIONS(2410), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2408), - [aux_sym_compression_token1] = ACTIONS(2408), - [aux_sym_connection_attempts_token1] = ACTIONS(2408), - [aux_sym_connect_timeout_token1] = ACTIONS(2408), - [aux_sym_control_master_token1] = ACTIONS(2408), - [aux_sym_control_path_token1] = ACTIONS(2408), - [aux_sym_control_persist_token1] = ACTIONS(2408), - [aux_sym_dynamic_forward_token1] = ACTIONS(2408), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2408), - [aux_sym_escape_char_token1] = ACTIONS(2408), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2408), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2408), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2408), - [aux_sym_forward_agent_token1] = ACTIONS(2408), - [aux_sym_forward_x11_token1] = ACTIONS(2410), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2408), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2408), - [aux_sym_gateway_ports_token1] = ACTIONS(2408), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2408), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2408), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2408), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2408), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2408), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2408), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2408), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2408), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2408), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2408), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2408), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2408), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2408), - [aux_sym_host_key_alias_token1] = ACTIONS(2408), - [aux_sym_hostname_token1] = ACTIONS(2408), - [aux_sym_identities_only_token1] = ACTIONS(2408), - [aux_sym_identity_agent_token1] = ACTIONS(2408), - [aux_sym_identity_file_token1] = ACTIONS(2408), - [aux_sym_ignore_unknown_token1] = ACTIONS(2408), - [aux_sym_include_token1] = ACTIONS(2408), - [aux_sym_ip_qos_token1] = ACTIONS(2408), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2408), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2408), - [aux_sym_kex_algorithms_token1] = ACTIONS(2408), - [aux_sym_known_hosts_command_token1] = ACTIONS(2408), - [aux_sym_local_command_token1] = ACTIONS(2408), - [aux_sym_local_forward_token1] = ACTIONS(2408), - [aux_sym_log_level_token1] = ACTIONS(2408), - [aux_sym_log_verbose_token1] = ACTIONS(2408), - [aux_sym_macs_token1] = ACTIONS(2408), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2408), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2408), - [aux_sym_password_authentication_token1] = ACTIONS(2408), - [aux_sym_permit_local_command_token1] = ACTIONS(2408), - [aux_sym_permit_remote_open_token1] = ACTIONS(2408), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2408), - [aux_sym_port_token1] = ACTIONS(2408), - [aux_sym_preferred_authentications_token1] = ACTIONS(2408), - [aux_sym_protocol_token1] = ACTIONS(2408), - [aux_sym_proxy_command_token1] = ACTIONS(2408), - [aux_sym_proxy_jump_token1] = ACTIONS(2408), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2408), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2408), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2408), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2408), - [aux_sym_rekey_limit_token1] = ACTIONS(2408), - [aux_sym_remote_command_token1] = ACTIONS(2408), - [aux_sym_remote_forward_token1] = ACTIONS(2408), - [aux_sym_request_tty_token1] = ACTIONS(2408), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2408), - [aux_sym_security_key_provider_token1] = ACTIONS(2408), - [aux_sym_send_env_token1] = ACTIONS(2408), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2408), - [aux_sym_server_alive_interval_token1] = ACTIONS(2408), - [aux_sym_session_type_token1] = ACTIONS(2408), - [aux_sym_set_env_token1] = ACTIONS(2408), - [aux_sym_stdin_null_token1] = ACTIONS(2408), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2408), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2408), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2408), - [aux_sym_syslog_facility_token1] = ACTIONS(2408), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2408), - [aux_sym_keep_alive_token1] = ACTIONS(2408), - [aux_sym_tunnel_token1] = ACTIONS(2410), - [aux_sym_tunnel_device_token1] = ACTIONS(2408), - [aux_sym_update_host_keys_token1] = ACTIONS(2408), - [aux_sym_use_keychain_token1] = ACTIONS(2408), - [aux_sym_use_roaming_token1] = ACTIONS(2408), - [aux_sym_user_token1] = ACTIONS(2410), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2408), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2408), - [aux_sym_visual_host_key_token1] = ACTIONS(2408), - [aux_sym_xauth_location_token1] = ACTIONS(2408), + [ts_builtin_sym_end] = ACTIONS(2415), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2417), + [anon_sym_DQUOTE] = ACTIONS(2419), + [aux_sym_match_token1] = ACTIONS(2415), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2415), + [aux_sym_address_family_token1] = ACTIONS(2415), + [aux_sym_batch_mode_token1] = ACTIONS(2415), + [aux_sym_bind_address_token1] = ACTIONS(2415), + [aux_sym_bind_interface_token1] = ACTIONS(2415), + [aux_sym_canonical_domains_token1] = ACTIONS(2415), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2415), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2415), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2415), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2415), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2415), + [aux_sym_certificate_file_token1] = ACTIONS(2415), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2415), + [aux_sym_check_host_ip_token1] = ACTIONS(2415), + [aux_sym_ciphers_token1] = ACTIONS(2415), + [aux_sym_cipher_token1] = ACTIONS(2417), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2415), + [aux_sym_compression_token1] = ACTIONS(2415), + [aux_sym_connection_attempts_token1] = ACTIONS(2415), + [aux_sym_connect_timeout_token1] = ACTIONS(2415), + [aux_sym_control_master_token1] = ACTIONS(2415), + [aux_sym_control_path_token1] = ACTIONS(2415), + [aux_sym_control_persist_token1] = ACTIONS(2415), + [aux_sym_dynamic_forward_token1] = ACTIONS(2415), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2415), + [aux_sym_escape_char_token1] = ACTIONS(2415), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2415), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2415), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2415), + [aux_sym_forward_agent_token1] = ACTIONS(2415), + [aux_sym_forward_x11_token1] = ACTIONS(2417), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2415), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2415), + [aux_sym_gateway_ports_token1] = ACTIONS(2415), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2415), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2415), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2415), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2415), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2415), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2415), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2415), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2415), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2415), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2415), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2415), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2415), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2415), + [aux_sym_host_key_alias_token1] = ACTIONS(2415), + [aux_sym_hostname_token1] = ACTIONS(2415), + [aux_sym_identities_only_token1] = ACTIONS(2415), + [aux_sym_identity_agent_token1] = ACTIONS(2415), + [aux_sym_identity_file_token1] = ACTIONS(2415), + [aux_sym_ignore_unknown_token1] = ACTIONS(2415), + [aux_sym_include_token1] = ACTIONS(2415), + [aux_sym_ip_qos_token1] = ACTIONS(2415), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2415), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2415), + [aux_sym_kex_algorithms_token1] = ACTIONS(2415), + [aux_sym_known_hosts_command_token1] = ACTIONS(2415), + [aux_sym_local_command_token1] = ACTIONS(2415), + [aux_sym_local_forward_token1] = ACTIONS(2415), + [aux_sym_log_level_token1] = ACTIONS(2415), + [aux_sym_log_verbose_token1] = ACTIONS(2415), + [aux_sym_macs_token1] = ACTIONS(2415), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2415), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2415), + [aux_sym_password_authentication_token1] = ACTIONS(2415), + [aux_sym_permit_local_command_token1] = ACTIONS(2415), + [aux_sym_permit_remote_open_token1] = ACTIONS(2415), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2415), + [aux_sym_port_token1] = ACTIONS(2415), + [aux_sym_preferred_authentications_token1] = ACTIONS(2415), + [aux_sym_protocol_token1] = ACTIONS(2415), + [aux_sym_proxy_command_token1] = ACTIONS(2415), + [aux_sym_proxy_jump_token1] = ACTIONS(2415), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2415), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2415), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2415), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2415), + [aux_sym_rekey_limit_token1] = ACTIONS(2415), + [aux_sym_remote_command_token1] = ACTIONS(2415), + [aux_sym_remote_forward_token1] = ACTIONS(2415), + [aux_sym_request_tty_token1] = ACTIONS(2415), + [aux_sym_required_rsa_size_token1] = ACTIONS(2415), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2415), + [aux_sym_security_key_provider_token1] = ACTIONS(2415), + [aux_sym_send_env_token1] = ACTIONS(2415), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2415), + [aux_sym_server_alive_interval_token1] = ACTIONS(2415), + [aux_sym_session_type_token1] = ACTIONS(2415), + [aux_sym_set_env_token1] = ACTIONS(2415), + [aux_sym_stdin_null_token1] = ACTIONS(2415), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2415), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2415), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2415), + [aux_sym_syslog_facility_token1] = ACTIONS(2415), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2415), + [aux_sym_keep_alive_token1] = ACTIONS(2415), + [aux_sym_tunnel_token1] = ACTIONS(2417), + [aux_sym_tunnel_device_token1] = ACTIONS(2415), + [aux_sym_update_host_keys_token1] = ACTIONS(2415), + [aux_sym_use_keychain_token1] = ACTIONS(2415), + [aux_sym_use_roaming_token1] = ACTIONS(2415), + [aux_sym_user_token1] = ACTIONS(2417), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2415), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2415), + [aux_sym_visual_host_key_token1] = ACTIONS(2415), + [aux_sym_xauth_location_token1] = ACTIONS(2415), }, [332] = { - [ts_builtin_sym_end] = ACTIONS(2412), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2414), - [anon_sym_DQUOTE] = ACTIONS(2416), - [aux_sym_match_token1] = ACTIONS(2412), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2412), - [aux_sym_address_family_token1] = ACTIONS(2412), - [aux_sym_batch_mode_token1] = ACTIONS(2412), - [aux_sym_bind_address_token1] = ACTIONS(2412), - [aux_sym_bind_interface_token1] = ACTIONS(2412), - [aux_sym_canonical_domains_token1] = ACTIONS(2412), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2412), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2412), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2412), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2412), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2412), - [aux_sym_certificate_file_token1] = ACTIONS(2412), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2412), - [aux_sym_check_host_ip_token1] = ACTIONS(2412), - [aux_sym_ciphers_token1] = ACTIONS(2412), - [aux_sym_cipher_token1] = ACTIONS(2414), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2412), - [aux_sym_compression_token1] = ACTIONS(2412), - [aux_sym_connection_attempts_token1] = ACTIONS(2412), - [aux_sym_connect_timeout_token1] = ACTIONS(2412), - [aux_sym_control_master_token1] = ACTIONS(2412), - [aux_sym_control_path_token1] = ACTIONS(2412), - [aux_sym_control_persist_token1] = ACTIONS(2412), - [aux_sym_dynamic_forward_token1] = ACTIONS(2412), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2412), - [aux_sym_escape_char_token1] = ACTIONS(2412), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2412), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2412), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2412), - [aux_sym_forward_agent_token1] = ACTIONS(2412), - [aux_sym_forward_x11_token1] = ACTIONS(2414), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2412), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2412), - [aux_sym_gateway_ports_token1] = ACTIONS(2412), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2412), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2412), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2412), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2412), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2412), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2412), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2412), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2412), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2412), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2412), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2412), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2412), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2412), - [aux_sym_host_key_alias_token1] = ACTIONS(2412), - [aux_sym_hostname_token1] = ACTIONS(2412), - [aux_sym_identities_only_token1] = ACTIONS(2412), - [aux_sym_identity_agent_token1] = ACTIONS(2412), - [aux_sym_identity_file_token1] = ACTIONS(2412), - [aux_sym_ignore_unknown_token1] = ACTIONS(2412), - [aux_sym_include_token1] = ACTIONS(2412), - [aux_sym_ip_qos_token1] = ACTIONS(2412), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2412), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2412), - [aux_sym_kex_algorithms_token1] = ACTIONS(2412), - [aux_sym_known_hosts_command_token1] = ACTIONS(2412), - [aux_sym_local_command_token1] = ACTIONS(2412), - [aux_sym_local_forward_token1] = ACTIONS(2412), - [aux_sym_log_level_token1] = ACTIONS(2412), - [aux_sym_log_verbose_token1] = ACTIONS(2412), - [aux_sym_macs_token1] = ACTIONS(2412), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2412), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2412), - [aux_sym_password_authentication_token1] = ACTIONS(2412), - [aux_sym_permit_local_command_token1] = ACTIONS(2412), - [aux_sym_permit_remote_open_token1] = ACTIONS(2412), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2412), - [aux_sym_port_token1] = ACTIONS(2412), - [aux_sym_preferred_authentications_token1] = ACTIONS(2412), - [aux_sym_protocol_token1] = ACTIONS(2412), - [aux_sym_proxy_command_token1] = ACTIONS(2412), - [aux_sym_proxy_jump_token1] = ACTIONS(2412), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2412), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2412), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2412), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2412), - [aux_sym_rekey_limit_token1] = ACTIONS(2412), - [aux_sym_remote_command_token1] = ACTIONS(2412), - [aux_sym_remote_forward_token1] = ACTIONS(2412), - [aux_sym_request_tty_token1] = ACTIONS(2412), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2412), - [aux_sym_security_key_provider_token1] = ACTIONS(2412), - [aux_sym_send_env_token1] = ACTIONS(2412), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2412), - [aux_sym_server_alive_interval_token1] = ACTIONS(2412), - [aux_sym_session_type_token1] = ACTIONS(2412), - [aux_sym_set_env_token1] = ACTIONS(2412), - [aux_sym_stdin_null_token1] = ACTIONS(2412), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2412), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2412), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2412), - [aux_sym_syslog_facility_token1] = ACTIONS(2412), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2412), - [aux_sym_keep_alive_token1] = ACTIONS(2412), - [aux_sym_tunnel_token1] = ACTIONS(2414), - [aux_sym_tunnel_device_token1] = ACTIONS(2412), - [aux_sym_update_host_keys_token1] = ACTIONS(2412), - [aux_sym_use_keychain_token1] = ACTIONS(2412), - [aux_sym_use_roaming_token1] = ACTIONS(2412), - [aux_sym_user_token1] = ACTIONS(2414), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2412), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2412), - [aux_sym_visual_host_key_token1] = ACTIONS(2412), - [aux_sym_xauth_location_token1] = ACTIONS(2412), + [ts_builtin_sym_end] = ACTIONS(2421), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2423), + [anon_sym_DQUOTE] = ACTIONS(2421), + [aux_sym_match_token1] = ACTIONS(2421), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2421), + [aux_sym_address_family_token1] = ACTIONS(2421), + [aux_sym_batch_mode_token1] = ACTIONS(2421), + [aux_sym_bind_address_token1] = ACTIONS(2421), + [aux_sym_bind_interface_token1] = ACTIONS(2421), + [aux_sym_canonical_domains_token1] = ACTIONS(2421), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2421), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2421), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2421), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2421), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2421), + [aux_sym_certificate_file_token1] = ACTIONS(2421), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2421), + [aux_sym_check_host_ip_token1] = ACTIONS(2421), + [aux_sym_ciphers_token1] = ACTIONS(2421), + [aux_sym_cipher_token1] = ACTIONS(2423), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2421), + [aux_sym_compression_token1] = ACTIONS(2421), + [aux_sym_connection_attempts_token1] = ACTIONS(2421), + [aux_sym_connect_timeout_token1] = ACTIONS(2421), + [aux_sym_control_master_token1] = ACTIONS(2421), + [aux_sym_control_path_token1] = ACTIONS(2421), + [aux_sym_control_persist_token1] = ACTIONS(2421), + [aux_sym_dynamic_forward_token1] = ACTIONS(2421), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2421), + [aux_sym_escape_char_token1] = ACTIONS(2421), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2421), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2421), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2421), + [aux_sym_forward_agent_token1] = ACTIONS(2421), + [aux_sym_forward_x11_token1] = ACTIONS(2423), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2421), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2421), + [aux_sym_gateway_ports_token1] = ACTIONS(2421), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2421), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2421), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2421), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2421), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2421), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2421), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2421), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2421), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2421), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2421), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2421), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2421), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2421), + [aux_sym_host_key_alias_token1] = ACTIONS(2421), + [aux_sym_hostname_token1] = ACTIONS(2421), + [aux_sym_identities_only_token1] = ACTIONS(2421), + [aux_sym_identity_agent_token1] = ACTIONS(2421), + [aux_sym_identity_file_token1] = ACTIONS(2421), + [aux_sym_ignore_unknown_token1] = ACTIONS(2421), + [aux_sym_include_token1] = ACTIONS(2421), + [aux_sym_ip_qos_token1] = ACTIONS(2421), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2421), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2421), + [aux_sym_kex_algorithms_token1] = ACTIONS(2421), + [aux_sym_known_hosts_command_token1] = ACTIONS(2421), + [aux_sym_local_command_token1] = ACTIONS(2421), + [aux_sym_local_forward_token1] = ACTIONS(2421), + [aux_sym_log_level_token1] = ACTIONS(2421), + [aux_sym_log_verbose_token1] = ACTIONS(2421), + [aux_sym_macs_token1] = ACTIONS(2421), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2421), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2421), + [aux_sym_password_authentication_token1] = ACTIONS(2421), + [aux_sym_permit_local_command_token1] = ACTIONS(2421), + [aux_sym_permit_remote_open_token1] = ACTIONS(2421), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2421), + [aux_sym_port_token1] = ACTIONS(2421), + [aux_sym_preferred_authentications_token1] = ACTIONS(2421), + [aux_sym_protocol_token1] = ACTIONS(2421), + [aux_sym_proxy_command_token1] = ACTIONS(2421), + [aux_sym_proxy_jump_token1] = ACTIONS(2421), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2421), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2421), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2421), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2421), + [aux_sym_rekey_limit_token1] = ACTIONS(2421), + [aux_sym_remote_command_token1] = ACTIONS(2421), + [aux_sym_remote_forward_token1] = ACTIONS(2421), + [aux_sym_request_tty_token1] = ACTIONS(2421), + [aux_sym_required_rsa_size_token1] = ACTIONS(2421), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2421), + [aux_sym_security_key_provider_token1] = ACTIONS(2421), + [aux_sym_send_env_token1] = ACTIONS(2421), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2421), + [aux_sym_server_alive_interval_token1] = ACTIONS(2421), + [aux_sym_session_type_token1] = ACTIONS(2421), + [aux_sym_set_env_token1] = ACTIONS(2421), + [aux_sym_stdin_null_token1] = ACTIONS(2421), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2421), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2421), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2421), + [aux_sym_syslog_facility_token1] = ACTIONS(2421), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2421), + [aux_sym_keep_alive_token1] = ACTIONS(2421), + [aux_sym_tunnel_token1] = ACTIONS(2423), + [aux_sym_tunnel_device_token1] = ACTIONS(2421), + [aux_sym_update_host_keys_token1] = ACTIONS(2421), + [aux_sym_use_keychain_token1] = ACTIONS(2421), + [aux_sym_use_roaming_token1] = ACTIONS(2421), + [aux_sym_user_token1] = ACTIONS(2423), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2421), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2421), + [aux_sym_visual_host_key_token1] = ACTIONS(2421), + [aux_sym_xauth_location_token1] = ACTIONS(2421), }, [333] = { - [ts_builtin_sym_end] = ACTIONS(2418), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2420), - [anon_sym_DQUOTE] = ACTIONS(2422), - [aux_sym_match_token1] = ACTIONS(2418), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2418), - [aux_sym_address_family_token1] = ACTIONS(2418), - [aux_sym_batch_mode_token1] = ACTIONS(2418), - [aux_sym_bind_address_token1] = ACTIONS(2418), - [aux_sym_bind_interface_token1] = ACTIONS(2418), - [aux_sym_canonical_domains_token1] = ACTIONS(2418), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2418), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2418), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2418), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2418), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2418), - [aux_sym_certificate_file_token1] = ACTIONS(2418), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2418), - [aux_sym_check_host_ip_token1] = ACTIONS(2418), - [aux_sym_ciphers_token1] = ACTIONS(2418), - [aux_sym_cipher_token1] = ACTIONS(2420), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2418), - [aux_sym_compression_token1] = ACTIONS(2418), - [aux_sym_connection_attempts_token1] = ACTIONS(2418), - [aux_sym_connect_timeout_token1] = ACTIONS(2418), - [aux_sym_control_master_token1] = ACTIONS(2418), - [aux_sym_control_path_token1] = ACTIONS(2418), - [aux_sym_control_persist_token1] = ACTIONS(2418), - [aux_sym_dynamic_forward_token1] = ACTIONS(2418), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2418), - [aux_sym_escape_char_token1] = ACTIONS(2418), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2418), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2418), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2418), - [aux_sym_forward_agent_token1] = ACTIONS(2418), - [aux_sym_forward_x11_token1] = ACTIONS(2420), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2418), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2418), - [aux_sym_gateway_ports_token1] = ACTIONS(2418), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2418), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2418), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2418), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2418), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2418), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2418), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2418), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2418), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2418), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2418), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2418), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2418), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2418), - [aux_sym_host_key_alias_token1] = ACTIONS(2418), - [aux_sym_hostname_token1] = ACTIONS(2418), - [aux_sym_identities_only_token1] = ACTIONS(2418), - [aux_sym_identity_agent_token1] = ACTIONS(2418), - [aux_sym_identity_file_token1] = ACTIONS(2418), - [aux_sym_ignore_unknown_token1] = ACTIONS(2418), - [aux_sym_include_token1] = ACTIONS(2418), - [aux_sym_ip_qos_token1] = ACTIONS(2418), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2418), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2418), - [aux_sym_kex_algorithms_token1] = ACTIONS(2418), - [aux_sym_known_hosts_command_token1] = ACTIONS(2418), - [aux_sym_local_command_token1] = ACTIONS(2418), - [aux_sym_local_forward_token1] = ACTIONS(2418), - [aux_sym_log_level_token1] = ACTIONS(2418), - [aux_sym_log_verbose_token1] = ACTIONS(2418), - [aux_sym_macs_token1] = ACTIONS(2418), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2418), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2418), - [aux_sym_password_authentication_token1] = ACTIONS(2418), - [aux_sym_permit_local_command_token1] = ACTIONS(2418), - [aux_sym_permit_remote_open_token1] = ACTIONS(2418), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2418), - [aux_sym_port_token1] = ACTIONS(2418), - [aux_sym_preferred_authentications_token1] = ACTIONS(2418), - [aux_sym_protocol_token1] = ACTIONS(2418), - [aux_sym_proxy_command_token1] = ACTIONS(2418), - [aux_sym_proxy_jump_token1] = ACTIONS(2418), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2418), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2418), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2418), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2418), - [aux_sym_rekey_limit_token1] = ACTIONS(2418), - [aux_sym_remote_command_token1] = ACTIONS(2418), - [aux_sym_remote_forward_token1] = ACTIONS(2418), - [aux_sym_request_tty_token1] = ACTIONS(2418), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2418), - [aux_sym_security_key_provider_token1] = ACTIONS(2418), - [aux_sym_send_env_token1] = ACTIONS(2418), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2418), - [aux_sym_server_alive_interval_token1] = ACTIONS(2418), - [aux_sym_session_type_token1] = ACTIONS(2418), - [aux_sym_set_env_token1] = ACTIONS(2418), - [aux_sym_stdin_null_token1] = ACTIONS(2418), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2418), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2418), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2418), - [aux_sym_syslog_facility_token1] = ACTIONS(2418), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2418), - [aux_sym_keep_alive_token1] = ACTIONS(2418), - [aux_sym_tunnel_token1] = ACTIONS(2420), - [aux_sym_tunnel_device_token1] = ACTIONS(2418), - [aux_sym_update_host_keys_token1] = ACTIONS(2418), - [aux_sym_use_keychain_token1] = ACTIONS(2418), - [aux_sym_use_roaming_token1] = ACTIONS(2418), - [aux_sym_user_token1] = ACTIONS(2420), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2418), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2418), - [aux_sym_visual_host_key_token1] = ACTIONS(2418), - [aux_sym_xauth_location_token1] = ACTIONS(2418), + [ts_builtin_sym_end] = ACTIONS(2425), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2427), + [anon_sym_DQUOTE] = ACTIONS(2425), + [aux_sym_match_token1] = ACTIONS(2425), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2425), + [aux_sym_address_family_token1] = ACTIONS(2425), + [aux_sym_batch_mode_token1] = ACTIONS(2425), + [aux_sym_bind_address_token1] = ACTIONS(2425), + [aux_sym_bind_interface_token1] = ACTIONS(2425), + [aux_sym_canonical_domains_token1] = ACTIONS(2425), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2425), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2425), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2425), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2425), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2425), + [aux_sym_certificate_file_token1] = ACTIONS(2425), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2425), + [aux_sym_check_host_ip_token1] = ACTIONS(2425), + [aux_sym_ciphers_token1] = ACTIONS(2425), + [aux_sym_cipher_token1] = ACTIONS(2427), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2425), + [aux_sym_compression_token1] = ACTIONS(2425), + [aux_sym_connection_attempts_token1] = ACTIONS(2425), + [aux_sym_connect_timeout_token1] = ACTIONS(2425), + [aux_sym_control_master_token1] = ACTIONS(2425), + [aux_sym_control_path_token1] = ACTIONS(2425), + [aux_sym_control_persist_token1] = ACTIONS(2425), + [aux_sym_dynamic_forward_token1] = ACTIONS(2425), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2425), + [aux_sym_escape_char_token1] = ACTIONS(2425), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2425), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2425), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2425), + [aux_sym_forward_agent_token1] = ACTIONS(2425), + [aux_sym_forward_x11_token1] = ACTIONS(2427), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2425), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2425), + [aux_sym_gateway_ports_token1] = ACTIONS(2425), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2425), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2425), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2425), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2425), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2425), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2425), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2425), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2425), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2425), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2425), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2425), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2425), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2425), + [aux_sym_host_key_alias_token1] = ACTIONS(2425), + [aux_sym_hostname_token1] = ACTIONS(2425), + [aux_sym_identities_only_token1] = ACTIONS(2425), + [aux_sym_identity_agent_token1] = ACTIONS(2425), + [aux_sym_identity_file_token1] = ACTIONS(2425), + [aux_sym_ignore_unknown_token1] = ACTIONS(2425), + [aux_sym_include_token1] = ACTIONS(2425), + [aux_sym_ip_qos_token1] = ACTIONS(2425), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2425), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2425), + [aux_sym_kex_algorithms_token1] = ACTIONS(2425), + [aux_sym_known_hosts_command_token1] = ACTIONS(2425), + [aux_sym_local_command_token1] = ACTIONS(2425), + [aux_sym_local_forward_token1] = ACTIONS(2425), + [aux_sym_log_level_token1] = ACTIONS(2425), + [aux_sym_log_verbose_token1] = ACTIONS(2425), + [aux_sym_macs_token1] = ACTIONS(2425), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2425), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2425), + [aux_sym_password_authentication_token1] = ACTIONS(2425), + [aux_sym_permit_local_command_token1] = ACTIONS(2425), + [aux_sym_permit_remote_open_token1] = ACTIONS(2425), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2425), + [aux_sym_port_token1] = ACTIONS(2425), + [aux_sym_preferred_authentications_token1] = ACTIONS(2425), + [aux_sym_protocol_token1] = ACTIONS(2425), + [aux_sym_proxy_command_token1] = ACTIONS(2425), + [aux_sym_proxy_jump_token1] = ACTIONS(2425), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2425), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2425), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2425), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2425), + [aux_sym_rekey_limit_token1] = ACTIONS(2425), + [aux_sym_remote_command_token1] = ACTIONS(2425), + [aux_sym_remote_forward_token1] = ACTIONS(2425), + [aux_sym_request_tty_token1] = ACTIONS(2425), + [aux_sym_required_rsa_size_token1] = ACTIONS(2425), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2425), + [aux_sym_security_key_provider_token1] = ACTIONS(2425), + [aux_sym_send_env_token1] = ACTIONS(2425), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2425), + [aux_sym_server_alive_interval_token1] = ACTIONS(2425), + [aux_sym_session_type_token1] = ACTIONS(2425), + [aux_sym_set_env_token1] = ACTIONS(2425), + [aux_sym_stdin_null_token1] = ACTIONS(2425), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2425), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2425), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2425), + [aux_sym_syslog_facility_token1] = ACTIONS(2425), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2425), + [aux_sym_keep_alive_token1] = ACTIONS(2425), + [aux_sym_tunnel_token1] = ACTIONS(2427), + [aux_sym_tunnel_device_token1] = ACTIONS(2425), + [aux_sym_update_host_keys_token1] = ACTIONS(2425), + [aux_sym_use_keychain_token1] = ACTIONS(2425), + [aux_sym_use_roaming_token1] = ACTIONS(2425), + [aux_sym_user_token1] = ACTIONS(2427), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2425), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2425), + [aux_sym_visual_host_key_token1] = ACTIONS(2425), + [aux_sym_xauth_location_token1] = ACTIONS(2425), }, [334] = { - [ts_builtin_sym_end] = ACTIONS(2424), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2426), - [anon_sym_DQUOTE] = ACTIONS(2424), - [aux_sym_match_token1] = ACTIONS(2424), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2424), - [aux_sym_address_family_token1] = ACTIONS(2424), - [aux_sym_batch_mode_token1] = ACTIONS(2424), - [aux_sym_bind_address_token1] = ACTIONS(2424), - [aux_sym_bind_interface_token1] = ACTIONS(2424), - [aux_sym_canonical_domains_token1] = ACTIONS(2424), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2424), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2424), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2424), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2424), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2424), - [aux_sym_certificate_file_token1] = ACTIONS(2424), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2424), - [aux_sym_check_host_ip_token1] = ACTIONS(2424), - [aux_sym_ciphers_token1] = ACTIONS(2424), - [aux_sym_cipher_token1] = ACTIONS(2426), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2424), - [aux_sym_compression_token1] = ACTIONS(2424), - [aux_sym_connection_attempts_token1] = ACTIONS(2424), - [aux_sym_connect_timeout_token1] = ACTIONS(2424), - [aux_sym_control_master_token1] = ACTIONS(2424), - [aux_sym_control_path_token1] = ACTIONS(2424), - [aux_sym_control_persist_token1] = ACTIONS(2424), - [aux_sym_dynamic_forward_token1] = ACTIONS(2424), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2424), - [aux_sym_escape_char_token1] = ACTIONS(2424), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2424), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2424), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2424), - [aux_sym_forward_agent_token1] = ACTIONS(2424), - [aux_sym_forward_x11_token1] = ACTIONS(2426), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2424), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2424), - [aux_sym_gateway_ports_token1] = ACTIONS(2424), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2424), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2424), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2424), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2424), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2424), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2424), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2424), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2424), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2424), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2424), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2424), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2424), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2424), - [aux_sym_host_key_alias_token1] = ACTIONS(2424), - [aux_sym_hostname_token1] = ACTIONS(2424), - [aux_sym_identities_only_token1] = ACTIONS(2424), - [aux_sym_identity_agent_token1] = ACTIONS(2424), - [aux_sym_identity_file_token1] = ACTIONS(2424), - [aux_sym_ignore_unknown_token1] = ACTIONS(2424), - [aux_sym_include_token1] = ACTIONS(2424), - [aux_sym_ip_qos_token1] = ACTIONS(2424), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2424), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2424), - [aux_sym_kex_algorithms_token1] = ACTIONS(2424), - [aux_sym_known_hosts_command_token1] = ACTIONS(2424), - [aux_sym_local_command_token1] = ACTIONS(2424), - [aux_sym_local_forward_token1] = ACTIONS(2424), - [aux_sym_log_level_token1] = ACTIONS(2424), - [aux_sym_log_verbose_token1] = ACTIONS(2424), - [aux_sym_macs_token1] = ACTIONS(2424), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2424), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2424), - [aux_sym_password_authentication_token1] = ACTIONS(2424), - [aux_sym_permit_local_command_token1] = ACTIONS(2424), - [aux_sym_permit_remote_open_token1] = ACTIONS(2424), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2424), - [aux_sym_port_token1] = ACTIONS(2424), - [aux_sym_preferred_authentications_token1] = ACTIONS(2424), - [aux_sym_protocol_token1] = ACTIONS(2424), - [aux_sym_proxy_command_token1] = ACTIONS(2424), - [aux_sym_proxy_jump_token1] = ACTIONS(2424), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2424), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2424), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2424), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2424), - [aux_sym_rekey_limit_token1] = ACTIONS(2424), - [aux_sym_remote_command_token1] = ACTIONS(2424), - [aux_sym_remote_forward_token1] = ACTIONS(2424), - [aux_sym_request_tty_token1] = ACTIONS(2424), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2424), - [aux_sym_security_key_provider_token1] = ACTIONS(2424), - [aux_sym_send_env_token1] = ACTIONS(2424), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2424), - [aux_sym_server_alive_interval_token1] = ACTIONS(2424), - [aux_sym_session_type_token1] = ACTIONS(2424), - [aux_sym_set_env_token1] = ACTIONS(2424), - [aux_sym_stdin_null_token1] = ACTIONS(2424), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2424), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2424), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2424), - [aux_sym_syslog_facility_token1] = ACTIONS(2424), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2424), - [aux_sym_keep_alive_token1] = ACTIONS(2424), - [aux_sym_tunnel_token1] = ACTIONS(2426), - [aux_sym_tunnel_device_token1] = ACTIONS(2424), - [aux_sym_update_host_keys_token1] = ACTIONS(2424), - [aux_sym_use_keychain_token1] = ACTIONS(2424), - [aux_sym_use_roaming_token1] = ACTIONS(2424), - [aux_sym_user_token1] = ACTIONS(2426), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2424), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2424), - [aux_sym_visual_host_key_token1] = ACTIONS(2424), - [aux_sym_xauth_location_token1] = ACTIONS(2424), + [ts_builtin_sym_end] = ACTIONS(2429), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2431), + [anon_sym_DQUOTE] = ACTIONS(2433), + [aux_sym_match_token1] = ACTIONS(2429), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2429), + [aux_sym_address_family_token1] = ACTIONS(2429), + [aux_sym_batch_mode_token1] = ACTIONS(2429), + [aux_sym_bind_address_token1] = ACTIONS(2429), + [aux_sym_bind_interface_token1] = ACTIONS(2429), + [aux_sym_canonical_domains_token1] = ACTIONS(2429), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2429), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2429), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2429), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2429), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2429), + [aux_sym_certificate_file_token1] = ACTIONS(2429), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2429), + [aux_sym_check_host_ip_token1] = ACTIONS(2429), + [aux_sym_ciphers_token1] = ACTIONS(2429), + [aux_sym_cipher_token1] = ACTIONS(2431), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2429), + [aux_sym_compression_token1] = ACTIONS(2429), + [aux_sym_connection_attempts_token1] = ACTIONS(2429), + [aux_sym_connect_timeout_token1] = ACTIONS(2429), + [aux_sym_control_master_token1] = ACTIONS(2429), + [aux_sym_control_path_token1] = ACTIONS(2429), + [aux_sym_control_persist_token1] = ACTIONS(2429), + [aux_sym_dynamic_forward_token1] = ACTIONS(2429), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2429), + [aux_sym_escape_char_token1] = ACTIONS(2429), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2429), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2429), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2429), + [aux_sym_forward_agent_token1] = ACTIONS(2429), + [aux_sym_forward_x11_token1] = ACTIONS(2431), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2429), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2429), + [aux_sym_gateway_ports_token1] = ACTIONS(2429), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2429), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2429), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2429), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2429), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2429), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2429), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2429), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2429), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2429), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2429), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2429), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2429), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2429), + [aux_sym_host_key_alias_token1] = ACTIONS(2429), + [aux_sym_hostname_token1] = ACTIONS(2429), + [aux_sym_identities_only_token1] = ACTIONS(2429), + [aux_sym_identity_agent_token1] = ACTIONS(2429), + [aux_sym_identity_file_token1] = ACTIONS(2429), + [aux_sym_ignore_unknown_token1] = ACTIONS(2429), + [aux_sym_include_token1] = ACTIONS(2429), + [aux_sym_ip_qos_token1] = ACTIONS(2429), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2429), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2429), + [aux_sym_kex_algorithms_token1] = ACTIONS(2429), + [aux_sym_known_hosts_command_token1] = ACTIONS(2429), + [aux_sym_local_command_token1] = ACTIONS(2429), + [aux_sym_local_forward_token1] = ACTIONS(2429), + [aux_sym_log_level_token1] = ACTIONS(2429), + [aux_sym_log_verbose_token1] = ACTIONS(2429), + [aux_sym_macs_token1] = ACTIONS(2429), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2429), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2429), + [aux_sym_password_authentication_token1] = ACTIONS(2429), + [aux_sym_permit_local_command_token1] = ACTIONS(2429), + [aux_sym_permit_remote_open_token1] = ACTIONS(2429), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2429), + [aux_sym_port_token1] = ACTIONS(2429), + [aux_sym_preferred_authentications_token1] = ACTIONS(2429), + [aux_sym_protocol_token1] = ACTIONS(2429), + [aux_sym_proxy_command_token1] = ACTIONS(2429), + [aux_sym_proxy_jump_token1] = ACTIONS(2429), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2429), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2429), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2429), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2429), + [aux_sym_rekey_limit_token1] = ACTIONS(2429), + [aux_sym_remote_command_token1] = ACTIONS(2429), + [aux_sym_remote_forward_token1] = ACTIONS(2429), + [aux_sym_request_tty_token1] = ACTIONS(2429), + [aux_sym_required_rsa_size_token1] = ACTIONS(2429), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2429), + [aux_sym_security_key_provider_token1] = ACTIONS(2429), + [aux_sym_send_env_token1] = ACTIONS(2429), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2429), + [aux_sym_server_alive_interval_token1] = ACTIONS(2429), + [aux_sym_session_type_token1] = ACTIONS(2429), + [aux_sym_set_env_token1] = ACTIONS(2429), + [aux_sym_stdin_null_token1] = ACTIONS(2429), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2429), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2429), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2429), + [aux_sym_syslog_facility_token1] = ACTIONS(2429), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2429), + [aux_sym_keep_alive_token1] = ACTIONS(2429), + [aux_sym_tunnel_token1] = ACTIONS(2431), + [aux_sym_tunnel_device_token1] = ACTIONS(2429), + [aux_sym_update_host_keys_token1] = ACTIONS(2429), + [aux_sym_use_keychain_token1] = ACTIONS(2429), + [aux_sym_use_roaming_token1] = ACTIONS(2429), + [aux_sym_user_token1] = ACTIONS(2431), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2429), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2429), + [aux_sym_visual_host_key_token1] = ACTIONS(2429), + [aux_sym_xauth_location_token1] = ACTIONS(2429), }, [335] = { - [ts_builtin_sym_end] = ACTIONS(2428), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2430), - [anon_sym_DQUOTE] = ACTIONS(2428), - [aux_sym_match_token1] = ACTIONS(2428), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2428), - [aux_sym_address_family_token1] = ACTIONS(2428), - [aux_sym_batch_mode_token1] = ACTIONS(2428), - [aux_sym_bind_address_token1] = ACTIONS(2428), - [aux_sym_bind_interface_token1] = ACTIONS(2428), - [aux_sym_canonical_domains_token1] = ACTIONS(2428), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2428), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2428), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2428), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2428), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2428), - [aux_sym_certificate_file_token1] = ACTIONS(2428), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2428), - [aux_sym_check_host_ip_token1] = ACTIONS(2428), - [aux_sym_ciphers_token1] = ACTIONS(2428), - [aux_sym_cipher_token1] = ACTIONS(2430), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2428), - [aux_sym_compression_token1] = ACTIONS(2428), - [aux_sym_connection_attempts_token1] = ACTIONS(2428), - [aux_sym_connect_timeout_token1] = ACTIONS(2428), - [aux_sym_control_master_token1] = ACTIONS(2428), - [aux_sym_control_path_token1] = ACTIONS(2428), - [aux_sym_control_persist_token1] = ACTIONS(2428), - [aux_sym_dynamic_forward_token1] = ACTIONS(2428), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2428), - [aux_sym_escape_char_token1] = ACTIONS(2428), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2428), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2428), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2428), - [aux_sym_forward_agent_token1] = ACTIONS(2428), - [aux_sym_forward_x11_token1] = ACTIONS(2430), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2428), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2428), - [aux_sym_gateway_ports_token1] = ACTIONS(2428), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2428), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2428), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2428), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2428), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2428), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2428), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2428), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2428), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2428), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2428), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2428), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2428), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2428), - [aux_sym_host_key_alias_token1] = ACTIONS(2428), - [aux_sym_hostname_token1] = ACTIONS(2428), - [aux_sym_identities_only_token1] = ACTIONS(2428), - [aux_sym_identity_agent_token1] = ACTIONS(2428), - [aux_sym_identity_file_token1] = ACTIONS(2428), - [aux_sym_ignore_unknown_token1] = ACTIONS(2428), - [aux_sym_include_token1] = ACTIONS(2428), - [aux_sym_ip_qos_token1] = ACTIONS(2428), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2428), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2428), - [aux_sym_kex_algorithms_token1] = ACTIONS(2428), - [aux_sym_known_hosts_command_token1] = ACTIONS(2428), - [aux_sym_local_command_token1] = ACTIONS(2428), - [aux_sym_local_forward_token1] = ACTIONS(2428), - [aux_sym_log_level_token1] = ACTIONS(2428), - [aux_sym_log_verbose_token1] = ACTIONS(2428), - [aux_sym_macs_token1] = ACTIONS(2428), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2428), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2428), - [aux_sym_password_authentication_token1] = ACTIONS(2428), - [aux_sym_permit_local_command_token1] = ACTIONS(2428), - [aux_sym_permit_remote_open_token1] = ACTIONS(2428), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2428), - [aux_sym_port_token1] = ACTIONS(2428), - [aux_sym_preferred_authentications_token1] = ACTIONS(2428), - [aux_sym_protocol_token1] = ACTIONS(2428), - [aux_sym_proxy_command_token1] = ACTIONS(2428), - [aux_sym_proxy_jump_token1] = ACTIONS(2428), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2428), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2428), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2428), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2428), - [aux_sym_rekey_limit_token1] = ACTIONS(2428), - [aux_sym_remote_command_token1] = ACTIONS(2428), - [aux_sym_remote_forward_token1] = ACTIONS(2428), - [aux_sym_request_tty_token1] = ACTIONS(2428), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2428), - [aux_sym_security_key_provider_token1] = ACTIONS(2428), - [aux_sym_send_env_token1] = ACTIONS(2428), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2428), - [aux_sym_server_alive_interval_token1] = ACTIONS(2428), - [aux_sym_session_type_token1] = ACTIONS(2428), - [aux_sym_set_env_token1] = ACTIONS(2428), - [aux_sym_stdin_null_token1] = ACTIONS(2428), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2428), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2428), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2428), - [aux_sym_syslog_facility_token1] = ACTIONS(2428), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2428), - [aux_sym_keep_alive_token1] = ACTIONS(2428), - [aux_sym_tunnel_token1] = ACTIONS(2430), - [aux_sym_tunnel_device_token1] = ACTIONS(2428), - [aux_sym_update_host_keys_token1] = ACTIONS(2428), - [aux_sym_use_keychain_token1] = ACTIONS(2428), - [aux_sym_use_roaming_token1] = ACTIONS(2428), - [aux_sym_user_token1] = ACTIONS(2430), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2428), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2428), - [aux_sym_visual_host_key_token1] = ACTIONS(2428), - [aux_sym_xauth_location_token1] = ACTIONS(2428), + [ts_builtin_sym_end] = ACTIONS(2435), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2437), + [anon_sym_DQUOTE] = ACTIONS(2439), + [aux_sym_match_token1] = ACTIONS(2435), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2435), + [aux_sym_address_family_token1] = ACTIONS(2435), + [aux_sym_batch_mode_token1] = ACTIONS(2435), + [aux_sym_bind_address_token1] = ACTIONS(2435), + [aux_sym_bind_interface_token1] = ACTIONS(2435), + [aux_sym_canonical_domains_token1] = ACTIONS(2435), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2435), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2435), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2435), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2435), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2435), + [aux_sym_certificate_file_token1] = ACTIONS(2435), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2435), + [aux_sym_check_host_ip_token1] = ACTIONS(2435), + [aux_sym_ciphers_token1] = ACTIONS(2435), + [aux_sym_cipher_token1] = ACTIONS(2437), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2435), + [aux_sym_compression_token1] = ACTIONS(2435), + [aux_sym_connection_attempts_token1] = ACTIONS(2435), + [aux_sym_connect_timeout_token1] = ACTIONS(2435), + [aux_sym_control_master_token1] = ACTIONS(2435), + [aux_sym_control_path_token1] = ACTIONS(2435), + [aux_sym_control_persist_token1] = ACTIONS(2435), + [aux_sym_dynamic_forward_token1] = ACTIONS(2435), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2435), + [aux_sym_escape_char_token1] = ACTIONS(2435), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2435), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2435), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2435), + [aux_sym_forward_agent_token1] = ACTIONS(2435), + [aux_sym_forward_x11_token1] = ACTIONS(2437), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2435), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2435), + [aux_sym_gateway_ports_token1] = ACTIONS(2435), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2435), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2435), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2435), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2435), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2435), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2435), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2435), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2435), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2435), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2435), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2435), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2435), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2435), + [aux_sym_host_key_alias_token1] = ACTIONS(2435), + [aux_sym_hostname_token1] = ACTIONS(2435), + [aux_sym_identities_only_token1] = ACTIONS(2435), + [aux_sym_identity_agent_token1] = ACTIONS(2435), + [aux_sym_identity_file_token1] = ACTIONS(2435), + [aux_sym_ignore_unknown_token1] = ACTIONS(2435), + [aux_sym_include_token1] = ACTIONS(2435), + [aux_sym_ip_qos_token1] = ACTIONS(2435), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2435), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2435), + [aux_sym_kex_algorithms_token1] = ACTIONS(2435), + [aux_sym_known_hosts_command_token1] = ACTIONS(2435), + [aux_sym_local_command_token1] = ACTIONS(2435), + [aux_sym_local_forward_token1] = ACTIONS(2435), + [aux_sym_log_level_token1] = ACTIONS(2435), + [aux_sym_log_verbose_token1] = ACTIONS(2435), + [aux_sym_macs_token1] = ACTIONS(2435), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2435), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2435), + [aux_sym_password_authentication_token1] = ACTIONS(2435), + [aux_sym_permit_local_command_token1] = ACTIONS(2435), + [aux_sym_permit_remote_open_token1] = ACTIONS(2435), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2435), + [aux_sym_port_token1] = ACTIONS(2435), + [aux_sym_preferred_authentications_token1] = ACTIONS(2435), + [aux_sym_protocol_token1] = ACTIONS(2435), + [aux_sym_proxy_command_token1] = ACTIONS(2435), + [aux_sym_proxy_jump_token1] = ACTIONS(2435), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2435), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2435), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2435), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2435), + [aux_sym_rekey_limit_token1] = ACTIONS(2435), + [aux_sym_remote_command_token1] = ACTIONS(2435), + [aux_sym_remote_forward_token1] = ACTIONS(2435), + [aux_sym_request_tty_token1] = ACTIONS(2435), + [aux_sym_required_rsa_size_token1] = ACTIONS(2435), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2435), + [aux_sym_security_key_provider_token1] = ACTIONS(2435), + [aux_sym_send_env_token1] = ACTIONS(2435), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2435), + [aux_sym_server_alive_interval_token1] = ACTIONS(2435), + [aux_sym_session_type_token1] = ACTIONS(2435), + [aux_sym_set_env_token1] = ACTIONS(2435), + [aux_sym_stdin_null_token1] = ACTIONS(2435), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2435), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2435), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2435), + [aux_sym_syslog_facility_token1] = ACTIONS(2435), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2435), + [aux_sym_keep_alive_token1] = ACTIONS(2435), + [aux_sym_tunnel_token1] = ACTIONS(2437), + [aux_sym_tunnel_device_token1] = ACTIONS(2435), + [aux_sym_update_host_keys_token1] = ACTIONS(2435), + [aux_sym_use_keychain_token1] = ACTIONS(2435), + [aux_sym_use_roaming_token1] = ACTIONS(2435), + [aux_sym_user_token1] = ACTIONS(2437), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2435), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2435), + [aux_sym_visual_host_key_token1] = ACTIONS(2435), + [aux_sym_xauth_location_token1] = ACTIONS(2435), }, [336] = { - [ts_builtin_sym_end] = ACTIONS(2432), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2434), - [anon_sym_DQUOTE] = ACTIONS(2436), - [aux_sym_match_token1] = ACTIONS(2432), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2432), - [aux_sym_address_family_token1] = ACTIONS(2432), - [aux_sym_batch_mode_token1] = ACTIONS(2432), - [aux_sym_bind_address_token1] = ACTIONS(2432), - [aux_sym_bind_interface_token1] = ACTIONS(2432), - [aux_sym_canonical_domains_token1] = ACTIONS(2432), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2432), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2432), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2432), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2432), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2432), - [aux_sym_certificate_file_token1] = ACTIONS(2432), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2432), - [aux_sym_check_host_ip_token1] = ACTIONS(2432), - [aux_sym_ciphers_token1] = ACTIONS(2432), - [aux_sym_cipher_token1] = ACTIONS(2434), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2432), - [aux_sym_compression_token1] = ACTIONS(2432), - [aux_sym_connection_attempts_token1] = ACTIONS(2432), - [aux_sym_connect_timeout_token1] = ACTIONS(2432), - [aux_sym_control_master_token1] = ACTIONS(2432), - [aux_sym_control_path_token1] = ACTIONS(2432), - [aux_sym_control_persist_token1] = ACTIONS(2432), - [aux_sym_dynamic_forward_token1] = ACTIONS(2432), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2432), - [aux_sym_escape_char_token1] = ACTIONS(2432), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2432), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2432), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2432), - [aux_sym_forward_agent_token1] = ACTIONS(2432), - [aux_sym_forward_x11_token1] = ACTIONS(2434), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2432), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2432), - [aux_sym_gateway_ports_token1] = ACTIONS(2432), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2432), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2432), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2432), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2432), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2432), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2432), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2432), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2432), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2432), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2432), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2432), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2432), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2432), - [aux_sym_host_key_alias_token1] = ACTIONS(2432), - [aux_sym_hostname_token1] = ACTIONS(2432), - [aux_sym_identities_only_token1] = ACTIONS(2432), - [aux_sym_identity_agent_token1] = ACTIONS(2432), - [aux_sym_identity_file_token1] = ACTIONS(2432), - [aux_sym_ignore_unknown_token1] = ACTIONS(2432), - [aux_sym_include_token1] = ACTIONS(2432), - [aux_sym_ip_qos_token1] = ACTIONS(2432), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2432), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2432), - [aux_sym_kex_algorithms_token1] = ACTIONS(2432), - [aux_sym_known_hosts_command_token1] = ACTIONS(2432), - [aux_sym_local_command_token1] = ACTIONS(2432), - [aux_sym_local_forward_token1] = ACTIONS(2432), - [aux_sym_log_level_token1] = ACTIONS(2432), - [aux_sym_log_verbose_token1] = ACTIONS(2432), - [aux_sym_macs_token1] = ACTIONS(2432), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2432), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2432), - [aux_sym_password_authentication_token1] = ACTIONS(2432), - [aux_sym_permit_local_command_token1] = ACTIONS(2432), - [aux_sym_permit_remote_open_token1] = ACTIONS(2432), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2432), - [aux_sym_port_token1] = ACTIONS(2432), - [aux_sym_preferred_authentications_token1] = ACTIONS(2432), - [aux_sym_protocol_token1] = ACTIONS(2432), - [aux_sym_proxy_command_token1] = ACTIONS(2432), - [aux_sym_proxy_jump_token1] = ACTIONS(2432), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2432), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2432), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2432), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2432), - [aux_sym_rekey_limit_token1] = ACTIONS(2432), - [aux_sym_remote_command_token1] = ACTIONS(2432), - [aux_sym_remote_forward_token1] = ACTIONS(2432), - [aux_sym_request_tty_token1] = ACTIONS(2432), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2432), - [aux_sym_security_key_provider_token1] = ACTIONS(2432), - [aux_sym_send_env_token1] = ACTIONS(2432), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2432), - [aux_sym_server_alive_interval_token1] = ACTIONS(2432), - [aux_sym_session_type_token1] = ACTIONS(2432), - [aux_sym_set_env_token1] = ACTIONS(2432), - [aux_sym_stdin_null_token1] = ACTIONS(2432), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2432), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2432), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2432), - [aux_sym_syslog_facility_token1] = ACTIONS(2432), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2432), - [aux_sym_keep_alive_token1] = ACTIONS(2432), - [aux_sym_tunnel_token1] = ACTIONS(2434), - [aux_sym_tunnel_device_token1] = ACTIONS(2432), - [aux_sym_update_host_keys_token1] = ACTIONS(2432), - [aux_sym_use_keychain_token1] = ACTIONS(2432), - [aux_sym_use_roaming_token1] = ACTIONS(2432), - [aux_sym_user_token1] = ACTIONS(2434), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2432), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2432), - [aux_sym_visual_host_key_token1] = ACTIONS(2432), - [aux_sym_xauth_location_token1] = ACTIONS(2432), + [ts_builtin_sym_end] = ACTIONS(2441), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2443), + [anon_sym_DQUOTE] = ACTIONS(2441), + [aux_sym_match_token1] = ACTIONS(2441), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2441), + [aux_sym_address_family_token1] = ACTIONS(2441), + [aux_sym_batch_mode_token1] = ACTIONS(2441), + [aux_sym_bind_address_token1] = ACTIONS(2441), + [aux_sym_bind_interface_token1] = ACTIONS(2441), + [aux_sym_canonical_domains_token1] = ACTIONS(2441), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2441), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2441), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2441), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2441), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2441), + [aux_sym_certificate_file_token1] = ACTIONS(2441), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2441), + [aux_sym_check_host_ip_token1] = ACTIONS(2441), + [aux_sym_ciphers_token1] = ACTIONS(2441), + [aux_sym_cipher_token1] = ACTIONS(2443), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2441), + [aux_sym_compression_token1] = ACTIONS(2441), + [aux_sym_connection_attempts_token1] = ACTIONS(2441), + [aux_sym_connect_timeout_token1] = ACTIONS(2441), + [aux_sym_control_master_token1] = ACTIONS(2441), + [aux_sym_control_path_token1] = ACTIONS(2441), + [aux_sym_control_persist_token1] = ACTIONS(2441), + [aux_sym_dynamic_forward_token1] = ACTIONS(2441), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2441), + [aux_sym_escape_char_token1] = ACTIONS(2441), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2441), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2441), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2441), + [aux_sym_forward_agent_token1] = ACTIONS(2441), + [aux_sym_forward_x11_token1] = ACTIONS(2443), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2441), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2441), + [aux_sym_gateway_ports_token1] = ACTIONS(2441), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2441), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2441), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2441), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2441), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2441), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2441), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2441), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2441), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2441), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2441), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2441), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2441), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2441), + [aux_sym_host_key_alias_token1] = ACTIONS(2441), + [aux_sym_hostname_token1] = ACTIONS(2441), + [aux_sym_identities_only_token1] = ACTIONS(2441), + [aux_sym_identity_agent_token1] = ACTIONS(2441), + [aux_sym_identity_file_token1] = ACTIONS(2441), + [aux_sym_ignore_unknown_token1] = ACTIONS(2441), + [aux_sym_include_token1] = ACTIONS(2441), + [aux_sym_ip_qos_token1] = ACTIONS(2441), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2441), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2441), + [aux_sym_kex_algorithms_token1] = ACTIONS(2441), + [aux_sym_known_hosts_command_token1] = ACTIONS(2441), + [aux_sym_local_command_token1] = ACTIONS(2441), + [aux_sym_local_forward_token1] = ACTIONS(2441), + [aux_sym_log_level_token1] = ACTIONS(2441), + [aux_sym_log_verbose_token1] = ACTIONS(2441), + [aux_sym_macs_token1] = ACTIONS(2441), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2441), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2441), + [aux_sym_password_authentication_token1] = ACTIONS(2441), + [aux_sym_permit_local_command_token1] = ACTIONS(2441), + [aux_sym_permit_remote_open_token1] = ACTIONS(2441), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2441), + [aux_sym_port_token1] = ACTIONS(2441), + [aux_sym_preferred_authentications_token1] = ACTIONS(2441), + [aux_sym_protocol_token1] = ACTIONS(2441), + [aux_sym_proxy_command_token1] = ACTIONS(2441), + [aux_sym_proxy_jump_token1] = ACTIONS(2441), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2441), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2441), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2441), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2441), + [aux_sym_rekey_limit_token1] = ACTIONS(2441), + [aux_sym_remote_command_token1] = ACTIONS(2441), + [aux_sym_remote_forward_token1] = ACTIONS(2441), + [aux_sym_request_tty_token1] = ACTIONS(2441), + [aux_sym_required_rsa_size_token1] = ACTIONS(2441), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2441), + [aux_sym_security_key_provider_token1] = ACTIONS(2441), + [aux_sym_send_env_token1] = ACTIONS(2441), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2441), + [aux_sym_server_alive_interval_token1] = ACTIONS(2441), + [aux_sym_session_type_token1] = ACTIONS(2441), + [aux_sym_set_env_token1] = ACTIONS(2441), + [aux_sym_stdin_null_token1] = ACTIONS(2441), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2441), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2441), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2441), + [aux_sym_syslog_facility_token1] = ACTIONS(2441), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2441), + [aux_sym_keep_alive_token1] = ACTIONS(2441), + [aux_sym_tunnel_token1] = ACTIONS(2443), + [aux_sym_tunnel_device_token1] = ACTIONS(2441), + [aux_sym_update_host_keys_token1] = ACTIONS(2441), + [aux_sym_use_keychain_token1] = ACTIONS(2441), + [aux_sym_use_roaming_token1] = ACTIONS(2441), + [aux_sym_user_token1] = ACTIONS(2443), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2441), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2441), + [aux_sym_visual_host_key_token1] = ACTIONS(2441), + [aux_sym_xauth_location_token1] = ACTIONS(2441), }, [337] = { - [ts_builtin_sym_end] = ACTIONS(2438), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2440), - [anon_sym_DQUOTE] = ACTIONS(2442), - [aux_sym_match_token1] = ACTIONS(2438), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2438), - [aux_sym_address_family_token1] = ACTIONS(2438), - [aux_sym_batch_mode_token1] = ACTIONS(2438), - [aux_sym_bind_address_token1] = ACTIONS(2438), - [aux_sym_bind_interface_token1] = ACTIONS(2438), - [aux_sym_canonical_domains_token1] = ACTIONS(2438), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2438), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2438), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2438), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2438), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2438), - [aux_sym_certificate_file_token1] = ACTIONS(2438), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2438), - [aux_sym_check_host_ip_token1] = ACTIONS(2438), - [aux_sym_ciphers_token1] = ACTIONS(2438), - [aux_sym_cipher_token1] = ACTIONS(2440), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2438), - [aux_sym_compression_token1] = ACTIONS(2438), - [aux_sym_connection_attempts_token1] = ACTIONS(2438), - [aux_sym_connect_timeout_token1] = ACTIONS(2438), - [aux_sym_control_master_token1] = ACTIONS(2438), - [aux_sym_control_path_token1] = ACTIONS(2438), - [aux_sym_control_persist_token1] = ACTIONS(2438), - [aux_sym_dynamic_forward_token1] = ACTIONS(2438), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2438), - [aux_sym_escape_char_token1] = ACTIONS(2438), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2438), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2438), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2438), - [aux_sym_forward_agent_token1] = ACTIONS(2438), - [aux_sym_forward_x11_token1] = ACTIONS(2440), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2438), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2438), - [aux_sym_gateway_ports_token1] = ACTIONS(2438), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2438), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2438), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2438), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2438), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2438), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2438), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2438), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2438), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2438), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2438), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2438), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2438), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2438), - [aux_sym_host_key_alias_token1] = ACTIONS(2438), - [aux_sym_hostname_token1] = ACTIONS(2438), - [aux_sym_identities_only_token1] = ACTIONS(2438), - [aux_sym_identity_agent_token1] = ACTIONS(2438), - [aux_sym_identity_file_token1] = ACTIONS(2438), - [aux_sym_ignore_unknown_token1] = ACTIONS(2438), - [aux_sym_include_token1] = ACTIONS(2438), - [aux_sym_ip_qos_token1] = ACTIONS(2438), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2438), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2438), - [aux_sym_kex_algorithms_token1] = ACTIONS(2438), - [aux_sym_known_hosts_command_token1] = ACTIONS(2438), - [aux_sym_local_command_token1] = ACTIONS(2438), - [aux_sym_local_forward_token1] = ACTIONS(2438), - [aux_sym_log_level_token1] = ACTIONS(2438), - [aux_sym_log_verbose_token1] = ACTIONS(2438), - [aux_sym_macs_token1] = ACTIONS(2438), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2438), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2438), - [aux_sym_password_authentication_token1] = ACTIONS(2438), - [aux_sym_permit_local_command_token1] = ACTIONS(2438), - [aux_sym_permit_remote_open_token1] = ACTIONS(2438), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2438), - [aux_sym_port_token1] = ACTIONS(2438), - [aux_sym_preferred_authentications_token1] = ACTIONS(2438), - [aux_sym_protocol_token1] = ACTIONS(2438), - [aux_sym_proxy_command_token1] = ACTIONS(2438), - [aux_sym_proxy_jump_token1] = ACTIONS(2438), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2438), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2438), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2438), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2438), - [aux_sym_rekey_limit_token1] = ACTIONS(2438), - [aux_sym_remote_command_token1] = ACTIONS(2438), - [aux_sym_remote_forward_token1] = ACTIONS(2438), - [aux_sym_request_tty_token1] = ACTIONS(2438), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2438), - [aux_sym_security_key_provider_token1] = ACTIONS(2438), - [aux_sym_send_env_token1] = ACTIONS(2438), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2438), - [aux_sym_server_alive_interval_token1] = ACTIONS(2438), - [aux_sym_session_type_token1] = ACTIONS(2438), - [aux_sym_set_env_token1] = ACTIONS(2438), - [aux_sym_stdin_null_token1] = ACTIONS(2438), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2438), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2438), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2438), - [aux_sym_syslog_facility_token1] = ACTIONS(2438), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2438), - [aux_sym_keep_alive_token1] = ACTIONS(2438), - [aux_sym_tunnel_token1] = ACTIONS(2440), - [aux_sym_tunnel_device_token1] = ACTIONS(2438), - [aux_sym_update_host_keys_token1] = ACTIONS(2438), - [aux_sym_use_keychain_token1] = ACTIONS(2438), - [aux_sym_use_roaming_token1] = ACTIONS(2438), - [aux_sym_user_token1] = ACTIONS(2440), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2438), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2438), - [aux_sym_visual_host_key_token1] = ACTIONS(2438), - [aux_sym_xauth_location_token1] = ACTIONS(2438), + [ts_builtin_sym_end] = ACTIONS(2445), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2447), + [anon_sym_DQUOTE] = ACTIONS(2445), + [aux_sym_match_token1] = ACTIONS(2445), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2445), + [aux_sym_address_family_token1] = ACTIONS(2445), + [aux_sym_batch_mode_token1] = ACTIONS(2445), + [aux_sym_bind_address_token1] = ACTIONS(2445), + [aux_sym_bind_interface_token1] = ACTIONS(2445), + [aux_sym_canonical_domains_token1] = ACTIONS(2445), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2445), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2445), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2445), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2445), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2445), + [aux_sym_certificate_file_token1] = ACTIONS(2445), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2445), + [aux_sym_check_host_ip_token1] = ACTIONS(2445), + [aux_sym_ciphers_token1] = ACTIONS(2445), + [aux_sym_cipher_token1] = ACTIONS(2447), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2445), + [aux_sym_compression_token1] = ACTIONS(2445), + [aux_sym_connection_attempts_token1] = ACTIONS(2445), + [aux_sym_connect_timeout_token1] = ACTIONS(2445), + [aux_sym_control_master_token1] = ACTIONS(2445), + [aux_sym_control_path_token1] = ACTIONS(2445), + [aux_sym_control_persist_token1] = ACTIONS(2445), + [aux_sym_dynamic_forward_token1] = ACTIONS(2445), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2445), + [aux_sym_escape_char_token1] = ACTIONS(2445), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2445), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2445), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2445), + [aux_sym_forward_agent_token1] = ACTIONS(2445), + [aux_sym_forward_x11_token1] = ACTIONS(2447), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2445), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2445), + [aux_sym_gateway_ports_token1] = ACTIONS(2445), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2445), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2445), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2445), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2445), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2445), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2445), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2445), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2445), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2445), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2445), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2445), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2445), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2445), + [aux_sym_host_key_alias_token1] = ACTIONS(2445), + [aux_sym_hostname_token1] = ACTIONS(2445), + [aux_sym_identities_only_token1] = ACTIONS(2445), + [aux_sym_identity_agent_token1] = ACTIONS(2445), + [aux_sym_identity_file_token1] = ACTIONS(2445), + [aux_sym_ignore_unknown_token1] = ACTIONS(2445), + [aux_sym_include_token1] = ACTIONS(2445), + [aux_sym_ip_qos_token1] = ACTIONS(2445), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2445), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2445), + [aux_sym_kex_algorithms_token1] = ACTIONS(2445), + [aux_sym_known_hosts_command_token1] = ACTIONS(2445), + [aux_sym_local_command_token1] = ACTIONS(2445), + [aux_sym_local_forward_token1] = ACTIONS(2445), + [aux_sym_log_level_token1] = ACTIONS(2445), + [aux_sym_log_verbose_token1] = ACTIONS(2445), + [aux_sym_macs_token1] = ACTIONS(2445), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2445), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2445), + [aux_sym_password_authentication_token1] = ACTIONS(2445), + [aux_sym_permit_local_command_token1] = ACTIONS(2445), + [aux_sym_permit_remote_open_token1] = ACTIONS(2445), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2445), + [aux_sym_port_token1] = ACTIONS(2445), + [aux_sym_preferred_authentications_token1] = ACTIONS(2445), + [aux_sym_protocol_token1] = ACTIONS(2445), + [aux_sym_proxy_command_token1] = ACTIONS(2445), + [aux_sym_proxy_jump_token1] = ACTIONS(2445), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2445), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2445), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2445), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2445), + [aux_sym_rekey_limit_token1] = ACTIONS(2445), + [aux_sym_remote_command_token1] = ACTIONS(2445), + [aux_sym_remote_forward_token1] = ACTIONS(2445), + [aux_sym_request_tty_token1] = ACTIONS(2445), + [aux_sym_required_rsa_size_token1] = ACTIONS(2445), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2445), + [aux_sym_security_key_provider_token1] = ACTIONS(2445), + [aux_sym_send_env_token1] = ACTIONS(2445), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2445), + [aux_sym_server_alive_interval_token1] = ACTIONS(2445), + [aux_sym_session_type_token1] = ACTIONS(2445), + [aux_sym_set_env_token1] = ACTIONS(2445), + [aux_sym_stdin_null_token1] = ACTIONS(2445), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2445), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2445), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2445), + [aux_sym_syslog_facility_token1] = ACTIONS(2445), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2445), + [aux_sym_keep_alive_token1] = ACTIONS(2445), + [aux_sym_tunnel_token1] = ACTIONS(2447), + [aux_sym_tunnel_device_token1] = ACTIONS(2445), + [aux_sym_update_host_keys_token1] = ACTIONS(2445), + [aux_sym_use_keychain_token1] = ACTIONS(2445), + [aux_sym_use_roaming_token1] = ACTIONS(2445), + [aux_sym_user_token1] = ACTIONS(2447), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2445), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2445), + [aux_sym_visual_host_key_token1] = ACTIONS(2445), + [aux_sym_xauth_location_token1] = ACTIONS(2445), }, [338] = { - [ts_builtin_sym_end] = ACTIONS(2444), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2446), - [anon_sym_DQUOTE] = ACTIONS(2444), - [aux_sym_match_token1] = ACTIONS(2444), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2444), - [aux_sym_address_family_token1] = ACTIONS(2444), - [aux_sym_batch_mode_token1] = ACTIONS(2444), - [aux_sym_bind_address_token1] = ACTIONS(2444), - [aux_sym_bind_interface_token1] = ACTIONS(2444), - [aux_sym_canonical_domains_token1] = ACTIONS(2444), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2444), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2444), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2444), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2444), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2444), - [aux_sym_certificate_file_token1] = ACTIONS(2444), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2444), - [aux_sym_check_host_ip_token1] = ACTIONS(2444), - [aux_sym_ciphers_token1] = ACTIONS(2444), - [aux_sym_cipher_token1] = ACTIONS(2446), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2444), - [aux_sym_compression_token1] = ACTIONS(2444), - [aux_sym_connection_attempts_token1] = ACTIONS(2444), - [aux_sym_connect_timeout_token1] = ACTIONS(2444), - [aux_sym_control_master_token1] = ACTIONS(2444), - [aux_sym_control_path_token1] = ACTIONS(2444), - [aux_sym_control_persist_token1] = ACTIONS(2444), - [aux_sym_dynamic_forward_token1] = ACTIONS(2444), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2444), - [aux_sym_escape_char_token1] = ACTIONS(2444), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2444), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2444), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2444), - [aux_sym_forward_agent_token1] = ACTIONS(2444), - [aux_sym_forward_x11_token1] = ACTIONS(2446), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2444), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2444), - [aux_sym_gateway_ports_token1] = ACTIONS(2444), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2444), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2444), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2444), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2444), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2444), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2444), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2444), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2444), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2444), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2444), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2444), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2444), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2444), - [aux_sym_host_key_alias_token1] = ACTIONS(2444), - [aux_sym_hostname_token1] = ACTIONS(2444), - [aux_sym_identities_only_token1] = ACTIONS(2444), - [aux_sym_identity_agent_token1] = ACTIONS(2444), - [aux_sym_identity_file_token1] = ACTIONS(2444), - [aux_sym_ignore_unknown_token1] = ACTIONS(2444), - [aux_sym_include_token1] = ACTIONS(2444), - [aux_sym_ip_qos_token1] = ACTIONS(2444), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2444), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2444), - [aux_sym_kex_algorithms_token1] = ACTIONS(2444), - [aux_sym_known_hosts_command_token1] = ACTIONS(2444), - [aux_sym_local_command_token1] = ACTIONS(2444), - [aux_sym_local_forward_token1] = ACTIONS(2444), - [aux_sym_log_level_token1] = ACTIONS(2444), - [aux_sym_log_verbose_token1] = ACTIONS(2444), - [aux_sym_macs_token1] = ACTIONS(2444), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2444), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2444), - [aux_sym_password_authentication_token1] = ACTIONS(2444), - [aux_sym_permit_local_command_token1] = ACTIONS(2444), - [aux_sym_permit_remote_open_token1] = ACTIONS(2444), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2444), - [aux_sym_port_token1] = ACTIONS(2444), - [aux_sym_preferred_authentications_token1] = ACTIONS(2444), - [aux_sym_protocol_token1] = ACTIONS(2444), - [aux_sym_proxy_command_token1] = ACTIONS(2444), - [aux_sym_proxy_jump_token1] = ACTIONS(2444), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2444), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2444), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2444), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2444), - [aux_sym_rekey_limit_token1] = ACTIONS(2444), - [aux_sym_remote_command_token1] = ACTIONS(2444), - [aux_sym_remote_forward_token1] = ACTIONS(2444), - [aux_sym_request_tty_token1] = ACTIONS(2444), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2444), - [aux_sym_security_key_provider_token1] = ACTIONS(2444), - [aux_sym_send_env_token1] = ACTIONS(2444), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2444), - [aux_sym_server_alive_interval_token1] = ACTIONS(2444), - [aux_sym_session_type_token1] = ACTIONS(2444), - [aux_sym_set_env_token1] = ACTIONS(2444), - [aux_sym_stdin_null_token1] = ACTIONS(2444), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2444), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2444), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2444), - [aux_sym_syslog_facility_token1] = ACTIONS(2444), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2444), - [aux_sym_keep_alive_token1] = ACTIONS(2444), - [aux_sym_tunnel_token1] = ACTIONS(2446), - [aux_sym_tunnel_device_token1] = ACTIONS(2444), - [aux_sym_update_host_keys_token1] = ACTIONS(2444), - [aux_sym_use_keychain_token1] = ACTIONS(2444), - [aux_sym_use_roaming_token1] = ACTIONS(2444), - [aux_sym_user_token1] = ACTIONS(2446), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2444), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2444), - [aux_sym_visual_host_key_token1] = ACTIONS(2444), - [aux_sym_xauth_location_token1] = ACTIONS(2444), + [ts_builtin_sym_end] = ACTIONS(2449), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2451), + [anon_sym_DQUOTE] = ACTIONS(2453), + [aux_sym_match_token1] = ACTIONS(2449), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2449), + [aux_sym_address_family_token1] = ACTIONS(2449), + [aux_sym_batch_mode_token1] = ACTIONS(2449), + [aux_sym_bind_address_token1] = ACTIONS(2449), + [aux_sym_bind_interface_token1] = ACTIONS(2449), + [aux_sym_canonical_domains_token1] = ACTIONS(2449), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2449), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2449), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2449), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2449), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2449), + [aux_sym_certificate_file_token1] = ACTIONS(2449), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2449), + [aux_sym_check_host_ip_token1] = ACTIONS(2449), + [aux_sym_ciphers_token1] = ACTIONS(2449), + [aux_sym_cipher_token1] = ACTIONS(2451), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2449), + [aux_sym_compression_token1] = ACTIONS(2449), + [aux_sym_connection_attempts_token1] = ACTIONS(2449), + [aux_sym_connect_timeout_token1] = ACTIONS(2449), + [aux_sym_control_master_token1] = ACTIONS(2449), + [aux_sym_control_path_token1] = ACTIONS(2449), + [aux_sym_control_persist_token1] = ACTIONS(2449), + [aux_sym_dynamic_forward_token1] = ACTIONS(2449), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2449), + [aux_sym_escape_char_token1] = ACTIONS(2449), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2449), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2449), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2449), + [aux_sym_forward_agent_token1] = ACTIONS(2449), + [aux_sym_forward_x11_token1] = ACTIONS(2451), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2449), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2449), + [aux_sym_gateway_ports_token1] = ACTIONS(2449), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2449), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2449), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2449), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2449), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2449), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2449), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2449), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2449), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2449), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2449), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2449), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2449), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2449), + [aux_sym_host_key_alias_token1] = ACTIONS(2449), + [aux_sym_hostname_token1] = ACTIONS(2449), + [aux_sym_identities_only_token1] = ACTIONS(2449), + [aux_sym_identity_agent_token1] = ACTIONS(2449), + [aux_sym_identity_file_token1] = ACTIONS(2449), + [aux_sym_ignore_unknown_token1] = ACTIONS(2449), + [aux_sym_include_token1] = ACTIONS(2449), + [aux_sym_ip_qos_token1] = ACTIONS(2449), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2449), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2449), + [aux_sym_kex_algorithms_token1] = ACTIONS(2449), + [aux_sym_known_hosts_command_token1] = ACTIONS(2449), + [aux_sym_local_command_token1] = ACTIONS(2449), + [aux_sym_local_forward_token1] = ACTIONS(2449), + [aux_sym_log_level_token1] = ACTIONS(2449), + [aux_sym_log_verbose_token1] = ACTIONS(2449), + [aux_sym_macs_token1] = ACTIONS(2449), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2449), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2449), + [aux_sym_password_authentication_token1] = ACTIONS(2449), + [aux_sym_permit_local_command_token1] = ACTIONS(2449), + [aux_sym_permit_remote_open_token1] = ACTIONS(2449), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2449), + [aux_sym_port_token1] = ACTIONS(2449), + [aux_sym_preferred_authentications_token1] = ACTIONS(2449), + [aux_sym_protocol_token1] = ACTIONS(2449), + [aux_sym_proxy_command_token1] = ACTIONS(2449), + [aux_sym_proxy_jump_token1] = ACTIONS(2449), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2449), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2449), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2449), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2449), + [aux_sym_rekey_limit_token1] = ACTIONS(2449), + [aux_sym_remote_command_token1] = ACTIONS(2449), + [aux_sym_remote_forward_token1] = ACTIONS(2449), + [aux_sym_request_tty_token1] = ACTIONS(2449), + [aux_sym_required_rsa_size_token1] = ACTIONS(2449), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2449), + [aux_sym_security_key_provider_token1] = ACTIONS(2449), + [aux_sym_send_env_token1] = ACTIONS(2449), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2449), + [aux_sym_server_alive_interval_token1] = ACTIONS(2449), + [aux_sym_session_type_token1] = ACTIONS(2449), + [aux_sym_set_env_token1] = ACTIONS(2449), + [aux_sym_stdin_null_token1] = ACTIONS(2449), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2449), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2449), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2449), + [aux_sym_syslog_facility_token1] = ACTIONS(2449), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2449), + [aux_sym_keep_alive_token1] = ACTIONS(2449), + [aux_sym_tunnel_token1] = ACTIONS(2451), + [aux_sym_tunnel_device_token1] = ACTIONS(2449), + [aux_sym_update_host_keys_token1] = ACTIONS(2449), + [aux_sym_use_keychain_token1] = ACTIONS(2449), + [aux_sym_use_roaming_token1] = ACTIONS(2449), + [aux_sym_user_token1] = ACTIONS(2451), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2449), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2449), + [aux_sym_visual_host_key_token1] = ACTIONS(2449), + [aux_sym_xauth_location_token1] = ACTIONS(2449), }, [339] = { - [ts_builtin_sym_end] = ACTIONS(2448), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2450), - [anon_sym_DQUOTE] = ACTIONS(2448), - [aux_sym_match_token1] = ACTIONS(2448), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2448), - [aux_sym_address_family_token1] = ACTIONS(2448), - [aux_sym_batch_mode_token1] = ACTIONS(2448), - [aux_sym_bind_address_token1] = ACTIONS(2448), - [aux_sym_bind_interface_token1] = ACTIONS(2448), - [aux_sym_canonical_domains_token1] = ACTIONS(2448), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2448), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2448), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2448), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2448), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2448), - [aux_sym_certificate_file_token1] = ACTIONS(2448), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2448), - [aux_sym_check_host_ip_token1] = ACTIONS(2448), - [aux_sym_ciphers_token1] = ACTIONS(2448), - [aux_sym_cipher_token1] = ACTIONS(2450), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2448), - [aux_sym_compression_token1] = ACTIONS(2448), - [aux_sym_connection_attempts_token1] = ACTIONS(2448), - [aux_sym_connect_timeout_token1] = ACTIONS(2448), - [aux_sym_control_master_token1] = ACTIONS(2448), - [aux_sym_control_path_token1] = ACTIONS(2448), - [aux_sym_control_persist_token1] = ACTIONS(2448), - [aux_sym_dynamic_forward_token1] = ACTIONS(2448), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2448), - [aux_sym_escape_char_token1] = ACTIONS(2448), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2448), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2448), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2448), - [aux_sym_forward_agent_token1] = ACTIONS(2448), - [aux_sym_forward_x11_token1] = ACTIONS(2450), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2448), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2448), - [aux_sym_gateway_ports_token1] = ACTIONS(2448), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2448), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2448), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2448), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2448), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2448), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2448), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2448), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2448), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2448), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2448), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2448), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2448), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2448), - [aux_sym_host_key_alias_token1] = ACTIONS(2448), - [aux_sym_hostname_token1] = ACTIONS(2448), - [aux_sym_identities_only_token1] = ACTIONS(2448), - [aux_sym_identity_agent_token1] = ACTIONS(2448), - [aux_sym_identity_file_token1] = ACTIONS(2448), - [aux_sym_ignore_unknown_token1] = ACTIONS(2448), - [aux_sym_include_token1] = ACTIONS(2448), - [aux_sym_ip_qos_token1] = ACTIONS(2448), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2448), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2448), - [aux_sym_kex_algorithms_token1] = ACTIONS(2448), - [aux_sym_known_hosts_command_token1] = ACTIONS(2448), - [aux_sym_local_command_token1] = ACTIONS(2448), - [aux_sym_local_forward_token1] = ACTIONS(2448), - [aux_sym_log_level_token1] = ACTIONS(2448), - [aux_sym_log_verbose_token1] = ACTIONS(2448), - [aux_sym_macs_token1] = ACTIONS(2448), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2448), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2448), - [aux_sym_password_authentication_token1] = ACTIONS(2448), - [aux_sym_permit_local_command_token1] = ACTIONS(2448), - [aux_sym_permit_remote_open_token1] = ACTIONS(2448), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2448), - [aux_sym_port_token1] = ACTIONS(2448), - [aux_sym_preferred_authentications_token1] = ACTIONS(2448), - [aux_sym_protocol_token1] = ACTIONS(2448), - [aux_sym_proxy_command_token1] = ACTIONS(2448), - [aux_sym_proxy_jump_token1] = ACTIONS(2448), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2448), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2448), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2448), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2448), - [aux_sym_rekey_limit_token1] = ACTIONS(2448), - [aux_sym_remote_command_token1] = ACTIONS(2448), - [aux_sym_remote_forward_token1] = ACTIONS(2448), - [aux_sym_request_tty_token1] = ACTIONS(2448), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2448), - [aux_sym_security_key_provider_token1] = ACTIONS(2448), - [aux_sym_send_env_token1] = ACTIONS(2448), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2448), - [aux_sym_server_alive_interval_token1] = ACTIONS(2448), - [aux_sym_session_type_token1] = ACTIONS(2448), - [aux_sym_set_env_token1] = ACTIONS(2448), - [aux_sym_stdin_null_token1] = ACTIONS(2448), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2448), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2448), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2448), - [aux_sym_syslog_facility_token1] = ACTIONS(2448), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2448), - [aux_sym_keep_alive_token1] = ACTIONS(2448), - [aux_sym_tunnel_token1] = ACTIONS(2450), - [aux_sym_tunnel_device_token1] = ACTIONS(2448), - [aux_sym_update_host_keys_token1] = ACTIONS(2448), - [aux_sym_use_keychain_token1] = ACTIONS(2448), - [aux_sym_use_roaming_token1] = ACTIONS(2448), - [aux_sym_user_token1] = ACTIONS(2450), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2448), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2448), - [aux_sym_visual_host_key_token1] = ACTIONS(2448), - [aux_sym_xauth_location_token1] = ACTIONS(2448), + [ts_builtin_sym_end] = ACTIONS(2455), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2457), + [anon_sym_DQUOTE] = ACTIONS(2459), + [aux_sym_match_token1] = ACTIONS(2455), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2455), + [aux_sym_address_family_token1] = ACTIONS(2455), + [aux_sym_batch_mode_token1] = ACTIONS(2455), + [aux_sym_bind_address_token1] = ACTIONS(2455), + [aux_sym_bind_interface_token1] = ACTIONS(2455), + [aux_sym_canonical_domains_token1] = ACTIONS(2455), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2455), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2455), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2455), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2455), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2455), + [aux_sym_certificate_file_token1] = ACTIONS(2455), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2455), + [aux_sym_check_host_ip_token1] = ACTIONS(2455), + [aux_sym_ciphers_token1] = ACTIONS(2455), + [aux_sym_cipher_token1] = ACTIONS(2457), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2455), + [aux_sym_compression_token1] = ACTIONS(2455), + [aux_sym_connection_attempts_token1] = ACTIONS(2455), + [aux_sym_connect_timeout_token1] = ACTIONS(2455), + [aux_sym_control_master_token1] = ACTIONS(2455), + [aux_sym_control_path_token1] = ACTIONS(2455), + [aux_sym_control_persist_token1] = ACTIONS(2455), + [aux_sym_dynamic_forward_token1] = ACTIONS(2455), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2455), + [aux_sym_escape_char_token1] = ACTIONS(2455), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2455), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2455), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2455), + [aux_sym_forward_agent_token1] = ACTIONS(2455), + [aux_sym_forward_x11_token1] = ACTIONS(2457), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2455), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2455), + [aux_sym_gateway_ports_token1] = ACTIONS(2455), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2455), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2455), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2455), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2455), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2455), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2455), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2455), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2455), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2455), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2455), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2455), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2455), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2455), + [aux_sym_host_key_alias_token1] = ACTIONS(2455), + [aux_sym_hostname_token1] = ACTIONS(2455), + [aux_sym_identities_only_token1] = ACTIONS(2455), + [aux_sym_identity_agent_token1] = ACTIONS(2455), + [aux_sym_identity_file_token1] = ACTIONS(2455), + [aux_sym_ignore_unknown_token1] = ACTIONS(2455), + [aux_sym_include_token1] = ACTIONS(2455), + [aux_sym_ip_qos_token1] = ACTIONS(2455), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2455), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2455), + [aux_sym_kex_algorithms_token1] = ACTIONS(2455), + [aux_sym_known_hosts_command_token1] = ACTIONS(2455), + [aux_sym_local_command_token1] = ACTIONS(2455), + [aux_sym_local_forward_token1] = ACTIONS(2455), + [aux_sym_log_level_token1] = ACTIONS(2455), + [aux_sym_log_verbose_token1] = ACTIONS(2455), + [aux_sym_macs_token1] = ACTIONS(2455), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2455), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2455), + [aux_sym_password_authentication_token1] = ACTIONS(2455), + [aux_sym_permit_local_command_token1] = ACTIONS(2455), + [aux_sym_permit_remote_open_token1] = ACTIONS(2455), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2455), + [aux_sym_port_token1] = ACTIONS(2455), + [aux_sym_preferred_authentications_token1] = ACTIONS(2455), + [aux_sym_protocol_token1] = ACTIONS(2455), + [aux_sym_proxy_command_token1] = ACTIONS(2455), + [aux_sym_proxy_jump_token1] = ACTIONS(2455), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2455), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2455), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2455), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2455), + [aux_sym_rekey_limit_token1] = ACTIONS(2455), + [aux_sym_remote_command_token1] = ACTIONS(2455), + [aux_sym_remote_forward_token1] = ACTIONS(2455), + [aux_sym_request_tty_token1] = ACTIONS(2455), + [aux_sym_required_rsa_size_token1] = ACTIONS(2455), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2455), + [aux_sym_security_key_provider_token1] = ACTIONS(2455), + [aux_sym_send_env_token1] = ACTIONS(2455), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2455), + [aux_sym_server_alive_interval_token1] = ACTIONS(2455), + [aux_sym_session_type_token1] = ACTIONS(2455), + [aux_sym_set_env_token1] = ACTIONS(2455), + [aux_sym_stdin_null_token1] = ACTIONS(2455), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2455), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2455), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2455), + [aux_sym_syslog_facility_token1] = ACTIONS(2455), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2455), + [aux_sym_keep_alive_token1] = ACTIONS(2455), + [aux_sym_tunnel_token1] = ACTIONS(2457), + [aux_sym_tunnel_device_token1] = ACTIONS(2455), + [aux_sym_update_host_keys_token1] = ACTIONS(2455), + [aux_sym_use_keychain_token1] = ACTIONS(2455), + [aux_sym_use_roaming_token1] = ACTIONS(2455), + [aux_sym_user_token1] = ACTIONS(2457), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2455), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2455), + [aux_sym_visual_host_key_token1] = ACTIONS(2455), + [aux_sym_xauth_location_token1] = ACTIONS(2455), }, [340] = { - [ts_builtin_sym_end] = ACTIONS(2452), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2454), - [anon_sym_DQUOTE] = ACTIONS(2456), - [aux_sym_match_token1] = ACTIONS(2452), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2452), - [aux_sym_address_family_token1] = ACTIONS(2452), - [aux_sym_batch_mode_token1] = ACTIONS(2452), - [aux_sym_bind_address_token1] = ACTIONS(2452), - [aux_sym_bind_interface_token1] = ACTIONS(2452), - [aux_sym_canonical_domains_token1] = ACTIONS(2452), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2452), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2452), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2452), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2452), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2452), - [aux_sym_certificate_file_token1] = ACTIONS(2452), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2452), - [aux_sym_check_host_ip_token1] = ACTIONS(2452), - [aux_sym_ciphers_token1] = ACTIONS(2452), - [aux_sym_cipher_token1] = ACTIONS(2454), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2452), - [aux_sym_compression_token1] = ACTIONS(2452), - [aux_sym_connection_attempts_token1] = ACTIONS(2452), - [aux_sym_connect_timeout_token1] = ACTIONS(2452), - [aux_sym_control_master_token1] = ACTIONS(2452), - [aux_sym_control_path_token1] = ACTIONS(2452), - [aux_sym_control_persist_token1] = ACTIONS(2452), - [aux_sym_dynamic_forward_token1] = ACTIONS(2452), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2452), - [aux_sym_escape_char_token1] = ACTIONS(2452), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2452), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2452), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2452), - [aux_sym_forward_agent_token1] = ACTIONS(2452), - [aux_sym_forward_x11_token1] = ACTIONS(2454), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2452), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2452), - [aux_sym_gateway_ports_token1] = ACTIONS(2452), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2452), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2452), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2452), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2452), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2452), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2452), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2452), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2452), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2452), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2452), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2452), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2452), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2452), - [aux_sym_host_key_alias_token1] = ACTIONS(2452), - [aux_sym_hostname_token1] = ACTIONS(2452), - [aux_sym_identities_only_token1] = ACTIONS(2452), - [aux_sym_identity_agent_token1] = ACTIONS(2452), - [aux_sym_identity_file_token1] = ACTIONS(2452), - [aux_sym_ignore_unknown_token1] = ACTIONS(2452), - [aux_sym_include_token1] = ACTIONS(2452), - [aux_sym_ip_qos_token1] = ACTIONS(2452), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2452), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2452), - [aux_sym_kex_algorithms_token1] = ACTIONS(2452), - [aux_sym_known_hosts_command_token1] = ACTIONS(2452), - [aux_sym_local_command_token1] = ACTIONS(2452), - [aux_sym_local_forward_token1] = ACTIONS(2452), - [aux_sym_log_level_token1] = ACTIONS(2452), - [aux_sym_log_verbose_token1] = ACTIONS(2452), - [aux_sym_macs_token1] = ACTIONS(2452), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2452), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2452), - [aux_sym_password_authentication_token1] = ACTIONS(2452), - [aux_sym_permit_local_command_token1] = ACTIONS(2452), - [aux_sym_permit_remote_open_token1] = ACTIONS(2452), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2452), - [aux_sym_port_token1] = ACTIONS(2452), - [aux_sym_preferred_authentications_token1] = ACTIONS(2452), - [aux_sym_protocol_token1] = ACTIONS(2452), - [aux_sym_proxy_command_token1] = ACTIONS(2452), - [aux_sym_proxy_jump_token1] = ACTIONS(2452), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2452), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2452), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2452), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2452), - [aux_sym_rekey_limit_token1] = ACTIONS(2452), - [aux_sym_remote_command_token1] = ACTIONS(2452), - [aux_sym_remote_forward_token1] = ACTIONS(2452), - [aux_sym_request_tty_token1] = ACTIONS(2452), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2452), - [aux_sym_security_key_provider_token1] = ACTIONS(2452), - [aux_sym_send_env_token1] = ACTIONS(2452), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2452), - [aux_sym_server_alive_interval_token1] = ACTIONS(2452), - [aux_sym_session_type_token1] = ACTIONS(2452), - [aux_sym_set_env_token1] = ACTIONS(2452), - [aux_sym_stdin_null_token1] = ACTIONS(2452), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2452), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2452), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2452), - [aux_sym_syslog_facility_token1] = ACTIONS(2452), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2452), - [aux_sym_keep_alive_token1] = ACTIONS(2452), - [aux_sym_tunnel_token1] = ACTIONS(2454), - [aux_sym_tunnel_device_token1] = ACTIONS(2452), - [aux_sym_update_host_keys_token1] = ACTIONS(2452), - [aux_sym_use_keychain_token1] = ACTIONS(2452), - [aux_sym_use_roaming_token1] = ACTIONS(2452), - [aux_sym_user_token1] = ACTIONS(2454), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2452), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2452), - [aux_sym_visual_host_key_token1] = ACTIONS(2452), - [aux_sym_xauth_location_token1] = ACTIONS(2452), + [ts_builtin_sym_end] = ACTIONS(2461), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2463), + [anon_sym_DQUOTE] = ACTIONS(2461), + [aux_sym_match_token1] = ACTIONS(2461), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2461), + [aux_sym_address_family_token1] = ACTIONS(2461), + [aux_sym_batch_mode_token1] = ACTIONS(2461), + [aux_sym_bind_address_token1] = ACTIONS(2461), + [aux_sym_bind_interface_token1] = ACTIONS(2461), + [aux_sym_canonical_domains_token1] = ACTIONS(2461), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2461), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2461), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2461), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2461), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2461), + [aux_sym_certificate_file_token1] = ACTIONS(2461), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2461), + [aux_sym_check_host_ip_token1] = ACTIONS(2461), + [aux_sym_ciphers_token1] = ACTIONS(2461), + [aux_sym_cipher_token1] = ACTIONS(2463), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2461), + [aux_sym_compression_token1] = ACTIONS(2461), + [aux_sym_connection_attempts_token1] = ACTIONS(2461), + [aux_sym_connect_timeout_token1] = ACTIONS(2461), + [aux_sym_control_master_token1] = ACTIONS(2461), + [aux_sym_control_path_token1] = ACTIONS(2461), + [aux_sym_control_persist_token1] = ACTIONS(2461), + [aux_sym_dynamic_forward_token1] = ACTIONS(2461), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2461), + [aux_sym_escape_char_token1] = ACTIONS(2461), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2461), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2461), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2461), + [aux_sym_forward_agent_token1] = ACTIONS(2461), + [aux_sym_forward_x11_token1] = ACTIONS(2463), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2461), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2461), + [aux_sym_gateway_ports_token1] = ACTIONS(2461), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2461), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2461), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2461), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2461), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2461), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2461), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2461), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2461), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2461), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2461), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2461), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2461), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2461), + [aux_sym_host_key_alias_token1] = ACTIONS(2461), + [aux_sym_hostname_token1] = ACTIONS(2461), + [aux_sym_identities_only_token1] = ACTIONS(2461), + [aux_sym_identity_agent_token1] = ACTIONS(2461), + [aux_sym_identity_file_token1] = ACTIONS(2461), + [aux_sym_ignore_unknown_token1] = ACTIONS(2461), + [aux_sym_include_token1] = ACTIONS(2461), + [aux_sym_ip_qos_token1] = ACTIONS(2461), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2461), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2461), + [aux_sym_kex_algorithms_token1] = ACTIONS(2461), + [aux_sym_known_hosts_command_token1] = ACTIONS(2461), + [aux_sym_local_command_token1] = ACTIONS(2461), + [aux_sym_local_forward_token1] = ACTIONS(2461), + [aux_sym_log_level_token1] = ACTIONS(2461), + [aux_sym_log_verbose_token1] = ACTIONS(2461), + [aux_sym_macs_token1] = ACTIONS(2461), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2461), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2461), + [aux_sym_password_authentication_token1] = ACTIONS(2461), + [aux_sym_permit_local_command_token1] = ACTIONS(2461), + [aux_sym_permit_remote_open_token1] = ACTIONS(2461), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2461), + [aux_sym_port_token1] = ACTIONS(2461), + [aux_sym_preferred_authentications_token1] = ACTIONS(2461), + [aux_sym_protocol_token1] = ACTIONS(2461), + [aux_sym_proxy_command_token1] = ACTIONS(2461), + [aux_sym_proxy_jump_token1] = ACTIONS(2461), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2461), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2461), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2461), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2461), + [aux_sym_rekey_limit_token1] = ACTIONS(2461), + [aux_sym_remote_command_token1] = ACTIONS(2461), + [aux_sym_remote_forward_token1] = ACTIONS(2461), + [aux_sym_request_tty_token1] = ACTIONS(2461), + [aux_sym_required_rsa_size_token1] = ACTIONS(2461), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2461), + [aux_sym_security_key_provider_token1] = ACTIONS(2461), + [aux_sym_send_env_token1] = ACTIONS(2461), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2461), + [aux_sym_server_alive_interval_token1] = ACTIONS(2461), + [aux_sym_session_type_token1] = ACTIONS(2461), + [aux_sym_set_env_token1] = ACTIONS(2461), + [aux_sym_stdin_null_token1] = ACTIONS(2461), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2461), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2461), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2461), + [aux_sym_syslog_facility_token1] = ACTIONS(2461), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2461), + [aux_sym_keep_alive_token1] = ACTIONS(2461), + [aux_sym_tunnel_token1] = ACTIONS(2463), + [aux_sym_tunnel_device_token1] = ACTIONS(2461), + [aux_sym_update_host_keys_token1] = ACTIONS(2461), + [aux_sym_use_keychain_token1] = ACTIONS(2461), + [aux_sym_use_roaming_token1] = ACTIONS(2461), + [aux_sym_user_token1] = ACTIONS(2463), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2461), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2461), + [aux_sym_visual_host_key_token1] = ACTIONS(2461), + [aux_sym_xauth_location_token1] = ACTIONS(2461), }, [341] = { - [ts_builtin_sym_end] = ACTIONS(2458), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2460), - [anon_sym_DQUOTE] = ACTIONS(2462), - [aux_sym_match_token1] = ACTIONS(2458), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2458), - [aux_sym_address_family_token1] = ACTIONS(2458), - [aux_sym_batch_mode_token1] = ACTIONS(2458), - [aux_sym_bind_address_token1] = ACTIONS(2458), - [aux_sym_bind_interface_token1] = ACTIONS(2458), - [aux_sym_canonical_domains_token1] = ACTIONS(2458), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2458), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2458), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2458), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2458), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2458), - [aux_sym_certificate_file_token1] = ACTIONS(2458), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2458), - [aux_sym_check_host_ip_token1] = ACTIONS(2458), - [aux_sym_ciphers_token1] = ACTIONS(2458), - [aux_sym_cipher_token1] = ACTIONS(2460), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2458), - [aux_sym_compression_token1] = ACTIONS(2458), - [aux_sym_connection_attempts_token1] = ACTIONS(2458), - [aux_sym_connect_timeout_token1] = ACTIONS(2458), - [aux_sym_control_master_token1] = ACTIONS(2458), - [aux_sym_control_path_token1] = ACTIONS(2458), - [aux_sym_control_persist_token1] = ACTIONS(2458), - [aux_sym_dynamic_forward_token1] = ACTIONS(2458), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2458), - [aux_sym_escape_char_token1] = ACTIONS(2458), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2458), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2458), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2458), - [aux_sym_forward_agent_token1] = ACTIONS(2458), - [aux_sym_forward_x11_token1] = ACTIONS(2460), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2458), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2458), - [aux_sym_gateway_ports_token1] = ACTIONS(2458), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2458), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2458), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2458), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2458), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2458), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2458), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2458), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2458), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2458), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2458), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2458), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2458), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2458), - [aux_sym_host_key_alias_token1] = ACTIONS(2458), - [aux_sym_hostname_token1] = ACTIONS(2458), - [aux_sym_identities_only_token1] = ACTIONS(2458), - [aux_sym_identity_agent_token1] = ACTIONS(2458), - [aux_sym_identity_file_token1] = ACTIONS(2458), - [aux_sym_ignore_unknown_token1] = ACTIONS(2458), - [aux_sym_include_token1] = ACTIONS(2458), - [aux_sym_ip_qos_token1] = ACTIONS(2458), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2458), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2458), - [aux_sym_kex_algorithms_token1] = ACTIONS(2458), - [aux_sym_known_hosts_command_token1] = ACTIONS(2458), - [aux_sym_local_command_token1] = ACTIONS(2458), - [aux_sym_local_forward_token1] = ACTIONS(2458), - [aux_sym_log_level_token1] = ACTIONS(2458), - [aux_sym_log_verbose_token1] = ACTIONS(2458), - [aux_sym_macs_token1] = ACTIONS(2458), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2458), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2458), - [aux_sym_password_authentication_token1] = ACTIONS(2458), - [aux_sym_permit_local_command_token1] = ACTIONS(2458), - [aux_sym_permit_remote_open_token1] = ACTIONS(2458), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2458), - [aux_sym_port_token1] = ACTIONS(2458), - [aux_sym_preferred_authentications_token1] = ACTIONS(2458), - [aux_sym_protocol_token1] = ACTIONS(2458), - [aux_sym_proxy_command_token1] = ACTIONS(2458), - [aux_sym_proxy_jump_token1] = ACTIONS(2458), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2458), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2458), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2458), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2458), - [aux_sym_rekey_limit_token1] = ACTIONS(2458), - [aux_sym_remote_command_token1] = ACTIONS(2458), - [aux_sym_remote_forward_token1] = ACTIONS(2458), - [aux_sym_request_tty_token1] = ACTIONS(2458), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2458), - [aux_sym_security_key_provider_token1] = ACTIONS(2458), - [aux_sym_send_env_token1] = ACTIONS(2458), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2458), - [aux_sym_server_alive_interval_token1] = ACTIONS(2458), - [aux_sym_session_type_token1] = ACTIONS(2458), - [aux_sym_set_env_token1] = ACTIONS(2458), - [aux_sym_stdin_null_token1] = ACTIONS(2458), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2458), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2458), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2458), - [aux_sym_syslog_facility_token1] = ACTIONS(2458), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2458), - [aux_sym_keep_alive_token1] = ACTIONS(2458), - [aux_sym_tunnel_token1] = ACTIONS(2460), - [aux_sym_tunnel_device_token1] = ACTIONS(2458), - [aux_sym_update_host_keys_token1] = ACTIONS(2458), - [aux_sym_use_keychain_token1] = ACTIONS(2458), - [aux_sym_use_roaming_token1] = ACTIONS(2458), - [aux_sym_user_token1] = ACTIONS(2460), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2458), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2458), - [aux_sym_visual_host_key_token1] = ACTIONS(2458), - [aux_sym_xauth_location_token1] = ACTIONS(2458), + [ts_builtin_sym_end] = ACTIONS(2465), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2467), + [anon_sym_DQUOTE] = ACTIONS(2465), + [aux_sym_match_token1] = ACTIONS(2465), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2465), + [aux_sym_address_family_token1] = ACTIONS(2465), + [aux_sym_batch_mode_token1] = ACTIONS(2465), + [aux_sym_bind_address_token1] = ACTIONS(2465), + [aux_sym_bind_interface_token1] = ACTIONS(2465), + [aux_sym_canonical_domains_token1] = ACTIONS(2465), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2465), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2465), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2465), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2465), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2465), + [aux_sym_certificate_file_token1] = ACTIONS(2465), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2465), + [aux_sym_check_host_ip_token1] = ACTIONS(2465), + [aux_sym_ciphers_token1] = ACTIONS(2465), + [aux_sym_cipher_token1] = ACTIONS(2467), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2465), + [aux_sym_compression_token1] = ACTIONS(2465), + [aux_sym_connection_attempts_token1] = ACTIONS(2465), + [aux_sym_connect_timeout_token1] = ACTIONS(2465), + [aux_sym_control_master_token1] = ACTIONS(2465), + [aux_sym_control_path_token1] = ACTIONS(2465), + [aux_sym_control_persist_token1] = ACTIONS(2465), + [aux_sym_dynamic_forward_token1] = ACTIONS(2465), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2465), + [aux_sym_escape_char_token1] = ACTIONS(2465), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2465), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2465), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2465), + [aux_sym_forward_agent_token1] = ACTIONS(2465), + [aux_sym_forward_x11_token1] = ACTIONS(2467), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2465), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2465), + [aux_sym_gateway_ports_token1] = ACTIONS(2465), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2465), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2465), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2465), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2465), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2465), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2465), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2465), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2465), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2465), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2465), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2465), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2465), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2465), + [aux_sym_host_key_alias_token1] = ACTIONS(2465), + [aux_sym_hostname_token1] = ACTIONS(2465), + [aux_sym_identities_only_token1] = ACTIONS(2465), + [aux_sym_identity_agent_token1] = ACTIONS(2465), + [aux_sym_identity_file_token1] = ACTIONS(2465), + [aux_sym_ignore_unknown_token1] = ACTIONS(2465), + [aux_sym_include_token1] = ACTIONS(2465), + [aux_sym_ip_qos_token1] = ACTIONS(2465), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2465), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2465), + [aux_sym_kex_algorithms_token1] = ACTIONS(2465), + [aux_sym_known_hosts_command_token1] = ACTIONS(2465), + [aux_sym_local_command_token1] = ACTIONS(2465), + [aux_sym_local_forward_token1] = ACTIONS(2465), + [aux_sym_log_level_token1] = ACTIONS(2465), + [aux_sym_log_verbose_token1] = ACTIONS(2465), + [aux_sym_macs_token1] = ACTIONS(2465), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2465), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2465), + [aux_sym_password_authentication_token1] = ACTIONS(2465), + [aux_sym_permit_local_command_token1] = ACTIONS(2465), + [aux_sym_permit_remote_open_token1] = ACTIONS(2465), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2465), + [aux_sym_port_token1] = ACTIONS(2465), + [aux_sym_preferred_authentications_token1] = ACTIONS(2465), + [aux_sym_protocol_token1] = ACTIONS(2465), + [aux_sym_proxy_command_token1] = ACTIONS(2465), + [aux_sym_proxy_jump_token1] = ACTIONS(2465), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2465), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2465), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2465), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2465), + [aux_sym_rekey_limit_token1] = ACTIONS(2465), + [aux_sym_remote_command_token1] = ACTIONS(2465), + [aux_sym_remote_forward_token1] = ACTIONS(2465), + [aux_sym_request_tty_token1] = ACTIONS(2465), + [aux_sym_required_rsa_size_token1] = ACTIONS(2465), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2465), + [aux_sym_security_key_provider_token1] = ACTIONS(2465), + [aux_sym_send_env_token1] = ACTIONS(2465), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2465), + [aux_sym_server_alive_interval_token1] = ACTIONS(2465), + [aux_sym_session_type_token1] = ACTIONS(2465), + [aux_sym_set_env_token1] = ACTIONS(2465), + [aux_sym_stdin_null_token1] = ACTIONS(2465), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2465), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2465), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2465), + [aux_sym_syslog_facility_token1] = ACTIONS(2465), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2465), + [aux_sym_keep_alive_token1] = ACTIONS(2465), + [aux_sym_tunnel_token1] = ACTIONS(2467), + [aux_sym_tunnel_device_token1] = ACTIONS(2465), + [aux_sym_update_host_keys_token1] = ACTIONS(2465), + [aux_sym_use_keychain_token1] = ACTIONS(2465), + [aux_sym_use_roaming_token1] = ACTIONS(2465), + [aux_sym_user_token1] = ACTIONS(2467), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2465), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2465), + [aux_sym_visual_host_key_token1] = ACTIONS(2465), + [aux_sym_xauth_location_token1] = ACTIONS(2465), }, [342] = { - [ts_builtin_sym_end] = ACTIONS(2464), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2466), - [anon_sym_DQUOTE] = ACTIONS(2464), - [aux_sym_match_token1] = ACTIONS(2464), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2464), - [aux_sym_address_family_token1] = ACTIONS(2464), - [aux_sym_batch_mode_token1] = ACTIONS(2464), - [aux_sym_bind_address_token1] = ACTIONS(2464), - [aux_sym_bind_interface_token1] = ACTIONS(2464), - [aux_sym_canonical_domains_token1] = ACTIONS(2464), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2464), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2464), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2464), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2464), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2464), - [aux_sym_certificate_file_token1] = ACTIONS(2464), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2464), - [aux_sym_check_host_ip_token1] = ACTIONS(2464), - [aux_sym_ciphers_token1] = ACTIONS(2464), - [aux_sym_cipher_token1] = ACTIONS(2466), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2464), - [aux_sym_compression_token1] = ACTIONS(2464), - [aux_sym_connection_attempts_token1] = ACTIONS(2464), - [aux_sym_connect_timeout_token1] = ACTIONS(2464), - [aux_sym_control_master_token1] = ACTIONS(2464), - [aux_sym_control_path_token1] = ACTIONS(2464), - [aux_sym_control_persist_token1] = ACTIONS(2464), - [aux_sym_dynamic_forward_token1] = ACTIONS(2464), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2464), - [aux_sym_escape_char_token1] = ACTIONS(2464), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2464), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2464), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2464), - [aux_sym_forward_agent_token1] = ACTIONS(2464), - [aux_sym_forward_x11_token1] = ACTIONS(2466), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2464), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2464), - [aux_sym_gateway_ports_token1] = ACTIONS(2464), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2464), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2464), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2464), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2464), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2464), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2464), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2464), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2464), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2464), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2464), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2464), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2464), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2464), - [aux_sym_host_key_alias_token1] = ACTIONS(2464), - [aux_sym_hostname_token1] = ACTIONS(2464), - [aux_sym_identities_only_token1] = ACTIONS(2464), - [aux_sym_identity_agent_token1] = ACTIONS(2464), - [aux_sym_identity_file_token1] = ACTIONS(2464), - [aux_sym_ignore_unknown_token1] = ACTIONS(2464), - [aux_sym_include_token1] = ACTIONS(2464), - [aux_sym_ip_qos_token1] = ACTIONS(2464), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2464), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2464), - [aux_sym_kex_algorithms_token1] = ACTIONS(2464), - [aux_sym_known_hosts_command_token1] = ACTIONS(2464), - [aux_sym_local_command_token1] = ACTIONS(2464), - [aux_sym_local_forward_token1] = ACTIONS(2464), - [aux_sym_log_level_token1] = ACTIONS(2464), - [aux_sym_log_verbose_token1] = ACTIONS(2464), - [aux_sym_macs_token1] = ACTIONS(2464), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2464), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2464), - [aux_sym_password_authentication_token1] = ACTIONS(2464), - [aux_sym_permit_local_command_token1] = ACTIONS(2464), - [aux_sym_permit_remote_open_token1] = ACTIONS(2464), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2464), - [aux_sym_port_token1] = ACTIONS(2464), - [aux_sym_preferred_authentications_token1] = ACTIONS(2464), - [aux_sym_protocol_token1] = ACTIONS(2464), - [aux_sym_proxy_command_token1] = ACTIONS(2464), - [aux_sym_proxy_jump_token1] = ACTIONS(2464), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2464), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2464), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2464), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2464), - [aux_sym_rekey_limit_token1] = ACTIONS(2464), - [aux_sym_remote_command_token1] = ACTIONS(2464), - [aux_sym_remote_forward_token1] = ACTIONS(2464), - [aux_sym_request_tty_token1] = ACTIONS(2464), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2464), - [aux_sym_security_key_provider_token1] = ACTIONS(2464), - [aux_sym_send_env_token1] = ACTIONS(2464), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2464), - [aux_sym_server_alive_interval_token1] = ACTIONS(2464), - [aux_sym_session_type_token1] = ACTIONS(2464), - [aux_sym_set_env_token1] = ACTIONS(2464), - [aux_sym_stdin_null_token1] = ACTIONS(2464), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2464), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2464), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2464), - [aux_sym_syslog_facility_token1] = ACTIONS(2464), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2464), - [aux_sym_keep_alive_token1] = ACTIONS(2464), - [aux_sym_tunnel_token1] = ACTIONS(2466), - [aux_sym_tunnel_device_token1] = ACTIONS(2464), - [aux_sym_update_host_keys_token1] = ACTIONS(2464), - [aux_sym_use_keychain_token1] = ACTIONS(2464), - [aux_sym_use_roaming_token1] = ACTIONS(2464), - [aux_sym_user_token1] = ACTIONS(2466), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2464), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2464), - [aux_sym_visual_host_key_token1] = ACTIONS(2464), - [aux_sym_xauth_location_token1] = ACTIONS(2464), + [ts_builtin_sym_end] = ACTIONS(2469), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2471), + [anon_sym_DQUOTE] = ACTIONS(2473), + [aux_sym_match_token1] = ACTIONS(2469), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2469), + [aux_sym_address_family_token1] = ACTIONS(2469), + [aux_sym_batch_mode_token1] = ACTIONS(2469), + [aux_sym_bind_address_token1] = ACTIONS(2469), + [aux_sym_bind_interface_token1] = ACTIONS(2469), + [aux_sym_canonical_domains_token1] = ACTIONS(2469), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2469), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2469), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2469), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2469), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2469), + [aux_sym_certificate_file_token1] = ACTIONS(2469), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2469), + [aux_sym_check_host_ip_token1] = ACTIONS(2469), + [aux_sym_ciphers_token1] = ACTIONS(2469), + [aux_sym_cipher_token1] = ACTIONS(2471), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2469), + [aux_sym_compression_token1] = ACTIONS(2469), + [aux_sym_connection_attempts_token1] = ACTIONS(2469), + [aux_sym_connect_timeout_token1] = ACTIONS(2469), + [aux_sym_control_master_token1] = ACTIONS(2469), + [aux_sym_control_path_token1] = ACTIONS(2469), + [aux_sym_control_persist_token1] = ACTIONS(2469), + [aux_sym_dynamic_forward_token1] = ACTIONS(2469), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2469), + [aux_sym_escape_char_token1] = ACTIONS(2469), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2469), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2469), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2469), + [aux_sym_forward_agent_token1] = ACTIONS(2469), + [aux_sym_forward_x11_token1] = ACTIONS(2471), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2469), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2469), + [aux_sym_gateway_ports_token1] = ACTIONS(2469), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2469), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2469), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2469), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2469), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2469), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2469), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2469), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2469), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2469), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2469), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2469), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2469), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2469), + [aux_sym_host_key_alias_token1] = ACTIONS(2469), + [aux_sym_hostname_token1] = ACTIONS(2469), + [aux_sym_identities_only_token1] = ACTIONS(2469), + [aux_sym_identity_agent_token1] = ACTIONS(2469), + [aux_sym_identity_file_token1] = ACTIONS(2469), + [aux_sym_ignore_unknown_token1] = ACTIONS(2469), + [aux_sym_include_token1] = ACTIONS(2469), + [aux_sym_ip_qos_token1] = ACTIONS(2469), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2469), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2469), + [aux_sym_kex_algorithms_token1] = ACTIONS(2469), + [aux_sym_known_hosts_command_token1] = ACTIONS(2469), + [aux_sym_local_command_token1] = ACTIONS(2469), + [aux_sym_local_forward_token1] = ACTIONS(2469), + [aux_sym_log_level_token1] = ACTIONS(2469), + [aux_sym_log_verbose_token1] = ACTIONS(2469), + [aux_sym_macs_token1] = ACTIONS(2469), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2469), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2469), + [aux_sym_password_authentication_token1] = ACTIONS(2469), + [aux_sym_permit_local_command_token1] = ACTIONS(2469), + [aux_sym_permit_remote_open_token1] = ACTIONS(2469), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2469), + [aux_sym_port_token1] = ACTIONS(2469), + [aux_sym_preferred_authentications_token1] = ACTIONS(2469), + [aux_sym_protocol_token1] = ACTIONS(2469), + [aux_sym_proxy_command_token1] = ACTIONS(2469), + [aux_sym_proxy_jump_token1] = ACTIONS(2469), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2469), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2469), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2469), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2469), + [aux_sym_rekey_limit_token1] = ACTIONS(2469), + [aux_sym_remote_command_token1] = ACTIONS(2469), + [aux_sym_remote_forward_token1] = ACTIONS(2469), + [aux_sym_request_tty_token1] = ACTIONS(2469), + [aux_sym_required_rsa_size_token1] = ACTIONS(2469), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2469), + [aux_sym_security_key_provider_token1] = ACTIONS(2469), + [aux_sym_send_env_token1] = ACTIONS(2469), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2469), + [aux_sym_server_alive_interval_token1] = ACTIONS(2469), + [aux_sym_session_type_token1] = ACTIONS(2469), + [aux_sym_set_env_token1] = ACTIONS(2469), + [aux_sym_stdin_null_token1] = ACTIONS(2469), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2469), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2469), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2469), + [aux_sym_syslog_facility_token1] = ACTIONS(2469), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2469), + [aux_sym_keep_alive_token1] = ACTIONS(2469), + [aux_sym_tunnel_token1] = ACTIONS(2471), + [aux_sym_tunnel_device_token1] = ACTIONS(2469), + [aux_sym_update_host_keys_token1] = ACTIONS(2469), + [aux_sym_use_keychain_token1] = ACTIONS(2469), + [aux_sym_use_roaming_token1] = ACTIONS(2469), + [aux_sym_user_token1] = ACTIONS(2471), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2469), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2469), + [aux_sym_visual_host_key_token1] = ACTIONS(2469), + [aux_sym_xauth_location_token1] = ACTIONS(2469), }, [343] = { - [ts_builtin_sym_end] = ACTIONS(2468), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2470), - [anon_sym_DQUOTE] = ACTIONS(2468), - [aux_sym_match_token1] = ACTIONS(2468), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2468), - [aux_sym_address_family_token1] = ACTIONS(2468), - [aux_sym_batch_mode_token1] = ACTIONS(2468), - [aux_sym_bind_address_token1] = ACTIONS(2468), - [aux_sym_bind_interface_token1] = ACTIONS(2468), - [aux_sym_canonical_domains_token1] = ACTIONS(2468), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2468), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2468), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2468), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2468), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2468), - [aux_sym_certificate_file_token1] = ACTIONS(2468), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2468), - [aux_sym_check_host_ip_token1] = ACTIONS(2468), - [aux_sym_ciphers_token1] = ACTIONS(2468), - [aux_sym_cipher_token1] = ACTIONS(2470), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2468), - [aux_sym_compression_token1] = ACTIONS(2468), - [aux_sym_connection_attempts_token1] = ACTIONS(2468), - [aux_sym_connect_timeout_token1] = ACTIONS(2468), - [aux_sym_control_master_token1] = ACTIONS(2468), - [aux_sym_control_path_token1] = ACTIONS(2468), - [aux_sym_control_persist_token1] = ACTIONS(2468), - [aux_sym_dynamic_forward_token1] = ACTIONS(2468), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2468), - [aux_sym_escape_char_token1] = ACTIONS(2468), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2468), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2468), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2468), - [aux_sym_forward_agent_token1] = ACTIONS(2468), - [aux_sym_forward_x11_token1] = ACTIONS(2470), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2468), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2468), - [aux_sym_gateway_ports_token1] = ACTIONS(2468), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2468), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2468), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2468), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2468), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2468), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2468), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2468), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2468), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2468), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2468), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2468), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2468), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2468), - [aux_sym_host_key_alias_token1] = ACTIONS(2468), - [aux_sym_hostname_token1] = ACTIONS(2468), - [aux_sym_identities_only_token1] = ACTIONS(2468), - [aux_sym_identity_agent_token1] = ACTIONS(2468), - [aux_sym_identity_file_token1] = ACTIONS(2468), - [aux_sym_ignore_unknown_token1] = ACTIONS(2468), - [aux_sym_include_token1] = ACTIONS(2468), - [aux_sym_ip_qos_token1] = ACTIONS(2468), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2468), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2468), - [aux_sym_kex_algorithms_token1] = ACTIONS(2468), - [aux_sym_known_hosts_command_token1] = ACTIONS(2468), - [aux_sym_local_command_token1] = ACTIONS(2468), - [aux_sym_local_forward_token1] = ACTIONS(2468), - [aux_sym_log_level_token1] = ACTIONS(2468), - [aux_sym_log_verbose_token1] = ACTIONS(2468), - [aux_sym_macs_token1] = ACTIONS(2468), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2468), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2468), - [aux_sym_password_authentication_token1] = ACTIONS(2468), - [aux_sym_permit_local_command_token1] = ACTIONS(2468), - [aux_sym_permit_remote_open_token1] = ACTIONS(2468), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2468), - [aux_sym_port_token1] = ACTIONS(2468), - [aux_sym_preferred_authentications_token1] = ACTIONS(2468), - [aux_sym_protocol_token1] = ACTIONS(2468), - [aux_sym_proxy_command_token1] = ACTIONS(2468), - [aux_sym_proxy_jump_token1] = ACTIONS(2468), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2468), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2468), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2468), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2468), - [aux_sym_rekey_limit_token1] = ACTIONS(2468), - [aux_sym_remote_command_token1] = ACTIONS(2468), - [aux_sym_remote_forward_token1] = ACTIONS(2468), - [aux_sym_request_tty_token1] = ACTIONS(2468), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2468), - [aux_sym_security_key_provider_token1] = ACTIONS(2468), - [aux_sym_send_env_token1] = ACTIONS(2468), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2468), - [aux_sym_server_alive_interval_token1] = ACTIONS(2468), - [aux_sym_session_type_token1] = ACTIONS(2468), - [aux_sym_set_env_token1] = ACTIONS(2468), - [aux_sym_stdin_null_token1] = ACTIONS(2468), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2468), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2468), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2468), - [aux_sym_syslog_facility_token1] = ACTIONS(2468), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2468), - [aux_sym_keep_alive_token1] = ACTIONS(2468), - [aux_sym_tunnel_token1] = ACTIONS(2470), - [aux_sym_tunnel_device_token1] = ACTIONS(2468), - [aux_sym_update_host_keys_token1] = ACTIONS(2468), - [aux_sym_use_keychain_token1] = ACTIONS(2468), - [aux_sym_use_roaming_token1] = ACTIONS(2468), - [aux_sym_user_token1] = ACTIONS(2470), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2468), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2468), - [aux_sym_visual_host_key_token1] = ACTIONS(2468), - [aux_sym_xauth_location_token1] = ACTIONS(2468), + [ts_builtin_sym_end] = ACTIONS(2475), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2477), + [anon_sym_DQUOTE] = ACTIONS(2479), + [aux_sym_match_token1] = ACTIONS(2475), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2475), + [aux_sym_address_family_token1] = ACTIONS(2475), + [aux_sym_batch_mode_token1] = ACTIONS(2475), + [aux_sym_bind_address_token1] = ACTIONS(2475), + [aux_sym_bind_interface_token1] = ACTIONS(2475), + [aux_sym_canonical_domains_token1] = ACTIONS(2475), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2475), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2475), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2475), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2475), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2475), + [aux_sym_certificate_file_token1] = ACTIONS(2475), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2475), + [aux_sym_check_host_ip_token1] = ACTIONS(2475), + [aux_sym_ciphers_token1] = ACTIONS(2475), + [aux_sym_cipher_token1] = ACTIONS(2477), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2475), + [aux_sym_compression_token1] = ACTIONS(2475), + [aux_sym_connection_attempts_token1] = ACTIONS(2475), + [aux_sym_connect_timeout_token1] = ACTIONS(2475), + [aux_sym_control_master_token1] = ACTIONS(2475), + [aux_sym_control_path_token1] = ACTIONS(2475), + [aux_sym_control_persist_token1] = ACTIONS(2475), + [aux_sym_dynamic_forward_token1] = ACTIONS(2475), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2475), + [aux_sym_escape_char_token1] = ACTIONS(2475), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2475), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2475), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2475), + [aux_sym_forward_agent_token1] = ACTIONS(2475), + [aux_sym_forward_x11_token1] = ACTIONS(2477), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2475), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2475), + [aux_sym_gateway_ports_token1] = ACTIONS(2475), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2475), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2475), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2475), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2475), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2475), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2475), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2475), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2475), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2475), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2475), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2475), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2475), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2475), + [aux_sym_host_key_alias_token1] = ACTIONS(2475), + [aux_sym_hostname_token1] = ACTIONS(2475), + [aux_sym_identities_only_token1] = ACTIONS(2475), + [aux_sym_identity_agent_token1] = ACTIONS(2475), + [aux_sym_identity_file_token1] = ACTIONS(2475), + [aux_sym_ignore_unknown_token1] = ACTIONS(2475), + [aux_sym_include_token1] = ACTIONS(2475), + [aux_sym_ip_qos_token1] = ACTIONS(2475), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2475), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2475), + [aux_sym_kex_algorithms_token1] = ACTIONS(2475), + [aux_sym_known_hosts_command_token1] = ACTIONS(2475), + [aux_sym_local_command_token1] = ACTIONS(2475), + [aux_sym_local_forward_token1] = ACTIONS(2475), + [aux_sym_log_level_token1] = ACTIONS(2475), + [aux_sym_log_verbose_token1] = ACTIONS(2475), + [aux_sym_macs_token1] = ACTIONS(2475), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2475), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2475), + [aux_sym_password_authentication_token1] = ACTIONS(2475), + [aux_sym_permit_local_command_token1] = ACTIONS(2475), + [aux_sym_permit_remote_open_token1] = ACTIONS(2475), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2475), + [aux_sym_port_token1] = ACTIONS(2475), + [aux_sym_preferred_authentications_token1] = ACTIONS(2475), + [aux_sym_protocol_token1] = ACTIONS(2475), + [aux_sym_proxy_command_token1] = ACTIONS(2475), + [aux_sym_proxy_jump_token1] = ACTIONS(2475), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2475), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2475), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2475), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2475), + [aux_sym_rekey_limit_token1] = ACTIONS(2475), + [aux_sym_remote_command_token1] = ACTIONS(2475), + [aux_sym_remote_forward_token1] = ACTIONS(2475), + [aux_sym_request_tty_token1] = ACTIONS(2475), + [aux_sym_required_rsa_size_token1] = ACTIONS(2475), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2475), + [aux_sym_security_key_provider_token1] = ACTIONS(2475), + [aux_sym_send_env_token1] = ACTIONS(2475), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2475), + [aux_sym_server_alive_interval_token1] = ACTIONS(2475), + [aux_sym_session_type_token1] = ACTIONS(2475), + [aux_sym_set_env_token1] = ACTIONS(2475), + [aux_sym_stdin_null_token1] = ACTIONS(2475), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2475), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2475), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2475), + [aux_sym_syslog_facility_token1] = ACTIONS(2475), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2475), + [aux_sym_keep_alive_token1] = ACTIONS(2475), + [aux_sym_tunnel_token1] = ACTIONS(2477), + [aux_sym_tunnel_device_token1] = ACTIONS(2475), + [aux_sym_update_host_keys_token1] = ACTIONS(2475), + [aux_sym_use_keychain_token1] = ACTIONS(2475), + [aux_sym_use_roaming_token1] = ACTIONS(2475), + [aux_sym_user_token1] = ACTIONS(2477), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2475), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2475), + [aux_sym_visual_host_key_token1] = ACTIONS(2475), + [aux_sym_xauth_location_token1] = ACTIONS(2475), }, [344] = { - [ts_builtin_sym_end] = ACTIONS(2472), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2474), - [anon_sym_DQUOTE] = ACTIONS(2476), - [aux_sym_match_token1] = ACTIONS(2472), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2472), - [aux_sym_address_family_token1] = ACTIONS(2472), - [aux_sym_batch_mode_token1] = ACTIONS(2472), - [aux_sym_bind_address_token1] = ACTIONS(2472), - [aux_sym_bind_interface_token1] = ACTIONS(2472), - [aux_sym_canonical_domains_token1] = ACTIONS(2472), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2472), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2472), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2472), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2472), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2472), - [aux_sym_certificate_file_token1] = ACTIONS(2472), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2472), - [aux_sym_check_host_ip_token1] = ACTIONS(2472), - [aux_sym_ciphers_token1] = ACTIONS(2472), - [aux_sym_cipher_token1] = ACTIONS(2474), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2472), - [aux_sym_compression_token1] = ACTIONS(2472), - [aux_sym_connection_attempts_token1] = ACTIONS(2472), - [aux_sym_connect_timeout_token1] = ACTIONS(2472), - [aux_sym_control_master_token1] = ACTIONS(2472), - [aux_sym_control_path_token1] = ACTIONS(2472), - [aux_sym_control_persist_token1] = ACTIONS(2472), - [aux_sym_dynamic_forward_token1] = ACTIONS(2472), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2472), - [aux_sym_escape_char_token1] = ACTIONS(2472), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2472), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2472), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2472), - [aux_sym_forward_agent_token1] = ACTIONS(2472), - [aux_sym_forward_x11_token1] = ACTIONS(2474), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2472), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2472), - [aux_sym_gateway_ports_token1] = ACTIONS(2472), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2472), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2472), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2472), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2472), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2472), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2472), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2472), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2472), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2472), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2472), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2472), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2472), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2472), - [aux_sym_host_key_alias_token1] = ACTIONS(2472), - [aux_sym_hostname_token1] = ACTIONS(2472), - [aux_sym_identities_only_token1] = ACTIONS(2472), - [aux_sym_identity_agent_token1] = ACTIONS(2472), - [aux_sym_identity_file_token1] = ACTIONS(2472), - [aux_sym_ignore_unknown_token1] = ACTIONS(2472), - [aux_sym_include_token1] = ACTIONS(2472), - [aux_sym_ip_qos_token1] = ACTIONS(2472), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2472), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2472), - [aux_sym_kex_algorithms_token1] = ACTIONS(2472), - [aux_sym_known_hosts_command_token1] = ACTIONS(2472), - [aux_sym_local_command_token1] = ACTIONS(2472), - [aux_sym_local_forward_token1] = ACTIONS(2472), - [aux_sym_log_level_token1] = ACTIONS(2472), - [aux_sym_log_verbose_token1] = ACTIONS(2472), - [aux_sym_macs_token1] = ACTIONS(2472), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2472), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2472), - [aux_sym_password_authentication_token1] = ACTIONS(2472), - [aux_sym_permit_local_command_token1] = ACTIONS(2472), - [aux_sym_permit_remote_open_token1] = ACTIONS(2472), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2472), - [aux_sym_port_token1] = ACTIONS(2472), - [aux_sym_preferred_authentications_token1] = ACTIONS(2472), - [aux_sym_protocol_token1] = ACTIONS(2472), - [aux_sym_proxy_command_token1] = ACTIONS(2472), - [aux_sym_proxy_jump_token1] = ACTIONS(2472), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2472), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2472), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2472), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2472), - [aux_sym_rekey_limit_token1] = ACTIONS(2472), - [aux_sym_remote_command_token1] = ACTIONS(2472), - [aux_sym_remote_forward_token1] = ACTIONS(2472), - [aux_sym_request_tty_token1] = ACTIONS(2472), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2472), - [aux_sym_security_key_provider_token1] = ACTIONS(2472), - [aux_sym_send_env_token1] = ACTIONS(2472), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2472), - [aux_sym_server_alive_interval_token1] = ACTIONS(2472), - [aux_sym_session_type_token1] = ACTIONS(2472), - [aux_sym_set_env_token1] = ACTIONS(2472), - [aux_sym_stdin_null_token1] = ACTIONS(2472), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2472), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2472), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2472), - [aux_sym_syslog_facility_token1] = ACTIONS(2472), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2472), - [aux_sym_keep_alive_token1] = ACTIONS(2472), - [aux_sym_tunnel_token1] = ACTIONS(2474), - [aux_sym_tunnel_device_token1] = ACTIONS(2472), - [aux_sym_update_host_keys_token1] = ACTIONS(2472), - [aux_sym_use_keychain_token1] = ACTIONS(2472), - [aux_sym_use_roaming_token1] = ACTIONS(2472), - [aux_sym_user_token1] = ACTIONS(2474), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2472), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2472), - [aux_sym_visual_host_key_token1] = ACTIONS(2472), - [aux_sym_xauth_location_token1] = ACTIONS(2472), + [ts_builtin_sym_end] = ACTIONS(2481), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2483), + [anon_sym_DQUOTE] = ACTIONS(2481), + [aux_sym_match_token1] = ACTIONS(2481), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2481), + [aux_sym_address_family_token1] = ACTIONS(2481), + [aux_sym_batch_mode_token1] = ACTIONS(2481), + [aux_sym_bind_address_token1] = ACTIONS(2481), + [aux_sym_bind_interface_token1] = ACTIONS(2481), + [aux_sym_canonical_domains_token1] = ACTIONS(2481), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2481), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2481), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2481), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2481), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2481), + [aux_sym_certificate_file_token1] = ACTIONS(2481), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2481), + [aux_sym_check_host_ip_token1] = ACTIONS(2481), + [aux_sym_ciphers_token1] = ACTIONS(2481), + [aux_sym_cipher_token1] = ACTIONS(2483), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2481), + [aux_sym_compression_token1] = ACTIONS(2481), + [aux_sym_connection_attempts_token1] = ACTIONS(2481), + [aux_sym_connect_timeout_token1] = ACTIONS(2481), + [aux_sym_control_master_token1] = ACTIONS(2481), + [aux_sym_control_path_token1] = ACTIONS(2481), + [aux_sym_control_persist_token1] = ACTIONS(2481), + [aux_sym_dynamic_forward_token1] = ACTIONS(2481), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2481), + [aux_sym_escape_char_token1] = ACTIONS(2481), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2481), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2481), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2481), + [aux_sym_forward_agent_token1] = ACTIONS(2481), + [aux_sym_forward_x11_token1] = ACTIONS(2483), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2481), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2481), + [aux_sym_gateway_ports_token1] = ACTIONS(2481), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2481), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2481), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2481), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2481), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2481), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2481), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2481), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2481), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2481), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2481), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2481), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2481), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2481), + [aux_sym_host_key_alias_token1] = ACTIONS(2481), + [aux_sym_hostname_token1] = ACTIONS(2481), + [aux_sym_identities_only_token1] = ACTIONS(2481), + [aux_sym_identity_agent_token1] = ACTIONS(2481), + [aux_sym_identity_file_token1] = ACTIONS(2481), + [aux_sym_ignore_unknown_token1] = ACTIONS(2481), + [aux_sym_include_token1] = ACTIONS(2481), + [aux_sym_ip_qos_token1] = ACTIONS(2481), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2481), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2481), + [aux_sym_kex_algorithms_token1] = ACTIONS(2481), + [aux_sym_known_hosts_command_token1] = ACTIONS(2481), + [aux_sym_local_command_token1] = ACTIONS(2481), + [aux_sym_local_forward_token1] = ACTIONS(2481), + [aux_sym_log_level_token1] = ACTIONS(2481), + [aux_sym_log_verbose_token1] = ACTIONS(2481), + [aux_sym_macs_token1] = ACTIONS(2481), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2481), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2481), + [aux_sym_password_authentication_token1] = ACTIONS(2481), + [aux_sym_permit_local_command_token1] = ACTIONS(2481), + [aux_sym_permit_remote_open_token1] = ACTIONS(2481), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2481), + [aux_sym_port_token1] = ACTIONS(2481), + [aux_sym_preferred_authentications_token1] = ACTIONS(2481), + [aux_sym_protocol_token1] = ACTIONS(2481), + [aux_sym_proxy_command_token1] = ACTIONS(2481), + [aux_sym_proxy_jump_token1] = ACTIONS(2481), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2481), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2481), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2481), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2481), + [aux_sym_rekey_limit_token1] = ACTIONS(2481), + [aux_sym_remote_command_token1] = ACTIONS(2481), + [aux_sym_remote_forward_token1] = ACTIONS(2481), + [aux_sym_request_tty_token1] = ACTIONS(2481), + [aux_sym_required_rsa_size_token1] = ACTIONS(2481), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2481), + [aux_sym_security_key_provider_token1] = ACTIONS(2481), + [aux_sym_send_env_token1] = ACTIONS(2481), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2481), + [aux_sym_server_alive_interval_token1] = ACTIONS(2481), + [aux_sym_session_type_token1] = ACTIONS(2481), + [aux_sym_set_env_token1] = ACTIONS(2481), + [aux_sym_stdin_null_token1] = ACTIONS(2481), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2481), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2481), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2481), + [aux_sym_syslog_facility_token1] = ACTIONS(2481), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2481), + [aux_sym_keep_alive_token1] = ACTIONS(2481), + [aux_sym_tunnel_token1] = ACTIONS(2483), + [aux_sym_tunnel_device_token1] = ACTIONS(2481), + [aux_sym_update_host_keys_token1] = ACTIONS(2481), + [aux_sym_use_keychain_token1] = ACTIONS(2481), + [aux_sym_use_roaming_token1] = ACTIONS(2481), + [aux_sym_user_token1] = ACTIONS(2483), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2481), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2481), + [aux_sym_visual_host_key_token1] = ACTIONS(2481), + [aux_sym_xauth_location_token1] = ACTIONS(2481), }, [345] = { - [ts_builtin_sym_end] = ACTIONS(2478), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2480), - [anon_sym_DQUOTE] = ACTIONS(2482), - [aux_sym_match_token1] = ACTIONS(2478), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2478), - [aux_sym_address_family_token1] = ACTIONS(2478), - [aux_sym_batch_mode_token1] = ACTIONS(2478), - [aux_sym_bind_address_token1] = ACTIONS(2478), - [aux_sym_bind_interface_token1] = ACTIONS(2478), - [aux_sym_canonical_domains_token1] = ACTIONS(2478), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2478), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2478), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2478), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2478), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2478), - [aux_sym_certificate_file_token1] = ACTIONS(2478), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2478), - [aux_sym_check_host_ip_token1] = ACTIONS(2478), - [aux_sym_ciphers_token1] = ACTIONS(2478), - [aux_sym_cipher_token1] = ACTIONS(2480), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2478), - [aux_sym_compression_token1] = ACTIONS(2478), - [aux_sym_connection_attempts_token1] = ACTIONS(2478), - [aux_sym_connect_timeout_token1] = ACTIONS(2478), - [aux_sym_control_master_token1] = ACTIONS(2478), - [aux_sym_control_path_token1] = ACTIONS(2478), - [aux_sym_control_persist_token1] = ACTIONS(2478), - [aux_sym_dynamic_forward_token1] = ACTIONS(2478), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2478), - [aux_sym_escape_char_token1] = ACTIONS(2478), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2478), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2478), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2478), - [aux_sym_forward_agent_token1] = ACTIONS(2478), - [aux_sym_forward_x11_token1] = ACTIONS(2480), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2478), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2478), - [aux_sym_gateway_ports_token1] = ACTIONS(2478), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2478), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2478), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2478), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2478), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2478), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2478), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2478), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2478), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2478), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2478), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2478), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2478), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2478), - [aux_sym_host_key_alias_token1] = ACTIONS(2478), - [aux_sym_hostname_token1] = ACTIONS(2478), - [aux_sym_identities_only_token1] = ACTIONS(2478), - [aux_sym_identity_agent_token1] = ACTIONS(2478), - [aux_sym_identity_file_token1] = ACTIONS(2478), - [aux_sym_ignore_unknown_token1] = ACTIONS(2478), - [aux_sym_include_token1] = ACTIONS(2478), - [aux_sym_ip_qos_token1] = ACTIONS(2478), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2478), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2478), - [aux_sym_kex_algorithms_token1] = ACTIONS(2478), - [aux_sym_known_hosts_command_token1] = ACTIONS(2478), - [aux_sym_local_command_token1] = ACTIONS(2478), - [aux_sym_local_forward_token1] = ACTIONS(2478), - [aux_sym_log_level_token1] = ACTIONS(2478), - [aux_sym_log_verbose_token1] = ACTIONS(2478), - [aux_sym_macs_token1] = ACTIONS(2478), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2478), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2478), - [aux_sym_password_authentication_token1] = ACTIONS(2478), - [aux_sym_permit_local_command_token1] = ACTIONS(2478), - [aux_sym_permit_remote_open_token1] = ACTIONS(2478), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2478), - [aux_sym_port_token1] = ACTIONS(2478), - [aux_sym_preferred_authentications_token1] = ACTIONS(2478), - [aux_sym_protocol_token1] = ACTIONS(2478), - [aux_sym_proxy_command_token1] = ACTIONS(2478), - [aux_sym_proxy_jump_token1] = ACTIONS(2478), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2478), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2478), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2478), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2478), - [aux_sym_rekey_limit_token1] = ACTIONS(2478), - [aux_sym_remote_command_token1] = ACTIONS(2478), - [aux_sym_remote_forward_token1] = ACTIONS(2478), - [aux_sym_request_tty_token1] = ACTIONS(2478), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2478), - [aux_sym_security_key_provider_token1] = ACTIONS(2478), - [aux_sym_send_env_token1] = ACTIONS(2478), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2478), - [aux_sym_server_alive_interval_token1] = ACTIONS(2478), - [aux_sym_session_type_token1] = ACTIONS(2478), - [aux_sym_set_env_token1] = ACTIONS(2478), - [aux_sym_stdin_null_token1] = ACTIONS(2478), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2478), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2478), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2478), - [aux_sym_syslog_facility_token1] = ACTIONS(2478), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2478), - [aux_sym_keep_alive_token1] = ACTIONS(2478), - [aux_sym_tunnel_token1] = ACTIONS(2480), - [aux_sym_tunnel_device_token1] = ACTIONS(2478), - [aux_sym_update_host_keys_token1] = ACTIONS(2478), - [aux_sym_use_keychain_token1] = ACTIONS(2478), - [aux_sym_use_roaming_token1] = ACTIONS(2478), - [aux_sym_user_token1] = ACTIONS(2480), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2478), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2478), - [aux_sym_visual_host_key_token1] = ACTIONS(2478), - [aux_sym_xauth_location_token1] = ACTIONS(2478), + [ts_builtin_sym_end] = ACTIONS(2485), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2487), + [anon_sym_DQUOTE] = ACTIONS(2485), + [aux_sym_match_token1] = ACTIONS(2485), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2485), + [aux_sym_address_family_token1] = ACTIONS(2485), + [aux_sym_batch_mode_token1] = ACTIONS(2485), + [aux_sym_bind_address_token1] = ACTIONS(2485), + [aux_sym_bind_interface_token1] = ACTIONS(2485), + [aux_sym_canonical_domains_token1] = ACTIONS(2485), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2485), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2485), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2485), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2485), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2485), + [aux_sym_certificate_file_token1] = ACTIONS(2485), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2485), + [aux_sym_check_host_ip_token1] = ACTIONS(2485), + [aux_sym_ciphers_token1] = ACTIONS(2485), + [aux_sym_cipher_token1] = ACTIONS(2487), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2485), + [aux_sym_compression_token1] = ACTIONS(2485), + [aux_sym_connection_attempts_token1] = ACTIONS(2485), + [aux_sym_connect_timeout_token1] = ACTIONS(2485), + [aux_sym_control_master_token1] = ACTIONS(2485), + [aux_sym_control_path_token1] = ACTIONS(2485), + [aux_sym_control_persist_token1] = ACTIONS(2485), + [aux_sym_dynamic_forward_token1] = ACTIONS(2485), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2485), + [aux_sym_escape_char_token1] = ACTIONS(2485), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2485), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2485), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2485), + [aux_sym_forward_agent_token1] = ACTIONS(2485), + [aux_sym_forward_x11_token1] = ACTIONS(2487), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2485), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2485), + [aux_sym_gateway_ports_token1] = ACTIONS(2485), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2485), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2485), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2485), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2485), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2485), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2485), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2485), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2485), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2485), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2485), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2485), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2485), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2485), + [aux_sym_host_key_alias_token1] = ACTIONS(2485), + [aux_sym_hostname_token1] = ACTIONS(2485), + [aux_sym_identities_only_token1] = ACTIONS(2485), + [aux_sym_identity_agent_token1] = ACTIONS(2485), + [aux_sym_identity_file_token1] = ACTIONS(2485), + [aux_sym_ignore_unknown_token1] = ACTIONS(2485), + [aux_sym_include_token1] = ACTIONS(2485), + [aux_sym_ip_qos_token1] = ACTIONS(2485), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2485), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2485), + [aux_sym_kex_algorithms_token1] = ACTIONS(2485), + [aux_sym_known_hosts_command_token1] = ACTIONS(2485), + [aux_sym_local_command_token1] = ACTIONS(2485), + [aux_sym_local_forward_token1] = ACTIONS(2485), + [aux_sym_log_level_token1] = ACTIONS(2485), + [aux_sym_log_verbose_token1] = ACTIONS(2485), + [aux_sym_macs_token1] = ACTIONS(2485), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2485), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2485), + [aux_sym_password_authentication_token1] = ACTIONS(2485), + [aux_sym_permit_local_command_token1] = ACTIONS(2485), + [aux_sym_permit_remote_open_token1] = ACTIONS(2485), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2485), + [aux_sym_port_token1] = ACTIONS(2485), + [aux_sym_preferred_authentications_token1] = ACTIONS(2485), + [aux_sym_protocol_token1] = ACTIONS(2485), + [aux_sym_proxy_command_token1] = ACTIONS(2485), + [aux_sym_proxy_jump_token1] = ACTIONS(2485), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2485), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2485), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2485), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2485), + [aux_sym_rekey_limit_token1] = ACTIONS(2485), + [aux_sym_remote_command_token1] = ACTIONS(2485), + [aux_sym_remote_forward_token1] = ACTIONS(2485), + [aux_sym_request_tty_token1] = ACTIONS(2485), + [aux_sym_required_rsa_size_token1] = ACTIONS(2485), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2485), + [aux_sym_security_key_provider_token1] = ACTIONS(2485), + [aux_sym_send_env_token1] = ACTIONS(2485), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2485), + [aux_sym_server_alive_interval_token1] = ACTIONS(2485), + [aux_sym_session_type_token1] = ACTIONS(2485), + [aux_sym_set_env_token1] = ACTIONS(2485), + [aux_sym_stdin_null_token1] = ACTIONS(2485), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2485), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2485), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2485), + [aux_sym_syslog_facility_token1] = ACTIONS(2485), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2485), + [aux_sym_keep_alive_token1] = ACTIONS(2485), + [aux_sym_tunnel_token1] = ACTIONS(2487), + [aux_sym_tunnel_device_token1] = ACTIONS(2485), + [aux_sym_update_host_keys_token1] = ACTIONS(2485), + [aux_sym_use_keychain_token1] = ACTIONS(2485), + [aux_sym_use_roaming_token1] = ACTIONS(2485), + [aux_sym_user_token1] = ACTIONS(2487), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2485), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2485), + [aux_sym_visual_host_key_token1] = ACTIONS(2485), + [aux_sym_xauth_location_token1] = ACTIONS(2485), }, [346] = { - [ts_builtin_sym_end] = ACTIONS(2484), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2486), - [anon_sym_DQUOTE] = ACTIONS(2484), - [aux_sym_match_token1] = ACTIONS(2484), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2484), - [aux_sym_address_family_token1] = ACTIONS(2484), - [aux_sym_batch_mode_token1] = ACTIONS(2484), - [aux_sym_bind_address_token1] = ACTIONS(2484), - [aux_sym_bind_interface_token1] = ACTIONS(2484), - [aux_sym_canonical_domains_token1] = ACTIONS(2484), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2484), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2484), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2484), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2484), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2484), - [aux_sym_certificate_file_token1] = ACTIONS(2484), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2484), - [aux_sym_check_host_ip_token1] = ACTIONS(2484), - [aux_sym_ciphers_token1] = ACTIONS(2484), - [aux_sym_cipher_token1] = ACTIONS(2486), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2484), - [aux_sym_compression_token1] = ACTIONS(2484), - [aux_sym_connection_attempts_token1] = ACTIONS(2484), - [aux_sym_connect_timeout_token1] = ACTIONS(2484), - [aux_sym_control_master_token1] = ACTIONS(2484), - [aux_sym_control_path_token1] = ACTIONS(2484), - [aux_sym_control_persist_token1] = ACTIONS(2484), - [aux_sym_dynamic_forward_token1] = ACTIONS(2484), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2484), - [aux_sym_escape_char_token1] = ACTIONS(2484), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2484), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2484), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2484), - [aux_sym_forward_agent_token1] = ACTIONS(2484), - [aux_sym_forward_x11_token1] = ACTIONS(2486), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2484), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2484), - [aux_sym_gateway_ports_token1] = ACTIONS(2484), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2484), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2484), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2484), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2484), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2484), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2484), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2484), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2484), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2484), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2484), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2484), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2484), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2484), - [aux_sym_host_key_alias_token1] = ACTIONS(2484), - [aux_sym_hostname_token1] = ACTIONS(2484), - [aux_sym_identities_only_token1] = ACTIONS(2484), - [aux_sym_identity_agent_token1] = ACTIONS(2484), - [aux_sym_identity_file_token1] = ACTIONS(2484), - [aux_sym_ignore_unknown_token1] = ACTIONS(2484), - [aux_sym_include_token1] = ACTIONS(2484), - [aux_sym_ip_qos_token1] = ACTIONS(2484), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2484), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2484), - [aux_sym_kex_algorithms_token1] = ACTIONS(2484), - [aux_sym_known_hosts_command_token1] = ACTIONS(2484), - [aux_sym_local_command_token1] = ACTIONS(2484), - [aux_sym_local_forward_token1] = ACTIONS(2484), - [aux_sym_log_level_token1] = ACTIONS(2484), - [aux_sym_log_verbose_token1] = ACTIONS(2484), - [aux_sym_macs_token1] = ACTIONS(2484), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2484), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2484), - [aux_sym_password_authentication_token1] = ACTIONS(2484), - [aux_sym_permit_local_command_token1] = ACTIONS(2484), - [aux_sym_permit_remote_open_token1] = ACTIONS(2484), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2484), - [aux_sym_port_token1] = ACTIONS(2484), - [aux_sym_preferred_authentications_token1] = ACTIONS(2484), - [aux_sym_protocol_token1] = ACTIONS(2484), - [aux_sym_proxy_command_token1] = ACTIONS(2484), - [aux_sym_proxy_jump_token1] = ACTIONS(2484), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2484), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2484), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2484), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2484), - [aux_sym_rekey_limit_token1] = ACTIONS(2484), - [aux_sym_remote_command_token1] = ACTIONS(2484), - [aux_sym_remote_forward_token1] = ACTIONS(2484), - [aux_sym_request_tty_token1] = ACTIONS(2484), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2484), - [aux_sym_security_key_provider_token1] = ACTIONS(2484), - [aux_sym_send_env_token1] = ACTIONS(2484), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2484), - [aux_sym_server_alive_interval_token1] = ACTIONS(2484), - [aux_sym_session_type_token1] = ACTIONS(2484), - [aux_sym_set_env_token1] = ACTIONS(2484), - [aux_sym_stdin_null_token1] = ACTIONS(2484), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2484), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2484), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2484), - [aux_sym_syslog_facility_token1] = ACTIONS(2484), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2484), - [aux_sym_keep_alive_token1] = ACTIONS(2484), - [aux_sym_tunnel_token1] = ACTIONS(2486), - [aux_sym_tunnel_device_token1] = ACTIONS(2484), - [aux_sym_update_host_keys_token1] = ACTIONS(2484), - [aux_sym_use_keychain_token1] = ACTIONS(2484), - [aux_sym_use_roaming_token1] = ACTIONS(2484), - [aux_sym_user_token1] = ACTIONS(2486), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2484), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2484), - [aux_sym_visual_host_key_token1] = ACTIONS(2484), - [aux_sym_xauth_location_token1] = ACTIONS(2484), + [ts_builtin_sym_end] = ACTIONS(2489), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2491), + [anon_sym_DQUOTE] = ACTIONS(2493), + [aux_sym_match_token1] = ACTIONS(2489), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2489), + [aux_sym_address_family_token1] = ACTIONS(2489), + [aux_sym_batch_mode_token1] = ACTIONS(2489), + [aux_sym_bind_address_token1] = ACTIONS(2489), + [aux_sym_bind_interface_token1] = ACTIONS(2489), + [aux_sym_canonical_domains_token1] = ACTIONS(2489), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2489), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2489), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2489), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2489), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2489), + [aux_sym_certificate_file_token1] = ACTIONS(2489), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2489), + [aux_sym_check_host_ip_token1] = ACTIONS(2489), + [aux_sym_ciphers_token1] = ACTIONS(2489), + [aux_sym_cipher_token1] = ACTIONS(2491), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2489), + [aux_sym_compression_token1] = ACTIONS(2489), + [aux_sym_connection_attempts_token1] = ACTIONS(2489), + [aux_sym_connect_timeout_token1] = ACTIONS(2489), + [aux_sym_control_master_token1] = ACTIONS(2489), + [aux_sym_control_path_token1] = ACTIONS(2489), + [aux_sym_control_persist_token1] = ACTIONS(2489), + [aux_sym_dynamic_forward_token1] = ACTIONS(2489), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2489), + [aux_sym_escape_char_token1] = ACTIONS(2489), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2489), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2489), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2489), + [aux_sym_forward_agent_token1] = ACTIONS(2489), + [aux_sym_forward_x11_token1] = ACTIONS(2491), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2489), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2489), + [aux_sym_gateway_ports_token1] = ACTIONS(2489), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2489), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2489), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2489), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2489), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2489), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2489), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2489), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2489), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2489), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2489), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2489), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2489), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2489), + [aux_sym_host_key_alias_token1] = ACTIONS(2489), + [aux_sym_hostname_token1] = ACTIONS(2489), + [aux_sym_identities_only_token1] = ACTIONS(2489), + [aux_sym_identity_agent_token1] = ACTIONS(2489), + [aux_sym_identity_file_token1] = ACTIONS(2489), + [aux_sym_ignore_unknown_token1] = ACTIONS(2489), + [aux_sym_include_token1] = ACTIONS(2489), + [aux_sym_ip_qos_token1] = ACTIONS(2489), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2489), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2489), + [aux_sym_kex_algorithms_token1] = ACTIONS(2489), + [aux_sym_known_hosts_command_token1] = ACTIONS(2489), + [aux_sym_local_command_token1] = ACTIONS(2489), + [aux_sym_local_forward_token1] = ACTIONS(2489), + [aux_sym_log_level_token1] = ACTIONS(2489), + [aux_sym_log_verbose_token1] = ACTIONS(2489), + [aux_sym_macs_token1] = ACTIONS(2489), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2489), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2489), + [aux_sym_password_authentication_token1] = ACTIONS(2489), + [aux_sym_permit_local_command_token1] = ACTIONS(2489), + [aux_sym_permit_remote_open_token1] = ACTIONS(2489), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2489), + [aux_sym_port_token1] = ACTIONS(2489), + [aux_sym_preferred_authentications_token1] = ACTIONS(2489), + [aux_sym_protocol_token1] = ACTIONS(2489), + [aux_sym_proxy_command_token1] = ACTIONS(2489), + [aux_sym_proxy_jump_token1] = ACTIONS(2489), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2489), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2489), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2489), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2489), + [aux_sym_rekey_limit_token1] = ACTIONS(2489), + [aux_sym_remote_command_token1] = ACTIONS(2489), + [aux_sym_remote_forward_token1] = ACTIONS(2489), + [aux_sym_request_tty_token1] = ACTIONS(2489), + [aux_sym_required_rsa_size_token1] = ACTIONS(2489), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2489), + [aux_sym_security_key_provider_token1] = ACTIONS(2489), + [aux_sym_send_env_token1] = ACTIONS(2489), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2489), + [aux_sym_server_alive_interval_token1] = ACTIONS(2489), + [aux_sym_session_type_token1] = ACTIONS(2489), + [aux_sym_set_env_token1] = ACTIONS(2489), + [aux_sym_stdin_null_token1] = ACTIONS(2489), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2489), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2489), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2489), + [aux_sym_syslog_facility_token1] = ACTIONS(2489), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2489), + [aux_sym_keep_alive_token1] = ACTIONS(2489), + [aux_sym_tunnel_token1] = ACTIONS(2491), + [aux_sym_tunnel_device_token1] = ACTIONS(2489), + [aux_sym_update_host_keys_token1] = ACTIONS(2489), + [aux_sym_use_keychain_token1] = ACTIONS(2489), + [aux_sym_use_roaming_token1] = ACTIONS(2489), + [aux_sym_user_token1] = ACTIONS(2491), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2489), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2489), + [aux_sym_visual_host_key_token1] = ACTIONS(2489), + [aux_sym_xauth_location_token1] = ACTIONS(2489), }, [347] = { - [ts_builtin_sym_end] = ACTIONS(2488), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2490), - [anon_sym_DQUOTE] = ACTIONS(2488), - [aux_sym_match_token1] = ACTIONS(2488), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2488), - [aux_sym_address_family_token1] = ACTIONS(2488), - [aux_sym_batch_mode_token1] = ACTIONS(2488), - [aux_sym_bind_address_token1] = ACTIONS(2488), - [aux_sym_bind_interface_token1] = ACTIONS(2488), - [aux_sym_canonical_domains_token1] = ACTIONS(2488), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2488), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2488), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2488), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2488), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2488), - [aux_sym_certificate_file_token1] = ACTIONS(2488), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2488), - [aux_sym_check_host_ip_token1] = ACTIONS(2488), - [aux_sym_ciphers_token1] = ACTIONS(2488), - [aux_sym_cipher_token1] = ACTIONS(2490), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2488), - [aux_sym_compression_token1] = ACTIONS(2488), - [aux_sym_connection_attempts_token1] = ACTIONS(2488), - [aux_sym_connect_timeout_token1] = ACTIONS(2488), - [aux_sym_control_master_token1] = ACTIONS(2488), - [aux_sym_control_path_token1] = ACTIONS(2488), - [aux_sym_control_persist_token1] = ACTIONS(2488), - [aux_sym_dynamic_forward_token1] = ACTIONS(2488), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2488), - [aux_sym_escape_char_token1] = ACTIONS(2488), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2488), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2488), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2488), - [aux_sym_forward_agent_token1] = ACTIONS(2488), - [aux_sym_forward_x11_token1] = ACTIONS(2490), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2488), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2488), - [aux_sym_gateway_ports_token1] = ACTIONS(2488), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2488), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2488), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2488), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2488), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2488), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2488), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2488), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2488), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2488), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2488), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2488), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2488), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2488), - [aux_sym_host_key_alias_token1] = ACTIONS(2488), - [aux_sym_hostname_token1] = ACTIONS(2488), - [aux_sym_identities_only_token1] = ACTIONS(2488), - [aux_sym_identity_agent_token1] = ACTIONS(2488), - [aux_sym_identity_file_token1] = ACTIONS(2488), - [aux_sym_ignore_unknown_token1] = ACTIONS(2488), - [aux_sym_include_token1] = ACTIONS(2488), - [aux_sym_ip_qos_token1] = ACTIONS(2488), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2488), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2488), - [aux_sym_kex_algorithms_token1] = ACTIONS(2488), - [aux_sym_known_hosts_command_token1] = ACTIONS(2488), - [aux_sym_local_command_token1] = ACTIONS(2488), - [aux_sym_local_forward_token1] = ACTIONS(2488), - [aux_sym_log_level_token1] = ACTIONS(2488), - [aux_sym_log_verbose_token1] = ACTIONS(2488), - [aux_sym_macs_token1] = ACTIONS(2488), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2488), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2488), - [aux_sym_password_authentication_token1] = ACTIONS(2488), - [aux_sym_permit_local_command_token1] = ACTIONS(2488), - [aux_sym_permit_remote_open_token1] = ACTIONS(2488), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2488), - [aux_sym_port_token1] = ACTIONS(2488), - [aux_sym_preferred_authentications_token1] = ACTIONS(2488), - [aux_sym_protocol_token1] = ACTIONS(2488), - [aux_sym_proxy_command_token1] = ACTIONS(2488), - [aux_sym_proxy_jump_token1] = ACTIONS(2488), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2488), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2488), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2488), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2488), - [aux_sym_rekey_limit_token1] = ACTIONS(2488), - [aux_sym_remote_command_token1] = ACTIONS(2488), - [aux_sym_remote_forward_token1] = ACTIONS(2488), - [aux_sym_request_tty_token1] = ACTIONS(2488), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2488), - [aux_sym_security_key_provider_token1] = ACTIONS(2488), - [aux_sym_send_env_token1] = ACTIONS(2488), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2488), - [aux_sym_server_alive_interval_token1] = ACTIONS(2488), - [aux_sym_session_type_token1] = ACTIONS(2488), - [aux_sym_set_env_token1] = ACTIONS(2488), - [aux_sym_stdin_null_token1] = ACTIONS(2488), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2488), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2488), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2488), - [aux_sym_syslog_facility_token1] = ACTIONS(2488), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2488), - [aux_sym_keep_alive_token1] = ACTIONS(2488), - [aux_sym_tunnel_token1] = ACTIONS(2490), - [aux_sym_tunnel_device_token1] = ACTIONS(2488), - [aux_sym_update_host_keys_token1] = ACTIONS(2488), - [aux_sym_use_keychain_token1] = ACTIONS(2488), - [aux_sym_use_roaming_token1] = ACTIONS(2488), - [aux_sym_user_token1] = ACTIONS(2490), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2488), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2488), - [aux_sym_visual_host_key_token1] = ACTIONS(2488), - [aux_sym_xauth_location_token1] = ACTIONS(2488), + [ts_builtin_sym_end] = ACTIONS(2495), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2497), + [anon_sym_DQUOTE] = ACTIONS(2499), + [aux_sym_match_token1] = ACTIONS(2495), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2495), + [aux_sym_address_family_token1] = ACTIONS(2495), + [aux_sym_batch_mode_token1] = ACTIONS(2495), + [aux_sym_bind_address_token1] = ACTIONS(2495), + [aux_sym_bind_interface_token1] = ACTIONS(2495), + [aux_sym_canonical_domains_token1] = ACTIONS(2495), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2495), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2495), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2495), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2495), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2495), + [aux_sym_certificate_file_token1] = ACTIONS(2495), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2495), + [aux_sym_check_host_ip_token1] = ACTIONS(2495), + [aux_sym_ciphers_token1] = ACTIONS(2495), + [aux_sym_cipher_token1] = ACTIONS(2497), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2495), + [aux_sym_compression_token1] = ACTIONS(2495), + [aux_sym_connection_attempts_token1] = ACTIONS(2495), + [aux_sym_connect_timeout_token1] = ACTIONS(2495), + [aux_sym_control_master_token1] = ACTIONS(2495), + [aux_sym_control_path_token1] = ACTIONS(2495), + [aux_sym_control_persist_token1] = ACTIONS(2495), + [aux_sym_dynamic_forward_token1] = ACTIONS(2495), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2495), + [aux_sym_escape_char_token1] = ACTIONS(2495), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2495), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2495), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2495), + [aux_sym_forward_agent_token1] = ACTIONS(2495), + [aux_sym_forward_x11_token1] = ACTIONS(2497), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2495), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2495), + [aux_sym_gateway_ports_token1] = ACTIONS(2495), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2495), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2495), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2495), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2495), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2495), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2495), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2495), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2495), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2495), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2495), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2495), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2495), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2495), + [aux_sym_host_key_alias_token1] = ACTIONS(2495), + [aux_sym_hostname_token1] = ACTIONS(2495), + [aux_sym_identities_only_token1] = ACTIONS(2495), + [aux_sym_identity_agent_token1] = ACTIONS(2495), + [aux_sym_identity_file_token1] = ACTIONS(2495), + [aux_sym_ignore_unknown_token1] = ACTIONS(2495), + [aux_sym_include_token1] = ACTIONS(2495), + [aux_sym_ip_qos_token1] = ACTIONS(2495), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2495), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2495), + [aux_sym_kex_algorithms_token1] = ACTIONS(2495), + [aux_sym_known_hosts_command_token1] = ACTIONS(2495), + [aux_sym_local_command_token1] = ACTIONS(2495), + [aux_sym_local_forward_token1] = ACTIONS(2495), + [aux_sym_log_level_token1] = ACTIONS(2495), + [aux_sym_log_verbose_token1] = ACTIONS(2495), + [aux_sym_macs_token1] = ACTIONS(2495), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2495), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2495), + [aux_sym_password_authentication_token1] = ACTIONS(2495), + [aux_sym_permit_local_command_token1] = ACTIONS(2495), + [aux_sym_permit_remote_open_token1] = ACTIONS(2495), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2495), + [aux_sym_port_token1] = ACTIONS(2495), + [aux_sym_preferred_authentications_token1] = ACTIONS(2495), + [aux_sym_protocol_token1] = ACTIONS(2495), + [aux_sym_proxy_command_token1] = ACTIONS(2495), + [aux_sym_proxy_jump_token1] = ACTIONS(2495), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2495), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2495), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2495), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2495), + [aux_sym_rekey_limit_token1] = ACTIONS(2495), + [aux_sym_remote_command_token1] = ACTIONS(2495), + [aux_sym_remote_forward_token1] = ACTIONS(2495), + [aux_sym_request_tty_token1] = ACTIONS(2495), + [aux_sym_required_rsa_size_token1] = ACTIONS(2495), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2495), + [aux_sym_security_key_provider_token1] = ACTIONS(2495), + [aux_sym_send_env_token1] = ACTIONS(2495), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2495), + [aux_sym_server_alive_interval_token1] = ACTIONS(2495), + [aux_sym_session_type_token1] = ACTIONS(2495), + [aux_sym_set_env_token1] = ACTIONS(2495), + [aux_sym_stdin_null_token1] = ACTIONS(2495), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2495), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2495), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2495), + [aux_sym_syslog_facility_token1] = ACTIONS(2495), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2495), + [aux_sym_keep_alive_token1] = ACTIONS(2495), + [aux_sym_tunnel_token1] = ACTIONS(2497), + [aux_sym_tunnel_device_token1] = ACTIONS(2495), + [aux_sym_update_host_keys_token1] = ACTIONS(2495), + [aux_sym_use_keychain_token1] = ACTIONS(2495), + [aux_sym_use_roaming_token1] = ACTIONS(2495), + [aux_sym_user_token1] = ACTIONS(2497), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2495), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2495), + [aux_sym_visual_host_key_token1] = ACTIONS(2495), + [aux_sym_xauth_location_token1] = ACTIONS(2495), }, [348] = { - [ts_builtin_sym_end] = ACTIONS(2492), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2494), - [anon_sym_DQUOTE] = ACTIONS(2496), - [aux_sym_match_token1] = ACTIONS(2492), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2492), - [aux_sym_address_family_token1] = ACTIONS(2492), - [aux_sym_batch_mode_token1] = ACTIONS(2492), - [aux_sym_bind_address_token1] = ACTIONS(2492), - [aux_sym_bind_interface_token1] = ACTIONS(2492), - [aux_sym_canonical_domains_token1] = ACTIONS(2492), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2492), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2492), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2492), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2492), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2492), - [aux_sym_certificate_file_token1] = ACTIONS(2492), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2492), - [aux_sym_check_host_ip_token1] = ACTIONS(2492), - [aux_sym_ciphers_token1] = ACTIONS(2492), - [aux_sym_cipher_token1] = ACTIONS(2494), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2492), - [aux_sym_compression_token1] = ACTIONS(2492), - [aux_sym_connection_attempts_token1] = ACTIONS(2492), - [aux_sym_connect_timeout_token1] = ACTIONS(2492), - [aux_sym_control_master_token1] = ACTIONS(2492), - [aux_sym_control_path_token1] = ACTIONS(2492), - [aux_sym_control_persist_token1] = ACTIONS(2492), - [aux_sym_dynamic_forward_token1] = ACTIONS(2492), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2492), - [aux_sym_escape_char_token1] = ACTIONS(2492), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2492), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2492), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2492), - [aux_sym_forward_agent_token1] = ACTIONS(2492), - [aux_sym_forward_x11_token1] = ACTIONS(2494), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2492), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2492), - [aux_sym_gateway_ports_token1] = ACTIONS(2492), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2492), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2492), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2492), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2492), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2492), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2492), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2492), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2492), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2492), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2492), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2492), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2492), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2492), - [aux_sym_host_key_alias_token1] = ACTIONS(2492), - [aux_sym_hostname_token1] = ACTIONS(2492), - [aux_sym_identities_only_token1] = ACTIONS(2492), - [aux_sym_identity_agent_token1] = ACTIONS(2492), - [aux_sym_identity_file_token1] = ACTIONS(2492), - [aux_sym_ignore_unknown_token1] = ACTIONS(2492), - [aux_sym_include_token1] = ACTIONS(2492), - [aux_sym_ip_qos_token1] = ACTIONS(2492), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2492), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2492), - [aux_sym_kex_algorithms_token1] = ACTIONS(2492), - [aux_sym_known_hosts_command_token1] = ACTIONS(2492), - [aux_sym_local_command_token1] = ACTIONS(2492), - [aux_sym_local_forward_token1] = ACTIONS(2492), - [aux_sym_log_level_token1] = ACTIONS(2492), - [aux_sym_log_verbose_token1] = ACTIONS(2492), - [aux_sym_macs_token1] = ACTIONS(2492), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2492), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2492), - [aux_sym_password_authentication_token1] = ACTIONS(2492), - [aux_sym_permit_local_command_token1] = ACTIONS(2492), - [aux_sym_permit_remote_open_token1] = ACTIONS(2492), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2492), - [aux_sym_port_token1] = ACTIONS(2492), - [aux_sym_preferred_authentications_token1] = ACTIONS(2492), - [aux_sym_protocol_token1] = ACTIONS(2492), - [aux_sym_proxy_command_token1] = ACTIONS(2492), - [aux_sym_proxy_jump_token1] = ACTIONS(2492), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2492), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2492), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2492), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2492), - [aux_sym_rekey_limit_token1] = ACTIONS(2492), - [aux_sym_remote_command_token1] = ACTIONS(2492), - [aux_sym_remote_forward_token1] = ACTIONS(2492), - [aux_sym_request_tty_token1] = ACTIONS(2492), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2492), - [aux_sym_security_key_provider_token1] = ACTIONS(2492), - [aux_sym_send_env_token1] = ACTIONS(2492), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2492), - [aux_sym_server_alive_interval_token1] = ACTIONS(2492), - [aux_sym_session_type_token1] = ACTIONS(2492), - [aux_sym_set_env_token1] = ACTIONS(2492), - [aux_sym_stdin_null_token1] = ACTIONS(2492), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2492), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2492), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2492), - [aux_sym_syslog_facility_token1] = ACTIONS(2492), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2492), - [aux_sym_keep_alive_token1] = ACTIONS(2492), - [aux_sym_tunnel_token1] = ACTIONS(2494), - [aux_sym_tunnel_device_token1] = ACTIONS(2492), - [aux_sym_update_host_keys_token1] = ACTIONS(2492), - [aux_sym_use_keychain_token1] = ACTIONS(2492), - [aux_sym_use_roaming_token1] = ACTIONS(2492), - [aux_sym_user_token1] = ACTIONS(2494), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2492), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2492), - [aux_sym_visual_host_key_token1] = ACTIONS(2492), - [aux_sym_xauth_location_token1] = ACTIONS(2492), + [ts_builtin_sym_end] = ACTIONS(2501), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2503), + [anon_sym_DQUOTE] = ACTIONS(2501), + [aux_sym_match_token1] = ACTIONS(2501), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2501), + [aux_sym_address_family_token1] = ACTIONS(2501), + [aux_sym_batch_mode_token1] = ACTIONS(2501), + [aux_sym_bind_address_token1] = ACTIONS(2501), + [aux_sym_bind_interface_token1] = ACTIONS(2501), + [aux_sym_canonical_domains_token1] = ACTIONS(2501), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2501), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2501), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2501), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2501), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2501), + [aux_sym_certificate_file_token1] = ACTIONS(2501), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2501), + [aux_sym_check_host_ip_token1] = ACTIONS(2501), + [aux_sym_ciphers_token1] = ACTIONS(2501), + [aux_sym_cipher_token1] = ACTIONS(2503), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2501), + [aux_sym_compression_token1] = ACTIONS(2501), + [aux_sym_connection_attempts_token1] = ACTIONS(2501), + [aux_sym_connect_timeout_token1] = ACTIONS(2501), + [aux_sym_control_master_token1] = ACTIONS(2501), + [aux_sym_control_path_token1] = ACTIONS(2501), + [aux_sym_control_persist_token1] = ACTIONS(2501), + [aux_sym_dynamic_forward_token1] = ACTIONS(2501), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2501), + [aux_sym_escape_char_token1] = ACTIONS(2501), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2501), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2501), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2501), + [aux_sym_forward_agent_token1] = ACTIONS(2501), + [aux_sym_forward_x11_token1] = ACTIONS(2503), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2501), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2501), + [aux_sym_gateway_ports_token1] = ACTIONS(2501), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2501), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2501), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2501), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2501), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2501), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2501), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2501), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2501), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2501), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2501), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2501), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2501), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2501), + [aux_sym_host_key_alias_token1] = ACTIONS(2501), + [aux_sym_hostname_token1] = ACTIONS(2501), + [aux_sym_identities_only_token1] = ACTIONS(2501), + [aux_sym_identity_agent_token1] = ACTIONS(2501), + [aux_sym_identity_file_token1] = ACTIONS(2501), + [aux_sym_ignore_unknown_token1] = ACTIONS(2501), + [aux_sym_include_token1] = ACTIONS(2501), + [aux_sym_ip_qos_token1] = ACTIONS(2501), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2501), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2501), + [aux_sym_kex_algorithms_token1] = ACTIONS(2501), + [aux_sym_known_hosts_command_token1] = ACTIONS(2501), + [aux_sym_local_command_token1] = ACTIONS(2501), + [aux_sym_local_forward_token1] = ACTIONS(2501), + [aux_sym_log_level_token1] = ACTIONS(2501), + [aux_sym_log_verbose_token1] = ACTIONS(2501), + [aux_sym_macs_token1] = ACTIONS(2501), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2501), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2501), + [aux_sym_password_authentication_token1] = ACTIONS(2501), + [aux_sym_permit_local_command_token1] = ACTIONS(2501), + [aux_sym_permit_remote_open_token1] = ACTIONS(2501), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2501), + [aux_sym_port_token1] = ACTIONS(2501), + [aux_sym_preferred_authentications_token1] = ACTIONS(2501), + [aux_sym_protocol_token1] = ACTIONS(2501), + [aux_sym_proxy_command_token1] = ACTIONS(2501), + [aux_sym_proxy_jump_token1] = ACTIONS(2501), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2501), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2501), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2501), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2501), + [aux_sym_rekey_limit_token1] = ACTIONS(2501), + [aux_sym_remote_command_token1] = ACTIONS(2501), + [aux_sym_remote_forward_token1] = ACTIONS(2501), + [aux_sym_request_tty_token1] = ACTIONS(2501), + [aux_sym_required_rsa_size_token1] = ACTIONS(2501), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2501), + [aux_sym_security_key_provider_token1] = ACTIONS(2501), + [aux_sym_send_env_token1] = ACTIONS(2501), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2501), + [aux_sym_server_alive_interval_token1] = ACTIONS(2501), + [aux_sym_session_type_token1] = ACTIONS(2501), + [aux_sym_set_env_token1] = ACTIONS(2501), + [aux_sym_stdin_null_token1] = ACTIONS(2501), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2501), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2501), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2501), + [aux_sym_syslog_facility_token1] = ACTIONS(2501), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2501), + [aux_sym_keep_alive_token1] = ACTIONS(2501), + [aux_sym_tunnel_token1] = ACTIONS(2503), + [aux_sym_tunnel_device_token1] = ACTIONS(2501), + [aux_sym_update_host_keys_token1] = ACTIONS(2501), + [aux_sym_use_keychain_token1] = ACTIONS(2501), + [aux_sym_use_roaming_token1] = ACTIONS(2501), + [aux_sym_user_token1] = ACTIONS(2503), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2501), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2501), + [aux_sym_visual_host_key_token1] = ACTIONS(2501), + [aux_sym_xauth_location_token1] = ACTIONS(2501), }, [349] = { - [ts_builtin_sym_end] = ACTIONS(2498), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2500), - [anon_sym_DQUOTE] = ACTIONS(2498), - [aux_sym_match_token1] = ACTIONS(2498), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2498), - [aux_sym_address_family_token1] = ACTIONS(2498), - [aux_sym_batch_mode_token1] = ACTIONS(2498), - [aux_sym_bind_address_token1] = ACTIONS(2498), - [aux_sym_bind_interface_token1] = ACTIONS(2498), - [aux_sym_canonical_domains_token1] = ACTIONS(2498), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2498), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2498), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2498), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2498), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2498), - [aux_sym_certificate_file_token1] = ACTIONS(2498), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2498), - [aux_sym_check_host_ip_token1] = ACTIONS(2498), - [aux_sym_ciphers_token1] = ACTIONS(2498), - [aux_sym_cipher_token1] = ACTIONS(2500), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2498), - [aux_sym_compression_token1] = ACTIONS(2498), - [aux_sym_connection_attempts_token1] = ACTIONS(2498), - [aux_sym_connect_timeout_token1] = ACTIONS(2498), - [aux_sym_control_master_token1] = ACTIONS(2498), - [aux_sym_control_path_token1] = ACTIONS(2498), - [aux_sym_control_persist_token1] = ACTIONS(2498), - [aux_sym_dynamic_forward_token1] = ACTIONS(2498), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2498), - [aux_sym_escape_char_token1] = ACTIONS(2498), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2498), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2498), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2498), - [aux_sym_forward_agent_token1] = ACTIONS(2498), - [aux_sym_forward_x11_token1] = ACTIONS(2500), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2498), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2498), - [aux_sym_gateway_ports_token1] = ACTIONS(2498), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2498), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2498), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2498), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2498), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2498), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2498), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2498), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2498), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2498), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2498), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2498), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2498), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2498), - [aux_sym_host_key_alias_token1] = ACTIONS(2498), - [aux_sym_hostname_token1] = ACTIONS(2498), - [aux_sym_identities_only_token1] = ACTIONS(2498), - [aux_sym_identity_agent_token1] = ACTIONS(2498), - [aux_sym_identity_file_token1] = ACTIONS(2498), - [aux_sym_ignore_unknown_token1] = ACTIONS(2498), - [aux_sym_include_token1] = ACTIONS(2498), - [aux_sym_ip_qos_token1] = ACTIONS(2498), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2498), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2498), - [aux_sym_kex_algorithms_token1] = ACTIONS(2498), - [aux_sym_known_hosts_command_token1] = ACTIONS(2498), - [aux_sym_local_command_token1] = ACTIONS(2498), - [aux_sym_local_forward_token1] = ACTIONS(2498), - [aux_sym_log_level_token1] = ACTIONS(2498), - [aux_sym_log_verbose_token1] = ACTIONS(2498), - [aux_sym_macs_token1] = ACTIONS(2498), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2498), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2498), - [aux_sym_password_authentication_token1] = ACTIONS(2498), - [aux_sym_permit_local_command_token1] = ACTIONS(2498), - [aux_sym_permit_remote_open_token1] = ACTIONS(2498), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2498), - [aux_sym_port_token1] = ACTIONS(2498), - [aux_sym_preferred_authentications_token1] = ACTIONS(2498), - [aux_sym_protocol_token1] = ACTIONS(2498), - [aux_sym_proxy_command_token1] = ACTIONS(2498), - [aux_sym_proxy_jump_token1] = ACTIONS(2498), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2498), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2498), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2498), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2498), - [aux_sym_rekey_limit_token1] = ACTIONS(2498), - [aux_sym_remote_command_token1] = ACTIONS(2498), - [aux_sym_remote_forward_token1] = ACTIONS(2498), - [aux_sym_request_tty_token1] = ACTIONS(2498), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2498), - [aux_sym_security_key_provider_token1] = ACTIONS(2498), - [aux_sym_send_env_token1] = ACTIONS(2498), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2498), - [aux_sym_server_alive_interval_token1] = ACTIONS(2498), - [aux_sym_session_type_token1] = ACTIONS(2498), - [aux_sym_set_env_token1] = ACTIONS(2498), - [aux_sym_stdin_null_token1] = ACTIONS(2498), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2498), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2498), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2498), - [aux_sym_syslog_facility_token1] = ACTIONS(2498), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2498), - [aux_sym_keep_alive_token1] = ACTIONS(2498), - [aux_sym_tunnel_token1] = ACTIONS(2500), - [aux_sym_tunnel_device_token1] = ACTIONS(2498), - [aux_sym_update_host_keys_token1] = ACTIONS(2498), - [aux_sym_use_keychain_token1] = ACTIONS(2498), - [aux_sym_use_roaming_token1] = ACTIONS(2498), - [aux_sym_user_token1] = ACTIONS(2500), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2498), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2498), - [aux_sym_visual_host_key_token1] = ACTIONS(2498), - [aux_sym_xauth_location_token1] = ACTIONS(2498), + [ts_builtin_sym_end] = ACTIONS(2505), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2507), + [anon_sym_DQUOTE] = ACTIONS(2505), + [aux_sym_match_token1] = ACTIONS(2505), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2505), + [aux_sym_address_family_token1] = ACTIONS(2505), + [aux_sym_batch_mode_token1] = ACTIONS(2505), + [aux_sym_bind_address_token1] = ACTIONS(2505), + [aux_sym_bind_interface_token1] = ACTIONS(2505), + [aux_sym_canonical_domains_token1] = ACTIONS(2505), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2505), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2505), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2505), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2505), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2505), + [aux_sym_certificate_file_token1] = ACTIONS(2505), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2505), + [aux_sym_check_host_ip_token1] = ACTIONS(2505), + [aux_sym_ciphers_token1] = ACTIONS(2505), + [aux_sym_cipher_token1] = ACTIONS(2507), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2505), + [aux_sym_compression_token1] = ACTIONS(2505), + [aux_sym_connection_attempts_token1] = ACTIONS(2505), + [aux_sym_connect_timeout_token1] = ACTIONS(2505), + [aux_sym_control_master_token1] = ACTIONS(2505), + [aux_sym_control_path_token1] = ACTIONS(2505), + [aux_sym_control_persist_token1] = ACTIONS(2505), + [aux_sym_dynamic_forward_token1] = ACTIONS(2505), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2505), + [aux_sym_escape_char_token1] = ACTIONS(2505), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2505), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2505), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2505), + [aux_sym_forward_agent_token1] = ACTIONS(2505), + [aux_sym_forward_x11_token1] = ACTIONS(2507), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2505), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2505), + [aux_sym_gateway_ports_token1] = ACTIONS(2505), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2505), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2505), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2505), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2505), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2505), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2505), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2505), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2505), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2505), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2505), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2505), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2505), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2505), + [aux_sym_host_key_alias_token1] = ACTIONS(2505), + [aux_sym_hostname_token1] = ACTIONS(2505), + [aux_sym_identities_only_token1] = ACTIONS(2505), + [aux_sym_identity_agent_token1] = ACTIONS(2505), + [aux_sym_identity_file_token1] = ACTIONS(2505), + [aux_sym_ignore_unknown_token1] = ACTIONS(2505), + [aux_sym_include_token1] = ACTIONS(2505), + [aux_sym_ip_qos_token1] = ACTIONS(2505), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2505), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2505), + [aux_sym_kex_algorithms_token1] = ACTIONS(2505), + [aux_sym_known_hosts_command_token1] = ACTIONS(2505), + [aux_sym_local_command_token1] = ACTIONS(2505), + [aux_sym_local_forward_token1] = ACTIONS(2505), + [aux_sym_log_level_token1] = ACTIONS(2505), + [aux_sym_log_verbose_token1] = ACTIONS(2505), + [aux_sym_macs_token1] = ACTIONS(2505), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2505), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2505), + [aux_sym_password_authentication_token1] = ACTIONS(2505), + [aux_sym_permit_local_command_token1] = ACTIONS(2505), + [aux_sym_permit_remote_open_token1] = ACTIONS(2505), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2505), + [aux_sym_port_token1] = ACTIONS(2505), + [aux_sym_preferred_authentications_token1] = ACTIONS(2505), + [aux_sym_protocol_token1] = ACTIONS(2505), + [aux_sym_proxy_command_token1] = ACTIONS(2505), + [aux_sym_proxy_jump_token1] = ACTIONS(2505), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2505), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2505), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2505), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2505), + [aux_sym_rekey_limit_token1] = ACTIONS(2505), + [aux_sym_remote_command_token1] = ACTIONS(2505), + [aux_sym_remote_forward_token1] = ACTIONS(2505), + [aux_sym_request_tty_token1] = ACTIONS(2505), + [aux_sym_required_rsa_size_token1] = ACTIONS(2505), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2505), + [aux_sym_security_key_provider_token1] = ACTIONS(2505), + [aux_sym_send_env_token1] = ACTIONS(2505), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2505), + [aux_sym_server_alive_interval_token1] = ACTIONS(2505), + [aux_sym_session_type_token1] = ACTIONS(2505), + [aux_sym_set_env_token1] = ACTIONS(2505), + [aux_sym_stdin_null_token1] = ACTIONS(2505), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2505), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2505), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2505), + [aux_sym_syslog_facility_token1] = ACTIONS(2505), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2505), + [aux_sym_keep_alive_token1] = ACTIONS(2505), + [aux_sym_tunnel_token1] = ACTIONS(2507), + [aux_sym_tunnel_device_token1] = ACTIONS(2505), + [aux_sym_update_host_keys_token1] = ACTIONS(2505), + [aux_sym_use_keychain_token1] = ACTIONS(2505), + [aux_sym_use_roaming_token1] = ACTIONS(2505), + [aux_sym_user_token1] = ACTIONS(2507), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2505), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2505), + [aux_sym_visual_host_key_token1] = ACTIONS(2505), + [aux_sym_xauth_location_token1] = ACTIONS(2505), }, [350] = { - [ts_builtin_sym_end] = ACTIONS(2502), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2504), - [anon_sym_DQUOTE] = ACTIONS(2506), - [aux_sym_match_token1] = ACTIONS(2502), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2502), - [aux_sym_address_family_token1] = ACTIONS(2502), - [aux_sym_batch_mode_token1] = ACTIONS(2502), - [aux_sym_bind_address_token1] = ACTIONS(2502), - [aux_sym_bind_interface_token1] = ACTIONS(2502), - [aux_sym_canonical_domains_token1] = ACTIONS(2502), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2502), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2502), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2502), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2502), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2502), - [aux_sym_certificate_file_token1] = ACTIONS(2502), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2502), - [aux_sym_check_host_ip_token1] = ACTIONS(2502), - [aux_sym_ciphers_token1] = ACTIONS(2502), - [aux_sym_cipher_token1] = ACTIONS(2504), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2502), - [aux_sym_compression_token1] = ACTIONS(2502), - [aux_sym_connection_attempts_token1] = ACTIONS(2502), - [aux_sym_connect_timeout_token1] = ACTIONS(2502), - [aux_sym_control_master_token1] = ACTIONS(2502), - [aux_sym_control_path_token1] = ACTIONS(2502), - [aux_sym_control_persist_token1] = ACTIONS(2502), - [aux_sym_dynamic_forward_token1] = ACTIONS(2502), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2502), - [aux_sym_escape_char_token1] = ACTIONS(2502), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2502), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2502), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2502), - [aux_sym_forward_agent_token1] = ACTIONS(2502), - [aux_sym_forward_x11_token1] = ACTIONS(2504), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2502), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2502), - [aux_sym_gateway_ports_token1] = ACTIONS(2502), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2502), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2502), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2502), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2502), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2502), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2502), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2502), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2502), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2502), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2502), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2502), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2502), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2502), - [aux_sym_host_key_alias_token1] = ACTIONS(2502), - [aux_sym_hostname_token1] = ACTIONS(2502), - [aux_sym_identities_only_token1] = ACTIONS(2502), - [aux_sym_identity_agent_token1] = ACTIONS(2502), - [aux_sym_identity_file_token1] = ACTIONS(2502), - [aux_sym_ignore_unknown_token1] = ACTIONS(2502), - [aux_sym_include_token1] = ACTIONS(2502), - [aux_sym_ip_qos_token1] = ACTIONS(2502), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2502), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2502), - [aux_sym_kex_algorithms_token1] = ACTIONS(2502), - [aux_sym_known_hosts_command_token1] = ACTIONS(2502), - [aux_sym_local_command_token1] = ACTIONS(2502), - [aux_sym_local_forward_token1] = ACTIONS(2502), - [aux_sym_log_level_token1] = ACTIONS(2502), - [aux_sym_log_verbose_token1] = ACTIONS(2502), - [aux_sym_macs_token1] = ACTIONS(2502), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2502), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2502), - [aux_sym_password_authentication_token1] = ACTIONS(2502), - [aux_sym_permit_local_command_token1] = ACTIONS(2502), - [aux_sym_permit_remote_open_token1] = ACTIONS(2502), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2502), - [aux_sym_port_token1] = ACTIONS(2502), - [aux_sym_preferred_authentications_token1] = ACTIONS(2502), - [aux_sym_protocol_token1] = ACTIONS(2502), - [aux_sym_proxy_command_token1] = ACTIONS(2502), - [aux_sym_proxy_jump_token1] = ACTIONS(2502), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2502), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2502), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2502), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2502), - [aux_sym_rekey_limit_token1] = ACTIONS(2502), - [aux_sym_remote_command_token1] = ACTIONS(2502), - [aux_sym_remote_forward_token1] = ACTIONS(2502), - [aux_sym_request_tty_token1] = ACTIONS(2502), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2502), - [aux_sym_security_key_provider_token1] = ACTIONS(2502), - [aux_sym_send_env_token1] = ACTIONS(2502), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2502), - [aux_sym_server_alive_interval_token1] = ACTIONS(2502), - [aux_sym_session_type_token1] = ACTIONS(2502), - [aux_sym_set_env_token1] = ACTIONS(2502), - [aux_sym_stdin_null_token1] = ACTIONS(2502), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2502), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2502), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2502), - [aux_sym_syslog_facility_token1] = ACTIONS(2502), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2502), - [aux_sym_keep_alive_token1] = ACTIONS(2502), - [aux_sym_tunnel_token1] = ACTIONS(2504), - [aux_sym_tunnel_device_token1] = ACTIONS(2502), - [aux_sym_update_host_keys_token1] = ACTIONS(2502), - [aux_sym_use_keychain_token1] = ACTIONS(2502), - [aux_sym_use_roaming_token1] = ACTIONS(2502), - [aux_sym_user_token1] = ACTIONS(2504), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2502), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2502), - [aux_sym_visual_host_key_token1] = ACTIONS(2502), - [aux_sym_xauth_location_token1] = ACTIONS(2502), + [ts_builtin_sym_end] = ACTIONS(2509), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2511), + [anon_sym_DQUOTE] = ACTIONS(2513), + [aux_sym_match_token1] = ACTIONS(2509), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2509), + [aux_sym_address_family_token1] = ACTIONS(2509), + [aux_sym_batch_mode_token1] = ACTIONS(2509), + [aux_sym_bind_address_token1] = ACTIONS(2509), + [aux_sym_bind_interface_token1] = ACTIONS(2509), + [aux_sym_canonical_domains_token1] = ACTIONS(2509), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2509), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2509), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2509), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2509), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2509), + [aux_sym_certificate_file_token1] = ACTIONS(2509), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2509), + [aux_sym_check_host_ip_token1] = ACTIONS(2509), + [aux_sym_ciphers_token1] = ACTIONS(2509), + [aux_sym_cipher_token1] = ACTIONS(2511), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2509), + [aux_sym_compression_token1] = ACTIONS(2509), + [aux_sym_connection_attempts_token1] = ACTIONS(2509), + [aux_sym_connect_timeout_token1] = ACTIONS(2509), + [aux_sym_control_master_token1] = ACTIONS(2509), + [aux_sym_control_path_token1] = ACTIONS(2509), + [aux_sym_control_persist_token1] = ACTIONS(2509), + [aux_sym_dynamic_forward_token1] = ACTIONS(2509), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2509), + [aux_sym_escape_char_token1] = ACTIONS(2509), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2509), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2509), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2509), + [aux_sym_forward_agent_token1] = ACTIONS(2509), + [aux_sym_forward_x11_token1] = ACTIONS(2511), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2509), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2509), + [aux_sym_gateway_ports_token1] = ACTIONS(2509), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2509), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2509), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2509), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2509), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2509), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2509), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2509), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2509), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2509), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2509), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2509), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2509), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2509), + [aux_sym_host_key_alias_token1] = ACTIONS(2509), + [aux_sym_hostname_token1] = ACTIONS(2509), + [aux_sym_identities_only_token1] = ACTIONS(2509), + [aux_sym_identity_agent_token1] = ACTIONS(2509), + [aux_sym_identity_file_token1] = ACTIONS(2509), + [aux_sym_ignore_unknown_token1] = ACTIONS(2509), + [aux_sym_include_token1] = ACTIONS(2509), + [aux_sym_ip_qos_token1] = ACTIONS(2509), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2509), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2509), + [aux_sym_kex_algorithms_token1] = ACTIONS(2509), + [aux_sym_known_hosts_command_token1] = ACTIONS(2509), + [aux_sym_local_command_token1] = ACTIONS(2509), + [aux_sym_local_forward_token1] = ACTIONS(2509), + [aux_sym_log_level_token1] = ACTIONS(2509), + [aux_sym_log_verbose_token1] = ACTIONS(2509), + [aux_sym_macs_token1] = ACTIONS(2509), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2509), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2509), + [aux_sym_password_authentication_token1] = ACTIONS(2509), + [aux_sym_permit_local_command_token1] = ACTIONS(2509), + [aux_sym_permit_remote_open_token1] = ACTIONS(2509), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2509), + [aux_sym_port_token1] = ACTIONS(2509), + [aux_sym_preferred_authentications_token1] = ACTIONS(2509), + [aux_sym_protocol_token1] = ACTIONS(2509), + [aux_sym_proxy_command_token1] = ACTIONS(2509), + [aux_sym_proxy_jump_token1] = ACTIONS(2509), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2509), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2509), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2509), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2509), + [aux_sym_rekey_limit_token1] = ACTIONS(2509), + [aux_sym_remote_command_token1] = ACTIONS(2509), + [aux_sym_remote_forward_token1] = ACTIONS(2509), + [aux_sym_request_tty_token1] = ACTIONS(2509), + [aux_sym_required_rsa_size_token1] = ACTIONS(2509), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2509), + [aux_sym_security_key_provider_token1] = ACTIONS(2509), + [aux_sym_send_env_token1] = ACTIONS(2509), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2509), + [aux_sym_server_alive_interval_token1] = ACTIONS(2509), + [aux_sym_session_type_token1] = ACTIONS(2509), + [aux_sym_set_env_token1] = ACTIONS(2509), + [aux_sym_stdin_null_token1] = ACTIONS(2509), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2509), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2509), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2509), + [aux_sym_syslog_facility_token1] = ACTIONS(2509), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2509), + [aux_sym_keep_alive_token1] = ACTIONS(2509), + [aux_sym_tunnel_token1] = ACTIONS(2511), + [aux_sym_tunnel_device_token1] = ACTIONS(2509), + [aux_sym_update_host_keys_token1] = ACTIONS(2509), + [aux_sym_use_keychain_token1] = ACTIONS(2509), + [aux_sym_use_roaming_token1] = ACTIONS(2509), + [aux_sym_user_token1] = ACTIONS(2511), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2509), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2509), + [aux_sym_visual_host_key_token1] = ACTIONS(2509), + [aux_sym_xauth_location_token1] = ACTIONS(2509), }, [351] = { - [ts_builtin_sym_end] = ACTIONS(2508), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2510), - [anon_sym_DQUOTE] = ACTIONS(2508), - [aux_sym_match_token1] = ACTIONS(2508), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2508), - [aux_sym_address_family_token1] = ACTIONS(2508), - [aux_sym_batch_mode_token1] = ACTIONS(2508), - [aux_sym_bind_address_token1] = ACTIONS(2508), - [aux_sym_bind_interface_token1] = ACTIONS(2508), - [aux_sym_canonical_domains_token1] = ACTIONS(2508), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2508), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2508), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2508), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2508), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2508), - [aux_sym_certificate_file_token1] = ACTIONS(2508), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2508), - [aux_sym_check_host_ip_token1] = ACTIONS(2508), - [aux_sym_ciphers_token1] = ACTIONS(2508), - [aux_sym_cipher_token1] = ACTIONS(2510), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2508), - [aux_sym_compression_token1] = ACTIONS(2508), - [aux_sym_connection_attempts_token1] = ACTIONS(2508), - [aux_sym_connect_timeout_token1] = ACTIONS(2508), - [aux_sym_control_master_token1] = ACTIONS(2508), - [aux_sym_control_path_token1] = ACTIONS(2508), - [aux_sym_control_persist_token1] = ACTIONS(2508), - [aux_sym_dynamic_forward_token1] = ACTIONS(2508), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2508), - [aux_sym_escape_char_token1] = ACTIONS(2508), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2508), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2508), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2508), - [aux_sym_forward_agent_token1] = ACTIONS(2508), - [aux_sym_forward_x11_token1] = ACTIONS(2510), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2508), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2508), - [aux_sym_gateway_ports_token1] = ACTIONS(2508), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2508), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2508), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2508), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2508), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2508), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2508), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2508), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2508), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2508), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2508), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2508), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2508), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2508), - [aux_sym_host_key_alias_token1] = ACTIONS(2508), - [aux_sym_hostname_token1] = ACTIONS(2508), - [aux_sym_identities_only_token1] = ACTIONS(2508), - [aux_sym_identity_agent_token1] = ACTIONS(2508), - [aux_sym_identity_file_token1] = ACTIONS(2508), - [aux_sym_ignore_unknown_token1] = ACTIONS(2508), - [aux_sym_include_token1] = ACTIONS(2508), - [aux_sym_ip_qos_token1] = ACTIONS(2508), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2508), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2508), - [aux_sym_kex_algorithms_token1] = ACTIONS(2508), - [aux_sym_known_hosts_command_token1] = ACTIONS(2508), - [aux_sym_local_command_token1] = ACTIONS(2508), - [aux_sym_local_forward_token1] = ACTIONS(2508), - [aux_sym_log_level_token1] = ACTIONS(2508), - [aux_sym_log_verbose_token1] = ACTIONS(2508), - [aux_sym_macs_token1] = ACTIONS(2508), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2508), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2508), - [aux_sym_password_authentication_token1] = ACTIONS(2508), - [aux_sym_permit_local_command_token1] = ACTIONS(2508), - [aux_sym_permit_remote_open_token1] = ACTIONS(2508), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2508), - [aux_sym_port_token1] = ACTIONS(2508), - [aux_sym_preferred_authentications_token1] = ACTIONS(2508), - [aux_sym_protocol_token1] = ACTIONS(2508), - [aux_sym_proxy_command_token1] = ACTIONS(2508), - [aux_sym_proxy_jump_token1] = ACTIONS(2508), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2508), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2508), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2508), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2508), - [aux_sym_rekey_limit_token1] = ACTIONS(2508), - [aux_sym_remote_command_token1] = ACTIONS(2508), - [aux_sym_remote_forward_token1] = ACTIONS(2508), - [aux_sym_request_tty_token1] = ACTIONS(2508), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2508), - [aux_sym_security_key_provider_token1] = ACTIONS(2508), - [aux_sym_send_env_token1] = ACTIONS(2508), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2508), - [aux_sym_server_alive_interval_token1] = ACTIONS(2508), - [aux_sym_session_type_token1] = ACTIONS(2508), - [aux_sym_set_env_token1] = ACTIONS(2508), - [aux_sym_stdin_null_token1] = ACTIONS(2508), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2508), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2508), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2508), - [aux_sym_syslog_facility_token1] = ACTIONS(2508), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2508), - [aux_sym_keep_alive_token1] = ACTIONS(2508), - [aux_sym_tunnel_token1] = ACTIONS(2510), - [aux_sym_tunnel_device_token1] = ACTIONS(2508), - [aux_sym_update_host_keys_token1] = ACTIONS(2508), - [aux_sym_use_keychain_token1] = ACTIONS(2508), - [aux_sym_use_roaming_token1] = ACTIONS(2508), - [aux_sym_user_token1] = ACTIONS(2510), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2508), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2508), - [aux_sym_visual_host_key_token1] = ACTIONS(2508), - [aux_sym_xauth_location_token1] = ACTIONS(2508), + [ts_builtin_sym_end] = ACTIONS(2515), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(2515), + [aux_sym_match_token1] = ACTIONS(2515), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2515), + [aux_sym_address_family_token1] = ACTIONS(2515), + [aux_sym_batch_mode_token1] = ACTIONS(2515), + [aux_sym_bind_address_token1] = ACTIONS(2515), + [aux_sym_bind_interface_token1] = ACTIONS(2515), + [aux_sym_canonical_domains_token1] = ACTIONS(2515), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2515), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2515), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2515), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2515), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2515), + [aux_sym_certificate_file_token1] = ACTIONS(2515), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2515), + [aux_sym_check_host_ip_token1] = ACTIONS(2515), + [aux_sym_ciphers_token1] = ACTIONS(2515), + [aux_sym_cipher_token1] = ACTIONS(2517), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2515), + [aux_sym_compression_token1] = ACTIONS(2515), + [aux_sym_connection_attempts_token1] = ACTIONS(2515), + [aux_sym_connect_timeout_token1] = ACTIONS(2515), + [aux_sym_control_master_token1] = ACTIONS(2515), + [aux_sym_control_path_token1] = ACTIONS(2515), + [aux_sym_control_persist_token1] = ACTIONS(2515), + [aux_sym_dynamic_forward_token1] = ACTIONS(2515), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2515), + [aux_sym_escape_char_token1] = ACTIONS(2515), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2515), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2515), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2515), + [aux_sym_forward_agent_token1] = ACTIONS(2515), + [aux_sym_forward_x11_token1] = ACTIONS(2517), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2515), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2515), + [aux_sym_gateway_ports_token1] = ACTIONS(2515), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2515), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2515), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2515), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2515), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2515), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2515), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2515), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2515), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2515), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2515), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2515), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2515), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2515), + [aux_sym_host_key_alias_token1] = ACTIONS(2515), + [aux_sym_hostname_token1] = ACTIONS(2515), + [aux_sym_identities_only_token1] = ACTIONS(2515), + [aux_sym_identity_agent_token1] = ACTIONS(2515), + [aux_sym_identity_file_token1] = ACTIONS(2515), + [aux_sym_ignore_unknown_token1] = ACTIONS(2515), + [aux_sym_include_token1] = ACTIONS(2515), + [aux_sym_ip_qos_token1] = ACTIONS(2515), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2515), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2515), + [aux_sym_kex_algorithms_token1] = ACTIONS(2515), + [aux_sym_known_hosts_command_token1] = ACTIONS(2515), + [aux_sym_local_command_token1] = ACTIONS(2515), + [aux_sym_local_forward_token1] = ACTIONS(2515), + [aux_sym_log_level_token1] = ACTIONS(2515), + [aux_sym_log_verbose_token1] = ACTIONS(2515), + [aux_sym_macs_token1] = ACTIONS(2515), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2515), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2515), + [aux_sym_password_authentication_token1] = ACTIONS(2515), + [aux_sym_permit_local_command_token1] = ACTIONS(2515), + [aux_sym_permit_remote_open_token1] = ACTIONS(2515), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2515), + [aux_sym_port_token1] = ACTIONS(2515), + [aux_sym_preferred_authentications_token1] = ACTIONS(2515), + [aux_sym_protocol_token1] = ACTIONS(2515), + [aux_sym_proxy_command_token1] = ACTIONS(2515), + [aux_sym_proxy_jump_token1] = ACTIONS(2515), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2515), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2515), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2515), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2515), + [aux_sym_rekey_limit_token1] = ACTIONS(2515), + [aux_sym_remote_command_token1] = ACTIONS(2515), + [aux_sym_remote_forward_token1] = ACTIONS(2515), + [aux_sym_request_tty_token1] = ACTIONS(2515), + [aux_sym_required_rsa_size_token1] = ACTIONS(2515), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2515), + [aux_sym_security_key_provider_token1] = ACTIONS(2515), + [aux_sym_send_env_token1] = ACTIONS(2515), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2515), + [aux_sym_server_alive_interval_token1] = ACTIONS(2515), + [aux_sym_session_type_token1] = ACTIONS(2515), + [aux_sym_set_env_token1] = ACTIONS(2515), + [aux_sym_stdin_null_token1] = ACTIONS(2515), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2515), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2515), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2515), + [aux_sym_syslog_facility_token1] = ACTIONS(2515), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2515), + [aux_sym_keep_alive_token1] = ACTIONS(2515), + [aux_sym_tunnel_token1] = ACTIONS(2517), + [aux_sym_tunnel_device_token1] = ACTIONS(2515), + [aux_sym_update_host_keys_token1] = ACTIONS(2515), + [aux_sym_use_keychain_token1] = ACTIONS(2515), + [aux_sym_use_roaming_token1] = ACTIONS(2515), + [aux_sym_user_token1] = ACTIONS(2517), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2515), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2515), + [aux_sym_visual_host_key_token1] = ACTIONS(2515), + [aux_sym_xauth_location_token1] = ACTIONS(2515), }, [352] = { - [ts_builtin_sym_end] = ACTIONS(2512), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2514), - [anon_sym_DQUOTE] = ACTIONS(2516), - [aux_sym_match_token1] = ACTIONS(2512), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2512), - [aux_sym_address_family_token1] = ACTIONS(2512), - [aux_sym_batch_mode_token1] = ACTIONS(2512), - [aux_sym_bind_address_token1] = ACTIONS(2512), - [aux_sym_bind_interface_token1] = ACTIONS(2512), - [aux_sym_canonical_domains_token1] = ACTIONS(2512), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2512), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2512), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2512), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2512), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2512), - [aux_sym_certificate_file_token1] = ACTIONS(2512), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2512), - [aux_sym_check_host_ip_token1] = ACTIONS(2512), - [aux_sym_ciphers_token1] = ACTIONS(2512), - [aux_sym_cipher_token1] = ACTIONS(2514), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2512), - [aux_sym_compression_token1] = ACTIONS(2512), - [aux_sym_connection_attempts_token1] = ACTIONS(2512), - [aux_sym_connect_timeout_token1] = ACTIONS(2512), - [aux_sym_control_master_token1] = ACTIONS(2512), - [aux_sym_control_path_token1] = ACTIONS(2512), - [aux_sym_control_persist_token1] = ACTIONS(2512), - [aux_sym_dynamic_forward_token1] = ACTIONS(2512), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2512), - [aux_sym_escape_char_token1] = ACTIONS(2512), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2512), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2512), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2512), - [aux_sym_forward_agent_token1] = ACTIONS(2512), - [aux_sym_forward_x11_token1] = ACTIONS(2514), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2512), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2512), - [aux_sym_gateway_ports_token1] = ACTIONS(2512), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2512), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2512), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2512), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2512), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2512), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2512), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2512), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2512), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2512), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2512), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2512), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2512), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2512), - [aux_sym_host_key_alias_token1] = ACTIONS(2512), - [aux_sym_hostname_token1] = ACTIONS(2512), - [aux_sym_identities_only_token1] = ACTIONS(2512), - [aux_sym_identity_agent_token1] = ACTIONS(2512), - [aux_sym_identity_file_token1] = ACTIONS(2512), - [aux_sym_ignore_unknown_token1] = ACTIONS(2512), - [aux_sym_include_token1] = ACTIONS(2512), - [aux_sym_ip_qos_token1] = ACTIONS(2512), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2512), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2512), - [aux_sym_kex_algorithms_token1] = ACTIONS(2512), - [aux_sym_known_hosts_command_token1] = ACTIONS(2512), - [aux_sym_local_command_token1] = ACTIONS(2512), - [aux_sym_local_forward_token1] = ACTIONS(2512), - [aux_sym_log_level_token1] = ACTIONS(2512), - [aux_sym_log_verbose_token1] = ACTIONS(2512), - [aux_sym_macs_token1] = ACTIONS(2512), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2512), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2512), - [aux_sym_password_authentication_token1] = ACTIONS(2512), - [aux_sym_permit_local_command_token1] = ACTIONS(2512), - [aux_sym_permit_remote_open_token1] = ACTIONS(2512), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2512), - [aux_sym_port_token1] = ACTIONS(2512), - [aux_sym_preferred_authentications_token1] = ACTIONS(2512), - [aux_sym_protocol_token1] = ACTIONS(2512), - [aux_sym_proxy_command_token1] = ACTIONS(2512), - [aux_sym_proxy_jump_token1] = ACTIONS(2512), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2512), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2512), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2512), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2512), - [aux_sym_rekey_limit_token1] = ACTIONS(2512), - [aux_sym_remote_command_token1] = ACTIONS(2512), - [aux_sym_remote_forward_token1] = ACTIONS(2512), - [aux_sym_request_tty_token1] = ACTIONS(2512), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2512), - [aux_sym_security_key_provider_token1] = ACTIONS(2512), - [aux_sym_send_env_token1] = ACTIONS(2512), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2512), - [aux_sym_server_alive_interval_token1] = ACTIONS(2512), - [aux_sym_session_type_token1] = ACTIONS(2512), - [aux_sym_set_env_token1] = ACTIONS(2512), - [aux_sym_stdin_null_token1] = ACTIONS(2512), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2512), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2512), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2512), - [aux_sym_syslog_facility_token1] = ACTIONS(2512), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2512), - [aux_sym_keep_alive_token1] = ACTIONS(2512), - [aux_sym_tunnel_token1] = ACTIONS(2514), - [aux_sym_tunnel_device_token1] = ACTIONS(2512), - [aux_sym_update_host_keys_token1] = ACTIONS(2512), - [aux_sym_use_keychain_token1] = ACTIONS(2512), - [aux_sym_use_roaming_token1] = ACTIONS(2512), - [aux_sym_user_token1] = ACTIONS(2514), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2512), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2512), - [aux_sym_visual_host_key_token1] = ACTIONS(2512), - [aux_sym_xauth_location_token1] = ACTIONS(2512), + [ts_builtin_sym_end] = ACTIONS(2519), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2521), + [anon_sym_DQUOTE] = ACTIONS(2523), + [aux_sym_match_token1] = ACTIONS(2519), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2519), + [aux_sym_address_family_token1] = ACTIONS(2519), + [aux_sym_batch_mode_token1] = ACTIONS(2519), + [aux_sym_bind_address_token1] = ACTIONS(2519), + [aux_sym_bind_interface_token1] = ACTIONS(2519), + [aux_sym_canonical_domains_token1] = ACTIONS(2519), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2519), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2519), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2519), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2519), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2519), + [aux_sym_certificate_file_token1] = ACTIONS(2519), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2519), + [aux_sym_check_host_ip_token1] = ACTIONS(2519), + [aux_sym_ciphers_token1] = ACTIONS(2519), + [aux_sym_cipher_token1] = ACTIONS(2521), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2519), + [aux_sym_compression_token1] = ACTIONS(2519), + [aux_sym_connection_attempts_token1] = ACTIONS(2519), + [aux_sym_connect_timeout_token1] = ACTIONS(2519), + [aux_sym_control_master_token1] = ACTIONS(2519), + [aux_sym_control_path_token1] = ACTIONS(2519), + [aux_sym_control_persist_token1] = ACTIONS(2519), + [aux_sym_dynamic_forward_token1] = ACTIONS(2519), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2519), + [aux_sym_escape_char_token1] = ACTIONS(2519), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2519), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2519), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2519), + [aux_sym_forward_agent_token1] = ACTIONS(2519), + [aux_sym_forward_x11_token1] = ACTIONS(2521), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2519), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2519), + [aux_sym_gateway_ports_token1] = ACTIONS(2519), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2519), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2519), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2519), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2519), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2519), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2519), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2519), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2519), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2519), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2519), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2519), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2519), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2519), + [aux_sym_host_key_alias_token1] = ACTIONS(2519), + [aux_sym_hostname_token1] = ACTIONS(2519), + [aux_sym_identities_only_token1] = ACTIONS(2519), + [aux_sym_identity_agent_token1] = ACTIONS(2519), + [aux_sym_identity_file_token1] = ACTIONS(2519), + [aux_sym_ignore_unknown_token1] = ACTIONS(2519), + [aux_sym_include_token1] = ACTIONS(2519), + [aux_sym_ip_qos_token1] = ACTIONS(2519), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2519), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2519), + [aux_sym_kex_algorithms_token1] = ACTIONS(2519), + [aux_sym_known_hosts_command_token1] = ACTIONS(2519), + [aux_sym_local_command_token1] = ACTIONS(2519), + [aux_sym_local_forward_token1] = ACTIONS(2519), + [aux_sym_log_level_token1] = ACTIONS(2519), + [aux_sym_log_verbose_token1] = ACTIONS(2519), + [aux_sym_macs_token1] = ACTIONS(2519), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2519), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2519), + [aux_sym_password_authentication_token1] = ACTIONS(2519), + [aux_sym_permit_local_command_token1] = ACTIONS(2519), + [aux_sym_permit_remote_open_token1] = ACTIONS(2519), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2519), + [aux_sym_port_token1] = ACTIONS(2519), + [aux_sym_preferred_authentications_token1] = ACTIONS(2519), + [aux_sym_protocol_token1] = ACTIONS(2519), + [aux_sym_proxy_command_token1] = ACTIONS(2519), + [aux_sym_proxy_jump_token1] = ACTIONS(2519), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2519), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2519), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2519), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2519), + [aux_sym_rekey_limit_token1] = ACTIONS(2519), + [aux_sym_remote_command_token1] = ACTIONS(2519), + [aux_sym_remote_forward_token1] = ACTIONS(2519), + [aux_sym_request_tty_token1] = ACTIONS(2519), + [aux_sym_required_rsa_size_token1] = ACTIONS(2519), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2519), + [aux_sym_security_key_provider_token1] = ACTIONS(2519), + [aux_sym_send_env_token1] = ACTIONS(2519), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2519), + [aux_sym_server_alive_interval_token1] = ACTIONS(2519), + [aux_sym_session_type_token1] = ACTIONS(2519), + [aux_sym_set_env_token1] = ACTIONS(2519), + [aux_sym_stdin_null_token1] = ACTIONS(2519), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2519), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2519), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2519), + [aux_sym_syslog_facility_token1] = ACTIONS(2519), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2519), + [aux_sym_keep_alive_token1] = ACTIONS(2519), + [aux_sym_tunnel_token1] = ACTIONS(2521), + [aux_sym_tunnel_device_token1] = ACTIONS(2519), + [aux_sym_update_host_keys_token1] = ACTIONS(2519), + [aux_sym_use_keychain_token1] = ACTIONS(2519), + [aux_sym_use_roaming_token1] = ACTIONS(2519), + [aux_sym_user_token1] = ACTIONS(2521), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2519), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2519), + [aux_sym_visual_host_key_token1] = ACTIONS(2519), + [aux_sym_xauth_location_token1] = ACTIONS(2519), }, [353] = { - [ts_builtin_sym_end] = ACTIONS(2518), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2520), - [anon_sym_DQUOTE] = ACTIONS(2522), - [aux_sym_match_token1] = ACTIONS(2518), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2518), - [aux_sym_address_family_token1] = ACTIONS(2518), - [aux_sym_batch_mode_token1] = ACTIONS(2518), - [aux_sym_bind_address_token1] = ACTIONS(2518), - [aux_sym_bind_interface_token1] = ACTIONS(2518), - [aux_sym_canonical_domains_token1] = ACTIONS(2518), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2518), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2518), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2518), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2518), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2518), - [aux_sym_certificate_file_token1] = ACTIONS(2518), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2518), - [aux_sym_check_host_ip_token1] = ACTIONS(2518), - [aux_sym_ciphers_token1] = ACTIONS(2518), - [aux_sym_cipher_token1] = ACTIONS(2520), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2518), - [aux_sym_compression_token1] = ACTIONS(2518), - [aux_sym_connection_attempts_token1] = ACTIONS(2518), - [aux_sym_connect_timeout_token1] = ACTIONS(2518), - [aux_sym_control_master_token1] = ACTIONS(2518), - [aux_sym_control_path_token1] = ACTIONS(2518), - [aux_sym_control_persist_token1] = ACTIONS(2518), - [aux_sym_dynamic_forward_token1] = ACTIONS(2518), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2518), - [aux_sym_escape_char_token1] = ACTIONS(2518), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2518), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2518), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2518), - [aux_sym_forward_agent_token1] = ACTIONS(2518), - [aux_sym_forward_x11_token1] = ACTIONS(2520), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2518), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2518), - [aux_sym_gateway_ports_token1] = ACTIONS(2518), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2518), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2518), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2518), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2518), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2518), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2518), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2518), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2518), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2518), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2518), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2518), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2518), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2518), - [aux_sym_host_key_alias_token1] = ACTIONS(2518), - [aux_sym_hostname_token1] = ACTIONS(2518), - [aux_sym_identities_only_token1] = ACTIONS(2518), - [aux_sym_identity_agent_token1] = ACTIONS(2518), - [aux_sym_identity_file_token1] = ACTIONS(2518), - [aux_sym_ignore_unknown_token1] = ACTIONS(2518), - [aux_sym_include_token1] = ACTIONS(2518), - [aux_sym_ip_qos_token1] = ACTIONS(2518), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2518), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2518), - [aux_sym_kex_algorithms_token1] = ACTIONS(2518), - [aux_sym_known_hosts_command_token1] = ACTIONS(2518), - [aux_sym_local_command_token1] = ACTIONS(2518), - [aux_sym_local_forward_token1] = ACTIONS(2518), - [aux_sym_log_level_token1] = ACTIONS(2518), - [aux_sym_log_verbose_token1] = ACTIONS(2518), - [aux_sym_macs_token1] = ACTIONS(2518), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2518), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2518), - [aux_sym_password_authentication_token1] = ACTIONS(2518), - [aux_sym_permit_local_command_token1] = ACTIONS(2518), - [aux_sym_permit_remote_open_token1] = ACTIONS(2518), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2518), - [aux_sym_port_token1] = ACTIONS(2518), - [aux_sym_preferred_authentications_token1] = ACTIONS(2518), - [aux_sym_protocol_token1] = ACTIONS(2518), - [aux_sym_proxy_command_token1] = ACTIONS(2518), - [aux_sym_proxy_jump_token1] = ACTIONS(2518), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2518), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2518), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2518), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2518), - [aux_sym_rekey_limit_token1] = ACTIONS(2518), - [aux_sym_remote_command_token1] = ACTIONS(2518), - [aux_sym_remote_forward_token1] = ACTIONS(2518), - [aux_sym_request_tty_token1] = ACTIONS(2518), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2518), - [aux_sym_security_key_provider_token1] = ACTIONS(2518), - [aux_sym_send_env_token1] = ACTIONS(2518), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2518), - [aux_sym_server_alive_interval_token1] = ACTIONS(2518), - [aux_sym_session_type_token1] = ACTIONS(2518), - [aux_sym_set_env_token1] = ACTIONS(2518), - [aux_sym_stdin_null_token1] = ACTIONS(2518), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2518), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2518), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2518), - [aux_sym_syslog_facility_token1] = ACTIONS(2518), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2518), - [aux_sym_keep_alive_token1] = ACTIONS(2518), - [aux_sym_tunnel_token1] = ACTIONS(2520), - [aux_sym_tunnel_device_token1] = ACTIONS(2518), - [aux_sym_update_host_keys_token1] = ACTIONS(2518), - [aux_sym_use_keychain_token1] = ACTIONS(2518), - [aux_sym_use_roaming_token1] = ACTIONS(2518), - [aux_sym_user_token1] = ACTIONS(2520), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2518), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2518), - [aux_sym_visual_host_key_token1] = ACTIONS(2518), - [aux_sym_xauth_location_token1] = ACTIONS(2518), + [ts_builtin_sym_end] = ACTIONS(2525), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2527), + [anon_sym_DQUOTE] = ACTIONS(2525), + [aux_sym_match_token1] = ACTIONS(2525), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2525), + [aux_sym_address_family_token1] = ACTIONS(2525), + [aux_sym_batch_mode_token1] = ACTIONS(2525), + [aux_sym_bind_address_token1] = ACTIONS(2525), + [aux_sym_bind_interface_token1] = ACTIONS(2525), + [aux_sym_canonical_domains_token1] = ACTIONS(2525), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2525), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2525), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2525), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2525), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2525), + [aux_sym_certificate_file_token1] = ACTIONS(2525), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2525), + [aux_sym_check_host_ip_token1] = ACTIONS(2525), + [aux_sym_ciphers_token1] = ACTIONS(2525), + [aux_sym_cipher_token1] = ACTIONS(2527), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2525), + [aux_sym_compression_token1] = ACTIONS(2525), + [aux_sym_connection_attempts_token1] = ACTIONS(2525), + [aux_sym_connect_timeout_token1] = ACTIONS(2525), + [aux_sym_control_master_token1] = ACTIONS(2525), + [aux_sym_control_path_token1] = ACTIONS(2525), + [aux_sym_control_persist_token1] = ACTIONS(2525), + [aux_sym_dynamic_forward_token1] = ACTIONS(2525), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2525), + [aux_sym_escape_char_token1] = ACTIONS(2525), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2525), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2525), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2525), + [aux_sym_forward_agent_token1] = ACTIONS(2525), + [aux_sym_forward_x11_token1] = ACTIONS(2527), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2525), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2525), + [aux_sym_gateway_ports_token1] = ACTIONS(2525), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2525), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2525), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2525), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2525), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2525), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2525), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2525), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2525), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2525), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2525), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2525), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2525), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2525), + [aux_sym_host_key_alias_token1] = ACTIONS(2525), + [aux_sym_hostname_token1] = ACTIONS(2525), + [aux_sym_identities_only_token1] = ACTIONS(2525), + [aux_sym_identity_agent_token1] = ACTIONS(2525), + [aux_sym_identity_file_token1] = ACTIONS(2525), + [aux_sym_ignore_unknown_token1] = ACTIONS(2525), + [aux_sym_include_token1] = ACTIONS(2525), + [aux_sym_ip_qos_token1] = ACTIONS(2525), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2525), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2525), + [aux_sym_kex_algorithms_token1] = ACTIONS(2525), + [aux_sym_known_hosts_command_token1] = ACTIONS(2525), + [aux_sym_local_command_token1] = ACTIONS(2525), + [aux_sym_local_forward_token1] = ACTIONS(2525), + [aux_sym_log_level_token1] = ACTIONS(2525), + [aux_sym_log_verbose_token1] = ACTIONS(2525), + [aux_sym_macs_token1] = ACTIONS(2525), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2525), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2525), + [aux_sym_password_authentication_token1] = ACTIONS(2525), + [aux_sym_permit_local_command_token1] = ACTIONS(2525), + [aux_sym_permit_remote_open_token1] = ACTIONS(2525), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2525), + [aux_sym_port_token1] = ACTIONS(2525), + [aux_sym_preferred_authentications_token1] = ACTIONS(2525), + [aux_sym_protocol_token1] = ACTIONS(2525), + [aux_sym_proxy_command_token1] = ACTIONS(2525), + [aux_sym_proxy_jump_token1] = ACTIONS(2525), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2525), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2525), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2525), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2525), + [aux_sym_rekey_limit_token1] = ACTIONS(2525), + [aux_sym_remote_command_token1] = ACTIONS(2525), + [aux_sym_remote_forward_token1] = ACTIONS(2525), + [aux_sym_request_tty_token1] = ACTIONS(2525), + [aux_sym_required_rsa_size_token1] = ACTIONS(2525), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2525), + [aux_sym_security_key_provider_token1] = ACTIONS(2525), + [aux_sym_send_env_token1] = ACTIONS(2525), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2525), + [aux_sym_server_alive_interval_token1] = ACTIONS(2525), + [aux_sym_session_type_token1] = ACTIONS(2525), + [aux_sym_set_env_token1] = ACTIONS(2525), + [aux_sym_stdin_null_token1] = ACTIONS(2525), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2525), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2525), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2525), + [aux_sym_syslog_facility_token1] = ACTIONS(2525), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2525), + [aux_sym_keep_alive_token1] = ACTIONS(2525), + [aux_sym_tunnel_token1] = ACTIONS(2527), + [aux_sym_tunnel_device_token1] = ACTIONS(2525), + [aux_sym_update_host_keys_token1] = ACTIONS(2525), + [aux_sym_use_keychain_token1] = ACTIONS(2525), + [aux_sym_use_roaming_token1] = ACTIONS(2525), + [aux_sym_user_token1] = ACTIONS(2527), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2525), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2525), + [aux_sym_visual_host_key_token1] = ACTIONS(2525), + [aux_sym_xauth_location_token1] = ACTIONS(2525), }, [354] = { - [ts_builtin_sym_end] = ACTIONS(2524), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2526), - [anon_sym_DQUOTE] = ACTIONS(2524), - [aux_sym_match_token1] = ACTIONS(2524), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2524), - [aux_sym_address_family_token1] = ACTIONS(2524), - [aux_sym_batch_mode_token1] = ACTIONS(2524), - [aux_sym_bind_address_token1] = ACTIONS(2524), - [aux_sym_bind_interface_token1] = ACTIONS(2524), - [aux_sym_canonical_domains_token1] = ACTIONS(2524), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2524), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2524), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2524), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2524), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2524), - [aux_sym_certificate_file_token1] = ACTIONS(2524), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2524), - [aux_sym_check_host_ip_token1] = ACTIONS(2524), - [aux_sym_ciphers_token1] = ACTIONS(2524), - [aux_sym_cipher_token1] = ACTIONS(2526), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2524), - [aux_sym_compression_token1] = ACTIONS(2524), - [aux_sym_connection_attempts_token1] = ACTIONS(2524), - [aux_sym_connect_timeout_token1] = ACTIONS(2524), - [aux_sym_control_master_token1] = ACTIONS(2524), - [aux_sym_control_path_token1] = ACTIONS(2524), - [aux_sym_control_persist_token1] = ACTIONS(2524), - [aux_sym_dynamic_forward_token1] = ACTIONS(2524), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2524), - [aux_sym_escape_char_token1] = ACTIONS(2524), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2524), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2524), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2524), - [aux_sym_forward_agent_token1] = ACTIONS(2524), - [aux_sym_forward_x11_token1] = ACTIONS(2526), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2524), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2524), - [aux_sym_gateway_ports_token1] = ACTIONS(2524), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2524), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2524), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2524), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2524), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2524), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2524), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2524), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2524), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2524), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2524), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2524), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2524), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2524), - [aux_sym_host_key_alias_token1] = ACTIONS(2524), - [aux_sym_hostname_token1] = ACTIONS(2524), - [aux_sym_identities_only_token1] = ACTIONS(2524), - [aux_sym_identity_agent_token1] = ACTIONS(2524), - [aux_sym_identity_file_token1] = ACTIONS(2524), - [aux_sym_ignore_unknown_token1] = ACTIONS(2524), - [aux_sym_include_token1] = ACTIONS(2524), - [aux_sym_ip_qos_token1] = ACTIONS(2524), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2524), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2524), - [aux_sym_kex_algorithms_token1] = ACTIONS(2524), - [aux_sym_known_hosts_command_token1] = ACTIONS(2524), - [aux_sym_local_command_token1] = ACTIONS(2524), - [aux_sym_local_forward_token1] = ACTIONS(2524), - [aux_sym_log_level_token1] = ACTIONS(2524), - [aux_sym_log_verbose_token1] = ACTIONS(2524), - [aux_sym_macs_token1] = ACTIONS(2524), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2524), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2524), - [aux_sym_password_authentication_token1] = ACTIONS(2524), - [aux_sym_permit_local_command_token1] = ACTIONS(2524), - [aux_sym_permit_remote_open_token1] = ACTIONS(2524), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2524), - [aux_sym_port_token1] = ACTIONS(2524), - [aux_sym_preferred_authentications_token1] = ACTIONS(2524), - [aux_sym_protocol_token1] = ACTIONS(2524), - [aux_sym_proxy_command_token1] = ACTIONS(2524), - [aux_sym_proxy_jump_token1] = ACTIONS(2524), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2524), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2524), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2524), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2524), - [aux_sym_rekey_limit_token1] = ACTIONS(2524), - [aux_sym_remote_command_token1] = ACTIONS(2524), - [aux_sym_remote_forward_token1] = ACTIONS(2524), - [aux_sym_request_tty_token1] = ACTIONS(2524), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2524), - [aux_sym_security_key_provider_token1] = ACTIONS(2524), - [aux_sym_send_env_token1] = ACTIONS(2524), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2524), - [aux_sym_server_alive_interval_token1] = ACTIONS(2524), - [aux_sym_session_type_token1] = ACTIONS(2524), - [aux_sym_set_env_token1] = ACTIONS(2524), - [aux_sym_stdin_null_token1] = ACTIONS(2524), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2524), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2524), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2524), - [aux_sym_syslog_facility_token1] = ACTIONS(2524), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2524), - [aux_sym_keep_alive_token1] = ACTIONS(2524), - [aux_sym_tunnel_token1] = ACTIONS(2526), - [aux_sym_tunnel_device_token1] = ACTIONS(2524), - [aux_sym_update_host_keys_token1] = ACTIONS(2524), - [aux_sym_use_keychain_token1] = ACTIONS(2524), - [aux_sym_use_roaming_token1] = ACTIONS(2524), - [aux_sym_user_token1] = ACTIONS(2526), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2524), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2524), - [aux_sym_visual_host_key_token1] = ACTIONS(2524), - [aux_sym_xauth_location_token1] = ACTIONS(2524), + [ts_builtin_sym_end] = ACTIONS(2529), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2531), + [anon_sym_DQUOTE] = ACTIONS(2533), + [aux_sym_match_token1] = ACTIONS(2529), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2529), + [aux_sym_address_family_token1] = ACTIONS(2529), + [aux_sym_batch_mode_token1] = ACTIONS(2529), + [aux_sym_bind_address_token1] = ACTIONS(2529), + [aux_sym_bind_interface_token1] = ACTIONS(2529), + [aux_sym_canonical_domains_token1] = ACTIONS(2529), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2529), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2529), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2529), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2529), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2529), + [aux_sym_certificate_file_token1] = ACTIONS(2529), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2529), + [aux_sym_check_host_ip_token1] = ACTIONS(2529), + [aux_sym_ciphers_token1] = ACTIONS(2529), + [aux_sym_cipher_token1] = ACTIONS(2531), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2529), + [aux_sym_compression_token1] = ACTIONS(2529), + [aux_sym_connection_attempts_token1] = ACTIONS(2529), + [aux_sym_connect_timeout_token1] = ACTIONS(2529), + [aux_sym_control_master_token1] = ACTIONS(2529), + [aux_sym_control_path_token1] = ACTIONS(2529), + [aux_sym_control_persist_token1] = ACTIONS(2529), + [aux_sym_dynamic_forward_token1] = ACTIONS(2529), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2529), + [aux_sym_escape_char_token1] = ACTIONS(2529), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2529), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2529), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2529), + [aux_sym_forward_agent_token1] = ACTIONS(2529), + [aux_sym_forward_x11_token1] = ACTIONS(2531), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2529), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2529), + [aux_sym_gateway_ports_token1] = ACTIONS(2529), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2529), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2529), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2529), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2529), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2529), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2529), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2529), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2529), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2529), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2529), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2529), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2529), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2529), + [aux_sym_host_key_alias_token1] = ACTIONS(2529), + [aux_sym_hostname_token1] = ACTIONS(2529), + [aux_sym_identities_only_token1] = ACTIONS(2529), + [aux_sym_identity_agent_token1] = ACTIONS(2529), + [aux_sym_identity_file_token1] = ACTIONS(2529), + [aux_sym_ignore_unknown_token1] = ACTIONS(2529), + [aux_sym_include_token1] = ACTIONS(2529), + [aux_sym_ip_qos_token1] = ACTIONS(2529), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2529), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2529), + [aux_sym_kex_algorithms_token1] = ACTIONS(2529), + [aux_sym_known_hosts_command_token1] = ACTIONS(2529), + [aux_sym_local_command_token1] = ACTIONS(2529), + [aux_sym_local_forward_token1] = ACTIONS(2529), + [aux_sym_log_level_token1] = ACTIONS(2529), + [aux_sym_log_verbose_token1] = ACTIONS(2529), + [aux_sym_macs_token1] = ACTIONS(2529), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2529), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2529), + [aux_sym_password_authentication_token1] = ACTIONS(2529), + [aux_sym_permit_local_command_token1] = ACTIONS(2529), + [aux_sym_permit_remote_open_token1] = ACTIONS(2529), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2529), + [aux_sym_port_token1] = ACTIONS(2529), + [aux_sym_preferred_authentications_token1] = ACTIONS(2529), + [aux_sym_protocol_token1] = ACTIONS(2529), + [aux_sym_proxy_command_token1] = ACTIONS(2529), + [aux_sym_proxy_jump_token1] = ACTIONS(2529), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2529), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2529), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2529), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2529), + [aux_sym_rekey_limit_token1] = ACTIONS(2529), + [aux_sym_remote_command_token1] = ACTIONS(2529), + [aux_sym_remote_forward_token1] = ACTIONS(2529), + [aux_sym_request_tty_token1] = ACTIONS(2529), + [aux_sym_required_rsa_size_token1] = ACTIONS(2529), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2529), + [aux_sym_security_key_provider_token1] = ACTIONS(2529), + [aux_sym_send_env_token1] = ACTIONS(2529), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2529), + [aux_sym_server_alive_interval_token1] = ACTIONS(2529), + [aux_sym_session_type_token1] = ACTIONS(2529), + [aux_sym_set_env_token1] = ACTIONS(2529), + [aux_sym_stdin_null_token1] = ACTIONS(2529), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2529), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2529), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2529), + [aux_sym_syslog_facility_token1] = ACTIONS(2529), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2529), + [aux_sym_keep_alive_token1] = ACTIONS(2529), + [aux_sym_tunnel_token1] = ACTIONS(2531), + [aux_sym_tunnel_device_token1] = ACTIONS(2529), + [aux_sym_update_host_keys_token1] = ACTIONS(2529), + [aux_sym_use_keychain_token1] = ACTIONS(2529), + [aux_sym_use_roaming_token1] = ACTIONS(2529), + [aux_sym_user_token1] = ACTIONS(2531), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2529), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2529), + [aux_sym_visual_host_key_token1] = ACTIONS(2529), + [aux_sym_xauth_location_token1] = ACTIONS(2529), }, [355] = { - [ts_builtin_sym_end] = ACTIONS(2528), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2530), - [anon_sym_DQUOTE] = ACTIONS(2528), - [aux_sym_match_token1] = ACTIONS(2528), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2528), - [aux_sym_address_family_token1] = ACTIONS(2528), - [aux_sym_batch_mode_token1] = ACTIONS(2528), - [aux_sym_bind_address_token1] = ACTIONS(2528), - [aux_sym_bind_interface_token1] = ACTIONS(2528), - [aux_sym_canonical_domains_token1] = ACTIONS(2528), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2528), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2528), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2528), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2528), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2528), - [aux_sym_certificate_file_token1] = ACTIONS(2528), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2528), - [aux_sym_check_host_ip_token1] = ACTIONS(2528), - [aux_sym_ciphers_token1] = ACTIONS(2528), - [aux_sym_cipher_token1] = ACTIONS(2530), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2528), - [aux_sym_compression_token1] = ACTIONS(2528), - [aux_sym_connection_attempts_token1] = ACTIONS(2528), - [aux_sym_connect_timeout_token1] = ACTIONS(2528), - [aux_sym_control_master_token1] = ACTIONS(2528), - [aux_sym_control_path_token1] = ACTIONS(2528), - [aux_sym_control_persist_token1] = ACTIONS(2528), - [aux_sym_dynamic_forward_token1] = ACTIONS(2528), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2528), - [aux_sym_escape_char_token1] = ACTIONS(2528), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2528), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2528), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2528), - [aux_sym_forward_agent_token1] = ACTIONS(2528), - [aux_sym_forward_x11_token1] = ACTIONS(2530), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2528), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2528), - [aux_sym_gateway_ports_token1] = ACTIONS(2528), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2528), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2528), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2528), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2528), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2528), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2528), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2528), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2528), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2528), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2528), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2528), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2528), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2528), - [aux_sym_host_key_alias_token1] = ACTIONS(2528), - [aux_sym_hostname_token1] = ACTIONS(2528), - [aux_sym_identities_only_token1] = ACTIONS(2528), - [aux_sym_identity_agent_token1] = ACTIONS(2528), - [aux_sym_identity_file_token1] = ACTIONS(2528), - [aux_sym_ignore_unknown_token1] = ACTIONS(2528), - [aux_sym_include_token1] = ACTIONS(2528), - [aux_sym_ip_qos_token1] = ACTIONS(2528), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2528), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2528), - [aux_sym_kex_algorithms_token1] = ACTIONS(2528), - [aux_sym_known_hosts_command_token1] = ACTIONS(2528), - [aux_sym_local_command_token1] = ACTIONS(2528), - [aux_sym_local_forward_token1] = ACTIONS(2528), - [aux_sym_log_level_token1] = ACTIONS(2528), - [aux_sym_log_verbose_token1] = ACTIONS(2528), - [aux_sym_macs_token1] = ACTIONS(2528), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2528), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2528), - [aux_sym_password_authentication_token1] = ACTIONS(2528), - [aux_sym_permit_local_command_token1] = ACTIONS(2528), - [aux_sym_permit_remote_open_token1] = ACTIONS(2528), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2528), - [aux_sym_port_token1] = ACTIONS(2528), - [aux_sym_preferred_authentications_token1] = ACTIONS(2528), - [aux_sym_protocol_token1] = ACTIONS(2528), - [aux_sym_proxy_command_token1] = ACTIONS(2528), - [aux_sym_proxy_jump_token1] = ACTIONS(2528), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2528), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2528), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2528), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2528), - [aux_sym_rekey_limit_token1] = ACTIONS(2528), - [aux_sym_remote_command_token1] = ACTIONS(2528), - [aux_sym_remote_forward_token1] = ACTIONS(2528), - [aux_sym_request_tty_token1] = ACTIONS(2528), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2528), - [aux_sym_security_key_provider_token1] = ACTIONS(2528), - [aux_sym_send_env_token1] = ACTIONS(2528), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2528), - [aux_sym_server_alive_interval_token1] = ACTIONS(2528), - [aux_sym_session_type_token1] = ACTIONS(2528), - [aux_sym_set_env_token1] = ACTIONS(2528), - [aux_sym_stdin_null_token1] = ACTIONS(2528), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2528), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2528), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2528), - [aux_sym_syslog_facility_token1] = ACTIONS(2528), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2528), - [aux_sym_keep_alive_token1] = ACTIONS(2528), - [aux_sym_tunnel_token1] = ACTIONS(2530), - [aux_sym_tunnel_device_token1] = ACTIONS(2528), - [aux_sym_update_host_keys_token1] = ACTIONS(2528), - [aux_sym_use_keychain_token1] = ACTIONS(2528), - [aux_sym_use_roaming_token1] = ACTIONS(2528), - [aux_sym_user_token1] = ACTIONS(2530), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2528), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2528), - [aux_sym_visual_host_key_token1] = ACTIONS(2528), - [aux_sym_xauth_location_token1] = ACTIONS(2528), + [ts_builtin_sym_end] = ACTIONS(2535), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2537), + [anon_sym_DQUOTE] = ACTIONS(2539), + [aux_sym_match_token1] = ACTIONS(2535), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2535), + [aux_sym_address_family_token1] = ACTIONS(2535), + [aux_sym_batch_mode_token1] = ACTIONS(2535), + [aux_sym_bind_address_token1] = ACTIONS(2535), + [aux_sym_bind_interface_token1] = ACTIONS(2535), + [aux_sym_canonical_domains_token1] = ACTIONS(2535), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2535), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2535), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2535), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2535), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2535), + [aux_sym_certificate_file_token1] = ACTIONS(2535), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2535), + [aux_sym_check_host_ip_token1] = ACTIONS(2535), + [aux_sym_ciphers_token1] = ACTIONS(2535), + [aux_sym_cipher_token1] = ACTIONS(2537), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2535), + [aux_sym_compression_token1] = ACTIONS(2535), + [aux_sym_connection_attempts_token1] = ACTIONS(2535), + [aux_sym_connect_timeout_token1] = ACTIONS(2535), + [aux_sym_control_master_token1] = ACTIONS(2535), + [aux_sym_control_path_token1] = ACTIONS(2535), + [aux_sym_control_persist_token1] = ACTIONS(2535), + [aux_sym_dynamic_forward_token1] = ACTIONS(2535), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2535), + [aux_sym_escape_char_token1] = ACTIONS(2535), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2535), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2535), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2535), + [aux_sym_forward_agent_token1] = ACTIONS(2535), + [aux_sym_forward_x11_token1] = ACTIONS(2537), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2535), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2535), + [aux_sym_gateway_ports_token1] = ACTIONS(2535), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2535), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2535), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2535), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2535), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2535), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2535), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2535), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2535), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2535), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2535), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2535), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2535), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2535), + [aux_sym_host_key_alias_token1] = ACTIONS(2535), + [aux_sym_hostname_token1] = ACTIONS(2535), + [aux_sym_identities_only_token1] = ACTIONS(2535), + [aux_sym_identity_agent_token1] = ACTIONS(2535), + [aux_sym_identity_file_token1] = ACTIONS(2535), + [aux_sym_ignore_unknown_token1] = ACTIONS(2535), + [aux_sym_include_token1] = ACTIONS(2535), + [aux_sym_ip_qos_token1] = ACTIONS(2535), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2535), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2535), + [aux_sym_kex_algorithms_token1] = ACTIONS(2535), + [aux_sym_known_hosts_command_token1] = ACTIONS(2535), + [aux_sym_local_command_token1] = ACTIONS(2535), + [aux_sym_local_forward_token1] = ACTIONS(2535), + [aux_sym_log_level_token1] = ACTIONS(2535), + [aux_sym_log_verbose_token1] = ACTIONS(2535), + [aux_sym_macs_token1] = ACTIONS(2535), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2535), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2535), + [aux_sym_password_authentication_token1] = ACTIONS(2535), + [aux_sym_permit_local_command_token1] = ACTIONS(2535), + [aux_sym_permit_remote_open_token1] = ACTIONS(2535), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2535), + [aux_sym_port_token1] = ACTIONS(2535), + [aux_sym_preferred_authentications_token1] = ACTIONS(2535), + [aux_sym_protocol_token1] = ACTIONS(2535), + [aux_sym_proxy_command_token1] = ACTIONS(2535), + [aux_sym_proxy_jump_token1] = ACTIONS(2535), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2535), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2535), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2535), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2535), + [aux_sym_rekey_limit_token1] = ACTIONS(2535), + [aux_sym_remote_command_token1] = ACTIONS(2535), + [aux_sym_remote_forward_token1] = ACTIONS(2535), + [aux_sym_request_tty_token1] = ACTIONS(2535), + [aux_sym_required_rsa_size_token1] = ACTIONS(2535), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2535), + [aux_sym_security_key_provider_token1] = ACTIONS(2535), + [aux_sym_send_env_token1] = ACTIONS(2535), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2535), + [aux_sym_server_alive_interval_token1] = ACTIONS(2535), + [aux_sym_session_type_token1] = ACTIONS(2535), + [aux_sym_set_env_token1] = ACTIONS(2535), + [aux_sym_stdin_null_token1] = ACTIONS(2535), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2535), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2535), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2535), + [aux_sym_syslog_facility_token1] = ACTIONS(2535), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2535), + [aux_sym_keep_alive_token1] = ACTIONS(2535), + [aux_sym_tunnel_token1] = ACTIONS(2537), + [aux_sym_tunnel_device_token1] = ACTIONS(2535), + [aux_sym_update_host_keys_token1] = ACTIONS(2535), + [aux_sym_use_keychain_token1] = ACTIONS(2535), + [aux_sym_use_roaming_token1] = ACTIONS(2535), + [aux_sym_user_token1] = ACTIONS(2537), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2535), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2535), + [aux_sym_visual_host_key_token1] = ACTIONS(2535), + [aux_sym_xauth_location_token1] = ACTIONS(2535), }, [356] = { - [ts_builtin_sym_end] = ACTIONS(2532), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2534), - [anon_sym_DQUOTE] = ACTIONS(2536), - [aux_sym_match_token1] = ACTIONS(2532), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2532), - [aux_sym_address_family_token1] = ACTIONS(2532), - [aux_sym_batch_mode_token1] = ACTIONS(2532), - [aux_sym_bind_address_token1] = ACTIONS(2532), - [aux_sym_bind_interface_token1] = ACTIONS(2532), - [aux_sym_canonical_domains_token1] = ACTIONS(2532), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2532), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2532), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2532), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2532), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2532), - [aux_sym_certificate_file_token1] = ACTIONS(2532), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2532), - [aux_sym_check_host_ip_token1] = ACTIONS(2532), - [aux_sym_ciphers_token1] = ACTIONS(2532), - [aux_sym_cipher_token1] = ACTIONS(2534), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2532), - [aux_sym_compression_token1] = ACTIONS(2532), - [aux_sym_connection_attempts_token1] = ACTIONS(2532), - [aux_sym_connect_timeout_token1] = ACTIONS(2532), - [aux_sym_control_master_token1] = ACTIONS(2532), - [aux_sym_control_path_token1] = ACTIONS(2532), - [aux_sym_control_persist_token1] = ACTIONS(2532), - [aux_sym_dynamic_forward_token1] = ACTIONS(2532), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2532), - [aux_sym_escape_char_token1] = ACTIONS(2532), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2532), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2532), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2532), - [aux_sym_forward_agent_token1] = ACTIONS(2532), - [aux_sym_forward_x11_token1] = ACTIONS(2534), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2532), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2532), - [aux_sym_gateway_ports_token1] = ACTIONS(2532), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2532), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2532), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2532), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2532), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2532), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2532), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2532), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2532), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2532), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2532), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2532), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2532), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2532), - [aux_sym_host_key_alias_token1] = ACTIONS(2532), - [aux_sym_hostname_token1] = ACTIONS(2532), - [aux_sym_identities_only_token1] = ACTIONS(2532), - [aux_sym_identity_agent_token1] = ACTIONS(2532), - [aux_sym_identity_file_token1] = ACTIONS(2532), - [aux_sym_ignore_unknown_token1] = ACTIONS(2532), - [aux_sym_include_token1] = ACTIONS(2532), - [aux_sym_ip_qos_token1] = ACTIONS(2532), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2532), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2532), - [aux_sym_kex_algorithms_token1] = ACTIONS(2532), - [aux_sym_known_hosts_command_token1] = ACTIONS(2532), - [aux_sym_local_command_token1] = ACTIONS(2532), - [aux_sym_local_forward_token1] = ACTIONS(2532), - [aux_sym_log_level_token1] = ACTIONS(2532), - [aux_sym_log_verbose_token1] = ACTIONS(2532), - [aux_sym_macs_token1] = ACTIONS(2532), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2532), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2532), - [aux_sym_password_authentication_token1] = ACTIONS(2532), - [aux_sym_permit_local_command_token1] = ACTIONS(2532), - [aux_sym_permit_remote_open_token1] = ACTIONS(2532), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2532), - [aux_sym_port_token1] = ACTIONS(2532), - [aux_sym_preferred_authentications_token1] = ACTIONS(2532), - [aux_sym_protocol_token1] = ACTIONS(2532), - [aux_sym_proxy_command_token1] = ACTIONS(2532), - [aux_sym_proxy_jump_token1] = ACTIONS(2532), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2532), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2532), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2532), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2532), - [aux_sym_rekey_limit_token1] = ACTIONS(2532), - [aux_sym_remote_command_token1] = ACTIONS(2532), - [aux_sym_remote_forward_token1] = ACTIONS(2532), - [aux_sym_request_tty_token1] = ACTIONS(2532), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2532), - [aux_sym_security_key_provider_token1] = ACTIONS(2532), - [aux_sym_send_env_token1] = ACTIONS(2532), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2532), - [aux_sym_server_alive_interval_token1] = ACTIONS(2532), - [aux_sym_session_type_token1] = ACTIONS(2532), - [aux_sym_set_env_token1] = ACTIONS(2532), - [aux_sym_stdin_null_token1] = ACTIONS(2532), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2532), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2532), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2532), - [aux_sym_syslog_facility_token1] = ACTIONS(2532), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2532), - [aux_sym_keep_alive_token1] = ACTIONS(2532), - [aux_sym_tunnel_token1] = ACTIONS(2534), - [aux_sym_tunnel_device_token1] = ACTIONS(2532), - [aux_sym_update_host_keys_token1] = ACTIONS(2532), - [aux_sym_use_keychain_token1] = ACTIONS(2532), - [aux_sym_use_roaming_token1] = ACTIONS(2532), - [aux_sym_user_token1] = ACTIONS(2534), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2532), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2532), - [aux_sym_visual_host_key_token1] = ACTIONS(2532), - [aux_sym_xauth_location_token1] = ACTIONS(2532), + [ts_builtin_sym_end] = ACTIONS(2541), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2543), + [anon_sym_DQUOTE] = ACTIONS(2541), + [aux_sym_match_token1] = ACTIONS(2541), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2541), + [aux_sym_address_family_token1] = ACTIONS(2541), + [aux_sym_batch_mode_token1] = ACTIONS(2541), + [aux_sym_bind_address_token1] = ACTIONS(2541), + [aux_sym_bind_interface_token1] = ACTIONS(2541), + [aux_sym_canonical_domains_token1] = ACTIONS(2541), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2541), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2541), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2541), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2541), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2541), + [aux_sym_certificate_file_token1] = ACTIONS(2541), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2541), + [aux_sym_check_host_ip_token1] = ACTIONS(2541), + [aux_sym_ciphers_token1] = ACTIONS(2541), + [aux_sym_cipher_token1] = ACTIONS(2543), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2541), + [aux_sym_compression_token1] = ACTIONS(2541), + [aux_sym_connection_attempts_token1] = ACTIONS(2541), + [aux_sym_connect_timeout_token1] = ACTIONS(2541), + [aux_sym_control_master_token1] = ACTIONS(2541), + [aux_sym_control_path_token1] = ACTIONS(2541), + [aux_sym_control_persist_token1] = ACTIONS(2541), + [aux_sym_dynamic_forward_token1] = ACTIONS(2541), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2541), + [aux_sym_escape_char_token1] = ACTIONS(2541), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2541), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2541), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2541), + [aux_sym_forward_agent_token1] = ACTIONS(2541), + [aux_sym_forward_x11_token1] = ACTIONS(2543), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2541), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2541), + [aux_sym_gateway_ports_token1] = ACTIONS(2541), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2541), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2541), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2541), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2541), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2541), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2541), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2541), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2541), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2541), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2541), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2541), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2541), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2541), + [aux_sym_host_key_alias_token1] = ACTIONS(2541), + [aux_sym_hostname_token1] = ACTIONS(2541), + [aux_sym_identities_only_token1] = ACTIONS(2541), + [aux_sym_identity_agent_token1] = ACTIONS(2541), + [aux_sym_identity_file_token1] = ACTIONS(2541), + [aux_sym_ignore_unknown_token1] = ACTIONS(2541), + [aux_sym_include_token1] = ACTIONS(2541), + [aux_sym_ip_qos_token1] = ACTIONS(2541), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2541), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2541), + [aux_sym_kex_algorithms_token1] = ACTIONS(2541), + [aux_sym_known_hosts_command_token1] = ACTIONS(2541), + [aux_sym_local_command_token1] = ACTIONS(2541), + [aux_sym_local_forward_token1] = ACTIONS(2541), + [aux_sym_log_level_token1] = ACTIONS(2541), + [aux_sym_log_verbose_token1] = ACTIONS(2541), + [aux_sym_macs_token1] = ACTIONS(2541), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2541), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2541), + [aux_sym_password_authentication_token1] = ACTIONS(2541), + [aux_sym_permit_local_command_token1] = ACTIONS(2541), + [aux_sym_permit_remote_open_token1] = ACTIONS(2541), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2541), + [aux_sym_port_token1] = ACTIONS(2541), + [aux_sym_preferred_authentications_token1] = ACTIONS(2541), + [aux_sym_protocol_token1] = ACTIONS(2541), + [aux_sym_proxy_command_token1] = ACTIONS(2541), + [aux_sym_proxy_jump_token1] = ACTIONS(2541), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2541), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2541), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2541), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2541), + [aux_sym_rekey_limit_token1] = ACTIONS(2541), + [aux_sym_remote_command_token1] = ACTIONS(2541), + [aux_sym_remote_forward_token1] = ACTIONS(2541), + [aux_sym_request_tty_token1] = ACTIONS(2541), + [aux_sym_required_rsa_size_token1] = ACTIONS(2541), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2541), + [aux_sym_security_key_provider_token1] = ACTIONS(2541), + [aux_sym_send_env_token1] = ACTIONS(2541), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2541), + [aux_sym_server_alive_interval_token1] = ACTIONS(2541), + [aux_sym_session_type_token1] = ACTIONS(2541), + [aux_sym_set_env_token1] = ACTIONS(2541), + [aux_sym_stdin_null_token1] = ACTIONS(2541), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2541), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2541), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2541), + [aux_sym_syslog_facility_token1] = ACTIONS(2541), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2541), + [aux_sym_keep_alive_token1] = ACTIONS(2541), + [aux_sym_tunnel_token1] = ACTIONS(2543), + [aux_sym_tunnel_device_token1] = ACTIONS(2541), + [aux_sym_update_host_keys_token1] = ACTIONS(2541), + [aux_sym_use_keychain_token1] = ACTIONS(2541), + [aux_sym_use_roaming_token1] = ACTIONS(2541), + [aux_sym_user_token1] = ACTIONS(2543), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2541), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2541), + [aux_sym_visual_host_key_token1] = ACTIONS(2541), + [aux_sym_xauth_location_token1] = ACTIONS(2541), }, [357] = { - [ts_builtin_sym_end] = ACTIONS(2538), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2540), - [anon_sym_DQUOTE] = ACTIONS(2538), - [aux_sym_match_token1] = ACTIONS(2538), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2538), - [aux_sym_address_family_token1] = ACTIONS(2538), - [aux_sym_batch_mode_token1] = ACTIONS(2538), - [aux_sym_bind_address_token1] = ACTIONS(2538), - [aux_sym_bind_interface_token1] = ACTIONS(2538), - [aux_sym_canonical_domains_token1] = ACTIONS(2538), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2538), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2538), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2538), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2538), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2538), - [aux_sym_certificate_file_token1] = ACTIONS(2538), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2538), - [aux_sym_check_host_ip_token1] = ACTIONS(2538), - [aux_sym_ciphers_token1] = ACTIONS(2538), - [aux_sym_cipher_token1] = ACTIONS(2540), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2538), - [aux_sym_compression_token1] = ACTIONS(2538), - [aux_sym_connection_attempts_token1] = ACTIONS(2538), - [aux_sym_connect_timeout_token1] = ACTIONS(2538), - [aux_sym_control_master_token1] = ACTIONS(2538), - [aux_sym_control_path_token1] = ACTIONS(2538), - [aux_sym_control_persist_token1] = ACTIONS(2538), - [aux_sym_dynamic_forward_token1] = ACTIONS(2538), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2538), - [aux_sym_escape_char_token1] = ACTIONS(2538), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2538), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2538), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2538), - [aux_sym_forward_agent_token1] = ACTIONS(2538), - [aux_sym_forward_x11_token1] = ACTIONS(2540), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2538), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2538), - [aux_sym_gateway_ports_token1] = ACTIONS(2538), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2538), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2538), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2538), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2538), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2538), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2538), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2538), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2538), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2538), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2538), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2538), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2538), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2538), - [aux_sym_host_key_alias_token1] = ACTIONS(2538), - [aux_sym_hostname_token1] = ACTIONS(2538), - [aux_sym_identities_only_token1] = ACTIONS(2538), - [aux_sym_identity_agent_token1] = ACTIONS(2538), - [aux_sym_identity_file_token1] = ACTIONS(2538), - [aux_sym_ignore_unknown_token1] = ACTIONS(2538), - [aux_sym_include_token1] = ACTIONS(2538), - [aux_sym_ip_qos_token1] = ACTIONS(2538), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2538), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2538), - [aux_sym_kex_algorithms_token1] = ACTIONS(2538), - [aux_sym_known_hosts_command_token1] = ACTIONS(2538), - [aux_sym_local_command_token1] = ACTIONS(2538), - [aux_sym_local_forward_token1] = ACTIONS(2538), - [aux_sym_log_level_token1] = ACTIONS(2538), - [aux_sym_log_verbose_token1] = ACTIONS(2538), - [aux_sym_macs_token1] = ACTIONS(2538), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2538), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2538), - [aux_sym_password_authentication_token1] = ACTIONS(2538), - [aux_sym_permit_local_command_token1] = ACTIONS(2538), - [aux_sym_permit_remote_open_token1] = ACTIONS(2538), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2538), - [aux_sym_port_token1] = ACTIONS(2538), - [aux_sym_preferred_authentications_token1] = ACTIONS(2538), - [aux_sym_protocol_token1] = ACTIONS(2538), - [aux_sym_proxy_command_token1] = ACTIONS(2538), - [aux_sym_proxy_jump_token1] = ACTIONS(2538), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2538), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2538), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2538), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2538), - [aux_sym_rekey_limit_token1] = ACTIONS(2538), - [aux_sym_remote_command_token1] = ACTIONS(2538), - [aux_sym_remote_forward_token1] = ACTIONS(2538), - [aux_sym_request_tty_token1] = ACTIONS(2538), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2538), - [aux_sym_security_key_provider_token1] = ACTIONS(2538), - [aux_sym_send_env_token1] = ACTIONS(2538), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2538), - [aux_sym_server_alive_interval_token1] = ACTIONS(2538), - [aux_sym_session_type_token1] = ACTIONS(2538), - [aux_sym_set_env_token1] = ACTIONS(2538), - [aux_sym_stdin_null_token1] = ACTIONS(2538), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2538), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2538), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2538), - [aux_sym_syslog_facility_token1] = ACTIONS(2538), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2538), - [aux_sym_keep_alive_token1] = ACTIONS(2538), - [aux_sym_tunnel_token1] = ACTIONS(2540), - [aux_sym_tunnel_device_token1] = ACTIONS(2538), - [aux_sym_update_host_keys_token1] = ACTIONS(2538), - [aux_sym_use_keychain_token1] = ACTIONS(2538), - [aux_sym_use_roaming_token1] = ACTIONS(2538), - [aux_sym_user_token1] = ACTIONS(2540), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2538), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2538), - [aux_sym_visual_host_key_token1] = ACTIONS(2538), - [aux_sym_xauth_location_token1] = ACTIONS(2538), + [ts_builtin_sym_end] = ACTIONS(2545), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2547), + [anon_sym_DQUOTE] = ACTIONS(2545), + [aux_sym_match_token1] = ACTIONS(2545), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2545), + [aux_sym_address_family_token1] = ACTIONS(2545), + [aux_sym_batch_mode_token1] = ACTIONS(2545), + [aux_sym_bind_address_token1] = ACTIONS(2545), + [aux_sym_bind_interface_token1] = ACTIONS(2545), + [aux_sym_canonical_domains_token1] = ACTIONS(2545), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2545), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2545), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2545), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2545), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2545), + [aux_sym_certificate_file_token1] = ACTIONS(2545), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2545), + [aux_sym_check_host_ip_token1] = ACTIONS(2545), + [aux_sym_ciphers_token1] = ACTIONS(2545), + [aux_sym_cipher_token1] = ACTIONS(2547), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2545), + [aux_sym_compression_token1] = ACTIONS(2545), + [aux_sym_connection_attempts_token1] = ACTIONS(2545), + [aux_sym_connect_timeout_token1] = ACTIONS(2545), + [aux_sym_control_master_token1] = ACTIONS(2545), + [aux_sym_control_path_token1] = ACTIONS(2545), + [aux_sym_control_persist_token1] = ACTIONS(2545), + [aux_sym_dynamic_forward_token1] = ACTIONS(2545), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2545), + [aux_sym_escape_char_token1] = ACTIONS(2545), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2545), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2545), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2545), + [aux_sym_forward_agent_token1] = ACTIONS(2545), + [aux_sym_forward_x11_token1] = ACTIONS(2547), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2545), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2545), + [aux_sym_gateway_ports_token1] = ACTIONS(2545), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2545), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2545), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2545), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2545), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2545), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2545), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2545), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2545), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2545), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2545), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2545), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2545), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2545), + [aux_sym_host_key_alias_token1] = ACTIONS(2545), + [aux_sym_hostname_token1] = ACTIONS(2545), + [aux_sym_identities_only_token1] = ACTIONS(2545), + [aux_sym_identity_agent_token1] = ACTIONS(2545), + [aux_sym_identity_file_token1] = ACTIONS(2545), + [aux_sym_ignore_unknown_token1] = ACTIONS(2545), + [aux_sym_include_token1] = ACTIONS(2545), + [aux_sym_ip_qos_token1] = ACTIONS(2545), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2545), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2545), + [aux_sym_kex_algorithms_token1] = ACTIONS(2545), + [aux_sym_known_hosts_command_token1] = ACTIONS(2545), + [aux_sym_local_command_token1] = ACTIONS(2545), + [aux_sym_local_forward_token1] = ACTIONS(2545), + [aux_sym_log_level_token1] = ACTIONS(2545), + [aux_sym_log_verbose_token1] = ACTIONS(2545), + [aux_sym_macs_token1] = ACTIONS(2545), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2545), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2545), + [aux_sym_password_authentication_token1] = ACTIONS(2545), + [aux_sym_permit_local_command_token1] = ACTIONS(2545), + [aux_sym_permit_remote_open_token1] = ACTIONS(2545), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2545), + [aux_sym_port_token1] = ACTIONS(2545), + [aux_sym_preferred_authentications_token1] = ACTIONS(2545), + [aux_sym_protocol_token1] = ACTIONS(2545), + [aux_sym_proxy_command_token1] = ACTIONS(2545), + [aux_sym_proxy_jump_token1] = ACTIONS(2545), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2545), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2545), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2545), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2545), + [aux_sym_rekey_limit_token1] = ACTIONS(2545), + [aux_sym_remote_command_token1] = ACTIONS(2545), + [aux_sym_remote_forward_token1] = ACTIONS(2545), + [aux_sym_request_tty_token1] = ACTIONS(2545), + [aux_sym_required_rsa_size_token1] = ACTIONS(2545), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2545), + [aux_sym_security_key_provider_token1] = ACTIONS(2545), + [aux_sym_send_env_token1] = ACTIONS(2545), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2545), + [aux_sym_server_alive_interval_token1] = ACTIONS(2545), + [aux_sym_session_type_token1] = ACTIONS(2545), + [aux_sym_set_env_token1] = ACTIONS(2545), + [aux_sym_stdin_null_token1] = ACTIONS(2545), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2545), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2545), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2545), + [aux_sym_syslog_facility_token1] = ACTIONS(2545), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2545), + [aux_sym_keep_alive_token1] = ACTIONS(2545), + [aux_sym_tunnel_token1] = ACTIONS(2547), + [aux_sym_tunnel_device_token1] = ACTIONS(2545), + [aux_sym_update_host_keys_token1] = ACTIONS(2545), + [aux_sym_use_keychain_token1] = ACTIONS(2545), + [aux_sym_use_roaming_token1] = ACTIONS(2545), + [aux_sym_user_token1] = ACTIONS(2547), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2545), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2545), + [aux_sym_visual_host_key_token1] = ACTIONS(2545), + [aux_sym_xauth_location_token1] = ACTIONS(2545), }, [358] = { - [ts_builtin_sym_end] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2544), - [anon_sym_DQUOTE] = ACTIONS(2546), - [aux_sym_match_token1] = ACTIONS(2542), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2542), - [aux_sym_address_family_token1] = ACTIONS(2542), - [aux_sym_batch_mode_token1] = ACTIONS(2542), - [aux_sym_bind_address_token1] = ACTIONS(2542), - [aux_sym_bind_interface_token1] = ACTIONS(2542), - [aux_sym_canonical_domains_token1] = ACTIONS(2542), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2542), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2542), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2542), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2542), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2542), - [aux_sym_certificate_file_token1] = ACTIONS(2542), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2542), - [aux_sym_check_host_ip_token1] = ACTIONS(2542), - [aux_sym_ciphers_token1] = ACTIONS(2542), - [aux_sym_cipher_token1] = ACTIONS(2544), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2542), - [aux_sym_compression_token1] = ACTIONS(2542), - [aux_sym_connection_attempts_token1] = ACTIONS(2542), - [aux_sym_connect_timeout_token1] = ACTIONS(2542), - [aux_sym_control_master_token1] = ACTIONS(2542), - [aux_sym_control_path_token1] = ACTIONS(2542), - [aux_sym_control_persist_token1] = ACTIONS(2542), - [aux_sym_dynamic_forward_token1] = ACTIONS(2542), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2542), - [aux_sym_escape_char_token1] = ACTIONS(2542), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2542), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2542), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2542), - [aux_sym_forward_agent_token1] = ACTIONS(2542), - [aux_sym_forward_x11_token1] = ACTIONS(2544), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2542), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2542), - [aux_sym_gateway_ports_token1] = ACTIONS(2542), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2542), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2542), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2542), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2542), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2542), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2542), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2542), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2542), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2542), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2542), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2542), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2542), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2542), - [aux_sym_host_key_alias_token1] = ACTIONS(2542), - [aux_sym_hostname_token1] = ACTIONS(2542), - [aux_sym_identities_only_token1] = ACTIONS(2542), - [aux_sym_identity_agent_token1] = ACTIONS(2542), - [aux_sym_identity_file_token1] = ACTIONS(2542), - [aux_sym_ignore_unknown_token1] = ACTIONS(2542), - [aux_sym_include_token1] = ACTIONS(2542), - [aux_sym_ip_qos_token1] = ACTIONS(2542), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2542), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2542), - [aux_sym_kex_algorithms_token1] = ACTIONS(2542), - [aux_sym_known_hosts_command_token1] = ACTIONS(2542), - [aux_sym_local_command_token1] = ACTIONS(2542), - [aux_sym_local_forward_token1] = ACTIONS(2542), - [aux_sym_log_level_token1] = ACTIONS(2542), - [aux_sym_log_verbose_token1] = ACTIONS(2542), - [aux_sym_macs_token1] = ACTIONS(2542), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2542), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2542), - [aux_sym_password_authentication_token1] = ACTIONS(2542), - [aux_sym_permit_local_command_token1] = ACTIONS(2542), - [aux_sym_permit_remote_open_token1] = ACTIONS(2542), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2542), - [aux_sym_port_token1] = ACTIONS(2542), - [aux_sym_preferred_authentications_token1] = ACTIONS(2542), - [aux_sym_protocol_token1] = ACTIONS(2542), - [aux_sym_proxy_command_token1] = ACTIONS(2542), - [aux_sym_proxy_jump_token1] = ACTIONS(2542), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2542), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2542), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2542), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2542), - [aux_sym_rekey_limit_token1] = ACTIONS(2542), - [aux_sym_remote_command_token1] = ACTIONS(2542), - [aux_sym_remote_forward_token1] = ACTIONS(2542), - [aux_sym_request_tty_token1] = ACTIONS(2542), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2542), - [aux_sym_security_key_provider_token1] = ACTIONS(2542), - [aux_sym_send_env_token1] = ACTIONS(2542), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2542), - [aux_sym_server_alive_interval_token1] = ACTIONS(2542), - [aux_sym_session_type_token1] = ACTIONS(2542), - [aux_sym_set_env_token1] = ACTIONS(2542), - [aux_sym_stdin_null_token1] = ACTIONS(2542), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2542), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2542), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2542), - [aux_sym_syslog_facility_token1] = ACTIONS(2542), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2542), - [aux_sym_keep_alive_token1] = ACTIONS(2542), - [aux_sym_tunnel_token1] = ACTIONS(2544), - [aux_sym_tunnel_device_token1] = ACTIONS(2542), - [aux_sym_update_host_keys_token1] = ACTIONS(2542), - [aux_sym_use_keychain_token1] = ACTIONS(2542), - [aux_sym_use_roaming_token1] = ACTIONS(2542), - [aux_sym_user_token1] = ACTIONS(2544), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2542), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2542), - [aux_sym_visual_host_key_token1] = ACTIONS(2542), - [aux_sym_xauth_location_token1] = ACTIONS(2542), + [ts_builtin_sym_end] = ACTIONS(2549), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2551), + [anon_sym_DQUOTE] = ACTIONS(2553), + [aux_sym_match_token1] = ACTIONS(2549), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2549), + [aux_sym_address_family_token1] = ACTIONS(2549), + [aux_sym_batch_mode_token1] = ACTIONS(2549), + [aux_sym_bind_address_token1] = ACTIONS(2549), + [aux_sym_bind_interface_token1] = ACTIONS(2549), + [aux_sym_canonical_domains_token1] = ACTIONS(2549), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2549), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2549), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2549), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2549), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2549), + [aux_sym_certificate_file_token1] = ACTIONS(2549), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2549), + [aux_sym_check_host_ip_token1] = ACTIONS(2549), + [aux_sym_ciphers_token1] = ACTIONS(2549), + [aux_sym_cipher_token1] = ACTIONS(2551), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2549), + [aux_sym_compression_token1] = ACTIONS(2549), + [aux_sym_connection_attempts_token1] = ACTIONS(2549), + [aux_sym_connect_timeout_token1] = ACTIONS(2549), + [aux_sym_control_master_token1] = ACTIONS(2549), + [aux_sym_control_path_token1] = ACTIONS(2549), + [aux_sym_control_persist_token1] = ACTIONS(2549), + [aux_sym_dynamic_forward_token1] = ACTIONS(2549), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2549), + [aux_sym_escape_char_token1] = ACTIONS(2549), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2549), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2549), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2549), + [aux_sym_forward_agent_token1] = ACTIONS(2549), + [aux_sym_forward_x11_token1] = ACTIONS(2551), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2549), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2549), + [aux_sym_gateway_ports_token1] = ACTIONS(2549), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2549), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2549), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2549), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2549), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2549), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2549), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2549), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2549), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2549), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2549), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2549), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2549), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2549), + [aux_sym_host_key_alias_token1] = ACTIONS(2549), + [aux_sym_hostname_token1] = ACTIONS(2549), + [aux_sym_identities_only_token1] = ACTIONS(2549), + [aux_sym_identity_agent_token1] = ACTIONS(2549), + [aux_sym_identity_file_token1] = ACTIONS(2549), + [aux_sym_ignore_unknown_token1] = ACTIONS(2549), + [aux_sym_include_token1] = ACTIONS(2549), + [aux_sym_ip_qos_token1] = ACTIONS(2549), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2549), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2549), + [aux_sym_kex_algorithms_token1] = ACTIONS(2549), + [aux_sym_known_hosts_command_token1] = ACTIONS(2549), + [aux_sym_local_command_token1] = ACTIONS(2549), + [aux_sym_local_forward_token1] = ACTIONS(2549), + [aux_sym_log_level_token1] = ACTIONS(2549), + [aux_sym_log_verbose_token1] = ACTIONS(2549), + [aux_sym_macs_token1] = ACTIONS(2549), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2549), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2549), + [aux_sym_password_authentication_token1] = ACTIONS(2549), + [aux_sym_permit_local_command_token1] = ACTIONS(2549), + [aux_sym_permit_remote_open_token1] = ACTIONS(2549), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2549), + [aux_sym_port_token1] = ACTIONS(2549), + [aux_sym_preferred_authentications_token1] = ACTIONS(2549), + [aux_sym_protocol_token1] = ACTIONS(2549), + [aux_sym_proxy_command_token1] = ACTIONS(2549), + [aux_sym_proxy_jump_token1] = ACTIONS(2549), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2549), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2549), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2549), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2549), + [aux_sym_rekey_limit_token1] = ACTIONS(2549), + [aux_sym_remote_command_token1] = ACTIONS(2549), + [aux_sym_remote_forward_token1] = ACTIONS(2549), + [aux_sym_request_tty_token1] = ACTIONS(2549), + [aux_sym_required_rsa_size_token1] = ACTIONS(2549), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2549), + [aux_sym_security_key_provider_token1] = ACTIONS(2549), + [aux_sym_send_env_token1] = ACTIONS(2549), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2549), + [aux_sym_server_alive_interval_token1] = ACTIONS(2549), + [aux_sym_session_type_token1] = ACTIONS(2549), + [aux_sym_set_env_token1] = ACTIONS(2549), + [aux_sym_stdin_null_token1] = ACTIONS(2549), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2549), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2549), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2549), + [aux_sym_syslog_facility_token1] = ACTIONS(2549), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2549), + [aux_sym_keep_alive_token1] = ACTIONS(2549), + [aux_sym_tunnel_token1] = ACTIONS(2551), + [aux_sym_tunnel_device_token1] = ACTIONS(2549), + [aux_sym_update_host_keys_token1] = ACTIONS(2549), + [aux_sym_use_keychain_token1] = ACTIONS(2549), + [aux_sym_use_roaming_token1] = ACTIONS(2549), + [aux_sym_user_token1] = ACTIONS(2551), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2549), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2549), + [aux_sym_visual_host_key_token1] = ACTIONS(2549), + [aux_sym_xauth_location_token1] = ACTIONS(2549), }, [359] = { - [ts_builtin_sym_end] = ACTIONS(2548), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2550), - [anon_sym_DQUOTE] = ACTIONS(2548), - [aux_sym_match_token1] = ACTIONS(2548), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2548), - [aux_sym_address_family_token1] = ACTIONS(2548), - [aux_sym_batch_mode_token1] = ACTIONS(2548), - [aux_sym_bind_address_token1] = ACTIONS(2548), - [aux_sym_bind_interface_token1] = ACTIONS(2548), - [aux_sym_canonical_domains_token1] = ACTIONS(2548), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2548), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2548), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2548), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2548), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2548), - [aux_sym_certificate_file_token1] = ACTIONS(2548), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2548), - [aux_sym_check_host_ip_token1] = ACTIONS(2548), - [aux_sym_ciphers_token1] = ACTIONS(2548), - [aux_sym_cipher_token1] = ACTIONS(2550), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2548), - [aux_sym_compression_token1] = ACTIONS(2548), - [aux_sym_connection_attempts_token1] = ACTIONS(2548), - [aux_sym_connect_timeout_token1] = ACTIONS(2548), - [aux_sym_control_master_token1] = ACTIONS(2548), - [aux_sym_control_path_token1] = ACTIONS(2548), - [aux_sym_control_persist_token1] = ACTIONS(2548), - [aux_sym_dynamic_forward_token1] = ACTIONS(2548), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2548), - [aux_sym_escape_char_token1] = ACTIONS(2548), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2548), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2548), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2548), - [aux_sym_forward_agent_token1] = ACTIONS(2548), - [aux_sym_forward_x11_token1] = ACTIONS(2550), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2548), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2548), - [aux_sym_gateway_ports_token1] = ACTIONS(2548), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2548), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2548), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2548), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2548), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2548), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2548), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2548), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2548), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2548), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2548), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2548), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2548), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2548), - [aux_sym_host_key_alias_token1] = ACTIONS(2548), - [aux_sym_hostname_token1] = ACTIONS(2548), - [aux_sym_identities_only_token1] = ACTIONS(2548), - [aux_sym_identity_agent_token1] = ACTIONS(2548), - [aux_sym_identity_file_token1] = ACTIONS(2548), - [aux_sym_ignore_unknown_token1] = ACTIONS(2548), - [aux_sym_include_token1] = ACTIONS(2548), - [aux_sym_ip_qos_token1] = ACTIONS(2548), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2548), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2548), - [aux_sym_kex_algorithms_token1] = ACTIONS(2548), - [aux_sym_known_hosts_command_token1] = ACTIONS(2548), - [aux_sym_local_command_token1] = ACTIONS(2548), - [aux_sym_local_forward_token1] = ACTIONS(2548), - [aux_sym_log_level_token1] = ACTIONS(2548), - [aux_sym_log_verbose_token1] = ACTIONS(2548), - [aux_sym_macs_token1] = ACTIONS(2548), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2548), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2548), - [aux_sym_password_authentication_token1] = ACTIONS(2548), - [aux_sym_permit_local_command_token1] = ACTIONS(2548), - [aux_sym_permit_remote_open_token1] = ACTIONS(2548), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2548), - [aux_sym_port_token1] = ACTIONS(2548), - [aux_sym_preferred_authentications_token1] = ACTIONS(2548), - [aux_sym_protocol_token1] = ACTIONS(2548), - [aux_sym_proxy_command_token1] = ACTIONS(2548), - [aux_sym_proxy_jump_token1] = ACTIONS(2548), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2548), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2548), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2548), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2548), - [aux_sym_rekey_limit_token1] = ACTIONS(2548), - [aux_sym_remote_command_token1] = ACTIONS(2548), - [aux_sym_remote_forward_token1] = ACTIONS(2548), - [aux_sym_request_tty_token1] = ACTIONS(2548), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2548), - [aux_sym_security_key_provider_token1] = ACTIONS(2548), - [aux_sym_send_env_token1] = ACTIONS(2548), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2548), - [aux_sym_server_alive_interval_token1] = ACTIONS(2548), - [aux_sym_session_type_token1] = ACTIONS(2548), - [aux_sym_set_env_token1] = ACTIONS(2548), - [aux_sym_stdin_null_token1] = ACTIONS(2548), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2548), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2548), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2548), - [aux_sym_syslog_facility_token1] = ACTIONS(2548), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2548), - [aux_sym_keep_alive_token1] = ACTIONS(2548), - [aux_sym_tunnel_token1] = ACTIONS(2550), - [aux_sym_tunnel_device_token1] = ACTIONS(2548), - [aux_sym_update_host_keys_token1] = ACTIONS(2548), - [aux_sym_use_keychain_token1] = ACTIONS(2548), - [aux_sym_use_roaming_token1] = ACTIONS(2548), - [aux_sym_user_token1] = ACTIONS(2550), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2548), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2548), - [aux_sym_visual_host_key_token1] = ACTIONS(2548), - [aux_sym_xauth_location_token1] = ACTIONS(2548), + [ts_builtin_sym_end] = ACTIONS(2555), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2557), + [anon_sym_DQUOTE] = ACTIONS(2555), + [aux_sym_match_token1] = ACTIONS(2555), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2555), + [aux_sym_address_family_token1] = ACTIONS(2555), + [aux_sym_batch_mode_token1] = ACTIONS(2555), + [aux_sym_bind_address_token1] = ACTIONS(2555), + [aux_sym_bind_interface_token1] = ACTIONS(2555), + [aux_sym_canonical_domains_token1] = ACTIONS(2555), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2555), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2555), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2555), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2555), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2555), + [aux_sym_certificate_file_token1] = ACTIONS(2555), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2555), + [aux_sym_check_host_ip_token1] = ACTIONS(2555), + [aux_sym_ciphers_token1] = ACTIONS(2555), + [aux_sym_cipher_token1] = ACTIONS(2557), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2555), + [aux_sym_compression_token1] = ACTIONS(2555), + [aux_sym_connection_attempts_token1] = ACTIONS(2555), + [aux_sym_connect_timeout_token1] = ACTIONS(2555), + [aux_sym_control_master_token1] = ACTIONS(2555), + [aux_sym_control_path_token1] = ACTIONS(2555), + [aux_sym_control_persist_token1] = ACTIONS(2555), + [aux_sym_dynamic_forward_token1] = ACTIONS(2555), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2555), + [aux_sym_escape_char_token1] = ACTIONS(2555), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2555), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2555), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2555), + [aux_sym_forward_agent_token1] = ACTIONS(2555), + [aux_sym_forward_x11_token1] = ACTIONS(2557), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2555), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2555), + [aux_sym_gateway_ports_token1] = ACTIONS(2555), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2555), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2555), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2555), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2555), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2555), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2555), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2555), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2555), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2555), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2555), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2555), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2555), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2555), + [aux_sym_host_key_alias_token1] = ACTIONS(2555), + [aux_sym_hostname_token1] = ACTIONS(2555), + [aux_sym_identities_only_token1] = ACTIONS(2555), + [aux_sym_identity_agent_token1] = ACTIONS(2555), + [aux_sym_identity_file_token1] = ACTIONS(2555), + [aux_sym_ignore_unknown_token1] = ACTIONS(2555), + [aux_sym_include_token1] = ACTIONS(2555), + [aux_sym_ip_qos_token1] = ACTIONS(2555), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2555), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2555), + [aux_sym_kex_algorithms_token1] = ACTIONS(2555), + [aux_sym_known_hosts_command_token1] = ACTIONS(2555), + [aux_sym_local_command_token1] = ACTIONS(2555), + [aux_sym_local_forward_token1] = ACTIONS(2555), + [aux_sym_log_level_token1] = ACTIONS(2555), + [aux_sym_log_verbose_token1] = ACTIONS(2555), + [aux_sym_macs_token1] = ACTIONS(2555), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2555), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2555), + [aux_sym_password_authentication_token1] = ACTIONS(2555), + [aux_sym_permit_local_command_token1] = ACTIONS(2555), + [aux_sym_permit_remote_open_token1] = ACTIONS(2555), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2555), + [aux_sym_port_token1] = ACTIONS(2555), + [aux_sym_preferred_authentications_token1] = ACTIONS(2555), + [aux_sym_protocol_token1] = ACTIONS(2555), + [aux_sym_proxy_command_token1] = ACTIONS(2555), + [aux_sym_proxy_jump_token1] = ACTIONS(2555), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2555), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2555), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2555), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2555), + [aux_sym_rekey_limit_token1] = ACTIONS(2555), + [aux_sym_remote_command_token1] = ACTIONS(2555), + [aux_sym_remote_forward_token1] = ACTIONS(2555), + [aux_sym_request_tty_token1] = ACTIONS(2555), + [aux_sym_required_rsa_size_token1] = ACTIONS(2555), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2555), + [aux_sym_security_key_provider_token1] = ACTIONS(2555), + [aux_sym_send_env_token1] = ACTIONS(2555), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2555), + [aux_sym_server_alive_interval_token1] = ACTIONS(2555), + [aux_sym_session_type_token1] = ACTIONS(2555), + [aux_sym_set_env_token1] = ACTIONS(2555), + [aux_sym_stdin_null_token1] = ACTIONS(2555), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2555), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2555), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2555), + [aux_sym_syslog_facility_token1] = ACTIONS(2555), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2555), + [aux_sym_keep_alive_token1] = ACTIONS(2555), + [aux_sym_tunnel_token1] = ACTIONS(2557), + [aux_sym_tunnel_device_token1] = ACTIONS(2555), + [aux_sym_update_host_keys_token1] = ACTIONS(2555), + [aux_sym_use_keychain_token1] = ACTIONS(2555), + [aux_sym_use_roaming_token1] = ACTIONS(2555), + [aux_sym_user_token1] = ACTIONS(2557), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2555), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2555), + [aux_sym_visual_host_key_token1] = ACTIONS(2555), + [aux_sym_xauth_location_token1] = ACTIONS(2555), }, [360] = { - [ts_builtin_sym_end] = ACTIONS(2552), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2554), - [anon_sym_DQUOTE] = ACTIONS(2556), - [aux_sym_match_token1] = ACTIONS(2552), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2552), - [aux_sym_address_family_token1] = ACTIONS(2552), - [aux_sym_batch_mode_token1] = ACTIONS(2552), - [aux_sym_bind_address_token1] = ACTIONS(2552), - [aux_sym_bind_interface_token1] = ACTIONS(2552), - [aux_sym_canonical_domains_token1] = ACTIONS(2552), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2552), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2552), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2552), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2552), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2552), - [aux_sym_certificate_file_token1] = ACTIONS(2552), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2552), - [aux_sym_check_host_ip_token1] = ACTIONS(2552), - [aux_sym_ciphers_token1] = ACTIONS(2552), - [aux_sym_cipher_token1] = ACTIONS(2554), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2552), - [aux_sym_compression_token1] = ACTIONS(2552), - [aux_sym_connection_attempts_token1] = ACTIONS(2552), - [aux_sym_connect_timeout_token1] = ACTIONS(2552), - [aux_sym_control_master_token1] = ACTIONS(2552), - [aux_sym_control_path_token1] = ACTIONS(2552), - [aux_sym_control_persist_token1] = ACTIONS(2552), - [aux_sym_dynamic_forward_token1] = ACTIONS(2552), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2552), - [aux_sym_escape_char_token1] = ACTIONS(2552), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2552), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2552), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2552), - [aux_sym_forward_agent_token1] = ACTIONS(2552), - [aux_sym_forward_x11_token1] = ACTIONS(2554), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2552), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2552), - [aux_sym_gateway_ports_token1] = ACTIONS(2552), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2552), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2552), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2552), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2552), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2552), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2552), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2552), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2552), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2552), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2552), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2552), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2552), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2552), - [aux_sym_host_key_alias_token1] = ACTIONS(2552), - [aux_sym_hostname_token1] = ACTIONS(2552), - [aux_sym_identities_only_token1] = ACTIONS(2552), - [aux_sym_identity_agent_token1] = ACTIONS(2552), - [aux_sym_identity_file_token1] = ACTIONS(2552), - [aux_sym_ignore_unknown_token1] = ACTIONS(2552), - [aux_sym_include_token1] = ACTIONS(2552), - [aux_sym_ip_qos_token1] = ACTIONS(2552), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2552), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2552), - [aux_sym_kex_algorithms_token1] = ACTIONS(2552), - [aux_sym_known_hosts_command_token1] = ACTIONS(2552), - [aux_sym_local_command_token1] = ACTIONS(2552), - [aux_sym_local_forward_token1] = ACTIONS(2552), - [aux_sym_log_level_token1] = ACTIONS(2552), - [aux_sym_log_verbose_token1] = ACTIONS(2552), - [aux_sym_macs_token1] = ACTIONS(2552), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2552), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2552), - [aux_sym_password_authentication_token1] = ACTIONS(2552), - [aux_sym_permit_local_command_token1] = ACTIONS(2552), - [aux_sym_permit_remote_open_token1] = ACTIONS(2552), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2552), - [aux_sym_port_token1] = ACTIONS(2552), - [aux_sym_preferred_authentications_token1] = ACTIONS(2552), - [aux_sym_protocol_token1] = ACTIONS(2552), - [aux_sym_proxy_command_token1] = ACTIONS(2552), - [aux_sym_proxy_jump_token1] = ACTIONS(2552), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2552), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2552), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2552), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2552), - [aux_sym_rekey_limit_token1] = ACTIONS(2552), - [aux_sym_remote_command_token1] = ACTIONS(2552), - [aux_sym_remote_forward_token1] = ACTIONS(2552), - [aux_sym_request_tty_token1] = ACTIONS(2552), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2552), - [aux_sym_security_key_provider_token1] = ACTIONS(2552), - [aux_sym_send_env_token1] = ACTIONS(2552), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2552), - [aux_sym_server_alive_interval_token1] = ACTIONS(2552), - [aux_sym_session_type_token1] = ACTIONS(2552), - [aux_sym_set_env_token1] = ACTIONS(2552), - [aux_sym_stdin_null_token1] = ACTIONS(2552), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2552), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2552), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2552), - [aux_sym_syslog_facility_token1] = ACTIONS(2552), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2552), - [aux_sym_keep_alive_token1] = ACTIONS(2552), - [aux_sym_tunnel_token1] = ACTIONS(2554), - [aux_sym_tunnel_device_token1] = ACTIONS(2552), - [aux_sym_update_host_keys_token1] = ACTIONS(2552), - [aux_sym_use_keychain_token1] = ACTIONS(2552), - [aux_sym_use_roaming_token1] = ACTIONS(2552), - [aux_sym_user_token1] = ACTIONS(2554), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2552), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2552), - [aux_sym_visual_host_key_token1] = ACTIONS(2552), - [aux_sym_xauth_location_token1] = ACTIONS(2552), + [ts_builtin_sym_end] = ACTIONS(2559), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2561), + [anon_sym_DQUOTE] = ACTIONS(2563), + [aux_sym_match_token1] = ACTIONS(2559), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2559), + [aux_sym_address_family_token1] = ACTIONS(2559), + [aux_sym_batch_mode_token1] = ACTIONS(2559), + [aux_sym_bind_address_token1] = ACTIONS(2559), + [aux_sym_bind_interface_token1] = ACTIONS(2559), + [aux_sym_canonical_domains_token1] = ACTIONS(2559), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2559), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2559), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2559), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2559), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2559), + [aux_sym_certificate_file_token1] = ACTIONS(2559), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2559), + [aux_sym_check_host_ip_token1] = ACTIONS(2559), + [aux_sym_ciphers_token1] = ACTIONS(2559), + [aux_sym_cipher_token1] = ACTIONS(2561), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2559), + [aux_sym_compression_token1] = ACTIONS(2559), + [aux_sym_connection_attempts_token1] = ACTIONS(2559), + [aux_sym_connect_timeout_token1] = ACTIONS(2559), + [aux_sym_control_master_token1] = ACTIONS(2559), + [aux_sym_control_path_token1] = ACTIONS(2559), + [aux_sym_control_persist_token1] = ACTIONS(2559), + [aux_sym_dynamic_forward_token1] = ACTIONS(2559), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2559), + [aux_sym_escape_char_token1] = ACTIONS(2559), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2559), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2559), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2559), + [aux_sym_forward_agent_token1] = ACTIONS(2559), + [aux_sym_forward_x11_token1] = ACTIONS(2561), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2559), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2559), + [aux_sym_gateway_ports_token1] = ACTIONS(2559), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2559), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2559), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2559), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2559), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2559), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2559), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2559), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2559), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2559), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2559), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2559), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2559), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2559), + [aux_sym_host_key_alias_token1] = ACTIONS(2559), + [aux_sym_hostname_token1] = ACTIONS(2559), + [aux_sym_identities_only_token1] = ACTIONS(2559), + [aux_sym_identity_agent_token1] = ACTIONS(2559), + [aux_sym_identity_file_token1] = ACTIONS(2559), + [aux_sym_ignore_unknown_token1] = ACTIONS(2559), + [aux_sym_include_token1] = ACTIONS(2559), + [aux_sym_ip_qos_token1] = ACTIONS(2559), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2559), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2559), + [aux_sym_kex_algorithms_token1] = ACTIONS(2559), + [aux_sym_known_hosts_command_token1] = ACTIONS(2559), + [aux_sym_local_command_token1] = ACTIONS(2559), + [aux_sym_local_forward_token1] = ACTIONS(2559), + [aux_sym_log_level_token1] = ACTIONS(2559), + [aux_sym_log_verbose_token1] = ACTIONS(2559), + [aux_sym_macs_token1] = ACTIONS(2559), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2559), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2559), + [aux_sym_password_authentication_token1] = ACTIONS(2559), + [aux_sym_permit_local_command_token1] = ACTIONS(2559), + [aux_sym_permit_remote_open_token1] = ACTIONS(2559), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2559), + [aux_sym_port_token1] = ACTIONS(2559), + [aux_sym_preferred_authentications_token1] = ACTIONS(2559), + [aux_sym_protocol_token1] = ACTIONS(2559), + [aux_sym_proxy_command_token1] = ACTIONS(2559), + [aux_sym_proxy_jump_token1] = ACTIONS(2559), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2559), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2559), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2559), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2559), + [aux_sym_rekey_limit_token1] = ACTIONS(2559), + [aux_sym_remote_command_token1] = ACTIONS(2559), + [aux_sym_remote_forward_token1] = ACTIONS(2559), + [aux_sym_request_tty_token1] = ACTIONS(2559), + [aux_sym_required_rsa_size_token1] = ACTIONS(2559), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2559), + [aux_sym_security_key_provider_token1] = ACTIONS(2559), + [aux_sym_send_env_token1] = ACTIONS(2559), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2559), + [aux_sym_server_alive_interval_token1] = ACTIONS(2559), + [aux_sym_session_type_token1] = ACTIONS(2559), + [aux_sym_set_env_token1] = ACTIONS(2559), + [aux_sym_stdin_null_token1] = ACTIONS(2559), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2559), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2559), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2559), + [aux_sym_syslog_facility_token1] = ACTIONS(2559), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2559), + [aux_sym_keep_alive_token1] = ACTIONS(2559), + [aux_sym_tunnel_token1] = ACTIONS(2561), + [aux_sym_tunnel_device_token1] = ACTIONS(2559), + [aux_sym_update_host_keys_token1] = ACTIONS(2559), + [aux_sym_use_keychain_token1] = ACTIONS(2559), + [aux_sym_use_roaming_token1] = ACTIONS(2559), + [aux_sym_user_token1] = ACTIONS(2561), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2559), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2559), + [aux_sym_visual_host_key_token1] = ACTIONS(2559), + [aux_sym_xauth_location_token1] = ACTIONS(2559), }, [361] = { - [ts_builtin_sym_end] = ACTIONS(2558), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2560), - [anon_sym_DQUOTE] = ACTIONS(2562), - [aux_sym_match_token1] = ACTIONS(2558), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2558), - [aux_sym_address_family_token1] = ACTIONS(2558), - [aux_sym_batch_mode_token1] = ACTIONS(2558), - [aux_sym_bind_address_token1] = ACTIONS(2558), - [aux_sym_bind_interface_token1] = ACTIONS(2558), - [aux_sym_canonical_domains_token1] = ACTIONS(2558), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2558), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2558), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2558), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2558), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2558), - [aux_sym_certificate_file_token1] = ACTIONS(2558), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2558), - [aux_sym_check_host_ip_token1] = ACTIONS(2558), - [aux_sym_ciphers_token1] = ACTIONS(2558), - [aux_sym_cipher_token1] = ACTIONS(2560), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2558), - [aux_sym_compression_token1] = ACTIONS(2558), - [aux_sym_connection_attempts_token1] = ACTIONS(2558), - [aux_sym_connect_timeout_token1] = ACTIONS(2558), - [aux_sym_control_master_token1] = ACTIONS(2558), - [aux_sym_control_path_token1] = ACTIONS(2558), - [aux_sym_control_persist_token1] = ACTIONS(2558), - [aux_sym_dynamic_forward_token1] = ACTIONS(2558), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2558), - [aux_sym_escape_char_token1] = ACTIONS(2558), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2558), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2558), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2558), - [aux_sym_forward_agent_token1] = ACTIONS(2558), - [aux_sym_forward_x11_token1] = ACTIONS(2560), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2558), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2558), - [aux_sym_gateway_ports_token1] = ACTIONS(2558), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2558), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2558), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2558), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2558), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2558), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2558), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2558), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2558), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2558), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2558), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2558), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2558), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2558), - [aux_sym_host_key_alias_token1] = ACTIONS(2558), - [aux_sym_hostname_token1] = ACTIONS(2558), - [aux_sym_identities_only_token1] = ACTIONS(2558), - [aux_sym_identity_agent_token1] = ACTIONS(2558), - [aux_sym_identity_file_token1] = ACTIONS(2558), - [aux_sym_ignore_unknown_token1] = ACTIONS(2558), - [aux_sym_include_token1] = ACTIONS(2558), - [aux_sym_ip_qos_token1] = ACTIONS(2558), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2558), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2558), - [aux_sym_kex_algorithms_token1] = ACTIONS(2558), - [aux_sym_known_hosts_command_token1] = ACTIONS(2558), - [aux_sym_local_command_token1] = ACTIONS(2558), - [aux_sym_local_forward_token1] = ACTIONS(2558), - [aux_sym_log_level_token1] = ACTIONS(2558), - [aux_sym_log_verbose_token1] = ACTIONS(2558), - [aux_sym_macs_token1] = ACTIONS(2558), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2558), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2558), - [aux_sym_password_authentication_token1] = ACTIONS(2558), - [aux_sym_permit_local_command_token1] = ACTIONS(2558), - [aux_sym_permit_remote_open_token1] = ACTIONS(2558), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2558), - [aux_sym_port_token1] = ACTIONS(2558), - [aux_sym_preferred_authentications_token1] = ACTIONS(2558), - [aux_sym_protocol_token1] = ACTIONS(2558), - [aux_sym_proxy_command_token1] = ACTIONS(2558), - [aux_sym_proxy_jump_token1] = ACTIONS(2558), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2558), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2558), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2558), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2558), - [aux_sym_rekey_limit_token1] = ACTIONS(2558), - [aux_sym_remote_command_token1] = ACTIONS(2558), - [aux_sym_remote_forward_token1] = ACTIONS(2558), - [aux_sym_request_tty_token1] = ACTIONS(2558), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2558), - [aux_sym_security_key_provider_token1] = ACTIONS(2558), - [aux_sym_send_env_token1] = ACTIONS(2558), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2558), - [aux_sym_server_alive_interval_token1] = ACTIONS(2558), - [aux_sym_session_type_token1] = ACTIONS(2558), - [aux_sym_set_env_token1] = ACTIONS(2558), - [aux_sym_stdin_null_token1] = ACTIONS(2558), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2558), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2558), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2558), - [aux_sym_syslog_facility_token1] = ACTIONS(2558), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2558), - [aux_sym_keep_alive_token1] = ACTIONS(2558), - [aux_sym_tunnel_token1] = ACTIONS(2560), - [aux_sym_tunnel_device_token1] = ACTIONS(2558), - [aux_sym_update_host_keys_token1] = ACTIONS(2558), - [aux_sym_use_keychain_token1] = ACTIONS(2558), - [aux_sym_use_roaming_token1] = ACTIONS(2558), - [aux_sym_user_token1] = ACTIONS(2560), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2558), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2558), - [aux_sym_visual_host_key_token1] = ACTIONS(2558), - [aux_sym_xauth_location_token1] = ACTIONS(2558), + [ts_builtin_sym_end] = ACTIONS(2565), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2567), + [anon_sym_DQUOTE] = ACTIONS(2565), + [aux_sym_match_token1] = ACTIONS(2565), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2565), + [aux_sym_address_family_token1] = ACTIONS(2565), + [aux_sym_batch_mode_token1] = ACTIONS(2565), + [aux_sym_bind_address_token1] = ACTIONS(2565), + [aux_sym_bind_interface_token1] = ACTIONS(2565), + [aux_sym_canonical_domains_token1] = ACTIONS(2565), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2565), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2565), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2565), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2565), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2565), + [aux_sym_certificate_file_token1] = ACTIONS(2565), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2565), + [aux_sym_check_host_ip_token1] = ACTIONS(2565), + [aux_sym_ciphers_token1] = ACTIONS(2565), + [aux_sym_cipher_token1] = ACTIONS(2567), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2565), + [aux_sym_compression_token1] = ACTIONS(2565), + [aux_sym_connection_attempts_token1] = ACTIONS(2565), + [aux_sym_connect_timeout_token1] = ACTIONS(2565), + [aux_sym_control_master_token1] = ACTIONS(2565), + [aux_sym_control_path_token1] = ACTIONS(2565), + [aux_sym_control_persist_token1] = ACTIONS(2565), + [aux_sym_dynamic_forward_token1] = ACTIONS(2565), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2565), + [aux_sym_escape_char_token1] = ACTIONS(2565), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2565), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2565), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2565), + [aux_sym_forward_agent_token1] = ACTIONS(2565), + [aux_sym_forward_x11_token1] = ACTIONS(2567), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2565), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2565), + [aux_sym_gateway_ports_token1] = ACTIONS(2565), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2565), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2565), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2565), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2565), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2565), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2565), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2565), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2565), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2565), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2565), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2565), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2565), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2565), + [aux_sym_host_key_alias_token1] = ACTIONS(2565), + [aux_sym_hostname_token1] = ACTIONS(2565), + [aux_sym_identities_only_token1] = ACTIONS(2565), + [aux_sym_identity_agent_token1] = ACTIONS(2565), + [aux_sym_identity_file_token1] = ACTIONS(2565), + [aux_sym_ignore_unknown_token1] = ACTIONS(2565), + [aux_sym_include_token1] = ACTIONS(2565), + [aux_sym_ip_qos_token1] = ACTIONS(2565), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2565), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2565), + [aux_sym_kex_algorithms_token1] = ACTIONS(2565), + [aux_sym_known_hosts_command_token1] = ACTIONS(2565), + [aux_sym_local_command_token1] = ACTIONS(2565), + [aux_sym_local_forward_token1] = ACTIONS(2565), + [aux_sym_log_level_token1] = ACTIONS(2565), + [aux_sym_log_verbose_token1] = ACTIONS(2565), + [aux_sym_macs_token1] = ACTIONS(2565), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2565), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2565), + [aux_sym_password_authentication_token1] = ACTIONS(2565), + [aux_sym_permit_local_command_token1] = ACTIONS(2565), + [aux_sym_permit_remote_open_token1] = ACTIONS(2565), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2565), + [aux_sym_port_token1] = ACTIONS(2565), + [aux_sym_preferred_authentications_token1] = ACTIONS(2565), + [aux_sym_protocol_token1] = ACTIONS(2565), + [aux_sym_proxy_command_token1] = ACTIONS(2565), + [aux_sym_proxy_jump_token1] = ACTIONS(2565), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2565), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2565), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2565), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2565), + [aux_sym_rekey_limit_token1] = ACTIONS(2565), + [aux_sym_remote_command_token1] = ACTIONS(2565), + [aux_sym_remote_forward_token1] = ACTIONS(2565), + [aux_sym_request_tty_token1] = ACTIONS(2565), + [aux_sym_required_rsa_size_token1] = ACTIONS(2565), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2565), + [aux_sym_security_key_provider_token1] = ACTIONS(2565), + [aux_sym_send_env_token1] = ACTIONS(2565), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2565), + [aux_sym_server_alive_interval_token1] = ACTIONS(2565), + [aux_sym_session_type_token1] = ACTIONS(2565), + [aux_sym_set_env_token1] = ACTIONS(2565), + [aux_sym_stdin_null_token1] = ACTIONS(2565), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2565), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2565), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2565), + [aux_sym_syslog_facility_token1] = ACTIONS(2565), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2565), + [aux_sym_keep_alive_token1] = ACTIONS(2565), + [aux_sym_tunnel_token1] = ACTIONS(2567), + [aux_sym_tunnel_device_token1] = ACTIONS(2565), + [aux_sym_update_host_keys_token1] = ACTIONS(2565), + [aux_sym_use_keychain_token1] = ACTIONS(2565), + [aux_sym_use_roaming_token1] = ACTIONS(2565), + [aux_sym_user_token1] = ACTIONS(2567), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2565), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2565), + [aux_sym_visual_host_key_token1] = ACTIONS(2565), + [aux_sym_xauth_location_token1] = ACTIONS(2565), }, [362] = { - [ts_builtin_sym_end] = ACTIONS(2564), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2566), - [anon_sym_DQUOTE] = ACTIONS(2564), - [aux_sym_match_token1] = ACTIONS(2564), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2564), - [aux_sym_address_family_token1] = ACTIONS(2564), - [aux_sym_batch_mode_token1] = ACTIONS(2564), - [aux_sym_bind_address_token1] = ACTIONS(2564), - [aux_sym_bind_interface_token1] = ACTIONS(2564), - [aux_sym_canonical_domains_token1] = ACTIONS(2564), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2564), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2564), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2564), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2564), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2564), - [aux_sym_certificate_file_token1] = ACTIONS(2564), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2564), - [aux_sym_check_host_ip_token1] = ACTIONS(2564), - [aux_sym_ciphers_token1] = ACTIONS(2564), - [aux_sym_cipher_token1] = ACTIONS(2566), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2564), - [aux_sym_compression_token1] = ACTIONS(2564), - [aux_sym_connection_attempts_token1] = ACTIONS(2564), - [aux_sym_connect_timeout_token1] = ACTIONS(2564), - [aux_sym_control_master_token1] = ACTIONS(2564), - [aux_sym_control_path_token1] = ACTIONS(2564), - [aux_sym_control_persist_token1] = ACTIONS(2564), - [aux_sym_dynamic_forward_token1] = ACTIONS(2564), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2564), - [aux_sym_escape_char_token1] = ACTIONS(2564), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2564), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2564), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2564), - [aux_sym_forward_agent_token1] = ACTIONS(2564), - [aux_sym_forward_x11_token1] = ACTIONS(2566), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2564), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2564), - [aux_sym_gateway_ports_token1] = ACTIONS(2564), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2564), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2564), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2564), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2564), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2564), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2564), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2564), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2564), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2564), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2564), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2564), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2564), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2564), - [aux_sym_host_key_alias_token1] = ACTIONS(2564), - [aux_sym_hostname_token1] = ACTIONS(2564), - [aux_sym_identities_only_token1] = ACTIONS(2564), - [aux_sym_identity_agent_token1] = ACTIONS(2564), - [aux_sym_identity_file_token1] = ACTIONS(2564), - [aux_sym_ignore_unknown_token1] = ACTIONS(2564), - [aux_sym_include_token1] = ACTIONS(2564), - [aux_sym_ip_qos_token1] = ACTIONS(2564), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2564), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2564), - [aux_sym_kex_algorithms_token1] = ACTIONS(2564), - [aux_sym_known_hosts_command_token1] = ACTIONS(2564), - [aux_sym_local_command_token1] = ACTIONS(2564), - [aux_sym_local_forward_token1] = ACTIONS(2564), - [aux_sym_log_level_token1] = ACTIONS(2564), - [aux_sym_log_verbose_token1] = ACTIONS(2564), - [aux_sym_macs_token1] = ACTIONS(2564), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2564), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2564), - [aux_sym_password_authentication_token1] = ACTIONS(2564), - [aux_sym_permit_local_command_token1] = ACTIONS(2564), - [aux_sym_permit_remote_open_token1] = ACTIONS(2564), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2564), - [aux_sym_port_token1] = ACTIONS(2564), - [aux_sym_preferred_authentications_token1] = ACTIONS(2564), - [aux_sym_protocol_token1] = ACTIONS(2564), - [aux_sym_proxy_command_token1] = ACTIONS(2564), - [aux_sym_proxy_jump_token1] = ACTIONS(2564), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2564), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2564), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2564), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2564), - [aux_sym_rekey_limit_token1] = ACTIONS(2564), - [aux_sym_remote_command_token1] = ACTIONS(2564), - [aux_sym_remote_forward_token1] = ACTIONS(2564), - [aux_sym_request_tty_token1] = ACTIONS(2564), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2564), - [aux_sym_security_key_provider_token1] = ACTIONS(2564), - [aux_sym_send_env_token1] = ACTIONS(2564), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2564), - [aux_sym_server_alive_interval_token1] = ACTIONS(2564), - [aux_sym_session_type_token1] = ACTIONS(2564), - [aux_sym_set_env_token1] = ACTIONS(2564), - [aux_sym_stdin_null_token1] = ACTIONS(2564), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2564), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2564), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2564), - [aux_sym_syslog_facility_token1] = ACTIONS(2564), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2564), - [aux_sym_keep_alive_token1] = ACTIONS(2564), - [aux_sym_tunnel_token1] = ACTIONS(2566), - [aux_sym_tunnel_device_token1] = ACTIONS(2564), - [aux_sym_update_host_keys_token1] = ACTIONS(2564), - [aux_sym_use_keychain_token1] = ACTIONS(2564), - [aux_sym_use_roaming_token1] = ACTIONS(2564), - [aux_sym_user_token1] = ACTIONS(2566), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2564), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2564), - [aux_sym_visual_host_key_token1] = ACTIONS(2564), - [aux_sym_xauth_location_token1] = ACTIONS(2564), + [ts_builtin_sym_end] = ACTIONS(2569), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2571), + [anon_sym_DQUOTE] = ACTIONS(2573), + [aux_sym_match_token1] = ACTIONS(2569), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2569), + [aux_sym_address_family_token1] = ACTIONS(2569), + [aux_sym_batch_mode_token1] = ACTIONS(2569), + [aux_sym_bind_address_token1] = ACTIONS(2569), + [aux_sym_bind_interface_token1] = ACTIONS(2569), + [aux_sym_canonical_domains_token1] = ACTIONS(2569), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2569), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2569), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2569), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2569), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2569), + [aux_sym_certificate_file_token1] = ACTIONS(2569), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2569), + [aux_sym_check_host_ip_token1] = ACTIONS(2569), + [aux_sym_ciphers_token1] = ACTIONS(2569), + [aux_sym_cipher_token1] = ACTIONS(2571), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2569), + [aux_sym_compression_token1] = ACTIONS(2569), + [aux_sym_connection_attempts_token1] = ACTIONS(2569), + [aux_sym_connect_timeout_token1] = ACTIONS(2569), + [aux_sym_control_master_token1] = ACTIONS(2569), + [aux_sym_control_path_token1] = ACTIONS(2569), + [aux_sym_control_persist_token1] = ACTIONS(2569), + [aux_sym_dynamic_forward_token1] = ACTIONS(2569), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2569), + [aux_sym_escape_char_token1] = ACTIONS(2569), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2569), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2569), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2569), + [aux_sym_forward_agent_token1] = ACTIONS(2569), + [aux_sym_forward_x11_token1] = ACTIONS(2571), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2569), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2569), + [aux_sym_gateway_ports_token1] = ACTIONS(2569), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2569), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2569), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2569), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2569), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2569), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2569), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2569), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2569), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2569), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2569), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2569), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2569), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2569), + [aux_sym_host_key_alias_token1] = ACTIONS(2569), + [aux_sym_hostname_token1] = ACTIONS(2569), + [aux_sym_identities_only_token1] = ACTIONS(2569), + [aux_sym_identity_agent_token1] = ACTIONS(2569), + [aux_sym_identity_file_token1] = ACTIONS(2569), + [aux_sym_ignore_unknown_token1] = ACTIONS(2569), + [aux_sym_include_token1] = ACTIONS(2569), + [aux_sym_ip_qos_token1] = ACTIONS(2569), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2569), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2569), + [aux_sym_kex_algorithms_token1] = ACTIONS(2569), + [aux_sym_known_hosts_command_token1] = ACTIONS(2569), + [aux_sym_local_command_token1] = ACTIONS(2569), + [aux_sym_local_forward_token1] = ACTIONS(2569), + [aux_sym_log_level_token1] = ACTIONS(2569), + [aux_sym_log_verbose_token1] = ACTIONS(2569), + [aux_sym_macs_token1] = ACTIONS(2569), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2569), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2569), + [aux_sym_password_authentication_token1] = ACTIONS(2569), + [aux_sym_permit_local_command_token1] = ACTIONS(2569), + [aux_sym_permit_remote_open_token1] = ACTIONS(2569), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2569), + [aux_sym_port_token1] = ACTIONS(2569), + [aux_sym_preferred_authentications_token1] = ACTIONS(2569), + [aux_sym_protocol_token1] = ACTIONS(2569), + [aux_sym_proxy_command_token1] = ACTIONS(2569), + [aux_sym_proxy_jump_token1] = ACTIONS(2569), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2569), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2569), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2569), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2569), + [aux_sym_rekey_limit_token1] = ACTIONS(2569), + [aux_sym_remote_command_token1] = ACTIONS(2569), + [aux_sym_remote_forward_token1] = ACTIONS(2569), + [aux_sym_request_tty_token1] = ACTIONS(2569), + [aux_sym_required_rsa_size_token1] = ACTIONS(2569), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2569), + [aux_sym_security_key_provider_token1] = ACTIONS(2569), + [aux_sym_send_env_token1] = ACTIONS(2569), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2569), + [aux_sym_server_alive_interval_token1] = ACTIONS(2569), + [aux_sym_session_type_token1] = ACTIONS(2569), + [aux_sym_set_env_token1] = ACTIONS(2569), + [aux_sym_stdin_null_token1] = ACTIONS(2569), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2569), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2569), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2569), + [aux_sym_syslog_facility_token1] = ACTIONS(2569), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2569), + [aux_sym_keep_alive_token1] = ACTIONS(2569), + [aux_sym_tunnel_token1] = ACTIONS(2571), + [aux_sym_tunnel_device_token1] = ACTIONS(2569), + [aux_sym_update_host_keys_token1] = ACTIONS(2569), + [aux_sym_use_keychain_token1] = ACTIONS(2569), + [aux_sym_use_roaming_token1] = ACTIONS(2569), + [aux_sym_user_token1] = ACTIONS(2571), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2569), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2569), + [aux_sym_visual_host_key_token1] = ACTIONS(2569), + [aux_sym_xauth_location_token1] = ACTIONS(2569), }, [363] = { - [ts_builtin_sym_end] = ACTIONS(2568), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2570), - [anon_sym_DQUOTE] = ACTIONS(2568), - [aux_sym_match_token1] = ACTIONS(2568), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2568), - [aux_sym_address_family_token1] = ACTIONS(2568), - [aux_sym_batch_mode_token1] = ACTIONS(2568), - [aux_sym_bind_address_token1] = ACTIONS(2568), - [aux_sym_bind_interface_token1] = ACTIONS(2568), - [aux_sym_canonical_domains_token1] = ACTIONS(2568), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2568), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2568), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2568), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2568), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2568), - [aux_sym_certificate_file_token1] = ACTIONS(2568), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2568), - [aux_sym_check_host_ip_token1] = ACTIONS(2568), - [aux_sym_ciphers_token1] = ACTIONS(2568), - [aux_sym_cipher_token1] = ACTIONS(2570), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2568), - [aux_sym_compression_token1] = ACTIONS(2568), - [aux_sym_connection_attempts_token1] = ACTIONS(2568), - [aux_sym_connect_timeout_token1] = ACTIONS(2568), - [aux_sym_control_master_token1] = ACTIONS(2568), - [aux_sym_control_path_token1] = ACTIONS(2568), - [aux_sym_control_persist_token1] = ACTIONS(2568), - [aux_sym_dynamic_forward_token1] = ACTIONS(2568), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2568), - [aux_sym_escape_char_token1] = ACTIONS(2568), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2568), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2568), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2568), - [aux_sym_forward_agent_token1] = ACTIONS(2568), - [aux_sym_forward_x11_token1] = ACTIONS(2570), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2568), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2568), - [aux_sym_gateway_ports_token1] = ACTIONS(2568), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2568), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2568), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2568), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2568), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2568), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2568), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2568), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2568), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2568), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2568), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2568), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2568), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2568), - [aux_sym_host_key_alias_token1] = ACTIONS(2568), - [aux_sym_hostname_token1] = ACTIONS(2568), - [aux_sym_identities_only_token1] = ACTIONS(2568), - [aux_sym_identity_agent_token1] = ACTIONS(2568), - [aux_sym_identity_file_token1] = ACTIONS(2568), - [aux_sym_ignore_unknown_token1] = ACTIONS(2568), - [aux_sym_include_token1] = ACTIONS(2568), - [aux_sym_ip_qos_token1] = ACTIONS(2568), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2568), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2568), - [aux_sym_kex_algorithms_token1] = ACTIONS(2568), - [aux_sym_known_hosts_command_token1] = ACTIONS(2568), - [aux_sym_local_command_token1] = ACTIONS(2568), - [aux_sym_local_forward_token1] = ACTIONS(2568), - [aux_sym_log_level_token1] = ACTIONS(2568), - [aux_sym_log_verbose_token1] = ACTIONS(2568), - [aux_sym_macs_token1] = ACTIONS(2568), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2568), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2568), - [aux_sym_password_authentication_token1] = ACTIONS(2568), - [aux_sym_permit_local_command_token1] = ACTIONS(2568), - [aux_sym_permit_remote_open_token1] = ACTIONS(2568), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2568), - [aux_sym_port_token1] = ACTIONS(2568), - [aux_sym_preferred_authentications_token1] = ACTIONS(2568), - [aux_sym_protocol_token1] = ACTIONS(2568), - [aux_sym_proxy_command_token1] = ACTIONS(2568), - [aux_sym_proxy_jump_token1] = ACTIONS(2568), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2568), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2568), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2568), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2568), - [aux_sym_rekey_limit_token1] = ACTIONS(2568), - [aux_sym_remote_command_token1] = ACTIONS(2568), - [aux_sym_remote_forward_token1] = ACTIONS(2568), - [aux_sym_request_tty_token1] = ACTIONS(2568), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2568), - [aux_sym_security_key_provider_token1] = ACTIONS(2568), - [aux_sym_send_env_token1] = ACTIONS(2568), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2568), - [aux_sym_server_alive_interval_token1] = ACTIONS(2568), - [aux_sym_session_type_token1] = ACTIONS(2568), - [aux_sym_set_env_token1] = ACTIONS(2568), - [aux_sym_stdin_null_token1] = ACTIONS(2568), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2568), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2568), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2568), - [aux_sym_syslog_facility_token1] = ACTIONS(2568), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2568), - [aux_sym_keep_alive_token1] = ACTIONS(2568), - [aux_sym_tunnel_token1] = ACTIONS(2570), - [aux_sym_tunnel_device_token1] = ACTIONS(2568), - [aux_sym_update_host_keys_token1] = ACTIONS(2568), - [aux_sym_use_keychain_token1] = ACTIONS(2568), - [aux_sym_use_roaming_token1] = ACTIONS(2568), - [aux_sym_user_token1] = ACTIONS(2570), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2568), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2568), - [aux_sym_visual_host_key_token1] = ACTIONS(2568), - [aux_sym_xauth_location_token1] = ACTIONS(2568), + [ts_builtin_sym_end] = ACTIONS(2575), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2577), + [anon_sym_DQUOTE] = ACTIONS(2579), + [aux_sym_match_token1] = ACTIONS(2575), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2575), + [aux_sym_address_family_token1] = ACTIONS(2575), + [aux_sym_batch_mode_token1] = ACTIONS(2575), + [aux_sym_bind_address_token1] = ACTIONS(2575), + [aux_sym_bind_interface_token1] = ACTIONS(2575), + [aux_sym_canonical_domains_token1] = ACTIONS(2575), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2575), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2575), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2575), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2575), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2575), + [aux_sym_certificate_file_token1] = ACTIONS(2575), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2575), + [aux_sym_check_host_ip_token1] = ACTIONS(2575), + [aux_sym_ciphers_token1] = ACTIONS(2575), + [aux_sym_cipher_token1] = ACTIONS(2577), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2575), + [aux_sym_compression_token1] = ACTIONS(2575), + [aux_sym_connection_attempts_token1] = ACTIONS(2575), + [aux_sym_connect_timeout_token1] = ACTIONS(2575), + [aux_sym_control_master_token1] = ACTIONS(2575), + [aux_sym_control_path_token1] = ACTIONS(2575), + [aux_sym_control_persist_token1] = ACTIONS(2575), + [aux_sym_dynamic_forward_token1] = ACTIONS(2575), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2575), + [aux_sym_escape_char_token1] = ACTIONS(2575), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2575), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2575), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2575), + [aux_sym_forward_agent_token1] = ACTIONS(2575), + [aux_sym_forward_x11_token1] = ACTIONS(2577), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2575), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2575), + [aux_sym_gateway_ports_token1] = ACTIONS(2575), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2575), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2575), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2575), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2575), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2575), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2575), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2575), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2575), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2575), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2575), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2575), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2575), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2575), + [aux_sym_host_key_alias_token1] = ACTIONS(2575), + [aux_sym_hostname_token1] = ACTIONS(2575), + [aux_sym_identities_only_token1] = ACTIONS(2575), + [aux_sym_identity_agent_token1] = ACTIONS(2575), + [aux_sym_identity_file_token1] = ACTIONS(2575), + [aux_sym_ignore_unknown_token1] = ACTIONS(2575), + [aux_sym_include_token1] = ACTIONS(2575), + [aux_sym_ip_qos_token1] = ACTIONS(2575), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2575), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2575), + [aux_sym_kex_algorithms_token1] = ACTIONS(2575), + [aux_sym_known_hosts_command_token1] = ACTIONS(2575), + [aux_sym_local_command_token1] = ACTIONS(2575), + [aux_sym_local_forward_token1] = ACTIONS(2575), + [aux_sym_log_level_token1] = ACTIONS(2575), + [aux_sym_log_verbose_token1] = ACTIONS(2575), + [aux_sym_macs_token1] = ACTIONS(2575), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2575), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2575), + [aux_sym_password_authentication_token1] = ACTIONS(2575), + [aux_sym_permit_local_command_token1] = ACTIONS(2575), + [aux_sym_permit_remote_open_token1] = ACTIONS(2575), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2575), + [aux_sym_port_token1] = ACTIONS(2575), + [aux_sym_preferred_authentications_token1] = ACTIONS(2575), + [aux_sym_protocol_token1] = ACTIONS(2575), + [aux_sym_proxy_command_token1] = ACTIONS(2575), + [aux_sym_proxy_jump_token1] = ACTIONS(2575), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2575), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2575), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2575), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2575), + [aux_sym_rekey_limit_token1] = ACTIONS(2575), + [aux_sym_remote_command_token1] = ACTIONS(2575), + [aux_sym_remote_forward_token1] = ACTIONS(2575), + [aux_sym_request_tty_token1] = ACTIONS(2575), + [aux_sym_required_rsa_size_token1] = ACTIONS(2575), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2575), + [aux_sym_security_key_provider_token1] = ACTIONS(2575), + [aux_sym_send_env_token1] = ACTIONS(2575), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2575), + [aux_sym_server_alive_interval_token1] = ACTIONS(2575), + [aux_sym_session_type_token1] = ACTIONS(2575), + [aux_sym_set_env_token1] = ACTIONS(2575), + [aux_sym_stdin_null_token1] = ACTIONS(2575), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2575), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2575), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2575), + [aux_sym_syslog_facility_token1] = ACTIONS(2575), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2575), + [aux_sym_keep_alive_token1] = ACTIONS(2575), + [aux_sym_tunnel_token1] = ACTIONS(2577), + [aux_sym_tunnel_device_token1] = ACTIONS(2575), + [aux_sym_update_host_keys_token1] = ACTIONS(2575), + [aux_sym_use_keychain_token1] = ACTIONS(2575), + [aux_sym_use_roaming_token1] = ACTIONS(2575), + [aux_sym_user_token1] = ACTIONS(2577), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2575), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2575), + [aux_sym_visual_host_key_token1] = ACTIONS(2575), + [aux_sym_xauth_location_token1] = ACTIONS(2575), }, [364] = { - [ts_builtin_sym_end] = ACTIONS(2572), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2574), - [anon_sym_DQUOTE] = ACTIONS(2576), - [aux_sym_match_token1] = ACTIONS(2572), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2572), - [aux_sym_address_family_token1] = ACTIONS(2572), - [aux_sym_batch_mode_token1] = ACTIONS(2572), - [aux_sym_bind_address_token1] = ACTIONS(2572), - [aux_sym_bind_interface_token1] = ACTIONS(2572), - [aux_sym_canonical_domains_token1] = ACTIONS(2572), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2572), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2572), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2572), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2572), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2572), - [aux_sym_certificate_file_token1] = ACTIONS(2572), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2572), - [aux_sym_check_host_ip_token1] = ACTIONS(2572), - [aux_sym_ciphers_token1] = ACTIONS(2572), - [aux_sym_cipher_token1] = ACTIONS(2574), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2572), - [aux_sym_compression_token1] = ACTIONS(2572), - [aux_sym_connection_attempts_token1] = ACTIONS(2572), - [aux_sym_connect_timeout_token1] = ACTIONS(2572), - [aux_sym_control_master_token1] = ACTIONS(2572), - [aux_sym_control_path_token1] = ACTIONS(2572), - [aux_sym_control_persist_token1] = ACTIONS(2572), - [aux_sym_dynamic_forward_token1] = ACTIONS(2572), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2572), - [aux_sym_escape_char_token1] = ACTIONS(2572), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2572), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2572), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2572), - [aux_sym_forward_agent_token1] = ACTIONS(2572), - [aux_sym_forward_x11_token1] = ACTIONS(2574), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2572), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2572), - [aux_sym_gateway_ports_token1] = ACTIONS(2572), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2572), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2572), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2572), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2572), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2572), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2572), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2572), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2572), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2572), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2572), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2572), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2572), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2572), - [aux_sym_host_key_alias_token1] = ACTIONS(2572), - [aux_sym_hostname_token1] = ACTIONS(2572), - [aux_sym_identities_only_token1] = ACTIONS(2572), - [aux_sym_identity_agent_token1] = ACTIONS(2572), - [aux_sym_identity_file_token1] = ACTIONS(2572), - [aux_sym_ignore_unknown_token1] = ACTIONS(2572), - [aux_sym_include_token1] = ACTIONS(2572), - [aux_sym_ip_qos_token1] = ACTIONS(2572), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2572), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2572), - [aux_sym_kex_algorithms_token1] = ACTIONS(2572), - [aux_sym_known_hosts_command_token1] = ACTIONS(2572), - [aux_sym_local_command_token1] = ACTIONS(2572), - [aux_sym_local_forward_token1] = ACTIONS(2572), - [aux_sym_log_level_token1] = ACTIONS(2572), - [aux_sym_log_verbose_token1] = ACTIONS(2572), - [aux_sym_macs_token1] = ACTIONS(2572), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2572), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2572), - [aux_sym_password_authentication_token1] = ACTIONS(2572), - [aux_sym_permit_local_command_token1] = ACTIONS(2572), - [aux_sym_permit_remote_open_token1] = ACTIONS(2572), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2572), - [aux_sym_port_token1] = ACTIONS(2572), - [aux_sym_preferred_authentications_token1] = ACTIONS(2572), - [aux_sym_protocol_token1] = ACTIONS(2572), - [aux_sym_proxy_command_token1] = ACTIONS(2572), - [aux_sym_proxy_jump_token1] = ACTIONS(2572), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2572), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2572), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2572), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2572), - [aux_sym_rekey_limit_token1] = ACTIONS(2572), - [aux_sym_remote_command_token1] = ACTIONS(2572), - [aux_sym_remote_forward_token1] = ACTIONS(2572), - [aux_sym_request_tty_token1] = ACTIONS(2572), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2572), - [aux_sym_security_key_provider_token1] = ACTIONS(2572), - [aux_sym_send_env_token1] = ACTIONS(2572), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2572), - [aux_sym_server_alive_interval_token1] = ACTIONS(2572), - [aux_sym_session_type_token1] = ACTIONS(2572), - [aux_sym_set_env_token1] = ACTIONS(2572), - [aux_sym_stdin_null_token1] = ACTIONS(2572), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2572), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2572), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2572), - [aux_sym_syslog_facility_token1] = ACTIONS(2572), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2572), - [aux_sym_keep_alive_token1] = ACTIONS(2572), - [aux_sym_tunnel_token1] = ACTIONS(2574), - [aux_sym_tunnel_device_token1] = ACTIONS(2572), - [aux_sym_update_host_keys_token1] = ACTIONS(2572), - [aux_sym_use_keychain_token1] = ACTIONS(2572), - [aux_sym_use_roaming_token1] = ACTIONS(2572), - [aux_sym_user_token1] = ACTIONS(2574), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2572), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2572), - [aux_sym_visual_host_key_token1] = ACTIONS(2572), - [aux_sym_xauth_location_token1] = ACTIONS(2572), + [ts_builtin_sym_end] = ACTIONS(2581), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2583), + [anon_sym_DQUOTE] = ACTIONS(2581), + [aux_sym_match_token1] = ACTIONS(2581), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2581), + [aux_sym_address_family_token1] = ACTIONS(2581), + [aux_sym_batch_mode_token1] = ACTIONS(2581), + [aux_sym_bind_address_token1] = ACTIONS(2581), + [aux_sym_bind_interface_token1] = ACTIONS(2581), + [aux_sym_canonical_domains_token1] = ACTIONS(2581), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2581), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2581), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2581), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2581), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2581), + [aux_sym_certificate_file_token1] = ACTIONS(2581), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2581), + [aux_sym_check_host_ip_token1] = ACTIONS(2581), + [aux_sym_ciphers_token1] = ACTIONS(2581), + [aux_sym_cipher_token1] = ACTIONS(2583), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2581), + [aux_sym_compression_token1] = ACTIONS(2581), + [aux_sym_connection_attempts_token1] = ACTIONS(2581), + [aux_sym_connect_timeout_token1] = ACTIONS(2581), + [aux_sym_control_master_token1] = ACTIONS(2581), + [aux_sym_control_path_token1] = ACTIONS(2581), + [aux_sym_control_persist_token1] = ACTIONS(2581), + [aux_sym_dynamic_forward_token1] = ACTIONS(2581), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2581), + [aux_sym_escape_char_token1] = ACTIONS(2581), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2581), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2581), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2581), + [aux_sym_forward_agent_token1] = ACTIONS(2581), + [aux_sym_forward_x11_token1] = ACTIONS(2583), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2581), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2581), + [aux_sym_gateway_ports_token1] = ACTIONS(2581), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2581), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2581), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2581), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2581), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2581), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2581), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2581), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2581), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2581), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2581), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2581), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2581), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2581), + [aux_sym_host_key_alias_token1] = ACTIONS(2581), + [aux_sym_hostname_token1] = ACTIONS(2581), + [aux_sym_identities_only_token1] = ACTIONS(2581), + [aux_sym_identity_agent_token1] = ACTIONS(2581), + [aux_sym_identity_file_token1] = ACTIONS(2581), + [aux_sym_ignore_unknown_token1] = ACTIONS(2581), + [aux_sym_include_token1] = ACTIONS(2581), + [aux_sym_ip_qos_token1] = ACTIONS(2581), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2581), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2581), + [aux_sym_kex_algorithms_token1] = ACTIONS(2581), + [aux_sym_known_hosts_command_token1] = ACTIONS(2581), + [aux_sym_local_command_token1] = ACTIONS(2581), + [aux_sym_local_forward_token1] = ACTIONS(2581), + [aux_sym_log_level_token1] = ACTIONS(2581), + [aux_sym_log_verbose_token1] = ACTIONS(2581), + [aux_sym_macs_token1] = ACTIONS(2581), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2581), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2581), + [aux_sym_password_authentication_token1] = ACTIONS(2581), + [aux_sym_permit_local_command_token1] = ACTIONS(2581), + [aux_sym_permit_remote_open_token1] = ACTIONS(2581), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2581), + [aux_sym_port_token1] = ACTIONS(2581), + [aux_sym_preferred_authentications_token1] = ACTIONS(2581), + [aux_sym_protocol_token1] = ACTIONS(2581), + [aux_sym_proxy_command_token1] = ACTIONS(2581), + [aux_sym_proxy_jump_token1] = ACTIONS(2581), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2581), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2581), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2581), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2581), + [aux_sym_rekey_limit_token1] = ACTIONS(2581), + [aux_sym_remote_command_token1] = ACTIONS(2581), + [aux_sym_remote_forward_token1] = ACTIONS(2581), + [aux_sym_request_tty_token1] = ACTIONS(2581), + [aux_sym_required_rsa_size_token1] = ACTIONS(2581), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2581), + [aux_sym_security_key_provider_token1] = ACTIONS(2581), + [aux_sym_send_env_token1] = ACTIONS(2581), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2581), + [aux_sym_server_alive_interval_token1] = ACTIONS(2581), + [aux_sym_session_type_token1] = ACTIONS(2581), + [aux_sym_set_env_token1] = ACTIONS(2581), + [aux_sym_stdin_null_token1] = ACTIONS(2581), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2581), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2581), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2581), + [aux_sym_syslog_facility_token1] = ACTIONS(2581), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2581), + [aux_sym_keep_alive_token1] = ACTIONS(2581), + [aux_sym_tunnel_token1] = ACTIONS(2583), + [aux_sym_tunnel_device_token1] = ACTIONS(2581), + [aux_sym_update_host_keys_token1] = ACTIONS(2581), + [aux_sym_use_keychain_token1] = ACTIONS(2581), + [aux_sym_use_roaming_token1] = ACTIONS(2581), + [aux_sym_user_token1] = ACTIONS(2583), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2581), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2581), + [aux_sym_visual_host_key_token1] = ACTIONS(2581), + [aux_sym_xauth_location_token1] = ACTIONS(2581), }, [365] = { - [ts_builtin_sym_end] = ACTIONS(2578), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2580), - [anon_sym_DQUOTE] = ACTIONS(2582), - [aux_sym_match_token1] = ACTIONS(2578), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2578), - [aux_sym_address_family_token1] = ACTIONS(2578), - [aux_sym_batch_mode_token1] = ACTIONS(2578), - [aux_sym_bind_address_token1] = ACTIONS(2578), - [aux_sym_bind_interface_token1] = ACTIONS(2578), - [aux_sym_canonical_domains_token1] = ACTIONS(2578), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2578), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2578), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2578), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2578), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2578), - [aux_sym_certificate_file_token1] = ACTIONS(2578), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2578), - [aux_sym_check_host_ip_token1] = ACTIONS(2578), - [aux_sym_ciphers_token1] = ACTIONS(2578), - [aux_sym_cipher_token1] = ACTIONS(2580), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2578), - [aux_sym_compression_token1] = ACTIONS(2578), - [aux_sym_connection_attempts_token1] = ACTIONS(2578), - [aux_sym_connect_timeout_token1] = ACTIONS(2578), - [aux_sym_control_master_token1] = ACTIONS(2578), - [aux_sym_control_path_token1] = ACTIONS(2578), - [aux_sym_control_persist_token1] = ACTIONS(2578), - [aux_sym_dynamic_forward_token1] = ACTIONS(2578), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2578), - [aux_sym_escape_char_token1] = ACTIONS(2578), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2578), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2578), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2578), - [aux_sym_forward_agent_token1] = ACTIONS(2578), - [aux_sym_forward_x11_token1] = ACTIONS(2580), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2578), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2578), - [aux_sym_gateway_ports_token1] = ACTIONS(2578), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2578), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2578), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2578), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2578), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2578), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2578), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2578), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2578), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2578), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2578), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2578), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2578), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2578), - [aux_sym_host_key_alias_token1] = ACTIONS(2578), - [aux_sym_hostname_token1] = ACTIONS(2578), - [aux_sym_identities_only_token1] = ACTIONS(2578), - [aux_sym_identity_agent_token1] = ACTIONS(2578), - [aux_sym_identity_file_token1] = ACTIONS(2578), - [aux_sym_ignore_unknown_token1] = ACTIONS(2578), - [aux_sym_include_token1] = ACTIONS(2578), - [aux_sym_ip_qos_token1] = ACTIONS(2578), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2578), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2578), - [aux_sym_kex_algorithms_token1] = ACTIONS(2578), - [aux_sym_known_hosts_command_token1] = ACTIONS(2578), - [aux_sym_local_command_token1] = ACTIONS(2578), - [aux_sym_local_forward_token1] = ACTIONS(2578), - [aux_sym_log_level_token1] = ACTIONS(2578), - [aux_sym_log_verbose_token1] = ACTIONS(2578), - [aux_sym_macs_token1] = ACTIONS(2578), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2578), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2578), - [aux_sym_password_authentication_token1] = ACTIONS(2578), - [aux_sym_permit_local_command_token1] = ACTIONS(2578), - [aux_sym_permit_remote_open_token1] = ACTIONS(2578), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2578), - [aux_sym_port_token1] = ACTIONS(2578), - [aux_sym_preferred_authentications_token1] = ACTIONS(2578), - [aux_sym_protocol_token1] = ACTIONS(2578), - [aux_sym_proxy_command_token1] = ACTIONS(2578), - [aux_sym_proxy_jump_token1] = ACTIONS(2578), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2578), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2578), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2578), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2578), - [aux_sym_rekey_limit_token1] = ACTIONS(2578), - [aux_sym_remote_command_token1] = ACTIONS(2578), - [aux_sym_remote_forward_token1] = ACTIONS(2578), - [aux_sym_request_tty_token1] = ACTIONS(2578), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2578), - [aux_sym_security_key_provider_token1] = ACTIONS(2578), - [aux_sym_send_env_token1] = ACTIONS(2578), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2578), - [aux_sym_server_alive_interval_token1] = ACTIONS(2578), - [aux_sym_session_type_token1] = ACTIONS(2578), - [aux_sym_set_env_token1] = ACTIONS(2578), - [aux_sym_stdin_null_token1] = ACTIONS(2578), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2578), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2578), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2578), - [aux_sym_syslog_facility_token1] = ACTIONS(2578), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2578), - [aux_sym_keep_alive_token1] = ACTIONS(2578), - [aux_sym_tunnel_token1] = ACTIONS(2580), - [aux_sym_tunnel_device_token1] = ACTIONS(2578), - [aux_sym_update_host_keys_token1] = ACTIONS(2578), - [aux_sym_use_keychain_token1] = ACTIONS(2578), - [aux_sym_use_roaming_token1] = ACTIONS(2578), - [aux_sym_user_token1] = ACTIONS(2580), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2578), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2578), - [aux_sym_visual_host_key_token1] = ACTIONS(2578), - [aux_sym_xauth_location_token1] = ACTIONS(2578), + [ts_builtin_sym_end] = ACTIONS(2585), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2587), + [anon_sym_DQUOTE] = ACTIONS(2585), + [aux_sym_match_token1] = ACTIONS(2585), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2585), + [aux_sym_address_family_token1] = ACTIONS(2585), + [aux_sym_batch_mode_token1] = ACTIONS(2585), + [aux_sym_bind_address_token1] = ACTIONS(2585), + [aux_sym_bind_interface_token1] = ACTIONS(2585), + [aux_sym_canonical_domains_token1] = ACTIONS(2585), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2585), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2585), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2585), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2585), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2585), + [aux_sym_certificate_file_token1] = ACTIONS(2585), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2585), + [aux_sym_check_host_ip_token1] = ACTIONS(2585), + [aux_sym_ciphers_token1] = ACTIONS(2585), + [aux_sym_cipher_token1] = ACTIONS(2587), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2585), + [aux_sym_compression_token1] = ACTIONS(2585), + [aux_sym_connection_attempts_token1] = ACTIONS(2585), + [aux_sym_connect_timeout_token1] = ACTIONS(2585), + [aux_sym_control_master_token1] = ACTIONS(2585), + [aux_sym_control_path_token1] = ACTIONS(2585), + [aux_sym_control_persist_token1] = ACTIONS(2585), + [aux_sym_dynamic_forward_token1] = ACTIONS(2585), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2585), + [aux_sym_escape_char_token1] = ACTIONS(2585), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2585), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2585), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2585), + [aux_sym_forward_agent_token1] = ACTIONS(2585), + [aux_sym_forward_x11_token1] = ACTIONS(2587), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2585), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2585), + [aux_sym_gateway_ports_token1] = ACTIONS(2585), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2585), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2585), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2585), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2585), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2585), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2585), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2585), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2585), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2585), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2585), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2585), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2585), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2585), + [aux_sym_host_key_alias_token1] = ACTIONS(2585), + [aux_sym_hostname_token1] = ACTIONS(2585), + [aux_sym_identities_only_token1] = ACTIONS(2585), + [aux_sym_identity_agent_token1] = ACTIONS(2585), + [aux_sym_identity_file_token1] = ACTIONS(2585), + [aux_sym_ignore_unknown_token1] = ACTIONS(2585), + [aux_sym_include_token1] = ACTIONS(2585), + [aux_sym_ip_qos_token1] = ACTIONS(2585), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2585), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2585), + [aux_sym_kex_algorithms_token1] = ACTIONS(2585), + [aux_sym_known_hosts_command_token1] = ACTIONS(2585), + [aux_sym_local_command_token1] = ACTIONS(2585), + [aux_sym_local_forward_token1] = ACTIONS(2585), + [aux_sym_log_level_token1] = ACTIONS(2585), + [aux_sym_log_verbose_token1] = ACTIONS(2585), + [aux_sym_macs_token1] = ACTIONS(2585), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2585), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2585), + [aux_sym_password_authentication_token1] = ACTIONS(2585), + [aux_sym_permit_local_command_token1] = ACTIONS(2585), + [aux_sym_permit_remote_open_token1] = ACTIONS(2585), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2585), + [aux_sym_port_token1] = ACTIONS(2585), + [aux_sym_preferred_authentications_token1] = ACTIONS(2585), + [aux_sym_protocol_token1] = ACTIONS(2585), + [aux_sym_proxy_command_token1] = ACTIONS(2585), + [aux_sym_proxy_jump_token1] = ACTIONS(2585), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2585), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2585), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2585), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2585), + [aux_sym_rekey_limit_token1] = ACTIONS(2585), + [aux_sym_remote_command_token1] = ACTIONS(2585), + [aux_sym_remote_forward_token1] = ACTIONS(2585), + [aux_sym_request_tty_token1] = ACTIONS(2585), + [aux_sym_required_rsa_size_token1] = ACTIONS(2585), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2585), + [aux_sym_security_key_provider_token1] = ACTIONS(2585), + [aux_sym_send_env_token1] = ACTIONS(2585), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2585), + [aux_sym_server_alive_interval_token1] = ACTIONS(2585), + [aux_sym_session_type_token1] = ACTIONS(2585), + [aux_sym_set_env_token1] = ACTIONS(2585), + [aux_sym_stdin_null_token1] = ACTIONS(2585), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2585), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2585), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2585), + [aux_sym_syslog_facility_token1] = ACTIONS(2585), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2585), + [aux_sym_keep_alive_token1] = ACTIONS(2585), + [aux_sym_tunnel_token1] = ACTIONS(2587), + [aux_sym_tunnel_device_token1] = ACTIONS(2585), + [aux_sym_update_host_keys_token1] = ACTIONS(2585), + [aux_sym_use_keychain_token1] = ACTIONS(2585), + [aux_sym_use_roaming_token1] = ACTIONS(2585), + [aux_sym_user_token1] = ACTIONS(2587), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2585), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2585), + [aux_sym_visual_host_key_token1] = ACTIONS(2585), + [aux_sym_xauth_location_token1] = ACTIONS(2585), }, [366] = { - [ts_builtin_sym_end] = ACTIONS(2584), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2586), - [anon_sym_DQUOTE] = ACTIONS(2584), - [aux_sym_match_token1] = ACTIONS(2584), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2584), - [aux_sym_address_family_token1] = ACTIONS(2584), - [aux_sym_batch_mode_token1] = ACTIONS(2584), - [aux_sym_bind_address_token1] = ACTIONS(2584), - [aux_sym_bind_interface_token1] = ACTIONS(2584), - [aux_sym_canonical_domains_token1] = ACTIONS(2584), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2584), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2584), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2584), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2584), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2584), - [aux_sym_certificate_file_token1] = ACTIONS(2584), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2584), - [aux_sym_check_host_ip_token1] = ACTIONS(2584), - [aux_sym_ciphers_token1] = ACTIONS(2584), - [aux_sym_cipher_token1] = ACTIONS(2586), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2584), - [aux_sym_compression_token1] = ACTIONS(2584), - [aux_sym_connection_attempts_token1] = ACTIONS(2584), - [aux_sym_connect_timeout_token1] = ACTIONS(2584), - [aux_sym_control_master_token1] = ACTIONS(2584), - [aux_sym_control_path_token1] = ACTIONS(2584), - [aux_sym_control_persist_token1] = ACTIONS(2584), - [aux_sym_dynamic_forward_token1] = ACTIONS(2584), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2584), - [aux_sym_escape_char_token1] = ACTIONS(2584), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2584), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2584), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2584), - [aux_sym_forward_agent_token1] = ACTIONS(2584), - [aux_sym_forward_x11_token1] = ACTIONS(2586), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2584), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2584), - [aux_sym_gateway_ports_token1] = ACTIONS(2584), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2584), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2584), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2584), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2584), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2584), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2584), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2584), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2584), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2584), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2584), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2584), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2584), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2584), - [aux_sym_host_key_alias_token1] = ACTIONS(2584), - [aux_sym_hostname_token1] = ACTIONS(2584), - [aux_sym_identities_only_token1] = ACTIONS(2584), - [aux_sym_identity_agent_token1] = ACTIONS(2584), - [aux_sym_identity_file_token1] = ACTIONS(2584), - [aux_sym_ignore_unknown_token1] = ACTIONS(2584), - [aux_sym_include_token1] = ACTIONS(2584), - [aux_sym_ip_qos_token1] = ACTIONS(2584), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2584), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2584), - [aux_sym_kex_algorithms_token1] = ACTIONS(2584), - [aux_sym_known_hosts_command_token1] = ACTIONS(2584), - [aux_sym_local_command_token1] = ACTIONS(2584), - [aux_sym_local_forward_token1] = ACTIONS(2584), - [aux_sym_log_level_token1] = ACTIONS(2584), - [aux_sym_log_verbose_token1] = ACTIONS(2584), - [aux_sym_macs_token1] = ACTIONS(2584), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2584), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2584), - [aux_sym_password_authentication_token1] = ACTIONS(2584), - [aux_sym_permit_local_command_token1] = ACTIONS(2584), - [aux_sym_permit_remote_open_token1] = ACTIONS(2584), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2584), - [aux_sym_port_token1] = ACTIONS(2584), - [aux_sym_preferred_authentications_token1] = ACTIONS(2584), - [aux_sym_protocol_token1] = ACTIONS(2584), - [aux_sym_proxy_command_token1] = ACTIONS(2584), - [aux_sym_proxy_jump_token1] = ACTIONS(2584), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2584), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2584), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2584), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2584), - [aux_sym_rekey_limit_token1] = ACTIONS(2584), - [aux_sym_remote_command_token1] = ACTIONS(2584), - [aux_sym_remote_forward_token1] = ACTIONS(2584), - [aux_sym_request_tty_token1] = ACTIONS(2584), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2584), - [aux_sym_security_key_provider_token1] = ACTIONS(2584), - [aux_sym_send_env_token1] = ACTIONS(2584), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2584), - [aux_sym_server_alive_interval_token1] = ACTIONS(2584), - [aux_sym_session_type_token1] = ACTIONS(2584), - [aux_sym_set_env_token1] = ACTIONS(2584), - [aux_sym_stdin_null_token1] = ACTIONS(2584), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2584), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2584), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2584), - [aux_sym_syslog_facility_token1] = ACTIONS(2584), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2584), - [aux_sym_keep_alive_token1] = ACTIONS(2584), - [aux_sym_tunnel_token1] = ACTIONS(2586), - [aux_sym_tunnel_device_token1] = ACTIONS(2584), - [aux_sym_update_host_keys_token1] = ACTIONS(2584), - [aux_sym_use_keychain_token1] = ACTIONS(2584), - [aux_sym_use_roaming_token1] = ACTIONS(2584), - [aux_sym_user_token1] = ACTIONS(2586), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2584), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2584), - [aux_sym_visual_host_key_token1] = ACTIONS(2584), - [aux_sym_xauth_location_token1] = ACTIONS(2584), + [ts_builtin_sym_end] = ACTIONS(2589), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2591), + [anon_sym_DQUOTE] = ACTIONS(2593), + [aux_sym_match_token1] = ACTIONS(2589), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2589), + [aux_sym_address_family_token1] = ACTIONS(2589), + [aux_sym_batch_mode_token1] = ACTIONS(2589), + [aux_sym_bind_address_token1] = ACTIONS(2589), + [aux_sym_bind_interface_token1] = ACTIONS(2589), + [aux_sym_canonical_domains_token1] = ACTIONS(2589), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2589), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2589), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2589), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2589), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2589), + [aux_sym_certificate_file_token1] = ACTIONS(2589), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2589), + [aux_sym_check_host_ip_token1] = ACTIONS(2589), + [aux_sym_ciphers_token1] = ACTIONS(2589), + [aux_sym_cipher_token1] = ACTIONS(2591), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2589), + [aux_sym_compression_token1] = ACTIONS(2589), + [aux_sym_connection_attempts_token1] = ACTIONS(2589), + [aux_sym_connect_timeout_token1] = ACTIONS(2589), + [aux_sym_control_master_token1] = ACTIONS(2589), + [aux_sym_control_path_token1] = ACTIONS(2589), + [aux_sym_control_persist_token1] = ACTIONS(2589), + [aux_sym_dynamic_forward_token1] = ACTIONS(2589), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2589), + [aux_sym_escape_char_token1] = ACTIONS(2589), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2589), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2589), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2589), + [aux_sym_forward_agent_token1] = ACTIONS(2589), + [aux_sym_forward_x11_token1] = ACTIONS(2591), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2589), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2589), + [aux_sym_gateway_ports_token1] = ACTIONS(2589), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2589), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2589), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2589), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2589), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2589), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2589), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2589), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2589), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2589), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2589), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2589), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2589), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2589), + [aux_sym_host_key_alias_token1] = ACTIONS(2589), + [aux_sym_hostname_token1] = ACTIONS(2589), + [aux_sym_identities_only_token1] = ACTIONS(2589), + [aux_sym_identity_agent_token1] = ACTIONS(2589), + [aux_sym_identity_file_token1] = ACTIONS(2589), + [aux_sym_ignore_unknown_token1] = ACTIONS(2589), + [aux_sym_include_token1] = ACTIONS(2589), + [aux_sym_ip_qos_token1] = ACTIONS(2589), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2589), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2589), + [aux_sym_kex_algorithms_token1] = ACTIONS(2589), + [aux_sym_known_hosts_command_token1] = ACTIONS(2589), + [aux_sym_local_command_token1] = ACTIONS(2589), + [aux_sym_local_forward_token1] = ACTIONS(2589), + [aux_sym_log_level_token1] = ACTIONS(2589), + [aux_sym_log_verbose_token1] = ACTIONS(2589), + [aux_sym_macs_token1] = ACTIONS(2589), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2589), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2589), + [aux_sym_password_authentication_token1] = ACTIONS(2589), + [aux_sym_permit_local_command_token1] = ACTIONS(2589), + [aux_sym_permit_remote_open_token1] = ACTIONS(2589), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2589), + [aux_sym_port_token1] = ACTIONS(2589), + [aux_sym_preferred_authentications_token1] = ACTIONS(2589), + [aux_sym_protocol_token1] = ACTIONS(2589), + [aux_sym_proxy_command_token1] = ACTIONS(2589), + [aux_sym_proxy_jump_token1] = ACTIONS(2589), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2589), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2589), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2589), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2589), + [aux_sym_rekey_limit_token1] = ACTIONS(2589), + [aux_sym_remote_command_token1] = ACTIONS(2589), + [aux_sym_remote_forward_token1] = ACTIONS(2589), + [aux_sym_request_tty_token1] = ACTIONS(2589), + [aux_sym_required_rsa_size_token1] = ACTIONS(2589), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2589), + [aux_sym_security_key_provider_token1] = ACTIONS(2589), + [aux_sym_send_env_token1] = ACTIONS(2589), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2589), + [aux_sym_server_alive_interval_token1] = ACTIONS(2589), + [aux_sym_session_type_token1] = ACTIONS(2589), + [aux_sym_set_env_token1] = ACTIONS(2589), + [aux_sym_stdin_null_token1] = ACTIONS(2589), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2589), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2589), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2589), + [aux_sym_syslog_facility_token1] = ACTIONS(2589), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2589), + [aux_sym_keep_alive_token1] = ACTIONS(2589), + [aux_sym_tunnel_token1] = ACTIONS(2591), + [aux_sym_tunnel_device_token1] = ACTIONS(2589), + [aux_sym_update_host_keys_token1] = ACTIONS(2589), + [aux_sym_use_keychain_token1] = ACTIONS(2589), + [aux_sym_use_roaming_token1] = ACTIONS(2589), + [aux_sym_user_token1] = ACTIONS(2591), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2589), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2589), + [aux_sym_visual_host_key_token1] = ACTIONS(2589), + [aux_sym_xauth_location_token1] = ACTIONS(2589), }, [367] = { - [ts_builtin_sym_end] = ACTIONS(2588), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2590), - [anon_sym_DQUOTE] = ACTIONS(2588), - [aux_sym_match_token1] = ACTIONS(2588), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2588), - [aux_sym_address_family_token1] = ACTIONS(2588), - [aux_sym_batch_mode_token1] = ACTIONS(2588), - [aux_sym_bind_address_token1] = ACTIONS(2588), - [aux_sym_bind_interface_token1] = ACTIONS(2588), - [aux_sym_canonical_domains_token1] = ACTIONS(2588), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2588), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2588), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2588), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2588), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2588), - [aux_sym_certificate_file_token1] = ACTIONS(2588), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2588), - [aux_sym_check_host_ip_token1] = ACTIONS(2588), - [aux_sym_ciphers_token1] = ACTIONS(2588), - [aux_sym_cipher_token1] = ACTIONS(2590), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2588), - [aux_sym_compression_token1] = ACTIONS(2588), - [aux_sym_connection_attempts_token1] = ACTIONS(2588), - [aux_sym_connect_timeout_token1] = ACTIONS(2588), - [aux_sym_control_master_token1] = ACTIONS(2588), - [aux_sym_control_path_token1] = ACTIONS(2588), - [aux_sym_control_persist_token1] = ACTIONS(2588), - [aux_sym_dynamic_forward_token1] = ACTIONS(2588), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2588), - [aux_sym_escape_char_token1] = ACTIONS(2588), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2588), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2588), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2588), - [aux_sym_forward_agent_token1] = ACTIONS(2588), - [aux_sym_forward_x11_token1] = ACTIONS(2590), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2588), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2588), - [aux_sym_gateway_ports_token1] = ACTIONS(2588), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2588), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2588), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2588), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2588), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2588), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2588), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2588), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2588), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2588), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2588), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2588), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2588), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2588), - [aux_sym_host_key_alias_token1] = ACTIONS(2588), - [aux_sym_hostname_token1] = ACTIONS(2588), - [aux_sym_identities_only_token1] = ACTIONS(2588), - [aux_sym_identity_agent_token1] = ACTIONS(2588), - [aux_sym_identity_file_token1] = ACTIONS(2588), - [aux_sym_ignore_unknown_token1] = ACTIONS(2588), - [aux_sym_include_token1] = ACTIONS(2588), - [aux_sym_ip_qos_token1] = ACTIONS(2588), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2588), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2588), - [aux_sym_kex_algorithms_token1] = ACTIONS(2588), - [aux_sym_known_hosts_command_token1] = ACTIONS(2588), - [aux_sym_local_command_token1] = ACTIONS(2588), - [aux_sym_local_forward_token1] = ACTIONS(2588), - [aux_sym_log_level_token1] = ACTIONS(2588), - [aux_sym_log_verbose_token1] = ACTIONS(2588), - [aux_sym_macs_token1] = ACTIONS(2588), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2588), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2588), - [aux_sym_password_authentication_token1] = ACTIONS(2588), - [aux_sym_permit_local_command_token1] = ACTIONS(2588), - [aux_sym_permit_remote_open_token1] = ACTIONS(2588), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2588), - [aux_sym_port_token1] = ACTIONS(2588), - [aux_sym_preferred_authentications_token1] = ACTIONS(2588), - [aux_sym_protocol_token1] = ACTIONS(2588), - [aux_sym_proxy_command_token1] = ACTIONS(2588), - [aux_sym_proxy_jump_token1] = ACTIONS(2588), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2588), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2588), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2588), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2588), - [aux_sym_rekey_limit_token1] = ACTIONS(2588), - [aux_sym_remote_command_token1] = ACTIONS(2588), - [aux_sym_remote_forward_token1] = ACTIONS(2588), - [aux_sym_request_tty_token1] = ACTIONS(2588), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2588), - [aux_sym_security_key_provider_token1] = ACTIONS(2588), - [aux_sym_send_env_token1] = ACTIONS(2588), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2588), - [aux_sym_server_alive_interval_token1] = ACTIONS(2588), - [aux_sym_session_type_token1] = ACTIONS(2588), - [aux_sym_set_env_token1] = ACTIONS(2588), - [aux_sym_stdin_null_token1] = ACTIONS(2588), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2588), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2588), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2588), - [aux_sym_syslog_facility_token1] = ACTIONS(2588), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2588), - [aux_sym_keep_alive_token1] = ACTIONS(2588), - [aux_sym_tunnel_token1] = ACTIONS(2590), - [aux_sym_tunnel_device_token1] = ACTIONS(2588), - [aux_sym_update_host_keys_token1] = ACTIONS(2588), - [aux_sym_use_keychain_token1] = ACTIONS(2588), - [aux_sym_use_roaming_token1] = ACTIONS(2588), - [aux_sym_user_token1] = ACTIONS(2590), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2588), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2588), - [aux_sym_visual_host_key_token1] = ACTIONS(2588), - [aux_sym_xauth_location_token1] = ACTIONS(2588), + [ts_builtin_sym_end] = ACTIONS(2595), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2599), + [aux_sym_match_token1] = ACTIONS(2595), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2595), + [aux_sym_address_family_token1] = ACTIONS(2595), + [aux_sym_batch_mode_token1] = ACTIONS(2595), + [aux_sym_bind_address_token1] = ACTIONS(2595), + [aux_sym_bind_interface_token1] = ACTIONS(2595), + [aux_sym_canonical_domains_token1] = ACTIONS(2595), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2595), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2595), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2595), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2595), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2595), + [aux_sym_certificate_file_token1] = ACTIONS(2595), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2595), + [aux_sym_check_host_ip_token1] = ACTIONS(2595), + [aux_sym_ciphers_token1] = ACTIONS(2595), + [aux_sym_cipher_token1] = ACTIONS(2597), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2595), + [aux_sym_compression_token1] = ACTIONS(2595), + [aux_sym_connection_attempts_token1] = ACTIONS(2595), + [aux_sym_connect_timeout_token1] = ACTIONS(2595), + [aux_sym_control_master_token1] = ACTIONS(2595), + [aux_sym_control_path_token1] = ACTIONS(2595), + [aux_sym_control_persist_token1] = ACTIONS(2595), + [aux_sym_dynamic_forward_token1] = ACTIONS(2595), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2595), + [aux_sym_escape_char_token1] = ACTIONS(2595), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2595), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2595), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2595), + [aux_sym_forward_agent_token1] = ACTIONS(2595), + [aux_sym_forward_x11_token1] = ACTIONS(2597), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2595), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2595), + [aux_sym_gateway_ports_token1] = ACTIONS(2595), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2595), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2595), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2595), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2595), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2595), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2595), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2595), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2595), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2595), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2595), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2595), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2595), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2595), + [aux_sym_host_key_alias_token1] = ACTIONS(2595), + [aux_sym_hostname_token1] = ACTIONS(2595), + [aux_sym_identities_only_token1] = ACTIONS(2595), + [aux_sym_identity_agent_token1] = ACTIONS(2595), + [aux_sym_identity_file_token1] = ACTIONS(2595), + [aux_sym_ignore_unknown_token1] = ACTIONS(2595), + [aux_sym_include_token1] = ACTIONS(2595), + [aux_sym_ip_qos_token1] = ACTIONS(2595), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2595), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2595), + [aux_sym_kex_algorithms_token1] = ACTIONS(2595), + [aux_sym_known_hosts_command_token1] = ACTIONS(2595), + [aux_sym_local_command_token1] = ACTIONS(2595), + [aux_sym_local_forward_token1] = ACTIONS(2595), + [aux_sym_log_level_token1] = ACTIONS(2595), + [aux_sym_log_verbose_token1] = ACTIONS(2595), + [aux_sym_macs_token1] = ACTIONS(2595), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2595), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2595), + [aux_sym_password_authentication_token1] = ACTIONS(2595), + [aux_sym_permit_local_command_token1] = ACTIONS(2595), + [aux_sym_permit_remote_open_token1] = ACTIONS(2595), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2595), + [aux_sym_port_token1] = ACTIONS(2595), + [aux_sym_preferred_authentications_token1] = ACTIONS(2595), + [aux_sym_protocol_token1] = ACTIONS(2595), + [aux_sym_proxy_command_token1] = ACTIONS(2595), + [aux_sym_proxy_jump_token1] = ACTIONS(2595), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2595), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2595), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2595), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2595), + [aux_sym_rekey_limit_token1] = ACTIONS(2595), + [aux_sym_remote_command_token1] = ACTIONS(2595), + [aux_sym_remote_forward_token1] = ACTIONS(2595), + [aux_sym_request_tty_token1] = ACTIONS(2595), + [aux_sym_required_rsa_size_token1] = ACTIONS(2595), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2595), + [aux_sym_security_key_provider_token1] = ACTIONS(2595), + [aux_sym_send_env_token1] = ACTIONS(2595), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2595), + [aux_sym_server_alive_interval_token1] = ACTIONS(2595), + [aux_sym_session_type_token1] = ACTIONS(2595), + [aux_sym_set_env_token1] = ACTIONS(2595), + [aux_sym_stdin_null_token1] = ACTIONS(2595), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2595), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2595), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2595), + [aux_sym_syslog_facility_token1] = ACTIONS(2595), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2595), + [aux_sym_keep_alive_token1] = ACTIONS(2595), + [aux_sym_tunnel_token1] = ACTIONS(2597), + [aux_sym_tunnel_device_token1] = ACTIONS(2595), + [aux_sym_update_host_keys_token1] = ACTIONS(2595), + [aux_sym_use_keychain_token1] = ACTIONS(2595), + [aux_sym_use_roaming_token1] = ACTIONS(2595), + [aux_sym_user_token1] = ACTIONS(2597), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2595), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2595), + [aux_sym_visual_host_key_token1] = ACTIONS(2595), + [aux_sym_xauth_location_token1] = ACTIONS(2595), }, [368] = { - [ts_builtin_sym_end] = ACTIONS(2592), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2594), - [anon_sym_DQUOTE] = ACTIONS(2596), - [aux_sym_match_token1] = ACTIONS(2592), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2592), - [aux_sym_address_family_token1] = ACTIONS(2592), - [aux_sym_batch_mode_token1] = ACTIONS(2592), - [aux_sym_bind_address_token1] = ACTIONS(2592), - [aux_sym_bind_interface_token1] = ACTIONS(2592), - [aux_sym_canonical_domains_token1] = ACTIONS(2592), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2592), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2592), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2592), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2592), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2592), - [aux_sym_certificate_file_token1] = ACTIONS(2592), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2592), - [aux_sym_check_host_ip_token1] = ACTIONS(2592), - [aux_sym_ciphers_token1] = ACTIONS(2592), - [aux_sym_cipher_token1] = ACTIONS(2594), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2592), - [aux_sym_compression_token1] = ACTIONS(2592), - [aux_sym_connection_attempts_token1] = ACTIONS(2592), - [aux_sym_connect_timeout_token1] = ACTIONS(2592), - [aux_sym_control_master_token1] = ACTIONS(2592), - [aux_sym_control_path_token1] = ACTIONS(2592), - [aux_sym_control_persist_token1] = ACTIONS(2592), - [aux_sym_dynamic_forward_token1] = ACTIONS(2592), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2592), - [aux_sym_escape_char_token1] = ACTIONS(2592), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2592), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2592), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2592), - [aux_sym_forward_agent_token1] = ACTIONS(2592), - [aux_sym_forward_x11_token1] = ACTIONS(2594), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2592), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2592), - [aux_sym_gateway_ports_token1] = ACTIONS(2592), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2592), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2592), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2592), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2592), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2592), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2592), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2592), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2592), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2592), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2592), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2592), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2592), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2592), - [aux_sym_host_key_alias_token1] = ACTIONS(2592), - [aux_sym_hostname_token1] = ACTIONS(2592), - [aux_sym_identities_only_token1] = ACTIONS(2592), - [aux_sym_identity_agent_token1] = ACTIONS(2592), - [aux_sym_identity_file_token1] = ACTIONS(2592), - [aux_sym_ignore_unknown_token1] = ACTIONS(2592), - [aux_sym_include_token1] = ACTIONS(2592), - [aux_sym_ip_qos_token1] = ACTIONS(2592), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2592), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2592), - [aux_sym_kex_algorithms_token1] = ACTIONS(2592), - [aux_sym_known_hosts_command_token1] = ACTIONS(2592), - [aux_sym_local_command_token1] = ACTIONS(2592), - [aux_sym_local_forward_token1] = ACTIONS(2592), - [aux_sym_log_level_token1] = ACTIONS(2592), - [aux_sym_log_verbose_token1] = ACTIONS(2592), - [aux_sym_macs_token1] = ACTIONS(2592), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2592), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2592), - [aux_sym_password_authentication_token1] = ACTIONS(2592), - [aux_sym_permit_local_command_token1] = ACTIONS(2592), - [aux_sym_permit_remote_open_token1] = ACTIONS(2592), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2592), - [aux_sym_port_token1] = ACTIONS(2592), - [aux_sym_preferred_authentications_token1] = ACTIONS(2592), - [aux_sym_protocol_token1] = ACTIONS(2592), - [aux_sym_proxy_command_token1] = ACTIONS(2592), - [aux_sym_proxy_jump_token1] = ACTIONS(2592), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2592), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2592), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2592), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2592), - [aux_sym_rekey_limit_token1] = ACTIONS(2592), - [aux_sym_remote_command_token1] = ACTIONS(2592), - [aux_sym_remote_forward_token1] = ACTIONS(2592), - [aux_sym_request_tty_token1] = ACTIONS(2592), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2592), - [aux_sym_security_key_provider_token1] = ACTIONS(2592), - [aux_sym_send_env_token1] = ACTIONS(2592), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2592), - [aux_sym_server_alive_interval_token1] = ACTIONS(2592), - [aux_sym_session_type_token1] = ACTIONS(2592), - [aux_sym_set_env_token1] = ACTIONS(2592), - [aux_sym_stdin_null_token1] = ACTIONS(2592), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2592), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2592), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2592), - [aux_sym_syslog_facility_token1] = ACTIONS(2592), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2592), - [aux_sym_keep_alive_token1] = ACTIONS(2592), - [aux_sym_tunnel_token1] = ACTIONS(2594), - [aux_sym_tunnel_device_token1] = ACTIONS(2592), - [aux_sym_update_host_keys_token1] = ACTIONS(2592), - [aux_sym_use_keychain_token1] = ACTIONS(2592), - [aux_sym_use_roaming_token1] = ACTIONS(2592), - [aux_sym_user_token1] = ACTIONS(2594), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2592), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2592), - [aux_sym_visual_host_key_token1] = ACTIONS(2592), - [aux_sym_xauth_location_token1] = ACTIONS(2592), + [ts_builtin_sym_end] = ACTIONS(2601), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2603), + [anon_sym_DQUOTE] = ACTIONS(2601), + [aux_sym_match_token1] = ACTIONS(2601), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2601), + [aux_sym_address_family_token1] = ACTIONS(2601), + [aux_sym_batch_mode_token1] = ACTIONS(2601), + [aux_sym_bind_address_token1] = ACTIONS(2601), + [aux_sym_bind_interface_token1] = ACTIONS(2601), + [aux_sym_canonical_domains_token1] = ACTIONS(2601), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2601), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2601), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2601), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2601), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2601), + [aux_sym_certificate_file_token1] = ACTIONS(2601), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2601), + [aux_sym_check_host_ip_token1] = ACTIONS(2601), + [aux_sym_ciphers_token1] = ACTIONS(2601), + [aux_sym_cipher_token1] = ACTIONS(2603), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2601), + [aux_sym_compression_token1] = ACTIONS(2601), + [aux_sym_connection_attempts_token1] = ACTIONS(2601), + [aux_sym_connect_timeout_token1] = ACTIONS(2601), + [aux_sym_control_master_token1] = ACTIONS(2601), + [aux_sym_control_path_token1] = ACTIONS(2601), + [aux_sym_control_persist_token1] = ACTIONS(2601), + [aux_sym_dynamic_forward_token1] = ACTIONS(2601), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2601), + [aux_sym_escape_char_token1] = ACTIONS(2601), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2601), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2601), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2601), + [aux_sym_forward_agent_token1] = ACTIONS(2601), + [aux_sym_forward_x11_token1] = ACTIONS(2603), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2601), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2601), + [aux_sym_gateway_ports_token1] = ACTIONS(2601), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2601), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2601), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2601), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2601), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2601), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2601), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2601), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2601), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2601), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2601), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2601), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2601), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2601), + [aux_sym_host_key_alias_token1] = ACTIONS(2601), + [aux_sym_hostname_token1] = ACTIONS(2601), + [aux_sym_identities_only_token1] = ACTIONS(2601), + [aux_sym_identity_agent_token1] = ACTIONS(2601), + [aux_sym_identity_file_token1] = ACTIONS(2601), + [aux_sym_ignore_unknown_token1] = ACTIONS(2601), + [aux_sym_include_token1] = ACTIONS(2601), + [aux_sym_ip_qos_token1] = ACTIONS(2601), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2601), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2601), + [aux_sym_kex_algorithms_token1] = ACTIONS(2601), + [aux_sym_known_hosts_command_token1] = ACTIONS(2601), + [aux_sym_local_command_token1] = ACTIONS(2601), + [aux_sym_local_forward_token1] = ACTIONS(2601), + [aux_sym_log_level_token1] = ACTIONS(2601), + [aux_sym_log_verbose_token1] = ACTIONS(2601), + [aux_sym_macs_token1] = ACTIONS(2601), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2601), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2601), + [aux_sym_password_authentication_token1] = ACTIONS(2601), + [aux_sym_permit_local_command_token1] = ACTIONS(2601), + [aux_sym_permit_remote_open_token1] = ACTIONS(2601), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2601), + [aux_sym_port_token1] = ACTIONS(2601), + [aux_sym_preferred_authentications_token1] = ACTIONS(2601), + [aux_sym_protocol_token1] = ACTIONS(2601), + [aux_sym_proxy_command_token1] = ACTIONS(2601), + [aux_sym_proxy_jump_token1] = ACTIONS(2601), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2601), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2601), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2601), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2601), + [aux_sym_rekey_limit_token1] = ACTIONS(2601), + [aux_sym_remote_command_token1] = ACTIONS(2601), + [aux_sym_remote_forward_token1] = ACTIONS(2601), + [aux_sym_request_tty_token1] = ACTIONS(2601), + [aux_sym_required_rsa_size_token1] = ACTIONS(2601), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2601), + [aux_sym_security_key_provider_token1] = ACTIONS(2601), + [aux_sym_send_env_token1] = ACTIONS(2601), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2601), + [aux_sym_server_alive_interval_token1] = ACTIONS(2601), + [aux_sym_session_type_token1] = ACTIONS(2601), + [aux_sym_set_env_token1] = ACTIONS(2601), + [aux_sym_stdin_null_token1] = ACTIONS(2601), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2601), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2601), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2601), + [aux_sym_syslog_facility_token1] = ACTIONS(2601), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2601), + [aux_sym_keep_alive_token1] = ACTIONS(2601), + [aux_sym_tunnel_token1] = ACTIONS(2603), + [aux_sym_tunnel_device_token1] = ACTIONS(2601), + [aux_sym_update_host_keys_token1] = ACTIONS(2601), + [aux_sym_use_keychain_token1] = ACTIONS(2601), + [aux_sym_use_roaming_token1] = ACTIONS(2601), + [aux_sym_user_token1] = ACTIONS(2603), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2601), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2601), + [aux_sym_visual_host_key_token1] = ACTIONS(2601), + [aux_sym_xauth_location_token1] = ACTIONS(2601), }, [369] = { - [ts_builtin_sym_end] = ACTIONS(2598), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2600), - [anon_sym_DQUOTE] = ACTIONS(2598), - [aux_sym_match_token1] = ACTIONS(2598), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2598), - [aux_sym_address_family_token1] = ACTIONS(2598), - [aux_sym_batch_mode_token1] = ACTIONS(2598), - [aux_sym_bind_address_token1] = ACTIONS(2598), - [aux_sym_bind_interface_token1] = ACTIONS(2598), - [aux_sym_canonical_domains_token1] = ACTIONS(2598), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2598), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2598), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2598), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2598), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2598), - [aux_sym_certificate_file_token1] = ACTIONS(2598), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2598), - [aux_sym_check_host_ip_token1] = ACTIONS(2598), - [aux_sym_ciphers_token1] = ACTIONS(2598), - [aux_sym_cipher_token1] = ACTIONS(2600), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2598), - [aux_sym_compression_token1] = ACTIONS(2598), - [aux_sym_connection_attempts_token1] = ACTIONS(2598), - [aux_sym_connect_timeout_token1] = ACTIONS(2598), - [aux_sym_control_master_token1] = ACTIONS(2598), - [aux_sym_control_path_token1] = ACTIONS(2598), - [aux_sym_control_persist_token1] = ACTIONS(2598), - [aux_sym_dynamic_forward_token1] = ACTIONS(2598), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2598), - [aux_sym_escape_char_token1] = ACTIONS(2598), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2598), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2598), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2598), - [aux_sym_forward_agent_token1] = ACTIONS(2598), - [aux_sym_forward_x11_token1] = ACTIONS(2600), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2598), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2598), - [aux_sym_gateway_ports_token1] = ACTIONS(2598), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2598), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2598), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2598), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2598), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2598), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2598), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2598), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2598), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2598), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2598), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2598), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2598), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2598), - [aux_sym_host_key_alias_token1] = ACTIONS(2598), - [aux_sym_hostname_token1] = ACTIONS(2598), - [aux_sym_identities_only_token1] = ACTIONS(2598), - [aux_sym_identity_agent_token1] = ACTIONS(2598), - [aux_sym_identity_file_token1] = ACTIONS(2598), - [aux_sym_ignore_unknown_token1] = ACTIONS(2598), - [aux_sym_include_token1] = ACTIONS(2598), - [aux_sym_ip_qos_token1] = ACTIONS(2598), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2598), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2598), - [aux_sym_kex_algorithms_token1] = ACTIONS(2598), - [aux_sym_known_hosts_command_token1] = ACTIONS(2598), - [aux_sym_local_command_token1] = ACTIONS(2598), - [aux_sym_local_forward_token1] = ACTIONS(2598), - [aux_sym_log_level_token1] = ACTIONS(2598), - [aux_sym_log_verbose_token1] = ACTIONS(2598), - [aux_sym_macs_token1] = ACTIONS(2598), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2598), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2598), - [aux_sym_password_authentication_token1] = ACTIONS(2598), - [aux_sym_permit_local_command_token1] = ACTIONS(2598), - [aux_sym_permit_remote_open_token1] = ACTIONS(2598), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2598), - [aux_sym_port_token1] = ACTIONS(2598), - [aux_sym_preferred_authentications_token1] = ACTIONS(2598), - [aux_sym_protocol_token1] = ACTIONS(2598), - [aux_sym_proxy_command_token1] = ACTIONS(2598), - [aux_sym_proxy_jump_token1] = ACTIONS(2598), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2598), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2598), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2598), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2598), - [aux_sym_rekey_limit_token1] = ACTIONS(2598), - [aux_sym_remote_command_token1] = ACTIONS(2598), - [aux_sym_remote_forward_token1] = ACTIONS(2598), - [aux_sym_request_tty_token1] = ACTIONS(2598), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2598), - [aux_sym_security_key_provider_token1] = ACTIONS(2598), - [aux_sym_send_env_token1] = ACTIONS(2598), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2598), - [aux_sym_server_alive_interval_token1] = ACTIONS(2598), - [aux_sym_session_type_token1] = ACTIONS(2598), - [aux_sym_set_env_token1] = ACTIONS(2598), - [aux_sym_stdin_null_token1] = ACTIONS(2598), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2598), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2598), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2598), - [aux_sym_syslog_facility_token1] = ACTIONS(2598), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2598), - [aux_sym_keep_alive_token1] = ACTIONS(2598), - [aux_sym_tunnel_token1] = ACTIONS(2600), - [aux_sym_tunnel_device_token1] = ACTIONS(2598), - [aux_sym_update_host_keys_token1] = ACTIONS(2598), - [aux_sym_use_keychain_token1] = ACTIONS(2598), - [aux_sym_use_roaming_token1] = ACTIONS(2598), - [aux_sym_user_token1] = ACTIONS(2600), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2598), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2598), - [aux_sym_visual_host_key_token1] = ACTIONS(2598), - [aux_sym_xauth_location_token1] = ACTIONS(2598), + [ts_builtin_sym_end] = ACTIONS(2605), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2607), + [anon_sym_DQUOTE] = ACTIONS(2605), + [aux_sym_match_token1] = ACTIONS(2605), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2605), + [aux_sym_address_family_token1] = ACTIONS(2605), + [aux_sym_batch_mode_token1] = ACTIONS(2605), + [aux_sym_bind_address_token1] = ACTIONS(2605), + [aux_sym_bind_interface_token1] = ACTIONS(2605), + [aux_sym_canonical_domains_token1] = ACTIONS(2605), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2605), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2605), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2605), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2605), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2605), + [aux_sym_certificate_file_token1] = ACTIONS(2605), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2605), + [aux_sym_check_host_ip_token1] = ACTIONS(2605), + [aux_sym_ciphers_token1] = ACTIONS(2605), + [aux_sym_cipher_token1] = ACTIONS(2607), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2605), + [aux_sym_compression_token1] = ACTIONS(2605), + [aux_sym_connection_attempts_token1] = ACTIONS(2605), + [aux_sym_connect_timeout_token1] = ACTIONS(2605), + [aux_sym_control_master_token1] = ACTIONS(2605), + [aux_sym_control_path_token1] = ACTIONS(2605), + [aux_sym_control_persist_token1] = ACTIONS(2605), + [aux_sym_dynamic_forward_token1] = ACTIONS(2605), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2605), + [aux_sym_escape_char_token1] = ACTIONS(2605), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2605), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2605), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2605), + [aux_sym_forward_agent_token1] = ACTIONS(2605), + [aux_sym_forward_x11_token1] = ACTIONS(2607), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2605), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2605), + [aux_sym_gateway_ports_token1] = ACTIONS(2605), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2605), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2605), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2605), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2605), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2605), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2605), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2605), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2605), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2605), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2605), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2605), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2605), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2605), + [aux_sym_host_key_alias_token1] = ACTIONS(2605), + [aux_sym_hostname_token1] = ACTIONS(2605), + [aux_sym_identities_only_token1] = ACTIONS(2605), + [aux_sym_identity_agent_token1] = ACTIONS(2605), + [aux_sym_identity_file_token1] = ACTIONS(2605), + [aux_sym_ignore_unknown_token1] = ACTIONS(2605), + [aux_sym_include_token1] = ACTIONS(2605), + [aux_sym_ip_qos_token1] = ACTIONS(2605), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2605), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2605), + [aux_sym_kex_algorithms_token1] = ACTIONS(2605), + [aux_sym_known_hosts_command_token1] = ACTIONS(2605), + [aux_sym_local_command_token1] = ACTIONS(2605), + [aux_sym_local_forward_token1] = ACTIONS(2605), + [aux_sym_log_level_token1] = ACTIONS(2605), + [aux_sym_log_verbose_token1] = ACTIONS(2605), + [aux_sym_macs_token1] = ACTIONS(2605), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2605), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2605), + [aux_sym_password_authentication_token1] = ACTIONS(2605), + [aux_sym_permit_local_command_token1] = ACTIONS(2605), + [aux_sym_permit_remote_open_token1] = ACTIONS(2605), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2605), + [aux_sym_port_token1] = ACTIONS(2605), + [aux_sym_preferred_authentications_token1] = ACTIONS(2605), + [aux_sym_protocol_token1] = ACTIONS(2605), + [aux_sym_proxy_command_token1] = ACTIONS(2605), + [aux_sym_proxy_jump_token1] = ACTIONS(2605), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2605), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2605), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2605), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2605), + [aux_sym_rekey_limit_token1] = ACTIONS(2605), + [aux_sym_remote_command_token1] = ACTIONS(2605), + [aux_sym_remote_forward_token1] = ACTIONS(2605), + [aux_sym_request_tty_token1] = ACTIONS(2605), + [aux_sym_required_rsa_size_token1] = ACTIONS(2605), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2605), + [aux_sym_security_key_provider_token1] = ACTIONS(2605), + [aux_sym_send_env_token1] = ACTIONS(2605), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2605), + [aux_sym_server_alive_interval_token1] = ACTIONS(2605), + [aux_sym_session_type_token1] = ACTIONS(2605), + [aux_sym_set_env_token1] = ACTIONS(2605), + [aux_sym_stdin_null_token1] = ACTIONS(2605), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2605), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2605), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2605), + [aux_sym_syslog_facility_token1] = ACTIONS(2605), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2605), + [aux_sym_keep_alive_token1] = ACTIONS(2605), + [aux_sym_tunnel_token1] = ACTIONS(2607), + [aux_sym_tunnel_device_token1] = ACTIONS(2605), + [aux_sym_update_host_keys_token1] = ACTIONS(2605), + [aux_sym_use_keychain_token1] = ACTIONS(2605), + [aux_sym_use_roaming_token1] = ACTIONS(2605), + [aux_sym_user_token1] = ACTIONS(2607), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2605), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2605), + [aux_sym_visual_host_key_token1] = ACTIONS(2605), + [aux_sym_xauth_location_token1] = ACTIONS(2605), }, [370] = { - [ts_builtin_sym_end] = ACTIONS(2602), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2604), - [anon_sym_DQUOTE] = ACTIONS(2606), - [aux_sym_match_token1] = ACTIONS(2602), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2602), - [aux_sym_address_family_token1] = ACTIONS(2602), - [aux_sym_batch_mode_token1] = ACTIONS(2602), - [aux_sym_bind_address_token1] = ACTIONS(2602), - [aux_sym_bind_interface_token1] = ACTIONS(2602), - [aux_sym_canonical_domains_token1] = ACTIONS(2602), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2602), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2602), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2602), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2602), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2602), - [aux_sym_certificate_file_token1] = ACTIONS(2602), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2602), - [aux_sym_check_host_ip_token1] = ACTIONS(2602), - [aux_sym_ciphers_token1] = ACTIONS(2602), - [aux_sym_cipher_token1] = ACTIONS(2604), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2602), - [aux_sym_compression_token1] = ACTIONS(2602), - [aux_sym_connection_attempts_token1] = ACTIONS(2602), - [aux_sym_connect_timeout_token1] = ACTIONS(2602), - [aux_sym_control_master_token1] = ACTIONS(2602), - [aux_sym_control_path_token1] = ACTIONS(2602), - [aux_sym_control_persist_token1] = ACTIONS(2602), - [aux_sym_dynamic_forward_token1] = ACTIONS(2602), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2602), - [aux_sym_escape_char_token1] = ACTIONS(2602), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2602), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2602), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2602), - [aux_sym_forward_agent_token1] = ACTIONS(2602), - [aux_sym_forward_x11_token1] = ACTIONS(2604), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2602), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2602), - [aux_sym_gateway_ports_token1] = ACTIONS(2602), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2602), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2602), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2602), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2602), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2602), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2602), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2602), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2602), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2602), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2602), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2602), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2602), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2602), - [aux_sym_host_key_alias_token1] = ACTIONS(2602), - [aux_sym_hostname_token1] = ACTIONS(2602), - [aux_sym_identities_only_token1] = ACTIONS(2602), - [aux_sym_identity_agent_token1] = ACTIONS(2602), - [aux_sym_identity_file_token1] = ACTIONS(2602), - [aux_sym_ignore_unknown_token1] = ACTIONS(2602), - [aux_sym_include_token1] = ACTIONS(2602), - [aux_sym_ip_qos_token1] = ACTIONS(2602), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2602), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2602), - [aux_sym_kex_algorithms_token1] = ACTIONS(2602), - [aux_sym_known_hosts_command_token1] = ACTIONS(2602), - [aux_sym_local_command_token1] = ACTIONS(2602), - [aux_sym_local_forward_token1] = ACTIONS(2602), - [aux_sym_log_level_token1] = ACTIONS(2602), - [aux_sym_log_verbose_token1] = ACTIONS(2602), - [aux_sym_macs_token1] = ACTIONS(2602), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2602), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2602), - [aux_sym_password_authentication_token1] = ACTIONS(2602), - [aux_sym_permit_local_command_token1] = ACTIONS(2602), - [aux_sym_permit_remote_open_token1] = ACTIONS(2602), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2602), - [aux_sym_port_token1] = ACTIONS(2602), - [aux_sym_preferred_authentications_token1] = ACTIONS(2602), - [aux_sym_protocol_token1] = ACTIONS(2602), - [aux_sym_proxy_command_token1] = ACTIONS(2602), - [aux_sym_proxy_jump_token1] = ACTIONS(2602), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2602), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2602), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2602), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2602), - [aux_sym_rekey_limit_token1] = ACTIONS(2602), - [aux_sym_remote_command_token1] = ACTIONS(2602), - [aux_sym_remote_forward_token1] = ACTIONS(2602), - [aux_sym_request_tty_token1] = ACTIONS(2602), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2602), - [aux_sym_security_key_provider_token1] = ACTIONS(2602), - [aux_sym_send_env_token1] = ACTIONS(2602), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2602), - [aux_sym_server_alive_interval_token1] = ACTIONS(2602), - [aux_sym_session_type_token1] = ACTIONS(2602), - [aux_sym_set_env_token1] = ACTIONS(2602), - [aux_sym_stdin_null_token1] = ACTIONS(2602), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2602), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2602), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2602), - [aux_sym_syslog_facility_token1] = ACTIONS(2602), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2602), - [aux_sym_keep_alive_token1] = ACTIONS(2602), - [aux_sym_tunnel_token1] = ACTIONS(2604), - [aux_sym_tunnel_device_token1] = ACTIONS(2602), - [aux_sym_update_host_keys_token1] = ACTIONS(2602), - [aux_sym_use_keychain_token1] = ACTIONS(2602), - [aux_sym_use_roaming_token1] = ACTIONS(2602), - [aux_sym_user_token1] = ACTIONS(2604), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2602), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2602), - [aux_sym_visual_host_key_token1] = ACTIONS(2602), - [aux_sym_xauth_location_token1] = ACTIONS(2602), + [ts_builtin_sym_end] = ACTIONS(2609), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2611), + [anon_sym_DQUOTE] = ACTIONS(2613), + [aux_sym_match_token1] = ACTIONS(2609), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2609), + [aux_sym_address_family_token1] = ACTIONS(2609), + [aux_sym_batch_mode_token1] = ACTIONS(2609), + [aux_sym_bind_address_token1] = ACTIONS(2609), + [aux_sym_bind_interface_token1] = ACTIONS(2609), + [aux_sym_canonical_domains_token1] = ACTIONS(2609), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2609), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2609), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2609), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2609), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2609), + [aux_sym_certificate_file_token1] = ACTIONS(2609), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2609), + [aux_sym_check_host_ip_token1] = ACTIONS(2609), + [aux_sym_ciphers_token1] = ACTIONS(2609), + [aux_sym_cipher_token1] = ACTIONS(2611), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2609), + [aux_sym_compression_token1] = ACTIONS(2609), + [aux_sym_connection_attempts_token1] = ACTIONS(2609), + [aux_sym_connect_timeout_token1] = ACTIONS(2609), + [aux_sym_control_master_token1] = ACTIONS(2609), + [aux_sym_control_path_token1] = ACTIONS(2609), + [aux_sym_control_persist_token1] = ACTIONS(2609), + [aux_sym_dynamic_forward_token1] = ACTIONS(2609), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2609), + [aux_sym_escape_char_token1] = ACTIONS(2609), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2609), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2609), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2609), + [aux_sym_forward_agent_token1] = ACTIONS(2609), + [aux_sym_forward_x11_token1] = ACTIONS(2611), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2609), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2609), + [aux_sym_gateway_ports_token1] = ACTIONS(2609), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2609), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2609), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2609), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2609), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2609), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2609), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2609), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2609), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2609), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2609), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2609), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2609), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2609), + [aux_sym_host_key_alias_token1] = ACTIONS(2609), + [aux_sym_hostname_token1] = ACTIONS(2609), + [aux_sym_identities_only_token1] = ACTIONS(2609), + [aux_sym_identity_agent_token1] = ACTIONS(2609), + [aux_sym_identity_file_token1] = ACTIONS(2609), + [aux_sym_ignore_unknown_token1] = ACTIONS(2609), + [aux_sym_include_token1] = ACTIONS(2609), + [aux_sym_ip_qos_token1] = ACTIONS(2609), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2609), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2609), + [aux_sym_kex_algorithms_token1] = ACTIONS(2609), + [aux_sym_known_hosts_command_token1] = ACTIONS(2609), + [aux_sym_local_command_token1] = ACTIONS(2609), + [aux_sym_local_forward_token1] = ACTIONS(2609), + [aux_sym_log_level_token1] = ACTIONS(2609), + [aux_sym_log_verbose_token1] = ACTIONS(2609), + [aux_sym_macs_token1] = ACTIONS(2609), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2609), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2609), + [aux_sym_password_authentication_token1] = ACTIONS(2609), + [aux_sym_permit_local_command_token1] = ACTIONS(2609), + [aux_sym_permit_remote_open_token1] = ACTIONS(2609), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2609), + [aux_sym_port_token1] = ACTIONS(2609), + [aux_sym_preferred_authentications_token1] = ACTIONS(2609), + [aux_sym_protocol_token1] = ACTIONS(2609), + [aux_sym_proxy_command_token1] = ACTIONS(2609), + [aux_sym_proxy_jump_token1] = ACTIONS(2609), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2609), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2609), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2609), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2609), + [aux_sym_rekey_limit_token1] = ACTIONS(2609), + [aux_sym_remote_command_token1] = ACTIONS(2609), + [aux_sym_remote_forward_token1] = ACTIONS(2609), + [aux_sym_request_tty_token1] = ACTIONS(2609), + [aux_sym_required_rsa_size_token1] = ACTIONS(2609), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2609), + [aux_sym_security_key_provider_token1] = ACTIONS(2609), + [aux_sym_send_env_token1] = ACTIONS(2609), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2609), + [aux_sym_server_alive_interval_token1] = ACTIONS(2609), + [aux_sym_session_type_token1] = ACTIONS(2609), + [aux_sym_set_env_token1] = ACTIONS(2609), + [aux_sym_stdin_null_token1] = ACTIONS(2609), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2609), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2609), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2609), + [aux_sym_syslog_facility_token1] = ACTIONS(2609), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2609), + [aux_sym_keep_alive_token1] = ACTIONS(2609), + [aux_sym_tunnel_token1] = ACTIONS(2611), + [aux_sym_tunnel_device_token1] = ACTIONS(2609), + [aux_sym_update_host_keys_token1] = ACTIONS(2609), + [aux_sym_use_keychain_token1] = ACTIONS(2609), + [aux_sym_use_roaming_token1] = ACTIONS(2609), + [aux_sym_user_token1] = ACTIONS(2611), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2609), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2609), + [aux_sym_visual_host_key_token1] = ACTIONS(2609), + [aux_sym_xauth_location_token1] = ACTIONS(2609), }, [371] = { - [ts_builtin_sym_end] = ACTIONS(2608), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2610), - [anon_sym_DQUOTE] = ACTIONS(2608), - [aux_sym_match_token1] = ACTIONS(2608), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2608), - [aux_sym_address_family_token1] = ACTIONS(2608), - [aux_sym_batch_mode_token1] = ACTIONS(2608), - [aux_sym_bind_address_token1] = ACTIONS(2608), - [aux_sym_bind_interface_token1] = ACTIONS(2608), - [aux_sym_canonical_domains_token1] = ACTIONS(2608), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2608), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2608), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2608), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2608), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2608), - [aux_sym_certificate_file_token1] = ACTIONS(2608), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2608), - [aux_sym_check_host_ip_token1] = ACTIONS(2608), - [aux_sym_ciphers_token1] = ACTIONS(2608), - [aux_sym_cipher_token1] = ACTIONS(2610), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2608), - [aux_sym_compression_token1] = ACTIONS(2608), - [aux_sym_connection_attempts_token1] = ACTIONS(2608), - [aux_sym_connect_timeout_token1] = ACTIONS(2608), - [aux_sym_control_master_token1] = ACTIONS(2608), - [aux_sym_control_path_token1] = ACTIONS(2608), - [aux_sym_control_persist_token1] = ACTIONS(2608), - [aux_sym_dynamic_forward_token1] = ACTIONS(2608), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2608), - [aux_sym_escape_char_token1] = ACTIONS(2608), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2608), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2608), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2608), - [aux_sym_forward_agent_token1] = ACTIONS(2608), - [aux_sym_forward_x11_token1] = ACTIONS(2610), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2608), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2608), - [aux_sym_gateway_ports_token1] = ACTIONS(2608), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2608), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2608), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2608), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2608), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2608), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2608), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2608), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2608), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2608), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2608), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2608), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2608), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2608), - [aux_sym_host_key_alias_token1] = ACTIONS(2608), - [aux_sym_hostname_token1] = ACTIONS(2608), - [aux_sym_identities_only_token1] = ACTIONS(2608), - [aux_sym_identity_agent_token1] = ACTIONS(2608), - [aux_sym_identity_file_token1] = ACTIONS(2608), - [aux_sym_ignore_unknown_token1] = ACTIONS(2608), - [aux_sym_include_token1] = ACTIONS(2608), - [aux_sym_ip_qos_token1] = ACTIONS(2608), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2608), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2608), - [aux_sym_kex_algorithms_token1] = ACTIONS(2608), - [aux_sym_known_hosts_command_token1] = ACTIONS(2608), - [aux_sym_local_command_token1] = ACTIONS(2608), - [aux_sym_local_forward_token1] = ACTIONS(2608), - [aux_sym_log_level_token1] = ACTIONS(2608), - [aux_sym_log_verbose_token1] = ACTIONS(2608), - [aux_sym_macs_token1] = ACTIONS(2608), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2608), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2608), - [aux_sym_password_authentication_token1] = ACTIONS(2608), - [aux_sym_permit_local_command_token1] = ACTIONS(2608), - [aux_sym_permit_remote_open_token1] = ACTIONS(2608), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2608), - [aux_sym_port_token1] = ACTIONS(2608), - [aux_sym_preferred_authentications_token1] = ACTIONS(2608), - [aux_sym_protocol_token1] = ACTIONS(2608), - [aux_sym_proxy_command_token1] = ACTIONS(2608), - [aux_sym_proxy_jump_token1] = ACTIONS(2608), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2608), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2608), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2608), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2608), - [aux_sym_rekey_limit_token1] = ACTIONS(2608), - [aux_sym_remote_command_token1] = ACTIONS(2608), - [aux_sym_remote_forward_token1] = ACTIONS(2608), - [aux_sym_request_tty_token1] = ACTIONS(2608), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2608), - [aux_sym_security_key_provider_token1] = ACTIONS(2608), - [aux_sym_send_env_token1] = ACTIONS(2608), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2608), - [aux_sym_server_alive_interval_token1] = ACTIONS(2608), - [aux_sym_session_type_token1] = ACTIONS(2608), - [aux_sym_set_env_token1] = ACTIONS(2608), - [aux_sym_stdin_null_token1] = ACTIONS(2608), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2608), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2608), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2608), - [aux_sym_syslog_facility_token1] = ACTIONS(2608), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2608), - [aux_sym_keep_alive_token1] = ACTIONS(2608), - [aux_sym_tunnel_token1] = ACTIONS(2610), - [aux_sym_tunnel_device_token1] = ACTIONS(2608), - [aux_sym_update_host_keys_token1] = ACTIONS(2608), - [aux_sym_use_keychain_token1] = ACTIONS(2608), - [aux_sym_use_roaming_token1] = ACTIONS(2608), - [aux_sym_user_token1] = ACTIONS(2610), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2608), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2608), - [aux_sym_visual_host_key_token1] = ACTIONS(2608), - [aux_sym_xauth_location_token1] = ACTIONS(2608), + [ts_builtin_sym_end] = ACTIONS(2615), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2617), + [anon_sym_DQUOTE] = ACTIONS(2615), + [aux_sym_match_token1] = ACTIONS(2615), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2615), + [aux_sym_address_family_token1] = ACTIONS(2615), + [aux_sym_batch_mode_token1] = ACTIONS(2615), + [aux_sym_bind_address_token1] = ACTIONS(2615), + [aux_sym_bind_interface_token1] = ACTIONS(2615), + [aux_sym_canonical_domains_token1] = ACTIONS(2615), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2615), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2615), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2615), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2615), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2615), + [aux_sym_certificate_file_token1] = ACTIONS(2615), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2615), + [aux_sym_check_host_ip_token1] = ACTIONS(2615), + [aux_sym_ciphers_token1] = ACTIONS(2615), + [aux_sym_cipher_token1] = ACTIONS(2617), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2615), + [aux_sym_compression_token1] = ACTIONS(2615), + [aux_sym_connection_attempts_token1] = ACTIONS(2615), + [aux_sym_connect_timeout_token1] = ACTIONS(2615), + [aux_sym_control_master_token1] = ACTIONS(2615), + [aux_sym_control_path_token1] = ACTIONS(2615), + [aux_sym_control_persist_token1] = ACTIONS(2615), + [aux_sym_dynamic_forward_token1] = ACTIONS(2615), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2615), + [aux_sym_escape_char_token1] = ACTIONS(2615), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2615), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2615), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2615), + [aux_sym_forward_agent_token1] = ACTIONS(2615), + [aux_sym_forward_x11_token1] = ACTIONS(2617), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2615), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2615), + [aux_sym_gateway_ports_token1] = ACTIONS(2615), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2615), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2615), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2615), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2615), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2615), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2615), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2615), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2615), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2615), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2615), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2615), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2615), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2615), + [aux_sym_host_key_alias_token1] = ACTIONS(2615), + [aux_sym_hostname_token1] = ACTIONS(2615), + [aux_sym_identities_only_token1] = ACTIONS(2615), + [aux_sym_identity_agent_token1] = ACTIONS(2615), + [aux_sym_identity_file_token1] = ACTIONS(2615), + [aux_sym_ignore_unknown_token1] = ACTIONS(2615), + [aux_sym_include_token1] = ACTIONS(2615), + [aux_sym_ip_qos_token1] = ACTIONS(2615), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2615), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2615), + [aux_sym_kex_algorithms_token1] = ACTIONS(2615), + [aux_sym_known_hosts_command_token1] = ACTIONS(2615), + [aux_sym_local_command_token1] = ACTIONS(2615), + [aux_sym_local_forward_token1] = ACTIONS(2615), + [aux_sym_log_level_token1] = ACTIONS(2615), + [aux_sym_log_verbose_token1] = ACTIONS(2615), + [aux_sym_macs_token1] = ACTIONS(2615), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2615), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2615), + [aux_sym_password_authentication_token1] = ACTIONS(2615), + [aux_sym_permit_local_command_token1] = ACTIONS(2615), + [aux_sym_permit_remote_open_token1] = ACTIONS(2615), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2615), + [aux_sym_port_token1] = ACTIONS(2615), + [aux_sym_preferred_authentications_token1] = ACTIONS(2615), + [aux_sym_protocol_token1] = ACTIONS(2615), + [aux_sym_proxy_command_token1] = ACTIONS(2615), + [aux_sym_proxy_jump_token1] = ACTIONS(2615), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2615), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2615), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2615), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2615), + [aux_sym_rekey_limit_token1] = ACTIONS(2615), + [aux_sym_remote_command_token1] = ACTIONS(2615), + [aux_sym_remote_forward_token1] = ACTIONS(2615), + [aux_sym_request_tty_token1] = ACTIONS(2615), + [aux_sym_required_rsa_size_token1] = ACTIONS(2615), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2615), + [aux_sym_security_key_provider_token1] = ACTIONS(2615), + [aux_sym_send_env_token1] = ACTIONS(2615), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2615), + [aux_sym_server_alive_interval_token1] = ACTIONS(2615), + [aux_sym_session_type_token1] = ACTIONS(2615), + [aux_sym_set_env_token1] = ACTIONS(2615), + [aux_sym_stdin_null_token1] = ACTIONS(2615), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2615), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2615), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2615), + [aux_sym_syslog_facility_token1] = ACTIONS(2615), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2615), + [aux_sym_keep_alive_token1] = ACTIONS(2615), + [aux_sym_tunnel_token1] = ACTIONS(2617), + [aux_sym_tunnel_device_token1] = ACTIONS(2615), + [aux_sym_update_host_keys_token1] = ACTIONS(2615), + [aux_sym_use_keychain_token1] = ACTIONS(2615), + [aux_sym_use_roaming_token1] = ACTIONS(2615), + [aux_sym_user_token1] = ACTIONS(2617), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2615), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2615), + [aux_sym_visual_host_key_token1] = ACTIONS(2615), + [aux_sym_xauth_location_token1] = ACTIONS(2615), }, [372] = { - [ts_builtin_sym_end] = ACTIONS(2612), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2614), - [anon_sym_DQUOTE] = ACTIONS(2616), - [aux_sym_match_token1] = ACTIONS(2612), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2612), - [aux_sym_address_family_token1] = ACTIONS(2612), - [aux_sym_batch_mode_token1] = ACTIONS(2612), - [aux_sym_bind_address_token1] = ACTIONS(2612), - [aux_sym_bind_interface_token1] = ACTIONS(2612), - [aux_sym_canonical_domains_token1] = ACTIONS(2612), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2612), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2612), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2612), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2612), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2612), - [aux_sym_certificate_file_token1] = ACTIONS(2612), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2612), - [aux_sym_check_host_ip_token1] = ACTIONS(2612), - [aux_sym_ciphers_token1] = ACTIONS(2612), - [aux_sym_cipher_token1] = ACTIONS(2614), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2612), - [aux_sym_compression_token1] = ACTIONS(2612), - [aux_sym_connection_attempts_token1] = ACTIONS(2612), - [aux_sym_connect_timeout_token1] = ACTIONS(2612), - [aux_sym_control_master_token1] = ACTIONS(2612), - [aux_sym_control_path_token1] = ACTIONS(2612), - [aux_sym_control_persist_token1] = ACTIONS(2612), - [aux_sym_dynamic_forward_token1] = ACTIONS(2612), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2612), - [aux_sym_escape_char_token1] = ACTIONS(2612), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2612), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2612), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2612), - [aux_sym_forward_agent_token1] = ACTIONS(2612), - [aux_sym_forward_x11_token1] = ACTIONS(2614), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2612), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2612), - [aux_sym_gateway_ports_token1] = ACTIONS(2612), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2612), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2612), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2612), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2612), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2612), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2612), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2612), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2612), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2612), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2612), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2612), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2612), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2612), - [aux_sym_host_key_alias_token1] = ACTIONS(2612), - [aux_sym_hostname_token1] = ACTIONS(2612), - [aux_sym_identities_only_token1] = ACTIONS(2612), - [aux_sym_identity_agent_token1] = ACTIONS(2612), - [aux_sym_identity_file_token1] = ACTIONS(2612), - [aux_sym_ignore_unknown_token1] = ACTIONS(2612), - [aux_sym_include_token1] = ACTIONS(2612), - [aux_sym_ip_qos_token1] = ACTIONS(2612), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2612), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2612), - [aux_sym_kex_algorithms_token1] = ACTIONS(2612), - [aux_sym_known_hosts_command_token1] = ACTIONS(2612), - [aux_sym_local_command_token1] = ACTIONS(2612), - [aux_sym_local_forward_token1] = ACTIONS(2612), - [aux_sym_log_level_token1] = ACTIONS(2612), - [aux_sym_log_verbose_token1] = ACTIONS(2612), - [aux_sym_macs_token1] = ACTIONS(2612), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2612), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2612), - [aux_sym_password_authentication_token1] = ACTIONS(2612), - [aux_sym_permit_local_command_token1] = ACTIONS(2612), - [aux_sym_permit_remote_open_token1] = ACTIONS(2612), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2612), - [aux_sym_port_token1] = ACTIONS(2612), - [aux_sym_preferred_authentications_token1] = ACTIONS(2612), - [aux_sym_protocol_token1] = ACTIONS(2612), - [aux_sym_proxy_command_token1] = ACTIONS(2612), - [aux_sym_proxy_jump_token1] = ACTIONS(2612), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2612), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2612), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2612), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2612), - [aux_sym_rekey_limit_token1] = ACTIONS(2612), - [aux_sym_remote_command_token1] = ACTIONS(2612), - [aux_sym_remote_forward_token1] = ACTIONS(2612), - [aux_sym_request_tty_token1] = ACTIONS(2612), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2612), - [aux_sym_security_key_provider_token1] = ACTIONS(2612), - [aux_sym_send_env_token1] = ACTIONS(2612), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2612), - [aux_sym_server_alive_interval_token1] = ACTIONS(2612), - [aux_sym_session_type_token1] = ACTIONS(2612), - [aux_sym_set_env_token1] = ACTIONS(2612), - [aux_sym_stdin_null_token1] = ACTIONS(2612), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2612), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2612), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2612), - [aux_sym_syslog_facility_token1] = ACTIONS(2612), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2612), - [aux_sym_keep_alive_token1] = ACTIONS(2612), - [aux_sym_tunnel_token1] = ACTIONS(2614), - [aux_sym_tunnel_device_token1] = ACTIONS(2612), - [aux_sym_update_host_keys_token1] = ACTIONS(2612), - [aux_sym_use_keychain_token1] = ACTIONS(2612), - [aux_sym_use_roaming_token1] = ACTIONS(2612), - [aux_sym_user_token1] = ACTIONS(2614), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2612), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2612), - [aux_sym_visual_host_key_token1] = ACTIONS(2612), - [aux_sym_xauth_location_token1] = ACTIONS(2612), + [ts_builtin_sym_end] = ACTIONS(2619), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(2623), + [aux_sym_match_token1] = ACTIONS(2619), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2619), + [aux_sym_address_family_token1] = ACTIONS(2619), + [aux_sym_batch_mode_token1] = ACTIONS(2619), + [aux_sym_bind_address_token1] = ACTIONS(2619), + [aux_sym_bind_interface_token1] = ACTIONS(2619), + [aux_sym_canonical_domains_token1] = ACTIONS(2619), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2619), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2619), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2619), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2619), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2619), + [aux_sym_certificate_file_token1] = ACTIONS(2619), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2619), + [aux_sym_check_host_ip_token1] = ACTIONS(2619), + [aux_sym_ciphers_token1] = ACTIONS(2619), + [aux_sym_cipher_token1] = ACTIONS(2621), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2619), + [aux_sym_compression_token1] = ACTIONS(2619), + [aux_sym_connection_attempts_token1] = ACTIONS(2619), + [aux_sym_connect_timeout_token1] = ACTIONS(2619), + [aux_sym_control_master_token1] = ACTIONS(2619), + [aux_sym_control_path_token1] = ACTIONS(2619), + [aux_sym_control_persist_token1] = ACTIONS(2619), + [aux_sym_dynamic_forward_token1] = ACTIONS(2619), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2619), + [aux_sym_escape_char_token1] = ACTIONS(2619), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2619), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2619), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2619), + [aux_sym_forward_agent_token1] = ACTIONS(2619), + [aux_sym_forward_x11_token1] = ACTIONS(2621), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2619), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2619), + [aux_sym_gateway_ports_token1] = ACTIONS(2619), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2619), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2619), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2619), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2619), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2619), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2619), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2619), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2619), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2619), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2619), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2619), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2619), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2619), + [aux_sym_host_key_alias_token1] = ACTIONS(2619), + [aux_sym_hostname_token1] = ACTIONS(2619), + [aux_sym_identities_only_token1] = ACTIONS(2619), + [aux_sym_identity_agent_token1] = ACTIONS(2619), + [aux_sym_identity_file_token1] = ACTIONS(2619), + [aux_sym_ignore_unknown_token1] = ACTIONS(2619), + [aux_sym_include_token1] = ACTIONS(2619), + [aux_sym_ip_qos_token1] = ACTIONS(2619), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2619), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2619), + [aux_sym_kex_algorithms_token1] = ACTIONS(2619), + [aux_sym_known_hosts_command_token1] = ACTIONS(2619), + [aux_sym_local_command_token1] = ACTIONS(2619), + [aux_sym_local_forward_token1] = ACTIONS(2619), + [aux_sym_log_level_token1] = ACTIONS(2619), + [aux_sym_log_verbose_token1] = ACTIONS(2619), + [aux_sym_macs_token1] = ACTIONS(2619), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2619), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2619), + [aux_sym_password_authentication_token1] = ACTIONS(2619), + [aux_sym_permit_local_command_token1] = ACTIONS(2619), + [aux_sym_permit_remote_open_token1] = ACTIONS(2619), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2619), + [aux_sym_port_token1] = ACTIONS(2619), + [aux_sym_preferred_authentications_token1] = ACTIONS(2619), + [aux_sym_protocol_token1] = ACTIONS(2619), + [aux_sym_proxy_command_token1] = ACTIONS(2619), + [aux_sym_proxy_jump_token1] = ACTIONS(2619), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2619), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2619), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2619), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2619), + [aux_sym_rekey_limit_token1] = ACTIONS(2619), + [aux_sym_remote_command_token1] = ACTIONS(2619), + [aux_sym_remote_forward_token1] = ACTIONS(2619), + [aux_sym_request_tty_token1] = ACTIONS(2619), + [aux_sym_required_rsa_size_token1] = ACTIONS(2619), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2619), + [aux_sym_security_key_provider_token1] = ACTIONS(2619), + [aux_sym_send_env_token1] = ACTIONS(2619), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2619), + [aux_sym_server_alive_interval_token1] = ACTIONS(2619), + [aux_sym_session_type_token1] = ACTIONS(2619), + [aux_sym_set_env_token1] = ACTIONS(2619), + [aux_sym_stdin_null_token1] = ACTIONS(2619), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2619), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2619), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2619), + [aux_sym_syslog_facility_token1] = ACTIONS(2619), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2619), + [aux_sym_keep_alive_token1] = ACTIONS(2619), + [aux_sym_tunnel_token1] = ACTIONS(2621), + [aux_sym_tunnel_device_token1] = ACTIONS(2619), + [aux_sym_update_host_keys_token1] = ACTIONS(2619), + [aux_sym_use_keychain_token1] = ACTIONS(2619), + [aux_sym_use_roaming_token1] = ACTIONS(2619), + [aux_sym_user_token1] = ACTIONS(2621), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2619), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2619), + [aux_sym_visual_host_key_token1] = ACTIONS(2619), + [aux_sym_xauth_location_token1] = ACTIONS(2619), }, [373] = { - [ts_builtin_sym_end] = ACTIONS(2618), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2620), - [anon_sym_DQUOTE] = ACTIONS(2622), - [aux_sym_match_token1] = ACTIONS(2618), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2618), - [aux_sym_address_family_token1] = ACTIONS(2618), - [aux_sym_batch_mode_token1] = ACTIONS(2618), - [aux_sym_bind_address_token1] = ACTIONS(2618), - [aux_sym_bind_interface_token1] = ACTIONS(2618), - [aux_sym_canonical_domains_token1] = ACTIONS(2618), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2618), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2618), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2618), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2618), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2618), - [aux_sym_certificate_file_token1] = ACTIONS(2618), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2618), - [aux_sym_check_host_ip_token1] = ACTIONS(2618), - [aux_sym_ciphers_token1] = ACTIONS(2618), - [aux_sym_cipher_token1] = ACTIONS(2620), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2618), - [aux_sym_compression_token1] = ACTIONS(2618), - [aux_sym_connection_attempts_token1] = ACTIONS(2618), - [aux_sym_connect_timeout_token1] = ACTIONS(2618), - [aux_sym_control_master_token1] = ACTIONS(2618), - [aux_sym_control_path_token1] = ACTIONS(2618), - [aux_sym_control_persist_token1] = ACTIONS(2618), - [aux_sym_dynamic_forward_token1] = ACTIONS(2618), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2618), - [aux_sym_escape_char_token1] = ACTIONS(2618), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2618), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2618), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2618), - [aux_sym_forward_agent_token1] = ACTIONS(2618), - [aux_sym_forward_x11_token1] = ACTIONS(2620), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2618), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2618), - [aux_sym_gateway_ports_token1] = ACTIONS(2618), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2618), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2618), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2618), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2618), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2618), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2618), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2618), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2618), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2618), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2618), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2618), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2618), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2618), - [aux_sym_host_key_alias_token1] = ACTIONS(2618), - [aux_sym_hostname_token1] = ACTIONS(2618), - [aux_sym_identities_only_token1] = ACTIONS(2618), - [aux_sym_identity_agent_token1] = ACTIONS(2618), - [aux_sym_identity_file_token1] = ACTIONS(2618), - [aux_sym_ignore_unknown_token1] = ACTIONS(2618), - [aux_sym_include_token1] = ACTIONS(2618), - [aux_sym_ip_qos_token1] = ACTIONS(2618), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2618), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2618), - [aux_sym_kex_algorithms_token1] = ACTIONS(2618), - [aux_sym_known_hosts_command_token1] = ACTIONS(2618), - [aux_sym_local_command_token1] = ACTIONS(2618), - [aux_sym_local_forward_token1] = ACTIONS(2618), - [aux_sym_log_level_token1] = ACTIONS(2618), - [aux_sym_log_verbose_token1] = ACTIONS(2618), - [aux_sym_macs_token1] = ACTIONS(2618), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2618), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2618), - [aux_sym_password_authentication_token1] = ACTIONS(2618), - [aux_sym_permit_local_command_token1] = ACTIONS(2618), - [aux_sym_permit_remote_open_token1] = ACTIONS(2618), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2618), - [aux_sym_port_token1] = ACTIONS(2618), - [aux_sym_preferred_authentications_token1] = ACTIONS(2618), - [aux_sym_protocol_token1] = ACTIONS(2618), - [aux_sym_proxy_command_token1] = ACTIONS(2618), - [aux_sym_proxy_jump_token1] = ACTIONS(2618), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2618), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2618), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2618), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2618), - [aux_sym_rekey_limit_token1] = ACTIONS(2618), - [aux_sym_remote_command_token1] = ACTIONS(2618), - [aux_sym_remote_forward_token1] = ACTIONS(2618), - [aux_sym_request_tty_token1] = ACTIONS(2618), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2618), - [aux_sym_security_key_provider_token1] = ACTIONS(2618), - [aux_sym_send_env_token1] = ACTIONS(2618), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2618), - [aux_sym_server_alive_interval_token1] = ACTIONS(2618), - [aux_sym_session_type_token1] = ACTIONS(2618), - [aux_sym_set_env_token1] = ACTIONS(2618), - [aux_sym_stdin_null_token1] = ACTIONS(2618), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2618), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2618), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2618), - [aux_sym_syslog_facility_token1] = ACTIONS(2618), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2618), - [aux_sym_keep_alive_token1] = ACTIONS(2618), - [aux_sym_tunnel_token1] = ACTIONS(2620), - [aux_sym_tunnel_device_token1] = ACTIONS(2618), - [aux_sym_update_host_keys_token1] = ACTIONS(2618), - [aux_sym_use_keychain_token1] = ACTIONS(2618), - [aux_sym_use_roaming_token1] = ACTIONS(2618), - [aux_sym_user_token1] = ACTIONS(2620), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2618), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2618), - [aux_sym_visual_host_key_token1] = ACTIONS(2618), - [aux_sym_xauth_location_token1] = ACTIONS(2618), + [ts_builtin_sym_end] = ACTIONS(2625), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2627), + [anon_sym_DQUOTE] = ACTIONS(2625), + [aux_sym_match_token1] = ACTIONS(2625), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2625), + [aux_sym_address_family_token1] = ACTIONS(2625), + [aux_sym_batch_mode_token1] = ACTIONS(2625), + [aux_sym_bind_address_token1] = ACTIONS(2625), + [aux_sym_bind_interface_token1] = ACTIONS(2625), + [aux_sym_canonical_domains_token1] = ACTIONS(2625), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2625), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2625), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2625), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2625), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2625), + [aux_sym_certificate_file_token1] = ACTIONS(2625), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2625), + [aux_sym_check_host_ip_token1] = ACTIONS(2625), + [aux_sym_ciphers_token1] = ACTIONS(2625), + [aux_sym_cipher_token1] = ACTIONS(2627), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2625), + [aux_sym_compression_token1] = ACTIONS(2625), + [aux_sym_connection_attempts_token1] = ACTIONS(2625), + [aux_sym_connect_timeout_token1] = ACTIONS(2625), + [aux_sym_control_master_token1] = ACTIONS(2625), + [aux_sym_control_path_token1] = ACTIONS(2625), + [aux_sym_control_persist_token1] = ACTIONS(2625), + [aux_sym_dynamic_forward_token1] = ACTIONS(2625), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2625), + [aux_sym_escape_char_token1] = ACTIONS(2625), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2625), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2625), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2625), + [aux_sym_forward_agent_token1] = ACTIONS(2625), + [aux_sym_forward_x11_token1] = ACTIONS(2627), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2625), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2625), + [aux_sym_gateway_ports_token1] = ACTIONS(2625), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2625), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2625), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2625), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2625), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2625), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2625), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2625), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2625), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2625), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2625), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2625), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2625), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2625), + [aux_sym_host_key_alias_token1] = ACTIONS(2625), + [aux_sym_hostname_token1] = ACTIONS(2625), + [aux_sym_identities_only_token1] = ACTIONS(2625), + [aux_sym_identity_agent_token1] = ACTIONS(2625), + [aux_sym_identity_file_token1] = ACTIONS(2625), + [aux_sym_ignore_unknown_token1] = ACTIONS(2625), + [aux_sym_include_token1] = ACTIONS(2625), + [aux_sym_ip_qos_token1] = ACTIONS(2625), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2625), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2625), + [aux_sym_kex_algorithms_token1] = ACTIONS(2625), + [aux_sym_known_hosts_command_token1] = ACTIONS(2625), + [aux_sym_local_command_token1] = ACTIONS(2625), + [aux_sym_local_forward_token1] = ACTIONS(2625), + [aux_sym_log_level_token1] = ACTIONS(2625), + [aux_sym_log_verbose_token1] = ACTIONS(2625), + [aux_sym_macs_token1] = ACTIONS(2625), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2625), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2625), + [aux_sym_password_authentication_token1] = ACTIONS(2625), + [aux_sym_permit_local_command_token1] = ACTIONS(2625), + [aux_sym_permit_remote_open_token1] = ACTIONS(2625), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2625), + [aux_sym_port_token1] = ACTIONS(2625), + [aux_sym_preferred_authentications_token1] = ACTIONS(2625), + [aux_sym_protocol_token1] = ACTIONS(2625), + [aux_sym_proxy_command_token1] = ACTIONS(2625), + [aux_sym_proxy_jump_token1] = ACTIONS(2625), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2625), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2625), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2625), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2625), + [aux_sym_rekey_limit_token1] = ACTIONS(2625), + [aux_sym_remote_command_token1] = ACTIONS(2625), + [aux_sym_remote_forward_token1] = ACTIONS(2625), + [aux_sym_request_tty_token1] = ACTIONS(2625), + [aux_sym_required_rsa_size_token1] = ACTIONS(2625), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2625), + [aux_sym_security_key_provider_token1] = ACTIONS(2625), + [aux_sym_send_env_token1] = ACTIONS(2625), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2625), + [aux_sym_server_alive_interval_token1] = ACTIONS(2625), + [aux_sym_session_type_token1] = ACTIONS(2625), + [aux_sym_set_env_token1] = ACTIONS(2625), + [aux_sym_stdin_null_token1] = ACTIONS(2625), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2625), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2625), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2625), + [aux_sym_syslog_facility_token1] = ACTIONS(2625), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2625), + [aux_sym_keep_alive_token1] = ACTIONS(2625), + [aux_sym_tunnel_token1] = ACTIONS(2627), + [aux_sym_tunnel_device_token1] = ACTIONS(2625), + [aux_sym_update_host_keys_token1] = ACTIONS(2625), + [aux_sym_use_keychain_token1] = ACTIONS(2625), + [aux_sym_use_roaming_token1] = ACTIONS(2625), + [aux_sym_user_token1] = ACTIONS(2627), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2625), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2625), + [aux_sym_visual_host_key_token1] = ACTIONS(2625), + [aux_sym_xauth_location_token1] = ACTIONS(2625), }, [374] = { - [ts_builtin_sym_end] = ACTIONS(2624), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2626), - [anon_sym_DQUOTE] = ACTIONS(2624), - [aux_sym_match_token1] = ACTIONS(2624), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2624), - [aux_sym_address_family_token1] = ACTIONS(2624), - [aux_sym_batch_mode_token1] = ACTIONS(2624), - [aux_sym_bind_address_token1] = ACTIONS(2624), - [aux_sym_bind_interface_token1] = ACTIONS(2624), - [aux_sym_canonical_domains_token1] = ACTIONS(2624), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2624), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2624), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2624), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2624), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2624), - [aux_sym_certificate_file_token1] = ACTIONS(2624), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2624), - [aux_sym_check_host_ip_token1] = ACTIONS(2624), - [aux_sym_ciphers_token1] = ACTIONS(2624), - [aux_sym_cipher_token1] = ACTIONS(2626), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2624), - [aux_sym_compression_token1] = ACTIONS(2624), - [aux_sym_connection_attempts_token1] = ACTIONS(2624), - [aux_sym_connect_timeout_token1] = ACTIONS(2624), - [aux_sym_control_master_token1] = ACTIONS(2624), - [aux_sym_control_path_token1] = ACTIONS(2624), - [aux_sym_control_persist_token1] = ACTIONS(2624), - [aux_sym_dynamic_forward_token1] = ACTIONS(2624), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2624), - [aux_sym_escape_char_token1] = ACTIONS(2624), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2624), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2624), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2624), - [aux_sym_forward_agent_token1] = ACTIONS(2624), - [aux_sym_forward_x11_token1] = ACTIONS(2626), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2624), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2624), - [aux_sym_gateway_ports_token1] = ACTIONS(2624), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2624), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2624), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2624), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2624), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2624), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2624), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2624), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2624), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2624), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2624), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2624), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2624), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2624), - [aux_sym_host_key_alias_token1] = ACTIONS(2624), - [aux_sym_hostname_token1] = ACTIONS(2624), - [aux_sym_identities_only_token1] = ACTIONS(2624), - [aux_sym_identity_agent_token1] = ACTIONS(2624), - [aux_sym_identity_file_token1] = ACTIONS(2624), - [aux_sym_ignore_unknown_token1] = ACTIONS(2624), - [aux_sym_include_token1] = ACTIONS(2624), - [aux_sym_ip_qos_token1] = ACTIONS(2624), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2624), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2624), - [aux_sym_kex_algorithms_token1] = ACTIONS(2624), - [aux_sym_known_hosts_command_token1] = ACTIONS(2624), - [aux_sym_local_command_token1] = ACTIONS(2624), - [aux_sym_local_forward_token1] = ACTIONS(2624), - [aux_sym_log_level_token1] = ACTIONS(2624), - [aux_sym_log_verbose_token1] = ACTIONS(2624), - [aux_sym_macs_token1] = ACTIONS(2624), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2624), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2624), - [aux_sym_password_authentication_token1] = ACTIONS(2624), - [aux_sym_permit_local_command_token1] = ACTIONS(2624), - [aux_sym_permit_remote_open_token1] = ACTIONS(2624), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2624), - [aux_sym_port_token1] = ACTIONS(2624), - [aux_sym_preferred_authentications_token1] = ACTIONS(2624), - [aux_sym_protocol_token1] = ACTIONS(2624), - [aux_sym_proxy_command_token1] = ACTIONS(2624), - [aux_sym_proxy_jump_token1] = ACTIONS(2624), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2624), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2624), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2624), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2624), - [aux_sym_rekey_limit_token1] = ACTIONS(2624), - [aux_sym_remote_command_token1] = ACTIONS(2624), - [aux_sym_remote_forward_token1] = ACTIONS(2624), - [aux_sym_request_tty_token1] = ACTIONS(2624), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2624), - [aux_sym_security_key_provider_token1] = ACTIONS(2624), - [aux_sym_send_env_token1] = ACTIONS(2624), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2624), - [aux_sym_server_alive_interval_token1] = ACTIONS(2624), - [aux_sym_session_type_token1] = ACTIONS(2624), - [aux_sym_set_env_token1] = ACTIONS(2624), - [aux_sym_stdin_null_token1] = ACTIONS(2624), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2624), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2624), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2624), - [aux_sym_syslog_facility_token1] = ACTIONS(2624), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2624), - [aux_sym_keep_alive_token1] = ACTIONS(2624), - [aux_sym_tunnel_token1] = ACTIONS(2626), - [aux_sym_tunnel_device_token1] = ACTIONS(2624), - [aux_sym_update_host_keys_token1] = ACTIONS(2624), - [aux_sym_use_keychain_token1] = ACTIONS(2624), - [aux_sym_use_roaming_token1] = ACTIONS(2624), - [aux_sym_user_token1] = ACTIONS(2626), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2624), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2624), - [aux_sym_visual_host_key_token1] = ACTIONS(2624), - [aux_sym_xauth_location_token1] = ACTIONS(2624), + [ts_builtin_sym_end] = ACTIONS(2629), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2631), + [anon_sym_DQUOTE] = ACTIONS(2633), + [aux_sym_match_token1] = ACTIONS(2629), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2629), + [aux_sym_address_family_token1] = ACTIONS(2629), + [aux_sym_batch_mode_token1] = ACTIONS(2629), + [aux_sym_bind_address_token1] = ACTIONS(2629), + [aux_sym_bind_interface_token1] = ACTIONS(2629), + [aux_sym_canonical_domains_token1] = ACTIONS(2629), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2629), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2629), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2629), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2629), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2629), + [aux_sym_certificate_file_token1] = ACTIONS(2629), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2629), + [aux_sym_check_host_ip_token1] = ACTIONS(2629), + [aux_sym_ciphers_token1] = ACTIONS(2629), + [aux_sym_cipher_token1] = ACTIONS(2631), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2629), + [aux_sym_compression_token1] = ACTIONS(2629), + [aux_sym_connection_attempts_token1] = ACTIONS(2629), + [aux_sym_connect_timeout_token1] = ACTIONS(2629), + [aux_sym_control_master_token1] = ACTIONS(2629), + [aux_sym_control_path_token1] = ACTIONS(2629), + [aux_sym_control_persist_token1] = ACTIONS(2629), + [aux_sym_dynamic_forward_token1] = ACTIONS(2629), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2629), + [aux_sym_escape_char_token1] = ACTIONS(2629), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2629), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2629), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2629), + [aux_sym_forward_agent_token1] = ACTIONS(2629), + [aux_sym_forward_x11_token1] = ACTIONS(2631), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2629), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2629), + [aux_sym_gateway_ports_token1] = ACTIONS(2629), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2629), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2629), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2629), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2629), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2629), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2629), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2629), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2629), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2629), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2629), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2629), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2629), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2629), + [aux_sym_host_key_alias_token1] = ACTIONS(2629), + [aux_sym_hostname_token1] = ACTIONS(2629), + [aux_sym_identities_only_token1] = ACTIONS(2629), + [aux_sym_identity_agent_token1] = ACTIONS(2629), + [aux_sym_identity_file_token1] = ACTIONS(2629), + [aux_sym_ignore_unknown_token1] = ACTIONS(2629), + [aux_sym_include_token1] = ACTIONS(2629), + [aux_sym_ip_qos_token1] = ACTIONS(2629), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2629), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2629), + [aux_sym_kex_algorithms_token1] = ACTIONS(2629), + [aux_sym_known_hosts_command_token1] = ACTIONS(2629), + [aux_sym_local_command_token1] = ACTIONS(2629), + [aux_sym_local_forward_token1] = ACTIONS(2629), + [aux_sym_log_level_token1] = ACTIONS(2629), + [aux_sym_log_verbose_token1] = ACTIONS(2629), + [aux_sym_macs_token1] = ACTIONS(2629), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2629), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2629), + [aux_sym_password_authentication_token1] = ACTIONS(2629), + [aux_sym_permit_local_command_token1] = ACTIONS(2629), + [aux_sym_permit_remote_open_token1] = ACTIONS(2629), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2629), + [aux_sym_port_token1] = ACTIONS(2629), + [aux_sym_preferred_authentications_token1] = ACTIONS(2629), + [aux_sym_protocol_token1] = ACTIONS(2629), + [aux_sym_proxy_command_token1] = ACTIONS(2629), + [aux_sym_proxy_jump_token1] = ACTIONS(2629), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2629), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2629), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2629), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2629), + [aux_sym_rekey_limit_token1] = ACTIONS(2629), + [aux_sym_remote_command_token1] = ACTIONS(2629), + [aux_sym_remote_forward_token1] = ACTIONS(2629), + [aux_sym_request_tty_token1] = ACTIONS(2629), + [aux_sym_required_rsa_size_token1] = ACTIONS(2629), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2629), + [aux_sym_security_key_provider_token1] = ACTIONS(2629), + [aux_sym_send_env_token1] = ACTIONS(2629), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2629), + [aux_sym_server_alive_interval_token1] = ACTIONS(2629), + [aux_sym_session_type_token1] = ACTIONS(2629), + [aux_sym_set_env_token1] = ACTIONS(2629), + [aux_sym_stdin_null_token1] = ACTIONS(2629), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2629), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2629), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2629), + [aux_sym_syslog_facility_token1] = ACTIONS(2629), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2629), + [aux_sym_keep_alive_token1] = ACTIONS(2629), + [aux_sym_tunnel_token1] = ACTIONS(2631), + [aux_sym_tunnel_device_token1] = ACTIONS(2629), + [aux_sym_update_host_keys_token1] = ACTIONS(2629), + [aux_sym_use_keychain_token1] = ACTIONS(2629), + [aux_sym_use_roaming_token1] = ACTIONS(2629), + [aux_sym_user_token1] = ACTIONS(2631), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2629), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2629), + [aux_sym_visual_host_key_token1] = ACTIONS(2629), + [aux_sym_xauth_location_token1] = ACTIONS(2629), }, [375] = { - [ts_builtin_sym_end] = ACTIONS(2628), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2630), - [anon_sym_DQUOTE] = ACTIONS(2628), - [aux_sym_match_token1] = ACTIONS(2628), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2628), - [aux_sym_address_family_token1] = ACTIONS(2628), - [aux_sym_batch_mode_token1] = ACTIONS(2628), - [aux_sym_bind_address_token1] = ACTIONS(2628), - [aux_sym_bind_interface_token1] = ACTIONS(2628), - [aux_sym_canonical_domains_token1] = ACTIONS(2628), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2628), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2628), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2628), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2628), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2628), - [aux_sym_certificate_file_token1] = ACTIONS(2628), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2628), - [aux_sym_check_host_ip_token1] = ACTIONS(2628), - [aux_sym_ciphers_token1] = ACTIONS(2628), - [aux_sym_cipher_token1] = ACTIONS(2630), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2628), - [aux_sym_compression_token1] = ACTIONS(2628), - [aux_sym_connection_attempts_token1] = ACTIONS(2628), - [aux_sym_connect_timeout_token1] = ACTIONS(2628), - [aux_sym_control_master_token1] = ACTIONS(2628), - [aux_sym_control_path_token1] = ACTIONS(2628), - [aux_sym_control_persist_token1] = ACTIONS(2628), - [aux_sym_dynamic_forward_token1] = ACTIONS(2628), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2628), - [aux_sym_escape_char_token1] = ACTIONS(2628), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2628), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2628), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2628), - [aux_sym_forward_agent_token1] = ACTIONS(2628), - [aux_sym_forward_x11_token1] = ACTIONS(2630), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2628), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2628), - [aux_sym_gateway_ports_token1] = ACTIONS(2628), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2628), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2628), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2628), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2628), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2628), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2628), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2628), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2628), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2628), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2628), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2628), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2628), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2628), - [aux_sym_host_key_alias_token1] = ACTIONS(2628), - [aux_sym_hostname_token1] = ACTIONS(2628), - [aux_sym_identities_only_token1] = ACTIONS(2628), - [aux_sym_identity_agent_token1] = ACTIONS(2628), - [aux_sym_identity_file_token1] = ACTIONS(2628), - [aux_sym_ignore_unknown_token1] = ACTIONS(2628), - [aux_sym_include_token1] = ACTIONS(2628), - [aux_sym_ip_qos_token1] = ACTIONS(2628), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2628), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2628), - [aux_sym_kex_algorithms_token1] = ACTIONS(2628), - [aux_sym_known_hosts_command_token1] = ACTIONS(2628), - [aux_sym_local_command_token1] = ACTIONS(2628), - [aux_sym_local_forward_token1] = ACTIONS(2628), - [aux_sym_log_level_token1] = ACTIONS(2628), - [aux_sym_log_verbose_token1] = ACTIONS(2628), - [aux_sym_macs_token1] = ACTIONS(2628), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2628), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2628), - [aux_sym_password_authentication_token1] = ACTIONS(2628), - [aux_sym_permit_local_command_token1] = ACTIONS(2628), - [aux_sym_permit_remote_open_token1] = ACTIONS(2628), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2628), - [aux_sym_port_token1] = ACTIONS(2628), - [aux_sym_preferred_authentications_token1] = ACTIONS(2628), - [aux_sym_protocol_token1] = ACTIONS(2628), - [aux_sym_proxy_command_token1] = ACTIONS(2628), - [aux_sym_proxy_jump_token1] = ACTIONS(2628), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2628), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2628), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2628), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2628), - [aux_sym_rekey_limit_token1] = ACTIONS(2628), - [aux_sym_remote_command_token1] = ACTIONS(2628), - [aux_sym_remote_forward_token1] = ACTIONS(2628), - [aux_sym_request_tty_token1] = ACTIONS(2628), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2628), - [aux_sym_security_key_provider_token1] = ACTIONS(2628), - [aux_sym_send_env_token1] = ACTIONS(2628), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2628), - [aux_sym_server_alive_interval_token1] = ACTIONS(2628), - [aux_sym_session_type_token1] = ACTIONS(2628), - [aux_sym_set_env_token1] = ACTIONS(2628), - [aux_sym_stdin_null_token1] = ACTIONS(2628), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2628), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2628), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2628), - [aux_sym_syslog_facility_token1] = ACTIONS(2628), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2628), - [aux_sym_keep_alive_token1] = ACTIONS(2628), - [aux_sym_tunnel_token1] = ACTIONS(2630), - [aux_sym_tunnel_device_token1] = ACTIONS(2628), - [aux_sym_update_host_keys_token1] = ACTIONS(2628), - [aux_sym_use_keychain_token1] = ACTIONS(2628), - [aux_sym_use_roaming_token1] = ACTIONS(2628), - [aux_sym_user_token1] = ACTIONS(2630), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2628), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2628), - [aux_sym_visual_host_key_token1] = ACTIONS(2628), - [aux_sym_xauth_location_token1] = ACTIONS(2628), + [ts_builtin_sym_end] = ACTIONS(2635), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2637), + [anon_sym_DQUOTE] = ACTIONS(2639), + [aux_sym_match_token1] = ACTIONS(2635), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2635), + [aux_sym_address_family_token1] = ACTIONS(2635), + [aux_sym_batch_mode_token1] = ACTIONS(2635), + [aux_sym_bind_address_token1] = ACTIONS(2635), + [aux_sym_bind_interface_token1] = ACTIONS(2635), + [aux_sym_canonical_domains_token1] = ACTIONS(2635), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2635), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2635), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2635), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2635), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2635), + [aux_sym_certificate_file_token1] = ACTIONS(2635), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2635), + [aux_sym_check_host_ip_token1] = ACTIONS(2635), + [aux_sym_ciphers_token1] = ACTIONS(2635), + [aux_sym_cipher_token1] = ACTIONS(2637), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2635), + [aux_sym_compression_token1] = ACTIONS(2635), + [aux_sym_connection_attempts_token1] = ACTIONS(2635), + [aux_sym_connect_timeout_token1] = ACTIONS(2635), + [aux_sym_control_master_token1] = ACTIONS(2635), + [aux_sym_control_path_token1] = ACTIONS(2635), + [aux_sym_control_persist_token1] = ACTIONS(2635), + [aux_sym_dynamic_forward_token1] = ACTIONS(2635), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2635), + [aux_sym_escape_char_token1] = ACTIONS(2635), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2635), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2635), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2635), + [aux_sym_forward_agent_token1] = ACTIONS(2635), + [aux_sym_forward_x11_token1] = ACTIONS(2637), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2635), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2635), + [aux_sym_gateway_ports_token1] = ACTIONS(2635), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2635), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2635), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2635), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2635), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2635), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2635), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2635), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2635), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2635), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2635), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2635), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2635), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2635), + [aux_sym_host_key_alias_token1] = ACTIONS(2635), + [aux_sym_hostname_token1] = ACTIONS(2635), + [aux_sym_identities_only_token1] = ACTIONS(2635), + [aux_sym_identity_agent_token1] = ACTIONS(2635), + [aux_sym_identity_file_token1] = ACTIONS(2635), + [aux_sym_ignore_unknown_token1] = ACTIONS(2635), + [aux_sym_include_token1] = ACTIONS(2635), + [aux_sym_ip_qos_token1] = ACTIONS(2635), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2635), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2635), + [aux_sym_kex_algorithms_token1] = ACTIONS(2635), + [aux_sym_known_hosts_command_token1] = ACTIONS(2635), + [aux_sym_local_command_token1] = ACTIONS(2635), + [aux_sym_local_forward_token1] = ACTIONS(2635), + [aux_sym_log_level_token1] = ACTIONS(2635), + [aux_sym_log_verbose_token1] = ACTIONS(2635), + [aux_sym_macs_token1] = ACTIONS(2635), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2635), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2635), + [aux_sym_password_authentication_token1] = ACTIONS(2635), + [aux_sym_permit_local_command_token1] = ACTIONS(2635), + [aux_sym_permit_remote_open_token1] = ACTIONS(2635), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2635), + [aux_sym_port_token1] = ACTIONS(2635), + [aux_sym_preferred_authentications_token1] = ACTIONS(2635), + [aux_sym_protocol_token1] = ACTIONS(2635), + [aux_sym_proxy_command_token1] = ACTIONS(2635), + [aux_sym_proxy_jump_token1] = ACTIONS(2635), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2635), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2635), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2635), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2635), + [aux_sym_rekey_limit_token1] = ACTIONS(2635), + [aux_sym_remote_command_token1] = ACTIONS(2635), + [aux_sym_remote_forward_token1] = ACTIONS(2635), + [aux_sym_request_tty_token1] = ACTIONS(2635), + [aux_sym_required_rsa_size_token1] = ACTIONS(2635), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2635), + [aux_sym_security_key_provider_token1] = ACTIONS(2635), + [aux_sym_send_env_token1] = ACTIONS(2635), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2635), + [aux_sym_server_alive_interval_token1] = ACTIONS(2635), + [aux_sym_session_type_token1] = ACTIONS(2635), + [aux_sym_set_env_token1] = ACTIONS(2635), + [aux_sym_stdin_null_token1] = ACTIONS(2635), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2635), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2635), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2635), + [aux_sym_syslog_facility_token1] = ACTIONS(2635), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2635), + [aux_sym_keep_alive_token1] = ACTIONS(2635), + [aux_sym_tunnel_token1] = ACTIONS(2637), + [aux_sym_tunnel_device_token1] = ACTIONS(2635), + [aux_sym_update_host_keys_token1] = ACTIONS(2635), + [aux_sym_use_keychain_token1] = ACTIONS(2635), + [aux_sym_use_roaming_token1] = ACTIONS(2635), + [aux_sym_user_token1] = ACTIONS(2637), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2635), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2635), + [aux_sym_visual_host_key_token1] = ACTIONS(2635), + [aux_sym_xauth_location_token1] = ACTIONS(2635), }, [376] = { - [ts_builtin_sym_end] = ACTIONS(2632), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2634), - [anon_sym_DQUOTE] = ACTIONS(2636), - [aux_sym_match_token1] = ACTIONS(2632), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2632), - [aux_sym_address_family_token1] = ACTIONS(2632), - [aux_sym_batch_mode_token1] = ACTIONS(2632), - [aux_sym_bind_address_token1] = ACTIONS(2632), - [aux_sym_bind_interface_token1] = ACTIONS(2632), - [aux_sym_canonical_domains_token1] = ACTIONS(2632), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2632), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2632), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2632), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2632), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2632), - [aux_sym_certificate_file_token1] = ACTIONS(2632), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2632), - [aux_sym_check_host_ip_token1] = ACTIONS(2632), - [aux_sym_ciphers_token1] = ACTIONS(2632), - [aux_sym_cipher_token1] = ACTIONS(2634), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2632), - [aux_sym_compression_token1] = ACTIONS(2632), - [aux_sym_connection_attempts_token1] = ACTIONS(2632), - [aux_sym_connect_timeout_token1] = ACTIONS(2632), - [aux_sym_control_master_token1] = ACTIONS(2632), - [aux_sym_control_path_token1] = ACTIONS(2632), - [aux_sym_control_persist_token1] = ACTIONS(2632), - [aux_sym_dynamic_forward_token1] = ACTIONS(2632), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2632), - [aux_sym_escape_char_token1] = ACTIONS(2632), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2632), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2632), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2632), - [aux_sym_forward_agent_token1] = ACTIONS(2632), - [aux_sym_forward_x11_token1] = ACTIONS(2634), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2632), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2632), - [aux_sym_gateway_ports_token1] = ACTIONS(2632), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2632), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2632), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2632), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2632), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2632), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2632), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2632), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2632), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2632), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2632), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2632), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2632), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2632), - [aux_sym_host_key_alias_token1] = ACTIONS(2632), - [aux_sym_hostname_token1] = ACTIONS(2632), - [aux_sym_identities_only_token1] = ACTIONS(2632), - [aux_sym_identity_agent_token1] = ACTIONS(2632), - [aux_sym_identity_file_token1] = ACTIONS(2632), - [aux_sym_ignore_unknown_token1] = ACTIONS(2632), - [aux_sym_include_token1] = ACTIONS(2632), - [aux_sym_ip_qos_token1] = ACTIONS(2632), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2632), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2632), - [aux_sym_kex_algorithms_token1] = ACTIONS(2632), - [aux_sym_known_hosts_command_token1] = ACTIONS(2632), - [aux_sym_local_command_token1] = ACTIONS(2632), - [aux_sym_local_forward_token1] = ACTIONS(2632), - [aux_sym_log_level_token1] = ACTIONS(2632), - [aux_sym_log_verbose_token1] = ACTIONS(2632), - [aux_sym_macs_token1] = ACTIONS(2632), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2632), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2632), - [aux_sym_password_authentication_token1] = ACTIONS(2632), - [aux_sym_permit_local_command_token1] = ACTIONS(2632), - [aux_sym_permit_remote_open_token1] = ACTIONS(2632), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2632), - [aux_sym_port_token1] = ACTIONS(2632), - [aux_sym_preferred_authentications_token1] = ACTIONS(2632), - [aux_sym_protocol_token1] = ACTIONS(2632), - [aux_sym_proxy_command_token1] = ACTIONS(2632), - [aux_sym_proxy_jump_token1] = ACTIONS(2632), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2632), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2632), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2632), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2632), - [aux_sym_rekey_limit_token1] = ACTIONS(2632), - [aux_sym_remote_command_token1] = ACTIONS(2632), - [aux_sym_remote_forward_token1] = ACTIONS(2632), - [aux_sym_request_tty_token1] = ACTIONS(2632), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2632), - [aux_sym_security_key_provider_token1] = ACTIONS(2632), - [aux_sym_send_env_token1] = ACTIONS(2632), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2632), - [aux_sym_server_alive_interval_token1] = ACTIONS(2632), - [aux_sym_session_type_token1] = ACTIONS(2632), - [aux_sym_set_env_token1] = ACTIONS(2632), - [aux_sym_stdin_null_token1] = ACTIONS(2632), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2632), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2632), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2632), - [aux_sym_syslog_facility_token1] = ACTIONS(2632), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2632), - [aux_sym_keep_alive_token1] = ACTIONS(2632), - [aux_sym_tunnel_token1] = ACTIONS(2634), - [aux_sym_tunnel_device_token1] = ACTIONS(2632), - [aux_sym_update_host_keys_token1] = ACTIONS(2632), - [aux_sym_use_keychain_token1] = ACTIONS(2632), - [aux_sym_use_roaming_token1] = ACTIONS(2632), - [aux_sym_user_token1] = ACTIONS(2634), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2632), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2632), - [aux_sym_visual_host_key_token1] = ACTIONS(2632), - [aux_sym_xauth_location_token1] = ACTIONS(2632), + [ts_builtin_sym_end] = ACTIONS(2641), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2643), + [anon_sym_DQUOTE] = ACTIONS(2641), + [aux_sym_match_token1] = ACTIONS(2641), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2641), + [aux_sym_address_family_token1] = ACTIONS(2641), + [aux_sym_batch_mode_token1] = ACTIONS(2641), + [aux_sym_bind_address_token1] = ACTIONS(2641), + [aux_sym_bind_interface_token1] = ACTIONS(2641), + [aux_sym_canonical_domains_token1] = ACTIONS(2641), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2641), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2641), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2641), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2641), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2641), + [aux_sym_certificate_file_token1] = ACTIONS(2641), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2641), + [aux_sym_check_host_ip_token1] = ACTIONS(2641), + [aux_sym_ciphers_token1] = ACTIONS(2641), + [aux_sym_cipher_token1] = ACTIONS(2643), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2641), + [aux_sym_compression_token1] = ACTIONS(2641), + [aux_sym_connection_attempts_token1] = ACTIONS(2641), + [aux_sym_connect_timeout_token1] = ACTIONS(2641), + [aux_sym_control_master_token1] = ACTIONS(2641), + [aux_sym_control_path_token1] = ACTIONS(2641), + [aux_sym_control_persist_token1] = ACTIONS(2641), + [aux_sym_dynamic_forward_token1] = ACTIONS(2641), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2641), + [aux_sym_escape_char_token1] = ACTIONS(2641), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2641), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2641), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2641), + [aux_sym_forward_agent_token1] = ACTIONS(2641), + [aux_sym_forward_x11_token1] = ACTIONS(2643), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2641), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2641), + [aux_sym_gateway_ports_token1] = ACTIONS(2641), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2641), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2641), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2641), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2641), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2641), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2641), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2641), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2641), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2641), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2641), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2641), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2641), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2641), + [aux_sym_host_key_alias_token1] = ACTIONS(2641), + [aux_sym_hostname_token1] = ACTIONS(2641), + [aux_sym_identities_only_token1] = ACTIONS(2641), + [aux_sym_identity_agent_token1] = ACTIONS(2641), + [aux_sym_identity_file_token1] = ACTIONS(2641), + [aux_sym_ignore_unknown_token1] = ACTIONS(2641), + [aux_sym_include_token1] = ACTIONS(2641), + [aux_sym_ip_qos_token1] = ACTIONS(2641), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2641), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2641), + [aux_sym_kex_algorithms_token1] = ACTIONS(2641), + [aux_sym_known_hosts_command_token1] = ACTIONS(2641), + [aux_sym_local_command_token1] = ACTIONS(2641), + [aux_sym_local_forward_token1] = ACTIONS(2641), + [aux_sym_log_level_token1] = ACTIONS(2641), + [aux_sym_log_verbose_token1] = ACTIONS(2641), + [aux_sym_macs_token1] = ACTIONS(2641), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2641), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2641), + [aux_sym_password_authentication_token1] = ACTIONS(2641), + [aux_sym_permit_local_command_token1] = ACTIONS(2641), + [aux_sym_permit_remote_open_token1] = ACTIONS(2641), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2641), + [aux_sym_port_token1] = ACTIONS(2641), + [aux_sym_preferred_authentications_token1] = ACTIONS(2641), + [aux_sym_protocol_token1] = ACTIONS(2641), + [aux_sym_proxy_command_token1] = ACTIONS(2641), + [aux_sym_proxy_jump_token1] = ACTIONS(2641), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2641), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2641), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2641), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2641), + [aux_sym_rekey_limit_token1] = ACTIONS(2641), + [aux_sym_remote_command_token1] = ACTIONS(2641), + [aux_sym_remote_forward_token1] = ACTIONS(2641), + [aux_sym_request_tty_token1] = ACTIONS(2641), + [aux_sym_required_rsa_size_token1] = ACTIONS(2641), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2641), + [aux_sym_security_key_provider_token1] = ACTIONS(2641), + [aux_sym_send_env_token1] = ACTIONS(2641), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2641), + [aux_sym_server_alive_interval_token1] = ACTIONS(2641), + [aux_sym_session_type_token1] = ACTIONS(2641), + [aux_sym_set_env_token1] = ACTIONS(2641), + [aux_sym_stdin_null_token1] = ACTIONS(2641), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2641), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2641), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2641), + [aux_sym_syslog_facility_token1] = ACTIONS(2641), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2641), + [aux_sym_keep_alive_token1] = ACTIONS(2641), + [aux_sym_tunnel_token1] = ACTIONS(2643), + [aux_sym_tunnel_device_token1] = ACTIONS(2641), + [aux_sym_update_host_keys_token1] = ACTIONS(2641), + [aux_sym_use_keychain_token1] = ACTIONS(2641), + [aux_sym_use_roaming_token1] = ACTIONS(2641), + [aux_sym_user_token1] = ACTIONS(2643), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2641), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2641), + [aux_sym_visual_host_key_token1] = ACTIONS(2641), + [aux_sym_xauth_location_token1] = ACTIONS(2641), }, [377] = { - [ts_builtin_sym_end] = ACTIONS(2638), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2640), - [anon_sym_DQUOTE] = ACTIONS(2638), - [aux_sym_match_token1] = ACTIONS(2638), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2638), - [aux_sym_address_family_token1] = ACTIONS(2638), - [aux_sym_batch_mode_token1] = ACTIONS(2638), - [aux_sym_bind_address_token1] = ACTIONS(2638), - [aux_sym_bind_interface_token1] = ACTIONS(2638), - [aux_sym_canonical_domains_token1] = ACTIONS(2638), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2638), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2638), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2638), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2638), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2638), - [aux_sym_certificate_file_token1] = ACTIONS(2638), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2638), - [aux_sym_check_host_ip_token1] = ACTIONS(2638), - [aux_sym_ciphers_token1] = ACTIONS(2638), - [aux_sym_cipher_token1] = ACTIONS(2640), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2638), - [aux_sym_compression_token1] = ACTIONS(2638), - [aux_sym_connection_attempts_token1] = ACTIONS(2638), - [aux_sym_connect_timeout_token1] = ACTIONS(2638), - [aux_sym_control_master_token1] = ACTIONS(2638), - [aux_sym_control_path_token1] = ACTIONS(2638), - [aux_sym_control_persist_token1] = ACTIONS(2638), - [aux_sym_dynamic_forward_token1] = ACTIONS(2638), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2638), - [aux_sym_escape_char_token1] = ACTIONS(2638), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2638), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2638), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2638), - [aux_sym_forward_agent_token1] = ACTIONS(2638), - [aux_sym_forward_x11_token1] = ACTIONS(2640), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2638), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2638), - [aux_sym_gateway_ports_token1] = ACTIONS(2638), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2638), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2638), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2638), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2638), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2638), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2638), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2638), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2638), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2638), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2638), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2638), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2638), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2638), - [aux_sym_host_key_alias_token1] = ACTIONS(2638), - [aux_sym_hostname_token1] = ACTIONS(2638), - [aux_sym_identities_only_token1] = ACTIONS(2638), - [aux_sym_identity_agent_token1] = ACTIONS(2638), - [aux_sym_identity_file_token1] = ACTIONS(2638), - [aux_sym_ignore_unknown_token1] = ACTIONS(2638), - [aux_sym_include_token1] = ACTIONS(2638), - [aux_sym_ip_qos_token1] = ACTIONS(2638), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2638), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2638), - [aux_sym_kex_algorithms_token1] = ACTIONS(2638), - [aux_sym_known_hosts_command_token1] = ACTIONS(2638), - [aux_sym_local_command_token1] = ACTIONS(2638), - [aux_sym_local_forward_token1] = ACTIONS(2638), - [aux_sym_log_level_token1] = ACTIONS(2638), - [aux_sym_log_verbose_token1] = ACTIONS(2638), - [aux_sym_macs_token1] = ACTIONS(2638), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2638), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2638), - [aux_sym_password_authentication_token1] = ACTIONS(2638), - [aux_sym_permit_local_command_token1] = ACTIONS(2638), - [aux_sym_permit_remote_open_token1] = ACTIONS(2638), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2638), - [aux_sym_port_token1] = ACTIONS(2638), - [aux_sym_preferred_authentications_token1] = ACTIONS(2638), - [aux_sym_protocol_token1] = ACTIONS(2638), - [aux_sym_proxy_command_token1] = ACTIONS(2638), - [aux_sym_proxy_jump_token1] = ACTIONS(2638), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2638), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2638), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2638), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2638), - [aux_sym_rekey_limit_token1] = ACTIONS(2638), - [aux_sym_remote_command_token1] = ACTIONS(2638), - [aux_sym_remote_forward_token1] = ACTIONS(2638), - [aux_sym_request_tty_token1] = ACTIONS(2638), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2638), - [aux_sym_security_key_provider_token1] = ACTIONS(2638), - [aux_sym_send_env_token1] = ACTIONS(2638), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2638), - [aux_sym_server_alive_interval_token1] = ACTIONS(2638), - [aux_sym_session_type_token1] = ACTIONS(2638), - [aux_sym_set_env_token1] = ACTIONS(2638), - [aux_sym_stdin_null_token1] = ACTIONS(2638), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2638), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2638), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2638), - [aux_sym_syslog_facility_token1] = ACTIONS(2638), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2638), - [aux_sym_keep_alive_token1] = ACTIONS(2638), - [aux_sym_tunnel_token1] = ACTIONS(2640), - [aux_sym_tunnel_device_token1] = ACTIONS(2638), - [aux_sym_update_host_keys_token1] = ACTIONS(2638), - [aux_sym_use_keychain_token1] = ACTIONS(2638), - [aux_sym_use_roaming_token1] = ACTIONS(2638), - [aux_sym_user_token1] = ACTIONS(2640), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2638), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2638), - [aux_sym_visual_host_key_token1] = ACTIONS(2638), - [aux_sym_xauth_location_token1] = ACTIONS(2638), + [ts_builtin_sym_end] = ACTIONS(2645), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2647), + [anon_sym_DQUOTE] = ACTIONS(2645), + [aux_sym_match_token1] = ACTIONS(2645), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2645), + [aux_sym_address_family_token1] = ACTIONS(2645), + [aux_sym_batch_mode_token1] = ACTIONS(2645), + [aux_sym_bind_address_token1] = ACTIONS(2645), + [aux_sym_bind_interface_token1] = ACTIONS(2645), + [aux_sym_canonical_domains_token1] = ACTIONS(2645), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2645), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2645), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2645), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2645), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2645), + [aux_sym_certificate_file_token1] = ACTIONS(2645), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2645), + [aux_sym_check_host_ip_token1] = ACTIONS(2645), + [aux_sym_ciphers_token1] = ACTIONS(2645), + [aux_sym_cipher_token1] = ACTIONS(2647), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2645), + [aux_sym_compression_token1] = ACTIONS(2645), + [aux_sym_connection_attempts_token1] = ACTIONS(2645), + [aux_sym_connect_timeout_token1] = ACTIONS(2645), + [aux_sym_control_master_token1] = ACTIONS(2645), + [aux_sym_control_path_token1] = ACTIONS(2645), + [aux_sym_control_persist_token1] = ACTIONS(2645), + [aux_sym_dynamic_forward_token1] = ACTIONS(2645), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2645), + [aux_sym_escape_char_token1] = ACTIONS(2645), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2645), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2645), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2645), + [aux_sym_forward_agent_token1] = ACTIONS(2645), + [aux_sym_forward_x11_token1] = ACTIONS(2647), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2645), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2645), + [aux_sym_gateway_ports_token1] = ACTIONS(2645), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2645), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2645), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2645), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2645), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2645), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2645), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2645), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2645), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2645), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2645), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2645), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2645), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2645), + [aux_sym_host_key_alias_token1] = ACTIONS(2645), + [aux_sym_hostname_token1] = ACTIONS(2645), + [aux_sym_identities_only_token1] = ACTIONS(2645), + [aux_sym_identity_agent_token1] = ACTIONS(2645), + [aux_sym_identity_file_token1] = ACTIONS(2645), + [aux_sym_ignore_unknown_token1] = ACTIONS(2645), + [aux_sym_include_token1] = ACTIONS(2645), + [aux_sym_ip_qos_token1] = ACTIONS(2645), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2645), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2645), + [aux_sym_kex_algorithms_token1] = ACTIONS(2645), + [aux_sym_known_hosts_command_token1] = ACTIONS(2645), + [aux_sym_local_command_token1] = ACTIONS(2645), + [aux_sym_local_forward_token1] = ACTIONS(2645), + [aux_sym_log_level_token1] = ACTIONS(2645), + [aux_sym_log_verbose_token1] = ACTIONS(2645), + [aux_sym_macs_token1] = ACTIONS(2645), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2645), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2645), + [aux_sym_password_authentication_token1] = ACTIONS(2645), + [aux_sym_permit_local_command_token1] = ACTIONS(2645), + [aux_sym_permit_remote_open_token1] = ACTIONS(2645), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2645), + [aux_sym_port_token1] = ACTIONS(2645), + [aux_sym_preferred_authentications_token1] = ACTIONS(2645), + [aux_sym_protocol_token1] = ACTIONS(2645), + [aux_sym_proxy_command_token1] = ACTIONS(2645), + [aux_sym_proxy_jump_token1] = ACTIONS(2645), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2645), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2645), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2645), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2645), + [aux_sym_rekey_limit_token1] = ACTIONS(2645), + [aux_sym_remote_command_token1] = ACTIONS(2645), + [aux_sym_remote_forward_token1] = ACTIONS(2645), + [aux_sym_request_tty_token1] = ACTIONS(2645), + [aux_sym_required_rsa_size_token1] = ACTIONS(2645), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2645), + [aux_sym_security_key_provider_token1] = ACTIONS(2645), + [aux_sym_send_env_token1] = ACTIONS(2645), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2645), + [aux_sym_server_alive_interval_token1] = ACTIONS(2645), + [aux_sym_session_type_token1] = ACTIONS(2645), + [aux_sym_set_env_token1] = ACTIONS(2645), + [aux_sym_stdin_null_token1] = ACTIONS(2645), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2645), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2645), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2645), + [aux_sym_syslog_facility_token1] = ACTIONS(2645), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2645), + [aux_sym_keep_alive_token1] = ACTIONS(2645), + [aux_sym_tunnel_token1] = ACTIONS(2647), + [aux_sym_tunnel_device_token1] = ACTIONS(2645), + [aux_sym_update_host_keys_token1] = ACTIONS(2645), + [aux_sym_use_keychain_token1] = ACTIONS(2645), + [aux_sym_use_roaming_token1] = ACTIONS(2645), + [aux_sym_user_token1] = ACTIONS(2647), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2645), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2645), + [aux_sym_visual_host_key_token1] = ACTIONS(2645), + [aux_sym_xauth_location_token1] = ACTIONS(2645), }, [378] = { - [ts_builtin_sym_end] = ACTIONS(2642), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2644), - [anon_sym_DQUOTE] = ACTIONS(2646), - [aux_sym_match_token1] = ACTIONS(2642), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2642), - [aux_sym_address_family_token1] = ACTIONS(2642), - [aux_sym_batch_mode_token1] = ACTIONS(2642), - [aux_sym_bind_address_token1] = ACTIONS(2642), - [aux_sym_bind_interface_token1] = ACTIONS(2642), - [aux_sym_canonical_domains_token1] = ACTIONS(2642), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2642), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2642), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2642), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2642), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2642), - [aux_sym_certificate_file_token1] = ACTIONS(2642), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2642), - [aux_sym_check_host_ip_token1] = ACTIONS(2642), - [aux_sym_ciphers_token1] = ACTIONS(2642), - [aux_sym_cipher_token1] = ACTIONS(2644), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2642), - [aux_sym_compression_token1] = ACTIONS(2642), - [aux_sym_connection_attempts_token1] = ACTIONS(2642), - [aux_sym_connect_timeout_token1] = ACTIONS(2642), - [aux_sym_control_master_token1] = ACTIONS(2642), - [aux_sym_control_path_token1] = ACTIONS(2642), - [aux_sym_control_persist_token1] = ACTIONS(2642), - [aux_sym_dynamic_forward_token1] = ACTIONS(2642), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2642), - [aux_sym_escape_char_token1] = ACTIONS(2642), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2642), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2642), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2642), - [aux_sym_forward_agent_token1] = ACTIONS(2642), - [aux_sym_forward_x11_token1] = ACTIONS(2644), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2642), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2642), - [aux_sym_gateway_ports_token1] = ACTIONS(2642), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2642), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2642), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2642), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2642), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2642), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2642), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2642), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2642), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2642), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2642), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2642), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2642), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2642), - [aux_sym_host_key_alias_token1] = ACTIONS(2642), - [aux_sym_hostname_token1] = ACTIONS(2642), - [aux_sym_identities_only_token1] = ACTIONS(2642), - [aux_sym_identity_agent_token1] = ACTIONS(2642), - [aux_sym_identity_file_token1] = ACTIONS(2642), - [aux_sym_ignore_unknown_token1] = ACTIONS(2642), - [aux_sym_include_token1] = ACTIONS(2642), - [aux_sym_ip_qos_token1] = ACTIONS(2642), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2642), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2642), - [aux_sym_kex_algorithms_token1] = ACTIONS(2642), - [aux_sym_known_hosts_command_token1] = ACTIONS(2642), - [aux_sym_local_command_token1] = ACTIONS(2642), - [aux_sym_local_forward_token1] = ACTIONS(2642), - [aux_sym_log_level_token1] = ACTIONS(2642), - [aux_sym_log_verbose_token1] = ACTIONS(2642), - [aux_sym_macs_token1] = ACTIONS(2642), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2642), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2642), - [aux_sym_password_authentication_token1] = ACTIONS(2642), - [aux_sym_permit_local_command_token1] = ACTIONS(2642), - [aux_sym_permit_remote_open_token1] = ACTIONS(2642), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2642), - [aux_sym_port_token1] = ACTIONS(2642), - [aux_sym_preferred_authentications_token1] = ACTIONS(2642), - [aux_sym_protocol_token1] = ACTIONS(2642), - [aux_sym_proxy_command_token1] = ACTIONS(2642), - [aux_sym_proxy_jump_token1] = ACTIONS(2642), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2642), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2642), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2642), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2642), - [aux_sym_rekey_limit_token1] = ACTIONS(2642), - [aux_sym_remote_command_token1] = ACTIONS(2642), - [aux_sym_remote_forward_token1] = ACTIONS(2642), - [aux_sym_request_tty_token1] = ACTIONS(2642), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2642), - [aux_sym_security_key_provider_token1] = ACTIONS(2642), - [aux_sym_send_env_token1] = ACTIONS(2642), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2642), - [aux_sym_server_alive_interval_token1] = ACTIONS(2642), - [aux_sym_session_type_token1] = ACTIONS(2642), - [aux_sym_set_env_token1] = ACTIONS(2642), - [aux_sym_stdin_null_token1] = ACTIONS(2642), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2642), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2642), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2642), - [aux_sym_syslog_facility_token1] = ACTIONS(2642), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2642), - [aux_sym_keep_alive_token1] = ACTIONS(2642), - [aux_sym_tunnel_token1] = ACTIONS(2644), - [aux_sym_tunnel_device_token1] = ACTIONS(2642), - [aux_sym_update_host_keys_token1] = ACTIONS(2642), - [aux_sym_use_keychain_token1] = ACTIONS(2642), - [aux_sym_use_roaming_token1] = ACTIONS(2642), - [aux_sym_user_token1] = ACTIONS(2644), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2642), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2642), - [aux_sym_visual_host_key_token1] = ACTIONS(2642), - [aux_sym_xauth_location_token1] = ACTIONS(2642), + [ts_builtin_sym_end] = ACTIONS(2649), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2651), + [anon_sym_DQUOTE] = ACTIONS(2653), + [aux_sym_match_token1] = ACTIONS(2649), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2649), + [aux_sym_address_family_token1] = ACTIONS(2649), + [aux_sym_batch_mode_token1] = ACTIONS(2649), + [aux_sym_bind_address_token1] = ACTIONS(2649), + [aux_sym_bind_interface_token1] = ACTIONS(2649), + [aux_sym_canonical_domains_token1] = ACTIONS(2649), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2649), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2649), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2649), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2649), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2649), + [aux_sym_certificate_file_token1] = ACTIONS(2649), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2649), + [aux_sym_check_host_ip_token1] = ACTIONS(2649), + [aux_sym_ciphers_token1] = ACTIONS(2649), + [aux_sym_cipher_token1] = ACTIONS(2651), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2649), + [aux_sym_compression_token1] = ACTIONS(2649), + [aux_sym_connection_attempts_token1] = ACTIONS(2649), + [aux_sym_connect_timeout_token1] = ACTIONS(2649), + [aux_sym_control_master_token1] = ACTIONS(2649), + [aux_sym_control_path_token1] = ACTIONS(2649), + [aux_sym_control_persist_token1] = ACTIONS(2649), + [aux_sym_dynamic_forward_token1] = ACTIONS(2649), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2649), + [aux_sym_escape_char_token1] = ACTIONS(2649), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2649), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2649), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2649), + [aux_sym_forward_agent_token1] = ACTIONS(2649), + [aux_sym_forward_x11_token1] = ACTIONS(2651), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2649), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2649), + [aux_sym_gateway_ports_token1] = ACTIONS(2649), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2649), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2649), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2649), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2649), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2649), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2649), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2649), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2649), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2649), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2649), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2649), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2649), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2649), + [aux_sym_host_key_alias_token1] = ACTIONS(2649), + [aux_sym_hostname_token1] = ACTIONS(2649), + [aux_sym_identities_only_token1] = ACTIONS(2649), + [aux_sym_identity_agent_token1] = ACTIONS(2649), + [aux_sym_identity_file_token1] = ACTIONS(2649), + [aux_sym_ignore_unknown_token1] = ACTIONS(2649), + [aux_sym_include_token1] = ACTIONS(2649), + [aux_sym_ip_qos_token1] = ACTIONS(2649), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2649), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2649), + [aux_sym_kex_algorithms_token1] = ACTIONS(2649), + [aux_sym_known_hosts_command_token1] = ACTIONS(2649), + [aux_sym_local_command_token1] = ACTIONS(2649), + [aux_sym_local_forward_token1] = ACTIONS(2649), + [aux_sym_log_level_token1] = ACTIONS(2649), + [aux_sym_log_verbose_token1] = ACTIONS(2649), + [aux_sym_macs_token1] = ACTIONS(2649), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2649), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2649), + [aux_sym_password_authentication_token1] = ACTIONS(2649), + [aux_sym_permit_local_command_token1] = ACTIONS(2649), + [aux_sym_permit_remote_open_token1] = ACTIONS(2649), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2649), + [aux_sym_port_token1] = ACTIONS(2649), + [aux_sym_preferred_authentications_token1] = ACTIONS(2649), + [aux_sym_protocol_token1] = ACTIONS(2649), + [aux_sym_proxy_command_token1] = ACTIONS(2649), + [aux_sym_proxy_jump_token1] = ACTIONS(2649), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2649), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2649), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2649), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2649), + [aux_sym_rekey_limit_token1] = ACTIONS(2649), + [aux_sym_remote_command_token1] = ACTIONS(2649), + [aux_sym_remote_forward_token1] = ACTIONS(2649), + [aux_sym_request_tty_token1] = ACTIONS(2649), + [aux_sym_required_rsa_size_token1] = ACTIONS(2649), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2649), + [aux_sym_security_key_provider_token1] = ACTIONS(2649), + [aux_sym_send_env_token1] = ACTIONS(2649), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2649), + [aux_sym_server_alive_interval_token1] = ACTIONS(2649), + [aux_sym_session_type_token1] = ACTIONS(2649), + [aux_sym_set_env_token1] = ACTIONS(2649), + [aux_sym_stdin_null_token1] = ACTIONS(2649), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2649), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2649), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2649), + [aux_sym_syslog_facility_token1] = ACTIONS(2649), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2649), + [aux_sym_keep_alive_token1] = ACTIONS(2649), + [aux_sym_tunnel_token1] = ACTIONS(2651), + [aux_sym_tunnel_device_token1] = ACTIONS(2649), + [aux_sym_update_host_keys_token1] = ACTIONS(2649), + [aux_sym_use_keychain_token1] = ACTIONS(2649), + [aux_sym_use_roaming_token1] = ACTIONS(2649), + [aux_sym_user_token1] = ACTIONS(2651), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2649), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2649), + [aux_sym_visual_host_key_token1] = ACTIONS(2649), + [aux_sym_xauth_location_token1] = ACTIONS(2649), }, [379] = { - [ts_builtin_sym_end] = ACTIONS(2648), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2650), - [anon_sym_DQUOTE] = ACTIONS(2648), - [aux_sym_match_token1] = ACTIONS(2648), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2648), - [aux_sym_address_family_token1] = ACTIONS(2648), - [aux_sym_batch_mode_token1] = ACTIONS(2648), - [aux_sym_bind_address_token1] = ACTIONS(2648), - [aux_sym_bind_interface_token1] = ACTIONS(2648), - [aux_sym_canonical_domains_token1] = ACTIONS(2648), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2648), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2648), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2648), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2648), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2648), - [aux_sym_certificate_file_token1] = ACTIONS(2648), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2648), - [aux_sym_check_host_ip_token1] = ACTIONS(2648), - [aux_sym_ciphers_token1] = ACTIONS(2648), - [aux_sym_cipher_token1] = ACTIONS(2650), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2648), - [aux_sym_compression_token1] = ACTIONS(2648), - [aux_sym_connection_attempts_token1] = ACTIONS(2648), - [aux_sym_connect_timeout_token1] = ACTIONS(2648), - [aux_sym_control_master_token1] = ACTIONS(2648), - [aux_sym_control_path_token1] = ACTIONS(2648), - [aux_sym_control_persist_token1] = ACTIONS(2648), - [aux_sym_dynamic_forward_token1] = ACTIONS(2648), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2648), - [aux_sym_escape_char_token1] = ACTIONS(2648), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2648), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2648), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2648), - [aux_sym_forward_agent_token1] = ACTIONS(2648), - [aux_sym_forward_x11_token1] = ACTIONS(2650), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2648), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2648), - [aux_sym_gateway_ports_token1] = ACTIONS(2648), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2648), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2648), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2648), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2648), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2648), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2648), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2648), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2648), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2648), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2648), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2648), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2648), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2648), - [aux_sym_host_key_alias_token1] = ACTIONS(2648), - [aux_sym_hostname_token1] = ACTIONS(2648), - [aux_sym_identities_only_token1] = ACTIONS(2648), - [aux_sym_identity_agent_token1] = ACTIONS(2648), - [aux_sym_identity_file_token1] = ACTIONS(2648), - [aux_sym_ignore_unknown_token1] = ACTIONS(2648), - [aux_sym_include_token1] = ACTIONS(2648), - [aux_sym_ip_qos_token1] = ACTIONS(2648), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2648), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2648), - [aux_sym_kex_algorithms_token1] = ACTIONS(2648), - [aux_sym_known_hosts_command_token1] = ACTIONS(2648), - [aux_sym_local_command_token1] = ACTIONS(2648), - [aux_sym_local_forward_token1] = ACTIONS(2648), - [aux_sym_log_level_token1] = ACTIONS(2648), - [aux_sym_log_verbose_token1] = ACTIONS(2648), - [aux_sym_macs_token1] = ACTIONS(2648), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2648), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2648), - [aux_sym_password_authentication_token1] = ACTIONS(2648), - [aux_sym_permit_local_command_token1] = ACTIONS(2648), - [aux_sym_permit_remote_open_token1] = ACTIONS(2648), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2648), - [aux_sym_port_token1] = ACTIONS(2648), - [aux_sym_preferred_authentications_token1] = ACTIONS(2648), - [aux_sym_protocol_token1] = ACTIONS(2648), - [aux_sym_proxy_command_token1] = ACTIONS(2648), - [aux_sym_proxy_jump_token1] = ACTIONS(2648), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2648), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2648), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2648), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2648), - [aux_sym_rekey_limit_token1] = ACTIONS(2648), - [aux_sym_remote_command_token1] = ACTIONS(2648), - [aux_sym_remote_forward_token1] = ACTIONS(2648), - [aux_sym_request_tty_token1] = ACTIONS(2648), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2648), - [aux_sym_security_key_provider_token1] = ACTIONS(2648), - [aux_sym_send_env_token1] = ACTIONS(2648), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2648), - [aux_sym_server_alive_interval_token1] = ACTIONS(2648), - [aux_sym_session_type_token1] = ACTIONS(2648), - [aux_sym_set_env_token1] = ACTIONS(2648), - [aux_sym_stdin_null_token1] = ACTIONS(2648), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2648), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2648), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2648), - [aux_sym_syslog_facility_token1] = ACTIONS(2648), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2648), - [aux_sym_keep_alive_token1] = ACTIONS(2648), - [aux_sym_tunnel_token1] = ACTIONS(2650), - [aux_sym_tunnel_device_token1] = ACTIONS(2648), - [aux_sym_update_host_keys_token1] = ACTIONS(2648), - [aux_sym_use_keychain_token1] = ACTIONS(2648), - [aux_sym_use_roaming_token1] = ACTIONS(2648), - [aux_sym_user_token1] = ACTIONS(2650), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2648), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2648), - [aux_sym_visual_host_key_token1] = ACTIONS(2648), - [aux_sym_xauth_location_token1] = ACTIONS(2648), + [ts_builtin_sym_end] = ACTIONS(2655), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2657), + [anon_sym_DQUOTE] = ACTIONS(2655), + [aux_sym_match_token1] = ACTIONS(2655), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2655), + [aux_sym_address_family_token1] = ACTIONS(2655), + [aux_sym_batch_mode_token1] = ACTIONS(2655), + [aux_sym_bind_address_token1] = ACTIONS(2655), + [aux_sym_bind_interface_token1] = ACTIONS(2655), + [aux_sym_canonical_domains_token1] = ACTIONS(2655), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2655), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2655), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2655), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2655), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2655), + [aux_sym_certificate_file_token1] = ACTIONS(2655), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2655), + [aux_sym_check_host_ip_token1] = ACTIONS(2655), + [aux_sym_ciphers_token1] = ACTIONS(2655), + [aux_sym_cipher_token1] = ACTIONS(2657), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2655), + [aux_sym_compression_token1] = ACTIONS(2655), + [aux_sym_connection_attempts_token1] = ACTIONS(2655), + [aux_sym_connect_timeout_token1] = ACTIONS(2655), + [aux_sym_control_master_token1] = ACTIONS(2655), + [aux_sym_control_path_token1] = ACTIONS(2655), + [aux_sym_control_persist_token1] = ACTIONS(2655), + [aux_sym_dynamic_forward_token1] = ACTIONS(2655), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2655), + [aux_sym_escape_char_token1] = ACTIONS(2655), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2655), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2655), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2655), + [aux_sym_forward_agent_token1] = ACTIONS(2655), + [aux_sym_forward_x11_token1] = ACTIONS(2657), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2655), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2655), + [aux_sym_gateway_ports_token1] = ACTIONS(2655), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2655), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2655), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2655), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2655), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2655), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2655), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2655), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2655), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2655), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2655), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2655), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2655), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2655), + [aux_sym_host_key_alias_token1] = ACTIONS(2655), + [aux_sym_hostname_token1] = ACTIONS(2655), + [aux_sym_identities_only_token1] = ACTIONS(2655), + [aux_sym_identity_agent_token1] = ACTIONS(2655), + [aux_sym_identity_file_token1] = ACTIONS(2655), + [aux_sym_ignore_unknown_token1] = ACTIONS(2655), + [aux_sym_include_token1] = ACTIONS(2655), + [aux_sym_ip_qos_token1] = ACTIONS(2655), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2655), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2655), + [aux_sym_kex_algorithms_token1] = ACTIONS(2655), + [aux_sym_known_hosts_command_token1] = ACTIONS(2655), + [aux_sym_local_command_token1] = ACTIONS(2655), + [aux_sym_local_forward_token1] = ACTIONS(2655), + [aux_sym_log_level_token1] = ACTIONS(2655), + [aux_sym_log_verbose_token1] = ACTIONS(2655), + [aux_sym_macs_token1] = ACTIONS(2655), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2655), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2655), + [aux_sym_password_authentication_token1] = ACTIONS(2655), + [aux_sym_permit_local_command_token1] = ACTIONS(2655), + [aux_sym_permit_remote_open_token1] = ACTIONS(2655), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2655), + [aux_sym_port_token1] = ACTIONS(2655), + [aux_sym_preferred_authentications_token1] = ACTIONS(2655), + [aux_sym_protocol_token1] = ACTIONS(2655), + [aux_sym_proxy_command_token1] = ACTIONS(2655), + [aux_sym_proxy_jump_token1] = ACTIONS(2655), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2655), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2655), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2655), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2655), + [aux_sym_rekey_limit_token1] = ACTIONS(2655), + [aux_sym_remote_command_token1] = ACTIONS(2655), + [aux_sym_remote_forward_token1] = ACTIONS(2655), + [aux_sym_request_tty_token1] = ACTIONS(2655), + [aux_sym_required_rsa_size_token1] = ACTIONS(2655), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2655), + [aux_sym_security_key_provider_token1] = ACTIONS(2655), + [aux_sym_send_env_token1] = ACTIONS(2655), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2655), + [aux_sym_server_alive_interval_token1] = ACTIONS(2655), + [aux_sym_session_type_token1] = ACTIONS(2655), + [aux_sym_set_env_token1] = ACTIONS(2655), + [aux_sym_stdin_null_token1] = ACTIONS(2655), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2655), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2655), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2655), + [aux_sym_syslog_facility_token1] = ACTIONS(2655), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2655), + [aux_sym_keep_alive_token1] = ACTIONS(2655), + [aux_sym_tunnel_token1] = ACTIONS(2657), + [aux_sym_tunnel_device_token1] = ACTIONS(2655), + [aux_sym_update_host_keys_token1] = ACTIONS(2655), + [aux_sym_use_keychain_token1] = ACTIONS(2655), + [aux_sym_use_roaming_token1] = ACTIONS(2655), + [aux_sym_user_token1] = ACTIONS(2657), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2655), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2655), + [aux_sym_visual_host_key_token1] = ACTIONS(2655), + [aux_sym_xauth_location_token1] = ACTIONS(2655), }, [380] = { - [ts_builtin_sym_end] = ACTIONS(2652), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2654), - [anon_sym_DQUOTE] = ACTIONS(2656), - [aux_sym_match_token1] = ACTIONS(2652), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2652), - [aux_sym_address_family_token1] = ACTIONS(2652), - [aux_sym_batch_mode_token1] = ACTIONS(2652), - [aux_sym_bind_address_token1] = ACTIONS(2652), - [aux_sym_bind_interface_token1] = ACTIONS(2652), - [aux_sym_canonical_domains_token1] = ACTIONS(2652), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2652), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2652), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2652), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2652), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2652), - [aux_sym_certificate_file_token1] = ACTIONS(2652), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2652), - [aux_sym_check_host_ip_token1] = ACTIONS(2652), - [aux_sym_ciphers_token1] = ACTIONS(2652), - [aux_sym_cipher_token1] = ACTIONS(2654), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2652), - [aux_sym_compression_token1] = ACTIONS(2652), - [aux_sym_connection_attempts_token1] = ACTIONS(2652), - [aux_sym_connect_timeout_token1] = ACTIONS(2652), - [aux_sym_control_master_token1] = ACTIONS(2652), - [aux_sym_control_path_token1] = ACTIONS(2652), - [aux_sym_control_persist_token1] = ACTIONS(2652), - [aux_sym_dynamic_forward_token1] = ACTIONS(2652), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2652), - [aux_sym_escape_char_token1] = ACTIONS(2652), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2652), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2652), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2652), - [aux_sym_forward_agent_token1] = ACTIONS(2652), - [aux_sym_forward_x11_token1] = ACTIONS(2654), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2652), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2652), - [aux_sym_gateway_ports_token1] = ACTIONS(2652), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2652), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2652), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2652), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2652), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2652), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2652), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2652), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2652), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2652), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2652), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2652), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2652), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2652), - [aux_sym_host_key_alias_token1] = ACTIONS(2652), - [aux_sym_hostname_token1] = ACTIONS(2652), - [aux_sym_identities_only_token1] = ACTIONS(2652), - [aux_sym_identity_agent_token1] = ACTIONS(2652), - [aux_sym_identity_file_token1] = ACTIONS(2652), - [aux_sym_ignore_unknown_token1] = ACTIONS(2652), - [aux_sym_include_token1] = ACTIONS(2652), - [aux_sym_ip_qos_token1] = ACTIONS(2652), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2652), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2652), - [aux_sym_kex_algorithms_token1] = ACTIONS(2652), - [aux_sym_known_hosts_command_token1] = ACTIONS(2652), - [aux_sym_local_command_token1] = ACTIONS(2652), - [aux_sym_local_forward_token1] = ACTIONS(2652), - [aux_sym_log_level_token1] = ACTIONS(2652), - [aux_sym_log_verbose_token1] = ACTIONS(2652), - [aux_sym_macs_token1] = ACTIONS(2652), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2652), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2652), - [aux_sym_password_authentication_token1] = ACTIONS(2652), - [aux_sym_permit_local_command_token1] = ACTIONS(2652), - [aux_sym_permit_remote_open_token1] = ACTIONS(2652), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2652), - [aux_sym_port_token1] = ACTIONS(2652), - [aux_sym_preferred_authentications_token1] = ACTIONS(2652), - [aux_sym_protocol_token1] = ACTIONS(2652), - [aux_sym_proxy_command_token1] = ACTIONS(2652), - [aux_sym_proxy_jump_token1] = ACTIONS(2652), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2652), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2652), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2652), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2652), - [aux_sym_rekey_limit_token1] = ACTIONS(2652), - [aux_sym_remote_command_token1] = ACTIONS(2652), - [aux_sym_remote_forward_token1] = ACTIONS(2652), - [aux_sym_request_tty_token1] = ACTIONS(2652), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2652), - [aux_sym_security_key_provider_token1] = ACTIONS(2652), - [aux_sym_send_env_token1] = ACTIONS(2652), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2652), - [aux_sym_server_alive_interval_token1] = ACTIONS(2652), - [aux_sym_session_type_token1] = ACTIONS(2652), - [aux_sym_set_env_token1] = ACTIONS(2652), - [aux_sym_stdin_null_token1] = ACTIONS(2652), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2652), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2652), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2652), - [aux_sym_syslog_facility_token1] = ACTIONS(2652), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2652), - [aux_sym_keep_alive_token1] = ACTIONS(2652), - [aux_sym_tunnel_token1] = ACTIONS(2654), - [aux_sym_tunnel_device_token1] = ACTIONS(2652), - [aux_sym_update_host_keys_token1] = ACTIONS(2652), - [aux_sym_use_keychain_token1] = ACTIONS(2652), - [aux_sym_use_roaming_token1] = ACTIONS(2652), - [aux_sym_user_token1] = ACTIONS(2654), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2652), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2652), - [aux_sym_visual_host_key_token1] = ACTIONS(2652), - [aux_sym_xauth_location_token1] = ACTIONS(2652), + [ts_builtin_sym_end] = ACTIONS(2659), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2661), + [anon_sym_DQUOTE] = ACTIONS(2663), + [aux_sym_match_token1] = ACTIONS(2659), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2659), + [aux_sym_address_family_token1] = ACTIONS(2659), + [aux_sym_batch_mode_token1] = ACTIONS(2659), + [aux_sym_bind_address_token1] = ACTIONS(2659), + [aux_sym_bind_interface_token1] = ACTIONS(2659), + [aux_sym_canonical_domains_token1] = ACTIONS(2659), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2659), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2659), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2659), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2659), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2659), + [aux_sym_certificate_file_token1] = ACTIONS(2659), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2659), + [aux_sym_check_host_ip_token1] = ACTIONS(2659), + [aux_sym_ciphers_token1] = ACTIONS(2659), + [aux_sym_cipher_token1] = ACTIONS(2661), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2659), + [aux_sym_compression_token1] = ACTIONS(2659), + [aux_sym_connection_attempts_token1] = ACTIONS(2659), + [aux_sym_connect_timeout_token1] = ACTIONS(2659), + [aux_sym_control_master_token1] = ACTIONS(2659), + [aux_sym_control_path_token1] = ACTIONS(2659), + [aux_sym_control_persist_token1] = ACTIONS(2659), + [aux_sym_dynamic_forward_token1] = ACTIONS(2659), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2659), + [aux_sym_escape_char_token1] = ACTIONS(2659), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2659), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2659), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2659), + [aux_sym_forward_agent_token1] = ACTIONS(2659), + [aux_sym_forward_x11_token1] = ACTIONS(2661), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2659), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2659), + [aux_sym_gateway_ports_token1] = ACTIONS(2659), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2659), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2659), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2659), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2659), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2659), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2659), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2659), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2659), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2659), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2659), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2659), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2659), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2659), + [aux_sym_host_key_alias_token1] = ACTIONS(2659), + [aux_sym_hostname_token1] = ACTIONS(2659), + [aux_sym_identities_only_token1] = ACTIONS(2659), + [aux_sym_identity_agent_token1] = ACTIONS(2659), + [aux_sym_identity_file_token1] = ACTIONS(2659), + [aux_sym_ignore_unknown_token1] = ACTIONS(2659), + [aux_sym_include_token1] = ACTIONS(2659), + [aux_sym_ip_qos_token1] = ACTIONS(2659), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2659), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2659), + [aux_sym_kex_algorithms_token1] = ACTIONS(2659), + [aux_sym_known_hosts_command_token1] = ACTIONS(2659), + [aux_sym_local_command_token1] = ACTIONS(2659), + [aux_sym_local_forward_token1] = ACTIONS(2659), + [aux_sym_log_level_token1] = ACTIONS(2659), + [aux_sym_log_verbose_token1] = ACTIONS(2659), + [aux_sym_macs_token1] = ACTIONS(2659), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2659), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2659), + [aux_sym_password_authentication_token1] = ACTIONS(2659), + [aux_sym_permit_local_command_token1] = ACTIONS(2659), + [aux_sym_permit_remote_open_token1] = ACTIONS(2659), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2659), + [aux_sym_port_token1] = ACTIONS(2659), + [aux_sym_preferred_authentications_token1] = ACTIONS(2659), + [aux_sym_protocol_token1] = ACTIONS(2659), + [aux_sym_proxy_command_token1] = ACTIONS(2659), + [aux_sym_proxy_jump_token1] = ACTIONS(2659), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2659), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2659), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2659), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2659), + [aux_sym_rekey_limit_token1] = ACTIONS(2659), + [aux_sym_remote_command_token1] = ACTIONS(2659), + [aux_sym_remote_forward_token1] = ACTIONS(2659), + [aux_sym_request_tty_token1] = ACTIONS(2659), + [aux_sym_required_rsa_size_token1] = ACTIONS(2659), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2659), + [aux_sym_security_key_provider_token1] = ACTIONS(2659), + [aux_sym_send_env_token1] = ACTIONS(2659), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2659), + [aux_sym_server_alive_interval_token1] = ACTIONS(2659), + [aux_sym_session_type_token1] = ACTIONS(2659), + [aux_sym_set_env_token1] = ACTIONS(2659), + [aux_sym_stdin_null_token1] = ACTIONS(2659), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2659), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2659), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2659), + [aux_sym_syslog_facility_token1] = ACTIONS(2659), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2659), + [aux_sym_keep_alive_token1] = ACTIONS(2659), + [aux_sym_tunnel_token1] = ACTIONS(2661), + [aux_sym_tunnel_device_token1] = ACTIONS(2659), + [aux_sym_update_host_keys_token1] = ACTIONS(2659), + [aux_sym_use_keychain_token1] = ACTIONS(2659), + [aux_sym_use_roaming_token1] = ACTIONS(2659), + [aux_sym_user_token1] = ACTIONS(2661), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2659), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2659), + [aux_sym_visual_host_key_token1] = ACTIONS(2659), + [aux_sym_xauth_location_token1] = ACTIONS(2659), }, [381] = { - [ts_builtin_sym_end] = ACTIONS(2658), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2660), - [anon_sym_DQUOTE] = ACTIONS(2662), - [aux_sym_match_token1] = ACTIONS(2658), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2658), - [aux_sym_address_family_token1] = ACTIONS(2658), - [aux_sym_batch_mode_token1] = ACTIONS(2658), - [aux_sym_bind_address_token1] = ACTIONS(2658), - [aux_sym_bind_interface_token1] = ACTIONS(2658), - [aux_sym_canonical_domains_token1] = ACTIONS(2658), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2658), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2658), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2658), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2658), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2658), - [aux_sym_certificate_file_token1] = ACTIONS(2658), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2658), - [aux_sym_check_host_ip_token1] = ACTIONS(2658), - [aux_sym_ciphers_token1] = ACTIONS(2658), - [aux_sym_cipher_token1] = ACTIONS(2660), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2658), - [aux_sym_compression_token1] = ACTIONS(2658), - [aux_sym_connection_attempts_token1] = ACTIONS(2658), - [aux_sym_connect_timeout_token1] = ACTIONS(2658), - [aux_sym_control_master_token1] = ACTIONS(2658), - [aux_sym_control_path_token1] = ACTIONS(2658), - [aux_sym_control_persist_token1] = ACTIONS(2658), - [aux_sym_dynamic_forward_token1] = ACTIONS(2658), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2658), - [aux_sym_escape_char_token1] = ACTIONS(2658), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2658), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2658), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2658), - [aux_sym_forward_agent_token1] = ACTIONS(2658), - [aux_sym_forward_x11_token1] = ACTIONS(2660), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2658), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2658), - [aux_sym_gateway_ports_token1] = ACTIONS(2658), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2658), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2658), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2658), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2658), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2658), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2658), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2658), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2658), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2658), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2658), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2658), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2658), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2658), - [aux_sym_host_key_alias_token1] = ACTIONS(2658), - [aux_sym_hostname_token1] = ACTIONS(2658), - [aux_sym_identities_only_token1] = ACTIONS(2658), - [aux_sym_identity_agent_token1] = ACTIONS(2658), - [aux_sym_identity_file_token1] = ACTIONS(2658), - [aux_sym_ignore_unknown_token1] = ACTIONS(2658), - [aux_sym_include_token1] = ACTIONS(2658), - [aux_sym_ip_qos_token1] = ACTIONS(2658), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2658), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2658), - [aux_sym_kex_algorithms_token1] = ACTIONS(2658), - [aux_sym_known_hosts_command_token1] = ACTIONS(2658), - [aux_sym_local_command_token1] = ACTIONS(2658), - [aux_sym_local_forward_token1] = ACTIONS(2658), - [aux_sym_log_level_token1] = ACTIONS(2658), - [aux_sym_log_verbose_token1] = ACTIONS(2658), - [aux_sym_macs_token1] = ACTIONS(2658), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2658), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2658), - [aux_sym_password_authentication_token1] = ACTIONS(2658), - [aux_sym_permit_local_command_token1] = ACTIONS(2658), - [aux_sym_permit_remote_open_token1] = ACTIONS(2658), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2658), - [aux_sym_port_token1] = ACTIONS(2658), - [aux_sym_preferred_authentications_token1] = ACTIONS(2658), - [aux_sym_protocol_token1] = ACTIONS(2658), - [aux_sym_proxy_command_token1] = ACTIONS(2658), - [aux_sym_proxy_jump_token1] = ACTIONS(2658), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2658), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2658), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2658), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2658), - [aux_sym_rekey_limit_token1] = ACTIONS(2658), - [aux_sym_remote_command_token1] = ACTIONS(2658), - [aux_sym_remote_forward_token1] = ACTIONS(2658), - [aux_sym_request_tty_token1] = ACTIONS(2658), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2658), - [aux_sym_security_key_provider_token1] = ACTIONS(2658), - [aux_sym_send_env_token1] = ACTIONS(2658), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2658), - [aux_sym_server_alive_interval_token1] = ACTIONS(2658), - [aux_sym_session_type_token1] = ACTIONS(2658), - [aux_sym_set_env_token1] = ACTIONS(2658), - [aux_sym_stdin_null_token1] = ACTIONS(2658), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2658), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2658), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2658), - [aux_sym_syslog_facility_token1] = ACTIONS(2658), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2658), - [aux_sym_keep_alive_token1] = ACTIONS(2658), - [aux_sym_tunnel_token1] = ACTIONS(2660), - [aux_sym_tunnel_device_token1] = ACTIONS(2658), - [aux_sym_update_host_keys_token1] = ACTIONS(2658), - [aux_sym_use_keychain_token1] = ACTIONS(2658), - [aux_sym_use_roaming_token1] = ACTIONS(2658), - [aux_sym_user_token1] = ACTIONS(2660), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2658), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2658), - [aux_sym_visual_host_key_token1] = ACTIONS(2658), - [aux_sym_xauth_location_token1] = ACTIONS(2658), + [ts_builtin_sym_end] = ACTIONS(2665), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2667), + [anon_sym_DQUOTE] = ACTIONS(2665), + [aux_sym_match_token1] = ACTIONS(2665), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2665), + [aux_sym_address_family_token1] = ACTIONS(2665), + [aux_sym_batch_mode_token1] = ACTIONS(2665), + [aux_sym_bind_address_token1] = ACTIONS(2665), + [aux_sym_bind_interface_token1] = ACTIONS(2665), + [aux_sym_canonical_domains_token1] = ACTIONS(2665), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2665), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2665), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2665), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2665), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2665), + [aux_sym_certificate_file_token1] = ACTIONS(2665), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2665), + [aux_sym_check_host_ip_token1] = ACTIONS(2665), + [aux_sym_ciphers_token1] = ACTIONS(2665), + [aux_sym_cipher_token1] = ACTIONS(2667), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2665), + [aux_sym_compression_token1] = ACTIONS(2665), + [aux_sym_connection_attempts_token1] = ACTIONS(2665), + [aux_sym_connect_timeout_token1] = ACTIONS(2665), + [aux_sym_control_master_token1] = ACTIONS(2665), + [aux_sym_control_path_token1] = ACTIONS(2665), + [aux_sym_control_persist_token1] = ACTIONS(2665), + [aux_sym_dynamic_forward_token1] = ACTIONS(2665), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2665), + [aux_sym_escape_char_token1] = ACTIONS(2665), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2665), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2665), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2665), + [aux_sym_forward_agent_token1] = ACTIONS(2665), + [aux_sym_forward_x11_token1] = ACTIONS(2667), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2665), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2665), + [aux_sym_gateway_ports_token1] = ACTIONS(2665), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2665), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2665), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2665), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2665), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2665), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2665), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2665), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2665), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2665), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2665), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2665), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2665), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2665), + [aux_sym_host_key_alias_token1] = ACTIONS(2665), + [aux_sym_hostname_token1] = ACTIONS(2665), + [aux_sym_identities_only_token1] = ACTIONS(2665), + [aux_sym_identity_agent_token1] = ACTIONS(2665), + [aux_sym_identity_file_token1] = ACTIONS(2665), + [aux_sym_ignore_unknown_token1] = ACTIONS(2665), + [aux_sym_include_token1] = ACTIONS(2665), + [aux_sym_ip_qos_token1] = ACTIONS(2665), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2665), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2665), + [aux_sym_kex_algorithms_token1] = ACTIONS(2665), + [aux_sym_known_hosts_command_token1] = ACTIONS(2665), + [aux_sym_local_command_token1] = ACTIONS(2665), + [aux_sym_local_forward_token1] = ACTIONS(2665), + [aux_sym_log_level_token1] = ACTIONS(2665), + [aux_sym_log_verbose_token1] = ACTIONS(2665), + [aux_sym_macs_token1] = ACTIONS(2665), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2665), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2665), + [aux_sym_password_authentication_token1] = ACTIONS(2665), + [aux_sym_permit_local_command_token1] = ACTIONS(2665), + [aux_sym_permit_remote_open_token1] = ACTIONS(2665), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2665), + [aux_sym_port_token1] = ACTIONS(2665), + [aux_sym_preferred_authentications_token1] = ACTIONS(2665), + [aux_sym_protocol_token1] = ACTIONS(2665), + [aux_sym_proxy_command_token1] = ACTIONS(2665), + [aux_sym_proxy_jump_token1] = ACTIONS(2665), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2665), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2665), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2665), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2665), + [aux_sym_rekey_limit_token1] = ACTIONS(2665), + [aux_sym_remote_command_token1] = ACTIONS(2665), + [aux_sym_remote_forward_token1] = ACTIONS(2665), + [aux_sym_request_tty_token1] = ACTIONS(2665), + [aux_sym_required_rsa_size_token1] = ACTIONS(2665), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2665), + [aux_sym_security_key_provider_token1] = ACTIONS(2665), + [aux_sym_send_env_token1] = ACTIONS(2665), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2665), + [aux_sym_server_alive_interval_token1] = ACTIONS(2665), + [aux_sym_session_type_token1] = ACTIONS(2665), + [aux_sym_set_env_token1] = ACTIONS(2665), + [aux_sym_stdin_null_token1] = ACTIONS(2665), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2665), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2665), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2665), + [aux_sym_syslog_facility_token1] = ACTIONS(2665), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2665), + [aux_sym_keep_alive_token1] = ACTIONS(2665), + [aux_sym_tunnel_token1] = ACTIONS(2667), + [aux_sym_tunnel_device_token1] = ACTIONS(2665), + [aux_sym_update_host_keys_token1] = ACTIONS(2665), + [aux_sym_use_keychain_token1] = ACTIONS(2665), + [aux_sym_use_roaming_token1] = ACTIONS(2665), + [aux_sym_user_token1] = ACTIONS(2667), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2665), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2665), + [aux_sym_visual_host_key_token1] = ACTIONS(2665), + [aux_sym_xauth_location_token1] = ACTIONS(2665), }, [382] = { - [ts_builtin_sym_end] = ACTIONS(2664), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2666), - [anon_sym_DQUOTE] = ACTIONS(2664), - [aux_sym_match_token1] = ACTIONS(2664), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2664), - [aux_sym_address_family_token1] = ACTIONS(2664), - [aux_sym_batch_mode_token1] = ACTIONS(2664), - [aux_sym_bind_address_token1] = ACTIONS(2664), - [aux_sym_bind_interface_token1] = ACTIONS(2664), - [aux_sym_canonical_domains_token1] = ACTIONS(2664), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2664), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2664), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2664), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2664), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2664), - [aux_sym_certificate_file_token1] = ACTIONS(2664), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2664), - [aux_sym_check_host_ip_token1] = ACTIONS(2664), - [aux_sym_ciphers_token1] = ACTIONS(2664), - [aux_sym_cipher_token1] = ACTIONS(2666), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2664), - [aux_sym_compression_token1] = ACTIONS(2664), - [aux_sym_connection_attempts_token1] = ACTIONS(2664), - [aux_sym_connect_timeout_token1] = ACTIONS(2664), - [aux_sym_control_master_token1] = ACTIONS(2664), - [aux_sym_control_path_token1] = ACTIONS(2664), - [aux_sym_control_persist_token1] = ACTIONS(2664), - [aux_sym_dynamic_forward_token1] = ACTIONS(2664), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2664), - [aux_sym_escape_char_token1] = ACTIONS(2664), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2664), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2664), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2664), - [aux_sym_forward_agent_token1] = ACTIONS(2664), - [aux_sym_forward_x11_token1] = ACTIONS(2666), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2664), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2664), - [aux_sym_gateway_ports_token1] = ACTIONS(2664), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2664), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2664), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2664), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2664), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2664), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2664), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2664), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2664), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2664), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2664), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2664), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2664), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2664), - [aux_sym_host_key_alias_token1] = ACTIONS(2664), - [aux_sym_hostname_token1] = ACTIONS(2664), - [aux_sym_identities_only_token1] = ACTIONS(2664), - [aux_sym_identity_agent_token1] = ACTIONS(2664), - [aux_sym_identity_file_token1] = ACTIONS(2664), - [aux_sym_ignore_unknown_token1] = ACTIONS(2664), - [aux_sym_include_token1] = ACTIONS(2664), - [aux_sym_ip_qos_token1] = ACTIONS(2664), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2664), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2664), - [aux_sym_kex_algorithms_token1] = ACTIONS(2664), - [aux_sym_known_hosts_command_token1] = ACTIONS(2664), - [aux_sym_local_command_token1] = ACTIONS(2664), - [aux_sym_local_forward_token1] = ACTIONS(2664), - [aux_sym_log_level_token1] = ACTIONS(2664), - [aux_sym_log_verbose_token1] = ACTIONS(2664), - [aux_sym_macs_token1] = ACTIONS(2664), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2664), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2664), - [aux_sym_password_authentication_token1] = ACTIONS(2664), - [aux_sym_permit_local_command_token1] = ACTIONS(2664), - [aux_sym_permit_remote_open_token1] = ACTIONS(2664), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2664), - [aux_sym_port_token1] = ACTIONS(2664), - [aux_sym_preferred_authentications_token1] = ACTIONS(2664), - [aux_sym_protocol_token1] = ACTIONS(2664), - [aux_sym_proxy_command_token1] = ACTIONS(2664), - [aux_sym_proxy_jump_token1] = ACTIONS(2664), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2664), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2664), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2664), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2664), - [aux_sym_rekey_limit_token1] = ACTIONS(2664), - [aux_sym_remote_command_token1] = ACTIONS(2664), - [aux_sym_remote_forward_token1] = ACTIONS(2664), - [aux_sym_request_tty_token1] = ACTIONS(2664), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2664), - [aux_sym_security_key_provider_token1] = ACTIONS(2664), - [aux_sym_send_env_token1] = ACTIONS(2664), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2664), - [aux_sym_server_alive_interval_token1] = ACTIONS(2664), - [aux_sym_session_type_token1] = ACTIONS(2664), - [aux_sym_set_env_token1] = ACTIONS(2664), - [aux_sym_stdin_null_token1] = ACTIONS(2664), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2664), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2664), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2664), - [aux_sym_syslog_facility_token1] = ACTIONS(2664), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2664), - [aux_sym_keep_alive_token1] = ACTIONS(2664), - [aux_sym_tunnel_token1] = ACTIONS(2666), - [aux_sym_tunnel_device_token1] = ACTIONS(2664), - [aux_sym_update_host_keys_token1] = ACTIONS(2664), - [aux_sym_use_keychain_token1] = ACTIONS(2664), - [aux_sym_use_roaming_token1] = ACTIONS(2664), - [aux_sym_user_token1] = ACTIONS(2666), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2664), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2664), - [aux_sym_visual_host_key_token1] = ACTIONS(2664), - [aux_sym_xauth_location_token1] = ACTIONS(2664), + [ts_builtin_sym_end] = ACTIONS(2669), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2671), + [anon_sym_DQUOTE] = ACTIONS(2673), + [aux_sym_match_token1] = ACTIONS(2669), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2669), + [aux_sym_address_family_token1] = ACTIONS(2669), + [aux_sym_batch_mode_token1] = ACTIONS(2669), + [aux_sym_bind_address_token1] = ACTIONS(2669), + [aux_sym_bind_interface_token1] = ACTIONS(2669), + [aux_sym_canonical_domains_token1] = ACTIONS(2669), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2669), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2669), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2669), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2669), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2669), + [aux_sym_certificate_file_token1] = ACTIONS(2669), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2669), + [aux_sym_check_host_ip_token1] = ACTIONS(2669), + [aux_sym_ciphers_token1] = ACTIONS(2669), + [aux_sym_cipher_token1] = ACTIONS(2671), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2669), + [aux_sym_compression_token1] = ACTIONS(2669), + [aux_sym_connection_attempts_token1] = ACTIONS(2669), + [aux_sym_connect_timeout_token1] = ACTIONS(2669), + [aux_sym_control_master_token1] = ACTIONS(2669), + [aux_sym_control_path_token1] = ACTIONS(2669), + [aux_sym_control_persist_token1] = ACTIONS(2669), + [aux_sym_dynamic_forward_token1] = ACTIONS(2669), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2669), + [aux_sym_escape_char_token1] = ACTIONS(2669), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2669), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2669), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2669), + [aux_sym_forward_agent_token1] = ACTIONS(2669), + [aux_sym_forward_x11_token1] = ACTIONS(2671), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2669), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2669), + [aux_sym_gateway_ports_token1] = ACTIONS(2669), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2669), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2669), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2669), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2669), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2669), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2669), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2669), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2669), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2669), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2669), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2669), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2669), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2669), + [aux_sym_host_key_alias_token1] = ACTIONS(2669), + [aux_sym_hostname_token1] = ACTIONS(2669), + [aux_sym_identities_only_token1] = ACTIONS(2669), + [aux_sym_identity_agent_token1] = ACTIONS(2669), + [aux_sym_identity_file_token1] = ACTIONS(2669), + [aux_sym_ignore_unknown_token1] = ACTIONS(2669), + [aux_sym_include_token1] = ACTIONS(2669), + [aux_sym_ip_qos_token1] = ACTIONS(2669), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2669), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2669), + [aux_sym_kex_algorithms_token1] = ACTIONS(2669), + [aux_sym_known_hosts_command_token1] = ACTIONS(2669), + [aux_sym_local_command_token1] = ACTIONS(2669), + [aux_sym_local_forward_token1] = ACTIONS(2669), + [aux_sym_log_level_token1] = ACTIONS(2669), + [aux_sym_log_verbose_token1] = ACTIONS(2669), + [aux_sym_macs_token1] = ACTIONS(2669), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2669), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2669), + [aux_sym_password_authentication_token1] = ACTIONS(2669), + [aux_sym_permit_local_command_token1] = ACTIONS(2669), + [aux_sym_permit_remote_open_token1] = ACTIONS(2669), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2669), + [aux_sym_port_token1] = ACTIONS(2669), + [aux_sym_preferred_authentications_token1] = ACTIONS(2669), + [aux_sym_protocol_token1] = ACTIONS(2669), + [aux_sym_proxy_command_token1] = ACTIONS(2669), + [aux_sym_proxy_jump_token1] = ACTIONS(2669), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2669), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2669), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2669), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2669), + [aux_sym_rekey_limit_token1] = ACTIONS(2669), + [aux_sym_remote_command_token1] = ACTIONS(2669), + [aux_sym_remote_forward_token1] = ACTIONS(2669), + [aux_sym_request_tty_token1] = ACTIONS(2669), + [aux_sym_required_rsa_size_token1] = ACTIONS(2669), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2669), + [aux_sym_security_key_provider_token1] = ACTIONS(2669), + [aux_sym_send_env_token1] = ACTIONS(2669), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2669), + [aux_sym_server_alive_interval_token1] = ACTIONS(2669), + [aux_sym_session_type_token1] = ACTIONS(2669), + [aux_sym_set_env_token1] = ACTIONS(2669), + [aux_sym_stdin_null_token1] = ACTIONS(2669), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2669), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2669), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2669), + [aux_sym_syslog_facility_token1] = ACTIONS(2669), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2669), + [aux_sym_keep_alive_token1] = ACTIONS(2669), + [aux_sym_tunnel_token1] = ACTIONS(2671), + [aux_sym_tunnel_device_token1] = ACTIONS(2669), + [aux_sym_update_host_keys_token1] = ACTIONS(2669), + [aux_sym_use_keychain_token1] = ACTIONS(2669), + [aux_sym_use_roaming_token1] = ACTIONS(2669), + [aux_sym_user_token1] = ACTIONS(2671), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2669), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2669), + [aux_sym_visual_host_key_token1] = ACTIONS(2669), + [aux_sym_xauth_location_token1] = ACTIONS(2669), }, [383] = { - [ts_builtin_sym_end] = ACTIONS(2668), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2670), - [anon_sym_DQUOTE] = ACTIONS(2668), - [aux_sym_match_token1] = ACTIONS(2668), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2668), - [aux_sym_address_family_token1] = ACTIONS(2668), - [aux_sym_batch_mode_token1] = ACTIONS(2668), - [aux_sym_bind_address_token1] = ACTIONS(2668), - [aux_sym_bind_interface_token1] = ACTIONS(2668), - [aux_sym_canonical_domains_token1] = ACTIONS(2668), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2668), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2668), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2668), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2668), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2668), - [aux_sym_certificate_file_token1] = ACTIONS(2668), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2668), - [aux_sym_check_host_ip_token1] = ACTIONS(2668), - [aux_sym_ciphers_token1] = ACTIONS(2668), - [aux_sym_cipher_token1] = ACTIONS(2670), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2668), - [aux_sym_compression_token1] = ACTIONS(2668), - [aux_sym_connection_attempts_token1] = ACTIONS(2668), - [aux_sym_connect_timeout_token1] = ACTIONS(2668), - [aux_sym_control_master_token1] = ACTIONS(2668), - [aux_sym_control_path_token1] = ACTIONS(2668), - [aux_sym_control_persist_token1] = ACTIONS(2668), - [aux_sym_dynamic_forward_token1] = ACTIONS(2668), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2668), - [aux_sym_escape_char_token1] = ACTIONS(2668), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2668), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2668), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2668), - [aux_sym_forward_agent_token1] = ACTIONS(2668), - [aux_sym_forward_x11_token1] = ACTIONS(2670), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2668), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2668), - [aux_sym_gateway_ports_token1] = ACTIONS(2668), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2668), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2668), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2668), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2668), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2668), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2668), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2668), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2668), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2668), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2668), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2668), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2668), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2668), - [aux_sym_host_key_alias_token1] = ACTIONS(2668), - [aux_sym_hostname_token1] = ACTIONS(2668), - [aux_sym_identities_only_token1] = ACTIONS(2668), - [aux_sym_identity_agent_token1] = ACTIONS(2668), - [aux_sym_identity_file_token1] = ACTIONS(2668), - [aux_sym_ignore_unknown_token1] = ACTIONS(2668), - [aux_sym_include_token1] = ACTIONS(2668), - [aux_sym_ip_qos_token1] = ACTIONS(2668), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2668), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2668), - [aux_sym_kex_algorithms_token1] = ACTIONS(2668), - [aux_sym_known_hosts_command_token1] = ACTIONS(2668), - [aux_sym_local_command_token1] = ACTIONS(2668), - [aux_sym_local_forward_token1] = ACTIONS(2668), - [aux_sym_log_level_token1] = ACTIONS(2668), - [aux_sym_log_verbose_token1] = ACTIONS(2668), - [aux_sym_macs_token1] = ACTIONS(2668), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2668), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2668), - [aux_sym_password_authentication_token1] = ACTIONS(2668), - [aux_sym_permit_local_command_token1] = ACTIONS(2668), - [aux_sym_permit_remote_open_token1] = ACTIONS(2668), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2668), - [aux_sym_port_token1] = ACTIONS(2668), - [aux_sym_preferred_authentications_token1] = ACTIONS(2668), - [aux_sym_protocol_token1] = ACTIONS(2668), - [aux_sym_proxy_command_token1] = ACTIONS(2668), - [aux_sym_proxy_jump_token1] = ACTIONS(2668), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2668), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2668), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2668), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2668), - [aux_sym_rekey_limit_token1] = ACTIONS(2668), - [aux_sym_remote_command_token1] = ACTIONS(2668), - [aux_sym_remote_forward_token1] = ACTIONS(2668), - [aux_sym_request_tty_token1] = ACTIONS(2668), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2668), - [aux_sym_security_key_provider_token1] = ACTIONS(2668), - [aux_sym_send_env_token1] = ACTIONS(2668), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2668), - [aux_sym_server_alive_interval_token1] = ACTIONS(2668), - [aux_sym_session_type_token1] = ACTIONS(2668), - [aux_sym_set_env_token1] = ACTIONS(2668), - [aux_sym_stdin_null_token1] = ACTIONS(2668), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2668), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2668), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2668), - [aux_sym_syslog_facility_token1] = ACTIONS(2668), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2668), - [aux_sym_keep_alive_token1] = ACTIONS(2668), - [aux_sym_tunnel_token1] = ACTIONS(2670), - [aux_sym_tunnel_device_token1] = ACTIONS(2668), - [aux_sym_update_host_keys_token1] = ACTIONS(2668), - [aux_sym_use_keychain_token1] = ACTIONS(2668), - [aux_sym_use_roaming_token1] = ACTIONS(2668), - [aux_sym_user_token1] = ACTIONS(2670), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2668), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2668), - [aux_sym_visual_host_key_token1] = ACTIONS(2668), - [aux_sym_xauth_location_token1] = ACTIONS(2668), + [ts_builtin_sym_end] = ACTIONS(2675), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2677), + [anon_sym_DQUOTE] = ACTIONS(2679), + [aux_sym_match_token1] = ACTIONS(2675), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2675), + [aux_sym_address_family_token1] = ACTIONS(2675), + [aux_sym_batch_mode_token1] = ACTIONS(2675), + [aux_sym_bind_address_token1] = ACTIONS(2675), + [aux_sym_bind_interface_token1] = ACTIONS(2675), + [aux_sym_canonical_domains_token1] = ACTIONS(2675), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2675), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2675), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2675), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2675), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2675), + [aux_sym_certificate_file_token1] = ACTIONS(2675), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2675), + [aux_sym_check_host_ip_token1] = ACTIONS(2675), + [aux_sym_ciphers_token1] = ACTIONS(2675), + [aux_sym_cipher_token1] = ACTIONS(2677), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2675), + [aux_sym_compression_token1] = ACTIONS(2675), + [aux_sym_connection_attempts_token1] = ACTIONS(2675), + [aux_sym_connect_timeout_token1] = ACTIONS(2675), + [aux_sym_control_master_token1] = ACTIONS(2675), + [aux_sym_control_path_token1] = ACTIONS(2675), + [aux_sym_control_persist_token1] = ACTIONS(2675), + [aux_sym_dynamic_forward_token1] = ACTIONS(2675), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2675), + [aux_sym_escape_char_token1] = ACTIONS(2675), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2675), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2675), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2675), + [aux_sym_forward_agent_token1] = ACTIONS(2675), + [aux_sym_forward_x11_token1] = ACTIONS(2677), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2675), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2675), + [aux_sym_gateway_ports_token1] = ACTIONS(2675), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2675), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2675), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2675), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2675), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2675), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2675), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2675), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2675), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2675), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2675), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2675), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2675), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2675), + [aux_sym_host_key_alias_token1] = ACTIONS(2675), + [aux_sym_hostname_token1] = ACTIONS(2675), + [aux_sym_identities_only_token1] = ACTIONS(2675), + [aux_sym_identity_agent_token1] = ACTIONS(2675), + [aux_sym_identity_file_token1] = ACTIONS(2675), + [aux_sym_ignore_unknown_token1] = ACTIONS(2675), + [aux_sym_include_token1] = ACTIONS(2675), + [aux_sym_ip_qos_token1] = ACTIONS(2675), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2675), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2675), + [aux_sym_kex_algorithms_token1] = ACTIONS(2675), + [aux_sym_known_hosts_command_token1] = ACTIONS(2675), + [aux_sym_local_command_token1] = ACTIONS(2675), + [aux_sym_local_forward_token1] = ACTIONS(2675), + [aux_sym_log_level_token1] = ACTIONS(2675), + [aux_sym_log_verbose_token1] = ACTIONS(2675), + [aux_sym_macs_token1] = ACTIONS(2675), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2675), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2675), + [aux_sym_password_authentication_token1] = ACTIONS(2675), + [aux_sym_permit_local_command_token1] = ACTIONS(2675), + [aux_sym_permit_remote_open_token1] = ACTIONS(2675), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2675), + [aux_sym_port_token1] = ACTIONS(2675), + [aux_sym_preferred_authentications_token1] = ACTIONS(2675), + [aux_sym_protocol_token1] = ACTIONS(2675), + [aux_sym_proxy_command_token1] = ACTIONS(2675), + [aux_sym_proxy_jump_token1] = ACTIONS(2675), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2675), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2675), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2675), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2675), + [aux_sym_rekey_limit_token1] = ACTIONS(2675), + [aux_sym_remote_command_token1] = ACTIONS(2675), + [aux_sym_remote_forward_token1] = ACTIONS(2675), + [aux_sym_request_tty_token1] = ACTIONS(2675), + [aux_sym_required_rsa_size_token1] = ACTIONS(2675), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2675), + [aux_sym_security_key_provider_token1] = ACTIONS(2675), + [aux_sym_send_env_token1] = ACTIONS(2675), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2675), + [aux_sym_server_alive_interval_token1] = ACTIONS(2675), + [aux_sym_session_type_token1] = ACTIONS(2675), + [aux_sym_set_env_token1] = ACTIONS(2675), + [aux_sym_stdin_null_token1] = ACTIONS(2675), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2675), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2675), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2675), + [aux_sym_syslog_facility_token1] = ACTIONS(2675), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2675), + [aux_sym_keep_alive_token1] = ACTIONS(2675), + [aux_sym_tunnel_token1] = ACTIONS(2677), + [aux_sym_tunnel_device_token1] = ACTIONS(2675), + [aux_sym_update_host_keys_token1] = ACTIONS(2675), + [aux_sym_use_keychain_token1] = ACTIONS(2675), + [aux_sym_use_roaming_token1] = ACTIONS(2675), + [aux_sym_user_token1] = ACTIONS(2677), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2675), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2675), + [aux_sym_visual_host_key_token1] = ACTIONS(2675), + [aux_sym_xauth_location_token1] = ACTIONS(2675), }, [384] = { - [ts_builtin_sym_end] = ACTIONS(2672), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2674), - [anon_sym_DQUOTE] = ACTIONS(2676), - [aux_sym_match_token1] = ACTIONS(2672), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2672), - [aux_sym_address_family_token1] = ACTIONS(2672), - [aux_sym_batch_mode_token1] = ACTIONS(2672), - [aux_sym_bind_address_token1] = ACTIONS(2672), - [aux_sym_bind_interface_token1] = ACTIONS(2672), - [aux_sym_canonical_domains_token1] = ACTIONS(2672), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2672), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2672), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2672), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2672), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2672), - [aux_sym_certificate_file_token1] = ACTIONS(2672), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2672), - [aux_sym_check_host_ip_token1] = ACTIONS(2672), - [aux_sym_ciphers_token1] = ACTIONS(2672), - [aux_sym_cipher_token1] = ACTIONS(2674), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2672), - [aux_sym_compression_token1] = ACTIONS(2672), - [aux_sym_connection_attempts_token1] = ACTIONS(2672), - [aux_sym_connect_timeout_token1] = ACTIONS(2672), - [aux_sym_control_master_token1] = ACTIONS(2672), - [aux_sym_control_path_token1] = ACTIONS(2672), - [aux_sym_control_persist_token1] = ACTIONS(2672), - [aux_sym_dynamic_forward_token1] = ACTIONS(2672), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2672), - [aux_sym_escape_char_token1] = ACTIONS(2672), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2672), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2672), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2672), - [aux_sym_forward_agent_token1] = ACTIONS(2672), - [aux_sym_forward_x11_token1] = ACTIONS(2674), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2672), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2672), - [aux_sym_gateway_ports_token1] = ACTIONS(2672), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2672), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2672), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2672), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2672), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2672), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2672), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2672), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2672), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2672), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2672), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2672), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2672), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2672), - [aux_sym_host_key_alias_token1] = ACTIONS(2672), - [aux_sym_hostname_token1] = ACTIONS(2672), - [aux_sym_identities_only_token1] = ACTIONS(2672), - [aux_sym_identity_agent_token1] = ACTIONS(2672), - [aux_sym_identity_file_token1] = ACTIONS(2672), - [aux_sym_ignore_unknown_token1] = ACTIONS(2672), - [aux_sym_include_token1] = ACTIONS(2672), - [aux_sym_ip_qos_token1] = ACTIONS(2672), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2672), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2672), - [aux_sym_kex_algorithms_token1] = ACTIONS(2672), - [aux_sym_known_hosts_command_token1] = ACTIONS(2672), - [aux_sym_local_command_token1] = ACTIONS(2672), - [aux_sym_local_forward_token1] = ACTIONS(2672), - [aux_sym_log_level_token1] = ACTIONS(2672), - [aux_sym_log_verbose_token1] = ACTIONS(2672), - [aux_sym_macs_token1] = ACTIONS(2672), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2672), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2672), - [aux_sym_password_authentication_token1] = ACTIONS(2672), - [aux_sym_permit_local_command_token1] = ACTIONS(2672), - [aux_sym_permit_remote_open_token1] = ACTIONS(2672), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2672), - [aux_sym_port_token1] = ACTIONS(2672), - [aux_sym_preferred_authentications_token1] = ACTIONS(2672), - [aux_sym_protocol_token1] = ACTIONS(2672), - [aux_sym_proxy_command_token1] = ACTIONS(2672), - [aux_sym_proxy_jump_token1] = ACTIONS(2672), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2672), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2672), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2672), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2672), - [aux_sym_rekey_limit_token1] = ACTIONS(2672), - [aux_sym_remote_command_token1] = ACTIONS(2672), - [aux_sym_remote_forward_token1] = ACTIONS(2672), - [aux_sym_request_tty_token1] = ACTIONS(2672), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2672), - [aux_sym_security_key_provider_token1] = ACTIONS(2672), - [aux_sym_send_env_token1] = ACTIONS(2672), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2672), - [aux_sym_server_alive_interval_token1] = ACTIONS(2672), - [aux_sym_session_type_token1] = ACTIONS(2672), - [aux_sym_set_env_token1] = ACTIONS(2672), - [aux_sym_stdin_null_token1] = ACTIONS(2672), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2672), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2672), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2672), - [aux_sym_syslog_facility_token1] = ACTIONS(2672), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2672), - [aux_sym_keep_alive_token1] = ACTIONS(2672), - [aux_sym_tunnel_token1] = ACTIONS(2674), - [aux_sym_tunnel_device_token1] = ACTIONS(2672), - [aux_sym_update_host_keys_token1] = ACTIONS(2672), - [aux_sym_use_keychain_token1] = ACTIONS(2672), - [aux_sym_use_roaming_token1] = ACTIONS(2672), - [aux_sym_user_token1] = ACTIONS(2674), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2672), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2672), - [aux_sym_visual_host_key_token1] = ACTIONS(2672), - [aux_sym_xauth_location_token1] = ACTIONS(2672), + [ts_builtin_sym_end] = ACTIONS(2681), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2683), + [anon_sym_DQUOTE] = ACTIONS(2681), + [aux_sym_match_token1] = ACTIONS(2681), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2681), + [aux_sym_address_family_token1] = ACTIONS(2681), + [aux_sym_batch_mode_token1] = ACTIONS(2681), + [aux_sym_bind_address_token1] = ACTIONS(2681), + [aux_sym_bind_interface_token1] = ACTIONS(2681), + [aux_sym_canonical_domains_token1] = ACTIONS(2681), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2681), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2681), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2681), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2681), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2681), + [aux_sym_certificate_file_token1] = ACTIONS(2681), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2681), + [aux_sym_check_host_ip_token1] = ACTIONS(2681), + [aux_sym_ciphers_token1] = ACTIONS(2681), + [aux_sym_cipher_token1] = ACTIONS(2683), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2681), + [aux_sym_compression_token1] = ACTIONS(2681), + [aux_sym_connection_attempts_token1] = ACTIONS(2681), + [aux_sym_connect_timeout_token1] = ACTIONS(2681), + [aux_sym_control_master_token1] = ACTIONS(2681), + [aux_sym_control_path_token1] = ACTIONS(2681), + [aux_sym_control_persist_token1] = ACTIONS(2681), + [aux_sym_dynamic_forward_token1] = ACTIONS(2681), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2681), + [aux_sym_escape_char_token1] = ACTIONS(2681), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2681), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2681), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2681), + [aux_sym_forward_agent_token1] = ACTIONS(2681), + [aux_sym_forward_x11_token1] = ACTIONS(2683), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2681), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2681), + [aux_sym_gateway_ports_token1] = ACTIONS(2681), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2681), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2681), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2681), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2681), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2681), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2681), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2681), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2681), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2681), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2681), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2681), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2681), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2681), + [aux_sym_host_key_alias_token1] = ACTIONS(2681), + [aux_sym_hostname_token1] = ACTIONS(2681), + [aux_sym_identities_only_token1] = ACTIONS(2681), + [aux_sym_identity_agent_token1] = ACTIONS(2681), + [aux_sym_identity_file_token1] = ACTIONS(2681), + [aux_sym_ignore_unknown_token1] = ACTIONS(2681), + [aux_sym_include_token1] = ACTIONS(2681), + [aux_sym_ip_qos_token1] = ACTIONS(2681), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2681), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2681), + [aux_sym_kex_algorithms_token1] = ACTIONS(2681), + [aux_sym_known_hosts_command_token1] = ACTIONS(2681), + [aux_sym_local_command_token1] = ACTIONS(2681), + [aux_sym_local_forward_token1] = ACTIONS(2681), + [aux_sym_log_level_token1] = ACTIONS(2681), + [aux_sym_log_verbose_token1] = ACTIONS(2681), + [aux_sym_macs_token1] = ACTIONS(2681), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2681), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2681), + [aux_sym_password_authentication_token1] = ACTIONS(2681), + [aux_sym_permit_local_command_token1] = ACTIONS(2681), + [aux_sym_permit_remote_open_token1] = ACTIONS(2681), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2681), + [aux_sym_port_token1] = ACTIONS(2681), + [aux_sym_preferred_authentications_token1] = ACTIONS(2681), + [aux_sym_protocol_token1] = ACTIONS(2681), + [aux_sym_proxy_command_token1] = ACTIONS(2681), + [aux_sym_proxy_jump_token1] = ACTIONS(2681), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2681), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2681), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2681), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2681), + [aux_sym_rekey_limit_token1] = ACTIONS(2681), + [aux_sym_remote_command_token1] = ACTIONS(2681), + [aux_sym_remote_forward_token1] = ACTIONS(2681), + [aux_sym_request_tty_token1] = ACTIONS(2681), + [aux_sym_required_rsa_size_token1] = ACTIONS(2681), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2681), + [aux_sym_security_key_provider_token1] = ACTIONS(2681), + [aux_sym_send_env_token1] = ACTIONS(2681), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2681), + [aux_sym_server_alive_interval_token1] = ACTIONS(2681), + [aux_sym_session_type_token1] = ACTIONS(2681), + [aux_sym_set_env_token1] = ACTIONS(2681), + [aux_sym_stdin_null_token1] = ACTIONS(2681), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2681), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2681), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2681), + [aux_sym_syslog_facility_token1] = ACTIONS(2681), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2681), + [aux_sym_keep_alive_token1] = ACTIONS(2681), + [aux_sym_tunnel_token1] = ACTIONS(2683), + [aux_sym_tunnel_device_token1] = ACTIONS(2681), + [aux_sym_update_host_keys_token1] = ACTIONS(2681), + [aux_sym_use_keychain_token1] = ACTIONS(2681), + [aux_sym_use_roaming_token1] = ACTIONS(2681), + [aux_sym_user_token1] = ACTIONS(2683), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2681), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2681), + [aux_sym_visual_host_key_token1] = ACTIONS(2681), + [aux_sym_xauth_location_token1] = ACTIONS(2681), }, [385] = { - [ts_builtin_sym_end] = ACTIONS(2678), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2680), - [anon_sym_DQUOTE] = ACTIONS(2682), - [aux_sym_match_token1] = ACTIONS(2678), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2678), - [aux_sym_address_family_token1] = ACTIONS(2678), - [aux_sym_batch_mode_token1] = ACTIONS(2678), - [aux_sym_bind_address_token1] = ACTIONS(2678), - [aux_sym_bind_interface_token1] = ACTIONS(2678), - [aux_sym_canonical_domains_token1] = ACTIONS(2678), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2678), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2678), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2678), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2678), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2678), - [aux_sym_certificate_file_token1] = ACTIONS(2678), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2678), - [aux_sym_check_host_ip_token1] = ACTIONS(2678), - [aux_sym_ciphers_token1] = ACTIONS(2678), - [aux_sym_cipher_token1] = ACTIONS(2680), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2678), - [aux_sym_compression_token1] = ACTIONS(2678), - [aux_sym_connection_attempts_token1] = ACTIONS(2678), - [aux_sym_connect_timeout_token1] = ACTIONS(2678), - [aux_sym_control_master_token1] = ACTIONS(2678), - [aux_sym_control_path_token1] = ACTIONS(2678), - [aux_sym_control_persist_token1] = ACTIONS(2678), - [aux_sym_dynamic_forward_token1] = ACTIONS(2678), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2678), - [aux_sym_escape_char_token1] = ACTIONS(2678), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2678), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2678), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2678), - [aux_sym_forward_agent_token1] = ACTIONS(2678), - [aux_sym_forward_x11_token1] = ACTIONS(2680), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2678), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2678), - [aux_sym_gateway_ports_token1] = ACTIONS(2678), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2678), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2678), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2678), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2678), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2678), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2678), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2678), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2678), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2678), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2678), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2678), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2678), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2678), - [aux_sym_host_key_alias_token1] = ACTIONS(2678), - [aux_sym_hostname_token1] = ACTIONS(2678), - [aux_sym_identities_only_token1] = ACTIONS(2678), - [aux_sym_identity_agent_token1] = ACTIONS(2678), - [aux_sym_identity_file_token1] = ACTIONS(2678), - [aux_sym_ignore_unknown_token1] = ACTIONS(2678), - [aux_sym_include_token1] = ACTIONS(2678), - [aux_sym_ip_qos_token1] = ACTIONS(2678), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2678), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2678), - [aux_sym_kex_algorithms_token1] = ACTIONS(2678), - [aux_sym_known_hosts_command_token1] = ACTIONS(2678), - [aux_sym_local_command_token1] = ACTIONS(2678), - [aux_sym_local_forward_token1] = ACTIONS(2678), - [aux_sym_log_level_token1] = ACTIONS(2678), - [aux_sym_log_verbose_token1] = ACTIONS(2678), - [aux_sym_macs_token1] = ACTIONS(2678), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2678), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2678), - [aux_sym_password_authentication_token1] = ACTIONS(2678), - [aux_sym_permit_local_command_token1] = ACTIONS(2678), - [aux_sym_permit_remote_open_token1] = ACTIONS(2678), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2678), - [aux_sym_port_token1] = ACTIONS(2678), - [aux_sym_preferred_authentications_token1] = ACTIONS(2678), - [aux_sym_protocol_token1] = ACTIONS(2678), - [aux_sym_proxy_command_token1] = ACTIONS(2678), - [aux_sym_proxy_jump_token1] = ACTIONS(2678), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2678), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2678), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2678), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2678), - [aux_sym_rekey_limit_token1] = ACTIONS(2678), - [aux_sym_remote_command_token1] = ACTIONS(2678), - [aux_sym_remote_forward_token1] = ACTIONS(2678), - [aux_sym_request_tty_token1] = ACTIONS(2678), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2678), - [aux_sym_security_key_provider_token1] = ACTIONS(2678), - [aux_sym_send_env_token1] = ACTIONS(2678), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2678), - [aux_sym_server_alive_interval_token1] = ACTIONS(2678), - [aux_sym_session_type_token1] = ACTIONS(2678), - [aux_sym_set_env_token1] = ACTIONS(2678), - [aux_sym_stdin_null_token1] = ACTIONS(2678), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2678), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2678), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2678), - [aux_sym_syslog_facility_token1] = ACTIONS(2678), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2678), - [aux_sym_keep_alive_token1] = ACTIONS(2678), - [aux_sym_tunnel_token1] = ACTIONS(2680), - [aux_sym_tunnel_device_token1] = ACTIONS(2678), - [aux_sym_update_host_keys_token1] = ACTIONS(2678), - [aux_sym_use_keychain_token1] = ACTIONS(2678), - [aux_sym_use_roaming_token1] = ACTIONS(2678), - [aux_sym_user_token1] = ACTIONS(2680), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2678), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2678), - [aux_sym_visual_host_key_token1] = ACTIONS(2678), - [aux_sym_xauth_location_token1] = ACTIONS(2678), + [ts_builtin_sym_end] = ACTIONS(2685), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2687), + [anon_sym_DQUOTE] = ACTIONS(2685), + [aux_sym_match_token1] = ACTIONS(2685), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2685), + [aux_sym_address_family_token1] = ACTIONS(2685), + [aux_sym_batch_mode_token1] = ACTIONS(2685), + [aux_sym_bind_address_token1] = ACTIONS(2685), + [aux_sym_bind_interface_token1] = ACTIONS(2685), + [aux_sym_canonical_domains_token1] = ACTIONS(2685), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2685), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2685), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2685), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2685), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2685), + [aux_sym_certificate_file_token1] = ACTIONS(2685), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2685), + [aux_sym_check_host_ip_token1] = ACTIONS(2685), + [aux_sym_ciphers_token1] = ACTIONS(2685), + [aux_sym_cipher_token1] = ACTIONS(2687), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2685), + [aux_sym_compression_token1] = ACTIONS(2685), + [aux_sym_connection_attempts_token1] = ACTIONS(2685), + [aux_sym_connect_timeout_token1] = ACTIONS(2685), + [aux_sym_control_master_token1] = ACTIONS(2685), + [aux_sym_control_path_token1] = ACTIONS(2685), + [aux_sym_control_persist_token1] = ACTIONS(2685), + [aux_sym_dynamic_forward_token1] = ACTIONS(2685), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2685), + [aux_sym_escape_char_token1] = ACTIONS(2685), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2685), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2685), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2685), + [aux_sym_forward_agent_token1] = ACTIONS(2685), + [aux_sym_forward_x11_token1] = ACTIONS(2687), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2685), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2685), + [aux_sym_gateway_ports_token1] = ACTIONS(2685), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2685), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2685), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2685), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2685), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2685), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2685), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2685), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2685), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2685), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2685), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2685), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2685), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2685), + [aux_sym_host_key_alias_token1] = ACTIONS(2685), + [aux_sym_hostname_token1] = ACTIONS(2685), + [aux_sym_identities_only_token1] = ACTIONS(2685), + [aux_sym_identity_agent_token1] = ACTIONS(2685), + [aux_sym_identity_file_token1] = ACTIONS(2685), + [aux_sym_ignore_unknown_token1] = ACTIONS(2685), + [aux_sym_include_token1] = ACTIONS(2685), + [aux_sym_ip_qos_token1] = ACTIONS(2685), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2685), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2685), + [aux_sym_kex_algorithms_token1] = ACTIONS(2685), + [aux_sym_known_hosts_command_token1] = ACTIONS(2685), + [aux_sym_local_command_token1] = ACTIONS(2685), + [aux_sym_local_forward_token1] = ACTIONS(2685), + [aux_sym_log_level_token1] = ACTIONS(2685), + [aux_sym_log_verbose_token1] = ACTIONS(2685), + [aux_sym_macs_token1] = ACTIONS(2685), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2685), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2685), + [aux_sym_password_authentication_token1] = ACTIONS(2685), + [aux_sym_permit_local_command_token1] = ACTIONS(2685), + [aux_sym_permit_remote_open_token1] = ACTIONS(2685), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2685), + [aux_sym_port_token1] = ACTIONS(2685), + [aux_sym_preferred_authentications_token1] = ACTIONS(2685), + [aux_sym_protocol_token1] = ACTIONS(2685), + [aux_sym_proxy_command_token1] = ACTIONS(2685), + [aux_sym_proxy_jump_token1] = ACTIONS(2685), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2685), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2685), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2685), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2685), + [aux_sym_rekey_limit_token1] = ACTIONS(2685), + [aux_sym_remote_command_token1] = ACTIONS(2685), + [aux_sym_remote_forward_token1] = ACTIONS(2685), + [aux_sym_request_tty_token1] = ACTIONS(2685), + [aux_sym_required_rsa_size_token1] = ACTIONS(2685), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2685), + [aux_sym_security_key_provider_token1] = ACTIONS(2685), + [aux_sym_send_env_token1] = ACTIONS(2685), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2685), + [aux_sym_server_alive_interval_token1] = ACTIONS(2685), + [aux_sym_session_type_token1] = ACTIONS(2685), + [aux_sym_set_env_token1] = ACTIONS(2685), + [aux_sym_stdin_null_token1] = ACTIONS(2685), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2685), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2685), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2685), + [aux_sym_syslog_facility_token1] = ACTIONS(2685), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2685), + [aux_sym_keep_alive_token1] = ACTIONS(2685), + [aux_sym_tunnel_token1] = ACTIONS(2687), + [aux_sym_tunnel_device_token1] = ACTIONS(2685), + [aux_sym_update_host_keys_token1] = ACTIONS(2685), + [aux_sym_use_keychain_token1] = ACTIONS(2685), + [aux_sym_use_roaming_token1] = ACTIONS(2685), + [aux_sym_user_token1] = ACTIONS(2687), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2685), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2685), + [aux_sym_visual_host_key_token1] = ACTIONS(2685), + [aux_sym_xauth_location_token1] = ACTIONS(2685), }, [386] = { - [ts_builtin_sym_end] = ACTIONS(2684), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2686), - [anon_sym_DQUOTE] = ACTIONS(2684), - [aux_sym_match_token1] = ACTIONS(2684), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2684), - [aux_sym_address_family_token1] = ACTIONS(2684), - [aux_sym_batch_mode_token1] = ACTIONS(2684), - [aux_sym_bind_address_token1] = ACTIONS(2684), - [aux_sym_bind_interface_token1] = ACTIONS(2684), - [aux_sym_canonical_domains_token1] = ACTIONS(2684), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2684), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2684), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2684), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2684), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2684), - [aux_sym_certificate_file_token1] = ACTIONS(2684), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2684), - [aux_sym_check_host_ip_token1] = ACTIONS(2684), - [aux_sym_ciphers_token1] = ACTIONS(2684), - [aux_sym_cipher_token1] = ACTIONS(2686), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2684), - [aux_sym_compression_token1] = ACTIONS(2684), - [aux_sym_connection_attempts_token1] = ACTIONS(2684), - [aux_sym_connect_timeout_token1] = ACTIONS(2684), - [aux_sym_control_master_token1] = ACTIONS(2684), - [aux_sym_control_path_token1] = ACTIONS(2684), - [aux_sym_control_persist_token1] = ACTIONS(2684), - [aux_sym_dynamic_forward_token1] = ACTIONS(2684), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2684), - [aux_sym_escape_char_token1] = ACTIONS(2684), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2684), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2684), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2684), - [aux_sym_forward_agent_token1] = ACTIONS(2684), - [aux_sym_forward_x11_token1] = ACTIONS(2686), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2684), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2684), - [aux_sym_gateway_ports_token1] = ACTIONS(2684), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2684), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2684), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2684), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2684), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2684), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2684), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2684), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2684), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2684), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2684), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2684), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2684), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2684), - [aux_sym_host_key_alias_token1] = ACTIONS(2684), - [aux_sym_hostname_token1] = ACTIONS(2684), - [aux_sym_identities_only_token1] = ACTIONS(2684), - [aux_sym_identity_agent_token1] = ACTIONS(2684), - [aux_sym_identity_file_token1] = ACTIONS(2684), - [aux_sym_ignore_unknown_token1] = ACTIONS(2684), - [aux_sym_include_token1] = ACTIONS(2684), - [aux_sym_ip_qos_token1] = ACTIONS(2684), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2684), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2684), - [aux_sym_kex_algorithms_token1] = ACTIONS(2684), - [aux_sym_known_hosts_command_token1] = ACTIONS(2684), - [aux_sym_local_command_token1] = ACTIONS(2684), - [aux_sym_local_forward_token1] = ACTIONS(2684), - [aux_sym_log_level_token1] = ACTIONS(2684), - [aux_sym_log_verbose_token1] = ACTIONS(2684), - [aux_sym_macs_token1] = ACTIONS(2684), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2684), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2684), - [aux_sym_password_authentication_token1] = ACTIONS(2684), - [aux_sym_permit_local_command_token1] = ACTIONS(2684), - [aux_sym_permit_remote_open_token1] = ACTIONS(2684), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2684), - [aux_sym_port_token1] = ACTIONS(2684), - [aux_sym_preferred_authentications_token1] = ACTIONS(2684), - [aux_sym_protocol_token1] = ACTIONS(2684), - [aux_sym_proxy_command_token1] = ACTIONS(2684), - [aux_sym_proxy_jump_token1] = ACTIONS(2684), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2684), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2684), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2684), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2684), - [aux_sym_rekey_limit_token1] = ACTIONS(2684), - [aux_sym_remote_command_token1] = ACTIONS(2684), - [aux_sym_remote_forward_token1] = ACTIONS(2684), - [aux_sym_request_tty_token1] = ACTIONS(2684), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2684), - [aux_sym_security_key_provider_token1] = ACTIONS(2684), - [aux_sym_send_env_token1] = ACTIONS(2684), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2684), - [aux_sym_server_alive_interval_token1] = ACTIONS(2684), - [aux_sym_session_type_token1] = ACTIONS(2684), - [aux_sym_set_env_token1] = ACTIONS(2684), - [aux_sym_stdin_null_token1] = ACTIONS(2684), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2684), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2684), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2684), - [aux_sym_syslog_facility_token1] = ACTIONS(2684), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2684), - [aux_sym_keep_alive_token1] = ACTIONS(2684), - [aux_sym_tunnel_token1] = ACTIONS(2686), - [aux_sym_tunnel_device_token1] = ACTIONS(2684), - [aux_sym_update_host_keys_token1] = ACTIONS(2684), - [aux_sym_use_keychain_token1] = ACTIONS(2684), - [aux_sym_use_roaming_token1] = ACTIONS(2684), - [aux_sym_user_token1] = ACTIONS(2686), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2684), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2684), - [aux_sym_visual_host_key_token1] = ACTIONS(2684), - [aux_sym_xauth_location_token1] = ACTIONS(2684), + [ts_builtin_sym_end] = ACTIONS(2689), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2691), + [anon_sym_DQUOTE] = ACTIONS(2693), + [aux_sym_match_token1] = ACTIONS(2689), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2689), + [aux_sym_address_family_token1] = ACTIONS(2689), + [aux_sym_batch_mode_token1] = ACTIONS(2689), + [aux_sym_bind_address_token1] = ACTIONS(2689), + [aux_sym_bind_interface_token1] = ACTIONS(2689), + [aux_sym_canonical_domains_token1] = ACTIONS(2689), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2689), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2689), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2689), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2689), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2689), + [aux_sym_certificate_file_token1] = ACTIONS(2689), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2689), + [aux_sym_check_host_ip_token1] = ACTIONS(2689), + [aux_sym_ciphers_token1] = ACTIONS(2689), + [aux_sym_cipher_token1] = ACTIONS(2691), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2689), + [aux_sym_compression_token1] = ACTIONS(2689), + [aux_sym_connection_attempts_token1] = ACTIONS(2689), + [aux_sym_connect_timeout_token1] = ACTIONS(2689), + [aux_sym_control_master_token1] = ACTIONS(2689), + [aux_sym_control_path_token1] = ACTIONS(2689), + [aux_sym_control_persist_token1] = ACTIONS(2689), + [aux_sym_dynamic_forward_token1] = ACTIONS(2689), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2689), + [aux_sym_escape_char_token1] = ACTIONS(2689), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2689), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2689), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2689), + [aux_sym_forward_agent_token1] = ACTIONS(2689), + [aux_sym_forward_x11_token1] = ACTIONS(2691), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2689), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2689), + [aux_sym_gateway_ports_token1] = ACTIONS(2689), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2689), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2689), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2689), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2689), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2689), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2689), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2689), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2689), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2689), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2689), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2689), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2689), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2689), + [aux_sym_host_key_alias_token1] = ACTIONS(2689), + [aux_sym_hostname_token1] = ACTIONS(2689), + [aux_sym_identities_only_token1] = ACTIONS(2689), + [aux_sym_identity_agent_token1] = ACTIONS(2689), + [aux_sym_identity_file_token1] = ACTIONS(2689), + [aux_sym_ignore_unknown_token1] = ACTIONS(2689), + [aux_sym_include_token1] = ACTIONS(2689), + [aux_sym_ip_qos_token1] = ACTIONS(2689), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2689), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2689), + [aux_sym_kex_algorithms_token1] = ACTIONS(2689), + [aux_sym_known_hosts_command_token1] = ACTIONS(2689), + [aux_sym_local_command_token1] = ACTIONS(2689), + [aux_sym_local_forward_token1] = ACTIONS(2689), + [aux_sym_log_level_token1] = ACTIONS(2689), + [aux_sym_log_verbose_token1] = ACTIONS(2689), + [aux_sym_macs_token1] = ACTIONS(2689), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2689), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2689), + [aux_sym_password_authentication_token1] = ACTIONS(2689), + [aux_sym_permit_local_command_token1] = ACTIONS(2689), + [aux_sym_permit_remote_open_token1] = ACTIONS(2689), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2689), + [aux_sym_port_token1] = ACTIONS(2689), + [aux_sym_preferred_authentications_token1] = ACTIONS(2689), + [aux_sym_protocol_token1] = ACTIONS(2689), + [aux_sym_proxy_command_token1] = ACTIONS(2689), + [aux_sym_proxy_jump_token1] = ACTIONS(2689), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2689), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2689), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2689), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2689), + [aux_sym_rekey_limit_token1] = ACTIONS(2689), + [aux_sym_remote_command_token1] = ACTIONS(2689), + [aux_sym_remote_forward_token1] = ACTIONS(2689), + [aux_sym_request_tty_token1] = ACTIONS(2689), + [aux_sym_required_rsa_size_token1] = ACTIONS(2689), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2689), + [aux_sym_security_key_provider_token1] = ACTIONS(2689), + [aux_sym_send_env_token1] = ACTIONS(2689), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2689), + [aux_sym_server_alive_interval_token1] = ACTIONS(2689), + [aux_sym_session_type_token1] = ACTIONS(2689), + [aux_sym_set_env_token1] = ACTIONS(2689), + [aux_sym_stdin_null_token1] = ACTIONS(2689), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2689), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2689), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2689), + [aux_sym_syslog_facility_token1] = ACTIONS(2689), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2689), + [aux_sym_keep_alive_token1] = ACTIONS(2689), + [aux_sym_tunnel_token1] = ACTIONS(2691), + [aux_sym_tunnel_device_token1] = ACTIONS(2689), + [aux_sym_update_host_keys_token1] = ACTIONS(2689), + [aux_sym_use_keychain_token1] = ACTIONS(2689), + [aux_sym_use_roaming_token1] = ACTIONS(2689), + [aux_sym_user_token1] = ACTIONS(2691), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2689), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2689), + [aux_sym_visual_host_key_token1] = ACTIONS(2689), + [aux_sym_xauth_location_token1] = ACTIONS(2689), }, [387] = { - [ts_builtin_sym_end] = ACTIONS(2688), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2690), - [anon_sym_DQUOTE] = ACTIONS(2688), - [aux_sym_match_token1] = ACTIONS(2688), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2688), - [aux_sym_address_family_token1] = ACTIONS(2688), - [aux_sym_batch_mode_token1] = ACTIONS(2688), - [aux_sym_bind_address_token1] = ACTIONS(2688), - [aux_sym_bind_interface_token1] = ACTIONS(2688), - [aux_sym_canonical_domains_token1] = ACTIONS(2688), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2688), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2688), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2688), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2688), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2688), - [aux_sym_certificate_file_token1] = ACTIONS(2688), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2688), - [aux_sym_check_host_ip_token1] = ACTIONS(2688), - [aux_sym_ciphers_token1] = ACTIONS(2688), - [aux_sym_cipher_token1] = ACTIONS(2690), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2688), - [aux_sym_compression_token1] = ACTIONS(2688), - [aux_sym_connection_attempts_token1] = ACTIONS(2688), - [aux_sym_connect_timeout_token1] = ACTIONS(2688), - [aux_sym_control_master_token1] = ACTIONS(2688), - [aux_sym_control_path_token1] = ACTIONS(2688), - [aux_sym_control_persist_token1] = ACTIONS(2688), - [aux_sym_dynamic_forward_token1] = ACTIONS(2688), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2688), - [aux_sym_escape_char_token1] = ACTIONS(2688), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2688), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2688), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2688), - [aux_sym_forward_agent_token1] = ACTIONS(2688), - [aux_sym_forward_x11_token1] = ACTIONS(2690), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2688), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2688), - [aux_sym_gateway_ports_token1] = ACTIONS(2688), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2688), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2688), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2688), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2688), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2688), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2688), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2688), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2688), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2688), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2688), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2688), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2688), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2688), - [aux_sym_host_key_alias_token1] = ACTIONS(2688), - [aux_sym_hostname_token1] = ACTIONS(2688), - [aux_sym_identities_only_token1] = ACTIONS(2688), - [aux_sym_identity_agent_token1] = ACTIONS(2688), - [aux_sym_identity_file_token1] = ACTIONS(2688), - [aux_sym_ignore_unknown_token1] = ACTIONS(2688), - [aux_sym_include_token1] = ACTIONS(2688), - [aux_sym_ip_qos_token1] = ACTIONS(2688), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2688), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2688), - [aux_sym_kex_algorithms_token1] = ACTIONS(2688), - [aux_sym_known_hosts_command_token1] = ACTIONS(2688), - [aux_sym_local_command_token1] = ACTIONS(2688), - [aux_sym_local_forward_token1] = ACTIONS(2688), - [aux_sym_log_level_token1] = ACTIONS(2688), - [aux_sym_log_verbose_token1] = ACTIONS(2688), - [aux_sym_macs_token1] = ACTIONS(2688), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2688), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2688), - [aux_sym_password_authentication_token1] = ACTIONS(2688), - [aux_sym_permit_local_command_token1] = ACTIONS(2688), - [aux_sym_permit_remote_open_token1] = ACTIONS(2688), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2688), - [aux_sym_port_token1] = ACTIONS(2688), - [aux_sym_preferred_authentications_token1] = ACTIONS(2688), - [aux_sym_protocol_token1] = ACTIONS(2688), - [aux_sym_proxy_command_token1] = ACTIONS(2688), - [aux_sym_proxy_jump_token1] = ACTIONS(2688), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2688), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2688), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2688), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2688), - [aux_sym_rekey_limit_token1] = ACTIONS(2688), - [aux_sym_remote_command_token1] = ACTIONS(2688), - [aux_sym_remote_forward_token1] = ACTIONS(2688), - [aux_sym_request_tty_token1] = ACTIONS(2688), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2688), - [aux_sym_security_key_provider_token1] = ACTIONS(2688), - [aux_sym_send_env_token1] = ACTIONS(2688), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2688), - [aux_sym_server_alive_interval_token1] = ACTIONS(2688), - [aux_sym_session_type_token1] = ACTIONS(2688), - [aux_sym_set_env_token1] = ACTIONS(2688), - [aux_sym_stdin_null_token1] = ACTIONS(2688), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2688), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2688), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2688), - [aux_sym_syslog_facility_token1] = ACTIONS(2688), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2688), - [aux_sym_keep_alive_token1] = ACTIONS(2688), - [aux_sym_tunnel_token1] = ACTIONS(2690), - [aux_sym_tunnel_device_token1] = ACTIONS(2688), - [aux_sym_update_host_keys_token1] = ACTIONS(2688), - [aux_sym_use_keychain_token1] = ACTIONS(2688), - [aux_sym_use_roaming_token1] = ACTIONS(2688), - [aux_sym_user_token1] = ACTIONS(2690), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2688), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2688), - [aux_sym_visual_host_key_token1] = ACTIONS(2688), - [aux_sym_xauth_location_token1] = ACTIONS(2688), + [ts_builtin_sym_end] = ACTIONS(2695), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2697), + [anon_sym_DQUOTE] = ACTIONS(2699), + [aux_sym_match_token1] = ACTIONS(2695), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2695), + [aux_sym_address_family_token1] = ACTIONS(2695), + [aux_sym_batch_mode_token1] = ACTIONS(2695), + [aux_sym_bind_address_token1] = ACTIONS(2695), + [aux_sym_bind_interface_token1] = ACTIONS(2695), + [aux_sym_canonical_domains_token1] = ACTIONS(2695), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2695), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2695), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2695), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2695), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2695), + [aux_sym_certificate_file_token1] = ACTIONS(2695), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2695), + [aux_sym_check_host_ip_token1] = ACTIONS(2695), + [aux_sym_ciphers_token1] = ACTIONS(2695), + [aux_sym_cipher_token1] = ACTIONS(2697), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2695), + [aux_sym_compression_token1] = ACTIONS(2695), + [aux_sym_connection_attempts_token1] = ACTIONS(2695), + [aux_sym_connect_timeout_token1] = ACTIONS(2695), + [aux_sym_control_master_token1] = ACTIONS(2695), + [aux_sym_control_path_token1] = ACTIONS(2695), + [aux_sym_control_persist_token1] = ACTIONS(2695), + [aux_sym_dynamic_forward_token1] = ACTIONS(2695), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2695), + [aux_sym_escape_char_token1] = ACTIONS(2695), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2695), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2695), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2695), + [aux_sym_forward_agent_token1] = ACTIONS(2695), + [aux_sym_forward_x11_token1] = ACTIONS(2697), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2695), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2695), + [aux_sym_gateway_ports_token1] = ACTIONS(2695), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2695), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2695), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2695), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2695), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2695), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2695), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2695), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2695), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2695), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2695), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2695), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2695), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2695), + [aux_sym_host_key_alias_token1] = ACTIONS(2695), + [aux_sym_hostname_token1] = ACTIONS(2695), + [aux_sym_identities_only_token1] = ACTIONS(2695), + [aux_sym_identity_agent_token1] = ACTIONS(2695), + [aux_sym_identity_file_token1] = ACTIONS(2695), + [aux_sym_ignore_unknown_token1] = ACTIONS(2695), + [aux_sym_include_token1] = ACTIONS(2695), + [aux_sym_ip_qos_token1] = ACTIONS(2695), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2695), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2695), + [aux_sym_kex_algorithms_token1] = ACTIONS(2695), + [aux_sym_known_hosts_command_token1] = ACTIONS(2695), + [aux_sym_local_command_token1] = ACTIONS(2695), + [aux_sym_local_forward_token1] = ACTIONS(2695), + [aux_sym_log_level_token1] = ACTIONS(2695), + [aux_sym_log_verbose_token1] = ACTIONS(2695), + [aux_sym_macs_token1] = ACTIONS(2695), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2695), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2695), + [aux_sym_password_authentication_token1] = ACTIONS(2695), + [aux_sym_permit_local_command_token1] = ACTIONS(2695), + [aux_sym_permit_remote_open_token1] = ACTIONS(2695), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2695), + [aux_sym_port_token1] = ACTIONS(2695), + [aux_sym_preferred_authentications_token1] = ACTIONS(2695), + [aux_sym_protocol_token1] = ACTIONS(2695), + [aux_sym_proxy_command_token1] = ACTIONS(2695), + [aux_sym_proxy_jump_token1] = ACTIONS(2695), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2695), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2695), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2695), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2695), + [aux_sym_rekey_limit_token1] = ACTIONS(2695), + [aux_sym_remote_command_token1] = ACTIONS(2695), + [aux_sym_remote_forward_token1] = ACTIONS(2695), + [aux_sym_request_tty_token1] = ACTIONS(2695), + [aux_sym_required_rsa_size_token1] = ACTIONS(2695), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2695), + [aux_sym_security_key_provider_token1] = ACTIONS(2695), + [aux_sym_send_env_token1] = ACTIONS(2695), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2695), + [aux_sym_server_alive_interval_token1] = ACTIONS(2695), + [aux_sym_session_type_token1] = ACTIONS(2695), + [aux_sym_set_env_token1] = ACTIONS(2695), + [aux_sym_stdin_null_token1] = ACTIONS(2695), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2695), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2695), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2695), + [aux_sym_syslog_facility_token1] = ACTIONS(2695), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2695), + [aux_sym_keep_alive_token1] = ACTIONS(2695), + [aux_sym_tunnel_token1] = ACTIONS(2697), + [aux_sym_tunnel_device_token1] = ACTIONS(2695), + [aux_sym_update_host_keys_token1] = ACTIONS(2695), + [aux_sym_use_keychain_token1] = ACTIONS(2695), + [aux_sym_use_roaming_token1] = ACTIONS(2695), + [aux_sym_user_token1] = ACTIONS(2697), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2695), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2695), + [aux_sym_visual_host_key_token1] = ACTIONS(2695), + [aux_sym_xauth_location_token1] = ACTIONS(2695), }, [388] = { - [ts_builtin_sym_end] = ACTIONS(2692), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2694), - [anon_sym_DQUOTE] = ACTIONS(2696), - [aux_sym_match_token1] = ACTIONS(2692), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2692), - [aux_sym_address_family_token1] = ACTIONS(2692), - [aux_sym_batch_mode_token1] = ACTIONS(2692), - [aux_sym_bind_address_token1] = ACTIONS(2692), - [aux_sym_bind_interface_token1] = ACTIONS(2692), - [aux_sym_canonical_domains_token1] = ACTIONS(2692), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2692), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2692), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2692), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2692), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2692), - [aux_sym_certificate_file_token1] = ACTIONS(2692), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2692), - [aux_sym_check_host_ip_token1] = ACTIONS(2692), - [aux_sym_ciphers_token1] = ACTIONS(2692), - [aux_sym_cipher_token1] = ACTIONS(2694), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2692), - [aux_sym_compression_token1] = ACTIONS(2692), - [aux_sym_connection_attempts_token1] = ACTIONS(2692), - [aux_sym_connect_timeout_token1] = ACTIONS(2692), - [aux_sym_control_master_token1] = ACTIONS(2692), - [aux_sym_control_path_token1] = ACTIONS(2692), - [aux_sym_control_persist_token1] = ACTIONS(2692), - [aux_sym_dynamic_forward_token1] = ACTIONS(2692), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2692), - [aux_sym_escape_char_token1] = ACTIONS(2692), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2692), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2692), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2692), - [aux_sym_forward_agent_token1] = ACTIONS(2692), - [aux_sym_forward_x11_token1] = ACTIONS(2694), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2692), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2692), - [aux_sym_gateway_ports_token1] = ACTIONS(2692), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2692), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2692), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2692), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2692), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2692), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2692), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2692), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2692), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2692), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2692), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2692), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2692), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2692), - [aux_sym_host_key_alias_token1] = ACTIONS(2692), - [aux_sym_hostname_token1] = ACTIONS(2692), - [aux_sym_identities_only_token1] = ACTIONS(2692), - [aux_sym_identity_agent_token1] = ACTIONS(2692), - [aux_sym_identity_file_token1] = ACTIONS(2692), - [aux_sym_ignore_unknown_token1] = ACTIONS(2692), - [aux_sym_include_token1] = ACTIONS(2692), - [aux_sym_ip_qos_token1] = ACTIONS(2692), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2692), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2692), - [aux_sym_kex_algorithms_token1] = ACTIONS(2692), - [aux_sym_known_hosts_command_token1] = ACTIONS(2692), - [aux_sym_local_command_token1] = ACTIONS(2692), - [aux_sym_local_forward_token1] = ACTIONS(2692), - [aux_sym_log_level_token1] = ACTIONS(2692), - [aux_sym_log_verbose_token1] = ACTIONS(2692), - [aux_sym_macs_token1] = ACTIONS(2692), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2692), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2692), - [aux_sym_password_authentication_token1] = ACTIONS(2692), - [aux_sym_permit_local_command_token1] = ACTIONS(2692), - [aux_sym_permit_remote_open_token1] = ACTIONS(2692), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2692), - [aux_sym_port_token1] = ACTIONS(2692), - [aux_sym_preferred_authentications_token1] = ACTIONS(2692), - [aux_sym_protocol_token1] = ACTIONS(2692), - [aux_sym_proxy_command_token1] = ACTIONS(2692), - [aux_sym_proxy_jump_token1] = ACTIONS(2692), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2692), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2692), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2692), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2692), - [aux_sym_rekey_limit_token1] = ACTIONS(2692), - [aux_sym_remote_command_token1] = ACTIONS(2692), - [aux_sym_remote_forward_token1] = ACTIONS(2692), - [aux_sym_request_tty_token1] = ACTIONS(2692), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2692), - [aux_sym_security_key_provider_token1] = ACTIONS(2692), - [aux_sym_send_env_token1] = ACTIONS(2692), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2692), - [aux_sym_server_alive_interval_token1] = ACTIONS(2692), - [aux_sym_session_type_token1] = ACTIONS(2692), - [aux_sym_set_env_token1] = ACTIONS(2692), - [aux_sym_stdin_null_token1] = ACTIONS(2692), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2692), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2692), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2692), - [aux_sym_syslog_facility_token1] = ACTIONS(2692), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2692), - [aux_sym_keep_alive_token1] = ACTIONS(2692), - [aux_sym_tunnel_token1] = ACTIONS(2694), - [aux_sym_tunnel_device_token1] = ACTIONS(2692), - [aux_sym_update_host_keys_token1] = ACTIONS(2692), - [aux_sym_use_keychain_token1] = ACTIONS(2692), - [aux_sym_use_roaming_token1] = ACTIONS(2692), - [aux_sym_user_token1] = ACTIONS(2694), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2692), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2692), - [aux_sym_visual_host_key_token1] = ACTIONS(2692), - [aux_sym_xauth_location_token1] = ACTIONS(2692), + [ts_builtin_sym_end] = ACTIONS(2701), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2703), + [anon_sym_DQUOTE] = ACTIONS(2701), + [aux_sym_match_token1] = ACTIONS(2701), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2701), + [aux_sym_address_family_token1] = ACTIONS(2701), + [aux_sym_batch_mode_token1] = ACTIONS(2701), + [aux_sym_bind_address_token1] = ACTIONS(2701), + [aux_sym_bind_interface_token1] = ACTIONS(2701), + [aux_sym_canonical_domains_token1] = ACTIONS(2701), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2701), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2701), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2701), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2701), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2701), + [aux_sym_certificate_file_token1] = ACTIONS(2701), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2701), + [aux_sym_check_host_ip_token1] = ACTIONS(2701), + [aux_sym_ciphers_token1] = ACTIONS(2701), + [aux_sym_cipher_token1] = ACTIONS(2703), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2701), + [aux_sym_compression_token1] = ACTIONS(2701), + [aux_sym_connection_attempts_token1] = ACTIONS(2701), + [aux_sym_connect_timeout_token1] = ACTIONS(2701), + [aux_sym_control_master_token1] = ACTIONS(2701), + [aux_sym_control_path_token1] = ACTIONS(2701), + [aux_sym_control_persist_token1] = ACTIONS(2701), + [aux_sym_dynamic_forward_token1] = ACTIONS(2701), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2701), + [aux_sym_escape_char_token1] = ACTIONS(2701), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2701), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2701), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2701), + [aux_sym_forward_agent_token1] = ACTIONS(2701), + [aux_sym_forward_x11_token1] = ACTIONS(2703), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2701), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2701), + [aux_sym_gateway_ports_token1] = ACTIONS(2701), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2701), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2701), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2701), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2701), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2701), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2701), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2701), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2701), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2701), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2701), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2701), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2701), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2701), + [aux_sym_host_key_alias_token1] = ACTIONS(2701), + [aux_sym_hostname_token1] = ACTIONS(2701), + [aux_sym_identities_only_token1] = ACTIONS(2701), + [aux_sym_identity_agent_token1] = ACTIONS(2701), + [aux_sym_identity_file_token1] = ACTIONS(2701), + [aux_sym_ignore_unknown_token1] = ACTIONS(2701), + [aux_sym_include_token1] = ACTIONS(2701), + [aux_sym_ip_qos_token1] = ACTIONS(2701), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2701), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2701), + [aux_sym_kex_algorithms_token1] = ACTIONS(2701), + [aux_sym_known_hosts_command_token1] = ACTIONS(2701), + [aux_sym_local_command_token1] = ACTIONS(2701), + [aux_sym_local_forward_token1] = ACTIONS(2701), + [aux_sym_log_level_token1] = ACTIONS(2701), + [aux_sym_log_verbose_token1] = ACTIONS(2701), + [aux_sym_macs_token1] = ACTIONS(2701), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2701), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2701), + [aux_sym_password_authentication_token1] = ACTIONS(2701), + [aux_sym_permit_local_command_token1] = ACTIONS(2701), + [aux_sym_permit_remote_open_token1] = ACTIONS(2701), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2701), + [aux_sym_port_token1] = ACTIONS(2701), + [aux_sym_preferred_authentications_token1] = ACTIONS(2701), + [aux_sym_protocol_token1] = ACTIONS(2701), + [aux_sym_proxy_command_token1] = ACTIONS(2701), + [aux_sym_proxy_jump_token1] = ACTIONS(2701), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2701), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2701), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2701), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2701), + [aux_sym_rekey_limit_token1] = ACTIONS(2701), + [aux_sym_remote_command_token1] = ACTIONS(2701), + [aux_sym_remote_forward_token1] = ACTIONS(2701), + [aux_sym_request_tty_token1] = ACTIONS(2701), + [aux_sym_required_rsa_size_token1] = ACTIONS(2701), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2701), + [aux_sym_security_key_provider_token1] = ACTIONS(2701), + [aux_sym_send_env_token1] = ACTIONS(2701), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2701), + [aux_sym_server_alive_interval_token1] = ACTIONS(2701), + [aux_sym_session_type_token1] = ACTIONS(2701), + [aux_sym_set_env_token1] = ACTIONS(2701), + [aux_sym_stdin_null_token1] = ACTIONS(2701), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2701), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2701), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2701), + [aux_sym_syslog_facility_token1] = ACTIONS(2701), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2701), + [aux_sym_keep_alive_token1] = ACTIONS(2701), + [aux_sym_tunnel_token1] = ACTIONS(2703), + [aux_sym_tunnel_device_token1] = ACTIONS(2701), + [aux_sym_update_host_keys_token1] = ACTIONS(2701), + [aux_sym_use_keychain_token1] = ACTIONS(2701), + [aux_sym_use_roaming_token1] = ACTIONS(2701), + [aux_sym_user_token1] = ACTIONS(2703), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2701), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2701), + [aux_sym_visual_host_key_token1] = ACTIONS(2701), + [aux_sym_xauth_location_token1] = ACTIONS(2701), }, [389] = { - [ts_builtin_sym_end] = ACTIONS(2698), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2700), - [anon_sym_DQUOTE] = ACTIONS(2702), - [aux_sym_match_token1] = ACTIONS(2698), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2698), - [aux_sym_address_family_token1] = ACTIONS(2698), - [aux_sym_batch_mode_token1] = ACTIONS(2698), - [aux_sym_bind_address_token1] = ACTIONS(2698), - [aux_sym_bind_interface_token1] = ACTIONS(2698), - [aux_sym_canonical_domains_token1] = ACTIONS(2698), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2698), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2698), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2698), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2698), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2698), - [aux_sym_certificate_file_token1] = ACTIONS(2698), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2698), - [aux_sym_check_host_ip_token1] = ACTIONS(2698), - [aux_sym_ciphers_token1] = ACTIONS(2698), - [aux_sym_cipher_token1] = ACTIONS(2700), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2698), - [aux_sym_compression_token1] = ACTIONS(2698), - [aux_sym_connection_attempts_token1] = ACTIONS(2698), - [aux_sym_connect_timeout_token1] = ACTIONS(2698), - [aux_sym_control_master_token1] = ACTIONS(2698), - [aux_sym_control_path_token1] = ACTIONS(2698), - [aux_sym_control_persist_token1] = ACTIONS(2698), - [aux_sym_dynamic_forward_token1] = ACTIONS(2698), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2698), - [aux_sym_escape_char_token1] = ACTIONS(2698), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2698), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2698), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2698), - [aux_sym_forward_agent_token1] = ACTIONS(2698), - [aux_sym_forward_x11_token1] = ACTIONS(2700), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2698), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2698), - [aux_sym_gateway_ports_token1] = ACTIONS(2698), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2698), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2698), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2698), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2698), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2698), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2698), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2698), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2698), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2698), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2698), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2698), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2698), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2698), - [aux_sym_host_key_alias_token1] = ACTIONS(2698), - [aux_sym_hostname_token1] = ACTIONS(2698), - [aux_sym_identities_only_token1] = ACTIONS(2698), - [aux_sym_identity_agent_token1] = ACTIONS(2698), - [aux_sym_identity_file_token1] = ACTIONS(2698), - [aux_sym_ignore_unknown_token1] = ACTIONS(2698), - [aux_sym_include_token1] = ACTIONS(2698), - [aux_sym_ip_qos_token1] = ACTIONS(2698), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2698), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2698), - [aux_sym_kex_algorithms_token1] = ACTIONS(2698), - [aux_sym_known_hosts_command_token1] = ACTIONS(2698), - [aux_sym_local_command_token1] = ACTIONS(2698), - [aux_sym_local_forward_token1] = ACTIONS(2698), - [aux_sym_log_level_token1] = ACTIONS(2698), - [aux_sym_log_verbose_token1] = ACTIONS(2698), - [aux_sym_macs_token1] = ACTIONS(2698), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2698), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2698), - [aux_sym_password_authentication_token1] = ACTIONS(2698), - [aux_sym_permit_local_command_token1] = ACTIONS(2698), - [aux_sym_permit_remote_open_token1] = ACTIONS(2698), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2698), - [aux_sym_port_token1] = ACTIONS(2698), - [aux_sym_preferred_authentications_token1] = ACTIONS(2698), - [aux_sym_protocol_token1] = ACTIONS(2698), - [aux_sym_proxy_command_token1] = ACTIONS(2698), - [aux_sym_proxy_jump_token1] = ACTIONS(2698), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2698), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2698), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2698), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2698), - [aux_sym_rekey_limit_token1] = ACTIONS(2698), - [aux_sym_remote_command_token1] = ACTIONS(2698), - [aux_sym_remote_forward_token1] = ACTIONS(2698), - [aux_sym_request_tty_token1] = ACTIONS(2698), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2698), - [aux_sym_security_key_provider_token1] = ACTIONS(2698), - [aux_sym_send_env_token1] = ACTIONS(2698), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2698), - [aux_sym_server_alive_interval_token1] = ACTIONS(2698), - [aux_sym_session_type_token1] = ACTIONS(2698), - [aux_sym_set_env_token1] = ACTIONS(2698), - [aux_sym_stdin_null_token1] = ACTIONS(2698), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2698), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2698), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2698), - [aux_sym_syslog_facility_token1] = ACTIONS(2698), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2698), - [aux_sym_keep_alive_token1] = ACTIONS(2698), - [aux_sym_tunnel_token1] = ACTIONS(2700), - [aux_sym_tunnel_device_token1] = ACTIONS(2698), - [aux_sym_update_host_keys_token1] = ACTIONS(2698), - [aux_sym_use_keychain_token1] = ACTIONS(2698), - [aux_sym_use_roaming_token1] = ACTIONS(2698), - [aux_sym_user_token1] = ACTIONS(2700), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2698), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2698), - [aux_sym_visual_host_key_token1] = ACTIONS(2698), - [aux_sym_xauth_location_token1] = ACTIONS(2698), + [ts_builtin_sym_end] = ACTIONS(2705), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2707), + [anon_sym_DQUOTE] = ACTIONS(2705), + [aux_sym_match_token1] = ACTIONS(2705), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2705), + [aux_sym_address_family_token1] = ACTIONS(2705), + [aux_sym_batch_mode_token1] = ACTIONS(2705), + [aux_sym_bind_address_token1] = ACTIONS(2705), + [aux_sym_bind_interface_token1] = ACTIONS(2705), + [aux_sym_canonical_domains_token1] = ACTIONS(2705), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2705), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2705), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2705), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2705), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2705), + [aux_sym_certificate_file_token1] = ACTIONS(2705), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2705), + [aux_sym_check_host_ip_token1] = ACTIONS(2705), + [aux_sym_ciphers_token1] = ACTIONS(2705), + [aux_sym_cipher_token1] = ACTIONS(2707), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2705), + [aux_sym_compression_token1] = ACTIONS(2705), + [aux_sym_connection_attempts_token1] = ACTIONS(2705), + [aux_sym_connect_timeout_token1] = ACTIONS(2705), + [aux_sym_control_master_token1] = ACTIONS(2705), + [aux_sym_control_path_token1] = ACTIONS(2705), + [aux_sym_control_persist_token1] = ACTIONS(2705), + [aux_sym_dynamic_forward_token1] = ACTIONS(2705), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2705), + [aux_sym_escape_char_token1] = ACTIONS(2705), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2705), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2705), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2705), + [aux_sym_forward_agent_token1] = ACTIONS(2705), + [aux_sym_forward_x11_token1] = ACTIONS(2707), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2705), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2705), + [aux_sym_gateway_ports_token1] = ACTIONS(2705), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2705), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2705), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2705), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2705), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2705), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2705), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2705), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2705), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2705), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2705), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2705), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2705), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2705), + [aux_sym_host_key_alias_token1] = ACTIONS(2705), + [aux_sym_hostname_token1] = ACTIONS(2705), + [aux_sym_identities_only_token1] = ACTIONS(2705), + [aux_sym_identity_agent_token1] = ACTIONS(2705), + [aux_sym_identity_file_token1] = ACTIONS(2705), + [aux_sym_ignore_unknown_token1] = ACTIONS(2705), + [aux_sym_include_token1] = ACTIONS(2705), + [aux_sym_ip_qos_token1] = ACTIONS(2705), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2705), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2705), + [aux_sym_kex_algorithms_token1] = ACTIONS(2705), + [aux_sym_known_hosts_command_token1] = ACTIONS(2705), + [aux_sym_local_command_token1] = ACTIONS(2705), + [aux_sym_local_forward_token1] = ACTIONS(2705), + [aux_sym_log_level_token1] = ACTIONS(2705), + [aux_sym_log_verbose_token1] = ACTIONS(2705), + [aux_sym_macs_token1] = ACTIONS(2705), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2705), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2705), + [aux_sym_password_authentication_token1] = ACTIONS(2705), + [aux_sym_permit_local_command_token1] = ACTIONS(2705), + [aux_sym_permit_remote_open_token1] = ACTIONS(2705), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2705), + [aux_sym_port_token1] = ACTIONS(2705), + [aux_sym_preferred_authentications_token1] = ACTIONS(2705), + [aux_sym_protocol_token1] = ACTIONS(2705), + [aux_sym_proxy_command_token1] = ACTIONS(2705), + [aux_sym_proxy_jump_token1] = ACTIONS(2705), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2705), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2705), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2705), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2705), + [aux_sym_rekey_limit_token1] = ACTIONS(2705), + [aux_sym_remote_command_token1] = ACTIONS(2705), + [aux_sym_remote_forward_token1] = ACTIONS(2705), + [aux_sym_request_tty_token1] = ACTIONS(2705), + [aux_sym_required_rsa_size_token1] = ACTIONS(2705), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2705), + [aux_sym_security_key_provider_token1] = ACTIONS(2705), + [aux_sym_send_env_token1] = ACTIONS(2705), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2705), + [aux_sym_server_alive_interval_token1] = ACTIONS(2705), + [aux_sym_session_type_token1] = ACTIONS(2705), + [aux_sym_set_env_token1] = ACTIONS(2705), + [aux_sym_stdin_null_token1] = ACTIONS(2705), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2705), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2705), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2705), + [aux_sym_syslog_facility_token1] = ACTIONS(2705), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2705), + [aux_sym_keep_alive_token1] = ACTIONS(2705), + [aux_sym_tunnel_token1] = ACTIONS(2707), + [aux_sym_tunnel_device_token1] = ACTIONS(2705), + [aux_sym_update_host_keys_token1] = ACTIONS(2705), + [aux_sym_use_keychain_token1] = ACTIONS(2705), + [aux_sym_use_roaming_token1] = ACTIONS(2705), + [aux_sym_user_token1] = ACTIONS(2707), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2705), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2705), + [aux_sym_visual_host_key_token1] = ACTIONS(2705), + [aux_sym_xauth_location_token1] = ACTIONS(2705), }, [390] = { - [ts_builtin_sym_end] = ACTIONS(2704), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2706), - [anon_sym_DQUOTE] = ACTIONS(2704), - [aux_sym_match_token1] = ACTIONS(2704), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2704), - [aux_sym_address_family_token1] = ACTIONS(2704), - [aux_sym_batch_mode_token1] = ACTIONS(2704), - [aux_sym_bind_address_token1] = ACTIONS(2704), - [aux_sym_bind_interface_token1] = ACTIONS(2704), - [aux_sym_canonical_domains_token1] = ACTIONS(2704), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2704), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2704), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2704), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2704), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2704), - [aux_sym_certificate_file_token1] = ACTIONS(2704), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2704), - [aux_sym_check_host_ip_token1] = ACTIONS(2704), - [aux_sym_ciphers_token1] = ACTIONS(2704), - [aux_sym_cipher_token1] = ACTIONS(2706), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2704), - [aux_sym_compression_token1] = ACTIONS(2704), - [aux_sym_connection_attempts_token1] = ACTIONS(2704), - [aux_sym_connect_timeout_token1] = ACTIONS(2704), - [aux_sym_control_master_token1] = ACTIONS(2704), - [aux_sym_control_path_token1] = ACTIONS(2704), - [aux_sym_control_persist_token1] = ACTIONS(2704), - [aux_sym_dynamic_forward_token1] = ACTIONS(2704), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2704), - [aux_sym_escape_char_token1] = ACTIONS(2704), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2704), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2704), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2704), - [aux_sym_forward_agent_token1] = ACTIONS(2704), - [aux_sym_forward_x11_token1] = ACTIONS(2706), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2704), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2704), - [aux_sym_gateway_ports_token1] = ACTIONS(2704), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2704), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2704), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2704), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2704), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2704), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2704), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2704), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2704), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2704), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2704), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2704), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2704), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2704), - [aux_sym_host_key_alias_token1] = ACTIONS(2704), - [aux_sym_hostname_token1] = ACTIONS(2704), - [aux_sym_identities_only_token1] = ACTIONS(2704), - [aux_sym_identity_agent_token1] = ACTIONS(2704), - [aux_sym_identity_file_token1] = ACTIONS(2704), - [aux_sym_ignore_unknown_token1] = ACTIONS(2704), - [aux_sym_include_token1] = ACTIONS(2704), - [aux_sym_ip_qos_token1] = ACTIONS(2704), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2704), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2704), - [aux_sym_kex_algorithms_token1] = ACTIONS(2704), - [aux_sym_known_hosts_command_token1] = ACTIONS(2704), - [aux_sym_local_command_token1] = ACTIONS(2704), - [aux_sym_local_forward_token1] = ACTIONS(2704), - [aux_sym_log_level_token1] = ACTIONS(2704), - [aux_sym_log_verbose_token1] = ACTIONS(2704), - [aux_sym_macs_token1] = ACTIONS(2704), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2704), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2704), - [aux_sym_password_authentication_token1] = ACTIONS(2704), - [aux_sym_permit_local_command_token1] = ACTIONS(2704), - [aux_sym_permit_remote_open_token1] = ACTIONS(2704), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2704), - [aux_sym_port_token1] = ACTIONS(2704), - [aux_sym_preferred_authentications_token1] = ACTIONS(2704), - [aux_sym_protocol_token1] = ACTIONS(2704), - [aux_sym_proxy_command_token1] = ACTIONS(2704), - [aux_sym_proxy_jump_token1] = ACTIONS(2704), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2704), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2704), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2704), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2704), - [aux_sym_rekey_limit_token1] = ACTIONS(2704), - [aux_sym_remote_command_token1] = ACTIONS(2704), - [aux_sym_remote_forward_token1] = ACTIONS(2704), - [aux_sym_request_tty_token1] = ACTIONS(2704), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2704), - [aux_sym_security_key_provider_token1] = ACTIONS(2704), - [aux_sym_send_env_token1] = ACTIONS(2704), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2704), - [aux_sym_server_alive_interval_token1] = ACTIONS(2704), - [aux_sym_session_type_token1] = ACTIONS(2704), - [aux_sym_set_env_token1] = ACTIONS(2704), - [aux_sym_stdin_null_token1] = ACTIONS(2704), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2704), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2704), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2704), - [aux_sym_syslog_facility_token1] = ACTIONS(2704), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2704), - [aux_sym_keep_alive_token1] = ACTIONS(2704), - [aux_sym_tunnel_token1] = ACTIONS(2706), - [aux_sym_tunnel_device_token1] = ACTIONS(2704), - [aux_sym_update_host_keys_token1] = ACTIONS(2704), - [aux_sym_use_keychain_token1] = ACTIONS(2704), - [aux_sym_use_roaming_token1] = ACTIONS(2704), - [aux_sym_user_token1] = ACTIONS(2706), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2704), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2704), - [aux_sym_visual_host_key_token1] = ACTIONS(2704), - [aux_sym_xauth_location_token1] = ACTIONS(2704), + [ts_builtin_sym_end] = ACTIONS(2709), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2711), + [anon_sym_DQUOTE] = ACTIONS(2713), + [aux_sym_match_token1] = ACTIONS(2709), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2709), + [aux_sym_address_family_token1] = ACTIONS(2709), + [aux_sym_batch_mode_token1] = ACTIONS(2709), + [aux_sym_bind_address_token1] = ACTIONS(2709), + [aux_sym_bind_interface_token1] = ACTIONS(2709), + [aux_sym_canonical_domains_token1] = ACTIONS(2709), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2709), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2709), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2709), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2709), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2709), + [aux_sym_certificate_file_token1] = ACTIONS(2709), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2709), + [aux_sym_check_host_ip_token1] = ACTIONS(2709), + [aux_sym_ciphers_token1] = ACTIONS(2709), + [aux_sym_cipher_token1] = ACTIONS(2711), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2709), + [aux_sym_compression_token1] = ACTIONS(2709), + [aux_sym_connection_attempts_token1] = ACTIONS(2709), + [aux_sym_connect_timeout_token1] = ACTIONS(2709), + [aux_sym_control_master_token1] = ACTIONS(2709), + [aux_sym_control_path_token1] = ACTIONS(2709), + [aux_sym_control_persist_token1] = ACTIONS(2709), + [aux_sym_dynamic_forward_token1] = ACTIONS(2709), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2709), + [aux_sym_escape_char_token1] = ACTIONS(2709), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2709), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2709), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2709), + [aux_sym_forward_agent_token1] = ACTIONS(2709), + [aux_sym_forward_x11_token1] = ACTIONS(2711), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2709), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2709), + [aux_sym_gateway_ports_token1] = ACTIONS(2709), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2709), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2709), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2709), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2709), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2709), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2709), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2709), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2709), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2709), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2709), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2709), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2709), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2709), + [aux_sym_host_key_alias_token1] = ACTIONS(2709), + [aux_sym_hostname_token1] = ACTIONS(2709), + [aux_sym_identities_only_token1] = ACTIONS(2709), + [aux_sym_identity_agent_token1] = ACTIONS(2709), + [aux_sym_identity_file_token1] = ACTIONS(2709), + [aux_sym_ignore_unknown_token1] = ACTIONS(2709), + [aux_sym_include_token1] = ACTIONS(2709), + [aux_sym_ip_qos_token1] = ACTIONS(2709), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2709), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2709), + [aux_sym_kex_algorithms_token1] = ACTIONS(2709), + [aux_sym_known_hosts_command_token1] = ACTIONS(2709), + [aux_sym_local_command_token1] = ACTIONS(2709), + [aux_sym_local_forward_token1] = ACTIONS(2709), + [aux_sym_log_level_token1] = ACTIONS(2709), + [aux_sym_log_verbose_token1] = ACTIONS(2709), + [aux_sym_macs_token1] = ACTIONS(2709), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2709), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2709), + [aux_sym_password_authentication_token1] = ACTIONS(2709), + [aux_sym_permit_local_command_token1] = ACTIONS(2709), + [aux_sym_permit_remote_open_token1] = ACTIONS(2709), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2709), + [aux_sym_port_token1] = ACTIONS(2709), + [aux_sym_preferred_authentications_token1] = ACTIONS(2709), + [aux_sym_protocol_token1] = ACTIONS(2709), + [aux_sym_proxy_command_token1] = ACTIONS(2709), + [aux_sym_proxy_jump_token1] = ACTIONS(2709), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2709), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2709), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2709), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2709), + [aux_sym_rekey_limit_token1] = ACTIONS(2709), + [aux_sym_remote_command_token1] = ACTIONS(2709), + [aux_sym_remote_forward_token1] = ACTIONS(2709), + [aux_sym_request_tty_token1] = ACTIONS(2709), + [aux_sym_required_rsa_size_token1] = ACTIONS(2709), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2709), + [aux_sym_security_key_provider_token1] = ACTIONS(2709), + [aux_sym_send_env_token1] = ACTIONS(2709), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2709), + [aux_sym_server_alive_interval_token1] = ACTIONS(2709), + [aux_sym_session_type_token1] = ACTIONS(2709), + [aux_sym_set_env_token1] = ACTIONS(2709), + [aux_sym_stdin_null_token1] = ACTIONS(2709), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2709), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2709), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2709), + [aux_sym_syslog_facility_token1] = ACTIONS(2709), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2709), + [aux_sym_keep_alive_token1] = ACTIONS(2709), + [aux_sym_tunnel_token1] = ACTIONS(2711), + [aux_sym_tunnel_device_token1] = ACTIONS(2709), + [aux_sym_update_host_keys_token1] = ACTIONS(2709), + [aux_sym_use_keychain_token1] = ACTIONS(2709), + [aux_sym_use_roaming_token1] = ACTIONS(2709), + [aux_sym_user_token1] = ACTIONS(2711), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2709), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2709), + [aux_sym_visual_host_key_token1] = ACTIONS(2709), + [aux_sym_xauth_location_token1] = ACTIONS(2709), }, [391] = { - [ts_builtin_sym_end] = ACTIONS(2708), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2710), - [anon_sym_DQUOTE] = ACTIONS(2708), - [aux_sym_match_token1] = ACTIONS(2708), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2708), - [aux_sym_address_family_token1] = ACTIONS(2708), - [aux_sym_batch_mode_token1] = ACTIONS(2708), - [aux_sym_bind_address_token1] = ACTIONS(2708), - [aux_sym_bind_interface_token1] = ACTIONS(2708), - [aux_sym_canonical_domains_token1] = ACTIONS(2708), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2708), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2708), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2708), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2708), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2708), - [aux_sym_certificate_file_token1] = ACTIONS(2708), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2708), - [aux_sym_check_host_ip_token1] = ACTIONS(2708), - [aux_sym_ciphers_token1] = ACTIONS(2708), - [aux_sym_cipher_token1] = ACTIONS(2710), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2708), - [aux_sym_compression_token1] = ACTIONS(2708), - [aux_sym_connection_attempts_token1] = ACTIONS(2708), - [aux_sym_connect_timeout_token1] = ACTIONS(2708), - [aux_sym_control_master_token1] = ACTIONS(2708), - [aux_sym_control_path_token1] = ACTIONS(2708), - [aux_sym_control_persist_token1] = ACTIONS(2708), - [aux_sym_dynamic_forward_token1] = ACTIONS(2708), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2708), - [aux_sym_escape_char_token1] = ACTIONS(2708), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2708), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2708), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2708), - [aux_sym_forward_agent_token1] = ACTIONS(2708), - [aux_sym_forward_x11_token1] = ACTIONS(2710), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2708), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2708), - [aux_sym_gateway_ports_token1] = ACTIONS(2708), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2708), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2708), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2708), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2708), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2708), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2708), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2708), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2708), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2708), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2708), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2708), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2708), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2708), - [aux_sym_host_key_alias_token1] = ACTIONS(2708), - [aux_sym_hostname_token1] = ACTIONS(2708), - [aux_sym_identities_only_token1] = ACTIONS(2708), - [aux_sym_identity_agent_token1] = ACTIONS(2708), - [aux_sym_identity_file_token1] = ACTIONS(2708), - [aux_sym_ignore_unknown_token1] = ACTIONS(2708), - [aux_sym_include_token1] = ACTIONS(2708), - [aux_sym_ip_qos_token1] = ACTIONS(2708), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2708), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2708), - [aux_sym_kex_algorithms_token1] = ACTIONS(2708), - [aux_sym_known_hosts_command_token1] = ACTIONS(2708), - [aux_sym_local_command_token1] = ACTIONS(2708), - [aux_sym_local_forward_token1] = ACTIONS(2708), - [aux_sym_log_level_token1] = ACTIONS(2708), - [aux_sym_log_verbose_token1] = ACTIONS(2708), - [aux_sym_macs_token1] = ACTIONS(2708), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2708), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2708), - [aux_sym_password_authentication_token1] = ACTIONS(2708), - [aux_sym_permit_local_command_token1] = ACTIONS(2708), - [aux_sym_permit_remote_open_token1] = ACTIONS(2708), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2708), - [aux_sym_port_token1] = ACTIONS(2708), - [aux_sym_preferred_authentications_token1] = ACTIONS(2708), - [aux_sym_protocol_token1] = ACTIONS(2708), - [aux_sym_proxy_command_token1] = ACTIONS(2708), - [aux_sym_proxy_jump_token1] = ACTIONS(2708), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2708), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2708), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2708), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2708), - [aux_sym_rekey_limit_token1] = ACTIONS(2708), - [aux_sym_remote_command_token1] = ACTIONS(2708), - [aux_sym_remote_forward_token1] = ACTIONS(2708), - [aux_sym_request_tty_token1] = ACTIONS(2708), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2708), - [aux_sym_security_key_provider_token1] = ACTIONS(2708), - [aux_sym_send_env_token1] = ACTIONS(2708), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2708), - [aux_sym_server_alive_interval_token1] = ACTIONS(2708), - [aux_sym_session_type_token1] = ACTIONS(2708), - [aux_sym_set_env_token1] = ACTIONS(2708), - [aux_sym_stdin_null_token1] = ACTIONS(2708), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2708), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2708), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2708), - [aux_sym_syslog_facility_token1] = ACTIONS(2708), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2708), - [aux_sym_keep_alive_token1] = ACTIONS(2708), - [aux_sym_tunnel_token1] = ACTIONS(2710), - [aux_sym_tunnel_device_token1] = ACTIONS(2708), - [aux_sym_update_host_keys_token1] = ACTIONS(2708), - [aux_sym_use_keychain_token1] = ACTIONS(2708), - [aux_sym_use_roaming_token1] = ACTIONS(2708), - [aux_sym_user_token1] = ACTIONS(2710), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2708), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2708), - [aux_sym_visual_host_key_token1] = ACTIONS(2708), - [aux_sym_xauth_location_token1] = ACTIONS(2708), + [ts_builtin_sym_end] = ACTIONS(2715), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2717), + [anon_sym_DQUOTE] = ACTIONS(2719), + [aux_sym_match_token1] = ACTIONS(2715), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2715), + [aux_sym_address_family_token1] = ACTIONS(2715), + [aux_sym_batch_mode_token1] = ACTIONS(2715), + [aux_sym_bind_address_token1] = ACTIONS(2715), + [aux_sym_bind_interface_token1] = ACTIONS(2715), + [aux_sym_canonical_domains_token1] = ACTIONS(2715), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2715), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2715), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2715), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2715), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2715), + [aux_sym_certificate_file_token1] = ACTIONS(2715), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2715), + [aux_sym_check_host_ip_token1] = ACTIONS(2715), + [aux_sym_ciphers_token1] = ACTIONS(2715), + [aux_sym_cipher_token1] = ACTIONS(2717), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2715), + [aux_sym_compression_token1] = ACTIONS(2715), + [aux_sym_connection_attempts_token1] = ACTIONS(2715), + [aux_sym_connect_timeout_token1] = ACTIONS(2715), + [aux_sym_control_master_token1] = ACTIONS(2715), + [aux_sym_control_path_token1] = ACTIONS(2715), + [aux_sym_control_persist_token1] = ACTIONS(2715), + [aux_sym_dynamic_forward_token1] = ACTIONS(2715), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2715), + [aux_sym_escape_char_token1] = ACTIONS(2715), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2715), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2715), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2715), + [aux_sym_forward_agent_token1] = ACTIONS(2715), + [aux_sym_forward_x11_token1] = ACTIONS(2717), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2715), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2715), + [aux_sym_gateway_ports_token1] = ACTIONS(2715), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2715), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2715), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2715), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2715), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2715), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2715), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2715), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2715), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2715), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2715), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2715), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2715), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2715), + [aux_sym_host_key_alias_token1] = ACTIONS(2715), + [aux_sym_hostname_token1] = ACTIONS(2715), + [aux_sym_identities_only_token1] = ACTIONS(2715), + [aux_sym_identity_agent_token1] = ACTIONS(2715), + [aux_sym_identity_file_token1] = ACTIONS(2715), + [aux_sym_ignore_unknown_token1] = ACTIONS(2715), + [aux_sym_include_token1] = ACTIONS(2715), + [aux_sym_ip_qos_token1] = ACTIONS(2715), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2715), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2715), + [aux_sym_kex_algorithms_token1] = ACTIONS(2715), + [aux_sym_known_hosts_command_token1] = ACTIONS(2715), + [aux_sym_local_command_token1] = ACTIONS(2715), + [aux_sym_local_forward_token1] = ACTIONS(2715), + [aux_sym_log_level_token1] = ACTIONS(2715), + [aux_sym_log_verbose_token1] = ACTIONS(2715), + [aux_sym_macs_token1] = ACTIONS(2715), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2715), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2715), + [aux_sym_password_authentication_token1] = ACTIONS(2715), + [aux_sym_permit_local_command_token1] = ACTIONS(2715), + [aux_sym_permit_remote_open_token1] = ACTIONS(2715), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2715), + [aux_sym_port_token1] = ACTIONS(2715), + [aux_sym_preferred_authentications_token1] = ACTIONS(2715), + [aux_sym_protocol_token1] = ACTIONS(2715), + [aux_sym_proxy_command_token1] = ACTIONS(2715), + [aux_sym_proxy_jump_token1] = ACTIONS(2715), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2715), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2715), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2715), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2715), + [aux_sym_rekey_limit_token1] = ACTIONS(2715), + [aux_sym_remote_command_token1] = ACTIONS(2715), + [aux_sym_remote_forward_token1] = ACTIONS(2715), + [aux_sym_request_tty_token1] = ACTIONS(2715), + [aux_sym_required_rsa_size_token1] = ACTIONS(2715), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2715), + [aux_sym_security_key_provider_token1] = ACTIONS(2715), + [aux_sym_send_env_token1] = ACTIONS(2715), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2715), + [aux_sym_server_alive_interval_token1] = ACTIONS(2715), + [aux_sym_session_type_token1] = ACTIONS(2715), + [aux_sym_set_env_token1] = ACTIONS(2715), + [aux_sym_stdin_null_token1] = ACTIONS(2715), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2715), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2715), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2715), + [aux_sym_syslog_facility_token1] = ACTIONS(2715), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2715), + [aux_sym_keep_alive_token1] = ACTIONS(2715), + [aux_sym_tunnel_token1] = ACTIONS(2717), + [aux_sym_tunnel_device_token1] = ACTIONS(2715), + [aux_sym_update_host_keys_token1] = ACTIONS(2715), + [aux_sym_use_keychain_token1] = ACTIONS(2715), + [aux_sym_use_roaming_token1] = ACTIONS(2715), + [aux_sym_user_token1] = ACTIONS(2717), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2715), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2715), + [aux_sym_visual_host_key_token1] = ACTIONS(2715), + [aux_sym_xauth_location_token1] = ACTIONS(2715), }, [392] = { - [ts_builtin_sym_end] = ACTIONS(2712), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2714), - [anon_sym_DQUOTE] = ACTIONS(2716), - [aux_sym_match_token1] = ACTIONS(2712), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2712), - [aux_sym_address_family_token1] = ACTIONS(2712), - [aux_sym_batch_mode_token1] = ACTIONS(2712), - [aux_sym_bind_address_token1] = ACTIONS(2712), - [aux_sym_bind_interface_token1] = ACTIONS(2712), - [aux_sym_canonical_domains_token1] = ACTIONS(2712), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2712), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2712), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2712), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2712), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2712), - [aux_sym_certificate_file_token1] = ACTIONS(2712), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2712), - [aux_sym_check_host_ip_token1] = ACTIONS(2712), - [aux_sym_ciphers_token1] = ACTIONS(2712), - [aux_sym_cipher_token1] = ACTIONS(2714), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2712), - [aux_sym_compression_token1] = ACTIONS(2712), - [aux_sym_connection_attempts_token1] = ACTIONS(2712), - [aux_sym_connect_timeout_token1] = ACTIONS(2712), - [aux_sym_control_master_token1] = ACTIONS(2712), - [aux_sym_control_path_token1] = ACTIONS(2712), - [aux_sym_control_persist_token1] = ACTIONS(2712), - [aux_sym_dynamic_forward_token1] = ACTIONS(2712), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2712), - [aux_sym_escape_char_token1] = ACTIONS(2712), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2712), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2712), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2712), - [aux_sym_forward_agent_token1] = ACTIONS(2712), - [aux_sym_forward_x11_token1] = ACTIONS(2714), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2712), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2712), - [aux_sym_gateway_ports_token1] = ACTIONS(2712), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2712), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2712), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2712), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2712), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2712), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2712), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2712), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2712), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2712), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2712), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2712), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2712), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2712), - [aux_sym_host_key_alias_token1] = ACTIONS(2712), - [aux_sym_hostname_token1] = ACTIONS(2712), - [aux_sym_identities_only_token1] = ACTIONS(2712), - [aux_sym_identity_agent_token1] = ACTIONS(2712), - [aux_sym_identity_file_token1] = ACTIONS(2712), - [aux_sym_ignore_unknown_token1] = ACTIONS(2712), - [aux_sym_include_token1] = ACTIONS(2712), - [aux_sym_ip_qos_token1] = ACTIONS(2712), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2712), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2712), - [aux_sym_kex_algorithms_token1] = ACTIONS(2712), - [aux_sym_known_hosts_command_token1] = ACTIONS(2712), - [aux_sym_local_command_token1] = ACTIONS(2712), - [aux_sym_local_forward_token1] = ACTIONS(2712), - [aux_sym_log_level_token1] = ACTIONS(2712), - [aux_sym_log_verbose_token1] = ACTIONS(2712), - [aux_sym_macs_token1] = ACTIONS(2712), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2712), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2712), - [aux_sym_password_authentication_token1] = ACTIONS(2712), - [aux_sym_permit_local_command_token1] = ACTIONS(2712), - [aux_sym_permit_remote_open_token1] = ACTIONS(2712), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2712), - [aux_sym_port_token1] = ACTIONS(2712), - [aux_sym_preferred_authentications_token1] = ACTIONS(2712), - [aux_sym_protocol_token1] = ACTIONS(2712), - [aux_sym_proxy_command_token1] = ACTIONS(2712), - [aux_sym_proxy_jump_token1] = ACTIONS(2712), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2712), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2712), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2712), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2712), - [aux_sym_rekey_limit_token1] = ACTIONS(2712), - [aux_sym_remote_command_token1] = ACTIONS(2712), - [aux_sym_remote_forward_token1] = ACTIONS(2712), - [aux_sym_request_tty_token1] = ACTIONS(2712), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2712), - [aux_sym_security_key_provider_token1] = ACTIONS(2712), - [aux_sym_send_env_token1] = ACTIONS(2712), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2712), - [aux_sym_server_alive_interval_token1] = ACTIONS(2712), - [aux_sym_session_type_token1] = ACTIONS(2712), - [aux_sym_set_env_token1] = ACTIONS(2712), - [aux_sym_stdin_null_token1] = ACTIONS(2712), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2712), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2712), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2712), - [aux_sym_syslog_facility_token1] = ACTIONS(2712), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2712), - [aux_sym_keep_alive_token1] = ACTIONS(2712), - [aux_sym_tunnel_token1] = ACTIONS(2714), - [aux_sym_tunnel_device_token1] = ACTIONS(2712), - [aux_sym_update_host_keys_token1] = ACTIONS(2712), - [aux_sym_use_keychain_token1] = ACTIONS(2712), - [aux_sym_use_roaming_token1] = ACTIONS(2712), - [aux_sym_user_token1] = ACTIONS(2714), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2712), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2712), - [aux_sym_visual_host_key_token1] = ACTIONS(2712), - [aux_sym_xauth_location_token1] = ACTIONS(2712), + [ts_builtin_sym_end] = ACTIONS(2721), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2723), + [anon_sym_DQUOTE] = ACTIONS(2721), + [aux_sym_match_token1] = ACTIONS(2721), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2721), + [aux_sym_address_family_token1] = ACTIONS(2721), + [aux_sym_batch_mode_token1] = ACTIONS(2721), + [aux_sym_bind_address_token1] = ACTIONS(2721), + [aux_sym_bind_interface_token1] = ACTIONS(2721), + [aux_sym_canonical_domains_token1] = ACTIONS(2721), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2721), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2721), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2721), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2721), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2721), + [aux_sym_certificate_file_token1] = ACTIONS(2721), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2721), + [aux_sym_check_host_ip_token1] = ACTIONS(2721), + [aux_sym_ciphers_token1] = ACTIONS(2721), + [aux_sym_cipher_token1] = ACTIONS(2723), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2721), + [aux_sym_compression_token1] = ACTIONS(2721), + [aux_sym_connection_attempts_token1] = ACTIONS(2721), + [aux_sym_connect_timeout_token1] = ACTIONS(2721), + [aux_sym_control_master_token1] = ACTIONS(2721), + [aux_sym_control_path_token1] = ACTIONS(2721), + [aux_sym_control_persist_token1] = ACTIONS(2721), + [aux_sym_dynamic_forward_token1] = ACTIONS(2721), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2721), + [aux_sym_escape_char_token1] = ACTIONS(2721), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2721), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2721), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2721), + [aux_sym_forward_agent_token1] = ACTIONS(2721), + [aux_sym_forward_x11_token1] = ACTIONS(2723), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2721), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2721), + [aux_sym_gateway_ports_token1] = ACTIONS(2721), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2721), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2721), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2721), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2721), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2721), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2721), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2721), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2721), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2721), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2721), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2721), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2721), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2721), + [aux_sym_host_key_alias_token1] = ACTIONS(2721), + [aux_sym_hostname_token1] = ACTIONS(2721), + [aux_sym_identities_only_token1] = ACTIONS(2721), + [aux_sym_identity_agent_token1] = ACTIONS(2721), + [aux_sym_identity_file_token1] = ACTIONS(2721), + [aux_sym_ignore_unknown_token1] = ACTIONS(2721), + [aux_sym_include_token1] = ACTIONS(2721), + [aux_sym_ip_qos_token1] = ACTIONS(2721), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2721), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2721), + [aux_sym_kex_algorithms_token1] = ACTIONS(2721), + [aux_sym_known_hosts_command_token1] = ACTIONS(2721), + [aux_sym_local_command_token1] = ACTIONS(2721), + [aux_sym_local_forward_token1] = ACTIONS(2721), + [aux_sym_log_level_token1] = ACTIONS(2721), + [aux_sym_log_verbose_token1] = ACTIONS(2721), + [aux_sym_macs_token1] = ACTIONS(2721), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2721), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2721), + [aux_sym_password_authentication_token1] = ACTIONS(2721), + [aux_sym_permit_local_command_token1] = ACTIONS(2721), + [aux_sym_permit_remote_open_token1] = ACTIONS(2721), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2721), + [aux_sym_port_token1] = ACTIONS(2721), + [aux_sym_preferred_authentications_token1] = ACTIONS(2721), + [aux_sym_protocol_token1] = ACTIONS(2721), + [aux_sym_proxy_command_token1] = ACTIONS(2721), + [aux_sym_proxy_jump_token1] = ACTIONS(2721), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2721), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2721), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2721), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2721), + [aux_sym_rekey_limit_token1] = ACTIONS(2721), + [aux_sym_remote_command_token1] = ACTIONS(2721), + [aux_sym_remote_forward_token1] = ACTIONS(2721), + [aux_sym_request_tty_token1] = ACTIONS(2721), + [aux_sym_required_rsa_size_token1] = ACTIONS(2721), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2721), + [aux_sym_security_key_provider_token1] = ACTIONS(2721), + [aux_sym_send_env_token1] = ACTIONS(2721), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2721), + [aux_sym_server_alive_interval_token1] = ACTIONS(2721), + [aux_sym_session_type_token1] = ACTIONS(2721), + [aux_sym_set_env_token1] = ACTIONS(2721), + [aux_sym_stdin_null_token1] = ACTIONS(2721), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2721), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2721), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2721), + [aux_sym_syslog_facility_token1] = ACTIONS(2721), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2721), + [aux_sym_keep_alive_token1] = ACTIONS(2721), + [aux_sym_tunnel_token1] = ACTIONS(2723), + [aux_sym_tunnel_device_token1] = ACTIONS(2721), + [aux_sym_update_host_keys_token1] = ACTIONS(2721), + [aux_sym_use_keychain_token1] = ACTIONS(2721), + [aux_sym_use_roaming_token1] = ACTIONS(2721), + [aux_sym_user_token1] = ACTIONS(2723), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2721), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2721), + [aux_sym_visual_host_key_token1] = ACTIONS(2721), + [aux_sym_xauth_location_token1] = ACTIONS(2721), }, [393] = { - [ts_builtin_sym_end] = ACTIONS(2718), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2720), - [anon_sym_DQUOTE] = ACTIONS(2718), - [aux_sym_match_token1] = ACTIONS(2718), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2718), - [aux_sym_address_family_token1] = ACTIONS(2718), - [aux_sym_batch_mode_token1] = ACTIONS(2718), - [aux_sym_bind_address_token1] = ACTIONS(2718), - [aux_sym_bind_interface_token1] = ACTIONS(2718), - [aux_sym_canonical_domains_token1] = ACTIONS(2718), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2718), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2718), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2718), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2718), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2718), - [aux_sym_certificate_file_token1] = ACTIONS(2718), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2718), - [aux_sym_check_host_ip_token1] = ACTIONS(2718), - [aux_sym_ciphers_token1] = ACTIONS(2718), - [aux_sym_cipher_token1] = ACTIONS(2720), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2718), - [aux_sym_compression_token1] = ACTIONS(2718), - [aux_sym_connection_attempts_token1] = ACTIONS(2718), - [aux_sym_connect_timeout_token1] = ACTIONS(2718), - [aux_sym_control_master_token1] = ACTIONS(2718), - [aux_sym_control_path_token1] = ACTIONS(2718), - [aux_sym_control_persist_token1] = ACTIONS(2718), - [aux_sym_dynamic_forward_token1] = ACTIONS(2718), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2718), - [aux_sym_escape_char_token1] = ACTIONS(2718), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2718), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2718), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2718), - [aux_sym_forward_agent_token1] = ACTIONS(2718), - [aux_sym_forward_x11_token1] = ACTIONS(2720), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2718), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2718), - [aux_sym_gateway_ports_token1] = ACTIONS(2718), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2718), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2718), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2718), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2718), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2718), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2718), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2718), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2718), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2718), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2718), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2718), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2718), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2718), - [aux_sym_host_key_alias_token1] = ACTIONS(2718), - [aux_sym_hostname_token1] = ACTIONS(2718), - [aux_sym_identities_only_token1] = ACTIONS(2718), - [aux_sym_identity_agent_token1] = ACTIONS(2718), - [aux_sym_identity_file_token1] = ACTIONS(2718), - [aux_sym_ignore_unknown_token1] = ACTIONS(2718), - [aux_sym_include_token1] = ACTIONS(2718), - [aux_sym_ip_qos_token1] = ACTIONS(2718), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2718), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2718), - [aux_sym_kex_algorithms_token1] = ACTIONS(2718), - [aux_sym_known_hosts_command_token1] = ACTIONS(2718), - [aux_sym_local_command_token1] = ACTIONS(2718), - [aux_sym_local_forward_token1] = ACTIONS(2718), - [aux_sym_log_level_token1] = ACTIONS(2718), - [aux_sym_log_verbose_token1] = ACTIONS(2718), - [aux_sym_macs_token1] = ACTIONS(2718), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2718), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2718), - [aux_sym_password_authentication_token1] = ACTIONS(2718), - [aux_sym_permit_local_command_token1] = ACTIONS(2718), - [aux_sym_permit_remote_open_token1] = ACTIONS(2718), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2718), - [aux_sym_port_token1] = ACTIONS(2718), - [aux_sym_preferred_authentications_token1] = ACTIONS(2718), - [aux_sym_protocol_token1] = ACTIONS(2718), - [aux_sym_proxy_command_token1] = ACTIONS(2718), - [aux_sym_proxy_jump_token1] = ACTIONS(2718), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2718), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2718), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2718), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2718), - [aux_sym_rekey_limit_token1] = ACTIONS(2718), - [aux_sym_remote_command_token1] = ACTIONS(2718), - [aux_sym_remote_forward_token1] = ACTIONS(2718), - [aux_sym_request_tty_token1] = ACTIONS(2718), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2718), - [aux_sym_security_key_provider_token1] = ACTIONS(2718), - [aux_sym_send_env_token1] = ACTIONS(2718), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2718), - [aux_sym_server_alive_interval_token1] = ACTIONS(2718), - [aux_sym_session_type_token1] = ACTIONS(2718), - [aux_sym_set_env_token1] = ACTIONS(2718), - [aux_sym_stdin_null_token1] = ACTIONS(2718), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2718), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2718), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2718), - [aux_sym_syslog_facility_token1] = ACTIONS(2718), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2718), - [aux_sym_keep_alive_token1] = ACTIONS(2718), - [aux_sym_tunnel_token1] = ACTIONS(2720), - [aux_sym_tunnel_device_token1] = ACTIONS(2718), - [aux_sym_update_host_keys_token1] = ACTIONS(2718), - [aux_sym_use_keychain_token1] = ACTIONS(2718), - [aux_sym_use_roaming_token1] = ACTIONS(2718), - [aux_sym_user_token1] = ACTIONS(2720), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2718), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2718), - [aux_sym_visual_host_key_token1] = ACTIONS(2718), - [aux_sym_xauth_location_token1] = ACTIONS(2718), + [ts_builtin_sym_end] = ACTIONS(2725), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2727), + [anon_sym_DQUOTE] = ACTIONS(2725), + [aux_sym_match_token1] = ACTIONS(2725), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2725), + [aux_sym_address_family_token1] = ACTIONS(2725), + [aux_sym_batch_mode_token1] = ACTIONS(2725), + [aux_sym_bind_address_token1] = ACTIONS(2725), + [aux_sym_bind_interface_token1] = ACTIONS(2725), + [aux_sym_canonical_domains_token1] = ACTIONS(2725), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2725), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2725), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2725), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2725), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2725), + [aux_sym_certificate_file_token1] = ACTIONS(2725), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2725), + [aux_sym_check_host_ip_token1] = ACTIONS(2725), + [aux_sym_ciphers_token1] = ACTIONS(2725), + [aux_sym_cipher_token1] = ACTIONS(2727), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2725), + [aux_sym_compression_token1] = ACTIONS(2725), + [aux_sym_connection_attempts_token1] = ACTIONS(2725), + [aux_sym_connect_timeout_token1] = ACTIONS(2725), + [aux_sym_control_master_token1] = ACTIONS(2725), + [aux_sym_control_path_token1] = ACTIONS(2725), + [aux_sym_control_persist_token1] = ACTIONS(2725), + [aux_sym_dynamic_forward_token1] = ACTIONS(2725), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2725), + [aux_sym_escape_char_token1] = ACTIONS(2725), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2725), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2725), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2725), + [aux_sym_forward_agent_token1] = ACTIONS(2725), + [aux_sym_forward_x11_token1] = ACTIONS(2727), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2725), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2725), + [aux_sym_gateway_ports_token1] = ACTIONS(2725), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2725), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2725), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2725), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2725), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2725), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2725), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2725), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2725), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2725), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2725), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2725), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2725), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2725), + [aux_sym_host_key_alias_token1] = ACTIONS(2725), + [aux_sym_hostname_token1] = ACTIONS(2725), + [aux_sym_identities_only_token1] = ACTIONS(2725), + [aux_sym_identity_agent_token1] = ACTIONS(2725), + [aux_sym_identity_file_token1] = ACTIONS(2725), + [aux_sym_ignore_unknown_token1] = ACTIONS(2725), + [aux_sym_include_token1] = ACTIONS(2725), + [aux_sym_ip_qos_token1] = ACTIONS(2725), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2725), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2725), + [aux_sym_kex_algorithms_token1] = ACTIONS(2725), + [aux_sym_known_hosts_command_token1] = ACTIONS(2725), + [aux_sym_local_command_token1] = ACTIONS(2725), + [aux_sym_local_forward_token1] = ACTIONS(2725), + [aux_sym_log_level_token1] = ACTIONS(2725), + [aux_sym_log_verbose_token1] = ACTIONS(2725), + [aux_sym_macs_token1] = ACTIONS(2725), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2725), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2725), + [aux_sym_password_authentication_token1] = ACTIONS(2725), + [aux_sym_permit_local_command_token1] = ACTIONS(2725), + [aux_sym_permit_remote_open_token1] = ACTIONS(2725), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2725), + [aux_sym_port_token1] = ACTIONS(2725), + [aux_sym_preferred_authentications_token1] = ACTIONS(2725), + [aux_sym_protocol_token1] = ACTIONS(2725), + [aux_sym_proxy_command_token1] = ACTIONS(2725), + [aux_sym_proxy_jump_token1] = ACTIONS(2725), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2725), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2725), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2725), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2725), + [aux_sym_rekey_limit_token1] = ACTIONS(2725), + [aux_sym_remote_command_token1] = ACTIONS(2725), + [aux_sym_remote_forward_token1] = ACTIONS(2725), + [aux_sym_request_tty_token1] = ACTIONS(2725), + [aux_sym_required_rsa_size_token1] = ACTIONS(2725), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2725), + [aux_sym_security_key_provider_token1] = ACTIONS(2725), + [aux_sym_send_env_token1] = ACTIONS(2725), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2725), + [aux_sym_server_alive_interval_token1] = ACTIONS(2725), + [aux_sym_session_type_token1] = ACTIONS(2725), + [aux_sym_set_env_token1] = ACTIONS(2725), + [aux_sym_stdin_null_token1] = ACTIONS(2725), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2725), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2725), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2725), + [aux_sym_syslog_facility_token1] = ACTIONS(2725), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2725), + [aux_sym_keep_alive_token1] = ACTIONS(2725), + [aux_sym_tunnel_token1] = ACTIONS(2727), + [aux_sym_tunnel_device_token1] = ACTIONS(2725), + [aux_sym_update_host_keys_token1] = ACTIONS(2725), + [aux_sym_use_keychain_token1] = ACTIONS(2725), + [aux_sym_use_roaming_token1] = ACTIONS(2725), + [aux_sym_user_token1] = ACTIONS(2727), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2725), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2725), + [aux_sym_visual_host_key_token1] = ACTIONS(2725), + [aux_sym_xauth_location_token1] = ACTIONS(2725), }, [394] = { - [ts_builtin_sym_end] = ACTIONS(2722), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2724), - [anon_sym_DQUOTE] = ACTIONS(2726), - [aux_sym_match_token1] = ACTIONS(2722), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2722), - [aux_sym_address_family_token1] = ACTIONS(2722), - [aux_sym_batch_mode_token1] = ACTIONS(2722), - [aux_sym_bind_address_token1] = ACTIONS(2722), - [aux_sym_bind_interface_token1] = ACTIONS(2722), - [aux_sym_canonical_domains_token1] = ACTIONS(2722), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2722), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2722), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2722), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2722), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2722), - [aux_sym_certificate_file_token1] = ACTIONS(2722), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2722), - [aux_sym_check_host_ip_token1] = ACTIONS(2722), - [aux_sym_ciphers_token1] = ACTIONS(2722), - [aux_sym_cipher_token1] = ACTIONS(2724), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2722), - [aux_sym_compression_token1] = ACTIONS(2722), - [aux_sym_connection_attempts_token1] = ACTIONS(2722), - [aux_sym_connect_timeout_token1] = ACTIONS(2722), - [aux_sym_control_master_token1] = ACTIONS(2722), - [aux_sym_control_path_token1] = ACTIONS(2722), - [aux_sym_control_persist_token1] = ACTIONS(2722), - [aux_sym_dynamic_forward_token1] = ACTIONS(2722), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2722), - [aux_sym_escape_char_token1] = ACTIONS(2722), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2722), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2722), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2722), - [aux_sym_forward_agent_token1] = ACTIONS(2722), - [aux_sym_forward_x11_token1] = ACTIONS(2724), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2722), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2722), - [aux_sym_gateway_ports_token1] = ACTIONS(2722), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2722), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2722), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2722), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2722), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2722), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2722), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2722), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2722), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2722), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2722), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2722), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2722), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2722), - [aux_sym_host_key_alias_token1] = ACTIONS(2722), - [aux_sym_hostname_token1] = ACTIONS(2722), - [aux_sym_identities_only_token1] = ACTIONS(2722), - [aux_sym_identity_agent_token1] = ACTIONS(2722), - [aux_sym_identity_file_token1] = ACTIONS(2722), - [aux_sym_ignore_unknown_token1] = ACTIONS(2722), - [aux_sym_include_token1] = ACTIONS(2722), - [aux_sym_ip_qos_token1] = ACTIONS(2722), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2722), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2722), - [aux_sym_kex_algorithms_token1] = ACTIONS(2722), - [aux_sym_known_hosts_command_token1] = ACTIONS(2722), - [aux_sym_local_command_token1] = ACTIONS(2722), - [aux_sym_local_forward_token1] = ACTIONS(2722), - [aux_sym_log_level_token1] = ACTIONS(2722), - [aux_sym_log_verbose_token1] = ACTIONS(2722), - [aux_sym_macs_token1] = ACTIONS(2722), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2722), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2722), - [aux_sym_password_authentication_token1] = ACTIONS(2722), - [aux_sym_permit_local_command_token1] = ACTIONS(2722), - [aux_sym_permit_remote_open_token1] = ACTIONS(2722), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2722), - [aux_sym_port_token1] = ACTIONS(2722), - [aux_sym_preferred_authentications_token1] = ACTIONS(2722), - [aux_sym_protocol_token1] = ACTIONS(2722), - [aux_sym_proxy_command_token1] = ACTIONS(2722), - [aux_sym_proxy_jump_token1] = ACTIONS(2722), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2722), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2722), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2722), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2722), - [aux_sym_rekey_limit_token1] = ACTIONS(2722), - [aux_sym_remote_command_token1] = ACTIONS(2722), - [aux_sym_remote_forward_token1] = ACTIONS(2722), - [aux_sym_request_tty_token1] = ACTIONS(2722), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2722), - [aux_sym_security_key_provider_token1] = ACTIONS(2722), - [aux_sym_send_env_token1] = ACTIONS(2722), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2722), - [aux_sym_server_alive_interval_token1] = ACTIONS(2722), - [aux_sym_session_type_token1] = ACTIONS(2722), - [aux_sym_set_env_token1] = ACTIONS(2722), - [aux_sym_stdin_null_token1] = ACTIONS(2722), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2722), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2722), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2722), - [aux_sym_syslog_facility_token1] = ACTIONS(2722), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2722), - [aux_sym_keep_alive_token1] = ACTIONS(2722), - [aux_sym_tunnel_token1] = ACTIONS(2724), - [aux_sym_tunnel_device_token1] = ACTIONS(2722), - [aux_sym_update_host_keys_token1] = ACTIONS(2722), - [aux_sym_use_keychain_token1] = ACTIONS(2722), - [aux_sym_use_roaming_token1] = ACTIONS(2722), - [aux_sym_user_token1] = ACTIONS(2724), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2722), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2722), - [aux_sym_visual_host_key_token1] = ACTIONS(2722), - [aux_sym_xauth_location_token1] = ACTIONS(2722), + [ts_builtin_sym_end] = ACTIONS(2729), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2731), + [anon_sym_DQUOTE] = ACTIONS(2733), + [aux_sym_match_token1] = ACTIONS(2729), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2729), + [aux_sym_address_family_token1] = ACTIONS(2729), + [aux_sym_batch_mode_token1] = ACTIONS(2729), + [aux_sym_bind_address_token1] = ACTIONS(2729), + [aux_sym_bind_interface_token1] = ACTIONS(2729), + [aux_sym_canonical_domains_token1] = ACTIONS(2729), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2729), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2729), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2729), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2729), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2729), + [aux_sym_certificate_file_token1] = ACTIONS(2729), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2729), + [aux_sym_check_host_ip_token1] = ACTIONS(2729), + [aux_sym_ciphers_token1] = ACTIONS(2729), + [aux_sym_cipher_token1] = ACTIONS(2731), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2729), + [aux_sym_compression_token1] = ACTIONS(2729), + [aux_sym_connection_attempts_token1] = ACTIONS(2729), + [aux_sym_connect_timeout_token1] = ACTIONS(2729), + [aux_sym_control_master_token1] = ACTIONS(2729), + [aux_sym_control_path_token1] = ACTIONS(2729), + [aux_sym_control_persist_token1] = ACTIONS(2729), + [aux_sym_dynamic_forward_token1] = ACTIONS(2729), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2729), + [aux_sym_escape_char_token1] = ACTIONS(2729), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2729), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2729), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2729), + [aux_sym_forward_agent_token1] = ACTIONS(2729), + [aux_sym_forward_x11_token1] = ACTIONS(2731), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2729), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2729), + [aux_sym_gateway_ports_token1] = ACTIONS(2729), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2729), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2729), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2729), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2729), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2729), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2729), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2729), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2729), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2729), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2729), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2729), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2729), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2729), + [aux_sym_host_key_alias_token1] = ACTIONS(2729), + [aux_sym_hostname_token1] = ACTIONS(2729), + [aux_sym_identities_only_token1] = ACTIONS(2729), + [aux_sym_identity_agent_token1] = ACTIONS(2729), + [aux_sym_identity_file_token1] = ACTIONS(2729), + [aux_sym_ignore_unknown_token1] = ACTIONS(2729), + [aux_sym_include_token1] = ACTIONS(2729), + [aux_sym_ip_qos_token1] = ACTIONS(2729), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2729), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2729), + [aux_sym_kex_algorithms_token1] = ACTIONS(2729), + [aux_sym_known_hosts_command_token1] = ACTIONS(2729), + [aux_sym_local_command_token1] = ACTIONS(2729), + [aux_sym_local_forward_token1] = ACTIONS(2729), + [aux_sym_log_level_token1] = ACTIONS(2729), + [aux_sym_log_verbose_token1] = ACTIONS(2729), + [aux_sym_macs_token1] = ACTIONS(2729), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2729), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2729), + [aux_sym_password_authentication_token1] = ACTIONS(2729), + [aux_sym_permit_local_command_token1] = ACTIONS(2729), + [aux_sym_permit_remote_open_token1] = ACTIONS(2729), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2729), + [aux_sym_port_token1] = ACTIONS(2729), + [aux_sym_preferred_authentications_token1] = ACTIONS(2729), + [aux_sym_protocol_token1] = ACTIONS(2729), + [aux_sym_proxy_command_token1] = ACTIONS(2729), + [aux_sym_proxy_jump_token1] = ACTIONS(2729), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2729), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2729), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2729), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2729), + [aux_sym_rekey_limit_token1] = ACTIONS(2729), + [aux_sym_remote_command_token1] = ACTIONS(2729), + [aux_sym_remote_forward_token1] = ACTIONS(2729), + [aux_sym_request_tty_token1] = ACTIONS(2729), + [aux_sym_required_rsa_size_token1] = ACTIONS(2729), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2729), + [aux_sym_security_key_provider_token1] = ACTIONS(2729), + [aux_sym_send_env_token1] = ACTIONS(2729), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2729), + [aux_sym_server_alive_interval_token1] = ACTIONS(2729), + [aux_sym_session_type_token1] = ACTIONS(2729), + [aux_sym_set_env_token1] = ACTIONS(2729), + [aux_sym_stdin_null_token1] = ACTIONS(2729), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2729), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2729), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2729), + [aux_sym_syslog_facility_token1] = ACTIONS(2729), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2729), + [aux_sym_keep_alive_token1] = ACTIONS(2729), + [aux_sym_tunnel_token1] = ACTIONS(2731), + [aux_sym_tunnel_device_token1] = ACTIONS(2729), + [aux_sym_update_host_keys_token1] = ACTIONS(2729), + [aux_sym_use_keychain_token1] = ACTIONS(2729), + [aux_sym_use_roaming_token1] = ACTIONS(2729), + [aux_sym_user_token1] = ACTIONS(2731), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2729), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2729), + [aux_sym_visual_host_key_token1] = ACTIONS(2729), + [aux_sym_xauth_location_token1] = ACTIONS(2729), }, [395] = { - [ts_builtin_sym_end] = ACTIONS(2728), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2730), - [anon_sym_DQUOTE] = ACTIONS(2728), - [aux_sym_match_token1] = ACTIONS(2728), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2728), - [aux_sym_address_family_token1] = ACTIONS(2728), - [aux_sym_batch_mode_token1] = ACTIONS(2728), - [aux_sym_bind_address_token1] = ACTIONS(2728), - [aux_sym_bind_interface_token1] = ACTIONS(2728), - [aux_sym_canonical_domains_token1] = ACTIONS(2728), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2728), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2728), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2728), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2728), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2728), - [aux_sym_certificate_file_token1] = ACTIONS(2728), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2728), - [aux_sym_check_host_ip_token1] = ACTIONS(2728), - [aux_sym_ciphers_token1] = ACTIONS(2728), - [aux_sym_cipher_token1] = ACTIONS(2730), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2728), - [aux_sym_compression_token1] = ACTIONS(2728), - [aux_sym_connection_attempts_token1] = ACTIONS(2728), - [aux_sym_connect_timeout_token1] = ACTIONS(2728), - [aux_sym_control_master_token1] = ACTIONS(2728), - [aux_sym_control_path_token1] = ACTIONS(2728), - [aux_sym_control_persist_token1] = ACTIONS(2728), - [aux_sym_dynamic_forward_token1] = ACTIONS(2728), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2728), - [aux_sym_escape_char_token1] = ACTIONS(2728), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2728), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2728), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2728), - [aux_sym_forward_agent_token1] = ACTIONS(2728), - [aux_sym_forward_x11_token1] = ACTIONS(2730), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2728), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2728), - [aux_sym_gateway_ports_token1] = ACTIONS(2728), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2728), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2728), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2728), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2728), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2728), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2728), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2728), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2728), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2728), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2728), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2728), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2728), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2728), - [aux_sym_host_key_alias_token1] = ACTIONS(2728), - [aux_sym_hostname_token1] = ACTIONS(2728), - [aux_sym_identities_only_token1] = ACTIONS(2728), - [aux_sym_identity_agent_token1] = ACTIONS(2728), - [aux_sym_identity_file_token1] = ACTIONS(2728), - [aux_sym_ignore_unknown_token1] = ACTIONS(2728), - [aux_sym_include_token1] = ACTIONS(2728), - [aux_sym_ip_qos_token1] = ACTIONS(2728), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2728), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2728), - [aux_sym_kex_algorithms_token1] = ACTIONS(2728), - [aux_sym_known_hosts_command_token1] = ACTIONS(2728), - [aux_sym_local_command_token1] = ACTIONS(2728), - [aux_sym_local_forward_token1] = ACTIONS(2728), - [aux_sym_log_level_token1] = ACTIONS(2728), - [aux_sym_log_verbose_token1] = ACTIONS(2728), - [aux_sym_macs_token1] = ACTIONS(2728), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2728), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2728), - [aux_sym_password_authentication_token1] = ACTIONS(2728), - [aux_sym_permit_local_command_token1] = ACTIONS(2728), - [aux_sym_permit_remote_open_token1] = ACTIONS(2728), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2728), - [aux_sym_port_token1] = ACTIONS(2728), - [aux_sym_preferred_authentications_token1] = ACTIONS(2728), - [aux_sym_protocol_token1] = ACTIONS(2728), - [aux_sym_proxy_command_token1] = ACTIONS(2728), - [aux_sym_proxy_jump_token1] = ACTIONS(2728), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2728), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2728), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2728), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2728), - [aux_sym_rekey_limit_token1] = ACTIONS(2728), - [aux_sym_remote_command_token1] = ACTIONS(2728), - [aux_sym_remote_forward_token1] = ACTIONS(2728), - [aux_sym_request_tty_token1] = ACTIONS(2728), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2728), - [aux_sym_security_key_provider_token1] = ACTIONS(2728), - [aux_sym_send_env_token1] = ACTIONS(2728), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2728), - [aux_sym_server_alive_interval_token1] = ACTIONS(2728), - [aux_sym_session_type_token1] = ACTIONS(2728), - [aux_sym_set_env_token1] = ACTIONS(2728), - [aux_sym_stdin_null_token1] = ACTIONS(2728), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2728), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2728), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2728), - [aux_sym_syslog_facility_token1] = ACTIONS(2728), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2728), - [aux_sym_keep_alive_token1] = ACTIONS(2728), - [aux_sym_tunnel_token1] = ACTIONS(2730), - [aux_sym_tunnel_device_token1] = ACTIONS(2728), - [aux_sym_update_host_keys_token1] = ACTIONS(2728), - [aux_sym_use_keychain_token1] = ACTIONS(2728), - [aux_sym_use_roaming_token1] = ACTIONS(2728), - [aux_sym_user_token1] = ACTIONS(2730), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2728), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2728), - [aux_sym_visual_host_key_token1] = ACTIONS(2728), - [aux_sym_xauth_location_token1] = ACTIONS(2728), + [ts_builtin_sym_end] = ACTIONS(2735), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2737), + [anon_sym_DQUOTE] = ACTIONS(2735), + [aux_sym_match_token1] = ACTIONS(2735), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2735), + [aux_sym_address_family_token1] = ACTIONS(2735), + [aux_sym_batch_mode_token1] = ACTIONS(2735), + [aux_sym_bind_address_token1] = ACTIONS(2735), + [aux_sym_bind_interface_token1] = ACTIONS(2735), + [aux_sym_canonical_domains_token1] = ACTIONS(2735), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2735), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2735), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2735), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2735), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2735), + [aux_sym_certificate_file_token1] = ACTIONS(2735), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2735), + [aux_sym_check_host_ip_token1] = ACTIONS(2735), + [aux_sym_ciphers_token1] = ACTIONS(2735), + [aux_sym_cipher_token1] = ACTIONS(2737), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2735), + [aux_sym_compression_token1] = ACTIONS(2735), + [aux_sym_connection_attempts_token1] = ACTIONS(2735), + [aux_sym_connect_timeout_token1] = ACTIONS(2735), + [aux_sym_control_master_token1] = ACTIONS(2735), + [aux_sym_control_path_token1] = ACTIONS(2735), + [aux_sym_control_persist_token1] = ACTIONS(2735), + [aux_sym_dynamic_forward_token1] = ACTIONS(2735), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2735), + [aux_sym_escape_char_token1] = ACTIONS(2735), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2735), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2735), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2735), + [aux_sym_forward_agent_token1] = ACTIONS(2735), + [aux_sym_forward_x11_token1] = ACTIONS(2737), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2735), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2735), + [aux_sym_gateway_ports_token1] = ACTIONS(2735), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2735), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2735), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2735), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2735), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2735), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2735), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2735), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2735), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2735), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2735), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2735), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2735), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2735), + [aux_sym_host_key_alias_token1] = ACTIONS(2735), + [aux_sym_hostname_token1] = ACTIONS(2735), + [aux_sym_identities_only_token1] = ACTIONS(2735), + [aux_sym_identity_agent_token1] = ACTIONS(2735), + [aux_sym_identity_file_token1] = ACTIONS(2735), + [aux_sym_ignore_unknown_token1] = ACTIONS(2735), + [aux_sym_include_token1] = ACTIONS(2735), + [aux_sym_ip_qos_token1] = ACTIONS(2735), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2735), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2735), + [aux_sym_kex_algorithms_token1] = ACTIONS(2735), + [aux_sym_known_hosts_command_token1] = ACTIONS(2735), + [aux_sym_local_command_token1] = ACTIONS(2735), + [aux_sym_local_forward_token1] = ACTIONS(2735), + [aux_sym_log_level_token1] = ACTIONS(2735), + [aux_sym_log_verbose_token1] = ACTIONS(2735), + [aux_sym_macs_token1] = ACTIONS(2735), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2735), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2735), + [aux_sym_password_authentication_token1] = ACTIONS(2735), + [aux_sym_permit_local_command_token1] = ACTIONS(2735), + [aux_sym_permit_remote_open_token1] = ACTIONS(2735), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2735), + [aux_sym_port_token1] = ACTIONS(2735), + [aux_sym_preferred_authentications_token1] = ACTIONS(2735), + [aux_sym_protocol_token1] = ACTIONS(2735), + [aux_sym_proxy_command_token1] = ACTIONS(2735), + [aux_sym_proxy_jump_token1] = ACTIONS(2735), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2735), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2735), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2735), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2735), + [aux_sym_rekey_limit_token1] = ACTIONS(2735), + [aux_sym_remote_command_token1] = ACTIONS(2735), + [aux_sym_remote_forward_token1] = ACTIONS(2735), + [aux_sym_request_tty_token1] = ACTIONS(2735), + [aux_sym_required_rsa_size_token1] = ACTIONS(2735), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2735), + [aux_sym_security_key_provider_token1] = ACTIONS(2735), + [aux_sym_send_env_token1] = ACTIONS(2735), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2735), + [aux_sym_server_alive_interval_token1] = ACTIONS(2735), + [aux_sym_session_type_token1] = ACTIONS(2735), + [aux_sym_set_env_token1] = ACTIONS(2735), + [aux_sym_stdin_null_token1] = ACTIONS(2735), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2735), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2735), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2735), + [aux_sym_syslog_facility_token1] = ACTIONS(2735), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2735), + [aux_sym_keep_alive_token1] = ACTIONS(2735), + [aux_sym_tunnel_token1] = ACTIONS(2737), + [aux_sym_tunnel_device_token1] = ACTIONS(2735), + [aux_sym_update_host_keys_token1] = ACTIONS(2735), + [aux_sym_use_keychain_token1] = ACTIONS(2735), + [aux_sym_use_roaming_token1] = ACTIONS(2735), + [aux_sym_user_token1] = ACTIONS(2737), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2735), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2735), + [aux_sym_visual_host_key_token1] = ACTIONS(2735), + [aux_sym_xauth_location_token1] = ACTIONS(2735), }, [396] = { - [ts_builtin_sym_end] = ACTIONS(2732), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2734), - [anon_sym_DQUOTE] = ACTIONS(2736), - [aux_sym_match_token1] = ACTIONS(2732), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2732), - [aux_sym_address_family_token1] = ACTIONS(2732), - [aux_sym_batch_mode_token1] = ACTIONS(2732), - [aux_sym_bind_address_token1] = ACTIONS(2732), - [aux_sym_bind_interface_token1] = ACTIONS(2732), - [aux_sym_canonical_domains_token1] = ACTIONS(2732), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2732), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2732), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2732), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2732), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2732), - [aux_sym_certificate_file_token1] = ACTIONS(2732), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2732), - [aux_sym_check_host_ip_token1] = ACTIONS(2732), - [aux_sym_ciphers_token1] = ACTIONS(2732), - [aux_sym_cipher_token1] = ACTIONS(2734), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2732), - [aux_sym_compression_token1] = ACTIONS(2732), - [aux_sym_connection_attempts_token1] = ACTIONS(2732), - [aux_sym_connect_timeout_token1] = ACTIONS(2732), - [aux_sym_control_master_token1] = ACTIONS(2732), - [aux_sym_control_path_token1] = ACTIONS(2732), - [aux_sym_control_persist_token1] = ACTIONS(2732), - [aux_sym_dynamic_forward_token1] = ACTIONS(2732), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2732), - [aux_sym_escape_char_token1] = ACTIONS(2732), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2732), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2732), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2732), - [aux_sym_forward_agent_token1] = ACTIONS(2732), - [aux_sym_forward_x11_token1] = ACTIONS(2734), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2732), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2732), - [aux_sym_gateway_ports_token1] = ACTIONS(2732), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2732), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2732), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2732), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2732), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2732), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2732), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2732), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2732), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2732), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2732), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2732), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2732), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2732), - [aux_sym_host_key_alias_token1] = ACTIONS(2732), - [aux_sym_hostname_token1] = ACTIONS(2732), - [aux_sym_identities_only_token1] = ACTIONS(2732), - [aux_sym_identity_agent_token1] = ACTIONS(2732), - [aux_sym_identity_file_token1] = ACTIONS(2732), - [aux_sym_ignore_unknown_token1] = ACTIONS(2732), - [aux_sym_include_token1] = ACTIONS(2732), - [aux_sym_ip_qos_token1] = ACTIONS(2732), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2732), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2732), - [aux_sym_kex_algorithms_token1] = ACTIONS(2732), - [aux_sym_known_hosts_command_token1] = ACTIONS(2732), - [aux_sym_local_command_token1] = ACTIONS(2732), - [aux_sym_local_forward_token1] = ACTIONS(2732), - [aux_sym_log_level_token1] = ACTIONS(2732), - [aux_sym_log_verbose_token1] = ACTIONS(2732), - [aux_sym_macs_token1] = ACTIONS(2732), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2732), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2732), - [aux_sym_password_authentication_token1] = ACTIONS(2732), - [aux_sym_permit_local_command_token1] = ACTIONS(2732), - [aux_sym_permit_remote_open_token1] = ACTIONS(2732), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2732), - [aux_sym_port_token1] = ACTIONS(2732), - [aux_sym_preferred_authentications_token1] = ACTIONS(2732), - [aux_sym_protocol_token1] = ACTIONS(2732), - [aux_sym_proxy_command_token1] = ACTIONS(2732), - [aux_sym_proxy_jump_token1] = ACTIONS(2732), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2732), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2732), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2732), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2732), - [aux_sym_rekey_limit_token1] = ACTIONS(2732), - [aux_sym_remote_command_token1] = ACTIONS(2732), - [aux_sym_remote_forward_token1] = ACTIONS(2732), - [aux_sym_request_tty_token1] = ACTIONS(2732), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2732), - [aux_sym_security_key_provider_token1] = ACTIONS(2732), - [aux_sym_send_env_token1] = ACTIONS(2732), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2732), - [aux_sym_server_alive_interval_token1] = ACTIONS(2732), - [aux_sym_session_type_token1] = ACTIONS(2732), - [aux_sym_set_env_token1] = ACTIONS(2732), - [aux_sym_stdin_null_token1] = ACTIONS(2732), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2732), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2732), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2732), - [aux_sym_syslog_facility_token1] = ACTIONS(2732), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2732), - [aux_sym_keep_alive_token1] = ACTIONS(2732), - [aux_sym_tunnel_token1] = ACTIONS(2734), - [aux_sym_tunnel_device_token1] = ACTIONS(2732), - [aux_sym_update_host_keys_token1] = ACTIONS(2732), - [aux_sym_use_keychain_token1] = ACTIONS(2732), - [aux_sym_use_roaming_token1] = ACTIONS(2732), - [aux_sym_user_token1] = ACTIONS(2734), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2732), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2732), - [aux_sym_visual_host_key_token1] = ACTIONS(2732), - [aux_sym_xauth_location_token1] = ACTIONS(2732), + [ts_builtin_sym_end] = ACTIONS(2739), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2741), + [anon_sym_DQUOTE] = ACTIONS(2743), + [aux_sym_match_token1] = ACTIONS(2739), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2739), + [aux_sym_address_family_token1] = ACTIONS(2739), + [aux_sym_batch_mode_token1] = ACTIONS(2739), + [aux_sym_bind_address_token1] = ACTIONS(2739), + [aux_sym_bind_interface_token1] = ACTIONS(2739), + [aux_sym_canonical_domains_token1] = ACTIONS(2739), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2739), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2739), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2739), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2739), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2739), + [aux_sym_certificate_file_token1] = ACTIONS(2739), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2739), + [aux_sym_check_host_ip_token1] = ACTIONS(2739), + [aux_sym_ciphers_token1] = ACTIONS(2739), + [aux_sym_cipher_token1] = ACTIONS(2741), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2739), + [aux_sym_compression_token1] = ACTIONS(2739), + [aux_sym_connection_attempts_token1] = ACTIONS(2739), + [aux_sym_connect_timeout_token1] = ACTIONS(2739), + [aux_sym_control_master_token1] = ACTIONS(2739), + [aux_sym_control_path_token1] = ACTIONS(2739), + [aux_sym_control_persist_token1] = ACTIONS(2739), + [aux_sym_dynamic_forward_token1] = ACTIONS(2739), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2739), + [aux_sym_escape_char_token1] = ACTIONS(2739), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2739), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2739), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2739), + [aux_sym_forward_agent_token1] = ACTIONS(2739), + [aux_sym_forward_x11_token1] = ACTIONS(2741), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2739), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2739), + [aux_sym_gateway_ports_token1] = ACTIONS(2739), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2739), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2739), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2739), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2739), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2739), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2739), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2739), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2739), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2739), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2739), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2739), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2739), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2739), + [aux_sym_host_key_alias_token1] = ACTIONS(2739), + [aux_sym_hostname_token1] = ACTIONS(2739), + [aux_sym_identities_only_token1] = ACTIONS(2739), + [aux_sym_identity_agent_token1] = ACTIONS(2739), + [aux_sym_identity_file_token1] = ACTIONS(2739), + [aux_sym_ignore_unknown_token1] = ACTIONS(2739), + [aux_sym_include_token1] = ACTIONS(2739), + [aux_sym_ip_qos_token1] = ACTIONS(2739), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2739), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2739), + [aux_sym_kex_algorithms_token1] = ACTIONS(2739), + [aux_sym_known_hosts_command_token1] = ACTIONS(2739), + [aux_sym_local_command_token1] = ACTIONS(2739), + [aux_sym_local_forward_token1] = ACTIONS(2739), + [aux_sym_log_level_token1] = ACTIONS(2739), + [aux_sym_log_verbose_token1] = ACTIONS(2739), + [aux_sym_macs_token1] = ACTIONS(2739), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2739), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2739), + [aux_sym_password_authentication_token1] = ACTIONS(2739), + [aux_sym_permit_local_command_token1] = ACTIONS(2739), + [aux_sym_permit_remote_open_token1] = ACTIONS(2739), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2739), + [aux_sym_port_token1] = ACTIONS(2739), + [aux_sym_preferred_authentications_token1] = ACTIONS(2739), + [aux_sym_protocol_token1] = ACTIONS(2739), + [aux_sym_proxy_command_token1] = ACTIONS(2739), + [aux_sym_proxy_jump_token1] = ACTIONS(2739), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2739), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2739), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2739), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2739), + [aux_sym_rekey_limit_token1] = ACTIONS(2739), + [aux_sym_remote_command_token1] = ACTIONS(2739), + [aux_sym_remote_forward_token1] = ACTIONS(2739), + [aux_sym_request_tty_token1] = ACTIONS(2739), + [aux_sym_required_rsa_size_token1] = ACTIONS(2739), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2739), + [aux_sym_security_key_provider_token1] = ACTIONS(2739), + [aux_sym_send_env_token1] = ACTIONS(2739), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2739), + [aux_sym_server_alive_interval_token1] = ACTIONS(2739), + [aux_sym_session_type_token1] = ACTIONS(2739), + [aux_sym_set_env_token1] = ACTIONS(2739), + [aux_sym_stdin_null_token1] = ACTIONS(2739), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2739), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2739), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2739), + [aux_sym_syslog_facility_token1] = ACTIONS(2739), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2739), + [aux_sym_keep_alive_token1] = ACTIONS(2739), + [aux_sym_tunnel_token1] = ACTIONS(2741), + [aux_sym_tunnel_device_token1] = ACTIONS(2739), + [aux_sym_update_host_keys_token1] = ACTIONS(2739), + [aux_sym_use_keychain_token1] = ACTIONS(2739), + [aux_sym_use_roaming_token1] = ACTIONS(2739), + [aux_sym_user_token1] = ACTIONS(2741), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2739), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2739), + [aux_sym_visual_host_key_token1] = ACTIONS(2739), + [aux_sym_xauth_location_token1] = ACTIONS(2739), }, [397] = { - [ts_builtin_sym_end] = ACTIONS(2738), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2740), - [anon_sym_DQUOTE] = ACTIONS(2742), - [aux_sym_match_token1] = ACTIONS(2738), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2738), - [aux_sym_address_family_token1] = ACTIONS(2738), - [aux_sym_batch_mode_token1] = ACTIONS(2738), - [aux_sym_bind_address_token1] = ACTIONS(2738), - [aux_sym_bind_interface_token1] = ACTIONS(2738), - [aux_sym_canonical_domains_token1] = ACTIONS(2738), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2738), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2738), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2738), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2738), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2738), - [aux_sym_certificate_file_token1] = ACTIONS(2738), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2738), - [aux_sym_check_host_ip_token1] = ACTIONS(2738), - [aux_sym_ciphers_token1] = ACTIONS(2738), - [aux_sym_cipher_token1] = ACTIONS(2740), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2738), - [aux_sym_compression_token1] = ACTIONS(2738), - [aux_sym_connection_attempts_token1] = ACTIONS(2738), - [aux_sym_connect_timeout_token1] = ACTIONS(2738), - [aux_sym_control_master_token1] = ACTIONS(2738), - [aux_sym_control_path_token1] = ACTIONS(2738), - [aux_sym_control_persist_token1] = ACTIONS(2738), - [aux_sym_dynamic_forward_token1] = ACTIONS(2738), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2738), - [aux_sym_escape_char_token1] = ACTIONS(2738), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2738), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2738), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2738), - [aux_sym_forward_agent_token1] = ACTIONS(2738), - [aux_sym_forward_x11_token1] = ACTIONS(2740), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2738), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2738), - [aux_sym_gateway_ports_token1] = ACTIONS(2738), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2738), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2738), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2738), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2738), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2738), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2738), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2738), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2738), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2738), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2738), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2738), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2738), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2738), - [aux_sym_host_key_alias_token1] = ACTIONS(2738), - [aux_sym_hostname_token1] = ACTIONS(2738), - [aux_sym_identities_only_token1] = ACTIONS(2738), - [aux_sym_identity_agent_token1] = ACTIONS(2738), - [aux_sym_identity_file_token1] = ACTIONS(2738), - [aux_sym_ignore_unknown_token1] = ACTIONS(2738), - [aux_sym_include_token1] = ACTIONS(2738), - [aux_sym_ip_qos_token1] = ACTIONS(2738), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2738), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2738), - [aux_sym_kex_algorithms_token1] = ACTIONS(2738), - [aux_sym_known_hosts_command_token1] = ACTIONS(2738), - [aux_sym_local_command_token1] = ACTIONS(2738), - [aux_sym_local_forward_token1] = ACTIONS(2738), - [aux_sym_log_level_token1] = ACTIONS(2738), - [aux_sym_log_verbose_token1] = ACTIONS(2738), - [aux_sym_macs_token1] = ACTIONS(2738), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2738), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2738), - [aux_sym_password_authentication_token1] = ACTIONS(2738), - [aux_sym_permit_local_command_token1] = ACTIONS(2738), - [aux_sym_permit_remote_open_token1] = ACTIONS(2738), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2738), - [aux_sym_port_token1] = ACTIONS(2738), - [aux_sym_preferred_authentications_token1] = ACTIONS(2738), - [aux_sym_protocol_token1] = ACTIONS(2738), - [aux_sym_proxy_command_token1] = ACTIONS(2738), - [aux_sym_proxy_jump_token1] = ACTIONS(2738), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2738), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2738), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2738), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2738), - [aux_sym_rekey_limit_token1] = ACTIONS(2738), - [aux_sym_remote_command_token1] = ACTIONS(2738), - [aux_sym_remote_forward_token1] = ACTIONS(2738), - [aux_sym_request_tty_token1] = ACTIONS(2738), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2738), - [aux_sym_security_key_provider_token1] = ACTIONS(2738), - [aux_sym_send_env_token1] = ACTIONS(2738), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2738), - [aux_sym_server_alive_interval_token1] = ACTIONS(2738), - [aux_sym_session_type_token1] = ACTIONS(2738), - [aux_sym_set_env_token1] = ACTIONS(2738), - [aux_sym_stdin_null_token1] = ACTIONS(2738), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2738), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2738), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2738), - [aux_sym_syslog_facility_token1] = ACTIONS(2738), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2738), - [aux_sym_keep_alive_token1] = ACTIONS(2738), - [aux_sym_tunnel_token1] = ACTIONS(2740), - [aux_sym_tunnel_device_token1] = ACTIONS(2738), - [aux_sym_update_host_keys_token1] = ACTIONS(2738), - [aux_sym_use_keychain_token1] = ACTIONS(2738), - [aux_sym_use_roaming_token1] = ACTIONS(2738), - [aux_sym_user_token1] = ACTIONS(2740), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2738), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2738), - [aux_sym_visual_host_key_token1] = ACTIONS(2738), - [aux_sym_xauth_location_token1] = ACTIONS(2738), + [ts_builtin_sym_end] = ACTIONS(2745), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2747), + [anon_sym_DQUOTE] = ACTIONS(2745), + [aux_sym_match_token1] = ACTIONS(2745), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2745), + [aux_sym_address_family_token1] = ACTIONS(2745), + [aux_sym_batch_mode_token1] = ACTIONS(2745), + [aux_sym_bind_address_token1] = ACTIONS(2745), + [aux_sym_bind_interface_token1] = ACTIONS(2745), + [aux_sym_canonical_domains_token1] = ACTIONS(2745), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2745), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2745), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2745), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2745), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2745), + [aux_sym_certificate_file_token1] = ACTIONS(2745), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2745), + [aux_sym_check_host_ip_token1] = ACTIONS(2745), + [aux_sym_ciphers_token1] = ACTIONS(2745), + [aux_sym_cipher_token1] = ACTIONS(2747), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2745), + [aux_sym_compression_token1] = ACTIONS(2745), + [aux_sym_connection_attempts_token1] = ACTIONS(2745), + [aux_sym_connect_timeout_token1] = ACTIONS(2745), + [aux_sym_control_master_token1] = ACTIONS(2745), + [aux_sym_control_path_token1] = ACTIONS(2745), + [aux_sym_control_persist_token1] = ACTIONS(2745), + [aux_sym_dynamic_forward_token1] = ACTIONS(2745), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2745), + [aux_sym_escape_char_token1] = ACTIONS(2745), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2745), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2745), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2745), + [aux_sym_forward_agent_token1] = ACTIONS(2745), + [aux_sym_forward_x11_token1] = ACTIONS(2747), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2745), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2745), + [aux_sym_gateway_ports_token1] = ACTIONS(2745), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2745), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2745), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2745), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2745), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2745), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2745), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2745), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2745), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2745), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2745), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2745), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2745), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2745), + [aux_sym_host_key_alias_token1] = ACTIONS(2745), + [aux_sym_hostname_token1] = ACTIONS(2745), + [aux_sym_identities_only_token1] = ACTIONS(2745), + [aux_sym_identity_agent_token1] = ACTIONS(2745), + [aux_sym_identity_file_token1] = ACTIONS(2745), + [aux_sym_ignore_unknown_token1] = ACTIONS(2745), + [aux_sym_include_token1] = ACTIONS(2745), + [aux_sym_ip_qos_token1] = ACTIONS(2745), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2745), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2745), + [aux_sym_kex_algorithms_token1] = ACTIONS(2745), + [aux_sym_known_hosts_command_token1] = ACTIONS(2745), + [aux_sym_local_command_token1] = ACTIONS(2745), + [aux_sym_local_forward_token1] = ACTIONS(2745), + [aux_sym_log_level_token1] = ACTIONS(2745), + [aux_sym_log_verbose_token1] = ACTIONS(2745), + [aux_sym_macs_token1] = ACTIONS(2745), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2745), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2745), + [aux_sym_password_authentication_token1] = ACTIONS(2745), + [aux_sym_permit_local_command_token1] = ACTIONS(2745), + [aux_sym_permit_remote_open_token1] = ACTIONS(2745), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2745), + [aux_sym_port_token1] = ACTIONS(2745), + [aux_sym_preferred_authentications_token1] = ACTIONS(2745), + [aux_sym_protocol_token1] = ACTIONS(2745), + [aux_sym_proxy_command_token1] = ACTIONS(2745), + [aux_sym_proxy_jump_token1] = ACTIONS(2745), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2745), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2745), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2745), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2745), + [aux_sym_rekey_limit_token1] = ACTIONS(2745), + [aux_sym_remote_command_token1] = ACTIONS(2745), + [aux_sym_remote_forward_token1] = ACTIONS(2745), + [aux_sym_request_tty_token1] = ACTIONS(2745), + [aux_sym_required_rsa_size_token1] = ACTIONS(2745), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2745), + [aux_sym_security_key_provider_token1] = ACTIONS(2745), + [aux_sym_send_env_token1] = ACTIONS(2745), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2745), + [aux_sym_server_alive_interval_token1] = ACTIONS(2745), + [aux_sym_session_type_token1] = ACTIONS(2745), + [aux_sym_set_env_token1] = ACTIONS(2745), + [aux_sym_stdin_null_token1] = ACTIONS(2745), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2745), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2745), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2745), + [aux_sym_syslog_facility_token1] = ACTIONS(2745), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2745), + [aux_sym_keep_alive_token1] = ACTIONS(2745), + [aux_sym_tunnel_token1] = ACTIONS(2747), + [aux_sym_tunnel_device_token1] = ACTIONS(2745), + [aux_sym_update_host_keys_token1] = ACTIONS(2745), + [aux_sym_use_keychain_token1] = ACTIONS(2745), + [aux_sym_use_roaming_token1] = ACTIONS(2745), + [aux_sym_user_token1] = ACTIONS(2747), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2745), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2745), + [aux_sym_visual_host_key_token1] = ACTIONS(2745), + [aux_sym_xauth_location_token1] = ACTIONS(2745), }, [398] = { - [ts_builtin_sym_end] = ACTIONS(2744), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2746), - [anon_sym_DQUOTE] = ACTIONS(2744), - [aux_sym_match_token1] = ACTIONS(2744), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2744), - [aux_sym_address_family_token1] = ACTIONS(2744), - [aux_sym_batch_mode_token1] = ACTIONS(2744), - [aux_sym_bind_address_token1] = ACTIONS(2744), - [aux_sym_bind_interface_token1] = ACTIONS(2744), - [aux_sym_canonical_domains_token1] = ACTIONS(2744), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2744), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2744), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2744), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2744), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2744), - [aux_sym_certificate_file_token1] = ACTIONS(2744), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2744), - [aux_sym_check_host_ip_token1] = ACTIONS(2744), - [aux_sym_ciphers_token1] = ACTIONS(2744), - [aux_sym_cipher_token1] = ACTIONS(2746), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2744), - [aux_sym_compression_token1] = ACTIONS(2744), - [aux_sym_connection_attempts_token1] = ACTIONS(2744), - [aux_sym_connect_timeout_token1] = ACTIONS(2744), - [aux_sym_control_master_token1] = ACTIONS(2744), - [aux_sym_control_path_token1] = ACTIONS(2744), - [aux_sym_control_persist_token1] = ACTIONS(2744), - [aux_sym_dynamic_forward_token1] = ACTIONS(2744), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2744), - [aux_sym_escape_char_token1] = ACTIONS(2744), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2744), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2744), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2744), - [aux_sym_forward_agent_token1] = ACTIONS(2744), - [aux_sym_forward_x11_token1] = ACTIONS(2746), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2744), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2744), - [aux_sym_gateway_ports_token1] = ACTIONS(2744), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2744), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2744), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2744), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2744), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2744), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2744), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2744), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2744), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2744), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2744), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2744), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2744), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2744), - [aux_sym_host_key_alias_token1] = ACTIONS(2744), - [aux_sym_hostname_token1] = ACTIONS(2744), - [aux_sym_identities_only_token1] = ACTIONS(2744), - [aux_sym_identity_agent_token1] = ACTIONS(2744), - [aux_sym_identity_file_token1] = ACTIONS(2744), - [aux_sym_ignore_unknown_token1] = ACTIONS(2744), - [aux_sym_include_token1] = ACTIONS(2744), - [aux_sym_ip_qos_token1] = ACTIONS(2744), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2744), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2744), - [aux_sym_kex_algorithms_token1] = ACTIONS(2744), - [aux_sym_known_hosts_command_token1] = ACTIONS(2744), - [aux_sym_local_command_token1] = ACTIONS(2744), - [aux_sym_local_forward_token1] = ACTIONS(2744), - [aux_sym_log_level_token1] = ACTIONS(2744), - [aux_sym_log_verbose_token1] = ACTIONS(2744), - [aux_sym_macs_token1] = ACTIONS(2744), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2744), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2744), - [aux_sym_password_authentication_token1] = ACTIONS(2744), - [aux_sym_permit_local_command_token1] = ACTIONS(2744), - [aux_sym_permit_remote_open_token1] = ACTIONS(2744), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2744), - [aux_sym_port_token1] = ACTIONS(2744), - [aux_sym_preferred_authentications_token1] = ACTIONS(2744), - [aux_sym_protocol_token1] = ACTIONS(2744), - [aux_sym_proxy_command_token1] = ACTIONS(2744), - [aux_sym_proxy_jump_token1] = ACTIONS(2744), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2744), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2744), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2744), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2744), - [aux_sym_rekey_limit_token1] = ACTIONS(2744), - [aux_sym_remote_command_token1] = ACTIONS(2744), - [aux_sym_remote_forward_token1] = ACTIONS(2744), - [aux_sym_request_tty_token1] = ACTIONS(2744), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2744), - [aux_sym_security_key_provider_token1] = ACTIONS(2744), - [aux_sym_send_env_token1] = ACTIONS(2744), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2744), - [aux_sym_server_alive_interval_token1] = ACTIONS(2744), - [aux_sym_session_type_token1] = ACTIONS(2744), - [aux_sym_set_env_token1] = ACTIONS(2744), - [aux_sym_stdin_null_token1] = ACTIONS(2744), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2744), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2744), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2744), - [aux_sym_syslog_facility_token1] = ACTIONS(2744), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2744), - [aux_sym_keep_alive_token1] = ACTIONS(2744), - [aux_sym_tunnel_token1] = ACTIONS(2746), - [aux_sym_tunnel_device_token1] = ACTIONS(2744), - [aux_sym_update_host_keys_token1] = ACTIONS(2744), - [aux_sym_use_keychain_token1] = ACTIONS(2744), - [aux_sym_use_roaming_token1] = ACTIONS(2744), - [aux_sym_user_token1] = ACTIONS(2746), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2744), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2744), - [aux_sym_visual_host_key_token1] = ACTIONS(2744), - [aux_sym_xauth_location_token1] = ACTIONS(2744), + [ts_builtin_sym_end] = ACTIONS(2749), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2751), + [anon_sym_DQUOTE] = ACTIONS(2753), + [aux_sym_match_token1] = ACTIONS(2749), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2749), + [aux_sym_address_family_token1] = ACTIONS(2749), + [aux_sym_batch_mode_token1] = ACTIONS(2749), + [aux_sym_bind_address_token1] = ACTIONS(2749), + [aux_sym_bind_interface_token1] = ACTIONS(2749), + [aux_sym_canonical_domains_token1] = ACTIONS(2749), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2749), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2749), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2749), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2749), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2749), + [aux_sym_certificate_file_token1] = ACTIONS(2749), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2749), + [aux_sym_check_host_ip_token1] = ACTIONS(2749), + [aux_sym_ciphers_token1] = ACTIONS(2749), + [aux_sym_cipher_token1] = ACTIONS(2751), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2749), + [aux_sym_compression_token1] = ACTIONS(2749), + [aux_sym_connection_attempts_token1] = ACTIONS(2749), + [aux_sym_connect_timeout_token1] = ACTIONS(2749), + [aux_sym_control_master_token1] = ACTIONS(2749), + [aux_sym_control_path_token1] = ACTIONS(2749), + [aux_sym_control_persist_token1] = ACTIONS(2749), + [aux_sym_dynamic_forward_token1] = ACTIONS(2749), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2749), + [aux_sym_escape_char_token1] = ACTIONS(2749), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2749), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2749), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2749), + [aux_sym_forward_agent_token1] = ACTIONS(2749), + [aux_sym_forward_x11_token1] = ACTIONS(2751), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2749), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2749), + [aux_sym_gateway_ports_token1] = ACTIONS(2749), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2749), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2749), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2749), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2749), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2749), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2749), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2749), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2749), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2749), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2749), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2749), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2749), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2749), + [aux_sym_host_key_alias_token1] = ACTIONS(2749), + [aux_sym_hostname_token1] = ACTIONS(2749), + [aux_sym_identities_only_token1] = ACTIONS(2749), + [aux_sym_identity_agent_token1] = ACTIONS(2749), + [aux_sym_identity_file_token1] = ACTIONS(2749), + [aux_sym_ignore_unknown_token1] = ACTIONS(2749), + [aux_sym_include_token1] = ACTIONS(2749), + [aux_sym_ip_qos_token1] = ACTIONS(2749), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2749), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2749), + [aux_sym_kex_algorithms_token1] = ACTIONS(2749), + [aux_sym_known_hosts_command_token1] = ACTIONS(2749), + [aux_sym_local_command_token1] = ACTIONS(2749), + [aux_sym_local_forward_token1] = ACTIONS(2749), + [aux_sym_log_level_token1] = ACTIONS(2749), + [aux_sym_log_verbose_token1] = ACTIONS(2749), + [aux_sym_macs_token1] = ACTIONS(2749), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2749), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2749), + [aux_sym_password_authentication_token1] = ACTIONS(2749), + [aux_sym_permit_local_command_token1] = ACTIONS(2749), + [aux_sym_permit_remote_open_token1] = ACTIONS(2749), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2749), + [aux_sym_port_token1] = ACTIONS(2749), + [aux_sym_preferred_authentications_token1] = ACTIONS(2749), + [aux_sym_protocol_token1] = ACTIONS(2749), + [aux_sym_proxy_command_token1] = ACTIONS(2749), + [aux_sym_proxy_jump_token1] = ACTIONS(2749), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2749), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2749), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2749), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2749), + [aux_sym_rekey_limit_token1] = ACTIONS(2749), + [aux_sym_remote_command_token1] = ACTIONS(2749), + [aux_sym_remote_forward_token1] = ACTIONS(2749), + [aux_sym_request_tty_token1] = ACTIONS(2749), + [aux_sym_required_rsa_size_token1] = ACTIONS(2749), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2749), + [aux_sym_security_key_provider_token1] = ACTIONS(2749), + [aux_sym_send_env_token1] = ACTIONS(2749), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2749), + [aux_sym_server_alive_interval_token1] = ACTIONS(2749), + [aux_sym_session_type_token1] = ACTIONS(2749), + [aux_sym_set_env_token1] = ACTIONS(2749), + [aux_sym_stdin_null_token1] = ACTIONS(2749), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2749), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2749), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2749), + [aux_sym_syslog_facility_token1] = ACTIONS(2749), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2749), + [aux_sym_keep_alive_token1] = ACTIONS(2749), + [aux_sym_tunnel_token1] = ACTIONS(2751), + [aux_sym_tunnel_device_token1] = ACTIONS(2749), + [aux_sym_update_host_keys_token1] = ACTIONS(2749), + [aux_sym_use_keychain_token1] = ACTIONS(2749), + [aux_sym_use_roaming_token1] = ACTIONS(2749), + [aux_sym_user_token1] = ACTIONS(2751), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2749), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2749), + [aux_sym_visual_host_key_token1] = ACTIONS(2749), + [aux_sym_xauth_location_token1] = ACTIONS(2749), }, [399] = { - [ts_builtin_sym_end] = ACTIONS(2748), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2750), - [anon_sym_DQUOTE] = ACTIONS(2748), - [aux_sym_match_token1] = ACTIONS(2748), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2748), - [aux_sym_address_family_token1] = ACTIONS(2748), - [aux_sym_batch_mode_token1] = ACTIONS(2748), - [aux_sym_bind_address_token1] = ACTIONS(2748), - [aux_sym_bind_interface_token1] = ACTIONS(2748), - [aux_sym_canonical_domains_token1] = ACTIONS(2748), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2748), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2748), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2748), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2748), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2748), - [aux_sym_certificate_file_token1] = ACTIONS(2748), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2748), - [aux_sym_check_host_ip_token1] = ACTIONS(2748), - [aux_sym_ciphers_token1] = ACTIONS(2748), - [aux_sym_cipher_token1] = ACTIONS(2750), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2748), - [aux_sym_compression_token1] = ACTIONS(2748), - [aux_sym_connection_attempts_token1] = ACTIONS(2748), - [aux_sym_connect_timeout_token1] = ACTIONS(2748), - [aux_sym_control_master_token1] = ACTIONS(2748), - [aux_sym_control_path_token1] = ACTIONS(2748), - [aux_sym_control_persist_token1] = ACTIONS(2748), - [aux_sym_dynamic_forward_token1] = ACTIONS(2748), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2748), - [aux_sym_escape_char_token1] = ACTIONS(2748), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2748), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2748), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2748), - [aux_sym_forward_agent_token1] = ACTIONS(2748), - [aux_sym_forward_x11_token1] = ACTIONS(2750), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2748), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2748), - [aux_sym_gateway_ports_token1] = ACTIONS(2748), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2748), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2748), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2748), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2748), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2748), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2748), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2748), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2748), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2748), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2748), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2748), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2748), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2748), - [aux_sym_host_key_alias_token1] = ACTIONS(2748), - [aux_sym_hostname_token1] = ACTIONS(2748), - [aux_sym_identities_only_token1] = ACTIONS(2748), - [aux_sym_identity_agent_token1] = ACTIONS(2748), - [aux_sym_identity_file_token1] = ACTIONS(2748), - [aux_sym_ignore_unknown_token1] = ACTIONS(2748), - [aux_sym_include_token1] = ACTIONS(2748), - [aux_sym_ip_qos_token1] = ACTIONS(2748), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2748), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2748), - [aux_sym_kex_algorithms_token1] = ACTIONS(2748), - [aux_sym_known_hosts_command_token1] = ACTIONS(2748), - [aux_sym_local_command_token1] = ACTIONS(2748), - [aux_sym_local_forward_token1] = ACTIONS(2748), - [aux_sym_log_level_token1] = ACTIONS(2748), - [aux_sym_log_verbose_token1] = ACTIONS(2748), - [aux_sym_macs_token1] = ACTIONS(2748), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2748), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2748), - [aux_sym_password_authentication_token1] = ACTIONS(2748), - [aux_sym_permit_local_command_token1] = ACTIONS(2748), - [aux_sym_permit_remote_open_token1] = ACTIONS(2748), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2748), - [aux_sym_port_token1] = ACTIONS(2748), - [aux_sym_preferred_authentications_token1] = ACTIONS(2748), - [aux_sym_protocol_token1] = ACTIONS(2748), - [aux_sym_proxy_command_token1] = ACTIONS(2748), - [aux_sym_proxy_jump_token1] = ACTIONS(2748), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2748), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2748), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2748), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2748), - [aux_sym_rekey_limit_token1] = ACTIONS(2748), - [aux_sym_remote_command_token1] = ACTIONS(2748), - [aux_sym_remote_forward_token1] = ACTIONS(2748), - [aux_sym_request_tty_token1] = ACTIONS(2748), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2748), - [aux_sym_security_key_provider_token1] = ACTIONS(2748), - [aux_sym_send_env_token1] = ACTIONS(2748), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2748), - [aux_sym_server_alive_interval_token1] = ACTIONS(2748), - [aux_sym_session_type_token1] = ACTIONS(2748), - [aux_sym_set_env_token1] = ACTIONS(2748), - [aux_sym_stdin_null_token1] = ACTIONS(2748), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2748), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2748), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2748), - [aux_sym_syslog_facility_token1] = ACTIONS(2748), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2748), - [aux_sym_keep_alive_token1] = ACTIONS(2748), - [aux_sym_tunnel_token1] = ACTIONS(2750), - [aux_sym_tunnel_device_token1] = ACTIONS(2748), - [aux_sym_update_host_keys_token1] = ACTIONS(2748), - [aux_sym_use_keychain_token1] = ACTIONS(2748), - [aux_sym_use_roaming_token1] = ACTIONS(2748), - [aux_sym_user_token1] = ACTIONS(2750), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2748), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2748), - [aux_sym_visual_host_key_token1] = ACTIONS(2748), - [aux_sym_xauth_location_token1] = ACTIONS(2748), + [ts_builtin_sym_end] = ACTIONS(2755), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2757), + [anon_sym_DQUOTE] = ACTIONS(2759), + [aux_sym_match_token1] = ACTIONS(2755), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2755), + [aux_sym_address_family_token1] = ACTIONS(2755), + [aux_sym_batch_mode_token1] = ACTIONS(2755), + [aux_sym_bind_address_token1] = ACTIONS(2755), + [aux_sym_bind_interface_token1] = ACTIONS(2755), + [aux_sym_canonical_domains_token1] = ACTIONS(2755), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2755), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2755), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2755), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2755), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2755), + [aux_sym_certificate_file_token1] = ACTIONS(2755), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2755), + [aux_sym_check_host_ip_token1] = ACTIONS(2755), + [aux_sym_ciphers_token1] = ACTIONS(2755), + [aux_sym_cipher_token1] = ACTIONS(2757), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2755), + [aux_sym_compression_token1] = ACTIONS(2755), + [aux_sym_connection_attempts_token1] = ACTIONS(2755), + [aux_sym_connect_timeout_token1] = ACTIONS(2755), + [aux_sym_control_master_token1] = ACTIONS(2755), + [aux_sym_control_path_token1] = ACTIONS(2755), + [aux_sym_control_persist_token1] = ACTIONS(2755), + [aux_sym_dynamic_forward_token1] = ACTIONS(2755), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2755), + [aux_sym_escape_char_token1] = ACTIONS(2755), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2755), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2755), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2755), + [aux_sym_forward_agent_token1] = ACTIONS(2755), + [aux_sym_forward_x11_token1] = ACTIONS(2757), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2755), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2755), + [aux_sym_gateway_ports_token1] = ACTIONS(2755), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2755), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2755), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2755), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2755), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2755), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2755), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2755), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2755), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2755), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2755), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2755), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2755), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2755), + [aux_sym_host_key_alias_token1] = ACTIONS(2755), + [aux_sym_hostname_token1] = ACTIONS(2755), + [aux_sym_identities_only_token1] = ACTIONS(2755), + [aux_sym_identity_agent_token1] = ACTIONS(2755), + [aux_sym_identity_file_token1] = ACTIONS(2755), + [aux_sym_ignore_unknown_token1] = ACTIONS(2755), + [aux_sym_include_token1] = ACTIONS(2755), + [aux_sym_ip_qos_token1] = ACTIONS(2755), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2755), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2755), + [aux_sym_kex_algorithms_token1] = ACTIONS(2755), + [aux_sym_known_hosts_command_token1] = ACTIONS(2755), + [aux_sym_local_command_token1] = ACTIONS(2755), + [aux_sym_local_forward_token1] = ACTIONS(2755), + [aux_sym_log_level_token1] = ACTIONS(2755), + [aux_sym_log_verbose_token1] = ACTIONS(2755), + [aux_sym_macs_token1] = ACTIONS(2755), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2755), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2755), + [aux_sym_password_authentication_token1] = ACTIONS(2755), + [aux_sym_permit_local_command_token1] = ACTIONS(2755), + [aux_sym_permit_remote_open_token1] = ACTIONS(2755), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2755), + [aux_sym_port_token1] = ACTIONS(2755), + [aux_sym_preferred_authentications_token1] = ACTIONS(2755), + [aux_sym_protocol_token1] = ACTIONS(2755), + [aux_sym_proxy_command_token1] = ACTIONS(2755), + [aux_sym_proxy_jump_token1] = ACTIONS(2755), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2755), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2755), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2755), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2755), + [aux_sym_rekey_limit_token1] = ACTIONS(2755), + [aux_sym_remote_command_token1] = ACTIONS(2755), + [aux_sym_remote_forward_token1] = ACTIONS(2755), + [aux_sym_request_tty_token1] = ACTIONS(2755), + [aux_sym_required_rsa_size_token1] = ACTIONS(2755), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2755), + [aux_sym_security_key_provider_token1] = ACTIONS(2755), + [aux_sym_send_env_token1] = ACTIONS(2755), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2755), + [aux_sym_server_alive_interval_token1] = ACTIONS(2755), + [aux_sym_session_type_token1] = ACTIONS(2755), + [aux_sym_set_env_token1] = ACTIONS(2755), + [aux_sym_stdin_null_token1] = ACTIONS(2755), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2755), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2755), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2755), + [aux_sym_syslog_facility_token1] = ACTIONS(2755), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2755), + [aux_sym_keep_alive_token1] = ACTIONS(2755), + [aux_sym_tunnel_token1] = ACTIONS(2757), + [aux_sym_tunnel_device_token1] = ACTIONS(2755), + [aux_sym_update_host_keys_token1] = ACTIONS(2755), + [aux_sym_use_keychain_token1] = ACTIONS(2755), + [aux_sym_use_roaming_token1] = ACTIONS(2755), + [aux_sym_user_token1] = ACTIONS(2757), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2755), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2755), + [aux_sym_visual_host_key_token1] = ACTIONS(2755), + [aux_sym_xauth_location_token1] = ACTIONS(2755), }, [400] = { - [ts_builtin_sym_end] = ACTIONS(2752), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2754), - [anon_sym_DQUOTE] = ACTIONS(2756), - [aux_sym_match_token1] = ACTIONS(2752), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2752), - [aux_sym_address_family_token1] = ACTIONS(2752), - [aux_sym_batch_mode_token1] = ACTIONS(2752), - [aux_sym_bind_address_token1] = ACTIONS(2752), - [aux_sym_bind_interface_token1] = ACTIONS(2752), - [aux_sym_canonical_domains_token1] = ACTIONS(2752), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2752), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2752), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2752), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2752), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2752), - [aux_sym_certificate_file_token1] = ACTIONS(2752), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2752), - [aux_sym_check_host_ip_token1] = ACTIONS(2752), - [aux_sym_ciphers_token1] = ACTIONS(2752), - [aux_sym_cipher_token1] = ACTIONS(2754), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2752), - [aux_sym_compression_token1] = ACTIONS(2752), - [aux_sym_connection_attempts_token1] = ACTIONS(2752), - [aux_sym_connect_timeout_token1] = ACTIONS(2752), - [aux_sym_control_master_token1] = ACTIONS(2752), - [aux_sym_control_path_token1] = ACTIONS(2752), - [aux_sym_control_persist_token1] = ACTIONS(2752), - [aux_sym_dynamic_forward_token1] = ACTIONS(2752), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2752), - [aux_sym_escape_char_token1] = ACTIONS(2752), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2752), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2752), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2752), - [aux_sym_forward_agent_token1] = ACTIONS(2752), - [aux_sym_forward_x11_token1] = ACTIONS(2754), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2752), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2752), - [aux_sym_gateway_ports_token1] = ACTIONS(2752), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2752), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2752), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2752), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2752), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2752), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2752), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2752), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2752), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2752), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2752), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2752), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2752), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2752), - [aux_sym_host_key_alias_token1] = ACTIONS(2752), - [aux_sym_hostname_token1] = ACTIONS(2752), - [aux_sym_identities_only_token1] = ACTIONS(2752), - [aux_sym_identity_agent_token1] = ACTIONS(2752), - [aux_sym_identity_file_token1] = ACTIONS(2752), - [aux_sym_ignore_unknown_token1] = ACTIONS(2752), - [aux_sym_include_token1] = ACTIONS(2752), - [aux_sym_ip_qos_token1] = ACTIONS(2752), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2752), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2752), - [aux_sym_kex_algorithms_token1] = ACTIONS(2752), - [aux_sym_known_hosts_command_token1] = ACTIONS(2752), - [aux_sym_local_command_token1] = ACTIONS(2752), - [aux_sym_local_forward_token1] = ACTIONS(2752), - [aux_sym_log_level_token1] = ACTIONS(2752), - [aux_sym_log_verbose_token1] = ACTIONS(2752), - [aux_sym_macs_token1] = ACTIONS(2752), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2752), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2752), - [aux_sym_password_authentication_token1] = ACTIONS(2752), - [aux_sym_permit_local_command_token1] = ACTIONS(2752), - [aux_sym_permit_remote_open_token1] = ACTIONS(2752), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2752), - [aux_sym_port_token1] = ACTIONS(2752), - [aux_sym_preferred_authentications_token1] = ACTIONS(2752), - [aux_sym_protocol_token1] = ACTIONS(2752), - [aux_sym_proxy_command_token1] = ACTIONS(2752), - [aux_sym_proxy_jump_token1] = ACTIONS(2752), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2752), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2752), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2752), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2752), - [aux_sym_rekey_limit_token1] = ACTIONS(2752), - [aux_sym_remote_command_token1] = ACTIONS(2752), - [aux_sym_remote_forward_token1] = ACTIONS(2752), - [aux_sym_request_tty_token1] = ACTIONS(2752), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2752), - [aux_sym_security_key_provider_token1] = ACTIONS(2752), - [aux_sym_send_env_token1] = ACTIONS(2752), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2752), - [aux_sym_server_alive_interval_token1] = ACTIONS(2752), - [aux_sym_session_type_token1] = ACTIONS(2752), - [aux_sym_set_env_token1] = ACTIONS(2752), - [aux_sym_stdin_null_token1] = ACTIONS(2752), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2752), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2752), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2752), - [aux_sym_syslog_facility_token1] = ACTIONS(2752), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2752), - [aux_sym_keep_alive_token1] = ACTIONS(2752), - [aux_sym_tunnel_token1] = ACTIONS(2754), - [aux_sym_tunnel_device_token1] = ACTIONS(2752), - [aux_sym_update_host_keys_token1] = ACTIONS(2752), - [aux_sym_use_keychain_token1] = ACTIONS(2752), - [aux_sym_use_roaming_token1] = ACTIONS(2752), - [aux_sym_user_token1] = ACTIONS(2754), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2752), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2752), - [aux_sym_visual_host_key_token1] = ACTIONS(2752), - [aux_sym_xauth_location_token1] = ACTIONS(2752), + [ts_builtin_sym_end] = ACTIONS(2761), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2763), + [anon_sym_DQUOTE] = ACTIONS(2761), + [aux_sym_match_token1] = ACTIONS(2761), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2761), + [aux_sym_address_family_token1] = ACTIONS(2761), + [aux_sym_batch_mode_token1] = ACTIONS(2761), + [aux_sym_bind_address_token1] = ACTIONS(2761), + [aux_sym_bind_interface_token1] = ACTIONS(2761), + [aux_sym_canonical_domains_token1] = ACTIONS(2761), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2761), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2761), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2761), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2761), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2761), + [aux_sym_certificate_file_token1] = ACTIONS(2761), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2761), + [aux_sym_check_host_ip_token1] = ACTIONS(2761), + [aux_sym_ciphers_token1] = ACTIONS(2761), + [aux_sym_cipher_token1] = ACTIONS(2763), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2761), + [aux_sym_compression_token1] = ACTIONS(2761), + [aux_sym_connection_attempts_token1] = ACTIONS(2761), + [aux_sym_connect_timeout_token1] = ACTIONS(2761), + [aux_sym_control_master_token1] = ACTIONS(2761), + [aux_sym_control_path_token1] = ACTIONS(2761), + [aux_sym_control_persist_token1] = ACTIONS(2761), + [aux_sym_dynamic_forward_token1] = ACTIONS(2761), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2761), + [aux_sym_escape_char_token1] = ACTIONS(2761), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2761), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2761), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2761), + [aux_sym_forward_agent_token1] = ACTIONS(2761), + [aux_sym_forward_x11_token1] = ACTIONS(2763), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2761), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2761), + [aux_sym_gateway_ports_token1] = ACTIONS(2761), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2761), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2761), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2761), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2761), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2761), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2761), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2761), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2761), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2761), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2761), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2761), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2761), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2761), + [aux_sym_host_key_alias_token1] = ACTIONS(2761), + [aux_sym_hostname_token1] = ACTIONS(2761), + [aux_sym_identities_only_token1] = ACTIONS(2761), + [aux_sym_identity_agent_token1] = ACTIONS(2761), + [aux_sym_identity_file_token1] = ACTIONS(2761), + [aux_sym_ignore_unknown_token1] = ACTIONS(2761), + [aux_sym_include_token1] = ACTIONS(2761), + [aux_sym_ip_qos_token1] = ACTIONS(2761), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2761), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2761), + [aux_sym_kex_algorithms_token1] = ACTIONS(2761), + [aux_sym_known_hosts_command_token1] = ACTIONS(2761), + [aux_sym_local_command_token1] = ACTIONS(2761), + [aux_sym_local_forward_token1] = ACTIONS(2761), + [aux_sym_log_level_token1] = ACTIONS(2761), + [aux_sym_log_verbose_token1] = ACTIONS(2761), + [aux_sym_macs_token1] = ACTIONS(2761), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2761), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2761), + [aux_sym_password_authentication_token1] = ACTIONS(2761), + [aux_sym_permit_local_command_token1] = ACTIONS(2761), + [aux_sym_permit_remote_open_token1] = ACTIONS(2761), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2761), + [aux_sym_port_token1] = ACTIONS(2761), + [aux_sym_preferred_authentications_token1] = ACTIONS(2761), + [aux_sym_protocol_token1] = ACTIONS(2761), + [aux_sym_proxy_command_token1] = ACTIONS(2761), + [aux_sym_proxy_jump_token1] = ACTIONS(2761), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2761), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2761), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2761), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2761), + [aux_sym_rekey_limit_token1] = ACTIONS(2761), + [aux_sym_remote_command_token1] = ACTIONS(2761), + [aux_sym_remote_forward_token1] = ACTIONS(2761), + [aux_sym_request_tty_token1] = ACTIONS(2761), + [aux_sym_required_rsa_size_token1] = ACTIONS(2761), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2761), + [aux_sym_security_key_provider_token1] = ACTIONS(2761), + [aux_sym_send_env_token1] = ACTIONS(2761), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2761), + [aux_sym_server_alive_interval_token1] = ACTIONS(2761), + [aux_sym_session_type_token1] = ACTIONS(2761), + [aux_sym_set_env_token1] = ACTIONS(2761), + [aux_sym_stdin_null_token1] = ACTIONS(2761), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2761), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2761), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2761), + [aux_sym_syslog_facility_token1] = ACTIONS(2761), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2761), + [aux_sym_keep_alive_token1] = ACTIONS(2761), + [aux_sym_tunnel_token1] = ACTIONS(2763), + [aux_sym_tunnel_device_token1] = ACTIONS(2761), + [aux_sym_update_host_keys_token1] = ACTIONS(2761), + [aux_sym_use_keychain_token1] = ACTIONS(2761), + [aux_sym_use_roaming_token1] = ACTIONS(2761), + [aux_sym_user_token1] = ACTIONS(2763), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2761), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2761), + [aux_sym_visual_host_key_token1] = ACTIONS(2761), + [aux_sym_xauth_location_token1] = ACTIONS(2761), }, [401] = { - [ts_builtin_sym_end] = ACTIONS(2758), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2760), - [anon_sym_DQUOTE] = ACTIONS(2758), - [aux_sym_match_token1] = ACTIONS(2758), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2758), - [aux_sym_address_family_token1] = ACTIONS(2758), - [aux_sym_batch_mode_token1] = ACTIONS(2758), - [aux_sym_bind_address_token1] = ACTIONS(2758), - [aux_sym_bind_interface_token1] = ACTIONS(2758), - [aux_sym_canonical_domains_token1] = ACTIONS(2758), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2758), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2758), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2758), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2758), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2758), - [aux_sym_certificate_file_token1] = ACTIONS(2758), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2758), - [aux_sym_check_host_ip_token1] = ACTIONS(2758), - [aux_sym_ciphers_token1] = ACTIONS(2758), - [aux_sym_cipher_token1] = ACTIONS(2760), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2758), - [aux_sym_compression_token1] = ACTIONS(2758), - [aux_sym_connection_attempts_token1] = ACTIONS(2758), - [aux_sym_connect_timeout_token1] = ACTIONS(2758), - [aux_sym_control_master_token1] = ACTIONS(2758), - [aux_sym_control_path_token1] = ACTIONS(2758), - [aux_sym_control_persist_token1] = ACTIONS(2758), - [aux_sym_dynamic_forward_token1] = ACTIONS(2758), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2758), - [aux_sym_escape_char_token1] = ACTIONS(2758), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2758), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2758), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2758), - [aux_sym_forward_agent_token1] = ACTIONS(2758), - [aux_sym_forward_x11_token1] = ACTIONS(2760), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2758), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2758), - [aux_sym_gateway_ports_token1] = ACTIONS(2758), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2758), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2758), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2758), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2758), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2758), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2758), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2758), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2758), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2758), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2758), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2758), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2758), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2758), - [aux_sym_host_key_alias_token1] = ACTIONS(2758), - [aux_sym_hostname_token1] = ACTIONS(2758), - [aux_sym_identities_only_token1] = ACTIONS(2758), - [aux_sym_identity_agent_token1] = ACTIONS(2758), - [aux_sym_identity_file_token1] = ACTIONS(2758), - [aux_sym_ignore_unknown_token1] = ACTIONS(2758), - [aux_sym_include_token1] = ACTIONS(2758), - [aux_sym_ip_qos_token1] = ACTIONS(2758), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2758), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2758), - [aux_sym_kex_algorithms_token1] = ACTIONS(2758), - [aux_sym_known_hosts_command_token1] = ACTIONS(2758), - [aux_sym_local_command_token1] = ACTIONS(2758), - [aux_sym_local_forward_token1] = ACTIONS(2758), - [aux_sym_log_level_token1] = ACTIONS(2758), - [aux_sym_log_verbose_token1] = ACTIONS(2758), - [aux_sym_macs_token1] = ACTIONS(2758), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2758), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2758), - [aux_sym_password_authentication_token1] = ACTIONS(2758), - [aux_sym_permit_local_command_token1] = ACTIONS(2758), - [aux_sym_permit_remote_open_token1] = ACTIONS(2758), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2758), - [aux_sym_port_token1] = ACTIONS(2758), - [aux_sym_preferred_authentications_token1] = ACTIONS(2758), - [aux_sym_protocol_token1] = ACTIONS(2758), - [aux_sym_proxy_command_token1] = ACTIONS(2758), - [aux_sym_proxy_jump_token1] = ACTIONS(2758), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2758), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2758), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2758), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2758), - [aux_sym_rekey_limit_token1] = ACTIONS(2758), - [aux_sym_remote_command_token1] = ACTIONS(2758), - [aux_sym_remote_forward_token1] = ACTIONS(2758), - [aux_sym_request_tty_token1] = ACTIONS(2758), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2758), - [aux_sym_security_key_provider_token1] = ACTIONS(2758), - [aux_sym_send_env_token1] = ACTIONS(2758), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2758), - [aux_sym_server_alive_interval_token1] = ACTIONS(2758), - [aux_sym_session_type_token1] = ACTIONS(2758), - [aux_sym_set_env_token1] = ACTIONS(2758), - [aux_sym_stdin_null_token1] = ACTIONS(2758), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2758), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2758), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2758), - [aux_sym_syslog_facility_token1] = ACTIONS(2758), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2758), - [aux_sym_keep_alive_token1] = ACTIONS(2758), - [aux_sym_tunnel_token1] = ACTIONS(2760), - [aux_sym_tunnel_device_token1] = ACTIONS(2758), - [aux_sym_update_host_keys_token1] = ACTIONS(2758), - [aux_sym_use_keychain_token1] = ACTIONS(2758), - [aux_sym_use_roaming_token1] = ACTIONS(2758), - [aux_sym_user_token1] = ACTIONS(2760), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2758), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2758), - [aux_sym_visual_host_key_token1] = ACTIONS(2758), - [aux_sym_xauth_location_token1] = ACTIONS(2758), + [ts_builtin_sym_end] = ACTIONS(2765), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2767), + [anon_sym_DQUOTE] = ACTIONS(2765), + [aux_sym_match_token1] = ACTIONS(2765), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2765), + [aux_sym_address_family_token1] = ACTIONS(2765), + [aux_sym_batch_mode_token1] = ACTIONS(2765), + [aux_sym_bind_address_token1] = ACTIONS(2765), + [aux_sym_bind_interface_token1] = ACTIONS(2765), + [aux_sym_canonical_domains_token1] = ACTIONS(2765), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2765), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2765), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2765), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2765), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2765), + [aux_sym_certificate_file_token1] = ACTIONS(2765), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2765), + [aux_sym_check_host_ip_token1] = ACTIONS(2765), + [aux_sym_ciphers_token1] = ACTIONS(2765), + [aux_sym_cipher_token1] = ACTIONS(2767), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2765), + [aux_sym_compression_token1] = ACTIONS(2765), + [aux_sym_connection_attempts_token1] = ACTIONS(2765), + [aux_sym_connect_timeout_token1] = ACTIONS(2765), + [aux_sym_control_master_token1] = ACTIONS(2765), + [aux_sym_control_path_token1] = ACTIONS(2765), + [aux_sym_control_persist_token1] = ACTIONS(2765), + [aux_sym_dynamic_forward_token1] = ACTIONS(2765), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2765), + [aux_sym_escape_char_token1] = ACTIONS(2765), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2765), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2765), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2765), + [aux_sym_forward_agent_token1] = ACTIONS(2765), + [aux_sym_forward_x11_token1] = ACTIONS(2767), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2765), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2765), + [aux_sym_gateway_ports_token1] = ACTIONS(2765), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2765), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2765), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2765), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2765), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2765), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2765), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2765), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2765), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2765), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2765), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2765), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2765), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2765), + [aux_sym_host_key_alias_token1] = ACTIONS(2765), + [aux_sym_hostname_token1] = ACTIONS(2765), + [aux_sym_identities_only_token1] = ACTIONS(2765), + [aux_sym_identity_agent_token1] = ACTIONS(2765), + [aux_sym_identity_file_token1] = ACTIONS(2765), + [aux_sym_ignore_unknown_token1] = ACTIONS(2765), + [aux_sym_include_token1] = ACTIONS(2765), + [aux_sym_ip_qos_token1] = ACTIONS(2765), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2765), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2765), + [aux_sym_kex_algorithms_token1] = ACTIONS(2765), + [aux_sym_known_hosts_command_token1] = ACTIONS(2765), + [aux_sym_local_command_token1] = ACTIONS(2765), + [aux_sym_local_forward_token1] = ACTIONS(2765), + [aux_sym_log_level_token1] = ACTIONS(2765), + [aux_sym_log_verbose_token1] = ACTIONS(2765), + [aux_sym_macs_token1] = ACTIONS(2765), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2765), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2765), + [aux_sym_password_authentication_token1] = ACTIONS(2765), + [aux_sym_permit_local_command_token1] = ACTIONS(2765), + [aux_sym_permit_remote_open_token1] = ACTIONS(2765), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2765), + [aux_sym_port_token1] = ACTIONS(2765), + [aux_sym_preferred_authentications_token1] = ACTIONS(2765), + [aux_sym_protocol_token1] = ACTIONS(2765), + [aux_sym_proxy_command_token1] = ACTIONS(2765), + [aux_sym_proxy_jump_token1] = ACTIONS(2765), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2765), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2765), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2765), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2765), + [aux_sym_rekey_limit_token1] = ACTIONS(2765), + [aux_sym_remote_command_token1] = ACTIONS(2765), + [aux_sym_remote_forward_token1] = ACTIONS(2765), + [aux_sym_request_tty_token1] = ACTIONS(2765), + [aux_sym_required_rsa_size_token1] = ACTIONS(2765), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2765), + [aux_sym_security_key_provider_token1] = ACTIONS(2765), + [aux_sym_send_env_token1] = ACTIONS(2765), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2765), + [aux_sym_server_alive_interval_token1] = ACTIONS(2765), + [aux_sym_session_type_token1] = ACTIONS(2765), + [aux_sym_set_env_token1] = ACTIONS(2765), + [aux_sym_stdin_null_token1] = ACTIONS(2765), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2765), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2765), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2765), + [aux_sym_syslog_facility_token1] = ACTIONS(2765), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2765), + [aux_sym_keep_alive_token1] = ACTIONS(2765), + [aux_sym_tunnel_token1] = ACTIONS(2767), + [aux_sym_tunnel_device_token1] = ACTIONS(2765), + [aux_sym_update_host_keys_token1] = ACTIONS(2765), + [aux_sym_use_keychain_token1] = ACTIONS(2765), + [aux_sym_use_roaming_token1] = ACTIONS(2765), + [aux_sym_user_token1] = ACTIONS(2767), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2765), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2765), + [aux_sym_visual_host_key_token1] = ACTIONS(2765), + [aux_sym_xauth_location_token1] = ACTIONS(2765), }, [402] = { - [ts_builtin_sym_end] = ACTIONS(2762), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2764), - [anon_sym_DQUOTE] = ACTIONS(2766), - [aux_sym_match_token1] = ACTIONS(2762), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2762), - [aux_sym_address_family_token1] = ACTIONS(2762), - [aux_sym_batch_mode_token1] = ACTIONS(2762), - [aux_sym_bind_address_token1] = ACTIONS(2762), - [aux_sym_bind_interface_token1] = ACTIONS(2762), - [aux_sym_canonical_domains_token1] = ACTIONS(2762), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2762), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2762), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2762), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2762), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2762), - [aux_sym_certificate_file_token1] = ACTIONS(2762), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2762), - [aux_sym_check_host_ip_token1] = ACTIONS(2762), - [aux_sym_ciphers_token1] = ACTIONS(2762), - [aux_sym_cipher_token1] = ACTIONS(2764), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2762), - [aux_sym_compression_token1] = ACTIONS(2762), - [aux_sym_connection_attempts_token1] = ACTIONS(2762), - [aux_sym_connect_timeout_token1] = ACTIONS(2762), - [aux_sym_control_master_token1] = ACTIONS(2762), - [aux_sym_control_path_token1] = ACTIONS(2762), - [aux_sym_control_persist_token1] = ACTIONS(2762), - [aux_sym_dynamic_forward_token1] = ACTIONS(2762), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2762), - [aux_sym_escape_char_token1] = ACTIONS(2762), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2762), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2762), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2762), - [aux_sym_forward_agent_token1] = ACTIONS(2762), - [aux_sym_forward_x11_token1] = ACTIONS(2764), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2762), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2762), - [aux_sym_gateway_ports_token1] = ACTIONS(2762), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2762), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2762), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2762), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2762), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2762), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2762), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2762), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2762), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2762), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2762), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2762), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2762), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2762), - [aux_sym_host_key_alias_token1] = ACTIONS(2762), - [aux_sym_hostname_token1] = ACTIONS(2762), - [aux_sym_identities_only_token1] = ACTIONS(2762), - [aux_sym_identity_agent_token1] = ACTIONS(2762), - [aux_sym_identity_file_token1] = ACTIONS(2762), - [aux_sym_ignore_unknown_token1] = ACTIONS(2762), - [aux_sym_include_token1] = ACTIONS(2762), - [aux_sym_ip_qos_token1] = ACTIONS(2762), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2762), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2762), - [aux_sym_kex_algorithms_token1] = ACTIONS(2762), - [aux_sym_known_hosts_command_token1] = ACTIONS(2762), - [aux_sym_local_command_token1] = ACTIONS(2762), - [aux_sym_local_forward_token1] = ACTIONS(2762), - [aux_sym_log_level_token1] = ACTIONS(2762), - [aux_sym_log_verbose_token1] = ACTIONS(2762), - [aux_sym_macs_token1] = ACTIONS(2762), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2762), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2762), - [aux_sym_password_authentication_token1] = ACTIONS(2762), - [aux_sym_permit_local_command_token1] = ACTIONS(2762), - [aux_sym_permit_remote_open_token1] = ACTIONS(2762), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2762), - [aux_sym_port_token1] = ACTIONS(2762), - [aux_sym_preferred_authentications_token1] = ACTIONS(2762), - [aux_sym_protocol_token1] = ACTIONS(2762), - [aux_sym_proxy_command_token1] = ACTIONS(2762), - [aux_sym_proxy_jump_token1] = ACTIONS(2762), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2762), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2762), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2762), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2762), - [aux_sym_rekey_limit_token1] = ACTIONS(2762), - [aux_sym_remote_command_token1] = ACTIONS(2762), - [aux_sym_remote_forward_token1] = ACTIONS(2762), - [aux_sym_request_tty_token1] = ACTIONS(2762), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2762), - [aux_sym_security_key_provider_token1] = ACTIONS(2762), - [aux_sym_send_env_token1] = ACTIONS(2762), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2762), - [aux_sym_server_alive_interval_token1] = ACTIONS(2762), - [aux_sym_session_type_token1] = ACTIONS(2762), - [aux_sym_set_env_token1] = ACTIONS(2762), - [aux_sym_stdin_null_token1] = ACTIONS(2762), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2762), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2762), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2762), - [aux_sym_syslog_facility_token1] = ACTIONS(2762), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2762), - [aux_sym_keep_alive_token1] = ACTIONS(2762), - [aux_sym_tunnel_token1] = ACTIONS(2764), - [aux_sym_tunnel_device_token1] = ACTIONS(2762), - [aux_sym_update_host_keys_token1] = ACTIONS(2762), - [aux_sym_use_keychain_token1] = ACTIONS(2762), - [aux_sym_use_roaming_token1] = ACTIONS(2762), - [aux_sym_user_token1] = ACTIONS(2764), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2762), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2762), - [aux_sym_visual_host_key_token1] = ACTIONS(2762), - [aux_sym_xauth_location_token1] = ACTIONS(2762), + [ts_builtin_sym_end] = ACTIONS(2769), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2771), + [anon_sym_DQUOTE] = ACTIONS(2773), + [aux_sym_match_token1] = ACTIONS(2769), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2769), + [aux_sym_address_family_token1] = ACTIONS(2769), + [aux_sym_batch_mode_token1] = ACTIONS(2769), + [aux_sym_bind_address_token1] = ACTIONS(2769), + [aux_sym_bind_interface_token1] = ACTIONS(2769), + [aux_sym_canonical_domains_token1] = ACTIONS(2769), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2769), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2769), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2769), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2769), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2769), + [aux_sym_certificate_file_token1] = ACTIONS(2769), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2769), + [aux_sym_check_host_ip_token1] = ACTIONS(2769), + [aux_sym_ciphers_token1] = ACTIONS(2769), + [aux_sym_cipher_token1] = ACTIONS(2771), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2769), + [aux_sym_compression_token1] = ACTIONS(2769), + [aux_sym_connection_attempts_token1] = ACTIONS(2769), + [aux_sym_connect_timeout_token1] = ACTIONS(2769), + [aux_sym_control_master_token1] = ACTIONS(2769), + [aux_sym_control_path_token1] = ACTIONS(2769), + [aux_sym_control_persist_token1] = ACTIONS(2769), + [aux_sym_dynamic_forward_token1] = ACTIONS(2769), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2769), + [aux_sym_escape_char_token1] = ACTIONS(2769), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2769), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2769), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2769), + [aux_sym_forward_agent_token1] = ACTIONS(2769), + [aux_sym_forward_x11_token1] = ACTIONS(2771), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2769), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2769), + [aux_sym_gateway_ports_token1] = ACTIONS(2769), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2769), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2769), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2769), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2769), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2769), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2769), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2769), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2769), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2769), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2769), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2769), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2769), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2769), + [aux_sym_host_key_alias_token1] = ACTIONS(2769), + [aux_sym_hostname_token1] = ACTIONS(2769), + [aux_sym_identities_only_token1] = ACTIONS(2769), + [aux_sym_identity_agent_token1] = ACTIONS(2769), + [aux_sym_identity_file_token1] = ACTIONS(2769), + [aux_sym_ignore_unknown_token1] = ACTIONS(2769), + [aux_sym_include_token1] = ACTIONS(2769), + [aux_sym_ip_qos_token1] = ACTIONS(2769), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2769), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2769), + [aux_sym_kex_algorithms_token1] = ACTIONS(2769), + [aux_sym_known_hosts_command_token1] = ACTIONS(2769), + [aux_sym_local_command_token1] = ACTIONS(2769), + [aux_sym_local_forward_token1] = ACTIONS(2769), + [aux_sym_log_level_token1] = ACTIONS(2769), + [aux_sym_log_verbose_token1] = ACTIONS(2769), + [aux_sym_macs_token1] = ACTIONS(2769), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2769), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2769), + [aux_sym_password_authentication_token1] = ACTIONS(2769), + [aux_sym_permit_local_command_token1] = ACTIONS(2769), + [aux_sym_permit_remote_open_token1] = ACTIONS(2769), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2769), + [aux_sym_port_token1] = ACTIONS(2769), + [aux_sym_preferred_authentications_token1] = ACTIONS(2769), + [aux_sym_protocol_token1] = ACTIONS(2769), + [aux_sym_proxy_command_token1] = ACTIONS(2769), + [aux_sym_proxy_jump_token1] = ACTIONS(2769), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2769), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2769), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2769), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2769), + [aux_sym_rekey_limit_token1] = ACTIONS(2769), + [aux_sym_remote_command_token1] = ACTIONS(2769), + [aux_sym_remote_forward_token1] = ACTIONS(2769), + [aux_sym_request_tty_token1] = ACTIONS(2769), + [aux_sym_required_rsa_size_token1] = ACTIONS(2769), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2769), + [aux_sym_security_key_provider_token1] = ACTIONS(2769), + [aux_sym_send_env_token1] = ACTIONS(2769), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2769), + [aux_sym_server_alive_interval_token1] = ACTIONS(2769), + [aux_sym_session_type_token1] = ACTIONS(2769), + [aux_sym_set_env_token1] = ACTIONS(2769), + [aux_sym_stdin_null_token1] = ACTIONS(2769), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2769), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2769), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2769), + [aux_sym_syslog_facility_token1] = ACTIONS(2769), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2769), + [aux_sym_keep_alive_token1] = ACTIONS(2769), + [aux_sym_tunnel_token1] = ACTIONS(2771), + [aux_sym_tunnel_device_token1] = ACTIONS(2769), + [aux_sym_update_host_keys_token1] = ACTIONS(2769), + [aux_sym_use_keychain_token1] = ACTIONS(2769), + [aux_sym_use_roaming_token1] = ACTIONS(2769), + [aux_sym_user_token1] = ACTIONS(2771), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2769), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2769), + [aux_sym_visual_host_key_token1] = ACTIONS(2769), + [aux_sym_xauth_location_token1] = ACTIONS(2769), }, [403] = { - [ts_builtin_sym_end] = ACTIONS(2768), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2770), - [anon_sym_DQUOTE] = ACTIONS(2768), - [aux_sym_match_token1] = ACTIONS(2768), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2768), - [aux_sym_address_family_token1] = ACTIONS(2768), - [aux_sym_batch_mode_token1] = ACTIONS(2768), - [aux_sym_bind_address_token1] = ACTIONS(2768), - [aux_sym_bind_interface_token1] = ACTIONS(2768), - [aux_sym_canonical_domains_token1] = ACTIONS(2768), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2768), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2768), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2768), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2768), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2768), - [aux_sym_certificate_file_token1] = ACTIONS(2768), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2768), - [aux_sym_check_host_ip_token1] = ACTIONS(2768), - [aux_sym_ciphers_token1] = ACTIONS(2768), - [aux_sym_cipher_token1] = ACTIONS(2770), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2768), - [aux_sym_compression_token1] = ACTIONS(2768), - [aux_sym_connection_attempts_token1] = ACTIONS(2768), - [aux_sym_connect_timeout_token1] = ACTIONS(2768), - [aux_sym_control_master_token1] = ACTIONS(2768), - [aux_sym_control_path_token1] = ACTIONS(2768), - [aux_sym_control_persist_token1] = ACTIONS(2768), - [aux_sym_dynamic_forward_token1] = ACTIONS(2768), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2768), - [aux_sym_escape_char_token1] = ACTIONS(2768), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2768), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2768), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2768), - [aux_sym_forward_agent_token1] = ACTIONS(2768), - [aux_sym_forward_x11_token1] = ACTIONS(2770), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2768), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2768), - [aux_sym_gateway_ports_token1] = ACTIONS(2768), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2768), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2768), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2768), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2768), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2768), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2768), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2768), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2768), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2768), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2768), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2768), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2768), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2768), - [aux_sym_host_key_alias_token1] = ACTIONS(2768), - [aux_sym_hostname_token1] = ACTIONS(2768), - [aux_sym_identities_only_token1] = ACTIONS(2768), - [aux_sym_identity_agent_token1] = ACTIONS(2768), - [aux_sym_identity_file_token1] = ACTIONS(2768), - [aux_sym_ignore_unknown_token1] = ACTIONS(2768), - [aux_sym_include_token1] = ACTIONS(2768), - [aux_sym_ip_qos_token1] = ACTIONS(2768), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2768), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2768), - [aux_sym_kex_algorithms_token1] = ACTIONS(2768), - [aux_sym_known_hosts_command_token1] = ACTIONS(2768), - [aux_sym_local_command_token1] = ACTIONS(2768), - [aux_sym_local_forward_token1] = ACTIONS(2768), - [aux_sym_log_level_token1] = ACTIONS(2768), - [aux_sym_log_verbose_token1] = ACTIONS(2768), - [aux_sym_macs_token1] = ACTIONS(2768), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2768), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2768), - [aux_sym_password_authentication_token1] = ACTIONS(2768), - [aux_sym_permit_local_command_token1] = ACTIONS(2768), - [aux_sym_permit_remote_open_token1] = ACTIONS(2768), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2768), - [aux_sym_port_token1] = ACTIONS(2768), - [aux_sym_preferred_authentications_token1] = ACTIONS(2768), - [aux_sym_protocol_token1] = ACTIONS(2768), - [aux_sym_proxy_command_token1] = ACTIONS(2768), - [aux_sym_proxy_jump_token1] = ACTIONS(2768), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2768), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2768), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2768), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2768), - [aux_sym_rekey_limit_token1] = ACTIONS(2768), - [aux_sym_remote_command_token1] = ACTIONS(2768), - [aux_sym_remote_forward_token1] = ACTIONS(2768), - [aux_sym_request_tty_token1] = ACTIONS(2768), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2768), - [aux_sym_security_key_provider_token1] = ACTIONS(2768), - [aux_sym_send_env_token1] = ACTIONS(2768), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2768), - [aux_sym_server_alive_interval_token1] = ACTIONS(2768), - [aux_sym_session_type_token1] = ACTIONS(2768), - [aux_sym_set_env_token1] = ACTIONS(2768), - [aux_sym_stdin_null_token1] = ACTIONS(2768), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2768), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2768), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2768), - [aux_sym_syslog_facility_token1] = ACTIONS(2768), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2768), - [aux_sym_keep_alive_token1] = ACTIONS(2768), - [aux_sym_tunnel_token1] = ACTIONS(2770), - [aux_sym_tunnel_device_token1] = ACTIONS(2768), - [aux_sym_update_host_keys_token1] = ACTIONS(2768), - [aux_sym_use_keychain_token1] = ACTIONS(2768), - [aux_sym_use_roaming_token1] = ACTIONS(2768), - [aux_sym_user_token1] = ACTIONS(2770), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2768), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2768), - [aux_sym_visual_host_key_token1] = ACTIONS(2768), - [aux_sym_xauth_location_token1] = ACTIONS(2768), + [ts_builtin_sym_end] = ACTIONS(2775), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2777), + [anon_sym_DQUOTE] = ACTIONS(2775), + [aux_sym_match_token1] = ACTIONS(2775), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2775), + [aux_sym_address_family_token1] = ACTIONS(2775), + [aux_sym_batch_mode_token1] = ACTIONS(2775), + [aux_sym_bind_address_token1] = ACTIONS(2775), + [aux_sym_bind_interface_token1] = ACTIONS(2775), + [aux_sym_canonical_domains_token1] = ACTIONS(2775), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2775), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2775), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2775), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2775), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2775), + [aux_sym_certificate_file_token1] = ACTIONS(2775), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2775), + [aux_sym_check_host_ip_token1] = ACTIONS(2775), + [aux_sym_ciphers_token1] = ACTIONS(2775), + [aux_sym_cipher_token1] = ACTIONS(2777), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2775), + [aux_sym_compression_token1] = ACTIONS(2775), + [aux_sym_connection_attempts_token1] = ACTIONS(2775), + [aux_sym_connect_timeout_token1] = ACTIONS(2775), + [aux_sym_control_master_token1] = ACTIONS(2775), + [aux_sym_control_path_token1] = ACTIONS(2775), + [aux_sym_control_persist_token1] = ACTIONS(2775), + [aux_sym_dynamic_forward_token1] = ACTIONS(2775), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2775), + [aux_sym_escape_char_token1] = ACTIONS(2775), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2775), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2775), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2775), + [aux_sym_forward_agent_token1] = ACTIONS(2775), + [aux_sym_forward_x11_token1] = ACTIONS(2777), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2775), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2775), + [aux_sym_gateway_ports_token1] = ACTIONS(2775), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2775), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2775), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2775), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2775), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2775), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2775), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2775), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2775), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2775), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2775), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2775), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2775), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2775), + [aux_sym_host_key_alias_token1] = ACTIONS(2775), + [aux_sym_hostname_token1] = ACTIONS(2775), + [aux_sym_identities_only_token1] = ACTIONS(2775), + [aux_sym_identity_agent_token1] = ACTIONS(2775), + [aux_sym_identity_file_token1] = ACTIONS(2775), + [aux_sym_ignore_unknown_token1] = ACTIONS(2775), + [aux_sym_include_token1] = ACTIONS(2775), + [aux_sym_ip_qos_token1] = ACTIONS(2775), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2775), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2775), + [aux_sym_kex_algorithms_token1] = ACTIONS(2775), + [aux_sym_known_hosts_command_token1] = ACTIONS(2775), + [aux_sym_local_command_token1] = ACTIONS(2775), + [aux_sym_local_forward_token1] = ACTIONS(2775), + [aux_sym_log_level_token1] = ACTIONS(2775), + [aux_sym_log_verbose_token1] = ACTIONS(2775), + [aux_sym_macs_token1] = ACTIONS(2775), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2775), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2775), + [aux_sym_password_authentication_token1] = ACTIONS(2775), + [aux_sym_permit_local_command_token1] = ACTIONS(2775), + [aux_sym_permit_remote_open_token1] = ACTIONS(2775), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2775), + [aux_sym_port_token1] = ACTIONS(2775), + [aux_sym_preferred_authentications_token1] = ACTIONS(2775), + [aux_sym_protocol_token1] = ACTIONS(2775), + [aux_sym_proxy_command_token1] = ACTIONS(2775), + [aux_sym_proxy_jump_token1] = ACTIONS(2775), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2775), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2775), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2775), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2775), + [aux_sym_rekey_limit_token1] = ACTIONS(2775), + [aux_sym_remote_command_token1] = ACTIONS(2775), + [aux_sym_remote_forward_token1] = ACTIONS(2775), + [aux_sym_request_tty_token1] = ACTIONS(2775), + [aux_sym_required_rsa_size_token1] = ACTIONS(2775), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2775), + [aux_sym_security_key_provider_token1] = ACTIONS(2775), + [aux_sym_send_env_token1] = ACTIONS(2775), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2775), + [aux_sym_server_alive_interval_token1] = ACTIONS(2775), + [aux_sym_session_type_token1] = ACTIONS(2775), + [aux_sym_set_env_token1] = ACTIONS(2775), + [aux_sym_stdin_null_token1] = ACTIONS(2775), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2775), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2775), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2775), + [aux_sym_syslog_facility_token1] = ACTIONS(2775), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2775), + [aux_sym_keep_alive_token1] = ACTIONS(2775), + [aux_sym_tunnel_token1] = ACTIONS(2777), + [aux_sym_tunnel_device_token1] = ACTIONS(2775), + [aux_sym_update_host_keys_token1] = ACTIONS(2775), + [aux_sym_use_keychain_token1] = ACTIONS(2775), + [aux_sym_use_roaming_token1] = ACTIONS(2775), + [aux_sym_user_token1] = ACTIONS(2777), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2775), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2775), + [aux_sym_visual_host_key_token1] = ACTIONS(2775), + [aux_sym_xauth_location_token1] = ACTIONS(2775), }, [404] = { - [ts_builtin_sym_end] = ACTIONS(2772), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2774), - [anon_sym_DQUOTE] = ACTIONS(2776), - [aux_sym_match_token1] = ACTIONS(2772), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2772), - [aux_sym_address_family_token1] = ACTIONS(2772), - [aux_sym_batch_mode_token1] = ACTIONS(2772), - [aux_sym_bind_address_token1] = ACTIONS(2772), - [aux_sym_bind_interface_token1] = ACTIONS(2772), - [aux_sym_canonical_domains_token1] = ACTIONS(2772), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2772), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2772), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2772), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2772), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2772), - [aux_sym_certificate_file_token1] = ACTIONS(2772), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2772), - [aux_sym_check_host_ip_token1] = ACTIONS(2772), - [aux_sym_ciphers_token1] = ACTIONS(2772), - [aux_sym_cipher_token1] = ACTIONS(2774), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2772), - [aux_sym_compression_token1] = ACTIONS(2772), - [aux_sym_connection_attempts_token1] = ACTIONS(2772), - [aux_sym_connect_timeout_token1] = ACTIONS(2772), - [aux_sym_control_master_token1] = ACTIONS(2772), - [aux_sym_control_path_token1] = ACTIONS(2772), - [aux_sym_control_persist_token1] = ACTIONS(2772), - [aux_sym_dynamic_forward_token1] = ACTIONS(2772), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2772), - [aux_sym_escape_char_token1] = ACTIONS(2772), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2772), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2772), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2772), - [aux_sym_forward_agent_token1] = ACTIONS(2772), - [aux_sym_forward_x11_token1] = ACTIONS(2774), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2772), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2772), - [aux_sym_gateway_ports_token1] = ACTIONS(2772), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2772), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2772), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2772), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2772), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2772), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2772), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2772), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2772), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2772), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2772), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2772), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2772), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2772), - [aux_sym_host_key_alias_token1] = ACTIONS(2772), - [aux_sym_hostname_token1] = ACTIONS(2772), - [aux_sym_identities_only_token1] = ACTIONS(2772), - [aux_sym_identity_agent_token1] = ACTIONS(2772), - [aux_sym_identity_file_token1] = ACTIONS(2772), - [aux_sym_ignore_unknown_token1] = ACTIONS(2772), - [aux_sym_include_token1] = ACTIONS(2772), - [aux_sym_ip_qos_token1] = ACTIONS(2772), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2772), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2772), - [aux_sym_kex_algorithms_token1] = ACTIONS(2772), - [aux_sym_known_hosts_command_token1] = ACTIONS(2772), - [aux_sym_local_command_token1] = ACTIONS(2772), - [aux_sym_local_forward_token1] = ACTIONS(2772), - [aux_sym_log_level_token1] = ACTIONS(2772), - [aux_sym_log_verbose_token1] = ACTIONS(2772), - [aux_sym_macs_token1] = ACTIONS(2772), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2772), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2772), - [aux_sym_password_authentication_token1] = ACTIONS(2772), - [aux_sym_permit_local_command_token1] = ACTIONS(2772), - [aux_sym_permit_remote_open_token1] = ACTIONS(2772), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2772), - [aux_sym_port_token1] = ACTIONS(2772), - [aux_sym_preferred_authentications_token1] = ACTIONS(2772), - [aux_sym_protocol_token1] = ACTIONS(2772), - [aux_sym_proxy_command_token1] = ACTIONS(2772), - [aux_sym_proxy_jump_token1] = ACTIONS(2772), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2772), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2772), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2772), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2772), - [aux_sym_rekey_limit_token1] = ACTIONS(2772), - [aux_sym_remote_command_token1] = ACTIONS(2772), - [aux_sym_remote_forward_token1] = ACTIONS(2772), - [aux_sym_request_tty_token1] = ACTIONS(2772), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2772), - [aux_sym_security_key_provider_token1] = ACTIONS(2772), - [aux_sym_send_env_token1] = ACTIONS(2772), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2772), - [aux_sym_server_alive_interval_token1] = ACTIONS(2772), - [aux_sym_session_type_token1] = ACTIONS(2772), - [aux_sym_set_env_token1] = ACTIONS(2772), - [aux_sym_stdin_null_token1] = ACTIONS(2772), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2772), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2772), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2772), - [aux_sym_syslog_facility_token1] = ACTIONS(2772), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2772), - [aux_sym_keep_alive_token1] = ACTIONS(2772), - [aux_sym_tunnel_token1] = ACTIONS(2774), - [aux_sym_tunnel_device_token1] = ACTIONS(2772), - [aux_sym_update_host_keys_token1] = ACTIONS(2772), - [aux_sym_use_keychain_token1] = ACTIONS(2772), - [aux_sym_use_roaming_token1] = ACTIONS(2772), - [aux_sym_user_token1] = ACTIONS(2774), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2772), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2772), - [aux_sym_visual_host_key_token1] = ACTIONS(2772), - [aux_sym_xauth_location_token1] = ACTIONS(2772), + [ts_builtin_sym_end] = ACTIONS(2779), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2781), + [anon_sym_DQUOTE] = ACTIONS(2783), + [aux_sym_match_token1] = ACTIONS(2779), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2779), + [aux_sym_address_family_token1] = ACTIONS(2779), + [aux_sym_batch_mode_token1] = ACTIONS(2779), + [aux_sym_bind_address_token1] = ACTIONS(2779), + [aux_sym_bind_interface_token1] = ACTIONS(2779), + [aux_sym_canonical_domains_token1] = ACTIONS(2779), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2779), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2779), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2779), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2779), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2779), + [aux_sym_certificate_file_token1] = ACTIONS(2779), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2779), + [aux_sym_check_host_ip_token1] = ACTIONS(2779), + [aux_sym_ciphers_token1] = ACTIONS(2779), + [aux_sym_cipher_token1] = ACTIONS(2781), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2779), + [aux_sym_compression_token1] = ACTIONS(2779), + [aux_sym_connection_attempts_token1] = ACTIONS(2779), + [aux_sym_connect_timeout_token1] = ACTIONS(2779), + [aux_sym_control_master_token1] = ACTIONS(2779), + [aux_sym_control_path_token1] = ACTIONS(2779), + [aux_sym_control_persist_token1] = ACTIONS(2779), + [aux_sym_dynamic_forward_token1] = ACTIONS(2779), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2779), + [aux_sym_escape_char_token1] = ACTIONS(2779), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2779), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2779), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2779), + [aux_sym_forward_agent_token1] = ACTIONS(2779), + [aux_sym_forward_x11_token1] = ACTIONS(2781), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2779), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2779), + [aux_sym_gateway_ports_token1] = ACTIONS(2779), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2779), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2779), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2779), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2779), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2779), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2779), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2779), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2779), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2779), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2779), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2779), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2779), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2779), + [aux_sym_host_key_alias_token1] = ACTIONS(2779), + [aux_sym_hostname_token1] = ACTIONS(2779), + [aux_sym_identities_only_token1] = ACTIONS(2779), + [aux_sym_identity_agent_token1] = ACTIONS(2779), + [aux_sym_identity_file_token1] = ACTIONS(2779), + [aux_sym_ignore_unknown_token1] = ACTIONS(2779), + [aux_sym_include_token1] = ACTIONS(2779), + [aux_sym_ip_qos_token1] = ACTIONS(2779), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2779), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2779), + [aux_sym_kex_algorithms_token1] = ACTIONS(2779), + [aux_sym_known_hosts_command_token1] = ACTIONS(2779), + [aux_sym_local_command_token1] = ACTIONS(2779), + [aux_sym_local_forward_token1] = ACTIONS(2779), + [aux_sym_log_level_token1] = ACTIONS(2779), + [aux_sym_log_verbose_token1] = ACTIONS(2779), + [aux_sym_macs_token1] = ACTIONS(2779), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2779), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2779), + [aux_sym_password_authentication_token1] = ACTIONS(2779), + [aux_sym_permit_local_command_token1] = ACTIONS(2779), + [aux_sym_permit_remote_open_token1] = ACTIONS(2779), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2779), + [aux_sym_port_token1] = ACTIONS(2779), + [aux_sym_preferred_authentications_token1] = ACTIONS(2779), + [aux_sym_protocol_token1] = ACTIONS(2779), + [aux_sym_proxy_command_token1] = ACTIONS(2779), + [aux_sym_proxy_jump_token1] = ACTIONS(2779), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2779), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2779), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2779), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2779), + [aux_sym_rekey_limit_token1] = ACTIONS(2779), + [aux_sym_remote_command_token1] = ACTIONS(2779), + [aux_sym_remote_forward_token1] = ACTIONS(2779), + [aux_sym_request_tty_token1] = ACTIONS(2779), + [aux_sym_required_rsa_size_token1] = ACTIONS(2779), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2779), + [aux_sym_security_key_provider_token1] = ACTIONS(2779), + [aux_sym_send_env_token1] = ACTIONS(2779), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2779), + [aux_sym_server_alive_interval_token1] = ACTIONS(2779), + [aux_sym_session_type_token1] = ACTIONS(2779), + [aux_sym_set_env_token1] = ACTIONS(2779), + [aux_sym_stdin_null_token1] = ACTIONS(2779), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2779), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2779), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2779), + [aux_sym_syslog_facility_token1] = ACTIONS(2779), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2779), + [aux_sym_keep_alive_token1] = ACTIONS(2779), + [aux_sym_tunnel_token1] = ACTIONS(2781), + [aux_sym_tunnel_device_token1] = ACTIONS(2779), + [aux_sym_update_host_keys_token1] = ACTIONS(2779), + [aux_sym_use_keychain_token1] = ACTIONS(2779), + [aux_sym_use_roaming_token1] = ACTIONS(2779), + [aux_sym_user_token1] = ACTIONS(2781), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2779), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2779), + [aux_sym_visual_host_key_token1] = ACTIONS(2779), + [aux_sym_xauth_location_token1] = ACTIONS(2779), }, [405] = { - [ts_builtin_sym_end] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2780), - [anon_sym_DQUOTE] = ACTIONS(2782), - [aux_sym_match_token1] = ACTIONS(2778), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2778), - [aux_sym_address_family_token1] = ACTIONS(2778), - [aux_sym_batch_mode_token1] = ACTIONS(2778), - [aux_sym_bind_address_token1] = ACTIONS(2778), - [aux_sym_bind_interface_token1] = ACTIONS(2778), - [aux_sym_canonical_domains_token1] = ACTIONS(2778), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2778), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2778), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2778), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2778), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2778), - [aux_sym_certificate_file_token1] = ACTIONS(2778), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2778), - [aux_sym_check_host_ip_token1] = ACTIONS(2778), - [aux_sym_ciphers_token1] = ACTIONS(2778), - [aux_sym_cipher_token1] = ACTIONS(2780), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2778), - [aux_sym_compression_token1] = ACTIONS(2778), - [aux_sym_connection_attempts_token1] = ACTIONS(2778), - [aux_sym_connect_timeout_token1] = ACTIONS(2778), - [aux_sym_control_master_token1] = ACTIONS(2778), - [aux_sym_control_path_token1] = ACTIONS(2778), - [aux_sym_control_persist_token1] = ACTIONS(2778), - [aux_sym_dynamic_forward_token1] = ACTIONS(2778), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2778), - [aux_sym_escape_char_token1] = ACTIONS(2778), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2778), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2778), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2778), - [aux_sym_forward_agent_token1] = ACTIONS(2778), - [aux_sym_forward_x11_token1] = ACTIONS(2780), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2778), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2778), - [aux_sym_gateway_ports_token1] = ACTIONS(2778), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2778), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2778), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2778), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2778), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2778), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2778), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2778), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2778), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2778), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2778), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2778), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2778), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2778), - [aux_sym_host_key_alias_token1] = ACTIONS(2778), - [aux_sym_hostname_token1] = ACTIONS(2778), - [aux_sym_identities_only_token1] = ACTIONS(2778), - [aux_sym_identity_agent_token1] = ACTIONS(2778), - [aux_sym_identity_file_token1] = ACTIONS(2778), - [aux_sym_ignore_unknown_token1] = ACTIONS(2778), - [aux_sym_include_token1] = ACTIONS(2778), - [aux_sym_ip_qos_token1] = ACTIONS(2778), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2778), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2778), - [aux_sym_kex_algorithms_token1] = ACTIONS(2778), - [aux_sym_known_hosts_command_token1] = ACTIONS(2778), - [aux_sym_local_command_token1] = ACTIONS(2778), - [aux_sym_local_forward_token1] = ACTIONS(2778), - [aux_sym_log_level_token1] = ACTIONS(2778), - [aux_sym_log_verbose_token1] = ACTIONS(2778), - [aux_sym_macs_token1] = ACTIONS(2778), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2778), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2778), - [aux_sym_password_authentication_token1] = ACTIONS(2778), - [aux_sym_permit_local_command_token1] = ACTIONS(2778), - [aux_sym_permit_remote_open_token1] = ACTIONS(2778), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2778), - [aux_sym_port_token1] = ACTIONS(2778), - [aux_sym_preferred_authentications_token1] = ACTIONS(2778), - [aux_sym_protocol_token1] = ACTIONS(2778), - [aux_sym_proxy_command_token1] = ACTIONS(2778), - [aux_sym_proxy_jump_token1] = ACTIONS(2778), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2778), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2778), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2778), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2778), - [aux_sym_rekey_limit_token1] = ACTIONS(2778), - [aux_sym_remote_command_token1] = ACTIONS(2778), - [aux_sym_remote_forward_token1] = ACTIONS(2778), - [aux_sym_request_tty_token1] = ACTIONS(2778), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2778), - [aux_sym_security_key_provider_token1] = ACTIONS(2778), - [aux_sym_send_env_token1] = ACTIONS(2778), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2778), - [aux_sym_server_alive_interval_token1] = ACTIONS(2778), - [aux_sym_session_type_token1] = ACTIONS(2778), - [aux_sym_set_env_token1] = ACTIONS(2778), - [aux_sym_stdin_null_token1] = ACTIONS(2778), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2778), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2778), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2778), - [aux_sym_syslog_facility_token1] = ACTIONS(2778), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2778), - [aux_sym_keep_alive_token1] = ACTIONS(2778), - [aux_sym_tunnel_token1] = ACTIONS(2780), - [aux_sym_tunnel_device_token1] = ACTIONS(2778), - [aux_sym_update_host_keys_token1] = ACTIONS(2778), - [aux_sym_use_keychain_token1] = ACTIONS(2778), - [aux_sym_use_roaming_token1] = ACTIONS(2778), - [aux_sym_user_token1] = ACTIONS(2780), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2778), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2778), - [aux_sym_visual_host_key_token1] = ACTIONS(2778), - [aux_sym_xauth_location_token1] = ACTIONS(2778), + [ts_builtin_sym_end] = ACTIONS(2785), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2787), + [anon_sym_DQUOTE] = ACTIONS(2785), + [aux_sym_match_token1] = ACTIONS(2785), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2785), + [aux_sym_address_family_token1] = ACTIONS(2785), + [aux_sym_batch_mode_token1] = ACTIONS(2785), + [aux_sym_bind_address_token1] = ACTIONS(2785), + [aux_sym_bind_interface_token1] = ACTIONS(2785), + [aux_sym_canonical_domains_token1] = ACTIONS(2785), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2785), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2785), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2785), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2785), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2785), + [aux_sym_certificate_file_token1] = ACTIONS(2785), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2785), + [aux_sym_check_host_ip_token1] = ACTIONS(2785), + [aux_sym_ciphers_token1] = ACTIONS(2785), + [aux_sym_cipher_token1] = ACTIONS(2787), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2785), + [aux_sym_compression_token1] = ACTIONS(2785), + [aux_sym_connection_attempts_token1] = ACTIONS(2785), + [aux_sym_connect_timeout_token1] = ACTIONS(2785), + [aux_sym_control_master_token1] = ACTIONS(2785), + [aux_sym_control_path_token1] = ACTIONS(2785), + [aux_sym_control_persist_token1] = ACTIONS(2785), + [aux_sym_dynamic_forward_token1] = ACTIONS(2785), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2785), + [aux_sym_escape_char_token1] = ACTIONS(2785), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2785), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2785), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2785), + [aux_sym_forward_agent_token1] = ACTIONS(2785), + [aux_sym_forward_x11_token1] = ACTIONS(2787), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2785), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2785), + [aux_sym_gateway_ports_token1] = ACTIONS(2785), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2785), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2785), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2785), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2785), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2785), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2785), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2785), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2785), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2785), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2785), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2785), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2785), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2785), + [aux_sym_host_key_alias_token1] = ACTIONS(2785), + [aux_sym_hostname_token1] = ACTIONS(2785), + [aux_sym_identities_only_token1] = ACTIONS(2785), + [aux_sym_identity_agent_token1] = ACTIONS(2785), + [aux_sym_identity_file_token1] = ACTIONS(2785), + [aux_sym_ignore_unknown_token1] = ACTIONS(2785), + [aux_sym_include_token1] = ACTIONS(2785), + [aux_sym_ip_qos_token1] = ACTIONS(2785), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2785), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2785), + [aux_sym_kex_algorithms_token1] = ACTIONS(2785), + [aux_sym_known_hosts_command_token1] = ACTIONS(2785), + [aux_sym_local_command_token1] = ACTIONS(2785), + [aux_sym_local_forward_token1] = ACTIONS(2785), + [aux_sym_log_level_token1] = ACTIONS(2785), + [aux_sym_log_verbose_token1] = ACTIONS(2785), + [aux_sym_macs_token1] = ACTIONS(2785), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2785), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2785), + [aux_sym_password_authentication_token1] = ACTIONS(2785), + [aux_sym_permit_local_command_token1] = ACTIONS(2785), + [aux_sym_permit_remote_open_token1] = ACTIONS(2785), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2785), + [aux_sym_port_token1] = ACTIONS(2785), + [aux_sym_preferred_authentications_token1] = ACTIONS(2785), + [aux_sym_protocol_token1] = ACTIONS(2785), + [aux_sym_proxy_command_token1] = ACTIONS(2785), + [aux_sym_proxy_jump_token1] = ACTIONS(2785), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2785), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2785), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2785), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2785), + [aux_sym_rekey_limit_token1] = ACTIONS(2785), + [aux_sym_remote_command_token1] = ACTIONS(2785), + [aux_sym_remote_forward_token1] = ACTIONS(2785), + [aux_sym_request_tty_token1] = ACTIONS(2785), + [aux_sym_required_rsa_size_token1] = ACTIONS(2785), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2785), + [aux_sym_security_key_provider_token1] = ACTIONS(2785), + [aux_sym_send_env_token1] = ACTIONS(2785), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2785), + [aux_sym_server_alive_interval_token1] = ACTIONS(2785), + [aux_sym_session_type_token1] = ACTIONS(2785), + [aux_sym_set_env_token1] = ACTIONS(2785), + [aux_sym_stdin_null_token1] = ACTIONS(2785), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2785), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2785), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2785), + [aux_sym_syslog_facility_token1] = ACTIONS(2785), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2785), + [aux_sym_keep_alive_token1] = ACTIONS(2785), + [aux_sym_tunnel_token1] = ACTIONS(2787), + [aux_sym_tunnel_device_token1] = ACTIONS(2785), + [aux_sym_update_host_keys_token1] = ACTIONS(2785), + [aux_sym_use_keychain_token1] = ACTIONS(2785), + [aux_sym_use_roaming_token1] = ACTIONS(2785), + [aux_sym_user_token1] = ACTIONS(2787), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2785), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2785), + [aux_sym_visual_host_key_token1] = ACTIONS(2785), + [aux_sym_xauth_location_token1] = ACTIONS(2785), }, [406] = { - [ts_builtin_sym_end] = ACTIONS(2784), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2786), - [anon_sym_DQUOTE] = ACTIONS(2784), - [aux_sym_match_token1] = ACTIONS(2784), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2784), - [aux_sym_address_family_token1] = ACTIONS(2784), - [aux_sym_batch_mode_token1] = ACTIONS(2784), - [aux_sym_bind_address_token1] = ACTIONS(2784), - [aux_sym_bind_interface_token1] = ACTIONS(2784), - [aux_sym_canonical_domains_token1] = ACTIONS(2784), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2784), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2784), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2784), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2784), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2784), - [aux_sym_certificate_file_token1] = ACTIONS(2784), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2784), - [aux_sym_check_host_ip_token1] = ACTIONS(2784), - [aux_sym_ciphers_token1] = ACTIONS(2784), - [aux_sym_cipher_token1] = ACTIONS(2786), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2784), - [aux_sym_compression_token1] = ACTIONS(2784), - [aux_sym_connection_attempts_token1] = ACTIONS(2784), - [aux_sym_connect_timeout_token1] = ACTIONS(2784), - [aux_sym_control_master_token1] = ACTIONS(2784), - [aux_sym_control_path_token1] = ACTIONS(2784), - [aux_sym_control_persist_token1] = ACTIONS(2784), - [aux_sym_dynamic_forward_token1] = ACTIONS(2784), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2784), - [aux_sym_escape_char_token1] = ACTIONS(2784), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2784), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2784), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2784), - [aux_sym_forward_agent_token1] = ACTIONS(2784), - [aux_sym_forward_x11_token1] = ACTIONS(2786), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2784), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2784), - [aux_sym_gateway_ports_token1] = ACTIONS(2784), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2784), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2784), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2784), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2784), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2784), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2784), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2784), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2784), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2784), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2784), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2784), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2784), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2784), - [aux_sym_host_key_alias_token1] = ACTIONS(2784), - [aux_sym_hostname_token1] = ACTIONS(2784), - [aux_sym_identities_only_token1] = ACTIONS(2784), - [aux_sym_identity_agent_token1] = ACTIONS(2784), - [aux_sym_identity_file_token1] = ACTIONS(2784), - [aux_sym_ignore_unknown_token1] = ACTIONS(2784), - [aux_sym_include_token1] = ACTIONS(2784), - [aux_sym_ip_qos_token1] = ACTIONS(2784), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2784), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2784), - [aux_sym_kex_algorithms_token1] = ACTIONS(2784), - [aux_sym_known_hosts_command_token1] = ACTIONS(2784), - [aux_sym_local_command_token1] = ACTIONS(2784), - [aux_sym_local_forward_token1] = ACTIONS(2784), - [aux_sym_log_level_token1] = ACTIONS(2784), - [aux_sym_log_verbose_token1] = ACTIONS(2784), - [aux_sym_macs_token1] = ACTIONS(2784), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2784), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2784), - [aux_sym_password_authentication_token1] = ACTIONS(2784), - [aux_sym_permit_local_command_token1] = ACTIONS(2784), - [aux_sym_permit_remote_open_token1] = ACTIONS(2784), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2784), - [aux_sym_port_token1] = ACTIONS(2784), - [aux_sym_preferred_authentications_token1] = ACTIONS(2784), - [aux_sym_protocol_token1] = ACTIONS(2784), - [aux_sym_proxy_command_token1] = ACTIONS(2784), - [aux_sym_proxy_jump_token1] = ACTIONS(2784), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2784), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2784), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2784), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2784), - [aux_sym_rekey_limit_token1] = ACTIONS(2784), - [aux_sym_remote_command_token1] = ACTIONS(2784), - [aux_sym_remote_forward_token1] = ACTIONS(2784), - [aux_sym_request_tty_token1] = ACTIONS(2784), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2784), - [aux_sym_security_key_provider_token1] = ACTIONS(2784), - [aux_sym_send_env_token1] = ACTIONS(2784), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2784), - [aux_sym_server_alive_interval_token1] = ACTIONS(2784), - [aux_sym_session_type_token1] = ACTIONS(2784), - [aux_sym_set_env_token1] = ACTIONS(2784), - [aux_sym_stdin_null_token1] = ACTIONS(2784), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2784), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2784), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2784), - [aux_sym_syslog_facility_token1] = ACTIONS(2784), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2784), - [aux_sym_keep_alive_token1] = ACTIONS(2784), - [aux_sym_tunnel_token1] = ACTIONS(2786), - [aux_sym_tunnel_device_token1] = ACTIONS(2784), - [aux_sym_update_host_keys_token1] = ACTIONS(2784), - [aux_sym_use_keychain_token1] = ACTIONS(2784), - [aux_sym_use_roaming_token1] = ACTIONS(2784), - [aux_sym_user_token1] = ACTIONS(2786), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2784), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2784), - [aux_sym_visual_host_key_token1] = ACTIONS(2784), - [aux_sym_xauth_location_token1] = ACTIONS(2784), + [ts_builtin_sym_end] = ACTIONS(2789), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2791), + [anon_sym_DQUOTE] = ACTIONS(2793), + [aux_sym_match_token1] = ACTIONS(2789), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2789), + [aux_sym_address_family_token1] = ACTIONS(2789), + [aux_sym_batch_mode_token1] = ACTIONS(2789), + [aux_sym_bind_address_token1] = ACTIONS(2789), + [aux_sym_bind_interface_token1] = ACTIONS(2789), + [aux_sym_canonical_domains_token1] = ACTIONS(2789), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2789), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2789), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2789), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2789), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2789), + [aux_sym_certificate_file_token1] = ACTIONS(2789), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2789), + [aux_sym_check_host_ip_token1] = ACTIONS(2789), + [aux_sym_ciphers_token1] = ACTIONS(2789), + [aux_sym_cipher_token1] = ACTIONS(2791), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2789), + [aux_sym_compression_token1] = ACTIONS(2789), + [aux_sym_connection_attempts_token1] = ACTIONS(2789), + [aux_sym_connect_timeout_token1] = ACTIONS(2789), + [aux_sym_control_master_token1] = ACTIONS(2789), + [aux_sym_control_path_token1] = ACTIONS(2789), + [aux_sym_control_persist_token1] = ACTIONS(2789), + [aux_sym_dynamic_forward_token1] = ACTIONS(2789), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2789), + [aux_sym_escape_char_token1] = ACTIONS(2789), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2789), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2789), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2789), + [aux_sym_forward_agent_token1] = ACTIONS(2789), + [aux_sym_forward_x11_token1] = ACTIONS(2791), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2789), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2789), + [aux_sym_gateway_ports_token1] = ACTIONS(2789), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2789), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2789), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2789), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2789), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2789), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2789), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2789), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2789), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2789), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2789), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2789), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2789), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2789), + [aux_sym_host_key_alias_token1] = ACTIONS(2789), + [aux_sym_hostname_token1] = ACTIONS(2789), + [aux_sym_identities_only_token1] = ACTIONS(2789), + [aux_sym_identity_agent_token1] = ACTIONS(2789), + [aux_sym_identity_file_token1] = ACTIONS(2789), + [aux_sym_ignore_unknown_token1] = ACTIONS(2789), + [aux_sym_include_token1] = ACTIONS(2789), + [aux_sym_ip_qos_token1] = ACTIONS(2789), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2789), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2789), + [aux_sym_kex_algorithms_token1] = ACTIONS(2789), + [aux_sym_known_hosts_command_token1] = ACTIONS(2789), + [aux_sym_local_command_token1] = ACTIONS(2789), + [aux_sym_local_forward_token1] = ACTIONS(2789), + [aux_sym_log_level_token1] = ACTIONS(2789), + [aux_sym_log_verbose_token1] = ACTIONS(2789), + [aux_sym_macs_token1] = ACTIONS(2789), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2789), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2789), + [aux_sym_password_authentication_token1] = ACTIONS(2789), + [aux_sym_permit_local_command_token1] = ACTIONS(2789), + [aux_sym_permit_remote_open_token1] = ACTIONS(2789), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2789), + [aux_sym_port_token1] = ACTIONS(2789), + [aux_sym_preferred_authentications_token1] = ACTIONS(2789), + [aux_sym_protocol_token1] = ACTIONS(2789), + [aux_sym_proxy_command_token1] = ACTIONS(2789), + [aux_sym_proxy_jump_token1] = ACTIONS(2789), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2789), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2789), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2789), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2789), + [aux_sym_rekey_limit_token1] = ACTIONS(2789), + [aux_sym_remote_command_token1] = ACTIONS(2789), + [aux_sym_remote_forward_token1] = ACTIONS(2789), + [aux_sym_request_tty_token1] = ACTIONS(2789), + [aux_sym_required_rsa_size_token1] = ACTIONS(2789), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2789), + [aux_sym_security_key_provider_token1] = ACTIONS(2789), + [aux_sym_send_env_token1] = ACTIONS(2789), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2789), + [aux_sym_server_alive_interval_token1] = ACTIONS(2789), + [aux_sym_session_type_token1] = ACTIONS(2789), + [aux_sym_set_env_token1] = ACTIONS(2789), + [aux_sym_stdin_null_token1] = ACTIONS(2789), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2789), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2789), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2789), + [aux_sym_syslog_facility_token1] = ACTIONS(2789), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2789), + [aux_sym_keep_alive_token1] = ACTIONS(2789), + [aux_sym_tunnel_token1] = ACTIONS(2791), + [aux_sym_tunnel_device_token1] = ACTIONS(2789), + [aux_sym_update_host_keys_token1] = ACTIONS(2789), + [aux_sym_use_keychain_token1] = ACTIONS(2789), + [aux_sym_use_roaming_token1] = ACTIONS(2789), + [aux_sym_user_token1] = ACTIONS(2791), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2789), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2789), + [aux_sym_visual_host_key_token1] = ACTIONS(2789), + [aux_sym_xauth_location_token1] = ACTIONS(2789), }, [407] = { - [ts_builtin_sym_end] = ACTIONS(2788), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2790), - [anon_sym_DQUOTE] = ACTIONS(2788), - [aux_sym_match_token1] = ACTIONS(2788), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2788), - [aux_sym_address_family_token1] = ACTIONS(2788), - [aux_sym_batch_mode_token1] = ACTIONS(2788), - [aux_sym_bind_address_token1] = ACTIONS(2788), - [aux_sym_bind_interface_token1] = ACTIONS(2788), - [aux_sym_canonical_domains_token1] = ACTIONS(2788), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2788), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2788), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2788), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2788), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2788), - [aux_sym_certificate_file_token1] = ACTIONS(2788), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2788), - [aux_sym_check_host_ip_token1] = ACTIONS(2788), - [aux_sym_ciphers_token1] = ACTIONS(2788), - [aux_sym_cipher_token1] = ACTIONS(2790), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2788), - [aux_sym_compression_token1] = ACTIONS(2788), - [aux_sym_connection_attempts_token1] = ACTIONS(2788), - [aux_sym_connect_timeout_token1] = ACTIONS(2788), - [aux_sym_control_master_token1] = ACTIONS(2788), - [aux_sym_control_path_token1] = ACTIONS(2788), - [aux_sym_control_persist_token1] = ACTIONS(2788), - [aux_sym_dynamic_forward_token1] = ACTIONS(2788), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2788), - [aux_sym_escape_char_token1] = ACTIONS(2788), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2788), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2788), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2788), - [aux_sym_forward_agent_token1] = ACTIONS(2788), - [aux_sym_forward_x11_token1] = ACTIONS(2790), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2788), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2788), - [aux_sym_gateway_ports_token1] = ACTIONS(2788), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2788), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2788), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2788), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2788), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2788), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2788), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2788), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2788), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2788), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2788), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2788), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2788), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2788), - [aux_sym_host_key_alias_token1] = ACTIONS(2788), - [aux_sym_hostname_token1] = ACTIONS(2788), - [aux_sym_identities_only_token1] = ACTIONS(2788), - [aux_sym_identity_agent_token1] = ACTIONS(2788), - [aux_sym_identity_file_token1] = ACTIONS(2788), - [aux_sym_ignore_unknown_token1] = ACTIONS(2788), - [aux_sym_include_token1] = ACTIONS(2788), - [aux_sym_ip_qos_token1] = ACTIONS(2788), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2788), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2788), - [aux_sym_kex_algorithms_token1] = ACTIONS(2788), - [aux_sym_known_hosts_command_token1] = ACTIONS(2788), - [aux_sym_local_command_token1] = ACTIONS(2788), - [aux_sym_local_forward_token1] = ACTIONS(2788), - [aux_sym_log_level_token1] = ACTIONS(2788), - [aux_sym_log_verbose_token1] = ACTIONS(2788), - [aux_sym_macs_token1] = ACTIONS(2788), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2788), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2788), - [aux_sym_password_authentication_token1] = ACTIONS(2788), - [aux_sym_permit_local_command_token1] = ACTIONS(2788), - [aux_sym_permit_remote_open_token1] = ACTIONS(2788), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2788), - [aux_sym_port_token1] = ACTIONS(2788), - [aux_sym_preferred_authentications_token1] = ACTIONS(2788), - [aux_sym_protocol_token1] = ACTIONS(2788), - [aux_sym_proxy_command_token1] = ACTIONS(2788), - [aux_sym_proxy_jump_token1] = ACTIONS(2788), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2788), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2788), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2788), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2788), - [aux_sym_rekey_limit_token1] = ACTIONS(2788), - [aux_sym_remote_command_token1] = ACTIONS(2788), - [aux_sym_remote_forward_token1] = ACTIONS(2788), - [aux_sym_request_tty_token1] = ACTIONS(2788), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2788), - [aux_sym_security_key_provider_token1] = ACTIONS(2788), - [aux_sym_send_env_token1] = ACTIONS(2788), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2788), - [aux_sym_server_alive_interval_token1] = ACTIONS(2788), - [aux_sym_session_type_token1] = ACTIONS(2788), - [aux_sym_set_env_token1] = ACTIONS(2788), - [aux_sym_stdin_null_token1] = ACTIONS(2788), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2788), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2788), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2788), - [aux_sym_syslog_facility_token1] = ACTIONS(2788), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2788), - [aux_sym_keep_alive_token1] = ACTIONS(2788), - [aux_sym_tunnel_token1] = ACTIONS(2790), - [aux_sym_tunnel_device_token1] = ACTIONS(2788), - [aux_sym_update_host_keys_token1] = ACTIONS(2788), - [aux_sym_use_keychain_token1] = ACTIONS(2788), - [aux_sym_use_roaming_token1] = ACTIONS(2788), - [aux_sym_user_token1] = ACTIONS(2790), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2788), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2788), - [aux_sym_visual_host_key_token1] = ACTIONS(2788), - [aux_sym_xauth_location_token1] = ACTIONS(2788), + [ts_builtin_sym_end] = ACTIONS(2795), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2797), + [anon_sym_DQUOTE] = ACTIONS(2799), + [aux_sym_match_token1] = ACTIONS(2795), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2795), + [aux_sym_address_family_token1] = ACTIONS(2795), + [aux_sym_batch_mode_token1] = ACTIONS(2795), + [aux_sym_bind_address_token1] = ACTIONS(2795), + [aux_sym_bind_interface_token1] = ACTIONS(2795), + [aux_sym_canonical_domains_token1] = ACTIONS(2795), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2795), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2795), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2795), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2795), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2795), + [aux_sym_certificate_file_token1] = ACTIONS(2795), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2795), + [aux_sym_check_host_ip_token1] = ACTIONS(2795), + [aux_sym_ciphers_token1] = ACTIONS(2795), + [aux_sym_cipher_token1] = ACTIONS(2797), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2795), + [aux_sym_compression_token1] = ACTIONS(2795), + [aux_sym_connection_attempts_token1] = ACTIONS(2795), + [aux_sym_connect_timeout_token1] = ACTIONS(2795), + [aux_sym_control_master_token1] = ACTIONS(2795), + [aux_sym_control_path_token1] = ACTIONS(2795), + [aux_sym_control_persist_token1] = ACTIONS(2795), + [aux_sym_dynamic_forward_token1] = ACTIONS(2795), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2795), + [aux_sym_escape_char_token1] = ACTIONS(2795), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2795), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2795), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2795), + [aux_sym_forward_agent_token1] = ACTIONS(2795), + [aux_sym_forward_x11_token1] = ACTIONS(2797), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2795), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2795), + [aux_sym_gateway_ports_token1] = ACTIONS(2795), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2795), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2795), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2795), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2795), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2795), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2795), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2795), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2795), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2795), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2795), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2795), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2795), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2795), + [aux_sym_host_key_alias_token1] = ACTIONS(2795), + [aux_sym_hostname_token1] = ACTIONS(2795), + [aux_sym_identities_only_token1] = ACTIONS(2795), + [aux_sym_identity_agent_token1] = ACTIONS(2795), + [aux_sym_identity_file_token1] = ACTIONS(2795), + [aux_sym_ignore_unknown_token1] = ACTIONS(2795), + [aux_sym_include_token1] = ACTIONS(2795), + [aux_sym_ip_qos_token1] = ACTIONS(2795), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2795), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2795), + [aux_sym_kex_algorithms_token1] = ACTIONS(2795), + [aux_sym_known_hosts_command_token1] = ACTIONS(2795), + [aux_sym_local_command_token1] = ACTIONS(2795), + [aux_sym_local_forward_token1] = ACTIONS(2795), + [aux_sym_log_level_token1] = ACTIONS(2795), + [aux_sym_log_verbose_token1] = ACTIONS(2795), + [aux_sym_macs_token1] = ACTIONS(2795), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2795), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2795), + [aux_sym_password_authentication_token1] = ACTIONS(2795), + [aux_sym_permit_local_command_token1] = ACTIONS(2795), + [aux_sym_permit_remote_open_token1] = ACTIONS(2795), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2795), + [aux_sym_port_token1] = ACTIONS(2795), + [aux_sym_preferred_authentications_token1] = ACTIONS(2795), + [aux_sym_protocol_token1] = ACTIONS(2795), + [aux_sym_proxy_command_token1] = ACTIONS(2795), + [aux_sym_proxy_jump_token1] = ACTIONS(2795), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2795), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2795), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2795), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2795), + [aux_sym_rekey_limit_token1] = ACTIONS(2795), + [aux_sym_remote_command_token1] = ACTIONS(2795), + [aux_sym_remote_forward_token1] = ACTIONS(2795), + [aux_sym_request_tty_token1] = ACTIONS(2795), + [aux_sym_required_rsa_size_token1] = ACTIONS(2795), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2795), + [aux_sym_security_key_provider_token1] = ACTIONS(2795), + [aux_sym_send_env_token1] = ACTIONS(2795), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2795), + [aux_sym_server_alive_interval_token1] = ACTIONS(2795), + [aux_sym_session_type_token1] = ACTIONS(2795), + [aux_sym_set_env_token1] = ACTIONS(2795), + [aux_sym_stdin_null_token1] = ACTIONS(2795), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2795), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2795), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2795), + [aux_sym_syslog_facility_token1] = ACTIONS(2795), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2795), + [aux_sym_keep_alive_token1] = ACTIONS(2795), + [aux_sym_tunnel_token1] = ACTIONS(2797), + [aux_sym_tunnel_device_token1] = ACTIONS(2795), + [aux_sym_update_host_keys_token1] = ACTIONS(2795), + [aux_sym_use_keychain_token1] = ACTIONS(2795), + [aux_sym_use_roaming_token1] = ACTIONS(2795), + [aux_sym_user_token1] = ACTIONS(2797), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2795), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2795), + [aux_sym_visual_host_key_token1] = ACTIONS(2795), + [aux_sym_xauth_location_token1] = ACTIONS(2795), }, [408] = { - [ts_builtin_sym_end] = ACTIONS(2792), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2794), - [anon_sym_DQUOTE] = ACTIONS(2796), - [aux_sym_match_token1] = ACTIONS(2792), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2792), - [aux_sym_address_family_token1] = ACTIONS(2792), - [aux_sym_batch_mode_token1] = ACTIONS(2792), - [aux_sym_bind_address_token1] = ACTIONS(2792), - [aux_sym_bind_interface_token1] = ACTIONS(2792), - [aux_sym_canonical_domains_token1] = ACTIONS(2792), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2792), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2792), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2792), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2792), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2792), - [aux_sym_certificate_file_token1] = ACTIONS(2792), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2792), - [aux_sym_check_host_ip_token1] = ACTIONS(2792), - [aux_sym_ciphers_token1] = ACTIONS(2792), - [aux_sym_cipher_token1] = ACTIONS(2794), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2792), - [aux_sym_compression_token1] = ACTIONS(2792), - [aux_sym_connection_attempts_token1] = ACTIONS(2792), - [aux_sym_connect_timeout_token1] = ACTIONS(2792), - [aux_sym_control_master_token1] = ACTIONS(2792), - [aux_sym_control_path_token1] = ACTIONS(2792), - [aux_sym_control_persist_token1] = ACTIONS(2792), - [aux_sym_dynamic_forward_token1] = ACTIONS(2792), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2792), - [aux_sym_escape_char_token1] = ACTIONS(2792), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2792), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2792), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2792), - [aux_sym_forward_agent_token1] = ACTIONS(2792), - [aux_sym_forward_x11_token1] = ACTIONS(2794), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2792), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2792), - [aux_sym_gateway_ports_token1] = ACTIONS(2792), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2792), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2792), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2792), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2792), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2792), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2792), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2792), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2792), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2792), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2792), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2792), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2792), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2792), - [aux_sym_host_key_alias_token1] = ACTIONS(2792), - [aux_sym_hostname_token1] = ACTIONS(2792), - [aux_sym_identities_only_token1] = ACTIONS(2792), - [aux_sym_identity_agent_token1] = ACTIONS(2792), - [aux_sym_identity_file_token1] = ACTIONS(2792), - [aux_sym_ignore_unknown_token1] = ACTIONS(2792), - [aux_sym_include_token1] = ACTIONS(2792), - [aux_sym_ip_qos_token1] = ACTIONS(2792), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2792), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2792), - [aux_sym_kex_algorithms_token1] = ACTIONS(2792), - [aux_sym_known_hosts_command_token1] = ACTIONS(2792), - [aux_sym_local_command_token1] = ACTIONS(2792), - [aux_sym_local_forward_token1] = ACTIONS(2792), - [aux_sym_log_level_token1] = ACTIONS(2792), - [aux_sym_log_verbose_token1] = ACTIONS(2792), - [aux_sym_macs_token1] = ACTIONS(2792), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2792), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2792), - [aux_sym_password_authentication_token1] = ACTIONS(2792), - [aux_sym_permit_local_command_token1] = ACTIONS(2792), - [aux_sym_permit_remote_open_token1] = ACTIONS(2792), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2792), - [aux_sym_port_token1] = ACTIONS(2792), - [aux_sym_preferred_authentications_token1] = ACTIONS(2792), - [aux_sym_protocol_token1] = ACTIONS(2792), - [aux_sym_proxy_command_token1] = ACTIONS(2792), - [aux_sym_proxy_jump_token1] = ACTIONS(2792), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2792), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2792), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2792), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2792), - [aux_sym_rekey_limit_token1] = ACTIONS(2792), - [aux_sym_remote_command_token1] = ACTIONS(2792), - [aux_sym_remote_forward_token1] = ACTIONS(2792), - [aux_sym_request_tty_token1] = ACTIONS(2792), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2792), - [aux_sym_security_key_provider_token1] = ACTIONS(2792), - [aux_sym_send_env_token1] = ACTIONS(2792), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2792), - [aux_sym_server_alive_interval_token1] = ACTIONS(2792), - [aux_sym_session_type_token1] = ACTIONS(2792), - [aux_sym_set_env_token1] = ACTIONS(2792), - [aux_sym_stdin_null_token1] = ACTIONS(2792), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2792), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2792), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2792), - [aux_sym_syslog_facility_token1] = ACTIONS(2792), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2792), - [aux_sym_keep_alive_token1] = ACTIONS(2792), - [aux_sym_tunnel_token1] = ACTIONS(2794), - [aux_sym_tunnel_device_token1] = ACTIONS(2792), - [aux_sym_update_host_keys_token1] = ACTIONS(2792), - [aux_sym_use_keychain_token1] = ACTIONS(2792), - [aux_sym_use_roaming_token1] = ACTIONS(2792), - [aux_sym_user_token1] = ACTIONS(2794), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2792), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2792), - [aux_sym_visual_host_key_token1] = ACTIONS(2792), - [aux_sym_xauth_location_token1] = ACTIONS(2792), + [ts_builtin_sym_end] = ACTIONS(2801), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2803), + [anon_sym_DQUOTE] = ACTIONS(2801), + [aux_sym_match_token1] = ACTIONS(2801), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2801), + [aux_sym_address_family_token1] = ACTIONS(2801), + [aux_sym_batch_mode_token1] = ACTIONS(2801), + [aux_sym_bind_address_token1] = ACTIONS(2801), + [aux_sym_bind_interface_token1] = ACTIONS(2801), + [aux_sym_canonical_domains_token1] = ACTIONS(2801), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2801), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2801), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2801), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2801), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2801), + [aux_sym_certificate_file_token1] = ACTIONS(2801), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2801), + [aux_sym_check_host_ip_token1] = ACTIONS(2801), + [aux_sym_ciphers_token1] = ACTIONS(2801), + [aux_sym_cipher_token1] = ACTIONS(2803), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2801), + [aux_sym_compression_token1] = ACTIONS(2801), + [aux_sym_connection_attempts_token1] = ACTIONS(2801), + [aux_sym_connect_timeout_token1] = ACTIONS(2801), + [aux_sym_control_master_token1] = ACTIONS(2801), + [aux_sym_control_path_token1] = ACTIONS(2801), + [aux_sym_control_persist_token1] = ACTIONS(2801), + [aux_sym_dynamic_forward_token1] = ACTIONS(2801), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2801), + [aux_sym_escape_char_token1] = ACTIONS(2801), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2801), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2801), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2801), + [aux_sym_forward_agent_token1] = ACTIONS(2801), + [aux_sym_forward_x11_token1] = ACTIONS(2803), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2801), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2801), + [aux_sym_gateway_ports_token1] = ACTIONS(2801), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2801), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2801), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2801), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2801), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2801), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2801), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2801), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2801), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2801), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2801), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2801), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2801), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2801), + [aux_sym_host_key_alias_token1] = ACTIONS(2801), + [aux_sym_hostname_token1] = ACTIONS(2801), + [aux_sym_identities_only_token1] = ACTIONS(2801), + [aux_sym_identity_agent_token1] = ACTIONS(2801), + [aux_sym_identity_file_token1] = ACTIONS(2801), + [aux_sym_ignore_unknown_token1] = ACTIONS(2801), + [aux_sym_include_token1] = ACTIONS(2801), + [aux_sym_ip_qos_token1] = ACTIONS(2801), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2801), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2801), + [aux_sym_kex_algorithms_token1] = ACTIONS(2801), + [aux_sym_known_hosts_command_token1] = ACTIONS(2801), + [aux_sym_local_command_token1] = ACTIONS(2801), + [aux_sym_local_forward_token1] = ACTIONS(2801), + [aux_sym_log_level_token1] = ACTIONS(2801), + [aux_sym_log_verbose_token1] = ACTIONS(2801), + [aux_sym_macs_token1] = ACTIONS(2801), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2801), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2801), + [aux_sym_password_authentication_token1] = ACTIONS(2801), + [aux_sym_permit_local_command_token1] = ACTIONS(2801), + [aux_sym_permit_remote_open_token1] = ACTIONS(2801), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2801), + [aux_sym_port_token1] = ACTIONS(2801), + [aux_sym_preferred_authentications_token1] = ACTIONS(2801), + [aux_sym_protocol_token1] = ACTIONS(2801), + [aux_sym_proxy_command_token1] = ACTIONS(2801), + [aux_sym_proxy_jump_token1] = ACTIONS(2801), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2801), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2801), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2801), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2801), + [aux_sym_rekey_limit_token1] = ACTIONS(2801), + [aux_sym_remote_command_token1] = ACTIONS(2801), + [aux_sym_remote_forward_token1] = ACTIONS(2801), + [aux_sym_request_tty_token1] = ACTIONS(2801), + [aux_sym_required_rsa_size_token1] = ACTIONS(2801), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2801), + [aux_sym_security_key_provider_token1] = ACTIONS(2801), + [aux_sym_send_env_token1] = ACTIONS(2801), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2801), + [aux_sym_server_alive_interval_token1] = ACTIONS(2801), + [aux_sym_session_type_token1] = ACTIONS(2801), + [aux_sym_set_env_token1] = ACTIONS(2801), + [aux_sym_stdin_null_token1] = ACTIONS(2801), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2801), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2801), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2801), + [aux_sym_syslog_facility_token1] = ACTIONS(2801), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2801), + [aux_sym_keep_alive_token1] = ACTIONS(2801), + [aux_sym_tunnel_token1] = ACTIONS(2803), + [aux_sym_tunnel_device_token1] = ACTIONS(2801), + [aux_sym_update_host_keys_token1] = ACTIONS(2801), + [aux_sym_use_keychain_token1] = ACTIONS(2801), + [aux_sym_use_roaming_token1] = ACTIONS(2801), + [aux_sym_user_token1] = ACTIONS(2803), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2801), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2801), + [aux_sym_visual_host_key_token1] = ACTIONS(2801), + [aux_sym_xauth_location_token1] = ACTIONS(2801), }, [409] = { - [ts_builtin_sym_end] = ACTIONS(2798), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2800), - [anon_sym_DQUOTE] = ACTIONS(2798), - [aux_sym_match_token1] = ACTIONS(2798), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2798), - [aux_sym_address_family_token1] = ACTIONS(2798), - [aux_sym_batch_mode_token1] = ACTIONS(2798), - [aux_sym_bind_address_token1] = ACTIONS(2798), - [aux_sym_bind_interface_token1] = ACTIONS(2798), - [aux_sym_canonical_domains_token1] = ACTIONS(2798), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2798), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2798), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2798), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2798), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2798), - [aux_sym_certificate_file_token1] = ACTIONS(2798), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2798), - [aux_sym_check_host_ip_token1] = ACTIONS(2798), - [aux_sym_ciphers_token1] = ACTIONS(2798), - [aux_sym_cipher_token1] = ACTIONS(2800), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2798), - [aux_sym_compression_token1] = ACTIONS(2798), - [aux_sym_connection_attempts_token1] = ACTIONS(2798), - [aux_sym_connect_timeout_token1] = ACTIONS(2798), - [aux_sym_control_master_token1] = ACTIONS(2798), - [aux_sym_control_path_token1] = ACTIONS(2798), - [aux_sym_control_persist_token1] = ACTIONS(2798), - [aux_sym_dynamic_forward_token1] = ACTIONS(2798), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2798), - [aux_sym_escape_char_token1] = ACTIONS(2798), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2798), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2798), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2798), - [aux_sym_forward_agent_token1] = ACTIONS(2798), - [aux_sym_forward_x11_token1] = ACTIONS(2800), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2798), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2798), - [aux_sym_gateway_ports_token1] = ACTIONS(2798), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2798), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2798), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2798), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2798), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2798), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2798), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2798), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2798), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2798), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2798), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2798), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2798), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2798), - [aux_sym_host_key_alias_token1] = ACTIONS(2798), - [aux_sym_hostname_token1] = ACTIONS(2798), - [aux_sym_identities_only_token1] = ACTIONS(2798), - [aux_sym_identity_agent_token1] = ACTIONS(2798), - [aux_sym_identity_file_token1] = ACTIONS(2798), - [aux_sym_ignore_unknown_token1] = ACTIONS(2798), - [aux_sym_include_token1] = ACTIONS(2798), - [aux_sym_ip_qos_token1] = ACTIONS(2798), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2798), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2798), - [aux_sym_kex_algorithms_token1] = ACTIONS(2798), - [aux_sym_known_hosts_command_token1] = ACTIONS(2798), - [aux_sym_local_command_token1] = ACTIONS(2798), - [aux_sym_local_forward_token1] = ACTIONS(2798), - [aux_sym_log_level_token1] = ACTIONS(2798), - [aux_sym_log_verbose_token1] = ACTIONS(2798), - [aux_sym_macs_token1] = ACTIONS(2798), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2798), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2798), - [aux_sym_password_authentication_token1] = ACTIONS(2798), - [aux_sym_permit_local_command_token1] = ACTIONS(2798), - [aux_sym_permit_remote_open_token1] = ACTIONS(2798), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2798), - [aux_sym_port_token1] = ACTIONS(2798), - [aux_sym_preferred_authentications_token1] = ACTIONS(2798), - [aux_sym_protocol_token1] = ACTIONS(2798), - [aux_sym_proxy_command_token1] = ACTIONS(2798), - [aux_sym_proxy_jump_token1] = ACTIONS(2798), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2798), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2798), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2798), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2798), - [aux_sym_rekey_limit_token1] = ACTIONS(2798), - [aux_sym_remote_command_token1] = ACTIONS(2798), - [aux_sym_remote_forward_token1] = ACTIONS(2798), - [aux_sym_request_tty_token1] = ACTIONS(2798), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2798), - [aux_sym_security_key_provider_token1] = ACTIONS(2798), - [aux_sym_send_env_token1] = ACTIONS(2798), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2798), - [aux_sym_server_alive_interval_token1] = ACTIONS(2798), - [aux_sym_session_type_token1] = ACTIONS(2798), - [aux_sym_set_env_token1] = ACTIONS(2798), - [aux_sym_stdin_null_token1] = ACTIONS(2798), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2798), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2798), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2798), - [aux_sym_syslog_facility_token1] = ACTIONS(2798), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2798), - [aux_sym_keep_alive_token1] = ACTIONS(2798), - [aux_sym_tunnel_token1] = ACTIONS(2800), - [aux_sym_tunnel_device_token1] = ACTIONS(2798), - [aux_sym_update_host_keys_token1] = ACTIONS(2798), - [aux_sym_use_keychain_token1] = ACTIONS(2798), - [aux_sym_use_roaming_token1] = ACTIONS(2798), - [aux_sym_user_token1] = ACTIONS(2800), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2798), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2798), - [aux_sym_visual_host_key_token1] = ACTIONS(2798), - [aux_sym_xauth_location_token1] = ACTIONS(2798), + [ts_builtin_sym_end] = ACTIONS(2805), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2807), + [anon_sym_DQUOTE] = ACTIONS(2805), + [aux_sym_match_token1] = ACTIONS(2805), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2805), + [aux_sym_address_family_token1] = ACTIONS(2805), + [aux_sym_batch_mode_token1] = ACTIONS(2805), + [aux_sym_bind_address_token1] = ACTIONS(2805), + [aux_sym_bind_interface_token1] = ACTIONS(2805), + [aux_sym_canonical_domains_token1] = ACTIONS(2805), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2805), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2805), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2805), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2805), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2805), + [aux_sym_certificate_file_token1] = ACTIONS(2805), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2805), + [aux_sym_check_host_ip_token1] = ACTIONS(2805), + [aux_sym_ciphers_token1] = ACTIONS(2805), + [aux_sym_cipher_token1] = ACTIONS(2807), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2805), + [aux_sym_compression_token1] = ACTIONS(2805), + [aux_sym_connection_attempts_token1] = ACTIONS(2805), + [aux_sym_connect_timeout_token1] = ACTIONS(2805), + [aux_sym_control_master_token1] = ACTIONS(2805), + [aux_sym_control_path_token1] = ACTIONS(2805), + [aux_sym_control_persist_token1] = ACTIONS(2805), + [aux_sym_dynamic_forward_token1] = ACTIONS(2805), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2805), + [aux_sym_escape_char_token1] = ACTIONS(2805), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2805), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2805), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2805), + [aux_sym_forward_agent_token1] = ACTIONS(2805), + [aux_sym_forward_x11_token1] = ACTIONS(2807), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2805), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2805), + [aux_sym_gateway_ports_token1] = ACTIONS(2805), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2805), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2805), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2805), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2805), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2805), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2805), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2805), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2805), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2805), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2805), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2805), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2805), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2805), + [aux_sym_host_key_alias_token1] = ACTIONS(2805), + [aux_sym_hostname_token1] = ACTIONS(2805), + [aux_sym_identities_only_token1] = ACTIONS(2805), + [aux_sym_identity_agent_token1] = ACTIONS(2805), + [aux_sym_identity_file_token1] = ACTIONS(2805), + [aux_sym_ignore_unknown_token1] = ACTIONS(2805), + [aux_sym_include_token1] = ACTIONS(2805), + [aux_sym_ip_qos_token1] = ACTIONS(2805), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2805), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2805), + [aux_sym_kex_algorithms_token1] = ACTIONS(2805), + [aux_sym_known_hosts_command_token1] = ACTIONS(2805), + [aux_sym_local_command_token1] = ACTIONS(2805), + [aux_sym_local_forward_token1] = ACTIONS(2805), + [aux_sym_log_level_token1] = ACTIONS(2805), + [aux_sym_log_verbose_token1] = ACTIONS(2805), + [aux_sym_macs_token1] = ACTIONS(2805), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2805), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2805), + [aux_sym_password_authentication_token1] = ACTIONS(2805), + [aux_sym_permit_local_command_token1] = ACTIONS(2805), + [aux_sym_permit_remote_open_token1] = ACTIONS(2805), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2805), + [aux_sym_port_token1] = ACTIONS(2805), + [aux_sym_preferred_authentications_token1] = ACTIONS(2805), + [aux_sym_protocol_token1] = ACTIONS(2805), + [aux_sym_proxy_command_token1] = ACTIONS(2805), + [aux_sym_proxy_jump_token1] = ACTIONS(2805), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2805), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2805), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2805), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2805), + [aux_sym_rekey_limit_token1] = ACTIONS(2805), + [aux_sym_remote_command_token1] = ACTIONS(2805), + [aux_sym_remote_forward_token1] = ACTIONS(2805), + [aux_sym_request_tty_token1] = ACTIONS(2805), + [aux_sym_required_rsa_size_token1] = ACTIONS(2805), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2805), + [aux_sym_security_key_provider_token1] = ACTIONS(2805), + [aux_sym_send_env_token1] = ACTIONS(2805), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2805), + [aux_sym_server_alive_interval_token1] = ACTIONS(2805), + [aux_sym_session_type_token1] = ACTIONS(2805), + [aux_sym_set_env_token1] = ACTIONS(2805), + [aux_sym_stdin_null_token1] = ACTIONS(2805), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2805), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2805), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2805), + [aux_sym_syslog_facility_token1] = ACTIONS(2805), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2805), + [aux_sym_keep_alive_token1] = ACTIONS(2805), + [aux_sym_tunnel_token1] = ACTIONS(2807), + [aux_sym_tunnel_device_token1] = ACTIONS(2805), + [aux_sym_update_host_keys_token1] = ACTIONS(2805), + [aux_sym_use_keychain_token1] = ACTIONS(2805), + [aux_sym_use_roaming_token1] = ACTIONS(2805), + [aux_sym_user_token1] = ACTIONS(2807), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2805), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2805), + [aux_sym_visual_host_key_token1] = ACTIONS(2805), + [aux_sym_xauth_location_token1] = ACTIONS(2805), }, [410] = { - [ts_builtin_sym_end] = ACTIONS(2802), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2804), - [anon_sym_DQUOTE] = ACTIONS(2806), - [aux_sym_match_token1] = ACTIONS(2802), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2802), - [aux_sym_address_family_token1] = ACTIONS(2802), - [aux_sym_batch_mode_token1] = ACTIONS(2802), - [aux_sym_bind_address_token1] = ACTIONS(2802), - [aux_sym_bind_interface_token1] = ACTIONS(2802), - [aux_sym_canonical_domains_token1] = ACTIONS(2802), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2802), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2802), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2802), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2802), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2802), - [aux_sym_certificate_file_token1] = ACTIONS(2802), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2802), - [aux_sym_check_host_ip_token1] = ACTIONS(2802), - [aux_sym_ciphers_token1] = ACTIONS(2802), - [aux_sym_cipher_token1] = ACTIONS(2804), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2802), - [aux_sym_compression_token1] = ACTIONS(2802), - [aux_sym_connection_attempts_token1] = ACTIONS(2802), - [aux_sym_connect_timeout_token1] = ACTIONS(2802), - [aux_sym_control_master_token1] = ACTIONS(2802), - [aux_sym_control_path_token1] = ACTIONS(2802), - [aux_sym_control_persist_token1] = ACTIONS(2802), - [aux_sym_dynamic_forward_token1] = ACTIONS(2802), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2802), - [aux_sym_escape_char_token1] = ACTIONS(2802), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2802), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2802), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2802), - [aux_sym_forward_agent_token1] = ACTIONS(2802), - [aux_sym_forward_x11_token1] = ACTIONS(2804), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2802), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2802), - [aux_sym_gateway_ports_token1] = ACTIONS(2802), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2802), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2802), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2802), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2802), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2802), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2802), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2802), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2802), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2802), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2802), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2802), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2802), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2802), - [aux_sym_host_key_alias_token1] = ACTIONS(2802), - [aux_sym_hostname_token1] = ACTIONS(2802), - [aux_sym_identities_only_token1] = ACTIONS(2802), - [aux_sym_identity_agent_token1] = ACTIONS(2802), - [aux_sym_identity_file_token1] = ACTIONS(2802), - [aux_sym_ignore_unknown_token1] = ACTIONS(2802), - [aux_sym_include_token1] = ACTIONS(2802), - [aux_sym_ip_qos_token1] = ACTIONS(2802), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2802), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2802), - [aux_sym_kex_algorithms_token1] = ACTIONS(2802), - [aux_sym_known_hosts_command_token1] = ACTIONS(2802), - [aux_sym_local_command_token1] = ACTIONS(2802), - [aux_sym_local_forward_token1] = ACTIONS(2802), - [aux_sym_log_level_token1] = ACTIONS(2802), - [aux_sym_log_verbose_token1] = ACTIONS(2802), - [aux_sym_macs_token1] = ACTIONS(2802), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2802), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2802), - [aux_sym_password_authentication_token1] = ACTIONS(2802), - [aux_sym_permit_local_command_token1] = ACTIONS(2802), - [aux_sym_permit_remote_open_token1] = ACTIONS(2802), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2802), - [aux_sym_port_token1] = ACTIONS(2802), - [aux_sym_preferred_authentications_token1] = ACTIONS(2802), - [aux_sym_protocol_token1] = ACTIONS(2802), - [aux_sym_proxy_command_token1] = ACTIONS(2802), - [aux_sym_proxy_jump_token1] = ACTIONS(2802), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2802), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2802), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2802), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2802), - [aux_sym_rekey_limit_token1] = ACTIONS(2802), - [aux_sym_remote_command_token1] = ACTIONS(2802), - [aux_sym_remote_forward_token1] = ACTIONS(2802), - [aux_sym_request_tty_token1] = ACTIONS(2802), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2802), - [aux_sym_security_key_provider_token1] = ACTIONS(2802), - [aux_sym_send_env_token1] = ACTIONS(2802), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2802), - [aux_sym_server_alive_interval_token1] = ACTIONS(2802), - [aux_sym_session_type_token1] = ACTIONS(2802), - [aux_sym_set_env_token1] = ACTIONS(2802), - [aux_sym_stdin_null_token1] = ACTIONS(2802), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2802), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2802), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2802), - [aux_sym_syslog_facility_token1] = ACTIONS(2802), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2802), - [aux_sym_keep_alive_token1] = ACTIONS(2802), - [aux_sym_tunnel_token1] = ACTIONS(2804), - [aux_sym_tunnel_device_token1] = ACTIONS(2802), - [aux_sym_update_host_keys_token1] = ACTIONS(2802), - [aux_sym_use_keychain_token1] = ACTIONS(2802), - [aux_sym_use_roaming_token1] = ACTIONS(2802), - [aux_sym_user_token1] = ACTIONS(2804), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2802), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2802), - [aux_sym_visual_host_key_token1] = ACTIONS(2802), - [aux_sym_xauth_location_token1] = ACTIONS(2802), + [ts_builtin_sym_end] = ACTIONS(2809), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2811), + [anon_sym_DQUOTE] = ACTIONS(2813), + [aux_sym_match_token1] = ACTIONS(2809), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2809), + [aux_sym_address_family_token1] = ACTIONS(2809), + [aux_sym_batch_mode_token1] = ACTIONS(2809), + [aux_sym_bind_address_token1] = ACTIONS(2809), + [aux_sym_bind_interface_token1] = ACTIONS(2809), + [aux_sym_canonical_domains_token1] = ACTIONS(2809), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2809), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2809), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2809), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2809), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2809), + [aux_sym_certificate_file_token1] = ACTIONS(2809), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2809), + [aux_sym_check_host_ip_token1] = ACTIONS(2809), + [aux_sym_ciphers_token1] = ACTIONS(2809), + [aux_sym_cipher_token1] = ACTIONS(2811), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2809), + [aux_sym_compression_token1] = ACTIONS(2809), + [aux_sym_connection_attempts_token1] = ACTIONS(2809), + [aux_sym_connect_timeout_token1] = ACTIONS(2809), + [aux_sym_control_master_token1] = ACTIONS(2809), + [aux_sym_control_path_token1] = ACTIONS(2809), + [aux_sym_control_persist_token1] = ACTIONS(2809), + [aux_sym_dynamic_forward_token1] = ACTIONS(2809), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2809), + [aux_sym_escape_char_token1] = ACTIONS(2809), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2809), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2809), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2809), + [aux_sym_forward_agent_token1] = ACTIONS(2809), + [aux_sym_forward_x11_token1] = ACTIONS(2811), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2809), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2809), + [aux_sym_gateway_ports_token1] = ACTIONS(2809), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2809), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2809), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2809), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2809), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2809), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2809), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2809), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2809), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2809), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2809), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2809), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2809), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2809), + [aux_sym_host_key_alias_token1] = ACTIONS(2809), + [aux_sym_hostname_token1] = ACTIONS(2809), + [aux_sym_identities_only_token1] = ACTIONS(2809), + [aux_sym_identity_agent_token1] = ACTIONS(2809), + [aux_sym_identity_file_token1] = ACTIONS(2809), + [aux_sym_ignore_unknown_token1] = ACTIONS(2809), + [aux_sym_include_token1] = ACTIONS(2809), + [aux_sym_ip_qos_token1] = ACTIONS(2809), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2809), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2809), + [aux_sym_kex_algorithms_token1] = ACTIONS(2809), + [aux_sym_known_hosts_command_token1] = ACTIONS(2809), + [aux_sym_local_command_token1] = ACTIONS(2809), + [aux_sym_local_forward_token1] = ACTIONS(2809), + [aux_sym_log_level_token1] = ACTIONS(2809), + [aux_sym_log_verbose_token1] = ACTIONS(2809), + [aux_sym_macs_token1] = ACTIONS(2809), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2809), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2809), + [aux_sym_password_authentication_token1] = ACTIONS(2809), + [aux_sym_permit_local_command_token1] = ACTIONS(2809), + [aux_sym_permit_remote_open_token1] = ACTIONS(2809), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2809), + [aux_sym_port_token1] = ACTIONS(2809), + [aux_sym_preferred_authentications_token1] = ACTIONS(2809), + [aux_sym_protocol_token1] = ACTIONS(2809), + [aux_sym_proxy_command_token1] = ACTIONS(2809), + [aux_sym_proxy_jump_token1] = ACTIONS(2809), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2809), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2809), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2809), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2809), + [aux_sym_rekey_limit_token1] = ACTIONS(2809), + [aux_sym_remote_command_token1] = ACTIONS(2809), + [aux_sym_remote_forward_token1] = ACTIONS(2809), + [aux_sym_request_tty_token1] = ACTIONS(2809), + [aux_sym_required_rsa_size_token1] = ACTIONS(2809), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2809), + [aux_sym_security_key_provider_token1] = ACTIONS(2809), + [aux_sym_send_env_token1] = ACTIONS(2809), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2809), + [aux_sym_server_alive_interval_token1] = ACTIONS(2809), + [aux_sym_session_type_token1] = ACTIONS(2809), + [aux_sym_set_env_token1] = ACTIONS(2809), + [aux_sym_stdin_null_token1] = ACTIONS(2809), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2809), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2809), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2809), + [aux_sym_syslog_facility_token1] = ACTIONS(2809), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2809), + [aux_sym_keep_alive_token1] = ACTIONS(2809), + [aux_sym_tunnel_token1] = ACTIONS(2811), + [aux_sym_tunnel_device_token1] = ACTIONS(2809), + [aux_sym_update_host_keys_token1] = ACTIONS(2809), + [aux_sym_use_keychain_token1] = ACTIONS(2809), + [aux_sym_use_roaming_token1] = ACTIONS(2809), + [aux_sym_user_token1] = ACTIONS(2811), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2809), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2809), + [aux_sym_visual_host_key_token1] = ACTIONS(2809), + [aux_sym_xauth_location_token1] = ACTIONS(2809), }, [411] = { - [ts_builtin_sym_end] = ACTIONS(2808), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2810), - [anon_sym_DQUOTE] = ACTIONS(2808), - [aux_sym_match_token1] = ACTIONS(2808), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2808), - [aux_sym_address_family_token1] = ACTIONS(2808), - [aux_sym_batch_mode_token1] = ACTIONS(2808), - [aux_sym_bind_address_token1] = ACTIONS(2808), - [aux_sym_bind_interface_token1] = ACTIONS(2808), - [aux_sym_canonical_domains_token1] = ACTIONS(2808), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2808), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2808), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2808), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2808), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2808), - [aux_sym_certificate_file_token1] = ACTIONS(2808), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2808), - [aux_sym_check_host_ip_token1] = ACTIONS(2808), - [aux_sym_ciphers_token1] = ACTIONS(2808), - [aux_sym_cipher_token1] = ACTIONS(2810), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2808), - [aux_sym_compression_token1] = ACTIONS(2808), - [aux_sym_connection_attempts_token1] = ACTIONS(2808), - [aux_sym_connect_timeout_token1] = ACTIONS(2808), - [aux_sym_control_master_token1] = ACTIONS(2808), - [aux_sym_control_path_token1] = ACTIONS(2808), - [aux_sym_control_persist_token1] = ACTIONS(2808), - [aux_sym_dynamic_forward_token1] = ACTIONS(2808), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2808), - [aux_sym_escape_char_token1] = ACTIONS(2808), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2808), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2808), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2808), - [aux_sym_forward_agent_token1] = ACTIONS(2808), - [aux_sym_forward_x11_token1] = ACTIONS(2810), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2808), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2808), - [aux_sym_gateway_ports_token1] = ACTIONS(2808), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2808), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2808), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2808), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2808), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2808), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2808), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2808), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2808), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2808), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2808), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2808), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2808), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2808), - [aux_sym_host_key_alias_token1] = ACTIONS(2808), - [aux_sym_hostname_token1] = ACTIONS(2808), - [aux_sym_identities_only_token1] = ACTIONS(2808), - [aux_sym_identity_agent_token1] = ACTIONS(2808), - [aux_sym_identity_file_token1] = ACTIONS(2808), - [aux_sym_ignore_unknown_token1] = ACTIONS(2808), - [aux_sym_include_token1] = ACTIONS(2808), - [aux_sym_ip_qos_token1] = ACTIONS(2808), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2808), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2808), - [aux_sym_kex_algorithms_token1] = ACTIONS(2808), - [aux_sym_known_hosts_command_token1] = ACTIONS(2808), - [aux_sym_local_command_token1] = ACTIONS(2808), - [aux_sym_local_forward_token1] = ACTIONS(2808), - [aux_sym_log_level_token1] = ACTIONS(2808), - [aux_sym_log_verbose_token1] = ACTIONS(2808), - [aux_sym_macs_token1] = ACTIONS(2808), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2808), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2808), - [aux_sym_password_authentication_token1] = ACTIONS(2808), - [aux_sym_permit_local_command_token1] = ACTIONS(2808), - [aux_sym_permit_remote_open_token1] = ACTIONS(2808), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2808), - [aux_sym_port_token1] = ACTIONS(2808), - [aux_sym_preferred_authentications_token1] = ACTIONS(2808), - [aux_sym_protocol_token1] = ACTIONS(2808), - [aux_sym_proxy_command_token1] = ACTIONS(2808), - [aux_sym_proxy_jump_token1] = ACTIONS(2808), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2808), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2808), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2808), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2808), - [aux_sym_rekey_limit_token1] = ACTIONS(2808), - [aux_sym_remote_command_token1] = ACTIONS(2808), - [aux_sym_remote_forward_token1] = ACTIONS(2808), - [aux_sym_request_tty_token1] = ACTIONS(2808), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2808), - [aux_sym_security_key_provider_token1] = ACTIONS(2808), - [aux_sym_send_env_token1] = ACTIONS(2808), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2808), - [aux_sym_server_alive_interval_token1] = ACTIONS(2808), - [aux_sym_session_type_token1] = ACTIONS(2808), - [aux_sym_set_env_token1] = ACTIONS(2808), - [aux_sym_stdin_null_token1] = ACTIONS(2808), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2808), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2808), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2808), - [aux_sym_syslog_facility_token1] = ACTIONS(2808), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2808), - [aux_sym_keep_alive_token1] = ACTIONS(2808), - [aux_sym_tunnel_token1] = ACTIONS(2810), - [aux_sym_tunnel_device_token1] = ACTIONS(2808), - [aux_sym_update_host_keys_token1] = ACTIONS(2808), - [aux_sym_use_keychain_token1] = ACTIONS(2808), - [aux_sym_use_roaming_token1] = ACTIONS(2808), - [aux_sym_user_token1] = ACTIONS(2810), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2808), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2808), - [aux_sym_visual_host_key_token1] = ACTIONS(2808), - [aux_sym_xauth_location_token1] = ACTIONS(2808), + [ts_builtin_sym_end] = ACTIONS(2815), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2817), + [anon_sym_DQUOTE] = ACTIONS(2815), + [aux_sym_match_token1] = ACTIONS(2815), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2815), + [aux_sym_address_family_token1] = ACTIONS(2815), + [aux_sym_batch_mode_token1] = ACTIONS(2815), + [aux_sym_bind_address_token1] = ACTIONS(2815), + [aux_sym_bind_interface_token1] = ACTIONS(2815), + [aux_sym_canonical_domains_token1] = ACTIONS(2815), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2815), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2815), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2815), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2815), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2815), + [aux_sym_certificate_file_token1] = ACTIONS(2815), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2815), + [aux_sym_check_host_ip_token1] = ACTIONS(2815), + [aux_sym_ciphers_token1] = ACTIONS(2815), + [aux_sym_cipher_token1] = ACTIONS(2817), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2815), + [aux_sym_compression_token1] = ACTIONS(2815), + [aux_sym_connection_attempts_token1] = ACTIONS(2815), + [aux_sym_connect_timeout_token1] = ACTIONS(2815), + [aux_sym_control_master_token1] = ACTIONS(2815), + [aux_sym_control_path_token1] = ACTIONS(2815), + [aux_sym_control_persist_token1] = ACTIONS(2815), + [aux_sym_dynamic_forward_token1] = ACTIONS(2815), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2815), + [aux_sym_escape_char_token1] = ACTIONS(2815), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2815), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2815), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2815), + [aux_sym_forward_agent_token1] = ACTIONS(2815), + [aux_sym_forward_x11_token1] = ACTIONS(2817), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2815), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2815), + [aux_sym_gateway_ports_token1] = ACTIONS(2815), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2815), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2815), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2815), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2815), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2815), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2815), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2815), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2815), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2815), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2815), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2815), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2815), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2815), + [aux_sym_host_key_alias_token1] = ACTIONS(2815), + [aux_sym_hostname_token1] = ACTIONS(2815), + [aux_sym_identities_only_token1] = ACTIONS(2815), + [aux_sym_identity_agent_token1] = ACTIONS(2815), + [aux_sym_identity_file_token1] = ACTIONS(2815), + [aux_sym_ignore_unknown_token1] = ACTIONS(2815), + [aux_sym_include_token1] = ACTIONS(2815), + [aux_sym_ip_qos_token1] = ACTIONS(2815), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2815), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2815), + [aux_sym_kex_algorithms_token1] = ACTIONS(2815), + [aux_sym_known_hosts_command_token1] = ACTIONS(2815), + [aux_sym_local_command_token1] = ACTIONS(2815), + [aux_sym_local_forward_token1] = ACTIONS(2815), + [aux_sym_log_level_token1] = ACTIONS(2815), + [aux_sym_log_verbose_token1] = ACTIONS(2815), + [aux_sym_macs_token1] = ACTIONS(2815), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2815), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2815), + [aux_sym_password_authentication_token1] = ACTIONS(2815), + [aux_sym_permit_local_command_token1] = ACTIONS(2815), + [aux_sym_permit_remote_open_token1] = ACTIONS(2815), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2815), + [aux_sym_port_token1] = ACTIONS(2815), + [aux_sym_preferred_authentications_token1] = ACTIONS(2815), + [aux_sym_protocol_token1] = ACTIONS(2815), + [aux_sym_proxy_command_token1] = ACTIONS(2815), + [aux_sym_proxy_jump_token1] = ACTIONS(2815), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2815), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2815), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2815), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2815), + [aux_sym_rekey_limit_token1] = ACTIONS(2815), + [aux_sym_remote_command_token1] = ACTIONS(2815), + [aux_sym_remote_forward_token1] = ACTIONS(2815), + [aux_sym_request_tty_token1] = ACTIONS(2815), + [aux_sym_required_rsa_size_token1] = ACTIONS(2815), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2815), + [aux_sym_security_key_provider_token1] = ACTIONS(2815), + [aux_sym_send_env_token1] = ACTIONS(2815), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2815), + [aux_sym_server_alive_interval_token1] = ACTIONS(2815), + [aux_sym_session_type_token1] = ACTIONS(2815), + [aux_sym_set_env_token1] = ACTIONS(2815), + [aux_sym_stdin_null_token1] = ACTIONS(2815), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2815), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2815), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2815), + [aux_sym_syslog_facility_token1] = ACTIONS(2815), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2815), + [aux_sym_keep_alive_token1] = ACTIONS(2815), + [aux_sym_tunnel_token1] = ACTIONS(2817), + [aux_sym_tunnel_device_token1] = ACTIONS(2815), + [aux_sym_update_host_keys_token1] = ACTIONS(2815), + [aux_sym_use_keychain_token1] = ACTIONS(2815), + [aux_sym_use_roaming_token1] = ACTIONS(2815), + [aux_sym_user_token1] = ACTIONS(2817), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2815), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2815), + [aux_sym_visual_host_key_token1] = ACTIONS(2815), + [aux_sym_xauth_location_token1] = ACTIONS(2815), }, [412] = { - [ts_builtin_sym_end] = ACTIONS(2812), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2814), - [anon_sym_DQUOTE] = ACTIONS(2816), - [aux_sym_match_token1] = ACTIONS(2812), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2812), - [aux_sym_address_family_token1] = ACTIONS(2812), - [aux_sym_batch_mode_token1] = ACTIONS(2812), - [aux_sym_bind_address_token1] = ACTIONS(2812), - [aux_sym_bind_interface_token1] = ACTIONS(2812), - [aux_sym_canonical_domains_token1] = ACTIONS(2812), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2812), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2812), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2812), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2812), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2812), - [aux_sym_certificate_file_token1] = ACTIONS(2812), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2812), - [aux_sym_check_host_ip_token1] = ACTIONS(2812), - [aux_sym_ciphers_token1] = ACTIONS(2812), - [aux_sym_cipher_token1] = ACTIONS(2814), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2812), - [aux_sym_compression_token1] = ACTIONS(2812), - [aux_sym_connection_attempts_token1] = ACTIONS(2812), - [aux_sym_connect_timeout_token1] = ACTIONS(2812), - [aux_sym_control_master_token1] = ACTIONS(2812), - [aux_sym_control_path_token1] = ACTIONS(2812), - [aux_sym_control_persist_token1] = ACTIONS(2812), - [aux_sym_dynamic_forward_token1] = ACTIONS(2812), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2812), - [aux_sym_escape_char_token1] = ACTIONS(2812), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2812), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2812), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2812), - [aux_sym_forward_agent_token1] = ACTIONS(2812), - [aux_sym_forward_x11_token1] = ACTIONS(2814), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2812), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2812), - [aux_sym_gateway_ports_token1] = ACTIONS(2812), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2812), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2812), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2812), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2812), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2812), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2812), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2812), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2812), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2812), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2812), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2812), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2812), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2812), - [aux_sym_host_key_alias_token1] = ACTIONS(2812), - [aux_sym_hostname_token1] = ACTIONS(2812), - [aux_sym_identities_only_token1] = ACTIONS(2812), - [aux_sym_identity_agent_token1] = ACTIONS(2812), - [aux_sym_identity_file_token1] = ACTIONS(2812), - [aux_sym_ignore_unknown_token1] = ACTIONS(2812), - [aux_sym_include_token1] = ACTIONS(2812), - [aux_sym_ip_qos_token1] = ACTIONS(2812), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2812), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2812), - [aux_sym_kex_algorithms_token1] = ACTIONS(2812), - [aux_sym_known_hosts_command_token1] = ACTIONS(2812), - [aux_sym_local_command_token1] = ACTIONS(2812), - [aux_sym_local_forward_token1] = ACTIONS(2812), - [aux_sym_log_level_token1] = ACTIONS(2812), - [aux_sym_log_verbose_token1] = ACTIONS(2812), - [aux_sym_macs_token1] = ACTIONS(2812), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2812), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2812), - [aux_sym_password_authentication_token1] = ACTIONS(2812), - [aux_sym_permit_local_command_token1] = ACTIONS(2812), - [aux_sym_permit_remote_open_token1] = ACTIONS(2812), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2812), - [aux_sym_port_token1] = ACTIONS(2812), - [aux_sym_preferred_authentications_token1] = ACTIONS(2812), - [aux_sym_protocol_token1] = ACTIONS(2812), - [aux_sym_proxy_command_token1] = ACTIONS(2812), - [aux_sym_proxy_jump_token1] = ACTIONS(2812), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2812), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2812), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2812), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2812), - [aux_sym_rekey_limit_token1] = ACTIONS(2812), - [aux_sym_remote_command_token1] = ACTIONS(2812), - [aux_sym_remote_forward_token1] = ACTIONS(2812), - [aux_sym_request_tty_token1] = ACTIONS(2812), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2812), - [aux_sym_security_key_provider_token1] = ACTIONS(2812), - [aux_sym_send_env_token1] = ACTIONS(2812), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2812), - [aux_sym_server_alive_interval_token1] = ACTIONS(2812), - [aux_sym_session_type_token1] = ACTIONS(2812), - [aux_sym_set_env_token1] = ACTIONS(2812), - [aux_sym_stdin_null_token1] = ACTIONS(2812), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2812), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2812), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2812), - [aux_sym_syslog_facility_token1] = ACTIONS(2812), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2812), - [aux_sym_keep_alive_token1] = ACTIONS(2812), - [aux_sym_tunnel_token1] = ACTIONS(2814), - [aux_sym_tunnel_device_token1] = ACTIONS(2812), - [aux_sym_update_host_keys_token1] = ACTIONS(2812), - [aux_sym_use_keychain_token1] = ACTIONS(2812), - [aux_sym_use_roaming_token1] = ACTIONS(2812), - [aux_sym_user_token1] = ACTIONS(2814), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2812), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2812), - [aux_sym_visual_host_key_token1] = ACTIONS(2812), - [aux_sym_xauth_location_token1] = ACTIONS(2812), + [ts_builtin_sym_end] = ACTIONS(2819), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2821), + [anon_sym_DQUOTE] = ACTIONS(2823), + [aux_sym_match_token1] = ACTIONS(2819), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2819), + [aux_sym_address_family_token1] = ACTIONS(2819), + [aux_sym_batch_mode_token1] = ACTIONS(2819), + [aux_sym_bind_address_token1] = ACTIONS(2819), + [aux_sym_bind_interface_token1] = ACTIONS(2819), + [aux_sym_canonical_domains_token1] = ACTIONS(2819), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2819), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2819), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2819), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2819), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2819), + [aux_sym_certificate_file_token1] = ACTIONS(2819), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2819), + [aux_sym_check_host_ip_token1] = ACTIONS(2819), + [aux_sym_ciphers_token1] = ACTIONS(2819), + [aux_sym_cipher_token1] = ACTIONS(2821), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2819), + [aux_sym_compression_token1] = ACTIONS(2819), + [aux_sym_connection_attempts_token1] = ACTIONS(2819), + [aux_sym_connect_timeout_token1] = ACTIONS(2819), + [aux_sym_control_master_token1] = ACTIONS(2819), + [aux_sym_control_path_token1] = ACTIONS(2819), + [aux_sym_control_persist_token1] = ACTIONS(2819), + [aux_sym_dynamic_forward_token1] = ACTIONS(2819), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2819), + [aux_sym_escape_char_token1] = ACTIONS(2819), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2819), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2819), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2819), + [aux_sym_forward_agent_token1] = ACTIONS(2819), + [aux_sym_forward_x11_token1] = ACTIONS(2821), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2819), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2819), + [aux_sym_gateway_ports_token1] = ACTIONS(2819), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2819), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2819), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2819), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2819), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2819), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2819), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2819), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2819), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2819), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2819), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2819), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2819), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2819), + [aux_sym_host_key_alias_token1] = ACTIONS(2819), + [aux_sym_hostname_token1] = ACTIONS(2819), + [aux_sym_identities_only_token1] = ACTIONS(2819), + [aux_sym_identity_agent_token1] = ACTIONS(2819), + [aux_sym_identity_file_token1] = ACTIONS(2819), + [aux_sym_ignore_unknown_token1] = ACTIONS(2819), + [aux_sym_include_token1] = ACTIONS(2819), + [aux_sym_ip_qos_token1] = ACTIONS(2819), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2819), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2819), + [aux_sym_kex_algorithms_token1] = ACTIONS(2819), + [aux_sym_known_hosts_command_token1] = ACTIONS(2819), + [aux_sym_local_command_token1] = ACTIONS(2819), + [aux_sym_local_forward_token1] = ACTIONS(2819), + [aux_sym_log_level_token1] = ACTIONS(2819), + [aux_sym_log_verbose_token1] = ACTIONS(2819), + [aux_sym_macs_token1] = ACTIONS(2819), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2819), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2819), + [aux_sym_password_authentication_token1] = ACTIONS(2819), + [aux_sym_permit_local_command_token1] = ACTIONS(2819), + [aux_sym_permit_remote_open_token1] = ACTIONS(2819), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2819), + [aux_sym_port_token1] = ACTIONS(2819), + [aux_sym_preferred_authentications_token1] = ACTIONS(2819), + [aux_sym_protocol_token1] = ACTIONS(2819), + [aux_sym_proxy_command_token1] = ACTIONS(2819), + [aux_sym_proxy_jump_token1] = ACTIONS(2819), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2819), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2819), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2819), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2819), + [aux_sym_rekey_limit_token1] = ACTIONS(2819), + [aux_sym_remote_command_token1] = ACTIONS(2819), + [aux_sym_remote_forward_token1] = ACTIONS(2819), + [aux_sym_request_tty_token1] = ACTIONS(2819), + [aux_sym_required_rsa_size_token1] = ACTIONS(2819), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2819), + [aux_sym_security_key_provider_token1] = ACTIONS(2819), + [aux_sym_send_env_token1] = ACTIONS(2819), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2819), + [aux_sym_server_alive_interval_token1] = ACTIONS(2819), + [aux_sym_session_type_token1] = ACTIONS(2819), + [aux_sym_set_env_token1] = ACTIONS(2819), + [aux_sym_stdin_null_token1] = ACTIONS(2819), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2819), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2819), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2819), + [aux_sym_syslog_facility_token1] = ACTIONS(2819), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2819), + [aux_sym_keep_alive_token1] = ACTIONS(2819), + [aux_sym_tunnel_token1] = ACTIONS(2821), + [aux_sym_tunnel_device_token1] = ACTIONS(2819), + [aux_sym_update_host_keys_token1] = ACTIONS(2819), + [aux_sym_use_keychain_token1] = ACTIONS(2819), + [aux_sym_use_roaming_token1] = ACTIONS(2819), + [aux_sym_user_token1] = ACTIONS(2821), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2819), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2819), + [aux_sym_visual_host_key_token1] = ACTIONS(2819), + [aux_sym_xauth_location_token1] = ACTIONS(2819), }, [413] = { - [ts_builtin_sym_end] = ACTIONS(2818), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2820), - [anon_sym_DQUOTE] = ACTIONS(2822), - [aux_sym_match_token1] = ACTIONS(2818), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2818), - [aux_sym_address_family_token1] = ACTIONS(2818), - [aux_sym_batch_mode_token1] = ACTIONS(2818), - [aux_sym_bind_address_token1] = ACTIONS(2818), - [aux_sym_bind_interface_token1] = ACTIONS(2818), - [aux_sym_canonical_domains_token1] = ACTIONS(2818), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2818), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2818), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2818), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2818), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2818), - [aux_sym_certificate_file_token1] = ACTIONS(2818), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2818), - [aux_sym_check_host_ip_token1] = ACTIONS(2818), - [aux_sym_ciphers_token1] = ACTIONS(2818), - [aux_sym_cipher_token1] = ACTIONS(2820), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2818), - [aux_sym_compression_token1] = ACTIONS(2818), - [aux_sym_connection_attempts_token1] = ACTIONS(2818), - [aux_sym_connect_timeout_token1] = ACTIONS(2818), - [aux_sym_control_master_token1] = ACTIONS(2818), - [aux_sym_control_path_token1] = ACTIONS(2818), - [aux_sym_control_persist_token1] = ACTIONS(2818), - [aux_sym_dynamic_forward_token1] = ACTIONS(2818), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2818), - [aux_sym_escape_char_token1] = ACTIONS(2818), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2818), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2818), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2818), - [aux_sym_forward_agent_token1] = ACTIONS(2818), - [aux_sym_forward_x11_token1] = ACTIONS(2820), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2818), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2818), - [aux_sym_gateway_ports_token1] = ACTIONS(2818), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2818), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2818), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2818), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2818), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2818), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2818), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2818), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2818), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2818), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2818), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2818), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2818), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2818), - [aux_sym_host_key_alias_token1] = ACTIONS(2818), - [aux_sym_hostname_token1] = ACTIONS(2818), - [aux_sym_identities_only_token1] = ACTIONS(2818), - [aux_sym_identity_agent_token1] = ACTIONS(2818), - [aux_sym_identity_file_token1] = ACTIONS(2818), - [aux_sym_ignore_unknown_token1] = ACTIONS(2818), - [aux_sym_include_token1] = ACTIONS(2818), - [aux_sym_ip_qos_token1] = ACTIONS(2818), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2818), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2818), - [aux_sym_kex_algorithms_token1] = ACTIONS(2818), - [aux_sym_known_hosts_command_token1] = ACTIONS(2818), - [aux_sym_local_command_token1] = ACTIONS(2818), - [aux_sym_local_forward_token1] = ACTIONS(2818), - [aux_sym_log_level_token1] = ACTIONS(2818), - [aux_sym_log_verbose_token1] = ACTIONS(2818), - [aux_sym_macs_token1] = ACTIONS(2818), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2818), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2818), - [aux_sym_password_authentication_token1] = ACTIONS(2818), - [aux_sym_permit_local_command_token1] = ACTIONS(2818), - [aux_sym_permit_remote_open_token1] = ACTIONS(2818), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2818), - [aux_sym_port_token1] = ACTIONS(2818), - [aux_sym_preferred_authentications_token1] = ACTIONS(2818), - [aux_sym_protocol_token1] = ACTIONS(2818), - [aux_sym_proxy_command_token1] = ACTIONS(2818), - [aux_sym_proxy_jump_token1] = ACTIONS(2818), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2818), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2818), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2818), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2818), - [aux_sym_rekey_limit_token1] = ACTIONS(2818), - [aux_sym_remote_command_token1] = ACTIONS(2818), - [aux_sym_remote_forward_token1] = ACTIONS(2818), - [aux_sym_request_tty_token1] = ACTIONS(2818), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2818), - [aux_sym_security_key_provider_token1] = ACTIONS(2818), - [aux_sym_send_env_token1] = ACTIONS(2818), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2818), - [aux_sym_server_alive_interval_token1] = ACTIONS(2818), - [aux_sym_session_type_token1] = ACTIONS(2818), - [aux_sym_set_env_token1] = ACTIONS(2818), - [aux_sym_stdin_null_token1] = ACTIONS(2818), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2818), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2818), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2818), - [aux_sym_syslog_facility_token1] = ACTIONS(2818), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2818), - [aux_sym_keep_alive_token1] = ACTIONS(2818), - [aux_sym_tunnel_token1] = ACTIONS(2820), - [aux_sym_tunnel_device_token1] = ACTIONS(2818), - [aux_sym_update_host_keys_token1] = ACTIONS(2818), - [aux_sym_use_keychain_token1] = ACTIONS(2818), - [aux_sym_use_roaming_token1] = ACTIONS(2818), - [aux_sym_user_token1] = ACTIONS(2820), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2818), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2818), - [aux_sym_visual_host_key_token1] = ACTIONS(2818), - [aux_sym_xauth_location_token1] = ACTIONS(2818), + [ts_builtin_sym_end] = ACTIONS(2825), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2827), + [anon_sym_DQUOTE] = ACTIONS(2825), + [aux_sym_match_token1] = ACTIONS(2825), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2825), + [aux_sym_address_family_token1] = ACTIONS(2825), + [aux_sym_batch_mode_token1] = ACTIONS(2825), + [aux_sym_bind_address_token1] = ACTIONS(2825), + [aux_sym_bind_interface_token1] = ACTIONS(2825), + [aux_sym_canonical_domains_token1] = ACTIONS(2825), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2825), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2825), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2825), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2825), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2825), + [aux_sym_certificate_file_token1] = ACTIONS(2825), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2825), + [aux_sym_check_host_ip_token1] = ACTIONS(2825), + [aux_sym_ciphers_token1] = ACTIONS(2825), + [aux_sym_cipher_token1] = ACTIONS(2827), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2825), + [aux_sym_compression_token1] = ACTIONS(2825), + [aux_sym_connection_attempts_token1] = ACTIONS(2825), + [aux_sym_connect_timeout_token1] = ACTIONS(2825), + [aux_sym_control_master_token1] = ACTIONS(2825), + [aux_sym_control_path_token1] = ACTIONS(2825), + [aux_sym_control_persist_token1] = ACTIONS(2825), + [aux_sym_dynamic_forward_token1] = ACTIONS(2825), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2825), + [aux_sym_escape_char_token1] = ACTIONS(2825), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2825), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2825), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2825), + [aux_sym_forward_agent_token1] = ACTIONS(2825), + [aux_sym_forward_x11_token1] = ACTIONS(2827), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2825), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2825), + [aux_sym_gateway_ports_token1] = ACTIONS(2825), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2825), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2825), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2825), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2825), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2825), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2825), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2825), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2825), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2825), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2825), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2825), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2825), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2825), + [aux_sym_host_key_alias_token1] = ACTIONS(2825), + [aux_sym_hostname_token1] = ACTIONS(2825), + [aux_sym_identities_only_token1] = ACTIONS(2825), + [aux_sym_identity_agent_token1] = ACTIONS(2825), + [aux_sym_identity_file_token1] = ACTIONS(2825), + [aux_sym_ignore_unknown_token1] = ACTIONS(2825), + [aux_sym_include_token1] = ACTIONS(2825), + [aux_sym_ip_qos_token1] = ACTIONS(2825), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2825), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2825), + [aux_sym_kex_algorithms_token1] = ACTIONS(2825), + [aux_sym_known_hosts_command_token1] = ACTIONS(2825), + [aux_sym_local_command_token1] = ACTIONS(2825), + [aux_sym_local_forward_token1] = ACTIONS(2825), + [aux_sym_log_level_token1] = ACTIONS(2825), + [aux_sym_log_verbose_token1] = ACTIONS(2825), + [aux_sym_macs_token1] = ACTIONS(2825), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2825), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2825), + [aux_sym_password_authentication_token1] = ACTIONS(2825), + [aux_sym_permit_local_command_token1] = ACTIONS(2825), + [aux_sym_permit_remote_open_token1] = ACTIONS(2825), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2825), + [aux_sym_port_token1] = ACTIONS(2825), + [aux_sym_preferred_authentications_token1] = ACTIONS(2825), + [aux_sym_protocol_token1] = ACTIONS(2825), + [aux_sym_proxy_command_token1] = ACTIONS(2825), + [aux_sym_proxy_jump_token1] = ACTIONS(2825), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2825), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2825), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2825), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2825), + [aux_sym_rekey_limit_token1] = ACTIONS(2825), + [aux_sym_remote_command_token1] = ACTIONS(2825), + [aux_sym_remote_forward_token1] = ACTIONS(2825), + [aux_sym_request_tty_token1] = ACTIONS(2825), + [aux_sym_required_rsa_size_token1] = ACTIONS(2825), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2825), + [aux_sym_security_key_provider_token1] = ACTIONS(2825), + [aux_sym_send_env_token1] = ACTIONS(2825), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2825), + [aux_sym_server_alive_interval_token1] = ACTIONS(2825), + [aux_sym_session_type_token1] = ACTIONS(2825), + [aux_sym_set_env_token1] = ACTIONS(2825), + [aux_sym_stdin_null_token1] = ACTIONS(2825), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2825), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2825), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2825), + [aux_sym_syslog_facility_token1] = ACTIONS(2825), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2825), + [aux_sym_keep_alive_token1] = ACTIONS(2825), + [aux_sym_tunnel_token1] = ACTIONS(2827), + [aux_sym_tunnel_device_token1] = ACTIONS(2825), + [aux_sym_update_host_keys_token1] = ACTIONS(2825), + [aux_sym_use_keychain_token1] = ACTIONS(2825), + [aux_sym_use_roaming_token1] = ACTIONS(2825), + [aux_sym_user_token1] = ACTIONS(2827), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2825), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2825), + [aux_sym_visual_host_key_token1] = ACTIONS(2825), + [aux_sym_xauth_location_token1] = ACTIONS(2825), }, [414] = { - [ts_builtin_sym_end] = ACTIONS(2824), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2826), - [anon_sym_DQUOTE] = ACTIONS(2824), - [aux_sym_match_token1] = ACTIONS(2824), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2824), - [aux_sym_address_family_token1] = ACTIONS(2824), - [aux_sym_batch_mode_token1] = ACTIONS(2824), - [aux_sym_bind_address_token1] = ACTIONS(2824), - [aux_sym_bind_interface_token1] = ACTIONS(2824), - [aux_sym_canonical_domains_token1] = ACTIONS(2824), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2824), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2824), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2824), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2824), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2824), - [aux_sym_certificate_file_token1] = ACTIONS(2824), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2824), - [aux_sym_check_host_ip_token1] = ACTIONS(2824), - [aux_sym_ciphers_token1] = ACTIONS(2824), - [aux_sym_cipher_token1] = ACTIONS(2826), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2824), - [aux_sym_compression_token1] = ACTIONS(2824), - [aux_sym_connection_attempts_token1] = ACTIONS(2824), - [aux_sym_connect_timeout_token1] = ACTIONS(2824), - [aux_sym_control_master_token1] = ACTIONS(2824), - [aux_sym_control_path_token1] = ACTIONS(2824), - [aux_sym_control_persist_token1] = ACTIONS(2824), - [aux_sym_dynamic_forward_token1] = ACTIONS(2824), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2824), - [aux_sym_escape_char_token1] = ACTIONS(2824), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2824), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2824), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2824), - [aux_sym_forward_agent_token1] = ACTIONS(2824), - [aux_sym_forward_x11_token1] = ACTIONS(2826), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2824), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2824), - [aux_sym_gateway_ports_token1] = ACTIONS(2824), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2824), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2824), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2824), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2824), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2824), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2824), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2824), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2824), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2824), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2824), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2824), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2824), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2824), - [aux_sym_host_key_alias_token1] = ACTIONS(2824), - [aux_sym_hostname_token1] = ACTIONS(2824), - [aux_sym_identities_only_token1] = ACTIONS(2824), - [aux_sym_identity_agent_token1] = ACTIONS(2824), - [aux_sym_identity_file_token1] = ACTIONS(2824), - [aux_sym_ignore_unknown_token1] = ACTIONS(2824), - [aux_sym_include_token1] = ACTIONS(2824), - [aux_sym_ip_qos_token1] = ACTIONS(2824), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2824), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2824), - [aux_sym_kex_algorithms_token1] = ACTIONS(2824), - [aux_sym_known_hosts_command_token1] = ACTIONS(2824), - [aux_sym_local_command_token1] = ACTIONS(2824), - [aux_sym_local_forward_token1] = ACTIONS(2824), - [aux_sym_log_level_token1] = ACTIONS(2824), - [aux_sym_log_verbose_token1] = ACTIONS(2824), - [aux_sym_macs_token1] = ACTIONS(2824), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2824), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2824), - [aux_sym_password_authentication_token1] = ACTIONS(2824), - [aux_sym_permit_local_command_token1] = ACTIONS(2824), - [aux_sym_permit_remote_open_token1] = ACTIONS(2824), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2824), - [aux_sym_port_token1] = ACTIONS(2824), - [aux_sym_preferred_authentications_token1] = ACTIONS(2824), - [aux_sym_protocol_token1] = ACTIONS(2824), - [aux_sym_proxy_command_token1] = ACTIONS(2824), - [aux_sym_proxy_jump_token1] = ACTIONS(2824), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2824), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2824), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2824), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2824), - [aux_sym_rekey_limit_token1] = ACTIONS(2824), - [aux_sym_remote_command_token1] = ACTIONS(2824), - [aux_sym_remote_forward_token1] = ACTIONS(2824), - [aux_sym_request_tty_token1] = ACTIONS(2824), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2824), - [aux_sym_security_key_provider_token1] = ACTIONS(2824), - [aux_sym_send_env_token1] = ACTIONS(2824), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2824), - [aux_sym_server_alive_interval_token1] = ACTIONS(2824), - [aux_sym_session_type_token1] = ACTIONS(2824), - [aux_sym_set_env_token1] = ACTIONS(2824), - [aux_sym_stdin_null_token1] = ACTIONS(2824), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2824), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2824), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2824), - [aux_sym_syslog_facility_token1] = ACTIONS(2824), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2824), - [aux_sym_keep_alive_token1] = ACTIONS(2824), - [aux_sym_tunnel_token1] = ACTIONS(2826), - [aux_sym_tunnel_device_token1] = ACTIONS(2824), - [aux_sym_update_host_keys_token1] = ACTIONS(2824), - [aux_sym_use_keychain_token1] = ACTIONS(2824), - [aux_sym_use_roaming_token1] = ACTIONS(2824), - [aux_sym_user_token1] = ACTIONS(2826), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2824), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2824), - [aux_sym_visual_host_key_token1] = ACTIONS(2824), - [aux_sym_xauth_location_token1] = ACTIONS(2824), + [ts_builtin_sym_end] = ACTIONS(2829), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2831), + [anon_sym_DQUOTE] = ACTIONS(2833), + [aux_sym_match_token1] = ACTIONS(2829), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2829), + [aux_sym_address_family_token1] = ACTIONS(2829), + [aux_sym_batch_mode_token1] = ACTIONS(2829), + [aux_sym_bind_address_token1] = ACTIONS(2829), + [aux_sym_bind_interface_token1] = ACTIONS(2829), + [aux_sym_canonical_domains_token1] = ACTIONS(2829), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2829), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2829), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2829), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2829), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2829), + [aux_sym_certificate_file_token1] = ACTIONS(2829), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2829), + [aux_sym_check_host_ip_token1] = ACTIONS(2829), + [aux_sym_ciphers_token1] = ACTIONS(2829), + [aux_sym_cipher_token1] = ACTIONS(2831), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2829), + [aux_sym_compression_token1] = ACTIONS(2829), + [aux_sym_connection_attempts_token1] = ACTIONS(2829), + [aux_sym_connect_timeout_token1] = ACTIONS(2829), + [aux_sym_control_master_token1] = ACTIONS(2829), + [aux_sym_control_path_token1] = ACTIONS(2829), + [aux_sym_control_persist_token1] = ACTIONS(2829), + [aux_sym_dynamic_forward_token1] = ACTIONS(2829), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2829), + [aux_sym_escape_char_token1] = ACTIONS(2829), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2829), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2829), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2829), + [aux_sym_forward_agent_token1] = ACTIONS(2829), + [aux_sym_forward_x11_token1] = ACTIONS(2831), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2829), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2829), + [aux_sym_gateway_ports_token1] = ACTIONS(2829), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2829), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2829), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2829), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2829), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2829), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2829), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2829), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2829), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2829), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2829), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2829), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2829), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2829), + [aux_sym_host_key_alias_token1] = ACTIONS(2829), + [aux_sym_hostname_token1] = ACTIONS(2829), + [aux_sym_identities_only_token1] = ACTIONS(2829), + [aux_sym_identity_agent_token1] = ACTIONS(2829), + [aux_sym_identity_file_token1] = ACTIONS(2829), + [aux_sym_ignore_unknown_token1] = ACTIONS(2829), + [aux_sym_include_token1] = ACTIONS(2829), + [aux_sym_ip_qos_token1] = ACTIONS(2829), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2829), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2829), + [aux_sym_kex_algorithms_token1] = ACTIONS(2829), + [aux_sym_known_hosts_command_token1] = ACTIONS(2829), + [aux_sym_local_command_token1] = ACTIONS(2829), + [aux_sym_local_forward_token1] = ACTIONS(2829), + [aux_sym_log_level_token1] = ACTIONS(2829), + [aux_sym_log_verbose_token1] = ACTIONS(2829), + [aux_sym_macs_token1] = ACTIONS(2829), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2829), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2829), + [aux_sym_password_authentication_token1] = ACTIONS(2829), + [aux_sym_permit_local_command_token1] = ACTIONS(2829), + [aux_sym_permit_remote_open_token1] = ACTIONS(2829), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2829), + [aux_sym_port_token1] = ACTIONS(2829), + [aux_sym_preferred_authentications_token1] = ACTIONS(2829), + [aux_sym_protocol_token1] = ACTIONS(2829), + [aux_sym_proxy_command_token1] = ACTIONS(2829), + [aux_sym_proxy_jump_token1] = ACTIONS(2829), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2829), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2829), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2829), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2829), + [aux_sym_rekey_limit_token1] = ACTIONS(2829), + [aux_sym_remote_command_token1] = ACTIONS(2829), + [aux_sym_remote_forward_token1] = ACTIONS(2829), + [aux_sym_request_tty_token1] = ACTIONS(2829), + [aux_sym_required_rsa_size_token1] = ACTIONS(2829), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2829), + [aux_sym_security_key_provider_token1] = ACTIONS(2829), + [aux_sym_send_env_token1] = ACTIONS(2829), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2829), + [aux_sym_server_alive_interval_token1] = ACTIONS(2829), + [aux_sym_session_type_token1] = ACTIONS(2829), + [aux_sym_set_env_token1] = ACTIONS(2829), + [aux_sym_stdin_null_token1] = ACTIONS(2829), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2829), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2829), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2829), + [aux_sym_syslog_facility_token1] = ACTIONS(2829), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2829), + [aux_sym_keep_alive_token1] = ACTIONS(2829), + [aux_sym_tunnel_token1] = ACTIONS(2831), + [aux_sym_tunnel_device_token1] = ACTIONS(2829), + [aux_sym_update_host_keys_token1] = ACTIONS(2829), + [aux_sym_use_keychain_token1] = ACTIONS(2829), + [aux_sym_use_roaming_token1] = ACTIONS(2829), + [aux_sym_user_token1] = ACTIONS(2831), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2829), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2829), + [aux_sym_visual_host_key_token1] = ACTIONS(2829), + [aux_sym_xauth_location_token1] = ACTIONS(2829), }, [415] = { - [ts_builtin_sym_end] = ACTIONS(2828), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2830), - [anon_sym_DQUOTE] = ACTIONS(2828), - [aux_sym_match_token1] = ACTIONS(2828), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2828), - [aux_sym_address_family_token1] = ACTIONS(2828), - [aux_sym_batch_mode_token1] = ACTIONS(2828), - [aux_sym_bind_address_token1] = ACTIONS(2828), - [aux_sym_bind_interface_token1] = ACTIONS(2828), - [aux_sym_canonical_domains_token1] = ACTIONS(2828), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2828), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2828), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2828), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2828), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2828), - [aux_sym_certificate_file_token1] = ACTIONS(2828), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2828), - [aux_sym_check_host_ip_token1] = ACTIONS(2828), - [aux_sym_ciphers_token1] = ACTIONS(2828), - [aux_sym_cipher_token1] = ACTIONS(2830), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2828), - [aux_sym_compression_token1] = ACTIONS(2828), - [aux_sym_connection_attempts_token1] = ACTIONS(2828), - [aux_sym_connect_timeout_token1] = ACTIONS(2828), - [aux_sym_control_master_token1] = ACTIONS(2828), - [aux_sym_control_path_token1] = ACTIONS(2828), - [aux_sym_control_persist_token1] = ACTIONS(2828), - [aux_sym_dynamic_forward_token1] = ACTIONS(2828), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2828), - [aux_sym_escape_char_token1] = ACTIONS(2828), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2828), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2828), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2828), - [aux_sym_forward_agent_token1] = ACTIONS(2828), - [aux_sym_forward_x11_token1] = ACTIONS(2830), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2828), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2828), - [aux_sym_gateway_ports_token1] = ACTIONS(2828), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2828), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2828), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2828), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2828), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2828), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2828), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2828), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2828), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2828), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2828), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2828), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2828), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2828), - [aux_sym_host_key_alias_token1] = ACTIONS(2828), - [aux_sym_hostname_token1] = ACTIONS(2828), - [aux_sym_identities_only_token1] = ACTIONS(2828), - [aux_sym_identity_agent_token1] = ACTIONS(2828), - [aux_sym_identity_file_token1] = ACTIONS(2828), - [aux_sym_ignore_unknown_token1] = ACTIONS(2828), - [aux_sym_include_token1] = ACTIONS(2828), - [aux_sym_ip_qos_token1] = ACTIONS(2828), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2828), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2828), - [aux_sym_kex_algorithms_token1] = ACTIONS(2828), - [aux_sym_known_hosts_command_token1] = ACTIONS(2828), - [aux_sym_local_command_token1] = ACTIONS(2828), - [aux_sym_local_forward_token1] = ACTIONS(2828), - [aux_sym_log_level_token1] = ACTIONS(2828), - [aux_sym_log_verbose_token1] = ACTIONS(2828), - [aux_sym_macs_token1] = ACTIONS(2828), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2828), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2828), - [aux_sym_password_authentication_token1] = ACTIONS(2828), - [aux_sym_permit_local_command_token1] = ACTIONS(2828), - [aux_sym_permit_remote_open_token1] = ACTIONS(2828), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2828), - [aux_sym_port_token1] = ACTIONS(2828), - [aux_sym_preferred_authentications_token1] = ACTIONS(2828), - [aux_sym_protocol_token1] = ACTIONS(2828), - [aux_sym_proxy_command_token1] = ACTIONS(2828), - [aux_sym_proxy_jump_token1] = ACTIONS(2828), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2828), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2828), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2828), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2828), - [aux_sym_rekey_limit_token1] = ACTIONS(2828), - [aux_sym_remote_command_token1] = ACTIONS(2828), - [aux_sym_remote_forward_token1] = ACTIONS(2828), - [aux_sym_request_tty_token1] = ACTIONS(2828), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2828), - [aux_sym_security_key_provider_token1] = ACTIONS(2828), - [aux_sym_send_env_token1] = ACTIONS(2828), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2828), - [aux_sym_server_alive_interval_token1] = ACTIONS(2828), - [aux_sym_session_type_token1] = ACTIONS(2828), - [aux_sym_set_env_token1] = ACTIONS(2828), - [aux_sym_stdin_null_token1] = ACTIONS(2828), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2828), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2828), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2828), - [aux_sym_syslog_facility_token1] = ACTIONS(2828), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2828), - [aux_sym_keep_alive_token1] = ACTIONS(2828), - [aux_sym_tunnel_token1] = ACTIONS(2830), - [aux_sym_tunnel_device_token1] = ACTIONS(2828), - [aux_sym_update_host_keys_token1] = ACTIONS(2828), - [aux_sym_use_keychain_token1] = ACTIONS(2828), - [aux_sym_use_roaming_token1] = ACTIONS(2828), - [aux_sym_user_token1] = ACTIONS(2830), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2828), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2828), - [aux_sym_visual_host_key_token1] = ACTIONS(2828), - [aux_sym_xauth_location_token1] = ACTIONS(2828), + [ts_builtin_sym_end] = ACTIONS(2835), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2837), + [anon_sym_DQUOTE] = ACTIONS(2839), + [aux_sym_match_token1] = ACTIONS(2835), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2835), + [aux_sym_address_family_token1] = ACTIONS(2835), + [aux_sym_batch_mode_token1] = ACTIONS(2835), + [aux_sym_bind_address_token1] = ACTIONS(2835), + [aux_sym_bind_interface_token1] = ACTIONS(2835), + [aux_sym_canonical_domains_token1] = ACTIONS(2835), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2835), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2835), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2835), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2835), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2835), + [aux_sym_certificate_file_token1] = ACTIONS(2835), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2835), + [aux_sym_check_host_ip_token1] = ACTIONS(2835), + [aux_sym_ciphers_token1] = ACTIONS(2835), + [aux_sym_cipher_token1] = ACTIONS(2837), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2835), + [aux_sym_compression_token1] = ACTIONS(2835), + [aux_sym_connection_attempts_token1] = ACTIONS(2835), + [aux_sym_connect_timeout_token1] = ACTIONS(2835), + [aux_sym_control_master_token1] = ACTIONS(2835), + [aux_sym_control_path_token1] = ACTIONS(2835), + [aux_sym_control_persist_token1] = ACTIONS(2835), + [aux_sym_dynamic_forward_token1] = ACTIONS(2835), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2835), + [aux_sym_escape_char_token1] = ACTIONS(2835), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2835), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2835), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2835), + [aux_sym_forward_agent_token1] = ACTIONS(2835), + [aux_sym_forward_x11_token1] = ACTIONS(2837), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2835), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2835), + [aux_sym_gateway_ports_token1] = ACTIONS(2835), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2835), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2835), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2835), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2835), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2835), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2835), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2835), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2835), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2835), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2835), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2835), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2835), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2835), + [aux_sym_host_key_alias_token1] = ACTIONS(2835), + [aux_sym_hostname_token1] = ACTIONS(2835), + [aux_sym_identities_only_token1] = ACTIONS(2835), + [aux_sym_identity_agent_token1] = ACTIONS(2835), + [aux_sym_identity_file_token1] = ACTIONS(2835), + [aux_sym_ignore_unknown_token1] = ACTIONS(2835), + [aux_sym_include_token1] = ACTIONS(2835), + [aux_sym_ip_qos_token1] = ACTIONS(2835), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2835), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2835), + [aux_sym_kex_algorithms_token1] = ACTIONS(2835), + [aux_sym_known_hosts_command_token1] = ACTIONS(2835), + [aux_sym_local_command_token1] = ACTIONS(2835), + [aux_sym_local_forward_token1] = ACTIONS(2835), + [aux_sym_log_level_token1] = ACTIONS(2835), + [aux_sym_log_verbose_token1] = ACTIONS(2835), + [aux_sym_macs_token1] = ACTIONS(2835), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2835), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2835), + [aux_sym_password_authentication_token1] = ACTIONS(2835), + [aux_sym_permit_local_command_token1] = ACTIONS(2835), + [aux_sym_permit_remote_open_token1] = ACTIONS(2835), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2835), + [aux_sym_port_token1] = ACTIONS(2835), + [aux_sym_preferred_authentications_token1] = ACTIONS(2835), + [aux_sym_protocol_token1] = ACTIONS(2835), + [aux_sym_proxy_command_token1] = ACTIONS(2835), + [aux_sym_proxy_jump_token1] = ACTIONS(2835), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2835), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2835), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2835), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2835), + [aux_sym_rekey_limit_token1] = ACTIONS(2835), + [aux_sym_remote_command_token1] = ACTIONS(2835), + [aux_sym_remote_forward_token1] = ACTIONS(2835), + [aux_sym_request_tty_token1] = ACTIONS(2835), + [aux_sym_required_rsa_size_token1] = ACTIONS(2835), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2835), + [aux_sym_security_key_provider_token1] = ACTIONS(2835), + [aux_sym_send_env_token1] = ACTIONS(2835), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2835), + [aux_sym_server_alive_interval_token1] = ACTIONS(2835), + [aux_sym_session_type_token1] = ACTIONS(2835), + [aux_sym_set_env_token1] = ACTIONS(2835), + [aux_sym_stdin_null_token1] = ACTIONS(2835), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2835), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2835), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2835), + [aux_sym_syslog_facility_token1] = ACTIONS(2835), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2835), + [aux_sym_keep_alive_token1] = ACTIONS(2835), + [aux_sym_tunnel_token1] = ACTIONS(2837), + [aux_sym_tunnel_device_token1] = ACTIONS(2835), + [aux_sym_update_host_keys_token1] = ACTIONS(2835), + [aux_sym_use_keychain_token1] = ACTIONS(2835), + [aux_sym_use_roaming_token1] = ACTIONS(2835), + [aux_sym_user_token1] = ACTIONS(2837), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2835), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2835), + [aux_sym_visual_host_key_token1] = ACTIONS(2835), + [aux_sym_xauth_location_token1] = ACTIONS(2835), }, [416] = { - [ts_builtin_sym_end] = ACTIONS(2832), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2834), - [anon_sym_DQUOTE] = ACTIONS(2836), - [aux_sym_match_token1] = ACTIONS(2832), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2832), - [aux_sym_address_family_token1] = ACTIONS(2832), - [aux_sym_batch_mode_token1] = ACTIONS(2832), - [aux_sym_bind_address_token1] = ACTIONS(2832), - [aux_sym_bind_interface_token1] = ACTIONS(2832), - [aux_sym_canonical_domains_token1] = ACTIONS(2832), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2832), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2832), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2832), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2832), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2832), - [aux_sym_certificate_file_token1] = ACTIONS(2832), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2832), - [aux_sym_check_host_ip_token1] = ACTIONS(2832), - [aux_sym_ciphers_token1] = ACTIONS(2832), - [aux_sym_cipher_token1] = ACTIONS(2834), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2832), - [aux_sym_compression_token1] = ACTIONS(2832), - [aux_sym_connection_attempts_token1] = ACTIONS(2832), - [aux_sym_connect_timeout_token1] = ACTIONS(2832), - [aux_sym_control_master_token1] = ACTIONS(2832), - [aux_sym_control_path_token1] = ACTIONS(2832), - [aux_sym_control_persist_token1] = ACTIONS(2832), - [aux_sym_dynamic_forward_token1] = ACTIONS(2832), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2832), - [aux_sym_escape_char_token1] = ACTIONS(2832), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2832), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2832), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2832), - [aux_sym_forward_agent_token1] = ACTIONS(2832), - [aux_sym_forward_x11_token1] = ACTIONS(2834), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2832), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2832), - [aux_sym_gateway_ports_token1] = ACTIONS(2832), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2832), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2832), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2832), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2832), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2832), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2832), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2832), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2832), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2832), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2832), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2832), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2832), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2832), - [aux_sym_host_key_alias_token1] = ACTIONS(2832), - [aux_sym_hostname_token1] = ACTIONS(2832), - [aux_sym_identities_only_token1] = ACTIONS(2832), - [aux_sym_identity_agent_token1] = ACTIONS(2832), - [aux_sym_identity_file_token1] = ACTIONS(2832), - [aux_sym_ignore_unknown_token1] = ACTIONS(2832), - [aux_sym_include_token1] = ACTIONS(2832), - [aux_sym_ip_qos_token1] = ACTIONS(2832), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2832), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2832), - [aux_sym_kex_algorithms_token1] = ACTIONS(2832), - [aux_sym_known_hosts_command_token1] = ACTIONS(2832), - [aux_sym_local_command_token1] = ACTIONS(2832), - [aux_sym_local_forward_token1] = ACTIONS(2832), - [aux_sym_log_level_token1] = ACTIONS(2832), - [aux_sym_log_verbose_token1] = ACTIONS(2832), - [aux_sym_macs_token1] = ACTIONS(2832), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2832), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2832), - [aux_sym_password_authentication_token1] = ACTIONS(2832), - [aux_sym_permit_local_command_token1] = ACTIONS(2832), - [aux_sym_permit_remote_open_token1] = ACTIONS(2832), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2832), - [aux_sym_port_token1] = ACTIONS(2832), - [aux_sym_preferred_authentications_token1] = ACTIONS(2832), - [aux_sym_protocol_token1] = ACTIONS(2832), - [aux_sym_proxy_command_token1] = ACTIONS(2832), - [aux_sym_proxy_jump_token1] = ACTIONS(2832), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2832), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2832), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2832), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2832), - [aux_sym_rekey_limit_token1] = ACTIONS(2832), - [aux_sym_remote_command_token1] = ACTIONS(2832), - [aux_sym_remote_forward_token1] = ACTIONS(2832), - [aux_sym_request_tty_token1] = ACTIONS(2832), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2832), - [aux_sym_security_key_provider_token1] = ACTIONS(2832), - [aux_sym_send_env_token1] = ACTIONS(2832), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2832), - [aux_sym_server_alive_interval_token1] = ACTIONS(2832), - [aux_sym_session_type_token1] = ACTIONS(2832), - [aux_sym_set_env_token1] = ACTIONS(2832), - [aux_sym_stdin_null_token1] = ACTIONS(2832), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2832), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2832), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2832), - [aux_sym_syslog_facility_token1] = ACTIONS(2832), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2832), - [aux_sym_keep_alive_token1] = ACTIONS(2832), - [aux_sym_tunnel_token1] = ACTIONS(2834), - [aux_sym_tunnel_device_token1] = ACTIONS(2832), - [aux_sym_update_host_keys_token1] = ACTIONS(2832), - [aux_sym_use_keychain_token1] = ACTIONS(2832), - [aux_sym_use_roaming_token1] = ACTIONS(2832), - [aux_sym_user_token1] = ACTIONS(2834), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2832), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2832), - [aux_sym_visual_host_key_token1] = ACTIONS(2832), - [aux_sym_xauth_location_token1] = ACTIONS(2832), + [ts_builtin_sym_end] = ACTIONS(2841), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2843), + [anon_sym_DQUOTE] = ACTIONS(2841), + [aux_sym_match_token1] = ACTIONS(2841), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2841), + [aux_sym_address_family_token1] = ACTIONS(2841), + [aux_sym_batch_mode_token1] = ACTIONS(2841), + [aux_sym_bind_address_token1] = ACTIONS(2841), + [aux_sym_bind_interface_token1] = ACTIONS(2841), + [aux_sym_canonical_domains_token1] = ACTIONS(2841), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2841), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2841), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2841), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2841), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2841), + [aux_sym_certificate_file_token1] = ACTIONS(2841), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2841), + [aux_sym_check_host_ip_token1] = ACTIONS(2841), + [aux_sym_ciphers_token1] = ACTIONS(2841), + [aux_sym_cipher_token1] = ACTIONS(2843), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2841), + [aux_sym_compression_token1] = ACTIONS(2841), + [aux_sym_connection_attempts_token1] = ACTIONS(2841), + [aux_sym_connect_timeout_token1] = ACTIONS(2841), + [aux_sym_control_master_token1] = ACTIONS(2841), + [aux_sym_control_path_token1] = ACTIONS(2841), + [aux_sym_control_persist_token1] = ACTIONS(2841), + [aux_sym_dynamic_forward_token1] = ACTIONS(2841), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2841), + [aux_sym_escape_char_token1] = ACTIONS(2841), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2841), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2841), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2841), + [aux_sym_forward_agent_token1] = ACTIONS(2841), + [aux_sym_forward_x11_token1] = ACTIONS(2843), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2841), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2841), + [aux_sym_gateway_ports_token1] = ACTIONS(2841), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2841), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2841), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2841), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2841), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2841), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2841), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2841), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2841), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2841), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2841), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2841), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2841), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2841), + [aux_sym_host_key_alias_token1] = ACTIONS(2841), + [aux_sym_hostname_token1] = ACTIONS(2841), + [aux_sym_identities_only_token1] = ACTIONS(2841), + [aux_sym_identity_agent_token1] = ACTIONS(2841), + [aux_sym_identity_file_token1] = ACTIONS(2841), + [aux_sym_ignore_unknown_token1] = ACTIONS(2841), + [aux_sym_include_token1] = ACTIONS(2841), + [aux_sym_ip_qos_token1] = ACTIONS(2841), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2841), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2841), + [aux_sym_kex_algorithms_token1] = ACTIONS(2841), + [aux_sym_known_hosts_command_token1] = ACTIONS(2841), + [aux_sym_local_command_token1] = ACTIONS(2841), + [aux_sym_local_forward_token1] = ACTIONS(2841), + [aux_sym_log_level_token1] = ACTIONS(2841), + [aux_sym_log_verbose_token1] = ACTIONS(2841), + [aux_sym_macs_token1] = ACTIONS(2841), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2841), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2841), + [aux_sym_password_authentication_token1] = ACTIONS(2841), + [aux_sym_permit_local_command_token1] = ACTIONS(2841), + [aux_sym_permit_remote_open_token1] = ACTIONS(2841), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2841), + [aux_sym_port_token1] = ACTIONS(2841), + [aux_sym_preferred_authentications_token1] = ACTIONS(2841), + [aux_sym_protocol_token1] = ACTIONS(2841), + [aux_sym_proxy_command_token1] = ACTIONS(2841), + [aux_sym_proxy_jump_token1] = ACTIONS(2841), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2841), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2841), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2841), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2841), + [aux_sym_rekey_limit_token1] = ACTIONS(2841), + [aux_sym_remote_command_token1] = ACTIONS(2841), + [aux_sym_remote_forward_token1] = ACTIONS(2841), + [aux_sym_request_tty_token1] = ACTIONS(2841), + [aux_sym_required_rsa_size_token1] = ACTIONS(2841), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2841), + [aux_sym_security_key_provider_token1] = ACTIONS(2841), + [aux_sym_send_env_token1] = ACTIONS(2841), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2841), + [aux_sym_server_alive_interval_token1] = ACTIONS(2841), + [aux_sym_session_type_token1] = ACTIONS(2841), + [aux_sym_set_env_token1] = ACTIONS(2841), + [aux_sym_stdin_null_token1] = ACTIONS(2841), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2841), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2841), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2841), + [aux_sym_syslog_facility_token1] = ACTIONS(2841), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2841), + [aux_sym_keep_alive_token1] = ACTIONS(2841), + [aux_sym_tunnel_token1] = ACTIONS(2843), + [aux_sym_tunnel_device_token1] = ACTIONS(2841), + [aux_sym_update_host_keys_token1] = ACTIONS(2841), + [aux_sym_use_keychain_token1] = ACTIONS(2841), + [aux_sym_use_roaming_token1] = ACTIONS(2841), + [aux_sym_user_token1] = ACTIONS(2843), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2841), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2841), + [aux_sym_visual_host_key_token1] = ACTIONS(2841), + [aux_sym_xauth_location_token1] = ACTIONS(2841), }, [417] = { - [ts_builtin_sym_end] = ACTIONS(2838), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2840), - [anon_sym_DQUOTE] = ACTIONS(2838), - [aux_sym_match_token1] = ACTIONS(2838), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2838), - [aux_sym_address_family_token1] = ACTIONS(2838), - [aux_sym_batch_mode_token1] = ACTIONS(2838), - [aux_sym_bind_address_token1] = ACTIONS(2838), - [aux_sym_bind_interface_token1] = ACTIONS(2838), - [aux_sym_canonical_domains_token1] = ACTIONS(2838), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2838), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2838), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2838), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2838), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2838), - [aux_sym_certificate_file_token1] = ACTIONS(2838), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2838), - [aux_sym_check_host_ip_token1] = ACTIONS(2838), - [aux_sym_ciphers_token1] = ACTIONS(2838), - [aux_sym_cipher_token1] = ACTIONS(2840), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2838), - [aux_sym_compression_token1] = ACTIONS(2838), - [aux_sym_connection_attempts_token1] = ACTIONS(2838), - [aux_sym_connect_timeout_token1] = ACTIONS(2838), - [aux_sym_control_master_token1] = ACTIONS(2838), - [aux_sym_control_path_token1] = ACTIONS(2838), - [aux_sym_control_persist_token1] = ACTIONS(2838), - [aux_sym_dynamic_forward_token1] = ACTIONS(2838), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2838), - [aux_sym_escape_char_token1] = ACTIONS(2838), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2838), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2838), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2838), - [aux_sym_forward_agent_token1] = ACTIONS(2838), - [aux_sym_forward_x11_token1] = ACTIONS(2840), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2838), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2838), - [aux_sym_gateway_ports_token1] = ACTIONS(2838), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2838), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2838), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2838), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2838), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2838), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2838), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2838), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2838), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2838), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2838), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2838), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2838), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2838), - [aux_sym_host_key_alias_token1] = ACTIONS(2838), - [aux_sym_hostname_token1] = ACTIONS(2838), - [aux_sym_identities_only_token1] = ACTIONS(2838), - [aux_sym_identity_agent_token1] = ACTIONS(2838), - [aux_sym_identity_file_token1] = ACTIONS(2838), - [aux_sym_ignore_unknown_token1] = ACTIONS(2838), - [aux_sym_include_token1] = ACTIONS(2838), - [aux_sym_ip_qos_token1] = ACTIONS(2838), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2838), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2838), - [aux_sym_kex_algorithms_token1] = ACTIONS(2838), - [aux_sym_known_hosts_command_token1] = ACTIONS(2838), - [aux_sym_local_command_token1] = ACTIONS(2838), - [aux_sym_local_forward_token1] = ACTIONS(2838), - [aux_sym_log_level_token1] = ACTIONS(2838), - [aux_sym_log_verbose_token1] = ACTIONS(2838), - [aux_sym_macs_token1] = ACTIONS(2838), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2838), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2838), - [aux_sym_password_authentication_token1] = ACTIONS(2838), - [aux_sym_permit_local_command_token1] = ACTIONS(2838), - [aux_sym_permit_remote_open_token1] = ACTIONS(2838), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2838), - [aux_sym_port_token1] = ACTIONS(2838), - [aux_sym_preferred_authentications_token1] = ACTIONS(2838), - [aux_sym_protocol_token1] = ACTIONS(2838), - [aux_sym_proxy_command_token1] = ACTIONS(2838), - [aux_sym_proxy_jump_token1] = ACTIONS(2838), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2838), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2838), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2838), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2838), - [aux_sym_rekey_limit_token1] = ACTIONS(2838), - [aux_sym_remote_command_token1] = ACTIONS(2838), - [aux_sym_remote_forward_token1] = ACTIONS(2838), - [aux_sym_request_tty_token1] = ACTIONS(2838), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2838), - [aux_sym_security_key_provider_token1] = ACTIONS(2838), - [aux_sym_send_env_token1] = ACTIONS(2838), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2838), - [aux_sym_server_alive_interval_token1] = ACTIONS(2838), - [aux_sym_session_type_token1] = ACTIONS(2838), - [aux_sym_set_env_token1] = ACTIONS(2838), - [aux_sym_stdin_null_token1] = ACTIONS(2838), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2838), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2838), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2838), - [aux_sym_syslog_facility_token1] = ACTIONS(2838), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2838), - [aux_sym_keep_alive_token1] = ACTIONS(2838), - [aux_sym_tunnel_token1] = ACTIONS(2840), - [aux_sym_tunnel_device_token1] = ACTIONS(2838), - [aux_sym_update_host_keys_token1] = ACTIONS(2838), - [aux_sym_use_keychain_token1] = ACTIONS(2838), - [aux_sym_use_roaming_token1] = ACTIONS(2838), - [aux_sym_user_token1] = ACTIONS(2840), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2838), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2838), - [aux_sym_visual_host_key_token1] = ACTIONS(2838), - [aux_sym_xauth_location_token1] = ACTIONS(2838), + [ts_builtin_sym_end] = ACTIONS(2845), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2847), + [anon_sym_DQUOTE] = ACTIONS(2845), + [aux_sym_match_token1] = ACTIONS(2845), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2845), + [aux_sym_address_family_token1] = ACTIONS(2845), + [aux_sym_batch_mode_token1] = ACTIONS(2845), + [aux_sym_bind_address_token1] = ACTIONS(2845), + [aux_sym_bind_interface_token1] = ACTIONS(2845), + [aux_sym_canonical_domains_token1] = ACTIONS(2845), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2845), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2845), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2845), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2845), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2845), + [aux_sym_certificate_file_token1] = ACTIONS(2845), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2845), + [aux_sym_check_host_ip_token1] = ACTIONS(2845), + [aux_sym_ciphers_token1] = ACTIONS(2845), + [aux_sym_cipher_token1] = ACTIONS(2847), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2845), + [aux_sym_compression_token1] = ACTIONS(2845), + [aux_sym_connection_attempts_token1] = ACTIONS(2845), + [aux_sym_connect_timeout_token1] = ACTIONS(2845), + [aux_sym_control_master_token1] = ACTIONS(2845), + [aux_sym_control_path_token1] = ACTIONS(2845), + [aux_sym_control_persist_token1] = ACTIONS(2845), + [aux_sym_dynamic_forward_token1] = ACTIONS(2845), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2845), + [aux_sym_escape_char_token1] = ACTIONS(2845), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2845), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2845), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2845), + [aux_sym_forward_agent_token1] = ACTIONS(2845), + [aux_sym_forward_x11_token1] = ACTIONS(2847), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2845), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2845), + [aux_sym_gateway_ports_token1] = ACTIONS(2845), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2845), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2845), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2845), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2845), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2845), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2845), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2845), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2845), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2845), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2845), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2845), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2845), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2845), + [aux_sym_host_key_alias_token1] = ACTIONS(2845), + [aux_sym_hostname_token1] = ACTIONS(2845), + [aux_sym_identities_only_token1] = ACTIONS(2845), + [aux_sym_identity_agent_token1] = ACTIONS(2845), + [aux_sym_identity_file_token1] = ACTIONS(2845), + [aux_sym_ignore_unknown_token1] = ACTIONS(2845), + [aux_sym_include_token1] = ACTIONS(2845), + [aux_sym_ip_qos_token1] = ACTIONS(2845), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2845), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2845), + [aux_sym_kex_algorithms_token1] = ACTIONS(2845), + [aux_sym_known_hosts_command_token1] = ACTIONS(2845), + [aux_sym_local_command_token1] = ACTIONS(2845), + [aux_sym_local_forward_token1] = ACTIONS(2845), + [aux_sym_log_level_token1] = ACTIONS(2845), + [aux_sym_log_verbose_token1] = ACTIONS(2845), + [aux_sym_macs_token1] = ACTIONS(2845), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2845), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2845), + [aux_sym_password_authentication_token1] = ACTIONS(2845), + [aux_sym_permit_local_command_token1] = ACTIONS(2845), + [aux_sym_permit_remote_open_token1] = ACTIONS(2845), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2845), + [aux_sym_port_token1] = ACTIONS(2845), + [aux_sym_preferred_authentications_token1] = ACTIONS(2845), + [aux_sym_protocol_token1] = ACTIONS(2845), + [aux_sym_proxy_command_token1] = ACTIONS(2845), + [aux_sym_proxy_jump_token1] = ACTIONS(2845), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2845), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2845), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2845), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2845), + [aux_sym_rekey_limit_token1] = ACTIONS(2845), + [aux_sym_remote_command_token1] = ACTIONS(2845), + [aux_sym_remote_forward_token1] = ACTIONS(2845), + [aux_sym_request_tty_token1] = ACTIONS(2845), + [aux_sym_required_rsa_size_token1] = ACTIONS(2845), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2845), + [aux_sym_security_key_provider_token1] = ACTIONS(2845), + [aux_sym_send_env_token1] = ACTIONS(2845), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2845), + [aux_sym_server_alive_interval_token1] = ACTIONS(2845), + [aux_sym_session_type_token1] = ACTIONS(2845), + [aux_sym_set_env_token1] = ACTIONS(2845), + [aux_sym_stdin_null_token1] = ACTIONS(2845), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2845), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2845), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2845), + [aux_sym_syslog_facility_token1] = ACTIONS(2845), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2845), + [aux_sym_keep_alive_token1] = ACTIONS(2845), + [aux_sym_tunnel_token1] = ACTIONS(2847), + [aux_sym_tunnel_device_token1] = ACTIONS(2845), + [aux_sym_update_host_keys_token1] = ACTIONS(2845), + [aux_sym_use_keychain_token1] = ACTIONS(2845), + [aux_sym_use_roaming_token1] = ACTIONS(2845), + [aux_sym_user_token1] = ACTIONS(2847), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2845), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2845), + [aux_sym_visual_host_key_token1] = ACTIONS(2845), + [aux_sym_xauth_location_token1] = ACTIONS(2845), }, [418] = { - [ts_builtin_sym_end] = ACTIONS(2842), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2844), - [anon_sym_DQUOTE] = ACTIONS(2846), - [aux_sym_match_token1] = ACTIONS(2842), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2842), - [aux_sym_address_family_token1] = ACTIONS(2842), - [aux_sym_batch_mode_token1] = ACTIONS(2842), - [aux_sym_bind_address_token1] = ACTIONS(2842), - [aux_sym_bind_interface_token1] = ACTIONS(2842), - [aux_sym_canonical_domains_token1] = ACTIONS(2842), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2842), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2842), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2842), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2842), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2842), - [aux_sym_certificate_file_token1] = ACTIONS(2842), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2842), - [aux_sym_check_host_ip_token1] = ACTIONS(2842), - [aux_sym_ciphers_token1] = ACTIONS(2842), - [aux_sym_cipher_token1] = ACTIONS(2844), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2842), - [aux_sym_compression_token1] = ACTIONS(2842), - [aux_sym_connection_attempts_token1] = ACTIONS(2842), - [aux_sym_connect_timeout_token1] = ACTIONS(2842), - [aux_sym_control_master_token1] = ACTIONS(2842), - [aux_sym_control_path_token1] = ACTIONS(2842), - [aux_sym_control_persist_token1] = ACTIONS(2842), - [aux_sym_dynamic_forward_token1] = ACTIONS(2842), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2842), - [aux_sym_escape_char_token1] = ACTIONS(2842), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2842), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2842), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2842), - [aux_sym_forward_agent_token1] = ACTIONS(2842), - [aux_sym_forward_x11_token1] = ACTIONS(2844), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2842), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2842), - [aux_sym_gateway_ports_token1] = ACTIONS(2842), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2842), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2842), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2842), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2842), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2842), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2842), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2842), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2842), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2842), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2842), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2842), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2842), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2842), - [aux_sym_host_key_alias_token1] = ACTIONS(2842), - [aux_sym_hostname_token1] = ACTIONS(2842), - [aux_sym_identities_only_token1] = ACTIONS(2842), - [aux_sym_identity_agent_token1] = ACTIONS(2842), - [aux_sym_identity_file_token1] = ACTIONS(2842), - [aux_sym_ignore_unknown_token1] = ACTIONS(2842), - [aux_sym_include_token1] = ACTIONS(2842), - [aux_sym_ip_qos_token1] = ACTIONS(2842), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2842), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2842), - [aux_sym_kex_algorithms_token1] = ACTIONS(2842), - [aux_sym_known_hosts_command_token1] = ACTIONS(2842), - [aux_sym_local_command_token1] = ACTIONS(2842), - [aux_sym_local_forward_token1] = ACTIONS(2842), - [aux_sym_log_level_token1] = ACTIONS(2842), - [aux_sym_log_verbose_token1] = ACTIONS(2842), - [aux_sym_macs_token1] = ACTIONS(2842), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2842), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2842), - [aux_sym_password_authentication_token1] = ACTIONS(2842), - [aux_sym_permit_local_command_token1] = ACTIONS(2842), - [aux_sym_permit_remote_open_token1] = ACTIONS(2842), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2842), - [aux_sym_port_token1] = ACTIONS(2842), - [aux_sym_preferred_authentications_token1] = ACTIONS(2842), - [aux_sym_protocol_token1] = ACTIONS(2842), - [aux_sym_proxy_command_token1] = ACTIONS(2842), - [aux_sym_proxy_jump_token1] = ACTIONS(2842), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2842), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2842), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2842), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2842), - [aux_sym_rekey_limit_token1] = ACTIONS(2842), - [aux_sym_remote_command_token1] = ACTIONS(2842), - [aux_sym_remote_forward_token1] = ACTIONS(2842), - [aux_sym_request_tty_token1] = ACTIONS(2842), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2842), - [aux_sym_security_key_provider_token1] = ACTIONS(2842), - [aux_sym_send_env_token1] = ACTIONS(2842), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2842), - [aux_sym_server_alive_interval_token1] = ACTIONS(2842), - [aux_sym_session_type_token1] = ACTIONS(2842), - [aux_sym_set_env_token1] = ACTIONS(2842), - [aux_sym_stdin_null_token1] = ACTIONS(2842), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2842), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2842), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2842), - [aux_sym_syslog_facility_token1] = ACTIONS(2842), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2842), - [aux_sym_keep_alive_token1] = ACTIONS(2842), - [aux_sym_tunnel_token1] = ACTIONS(2844), - [aux_sym_tunnel_device_token1] = ACTIONS(2842), - [aux_sym_update_host_keys_token1] = ACTIONS(2842), - [aux_sym_use_keychain_token1] = ACTIONS(2842), - [aux_sym_use_roaming_token1] = ACTIONS(2842), - [aux_sym_user_token1] = ACTIONS(2844), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2842), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2842), - [aux_sym_visual_host_key_token1] = ACTIONS(2842), - [aux_sym_xauth_location_token1] = ACTIONS(2842), + [ts_builtin_sym_end] = ACTIONS(2849), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2851), + [anon_sym_DQUOTE] = ACTIONS(2853), + [aux_sym_match_token1] = ACTIONS(2849), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2849), + [aux_sym_address_family_token1] = ACTIONS(2849), + [aux_sym_batch_mode_token1] = ACTIONS(2849), + [aux_sym_bind_address_token1] = ACTIONS(2849), + [aux_sym_bind_interface_token1] = ACTIONS(2849), + [aux_sym_canonical_domains_token1] = ACTIONS(2849), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2849), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2849), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2849), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2849), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2849), + [aux_sym_certificate_file_token1] = ACTIONS(2849), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2849), + [aux_sym_check_host_ip_token1] = ACTIONS(2849), + [aux_sym_ciphers_token1] = ACTIONS(2849), + [aux_sym_cipher_token1] = ACTIONS(2851), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2849), + [aux_sym_compression_token1] = ACTIONS(2849), + [aux_sym_connection_attempts_token1] = ACTIONS(2849), + [aux_sym_connect_timeout_token1] = ACTIONS(2849), + [aux_sym_control_master_token1] = ACTIONS(2849), + [aux_sym_control_path_token1] = ACTIONS(2849), + [aux_sym_control_persist_token1] = ACTIONS(2849), + [aux_sym_dynamic_forward_token1] = ACTIONS(2849), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2849), + [aux_sym_escape_char_token1] = ACTIONS(2849), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2849), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2849), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2849), + [aux_sym_forward_agent_token1] = ACTIONS(2849), + [aux_sym_forward_x11_token1] = ACTIONS(2851), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2849), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2849), + [aux_sym_gateway_ports_token1] = ACTIONS(2849), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2849), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2849), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2849), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2849), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2849), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2849), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2849), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2849), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2849), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2849), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2849), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2849), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2849), + [aux_sym_host_key_alias_token1] = ACTIONS(2849), + [aux_sym_hostname_token1] = ACTIONS(2849), + [aux_sym_identities_only_token1] = ACTIONS(2849), + [aux_sym_identity_agent_token1] = ACTIONS(2849), + [aux_sym_identity_file_token1] = ACTIONS(2849), + [aux_sym_ignore_unknown_token1] = ACTIONS(2849), + [aux_sym_include_token1] = ACTIONS(2849), + [aux_sym_ip_qos_token1] = ACTIONS(2849), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2849), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2849), + [aux_sym_kex_algorithms_token1] = ACTIONS(2849), + [aux_sym_known_hosts_command_token1] = ACTIONS(2849), + [aux_sym_local_command_token1] = ACTIONS(2849), + [aux_sym_local_forward_token1] = ACTIONS(2849), + [aux_sym_log_level_token1] = ACTIONS(2849), + [aux_sym_log_verbose_token1] = ACTIONS(2849), + [aux_sym_macs_token1] = ACTIONS(2849), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2849), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2849), + [aux_sym_password_authentication_token1] = ACTIONS(2849), + [aux_sym_permit_local_command_token1] = ACTIONS(2849), + [aux_sym_permit_remote_open_token1] = ACTIONS(2849), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2849), + [aux_sym_port_token1] = ACTIONS(2849), + [aux_sym_preferred_authentications_token1] = ACTIONS(2849), + [aux_sym_protocol_token1] = ACTIONS(2849), + [aux_sym_proxy_command_token1] = ACTIONS(2849), + [aux_sym_proxy_jump_token1] = ACTIONS(2849), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2849), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2849), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2849), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2849), + [aux_sym_rekey_limit_token1] = ACTIONS(2849), + [aux_sym_remote_command_token1] = ACTIONS(2849), + [aux_sym_remote_forward_token1] = ACTIONS(2849), + [aux_sym_request_tty_token1] = ACTIONS(2849), + [aux_sym_required_rsa_size_token1] = ACTIONS(2849), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2849), + [aux_sym_security_key_provider_token1] = ACTIONS(2849), + [aux_sym_send_env_token1] = ACTIONS(2849), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2849), + [aux_sym_server_alive_interval_token1] = ACTIONS(2849), + [aux_sym_session_type_token1] = ACTIONS(2849), + [aux_sym_set_env_token1] = ACTIONS(2849), + [aux_sym_stdin_null_token1] = ACTIONS(2849), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2849), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2849), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2849), + [aux_sym_syslog_facility_token1] = ACTIONS(2849), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2849), + [aux_sym_keep_alive_token1] = ACTIONS(2849), + [aux_sym_tunnel_token1] = ACTIONS(2851), + [aux_sym_tunnel_device_token1] = ACTIONS(2849), + [aux_sym_update_host_keys_token1] = ACTIONS(2849), + [aux_sym_use_keychain_token1] = ACTIONS(2849), + [aux_sym_use_roaming_token1] = ACTIONS(2849), + [aux_sym_user_token1] = ACTIONS(2851), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2849), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2849), + [aux_sym_visual_host_key_token1] = ACTIONS(2849), + [aux_sym_xauth_location_token1] = ACTIONS(2849), }, [419] = { - [ts_builtin_sym_end] = ACTIONS(2848), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2850), - [anon_sym_DQUOTE] = ACTIONS(2848), - [aux_sym_match_token1] = ACTIONS(2848), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2848), - [aux_sym_address_family_token1] = ACTIONS(2848), - [aux_sym_batch_mode_token1] = ACTIONS(2848), - [aux_sym_bind_address_token1] = ACTIONS(2848), - [aux_sym_bind_interface_token1] = ACTIONS(2848), - [aux_sym_canonical_domains_token1] = ACTIONS(2848), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2848), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2848), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2848), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2848), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2848), - [aux_sym_certificate_file_token1] = ACTIONS(2848), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2848), - [aux_sym_check_host_ip_token1] = ACTIONS(2848), - [aux_sym_ciphers_token1] = ACTIONS(2848), - [aux_sym_cipher_token1] = ACTIONS(2850), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2848), - [aux_sym_compression_token1] = ACTIONS(2848), - [aux_sym_connection_attempts_token1] = ACTIONS(2848), - [aux_sym_connect_timeout_token1] = ACTIONS(2848), - [aux_sym_control_master_token1] = ACTIONS(2848), - [aux_sym_control_path_token1] = ACTIONS(2848), - [aux_sym_control_persist_token1] = ACTIONS(2848), - [aux_sym_dynamic_forward_token1] = ACTIONS(2848), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2848), - [aux_sym_escape_char_token1] = ACTIONS(2848), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2848), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2848), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2848), - [aux_sym_forward_agent_token1] = ACTIONS(2848), - [aux_sym_forward_x11_token1] = ACTIONS(2850), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2848), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2848), - [aux_sym_gateway_ports_token1] = ACTIONS(2848), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2848), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2848), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2848), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2848), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2848), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2848), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2848), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2848), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2848), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2848), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2848), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2848), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2848), - [aux_sym_host_key_alias_token1] = ACTIONS(2848), - [aux_sym_hostname_token1] = ACTIONS(2848), - [aux_sym_identities_only_token1] = ACTIONS(2848), - [aux_sym_identity_agent_token1] = ACTIONS(2848), - [aux_sym_identity_file_token1] = ACTIONS(2848), - [aux_sym_ignore_unknown_token1] = ACTIONS(2848), - [aux_sym_include_token1] = ACTIONS(2848), - [aux_sym_ip_qos_token1] = ACTIONS(2848), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2848), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2848), - [aux_sym_kex_algorithms_token1] = ACTIONS(2848), - [aux_sym_known_hosts_command_token1] = ACTIONS(2848), - [aux_sym_local_command_token1] = ACTIONS(2848), - [aux_sym_local_forward_token1] = ACTIONS(2848), - [aux_sym_log_level_token1] = ACTIONS(2848), - [aux_sym_log_verbose_token1] = ACTIONS(2848), - [aux_sym_macs_token1] = ACTIONS(2848), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2848), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2848), - [aux_sym_password_authentication_token1] = ACTIONS(2848), - [aux_sym_permit_local_command_token1] = ACTIONS(2848), - [aux_sym_permit_remote_open_token1] = ACTIONS(2848), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2848), - [aux_sym_port_token1] = ACTIONS(2848), - [aux_sym_preferred_authentications_token1] = ACTIONS(2848), - [aux_sym_protocol_token1] = ACTIONS(2848), - [aux_sym_proxy_command_token1] = ACTIONS(2848), - [aux_sym_proxy_jump_token1] = ACTIONS(2848), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2848), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2848), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2848), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2848), - [aux_sym_rekey_limit_token1] = ACTIONS(2848), - [aux_sym_remote_command_token1] = ACTIONS(2848), - [aux_sym_remote_forward_token1] = ACTIONS(2848), - [aux_sym_request_tty_token1] = ACTIONS(2848), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2848), - [aux_sym_security_key_provider_token1] = ACTIONS(2848), - [aux_sym_send_env_token1] = ACTIONS(2848), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2848), - [aux_sym_server_alive_interval_token1] = ACTIONS(2848), - [aux_sym_session_type_token1] = ACTIONS(2848), - [aux_sym_set_env_token1] = ACTIONS(2848), - [aux_sym_stdin_null_token1] = ACTIONS(2848), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2848), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2848), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2848), - [aux_sym_syslog_facility_token1] = ACTIONS(2848), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2848), - [aux_sym_keep_alive_token1] = ACTIONS(2848), - [aux_sym_tunnel_token1] = ACTIONS(2850), - [aux_sym_tunnel_device_token1] = ACTIONS(2848), - [aux_sym_update_host_keys_token1] = ACTIONS(2848), - [aux_sym_use_keychain_token1] = ACTIONS(2848), - [aux_sym_use_roaming_token1] = ACTIONS(2848), - [aux_sym_user_token1] = ACTIONS(2850), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2848), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2848), - [aux_sym_visual_host_key_token1] = ACTIONS(2848), - [aux_sym_xauth_location_token1] = ACTIONS(2848), + [ts_builtin_sym_end] = ACTIONS(2855), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2857), + [anon_sym_DQUOTE] = ACTIONS(2855), + [aux_sym_match_token1] = ACTIONS(2855), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2855), + [aux_sym_address_family_token1] = ACTIONS(2855), + [aux_sym_batch_mode_token1] = ACTIONS(2855), + [aux_sym_bind_address_token1] = ACTIONS(2855), + [aux_sym_bind_interface_token1] = ACTIONS(2855), + [aux_sym_canonical_domains_token1] = ACTIONS(2855), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2855), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2855), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2855), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2855), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2855), + [aux_sym_certificate_file_token1] = ACTIONS(2855), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2855), + [aux_sym_check_host_ip_token1] = ACTIONS(2855), + [aux_sym_ciphers_token1] = ACTIONS(2855), + [aux_sym_cipher_token1] = ACTIONS(2857), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2855), + [aux_sym_compression_token1] = ACTIONS(2855), + [aux_sym_connection_attempts_token1] = ACTIONS(2855), + [aux_sym_connect_timeout_token1] = ACTIONS(2855), + [aux_sym_control_master_token1] = ACTIONS(2855), + [aux_sym_control_path_token1] = ACTIONS(2855), + [aux_sym_control_persist_token1] = ACTIONS(2855), + [aux_sym_dynamic_forward_token1] = ACTIONS(2855), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2855), + [aux_sym_escape_char_token1] = ACTIONS(2855), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2855), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2855), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2855), + [aux_sym_forward_agent_token1] = ACTIONS(2855), + [aux_sym_forward_x11_token1] = ACTIONS(2857), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2855), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2855), + [aux_sym_gateway_ports_token1] = ACTIONS(2855), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2855), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2855), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2855), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2855), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2855), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2855), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2855), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2855), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2855), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2855), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2855), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2855), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2855), + [aux_sym_host_key_alias_token1] = ACTIONS(2855), + [aux_sym_hostname_token1] = ACTIONS(2855), + [aux_sym_identities_only_token1] = ACTIONS(2855), + [aux_sym_identity_agent_token1] = ACTIONS(2855), + [aux_sym_identity_file_token1] = ACTIONS(2855), + [aux_sym_ignore_unknown_token1] = ACTIONS(2855), + [aux_sym_include_token1] = ACTIONS(2855), + [aux_sym_ip_qos_token1] = ACTIONS(2855), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2855), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2855), + [aux_sym_kex_algorithms_token1] = ACTIONS(2855), + [aux_sym_known_hosts_command_token1] = ACTIONS(2855), + [aux_sym_local_command_token1] = ACTIONS(2855), + [aux_sym_local_forward_token1] = ACTIONS(2855), + [aux_sym_log_level_token1] = ACTIONS(2855), + [aux_sym_log_verbose_token1] = ACTIONS(2855), + [aux_sym_macs_token1] = ACTIONS(2855), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2855), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2855), + [aux_sym_password_authentication_token1] = ACTIONS(2855), + [aux_sym_permit_local_command_token1] = ACTIONS(2855), + [aux_sym_permit_remote_open_token1] = ACTIONS(2855), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2855), + [aux_sym_port_token1] = ACTIONS(2855), + [aux_sym_preferred_authentications_token1] = ACTIONS(2855), + [aux_sym_protocol_token1] = ACTIONS(2855), + [aux_sym_proxy_command_token1] = ACTIONS(2855), + [aux_sym_proxy_jump_token1] = ACTIONS(2855), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2855), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2855), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2855), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2855), + [aux_sym_rekey_limit_token1] = ACTIONS(2855), + [aux_sym_remote_command_token1] = ACTIONS(2855), + [aux_sym_remote_forward_token1] = ACTIONS(2855), + [aux_sym_request_tty_token1] = ACTIONS(2855), + [aux_sym_required_rsa_size_token1] = ACTIONS(2855), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2855), + [aux_sym_security_key_provider_token1] = ACTIONS(2855), + [aux_sym_send_env_token1] = ACTIONS(2855), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2855), + [aux_sym_server_alive_interval_token1] = ACTIONS(2855), + [aux_sym_session_type_token1] = ACTIONS(2855), + [aux_sym_set_env_token1] = ACTIONS(2855), + [aux_sym_stdin_null_token1] = ACTIONS(2855), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2855), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2855), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2855), + [aux_sym_syslog_facility_token1] = ACTIONS(2855), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2855), + [aux_sym_keep_alive_token1] = ACTIONS(2855), + [aux_sym_tunnel_token1] = ACTIONS(2857), + [aux_sym_tunnel_device_token1] = ACTIONS(2855), + [aux_sym_update_host_keys_token1] = ACTIONS(2855), + [aux_sym_use_keychain_token1] = ACTIONS(2855), + [aux_sym_use_roaming_token1] = ACTIONS(2855), + [aux_sym_user_token1] = ACTIONS(2857), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2855), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2855), + [aux_sym_visual_host_key_token1] = ACTIONS(2855), + [aux_sym_xauth_location_token1] = ACTIONS(2855), }, [420] = { - [ts_builtin_sym_end] = ACTIONS(2852), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2854), - [anon_sym_DQUOTE] = ACTIONS(2856), - [aux_sym_match_token1] = ACTIONS(2852), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2852), - [aux_sym_address_family_token1] = ACTIONS(2852), - [aux_sym_batch_mode_token1] = ACTIONS(2852), - [aux_sym_bind_address_token1] = ACTIONS(2852), - [aux_sym_bind_interface_token1] = ACTIONS(2852), - [aux_sym_canonical_domains_token1] = ACTIONS(2852), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2852), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2852), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2852), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2852), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2852), - [aux_sym_certificate_file_token1] = ACTIONS(2852), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2852), - [aux_sym_check_host_ip_token1] = ACTIONS(2852), - [aux_sym_ciphers_token1] = ACTIONS(2852), - [aux_sym_cipher_token1] = ACTIONS(2854), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2852), - [aux_sym_compression_token1] = ACTIONS(2852), - [aux_sym_connection_attempts_token1] = ACTIONS(2852), - [aux_sym_connect_timeout_token1] = ACTIONS(2852), - [aux_sym_control_master_token1] = ACTIONS(2852), - [aux_sym_control_path_token1] = ACTIONS(2852), - [aux_sym_control_persist_token1] = ACTIONS(2852), - [aux_sym_dynamic_forward_token1] = ACTIONS(2852), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2852), - [aux_sym_escape_char_token1] = ACTIONS(2852), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2852), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2852), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2852), - [aux_sym_forward_agent_token1] = ACTIONS(2852), - [aux_sym_forward_x11_token1] = ACTIONS(2854), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2852), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2852), - [aux_sym_gateway_ports_token1] = ACTIONS(2852), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2852), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2852), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2852), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2852), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2852), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2852), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2852), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2852), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2852), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2852), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2852), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2852), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2852), - [aux_sym_host_key_alias_token1] = ACTIONS(2852), - [aux_sym_hostname_token1] = ACTIONS(2852), - [aux_sym_identities_only_token1] = ACTIONS(2852), - [aux_sym_identity_agent_token1] = ACTIONS(2852), - [aux_sym_identity_file_token1] = ACTIONS(2852), - [aux_sym_ignore_unknown_token1] = ACTIONS(2852), - [aux_sym_include_token1] = ACTIONS(2852), - [aux_sym_ip_qos_token1] = ACTIONS(2852), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2852), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2852), - [aux_sym_kex_algorithms_token1] = ACTIONS(2852), - [aux_sym_known_hosts_command_token1] = ACTIONS(2852), - [aux_sym_local_command_token1] = ACTIONS(2852), - [aux_sym_local_forward_token1] = ACTIONS(2852), - [aux_sym_log_level_token1] = ACTIONS(2852), - [aux_sym_log_verbose_token1] = ACTIONS(2852), - [aux_sym_macs_token1] = ACTIONS(2852), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2852), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2852), - [aux_sym_password_authentication_token1] = ACTIONS(2852), - [aux_sym_permit_local_command_token1] = ACTIONS(2852), - [aux_sym_permit_remote_open_token1] = ACTIONS(2852), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2852), - [aux_sym_port_token1] = ACTIONS(2852), - [aux_sym_preferred_authentications_token1] = ACTIONS(2852), - [aux_sym_protocol_token1] = ACTIONS(2852), - [aux_sym_proxy_command_token1] = ACTIONS(2852), - [aux_sym_proxy_jump_token1] = ACTIONS(2852), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2852), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2852), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2852), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2852), - [aux_sym_rekey_limit_token1] = ACTIONS(2852), - [aux_sym_remote_command_token1] = ACTIONS(2852), - [aux_sym_remote_forward_token1] = ACTIONS(2852), - [aux_sym_request_tty_token1] = ACTIONS(2852), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2852), - [aux_sym_security_key_provider_token1] = ACTIONS(2852), - [aux_sym_send_env_token1] = ACTIONS(2852), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2852), - [aux_sym_server_alive_interval_token1] = ACTIONS(2852), - [aux_sym_session_type_token1] = ACTIONS(2852), - [aux_sym_set_env_token1] = ACTIONS(2852), - [aux_sym_stdin_null_token1] = ACTIONS(2852), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2852), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2852), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2852), - [aux_sym_syslog_facility_token1] = ACTIONS(2852), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2852), - [aux_sym_keep_alive_token1] = ACTIONS(2852), - [aux_sym_tunnel_token1] = ACTIONS(2854), - [aux_sym_tunnel_device_token1] = ACTIONS(2852), - [aux_sym_update_host_keys_token1] = ACTIONS(2852), - [aux_sym_use_keychain_token1] = ACTIONS(2852), - [aux_sym_use_roaming_token1] = ACTIONS(2852), - [aux_sym_user_token1] = ACTIONS(2854), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2852), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2852), - [aux_sym_visual_host_key_token1] = ACTIONS(2852), - [aux_sym_xauth_location_token1] = ACTIONS(2852), + [ts_builtin_sym_end] = ACTIONS(2859), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2861), + [anon_sym_DQUOTE] = ACTIONS(2863), + [aux_sym_match_token1] = ACTIONS(2859), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2859), + [aux_sym_address_family_token1] = ACTIONS(2859), + [aux_sym_batch_mode_token1] = ACTIONS(2859), + [aux_sym_bind_address_token1] = ACTIONS(2859), + [aux_sym_bind_interface_token1] = ACTIONS(2859), + [aux_sym_canonical_domains_token1] = ACTIONS(2859), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2859), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2859), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2859), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2859), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2859), + [aux_sym_certificate_file_token1] = ACTIONS(2859), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2859), + [aux_sym_check_host_ip_token1] = ACTIONS(2859), + [aux_sym_ciphers_token1] = ACTIONS(2859), + [aux_sym_cipher_token1] = ACTIONS(2861), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2859), + [aux_sym_compression_token1] = ACTIONS(2859), + [aux_sym_connection_attempts_token1] = ACTIONS(2859), + [aux_sym_connect_timeout_token1] = ACTIONS(2859), + [aux_sym_control_master_token1] = ACTIONS(2859), + [aux_sym_control_path_token1] = ACTIONS(2859), + [aux_sym_control_persist_token1] = ACTIONS(2859), + [aux_sym_dynamic_forward_token1] = ACTIONS(2859), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2859), + [aux_sym_escape_char_token1] = ACTIONS(2859), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2859), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2859), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2859), + [aux_sym_forward_agent_token1] = ACTIONS(2859), + [aux_sym_forward_x11_token1] = ACTIONS(2861), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2859), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2859), + [aux_sym_gateway_ports_token1] = ACTIONS(2859), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2859), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2859), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2859), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2859), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2859), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2859), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2859), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2859), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2859), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2859), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2859), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2859), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2859), + [aux_sym_host_key_alias_token1] = ACTIONS(2859), + [aux_sym_hostname_token1] = ACTIONS(2859), + [aux_sym_identities_only_token1] = ACTIONS(2859), + [aux_sym_identity_agent_token1] = ACTIONS(2859), + [aux_sym_identity_file_token1] = ACTIONS(2859), + [aux_sym_ignore_unknown_token1] = ACTIONS(2859), + [aux_sym_include_token1] = ACTIONS(2859), + [aux_sym_ip_qos_token1] = ACTIONS(2859), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2859), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2859), + [aux_sym_kex_algorithms_token1] = ACTIONS(2859), + [aux_sym_known_hosts_command_token1] = ACTIONS(2859), + [aux_sym_local_command_token1] = ACTIONS(2859), + [aux_sym_local_forward_token1] = ACTIONS(2859), + [aux_sym_log_level_token1] = ACTIONS(2859), + [aux_sym_log_verbose_token1] = ACTIONS(2859), + [aux_sym_macs_token1] = ACTIONS(2859), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2859), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2859), + [aux_sym_password_authentication_token1] = ACTIONS(2859), + [aux_sym_permit_local_command_token1] = ACTIONS(2859), + [aux_sym_permit_remote_open_token1] = ACTIONS(2859), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2859), + [aux_sym_port_token1] = ACTIONS(2859), + [aux_sym_preferred_authentications_token1] = ACTIONS(2859), + [aux_sym_protocol_token1] = ACTIONS(2859), + [aux_sym_proxy_command_token1] = ACTIONS(2859), + [aux_sym_proxy_jump_token1] = ACTIONS(2859), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2859), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2859), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2859), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2859), + [aux_sym_rekey_limit_token1] = ACTIONS(2859), + [aux_sym_remote_command_token1] = ACTIONS(2859), + [aux_sym_remote_forward_token1] = ACTIONS(2859), + [aux_sym_request_tty_token1] = ACTIONS(2859), + [aux_sym_required_rsa_size_token1] = ACTIONS(2859), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2859), + [aux_sym_security_key_provider_token1] = ACTIONS(2859), + [aux_sym_send_env_token1] = ACTIONS(2859), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2859), + [aux_sym_server_alive_interval_token1] = ACTIONS(2859), + [aux_sym_session_type_token1] = ACTIONS(2859), + [aux_sym_set_env_token1] = ACTIONS(2859), + [aux_sym_stdin_null_token1] = ACTIONS(2859), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2859), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2859), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2859), + [aux_sym_syslog_facility_token1] = ACTIONS(2859), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2859), + [aux_sym_keep_alive_token1] = ACTIONS(2859), + [aux_sym_tunnel_token1] = ACTIONS(2861), + [aux_sym_tunnel_device_token1] = ACTIONS(2859), + [aux_sym_update_host_keys_token1] = ACTIONS(2859), + [aux_sym_use_keychain_token1] = ACTIONS(2859), + [aux_sym_use_roaming_token1] = ACTIONS(2859), + [aux_sym_user_token1] = ACTIONS(2861), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2859), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2859), + [aux_sym_visual_host_key_token1] = ACTIONS(2859), + [aux_sym_xauth_location_token1] = ACTIONS(2859), }, [421] = { - [ts_builtin_sym_end] = ACTIONS(2858), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2860), - [anon_sym_DQUOTE] = ACTIONS(2858), - [aux_sym_match_token1] = ACTIONS(2858), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2858), - [aux_sym_address_family_token1] = ACTIONS(2858), - [aux_sym_batch_mode_token1] = ACTIONS(2858), - [aux_sym_bind_address_token1] = ACTIONS(2858), - [aux_sym_bind_interface_token1] = ACTIONS(2858), - [aux_sym_canonical_domains_token1] = ACTIONS(2858), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2858), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2858), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2858), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2858), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2858), - [aux_sym_certificate_file_token1] = ACTIONS(2858), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2858), - [aux_sym_check_host_ip_token1] = ACTIONS(2858), - [aux_sym_ciphers_token1] = ACTIONS(2858), - [aux_sym_cipher_token1] = ACTIONS(2860), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2858), - [aux_sym_compression_token1] = ACTIONS(2858), - [aux_sym_connection_attempts_token1] = ACTIONS(2858), - [aux_sym_connect_timeout_token1] = ACTIONS(2858), - [aux_sym_control_master_token1] = ACTIONS(2858), - [aux_sym_control_path_token1] = ACTIONS(2858), - [aux_sym_control_persist_token1] = ACTIONS(2858), - [aux_sym_dynamic_forward_token1] = ACTIONS(2858), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2858), - [aux_sym_escape_char_token1] = ACTIONS(2858), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2858), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2858), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2858), - [aux_sym_forward_agent_token1] = ACTIONS(2858), - [aux_sym_forward_x11_token1] = ACTIONS(2860), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2858), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2858), - [aux_sym_gateway_ports_token1] = ACTIONS(2858), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2858), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2858), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2858), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2858), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2858), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2858), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2858), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2858), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2858), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2858), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2858), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2858), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2858), - [aux_sym_host_key_alias_token1] = ACTIONS(2858), - [aux_sym_hostname_token1] = ACTIONS(2858), - [aux_sym_identities_only_token1] = ACTIONS(2858), - [aux_sym_identity_agent_token1] = ACTIONS(2858), - [aux_sym_identity_file_token1] = ACTIONS(2858), - [aux_sym_ignore_unknown_token1] = ACTIONS(2858), - [aux_sym_include_token1] = ACTIONS(2858), - [aux_sym_ip_qos_token1] = ACTIONS(2858), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2858), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2858), - [aux_sym_kex_algorithms_token1] = ACTIONS(2858), - [aux_sym_known_hosts_command_token1] = ACTIONS(2858), - [aux_sym_local_command_token1] = ACTIONS(2858), - [aux_sym_local_forward_token1] = ACTIONS(2858), - [aux_sym_log_level_token1] = ACTIONS(2858), - [aux_sym_log_verbose_token1] = ACTIONS(2858), - [aux_sym_macs_token1] = ACTIONS(2858), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2858), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2858), - [aux_sym_password_authentication_token1] = ACTIONS(2858), - [aux_sym_permit_local_command_token1] = ACTIONS(2858), - [aux_sym_permit_remote_open_token1] = ACTIONS(2858), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2858), - [aux_sym_port_token1] = ACTIONS(2858), - [aux_sym_preferred_authentications_token1] = ACTIONS(2858), - [aux_sym_protocol_token1] = ACTIONS(2858), - [aux_sym_proxy_command_token1] = ACTIONS(2858), - [aux_sym_proxy_jump_token1] = ACTIONS(2858), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2858), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2858), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2858), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2858), - [aux_sym_rekey_limit_token1] = ACTIONS(2858), - [aux_sym_remote_command_token1] = ACTIONS(2858), - [aux_sym_remote_forward_token1] = ACTIONS(2858), - [aux_sym_request_tty_token1] = ACTIONS(2858), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2858), - [aux_sym_security_key_provider_token1] = ACTIONS(2858), - [aux_sym_send_env_token1] = ACTIONS(2858), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2858), - [aux_sym_server_alive_interval_token1] = ACTIONS(2858), - [aux_sym_session_type_token1] = ACTIONS(2858), - [aux_sym_set_env_token1] = ACTIONS(2858), - [aux_sym_stdin_null_token1] = ACTIONS(2858), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2858), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2858), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2858), - [aux_sym_syslog_facility_token1] = ACTIONS(2858), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2858), - [aux_sym_keep_alive_token1] = ACTIONS(2858), - [aux_sym_tunnel_token1] = ACTIONS(2860), - [aux_sym_tunnel_device_token1] = ACTIONS(2858), - [aux_sym_update_host_keys_token1] = ACTIONS(2858), - [aux_sym_use_keychain_token1] = ACTIONS(2858), - [aux_sym_use_roaming_token1] = ACTIONS(2858), - [aux_sym_user_token1] = ACTIONS(2860), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2858), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2858), - [aux_sym_visual_host_key_token1] = ACTIONS(2858), - [aux_sym_xauth_location_token1] = ACTIONS(2858), + [ts_builtin_sym_end] = ACTIONS(2865), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2867), + [anon_sym_DQUOTE] = ACTIONS(2865), + [aux_sym_match_token1] = ACTIONS(2865), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2865), + [aux_sym_address_family_token1] = ACTIONS(2865), + [aux_sym_batch_mode_token1] = ACTIONS(2865), + [aux_sym_bind_address_token1] = ACTIONS(2865), + [aux_sym_bind_interface_token1] = ACTIONS(2865), + [aux_sym_canonical_domains_token1] = ACTIONS(2865), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2865), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2865), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2865), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2865), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2865), + [aux_sym_certificate_file_token1] = ACTIONS(2865), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2865), + [aux_sym_check_host_ip_token1] = ACTIONS(2865), + [aux_sym_ciphers_token1] = ACTIONS(2865), + [aux_sym_cipher_token1] = ACTIONS(2867), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2865), + [aux_sym_compression_token1] = ACTIONS(2865), + [aux_sym_connection_attempts_token1] = ACTIONS(2865), + [aux_sym_connect_timeout_token1] = ACTIONS(2865), + [aux_sym_control_master_token1] = ACTIONS(2865), + [aux_sym_control_path_token1] = ACTIONS(2865), + [aux_sym_control_persist_token1] = ACTIONS(2865), + [aux_sym_dynamic_forward_token1] = ACTIONS(2865), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2865), + [aux_sym_escape_char_token1] = ACTIONS(2865), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2865), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2865), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2865), + [aux_sym_forward_agent_token1] = ACTIONS(2865), + [aux_sym_forward_x11_token1] = ACTIONS(2867), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2865), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2865), + [aux_sym_gateway_ports_token1] = ACTIONS(2865), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2865), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2865), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2865), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2865), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2865), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2865), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2865), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2865), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2865), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2865), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2865), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2865), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2865), + [aux_sym_host_key_alias_token1] = ACTIONS(2865), + [aux_sym_hostname_token1] = ACTIONS(2865), + [aux_sym_identities_only_token1] = ACTIONS(2865), + [aux_sym_identity_agent_token1] = ACTIONS(2865), + [aux_sym_identity_file_token1] = ACTIONS(2865), + [aux_sym_ignore_unknown_token1] = ACTIONS(2865), + [aux_sym_include_token1] = ACTIONS(2865), + [aux_sym_ip_qos_token1] = ACTIONS(2865), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2865), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2865), + [aux_sym_kex_algorithms_token1] = ACTIONS(2865), + [aux_sym_known_hosts_command_token1] = ACTIONS(2865), + [aux_sym_local_command_token1] = ACTIONS(2865), + [aux_sym_local_forward_token1] = ACTIONS(2865), + [aux_sym_log_level_token1] = ACTIONS(2865), + [aux_sym_log_verbose_token1] = ACTIONS(2865), + [aux_sym_macs_token1] = ACTIONS(2865), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2865), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2865), + [aux_sym_password_authentication_token1] = ACTIONS(2865), + [aux_sym_permit_local_command_token1] = ACTIONS(2865), + [aux_sym_permit_remote_open_token1] = ACTIONS(2865), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2865), + [aux_sym_port_token1] = ACTIONS(2865), + [aux_sym_preferred_authentications_token1] = ACTIONS(2865), + [aux_sym_protocol_token1] = ACTIONS(2865), + [aux_sym_proxy_command_token1] = ACTIONS(2865), + [aux_sym_proxy_jump_token1] = ACTIONS(2865), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2865), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2865), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2865), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2865), + [aux_sym_rekey_limit_token1] = ACTIONS(2865), + [aux_sym_remote_command_token1] = ACTIONS(2865), + [aux_sym_remote_forward_token1] = ACTIONS(2865), + [aux_sym_request_tty_token1] = ACTIONS(2865), + [aux_sym_required_rsa_size_token1] = ACTIONS(2865), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2865), + [aux_sym_security_key_provider_token1] = ACTIONS(2865), + [aux_sym_send_env_token1] = ACTIONS(2865), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2865), + [aux_sym_server_alive_interval_token1] = ACTIONS(2865), + [aux_sym_session_type_token1] = ACTIONS(2865), + [aux_sym_set_env_token1] = ACTIONS(2865), + [aux_sym_stdin_null_token1] = ACTIONS(2865), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2865), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2865), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2865), + [aux_sym_syslog_facility_token1] = ACTIONS(2865), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2865), + [aux_sym_keep_alive_token1] = ACTIONS(2865), + [aux_sym_tunnel_token1] = ACTIONS(2867), + [aux_sym_tunnel_device_token1] = ACTIONS(2865), + [aux_sym_update_host_keys_token1] = ACTIONS(2865), + [aux_sym_use_keychain_token1] = ACTIONS(2865), + [aux_sym_use_roaming_token1] = ACTIONS(2865), + [aux_sym_user_token1] = ACTIONS(2867), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2865), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2865), + [aux_sym_visual_host_key_token1] = ACTIONS(2865), + [aux_sym_xauth_location_token1] = ACTIONS(2865), }, [422] = { - [ts_builtin_sym_end] = ACTIONS(2862), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2864), - [anon_sym_DQUOTE] = ACTIONS(2866), - [aux_sym_match_token1] = ACTIONS(2862), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2862), - [aux_sym_address_family_token1] = ACTIONS(2862), - [aux_sym_batch_mode_token1] = ACTIONS(2862), - [aux_sym_bind_address_token1] = ACTIONS(2862), - [aux_sym_bind_interface_token1] = ACTIONS(2862), - [aux_sym_canonical_domains_token1] = ACTIONS(2862), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2862), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2862), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2862), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2862), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2862), - [aux_sym_certificate_file_token1] = ACTIONS(2862), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2862), - [aux_sym_check_host_ip_token1] = ACTIONS(2862), - [aux_sym_ciphers_token1] = ACTIONS(2862), - [aux_sym_cipher_token1] = ACTIONS(2864), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2862), - [aux_sym_compression_token1] = ACTIONS(2862), - [aux_sym_connection_attempts_token1] = ACTIONS(2862), - [aux_sym_connect_timeout_token1] = ACTIONS(2862), - [aux_sym_control_master_token1] = ACTIONS(2862), - [aux_sym_control_path_token1] = ACTIONS(2862), - [aux_sym_control_persist_token1] = ACTIONS(2862), - [aux_sym_dynamic_forward_token1] = ACTIONS(2862), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2862), - [aux_sym_escape_char_token1] = ACTIONS(2862), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2862), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2862), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2862), - [aux_sym_forward_agent_token1] = ACTIONS(2862), - [aux_sym_forward_x11_token1] = ACTIONS(2864), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2862), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2862), - [aux_sym_gateway_ports_token1] = ACTIONS(2862), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2862), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2862), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2862), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2862), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2862), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2862), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2862), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2862), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2862), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2862), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2862), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2862), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2862), - [aux_sym_host_key_alias_token1] = ACTIONS(2862), - [aux_sym_hostname_token1] = ACTIONS(2862), - [aux_sym_identities_only_token1] = ACTIONS(2862), - [aux_sym_identity_agent_token1] = ACTIONS(2862), - [aux_sym_identity_file_token1] = ACTIONS(2862), - [aux_sym_ignore_unknown_token1] = ACTIONS(2862), - [aux_sym_include_token1] = ACTIONS(2862), - [aux_sym_ip_qos_token1] = ACTIONS(2862), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2862), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2862), - [aux_sym_kex_algorithms_token1] = ACTIONS(2862), - [aux_sym_known_hosts_command_token1] = ACTIONS(2862), - [aux_sym_local_command_token1] = ACTIONS(2862), - [aux_sym_local_forward_token1] = ACTIONS(2862), - [aux_sym_log_level_token1] = ACTIONS(2862), - [aux_sym_log_verbose_token1] = ACTIONS(2862), - [aux_sym_macs_token1] = ACTIONS(2862), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2862), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2862), - [aux_sym_password_authentication_token1] = ACTIONS(2862), - [aux_sym_permit_local_command_token1] = ACTIONS(2862), - [aux_sym_permit_remote_open_token1] = ACTIONS(2862), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2862), - [aux_sym_port_token1] = ACTIONS(2862), - [aux_sym_preferred_authentications_token1] = ACTIONS(2862), - [aux_sym_protocol_token1] = ACTIONS(2862), - [aux_sym_proxy_command_token1] = ACTIONS(2862), - [aux_sym_proxy_jump_token1] = ACTIONS(2862), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2862), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2862), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2862), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2862), - [aux_sym_rekey_limit_token1] = ACTIONS(2862), - [aux_sym_remote_command_token1] = ACTIONS(2862), - [aux_sym_remote_forward_token1] = ACTIONS(2862), - [aux_sym_request_tty_token1] = ACTIONS(2862), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2862), - [aux_sym_security_key_provider_token1] = ACTIONS(2862), - [aux_sym_send_env_token1] = ACTIONS(2862), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2862), - [aux_sym_server_alive_interval_token1] = ACTIONS(2862), - [aux_sym_session_type_token1] = ACTIONS(2862), - [aux_sym_set_env_token1] = ACTIONS(2862), - [aux_sym_stdin_null_token1] = ACTIONS(2862), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2862), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2862), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2862), - [aux_sym_syslog_facility_token1] = ACTIONS(2862), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2862), - [aux_sym_keep_alive_token1] = ACTIONS(2862), - [aux_sym_tunnel_token1] = ACTIONS(2864), - [aux_sym_tunnel_device_token1] = ACTIONS(2862), - [aux_sym_update_host_keys_token1] = ACTIONS(2862), - [aux_sym_use_keychain_token1] = ACTIONS(2862), - [aux_sym_use_roaming_token1] = ACTIONS(2862), - [aux_sym_user_token1] = ACTIONS(2864), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2862), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2862), - [aux_sym_visual_host_key_token1] = ACTIONS(2862), - [aux_sym_xauth_location_token1] = ACTIONS(2862), + [ts_builtin_sym_end] = ACTIONS(2869), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2871), + [anon_sym_DQUOTE] = ACTIONS(2873), + [aux_sym_match_token1] = ACTIONS(2869), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2869), + [aux_sym_address_family_token1] = ACTIONS(2869), + [aux_sym_batch_mode_token1] = ACTIONS(2869), + [aux_sym_bind_address_token1] = ACTIONS(2869), + [aux_sym_bind_interface_token1] = ACTIONS(2869), + [aux_sym_canonical_domains_token1] = ACTIONS(2869), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2869), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2869), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2869), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2869), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2869), + [aux_sym_certificate_file_token1] = ACTIONS(2869), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2869), + [aux_sym_check_host_ip_token1] = ACTIONS(2869), + [aux_sym_ciphers_token1] = ACTIONS(2869), + [aux_sym_cipher_token1] = ACTIONS(2871), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2869), + [aux_sym_compression_token1] = ACTIONS(2869), + [aux_sym_connection_attempts_token1] = ACTIONS(2869), + [aux_sym_connect_timeout_token1] = ACTIONS(2869), + [aux_sym_control_master_token1] = ACTIONS(2869), + [aux_sym_control_path_token1] = ACTIONS(2869), + [aux_sym_control_persist_token1] = ACTIONS(2869), + [aux_sym_dynamic_forward_token1] = ACTIONS(2869), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2869), + [aux_sym_escape_char_token1] = ACTIONS(2869), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2869), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2869), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2869), + [aux_sym_forward_agent_token1] = ACTIONS(2869), + [aux_sym_forward_x11_token1] = ACTIONS(2871), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2869), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2869), + [aux_sym_gateway_ports_token1] = ACTIONS(2869), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2869), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2869), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2869), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2869), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2869), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2869), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2869), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2869), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2869), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2869), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2869), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2869), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2869), + [aux_sym_host_key_alias_token1] = ACTIONS(2869), + [aux_sym_hostname_token1] = ACTIONS(2869), + [aux_sym_identities_only_token1] = ACTIONS(2869), + [aux_sym_identity_agent_token1] = ACTIONS(2869), + [aux_sym_identity_file_token1] = ACTIONS(2869), + [aux_sym_ignore_unknown_token1] = ACTIONS(2869), + [aux_sym_include_token1] = ACTIONS(2869), + [aux_sym_ip_qos_token1] = ACTIONS(2869), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2869), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2869), + [aux_sym_kex_algorithms_token1] = ACTIONS(2869), + [aux_sym_known_hosts_command_token1] = ACTIONS(2869), + [aux_sym_local_command_token1] = ACTIONS(2869), + [aux_sym_local_forward_token1] = ACTIONS(2869), + [aux_sym_log_level_token1] = ACTIONS(2869), + [aux_sym_log_verbose_token1] = ACTIONS(2869), + [aux_sym_macs_token1] = ACTIONS(2869), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2869), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2869), + [aux_sym_password_authentication_token1] = ACTIONS(2869), + [aux_sym_permit_local_command_token1] = ACTIONS(2869), + [aux_sym_permit_remote_open_token1] = ACTIONS(2869), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2869), + [aux_sym_port_token1] = ACTIONS(2869), + [aux_sym_preferred_authentications_token1] = ACTIONS(2869), + [aux_sym_protocol_token1] = ACTIONS(2869), + [aux_sym_proxy_command_token1] = ACTIONS(2869), + [aux_sym_proxy_jump_token1] = ACTIONS(2869), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2869), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2869), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2869), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2869), + [aux_sym_rekey_limit_token1] = ACTIONS(2869), + [aux_sym_remote_command_token1] = ACTIONS(2869), + [aux_sym_remote_forward_token1] = ACTIONS(2869), + [aux_sym_request_tty_token1] = ACTIONS(2869), + [aux_sym_required_rsa_size_token1] = ACTIONS(2869), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2869), + [aux_sym_security_key_provider_token1] = ACTIONS(2869), + [aux_sym_send_env_token1] = ACTIONS(2869), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2869), + [aux_sym_server_alive_interval_token1] = ACTIONS(2869), + [aux_sym_session_type_token1] = ACTIONS(2869), + [aux_sym_set_env_token1] = ACTIONS(2869), + [aux_sym_stdin_null_token1] = ACTIONS(2869), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2869), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2869), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2869), + [aux_sym_syslog_facility_token1] = ACTIONS(2869), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2869), + [aux_sym_keep_alive_token1] = ACTIONS(2869), + [aux_sym_tunnel_token1] = ACTIONS(2871), + [aux_sym_tunnel_device_token1] = ACTIONS(2869), + [aux_sym_update_host_keys_token1] = ACTIONS(2869), + [aux_sym_use_keychain_token1] = ACTIONS(2869), + [aux_sym_use_roaming_token1] = ACTIONS(2869), + [aux_sym_user_token1] = ACTIONS(2871), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2869), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2869), + [aux_sym_visual_host_key_token1] = ACTIONS(2869), + [aux_sym_xauth_location_token1] = ACTIONS(2869), }, [423] = { - [ts_builtin_sym_end] = ACTIONS(2868), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2870), - [anon_sym_DQUOTE] = ACTIONS(2868), - [aux_sym_match_token1] = ACTIONS(2868), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2868), - [aux_sym_address_family_token1] = ACTIONS(2868), - [aux_sym_batch_mode_token1] = ACTIONS(2868), - [aux_sym_bind_address_token1] = ACTIONS(2868), - [aux_sym_bind_interface_token1] = ACTIONS(2868), - [aux_sym_canonical_domains_token1] = ACTIONS(2868), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2868), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2868), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2868), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2868), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2868), - [aux_sym_certificate_file_token1] = ACTIONS(2868), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2868), - [aux_sym_check_host_ip_token1] = ACTIONS(2868), - [aux_sym_ciphers_token1] = ACTIONS(2868), - [aux_sym_cipher_token1] = ACTIONS(2870), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2868), - [aux_sym_compression_token1] = ACTIONS(2868), - [aux_sym_connection_attempts_token1] = ACTIONS(2868), - [aux_sym_connect_timeout_token1] = ACTIONS(2868), - [aux_sym_control_master_token1] = ACTIONS(2868), - [aux_sym_control_path_token1] = ACTIONS(2868), - [aux_sym_control_persist_token1] = ACTIONS(2868), - [aux_sym_dynamic_forward_token1] = ACTIONS(2868), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2868), - [aux_sym_escape_char_token1] = ACTIONS(2868), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2868), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2868), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2868), - [aux_sym_forward_agent_token1] = ACTIONS(2868), - [aux_sym_forward_x11_token1] = ACTIONS(2870), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2868), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2868), - [aux_sym_gateway_ports_token1] = ACTIONS(2868), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2868), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2868), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2868), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2868), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2868), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2868), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2868), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2868), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2868), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2868), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2868), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2868), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2868), - [aux_sym_host_key_alias_token1] = ACTIONS(2868), - [aux_sym_hostname_token1] = ACTIONS(2868), - [aux_sym_identities_only_token1] = ACTIONS(2868), - [aux_sym_identity_agent_token1] = ACTIONS(2868), - [aux_sym_identity_file_token1] = ACTIONS(2868), - [aux_sym_ignore_unknown_token1] = ACTIONS(2868), - [aux_sym_include_token1] = ACTIONS(2868), - [aux_sym_ip_qos_token1] = ACTIONS(2868), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2868), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2868), - [aux_sym_kex_algorithms_token1] = ACTIONS(2868), - [aux_sym_known_hosts_command_token1] = ACTIONS(2868), - [aux_sym_local_command_token1] = ACTIONS(2868), - [aux_sym_local_forward_token1] = ACTIONS(2868), - [aux_sym_log_level_token1] = ACTIONS(2868), - [aux_sym_log_verbose_token1] = ACTIONS(2868), - [aux_sym_macs_token1] = ACTIONS(2868), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2868), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2868), - [aux_sym_password_authentication_token1] = ACTIONS(2868), - [aux_sym_permit_local_command_token1] = ACTIONS(2868), - [aux_sym_permit_remote_open_token1] = ACTIONS(2868), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2868), - [aux_sym_port_token1] = ACTIONS(2868), - [aux_sym_preferred_authentications_token1] = ACTIONS(2868), - [aux_sym_protocol_token1] = ACTIONS(2868), - [aux_sym_proxy_command_token1] = ACTIONS(2868), - [aux_sym_proxy_jump_token1] = ACTIONS(2868), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2868), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2868), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2868), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2868), - [aux_sym_rekey_limit_token1] = ACTIONS(2868), - [aux_sym_remote_command_token1] = ACTIONS(2868), - [aux_sym_remote_forward_token1] = ACTIONS(2868), - [aux_sym_request_tty_token1] = ACTIONS(2868), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2868), - [aux_sym_security_key_provider_token1] = ACTIONS(2868), - [aux_sym_send_env_token1] = ACTIONS(2868), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2868), - [aux_sym_server_alive_interval_token1] = ACTIONS(2868), - [aux_sym_session_type_token1] = ACTIONS(2868), - [aux_sym_set_env_token1] = ACTIONS(2868), - [aux_sym_stdin_null_token1] = ACTIONS(2868), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2868), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2868), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2868), - [aux_sym_syslog_facility_token1] = ACTIONS(2868), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2868), - [aux_sym_keep_alive_token1] = ACTIONS(2868), - [aux_sym_tunnel_token1] = ACTIONS(2870), - [aux_sym_tunnel_device_token1] = ACTIONS(2868), - [aux_sym_update_host_keys_token1] = ACTIONS(2868), - [aux_sym_use_keychain_token1] = ACTIONS(2868), - [aux_sym_use_roaming_token1] = ACTIONS(2868), - [aux_sym_user_token1] = ACTIONS(2870), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2868), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2868), - [aux_sym_visual_host_key_token1] = ACTIONS(2868), - [aux_sym_xauth_location_token1] = ACTIONS(2868), + [ts_builtin_sym_end] = ACTIONS(2875), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2877), + [anon_sym_DQUOTE] = ACTIONS(2875), + [aux_sym_match_token1] = ACTIONS(2875), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2875), + [aux_sym_address_family_token1] = ACTIONS(2875), + [aux_sym_batch_mode_token1] = ACTIONS(2875), + [aux_sym_bind_address_token1] = ACTIONS(2875), + [aux_sym_bind_interface_token1] = ACTIONS(2875), + [aux_sym_canonical_domains_token1] = ACTIONS(2875), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2875), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2875), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2875), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2875), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2875), + [aux_sym_certificate_file_token1] = ACTIONS(2875), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2875), + [aux_sym_check_host_ip_token1] = ACTIONS(2875), + [aux_sym_ciphers_token1] = ACTIONS(2875), + [aux_sym_cipher_token1] = ACTIONS(2877), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2875), + [aux_sym_compression_token1] = ACTIONS(2875), + [aux_sym_connection_attempts_token1] = ACTIONS(2875), + [aux_sym_connect_timeout_token1] = ACTIONS(2875), + [aux_sym_control_master_token1] = ACTIONS(2875), + [aux_sym_control_path_token1] = ACTIONS(2875), + [aux_sym_control_persist_token1] = ACTIONS(2875), + [aux_sym_dynamic_forward_token1] = ACTIONS(2875), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2875), + [aux_sym_escape_char_token1] = ACTIONS(2875), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2875), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2875), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2875), + [aux_sym_forward_agent_token1] = ACTIONS(2875), + [aux_sym_forward_x11_token1] = ACTIONS(2877), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2875), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2875), + [aux_sym_gateway_ports_token1] = ACTIONS(2875), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2875), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2875), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2875), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2875), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2875), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2875), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2875), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2875), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2875), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2875), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2875), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2875), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2875), + [aux_sym_host_key_alias_token1] = ACTIONS(2875), + [aux_sym_hostname_token1] = ACTIONS(2875), + [aux_sym_identities_only_token1] = ACTIONS(2875), + [aux_sym_identity_agent_token1] = ACTIONS(2875), + [aux_sym_identity_file_token1] = ACTIONS(2875), + [aux_sym_ignore_unknown_token1] = ACTIONS(2875), + [aux_sym_include_token1] = ACTIONS(2875), + [aux_sym_ip_qos_token1] = ACTIONS(2875), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2875), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2875), + [aux_sym_kex_algorithms_token1] = ACTIONS(2875), + [aux_sym_known_hosts_command_token1] = ACTIONS(2875), + [aux_sym_local_command_token1] = ACTIONS(2875), + [aux_sym_local_forward_token1] = ACTIONS(2875), + [aux_sym_log_level_token1] = ACTIONS(2875), + [aux_sym_log_verbose_token1] = ACTIONS(2875), + [aux_sym_macs_token1] = ACTIONS(2875), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2875), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2875), + [aux_sym_password_authentication_token1] = ACTIONS(2875), + [aux_sym_permit_local_command_token1] = ACTIONS(2875), + [aux_sym_permit_remote_open_token1] = ACTIONS(2875), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2875), + [aux_sym_port_token1] = ACTIONS(2875), + [aux_sym_preferred_authentications_token1] = ACTIONS(2875), + [aux_sym_protocol_token1] = ACTIONS(2875), + [aux_sym_proxy_command_token1] = ACTIONS(2875), + [aux_sym_proxy_jump_token1] = ACTIONS(2875), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2875), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2875), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2875), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2875), + [aux_sym_rekey_limit_token1] = ACTIONS(2875), + [aux_sym_remote_command_token1] = ACTIONS(2875), + [aux_sym_remote_forward_token1] = ACTIONS(2875), + [aux_sym_request_tty_token1] = ACTIONS(2875), + [aux_sym_required_rsa_size_token1] = ACTIONS(2875), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2875), + [aux_sym_security_key_provider_token1] = ACTIONS(2875), + [aux_sym_send_env_token1] = ACTIONS(2875), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2875), + [aux_sym_server_alive_interval_token1] = ACTIONS(2875), + [aux_sym_session_type_token1] = ACTIONS(2875), + [aux_sym_set_env_token1] = ACTIONS(2875), + [aux_sym_stdin_null_token1] = ACTIONS(2875), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2875), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2875), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2875), + [aux_sym_syslog_facility_token1] = ACTIONS(2875), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2875), + [aux_sym_keep_alive_token1] = ACTIONS(2875), + [aux_sym_tunnel_token1] = ACTIONS(2877), + [aux_sym_tunnel_device_token1] = ACTIONS(2875), + [aux_sym_update_host_keys_token1] = ACTIONS(2875), + [aux_sym_use_keychain_token1] = ACTIONS(2875), + [aux_sym_use_roaming_token1] = ACTIONS(2875), + [aux_sym_user_token1] = ACTIONS(2877), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2875), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2875), + [aux_sym_visual_host_key_token1] = ACTIONS(2875), + [aux_sym_xauth_location_token1] = ACTIONS(2875), }, [424] = { - [ts_builtin_sym_end] = ACTIONS(2872), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2874), - [anon_sym_DQUOTE] = ACTIONS(2876), - [aux_sym_match_token1] = ACTIONS(2872), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2872), - [aux_sym_address_family_token1] = ACTIONS(2872), - [aux_sym_batch_mode_token1] = ACTIONS(2872), - [aux_sym_bind_address_token1] = ACTIONS(2872), - [aux_sym_bind_interface_token1] = ACTIONS(2872), - [aux_sym_canonical_domains_token1] = ACTIONS(2872), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2872), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2872), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2872), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2872), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2872), - [aux_sym_certificate_file_token1] = ACTIONS(2872), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2872), - [aux_sym_check_host_ip_token1] = ACTIONS(2872), - [aux_sym_ciphers_token1] = ACTIONS(2872), - [aux_sym_cipher_token1] = ACTIONS(2874), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2872), - [aux_sym_compression_token1] = ACTIONS(2872), - [aux_sym_connection_attempts_token1] = ACTIONS(2872), - [aux_sym_connect_timeout_token1] = ACTIONS(2872), - [aux_sym_control_master_token1] = ACTIONS(2872), - [aux_sym_control_path_token1] = ACTIONS(2872), - [aux_sym_control_persist_token1] = ACTIONS(2872), - [aux_sym_dynamic_forward_token1] = ACTIONS(2872), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2872), - [aux_sym_escape_char_token1] = ACTIONS(2872), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2872), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2872), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2872), - [aux_sym_forward_agent_token1] = ACTIONS(2872), - [aux_sym_forward_x11_token1] = ACTIONS(2874), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2872), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2872), - [aux_sym_gateway_ports_token1] = ACTIONS(2872), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2872), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2872), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2872), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2872), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2872), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2872), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2872), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2872), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2872), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2872), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2872), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2872), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2872), - [aux_sym_host_key_alias_token1] = ACTIONS(2872), - [aux_sym_hostname_token1] = ACTIONS(2872), - [aux_sym_identities_only_token1] = ACTIONS(2872), - [aux_sym_identity_agent_token1] = ACTIONS(2872), - [aux_sym_identity_file_token1] = ACTIONS(2872), - [aux_sym_ignore_unknown_token1] = ACTIONS(2872), - [aux_sym_include_token1] = ACTIONS(2872), - [aux_sym_ip_qos_token1] = ACTIONS(2872), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2872), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2872), - [aux_sym_kex_algorithms_token1] = ACTIONS(2872), - [aux_sym_known_hosts_command_token1] = ACTIONS(2872), - [aux_sym_local_command_token1] = ACTIONS(2872), - [aux_sym_local_forward_token1] = ACTIONS(2872), - [aux_sym_log_level_token1] = ACTIONS(2872), - [aux_sym_log_verbose_token1] = ACTIONS(2872), - [aux_sym_macs_token1] = ACTIONS(2872), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2872), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2872), - [aux_sym_password_authentication_token1] = ACTIONS(2872), - [aux_sym_permit_local_command_token1] = ACTIONS(2872), - [aux_sym_permit_remote_open_token1] = ACTIONS(2872), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2872), - [aux_sym_port_token1] = ACTIONS(2872), - [aux_sym_preferred_authentications_token1] = ACTIONS(2872), - [aux_sym_protocol_token1] = ACTIONS(2872), - [aux_sym_proxy_command_token1] = ACTIONS(2872), - [aux_sym_proxy_jump_token1] = ACTIONS(2872), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2872), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2872), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2872), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2872), - [aux_sym_rekey_limit_token1] = ACTIONS(2872), - [aux_sym_remote_command_token1] = ACTIONS(2872), - [aux_sym_remote_forward_token1] = ACTIONS(2872), - [aux_sym_request_tty_token1] = ACTIONS(2872), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2872), - [aux_sym_security_key_provider_token1] = ACTIONS(2872), - [aux_sym_send_env_token1] = ACTIONS(2872), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2872), - [aux_sym_server_alive_interval_token1] = ACTIONS(2872), - [aux_sym_session_type_token1] = ACTIONS(2872), - [aux_sym_set_env_token1] = ACTIONS(2872), - [aux_sym_stdin_null_token1] = ACTIONS(2872), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2872), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2872), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2872), - [aux_sym_syslog_facility_token1] = ACTIONS(2872), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2872), - [aux_sym_keep_alive_token1] = ACTIONS(2872), - [aux_sym_tunnel_token1] = ACTIONS(2874), - [aux_sym_tunnel_device_token1] = ACTIONS(2872), - [aux_sym_update_host_keys_token1] = ACTIONS(2872), - [aux_sym_use_keychain_token1] = ACTIONS(2872), - [aux_sym_use_roaming_token1] = ACTIONS(2872), - [aux_sym_user_token1] = ACTIONS(2874), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2872), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2872), - [aux_sym_visual_host_key_token1] = ACTIONS(2872), - [aux_sym_xauth_location_token1] = ACTIONS(2872), + [ts_builtin_sym_end] = ACTIONS(2879), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2881), + [anon_sym_DQUOTE] = ACTIONS(2883), + [aux_sym_match_token1] = ACTIONS(2879), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2879), + [aux_sym_address_family_token1] = ACTIONS(2879), + [aux_sym_batch_mode_token1] = ACTIONS(2879), + [aux_sym_bind_address_token1] = ACTIONS(2879), + [aux_sym_bind_interface_token1] = ACTIONS(2879), + [aux_sym_canonical_domains_token1] = ACTIONS(2879), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2879), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2879), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2879), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2879), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2879), + [aux_sym_certificate_file_token1] = ACTIONS(2879), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2879), + [aux_sym_check_host_ip_token1] = ACTIONS(2879), + [aux_sym_ciphers_token1] = ACTIONS(2879), + [aux_sym_cipher_token1] = ACTIONS(2881), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2879), + [aux_sym_compression_token1] = ACTIONS(2879), + [aux_sym_connection_attempts_token1] = ACTIONS(2879), + [aux_sym_connect_timeout_token1] = ACTIONS(2879), + [aux_sym_control_master_token1] = ACTIONS(2879), + [aux_sym_control_path_token1] = ACTIONS(2879), + [aux_sym_control_persist_token1] = ACTIONS(2879), + [aux_sym_dynamic_forward_token1] = ACTIONS(2879), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2879), + [aux_sym_escape_char_token1] = ACTIONS(2879), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2879), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2879), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2879), + [aux_sym_forward_agent_token1] = ACTIONS(2879), + [aux_sym_forward_x11_token1] = ACTIONS(2881), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2879), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2879), + [aux_sym_gateway_ports_token1] = ACTIONS(2879), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2879), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2879), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2879), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2879), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2879), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2879), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2879), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2879), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2879), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2879), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2879), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2879), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2879), + [aux_sym_host_key_alias_token1] = ACTIONS(2879), + [aux_sym_hostname_token1] = ACTIONS(2879), + [aux_sym_identities_only_token1] = ACTIONS(2879), + [aux_sym_identity_agent_token1] = ACTIONS(2879), + [aux_sym_identity_file_token1] = ACTIONS(2879), + [aux_sym_ignore_unknown_token1] = ACTIONS(2879), + [aux_sym_include_token1] = ACTIONS(2879), + [aux_sym_ip_qos_token1] = ACTIONS(2879), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2879), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2879), + [aux_sym_kex_algorithms_token1] = ACTIONS(2879), + [aux_sym_known_hosts_command_token1] = ACTIONS(2879), + [aux_sym_local_command_token1] = ACTIONS(2879), + [aux_sym_local_forward_token1] = ACTIONS(2879), + [aux_sym_log_level_token1] = ACTIONS(2879), + [aux_sym_log_verbose_token1] = ACTIONS(2879), + [aux_sym_macs_token1] = ACTIONS(2879), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2879), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2879), + [aux_sym_password_authentication_token1] = ACTIONS(2879), + [aux_sym_permit_local_command_token1] = ACTIONS(2879), + [aux_sym_permit_remote_open_token1] = ACTIONS(2879), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2879), + [aux_sym_port_token1] = ACTIONS(2879), + [aux_sym_preferred_authentications_token1] = ACTIONS(2879), + [aux_sym_protocol_token1] = ACTIONS(2879), + [aux_sym_proxy_command_token1] = ACTIONS(2879), + [aux_sym_proxy_jump_token1] = ACTIONS(2879), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2879), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2879), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2879), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2879), + [aux_sym_rekey_limit_token1] = ACTIONS(2879), + [aux_sym_remote_command_token1] = ACTIONS(2879), + [aux_sym_remote_forward_token1] = ACTIONS(2879), + [aux_sym_request_tty_token1] = ACTIONS(2879), + [aux_sym_required_rsa_size_token1] = ACTIONS(2879), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2879), + [aux_sym_security_key_provider_token1] = ACTIONS(2879), + [aux_sym_send_env_token1] = ACTIONS(2879), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2879), + [aux_sym_server_alive_interval_token1] = ACTIONS(2879), + [aux_sym_session_type_token1] = ACTIONS(2879), + [aux_sym_set_env_token1] = ACTIONS(2879), + [aux_sym_stdin_null_token1] = ACTIONS(2879), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2879), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2879), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2879), + [aux_sym_syslog_facility_token1] = ACTIONS(2879), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2879), + [aux_sym_keep_alive_token1] = ACTIONS(2879), + [aux_sym_tunnel_token1] = ACTIONS(2881), + [aux_sym_tunnel_device_token1] = ACTIONS(2879), + [aux_sym_update_host_keys_token1] = ACTIONS(2879), + [aux_sym_use_keychain_token1] = ACTIONS(2879), + [aux_sym_use_roaming_token1] = ACTIONS(2879), + [aux_sym_user_token1] = ACTIONS(2881), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2879), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2879), + [aux_sym_visual_host_key_token1] = ACTIONS(2879), + [aux_sym_xauth_location_token1] = ACTIONS(2879), }, [425] = { - [ts_builtin_sym_end] = ACTIONS(2878), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2880), - [anon_sym_DQUOTE] = ACTIONS(2878), - [aux_sym_match_token1] = ACTIONS(2878), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2878), - [aux_sym_address_family_token1] = ACTIONS(2878), - [aux_sym_batch_mode_token1] = ACTIONS(2878), - [aux_sym_bind_address_token1] = ACTIONS(2878), - [aux_sym_bind_interface_token1] = ACTIONS(2878), - [aux_sym_canonical_domains_token1] = ACTIONS(2878), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2878), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2878), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2878), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2878), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2878), - [aux_sym_certificate_file_token1] = ACTIONS(2878), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2878), - [aux_sym_check_host_ip_token1] = ACTIONS(2878), - [aux_sym_ciphers_token1] = ACTIONS(2878), - [aux_sym_cipher_token1] = ACTIONS(2880), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2878), - [aux_sym_compression_token1] = ACTIONS(2878), - [aux_sym_connection_attempts_token1] = ACTIONS(2878), - [aux_sym_connect_timeout_token1] = ACTIONS(2878), - [aux_sym_control_master_token1] = ACTIONS(2878), - [aux_sym_control_path_token1] = ACTIONS(2878), - [aux_sym_control_persist_token1] = ACTIONS(2878), - [aux_sym_dynamic_forward_token1] = ACTIONS(2878), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2878), - [aux_sym_escape_char_token1] = ACTIONS(2878), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2878), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2878), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2878), - [aux_sym_forward_agent_token1] = ACTIONS(2878), - [aux_sym_forward_x11_token1] = ACTIONS(2880), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2878), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2878), - [aux_sym_gateway_ports_token1] = ACTIONS(2878), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2878), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2878), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2878), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2878), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2878), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2878), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2878), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2878), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2878), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2878), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2878), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2878), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2878), - [aux_sym_host_key_alias_token1] = ACTIONS(2878), - [aux_sym_hostname_token1] = ACTIONS(2878), - [aux_sym_identities_only_token1] = ACTIONS(2878), - [aux_sym_identity_agent_token1] = ACTIONS(2878), - [aux_sym_identity_file_token1] = ACTIONS(2878), - [aux_sym_ignore_unknown_token1] = ACTIONS(2878), - [aux_sym_include_token1] = ACTIONS(2878), - [aux_sym_ip_qos_token1] = ACTIONS(2878), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2878), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2878), - [aux_sym_kex_algorithms_token1] = ACTIONS(2878), - [aux_sym_known_hosts_command_token1] = ACTIONS(2878), - [aux_sym_local_command_token1] = ACTIONS(2878), - [aux_sym_local_forward_token1] = ACTIONS(2878), - [aux_sym_log_level_token1] = ACTIONS(2878), - [aux_sym_log_verbose_token1] = ACTIONS(2878), - [aux_sym_macs_token1] = ACTIONS(2878), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2878), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2878), - [aux_sym_password_authentication_token1] = ACTIONS(2878), - [aux_sym_permit_local_command_token1] = ACTIONS(2878), - [aux_sym_permit_remote_open_token1] = ACTIONS(2878), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2878), - [aux_sym_port_token1] = ACTIONS(2878), - [aux_sym_preferred_authentications_token1] = ACTIONS(2878), - [aux_sym_protocol_token1] = ACTIONS(2878), - [aux_sym_proxy_command_token1] = ACTIONS(2878), - [aux_sym_proxy_jump_token1] = ACTIONS(2878), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2878), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2878), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2878), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2878), - [aux_sym_rekey_limit_token1] = ACTIONS(2878), - [aux_sym_remote_command_token1] = ACTIONS(2878), - [aux_sym_remote_forward_token1] = ACTIONS(2878), - [aux_sym_request_tty_token1] = ACTIONS(2878), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2878), - [aux_sym_security_key_provider_token1] = ACTIONS(2878), - [aux_sym_send_env_token1] = ACTIONS(2878), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2878), - [aux_sym_server_alive_interval_token1] = ACTIONS(2878), - [aux_sym_session_type_token1] = ACTIONS(2878), - [aux_sym_set_env_token1] = ACTIONS(2878), - [aux_sym_stdin_null_token1] = ACTIONS(2878), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2878), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2878), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2878), - [aux_sym_syslog_facility_token1] = ACTIONS(2878), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2878), - [aux_sym_keep_alive_token1] = ACTIONS(2878), - [aux_sym_tunnel_token1] = ACTIONS(2880), - [aux_sym_tunnel_device_token1] = ACTIONS(2878), - [aux_sym_update_host_keys_token1] = ACTIONS(2878), - [aux_sym_use_keychain_token1] = ACTIONS(2878), - [aux_sym_use_roaming_token1] = ACTIONS(2878), - [aux_sym_user_token1] = ACTIONS(2880), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2878), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2878), - [aux_sym_visual_host_key_token1] = ACTIONS(2878), - [aux_sym_xauth_location_token1] = ACTIONS(2878), + [ts_builtin_sym_end] = ACTIONS(2885), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2887), + [anon_sym_DQUOTE] = ACTIONS(2885), + [aux_sym_match_token1] = ACTIONS(2885), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2885), + [aux_sym_address_family_token1] = ACTIONS(2885), + [aux_sym_batch_mode_token1] = ACTIONS(2885), + [aux_sym_bind_address_token1] = ACTIONS(2885), + [aux_sym_bind_interface_token1] = ACTIONS(2885), + [aux_sym_canonical_domains_token1] = ACTIONS(2885), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2885), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2885), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2885), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2885), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2885), + [aux_sym_certificate_file_token1] = ACTIONS(2885), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2885), + [aux_sym_check_host_ip_token1] = ACTIONS(2885), + [aux_sym_ciphers_token1] = ACTIONS(2885), + [aux_sym_cipher_token1] = ACTIONS(2887), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2885), + [aux_sym_compression_token1] = ACTIONS(2885), + [aux_sym_connection_attempts_token1] = ACTIONS(2885), + [aux_sym_connect_timeout_token1] = ACTIONS(2885), + [aux_sym_control_master_token1] = ACTIONS(2885), + [aux_sym_control_path_token1] = ACTIONS(2885), + [aux_sym_control_persist_token1] = ACTIONS(2885), + [aux_sym_dynamic_forward_token1] = ACTIONS(2885), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2885), + [aux_sym_escape_char_token1] = ACTIONS(2885), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2885), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2885), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2885), + [aux_sym_forward_agent_token1] = ACTIONS(2885), + [aux_sym_forward_x11_token1] = ACTIONS(2887), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2885), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2885), + [aux_sym_gateway_ports_token1] = ACTIONS(2885), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2885), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2885), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2885), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2885), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2885), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2885), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2885), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2885), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2885), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2885), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2885), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2885), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2885), + [aux_sym_host_key_alias_token1] = ACTIONS(2885), + [aux_sym_hostname_token1] = ACTIONS(2885), + [aux_sym_identities_only_token1] = ACTIONS(2885), + [aux_sym_identity_agent_token1] = ACTIONS(2885), + [aux_sym_identity_file_token1] = ACTIONS(2885), + [aux_sym_ignore_unknown_token1] = ACTIONS(2885), + [aux_sym_include_token1] = ACTIONS(2885), + [aux_sym_ip_qos_token1] = ACTIONS(2885), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2885), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2885), + [aux_sym_kex_algorithms_token1] = ACTIONS(2885), + [aux_sym_known_hosts_command_token1] = ACTIONS(2885), + [aux_sym_local_command_token1] = ACTIONS(2885), + [aux_sym_local_forward_token1] = ACTIONS(2885), + [aux_sym_log_level_token1] = ACTIONS(2885), + [aux_sym_log_verbose_token1] = ACTIONS(2885), + [aux_sym_macs_token1] = ACTIONS(2885), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2885), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2885), + [aux_sym_password_authentication_token1] = ACTIONS(2885), + [aux_sym_permit_local_command_token1] = ACTIONS(2885), + [aux_sym_permit_remote_open_token1] = ACTIONS(2885), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2885), + [aux_sym_port_token1] = ACTIONS(2885), + [aux_sym_preferred_authentications_token1] = ACTIONS(2885), + [aux_sym_protocol_token1] = ACTIONS(2885), + [aux_sym_proxy_command_token1] = ACTIONS(2885), + [aux_sym_proxy_jump_token1] = ACTIONS(2885), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2885), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2885), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2885), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2885), + [aux_sym_rekey_limit_token1] = ACTIONS(2885), + [aux_sym_remote_command_token1] = ACTIONS(2885), + [aux_sym_remote_forward_token1] = ACTIONS(2885), + [aux_sym_request_tty_token1] = ACTIONS(2885), + [aux_sym_required_rsa_size_token1] = ACTIONS(2885), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2885), + [aux_sym_security_key_provider_token1] = ACTIONS(2885), + [aux_sym_send_env_token1] = ACTIONS(2885), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2885), + [aux_sym_server_alive_interval_token1] = ACTIONS(2885), + [aux_sym_session_type_token1] = ACTIONS(2885), + [aux_sym_set_env_token1] = ACTIONS(2885), + [aux_sym_stdin_null_token1] = ACTIONS(2885), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2885), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2885), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2885), + [aux_sym_syslog_facility_token1] = ACTIONS(2885), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2885), + [aux_sym_keep_alive_token1] = ACTIONS(2885), + [aux_sym_tunnel_token1] = ACTIONS(2887), + [aux_sym_tunnel_device_token1] = ACTIONS(2885), + [aux_sym_update_host_keys_token1] = ACTIONS(2885), + [aux_sym_use_keychain_token1] = ACTIONS(2885), + [aux_sym_use_roaming_token1] = ACTIONS(2885), + [aux_sym_user_token1] = ACTIONS(2887), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2885), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2885), + [aux_sym_visual_host_key_token1] = ACTIONS(2885), + [aux_sym_xauth_location_token1] = ACTIONS(2885), }, [426] = { - [ts_builtin_sym_end] = ACTIONS(2882), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2884), - [anon_sym_DQUOTE] = ACTIONS(2886), - [aux_sym_match_token1] = ACTIONS(2882), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2882), - [aux_sym_address_family_token1] = ACTIONS(2882), - [aux_sym_batch_mode_token1] = ACTIONS(2882), - [aux_sym_bind_address_token1] = ACTIONS(2882), - [aux_sym_bind_interface_token1] = ACTIONS(2882), - [aux_sym_canonical_domains_token1] = ACTIONS(2882), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2882), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2882), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2882), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2882), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2882), - [aux_sym_certificate_file_token1] = ACTIONS(2882), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2882), - [aux_sym_check_host_ip_token1] = ACTIONS(2882), - [aux_sym_ciphers_token1] = ACTIONS(2882), - [aux_sym_cipher_token1] = ACTIONS(2884), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2882), - [aux_sym_compression_token1] = ACTIONS(2882), - [aux_sym_connection_attempts_token1] = ACTIONS(2882), - [aux_sym_connect_timeout_token1] = ACTIONS(2882), - [aux_sym_control_master_token1] = ACTIONS(2882), - [aux_sym_control_path_token1] = ACTIONS(2882), - [aux_sym_control_persist_token1] = ACTIONS(2882), - [aux_sym_dynamic_forward_token1] = ACTIONS(2882), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2882), - [aux_sym_escape_char_token1] = ACTIONS(2882), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2882), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2882), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2882), - [aux_sym_forward_agent_token1] = ACTIONS(2882), - [aux_sym_forward_x11_token1] = ACTIONS(2884), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2882), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2882), - [aux_sym_gateway_ports_token1] = ACTIONS(2882), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2882), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2882), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2882), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2882), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2882), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2882), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2882), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2882), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2882), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2882), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2882), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2882), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2882), - [aux_sym_host_key_alias_token1] = ACTIONS(2882), - [aux_sym_hostname_token1] = ACTIONS(2882), - [aux_sym_identities_only_token1] = ACTIONS(2882), - [aux_sym_identity_agent_token1] = ACTIONS(2882), - [aux_sym_identity_file_token1] = ACTIONS(2882), - [aux_sym_ignore_unknown_token1] = ACTIONS(2882), - [aux_sym_include_token1] = ACTIONS(2882), - [aux_sym_ip_qos_token1] = ACTIONS(2882), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2882), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2882), - [aux_sym_kex_algorithms_token1] = ACTIONS(2882), - [aux_sym_known_hosts_command_token1] = ACTIONS(2882), - [aux_sym_local_command_token1] = ACTIONS(2882), - [aux_sym_local_forward_token1] = ACTIONS(2882), - [aux_sym_log_level_token1] = ACTIONS(2882), - [aux_sym_log_verbose_token1] = ACTIONS(2882), - [aux_sym_macs_token1] = ACTIONS(2882), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2882), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2882), - [aux_sym_password_authentication_token1] = ACTIONS(2882), - [aux_sym_permit_local_command_token1] = ACTIONS(2882), - [aux_sym_permit_remote_open_token1] = ACTIONS(2882), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2882), - [aux_sym_port_token1] = ACTIONS(2882), - [aux_sym_preferred_authentications_token1] = ACTIONS(2882), - [aux_sym_protocol_token1] = ACTIONS(2882), - [aux_sym_proxy_command_token1] = ACTIONS(2882), - [aux_sym_proxy_jump_token1] = ACTIONS(2882), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2882), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2882), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2882), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2882), - [aux_sym_rekey_limit_token1] = ACTIONS(2882), - [aux_sym_remote_command_token1] = ACTIONS(2882), - [aux_sym_remote_forward_token1] = ACTIONS(2882), - [aux_sym_request_tty_token1] = ACTIONS(2882), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2882), - [aux_sym_security_key_provider_token1] = ACTIONS(2882), - [aux_sym_send_env_token1] = ACTIONS(2882), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2882), - [aux_sym_server_alive_interval_token1] = ACTIONS(2882), - [aux_sym_session_type_token1] = ACTIONS(2882), - [aux_sym_set_env_token1] = ACTIONS(2882), - [aux_sym_stdin_null_token1] = ACTIONS(2882), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2882), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2882), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2882), - [aux_sym_syslog_facility_token1] = ACTIONS(2882), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2882), - [aux_sym_keep_alive_token1] = ACTIONS(2882), - [aux_sym_tunnel_token1] = ACTIONS(2884), - [aux_sym_tunnel_device_token1] = ACTIONS(2882), - [aux_sym_update_host_keys_token1] = ACTIONS(2882), - [aux_sym_use_keychain_token1] = ACTIONS(2882), - [aux_sym_use_roaming_token1] = ACTIONS(2882), - [aux_sym_user_token1] = ACTIONS(2884), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2882), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2882), - [aux_sym_visual_host_key_token1] = ACTIONS(2882), - [aux_sym_xauth_location_token1] = ACTIONS(2882), + [ts_builtin_sym_end] = ACTIONS(2889), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2891), + [anon_sym_DQUOTE] = ACTIONS(2893), + [aux_sym_match_token1] = ACTIONS(2889), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2889), + [aux_sym_address_family_token1] = ACTIONS(2889), + [aux_sym_batch_mode_token1] = ACTIONS(2889), + [aux_sym_bind_address_token1] = ACTIONS(2889), + [aux_sym_bind_interface_token1] = ACTIONS(2889), + [aux_sym_canonical_domains_token1] = ACTIONS(2889), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2889), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2889), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2889), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2889), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2889), + [aux_sym_certificate_file_token1] = ACTIONS(2889), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2889), + [aux_sym_check_host_ip_token1] = ACTIONS(2889), + [aux_sym_ciphers_token1] = ACTIONS(2889), + [aux_sym_cipher_token1] = ACTIONS(2891), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2889), + [aux_sym_compression_token1] = ACTIONS(2889), + [aux_sym_connection_attempts_token1] = ACTIONS(2889), + [aux_sym_connect_timeout_token1] = ACTIONS(2889), + [aux_sym_control_master_token1] = ACTIONS(2889), + [aux_sym_control_path_token1] = ACTIONS(2889), + [aux_sym_control_persist_token1] = ACTIONS(2889), + [aux_sym_dynamic_forward_token1] = ACTIONS(2889), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2889), + [aux_sym_escape_char_token1] = ACTIONS(2889), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2889), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2889), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2889), + [aux_sym_forward_agent_token1] = ACTIONS(2889), + [aux_sym_forward_x11_token1] = ACTIONS(2891), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2889), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2889), + [aux_sym_gateway_ports_token1] = ACTIONS(2889), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2889), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2889), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2889), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2889), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2889), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2889), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2889), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2889), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2889), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2889), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2889), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2889), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2889), + [aux_sym_host_key_alias_token1] = ACTIONS(2889), + [aux_sym_hostname_token1] = ACTIONS(2889), + [aux_sym_identities_only_token1] = ACTIONS(2889), + [aux_sym_identity_agent_token1] = ACTIONS(2889), + [aux_sym_identity_file_token1] = ACTIONS(2889), + [aux_sym_ignore_unknown_token1] = ACTIONS(2889), + [aux_sym_include_token1] = ACTIONS(2889), + [aux_sym_ip_qos_token1] = ACTIONS(2889), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2889), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2889), + [aux_sym_kex_algorithms_token1] = ACTIONS(2889), + [aux_sym_known_hosts_command_token1] = ACTIONS(2889), + [aux_sym_local_command_token1] = ACTIONS(2889), + [aux_sym_local_forward_token1] = ACTIONS(2889), + [aux_sym_log_level_token1] = ACTIONS(2889), + [aux_sym_log_verbose_token1] = ACTIONS(2889), + [aux_sym_macs_token1] = ACTIONS(2889), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2889), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2889), + [aux_sym_password_authentication_token1] = ACTIONS(2889), + [aux_sym_permit_local_command_token1] = ACTIONS(2889), + [aux_sym_permit_remote_open_token1] = ACTIONS(2889), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2889), + [aux_sym_port_token1] = ACTIONS(2889), + [aux_sym_preferred_authentications_token1] = ACTIONS(2889), + [aux_sym_protocol_token1] = ACTIONS(2889), + [aux_sym_proxy_command_token1] = ACTIONS(2889), + [aux_sym_proxy_jump_token1] = ACTIONS(2889), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2889), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2889), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2889), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2889), + [aux_sym_rekey_limit_token1] = ACTIONS(2889), + [aux_sym_remote_command_token1] = ACTIONS(2889), + [aux_sym_remote_forward_token1] = ACTIONS(2889), + [aux_sym_request_tty_token1] = ACTIONS(2889), + [aux_sym_required_rsa_size_token1] = ACTIONS(2889), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2889), + [aux_sym_security_key_provider_token1] = ACTIONS(2889), + [aux_sym_send_env_token1] = ACTIONS(2889), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2889), + [aux_sym_server_alive_interval_token1] = ACTIONS(2889), + [aux_sym_session_type_token1] = ACTIONS(2889), + [aux_sym_set_env_token1] = ACTIONS(2889), + [aux_sym_stdin_null_token1] = ACTIONS(2889), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2889), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2889), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2889), + [aux_sym_syslog_facility_token1] = ACTIONS(2889), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2889), + [aux_sym_keep_alive_token1] = ACTIONS(2889), + [aux_sym_tunnel_token1] = ACTIONS(2891), + [aux_sym_tunnel_device_token1] = ACTIONS(2889), + [aux_sym_update_host_keys_token1] = ACTIONS(2889), + [aux_sym_use_keychain_token1] = ACTIONS(2889), + [aux_sym_use_roaming_token1] = ACTIONS(2889), + [aux_sym_user_token1] = ACTIONS(2891), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2889), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2889), + [aux_sym_visual_host_key_token1] = ACTIONS(2889), + [aux_sym_xauth_location_token1] = ACTIONS(2889), }, [427] = { - [ts_builtin_sym_end] = ACTIONS(2888), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2888), - [aux_sym_match_token1] = ACTIONS(2888), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2888), - [aux_sym_address_family_token1] = ACTIONS(2888), - [aux_sym_batch_mode_token1] = ACTIONS(2888), - [aux_sym_bind_address_token1] = ACTIONS(2888), - [aux_sym_bind_interface_token1] = ACTIONS(2888), - [aux_sym_canonical_domains_token1] = ACTIONS(2888), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2888), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2888), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2888), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2888), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2888), - [aux_sym_certificate_file_token1] = ACTIONS(2888), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2888), - [aux_sym_check_host_ip_token1] = ACTIONS(2888), - [aux_sym_ciphers_token1] = ACTIONS(2888), - [aux_sym_cipher_token1] = ACTIONS(2890), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2888), - [aux_sym_compression_token1] = ACTIONS(2888), - [aux_sym_connection_attempts_token1] = ACTIONS(2888), - [aux_sym_connect_timeout_token1] = ACTIONS(2888), - [aux_sym_control_master_token1] = ACTIONS(2888), - [aux_sym_control_path_token1] = ACTIONS(2888), - [aux_sym_control_persist_token1] = ACTIONS(2888), - [aux_sym_dynamic_forward_token1] = ACTIONS(2888), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2888), - [aux_sym_escape_char_token1] = ACTIONS(2888), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2888), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2888), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2888), - [aux_sym_forward_agent_token1] = ACTIONS(2888), - [aux_sym_forward_x11_token1] = ACTIONS(2890), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2888), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2888), - [aux_sym_gateway_ports_token1] = ACTIONS(2888), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2888), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2888), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2888), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2888), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2888), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2888), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2888), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2888), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2888), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2888), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2888), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2888), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2888), - [aux_sym_host_key_alias_token1] = ACTIONS(2888), - [aux_sym_hostname_token1] = ACTIONS(2888), - [aux_sym_identities_only_token1] = ACTIONS(2888), - [aux_sym_identity_agent_token1] = ACTIONS(2888), - [aux_sym_identity_file_token1] = ACTIONS(2888), - [aux_sym_ignore_unknown_token1] = ACTIONS(2888), - [aux_sym_include_token1] = ACTIONS(2888), - [aux_sym_ip_qos_token1] = ACTIONS(2888), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2888), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2888), - [aux_sym_kex_algorithms_token1] = ACTIONS(2888), - [aux_sym_known_hosts_command_token1] = ACTIONS(2888), - [aux_sym_local_command_token1] = ACTIONS(2888), - [aux_sym_local_forward_token1] = ACTIONS(2888), - [aux_sym_log_level_token1] = ACTIONS(2888), - [aux_sym_log_verbose_token1] = ACTIONS(2888), - [aux_sym_macs_token1] = ACTIONS(2888), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2888), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2888), - [aux_sym_password_authentication_token1] = ACTIONS(2888), - [aux_sym_permit_local_command_token1] = ACTIONS(2888), - [aux_sym_permit_remote_open_token1] = ACTIONS(2888), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2888), - [aux_sym_port_token1] = ACTIONS(2888), - [aux_sym_preferred_authentications_token1] = ACTIONS(2888), - [aux_sym_protocol_token1] = ACTIONS(2888), - [aux_sym_proxy_command_token1] = ACTIONS(2888), - [aux_sym_proxy_jump_token1] = ACTIONS(2888), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2888), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2888), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2888), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2888), - [aux_sym_rekey_limit_token1] = ACTIONS(2888), - [aux_sym_remote_command_token1] = ACTIONS(2888), - [aux_sym_remote_forward_token1] = ACTIONS(2888), - [aux_sym_request_tty_token1] = ACTIONS(2888), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2888), - [aux_sym_security_key_provider_token1] = ACTIONS(2888), - [aux_sym_send_env_token1] = ACTIONS(2888), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2888), - [aux_sym_server_alive_interval_token1] = ACTIONS(2888), - [aux_sym_session_type_token1] = ACTIONS(2888), - [aux_sym_set_env_token1] = ACTIONS(2888), - [aux_sym_stdin_null_token1] = ACTIONS(2888), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2888), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2888), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2888), - [aux_sym_syslog_facility_token1] = ACTIONS(2888), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2888), - [aux_sym_keep_alive_token1] = ACTIONS(2888), - [aux_sym_tunnel_token1] = ACTIONS(2890), - [aux_sym_tunnel_device_token1] = ACTIONS(2888), - [aux_sym_update_host_keys_token1] = ACTIONS(2888), - [aux_sym_use_keychain_token1] = ACTIONS(2888), - [aux_sym_use_roaming_token1] = ACTIONS(2888), - [aux_sym_user_token1] = ACTIONS(2890), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2888), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2888), - [aux_sym_visual_host_key_token1] = ACTIONS(2888), - [aux_sym_xauth_location_token1] = ACTIONS(2888), + [ts_builtin_sym_end] = ACTIONS(2895), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2897), + [anon_sym_DQUOTE] = ACTIONS(2895), + [aux_sym_match_token1] = ACTIONS(2895), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2895), + [aux_sym_address_family_token1] = ACTIONS(2895), + [aux_sym_batch_mode_token1] = ACTIONS(2895), + [aux_sym_bind_address_token1] = ACTIONS(2895), + [aux_sym_bind_interface_token1] = ACTIONS(2895), + [aux_sym_canonical_domains_token1] = ACTIONS(2895), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2895), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2895), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2895), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2895), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2895), + [aux_sym_certificate_file_token1] = ACTIONS(2895), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2895), + [aux_sym_check_host_ip_token1] = ACTIONS(2895), + [aux_sym_ciphers_token1] = ACTIONS(2895), + [aux_sym_cipher_token1] = ACTIONS(2897), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2895), + [aux_sym_compression_token1] = ACTIONS(2895), + [aux_sym_connection_attempts_token1] = ACTIONS(2895), + [aux_sym_connect_timeout_token1] = ACTIONS(2895), + [aux_sym_control_master_token1] = ACTIONS(2895), + [aux_sym_control_path_token1] = ACTIONS(2895), + [aux_sym_control_persist_token1] = ACTIONS(2895), + [aux_sym_dynamic_forward_token1] = ACTIONS(2895), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2895), + [aux_sym_escape_char_token1] = ACTIONS(2895), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2895), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2895), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2895), + [aux_sym_forward_agent_token1] = ACTIONS(2895), + [aux_sym_forward_x11_token1] = ACTIONS(2897), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2895), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2895), + [aux_sym_gateway_ports_token1] = ACTIONS(2895), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2895), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2895), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2895), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2895), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2895), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2895), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2895), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2895), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2895), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2895), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2895), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2895), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2895), + [aux_sym_host_key_alias_token1] = ACTIONS(2895), + [aux_sym_hostname_token1] = ACTIONS(2895), + [aux_sym_identities_only_token1] = ACTIONS(2895), + [aux_sym_identity_agent_token1] = ACTIONS(2895), + [aux_sym_identity_file_token1] = ACTIONS(2895), + [aux_sym_ignore_unknown_token1] = ACTIONS(2895), + [aux_sym_include_token1] = ACTIONS(2895), + [aux_sym_ip_qos_token1] = ACTIONS(2895), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2895), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2895), + [aux_sym_kex_algorithms_token1] = ACTIONS(2895), + [aux_sym_known_hosts_command_token1] = ACTIONS(2895), + [aux_sym_local_command_token1] = ACTIONS(2895), + [aux_sym_local_forward_token1] = ACTIONS(2895), + [aux_sym_log_level_token1] = ACTIONS(2895), + [aux_sym_log_verbose_token1] = ACTIONS(2895), + [aux_sym_macs_token1] = ACTIONS(2895), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2895), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2895), + [aux_sym_password_authentication_token1] = ACTIONS(2895), + [aux_sym_permit_local_command_token1] = ACTIONS(2895), + [aux_sym_permit_remote_open_token1] = ACTIONS(2895), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2895), + [aux_sym_port_token1] = ACTIONS(2895), + [aux_sym_preferred_authentications_token1] = ACTIONS(2895), + [aux_sym_protocol_token1] = ACTIONS(2895), + [aux_sym_proxy_command_token1] = ACTIONS(2895), + [aux_sym_proxy_jump_token1] = ACTIONS(2895), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2895), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2895), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2895), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2895), + [aux_sym_rekey_limit_token1] = ACTIONS(2895), + [aux_sym_remote_command_token1] = ACTIONS(2895), + [aux_sym_remote_forward_token1] = ACTIONS(2895), + [aux_sym_request_tty_token1] = ACTIONS(2895), + [aux_sym_required_rsa_size_token1] = ACTIONS(2895), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2895), + [aux_sym_security_key_provider_token1] = ACTIONS(2895), + [aux_sym_send_env_token1] = ACTIONS(2895), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2895), + [aux_sym_server_alive_interval_token1] = ACTIONS(2895), + [aux_sym_session_type_token1] = ACTIONS(2895), + [aux_sym_set_env_token1] = ACTIONS(2895), + [aux_sym_stdin_null_token1] = ACTIONS(2895), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2895), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2895), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2895), + [aux_sym_syslog_facility_token1] = ACTIONS(2895), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2895), + [aux_sym_keep_alive_token1] = ACTIONS(2895), + [aux_sym_tunnel_token1] = ACTIONS(2897), + [aux_sym_tunnel_device_token1] = ACTIONS(2895), + [aux_sym_update_host_keys_token1] = ACTIONS(2895), + [aux_sym_use_keychain_token1] = ACTIONS(2895), + [aux_sym_use_roaming_token1] = ACTIONS(2895), + [aux_sym_user_token1] = ACTIONS(2897), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2895), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2895), + [aux_sym_visual_host_key_token1] = ACTIONS(2895), + [aux_sym_xauth_location_token1] = ACTIONS(2895), }, [428] = { - [ts_builtin_sym_end] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2894), - [anon_sym_DQUOTE] = ACTIONS(2896), - [aux_sym_match_token1] = ACTIONS(2892), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2892), - [aux_sym_address_family_token1] = ACTIONS(2892), - [aux_sym_batch_mode_token1] = ACTIONS(2892), - [aux_sym_bind_address_token1] = ACTIONS(2892), - [aux_sym_bind_interface_token1] = ACTIONS(2892), - [aux_sym_canonical_domains_token1] = ACTIONS(2892), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2892), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2892), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2892), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2892), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2892), - [aux_sym_certificate_file_token1] = ACTIONS(2892), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2892), - [aux_sym_check_host_ip_token1] = ACTIONS(2892), - [aux_sym_ciphers_token1] = ACTIONS(2892), - [aux_sym_cipher_token1] = ACTIONS(2894), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2892), - [aux_sym_compression_token1] = ACTIONS(2892), - [aux_sym_connection_attempts_token1] = ACTIONS(2892), - [aux_sym_connect_timeout_token1] = ACTIONS(2892), - [aux_sym_control_master_token1] = ACTIONS(2892), - [aux_sym_control_path_token1] = ACTIONS(2892), - [aux_sym_control_persist_token1] = ACTIONS(2892), - [aux_sym_dynamic_forward_token1] = ACTIONS(2892), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2892), - [aux_sym_escape_char_token1] = ACTIONS(2892), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2892), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2892), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2892), - [aux_sym_forward_agent_token1] = ACTIONS(2892), - [aux_sym_forward_x11_token1] = ACTIONS(2894), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2892), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2892), - [aux_sym_gateway_ports_token1] = ACTIONS(2892), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2892), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2892), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2892), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2892), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2892), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2892), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2892), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2892), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2892), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2892), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2892), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2892), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2892), - [aux_sym_host_key_alias_token1] = ACTIONS(2892), - [aux_sym_hostname_token1] = ACTIONS(2892), - [aux_sym_identities_only_token1] = ACTIONS(2892), - [aux_sym_identity_agent_token1] = ACTIONS(2892), - [aux_sym_identity_file_token1] = ACTIONS(2892), - [aux_sym_ignore_unknown_token1] = ACTIONS(2892), - [aux_sym_include_token1] = ACTIONS(2892), - [aux_sym_ip_qos_token1] = ACTIONS(2892), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2892), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2892), - [aux_sym_kex_algorithms_token1] = ACTIONS(2892), - [aux_sym_known_hosts_command_token1] = ACTIONS(2892), - [aux_sym_local_command_token1] = ACTIONS(2892), - [aux_sym_local_forward_token1] = ACTIONS(2892), - [aux_sym_log_level_token1] = ACTIONS(2892), - [aux_sym_log_verbose_token1] = ACTIONS(2892), - [aux_sym_macs_token1] = ACTIONS(2892), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2892), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2892), - [aux_sym_password_authentication_token1] = ACTIONS(2892), - [aux_sym_permit_local_command_token1] = ACTIONS(2892), - [aux_sym_permit_remote_open_token1] = ACTIONS(2892), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2892), - [aux_sym_port_token1] = ACTIONS(2892), - [aux_sym_preferred_authentications_token1] = ACTIONS(2892), - [aux_sym_protocol_token1] = ACTIONS(2892), - [aux_sym_proxy_command_token1] = ACTIONS(2892), - [aux_sym_proxy_jump_token1] = ACTIONS(2892), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2892), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2892), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2892), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2892), - [aux_sym_rekey_limit_token1] = ACTIONS(2892), - [aux_sym_remote_command_token1] = ACTIONS(2892), - [aux_sym_remote_forward_token1] = ACTIONS(2892), - [aux_sym_request_tty_token1] = ACTIONS(2892), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2892), - [aux_sym_security_key_provider_token1] = ACTIONS(2892), - [aux_sym_send_env_token1] = ACTIONS(2892), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2892), - [aux_sym_server_alive_interval_token1] = ACTIONS(2892), - [aux_sym_session_type_token1] = ACTIONS(2892), - [aux_sym_set_env_token1] = ACTIONS(2892), - [aux_sym_stdin_null_token1] = ACTIONS(2892), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2892), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2892), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2892), - [aux_sym_syslog_facility_token1] = ACTIONS(2892), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2892), - [aux_sym_keep_alive_token1] = ACTIONS(2892), - [aux_sym_tunnel_token1] = ACTIONS(2894), - [aux_sym_tunnel_device_token1] = ACTIONS(2892), - [aux_sym_update_host_keys_token1] = ACTIONS(2892), - [aux_sym_use_keychain_token1] = ACTIONS(2892), - [aux_sym_use_roaming_token1] = ACTIONS(2892), - [aux_sym_user_token1] = ACTIONS(2894), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2892), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2892), - [aux_sym_visual_host_key_token1] = ACTIONS(2892), - [aux_sym_xauth_location_token1] = ACTIONS(2892), + [ts_builtin_sym_end] = ACTIONS(2899), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2901), + [anon_sym_DQUOTE] = ACTIONS(2903), + [aux_sym_match_token1] = ACTIONS(2899), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2899), + [aux_sym_address_family_token1] = ACTIONS(2899), + [aux_sym_batch_mode_token1] = ACTIONS(2899), + [aux_sym_bind_address_token1] = ACTIONS(2899), + [aux_sym_bind_interface_token1] = ACTIONS(2899), + [aux_sym_canonical_domains_token1] = ACTIONS(2899), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2899), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2899), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2899), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2899), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2899), + [aux_sym_certificate_file_token1] = ACTIONS(2899), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2899), + [aux_sym_check_host_ip_token1] = ACTIONS(2899), + [aux_sym_ciphers_token1] = ACTIONS(2899), + [aux_sym_cipher_token1] = ACTIONS(2901), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2899), + [aux_sym_compression_token1] = ACTIONS(2899), + [aux_sym_connection_attempts_token1] = ACTIONS(2899), + [aux_sym_connect_timeout_token1] = ACTIONS(2899), + [aux_sym_control_master_token1] = ACTIONS(2899), + [aux_sym_control_path_token1] = ACTIONS(2899), + [aux_sym_control_persist_token1] = ACTIONS(2899), + [aux_sym_dynamic_forward_token1] = ACTIONS(2899), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2899), + [aux_sym_escape_char_token1] = ACTIONS(2899), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2899), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2899), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2899), + [aux_sym_forward_agent_token1] = ACTIONS(2899), + [aux_sym_forward_x11_token1] = ACTIONS(2901), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2899), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2899), + [aux_sym_gateway_ports_token1] = ACTIONS(2899), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2899), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2899), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2899), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2899), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2899), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2899), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2899), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2899), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2899), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2899), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2899), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2899), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2899), + [aux_sym_host_key_alias_token1] = ACTIONS(2899), + [aux_sym_hostname_token1] = ACTIONS(2899), + [aux_sym_identities_only_token1] = ACTIONS(2899), + [aux_sym_identity_agent_token1] = ACTIONS(2899), + [aux_sym_identity_file_token1] = ACTIONS(2899), + [aux_sym_ignore_unknown_token1] = ACTIONS(2899), + [aux_sym_include_token1] = ACTIONS(2899), + [aux_sym_ip_qos_token1] = ACTIONS(2899), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2899), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2899), + [aux_sym_kex_algorithms_token1] = ACTIONS(2899), + [aux_sym_known_hosts_command_token1] = ACTIONS(2899), + [aux_sym_local_command_token1] = ACTIONS(2899), + [aux_sym_local_forward_token1] = ACTIONS(2899), + [aux_sym_log_level_token1] = ACTIONS(2899), + [aux_sym_log_verbose_token1] = ACTIONS(2899), + [aux_sym_macs_token1] = ACTIONS(2899), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2899), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2899), + [aux_sym_password_authentication_token1] = ACTIONS(2899), + [aux_sym_permit_local_command_token1] = ACTIONS(2899), + [aux_sym_permit_remote_open_token1] = ACTIONS(2899), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2899), + [aux_sym_port_token1] = ACTIONS(2899), + [aux_sym_preferred_authentications_token1] = ACTIONS(2899), + [aux_sym_protocol_token1] = ACTIONS(2899), + [aux_sym_proxy_command_token1] = ACTIONS(2899), + [aux_sym_proxy_jump_token1] = ACTIONS(2899), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2899), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2899), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2899), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2899), + [aux_sym_rekey_limit_token1] = ACTIONS(2899), + [aux_sym_remote_command_token1] = ACTIONS(2899), + [aux_sym_remote_forward_token1] = ACTIONS(2899), + [aux_sym_request_tty_token1] = ACTIONS(2899), + [aux_sym_required_rsa_size_token1] = ACTIONS(2899), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2899), + [aux_sym_security_key_provider_token1] = ACTIONS(2899), + [aux_sym_send_env_token1] = ACTIONS(2899), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2899), + [aux_sym_server_alive_interval_token1] = ACTIONS(2899), + [aux_sym_session_type_token1] = ACTIONS(2899), + [aux_sym_set_env_token1] = ACTIONS(2899), + [aux_sym_stdin_null_token1] = ACTIONS(2899), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2899), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2899), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2899), + [aux_sym_syslog_facility_token1] = ACTIONS(2899), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2899), + [aux_sym_keep_alive_token1] = ACTIONS(2899), + [aux_sym_tunnel_token1] = ACTIONS(2901), + [aux_sym_tunnel_device_token1] = ACTIONS(2899), + [aux_sym_update_host_keys_token1] = ACTIONS(2899), + [aux_sym_use_keychain_token1] = ACTIONS(2899), + [aux_sym_use_roaming_token1] = ACTIONS(2899), + [aux_sym_user_token1] = ACTIONS(2901), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2899), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2899), + [aux_sym_visual_host_key_token1] = ACTIONS(2899), + [aux_sym_xauth_location_token1] = ACTIONS(2899), }, [429] = { - [ts_builtin_sym_end] = ACTIONS(2898), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2900), - [anon_sym_DQUOTE] = ACTIONS(2902), - [aux_sym_match_token1] = ACTIONS(2898), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2898), - [aux_sym_address_family_token1] = ACTIONS(2898), - [aux_sym_batch_mode_token1] = ACTIONS(2898), - [aux_sym_bind_address_token1] = ACTIONS(2898), - [aux_sym_bind_interface_token1] = ACTIONS(2898), - [aux_sym_canonical_domains_token1] = ACTIONS(2898), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2898), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2898), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2898), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2898), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2898), - [aux_sym_certificate_file_token1] = ACTIONS(2898), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2898), - [aux_sym_check_host_ip_token1] = ACTIONS(2898), - [aux_sym_ciphers_token1] = ACTIONS(2898), - [aux_sym_cipher_token1] = ACTIONS(2900), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2898), - [aux_sym_compression_token1] = ACTIONS(2898), - [aux_sym_connection_attempts_token1] = ACTIONS(2898), - [aux_sym_connect_timeout_token1] = ACTIONS(2898), - [aux_sym_control_master_token1] = ACTIONS(2898), - [aux_sym_control_path_token1] = ACTIONS(2898), - [aux_sym_control_persist_token1] = ACTIONS(2898), - [aux_sym_dynamic_forward_token1] = ACTIONS(2898), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2898), - [aux_sym_escape_char_token1] = ACTIONS(2898), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2898), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2898), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2898), - [aux_sym_forward_agent_token1] = ACTIONS(2898), - [aux_sym_forward_x11_token1] = ACTIONS(2900), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2898), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2898), - [aux_sym_gateway_ports_token1] = ACTIONS(2898), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2898), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2898), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2898), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2898), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2898), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2898), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2898), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2898), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2898), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2898), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2898), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2898), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2898), - [aux_sym_host_key_alias_token1] = ACTIONS(2898), - [aux_sym_hostname_token1] = ACTIONS(2898), - [aux_sym_identities_only_token1] = ACTIONS(2898), - [aux_sym_identity_agent_token1] = ACTIONS(2898), - [aux_sym_identity_file_token1] = ACTIONS(2898), - [aux_sym_ignore_unknown_token1] = ACTIONS(2898), - [aux_sym_include_token1] = ACTIONS(2898), - [aux_sym_ip_qos_token1] = ACTIONS(2898), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2898), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2898), - [aux_sym_kex_algorithms_token1] = ACTIONS(2898), - [aux_sym_known_hosts_command_token1] = ACTIONS(2898), - [aux_sym_local_command_token1] = ACTIONS(2898), - [aux_sym_local_forward_token1] = ACTIONS(2898), - [aux_sym_log_level_token1] = ACTIONS(2898), - [aux_sym_log_verbose_token1] = ACTIONS(2898), - [aux_sym_macs_token1] = ACTIONS(2898), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2898), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2898), - [aux_sym_password_authentication_token1] = ACTIONS(2898), - [aux_sym_permit_local_command_token1] = ACTIONS(2898), - [aux_sym_permit_remote_open_token1] = ACTIONS(2898), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2898), - [aux_sym_port_token1] = ACTIONS(2898), - [aux_sym_preferred_authentications_token1] = ACTIONS(2898), - [aux_sym_protocol_token1] = ACTIONS(2898), - [aux_sym_proxy_command_token1] = ACTIONS(2898), - [aux_sym_proxy_jump_token1] = ACTIONS(2898), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2898), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2898), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2898), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2898), - [aux_sym_rekey_limit_token1] = ACTIONS(2898), - [aux_sym_remote_command_token1] = ACTIONS(2898), - [aux_sym_remote_forward_token1] = ACTIONS(2898), - [aux_sym_request_tty_token1] = ACTIONS(2898), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2898), - [aux_sym_security_key_provider_token1] = ACTIONS(2898), - [aux_sym_send_env_token1] = ACTIONS(2898), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2898), - [aux_sym_server_alive_interval_token1] = ACTIONS(2898), - [aux_sym_session_type_token1] = ACTIONS(2898), - [aux_sym_set_env_token1] = ACTIONS(2898), - [aux_sym_stdin_null_token1] = ACTIONS(2898), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2898), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2898), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2898), - [aux_sym_syslog_facility_token1] = ACTIONS(2898), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2898), - [aux_sym_keep_alive_token1] = ACTIONS(2898), - [aux_sym_tunnel_token1] = ACTIONS(2900), - [aux_sym_tunnel_device_token1] = ACTIONS(2898), - [aux_sym_update_host_keys_token1] = ACTIONS(2898), - [aux_sym_use_keychain_token1] = ACTIONS(2898), - [aux_sym_use_roaming_token1] = ACTIONS(2898), - [aux_sym_user_token1] = ACTIONS(2900), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2898), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2898), - [aux_sym_visual_host_key_token1] = ACTIONS(2898), - [aux_sym_xauth_location_token1] = ACTIONS(2898), + [ts_builtin_sym_end] = ACTIONS(2905), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2907), + [anon_sym_DQUOTE] = ACTIONS(2905), + [aux_sym_match_token1] = ACTIONS(2905), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2905), + [aux_sym_address_family_token1] = ACTIONS(2905), + [aux_sym_batch_mode_token1] = ACTIONS(2905), + [aux_sym_bind_address_token1] = ACTIONS(2905), + [aux_sym_bind_interface_token1] = ACTIONS(2905), + [aux_sym_canonical_domains_token1] = ACTIONS(2905), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2905), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2905), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2905), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2905), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2905), + [aux_sym_certificate_file_token1] = ACTIONS(2905), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2905), + [aux_sym_check_host_ip_token1] = ACTIONS(2905), + [aux_sym_ciphers_token1] = ACTIONS(2905), + [aux_sym_cipher_token1] = ACTIONS(2907), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2905), + [aux_sym_compression_token1] = ACTIONS(2905), + [aux_sym_connection_attempts_token1] = ACTIONS(2905), + [aux_sym_connect_timeout_token1] = ACTIONS(2905), + [aux_sym_control_master_token1] = ACTIONS(2905), + [aux_sym_control_path_token1] = ACTIONS(2905), + [aux_sym_control_persist_token1] = ACTIONS(2905), + [aux_sym_dynamic_forward_token1] = ACTIONS(2905), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2905), + [aux_sym_escape_char_token1] = ACTIONS(2905), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2905), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2905), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2905), + [aux_sym_forward_agent_token1] = ACTIONS(2905), + [aux_sym_forward_x11_token1] = ACTIONS(2907), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2905), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2905), + [aux_sym_gateway_ports_token1] = ACTIONS(2905), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2905), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2905), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2905), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2905), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2905), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2905), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2905), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2905), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2905), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2905), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2905), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2905), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2905), + [aux_sym_host_key_alias_token1] = ACTIONS(2905), + [aux_sym_hostname_token1] = ACTIONS(2905), + [aux_sym_identities_only_token1] = ACTIONS(2905), + [aux_sym_identity_agent_token1] = ACTIONS(2905), + [aux_sym_identity_file_token1] = ACTIONS(2905), + [aux_sym_ignore_unknown_token1] = ACTIONS(2905), + [aux_sym_include_token1] = ACTIONS(2905), + [aux_sym_ip_qos_token1] = ACTIONS(2905), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2905), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2905), + [aux_sym_kex_algorithms_token1] = ACTIONS(2905), + [aux_sym_known_hosts_command_token1] = ACTIONS(2905), + [aux_sym_local_command_token1] = ACTIONS(2905), + [aux_sym_local_forward_token1] = ACTIONS(2905), + [aux_sym_log_level_token1] = ACTIONS(2905), + [aux_sym_log_verbose_token1] = ACTIONS(2905), + [aux_sym_macs_token1] = ACTIONS(2905), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2905), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2905), + [aux_sym_password_authentication_token1] = ACTIONS(2905), + [aux_sym_permit_local_command_token1] = ACTIONS(2905), + [aux_sym_permit_remote_open_token1] = ACTIONS(2905), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2905), + [aux_sym_port_token1] = ACTIONS(2905), + [aux_sym_preferred_authentications_token1] = ACTIONS(2905), + [aux_sym_protocol_token1] = ACTIONS(2905), + [aux_sym_proxy_command_token1] = ACTIONS(2905), + [aux_sym_proxy_jump_token1] = ACTIONS(2905), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2905), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2905), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2905), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2905), + [aux_sym_rekey_limit_token1] = ACTIONS(2905), + [aux_sym_remote_command_token1] = ACTIONS(2905), + [aux_sym_remote_forward_token1] = ACTIONS(2905), + [aux_sym_request_tty_token1] = ACTIONS(2905), + [aux_sym_required_rsa_size_token1] = ACTIONS(2905), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2905), + [aux_sym_security_key_provider_token1] = ACTIONS(2905), + [aux_sym_send_env_token1] = ACTIONS(2905), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2905), + [aux_sym_server_alive_interval_token1] = ACTIONS(2905), + [aux_sym_session_type_token1] = ACTIONS(2905), + [aux_sym_set_env_token1] = ACTIONS(2905), + [aux_sym_stdin_null_token1] = ACTIONS(2905), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2905), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2905), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2905), + [aux_sym_syslog_facility_token1] = ACTIONS(2905), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2905), + [aux_sym_keep_alive_token1] = ACTIONS(2905), + [aux_sym_tunnel_token1] = ACTIONS(2907), + [aux_sym_tunnel_device_token1] = ACTIONS(2905), + [aux_sym_update_host_keys_token1] = ACTIONS(2905), + [aux_sym_use_keychain_token1] = ACTIONS(2905), + [aux_sym_use_roaming_token1] = ACTIONS(2905), + [aux_sym_user_token1] = ACTIONS(2907), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2905), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2905), + [aux_sym_visual_host_key_token1] = ACTIONS(2905), + [aux_sym_xauth_location_token1] = ACTIONS(2905), }, [430] = { - [ts_builtin_sym_end] = ACTIONS(2904), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2906), - [anon_sym_DQUOTE] = ACTIONS(2904), - [aux_sym_match_token1] = ACTIONS(2904), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2904), - [aux_sym_address_family_token1] = ACTIONS(2904), - [aux_sym_batch_mode_token1] = ACTIONS(2904), - [aux_sym_bind_address_token1] = ACTIONS(2904), - [aux_sym_bind_interface_token1] = ACTIONS(2904), - [aux_sym_canonical_domains_token1] = ACTIONS(2904), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2904), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2904), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2904), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2904), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2904), - [aux_sym_certificate_file_token1] = ACTIONS(2904), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2904), - [aux_sym_check_host_ip_token1] = ACTIONS(2904), - [aux_sym_ciphers_token1] = ACTIONS(2904), - [aux_sym_cipher_token1] = ACTIONS(2906), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2904), - [aux_sym_compression_token1] = ACTIONS(2904), - [aux_sym_connection_attempts_token1] = ACTIONS(2904), - [aux_sym_connect_timeout_token1] = ACTIONS(2904), - [aux_sym_control_master_token1] = ACTIONS(2904), - [aux_sym_control_path_token1] = ACTIONS(2904), - [aux_sym_control_persist_token1] = ACTIONS(2904), - [aux_sym_dynamic_forward_token1] = ACTIONS(2904), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2904), - [aux_sym_escape_char_token1] = ACTIONS(2904), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2904), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2904), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2904), - [aux_sym_forward_agent_token1] = ACTIONS(2904), - [aux_sym_forward_x11_token1] = ACTIONS(2906), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2904), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2904), - [aux_sym_gateway_ports_token1] = ACTIONS(2904), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2904), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2904), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2904), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2904), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2904), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2904), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2904), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2904), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2904), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2904), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2904), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2904), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2904), - [aux_sym_host_key_alias_token1] = ACTIONS(2904), - [aux_sym_hostname_token1] = ACTIONS(2904), - [aux_sym_identities_only_token1] = ACTIONS(2904), - [aux_sym_identity_agent_token1] = ACTIONS(2904), - [aux_sym_identity_file_token1] = ACTIONS(2904), - [aux_sym_ignore_unknown_token1] = ACTIONS(2904), - [aux_sym_include_token1] = ACTIONS(2904), - [aux_sym_ip_qos_token1] = ACTIONS(2904), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2904), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2904), - [aux_sym_kex_algorithms_token1] = ACTIONS(2904), - [aux_sym_known_hosts_command_token1] = ACTIONS(2904), - [aux_sym_local_command_token1] = ACTIONS(2904), - [aux_sym_local_forward_token1] = ACTIONS(2904), - [aux_sym_log_level_token1] = ACTIONS(2904), - [aux_sym_log_verbose_token1] = ACTIONS(2904), - [aux_sym_macs_token1] = ACTIONS(2904), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2904), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2904), - [aux_sym_password_authentication_token1] = ACTIONS(2904), - [aux_sym_permit_local_command_token1] = ACTIONS(2904), - [aux_sym_permit_remote_open_token1] = ACTIONS(2904), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2904), - [aux_sym_port_token1] = ACTIONS(2904), - [aux_sym_preferred_authentications_token1] = ACTIONS(2904), - [aux_sym_protocol_token1] = ACTIONS(2904), - [aux_sym_proxy_command_token1] = ACTIONS(2904), - [aux_sym_proxy_jump_token1] = ACTIONS(2904), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2904), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2904), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2904), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2904), - [aux_sym_rekey_limit_token1] = ACTIONS(2904), - [aux_sym_remote_command_token1] = ACTIONS(2904), - [aux_sym_remote_forward_token1] = ACTIONS(2904), - [aux_sym_request_tty_token1] = ACTIONS(2904), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2904), - [aux_sym_security_key_provider_token1] = ACTIONS(2904), - [aux_sym_send_env_token1] = ACTIONS(2904), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2904), - [aux_sym_server_alive_interval_token1] = ACTIONS(2904), - [aux_sym_session_type_token1] = ACTIONS(2904), - [aux_sym_set_env_token1] = ACTIONS(2904), - [aux_sym_stdin_null_token1] = ACTIONS(2904), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2904), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2904), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2904), - [aux_sym_syslog_facility_token1] = ACTIONS(2904), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2904), - [aux_sym_keep_alive_token1] = ACTIONS(2904), - [aux_sym_tunnel_token1] = ACTIONS(2906), - [aux_sym_tunnel_device_token1] = ACTIONS(2904), - [aux_sym_update_host_keys_token1] = ACTIONS(2904), - [aux_sym_use_keychain_token1] = ACTIONS(2904), - [aux_sym_use_roaming_token1] = ACTIONS(2904), - [aux_sym_user_token1] = ACTIONS(2906), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2904), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2904), - [aux_sym_visual_host_key_token1] = ACTIONS(2904), - [aux_sym_xauth_location_token1] = ACTIONS(2904), + [ts_builtin_sym_end] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2911), + [anon_sym_DQUOTE] = ACTIONS(2913), + [aux_sym_match_token1] = ACTIONS(2909), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2909), + [aux_sym_address_family_token1] = ACTIONS(2909), + [aux_sym_batch_mode_token1] = ACTIONS(2909), + [aux_sym_bind_address_token1] = ACTIONS(2909), + [aux_sym_bind_interface_token1] = ACTIONS(2909), + [aux_sym_canonical_domains_token1] = ACTIONS(2909), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2909), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2909), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2909), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2909), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2909), + [aux_sym_certificate_file_token1] = ACTIONS(2909), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2909), + [aux_sym_check_host_ip_token1] = ACTIONS(2909), + [aux_sym_ciphers_token1] = ACTIONS(2909), + [aux_sym_cipher_token1] = ACTIONS(2911), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2909), + [aux_sym_compression_token1] = ACTIONS(2909), + [aux_sym_connection_attempts_token1] = ACTIONS(2909), + [aux_sym_connect_timeout_token1] = ACTIONS(2909), + [aux_sym_control_master_token1] = ACTIONS(2909), + [aux_sym_control_path_token1] = ACTIONS(2909), + [aux_sym_control_persist_token1] = ACTIONS(2909), + [aux_sym_dynamic_forward_token1] = ACTIONS(2909), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2909), + [aux_sym_escape_char_token1] = ACTIONS(2909), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2909), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2909), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2909), + [aux_sym_forward_agent_token1] = ACTIONS(2909), + [aux_sym_forward_x11_token1] = ACTIONS(2911), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2909), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2909), + [aux_sym_gateway_ports_token1] = ACTIONS(2909), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2909), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2909), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2909), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2909), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2909), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2909), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2909), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2909), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2909), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2909), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2909), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2909), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2909), + [aux_sym_host_key_alias_token1] = ACTIONS(2909), + [aux_sym_hostname_token1] = ACTIONS(2909), + [aux_sym_identities_only_token1] = ACTIONS(2909), + [aux_sym_identity_agent_token1] = ACTIONS(2909), + [aux_sym_identity_file_token1] = ACTIONS(2909), + [aux_sym_ignore_unknown_token1] = ACTIONS(2909), + [aux_sym_include_token1] = ACTIONS(2909), + [aux_sym_ip_qos_token1] = ACTIONS(2909), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2909), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2909), + [aux_sym_kex_algorithms_token1] = ACTIONS(2909), + [aux_sym_known_hosts_command_token1] = ACTIONS(2909), + [aux_sym_local_command_token1] = ACTIONS(2909), + [aux_sym_local_forward_token1] = ACTIONS(2909), + [aux_sym_log_level_token1] = ACTIONS(2909), + [aux_sym_log_verbose_token1] = ACTIONS(2909), + [aux_sym_macs_token1] = ACTIONS(2909), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2909), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2909), + [aux_sym_password_authentication_token1] = ACTIONS(2909), + [aux_sym_permit_local_command_token1] = ACTIONS(2909), + [aux_sym_permit_remote_open_token1] = ACTIONS(2909), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2909), + [aux_sym_port_token1] = ACTIONS(2909), + [aux_sym_preferred_authentications_token1] = ACTIONS(2909), + [aux_sym_protocol_token1] = ACTIONS(2909), + [aux_sym_proxy_command_token1] = ACTIONS(2909), + [aux_sym_proxy_jump_token1] = ACTIONS(2909), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2909), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2909), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2909), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2909), + [aux_sym_rekey_limit_token1] = ACTIONS(2909), + [aux_sym_remote_command_token1] = ACTIONS(2909), + [aux_sym_remote_forward_token1] = ACTIONS(2909), + [aux_sym_request_tty_token1] = ACTIONS(2909), + [aux_sym_required_rsa_size_token1] = ACTIONS(2909), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2909), + [aux_sym_security_key_provider_token1] = ACTIONS(2909), + [aux_sym_send_env_token1] = ACTIONS(2909), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2909), + [aux_sym_server_alive_interval_token1] = ACTIONS(2909), + [aux_sym_session_type_token1] = ACTIONS(2909), + [aux_sym_set_env_token1] = ACTIONS(2909), + [aux_sym_stdin_null_token1] = ACTIONS(2909), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2909), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2909), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2909), + [aux_sym_syslog_facility_token1] = ACTIONS(2909), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2909), + [aux_sym_keep_alive_token1] = ACTIONS(2909), + [aux_sym_tunnel_token1] = ACTIONS(2911), + [aux_sym_tunnel_device_token1] = ACTIONS(2909), + [aux_sym_update_host_keys_token1] = ACTIONS(2909), + [aux_sym_use_keychain_token1] = ACTIONS(2909), + [aux_sym_use_roaming_token1] = ACTIONS(2909), + [aux_sym_user_token1] = ACTIONS(2911), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2909), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2909), + [aux_sym_visual_host_key_token1] = ACTIONS(2909), + [aux_sym_xauth_location_token1] = ACTIONS(2909), }, [431] = { - [ts_builtin_sym_end] = ACTIONS(2908), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2910), - [anon_sym_DQUOTE] = ACTIONS(2908), - [aux_sym_match_token1] = ACTIONS(2908), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2908), - [aux_sym_address_family_token1] = ACTIONS(2908), - [aux_sym_batch_mode_token1] = ACTIONS(2908), - [aux_sym_bind_address_token1] = ACTIONS(2908), - [aux_sym_bind_interface_token1] = ACTIONS(2908), - [aux_sym_canonical_domains_token1] = ACTIONS(2908), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2908), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2908), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2908), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2908), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2908), - [aux_sym_certificate_file_token1] = ACTIONS(2908), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2908), - [aux_sym_check_host_ip_token1] = ACTIONS(2908), - [aux_sym_ciphers_token1] = ACTIONS(2908), - [aux_sym_cipher_token1] = ACTIONS(2910), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2908), - [aux_sym_compression_token1] = ACTIONS(2908), - [aux_sym_connection_attempts_token1] = ACTIONS(2908), - [aux_sym_connect_timeout_token1] = ACTIONS(2908), - [aux_sym_control_master_token1] = ACTIONS(2908), - [aux_sym_control_path_token1] = ACTIONS(2908), - [aux_sym_control_persist_token1] = ACTIONS(2908), - [aux_sym_dynamic_forward_token1] = ACTIONS(2908), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2908), - [aux_sym_escape_char_token1] = ACTIONS(2908), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2908), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2908), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2908), - [aux_sym_forward_agent_token1] = ACTIONS(2908), - [aux_sym_forward_x11_token1] = ACTIONS(2910), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2908), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2908), - [aux_sym_gateway_ports_token1] = ACTIONS(2908), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2908), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2908), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2908), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2908), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2908), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2908), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2908), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2908), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2908), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2908), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2908), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2908), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2908), - [aux_sym_host_key_alias_token1] = ACTIONS(2908), - [aux_sym_hostname_token1] = ACTIONS(2908), - [aux_sym_identities_only_token1] = ACTIONS(2908), - [aux_sym_identity_agent_token1] = ACTIONS(2908), - [aux_sym_identity_file_token1] = ACTIONS(2908), - [aux_sym_ignore_unknown_token1] = ACTIONS(2908), - [aux_sym_include_token1] = ACTIONS(2908), - [aux_sym_ip_qos_token1] = ACTIONS(2908), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2908), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2908), - [aux_sym_kex_algorithms_token1] = ACTIONS(2908), - [aux_sym_known_hosts_command_token1] = ACTIONS(2908), - [aux_sym_local_command_token1] = ACTIONS(2908), - [aux_sym_local_forward_token1] = ACTIONS(2908), - [aux_sym_log_level_token1] = ACTIONS(2908), - [aux_sym_log_verbose_token1] = ACTIONS(2908), - [aux_sym_macs_token1] = ACTIONS(2908), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2908), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2908), - [aux_sym_password_authentication_token1] = ACTIONS(2908), - [aux_sym_permit_local_command_token1] = ACTIONS(2908), - [aux_sym_permit_remote_open_token1] = ACTIONS(2908), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2908), - [aux_sym_port_token1] = ACTIONS(2908), - [aux_sym_preferred_authentications_token1] = ACTIONS(2908), - [aux_sym_protocol_token1] = ACTIONS(2908), - [aux_sym_proxy_command_token1] = ACTIONS(2908), - [aux_sym_proxy_jump_token1] = ACTIONS(2908), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2908), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2908), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2908), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2908), - [aux_sym_rekey_limit_token1] = ACTIONS(2908), - [aux_sym_remote_command_token1] = ACTIONS(2908), - [aux_sym_remote_forward_token1] = ACTIONS(2908), - [aux_sym_request_tty_token1] = ACTIONS(2908), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2908), - [aux_sym_security_key_provider_token1] = ACTIONS(2908), - [aux_sym_send_env_token1] = ACTIONS(2908), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2908), - [aux_sym_server_alive_interval_token1] = ACTIONS(2908), - [aux_sym_session_type_token1] = ACTIONS(2908), - [aux_sym_set_env_token1] = ACTIONS(2908), - [aux_sym_stdin_null_token1] = ACTIONS(2908), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2908), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2908), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2908), - [aux_sym_syslog_facility_token1] = ACTIONS(2908), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2908), - [aux_sym_keep_alive_token1] = ACTIONS(2908), - [aux_sym_tunnel_token1] = ACTIONS(2910), - [aux_sym_tunnel_device_token1] = ACTIONS(2908), - [aux_sym_update_host_keys_token1] = ACTIONS(2908), - [aux_sym_use_keychain_token1] = ACTIONS(2908), - [aux_sym_use_roaming_token1] = ACTIONS(2908), - [aux_sym_user_token1] = ACTIONS(2910), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2908), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2908), - [aux_sym_visual_host_key_token1] = ACTIONS(2908), - [aux_sym_xauth_location_token1] = ACTIONS(2908), + [ts_builtin_sym_end] = ACTIONS(2915), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2917), + [anon_sym_DQUOTE] = ACTIONS(2919), + [aux_sym_match_token1] = ACTIONS(2915), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2915), + [aux_sym_address_family_token1] = ACTIONS(2915), + [aux_sym_batch_mode_token1] = ACTIONS(2915), + [aux_sym_bind_address_token1] = ACTIONS(2915), + [aux_sym_bind_interface_token1] = ACTIONS(2915), + [aux_sym_canonical_domains_token1] = ACTIONS(2915), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2915), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2915), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2915), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2915), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2915), + [aux_sym_certificate_file_token1] = ACTIONS(2915), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2915), + [aux_sym_check_host_ip_token1] = ACTIONS(2915), + [aux_sym_ciphers_token1] = ACTIONS(2915), + [aux_sym_cipher_token1] = ACTIONS(2917), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2915), + [aux_sym_compression_token1] = ACTIONS(2915), + [aux_sym_connection_attempts_token1] = ACTIONS(2915), + [aux_sym_connect_timeout_token1] = ACTIONS(2915), + [aux_sym_control_master_token1] = ACTIONS(2915), + [aux_sym_control_path_token1] = ACTIONS(2915), + [aux_sym_control_persist_token1] = ACTIONS(2915), + [aux_sym_dynamic_forward_token1] = ACTIONS(2915), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2915), + [aux_sym_escape_char_token1] = ACTIONS(2915), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2915), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2915), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2915), + [aux_sym_forward_agent_token1] = ACTIONS(2915), + [aux_sym_forward_x11_token1] = ACTIONS(2917), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2915), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2915), + [aux_sym_gateway_ports_token1] = ACTIONS(2915), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2915), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2915), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2915), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2915), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2915), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2915), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2915), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2915), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2915), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2915), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2915), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2915), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2915), + [aux_sym_host_key_alias_token1] = ACTIONS(2915), + [aux_sym_hostname_token1] = ACTIONS(2915), + [aux_sym_identities_only_token1] = ACTIONS(2915), + [aux_sym_identity_agent_token1] = ACTIONS(2915), + [aux_sym_identity_file_token1] = ACTIONS(2915), + [aux_sym_ignore_unknown_token1] = ACTIONS(2915), + [aux_sym_include_token1] = ACTIONS(2915), + [aux_sym_ip_qos_token1] = ACTIONS(2915), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2915), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2915), + [aux_sym_kex_algorithms_token1] = ACTIONS(2915), + [aux_sym_known_hosts_command_token1] = ACTIONS(2915), + [aux_sym_local_command_token1] = ACTIONS(2915), + [aux_sym_local_forward_token1] = ACTIONS(2915), + [aux_sym_log_level_token1] = ACTIONS(2915), + [aux_sym_log_verbose_token1] = ACTIONS(2915), + [aux_sym_macs_token1] = ACTIONS(2915), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2915), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2915), + [aux_sym_password_authentication_token1] = ACTIONS(2915), + [aux_sym_permit_local_command_token1] = ACTIONS(2915), + [aux_sym_permit_remote_open_token1] = ACTIONS(2915), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2915), + [aux_sym_port_token1] = ACTIONS(2915), + [aux_sym_preferred_authentications_token1] = ACTIONS(2915), + [aux_sym_protocol_token1] = ACTIONS(2915), + [aux_sym_proxy_command_token1] = ACTIONS(2915), + [aux_sym_proxy_jump_token1] = ACTIONS(2915), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2915), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2915), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2915), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2915), + [aux_sym_rekey_limit_token1] = ACTIONS(2915), + [aux_sym_remote_command_token1] = ACTIONS(2915), + [aux_sym_remote_forward_token1] = ACTIONS(2915), + [aux_sym_request_tty_token1] = ACTIONS(2915), + [aux_sym_required_rsa_size_token1] = ACTIONS(2915), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2915), + [aux_sym_security_key_provider_token1] = ACTIONS(2915), + [aux_sym_send_env_token1] = ACTIONS(2915), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2915), + [aux_sym_server_alive_interval_token1] = ACTIONS(2915), + [aux_sym_session_type_token1] = ACTIONS(2915), + [aux_sym_set_env_token1] = ACTIONS(2915), + [aux_sym_stdin_null_token1] = ACTIONS(2915), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2915), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2915), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2915), + [aux_sym_syslog_facility_token1] = ACTIONS(2915), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2915), + [aux_sym_keep_alive_token1] = ACTIONS(2915), + [aux_sym_tunnel_token1] = ACTIONS(2917), + [aux_sym_tunnel_device_token1] = ACTIONS(2915), + [aux_sym_update_host_keys_token1] = ACTIONS(2915), + [aux_sym_use_keychain_token1] = ACTIONS(2915), + [aux_sym_use_roaming_token1] = ACTIONS(2915), + [aux_sym_user_token1] = ACTIONS(2917), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2915), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2915), + [aux_sym_visual_host_key_token1] = ACTIONS(2915), + [aux_sym_xauth_location_token1] = ACTIONS(2915), }, [432] = { - [ts_builtin_sym_end] = ACTIONS(2912), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2914), - [anon_sym_DQUOTE] = ACTIONS(2916), - [aux_sym_match_token1] = ACTIONS(2912), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2912), - [aux_sym_address_family_token1] = ACTIONS(2912), - [aux_sym_batch_mode_token1] = ACTIONS(2912), - [aux_sym_bind_address_token1] = ACTIONS(2912), - [aux_sym_bind_interface_token1] = ACTIONS(2912), - [aux_sym_canonical_domains_token1] = ACTIONS(2912), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2912), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2912), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2912), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2912), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2912), - [aux_sym_certificate_file_token1] = ACTIONS(2912), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2912), - [aux_sym_check_host_ip_token1] = ACTIONS(2912), - [aux_sym_ciphers_token1] = ACTIONS(2912), - [aux_sym_cipher_token1] = ACTIONS(2914), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2912), - [aux_sym_compression_token1] = ACTIONS(2912), - [aux_sym_connection_attempts_token1] = ACTIONS(2912), - [aux_sym_connect_timeout_token1] = ACTIONS(2912), - [aux_sym_control_master_token1] = ACTIONS(2912), - [aux_sym_control_path_token1] = ACTIONS(2912), - [aux_sym_control_persist_token1] = ACTIONS(2912), - [aux_sym_dynamic_forward_token1] = ACTIONS(2912), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2912), - [aux_sym_escape_char_token1] = ACTIONS(2912), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2912), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2912), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2912), - [aux_sym_forward_agent_token1] = ACTIONS(2912), - [aux_sym_forward_x11_token1] = ACTIONS(2914), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2912), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2912), - [aux_sym_gateway_ports_token1] = ACTIONS(2912), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2912), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2912), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2912), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2912), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2912), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2912), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2912), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2912), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2912), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2912), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2912), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2912), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2912), - [aux_sym_host_key_alias_token1] = ACTIONS(2912), - [aux_sym_hostname_token1] = ACTIONS(2912), - [aux_sym_identities_only_token1] = ACTIONS(2912), - [aux_sym_identity_agent_token1] = ACTIONS(2912), - [aux_sym_identity_file_token1] = ACTIONS(2912), - [aux_sym_ignore_unknown_token1] = ACTIONS(2912), - [aux_sym_include_token1] = ACTIONS(2912), - [aux_sym_ip_qos_token1] = ACTIONS(2912), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2912), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2912), - [aux_sym_kex_algorithms_token1] = ACTIONS(2912), - [aux_sym_known_hosts_command_token1] = ACTIONS(2912), - [aux_sym_local_command_token1] = ACTIONS(2912), - [aux_sym_local_forward_token1] = ACTIONS(2912), - [aux_sym_log_level_token1] = ACTIONS(2912), - [aux_sym_log_verbose_token1] = ACTIONS(2912), - [aux_sym_macs_token1] = ACTIONS(2912), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2912), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2912), - [aux_sym_password_authentication_token1] = ACTIONS(2912), - [aux_sym_permit_local_command_token1] = ACTIONS(2912), - [aux_sym_permit_remote_open_token1] = ACTIONS(2912), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2912), - [aux_sym_port_token1] = ACTIONS(2912), - [aux_sym_preferred_authentications_token1] = ACTIONS(2912), - [aux_sym_protocol_token1] = ACTIONS(2912), - [aux_sym_proxy_command_token1] = ACTIONS(2912), - [aux_sym_proxy_jump_token1] = ACTIONS(2912), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2912), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2912), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2912), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2912), - [aux_sym_rekey_limit_token1] = ACTIONS(2912), - [aux_sym_remote_command_token1] = ACTIONS(2912), - [aux_sym_remote_forward_token1] = ACTIONS(2912), - [aux_sym_request_tty_token1] = ACTIONS(2912), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2912), - [aux_sym_security_key_provider_token1] = ACTIONS(2912), - [aux_sym_send_env_token1] = ACTIONS(2912), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2912), - [aux_sym_server_alive_interval_token1] = ACTIONS(2912), - [aux_sym_session_type_token1] = ACTIONS(2912), - [aux_sym_set_env_token1] = ACTIONS(2912), - [aux_sym_stdin_null_token1] = ACTIONS(2912), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2912), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2912), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2912), - [aux_sym_syslog_facility_token1] = ACTIONS(2912), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2912), - [aux_sym_keep_alive_token1] = ACTIONS(2912), - [aux_sym_tunnel_token1] = ACTIONS(2914), - [aux_sym_tunnel_device_token1] = ACTIONS(2912), - [aux_sym_update_host_keys_token1] = ACTIONS(2912), - [aux_sym_use_keychain_token1] = ACTIONS(2912), - [aux_sym_use_roaming_token1] = ACTIONS(2912), - [aux_sym_user_token1] = ACTIONS(2914), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2912), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2912), - [aux_sym_visual_host_key_token1] = ACTIONS(2912), - [aux_sym_xauth_location_token1] = ACTIONS(2912), + [ts_builtin_sym_end] = ACTIONS(2921), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2923), + [anon_sym_DQUOTE] = ACTIONS(2921), + [aux_sym_match_token1] = ACTIONS(2921), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2921), + [aux_sym_address_family_token1] = ACTIONS(2921), + [aux_sym_batch_mode_token1] = ACTIONS(2921), + [aux_sym_bind_address_token1] = ACTIONS(2921), + [aux_sym_bind_interface_token1] = ACTIONS(2921), + [aux_sym_canonical_domains_token1] = ACTIONS(2921), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2921), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2921), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2921), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2921), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2921), + [aux_sym_certificate_file_token1] = ACTIONS(2921), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2921), + [aux_sym_check_host_ip_token1] = ACTIONS(2921), + [aux_sym_ciphers_token1] = ACTIONS(2921), + [aux_sym_cipher_token1] = ACTIONS(2923), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2921), + [aux_sym_compression_token1] = ACTIONS(2921), + [aux_sym_connection_attempts_token1] = ACTIONS(2921), + [aux_sym_connect_timeout_token1] = ACTIONS(2921), + [aux_sym_control_master_token1] = ACTIONS(2921), + [aux_sym_control_path_token1] = ACTIONS(2921), + [aux_sym_control_persist_token1] = ACTIONS(2921), + [aux_sym_dynamic_forward_token1] = ACTIONS(2921), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2921), + [aux_sym_escape_char_token1] = ACTIONS(2921), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2921), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2921), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2921), + [aux_sym_forward_agent_token1] = ACTIONS(2921), + [aux_sym_forward_x11_token1] = ACTIONS(2923), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2921), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2921), + [aux_sym_gateway_ports_token1] = ACTIONS(2921), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2921), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2921), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2921), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2921), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2921), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2921), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2921), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2921), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2921), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2921), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2921), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2921), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2921), + [aux_sym_host_key_alias_token1] = ACTIONS(2921), + [aux_sym_hostname_token1] = ACTIONS(2921), + [aux_sym_identities_only_token1] = ACTIONS(2921), + [aux_sym_identity_agent_token1] = ACTIONS(2921), + [aux_sym_identity_file_token1] = ACTIONS(2921), + [aux_sym_ignore_unknown_token1] = ACTIONS(2921), + [aux_sym_include_token1] = ACTIONS(2921), + [aux_sym_ip_qos_token1] = ACTIONS(2921), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2921), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2921), + [aux_sym_kex_algorithms_token1] = ACTIONS(2921), + [aux_sym_known_hosts_command_token1] = ACTIONS(2921), + [aux_sym_local_command_token1] = ACTIONS(2921), + [aux_sym_local_forward_token1] = ACTIONS(2921), + [aux_sym_log_level_token1] = ACTIONS(2921), + [aux_sym_log_verbose_token1] = ACTIONS(2921), + [aux_sym_macs_token1] = ACTIONS(2921), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2921), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2921), + [aux_sym_password_authentication_token1] = ACTIONS(2921), + [aux_sym_permit_local_command_token1] = ACTIONS(2921), + [aux_sym_permit_remote_open_token1] = ACTIONS(2921), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2921), + [aux_sym_port_token1] = ACTIONS(2921), + [aux_sym_preferred_authentications_token1] = ACTIONS(2921), + [aux_sym_protocol_token1] = ACTIONS(2921), + [aux_sym_proxy_command_token1] = ACTIONS(2921), + [aux_sym_proxy_jump_token1] = ACTIONS(2921), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2921), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2921), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2921), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2921), + [aux_sym_rekey_limit_token1] = ACTIONS(2921), + [aux_sym_remote_command_token1] = ACTIONS(2921), + [aux_sym_remote_forward_token1] = ACTIONS(2921), + [aux_sym_request_tty_token1] = ACTIONS(2921), + [aux_sym_required_rsa_size_token1] = ACTIONS(2921), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2921), + [aux_sym_security_key_provider_token1] = ACTIONS(2921), + [aux_sym_send_env_token1] = ACTIONS(2921), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2921), + [aux_sym_server_alive_interval_token1] = ACTIONS(2921), + [aux_sym_session_type_token1] = ACTIONS(2921), + [aux_sym_set_env_token1] = ACTIONS(2921), + [aux_sym_stdin_null_token1] = ACTIONS(2921), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2921), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2921), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2921), + [aux_sym_syslog_facility_token1] = ACTIONS(2921), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2921), + [aux_sym_keep_alive_token1] = ACTIONS(2921), + [aux_sym_tunnel_token1] = ACTIONS(2923), + [aux_sym_tunnel_device_token1] = ACTIONS(2921), + [aux_sym_update_host_keys_token1] = ACTIONS(2921), + [aux_sym_use_keychain_token1] = ACTIONS(2921), + [aux_sym_use_roaming_token1] = ACTIONS(2921), + [aux_sym_user_token1] = ACTIONS(2923), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2921), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2921), + [aux_sym_visual_host_key_token1] = ACTIONS(2921), + [aux_sym_xauth_location_token1] = ACTIONS(2921), }, [433] = { - [ts_builtin_sym_end] = ACTIONS(2918), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2920), - [anon_sym_DQUOTE] = ACTIONS(2918), - [aux_sym_match_token1] = ACTIONS(2918), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2918), - [aux_sym_address_family_token1] = ACTIONS(2918), - [aux_sym_batch_mode_token1] = ACTIONS(2918), - [aux_sym_bind_address_token1] = ACTIONS(2918), - [aux_sym_bind_interface_token1] = ACTIONS(2918), - [aux_sym_canonical_domains_token1] = ACTIONS(2918), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2918), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2918), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2918), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2918), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2918), - [aux_sym_certificate_file_token1] = ACTIONS(2918), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2918), - [aux_sym_check_host_ip_token1] = ACTIONS(2918), - [aux_sym_ciphers_token1] = ACTIONS(2918), - [aux_sym_cipher_token1] = ACTIONS(2920), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2918), - [aux_sym_compression_token1] = ACTIONS(2918), - [aux_sym_connection_attempts_token1] = ACTIONS(2918), - [aux_sym_connect_timeout_token1] = ACTIONS(2918), - [aux_sym_control_master_token1] = ACTIONS(2918), - [aux_sym_control_path_token1] = ACTIONS(2918), - [aux_sym_control_persist_token1] = ACTIONS(2918), - [aux_sym_dynamic_forward_token1] = ACTIONS(2918), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2918), - [aux_sym_escape_char_token1] = ACTIONS(2918), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2918), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2918), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2918), - [aux_sym_forward_agent_token1] = ACTIONS(2918), - [aux_sym_forward_x11_token1] = ACTIONS(2920), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2918), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2918), - [aux_sym_gateway_ports_token1] = ACTIONS(2918), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2918), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2918), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2918), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2918), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2918), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2918), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2918), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2918), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2918), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2918), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2918), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2918), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2918), - [aux_sym_host_key_alias_token1] = ACTIONS(2918), - [aux_sym_hostname_token1] = ACTIONS(2918), - [aux_sym_identities_only_token1] = ACTIONS(2918), - [aux_sym_identity_agent_token1] = ACTIONS(2918), - [aux_sym_identity_file_token1] = ACTIONS(2918), - [aux_sym_ignore_unknown_token1] = ACTIONS(2918), - [aux_sym_include_token1] = ACTIONS(2918), - [aux_sym_ip_qos_token1] = ACTIONS(2918), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2918), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2918), - [aux_sym_kex_algorithms_token1] = ACTIONS(2918), - [aux_sym_known_hosts_command_token1] = ACTIONS(2918), - [aux_sym_local_command_token1] = ACTIONS(2918), - [aux_sym_local_forward_token1] = ACTIONS(2918), - [aux_sym_log_level_token1] = ACTIONS(2918), - [aux_sym_log_verbose_token1] = ACTIONS(2918), - [aux_sym_macs_token1] = ACTIONS(2918), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2918), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2918), - [aux_sym_password_authentication_token1] = ACTIONS(2918), - [aux_sym_permit_local_command_token1] = ACTIONS(2918), - [aux_sym_permit_remote_open_token1] = ACTIONS(2918), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2918), - [aux_sym_port_token1] = ACTIONS(2918), - [aux_sym_preferred_authentications_token1] = ACTIONS(2918), - [aux_sym_protocol_token1] = ACTIONS(2918), - [aux_sym_proxy_command_token1] = ACTIONS(2918), - [aux_sym_proxy_jump_token1] = ACTIONS(2918), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2918), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2918), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2918), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2918), - [aux_sym_rekey_limit_token1] = ACTIONS(2918), - [aux_sym_remote_command_token1] = ACTIONS(2918), - [aux_sym_remote_forward_token1] = ACTIONS(2918), - [aux_sym_request_tty_token1] = ACTIONS(2918), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2918), - [aux_sym_security_key_provider_token1] = ACTIONS(2918), - [aux_sym_send_env_token1] = ACTIONS(2918), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2918), - [aux_sym_server_alive_interval_token1] = ACTIONS(2918), - [aux_sym_session_type_token1] = ACTIONS(2918), - [aux_sym_set_env_token1] = ACTIONS(2918), - [aux_sym_stdin_null_token1] = ACTIONS(2918), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2918), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2918), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2918), - [aux_sym_syslog_facility_token1] = ACTIONS(2918), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2918), - [aux_sym_keep_alive_token1] = ACTIONS(2918), - [aux_sym_tunnel_token1] = ACTIONS(2920), - [aux_sym_tunnel_device_token1] = ACTIONS(2918), - [aux_sym_update_host_keys_token1] = ACTIONS(2918), - [aux_sym_use_keychain_token1] = ACTIONS(2918), - [aux_sym_use_roaming_token1] = ACTIONS(2918), - [aux_sym_user_token1] = ACTIONS(2920), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2918), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2918), - [aux_sym_visual_host_key_token1] = ACTIONS(2918), - [aux_sym_xauth_location_token1] = ACTIONS(2918), + [ts_builtin_sym_end] = ACTIONS(2925), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2927), + [anon_sym_DQUOTE] = ACTIONS(2925), + [aux_sym_match_token1] = ACTIONS(2925), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2925), + [aux_sym_address_family_token1] = ACTIONS(2925), + [aux_sym_batch_mode_token1] = ACTIONS(2925), + [aux_sym_bind_address_token1] = ACTIONS(2925), + [aux_sym_bind_interface_token1] = ACTIONS(2925), + [aux_sym_canonical_domains_token1] = ACTIONS(2925), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2925), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2925), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2925), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2925), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2925), + [aux_sym_certificate_file_token1] = ACTIONS(2925), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2925), + [aux_sym_check_host_ip_token1] = ACTIONS(2925), + [aux_sym_ciphers_token1] = ACTIONS(2925), + [aux_sym_cipher_token1] = ACTIONS(2927), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2925), + [aux_sym_compression_token1] = ACTIONS(2925), + [aux_sym_connection_attempts_token1] = ACTIONS(2925), + [aux_sym_connect_timeout_token1] = ACTIONS(2925), + [aux_sym_control_master_token1] = ACTIONS(2925), + [aux_sym_control_path_token1] = ACTIONS(2925), + [aux_sym_control_persist_token1] = ACTIONS(2925), + [aux_sym_dynamic_forward_token1] = ACTIONS(2925), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2925), + [aux_sym_escape_char_token1] = ACTIONS(2925), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2925), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2925), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2925), + [aux_sym_forward_agent_token1] = ACTIONS(2925), + [aux_sym_forward_x11_token1] = ACTIONS(2927), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2925), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2925), + [aux_sym_gateway_ports_token1] = ACTIONS(2925), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2925), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2925), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2925), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2925), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2925), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2925), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2925), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2925), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2925), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2925), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2925), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2925), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2925), + [aux_sym_host_key_alias_token1] = ACTIONS(2925), + [aux_sym_hostname_token1] = ACTIONS(2925), + [aux_sym_identities_only_token1] = ACTIONS(2925), + [aux_sym_identity_agent_token1] = ACTIONS(2925), + [aux_sym_identity_file_token1] = ACTIONS(2925), + [aux_sym_ignore_unknown_token1] = ACTIONS(2925), + [aux_sym_include_token1] = ACTIONS(2925), + [aux_sym_ip_qos_token1] = ACTIONS(2925), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2925), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2925), + [aux_sym_kex_algorithms_token1] = ACTIONS(2925), + [aux_sym_known_hosts_command_token1] = ACTIONS(2925), + [aux_sym_local_command_token1] = ACTIONS(2925), + [aux_sym_local_forward_token1] = ACTIONS(2925), + [aux_sym_log_level_token1] = ACTIONS(2925), + [aux_sym_log_verbose_token1] = ACTIONS(2925), + [aux_sym_macs_token1] = ACTIONS(2925), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2925), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2925), + [aux_sym_password_authentication_token1] = ACTIONS(2925), + [aux_sym_permit_local_command_token1] = ACTIONS(2925), + [aux_sym_permit_remote_open_token1] = ACTIONS(2925), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2925), + [aux_sym_port_token1] = ACTIONS(2925), + [aux_sym_preferred_authentications_token1] = ACTIONS(2925), + [aux_sym_protocol_token1] = ACTIONS(2925), + [aux_sym_proxy_command_token1] = ACTIONS(2925), + [aux_sym_proxy_jump_token1] = ACTIONS(2925), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2925), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2925), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2925), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2925), + [aux_sym_rekey_limit_token1] = ACTIONS(2925), + [aux_sym_remote_command_token1] = ACTIONS(2925), + [aux_sym_remote_forward_token1] = ACTIONS(2925), + [aux_sym_request_tty_token1] = ACTIONS(2925), + [aux_sym_required_rsa_size_token1] = ACTIONS(2925), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2925), + [aux_sym_security_key_provider_token1] = ACTIONS(2925), + [aux_sym_send_env_token1] = ACTIONS(2925), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2925), + [aux_sym_server_alive_interval_token1] = ACTIONS(2925), + [aux_sym_session_type_token1] = ACTIONS(2925), + [aux_sym_set_env_token1] = ACTIONS(2925), + [aux_sym_stdin_null_token1] = ACTIONS(2925), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2925), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2925), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2925), + [aux_sym_syslog_facility_token1] = ACTIONS(2925), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2925), + [aux_sym_keep_alive_token1] = ACTIONS(2925), + [aux_sym_tunnel_token1] = ACTIONS(2927), + [aux_sym_tunnel_device_token1] = ACTIONS(2925), + [aux_sym_update_host_keys_token1] = ACTIONS(2925), + [aux_sym_use_keychain_token1] = ACTIONS(2925), + [aux_sym_use_roaming_token1] = ACTIONS(2925), + [aux_sym_user_token1] = ACTIONS(2927), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2925), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2925), + [aux_sym_visual_host_key_token1] = ACTIONS(2925), + [aux_sym_xauth_location_token1] = ACTIONS(2925), }, [434] = { - [ts_builtin_sym_end] = ACTIONS(2922), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2924), - [anon_sym_DQUOTE] = ACTIONS(2926), - [aux_sym_match_token1] = ACTIONS(2922), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2922), - [aux_sym_address_family_token1] = ACTIONS(2922), - [aux_sym_batch_mode_token1] = ACTIONS(2922), - [aux_sym_bind_address_token1] = ACTIONS(2922), - [aux_sym_bind_interface_token1] = ACTIONS(2922), - [aux_sym_canonical_domains_token1] = ACTIONS(2922), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2922), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2922), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2922), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2922), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2922), - [aux_sym_certificate_file_token1] = ACTIONS(2922), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2922), - [aux_sym_check_host_ip_token1] = ACTIONS(2922), - [aux_sym_ciphers_token1] = ACTIONS(2922), - [aux_sym_cipher_token1] = ACTIONS(2924), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2922), - [aux_sym_compression_token1] = ACTIONS(2922), - [aux_sym_connection_attempts_token1] = ACTIONS(2922), - [aux_sym_connect_timeout_token1] = ACTIONS(2922), - [aux_sym_control_master_token1] = ACTIONS(2922), - [aux_sym_control_path_token1] = ACTIONS(2922), - [aux_sym_control_persist_token1] = ACTIONS(2922), - [aux_sym_dynamic_forward_token1] = ACTIONS(2922), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2922), - [aux_sym_escape_char_token1] = ACTIONS(2922), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2922), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2922), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2922), - [aux_sym_forward_agent_token1] = ACTIONS(2922), - [aux_sym_forward_x11_token1] = ACTIONS(2924), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2922), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2922), - [aux_sym_gateway_ports_token1] = ACTIONS(2922), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2922), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2922), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2922), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2922), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2922), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2922), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2922), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2922), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2922), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2922), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2922), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2922), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2922), - [aux_sym_host_key_alias_token1] = ACTIONS(2922), - [aux_sym_hostname_token1] = ACTIONS(2922), - [aux_sym_identities_only_token1] = ACTIONS(2922), - [aux_sym_identity_agent_token1] = ACTIONS(2922), - [aux_sym_identity_file_token1] = ACTIONS(2922), - [aux_sym_ignore_unknown_token1] = ACTIONS(2922), - [aux_sym_include_token1] = ACTIONS(2922), - [aux_sym_ip_qos_token1] = ACTIONS(2922), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2922), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2922), - [aux_sym_kex_algorithms_token1] = ACTIONS(2922), - [aux_sym_known_hosts_command_token1] = ACTIONS(2922), - [aux_sym_local_command_token1] = ACTIONS(2922), - [aux_sym_local_forward_token1] = ACTIONS(2922), - [aux_sym_log_level_token1] = ACTIONS(2922), - [aux_sym_log_verbose_token1] = ACTIONS(2922), - [aux_sym_macs_token1] = ACTIONS(2922), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2922), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2922), - [aux_sym_password_authentication_token1] = ACTIONS(2922), - [aux_sym_permit_local_command_token1] = ACTIONS(2922), - [aux_sym_permit_remote_open_token1] = ACTIONS(2922), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2922), - [aux_sym_port_token1] = ACTIONS(2922), - [aux_sym_preferred_authentications_token1] = ACTIONS(2922), - [aux_sym_protocol_token1] = ACTIONS(2922), - [aux_sym_proxy_command_token1] = ACTIONS(2922), - [aux_sym_proxy_jump_token1] = ACTIONS(2922), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2922), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2922), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2922), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2922), - [aux_sym_rekey_limit_token1] = ACTIONS(2922), - [aux_sym_remote_command_token1] = ACTIONS(2922), - [aux_sym_remote_forward_token1] = ACTIONS(2922), - [aux_sym_request_tty_token1] = ACTIONS(2922), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2922), - [aux_sym_security_key_provider_token1] = ACTIONS(2922), - [aux_sym_send_env_token1] = ACTIONS(2922), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2922), - [aux_sym_server_alive_interval_token1] = ACTIONS(2922), - [aux_sym_session_type_token1] = ACTIONS(2922), - [aux_sym_set_env_token1] = ACTIONS(2922), - [aux_sym_stdin_null_token1] = ACTIONS(2922), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2922), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2922), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2922), - [aux_sym_syslog_facility_token1] = ACTIONS(2922), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2922), - [aux_sym_keep_alive_token1] = ACTIONS(2922), - [aux_sym_tunnel_token1] = ACTIONS(2924), - [aux_sym_tunnel_device_token1] = ACTIONS(2922), - [aux_sym_update_host_keys_token1] = ACTIONS(2922), - [aux_sym_use_keychain_token1] = ACTIONS(2922), - [aux_sym_use_roaming_token1] = ACTIONS(2922), - [aux_sym_user_token1] = ACTIONS(2924), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2922), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2922), - [aux_sym_visual_host_key_token1] = ACTIONS(2922), - [aux_sym_xauth_location_token1] = ACTIONS(2922), + [ts_builtin_sym_end] = ACTIONS(2929), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2931), + [anon_sym_DQUOTE] = ACTIONS(2933), + [aux_sym_match_token1] = ACTIONS(2929), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2929), + [aux_sym_address_family_token1] = ACTIONS(2929), + [aux_sym_batch_mode_token1] = ACTIONS(2929), + [aux_sym_bind_address_token1] = ACTIONS(2929), + [aux_sym_bind_interface_token1] = ACTIONS(2929), + [aux_sym_canonical_domains_token1] = ACTIONS(2929), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2929), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2929), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2929), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2929), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2929), + [aux_sym_certificate_file_token1] = ACTIONS(2929), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2929), + [aux_sym_check_host_ip_token1] = ACTIONS(2929), + [aux_sym_ciphers_token1] = ACTIONS(2929), + [aux_sym_cipher_token1] = ACTIONS(2931), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2929), + [aux_sym_compression_token1] = ACTIONS(2929), + [aux_sym_connection_attempts_token1] = ACTIONS(2929), + [aux_sym_connect_timeout_token1] = ACTIONS(2929), + [aux_sym_control_master_token1] = ACTIONS(2929), + [aux_sym_control_path_token1] = ACTIONS(2929), + [aux_sym_control_persist_token1] = ACTIONS(2929), + [aux_sym_dynamic_forward_token1] = ACTIONS(2929), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2929), + [aux_sym_escape_char_token1] = ACTIONS(2929), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2929), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2929), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2929), + [aux_sym_forward_agent_token1] = ACTIONS(2929), + [aux_sym_forward_x11_token1] = ACTIONS(2931), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2929), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2929), + [aux_sym_gateway_ports_token1] = ACTIONS(2929), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2929), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2929), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2929), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2929), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2929), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2929), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2929), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2929), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2929), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2929), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2929), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2929), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2929), + [aux_sym_host_key_alias_token1] = ACTIONS(2929), + [aux_sym_hostname_token1] = ACTIONS(2929), + [aux_sym_identities_only_token1] = ACTIONS(2929), + [aux_sym_identity_agent_token1] = ACTIONS(2929), + [aux_sym_identity_file_token1] = ACTIONS(2929), + [aux_sym_ignore_unknown_token1] = ACTIONS(2929), + [aux_sym_include_token1] = ACTIONS(2929), + [aux_sym_ip_qos_token1] = ACTIONS(2929), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2929), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2929), + [aux_sym_kex_algorithms_token1] = ACTIONS(2929), + [aux_sym_known_hosts_command_token1] = ACTIONS(2929), + [aux_sym_local_command_token1] = ACTIONS(2929), + [aux_sym_local_forward_token1] = ACTIONS(2929), + [aux_sym_log_level_token1] = ACTIONS(2929), + [aux_sym_log_verbose_token1] = ACTIONS(2929), + [aux_sym_macs_token1] = ACTIONS(2929), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2929), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2929), + [aux_sym_password_authentication_token1] = ACTIONS(2929), + [aux_sym_permit_local_command_token1] = ACTIONS(2929), + [aux_sym_permit_remote_open_token1] = ACTIONS(2929), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2929), + [aux_sym_port_token1] = ACTIONS(2929), + [aux_sym_preferred_authentications_token1] = ACTIONS(2929), + [aux_sym_protocol_token1] = ACTIONS(2929), + [aux_sym_proxy_command_token1] = ACTIONS(2929), + [aux_sym_proxy_jump_token1] = ACTIONS(2929), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2929), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2929), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2929), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2929), + [aux_sym_rekey_limit_token1] = ACTIONS(2929), + [aux_sym_remote_command_token1] = ACTIONS(2929), + [aux_sym_remote_forward_token1] = ACTIONS(2929), + [aux_sym_request_tty_token1] = ACTIONS(2929), + [aux_sym_required_rsa_size_token1] = ACTIONS(2929), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2929), + [aux_sym_security_key_provider_token1] = ACTIONS(2929), + [aux_sym_send_env_token1] = ACTIONS(2929), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2929), + [aux_sym_server_alive_interval_token1] = ACTIONS(2929), + [aux_sym_session_type_token1] = ACTIONS(2929), + [aux_sym_set_env_token1] = ACTIONS(2929), + [aux_sym_stdin_null_token1] = ACTIONS(2929), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2929), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2929), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2929), + [aux_sym_syslog_facility_token1] = ACTIONS(2929), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2929), + [aux_sym_keep_alive_token1] = ACTIONS(2929), + [aux_sym_tunnel_token1] = ACTIONS(2931), + [aux_sym_tunnel_device_token1] = ACTIONS(2929), + [aux_sym_update_host_keys_token1] = ACTIONS(2929), + [aux_sym_use_keychain_token1] = ACTIONS(2929), + [aux_sym_use_roaming_token1] = ACTIONS(2929), + [aux_sym_user_token1] = ACTIONS(2931), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2929), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2929), + [aux_sym_visual_host_key_token1] = ACTIONS(2929), + [aux_sym_xauth_location_token1] = ACTIONS(2929), }, [435] = { - [ts_builtin_sym_end] = ACTIONS(2928), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2930), - [anon_sym_DQUOTE] = ACTIONS(2928), - [aux_sym_match_token1] = ACTIONS(2928), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2928), - [aux_sym_address_family_token1] = ACTIONS(2928), - [aux_sym_batch_mode_token1] = ACTIONS(2928), - [aux_sym_bind_address_token1] = ACTIONS(2928), - [aux_sym_bind_interface_token1] = ACTIONS(2928), - [aux_sym_canonical_domains_token1] = ACTIONS(2928), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2928), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2928), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2928), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2928), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2928), - [aux_sym_certificate_file_token1] = ACTIONS(2928), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2928), - [aux_sym_check_host_ip_token1] = ACTIONS(2928), - [aux_sym_ciphers_token1] = ACTIONS(2928), - [aux_sym_cipher_token1] = ACTIONS(2930), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2928), - [aux_sym_compression_token1] = ACTIONS(2928), - [aux_sym_connection_attempts_token1] = ACTIONS(2928), - [aux_sym_connect_timeout_token1] = ACTIONS(2928), - [aux_sym_control_master_token1] = ACTIONS(2928), - [aux_sym_control_path_token1] = ACTIONS(2928), - [aux_sym_control_persist_token1] = ACTIONS(2928), - [aux_sym_dynamic_forward_token1] = ACTIONS(2928), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2928), - [aux_sym_escape_char_token1] = ACTIONS(2928), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2928), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2928), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2928), - [aux_sym_forward_agent_token1] = ACTIONS(2928), - [aux_sym_forward_x11_token1] = ACTIONS(2930), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2928), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2928), - [aux_sym_gateway_ports_token1] = ACTIONS(2928), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2928), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2928), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2928), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2928), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2928), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2928), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2928), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2928), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2928), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2928), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2928), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2928), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2928), - [aux_sym_host_key_alias_token1] = ACTIONS(2928), - [aux_sym_hostname_token1] = ACTIONS(2928), - [aux_sym_identities_only_token1] = ACTIONS(2928), - [aux_sym_identity_agent_token1] = ACTIONS(2928), - [aux_sym_identity_file_token1] = ACTIONS(2928), - [aux_sym_ignore_unknown_token1] = ACTIONS(2928), - [aux_sym_include_token1] = ACTIONS(2928), - [aux_sym_ip_qos_token1] = ACTIONS(2928), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2928), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2928), - [aux_sym_kex_algorithms_token1] = ACTIONS(2928), - [aux_sym_known_hosts_command_token1] = ACTIONS(2928), - [aux_sym_local_command_token1] = ACTIONS(2928), - [aux_sym_local_forward_token1] = ACTIONS(2928), - [aux_sym_log_level_token1] = ACTIONS(2928), - [aux_sym_log_verbose_token1] = ACTIONS(2928), - [aux_sym_macs_token1] = ACTIONS(2928), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2928), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2928), - [aux_sym_password_authentication_token1] = ACTIONS(2928), - [aux_sym_permit_local_command_token1] = ACTIONS(2928), - [aux_sym_permit_remote_open_token1] = ACTIONS(2928), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2928), - [aux_sym_port_token1] = ACTIONS(2928), - [aux_sym_preferred_authentications_token1] = ACTIONS(2928), - [aux_sym_protocol_token1] = ACTIONS(2928), - [aux_sym_proxy_command_token1] = ACTIONS(2928), - [aux_sym_proxy_jump_token1] = ACTIONS(2928), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2928), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2928), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2928), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2928), - [aux_sym_rekey_limit_token1] = ACTIONS(2928), - [aux_sym_remote_command_token1] = ACTIONS(2928), - [aux_sym_remote_forward_token1] = ACTIONS(2928), - [aux_sym_request_tty_token1] = ACTIONS(2928), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2928), - [aux_sym_security_key_provider_token1] = ACTIONS(2928), - [aux_sym_send_env_token1] = ACTIONS(2928), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2928), - [aux_sym_server_alive_interval_token1] = ACTIONS(2928), - [aux_sym_session_type_token1] = ACTIONS(2928), - [aux_sym_set_env_token1] = ACTIONS(2928), - [aux_sym_stdin_null_token1] = ACTIONS(2928), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2928), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2928), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2928), - [aux_sym_syslog_facility_token1] = ACTIONS(2928), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2928), - [aux_sym_keep_alive_token1] = ACTIONS(2928), - [aux_sym_tunnel_token1] = ACTIONS(2930), - [aux_sym_tunnel_device_token1] = ACTIONS(2928), - [aux_sym_update_host_keys_token1] = ACTIONS(2928), - [aux_sym_use_keychain_token1] = ACTIONS(2928), - [aux_sym_use_roaming_token1] = ACTIONS(2928), - [aux_sym_user_token1] = ACTIONS(2930), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2928), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2928), - [aux_sym_visual_host_key_token1] = ACTIONS(2928), - [aux_sym_xauth_location_token1] = ACTIONS(2928), + [ts_builtin_sym_end] = ACTIONS(2935), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2937), + [anon_sym_DQUOTE] = ACTIONS(2935), + [aux_sym_match_token1] = ACTIONS(2935), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2935), + [aux_sym_address_family_token1] = ACTIONS(2935), + [aux_sym_batch_mode_token1] = ACTIONS(2935), + [aux_sym_bind_address_token1] = ACTIONS(2935), + [aux_sym_bind_interface_token1] = ACTIONS(2935), + [aux_sym_canonical_domains_token1] = ACTIONS(2935), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2935), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2935), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2935), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2935), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2935), + [aux_sym_certificate_file_token1] = ACTIONS(2935), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2935), + [aux_sym_check_host_ip_token1] = ACTIONS(2935), + [aux_sym_ciphers_token1] = ACTIONS(2935), + [aux_sym_cipher_token1] = ACTIONS(2937), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2935), + [aux_sym_compression_token1] = ACTIONS(2935), + [aux_sym_connection_attempts_token1] = ACTIONS(2935), + [aux_sym_connect_timeout_token1] = ACTIONS(2935), + [aux_sym_control_master_token1] = ACTIONS(2935), + [aux_sym_control_path_token1] = ACTIONS(2935), + [aux_sym_control_persist_token1] = ACTIONS(2935), + [aux_sym_dynamic_forward_token1] = ACTIONS(2935), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2935), + [aux_sym_escape_char_token1] = ACTIONS(2935), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2935), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2935), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2935), + [aux_sym_forward_agent_token1] = ACTIONS(2935), + [aux_sym_forward_x11_token1] = ACTIONS(2937), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2935), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2935), + [aux_sym_gateway_ports_token1] = ACTIONS(2935), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2935), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2935), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2935), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2935), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2935), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2935), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2935), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2935), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2935), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2935), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2935), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2935), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2935), + [aux_sym_host_key_alias_token1] = ACTIONS(2935), + [aux_sym_hostname_token1] = ACTIONS(2935), + [aux_sym_identities_only_token1] = ACTIONS(2935), + [aux_sym_identity_agent_token1] = ACTIONS(2935), + [aux_sym_identity_file_token1] = ACTIONS(2935), + [aux_sym_ignore_unknown_token1] = ACTIONS(2935), + [aux_sym_include_token1] = ACTIONS(2935), + [aux_sym_ip_qos_token1] = ACTIONS(2935), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2935), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2935), + [aux_sym_kex_algorithms_token1] = ACTIONS(2935), + [aux_sym_known_hosts_command_token1] = ACTIONS(2935), + [aux_sym_local_command_token1] = ACTIONS(2935), + [aux_sym_local_forward_token1] = ACTIONS(2935), + [aux_sym_log_level_token1] = ACTIONS(2935), + [aux_sym_log_verbose_token1] = ACTIONS(2935), + [aux_sym_macs_token1] = ACTIONS(2935), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2935), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2935), + [aux_sym_password_authentication_token1] = ACTIONS(2935), + [aux_sym_permit_local_command_token1] = ACTIONS(2935), + [aux_sym_permit_remote_open_token1] = ACTIONS(2935), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2935), + [aux_sym_port_token1] = ACTIONS(2935), + [aux_sym_preferred_authentications_token1] = ACTIONS(2935), + [aux_sym_protocol_token1] = ACTIONS(2935), + [aux_sym_proxy_command_token1] = ACTIONS(2935), + [aux_sym_proxy_jump_token1] = ACTIONS(2935), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2935), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2935), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2935), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2935), + [aux_sym_rekey_limit_token1] = ACTIONS(2935), + [aux_sym_remote_command_token1] = ACTIONS(2935), + [aux_sym_remote_forward_token1] = ACTIONS(2935), + [aux_sym_request_tty_token1] = ACTIONS(2935), + [aux_sym_required_rsa_size_token1] = ACTIONS(2935), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2935), + [aux_sym_security_key_provider_token1] = ACTIONS(2935), + [aux_sym_send_env_token1] = ACTIONS(2935), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2935), + [aux_sym_server_alive_interval_token1] = ACTIONS(2935), + [aux_sym_session_type_token1] = ACTIONS(2935), + [aux_sym_set_env_token1] = ACTIONS(2935), + [aux_sym_stdin_null_token1] = ACTIONS(2935), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2935), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2935), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2935), + [aux_sym_syslog_facility_token1] = ACTIONS(2935), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2935), + [aux_sym_keep_alive_token1] = ACTIONS(2935), + [aux_sym_tunnel_token1] = ACTIONS(2937), + [aux_sym_tunnel_device_token1] = ACTIONS(2935), + [aux_sym_update_host_keys_token1] = ACTIONS(2935), + [aux_sym_use_keychain_token1] = ACTIONS(2935), + [aux_sym_use_roaming_token1] = ACTIONS(2935), + [aux_sym_user_token1] = ACTIONS(2937), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2935), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2935), + [aux_sym_visual_host_key_token1] = ACTIONS(2935), + [aux_sym_xauth_location_token1] = ACTIONS(2935), }, [436] = { - [ts_builtin_sym_end] = ACTIONS(2932), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2934), - [anon_sym_DQUOTE] = ACTIONS(2936), - [aux_sym_match_token1] = ACTIONS(2932), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2932), - [aux_sym_address_family_token1] = ACTIONS(2932), - [aux_sym_batch_mode_token1] = ACTIONS(2932), - [aux_sym_bind_address_token1] = ACTIONS(2932), - [aux_sym_bind_interface_token1] = ACTIONS(2932), - [aux_sym_canonical_domains_token1] = ACTIONS(2932), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2932), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2932), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2932), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2932), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2932), - [aux_sym_certificate_file_token1] = ACTIONS(2932), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2932), - [aux_sym_check_host_ip_token1] = ACTIONS(2932), - [aux_sym_ciphers_token1] = ACTIONS(2932), - [aux_sym_cipher_token1] = ACTIONS(2934), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2932), - [aux_sym_compression_token1] = ACTIONS(2932), - [aux_sym_connection_attempts_token1] = ACTIONS(2932), - [aux_sym_connect_timeout_token1] = ACTIONS(2932), - [aux_sym_control_master_token1] = ACTIONS(2932), - [aux_sym_control_path_token1] = ACTIONS(2932), - [aux_sym_control_persist_token1] = ACTIONS(2932), - [aux_sym_dynamic_forward_token1] = ACTIONS(2932), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2932), - [aux_sym_escape_char_token1] = ACTIONS(2932), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2932), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2932), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2932), - [aux_sym_forward_agent_token1] = ACTIONS(2932), - [aux_sym_forward_x11_token1] = ACTIONS(2934), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2932), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2932), - [aux_sym_gateway_ports_token1] = ACTIONS(2932), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2932), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2932), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2932), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2932), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2932), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2932), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2932), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2932), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2932), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2932), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2932), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2932), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2932), - [aux_sym_host_key_alias_token1] = ACTIONS(2932), - [aux_sym_hostname_token1] = ACTIONS(2932), - [aux_sym_identities_only_token1] = ACTIONS(2932), - [aux_sym_identity_agent_token1] = ACTIONS(2932), - [aux_sym_identity_file_token1] = ACTIONS(2932), - [aux_sym_ignore_unknown_token1] = ACTIONS(2932), - [aux_sym_include_token1] = ACTIONS(2932), - [aux_sym_ip_qos_token1] = ACTIONS(2932), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2932), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2932), - [aux_sym_kex_algorithms_token1] = ACTIONS(2932), - [aux_sym_known_hosts_command_token1] = ACTIONS(2932), - [aux_sym_local_command_token1] = ACTIONS(2932), - [aux_sym_local_forward_token1] = ACTIONS(2932), - [aux_sym_log_level_token1] = ACTIONS(2932), - [aux_sym_log_verbose_token1] = ACTIONS(2932), - [aux_sym_macs_token1] = ACTIONS(2932), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2932), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2932), - [aux_sym_password_authentication_token1] = ACTIONS(2932), - [aux_sym_permit_local_command_token1] = ACTIONS(2932), - [aux_sym_permit_remote_open_token1] = ACTIONS(2932), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2932), - [aux_sym_port_token1] = ACTIONS(2932), - [aux_sym_preferred_authentications_token1] = ACTIONS(2932), - [aux_sym_protocol_token1] = ACTIONS(2932), - [aux_sym_proxy_command_token1] = ACTIONS(2932), - [aux_sym_proxy_jump_token1] = ACTIONS(2932), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2932), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2932), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2932), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2932), - [aux_sym_rekey_limit_token1] = ACTIONS(2932), - [aux_sym_remote_command_token1] = ACTIONS(2932), - [aux_sym_remote_forward_token1] = ACTIONS(2932), - [aux_sym_request_tty_token1] = ACTIONS(2932), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2932), - [aux_sym_security_key_provider_token1] = ACTIONS(2932), - [aux_sym_send_env_token1] = ACTIONS(2932), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2932), - [aux_sym_server_alive_interval_token1] = ACTIONS(2932), - [aux_sym_session_type_token1] = ACTIONS(2932), - [aux_sym_set_env_token1] = ACTIONS(2932), - [aux_sym_stdin_null_token1] = ACTIONS(2932), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2932), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2932), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2932), - [aux_sym_syslog_facility_token1] = ACTIONS(2932), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2932), - [aux_sym_keep_alive_token1] = ACTIONS(2932), - [aux_sym_tunnel_token1] = ACTIONS(2934), - [aux_sym_tunnel_device_token1] = ACTIONS(2932), - [aux_sym_update_host_keys_token1] = ACTIONS(2932), - [aux_sym_use_keychain_token1] = ACTIONS(2932), - [aux_sym_use_roaming_token1] = ACTIONS(2932), - [aux_sym_user_token1] = ACTIONS(2934), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2932), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2932), - [aux_sym_visual_host_key_token1] = ACTIONS(2932), - [aux_sym_xauth_location_token1] = ACTIONS(2932), + [ts_builtin_sym_end] = ACTIONS(2939), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2941), + [anon_sym_DQUOTE] = ACTIONS(2943), + [aux_sym_match_token1] = ACTIONS(2939), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2939), + [aux_sym_address_family_token1] = ACTIONS(2939), + [aux_sym_batch_mode_token1] = ACTIONS(2939), + [aux_sym_bind_address_token1] = ACTIONS(2939), + [aux_sym_bind_interface_token1] = ACTIONS(2939), + [aux_sym_canonical_domains_token1] = ACTIONS(2939), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2939), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2939), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2939), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2939), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2939), + [aux_sym_certificate_file_token1] = ACTIONS(2939), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2939), + [aux_sym_check_host_ip_token1] = ACTIONS(2939), + [aux_sym_ciphers_token1] = ACTIONS(2939), + [aux_sym_cipher_token1] = ACTIONS(2941), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2939), + [aux_sym_compression_token1] = ACTIONS(2939), + [aux_sym_connection_attempts_token1] = ACTIONS(2939), + [aux_sym_connect_timeout_token1] = ACTIONS(2939), + [aux_sym_control_master_token1] = ACTIONS(2939), + [aux_sym_control_path_token1] = ACTIONS(2939), + [aux_sym_control_persist_token1] = ACTIONS(2939), + [aux_sym_dynamic_forward_token1] = ACTIONS(2939), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2939), + [aux_sym_escape_char_token1] = ACTIONS(2939), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2939), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2939), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2939), + [aux_sym_forward_agent_token1] = ACTIONS(2939), + [aux_sym_forward_x11_token1] = ACTIONS(2941), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2939), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2939), + [aux_sym_gateway_ports_token1] = ACTIONS(2939), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2939), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2939), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2939), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2939), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2939), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2939), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2939), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2939), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2939), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2939), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2939), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2939), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2939), + [aux_sym_host_key_alias_token1] = ACTIONS(2939), + [aux_sym_hostname_token1] = ACTIONS(2939), + [aux_sym_identities_only_token1] = ACTIONS(2939), + [aux_sym_identity_agent_token1] = ACTIONS(2939), + [aux_sym_identity_file_token1] = ACTIONS(2939), + [aux_sym_ignore_unknown_token1] = ACTIONS(2939), + [aux_sym_include_token1] = ACTIONS(2939), + [aux_sym_ip_qos_token1] = ACTIONS(2939), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2939), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2939), + [aux_sym_kex_algorithms_token1] = ACTIONS(2939), + [aux_sym_known_hosts_command_token1] = ACTIONS(2939), + [aux_sym_local_command_token1] = ACTIONS(2939), + [aux_sym_local_forward_token1] = ACTIONS(2939), + [aux_sym_log_level_token1] = ACTIONS(2939), + [aux_sym_log_verbose_token1] = ACTIONS(2939), + [aux_sym_macs_token1] = ACTIONS(2939), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2939), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2939), + [aux_sym_password_authentication_token1] = ACTIONS(2939), + [aux_sym_permit_local_command_token1] = ACTIONS(2939), + [aux_sym_permit_remote_open_token1] = ACTIONS(2939), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2939), + [aux_sym_port_token1] = ACTIONS(2939), + [aux_sym_preferred_authentications_token1] = ACTIONS(2939), + [aux_sym_protocol_token1] = ACTIONS(2939), + [aux_sym_proxy_command_token1] = ACTIONS(2939), + [aux_sym_proxy_jump_token1] = ACTIONS(2939), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2939), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2939), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2939), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2939), + [aux_sym_rekey_limit_token1] = ACTIONS(2939), + [aux_sym_remote_command_token1] = ACTIONS(2939), + [aux_sym_remote_forward_token1] = ACTIONS(2939), + [aux_sym_request_tty_token1] = ACTIONS(2939), + [aux_sym_required_rsa_size_token1] = ACTIONS(2939), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2939), + [aux_sym_security_key_provider_token1] = ACTIONS(2939), + [aux_sym_send_env_token1] = ACTIONS(2939), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2939), + [aux_sym_server_alive_interval_token1] = ACTIONS(2939), + [aux_sym_session_type_token1] = ACTIONS(2939), + [aux_sym_set_env_token1] = ACTIONS(2939), + [aux_sym_stdin_null_token1] = ACTIONS(2939), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2939), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2939), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2939), + [aux_sym_syslog_facility_token1] = ACTIONS(2939), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2939), + [aux_sym_keep_alive_token1] = ACTIONS(2939), + [aux_sym_tunnel_token1] = ACTIONS(2941), + [aux_sym_tunnel_device_token1] = ACTIONS(2939), + [aux_sym_update_host_keys_token1] = ACTIONS(2939), + [aux_sym_use_keychain_token1] = ACTIONS(2939), + [aux_sym_use_roaming_token1] = ACTIONS(2939), + [aux_sym_user_token1] = ACTIONS(2941), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2939), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2939), + [aux_sym_visual_host_key_token1] = ACTIONS(2939), + [aux_sym_xauth_location_token1] = ACTIONS(2939), }, [437] = { - [ts_builtin_sym_end] = ACTIONS(2938), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2940), - [anon_sym_DQUOTE] = ACTIONS(2938), - [aux_sym_match_token1] = ACTIONS(2938), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2938), - [aux_sym_address_family_token1] = ACTIONS(2938), - [aux_sym_batch_mode_token1] = ACTIONS(2938), - [aux_sym_bind_address_token1] = ACTIONS(2938), - [aux_sym_bind_interface_token1] = ACTIONS(2938), - [aux_sym_canonical_domains_token1] = ACTIONS(2938), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2938), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2938), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2938), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2938), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2938), - [aux_sym_certificate_file_token1] = ACTIONS(2938), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2938), - [aux_sym_check_host_ip_token1] = ACTIONS(2938), - [aux_sym_ciphers_token1] = ACTIONS(2938), - [aux_sym_cipher_token1] = ACTIONS(2940), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2938), - [aux_sym_compression_token1] = ACTIONS(2938), - [aux_sym_connection_attempts_token1] = ACTIONS(2938), - [aux_sym_connect_timeout_token1] = ACTIONS(2938), - [aux_sym_control_master_token1] = ACTIONS(2938), - [aux_sym_control_path_token1] = ACTIONS(2938), - [aux_sym_control_persist_token1] = ACTIONS(2938), - [aux_sym_dynamic_forward_token1] = ACTIONS(2938), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2938), - [aux_sym_escape_char_token1] = ACTIONS(2938), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2938), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2938), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2938), - [aux_sym_forward_agent_token1] = ACTIONS(2938), - [aux_sym_forward_x11_token1] = ACTIONS(2940), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2938), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2938), - [aux_sym_gateway_ports_token1] = ACTIONS(2938), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2938), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2938), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2938), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2938), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2938), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2938), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2938), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2938), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2938), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2938), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2938), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2938), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2938), - [aux_sym_host_key_alias_token1] = ACTIONS(2938), - [aux_sym_hostname_token1] = ACTIONS(2938), - [aux_sym_identities_only_token1] = ACTIONS(2938), - [aux_sym_identity_agent_token1] = ACTIONS(2938), - [aux_sym_identity_file_token1] = ACTIONS(2938), - [aux_sym_ignore_unknown_token1] = ACTIONS(2938), - [aux_sym_include_token1] = ACTIONS(2938), - [aux_sym_ip_qos_token1] = ACTIONS(2938), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2938), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2938), - [aux_sym_kex_algorithms_token1] = ACTIONS(2938), - [aux_sym_known_hosts_command_token1] = ACTIONS(2938), - [aux_sym_local_command_token1] = ACTIONS(2938), - [aux_sym_local_forward_token1] = ACTIONS(2938), - [aux_sym_log_level_token1] = ACTIONS(2938), - [aux_sym_log_verbose_token1] = ACTIONS(2938), - [aux_sym_macs_token1] = ACTIONS(2938), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2938), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2938), - [aux_sym_password_authentication_token1] = ACTIONS(2938), - [aux_sym_permit_local_command_token1] = ACTIONS(2938), - [aux_sym_permit_remote_open_token1] = ACTIONS(2938), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2938), - [aux_sym_port_token1] = ACTIONS(2938), - [aux_sym_preferred_authentications_token1] = ACTIONS(2938), - [aux_sym_protocol_token1] = ACTIONS(2938), - [aux_sym_proxy_command_token1] = ACTIONS(2938), - [aux_sym_proxy_jump_token1] = ACTIONS(2938), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2938), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2938), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2938), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2938), - [aux_sym_rekey_limit_token1] = ACTIONS(2938), - [aux_sym_remote_command_token1] = ACTIONS(2938), - [aux_sym_remote_forward_token1] = ACTIONS(2938), - [aux_sym_request_tty_token1] = ACTIONS(2938), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2938), - [aux_sym_security_key_provider_token1] = ACTIONS(2938), - [aux_sym_send_env_token1] = ACTIONS(2938), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2938), - [aux_sym_server_alive_interval_token1] = ACTIONS(2938), - [aux_sym_session_type_token1] = ACTIONS(2938), - [aux_sym_set_env_token1] = ACTIONS(2938), - [aux_sym_stdin_null_token1] = ACTIONS(2938), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2938), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2938), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2938), - [aux_sym_syslog_facility_token1] = ACTIONS(2938), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2938), - [aux_sym_keep_alive_token1] = ACTIONS(2938), - [aux_sym_tunnel_token1] = ACTIONS(2940), - [aux_sym_tunnel_device_token1] = ACTIONS(2938), - [aux_sym_update_host_keys_token1] = ACTIONS(2938), - [aux_sym_use_keychain_token1] = ACTIONS(2938), - [aux_sym_use_roaming_token1] = ACTIONS(2938), - [aux_sym_user_token1] = ACTIONS(2940), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2938), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2938), - [aux_sym_visual_host_key_token1] = ACTIONS(2938), - [aux_sym_xauth_location_token1] = ACTIONS(2938), + [ts_builtin_sym_end] = ACTIONS(2945), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2947), + [anon_sym_DQUOTE] = ACTIONS(2945), + [aux_sym_match_token1] = ACTIONS(2945), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2945), + [aux_sym_address_family_token1] = ACTIONS(2945), + [aux_sym_batch_mode_token1] = ACTIONS(2945), + [aux_sym_bind_address_token1] = ACTIONS(2945), + [aux_sym_bind_interface_token1] = ACTIONS(2945), + [aux_sym_canonical_domains_token1] = ACTIONS(2945), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2945), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2945), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2945), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2945), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2945), + [aux_sym_certificate_file_token1] = ACTIONS(2945), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2945), + [aux_sym_check_host_ip_token1] = ACTIONS(2945), + [aux_sym_ciphers_token1] = ACTIONS(2945), + [aux_sym_cipher_token1] = ACTIONS(2947), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2945), + [aux_sym_compression_token1] = ACTIONS(2945), + [aux_sym_connection_attempts_token1] = ACTIONS(2945), + [aux_sym_connect_timeout_token1] = ACTIONS(2945), + [aux_sym_control_master_token1] = ACTIONS(2945), + [aux_sym_control_path_token1] = ACTIONS(2945), + [aux_sym_control_persist_token1] = ACTIONS(2945), + [aux_sym_dynamic_forward_token1] = ACTIONS(2945), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2945), + [aux_sym_escape_char_token1] = ACTIONS(2945), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2945), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2945), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2945), + [aux_sym_forward_agent_token1] = ACTIONS(2945), + [aux_sym_forward_x11_token1] = ACTIONS(2947), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2945), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2945), + [aux_sym_gateway_ports_token1] = ACTIONS(2945), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2945), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2945), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2945), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2945), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2945), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2945), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2945), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2945), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2945), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2945), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2945), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2945), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2945), + [aux_sym_host_key_alias_token1] = ACTIONS(2945), + [aux_sym_hostname_token1] = ACTIONS(2945), + [aux_sym_identities_only_token1] = ACTIONS(2945), + [aux_sym_identity_agent_token1] = ACTIONS(2945), + [aux_sym_identity_file_token1] = ACTIONS(2945), + [aux_sym_ignore_unknown_token1] = ACTIONS(2945), + [aux_sym_include_token1] = ACTIONS(2945), + [aux_sym_ip_qos_token1] = ACTIONS(2945), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2945), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2945), + [aux_sym_kex_algorithms_token1] = ACTIONS(2945), + [aux_sym_known_hosts_command_token1] = ACTIONS(2945), + [aux_sym_local_command_token1] = ACTIONS(2945), + [aux_sym_local_forward_token1] = ACTIONS(2945), + [aux_sym_log_level_token1] = ACTIONS(2945), + [aux_sym_log_verbose_token1] = ACTIONS(2945), + [aux_sym_macs_token1] = ACTIONS(2945), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2945), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2945), + [aux_sym_password_authentication_token1] = ACTIONS(2945), + [aux_sym_permit_local_command_token1] = ACTIONS(2945), + [aux_sym_permit_remote_open_token1] = ACTIONS(2945), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2945), + [aux_sym_port_token1] = ACTIONS(2945), + [aux_sym_preferred_authentications_token1] = ACTIONS(2945), + [aux_sym_protocol_token1] = ACTIONS(2945), + [aux_sym_proxy_command_token1] = ACTIONS(2945), + [aux_sym_proxy_jump_token1] = ACTIONS(2945), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2945), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2945), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2945), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2945), + [aux_sym_rekey_limit_token1] = ACTIONS(2945), + [aux_sym_remote_command_token1] = ACTIONS(2945), + [aux_sym_remote_forward_token1] = ACTIONS(2945), + [aux_sym_request_tty_token1] = ACTIONS(2945), + [aux_sym_required_rsa_size_token1] = ACTIONS(2945), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2945), + [aux_sym_security_key_provider_token1] = ACTIONS(2945), + [aux_sym_send_env_token1] = ACTIONS(2945), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2945), + [aux_sym_server_alive_interval_token1] = ACTIONS(2945), + [aux_sym_session_type_token1] = ACTIONS(2945), + [aux_sym_set_env_token1] = ACTIONS(2945), + [aux_sym_stdin_null_token1] = ACTIONS(2945), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2945), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2945), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2945), + [aux_sym_syslog_facility_token1] = ACTIONS(2945), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2945), + [aux_sym_keep_alive_token1] = ACTIONS(2945), + [aux_sym_tunnel_token1] = ACTIONS(2947), + [aux_sym_tunnel_device_token1] = ACTIONS(2945), + [aux_sym_update_host_keys_token1] = ACTIONS(2945), + [aux_sym_use_keychain_token1] = ACTIONS(2945), + [aux_sym_use_roaming_token1] = ACTIONS(2945), + [aux_sym_user_token1] = ACTIONS(2947), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2945), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2945), + [aux_sym_visual_host_key_token1] = ACTIONS(2945), + [aux_sym_xauth_location_token1] = ACTIONS(2945), }, [438] = { - [ts_builtin_sym_end] = ACTIONS(2942), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2944), - [anon_sym_DQUOTE] = ACTIONS(2946), - [aux_sym_match_token1] = ACTIONS(2942), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2942), - [aux_sym_address_family_token1] = ACTIONS(2942), - [aux_sym_batch_mode_token1] = ACTIONS(2942), - [aux_sym_bind_address_token1] = ACTIONS(2942), - [aux_sym_bind_interface_token1] = ACTIONS(2942), - [aux_sym_canonical_domains_token1] = ACTIONS(2942), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2942), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2942), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2942), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2942), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2942), - [aux_sym_certificate_file_token1] = ACTIONS(2942), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2942), - [aux_sym_check_host_ip_token1] = ACTIONS(2942), - [aux_sym_ciphers_token1] = ACTIONS(2942), - [aux_sym_cipher_token1] = ACTIONS(2944), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2942), - [aux_sym_compression_token1] = ACTIONS(2942), - [aux_sym_connection_attempts_token1] = ACTIONS(2942), - [aux_sym_connect_timeout_token1] = ACTIONS(2942), - [aux_sym_control_master_token1] = ACTIONS(2942), - [aux_sym_control_path_token1] = ACTIONS(2942), - [aux_sym_control_persist_token1] = ACTIONS(2942), - [aux_sym_dynamic_forward_token1] = ACTIONS(2942), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2942), - [aux_sym_escape_char_token1] = ACTIONS(2942), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2942), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2942), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2942), - [aux_sym_forward_agent_token1] = ACTIONS(2942), - [aux_sym_forward_x11_token1] = ACTIONS(2944), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2942), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2942), - [aux_sym_gateway_ports_token1] = ACTIONS(2942), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2942), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2942), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2942), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2942), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2942), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2942), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2942), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2942), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2942), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2942), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2942), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2942), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2942), - [aux_sym_host_key_alias_token1] = ACTIONS(2942), - [aux_sym_hostname_token1] = ACTIONS(2942), - [aux_sym_identities_only_token1] = ACTIONS(2942), - [aux_sym_identity_agent_token1] = ACTIONS(2942), - [aux_sym_identity_file_token1] = ACTIONS(2942), - [aux_sym_ignore_unknown_token1] = ACTIONS(2942), - [aux_sym_include_token1] = ACTIONS(2942), - [aux_sym_ip_qos_token1] = ACTIONS(2942), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2942), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2942), - [aux_sym_kex_algorithms_token1] = ACTIONS(2942), - [aux_sym_known_hosts_command_token1] = ACTIONS(2942), - [aux_sym_local_command_token1] = ACTIONS(2942), - [aux_sym_local_forward_token1] = ACTIONS(2942), - [aux_sym_log_level_token1] = ACTIONS(2942), - [aux_sym_log_verbose_token1] = ACTIONS(2942), - [aux_sym_macs_token1] = ACTIONS(2942), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2942), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2942), - [aux_sym_password_authentication_token1] = ACTIONS(2942), - [aux_sym_permit_local_command_token1] = ACTIONS(2942), - [aux_sym_permit_remote_open_token1] = ACTIONS(2942), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2942), - [aux_sym_port_token1] = ACTIONS(2942), - [aux_sym_preferred_authentications_token1] = ACTIONS(2942), - [aux_sym_protocol_token1] = ACTIONS(2942), - [aux_sym_proxy_command_token1] = ACTIONS(2942), - [aux_sym_proxy_jump_token1] = ACTIONS(2942), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2942), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2942), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2942), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2942), - [aux_sym_rekey_limit_token1] = ACTIONS(2942), - [aux_sym_remote_command_token1] = ACTIONS(2942), - [aux_sym_remote_forward_token1] = ACTIONS(2942), - [aux_sym_request_tty_token1] = ACTIONS(2942), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2942), - [aux_sym_security_key_provider_token1] = ACTIONS(2942), - [aux_sym_send_env_token1] = ACTIONS(2942), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2942), - [aux_sym_server_alive_interval_token1] = ACTIONS(2942), - [aux_sym_session_type_token1] = ACTIONS(2942), - [aux_sym_set_env_token1] = ACTIONS(2942), - [aux_sym_stdin_null_token1] = ACTIONS(2942), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2942), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2942), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2942), - [aux_sym_syslog_facility_token1] = ACTIONS(2942), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2942), - [aux_sym_keep_alive_token1] = ACTIONS(2942), - [aux_sym_tunnel_token1] = ACTIONS(2944), - [aux_sym_tunnel_device_token1] = ACTIONS(2942), - [aux_sym_update_host_keys_token1] = ACTIONS(2942), - [aux_sym_use_keychain_token1] = ACTIONS(2942), - [aux_sym_use_roaming_token1] = ACTIONS(2942), - [aux_sym_user_token1] = ACTIONS(2944), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2942), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2942), - [aux_sym_visual_host_key_token1] = ACTIONS(2942), - [aux_sym_xauth_location_token1] = ACTIONS(2942), + [ts_builtin_sym_end] = ACTIONS(2949), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2951), + [anon_sym_DQUOTE] = ACTIONS(2953), + [aux_sym_match_token1] = ACTIONS(2949), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2949), + [aux_sym_address_family_token1] = ACTIONS(2949), + [aux_sym_batch_mode_token1] = ACTIONS(2949), + [aux_sym_bind_address_token1] = ACTIONS(2949), + [aux_sym_bind_interface_token1] = ACTIONS(2949), + [aux_sym_canonical_domains_token1] = ACTIONS(2949), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2949), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2949), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2949), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2949), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2949), + [aux_sym_certificate_file_token1] = ACTIONS(2949), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2949), + [aux_sym_check_host_ip_token1] = ACTIONS(2949), + [aux_sym_ciphers_token1] = ACTIONS(2949), + [aux_sym_cipher_token1] = ACTIONS(2951), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2949), + [aux_sym_compression_token1] = ACTIONS(2949), + [aux_sym_connection_attempts_token1] = ACTIONS(2949), + [aux_sym_connect_timeout_token1] = ACTIONS(2949), + [aux_sym_control_master_token1] = ACTIONS(2949), + [aux_sym_control_path_token1] = ACTIONS(2949), + [aux_sym_control_persist_token1] = ACTIONS(2949), + [aux_sym_dynamic_forward_token1] = ACTIONS(2949), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2949), + [aux_sym_escape_char_token1] = ACTIONS(2949), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2949), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2949), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2949), + [aux_sym_forward_agent_token1] = ACTIONS(2949), + [aux_sym_forward_x11_token1] = ACTIONS(2951), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2949), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2949), + [aux_sym_gateway_ports_token1] = ACTIONS(2949), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2949), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2949), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2949), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2949), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2949), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2949), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2949), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2949), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2949), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2949), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2949), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2949), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2949), + [aux_sym_host_key_alias_token1] = ACTIONS(2949), + [aux_sym_hostname_token1] = ACTIONS(2949), + [aux_sym_identities_only_token1] = ACTIONS(2949), + [aux_sym_identity_agent_token1] = ACTIONS(2949), + [aux_sym_identity_file_token1] = ACTIONS(2949), + [aux_sym_ignore_unknown_token1] = ACTIONS(2949), + [aux_sym_include_token1] = ACTIONS(2949), + [aux_sym_ip_qos_token1] = ACTIONS(2949), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2949), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2949), + [aux_sym_kex_algorithms_token1] = ACTIONS(2949), + [aux_sym_known_hosts_command_token1] = ACTIONS(2949), + [aux_sym_local_command_token1] = ACTIONS(2949), + [aux_sym_local_forward_token1] = ACTIONS(2949), + [aux_sym_log_level_token1] = ACTIONS(2949), + [aux_sym_log_verbose_token1] = ACTIONS(2949), + [aux_sym_macs_token1] = ACTIONS(2949), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2949), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2949), + [aux_sym_password_authentication_token1] = ACTIONS(2949), + [aux_sym_permit_local_command_token1] = ACTIONS(2949), + [aux_sym_permit_remote_open_token1] = ACTIONS(2949), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2949), + [aux_sym_port_token1] = ACTIONS(2949), + [aux_sym_preferred_authentications_token1] = ACTIONS(2949), + [aux_sym_protocol_token1] = ACTIONS(2949), + [aux_sym_proxy_command_token1] = ACTIONS(2949), + [aux_sym_proxy_jump_token1] = ACTIONS(2949), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2949), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2949), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2949), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2949), + [aux_sym_rekey_limit_token1] = ACTIONS(2949), + [aux_sym_remote_command_token1] = ACTIONS(2949), + [aux_sym_remote_forward_token1] = ACTIONS(2949), + [aux_sym_request_tty_token1] = ACTIONS(2949), + [aux_sym_required_rsa_size_token1] = ACTIONS(2949), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2949), + [aux_sym_security_key_provider_token1] = ACTIONS(2949), + [aux_sym_send_env_token1] = ACTIONS(2949), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2949), + [aux_sym_server_alive_interval_token1] = ACTIONS(2949), + [aux_sym_session_type_token1] = ACTIONS(2949), + [aux_sym_set_env_token1] = ACTIONS(2949), + [aux_sym_stdin_null_token1] = ACTIONS(2949), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2949), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2949), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2949), + [aux_sym_syslog_facility_token1] = ACTIONS(2949), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2949), + [aux_sym_keep_alive_token1] = ACTIONS(2949), + [aux_sym_tunnel_token1] = ACTIONS(2951), + [aux_sym_tunnel_device_token1] = ACTIONS(2949), + [aux_sym_update_host_keys_token1] = ACTIONS(2949), + [aux_sym_use_keychain_token1] = ACTIONS(2949), + [aux_sym_use_roaming_token1] = ACTIONS(2949), + [aux_sym_user_token1] = ACTIONS(2951), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2949), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2949), + [aux_sym_visual_host_key_token1] = ACTIONS(2949), + [aux_sym_xauth_location_token1] = ACTIONS(2949), }, [439] = { - [ts_builtin_sym_end] = ACTIONS(2948), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2950), - [anon_sym_DQUOTE] = ACTIONS(2948), - [aux_sym_match_token1] = ACTIONS(2948), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2948), - [aux_sym_address_family_token1] = ACTIONS(2948), - [aux_sym_batch_mode_token1] = ACTIONS(2948), - [aux_sym_bind_address_token1] = ACTIONS(2948), - [aux_sym_bind_interface_token1] = ACTIONS(2948), - [aux_sym_canonical_domains_token1] = ACTIONS(2948), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2948), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2948), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2948), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2948), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2948), - [aux_sym_certificate_file_token1] = ACTIONS(2948), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2948), - [aux_sym_check_host_ip_token1] = ACTIONS(2948), - [aux_sym_ciphers_token1] = ACTIONS(2948), - [aux_sym_cipher_token1] = ACTIONS(2950), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2948), - [aux_sym_compression_token1] = ACTIONS(2948), - [aux_sym_connection_attempts_token1] = ACTIONS(2948), - [aux_sym_connect_timeout_token1] = ACTIONS(2948), - [aux_sym_control_master_token1] = ACTIONS(2948), - [aux_sym_control_path_token1] = ACTIONS(2948), - [aux_sym_control_persist_token1] = ACTIONS(2948), - [aux_sym_dynamic_forward_token1] = ACTIONS(2948), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2948), - [aux_sym_escape_char_token1] = ACTIONS(2948), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2948), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2948), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2948), - [aux_sym_forward_agent_token1] = ACTIONS(2948), - [aux_sym_forward_x11_token1] = ACTIONS(2950), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2948), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2948), - [aux_sym_gateway_ports_token1] = ACTIONS(2948), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2948), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2948), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2948), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2948), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2948), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2948), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2948), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2948), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2948), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2948), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2948), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2948), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2948), - [aux_sym_host_key_alias_token1] = ACTIONS(2948), - [aux_sym_hostname_token1] = ACTIONS(2948), - [aux_sym_identities_only_token1] = ACTIONS(2948), - [aux_sym_identity_agent_token1] = ACTIONS(2948), - [aux_sym_identity_file_token1] = ACTIONS(2948), - [aux_sym_ignore_unknown_token1] = ACTIONS(2948), - [aux_sym_include_token1] = ACTIONS(2948), - [aux_sym_ip_qos_token1] = ACTIONS(2948), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2948), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2948), - [aux_sym_kex_algorithms_token1] = ACTIONS(2948), - [aux_sym_known_hosts_command_token1] = ACTIONS(2948), - [aux_sym_local_command_token1] = ACTIONS(2948), - [aux_sym_local_forward_token1] = ACTIONS(2948), - [aux_sym_log_level_token1] = ACTIONS(2948), - [aux_sym_log_verbose_token1] = ACTIONS(2948), - [aux_sym_macs_token1] = ACTIONS(2948), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2948), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2948), - [aux_sym_password_authentication_token1] = ACTIONS(2948), - [aux_sym_permit_local_command_token1] = ACTIONS(2948), - [aux_sym_permit_remote_open_token1] = ACTIONS(2948), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2948), - [aux_sym_port_token1] = ACTIONS(2948), - [aux_sym_preferred_authentications_token1] = ACTIONS(2948), - [aux_sym_protocol_token1] = ACTIONS(2948), - [aux_sym_proxy_command_token1] = ACTIONS(2948), - [aux_sym_proxy_jump_token1] = ACTIONS(2948), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2948), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2948), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2948), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2948), - [aux_sym_rekey_limit_token1] = ACTIONS(2948), - [aux_sym_remote_command_token1] = ACTIONS(2948), - [aux_sym_remote_forward_token1] = ACTIONS(2948), - [aux_sym_request_tty_token1] = ACTIONS(2948), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2948), - [aux_sym_security_key_provider_token1] = ACTIONS(2948), - [aux_sym_send_env_token1] = ACTIONS(2948), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2948), - [aux_sym_server_alive_interval_token1] = ACTIONS(2948), - [aux_sym_session_type_token1] = ACTIONS(2948), - [aux_sym_set_env_token1] = ACTIONS(2948), - [aux_sym_stdin_null_token1] = ACTIONS(2948), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2948), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2948), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2948), - [aux_sym_syslog_facility_token1] = ACTIONS(2948), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2948), - [aux_sym_keep_alive_token1] = ACTIONS(2948), - [aux_sym_tunnel_token1] = ACTIONS(2950), - [aux_sym_tunnel_device_token1] = ACTIONS(2948), - [aux_sym_update_host_keys_token1] = ACTIONS(2948), - [aux_sym_use_keychain_token1] = ACTIONS(2948), - [aux_sym_use_roaming_token1] = ACTIONS(2948), - [aux_sym_user_token1] = ACTIONS(2950), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2948), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2948), - [aux_sym_visual_host_key_token1] = ACTIONS(2948), - [aux_sym_xauth_location_token1] = ACTIONS(2948), + [ts_builtin_sym_end] = ACTIONS(2955), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2957), + [anon_sym_DQUOTE] = ACTIONS(2955), + [aux_sym_match_token1] = ACTIONS(2955), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2955), + [aux_sym_address_family_token1] = ACTIONS(2955), + [aux_sym_batch_mode_token1] = ACTIONS(2955), + [aux_sym_bind_address_token1] = ACTIONS(2955), + [aux_sym_bind_interface_token1] = ACTIONS(2955), + [aux_sym_canonical_domains_token1] = ACTIONS(2955), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2955), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2955), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2955), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2955), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2955), + [aux_sym_certificate_file_token1] = ACTIONS(2955), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2955), + [aux_sym_check_host_ip_token1] = ACTIONS(2955), + [aux_sym_ciphers_token1] = ACTIONS(2955), + [aux_sym_cipher_token1] = ACTIONS(2957), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2955), + [aux_sym_compression_token1] = ACTIONS(2955), + [aux_sym_connection_attempts_token1] = ACTIONS(2955), + [aux_sym_connect_timeout_token1] = ACTIONS(2955), + [aux_sym_control_master_token1] = ACTIONS(2955), + [aux_sym_control_path_token1] = ACTIONS(2955), + [aux_sym_control_persist_token1] = ACTIONS(2955), + [aux_sym_dynamic_forward_token1] = ACTIONS(2955), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2955), + [aux_sym_escape_char_token1] = ACTIONS(2955), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2955), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2955), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2955), + [aux_sym_forward_agent_token1] = ACTIONS(2955), + [aux_sym_forward_x11_token1] = ACTIONS(2957), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2955), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2955), + [aux_sym_gateway_ports_token1] = ACTIONS(2955), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2955), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2955), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2955), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2955), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2955), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2955), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2955), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2955), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2955), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2955), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2955), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2955), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2955), + [aux_sym_host_key_alias_token1] = ACTIONS(2955), + [aux_sym_hostname_token1] = ACTIONS(2955), + [aux_sym_identities_only_token1] = ACTIONS(2955), + [aux_sym_identity_agent_token1] = ACTIONS(2955), + [aux_sym_identity_file_token1] = ACTIONS(2955), + [aux_sym_ignore_unknown_token1] = ACTIONS(2955), + [aux_sym_include_token1] = ACTIONS(2955), + [aux_sym_ip_qos_token1] = ACTIONS(2955), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2955), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2955), + [aux_sym_kex_algorithms_token1] = ACTIONS(2955), + [aux_sym_known_hosts_command_token1] = ACTIONS(2955), + [aux_sym_local_command_token1] = ACTIONS(2955), + [aux_sym_local_forward_token1] = ACTIONS(2955), + [aux_sym_log_level_token1] = ACTIONS(2955), + [aux_sym_log_verbose_token1] = ACTIONS(2955), + [aux_sym_macs_token1] = ACTIONS(2955), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2955), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2955), + [aux_sym_password_authentication_token1] = ACTIONS(2955), + [aux_sym_permit_local_command_token1] = ACTIONS(2955), + [aux_sym_permit_remote_open_token1] = ACTIONS(2955), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2955), + [aux_sym_port_token1] = ACTIONS(2955), + [aux_sym_preferred_authentications_token1] = ACTIONS(2955), + [aux_sym_protocol_token1] = ACTIONS(2955), + [aux_sym_proxy_command_token1] = ACTIONS(2955), + [aux_sym_proxy_jump_token1] = ACTIONS(2955), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2955), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2955), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2955), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2955), + [aux_sym_rekey_limit_token1] = ACTIONS(2955), + [aux_sym_remote_command_token1] = ACTIONS(2955), + [aux_sym_remote_forward_token1] = ACTIONS(2955), + [aux_sym_request_tty_token1] = ACTIONS(2955), + [aux_sym_required_rsa_size_token1] = ACTIONS(2955), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2955), + [aux_sym_security_key_provider_token1] = ACTIONS(2955), + [aux_sym_send_env_token1] = ACTIONS(2955), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2955), + [aux_sym_server_alive_interval_token1] = ACTIONS(2955), + [aux_sym_session_type_token1] = ACTIONS(2955), + [aux_sym_set_env_token1] = ACTIONS(2955), + [aux_sym_stdin_null_token1] = ACTIONS(2955), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2955), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2955), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2955), + [aux_sym_syslog_facility_token1] = ACTIONS(2955), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2955), + [aux_sym_keep_alive_token1] = ACTIONS(2955), + [aux_sym_tunnel_token1] = ACTIONS(2957), + [aux_sym_tunnel_device_token1] = ACTIONS(2955), + [aux_sym_update_host_keys_token1] = ACTIONS(2955), + [aux_sym_use_keychain_token1] = ACTIONS(2955), + [aux_sym_use_roaming_token1] = ACTIONS(2955), + [aux_sym_user_token1] = ACTIONS(2957), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2955), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2955), + [aux_sym_visual_host_key_token1] = ACTIONS(2955), + [aux_sym_xauth_location_token1] = ACTIONS(2955), }, [440] = { - [ts_builtin_sym_end] = ACTIONS(2952), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2954), - [anon_sym_DQUOTE] = ACTIONS(2956), - [aux_sym_match_token1] = ACTIONS(2952), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2952), - [aux_sym_address_family_token1] = ACTIONS(2952), - [aux_sym_batch_mode_token1] = ACTIONS(2952), - [aux_sym_bind_address_token1] = ACTIONS(2952), - [aux_sym_bind_interface_token1] = ACTIONS(2952), - [aux_sym_canonical_domains_token1] = ACTIONS(2952), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2952), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2952), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2952), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2952), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2952), - [aux_sym_certificate_file_token1] = ACTIONS(2952), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2952), - [aux_sym_check_host_ip_token1] = ACTIONS(2952), - [aux_sym_ciphers_token1] = ACTIONS(2952), - [aux_sym_cipher_token1] = ACTIONS(2954), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2952), - [aux_sym_compression_token1] = ACTIONS(2952), - [aux_sym_connection_attempts_token1] = ACTIONS(2952), - [aux_sym_connect_timeout_token1] = ACTIONS(2952), - [aux_sym_control_master_token1] = ACTIONS(2952), - [aux_sym_control_path_token1] = ACTIONS(2952), - [aux_sym_control_persist_token1] = ACTIONS(2952), - [aux_sym_dynamic_forward_token1] = ACTIONS(2952), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2952), - [aux_sym_escape_char_token1] = ACTIONS(2952), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2952), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2952), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2952), - [aux_sym_forward_agent_token1] = ACTIONS(2952), - [aux_sym_forward_x11_token1] = ACTIONS(2954), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2952), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2952), - [aux_sym_gateway_ports_token1] = ACTIONS(2952), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2952), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2952), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2952), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2952), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2952), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2952), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2952), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2952), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2952), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2952), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2952), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2952), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2952), - [aux_sym_host_key_alias_token1] = ACTIONS(2952), - [aux_sym_hostname_token1] = ACTIONS(2952), - [aux_sym_identities_only_token1] = ACTIONS(2952), - [aux_sym_identity_agent_token1] = ACTIONS(2952), - [aux_sym_identity_file_token1] = ACTIONS(2952), - [aux_sym_ignore_unknown_token1] = ACTIONS(2952), - [aux_sym_include_token1] = ACTIONS(2952), - [aux_sym_ip_qos_token1] = ACTIONS(2952), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2952), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2952), - [aux_sym_kex_algorithms_token1] = ACTIONS(2952), - [aux_sym_known_hosts_command_token1] = ACTIONS(2952), - [aux_sym_local_command_token1] = ACTIONS(2952), - [aux_sym_local_forward_token1] = ACTIONS(2952), - [aux_sym_log_level_token1] = ACTIONS(2952), - [aux_sym_log_verbose_token1] = ACTIONS(2952), - [aux_sym_macs_token1] = ACTIONS(2952), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2952), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2952), - [aux_sym_password_authentication_token1] = ACTIONS(2952), - [aux_sym_permit_local_command_token1] = ACTIONS(2952), - [aux_sym_permit_remote_open_token1] = ACTIONS(2952), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2952), - [aux_sym_port_token1] = ACTIONS(2952), - [aux_sym_preferred_authentications_token1] = ACTIONS(2952), - [aux_sym_protocol_token1] = ACTIONS(2952), - [aux_sym_proxy_command_token1] = ACTIONS(2952), - [aux_sym_proxy_jump_token1] = ACTIONS(2952), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2952), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2952), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2952), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2952), - [aux_sym_rekey_limit_token1] = ACTIONS(2952), - [aux_sym_remote_command_token1] = ACTIONS(2952), - [aux_sym_remote_forward_token1] = ACTIONS(2952), - [aux_sym_request_tty_token1] = ACTIONS(2952), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2952), - [aux_sym_security_key_provider_token1] = ACTIONS(2952), - [aux_sym_send_env_token1] = ACTIONS(2952), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2952), - [aux_sym_server_alive_interval_token1] = ACTIONS(2952), - [aux_sym_session_type_token1] = ACTIONS(2952), - [aux_sym_set_env_token1] = ACTIONS(2952), - [aux_sym_stdin_null_token1] = ACTIONS(2952), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2952), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2952), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2952), - [aux_sym_syslog_facility_token1] = ACTIONS(2952), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2952), - [aux_sym_keep_alive_token1] = ACTIONS(2952), - [aux_sym_tunnel_token1] = ACTIONS(2954), - [aux_sym_tunnel_device_token1] = ACTIONS(2952), - [aux_sym_update_host_keys_token1] = ACTIONS(2952), - [aux_sym_use_keychain_token1] = ACTIONS(2952), - [aux_sym_use_roaming_token1] = ACTIONS(2952), - [aux_sym_user_token1] = ACTIONS(2954), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2952), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2952), - [aux_sym_visual_host_key_token1] = ACTIONS(2952), - [aux_sym_xauth_location_token1] = ACTIONS(2952), + [ts_builtin_sym_end] = ACTIONS(2959), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2961), + [anon_sym_DQUOTE] = ACTIONS(2963), + [aux_sym_match_token1] = ACTIONS(2959), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2959), + [aux_sym_address_family_token1] = ACTIONS(2959), + [aux_sym_batch_mode_token1] = ACTIONS(2959), + [aux_sym_bind_address_token1] = ACTIONS(2959), + [aux_sym_bind_interface_token1] = ACTIONS(2959), + [aux_sym_canonical_domains_token1] = ACTIONS(2959), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2959), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2959), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2959), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2959), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2959), + [aux_sym_certificate_file_token1] = ACTIONS(2959), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2959), + [aux_sym_check_host_ip_token1] = ACTIONS(2959), + [aux_sym_ciphers_token1] = ACTIONS(2959), + [aux_sym_cipher_token1] = ACTIONS(2961), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2959), + [aux_sym_compression_token1] = ACTIONS(2959), + [aux_sym_connection_attempts_token1] = ACTIONS(2959), + [aux_sym_connect_timeout_token1] = ACTIONS(2959), + [aux_sym_control_master_token1] = ACTIONS(2959), + [aux_sym_control_path_token1] = ACTIONS(2959), + [aux_sym_control_persist_token1] = ACTIONS(2959), + [aux_sym_dynamic_forward_token1] = ACTIONS(2959), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2959), + [aux_sym_escape_char_token1] = ACTIONS(2959), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2959), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2959), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2959), + [aux_sym_forward_agent_token1] = ACTIONS(2959), + [aux_sym_forward_x11_token1] = ACTIONS(2961), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2959), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2959), + [aux_sym_gateway_ports_token1] = ACTIONS(2959), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2959), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2959), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2959), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2959), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2959), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2959), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2959), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2959), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2959), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2959), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2959), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2959), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2959), + [aux_sym_host_key_alias_token1] = ACTIONS(2959), + [aux_sym_hostname_token1] = ACTIONS(2959), + [aux_sym_identities_only_token1] = ACTIONS(2959), + [aux_sym_identity_agent_token1] = ACTIONS(2959), + [aux_sym_identity_file_token1] = ACTIONS(2959), + [aux_sym_ignore_unknown_token1] = ACTIONS(2959), + [aux_sym_include_token1] = ACTIONS(2959), + [aux_sym_ip_qos_token1] = ACTIONS(2959), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2959), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2959), + [aux_sym_kex_algorithms_token1] = ACTIONS(2959), + [aux_sym_known_hosts_command_token1] = ACTIONS(2959), + [aux_sym_local_command_token1] = ACTIONS(2959), + [aux_sym_local_forward_token1] = ACTIONS(2959), + [aux_sym_log_level_token1] = ACTIONS(2959), + [aux_sym_log_verbose_token1] = ACTIONS(2959), + [aux_sym_macs_token1] = ACTIONS(2959), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2959), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2959), + [aux_sym_password_authentication_token1] = ACTIONS(2959), + [aux_sym_permit_local_command_token1] = ACTIONS(2959), + [aux_sym_permit_remote_open_token1] = ACTIONS(2959), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2959), + [aux_sym_port_token1] = ACTIONS(2959), + [aux_sym_preferred_authentications_token1] = ACTIONS(2959), + [aux_sym_protocol_token1] = ACTIONS(2959), + [aux_sym_proxy_command_token1] = ACTIONS(2959), + [aux_sym_proxy_jump_token1] = ACTIONS(2959), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2959), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2959), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2959), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2959), + [aux_sym_rekey_limit_token1] = ACTIONS(2959), + [aux_sym_remote_command_token1] = ACTIONS(2959), + [aux_sym_remote_forward_token1] = ACTIONS(2959), + [aux_sym_request_tty_token1] = ACTIONS(2959), + [aux_sym_required_rsa_size_token1] = ACTIONS(2959), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2959), + [aux_sym_security_key_provider_token1] = ACTIONS(2959), + [aux_sym_send_env_token1] = ACTIONS(2959), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2959), + [aux_sym_server_alive_interval_token1] = ACTIONS(2959), + [aux_sym_session_type_token1] = ACTIONS(2959), + [aux_sym_set_env_token1] = ACTIONS(2959), + [aux_sym_stdin_null_token1] = ACTIONS(2959), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2959), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2959), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2959), + [aux_sym_syslog_facility_token1] = ACTIONS(2959), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2959), + [aux_sym_keep_alive_token1] = ACTIONS(2959), + [aux_sym_tunnel_token1] = ACTIONS(2961), + [aux_sym_tunnel_device_token1] = ACTIONS(2959), + [aux_sym_update_host_keys_token1] = ACTIONS(2959), + [aux_sym_use_keychain_token1] = ACTIONS(2959), + [aux_sym_use_roaming_token1] = ACTIONS(2959), + [aux_sym_user_token1] = ACTIONS(2961), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2959), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2959), + [aux_sym_visual_host_key_token1] = ACTIONS(2959), + [aux_sym_xauth_location_token1] = ACTIONS(2959), }, [441] = { - [ts_builtin_sym_end] = ACTIONS(2958), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2960), - [anon_sym_DQUOTE] = ACTIONS(2958), - [aux_sym_match_token1] = ACTIONS(2958), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2958), - [aux_sym_address_family_token1] = ACTIONS(2958), - [aux_sym_batch_mode_token1] = ACTIONS(2958), - [aux_sym_bind_address_token1] = ACTIONS(2958), - [aux_sym_bind_interface_token1] = ACTIONS(2958), - [aux_sym_canonical_domains_token1] = ACTIONS(2958), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2958), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2958), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2958), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2958), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2958), - [aux_sym_certificate_file_token1] = ACTIONS(2958), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2958), - [aux_sym_check_host_ip_token1] = ACTIONS(2958), - [aux_sym_ciphers_token1] = ACTIONS(2958), - [aux_sym_cipher_token1] = ACTIONS(2960), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2958), - [aux_sym_compression_token1] = ACTIONS(2958), - [aux_sym_connection_attempts_token1] = ACTIONS(2958), - [aux_sym_connect_timeout_token1] = ACTIONS(2958), - [aux_sym_control_master_token1] = ACTIONS(2958), - [aux_sym_control_path_token1] = ACTIONS(2958), - [aux_sym_control_persist_token1] = ACTIONS(2958), - [aux_sym_dynamic_forward_token1] = ACTIONS(2958), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2958), - [aux_sym_escape_char_token1] = ACTIONS(2958), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2958), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2958), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2958), - [aux_sym_forward_agent_token1] = ACTIONS(2958), - [aux_sym_forward_x11_token1] = ACTIONS(2960), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2958), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2958), - [aux_sym_gateway_ports_token1] = ACTIONS(2958), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2958), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2958), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2958), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2958), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2958), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2958), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2958), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2958), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2958), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2958), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2958), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2958), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2958), - [aux_sym_host_key_alias_token1] = ACTIONS(2958), - [aux_sym_hostname_token1] = ACTIONS(2958), - [aux_sym_identities_only_token1] = ACTIONS(2958), - [aux_sym_identity_agent_token1] = ACTIONS(2958), - [aux_sym_identity_file_token1] = ACTIONS(2958), - [aux_sym_ignore_unknown_token1] = ACTIONS(2958), - [aux_sym_include_token1] = ACTIONS(2958), - [aux_sym_ip_qos_token1] = ACTIONS(2958), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2958), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2958), - [aux_sym_kex_algorithms_token1] = ACTIONS(2958), - [aux_sym_known_hosts_command_token1] = ACTIONS(2958), - [aux_sym_local_command_token1] = ACTIONS(2958), - [aux_sym_local_forward_token1] = ACTIONS(2958), - [aux_sym_log_level_token1] = ACTIONS(2958), - [aux_sym_log_verbose_token1] = ACTIONS(2958), - [aux_sym_macs_token1] = ACTIONS(2958), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2958), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2958), - [aux_sym_password_authentication_token1] = ACTIONS(2958), - [aux_sym_permit_local_command_token1] = ACTIONS(2958), - [aux_sym_permit_remote_open_token1] = ACTIONS(2958), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2958), - [aux_sym_port_token1] = ACTIONS(2958), - [aux_sym_preferred_authentications_token1] = ACTIONS(2958), - [aux_sym_protocol_token1] = ACTIONS(2958), - [aux_sym_proxy_command_token1] = ACTIONS(2958), - [aux_sym_proxy_jump_token1] = ACTIONS(2958), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2958), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2958), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2958), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2958), - [aux_sym_rekey_limit_token1] = ACTIONS(2958), - [aux_sym_remote_command_token1] = ACTIONS(2958), - [aux_sym_remote_forward_token1] = ACTIONS(2958), - [aux_sym_request_tty_token1] = ACTIONS(2958), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2958), - [aux_sym_security_key_provider_token1] = ACTIONS(2958), - [aux_sym_send_env_token1] = ACTIONS(2958), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2958), - [aux_sym_server_alive_interval_token1] = ACTIONS(2958), - [aux_sym_session_type_token1] = ACTIONS(2958), - [aux_sym_set_env_token1] = ACTIONS(2958), - [aux_sym_stdin_null_token1] = ACTIONS(2958), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2958), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2958), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2958), - [aux_sym_syslog_facility_token1] = ACTIONS(2958), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2958), - [aux_sym_keep_alive_token1] = ACTIONS(2958), - [aux_sym_tunnel_token1] = ACTIONS(2960), - [aux_sym_tunnel_device_token1] = ACTIONS(2958), - [aux_sym_update_host_keys_token1] = ACTIONS(2958), - [aux_sym_use_keychain_token1] = ACTIONS(2958), - [aux_sym_use_roaming_token1] = ACTIONS(2958), - [aux_sym_user_token1] = ACTIONS(2960), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2958), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2958), - [aux_sym_visual_host_key_token1] = ACTIONS(2958), - [aux_sym_xauth_location_token1] = ACTIONS(2958), + [ts_builtin_sym_end] = ACTIONS(2965), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2967), + [anon_sym_DQUOTE] = ACTIONS(2965), + [aux_sym_match_token1] = ACTIONS(2965), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2965), + [aux_sym_address_family_token1] = ACTIONS(2965), + [aux_sym_batch_mode_token1] = ACTIONS(2965), + [aux_sym_bind_address_token1] = ACTIONS(2965), + [aux_sym_bind_interface_token1] = ACTIONS(2965), + [aux_sym_canonical_domains_token1] = ACTIONS(2965), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2965), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2965), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2965), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2965), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2965), + [aux_sym_certificate_file_token1] = ACTIONS(2965), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2965), + [aux_sym_check_host_ip_token1] = ACTIONS(2965), + [aux_sym_ciphers_token1] = ACTIONS(2965), + [aux_sym_cipher_token1] = ACTIONS(2967), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2965), + [aux_sym_compression_token1] = ACTIONS(2965), + [aux_sym_connection_attempts_token1] = ACTIONS(2965), + [aux_sym_connect_timeout_token1] = ACTIONS(2965), + [aux_sym_control_master_token1] = ACTIONS(2965), + [aux_sym_control_path_token1] = ACTIONS(2965), + [aux_sym_control_persist_token1] = ACTIONS(2965), + [aux_sym_dynamic_forward_token1] = ACTIONS(2965), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2965), + [aux_sym_escape_char_token1] = ACTIONS(2965), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2965), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2965), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2965), + [aux_sym_forward_agent_token1] = ACTIONS(2965), + [aux_sym_forward_x11_token1] = ACTIONS(2967), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2965), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2965), + [aux_sym_gateway_ports_token1] = ACTIONS(2965), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2965), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2965), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2965), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2965), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2965), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2965), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2965), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2965), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2965), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2965), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2965), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2965), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2965), + [aux_sym_host_key_alias_token1] = ACTIONS(2965), + [aux_sym_hostname_token1] = ACTIONS(2965), + [aux_sym_identities_only_token1] = ACTIONS(2965), + [aux_sym_identity_agent_token1] = ACTIONS(2965), + [aux_sym_identity_file_token1] = ACTIONS(2965), + [aux_sym_ignore_unknown_token1] = ACTIONS(2965), + [aux_sym_include_token1] = ACTIONS(2965), + [aux_sym_ip_qos_token1] = ACTIONS(2965), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2965), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2965), + [aux_sym_kex_algorithms_token1] = ACTIONS(2965), + [aux_sym_known_hosts_command_token1] = ACTIONS(2965), + [aux_sym_local_command_token1] = ACTIONS(2965), + [aux_sym_local_forward_token1] = ACTIONS(2965), + [aux_sym_log_level_token1] = ACTIONS(2965), + [aux_sym_log_verbose_token1] = ACTIONS(2965), + [aux_sym_macs_token1] = ACTIONS(2965), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2965), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2965), + [aux_sym_password_authentication_token1] = ACTIONS(2965), + [aux_sym_permit_local_command_token1] = ACTIONS(2965), + [aux_sym_permit_remote_open_token1] = ACTIONS(2965), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2965), + [aux_sym_port_token1] = ACTIONS(2965), + [aux_sym_preferred_authentications_token1] = ACTIONS(2965), + [aux_sym_protocol_token1] = ACTIONS(2965), + [aux_sym_proxy_command_token1] = ACTIONS(2965), + [aux_sym_proxy_jump_token1] = ACTIONS(2965), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2965), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2965), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2965), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2965), + [aux_sym_rekey_limit_token1] = ACTIONS(2965), + [aux_sym_remote_command_token1] = ACTIONS(2965), + [aux_sym_remote_forward_token1] = ACTIONS(2965), + [aux_sym_request_tty_token1] = ACTIONS(2965), + [aux_sym_required_rsa_size_token1] = ACTIONS(2965), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2965), + [aux_sym_security_key_provider_token1] = ACTIONS(2965), + [aux_sym_send_env_token1] = ACTIONS(2965), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2965), + [aux_sym_server_alive_interval_token1] = ACTIONS(2965), + [aux_sym_session_type_token1] = ACTIONS(2965), + [aux_sym_set_env_token1] = ACTIONS(2965), + [aux_sym_stdin_null_token1] = ACTIONS(2965), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2965), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2965), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2965), + [aux_sym_syslog_facility_token1] = ACTIONS(2965), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2965), + [aux_sym_keep_alive_token1] = ACTIONS(2965), + [aux_sym_tunnel_token1] = ACTIONS(2967), + [aux_sym_tunnel_device_token1] = ACTIONS(2965), + [aux_sym_update_host_keys_token1] = ACTIONS(2965), + [aux_sym_use_keychain_token1] = ACTIONS(2965), + [aux_sym_use_roaming_token1] = ACTIONS(2965), + [aux_sym_user_token1] = ACTIONS(2967), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2965), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2965), + [aux_sym_visual_host_key_token1] = ACTIONS(2965), + [aux_sym_xauth_location_token1] = ACTIONS(2965), }, [442] = { - [ts_builtin_sym_end] = ACTIONS(1222), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1224), - [aux_sym_match_token1] = ACTIONS(1222), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1222), - [aux_sym_address_family_token1] = ACTIONS(1222), - [aux_sym_batch_mode_token1] = ACTIONS(1222), - [aux_sym_bind_address_token1] = ACTIONS(1222), - [aux_sym_bind_interface_token1] = ACTIONS(1222), - [aux_sym_canonical_domains_token1] = ACTIONS(1222), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1222), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1222), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1222), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1222), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1222), - [aux_sym_certificate_file_token1] = ACTIONS(1222), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1222), - [aux_sym_check_host_ip_token1] = ACTIONS(1222), - [aux_sym_ciphers_token1] = ACTIONS(1222), - [aux_sym_cipher_token1] = ACTIONS(1224), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1222), - [aux_sym_compression_token1] = ACTIONS(1222), - [aux_sym_connection_attempts_token1] = ACTIONS(1222), - [aux_sym_connect_timeout_token1] = ACTIONS(1222), - [aux_sym_control_master_token1] = ACTIONS(1222), - [aux_sym_control_path_token1] = ACTIONS(1222), - [aux_sym_control_persist_token1] = ACTIONS(1222), - [aux_sym_dynamic_forward_token1] = ACTIONS(1222), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1222), - [aux_sym_escape_char_token1] = ACTIONS(1222), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1222), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1222), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1222), - [aux_sym_forward_agent_token1] = ACTIONS(1222), - [aux_sym_forward_x11_token1] = ACTIONS(1224), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1222), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1222), - [aux_sym_gateway_ports_token1] = ACTIONS(1222), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1222), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1222), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1222), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1222), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1222), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1222), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1222), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1222), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1222), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1222), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1222), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1222), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1222), - [aux_sym_host_key_alias_token1] = ACTIONS(1222), - [aux_sym_hostname_token1] = ACTIONS(1222), - [aux_sym_identities_only_token1] = ACTIONS(1222), - [aux_sym_identity_agent_token1] = ACTIONS(1222), - [aux_sym_identity_file_token1] = ACTIONS(1222), - [aux_sym_ignore_unknown_token1] = ACTIONS(1222), - [aux_sym_include_token1] = ACTIONS(1222), - [aux_sym_ip_qos_token1] = ACTIONS(1222), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1222), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1222), - [aux_sym_kex_algorithms_token1] = ACTIONS(1222), - [aux_sym_known_hosts_command_token1] = ACTIONS(1222), - [aux_sym_local_command_token1] = ACTIONS(1222), - [aux_sym_local_forward_token1] = ACTIONS(1222), - [aux_sym_log_level_token1] = ACTIONS(1222), - [aux_sym_log_verbose_token1] = ACTIONS(1222), - [aux_sym_macs_token1] = ACTIONS(1222), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1222), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1222), - [aux_sym_password_authentication_token1] = ACTIONS(1222), - [aux_sym_permit_local_command_token1] = ACTIONS(1222), - [aux_sym_permit_remote_open_token1] = ACTIONS(1222), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1222), - [aux_sym_port_token1] = ACTIONS(1222), - [aux_sym_preferred_authentications_token1] = ACTIONS(1222), - [aux_sym_protocol_token1] = ACTIONS(1222), - [aux_sym_proxy_command_token1] = ACTIONS(1222), - [aux_sym_proxy_jump_token1] = ACTIONS(1222), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1222), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1222), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1222), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1222), - [aux_sym_rekey_limit_token1] = ACTIONS(1222), - [aux_sym_remote_command_token1] = ACTIONS(1222), - [aux_sym_remote_forward_token1] = ACTIONS(1222), - [aux_sym_request_tty_token1] = ACTIONS(1222), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1222), - [aux_sym_security_key_provider_token1] = ACTIONS(1222), - [aux_sym_send_env_token1] = ACTIONS(1222), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1222), - [aux_sym_server_alive_interval_token1] = ACTIONS(1222), - [aux_sym_session_type_token1] = ACTIONS(1222), - [aux_sym_set_env_token1] = ACTIONS(1222), - [aux_sym_stdin_null_token1] = ACTIONS(1222), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1222), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1222), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1222), - [aux_sym_syslog_facility_token1] = ACTIONS(1222), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1222), - [aux_sym_keep_alive_token1] = ACTIONS(1222), - [aux_sym_tunnel_token1] = ACTIONS(1224), - [aux_sym_tunnel_device_token1] = ACTIONS(1222), - [aux_sym_update_host_keys_token1] = ACTIONS(1222), - [aux_sym_use_keychain_token1] = ACTIONS(1222), - [aux_sym_use_roaming_token1] = ACTIONS(1222), - [aux_sym_user_token1] = ACTIONS(1224), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1222), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1222), - [aux_sym_visual_host_key_token1] = ACTIONS(1222), - [aux_sym_xauth_location_token1] = ACTIONS(1222), + [ts_builtin_sym_end] = ACTIONS(2969), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2971), + [anon_sym_DQUOTE] = ACTIONS(2973), + [aux_sym_match_token1] = ACTIONS(2969), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2969), + [aux_sym_address_family_token1] = ACTIONS(2969), + [aux_sym_batch_mode_token1] = ACTIONS(2969), + [aux_sym_bind_address_token1] = ACTIONS(2969), + [aux_sym_bind_interface_token1] = ACTIONS(2969), + [aux_sym_canonical_domains_token1] = ACTIONS(2969), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2969), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2969), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2969), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2969), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2969), + [aux_sym_certificate_file_token1] = ACTIONS(2969), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2969), + [aux_sym_check_host_ip_token1] = ACTIONS(2969), + [aux_sym_ciphers_token1] = ACTIONS(2969), + [aux_sym_cipher_token1] = ACTIONS(2971), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2969), + [aux_sym_compression_token1] = ACTIONS(2969), + [aux_sym_connection_attempts_token1] = ACTIONS(2969), + [aux_sym_connect_timeout_token1] = ACTIONS(2969), + [aux_sym_control_master_token1] = ACTIONS(2969), + [aux_sym_control_path_token1] = ACTIONS(2969), + [aux_sym_control_persist_token1] = ACTIONS(2969), + [aux_sym_dynamic_forward_token1] = ACTIONS(2969), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2969), + [aux_sym_escape_char_token1] = ACTIONS(2969), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2969), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2969), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2969), + [aux_sym_forward_agent_token1] = ACTIONS(2969), + [aux_sym_forward_x11_token1] = ACTIONS(2971), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2969), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2969), + [aux_sym_gateway_ports_token1] = ACTIONS(2969), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2969), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2969), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2969), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2969), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2969), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2969), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2969), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2969), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2969), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2969), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2969), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2969), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2969), + [aux_sym_host_key_alias_token1] = ACTIONS(2969), + [aux_sym_hostname_token1] = ACTIONS(2969), + [aux_sym_identities_only_token1] = ACTIONS(2969), + [aux_sym_identity_agent_token1] = ACTIONS(2969), + [aux_sym_identity_file_token1] = ACTIONS(2969), + [aux_sym_ignore_unknown_token1] = ACTIONS(2969), + [aux_sym_include_token1] = ACTIONS(2969), + [aux_sym_ip_qos_token1] = ACTIONS(2969), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2969), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2969), + [aux_sym_kex_algorithms_token1] = ACTIONS(2969), + [aux_sym_known_hosts_command_token1] = ACTIONS(2969), + [aux_sym_local_command_token1] = ACTIONS(2969), + [aux_sym_local_forward_token1] = ACTIONS(2969), + [aux_sym_log_level_token1] = ACTIONS(2969), + [aux_sym_log_verbose_token1] = ACTIONS(2969), + [aux_sym_macs_token1] = ACTIONS(2969), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2969), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2969), + [aux_sym_password_authentication_token1] = ACTIONS(2969), + [aux_sym_permit_local_command_token1] = ACTIONS(2969), + [aux_sym_permit_remote_open_token1] = ACTIONS(2969), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2969), + [aux_sym_port_token1] = ACTIONS(2969), + [aux_sym_preferred_authentications_token1] = ACTIONS(2969), + [aux_sym_protocol_token1] = ACTIONS(2969), + [aux_sym_proxy_command_token1] = ACTIONS(2969), + [aux_sym_proxy_jump_token1] = ACTIONS(2969), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2969), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2969), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2969), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2969), + [aux_sym_rekey_limit_token1] = ACTIONS(2969), + [aux_sym_remote_command_token1] = ACTIONS(2969), + [aux_sym_remote_forward_token1] = ACTIONS(2969), + [aux_sym_request_tty_token1] = ACTIONS(2969), + [aux_sym_required_rsa_size_token1] = ACTIONS(2969), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2969), + [aux_sym_security_key_provider_token1] = ACTIONS(2969), + [aux_sym_send_env_token1] = ACTIONS(2969), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2969), + [aux_sym_server_alive_interval_token1] = ACTIONS(2969), + [aux_sym_session_type_token1] = ACTIONS(2969), + [aux_sym_set_env_token1] = ACTIONS(2969), + [aux_sym_stdin_null_token1] = ACTIONS(2969), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2969), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2969), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2969), + [aux_sym_syslog_facility_token1] = ACTIONS(2969), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2969), + [aux_sym_keep_alive_token1] = ACTIONS(2969), + [aux_sym_tunnel_token1] = ACTIONS(2971), + [aux_sym_tunnel_device_token1] = ACTIONS(2969), + [aux_sym_update_host_keys_token1] = ACTIONS(2969), + [aux_sym_use_keychain_token1] = ACTIONS(2969), + [aux_sym_use_roaming_token1] = ACTIONS(2969), + [aux_sym_user_token1] = ACTIONS(2971), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2969), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2969), + [aux_sym_visual_host_key_token1] = ACTIONS(2969), + [aux_sym_xauth_location_token1] = ACTIONS(2969), }, [443] = { - [ts_builtin_sym_end] = ACTIONS(1330), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1332), - [aux_sym_match_token1] = ACTIONS(1330), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1330), - [aux_sym_address_family_token1] = ACTIONS(1330), - [aux_sym_batch_mode_token1] = ACTIONS(1330), - [aux_sym_bind_address_token1] = ACTIONS(1330), - [aux_sym_bind_interface_token1] = ACTIONS(1330), - [aux_sym_canonical_domains_token1] = ACTIONS(1330), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1330), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1330), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1330), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1330), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1330), - [aux_sym_certificate_file_token1] = ACTIONS(1330), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1330), - [aux_sym_check_host_ip_token1] = ACTIONS(1330), - [aux_sym_ciphers_token1] = ACTIONS(1330), - [aux_sym_cipher_token1] = ACTIONS(1332), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1330), - [aux_sym_compression_token1] = ACTIONS(1330), - [aux_sym_connection_attempts_token1] = ACTIONS(1330), - [aux_sym_connect_timeout_token1] = ACTIONS(1330), - [aux_sym_control_master_token1] = ACTIONS(1330), - [aux_sym_control_path_token1] = ACTIONS(1330), - [aux_sym_control_persist_token1] = ACTIONS(1330), - [aux_sym_dynamic_forward_token1] = ACTIONS(1330), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1330), - [aux_sym_escape_char_token1] = ACTIONS(1330), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1330), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1330), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1330), - [aux_sym_forward_agent_token1] = ACTIONS(1330), - [aux_sym_forward_x11_token1] = ACTIONS(1332), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1330), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1330), - [aux_sym_gateway_ports_token1] = ACTIONS(1330), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1330), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1330), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1330), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1330), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1330), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1330), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1330), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1330), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1330), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1330), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1330), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1330), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1330), - [aux_sym_host_key_alias_token1] = ACTIONS(1330), - [aux_sym_hostname_token1] = ACTIONS(1330), - [aux_sym_identities_only_token1] = ACTIONS(1330), - [aux_sym_identity_agent_token1] = ACTIONS(1330), - [aux_sym_identity_file_token1] = ACTIONS(1330), - [aux_sym_ignore_unknown_token1] = ACTIONS(1330), - [aux_sym_include_token1] = ACTIONS(1330), - [aux_sym_ip_qos_token1] = ACTIONS(1330), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1330), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1330), - [aux_sym_kex_algorithms_token1] = ACTIONS(1330), - [aux_sym_known_hosts_command_token1] = ACTIONS(1330), - [aux_sym_local_command_token1] = ACTIONS(1330), - [aux_sym_local_forward_token1] = ACTIONS(1330), - [aux_sym_log_level_token1] = ACTIONS(1330), - [aux_sym_log_verbose_token1] = ACTIONS(1330), - [aux_sym_macs_token1] = ACTIONS(1330), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1330), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1330), - [aux_sym_password_authentication_token1] = ACTIONS(1330), - [aux_sym_permit_local_command_token1] = ACTIONS(1330), - [aux_sym_permit_remote_open_token1] = ACTIONS(1330), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1330), - [aux_sym_port_token1] = ACTIONS(1330), - [aux_sym_preferred_authentications_token1] = ACTIONS(1330), - [aux_sym_protocol_token1] = ACTIONS(1330), - [aux_sym_proxy_command_token1] = ACTIONS(1330), - [aux_sym_proxy_jump_token1] = ACTIONS(1330), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1330), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1330), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1330), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1330), - [aux_sym_rekey_limit_token1] = ACTIONS(1330), - [aux_sym_remote_command_token1] = ACTIONS(1330), - [aux_sym_remote_forward_token1] = ACTIONS(1330), - [aux_sym_request_tty_token1] = ACTIONS(1330), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1330), - [aux_sym_security_key_provider_token1] = ACTIONS(1330), - [aux_sym_send_env_token1] = ACTIONS(1330), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1330), - [aux_sym_server_alive_interval_token1] = ACTIONS(1330), - [aux_sym_session_type_token1] = ACTIONS(1330), - [aux_sym_set_env_token1] = ACTIONS(1330), - [aux_sym_stdin_null_token1] = ACTIONS(1330), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1330), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1330), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1330), - [aux_sym_syslog_facility_token1] = ACTIONS(1330), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1330), - [aux_sym_keep_alive_token1] = ACTIONS(1330), - [aux_sym_tunnel_token1] = ACTIONS(1332), - [aux_sym_tunnel_device_token1] = ACTIONS(1330), - [aux_sym_update_host_keys_token1] = ACTIONS(1330), - [aux_sym_use_keychain_token1] = ACTIONS(1330), - [aux_sym_use_roaming_token1] = ACTIONS(1330), - [aux_sym_user_token1] = ACTIONS(1332), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1330), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1330), - [aux_sym_visual_host_key_token1] = ACTIONS(1330), - [aux_sym_xauth_location_token1] = ACTIONS(1330), + [ts_builtin_sym_end] = ACTIONS(2975), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2977), + [anon_sym_DQUOTE] = ACTIONS(2975), + [aux_sym_match_token1] = ACTIONS(2975), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2975), + [aux_sym_address_family_token1] = ACTIONS(2975), + [aux_sym_batch_mode_token1] = ACTIONS(2975), + [aux_sym_bind_address_token1] = ACTIONS(2975), + [aux_sym_bind_interface_token1] = ACTIONS(2975), + [aux_sym_canonical_domains_token1] = ACTIONS(2975), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2975), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2975), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2975), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2975), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2975), + [aux_sym_certificate_file_token1] = ACTIONS(2975), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2975), + [aux_sym_check_host_ip_token1] = ACTIONS(2975), + [aux_sym_ciphers_token1] = ACTIONS(2975), + [aux_sym_cipher_token1] = ACTIONS(2977), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2975), + [aux_sym_compression_token1] = ACTIONS(2975), + [aux_sym_connection_attempts_token1] = ACTIONS(2975), + [aux_sym_connect_timeout_token1] = ACTIONS(2975), + [aux_sym_control_master_token1] = ACTIONS(2975), + [aux_sym_control_path_token1] = ACTIONS(2975), + [aux_sym_control_persist_token1] = ACTIONS(2975), + [aux_sym_dynamic_forward_token1] = ACTIONS(2975), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2975), + [aux_sym_escape_char_token1] = ACTIONS(2975), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2975), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2975), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2975), + [aux_sym_forward_agent_token1] = ACTIONS(2975), + [aux_sym_forward_x11_token1] = ACTIONS(2977), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2975), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2975), + [aux_sym_gateway_ports_token1] = ACTIONS(2975), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2975), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2975), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2975), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2975), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2975), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2975), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2975), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2975), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2975), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2975), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2975), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2975), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2975), + [aux_sym_host_key_alias_token1] = ACTIONS(2975), + [aux_sym_hostname_token1] = ACTIONS(2975), + [aux_sym_identities_only_token1] = ACTIONS(2975), + [aux_sym_identity_agent_token1] = ACTIONS(2975), + [aux_sym_identity_file_token1] = ACTIONS(2975), + [aux_sym_ignore_unknown_token1] = ACTIONS(2975), + [aux_sym_include_token1] = ACTIONS(2975), + [aux_sym_ip_qos_token1] = ACTIONS(2975), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2975), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2975), + [aux_sym_kex_algorithms_token1] = ACTIONS(2975), + [aux_sym_known_hosts_command_token1] = ACTIONS(2975), + [aux_sym_local_command_token1] = ACTIONS(2975), + [aux_sym_local_forward_token1] = ACTIONS(2975), + [aux_sym_log_level_token1] = ACTIONS(2975), + [aux_sym_log_verbose_token1] = ACTIONS(2975), + [aux_sym_macs_token1] = ACTIONS(2975), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2975), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2975), + [aux_sym_password_authentication_token1] = ACTIONS(2975), + [aux_sym_permit_local_command_token1] = ACTIONS(2975), + [aux_sym_permit_remote_open_token1] = ACTIONS(2975), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2975), + [aux_sym_port_token1] = ACTIONS(2975), + [aux_sym_preferred_authentications_token1] = ACTIONS(2975), + [aux_sym_protocol_token1] = ACTIONS(2975), + [aux_sym_proxy_command_token1] = ACTIONS(2975), + [aux_sym_proxy_jump_token1] = ACTIONS(2975), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2975), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2975), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2975), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2975), + [aux_sym_rekey_limit_token1] = ACTIONS(2975), + [aux_sym_remote_command_token1] = ACTIONS(2975), + [aux_sym_remote_forward_token1] = ACTIONS(2975), + [aux_sym_request_tty_token1] = ACTIONS(2975), + [aux_sym_required_rsa_size_token1] = ACTIONS(2975), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2975), + [aux_sym_security_key_provider_token1] = ACTIONS(2975), + [aux_sym_send_env_token1] = ACTIONS(2975), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2975), + [aux_sym_server_alive_interval_token1] = ACTIONS(2975), + [aux_sym_session_type_token1] = ACTIONS(2975), + [aux_sym_set_env_token1] = ACTIONS(2975), + [aux_sym_stdin_null_token1] = ACTIONS(2975), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2975), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2975), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2975), + [aux_sym_syslog_facility_token1] = ACTIONS(2975), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2975), + [aux_sym_keep_alive_token1] = ACTIONS(2975), + [aux_sym_tunnel_token1] = ACTIONS(2977), + [aux_sym_tunnel_device_token1] = ACTIONS(2975), + [aux_sym_update_host_keys_token1] = ACTIONS(2975), + [aux_sym_use_keychain_token1] = ACTIONS(2975), + [aux_sym_use_roaming_token1] = ACTIONS(2975), + [aux_sym_user_token1] = ACTIONS(2977), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2975), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2975), + [aux_sym_visual_host_key_token1] = ACTIONS(2975), + [aux_sym_xauth_location_token1] = ACTIONS(2975), }, [444] = { - [ts_builtin_sym_end] = ACTIONS(2962), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2964), - [aux_sym_match_token1] = ACTIONS(2962), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2962), - [aux_sym_address_family_token1] = ACTIONS(2962), - [aux_sym_batch_mode_token1] = ACTIONS(2962), - [aux_sym_bind_address_token1] = ACTIONS(2962), - [aux_sym_bind_interface_token1] = ACTIONS(2962), - [aux_sym_canonical_domains_token1] = ACTIONS(2962), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2962), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2962), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2962), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2962), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2962), - [aux_sym_certificate_file_token1] = ACTIONS(2962), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2962), - [aux_sym_check_host_ip_token1] = ACTIONS(2962), - [aux_sym_ciphers_token1] = ACTIONS(2962), - [aux_sym_cipher_token1] = ACTIONS(2964), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2962), - [aux_sym_compression_token1] = ACTIONS(2962), - [aux_sym_connection_attempts_token1] = ACTIONS(2962), - [aux_sym_connect_timeout_token1] = ACTIONS(2962), - [aux_sym_control_master_token1] = ACTIONS(2962), - [aux_sym_control_path_token1] = ACTIONS(2962), - [aux_sym_control_persist_token1] = ACTIONS(2962), - [aux_sym_dynamic_forward_token1] = ACTIONS(2962), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2962), - [aux_sym_escape_char_token1] = ACTIONS(2962), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2962), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2962), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2962), - [aux_sym_forward_agent_token1] = ACTIONS(2962), - [aux_sym_forward_x11_token1] = ACTIONS(2964), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2962), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2962), - [aux_sym_gateway_ports_token1] = ACTIONS(2962), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2962), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2962), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2962), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2962), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2962), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2962), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2962), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2962), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2962), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2962), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2962), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2962), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2962), - [aux_sym_host_key_alias_token1] = ACTIONS(2962), - [aux_sym_hostname_token1] = ACTIONS(2962), - [aux_sym_identities_only_token1] = ACTIONS(2962), - [aux_sym_identity_agent_token1] = ACTIONS(2962), - [aux_sym_identity_file_token1] = ACTIONS(2962), - [aux_sym_ignore_unknown_token1] = ACTIONS(2962), - [aux_sym_include_token1] = ACTIONS(2962), - [aux_sym_ip_qos_token1] = ACTIONS(2962), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2962), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2962), - [aux_sym_kex_algorithms_token1] = ACTIONS(2962), - [aux_sym_known_hosts_command_token1] = ACTIONS(2962), - [aux_sym_local_command_token1] = ACTIONS(2962), - [aux_sym_local_forward_token1] = ACTIONS(2962), - [aux_sym_log_level_token1] = ACTIONS(2962), - [aux_sym_log_verbose_token1] = ACTIONS(2962), - [aux_sym_macs_token1] = ACTIONS(2962), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2962), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2962), - [aux_sym_password_authentication_token1] = ACTIONS(2962), - [aux_sym_permit_local_command_token1] = ACTIONS(2962), - [aux_sym_permit_remote_open_token1] = ACTIONS(2962), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2962), - [aux_sym_port_token1] = ACTIONS(2962), - [aux_sym_preferred_authentications_token1] = ACTIONS(2962), - [aux_sym_protocol_token1] = ACTIONS(2962), - [aux_sym_proxy_command_token1] = ACTIONS(2962), - [aux_sym_proxy_jump_token1] = ACTIONS(2962), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2962), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2962), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2962), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2962), - [aux_sym_rekey_limit_token1] = ACTIONS(2962), - [aux_sym_remote_command_token1] = ACTIONS(2962), - [aux_sym_remote_forward_token1] = ACTIONS(2962), - [aux_sym_request_tty_token1] = ACTIONS(2962), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2962), - [aux_sym_security_key_provider_token1] = ACTIONS(2962), - [aux_sym_send_env_token1] = ACTIONS(2962), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2962), - [aux_sym_server_alive_interval_token1] = ACTIONS(2962), - [aux_sym_session_type_token1] = ACTIONS(2962), - [aux_sym_set_env_token1] = ACTIONS(2962), - [aux_sym_stdin_null_token1] = ACTIONS(2962), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2962), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2962), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2962), - [aux_sym_syslog_facility_token1] = ACTIONS(2962), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2962), - [aux_sym_keep_alive_token1] = ACTIONS(2962), - [aux_sym_tunnel_token1] = ACTIONS(2964), - [aux_sym_tunnel_device_token1] = ACTIONS(2962), - [aux_sym_update_host_keys_token1] = ACTIONS(2962), - [aux_sym_use_keychain_token1] = ACTIONS(2962), - [aux_sym_use_roaming_token1] = ACTIONS(2962), - [aux_sym_user_token1] = ACTIONS(2964), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2962), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2962), - [aux_sym_visual_host_key_token1] = ACTIONS(2962), - [aux_sym_xauth_location_token1] = ACTIONS(2962), + [ts_builtin_sym_end] = ACTIONS(2979), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2981), + [anon_sym_DQUOTE] = ACTIONS(2983), + [aux_sym_match_token1] = ACTIONS(2979), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2979), + [aux_sym_address_family_token1] = ACTIONS(2979), + [aux_sym_batch_mode_token1] = ACTIONS(2979), + [aux_sym_bind_address_token1] = ACTIONS(2979), + [aux_sym_bind_interface_token1] = ACTIONS(2979), + [aux_sym_canonical_domains_token1] = ACTIONS(2979), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2979), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2979), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2979), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2979), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2979), + [aux_sym_certificate_file_token1] = ACTIONS(2979), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2979), + [aux_sym_check_host_ip_token1] = ACTIONS(2979), + [aux_sym_ciphers_token1] = ACTIONS(2979), + [aux_sym_cipher_token1] = ACTIONS(2981), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2979), + [aux_sym_compression_token1] = ACTIONS(2979), + [aux_sym_connection_attempts_token1] = ACTIONS(2979), + [aux_sym_connect_timeout_token1] = ACTIONS(2979), + [aux_sym_control_master_token1] = ACTIONS(2979), + [aux_sym_control_path_token1] = ACTIONS(2979), + [aux_sym_control_persist_token1] = ACTIONS(2979), + [aux_sym_dynamic_forward_token1] = ACTIONS(2979), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2979), + [aux_sym_escape_char_token1] = ACTIONS(2979), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2979), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2979), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2979), + [aux_sym_forward_agent_token1] = ACTIONS(2979), + [aux_sym_forward_x11_token1] = ACTIONS(2981), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2979), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2979), + [aux_sym_gateway_ports_token1] = ACTIONS(2979), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2979), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2979), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2979), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2979), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2979), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2979), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2979), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2979), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2979), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2979), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2979), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2979), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2979), + [aux_sym_host_key_alias_token1] = ACTIONS(2979), + [aux_sym_hostname_token1] = ACTIONS(2979), + [aux_sym_identities_only_token1] = ACTIONS(2979), + [aux_sym_identity_agent_token1] = ACTIONS(2979), + [aux_sym_identity_file_token1] = ACTIONS(2979), + [aux_sym_ignore_unknown_token1] = ACTIONS(2979), + [aux_sym_include_token1] = ACTIONS(2979), + [aux_sym_ip_qos_token1] = ACTIONS(2979), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2979), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2979), + [aux_sym_kex_algorithms_token1] = ACTIONS(2979), + [aux_sym_known_hosts_command_token1] = ACTIONS(2979), + [aux_sym_local_command_token1] = ACTIONS(2979), + [aux_sym_local_forward_token1] = ACTIONS(2979), + [aux_sym_log_level_token1] = ACTIONS(2979), + [aux_sym_log_verbose_token1] = ACTIONS(2979), + [aux_sym_macs_token1] = ACTIONS(2979), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2979), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2979), + [aux_sym_password_authentication_token1] = ACTIONS(2979), + [aux_sym_permit_local_command_token1] = ACTIONS(2979), + [aux_sym_permit_remote_open_token1] = ACTIONS(2979), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2979), + [aux_sym_port_token1] = ACTIONS(2979), + [aux_sym_preferred_authentications_token1] = ACTIONS(2979), + [aux_sym_protocol_token1] = ACTIONS(2979), + [aux_sym_proxy_command_token1] = ACTIONS(2979), + [aux_sym_proxy_jump_token1] = ACTIONS(2979), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2979), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2979), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2979), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2979), + [aux_sym_rekey_limit_token1] = ACTIONS(2979), + [aux_sym_remote_command_token1] = ACTIONS(2979), + [aux_sym_remote_forward_token1] = ACTIONS(2979), + [aux_sym_request_tty_token1] = ACTIONS(2979), + [aux_sym_required_rsa_size_token1] = ACTIONS(2979), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2979), + [aux_sym_security_key_provider_token1] = ACTIONS(2979), + [aux_sym_send_env_token1] = ACTIONS(2979), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2979), + [aux_sym_server_alive_interval_token1] = ACTIONS(2979), + [aux_sym_session_type_token1] = ACTIONS(2979), + [aux_sym_set_env_token1] = ACTIONS(2979), + [aux_sym_stdin_null_token1] = ACTIONS(2979), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2979), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2979), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2979), + [aux_sym_syslog_facility_token1] = ACTIONS(2979), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2979), + [aux_sym_keep_alive_token1] = ACTIONS(2979), + [aux_sym_tunnel_token1] = ACTIONS(2981), + [aux_sym_tunnel_device_token1] = ACTIONS(2979), + [aux_sym_update_host_keys_token1] = ACTIONS(2979), + [aux_sym_use_keychain_token1] = ACTIONS(2979), + [aux_sym_use_roaming_token1] = ACTIONS(2979), + [aux_sym_user_token1] = ACTIONS(2981), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2979), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2979), + [aux_sym_visual_host_key_token1] = ACTIONS(2979), + [aux_sym_xauth_location_token1] = ACTIONS(2979), }, [445] = { - [ts_builtin_sym_end] = ACTIONS(2966), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2968), - [aux_sym_match_token1] = ACTIONS(2966), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2966), - [aux_sym_address_family_token1] = ACTIONS(2966), - [aux_sym_batch_mode_token1] = ACTIONS(2966), - [aux_sym_bind_address_token1] = ACTIONS(2966), - [aux_sym_bind_interface_token1] = ACTIONS(2966), - [aux_sym_canonical_domains_token1] = ACTIONS(2966), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2966), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2966), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2966), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2966), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2966), - [aux_sym_certificate_file_token1] = ACTIONS(2966), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2966), - [aux_sym_check_host_ip_token1] = ACTIONS(2966), - [aux_sym_ciphers_token1] = ACTIONS(2966), - [aux_sym_cipher_token1] = ACTIONS(2968), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2966), - [aux_sym_compression_token1] = ACTIONS(2966), - [aux_sym_connection_attempts_token1] = ACTIONS(2966), - [aux_sym_connect_timeout_token1] = ACTIONS(2966), - [aux_sym_control_master_token1] = ACTIONS(2966), - [aux_sym_control_path_token1] = ACTIONS(2966), - [aux_sym_control_persist_token1] = ACTIONS(2966), - [aux_sym_dynamic_forward_token1] = ACTIONS(2966), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2966), - [aux_sym_escape_char_token1] = ACTIONS(2966), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2966), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2966), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2966), - [aux_sym_forward_agent_token1] = ACTIONS(2966), - [aux_sym_forward_x11_token1] = ACTIONS(2968), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2966), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2966), - [aux_sym_gateway_ports_token1] = ACTIONS(2966), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2966), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2966), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2966), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2966), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2966), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2966), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2966), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2966), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2966), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2966), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2966), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2966), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2966), - [aux_sym_host_key_alias_token1] = ACTIONS(2966), - [aux_sym_hostname_token1] = ACTIONS(2966), - [aux_sym_identities_only_token1] = ACTIONS(2966), - [aux_sym_identity_agent_token1] = ACTIONS(2966), - [aux_sym_identity_file_token1] = ACTIONS(2966), - [aux_sym_ignore_unknown_token1] = ACTIONS(2966), - [aux_sym_include_token1] = ACTIONS(2966), - [aux_sym_ip_qos_token1] = ACTIONS(2966), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2966), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2966), - [aux_sym_kex_algorithms_token1] = ACTIONS(2966), - [aux_sym_known_hosts_command_token1] = ACTIONS(2966), - [aux_sym_local_command_token1] = ACTIONS(2966), - [aux_sym_local_forward_token1] = ACTIONS(2966), - [aux_sym_log_level_token1] = ACTIONS(2966), - [aux_sym_log_verbose_token1] = ACTIONS(2966), - [aux_sym_macs_token1] = ACTIONS(2966), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2966), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2966), - [aux_sym_password_authentication_token1] = ACTIONS(2966), - [aux_sym_permit_local_command_token1] = ACTIONS(2966), - [aux_sym_permit_remote_open_token1] = ACTIONS(2966), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2966), - [aux_sym_port_token1] = ACTIONS(2966), - [aux_sym_preferred_authentications_token1] = ACTIONS(2966), - [aux_sym_protocol_token1] = ACTIONS(2966), - [aux_sym_proxy_command_token1] = ACTIONS(2966), - [aux_sym_proxy_jump_token1] = ACTIONS(2966), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2966), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2966), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2966), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2966), - [aux_sym_rekey_limit_token1] = ACTIONS(2966), - [aux_sym_remote_command_token1] = ACTIONS(2966), - [aux_sym_remote_forward_token1] = ACTIONS(2966), - [aux_sym_request_tty_token1] = ACTIONS(2966), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2966), - [aux_sym_security_key_provider_token1] = ACTIONS(2966), - [aux_sym_send_env_token1] = ACTIONS(2966), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2966), - [aux_sym_server_alive_interval_token1] = ACTIONS(2966), - [aux_sym_session_type_token1] = ACTIONS(2966), - [aux_sym_set_env_token1] = ACTIONS(2966), - [aux_sym_stdin_null_token1] = ACTIONS(2966), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2966), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2966), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2966), - [aux_sym_syslog_facility_token1] = ACTIONS(2966), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2966), - [aux_sym_keep_alive_token1] = ACTIONS(2966), - [aux_sym_tunnel_token1] = ACTIONS(2968), - [aux_sym_tunnel_device_token1] = ACTIONS(2966), - [aux_sym_update_host_keys_token1] = ACTIONS(2966), - [aux_sym_use_keychain_token1] = ACTIONS(2966), - [aux_sym_use_roaming_token1] = ACTIONS(2966), - [aux_sym_user_token1] = ACTIONS(2968), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2966), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2966), - [aux_sym_visual_host_key_token1] = ACTIONS(2966), - [aux_sym_xauth_location_token1] = ACTIONS(2966), + [ts_builtin_sym_end] = ACTIONS(2985), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2987), + [anon_sym_DQUOTE] = ACTIONS(2985), + [aux_sym_match_token1] = ACTIONS(2985), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2985), + [aux_sym_address_family_token1] = ACTIONS(2985), + [aux_sym_batch_mode_token1] = ACTIONS(2985), + [aux_sym_bind_address_token1] = ACTIONS(2985), + [aux_sym_bind_interface_token1] = ACTIONS(2985), + [aux_sym_canonical_domains_token1] = ACTIONS(2985), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2985), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2985), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2985), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2985), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2985), + [aux_sym_certificate_file_token1] = ACTIONS(2985), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2985), + [aux_sym_check_host_ip_token1] = ACTIONS(2985), + [aux_sym_ciphers_token1] = ACTIONS(2985), + [aux_sym_cipher_token1] = ACTIONS(2987), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2985), + [aux_sym_compression_token1] = ACTIONS(2985), + [aux_sym_connection_attempts_token1] = ACTIONS(2985), + [aux_sym_connect_timeout_token1] = ACTIONS(2985), + [aux_sym_control_master_token1] = ACTIONS(2985), + [aux_sym_control_path_token1] = ACTIONS(2985), + [aux_sym_control_persist_token1] = ACTIONS(2985), + [aux_sym_dynamic_forward_token1] = ACTIONS(2985), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2985), + [aux_sym_escape_char_token1] = ACTIONS(2985), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2985), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2985), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2985), + [aux_sym_forward_agent_token1] = ACTIONS(2985), + [aux_sym_forward_x11_token1] = ACTIONS(2987), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2985), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2985), + [aux_sym_gateway_ports_token1] = ACTIONS(2985), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2985), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2985), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2985), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2985), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2985), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2985), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2985), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2985), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2985), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2985), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2985), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2985), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2985), + [aux_sym_host_key_alias_token1] = ACTIONS(2985), + [aux_sym_hostname_token1] = ACTIONS(2985), + [aux_sym_identities_only_token1] = ACTIONS(2985), + [aux_sym_identity_agent_token1] = ACTIONS(2985), + [aux_sym_identity_file_token1] = ACTIONS(2985), + [aux_sym_ignore_unknown_token1] = ACTIONS(2985), + [aux_sym_include_token1] = ACTIONS(2985), + [aux_sym_ip_qos_token1] = ACTIONS(2985), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2985), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2985), + [aux_sym_kex_algorithms_token1] = ACTIONS(2985), + [aux_sym_known_hosts_command_token1] = ACTIONS(2985), + [aux_sym_local_command_token1] = ACTIONS(2985), + [aux_sym_local_forward_token1] = ACTIONS(2985), + [aux_sym_log_level_token1] = ACTIONS(2985), + [aux_sym_log_verbose_token1] = ACTIONS(2985), + [aux_sym_macs_token1] = ACTIONS(2985), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2985), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2985), + [aux_sym_password_authentication_token1] = ACTIONS(2985), + [aux_sym_permit_local_command_token1] = ACTIONS(2985), + [aux_sym_permit_remote_open_token1] = ACTIONS(2985), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2985), + [aux_sym_port_token1] = ACTIONS(2985), + [aux_sym_preferred_authentications_token1] = ACTIONS(2985), + [aux_sym_protocol_token1] = ACTIONS(2985), + [aux_sym_proxy_command_token1] = ACTIONS(2985), + [aux_sym_proxy_jump_token1] = ACTIONS(2985), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2985), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2985), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2985), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2985), + [aux_sym_rekey_limit_token1] = ACTIONS(2985), + [aux_sym_remote_command_token1] = ACTIONS(2985), + [aux_sym_remote_forward_token1] = ACTIONS(2985), + [aux_sym_request_tty_token1] = ACTIONS(2985), + [aux_sym_required_rsa_size_token1] = ACTIONS(2985), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2985), + [aux_sym_security_key_provider_token1] = ACTIONS(2985), + [aux_sym_send_env_token1] = ACTIONS(2985), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2985), + [aux_sym_server_alive_interval_token1] = ACTIONS(2985), + [aux_sym_session_type_token1] = ACTIONS(2985), + [aux_sym_set_env_token1] = ACTIONS(2985), + [aux_sym_stdin_null_token1] = ACTIONS(2985), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2985), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2985), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2985), + [aux_sym_syslog_facility_token1] = ACTIONS(2985), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2985), + [aux_sym_keep_alive_token1] = ACTIONS(2985), + [aux_sym_tunnel_token1] = ACTIONS(2987), + [aux_sym_tunnel_device_token1] = ACTIONS(2985), + [aux_sym_update_host_keys_token1] = ACTIONS(2985), + [aux_sym_use_keychain_token1] = ACTIONS(2985), + [aux_sym_use_roaming_token1] = ACTIONS(2985), + [aux_sym_user_token1] = ACTIONS(2987), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2985), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2985), + [aux_sym_visual_host_key_token1] = ACTIONS(2985), + [aux_sym_xauth_location_token1] = ACTIONS(2985), }, [446] = { - [ts_builtin_sym_end] = ACTIONS(2970), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2972), - [aux_sym_match_token1] = ACTIONS(2970), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2970), - [aux_sym_address_family_token1] = ACTIONS(2970), - [aux_sym_batch_mode_token1] = ACTIONS(2970), - [aux_sym_bind_address_token1] = ACTIONS(2970), - [aux_sym_bind_interface_token1] = ACTIONS(2970), - [aux_sym_canonical_domains_token1] = ACTIONS(2970), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2970), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2970), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2970), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2970), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2970), - [aux_sym_certificate_file_token1] = ACTIONS(2970), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2970), - [aux_sym_check_host_ip_token1] = ACTIONS(2970), - [aux_sym_ciphers_token1] = ACTIONS(2970), - [aux_sym_cipher_token1] = ACTIONS(2972), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2970), - [aux_sym_compression_token1] = ACTIONS(2970), - [aux_sym_connection_attempts_token1] = ACTIONS(2970), - [aux_sym_connect_timeout_token1] = ACTIONS(2970), - [aux_sym_control_master_token1] = ACTIONS(2970), - [aux_sym_control_path_token1] = ACTIONS(2970), - [aux_sym_control_persist_token1] = ACTIONS(2970), - [aux_sym_dynamic_forward_token1] = ACTIONS(2970), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2970), - [aux_sym_escape_char_token1] = ACTIONS(2970), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2970), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2970), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2970), - [aux_sym_forward_agent_token1] = ACTIONS(2970), - [aux_sym_forward_x11_token1] = ACTIONS(2972), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2970), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2970), - [aux_sym_gateway_ports_token1] = ACTIONS(2970), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2970), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2970), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2970), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2970), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2970), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2970), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2970), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2970), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2970), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2970), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2970), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2970), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2970), - [aux_sym_host_key_alias_token1] = ACTIONS(2970), - [aux_sym_hostname_token1] = ACTIONS(2970), - [aux_sym_identities_only_token1] = ACTIONS(2970), - [aux_sym_identity_agent_token1] = ACTIONS(2970), - [aux_sym_identity_file_token1] = ACTIONS(2970), - [aux_sym_ignore_unknown_token1] = ACTIONS(2970), - [aux_sym_include_token1] = ACTIONS(2970), - [aux_sym_ip_qos_token1] = ACTIONS(2970), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2970), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2970), - [aux_sym_kex_algorithms_token1] = ACTIONS(2970), - [aux_sym_known_hosts_command_token1] = ACTIONS(2970), - [aux_sym_local_command_token1] = ACTIONS(2970), - [aux_sym_local_forward_token1] = ACTIONS(2970), - [aux_sym_log_level_token1] = ACTIONS(2970), - [aux_sym_log_verbose_token1] = ACTIONS(2970), - [aux_sym_macs_token1] = ACTIONS(2970), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2970), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2970), - [aux_sym_password_authentication_token1] = ACTIONS(2970), - [aux_sym_permit_local_command_token1] = ACTIONS(2970), - [aux_sym_permit_remote_open_token1] = ACTIONS(2970), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2970), - [aux_sym_port_token1] = ACTIONS(2970), - [aux_sym_preferred_authentications_token1] = ACTIONS(2970), - [aux_sym_protocol_token1] = ACTIONS(2970), - [aux_sym_proxy_command_token1] = ACTIONS(2970), - [aux_sym_proxy_jump_token1] = ACTIONS(2970), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2970), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2970), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2970), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2970), - [aux_sym_rekey_limit_token1] = ACTIONS(2970), - [aux_sym_remote_command_token1] = ACTIONS(2970), - [aux_sym_remote_forward_token1] = ACTIONS(2970), - [aux_sym_request_tty_token1] = ACTIONS(2970), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2970), - [aux_sym_security_key_provider_token1] = ACTIONS(2970), - [aux_sym_send_env_token1] = ACTIONS(2970), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2970), - [aux_sym_server_alive_interval_token1] = ACTIONS(2970), - [aux_sym_session_type_token1] = ACTIONS(2970), - [aux_sym_set_env_token1] = ACTIONS(2970), - [aux_sym_stdin_null_token1] = ACTIONS(2970), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2970), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2970), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2970), - [aux_sym_syslog_facility_token1] = ACTIONS(2970), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2970), - [aux_sym_keep_alive_token1] = ACTIONS(2970), - [aux_sym_tunnel_token1] = ACTIONS(2972), - [aux_sym_tunnel_device_token1] = ACTIONS(2970), - [aux_sym_update_host_keys_token1] = ACTIONS(2970), - [aux_sym_use_keychain_token1] = ACTIONS(2970), - [aux_sym_use_roaming_token1] = ACTIONS(2970), - [aux_sym_user_token1] = ACTIONS(2972), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2970), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2970), - [aux_sym_visual_host_key_token1] = ACTIONS(2970), - [aux_sym_xauth_location_token1] = ACTIONS(2970), + [ts_builtin_sym_end] = ACTIONS(1233), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1235), + [aux_sym_match_token1] = ACTIONS(1233), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1233), + [aux_sym_address_family_token1] = ACTIONS(1233), + [aux_sym_batch_mode_token1] = ACTIONS(1233), + [aux_sym_bind_address_token1] = ACTIONS(1233), + [aux_sym_bind_interface_token1] = ACTIONS(1233), + [aux_sym_canonical_domains_token1] = ACTIONS(1233), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1233), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1233), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1233), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1233), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1233), + [aux_sym_certificate_file_token1] = ACTIONS(1233), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1233), + [aux_sym_check_host_ip_token1] = ACTIONS(1233), + [aux_sym_ciphers_token1] = ACTIONS(1233), + [aux_sym_cipher_token1] = ACTIONS(1235), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1233), + [aux_sym_compression_token1] = ACTIONS(1233), + [aux_sym_connection_attempts_token1] = ACTIONS(1233), + [aux_sym_connect_timeout_token1] = ACTIONS(1233), + [aux_sym_control_master_token1] = ACTIONS(1233), + [aux_sym_control_path_token1] = ACTIONS(1233), + [aux_sym_control_persist_token1] = ACTIONS(1233), + [aux_sym_dynamic_forward_token1] = ACTIONS(1233), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1233), + [aux_sym_escape_char_token1] = ACTIONS(1233), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1233), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1233), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1233), + [aux_sym_forward_agent_token1] = ACTIONS(1233), + [aux_sym_forward_x11_token1] = ACTIONS(1235), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1233), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1233), + [aux_sym_gateway_ports_token1] = ACTIONS(1233), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1233), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1233), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1233), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1233), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1233), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1233), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1233), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1233), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1233), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1233), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1233), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1233), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1233), + [aux_sym_host_key_alias_token1] = ACTIONS(1233), + [aux_sym_hostname_token1] = ACTIONS(1233), + [aux_sym_identities_only_token1] = ACTIONS(1233), + [aux_sym_identity_agent_token1] = ACTIONS(1233), + [aux_sym_identity_file_token1] = ACTIONS(1233), + [aux_sym_ignore_unknown_token1] = ACTIONS(1233), + [aux_sym_include_token1] = ACTIONS(1233), + [aux_sym_ip_qos_token1] = ACTIONS(1233), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1233), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1233), + [aux_sym_kex_algorithms_token1] = ACTIONS(1233), + [aux_sym_known_hosts_command_token1] = ACTIONS(1233), + [aux_sym_local_command_token1] = ACTIONS(1233), + [aux_sym_local_forward_token1] = ACTIONS(1233), + [aux_sym_log_level_token1] = ACTIONS(1233), + [aux_sym_log_verbose_token1] = ACTIONS(1233), + [aux_sym_macs_token1] = ACTIONS(1233), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1233), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1233), + [aux_sym_password_authentication_token1] = ACTIONS(1233), + [aux_sym_permit_local_command_token1] = ACTIONS(1233), + [aux_sym_permit_remote_open_token1] = ACTIONS(1233), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1233), + [aux_sym_port_token1] = ACTIONS(1233), + [aux_sym_preferred_authentications_token1] = ACTIONS(1233), + [aux_sym_protocol_token1] = ACTIONS(1233), + [aux_sym_proxy_command_token1] = ACTIONS(1233), + [aux_sym_proxy_jump_token1] = ACTIONS(1233), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1233), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1233), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1233), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1233), + [aux_sym_rekey_limit_token1] = ACTIONS(1233), + [aux_sym_remote_command_token1] = ACTIONS(1233), + [aux_sym_remote_forward_token1] = ACTIONS(1233), + [aux_sym_request_tty_token1] = ACTIONS(1233), + [aux_sym_required_rsa_size_token1] = ACTIONS(1233), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1233), + [aux_sym_security_key_provider_token1] = ACTIONS(1233), + [aux_sym_send_env_token1] = ACTIONS(1233), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1233), + [aux_sym_server_alive_interval_token1] = ACTIONS(1233), + [aux_sym_session_type_token1] = ACTIONS(1233), + [aux_sym_set_env_token1] = ACTIONS(1233), + [aux_sym_stdin_null_token1] = ACTIONS(1233), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1233), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1233), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1233), + [aux_sym_syslog_facility_token1] = ACTIONS(1233), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1233), + [aux_sym_keep_alive_token1] = ACTIONS(1233), + [aux_sym_tunnel_token1] = ACTIONS(1235), + [aux_sym_tunnel_device_token1] = ACTIONS(1233), + [aux_sym_update_host_keys_token1] = ACTIONS(1233), + [aux_sym_use_keychain_token1] = ACTIONS(1233), + [aux_sym_use_roaming_token1] = ACTIONS(1233), + [aux_sym_user_token1] = ACTIONS(1235), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1233), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1233), + [aux_sym_visual_host_key_token1] = ACTIONS(1233), + [aux_sym_xauth_location_token1] = ACTIONS(1233), }, [447] = { - [ts_builtin_sym_end] = ACTIONS(2974), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2976), - [aux_sym_match_token1] = ACTIONS(2974), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2974), - [aux_sym_address_family_token1] = ACTIONS(2974), - [aux_sym_batch_mode_token1] = ACTIONS(2974), - [aux_sym_bind_address_token1] = ACTIONS(2974), - [aux_sym_bind_interface_token1] = ACTIONS(2974), - [aux_sym_canonical_domains_token1] = ACTIONS(2974), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2974), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2974), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2974), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2974), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2974), - [aux_sym_certificate_file_token1] = ACTIONS(2974), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2974), - [aux_sym_check_host_ip_token1] = ACTIONS(2974), - [aux_sym_ciphers_token1] = ACTIONS(2974), - [aux_sym_cipher_token1] = ACTIONS(2976), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2974), - [aux_sym_compression_token1] = ACTIONS(2974), - [aux_sym_connection_attempts_token1] = ACTIONS(2974), - [aux_sym_connect_timeout_token1] = ACTIONS(2974), - [aux_sym_control_master_token1] = ACTIONS(2974), - [aux_sym_control_path_token1] = ACTIONS(2974), - [aux_sym_control_persist_token1] = ACTIONS(2974), - [aux_sym_dynamic_forward_token1] = ACTIONS(2974), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2974), - [aux_sym_escape_char_token1] = ACTIONS(2974), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2974), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2974), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2974), - [aux_sym_forward_agent_token1] = ACTIONS(2974), - [aux_sym_forward_x11_token1] = ACTIONS(2976), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2974), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2974), - [aux_sym_gateway_ports_token1] = ACTIONS(2974), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2974), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2974), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2974), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2974), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2974), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2974), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2974), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2974), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2974), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2974), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2974), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2974), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2974), - [aux_sym_host_key_alias_token1] = ACTIONS(2974), - [aux_sym_hostname_token1] = ACTIONS(2974), - [aux_sym_identities_only_token1] = ACTIONS(2974), - [aux_sym_identity_agent_token1] = ACTIONS(2974), - [aux_sym_identity_file_token1] = ACTIONS(2974), - [aux_sym_ignore_unknown_token1] = ACTIONS(2974), - [aux_sym_include_token1] = ACTIONS(2974), - [aux_sym_ip_qos_token1] = ACTIONS(2974), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2974), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2974), - [aux_sym_kex_algorithms_token1] = ACTIONS(2974), - [aux_sym_known_hosts_command_token1] = ACTIONS(2974), - [aux_sym_local_command_token1] = ACTIONS(2974), - [aux_sym_local_forward_token1] = ACTIONS(2974), - [aux_sym_log_level_token1] = ACTIONS(2974), - [aux_sym_log_verbose_token1] = ACTIONS(2974), - [aux_sym_macs_token1] = ACTIONS(2974), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2974), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2974), - [aux_sym_password_authentication_token1] = ACTIONS(2974), - [aux_sym_permit_local_command_token1] = ACTIONS(2974), - [aux_sym_permit_remote_open_token1] = ACTIONS(2974), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2974), - [aux_sym_port_token1] = ACTIONS(2974), - [aux_sym_preferred_authentications_token1] = ACTIONS(2974), - [aux_sym_protocol_token1] = ACTIONS(2974), - [aux_sym_proxy_command_token1] = ACTIONS(2974), - [aux_sym_proxy_jump_token1] = ACTIONS(2974), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2974), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2974), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2974), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2974), - [aux_sym_rekey_limit_token1] = ACTIONS(2974), - [aux_sym_remote_command_token1] = ACTIONS(2974), - [aux_sym_remote_forward_token1] = ACTIONS(2974), - [aux_sym_request_tty_token1] = ACTIONS(2974), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2974), - [aux_sym_security_key_provider_token1] = ACTIONS(2974), - [aux_sym_send_env_token1] = ACTIONS(2974), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2974), - [aux_sym_server_alive_interval_token1] = ACTIONS(2974), - [aux_sym_session_type_token1] = ACTIONS(2974), - [aux_sym_set_env_token1] = ACTIONS(2974), - [aux_sym_stdin_null_token1] = ACTIONS(2974), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2974), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2974), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2974), - [aux_sym_syslog_facility_token1] = ACTIONS(2974), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2974), - [aux_sym_keep_alive_token1] = ACTIONS(2974), - [aux_sym_tunnel_token1] = ACTIONS(2976), - [aux_sym_tunnel_device_token1] = ACTIONS(2974), - [aux_sym_update_host_keys_token1] = ACTIONS(2974), - [aux_sym_use_keychain_token1] = ACTIONS(2974), - [aux_sym_use_roaming_token1] = ACTIONS(2974), - [aux_sym_user_token1] = ACTIONS(2976), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2974), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2974), - [aux_sym_visual_host_key_token1] = ACTIONS(2974), - [aux_sym_xauth_location_token1] = ACTIONS(2974), + [ts_builtin_sym_end] = ACTIONS(897), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(899), + [aux_sym_match_token1] = ACTIONS(897), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(897), + [aux_sym_address_family_token1] = ACTIONS(897), + [aux_sym_batch_mode_token1] = ACTIONS(897), + [aux_sym_bind_address_token1] = ACTIONS(897), + [aux_sym_bind_interface_token1] = ACTIONS(897), + [aux_sym_canonical_domains_token1] = ACTIONS(897), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(897), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(897), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(897), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(897), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(897), + [aux_sym_certificate_file_token1] = ACTIONS(897), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(897), + [aux_sym_check_host_ip_token1] = ACTIONS(897), + [aux_sym_ciphers_token1] = ACTIONS(897), + [aux_sym_cipher_token1] = ACTIONS(899), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(897), + [aux_sym_compression_token1] = ACTIONS(897), + [aux_sym_connection_attempts_token1] = ACTIONS(897), + [aux_sym_connect_timeout_token1] = ACTIONS(897), + [aux_sym_control_master_token1] = ACTIONS(897), + [aux_sym_control_path_token1] = ACTIONS(897), + [aux_sym_control_persist_token1] = ACTIONS(897), + [aux_sym_dynamic_forward_token1] = ACTIONS(897), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(897), + [aux_sym_escape_char_token1] = ACTIONS(897), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(897), + [aux_sym_fingerprint_hash_token1] = ACTIONS(897), + [aux_sym_fork_after_authentication_token1] = ACTIONS(897), + [aux_sym_forward_agent_token1] = ACTIONS(897), + [aux_sym_forward_x11_token1] = ACTIONS(899), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(897), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(897), + [aux_sym_gateway_ports_token1] = ACTIONS(897), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(897), + [aux_sym_gssapi_authentication_token1] = ACTIONS(897), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(897), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(897), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(897), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(897), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(897), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(897), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(897), + [aux_sym_hash_known_hosts_token1] = ACTIONS(897), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(897), + [aux_sym_hostbased_authentication_token1] = ACTIONS(897), + [aux_sym_host_key_algorithms_token1] = ACTIONS(897), + [aux_sym_host_key_alias_token1] = ACTIONS(897), + [aux_sym_hostname_token1] = ACTIONS(897), + [aux_sym_identities_only_token1] = ACTIONS(897), + [aux_sym_identity_agent_token1] = ACTIONS(897), + [aux_sym_identity_file_token1] = ACTIONS(897), + [aux_sym_ignore_unknown_token1] = ACTIONS(897), + [aux_sym_include_token1] = ACTIONS(897), + [aux_sym_ip_qos_token1] = ACTIONS(897), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(897), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(897), + [aux_sym_kex_algorithms_token1] = ACTIONS(897), + [aux_sym_known_hosts_command_token1] = ACTIONS(897), + [aux_sym_local_command_token1] = ACTIONS(897), + [aux_sym_local_forward_token1] = ACTIONS(897), + [aux_sym_log_level_token1] = ACTIONS(897), + [aux_sym_log_verbose_token1] = ACTIONS(897), + [aux_sym_macs_token1] = ACTIONS(897), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(897), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(897), + [aux_sym_password_authentication_token1] = ACTIONS(897), + [aux_sym_permit_local_command_token1] = ACTIONS(897), + [aux_sym_permit_remote_open_token1] = ACTIONS(897), + [aux_sym_pkcs11_provider_token1] = ACTIONS(897), + [aux_sym_port_token1] = ACTIONS(897), + [aux_sym_preferred_authentications_token1] = ACTIONS(897), + [aux_sym_protocol_token1] = ACTIONS(897), + [aux_sym_proxy_command_token1] = ACTIONS(897), + [aux_sym_proxy_jump_token1] = ACTIONS(897), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(897), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(897), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(897), + [aux_sym_pubkey_authentication_token1] = ACTIONS(897), + [aux_sym_rekey_limit_token1] = ACTIONS(897), + [aux_sym_remote_command_token1] = ACTIONS(897), + [aux_sym_remote_forward_token1] = ACTIONS(897), + [aux_sym_request_tty_token1] = ACTIONS(897), + [aux_sym_required_rsa_size_token1] = ACTIONS(897), + [aux_sym_revoked_host_keys_token1] = ACTIONS(897), + [aux_sym_security_key_provider_token1] = ACTIONS(897), + [aux_sym_send_env_token1] = ACTIONS(897), + [aux_sym_server_alive_count_max_token1] = ACTIONS(897), + [aux_sym_server_alive_interval_token1] = ACTIONS(897), + [aux_sym_session_type_token1] = ACTIONS(897), + [aux_sym_set_env_token1] = ACTIONS(897), + [aux_sym_stdin_null_token1] = ACTIONS(897), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(897), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(897), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(897), + [aux_sym_syslog_facility_token1] = ACTIONS(897), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(897), + [aux_sym_keep_alive_token1] = ACTIONS(897), + [aux_sym_tunnel_token1] = ACTIONS(899), + [aux_sym_tunnel_device_token1] = ACTIONS(897), + [aux_sym_update_host_keys_token1] = ACTIONS(897), + [aux_sym_use_keychain_token1] = ACTIONS(897), + [aux_sym_use_roaming_token1] = ACTIONS(897), + [aux_sym_user_token1] = ACTIONS(899), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(897), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(897), + [aux_sym_visual_host_key_token1] = ACTIONS(897), + [aux_sym_xauth_location_token1] = ACTIONS(897), }, [448] = { - [ts_builtin_sym_end] = ACTIONS(2978), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2980), - [aux_sym_match_token1] = ACTIONS(2978), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2978), - [aux_sym_address_family_token1] = ACTIONS(2978), - [aux_sym_batch_mode_token1] = ACTIONS(2978), - [aux_sym_bind_address_token1] = ACTIONS(2978), - [aux_sym_bind_interface_token1] = ACTIONS(2978), - [aux_sym_canonical_domains_token1] = ACTIONS(2978), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2978), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2978), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2978), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2978), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2978), - [aux_sym_certificate_file_token1] = ACTIONS(2978), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2978), - [aux_sym_check_host_ip_token1] = ACTIONS(2978), - [aux_sym_ciphers_token1] = ACTIONS(2978), - [aux_sym_cipher_token1] = ACTIONS(2980), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2978), - [aux_sym_compression_token1] = ACTIONS(2978), - [aux_sym_connection_attempts_token1] = ACTIONS(2978), - [aux_sym_connect_timeout_token1] = ACTIONS(2978), - [aux_sym_control_master_token1] = ACTIONS(2978), - [aux_sym_control_path_token1] = ACTIONS(2978), - [aux_sym_control_persist_token1] = ACTIONS(2978), - [aux_sym_dynamic_forward_token1] = ACTIONS(2978), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2978), - [aux_sym_escape_char_token1] = ACTIONS(2978), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2978), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2978), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2978), - [aux_sym_forward_agent_token1] = ACTIONS(2978), - [aux_sym_forward_x11_token1] = ACTIONS(2980), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2978), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2978), - [aux_sym_gateway_ports_token1] = ACTIONS(2978), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2978), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2978), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2978), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2978), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2978), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2978), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2978), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2978), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2978), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2978), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2978), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2978), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2978), - [aux_sym_host_key_alias_token1] = ACTIONS(2978), - [aux_sym_hostname_token1] = ACTIONS(2978), - [aux_sym_identities_only_token1] = ACTIONS(2978), - [aux_sym_identity_agent_token1] = ACTIONS(2978), - [aux_sym_identity_file_token1] = ACTIONS(2978), - [aux_sym_ignore_unknown_token1] = ACTIONS(2978), - [aux_sym_include_token1] = ACTIONS(2978), - [aux_sym_ip_qos_token1] = ACTIONS(2978), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2978), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2978), - [aux_sym_kex_algorithms_token1] = ACTIONS(2978), - [aux_sym_known_hosts_command_token1] = ACTIONS(2978), - [aux_sym_local_command_token1] = ACTIONS(2978), - [aux_sym_local_forward_token1] = ACTIONS(2978), - [aux_sym_log_level_token1] = ACTIONS(2978), - [aux_sym_log_verbose_token1] = ACTIONS(2978), - [aux_sym_macs_token1] = ACTIONS(2978), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2978), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2978), - [aux_sym_password_authentication_token1] = ACTIONS(2978), - [aux_sym_permit_local_command_token1] = ACTIONS(2978), - [aux_sym_permit_remote_open_token1] = ACTIONS(2978), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2978), - [aux_sym_port_token1] = ACTIONS(2978), - [aux_sym_preferred_authentications_token1] = ACTIONS(2978), - [aux_sym_protocol_token1] = ACTIONS(2978), - [aux_sym_proxy_command_token1] = ACTIONS(2978), - [aux_sym_proxy_jump_token1] = ACTIONS(2978), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2978), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2978), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2978), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2978), - [aux_sym_rekey_limit_token1] = ACTIONS(2978), - [aux_sym_remote_command_token1] = ACTIONS(2978), - [aux_sym_remote_forward_token1] = ACTIONS(2978), - [aux_sym_request_tty_token1] = ACTIONS(2978), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2978), - [aux_sym_security_key_provider_token1] = ACTIONS(2978), - [aux_sym_send_env_token1] = ACTIONS(2978), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2978), - [aux_sym_server_alive_interval_token1] = ACTIONS(2978), - [aux_sym_session_type_token1] = ACTIONS(2978), - [aux_sym_set_env_token1] = ACTIONS(2978), - [aux_sym_stdin_null_token1] = ACTIONS(2978), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2978), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2978), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2978), - [aux_sym_syslog_facility_token1] = ACTIONS(2978), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2978), - [aux_sym_keep_alive_token1] = ACTIONS(2978), - [aux_sym_tunnel_token1] = ACTIONS(2980), - [aux_sym_tunnel_device_token1] = ACTIONS(2978), - [aux_sym_update_host_keys_token1] = ACTIONS(2978), - [aux_sym_use_keychain_token1] = ACTIONS(2978), - [aux_sym_use_roaming_token1] = ACTIONS(2978), - [aux_sym_user_token1] = ACTIONS(2980), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2978), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2978), - [aux_sym_visual_host_key_token1] = ACTIONS(2978), - [aux_sym_xauth_location_token1] = ACTIONS(2978), + [ts_builtin_sym_end] = ACTIONS(2989), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2991), + [aux_sym_match_token1] = ACTIONS(2989), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2989), + [aux_sym_address_family_token1] = ACTIONS(2989), + [aux_sym_batch_mode_token1] = ACTIONS(2989), + [aux_sym_bind_address_token1] = ACTIONS(2989), + [aux_sym_bind_interface_token1] = ACTIONS(2989), + [aux_sym_canonical_domains_token1] = ACTIONS(2989), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2989), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2989), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2989), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2989), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2989), + [aux_sym_certificate_file_token1] = ACTIONS(2989), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2989), + [aux_sym_check_host_ip_token1] = ACTIONS(2989), + [aux_sym_ciphers_token1] = ACTIONS(2989), + [aux_sym_cipher_token1] = ACTIONS(2991), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2989), + [aux_sym_compression_token1] = ACTIONS(2989), + [aux_sym_connection_attempts_token1] = ACTIONS(2989), + [aux_sym_connect_timeout_token1] = ACTIONS(2989), + [aux_sym_control_master_token1] = ACTIONS(2989), + [aux_sym_control_path_token1] = ACTIONS(2989), + [aux_sym_control_persist_token1] = ACTIONS(2989), + [aux_sym_dynamic_forward_token1] = ACTIONS(2989), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2989), + [aux_sym_escape_char_token1] = ACTIONS(2989), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2989), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2989), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2989), + [aux_sym_forward_agent_token1] = ACTIONS(2989), + [aux_sym_forward_x11_token1] = ACTIONS(2991), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2989), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2989), + [aux_sym_gateway_ports_token1] = ACTIONS(2989), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2989), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2989), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2989), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2989), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2989), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2989), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2989), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2989), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2989), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2989), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2989), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2989), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2989), + [aux_sym_host_key_alias_token1] = ACTIONS(2989), + [aux_sym_hostname_token1] = ACTIONS(2989), + [aux_sym_identities_only_token1] = ACTIONS(2989), + [aux_sym_identity_agent_token1] = ACTIONS(2989), + [aux_sym_identity_file_token1] = ACTIONS(2989), + [aux_sym_ignore_unknown_token1] = ACTIONS(2989), + [aux_sym_include_token1] = ACTIONS(2989), + [aux_sym_ip_qos_token1] = ACTIONS(2989), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2989), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2989), + [aux_sym_kex_algorithms_token1] = ACTIONS(2989), + [aux_sym_known_hosts_command_token1] = ACTIONS(2989), + [aux_sym_local_command_token1] = ACTIONS(2989), + [aux_sym_local_forward_token1] = ACTIONS(2989), + [aux_sym_log_level_token1] = ACTIONS(2989), + [aux_sym_log_verbose_token1] = ACTIONS(2989), + [aux_sym_macs_token1] = ACTIONS(2989), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2989), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2989), + [aux_sym_password_authentication_token1] = ACTIONS(2989), + [aux_sym_permit_local_command_token1] = ACTIONS(2989), + [aux_sym_permit_remote_open_token1] = ACTIONS(2989), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2989), + [aux_sym_port_token1] = ACTIONS(2989), + [aux_sym_preferred_authentications_token1] = ACTIONS(2989), + [aux_sym_protocol_token1] = ACTIONS(2989), + [aux_sym_proxy_command_token1] = ACTIONS(2989), + [aux_sym_proxy_jump_token1] = ACTIONS(2989), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2989), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2989), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2989), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2989), + [aux_sym_rekey_limit_token1] = ACTIONS(2989), + [aux_sym_remote_command_token1] = ACTIONS(2989), + [aux_sym_remote_forward_token1] = ACTIONS(2989), + [aux_sym_request_tty_token1] = ACTIONS(2989), + [aux_sym_required_rsa_size_token1] = ACTIONS(2989), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2989), + [aux_sym_security_key_provider_token1] = ACTIONS(2989), + [aux_sym_send_env_token1] = ACTIONS(2989), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2989), + [aux_sym_server_alive_interval_token1] = ACTIONS(2989), + [aux_sym_session_type_token1] = ACTIONS(2989), + [aux_sym_set_env_token1] = ACTIONS(2989), + [aux_sym_stdin_null_token1] = ACTIONS(2989), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2989), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2989), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2989), + [aux_sym_syslog_facility_token1] = ACTIONS(2989), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2989), + [aux_sym_keep_alive_token1] = ACTIONS(2989), + [aux_sym_tunnel_token1] = ACTIONS(2991), + [aux_sym_tunnel_device_token1] = ACTIONS(2989), + [aux_sym_update_host_keys_token1] = ACTIONS(2989), + [aux_sym_use_keychain_token1] = ACTIONS(2989), + [aux_sym_use_roaming_token1] = ACTIONS(2989), + [aux_sym_user_token1] = ACTIONS(2991), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2989), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2989), + [aux_sym_visual_host_key_token1] = ACTIONS(2989), + [aux_sym_xauth_location_token1] = ACTIONS(2989), }, [449] = { - [ts_builtin_sym_end] = ACTIONS(1108), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1110), - [aux_sym_match_token1] = ACTIONS(1108), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1108), - [aux_sym_address_family_token1] = ACTIONS(1108), - [aux_sym_batch_mode_token1] = ACTIONS(1108), - [aux_sym_bind_address_token1] = ACTIONS(1108), - [aux_sym_bind_interface_token1] = ACTIONS(1108), - [aux_sym_canonical_domains_token1] = ACTIONS(1108), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1108), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1108), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1108), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1108), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1108), - [aux_sym_certificate_file_token1] = ACTIONS(1108), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1108), - [aux_sym_check_host_ip_token1] = ACTIONS(1108), - [aux_sym_ciphers_token1] = ACTIONS(1108), - [aux_sym_cipher_token1] = ACTIONS(1110), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1108), - [aux_sym_compression_token1] = ACTIONS(1108), - [aux_sym_connection_attempts_token1] = ACTIONS(1108), - [aux_sym_connect_timeout_token1] = ACTIONS(1108), - [aux_sym_control_master_token1] = ACTIONS(1108), - [aux_sym_control_path_token1] = ACTIONS(1108), - [aux_sym_control_persist_token1] = ACTIONS(1108), - [aux_sym_dynamic_forward_token1] = ACTIONS(1108), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1108), - [aux_sym_escape_char_token1] = ACTIONS(1108), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1108), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1108), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1108), - [aux_sym_forward_agent_token1] = ACTIONS(1108), - [aux_sym_forward_x11_token1] = ACTIONS(1110), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1108), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1108), - [aux_sym_gateway_ports_token1] = ACTIONS(1108), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1108), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1108), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1108), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1108), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1108), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1108), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1108), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1108), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1108), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1108), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1108), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1108), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1108), - [aux_sym_host_key_alias_token1] = ACTIONS(1108), - [aux_sym_hostname_token1] = ACTIONS(1108), - [aux_sym_identities_only_token1] = ACTIONS(1108), - [aux_sym_identity_agent_token1] = ACTIONS(1108), - [aux_sym_identity_file_token1] = ACTIONS(1108), - [aux_sym_ignore_unknown_token1] = ACTIONS(1108), - [aux_sym_include_token1] = ACTIONS(1108), - [aux_sym_ip_qos_token1] = ACTIONS(1108), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1108), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1108), - [aux_sym_kex_algorithms_token1] = ACTIONS(1108), - [aux_sym_known_hosts_command_token1] = ACTIONS(1108), - [aux_sym_local_command_token1] = ACTIONS(1108), - [aux_sym_local_forward_token1] = ACTIONS(1108), - [aux_sym_log_level_token1] = ACTIONS(1108), - [aux_sym_log_verbose_token1] = ACTIONS(1108), - [aux_sym_macs_token1] = ACTIONS(1108), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1108), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1108), - [aux_sym_password_authentication_token1] = ACTIONS(1108), - [aux_sym_permit_local_command_token1] = ACTIONS(1108), - [aux_sym_permit_remote_open_token1] = ACTIONS(1108), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1108), - [aux_sym_port_token1] = ACTIONS(1108), - [aux_sym_preferred_authentications_token1] = ACTIONS(1108), - [aux_sym_protocol_token1] = ACTIONS(1108), - [aux_sym_proxy_command_token1] = ACTIONS(1108), - [aux_sym_proxy_jump_token1] = ACTIONS(1108), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1108), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1108), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1108), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1108), - [aux_sym_rekey_limit_token1] = ACTIONS(1108), - [aux_sym_remote_command_token1] = ACTIONS(1108), - [aux_sym_remote_forward_token1] = ACTIONS(1108), - [aux_sym_request_tty_token1] = ACTIONS(1108), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1108), - [aux_sym_security_key_provider_token1] = ACTIONS(1108), - [aux_sym_send_env_token1] = ACTIONS(1108), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1108), - [aux_sym_server_alive_interval_token1] = ACTIONS(1108), - [aux_sym_session_type_token1] = ACTIONS(1108), - [aux_sym_set_env_token1] = ACTIONS(1108), - [aux_sym_stdin_null_token1] = ACTIONS(1108), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1108), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1108), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1108), - [aux_sym_syslog_facility_token1] = ACTIONS(1108), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1108), - [aux_sym_keep_alive_token1] = ACTIONS(1108), - [aux_sym_tunnel_token1] = ACTIONS(1110), - [aux_sym_tunnel_device_token1] = ACTIONS(1108), - [aux_sym_update_host_keys_token1] = ACTIONS(1108), - [aux_sym_use_keychain_token1] = ACTIONS(1108), - [aux_sym_use_roaming_token1] = ACTIONS(1108), - [aux_sym_user_token1] = ACTIONS(1110), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1108), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1108), - [aux_sym_visual_host_key_token1] = ACTIONS(1108), - [aux_sym_xauth_location_token1] = ACTIONS(1108), + [ts_builtin_sym_end] = ACTIONS(2993), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2995), + [aux_sym_match_token1] = ACTIONS(2993), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2993), + [aux_sym_address_family_token1] = ACTIONS(2993), + [aux_sym_batch_mode_token1] = ACTIONS(2993), + [aux_sym_bind_address_token1] = ACTIONS(2993), + [aux_sym_bind_interface_token1] = ACTIONS(2993), + [aux_sym_canonical_domains_token1] = ACTIONS(2993), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2993), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2993), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2993), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2993), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2993), + [aux_sym_certificate_file_token1] = ACTIONS(2993), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2993), + [aux_sym_check_host_ip_token1] = ACTIONS(2993), + [aux_sym_ciphers_token1] = ACTIONS(2993), + [aux_sym_cipher_token1] = ACTIONS(2995), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2993), + [aux_sym_compression_token1] = ACTIONS(2993), + [aux_sym_connection_attempts_token1] = ACTIONS(2993), + [aux_sym_connect_timeout_token1] = ACTIONS(2993), + [aux_sym_control_master_token1] = ACTIONS(2993), + [aux_sym_control_path_token1] = ACTIONS(2993), + [aux_sym_control_persist_token1] = ACTIONS(2993), + [aux_sym_dynamic_forward_token1] = ACTIONS(2993), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2993), + [aux_sym_escape_char_token1] = ACTIONS(2993), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2993), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2993), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2993), + [aux_sym_forward_agent_token1] = ACTIONS(2993), + [aux_sym_forward_x11_token1] = ACTIONS(2995), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2993), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2993), + [aux_sym_gateway_ports_token1] = ACTIONS(2993), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2993), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2993), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2993), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2993), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2993), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2993), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2993), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2993), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2993), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2993), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2993), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2993), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2993), + [aux_sym_host_key_alias_token1] = ACTIONS(2993), + [aux_sym_hostname_token1] = ACTIONS(2993), + [aux_sym_identities_only_token1] = ACTIONS(2993), + [aux_sym_identity_agent_token1] = ACTIONS(2993), + [aux_sym_identity_file_token1] = ACTIONS(2993), + [aux_sym_ignore_unknown_token1] = ACTIONS(2993), + [aux_sym_include_token1] = ACTIONS(2993), + [aux_sym_ip_qos_token1] = ACTIONS(2993), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2993), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2993), + [aux_sym_kex_algorithms_token1] = ACTIONS(2993), + [aux_sym_known_hosts_command_token1] = ACTIONS(2993), + [aux_sym_local_command_token1] = ACTIONS(2993), + [aux_sym_local_forward_token1] = ACTIONS(2993), + [aux_sym_log_level_token1] = ACTIONS(2993), + [aux_sym_log_verbose_token1] = ACTIONS(2993), + [aux_sym_macs_token1] = ACTIONS(2993), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2993), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2993), + [aux_sym_password_authentication_token1] = ACTIONS(2993), + [aux_sym_permit_local_command_token1] = ACTIONS(2993), + [aux_sym_permit_remote_open_token1] = ACTIONS(2993), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2993), + [aux_sym_port_token1] = ACTIONS(2993), + [aux_sym_preferred_authentications_token1] = ACTIONS(2993), + [aux_sym_protocol_token1] = ACTIONS(2993), + [aux_sym_proxy_command_token1] = ACTIONS(2993), + [aux_sym_proxy_jump_token1] = ACTIONS(2993), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2993), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2993), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2993), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2993), + [aux_sym_rekey_limit_token1] = ACTIONS(2993), + [aux_sym_remote_command_token1] = ACTIONS(2993), + [aux_sym_remote_forward_token1] = ACTIONS(2993), + [aux_sym_request_tty_token1] = ACTIONS(2993), + [aux_sym_required_rsa_size_token1] = ACTIONS(2993), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2993), + [aux_sym_security_key_provider_token1] = ACTIONS(2993), + [aux_sym_send_env_token1] = ACTIONS(2993), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2993), + [aux_sym_server_alive_interval_token1] = ACTIONS(2993), + [aux_sym_session_type_token1] = ACTIONS(2993), + [aux_sym_set_env_token1] = ACTIONS(2993), + [aux_sym_stdin_null_token1] = ACTIONS(2993), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2993), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2993), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2993), + [aux_sym_syslog_facility_token1] = ACTIONS(2993), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2993), + [aux_sym_keep_alive_token1] = ACTIONS(2993), + [aux_sym_tunnel_token1] = ACTIONS(2995), + [aux_sym_tunnel_device_token1] = ACTIONS(2993), + [aux_sym_update_host_keys_token1] = ACTIONS(2993), + [aux_sym_use_keychain_token1] = ACTIONS(2993), + [aux_sym_use_roaming_token1] = ACTIONS(2993), + [aux_sym_user_token1] = ACTIONS(2995), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2993), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2993), + [aux_sym_visual_host_key_token1] = ACTIONS(2993), + [aux_sym_xauth_location_token1] = ACTIONS(2993), }, [450] = { - [ts_builtin_sym_end] = ACTIONS(1528), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1530), - [aux_sym_match_token1] = ACTIONS(1528), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1528), - [aux_sym_address_family_token1] = ACTIONS(1528), - [aux_sym_batch_mode_token1] = ACTIONS(1528), - [aux_sym_bind_address_token1] = ACTIONS(1528), - [aux_sym_bind_interface_token1] = ACTIONS(1528), - [aux_sym_canonical_domains_token1] = ACTIONS(1528), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1528), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1528), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1528), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1528), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1528), - [aux_sym_certificate_file_token1] = ACTIONS(1528), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1528), - [aux_sym_check_host_ip_token1] = ACTIONS(1528), - [aux_sym_ciphers_token1] = ACTIONS(1528), - [aux_sym_cipher_token1] = ACTIONS(1530), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1528), - [aux_sym_compression_token1] = ACTIONS(1528), - [aux_sym_connection_attempts_token1] = ACTIONS(1528), - [aux_sym_connect_timeout_token1] = ACTIONS(1528), - [aux_sym_control_master_token1] = ACTIONS(1528), - [aux_sym_control_path_token1] = ACTIONS(1528), - [aux_sym_control_persist_token1] = ACTIONS(1528), - [aux_sym_dynamic_forward_token1] = ACTIONS(1528), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1528), - [aux_sym_escape_char_token1] = ACTIONS(1528), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1528), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1528), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1528), - [aux_sym_forward_agent_token1] = ACTIONS(1528), - [aux_sym_forward_x11_token1] = ACTIONS(1530), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1528), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1528), - [aux_sym_gateway_ports_token1] = ACTIONS(1528), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1528), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1528), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1528), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1528), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1528), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1528), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1528), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1528), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1528), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1528), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1528), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1528), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1528), - [aux_sym_host_key_alias_token1] = ACTIONS(1528), - [aux_sym_hostname_token1] = ACTIONS(1528), - [aux_sym_identities_only_token1] = ACTIONS(1528), - [aux_sym_identity_agent_token1] = ACTIONS(1528), - [aux_sym_identity_file_token1] = ACTIONS(1528), - [aux_sym_ignore_unknown_token1] = ACTIONS(1528), - [aux_sym_include_token1] = ACTIONS(1528), - [aux_sym_ip_qos_token1] = ACTIONS(1528), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1528), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1528), - [aux_sym_kex_algorithms_token1] = ACTIONS(1528), - [aux_sym_known_hosts_command_token1] = ACTIONS(1528), - [aux_sym_local_command_token1] = ACTIONS(1528), - [aux_sym_local_forward_token1] = ACTIONS(1528), - [aux_sym_log_level_token1] = ACTIONS(1528), - [aux_sym_log_verbose_token1] = ACTIONS(1528), - [aux_sym_macs_token1] = ACTIONS(1528), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1528), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1528), - [aux_sym_password_authentication_token1] = ACTIONS(1528), - [aux_sym_permit_local_command_token1] = ACTIONS(1528), - [aux_sym_permit_remote_open_token1] = ACTIONS(1528), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1528), - [aux_sym_port_token1] = ACTIONS(1528), - [aux_sym_preferred_authentications_token1] = ACTIONS(1528), - [aux_sym_protocol_token1] = ACTIONS(1528), - [aux_sym_proxy_command_token1] = ACTIONS(1528), - [aux_sym_proxy_jump_token1] = ACTIONS(1528), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1528), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1528), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1528), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1528), - [aux_sym_rekey_limit_token1] = ACTIONS(1528), - [aux_sym_remote_command_token1] = ACTIONS(1528), - [aux_sym_remote_forward_token1] = ACTIONS(1528), - [aux_sym_request_tty_token1] = ACTIONS(1528), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1528), - [aux_sym_security_key_provider_token1] = ACTIONS(1528), - [aux_sym_send_env_token1] = ACTIONS(1528), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1528), - [aux_sym_server_alive_interval_token1] = ACTIONS(1528), - [aux_sym_session_type_token1] = ACTIONS(1528), - [aux_sym_set_env_token1] = ACTIONS(1528), - [aux_sym_stdin_null_token1] = ACTIONS(1528), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1528), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1528), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1528), - [aux_sym_syslog_facility_token1] = ACTIONS(1528), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1528), - [aux_sym_keep_alive_token1] = ACTIONS(1528), - [aux_sym_tunnel_token1] = ACTIONS(1530), - [aux_sym_tunnel_device_token1] = ACTIONS(1528), - [aux_sym_update_host_keys_token1] = ACTIONS(1528), - [aux_sym_use_keychain_token1] = ACTIONS(1528), - [aux_sym_use_roaming_token1] = ACTIONS(1528), - [aux_sym_user_token1] = ACTIONS(1530), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1528), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1528), - [aux_sym_visual_host_key_token1] = ACTIONS(1528), - [aux_sym_xauth_location_token1] = ACTIONS(1528), + [ts_builtin_sym_end] = ACTIONS(2997), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(2999), + [aux_sym_match_token1] = ACTIONS(2997), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(2997), + [aux_sym_address_family_token1] = ACTIONS(2997), + [aux_sym_batch_mode_token1] = ACTIONS(2997), + [aux_sym_bind_address_token1] = ACTIONS(2997), + [aux_sym_bind_interface_token1] = ACTIONS(2997), + [aux_sym_canonical_domains_token1] = ACTIONS(2997), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2997), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(2997), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2997), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2997), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2997), + [aux_sym_certificate_file_token1] = ACTIONS(2997), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(2997), + [aux_sym_check_host_ip_token1] = ACTIONS(2997), + [aux_sym_ciphers_token1] = ACTIONS(2997), + [aux_sym_cipher_token1] = ACTIONS(2999), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(2997), + [aux_sym_compression_token1] = ACTIONS(2997), + [aux_sym_connection_attempts_token1] = ACTIONS(2997), + [aux_sym_connect_timeout_token1] = ACTIONS(2997), + [aux_sym_control_master_token1] = ACTIONS(2997), + [aux_sym_control_path_token1] = ACTIONS(2997), + [aux_sym_control_persist_token1] = ACTIONS(2997), + [aux_sym_dynamic_forward_token1] = ACTIONS(2997), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2997), + [aux_sym_escape_char_token1] = ACTIONS(2997), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2997), + [aux_sym_fingerprint_hash_token1] = ACTIONS(2997), + [aux_sym_fork_after_authentication_token1] = ACTIONS(2997), + [aux_sym_forward_agent_token1] = ACTIONS(2997), + [aux_sym_forward_x11_token1] = ACTIONS(2999), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(2997), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(2997), + [aux_sym_gateway_ports_token1] = ACTIONS(2997), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(2997), + [aux_sym_gssapi_authentication_token1] = ACTIONS(2997), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(2997), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2997), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2997), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2997), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(2997), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2997), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2997), + [aux_sym_hash_known_hosts_token1] = ACTIONS(2997), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2997), + [aux_sym_hostbased_authentication_token1] = ACTIONS(2997), + [aux_sym_host_key_algorithms_token1] = ACTIONS(2997), + [aux_sym_host_key_alias_token1] = ACTIONS(2997), + [aux_sym_hostname_token1] = ACTIONS(2997), + [aux_sym_identities_only_token1] = ACTIONS(2997), + [aux_sym_identity_agent_token1] = ACTIONS(2997), + [aux_sym_identity_file_token1] = ACTIONS(2997), + [aux_sym_ignore_unknown_token1] = ACTIONS(2997), + [aux_sym_include_token1] = ACTIONS(2997), + [aux_sym_ip_qos_token1] = ACTIONS(2997), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2997), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2997), + [aux_sym_kex_algorithms_token1] = ACTIONS(2997), + [aux_sym_known_hosts_command_token1] = ACTIONS(2997), + [aux_sym_local_command_token1] = ACTIONS(2997), + [aux_sym_local_forward_token1] = ACTIONS(2997), + [aux_sym_log_level_token1] = ACTIONS(2997), + [aux_sym_log_verbose_token1] = ACTIONS(2997), + [aux_sym_macs_token1] = ACTIONS(2997), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2997), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(2997), + [aux_sym_password_authentication_token1] = ACTIONS(2997), + [aux_sym_permit_local_command_token1] = ACTIONS(2997), + [aux_sym_permit_remote_open_token1] = ACTIONS(2997), + [aux_sym_pkcs11_provider_token1] = ACTIONS(2997), + [aux_sym_port_token1] = ACTIONS(2997), + [aux_sym_preferred_authentications_token1] = ACTIONS(2997), + [aux_sym_protocol_token1] = ACTIONS(2997), + [aux_sym_proxy_command_token1] = ACTIONS(2997), + [aux_sym_proxy_jump_token1] = ACTIONS(2997), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2997), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2997), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2997), + [aux_sym_pubkey_authentication_token1] = ACTIONS(2997), + [aux_sym_rekey_limit_token1] = ACTIONS(2997), + [aux_sym_remote_command_token1] = ACTIONS(2997), + [aux_sym_remote_forward_token1] = ACTIONS(2997), + [aux_sym_request_tty_token1] = ACTIONS(2997), + [aux_sym_required_rsa_size_token1] = ACTIONS(2997), + [aux_sym_revoked_host_keys_token1] = ACTIONS(2997), + [aux_sym_security_key_provider_token1] = ACTIONS(2997), + [aux_sym_send_env_token1] = ACTIONS(2997), + [aux_sym_server_alive_count_max_token1] = ACTIONS(2997), + [aux_sym_server_alive_interval_token1] = ACTIONS(2997), + [aux_sym_session_type_token1] = ACTIONS(2997), + [aux_sym_set_env_token1] = ACTIONS(2997), + [aux_sym_stdin_null_token1] = ACTIONS(2997), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2997), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2997), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(2997), + [aux_sym_syslog_facility_token1] = ACTIONS(2997), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(2997), + [aux_sym_keep_alive_token1] = ACTIONS(2997), + [aux_sym_tunnel_token1] = ACTIONS(2999), + [aux_sym_tunnel_device_token1] = ACTIONS(2997), + [aux_sym_update_host_keys_token1] = ACTIONS(2997), + [aux_sym_use_keychain_token1] = ACTIONS(2997), + [aux_sym_use_roaming_token1] = ACTIONS(2997), + [aux_sym_user_token1] = ACTIONS(2999), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(2997), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(2997), + [aux_sym_visual_host_key_token1] = ACTIONS(2997), + [aux_sym_xauth_location_token1] = ACTIONS(2997), }, [451] = { - [ts_builtin_sym_end] = ACTIONS(802), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(804), - [aux_sym_match_token1] = ACTIONS(802), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(802), - [aux_sym_address_family_token1] = ACTIONS(802), - [aux_sym_batch_mode_token1] = ACTIONS(802), - [aux_sym_bind_address_token1] = ACTIONS(802), - [aux_sym_bind_interface_token1] = ACTIONS(802), - [aux_sym_canonical_domains_token1] = ACTIONS(802), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(802), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(802), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(802), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(802), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(802), - [aux_sym_certificate_file_token1] = ACTIONS(802), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(802), - [aux_sym_check_host_ip_token1] = ACTIONS(802), - [aux_sym_ciphers_token1] = ACTIONS(802), - [aux_sym_cipher_token1] = ACTIONS(804), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(802), - [aux_sym_compression_token1] = ACTIONS(802), - [aux_sym_connection_attempts_token1] = ACTIONS(802), - [aux_sym_connect_timeout_token1] = ACTIONS(802), - [aux_sym_control_master_token1] = ACTIONS(802), - [aux_sym_control_path_token1] = ACTIONS(802), - [aux_sym_control_persist_token1] = ACTIONS(802), - [aux_sym_dynamic_forward_token1] = ACTIONS(802), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(802), - [aux_sym_escape_char_token1] = ACTIONS(802), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(802), - [aux_sym_fingerprint_hash_token1] = ACTIONS(802), - [aux_sym_fork_after_authentication_token1] = ACTIONS(802), - [aux_sym_forward_agent_token1] = ACTIONS(802), - [aux_sym_forward_x11_token1] = ACTIONS(804), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(802), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(802), - [aux_sym_gateway_ports_token1] = ACTIONS(802), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(802), - [aux_sym_gssapi_authentication_token1] = ACTIONS(802), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(802), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(802), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(802), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(802), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(802), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(802), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(802), - [aux_sym_hash_known_hosts_token1] = ACTIONS(802), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(802), - [aux_sym_hostbased_authentication_token1] = ACTIONS(802), - [aux_sym_host_key_algorithms_token1] = ACTIONS(802), - [aux_sym_host_key_alias_token1] = ACTIONS(802), - [aux_sym_hostname_token1] = ACTIONS(802), - [aux_sym_identities_only_token1] = ACTIONS(802), - [aux_sym_identity_agent_token1] = ACTIONS(802), - [aux_sym_identity_file_token1] = ACTIONS(802), - [aux_sym_ignore_unknown_token1] = ACTIONS(802), - [aux_sym_include_token1] = ACTIONS(802), - [aux_sym_ip_qos_token1] = ACTIONS(802), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(802), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(802), - [aux_sym_kex_algorithms_token1] = ACTIONS(802), - [aux_sym_known_hosts_command_token1] = ACTIONS(802), - [aux_sym_local_command_token1] = ACTIONS(802), - [aux_sym_local_forward_token1] = ACTIONS(802), - [aux_sym_log_level_token1] = ACTIONS(802), - [aux_sym_log_verbose_token1] = ACTIONS(802), - [aux_sym_macs_token1] = ACTIONS(802), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(802), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(802), - [aux_sym_password_authentication_token1] = ACTIONS(802), - [aux_sym_permit_local_command_token1] = ACTIONS(802), - [aux_sym_permit_remote_open_token1] = ACTIONS(802), - [aux_sym_pkcs11_provider_token1] = ACTIONS(802), - [aux_sym_port_token1] = ACTIONS(802), - [aux_sym_preferred_authentications_token1] = ACTIONS(802), - [aux_sym_protocol_token1] = ACTIONS(802), - [aux_sym_proxy_command_token1] = ACTIONS(802), - [aux_sym_proxy_jump_token1] = ACTIONS(802), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(802), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(802), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(802), - [aux_sym_pubkey_authentication_token1] = ACTIONS(802), - [aux_sym_rekey_limit_token1] = ACTIONS(802), - [aux_sym_remote_command_token1] = ACTIONS(802), - [aux_sym_remote_forward_token1] = ACTIONS(802), - [aux_sym_request_tty_token1] = ACTIONS(802), - [aux_sym_revoked_host_keys_token1] = ACTIONS(802), - [aux_sym_security_key_provider_token1] = ACTIONS(802), - [aux_sym_send_env_token1] = ACTIONS(802), - [aux_sym_server_alive_count_max_token1] = ACTIONS(802), - [aux_sym_server_alive_interval_token1] = ACTIONS(802), - [aux_sym_session_type_token1] = ACTIONS(802), - [aux_sym_set_env_token1] = ACTIONS(802), - [aux_sym_stdin_null_token1] = ACTIONS(802), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(802), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(802), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(802), - [aux_sym_syslog_facility_token1] = ACTIONS(802), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(802), - [aux_sym_keep_alive_token1] = ACTIONS(802), - [aux_sym_tunnel_token1] = ACTIONS(804), - [aux_sym_tunnel_device_token1] = ACTIONS(802), - [aux_sym_update_host_keys_token1] = ACTIONS(802), - [aux_sym_use_keychain_token1] = ACTIONS(802), - [aux_sym_use_roaming_token1] = ACTIONS(802), - [aux_sym_user_token1] = ACTIONS(804), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(802), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(802), - [aux_sym_visual_host_key_token1] = ACTIONS(802), - [aux_sym_xauth_location_token1] = ACTIONS(802), + [ts_builtin_sym_end] = ACTIONS(3001), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3003), + [aux_sym_match_token1] = ACTIONS(3001), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3001), + [aux_sym_address_family_token1] = ACTIONS(3001), + [aux_sym_batch_mode_token1] = ACTIONS(3001), + [aux_sym_bind_address_token1] = ACTIONS(3001), + [aux_sym_bind_interface_token1] = ACTIONS(3001), + [aux_sym_canonical_domains_token1] = ACTIONS(3001), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3001), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3001), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3001), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3001), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3001), + [aux_sym_certificate_file_token1] = ACTIONS(3001), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3001), + [aux_sym_check_host_ip_token1] = ACTIONS(3001), + [aux_sym_ciphers_token1] = ACTIONS(3001), + [aux_sym_cipher_token1] = ACTIONS(3003), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3001), + [aux_sym_compression_token1] = ACTIONS(3001), + [aux_sym_connection_attempts_token1] = ACTIONS(3001), + [aux_sym_connect_timeout_token1] = ACTIONS(3001), + [aux_sym_control_master_token1] = ACTIONS(3001), + [aux_sym_control_path_token1] = ACTIONS(3001), + [aux_sym_control_persist_token1] = ACTIONS(3001), + [aux_sym_dynamic_forward_token1] = ACTIONS(3001), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3001), + [aux_sym_escape_char_token1] = ACTIONS(3001), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3001), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3001), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3001), + [aux_sym_forward_agent_token1] = ACTIONS(3001), + [aux_sym_forward_x11_token1] = ACTIONS(3003), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3001), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3001), + [aux_sym_gateway_ports_token1] = ACTIONS(3001), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3001), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3001), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3001), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3001), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3001), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3001), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3001), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3001), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3001), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3001), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3001), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3001), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3001), + [aux_sym_host_key_alias_token1] = ACTIONS(3001), + [aux_sym_hostname_token1] = ACTIONS(3001), + [aux_sym_identities_only_token1] = ACTIONS(3001), + [aux_sym_identity_agent_token1] = ACTIONS(3001), + [aux_sym_identity_file_token1] = ACTIONS(3001), + [aux_sym_ignore_unknown_token1] = ACTIONS(3001), + [aux_sym_include_token1] = ACTIONS(3001), + [aux_sym_ip_qos_token1] = ACTIONS(3001), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3001), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3001), + [aux_sym_kex_algorithms_token1] = ACTIONS(3001), + [aux_sym_known_hosts_command_token1] = ACTIONS(3001), + [aux_sym_local_command_token1] = ACTIONS(3001), + [aux_sym_local_forward_token1] = ACTIONS(3001), + [aux_sym_log_level_token1] = ACTIONS(3001), + [aux_sym_log_verbose_token1] = ACTIONS(3001), + [aux_sym_macs_token1] = ACTIONS(3001), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3001), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3001), + [aux_sym_password_authentication_token1] = ACTIONS(3001), + [aux_sym_permit_local_command_token1] = ACTIONS(3001), + [aux_sym_permit_remote_open_token1] = ACTIONS(3001), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3001), + [aux_sym_port_token1] = ACTIONS(3001), + [aux_sym_preferred_authentications_token1] = ACTIONS(3001), + [aux_sym_protocol_token1] = ACTIONS(3001), + [aux_sym_proxy_command_token1] = ACTIONS(3001), + [aux_sym_proxy_jump_token1] = ACTIONS(3001), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3001), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3001), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3001), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3001), + [aux_sym_rekey_limit_token1] = ACTIONS(3001), + [aux_sym_remote_command_token1] = ACTIONS(3001), + [aux_sym_remote_forward_token1] = ACTIONS(3001), + [aux_sym_request_tty_token1] = ACTIONS(3001), + [aux_sym_required_rsa_size_token1] = ACTIONS(3001), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3001), + [aux_sym_security_key_provider_token1] = ACTIONS(3001), + [aux_sym_send_env_token1] = ACTIONS(3001), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3001), + [aux_sym_server_alive_interval_token1] = ACTIONS(3001), + [aux_sym_session_type_token1] = ACTIONS(3001), + [aux_sym_set_env_token1] = ACTIONS(3001), + [aux_sym_stdin_null_token1] = ACTIONS(3001), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3001), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3001), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3001), + [aux_sym_syslog_facility_token1] = ACTIONS(3001), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3001), + [aux_sym_keep_alive_token1] = ACTIONS(3001), + [aux_sym_tunnel_token1] = ACTIONS(3003), + [aux_sym_tunnel_device_token1] = ACTIONS(3001), + [aux_sym_update_host_keys_token1] = ACTIONS(3001), + [aux_sym_use_keychain_token1] = ACTIONS(3001), + [aux_sym_use_roaming_token1] = ACTIONS(3001), + [aux_sym_user_token1] = ACTIONS(3003), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3001), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3001), + [aux_sym_visual_host_key_token1] = ACTIONS(3001), + [aux_sym_xauth_location_token1] = ACTIONS(3001), }, [452] = { - [ts_builtin_sym_end] = ACTIONS(2982), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2984), - [aux_sym_match_token1] = ACTIONS(2982), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2982), - [aux_sym_address_family_token1] = ACTIONS(2982), - [aux_sym_batch_mode_token1] = ACTIONS(2982), - [aux_sym_bind_address_token1] = ACTIONS(2982), - [aux_sym_bind_interface_token1] = ACTIONS(2982), - [aux_sym_canonical_domains_token1] = ACTIONS(2982), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2982), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2982), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2982), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2982), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2982), - [aux_sym_certificate_file_token1] = ACTIONS(2982), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2982), - [aux_sym_check_host_ip_token1] = ACTIONS(2982), - [aux_sym_ciphers_token1] = ACTIONS(2982), - [aux_sym_cipher_token1] = ACTIONS(2984), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2982), - [aux_sym_compression_token1] = ACTIONS(2982), - [aux_sym_connection_attempts_token1] = ACTIONS(2982), - [aux_sym_connect_timeout_token1] = ACTIONS(2982), - [aux_sym_control_master_token1] = ACTIONS(2982), - [aux_sym_control_path_token1] = ACTIONS(2982), - [aux_sym_control_persist_token1] = ACTIONS(2982), - [aux_sym_dynamic_forward_token1] = ACTIONS(2982), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2982), - [aux_sym_escape_char_token1] = ACTIONS(2982), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2982), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2982), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2982), - [aux_sym_forward_agent_token1] = ACTIONS(2982), - [aux_sym_forward_x11_token1] = ACTIONS(2984), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2982), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2982), - [aux_sym_gateway_ports_token1] = ACTIONS(2982), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2982), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2982), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2982), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2982), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2982), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2982), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2982), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2982), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2982), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2982), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2982), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2982), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2982), - [aux_sym_host_key_alias_token1] = ACTIONS(2982), - [aux_sym_hostname_token1] = ACTIONS(2982), - [aux_sym_identities_only_token1] = ACTIONS(2982), - [aux_sym_identity_agent_token1] = ACTIONS(2982), - [aux_sym_identity_file_token1] = ACTIONS(2982), - [aux_sym_ignore_unknown_token1] = ACTIONS(2982), - [aux_sym_include_token1] = ACTIONS(2982), - [aux_sym_ip_qos_token1] = ACTIONS(2982), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2982), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2982), - [aux_sym_kex_algorithms_token1] = ACTIONS(2982), - [aux_sym_known_hosts_command_token1] = ACTIONS(2982), - [aux_sym_local_command_token1] = ACTIONS(2982), - [aux_sym_local_forward_token1] = ACTIONS(2982), - [aux_sym_log_level_token1] = ACTIONS(2982), - [aux_sym_log_verbose_token1] = ACTIONS(2982), - [aux_sym_macs_token1] = ACTIONS(2982), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2982), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2982), - [aux_sym_password_authentication_token1] = ACTIONS(2982), - [aux_sym_permit_local_command_token1] = ACTIONS(2982), - [aux_sym_permit_remote_open_token1] = ACTIONS(2982), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2982), - [aux_sym_port_token1] = ACTIONS(2982), - [aux_sym_preferred_authentications_token1] = ACTIONS(2982), - [aux_sym_protocol_token1] = ACTIONS(2982), - [aux_sym_proxy_command_token1] = ACTIONS(2982), - [aux_sym_proxy_jump_token1] = ACTIONS(2982), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2982), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2982), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2982), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2982), - [aux_sym_rekey_limit_token1] = ACTIONS(2982), - [aux_sym_remote_command_token1] = ACTIONS(2982), - [aux_sym_remote_forward_token1] = ACTIONS(2982), - [aux_sym_request_tty_token1] = ACTIONS(2982), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2982), - [aux_sym_security_key_provider_token1] = ACTIONS(2982), - [aux_sym_send_env_token1] = ACTIONS(2982), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2982), - [aux_sym_server_alive_interval_token1] = ACTIONS(2982), - [aux_sym_session_type_token1] = ACTIONS(2982), - [aux_sym_set_env_token1] = ACTIONS(2982), - [aux_sym_stdin_null_token1] = ACTIONS(2982), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2982), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2982), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2982), - [aux_sym_syslog_facility_token1] = ACTIONS(2982), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2982), - [aux_sym_keep_alive_token1] = ACTIONS(2982), - [aux_sym_tunnel_token1] = ACTIONS(2984), - [aux_sym_tunnel_device_token1] = ACTIONS(2982), - [aux_sym_update_host_keys_token1] = ACTIONS(2982), - [aux_sym_use_keychain_token1] = ACTIONS(2982), - [aux_sym_use_roaming_token1] = ACTIONS(2982), - [aux_sym_user_token1] = ACTIONS(2984), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2982), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2982), - [aux_sym_visual_host_key_token1] = ACTIONS(2982), - [aux_sym_xauth_location_token1] = ACTIONS(2982), + [ts_builtin_sym_end] = ACTIONS(1629), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1631), + [aux_sym_match_token1] = ACTIONS(1629), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1629), + [aux_sym_address_family_token1] = ACTIONS(1629), + [aux_sym_batch_mode_token1] = ACTIONS(1629), + [aux_sym_bind_address_token1] = ACTIONS(1629), + [aux_sym_bind_interface_token1] = ACTIONS(1629), + [aux_sym_canonical_domains_token1] = ACTIONS(1629), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1629), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1629), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1629), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1629), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1629), + [aux_sym_certificate_file_token1] = ACTIONS(1629), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1629), + [aux_sym_check_host_ip_token1] = ACTIONS(1629), + [aux_sym_ciphers_token1] = ACTIONS(1629), + [aux_sym_cipher_token1] = ACTIONS(1631), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1629), + [aux_sym_compression_token1] = ACTIONS(1629), + [aux_sym_connection_attempts_token1] = ACTIONS(1629), + [aux_sym_connect_timeout_token1] = ACTIONS(1629), + [aux_sym_control_master_token1] = ACTIONS(1629), + [aux_sym_control_path_token1] = ACTIONS(1629), + [aux_sym_control_persist_token1] = ACTIONS(1629), + [aux_sym_dynamic_forward_token1] = ACTIONS(1629), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1629), + [aux_sym_escape_char_token1] = ACTIONS(1629), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1629), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1629), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1629), + [aux_sym_forward_agent_token1] = ACTIONS(1629), + [aux_sym_forward_x11_token1] = ACTIONS(1631), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1629), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1629), + [aux_sym_gateway_ports_token1] = ACTIONS(1629), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1629), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1629), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1629), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1629), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1629), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1629), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1629), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1629), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1629), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1629), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1629), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1629), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1629), + [aux_sym_host_key_alias_token1] = ACTIONS(1629), + [aux_sym_hostname_token1] = ACTIONS(1629), + [aux_sym_identities_only_token1] = ACTIONS(1629), + [aux_sym_identity_agent_token1] = ACTIONS(1629), + [aux_sym_identity_file_token1] = ACTIONS(1629), + [aux_sym_ignore_unknown_token1] = ACTIONS(1629), + [aux_sym_include_token1] = ACTIONS(1629), + [aux_sym_ip_qos_token1] = ACTIONS(1629), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1629), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1629), + [aux_sym_kex_algorithms_token1] = ACTIONS(1629), + [aux_sym_known_hosts_command_token1] = ACTIONS(1629), + [aux_sym_local_command_token1] = ACTIONS(1629), + [aux_sym_local_forward_token1] = ACTIONS(1629), + [aux_sym_log_level_token1] = ACTIONS(1629), + [aux_sym_log_verbose_token1] = ACTIONS(1629), + [aux_sym_macs_token1] = ACTIONS(1629), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1629), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1629), + [aux_sym_password_authentication_token1] = ACTIONS(1629), + [aux_sym_permit_local_command_token1] = ACTIONS(1629), + [aux_sym_permit_remote_open_token1] = ACTIONS(1629), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1629), + [aux_sym_port_token1] = ACTIONS(1629), + [aux_sym_preferred_authentications_token1] = ACTIONS(1629), + [aux_sym_protocol_token1] = ACTIONS(1629), + [aux_sym_proxy_command_token1] = ACTIONS(1629), + [aux_sym_proxy_jump_token1] = ACTIONS(1629), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1629), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1629), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1629), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1629), + [aux_sym_rekey_limit_token1] = ACTIONS(1629), + [aux_sym_remote_command_token1] = ACTIONS(1629), + [aux_sym_remote_forward_token1] = ACTIONS(1629), + [aux_sym_request_tty_token1] = ACTIONS(1629), + [aux_sym_required_rsa_size_token1] = ACTIONS(1629), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1629), + [aux_sym_security_key_provider_token1] = ACTIONS(1629), + [aux_sym_send_env_token1] = ACTIONS(1629), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1629), + [aux_sym_server_alive_interval_token1] = ACTIONS(1629), + [aux_sym_session_type_token1] = ACTIONS(1629), + [aux_sym_set_env_token1] = ACTIONS(1629), + [aux_sym_stdin_null_token1] = ACTIONS(1629), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1629), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1629), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1629), + [aux_sym_syslog_facility_token1] = ACTIONS(1629), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1629), + [aux_sym_keep_alive_token1] = ACTIONS(1629), + [aux_sym_tunnel_token1] = ACTIONS(1631), + [aux_sym_tunnel_device_token1] = ACTIONS(1629), + [aux_sym_update_host_keys_token1] = ACTIONS(1629), + [aux_sym_use_keychain_token1] = ACTIONS(1629), + [aux_sym_use_roaming_token1] = ACTIONS(1629), + [aux_sym_user_token1] = ACTIONS(1631), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1629), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1629), + [aux_sym_visual_host_key_token1] = ACTIONS(1629), + [aux_sym_xauth_location_token1] = ACTIONS(1629), }, [453] = { - [ts_builtin_sym_end] = ACTIONS(1030), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1032), - [aux_sym_match_token1] = ACTIONS(1030), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1030), - [aux_sym_address_family_token1] = ACTIONS(1030), - [aux_sym_batch_mode_token1] = ACTIONS(1030), - [aux_sym_bind_address_token1] = ACTIONS(1030), - [aux_sym_bind_interface_token1] = ACTIONS(1030), - [aux_sym_canonical_domains_token1] = ACTIONS(1030), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1030), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1030), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1030), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1030), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1030), - [aux_sym_certificate_file_token1] = ACTIONS(1030), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1030), - [aux_sym_check_host_ip_token1] = ACTIONS(1030), - [aux_sym_ciphers_token1] = ACTIONS(1030), - [aux_sym_cipher_token1] = ACTIONS(1032), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1030), - [aux_sym_compression_token1] = ACTIONS(1030), - [aux_sym_connection_attempts_token1] = ACTIONS(1030), - [aux_sym_connect_timeout_token1] = ACTIONS(1030), - [aux_sym_control_master_token1] = ACTIONS(1030), - [aux_sym_control_path_token1] = ACTIONS(1030), - [aux_sym_control_persist_token1] = ACTIONS(1030), - [aux_sym_dynamic_forward_token1] = ACTIONS(1030), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1030), - [aux_sym_escape_char_token1] = ACTIONS(1030), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1030), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1030), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1030), - [aux_sym_forward_agent_token1] = ACTIONS(1030), - [aux_sym_forward_x11_token1] = ACTIONS(1032), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1030), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1030), - [aux_sym_gateway_ports_token1] = ACTIONS(1030), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1030), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1030), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1030), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1030), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1030), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1030), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1030), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1030), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1030), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1030), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1030), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1030), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1030), - [aux_sym_host_key_alias_token1] = ACTIONS(1030), - [aux_sym_hostname_token1] = ACTIONS(1030), - [aux_sym_identities_only_token1] = ACTIONS(1030), - [aux_sym_identity_agent_token1] = ACTIONS(1030), - [aux_sym_identity_file_token1] = ACTIONS(1030), - [aux_sym_ignore_unknown_token1] = ACTIONS(1030), - [aux_sym_include_token1] = ACTIONS(1030), - [aux_sym_ip_qos_token1] = ACTIONS(1030), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1030), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1030), - [aux_sym_kex_algorithms_token1] = ACTIONS(1030), - [aux_sym_known_hosts_command_token1] = ACTIONS(1030), - [aux_sym_local_command_token1] = ACTIONS(1030), - [aux_sym_local_forward_token1] = ACTIONS(1030), - [aux_sym_log_level_token1] = ACTIONS(1030), - [aux_sym_log_verbose_token1] = ACTIONS(1030), - [aux_sym_macs_token1] = ACTIONS(1030), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1030), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1030), - [aux_sym_password_authentication_token1] = ACTIONS(1030), - [aux_sym_permit_local_command_token1] = ACTIONS(1030), - [aux_sym_permit_remote_open_token1] = ACTIONS(1030), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1030), - [aux_sym_port_token1] = ACTIONS(1030), - [aux_sym_preferred_authentications_token1] = ACTIONS(1030), - [aux_sym_protocol_token1] = ACTIONS(1030), - [aux_sym_proxy_command_token1] = ACTIONS(1030), - [aux_sym_proxy_jump_token1] = ACTIONS(1030), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1030), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1030), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1030), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1030), - [aux_sym_rekey_limit_token1] = ACTIONS(1030), - [aux_sym_remote_command_token1] = ACTIONS(1030), - [aux_sym_remote_forward_token1] = ACTIONS(1030), - [aux_sym_request_tty_token1] = ACTIONS(1030), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1030), - [aux_sym_security_key_provider_token1] = ACTIONS(1030), - [aux_sym_send_env_token1] = ACTIONS(1030), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1030), - [aux_sym_server_alive_interval_token1] = ACTIONS(1030), - [aux_sym_session_type_token1] = ACTIONS(1030), - [aux_sym_set_env_token1] = ACTIONS(1030), - [aux_sym_stdin_null_token1] = ACTIONS(1030), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1030), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1030), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1030), - [aux_sym_syslog_facility_token1] = ACTIONS(1030), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1030), - [aux_sym_keep_alive_token1] = ACTIONS(1030), - [aux_sym_tunnel_token1] = ACTIONS(1032), - [aux_sym_tunnel_device_token1] = ACTIONS(1030), - [aux_sym_update_host_keys_token1] = ACTIONS(1030), - [aux_sym_use_keychain_token1] = ACTIONS(1030), - [aux_sym_use_roaming_token1] = ACTIONS(1030), - [aux_sym_user_token1] = ACTIONS(1032), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1030), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1030), - [aux_sym_visual_host_key_token1] = ACTIONS(1030), - [aux_sym_xauth_location_token1] = ACTIONS(1030), + [ts_builtin_sym_end] = ACTIONS(1563), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1565), + [aux_sym_match_token1] = ACTIONS(1563), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1563), + [aux_sym_address_family_token1] = ACTIONS(1563), + [aux_sym_batch_mode_token1] = ACTIONS(1563), + [aux_sym_bind_address_token1] = ACTIONS(1563), + [aux_sym_bind_interface_token1] = ACTIONS(1563), + [aux_sym_canonical_domains_token1] = ACTIONS(1563), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1563), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1563), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1563), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1563), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1563), + [aux_sym_certificate_file_token1] = ACTIONS(1563), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1563), + [aux_sym_check_host_ip_token1] = ACTIONS(1563), + [aux_sym_ciphers_token1] = ACTIONS(1563), + [aux_sym_cipher_token1] = ACTIONS(1565), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1563), + [aux_sym_compression_token1] = ACTIONS(1563), + [aux_sym_connection_attempts_token1] = ACTIONS(1563), + [aux_sym_connect_timeout_token1] = ACTIONS(1563), + [aux_sym_control_master_token1] = ACTIONS(1563), + [aux_sym_control_path_token1] = ACTIONS(1563), + [aux_sym_control_persist_token1] = ACTIONS(1563), + [aux_sym_dynamic_forward_token1] = ACTIONS(1563), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1563), + [aux_sym_escape_char_token1] = ACTIONS(1563), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1563), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1563), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1563), + [aux_sym_forward_agent_token1] = ACTIONS(1563), + [aux_sym_forward_x11_token1] = ACTIONS(1565), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1563), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1563), + [aux_sym_gateway_ports_token1] = ACTIONS(1563), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1563), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1563), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1563), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1563), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1563), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1563), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1563), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1563), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1563), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1563), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1563), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1563), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1563), + [aux_sym_host_key_alias_token1] = ACTIONS(1563), + [aux_sym_hostname_token1] = ACTIONS(1563), + [aux_sym_identities_only_token1] = ACTIONS(1563), + [aux_sym_identity_agent_token1] = ACTIONS(1563), + [aux_sym_identity_file_token1] = ACTIONS(1563), + [aux_sym_ignore_unknown_token1] = ACTIONS(1563), + [aux_sym_include_token1] = ACTIONS(1563), + [aux_sym_ip_qos_token1] = ACTIONS(1563), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1563), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1563), + [aux_sym_kex_algorithms_token1] = ACTIONS(1563), + [aux_sym_known_hosts_command_token1] = ACTIONS(1563), + [aux_sym_local_command_token1] = ACTIONS(1563), + [aux_sym_local_forward_token1] = ACTIONS(1563), + [aux_sym_log_level_token1] = ACTIONS(1563), + [aux_sym_log_verbose_token1] = ACTIONS(1563), + [aux_sym_macs_token1] = ACTIONS(1563), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1563), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1563), + [aux_sym_password_authentication_token1] = ACTIONS(1563), + [aux_sym_permit_local_command_token1] = ACTIONS(1563), + [aux_sym_permit_remote_open_token1] = ACTIONS(1563), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1563), + [aux_sym_port_token1] = ACTIONS(1563), + [aux_sym_preferred_authentications_token1] = ACTIONS(1563), + [aux_sym_protocol_token1] = ACTIONS(1563), + [aux_sym_proxy_command_token1] = ACTIONS(1563), + [aux_sym_proxy_jump_token1] = ACTIONS(1563), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1563), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1563), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1563), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1563), + [aux_sym_rekey_limit_token1] = ACTIONS(1563), + [aux_sym_remote_command_token1] = ACTIONS(1563), + [aux_sym_remote_forward_token1] = ACTIONS(1563), + [aux_sym_request_tty_token1] = ACTIONS(1563), + [aux_sym_required_rsa_size_token1] = ACTIONS(1563), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1563), + [aux_sym_security_key_provider_token1] = ACTIONS(1563), + [aux_sym_send_env_token1] = ACTIONS(1563), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1563), + [aux_sym_server_alive_interval_token1] = ACTIONS(1563), + [aux_sym_session_type_token1] = ACTIONS(1563), + [aux_sym_set_env_token1] = ACTIONS(1563), + [aux_sym_stdin_null_token1] = ACTIONS(1563), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1563), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1563), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1563), + [aux_sym_syslog_facility_token1] = ACTIONS(1563), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1563), + [aux_sym_keep_alive_token1] = ACTIONS(1563), + [aux_sym_tunnel_token1] = ACTIONS(1565), + [aux_sym_tunnel_device_token1] = ACTIONS(1563), + [aux_sym_update_host_keys_token1] = ACTIONS(1563), + [aux_sym_use_keychain_token1] = ACTIONS(1563), + [aux_sym_use_roaming_token1] = ACTIONS(1563), + [aux_sym_user_token1] = ACTIONS(1565), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1563), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1563), + [aux_sym_visual_host_key_token1] = ACTIONS(1563), + [aux_sym_xauth_location_token1] = ACTIONS(1563), }, [454] = { - [ts_builtin_sym_end] = ACTIONS(1114), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1116), - [aux_sym_match_token1] = ACTIONS(1114), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1114), - [aux_sym_address_family_token1] = ACTIONS(1114), - [aux_sym_batch_mode_token1] = ACTIONS(1114), - [aux_sym_bind_address_token1] = ACTIONS(1114), - [aux_sym_bind_interface_token1] = ACTIONS(1114), - [aux_sym_canonical_domains_token1] = ACTIONS(1114), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1114), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1114), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1114), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1114), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1114), - [aux_sym_certificate_file_token1] = ACTIONS(1114), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1114), - [aux_sym_check_host_ip_token1] = ACTIONS(1114), - [aux_sym_ciphers_token1] = ACTIONS(1114), - [aux_sym_cipher_token1] = ACTIONS(1116), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1114), - [aux_sym_compression_token1] = ACTIONS(1114), - [aux_sym_connection_attempts_token1] = ACTIONS(1114), - [aux_sym_connect_timeout_token1] = ACTIONS(1114), - [aux_sym_control_master_token1] = ACTIONS(1114), - [aux_sym_control_path_token1] = ACTIONS(1114), - [aux_sym_control_persist_token1] = ACTIONS(1114), - [aux_sym_dynamic_forward_token1] = ACTIONS(1114), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1114), - [aux_sym_escape_char_token1] = ACTIONS(1114), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1114), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1114), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1114), - [aux_sym_forward_agent_token1] = ACTIONS(1114), - [aux_sym_forward_x11_token1] = ACTIONS(1116), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1114), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1114), - [aux_sym_gateway_ports_token1] = ACTIONS(1114), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1114), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1114), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1114), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1114), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1114), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1114), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1114), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1114), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1114), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1114), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1114), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1114), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1114), - [aux_sym_host_key_alias_token1] = ACTIONS(1114), - [aux_sym_hostname_token1] = ACTIONS(1114), - [aux_sym_identities_only_token1] = ACTIONS(1114), - [aux_sym_identity_agent_token1] = ACTIONS(1114), - [aux_sym_identity_file_token1] = ACTIONS(1114), - [aux_sym_ignore_unknown_token1] = ACTIONS(1114), - [aux_sym_include_token1] = ACTIONS(1114), - [aux_sym_ip_qos_token1] = ACTIONS(1114), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1114), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1114), - [aux_sym_kex_algorithms_token1] = ACTIONS(1114), - [aux_sym_known_hosts_command_token1] = ACTIONS(1114), - [aux_sym_local_command_token1] = ACTIONS(1114), - [aux_sym_local_forward_token1] = ACTIONS(1114), - [aux_sym_log_level_token1] = ACTIONS(1114), - [aux_sym_log_verbose_token1] = ACTIONS(1114), - [aux_sym_macs_token1] = ACTIONS(1114), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1114), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1114), - [aux_sym_password_authentication_token1] = ACTIONS(1114), - [aux_sym_permit_local_command_token1] = ACTIONS(1114), - [aux_sym_permit_remote_open_token1] = ACTIONS(1114), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1114), - [aux_sym_port_token1] = ACTIONS(1114), - [aux_sym_preferred_authentications_token1] = ACTIONS(1114), - [aux_sym_protocol_token1] = ACTIONS(1114), - [aux_sym_proxy_command_token1] = ACTIONS(1114), - [aux_sym_proxy_jump_token1] = ACTIONS(1114), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1114), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1114), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1114), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1114), - [aux_sym_rekey_limit_token1] = ACTIONS(1114), - [aux_sym_remote_command_token1] = ACTIONS(1114), - [aux_sym_remote_forward_token1] = ACTIONS(1114), - [aux_sym_request_tty_token1] = ACTIONS(1114), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1114), - [aux_sym_security_key_provider_token1] = ACTIONS(1114), - [aux_sym_send_env_token1] = ACTIONS(1114), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1114), - [aux_sym_server_alive_interval_token1] = ACTIONS(1114), - [aux_sym_session_type_token1] = ACTIONS(1114), - [aux_sym_set_env_token1] = ACTIONS(1114), - [aux_sym_stdin_null_token1] = ACTIONS(1114), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1114), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1114), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1114), - [aux_sym_syslog_facility_token1] = ACTIONS(1114), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1114), - [aux_sym_keep_alive_token1] = ACTIONS(1114), - [aux_sym_tunnel_token1] = ACTIONS(1116), - [aux_sym_tunnel_device_token1] = ACTIONS(1114), - [aux_sym_update_host_keys_token1] = ACTIONS(1114), - [aux_sym_use_keychain_token1] = ACTIONS(1114), - [aux_sym_use_roaming_token1] = ACTIONS(1114), - [aux_sym_user_token1] = ACTIONS(1116), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1114), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1114), - [aux_sym_visual_host_key_token1] = ACTIONS(1114), - [aux_sym_xauth_location_token1] = ACTIONS(1114), + [ts_builtin_sym_end] = ACTIONS(3005), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3007), + [aux_sym_match_token1] = ACTIONS(3005), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3005), + [aux_sym_address_family_token1] = ACTIONS(3005), + [aux_sym_batch_mode_token1] = ACTIONS(3005), + [aux_sym_bind_address_token1] = ACTIONS(3005), + [aux_sym_bind_interface_token1] = ACTIONS(3005), + [aux_sym_canonical_domains_token1] = ACTIONS(3005), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3005), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3005), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3005), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3005), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3005), + [aux_sym_certificate_file_token1] = ACTIONS(3005), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3005), + [aux_sym_check_host_ip_token1] = ACTIONS(3005), + [aux_sym_ciphers_token1] = ACTIONS(3005), + [aux_sym_cipher_token1] = ACTIONS(3007), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3005), + [aux_sym_compression_token1] = ACTIONS(3005), + [aux_sym_connection_attempts_token1] = ACTIONS(3005), + [aux_sym_connect_timeout_token1] = ACTIONS(3005), + [aux_sym_control_master_token1] = ACTIONS(3005), + [aux_sym_control_path_token1] = ACTIONS(3005), + [aux_sym_control_persist_token1] = ACTIONS(3005), + [aux_sym_dynamic_forward_token1] = ACTIONS(3005), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3005), + [aux_sym_escape_char_token1] = ACTIONS(3005), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3005), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3005), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3005), + [aux_sym_forward_agent_token1] = ACTIONS(3005), + [aux_sym_forward_x11_token1] = ACTIONS(3007), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3005), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3005), + [aux_sym_gateway_ports_token1] = ACTIONS(3005), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3005), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3005), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3005), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3005), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3005), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3005), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3005), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3005), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3005), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3005), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3005), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3005), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3005), + [aux_sym_host_key_alias_token1] = ACTIONS(3005), + [aux_sym_hostname_token1] = ACTIONS(3005), + [aux_sym_identities_only_token1] = ACTIONS(3005), + [aux_sym_identity_agent_token1] = ACTIONS(3005), + [aux_sym_identity_file_token1] = ACTIONS(3005), + [aux_sym_ignore_unknown_token1] = ACTIONS(3005), + [aux_sym_include_token1] = ACTIONS(3005), + [aux_sym_ip_qos_token1] = ACTIONS(3005), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3005), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3005), + [aux_sym_kex_algorithms_token1] = ACTIONS(3005), + [aux_sym_known_hosts_command_token1] = ACTIONS(3005), + [aux_sym_local_command_token1] = ACTIONS(3005), + [aux_sym_local_forward_token1] = ACTIONS(3005), + [aux_sym_log_level_token1] = ACTIONS(3005), + [aux_sym_log_verbose_token1] = ACTIONS(3005), + [aux_sym_macs_token1] = ACTIONS(3005), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3005), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3005), + [aux_sym_password_authentication_token1] = ACTIONS(3005), + [aux_sym_permit_local_command_token1] = ACTIONS(3005), + [aux_sym_permit_remote_open_token1] = ACTIONS(3005), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3005), + [aux_sym_port_token1] = ACTIONS(3005), + [aux_sym_preferred_authentications_token1] = ACTIONS(3005), + [aux_sym_protocol_token1] = ACTIONS(3005), + [aux_sym_proxy_command_token1] = ACTIONS(3005), + [aux_sym_proxy_jump_token1] = ACTIONS(3005), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3005), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3005), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3005), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3005), + [aux_sym_rekey_limit_token1] = ACTIONS(3005), + [aux_sym_remote_command_token1] = ACTIONS(3005), + [aux_sym_remote_forward_token1] = ACTIONS(3005), + [aux_sym_request_tty_token1] = ACTIONS(3005), + [aux_sym_required_rsa_size_token1] = ACTIONS(3005), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3005), + [aux_sym_security_key_provider_token1] = ACTIONS(3005), + [aux_sym_send_env_token1] = ACTIONS(3005), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3005), + [aux_sym_server_alive_interval_token1] = ACTIONS(3005), + [aux_sym_session_type_token1] = ACTIONS(3005), + [aux_sym_set_env_token1] = ACTIONS(3005), + [aux_sym_stdin_null_token1] = ACTIONS(3005), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3005), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3005), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3005), + [aux_sym_syslog_facility_token1] = ACTIONS(3005), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3005), + [aux_sym_keep_alive_token1] = ACTIONS(3005), + [aux_sym_tunnel_token1] = ACTIONS(3007), + [aux_sym_tunnel_device_token1] = ACTIONS(3005), + [aux_sym_update_host_keys_token1] = ACTIONS(3005), + [aux_sym_use_keychain_token1] = ACTIONS(3005), + [aux_sym_use_roaming_token1] = ACTIONS(3005), + [aux_sym_user_token1] = ACTIONS(3007), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3005), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3005), + [aux_sym_visual_host_key_token1] = ACTIONS(3005), + [aux_sym_xauth_location_token1] = ACTIONS(3005), }, [455] = { - [ts_builtin_sym_end] = ACTIONS(2986), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2988), - [aux_sym_match_token1] = ACTIONS(2986), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2986), - [aux_sym_address_family_token1] = ACTIONS(2986), - [aux_sym_batch_mode_token1] = ACTIONS(2986), - [aux_sym_bind_address_token1] = ACTIONS(2986), - [aux_sym_bind_interface_token1] = ACTIONS(2986), - [aux_sym_canonical_domains_token1] = ACTIONS(2986), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2986), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2986), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2986), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2986), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2986), - [aux_sym_certificate_file_token1] = ACTIONS(2986), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2986), - [aux_sym_check_host_ip_token1] = ACTIONS(2986), - [aux_sym_ciphers_token1] = ACTIONS(2986), - [aux_sym_cipher_token1] = ACTIONS(2988), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2986), - [aux_sym_compression_token1] = ACTIONS(2986), - [aux_sym_connection_attempts_token1] = ACTIONS(2986), - [aux_sym_connect_timeout_token1] = ACTIONS(2986), - [aux_sym_control_master_token1] = ACTIONS(2986), - [aux_sym_control_path_token1] = ACTIONS(2986), - [aux_sym_control_persist_token1] = ACTIONS(2986), - [aux_sym_dynamic_forward_token1] = ACTIONS(2986), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2986), - [aux_sym_escape_char_token1] = ACTIONS(2986), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2986), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2986), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2986), - [aux_sym_forward_agent_token1] = ACTIONS(2986), - [aux_sym_forward_x11_token1] = ACTIONS(2988), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2986), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2986), - [aux_sym_gateway_ports_token1] = ACTIONS(2986), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2986), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2986), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2986), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2986), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2986), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2986), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2986), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2986), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2986), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2986), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2986), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2986), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2986), - [aux_sym_host_key_alias_token1] = ACTIONS(2986), - [aux_sym_hostname_token1] = ACTIONS(2986), - [aux_sym_identities_only_token1] = ACTIONS(2986), - [aux_sym_identity_agent_token1] = ACTIONS(2986), - [aux_sym_identity_file_token1] = ACTIONS(2986), - [aux_sym_ignore_unknown_token1] = ACTIONS(2986), - [aux_sym_include_token1] = ACTIONS(2986), - [aux_sym_ip_qos_token1] = ACTIONS(2986), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2986), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2986), - [aux_sym_kex_algorithms_token1] = ACTIONS(2986), - [aux_sym_known_hosts_command_token1] = ACTIONS(2986), - [aux_sym_local_command_token1] = ACTIONS(2986), - [aux_sym_local_forward_token1] = ACTIONS(2986), - [aux_sym_log_level_token1] = ACTIONS(2986), - [aux_sym_log_verbose_token1] = ACTIONS(2986), - [aux_sym_macs_token1] = ACTIONS(2986), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2986), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2986), - [aux_sym_password_authentication_token1] = ACTIONS(2986), - [aux_sym_permit_local_command_token1] = ACTIONS(2986), - [aux_sym_permit_remote_open_token1] = ACTIONS(2986), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2986), - [aux_sym_port_token1] = ACTIONS(2986), - [aux_sym_preferred_authentications_token1] = ACTIONS(2986), - [aux_sym_protocol_token1] = ACTIONS(2986), - [aux_sym_proxy_command_token1] = ACTIONS(2986), - [aux_sym_proxy_jump_token1] = ACTIONS(2986), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2986), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2986), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2986), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2986), - [aux_sym_rekey_limit_token1] = ACTIONS(2986), - [aux_sym_remote_command_token1] = ACTIONS(2986), - [aux_sym_remote_forward_token1] = ACTIONS(2986), - [aux_sym_request_tty_token1] = ACTIONS(2986), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2986), - [aux_sym_security_key_provider_token1] = ACTIONS(2986), - [aux_sym_send_env_token1] = ACTIONS(2986), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2986), - [aux_sym_server_alive_interval_token1] = ACTIONS(2986), - [aux_sym_session_type_token1] = ACTIONS(2986), - [aux_sym_set_env_token1] = ACTIONS(2986), - [aux_sym_stdin_null_token1] = ACTIONS(2986), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2986), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2986), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2986), - [aux_sym_syslog_facility_token1] = ACTIONS(2986), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2986), - [aux_sym_keep_alive_token1] = ACTIONS(2986), - [aux_sym_tunnel_token1] = ACTIONS(2988), - [aux_sym_tunnel_device_token1] = ACTIONS(2986), - [aux_sym_update_host_keys_token1] = ACTIONS(2986), - [aux_sym_use_keychain_token1] = ACTIONS(2986), - [aux_sym_use_roaming_token1] = ACTIONS(2986), - [aux_sym_user_token1] = ACTIONS(2988), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2986), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2986), - [aux_sym_visual_host_key_token1] = ACTIONS(2986), - [aux_sym_xauth_location_token1] = ACTIONS(2986), + [ts_builtin_sym_end] = ACTIONS(3009), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3011), + [aux_sym_match_token1] = ACTIONS(3009), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3009), + [aux_sym_address_family_token1] = ACTIONS(3009), + [aux_sym_batch_mode_token1] = ACTIONS(3009), + [aux_sym_bind_address_token1] = ACTIONS(3009), + [aux_sym_bind_interface_token1] = ACTIONS(3009), + [aux_sym_canonical_domains_token1] = ACTIONS(3009), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3009), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3009), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3009), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3009), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3009), + [aux_sym_certificate_file_token1] = ACTIONS(3009), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3009), + [aux_sym_check_host_ip_token1] = ACTIONS(3009), + [aux_sym_ciphers_token1] = ACTIONS(3009), + [aux_sym_cipher_token1] = ACTIONS(3011), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3009), + [aux_sym_compression_token1] = ACTIONS(3009), + [aux_sym_connection_attempts_token1] = ACTIONS(3009), + [aux_sym_connect_timeout_token1] = ACTIONS(3009), + [aux_sym_control_master_token1] = ACTIONS(3009), + [aux_sym_control_path_token1] = ACTIONS(3009), + [aux_sym_control_persist_token1] = ACTIONS(3009), + [aux_sym_dynamic_forward_token1] = ACTIONS(3009), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3009), + [aux_sym_escape_char_token1] = ACTIONS(3009), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3009), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3009), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3009), + [aux_sym_forward_agent_token1] = ACTIONS(3009), + [aux_sym_forward_x11_token1] = ACTIONS(3011), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3009), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3009), + [aux_sym_gateway_ports_token1] = ACTIONS(3009), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3009), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3009), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3009), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3009), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3009), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3009), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3009), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3009), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3009), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3009), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3009), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3009), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3009), + [aux_sym_host_key_alias_token1] = ACTIONS(3009), + [aux_sym_hostname_token1] = ACTIONS(3009), + [aux_sym_identities_only_token1] = ACTIONS(3009), + [aux_sym_identity_agent_token1] = ACTIONS(3009), + [aux_sym_identity_file_token1] = ACTIONS(3009), + [aux_sym_ignore_unknown_token1] = ACTIONS(3009), + [aux_sym_include_token1] = ACTIONS(3009), + [aux_sym_ip_qos_token1] = ACTIONS(3009), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3009), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3009), + [aux_sym_kex_algorithms_token1] = ACTIONS(3009), + [aux_sym_known_hosts_command_token1] = ACTIONS(3009), + [aux_sym_local_command_token1] = ACTIONS(3009), + [aux_sym_local_forward_token1] = ACTIONS(3009), + [aux_sym_log_level_token1] = ACTIONS(3009), + [aux_sym_log_verbose_token1] = ACTIONS(3009), + [aux_sym_macs_token1] = ACTIONS(3009), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3009), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3009), + [aux_sym_password_authentication_token1] = ACTIONS(3009), + [aux_sym_permit_local_command_token1] = ACTIONS(3009), + [aux_sym_permit_remote_open_token1] = ACTIONS(3009), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3009), + [aux_sym_port_token1] = ACTIONS(3009), + [aux_sym_preferred_authentications_token1] = ACTIONS(3009), + [aux_sym_protocol_token1] = ACTIONS(3009), + [aux_sym_proxy_command_token1] = ACTIONS(3009), + [aux_sym_proxy_jump_token1] = ACTIONS(3009), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3009), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3009), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3009), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3009), + [aux_sym_rekey_limit_token1] = ACTIONS(3009), + [aux_sym_remote_command_token1] = ACTIONS(3009), + [aux_sym_remote_forward_token1] = ACTIONS(3009), + [aux_sym_request_tty_token1] = ACTIONS(3009), + [aux_sym_required_rsa_size_token1] = ACTIONS(3009), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3009), + [aux_sym_security_key_provider_token1] = ACTIONS(3009), + [aux_sym_send_env_token1] = ACTIONS(3009), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3009), + [aux_sym_server_alive_interval_token1] = ACTIONS(3009), + [aux_sym_session_type_token1] = ACTIONS(3009), + [aux_sym_set_env_token1] = ACTIONS(3009), + [aux_sym_stdin_null_token1] = ACTIONS(3009), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3009), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3009), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3009), + [aux_sym_syslog_facility_token1] = ACTIONS(3009), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3009), + [aux_sym_keep_alive_token1] = ACTIONS(3009), + [aux_sym_tunnel_token1] = ACTIONS(3011), + [aux_sym_tunnel_device_token1] = ACTIONS(3009), + [aux_sym_update_host_keys_token1] = ACTIONS(3009), + [aux_sym_use_keychain_token1] = ACTIONS(3009), + [aux_sym_use_roaming_token1] = ACTIONS(3009), + [aux_sym_user_token1] = ACTIONS(3011), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3009), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3009), + [aux_sym_visual_host_key_token1] = ACTIONS(3009), + [aux_sym_xauth_location_token1] = ACTIONS(3009), }, [456] = { - [ts_builtin_sym_end] = ACTIONS(1060), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1062), - [aux_sym_match_token1] = ACTIONS(1060), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1060), - [aux_sym_address_family_token1] = ACTIONS(1060), - [aux_sym_batch_mode_token1] = ACTIONS(1060), - [aux_sym_bind_address_token1] = ACTIONS(1060), - [aux_sym_bind_interface_token1] = ACTIONS(1060), - [aux_sym_canonical_domains_token1] = ACTIONS(1060), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1060), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1060), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1060), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1060), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1060), - [aux_sym_certificate_file_token1] = ACTIONS(1060), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1060), - [aux_sym_check_host_ip_token1] = ACTIONS(1060), - [aux_sym_ciphers_token1] = ACTIONS(1060), - [aux_sym_cipher_token1] = ACTIONS(1062), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1060), - [aux_sym_compression_token1] = ACTIONS(1060), - [aux_sym_connection_attempts_token1] = ACTIONS(1060), - [aux_sym_connect_timeout_token1] = ACTIONS(1060), - [aux_sym_control_master_token1] = ACTIONS(1060), - [aux_sym_control_path_token1] = ACTIONS(1060), - [aux_sym_control_persist_token1] = ACTIONS(1060), - [aux_sym_dynamic_forward_token1] = ACTIONS(1060), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1060), - [aux_sym_escape_char_token1] = ACTIONS(1060), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1060), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1060), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1060), - [aux_sym_forward_agent_token1] = ACTIONS(1060), - [aux_sym_forward_x11_token1] = ACTIONS(1062), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1060), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1060), - [aux_sym_gateway_ports_token1] = ACTIONS(1060), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1060), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1060), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1060), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1060), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1060), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1060), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1060), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1060), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1060), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1060), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1060), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1060), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1060), - [aux_sym_host_key_alias_token1] = ACTIONS(1060), - [aux_sym_hostname_token1] = ACTIONS(1060), - [aux_sym_identities_only_token1] = ACTIONS(1060), - [aux_sym_identity_agent_token1] = ACTIONS(1060), - [aux_sym_identity_file_token1] = ACTIONS(1060), - [aux_sym_ignore_unknown_token1] = ACTIONS(1060), - [aux_sym_include_token1] = ACTIONS(1060), - [aux_sym_ip_qos_token1] = ACTIONS(1060), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1060), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1060), - [aux_sym_kex_algorithms_token1] = ACTIONS(1060), - [aux_sym_known_hosts_command_token1] = ACTIONS(1060), - [aux_sym_local_command_token1] = ACTIONS(1060), - [aux_sym_local_forward_token1] = ACTIONS(1060), - [aux_sym_log_level_token1] = ACTIONS(1060), - [aux_sym_log_verbose_token1] = ACTIONS(1060), - [aux_sym_macs_token1] = ACTIONS(1060), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1060), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1060), - [aux_sym_password_authentication_token1] = ACTIONS(1060), - [aux_sym_permit_local_command_token1] = ACTIONS(1060), - [aux_sym_permit_remote_open_token1] = ACTIONS(1060), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1060), - [aux_sym_port_token1] = ACTIONS(1060), - [aux_sym_preferred_authentications_token1] = ACTIONS(1060), - [aux_sym_protocol_token1] = ACTIONS(1060), - [aux_sym_proxy_command_token1] = ACTIONS(1060), - [aux_sym_proxy_jump_token1] = ACTIONS(1060), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1060), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1060), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1060), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1060), - [aux_sym_rekey_limit_token1] = ACTIONS(1060), - [aux_sym_remote_command_token1] = ACTIONS(1060), - [aux_sym_remote_forward_token1] = ACTIONS(1060), - [aux_sym_request_tty_token1] = ACTIONS(1060), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1060), - [aux_sym_security_key_provider_token1] = ACTIONS(1060), - [aux_sym_send_env_token1] = ACTIONS(1060), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1060), - [aux_sym_server_alive_interval_token1] = ACTIONS(1060), - [aux_sym_session_type_token1] = ACTIONS(1060), - [aux_sym_set_env_token1] = ACTIONS(1060), - [aux_sym_stdin_null_token1] = ACTIONS(1060), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1060), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1060), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1060), - [aux_sym_syslog_facility_token1] = ACTIONS(1060), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1060), - [aux_sym_keep_alive_token1] = ACTIONS(1060), - [aux_sym_tunnel_token1] = ACTIONS(1062), - [aux_sym_tunnel_device_token1] = ACTIONS(1060), - [aux_sym_update_host_keys_token1] = ACTIONS(1060), - [aux_sym_use_keychain_token1] = ACTIONS(1060), - [aux_sym_use_roaming_token1] = ACTIONS(1060), - [aux_sym_user_token1] = ACTIONS(1062), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1060), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1060), - [aux_sym_visual_host_key_token1] = ACTIONS(1060), - [aux_sym_xauth_location_token1] = ACTIONS(1060), + [ts_builtin_sym_end] = ACTIONS(3013), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3015), + [aux_sym_match_token1] = ACTIONS(3013), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3013), + [aux_sym_address_family_token1] = ACTIONS(3013), + [aux_sym_batch_mode_token1] = ACTIONS(3013), + [aux_sym_bind_address_token1] = ACTIONS(3013), + [aux_sym_bind_interface_token1] = ACTIONS(3013), + [aux_sym_canonical_domains_token1] = ACTIONS(3013), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3013), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3013), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3013), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3013), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3013), + [aux_sym_certificate_file_token1] = ACTIONS(3013), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3013), + [aux_sym_check_host_ip_token1] = ACTIONS(3013), + [aux_sym_ciphers_token1] = ACTIONS(3013), + [aux_sym_cipher_token1] = ACTIONS(3015), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3013), + [aux_sym_compression_token1] = ACTIONS(3013), + [aux_sym_connection_attempts_token1] = ACTIONS(3013), + [aux_sym_connect_timeout_token1] = ACTIONS(3013), + [aux_sym_control_master_token1] = ACTIONS(3013), + [aux_sym_control_path_token1] = ACTIONS(3013), + [aux_sym_control_persist_token1] = ACTIONS(3013), + [aux_sym_dynamic_forward_token1] = ACTIONS(3013), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3013), + [aux_sym_escape_char_token1] = ACTIONS(3013), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3013), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3013), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3013), + [aux_sym_forward_agent_token1] = ACTIONS(3013), + [aux_sym_forward_x11_token1] = ACTIONS(3015), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3013), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3013), + [aux_sym_gateway_ports_token1] = ACTIONS(3013), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3013), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3013), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3013), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3013), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3013), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3013), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3013), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3013), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3013), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3013), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3013), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3013), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3013), + [aux_sym_host_key_alias_token1] = ACTIONS(3013), + [aux_sym_hostname_token1] = ACTIONS(3013), + [aux_sym_identities_only_token1] = ACTIONS(3013), + [aux_sym_identity_agent_token1] = ACTIONS(3013), + [aux_sym_identity_file_token1] = ACTIONS(3013), + [aux_sym_ignore_unknown_token1] = ACTIONS(3013), + [aux_sym_include_token1] = ACTIONS(3013), + [aux_sym_ip_qos_token1] = ACTIONS(3013), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3013), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3013), + [aux_sym_kex_algorithms_token1] = ACTIONS(3013), + [aux_sym_known_hosts_command_token1] = ACTIONS(3013), + [aux_sym_local_command_token1] = ACTIONS(3013), + [aux_sym_local_forward_token1] = ACTIONS(3013), + [aux_sym_log_level_token1] = ACTIONS(3013), + [aux_sym_log_verbose_token1] = ACTIONS(3013), + [aux_sym_macs_token1] = ACTIONS(3013), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3013), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3013), + [aux_sym_password_authentication_token1] = ACTIONS(3013), + [aux_sym_permit_local_command_token1] = ACTIONS(3013), + [aux_sym_permit_remote_open_token1] = ACTIONS(3013), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3013), + [aux_sym_port_token1] = ACTIONS(3013), + [aux_sym_preferred_authentications_token1] = ACTIONS(3013), + [aux_sym_protocol_token1] = ACTIONS(3013), + [aux_sym_proxy_command_token1] = ACTIONS(3013), + [aux_sym_proxy_jump_token1] = ACTIONS(3013), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3013), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3013), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3013), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3013), + [aux_sym_rekey_limit_token1] = ACTIONS(3013), + [aux_sym_remote_command_token1] = ACTIONS(3013), + [aux_sym_remote_forward_token1] = ACTIONS(3013), + [aux_sym_request_tty_token1] = ACTIONS(3013), + [aux_sym_required_rsa_size_token1] = ACTIONS(3013), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3013), + [aux_sym_security_key_provider_token1] = ACTIONS(3013), + [aux_sym_send_env_token1] = ACTIONS(3013), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3013), + [aux_sym_server_alive_interval_token1] = ACTIONS(3013), + [aux_sym_session_type_token1] = ACTIONS(3013), + [aux_sym_set_env_token1] = ACTIONS(3013), + [aux_sym_stdin_null_token1] = ACTIONS(3013), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3013), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3013), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3013), + [aux_sym_syslog_facility_token1] = ACTIONS(3013), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3013), + [aux_sym_keep_alive_token1] = ACTIONS(3013), + [aux_sym_tunnel_token1] = ACTIONS(3015), + [aux_sym_tunnel_device_token1] = ACTIONS(3013), + [aux_sym_update_host_keys_token1] = ACTIONS(3013), + [aux_sym_use_keychain_token1] = ACTIONS(3013), + [aux_sym_use_roaming_token1] = ACTIONS(3013), + [aux_sym_user_token1] = ACTIONS(3015), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3013), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3013), + [aux_sym_visual_host_key_token1] = ACTIONS(3013), + [aux_sym_xauth_location_token1] = ACTIONS(3013), }, [457] = { - [ts_builtin_sym_end] = ACTIONS(1120), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1122), - [aux_sym_match_token1] = ACTIONS(1120), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1120), - [aux_sym_address_family_token1] = ACTIONS(1120), - [aux_sym_batch_mode_token1] = ACTIONS(1120), - [aux_sym_bind_address_token1] = ACTIONS(1120), - [aux_sym_bind_interface_token1] = ACTIONS(1120), - [aux_sym_canonical_domains_token1] = ACTIONS(1120), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1120), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1120), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1120), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1120), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1120), - [aux_sym_certificate_file_token1] = ACTIONS(1120), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1120), - [aux_sym_check_host_ip_token1] = ACTIONS(1120), - [aux_sym_ciphers_token1] = ACTIONS(1120), - [aux_sym_cipher_token1] = ACTIONS(1122), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1120), - [aux_sym_compression_token1] = ACTIONS(1120), - [aux_sym_connection_attempts_token1] = ACTIONS(1120), - [aux_sym_connect_timeout_token1] = ACTIONS(1120), - [aux_sym_control_master_token1] = ACTIONS(1120), - [aux_sym_control_path_token1] = ACTIONS(1120), - [aux_sym_control_persist_token1] = ACTIONS(1120), - [aux_sym_dynamic_forward_token1] = ACTIONS(1120), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1120), - [aux_sym_escape_char_token1] = ACTIONS(1120), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1120), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1120), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1120), - [aux_sym_forward_agent_token1] = ACTIONS(1120), - [aux_sym_forward_x11_token1] = ACTIONS(1122), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1120), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1120), - [aux_sym_gateway_ports_token1] = ACTIONS(1120), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1120), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1120), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1120), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1120), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1120), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1120), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1120), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1120), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1120), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1120), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1120), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1120), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1120), - [aux_sym_host_key_alias_token1] = ACTIONS(1120), - [aux_sym_hostname_token1] = ACTIONS(1120), - [aux_sym_identities_only_token1] = ACTIONS(1120), - [aux_sym_identity_agent_token1] = ACTIONS(1120), - [aux_sym_identity_file_token1] = ACTIONS(1120), - [aux_sym_ignore_unknown_token1] = ACTIONS(1120), - [aux_sym_include_token1] = ACTIONS(1120), - [aux_sym_ip_qos_token1] = ACTIONS(1120), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1120), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1120), - [aux_sym_kex_algorithms_token1] = ACTIONS(1120), - [aux_sym_known_hosts_command_token1] = ACTIONS(1120), - [aux_sym_local_command_token1] = ACTIONS(1120), - [aux_sym_local_forward_token1] = ACTIONS(1120), - [aux_sym_log_level_token1] = ACTIONS(1120), - [aux_sym_log_verbose_token1] = ACTIONS(1120), - [aux_sym_macs_token1] = ACTIONS(1120), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1120), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1120), - [aux_sym_password_authentication_token1] = ACTIONS(1120), - [aux_sym_permit_local_command_token1] = ACTIONS(1120), - [aux_sym_permit_remote_open_token1] = ACTIONS(1120), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1120), - [aux_sym_port_token1] = ACTIONS(1120), - [aux_sym_preferred_authentications_token1] = ACTIONS(1120), - [aux_sym_protocol_token1] = ACTIONS(1120), - [aux_sym_proxy_command_token1] = ACTIONS(1120), - [aux_sym_proxy_jump_token1] = ACTIONS(1120), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1120), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1120), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1120), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1120), - [aux_sym_rekey_limit_token1] = ACTIONS(1120), - [aux_sym_remote_command_token1] = ACTIONS(1120), - [aux_sym_remote_forward_token1] = ACTIONS(1120), - [aux_sym_request_tty_token1] = ACTIONS(1120), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1120), - [aux_sym_security_key_provider_token1] = ACTIONS(1120), - [aux_sym_send_env_token1] = ACTIONS(1120), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1120), - [aux_sym_server_alive_interval_token1] = ACTIONS(1120), - [aux_sym_session_type_token1] = ACTIONS(1120), - [aux_sym_set_env_token1] = ACTIONS(1120), - [aux_sym_stdin_null_token1] = ACTIONS(1120), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1120), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1120), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1120), - [aux_sym_syslog_facility_token1] = ACTIONS(1120), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1120), - [aux_sym_keep_alive_token1] = ACTIONS(1120), - [aux_sym_tunnel_token1] = ACTIONS(1122), - [aux_sym_tunnel_device_token1] = ACTIONS(1120), - [aux_sym_update_host_keys_token1] = ACTIONS(1120), - [aux_sym_use_keychain_token1] = ACTIONS(1120), - [aux_sym_use_roaming_token1] = ACTIONS(1120), - [aux_sym_user_token1] = ACTIONS(1122), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1120), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1120), - [aux_sym_visual_host_key_token1] = ACTIONS(1120), - [aux_sym_xauth_location_token1] = ACTIONS(1120), + [ts_builtin_sym_end] = ACTIONS(3017), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3019), + [aux_sym_match_token1] = ACTIONS(3017), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3017), + [aux_sym_address_family_token1] = ACTIONS(3017), + [aux_sym_batch_mode_token1] = ACTIONS(3017), + [aux_sym_bind_address_token1] = ACTIONS(3017), + [aux_sym_bind_interface_token1] = ACTIONS(3017), + [aux_sym_canonical_domains_token1] = ACTIONS(3017), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3017), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3017), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3017), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3017), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3017), + [aux_sym_certificate_file_token1] = ACTIONS(3017), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3017), + [aux_sym_check_host_ip_token1] = ACTIONS(3017), + [aux_sym_ciphers_token1] = ACTIONS(3017), + [aux_sym_cipher_token1] = ACTIONS(3019), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3017), + [aux_sym_compression_token1] = ACTIONS(3017), + [aux_sym_connection_attempts_token1] = ACTIONS(3017), + [aux_sym_connect_timeout_token1] = ACTIONS(3017), + [aux_sym_control_master_token1] = ACTIONS(3017), + [aux_sym_control_path_token1] = ACTIONS(3017), + [aux_sym_control_persist_token1] = ACTIONS(3017), + [aux_sym_dynamic_forward_token1] = ACTIONS(3017), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3017), + [aux_sym_escape_char_token1] = ACTIONS(3017), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3017), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3017), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3017), + [aux_sym_forward_agent_token1] = ACTIONS(3017), + [aux_sym_forward_x11_token1] = ACTIONS(3019), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3017), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3017), + [aux_sym_gateway_ports_token1] = ACTIONS(3017), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3017), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3017), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3017), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3017), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3017), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3017), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3017), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3017), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3017), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3017), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3017), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3017), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3017), + [aux_sym_host_key_alias_token1] = ACTIONS(3017), + [aux_sym_hostname_token1] = ACTIONS(3017), + [aux_sym_identities_only_token1] = ACTIONS(3017), + [aux_sym_identity_agent_token1] = ACTIONS(3017), + [aux_sym_identity_file_token1] = ACTIONS(3017), + [aux_sym_ignore_unknown_token1] = ACTIONS(3017), + [aux_sym_include_token1] = ACTIONS(3017), + [aux_sym_ip_qos_token1] = ACTIONS(3017), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3017), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3017), + [aux_sym_kex_algorithms_token1] = ACTIONS(3017), + [aux_sym_known_hosts_command_token1] = ACTIONS(3017), + [aux_sym_local_command_token1] = ACTIONS(3017), + [aux_sym_local_forward_token1] = ACTIONS(3017), + [aux_sym_log_level_token1] = ACTIONS(3017), + [aux_sym_log_verbose_token1] = ACTIONS(3017), + [aux_sym_macs_token1] = ACTIONS(3017), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3017), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3017), + [aux_sym_password_authentication_token1] = ACTIONS(3017), + [aux_sym_permit_local_command_token1] = ACTIONS(3017), + [aux_sym_permit_remote_open_token1] = ACTIONS(3017), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3017), + [aux_sym_port_token1] = ACTIONS(3017), + [aux_sym_preferred_authentications_token1] = ACTIONS(3017), + [aux_sym_protocol_token1] = ACTIONS(3017), + [aux_sym_proxy_command_token1] = ACTIONS(3017), + [aux_sym_proxy_jump_token1] = ACTIONS(3017), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3017), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3017), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3017), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3017), + [aux_sym_rekey_limit_token1] = ACTIONS(3017), + [aux_sym_remote_command_token1] = ACTIONS(3017), + [aux_sym_remote_forward_token1] = ACTIONS(3017), + [aux_sym_request_tty_token1] = ACTIONS(3017), + [aux_sym_required_rsa_size_token1] = ACTIONS(3017), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3017), + [aux_sym_security_key_provider_token1] = ACTIONS(3017), + [aux_sym_send_env_token1] = ACTIONS(3017), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3017), + [aux_sym_server_alive_interval_token1] = ACTIONS(3017), + [aux_sym_session_type_token1] = ACTIONS(3017), + [aux_sym_set_env_token1] = ACTIONS(3017), + [aux_sym_stdin_null_token1] = ACTIONS(3017), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3017), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3017), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3017), + [aux_sym_syslog_facility_token1] = ACTIONS(3017), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3017), + [aux_sym_keep_alive_token1] = ACTIONS(3017), + [aux_sym_tunnel_token1] = ACTIONS(3019), + [aux_sym_tunnel_device_token1] = ACTIONS(3017), + [aux_sym_update_host_keys_token1] = ACTIONS(3017), + [aux_sym_use_keychain_token1] = ACTIONS(3017), + [aux_sym_use_roaming_token1] = ACTIONS(3017), + [aux_sym_user_token1] = ACTIONS(3019), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3017), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3017), + [aux_sym_visual_host_key_token1] = ACTIONS(3017), + [aux_sym_xauth_location_token1] = ACTIONS(3017), }, [458] = { - [ts_builtin_sym_end] = ACTIONS(2990), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2992), - [aux_sym_match_token1] = ACTIONS(2990), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2990), - [aux_sym_address_family_token1] = ACTIONS(2990), - [aux_sym_batch_mode_token1] = ACTIONS(2990), - [aux_sym_bind_address_token1] = ACTIONS(2990), - [aux_sym_bind_interface_token1] = ACTIONS(2990), - [aux_sym_canonical_domains_token1] = ACTIONS(2990), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2990), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2990), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2990), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2990), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2990), - [aux_sym_certificate_file_token1] = ACTIONS(2990), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2990), - [aux_sym_check_host_ip_token1] = ACTIONS(2990), - [aux_sym_ciphers_token1] = ACTIONS(2990), - [aux_sym_cipher_token1] = ACTIONS(2992), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2990), - [aux_sym_compression_token1] = ACTIONS(2990), - [aux_sym_connection_attempts_token1] = ACTIONS(2990), - [aux_sym_connect_timeout_token1] = ACTIONS(2990), - [aux_sym_control_master_token1] = ACTIONS(2990), - [aux_sym_control_path_token1] = ACTIONS(2990), - [aux_sym_control_persist_token1] = ACTIONS(2990), - [aux_sym_dynamic_forward_token1] = ACTIONS(2990), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2990), - [aux_sym_escape_char_token1] = ACTIONS(2990), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2990), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2990), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2990), - [aux_sym_forward_agent_token1] = ACTIONS(2990), - [aux_sym_forward_x11_token1] = ACTIONS(2992), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2990), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2990), - [aux_sym_gateway_ports_token1] = ACTIONS(2990), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2990), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2990), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2990), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2990), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2990), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2990), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2990), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2990), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2990), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2990), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2990), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2990), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2990), - [aux_sym_host_key_alias_token1] = ACTIONS(2990), - [aux_sym_hostname_token1] = ACTIONS(2990), - [aux_sym_identities_only_token1] = ACTIONS(2990), - [aux_sym_identity_agent_token1] = ACTIONS(2990), - [aux_sym_identity_file_token1] = ACTIONS(2990), - [aux_sym_ignore_unknown_token1] = ACTIONS(2990), - [aux_sym_include_token1] = ACTIONS(2990), - [aux_sym_ip_qos_token1] = ACTIONS(2990), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2990), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2990), - [aux_sym_kex_algorithms_token1] = ACTIONS(2990), - [aux_sym_known_hosts_command_token1] = ACTIONS(2990), - [aux_sym_local_command_token1] = ACTIONS(2990), - [aux_sym_local_forward_token1] = ACTIONS(2990), - [aux_sym_log_level_token1] = ACTIONS(2990), - [aux_sym_log_verbose_token1] = ACTIONS(2990), - [aux_sym_macs_token1] = ACTIONS(2990), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2990), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2990), - [aux_sym_password_authentication_token1] = ACTIONS(2990), - [aux_sym_permit_local_command_token1] = ACTIONS(2990), - [aux_sym_permit_remote_open_token1] = ACTIONS(2990), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2990), - [aux_sym_port_token1] = ACTIONS(2990), - [aux_sym_preferred_authentications_token1] = ACTIONS(2990), - [aux_sym_protocol_token1] = ACTIONS(2990), - [aux_sym_proxy_command_token1] = ACTIONS(2990), - [aux_sym_proxy_jump_token1] = ACTIONS(2990), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2990), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2990), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2990), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2990), - [aux_sym_rekey_limit_token1] = ACTIONS(2990), - [aux_sym_remote_command_token1] = ACTIONS(2990), - [aux_sym_remote_forward_token1] = ACTIONS(2990), - [aux_sym_request_tty_token1] = ACTIONS(2990), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2990), - [aux_sym_security_key_provider_token1] = ACTIONS(2990), - [aux_sym_send_env_token1] = ACTIONS(2990), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2990), - [aux_sym_server_alive_interval_token1] = ACTIONS(2990), - [aux_sym_session_type_token1] = ACTIONS(2990), - [aux_sym_set_env_token1] = ACTIONS(2990), - [aux_sym_stdin_null_token1] = ACTIONS(2990), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2990), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2990), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2990), - [aux_sym_syslog_facility_token1] = ACTIONS(2990), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2990), - [aux_sym_keep_alive_token1] = ACTIONS(2990), - [aux_sym_tunnel_token1] = ACTIONS(2992), - [aux_sym_tunnel_device_token1] = ACTIONS(2990), - [aux_sym_update_host_keys_token1] = ACTIONS(2990), - [aux_sym_use_keychain_token1] = ACTIONS(2990), - [aux_sym_use_roaming_token1] = ACTIONS(2990), - [aux_sym_user_token1] = ACTIONS(2992), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2990), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2990), - [aux_sym_visual_host_key_token1] = ACTIONS(2990), - [aux_sym_xauth_location_token1] = ACTIONS(2990), + [ts_builtin_sym_end] = ACTIONS(3021), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3023), + [aux_sym_match_token1] = ACTIONS(3021), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3021), + [aux_sym_address_family_token1] = ACTIONS(3021), + [aux_sym_batch_mode_token1] = ACTIONS(3021), + [aux_sym_bind_address_token1] = ACTIONS(3021), + [aux_sym_bind_interface_token1] = ACTIONS(3021), + [aux_sym_canonical_domains_token1] = ACTIONS(3021), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3021), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3021), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3021), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3021), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3021), + [aux_sym_certificate_file_token1] = ACTIONS(3021), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3021), + [aux_sym_check_host_ip_token1] = ACTIONS(3021), + [aux_sym_ciphers_token1] = ACTIONS(3021), + [aux_sym_cipher_token1] = ACTIONS(3023), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3021), + [aux_sym_compression_token1] = ACTIONS(3021), + [aux_sym_connection_attempts_token1] = ACTIONS(3021), + [aux_sym_connect_timeout_token1] = ACTIONS(3021), + [aux_sym_control_master_token1] = ACTIONS(3021), + [aux_sym_control_path_token1] = ACTIONS(3021), + [aux_sym_control_persist_token1] = ACTIONS(3021), + [aux_sym_dynamic_forward_token1] = ACTIONS(3021), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3021), + [aux_sym_escape_char_token1] = ACTIONS(3021), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3021), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3021), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3021), + [aux_sym_forward_agent_token1] = ACTIONS(3021), + [aux_sym_forward_x11_token1] = ACTIONS(3023), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3021), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3021), + [aux_sym_gateway_ports_token1] = ACTIONS(3021), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3021), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3021), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3021), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3021), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3021), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3021), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3021), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3021), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3021), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3021), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3021), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3021), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3021), + [aux_sym_host_key_alias_token1] = ACTIONS(3021), + [aux_sym_hostname_token1] = ACTIONS(3021), + [aux_sym_identities_only_token1] = ACTIONS(3021), + [aux_sym_identity_agent_token1] = ACTIONS(3021), + [aux_sym_identity_file_token1] = ACTIONS(3021), + [aux_sym_ignore_unknown_token1] = ACTIONS(3021), + [aux_sym_include_token1] = ACTIONS(3021), + [aux_sym_ip_qos_token1] = ACTIONS(3021), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3021), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3021), + [aux_sym_kex_algorithms_token1] = ACTIONS(3021), + [aux_sym_known_hosts_command_token1] = ACTIONS(3021), + [aux_sym_local_command_token1] = ACTIONS(3021), + [aux_sym_local_forward_token1] = ACTIONS(3021), + [aux_sym_log_level_token1] = ACTIONS(3021), + [aux_sym_log_verbose_token1] = ACTIONS(3021), + [aux_sym_macs_token1] = ACTIONS(3021), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3021), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3021), + [aux_sym_password_authentication_token1] = ACTIONS(3021), + [aux_sym_permit_local_command_token1] = ACTIONS(3021), + [aux_sym_permit_remote_open_token1] = ACTIONS(3021), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3021), + [aux_sym_port_token1] = ACTIONS(3021), + [aux_sym_preferred_authentications_token1] = ACTIONS(3021), + [aux_sym_protocol_token1] = ACTIONS(3021), + [aux_sym_proxy_command_token1] = ACTIONS(3021), + [aux_sym_proxy_jump_token1] = ACTIONS(3021), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3021), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3021), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3021), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3021), + [aux_sym_rekey_limit_token1] = ACTIONS(3021), + [aux_sym_remote_command_token1] = ACTIONS(3021), + [aux_sym_remote_forward_token1] = ACTIONS(3021), + [aux_sym_request_tty_token1] = ACTIONS(3021), + [aux_sym_required_rsa_size_token1] = ACTIONS(3021), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3021), + [aux_sym_security_key_provider_token1] = ACTIONS(3021), + [aux_sym_send_env_token1] = ACTIONS(3021), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3021), + [aux_sym_server_alive_interval_token1] = ACTIONS(3021), + [aux_sym_session_type_token1] = ACTIONS(3021), + [aux_sym_set_env_token1] = ACTIONS(3021), + [aux_sym_stdin_null_token1] = ACTIONS(3021), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3021), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3021), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3021), + [aux_sym_syslog_facility_token1] = ACTIONS(3021), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3021), + [aux_sym_keep_alive_token1] = ACTIONS(3021), + [aux_sym_tunnel_token1] = ACTIONS(3023), + [aux_sym_tunnel_device_token1] = ACTIONS(3021), + [aux_sym_update_host_keys_token1] = ACTIONS(3021), + [aux_sym_use_keychain_token1] = ACTIONS(3021), + [aux_sym_use_roaming_token1] = ACTIONS(3021), + [aux_sym_user_token1] = ACTIONS(3023), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3021), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3021), + [aux_sym_visual_host_key_token1] = ACTIONS(3021), + [aux_sym_xauth_location_token1] = ACTIONS(3021), }, [459] = { - [ts_builtin_sym_end] = ACTIONS(2994), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(2996), - [aux_sym_match_token1] = ACTIONS(2994), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2994), - [aux_sym_address_family_token1] = ACTIONS(2994), - [aux_sym_batch_mode_token1] = ACTIONS(2994), - [aux_sym_bind_address_token1] = ACTIONS(2994), - [aux_sym_bind_interface_token1] = ACTIONS(2994), - [aux_sym_canonical_domains_token1] = ACTIONS(2994), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2994), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2994), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2994), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2994), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2994), - [aux_sym_certificate_file_token1] = ACTIONS(2994), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2994), - [aux_sym_check_host_ip_token1] = ACTIONS(2994), - [aux_sym_ciphers_token1] = ACTIONS(2994), - [aux_sym_cipher_token1] = ACTIONS(2996), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2994), - [aux_sym_compression_token1] = ACTIONS(2994), - [aux_sym_connection_attempts_token1] = ACTIONS(2994), - [aux_sym_connect_timeout_token1] = ACTIONS(2994), - [aux_sym_control_master_token1] = ACTIONS(2994), - [aux_sym_control_path_token1] = ACTIONS(2994), - [aux_sym_control_persist_token1] = ACTIONS(2994), - [aux_sym_dynamic_forward_token1] = ACTIONS(2994), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2994), - [aux_sym_escape_char_token1] = ACTIONS(2994), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2994), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2994), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2994), - [aux_sym_forward_agent_token1] = ACTIONS(2994), - [aux_sym_forward_x11_token1] = ACTIONS(2996), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2994), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2994), - [aux_sym_gateway_ports_token1] = ACTIONS(2994), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2994), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2994), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2994), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2994), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2994), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2994), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2994), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2994), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2994), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2994), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2994), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2994), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2994), - [aux_sym_host_key_alias_token1] = ACTIONS(2994), - [aux_sym_hostname_token1] = ACTIONS(2994), - [aux_sym_identities_only_token1] = ACTIONS(2994), - [aux_sym_identity_agent_token1] = ACTIONS(2994), - [aux_sym_identity_file_token1] = ACTIONS(2994), - [aux_sym_ignore_unknown_token1] = ACTIONS(2994), - [aux_sym_include_token1] = ACTIONS(2994), - [aux_sym_ip_qos_token1] = ACTIONS(2994), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2994), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2994), - [aux_sym_kex_algorithms_token1] = ACTIONS(2994), - [aux_sym_known_hosts_command_token1] = ACTIONS(2994), - [aux_sym_local_command_token1] = ACTIONS(2994), - [aux_sym_local_forward_token1] = ACTIONS(2994), - [aux_sym_log_level_token1] = ACTIONS(2994), - [aux_sym_log_verbose_token1] = ACTIONS(2994), - [aux_sym_macs_token1] = ACTIONS(2994), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2994), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2994), - [aux_sym_password_authentication_token1] = ACTIONS(2994), - [aux_sym_permit_local_command_token1] = ACTIONS(2994), - [aux_sym_permit_remote_open_token1] = ACTIONS(2994), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2994), - [aux_sym_port_token1] = ACTIONS(2994), - [aux_sym_preferred_authentications_token1] = ACTIONS(2994), - [aux_sym_protocol_token1] = ACTIONS(2994), - [aux_sym_proxy_command_token1] = ACTIONS(2994), - [aux_sym_proxy_jump_token1] = ACTIONS(2994), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2994), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2994), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2994), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2994), - [aux_sym_rekey_limit_token1] = ACTIONS(2994), - [aux_sym_remote_command_token1] = ACTIONS(2994), - [aux_sym_remote_forward_token1] = ACTIONS(2994), - [aux_sym_request_tty_token1] = ACTIONS(2994), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2994), - [aux_sym_security_key_provider_token1] = ACTIONS(2994), - [aux_sym_send_env_token1] = ACTIONS(2994), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2994), - [aux_sym_server_alive_interval_token1] = ACTIONS(2994), - [aux_sym_session_type_token1] = ACTIONS(2994), - [aux_sym_set_env_token1] = ACTIONS(2994), - [aux_sym_stdin_null_token1] = ACTIONS(2994), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2994), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2994), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2994), - [aux_sym_syslog_facility_token1] = ACTIONS(2994), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2994), - [aux_sym_keep_alive_token1] = ACTIONS(2994), - [aux_sym_tunnel_token1] = ACTIONS(2996), - [aux_sym_tunnel_device_token1] = ACTIONS(2994), - [aux_sym_update_host_keys_token1] = ACTIONS(2994), - [aux_sym_use_keychain_token1] = ACTIONS(2994), - [aux_sym_use_roaming_token1] = ACTIONS(2994), - [aux_sym_user_token1] = ACTIONS(2996), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2994), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2994), - [aux_sym_visual_host_key_token1] = ACTIONS(2994), - [aux_sym_xauth_location_token1] = ACTIONS(2994), + [ts_builtin_sym_end] = ACTIONS(3025), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3027), + [aux_sym_match_token1] = ACTIONS(3025), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3025), + [aux_sym_address_family_token1] = ACTIONS(3025), + [aux_sym_batch_mode_token1] = ACTIONS(3025), + [aux_sym_bind_address_token1] = ACTIONS(3025), + [aux_sym_bind_interface_token1] = ACTIONS(3025), + [aux_sym_canonical_domains_token1] = ACTIONS(3025), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3025), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3025), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3025), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3025), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3025), + [aux_sym_certificate_file_token1] = ACTIONS(3025), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3025), + [aux_sym_check_host_ip_token1] = ACTIONS(3025), + [aux_sym_ciphers_token1] = ACTIONS(3025), + [aux_sym_cipher_token1] = ACTIONS(3027), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3025), + [aux_sym_compression_token1] = ACTIONS(3025), + [aux_sym_connection_attempts_token1] = ACTIONS(3025), + [aux_sym_connect_timeout_token1] = ACTIONS(3025), + [aux_sym_control_master_token1] = ACTIONS(3025), + [aux_sym_control_path_token1] = ACTIONS(3025), + [aux_sym_control_persist_token1] = ACTIONS(3025), + [aux_sym_dynamic_forward_token1] = ACTIONS(3025), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3025), + [aux_sym_escape_char_token1] = ACTIONS(3025), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3025), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3025), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3025), + [aux_sym_forward_agent_token1] = ACTIONS(3025), + [aux_sym_forward_x11_token1] = ACTIONS(3027), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3025), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3025), + [aux_sym_gateway_ports_token1] = ACTIONS(3025), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3025), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3025), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3025), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3025), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3025), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3025), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3025), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3025), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3025), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3025), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3025), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3025), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3025), + [aux_sym_host_key_alias_token1] = ACTIONS(3025), + [aux_sym_hostname_token1] = ACTIONS(3025), + [aux_sym_identities_only_token1] = ACTIONS(3025), + [aux_sym_identity_agent_token1] = ACTIONS(3025), + [aux_sym_identity_file_token1] = ACTIONS(3025), + [aux_sym_ignore_unknown_token1] = ACTIONS(3025), + [aux_sym_include_token1] = ACTIONS(3025), + [aux_sym_ip_qos_token1] = ACTIONS(3025), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3025), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3025), + [aux_sym_kex_algorithms_token1] = ACTIONS(3025), + [aux_sym_known_hosts_command_token1] = ACTIONS(3025), + [aux_sym_local_command_token1] = ACTIONS(3025), + [aux_sym_local_forward_token1] = ACTIONS(3025), + [aux_sym_log_level_token1] = ACTIONS(3025), + [aux_sym_log_verbose_token1] = ACTIONS(3025), + [aux_sym_macs_token1] = ACTIONS(3025), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3025), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3025), + [aux_sym_password_authentication_token1] = ACTIONS(3025), + [aux_sym_permit_local_command_token1] = ACTIONS(3025), + [aux_sym_permit_remote_open_token1] = ACTIONS(3025), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3025), + [aux_sym_port_token1] = ACTIONS(3025), + [aux_sym_preferred_authentications_token1] = ACTIONS(3025), + [aux_sym_protocol_token1] = ACTIONS(3025), + [aux_sym_proxy_command_token1] = ACTIONS(3025), + [aux_sym_proxy_jump_token1] = ACTIONS(3025), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3025), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3025), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3025), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3025), + [aux_sym_rekey_limit_token1] = ACTIONS(3025), + [aux_sym_remote_command_token1] = ACTIONS(3025), + [aux_sym_remote_forward_token1] = ACTIONS(3025), + [aux_sym_request_tty_token1] = ACTIONS(3025), + [aux_sym_required_rsa_size_token1] = ACTIONS(3025), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3025), + [aux_sym_security_key_provider_token1] = ACTIONS(3025), + [aux_sym_send_env_token1] = ACTIONS(3025), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3025), + [aux_sym_server_alive_interval_token1] = ACTIONS(3025), + [aux_sym_session_type_token1] = ACTIONS(3025), + [aux_sym_set_env_token1] = ACTIONS(3025), + [aux_sym_stdin_null_token1] = ACTIONS(3025), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3025), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3025), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3025), + [aux_sym_syslog_facility_token1] = ACTIONS(3025), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3025), + [aux_sym_keep_alive_token1] = ACTIONS(3025), + [aux_sym_tunnel_token1] = ACTIONS(3027), + [aux_sym_tunnel_device_token1] = ACTIONS(3025), + [aux_sym_update_host_keys_token1] = ACTIONS(3025), + [aux_sym_use_keychain_token1] = ACTIONS(3025), + [aux_sym_use_roaming_token1] = ACTIONS(3025), + [aux_sym_user_token1] = ACTIONS(3027), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3025), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3025), + [aux_sym_visual_host_key_token1] = ACTIONS(3025), + [aux_sym_xauth_location_token1] = ACTIONS(3025), }, [460] = { - [ts_builtin_sym_end] = ACTIONS(2998), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3000), - [aux_sym_match_token1] = ACTIONS(2998), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(2998), - [aux_sym_address_family_token1] = ACTIONS(2998), - [aux_sym_batch_mode_token1] = ACTIONS(2998), - [aux_sym_bind_address_token1] = ACTIONS(2998), - [aux_sym_bind_interface_token1] = ACTIONS(2998), - [aux_sym_canonical_domains_token1] = ACTIONS(2998), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(2998), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(2998), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(2998), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(2998), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(2998), - [aux_sym_certificate_file_token1] = ACTIONS(2998), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(2998), - [aux_sym_check_host_ip_token1] = ACTIONS(2998), - [aux_sym_ciphers_token1] = ACTIONS(2998), - [aux_sym_cipher_token1] = ACTIONS(3000), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(2998), - [aux_sym_compression_token1] = ACTIONS(2998), - [aux_sym_connection_attempts_token1] = ACTIONS(2998), - [aux_sym_connect_timeout_token1] = ACTIONS(2998), - [aux_sym_control_master_token1] = ACTIONS(2998), - [aux_sym_control_path_token1] = ACTIONS(2998), - [aux_sym_control_persist_token1] = ACTIONS(2998), - [aux_sym_dynamic_forward_token1] = ACTIONS(2998), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(2998), - [aux_sym_escape_char_token1] = ACTIONS(2998), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(2998), - [aux_sym_fingerprint_hash_token1] = ACTIONS(2998), - [aux_sym_fork_after_authentication_token1] = ACTIONS(2998), - [aux_sym_forward_agent_token1] = ACTIONS(2998), - [aux_sym_forward_x11_token1] = ACTIONS(3000), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(2998), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(2998), - [aux_sym_gateway_ports_token1] = ACTIONS(2998), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(2998), - [aux_sym_gssapi_authentication_token1] = ACTIONS(2998), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(2998), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(2998), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(2998), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(2998), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(2998), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(2998), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(2998), - [aux_sym_hash_known_hosts_token1] = ACTIONS(2998), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(2998), - [aux_sym_hostbased_authentication_token1] = ACTIONS(2998), - [aux_sym_host_key_algorithms_token1] = ACTIONS(2998), - [aux_sym_host_key_alias_token1] = ACTIONS(2998), - [aux_sym_hostname_token1] = ACTIONS(2998), - [aux_sym_identities_only_token1] = ACTIONS(2998), - [aux_sym_identity_agent_token1] = ACTIONS(2998), - [aux_sym_identity_file_token1] = ACTIONS(2998), - [aux_sym_ignore_unknown_token1] = ACTIONS(2998), - [aux_sym_include_token1] = ACTIONS(2998), - [aux_sym_ip_qos_token1] = ACTIONS(2998), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(2998), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(2998), - [aux_sym_kex_algorithms_token1] = ACTIONS(2998), - [aux_sym_known_hosts_command_token1] = ACTIONS(2998), - [aux_sym_local_command_token1] = ACTIONS(2998), - [aux_sym_local_forward_token1] = ACTIONS(2998), - [aux_sym_log_level_token1] = ACTIONS(2998), - [aux_sym_log_verbose_token1] = ACTIONS(2998), - [aux_sym_macs_token1] = ACTIONS(2998), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(2998), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(2998), - [aux_sym_password_authentication_token1] = ACTIONS(2998), - [aux_sym_permit_local_command_token1] = ACTIONS(2998), - [aux_sym_permit_remote_open_token1] = ACTIONS(2998), - [aux_sym_pkcs11_provider_token1] = ACTIONS(2998), - [aux_sym_port_token1] = ACTIONS(2998), - [aux_sym_preferred_authentications_token1] = ACTIONS(2998), - [aux_sym_protocol_token1] = ACTIONS(2998), - [aux_sym_proxy_command_token1] = ACTIONS(2998), - [aux_sym_proxy_jump_token1] = ACTIONS(2998), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(2998), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(2998), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(2998), - [aux_sym_pubkey_authentication_token1] = ACTIONS(2998), - [aux_sym_rekey_limit_token1] = ACTIONS(2998), - [aux_sym_remote_command_token1] = ACTIONS(2998), - [aux_sym_remote_forward_token1] = ACTIONS(2998), - [aux_sym_request_tty_token1] = ACTIONS(2998), - [aux_sym_revoked_host_keys_token1] = ACTIONS(2998), - [aux_sym_security_key_provider_token1] = ACTIONS(2998), - [aux_sym_send_env_token1] = ACTIONS(2998), - [aux_sym_server_alive_count_max_token1] = ACTIONS(2998), - [aux_sym_server_alive_interval_token1] = ACTIONS(2998), - [aux_sym_session_type_token1] = ACTIONS(2998), - [aux_sym_set_env_token1] = ACTIONS(2998), - [aux_sym_stdin_null_token1] = ACTIONS(2998), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(2998), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(2998), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(2998), - [aux_sym_syslog_facility_token1] = ACTIONS(2998), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(2998), - [aux_sym_keep_alive_token1] = ACTIONS(2998), - [aux_sym_tunnel_token1] = ACTIONS(3000), - [aux_sym_tunnel_device_token1] = ACTIONS(2998), - [aux_sym_update_host_keys_token1] = ACTIONS(2998), - [aux_sym_use_keychain_token1] = ACTIONS(2998), - [aux_sym_use_roaming_token1] = ACTIONS(2998), - [aux_sym_user_token1] = ACTIONS(3000), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(2998), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(2998), - [aux_sym_visual_host_key_token1] = ACTIONS(2998), - [aux_sym_xauth_location_token1] = ACTIONS(2998), + [ts_builtin_sym_end] = ACTIONS(3029), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3031), + [aux_sym_match_token1] = ACTIONS(3029), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3029), + [aux_sym_address_family_token1] = ACTIONS(3029), + [aux_sym_batch_mode_token1] = ACTIONS(3029), + [aux_sym_bind_address_token1] = ACTIONS(3029), + [aux_sym_bind_interface_token1] = ACTIONS(3029), + [aux_sym_canonical_domains_token1] = ACTIONS(3029), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3029), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3029), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3029), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3029), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3029), + [aux_sym_certificate_file_token1] = ACTIONS(3029), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3029), + [aux_sym_check_host_ip_token1] = ACTIONS(3029), + [aux_sym_ciphers_token1] = ACTIONS(3029), + [aux_sym_cipher_token1] = ACTIONS(3031), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3029), + [aux_sym_compression_token1] = ACTIONS(3029), + [aux_sym_connection_attempts_token1] = ACTIONS(3029), + [aux_sym_connect_timeout_token1] = ACTIONS(3029), + [aux_sym_control_master_token1] = ACTIONS(3029), + [aux_sym_control_path_token1] = ACTIONS(3029), + [aux_sym_control_persist_token1] = ACTIONS(3029), + [aux_sym_dynamic_forward_token1] = ACTIONS(3029), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3029), + [aux_sym_escape_char_token1] = ACTIONS(3029), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3029), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3029), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3029), + [aux_sym_forward_agent_token1] = ACTIONS(3029), + [aux_sym_forward_x11_token1] = ACTIONS(3031), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3029), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3029), + [aux_sym_gateway_ports_token1] = ACTIONS(3029), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3029), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3029), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3029), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3029), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3029), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3029), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3029), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3029), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3029), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3029), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3029), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3029), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3029), + [aux_sym_host_key_alias_token1] = ACTIONS(3029), + [aux_sym_hostname_token1] = ACTIONS(3029), + [aux_sym_identities_only_token1] = ACTIONS(3029), + [aux_sym_identity_agent_token1] = ACTIONS(3029), + [aux_sym_identity_file_token1] = ACTIONS(3029), + [aux_sym_ignore_unknown_token1] = ACTIONS(3029), + [aux_sym_include_token1] = ACTIONS(3029), + [aux_sym_ip_qos_token1] = ACTIONS(3029), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3029), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3029), + [aux_sym_kex_algorithms_token1] = ACTIONS(3029), + [aux_sym_known_hosts_command_token1] = ACTIONS(3029), + [aux_sym_local_command_token1] = ACTIONS(3029), + [aux_sym_local_forward_token1] = ACTIONS(3029), + [aux_sym_log_level_token1] = ACTIONS(3029), + [aux_sym_log_verbose_token1] = ACTIONS(3029), + [aux_sym_macs_token1] = ACTIONS(3029), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3029), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3029), + [aux_sym_password_authentication_token1] = ACTIONS(3029), + [aux_sym_permit_local_command_token1] = ACTIONS(3029), + [aux_sym_permit_remote_open_token1] = ACTIONS(3029), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3029), + [aux_sym_port_token1] = ACTIONS(3029), + [aux_sym_preferred_authentications_token1] = ACTIONS(3029), + [aux_sym_protocol_token1] = ACTIONS(3029), + [aux_sym_proxy_command_token1] = ACTIONS(3029), + [aux_sym_proxy_jump_token1] = ACTIONS(3029), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3029), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3029), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3029), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3029), + [aux_sym_rekey_limit_token1] = ACTIONS(3029), + [aux_sym_remote_command_token1] = ACTIONS(3029), + [aux_sym_remote_forward_token1] = ACTIONS(3029), + [aux_sym_request_tty_token1] = ACTIONS(3029), + [aux_sym_required_rsa_size_token1] = ACTIONS(3029), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3029), + [aux_sym_security_key_provider_token1] = ACTIONS(3029), + [aux_sym_send_env_token1] = ACTIONS(3029), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3029), + [aux_sym_server_alive_interval_token1] = ACTIONS(3029), + [aux_sym_session_type_token1] = ACTIONS(3029), + [aux_sym_set_env_token1] = ACTIONS(3029), + [aux_sym_stdin_null_token1] = ACTIONS(3029), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3029), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3029), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3029), + [aux_sym_syslog_facility_token1] = ACTIONS(3029), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3029), + [aux_sym_keep_alive_token1] = ACTIONS(3029), + [aux_sym_tunnel_token1] = ACTIONS(3031), + [aux_sym_tunnel_device_token1] = ACTIONS(3029), + [aux_sym_update_host_keys_token1] = ACTIONS(3029), + [aux_sym_use_keychain_token1] = ACTIONS(3029), + [aux_sym_use_roaming_token1] = ACTIONS(3029), + [aux_sym_user_token1] = ACTIONS(3031), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3029), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3029), + [aux_sym_visual_host_key_token1] = ACTIONS(3029), + [aux_sym_xauth_location_token1] = ACTIONS(3029), }, [461] = { - [ts_builtin_sym_end] = ACTIONS(3002), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3004), - [aux_sym_match_token1] = ACTIONS(3002), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3002), - [aux_sym_address_family_token1] = ACTIONS(3002), - [aux_sym_batch_mode_token1] = ACTIONS(3002), - [aux_sym_bind_address_token1] = ACTIONS(3002), - [aux_sym_bind_interface_token1] = ACTIONS(3002), - [aux_sym_canonical_domains_token1] = ACTIONS(3002), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3002), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3002), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3002), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3002), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3002), - [aux_sym_certificate_file_token1] = ACTIONS(3002), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3002), - [aux_sym_check_host_ip_token1] = ACTIONS(3002), - [aux_sym_ciphers_token1] = ACTIONS(3002), - [aux_sym_cipher_token1] = ACTIONS(3004), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3002), - [aux_sym_compression_token1] = ACTIONS(3002), - [aux_sym_connection_attempts_token1] = ACTIONS(3002), - [aux_sym_connect_timeout_token1] = ACTIONS(3002), - [aux_sym_control_master_token1] = ACTIONS(3002), - [aux_sym_control_path_token1] = ACTIONS(3002), - [aux_sym_control_persist_token1] = ACTIONS(3002), - [aux_sym_dynamic_forward_token1] = ACTIONS(3002), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3002), - [aux_sym_escape_char_token1] = ACTIONS(3002), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3002), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3002), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3002), - [aux_sym_forward_agent_token1] = ACTIONS(3002), - [aux_sym_forward_x11_token1] = ACTIONS(3004), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3002), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3002), - [aux_sym_gateway_ports_token1] = ACTIONS(3002), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3002), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3002), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3002), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3002), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3002), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3002), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3002), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3002), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3002), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3002), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3002), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3002), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3002), - [aux_sym_host_key_alias_token1] = ACTIONS(3002), - [aux_sym_hostname_token1] = ACTIONS(3002), - [aux_sym_identities_only_token1] = ACTIONS(3002), - [aux_sym_identity_agent_token1] = ACTIONS(3002), - [aux_sym_identity_file_token1] = ACTIONS(3002), - [aux_sym_ignore_unknown_token1] = ACTIONS(3002), - [aux_sym_include_token1] = ACTIONS(3002), - [aux_sym_ip_qos_token1] = ACTIONS(3002), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3002), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3002), - [aux_sym_kex_algorithms_token1] = ACTIONS(3002), - [aux_sym_known_hosts_command_token1] = ACTIONS(3002), - [aux_sym_local_command_token1] = ACTIONS(3002), - [aux_sym_local_forward_token1] = ACTIONS(3002), - [aux_sym_log_level_token1] = ACTIONS(3002), - [aux_sym_log_verbose_token1] = ACTIONS(3002), - [aux_sym_macs_token1] = ACTIONS(3002), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3002), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3002), - [aux_sym_password_authentication_token1] = ACTIONS(3002), - [aux_sym_permit_local_command_token1] = ACTIONS(3002), - [aux_sym_permit_remote_open_token1] = ACTIONS(3002), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3002), - [aux_sym_port_token1] = ACTIONS(3002), - [aux_sym_preferred_authentications_token1] = ACTIONS(3002), - [aux_sym_protocol_token1] = ACTIONS(3002), - [aux_sym_proxy_command_token1] = ACTIONS(3002), - [aux_sym_proxy_jump_token1] = ACTIONS(3002), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3002), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3002), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3002), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3002), - [aux_sym_rekey_limit_token1] = ACTIONS(3002), - [aux_sym_remote_command_token1] = ACTIONS(3002), - [aux_sym_remote_forward_token1] = ACTIONS(3002), - [aux_sym_request_tty_token1] = ACTIONS(3002), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3002), - [aux_sym_security_key_provider_token1] = ACTIONS(3002), - [aux_sym_send_env_token1] = ACTIONS(3002), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3002), - [aux_sym_server_alive_interval_token1] = ACTIONS(3002), - [aux_sym_session_type_token1] = ACTIONS(3002), - [aux_sym_set_env_token1] = ACTIONS(3002), - [aux_sym_stdin_null_token1] = ACTIONS(3002), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3002), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3002), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3002), - [aux_sym_syslog_facility_token1] = ACTIONS(3002), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3002), - [aux_sym_keep_alive_token1] = ACTIONS(3002), - [aux_sym_tunnel_token1] = ACTIONS(3004), - [aux_sym_tunnel_device_token1] = ACTIONS(3002), - [aux_sym_update_host_keys_token1] = ACTIONS(3002), - [aux_sym_use_keychain_token1] = ACTIONS(3002), - [aux_sym_use_roaming_token1] = ACTIONS(3002), - [aux_sym_user_token1] = ACTIONS(3004), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3002), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3002), - [aux_sym_visual_host_key_token1] = ACTIONS(3002), - [aux_sym_xauth_location_token1] = ACTIONS(3002), + [ts_builtin_sym_end] = ACTIONS(3033), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3035), + [aux_sym_match_token1] = ACTIONS(3033), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3033), + [aux_sym_address_family_token1] = ACTIONS(3033), + [aux_sym_batch_mode_token1] = ACTIONS(3033), + [aux_sym_bind_address_token1] = ACTIONS(3033), + [aux_sym_bind_interface_token1] = ACTIONS(3033), + [aux_sym_canonical_domains_token1] = ACTIONS(3033), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3033), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3033), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3033), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3033), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3033), + [aux_sym_certificate_file_token1] = ACTIONS(3033), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3033), + [aux_sym_check_host_ip_token1] = ACTIONS(3033), + [aux_sym_ciphers_token1] = ACTIONS(3033), + [aux_sym_cipher_token1] = ACTIONS(3035), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3033), + [aux_sym_compression_token1] = ACTIONS(3033), + [aux_sym_connection_attempts_token1] = ACTIONS(3033), + [aux_sym_connect_timeout_token1] = ACTIONS(3033), + [aux_sym_control_master_token1] = ACTIONS(3033), + [aux_sym_control_path_token1] = ACTIONS(3033), + [aux_sym_control_persist_token1] = ACTIONS(3033), + [aux_sym_dynamic_forward_token1] = ACTIONS(3033), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3033), + [aux_sym_escape_char_token1] = ACTIONS(3033), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3033), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3033), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3033), + [aux_sym_forward_agent_token1] = ACTIONS(3033), + [aux_sym_forward_x11_token1] = ACTIONS(3035), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3033), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3033), + [aux_sym_gateway_ports_token1] = ACTIONS(3033), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3033), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3033), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3033), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3033), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3033), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3033), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3033), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3033), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3033), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3033), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3033), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3033), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3033), + [aux_sym_host_key_alias_token1] = ACTIONS(3033), + [aux_sym_hostname_token1] = ACTIONS(3033), + [aux_sym_identities_only_token1] = ACTIONS(3033), + [aux_sym_identity_agent_token1] = ACTIONS(3033), + [aux_sym_identity_file_token1] = ACTIONS(3033), + [aux_sym_ignore_unknown_token1] = ACTIONS(3033), + [aux_sym_include_token1] = ACTIONS(3033), + [aux_sym_ip_qos_token1] = ACTIONS(3033), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3033), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3033), + [aux_sym_kex_algorithms_token1] = ACTIONS(3033), + [aux_sym_known_hosts_command_token1] = ACTIONS(3033), + [aux_sym_local_command_token1] = ACTIONS(3033), + [aux_sym_local_forward_token1] = ACTIONS(3033), + [aux_sym_log_level_token1] = ACTIONS(3033), + [aux_sym_log_verbose_token1] = ACTIONS(3033), + [aux_sym_macs_token1] = ACTIONS(3033), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3033), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3033), + [aux_sym_password_authentication_token1] = ACTIONS(3033), + [aux_sym_permit_local_command_token1] = ACTIONS(3033), + [aux_sym_permit_remote_open_token1] = ACTIONS(3033), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3033), + [aux_sym_port_token1] = ACTIONS(3033), + [aux_sym_preferred_authentications_token1] = ACTIONS(3033), + [aux_sym_protocol_token1] = ACTIONS(3033), + [aux_sym_proxy_command_token1] = ACTIONS(3033), + [aux_sym_proxy_jump_token1] = ACTIONS(3033), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3033), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3033), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3033), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3033), + [aux_sym_rekey_limit_token1] = ACTIONS(3033), + [aux_sym_remote_command_token1] = ACTIONS(3033), + [aux_sym_remote_forward_token1] = ACTIONS(3033), + [aux_sym_request_tty_token1] = ACTIONS(3033), + [aux_sym_required_rsa_size_token1] = ACTIONS(3033), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3033), + [aux_sym_security_key_provider_token1] = ACTIONS(3033), + [aux_sym_send_env_token1] = ACTIONS(3033), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3033), + [aux_sym_server_alive_interval_token1] = ACTIONS(3033), + [aux_sym_session_type_token1] = ACTIONS(3033), + [aux_sym_set_env_token1] = ACTIONS(3033), + [aux_sym_stdin_null_token1] = ACTIONS(3033), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3033), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3033), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3033), + [aux_sym_syslog_facility_token1] = ACTIONS(3033), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3033), + [aux_sym_keep_alive_token1] = ACTIONS(3033), + [aux_sym_tunnel_token1] = ACTIONS(3035), + [aux_sym_tunnel_device_token1] = ACTIONS(3033), + [aux_sym_update_host_keys_token1] = ACTIONS(3033), + [aux_sym_use_keychain_token1] = ACTIONS(3033), + [aux_sym_use_roaming_token1] = ACTIONS(3033), + [aux_sym_user_token1] = ACTIONS(3035), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3033), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3033), + [aux_sym_visual_host_key_token1] = ACTIONS(3033), + [aux_sym_xauth_location_token1] = ACTIONS(3033), }, [462] = { - [ts_builtin_sym_end] = ACTIONS(3006), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3008), - [aux_sym_match_token1] = ACTIONS(3006), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3006), - [aux_sym_address_family_token1] = ACTIONS(3006), - [aux_sym_batch_mode_token1] = ACTIONS(3006), - [aux_sym_bind_address_token1] = ACTIONS(3006), - [aux_sym_bind_interface_token1] = ACTIONS(3006), - [aux_sym_canonical_domains_token1] = ACTIONS(3006), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3006), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3006), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3006), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3006), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3006), - [aux_sym_certificate_file_token1] = ACTIONS(3006), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3006), - [aux_sym_check_host_ip_token1] = ACTIONS(3006), - [aux_sym_ciphers_token1] = ACTIONS(3006), - [aux_sym_cipher_token1] = ACTIONS(3008), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3006), - [aux_sym_compression_token1] = ACTIONS(3006), - [aux_sym_connection_attempts_token1] = ACTIONS(3006), - [aux_sym_connect_timeout_token1] = ACTIONS(3006), - [aux_sym_control_master_token1] = ACTIONS(3006), - [aux_sym_control_path_token1] = ACTIONS(3006), - [aux_sym_control_persist_token1] = ACTIONS(3006), - [aux_sym_dynamic_forward_token1] = ACTIONS(3006), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3006), - [aux_sym_escape_char_token1] = ACTIONS(3006), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3006), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3006), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3006), - [aux_sym_forward_agent_token1] = ACTIONS(3006), - [aux_sym_forward_x11_token1] = ACTIONS(3008), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3006), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3006), - [aux_sym_gateway_ports_token1] = ACTIONS(3006), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3006), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3006), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3006), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3006), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3006), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3006), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3006), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3006), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3006), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3006), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3006), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3006), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3006), - [aux_sym_host_key_alias_token1] = ACTIONS(3006), - [aux_sym_hostname_token1] = ACTIONS(3006), - [aux_sym_identities_only_token1] = ACTIONS(3006), - [aux_sym_identity_agent_token1] = ACTIONS(3006), - [aux_sym_identity_file_token1] = ACTIONS(3006), - [aux_sym_ignore_unknown_token1] = ACTIONS(3006), - [aux_sym_include_token1] = ACTIONS(3006), - [aux_sym_ip_qos_token1] = ACTIONS(3006), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3006), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3006), - [aux_sym_kex_algorithms_token1] = ACTIONS(3006), - [aux_sym_known_hosts_command_token1] = ACTIONS(3006), - [aux_sym_local_command_token1] = ACTIONS(3006), - [aux_sym_local_forward_token1] = ACTIONS(3006), - [aux_sym_log_level_token1] = ACTIONS(3006), - [aux_sym_log_verbose_token1] = ACTIONS(3006), - [aux_sym_macs_token1] = ACTIONS(3006), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3006), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3006), - [aux_sym_password_authentication_token1] = ACTIONS(3006), - [aux_sym_permit_local_command_token1] = ACTIONS(3006), - [aux_sym_permit_remote_open_token1] = ACTIONS(3006), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3006), - [aux_sym_port_token1] = ACTIONS(3006), - [aux_sym_preferred_authentications_token1] = ACTIONS(3006), - [aux_sym_protocol_token1] = ACTIONS(3006), - [aux_sym_proxy_command_token1] = ACTIONS(3006), - [aux_sym_proxy_jump_token1] = ACTIONS(3006), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3006), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3006), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3006), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3006), - [aux_sym_rekey_limit_token1] = ACTIONS(3006), - [aux_sym_remote_command_token1] = ACTIONS(3006), - [aux_sym_remote_forward_token1] = ACTIONS(3006), - [aux_sym_request_tty_token1] = ACTIONS(3006), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3006), - [aux_sym_security_key_provider_token1] = ACTIONS(3006), - [aux_sym_send_env_token1] = ACTIONS(3006), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3006), - [aux_sym_server_alive_interval_token1] = ACTIONS(3006), - [aux_sym_session_type_token1] = ACTIONS(3006), - [aux_sym_set_env_token1] = ACTIONS(3006), - [aux_sym_stdin_null_token1] = ACTIONS(3006), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3006), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3006), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3006), - [aux_sym_syslog_facility_token1] = ACTIONS(3006), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3006), - [aux_sym_keep_alive_token1] = ACTIONS(3006), - [aux_sym_tunnel_token1] = ACTIONS(3008), - [aux_sym_tunnel_device_token1] = ACTIONS(3006), - [aux_sym_update_host_keys_token1] = ACTIONS(3006), - [aux_sym_use_keychain_token1] = ACTIONS(3006), - [aux_sym_use_roaming_token1] = ACTIONS(3006), - [aux_sym_user_token1] = ACTIONS(3008), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3006), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3006), - [aux_sym_visual_host_key_token1] = ACTIONS(3006), - [aux_sym_xauth_location_token1] = ACTIONS(3006), + [ts_builtin_sym_end] = ACTIONS(3037), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3039), + [aux_sym_match_token1] = ACTIONS(3037), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3037), + [aux_sym_address_family_token1] = ACTIONS(3037), + [aux_sym_batch_mode_token1] = ACTIONS(3037), + [aux_sym_bind_address_token1] = ACTIONS(3037), + [aux_sym_bind_interface_token1] = ACTIONS(3037), + [aux_sym_canonical_domains_token1] = ACTIONS(3037), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3037), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3037), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3037), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3037), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3037), + [aux_sym_certificate_file_token1] = ACTIONS(3037), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3037), + [aux_sym_check_host_ip_token1] = ACTIONS(3037), + [aux_sym_ciphers_token1] = ACTIONS(3037), + [aux_sym_cipher_token1] = ACTIONS(3039), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3037), + [aux_sym_compression_token1] = ACTIONS(3037), + [aux_sym_connection_attempts_token1] = ACTIONS(3037), + [aux_sym_connect_timeout_token1] = ACTIONS(3037), + [aux_sym_control_master_token1] = ACTIONS(3037), + [aux_sym_control_path_token1] = ACTIONS(3037), + [aux_sym_control_persist_token1] = ACTIONS(3037), + [aux_sym_dynamic_forward_token1] = ACTIONS(3037), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3037), + [aux_sym_escape_char_token1] = ACTIONS(3037), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3037), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3037), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3037), + [aux_sym_forward_agent_token1] = ACTIONS(3037), + [aux_sym_forward_x11_token1] = ACTIONS(3039), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3037), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3037), + [aux_sym_gateway_ports_token1] = ACTIONS(3037), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3037), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3037), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3037), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3037), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3037), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3037), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3037), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3037), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3037), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3037), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3037), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3037), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3037), + [aux_sym_host_key_alias_token1] = ACTIONS(3037), + [aux_sym_hostname_token1] = ACTIONS(3037), + [aux_sym_identities_only_token1] = ACTIONS(3037), + [aux_sym_identity_agent_token1] = ACTIONS(3037), + [aux_sym_identity_file_token1] = ACTIONS(3037), + [aux_sym_ignore_unknown_token1] = ACTIONS(3037), + [aux_sym_include_token1] = ACTIONS(3037), + [aux_sym_ip_qos_token1] = ACTIONS(3037), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3037), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3037), + [aux_sym_kex_algorithms_token1] = ACTIONS(3037), + [aux_sym_known_hosts_command_token1] = ACTIONS(3037), + [aux_sym_local_command_token1] = ACTIONS(3037), + [aux_sym_local_forward_token1] = ACTIONS(3037), + [aux_sym_log_level_token1] = ACTIONS(3037), + [aux_sym_log_verbose_token1] = ACTIONS(3037), + [aux_sym_macs_token1] = ACTIONS(3037), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3037), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3037), + [aux_sym_password_authentication_token1] = ACTIONS(3037), + [aux_sym_permit_local_command_token1] = ACTIONS(3037), + [aux_sym_permit_remote_open_token1] = ACTIONS(3037), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3037), + [aux_sym_port_token1] = ACTIONS(3037), + [aux_sym_preferred_authentications_token1] = ACTIONS(3037), + [aux_sym_protocol_token1] = ACTIONS(3037), + [aux_sym_proxy_command_token1] = ACTIONS(3037), + [aux_sym_proxy_jump_token1] = ACTIONS(3037), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3037), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3037), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3037), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3037), + [aux_sym_rekey_limit_token1] = ACTIONS(3037), + [aux_sym_remote_command_token1] = ACTIONS(3037), + [aux_sym_remote_forward_token1] = ACTIONS(3037), + [aux_sym_request_tty_token1] = ACTIONS(3037), + [aux_sym_required_rsa_size_token1] = ACTIONS(3037), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3037), + [aux_sym_security_key_provider_token1] = ACTIONS(3037), + [aux_sym_send_env_token1] = ACTIONS(3037), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3037), + [aux_sym_server_alive_interval_token1] = ACTIONS(3037), + [aux_sym_session_type_token1] = ACTIONS(3037), + [aux_sym_set_env_token1] = ACTIONS(3037), + [aux_sym_stdin_null_token1] = ACTIONS(3037), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3037), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3037), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3037), + [aux_sym_syslog_facility_token1] = ACTIONS(3037), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3037), + [aux_sym_keep_alive_token1] = ACTIONS(3037), + [aux_sym_tunnel_token1] = ACTIONS(3039), + [aux_sym_tunnel_device_token1] = ACTIONS(3037), + [aux_sym_update_host_keys_token1] = ACTIONS(3037), + [aux_sym_use_keychain_token1] = ACTIONS(3037), + [aux_sym_use_roaming_token1] = ACTIONS(3037), + [aux_sym_user_token1] = ACTIONS(3039), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3037), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3037), + [aux_sym_visual_host_key_token1] = ACTIONS(3037), + [aux_sym_xauth_location_token1] = ACTIONS(3037), }, [463] = { - [ts_builtin_sym_end] = ACTIONS(3010), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3012), - [aux_sym_match_token1] = ACTIONS(3010), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3010), - [aux_sym_address_family_token1] = ACTIONS(3010), - [aux_sym_batch_mode_token1] = ACTIONS(3010), - [aux_sym_bind_address_token1] = ACTIONS(3010), - [aux_sym_bind_interface_token1] = ACTIONS(3010), - [aux_sym_canonical_domains_token1] = ACTIONS(3010), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3010), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3010), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3010), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3010), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3010), - [aux_sym_certificate_file_token1] = ACTIONS(3010), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3010), - [aux_sym_check_host_ip_token1] = ACTIONS(3010), - [aux_sym_ciphers_token1] = ACTIONS(3010), - [aux_sym_cipher_token1] = ACTIONS(3012), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3010), - [aux_sym_compression_token1] = ACTIONS(3010), - [aux_sym_connection_attempts_token1] = ACTIONS(3010), - [aux_sym_connect_timeout_token1] = ACTIONS(3010), - [aux_sym_control_master_token1] = ACTIONS(3010), - [aux_sym_control_path_token1] = ACTIONS(3010), - [aux_sym_control_persist_token1] = ACTIONS(3010), - [aux_sym_dynamic_forward_token1] = ACTIONS(3010), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3010), - [aux_sym_escape_char_token1] = ACTIONS(3010), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3010), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3010), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3010), - [aux_sym_forward_agent_token1] = ACTIONS(3010), - [aux_sym_forward_x11_token1] = ACTIONS(3012), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3010), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3010), - [aux_sym_gateway_ports_token1] = ACTIONS(3010), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3010), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3010), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3010), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3010), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3010), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3010), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3010), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3010), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3010), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3010), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3010), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3010), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3010), - [aux_sym_host_key_alias_token1] = ACTIONS(3010), - [aux_sym_hostname_token1] = ACTIONS(3010), - [aux_sym_identities_only_token1] = ACTIONS(3010), - [aux_sym_identity_agent_token1] = ACTIONS(3010), - [aux_sym_identity_file_token1] = ACTIONS(3010), - [aux_sym_ignore_unknown_token1] = ACTIONS(3010), - [aux_sym_include_token1] = ACTIONS(3010), - [aux_sym_ip_qos_token1] = ACTIONS(3010), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3010), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3010), - [aux_sym_kex_algorithms_token1] = ACTIONS(3010), - [aux_sym_known_hosts_command_token1] = ACTIONS(3010), - [aux_sym_local_command_token1] = ACTIONS(3010), - [aux_sym_local_forward_token1] = ACTIONS(3010), - [aux_sym_log_level_token1] = ACTIONS(3010), - [aux_sym_log_verbose_token1] = ACTIONS(3010), - [aux_sym_macs_token1] = ACTIONS(3010), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3010), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3010), - [aux_sym_password_authentication_token1] = ACTIONS(3010), - [aux_sym_permit_local_command_token1] = ACTIONS(3010), - [aux_sym_permit_remote_open_token1] = ACTIONS(3010), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3010), - [aux_sym_port_token1] = ACTIONS(3010), - [aux_sym_preferred_authentications_token1] = ACTIONS(3010), - [aux_sym_protocol_token1] = ACTIONS(3010), - [aux_sym_proxy_command_token1] = ACTIONS(3010), - [aux_sym_proxy_jump_token1] = ACTIONS(3010), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3010), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3010), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3010), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3010), - [aux_sym_rekey_limit_token1] = ACTIONS(3010), - [aux_sym_remote_command_token1] = ACTIONS(3010), - [aux_sym_remote_forward_token1] = ACTIONS(3010), - [aux_sym_request_tty_token1] = ACTIONS(3010), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3010), - [aux_sym_security_key_provider_token1] = ACTIONS(3010), - [aux_sym_send_env_token1] = ACTIONS(3010), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3010), - [aux_sym_server_alive_interval_token1] = ACTIONS(3010), - [aux_sym_session_type_token1] = ACTIONS(3010), - [aux_sym_set_env_token1] = ACTIONS(3010), - [aux_sym_stdin_null_token1] = ACTIONS(3010), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3010), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3010), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3010), - [aux_sym_syslog_facility_token1] = ACTIONS(3010), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3010), - [aux_sym_keep_alive_token1] = ACTIONS(3010), - [aux_sym_tunnel_token1] = ACTIONS(3012), - [aux_sym_tunnel_device_token1] = ACTIONS(3010), - [aux_sym_update_host_keys_token1] = ACTIONS(3010), - [aux_sym_use_keychain_token1] = ACTIONS(3010), - [aux_sym_use_roaming_token1] = ACTIONS(3010), - [aux_sym_user_token1] = ACTIONS(3012), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3010), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3010), - [aux_sym_visual_host_key_token1] = ACTIONS(3010), - [aux_sym_xauth_location_token1] = ACTIONS(3010), + [ts_builtin_sym_end] = ACTIONS(3041), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3043), + [aux_sym_match_token1] = ACTIONS(3041), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3041), + [aux_sym_address_family_token1] = ACTIONS(3041), + [aux_sym_batch_mode_token1] = ACTIONS(3041), + [aux_sym_bind_address_token1] = ACTIONS(3041), + [aux_sym_bind_interface_token1] = ACTIONS(3041), + [aux_sym_canonical_domains_token1] = ACTIONS(3041), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3041), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3041), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3041), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3041), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3041), + [aux_sym_certificate_file_token1] = ACTIONS(3041), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3041), + [aux_sym_check_host_ip_token1] = ACTIONS(3041), + [aux_sym_ciphers_token1] = ACTIONS(3041), + [aux_sym_cipher_token1] = ACTIONS(3043), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3041), + [aux_sym_compression_token1] = ACTIONS(3041), + [aux_sym_connection_attempts_token1] = ACTIONS(3041), + [aux_sym_connect_timeout_token1] = ACTIONS(3041), + [aux_sym_control_master_token1] = ACTIONS(3041), + [aux_sym_control_path_token1] = ACTIONS(3041), + [aux_sym_control_persist_token1] = ACTIONS(3041), + [aux_sym_dynamic_forward_token1] = ACTIONS(3041), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3041), + [aux_sym_escape_char_token1] = ACTIONS(3041), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3041), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3041), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3041), + [aux_sym_forward_agent_token1] = ACTIONS(3041), + [aux_sym_forward_x11_token1] = ACTIONS(3043), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3041), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3041), + [aux_sym_gateway_ports_token1] = ACTIONS(3041), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3041), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3041), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3041), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3041), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3041), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3041), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3041), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3041), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3041), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3041), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3041), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3041), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3041), + [aux_sym_host_key_alias_token1] = ACTIONS(3041), + [aux_sym_hostname_token1] = ACTIONS(3041), + [aux_sym_identities_only_token1] = ACTIONS(3041), + [aux_sym_identity_agent_token1] = ACTIONS(3041), + [aux_sym_identity_file_token1] = ACTIONS(3041), + [aux_sym_ignore_unknown_token1] = ACTIONS(3041), + [aux_sym_include_token1] = ACTIONS(3041), + [aux_sym_ip_qos_token1] = ACTIONS(3041), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3041), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3041), + [aux_sym_kex_algorithms_token1] = ACTIONS(3041), + [aux_sym_known_hosts_command_token1] = ACTIONS(3041), + [aux_sym_local_command_token1] = ACTIONS(3041), + [aux_sym_local_forward_token1] = ACTIONS(3041), + [aux_sym_log_level_token1] = ACTIONS(3041), + [aux_sym_log_verbose_token1] = ACTIONS(3041), + [aux_sym_macs_token1] = ACTIONS(3041), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3041), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3041), + [aux_sym_password_authentication_token1] = ACTIONS(3041), + [aux_sym_permit_local_command_token1] = ACTIONS(3041), + [aux_sym_permit_remote_open_token1] = ACTIONS(3041), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3041), + [aux_sym_port_token1] = ACTIONS(3041), + [aux_sym_preferred_authentications_token1] = ACTIONS(3041), + [aux_sym_protocol_token1] = ACTIONS(3041), + [aux_sym_proxy_command_token1] = ACTIONS(3041), + [aux_sym_proxy_jump_token1] = ACTIONS(3041), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3041), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3041), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3041), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3041), + [aux_sym_rekey_limit_token1] = ACTIONS(3041), + [aux_sym_remote_command_token1] = ACTIONS(3041), + [aux_sym_remote_forward_token1] = ACTIONS(3041), + [aux_sym_request_tty_token1] = ACTIONS(3041), + [aux_sym_required_rsa_size_token1] = ACTIONS(3041), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3041), + [aux_sym_security_key_provider_token1] = ACTIONS(3041), + [aux_sym_send_env_token1] = ACTIONS(3041), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3041), + [aux_sym_server_alive_interval_token1] = ACTIONS(3041), + [aux_sym_session_type_token1] = ACTIONS(3041), + [aux_sym_set_env_token1] = ACTIONS(3041), + [aux_sym_stdin_null_token1] = ACTIONS(3041), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3041), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3041), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3041), + [aux_sym_syslog_facility_token1] = ACTIONS(3041), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3041), + [aux_sym_keep_alive_token1] = ACTIONS(3041), + [aux_sym_tunnel_token1] = ACTIONS(3043), + [aux_sym_tunnel_device_token1] = ACTIONS(3041), + [aux_sym_update_host_keys_token1] = ACTIONS(3041), + [aux_sym_use_keychain_token1] = ACTIONS(3041), + [aux_sym_use_roaming_token1] = ACTIONS(3041), + [aux_sym_user_token1] = ACTIONS(3043), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3041), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3041), + [aux_sym_visual_host_key_token1] = ACTIONS(3041), + [aux_sym_xauth_location_token1] = ACTIONS(3041), }, [464] = { - [ts_builtin_sym_end] = ACTIONS(3014), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3016), - [aux_sym_match_token1] = ACTIONS(3014), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3014), - [aux_sym_address_family_token1] = ACTIONS(3014), - [aux_sym_batch_mode_token1] = ACTIONS(3014), - [aux_sym_bind_address_token1] = ACTIONS(3014), - [aux_sym_bind_interface_token1] = ACTIONS(3014), - [aux_sym_canonical_domains_token1] = ACTIONS(3014), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3014), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3014), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3014), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3014), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3014), - [aux_sym_certificate_file_token1] = ACTIONS(3014), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3014), - [aux_sym_check_host_ip_token1] = ACTIONS(3014), - [aux_sym_ciphers_token1] = ACTIONS(3014), - [aux_sym_cipher_token1] = ACTIONS(3016), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3014), - [aux_sym_compression_token1] = ACTIONS(3014), - [aux_sym_connection_attempts_token1] = ACTIONS(3014), - [aux_sym_connect_timeout_token1] = ACTIONS(3014), - [aux_sym_control_master_token1] = ACTIONS(3014), - [aux_sym_control_path_token1] = ACTIONS(3014), - [aux_sym_control_persist_token1] = ACTIONS(3014), - [aux_sym_dynamic_forward_token1] = ACTIONS(3014), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3014), - [aux_sym_escape_char_token1] = ACTIONS(3014), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3014), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3014), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3014), - [aux_sym_forward_agent_token1] = ACTIONS(3014), - [aux_sym_forward_x11_token1] = ACTIONS(3016), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3014), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3014), - [aux_sym_gateway_ports_token1] = ACTIONS(3014), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3014), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3014), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3014), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3014), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3014), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3014), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3014), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3014), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3014), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3014), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3014), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3014), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3014), - [aux_sym_host_key_alias_token1] = ACTIONS(3014), - [aux_sym_hostname_token1] = ACTIONS(3014), - [aux_sym_identities_only_token1] = ACTIONS(3014), - [aux_sym_identity_agent_token1] = ACTIONS(3014), - [aux_sym_identity_file_token1] = ACTIONS(3014), - [aux_sym_ignore_unknown_token1] = ACTIONS(3014), - [aux_sym_include_token1] = ACTIONS(3014), - [aux_sym_ip_qos_token1] = ACTIONS(3014), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3014), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3014), - [aux_sym_kex_algorithms_token1] = ACTIONS(3014), - [aux_sym_known_hosts_command_token1] = ACTIONS(3014), - [aux_sym_local_command_token1] = ACTIONS(3014), - [aux_sym_local_forward_token1] = ACTIONS(3014), - [aux_sym_log_level_token1] = ACTIONS(3014), - [aux_sym_log_verbose_token1] = ACTIONS(3014), - [aux_sym_macs_token1] = ACTIONS(3014), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3014), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3014), - [aux_sym_password_authentication_token1] = ACTIONS(3014), - [aux_sym_permit_local_command_token1] = ACTIONS(3014), - [aux_sym_permit_remote_open_token1] = ACTIONS(3014), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3014), - [aux_sym_port_token1] = ACTIONS(3014), - [aux_sym_preferred_authentications_token1] = ACTIONS(3014), - [aux_sym_protocol_token1] = ACTIONS(3014), - [aux_sym_proxy_command_token1] = ACTIONS(3014), - [aux_sym_proxy_jump_token1] = ACTIONS(3014), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3014), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3014), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3014), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3014), - [aux_sym_rekey_limit_token1] = ACTIONS(3014), - [aux_sym_remote_command_token1] = ACTIONS(3014), - [aux_sym_remote_forward_token1] = ACTIONS(3014), - [aux_sym_request_tty_token1] = ACTIONS(3014), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3014), - [aux_sym_security_key_provider_token1] = ACTIONS(3014), - [aux_sym_send_env_token1] = ACTIONS(3014), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3014), - [aux_sym_server_alive_interval_token1] = ACTIONS(3014), - [aux_sym_session_type_token1] = ACTIONS(3014), - [aux_sym_set_env_token1] = ACTIONS(3014), - [aux_sym_stdin_null_token1] = ACTIONS(3014), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3014), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3014), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3014), - [aux_sym_syslog_facility_token1] = ACTIONS(3014), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3014), - [aux_sym_keep_alive_token1] = ACTIONS(3014), - [aux_sym_tunnel_token1] = ACTIONS(3016), - [aux_sym_tunnel_device_token1] = ACTIONS(3014), - [aux_sym_update_host_keys_token1] = ACTIONS(3014), - [aux_sym_use_keychain_token1] = ACTIONS(3014), - [aux_sym_use_roaming_token1] = ACTIONS(3014), - [aux_sym_user_token1] = ACTIONS(3016), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3014), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3014), - [aux_sym_visual_host_key_token1] = ACTIONS(3014), - [aux_sym_xauth_location_token1] = ACTIONS(3014), + [ts_builtin_sym_end] = ACTIONS(3045), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3047), + [aux_sym_match_token1] = ACTIONS(3045), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3045), + [aux_sym_address_family_token1] = ACTIONS(3045), + [aux_sym_batch_mode_token1] = ACTIONS(3045), + [aux_sym_bind_address_token1] = ACTIONS(3045), + [aux_sym_bind_interface_token1] = ACTIONS(3045), + [aux_sym_canonical_domains_token1] = ACTIONS(3045), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3045), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3045), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3045), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3045), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3045), + [aux_sym_certificate_file_token1] = ACTIONS(3045), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3045), + [aux_sym_check_host_ip_token1] = ACTIONS(3045), + [aux_sym_ciphers_token1] = ACTIONS(3045), + [aux_sym_cipher_token1] = ACTIONS(3047), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3045), + [aux_sym_compression_token1] = ACTIONS(3045), + [aux_sym_connection_attempts_token1] = ACTIONS(3045), + [aux_sym_connect_timeout_token1] = ACTIONS(3045), + [aux_sym_control_master_token1] = ACTIONS(3045), + [aux_sym_control_path_token1] = ACTIONS(3045), + [aux_sym_control_persist_token1] = ACTIONS(3045), + [aux_sym_dynamic_forward_token1] = ACTIONS(3045), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3045), + [aux_sym_escape_char_token1] = ACTIONS(3045), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3045), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3045), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3045), + [aux_sym_forward_agent_token1] = ACTIONS(3045), + [aux_sym_forward_x11_token1] = ACTIONS(3047), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3045), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3045), + [aux_sym_gateway_ports_token1] = ACTIONS(3045), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3045), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3045), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3045), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3045), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3045), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3045), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3045), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3045), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3045), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3045), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3045), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3045), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3045), + [aux_sym_host_key_alias_token1] = ACTIONS(3045), + [aux_sym_hostname_token1] = ACTIONS(3045), + [aux_sym_identities_only_token1] = ACTIONS(3045), + [aux_sym_identity_agent_token1] = ACTIONS(3045), + [aux_sym_identity_file_token1] = ACTIONS(3045), + [aux_sym_ignore_unknown_token1] = ACTIONS(3045), + [aux_sym_include_token1] = ACTIONS(3045), + [aux_sym_ip_qos_token1] = ACTIONS(3045), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3045), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3045), + [aux_sym_kex_algorithms_token1] = ACTIONS(3045), + [aux_sym_known_hosts_command_token1] = ACTIONS(3045), + [aux_sym_local_command_token1] = ACTIONS(3045), + [aux_sym_local_forward_token1] = ACTIONS(3045), + [aux_sym_log_level_token1] = ACTIONS(3045), + [aux_sym_log_verbose_token1] = ACTIONS(3045), + [aux_sym_macs_token1] = ACTIONS(3045), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3045), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3045), + [aux_sym_password_authentication_token1] = ACTIONS(3045), + [aux_sym_permit_local_command_token1] = ACTIONS(3045), + [aux_sym_permit_remote_open_token1] = ACTIONS(3045), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3045), + [aux_sym_port_token1] = ACTIONS(3045), + [aux_sym_preferred_authentications_token1] = ACTIONS(3045), + [aux_sym_protocol_token1] = ACTIONS(3045), + [aux_sym_proxy_command_token1] = ACTIONS(3045), + [aux_sym_proxy_jump_token1] = ACTIONS(3045), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3045), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3045), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3045), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3045), + [aux_sym_rekey_limit_token1] = ACTIONS(3045), + [aux_sym_remote_command_token1] = ACTIONS(3045), + [aux_sym_remote_forward_token1] = ACTIONS(3045), + [aux_sym_request_tty_token1] = ACTIONS(3045), + [aux_sym_required_rsa_size_token1] = ACTIONS(3045), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3045), + [aux_sym_security_key_provider_token1] = ACTIONS(3045), + [aux_sym_send_env_token1] = ACTIONS(3045), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3045), + [aux_sym_server_alive_interval_token1] = ACTIONS(3045), + [aux_sym_session_type_token1] = ACTIONS(3045), + [aux_sym_set_env_token1] = ACTIONS(3045), + [aux_sym_stdin_null_token1] = ACTIONS(3045), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3045), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3045), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3045), + [aux_sym_syslog_facility_token1] = ACTIONS(3045), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3045), + [aux_sym_keep_alive_token1] = ACTIONS(3045), + [aux_sym_tunnel_token1] = ACTIONS(3047), + [aux_sym_tunnel_device_token1] = ACTIONS(3045), + [aux_sym_update_host_keys_token1] = ACTIONS(3045), + [aux_sym_use_keychain_token1] = ACTIONS(3045), + [aux_sym_use_roaming_token1] = ACTIONS(3045), + [aux_sym_user_token1] = ACTIONS(3047), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3045), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3045), + [aux_sym_visual_host_key_token1] = ACTIONS(3045), + [aux_sym_xauth_location_token1] = ACTIONS(3045), }, [465] = { - [ts_builtin_sym_end] = ACTIONS(3018), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3020), - [aux_sym_match_token1] = ACTIONS(3018), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3018), - [aux_sym_address_family_token1] = ACTIONS(3018), - [aux_sym_batch_mode_token1] = ACTIONS(3018), - [aux_sym_bind_address_token1] = ACTIONS(3018), - [aux_sym_bind_interface_token1] = ACTIONS(3018), - [aux_sym_canonical_domains_token1] = ACTIONS(3018), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3018), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3018), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3018), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3018), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3018), - [aux_sym_certificate_file_token1] = ACTIONS(3018), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3018), - [aux_sym_check_host_ip_token1] = ACTIONS(3018), - [aux_sym_ciphers_token1] = ACTIONS(3018), - [aux_sym_cipher_token1] = ACTIONS(3020), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3018), - [aux_sym_compression_token1] = ACTIONS(3018), - [aux_sym_connection_attempts_token1] = ACTIONS(3018), - [aux_sym_connect_timeout_token1] = ACTIONS(3018), - [aux_sym_control_master_token1] = ACTIONS(3018), - [aux_sym_control_path_token1] = ACTIONS(3018), - [aux_sym_control_persist_token1] = ACTIONS(3018), - [aux_sym_dynamic_forward_token1] = ACTIONS(3018), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3018), - [aux_sym_escape_char_token1] = ACTIONS(3018), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3018), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3018), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3018), - [aux_sym_forward_agent_token1] = ACTIONS(3018), - [aux_sym_forward_x11_token1] = ACTIONS(3020), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3018), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3018), - [aux_sym_gateway_ports_token1] = ACTIONS(3018), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3018), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3018), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3018), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3018), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3018), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3018), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3018), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3018), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3018), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3018), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3018), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3018), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3018), - [aux_sym_host_key_alias_token1] = ACTIONS(3018), - [aux_sym_hostname_token1] = ACTIONS(3018), - [aux_sym_identities_only_token1] = ACTIONS(3018), - [aux_sym_identity_agent_token1] = ACTIONS(3018), - [aux_sym_identity_file_token1] = ACTIONS(3018), - [aux_sym_ignore_unknown_token1] = ACTIONS(3018), - [aux_sym_include_token1] = ACTIONS(3018), - [aux_sym_ip_qos_token1] = ACTIONS(3018), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3018), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3018), - [aux_sym_kex_algorithms_token1] = ACTIONS(3018), - [aux_sym_known_hosts_command_token1] = ACTIONS(3018), - [aux_sym_local_command_token1] = ACTIONS(3018), - [aux_sym_local_forward_token1] = ACTIONS(3018), - [aux_sym_log_level_token1] = ACTIONS(3018), - [aux_sym_log_verbose_token1] = ACTIONS(3018), - [aux_sym_macs_token1] = ACTIONS(3018), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3018), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3018), - [aux_sym_password_authentication_token1] = ACTIONS(3018), - [aux_sym_permit_local_command_token1] = ACTIONS(3018), - [aux_sym_permit_remote_open_token1] = ACTIONS(3018), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3018), - [aux_sym_port_token1] = ACTIONS(3018), - [aux_sym_preferred_authentications_token1] = ACTIONS(3018), - [aux_sym_protocol_token1] = ACTIONS(3018), - [aux_sym_proxy_command_token1] = ACTIONS(3018), - [aux_sym_proxy_jump_token1] = ACTIONS(3018), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3018), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3018), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3018), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3018), - [aux_sym_rekey_limit_token1] = ACTIONS(3018), - [aux_sym_remote_command_token1] = ACTIONS(3018), - [aux_sym_remote_forward_token1] = ACTIONS(3018), - [aux_sym_request_tty_token1] = ACTIONS(3018), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3018), - [aux_sym_security_key_provider_token1] = ACTIONS(3018), - [aux_sym_send_env_token1] = ACTIONS(3018), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3018), - [aux_sym_server_alive_interval_token1] = ACTIONS(3018), - [aux_sym_session_type_token1] = ACTIONS(3018), - [aux_sym_set_env_token1] = ACTIONS(3018), - [aux_sym_stdin_null_token1] = ACTIONS(3018), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3018), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3018), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3018), - [aux_sym_syslog_facility_token1] = ACTIONS(3018), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3018), - [aux_sym_keep_alive_token1] = ACTIONS(3018), - [aux_sym_tunnel_token1] = ACTIONS(3020), - [aux_sym_tunnel_device_token1] = ACTIONS(3018), - [aux_sym_update_host_keys_token1] = ACTIONS(3018), - [aux_sym_use_keychain_token1] = ACTIONS(3018), - [aux_sym_use_roaming_token1] = ACTIONS(3018), - [aux_sym_user_token1] = ACTIONS(3020), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3018), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3018), - [aux_sym_visual_host_key_token1] = ACTIONS(3018), - [aux_sym_xauth_location_token1] = ACTIONS(3018), + [ts_builtin_sym_end] = ACTIONS(3049), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3051), + [aux_sym_match_token1] = ACTIONS(3049), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3049), + [aux_sym_address_family_token1] = ACTIONS(3049), + [aux_sym_batch_mode_token1] = ACTIONS(3049), + [aux_sym_bind_address_token1] = ACTIONS(3049), + [aux_sym_bind_interface_token1] = ACTIONS(3049), + [aux_sym_canonical_domains_token1] = ACTIONS(3049), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3049), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3049), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3049), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3049), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3049), + [aux_sym_certificate_file_token1] = ACTIONS(3049), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3049), + [aux_sym_check_host_ip_token1] = ACTIONS(3049), + [aux_sym_ciphers_token1] = ACTIONS(3049), + [aux_sym_cipher_token1] = ACTIONS(3051), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3049), + [aux_sym_compression_token1] = ACTIONS(3049), + [aux_sym_connection_attempts_token1] = ACTIONS(3049), + [aux_sym_connect_timeout_token1] = ACTIONS(3049), + [aux_sym_control_master_token1] = ACTIONS(3049), + [aux_sym_control_path_token1] = ACTIONS(3049), + [aux_sym_control_persist_token1] = ACTIONS(3049), + [aux_sym_dynamic_forward_token1] = ACTIONS(3049), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3049), + [aux_sym_escape_char_token1] = ACTIONS(3049), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3049), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3049), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3049), + [aux_sym_forward_agent_token1] = ACTIONS(3049), + [aux_sym_forward_x11_token1] = ACTIONS(3051), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3049), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3049), + [aux_sym_gateway_ports_token1] = ACTIONS(3049), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3049), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3049), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3049), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3049), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3049), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3049), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3049), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3049), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3049), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3049), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3049), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3049), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3049), + [aux_sym_host_key_alias_token1] = ACTIONS(3049), + [aux_sym_hostname_token1] = ACTIONS(3049), + [aux_sym_identities_only_token1] = ACTIONS(3049), + [aux_sym_identity_agent_token1] = ACTIONS(3049), + [aux_sym_identity_file_token1] = ACTIONS(3049), + [aux_sym_ignore_unknown_token1] = ACTIONS(3049), + [aux_sym_include_token1] = ACTIONS(3049), + [aux_sym_ip_qos_token1] = ACTIONS(3049), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3049), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3049), + [aux_sym_kex_algorithms_token1] = ACTIONS(3049), + [aux_sym_known_hosts_command_token1] = ACTIONS(3049), + [aux_sym_local_command_token1] = ACTIONS(3049), + [aux_sym_local_forward_token1] = ACTIONS(3049), + [aux_sym_log_level_token1] = ACTIONS(3049), + [aux_sym_log_verbose_token1] = ACTIONS(3049), + [aux_sym_macs_token1] = ACTIONS(3049), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3049), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3049), + [aux_sym_password_authentication_token1] = ACTIONS(3049), + [aux_sym_permit_local_command_token1] = ACTIONS(3049), + [aux_sym_permit_remote_open_token1] = ACTIONS(3049), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3049), + [aux_sym_port_token1] = ACTIONS(3049), + [aux_sym_preferred_authentications_token1] = ACTIONS(3049), + [aux_sym_protocol_token1] = ACTIONS(3049), + [aux_sym_proxy_command_token1] = ACTIONS(3049), + [aux_sym_proxy_jump_token1] = ACTIONS(3049), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3049), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3049), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3049), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3049), + [aux_sym_rekey_limit_token1] = ACTIONS(3049), + [aux_sym_remote_command_token1] = ACTIONS(3049), + [aux_sym_remote_forward_token1] = ACTIONS(3049), + [aux_sym_request_tty_token1] = ACTIONS(3049), + [aux_sym_required_rsa_size_token1] = ACTIONS(3049), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3049), + [aux_sym_security_key_provider_token1] = ACTIONS(3049), + [aux_sym_send_env_token1] = ACTIONS(3049), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3049), + [aux_sym_server_alive_interval_token1] = ACTIONS(3049), + [aux_sym_session_type_token1] = ACTIONS(3049), + [aux_sym_set_env_token1] = ACTIONS(3049), + [aux_sym_stdin_null_token1] = ACTIONS(3049), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3049), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3049), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3049), + [aux_sym_syslog_facility_token1] = ACTIONS(3049), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3049), + [aux_sym_keep_alive_token1] = ACTIONS(3049), + [aux_sym_tunnel_token1] = ACTIONS(3051), + [aux_sym_tunnel_device_token1] = ACTIONS(3049), + [aux_sym_update_host_keys_token1] = ACTIONS(3049), + [aux_sym_use_keychain_token1] = ACTIONS(3049), + [aux_sym_use_roaming_token1] = ACTIONS(3049), + [aux_sym_user_token1] = ACTIONS(3051), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3049), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3049), + [aux_sym_visual_host_key_token1] = ACTIONS(3049), + [aux_sym_xauth_location_token1] = ACTIONS(3049), }, [466] = { - [ts_builtin_sym_end] = ACTIONS(3022), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3024), - [aux_sym_match_token1] = ACTIONS(3022), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3022), - [aux_sym_address_family_token1] = ACTIONS(3022), - [aux_sym_batch_mode_token1] = ACTIONS(3022), - [aux_sym_bind_address_token1] = ACTIONS(3022), - [aux_sym_bind_interface_token1] = ACTIONS(3022), - [aux_sym_canonical_domains_token1] = ACTIONS(3022), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3022), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3022), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3022), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3022), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3022), - [aux_sym_certificate_file_token1] = ACTIONS(3022), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3022), - [aux_sym_check_host_ip_token1] = ACTIONS(3022), - [aux_sym_ciphers_token1] = ACTIONS(3022), - [aux_sym_cipher_token1] = ACTIONS(3024), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3022), - [aux_sym_compression_token1] = ACTIONS(3022), - [aux_sym_connection_attempts_token1] = ACTIONS(3022), - [aux_sym_connect_timeout_token1] = ACTIONS(3022), - [aux_sym_control_master_token1] = ACTIONS(3022), - [aux_sym_control_path_token1] = ACTIONS(3022), - [aux_sym_control_persist_token1] = ACTIONS(3022), - [aux_sym_dynamic_forward_token1] = ACTIONS(3022), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3022), - [aux_sym_escape_char_token1] = ACTIONS(3022), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3022), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3022), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3022), - [aux_sym_forward_agent_token1] = ACTIONS(3022), - [aux_sym_forward_x11_token1] = ACTIONS(3024), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3022), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3022), - [aux_sym_gateway_ports_token1] = ACTIONS(3022), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3022), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3022), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3022), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3022), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3022), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3022), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3022), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3022), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3022), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3022), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3022), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3022), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3022), - [aux_sym_host_key_alias_token1] = ACTIONS(3022), - [aux_sym_hostname_token1] = ACTIONS(3022), - [aux_sym_identities_only_token1] = ACTIONS(3022), - [aux_sym_identity_agent_token1] = ACTIONS(3022), - [aux_sym_identity_file_token1] = ACTIONS(3022), - [aux_sym_ignore_unknown_token1] = ACTIONS(3022), - [aux_sym_include_token1] = ACTIONS(3022), - [aux_sym_ip_qos_token1] = ACTIONS(3022), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3022), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3022), - [aux_sym_kex_algorithms_token1] = ACTIONS(3022), - [aux_sym_known_hosts_command_token1] = ACTIONS(3022), - [aux_sym_local_command_token1] = ACTIONS(3022), - [aux_sym_local_forward_token1] = ACTIONS(3022), - [aux_sym_log_level_token1] = ACTIONS(3022), - [aux_sym_log_verbose_token1] = ACTIONS(3022), - [aux_sym_macs_token1] = ACTIONS(3022), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3022), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3022), - [aux_sym_password_authentication_token1] = ACTIONS(3022), - [aux_sym_permit_local_command_token1] = ACTIONS(3022), - [aux_sym_permit_remote_open_token1] = ACTIONS(3022), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3022), - [aux_sym_port_token1] = ACTIONS(3022), - [aux_sym_preferred_authentications_token1] = ACTIONS(3022), - [aux_sym_protocol_token1] = ACTIONS(3022), - [aux_sym_proxy_command_token1] = ACTIONS(3022), - [aux_sym_proxy_jump_token1] = ACTIONS(3022), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3022), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3022), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3022), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3022), - [aux_sym_rekey_limit_token1] = ACTIONS(3022), - [aux_sym_remote_command_token1] = ACTIONS(3022), - [aux_sym_remote_forward_token1] = ACTIONS(3022), - [aux_sym_request_tty_token1] = ACTIONS(3022), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3022), - [aux_sym_security_key_provider_token1] = ACTIONS(3022), - [aux_sym_send_env_token1] = ACTIONS(3022), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3022), - [aux_sym_server_alive_interval_token1] = ACTIONS(3022), - [aux_sym_session_type_token1] = ACTIONS(3022), - [aux_sym_set_env_token1] = ACTIONS(3022), - [aux_sym_stdin_null_token1] = ACTIONS(3022), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3022), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3022), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3022), - [aux_sym_syslog_facility_token1] = ACTIONS(3022), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3022), - [aux_sym_keep_alive_token1] = ACTIONS(3022), - [aux_sym_tunnel_token1] = ACTIONS(3024), - [aux_sym_tunnel_device_token1] = ACTIONS(3022), - [aux_sym_update_host_keys_token1] = ACTIONS(3022), - [aux_sym_use_keychain_token1] = ACTIONS(3022), - [aux_sym_use_roaming_token1] = ACTIONS(3022), - [aux_sym_user_token1] = ACTIONS(3024), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3022), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3022), - [aux_sym_visual_host_key_token1] = ACTIONS(3022), - [aux_sym_xauth_location_token1] = ACTIONS(3022), + [ts_builtin_sym_end] = ACTIONS(3053), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3055), + [aux_sym_match_token1] = ACTIONS(3053), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3053), + [aux_sym_address_family_token1] = ACTIONS(3053), + [aux_sym_batch_mode_token1] = ACTIONS(3053), + [aux_sym_bind_address_token1] = ACTIONS(3053), + [aux_sym_bind_interface_token1] = ACTIONS(3053), + [aux_sym_canonical_domains_token1] = ACTIONS(3053), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3053), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3053), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3053), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3053), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3053), + [aux_sym_certificate_file_token1] = ACTIONS(3053), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3053), + [aux_sym_check_host_ip_token1] = ACTIONS(3053), + [aux_sym_ciphers_token1] = ACTIONS(3053), + [aux_sym_cipher_token1] = ACTIONS(3055), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3053), + [aux_sym_compression_token1] = ACTIONS(3053), + [aux_sym_connection_attempts_token1] = ACTIONS(3053), + [aux_sym_connect_timeout_token1] = ACTIONS(3053), + [aux_sym_control_master_token1] = ACTIONS(3053), + [aux_sym_control_path_token1] = ACTIONS(3053), + [aux_sym_control_persist_token1] = ACTIONS(3053), + [aux_sym_dynamic_forward_token1] = ACTIONS(3053), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3053), + [aux_sym_escape_char_token1] = ACTIONS(3053), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3053), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3053), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3053), + [aux_sym_forward_agent_token1] = ACTIONS(3053), + [aux_sym_forward_x11_token1] = ACTIONS(3055), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3053), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3053), + [aux_sym_gateway_ports_token1] = ACTIONS(3053), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3053), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3053), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3053), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3053), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3053), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3053), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3053), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3053), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3053), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3053), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3053), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3053), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3053), + [aux_sym_host_key_alias_token1] = ACTIONS(3053), + [aux_sym_hostname_token1] = ACTIONS(3053), + [aux_sym_identities_only_token1] = ACTIONS(3053), + [aux_sym_identity_agent_token1] = ACTIONS(3053), + [aux_sym_identity_file_token1] = ACTIONS(3053), + [aux_sym_ignore_unknown_token1] = ACTIONS(3053), + [aux_sym_include_token1] = ACTIONS(3053), + [aux_sym_ip_qos_token1] = ACTIONS(3053), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3053), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3053), + [aux_sym_kex_algorithms_token1] = ACTIONS(3053), + [aux_sym_known_hosts_command_token1] = ACTIONS(3053), + [aux_sym_local_command_token1] = ACTIONS(3053), + [aux_sym_local_forward_token1] = ACTIONS(3053), + [aux_sym_log_level_token1] = ACTIONS(3053), + [aux_sym_log_verbose_token1] = ACTIONS(3053), + [aux_sym_macs_token1] = ACTIONS(3053), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3053), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3053), + [aux_sym_password_authentication_token1] = ACTIONS(3053), + [aux_sym_permit_local_command_token1] = ACTIONS(3053), + [aux_sym_permit_remote_open_token1] = ACTIONS(3053), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3053), + [aux_sym_port_token1] = ACTIONS(3053), + [aux_sym_preferred_authentications_token1] = ACTIONS(3053), + [aux_sym_protocol_token1] = ACTIONS(3053), + [aux_sym_proxy_command_token1] = ACTIONS(3053), + [aux_sym_proxy_jump_token1] = ACTIONS(3053), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3053), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3053), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3053), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3053), + [aux_sym_rekey_limit_token1] = ACTIONS(3053), + [aux_sym_remote_command_token1] = ACTIONS(3053), + [aux_sym_remote_forward_token1] = ACTIONS(3053), + [aux_sym_request_tty_token1] = ACTIONS(3053), + [aux_sym_required_rsa_size_token1] = ACTIONS(3053), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3053), + [aux_sym_security_key_provider_token1] = ACTIONS(3053), + [aux_sym_send_env_token1] = ACTIONS(3053), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3053), + [aux_sym_server_alive_interval_token1] = ACTIONS(3053), + [aux_sym_session_type_token1] = ACTIONS(3053), + [aux_sym_set_env_token1] = ACTIONS(3053), + [aux_sym_stdin_null_token1] = ACTIONS(3053), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3053), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3053), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3053), + [aux_sym_syslog_facility_token1] = ACTIONS(3053), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3053), + [aux_sym_keep_alive_token1] = ACTIONS(3053), + [aux_sym_tunnel_token1] = ACTIONS(3055), + [aux_sym_tunnel_device_token1] = ACTIONS(3053), + [aux_sym_update_host_keys_token1] = ACTIONS(3053), + [aux_sym_use_keychain_token1] = ACTIONS(3053), + [aux_sym_use_roaming_token1] = ACTIONS(3053), + [aux_sym_user_token1] = ACTIONS(3055), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3053), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3053), + [aux_sym_visual_host_key_token1] = ACTIONS(3053), + [aux_sym_xauth_location_token1] = ACTIONS(3053), }, [467] = { - [ts_builtin_sym_end] = ACTIONS(3026), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3028), - [aux_sym_match_token1] = ACTIONS(3026), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3026), - [aux_sym_address_family_token1] = ACTIONS(3026), - [aux_sym_batch_mode_token1] = ACTIONS(3026), - [aux_sym_bind_address_token1] = ACTIONS(3026), - [aux_sym_bind_interface_token1] = ACTIONS(3026), - [aux_sym_canonical_domains_token1] = ACTIONS(3026), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3026), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3026), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3026), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3026), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3026), - [aux_sym_certificate_file_token1] = ACTIONS(3026), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3026), - [aux_sym_check_host_ip_token1] = ACTIONS(3026), - [aux_sym_ciphers_token1] = ACTIONS(3026), - [aux_sym_cipher_token1] = ACTIONS(3028), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3026), - [aux_sym_compression_token1] = ACTIONS(3026), - [aux_sym_connection_attempts_token1] = ACTIONS(3026), - [aux_sym_connect_timeout_token1] = ACTIONS(3026), - [aux_sym_control_master_token1] = ACTIONS(3026), - [aux_sym_control_path_token1] = ACTIONS(3026), - [aux_sym_control_persist_token1] = ACTIONS(3026), - [aux_sym_dynamic_forward_token1] = ACTIONS(3026), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3026), - [aux_sym_escape_char_token1] = ACTIONS(3026), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3026), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3026), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3026), - [aux_sym_forward_agent_token1] = ACTIONS(3026), - [aux_sym_forward_x11_token1] = ACTIONS(3028), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3026), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3026), - [aux_sym_gateway_ports_token1] = ACTIONS(3026), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3026), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3026), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3026), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3026), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3026), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3026), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3026), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3026), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3026), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3026), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3026), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3026), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3026), - [aux_sym_host_key_alias_token1] = ACTIONS(3026), - [aux_sym_hostname_token1] = ACTIONS(3026), - [aux_sym_identities_only_token1] = ACTIONS(3026), - [aux_sym_identity_agent_token1] = ACTIONS(3026), - [aux_sym_identity_file_token1] = ACTIONS(3026), - [aux_sym_ignore_unknown_token1] = ACTIONS(3026), - [aux_sym_include_token1] = ACTIONS(3026), - [aux_sym_ip_qos_token1] = ACTIONS(3026), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3026), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3026), - [aux_sym_kex_algorithms_token1] = ACTIONS(3026), - [aux_sym_known_hosts_command_token1] = ACTIONS(3026), - [aux_sym_local_command_token1] = ACTIONS(3026), - [aux_sym_local_forward_token1] = ACTIONS(3026), - [aux_sym_log_level_token1] = ACTIONS(3026), - [aux_sym_log_verbose_token1] = ACTIONS(3026), - [aux_sym_macs_token1] = ACTIONS(3026), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3026), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3026), - [aux_sym_password_authentication_token1] = ACTIONS(3026), - [aux_sym_permit_local_command_token1] = ACTIONS(3026), - [aux_sym_permit_remote_open_token1] = ACTIONS(3026), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3026), - [aux_sym_port_token1] = ACTIONS(3026), - [aux_sym_preferred_authentications_token1] = ACTIONS(3026), - [aux_sym_protocol_token1] = ACTIONS(3026), - [aux_sym_proxy_command_token1] = ACTIONS(3026), - [aux_sym_proxy_jump_token1] = ACTIONS(3026), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3026), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3026), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3026), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3026), - [aux_sym_rekey_limit_token1] = ACTIONS(3026), - [aux_sym_remote_command_token1] = ACTIONS(3026), - [aux_sym_remote_forward_token1] = ACTIONS(3026), - [aux_sym_request_tty_token1] = ACTIONS(3026), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3026), - [aux_sym_security_key_provider_token1] = ACTIONS(3026), - [aux_sym_send_env_token1] = ACTIONS(3026), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3026), - [aux_sym_server_alive_interval_token1] = ACTIONS(3026), - [aux_sym_session_type_token1] = ACTIONS(3026), - [aux_sym_set_env_token1] = ACTIONS(3026), - [aux_sym_stdin_null_token1] = ACTIONS(3026), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3026), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3026), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3026), - [aux_sym_syslog_facility_token1] = ACTIONS(3026), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3026), - [aux_sym_keep_alive_token1] = ACTIONS(3026), - [aux_sym_tunnel_token1] = ACTIONS(3028), - [aux_sym_tunnel_device_token1] = ACTIONS(3026), - [aux_sym_update_host_keys_token1] = ACTIONS(3026), - [aux_sym_use_keychain_token1] = ACTIONS(3026), - [aux_sym_use_roaming_token1] = ACTIONS(3026), - [aux_sym_user_token1] = ACTIONS(3028), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3026), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3026), - [aux_sym_visual_host_key_token1] = ACTIONS(3026), - [aux_sym_xauth_location_token1] = ACTIONS(3026), + [ts_builtin_sym_end] = ACTIONS(3057), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3059), + [aux_sym_match_token1] = ACTIONS(3057), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3057), + [aux_sym_address_family_token1] = ACTIONS(3057), + [aux_sym_batch_mode_token1] = ACTIONS(3057), + [aux_sym_bind_address_token1] = ACTIONS(3057), + [aux_sym_bind_interface_token1] = ACTIONS(3057), + [aux_sym_canonical_domains_token1] = ACTIONS(3057), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3057), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3057), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3057), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3057), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3057), + [aux_sym_certificate_file_token1] = ACTIONS(3057), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3057), + [aux_sym_check_host_ip_token1] = ACTIONS(3057), + [aux_sym_ciphers_token1] = ACTIONS(3057), + [aux_sym_cipher_token1] = ACTIONS(3059), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3057), + [aux_sym_compression_token1] = ACTIONS(3057), + [aux_sym_connection_attempts_token1] = ACTIONS(3057), + [aux_sym_connect_timeout_token1] = ACTIONS(3057), + [aux_sym_control_master_token1] = ACTIONS(3057), + [aux_sym_control_path_token1] = ACTIONS(3057), + [aux_sym_control_persist_token1] = ACTIONS(3057), + [aux_sym_dynamic_forward_token1] = ACTIONS(3057), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3057), + [aux_sym_escape_char_token1] = ACTIONS(3057), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3057), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3057), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3057), + [aux_sym_forward_agent_token1] = ACTIONS(3057), + [aux_sym_forward_x11_token1] = ACTIONS(3059), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3057), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3057), + [aux_sym_gateway_ports_token1] = ACTIONS(3057), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3057), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3057), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3057), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3057), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3057), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3057), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3057), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3057), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3057), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3057), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3057), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3057), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3057), + [aux_sym_host_key_alias_token1] = ACTIONS(3057), + [aux_sym_hostname_token1] = ACTIONS(3057), + [aux_sym_identities_only_token1] = ACTIONS(3057), + [aux_sym_identity_agent_token1] = ACTIONS(3057), + [aux_sym_identity_file_token1] = ACTIONS(3057), + [aux_sym_ignore_unknown_token1] = ACTIONS(3057), + [aux_sym_include_token1] = ACTIONS(3057), + [aux_sym_ip_qos_token1] = ACTIONS(3057), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3057), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3057), + [aux_sym_kex_algorithms_token1] = ACTIONS(3057), + [aux_sym_known_hosts_command_token1] = ACTIONS(3057), + [aux_sym_local_command_token1] = ACTIONS(3057), + [aux_sym_local_forward_token1] = ACTIONS(3057), + [aux_sym_log_level_token1] = ACTIONS(3057), + [aux_sym_log_verbose_token1] = ACTIONS(3057), + [aux_sym_macs_token1] = ACTIONS(3057), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3057), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3057), + [aux_sym_password_authentication_token1] = ACTIONS(3057), + [aux_sym_permit_local_command_token1] = ACTIONS(3057), + [aux_sym_permit_remote_open_token1] = ACTIONS(3057), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3057), + [aux_sym_port_token1] = ACTIONS(3057), + [aux_sym_preferred_authentications_token1] = ACTIONS(3057), + [aux_sym_protocol_token1] = ACTIONS(3057), + [aux_sym_proxy_command_token1] = ACTIONS(3057), + [aux_sym_proxy_jump_token1] = ACTIONS(3057), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3057), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3057), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3057), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3057), + [aux_sym_rekey_limit_token1] = ACTIONS(3057), + [aux_sym_remote_command_token1] = ACTIONS(3057), + [aux_sym_remote_forward_token1] = ACTIONS(3057), + [aux_sym_request_tty_token1] = ACTIONS(3057), + [aux_sym_required_rsa_size_token1] = ACTIONS(3057), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3057), + [aux_sym_security_key_provider_token1] = ACTIONS(3057), + [aux_sym_send_env_token1] = ACTIONS(3057), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3057), + [aux_sym_server_alive_interval_token1] = ACTIONS(3057), + [aux_sym_session_type_token1] = ACTIONS(3057), + [aux_sym_set_env_token1] = ACTIONS(3057), + [aux_sym_stdin_null_token1] = ACTIONS(3057), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3057), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3057), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3057), + [aux_sym_syslog_facility_token1] = ACTIONS(3057), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3057), + [aux_sym_keep_alive_token1] = ACTIONS(3057), + [aux_sym_tunnel_token1] = ACTIONS(3059), + [aux_sym_tunnel_device_token1] = ACTIONS(3057), + [aux_sym_update_host_keys_token1] = ACTIONS(3057), + [aux_sym_use_keychain_token1] = ACTIONS(3057), + [aux_sym_use_roaming_token1] = ACTIONS(3057), + [aux_sym_user_token1] = ACTIONS(3059), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3057), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3057), + [aux_sym_visual_host_key_token1] = ACTIONS(3057), + [aux_sym_xauth_location_token1] = ACTIONS(3057), }, [468] = { - [ts_builtin_sym_end] = ACTIONS(3030), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3032), - [aux_sym_match_token1] = ACTIONS(3030), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3030), - [aux_sym_address_family_token1] = ACTIONS(3030), - [aux_sym_batch_mode_token1] = ACTIONS(3030), - [aux_sym_bind_address_token1] = ACTIONS(3030), - [aux_sym_bind_interface_token1] = ACTIONS(3030), - [aux_sym_canonical_domains_token1] = ACTIONS(3030), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3030), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3030), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3030), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3030), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3030), - [aux_sym_certificate_file_token1] = ACTIONS(3030), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3030), - [aux_sym_check_host_ip_token1] = ACTIONS(3030), - [aux_sym_ciphers_token1] = ACTIONS(3030), - [aux_sym_cipher_token1] = ACTIONS(3032), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3030), - [aux_sym_compression_token1] = ACTIONS(3030), - [aux_sym_connection_attempts_token1] = ACTIONS(3030), - [aux_sym_connect_timeout_token1] = ACTIONS(3030), - [aux_sym_control_master_token1] = ACTIONS(3030), - [aux_sym_control_path_token1] = ACTIONS(3030), - [aux_sym_control_persist_token1] = ACTIONS(3030), - [aux_sym_dynamic_forward_token1] = ACTIONS(3030), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3030), - [aux_sym_escape_char_token1] = ACTIONS(3030), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3030), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3030), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3030), - [aux_sym_forward_agent_token1] = ACTIONS(3030), - [aux_sym_forward_x11_token1] = ACTIONS(3032), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3030), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3030), - [aux_sym_gateway_ports_token1] = ACTIONS(3030), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3030), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3030), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3030), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3030), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3030), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3030), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3030), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3030), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3030), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3030), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3030), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3030), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3030), - [aux_sym_host_key_alias_token1] = ACTIONS(3030), - [aux_sym_hostname_token1] = ACTIONS(3030), - [aux_sym_identities_only_token1] = ACTIONS(3030), - [aux_sym_identity_agent_token1] = ACTIONS(3030), - [aux_sym_identity_file_token1] = ACTIONS(3030), - [aux_sym_ignore_unknown_token1] = ACTIONS(3030), - [aux_sym_include_token1] = ACTIONS(3030), - [aux_sym_ip_qos_token1] = ACTIONS(3030), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3030), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3030), - [aux_sym_kex_algorithms_token1] = ACTIONS(3030), - [aux_sym_known_hosts_command_token1] = ACTIONS(3030), - [aux_sym_local_command_token1] = ACTIONS(3030), - [aux_sym_local_forward_token1] = ACTIONS(3030), - [aux_sym_log_level_token1] = ACTIONS(3030), - [aux_sym_log_verbose_token1] = ACTIONS(3030), - [aux_sym_macs_token1] = ACTIONS(3030), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3030), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3030), - [aux_sym_password_authentication_token1] = ACTIONS(3030), - [aux_sym_permit_local_command_token1] = ACTIONS(3030), - [aux_sym_permit_remote_open_token1] = ACTIONS(3030), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3030), - [aux_sym_port_token1] = ACTIONS(3030), - [aux_sym_preferred_authentications_token1] = ACTIONS(3030), - [aux_sym_protocol_token1] = ACTIONS(3030), - [aux_sym_proxy_command_token1] = ACTIONS(3030), - [aux_sym_proxy_jump_token1] = ACTIONS(3030), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3030), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3030), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3030), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3030), - [aux_sym_rekey_limit_token1] = ACTIONS(3030), - [aux_sym_remote_command_token1] = ACTIONS(3030), - [aux_sym_remote_forward_token1] = ACTIONS(3030), - [aux_sym_request_tty_token1] = ACTIONS(3030), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3030), - [aux_sym_security_key_provider_token1] = ACTIONS(3030), - [aux_sym_send_env_token1] = ACTIONS(3030), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3030), - [aux_sym_server_alive_interval_token1] = ACTIONS(3030), - [aux_sym_session_type_token1] = ACTIONS(3030), - [aux_sym_set_env_token1] = ACTIONS(3030), - [aux_sym_stdin_null_token1] = ACTIONS(3030), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3030), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3030), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3030), - [aux_sym_syslog_facility_token1] = ACTIONS(3030), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3030), - [aux_sym_keep_alive_token1] = ACTIONS(3030), - [aux_sym_tunnel_token1] = ACTIONS(3032), - [aux_sym_tunnel_device_token1] = ACTIONS(3030), - [aux_sym_update_host_keys_token1] = ACTIONS(3030), - [aux_sym_use_keychain_token1] = ACTIONS(3030), - [aux_sym_use_roaming_token1] = ACTIONS(3030), - [aux_sym_user_token1] = ACTIONS(3032), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3030), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3030), - [aux_sym_visual_host_key_token1] = ACTIONS(3030), - [aux_sym_xauth_location_token1] = ACTIONS(3030), + [ts_builtin_sym_end] = ACTIONS(3061), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3063), + [aux_sym_match_token1] = ACTIONS(3061), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3061), + [aux_sym_address_family_token1] = ACTIONS(3061), + [aux_sym_batch_mode_token1] = ACTIONS(3061), + [aux_sym_bind_address_token1] = ACTIONS(3061), + [aux_sym_bind_interface_token1] = ACTIONS(3061), + [aux_sym_canonical_domains_token1] = ACTIONS(3061), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3061), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3061), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3061), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3061), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3061), + [aux_sym_certificate_file_token1] = ACTIONS(3061), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3061), + [aux_sym_check_host_ip_token1] = ACTIONS(3061), + [aux_sym_ciphers_token1] = ACTIONS(3061), + [aux_sym_cipher_token1] = ACTIONS(3063), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3061), + [aux_sym_compression_token1] = ACTIONS(3061), + [aux_sym_connection_attempts_token1] = ACTIONS(3061), + [aux_sym_connect_timeout_token1] = ACTIONS(3061), + [aux_sym_control_master_token1] = ACTIONS(3061), + [aux_sym_control_path_token1] = ACTIONS(3061), + [aux_sym_control_persist_token1] = ACTIONS(3061), + [aux_sym_dynamic_forward_token1] = ACTIONS(3061), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3061), + [aux_sym_escape_char_token1] = ACTIONS(3061), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3061), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3061), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3061), + [aux_sym_forward_agent_token1] = ACTIONS(3061), + [aux_sym_forward_x11_token1] = ACTIONS(3063), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3061), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3061), + [aux_sym_gateway_ports_token1] = ACTIONS(3061), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3061), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3061), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3061), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3061), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3061), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3061), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3061), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3061), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3061), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3061), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3061), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3061), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3061), + [aux_sym_host_key_alias_token1] = ACTIONS(3061), + [aux_sym_hostname_token1] = ACTIONS(3061), + [aux_sym_identities_only_token1] = ACTIONS(3061), + [aux_sym_identity_agent_token1] = ACTIONS(3061), + [aux_sym_identity_file_token1] = ACTIONS(3061), + [aux_sym_ignore_unknown_token1] = ACTIONS(3061), + [aux_sym_include_token1] = ACTIONS(3061), + [aux_sym_ip_qos_token1] = ACTIONS(3061), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3061), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3061), + [aux_sym_kex_algorithms_token1] = ACTIONS(3061), + [aux_sym_known_hosts_command_token1] = ACTIONS(3061), + [aux_sym_local_command_token1] = ACTIONS(3061), + [aux_sym_local_forward_token1] = ACTIONS(3061), + [aux_sym_log_level_token1] = ACTIONS(3061), + [aux_sym_log_verbose_token1] = ACTIONS(3061), + [aux_sym_macs_token1] = ACTIONS(3061), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3061), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3061), + [aux_sym_password_authentication_token1] = ACTIONS(3061), + [aux_sym_permit_local_command_token1] = ACTIONS(3061), + [aux_sym_permit_remote_open_token1] = ACTIONS(3061), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3061), + [aux_sym_port_token1] = ACTIONS(3061), + [aux_sym_preferred_authentications_token1] = ACTIONS(3061), + [aux_sym_protocol_token1] = ACTIONS(3061), + [aux_sym_proxy_command_token1] = ACTIONS(3061), + [aux_sym_proxy_jump_token1] = ACTIONS(3061), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3061), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3061), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3061), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3061), + [aux_sym_rekey_limit_token1] = ACTIONS(3061), + [aux_sym_remote_command_token1] = ACTIONS(3061), + [aux_sym_remote_forward_token1] = ACTIONS(3061), + [aux_sym_request_tty_token1] = ACTIONS(3061), + [aux_sym_required_rsa_size_token1] = ACTIONS(3061), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3061), + [aux_sym_security_key_provider_token1] = ACTIONS(3061), + [aux_sym_send_env_token1] = ACTIONS(3061), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3061), + [aux_sym_server_alive_interval_token1] = ACTIONS(3061), + [aux_sym_session_type_token1] = ACTIONS(3061), + [aux_sym_set_env_token1] = ACTIONS(3061), + [aux_sym_stdin_null_token1] = ACTIONS(3061), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3061), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3061), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3061), + [aux_sym_syslog_facility_token1] = ACTIONS(3061), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3061), + [aux_sym_keep_alive_token1] = ACTIONS(3061), + [aux_sym_tunnel_token1] = ACTIONS(3063), + [aux_sym_tunnel_device_token1] = ACTIONS(3061), + [aux_sym_update_host_keys_token1] = ACTIONS(3061), + [aux_sym_use_keychain_token1] = ACTIONS(3061), + [aux_sym_use_roaming_token1] = ACTIONS(3061), + [aux_sym_user_token1] = ACTIONS(3063), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3061), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3061), + [aux_sym_visual_host_key_token1] = ACTIONS(3061), + [aux_sym_xauth_location_token1] = ACTIONS(3061), }, [469] = { - [ts_builtin_sym_end] = ACTIONS(3034), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3036), - [aux_sym_match_token1] = ACTIONS(3034), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3034), - [aux_sym_address_family_token1] = ACTIONS(3034), - [aux_sym_batch_mode_token1] = ACTIONS(3034), - [aux_sym_bind_address_token1] = ACTIONS(3034), - [aux_sym_bind_interface_token1] = ACTIONS(3034), - [aux_sym_canonical_domains_token1] = ACTIONS(3034), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3034), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3034), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3034), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3034), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3034), - [aux_sym_certificate_file_token1] = ACTIONS(3034), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3034), - [aux_sym_check_host_ip_token1] = ACTIONS(3034), - [aux_sym_ciphers_token1] = ACTIONS(3034), - [aux_sym_cipher_token1] = ACTIONS(3036), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3034), - [aux_sym_compression_token1] = ACTIONS(3034), - [aux_sym_connection_attempts_token1] = ACTIONS(3034), - [aux_sym_connect_timeout_token1] = ACTIONS(3034), - [aux_sym_control_master_token1] = ACTIONS(3034), - [aux_sym_control_path_token1] = ACTIONS(3034), - [aux_sym_control_persist_token1] = ACTIONS(3034), - [aux_sym_dynamic_forward_token1] = ACTIONS(3034), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3034), - [aux_sym_escape_char_token1] = ACTIONS(3034), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3034), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3034), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3034), - [aux_sym_forward_agent_token1] = ACTIONS(3034), - [aux_sym_forward_x11_token1] = ACTIONS(3036), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3034), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3034), - [aux_sym_gateway_ports_token1] = ACTIONS(3034), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3034), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3034), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3034), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3034), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3034), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3034), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3034), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3034), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3034), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3034), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3034), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3034), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3034), - [aux_sym_host_key_alias_token1] = ACTIONS(3034), - [aux_sym_hostname_token1] = ACTIONS(3034), - [aux_sym_identities_only_token1] = ACTIONS(3034), - [aux_sym_identity_agent_token1] = ACTIONS(3034), - [aux_sym_identity_file_token1] = ACTIONS(3034), - [aux_sym_ignore_unknown_token1] = ACTIONS(3034), - [aux_sym_include_token1] = ACTIONS(3034), - [aux_sym_ip_qos_token1] = ACTIONS(3034), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3034), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3034), - [aux_sym_kex_algorithms_token1] = ACTIONS(3034), - [aux_sym_known_hosts_command_token1] = ACTIONS(3034), - [aux_sym_local_command_token1] = ACTIONS(3034), - [aux_sym_local_forward_token1] = ACTIONS(3034), - [aux_sym_log_level_token1] = ACTIONS(3034), - [aux_sym_log_verbose_token1] = ACTIONS(3034), - [aux_sym_macs_token1] = ACTIONS(3034), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3034), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3034), - [aux_sym_password_authentication_token1] = ACTIONS(3034), - [aux_sym_permit_local_command_token1] = ACTIONS(3034), - [aux_sym_permit_remote_open_token1] = ACTIONS(3034), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3034), - [aux_sym_port_token1] = ACTIONS(3034), - [aux_sym_preferred_authentications_token1] = ACTIONS(3034), - [aux_sym_protocol_token1] = ACTIONS(3034), - [aux_sym_proxy_command_token1] = ACTIONS(3034), - [aux_sym_proxy_jump_token1] = ACTIONS(3034), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3034), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3034), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3034), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3034), - [aux_sym_rekey_limit_token1] = ACTIONS(3034), - [aux_sym_remote_command_token1] = ACTIONS(3034), - [aux_sym_remote_forward_token1] = ACTIONS(3034), - [aux_sym_request_tty_token1] = ACTIONS(3034), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3034), - [aux_sym_security_key_provider_token1] = ACTIONS(3034), - [aux_sym_send_env_token1] = ACTIONS(3034), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3034), - [aux_sym_server_alive_interval_token1] = ACTIONS(3034), - [aux_sym_session_type_token1] = ACTIONS(3034), - [aux_sym_set_env_token1] = ACTIONS(3034), - [aux_sym_stdin_null_token1] = ACTIONS(3034), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3034), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3034), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3034), - [aux_sym_syslog_facility_token1] = ACTIONS(3034), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3034), - [aux_sym_keep_alive_token1] = ACTIONS(3034), - [aux_sym_tunnel_token1] = ACTIONS(3036), - [aux_sym_tunnel_device_token1] = ACTIONS(3034), - [aux_sym_update_host_keys_token1] = ACTIONS(3034), - [aux_sym_use_keychain_token1] = ACTIONS(3034), - [aux_sym_use_roaming_token1] = ACTIONS(3034), - [aux_sym_user_token1] = ACTIONS(3036), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3034), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3034), - [aux_sym_visual_host_key_token1] = ACTIONS(3034), - [aux_sym_xauth_location_token1] = ACTIONS(3034), + [ts_builtin_sym_end] = ACTIONS(3065), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3067), + [aux_sym_match_token1] = ACTIONS(3065), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3065), + [aux_sym_address_family_token1] = ACTIONS(3065), + [aux_sym_batch_mode_token1] = ACTIONS(3065), + [aux_sym_bind_address_token1] = ACTIONS(3065), + [aux_sym_bind_interface_token1] = ACTIONS(3065), + [aux_sym_canonical_domains_token1] = ACTIONS(3065), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3065), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3065), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3065), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3065), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3065), + [aux_sym_certificate_file_token1] = ACTIONS(3065), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3065), + [aux_sym_check_host_ip_token1] = ACTIONS(3065), + [aux_sym_ciphers_token1] = ACTIONS(3065), + [aux_sym_cipher_token1] = ACTIONS(3067), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3065), + [aux_sym_compression_token1] = ACTIONS(3065), + [aux_sym_connection_attempts_token1] = ACTIONS(3065), + [aux_sym_connect_timeout_token1] = ACTIONS(3065), + [aux_sym_control_master_token1] = ACTIONS(3065), + [aux_sym_control_path_token1] = ACTIONS(3065), + [aux_sym_control_persist_token1] = ACTIONS(3065), + [aux_sym_dynamic_forward_token1] = ACTIONS(3065), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3065), + [aux_sym_escape_char_token1] = ACTIONS(3065), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3065), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3065), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3065), + [aux_sym_forward_agent_token1] = ACTIONS(3065), + [aux_sym_forward_x11_token1] = ACTIONS(3067), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3065), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3065), + [aux_sym_gateway_ports_token1] = ACTIONS(3065), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3065), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3065), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3065), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3065), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3065), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3065), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3065), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3065), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3065), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3065), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3065), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3065), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3065), + [aux_sym_host_key_alias_token1] = ACTIONS(3065), + [aux_sym_hostname_token1] = ACTIONS(3065), + [aux_sym_identities_only_token1] = ACTIONS(3065), + [aux_sym_identity_agent_token1] = ACTIONS(3065), + [aux_sym_identity_file_token1] = ACTIONS(3065), + [aux_sym_ignore_unknown_token1] = ACTIONS(3065), + [aux_sym_include_token1] = ACTIONS(3065), + [aux_sym_ip_qos_token1] = ACTIONS(3065), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3065), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3065), + [aux_sym_kex_algorithms_token1] = ACTIONS(3065), + [aux_sym_known_hosts_command_token1] = ACTIONS(3065), + [aux_sym_local_command_token1] = ACTIONS(3065), + [aux_sym_local_forward_token1] = ACTIONS(3065), + [aux_sym_log_level_token1] = ACTIONS(3065), + [aux_sym_log_verbose_token1] = ACTIONS(3065), + [aux_sym_macs_token1] = ACTIONS(3065), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3065), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3065), + [aux_sym_password_authentication_token1] = ACTIONS(3065), + [aux_sym_permit_local_command_token1] = ACTIONS(3065), + [aux_sym_permit_remote_open_token1] = ACTIONS(3065), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3065), + [aux_sym_port_token1] = ACTIONS(3065), + [aux_sym_preferred_authentications_token1] = ACTIONS(3065), + [aux_sym_protocol_token1] = ACTIONS(3065), + [aux_sym_proxy_command_token1] = ACTIONS(3065), + [aux_sym_proxy_jump_token1] = ACTIONS(3065), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3065), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3065), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3065), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3065), + [aux_sym_rekey_limit_token1] = ACTIONS(3065), + [aux_sym_remote_command_token1] = ACTIONS(3065), + [aux_sym_remote_forward_token1] = ACTIONS(3065), + [aux_sym_request_tty_token1] = ACTIONS(3065), + [aux_sym_required_rsa_size_token1] = ACTIONS(3065), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3065), + [aux_sym_security_key_provider_token1] = ACTIONS(3065), + [aux_sym_send_env_token1] = ACTIONS(3065), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3065), + [aux_sym_server_alive_interval_token1] = ACTIONS(3065), + [aux_sym_session_type_token1] = ACTIONS(3065), + [aux_sym_set_env_token1] = ACTIONS(3065), + [aux_sym_stdin_null_token1] = ACTIONS(3065), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3065), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3065), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3065), + [aux_sym_syslog_facility_token1] = ACTIONS(3065), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3065), + [aux_sym_keep_alive_token1] = ACTIONS(3065), + [aux_sym_tunnel_token1] = ACTIONS(3067), + [aux_sym_tunnel_device_token1] = ACTIONS(3065), + [aux_sym_update_host_keys_token1] = ACTIONS(3065), + [aux_sym_use_keychain_token1] = ACTIONS(3065), + [aux_sym_use_roaming_token1] = ACTIONS(3065), + [aux_sym_user_token1] = ACTIONS(3067), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3065), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3065), + [aux_sym_visual_host_key_token1] = ACTIONS(3065), + [aux_sym_xauth_location_token1] = ACTIONS(3065), }, [470] = { - [ts_builtin_sym_end] = ACTIONS(3038), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3040), - [aux_sym_match_token1] = ACTIONS(3038), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3038), - [aux_sym_address_family_token1] = ACTIONS(3038), - [aux_sym_batch_mode_token1] = ACTIONS(3038), - [aux_sym_bind_address_token1] = ACTIONS(3038), - [aux_sym_bind_interface_token1] = ACTIONS(3038), - [aux_sym_canonical_domains_token1] = ACTIONS(3038), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3038), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3038), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3038), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3038), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3038), - [aux_sym_certificate_file_token1] = ACTIONS(3038), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3038), - [aux_sym_check_host_ip_token1] = ACTIONS(3038), - [aux_sym_ciphers_token1] = ACTIONS(3038), - [aux_sym_cipher_token1] = ACTIONS(3040), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3038), - [aux_sym_compression_token1] = ACTIONS(3038), - [aux_sym_connection_attempts_token1] = ACTIONS(3038), - [aux_sym_connect_timeout_token1] = ACTIONS(3038), - [aux_sym_control_master_token1] = ACTIONS(3038), - [aux_sym_control_path_token1] = ACTIONS(3038), - [aux_sym_control_persist_token1] = ACTIONS(3038), - [aux_sym_dynamic_forward_token1] = ACTIONS(3038), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3038), - [aux_sym_escape_char_token1] = ACTIONS(3038), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3038), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3038), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3038), - [aux_sym_forward_agent_token1] = ACTIONS(3038), - [aux_sym_forward_x11_token1] = ACTIONS(3040), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3038), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3038), - [aux_sym_gateway_ports_token1] = ACTIONS(3038), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3038), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3038), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3038), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3038), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3038), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3038), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3038), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3038), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3038), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3038), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3038), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3038), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3038), - [aux_sym_host_key_alias_token1] = ACTIONS(3038), - [aux_sym_hostname_token1] = ACTIONS(3038), - [aux_sym_identities_only_token1] = ACTIONS(3038), - [aux_sym_identity_agent_token1] = ACTIONS(3038), - [aux_sym_identity_file_token1] = ACTIONS(3038), - [aux_sym_ignore_unknown_token1] = ACTIONS(3038), - [aux_sym_include_token1] = ACTIONS(3038), - [aux_sym_ip_qos_token1] = ACTIONS(3038), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3038), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3038), - [aux_sym_kex_algorithms_token1] = ACTIONS(3038), - [aux_sym_known_hosts_command_token1] = ACTIONS(3038), - [aux_sym_local_command_token1] = ACTIONS(3038), - [aux_sym_local_forward_token1] = ACTIONS(3038), - [aux_sym_log_level_token1] = ACTIONS(3038), - [aux_sym_log_verbose_token1] = ACTIONS(3038), - [aux_sym_macs_token1] = ACTIONS(3038), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3038), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3038), - [aux_sym_password_authentication_token1] = ACTIONS(3038), - [aux_sym_permit_local_command_token1] = ACTIONS(3038), - [aux_sym_permit_remote_open_token1] = ACTIONS(3038), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3038), - [aux_sym_port_token1] = ACTIONS(3038), - [aux_sym_preferred_authentications_token1] = ACTIONS(3038), - [aux_sym_protocol_token1] = ACTIONS(3038), - [aux_sym_proxy_command_token1] = ACTIONS(3038), - [aux_sym_proxy_jump_token1] = ACTIONS(3038), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3038), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3038), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3038), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3038), - [aux_sym_rekey_limit_token1] = ACTIONS(3038), - [aux_sym_remote_command_token1] = ACTIONS(3038), - [aux_sym_remote_forward_token1] = ACTIONS(3038), - [aux_sym_request_tty_token1] = ACTIONS(3038), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3038), - [aux_sym_security_key_provider_token1] = ACTIONS(3038), - [aux_sym_send_env_token1] = ACTIONS(3038), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3038), - [aux_sym_server_alive_interval_token1] = ACTIONS(3038), - [aux_sym_session_type_token1] = ACTIONS(3038), - [aux_sym_set_env_token1] = ACTIONS(3038), - [aux_sym_stdin_null_token1] = ACTIONS(3038), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3038), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3038), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3038), - [aux_sym_syslog_facility_token1] = ACTIONS(3038), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3038), - [aux_sym_keep_alive_token1] = ACTIONS(3038), - [aux_sym_tunnel_token1] = ACTIONS(3040), - [aux_sym_tunnel_device_token1] = ACTIONS(3038), - [aux_sym_update_host_keys_token1] = ACTIONS(3038), - [aux_sym_use_keychain_token1] = ACTIONS(3038), - [aux_sym_use_roaming_token1] = ACTIONS(3038), - [aux_sym_user_token1] = ACTIONS(3040), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3038), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3038), - [aux_sym_visual_host_key_token1] = ACTIONS(3038), - [aux_sym_xauth_location_token1] = ACTIONS(3038), + [ts_builtin_sym_end] = ACTIONS(3069), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3071), + [aux_sym_match_token1] = ACTIONS(3069), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3069), + [aux_sym_address_family_token1] = ACTIONS(3069), + [aux_sym_batch_mode_token1] = ACTIONS(3069), + [aux_sym_bind_address_token1] = ACTIONS(3069), + [aux_sym_bind_interface_token1] = ACTIONS(3069), + [aux_sym_canonical_domains_token1] = ACTIONS(3069), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3069), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3069), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3069), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3069), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3069), + [aux_sym_certificate_file_token1] = ACTIONS(3069), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3069), + [aux_sym_check_host_ip_token1] = ACTIONS(3069), + [aux_sym_ciphers_token1] = ACTIONS(3069), + [aux_sym_cipher_token1] = ACTIONS(3071), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3069), + [aux_sym_compression_token1] = ACTIONS(3069), + [aux_sym_connection_attempts_token1] = ACTIONS(3069), + [aux_sym_connect_timeout_token1] = ACTIONS(3069), + [aux_sym_control_master_token1] = ACTIONS(3069), + [aux_sym_control_path_token1] = ACTIONS(3069), + [aux_sym_control_persist_token1] = ACTIONS(3069), + [aux_sym_dynamic_forward_token1] = ACTIONS(3069), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3069), + [aux_sym_escape_char_token1] = ACTIONS(3069), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3069), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3069), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3069), + [aux_sym_forward_agent_token1] = ACTIONS(3069), + [aux_sym_forward_x11_token1] = ACTIONS(3071), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3069), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3069), + [aux_sym_gateway_ports_token1] = ACTIONS(3069), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3069), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3069), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3069), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3069), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3069), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3069), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3069), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3069), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3069), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3069), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3069), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3069), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3069), + [aux_sym_host_key_alias_token1] = ACTIONS(3069), + [aux_sym_hostname_token1] = ACTIONS(3069), + [aux_sym_identities_only_token1] = ACTIONS(3069), + [aux_sym_identity_agent_token1] = ACTIONS(3069), + [aux_sym_identity_file_token1] = ACTIONS(3069), + [aux_sym_ignore_unknown_token1] = ACTIONS(3069), + [aux_sym_include_token1] = ACTIONS(3069), + [aux_sym_ip_qos_token1] = ACTIONS(3069), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3069), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3069), + [aux_sym_kex_algorithms_token1] = ACTIONS(3069), + [aux_sym_known_hosts_command_token1] = ACTIONS(3069), + [aux_sym_local_command_token1] = ACTIONS(3069), + [aux_sym_local_forward_token1] = ACTIONS(3069), + [aux_sym_log_level_token1] = ACTIONS(3069), + [aux_sym_log_verbose_token1] = ACTIONS(3069), + [aux_sym_macs_token1] = ACTIONS(3069), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3069), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3069), + [aux_sym_password_authentication_token1] = ACTIONS(3069), + [aux_sym_permit_local_command_token1] = ACTIONS(3069), + [aux_sym_permit_remote_open_token1] = ACTIONS(3069), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3069), + [aux_sym_port_token1] = ACTIONS(3069), + [aux_sym_preferred_authentications_token1] = ACTIONS(3069), + [aux_sym_protocol_token1] = ACTIONS(3069), + [aux_sym_proxy_command_token1] = ACTIONS(3069), + [aux_sym_proxy_jump_token1] = ACTIONS(3069), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3069), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3069), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3069), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3069), + [aux_sym_rekey_limit_token1] = ACTIONS(3069), + [aux_sym_remote_command_token1] = ACTIONS(3069), + [aux_sym_remote_forward_token1] = ACTIONS(3069), + [aux_sym_request_tty_token1] = ACTIONS(3069), + [aux_sym_required_rsa_size_token1] = ACTIONS(3069), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3069), + [aux_sym_security_key_provider_token1] = ACTIONS(3069), + [aux_sym_send_env_token1] = ACTIONS(3069), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3069), + [aux_sym_server_alive_interval_token1] = ACTIONS(3069), + [aux_sym_session_type_token1] = ACTIONS(3069), + [aux_sym_set_env_token1] = ACTIONS(3069), + [aux_sym_stdin_null_token1] = ACTIONS(3069), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3069), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3069), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3069), + [aux_sym_syslog_facility_token1] = ACTIONS(3069), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3069), + [aux_sym_keep_alive_token1] = ACTIONS(3069), + [aux_sym_tunnel_token1] = ACTIONS(3071), + [aux_sym_tunnel_device_token1] = ACTIONS(3069), + [aux_sym_update_host_keys_token1] = ACTIONS(3069), + [aux_sym_use_keychain_token1] = ACTIONS(3069), + [aux_sym_use_roaming_token1] = ACTIONS(3069), + [aux_sym_user_token1] = ACTIONS(3071), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3069), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3069), + [aux_sym_visual_host_key_token1] = ACTIONS(3069), + [aux_sym_xauth_location_token1] = ACTIONS(3069), }, [471] = { - [ts_builtin_sym_end] = ACTIONS(3042), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3044), - [aux_sym_match_token1] = ACTIONS(3042), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3042), - [aux_sym_address_family_token1] = ACTIONS(3042), - [aux_sym_batch_mode_token1] = ACTIONS(3042), - [aux_sym_bind_address_token1] = ACTIONS(3042), - [aux_sym_bind_interface_token1] = ACTIONS(3042), - [aux_sym_canonical_domains_token1] = ACTIONS(3042), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3042), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3042), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3042), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3042), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3042), - [aux_sym_certificate_file_token1] = ACTIONS(3042), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3042), - [aux_sym_check_host_ip_token1] = ACTIONS(3042), - [aux_sym_ciphers_token1] = ACTIONS(3042), - [aux_sym_cipher_token1] = ACTIONS(3044), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3042), - [aux_sym_compression_token1] = ACTIONS(3042), - [aux_sym_connection_attempts_token1] = ACTIONS(3042), - [aux_sym_connect_timeout_token1] = ACTIONS(3042), - [aux_sym_control_master_token1] = ACTIONS(3042), - [aux_sym_control_path_token1] = ACTIONS(3042), - [aux_sym_control_persist_token1] = ACTIONS(3042), - [aux_sym_dynamic_forward_token1] = ACTIONS(3042), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3042), - [aux_sym_escape_char_token1] = ACTIONS(3042), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3042), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3042), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3042), - [aux_sym_forward_agent_token1] = ACTIONS(3042), - [aux_sym_forward_x11_token1] = ACTIONS(3044), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3042), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3042), - [aux_sym_gateway_ports_token1] = ACTIONS(3042), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3042), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3042), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3042), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3042), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3042), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3042), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3042), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3042), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3042), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3042), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3042), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3042), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3042), - [aux_sym_host_key_alias_token1] = ACTIONS(3042), - [aux_sym_hostname_token1] = ACTIONS(3042), - [aux_sym_identities_only_token1] = ACTIONS(3042), - [aux_sym_identity_agent_token1] = ACTIONS(3042), - [aux_sym_identity_file_token1] = ACTIONS(3042), - [aux_sym_ignore_unknown_token1] = ACTIONS(3042), - [aux_sym_include_token1] = ACTIONS(3042), - [aux_sym_ip_qos_token1] = ACTIONS(3042), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3042), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3042), - [aux_sym_kex_algorithms_token1] = ACTIONS(3042), - [aux_sym_known_hosts_command_token1] = ACTIONS(3042), - [aux_sym_local_command_token1] = ACTIONS(3042), - [aux_sym_local_forward_token1] = ACTIONS(3042), - [aux_sym_log_level_token1] = ACTIONS(3042), - [aux_sym_log_verbose_token1] = ACTIONS(3042), - [aux_sym_macs_token1] = ACTIONS(3042), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3042), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3042), - [aux_sym_password_authentication_token1] = ACTIONS(3042), - [aux_sym_permit_local_command_token1] = ACTIONS(3042), - [aux_sym_permit_remote_open_token1] = ACTIONS(3042), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3042), - [aux_sym_port_token1] = ACTIONS(3042), - [aux_sym_preferred_authentications_token1] = ACTIONS(3042), - [aux_sym_protocol_token1] = ACTIONS(3042), - [aux_sym_proxy_command_token1] = ACTIONS(3042), - [aux_sym_proxy_jump_token1] = ACTIONS(3042), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3042), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3042), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3042), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3042), - [aux_sym_rekey_limit_token1] = ACTIONS(3042), - [aux_sym_remote_command_token1] = ACTIONS(3042), - [aux_sym_remote_forward_token1] = ACTIONS(3042), - [aux_sym_request_tty_token1] = ACTIONS(3042), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3042), - [aux_sym_security_key_provider_token1] = ACTIONS(3042), - [aux_sym_send_env_token1] = ACTIONS(3042), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3042), - [aux_sym_server_alive_interval_token1] = ACTIONS(3042), - [aux_sym_session_type_token1] = ACTIONS(3042), - [aux_sym_set_env_token1] = ACTIONS(3042), - [aux_sym_stdin_null_token1] = ACTIONS(3042), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3042), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3042), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3042), - [aux_sym_syslog_facility_token1] = ACTIONS(3042), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3042), - [aux_sym_keep_alive_token1] = ACTIONS(3042), - [aux_sym_tunnel_token1] = ACTIONS(3044), - [aux_sym_tunnel_device_token1] = ACTIONS(3042), - [aux_sym_update_host_keys_token1] = ACTIONS(3042), - [aux_sym_use_keychain_token1] = ACTIONS(3042), - [aux_sym_use_roaming_token1] = ACTIONS(3042), - [aux_sym_user_token1] = ACTIONS(3044), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3042), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3042), - [aux_sym_visual_host_key_token1] = ACTIONS(3042), - [aux_sym_xauth_location_token1] = ACTIONS(3042), + [ts_builtin_sym_end] = ACTIONS(3073), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3075), + [aux_sym_match_token1] = ACTIONS(3073), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3073), + [aux_sym_address_family_token1] = ACTIONS(3073), + [aux_sym_batch_mode_token1] = ACTIONS(3073), + [aux_sym_bind_address_token1] = ACTIONS(3073), + [aux_sym_bind_interface_token1] = ACTIONS(3073), + [aux_sym_canonical_domains_token1] = ACTIONS(3073), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3073), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3073), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3073), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3073), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3073), + [aux_sym_certificate_file_token1] = ACTIONS(3073), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3073), + [aux_sym_check_host_ip_token1] = ACTIONS(3073), + [aux_sym_ciphers_token1] = ACTIONS(3073), + [aux_sym_cipher_token1] = ACTIONS(3075), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3073), + [aux_sym_compression_token1] = ACTIONS(3073), + [aux_sym_connection_attempts_token1] = ACTIONS(3073), + [aux_sym_connect_timeout_token1] = ACTIONS(3073), + [aux_sym_control_master_token1] = ACTIONS(3073), + [aux_sym_control_path_token1] = ACTIONS(3073), + [aux_sym_control_persist_token1] = ACTIONS(3073), + [aux_sym_dynamic_forward_token1] = ACTIONS(3073), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3073), + [aux_sym_escape_char_token1] = ACTIONS(3073), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3073), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3073), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3073), + [aux_sym_forward_agent_token1] = ACTIONS(3073), + [aux_sym_forward_x11_token1] = ACTIONS(3075), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3073), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3073), + [aux_sym_gateway_ports_token1] = ACTIONS(3073), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3073), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3073), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3073), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3073), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3073), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3073), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3073), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3073), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3073), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3073), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3073), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3073), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3073), + [aux_sym_host_key_alias_token1] = ACTIONS(3073), + [aux_sym_hostname_token1] = ACTIONS(3073), + [aux_sym_identities_only_token1] = ACTIONS(3073), + [aux_sym_identity_agent_token1] = ACTIONS(3073), + [aux_sym_identity_file_token1] = ACTIONS(3073), + [aux_sym_ignore_unknown_token1] = ACTIONS(3073), + [aux_sym_include_token1] = ACTIONS(3073), + [aux_sym_ip_qos_token1] = ACTIONS(3073), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3073), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3073), + [aux_sym_kex_algorithms_token1] = ACTIONS(3073), + [aux_sym_known_hosts_command_token1] = ACTIONS(3073), + [aux_sym_local_command_token1] = ACTIONS(3073), + [aux_sym_local_forward_token1] = ACTIONS(3073), + [aux_sym_log_level_token1] = ACTIONS(3073), + [aux_sym_log_verbose_token1] = ACTIONS(3073), + [aux_sym_macs_token1] = ACTIONS(3073), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3073), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3073), + [aux_sym_password_authentication_token1] = ACTIONS(3073), + [aux_sym_permit_local_command_token1] = ACTIONS(3073), + [aux_sym_permit_remote_open_token1] = ACTIONS(3073), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3073), + [aux_sym_port_token1] = ACTIONS(3073), + [aux_sym_preferred_authentications_token1] = ACTIONS(3073), + [aux_sym_protocol_token1] = ACTIONS(3073), + [aux_sym_proxy_command_token1] = ACTIONS(3073), + [aux_sym_proxy_jump_token1] = ACTIONS(3073), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3073), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3073), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3073), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3073), + [aux_sym_rekey_limit_token1] = ACTIONS(3073), + [aux_sym_remote_command_token1] = ACTIONS(3073), + [aux_sym_remote_forward_token1] = ACTIONS(3073), + [aux_sym_request_tty_token1] = ACTIONS(3073), + [aux_sym_required_rsa_size_token1] = ACTIONS(3073), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3073), + [aux_sym_security_key_provider_token1] = ACTIONS(3073), + [aux_sym_send_env_token1] = ACTIONS(3073), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3073), + [aux_sym_server_alive_interval_token1] = ACTIONS(3073), + [aux_sym_session_type_token1] = ACTIONS(3073), + [aux_sym_set_env_token1] = ACTIONS(3073), + [aux_sym_stdin_null_token1] = ACTIONS(3073), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3073), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3073), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3073), + [aux_sym_syslog_facility_token1] = ACTIONS(3073), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3073), + [aux_sym_keep_alive_token1] = ACTIONS(3073), + [aux_sym_tunnel_token1] = ACTIONS(3075), + [aux_sym_tunnel_device_token1] = ACTIONS(3073), + [aux_sym_update_host_keys_token1] = ACTIONS(3073), + [aux_sym_use_keychain_token1] = ACTIONS(3073), + [aux_sym_use_roaming_token1] = ACTIONS(3073), + [aux_sym_user_token1] = ACTIONS(3075), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3073), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3073), + [aux_sym_visual_host_key_token1] = ACTIONS(3073), + [aux_sym_xauth_location_token1] = ACTIONS(3073), }, [472] = { - [ts_builtin_sym_end] = ACTIONS(1018), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1020), - [aux_sym_match_token1] = ACTIONS(1018), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1018), - [aux_sym_address_family_token1] = ACTIONS(1018), - [aux_sym_batch_mode_token1] = ACTIONS(1018), - [aux_sym_bind_address_token1] = ACTIONS(1018), - [aux_sym_bind_interface_token1] = ACTIONS(1018), - [aux_sym_canonical_domains_token1] = ACTIONS(1018), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1018), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1018), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1018), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1018), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1018), - [aux_sym_certificate_file_token1] = ACTIONS(1018), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1018), - [aux_sym_check_host_ip_token1] = ACTIONS(1018), - [aux_sym_ciphers_token1] = ACTIONS(1018), - [aux_sym_cipher_token1] = ACTIONS(1020), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1018), - [aux_sym_compression_token1] = ACTIONS(1018), - [aux_sym_connection_attempts_token1] = ACTIONS(1018), - [aux_sym_connect_timeout_token1] = ACTIONS(1018), - [aux_sym_control_master_token1] = ACTIONS(1018), - [aux_sym_control_path_token1] = ACTIONS(1018), - [aux_sym_control_persist_token1] = ACTIONS(1018), - [aux_sym_dynamic_forward_token1] = ACTIONS(1018), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1018), - [aux_sym_escape_char_token1] = ACTIONS(1018), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1018), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1018), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1018), - [aux_sym_forward_agent_token1] = ACTIONS(1018), - [aux_sym_forward_x11_token1] = ACTIONS(1020), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1018), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1018), - [aux_sym_gateway_ports_token1] = ACTIONS(1018), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1018), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1018), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1018), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1018), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1018), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1018), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1018), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1018), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1018), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1018), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1018), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1018), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1018), - [aux_sym_host_key_alias_token1] = ACTIONS(1018), - [aux_sym_hostname_token1] = ACTIONS(1018), - [aux_sym_identities_only_token1] = ACTIONS(1018), - [aux_sym_identity_agent_token1] = ACTIONS(1018), - [aux_sym_identity_file_token1] = ACTIONS(1018), - [aux_sym_ignore_unknown_token1] = ACTIONS(1018), - [aux_sym_include_token1] = ACTIONS(1018), - [aux_sym_ip_qos_token1] = ACTIONS(1018), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1018), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1018), - [aux_sym_kex_algorithms_token1] = ACTIONS(1018), - [aux_sym_known_hosts_command_token1] = ACTIONS(1018), - [aux_sym_local_command_token1] = ACTIONS(1018), - [aux_sym_local_forward_token1] = ACTIONS(1018), - [aux_sym_log_level_token1] = ACTIONS(1018), - [aux_sym_log_verbose_token1] = ACTIONS(1018), - [aux_sym_macs_token1] = ACTIONS(1018), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1018), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1018), - [aux_sym_password_authentication_token1] = ACTIONS(1018), - [aux_sym_permit_local_command_token1] = ACTIONS(1018), - [aux_sym_permit_remote_open_token1] = ACTIONS(1018), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1018), - [aux_sym_port_token1] = ACTIONS(1018), - [aux_sym_preferred_authentications_token1] = ACTIONS(1018), - [aux_sym_protocol_token1] = ACTIONS(1018), - [aux_sym_proxy_command_token1] = ACTIONS(1018), - [aux_sym_proxy_jump_token1] = ACTIONS(1018), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1018), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1018), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1018), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1018), - [aux_sym_rekey_limit_token1] = ACTIONS(1018), - [aux_sym_remote_command_token1] = ACTIONS(1018), - [aux_sym_remote_forward_token1] = ACTIONS(1018), - [aux_sym_request_tty_token1] = ACTIONS(1018), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1018), - [aux_sym_security_key_provider_token1] = ACTIONS(1018), - [aux_sym_send_env_token1] = ACTIONS(1018), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1018), - [aux_sym_server_alive_interval_token1] = ACTIONS(1018), - [aux_sym_session_type_token1] = ACTIONS(1018), - [aux_sym_set_env_token1] = ACTIONS(1018), - [aux_sym_stdin_null_token1] = ACTIONS(1018), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1018), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1018), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1018), - [aux_sym_syslog_facility_token1] = ACTIONS(1018), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1018), - [aux_sym_keep_alive_token1] = ACTIONS(1018), - [aux_sym_tunnel_token1] = ACTIONS(1020), - [aux_sym_tunnel_device_token1] = ACTIONS(1018), - [aux_sym_update_host_keys_token1] = ACTIONS(1018), - [aux_sym_use_keychain_token1] = ACTIONS(1018), - [aux_sym_use_roaming_token1] = ACTIONS(1018), - [aux_sym_user_token1] = ACTIONS(1020), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1018), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1018), - [aux_sym_visual_host_key_token1] = ACTIONS(1018), - [aux_sym_xauth_location_token1] = ACTIONS(1018), + [ts_builtin_sym_end] = ACTIONS(3077), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3079), + [aux_sym_match_token1] = ACTIONS(3077), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3077), + [aux_sym_address_family_token1] = ACTIONS(3077), + [aux_sym_batch_mode_token1] = ACTIONS(3077), + [aux_sym_bind_address_token1] = ACTIONS(3077), + [aux_sym_bind_interface_token1] = ACTIONS(3077), + [aux_sym_canonical_domains_token1] = ACTIONS(3077), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3077), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3077), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3077), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3077), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3077), + [aux_sym_certificate_file_token1] = ACTIONS(3077), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3077), + [aux_sym_check_host_ip_token1] = ACTIONS(3077), + [aux_sym_ciphers_token1] = ACTIONS(3077), + [aux_sym_cipher_token1] = ACTIONS(3079), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3077), + [aux_sym_compression_token1] = ACTIONS(3077), + [aux_sym_connection_attempts_token1] = ACTIONS(3077), + [aux_sym_connect_timeout_token1] = ACTIONS(3077), + [aux_sym_control_master_token1] = ACTIONS(3077), + [aux_sym_control_path_token1] = ACTIONS(3077), + [aux_sym_control_persist_token1] = ACTIONS(3077), + [aux_sym_dynamic_forward_token1] = ACTIONS(3077), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3077), + [aux_sym_escape_char_token1] = ACTIONS(3077), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3077), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3077), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3077), + [aux_sym_forward_agent_token1] = ACTIONS(3077), + [aux_sym_forward_x11_token1] = ACTIONS(3079), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3077), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3077), + [aux_sym_gateway_ports_token1] = ACTIONS(3077), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3077), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3077), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3077), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3077), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3077), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3077), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3077), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3077), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3077), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3077), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3077), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3077), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3077), + [aux_sym_host_key_alias_token1] = ACTIONS(3077), + [aux_sym_hostname_token1] = ACTIONS(3077), + [aux_sym_identities_only_token1] = ACTIONS(3077), + [aux_sym_identity_agent_token1] = ACTIONS(3077), + [aux_sym_identity_file_token1] = ACTIONS(3077), + [aux_sym_ignore_unknown_token1] = ACTIONS(3077), + [aux_sym_include_token1] = ACTIONS(3077), + [aux_sym_ip_qos_token1] = ACTIONS(3077), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3077), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3077), + [aux_sym_kex_algorithms_token1] = ACTIONS(3077), + [aux_sym_known_hosts_command_token1] = ACTIONS(3077), + [aux_sym_local_command_token1] = ACTIONS(3077), + [aux_sym_local_forward_token1] = ACTIONS(3077), + [aux_sym_log_level_token1] = ACTIONS(3077), + [aux_sym_log_verbose_token1] = ACTIONS(3077), + [aux_sym_macs_token1] = ACTIONS(3077), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3077), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3077), + [aux_sym_password_authentication_token1] = ACTIONS(3077), + [aux_sym_permit_local_command_token1] = ACTIONS(3077), + [aux_sym_permit_remote_open_token1] = ACTIONS(3077), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3077), + [aux_sym_port_token1] = ACTIONS(3077), + [aux_sym_preferred_authentications_token1] = ACTIONS(3077), + [aux_sym_protocol_token1] = ACTIONS(3077), + [aux_sym_proxy_command_token1] = ACTIONS(3077), + [aux_sym_proxy_jump_token1] = ACTIONS(3077), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3077), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3077), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3077), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3077), + [aux_sym_rekey_limit_token1] = ACTIONS(3077), + [aux_sym_remote_command_token1] = ACTIONS(3077), + [aux_sym_remote_forward_token1] = ACTIONS(3077), + [aux_sym_request_tty_token1] = ACTIONS(3077), + [aux_sym_required_rsa_size_token1] = ACTIONS(3077), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3077), + [aux_sym_security_key_provider_token1] = ACTIONS(3077), + [aux_sym_send_env_token1] = ACTIONS(3077), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3077), + [aux_sym_server_alive_interval_token1] = ACTIONS(3077), + [aux_sym_session_type_token1] = ACTIONS(3077), + [aux_sym_set_env_token1] = ACTIONS(3077), + [aux_sym_stdin_null_token1] = ACTIONS(3077), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3077), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3077), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3077), + [aux_sym_syslog_facility_token1] = ACTIONS(3077), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3077), + [aux_sym_keep_alive_token1] = ACTIONS(3077), + [aux_sym_tunnel_token1] = ACTIONS(3079), + [aux_sym_tunnel_device_token1] = ACTIONS(3077), + [aux_sym_update_host_keys_token1] = ACTIONS(3077), + [aux_sym_use_keychain_token1] = ACTIONS(3077), + [aux_sym_use_roaming_token1] = ACTIONS(3077), + [aux_sym_user_token1] = ACTIONS(3079), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3077), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3077), + [aux_sym_visual_host_key_token1] = ACTIONS(3077), + [aux_sym_xauth_location_token1] = ACTIONS(3077), }, [473] = { - [ts_builtin_sym_end] = ACTIONS(1126), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1128), - [aux_sym_match_token1] = ACTIONS(1126), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1126), - [aux_sym_address_family_token1] = ACTIONS(1126), - [aux_sym_batch_mode_token1] = ACTIONS(1126), - [aux_sym_bind_address_token1] = ACTIONS(1126), - [aux_sym_bind_interface_token1] = ACTIONS(1126), - [aux_sym_canonical_domains_token1] = ACTIONS(1126), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1126), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1126), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1126), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1126), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1126), - [aux_sym_certificate_file_token1] = ACTIONS(1126), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1126), - [aux_sym_check_host_ip_token1] = ACTIONS(1126), - [aux_sym_ciphers_token1] = ACTIONS(1126), - [aux_sym_cipher_token1] = ACTIONS(1128), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1126), - [aux_sym_compression_token1] = ACTIONS(1126), - [aux_sym_connection_attempts_token1] = ACTIONS(1126), - [aux_sym_connect_timeout_token1] = ACTIONS(1126), - [aux_sym_control_master_token1] = ACTIONS(1126), - [aux_sym_control_path_token1] = ACTIONS(1126), - [aux_sym_control_persist_token1] = ACTIONS(1126), - [aux_sym_dynamic_forward_token1] = ACTIONS(1126), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1126), - [aux_sym_escape_char_token1] = ACTIONS(1126), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1126), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1126), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1126), - [aux_sym_forward_agent_token1] = ACTIONS(1126), - [aux_sym_forward_x11_token1] = ACTIONS(1128), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1126), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1126), - [aux_sym_gateway_ports_token1] = ACTIONS(1126), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1126), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1126), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1126), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1126), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1126), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1126), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1126), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1126), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1126), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1126), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1126), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1126), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1126), - [aux_sym_host_key_alias_token1] = ACTIONS(1126), - [aux_sym_hostname_token1] = ACTIONS(1126), - [aux_sym_identities_only_token1] = ACTIONS(1126), - [aux_sym_identity_agent_token1] = ACTIONS(1126), - [aux_sym_identity_file_token1] = ACTIONS(1126), - [aux_sym_ignore_unknown_token1] = ACTIONS(1126), - [aux_sym_include_token1] = ACTIONS(1126), - [aux_sym_ip_qos_token1] = ACTIONS(1126), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1126), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1126), - [aux_sym_kex_algorithms_token1] = ACTIONS(1126), - [aux_sym_known_hosts_command_token1] = ACTIONS(1126), - [aux_sym_local_command_token1] = ACTIONS(1126), - [aux_sym_local_forward_token1] = ACTIONS(1126), - [aux_sym_log_level_token1] = ACTIONS(1126), - [aux_sym_log_verbose_token1] = ACTIONS(1126), - [aux_sym_macs_token1] = ACTIONS(1126), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1126), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1126), - [aux_sym_password_authentication_token1] = ACTIONS(1126), - [aux_sym_permit_local_command_token1] = ACTIONS(1126), - [aux_sym_permit_remote_open_token1] = ACTIONS(1126), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1126), - [aux_sym_port_token1] = ACTIONS(1126), - [aux_sym_preferred_authentications_token1] = ACTIONS(1126), - [aux_sym_protocol_token1] = ACTIONS(1126), - [aux_sym_proxy_command_token1] = ACTIONS(1126), - [aux_sym_proxy_jump_token1] = ACTIONS(1126), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1126), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1126), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1126), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1126), - [aux_sym_rekey_limit_token1] = ACTIONS(1126), - [aux_sym_remote_command_token1] = ACTIONS(1126), - [aux_sym_remote_forward_token1] = ACTIONS(1126), - [aux_sym_request_tty_token1] = ACTIONS(1126), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1126), - [aux_sym_security_key_provider_token1] = ACTIONS(1126), - [aux_sym_send_env_token1] = ACTIONS(1126), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1126), - [aux_sym_server_alive_interval_token1] = ACTIONS(1126), - [aux_sym_session_type_token1] = ACTIONS(1126), - [aux_sym_set_env_token1] = ACTIONS(1126), - [aux_sym_stdin_null_token1] = ACTIONS(1126), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1126), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1126), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1126), - [aux_sym_syslog_facility_token1] = ACTIONS(1126), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1126), - [aux_sym_keep_alive_token1] = ACTIONS(1126), - [aux_sym_tunnel_token1] = ACTIONS(1128), - [aux_sym_tunnel_device_token1] = ACTIONS(1126), - [aux_sym_update_host_keys_token1] = ACTIONS(1126), - [aux_sym_use_keychain_token1] = ACTIONS(1126), - [aux_sym_use_roaming_token1] = ACTIONS(1126), - [aux_sym_user_token1] = ACTIONS(1128), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1126), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1126), - [aux_sym_visual_host_key_token1] = ACTIONS(1126), - [aux_sym_xauth_location_token1] = ACTIONS(1126), + [ts_builtin_sym_end] = ACTIONS(3081), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3083), + [aux_sym_match_token1] = ACTIONS(3081), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3081), + [aux_sym_address_family_token1] = ACTIONS(3081), + [aux_sym_batch_mode_token1] = ACTIONS(3081), + [aux_sym_bind_address_token1] = ACTIONS(3081), + [aux_sym_bind_interface_token1] = ACTIONS(3081), + [aux_sym_canonical_domains_token1] = ACTIONS(3081), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3081), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3081), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3081), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3081), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3081), + [aux_sym_certificate_file_token1] = ACTIONS(3081), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3081), + [aux_sym_check_host_ip_token1] = ACTIONS(3081), + [aux_sym_ciphers_token1] = ACTIONS(3081), + [aux_sym_cipher_token1] = ACTIONS(3083), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3081), + [aux_sym_compression_token1] = ACTIONS(3081), + [aux_sym_connection_attempts_token1] = ACTIONS(3081), + [aux_sym_connect_timeout_token1] = ACTIONS(3081), + [aux_sym_control_master_token1] = ACTIONS(3081), + [aux_sym_control_path_token1] = ACTIONS(3081), + [aux_sym_control_persist_token1] = ACTIONS(3081), + [aux_sym_dynamic_forward_token1] = ACTIONS(3081), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3081), + [aux_sym_escape_char_token1] = ACTIONS(3081), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3081), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3081), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3081), + [aux_sym_forward_agent_token1] = ACTIONS(3081), + [aux_sym_forward_x11_token1] = ACTIONS(3083), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3081), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3081), + [aux_sym_gateway_ports_token1] = ACTIONS(3081), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3081), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3081), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3081), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3081), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3081), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3081), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3081), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3081), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3081), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3081), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3081), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3081), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3081), + [aux_sym_host_key_alias_token1] = ACTIONS(3081), + [aux_sym_hostname_token1] = ACTIONS(3081), + [aux_sym_identities_only_token1] = ACTIONS(3081), + [aux_sym_identity_agent_token1] = ACTIONS(3081), + [aux_sym_identity_file_token1] = ACTIONS(3081), + [aux_sym_ignore_unknown_token1] = ACTIONS(3081), + [aux_sym_include_token1] = ACTIONS(3081), + [aux_sym_ip_qos_token1] = ACTIONS(3081), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3081), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3081), + [aux_sym_kex_algorithms_token1] = ACTIONS(3081), + [aux_sym_known_hosts_command_token1] = ACTIONS(3081), + [aux_sym_local_command_token1] = ACTIONS(3081), + [aux_sym_local_forward_token1] = ACTIONS(3081), + [aux_sym_log_level_token1] = ACTIONS(3081), + [aux_sym_log_verbose_token1] = ACTIONS(3081), + [aux_sym_macs_token1] = ACTIONS(3081), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3081), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3081), + [aux_sym_password_authentication_token1] = ACTIONS(3081), + [aux_sym_permit_local_command_token1] = ACTIONS(3081), + [aux_sym_permit_remote_open_token1] = ACTIONS(3081), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3081), + [aux_sym_port_token1] = ACTIONS(3081), + [aux_sym_preferred_authentications_token1] = ACTIONS(3081), + [aux_sym_protocol_token1] = ACTIONS(3081), + [aux_sym_proxy_command_token1] = ACTIONS(3081), + [aux_sym_proxy_jump_token1] = ACTIONS(3081), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3081), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3081), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3081), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3081), + [aux_sym_rekey_limit_token1] = ACTIONS(3081), + [aux_sym_remote_command_token1] = ACTIONS(3081), + [aux_sym_remote_forward_token1] = ACTIONS(3081), + [aux_sym_request_tty_token1] = ACTIONS(3081), + [aux_sym_required_rsa_size_token1] = ACTIONS(3081), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3081), + [aux_sym_security_key_provider_token1] = ACTIONS(3081), + [aux_sym_send_env_token1] = ACTIONS(3081), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3081), + [aux_sym_server_alive_interval_token1] = ACTIONS(3081), + [aux_sym_session_type_token1] = ACTIONS(3081), + [aux_sym_set_env_token1] = ACTIONS(3081), + [aux_sym_stdin_null_token1] = ACTIONS(3081), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3081), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3081), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3081), + [aux_sym_syslog_facility_token1] = ACTIONS(3081), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3081), + [aux_sym_keep_alive_token1] = ACTIONS(3081), + [aux_sym_tunnel_token1] = ACTIONS(3083), + [aux_sym_tunnel_device_token1] = ACTIONS(3081), + [aux_sym_update_host_keys_token1] = ACTIONS(3081), + [aux_sym_use_keychain_token1] = ACTIONS(3081), + [aux_sym_use_roaming_token1] = ACTIONS(3081), + [aux_sym_user_token1] = ACTIONS(3083), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3081), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3081), + [aux_sym_visual_host_key_token1] = ACTIONS(3081), + [aux_sym_xauth_location_token1] = ACTIONS(3081), }, [474] = { - [ts_builtin_sym_end] = ACTIONS(3046), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3048), - [aux_sym_match_token1] = ACTIONS(3046), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3046), - [aux_sym_address_family_token1] = ACTIONS(3046), - [aux_sym_batch_mode_token1] = ACTIONS(3046), - [aux_sym_bind_address_token1] = ACTIONS(3046), - [aux_sym_bind_interface_token1] = ACTIONS(3046), - [aux_sym_canonical_domains_token1] = ACTIONS(3046), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3046), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3046), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3046), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3046), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3046), - [aux_sym_certificate_file_token1] = ACTIONS(3046), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3046), - [aux_sym_check_host_ip_token1] = ACTIONS(3046), - [aux_sym_ciphers_token1] = ACTIONS(3046), - [aux_sym_cipher_token1] = ACTIONS(3048), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3046), - [aux_sym_compression_token1] = ACTIONS(3046), - [aux_sym_connection_attempts_token1] = ACTIONS(3046), - [aux_sym_connect_timeout_token1] = ACTIONS(3046), - [aux_sym_control_master_token1] = ACTIONS(3046), - [aux_sym_control_path_token1] = ACTIONS(3046), - [aux_sym_control_persist_token1] = ACTIONS(3046), - [aux_sym_dynamic_forward_token1] = ACTIONS(3046), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3046), - [aux_sym_escape_char_token1] = ACTIONS(3046), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3046), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3046), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3046), - [aux_sym_forward_agent_token1] = ACTIONS(3046), - [aux_sym_forward_x11_token1] = ACTIONS(3048), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3046), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3046), - [aux_sym_gateway_ports_token1] = ACTIONS(3046), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3046), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3046), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3046), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3046), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3046), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3046), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3046), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3046), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3046), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3046), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3046), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3046), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3046), - [aux_sym_host_key_alias_token1] = ACTIONS(3046), - [aux_sym_hostname_token1] = ACTIONS(3046), - [aux_sym_identities_only_token1] = ACTIONS(3046), - [aux_sym_identity_agent_token1] = ACTIONS(3046), - [aux_sym_identity_file_token1] = ACTIONS(3046), - [aux_sym_ignore_unknown_token1] = ACTIONS(3046), - [aux_sym_include_token1] = ACTIONS(3046), - [aux_sym_ip_qos_token1] = ACTIONS(3046), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3046), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3046), - [aux_sym_kex_algorithms_token1] = ACTIONS(3046), - [aux_sym_known_hosts_command_token1] = ACTIONS(3046), - [aux_sym_local_command_token1] = ACTIONS(3046), - [aux_sym_local_forward_token1] = ACTIONS(3046), - [aux_sym_log_level_token1] = ACTIONS(3046), - [aux_sym_log_verbose_token1] = ACTIONS(3046), - [aux_sym_macs_token1] = ACTIONS(3046), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3046), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3046), - [aux_sym_password_authentication_token1] = ACTIONS(3046), - [aux_sym_permit_local_command_token1] = ACTIONS(3046), - [aux_sym_permit_remote_open_token1] = ACTIONS(3046), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3046), - [aux_sym_port_token1] = ACTIONS(3046), - [aux_sym_preferred_authentications_token1] = ACTIONS(3046), - [aux_sym_protocol_token1] = ACTIONS(3046), - [aux_sym_proxy_command_token1] = ACTIONS(3046), - [aux_sym_proxy_jump_token1] = ACTIONS(3046), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3046), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3046), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3046), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3046), - [aux_sym_rekey_limit_token1] = ACTIONS(3046), - [aux_sym_remote_command_token1] = ACTIONS(3046), - [aux_sym_remote_forward_token1] = ACTIONS(3046), - [aux_sym_request_tty_token1] = ACTIONS(3046), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3046), - [aux_sym_security_key_provider_token1] = ACTIONS(3046), - [aux_sym_send_env_token1] = ACTIONS(3046), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3046), - [aux_sym_server_alive_interval_token1] = ACTIONS(3046), - [aux_sym_session_type_token1] = ACTIONS(3046), - [aux_sym_set_env_token1] = ACTIONS(3046), - [aux_sym_stdin_null_token1] = ACTIONS(3046), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3046), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3046), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3046), - [aux_sym_syslog_facility_token1] = ACTIONS(3046), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3046), - [aux_sym_keep_alive_token1] = ACTIONS(3046), - [aux_sym_tunnel_token1] = ACTIONS(3048), - [aux_sym_tunnel_device_token1] = ACTIONS(3046), - [aux_sym_update_host_keys_token1] = ACTIONS(3046), - [aux_sym_use_keychain_token1] = ACTIONS(3046), - [aux_sym_use_roaming_token1] = ACTIONS(3046), - [aux_sym_user_token1] = ACTIONS(3048), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3046), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3046), - [aux_sym_visual_host_key_token1] = ACTIONS(3046), - [aux_sym_xauth_location_token1] = ACTIONS(3046), + [ts_builtin_sym_end] = ACTIONS(3085), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3087), + [aux_sym_match_token1] = ACTIONS(3085), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3085), + [aux_sym_address_family_token1] = ACTIONS(3085), + [aux_sym_batch_mode_token1] = ACTIONS(3085), + [aux_sym_bind_address_token1] = ACTIONS(3085), + [aux_sym_bind_interface_token1] = ACTIONS(3085), + [aux_sym_canonical_domains_token1] = ACTIONS(3085), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3085), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3085), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3085), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3085), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3085), + [aux_sym_certificate_file_token1] = ACTIONS(3085), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3085), + [aux_sym_check_host_ip_token1] = ACTIONS(3085), + [aux_sym_ciphers_token1] = ACTIONS(3085), + [aux_sym_cipher_token1] = ACTIONS(3087), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3085), + [aux_sym_compression_token1] = ACTIONS(3085), + [aux_sym_connection_attempts_token1] = ACTIONS(3085), + [aux_sym_connect_timeout_token1] = ACTIONS(3085), + [aux_sym_control_master_token1] = ACTIONS(3085), + [aux_sym_control_path_token1] = ACTIONS(3085), + [aux_sym_control_persist_token1] = ACTIONS(3085), + [aux_sym_dynamic_forward_token1] = ACTIONS(3085), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3085), + [aux_sym_escape_char_token1] = ACTIONS(3085), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3085), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3085), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3085), + [aux_sym_forward_agent_token1] = ACTIONS(3085), + [aux_sym_forward_x11_token1] = ACTIONS(3087), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3085), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3085), + [aux_sym_gateway_ports_token1] = ACTIONS(3085), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3085), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3085), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3085), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3085), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3085), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3085), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3085), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3085), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3085), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3085), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3085), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3085), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3085), + [aux_sym_host_key_alias_token1] = ACTIONS(3085), + [aux_sym_hostname_token1] = ACTIONS(3085), + [aux_sym_identities_only_token1] = ACTIONS(3085), + [aux_sym_identity_agent_token1] = ACTIONS(3085), + [aux_sym_identity_file_token1] = ACTIONS(3085), + [aux_sym_ignore_unknown_token1] = ACTIONS(3085), + [aux_sym_include_token1] = ACTIONS(3085), + [aux_sym_ip_qos_token1] = ACTIONS(3085), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3085), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3085), + [aux_sym_kex_algorithms_token1] = ACTIONS(3085), + [aux_sym_known_hosts_command_token1] = ACTIONS(3085), + [aux_sym_local_command_token1] = ACTIONS(3085), + [aux_sym_local_forward_token1] = ACTIONS(3085), + [aux_sym_log_level_token1] = ACTIONS(3085), + [aux_sym_log_verbose_token1] = ACTIONS(3085), + [aux_sym_macs_token1] = ACTIONS(3085), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3085), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3085), + [aux_sym_password_authentication_token1] = ACTIONS(3085), + [aux_sym_permit_local_command_token1] = ACTIONS(3085), + [aux_sym_permit_remote_open_token1] = ACTIONS(3085), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3085), + [aux_sym_port_token1] = ACTIONS(3085), + [aux_sym_preferred_authentications_token1] = ACTIONS(3085), + [aux_sym_protocol_token1] = ACTIONS(3085), + [aux_sym_proxy_command_token1] = ACTIONS(3085), + [aux_sym_proxy_jump_token1] = ACTIONS(3085), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3085), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3085), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3085), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3085), + [aux_sym_rekey_limit_token1] = ACTIONS(3085), + [aux_sym_remote_command_token1] = ACTIONS(3085), + [aux_sym_remote_forward_token1] = ACTIONS(3085), + [aux_sym_request_tty_token1] = ACTIONS(3085), + [aux_sym_required_rsa_size_token1] = ACTIONS(3085), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3085), + [aux_sym_security_key_provider_token1] = ACTIONS(3085), + [aux_sym_send_env_token1] = ACTIONS(3085), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3085), + [aux_sym_server_alive_interval_token1] = ACTIONS(3085), + [aux_sym_session_type_token1] = ACTIONS(3085), + [aux_sym_set_env_token1] = ACTIONS(3085), + [aux_sym_stdin_null_token1] = ACTIONS(3085), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3085), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3085), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3085), + [aux_sym_syslog_facility_token1] = ACTIONS(3085), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3085), + [aux_sym_keep_alive_token1] = ACTIONS(3085), + [aux_sym_tunnel_token1] = ACTIONS(3087), + [aux_sym_tunnel_device_token1] = ACTIONS(3085), + [aux_sym_update_host_keys_token1] = ACTIONS(3085), + [aux_sym_use_keychain_token1] = ACTIONS(3085), + [aux_sym_use_roaming_token1] = ACTIONS(3085), + [aux_sym_user_token1] = ACTIONS(3087), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3085), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3085), + [aux_sym_visual_host_key_token1] = ACTIONS(3085), + [aux_sym_xauth_location_token1] = ACTIONS(3085), }, [475] = { - [ts_builtin_sym_end] = ACTIONS(3050), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3052), - [aux_sym_match_token1] = ACTIONS(3050), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3050), - [aux_sym_address_family_token1] = ACTIONS(3050), - [aux_sym_batch_mode_token1] = ACTIONS(3050), - [aux_sym_bind_address_token1] = ACTIONS(3050), - [aux_sym_bind_interface_token1] = ACTIONS(3050), - [aux_sym_canonical_domains_token1] = ACTIONS(3050), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3050), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3050), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3050), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3050), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3050), - [aux_sym_certificate_file_token1] = ACTIONS(3050), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3050), - [aux_sym_check_host_ip_token1] = ACTIONS(3050), - [aux_sym_ciphers_token1] = ACTIONS(3050), - [aux_sym_cipher_token1] = ACTIONS(3052), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3050), - [aux_sym_compression_token1] = ACTIONS(3050), - [aux_sym_connection_attempts_token1] = ACTIONS(3050), - [aux_sym_connect_timeout_token1] = ACTIONS(3050), - [aux_sym_control_master_token1] = ACTIONS(3050), - [aux_sym_control_path_token1] = ACTIONS(3050), - [aux_sym_control_persist_token1] = ACTIONS(3050), - [aux_sym_dynamic_forward_token1] = ACTIONS(3050), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3050), - [aux_sym_escape_char_token1] = ACTIONS(3050), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3050), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3050), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3050), - [aux_sym_forward_agent_token1] = ACTIONS(3050), - [aux_sym_forward_x11_token1] = ACTIONS(3052), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3050), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3050), - [aux_sym_gateway_ports_token1] = ACTIONS(3050), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3050), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3050), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3050), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3050), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3050), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3050), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3050), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3050), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3050), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3050), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3050), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3050), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3050), - [aux_sym_host_key_alias_token1] = ACTIONS(3050), - [aux_sym_hostname_token1] = ACTIONS(3050), - [aux_sym_identities_only_token1] = ACTIONS(3050), - [aux_sym_identity_agent_token1] = ACTIONS(3050), - [aux_sym_identity_file_token1] = ACTIONS(3050), - [aux_sym_ignore_unknown_token1] = ACTIONS(3050), - [aux_sym_include_token1] = ACTIONS(3050), - [aux_sym_ip_qos_token1] = ACTIONS(3050), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3050), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3050), - [aux_sym_kex_algorithms_token1] = ACTIONS(3050), - [aux_sym_known_hosts_command_token1] = ACTIONS(3050), - [aux_sym_local_command_token1] = ACTIONS(3050), - [aux_sym_local_forward_token1] = ACTIONS(3050), - [aux_sym_log_level_token1] = ACTIONS(3050), - [aux_sym_log_verbose_token1] = ACTIONS(3050), - [aux_sym_macs_token1] = ACTIONS(3050), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3050), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3050), - [aux_sym_password_authentication_token1] = ACTIONS(3050), - [aux_sym_permit_local_command_token1] = ACTIONS(3050), - [aux_sym_permit_remote_open_token1] = ACTIONS(3050), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3050), - [aux_sym_port_token1] = ACTIONS(3050), - [aux_sym_preferred_authentications_token1] = ACTIONS(3050), - [aux_sym_protocol_token1] = ACTIONS(3050), - [aux_sym_proxy_command_token1] = ACTIONS(3050), - [aux_sym_proxy_jump_token1] = ACTIONS(3050), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3050), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3050), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3050), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3050), - [aux_sym_rekey_limit_token1] = ACTIONS(3050), - [aux_sym_remote_command_token1] = ACTIONS(3050), - [aux_sym_remote_forward_token1] = ACTIONS(3050), - [aux_sym_request_tty_token1] = ACTIONS(3050), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3050), - [aux_sym_security_key_provider_token1] = ACTIONS(3050), - [aux_sym_send_env_token1] = ACTIONS(3050), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3050), - [aux_sym_server_alive_interval_token1] = ACTIONS(3050), - [aux_sym_session_type_token1] = ACTIONS(3050), - [aux_sym_set_env_token1] = ACTIONS(3050), - [aux_sym_stdin_null_token1] = ACTIONS(3050), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3050), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3050), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3050), - [aux_sym_syslog_facility_token1] = ACTIONS(3050), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3050), - [aux_sym_keep_alive_token1] = ACTIONS(3050), - [aux_sym_tunnel_token1] = ACTIONS(3052), - [aux_sym_tunnel_device_token1] = ACTIONS(3050), - [aux_sym_update_host_keys_token1] = ACTIONS(3050), - [aux_sym_use_keychain_token1] = ACTIONS(3050), - [aux_sym_use_roaming_token1] = ACTIONS(3050), - [aux_sym_user_token1] = ACTIONS(3052), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3050), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3050), - [aux_sym_visual_host_key_token1] = ACTIONS(3050), - [aux_sym_xauth_location_token1] = ACTIONS(3050), + [ts_builtin_sym_end] = ACTIONS(3089), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3091), + [aux_sym_match_token1] = ACTIONS(3089), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3089), + [aux_sym_address_family_token1] = ACTIONS(3089), + [aux_sym_batch_mode_token1] = ACTIONS(3089), + [aux_sym_bind_address_token1] = ACTIONS(3089), + [aux_sym_bind_interface_token1] = ACTIONS(3089), + [aux_sym_canonical_domains_token1] = ACTIONS(3089), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3089), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3089), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3089), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3089), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3089), + [aux_sym_certificate_file_token1] = ACTIONS(3089), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3089), + [aux_sym_check_host_ip_token1] = ACTIONS(3089), + [aux_sym_ciphers_token1] = ACTIONS(3089), + [aux_sym_cipher_token1] = ACTIONS(3091), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3089), + [aux_sym_compression_token1] = ACTIONS(3089), + [aux_sym_connection_attempts_token1] = ACTIONS(3089), + [aux_sym_connect_timeout_token1] = ACTIONS(3089), + [aux_sym_control_master_token1] = ACTIONS(3089), + [aux_sym_control_path_token1] = ACTIONS(3089), + [aux_sym_control_persist_token1] = ACTIONS(3089), + [aux_sym_dynamic_forward_token1] = ACTIONS(3089), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3089), + [aux_sym_escape_char_token1] = ACTIONS(3089), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3089), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3089), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3089), + [aux_sym_forward_agent_token1] = ACTIONS(3089), + [aux_sym_forward_x11_token1] = ACTIONS(3091), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3089), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3089), + [aux_sym_gateway_ports_token1] = ACTIONS(3089), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3089), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3089), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3089), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3089), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3089), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3089), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3089), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3089), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3089), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3089), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3089), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3089), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3089), + [aux_sym_host_key_alias_token1] = ACTIONS(3089), + [aux_sym_hostname_token1] = ACTIONS(3089), + [aux_sym_identities_only_token1] = ACTIONS(3089), + [aux_sym_identity_agent_token1] = ACTIONS(3089), + [aux_sym_identity_file_token1] = ACTIONS(3089), + [aux_sym_ignore_unknown_token1] = ACTIONS(3089), + [aux_sym_include_token1] = ACTIONS(3089), + [aux_sym_ip_qos_token1] = ACTIONS(3089), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3089), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3089), + [aux_sym_kex_algorithms_token1] = ACTIONS(3089), + [aux_sym_known_hosts_command_token1] = ACTIONS(3089), + [aux_sym_local_command_token1] = ACTIONS(3089), + [aux_sym_local_forward_token1] = ACTIONS(3089), + [aux_sym_log_level_token1] = ACTIONS(3089), + [aux_sym_log_verbose_token1] = ACTIONS(3089), + [aux_sym_macs_token1] = ACTIONS(3089), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3089), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3089), + [aux_sym_password_authentication_token1] = ACTIONS(3089), + [aux_sym_permit_local_command_token1] = ACTIONS(3089), + [aux_sym_permit_remote_open_token1] = ACTIONS(3089), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3089), + [aux_sym_port_token1] = ACTIONS(3089), + [aux_sym_preferred_authentications_token1] = ACTIONS(3089), + [aux_sym_protocol_token1] = ACTIONS(3089), + [aux_sym_proxy_command_token1] = ACTIONS(3089), + [aux_sym_proxy_jump_token1] = ACTIONS(3089), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3089), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3089), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3089), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3089), + [aux_sym_rekey_limit_token1] = ACTIONS(3089), + [aux_sym_remote_command_token1] = ACTIONS(3089), + [aux_sym_remote_forward_token1] = ACTIONS(3089), + [aux_sym_request_tty_token1] = ACTIONS(3089), + [aux_sym_required_rsa_size_token1] = ACTIONS(3089), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3089), + [aux_sym_security_key_provider_token1] = ACTIONS(3089), + [aux_sym_send_env_token1] = ACTIONS(3089), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3089), + [aux_sym_server_alive_interval_token1] = ACTIONS(3089), + [aux_sym_session_type_token1] = ACTIONS(3089), + [aux_sym_set_env_token1] = ACTIONS(3089), + [aux_sym_stdin_null_token1] = ACTIONS(3089), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3089), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3089), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3089), + [aux_sym_syslog_facility_token1] = ACTIONS(3089), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3089), + [aux_sym_keep_alive_token1] = ACTIONS(3089), + [aux_sym_tunnel_token1] = ACTIONS(3091), + [aux_sym_tunnel_device_token1] = ACTIONS(3089), + [aux_sym_update_host_keys_token1] = ACTIONS(3089), + [aux_sym_use_keychain_token1] = ACTIONS(3089), + [aux_sym_use_roaming_token1] = ACTIONS(3089), + [aux_sym_user_token1] = ACTIONS(3091), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3089), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3089), + [aux_sym_visual_host_key_token1] = ACTIONS(3089), + [aux_sym_xauth_location_token1] = ACTIONS(3089), }, [476] = { - [ts_builtin_sym_end] = ACTIONS(3054), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3056), - [aux_sym_match_token1] = ACTIONS(3054), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3054), - [aux_sym_address_family_token1] = ACTIONS(3054), - [aux_sym_batch_mode_token1] = ACTIONS(3054), - [aux_sym_bind_address_token1] = ACTIONS(3054), - [aux_sym_bind_interface_token1] = ACTIONS(3054), - [aux_sym_canonical_domains_token1] = ACTIONS(3054), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3054), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3054), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3054), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3054), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3054), - [aux_sym_certificate_file_token1] = ACTIONS(3054), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3054), - [aux_sym_check_host_ip_token1] = ACTIONS(3054), - [aux_sym_ciphers_token1] = ACTIONS(3054), - [aux_sym_cipher_token1] = ACTIONS(3056), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3054), - [aux_sym_compression_token1] = ACTIONS(3054), - [aux_sym_connection_attempts_token1] = ACTIONS(3054), - [aux_sym_connect_timeout_token1] = ACTIONS(3054), - [aux_sym_control_master_token1] = ACTIONS(3054), - [aux_sym_control_path_token1] = ACTIONS(3054), - [aux_sym_control_persist_token1] = ACTIONS(3054), - [aux_sym_dynamic_forward_token1] = ACTIONS(3054), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3054), - [aux_sym_escape_char_token1] = ACTIONS(3054), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3054), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3054), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3054), - [aux_sym_forward_agent_token1] = ACTIONS(3054), - [aux_sym_forward_x11_token1] = ACTIONS(3056), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3054), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3054), - [aux_sym_gateway_ports_token1] = ACTIONS(3054), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3054), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3054), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3054), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3054), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3054), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3054), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3054), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3054), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3054), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3054), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3054), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3054), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3054), - [aux_sym_host_key_alias_token1] = ACTIONS(3054), - [aux_sym_hostname_token1] = ACTIONS(3054), - [aux_sym_identities_only_token1] = ACTIONS(3054), - [aux_sym_identity_agent_token1] = ACTIONS(3054), - [aux_sym_identity_file_token1] = ACTIONS(3054), - [aux_sym_ignore_unknown_token1] = ACTIONS(3054), - [aux_sym_include_token1] = ACTIONS(3054), - [aux_sym_ip_qos_token1] = ACTIONS(3054), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3054), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3054), - [aux_sym_kex_algorithms_token1] = ACTIONS(3054), - [aux_sym_known_hosts_command_token1] = ACTIONS(3054), - [aux_sym_local_command_token1] = ACTIONS(3054), - [aux_sym_local_forward_token1] = ACTIONS(3054), - [aux_sym_log_level_token1] = ACTIONS(3054), - [aux_sym_log_verbose_token1] = ACTIONS(3054), - [aux_sym_macs_token1] = ACTIONS(3054), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3054), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3054), - [aux_sym_password_authentication_token1] = ACTIONS(3054), - [aux_sym_permit_local_command_token1] = ACTIONS(3054), - [aux_sym_permit_remote_open_token1] = ACTIONS(3054), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3054), - [aux_sym_port_token1] = ACTIONS(3054), - [aux_sym_preferred_authentications_token1] = ACTIONS(3054), - [aux_sym_protocol_token1] = ACTIONS(3054), - [aux_sym_proxy_command_token1] = ACTIONS(3054), - [aux_sym_proxy_jump_token1] = ACTIONS(3054), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3054), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3054), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3054), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3054), - [aux_sym_rekey_limit_token1] = ACTIONS(3054), - [aux_sym_remote_command_token1] = ACTIONS(3054), - [aux_sym_remote_forward_token1] = ACTIONS(3054), - [aux_sym_request_tty_token1] = ACTIONS(3054), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3054), - [aux_sym_security_key_provider_token1] = ACTIONS(3054), - [aux_sym_send_env_token1] = ACTIONS(3054), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3054), - [aux_sym_server_alive_interval_token1] = ACTIONS(3054), - [aux_sym_session_type_token1] = ACTIONS(3054), - [aux_sym_set_env_token1] = ACTIONS(3054), - [aux_sym_stdin_null_token1] = ACTIONS(3054), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3054), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3054), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3054), - [aux_sym_syslog_facility_token1] = ACTIONS(3054), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3054), - [aux_sym_keep_alive_token1] = ACTIONS(3054), - [aux_sym_tunnel_token1] = ACTIONS(3056), - [aux_sym_tunnel_device_token1] = ACTIONS(3054), - [aux_sym_update_host_keys_token1] = ACTIONS(3054), - [aux_sym_use_keychain_token1] = ACTIONS(3054), - [aux_sym_use_roaming_token1] = ACTIONS(3054), - [aux_sym_user_token1] = ACTIONS(3056), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3054), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3054), - [aux_sym_visual_host_key_token1] = ACTIONS(3054), - [aux_sym_xauth_location_token1] = ACTIONS(3054), + [ts_builtin_sym_end] = ACTIONS(3093), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3095), + [aux_sym_match_token1] = ACTIONS(3093), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3093), + [aux_sym_address_family_token1] = ACTIONS(3093), + [aux_sym_batch_mode_token1] = ACTIONS(3093), + [aux_sym_bind_address_token1] = ACTIONS(3093), + [aux_sym_bind_interface_token1] = ACTIONS(3093), + [aux_sym_canonical_domains_token1] = ACTIONS(3093), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3093), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3093), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3093), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3093), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3093), + [aux_sym_certificate_file_token1] = ACTIONS(3093), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3093), + [aux_sym_check_host_ip_token1] = ACTIONS(3093), + [aux_sym_ciphers_token1] = ACTIONS(3093), + [aux_sym_cipher_token1] = ACTIONS(3095), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3093), + [aux_sym_compression_token1] = ACTIONS(3093), + [aux_sym_connection_attempts_token1] = ACTIONS(3093), + [aux_sym_connect_timeout_token1] = ACTIONS(3093), + [aux_sym_control_master_token1] = ACTIONS(3093), + [aux_sym_control_path_token1] = ACTIONS(3093), + [aux_sym_control_persist_token1] = ACTIONS(3093), + [aux_sym_dynamic_forward_token1] = ACTIONS(3093), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3093), + [aux_sym_escape_char_token1] = ACTIONS(3093), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3093), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3093), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3093), + [aux_sym_forward_agent_token1] = ACTIONS(3093), + [aux_sym_forward_x11_token1] = ACTIONS(3095), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3093), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3093), + [aux_sym_gateway_ports_token1] = ACTIONS(3093), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3093), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3093), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3093), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3093), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3093), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3093), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3093), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3093), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3093), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3093), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3093), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3093), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3093), + [aux_sym_host_key_alias_token1] = ACTIONS(3093), + [aux_sym_hostname_token1] = ACTIONS(3093), + [aux_sym_identities_only_token1] = ACTIONS(3093), + [aux_sym_identity_agent_token1] = ACTIONS(3093), + [aux_sym_identity_file_token1] = ACTIONS(3093), + [aux_sym_ignore_unknown_token1] = ACTIONS(3093), + [aux_sym_include_token1] = ACTIONS(3093), + [aux_sym_ip_qos_token1] = ACTIONS(3093), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3093), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3093), + [aux_sym_kex_algorithms_token1] = ACTIONS(3093), + [aux_sym_known_hosts_command_token1] = ACTIONS(3093), + [aux_sym_local_command_token1] = ACTIONS(3093), + [aux_sym_local_forward_token1] = ACTIONS(3093), + [aux_sym_log_level_token1] = ACTIONS(3093), + [aux_sym_log_verbose_token1] = ACTIONS(3093), + [aux_sym_macs_token1] = ACTIONS(3093), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3093), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3093), + [aux_sym_password_authentication_token1] = ACTIONS(3093), + [aux_sym_permit_local_command_token1] = ACTIONS(3093), + [aux_sym_permit_remote_open_token1] = ACTIONS(3093), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3093), + [aux_sym_port_token1] = ACTIONS(3093), + [aux_sym_preferred_authentications_token1] = ACTIONS(3093), + [aux_sym_protocol_token1] = ACTIONS(3093), + [aux_sym_proxy_command_token1] = ACTIONS(3093), + [aux_sym_proxy_jump_token1] = ACTIONS(3093), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3093), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3093), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3093), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3093), + [aux_sym_rekey_limit_token1] = ACTIONS(3093), + [aux_sym_remote_command_token1] = ACTIONS(3093), + [aux_sym_remote_forward_token1] = ACTIONS(3093), + [aux_sym_request_tty_token1] = ACTIONS(3093), + [aux_sym_required_rsa_size_token1] = ACTIONS(3093), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3093), + [aux_sym_security_key_provider_token1] = ACTIONS(3093), + [aux_sym_send_env_token1] = ACTIONS(3093), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3093), + [aux_sym_server_alive_interval_token1] = ACTIONS(3093), + [aux_sym_session_type_token1] = ACTIONS(3093), + [aux_sym_set_env_token1] = ACTIONS(3093), + [aux_sym_stdin_null_token1] = ACTIONS(3093), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3093), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3093), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3093), + [aux_sym_syslog_facility_token1] = ACTIONS(3093), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3093), + [aux_sym_keep_alive_token1] = ACTIONS(3093), + [aux_sym_tunnel_token1] = ACTIONS(3095), + [aux_sym_tunnel_device_token1] = ACTIONS(3093), + [aux_sym_update_host_keys_token1] = ACTIONS(3093), + [aux_sym_use_keychain_token1] = ACTIONS(3093), + [aux_sym_use_roaming_token1] = ACTIONS(3093), + [aux_sym_user_token1] = ACTIONS(3095), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3093), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3093), + [aux_sym_visual_host_key_token1] = ACTIONS(3093), + [aux_sym_xauth_location_token1] = ACTIONS(3093), }, [477] = { - [ts_builtin_sym_end] = ACTIONS(1534), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1536), - [aux_sym_match_token1] = ACTIONS(1534), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1534), - [aux_sym_address_family_token1] = ACTIONS(1534), - [aux_sym_batch_mode_token1] = ACTIONS(1534), - [aux_sym_bind_address_token1] = ACTIONS(1534), - [aux_sym_bind_interface_token1] = ACTIONS(1534), - [aux_sym_canonical_domains_token1] = ACTIONS(1534), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1534), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1534), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1534), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1534), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1534), - [aux_sym_certificate_file_token1] = ACTIONS(1534), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1534), - [aux_sym_check_host_ip_token1] = ACTIONS(1534), - [aux_sym_ciphers_token1] = ACTIONS(1534), - [aux_sym_cipher_token1] = ACTIONS(1536), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1534), - [aux_sym_compression_token1] = ACTIONS(1534), - [aux_sym_connection_attempts_token1] = ACTIONS(1534), - [aux_sym_connect_timeout_token1] = ACTIONS(1534), - [aux_sym_control_master_token1] = ACTIONS(1534), - [aux_sym_control_path_token1] = ACTIONS(1534), - [aux_sym_control_persist_token1] = ACTIONS(1534), - [aux_sym_dynamic_forward_token1] = ACTIONS(1534), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1534), - [aux_sym_escape_char_token1] = ACTIONS(1534), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1534), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1534), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1534), - [aux_sym_forward_agent_token1] = ACTIONS(1534), - [aux_sym_forward_x11_token1] = ACTIONS(1536), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1534), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1534), - [aux_sym_gateway_ports_token1] = ACTIONS(1534), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1534), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1534), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1534), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1534), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1534), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1534), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1534), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1534), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1534), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1534), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1534), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1534), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1534), - [aux_sym_host_key_alias_token1] = ACTIONS(1534), - [aux_sym_hostname_token1] = ACTIONS(1534), - [aux_sym_identities_only_token1] = ACTIONS(1534), - [aux_sym_identity_agent_token1] = ACTIONS(1534), - [aux_sym_identity_file_token1] = ACTIONS(1534), - [aux_sym_ignore_unknown_token1] = ACTIONS(1534), - [aux_sym_include_token1] = ACTIONS(1534), - [aux_sym_ip_qos_token1] = ACTIONS(1534), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1534), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1534), - [aux_sym_kex_algorithms_token1] = ACTIONS(1534), - [aux_sym_known_hosts_command_token1] = ACTIONS(1534), - [aux_sym_local_command_token1] = ACTIONS(1534), - [aux_sym_local_forward_token1] = ACTIONS(1534), - [aux_sym_log_level_token1] = ACTIONS(1534), - [aux_sym_log_verbose_token1] = ACTIONS(1534), - [aux_sym_macs_token1] = ACTIONS(1534), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1534), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1534), - [aux_sym_password_authentication_token1] = ACTIONS(1534), - [aux_sym_permit_local_command_token1] = ACTIONS(1534), - [aux_sym_permit_remote_open_token1] = ACTIONS(1534), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1534), - [aux_sym_port_token1] = ACTIONS(1534), - [aux_sym_preferred_authentications_token1] = ACTIONS(1534), - [aux_sym_protocol_token1] = ACTIONS(1534), - [aux_sym_proxy_command_token1] = ACTIONS(1534), - [aux_sym_proxy_jump_token1] = ACTIONS(1534), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1534), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1534), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1534), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1534), - [aux_sym_rekey_limit_token1] = ACTIONS(1534), - [aux_sym_remote_command_token1] = ACTIONS(1534), - [aux_sym_remote_forward_token1] = ACTIONS(1534), - [aux_sym_request_tty_token1] = ACTIONS(1534), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1534), - [aux_sym_security_key_provider_token1] = ACTIONS(1534), - [aux_sym_send_env_token1] = ACTIONS(1534), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1534), - [aux_sym_server_alive_interval_token1] = ACTIONS(1534), - [aux_sym_session_type_token1] = ACTIONS(1534), - [aux_sym_set_env_token1] = ACTIONS(1534), - [aux_sym_stdin_null_token1] = ACTIONS(1534), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1534), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1534), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1534), - [aux_sym_syslog_facility_token1] = ACTIONS(1534), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1534), - [aux_sym_keep_alive_token1] = ACTIONS(1534), - [aux_sym_tunnel_token1] = ACTIONS(1536), - [aux_sym_tunnel_device_token1] = ACTIONS(1534), - [aux_sym_update_host_keys_token1] = ACTIONS(1534), - [aux_sym_use_keychain_token1] = ACTIONS(1534), - [aux_sym_use_roaming_token1] = ACTIONS(1534), - [aux_sym_user_token1] = ACTIONS(1536), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1534), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1534), - [aux_sym_visual_host_key_token1] = ACTIONS(1534), - [aux_sym_xauth_location_token1] = ACTIONS(1534), + [ts_builtin_sym_end] = ACTIONS(3097), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3099), + [aux_sym_match_token1] = ACTIONS(3097), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3097), + [aux_sym_address_family_token1] = ACTIONS(3097), + [aux_sym_batch_mode_token1] = ACTIONS(3097), + [aux_sym_bind_address_token1] = ACTIONS(3097), + [aux_sym_bind_interface_token1] = ACTIONS(3097), + [aux_sym_canonical_domains_token1] = ACTIONS(3097), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3097), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3097), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3097), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3097), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3097), + [aux_sym_certificate_file_token1] = ACTIONS(3097), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3097), + [aux_sym_check_host_ip_token1] = ACTIONS(3097), + [aux_sym_ciphers_token1] = ACTIONS(3097), + [aux_sym_cipher_token1] = ACTIONS(3099), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3097), + [aux_sym_compression_token1] = ACTIONS(3097), + [aux_sym_connection_attempts_token1] = ACTIONS(3097), + [aux_sym_connect_timeout_token1] = ACTIONS(3097), + [aux_sym_control_master_token1] = ACTIONS(3097), + [aux_sym_control_path_token1] = ACTIONS(3097), + [aux_sym_control_persist_token1] = ACTIONS(3097), + [aux_sym_dynamic_forward_token1] = ACTIONS(3097), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3097), + [aux_sym_escape_char_token1] = ACTIONS(3097), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3097), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3097), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3097), + [aux_sym_forward_agent_token1] = ACTIONS(3097), + [aux_sym_forward_x11_token1] = ACTIONS(3099), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3097), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3097), + [aux_sym_gateway_ports_token1] = ACTIONS(3097), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3097), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3097), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3097), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3097), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3097), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3097), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3097), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3097), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3097), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3097), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3097), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3097), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3097), + [aux_sym_host_key_alias_token1] = ACTIONS(3097), + [aux_sym_hostname_token1] = ACTIONS(3097), + [aux_sym_identities_only_token1] = ACTIONS(3097), + [aux_sym_identity_agent_token1] = ACTIONS(3097), + [aux_sym_identity_file_token1] = ACTIONS(3097), + [aux_sym_ignore_unknown_token1] = ACTIONS(3097), + [aux_sym_include_token1] = ACTIONS(3097), + [aux_sym_ip_qos_token1] = ACTIONS(3097), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3097), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3097), + [aux_sym_kex_algorithms_token1] = ACTIONS(3097), + [aux_sym_known_hosts_command_token1] = ACTIONS(3097), + [aux_sym_local_command_token1] = ACTIONS(3097), + [aux_sym_local_forward_token1] = ACTIONS(3097), + [aux_sym_log_level_token1] = ACTIONS(3097), + [aux_sym_log_verbose_token1] = ACTIONS(3097), + [aux_sym_macs_token1] = ACTIONS(3097), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3097), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3097), + [aux_sym_password_authentication_token1] = ACTIONS(3097), + [aux_sym_permit_local_command_token1] = ACTIONS(3097), + [aux_sym_permit_remote_open_token1] = ACTIONS(3097), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3097), + [aux_sym_port_token1] = ACTIONS(3097), + [aux_sym_preferred_authentications_token1] = ACTIONS(3097), + [aux_sym_protocol_token1] = ACTIONS(3097), + [aux_sym_proxy_command_token1] = ACTIONS(3097), + [aux_sym_proxy_jump_token1] = ACTIONS(3097), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3097), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3097), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3097), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3097), + [aux_sym_rekey_limit_token1] = ACTIONS(3097), + [aux_sym_remote_command_token1] = ACTIONS(3097), + [aux_sym_remote_forward_token1] = ACTIONS(3097), + [aux_sym_request_tty_token1] = ACTIONS(3097), + [aux_sym_required_rsa_size_token1] = ACTIONS(3097), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3097), + [aux_sym_security_key_provider_token1] = ACTIONS(3097), + [aux_sym_send_env_token1] = ACTIONS(3097), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3097), + [aux_sym_server_alive_interval_token1] = ACTIONS(3097), + [aux_sym_session_type_token1] = ACTIONS(3097), + [aux_sym_set_env_token1] = ACTIONS(3097), + [aux_sym_stdin_null_token1] = ACTIONS(3097), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3097), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3097), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3097), + [aux_sym_syslog_facility_token1] = ACTIONS(3097), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3097), + [aux_sym_keep_alive_token1] = ACTIONS(3097), + [aux_sym_tunnel_token1] = ACTIONS(3099), + [aux_sym_tunnel_device_token1] = ACTIONS(3097), + [aux_sym_update_host_keys_token1] = ACTIONS(3097), + [aux_sym_use_keychain_token1] = ACTIONS(3097), + [aux_sym_use_roaming_token1] = ACTIONS(3097), + [aux_sym_user_token1] = ACTIONS(3099), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3097), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3097), + [aux_sym_visual_host_key_token1] = ACTIONS(3097), + [aux_sym_xauth_location_token1] = ACTIONS(3097), }, [478] = { - [ts_builtin_sym_end] = ACTIONS(796), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(798), - [aux_sym_match_token1] = ACTIONS(796), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(796), - [aux_sym_address_family_token1] = ACTIONS(796), - [aux_sym_batch_mode_token1] = ACTIONS(796), - [aux_sym_bind_address_token1] = ACTIONS(796), - [aux_sym_bind_interface_token1] = ACTIONS(796), - [aux_sym_canonical_domains_token1] = ACTIONS(796), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(796), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(796), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(796), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(796), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(796), - [aux_sym_certificate_file_token1] = ACTIONS(796), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(796), - [aux_sym_check_host_ip_token1] = ACTIONS(796), - [aux_sym_ciphers_token1] = ACTIONS(796), - [aux_sym_cipher_token1] = ACTIONS(798), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(796), - [aux_sym_compression_token1] = ACTIONS(796), - [aux_sym_connection_attempts_token1] = ACTIONS(796), - [aux_sym_connect_timeout_token1] = ACTIONS(796), - [aux_sym_control_master_token1] = ACTIONS(796), - [aux_sym_control_path_token1] = ACTIONS(796), - [aux_sym_control_persist_token1] = ACTIONS(796), - [aux_sym_dynamic_forward_token1] = ACTIONS(796), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(796), - [aux_sym_escape_char_token1] = ACTIONS(796), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(796), - [aux_sym_fingerprint_hash_token1] = ACTIONS(796), - [aux_sym_fork_after_authentication_token1] = ACTIONS(796), - [aux_sym_forward_agent_token1] = ACTIONS(796), - [aux_sym_forward_x11_token1] = ACTIONS(798), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(796), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(796), - [aux_sym_gateway_ports_token1] = ACTIONS(796), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(796), - [aux_sym_gssapi_authentication_token1] = ACTIONS(796), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(796), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(796), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(796), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(796), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(796), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(796), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(796), - [aux_sym_hash_known_hosts_token1] = ACTIONS(796), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(796), - [aux_sym_hostbased_authentication_token1] = ACTIONS(796), - [aux_sym_host_key_algorithms_token1] = ACTIONS(796), - [aux_sym_host_key_alias_token1] = ACTIONS(796), - [aux_sym_hostname_token1] = ACTIONS(796), - [aux_sym_identities_only_token1] = ACTIONS(796), - [aux_sym_identity_agent_token1] = ACTIONS(796), - [aux_sym_identity_file_token1] = ACTIONS(796), - [aux_sym_ignore_unknown_token1] = ACTIONS(796), - [aux_sym_include_token1] = ACTIONS(796), - [aux_sym_ip_qos_token1] = ACTIONS(796), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(796), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(796), - [aux_sym_kex_algorithms_token1] = ACTIONS(796), - [aux_sym_known_hosts_command_token1] = ACTIONS(796), - [aux_sym_local_command_token1] = ACTIONS(796), - [aux_sym_local_forward_token1] = ACTIONS(796), - [aux_sym_log_level_token1] = ACTIONS(796), - [aux_sym_log_verbose_token1] = ACTIONS(796), - [aux_sym_macs_token1] = ACTIONS(796), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(796), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(796), - [aux_sym_password_authentication_token1] = ACTIONS(796), - [aux_sym_permit_local_command_token1] = ACTIONS(796), - [aux_sym_permit_remote_open_token1] = ACTIONS(796), - [aux_sym_pkcs11_provider_token1] = ACTIONS(796), - [aux_sym_port_token1] = ACTIONS(796), - [aux_sym_preferred_authentications_token1] = ACTIONS(796), - [aux_sym_protocol_token1] = ACTIONS(796), - [aux_sym_proxy_command_token1] = ACTIONS(796), - [aux_sym_proxy_jump_token1] = ACTIONS(796), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(796), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(796), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(796), - [aux_sym_pubkey_authentication_token1] = ACTIONS(796), - [aux_sym_rekey_limit_token1] = ACTIONS(796), - [aux_sym_remote_command_token1] = ACTIONS(796), - [aux_sym_remote_forward_token1] = ACTIONS(796), - [aux_sym_request_tty_token1] = ACTIONS(796), - [aux_sym_revoked_host_keys_token1] = ACTIONS(796), - [aux_sym_security_key_provider_token1] = ACTIONS(796), - [aux_sym_send_env_token1] = ACTIONS(796), - [aux_sym_server_alive_count_max_token1] = ACTIONS(796), - [aux_sym_server_alive_interval_token1] = ACTIONS(796), - [aux_sym_session_type_token1] = ACTIONS(796), - [aux_sym_set_env_token1] = ACTIONS(796), - [aux_sym_stdin_null_token1] = ACTIONS(796), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(796), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(796), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(796), - [aux_sym_syslog_facility_token1] = ACTIONS(796), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(796), - [aux_sym_keep_alive_token1] = ACTIONS(796), - [aux_sym_tunnel_token1] = ACTIONS(798), - [aux_sym_tunnel_device_token1] = ACTIONS(796), - [aux_sym_update_host_keys_token1] = ACTIONS(796), - [aux_sym_use_keychain_token1] = ACTIONS(796), - [aux_sym_use_roaming_token1] = ACTIONS(796), - [aux_sym_user_token1] = ACTIONS(798), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(796), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(796), - [aux_sym_visual_host_key_token1] = ACTIONS(796), - [aux_sym_xauth_location_token1] = ACTIONS(796), + [ts_builtin_sym_end] = ACTIONS(3101), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3103), + [aux_sym_match_token1] = ACTIONS(3101), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3101), + [aux_sym_address_family_token1] = ACTIONS(3101), + [aux_sym_batch_mode_token1] = ACTIONS(3101), + [aux_sym_bind_address_token1] = ACTIONS(3101), + [aux_sym_bind_interface_token1] = ACTIONS(3101), + [aux_sym_canonical_domains_token1] = ACTIONS(3101), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3101), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3101), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3101), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3101), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3101), + [aux_sym_certificate_file_token1] = ACTIONS(3101), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3101), + [aux_sym_check_host_ip_token1] = ACTIONS(3101), + [aux_sym_ciphers_token1] = ACTIONS(3101), + [aux_sym_cipher_token1] = ACTIONS(3103), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3101), + [aux_sym_compression_token1] = ACTIONS(3101), + [aux_sym_connection_attempts_token1] = ACTIONS(3101), + [aux_sym_connect_timeout_token1] = ACTIONS(3101), + [aux_sym_control_master_token1] = ACTIONS(3101), + [aux_sym_control_path_token1] = ACTIONS(3101), + [aux_sym_control_persist_token1] = ACTIONS(3101), + [aux_sym_dynamic_forward_token1] = ACTIONS(3101), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3101), + [aux_sym_escape_char_token1] = ACTIONS(3101), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3101), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3101), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3101), + [aux_sym_forward_agent_token1] = ACTIONS(3101), + [aux_sym_forward_x11_token1] = ACTIONS(3103), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3101), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3101), + [aux_sym_gateway_ports_token1] = ACTIONS(3101), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3101), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3101), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3101), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3101), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3101), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3101), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3101), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3101), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3101), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3101), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3101), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3101), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3101), + [aux_sym_host_key_alias_token1] = ACTIONS(3101), + [aux_sym_hostname_token1] = ACTIONS(3101), + [aux_sym_identities_only_token1] = ACTIONS(3101), + [aux_sym_identity_agent_token1] = ACTIONS(3101), + [aux_sym_identity_file_token1] = ACTIONS(3101), + [aux_sym_ignore_unknown_token1] = ACTIONS(3101), + [aux_sym_include_token1] = ACTIONS(3101), + [aux_sym_ip_qos_token1] = ACTIONS(3101), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3101), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3101), + [aux_sym_kex_algorithms_token1] = ACTIONS(3101), + [aux_sym_known_hosts_command_token1] = ACTIONS(3101), + [aux_sym_local_command_token1] = ACTIONS(3101), + [aux_sym_local_forward_token1] = ACTIONS(3101), + [aux_sym_log_level_token1] = ACTIONS(3101), + [aux_sym_log_verbose_token1] = ACTIONS(3101), + [aux_sym_macs_token1] = ACTIONS(3101), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3101), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3101), + [aux_sym_password_authentication_token1] = ACTIONS(3101), + [aux_sym_permit_local_command_token1] = ACTIONS(3101), + [aux_sym_permit_remote_open_token1] = ACTIONS(3101), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3101), + [aux_sym_port_token1] = ACTIONS(3101), + [aux_sym_preferred_authentications_token1] = ACTIONS(3101), + [aux_sym_protocol_token1] = ACTIONS(3101), + [aux_sym_proxy_command_token1] = ACTIONS(3101), + [aux_sym_proxy_jump_token1] = ACTIONS(3101), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3101), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3101), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3101), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3101), + [aux_sym_rekey_limit_token1] = ACTIONS(3101), + [aux_sym_remote_command_token1] = ACTIONS(3101), + [aux_sym_remote_forward_token1] = ACTIONS(3101), + [aux_sym_request_tty_token1] = ACTIONS(3101), + [aux_sym_required_rsa_size_token1] = ACTIONS(3101), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3101), + [aux_sym_security_key_provider_token1] = ACTIONS(3101), + [aux_sym_send_env_token1] = ACTIONS(3101), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3101), + [aux_sym_server_alive_interval_token1] = ACTIONS(3101), + [aux_sym_session_type_token1] = ACTIONS(3101), + [aux_sym_set_env_token1] = ACTIONS(3101), + [aux_sym_stdin_null_token1] = ACTIONS(3101), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3101), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3101), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3101), + [aux_sym_syslog_facility_token1] = ACTIONS(3101), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3101), + [aux_sym_keep_alive_token1] = ACTIONS(3101), + [aux_sym_tunnel_token1] = ACTIONS(3103), + [aux_sym_tunnel_device_token1] = ACTIONS(3101), + [aux_sym_update_host_keys_token1] = ACTIONS(3101), + [aux_sym_use_keychain_token1] = ACTIONS(3101), + [aux_sym_use_roaming_token1] = ACTIONS(3101), + [aux_sym_user_token1] = ACTIONS(3103), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3101), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3101), + [aux_sym_visual_host_key_token1] = ACTIONS(3101), + [aux_sym_xauth_location_token1] = ACTIONS(3101), }, [479] = { - [ts_builtin_sym_end] = ACTIONS(3058), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3060), - [aux_sym_match_token1] = ACTIONS(3058), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3058), - [aux_sym_address_family_token1] = ACTIONS(3058), - [aux_sym_batch_mode_token1] = ACTIONS(3058), - [aux_sym_bind_address_token1] = ACTIONS(3058), - [aux_sym_bind_interface_token1] = ACTIONS(3058), - [aux_sym_canonical_domains_token1] = ACTIONS(3058), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3058), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3058), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3058), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3058), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3058), - [aux_sym_certificate_file_token1] = ACTIONS(3058), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3058), - [aux_sym_check_host_ip_token1] = ACTIONS(3058), - [aux_sym_ciphers_token1] = ACTIONS(3058), - [aux_sym_cipher_token1] = ACTIONS(3060), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3058), - [aux_sym_compression_token1] = ACTIONS(3058), - [aux_sym_connection_attempts_token1] = ACTIONS(3058), - [aux_sym_connect_timeout_token1] = ACTIONS(3058), - [aux_sym_control_master_token1] = ACTIONS(3058), - [aux_sym_control_path_token1] = ACTIONS(3058), - [aux_sym_control_persist_token1] = ACTIONS(3058), - [aux_sym_dynamic_forward_token1] = ACTIONS(3058), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3058), - [aux_sym_escape_char_token1] = ACTIONS(3058), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3058), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3058), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3058), - [aux_sym_forward_agent_token1] = ACTIONS(3058), - [aux_sym_forward_x11_token1] = ACTIONS(3060), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3058), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3058), - [aux_sym_gateway_ports_token1] = ACTIONS(3058), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3058), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3058), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3058), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3058), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3058), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3058), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3058), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3058), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3058), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3058), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3058), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3058), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3058), - [aux_sym_host_key_alias_token1] = ACTIONS(3058), - [aux_sym_hostname_token1] = ACTIONS(3058), - [aux_sym_identities_only_token1] = ACTIONS(3058), - [aux_sym_identity_agent_token1] = ACTIONS(3058), - [aux_sym_identity_file_token1] = ACTIONS(3058), - [aux_sym_ignore_unknown_token1] = ACTIONS(3058), - [aux_sym_include_token1] = ACTIONS(3058), - [aux_sym_ip_qos_token1] = ACTIONS(3058), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3058), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3058), - [aux_sym_kex_algorithms_token1] = ACTIONS(3058), - [aux_sym_known_hosts_command_token1] = ACTIONS(3058), - [aux_sym_local_command_token1] = ACTIONS(3058), - [aux_sym_local_forward_token1] = ACTIONS(3058), - [aux_sym_log_level_token1] = ACTIONS(3058), - [aux_sym_log_verbose_token1] = ACTIONS(3058), - [aux_sym_macs_token1] = ACTIONS(3058), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3058), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3058), - [aux_sym_password_authentication_token1] = ACTIONS(3058), - [aux_sym_permit_local_command_token1] = ACTIONS(3058), - [aux_sym_permit_remote_open_token1] = ACTIONS(3058), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3058), - [aux_sym_port_token1] = ACTIONS(3058), - [aux_sym_preferred_authentications_token1] = ACTIONS(3058), - [aux_sym_protocol_token1] = ACTIONS(3058), - [aux_sym_proxy_command_token1] = ACTIONS(3058), - [aux_sym_proxy_jump_token1] = ACTIONS(3058), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3058), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3058), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3058), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3058), - [aux_sym_rekey_limit_token1] = ACTIONS(3058), - [aux_sym_remote_command_token1] = ACTIONS(3058), - [aux_sym_remote_forward_token1] = ACTIONS(3058), - [aux_sym_request_tty_token1] = ACTIONS(3058), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3058), - [aux_sym_security_key_provider_token1] = ACTIONS(3058), - [aux_sym_send_env_token1] = ACTIONS(3058), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3058), - [aux_sym_server_alive_interval_token1] = ACTIONS(3058), - [aux_sym_session_type_token1] = ACTIONS(3058), - [aux_sym_set_env_token1] = ACTIONS(3058), - [aux_sym_stdin_null_token1] = ACTIONS(3058), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3058), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3058), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3058), - [aux_sym_syslog_facility_token1] = ACTIONS(3058), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3058), - [aux_sym_keep_alive_token1] = ACTIONS(3058), - [aux_sym_tunnel_token1] = ACTIONS(3060), - [aux_sym_tunnel_device_token1] = ACTIONS(3058), - [aux_sym_update_host_keys_token1] = ACTIONS(3058), - [aux_sym_use_keychain_token1] = ACTIONS(3058), - [aux_sym_use_roaming_token1] = ACTIONS(3058), - [aux_sym_user_token1] = ACTIONS(3060), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3058), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3058), - [aux_sym_visual_host_key_token1] = ACTIONS(3058), - [aux_sym_xauth_location_token1] = ACTIONS(3058), + [ts_builtin_sym_end] = ACTIONS(1635), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1637), + [aux_sym_match_token1] = ACTIONS(1635), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1635), + [aux_sym_address_family_token1] = ACTIONS(1635), + [aux_sym_batch_mode_token1] = ACTIONS(1635), + [aux_sym_bind_address_token1] = ACTIONS(1635), + [aux_sym_bind_interface_token1] = ACTIONS(1635), + [aux_sym_canonical_domains_token1] = ACTIONS(1635), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1635), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1635), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1635), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1635), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1635), + [aux_sym_certificate_file_token1] = ACTIONS(1635), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1635), + [aux_sym_check_host_ip_token1] = ACTIONS(1635), + [aux_sym_ciphers_token1] = ACTIONS(1635), + [aux_sym_cipher_token1] = ACTIONS(1637), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1635), + [aux_sym_compression_token1] = ACTIONS(1635), + [aux_sym_connection_attempts_token1] = ACTIONS(1635), + [aux_sym_connect_timeout_token1] = ACTIONS(1635), + [aux_sym_control_master_token1] = ACTIONS(1635), + [aux_sym_control_path_token1] = ACTIONS(1635), + [aux_sym_control_persist_token1] = ACTIONS(1635), + [aux_sym_dynamic_forward_token1] = ACTIONS(1635), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1635), + [aux_sym_escape_char_token1] = ACTIONS(1635), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1635), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1635), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1635), + [aux_sym_forward_agent_token1] = ACTIONS(1635), + [aux_sym_forward_x11_token1] = ACTIONS(1637), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1635), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1635), + [aux_sym_gateway_ports_token1] = ACTIONS(1635), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1635), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1635), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1635), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1635), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1635), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1635), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1635), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1635), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1635), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1635), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1635), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1635), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1635), + [aux_sym_host_key_alias_token1] = ACTIONS(1635), + [aux_sym_hostname_token1] = ACTIONS(1635), + [aux_sym_identities_only_token1] = ACTIONS(1635), + [aux_sym_identity_agent_token1] = ACTIONS(1635), + [aux_sym_identity_file_token1] = ACTIONS(1635), + [aux_sym_ignore_unknown_token1] = ACTIONS(1635), + [aux_sym_include_token1] = ACTIONS(1635), + [aux_sym_ip_qos_token1] = ACTIONS(1635), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1635), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1635), + [aux_sym_kex_algorithms_token1] = ACTIONS(1635), + [aux_sym_known_hosts_command_token1] = ACTIONS(1635), + [aux_sym_local_command_token1] = ACTIONS(1635), + [aux_sym_local_forward_token1] = ACTIONS(1635), + [aux_sym_log_level_token1] = ACTIONS(1635), + [aux_sym_log_verbose_token1] = ACTIONS(1635), + [aux_sym_macs_token1] = ACTIONS(1635), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1635), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1635), + [aux_sym_password_authentication_token1] = ACTIONS(1635), + [aux_sym_permit_local_command_token1] = ACTIONS(1635), + [aux_sym_permit_remote_open_token1] = ACTIONS(1635), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1635), + [aux_sym_port_token1] = ACTIONS(1635), + [aux_sym_preferred_authentications_token1] = ACTIONS(1635), + [aux_sym_protocol_token1] = ACTIONS(1635), + [aux_sym_proxy_command_token1] = ACTIONS(1635), + [aux_sym_proxy_jump_token1] = ACTIONS(1635), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1635), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1635), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1635), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1635), + [aux_sym_rekey_limit_token1] = ACTIONS(1635), + [aux_sym_remote_command_token1] = ACTIONS(1635), + [aux_sym_remote_forward_token1] = ACTIONS(1635), + [aux_sym_request_tty_token1] = ACTIONS(1635), + [aux_sym_required_rsa_size_token1] = ACTIONS(1635), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1635), + [aux_sym_security_key_provider_token1] = ACTIONS(1635), + [aux_sym_send_env_token1] = ACTIONS(1635), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1635), + [aux_sym_server_alive_interval_token1] = ACTIONS(1635), + [aux_sym_session_type_token1] = ACTIONS(1635), + [aux_sym_set_env_token1] = ACTIONS(1635), + [aux_sym_stdin_null_token1] = ACTIONS(1635), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1635), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1635), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1635), + [aux_sym_syslog_facility_token1] = ACTIONS(1635), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1635), + [aux_sym_keep_alive_token1] = ACTIONS(1635), + [aux_sym_tunnel_token1] = ACTIONS(1637), + [aux_sym_tunnel_device_token1] = ACTIONS(1635), + [aux_sym_update_host_keys_token1] = ACTIONS(1635), + [aux_sym_use_keychain_token1] = ACTIONS(1635), + [aux_sym_use_roaming_token1] = ACTIONS(1635), + [aux_sym_user_token1] = ACTIONS(1637), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1635), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1635), + [aux_sym_visual_host_key_token1] = ACTIONS(1635), + [aux_sym_xauth_location_token1] = ACTIONS(1635), }, [480] = { - [ts_builtin_sym_end] = ACTIONS(1066), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1068), - [aux_sym_match_token1] = ACTIONS(1066), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1066), - [aux_sym_address_family_token1] = ACTIONS(1066), - [aux_sym_batch_mode_token1] = ACTIONS(1066), - [aux_sym_bind_address_token1] = ACTIONS(1066), - [aux_sym_bind_interface_token1] = ACTIONS(1066), - [aux_sym_canonical_domains_token1] = ACTIONS(1066), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1066), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1066), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1066), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1066), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1066), - [aux_sym_certificate_file_token1] = ACTIONS(1066), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1066), - [aux_sym_check_host_ip_token1] = ACTIONS(1066), - [aux_sym_ciphers_token1] = ACTIONS(1066), - [aux_sym_cipher_token1] = ACTIONS(1068), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1066), - [aux_sym_compression_token1] = ACTIONS(1066), - [aux_sym_connection_attempts_token1] = ACTIONS(1066), - [aux_sym_connect_timeout_token1] = ACTIONS(1066), - [aux_sym_control_master_token1] = ACTIONS(1066), - [aux_sym_control_path_token1] = ACTIONS(1066), - [aux_sym_control_persist_token1] = ACTIONS(1066), - [aux_sym_dynamic_forward_token1] = ACTIONS(1066), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1066), - [aux_sym_escape_char_token1] = ACTIONS(1066), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1066), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1066), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1066), - [aux_sym_forward_agent_token1] = ACTIONS(1066), - [aux_sym_forward_x11_token1] = ACTIONS(1068), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1066), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1066), - [aux_sym_gateway_ports_token1] = ACTIONS(1066), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1066), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1066), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1066), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1066), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1066), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1066), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1066), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1066), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1066), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1066), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1066), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1066), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1066), - [aux_sym_host_key_alias_token1] = ACTIONS(1066), - [aux_sym_hostname_token1] = ACTIONS(1066), - [aux_sym_identities_only_token1] = ACTIONS(1066), - [aux_sym_identity_agent_token1] = ACTIONS(1066), - [aux_sym_identity_file_token1] = ACTIONS(1066), - [aux_sym_ignore_unknown_token1] = ACTIONS(1066), - [aux_sym_include_token1] = ACTIONS(1066), - [aux_sym_ip_qos_token1] = ACTIONS(1066), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1066), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1066), - [aux_sym_kex_algorithms_token1] = ACTIONS(1066), - [aux_sym_known_hosts_command_token1] = ACTIONS(1066), - [aux_sym_local_command_token1] = ACTIONS(1066), - [aux_sym_local_forward_token1] = ACTIONS(1066), - [aux_sym_log_level_token1] = ACTIONS(1066), - [aux_sym_log_verbose_token1] = ACTIONS(1066), - [aux_sym_macs_token1] = ACTIONS(1066), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1066), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1066), - [aux_sym_password_authentication_token1] = ACTIONS(1066), - [aux_sym_permit_local_command_token1] = ACTIONS(1066), - [aux_sym_permit_remote_open_token1] = ACTIONS(1066), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1066), - [aux_sym_port_token1] = ACTIONS(1066), - [aux_sym_preferred_authentications_token1] = ACTIONS(1066), - [aux_sym_protocol_token1] = ACTIONS(1066), - [aux_sym_proxy_command_token1] = ACTIONS(1066), - [aux_sym_proxy_jump_token1] = ACTIONS(1066), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1066), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1066), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1066), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1066), - [aux_sym_rekey_limit_token1] = ACTIONS(1066), - [aux_sym_remote_command_token1] = ACTIONS(1066), - [aux_sym_remote_forward_token1] = ACTIONS(1066), - [aux_sym_request_tty_token1] = ACTIONS(1066), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1066), - [aux_sym_security_key_provider_token1] = ACTIONS(1066), - [aux_sym_send_env_token1] = ACTIONS(1066), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1066), - [aux_sym_server_alive_interval_token1] = ACTIONS(1066), - [aux_sym_session_type_token1] = ACTIONS(1066), - [aux_sym_set_env_token1] = ACTIONS(1066), - [aux_sym_stdin_null_token1] = ACTIONS(1066), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1066), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1066), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1066), - [aux_sym_syslog_facility_token1] = ACTIONS(1066), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1066), - [aux_sym_keep_alive_token1] = ACTIONS(1066), - [aux_sym_tunnel_token1] = ACTIONS(1068), - [aux_sym_tunnel_device_token1] = ACTIONS(1066), - [aux_sym_update_host_keys_token1] = ACTIONS(1066), - [aux_sym_use_keychain_token1] = ACTIONS(1066), - [aux_sym_use_roaming_token1] = ACTIONS(1066), - [aux_sym_user_token1] = ACTIONS(1068), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1066), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1066), - [aux_sym_visual_host_key_token1] = ACTIONS(1066), - [aux_sym_xauth_location_token1] = ACTIONS(1066), + [ts_builtin_sym_end] = ACTIONS(1605), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1607), + [aux_sym_match_token1] = ACTIONS(1605), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1605), + [aux_sym_address_family_token1] = ACTIONS(1605), + [aux_sym_batch_mode_token1] = ACTIONS(1605), + [aux_sym_bind_address_token1] = ACTIONS(1605), + [aux_sym_bind_interface_token1] = ACTIONS(1605), + [aux_sym_canonical_domains_token1] = ACTIONS(1605), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1605), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1605), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1605), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1605), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1605), + [aux_sym_certificate_file_token1] = ACTIONS(1605), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1605), + [aux_sym_check_host_ip_token1] = ACTIONS(1605), + [aux_sym_ciphers_token1] = ACTIONS(1605), + [aux_sym_cipher_token1] = ACTIONS(1607), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1605), + [aux_sym_compression_token1] = ACTIONS(1605), + [aux_sym_connection_attempts_token1] = ACTIONS(1605), + [aux_sym_connect_timeout_token1] = ACTIONS(1605), + [aux_sym_control_master_token1] = ACTIONS(1605), + [aux_sym_control_path_token1] = ACTIONS(1605), + [aux_sym_control_persist_token1] = ACTIONS(1605), + [aux_sym_dynamic_forward_token1] = ACTIONS(1605), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1605), + [aux_sym_escape_char_token1] = ACTIONS(1605), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1605), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1605), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1605), + [aux_sym_forward_agent_token1] = ACTIONS(1605), + [aux_sym_forward_x11_token1] = ACTIONS(1607), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1605), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1605), + [aux_sym_gateway_ports_token1] = ACTIONS(1605), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1605), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1605), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1605), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1605), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1605), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1605), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1605), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1605), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1605), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1605), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1605), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1605), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1605), + [aux_sym_host_key_alias_token1] = ACTIONS(1605), + [aux_sym_hostname_token1] = ACTIONS(1605), + [aux_sym_identities_only_token1] = ACTIONS(1605), + [aux_sym_identity_agent_token1] = ACTIONS(1605), + [aux_sym_identity_file_token1] = ACTIONS(1605), + [aux_sym_ignore_unknown_token1] = ACTIONS(1605), + [aux_sym_include_token1] = ACTIONS(1605), + [aux_sym_ip_qos_token1] = ACTIONS(1605), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1605), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1605), + [aux_sym_kex_algorithms_token1] = ACTIONS(1605), + [aux_sym_known_hosts_command_token1] = ACTIONS(1605), + [aux_sym_local_command_token1] = ACTIONS(1605), + [aux_sym_local_forward_token1] = ACTIONS(1605), + [aux_sym_log_level_token1] = ACTIONS(1605), + [aux_sym_log_verbose_token1] = ACTIONS(1605), + [aux_sym_macs_token1] = ACTIONS(1605), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1605), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1605), + [aux_sym_password_authentication_token1] = ACTIONS(1605), + [aux_sym_permit_local_command_token1] = ACTIONS(1605), + [aux_sym_permit_remote_open_token1] = ACTIONS(1605), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1605), + [aux_sym_port_token1] = ACTIONS(1605), + [aux_sym_preferred_authentications_token1] = ACTIONS(1605), + [aux_sym_protocol_token1] = ACTIONS(1605), + [aux_sym_proxy_command_token1] = ACTIONS(1605), + [aux_sym_proxy_jump_token1] = ACTIONS(1605), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1605), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1605), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1605), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1605), + [aux_sym_rekey_limit_token1] = ACTIONS(1605), + [aux_sym_remote_command_token1] = ACTIONS(1605), + [aux_sym_remote_forward_token1] = ACTIONS(1605), + [aux_sym_request_tty_token1] = ACTIONS(1605), + [aux_sym_required_rsa_size_token1] = ACTIONS(1605), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1605), + [aux_sym_security_key_provider_token1] = ACTIONS(1605), + [aux_sym_send_env_token1] = ACTIONS(1605), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1605), + [aux_sym_server_alive_interval_token1] = ACTIONS(1605), + [aux_sym_session_type_token1] = ACTIONS(1605), + [aux_sym_set_env_token1] = ACTIONS(1605), + [aux_sym_stdin_null_token1] = ACTIONS(1605), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1605), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1605), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1605), + [aux_sym_syslog_facility_token1] = ACTIONS(1605), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1605), + [aux_sym_keep_alive_token1] = ACTIONS(1605), + [aux_sym_tunnel_token1] = ACTIONS(1607), + [aux_sym_tunnel_device_token1] = ACTIONS(1605), + [aux_sym_update_host_keys_token1] = ACTIONS(1605), + [aux_sym_use_keychain_token1] = ACTIONS(1605), + [aux_sym_use_roaming_token1] = ACTIONS(1605), + [aux_sym_user_token1] = ACTIONS(1607), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1605), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1605), + [aux_sym_visual_host_key_token1] = ACTIONS(1605), + [aux_sym_xauth_location_token1] = ACTIONS(1605), }, [481] = { - [ts_builtin_sym_end] = ACTIONS(1132), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1134), - [aux_sym_match_token1] = ACTIONS(1132), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1132), - [aux_sym_address_family_token1] = ACTIONS(1132), - [aux_sym_batch_mode_token1] = ACTIONS(1132), - [aux_sym_bind_address_token1] = ACTIONS(1132), - [aux_sym_bind_interface_token1] = ACTIONS(1132), - [aux_sym_canonical_domains_token1] = ACTIONS(1132), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1132), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1132), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1132), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1132), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1132), - [aux_sym_certificate_file_token1] = ACTIONS(1132), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1132), - [aux_sym_check_host_ip_token1] = ACTIONS(1132), - [aux_sym_ciphers_token1] = ACTIONS(1132), - [aux_sym_cipher_token1] = ACTIONS(1134), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1132), - [aux_sym_compression_token1] = ACTIONS(1132), - [aux_sym_connection_attempts_token1] = ACTIONS(1132), - [aux_sym_connect_timeout_token1] = ACTIONS(1132), - [aux_sym_control_master_token1] = ACTIONS(1132), - [aux_sym_control_path_token1] = ACTIONS(1132), - [aux_sym_control_persist_token1] = ACTIONS(1132), - [aux_sym_dynamic_forward_token1] = ACTIONS(1132), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1132), - [aux_sym_escape_char_token1] = ACTIONS(1132), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1132), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1132), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1132), - [aux_sym_forward_agent_token1] = ACTIONS(1132), - [aux_sym_forward_x11_token1] = ACTIONS(1134), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1132), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1132), - [aux_sym_gateway_ports_token1] = ACTIONS(1132), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1132), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1132), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1132), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1132), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1132), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1132), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1132), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1132), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1132), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1132), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1132), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1132), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1132), - [aux_sym_host_key_alias_token1] = ACTIONS(1132), - [aux_sym_hostname_token1] = ACTIONS(1132), - [aux_sym_identities_only_token1] = ACTIONS(1132), - [aux_sym_identity_agent_token1] = ACTIONS(1132), - [aux_sym_identity_file_token1] = ACTIONS(1132), - [aux_sym_ignore_unknown_token1] = ACTIONS(1132), - [aux_sym_include_token1] = ACTIONS(1132), - [aux_sym_ip_qos_token1] = ACTIONS(1132), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1132), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1132), - [aux_sym_kex_algorithms_token1] = ACTIONS(1132), - [aux_sym_known_hosts_command_token1] = ACTIONS(1132), - [aux_sym_local_command_token1] = ACTIONS(1132), - [aux_sym_local_forward_token1] = ACTIONS(1132), - [aux_sym_log_level_token1] = ACTIONS(1132), - [aux_sym_log_verbose_token1] = ACTIONS(1132), - [aux_sym_macs_token1] = ACTIONS(1132), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1132), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1132), - [aux_sym_password_authentication_token1] = ACTIONS(1132), - [aux_sym_permit_local_command_token1] = ACTIONS(1132), - [aux_sym_permit_remote_open_token1] = ACTIONS(1132), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1132), - [aux_sym_port_token1] = ACTIONS(1132), - [aux_sym_preferred_authentications_token1] = ACTIONS(1132), - [aux_sym_protocol_token1] = ACTIONS(1132), - [aux_sym_proxy_command_token1] = ACTIONS(1132), - [aux_sym_proxy_jump_token1] = ACTIONS(1132), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1132), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1132), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1132), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1132), - [aux_sym_rekey_limit_token1] = ACTIONS(1132), - [aux_sym_remote_command_token1] = ACTIONS(1132), - [aux_sym_remote_forward_token1] = ACTIONS(1132), - [aux_sym_request_tty_token1] = ACTIONS(1132), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1132), - [aux_sym_security_key_provider_token1] = ACTIONS(1132), - [aux_sym_send_env_token1] = ACTIONS(1132), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1132), - [aux_sym_server_alive_interval_token1] = ACTIONS(1132), - [aux_sym_session_type_token1] = ACTIONS(1132), - [aux_sym_set_env_token1] = ACTIONS(1132), - [aux_sym_stdin_null_token1] = ACTIONS(1132), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1132), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1132), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1132), - [aux_sym_syslog_facility_token1] = ACTIONS(1132), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1132), - [aux_sym_keep_alive_token1] = ACTIONS(1132), - [aux_sym_tunnel_token1] = ACTIONS(1134), - [aux_sym_tunnel_device_token1] = ACTIONS(1132), - [aux_sym_update_host_keys_token1] = ACTIONS(1132), - [aux_sym_use_keychain_token1] = ACTIONS(1132), - [aux_sym_use_roaming_token1] = ACTIONS(1132), - [aux_sym_user_token1] = ACTIONS(1134), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1132), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1132), - [aux_sym_visual_host_key_token1] = ACTIONS(1132), - [aux_sym_xauth_location_token1] = ACTIONS(1132), + [ts_builtin_sym_end] = ACTIONS(3105), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3107), + [aux_sym_match_token1] = ACTIONS(3105), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3105), + [aux_sym_address_family_token1] = ACTIONS(3105), + [aux_sym_batch_mode_token1] = ACTIONS(3105), + [aux_sym_bind_address_token1] = ACTIONS(3105), + [aux_sym_bind_interface_token1] = ACTIONS(3105), + [aux_sym_canonical_domains_token1] = ACTIONS(3105), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3105), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3105), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3105), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3105), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3105), + [aux_sym_certificate_file_token1] = ACTIONS(3105), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3105), + [aux_sym_check_host_ip_token1] = ACTIONS(3105), + [aux_sym_ciphers_token1] = ACTIONS(3105), + [aux_sym_cipher_token1] = ACTIONS(3107), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3105), + [aux_sym_compression_token1] = ACTIONS(3105), + [aux_sym_connection_attempts_token1] = ACTIONS(3105), + [aux_sym_connect_timeout_token1] = ACTIONS(3105), + [aux_sym_control_master_token1] = ACTIONS(3105), + [aux_sym_control_path_token1] = ACTIONS(3105), + [aux_sym_control_persist_token1] = ACTIONS(3105), + [aux_sym_dynamic_forward_token1] = ACTIONS(3105), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3105), + [aux_sym_escape_char_token1] = ACTIONS(3105), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3105), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3105), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3105), + [aux_sym_forward_agent_token1] = ACTIONS(3105), + [aux_sym_forward_x11_token1] = ACTIONS(3107), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3105), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3105), + [aux_sym_gateway_ports_token1] = ACTIONS(3105), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3105), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3105), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3105), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3105), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3105), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3105), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3105), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3105), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3105), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3105), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3105), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3105), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3105), + [aux_sym_host_key_alias_token1] = ACTIONS(3105), + [aux_sym_hostname_token1] = ACTIONS(3105), + [aux_sym_identities_only_token1] = ACTIONS(3105), + [aux_sym_identity_agent_token1] = ACTIONS(3105), + [aux_sym_identity_file_token1] = ACTIONS(3105), + [aux_sym_ignore_unknown_token1] = ACTIONS(3105), + [aux_sym_include_token1] = ACTIONS(3105), + [aux_sym_ip_qos_token1] = ACTIONS(3105), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3105), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3105), + [aux_sym_kex_algorithms_token1] = ACTIONS(3105), + [aux_sym_known_hosts_command_token1] = ACTIONS(3105), + [aux_sym_local_command_token1] = ACTIONS(3105), + [aux_sym_local_forward_token1] = ACTIONS(3105), + [aux_sym_log_level_token1] = ACTIONS(3105), + [aux_sym_log_verbose_token1] = ACTIONS(3105), + [aux_sym_macs_token1] = ACTIONS(3105), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3105), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3105), + [aux_sym_password_authentication_token1] = ACTIONS(3105), + [aux_sym_permit_local_command_token1] = ACTIONS(3105), + [aux_sym_permit_remote_open_token1] = ACTIONS(3105), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3105), + [aux_sym_port_token1] = ACTIONS(3105), + [aux_sym_preferred_authentications_token1] = ACTIONS(3105), + [aux_sym_protocol_token1] = ACTIONS(3105), + [aux_sym_proxy_command_token1] = ACTIONS(3105), + [aux_sym_proxy_jump_token1] = ACTIONS(3105), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3105), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3105), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3105), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3105), + [aux_sym_rekey_limit_token1] = ACTIONS(3105), + [aux_sym_remote_command_token1] = ACTIONS(3105), + [aux_sym_remote_forward_token1] = ACTIONS(3105), + [aux_sym_request_tty_token1] = ACTIONS(3105), + [aux_sym_required_rsa_size_token1] = ACTIONS(3105), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3105), + [aux_sym_security_key_provider_token1] = ACTIONS(3105), + [aux_sym_send_env_token1] = ACTIONS(3105), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3105), + [aux_sym_server_alive_interval_token1] = ACTIONS(3105), + [aux_sym_session_type_token1] = ACTIONS(3105), + [aux_sym_set_env_token1] = ACTIONS(3105), + [aux_sym_stdin_null_token1] = ACTIONS(3105), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3105), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3105), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3105), + [aux_sym_syslog_facility_token1] = ACTIONS(3105), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3105), + [aux_sym_keep_alive_token1] = ACTIONS(3105), + [aux_sym_tunnel_token1] = ACTIONS(3107), + [aux_sym_tunnel_device_token1] = ACTIONS(3105), + [aux_sym_update_host_keys_token1] = ACTIONS(3105), + [aux_sym_use_keychain_token1] = ACTIONS(3105), + [aux_sym_use_roaming_token1] = ACTIONS(3105), + [aux_sym_user_token1] = ACTIONS(3107), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3105), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3105), + [aux_sym_visual_host_key_token1] = ACTIONS(3105), + [aux_sym_xauth_location_token1] = ACTIONS(3105), }, [482] = { - [ts_builtin_sym_end] = ACTIONS(3062), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3064), - [aux_sym_match_token1] = ACTIONS(3062), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3062), - [aux_sym_address_family_token1] = ACTIONS(3062), - [aux_sym_batch_mode_token1] = ACTIONS(3062), - [aux_sym_bind_address_token1] = ACTIONS(3062), - [aux_sym_bind_interface_token1] = ACTIONS(3062), - [aux_sym_canonical_domains_token1] = ACTIONS(3062), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3062), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3062), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3062), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3062), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3062), - [aux_sym_certificate_file_token1] = ACTIONS(3062), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3062), - [aux_sym_check_host_ip_token1] = ACTIONS(3062), - [aux_sym_ciphers_token1] = ACTIONS(3062), - [aux_sym_cipher_token1] = ACTIONS(3064), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3062), - [aux_sym_compression_token1] = ACTIONS(3062), - [aux_sym_connection_attempts_token1] = ACTIONS(3062), - [aux_sym_connect_timeout_token1] = ACTIONS(3062), - [aux_sym_control_master_token1] = ACTIONS(3062), - [aux_sym_control_path_token1] = ACTIONS(3062), - [aux_sym_control_persist_token1] = ACTIONS(3062), - [aux_sym_dynamic_forward_token1] = ACTIONS(3062), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3062), - [aux_sym_escape_char_token1] = ACTIONS(3062), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3062), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3062), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3062), - [aux_sym_forward_agent_token1] = ACTIONS(3062), - [aux_sym_forward_x11_token1] = ACTIONS(3064), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3062), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3062), - [aux_sym_gateway_ports_token1] = ACTIONS(3062), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3062), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3062), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3062), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3062), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3062), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3062), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3062), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3062), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3062), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3062), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3062), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3062), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3062), - [aux_sym_host_key_alias_token1] = ACTIONS(3062), - [aux_sym_hostname_token1] = ACTIONS(3062), - [aux_sym_identities_only_token1] = ACTIONS(3062), - [aux_sym_identity_agent_token1] = ACTIONS(3062), - [aux_sym_identity_file_token1] = ACTIONS(3062), - [aux_sym_ignore_unknown_token1] = ACTIONS(3062), - [aux_sym_include_token1] = ACTIONS(3062), - [aux_sym_ip_qos_token1] = ACTIONS(3062), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3062), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3062), - [aux_sym_kex_algorithms_token1] = ACTIONS(3062), - [aux_sym_known_hosts_command_token1] = ACTIONS(3062), - [aux_sym_local_command_token1] = ACTIONS(3062), - [aux_sym_local_forward_token1] = ACTIONS(3062), - [aux_sym_log_level_token1] = ACTIONS(3062), - [aux_sym_log_verbose_token1] = ACTIONS(3062), - [aux_sym_macs_token1] = ACTIONS(3062), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3062), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3062), - [aux_sym_password_authentication_token1] = ACTIONS(3062), - [aux_sym_permit_local_command_token1] = ACTIONS(3062), - [aux_sym_permit_remote_open_token1] = ACTIONS(3062), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3062), - [aux_sym_port_token1] = ACTIONS(3062), - [aux_sym_preferred_authentications_token1] = ACTIONS(3062), - [aux_sym_protocol_token1] = ACTIONS(3062), - [aux_sym_proxy_command_token1] = ACTIONS(3062), - [aux_sym_proxy_jump_token1] = ACTIONS(3062), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3062), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3062), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3062), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3062), - [aux_sym_rekey_limit_token1] = ACTIONS(3062), - [aux_sym_remote_command_token1] = ACTIONS(3062), - [aux_sym_remote_forward_token1] = ACTIONS(3062), - [aux_sym_request_tty_token1] = ACTIONS(3062), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3062), - [aux_sym_security_key_provider_token1] = ACTIONS(3062), - [aux_sym_send_env_token1] = ACTIONS(3062), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3062), - [aux_sym_server_alive_interval_token1] = ACTIONS(3062), - [aux_sym_session_type_token1] = ACTIONS(3062), - [aux_sym_set_env_token1] = ACTIONS(3062), - [aux_sym_stdin_null_token1] = ACTIONS(3062), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3062), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3062), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3062), - [aux_sym_syslog_facility_token1] = ACTIONS(3062), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3062), - [aux_sym_keep_alive_token1] = ACTIONS(3062), - [aux_sym_tunnel_token1] = ACTIONS(3064), - [aux_sym_tunnel_device_token1] = ACTIONS(3062), - [aux_sym_update_host_keys_token1] = ACTIONS(3062), - [aux_sym_use_keychain_token1] = ACTIONS(3062), - [aux_sym_use_roaming_token1] = ACTIONS(3062), - [aux_sym_user_token1] = ACTIONS(3064), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3062), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3062), - [aux_sym_visual_host_key_token1] = ACTIONS(3062), - [aux_sym_xauth_location_token1] = ACTIONS(3062), + [ts_builtin_sym_end] = ACTIONS(3109), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3111), + [aux_sym_match_token1] = ACTIONS(3109), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3109), + [aux_sym_address_family_token1] = ACTIONS(3109), + [aux_sym_batch_mode_token1] = ACTIONS(3109), + [aux_sym_bind_address_token1] = ACTIONS(3109), + [aux_sym_bind_interface_token1] = ACTIONS(3109), + [aux_sym_canonical_domains_token1] = ACTIONS(3109), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3109), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3109), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3109), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3109), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3109), + [aux_sym_certificate_file_token1] = ACTIONS(3109), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3109), + [aux_sym_check_host_ip_token1] = ACTIONS(3109), + [aux_sym_ciphers_token1] = ACTIONS(3109), + [aux_sym_cipher_token1] = ACTIONS(3111), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3109), + [aux_sym_compression_token1] = ACTIONS(3109), + [aux_sym_connection_attempts_token1] = ACTIONS(3109), + [aux_sym_connect_timeout_token1] = ACTIONS(3109), + [aux_sym_control_master_token1] = ACTIONS(3109), + [aux_sym_control_path_token1] = ACTIONS(3109), + [aux_sym_control_persist_token1] = ACTIONS(3109), + [aux_sym_dynamic_forward_token1] = ACTIONS(3109), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3109), + [aux_sym_escape_char_token1] = ACTIONS(3109), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3109), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3109), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3109), + [aux_sym_forward_agent_token1] = ACTIONS(3109), + [aux_sym_forward_x11_token1] = ACTIONS(3111), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3109), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3109), + [aux_sym_gateway_ports_token1] = ACTIONS(3109), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3109), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3109), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3109), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3109), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3109), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3109), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3109), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3109), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3109), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3109), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3109), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3109), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3109), + [aux_sym_host_key_alias_token1] = ACTIONS(3109), + [aux_sym_hostname_token1] = ACTIONS(3109), + [aux_sym_identities_only_token1] = ACTIONS(3109), + [aux_sym_identity_agent_token1] = ACTIONS(3109), + [aux_sym_identity_file_token1] = ACTIONS(3109), + [aux_sym_ignore_unknown_token1] = ACTIONS(3109), + [aux_sym_include_token1] = ACTIONS(3109), + [aux_sym_ip_qos_token1] = ACTIONS(3109), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3109), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3109), + [aux_sym_kex_algorithms_token1] = ACTIONS(3109), + [aux_sym_known_hosts_command_token1] = ACTIONS(3109), + [aux_sym_local_command_token1] = ACTIONS(3109), + [aux_sym_local_forward_token1] = ACTIONS(3109), + [aux_sym_log_level_token1] = ACTIONS(3109), + [aux_sym_log_verbose_token1] = ACTIONS(3109), + [aux_sym_macs_token1] = ACTIONS(3109), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3109), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3109), + [aux_sym_password_authentication_token1] = ACTIONS(3109), + [aux_sym_permit_local_command_token1] = ACTIONS(3109), + [aux_sym_permit_remote_open_token1] = ACTIONS(3109), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3109), + [aux_sym_port_token1] = ACTIONS(3109), + [aux_sym_preferred_authentications_token1] = ACTIONS(3109), + [aux_sym_protocol_token1] = ACTIONS(3109), + [aux_sym_proxy_command_token1] = ACTIONS(3109), + [aux_sym_proxy_jump_token1] = ACTIONS(3109), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3109), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3109), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3109), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3109), + [aux_sym_rekey_limit_token1] = ACTIONS(3109), + [aux_sym_remote_command_token1] = ACTIONS(3109), + [aux_sym_remote_forward_token1] = ACTIONS(3109), + [aux_sym_request_tty_token1] = ACTIONS(3109), + [aux_sym_required_rsa_size_token1] = ACTIONS(3109), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3109), + [aux_sym_security_key_provider_token1] = ACTIONS(3109), + [aux_sym_send_env_token1] = ACTIONS(3109), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3109), + [aux_sym_server_alive_interval_token1] = ACTIONS(3109), + [aux_sym_session_type_token1] = ACTIONS(3109), + [aux_sym_set_env_token1] = ACTIONS(3109), + [aux_sym_stdin_null_token1] = ACTIONS(3109), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3109), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3109), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3109), + [aux_sym_syslog_facility_token1] = ACTIONS(3109), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3109), + [aux_sym_keep_alive_token1] = ACTIONS(3109), + [aux_sym_tunnel_token1] = ACTIONS(3111), + [aux_sym_tunnel_device_token1] = ACTIONS(3109), + [aux_sym_update_host_keys_token1] = ACTIONS(3109), + [aux_sym_use_keychain_token1] = ACTIONS(3109), + [aux_sym_use_roaming_token1] = ACTIONS(3109), + [aux_sym_user_token1] = ACTIONS(3111), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3109), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3109), + [aux_sym_visual_host_key_token1] = ACTIONS(3109), + [aux_sym_xauth_location_token1] = ACTIONS(3109), }, [483] = { - [ts_builtin_sym_end] = ACTIONS(3066), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3068), - [aux_sym_match_token1] = ACTIONS(3066), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3066), - [aux_sym_address_family_token1] = ACTIONS(3066), - [aux_sym_batch_mode_token1] = ACTIONS(3066), - [aux_sym_bind_address_token1] = ACTIONS(3066), - [aux_sym_bind_interface_token1] = ACTIONS(3066), - [aux_sym_canonical_domains_token1] = ACTIONS(3066), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3066), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3066), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3066), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3066), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3066), - [aux_sym_certificate_file_token1] = ACTIONS(3066), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3066), - [aux_sym_check_host_ip_token1] = ACTIONS(3066), - [aux_sym_ciphers_token1] = ACTIONS(3066), - [aux_sym_cipher_token1] = ACTIONS(3068), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3066), - [aux_sym_compression_token1] = ACTIONS(3066), - [aux_sym_connection_attempts_token1] = ACTIONS(3066), - [aux_sym_connect_timeout_token1] = ACTIONS(3066), - [aux_sym_control_master_token1] = ACTIONS(3066), - [aux_sym_control_path_token1] = ACTIONS(3066), - [aux_sym_control_persist_token1] = ACTIONS(3066), - [aux_sym_dynamic_forward_token1] = ACTIONS(3066), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3066), - [aux_sym_escape_char_token1] = ACTIONS(3066), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3066), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3066), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3066), - [aux_sym_forward_agent_token1] = ACTIONS(3066), - [aux_sym_forward_x11_token1] = ACTIONS(3068), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3066), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3066), - [aux_sym_gateway_ports_token1] = ACTIONS(3066), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3066), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3066), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3066), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3066), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3066), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3066), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3066), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3066), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3066), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3066), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3066), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3066), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3066), - [aux_sym_host_key_alias_token1] = ACTIONS(3066), - [aux_sym_hostname_token1] = ACTIONS(3066), - [aux_sym_identities_only_token1] = ACTIONS(3066), - [aux_sym_identity_agent_token1] = ACTIONS(3066), - [aux_sym_identity_file_token1] = ACTIONS(3066), - [aux_sym_ignore_unknown_token1] = ACTIONS(3066), - [aux_sym_include_token1] = ACTIONS(3066), - [aux_sym_ip_qos_token1] = ACTIONS(3066), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3066), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3066), - [aux_sym_kex_algorithms_token1] = ACTIONS(3066), - [aux_sym_known_hosts_command_token1] = ACTIONS(3066), - [aux_sym_local_command_token1] = ACTIONS(3066), - [aux_sym_local_forward_token1] = ACTIONS(3066), - [aux_sym_log_level_token1] = ACTIONS(3066), - [aux_sym_log_verbose_token1] = ACTIONS(3066), - [aux_sym_macs_token1] = ACTIONS(3066), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3066), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3066), - [aux_sym_password_authentication_token1] = ACTIONS(3066), - [aux_sym_permit_local_command_token1] = ACTIONS(3066), - [aux_sym_permit_remote_open_token1] = ACTIONS(3066), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3066), - [aux_sym_port_token1] = ACTIONS(3066), - [aux_sym_preferred_authentications_token1] = ACTIONS(3066), - [aux_sym_protocol_token1] = ACTIONS(3066), - [aux_sym_proxy_command_token1] = ACTIONS(3066), - [aux_sym_proxy_jump_token1] = ACTIONS(3066), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3066), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3066), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3066), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3066), - [aux_sym_rekey_limit_token1] = ACTIONS(3066), - [aux_sym_remote_command_token1] = ACTIONS(3066), - [aux_sym_remote_forward_token1] = ACTIONS(3066), - [aux_sym_request_tty_token1] = ACTIONS(3066), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3066), - [aux_sym_security_key_provider_token1] = ACTIONS(3066), - [aux_sym_send_env_token1] = ACTIONS(3066), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3066), - [aux_sym_server_alive_interval_token1] = ACTIONS(3066), - [aux_sym_session_type_token1] = ACTIONS(3066), - [aux_sym_set_env_token1] = ACTIONS(3066), - [aux_sym_stdin_null_token1] = ACTIONS(3066), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3066), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3066), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3066), - [aux_sym_syslog_facility_token1] = ACTIONS(3066), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3066), - [aux_sym_keep_alive_token1] = ACTIONS(3066), - [aux_sym_tunnel_token1] = ACTIONS(3068), - [aux_sym_tunnel_device_token1] = ACTIONS(3066), - [aux_sym_update_host_keys_token1] = ACTIONS(3066), - [aux_sym_use_keychain_token1] = ACTIONS(3066), - [aux_sym_use_roaming_token1] = ACTIONS(3066), - [aux_sym_user_token1] = ACTIONS(3068), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3066), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3066), - [aux_sym_visual_host_key_token1] = ACTIONS(3066), - [aux_sym_xauth_location_token1] = ACTIONS(3066), + [ts_builtin_sym_end] = ACTIONS(3113), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3115), + [aux_sym_match_token1] = ACTIONS(3113), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3113), + [aux_sym_address_family_token1] = ACTIONS(3113), + [aux_sym_batch_mode_token1] = ACTIONS(3113), + [aux_sym_bind_address_token1] = ACTIONS(3113), + [aux_sym_bind_interface_token1] = ACTIONS(3113), + [aux_sym_canonical_domains_token1] = ACTIONS(3113), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3113), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3113), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3113), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3113), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3113), + [aux_sym_certificate_file_token1] = ACTIONS(3113), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3113), + [aux_sym_check_host_ip_token1] = ACTIONS(3113), + [aux_sym_ciphers_token1] = ACTIONS(3113), + [aux_sym_cipher_token1] = ACTIONS(3115), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3113), + [aux_sym_compression_token1] = ACTIONS(3113), + [aux_sym_connection_attempts_token1] = ACTIONS(3113), + [aux_sym_connect_timeout_token1] = ACTIONS(3113), + [aux_sym_control_master_token1] = ACTIONS(3113), + [aux_sym_control_path_token1] = ACTIONS(3113), + [aux_sym_control_persist_token1] = ACTIONS(3113), + [aux_sym_dynamic_forward_token1] = ACTIONS(3113), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3113), + [aux_sym_escape_char_token1] = ACTIONS(3113), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3113), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3113), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3113), + [aux_sym_forward_agent_token1] = ACTIONS(3113), + [aux_sym_forward_x11_token1] = ACTIONS(3115), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3113), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3113), + [aux_sym_gateway_ports_token1] = ACTIONS(3113), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3113), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3113), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3113), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3113), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3113), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3113), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3113), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3113), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3113), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3113), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3113), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3113), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3113), + [aux_sym_host_key_alias_token1] = ACTIONS(3113), + [aux_sym_hostname_token1] = ACTIONS(3113), + [aux_sym_identities_only_token1] = ACTIONS(3113), + [aux_sym_identity_agent_token1] = ACTIONS(3113), + [aux_sym_identity_file_token1] = ACTIONS(3113), + [aux_sym_ignore_unknown_token1] = ACTIONS(3113), + [aux_sym_include_token1] = ACTIONS(3113), + [aux_sym_ip_qos_token1] = ACTIONS(3113), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3113), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3113), + [aux_sym_kex_algorithms_token1] = ACTIONS(3113), + [aux_sym_known_hosts_command_token1] = ACTIONS(3113), + [aux_sym_local_command_token1] = ACTIONS(3113), + [aux_sym_local_forward_token1] = ACTIONS(3113), + [aux_sym_log_level_token1] = ACTIONS(3113), + [aux_sym_log_verbose_token1] = ACTIONS(3113), + [aux_sym_macs_token1] = ACTIONS(3113), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3113), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3113), + [aux_sym_password_authentication_token1] = ACTIONS(3113), + [aux_sym_permit_local_command_token1] = ACTIONS(3113), + [aux_sym_permit_remote_open_token1] = ACTIONS(3113), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3113), + [aux_sym_port_token1] = ACTIONS(3113), + [aux_sym_preferred_authentications_token1] = ACTIONS(3113), + [aux_sym_protocol_token1] = ACTIONS(3113), + [aux_sym_proxy_command_token1] = ACTIONS(3113), + [aux_sym_proxy_jump_token1] = ACTIONS(3113), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3113), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3113), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3113), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3113), + [aux_sym_rekey_limit_token1] = ACTIONS(3113), + [aux_sym_remote_command_token1] = ACTIONS(3113), + [aux_sym_remote_forward_token1] = ACTIONS(3113), + [aux_sym_request_tty_token1] = ACTIONS(3113), + [aux_sym_required_rsa_size_token1] = ACTIONS(3113), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3113), + [aux_sym_security_key_provider_token1] = ACTIONS(3113), + [aux_sym_send_env_token1] = ACTIONS(3113), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3113), + [aux_sym_server_alive_interval_token1] = ACTIONS(3113), + [aux_sym_session_type_token1] = ACTIONS(3113), + [aux_sym_set_env_token1] = ACTIONS(3113), + [aux_sym_stdin_null_token1] = ACTIONS(3113), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3113), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3113), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3113), + [aux_sym_syslog_facility_token1] = ACTIONS(3113), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3113), + [aux_sym_keep_alive_token1] = ACTIONS(3113), + [aux_sym_tunnel_token1] = ACTIONS(3115), + [aux_sym_tunnel_device_token1] = ACTIONS(3113), + [aux_sym_update_host_keys_token1] = ACTIONS(3113), + [aux_sym_use_keychain_token1] = ACTIONS(3113), + [aux_sym_use_roaming_token1] = ACTIONS(3113), + [aux_sym_user_token1] = ACTIONS(3115), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3113), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3113), + [aux_sym_visual_host_key_token1] = ACTIONS(3113), + [aux_sym_xauth_location_token1] = ACTIONS(3113), }, [484] = { - [ts_builtin_sym_end] = ACTIONS(3070), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3072), - [aux_sym_match_token1] = ACTIONS(3070), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3070), - [aux_sym_address_family_token1] = ACTIONS(3070), - [aux_sym_batch_mode_token1] = ACTIONS(3070), - [aux_sym_bind_address_token1] = ACTIONS(3070), - [aux_sym_bind_interface_token1] = ACTIONS(3070), - [aux_sym_canonical_domains_token1] = ACTIONS(3070), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3070), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3070), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3070), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3070), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3070), - [aux_sym_certificate_file_token1] = ACTIONS(3070), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3070), - [aux_sym_check_host_ip_token1] = ACTIONS(3070), - [aux_sym_ciphers_token1] = ACTIONS(3070), - [aux_sym_cipher_token1] = ACTIONS(3072), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3070), - [aux_sym_compression_token1] = ACTIONS(3070), - [aux_sym_connection_attempts_token1] = ACTIONS(3070), - [aux_sym_connect_timeout_token1] = ACTIONS(3070), - [aux_sym_control_master_token1] = ACTIONS(3070), - [aux_sym_control_path_token1] = ACTIONS(3070), - [aux_sym_control_persist_token1] = ACTIONS(3070), - [aux_sym_dynamic_forward_token1] = ACTIONS(3070), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3070), - [aux_sym_escape_char_token1] = ACTIONS(3070), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3070), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3070), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3070), - [aux_sym_forward_agent_token1] = ACTIONS(3070), - [aux_sym_forward_x11_token1] = ACTIONS(3072), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3070), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3070), - [aux_sym_gateway_ports_token1] = ACTIONS(3070), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3070), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3070), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3070), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3070), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3070), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3070), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3070), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3070), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3070), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3070), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3070), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3070), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3070), - [aux_sym_host_key_alias_token1] = ACTIONS(3070), - [aux_sym_hostname_token1] = ACTIONS(3070), - [aux_sym_identities_only_token1] = ACTIONS(3070), - [aux_sym_identity_agent_token1] = ACTIONS(3070), - [aux_sym_identity_file_token1] = ACTIONS(3070), - [aux_sym_ignore_unknown_token1] = ACTIONS(3070), - [aux_sym_include_token1] = ACTIONS(3070), - [aux_sym_ip_qos_token1] = ACTIONS(3070), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3070), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3070), - [aux_sym_kex_algorithms_token1] = ACTIONS(3070), - [aux_sym_known_hosts_command_token1] = ACTIONS(3070), - [aux_sym_local_command_token1] = ACTIONS(3070), - [aux_sym_local_forward_token1] = ACTIONS(3070), - [aux_sym_log_level_token1] = ACTIONS(3070), - [aux_sym_log_verbose_token1] = ACTIONS(3070), - [aux_sym_macs_token1] = ACTIONS(3070), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3070), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3070), - [aux_sym_password_authentication_token1] = ACTIONS(3070), - [aux_sym_permit_local_command_token1] = ACTIONS(3070), - [aux_sym_permit_remote_open_token1] = ACTIONS(3070), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3070), - [aux_sym_port_token1] = ACTIONS(3070), - [aux_sym_preferred_authentications_token1] = ACTIONS(3070), - [aux_sym_protocol_token1] = ACTIONS(3070), - [aux_sym_proxy_command_token1] = ACTIONS(3070), - [aux_sym_proxy_jump_token1] = ACTIONS(3070), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3070), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3070), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3070), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3070), - [aux_sym_rekey_limit_token1] = ACTIONS(3070), - [aux_sym_remote_command_token1] = ACTIONS(3070), - [aux_sym_remote_forward_token1] = ACTIONS(3070), - [aux_sym_request_tty_token1] = ACTIONS(3070), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3070), - [aux_sym_security_key_provider_token1] = ACTIONS(3070), - [aux_sym_send_env_token1] = ACTIONS(3070), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3070), - [aux_sym_server_alive_interval_token1] = ACTIONS(3070), - [aux_sym_session_type_token1] = ACTIONS(3070), - [aux_sym_set_env_token1] = ACTIONS(3070), - [aux_sym_stdin_null_token1] = ACTIONS(3070), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3070), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3070), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3070), - [aux_sym_syslog_facility_token1] = ACTIONS(3070), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3070), - [aux_sym_keep_alive_token1] = ACTIONS(3070), - [aux_sym_tunnel_token1] = ACTIONS(3072), - [aux_sym_tunnel_device_token1] = ACTIONS(3070), - [aux_sym_update_host_keys_token1] = ACTIONS(3070), - [aux_sym_use_keychain_token1] = ACTIONS(3070), - [aux_sym_use_roaming_token1] = ACTIONS(3070), - [aux_sym_user_token1] = ACTIONS(3072), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3070), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3070), - [aux_sym_visual_host_key_token1] = ACTIONS(3070), - [aux_sym_xauth_location_token1] = ACTIONS(3070), + [ts_builtin_sym_end] = ACTIONS(3117), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3119), + [aux_sym_match_token1] = ACTIONS(3117), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3117), + [aux_sym_address_family_token1] = ACTIONS(3117), + [aux_sym_batch_mode_token1] = ACTIONS(3117), + [aux_sym_bind_address_token1] = ACTIONS(3117), + [aux_sym_bind_interface_token1] = ACTIONS(3117), + [aux_sym_canonical_domains_token1] = ACTIONS(3117), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3117), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3117), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3117), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3117), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3117), + [aux_sym_certificate_file_token1] = ACTIONS(3117), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3117), + [aux_sym_check_host_ip_token1] = ACTIONS(3117), + [aux_sym_ciphers_token1] = ACTIONS(3117), + [aux_sym_cipher_token1] = ACTIONS(3119), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3117), + [aux_sym_compression_token1] = ACTIONS(3117), + [aux_sym_connection_attempts_token1] = ACTIONS(3117), + [aux_sym_connect_timeout_token1] = ACTIONS(3117), + [aux_sym_control_master_token1] = ACTIONS(3117), + [aux_sym_control_path_token1] = ACTIONS(3117), + [aux_sym_control_persist_token1] = ACTIONS(3117), + [aux_sym_dynamic_forward_token1] = ACTIONS(3117), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3117), + [aux_sym_escape_char_token1] = ACTIONS(3117), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3117), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3117), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3117), + [aux_sym_forward_agent_token1] = ACTIONS(3117), + [aux_sym_forward_x11_token1] = ACTIONS(3119), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3117), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3117), + [aux_sym_gateway_ports_token1] = ACTIONS(3117), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3117), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3117), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3117), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3117), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3117), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3117), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3117), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3117), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3117), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3117), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3117), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3117), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3117), + [aux_sym_host_key_alias_token1] = ACTIONS(3117), + [aux_sym_hostname_token1] = ACTIONS(3117), + [aux_sym_identities_only_token1] = ACTIONS(3117), + [aux_sym_identity_agent_token1] = ACTIONS(3117), + [aux_sym_identity_file_token1] = ACTIONS(3117), + [aux_sym_ignore_unknown_token1] = ACTIONS(3117), + [aux_sym_include_token1] = ACTIONS(3117), + [aux_sym_ip_qos_token1] = ACTIONS(3117), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3117), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3117), + [aux_sym_kex_algorithms_token1] = ACTIONS(3117), + [aux_sym_known_hosts_command_token1] = ACTIONS(3117), + [aux_sym_local_command_token1] = ACTIONS(3117), + [aux_sym_local_forward_token1] = ACTIONS(3117), + [aux_sym_log_level_token1] = ACTIONS(3117), + [aux_sym_log_verbose_token1] = ACTIONS(3117), + [aux_sym_macs_token1] = ACTIONS(3117), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3117), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3117), + [aux_sym_password_authentication_token1] = ACTIONS(3117), + [aux_sym_permit_local_command_token1] = ACTIONS(3117), + [aux_sym_permit_remote_open_token1] = ACTIONS(3117), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3117), + [aux_sym_port_token1] = ACTIONS(3117), + [aux_sym_preferred_authentications_token1] = ACTIONS(3117), + [aux_sym_protocol_token1] = ACTIONS(3117), + [aux_sym_proxy_command_token1] = ACTIONS(3117), + [aux_sym_proxy_jump_token1] = ACTIONS(3117), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3117), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3117), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3117), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3117), + [aux_sym_rekey_limit_token1] = ACTIONS(3117), + [aux_sym_remote_command_token1] = ACTIONS(3117), + [aux_sym_remote_forward_token1] = ACTIONS(3117), + [aux_sym_request_tty_token1] = ACTIONS(3117), + [aux_sym_required_rsa_size_token1] = ACTIONS(3117), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3117), + [aux_sym_security_key_provider_token1] = ACTIONS(3117), + [aux_sym_send_env_token1] = ACTIONS(3117), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3117), + [aux_sym_server_alive_interval_token1] = ACTIONS(3117), + [aux_sym_session_type_token1] = ACTIONS(3117), + [aux_sym_set_env_token1] = ACTIONS(3117), + [aux_sym_stdin_null_token1] = ACTIONS(3117), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3117), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3117), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3117), + [aux_sym_syslog_facility_token1] = ACTIONS(3117), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3117), + [aux_sym_keep_alive_token1] = ACTIONS(3117), + [aux_sym_tunnel_token1] = ACTIONS(3119), + [aux_sym_tunnel_device_token1] = ACTIONS(3117), + [aux_sym_update_host_keys_token1] = ACTIONS(3117), + [aux_sym_use_keychain_token1] = ACTIONS(3117), + [aux_sym_use_roaming_token1] = ACTIONS(3117), + [aux_sym_user_token1] = ACTIONS(3119), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3117), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3117), + [aux_sym_visual_host_key_token1] = ACTIONS(3117), + [aux_sym_xauth_location_token1] = ACTIONS(3117), }, [485] = { - [ts_builtin_sym_end] = ACTIONS(3074), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3076), - [aux_sym_match_token1] = ACTIONS(3074), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3074), - [aux_sym_address_family_token1] = ACTIONS(3074), - [aux_sym_batch_mode_token1] = ACTIONS(3074), - [aux_sym_bind_address_token1] = ACTIONS(3074), - [aux_sym_bind_interface_token1] = ACTIONS(3074), - [aux_sym_canonical_domains_token1] = ACTIONS(3074), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3074), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3074), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3074), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3074), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3074), - [aux_sym_certificate_file_token1] = ACTIONS(3074), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3074), - [aux_sym_check_host_ip_token1] = ACTIONS(3074), - [aux_sym_ciphers_token1] = ACTIONS(3074), - [aux_sym_cipher_token1] = ACTIONS(3076), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3074), - [aux_sym_compression_token1] = ACTIONS(3074), - [aux_sym_connection_attempts_token1] = ACTIONS(3074), - [aux_sym_connect_timeout_token1] = ACTIONS(3074), - [aux_sym_control_master_token1] = ACTIONS(3074), - [aux_sym_control_path_token1] = ACTIONS(3074), - [aux_sym_control_persist_token1] = ACTIONS(3074), - [aux_sym_dynamic_forward_token1] = ACTIONS(3074), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3074), - [aux_sym_escape_char_token1] = ACTIONS(3074), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3074), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3074), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3074), - [aux_sym_forward_agent_token1] = ACTIONS(3074), - [aux_sym_forward_x11_token1] = ACTIONS(3076), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3074), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3074), - [aux_sym_gateway_ports_token1] = ACTIONS(3074), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3074), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3074), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3074), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3074), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3074), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3074), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3074), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3074), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3074), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3074), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3074), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3074), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3074), - [aux_sym_host_key_alias_token1] = ACTIONS(3074), - [aux_sym_hostname_token1] = ACTIONS(3074), - [aux_sym_identities_only_token1] = ACTIONS(3074), - [aux_sym_identity_agent_token1] = ACTIONS(3074), - [aux_sym_identity_file_token1] = ACTIONS(3074), - [aux_sym_ignore_unknown_token1] = ACTIONS(3074), - [aux_sym_include_token1] = ACTIONS(3074), - [aux_sym_ip_qos_token1] = ACTIONS(3074), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3074), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3074), - [aux_sym_kex_algorithms_token1] = ACTIONS(3074), - [aux_sym_known_hosts_command_token1] = ACTIONS(3074), - [aux_sym_local_command_token1] = ACTIONS(3074), - [aux_sym_local_forward_token1] = ACTIONS(3074), - [aux_sym_log_level_token1] = ACTIONS(3074), - [aux_sym_log_verbose_token1] = ACTIONS(3074), - [aux_sym_macs_token1] = ACTIONS(3074), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3074), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3074), - [aux_sym_password_authentication_token1] = ACTIONS(3074), - [aux_sym_permit_local_command_token1] = ACTIONS(3074), - [aux_sym_permit_remote_open_token1] = ACTIONS(3074), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3074), - [aux_sym_port_token1] = ACTIONS(3074), - [aux_sym_preferred_authentications_token1] = ACTIONS(3074), - [aux_sym_protocol_token1] = ACTIONS(3074), - [aux_sym_proxy_command_token1] = ACTIONS(3074), - [aux_sym_proxy_jump_token1] = ACTIONS(3074), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3074), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3074), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3074), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3074), - [aux_sym_rekey_limit_token1] = ACTIONS(3074), - [aux_sym_remote_command_token1] = ACTIONS(3074), - [aux_sym_remote_forward_token1] = ACTIONS(3074), - [aux_sym_request_tty_token1] = ACTIONS(3074), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3074), - [aux_sym_security_key_provider_token1] = ACTIONS(3074), - [aux_sym_send_env_token1] = ACTIONS(3074), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3074), - [aux_sym_server_alive_interval_token1] = ACTIONS(3074), - [aux_sym_session_type_token1] = ACTIONS(3074), - [aux_sym_set_env_token1] = ACTIONS(3074), - [aux_sym_stdin_null_token1] = ACTIONS(3074), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3074), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3074), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3074), - [aux_sym_syslog_facility_token1] = ACTIONS(3074), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3074), - [aux_sym_keep_alive_token1] = ACTIONS(3074), - [aux_sym_tunnel_token1] = ACTIONS(3076), - [aux_sym_tunnel_device_token1] = ACTIONS(3074), - [aux_sym_update_host_keys_token1] = ACTIONS(3074), - [aux_sym_use_keychain_token1] = ACTIONS(3074), - [aux_sym_use_roaming_token1] = ACTIONS(3074), - [aux_sym_user_token1] = ACTIONS(3076), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3074), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3074), - [aux_sym_visual_host_key_token1] = ACTIONS(3074), - [aux_sym_xauth_location_token1] = ACTIONS(3074), + [ts_builtin_sym_end] = ACTIONS(3121), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3123), + [aux_sym_match_token1] = ACTIONS(3121), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3121), + [aux_sym_address_family_token1] = ACTIONS(3121), + [aux_sym_batch_mode_token1] = ACTIONS(3121), + [aux_sym_bind_address_token1] = ACTIONS(3121), + [aux_sym_bind_interface_token1] = ACTIONS(3121), + [aux_sym_canonical_domains_token1] = ACTIONS(3121), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3121), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3121), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3121), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3121), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3121), + [aux_sym_certificate_file_token1] = ACTIONS(3121), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3121), + [aux_sym_check_host_ip_token1] = ACTIONS(3121), + [aux_sym_ciphers_token1] = ACTIONS(3121), + [aux_sym_cipher_token1] = ACTIONS(3123), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3121), + [aux_sym_compression_token1] = ACTIONS(3121), + [aux_sym_connection_attempts_token1] = ACTIONS(3121), + [aux_sym_connect_timeout_token1] = ACTIONS(3121), + [aux_sym_control_master_token1] = ACTIONS(3121), + [aux_sym_control_path_token1] = ACTIONS(3121), + [aux_sym_control_persist_token1] = ACTIONS(3121), + [aux_sym_dynamic_forward_token1] = ACTIONS(3121), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3121), + [aux_sym_escape_char_token1] = ACTIONS(3121), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3121), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3121), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3121), + [aux_sym_forward_agent_token1] = ACTIONS(3121), + [aux_sym_forward_x11_token1] = ACTIONS(3123), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3121), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3121), + [aux_sym_gateway_ports_token1] = ACTIONS(3121), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3121), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3121), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3121), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3121), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3121), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3121), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3121), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3121), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3121), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3121), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3121), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3121), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3121), + [aux_sym_host_key_alias_token1] = ACTIONS(3121), + [aux_sym_hostname_token1] = ACTIONS(3121), + [aux_sym_identities_only_token1] = ACTIONS(3121), + [aux_sym_identity_agent_token1] = ACTIONS(3121), + [aux_sym_identity_file_token1] = ACTIONS(3121), + [aux_sym_ignore_unknown_token1] = ACTIONS(3121), + [aux_sym_include_token1] = ACTIONS(3121), + [aux_sym_ip_qos_token1] = ACTIONS(3121), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3121), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3121), + [aux_sym_kex_algorithms_token1] = ACTIONS(3121), + [aux_sym_known_hosts_command_token1] = ACTIONS(3121), + [aux_sym_local_command_token1] = ACTIONS(3121), + [aux_sym_local_forward_token1] = ACTIONS(3121), + [aux_sym_log_level_token1] = ACTIONS(3121), + [aux_sym_log_verbose_token1] = ACTIONS(3121), + [aux_sym_macs_token1] = ACTIONS(3121), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3121), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3121), + [aux_sym_password_authentication_token1] = ACTIONS(3121), + [aux_sym_permit_local_command_token1] = ACTIONS(3121), + [aux_sym_permit_remote_open_token1] = ACTIONS(3121), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3121), + [aux_sym_port_token1] = ACTIONS(3121), + [aux_sym_preferred_authentications_token1] = ACTIONS(3121), + [aux_sym_protocol_token1] = ACTIONS(3121), + [aux_sym_proxy_command_token1] = ACTIONS(3121), + [aux_sym_proxy_jump_token1] = ACTIONS(3121), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3121), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3121), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3121), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3121), + [aux_sym_rekey_limit_token1] = ACTIONS(3121), + [aux_sym_remote_command_token1] = ACTIONS(3121), + [aux_sym_remote_forward_token1] = ACTIONS(3121), + [aux_sym_request_tty_token1] = ACTIONS(3121), + [aux_sym_required_rsa_size_token1] = ACTIONS(3121), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3121), + [aux_sym_security_key_provider_token1] = ACTIONS(3121), + [aux_sym_send_env_token1] = ACTIONS(3121), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3121), + [aux_sym_server_alive_interval_token1] = ACTIONS(3121), + [aux_sym_session_type_token1] = ACTIONS(3121), + [aux_sym_set_env_token1] = ACTIONS(3121), + [aux_sym_stdin_null_token1] = ACTIONS(3121), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3121), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3121), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3121), + [aux_sym_syslog_facility_token1] = ACTIONS(3121), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3121), + [aux_sym_keep_alive_token1] = ACTIONS(3121), + [aux_sym_tunnel_token1] = ACTIONS(3123), + [aux_sym_tunnel_device_token1] = ACTIONS(3121), + [aux_sym_update_host_keys_token1] = ACTIONS(3121), + [aux_sym_use_keychain_token1] = ACTIONS(3121), + [aux_sym_use_roaming_token1] = ACTIONS(3121), + [aux_sym_user_token1] = ACTIONS(3123), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3121), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3121), + [aux_sym_visual_host_key_token1] = ACTIONS(3121), + [aux_sym_xauth_location_token1] = ACTIONS(3121), }, [486] = { - [ts_builtin_sym_end] = ACTIONS(3078), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3080), - [aux_sym_match_token1] = ACTIONS(3078), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3078), - [aux_sym_address_family_token1] = ACTIONS(3078), - [aux_sym_batch_mode_token1] = ACTIONS(3078), - [aux_sym_bind_address_token1] = ACTIONS(3078), - [aux_sym_bind_interface_token1] = ACTIONS(3078), - [aux_sym_canonical_domains_token1] = ACTIONS(3078), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3078), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3078), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3078), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3078), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3078), - [aux_sym_certificate_file_token1] = ACTIONS(3078), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3078), - [aux_sym_check_host_ip_token1] = ACTIONS(3078), - [aux_sym_ciphers_token1] = ACTIONS(3078), - [aux_sym_cipher_token1] = ACTIONS(3080), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3078), - [aux_sym_compression_token1] = ACTIONS(3078), - [aux_sym_connection_attempts_token1] = ACTIONS(3078), - [aux_sym_connect_timeout_token1] = ACTIONS(3078), - [aux_sym_control_master_token1] = ACTIONS(3078), - [aux_sym_control_path_token1] = ACTIONS(3078), - [aux_sym_control_persist_token1] = ACTIONS(3078), - [aux_sym_dynamic_forward_token1] = ACTIONS(3078), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3078), - [aux_sym_escape_char_token1] = ACTIONS(3078), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3078), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3078), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3078), - [aux_sym_forward_agent_token1] = ACTIONS(3078), - [aux_sym_forward_x11_token1] = ACTIONS(3080), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3078), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3078), - [aux_sym_gateway_ports_token1] = ACTIONS(3078), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3078), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3078), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3078), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3078), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3078), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3078), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3078), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3078), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3078), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3078), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3078), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3078), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3078), - [aux_sym_host_key_alias_token1] = ACTIONS(3078), - [aux_sym_hostname_token1] = ACTIONS(3078), - [aux_sym_identities_only_token1] = ACTIONS(3078), - [aux_sym_identity_agent_token1] = ACTIONS(3078), - [aux_sym_identity_file_token1] = ACTIONS(3078), - [aux_sym_ignore_unknown_token1] = ACTIONS(3078), - [aux_sym_include_token1] = ACTIONS(3078), - [aux_sym_ip_qos_token1] = ACTIONS(3078), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3078), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3078), - [aux_sym_kex_algorithms_token1] = ACTIONS(3078), - [aux_sym_known_hosts_command_token1] = ACTIONS(3078), - [aux_sym_local_command_token1] = ACTIONS(3078), - [aux_sym_local_forward_token1] = ACTIONS(3078), - [aux_sym_log_level_token1] = ACTIONS(3078), - [aux_sym_log_verbose_token1] = ACTIONS(3078), - [aux_sym_macs_token1] = ACTIONS(3078), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3078), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3078), - [aux_sym_password_authentication_token1] = ACTIONS(3078), - [aux_sym_permit_local_command_token1] = ACTIONS(3078), - [aux_sym_permit_remote_open_token1] = ACTIONS(3078), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3078), - [aux_sym_port_token1] = ACTIONS(3078), - [aux_sym_preferred_authentications_token1] = ACTIONS(3078), - [aux_sym_protocol_token1] = ACTIONS(3078), - [aux_sym_proxy_command_token1] = ACTIONS(3078), - [aux_sym_proxy_jump_token1] = ACTIONS(3078), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3078), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3078), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3078), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3078), - [aux_sym_rekey_limit_token1] = ACTIONS(3078), - [aux_sym_remote_command_token1] = ACTIONS(3078), - [aux_sym_remote_forward_token1] = ACTIONS(3078), - [aux_sym_request_tty_token1] = ACTIONS(3078), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3078), - [aux_sym_security_key_provider_token1] = ACTIONS(3078), - [aux_sym_send_env_token1] = ACTIONS(3078), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3078), - [aux_sym_server_alive_interval_token1] = ACTIONS(3078), - [aux_sym_session_type_token1] = ACTIONS(3078), - [aux_sym_set_env_token1] = ACTIONS(3078), - [aux_sym_stdin_null_token1] = ACTIONS(3078), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3078), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3078), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3078), - [aux_sym_syslog_facility_token1] = ACTIONS(3078), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3078), - [aux_sym_keep_alive_token1] = ACTIONS(3078), - [aux_sym_tunnel_token1] = ACTIONS(3080), - [aux_sym_tunnel_device_token1] = ACTIONS(3078), - [aux_sym_update_host_keys_token1] = ACTIONS(3078), - [aux_sym_use_keychain_token1] = ACTIONS(3078), - [aux_sym_use_roaming_token1] = ACTIONS(3078), - [aux_sym_user_token1] = ACTIONS(3080), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3078), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3078), - [aux_sym_visual_host_key_token1] = ACTIONS(3078), - [aux_sym_xauth_location_token1] = ACTIONS(3078), + [ts_builtin_sym_end] = ACTIONS(3125), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3127), + [aux_sym_match_token1] = ACTIONS(3125), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3125), + [aux_sym_address_family_token1] = ACTIONS(3125), + [aux_sym_batch_mode_token1] = ACTIONS(3125), + [aux_sym_bind_address_token1] = ACTIONS(3125), + [aux_sym_bind_interface_token1] = ACTIONS(3125), + [aux_sym_canonical_domains_token1] = ACTIONS(3125), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3125), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3125), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3125), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3125), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3125), + [aux_sym_certificate_file_token1] = ACTIONS(3125), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3125), + [aux_sym_check_host_ip_token1] = ACTIONS(3125), + [aux_sym_ciphers_token1] = ACTIONS(3125), + [aux_sym_cipher_token1] = ACTIONS(3127), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3125), + [aux_sym_compression_token1] = ACTIONS(3125), + [aux_sym_connection_attempts_token1] = ACTIONS(3125), + [aux_sym_connect_timeout_token1] = ACTIONS(3125), + [aux_sym_control_master_token1] = ACTIONS(3125), + [aux_sym_control_path_token1] = ACTIONS(3125), + [aux_sym_control_persist_token1] = ACTIONS(3125), + [aux_sym_dynamic_forward_token1] = ACTIONS(3125), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3125), + [aux_sym_escape_char_token1] = ACTIONS(3125), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3125), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3125), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3125), + [aux_sym_forward_agent_token1] = ACTIONS(3125), + [aux_sym_forward_x11_token1] = ACTIONS(3127), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3125), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3125), + [aux_sym_gateway_ports_token1] = ACTIONS(3125), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3125), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3125), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3125), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3125), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3125), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3125), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3125), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3125), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3125), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3125), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3125), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3125), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3125), + [aux_sym_host_key_alias_token1] = ACTIONS(3125), + [aux_sym_hostname_token1] = ACTIONS(3125), + [aux_sym_identities_only_token1] = ACTIONS(3125), + [aux_sym_identity_agent_token1] = ACTIONS(3125), + [aux_sym_identity_file_token1] = ACTIONS(3125), + [aux_sym_ignore_unknown_token1] = ACTIONS(3125), + [aux_sym_include_token1] = ACTIONS(3125), + [aux_sym_ip_qos_token1] = ACTIONS(3125), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3125), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3125), + [aux_sym_kex_algorithms_token1] = ACTIONS(3125), + [aux_sym_known_hosts_command_token1] = ACTIONS(3125), + [aux_sym_local_command_token1] = ACTIONS(3125), + [aux_sym_local_forward_token1] = ACTIONS(3125), + [aux_sym_log_level_token1] = ACTIONS(3125), + [aux_sym_log_verbose_token1] = ACTIONS(3125), + [aux_sym_macs_token1] = ACTIONS(3125), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3125), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3125), + [aux_sym_password_authentication_token1] = ACTIONS(3125), + [aux_sym_permit_local_command_token1] = ACTIONS(3125), + [aux_sym_permit_remote_open_token1] = ACTIONS(3125), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3125), + [aux_sym_port_token1] = ACTIONS(3125), + [aux_sym_preferred_authentications_token1] = ACTIONS(3125), + [aux_sym_protocol_token1] = ACTIONS(3125), + [aux_sym_proxy_command_token1] = ACTIONS(3125), + [aux_sym_proxy_jump_token1] = ACTIONS(3125), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3125), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3125), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3125), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3125), + [aux_sym_rekey_limit_token1] = ACTIONS(3125), + [aux_sym_remote_command_token1] = ACTIONS(3125), + [aux_sym_remote_forward_token1] = ACTIONS(3125), + [aux_sym_request_tty_token1] = ACTIONS(3125), + [aux_sym_required_rsa_size_token1] = ACTIONS(3125), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3125), + [aux_sym_security_key_provider_token1] = ACTIONS(3125), + [aux_sym_send_env_token1] = ACTIONS(3125), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3125), + [aux_sym_server_alive_interval_token1] = ACTIONS(3125), + [aux_sym_session_type_token1] = ACTIONS(3125), + [aux_sym_set_env_token1] = ACTIONS(3125), + [aux_sym_stdin_null_token1] = ACTIONS(3125), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3125), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3125), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3125), + [aux_sym_syslog_facility_token1] = ACTIONS(3125), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3125), + [aux_sym_keep_alive_token1] = ACTIONS(3125), + [aux_sym_tunnel_token1] = ACTIONS(3127), + [aux_sym_tunnel_device_token1] = ACTIONS(3125), + [aux_sym_update_host_keys_token1] = ACTIONS(3125), + [aux_sym_use_keychain_token1] = ACTIONS(3125), + [aux_sym_use_roaming_token1] = ACTIONS(3125), + [aux_sym_user_token1] = ACTIONS(3127), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3125), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3125), + [aux_sym_visual_host_key_token1] = ACTIONS(3125), + [aux_sym_xauth_location_token1] = ACTIONS(3125), }, [487] = { - [ts_builtin_sym_end] = ACTIONS(3082), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3084), - [aux_sym_match_token1] = ACTIONS(3082), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3082), - [aux_sym_address_family_token1] = ACTIONS(3082), - [aux_sym_batch_mode_token1] = ACTIONS(3082), - [aux_sym_bind_address_token1] = ACTIONS(3082), - [aux_sym_bind_interface_token1] = ACTIONS(3082), - [aux_sym_canonical_domains_token1] = ACTIONS(3082), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3082), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3082), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3082), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3082), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3082), - [aux_sym_certificate_file_token1] = ACTIONS(3082), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3082), - [aux_sym_check_host_ip_token1] = ACTIONS(3082), - [aux_sym_ciphers_token1] = ACTIONS(3082), - [aux_sym_cipher_token1] = ACTIONS(3084), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3082), - [aux_sym_compression_token1] = ACTIONS(3082), - [aux_sym_connection_attempts_token1] = ACTIONS(3082), - [aux_sym_connect_timeout_token1] = ACTIONS(3082), - [aux_sym_control_master_token1] = ACTIONS(3082), - [aux_sym_control_path_token1] = ACTIONS(3082), - [aux_sym_control_persist_token1] = ACTIONS(3082), - [aux_sym_dynamic_forward_token1] = ACTIONS(3082), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3082), - [aux_sym_escape_char_token1] = ACTIONS(3082), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3082), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3082), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3082), - [aux_sym_forward_agent_token1] = ACTIONS(3082), - [aux_sym_forward_x11_token1] = ACTIONS(3084), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3082), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3082), - [aux_sym_gateway_ports_token1] = ACTIONS(3082), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3082), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3082), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3082), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3082), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3082), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3082), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3082), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3082), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3082), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3082), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3082), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3082), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3082), - [aux_sym_host_key_alias_token1] = ACTIONS(3082), - [aux_sym_hostname_token1] = ACTIONS(3082), - [aux_sym_identities_only_token1] = ACTIONS(3082), - [aux_sym_identity_agent_token1] = ACTIONS(3082), - [aux_sym_identity_file_token1] = ACTIONS(3082), - [aux_sym_ignore_unknown_token1] = ACTIONS(3082), - [aux_sym_include_token1] = ACTIONS(3082), - [aux_sym_ip_qos_token1] = ACTIONS(3082), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3082), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3082), - [aux_sym_kex_algorithms_token1] = ACTIONS(3082), - [aux_sym_known_hosts_command_token1] = ACTIONS(3082), - [aux_sym_local_command_token1] = ACTIONS(3082), - [aux_sym_local_forward_token1] = ACTIONS(3082), - [aux_sym_log_level_token1] = ACTIONS(3082), - [aux_sym_log_verbose_token1] = ACTIONS(3082), - [aux_sym_macs_token1] = ACTIONS(3082), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3082), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3082), - [aux_sym_password_authentication_token1] = ACTIONS(3082), - [aux_sym_permit_local_command_token1] = ACTIONS(3082), - [aux_sym_permit_remote_open_token1] = ACTIONS(3082), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3082), - [aux_sym_port_token1] = ACTIONS(3082), - [aux_sym_preferred_authentications_token1] = ACTIONS(3082), - [aux_sym_protocol_token1] = ACTIONS(3082), - [aux_sym_proxy_command_token1] = ACTIONS(3082), - [aux_sym_proxy_jump_token1] = ACTIONS(3082), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3082), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3082), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3082), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3082), - [aux_sym_rekey_limit_token1] = ACTIONS(3082), - [aux_sym_remote_command_token1] = ACTIONS(3082), - [aux_sym_remote_forward_token1] = ACTIONS(3082), - [aux_sym_request_tty_token1] = ACTIONS(3082), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3082), - [aux_sym_security_key_provider_token1] = ACTIONS(3082), - [aux_sym_send_env_token1] = ACTIONS(3082), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3082), - [aux_sym_server_alive_interval_token1] = ACTIONS(3082), - [aux_sym_session_type_token1] = ACTIONS(3082), - [aux_sym_set_env_token1] = ACTIONS(3082), - [aux_sym_stdin_null_token1] = ACTIONS(3082), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3082), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3082), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3082), - [aux_sym_syslog_facility_token1] = ACTIONS(3082), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3082), - [aux_sym_keep_alive_token1] = ACTIONS(3082), - [aux_sym_tunnel_token1] = ACTIONS(3084), - [aux_sym_tunnel_device_token1] = ACTIONS(3082), - [aux_sym_update_host_keys_token1] = ACTIONS(3082), - [aux_sym_use_keychain_token1] = ACTIONS(3082), - [aux_sym_use_roaming_token1] = ACTIONS(3082), - [aux_sym_user_token1] = ACTIONS(3084), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3082), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3082), - [aux_sym_visual_host_key_token1] = ACTIONS(3082), - [aux_sym_xauth_location_token1] = ACTIONS(3082), + [ts_builtin_sym_end] = ACTIONS(3129), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3131), + [aux_sym_match_token1] = ACTIONS(3129), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3129), + [aux_sym_address_family_token1] = ACTIONS(3129), + [aux_sym_batch_mode_token1] = ACTIONS(3129), + [aux_sym_bind_address_token1] = ACTIONS(3129), + [aux_sym_bind_interface_token1] = ACTIONS(3129), + [aux_sym_canonical_domains_token1] = ACTIONS(3129), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3129), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3129), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3129), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3129), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3129), + [aux_sym_certificate_file_token1] = ACTIONS(3129), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3129), + [aux_sym_check_host_ip_token1] = ACTIONS(3129), + [aux_sym_ciphers_token1] = ACTIONS(3129), + [aux_sym_cipher_token1] = ACTIONS(3131), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3129), + [aux_sym_compression_token1] = ACTIONS(3129), + [aux_sym_connection_attempts_token1] = ACTIONS(3129), + [aux_sym_connect_timeout_token1] = ACTIONS(3129), + [aux_sym_control_master_token1] = ACTIONS(3129), + [aux_sym_control_path_token1] = ACTIONS(3129), + [aux_sym_control_persist_token1] = ACTIONS(3129), + [aux_sym_dynamic_forward_token1] = ACTIONS(3129), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3129), + [aux_sym_escape_char_token1] = ACTIONS(3129), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3129), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3129), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3129), + [aux_sym_forward_agent_token1] = ACTIONS(3129), + [aux_sym_forward_x11_token1] = ACTIONS(3131), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3129), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3129), + [aux_sym_gateway_ports_token1] = ACTIONS(3129), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3129), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3129), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3129), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3129), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3129), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3129), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3129), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3129), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3129), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3129), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3129), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3129), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3129), + [aux_sym_host_key_alias_token1] = ACTIONS(3129), + [aux_sym_hostname_token1] = ACTIONS(3129), + [aux_sym_identities_only_token1] = ACTIONS(3129), + [aux_sym_identity_agent_token1] = ACTIONS(3129), + [aux_sym_identity_file_token1] = ACTIONS(3129), + [aux_sym_ignore_unknown_token1] = ACTIONS(3129), + [aux_sym_include_token1] = ACTIONS(3129), + [aux_sym_ip_qos_token1] = ACTIONS(3129), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3129), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3129), + [aux_sym_kex_algorithms_token1] = ACTIONS(3129), + [aux_sym_known_hosts_command_token1] = ACTIONS(3129), + [aux_sym_local_command_token1] = ACTIONS(3129), + [aux_sym_local_forward_token1] = ACTIONS(3129), + [aux_sym_log_level_token1] = ACTIONS(3129), + [aux_sym_log_verbose_token1] = ACTIONS(3129), + [aux_sym_macs_token1] = ACTIONS(3129), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3129), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3129), + [aux_sym_password_authentication_token1] = ACTIONS(3129), + [aux_sym_permit_local_command_token1] = ACTIONS(3129), + [aux_sym_permit_remote_open_token1] = ACTIONS(3129), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3129), + [aux_sym_port_token1] = ACTIONS(3129), + [aux_sym_preferred_authentications_token1] = ACTIONS(3129), + [aux_sym_protocol_token1] = ACTIONS(3129), + [aux_sym_proxy_command_token1] = ACTIONS(3129), + [aux_sym_proxy_jump_token1] = ACTIONS(3129), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3129), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3129), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3129), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3129), + [aux_sym_rekey_limit_token1] = ACTIONS(3129), + [aux_sym_remote_command_token1] = ACTIONS(3129), + [aux_sym_remote_forward_token1] = ACTIONS(3129), + [aux_sym_request_tty_token1] = ACTIONS(3129), + [aux_sym_required_rsa_size_token1] = ACTIONS(3129), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3129), + [aux_sym_security_key_provider_token1] = ACTIONS(3129), + [aux_sym_send_env_token1] = ACTIONS(3129), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3129), + [aux_sym_server_alive_interval_token1] = ACTIONS(3129), + [aux_sym_session_type_token1] = ACTIONS(3129), + [aux_sym_set_env_token1] = ACTIONS(3129), + [aux_sym_stdin_null_token1] = ACTIONS(3129), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3129), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3129), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3129), + [aux_sym_syslog_facility_token1] = ACTIONS(3129), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3129), + [aux_sym_keep_alive_token1] = ACTIONS(3129), + [aux_sym_tunnel_token1] = ACTIONS(3131), + [aux_sym_tunnel_device_token1] = ACTIONS(3129), + [aux_sym_update_host_keys_token1] = ACTIONS(3129), + [aux_sym_use_keychain_token1] = ACTIONS(3129), + [aux_sym_use_roaming_token1] = ACTIONS(3129), + [aux_sym_user_token1] = ACTIONS(3131), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3129), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3129), + [aux_sym_visual_host_key_token1] = ACTIONS(3129), + [aux_sym_xauth_location_token1] = ACTIONS(3129), }, [488] = { - [ts_builtin_sym_end] = ACTIONS(1036), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1038), - [aux_sym_match_token1] = ACTIONS(1036), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1036), - [aux_sym_address_family_token1] = ACTIONS(1036), - [aux_sym_batch_mode_token1] = ACTIONS(1036), - [aux_sym_bind_address_token1] = ACTIONS(1036), - [aux_sym_bind_interface_token1] = ACTIONS(1036), - [aux_sym_canonical_domains_token1] = ACTIONS(1036), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1036), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1036), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1036), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1036), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1036), - [aux_sym_certificate_file_token1] = ACTIONS(1036), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1036), - [aux_sym_check_host_ip_token1] = ACTIONS(1036), - [aux_sym_ciphers_token1] = ACTIONS(1036), - [aux_sym_cipher_token1] = ACTIONS(1038), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1036), - [aux_sym_compression_token1] = ACTIONS(1036), - [aux_sym_connection_attempts_token1] = ACTIONS(1036), - [aux_sym_connect_timeout_token1] = ACTIONS(1036), - [aux_sym_control_master_token1] = ACTIONS(1036), - [aux_sym_control_path_token1] = ACTIONS(1036), - [aux_sym_control_persist_token1] = ACTIONS(1036), - [aux_sym_dynamic_forward_token1] = ACTIONS(1036), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1036), - [aux_sym_escape_char_token1] = ACTIONS(1036), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1036), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1036), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1036), - [aux_sym_forward_agent_token1] = ACTIONS(1036), - [aux_sym_forward_x11_token1] = ACTIONS(1038), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1036), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1036), - [aux_sym_gateway_ports_token1] = ACTIONS(1036), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1036), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1036), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1036), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1036), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1036), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1036), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1036), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1036), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1036), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1036), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1036), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1036), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1036), - [aux_sym_host_key_alias_token1] = ACTIONS(1036), - [aux_sym_hostname_token1] = ACTIONS(1036), - [aux_sym_identities_only_token1] = ACTIONS(1036), - [aux_sym_identity_agent_token1] = ACTIONS(1036), - [aux_sym_identity_file_token1] = ACTIONS(1036), - [aux_sym_ignore_unknown_token1] = ACTIONS(1036), - [aux_sym_include_token1] = ACTIONS(1036), - [aux_sym_ip_qos_token1] = ACTIONS(1036), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1036), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1036), - [aux_sym_kex_algorithms_token1] = ACTIONS(1036), - [aux_sym_known_hosts_command_token1] = ACTIONS(1036), - [aux_sym_local_command_token1] = ACTIONS(1036), - [aux_sym_local_forward_token1] = ACTIONS(1036), - [aux_sym_log_level_token1] = ACTIONS(1036), - [aux_sym_log_verbose_token1] = ACTIONS(1036), - [aux_sym_macs_token1] = ACTIONS(1036), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1036), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1036), - [aux_sym_password_authentication_token1] = ACTIONS(1036), - [aux_sym_permit_local_command_token1] = ACTIONS(1036), - [aux_sym_permit_remote_open_token1] = ACTIONS(1036), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1036), - [aux_sym_port_token1] = ACTIONS(1036), - [aux_sym_preferred_authentications_token1] = ACTIONS(1036), - [aux_sym_protocol_token1] = ACTIONS(1036), - [aux_sym_proxy_command_token1] = ACTIONS(1036), - [aux_sym_proxy_jump_token1] = ACTIONS(1036), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1036), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1036), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1036), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1036), - [aux_sym_rekey_limit_token1] = ACTIONS(1036), - [aux_sym_remote_command_token1] = ACTIONS(1036), - [aux_sym_remote_forward_token1] = ACTIONS(1036), - [aux_sym_request_tty_token1] = ACTIONS(1036), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1036), - [aux_sym_security_key_provider_token1] = ACTIONS(1036), - [aux_sym_send_env_token1] = ACTIONS(1036), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1036), - [aux_sym_server_alive_interval_token1] = ACTIONS(1036), - [aux_sym_session_type_token1] = ACTIONS(1036), - [aux_sym_set_env_token1] = ACTIONS(1036), - [aux_sym_stdin_null_token1] = ACTIONS(1036), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1036), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1036), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1036), - [aux_sym_syslog_facility_token1] = ACTIONS(1036), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1036), - [aux_sym_keep_alive_token1] = ACTIONS(1036), - [aux_sym_tunnel_token1] = ACTIONS(1038), - [aux_sym_tunnel_device_token1] = ACTIONS(1036), - [aux_sym_update_host_keys_token1] = ACTIONS(1036), - [aux_sym_use_keychain_token1] = ACTIONS(1036), - [aux_sym_use_roaming_token1] = ACTIONS(1036), - [aux_sym_user_token1] = ACTIONS(1038), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1036), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1036), - [aux_sym_visual_host_key_token1] = ACTIONS(1036), - [aux_sym_xauth_location_token1] = ACTIONS(1036), + [ts_builtin_sym_end] = ACTIONS(3133), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3135), + [aux_sym_match_token1] = ACTIONS(3133), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3133), + [aux_sym_address_family_token1] = ACTIONS(3133), + [aux_sym_batch_mode_token1] = ACTIONS(3133), + [aux_sym_bind_address_token1] = ACTIONS(3133), + [aux_sym_bind_interface_token1] = ACTIONS(3133), + [aux_sym_canonical_domains_token1] = ACTIONS(3133), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3133), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3133), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3133), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3133), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3133), + [aux_sym_certificate_file_token1] = ACTIONS(3133), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3133), + [aux_sym_check_host_ip_token1] = ACTIONS(3133), + [aux_sym_ciphers_token1] = ACTIONS(3133), + [aux_sym_cipher_token1] = ACTIONS(3135), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3133), + [aux_sym_compression_token1] = ACTIONS(3133), + [aux_sym_connection_attempts_token1] = ACTIONS(3133), + [aux_sym_connect_timeout_token1] = ACTIONS(3133), + [aux_sym_control_master_token1] = ACTIONS(3133), + [aux_sym_control_path_token1] = ACTIONS(3133), + [aux_sym_control_persist_token1] = ACTIONS(3133), + [aux_sym_dynamic_forward_token1] = ACTIONS(3133), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3133), + [aux_sym_escape_char_token1] = ACTIONS(3133), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3133), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3133), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3133), + [aux_sym_forward_agent_token1] = ACTIONS(3133), + [aux_sym_forward_x11_token1] = ACTIONS(3135), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3133), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3133), + [aux_sym_gateway_ports_token1] = ACTIONS(3133), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3133), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3133), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3133), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3133), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3133), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3133), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3133), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3133), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3133), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3133), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3133), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3133), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3133), + [aux_sym_host_key_alias_token1] = ACTIONS(3133), + [aux_sym_hostname_token1] = ACTIONS(3133), + [aux_sym_identities_only_token1] = ACTIONS(3133), + [aux_sym_identity_agent_token1] = ACTIONS(3133), + [aux_sym_identity_file_token1] = ACTIONS(3133), + [aux_sym_ignore_unknown_token1] = ACTIONS(3133), + [aux_sym_include_token1] = ACTIONS(3133), + [aux_sym_ip_qos_token1] = ACTIONS(3133), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3133), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3133), + [aux_sym_kex_algorithms_token1] = ACTIONS(3133), + [aux_sym_known_hosts_command_token1] = ACTIONS(3133), + [aux_sym_local_command_token1] = ACTIONS(3133), + [aux_sym_local_forward_token1] = ACTIONS(3133), + [aux_sym_log_level_token1] = ACTIONS(3133), + [aux_sym_log_verbose_token1] = ACTIONS(3133), + [aux_sym_macs_token1] = ACTIONS(3133), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3133), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3133), + [aux_sym_password_authentication_token1] = ACTIONS(3133), + [aux_sym_permit_local_command_token1] = ACTIONS(3133), + [aux_sym_permit_remote_open_token1] = ACTIONS(3133), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3133), + [aux_sym_port_token1] = ACTIONS(3133), + [aux_sym_preferred_authentications_token1] = ACTIONS(3133), + [aux_sym_protocol_token1] = ACTIONS(3133), + [aux_sym_proxy_command_token1] = ACTIONS(3133), + [aux_sym_proxy_jump_token1] = ACTIONS(3133), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3133), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3133), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3133), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3133), + [aux_sym_rekey_limit_token1] = ACTIONS(3133), + [aux_sym_remote_command_token1] = ACTIONS(3133), + [aux_sym_remote_forward_token1] = ACTIONS(3133), + [aux_sym_request_tty_token1] = ACTIONS(3133), + [aux_sym_required_rsa_size_token1] = ACTIONS(3133), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3133), + [aux_sym_security_key_provider_token1] = ACTIONS(3133), + [aux_sym_send_env_token1] = ACTIONS(3133), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3133), + [aux_sym_server_alive_interval_token1] = ACTIONS(3133), + [aux_sym_session_type_token1] = ACTIONS(3133), + [aux_sym_set_env_token1] = ACTIONS(3133), + [aux_sym_stdin_null_token1] = ACTIONS(3133), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3133), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3133), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3133), + [aux_sym_syslog_facility_token1] = ACTIONS(3133), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3133), + [aux_sym_keep_alive_token1] = ACTIONS(3133), + [aux_sym_tunnel_token1] = ACTIONS(3135), + [aux_sym_tunnel_device_token1] = ACTIONS(3133), + [aux_sym_update_host_keys_token1] = ACTIONS(3133), + [aux_sym_use_keychain_token1] = ACTIONS(3133), + [aux_sym_use_roaming_token1] = ACTIONS(3133), + [aux_sym_user_token1] = ACTIONS(3135), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3133), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3133), + [aux_sym_visual_host_key_token1] = ACTIONS(3133), + [aux_sym_xauth_location_token1] = ACTIONS(3133), }, [489] = { - [ts_builtin_sym_end] = ACTIONS(1138), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1140), - [aux_sym_match_token1] = ACTIONS(1138), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1138), - [aux_sym_address_family_token1] = ACTIONS(1138), - [aux_sym_batch_mode_token1] = ACTIONS(1138), - [aux_sym_bind_address_token1] = ACTIONS(1138), - [aux_sym_bind_interface_token1] = ACTIONS(1138), - [aux_sym_canonical_domains_token1] = ACTIONS(1138), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1138), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1138), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1138), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1138), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1138), - [aux_sym_certificate_file_token1] = ACTIONS(1138), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1138), - [aux_sym_check_host_ip_token1] = ACTIONS(1138), - [aux_sym_ciphers_token1] = ACTIONS(1138), - [aux_sym_cipher_token1] = ACTIONS(1140), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1138), - [aux_sym_compression_token1] = ACTIONS(1138), - [aux_sym_connection_attempts_token1] = ACTIONS(1138), - [aux_sym_connect_timeout_token1] = ACTIONS(1138), - [aux_sym_control_master_token1] = ACTIONS(1138), - [aux_sym_control_path_token1] = ACTIONS(1138), - [aux_sym_control_persist_token1] = ACTIONS(1138), - [aux_sym_dynamic_forward_token1] = ACTIONS(1138), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1138), - [aux_sym_escape_char_token1] = ACTIONS(1138), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1138), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1138), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1138), - [aux_sym_forward_agent_token1] = ACTIONS(1138), - [aux_sym_forward_x11_token1] = ACTIONS(1140), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1138), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1138), - [aux_sym_gateway_ports_token1] = ACTIONS(1138), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1138), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1138), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1138), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1138), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1138), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1138), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1138), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1138), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1138), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1138), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1138), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1138), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1138), - [aux_sym_host_key_alias_token1] = ACTIONS(1138), - [aux_sym_hostname_token1] = ACTIONS(1138), - [aux_sym_identities_only_token1] = ACTIONS(1138), - [aux_sym_identity_agent_token1] = ACTIONS(1138), - [aux_sym_identity_file_token1] = ACTIONS(1138), - [aux_sym_ignore_unknown_token1] = ACTIONS(1138), - [aux_sym_include_token1] = ACTIONS(1138), - [aux_sym_ip_qos_token1] = ACTIONS(1138), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1138), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1138), - [aux_sym_kex_algorithms_token1] = ACTIONS(1138), - [aux_sym_known_hosts_command_token1] = ACTIONS(1138), - [aux_sym_local_command_token1] = ACTIONS(1138), - [aux_sym_local_forward_token1] = ACTIONS(1138), - [aux_sym_log_level_token1] = ACTIONS(1138), - [aux_sym_log_verbose_token1] = ACTIONS(1138), - [aux_sym_macs_token1] = ACTIONS(1138), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1138), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1138), - [aux_sym_password_authentication_token1] = ACTIONS(1138), - [aux_sym_permit_local_command_token1] = ACTIONS(1138), - [aux_sym_permit_remote_open_token1] = ACTIONS(1138), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1138), - [aux_sym_port_token1] = ACTIONS(1138), - [aux_sym_preferred_authentications_token1] = ACTIONS(1138), - [aux_sym_protocol_token1] = ACTIONS(1138), - [aux_sym_proxy_command_token1] = ACTIONS(1138), - [aux_sym_proxy_jump_token1] = ACTIONS(1138), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1138), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1138), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1138), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1138), - [aux_sym_rekey_limit_token1] = ACTIONS(1138), - [aux_sym_remote_command_token1] = ACTIONS(1138), - [aux_sym_remote_forward_token1] = ACTIONS(1138), - [aux_sym_request_tty_token1] = ACTIONS(1138), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1138), - [aux_sym_security_key_provider_token1] = ACTIONS(1138), - [aux_sym_send_env_token1] = ACTIONS(1138), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1138), - [aux_sym_server_alive_interval_token1] = ACTIONS(1138), - [aux_sym_session_type_token1] = ACTIONS(1138), - [aux_sym_set_env_token1] = ACTIONS(1138), - [aux_sym_stdin_null_token1] = ACTIONS(1138), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1138), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1138), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1138), - [aux_sym_syslog_facility_token1] = ACTIONS(1138), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1138), - [aux_sym_keep_alive_token1] = ACTIONS(1138), - [aux_sym_tunnel_token1] = ACTIONS(1140), - [aux_sym_tunnel_device_token1] = ACTIONS(1138), - [aux_sym_update_host_keys_token1] = ACTIONS(1138), - [aux_sym_use_keychain_token1] = ACTIONS(1138), - [aux_sym_use_roaming_token1] = ACTIONS(1138), - [aux_sym_user_token1] = ACTIONS(1140), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1138), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1138), - [aux_sym_visual_host_key_token1] = ACTIONS(1138), - [aux_sym_xauth_location_token1] = ACTIONS(1138), + [ts_builtin_sym_end] = ACTIONS(3137), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3139), + [aux_sym_match_token1] = ACTIONS(3137), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3137), + [aux_sym_address_family_token1] = ACTIONS(3137), + [aux_sym_batch_mode_token1] = ACTIONS(3137), + [aux_sym_bind_address_token1] = ACTIONS(3137), + [aux_sym_bind_interface_token1] = ACTIONS(3137), + [aux_sym_canonical_domains_token1] = ACTIONS(3137), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3137), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3137), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3137), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3137), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3137), + [aux_sym_certificate_file_token1] = ACTIONS(3137), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3137), + [aux_sym_check_host_ip_token1] = ACTIONS(3137), + [aux_sym_ciphers_token1] = ACTIONS(3137), + [aux_sym_cipher_token1] = ACTIONS(3139), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3137), + [aux_sym_compression_token1] = ACTIONS(3137), + [aux_sym_connection_attempts_token1] = ACTIONS(3137), + [aux_sym_connect_timeout_token1] = ACTIONS(3137), + [aux_sym_control_master_token1] = ACTIONS(3137), + [aux_sym_control_path_token1] = ACTIONS(3137), + [aux_sym_control_persist_token1] = ACTIONS(3137), + [aux_sym_dynamic_forward_token1] = ACTIONS(3137), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3137), + [aux_sym_escape_char_token1] = ACTIONS(3137), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3137), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3137), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3137), + [aux_sym_forward_agent_token1] = ACTIONS(3137), + [aux_sym_forward_x11_token1] = ACTIONS(3139), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3137), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3137), + [aux_sym_gateway_ports_token1] = ACTIONS(3137), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3137), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3137), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3137), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3137), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3137), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3137), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3137), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3137), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3137), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3137), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3137), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3137), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3137), + [aux_sym_host_key_alias_token1] = ACTIONS(3137), + [aux_sym_hostname_token1] = ACTIONS(3137), + [aux_sym_identities_only_token1] = ACTIONS(3137), + [aux_sym_identity_agent_token1] = ACTIONS(3137), + [aux_sym_identity_file_token1] = ACTIONS(3137), + [aux_sym_ignore_unknown_token1] = ACTIONS(3137), + [aux_sym_include_token1] = ACTIONS(3137), + [aux_sym_ip_qos_token1] = ACTIONS(3137), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3137), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3137), + [aux_sym_kex_algorithms_token1] = ACTIONS(3137), + [aux_sym_known_hosts_command_token1] = ACTIONS(3137), + [aux_sym_local_command_token1] = ACTIONS(3137), + [aux_sym_local_forward_token1] = ACTIONS(3137), + [aux_sym_log_level_token1] = ACTIONS(3137), + [aux_sym_log_verbose_token1] = ACTIONS(3137), + [aux_sym_macs_token1] = ACTIONS(3137), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3137), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3137), + [aux_sym_password_authentication_token1] = ACTIONS(3137), + [aux_sym_permit_local_command_token1] = ACTIONS(3137), + [aux_sym_permit_remote_open_token1] = ACTIONS(3137), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3137), + [aux_sym_port_token1] = ACTIONS(3137), + [aux_sym_preferred_authentications_token1] = ACTIONS(3137), + [aux_sym_protocol_token1] = ACTIONS(3137), + [aux_sym_proxy_command_token1] = ACTIONS(3137), + [aux_sym_proxy_jump_token1] = ACTIONS(3137), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3137), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3137), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3137), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3137), + [aux_sym_rekey_limit_token1] = ACTIONS(3137), + [aux_sym_remote_command_token1] = ACTIONS(3137), + [aux_sym_remote_forward_token1] = ACTIONS(3137), + [aux_sym_request_tty_token1] = ACTIONS(3137), + [aux_sym_required_rsa_size_token1] = ACTIONS(3137), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3137), + [aux_sym_security_key_provider_token1] = ACTIONS(3137), + [aux_sym_send_env_token1] = ACTIONS(3137), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3137), + [aux_sym_server_alive_interval_token1] = ACTIONS(3137), + [aux_sym_session_type_token1] = ACTIONS(3137), + [aux_sym_set_env_token1] = ACTIONS(3137), + [aux_sym_stdin_null_token1] = ACTIONS(3137), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3137), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3137), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3137), + [aux_sym_syslog_facility_token1] = ACTIONS(3137), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3137), + [aux_sym_keep_alive_token1] = ACTIONS(3137), + [aux_sym_tunnel_token1] = ACTIONS(3139), + [aux_sym_tunnel_device_token1] = ACTIONS(3137), + [aux_sym_update_host_keys_token1] = ACTIONS(3137), + [aux_sym_use_keychain_token1] = ACTIONS(3137), + [aux_sym_use_roaming_token1] = ACTIONS(3137), + [aux_sym_user_token1] = ACTIONS(3139), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3137), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3137), + [aux_sym_visual_host_key_token1] = ACTIONS(3137), + [aux_sym_xauth_location_token1] = ACTIONS(3137), }, [490] = { - [ts_builtin_sym_end] = ACTIONS(1072), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1074), - [aux_sym_match_token1] = ACTIONS(1072), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1072), - [aux_sym_address_family_token1] = ACTIONS(1072), - [aux_sym_batch_mode_token1] = ACTIONS(1072), - [aux_sym_bind_address_token1] = ACTIONS(1072), - [aux_sym_bind_interface_token1] = ACTIONS(1072), - [aux_sym_canonical_domains_token1] = ACTIONS(1072), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1072), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1072), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1072), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1072), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1072), - [aux_sym_certificate_file_token1] = ACTIONS(1072), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1072), - [aux_sym_check_host_ip_token1] = ACTIONS(1072), - [aux_sym_ciphers_token1] = ACTIONS(1072), - [aux_sym_cipher_token1] = ACTIONS(1074), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1072), - [aux_sym_compression_token1] = ACTIONS(1072), - [aux_sym_connection_attempts_token1] = ACTIONS(1072), - [aux_sym_connect_timeout_token1] = ACTIONS(1072), - [aux_sym_control_master_token1] = ACTIONS(1072), - [aux_sym_control_path_token1] = ACTIONS(1072), - [aux_sym_control_persist_token1] = ACTIONS(1072), - [aux_sym_dynamic_forward_token1] = ACTIONS(1072), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1072), - [aux_sym_escape_char_token1] = ACTIONS(1072), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1072), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1072), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1072), - [aux_sym_forward_agent_token1] = ACTIONS(1072), - [aux_sym_forward_x11_token1] = ACTIONS(1074), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1072), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1072), - [aux_sym_gateway_ports_token1] = ACTIONS(1072), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1072), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1072), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1072), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1072), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1072), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1072), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1072), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1072), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1072), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1072), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1072), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1072), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1072), - [aux_sym_host_key_alias_token1] = ACTIONS(1072), - [aux_sym_hostname_token1] = ACTIONS(1072), - [aux_sym_identities_only_token1] = ACTIONS(1072), - [aux_sym_identity_agent_token1] = ACTIONS(1072), - [aux_sym_identity_file_token1] = ACTIONS(1072), - [aux_sym_ignore_unknown_token1] = ACTIONS(1072), - [aux_sym_include_token1] = ACTIONS(1072), - [aux_sym_ip_qos_token1] = ACTIONS(1072), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1072), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1072), - [aux_sym_kex_algorithms_token1] = ACTIONS(1072), - [aux_sym_known_hosts_command_token1] = ACTIONS(1072), - [aux_sym_local_command_token1] = ACTIONS(1072), - [aux_sym_local_forward_token1] = ACTIONS(1072), - [aux_sym_log_level_token1] = ACTIONS(1072), - [aux_sym_log_verbose_token1] = ACTIONS(1072), - [aux_sym_macs_token1] = ACTIONS(1072), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1072), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1072), - [aux_sym_password_authentication_token1] = ACTIONS(1072), - [aux_sym_permit_local_command_token1] = ACTIONS(1072), - [aux_sym_permit_remote_open_token1] = ACTIONS(1072), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1072), - [aux_sym_port_token1] = ACTIONS(1072), - [aux_sym_preferred_authentications_token1] = ACTIONS(1072), - [aux_sym_protocol_token1] = ACTIONS(1072), - [aux_sym_proxy_command_token1] = ACTIONS(1072), - [aux_sym_proxy_jump_token1] = ACTIONS(1072), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1072), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1072), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1072), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1072), - [aux_sym_rekey_limit_token1] = ACTIONS(1072), - [aux_sym_remote_command_token1] = ACTIONS(1072), - [aux_sym_remote_forward_token1] = ACTIONS(1072), - [aux_sym_request_tty_token1] = ACTIONS(1072), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1072), - [aux_sym_security_key_provider_token1] = ACTIONS(1072), - [aux_sym_send_env_token1] = ACTIONS(1072), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1072), - [aux_sym_server_alive_interval_token1] = ACTIONS(1072), - [aux_sym_session_type_token1] = ACTIONS(1072), - [aux_sym_set_env_token1] = ACTIONS(1072), - [aux_sym_stdin_null_token1] = ACTIONS(1072), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1072), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1072), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1072), - [aux_sym_syslog_facility_token1] = ACTIONS(1072), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1072), - [aux_sym_keep_alive_token1] = ACTIONS(1072), - [aux_sym_tunnel_token1] = ACTIONS(1074), - [aux_sym_tunnel_device_token1] = ACTIONS(1072), - [aux_sym_update_host_keys_token1] = ACTIONS(1072), - [aux_sym_use_keychain_token1] = ACTIONS(1072), - [aux_sym_use_roaming_token1] = ACTIONS(1072), - [aux_sym_user_token1] = ACTIONS(1074), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1072), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1072), - [aux_sym_visual_host_key_token1] = ACTIONS(1072), - [aux_sym_xauth_location_token1] = ACTIONS(1072), + [ts_builtin_sym_end] = ACTIONS(3141), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3143), + [aux_sym_match_token1] = ACTIONS(3141), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3141), + [aux_sym_address_family_token1] = ACTIONS(3141), + [aux_sym_batch_mode_token1] = ACTIONS(3141), + [aux_sym_bind_address_token1] = ACTIONS(3141), + [aux_sym_bind_interface_token1] = ACTIONS(3141), + [aux_sym_canonical_domains_token1] = ACTIONS(3141), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3141), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3141), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3141), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3141), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3141), + [aux_sym_certificate_file_token1] = ACTIONS(3141), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3141), + [aux_sym_check_host_ip_token1] = ACTIONS(3141), + [aux_sym_ciphers_token1] = ACTIONS(3141), + [aux_sym_cipher_token1] = ACTIONS(3143), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3141), + [aux_sym_compression_token1] = ACTIONS(3141), + [aux_sym_connection_attempts_token1] = ACTIONS(3141), + [aux_sym_connect_timeout_token1] = ACTIONS(3141), + [aux_sym_control_master_token1] = ACTIONS(3141), + [aux_sym_control_path_token1] = ACTIONS(3141), + [aux_sym_control_persist_token1] = ACTIONS(3141), + [aux_sym_dynamic_forward_token1] = ACTIONS(3141), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3141), + [aux_sym_escape_char_token1] = ACTIONS(3141), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3141), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3141), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3141), + [aux_sym_forward_agent_token1] = ACTIONS(3141), + [aux_sym_forward_x11_token1] = ACTIONS(3143), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3141), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3141), + [aux_sym_gateway_ports_token1] = ACTIONS(3141), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3141), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3141), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3141), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3141), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3141), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3141), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3141), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3141), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3141), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3141), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3141), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3141), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3141), + [aux_sym_host_key_alias_token1] = ACTIONS(3141), + [aux_sym_hostname_token1] = ACTIONS(3141), + [aux_sym_identities_only_token1] = ACTIONS(3141), + [aux_sym_identity_agent_token1] = ACTIONS(3141), + [aux_sym_identity_file_token1] = ACTIONS(3141), + [aux_sym_ignore_unknown_token1] = ACTIONS(3141), + [aux_sym_include_token1] = ACTIONS(3141), + [aux_sym_ip_qos_token1] = ACTIONS(3141), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3141), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3141), + [aux_sym_kex_algorithms_token1] = ACTIONS(3141), + [aux_sym_known_hosts_command_token1] = ACTIONS(3141), + [aux_sym_local_command_token1] = ACTIONS(3141), + [aux_sym_local_forward_token1] = ACTIONS(3141), + [aux_sym_log_level_token1] = ACTIONS(3141), + [aux_sym_log_verbose_token1] = ACTIONS(3141), + [aux_sym_macs_token1] = ACTIONS(3141), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3141), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3141), + [aux_sym_password_authentication_token1] = ACTIONS(3141), + [aux_sym_permit_local_command_token1] = ACTIONS(3141), + [aux_sym_permit_remote_open_token1] = ACTIONS(3141), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3141), + [aux_sym_port_token1] = ACTIONS(3141), + [aux_sym_preferred_authentications_token1] = ACTIONS(3141), + [aux_sym_protocol_token1] = ACTIONS(3141), + [aux_sym_proxy_command_token1] = ACTIONS(3141), + [aux_sym_proxy_jump_token1] = ACTIONS(3141), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3141), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3141), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3141), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3141), + [aux_sym_rekey_limit_token1] = ACTIONS(3141), + [aux_sym_remote_command_token1] = ACTIONS(3141), + [aux_sym_remote_forward_token1] = ACTIONS(3141), + [aux_sym_request_tty_token1] = ACTIONS(3141), + [aux_sym_required_rsa_size_token1] = ACTIONS(3141), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3141), + [aux_sym_security_key_provider_token1] = ACTIONS(3141), + [aux_sym_send_env_token1] = ACTIONS(3141), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3141), + [aux_sym_server_alive_interval_token1] = ACTIONS(3141), + [aux_sym_session_type_token1] = ACTIONS(3141), + [aux_sym_set_env_token1] = ACTIONS(3141), + [aux_sym_stdin_null_token1] = ACTIONS(3141), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3141), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3141), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3141), + [aux_sym_syslog_facility_token1] = ACTIONS(3141), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3141), + [aux_sym_keep_alive_token1] = ACTIONS(3141), + [aux_sym_tunnel_token1] = ACTIONS(3143), + [aux_sym_tunnel_device_token1] = ACTIONS(3141), + [aux_sym_update_host_keys_token1] = ACTIONS(3141), + [aux_sym_use_keychain_token1] = ACTIONS(3141), + [aux_sym_use_roaming_token1] = ACTIONS(3141), + [aux_sym_user_token1] = ACTIONS(3143), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3141), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3141), + [aux_sym_visual_host_key_token1] = ACTIONS(3141), + [aux_sym_xauth_location_token1] = ACTIONS(3141), }, [491] = { - [ts_builtin_sym_end] = ACTIONS(1144), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1146), - [aux_sym_match_token1] = ACTIONS(1144), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1144), - [aux_sym_address_family_token1] = ACTIONS(1144), - [aux_sym_batch_mode_token1] = ACTIONS(1144), - [aux_sym_bind_address_token1] = ACTIONS(1144), - [aux_sym_bind_interface_token1] = ACTIONS(1144), - [aux_sym_canonical_domains_token1] = ACTIONS(1144), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1144), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1144), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1144), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1144), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1144), - [aux_sym_certificate_file_token1] = ACTIONS(1144), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1144), - [aux_sym_check_host_ip_token1] = ACTIONS(1144), - [aux_sym_ciphers_token1] = ACTIONS(1144), - [aux_sym_cipher_token1] = ACTIONS(1146), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1144), - [aux_sym_compression_token1] = ACTIONS(1144), - [aux_sym_connection_attempts_token1] = ACTIONS(1144), - [aux_sym_connect_timeout_token1] = ACTIONS(1144), - [aux_sym_control_master_token1] = ACTIONS(1144), - [aux_sym_control_path_token1] = ACTIONS(1144), - [aux_sym_control_persist_token1] = ACTIONS(1144), - [aux_sym_dynamic_forward_token1] = ACTIONS(1144), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1144), - [aux_sym_escape_char_token1] = ACTIONS(1144), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1144), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1144), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1144), - [aux_sym_forward_agent_token1] = ACTIONS(1144), - [aux_sym_forward_x11_token1] = ACTIONS(1146), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1144), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1144), - [aux_sym_gateway_ports_token1] = ACTIONS(1144), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1144), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1144), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1144), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1144), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1144), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1144), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1144), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1144), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1144), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1144), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1144), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1144), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1144), - [aux_sym_host_key_alias_token1] = ACTIONS(1144), - [aux_sym_hostname_token1] = ACTIONS(1144), - [aux_sym_identities_only_token1] = ACTIONS(1144), - [aux_sym_identity_agent_token1] = ACTIONS(1144), - [aux_sym_identity_file_token1] = ACTIONS(1144), - [aux_sym_ignore_unknown_token1] = ACTIONS(1144), - [aux_sym_include_token1] = ACTIONS(1144), - [aux_sym_ip_qos_token1] = ACTIONS(1144), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1144), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1144), - [aux_sym_kex_algorithms_token1] = ACTIONS(1144), - [aux_sym_known_hosts_command_token1] = ACTIONS(1144), - [aux_sym_local_command_token1] = ACTIONS(1144), - [aux_sym_local_forward_token1] = ACTIONS(1144), - [aux_sym_log_level_token1] = ACTIONS(1144), - [aux_sym_log_verbose_token1] = ACTIONS(1144), - [aux_sym_macs_token1] = ACTIONS(1144), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1144), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1144), - [aux_sym_password_authentication_token1] = ACTIONS(1144), - [aux_sym_permit_local_command_token1] = ACTIONS(1144), - [aux_sym_permit_remote_open_token1] = ACTIONS(1144), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1144), - [aux_sym_port_token1] = ACTIONS(1144), - [aux_sym_preferred_authentications_token1] = ACTIONS(1144), - [aux_sym_protocol_token1] = ACTIONS(1144), - [aux_sym_proxy_command_token1] = ACTIONS(1144), - [aux_sym_proxy_jump_token1] = ACTIONS(1144), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1144), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1144), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1144), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1144), - [aux_sym_rekey_limit_token1] = ACTIONS(1144), - [aux_sym_remote_command_token1] = ACTIONS(1144), - [aux_sym_remote_forward_token1] = ACTIONS(1144), - [aux_sym_request_tty_token1] = ACTIONS(1144), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1144), - [aux_sym_security_key_provider_token1] = ACTIONS(1144), - [aux_sym_send_env_token1] = ACTIONS(1144), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1144), - [aux_sym_server_alive_interval_token1] = ACTIONS(1144), - [aux_sym_session_type_token1] = ACTIONS(1144), - [aux_sym_set_env_token1] = ACTIONS(1144), - [aux_sym_stdin_null_token1] = ACTIONS(1144), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1144), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1144), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1144), - [aux_sym_syslog_facility_token1] = ACTIONS(1144), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1144), - [aux_sym_keep_alive_token1] = ACTIONS(1144), - [aux_sym_tunnel_token1] = ACTIONS(1146), - [aux_sym_tunnel_device_token1] = ACTIONS(1144), - [aux_sym_update_host_keys_token1] = ACTIONS(1144), - [aux_sym_use_keychain_token1] = ACTIONS(1144), - [aux_sym_use_roaming_token1] = ACTIONS(1144), - [aux_sym_user_token1] = ACTIONS(1146), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1144), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1144), - [aux_sym_visual_host_key_token1] = ACTIONS(1144), - [aux_sym_xauth_location_token1] = ACTIONS(1144), + [ts_builtin_sym_end] = ACTIONS(3145), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3147), + [aux_sym_match_token1] = ACTIONS(3145), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3145), + [aux_sym_address_family_token1] = ACTIONS(3145), + [aux_sym_batch_mode_token1] = ACTIONS(3145), + [aux_sym_bind_address_token1] = ACTIONS(3145), + [aux_sym_bind_interface_token1] = ACTIONS(3145), + [aux_sym_canonical_domains_token1] = ACTIONS(3145), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3145), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3145), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3145), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3145), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3145), + [aux_sym_certificate_file_token1] = ACTIONS(3145), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3145), + [aux_sym_check_host_ip_token1] = ACTIONS(3145), + [aux_sym_ciphers_token1] = ACTIONS(3145), + [aux_sym_cipher_token1] = ACTIONS(3147), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3145), + [aux_sym_compression_token1] = ACTIONS(3145), + [aux_sym_connection_attempts_token1] = ACTIONS(3145), + [aux_sym_connect_timeout_token1] = ACTIONS(3145), + [aux_sym_control_master_token1] = ACTIONS(3145), + [aux_sym_control_path_token1] = ACTIONS(3145), + [aux_sym_control_persist_token1] = ACTIONS(3145), + [aux_sym_dynamic_forward_token1] = ACTIONS(3145), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3145), + [aux_sym_escape_char_token1] = ACTIONS(3145), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3145), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3145), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3145), + [aux_sym_forward_agent_token1] = ACTIONS(3145), + [aux_sym_forward_x11_token1] = ACTIONS(3147), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3145), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3145), + [aux_sym_gateway_ports_token1] = ACTIONS(3145), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3145), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3145), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3145), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3145), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3145), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3145), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3145), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3145), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3145), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3145), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3145), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3145), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3145), + [aux_sym_host_key_alias_token1] = ACTIONS(3145), + [aux_sym_hostname_token1] = ACTIONS(3145), + [aux_sym_identities_only_token1] = ACTIONS(3145), + [aux_sym_identity_agent_token1] = ACTIONS(3145), + [aux_sym_identity_file_token1] = ACTIONS(3145), + [aux_sym_ignore_unknown_token1] = ACTIONS(3145), + [aux_sym_include_token1] = ACTIONS(3145), + [aux_sym_ip_qos_token1] = ACTIONS(3145), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3145), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3145), + [aux_sym_kex_algorithms_token1] = ACTIONS(3145), + [aux_sym_known_hosts_command_token1] = ACTIONS(3145), + [aux_sym_local_command_token1] = ACTIONS(3145), + [aux_sym_local_forward_token1] = ACTIONS(3145), + [aux_sym_log_level_token1] = ACTIONS(3145), + [aux_sym_log_verbose_token1] = ACTIONS(3145), + [aux_sym_macs_token1] = ACTIONS(3145), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3145), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3145), + [aux_sym_password_authentication_token1] = ACTIONS(3145), + [aux_sym_permit_local_command_token1] = ACTIONS(3145), + [aux_sym_permit_remote_open_token1] = ACTIONS(3145), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3145), + [aux_sym_port_token1] = ACTIONS(3145), + [aux_sym_preferred_authentications_token1] = ACTIONS(3145), + [aux_sym_protocol_token1] = ACTIONS(3145), + [aux_sym_proxy_command_token1] = ACTIONS(3145), + [aux_sym_proxy_jump_token1] = ACTIONS(3145), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3145), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3145), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3145), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3145), + [aux_sym_rekey_limit_token1] = ACTIONS(3145), + [aux_sym_remote_command_token1] = ACTIONS(3145), + [aux_sym_remote_forward_token1] = ACTIONS(3145), + [aux_sym_request_tty_token1] = ACTIONS(3145), + [aux_sym_required_rsa_size_token1] = ACTIONS(3145), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3145), + [aux_sym_security_key_provider_token1] = ACTIONS(3145), + [aux_sym_send_env_token1] = ACTIONS(3145), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3145), + [aux_sym_server_alive_interval_token1] = ACTIONS(3145), + [aux_sym_session_type_token1] = ACTIONS(3145), + [aux_sym_set_env_token1] = ACTIONS(3145), + [aux_sym_stdin_null_token1] = ACTIONS(3145), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3145), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3145), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3145), + [aux_sym_syslog_facility_token1] = ACTIONS(3145), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3145), + [aux_sym_keep_alive_token1] = ACTIONS(3145), + [aux_sym_tunnel_token1] = ACTIONS(3147), + [aux_sym_tunnel_device_token1] = ACTIONS(3145), + [aux_sym_update_host_keys_token1] = ACTIONS(3145), + [aux_sym_use_keychain_token1] = ACTIONS(3145), + [aux_sym_use_roaming_token1] = ACTIONS(3145), + [aux_sym_user_token1] = ACTIONS(3147), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3145), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3145), + [aux_sym_visual_host_key_token1] = ACTIONS(3145), + [aux_sym_xauth_location_token1] = ACTIONS(3145), }, [492] = { - [ts_builtin_sym_end] = ACTIONS(3086), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3088), - [aux_sym_match_token1] = ACTIONS(3086), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3086), - [aux_sym_address_family_token1] = ACTIONS(3086), - [aux_sym_batch_mode_token1] = ACTIONS(3086), - [aux_sym_bind_address_token1] = ACTIONS(3086), - [aux_sym_bind_interface_token1] = ACTIONS(3086), - [aux_sym_canonical_domains_token1] = ACTIONS(3086), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3086), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3086), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3086), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3086), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3086), - [aux_sym_certificate_file_token1] = ACTIONS(3086), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3086), - [aux_sym_check_host_ip_token1] = ACTIONS(3086), - [aux_sym_ciphers_token1] = ACTIONS(3086), - [aux_sym_cipher_token1] = ACTIONS(3088), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3086), - [aux_sym_compression_token1] = ACTIONS(3086), - [aux_sym_connection_attempts_token1] = ACTIONS(3086), - [aux_sym_connect_timeout_token1] = ACTIONS(3086), - [aux_sym_control_master_token1] = ACTIONS(3086), - [aux_sym_control_path_token1] = ACTIONS(3086), - [aux_sym_control_persist_token1] = ACTIONS(3086), - [aux_sym_dynamic_forward_token1] = ACTIONS(3086), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3086), - [aux_sym_escape_char_token1] = ACTIONS(3086), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3086), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3086), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3086), - [aux_sym_forward_agent_token1] = ACTIONS(3086), - [aux_sym_forward_x11_token1] = ACTIONS(3088), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3086), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3086), - [aux_sym_gateway_ports_token1] = ACTIONS(3086), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3086), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3086), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3086), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3086), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3086), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3086), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3086), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3086), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3086), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3086), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3086), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3086), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3086), - [aux_sym_host_key_alias_token1] = ACTIONS(3086), - [aux_sym_hostname_token1] = ACTIONS(3086), - [aux_sym_identities_only_token1] = ACTIONS(3086), - [aux_sym_identity_agent_token1] = ACTIONS(3086), - [aux_sym_identity_file_token1] = ACTIONS(3086), - [aux_sym_ignore_unknown_token1] = ACTIONS(3086), - [aux_sym_include_token1] = ACTIONS(3086), - [aux_sym_ip_qos_token1] = ACTIONS(3086), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3086), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3086), - [aux_sym_kex_algorithms_token1] = ACTIONS(3086), - [aux_sym_known_hosts_command_token1] = ACTIONS(3086), - [aux_sym_local_command_token1] = ACTIONS(3086), - [aux_sym_local_forward_token1] = ACTIONS(3086), - [aux_sym_log_level_token1] = ACTIONS(3086), - [aux_sym_log_verbose_token1] = ACTIONS(3086), - [aux_sym_macs_token1] = ACTIONS(3086), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3086), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3086), - [aux_sym_password_authentication_token1] = ACTIONS(3086), - [aux_sym_permit_local_command_token1] = ACTIONS(3086), - [aux_sym_permit_remote_open_token1] = ACTIONS(3086), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3086), - [aux_sym_port_token1] = ACTIONS(3086), - [aux_sym_preferred_authentications_token1] = ACTIONS(3086), - [aux_sym_protocol_token1] = ACTIONS(3086), - [aux_sym_proxy_command_token1] = ACTIONS(3086), - [aux_sym_proxy_jump_token1] = ACTIONS(3086), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3086), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3086), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3086), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3086), - [aux_sym_rekey_limit_token1] = ACTIONS(3086), - [aux_sym_remote_command_token1] = ACTIONS(3086), - [aux_sym_remote_forward_token1] = ACTIONS(3086), - [aux_sym_request_tty_token1] = ACTIONS(3086), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3086), - [aux_sym_security_key_provider_token1] = ACTIONS(3086), - [aux_sym_send_env_token1] = ACTIONS(3086), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3086), - [aux_sym_server_alive_interval_token1] = ACTIONS(3086), - [aux_sym_session_type_token1] = ACTIONS(3086), - [aux_sym_set_env_token1] = ACTIONS(3086), - [aux_sym_stdin_null_token1] = ACTIONS(3086), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3086), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3086), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3086), - [aux_sym_syslog_facility_token1] = ACTIONS(3086), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3086), - [aux_sym_keep_alive_token1] = ACTIONS(3086), - [aux_sym_tunnel_token1] = ACTIONS(3088), - [aux_sym_tunnel_device_token1] = ACTIONS(3086), - [aux_sym_update_host_keys_token1] = ACTIONS(3086), - [aux_sym_use_keychain_token1] = ACTIONS(3086), - [aux_sym_use_roaming_token1] = ACTIONS(3086), - [aux_sym_user_token1] = ACTIONS(3088), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3086), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3086), - [aux_sym_visual_host_key_token1] = ACTIONS(3086), - [aux_sym_xauth_location_token1] = ACTIONS(3086), + [ts_builtin_sym_end] = ACTIONS(3149), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3151), + [aux_sym_match_token1] = ACTIONS(3149), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3149), + [aux_sym_address_family_token1] = ACTIONS(3149), + [aux_sym_batch_mode_token1] = ACTIONS(3149), + [aux_sym_bind_address_token1] = ACTIONS(3149), + [aux_sym_bind_interface_token1] = ACTIONS(3149), + [aux_sym_canonical_domains_token1] = ACTIONS(3149), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3149), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3149), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3149), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3149), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3149), + [aux_sym_certificate_file_token1] = ACTIONS(3149), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3149), + [aux_sym_check_host_ip_token1] = ACTIONS(3149), + [aux_sym_ciphers_token1] = ACTIONS(3149), + [aux_sym_cipher_token1] = ACTIONS(3151), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3149), + [aux_sym_compression_token1] = ACTIONS(3149), + [aux_sym_connection_attempts_token1] = ACTIONS(3149), + [aux_sym_connect_timeout_token1] = ACTIONS(3149), + [aux_sym_control_master_token1] = ACTIONS(3149), + [aux_sym_control_path_token1] = ACTIONS(3149), + [aux_sym_control_persist_token1] = ACTIONS(3149), + [aux_sym_dynamic_forward_token1] = ACTIONS(3149), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3149), + [aux_sym_escape_char_token1] = ACTIONS(3149), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3149), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3149), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3149), + [aux_sym_forward_agent_token1] = ACTIONS(3149), + [aux_sym_forward_x11_token1] = ACTIONS(3151), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3149), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3149), + [aux_sym_gateway_ports_token1] = ACTIONS(3149), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3149), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3149), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3149), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3149), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3149), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3149), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3149), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3149), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3149), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3149), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3149), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3149), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3149), + [aux_sym_host_key_alias_token1] = ACTIONS(3149), + [aux_sym_hostname_token1] = ACTIONS(3149), + [aux_sym_identities_only_token1] = ACTIONS(3149), + [aux_sym_identity_agent_token1] = ACTIONS(3149), + [aux_sym_identity_file_token1] = ACTIONS(3149), + [aux_sym_ignore_unknown_token1] = ACTIONS(3149), + [aux_sym_include_token1] = ACTIONS(3149), + [aux_sym_ip_qos_token1] = ACTIONS(3149), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3149), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3149), + [aux_sym_kex_algorithms_token1] = ACTIONS(3149), + [aux_sym_known_hosts_command_token1] = ACTIONS(3149), + [aux_sym_local_command_token1] = ACTIONS(3149), + [aux_sym_local_forward_token1] = ACTIONS(3149), + [aux_sym_log_level_token1] = ACTIONS(3149), + [aux_sym_log_verbose_token1] = ACTIONS(3149), + [aux_sym_macs_token1] = ACTIONS(3149), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3149), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3149), + [aux_sym_password_authentication_token1] = ACTIONS(3149), + [aux_sym_permit_local_command_token1] = ACTIONS(3149), + [aux_sym_permit_remote_open_token1] = ACTIONS(3149), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3149), + [aux_sym_port_token1] = ACTIONS(3149), + [aux_sym_preferred_authentications_token1] = ACTIONS(3149), + [aux_sym_protocol_token1] = ACTIONS(3149), + [aux_sym_proxy_command_token1] = ACTIONS(3149), + [aux_sym_proxy_jump_token1] = ACTIONS(3149), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3149), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3149), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3149), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3149), + [aux_sym_rekey_limit_token1] = ACTIONS(3149), + [aux_sym_remote_command_token1] = ACTIONS(3149), + [aux_sym_remote_forward_token1] = ACTIONS(3149), + [aux_sym_request_tty_token1] = ACTIONS(3149), + [aux_sym_required_rsa_size_token1] = ACTIONS(3149), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3149), + [aux_sym_security_key_provider_token1] = ACTIONS(3149), + [aux_sym_send_env_token1] = ACTIONS(3149), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3149), + [aux_sym_server_alive_interval_token1] = ACTIONS(3149), + [aux_sym_session_type_token1] = ACTIONS(3149), + [aux_sym_set_env_token1] = ACTIONS(3149), + [aux_sym_stdin_null_token1] = ACTIONS(3149), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3149), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3149), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3149), + [aux_sym_syslog_facility_token1] = ACTIONS(3149), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3149), + [aux_sym_keep_alive_token1] = ACTIONS(3149), + [aux_sym_tunnel_token1] = ACTIONS(3151), + [aux_sym_tunnel_device_token1] = ACTIONS(3149), + [aux_sym_update_host_keys_token1] = ACTIONS(3149), + [aux_sym_use_keychain_token1] = ACTIONS(3149), + [aux_sym_use_roaming_token1] = ACTIONS(3149), + [aux_sym_user_token1] = ACTIONS(3151), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3149), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3149), + [aux_sym_visual_host_key_token1] = ACTIONS(3149), + [aux_sym_xauth_location_token1] = ACTIONS(3149), }, [493] = { - [ts_builtin_sym_end] = ACTIONS(3090), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3092), - [aux_sym_match_token1] = ACTIONS(3090), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3090), - [aux_sym_address_family_token1] = ACTIONS(3090), - [aux_sym_batch_mode_token1] = ACTIONS(3090), - [aux_sym_bind_address_token1] = ACTIONS(3090), - [aux_sym_bind_interface_token1] = ACTIONS(3090), - [aux_sym_canonical_domains_token1] = ACTIONS(3090), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3090), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3090), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3090), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3090), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3090), - [aux_sym_certificate_file_token1] = ACTIONS(3090), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3090), - [aux_sym_check_host_ip_token1] = ACTIONS(3090), - [aux_sym_ciphers_token1] = ACTIONS(3090), - [aux_sym_cipher_token1] = ACTIONS(3092), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3090), - [aux_sym_compression_token1] = ACTIONS(3090), - [aux_sym_connection_attempts_token1] = ACTIONS(3090), - [aux_sym_connect_timeout_token1] = ACTIONS(3090), - [aux_sym_control_master_token1] = ACTIONS(3090), - [aux_sym_control_path_token1] = ACTIONS(3090), - [aux_sym_control_persist_token1] = ACTIONS(3090), - [aux_sym_dynamic_forward_token1] = ACTIONS(3090), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3090), - [aux_sym_escape_char_token1] = ACTIONS(3090), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3090), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3090), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3090), - [aux_sym_forward_agent_token1] = ACTIONS(3090), - [aux_sym_forward_x11_token1] = ACTIONS(3092), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3090), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3090), - [aux_sym_gateway_ports_token1] = ACTIONS(3090), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3090), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3090), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3090), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3090), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3090), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3090), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3090), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3090), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3090), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3090), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3090), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3090), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3090), - [aux_sym_host_key_alias_token1] = ACTIONS(3090), - [aux_sym_hostname_token1] = ACTIONS(3090), - [aux_sym_identities_only_token1] = ACTIONS(3090), - [aux_sym_identity_agent_token1] = ACTIONS(3090), - [aux_sym_identity_file_token1] = ACTIONS(3090), - [aux_sym_ignore_unknown_token1] = ACTIONS(3090), - [aux_sym_include_token1] = ACTIONS(3090), - [aux_sym_ip_qos_token1] = ACTIONS(3090), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3090), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3090), - [aux_sym_kex_algorithms_token1] = ACTIONS(3090), - [aux_sym_known_hosts_command_token1] = ACTIONS(3090), - [aux_sym_local_command_token1] = ACTIONS(3090), - [aux_sym_local_forward_token1] = ACTIONS(3090), - [aux_sym_log_level_token1] = ACTIONS(3090), - [aux_sym_log_verbose_token1] = ACTIONS(3090), - [aux_sym_macs_token1] = ACTIONS(3090), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3090), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3090), - [aux_sym_password_authentication_token1] = ACTIONS(3090), - [aux_sym_permit_local_command_token1] = ACTIONS(3090), - [aux_sym_permit_remote_open_token1] = ACTIONS(3090), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3090), - [aux_sym_port_token1] = ACTIONS(3090), - [aux_sym_preferred_authentications_token1] = ACTIONS(3090), - [aux_sym_protocol_token1] = ACTIONS(3090), - [aux_sym_proxy_command_token1] = ACTIONS(3090), - [aux_sym_proxy_jump_token1] = ACTIONS(3090), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3090), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3090), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3090), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3090), - [aux_sym_rekey_limit_token1] = ACTIONS(3090), - [aux_sym_remote_command_token1] = ACTIONS(3090), - [aux_sym_remote_forward_token1] = ACTIONS(3090), - [aux_sym_request_tty_token1] = ACTIONS(3090), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3090), - [aux_sym_security_key_provider_token1] = ACTIONS(3090), - [aux_sym_send_env_token1] = ACTIONS(3090), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3090), - [aux_sym_server_alive_interval_token1] = ACTIONS(3090), - [aux_sym_session_type_token1] = ACTIONS(3090), - [aux_sym_set_env_token1] = ACTIONS(3090), - [aux_sym_stdin_null_token1] = ACTIONS(3090), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3090), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3090), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3090), - [aux_sym_syslog_facility_token1] = ACTIONS(3090), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3090), - [aux_sym_keep_alive_token1] = ACTIONS(3090), - [aux_sym_tunnel_token1] = ACTIONS(3092), - [aux_sym_tunnel_device_token1] = ACTIONS(3090), - [aux_sym_update_host_keys_token1] = ACTIONS(3090), - [aux_sym_use_keychain_token1] = ACTIONS(3090), - [aux_sym_use_roaming_token1] = ACTIONS(3090), - [aux_sym_user_token1] = ACTIONS(3092), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3090), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3090), - [aux_sym_visual_host_key_token1] = ACTIONS(3090), - [aux_sym_xauth_location_token1] = ACTIONS(3090), + [ts_builtin_sym_end] = ACTIONS(3153), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3155), + [aux_sym_match_token1] = ACTIONS(3153), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3153), + [aux_sym_address_family_token1] = ACTIONS(3153), + [aux_sym_batch_mode_token1] = ACTIONS(3153), + [aux_sym_bind_address_token1] = ACTIONS(3153), + [aux_sym_bind_interface_token1] = ACTIONS(3153), + [aux_sym_canonical_domains_token1] = ACTIONS(3153), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3153), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3153), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3153), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3153), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3153), + [aux_sym_certificate_file_token1] = ACTIONS(3153), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3153), + [aux_sym_check_host_ip_token1] = ACTIONS(3153), + [aux_sym_ciphers_token1] = ACTIONS(3153), + [aux_sym_cipher_token1] = ACTIONS(3155), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3153), + [aux_sym_compression_token1] = ACTIONS(3153), + [aux_sym_connection_attempts_token1] = ACTIONS(3153), + [aux_sym_connect_timeout_token1] = ACTIONS(3153), + [aux_sym_control_master_token1] = ACTIONS(3153), + [aux_sym_control_path_token1] = ACTIONS(3153), + [aux_sym_control_persist_token1] = ACTIONS(3153), + [aux_sym_dynamic_forward_token1] = ACTIONS(3153), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3153), + [aux_sym_escape_char_token1] = ACTIONS(3153), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3153), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3153), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3153), + [aux_sym_forward_agent_token1] = ACTIONS(3153), + [aux_sym_forward_x11_token1] = ACTIONS(3155), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3153), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3153), + [aux_sym_gateway_ports_token1] = ACTIONS(3153), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3153), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3153), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3153), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3153), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3153), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3153), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3153), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3153), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3153), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3153), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3153), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3153), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3153), + [aux_sym_host_key_alias_token1] = ACTIONS(3153), + [aux_sym_hostname_token1] = ACTIONS(3153), + [aux_sym_identities_only_token1] = ACTIONS(3153), + [aux_sym_identity_agent_token1] = ACTIONS(3153), + [aux_sym_identity_file_token1] = ACTIONS(3153), + [aux_sym_ignore_unknown_token1] = ACTIONS(3153), + [aux_sym_include_token1] = ACTIONS(3153), + [aux_sym_ip_qos_token1] = ACTIONS(3153), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3153), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3153), + [aux_sym_kex_algorithms_token1] = ACTIONS(3153), + [aux_sym_known_hosts_command_token1] = ACTIONS(3153), + [aux_sym_local_command_token1] = ACTIONS(3153), + [aux_sym_local_forward_token1] = ACTIONS(3153), + [aux_sym_log_level_token1] = ACTIONS(3153), + [aux_sym_log_verbose_token1] = ACTIONS(3153), + [aux_sym_macs_token1] = ACTIONS(3153), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3153), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3153), + [aux_sym_password_authentication_token1] = ACTIONS(3153), + [aux_sym_permit_local_command_token1] = ACTIONS(3153), + [aux_sym_permit_remote_open_token1] = ACTIONS(3153), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3153), + [aux_sym_port_token1] = ACTIONS(3153), + [aux_sym_preferred_authentications_token1] = ACTIONS(3153), + [aux_sym_protocol_token1] = ACTIONS(3153), + [aux_sym_proxy_command_token1] = ACTIONS(3153), + [aux_sym_proxy_jump_token1] = ACTIONS(3153), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3153), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3153), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3153), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3153), + [aux_sym_rekey_limit_token1] = ACTIONS(3153), + [aux_sym_remote_command_token1] = ACTIONS(3153), + [aux_sym_remote_forward_token1] = ACTIONS(3153), + [aux_sym_request_tty_token1] = ACTIONS(3153), + [aux_sym_required_rsa_size_token1] = ACTIONS(3153), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3153), + [aux_sym_security_key_provider_token1] = ACTIONS(3153), + [aux_sym_send_env_token1] = ACTIONS(3153), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3153), + [aux_sym_server_alive_interval_token1] = ACTIONS(3153), + [aux_sym_session_type_token1] = ACTIONS(3153), + [aux_sym_set_env_token1] = ACTIONS(3153), + [aux_sym_stdin_null_token1] = ACTIONS(3153), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3153), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3153), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3153), + [aux_sym_syslog_facility_token1] = ACTIONS(3153), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3153), + [aux_sym_keep_alive_token1] = ACTIONS(3153), + [aux_sym_tunnel_token1] = ACTIONS(3155), + [aux_sym_tunnel_device_token1] = ACTIONS(3153), + [aux_sym_update_host_keys_token1] = ACTIONS(3153), + [aux_sym_use_keychain_token1] = ACTIONS(3153), + [aux_sym_use_roaming_token1] = ACTIONS(3153), + [aux_sym_user_token1] = ACTIONS(3155), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3153), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3153), + [aux_sym_visual_host_key_token1] = ACTIONS(3153), + [aux_sym_xauth_location_token1] = ACTIONS(3153), }, [494] = { - [ts_builtin_sym_end] = ACTIONS(3094), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3096), - [aux_sym_match_token1] = ACTIONS(3094), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3094), - [aux_sym_address_family_token1] = ACTIONS(3094), - [aux_sym_batch_mode_token1] = ACTIONS(3094), - [aux_sym_bind_address_token1] = ACTIONS(3094), - [aux_sym_bind_interface_token1] = ACTIONS(3094), - [aux_sym_canonical_domains_token1] = ACTIONS(3094), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3094), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3094), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3094), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3094), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3094), - [aux_sym_certificate_file_token1] = ACTIONS(3094), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3094), - [aux_sym_check_host_ip_token1] = ACTIONS(3094), - [aux_sym_ciphers_token1] = ACTIONS(3094), - [aux_sym_cipher_token1] = ACTIONS(3096), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3094), - [aux_sym_compression_token1] = ACTIONS(3094), - [aux_sym_connection_attempts_token1] = ACTIONS(3094), - [aux_sym_connect_timeout_token1] = ACTIONS(3094), - [aux_sym_control_master_token1] = ACTIONS(3094), - [aux_sym_control_path_token1] = ACTIONS(3094), - [aux_sym_control_persist_token1] = ACTIONS(3094), - [aux_sym_dynamic_forward_token1] = ACTIONS(3094), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3094), - [aux_sym_escape_char_token1] = ACTIONS(3094), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3094), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3094), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3094), - [aux_sym_forward_agent_token1] = ACTIONS(3094), - [aux_sym_forward_x11_token1] = ACTIONS(3096), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3094), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3094), - [aux_sym_gateway_ports_token1] = ACTIONS(3094), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3094), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3094), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3094), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3094), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3094), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3094), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3094), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3094), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3094), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3094), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3094), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3094), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3094), - [aux_sym_host_key_alias_token1] = ACTIONS(3094), - [aux_sym_hostname_token1] = ACTIONS(3094), - [aux_sym_identities_only_token1] = ACTIONS(3094), - [aux_sym_identity_agent_token1] = ACTIONS(3094), - [aux_sym_identity_file_token1] = ACTIONS(3094), - [aux_sym_ignore_unknown_token1] = ACTIONS(3094), - [aux_sym_include_token1] = ACTIONS(3094), - [aux_sym_ip_qos_token1] = ACTIONS(3094), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3094), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3094), - [aux_sym_kex_algorithms_token1] = ACTIONS(3094), - [aux_sym_known_hosts_command_token1] = ACTIONS(3094), - [aux_sym_local_command_token1] = ACTIONS(3094), - [aux_sym_local_forward_token1] = ACTIONS(3094), - [aux_sym_log_level_token1] = ACTIONS(3094), - [aux_sym_log_verbose_token1] = ACTIONS(3094), - [aux_sym_macs_token1] = ACTIONS(3094), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3094), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3094), - [aux_sym_password_authentication_token1] = ACTIONS(3094), - [aux_sym_permit_local_command_token1] = ACTIONS(3094), - [aux_sym_permit_remote_open_token1] = ACTIONS(3094), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3094), - [aux_sym_port_token1] = ACTIONS(3094), - [aux_sym_preferred_authentications_token1] = ACTIONS(3094), - [aux_sym_protocol_token1] = ACTIONS(3094), - [aux_sym_proxy_command_token1] = ACTIONS(3094), - [aux_sym_proxy_jump_token1] = ACTIONS(3094), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3094), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3094), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3094), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3094), - [aux_sym_rekey_limit_token1] = ACTIONS(3094), - [aux_sym_remote_command_token1] = ACTIONS(3094), - [aux_sym_remote_forward_token1] = ACTIONS(3094), - [aux_sym_request_tty_token1] = ACTIONS(3094), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3094), - [aux_sym_security_key_provider_token1] = ACTIONS(3094), - [aux_sym_send_env_token1] = ACTIONS(3094), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3094), - [aux_sym_server_alive_interval_token1] = ACTIONS(3094), - [aux_sym_session_type_token1] = ACTIONS(3094), - [aux_sym_set_env_token1] = ACTIONS(3094), - [aux_sym_stdin_null_token1] = ACTIONS(3094), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3094), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3094), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3094), - [aux_sym_syslog_facility_token1] = ACTIONS(3094), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3094), - [aux_sym_keep_alive_token1] = ACTIONS(3094), - [aux_sym_tunnel_token1] = ACTIONS(3096), - [aux_sym_tunnel_device_token1] = ACTIONS(3094), - [aux_sym_update_host_keys_token1] = ACTIONS(3094), - [aux_sym_use_keychain_token1] = ACTIONS(3094), - [aux_sym_use_roaming_token1] = ACTIONS(3094), - [aux_sym_user_token1] = ACTIONS(3096), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3094), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3094), - [aux_sym_visual_host_key_token1] = ACTIONS(3094), - [aux_sym_xauth_location_token1] = ACTIONS(3094), + [ts_builtin_sym_end] = ACTIONS(3157), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3159), + [aux_sym_match_token1] = ACTIONS(3157), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3157), + [aux_sym_address_family_token1] = ACTIONS(3157), + [aux_sym_batch_mode_token1] = ACTIONS(3157), + [aux_sym_bind_address_token1] = ACTIONS(3157), + [aux_sym_bind_interface_token1] = ACTIONS(3157), + [aux_sym_canonical_domains_token1] = ACTIONS(3157), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3157), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3157), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3157), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3157), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3157), + [aux_sym_certificate_file_token1] = ACTIONS(3157), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3157), + [aux_sym_check_host_ip_token1] = ACTIONS(3157), + [aux_sym_ciphers_token1] = ACTIONS(3157), + [aux_sym_cipher_token1] = ACTIONS(3159), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3157), + [aux_sym_compression_token1] = ACTIONS(3157), + [aux_sym_connection_attempts_token1] = ACTIONS(3157), + [aux_sym_connect_timeout_token1] = ACTIONS(3157), + [aux_sym_control_master_token1] = ACTIONS(3157), + [aux_sym_control_path_token1] = ACTIONS(3157), + [aux_sym_control_persist_token1] = ACTIONS(3157), + [aux_sym_dynamic_forward_token1] = ACTIONS(3157), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3157), + [aux_sym_escape_char_token1] = ACTIONS(3157), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3157), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3157), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3157), + [aux_sym_forward_agent_token1] = ACTIONS(3157), + [aux_sym_forward_x11_token1] = ACTIONS(3159), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3157), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3157), + [aux_sym_gateway_ports_token1] = ACTIONS(3157), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3157), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3157), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3157), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3157), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3157), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3157), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3157), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3157), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3157), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3157), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3157), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3157), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3157), + [aux_sym_host_key_alias_token1] = ACTIONS(3157), + [aux_sym_hostname_token1] = ACTIONS(3157), + [aux_sym_identities_only_token1] = ACTIONS(3157), + [aux_sym_identity_agent_token1] = ACTIONS(3157), + [aux_sym_identity_file_token1] = ACTIONS(3157), + [aux_sym_ignore_unknown_token1] = ACTIONS(3157), + [aux_sym_include_token1] = ACTIONS(3157), + [aux_sym_ip_qos_token1] = ACTIONS(3157), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3157), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3157), + [aux_sym_kex_algorithms_token1] = ACTIONS(3157), + [aux_sym_known_hosts_command_token1] = ACTIONS(3157), + [aux_sym_local_command_token1] = ACTIONS(3157), + [aux_sym_local_forward_token1] = ACTIONS(3157), + [aux_sym_log_level_token1] = ACTIONS(3157), + [aux_sym_log_verbose_token1] = ACTIONS(3157), + [aux_sym_macs_token1] = ACTIONS(3157), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3157), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3157), + [aux_sym_password_authentication_token1] = ACTIONS(3157), + [aux_sym_permit_local_command_token1] = ACTIONS(3157), + [aux_sym_permit_remote_open_token1] = ACTIONS(3157), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3157), + [aux_sym_port_token1] = ACTIONS(3157), + [aux_sym_preferred_authentications_token1] = ACTIONS(3157), + [aux_sym_protocol_token1] = ACTIONS(3157), + [aux_sym_proxy_command_token1] = ACTIONS(3157), + [aux_sym_proxy_jump_token1] = ACTIONS(3157), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3157), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3157), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3157), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3157), + [aux_sym_rekey_limit_token1] = ACTIONS(3157), + [aux_sym_remote_command_token1] = ACTIONS(3157), + [aux_sym_remote_forward_token1] = ACTIONS(3157), + [aux_sym_request_tty_token1] = ACTIONS(3157), + [aux_sym_required_rsa_size_token1] = ACTIONS(3157), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3157), + [aux_sym_security_key_provider_token1] = ACTIONS(3157), + [aux_sym_send_env_token1] = ACTIONS(3157), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3157), + [aux_sym_server_alive_interval_token1] = ACTIONS(3157), + [aux_sym_session_type_token1] = ACTIONS(3157), + [aux_sym_set_env_token1] = ACTIONS(3157), + [aux_sym_stdin_null_token1] = ACTIONS(3157), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3157), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3157), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3157), + [aux_sym_syslog_facility_token1] = ACTIONS(3157), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3157), + [aux_sym_keep_alive_token1] = ACTIONS(3157), + [aux_sym_tunnel_token1] = ACTIONS(3159), + [aux_sym_tunnel_device_token1] = ACTIONS(3157), + [aux_sym_update_host_keys_token1] = ACTIONS(3157), + [aux_sym_use_keychain_token1] = ACTIONS(3157), + [aux_sym_use_roaming_token1] = ACTIONS(3157), + [aux_sym_user_token1] = ACTIONS(3159), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3157), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3157), + [aux_sym_visual_host_key_token1] = ACTIONS(3157), + [aux_sym_xauth_location_token1] = ACTIONS(3157), }, [495] = { - [ts_builtin_sym_end] = ACTIONS(3098), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3100), - [aux_sym_match_token1] = ACTIONS(3098), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3098), - [aux_sym_address_family_token1] = ACTIONS(3098), - [aux_sym_batch_mode_token1] = ACTIONS(3098), - [aux_sym_bind_address_token1] = ACTIONS(3098), - [aux_sym_bind_interface_token1] = ACTIONS(3098), - [aux_sym_canonical_domains_token1] = ACTIONS(3098), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3098), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3098), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3098), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3098), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3098), - [aux_sym_certificate_file_token1] = ACTIONS(3098), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3098), - [aux_sym_check_host_ip_token1] = ACTIONS(3098), - [aux_sym_ciphers_token1] = ACTIONS(3098), - [aux_sym_cipher_token1] = ACTIONS(3100), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3098), - [aux_sym_compression_token1] = ACTIONS(3098), - [aux_sym_connection_attempts_token1] = ACTIONS(3098), - [aux_sym_connect_timeout_token1] = ACTIONS(3098), - [aux_sym_control_master_token1] = ACTIONS(3098), - [aux_sym_control_path_token1] = ACTIONS(3098), - [aux_sym_control_persist_token1] = ACTIONS(3098), - [aux_sym_dynamic_forward_token1] = ACTIONS(3098), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3098), - [aux_sym_escape_char_token1] = ACTIONS(3098), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3098), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3098), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3098), - [aux_sym_forward_agent_token1] = ACTIONS(3098), - [aux_sym_forward_x11_token1] = ACTIONS(3100), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3098), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3098), - [aux_sym_gateway_ports_token1] = ACTIONS(3098), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3098), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3098), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3098), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3098), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3098), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3098), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3098), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3098), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3098), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3098), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3098), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3098), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3098), - [aux_sym_host_key_alias_token1] = ACTIONS(3098), - [aux_sym_hostname_token1] = ACTIONS(3098), - [aux_sym_identities_only_token1] = ACTIONS(3098), - [aux_sym_identity_agent_token1] = ACTIONS(3098), - [aux_sym_identity_file_token1] = ACTIONS(3098), - [aux_sym_ignore_unknown_token1] = ACTIONS(3098), - [aux_sym_include_token1] = ACTIONS(3098), - [aux_sym_ip_qos_token1] = ACTIONS(3098), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3098), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3098), - [aux_sym_kex_algorithms_token1] = ACTIONS(3098), - [aux_sym_known_hosts_command_token1] = ACTIONS(3098), - [aux_sym_local_command_token1] = ACTIONS(3098), - [aux_sym_local_forward_token1] = ACTIONS(3098), - [aux_sym_log_level_token1] = ACTIONS(3098), - [aux_sym_log_verbose_token1] = ACTIONS(3098), - [aux_sym_macs_token1] = ACTIONS(3098), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3098), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3098), - [aux_sym_password_authentication_token1] = ACTIONS(3098), - [aux_sym_permit_local_command_token1] = ACTIONS(3098), - [aux_sym_permit_remote_open_token1] = ACTIONS(3098), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3098), - [aux_sym_port_token1] = ACTIONS(3098), - [aux_sym_preferred_authentications_token1] = ACTIONS(3098), - [aux_sym_protocol_token1] = ACTIONS(3098), - [aux_sym_proxy_command_token1] = ACTIONS(3098), - [aux_sym_proxy_jump_token1] = ACTIONS(3098), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3098), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3098), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3098), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3098), - [aux_sym_rekey_limit_token1] = ACTIONS(3098), - [aux_sym_remote_command_token1] = ACTIONS(3098), - [aux_sym_remote_forward_token1] = ACTIONS(3098), - [aux_sym_request_tty_token1] = ACTIONS(3098), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3098), - [aux_sym_security_key_provider_token1] = ACTIONS(3098), - [aux_sym_send_env_token1] = ACTIONS(3098), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3098), - [aux_sym_server_alive_interval_token1] = ACTIONS(3098), - [aux_sym_session_type_token1] = ACTIONS(3098), - [aux_sym_set_env_token1] = ACTIONS(3098), - [aux_sym_stdin_null_token1] = ACTIONS(3098), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3098), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3098), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3098), - [aux_sym_syslog_facility_token1] = ACTIONS(3098), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3098), - [aux_sym_keep_alive_token1] = ACTIONS(3098), - [aux_sym_tunnel_token1] = ACTIONS(3100), - [aux_sym_tunnel_device_token1] = ACTIONS(3098), - [aux_sym_update_host_keys_token1] = ACTIONS(3098), - [aux_sym_use_keychain_token1] = ACTIONS(3098), - [aux_sym_use_roaming_token1] = ACTIONS(3098), - [aux_sym_user_token1] = ACTIONS(3100), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3098), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3098), - [aux_sym_visual_host_key_token1] = ACTIONS(3098), - [aux_sym_xauth_location_token1] = ACTIONS(3098), + [ts_builtin_sym_end] = ACTIONS(3161), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3163), + [aux_sym_match_token1] = ACTIONS(3161), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3161), + [aux_sym_address_family_token1] = ACTIONS(3161), + [aux_sym_batch_mode_token1] = ACTIONS(3161), + [aux_sym_bind_address_token1] = ACTIONS(3161), + [aux_sym_bind_interface_token1] = ACTIONS(3161), + [aux_sym_canonical_domains_token1] = ACTIONS(3161), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3161), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3161), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3161), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3161), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3161), + [aux_sym_certificate_file_token1] = ACTIONS(3161), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3161), + [aux_sym_check_host_ip_token1] = ACTIONS(3161), + [aux_sym_ciphers_token1] = ACTIONS(3161), + [aux_sym_cipher_token1] = ACTIONS(3163), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3161), + [aux_sym_compression_token1] = ACTIONS(3161), + [aux_sym_connection_attempts_token1] = ACTIONS(3161), + [aux_sym_connect_timeout_token1] = ACTIONS(3161), + [aux_sym_control_master_token1] = ACTIONS(3161), + [aux_sym_control_path_token1] = ACTIONS(3161), + [aux_sym_control_persist_token1] = ACTIONS(3161), + [aux_sym_dynamic_forward_token1] = ACTIONS(3161), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3161), + [aux_sym_escape_char_token1] = ACTIONS(3161), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3161), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3161), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3161), + [aux_sym_forward_agent_token1] = ACTIONS(3161), + [aux_sym_forward_x11_token1] = ACTIONS(3163), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3161), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3161), + [aux_sym_gateway_ports_token1] = ACTIONS(3161), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3161), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3161), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3161), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3161), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3161), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3161), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3161), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3161), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3161), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3161), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3161), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3161), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3161), + [aux_sym_host_key_alias_token1] = ACTIONS(3161), + [aux_sym_hostname_token1] = ACTIONS(3161), + [aux_sym_identities_only_token1] = ACTIONS(3161), + [aux_sym_identity_agent_token1] = ACTIONS(3161), + [aux_sym_identity_file_token1] = ACTIONS(3161), + [aux_sym_ignore_unknown_token1] = ACTIONS(3161), + [aux_sym_include_token1] = ACTIONS(3161), + [aux_sym_ip_qos_token1] = ACTIONS(3161), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3161), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3161), + [aux_sym_kex_algorithms_token1] = ACTIONS(3161), + [aux_sym_known_hosts_command_token1] = ACTIONS(3161), + [aux_sym_local_command_token1] = ACTIONS(3161), + [aux_sym_local_forward_token1] = ACTIONS(3161), + [aux_sym_log_level_token1] = ACTIONS(3161), + [aux_sym_log_verbose_token1] = ACTIONS(3161), + [aux_sym_macs_token1] = ACTIONS(3161), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3161), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3161), + [aux_sym_password_authentication_token1] = ACTIONS(3161), + [aux_sym_permit_local_command_token1] = ACTIONS(3161), + [aux_sym_permit_remote_open_token1] = ACTIONS(3161), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3161), + [aux_sym_port_token1] = ACTIONS(3161), + [aux_sym_preferred_authentications_token1] = ACTIONS(3161), + [aux_sym_protocol_token1] = ACTIONS(3161), + [aux_sym_proxy_command_token1] = ACTIONS(3161), + [aux_sym_proxy_jump_token1] = ACTIONS(3161), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3161), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3161), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3161), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3161), + [aux_sym_rekey_limit_token1] = ACTIONS(3161), + [aux_sym_remote_command_token1] = ACTIONS(3161), + [aux_sym_remote_forward_token1] = ACTIONS(3161), + [aux_sym_request_tty_token1] = ACTIONS(3161), + [aux_sym_required_rsa_size_token1] = ACTIONS(3161), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3161), + [aux_sym_security_key_provider_token1] = ACTIONS(3161), + [aux_sym_send_env_token1] = ACTIONS(3161), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3161), + [aux_sym_server_alive_interval_token1] = ACTIONS(3161), + [aux_sym_session_type_token1] = ACTIONS(3161), + [aux_sym_set_env_token1] = ACTIONS(3161), + [aux_sym_stdin_null_token1] = ACTIONS(3161), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3161), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3161), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3161), + [aux_sym_syslog_facility_token1] = ACTIONS(3161), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3161), + [aux_sym_keep_alive_token1] = ACTIONS(3161), + [aux_sym_tunnel_token1] = ACTIONS(3163), + [aux_sym_tunnel_device_token1] = ACTIONS(3161), + [aux_sym_update_host_keys_token1] = ACTIONS(3161), + [aux_sym_use_keychain_token1] = ACTIONS(3161), + [aux_sym_use_roaming_token1] = ACTIONS(3161), + [aux_sym_user_token1] = ACTIONS(3163), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3161), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3161), + [aux_sym_visual_host_key_token1] = ACTIONS(3161), + [aux_sym_xauth_location_token1] = ACTIONS(3161), }, [496] = { - [ts_builtin_sym_end] = ACTIONS(1012), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1014), - [aux_sym_match_token1] = ACTIONS(1012), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1012), - [aux_sym_address_family_token1] = ACTIONS(1012), - [aux_sym_batch_mode_token1] = ACTIONS(1012), - [aux_sym_bind_address_token1] = ACTIONS(1012), - [aux_sym_bind_interface_token1] = ACTIONS(1012), - [aux_sym_canonical_domains_token1] = ACTIONS(1012), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1012), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1012), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1012), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1012), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1012), - [aux_sym_certificate_file_token1] = ACTIONS(1012), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1012), - [aux_sym_check_host_ip_token1] = ACTIONS(1012), - [aux_sym_ciphers_token1] = ACTIONS(1012), - [aux_sym_cipher_token1] = ACTIONS(1014), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1012), - [aux_sym_compression_token1] = ACTIONS(1012), - [aux_sym_connection_attempts_token1] = ACTIONS(1012), - [aux_sym_connect_timeout_token1] = ACTIONS(1012), - [aux_sym_control_master_token1] = ACTIONS(1012), - [aux_sym_control_path_token1] = ACTIONS(1012), - [aux_sym_control_persist_token1] = ACTIONS(1012), - [aux_sym_dynamic_forward_token1] = ACTIONS(1012), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1012), - [aux_sym_escape_char_token1] = ACTIONS(1012), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1012), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1012), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1012), - [aux_sym_forward_agent_token1] = ACTIONS(1012), - [aux_sym_forward_x11_token1] = ACTIONS(1014), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1012), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1012), - [aux_sym_gateway_ports_token1] = ACTIONS(1012), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1012), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1012), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1012), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1012), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1012), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1012), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1012), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1012), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1012), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1012), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1012), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1012), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1012), - [aux_sym_host_key_alias_token1] = ACTIONS(1012), - [aux_sym_hostname_token1] = ACTIONS(1012), - [aux_sym_identities_only_token1] = ACTIONS(1012), - [aux_sym_identity_agent_token1] = ACTIONS(1012), - [aux_sym_identity_file_token1] = ACTIONS(1012), - [aux_sym_ignore_unknown_token1] = ACTIONS(1012), - [aux_sym_include_token1] = ACTIONS(1012), - [aux_sym_ip_qos_token1] = ACTIONS(1012), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1012), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1012), - [aux_sym_kex_algorithms_token1] = ACTIONS(1012), - [aux_sym_known_hosts_command_token1] = ACTIONS(1012), - [aux_sym_local_command_token1] = ACTIONS(1012), - [aux_sym_local_forward_token1] = ACTIONS(1012), - [aux_sym_log_level_token1] = ACTIONS(1012), - [aux_sym_log_verbose_token1] = ACTIONS(1012), - [aux_sym_macs_token1] = ACTIONS(1012), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1012), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1012), - [aux_sym_password_authentication_token1] = ACTIONS(1012), - [aux_sym_permit_local_command_token1] = ACTIONS(1012), - [aux_sym_permit_remote_open_token1] = ACTIONS(1012), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1012), - [aux_sym_port_token1] = ACTIONS(1012), - [aux_sym_preferred_authentications_token1] = ACTIONS(1012), - [aux_sym_protocol_token1] = ACTIONS(1012), - [aux_sym_proxy_command_token1] = ACTIONS(1012), - [aux_sym_proxy_jump_token1] = ACTIONS(1012), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1012), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1012), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1012), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1012), - [aux_sym_rekey_limit_token1] = ACTIONS(1012), - [aux_sym_remote_command_token1] = ACTIONS(1012), - [aux_sym_remote_forward_token1] = ACTIONS(1012), - [aux_sym_request_tty_token1] = ACTIONS(1012), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1012), - [aux_sym_security_key_provider_token1] = ACTIONS(1012), - [aux_sym_send_env_token1] = ACTIONS(1012), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1012), - [aux_sym_server_alive_interval_token1] = ACTIONS(1012), - [aux_sym_session_type_token1] = ACTIONS(1012), - [aux_sym_set_env_token1] = ACTIONS(1012), - [aux_sym_stdin_null_token1] = ACTIONS(1012), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1012), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1012), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1012), - [aux_sym_syslog_facility_token1] = ACTIONS(1012), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1012), - [aux_sym_keep_alive_token1] = ACTIONS(1012), - [aux_sym_tunnel_token1] = ACTIONS(1014), - [aux_sym_tunnel_device_token1] = ACTIONS(1012), - [aux_sym_update_host_keys_token1] = ACTIONS(1012), - [aux_sym_use_keychain_token1] = ACTIONS(1012), - [aux_sym_use_roaming_token1] = ACTIONS(1012), - [aux_sym_user_token1] = ACTIONS(1014), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1012), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1012), - [aux_sym_visual_host_key_token1] = ACTIONS(1012), - [aux_sym_xauth_location_token1] = ACTIONS(1012), + [ts_builtin_sym_end] = ACTIONS(3165), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3167), + [aux_sym_match_token1] = ACTIONS(3165), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3165), + [aux_sym_address_family_token1] = ACTIONS(3165), + [aux_sym_batch_mode_token1] = ACTIONS(3165), + [aux_sym_bind_address_token1] = ACTIONS(3165), + [aux_sym_bind_interface_token1] = ACTIONS(3165), + [aux_sym_canonical_domains_token1] = ACTIONS(3165), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3165), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3165), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3165), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3165), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3165), + [aux_sym_certificate_file_token1] = ACTIONS(3165), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3165), + [aux_sym_check_host_ip_token1] = ACTIONS(3165), + [aux_sym_ciphers_token1] = ACTIONS(3165), + [aux_sym_cipher_token1] = ACTIONS(3167), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3165), + [aux_sym_compression_token1] = ACTIONS(3165), + [aux_sym_connection_attempts_token1] = ACTIONS(3165), + [aux_sym_connect_timeout_token1] = ACTIONS(3165), + [aux_sym_control_master_token1] = ACTIONS(3165), + [aux_sym_control_path_token1] = ACTIONS(3165), + [aux_sym_control_persist_token1] = ACTIONS(3165), + [aux_sym_dynamic_forward_token1] = ACTIONS(3165), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3165), + [aux_sym_escape_char_token1] = ACTIONS(3165), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3165), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3165), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3165), + [aux_sym_forward_agent_token1] = ACTIONS(3165), + [aux_sym_forward_x11_token1] = ACTIONS(3167), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3165), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3165), + [aux_sym_gateway_ports_token1] = ACTIONS(3165), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3165), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3165), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3165), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3165), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3165), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3165), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3165), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3165), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3165), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3165), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3165), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3165), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3165), + [aux_sym_host_key_alias_token1] = ACTIONS(3165), + [aux_sym_hostname_token1] = ACTIONS(3165), + [aux_sym_identities_only_token1] = ACTIONS(3165), + [aux_sym_identity_agent_token1] = ACTIONS(3165), + [aux_sym_identity_file_token1] = ACTIONS(3165), + [aux_sym_ignore_unknown_token1] = ACTIONS(3165), + [aux_sym_include_token1] = ACTIONS(3165), + [aux_sym_ip_qos_token1] = ACTIONS(3165), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3165), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3165), + [aux_sym_kex_algorithms_token1] = ACTIONS(3165), + [aux_sym_known_hosts_command_token1] = ACTIONS(3165), + [aux_sym_local_command_token1] = ACTIONS(3165), + [aux_sym_local_forward_token1] = ACTIONS(3165), + [aux_sym_log_level_token1] = ACTIONS(3165), + [aux_sym_log_verbose_token1] = ACTIONS(3165), + [aux_sym_macs_token1] = ACTIONS(3165), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3165), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3165), + [aux_sym_password_authentication_token1] = ACTIONS(3165), + [aux_sym_permit_local_command_token1] = ACTIONS(3165), + [aux_sym_permit_remote_open_token1] = ACTIONS(3165), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3165), + [aux_sym_port_token1] = ACTIONS(3165), + [aux_sym_preferred_authentications_token1] = ACTIONS(3165), + [aux_sym_protocol_token1] = ACTIONS(3165), + [aux_sym_proxy_command_token1] = ACTIONS(3165), + [aux_sym_proxy_jump_token1] = ACTIONS(3165), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3165), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3165), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3165), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3165), + [aux_sym_rekey_limit_token1] = ACTIONS(3165), + [aux_sym_remote_command_token1] = ACTIONS(3165), + [aux_sym_remote_forward_token1] = ACTIONS(3165), + [aux_sym_request_tty_token1] = ACTIONS(3165), + [aux_sym_required_rsa_size_token1] = ACTIONS(3165), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3165), + [aux_sym_security_key_provider_token1] = ACTIONS(3165), + [aux_sym_send_env_token1] = ACTIONS(3165), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3165), + [aux_sym_server_alive_interval_token1] = ACTIONS(3165), + [aux_sym_session_type_token1] = ACTIONS(3165), + [aux_sym_set_env_token1] = ACTIONS(3165), + [aux_sym_stdin_null_token1] = ACTIONS(3165), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3165), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3165), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3165), + [aux_sym_syslog_facility_token1] = ACTIONS(3165), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3165), + [aux_sym_keep_alive_token1] = ACTIONS(3165), + [aux_sym_tunnel_token1] = ACTIONS(3167), + [aux_sym_tunnel_device_token1] = ACTIONS(3165), + [aux_sym_update_host_keys_token1] = ACTIONS(3165), + [aux_sym_use_keychain_token1] = ACTIONS(3165), + [aux_sym_use_roaming_token1] = ACTIONS(3165), + [aux_sym_user_token1] = ACTIONS(3167), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3165), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3165), + [aux_sym_visual_host_key_token1] = ACTIONS(3165), + [aux_sym_xauth_location_token1] = ACTIONS(3165), }, [497] = { - [ts_builtin_sym_end] = ACTIONS(1150), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1152), - [aux_sym_match_token1] = ACTIONS(1150), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1150), - [aux_sym_address_family_token1] = ACTIONS(1150), - [aux_sym_batch_mode_token1] = ACTIONS(1150), - [aux_sym_bind_address_token1] = ACTIONS(1150), - [aux_sym_bind_interface_token1] = ACTIONS(1150), - [aux_sym_canonical_domains_token1] = ACTIONS(1150), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1150), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1150), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1150), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1150), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1150), - [aux_sym_certificate_file_token1] = ACTIONS(1150), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1150), - [aux_sym_check_host_ip_token1] = ACTIONS(1150), - [aux_sym_ciphers_token1] = ACTIONS(1150), - [aux_sym_cipher_token1] = ACTIONS(1152), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1150), - [aux_sym_compression_token1] = ACTIONS(1150), - [aux_sym_connection_attempts_token1] = ACTIONS(1150), - [aux_sym_connect_timeout_token1] = ACTIONS(1150), - [aux_sym_control_master_token1] = ACTIONS(1150), - [aux_sym_control_path_token1] = ACTIONS(1150), - [aux_sym_control_persist_token1] = ACTIONS(1150), - [aux_sym_dynamic_forward_token1] = ACTIONS(1150), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1150), - [aux_sym_escape_char_token1] = ACTIONS(1150), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1150), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1150), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1150), - [aux_sym_forward_agent_token1] = ACTIONS(1150), - [aux_sym_forward_x11_token1] = ACTIONS(1152), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1150), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1150), - [aux_sym_gateway_ports_token1] = ACTIONS(1150), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1150), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1150), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1150), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1150), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1150), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1150), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1150), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1150), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1150), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1150), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1150), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1150), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1150), - [aux_sym_host_key_alias_token1] = ACTIONS(1150), - [aux_sym_hostname_token1] = ACTIONS(1150), - [aux_sym_identities_only_token1] = ACTIONS(1150), - [aux_sym_identity_agent_token1] = ACTIONS(1150), - [aux_sym_identity_file_token1] = ACTIONS(1150), - [aux_sym_ignore_unknown_token1] = ACTIONS(1150), - [aux_sym_include_token1] = ACTIONS(1150), - [aux_sym_ip_qos_token1] = ACTIONS(1150), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1150), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1150), - [aux_sym_kex_algorithms_token1] = ACTIONS(1150), - [aux_sym_known_hosts_command_token1] = ACTIONS(1150), - [aux_sym_local_command_token1] = ACTIONS(1150), - [aux_sym_local_forward_token1] = ACTIONS(1150), - [aux_sym_log_level_token1] = ACTIONS(1150), - [aux_sym_log_verbose_token1] = ACTIONS(1150), - [aux_sym_macs_token1] = ACTIONS(1150), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1150), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1150), - [aux_sym_password_authentication_token1] = ACTIONS(1150), - [aux_sym_permit_local_command_token1] = ACTIONS(1150), - [aux_sym_permit_remote_open_token1] = ACTIONS(1150), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1150), - [aux_sym_port_token1] = ACTIONS(1150), - [aux_sym_preferred_authentications_token1] = ACTIONS(1150), - [aux_sym_protocol_token1] = ACTIONS(1150), - [aux_sym_proxy_command_token1] = ACTIONS(1150), - [aux_sym_proxy_jump_token1] = ACTIONS(1150), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1150), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1150), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1150), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1150), - [aux_sym_rekey_limit_token1] = ACTIONS(1150), - [aux_sym_remote_command_token1] = ACTIONS(1150), - [aux_sym_remote_forward_token1] = ACTIONS(1150), - [aux_sym_request_tty_token1] = ACTIONS(1150), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1150), - [aux_sym_security_key_provider_token1] = ACTIONS(1150), - [aux_sym_send_env_token1] = ACTIONS(1150), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1150), - [aux_sym_server_alive_interval_token1] = ACTIONS(1150), - [aux_sym_session_type_token1] = ACTIONS(1150), - [aux_sym_set_env_token1] = ACTIONS(1150), - [aux_sym_stdin_null_token1] = ACTIONS(1150), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1150), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1150), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1150), - [aux_sym_syslog_facility_token1] = ACTIONS(1150), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1150), - [aux_sym_keep_alive_token1] = ACTIONS(1150), - [aux_sym_tunnel_token1] = ACTIONS(1152), - [aux_sym_tunnel_device_token1] = ACTIONS(1150), - [aux_sym_update_host_keys_token1] = ACTIONS(1150), - [aux_sym_use_keychain_token1] = ACTIONS(1150), - [aux_sym_use_roaming_token1] = ACTIONS(1150), - [aux_sym_user_token1] = ACTIONS(1152), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1150), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1150), - [aux_sym_visual_host_key_token1] = ACTIONS(1150), - [aux_sym_xauth_location_token1] = ACTIONS(1150), + [ts_builtin_sym_end] = ACTIONS(3169), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3171), + [aux_sym_match_token1] = ACTIONS(3169), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3169), + [aux_sym_address_family_token1] = ACTIONS(3169), + [aux_sym_batch_mode_token1] = ACTIONS(3169), + [aux_sym_bind_address_token1] = ACTIONS(3169), + [aux_sym_bind_interface_token1] = ACTIONS(3169), + [aux_sym_canonical_domains_token1] = ACTIONS(3169), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3169), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3169), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3169), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3169), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3169), + [aux_sym_certificate_file_token1] = ACTIONS(3169), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3169), + [aux_sym_check_host_ip_token1] = ACTIONS(3169), + [aux_sym_ciphers_token1] = ACTIONS(3169), + [aux_sym_cipher_token1] = ACTIONS(3171), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3169), + [aux_sym_compression_token1] = ACTIONS(3169), + [aux_sym_connection_attempts_token1] = ACTIONS(3169), + [aux_sym_connect_timeout_token1] = ACTIONS(3169), + [aux_sym_control_master_token1] = ACTIONS(3169), + [aux_sym_control_path_token1] = ACTIONS(3169), + [aux_sym_control_persist_token1] = ACTIONS(3169), + [aux_sym_dynamic_forward_token1] = ACTIONS(3169), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3169), + [aux_sym_escape_char_token1] = ACTIONS(3169), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3169), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3169), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3169), + [aux_sym_forward_agent_token1] = ACTIONS(3169), + [aux_sym_forward_x11_token1] = ACTIONS(3171), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3169), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3169), + [aux_sym_gateway_ports_token1] = ACTIONS(3169), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3169), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3169), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3169), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3169), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3169), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3169), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3169), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3169), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3169), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3169), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3169), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3169), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3169), + [aux_sym_host_key_alias_token1] = ACTIONS(3169), + [aux_sym_hostname_token1] = ACTIONS(3169), + [aux_sym_identities_only_token1] = ACTIONS(3169), + [aux_sym_identity_agent_token1] = ACTIONS(3169), + [aux_sym_identity_file_token1] = ACTIONS(3169), + [aux_sym_ignore_unknown_token1] = ACTIONS(3169), + [aux_sym_include_token1] = ACTIONS(3169), + [aux_sym_ip_qos_token1] = ACTIONS(3169), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3169), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3169), + [aux_sym_kex_algorithms_token1] = ACTIONS(3169), + [aux_sym_known_hosts_command_token1] = ACTIONS(3169), + [aux_sym_local_command_token1] = ACTIONS(3169), + [aux_sym_local_forward_token1] = ACTIONS(3169), + [aux_sym_log_level_token1] = ACTIONS(3169), + [aux_sym_log_verbose_token1] = ACTIONS(3169), + [aux_sym_macs_token1] = ACTIONS(3169), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3169), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3169), + [aux_sym_password_authentication_token1] = ACTIONS(3169), + [aux_sym_permit_local_command_token1] = ACTIONS(3169), + [aux_sym_permit_remote_open_token1] = ACTIONS(3169), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3169), + [aux_sym_port_token1] = ACTIONS(3169), + [aux_sym_preferred_authentications_token1] = ACTIONS(3169), + [aux_sym_protocol_token1] = ACTIONS(3169), + [aux_sym_proxy_command_token1] = ACTIONS(3169), + [aux_sym_proxy_jump_token1] = ACTIONS(3169), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3169), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3169), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3169), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3169), + [aux_sym_rekey_limit_token1] = ACTIONS(3169), + [aux_sym_remote_command_token1] = ACTIONS(3169), + [aux_sym_remote_forward_token1] = ACTIONS(3169), + [aux_sym_request_tty_token1] = ACTIONS(3169), + [aux_sym_required_rsa_size_token1] = ACTIONS(3169), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3169), + [aux_sym_security_key_provider_token1] = ACTIONS(3169), + [aux_sym_send_env_token1] = ACTIONS(3169), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3169), + [aux_sym_server_alive_interval_token1] = ACTIONS(3169), + [aux_sym_session_type_token1] = ACTIONS(3169), + [aux_sym_set_env_token1] = ACTIONS(3169), + [aux_sym_stdin_null_token1] = ACTIONS(3169), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3169), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3169), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3169), + [aux_sym_syslog_facility_token1] = ACTIONS(3169), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3169), + [aux_sym_keep_alive_token1] = ACTIONS(3169), + [aux_sym_tunnel_token1] = ACTIONS(3171), + [aux_sym_tunnel_device_token1] = ACTIONS(3169), + [aux_sym_update_host_keys_token1] = ACTIONS(3169), + [aux_sym_use_keychain_token1] = ACTIONS(3169), + [aux_sym_use_roaming_token1] = ACTIONS(3169), + [aux_sym_user_token1] = ACTIONS(3171), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3169), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3169), + [aux_sym_visual_host_key_token1] = ACTIONS(3169), + [aux_sym_xauth_location_token1] = ACTIONS(3169), }, [498] = { - [ts_builtin_sym_end] = ACTIONS(1078), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1080), - [aux_sym_match_token1] = ACTIONS(1078), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1078), - [aux_sym_address_family_token1] = ACTIONS(1078), - [aux_sym_batch_mode_token1] = ACTIONS(1078), - [aux_sym_bind_address_token1] = ACTIONS(1078), - [aux_sym_bind_interface_token1] = ACTIONS(1078), - [aux_sym_canonical_domains_token1] = ACTIONS(1078), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1078), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1078), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1078), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1078), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1078), - [aux_sym_certificate_file_token1] = ACTIONS(1078), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1078), - [aux_sym_check_host_ip_token1] = ACTIONS(1078), - [aux_sym_ciphers_token1] = ACTIONS(1078), - [aux_sym_cipher_token1] = ACTIONS(1080), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1078), - [aux_sym_compression_token1] = ACTIONS(1078), - [aux_sym_connection_attempts_token1] = ACTIONS(1078), - [aux_sym_connect_timeout_token1] = ACTIONS(1078), - [aux_sym_control_master_token1] = ACTIONS(1078), - [aux_sym_control_path_token1] = ACTIONS(1078), - [aux_sym_control_persist_token1] = ACTIONS(1078), - [aux_sym_dynamic_forward_token1] = ACTIONS(1078), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1078), - [aux_sym_escape_char_token1] = ACTIONS(1078), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1078), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1078), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1078), - [aux_sym_forward_agent_token1] = ACTIONS(1078), - [aux_sym_forward_x11_token1] = ACTIONS(1080), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1078), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1078), - [aux_sym_gateway_ports_token1] = ACTIONS(1078), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1078), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1078), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1078), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1078), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1078), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1078), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1078), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1078), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1078), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1078), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1078), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1078), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1078), - [aux_sym_host_key_alias_token1] = ACTIONS(1078), - [aux_sym_hostname_token1] = ACTIONS(1078), - [aux_sym_identities_only_token1] = ACTIONS(1078), - [aux_sym_identity_agent_token1] = ACTIONS(1078), - [aux_sym_identity_file_token1] = ACTIONS(1078), - [aux_sym_ignore_unknown_token1] = ACTIONS(1078), - [aux_sym_include_token1] = ACTIONS(1078), - [aux_sym_ip_qos_token1] = ACTIONS(1078), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1078), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1078), - [aux_sym_kex_algorithms_token1] = ACTIONS(1078), - [aux_sym_known_hosts_command_token1] = ACTIONS(1078), - [aux_sym_local_command_token1] = ACTIONS(1078), - [aux_sym_local_forward_token1] = ACTIONS(1078), - [aux_sym_log_level_token1] = ACTIONS(1078), - [aux_sym_log_verbose_token1] = ACTIONS(1078), - [aux_sym_macs_token1] = ACTIONS(1078), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1078), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1078), - [aux_sym_password_authentication_token1] = ACTIONS(1078), - [aux_sym_permit_local_command_token1] = ACTIONS(1078), - [aux_sym_permit_remote_open_token1] = ACTIONS(1078), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1078), - [aux_sym_port_token1] = ACTIONS(1078), - [aux_sym_preferred_authentications_token1] = ACTIONS(1078), - [aux_sym_protocol_token1] = ACTIONS(1078), - [aux_sym_proxy_command_token1] = ACTIONS(1078), - [aux_sym_proxy_jump_token1] = ACTIONS(1078), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1078), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1078), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1078), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1078), - [aux_sym_rekey_limit_token1] = ACTIONS(1078), - [aux_sym_remote_command_token1] = ACTIONS(1078), - [aux_sym_remote_forward_token1] = ACTIONS(1078), - [aux_sym_request_tty_token1] = ACTIONS(1078), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1078), - [aux_sym_security_key_provider_token1] = ACTIONS(1078), - [aux_sym_send_env_token1] = ACTIONS(1078), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1078), - [aux_sym_server_alive_interval_token1] = ACTIONS(1078), - [aux_sym_session_type_token1] = ACTIONS(1078), - [aux_sym_set_env_token1] = ACTIONS(1078), - [aux_sym_stdin_null_token1] = ACTIONS(1078), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1078), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1078), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1078), - [aux_sym_syslog_facility_token1] = ACTIONS(1078), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1078), - [aux_sym_keep_alive_token1] = ACTIONS(1078), - [aux_sym_tunnel_token1] = ACTIONS(1080), - [aux_sym_tunnel_device_token1] = ACTIONS(1078), - [aux_sym_update_host_keys_token1] = ACTIONS(1078), - [aux_sym_use_keychain_token1] = ACTIONS(1078), - [aux_sym_use_roaming_token1] = ACTIONS(1078), - [aux_sym_user_token1] = ACTIONS(1080), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1078), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1078), - [aux_sym_visual_host_key_token1] = ACTIONS(1078), - [aux_sym_xauth_location_token1] = ACTIONS(1078), + [ts_builtin_sym_end] = ACTIONS(3173), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3175), + [aux_sym_match_token1] = ACTIONS(3173), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3173), + [aux_sym_address_family_token1] = ACTIONS(3173), + [aux_sym_batch_mode_token1] = ACTIONS(3173), + [aux_sym_bind_address_token1] = ACTIONS(3173), + [aux_sym_bind_interface_token1] = ACTIONS(3173), + [aux_sym_canonical_domains_token1] = ACTIONS(3173), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3173), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3173), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3173), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3173), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3173), + [aux_sym_certificate_file_token1] = ACTIONS(3173), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3173), + [aux_sym_check_host_ip_token1] = ACTIONS(3173), + [aux_sym_ciphers_token1] = ACTIONS(3173), + [aux_sym_cipher_token1] = ACTIONS(3175), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3173), + [aux_sym_compression_token1] = ACTIONS(3173), + [aux_sym_connection_attempts_token1] = ACTIONS(3173), + [aux_sym_connect_timeout_token1] = ACTIONS(3173), + [aux_sym_control_master_token1] = ACTIONS(3173), + [aux_sym_control_path_token1] = ACTIONS(3173), + [aux_sym_control_persist_token1] = ACTIONS(3173), + [aux_sym_dynamic_forward_token1] = ACTIONS(3173), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3173), + [aux_sym_escape_char_token1] = ACTIONS(3173), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3173), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3173), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3173), + [aux_sym_forward_agent_token1] = ACTIONS(3173), + [aux_sym_forward_x11_token1] = ACTIONS(3175), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3173), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3173), + [aux_sym_gateway_ports_token1] = ACTIONS(3173), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3173), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3173), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3173), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3173), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3173), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3173), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3173), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3173), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3173), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3173), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3173), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3173), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3173), + [aux_sym_host_key_alias_token1] = ACTIONS(3173), + [aux_sym_hostname_token1] = ACTIONS(3173), + [aux_sym_identities_only_token1] = ACTIONS(3173), + [aux_sym_identity_agent_token1] = ACTIONS(3173), + [aux_sym_identity_file_token1] = ACTIONS(3173), + [aux_sym_ignore_unknown_token1] = ACTIONS(3173), + [aux_sym_include_token1] = ACTIONS(3173), + [aux_sym_ip_qos_token1] = ACTIONS(3173), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3173), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3173), + [aux_sym_kex_algorithms_token1] = ACTIONS(3173), + [aux_sym_known_hosts_command_token1] = ACTIONS(3173), + [aux_sym_local_command_token1] = ACTIONS(3173), + [aux_sym_local_forward_token1] = ACTIONS(3173), + [aux_sym_log_level_token1] = ACTIONS(3173), + [aux_sym_log_verbose_token1] = ACTIONS(3173), + [aux_sym_macs_token1] = ACTIONS(3173), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3173), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3173), + [aux_sym_password_authentication_token1] = ACTIONS(3173), + [aux_sym_permit_local_command_token1] = ACTIONS(3173), + [aux_sym_permit_remote_open_token1] = ACTIONS(3173), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3173), + [aux_sym_port_token1] = ACTIONS(3173), + [aux_sym_preferred_authentications_token1] = ACTIONS(3173), + [aux_sym_protocol_token1] = ACTIONS(3173), + [aux_sym_proxy_command_token1] = ACTIONS(3173), + [aux_sym_proxy_jump_token1] = ACTIONS(3173), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3173), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3173), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3173), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3173), + [aux_sym_rekey_limit_token1] = ACTIONS(3173), + [aux_sym_remote_command_token1] = ACTIONS(3173), + [aux_sym_remote_forward_token1] = ACTIONS(3173), + [aux_sym_request_tty_token1] = ACTIONS(3173), + [aux_sym_required_rsa_size_token1] = ACTIONS(3173), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3173), + [aux_sym_security_key_provider_token1] = ACTIONS(3173), + [aux_sym_send_env_token1] = ACTIONS(3173), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3173), + [aux_sym_server_alive_interval_token1] = ACTIONS(3173), + [aux_sym_session_type_token1] = ACTIONS(3173), + [aux_sym_set_env_token1] = ACTIONS(3173), + [aux_sym_stdin_null_token1] = ACTIONS(3173), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3173), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3173), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3173), + [aux_sym_syslog_facility_token1] = ACTIONS(3173), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3173), + [aux_sym_keep_alive_token1] = ACTIONS(3173), + [aux_sym_tunnel_token1] = ACTIONS(3175), + [aux_sym_tunnel_device_token1] = ACTIONS(3173), + [aux_sym_update_host_keys_token1] = ACTIONS(3173), + [aux_sym_use_keychain_token1] = ACTIONS(3173), + [aux_sym_use_roaming_token1] = ACTIONS(3173), + [aux_sym_user_token1] = ACTIONS(3175), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3173), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3173), + [aux_sym_visual_host_key_token1] = ACTIONS(3173), + [aux_sym_xauth_location_token1] = ACTIONS(3173), }, [499] = { - [ts_builtin_sym_end] = ACTIONS(1156), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1158), - [aux_sym_match_token1] = ACTIONS(1156), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1156), - [aux_sym_address_family_token1] = ACTIONS(1156), - [aux_sym_batch_mode_token1] = ACTIONS(1156), - [aux_sym_bind_address_token1] = ACTIONS(1156), - [aux_sym_bind_interface_token1] = ACTIONS(1156), - [aux_sym_canonical_domains_token1] = ACTIONS(1156), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1156), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1156), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1156), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1156), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1156), - [aux_sym_certificate_file_token1] = ACTIONS(1156), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1156), - [aux_sym_check_host_ip_token1] = ACTIONS(1156), - [aux_sym_ciphers_token1] = ACTIONS(1156), - [aux_sym_cipher_token1] = ACTIONS(1158), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1156), - [aux_sym_compression_token1] = ACTIONS(1156), - [aux_sym_connection_attempts_token1] = ACTIONS(1156), - [aux_sym_connect_timeout_token1] = ACTIONS(1156), - [aux_sym_control_master_token1] = ACTIONS(1156), - [aux_sym_control_path_token1] = ACTIONS(1156), - [aux_sym_control_persist_token1] = ACTIONS(1156), - [aux_sym_dynamic_forward_token1] = ACTIONS(1156), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1156), - [aux_sym_escape_char_token1] = ACTIONS(1156), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1156), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1156), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1156), - [aux_sym_forward_agent_token1] = ACTIONS(1156), - [aux_sym_forward_x11_token1] = ACTIONS(1158), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1156), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1156), - [aux_sym_gateway_ports_token1] = ACTIONS(1156), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1156), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1156), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1156), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1156), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1156), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1156), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1156), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1156), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1156), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1156), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1156), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1156), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1156), - [aux_sym_host_key_alias_token1] = ACTIONS(1156), - [aux_sym_hostname_token1] = ACTIONS(1156), - [aux_sym_identities_only_token1] = ACTIONS(1156), - [aux_sym_identity_agent_token1] = ACTIONS(1156), - [aux_sym_identity_file_token1] = ACTIONS(1156), - [aux_sym_ignore_unknown_token1] = ACTIONS(1156), - [aux_sym_include_token1] = ACTIONS(1156), - [aux_sym_ip_qos_token1] = ACTIONS(1156), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1156), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1156), - [aux_sym_kex_algorithms_token1] = ACTIONS(1156), - [aux_sym_known_hosts_command_token1] = ACTIONS(1156), - [aux_sym_local_command_token1] = ACTIONS(1156), - [aux_sym_local_forward_token1] = ACTIONS(1156), - [aux_sym_log_level_token1] = ACTIONS(1156), - [aux_sym_log_verbose_token1] = ACTIONS(1156), - [aux_sym_macs_token1] = ACTIONS(1156), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1156), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1156), - [aux_sym_password_authentication_token1] = ACTIONS(1156), - [aux_sym_permit_local_command_token1] = ACTIONS(1156), - [aux_sym_permit_remote_open_token1] = ACTIONS(1156), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1156), - [aux_sym_port_token1] = ACTIONS(1156), - [aux_sym_preferred_authentications_token1] = ACTIONS(1156), - [aux_sym_protocol_token1] = ACTIONS(1156), - [aux_sym_proxy_command_token1] = ACTIONS(1156), - [aux_sym_proxy_jump_token1] = ACTIONS(1156), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1156), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1156), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1156), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1156), - [aux_sym_rekey_limit_token1] = ACTIONS(1156), - [aux_sym_remote_command_token1] = ACTIONS(1156), - [aux_sym_remote_forward_token1] = ACTIONS(1156), - [aux_sym_request_tty_token1] = ACTIONS(1156), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1156), - [aux_sym_security_key_provider_token1] = ACTIONS(1156), - [aux_sym_send_env_token1] = ACTIONS(1156), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1156), - [aux_sym_server_alive_interval_token1] = ACTIONS(1156), - [aux_sym_session_type_token1] = ACTIONS(1156), - [aux_sym_set_env_token1] = ACTIONS(1156), - [aux_sym_stdin_null_token1] = ACTIONS(1156), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1156), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1156), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1156), - [aux_sym_syslog_facility_token1] = ACTIONS(1156), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1156), - [aux_sym_keep_alive_token1] = ACTIONS(1156), - [aux_sym_tunnel_token1] = ACTIONS(1158), - [aux_sym_tunnel_device_token1] = ACTIONS(1156), - [aux_sym_update_host_keys_token1] = ACTIONS(1156), - [aux_sym_use_keychain_token1] = ACTIONS(1156), - [aux_sym_use_roaming_token1] = ACTIONS(1156), - [aux_sym_user_token1] = ACTIONS(1158), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1156), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1156), - [aux_sym_visual_host_key_token1] = ACTIONS(1156), - [aux_sym_xauth_location_token1] = ACTIONS(1156), + [ts_builtin_sym_end] = ACTIONS(3177), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3179), + [aux_sym_match_token1] = ACTIONS(3177), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3177), + [aux_sym_address_family_token1] = ACTIONS(3177), + [aux_sym_batch_mode_token1] = ACTIONS(3177), + [aux_sym_bind_address_token1] = ACTIONS(3177), + [aux_sym_bind_interface_token1] = ACTIONS(3177), + [aux_sym_canonical_domains_token1] = ACTIONS(3177), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3177), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3177), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3177), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3177), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3177), + [aux_sym_certificate_file_token1] = ACTIONS(3177), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3177), + [aux_sym_check_host_ip_token1] = ACTIONS(3177), + [aux_sym_ciphers_token1] = ACTIONS(3177), + [aux_sym_cipher_token1] = ACTIONS(3179), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3177), + [aux_sym_compression_token1] = ACTIONS(3177), + [aux_sym_connection_attempts_token1] = ACTIONS(3177), + [aux_sym_connect_timeout_token1] = ACTIONS(3177), + [aux_sym_control_master_token1] = ACTIONS(3177), + [aux_sym_control_path_token1] = ACTIONS(3177), + [aux_sym_control_persist_token1] = ACTIONS(3177), + [aux_sym_dynamic_forward_token1] = ACTIONS(3177), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3177), + [aux_sym_escape_char_token1] = ACTIONS(3177), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3177), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3177), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3177), + [aux_sym_forward_agent_token1] = ACTIONS(3177), + [aux_sym_forward_x11_token1] = ACTIONS(3179), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3177), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3177), + [aux_sym_gateway_ports_token1] = ACTIONS(3177), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3177), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3177), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3177), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3177), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3177), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3177), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3177), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3177), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3177), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3177), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3177), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3177), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3177), + [aux_sym_host_key_alias_token1] = ACTIONS(3177), + [aux_sym_hostname_token1] = ACTIONS(3177), + [aux_sym_identities_only_token1] = ACTIONS(3177), + [aux_sym_identity_agent_token1] = ACTIONS(3177), + [aux_sym_identity_file_token1] = ACTIONS(3177), + [aux_sym_ignore_unknown_token1] = ACTIONS(3177), + [aux_sym_include_token1] = ACTIONS(3177), + [aux_sym_ip_qos_token1] = ACTIONS(3177), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3177), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3177), + [aux_sym_kex_algorithms_token1] = ACTIONS(3177), + [aux_sym_known_hosts_command_token1] = ACTIONS(3177), + [aux_sym_local_command_token1] = ACTIONS(3177), + [aux_sym_local_forward_token1] = ACTIONS(3177), + [aux_sym_log_level_token1] = ACTIONS(3177), + [aux_sym_log_verbose_token1] = ACTIONS(3177), + [aux_sym_macs_token1] = ACTIONS(3177), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3177), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3177), + [aux_sym_password_authentication_token1] = ACTIONS(3177), + [aux_sym_permit_local_command_token1] = ACTIONS(3177), + [aux_sym_permit_remote_open_token1] = ACTIONS(3177), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3177), + [aux_sym_port_token1] = ACTIONS(3177), + [aux_sym_preferred_authentications_token1] = ACTIONS(3177), + [aux_sym_protocol_token1] = ACTIONS(3177), + [aux_sym_proxy_command_token1] = ACTIONS(3177), + [aux_sym_proxy_jump_token1] = ACTIONS(3177), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3177), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3177), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3177), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3177), + [aux_sym_rekey_limit_token1] = ACTIONS(3177), + [aux_sym_remote_command_token1] = ACTIONS(3177), + [aux_sym_remote_forward_token1] = ACTIONS(3177), + [aux_sym_request_tty_token1] = ACTIONS(3177), + [aux_sym_required_rsa_size_token1] = ACTIONS(3177), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3177), + [aux_sym_security_key_provider_token1] = ACTIONS(3177), + [aux_sym_send_env_token1] = ACTIONS(3177), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3177), + [aux_sym_server_alive_interval_token1] = ACTIONS(3177), + [aux_sym_session_type_token1] = ACTIONS(3177), + [aux_sym_set_env_token1] = ACTIONS(3177), + [aux_sym_stdin_null_token1] = ACTIONS(3177), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3177), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3177), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3177), + [aux_sym_syslog_facility_token1] = ACTIONS(3177), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3177), + [aux_sym_keep_alive_token1] = ACTIONS(3177), + [aux_sym_tunnel_token1] = ACTIONS(3179), + [aux_sym_tunnel_device_token1] = ACTIONS(3177), + [aux_sym_update_host_keys_token1] = ACTIONS(3177), + [aux_sym_use_keychain_token1] = ACTIONS(3177), + [aux_sym_use_roaming_token1] = ACTIONS(3177), + [aux_sym_user_token1] = ACTIONS(3179), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3177), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3177), + [aux_sym_visual_host_key_token1] = ACTIONS(3177), + [aux_sym_xauth_location_token1] = ACTIONS(3177), }, [500] = { - [ts_builtin_sym_end] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1542), - [aux_sym_match_token1] = ACTIONS(1540), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1540), - [aux_sym_address_family_token1] = ACTIONS(1540), - [aux_sym_batch_mode_token1] = ACTIONS(1540), - [aux_sym_bind_address_token1] = ACTIONS(1540), - [aux_sym_bind_interface_token1] = ACTIONS(1540), - [aux_sym_canonical_domains_token1] = ACTIONS(1540), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1540), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1540), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1540), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1540), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1540), - [aux_sym_certificate_file_token1] = ACTIONS(1540), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1540), - [aux_sym_check_host_ip_token1] = ACTIONS(1540), - [aux_sym_ciphers_token1] = ACTIONS(1540), - [aux_sym_cipher_token1] = ACTIONS(1542), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1540), - [aux_sym_compression_token1] = ACTIONS(1540), - [aux_sym_connection_attempts_token1] = ACTIONS(1540), - [aux_sym_connect_timeout_token1] = ACTIONS(1540), - [aux_sym_control_master_token1] = ACTIONS(1540), - [aux_sym_control_path_token1] = ACTIONS(1540), - [aux_sym_control_persist_token1] = ACTIONS(1540), - [aux_sym_dynamic_forward_token1] = ACTIONS(1540), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1540), - [aux_sym_escape_char_token1] = ACTIONS(1540), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1540), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1540), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1540), - [aux_sym_forward_agent_token1] = ACTIONS(1540), - [aux_sym_forward_x11_token1] = ACTIONS(1542), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1540), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1540), - [aux_sym_gateway_ports_token1] = ACTIONS(1540), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1540), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1540), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1540), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1540), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1540), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1540), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1540), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1540), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1540), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1540), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1540), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1540), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1540), - [aux_sym_host_key_alias_token1] = ACTIONS(1540), - [aux_sym_hostname_token1] = ACTIONS(1540), - [aux_sym_identities_only_token1] = ACTIONS(1540), - [aux_sym_identity_agent_token1] = ACTIONS(1540), - [aux_sym_identity_file_token1] = ACTIONS(1540), - [aux_sym_ignore_unknown_token1] = ACTIONS(1540), - [aux_sym_include_token1] = ACTIONS(1540), - [aux_sym_ip_qos_token1] = ACTIONS(1540), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1540), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1540), - [aux_sym_kex_algorithms_token1] = ACTIONS(1540), - [aux_sym_known_hosts_command_token1] = ACTIONS(1540), - [aux_sym_local_command_token1] = ACTIONS(1540), - [aux_sym_local_forward_token1] = ACTIONS(1540), - [aux_sym_log_level_token1] = ACTIONS(1540), - [aux_sym_log_verbose_token1] = ACTIONS(1540), - [aux_sym_macs_token1] = ACTIONS(1540), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1540), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1540), - [aux_sym_password_authentication_token1] = ACTIONS(1540), - [aux_sym_permit_local_command_token1] = ACTIONS(1540), - [aux_sym_permit_remote_open_token1] = ACTIONS(1540), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1540), - [aux_sym_port_token1] = ACTIONS(1540), - [aux_sym_preferred_authentications_token1] = ACTIONS(1540), - [aux_sym_protocol_token1] = ACTIONS(1540), - [aux_sym_proxy_command_token1] = ACTIONS(1540), - [aux_sym_proxy_jump_token1] = ACTIONS(1540), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1540), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1540), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1540), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1540), - [aux_sym_rekey_limit_token1] = ACTIONS(1540), - [aux_sym_remote_command_token1] = ACTIONS(1540), - [aux_sym_remote_forward_token1] = ACTIONS(1540), - [aux_sym_request_tty_token1] = ACTIONS(1540), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1540), - [aux_sym_security_key_provider_token1] = ACTIONS(1540), - [aux_sym_send_env_token1] = ACTIONS(1540), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1540), - [aux_sym_server_alive_interval_token1] = ACTIONS(1540), - [aux_sym_session_type_token1] = ACTIONS(1540), - [aux_sym_set_env_token1] = ACTIONS(1540), - [aux_sym_stdin_null_token1] = ACTIONS(1540), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1540), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1540), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1540), - [aux_sym_syslog_facility_token1] = ACTIONS(1540), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1540), - [aux_sym_keep_alive_token1] = ACTIONS(1540), - [aux_sym_tunnel_token1] = ACTIONS(1542), - [aux_sym_tunnel_device_token1] = ACTIONS(1540), - [aux_sym_update_host_keys_token1] = ACTIONS(1540), - [aux_sym_use_keychain_token1] = ACTIONS(1540), - [aux_sym_use_roaming_token1] = ACTIONS(1540), - [aux_sym_user_token1] = ACTIONS(1542), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1540), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1540), - [aux_sym_visual_host_key_token1] = ACTIONS(1540), - [aux_sym_xauth_location_token1] = ACTIONS(1540), + [ts_builtin_sym_end] = ACTIONS(3181), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3183), + [aux_sym_match_token1] = ACTIONS(3181), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3181), + [aux_sym_address_family_token1] = ACTIONS(3181), + [aux_sym_batch_mode_token1] = ACTIONS(3181), + [aux_sym_bind_address_token1] = ACTIONS(3181), + [aux_sym_bind_interface_token1] = ACTIONS(3181), + [aux_sym_canonical_domains_token1] = ACTIONS(3181), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3181), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3181), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3181), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3181), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3181), + [aux_sym_certificate_file_token1] = ACTIONS(3181), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3181), + [aux_sym_check_host_ip_token1] = ACTIONS(3181), + [aux_sym_ciphers_token1] = ACTIONS(3181), + [aux_sym_cipher_token1] = ACTIONS(3183), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3181), + [aux_sym_compression_token1] = ACTIONS(3181), + [aux_sym_connection_attempts_token1] = ACTIONS(3181), + [aux_sym_connect_timeout_token1] = ACTIONS(3181), + [aux_sym_control_master_token1] = ACTIONS(3181), + [aux_sym_control_path_token1] = ACTIONS(3181), + [aux_sym_control_persist_token1] = ACTIONS(3181), + [aux_sym_dynamic_forward_token1] = ACTIONS(3181), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3181), + [aux_sym_escape_char_token1] = ACTIONS(3181), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3181), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3181), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3181), + [aux_sym_forward_agent_token1] = ACTIONS(3181), + [aux_sym_forward_x11_token1] = ACTIONS(3183), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3181), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3181), + [aux_sym_gateway_ports_token1] = ACTIONS(3181), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3181), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3181), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3181), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3181), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3181), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3181), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3181), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3181), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3181), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3181), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3181), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3181), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3181), + [aux_sym_host_key_alias_token1] = ACTIONS(3181), + [aux_sym_hostname_token1] = ACTIONS(3181), + [aux_sym_identities_only_token1] = ACTIONS(3181), + [aux_sym_identity_agent_token1] = ACTIONS(3181), + [aux_sym_identity_file_token1] = ACTIONS(3181), + [aux_sym_ignore_unknown_token1] = ACTIONS(3181), + [aux_sym_include_token1] = ACTIONS(3181), + [aux_sym_ip_qos_token1] = ACTIONS(3181), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3181), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3181), + [aux_sym_kex_algorithms_token1] = ACTIONS(3181), + [aux_sym_known_hosts_command_token1] = ACTIONS(3181), + [aux_sym_local_command_token1] = ACTIONS(3181), + [aux_sym_local_forward_token1] = ACTIONS(3181), + [aux_sym_log_level_token1] = ACTIONS(3181), + [aux_sym_log_verbose_token1] = ACTIONS(3181), + [aux_sym_macs_token1] = ACTIONS(3181), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3181), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3181), + [aux_sym_password_authentication_token1] = ACTIONS(3181), + [aux_sym_permit_local_command_token1] = ACTIONS(3181), + [aux_sym_permit_remote_open_token1] = ACTIONS(3181), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3181), + [aux_sym_port_token1] = ACTIONS(3181), + [aux_sym_preferred_authentications_token1] = ACTIONS(3181), + [aux_sym_protocol_token1] = ACTIONS(3181), + [aux_sym_proxy_command_token1] = ACTIONS(3181), + [aux_sym_proxy_jump_token1] = ACTIONS(3181), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3181), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3181), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3181), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3181), + [aux_sym_rekey_limit_token1] = ACTIONS(3181), + [aux_sym_remote_command_token1] = ACTIONS(3181), + [aux_sym_remote_forward_token1] = ACTIONS(3181), + [aux_sym_request_tty_token1] = ACTIONS(3181), + [aux_sym_required_rsa_size_token1] = ACTIONS(3181), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3181), + [aux_sym_security_key_provider_token1] = ACTIONS(3181), + [aux_sym_send_env_token1] = ACTIONS(3181), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3181), + [aux_sym_server_alive_interval_token1] = ACTIONS(3181), + [aux_sym_session_type_token1] = ACTIONS(3181), + [aux_sym_set_env_token1] = ACTIONS(3181), + [aux_sym_stdin_null_token1] = ACTIONS(3181), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3181), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3181), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3181), + [aux_sym_syslog_facility_token1] = ACTIONS(3181), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3181), + [aux_sym_keep_alive_token1] = ACTIONS(3181), + [aux_sym_tunnel_token1] = ACTIONS(3183), + [aux_sym_tunnel_device_token1] = ACTIONS(3181), + [aux_sym_update_host_keys_token1] = ACTIONS(3181), + [aux_sym_use_keychain_token1] = ACTIONS(3181), + [aux_sym_use_roaming_token1] = ACTIONS(3181), + [aux_sym_user_token1] = ACTIONS(3183), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3181), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3181), + [aux_sym_visual_host_key_token1] = ACTIONS(3181), + [aux_sym_xauth_location_token1] = ACTIONS(3181), }, [501] = { - [ts_builtin_sym_end] = ACTIONS(1042), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1044), - [aux_sym_match_token1] = ACTIONS(1042), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1042), - [aux_sym_address_family_token1] = ACTIONS(1042), - [aux_sym_batch_mode_token1] = ACTIONS(1042), - [aux_sym_bind_address_token1] = ACTIONS(1042), - [aux_sym_bind_interface_token1] = ACTIONS(1042), - [aux_sym_canonical_domains_token1] = ACTIONS(1042), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1042), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1042), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1042), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1042), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1042), - [aux_sym_certificate_file_token1] = ACTIONS(1042), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1042), - [aux_sym_check_host_ip_token1] = ACTIONS(1042), - [aux_sym_ciphers_token1] = ACTIONS(1042), - [aux_sym_cipher_token1] = ACTIONS(1044), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1042), - [aux_sym_compression_token1] = ACTIONS(1042), - [aux_sym_connection_attempts_token1] = ACTIONS(1042), - [aux_sym_connect_timeout_token1] = ACTIONS(1042), - [aux_sym_control_master_token1] = ACTIONS(1042), - [aux_sym_control_path_token1] = ACTIONS(1042), - [aux_sym_control_persist_token1] = ACTIONS(1042), - [aux_sym_dynamic_forward_token1] = ACTIONS(1042), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1042), - [aux_sym_escape_char_token1] = ACTIONS(1042), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1042), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1042), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1042), - [aux_sym_forward_agent_token1] = ACTIONS(1042), - [aux_sym_forward_x11_token1] = ACTIONS(1044), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1042), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1042), - [aux_sym_gateway_ports_token1] = ACTIONS(1042), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1042), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1042), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1042), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1042), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1042), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1042), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1042), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1042), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1042), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1042), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1042), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1042), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1042), - [aux_sym_host_key_alias_token1] = ACTIONS(1042), - [aux_sym_hostname_token1] = ACTIONS(1042), - [aux_sym_identities_only_token1] = ACTIONS(1042), - [aux_sym_identity_agent_token1] = ACTIONS(1042), - [aux_sym_identity_file_token1] = ACTIONS(1042), - [aux_sym_ignore_unknown_token1] = ACTIONS(1042), - [aux_sym_include_token1] = ACTIONS(1042), - [aux_sym_ip_qos_token1] = ACTIONS(1042), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1042), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1042), - [aux_sym_kex_algorithms_token1] = ACTIONS(1042), - [aux_sym_known_hosts_command_token1] = ACTIONS(1042), - [aux_sym_local_command_token1] = ACTIONS(1042), - [aux_sym_local_forward_token1] = ACTIONS(1042), - [aux_sym_log_level_token1] = ACTIONS(1042), - [aux_sym_log_verbose_token1] = ACTIONS(1042), - [aux_sym_macs_token1] = ACTIONS(1042), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1042), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1042), - [aux_sym_password_authentication_token1] = ACTIONS(1042), - [aux_sym_permit_local_command_token1] = ACTIONS(1042), - [aux_sym_permit_remote_open_token1] = ACTIONS(1042), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1042), - [aux_sym_port_token1] = ACTIONS(1042), - [aux_sym_preferred_authentications_token1] = ACTIONS(1042), - [aux_sym_protocol_token1] = ACTIONS(1042), - [aux_sym_proxy_command_token1] = ACTIONS(1042), - [aux_sym_proxy_jump_token1] = ACTIONS(1042), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1042), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1042), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1042), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1042), - [aux_sym_rekey_limit_token1] = ACTIONS(1042), - [aux_sym_remote_command_token1] = ACTIONS(1042), - [aux_sym_remote_forward_token1] = ACTIONS(1042), - [aux_sym_request_tty_token1] = ACTIONS(1042), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1042), - [aux_sym_security_key_provider_token1] = ACTIONS(1042), - [aux_sym_send_env_token1] = ACTIONS(1042), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1042), - [aux_sym_server_alive_interval_token1] = ACTIONS(1042), - [aux_sym_session_type_token1] = ACTIONS(1042), - [aux_sym_set_env_token1] = ACTIONS(1042), - [aux_sym_stdin_null_token1] = ACTIONS(1042), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1042), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1042), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1042), - [aux_sym_syslog_facility_token1] = ACTIONS(1042), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1042), - [aux_sym_keep_alive_token1] = ACTIONS(1042), - [aux_sym_tunnel_token1] = ACTIONS(1044), - [aux_sym_tunnel_device_token1] = ACTIONS(1042), - [aux_sym_update_host_keys_token1] = ACTIONS(1042), - [aux_sym_use_keychain_token1] = ACTIONS(1042), - [aux_sym_use_roaming_token1] = ACTIONS(1042), - [aux_sym_user_token1] = ACTIONS(1044), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1042), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1042), - [aux_sym_visual_host_key_token1] = ACTIONS(1042), - [aux_sym_xauth_location_token1] = ACTIONS(1042), + [ts_builtin_sym_end] = ACTIONS(3185), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3187), + [aux_sym_match_token1] = ACTIONS(3185), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3185), + [aux_sym_address_family_token1] = ACTIONS(3185), + [aux_sym_batch_mode_token1] = ACTIONS(3185), + [aux_sym_bind_address_token1] = ACTIONS(3185), + [aux_sym_bind_interface_token1] = ACTIONS(3185), + [aux_sym_canonical_domains_token1] = ACTIONS(3185), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3185), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3185), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3185), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3185), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3185), + [aux_sym_certificate_file_token1] = ACTIONS(3185), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3185), + [aux_sym_check_host_ip_token1] = ACTIONS(3185), + [aux_sym_ciphers_token1] = ACTIONS(3185), + [aux_sym_cipher_token1] = ACTIONS(3187), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3185), + [aux_sym_compression_token1] = ACTIONS(3185), + [aux_sym_connection_attempts_token1] = ACTIONS(3185), + [aux_sym_connect_timeout_token1] = ACTIONS(3185), + [aux_sym_control_master_token1] = ACTIONS(3185), + [aux_sym_control_path_token1] = ACTIONS(3185), + [aux_sym_control_persist_token1] = ACTIONS(3185), + [aux_sym_dynamic_forward_token1] = ACTIONS(3185), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3185), + [aux_sym_escape_char_token1] = ACTIONS(3185), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3185), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3185), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3185), + [aux_sym_forward_agent_token1] = ACTIONS(3185), + [aux_sym_forward_x11_token1] = ACTIONS(3187), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3185), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3185), + [aux_sym_gateway_ports_token1] = ACTIONS(3185), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3185), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3185), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3185), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3185), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3185), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3185), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3185), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3185), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3185), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3185), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3185), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3185), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3185), + [aux_sym_host_key_alias_token1] = ACTIONS(3185), + [aux_sym_hostname_token1] = ACTIONS(3185), + [aux_sym_identities_only_token1] = ACTIONS(3185), + [aux_sym_identity_agent_token1] = ACTIONS(3185), + [aux_sym_identity_file_token1] = ACTIONS(3185), + [aux_sym_ignore_unknown_token1] = ACTIONS(3185), + [aux_sym_include_token1] = ACTIONS(3185), + [aux_sym_ip_qos_token1] = ACTIONS(3185), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3185), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3185), + [aux_sym_kex_algorithms_token1] = ACTIONS(3185), + [aux_sym_known_hosts_command_token1] = ACTIONS(3185), + [aux_sym_local_command_token1] = ACTIONS(3185), + [aux_sym_local_forward_token1] = ACTIONS(3185), + [aux_sym_log_level_token1] = ACTIONS(3185), + [aux_sym_log_verbose_token1] = ACTIONS(3185), + [aux_sym_macs_token1] = ACTIONS(3185), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3185), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3185), + [aux_sym_password_authentication_token1] = ACTIONS(3185), + [aux_sym_permit_local_command_token1] = ACTIONS(3185), + [aux_sym_permit_remote_open_token1] = ACTIONS(3185), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3185), + [aux_sym_port_token1] = ACTIONS(3185), + [aux_sym_preferred_authentications_token1] = ACTIONS(3185), + [aux_sym_protocol_token1] = ACTIONS(3185), + [aux_sym_proxy_command_token1] = ACTIONS(3185), + [aux_sym_proxy_jump_token1] = ACTIONS(3185), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3185), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3185), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3185), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3185), + [aux_sym_rekey_limit_token1] = ACTIONS(3185), + [aux_sym_remote_command_token1] = ACTIONS(3185), + [aux_sym_remote_forward_token1] = ACTIONS(3185), + [aux_sym_request_tty_token1] = ACTIONS(3185), + [aux_sym_required_rsa_size_token1] = ACTIONS(3185), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3185), + [aux_sym_security_key_provider_token1] = ACTIONS(3185), + [aux_sym_send_env_token1] = ACTIONS(3185), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3185), + [aux_sym_server_alive_interval_token1] = ACTIONS(3185), + [aux_sym_session_type_token1] = ACTIONS(3185), + [aux_sym_set_env_token1] = ACTIONS(3185), + [aux_sym_stdin_null_token1] = ACTIONS(3185), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3185), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3185), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3185), + [aux_sym_syslog_facility_token1] = ACTIONS(3185), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3185), + [aux_sym_keep_alive_token1] = ACTIONS(3185), + [aux_sym_tunnel_token1] = ACTIONS(3187), + [aux_sym_tunnel_device_token1] = ACTIONS(3185), + [aux_sym_update_host_keys_token1] = ACTIONS(3185), + [aux_sym_use_keychain_token1] = ACTIONS(3185), + [aux_sym_use_roaming_token1] = ACTIONS(3185), + [aux_sym_user_token1] = ACTIONS(3187), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3185), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3185), + [aux_sym_visual_host_key_token1] = ACTIONS(3185), + [aux_sym_xauth_location_token1] = ACTIONS(3185), }, [502] = { - [ts_builtin_sym_end] = ACTIONS(1162), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1164), - [aux_sym_match_token1] = ACTIONS(1162), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1162), - [aux_sym_address_family_token1] = ACTIONS(1162), - [aux_sym_batch_mode_token1] = ACTIONS(1162), - [aux_sym_bind_address_token1] = ACTIONS(1162), - [aux_sym_bind_interface_token1] = ACTIONS(1162), - [aux_sym_canonical_domains_token1] = ACTIONS(1162), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1162), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1162), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1162), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1162), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1162), - [aux_sym_certificate_file_token1] = ACTIONS(1162), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1162), - [aux_sym_check_host_ip_token1] = ACTIONS(1162), - [aux_sym_ciphers_token1] = ACTIONS(1162), - [aux_sym_cipher_token1] = ACTIONS(1164), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1162), - [aux_sym_compression_token1] = ACTIONS(1162), - [aux_sym_connection_attempts_token1] = ACTIONS(1162), - [aux_sym_connect_timeout_token1] = ACTIONS(1162), - [aux_sym_control_master_token1] = ACTIONS(1162), - [aux_sym_control_path_token1] = ACTIONS(1162), - [aux_sym_control_persist_token1] = ACTIONS(1162), - [aux_sym_dynamic_forward_token1] = ACTIONS(1162), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1162), - [aux_sym_escape_char_token1] = ACTIONS(1162), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1162), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1162), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1162), - [aux_sym_forward_agent_token1] = ACTIONS(1162), - [aux_sym_forward_x11_token1] = ACTIONS(1164), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1162), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1162), - [aux_sym_gateway_ports_token1] = ACTIONS(1162), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1162), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1162), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1162), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1162), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1162), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1162), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1162), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1162), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1162), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1162), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1162), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1162), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1162), - [aux_sym_host_key_alias_token1] = ACTIONS(1162), - [aux_sym_hostname_token1] = ACTIONS(1162), - [aux_sym_identities_only_token1] = ACTIONS(1162), - [aux_sym_identity_agent_token1] = ACTIONS(1162), - [aux_sym_identity_file_token1] = ACTIONS(1162), - [aux_sym_ignore_unknown_token1] = ACTIONS(1162), - [aux_sym_include_token1] = ACTIONS(1162), - [aux_sym_ip_qos_token1] = ACTIONS(1162), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1162), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1162), - [aux_sym_kex_algorithms_token1] = ACTIONS(1162), - [aux_sym_known_hosts_command_token1] = ACTIONS(1162), - [aux_sym_local_command_token1] = ACTIONS(1162), - [aux_sym_local_forward_token1] = ACTIONS(1162), - [aux_sym_log_level_token1] = ACTIONS(1162), - [aux_sym_log_verbose_token1] = ACTIONS(1162), - [aux_sym_macs_token1] = ACTIONS(1162), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1162), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1162), - [aux_sym_password_authentication_token1] = ACTIONS(1162), - [aux_sym_permit_local_command_token1] = ACTIONS(1162), - [aux_sym_permit_remote_open_token1] = ACTIONS(1162), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1162), - [aux_sym_port_token1] = ACTIONS(1162), - [aux_sym_preferred_authentications_token1] = ACTIONS(1162), - [aux_sym_protocol_token1] = ACTIONS(1162), - [aux_sym_proxy_command_token1] = ACTIONS(1162), - [aux_sym_proxy_jump_token1] = ACTIONS(1162), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1162), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1162), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1162), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1162), - [aux_sym_rekey_limit_token1] = ACTIONS(1162), - [aux_sym_remote_command_token1] = ACTIONS(1162), - [aux_sym_remote_forward_token1] = ACTIONS(1162), - [aux_sym_request_tty_token1] = ACTIONS(1162), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1162), - [aux_sym_security_key_provider_token1] = ACTIONS(1162), - [aux_sym_send_env_token1] = ACTIONS(1162), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1162), - [aux_sym_server_alive_interval_token1] = ACTIONS(1162), - [aux_sym_session_type_token1] = ACTIONS(1162), - [aux_sym_set_env_token1] = ACTIONS(1162), - [aux_sym_stdin_null_token1] = ACTIONS(1162), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1162), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1162), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1162), - [aux_sym_syslog_facility_token1] = ACTIONS(1162), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1162), - [aux_sym_keep_alive_token1] = ACTIONS(1162), - [aux_sym_tunnel_token1] = ACTIONS(1164), - [aux_sym_tunnel_device_token1] = ACTIONS(1162), - [aux_sym_update_host_keys_token1] = ACTIONS(1162), - [aux_sym_use_keychain_token1] = ACTIONS(1162), - [aux_sym_use_roaming_token1] = ACTIONS(1162), - [aux_sym_user_token1] = ACTIONS(1164), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1162), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1162), - [aux_sym_visual_host_key_token1] = ACTIONS(1162), - [aux_sym_xauth_location_token1] = ACTIONS(1162), + [ts_builtin_sym_end] = ACTIONS(3189), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3191), + [aux_sym_match_token1] = ACTIONS(3189), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3189), + [aux_sym_address_family_token1] = ACTIONS(3189), + [aux_sym_batch_mode_token1] = ACTIONS(3189), + [aux_sym_bind_address_token1] = ACTIONS(3189), + [aux_sym_bind_interface_token1] = ACTIONS(3189), + [aux_sym_canonical_domains_token1] = ACTIONS(3189), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3189), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3189), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3189), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3189), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3189), + [aux_sym_certificate_file_token1] = ACTIONS(3189), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3189), + [aux_sym_check_host_ip_token1] = ACTIONS(3189), + [aux_sym_ciphers_token1] = ACTIONS(3189), + [aux_sym_cipher_token1] = ACTIONS(3191), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3189), + [aux_sym_compression_token1] = ACTIONS(3189), + [aux_sym_connection_attempts_token1] = ACTIONS(3189), + [aux_sym_connect_timeout_token1] = ACTIONS(3189), + [aux_sym_control_master_token1] = ACTIONS(3189), + [aux_sym_control_path_token1] = ACTIONS(3189), + [aux_sym_control_persist_token1] = ACTIONS(3189), + [aux_sym_dynamic_forward_token1] = ACTIONS(3189), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3189), + [aux_sym_escape_char_token1] = ACTIONS(3189), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3189), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3189), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3189), + [aux_sym_forward_agent_token1] = ACTIONS(3189), + [aux_sym_forward_x11_token1] = ACTIONS(3191), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3189), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3189), + [aux_sym_gateway_ports_token1] = ACTIONS(3189), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3189), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3189), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3189), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3189), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3189), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3189), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3189), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3189), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3189), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3189), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3189), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3189), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3189), + [aux_sym_host_key_alias_token1] = ACTIONS(3189), + [aux_sym_hostname_token1] = ACTIONS(3189), + [aux_sym_identities_only_token1] = ACTIONS(3189), + [aux_sym_identity_agent_token1] = ACTIONS(3189), + [aux_sym_identity_file_token1] = ACTIONS(3189), + [aux_sym_ignore_unknown_token1] = ACTIONS(3189), + [aux_sym_include_token1] = ACTIONS(3189), + [aux_sym_ip_qos_token1] = ACTIONS(3189), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3189), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3189), + [aux_sym_kex_algorithms_token1] = ACTIONS(3189), + [aux_sym_known_hosts_command_token1] = ACTIONS(3189), + [aux_sym_local_command_token1] = ACTIONS(3189), + [aux_sym_local_forward_token1] = ACTIONS(3189), + [aux_sym_log_level_token1] = ACTIONS(3189), + [aux_sym_log_verbose_token1] = ACTIONS(3189), + [aux_sym_macs_token1] = ACTIONS(3189), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3189), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3189), + [aux_sym_password_authentication_token1] = ACTIONS(3189), + [aux_sym_permit_local_command_token1] = ACTIONS(3189), + [aux_sym_permit_remote_open_token1] = ACTIONS(3189), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3189), + [aux_sym_port_token1] = ACTIONS(3189), + [aux_sym_preferred_authentications_token1] = ACTIONS(3189), + [aux_sym_protocol_token1] = ACTIONS(3189), + [aux_sym_proxy_command_token1] = ACTIONS(3189), + [aux_sym_proxy_jump_token1] = ACTIONS(3189), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3189), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3189), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3189), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3189), + [aux_sym_rekey_limit_token1] = ACTIONS(3189), + [aux_sym_remote_command_token1] = ACTIONS(3189), + [aux_sym_remote_forward_token1] = ACTIONS(3189), + [aux_sym_request_tty_token1] = ACTIONS(3189), + [aux_sym_required_rsa_size_token1] = ACTIONS(3189), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3189), + [aux_sym_security_key_provider_token1] = ACTIONS(3189), + [aux_sym_send_env_token1] = ACTIONS(3189), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3189), + [aux_sym_server_alive_interval_token1] = ACTIONS(3189), + [aux_sym_session_type_token1] = ACTIONS(3189), + [aux_sym_set_env_token1] = ACTIONS(3189), + [aux_sym_stdin_null_token1] = ACTIONS(3189), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3189), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3189), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3189), + [aux_sym_syslog_facility_token1] = ACTIONS(3189), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3189), + [aux_sym_keep_alive_token1] = ACTIONS(3189), + [aux_sym_tunnel_token1] = ACTIONS(3191), + [aux_sym_tunnel_device_token1] = ACTIONS(3189), + [aux_sym_update_host_keys_token1] = ACTIONS(3189), + [aux_sym_use_keychain_token1] = ACTIONS(3189), + [aux_sym_use_roaming_token1] = ACTIONS(3189), + [aux_sym_user_token1] = ACTIONS(3191), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3189), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3189), + [aux_sym_visual_host_key_token1] = ACTIONS(3189), + [aux_sym_xauth_location_token1] = ACTIONS(3189), }, [503] = { - [ts_builtin_sym_end] = ACTIONS(1084), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1086), - [aux_sym_match_token1] = ACTIONS(1084), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1084), - [aux_sym_address_family_token1] = ACTIONS(1084), - [aux_sym_batch_mode_token1] = ACTIONS(1084), - [aux_sym_bind_address_token1] = ACTIONS(1084), - [aux_sym_bind_interface_token1] = ACTIONS(1084), - [aux_sym_canonical_domains_token1] = ACTIONS(1084), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1084), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1084), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1084), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1084), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1084), - [aux_sym_certificate_file_token1] = ACTIONS(1084), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1084), - [aux_sym_check_host_ip_token1] = ACTIONS(1084), - [aux_sym_ciphers_token1] = ACTIONS(1084), - [aux_sym_cipher_token1] = ACTIONS(1086), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1084), - [aux_sym_compression_token1] = ACTIONS(1084), - [aux_sym_connection_attempts_token1] = ACTIONS(1084), - [aux_sym_connect_timeout_token1] = ACTIONS(1084), - [aux_sym_control_master_token1] = ACTIONS(1084), - [aux_sym_control_path_token1] = ACTIONS(1084), - [aux_sym_control_persist_token1] = ACTIONS(1084), - [aux_sym_dynamic_forward_token1] = ACTIONS(1084), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1084), - [aux_sym_escape_char_token1] = ACTIONS(1084), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1084), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1084), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1084), - [aux_sym_forward_agent_token1] = ACTIONS(1084), - [aux_sym_forward_x11_token1] = ACTIONS(1086), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1084), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1084), - [aux_sym_gateway_ports_token1] = ACTIONS(1084), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1084), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1084), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1084), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1084), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1084), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1084), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1084), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1084), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1084), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1084), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1084), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1084), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1084), - [aux_sym_host_key_alias_token1] = ACTIONS(1084), - [aux_sym_hostname_token1] = ACTIONS(1084), - [aux_sym_identities_only_token1] = ACTIONS(1084), - [aux_sym_identity_agent_token1] = ACTIONS(1084), - [aux_sym_identity_file_token1] = ACTIONS(1084), - [aux_sym_ignore_unknown_token1] = ACTIONS(1084), - [aux_sym_include_token1] = ACTIONS(1084), - [aux_sym_ip_qos_token1] = ACTIONS(1084), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1084), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1084), - [aux_sym_kex_algorithms_token1] = ACTIONS(1084), - [aux_sym_known_hosts_command_token1] = ACTIONS(1084), - [aux_sym_local_command_token1] = ACTIONS(1084), - [aux_sym_local_forward_token1] = ACTIONS(1084), - [aux_sym_log_level_token1] = ACTIONS(1084), - [aux_sym_log_verbose_token1] = ACTIONS(1084), - [aux_sym_macs_token1] = ACTIONS(1084), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1084), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1084), - [aux_sym_password_authentication_token1] = ACTIONS(1084), - [aux_sym_permit_local_command_token1] = ACTIONS(1084), - [aux_sym_permit_remote_open_token1] = ACTIONS(1084), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1084), - [aux_sym_port_token1] = ACTIONS(1084), - [aux_sym_preferred_authentications_token1] = ACTIONS(1084), - [aux_sym_protocol_token1] = ACTIONS(1084), - [aux_sym_proxy_command_token1] = ACTIONS(1084), - [aux_sym_proxy_jump_token1] = ACTIONS(1084), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1084), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1084), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1084), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1084), - [aux_sym_rekey_limit_token1] = ACTIONS(1084), - [aux_sym_remote_command_token1] = ACTIONS(1084), - [aux_sym_remote_forward_token1] = ACTIONS(1084), - [aux_sym_request_tty_token1] = ACTIONS(1084), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1084), - [aux_sym_security_key_provider_token1] = ACTIONS(1084), - [aux_sym_send_env_token1] = ACTIONS(1084), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1084), - [aux_sym_server_alive_interval_token1] = ACTIONS(1084), - [aux_sym_session_type_token1] = ACTIONS(1084), - [aux_sym_set_env_token1] = ACTIONS(1084), - [aux_sym_stdin_null_token1] = ACTIONS(1084), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1084), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1084), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1084), - [aux_sym_syslog_facility_token1] = ACTIONS(1084), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1084), - [aux_sym_keep_alive_token1] = ACTIONS(1084), - [aux_sym_tunnel_token1] = ACTIONS(1086), - [aux_sym_tunnel_device_token1] = ACTIONS(1084), - [aux_sym_update_host_keys_token1] = ACTIONS(1084), - [aux_sym_use_keychain_token1] = ACTIONS(1084), - [aux_sym_use_roaming_token1] = ACTIONS(1084), - [aux_sym_user_token1] = ACTIONS(1086), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1084), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1084), - [aux_sym_visual_host_key_token1] = ACTIONS(1084), - [aux_sym_xauth_location_token1] = ACTIONS(1084), + [ts_builtin_sym_end] = ACTIONS(3193), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3195), + [aux_sym_match_token1] = ACTIONS(3193), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3193), + [aux_sym_address_family_token1] = ACTIONS(3193), + [aux_sym_batch_mode_token1] = ACTIONS(3193), + [aux_sym_bind_address_token1] = ACTIONS(3193), + [aux_sym_bind_interface_token1] = ACTIONS(3193), + [aux_sym_canonical_domains_token1] = ACTIONS(3193), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3193), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3193), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3193), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3193), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3193), + [aux_sym_certificate_file_token1] = ACTIONS(3193), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3193), + [aux_sym_check_host_ip_token1] = ACTIONS(3193), + [aux_sym_ciphers_token1] = ACTIONS(3193), + [aux_sym_cipher_token1] = ACTIONS(3195), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3193), + [aux_sym_compression_token1] = ACTIONS(3193), + [aux_sym_connection_attempts_token1] = ACTIONS(3193), + [aux_sym_connect_timeout_token1] = ACTIONS(3193), + [aux_sym_control_master_token1] = ACTIONS(3193), + [aux_sym_control_path_token1] = ACTIONS(3193), + [aux_sym_control_persist_token1] = ACTIONS(3193), + [aux_sym_dynamic_forward_token1] = ACTIONS(3193), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3193), + [aux_sym_escape_char_token1] = ACTIONS(3193), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3193), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3193), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3193), + [aux_sym_forward_agent_token1] = ACTIONS(3193), + [aux_sym_forward_x11_token1] = ACTIONS(3195), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3193), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3193), + [aux_sym_gateway_ports_token1] = ACTIONS(3193), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3193), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3193), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3193), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3193), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3193), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3193), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3193), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3193), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3193), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3193), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3193), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3193), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3193), + [aux_sym_host_key_alias_token1] = ACTIONS(3193), + [aux_sym_hostname_token1] = ACTIONS(3193), + [aux_sym_identities_only_token1] = ACTIONS(3193), + [aux_sym_identity_agent_token1] = ACTIONS(3193), + [aux_sym_identity_file_token1] = ACTIONS(3193), + [aux_sym_ignore_unknown_token1] = ACTIONS(3193), + [aux_sym_include_token1] = ACTIONS(3193), + [aux_sym_ip_qos_token1] = ACTIONS(3193), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3193), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3193), + [aux_sym_kex_algorithms_token1] = ACTIONS(3193), + [aux_sym_known_hosts_command_token1] = ACTIONS(3193), + [aux_sym_local_command_token1] = ACTIONS(3193), + [aux_sym_local_forward_token1] = ACTIONS(3193), + [aux_sym_log_level_token1] = ACTIONS(3193), + [aux_sym_log_verbose_token1] = ACTIONS(3193), + [aux_sym_macs_token1] = ACTIONS(3193), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3193), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3193), + [aux_sym_password_authentication_token1] = ACTIONS(3193), + [aux_sym_permit_local_command_token1] = ACTIONS(3193), + [aux_sym_permit_remote_open_token1] = ACTIONS(3193), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3193), + [aux_sym_port_token1] = ACTIONS(3193), + [aux_sym_preferred_authentications_token1] = ACTIONS(3193), + [aux_sym_protocol_token1] = ACTIONS(3193), + [aux_sym_proxy_command_token1] = ACTIONS(3193), + [aux_sym_proxy_jump_token1] = ACTIONS(3193), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3193), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3193), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3193), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3193), + [aux_sym_rekey_limit_token1] = ACTIONS(3193), + [aux_sym_remote_command_token1] = ACTIONS(3193), + [aux_sym_remote_forward_token1] = ACTIONS(3193), + [aux_sym_request_tty_token1] = ACTIONS(3193), + [aux_sym_required_rsa_size_token1] = ACTIONS(3193), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3193), + [aux_sym_security_key_provider_token1] = ACTIONS(3193), + [aux_sym_send_env_token1] = ACTIONS(3193), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3193), + [aux_sym_server_alive_interval_token1] = ACTIONS(3193), + [aux_sym_session_type_token1] = ACTIONS(3193), + [aux_sym_set_env_token1] = ACTIONS(3193), + [aux_sym_stdin_null_token1] = ACTIONS(3193), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3193), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3193), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3193), + [aux_sym_syslog_facility_token1] = ACTIONS(3193), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3193), + [aux_sym_keep_alive_token1] = ACTIONS(3193), + [aux_sym_tunnel_token1] = ACTIONS(3195), + [aux_sym_tunnel_device_token1] = ACTIONS(3193), + [aux_sym_update_host_keys_token1] = ACTIONS(3193), + [aux_sym_use_keychain_token1] = ACTIONS(3193), + [aux_sym_use_roaming_token1] = ACTIONS(3193), + [aux_sym_user_token1] = ACTIONS(3195), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3193), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3193), + [aux_sym_visual_host_key_token1] = ACTIONS(3193), + [aux_sym_xauth_location_token1] = ACTIONS(3193), }, [504] = { - [ts_builtin_sym_end] = ACTIONS(1168), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1170), - [aux_sym_match_token1] = ACTIONS(1168), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1168), - [aux_sym_address_family_token1] = ACTIONS(1168), - [aux_sym_batch_mode_token1] = ACTIONS(1168), - [aux_sym_bind_address_token1] = ACTIONS(1168), - [aux_sym_bind_interface_token1] = ACTIONS(1168), - [aux_sym_canonical_domains_token1] = ACTIONS(1168), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1168), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1168), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1168), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1168), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1168), - [aux_sym_certificate_file_token1] = ACTIONS(1168), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1168), - [aux_sym_check_host_ip_token1] = ACTIONS(1168), - [aux_sym_ciphers_token1] = ACTIONS(1168), - [aux_sym_cipher_token1] = ACTIONS(1170), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1168), - [aux_sym_compression_token1] = ACTIONS(1168), - [aux_sym_connection_attempts_token1] = ACTIONS(1168), - [aux_sym_connect_timeout_token1] = ACTIONS(1168), - [aux_sym_control_master_token1] = ACTIONS(1168), - [aux_sym_control_path_token1] = ACTIONS(1168), - [aux_sym_control_persist_token1] = ACTIONS(1168), - [aux_sym_dynamic_forward_token1] = ACTIONS(1168), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1168), - [aux_sym_escape_char_token1] = ACTIONS(1168), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1168), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1168), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1168), - [aux_sym_forward_agent_token1] = ACTIONS(1168), - [aux_sym_forward_x11_token1] = ACTIONS(1170), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1168), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1168), - [aux_sym_gateway_ports_token1] = ACTIONS(1168), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1168), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1168), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1168), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1168), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1168), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1168), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1168), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1168), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1168), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1168), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1168), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1168), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1168), - [aux_sym_host_key_alias_token1] = ACTIONS(1168), - [aux_sym_hostname_token1] = ACTIONS(1168), - [aux_sym_identities_only_token1] = ACTIONS(1168), - [aux_sym_identity_agent_token1] = ACTIONS(1168), - [aux_sym_identity_file_token1] = ACTIONS(1168), - [aux_sym_ignore_unknown_token1] = ACTIONS(1168), - [aux_sym_include_token1] = ACTIONS(1168), - [aux_sym_ip_qos_token1] = ACTIONS(1168), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1168), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1168), - [aux_sym_kex_algorithms_token1] = ACTIONS(1168), - [aux_sym_known_hosts_command_token1] = ACTIONS(1168), - [aux_sym_local_command_token1] = ACTIONS(1168), - [aux_sym_local_forward_token1] = ACTIONS(1168), - [aux_sym_log_level_token1] = ACTIONS(1168), - [aux_sym_log_verbose_token1] = ACTIONS(1168), - [aux_sym_macs_token1] = ACTIONS(1168), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1168), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1168), - [aux_sym_password_authentication_token1] = ACTIONS(1168), - [aux_sym_permit_local_command_token1] = ACTIONS(1168), - [aux_sym_permit_remote_open_token1] = ACTIONS(1168), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1168), - [aux_sym_port_token1] = ACTIONS(1168), - [aux_sym_preferred_authentications_token1] = ACTIONS(1168), - [aux_sym_protocol_token1] = ACTIONS(1168), - [aux_sym_proxy_command_token1] = ACTIONS(1168), - [aux_sym_proxy_jump_token1] = ACTIONS(1168), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1168), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1168), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1168), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1168), - [aux_sym_rekey_limit_token1] = ACTIONS(1168), - [aux_sym_remote_command_token1] = ACTIONS(1168), - [aux_sym_remote_forward_token1] = ACTIONS(1168), - [aux_sym_request_tty_token1] = ACTIONS(1168), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1168), - [aux_sym_security_key_provider_token1] = ACTIONS(1168), - [aux_sym_send_env_token1] = ACTIONS(1168), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1168), - [aux_sym_server_alive_interval_token1] = ACTIONS(1168), - [aux_sym_session_type_token1] = ACTIONS(1168), - [aux_sym_set_env_token1] = ACTIONS(1168), - [aux_sym_stdin_null_token1] = ACTIONS(1168), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1168), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1168), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1168), - [aux_sym_syslog_facility_token1] = ACTIONS(1168), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1168), - [aux_sym_keep_alive_token1] = ACTIONS(1168), - [aux_sym_tunnel_token1] = ACTIONS(1170), - [aux_sym_tunnel_device_token1] = ACTIONS(1168), - [aux_sym_update_host_keys_token1] = ACTIONS(1168), - [aux_sym_use_keychain_token1] = ACTIONS(1168), - [aux_sym_use_roaming_token1] = ACTIONS(1168), - [aux_sym_user_token1] = ACTIONS(1170), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1168), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1168), - [aux_sym_visual_host_key_token1] = ACTIONS(1168), - [aux_sym_xauth_location_token1] = ACTIONS(1168), + [ts_builtin_sym_end] = ACTIONS(3197), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3199), + [aux_sym_match_token1] = ACTIONS(3197), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3197), + [aux_sym_address_family_token1] = ACTIONS(3197), + [aux_sym_batch_mode_token1] = ACTIONS(3197), + [aux_sym_bind_address_token1] = ACTIONS(3197), + [aux_sym_bind_interface_token1] = ACTIONS(3197), + [aux_sym_canonical_domains_token1] = ACTIONS(3197), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3197), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3197), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3197), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3197), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3197), + [aux_sym_certificate_file_token1] = ACTIONS(3197), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3197), + [aux_sym_check_host_ip_token1] = ACTIONS(3197), + [aux_sym_ciphers_token1] = ACTIONS(3197), + [aux_sym_cipher_token1] = ACTIONS(3199), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3197), + [aux_sym_compression_token1] = ACTIONS(3197), + [aux_sym_connection_attempts_token1] = ACTIONS(3197), + [aux_sym_connect_timeout_token1] = ACTIONS(3197), + [aux_sym_control_master_token1] = ACTIONS(3197), + [aux_sym_control_path_token1] = ACTIONS(3197), + [aux_sym_control_persist_token1] = ACTIONS(3197), + [aux_sym_dynamic_forward_token1] = ACTIONS(3197), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3197), + [aux_sym_escape_char_token1] = ACTIONS(3197), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3197), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3197), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3197), + [aux_sym_forward_agent_token1] = ACTIONS(3197), + [aux_sym_forward_x11_token1] = ACTIONS(3199), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3197), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3197), + [aux_sym_gateway_ports_token1] = ACTIONS(3197), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3197), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3197), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3197), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3197), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3197), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3197), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3197), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3197), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3197), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3197), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3197), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3197), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3197), + [aux_sym_host_key_alias_token1] = ACTIONS(3197), + [aux_sym_hostname_token1] = ACTIONS(3197), + [aux_sym_identities_only_token1] = ACTIONS(3197), + [aux_sym_identity_agent_token1] = ACTIONS(3197), + [aux_sym_identity_file_token1] = ACTIONS(3197), + [aux_sym_ignore_unknown_token1] = ACTIONS(3197), + [aux_sym_include_token1] = ACTIONS(3197), + [aux_sym_ip_qos_token1] = ACTIONS(3197), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3197), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3197), + [aux_sym_kex_algorithms_token1] = ACTIONS(3197), + [aux_sym_known_hosts_command_token1] = ACTIONS(3197), + [aux_sym_local_command_token1] = ACTIONS(3197), + [aux_sym_local_forward_token1] = ACTIONS(3197), + [aux_sym_log_level_token1] = ACTIONS(3197), + [aux_sym_log_verbose_token1] = ACTIONS(3197), + [aux_sym_macs_token1] = ACTIONS(3197), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3197), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3197), + [aux_sym_password_authentication_token1] = ACTIONS(3197), + [aux_sym_permit_local_command_token1] = ACTIONS(3197), + [aux_sym_permit_remote_open_token1] = ACTIONS(3197), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3197), + [aux_sym_port_token1] = ACTIONS(3197), + [aux_sym_preferred_authentications_token1] = ACTIONS(3197), + [aux_sym_protocol_token1] = ACTIONS(3197), + [aux_sym_proxy_command_token1] = ACTIONS(3197), + [aux_sym_proxy_jump_token1] = ACTIONS(3197), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3197), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3197), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3197), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3197), + [aux_sym_rekey_limit_token1] = ACTIONS(3197), + [aux_sym_remote_command_token1] = ACTIONS(3197), + [aux_sym_remote_forward_token1] = ACTIONS(3197), + [aux_sym_request_tty_token1] = ACTIONS(3197), + [aux_sym_required_rsa_size_token1] = ACTIONS(3197), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3197), + [aux_sym_security_key_provider_token1] = ACTIONS(3197), + [aux_sym_send_env_token1] = ACTIONS(3197), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3197), + [aux_sym_server_alive_interval_token1] = ACTIONS(3197), + [aux_sym_session_type_token1] = ACTIONS(3197), + [aux_sym_set_env_token1] = ACTIONS(3197), + [aux_sym_stdin_null_token1] = ACTIONS(3197), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3197), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3197), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3197), + [aux_sym_syslog_facility_token1] = ACTIONS(3197), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3197), + [aux_sym_keep_alive_token1] = ACTIONS(3197), + [aux_sym_tunnel_token1] = ACTIONS(3199), + [aux_sym_tunnel_device_token1] = ACTIONS(3197), + [aux_sym_update_host_keys_token1] = ACTIONS(3197), + [aux_sym_use_keychain_token1] = ACTIONS(3197), + [aux_sym_use_roaming_token1] = ACTIONS(3197), + [aux_sym_user_token1] = ACTIONS(3199), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3197), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3197), + [aux_sym_visual_host_key_token1] = ACTIONS(3197), + [aux_sym_xauth_location_token1] = ACTIONS(3197), }, [505] = { - [ts_builtin_sym_end] = ACTIONS(1024), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1026), - [aux_sym_match_token1] = ACTIONS(1024), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1024), - [aux_sym_address_family_token1] = ACTIONS(1024), - [aux_sym_batch_mode_token1] = ACTIONS(1024), - [aux_sym_bind_address_token1] = ACTIONS(1024), - [aux_sym_bind_interface_token1] = ACTIONS(1024), - [aux_sym_canonical_domains_token1] = ACTIONS(1024), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1024), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1024), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1024), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1024), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1024), - [aux_sym_certificate_file_token1] = ACTIONS(1024), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1024), - [aux_sym_check_host_ip_token1] = ACTIONS(1024), - [aux_sym_ciphers_token1] = ACTIONS(1024), - [aux_sym_cipher_token1] = ACTIONS(1026), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1024), - [aux_sym_compression_token1] = ACTIONS(1024), - [aux_sym_connection_attempts_token1] = ACTIONS(1024), - [aux_sym_connect_timeout_token1] = ACTIONS(1024), - [aux_sym_control_master_token1] = ACTIONS(1024), - [aux_sym_control_path_token1] = ACTIONS(1024), - [aux_sym_control_persist_token1] = ACTIONS(1024), - [aux_sym_dynamic_forward_token1] = ACTIONS(1024), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1024), - [aux_sym_escape_char_token1] = ACTIONS(1024), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1024), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1024), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1024), - [aux_sym_forward_agent_token1] = ACTIONS(1024), - [aux_sym_forward_x11_token1] = ACTIONS(1026), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1024), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1024), - [aux_sym_gateway_ports_token1] = ACTIONS(1024), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1024), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1024), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1024), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1024), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1024), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1024), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1024), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1024), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1024), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1024), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1024), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1024), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1024), - [aux_sym_host_key_alias_token1] = ACTIONS(1024), - [aux_sym_hostname_token1] = ACTIONS(1024), - [aux_sym_identities_only_token1] = ACTIONS(1024), - [aux_sym_identity_agent_token1] = ACTIONS(1024), - [aux_sym_identity_file_token1] = ACTIONS(1024), - [aux_sym_ignore_unknown_token1] = ACTIONS(1024), - [aux_sym_include_token1] = ACTIONS(1024), - [aux_sym_ip_qos_token1] = ACTIONS(1024), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1024), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1024), - [aux_sym_kex_algorithms_token1] = ACTIONS(1024), - [aux_sym_known_hosts_command_token1] = ACTIONS(1024), - [aux_sym_local_command_token1] = ACTIONS(1024), - [aux_sym_local_forward_token1] = ACTIONS(1024), - [aux_sym_log_level_token1] = ACTIONS(1024), - [aux_sym_log_verbose_token1] = ACTIONS(1024), - [aux_sym_macs_token1] = ACTIONS(1024), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1024), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1024), - [aux_sym_password_authentication_token1] = ACTIONS(1024), - [aux_sym_permit_local_command_token1] = ACTIONS(1024), - [aux_sym_permit_remote_open_token1] = ACTIONS(1024), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1024), - [aux_sym_port_token1] = ACTIONS(1024), - [aux_sym_preferred_authentications_token1] = ACTIONS(1024), - [aux_sym_protocol_token1] = ACTIONS(1024), - [aux_sym_proxy_command_token1] = ACTIONS(1024), - [aux_sym_proxy_jump_token1] = ACTIONS(1024), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1024), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1024), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1024), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1024), - [aux_sym_rekey_limit_token1] = ACTIONS(1024), - [aux_sym_remote_command_token1] = ACTIONS(1024), - [aux_sym_remote_forward_token1] = ACTIONS(1024), - [aux_sym_request_tty_token1] = ACTIONS(1024), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1024), - [aux_sym_security_key_provider_token1] = ACTIONS(1024), - [aux_sym_send_env_token1] = ACTIONS(1024), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1024), - [aux_sym_server_alive_interval_token1] = ACTIONS(1024), - [aux_sym_session_type_token1] = ACTIONS(1024), - [aux_sym_set_env_token1] = ACTIONS(1024), - [aux_sym_stdin_null_token1] = ACTIONS(1024), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1024), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1024), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1024), - [aux_sym_syslog_facility_token1] = ACTIONS(1024), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1024), - [aux_sym_keep_alive_token1] = ACTIONS(1024), - [aux_sym_tunnel_token1] = ACTIONS(1026), - [aux_sym_tunnel_device_token1] = ACTIONS(1024), - [aux_sym_update_host_keys_token1] = ACTIONS(1024), - [aux_sym_use_keychain_token1] = ACTIONS(1024), - [aux_sym_use_roaming_token1] = ACTIONS(1024), - [aux_sym_user_token1] = ACTIONS(1026), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1024), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1024), - [aux_sym_visual_host_key_token1] = ACTIONS(1024), - [aux_sym_xauth_location_token1] = ACTIONS(1024), + [ts_builtin_sym_end] = ACTIONS(3201), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3203), + [aux_sym_match_token1] = ACTIONS(3201), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3201), + [aux_sym_address_family_token1] = ACTIONS(3201), + [aux_sym_batch_mode_token1] = ACTIONS(3201), + [aux_sym_bind_address_token1] = ACTIONS(3201), + [aux_sym_bind_interface_token1] = ACTIONS(3201), + [aux_sym_canonical_domains_token1] = ACTIONS(3201), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3201), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3201), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3201), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3201), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3201), + [aux_sym_certificate_file_token1] = ACTIONS(3201), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3201), + [aux_sym_check_host_ip_token1] = ACTIONS(3201), + [aux_sym_ciphers_token1] = ACTIONS(3201), + [aux_sym_cipher_token1] = ACTIONS(3203), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3201), + [aux_sym_compression_token1] = ACTIONS(3201), + [aux_sym_connection_attempts_token1] = ACTIONS(3201), + [aux_sym_connect_timeout_token1] = ACTIONS(3201), + [aux_sym_control_master_token1] = ACTIONS(3201), + [aux_sym_control_path_token1] = ACTIONS(3201), + [aux_sym_control_persist_token1] = ACTIONS(3201), + [aux_sym_dynamic_forward_token1] = ACTIONS(3201), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3201), + [aux_sym_escape_char_token1] = ACTIONS(3201), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3201), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3201), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3201), + [aux_sym_forward_agent_token1] = ACTIONS(3201), + [aux_sym_forward_x11_token1] = ACTIONS(3203), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3201), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3201), + [aux_sym_gateway_ports_token1] = ACTIONS(3201), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3201), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3201), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3201), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3201), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3201), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3201), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3201), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3201), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3201), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3201), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3201), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3201), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3201), + [aux_sym_host_key_alias_token1] = ACTIONS(3201), + [aux_sym_hostname_token1] = ACTIONS(3201), + [aux_sym_identities_only_token1] = ACTIONS(3201), + [aux_sym_identity_agent_token1] = ACTIONS(3201), + [aux_sym_identity_file_token1] = ACTIONS(3201), + [aux_sym_ignore_unknown_token1] = ACTIONS(3201), + [aux_sym_include_token1] = ACTIONS(3201), + [aux_sym_ip_qos_token1] = ACTIONS(3201), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3201), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3201), + [aux_sym_kex_algorithms_token1] = ACTIONS(3201), + [aux_sym_known_hosts_command_token1] = ACTIONS(3201), + [aux_sym_local_command_token1] = ACTIONS(3201), + [aux_sym_local_forward_token1] = ACTIONS(3201), + [aux_sym_log_level_token1] = ACTIONS(3201), + [aux_sym_log_verbose_token1] = ACTIONS(3201), + [aux_sym_macs_token1] = ACTIONS(3201), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3201), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3201), + [aux_sym_password_authentication_token1] = ACTIONS(3201), + [aux_sym_permit_local_command_token1] = ACTIONS(3201), + [aux_sym_permit_remote_open_token1] = ACTIONS(3201), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3201), + [aux_sym_port_token1] = ACTIONS(3201), + [aux_sym_preferred_authentications_token1] = ACTIONS(3201), + [aux_sym_protocol_token1] = ACTIONS(3201), + [aux_sym_proxy_command_token1] = ACTIONS(3201), + [aux_sym_proxy_jump_token1] = ACTIONS(3201), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3201), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3201), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3201), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3201), + [aux_sym_rekey_limit_token1] = ACTIONS(3201), + [aux_sym_remote_command_token1] = ACTIONS(3201), + [aux_sym_remote_forward_token1] = ACTIONS(3201), + [aux_sym_request_tty_token1] = ACTIONS(3201), + [aux_sym_required_rsa_size_token1] = ACTIONS(3201), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3201), + [aux_sym_security_key_provider_token1] = ACTIONS(3201), + [aux_sym_send_env_token1] = ACTIONS(3201), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3201), + [aux_sym_server_alive_interval_token1] = ACTIONS(3201), + [aux_sym_session_type_token1] = ACTIONS(3201), + [aux_sym_set_env_token1] = ACTIONS(3201), + [aux_sym_stdin_null_token1] = ACTIONS(3201), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3201), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3201), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3201), + [aux_sym_syslog_facility_token1] = ACTIONS(3201), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3201), + [aux_sym_keep_alive_token1] = ACTIONS(3201), + [aux_sym_tunnel_token1] = ACTIONS(3203), + [aux_sym_tunnel_device_token1] = ACTIONS(3201), + [aux_sym_update_host_keys_token1] = ACTIONS(3201), + [aux_sym_use_keychain_token1] = ACTIONS(3201), + [aux_sym_use_roaming_token1] = ACTIONS(3201), + [aux_sym_user_token1] = ACTIONS(3203), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3201), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3201), + [aux_sym_visual_host_key_token1] = ACTIONS(3201), + [aux_sym_xauth_location_token1] = ACTIONS(3201), }, [506] = { - [ts_builtin_sym_end] = ACTIONS(3102), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3104), - [aux_sym_match_token1] = ACTIONS(3102), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3102), - [aux_sym_address_family_token1] = ACTIONS(3102), - [aux_sym_batch_mode_token1] = ACTIONS(3102), - [aux_sym_bind_address_token1] = ACTIONS(3102), - [aux_sym_bind_interface_token1] = ACTIONS(3102), - [aux_sym_canonical_domains_token1] = ACTIONS(3102), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3102), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3102), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3102), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3102), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3102), - [aux_sym_certificate_file_token1] = ACTIONS(3102), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3102), - [aux_sym_check_host_ip_token1] = ACTIONS(3102), - [aux_sym_ciphers_token1] = ACTIONS(3102), - [aux_sym_cipher_token1] = ACTIONS(3104), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3102), - [aux_sym_compression_token1] = ACTIONS(3102), - [aux_sym_connection_attempts_token1] = ACTIONS(3102), - [aux_sym_connect_timeout_token1] = ACTIONS(3102), - [aux_sym_control_master_token1] = ACTIONS(3102), - [aux_sym_control_path_token1] = ACTIONS(3102), - [aux_sym_control_persist_token1] = ACTIONS(3102), - [aux_sym_dynamic_forward_token1] = ACTIONS(3102), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3102), - [aux_sym_escape_char_token1] = ACTIONS(3102), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3102), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3102), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3102), - [aux_sym_forward_agent_token1] = ACTIONS(3102), - [aux_sym_forward_x11_token1] = ACTIONS(3104), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3102), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3102), - [aux_sym_gateway_ports_token1] = ACTIONS(3102), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3102), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3102), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3102), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3102), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3102), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3102), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3102), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3102), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3102), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3102), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3102), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3102), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3102), - [aux_sym_host_key_alias_token1] = ACTIONS(3102), - [aux_sym_hostname_token1] = ACTIONS(3102), - [aux_sym_identities_only_token1] = ACTIONS(3102), - [aux_sym_identity_agent_token1] = ACTIONS(3102), - [aux_sym_identity_file_token1] = ACTIONS(3102), - [aux_sym_ignore_unknown_token1] = ACTIONS(3102), - [aux_sym_include_token1] = ACTIONS(3102), - [aux_sym_ip_qos_token1] = ACTIONS(3102), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3102), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3102), - [aux_sym_kex_algorithms_token1] = ACTIONS(3102), - [aux_sym_known_hosts_command_token1] = ACTIONS(3102), - [aux_sym_local_command_token1] = ACTIONS(3102), - [aux_sym_local_forward_token1] = ACTIONS(3102), - [aux_sym_log_level_token1] = ACTIONS(3102), - [aux_sym_log_verbose_token1] = ACTIONS(3102), - [aux_sym_macs_token1] = ACTIONS(3102), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3102), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3102), - [aux_sym_password_authentication_token1] = ACTIONS(3102), - [aux_sym_permit_local_command_token1] = ACTIONS(3102), - [aux_sym_permit_remote_open_token1] = ACTIONS(3102), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3102), - [aux_sym_port_token1] = ACTIONS(3102), - [aux_sym_preferred_authentications_token1] = ACTIONS(3102), - [aux_sym_protocol_token1] = ACTIONS(3102), - [aux_sym_proxy_command_token1] = ACTIONS(3102), - [aux_sym_proxy_jump_token1] = ACTIONS(3102), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3102), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3102), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3102), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3102), - [aux_sym_rekey_limit_token1] = ACTIONS(3102), - [aux_sym_remote_command_token1] = ACTIONS(3102), - [aux_sym_remote_forward_token1] = ACTIONS(3102), - [aux_sym_request_tty_token1] = ACTIONS(3102), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3102), - [aux_sym_security_key_provider_token1] = ACTIONS(3102), - [aux_sym_send_env_token1] = ACTIONS(3102), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3102), - [aux_sym_server_alive_interval_token1] = ACTIONS(3102), - [aux_sym_session_type_token1] = ACTIONS(3102), - [aux_sym_set_env_token1] = ACTIONS(3102), - [aux_sym_stdin_null_token1] = ACTIONS(3102), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3102), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3102), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3102), - [aux_sym_syslog_facility_token1] = ACTIONS(3102), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3102), - [aux_sym_keep_alive_token1] = ACTIONS(3102), - [aux_sym_tunnel_token1] = ACTIONS(3104), - [aux_sym_tunnel_device_token1] = ACTIONS(3102), - [aux_sym_update_host_keys_token1] = ACTIONS(3102), - [aux_sym_use_keychain_token1] = ACTIONS(3102), - [aux_sym_use_roaming_token1] = ACTIONS(3102), - [aux_sym_user_token1] = ACTIONS(3104), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3102), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3102), - [aux_sym_visual_host_key_token1] = ACTIONS(3102), - [aux_sym_xauth_location_token1] = ACTIONS(3102), + [ts_builtin_sym_end] = ACTIONS(3205), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3207), + [aux_sym_match_token1] = ACTIONS(3205), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3205), + [aux_sym_address_family_token1] = ACTIONS(3205), + [aux_sym_batch_mode_token1] = ACTIONS(3205), + [aux_sym_bind_address_token1] = ACTIONS(3205), + [aux_sym_bind_interface_token1] = ACTIONS(3205), + [aux_sym_canonical_domains_token1] = ACTIONS(3205), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3205), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3205), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3205), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3205), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3205), + [aux_sym_certificate_file_token1] = ACTIONS(3205), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3205), + [aux_sym_check_host_ip_token1] = ACTIONS(3205), + [aux_sym_ciphers_token1] = ACTIONS(3205), + [aux_sym_cipher_token1] = ACTIONS(3207), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3205), + [aux_sym_compression_token1] = ACTIONS(3205), + [aux_sym_connection_attempts_token1] = ACTIONS(3205), + [aux_sym_connect_timeout_token1] = ACTIONS(3205), + [aux_sym_control_master_token1] = ACTIONS(3205), + [aux_sym_control_path_token1] = ACTIONS(3205), + [aux_sym_control_persist_token1] = ACTIONS(3205), + [aux_sym_dynamic_forward_token1] = ACTIONS(3205), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3205), + [aux_sym_escape_char_token1] = ACTIONS(3205), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3205), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3205), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3205), + [aux_sym_forward_agent_token1] = ACTIONS(3205), + [aux_sym_forward_x11_token1] = ACTIONS(3207), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3205), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3205), + [aux_sym_gateway_ports_token1] = ACTIONS(3205), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3205), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3205), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3205), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3205), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3205), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3205), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3205), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3205), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3205), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3205), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3205), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3205), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3205), + [aux_sym_host_key_alias_token1] = ACTIONS(3205), + [aux_sym_hostname_token1] = ACTIONS(3205), + [aux_sym_identities_only_token1] = ACTIONS(3205), + [aux_sym_identity_agent_token1] = ACTIONS(3205), + [aux_sym_identity_file_token1] = ACTIONS(3205), + [aux_sym_ignore_unknown_token1] = ACTIONS(3205), + [aux_sym_include_token1] = ACTIONS(3205), + [aux_sym_ip_qos_token1] = ACTIONS(3205), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3205), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3205), + [aux_sym_kex_algorithms_token1] = ACTIONS(3205), + [aux_sym_known_hosts_command_token1] = ACTIONS(3205), + [aux_sym_local_command_token1] = ACTIONS(3205), + [aux_sym_local_forward_token1] = ACTIONS(3205), + [aux_sym_log_level_token1] = ACTIONS(3205), + [aux_sym_log_verbose_token1] = ACTIONS(3205), + [aux_sym_macs_token1] = ACTIONS(3205), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3205), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3205), + [aux_sym_password_authentication_token1] = ACTIONS(3205), + [aux_sym_permit_local_command_token1] = ACTIONS(3205), + [aux_sym_permit_remote_open_token1] = ACTIONS(3205), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3205), + [aux_sym_port_token1] = ACTIONS(3205), + [aux_sym_preferred_authentications_token1] = ACTIONS(3205), + [aux_sym_protocol_token1] = ACTIONS(3205), + [aux_sym_proxy_command_token1] = ACTIONS(3205), + [aux_sym_proxy_jump_token1] = ACTIONS(3205), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3205), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3205), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3205), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3205), + [aux_sym_rekey_limit_token1] = ACTIONS(3205), + [aux_sym_remote_command_token1] = ACTIONS(3205), + [aux_sym_remote_forward_token1] = ACTIONS(3205), + [aux_sym_request_tty_token1] = ACTIONS(3205), + [aux_sym_required_rsa_size_token1] = ACTIONS(3205), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3205), + [aux_sym_security_key_provider_token1] = ACTIONS(3205), + [aux_sym_send_env_token1] = ACTIONS(3205), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3205), + [aux_sym_server_alive_interval_token1] = ACTIONS(3205), + [aux_sym_session_type_token1] = ACTIONS(3205), + [aux_sym_set_env_token1] = ACTIONS(3205), + [aux_sym_stdin_null_token1] = ACTIONS(3205), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3205), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3205), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3205), + [aux_sym_syslog_facility_token1] = ACTIONS(3205), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3205), + [aux_sym_keep_alive_token1] = ACTIONS(3205), + [aux_sym_tunnel_token1] = ACTIONS(3207), + [aux_sym_tunnel_device_token1] = ACTIONS(3205), + [aux_sym_update_host_keys_token1] = ACTIONS(3205), + [aux_sym_use_keychain_token1] = ACTIONS(3205), + [aux_sym_use_roaming_token1] = ACTIONS(3205), + [aux_sym_user_token1] = ACTIONS(3207), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3205), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3205), + [aux_sym_visual_host_key_token1] = ACTIONS(3205), + [aux_sym_xauth_location_token1] = ACTIONS(3205), }, [507] = { - [ts_builtin_sym_end] = ACTIONS(3106), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3108), - [aux_sym_match_token1] = ACTIONS(3106), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3106), - [aux_sym_address_family_token1] = ACTIONS(3106), - [aux_sym_batch_mode_token1] = ACTIONS(3106), - [aux_sym_bind_address_token1] = ACTIONS(3106), - [aux_sym_bind_interface_token1] = ACTIONS(3106), - [aux_sym_canonical_domains_token1] = ACTIONS(3106), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3106), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3106), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3106), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3106), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3106), - [aux_sym_certificate_file_token1] = ACTIONS(3106), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3106), - [aux_sym_check_host_ip_token1] = ACTIONS(3106), - [aux_sym_ciphers_token1] = ACTIONS(3106), - [aux_sym_cipher_token1] = ACTIONS(3108), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3106), - [aux_sym_compression_token1] = ACTIONS(3106), - [aux_sym_connection_attempts_token1] = ACTIONS(3106), - [aux_sym_connect_timeout_token1] = ACTIONS(3106), - [aux_sym_control_master_token1] = ACTIONS(3106), - [aux_sym_control_path_token1] = ACTIONS(3106), - [aux_sym_control_persist_token1] = ACTIONS(3106), - [aux_sym_dynamic_forward_token1] = ACTIONS(3106), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3106), - [aux_sym_escape_char_token1] = ACTIONS(3106), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3106), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3106), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3106), - [aux_sym_forward_agent_token1] = ACTIONS(3106), - [aux_sym_forward_x11_token1] = ACTIONS(3108), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3106), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3106), - [aux_sym_gateway_ports_token1] = ACTIONS(3106), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3106), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3106), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3106), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3106), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3106), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3106), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3106), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3106), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3106), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3106), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3106), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3106), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3106), - [aux_sym_host_key_alias_token1] = ACTIONS(3106), - [aux_sym_hostname_token1] = ACTIONS(3106), - [aux_sym_identities_only_token1] = ACTIONS(3106), - [aux_sym_identity_agent_token1] = ACTIONS(3106), - [aux_sym_identity_file_token1] = ACTIONS(3106), - [aux_sym_ignore_unknown_token1] = ACTIONS(3106), - [aux_sym_include_token1] = ACTIONS(3106), - [aux_sym_ip_qos_token1] = ACTIONS(3106), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3106), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3106), - [aux_sym_kex_algorithms_token1] = ACTIONS(3106), - [aux_sym_known_hosts_command_token1] = ACTIONS(3106), - [aux_sym_local_command_token1] = ACTIONS(3106), - [aux_sym_local_forward_token1] = ACTIONS(3106), - [aux_sym_log_level_token1] = ACTIONS(3106), - [aux_sym_log_verbose_token1] = ACTIONS(3106), - [aux_sym_macs_token1] = ACTIONS(3106), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3106), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3106), - [aux_sym_password_authentication_token1] = ACTIONS(3106), - [aux_sym_permit_local_command_token1] = ACTIONS(3106), - [aux_sym_permit_remote_open_token1] = ACTIONS(3106), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3106), - [aux_sym_port_token1] = ACTIONS(3106), - [aux_sym_preferred_authentications_token1] = ACTIONS(3106), - [aux_sym_protocol_token1] = ACTIONS(3106), - [aux_sym_proxy_command_token1] = ACTIONS(3106), - [aux_sym_proxy_jump_token1] = ACTIONS(3106), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3106), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3106), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3106), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3106), - [aux_sym_rekey_limit_token1] = ACTIONS(3106), - [aux_sym_remote_command_token1] = ACTIONS(3106), - [aux_sym_remote_forward_token1] = ACTIONS(3106), - [aux_sym_request_tty_token1] = ACTIONS(3106), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3106), - [aux_sym_security_key_provider_token1] = ACTIONS(3106), - [aux_sym_send_env_token1] = ACTIONS(3106), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3106), - [aux_sym_server_alive_interval_token1] = ACTIONS(3106), - [aux_sym_session_type_token1] = ACTIONS(3106), - [aux_sym_set_env_token1] = ACTIONS(3106), - [aux_sym_stdin_null_token1] = ACTIONS(3106), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3106), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3106), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3106), - [aux_sym_syslog_facility_token1] = ACTIONS(3106), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3106), - [aux_sym_keep_alive_token1] = ACTIONS(3106), - [aux_sym_tunnel_token1] = ACTIONS(3108), - [aux_sym_tunnel_device_token1] = ACTIONS(3106), - [aux_sym_update_host_keys_token1] = ACTIONS(3106), - [aux_sym_use_keychain_token1] = ACTIONS(3106), - [aux_sym_use_roaming_token1] = ACTIONS(3106), - [aux_sym_user_token1] = ACTIONS(3108), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3106), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3106), - [aux_sym_visual_host_key_token1] = ACTIONS(3106), - [aux_sym_xauth_location_token1] = ACTIONS(3106), + [ts_builtin_sym_end] = ACTIONS(3209), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3211), + [aux_sym_match_token1] = ACTIONS(3209), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3209), + [aux_sym_address_family_token1] = ACTIONS(3209), + [aux_sym_batch_mode_token1] = ACTIONS(3209), + [aux_sym_bind_address_token1] = ACTIONS(3209), + [aux_sym_bind_interface_token1] = ACTIONS(3209), + [aux_sym_canonical_domains_token1] = ACTIONS(3209), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3209), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3209), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3209), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3209), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3209), + [aux_sym_certificate_file_token1] = ACTIONS(3209), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3209), + [aux_sym_check_host_ip_token1] = ACTIONS(3209), + [aux_sym_ciphers_token1] = ACTIONS(3209), + [aux_sym_cipher_token1] = ACTIONS(3211), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3209), + [aux_sym_compression_token1] = ACTIONS(3209), + [aux_sym_connection_attempts_token1] = ACTIONS(3209), + [aux_sym_connect_timeout_token1] = ACTIONS(3209), + [aux_sym_control_master_token1] = ACTIONS(3209), + [aux_sym_control_path_token1] = ACTIONS(3209), + [aux_sym_control_persist_token1] = ACTIONS(3209), + [aux_sym_dynamic_forward_token1] = ACTIONS(3209), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3209), + [aux_sym_escape_char_token1] = ACTIONS(3209), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3209), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3209), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3209), + [aux_sym_forward_agent_token1] = ACTIONS(3209), + [aux_sym_forward_x11_token1] = ACTIONS(3211), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3209), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3209), + [aux_sym_gateway_ports_token1] = ACTIONS(3209), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3209), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3209), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3209), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3209), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3209), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3209), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3209), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3209), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3209), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3209), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3209), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3209), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3209), + [aux_sym_host_key_alias_token1] = ACTIONS(3209), + [aux_sym_hostname_token1] = ACTIONS(3209), + [aux_sym_identities_only_token1] = ACTIONS(3209), + [aux_sym_identity_agent_token1] = ACTIONS(3209), + [aux_sym_identity_file_token1] = ACTIONS(3209), + [aux_sym_ignore_unknown_token1] = ACTIONS(3209), + [aux_sym_include_token1] = ACTIONS(3209), + [aux_sym_ip_qos_token1] = ACTIONS(3209), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3209), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3209), + [aux_sym_kex_algorithms_token1] = ACTIONS(3209), + [aux_sym_known_hosts_command_token1] = ACTIONS(3209), + [aux_sym_local_command_token1] = ACTIONS(3209), + [aux_sym_local_forward_token1] = ACTIONS(3209), + [aux_sym_log_level_token1] = ACTIONS(3209), + [aux_sym_log_verbose_token1] = ACTIONS(3209), + [aux_sym_macs_token1] = ACTIONS(3209), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3209), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3209), + [aux_sym_password_authentication_token1] = ACTIONS(3209), + [aux_sym_permit_local_command_token1] = ACTIONS(3209), + [aux_sym_permit_remote_open_token1] = ACTIONS(3209), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3209), + [aux_sym_port_token1] = ACTIONS(3209), + [aux_sym_preferred_authentications_token1] = ACTIONS(3209), + [aux_sym_protocol_token1] = ACTIONS(3209), + [aux_sym_proxy_command_token1] = ACTIONS(3209), + [aux_sym_proxy_jump_token1] = ACTIONS(3209), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3209), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3209), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3209), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3209), + [aux_sym_rekey_limit_token1] = ACTIONS(3209), + [aux_sym_remote_command_token1] = ACTIONS(3209), + [aux_sym_remote_forward_token1] = ACTIONS(3209), + [aux_sym_request_tty_token1] = ACTIONS(3209), + [aux_sym_required_rsa_size_token1] = ACTIONS(3209), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3209), + [aux_sym_security_key_provider_token1] = ACTIONS(3209), + [aux_sym_send_env_token1] = ACTIONS(3209), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3209), + [aux_sym_server_alive_interval_token1] = ACTIONS(3209), + [aux_sym_session_type_token1] = ACTIONS(3209), + [aux_sym_set_env_token1] = ACTIONS(3209), + [aux_sym_stdin_null_token1] = ACTIONS(3209), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3209), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3209), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3209), + [aux_sym_syslog_facility_token1] = ACTIONS(3209), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3209), + [aux_sym_keep_alive_token1] = ACTIONS(3209), + [aux_sym_tunnel_token1] = ACTIONS(3211), + [aux_sym_tunnel_device_token1] = ACTIONS(3209), + [aux_sym_update_host_keys_token1] = ACTIONS(3209), + [aux_sym_use_keychain_token1] = ACTIONS(3209), + [aux_sym_use_roaming_token1] = ACTIONS(3209), + [aux_sym_user_token1] = ACTIONS(3211), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3209), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3209), + [aux_sym_visual_host_key_token1] = ACTIONS(3209), + [aux_sym_xauth_location_token1] = ACTIONS(3209), }, [508] = { - [ts_builtin_sym_end] = ACTIONS(3110), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3112), - [aux_sym_match_token1] = ACTIONS(3110), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3110), - [aux_sym_address_family_token1] = ACTIONS(3110), - [aux_sym_batch_mode_token1] = ACTIONS(3110), - [aux_sym_bind_address_token1] = ACTIONS(3110), - [aux_sym_bind_interface_token1] = ACTIONS(3110), - [aux_sym_canonical_domains_token1] = ACTIONS(3110), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3110), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3110), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3110), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3110), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3110), - [aux_sym_certificate_file_token1] = ACTIONS(3110), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3110), - [aux_sym_check_host_ip_token1] = ACTIONS(3110), - [aux_sym_ciphers_token1] = ACTIONS(3110), - [aux_sym_cipher_token1] = ACTIONS(3112), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3110), - [aux_sym_compression_token1] = ACTIONS(3110), - [aux_sym_connection_attempts_token1] = ACTIONS(3110), - [aux_sym_connect_timeout_token1] = ACTIONS(3110), - [aux_sym_control_master_token1] = ACTIONS(3110), - [aux_sym_control_path_token1] = ACTIONS(3110), - [aux_sym_control_persist_token1] = ACTIONS(3110), - [aux_sym_dynamic_forward_token1] = ACTIONS(3110), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3110), - [aux_sym_escape_char_token1] = ACTIONS(3110), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3110), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3110), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3110), - [aux_sym_forward_agent_token1] = ACTIONS(3110), - [aux_sym_forward_x11_token1] = ACTIONS(3112), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3110), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3110), - [aux_sym_gateway_ports_token1] = ACTIONS(3110), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3110), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3110), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3110), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3110), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3110), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3110), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3110), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3110), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3110), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3110), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3110), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3110), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3110), - [aux_sym_host_key_alias_token1] = ACTIONS(3110), - [aux_sym_hostname_token1] = ACTIONS(3110), - [aux_sym_identities_only_token1] = ACTIONS(3110), - [aux_sym_identity_agent_token1] = ACTIONS(3110), - [aux_sym_identity_file_token1] = ACTIONS(3110), - [aux_sym_ignore_unknown_token1] = ACTIONS(3110), - [aux_sym_include_token1] = ACTIONS(3110), - [aux_sym_ip_qos_token1] = ACTIONS(3110), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3110), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3110), - [aux_sym_kex_algorithms_token1] = ACTIONS(3110), - [aux_sym_known_hosts_command_token1] = ACTIONS(3110), - [aux_sym_local_command_token1] = ACTIONS(3110), - [aux_sym_local_forward_token1] = ACTIONS(3110), - [aux_sym_log_level_token1] = ACTIONS(3110), - [aux_sym_log_verbose_token1] = ACTIONS(3110), - [aux_sym_macs_token1] = ACTIONS(3110), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3110), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3110), - [aux_sym_password_authentication_token1] = ACTIONS(3110), - [aux_sym_permit_local_command_token1] = ACTIONS(3110), - [aux_sym_permit_remote_open_token1] = ACTIONS(3110), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3110), - [aux_sym_port_token1] = ACTIONS(3110), - [aux_sym_preferred_authentications_token1] = ACTIONS(3110), - [aux_sym_protocol_token1] = ACTIONS(3110), - [aux_sym_proxy_command_token1] = ACTIONS(3110), - [aux_sym_proxy_jump_token1] = ACTIONS(3110), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3110), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3110), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3110), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3110), - [aux_sym_rekey_limit_token1] = ACTIONS(3110), - [aux_sym_remote_command_token1] = ACTIONS(3110), - [aux_sym_remote_forward_token1] = ACTIONS(3110), - [aux_sym_request_tty_token1] = ACTIONS(3110), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3110), - [aux_sym_security_key_provider_token1] = ACTIONS(3110), - [aux_sym_send_env_token1] = ACTIONS(3110), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3110), - [aux_sym_server_alive_interval_token1] = ACTIONS(3110), - [aux_sym_session_type_token1] = ACTIONS(3110), - [aux_sym_set_env_token1] = ACTIONS(3110), - [aux_sym_stdin_null_token1] = ACTIONS(3110), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3110), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3110), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3110), - [aux_sym_syslog_facility_token1] = ACTIONS(3110), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3110), - [aux_sym_keep_alive_token1] = ACTIONS(3110), - [aux_sym_tunnel_token1] = ACTIONS(3112), - [aux_sym_tunnel_device_token1] = ACTIONS(3110), - [aux_sym_update_host_keys_token1] = ACTIONS(3110), - [aux_sym_use_keychain_token1] = ACTIONS(3110), - [aux_sym_use_roaming_token1] = ACTIONS(3110), - [aux_sym_user_token1] = ACTIONS(3112), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3110), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3110), - [aux_sym_visual_host_key_token1] = ACTIONS(3110), - [aux_sym_xauth_location_token1] = ACTIONS(3110), + [ts_builtin_sym_end] = ACTIONS(3213), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3215), + [aux_sym_match_token1] = ACTIONS(3213), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3213), + [aux_sym_address_family_token1] = ACTIONS(3213), + [aux_sym_batch_mode_token1] = ACTIONS(3213), + [aux_sym_bind_address_token1] = ACTIONS(3213), + [aux_sym_bind_interface_token1] = ACTIONS(3213), + [aux_sym_canonical_domains_token1] = ACTIONS(3213), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3213), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3213), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3213), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3213), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3213), + [aux_sym_certificate_file_token1] = ACTIONS(3213), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3213), + [aux_sym_check_host_ip_token1] = ACTIONS(3213), + [aux_sym_ciphers_token1] = ACTIONS(3213), + [aux_sym_cipher_token1] = ACTIONS(3215), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3213), + [aux_sym_compression_token1] = ACTIONS(3213), + [aux_sym_connection_attempts_token1] = ACTIONS(3213), + [aux_sym_connect_timeout_token1] = ACTIONS(3213), + [aux_sym_control_master_token1] = ACTIONS(3213), + [aux_sym_control_path_token1] = ACTIONS(3213), + [aux_sym_control_persist_token1] = ACTIONS(3213), + [aux_sym_dynamic_forward_token1] = ACTIONS(3213), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3213), + [aux_sym_escape_char_token1] = ACTIONS(3213), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3213), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3213), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3213), + [aux_sym_forward_agent_token1] = ACTIONS(3213), + [aux_sym_forward_x11_token1] = ACTIONS(3215), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3213), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3213), + [aux_sym_gateway_ports_token1] = ACTIONS(3213), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3213), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3213), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3213), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3213), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3213), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3213), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3213), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3213), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3213), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3213), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3213), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3213), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3213), + [aux_sym_host_key_alias_token1] = ACTIONS(3213), + [aux_sym_hostname_token1] = ACTIONS(3213), + [aux_sym_identities_only_token1] = ACTIONS(3213), + [aux_sym_identity_agent_token1] = ACTIONS(3213), + [aux_sym_identity_file_token1] = ACTIONS(3213), + [aux_sym_ignore_unknown_token1] = ACTIONS(3213), + [aux_sym_include_token1] = ACTIONS(3213), + [aux_sym_ip_qos_token1] = ACTIONS(3213), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3213), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3213), + [aux_sym_kex_algorithms_token1] = ACTIONS(3213), + [aux_sym_known_hosts_command_token1] = ACTIONS(3213), + [aux_sym_local_command_token1] = ACTIONS(3213), + [aux_sym_local_forward_token1] = ACTIONS(3213), + [aux_sym_log_level_token1] = ACTIONS(3213), + [aux_sym_log_verbose_token1] = ACTIONS(3213), + [aux_sym_macs_token1] = ACTIONS(3213), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3213), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3213), + [aux_sym_password_authentication_token1] = ACTIONS(3213), + [aux_sym_permit_local_command_token1] = ACTIONS(3213), + [aux_sym_permit_remote_open_token1] = ACTIONS(3213), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3213), + [aux_sym_port_token1] = ACTIONS(3213), + [aux_sym_preferred_authentications_token1] = ACTIONS(3213), + [aux_sym_protocol_token1] = ACTIONS(3213), + [aux_sym_proxy_command_token1] = ACTIONS(3213), + [aux_sym_proxy_jump_token1] = ACTIONS(3213), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3213), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3213), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3213), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3213), + [aux_sym_rekey_limit_token1] = ACTIONS(3213), + [aux_sym_remote_command_token1] = ACTIONS(3213), + [aux_sym_remote_forward_token1] = ACTIONS(3213), + [aux_sym_request_tty_token1] = ACTIONS(3213), + [aux_sym_required_rsa_size_token1] = ACTIONS(3213), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3213), + [aux_sym_security_key_provider_token1] = ACTIONS(3213), + [aux_sym_send_env_token1] = ACTIONS(3213), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3213), + [aux_sym_server_alive_interval_token1] = ACTIONS(3213), + [aux_sym_session_type_token1] = ACTIONS(3213), + [aux_sym_set_env_token1] = ACTIONS(3213), + [aux_sym_stdin_null_token1] = ACTIONS(3213), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3213), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3213), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3213), + [aux_sym_syslog_facility_token1] = ACTIONS(3213), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3213), + [aux_sym_keep_alive_token1] = ACTIONS(3213), + [aux_sym_tunnel_token1] = ACTIONS(3215), + [aux_sym_tunnel_device_token1] = ACTIONS(3213), + [aux_sym_update_host_keys_token1] = ACTIONS(3213), + [aux_sym_use_keychain_token1] = ACTIONS(3213), + [aux_sym_use_roaming_token1] = ACTIONS(3213), + [aux_sym_user_token1] = ACTIONS(3215), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3213), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3213), + [aux_sym_visual_host_key_token1] = ACTIONS(3213), + [aux_sym_xauth_location_token1] = ACTIONS(3213), }, [509] = { - [ts_builtin_sym_end] = ACTIONS(3114), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3116), - [aux_sym_match_token1] = ACTIONS(3114), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3114), - [aux_sym_address_family_token1] = ACTIONS(3114), - [aux_sym_batch_mode_token1] = ACTIONS(3114), - [aux_sym_bind_address_token1] = ACTIONS(3114), - [aux_sym_bind_interface_token1] = ACTIONS(3114), - [aux_sym_canonical_domains_token1] = ACTIONS(3114), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3114), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3114), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3114), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3114), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3114), - [aux_sym_certificate_file_token1] = ACTIONS(3114), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3114), - [aux_sym_check_host_ip_token1] = ACTIONS(3114), - [aux_sym_ciphers_token1] = ACTIONS(3114), - [aux_sym_cipher_token1] = ACTIONS(3116), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3114), - [aux_sym_compression_token1] = ACTIONS(3114), - [aux_sym_connection_attempts_token1] = ACTIONS(3114), - [aux_sym_connect_timeout_token1] = ACTIONS(3114), - [aux_sym_control_master_token1] = ACTIONS(3114), - [aux_sym_control_path_token1] = ACTIONS(3114), - [aux_sym_control_persist_token1] = ACTIONS(3114), - [aux_sym_dynamic_forward_token1] = ACTIONS(3114), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3114), - [aux_sym_escape_char_token1] = ACTIONS(3114), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3114), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3114), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3114), - [aux_sym_forward_agent_token1] = ACTIONS(3114), - [aux_sym_forward_x11_token1] = ACTIONS(3116), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3114), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3114), - [aux_sym_gateway_ports_token1] = ACTIONS(3114), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3114), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3114), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3114), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3114), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3114), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3114), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3114), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3114), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3114), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3114), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3114), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3114), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3114), - [aux_sym_host_key_alias_token1] = ACTIONS(3114), - [aux_sym_hostname_token1] = ACTIONS(3114), - [aux_sym_identities_only_token1] = ACTIONS(3114), - [aux_sym_identity_agent_token1] = ACTIONS(3114), - [aux_sym_identity_file_token1] = ACTIONS(3114), - [aux_sym_ignore_unknown_token1] = ACTIONS(3114), - [aux_sym_include_token1] = ACTIONS(3114), - [aux_sym_ip_qos_token1] = ACTIONS(3114), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3114), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3114), - [aux_sym_kex_algorithms_token1] = ACTIONS(3114), - [aux_sym_known_hosts_command_token1] = ACTIONS(3114), - [aux_sym_local_command_token1] = ACTIONS(3114), - [aux_sym_local_forward_token1] = ACTIONS(3114), - [aux_sym_log_level_token1] = ACTIONS(3114), - [aux_sym_log_verbose_token1] = ACTIONS(3114), - [aux_sym_macs_token1] = ACTIONS(3114), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3114), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3114), - [aux_sym_password_authentication_token1] = ACTIONS(3114), - [aux_sym_permit_local_command_token1] = ACTIONS(3114), - [aux_sym_permit_remote_open_token1] = ACTIONS(3114), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3114), - [aux_sym_port_token1] = ACTIONS(3114), - [aux_sym_preferred_authentications_token1] = ACTIONS(3114), - [aux_sym_protocol_token1] = ACTIONS(3114), - [aux_sym_proxy_command_token1] = ACTIONS(3114), - [aux_sym_proxy_jump_token1] = ACTIONS(3114), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3114), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3114), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3114), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3114), - [aux_sym_rekey_limit_token1] = ACTIONS(3114), - [aux_sym_remote_command_token1] = ACTIONS(3114), - [aux_sym_remote_forward_token1] = ACTIONS(3114), - [aux_sym_request_tty_token1] = ACTIONS(3114), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3114), - [aux_sym_security_key_provider_token1] = ACTIONS(3114), - [aux_sym_send_env_token1] = ACTIONS(3114), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3114), - [aux_sym_server_alive_interval_token1] = ACTIONS(3114), - [aux_sym_session_type_token1] = ACTIONS(3114), - [aux_sym_set_env_token1] = ACTIONS(3114), - [aux_sym_stdin_null_token1] = ACTIONS(3114), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3114), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3114), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3114), - [aux_sym_syslog_facility_token1] = ACTIONS(3114), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3114), - [aux_sym_keep_alive_token1] = ACTIONS(3114), - [aux_sym_tunnel_token1] = ACTIONS(3116), - [aux_sym_tunnel_device_token1] = ACTIONS(3114), - [aux_sym_update_host_keys_token1] = ACTIONS(3114), - [aux_sym_use_keychain_token1] = ACTIONS(3114), - [aux_sym_use_roaming_token1] = ACTIONS(3114), - [aux_sym_user_token1] = ACTIONS(3116), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3114), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3114), - [aux_sym_visual_host_key_token1] = ACTIONS(3114), - [aux_sym_xauth_location_token1] = ACTIONS(3114), + [ts_builtin_sym_end] = ACTIONS(3217), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3219), + [aux_sym_match_token1] = ACTIONS(3217), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3217), + [aux_sym_address_family_token1] = ACTIONS(3217), + [aux_sym_batch_mode_token1] = ACTIONS(3217), + [aux_sym_bind_address_token1] = ACTIONS(3217), + [aux_sym_bind_interface_token1] = ACTIONS(3217), + [aux_sym_canonical_domains_token1] = ACTIONS(3217), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3217), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3217), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3217), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3217), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3217), + [aux_sym_certificate_file_token1] = ACTIONS(3217), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3217), + [aux_sym_check_host_ip_token1] = ACTIONS(3217), + [aux_sym_ciphers_token1] = ACTIONS(3217), + [aux_sym_cipher_token1] = ACTIONS(3219), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3217), + [aux_sym_compression_token1] = ACTIONS(3217), + [aux_sym_connection_attempts_token1] = ACTIONS(3217), + [aux_sym_connect_timeout_token1] = ACTIONS(3217), + [aux_sym_control_master_token1] = ACTIONS(3217), + [aux_sym_control_path_token1] = ACTIONS(3217), + [aux_sym_control_persist_token1] = ACTIONS(3217), + [aux_sym_dynamic_forward_token1] = ACTIONS(3217), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3217), + [aux_sym_escape_char_token1] = ACTIONS(3217), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3217), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3217), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3217), + [aux_sym_forward_agent_token1] = ACTIONS(3217), + [aux_sym_forward_x11_token1] = ACTIONS(3219), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3217), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3217), + [aux_sym_gateway_ports_token1] = ACTIONS(3217), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3217), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3217), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3217), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3217), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3217), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3217), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3217), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3217), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3217), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3217), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3217), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3217), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3217), + [aux_sym_host_key_alias_token1] = ACTIONS(3217), + [aux_sym_hostname_token1] = ACTIONS(3217), + [aux_sym_identities_only_token1] = ACTIONS(3217), + [aux_sym_identity_agent_token1] = ACTIONS(3217), + [aux_sym_identity_file_token1] = ACTIONS(3217), + [aux_sym_ignore_unknown_token1] = ACTIONS(3217), + [aux_sym_include_token1] = ACTIONS(3217), + [aux_sym_ip_qos_token1] = ACTIONS(3217), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3217), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3217), + [aux_sym_kex_algorithms_token1] = ACTIONS(3217), + [aux_sym_known_hosts_command_token1] = ACTIONS(3217), + [aux_sym_local_command_token1] = ACTIONS(3217), + [aux_sym_local_forward_token1] = ACTIONS(3217), + [aux_sym_log_level_token1] = ACTIONS(3217), + [aux_sym_log_verbose_token1] = ACTIONS(3217), + [aux_sym_macs_token1] = ACTIONS(3217), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3217), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3217), + [aux_sym_password_authentication_token1] = ACTIONS(3217), + [aux_sym_permit_local_command_token1] = ACTIONS(3217), + [aux_sym_permit_remote_open_token1] = ACTIONS(3217), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3217), + [aux_sym_port_token1] = ACTIONS(3217), + [aux_sym_preferred_authentications_token1] = ACTIONS(3217), + [aux_sym_protocol_token1] = ACTIONS(3217), + [aux_sym_proxy_command_token1] = ACTIONS(3217), + [aux_sym_proxy_jump_token1] = ACTIONS(3217), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3217), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3217), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3217), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3217), + [aux_sym_rekey_limit_token1] = ACTIONS(3217), + [aux_sym_remote_command_token1] = ACTIONS(3217), + [aux_sym_remote_forward_token1] = ACTIONS(3217), + [aux_sym_request_tty_token1] = ACTIONS(3217), + [aux_sym_required_rsa_size_token1] = ACTIONS(3217), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3217), + [aux_sym_security_key_provider_token1] = ACTIONS(3217), + [aux_sym_send_env_token1] = ACTIONS(3217), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3217), + [aux_sym_server_alive_interval_token1] = ACTIONS(3217), + [aux_sym_session_type_token1] = ACTIONS(3217), + [aux_sym_set_env_token1] = ACTIONS(3217), + [aux_sym_stdin_null_token1] = ACTIONS(3217), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3217), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3217), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3217), + [aux_sym_syslog_facility_token1] = ACTIONS(3217), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3217), + [aux_sym_keep_alive_token1] = ACTIONS(3217), + [aux_sym_tunnel_token1] = ACTIONS(3219), + [aux_sym_tunnel_device_token1] = ACTIONS(3217), + [aux_sym_update_host_keys_token1] = ACTIONS(3217), + [aux_sym_use_keychain_token1] = ACTIONS(3217), + [aux_sym_use_roaming_token1] = ACTIONS(3217), + [aux_sym_user_token1] = ACTIONS(3219), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3217), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3217), + [aux_sym_visual_host_key_token1] = ACTIONS(3217), + [aux_sym_xauth_location_token1] = ACTIONS(3217), }, [510] = { - [ts_builtin_sym_end] = ACTIONS(3118), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3120), - [aux_sym_match_token1] = ACTIONS(3118), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3118), - [aux_sym_address_family_token1] = ACTIONS(3118), - [aux_sym_batch_mode_token1] = ACTIONS(3118), - [aux_sym_bind_address_token1] = ACTIONS(3118), - [aux_sym_bind_interface_token1] = ACTIONS(3118), - [aux_sym_canonical_domains_token1] = ACTIONS(3118), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3118), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3118), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3118), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3118), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3118), - [aux_sym_certificate_file_token1] = ACTIONS(3118), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3118), - [aux_sym_check_host_ip_token1] = ACTIONS(3118), - [aux_sym_ciphers_token1] = ACTIONS(3118), - [aux_sym_cipher_token1] = ACTIONS(3120), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3118), - [aux_sym_compression_token1] = ACTIONS(3118), - [aux_sym_connection_attempts_token1] = ACTIONS(3118), - [aux_sym_connect_timeout_token1] = ACTIONS(3118), - [aux_sym_control_master_token1] = ACTIONS(3118), - [aux_sym_control_path_token1] = ACTIONS(3118), - [aux_sym_control_persist_token1] = ACTIONS(3118), - [aux_sym_dynamic_forward_token1] = ACTIONS(3118), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3118), - [aux_sym_escape_char_token1] = ACTIONS(3118), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3118), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3118), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3118), - [aux_sym_forward_agent_token1] = ACTIONS(3118), - [aux_sym_forward_x11_token1] = ACTIONS(3120), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3118), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3118), - [aux_sym_gateway_ports_token1] = ACTIONS(3118), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3118), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3118), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3118), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3118), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3118), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3118), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3118), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3118), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3118), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3118), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3118), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3118), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3118), - [aux_sym_host_key_alias_token1] = ACTIONS(3118), - [aux_sym_hostname_token1] = ACTIONS(3118), - [aux_sym_identities_only_token1] = ACTIONS(3118), - [aux_sym_identity_agent_token1] = ACTIONS(3118), - [aux_sym_identity_file_token1] = ACTIONS(3118), - [aux_sym_ignore_unknown_token1] = ACTIONS(3118), - [aux_sym_include_token1] = ACTIONS(3118), - [aux_sym_ip_qos_token1] = ACTIONS(3118), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3118), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3118), - [aux_sym_kex_algorithms_token1] = ACTIONS(3118), - [aux_sym_known_hosts_command_token1] = ACTIONS(3118), - [aux_sym_local_command_token1] = ACTIONS(3118), - [aux_sym_local_forward_token1] = ACTIONS(3118), - [aux_sym_log_level_token1] = ACTIONS(3118), - [aux_sym_log_verbose_token1] = ACTIONS(3118), - [aux_sym_macs_token1] = ACTIONS(3118), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3118), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3118), - [aux_sym_password_authentication_token1] = ACTIONS(3118), - [aux_sym_permit_local_command_token1] = ACTIONS(3118), - [aux_sym_permit_remote_open_token1] = ACTIONS(3118), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3118), - [aux_sym_port_token1] = ACTIONS(3118), - [aux_sym_preferred_authentications_token1] = ACTIONS(3118), - [aux_sym_protocol_token1] = ACTIONS(3118), - [aux_sym_proxy_command_token1] = ACTIONS(3118), - [aux_sym_proxy_jump_token1] = ACTIONS(3118), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3118), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3118), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3118), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3118), - [aux_sym_rekey_limit_token1] = ACTIONS(3118), - [aux_sym_remote_command_token1] = ACTIONS(3118), - [aux_sym_remote_forward_token1] = ACTIONS(3118), - [aux_sym_request_tty_token1] = ACTIONS(3118), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3118), - [aux_sym_security_key_provider_token1] = ACTIONS(3118), - [aux_sym_send_env_token1] = ACTIONS(3118), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3118), - [aux_sym_server_alive_interval_token1] = ACTIONS(3118), - [aux_sym_session_type_token1] = ACTIONS(3118), - [aux_sym_set_env_token1] = ACTIONS(3118), - [aux_sym_stdin_null_token1] = ACTIONS(3118), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3118), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3118), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3118), - [aux_sym_syslog_facility_token1] = ACTIONS(3118), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3118), - [aux_sym_keep_alive_token1] = ACTIONS(3118), - [aux_sym_tunnel_token1] = ACTIONS(3120), - [aux_sym_tunnel_device_token1] = ACTIONS(3118), - [aux_sym_update_host_keys_token1] = ACTIONS(3118), - [aux_sym_use_keychain_token1] = ACTIONS(3118), - [aux_sym_use_roaming_token1] = ACTIONS(3118), - [aux_sym_user_token1] = ACTIONS(3120), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3118), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3118), - [aux_sym_visual_host_key_token1] = ACTIONS(3118), - [aux_sym_xauth_location_token1] = ACTIONS(3118), + [ts_builtin_sym_end] = ACTIONS(3221), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3223), + [aux_sym_match_token1] = ACTIONS(3221), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3221), + [aux_sym_address_family_token1] = ACTIONS(3221), + [aux_sym_batch_mode_token1] = ACTIONS(3221), + [aux_sym_bind_address_token1] = ACTIONS(3221), + [aux_sym_bind_interface_token1] = ACTIONS(3221), + [aux_sym_canonical_domains_token1] = ACTIONS(3221), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3221), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3221), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3221), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3221), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3221), + [aux_sym_certificate_file_token1] = ACTIONS(3221), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3221), + [aux_sym_check_host_ip_token1] = ACTIONS(3221), + [aux_sym_ciphers_token1] = ACTIONS(3221), + [aux_sym_cipher_token1] = ACTIONS(3223), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3221), + [aux_sym_compression_token1] = ACTIONS(3221), + [aux_sym_connection_attempts_token1] = ACTIONS(3221), + [aux_sym_connect_timeout_token1] = ACTIONS(3221), + [aux_sym_control_master_token1] = ACTIONS(3221), + [aux_sym_control_path_token1] = ACTIONS(3221), + [aux_sym_control_persist_token1] = ACTIONS(3221), + [aux_sym_dynamic_forward_token1] = ACTIONS(3221), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3221), + [aux_sym_escape_char_token1] = ACTIONS(3221), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3221), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3221), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3221), + [aux_sym_forward_agent_token1] = ACTIONS(3221), + [aux_sym_forward_x11_token1] = ACTIONS(3223), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3221), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3221), + [aux_sym_gateway_ports_token1] = ACTIONS(3221), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3221), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3221), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3221), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3221), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3221), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3221), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3221), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3221), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3221), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3221), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3221), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3221), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3221), + [aux_sym_host_key_alias_token1] = ACTIONS(3221), + [aux_sym_hostname_token1] = ACTIONS(3221), + [aux_sym_identities_only_token1] = ACTIONS(3221), + [aux_sym_identity_agent_token1] = ACTIONS(3221), + [aux_sym_identity_file_token1] = ACTIONS(3221), + [aux_sym_ignore_unknown_token1] = ACTIONS(3221), + [aux_sym_include_token1] = ACTIONS(3221), + [aux_sym_ip_qos_token1] = ACTIONS(3221), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3221), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3221), + [aux_sym_kex_algorithms_token1] = ACTIONS(3221), + [aux_sym_known_hosts_command_token1] = ACTIONS(3221), + [aux_sym_local_command_token1] = ACTIONS(3221), + [aux_sym_local_forward_token1] = ACTIONS(3221), + [aux_sym_log_level_token1] = ACTIONS(3221), + [aux_sym_log_verbose_token1] = ACTIONS(3221), + [aux_sym_macs_token1] = ACTIONS(3221), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3221), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3221), + [aux_sym_password_authentication_token1] = ACTIONS(3221), + [aux_sym_permit_local_command_token1] = ACTIONS(3221), + [aux_sym_permit_remote_open_token1] = ACTIONS(3221), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3221), + [aux_sym_port_token1] = ACTIONS(3221), + [aux_sym_preferred_authentications_token1] = ACTIONS(3221), + [aux_sym_protocol_token1] = ACTIONS(3221), + [aux_sym_proxy_command_token1] = ACTIONS(3221), + [aux_sym_proxy_jump_token1] = ACTIONS(3221), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3221), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3221), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3221), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3221), + [aux_sym_rekey_limit_token1] = ACTIONS(3221), + [aux_sym_remote_command_token1] = ACTIONS(3221), + [aux_sym_remote_forward_token1] = ACTIONS(3221), + [aux_sym_request_tty_token1] = ACTIONS(3221), + [aux_sym_required_rsa_size_token1] = ACTIONS(3221), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3221), + [aux_sym_security_key_provider_token1] = ACTIONS(3221), + [aux_sym_send_env_token1] = ACTIONS(3221), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3221), + [aux_sym_server_alive_interval_token1] = ACTIONS(3221), + [aux_sym_session_type_token1] = ACTIONS(3221), + [aux_sym_set_env_token1] = ACTIONS(3221), + [aux_sym_stdin_null_token1] = ACTIONS(3221), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3221), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3221), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3221), + [aux_sym_syslog_facility_token1] = ACTIONS(3221), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3221), + [aux_sym_keep_alive_token1] = ACTIONS(3221), + [aux_sym_tunnel_token1] = ACTIONS(3223), + [aux_sym_tunnel_device_token1] = ACTIONS(3221), + [aux_sym_update_host_keys_token1] = ACTIONS(3221), + [aux_sym_use_keychain_token1] = ACTIONS(3221), + [aux_sym_use_roaming_token1] = ACTIONS(3221), + [aux_sym_user_token1] = ACTIONS(3223), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3221), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3221), + [aux_sym_visual_host_key_token1] = ACTIONS(3221), + [aux_sym_xauth_location_token1] = ACTIONS(3221), }, [511] = { - [ts_builtin_sym_end] = ACTIONS(3122), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3124), - [aux_sym_match_token1] = ACTIONS(3122), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3122), - [aux_sym_address_family_token1] = ACTIONS(3122), - [aux_sym_batch_mode_token1] = ACTIONS(3122), - [aux_sym_bind_address_token1] = ACTIONS(3122), - [aux_sym_bind_interface_token1] = ACTIONS(3122), - [aux_sym_canonical_domains_token1] = ACTIONS(3122), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3122), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3122), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3122), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3122), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3122), - [aux_sym_certificate_file_token1] = ACTIONS(3122), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3122), - [aux_sym_check_host_ip_token1] = ACTIONS(3122), - [aux_sym_ciphers_token1] = ACTIONS(3122), - [aux_sym_cipher_token1] = ACTIONS(3124), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3122), - [aux_sym_compression_token1] = ACTIONS(3122), - [aux_sym_connection_attempts_token1] = ACTIONS(3122), - [aux_sym_connect_timeout_token1] = ACTIONS(3122), - [aux_sym_control_master_token1] = ACTIONS(3122), - [aux_sym_control_path_token1] = ACTIONS(3122), - [aux_sym_control_persist_token1] = ACTIONS(3122), - [aux_sym_dynamic_forward_token1] = ACTIONS(3122), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3122), - [aux_sym_escape_char_token1] = ACTIONS(3122), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3122), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3122), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3122), - [aux_sym_forward_agent_token1] = ACTIONS(3122), - [aux_sym_forward_x11_token1] = ACTIONS(3124), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3122), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3122), - [aux_sym_gateway_ports_token1] = ACTIONS(3122), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3122), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3122), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3122), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3122), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3122), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3122), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3122), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3122), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3122), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3122), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3122), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3122), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3122), - [aux_sym_host_key_alias_token1] = ACTIONS(3122), - [aux_sym_hostname_token1] = ACTIONS(3122), - [aux_sym_identities_only_token1] = ACTIONS(3122), - [aux_sym_identity_agent_token1] = ACTIONS(3122), - [aux_sym_identity_file_token1] = ACTIONS(3122), - [aux_sym_ignore_unknown_token1] = ACTIONS(3122), - [aux_sym_include_token1] = ACTIONS(3122), - [aux_sym_ip_qos_token1] = ACTIONS(3122), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3122), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3122), - [aux_sym_kex_algorithms_token1] = ACTIONS(3122), - [aux_sym_known_hosts_command_token1] = ACTIONS(3122), - [aux_sym_local_command_token1] = ACTIONS(3122), - [aux_sym_local_forward_token1] = ACTIONS(3122), - [aux_sym_log_level_token1] = ACTIONS(3122), - [aux_sym_log_verbose_token1] = ACTIONS(3122), - [aux_sym_macs_token1] = ACTIONS(3122), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3122), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3122), - [aux_sym_password_authentication_token1] = ACTIONS(3122), - [aux_sym_permit_local_command_token1] = ACTIONS(3122), - [aux_sym_permit_remote_open_token1] = ACTIONS(3122), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3122), - [aux_sym_port_token1] = ACTIONS(3122), - [aux_sym_preferred_authentications_token1] = ACTIONS(3122), - [aux_sym_protocol_token1] = ACTIONS(3122), - [aux_sym_proxy_command_token1] = ACTIONS(3122), - [aux_sym_proxy_jump_token1] = ACTIONS(3122), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3122), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3122), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3122), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3122), - [aux_sym_rekey_limit_token1] = ACTIONS(3122), - [aux_sym_remote_command_token1] = ACTIONS(3122), - [aux_sym_remote_forward_token1] = ACTIONS(3122), - [aux_sym_request_tty_token1] = ACTIONS(3122), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3122), - [aux_sym_security_key_provider_token1] = ACTIONS(3122), - [aux_sym_send_env_token1] = ACTIONS(3122), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3122), - [aux_sym_server_alive_interval_token1] = ACTIONS(3122), - [aux_sym_session_type_token1] = ACTIONS(3122), - [aux_sym_set_env_token1] = ACTIONS(3122), - [aux_sym_stdin_null_token1] = ACTIONS(3122), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3122), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3122), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3122), - [aux_sym_syslog_facility_token1] = ACTIONS(3122), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3122), - [aux_sym_keep_alive_token1] = ACTIONS(3122), - [aux_sym_tunnel_token1] = ACTIONS(3124), - [aux_sym_tunnel_device_token1] = ACTIONS(3122), - [aux_sym_update_host_keys_token1] = ACTIONS(3122), - [aux_sym_use_keychain_token1] = ACTIONS(3122), - [aux_sym_use_roaming_token1] = ACTIONS(3122), - [aux_sym_user_token1] = ACTIONS(3124), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3122), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3122), - [aux_sym_visual_host_key_token1] = ACTIONS(3122), - [aux_sym_xauth_location_token1] = ACTIONS(3122), + [ts_builtin_sym_end] = ACTIONS(3225), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3227), + [aux_sym_match_token1] = ACTIONS(3225), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3225), + [aux_sym_address_family_token1] = ACTIONS(3225), + [aux_sym_batch_mode_token1] = ACTIONS(3225), + [aux_sym_bind_address_token1] = ACTIONS(3225), + [aux_sym_bind_interface_token1] = ACTIONS(3225), + [aux_sym_canonical_domains_token1] = ACTIONS(3225), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3225), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3225), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3225), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3225), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3225), + [aux_sym_certificate_file_token1] = ACTIONS(3225), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3225), + [aux_sym_check_host_ip_token1] = ACTIONS(3225), + [aux_sym_ciphers_token1] = ACTIONS(3225), + [aux_sym_cipher_token1] = ACTIONS(3227), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3225), + [aux_sym_compression_token1] = ACTIONS(3225), + [aux_sym_connection_attempts_token1] = ACTIONS(3225), + [aux_sym_connect_timeout_token1] = ACTIONS(3225), + [aux_sym_control_master_token1] = ACTIONS(3225), + [aux_sym_control_path_token1] = ACTIONS(3225), + [aux_sym_control_persist_token1] = ACTIONS(3225), + [aux_sym_dynamic_forward_token1] = ACTIONS(3225), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3225), + [aux_sym_escape_char_token1] = ACTIONS(3225), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3225), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3225), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3225), + [aux_sym_forward_agent_token1] = ACTIONS(3225), + [aux_sym_forward_x11_token1] = ACTIONS(3227), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3225), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3225), + [aux_sym_gateway_ports_token1] = ACTIONS(3225), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3225), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3225), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3225), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3225), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3225), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3225), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3225), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3225), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3225), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3225), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3225), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3225), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3225), + [aux_sym_host_key_alias_token1] = ACTIONS(3225), + [aux_sym_hostname_token1] = ACTIONS(3225), + [aux_sym_identities_only_token1] = ACTIONS(3225), + [aux_sym_identity_agent_token1] = ACTIONS(3225), + [aux_sym_identity_file_token1] = ACTIONS(3225), + [aux_sym_ignore_unknown_token1] = ACTIONS(3225), + [aux_sym_include_token1] = ACTIONS(3225), + [aux_sym_ip_qos_token1] = ACTIONS(3225), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3225), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3225), + [aux_sym_kex_algorithms_token1] = ACTIONS(3225), + [aux_sym_known_hosts_command_token1] = ACTIONS(3225), + [aux_sym_local_command_token1] = ACTIONS(3225), + [aux_sym_local_forward_token1] = ACTIONS(3225), + [aux_sym_log_level_token1] = ACTIONS(3225), + [aux_sym_log_verbose_token1] = ACTIONS(3225), + [aux_sym_macs_token1] = ACTIONS(3225), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3225), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3225), + [aux_sym_password_authentication_token1] = ACTIONS(3225), + [aux_sym_permit_local_command_token1] = ACTIONS(3225), + [aux_sym_permit_remote_open_token1] = ACTIONS(3225), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3225), + [aux_sym_port_token1] = ACTIONS(3225), + [aux_sym_preferred_authentications_token1] = ACTIONS(3225), + [aux_sym_protocol_token1] = ACTIONS(3225), + [aux_sym_proxy_command_token1] = ACTIONS(3225), + [aux_sym_proxy_jump_token1] = ACTIONS(3225), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3225), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3225), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3225), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3225), + [aux_sym_rekey_limit_token1] = ACTIONS(3225), + [aux_sym_remote_command_token1] = ACTIONS(3225), + [aux_sym_remote_forward_token1] = ACTIONS(3225), + [aux_sym_request_tty_token1] = ACTIONS(3225), + [aux_sym_required_rsa_size_token1] = ACTIONS(3225), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3225), + [aux_sym_security_key_provider_token1] = ACTIONS(3225), + [aux_sym_send_env_token1] = ACTIONS(3225), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3225), + [aux_sym_server_alive_interval_token1] = ACTIONS(3225), + [aux_sym_session_type_token1] = ACTIONS(3225), + [aux_sym_set_env_token1] = ACTIONS(3225), + [aux_sym_stdin_null_token1] = ACTIONS(3225), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3225), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3225), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3225), + [aux_sym_syslog_facility_token1] = ACTIONS(3225), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3225), + [aux_sym_keep_alive_token1] = ACTIONS(3225), + [aux_sym_tunnel_token1] = ACTIONS(3227), + [aux_sym_tunnel_device_token1] = ACTIONS(3225), + [aux_sym_update_host_keys_token1] = ACTIONS(3225), + [aux_sym_use_keychain_token1] = ACTIONS(3225), + [aux_sym_use_roaming_token1] = ACTIONS(3225), + [aux_sym_user_token1] = ACTIONS(3227), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3225), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3225), + [aux_sym_visual_host_key_token1] = ACTIONS(3225), + [aux_sym_xauth_location_token1] = ACTIONS(3225), }, [512] = { - [ts_builtin_sym_end] = ACTIONS(1174), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1176), - [aux_sym_match_token1] = ACTIONS(1174), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1174), - [aux_sym_address_family_token1] = ACTIONS(1174), - [aux_sym_batch_mode_token1] = ACTIONS(1174), - [aux_sym_bind_address_token1] = ACTIONS(1174), - [aux_sym_bind_interface_token1] = ACTIONS(1174), - [aux_sym_canonical_domains_token1] = ACTIONS(1174), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1174), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1174), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1174), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1174), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1174), - [aux_sym_certificate_file_token1] = ACTIONS(1174), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1174), - [aux_sym_check_host_ip_token1] = ACTIONS(1174), - [aux_sym_ciphers_token1] = ACTIONS(1174), - [aux_sym_cipher_token1] = ACTIONS(1176), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1174), - [aux_sym_compression_token1] = ACTIONS(1174), - [aux_sym_connection_attempts_token1] = ACTIONS(1174), - [aux_sym_connect_timeout_token1] = ACTIONS(1174), - [aux_sym_control_master_token1] = ACTIONS(1174), - [aux_sym_control_path_token1] = ACTIONS(1174), - [aux_sym_control_persist_token1] = ACTIONS(1174), - [aux_sym_dynamic_forward_token1] = ACTIONS(1174), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1174), - [aux_sym_escape_char_token1] = ACTIONS(1174), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1174), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1174), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1174), - [aux_sym_forward_agent_token1] = ACTIONS(1174), - [aux_sym_forward_x11_token1] = ACTIONS(1176), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1174), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1174), - [aux_sym_gateway_ports_token1] = ACTIONS(1174), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1174), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1174), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1174), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1174), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1174), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1174), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1174), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1174), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1174), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1174), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1174), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1174), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1174), - [aux_sym_host_key_alias_token1] = ACTIONS(1174), - [aux_sym_hostname_token1] = ACTIONS(1174), - [aux_sym_identities_only_token1] = ACTIONS(1174), - [aux_sym_identity_agent_token1] = ACTIONS(1174), - [aux_sym_identity_file_token1] = ACTIONS(1174), - [aux_sym_ignore_unknown_token1] = ACTIONS(1174), - [aux_sym_include_token1] = ACTIONS(1174), - [aux_sym_ip_qos_token1] = ACTIONS(1174), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1174), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1174), - [aux_sym_kex_algorithms_token1] = ACTIONS(1174), - [aux_sym_known_hosts_command_token1] = ACTIONS(1174), - [aux_sym_local_command_token1] = ACTIONS(1174), - [aux_sym_local_forward_token1] = ACTIONS(1174), - [aux_sym_log_level_token1] = ACTIONS(1174), - [aux_sym_log_verbose_token1] = ACTIONS(1174), - [aux_sym_macs_token1] = ACTIONS(1174), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1174), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1174), - [aux_sym_password_authentication_token1] = ACTIONS(1174), - [aux_sym_permit_local_command_token1] = ACTIONS(1174), - [aux_sym_permit_remote_open_token1] = ACTIONS(1174), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1174), - [aux_sym_port_token1] = ACTIONS(1174), - [aux_sym_preferred_authentications_token1] = ACTIONS(1174), - [aux_sym_protocol_token1] = ACTIONS(1174), - [aux_sym_proxy_command_token1] = ACTIONS(1174), - [aux_sym_proxy_jump_token1] = ACTIONS(1174), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1174), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1174), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1174), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1174), - [aux_sym_rekey_limit_token1] = ACTIONS(1174), - [aux_sym_remote_command_token1] = ACTIONS(1174), - [aux_sym_remote_forward_token1] = ACTIONS(1174), - [aux_sym_request_tty_token1] = ACTIONS(1174), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1174), - [aux_sym_security_key_provider_token1] = ACTIONS(1174), - [aux_sym_send_env_token1] = ACTIONS(1174), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1174), - [aux_sym_server_alive_interval_token1] = ACTIONS(1174), - [aux_sym_session_type_token1] = ACTIONS(1174), - [aux_sym_set_env_token1] = ACTIONS(1174), - [aux_sym_stdin_null_token1] = ACTIONS(1174), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1174), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1174), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1174), - [aux_sym_syslog_facility_token1] = ACTIONS(1174), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1174), - [aux_sym_keep_alive_token1] = ACTIONS(1174), - [aux_sym_tunnel_token1] = ACTIONS(1176), - [aux_sym_tunnel_device_token1] = ACTIONS(1174), - [aux_sym_update_host_keys_token1] = ACTIONS(1174), - [aux_sym_use_keychain_token1] = ACTIONS(1174), - [aux_sym_use_roaming_token1] = ACTIONS(1174), - [aux_sym_user_token1] = ACTIONS(1176), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1174), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1174), - [aux_sym_visual_host_key_token1] = ACTIONS(1174), - [aux_sym_xauth_location_token1] = ACTIONS(1174), + [ts_builtin_sym_end] = ACTIONS(3229), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3231), + [aux_sym_match_token1] = ACTIONS(3229), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3229), + [aux_sym_address_family_token1] = ACTIONS(3229), + [aux_sym_batch_mode_token1] = ACTIONS(3229), + [aux_sym_bind_address_token1] = ACTIONS(3229), + [aux_sym_bind_interface_token1] = ACTIONS(3229), + [aux_sym_canonical_domains_token1] = ACTIONS(3229), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3229), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3229), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3229), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3229), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3229), + [aux_sym_certificate_file_token1] = ACTIONS(3229), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3229), + [aux_sym_check_host_ip_token1] = ACTIONS(3229), + [aux_sym_ciphers_token1] = ACTIONS(3229), + [aux_sym_cipher_token1] = ACTIONS(3231), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3229), + [aux_sym_compression_token1] = ACTIONS(3229), + [aux_sym_connection_attempts_token1] = ACTIONS(3229), + [aux_sym_connect_timeout_token1] = ACTIONS(3229), + [aux_sym_control_master_token1] = ACTIONS(3229), + [aux_sym_control_path_token1] = ACTIONS(3229), + [aux_sym_control_persist_token1] = ACTIONS(3229), + [aux_sym_dynamic_forward_token1] = ACTIONS(3229), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3229), + [aux_sym_escape_char_token1] = ACTIONS(3229), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3229), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3229), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3229), + [aux_sym_forward_agent_token1] = ACTIONS(3229), + [aux_sym_forward_x11_token1] = ACTIONS(3231), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3229), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3229), + [aux_sym_gateway_ports_token1] = ACTIONS(3229), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3229), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3229), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3229), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3229), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3229), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3229), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3229), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3229), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3229), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3229), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3229), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3229), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3229), + [aux_sym_host_key_alias_token1] = ACTIONS(3229), + [aux_sym_hostname_token1] = ACTIONS(3229), + [aux_sym_identities_only_token1] = ACTIONS(3229), + [aux_sym_identity_agent_token1] = ACTIONS(3229), + [aux_sym_identity_file_token1] = ACTIONS(3229), + [aux_sym_ignore_unknown_token1] = ACTIONS(3229), + [aux_sym_include_token1] = ACTIONS(3229), + [aux_sym_ip_qos_token1] = ACTIONS(3229), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3229), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3229), + [aux_sym_kex_algorithms_token1] = ACTIONS(3229), + [aux_sym_known_hosts_command_token1] = ACTIONS(3229), + [aux_sym_local_command_token1] = ACTIONS(3229), + [aux_sym_local_forward_token1] = ACTIONS(3229), + [aux_sym_log_level_token1] = ACTIONS(3229), + [aux_sym_log_verbose_token1] = ACTIONS(3229), + [aux_sym_macs_token1] = ACTIONS(3229), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3229), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3229), + [aux_sym_password_authentication_token1] = ACTIONS(3229), + [aux_sym_permit_local_command_token1] = ACTIONS(3229), + [aux_sym_permit_remote_open_token1] = ACTIONS(3229), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3229), + [aux_sym_port_token1] = ACTIONS(3229), + [aux_sym_preferred_authentications_token1] = ACTIONS(3229), + [aux_sym_protocol_token1] = ACTIONS(3229), + [aux_sym_proxy_command_token1] = ACTIONS(3229), + [aux_sym_proxy_jump_token1] = ACTIONS(3229), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3229), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3229), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3229), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3229), + [aux_sym_rekey_limit_token1] = ACTIONS(3229), + [aux_sym_remote_command_token1] = ACTIONS(3229), + [aux_sym_remote_forward_token1] = ACTIONS(3229), + [aux_sym_request_tty_token1] = ACTIONS(3229), + [aux_sym_required_rsa_size_token1] = ACTIONS(3229), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3229), + [aux_sym_security_key_provider_token1] = ACTIONS(3229), + [aux_sym_send_env_token1] = ACTIONS(3229), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3229), + [aux_sym_server_alive_interval_token1] = ACTIONS(3229), + [aux_sym_session_type_token1] = ACTIONS(3229), + [aux_sym_set_env_token1] = ACTIONS(3229), + [aux_sym_stdin_null_token1] = ACTIONS(3229), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3229), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3229), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3229), + [aux_sym_syslog_facility_token1] = ACTIONS(3229), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3229), + [aux_sym_keep_alive_token1] = ACTIONS(3229), + [aux_sym_tunnel_token1] = ACTIONS(3231), + [aux_sym_tunnel_device_token1] = ACTIONS(3229), + [aux_sym_update_host_keys_token1] = ACTIONS(3229), + [aux_sym_use_keychain_token1] = ACTIONS(3229), + [aux_sym_use_roaming_token1] = ACTIONS(3229), + [aux_sym_user_token1] = ACTIONS(3231), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3229), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3229), + [aux_sym_visual_host_key_token1] = ACTIONS(3229), + [aux_sym_xauth_location_token1] = ACTIONS(3229), }, [513] = { - [ts_builtin_sym_end] = ACTIONS(1090), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1092), - [aux_sym_match_token1] = ACTIONS(1090), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1090), - [aux_sym_address_family_token1] = ACTIONS(1090), - [aux_sym_batch_mode_token1] = ACTIONS(1090), - [aux_sym_bind_address_token1] = ACTIONS(1090), - [aux_sym_bind_interface_token1] = ACTIONS(1090), - [aux_sym_canonical_domains_token1] = ACTIONS(1090), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1090), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1090), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1090), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1090), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1090), - [aux_sym_certificate_file_token1] = ACTIONS(1090), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1090), - [aux_sym_check_host_ip_token1] = ACTIONS(1090), - [aux_sym_ciphers_token1] = ACTIONS(1090), - [aux_sym_cipher_token1] = ACTIONS(1092), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1090), - [aux_sym_compression_token1] = ACTIONS(1090), - [aux_sym_connection_attempts_token1] = ACTIONS(1090), - [aux_sym_connect_timeout_token1] = ACTIONS(1090), - [aux_sym_control_master_token1] = ACTIONS(1090), - [aux_sym_control_path_token1] = ACTIONS(1090), - [aux_sym_control_persist_token1] = ACTIONS(1090), - [aux_sym_dynamic_forward_token1] = ACTIONS(1090), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1090), - [aux_sym_escape_char_token1] = ACTIONS(1090), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1090), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1090), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1090), - [aux_sym_forward_agent_token1] = ACTIONS(1090), - [aux_sym_forward_x11_token1] = ACTIONS(1092), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1090), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1090), - [aux_sym_gateway_ports_token1] = ACTIONS(1090), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1090), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1090), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1090), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1090), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1090), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1090), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1090), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1090), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1090), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1090), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1090), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1090), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1090), - [aux_sym_host_key_alias_token1] = ACTIONS(1090), - [aux_sym_hostname_token1] = ACTIONS(1090), - [aux_sym_identities_only_token1] = ACTIONS(1090), - [aux_sym_identity_agent_token1] = ACTIONS(1090), - [aux_sym_identity_file_token1] = ACTIONS(1090), - [aux_sym_ignore_unknown_token1] = ACTIONS(1090), - [aux_sym_include_token1] = ACTIONS(1090), - [aux_sym_ip_qos_token1] = ACTIONS(1090), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1090), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1090), - [aux_sym_kex_algorithms_token1] = ACTIONS(1090), - [aux_sym_known_hosts_command_token1] = ACTIONS(1090), - [aux_sym_local_command_token1] = ACTIONS(1090), - [aux_sym_local_forward_token1] = ACTIONS(1090), - [aux_sym_log_level_token1] = ACTIONS(1090), - [aux_sym_log_verbose_token1] = ACTIONS(1090), - [aux_sym_macs_token1] = ACTIONS(1090), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1090), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1090), - [aux_sym_password_authentication_token1] = ACTIONS(1090), - [aux_sym_permit_local_command_token1] = ACTIONS(1090), - [aux_sym_permit_remote_open_token1] = ACTIONS(1090), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1090), - [aux_sym_port_token1] = ACTIONS(1090), - [aux_sym_preferred_authentications_token1] = ACTIONS(1090), - [aux_sym_protocol_token1] = ACTIONS(1090), - [aux_sym_proxy_command_token1] = ACTIONS(1090), - [aux_sym_proxy_jump_token1] = ACTIONS(1090), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1090), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1090), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1090), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1090), - [aux_sym_rekey_limit_token1] = ACTIONS(1090), - [aux_sym_remote_command_token1] = ACTIONS(1090), - [aux_sym_remote_forward_token1] = ACTIONS(1090), - [aux_sym_request_tty_token1] = ACTIONS(1090), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1090), - [aux_sym_security_key_provider_token1] = ACTIONS(1090), - [aux_sym_send_env_token1] = ACTIONS(1090), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1090), - [aux_sym_server_alive_interval_token1] = ACTIONS(1090), - [aux_sym_session_type_token1] = ACTIONS(1090), - [aux_sym_set_env_token1] = ACTIONS(1090), - [aux_sym_stdin_null_token1] = ACTIONS(1090), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1090), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1090), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1090), - [aux_sym_syslog_facility_token1] = ACTIONS(1090), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1090), - [aux_sym_keep_alive_token1] = ACTIONS(1090), - [aux_sym_tunnel_token1] = ACTIONS(1092), - [aux_sym_tunnel_device_token1] = ACTIONS(1090), - [aux_sym_update_host_keys_token1] = ACTIONS(1090), - [aux_sym_use_keychain_token1] = ACTIONS(1090), - [aux_sym_use_roaming_token1] = ACTIONS(1090), - [aux_sym_user_token1] = ACTIONS(1092), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1090), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1090), - [aux_sym_visual_host_key_token1] = ACTIONS(1090), - [aux_sym_xauth_location_token1] = ACTIONS(1090), + [ts_builtin_sym_end] = ACTIONS(3233), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3235), + [aux_sym_match_token1] = ACTIONS(3233), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3233), + [aux_sym_address_family_token1] = ACTIONS(3233), + [aux_sym_batch_mode_token1] = ACTIONS(3233), + [aux_sym_bind_address_token1] = ACTIONS(3233), + [aux_sym_bind_interface_token1] = ACTIONS(3233), + [aux_sym_canonical_domains_token1] = ACTIONS(3233), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3233), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3233), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3233), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3233), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3233), + [aux_sym_certificate_file_token1] = ACTIONS(3233), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3233), + [aux_sym_check_host_ip_token1] = ACTIONS(3233), + [aux_sym_ciphers_token1] = ACTIONS(3233), + [aux_sym_cipher_token1] = ACTIONS(3235), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3233), + [aux_sym_compression_token1] = ACTIONS(3233), + [aux_sym_connection_attempts_token1] = ACTIONS(3233), + [aux_sym_connect_timeout_token1] = ACTIONS(3233), + [aux_sym_control_master_token1] = ACTIONS(3233), + [aux_sym_control_path_token1] = ACTIONS(3233), + [aux_sym_control_persist_token1] = ACTIONS(3233), + [aux_sym_dynamic_forward_token1] = ACTIONS(3233), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3233), + [aux_sym_escape_char_token1] = ACTIONS(3233), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3233), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3233), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3233), + [aux_sym_forward_agent_token1] = ACTIONS(3233), + [aux_sym_forward_x11_token1] = ACTIONS(3235), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3233), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3233), + [aux_sym_gateway_ports_token1] = ACTIONS(3233), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3233), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3233), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3233), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3233), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3233), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3233), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3233), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3233), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3233), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3233), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3233), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3233), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3233), + [aux_sym_host_key_alias_token1] = ACTIONS(3233), + [aux_sym_hostname_token1] = ACTIONS(3233), + [aux_sym_identities_only_token1] = ACTIONS(3233), + [aux_sym_identity_agent_token1] = ACTIONS(3233), + [aux_sym_identity_file_token1] = ACTIONS(3233), + [aux_sym_ignore_unknown_token1] = ACTIONS(3233), + [aux_sym_include_token1] = ACTIONS(3233), + [aux_sym_ip_qos_token1] = ACTIONS(3233), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3233), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3233), + [aux_sym_kex_algorithms_token1] = ACTIONS(3233), + [aux_sym_known_hosts_command_token1] = ACTIONS(3233), + [aux_sym_local_command_token1] = ACTIONS(3233), + [aux_sym_local_forward_token1] = ACTIONS(3233), + [aux_sym_log_level_token1] = ACTIONS(3233), + [aux_sym_log_verbose_token1] = ACTIONS(3233), + [aux_sym_macs_token1] = ACTIONS(3233), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3233), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3233), + [aux_sym_password_authentication_token1] = ACTIONS(3233), + [aux_sym_permit_local_command_token1] = ACTIONS(3233), + [aux_sym_permit_remote_open_token1] = ACTIONS(3233), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3233), + [aux_sym_port_token1] = ACTIONS(3233), + [aux_sym_preferred_authentications_token1] = ACTIONS(3233), + [aux_sym_protocol_token1] = ACTIONS(3233), + [aux_sym_proxy_command_token1] = ACTIONS(3233), + [aux_sym_proxy_jump_token1] = ACTIONS(3233), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3233), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3233), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3233), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3233), + [aux_sym_rekey_limit_token1] = ACTIONS(3233), + [aux_sym_remote_command_token1] = ACTIONS(3233), + [aux_sym_remote_forward_token1] = ACTIONS(3233), + [aux_sym_request_tty_token1] = ACTIONS(3233), + [aux_sym_required_rsa_size_token1] = ACTIONS(3233), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3233), + [aux_sym_security_key_provider_token1] = ACTIONS(3233), + [aux_sym_send_env_token1] = ACTIONS(3233), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3233), + [aux_sym_server_alive_interval_token1] = ACTIONS(3233), + [aux_sym_session_type_token1] = ACTIONS(3233), + [aux_sym_set_env_token1] = ACTIONS(3233), + [aux_sym_stdin_null_token1] = ACTIONS(3233), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3233), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3233), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3233), + [aux_sym_syslog_facility_token1] = ACTIONS(3233), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3233), + [aux_sym_keep_alive_token1] = ACTIONS(3233), + [aux_sym_tunnel_token1] = ACTIONS(3235), + [aux_sym_tunnel_device_token1] = ACTIONS(3233), + [aux_sym_update_host_keys_token1] = ACTIONS(3233), + [aux_sym_use_keychain_token1] = ACTIONS(3233), + [aux_sym_use_roaming_token1] = ACTIONS(3233), + [aux_sym_user_token1] = ACTIONS(3235), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3233), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3233), + [aux_sym_visual_host_key_token1] = ACTIONS(3233), + [aux_sym_xauth_location_token1] = ACTIONS(3233), }, [514] = { - [ts_builtin_sym_end] = ACTIONS(3126), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3128), - [aux_sym_match_token1] = ACTIONS(3126), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3126), - [aux_sym_address_family_token1] = ACTIONS(3126), - [aux_sym_batch_mode_token1] = ACTIONS(3126), - [aux_sym_bind_address_token1] = ACTIONS(3126), - [aux_sym_bind_interface_token1] = ACTIONS(3126), - [aux_sym_canonical_domains_token1] = ACTIONS(3126), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3126), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3126), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3126), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3126), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3126), - [aux_sym_certificate_file_token1] = ACTIONS(3126), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3126), - [aux_sym_check_host_ip_token1] = ACTIONS(3126), - [aux_sym_ciphers_token1] = ACTIONS(3126), - [aux_sym_cipher_token1] = ACTIONS(3128), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3126), - [aux_sym_compression_token1] = ACTIONS(3126), - [aux_sym_connection_attempts_token1] = ACTIONS(3126), - [aux_sym_connect_timeout_token1] = ACTIONS(3126), - [aux_sym_control_master_token1] = ACTIONS(3126), - [aux_sym_control_path_token1] = ACTIONS(3126), - [aux_sym_control_persist_token1] = ACTIONS(3126), - [aux_sym_dynamic_forward_token1] = ACTIONS(3126), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3126), - [aux_sym_escape_char_token1] = ACTIONS(3126), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3126), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3126), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3126), - [aux_sym_forward_agent_token1] = ACTIONS(3126), - [aux_sym_forward_x11_token1] = ACTIONS(3128), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3126), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3126), - [aux_sym_gateway_ports_token1] = ACTIONS(3126), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3126), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3126), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3126), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3126), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3126), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3126), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3126), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3126), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3126), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3126), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3126), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3126), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3126), - [aux_sym_host_key_alias_token1] = ACTIONS(3126), - [aux_sym_hostname_token1] = ACTIONS(3126), - [aux_sym_identities_only_token1] = ACTIONS(3126), - [aux_sym_identity_agent_token1] = ACTIONS(3126), - [aux_sym_identity_file_token1] = ACTIONS(3126), - [aux_sym_ignore_unknown_token1] = ACTIONS(3126), - [aux_sym_include_token1] = ACTIONS(3126), - [aux_sym_ip_qos_token1] = ACTIONS(3126), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3126), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3126), - [aux_sym_kex_algorithms_token1] = ACTIONS(3126), - [aux_sym_known_hosts_command_token1] = ACTIONS(3126), - [aux_sym_local_command_token1] = ACTIONS(3126), - [aux_sym_local_forward_token1] = ACTIONS(3126), - [aux_sym_log_level_token1] = ACTIONS(3126), - [aux_sym_log_verbose_token1] = ACTIONS(3126), - [aux_sym_macs_token1] = ACTIONS(3126), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3126), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3126), - [aux_sym_password_authentication_token1] = ACTIONS(3126), - [aux_sym_permit_local_command_token1] = ACTIONS(3126), - [aux_sym_permit_remote_open_token1] = ACTIONS(3126), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3126), - [aux_sym_port_token1] = ACTIONS(3126), - [aux_sym_preferred_authentications_token1] = ACTIONS(3126), - [aux_sym_protocol_token1] = ACTIONS(3126), - [aux_sym_proxy_command_token1] = ACTIONS(3126), - [aux_sym_proxy_jump_token1] = ACTIONS(3126), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3126), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3126), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3126), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3126), - [aux_sym_rekey_limit_token1] = ACTIONS(3126), - [aux_sym_remote_command_token1] = ACTIONS(3126), - [aux_sym_remote_forward_token1] = ACTIONS(3126), - [aux_sym_request_tty_token1] = ACTIONS(3126), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3126), - [aux_sym_security_key_provider_token1] = ACTIONS(3126), - [aux_sym_send_env_token1] = ACTIONS(3126), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3126), - [aux_sym_server_alive_interval_token1] = ACTIONS(3126), - [aux_sym_session_type_token1] = ACTIONS(3126), - [aux_sym_set_env_token1] = ACTIONS(3126), - [aux_sym_stdin_null_token1] = ACTIONS(3126), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3126), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3126), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3126), - [aux_sym_syslog_facility_token1] = ACTIONS(3126), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3126), - [aux_sym_keep_alive_token1] = ACTIONS(3126), - [aux_sym_tunnel_token1] = ACTIONS(3128), - [aux_sym_tunnel_device_token1] = ACTIONS(3126), - [aux_sym_update_host_keys_token1] = ACTIONS(3126), - [aux_sym_use_keychain_token1] = ACTIONS(3126), - [aux_sym_use_roaming_token1] = ACTIONS(3126), - [aux_sym_user_token1] = ACTIONS(3128), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3126), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3126), - [aux_sym_visual_host_key_token1] = ACTIONS(3126), - [aux_sym_xauth_location_token1] = ACTIONS(3126), + [ts_builtin_sym_end] = ACTIONS(3237), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3239), + [aux_sym_match_token1] = ACTIONS(3237), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3237), + [aux_sym_address_family_token1] = ACTIONS(3237), + [aux_sym_batch_mode_token1] = ACTIONS(3237), + [aux_sym_bind_address_token1] = ACTIONS(3237), + [aux_sym_bind_interface_token1] = ACTIONS(3237), + [aux_sym_canonical_domains_token1] = ACTIONS(3237), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3237), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3237), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3237), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3237), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3237), + [aux_sym_certificate_file_token1] = ACTIONS(3237), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3237), + [aux_sym_check_host_ip_token1] = ACTIONS(3237), + [aux_sym_ciphers_token1] = ACTIONS(3237), + [aux_sym_cipher_token1] = ACTIONS(3239), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3237), + [aux_sym_compression_token1] = ACTIONS(3237), + [aux_sym_connection_attempts_token1] = ACTIONS(3237), + [aux_sym_connect_timeout_token1] = ACTIONS(3237), + [aux_sym_control_master_token1] = ACTIONS(3237), + [aux_sym_control_path_token1] = ACTIONS(3237), + [aux_sym_control_persist_token1] = ACTIONS(3237), + [aux_sym_dynamic_forward_token1] = ACTIONS(3237), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3237), + [aux_sym_escape_char_token1] = ACTIONS(3237), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3237), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3237), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3237), + [aux_sym_forward_agent_token1] = ACTIONS(3237), + [aux_sym_forward_x11_token1] = ACTIONS(3239), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3237), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3237), + [aux_sym_gateway_ports_token1] = ACTIONS(3237), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3237), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3237), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3237), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3237), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3237), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3237), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3237), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3237), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3237), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3237), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3237), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3237), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3237), + [aux_sym_host_key_alias_token1] = ACTIONS(3237), + [aux_sym_hostname_token1] = ACTIONS(3237), + [aux_sym_identities_only_token1] = ACTIONS(3237), + [aux_sym_identity_agent_token1] = ACTIONS(3237), + [aux_sym_identity_file_token1] = ACTIONS(3237), + [aux_sym_ignore_unknown_token1] = ACTIONS(3237), + [aux_sym_include_token1] = ACTIONS(3237), + [aux_sym_ip_qos_token1] = ACTIONS(3237), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3237), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3237), + [aux_sym_kex_algorithms_token1] = ACTIONS(3237), + [aux_sym_known_hosts_command_token1] = ACTIONS(3237), + [aux_sym_local_command_token1] = ACTIONS(3237), + [aux_sym_local_forward_token1] = ACTIONS(3237), + [aux_sym_log_level_token1] = ACTIONS(3237), + [aux_sym_log_verbose_token1] = ACTIONS(3237), + [aux_sym_macs_token1] = ACTIONS(3237), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3237), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3237), + [aux_sym_password_authentication_token1] = ACTIONS(3237), + [aux_sym_permit_local_command_token1] = ACTIONS(3237), + [aux_sym_permit_remote_open_token1] = ACTIONS(3237), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3237), + [aux_sym_port_token1] = ACTIONS(3237), + [aux_sym_preferred_authentications_token1] = ACTIONS(3237), + [aux_sym_protocol_token1] = ACTIONS(3237), + [aux_sym_proxy_command_token1] = ACTIONS(3237), + [aux_sym_proxy_jump_token1] = ACTIONS(3237), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3237), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3237), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3237), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3237), + [aux_sym_rekey_limit_token1] = ACTIONS(3237), + [aux_sym_remote_command_token1] = ACTIONS(3237), + [aux_sym_remote_forward_token1] = ACTIONS(3237), + [aux_sym_request_tty_token1] = ACTIONS(3237), + [aux_sym_required_rsa_size_token1] = ACTIONS(3237), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3237), + [aux_sym_security_key_provider_token1] = ACTIONS(3237), + [aux_sym_send_env_token1] = ACTIONS(3237), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3237), + [aux_sym_server_alive_interval_token1] = ACTIONS(3237), + [aux_sym_session_type_token1] = ACTIONS(3237), + [aux_sym_set_env_token1] = ACTIONS(3237), + [aux_sym_stdin_null_token1] = ACTIONS(3237), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3237), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3237), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3237), + [aux_sym_syslog_facility_token1] = ACTIONS(3237), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3237), + [aux_sym_keep_alive_token1] = ACTIONS(3237), + [aux_sym_tunnel_token1] = ACTIONS(3239), + [aux_sym_tunnel_device_token1] = ACTIONS(3237), + [aux_sym_update_host_keys_token1] = ACTIONS(3237), + [aux_sym_use_keychain_token1] = ACTIONS(3237), + [aux_sym_use_roaming_token1] = ACTIONS(3237), + [aux_sym_user_token1] = ACTIONS(3239), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3237), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3237), + [aux_sym_visual_host_key_token1] = ACTIONS(3237), + [aux_sym_xauth_location_token1] = ACTIONS(3237), }, [515] = { - [ts_builtin_sym_end] = ACTIONS(3130), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3132), - [aux_sym_match_token1] = ACTIONS(3130), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3130), - [aux_sym_address_family_token1] = ACTIONS(3130), - [aux_sym_batch_mode_token1] = ACTIONS(3130), - [aux_sym_bind_address_token1] = ACTIONS(3130), - [aux_sym_bind_interface_token1] = ACTIONS(3130), - [aux_sym_canonical_domains_token1] = ACTIONS(3130), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3130), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3130), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3130), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3130), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3130), - [aux_sym_certificate_file_token1] = ACTIONS(3130), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3130), - [aux_sym_check_host_ip_token1] = ACTIONS(3130), - [aux_sym_ciphers_token1] = ACTIONS(3130), - [aux_sym_cipher_token1] = ACTIONS(3132), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3130), - [aux_sym_compression_token1] = ACTIONS(3130), - [aux_sym_connection_attempts_token1] = ACTIONS(3130), - [aux_sym_connect_timeout_token1] = ACTIONS(3130), - [aux_sym_control_master_token1] = ACTIONS(3130), - [aux_sym_control_path_token1] = ACTIONS(3130), - [aux_sym_control_persist_token1] = ACTIONS(3130), - [aux_sym_dynamic_forward_token1] = ACTIONS(3130), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3130), - [aux_sym_escape_char_token1] = ACTIONS(3130), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3130), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3130), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3130), - [aux_sym_forward_agent_token1] = ACTIONS(3130), - [aux_sym_forward_x11_token1] = ACTIONS(3132), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3130), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3130), - [aux_sym_gateway_ports_token1] = ACTIONS(3130), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3130), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3130), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3130), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3130), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3130), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3130), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3130), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3130), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3130), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3130), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3130), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3130), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3130), - [aux_sym_host_key_alias_token1] = ACTIONS(3130), - [aux_sym_hostname_token1] = ACTIONS(3130), - [aux_sym_identities_only_token1] = ACTIONS(3130), - [aux_sym_identity_agent_token1] = ACTIONS(3130), - [aux_sym_identity_file_token1] = ACTIONS(3130), - [aux_sym_ignore_unknown_token1] = ACTIONS(3130), - [aux_sym_include_token1] = ACTIONS(3130), - [aux_sym_ip_qos_token1] = ACTIONS(3130), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3130), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3130), - [aux_sym_kex_algorithms_token1] = ACTIONS(3130), - [aux_sym_known_hosts_command_token1] = ACTIONS(3130), - [aux_sym_local_command_token1] = ACTIONS(3130), - [aux_sym_local_forward_token1] = ACTIONS(3130), - [aux_sym_log_level_token1] = ACTIONS(3130), - [aux_sym_log_verbose_token1] = ACTIONS(3130), - [aux_sym_macs_token1] = ACTIONS(3130), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3130), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3130), - [aux_sym_password_authentication_token1] = ACTIONS(3130), - [aux_sym_permit_local_command_token1] = ACTIONS(3130), - [aux_sym_permit_remote_open_token1] = ACTIONS(3130), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3130), - [aux_sym_port_token1] = ACTIONS(3130), - [aux_sym_preferred_authentications_token1] = ACTIONS(3130), - [aux_sym_protocol_token1] = ACTIONS(3130), - [aux_sym_proxy_command_token1] = ACTIONS(3130), - [aux_sym_proxy_jump_token1] = ACTIONS(3130), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3130), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3130), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3130), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3130), - [aux_sym_rekey_limit_token1] = ACTIONS(3130), - [aux_sym_remote_command_token1] = ACTIONS(3130), - [aux_sym_remote_forward_token1] = ACTIONS(3130), - [aux_sym_request_tty_token1] = ACTIONS(3130), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3130), - [aux_sym_security_key_provider_token1] = ACTIONS(3130), - [aux_sym_send_env_token1] = ACTIONS(3130), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3130), - [aux_sym_server_alive_interval_token1] = ACTIONS(3130), - [aux_sym_session_type_token1] = ACTIONS(3130), - [aux_sym_set_env_token1] = ACTIONS(3130), - [aux_sym_stdin_null_token1] = ACTIONS(3130), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3130), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3130), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3130), - [aux_sym_syslog_facility_token1] = ACTIONS(3130), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3130), - [aux_sym_keep_alive_token1] = ACTIONS(3130), - [aux_sym_tunnel_token1] = ACTIONS(3132), - [aux_sym_tunnel_device_token1] = ACTIONS(3130), - [aux_sym_update_host_keys_token1] = ACTIONS(3130), - [aux_sym_use_keychain_token1] = ACTIONS(3130), - [aux_sym_use_roaming_token1] = ACTIONS(3130), - [aux_sym_user_token1] = ACTIONS(3132), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3130), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3130), - [aux_sym_visual_host_key_token1] = ACTIONS(3130), - [aux_sym_xauth_location_token1] = ACTIONS(3130), + [ts_builtin_sym_end] = ACTIONS(3241), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3243), + [aux_sym_match_token1] = ACTIONS(3241), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3241), + [aux_sym_address_family_token1] = ACTIONS(3241), + [aux_sym_batch_mode_token1] = ACTIONS(3241), + [aux_sym_bind_address_token1] = ACTIONS(3241), + [aux_sym_bind_interface_token1] = ACTIONS(3241), + [aux_sym_canonical_domains_token1] = ACTIONS(3241), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3241), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3241), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3241), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3241), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3241), + [aux_sym_certificate_file_token1] = ACTIONS(3241), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3241), + [aux_sym_check_host_ip_token1] = ACTIONS(3241), + [aux_sym_ciphers_token1] = ACTIONS(3241), + [aux_sym_cipher_token1] = ACTIONS(3243), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3241), + [aux_sym_compression_token1] = ACTIONS(3241), + [aux_sym_connection_attempts_token1] = ACTIONS(3241), + [aux_sym_connect_timeout_token1] = ACTIONS(3241), + [aux_sym_control_master_token1] = ACTIONS(3241), + [aux_sym_control_path_token1] = ACTIONS(3241), + [aux_sym_control_persist_token1] = ACTIONS(3241), + [aux_sym_dynamic_forward_token1] = ACTIONS(3241), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3241), + [aux_sym_escape_char_token1] = ACTIONS(3241), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3241), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3241), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3241), + [aux_sym_forward_agent_token1] = ACTIONS(3241), + [aux_sym_forward_x11_token1] = ACTIONS(3243), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3241), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3241), + [aux_sym_gateway_ports_token1] = ACTIONS(3241), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3241), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3241), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3241), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3241), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3241), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3241), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3241), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3241), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3241), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3241), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3241), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3241), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3241), + [aux_sym_host_key_alias_token1] = ACTIONS(3241), + [aux_sym_hostname_token1] = ACTIONS(3241), + [aux_sym_identities_only_token1] = ACTIONS(3241), + [aux_sym_identity_agent_token1] = ACTIONS(3241), + [aux_sym_identity_file_token1] = ACTIONS(3241), + [aux_sym_ignore_unknown_token1] = ACTIONS(3241), + [aux_sym_include_token1] = ACTIONS(3241), + [aux_sym_ip_qos_token1] = ACTIONS(3241), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3241), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3241), + [aux_sym_kex_algorithms_token1] = ACTIONS(3241), + [aux_sym_known_hosts_command_token1] = ACTIONS(3241), + [aux_sym_local_command_token1] = ACTIONS(3241), + [aux_sym_local_forward_token1] = ACTIONS(3241), + [aux_sym_log_level_token1] = ACTIONS(3241), + [aux_sym_log_verbose_token1] = ACTIONS(3241), + [aux_sym_macs_token1] = ACTIONS(3241), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3241), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3241), + [aux_sym_password_authentication_token1] = ACTIONS(3241), + [aux_sym_permit_local_command_token1] = ACTIONS(3241), + [aux_sym_permit_remote_open_token1] = ACTIONS(3241), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3241), + [aux_sym_port_token1] = ACTIONS(3241), + [aux_sym_preferred_authentications_token1] = ACTIONS(3241), + [aux_sym_protocol_token1] = ACTIONS(3241), + [aux_sym_proxy_command_token1] = ACTIONS(3241), + [aux_sym_proxy_jump_token1] = ACTIONS(3241), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3241), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3241), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3241), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3241), + [aux_sym_rekey_limit_token1] = ACTIONS(3241), + [aux_sym_remote_command_token1] = ACTIONS(3241), + [aux_sym_remote_forward_token1] = ACTIONS(3241), + [aux_sym_request_tty_token1] = ACTIONS(3241), + [aux_sym_required_rsa_size_token1] = ACTIONS(3241), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3241), + [aux_sym_security_key_provider_token1] = ACTIONS(3241), + [aux_sym_send_env_token1] = ACTIONS(3241), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3241), + [aux_sym_server_alive_interval_token1] = ACTIONS(3241), + [aux_sym_session_type_token1] = ACTIONS(3241), + [aux_sym_set_env_token1] = ACTIONS(3241), + [aux_sym_stdin_null_token1] = ACTIONS(3241), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3241), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3241), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3241), + [aux_sym_syslog_facility_token1] = ACTIONS(3241), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3241), + [aux_sym_keep_alive_token1] = ACTIONS(3241), + [aux_sym_tunnel_token1] = ACTIONS(3243), + [aux_sym_tunnel_device_token1] = ACTIONS(3241), + [aux_sym_update_host_keys_token1] = ACTIONS(3241), + [aux_sym_use_keychain_token1] = ACTIONS(3241), + [aux_sym_use_roaming_token1] = ACTIONS(3241), + [aux_sym_user_token1] = ACTIONS(3243), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3241), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3241), + [aux_sym_visual_host_key_token1] = ACTIONS(3241), + [aux_sym_xauth_location_token1] = ACTIONS(3241), }, [516] = { - [ts_builtin_sym_end] = ACTIONS(3134), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3136), - [aux_sym_match_token1] = ACTIONS(3134), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3134), - [aux_sym_address_family_token1] = ACTIONS(3134), - [aux_sym_batch_mode_token1] = ACTIONS(3134), - [aux_sym_bind_address_token1] = ACTIONS(3134), - [aux_sym_bind_interface_token1] = ACTIONS(3134), - [aux_sym_canonical_domains_token1] = ACTIONS(3134), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3134), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3134), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3134), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3134), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3134), - [aux_sym_certificate_file_token1] = ACTIONS(3134), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3134), - [aux_sym_check_host_ip_token1] = ACTIONS(3134), - [aux_sym_ciphers_token1] = ACTIONS(3134), - [aux_sym_cipher_token1] = ACTIONS(3136), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3134), - [aux_sym_compression_token1] = ACTIONS(3134), - [aux_sym_connection_attempts_token1] = ACTIONS(3134), - [aux_sym_connect_timeout_token1] = ACTIONS(3134), - [aux_sym_control_master_token1] = ACTIONS(3134), - [aux_sym_control_path_token1] = ACTIONS(3134), - [aux_sym_control_persist_token1] = ACTIONS(3134), - [aux_sym_dynamic_forward_token1] = ACTIONS(3134), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3134), - [aux_sym_escape_char_token1] = ACTIONS(3134), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3134), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3134), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3134), - [aux_sym_forward_agent_token1] = ACTIONS(3134), - [aux_sym_forward_x11_token1] = ACTIONS(3136), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3134), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3134), - [aux_sym_gateway_ports_token1] = ACTIONS(3134), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3134), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3134), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3134), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3134), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3134), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3134), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3134), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3134), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3134), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3134), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3134), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3134), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3134), - [aux_sym_host_key_alias_token1] = ACTIONS(3134), - [aux_sym_hostname_token1] = ACTIONS(3134), - [aux_sym_identities_only_token1] = ACTIONS(3134), - [aux_sym_identity_agent_token1] = ACTIONS(3134), - [aux_sym_identity_file_token1] = ACTIONS(3134), - [aux_sym_ignore_unknown_token1] = ACTIONS(3134), - [aux_sym_include_token1] = ACTIONS(3134), - [aux_sym_ip_qos_token1] = ACTIONS(3134), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3134), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3134), - [aux_sym_kex_algorithms_token1] = ACTIONS(3134), - [aux_sym_known_hosts_command_token1] = ACTIONS(3134), - [aux_sym_local_command_token1] = ACTIONS(3134), - [aux_sym_local_forward_token1] = ACTIONS(3134), - [aux_sym_log_level_token1] = ACTIONS(3134), - [aux_sym_log_verbose_token1] = ACTIONS(3134), - [aux_sym_macs_token1] = ACTIONS(3134), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3134), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3134), - [aux_sym_password_authentication_token1] = ACTIONS(3134), - [aux_sym_permit_local_command_token1] = ACTIONS(3134), - [aux_sym_permit_remote_open_token1] = ACTIONS(3134), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3134), - [aux_sym_port_token1] = ACTIONS(3134), - [aux_sym_preferred_authentications_token1] = ACTIONS(3134), - [aux_sym_protocol_token1] = ACTIONS(3134), - [aux_sym_proxy_command_token1] = ACTIONS(3134), - [aux_sym_proxy_jump_token1] = ACTIONS(3134), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3134), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3134), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3134), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3134), - [aux_sym_rekey_limit_token1] = ACTIONS(3134), - [aux_sym_remote_command_token1] = ACTIONS(3134), - [aux_sym_remote_forward_token1] = ACTIONS(3134), - [aux_sym_request_tty_token1] = ACTIONS(3134), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3134), - [aux_sym_security_key_provider_token1] = ACTIONS(3134), - [aux_sym_send_env_token1] = ACTIONS(3134), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3134), - [aux_sym_server_alive_interval_token1] = ACTIONS(3134), - [aux_sym_session_type_token1] = ACTIONS(3134), - [aux_sym_set_env_token1] = ACTIONS(3134), - [aux_sym_stdin_null_token1] = ACTIONS(3134), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3134), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3134), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3134), - [aux_sym_syslog_facility_token1] = ACTIONS(3134), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3134), - [aux_sym_keep_alive_token1] = ACTIONS(3134), - [aux_sym_tunnel_token1] = ACTIONS(3136), - [aux_sym_tunnel_device_token1] = ACTIONS(3134), - [aux_sym_update_host_keys_token1] = ACTIONS(3134), - [aux_sym_use_keychain_token1] = ACTIONS(3134), - [aux_sym_use_roaming_token1] = ACTIONS(3134), - [aux_sym_user_token1] = ACTIONS(3136), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3134), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3134), - [aux_sym_visual_host_key_token1] = ACTIONS(3134), - [aux_sym_xauth_location_token1] = ACTIONS(3134), + [ts_builtin_sym_end] = ACTIONS(3245), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3247), + [aux_sym_match_token1] = ACTIONS(3245), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3245), + [aux_sym_address_family_token1] = ACTIONS(3245), + [aux_sym_batch_mode_token1] = ACTIONS(3245), + [aux_sym_bind_address_token1] = ACTIONS(3245), + [aux_sym_bind_interface_token1] = ACTIONS(3245), + [aux_sym_canonical_domains_token1] = ACTIONS(3245), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3245), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3245), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3245), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3245), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3245), + [aux_sym_certificate_file_token1] = ACTIONS(3245), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3245), + [aux_sym_check_host_ip_token1] = ACTIONS(3245), + [aux_sym_ciphers_token1] = ACTIONS(3245), + [aux_sym_cipher_token1] = ACTIONS(3247), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3245), + [aux_sym_compression_token1] = ACTIONS(3245), + [aux_sym_connection_attempts_token1] = ACTIONS(3245), + [aux_sym_connect_timeout_token1] = ACTIONS(3245), + [aux_sym_control_master_token1] = ACTIONS(3245), + [aux_sym_control_path_token1] = ACTIONS(3245), + [aux_sym_control_persist_token1] = ACTIONS(3245), + [aux_sym_dynamic_forward_token1] = ACTIONS(3245), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3245), + [aux_sym_escape_char_token1] = ACTIONS(3245), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3245), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3245), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3245), + [aux_sym_forward_agent_token1] = ACTIONS(3245), + [aux_sym_forward_x11_token1] = ACTIONS(3247), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3245), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3245), + [aux_sym_gateway_ports_token1] = ACTIONS(3245), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3245), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3245), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3245), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3245), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3245), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3245), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3245), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3245), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3245), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3245), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3245), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3245), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3245), + [aux_sym_host_key_alias_token1] = ACTIONS(3245), + [aux_sym_hostname_token1] = ACTIONS(3245), + [aux_sym_identities_only_token1] = ACTIONS(3245), + [aux_sym_identity_agent_token1] = ACTIONS(3245), + [aux_sym_identity_file_token1] = ACTIONS(3245), + [aux_sym_ignore_unknown_token1] = ACTIONS(3245), + [aux_sym_include_token1] = ACTIONS(3245), + [aux_sym_ip_qos_token1] = ACTIONS(3245), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3245), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3245), + [aux_sym_kex_algorithms_token1] = ACTIONS(3245), + [aux_sym_known_hosts_command_token1] = ACTIONS(3245), + [aux_sym_local_command_token1] = ACTIONS(3245), + [aux_sym_local_forward_token1] = ACTIONS(3245), + [aux_sym_log_level_token1] = ACTIONS(3245), + [aux_sym_log_verbose_token1] = ACTIONS(3245), + [aux_sym_macs_token1] = ACTIONS(3245), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3245), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3245), + [aux_sym_password_authentication_token1] = ACTIONS(3245), + [aux_sym_permit_local_command_token1] = ACTIONS(3245), + [aux_sym_permit_remote_open_token1] = ACTIONS(3245), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3245), + [aux_sym_port_token1] = ACTIONS(3245), + [aux_sym_preferred_authentications_token1] = ACTIONS(3245), + [aux_sym_protocol_token1] = ACTIONS(3245), + [aux_sym_proxy_command_token1] = ACTIONS(3245), + [aux_sym_proxy_jump_token1] = ACTIONS(3245), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3245), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3245), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3245), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3245), + [aux_sym_rekey_limit_token1] = ACTIONS(3245), + [aux_sym_remote_command_token1] = ACTIONS(3245), + [aux_sym_remote_forward_token1] = ACTIONS(3245), + [aux_sym_request_tty_token1] = ACTIONS(3245), + [aux_sym_required_rsa_size_token1] = ACTIONS(3245), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3245), + [aux_sym_security_key_provider_token1] = ACTIONS(3245), + [aux_sym_send_env_token1] = ACTIONS(3245), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3245), + [aux_sym_server_alive_interval_token1] = ACTIONS(3245), + [aux_sym_session_type_token1] = ACTIONS(3245), + [aux_sym_set_env_token1] = ACTIONS(3245), + [aux_sym_stdin_null_token1] = ACTIONS(3245), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3245), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3245), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3245), + [aux_sym_syslog_facility_token1] = ACTIONS(3245), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3245), + [aux_sym_keep_alive_token1] = ACTIONS(3245), + [aux_sym_tunnel_token1] = ACTIONS(3247), + [aux_sym_tunnel_device_token1] = ACTIONS(3245), + [aux_sym_update_host_keys_token1] = ACTIONS(3245), + [aux_sym_use_keychain_token1] = ACTIONS(3245), + [aux_sym_use_roaming_token1] = ACTIONS(3245), + [aux_sym_user_token1] = ACTIONS(3247), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3245), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3245), + [aux_sym_visual_host_key_token1] = ACTIONS(3245), + [aux_sym_xauth_location_token1] = ACTIONS(3245), }, [517] = { - [ts_builtin_sym_end] = ACTIONS(3138), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3140), - [aux_sym_match_token1] = ACTIONS(3138), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3138), - [aux_sym_address_family_token1] = ACTIONS(3138), - [aux_sym_batch_mode_token1] = ACTIONS(3138), - [aux_sym_bind_address_token1] = ACTIONS(3138), - [aux_sym_bind_interface_token1] = ACTIONS(3138), - [aux_sym_canonical_domains_token1] = ACTIONS(3138), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3138), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3138), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3138), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3138), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3138), - [aux_sym_certificate_file_token1] = ACTIONS(3138), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3138), - [aux_sym_check_host_ip_token1] = ACTIONS(3138), - [aux_sym_ciphers_token1] = ACTIONS(3138), - [aux_sym_cipher_token1] = ACTIONS(3140), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3138), - [aux_sym_compression_token1] = ACTIONS(3138), - [aux_sym_connection_attempts_token1] = ACTIONS(3138), - [aux_sym_connect_timeout_token1] = ACTIONS(3138), - [aux_sym_control_master_token1] = ACTIONS(3138), - [aux_sym_control_path_token1] = ACTIONS(3138), - [aux_sym_control_persist_token1] = ACTIONS(3138), - [aux_sym_dynamic_forward_token1] = ACTIONS(3138), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3138), - [aux_sym_escape_char_token1] = ACTIONS(3138), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3138), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3138), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3138), - [aux_sym_forward_agent_token1] = ACTIONS(3138), - [aux_sym_forward_x11_token1] = ACTIONS(3140), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3138), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3138), - [aux_sym_gateway_ports_token1] = ACTIONS(3138), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3138), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3138), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3138), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3138), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3138), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3138), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3138), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3138), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3138), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3138), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3138), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3138), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3138), - [aux_sym_host_key_alias_token1] = ACTIONS(3138), - [aux_sym_hostname_token1] = ACTIONS(3138), - [aux_sym_identities_only_token1] = ACTIONS(3138), - [aux_sym_identity_agent_token1] = ACTIONS(3138), - [aux_sym_identity_file_token1] = ACTIONS(3138), - [aux_sym_ignore_unknown_token1] = ACTIONS(3138), - [aux_sym_include_token1] = ACTIONS(3138), - [aux_sym_ip_qos_token1] = ACTIONS(3138), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3138), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3138), - [aux_sym_kex_algorithms_token1] = ACTIONS(3138), - [aux_sym_known_hosts_command_token1] = ACTIONS(3138), - [aux_sym_local_command_token1] = ACTIONS(3138), - [aux_sym_local_forward_token1] = ACTIONS(3138), - [aux_sym_log_level_token1] = ACTIONS(3138), - [aux_sym_log_verbose_token1] = ACTIONS(3138), - [aux_sym_macs_token1] = ACTIONS(3138), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3138), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3138), - [aux_sym_password_authentication_token1] = ACTIONS(3138), - [aux_sym_permit_local_command_token1] = ACTIONS(3138), - [aux_sym_permit_remote_open_token1] = ACTIONS(3138), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3138), - [aux_sym_port_token1] = ACTIONS(3138), - [aux_sym_preferred_authentications_token1] = ACTIONS(3138), - [aux_sym_protocol_token1] = ACTIONS(3138), - [aux_sym_proxy_command_token1] = ACTIONS(3138), - [aux_sym_proxy_jump_token1] = ACTIONS(3138), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3138), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3138), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3138), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3138), - [aux_sym_rekey_limit_token1] = ACTIONS(3138), - [aux_sym_remote_command_token1] = ACTIONS(3138), - [aux_sym_remote_forward_token1] = ACTIONS(3138), - [aux_sym_request_tty_token1] = ACTIONS(3138), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3138), - [aux_sym_security_key_provider_token1] = ACTIONS(3138), - [aux_sym_send_env_token1] = ACTIONS(3138), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3138), - [aux_sym_server_alive_interval_token1] = ACTIONS(3138), - [aux_sym_session_type_token1] = ACTIONS(3138), - [aux_sym_set_env_token1] = ACTIONS(3138), - [aux_sym_stdin_null_token1] = ACTIONS(3138), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3138), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3138), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3138), - [aux_sym_syslog_facility_token1] = ACTIONS(3138), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3138), - [aux_sym_keep_alive_token1] = ACTIONS(3138), - [aux_sym_tunnel_token1] = ACTIONS(3140), - [aux_sym_tunnel_device_token1] = ACTIONS(3138), - [aux_sym_update_host_keys_token1] = ACTIONS(3138), - [aux_sym_use_keychain_token1] = ACTIONS(3138), - [aux_sym_use_roaming_token1] = ACTIONS(3138), - [aux_sym_user_token1] = ACTIONS(3140), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3138), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3138), - [aux_sym_visual_host_key_token1] = ACTIONS(3138), - [aux_sym_xauth_location_token1] = ACTIONS(3138), + [ts_builtin_sym_end] = ACTIONS(3249), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3251), + [aux_sym_match_token1] = ACTIONS(3249), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3249), + [aux_sym_address_family_token1] = ACTIONS(3249), + [aux_sym_batch_mode_token1] = ACTIONS(3249), + [aux_sym_bind_address_token1] = ACTIONS(3249), + [aux_sym_bind_interface_token1] = ACTIONS(3249), + [aux_sym_canonical_domains_token1] = ACTIONS(3249), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3249), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3249), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3249), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3249), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3249), + [aux_sym_certificate_file_token1] = ACTIONS(3249), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3249), + [aux_sym_check_host_ip_token1] = ACTIONS(3249), + [aux_sym_ciphers_token1] = ACTIONS(3249), + [aux_sym_cipher_token1] = ACTIONS(3251), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3249), + [aux_sym_compression_token1] = ACTIONS(3249), + [aux_sym_connection_attempts_token1] = ACTIONS(3249), + [aux_sym_connect_timeout_token1] = ACTIONS(3249), + [aux_sym_control_master_token1] = ACTIONS(3249), + [aux_sym_control_path_token1] = ACTIONS(3249), + [aux_sym_control_persist_token1] = ACTIONS(3249), + [aux_sym_dynamic_forward_token1] = ACTIONS(3249), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3249), + [aux_sym_escape_char_token1] = ACTIONS(3249), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3249), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3249), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3249), + [aux_sym_forward_agent_token1] = ACTIONS(3249), + [aux_sym_forward_x11_token1] = ACTIONS(3251), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3249), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3249), + [aux_sym_gateway_ports_token1] = ACTIONS(3249), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3249), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3249), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3249), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3249), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3249), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3249), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3249), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3249), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3249), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3249), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3249), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3249), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3249), + [aux_sym_host_key_alias_token1] = ACTIONS(3249), + [aux_sym_hostname_token1] = ACTIONS(3249), + [aux_sym_identities_only_token1] = ACTIONS(3249), + [aux_sym_identity_agent_token1] = ACTIONS(3249), + [aux_sym_identity_file_token1] = ACTIONS(3249), + [aux_sym_ignore_unknown_token1] = ACTIONS(3249), + [aux_sym_include_token1] = ACTIONS(3249), + [aux_sym_ip_qos_token1] = ACTIONS(3249), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3249), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3249), + [aux_sym_kex_algorithms_token1] = ACTIONS(3249), + [aux_sym_known_hosts_command_token1] = ACTIONS(3249), + [aux_sym_local_command_token1] = ACTIONS(3249), + [aux_sym_local_forward_token1] = ACTIONS(3249), + [aux_sym_log_level_token1] = ACTIONS(3249), + [aux_sym_log_verbose_token1] = ACTIONS(3249), + [aux_sym_macs_token1] = ACTIONS(3249), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3249), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3249), + [aux_sym_password_authentication_token1] = ACTIONS(3249), + [aux_sym_permit_local_command_token1] = ACTIONS(3249), + [aux_sym_permit_remote_open_token1] = ACTIONS(3249), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3249), + [aux_sym_port_token1] = ACTIONS(3249), + [aux_sym_preferred_authentications_token1] = ACTIONS(3249), + [aux_sym_protocol_token1] = ACTIONS(3249), + [aux_sym_proxy_command_token1] = ACTIONS(3249), + [aux_sym_proxy_jump_token1] = ACTIONS(3249), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3249), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3249), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3249), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3249), + [aux_sym_rekey_limit_token1] = ACTIONS(3249), + [aux_sym_remote_command_token1] = ACTIONS(3249), + [aux_sym_remote_forward_token1] = ACTIONS(3249), + [aux_sym_request_tty_token1] = ACTIONS(3249), + [aux_sym_required_rsa_size_token1] = ACTIONS(3249), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3249), + [aux_sym_security_key_provider_token1] = ACTIONS(3249), + [aux_sym_send_env_token1] = ACTIONS(3249), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3249), + [aux_sym_server_alive_interval_token1] = ACTIONS(3249), + [aux_sym_session_type_token1] = ACTIONS(3249), + [aux_sym_set_env_token1] = ACTIONS(3249), + [aux_sym_stdin_null_token1] = ACTIONS(3249), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3249), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3249), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3249), + [aux_sym_syslog_facility_token1] = ACTIONS(3249), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3249), + [aux_sym_keep_alive_token1] = ACTIONS(3249), + [aux_sym_tunnel_token1] = ACTIONS(3251), + [aux_sym_tunnel_device_token1] = ACTIONS(3249), + [aux_sym_update_host_keys_token1] = ACTIONS(3249), + [aux_sym_use_keychain_token1] = ACTIONS(3249), + [aux_sym_use_roaming_token1] = ACTIONS(3249), + [aux_sym_user_token1] = ACTIONS(3251), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3249), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3249), + [aux_sym_visual_host_key_token1] = ACTIONS(3249), + [aux_sym_xauth_location_token1] = ACTIONS(3249), }, [518] = { - [ts_builtin_sym_end] = ACTIONS(3142), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3144), - [aux_sym_match_token1] = ACTIONS(3142), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3142), - [aux_sym_address_family_token1] = ACTIONS(3142), - [aux_sym_batch_mode_token1] = ACTIONS(3142), - [aux_sym_bind_address_token1] = ACTIONS(3142), - [aux_sym_bind_interface_token1] = ACTIONS(3142), - [aux_sym_canonical_domains_token1] = ACTIONS(3142), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3142), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3142), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3142), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3142), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3142), - [aux_sym_certificate_file_token1] = ACTIONS(3142), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3142), - [aux_sym_check_host_ip_token1] = ACTIONS(3142), - [aux_sym_ciphers_token1] = ACTIONS(3142), - [aux_sym_cipher_token1] = ACTIONS(3144), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3142), - [aux_sym_compression_token1] = ACTIONS(3142), - [aux_sym_connection_attempts_token1] = ACTIONS(3142), - [aux_sym_connect_timeout_token1] = ACTIONS(3142), - [aux_sym_control_master_token1] = ACTIONS(3142), - [aux_sym_control_path_token1] = ACTIONS(3142), - [aux_sym_control_persist_token1] = ACTIONS(3142), - [aux_sym_dynamic_forward_token1] = ACTIONS(3142), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3142), - [aux_sym_escape_char_token1] = ACTIONS(3142), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3142), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3142), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3142), - [aux_sym_forward_agent_token1] = ACTIONS(3142), - [aux_sym_forward_x11_token1] = ACTIONS(3144), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3142), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3142), - [aux_sym_gateway_ports_token1] = ACTIONS(3142), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3142), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3142), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3142), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3142), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3142), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3142), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3142), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3142), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3142), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3142), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3142), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3142), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3142), - [aux_sym_host_key_alias_token1] = ACTIONS(3142), - [aux_sym_hostname_token1] = ACTIONS(3142), - [aux_sym_identities_only_token1] = ACTIONS(3142), - [aux_sym_identity_agent_token1] = ACTIONS(3142), - [aux_sym_identity_file_token1] = ACTIONS(3142), - [aux_sym_ignore_unknown_token1] = ACTIONS(3142), - [aux_sym_include_token1] = ACTIONS(3142), - [aux_sym_ip_qos_token1] = ACTIONS(3142), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3142), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3142), - [aux_sym_kex_algorithms_token1] = ACTIONS(3142), - [aux_sym_known_hosts_command_token1] = ACTIONS(3142), - [aux_sym_local_command_token1] = ACTIONS(3142), - [aux_sym_local_forward_token1] = ACTIONS(3142), - [aux_sym_log_level_token1] = ACTIONS(3142), - [aux_sym_log_verbose_token1] = ACTIONS(3142), - [aux_sym_macs_token1] = ACTIONS(3142), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3142), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3142), - [aux_sym_password_authentication_token1] = ACTIONS(3142), - [aux_sym_permit_local_command_token1] = ACTIONS(3142), - [aux_sym_permit_remote_open_token1] = ACTIONS(3142), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3142), - [aux_sym_port_token1] = ACTIONS(3142), - [aux_sym_preferred_authentications_token1] = ACTIONS(3142), - [aux_sym_protocol_token1] = ACTIONS(3142), - [aux_sym_proxy_command_token1] = ACTIONS(3142), - [aux_sym_proxy_jump_token1] = ACTIONS(3142), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3142), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3142), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3142), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3142), - [aux_sym_rekey_limit_token1] = ACTIONS(3142), - [aux_sym_remote_command_token1] = ACTIONS(3142), - [aux_sym_remote_forward_token1] = ACTIONS(3142), - [aux_sym_request_tty_token1] = ACTIONS(3142), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3142), - [aux_sym_security_key_provider_token1] = ACTIONS(3142), - [aux_sym_send_env_token1] = ACTIONS(3142), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3142), - [aux_sym_server_alive_interval_token1] = ACTIONS(3142), - [aux_sym_session_type_token1] = ACTIONS(3142), - [aux_sym_set_env_token1] = ACTIONS(3142), - [aux_sym_stdin_null_token1] = ACTIONS(3142), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3142), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3142), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3142), - [aux_sym_syslog_facility_token1] = ACTIONS(3142), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3142), - [aux_sym_keep_alive_token1] = ACTIONS(3142), - [aux_sym_tunnel_token1] = ACTIONS(3144), - [aux_sym_tunnel_device_token1] = ACTIONS(3142), - [aux_sym_update_host_keys_token1] = ACTIONS(3142), - [aux_sym_use_keychain_token1] = ACTIONS(3142), - [aux_sym_use_roaming_token1] = ACTIONS(3142), - [aux_sym_user_token1] = ACTIONS(3144), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3142), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3142), - [aux_sym_visual_host_key_token1] = ACTIONS(3142), - [aux_sym_xauth_location_token1] = ACTIONS(3142), + [ts_builtin_sym_end] = ACTIONS(3253), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3255), + [aux_sym_match_token1] = ACTIONS(3253), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3253), + [aux_sym_address_family_token1] = ACTIONS(3253), + [aux_sym_batch_mode_token1] = ACTIONS(3253), + [aux_sym_bind_address_token1] = ACTIONS(3253), + [aux_sym_bind_interface_token1] = ACTIONS(3253), + [aux_sym_canonical_domains_token1] = ACTIONS(3253), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3253), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3253), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3253), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3253), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3253), + [aux_sym_certificate_file_token1] = ACTIONS(3253), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3253), + [aux_sym_check_host_ip_token1] = ACTIONS(3253), + [aux_sym_ciphers_token1] = ACTIONS(3253), + [aux_sym_cipher_token1] = ACTIONS(3255), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3253), + [aux_sym_compression_token1] = ACTIONS(3253), + [aux_sym_connection_attempts_token1] = ACTIONS(3253), + [aux_sym_connect_timeout_token1] = ACTIONS(3253), + [aux_sym_control_master_token1] = ACTIONS(3253), + [aux_sym_control_path_token1] = ACTIONS(3253), + [aux_sym_control_persist_token1] = ACTIONS(3253), + [aux_sym_dynamic_forward_token1] = ACTIONS(3253), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3253), + [aux_sym_escape_char_token1] = ACTIONS(3253), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3253), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3253), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3253), + [aux_sym_forward_agent_token1] = ACTIONS(3253), + [aux_sym_forward_x11_token1] = ACTIONS(3255), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3253), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3253), + [aux_sym_gateway_ports_token1] = ACTIONS(3253), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3253), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3253), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3253), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3253), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3253), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3253), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3253), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3253), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3253), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3253), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3253), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3253), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3253), + [aux_sym_host_key_alias_token1] = ACTIONS(3253), + [aux_sym_hostname_token1] = ACTIONS(3253), + [aux_sym_identities_only_token1] = ACTIONS(3253), + [aux_sym_identity_agent_token1] = ACTIONS(3253), + [aux_sym_identity_file_token1] = ACTIONS(3253), + [aux_sym_ignore_unknown_token1] = ACTIONS(3253), + [aux_sym_include_token1] = ACTIONS(3253), + [aux_sym_ip_qos_token1] = ACTIONS(3253), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3253), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3253), + [aux_sym_kex_algorithms_token1] = ACTIONS(3253), + [aux_sym_known_hosts_command_token1] = ACTIONS(3253), + [aux_sym_local_command_token1] = ACTIONS(3253), + [aux_sym_local_forward_token1] = ACTIONS(3253), + [aux_sym_log_level_token1] = ACTIONS(3253), + [aux_sym_log_verbose_token1] = ACTIONS(3253), + [aux_sym_macs_token1] = ACTIONS(3253), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3253), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3253), + [aux_sym_password_authentication_token1] = ACTIONS(3253), + [aux_sym_permit_local_command_token1] = ACTIONS(3253), + [aux_sym_permit_remote_open_token1] = ACTIONS(3253), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3253), + [aux_sym_port_token1] = ACTIONS(3253), + [aux_sym_preferred_authentications_token1] = ACTIONS(3253), + [aux_sym_protocol_token1] = ACTIONS(3253), + [aux_sym_proxy_command_token1] = ACTIONS(3253), + [aux_sym_proxy_jump_token1] = ACTIONS(3253), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3253), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3253), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3253), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3253), + [aux_sym_rekey_limit_token1] = ACTIONS(3253), + [aux_sym_remote_command_token1] = ACTIONS(3253), + [aux_sym_remote_forward_token1] = ACTIONS(3253), + [aux_sym_request_tty_token1] = ACTIONS(3253), + [aux_sym_required_rsa_size_token1] = ACTIONS(3253), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3253), + [aux_sym_security_key_provider_token1] = ACTIONS(3253), + [aux_sym_send_env_token1] = ACTIONS(3253), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3253), + [aux_sym_server_alive_interval_token1] = ACTIONS(3253), + [aux_sym_session_type_token1] = ACTIONS(3253), + [aux_sym_set_env_token1] = ACTIONS(3253), + [aux_sym_stdin_null_token1] = ACTIONS(3253), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3253), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3253), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3253), + [aux_sym_syslog_facility_token1] = ACTIONS(3253), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3253), + [aux_sym_keep_alive_token1] = ACTIONS(3253), + [aux_sym_tunnel_token1] = ACTIONS(3255), + [aux_sym_tunnel_device_token1] = ACTIONS(3253), + [aux_sym_update_host_keys_token1] = ACTIONS(3253), + [aux_sym_use_keychain_token1] = ACTIONS(3253), + [aux_sym_use_roaming_token1] = ACTIONS(3253), + [aux_sym_user_token1] = ACTIONS(3255), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3253), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3253), + [aux_sym_visual_host_key_token1] = ACTIONS(3253), + [aux_sym_xauth_location_token1] = ACTIONS(3253), }, [519] = { - [ts_builtin_sym_end] = ACTIONS(3146), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3148), - [aux_sym_match_token1] = ACTIONS(3146), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3146), - [aux_sym_address_family_token1] = ACTIONS(3146), - [aux_sym_batch_mode_token1] = ACTIONS(3146), - [aux_sym_bind_address_token1] = ACTIONS(3146), - [aux_sym_bind_interface_token1] = ACTIONS(3146), - [aux_sym_canonical_domains_token1] = ACTIONS(3146), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3146), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3146), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3146), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3146), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3146), - [aux_sym_certificate_file_token1] = ACTIONS(3146), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3146), - [aux_sym_check_host_ip_token1] = ACTIONS(3146), - [aux_sym_ciphers_token1] = ACTIONS(3146), - [aux_sym_cipher_token1] = ACTIONS(3148), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3146), - [aux_sym_compression_token1] = ACTIONS(3146), - [aux_sym_connection_attempts_token1] = ACTIONS(3146), - [aux_sym_connect_timeout_token1] = ACTIONS(3146), - [aux_sym_control_master_token1] = ACTIONS(3146), - [aux_sym_control_path_token1] = ACTIONS(3146), - [aux_sym_control_persist_token1] = ACTIONS(3146), - [aux_sym_dynamic_forward_token1] = ACTIONS(3146), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3146), - [aux_sym_escape_char_token1] = ACTIONS(3146), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3146), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3146), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3146), - [aux_sym_forward_agent_token1] = ACTIONS(3146), - [aux_sym_forward_x11_token1] = ACTIONS(3148), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3146), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3146), - [aux_sym_gateway_ports_token1] = ACTIONS(3146), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3146), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3146), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3146), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3146), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3146), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3146), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3146), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3146), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3146), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3146), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3146), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3146), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3146), - [aux_sym_host_key_alias_token1] = ACTIONS(3146), - [aux_sym_hostname_token1] = ACTIONS(3146), - [aux_sym_identities_only_token1] = ACTIONS(3146), - [aux_sym_identity_agent_token1] = ACTIONS(3146), - [aux_sym_identity_file_token1] = ACTIONS(3146), - [aux_sym_ignore_unknown_token1] = ACTIONS(3146), - [aux_sym_include_token1] = ACTIONS(3146), - [aux_sym_ip_qos_token1] = ACTIONS(3146), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3146), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3146), - [aux_sym_kex_algorithms_token1] = ACTIONS(3146), - [aux_sym_known_hosts_command_token1] = ACTIONS(3146), - [aux_sym_local_command_token1] = ACTIONS(3146), - [aux_sym_local_forward_token1] = ACTIONS(3146), - [aux_sym_log_level_token1] = ACTIONS(3146), - [aux_sym_log_verbose_token1] = ACTIONS(3146), - [aux_sym_macs_token1] = ACTIONS(3146), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3146), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3146), - [aux_sym_password_authentication_token1] = ACTIONS(3146), - [aux_sym_permit_local_command_token1] = ACTIONS(3146), - [aux_sym_permit_remote_open_token1] = ACTIONS(3146), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3146), - [aux_sym_port_token1] = ACTIONS(3146), - [aux_sym_preferred_authentications_token1] = ACTIONS(3146), - [aux_sym_protocol_token1] = ACTIONS(3146), - [aux_sym_proxy_command_token1] = ACTIONS(3146), - [aux_sym_proxy_jump_token1] = ACTIONS(3146), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3146), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3146), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3146), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3146), - [aux_sym_rekey_limit_token1] = ACTIONS(3146), - [aux_sym_remote_command_token1] = ACTIONS(3146), - [aux_sym_remote_forward_token1] = ACTIONS(3146), - [aux_sym_request_tty_token1] = ACTIONS(3146), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3146), - [aux_sym_security_key_provider_token1] = ACTIONS(3146), - [aux_sym_send_env_token1] = ACTIONS(3146), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3146), - [aux_sym_server_alive_interval_token1] = ACTIONS(3146), - [aux_sym_session_type_token1] = ACTIONS(3146), - [aux_sym_set_env_token1] = ACTIONS(3146), - [aux_sym_stdin_null_token1] = ACTIONS(3146), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3146), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3146), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3146), - [aux_sym_syslog_facility_token1] = ACTIONS(3146), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3146), - [aux_sym_keep_alive_token1] = ACTIONS(3146), - [aux_sym_tunnel_token1] = ACTIONS(3148), - [aux_sym_tunnel_device_token1] = ACTIONS(3146), - [aux_sym_update_host_keys_token1] = ACTIONS(3146), - [aux_sym_use_keychain_token1] = ACTIONS(3146), - [aux_sym_use_roaming_token1] = ACTIONS(3146), - [aux_sym_user_token1] = ACTIONS(3148), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3146), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3146), - [aux_sym_visual_host_key_token1] = ACTIONS(3146), - [aux_sym_xauth_location_token1] = ACTIONS(3146), + [ts_builtin_sym_end] = ACTIONS(3257), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3259), + [aux_sym_match_token1] = ACTIONS(3257), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3257), + [aux_sym_address_family_token1] = ACTIONS(3257), + [aux_sym_batch_mode_token1] = ACTIONS(3257), + [aux_sym_bind_address_token1] = ACTIONS(3257), + [aux_sym_bind_interface_token1] = ACTIONS(3257), + [aux_sym_canonical_domains_token1] = ACTIONS(3257), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3257), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3257), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3257), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3257), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3257), + [aux_sym_certificate_file_token1] = ACTIONS(3257), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3257), + [aux_sym_check_host_ip_token1] = ACTIONS(3257), + [aux_sym_ciphers_token1] = ACTIONS(3257), + [aux_sym_cipher_token1] = ACTIONS(3259), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3257), + [aux_sym_compression_token1] = ACTIONS(3257), + [aux_sym_connection_attempts_token1] = ACTIONS(3257), + [aux_sym_connect_timeout_token1] = ACTIONS(3257), + [aux_sym_control_master_token1] = ACTIONS(3257), + [aux_sym_control_path_token1] = ACTIONS(3257), + [aux_sym_control_persist_token1] = ACTIONS(3257), + [aux_sym_dynamic_forward_token1] = ACTIONS(3257), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3257), + [aux_sym_escape_char_token1] = ACTIONS(3257), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3257), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3257), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3257), + [aux_sym_forward_agent_token1] = ACTIONS(3257), + [aux_sym_forward_x11_token1] = ACTIONS(3259), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3257), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3257), + [aux_sym_gateway_ports_token1] = ACTIONS(3257), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3257), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3257), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3257), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3257), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3257), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3257), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3257), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3257), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3257), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3257), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3257), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3257), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3257), + [aux_sym_host_key_alias_token1] = ACTIONS(3257), + [aux_sym_hostname_token1] = ACTIONS(3257), + [aux_sym_identities_only_token1] = ACTIONS(3257), + [aux_sym_identity_agent_token1] = ACTIONS(3257), + [aux_sym_identity_file_token1] = ACTIONS(3257), + [aux_sym_ignore_unknown_token1] = ACTIONS(3257), + [aux_sym_include_token1] = ACTIONS(3257), + [aux_sym_ip_qos_token1] = ACTIONS(3257), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3257), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3257), + [aux_sym_kex_algorithms_token1] = ACTIONS(3257), + [aux_sym_known_hosts_command_token1] = ACTIONS(3257), + [aux_sym_local_command_token1] = ACTIONS(3257), + [aux_sym_local_forward_token1] = ACTIONS(3257), + [aux_sym_log_level_token1] = ACTIONS(3257), + [aux_sym_log_verbose_token1] = ACTIONS(3257), + [aux_sym_macs_token1] = ACTIONS(3257), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3257), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3257), + [aux_sym_password_authentication_token1] = ACTIONS(3257), + [aux_sym_permit_local_command_token1] = ACTIONS(3257), + [aux_sym_permit_remote_open_token1] = ACTIONS(3257), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3257), + [aux_sym_port_token1] = ACTIONS(3257), + [aux_sym_preferred_authentications_token1] = ACTIONS(3257), + [aux_sym_protocol_token1] = ACTIONS(3257), + [aux_sym_proxy_command_token1] = ACTIONS(3257), + [aux_sym_proxy_jump_token1] = ACTIONS(3257), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3257), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3257), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3257), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3257), + [aux_sym_rekey_limit_token1] = ACTIONS(3257), + [aux_sym_remote_command_token1] = ACTIONS(3257), + [aux_sym_remote_forward_token1] = ACTIONS(3257), + [aux_sym_request_tty_token1] = ACTIONS(3257), + [aux_sym_required_rsa_size_token1] = ACTIONS(3257), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3257), + [aux_sym_security_key_provider_token1] = ACTIONS(3257), + [aux_sym_send_env_token1] = ACTIONS(3257), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3257), + [aux_sym_server_alive_interval_token1] = ACTIONS(3257), + [aux_sym_session_type_token1] = ACTIONS(3257), + [aux_sym_set_env_token1] = ACTIONS(3257), + [aux_sym_stdin_null_token1] = ACTIONS(3257), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3257), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3257), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3257), + [aux_sym_syslog_facility_token1] = ACTIONS(3257), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3257), + [aux_sym_keep_alive_token1] = ACTIONS(3257), + [aux_sym_tunnel_token1] = ACTIONS(3259), + [aux_sym_tunnel_device_token1] = ACTIONS(3257), + [aux_sym_update_host_keys_token1] = ACTIONS(3257), + [aux_sym_use_keychain_token1] = ACTIONS(3257), + [aux_sym_use_roaming_token1] = ACTIONS(3257), + [aux_sym_user_token1] = ACTIONS(3259), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3257), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3257), + [aux_sym_visual_host_key_token1] = ACTIONS(3257), + [aux_sym_xauth_location_token1] = ACTIONS(3257), }, [520] = { - [ts_builtin_sym_end] = ACTIONS(1180), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1182), - [aux_sym_match_token1] = ACTIONS(1180), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1180), - [aux_sym_address_family_token1] = ACTIONS(1180), - [aux_sym_batch_mode_token1] = ACTIONS(1180), - [aux_sym_bind_address_token1] = ACTIONS(1180), - [aux_sym_bind_interface_token1] = ACTIONS(1180), - [aux_sym_canonical_domains_token1] = ACTIONS(1180), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1180), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1180), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1180), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1180), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1180), - [aux_sym_certificate_file_token1] = ACTIONS(1180), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1180), - [aux_sym_check_host_ip_token1] = ACTIONS(1180), - [aux_sym_ciphers_token1] = ACTIONS(1180), - [aux_sym_cipher_token1] = ACTIONS(1182), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1180), - [aux_sym_compression_token1] = ACTIONS(1180), - [aux_sym_connection_attempts_token1] = ACTIONS(1180), - [aux_sym_connect_timeout_token1] = ACTIONS(1180), - [aux_sym_control_master_token1] = ACTIONS(1180), - [aux_sym_control_path_token1] = ACTIONS(1180), - [aux_sym_control_persist_token1] = ACTIONS(1180), - [aux_sym_dynamic_forward_token1] = ACTIONS(1180), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1180), - [aux_sym_escape_char_token1] = ACTIONS(1180), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1180), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1180), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1180), - [aux_sym_forward_agent_token1] = ACTIONS(1180), - [aux_sym_forward_x11_token1] = ACTIONS(1182), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1180), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1180), - [aux_sym_gateway_ports_token1] = ACTIONS(1180), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1180), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1180), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1180), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1180), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1180), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1180), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1180), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1180), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1180), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1180), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1180), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1180), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1180), - [aux_sym_host_key_alias_token1] = ACTIONS(1180), - [aux_sym_hostname_token1] = ACTIONS(1180), - [aux_sym_identities_only_token1] = ACTIONS(1180), - [aux_sym_identity_agent_token1] = ACTIONS(1180), - [aux_sym_identity_file_token1] = ACTIONS(1180), - [aux_sym_ignore_unknown_token1] = ACTIONS(1180), - [aux_sym_include_token1] = ACTIONS(1180), - [aux_sym_ip_qos_token1] = ACTIONS(1180), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1180), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1180), - [aux_sym_kex_algorithms_token1] = ACTIONS(1180), - [aux_sym_known_hosts_command_token1] = ACTIONS(1180), - [aux_sym_local_command_token1] = ACTIONS(1180), - [aux_sym_local_forward_token1] = ACTIONS(1180), - [aux_sym_log_level_token1] = ACTIONS(1180), - [aux_sym_log_verbose_token1] = ACTIONS(1180), - [aux_sym_macs_token1] = ACTIONS(1180), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1180), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1180), - [aux_sym_password_authentication_token1] = ACTIONS(1180), - [aux_sym_permit_local_command_token1] = ACTIONS(1180), - [aux_sym_permit_remote_open_token1] = ACTIONS(1180), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1180), - [aux_sym_port_token1] = ACTIONS(1180), - [aux_sym_preferred_authentications_token1] = ACTIONS(1180), - [aux_sym_protocol_token1] = ACTIONS(1180), - [aux_sym_proxy_command_token1] = ACTIONS(1180), - [aux_sym_proxy_jump_token1] = ACTIONS(1180), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1180), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1180), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1180), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1180), - [aux_sym_rekey_limit_token1] = ACTIONS(1180), - [aux_sym_remote_command_token1] = ACTIONS(1180), - [aux_sym_remote_forward_token1] = ACTIONS(1180), - [aux_sym_request_tty_token1] = ACTIONS(1180), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1180), - [aux_sym_security_key_provider_token1] = ACTIONS(1180), - [aux_sym_send_env_token1] = ACTIONS(1180), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1180), - [aux_sym_server_alive_interval_token1] = ACTIONS(1180), - [aux_sym_session_type_token1] = ACTIONS(1180), - [aux_sym_set_env_token1] = ACTIONS(1180), - [aux_sym_stdin_null_token1] = ACTIONS(1180), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1180), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1180), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1180), - [aux_sym_syslog_facility_token1] = ACTIONS(1180), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1180), - [aux_sym_keep_alive_token1] = ACTIONS(1180), - [aux_sym_tunnel_token1] = ACTIONS(1182), - [aux_sym_tunnel_device_token1] = ACTIONS(1180), - [aux_sym_update_host_keys_token1] = ACTIONS(1180), - [aux_sym_use_keychain_token1] = ACTIONS(1180), - [aux_sym_use_roaming_token1] = ACTIONS(1180), - [aux_sym_user_token1] = ACTIONS(1182), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1180), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1180), - [aux_sym_visual_host_key_token1] = ACTIONS(1180), - [aux_sym_xauth_location_token1] = ACTIONS(1180), + [ts_builtin_sym_end] = ACTIONS(3261), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3263), + [aux_sym_match_token1] = ACTIONS(3261), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3261), + [aux_sym_address_family_token1] = ACTIONS(3261), + [aux_sym_batch_mode_token1] = ACTIONS(3261), + [aux_sym_bind_address_token1] = ACTIONS(3261), + [aux_sym_bind_interface_token1] = ACTIONS(3261), + [aux_sym_canonical_domains_token1] = ACTIONS(3261), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3261), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3261), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3261), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3261), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3261), + [aux_sym_certificate_file_token1] = ACTIONS(3261), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3261), + [aux_sym_check_host_ip_token1] = ACTIONS(3261), + [aux_sym_ciphers_token1] = ACTIONS(3261), + [aux_sym_cipher_token1] = ACTIONS(3263), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3261), + [aux_sym_compression_token1] = ACTIONS(3261), + [aux_sym_connection_attempts_token1] = ACTIONS(3261), + [aux_sym_connect_timeout_token1] = ACTIONS(3261), + [aux_sym_control_master_token1] = ACTIONS(3261), + [aux_sym_control_path_token1] = ACTIONS(3261), + [aux_sym_control_persist_token1] = ACTIONS(3261), + [aux_sym_dynamic_forward_token1] = ACTIONS(3261), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3261), + [aux_sym_escape_char_token1] = ACTIONS(3261), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3261), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3261), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3261), + [aux_sym_forward_agent_token1] = ACTIONS(3261), + [aux_sym_forward_x11_token1] = ACTIONS(3263), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3261), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3261), + [aux_sym_gateway_ports_token1] = ACTIONS(3261), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3261), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3261), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3261), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3261), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3261), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3261), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3261), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3261), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3261), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3261), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3261), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3261), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3261), + [aux_sym_host_key_alias_token1] = ACTIONS(3261), + [aux_sym_hostname_token1] = ACTIONS(3261), + [aux_sym_identities_only_token1] = ACTIONS(3261), + [aux_sym_identity_agent_token1] = ACTIONS(3261), + [aux_sym_identity_file_token1] = ACTIONS(3261), + [aux_sym_ignore_unknown_token1] = ACTIONS(3261), + [aux_sym_include_token1] = ACTIONS(3261), + [aux_sym_ip_qos_token1] = ACTIONS(3261), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3261), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3261), + [aux_sym_kex_algorithms_token1] = ACTIONS(3261), + [aux_sym_known_hosts_command_token1] = ACTIONS(3261), + [aux_sym_local_command_token1] = ACTIONS(3261), + [aux_sym_local_forward_token1] = ACTIONS(3261), + [aux_sym_log_level_token1] = ACTIONS(3261), + [aux_sym_log_verbose_token1] = ACTIONS(3261), + [aux_sym_macs_token1] = ACTIONS(3261), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3261), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3261), + [aux_sym_password_authentication_token1] = ACTIONS(3261), + [aux_sym_permit_local_command_token1] = ACTIONS(3261), + [aux_sym_permit_remote_open_token1] = ACTIONS(3261), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3261), + [aux_sym_port_token1] = ACTIONS(3261), + [aux_sym_preferred_authentications_token1] = ACTIONS(3261), + [aux_sym_protocol_token1] = ACTIONS(3261), + [aux_sym_proxy_command_token1] = ACTIONS(3261), + [aux_sym_proxy_jump_token1] = ACTIONS(3261), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3261), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3261), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3261), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3261), + [aux_sym_rekey_limit_token1] = ACTIONS(3261), + [aux_sym_remote_command_token1] = ACTIONS(3261), + [aux_sym_remote_forward_token1] = ACTIONS(3261), + [aux_sym_request_tty_token1] = ACTIONS(3261), + [aux_sym_required_rsa_size_token1] = ACTIONS(3261), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3261), + [aux_sym_security_key_provider_token1] = ACTIONS(3261), + [aux_sym_send_env_token1] = ACTIONS(3261), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3261), + [aux_sym_server_alive_interval_token1] = ACTIONS(3261), + [aux_sym_session_type_token1] = ACTIONS(3261), + [aux_sym_set_env_token1] = ACTIONS(3261), + [aux_sym_stdin_null_token1] = ACTIONS(3261), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3261), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3261), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3261), + [aux_sym_syslog_facility_token1] = ACTIONS(3261), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3261), + [aux_sym_keep_alive_token1] = ACTIONS(3261), + [aux_sym_tunnel_token1] = ACTIONS(3263), + [aux_sym_tunnel_device_token1] = ACTIONS(3261), + [aux_sym_update_host_keys_token1] = ACTIONS(3261), + [aux_sym_use_keychain_token1] = ACTIONS(3261), + [aux_sym_use_roaming_token1] = ACTIONS(3261), + [aux_sym_user_token1] = ACTIONS(3263), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3261), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3261), + [aux_sym_visual_host_key_token1] = ACTIONS(3261), + [aux_sym_xauth_location_token1] = ACTIONS(3261), }, [521] = { - [ts_builtin_sym_end] = ACTIONS(1048), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1050), - [aux_sym_match_token1] = ACTIONS(1048), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1048), - [aux_sym_address_family_token1] = ACTIONS(1048), - [aux_sym_batch_mode_token1] = ACTIONS(1048), - [aux_sym_bind_address_token1] = ACTIONS(1048), - [aux_sym_bind_interface_token1] = ACTIONS(1048), - [aux_sym_canonical_domains_token1] = ACTIONS(1048), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1048), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1048), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1048), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1048), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1048), - [aux_sym_certificate_file_token1] = ACTIONS(1048), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1048), - [aux_sym_check_host_ip_token1] = ACTIONS(1048), - [aux_sym_ciphers_token1] = ACTIONS(1048), - [aux_sym_cipher_token1] = ACTIONS(1050), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1048), - [aux_sym_compression_token1] = ACTIONS(1048), - [aux_sym_connection_attempts_token1] = ACTIONS(1048), - [aux_sym_connect_timeout_token1] = ACTIONS(1048), - [aux_sym_control_master_token1] = ACTIONS(1048), - [aux_sym_control_path_token1] = ACTIONS(1048), - [aux_sym_control_persist_token1] = ACTIONS(1048), - [aux_sym_dynamic_forward_token1] = ACTIONS(1048), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1048), - [aux_sym_escape_char_token1] = ACTIONS(1048), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1048), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1048), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1048), - [aux_sym_forward_agent_token1] = ACTIONS(1048), - [aux_sym_forward_x11_token1] = ACTIONS(1050), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1048), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1048), - [aux_sym_gateway_ports_token1] = ACTIONS(1048), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1048), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1048), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1048), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1048), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1048), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1048), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1048), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1048), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1048), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1048), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1048), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1048), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1048), - [aux_sym_host_key_alias_token1] = ACTIONS(1048), - [aux_sym_hostname_token1] = ACTIONS(1048), - [aux_sym_identities_only_token1] = ACTIONS(1048), - [aux_sym_identity_agent_token1] = ACTIONS(1048), - [aux_sym_identity_file_token1] = ACTIONS(1048), - [aux_sym_ignore_unknown_token1] = ACTIONS(1048), - [aux_sym_include_token1] = ACTIONS(1048), - [aux_sym_ip_qos_token1] = ACTIONS(1048), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1048), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1048), - [aux_sym_kex_algorithms_token1] = ACTIONS(1048), - [aux_sym_known_hosts_command_token1] = ACTIONS(1048), - [aux_sym_local_command_token1] = ACTIONS(1048), - [aux_sym_local_forward_token1] = ACTIONS(1048), - [aux_sym_log_level_token1] = ACTIONS(1048), - [aux_sym_log_verbose_token1] = ACTIONS(1048), - [aux_sym_macs_token1] = ACTIONS(1048), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1048), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1048), - [aux_sym_password_authentication_token1] = ACTIONS(1048), - [aux_sym_permit_local_command_token1] = ACTIONS(1048), - [aux_sym_permit_remote_open_token1] = ACTIONS(1048), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1048), - [aux_sym_port_token1] = ACTIONS(1048), - [aux_sym_preferred_authentications_token1] = ACTIONS(1048), - [aux_sym_protocol_token1] = ACTIONS(1048), - [aux_sym_proxy_command_token1] = ACTIONS(1048), - [aux_sym_proxy_jump_token1] = ACTIONS(1048), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1048), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1048), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1048), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1048), - [aux_sym_rekey_limit_token1] = ACTIONS(1048), - [aux_sym_remote_command_token1] = ACTIONS(1048), - [aux_sym_remote_forward_token1] = ACTIONS(1048), - [aux_sym_request_tty_token1] = ACTIONS(1048), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1048), - [aux_sym_security_key_provider_token1] = ACTIONS(1048), - [aux_sym_send_env_token1] = ACTIONS(1048), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1048), - [aux_sym_server_alive_interval_token1] = ACTIONS(1048), - [aux_sym_session_type_token1] = ACTIONS(1048), - [aux_sym_set_env_token1] = ACTIONS(1048), - [aux_sym_stdin_null_token1] = ACTIONS(1048), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1048), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1048), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1048), - [aux_sym_syslog_facility_token1] = ACTIONS(1048), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1048), - [aux_sym_keep_alive_token1] = ACTIONS(1048), - [aux_sym_tunnel_token1] = ACTIONS(1050), - [aux_sym_tunnel_device_token1] = ACTIONS(1048), - [aux_sym_update_host_keys_token1] = ACTIONS(1048), - [aux_sym_use_keychain_token1] = ACTIONS(1048), - [aux_sym_use_roaming_token1] = ACTIONS(1048), - [aux_sym_user_token1] = ACTIONS(1050), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1048), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1048), - [aux_sym_visual_host_key_token1] = ACTIONS(1048), - [aux_sym_xauth_location_token1] = ACTIONS(1048), + [ts_builtin_sym_end] = ACTIONS(3265), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3267), + [aux_sym_match_token1] = ACTIONS(3265), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3265), + [aux_sym_address_family_token1] = ACTIONS(3265), + [aux_sym_batch_mode_token1] = ACTIONS(3265), + [aux_sym_bind_address_token1] = ACTIONS(3265), + [aux_sym_bind_interface_token1] = ACTIONS(3265), + [aux_sym_canonical_domains_token1] = ACTIONS(3265), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3265), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3265), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3265), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3265), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3265), + [aux_sym_certificate_file_token1] = ACTIONS(3265), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3265), + [aux_sym_check_host_ip_token1] = ACTIONS(3265), + [aux_sym_ciphers_token1] = ACTIONS(3265), + [aux_sym_cipher_token1] = ACTIONS(3267), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3265), + [aux_sym_compression_token1] = ACTIONS(3265), + [aux_sym_connection_attempts_token1] = ACTIONS(3265), + [aux_sym_connect_timeout_token1] = ACTIONS(3265), + [aux_sym_control_master_token1] = ACTIONS(3265), + [aux_sym_control_path_token1] = ACTIONS(3265), + [aux_sym_control_persist_token1] = ACTIONS(3265), + [aux_sym_dynamic_forward_token1] = ACTIONS(3265), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3265), + [aux_sym_escape_char_token1] = ACTIONS(3265), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3265), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3265), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3265), + [aux_sym_forward_agent_token1] = ACTIONS(3265), + [aux_sym_forward_x11_token1] = ACTIONS(3267), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3265), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3265), + [aux_sym_gateway_ports_token1] = ACTIONS(3265), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3265), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3265), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3265), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3265), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3265), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3265), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3265), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3265), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3265), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3265), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3265), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3265), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3265), + [aux_sym_host_key_alias_token1] = ACTIONS(3265), + [aux_sym_hostname_token1] = ACTIONS(3265), + [aux_sym_identities_only_token1] = ACTIONS(3265), + [aux_sym_identity_agent_token1] = ACTIONS(3265), + [aux_sym_identity_file_token1] = ACTIONS(3265), + [aux_sym_ignore_unknown_token1] = ACTIONS(3265), + [aux_sym_include_token1] = ACTIONS(3265), + [aux_sym_ip_qos_token1] = ACTIONS(3265), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3265), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3265), + [aux_sym_kex_algorithms_token1] = ACTIONS(3265), + [aux_sym_known_hosts_command_token1] = ACTIONS(3265), + [aux_sym_local_command_token1] = ACTIONS(3265), + [aux_sym_local_forward_token1] = ACTIONS(3265), + [aux_sym_log_level_token1] = ACTIONS(3265), + [aux_sym_log_verbose_token1] = ACTIONS(3265), + [aux_sym_macs_token1] = ACTIONS(3265), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3265), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3265), + [aux_sym_password_authentication_token1] = ACTIONS(3265), + [aux_sym_permit_local_command_token1] = ACTIONS(3265), + [aux_sym_permit_remote_open_token1] = ACTIONS(3265), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3265), + [aux_sym_port_token1] = ACTIONS(3265), + [aux_sym_preferred_authentications_token1] = ACTIONS(3265), + [aux_sym_protocol_token1] = ACTIONS(3265), + [aux_sym_proxy_command_token1] = ACTIONS(3265), + [aux_sym_proxy_jump_token1] = ACTIONS(3265), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3265), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3265), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3265), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3265), + [aux_sym_rekey_limit_token1] = ACTIONS(3265), + [aux_sym_remote_command_token1] = ACTIONS(3265), + [aux_sym_remote_forward_token1] = ACTIONS(3265), + [aux_sym_request_tty_token1] = ACTIONS(3265), + [aux_sym_required_rsa_size_token1] = ACTIONS(3265), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3265), + [aux_sym_security_key_provider_token1] = ACTIONS(3265), + [aux_sym_send_env_token1] = ACTIONS(3265), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3265), + [aux_sym_server_alive_interval_token1] = ACTIONS(3265), + [aux_sym_session_type_token1] = ACTIONS(3265), + [aux_sym_set_env_token1] = ACTIONS(3265), + [aux_sym_stdin_null_token1] = ACTIONS(3265), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3265), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3265), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3265), + [aux_sym_syslog_facility_token1] = ACTIONS(3265), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3265), + [aux_sym_keep_alive_token1] = ACTIONS(3265), + [aux_sym_tunnel_token1] = ACTIONS(3267), + [aux_sym_tunnel_device_token1] = ACTIONS(3265), + [aux_sym_update_host_keys_token1] = ACTIONS(3265), + [aux_sym_use_keychain_token1] = ACTIONS(3265), + [aux_sym_use_roaming_token1] = ACTIONS(3265), + [aux_sym_user_token1] = ACTIONS(3267), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3265), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3265), + [aux_sym_visual_host_key_token1] = ACTIONS(3265), + [aux_sym_xauth_location_token1] = ACTIONS(3265), }, [522] = { - [ts_builtin_sym_end] = ACTIONS(3150), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3152), - [aux_sym_match_token1] = ACTIONS(3150), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3150), - [aux_sym_address_family_token1] = ACTIONS(3150), - [aux_sym_batch_mode_token1] = ACTIONS(3150), - [aux_sym_bind_address_token1] = ACTIONS(3150), - [aux_sym_bind_interface_token1] = ACTIONS(3150), - [aux_sym_canonical_domains_token1] = ACTIONS(3150), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3150), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3150), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3150), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3150), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3150), - [aux_sym_certificate_file_token1] = ACTIONS(3150), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3150), - [aux_sym_check_host_ip_token1] = ACTIONS(3150), - [aux_sym_ciphers_token1] = ACTIONS(3150), - [aux_sym_cipher_token1] = ACTIONS(3152), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3150), - [aux_sym_compression_token1] = ACTIONS(3150), - [aux_sym_connection_attempts_token1] = ACTIONS(3150), - [aux_sym_connect_timeout_token1] = ACTIONS(3150), - [aux_sym_control_master_token1] = ACTIONS(3150), - [aux_sym_control_path_token1] = ACTIONS(3150), - [aux_sym_control_persist_token1] = ACTIONS(3150), - [aux_sym_dynamic_forward_token1] = ACTIONS(3150), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3150), - [aux_sym_escape_char_token1] = ACTIONS(3150), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3150), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3150), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3150), - [aux_sym_forward_agent_token1] = ACTIONS(3150), - [aux_sym_forward_x11_token1] = ACTIONS(3152), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3150), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3150), - [aux_sym_gateway_ports_token1] = ACTIONS(3150), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3150), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3150), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3150), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3150), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3150), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3150), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3150), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3150), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3150), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3150), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3150), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3150), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3150), - [aux_sym_host_key_alias_token1] = ACTIONS(3150), - [aux_sym_hostname_token1] = ACTIONS(3150), - [aux_sym_identities_only_token1] = ACTIONS(3150), - [aux_sym_identity_agent_token1] = ACTIONS(3150), - [aux_sym_identity_file_token1] = ACTIONS(3150), - [aux_sym_ignore_unknown_token1] = ACTIONS(3150), - [aux_sym_include_token1] = ACTIONS(3150), - [aux_sym_ip_qos_token1] = ACTIONS(3150), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3150), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3150), - [aux_sym_kex_algorithms_token1] = ACTIONS(3150), - [aux_sym_known_hosts_command_token1] = ACTIONS(3150), - [aux_sym_local_command_token1] = ACTIONS(3150), - [aux_sym_local_forward_token1] = ACTIONS(3150), - [aux_sym_log_level_token1] = ACTIONS(3150), - [aux_sym_log_verbose_token1] = ACTIONS(3150), - [aux_sym_macs_token1] = ACTIONS(3150), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3150), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3150), - [aux_sym_password_authentication_token1] = ACTIONS(3150), - [aux_sym_permit_local_command_token1] = ACTIONS(3150), - [aux_sym_permit_remote_open_token1] = ACTIONS(3150), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3150), - [aux_sym_port_token1] = ACTIONS(3150), - [aux_sym_preferred_authentications_token1] = ACTIONS(3150), - [aux_sym_protocol_token1] = ACTIONS(3150), - [aux_sym_proxy_command_token1] = ACTIONS(3150), - [aux_sym_proxy_jump_token1] = ACTIONS(3150), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3150), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3150), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3150), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3150), - [aux_sym_rekey_limit_token1] = ACTIONS(3150), - [aux_sym_remote_command_token1] = ACTIONS(3150), - [aux_sym_remote_forward_token1] = ACTIONS(3150), - [aux_sym_request_tty_token1] = ACTIONS(3150), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3150), - [aux_sym_security_key_provider_token1] = ACTIONS(3150), - [aux_sym_send_env_token1] = ACTIONS(3150), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3150), - [aux_sym_server_alive_interval_token1] = ACTIONS(3150), - [aux_sym_session_type_token1] = ACTIONS(3150), - [aux_sym_set_env_token1] = ACTIONS(3150), - [aux_sym_stdin_null_token1] = ACTIONS(3150), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3150), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3150), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3150), - [aux_sym_syslog_facility_token1] = ACTIONS(3150), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3150), - [aux_sym_keep_alive_token1] = ACTIONS(3150), - [aux_sym_tunnel_token1] = ACTIONS(3152), - [aux_sym_tunnel_device_token1] = ACTIONS(3150), - [aux_sym_update_host_keys_token1] = ACTIONS(3150), - [aux_sym_use_keychain_token1] = ACTIONS(3150), - [aux_sym_use_roaming_token1] = ACTIONS(3150), - [aux_sym_user_token1] = ACTIONS(3152), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3150), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3150), - [aux_sym_visual_host_key_token1] = ACTIONS(3150), - [aux_sym_xauth_location_token1] = ACTIONS(3150), + [ts_builtin_sym_end] = ACTIONS(3269), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3271), + [aux_sym_match_token1] = ACTIONS(3269), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3269), + [aux_sym_address_family_token1] = ACTIONS(3269), + [aux_sym_batch_mode_token1] = ACTIONS(3269), + [aux_sym_bind_address_token1] = ACTIONS(3269), + [aux_sym_bind_interface_token1] = ACTIONS(3269), + [aux_sym_canonical_domains_token1] = ACTIONS(3269), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3269), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3269), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3269), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3269), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3269), + [aux_sym_certificate_file_token1] = ACTIONS(3269), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3269), + [aux_sym_check_host_ip_token1] = ACTIONS(3269), + [aux_sym_ciphers_token1] = ACTIONS(3269), + [aux_sym_cipher_token1] = ACTIONS(3271), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3269), + [aux_sym_compression_token1] = ACTIONS(3269), + [aux_sym_connection_attempts_token1] = ACTIONS(3269), + [aux_sym_connect_timeout_token1] = ACTIONS(3269), + [aux_sym_control_master_token1] = ACTIONS(3269), + [aux_sym_control_path_token1] = ACTIONS(3269), + [aux_sym_control_persist_token1] = ACTIONS(3269), + [aux_sym_dynamic_forward_token1] = ACTIONS(3269), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3269), + [aux_sym_escape_char_token1] = ACTIONS(3269), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3269), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3269), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3269), + [aux_sym_forward_agent_token1] = ACTIONS(3269), + [aux_sym_forward_x11_token1] = ACTIONS(3271), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3269), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3269), + [aux_sym_gateway_ports_token1] = ACTIONS(3269), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3269), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3269), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3269), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3269), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3269), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3269), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3269), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3269), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3269), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3269), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3269), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3269), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3269), + [aux_sym_host_key_alias_token1] = ACTIONS(3269), + [aux_sym_hostname_token1] = ACTIONS(3269), + [aux_sym_identities_only_token1] = ACTIONS(3269), + [aux_sym_identity_agent_token1] = ACTIONS(3269), + [aux_sym_identity_file_token1] = ACTIONS(3269), + [aux_sym_ignore_unknown_token1] = ACTIONS(3269), + [aux_sym_include_token1] = ACTIONS(3269), + [aux_sym_ip_qos_token1] = ACTIONS(3269), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3269), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3269), + [aux_sym_kex_algorithms_token1] = ACTIONS(3269), + [aux_sym_known_hosts_command_token1] = ACTIONS(3269), + [aux_sym_local_command_token1] = ACTIONS(3269), + [aux_sym_local_forward_token1] = ACTIONS(3269), + [aux_sym_log_level_token1] = ACTIONS(3269), + [aux_sym_log_verbose_token1] = ACTIONS(3269), + [aux_sym_macs_token1] = ACTIONS(3269), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3269), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3269), + [aux_sym_password_authentication_token1] = ACTIONS(3269), + [aux_sym_permit_local_command_token1] = ACTIONS(3269), + [aux_sym_permit_remote_open_token1] = ACTIONS(3269), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3269), + [aux_sym_port_token1] = ACTIONS(3269), + [aux_sym_preferred_authentications_token1] = ACTIONS(3269), + [aux_sym_protocol_token1] = ACTIONS(3269), + [aux_sym_proxy_command_token1] = ACTIONS(3269), + [aux_sym_proxy_jump_token1] = ACTIONS(3269), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3269), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3269), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3269), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3269), + [aux_sym_rekey_limit_token1] = ACTIONS(3269), + [aux_sym_remote_command_token1] = ACTIONS(3269), + [aux_sym_remote_forward_token1] = ACTIONS(3269), + [aux_sym_request_tty_token1] = ACTIONS(3269), + [aux_sym_required_rsa_size_token1] = ACTIONS(3269), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3269), + [aux_sym_security_key_provider_token1] = ACTIONS(3269), + [aux_sym_send_env_token1] = ACTIONS(3269), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3269), + [aux_sym_server_alive_interval_token1] = ACTIONS(3269), + [aux_sym_session_type_token1] = ACTIONS(3269), + [aux_sym_set_env_token1] = ACTIONS(3269), + [aux_sym_stdin_null_token1] = ACTIONS(3269), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3269), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3269), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3269), + [aux_sym_syslog_facility_token1] = ACTIONS(3269), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3269), + [aux_sym_keep_alive_token1] = ACTIONS(3269), + [aux_sym_tunnel_token1] = ACTIONS(3271), + [aux_sym_tunnel_device_token1] = ACTIONS(3269), + [aux_sym_update_host_keys_token1] = ACTIONS(3269), + [aux_sym_use_keychain_token1] = ACTIONS(3269), + [aux_sym_use_roaming_token1] = ACTIONS(3269), + [aux_sym_user_token1] = ACTIONS(3271), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3269), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3269), + [aux_sym_visual_host_key_token1] = ACTIONS(3269), + [aux_sym_xauth_location_token1] = ACTIONS(3269), }, [523] = { - [ts_builtin_sym_end] = ACTIONS(1186), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1188), - [aux_sym_match_token1] = ACTIONS(1186), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1186), - [aux_sym_address_family_token1] = ACTIONS(1186), - [aux_sym_batch_mode_token1] = ACTIONS(1186), - [aux_sym_bind_address_token1] = ACTIONS(1186), - [aux_sym_bind_interface_token1] = ACTIONS(1186), - [aux_sym_canonical_domains_token1] = ACTIONS(1186), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1186), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1186), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1186), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1186), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1186), - [aux_sym_certificate_file_token1] = ACTIONS(1186), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1186), - [aux_sym_check_host_ip_token1] = ACTIONS(1186), - [aux_sym_ciphers_token1] = ACTIONS(1186), - [aux_sym_cipher_token1] = ACTIONS(1188), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1186), - [aux_sym_compression_token1] = ACTIONS(1186), - [aux_sym_connection_attempts_token1] = ACTIONS(1186), - [aux_sym_connect_timeout_token1] = ACTIONS(1186), - [aux_sym_control_master_token1] = ACTIONS(1186), - [aux_sym_control_path_token1] = ACTIONS(1186), - [aux_sym_control_persist_token1] = ACTIONS(1186), - [aux_sym_dynamic_forward_token1] = ACTIONS(1186), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1186), - [aux_sym_escape_char_token1] = ACTIONS(1186), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1186), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1186), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1186), - [aux_sym_forward_agent_token1] = ACTIONS(1186), - [aux_sym_forward_x11_token1] = ACTIONS(1188), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1186), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1186), - [aux_sym_gateway_ports_token1] = ACTIONS(1186), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1186), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1186), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1186), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1186), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1186), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1186), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1186), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1186), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1186), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1186), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1186), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1186), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1186), - [aux_sym_host_key_alias_token1] = ACTIONS(1186), - [aux_sym_hostname_token1] = ACTIONS(1186), - [aux_sym_identities_only_token1] = ACTIONS(1186), - [aux_sym_identity_agent_token1] = ACTIONS(1186), - [aux_sym_identity_file_token1] = ACTIONS(1186), - [aux_sym_ignore_unknown_token1] = ACTIONS(1186), - [aux_sym_include_token1] = ACTIONS(1186), - [aux_sym_ip_qos_token1] = ACTIONS(1186), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1186), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1186), - [aux_sym_kex_algorithms_token1] = ACTIONS(1186), - [aux_sym_known_hosts_command_token1] = ACTIONS(1186), - [aux_sym_local_command_token1] = ACTIONS(1186), - [aux_sym_local_forward_token1] = ACTIONS(1186), - [aux_sym_log_level_token1] = ACTIONS(1186), - [aux_sym_log_verbose_token1] = ACTIONS(1186), - [aux_sym_macs_token1] = ACTIONS(1186), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1186), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1186), - [aux_sym_password_authentication_token1] = ACTIONS(1186), - [aux_sym_permit_local_command_token1] = ACTIONS(1186), - [aux_sym_permit_remote_open_token1] = ACTIONS(1186), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1186), - [aux_sym_port_token1] = ACTIONS(1186), - [aux_sym_preferred_authentications_token1] = ACTIONS(1186), - [aux_sym_protocol_token1] = ACTIONS(1186), - [aux_sym_proxy_command_token1] = ACTIONS(1186), - [aux_sym_proxy_jump_token1] = ACTIONS(1186), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1186), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1186), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1186), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1186), - [aux_sym_rekey_limit_token1] = ACTIONS(1186), - [aux_sym_remote_command_token1] = ACTIONS(1186), - [aux_sym_remote_forward_token1] = ACTIONS(1186), - [aux_sym_request_tty_token1] = ACTIONS(1186), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1186), - [aux_sym_security_key_provider_token1] = ACTIONS(1186), - [aux_sym_send_env_token1] = ACTIONS(1186), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1186), - [aux_sym_server_alive_interval_token1] = ACTIONS(1186), - [aux_sym_session_type_token1] = ACTIONS(1186), - [aux_sym_set_env_token1] = ACTIONS(1186), - [aux_sym_stdin_null_token1] = ACTIONS(1186), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1186), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1186), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1186), - [aux_sym_syslog_facility_token1] = ACTIONS(1186), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1186), - [aux_sym_keep_alive_token1] = ACTIONS(1186), - [aux_sym_tunnel_token1] = ACTIONS(1188), - [aux_sym_tunnel_device_token1] = ACTIONS(1186), - [aux_sym_update_host_keys_token1] = ACTIONS(1186), - [aux_sym_use_keychain_token1] = ACTIONS(1186), - [aux_sym_use_roaming_token1] = ACTIONS(1186), - [aux_sym_user_token1] = ACTIONS(1188), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1186), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1186), - [aux_sym_visual_host_key_token1] = ACTIONS(1186), - [aux_sym_xauth_location_token1] = ACTIONS(1186), + [ts_builtin_sym_end] = ACTIONS(3273), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3275), + [aux_sym_match_token1] = ACTIONS(3273), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3273), + [aux_sym_address_family_token1] = ACTIONS(3273), + [aux_sym_batch_mode_token1] = ACTIONS(3273), + [aux_sym_bind_address_token1] = ACTIONS(3273), + [aux_sym_bind_interface_token1] = ACTIONS(3273), + [aux_sym_canonical_domains_token1] = ACTIONS(3273), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3273), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3273), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3273), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3273), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3273), + [aux_sym_certificate_file_token1] = ACTIONS(3273), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3273), + [aux_sym_check_host_ip_token1] = ACTIONS(3273), + [aux_sym_ciphers_token1] = ACTIONS(3273), + [aux_sym_cipher_token1] = ACTIONS(3275), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3273), + [aux_sym_compression_token1] = ACTIONS(3273), + [aux_sym_connection_attempts_token1] = ACTIONS(3273), + [aux_sym_connect_timeout_token1] = ACTIONS(3273), + [aux_sym_control_master_token1] = ACTIONS(3273), + [aux_sym_control_path_token1] = ACTIONS(3273), + [aux_sym_control_persist_token1] = ACTIONS(3273), + [aux_sym_dynamic_forward_token1] = ACTIONS(3273), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3273), + [aux_sym_escape_char_token1] = ACTIONS(3273), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3273), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3273), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3273), + [aux_sym_forward_agent_token1] = ACTIONS(3273), + [aux_sym_forward_x11_token1] = ACTIONS(3275), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3273), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3273), + [aux_sym_gateway_ports_token1] = ACTIONS(3273), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3273), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3273), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3273), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3273), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3273), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3273), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3273), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3273), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3273), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3273), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3273), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3273), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3273), + [aux_sym_host_key_alias_token1] = ACTIONS(3273), + [aux_sym_hostname_token1] = ACTIONS(3273), + [aux_sym_identities_only_token1] = ACTIONS(3273), + [aux_sym_identity_agent_token1] = ACTIONS(3273), + [aux_sym_identity_file_token1] = ACTIONS(3273), + [aux_sym_ignore_unknown_token1] = ACTIONS(3273), + [aux_sym_include_token1] = ACTIONS(3273), + [aux_sym_ip_qos_token1] = ACTIONS(3273), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3273), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3273), + [aux_sym_kex_algorithms_token1] = ACTIONS(3273), + [aux_sym_known_hosts_command_token1] = ACTIONS(3273), + [aux_sym_local_command_token1] = ACTIONS(3273), + [aux_sym_local_forward_token1] = ACTIONS(3273), + [aux_sym_log_level_token1] = ACTIONS(3273), + [aux_sym_log_verbose_token1] = ACTIONS(3273), + [aux_sym_macs_token1] = ACTIONS(3273), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3273), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3273), + [aux_sym_password_authentication_token1] = ACTIONS(3273), + [aux_sym_permit_local_command_token1] = ACTIONS(3273), + [aux_sym_permit_remote_open_token1] = ACTIONS(3273), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3273), + [aux_sym_port_token1] = ACTIONS(3273), + [aux_sym_preferred_authentications_token1] = ACTIONS(3273), + [aux_sym_protocol_token1] = ACTIONS(3273), + [aux_sym_proxy_command_token1] = ACTIONS(3273), + [aux_sym_proxy_jump_token1] = ACTIONS(3273), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3273), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3273), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3273), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3273), + [aux_sym_rekey_limit_token1] = ACTIONS(3273), + [aux_sym_remote_command_token1] = ACTIONS(3273), + [aux_sym_remote_forward_token1] = ACTIONS(3273), + [aux_sym_request_tty_token1] = ACTIONS(3273), + [aux_sym_required_rsa_size_token1] = ACTIONS(3273), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3273), + [aux_sym_security_key_provider_token1] = ACTIONS(3273), + [aux_sym_send_env_token1] = ACTIONS(3273), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3273), + [aux_sym_server_alive_interval_token1] = ACTIONS(3273), + [aux_sym_session_type_token1] = ACTIONS(3273), + [aux_sym_set_env_token1] = ACTIONS(3273), + [aux_sym_stdin_null_token1] = ACTIONS(3273), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3273), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3273), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3273), + [aux_sym_syslog_facility_token1] = ACTIONS(3273), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3273), + [aux_sym_keep_alive_token1] = ACTIONS(3273), + [aux_sym_tunnel_token1] = ACTIONS(3275), + [aux_sym_tunnel_device_token1] = ACTIONS(3273), + [aux_sym_update_host_keys_token1] = ACTIONS(3273), + [aux_sym_use_keychain_token1] = ACTIONS(3273), + [aux_sym_use_roaming_token1] = ACTIONS(3273), + [aux_sym_user_token1] = ACTIONS(3275), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3273), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3273), + [aux_sym_visual_host_key_token1] = ACTIONS(3273), + [aux_sym_xauth_location_token1] = ACTIONS(3273), }, [524] = { - [ts_builtin_sym_end] = ACTIONS(1096), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1098), - [aux_sym_match_token1] = ACTIONS(1096), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1096), - [aux_sym_address_family_token1] = ACTIONS(1096), - [aux_sym_batch_mode_token1] = ACTIONS(1096), - [aux_sym_bind_address_token1] = ACTIONS(1096), - [aux_sym_bind_interface_token1] = ACTIONS(1096), - [aux_sym_canonical_domains_token1] = ACTIONS(1096), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1096), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1096), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1096), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1096), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1096), - [aux_sym_certificate_file_token1] = ACTIONS(1096), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1096), - [aux_sym_check_host_ip_token1] = ACTIONS(1096), - [aux_sym_ciphers_token1] = ACTIONS(1096), - [aux_sym_cipher_token1] = ACTIONS(1098), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1096), - [aux_sym_compression_token1] = ACTIONS(1096), - [aux_sym_connection_attempts_token1] = ACTIONS(1096), - [aux_sym_connect_timeout_token1] = ACTIONS(1096), - [aux_sym_control_master_token1] = ACTIONS(1096), - [aux_sym_control_path_token1] = ACTIONS(1096), - [aux_sym_control_persist_token1] = ACTIONS(1096), - [aux_sym_dynamic_forward_token1] = ACTIONS(1096), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1096), - [aux_sym_escape_char_token1] = ACTIONS(1096), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1096), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1096), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1096), - [aux_sym_forward_agent_token1] = ACTIONS(1096), - [aux_sym_forward_x11_token1] = ACTIONS(1098), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1096), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1096), - [aux_sym_gateway_ports_token1] = ACTIONS(1096), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1096), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1096), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1096), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1096), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1096), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1096), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1096), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1096), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1096), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1096), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1096), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1096), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1096), - [aux_sym_host_key_alias_token1] = ACTIONS(1096), - [aux_sym_hostname_token1] = ACTIONS(1096), - [aux_sym_identities_only_token1] = ACTIONS(1096), - [aux_sym_identity_agent_token1] = ACTIONS(1096), - [aux_sym_identity_file_token1] = ACTIONS(1096), - [aux_sym_ignore_unknown_token1] = ACTIONS(1096), - [aux_sym_include_token1] = ACTIONS(1096), - [aux_sym_ip_qos_token1] = ACTIONS(1096), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1096), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1096), - [aux_sym_kex_algorithms_token1] = ACTIONS(1096), - [aux_sym_known_hosts_command_token1] = ACTIONS(1096), - [aux_sym_local_command_token1] = ACTIONS(1096), - [aux_sym_local_forward_token1] = ACTIONS(1096), - [aux_sym_log_level_token1] = ACTIONS(1096), - [aux_sym_log_verbose_token1] = ACTIONS(1096), - [aux_sym_macs_token1] = ACTIONS(1096), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1096), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1096), - [aux_sym_password_authentication_token1] = ACTIONS(1096), - [aux_sym_permit_local_command_token1] = ACTIONS(1096), - [aux_sym_permit_remote_open_token1] = ACTIONS(1096), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1096), - [aux_sym_port_token1] = ACTIONS(1096), - [aux_sym_preferred_authentications_token1] = ACTIONS(1096), - [aux_sym_protocol_token1] = ACTIONS(1096), - [aux_sym_proxy_command_token1] = ACTIONS(1096), - [aux_sym_proxy_jump_token1] = ACTIONS(1096), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1096), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1096), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1096), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1096), - [aux_sym_rekey_limit_token1] = ACTIONS(1096), - [aux_sym_remote_command_token1] = ACTIONS(1096), - [aux_sym_remote_forward_token1] = ACTIONS(1096), - [aux_sym_request_tty_token1] = ACTIONS(1096), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1096), - [aux_sym_security_key_provider_token1] = ACTIONS(1096), - [aux_sym_send_env_token1] = ACTIONS(1096), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1096), - [aux_sym_server_alive_interval_token1] = ACTIONS(1096), - [aux_sym_session_type_token1] = ACTIONS(1096), - [aux_sym_set_env_token1] = ACTIONS(1096), - [aux_sym_stdin_null_token1] = ACTIONS(1096), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1096), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1096), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1096), - [aux_sym_syslog_facility_token1] = ACTIONS(1096), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1096), - [aux_sym_keep_alive_token1] = ACTIONS(1096), - [aux_sym_tunnel_token1] = ACTIONS(1098), - [aux_sym_tunnel_device_token1] = ACTIONS(1096), - [aux_sym_update_host_keys_token1] = ACTIONS(1096), - [aux_sym_use_keychain_token1] = ACTIONS(1096), - [aux_sym_use_roaming_token1] = ACTIONS(1096), - [aux_sym_user_token1] = ACTIONS(1098), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1096), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1096), - [aux_sym_visual_host_key_token1] = ACTIONS(1096), - [aux_sym_xauth_location_token1] = ACTIONS(1096), + [ts_builtin_sym_end] = ACTIONS(3277), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3279), + [aux_sym_match_token1] = ACTIONS(3277), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3277), + [aux_sym_address_family_token1] = ACTIONS(3277), + [aux_sym_batch_mode_token1] = ACTIONS(3277), + [aux_sym_bind_address_token1] = ACTIONS(3277), + [aux_sym_bind_interface_token1] = ACTIONS(3277), + [aux_sym_canonical_domains_token1] = ACTIONS(3277), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3277), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3277), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3277), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3277), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3277), + [aux_sym_certificate_file_token1] = ACTIONS(3277), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3277), + [aux_sym_check_host_ip_token1] = ACTIONS(3277), + [aux_sym_ciphers_token1] = ACTIONS(3277), + [aux_sym_cipher_token1] = ACTIONS(3279), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3277), + [aux_sym_compression_token1] = ACTIONS(3277), + [aux_sym_connection_attempts_token1] = ACTIONS(3277), + [aux_sym_connect_timeout_token1] = ACTIONS(3277), + [aux_sym_control_master_token1] = ACTIONS(3277), + [aux_sym_control_path_token1] = ACTIONS(3277), + [aux_sym_control_persist_token1] = ACTIONS(3277), + [aux_sym_dynamic_forward_token1] = ACTIONS(3277), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3277), + [aux_sym_escape_char_token1] = ACTIONS(3277), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3277), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3277), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3277), + [aux_sym_forward_agent_token1] = ACTIONS(3277), + [aux_sym_forward_x11_token1] = ACTIONS(3279), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3277), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3277), + [aux_sym_gateway_ports_token1] = ACTIONS(3277), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3277), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3277), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3277), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3277), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3277), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3277), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3277), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3277), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3277), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3277), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3277), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3277), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3277), + [aux_sym_host_key_alias_token1] = ACTIONS(3277), + [aux_sym_hostname_token1] = ACTIONS(3277), + [aux_sym_identities_only_token1] = ACTIONS(3277), + [aux_sym_identity_agent_token1] = ACTIONS(3277), + [aux_sym_identity_file_token1] = ACTIONS(3277), + [aux_sym_ignore_unknown_token1] = ACTIONS(3277), + [aux_sym_include_token1] = ACTIONS(3277), + [aux_sym_ip_qos_token1] = ACTIONS(3277), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3277), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3277), + [aux_sym_kex_algorithms_token1] = ACTIONS(3277), + [aux_sym_known_hosts_command_token1] = ACTIONS(3277), + [aux_sym_local_command_token1] = ACTIONS(3277), + [aux_sym_local_forward_token1] = ACTIONS(3277), + [aux_sym_log_level_token1] = ACTIONS(3277), + [aux_sym_log_verbose_token1] = ACTIONS(3277), + [aux_sym_macs_token1] = ACTIONS(3277), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3277), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3277), + [aux_sym_password_authentication_token1] = ACTIONS(3277), + [aux_sym_permit_local_command_token1] = ACTIONS(3277), + [aux_sym_permit_remote_open_token1] = ACTIONS(3277), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3277), + [aux_sym_port_token1] = ACTIONS(3277), + [aux_sym_preferred_authentications_token1] = ACTIONS(3277), + [aux_sym_protocol_token1] = ACTIONS(3277), + [aux_sym_proxy_command_token1] = ACTIONS(3277), + [aux_sym_proxy_jump_token1] = ACTIONS(3277), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3277), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3277), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3277), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3277), + [aux_sym_rekey_limit_token1] = ACTIONS(3277), + [aux_sym_remote_command_token1] = ACTIONS(3277), + [aux_sym_remote_forward_token1] = ACTIONS(3277), + [aux_sym_request_tty_token1] = ACTIONS(3277), + [aux_sym_required_rsa_size_token1] = ACTIONS(3277), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3277), + [aux_sym_security_key_provider_token1] = ACTIONS(3277), + [aux_sym_send_env_token1] = ACTIONS(3277), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3277), + [aux_sym_server_alive_interval_token1] = ACTIONS(3277), + [aux_sym_session_type_token1] = ACTIONS(3277), + [aux_sym_set_env_token1] = ACTIONS(3277), + [aux_sym_stdin_null_token1] = ACTIONS(3277), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3277), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3277), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3277), + [aux_sym_syslog_facility_token1] = ACTIONS(3277), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3277), + [aux_sym_keep_alive_token1] = ACTIONS(3277), + [aux_sym_tunnel_token1] = ACTIONS(3279), + [aux_sym_tunnel_device_token1] = ACTIONS(3277), + [aux_sym_update_host_keys_token1] = ACTIONS(3277), + [aux_sym_use_keychain_token1] = ACTIONS(3277), + [aux_sym_use_roaming_token1] = ACTIONS(3277), + [aux_sym_user_token1] = ACTIONS(3279), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3277), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3277), + [aux_sym_visual_host_key_token1] = ACTIONS(3277), + [aux_sym_xauth_location_token1] = ACTIONS(3277), }, [525] = { - [ts_builtin_sym_end] = ACTIONS(1192), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1194), - [aux_sym_match_token1] = ACTIONS(1192), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1192), - [aux_sym_address_family_token1] = ACTIONS(1192), - [aux_sym_batch_mode_token1] = ACTIONS(1192), - [aux_sym_bind_address_token1] = ACTIONS(1192), - [aux_sym_bind_interface_token1] = ACTIONS(1192), - [aux_sym_canonical_domains_token1] = ACTIONS(1192), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1192), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1192), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1192), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1192), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1192), - [aux_sym_certificate_file_token1] = ACTIONS(1192), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1192), - [aux_sym_check_host_ip_token1] = ACTIONS(1192), - [aux_sym_ciphers_token1] = ACTIONS(1192), - [aux_sym_cipher_token1] = ACTIONS(1194), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1192), - [aux_sym_compression_token1] = ACTIONS(1192), - [aux_sym_connection_attempts_token1] = ACTIONS(1192), - [aux_sym_connect_timeout_token1] = ACTIONS(1192), - [aux_sym_control_master_token1] = ACTIONS(1192), - [aux_sym_control_path_token1] = ACTIONS(1192), - [aux_sym_control_persist_token1] = ACTIONS(1192), - [aux_sym_dynamic_forward_token1] = ACTIONS(1192), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1192), - [aux_sym_escape_char_token1] = ACTIONS(1192), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1192), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1192), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1192), - [aux_sym_forward_agent_token1] = ACTIONS(1192), - [aux_sym_forward_x11_token1] = ACTIONS(1194), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1192), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1192), - [aux_sym_gateway_ports_token1] = ACTIONS(1192), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1192), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1192), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1192), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1192), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1192), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1192), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1192), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1192), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1192), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1192), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1192), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1192), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1192), - [aux_sym_host_key_alias_token1] = ACTIONS(1192), - [aux_sym_hostname_token1] = ACTIONS(1192), - [aux_sym_identities_only_token1] = ACTIONS(1192), - [aux_sym_identity_agent_token1] = ACTIONS(1192), - [aux_sym_identity_file_token1] = ACTIONS(1192), - [aux_sym_ignore_unknown_token1] = ACTIONS(1192), - [aux_sym_include_token1] = ACTIONS(1192), - [aux_sym_ip_qos_token1] = ACTIONS(1192), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1192), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1192), - [aux_sym_kex_algorithms_token1] = ACTIONS(1192), - [aux_sym_known_hosts_command_token1] = ACTIONS(1192), - [aux_sym_local_command_token1] = ACTIONS(1192), - [aux_sym_local_forward_token1] = ACTIONS(1192), - [aux_sym_log_level_token1] = ACTIONS(1192), - [aux_sym_log_verbose_token1] = ACTIONS(1192), - [aux_sym_macs_token1] = ACTIONS(1192), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1192), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1192), - [aux_sym_password_authentication_token1] = ACTIONS(1192), - [aux_sym_permit_local_command_token1] = ACTIONS(1192), - [aux_sym_permit_remote_open_token1] = ACTIONS(1192), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1192), - [aux_sym_port_token1] = ACTIONS(1192), - [aux_sym_preferred_authentications_token1] = ACTIONS(1192), - [aux_sym_protocol_token1] = ACTIONS(1192), - [aux_sym_proxy_command_token1] = ACTIONS(1192), - [aux_sym_proxy_jump_token1] = ACTIONS(1192), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1192), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1192), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1192), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1192), - [aux_sym_rekey_limit_token1] = ACTIONS(1192), - [aux_sym_remote_command_token1] = ACTIONS(1192), - [aux_sym_remote_forward_token1] = ACTIONS(1192), - [aux_sym_request_tty_token1] = ACTIONS(1192), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1192), - [aux_sym_security_key_provider_token1] = ACTIONS(1192), - [aux_sym_send_env_token1] = ACTIONS(1192), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1192), - [aux_sym_server_alive_interval_token1] = ACTIONS(1192), - [aux_sym_session_type_token1] = ACTIONS(1192), - [aux_sym_set_env_token1] = ACTIONS(1192), - [aux_sym_stdin_null_token1] = ACTIONS(1192), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1192), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1192), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1192), - [aux_sym_syslog_facility_token1] = ACTIONS(1192), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1192), - [aux_sym_keep_alive_token1] = ACTIONS(1192), - [aux_sym_tunnel_token1] = ACTIONS(1194), - [aux_sym_tunnel_device_token1] = ACTIONS(1192), - [aux_sym_update_host_keys_token1] = ACTIONS(1192), - [aux_sym_use_keychain_token1] = ACTIONS(1192), - [aux_sym_use_roaming_token1] = ACTIONS(1192), - [aux_sym_user_token1] = ACTIONS(1194), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1192), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1192), - [aux_sym_visual_host_key_token1] = ACTIONS(1192), - [aux_sym_xauth_location_token1] = ACTIONS(1192), + [ts_builtin_sym_end] = ACTIONS(3281), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3283), + [aux_sym_match_token1] = ACTIONS(3281), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3281), + [aux_sym_address_family_token1] = ACTIONS(3281), + [aux_sym_batch_mode_token1] = ACTIONS(3281), + [aux_sym_bind_address_token1] = ACTIONS(3281), + [aux_sym_bind_interface_token1] = ACTIONS(3281), + [aux_sym_canonical_domains_token1] = ACTIONS(3281), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3281), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3281), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3281), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3281), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3281), + [aux_sym_certificate_file_token1] = ACTIONS(3281), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3281), + [aux_sym_check_host_ip_token1] = ACTIONS(3281), + [aux_sym_ciphers_token1] = ACTIONS(3281), + [aux_sym_cipher_token1] = ACTIONS(3283), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3281), + [aux_sym_compression_token1] = ACTIONS(3281), + [aux_sym_connection_attempts_token1] = ACTIONS(3281), + [aux_sym_connect_timeout_token1] = ACTIONS(3281), + [aux_sym_control_master_token1] = ACTIONS(3281), + [aux_sym_control_path_token1] = ACTIONS(3281), + [aux_sym_control_persist_token1] = ACTIONS(3281), + [aux_sym_dynamic_forward_token1] = ACTIONS(3281), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3281), + [aux_sym_escape_char_token1] = ACTIONS(3281), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3281), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3281), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3281), + [aux_sym_forward_agent_token1] = ACTIONS(3281), + [aux_sym_forward_x11_token1] = ACTIONS(3283), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3281), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3281), + [aux_sym_gateway_ports_token1] = ACTIONS(3281), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3281), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3281), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3281), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3281), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3281), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3281), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3281), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3281), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3281), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3281), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3281), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3281), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3281), + [aux_sym_host_key_alias_token1] = ACTIONS(3281), + [aux_sym_hostname_token1] = ACTIONS(3281), + [aux_sym_identities_only_token1] = ACTIONS(3281), + [aux_sym_identity_agent_token1] = ACTIONS(3281), + [aux_sym_identity_file_token1] = ACTIONS(3281), + [aux_sym_ignore_unknown_token1] = ACTIONS(3281), + [aux_sym_include_token1] = ACTIONS(3281), + [aux_sym_ip_qos_token1] = ACTIONS(3281), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3281), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3281), + [aux_sym_kex_algorithms_token1] = ACTIONS(3281), + [aux_sym_known_hosts_command_token1] = ACTIONS(3281), + [aux_sym_local_command_token1] = ACTIONS(3281), + [aux_sym_local_forward_token1] = ACTIONS(3281), + [aux_sym_log_level_token1] = ACTIONS(3281), + [aux_sym_log_verbose_token1] = ACTIONS(3281), + [aux_sym_macs_token1] = ACTIONS(3281), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3281), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3281), + [aux_sym_password_authentication_token1] = ACTIONS(3281), + [aux_sym_permit_local_command_token1] = ACTIONS(3281), + [aux_sym_permit_remote_open_token1] = ACTIONS(3281), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3281), + [aux_sym_port_token1] = ACTIONS(3281), + [aux_sym_preferred_authentications_token1] = ACTIONS(3281), + [aux_sym_protocol_token1] = ACTIONS(3281), + [aux_sym_proxy_command_token1] = ACTIONS(3281), + [aux_sym_proxy_jump_token1] = ACTIONS(3281), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3281), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3281), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3281), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3281), + [aux_sym_rekey_limit_token1] = ACTIONS(3281), + [aux_sym_remote_command_token1] = ACTIONS(3281), + [aux_sym_remote_forward_token1] = ACTIONS(3281), + [aux_sym_request_tty_token1] = ACTIONS(3281), + [aux_sym_required_rsa_size_token1] = ACTIONS(3281), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3281), + [aux_sym_security_key_provider_token1] = ACTIONS(3281), + [aux_sym_send_env_token1] = ACTIONS(3281), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3281), + [aux_sym_server_alive_interval_token1] = ACTIONS(3281), + [aux_sym_session_type_token1] = ACTIONS(3281), + [aux_sym_set_env_token1] = ACTIONS(3281), + [aux_sym_stdin_null_token1] = ACTIONS(3281), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3281), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3281), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3281), + [aux_sym_syslog_facility_token1] = ACTIONS(3281), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3281), + [aux_sym_keep_alive_token1] = ACTIONS(3281), + [aux_sym_tunnel_token1] = ACTIONS(3283), + [aux_sym_tunnel_device_token1] = ACTIONS(3281), + [aux_sym_update_host_keys_token1] = ACTIONS(3281), + [aux_sym_use_keychain_token1] = ACTIONS(3281), + [aux_sym_use_roaming_token1] = ACTIONS(3281), + [aux_sym_user_token1] = ACTIONS(3283), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3281), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3281), + [aux_sym_visual_host_key_token1] = ACTIONS(3281), + [aux_sym_xauth_location_token1] = ACTIONS(3281), }, [526] = { - [ts_builtin_sym_end] = ACTIONS(3154), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3156), - [aux_sym_match_token1] = ACTIONS(3154), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3154), - [aux_sym_address_family_token1] = ACTIONS(3154), - [aux_sym_batch_mode_token1] = ACTIONS(3154), - [aux_sym_bind_address_token1] = ACTIONS(3154), - [aux_sym_bind_interface_token1] = ACTIONS(3154), - [aux_sym_canonical_domains_token1] = ACTIONS(3154), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3154), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3154), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3154), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3154), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3154), - [aux_sym_certificate_file_token1] = ACTIONS(3154), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3154), - [aux_sym_check_host_ip_token1] = ACTIONS(3154), - [aux_sym_ciphers_token1] = ACTIONS(3154), - [aux_sym_cipher_token1] = ACTIONS(3156), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3154), - [aux_sym_compression_token1] = ACTIONS(3154), - [aux_sym_connection_attempts_token1] = ACTIONS(3154), - [aux_sym_connect_timeout_token1] = ACTIONS(3154), - [aux_sym_control_master_token1] = ACTIONS(3154), - [aux_sym_control_path_token1] = ACTIONS(3154), - [aux_sym_control_persist_token1] = ACTIONS(3154), - [aux_sym_dynamic_forward_token1] = ACTIONS(3154), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3154), - [aux_sym_escape_char_token1] = ACTIONS(3154), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3154), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3154), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3154), - [aux_sym_forward_agent_token1] = ACTIONS(3154), - [aux_sym_forward_x11_token1] = ACTIONS(3156), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3154), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3154), - [aux_sym_gateway_ports_token1] = ACTIONS(3154), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3154), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3154), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3154), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3154), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3154), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3154), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3154), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3154), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3154), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3154), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3154), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3154), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3154), - [aux_sym_host_key_alias_token1] = ACTIONS(3154), - [aux_sym_hostname_token1] = ACTIONS(3154), - [aux_sym_identities_only_token1] = ACTIONS(3154), - [aux_sym_identity_agent_token1] = ACTIONS(3154), - [aux_sym_identity_file_token1] = ACTIONS(3154), - [aux_sym_ignore_unknown_token1] = ACTIONS(3154), - [aux_sym_include_token1] = ACTIONS(3154), - [aux_sym_ip_qos_token1] = ACTIONS(3154), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3154), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3154), - [aux_sym_kex_algorithms_token1] = ACTIONS(3154), - [aux_sym_known_hosts_command_token1] = ACTIONS(3154), - [aux_sym_local_command_token1] = ACTIONS(3154), - [aux_sym_local_forward_token1] = ACTIONS(3154), - [aux_sym_log_level_token1] = ACTIONS(3154), - [aux_sym_log_verbose_token1] = ACTIONS(3154), - [aux_sym_macs_token1] = ACTIONS(3154), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3154), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3154), - [aux_sym_password_authentication_token1] = ACTIONS(3154), - [aux_sym_permit_local_command_token1] = ACTIONS(3154), - [aux_sym_permit_remote_open_token1] = ACTIONS(3154), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3154), - [aux_sym_port_token1] = ACTIONS(3154), - [aux_sym_preferred_authentications_token1] = ACTIONS(3154), - [aux_sym_protocol_token1] = ACTIONS(3154), - [aux_sym_proxy_command_token1] = ACTIONS(3154), - [aux_sym_proxy_jump_token1] = ACTIONS(3154), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3154), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3154), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3154), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3154), - [aux_sym_rekey_limit_token1] = ACTIONS(3154), - [aux_sym_remote_command_token1] = ACTIONS(3154), - [aux_sym_remote_forward_token1] = ACTIONS(3154), - [aux_sym_request_tty_token1] = ACTIONS(3154), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3154), - [aux_sym_security_key_provider_token1] = ACTIONS(3154), - [aux_sym_send_env_token1] = ACTIONS(3154), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3154), - [aux_sym_server_alive_interval_token1] = ACTIONS(3154), - [aux_sym_session_type_token1] = ACTIONS(3154), - [aux_sym_set_env_token1] = ACTIONS(3154), - [aux_sym_stdin_null_token1] = ACTIONS(3154), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3154), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3154), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3154), - [aux_sym_syslog_facility_token1] = ACTIONS(3154), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3154), - [aux_sym_keep_alive_token1] = ACTIONS(3154), - [aux_sym_tunnel_token1] = ACTIONS(3156), - [aux_sym_tunnel_device_token1] = ACTIONS(3154), - [aux_sym_update_host_keys_token1] = ACTIONS(3154), - [aux_sym_use_keychain_token1] = ACTIONS(3154), - [aux_sym_use_roaming_token1] = ACTIONS(3154), - [aux_sym_user_token1] = ACTIONS(3156), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3154), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3154), - [aux_sym_visual_host_key_token1] = ACTIONS(3154), - [aux_sym_xauth_location_token1] = ACTIONS(3154), + [ts_builtin_sym_end] = ACTIONS(3285), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3287), + [aux_sym_match_token1] = ACTIONS(3285), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3285), + [aux_sym_address_family_token1] = ACTIONS(3285), + [aux_sym_batch_mode_token1] = ACTIONS(3285), + [aux_sym_bind_address_token1] = ACTIONS(3285), + [aux_sym_bind_interface_token1] = ACTIONS(3285), + [aux_sym_canonical_domains_token1] = ACTIONS(3285), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3285), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3285), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3285), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3285), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3285), + [aux_sym_certificate_file_token1] = ACTIONS(3285), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3285), + [aux_sym_check_host_ip_token1] = ACTIONS(3285), + [aux_sym_ciphers_token1] = ACTIONS(3285), + [aux_sym_cipher_token1] = ACTIONS(3287), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3285), + [aux_sym_compression_token1] = ACTIONS(3285), + [aux_sym_connection_attempts_token1] = ACTIONS(3285), + [aux_sym_connect_timeout_token1] = ACTIONS(3285), + [aux_sym_control_master_token1] = ACTIONS(3285), + [aux_sym_control_path_token1] = ACTIONS(3285), + [aux_sym_control_persist_token1] = ACTIONS(3285), + [aux_sym_dynamic_forward_token1] = ACTIONS(3285), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3285), + [aux_sym_escape_char_token1] = ACTIONS(3285), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3285), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3285), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3285), + [aux_sym_forward_agent_token1] = ACTIONS(3285), + [aux_sym_forward_x11_token1] = ACTIONS(3287), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3285), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3285), + [aux_sym_gateway_ports_token1] = ACTIONS(3285), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3285), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3285), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3285), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3285), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3285), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3285), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3285), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3285), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3285), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3285), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3285), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3285), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3285), + [aux_sym_host_key_alias_token1] = ACTIONS(3285), + [aux_sym_hostname_token1] = ACTIONS(3285), + [aux_sym_identities_only_token1] = ACTIONS(3285), + [aux_sym_identity_agent_token1] = ACTIONS(3285), + [aux_sym_identity_file_token1] = ACTIONS(3285), + [aux_sym_ignore_unknown_token1] = ACTIONS(3285), + [aux_sym_include_token1] = ACTIONS(3285), + [aux_sym_ip_qos_token1] = ACTIONS(3285), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3285), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3285), + [aux_sym_kex_algorithms_token1] = ACTIONS(3285), + [aux_sym_known_hosts_command_token1] = ACTIONS(3285), + [aux_sym_local_command_token1] = ACTIONS(3285), + [aux_sym_local_forward_token1] = ACTIONS(3285), + [aux_sym_log_level_token1] = ACTIONS(3285), + [aux_sym_log_verbose_token1] = ACTIONS(3285), + [aux_sym_macs_token1] = ACTIONS(3285), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3285), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3285), + [aux_sym_password_authentication_token1] = ACTIONS(3285), + [aux_sym_permit_local_command_token1] = ACTIONS(3285), + [aux_sym_permit_remote_open_token1] = ACTIONS(3285), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3285), + [aux_sym_port_token1] = ACTIONS(3285), + [aux_sym_preferred_authentications_token1] = ACTIONS(3285), + [aux_sym_protocol_token1] = ACTIONS(3285), + [aux_sym_proxy_command_token1] = ACTIONS(3285), + [aux_sym_proxy_jump_token1] = ACTIONS(3285), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3285), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3285), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3285), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3285), + [aux_sym_rekey_limit_token1] = ACTIONS(3285), + [aux_sym_remote_command_token1] = ACTIONS(3285), + [aux_sym_remote_forward_token1] = ACTIONS(3285), + [aux_sym_request_tty_token1] = ACTIONS(3285), + [aux_sym_required_rsa_size_token1] = ACTIONS(3285), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3285), + [aux_sym_security_key_provider_token1] = ACTIONS(3285), + [aux_sym_send_env_token1] = ACTIONS(3285), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3285), + [aux_sym_server_alive_interval_token1] = ACTIONS(3285), + [aux_sym_session_type_token1] = ACTIONS(3285), + [aux_sym_set_env_token1] = ACTIONS(3285), + [aux_sym_stdin_null_token1] = ACTIONS(3285), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3285), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3285), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3285), + [aux_sym_syslog_facility_token1] = ACTIONS(3285), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3285), + [aux_sym_keep_alive_token1] = ACTIONS(3285), + [aux_sym_tunnel_token1] = ACTIONS(3287), + [aux_sym_tunnel_device_token1] = ACTIONS(3285), + [aux_sym_update_host_keys_token1] = ACTIONS(3285), + [aux_sym_use_keychain_token1] = ACTIONS(3285), + [aux_sym_use_roaming_token1] = ACTIONS(3285), + [aux_sym_user_token1] = ACTIONS(3287), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3285), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3285), + [aux_sym_visual_host_key_token1] = ACTIONS(3285), + [aux_sym_xauth_location_token1] = ACTIONS(3285), }, [527] = { - [ts_builtin_sym_end] = ACTIONS(3158), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3160), - [aux_sym_match_token1] = ACTIONS(3158), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3158), - [aux_sym_address_family_token1] = ACTIONS(3158), - [aux_sym_batch_mode_token1] = ACTIONS(3158), - [aux_sym_bind_address_token1] = ACTIONS(3158), - [aux_sym_bind_interface_token1] = ACTIONS(3158), - [aux_sym_canonical_domains_token1] = ACTIONS(3158), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3158), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3158), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3158), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3158), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3158), - [aux_sym_certificate_file_token1] = ACTIONS(3158), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3158), - [aux_sym_check_host_ip_token1] = ACTIONS(3158), - [aux_sym_ciphers_token1] = ACTIONS(3158), - [aux_sym_cipher_token1] = ACTIONS(3160), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3158), - [aux_sym_compression_token1] = ACTIONS(3158), - [aux_sym_connection_attempts_token1] = ACTIONS(3158), - [aux_sym_connect_timeout_token1] = ACTIONS(3158), - [aux_sym_control_master_token1] = ACTIONS(3158), - [aux_sym_control_path_token1] = ACTIONS(3158), - [aux_sym_control_persist_token1] = ACTIONS(3158), - [aux_sym_dynamic_forward_token1] = ACTIONS(3158), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3158), - [aux_sym_escape_char_token1] = ACTIONS(3158), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3158), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3158), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3158), - [aux_sym_forward_agent_token1] = ACTIONS(3158), - [aux_sym_forward_x11_token1] = ACTIONS(3160), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3158), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3158), - [aux_sym_gateway_ports_token1] = ACTIONS(3158), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3158), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3158), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3158), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3158), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3158), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3158), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3158), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3158), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3158), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3158), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3158), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3158), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3158), - [aux_sym_host_key_alias_token1] = ACTIONS(3158), - [aux_sym_hostname_token1] = ACTIONS(3158), - [aux_sym_identities_only_token1] = ACTIONS(3158), - [aux_sym_identity_agent_token1] = ACTIONS(3158), - [aux_sym_identity_file_token1] = ACTIONS(3158), - [aux_sym_ignore_unknown_token1] = ACTIONS(3158), - [aux_sym_include_token1] = ACTIONS(3158), - [aux_sym_ip_qos_token1] = ACTIONS(3158), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3158), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3158), - [aux_sym_kex_algorithms_token1] = ACTIONS(3158), - [aux_sym_known_hosts_command_token1] = ACTIONS(3158), - [aux_sym_local_command_token1] = ACTIONS(3158), - [aux_sym_local_forward_token1] = ACTIONS(3158), - [aux_sym_log_level_token1] = ACTIONS(3158), - [aux_sym_log_verbose_token1] = ACTIONS(3158), - [aux_sym_macs_token1] = ACTIONS(3158), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3158), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3158), - [aux_sym_password_authentication_token1] = ACTIONS(3158), - [aux_sym_permit_local_command_token1] = ACTIONS(3158), - [aux_sym_permit_remote_open_token1] = ACTIONS(3158), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3158), - [aux_sym_port_token1] = ACTIONS(3158), - [aux_sym_preferred_authentications_token1] = ACTIONS(3158), - [aux_sym_protocol_token1] = ACTIONS(3158), - [aux_sym_proxy_command_token1] = ACTIONS(3158), - [aux_sym_proxy_jump_token1] = ACTIONS(3158), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3158), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3158), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3158), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3158), - [aux_sym_rekey_limit_token1] = ACTIONS(3158), - [aux_sym_remote_command_token1] = ACTIONS(3158), - [aux_sym_remote_forward_token1] = ACTIONS(3158), - [aux_sym_request_tty_token1] = ACTIONS(3158), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3158), - [aux_sym_security_key_provider_token1] = ACTIONS(3158), - [aux_sym_send_env_token1] = ACTIONS(3158), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3158), - [aux_sym_server_alive_interval_token1] = ACTIONS(3158), - [aux_sym_session_type_token1] = ACTIONS(3158), - [aux_sym_set_env_token1] = ACTIONS(3158), - [aux_sym_stdin_null_token1] = ACTIONS(3158), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3158), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3158), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3158), - [aux_sym_syslog_facility_token1] = ACTIONS(3158), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3158), - [aux_sym_keep_alive_token1] = ACTIONS(3158), - [aux_sym_tunnel_token1] = ACTIONS(3160), - [aux_sym_tunnel_device_token1] = ACTIONS(3158), - [aux_sym_update_host_keys_token1] = ACTIONS(3158), - [aux_sym_use_keychain_token1] = ACTIONS(3158), - [aux_sym_use_roaming_token1] = ACTIONS(3158), - [aux_sym_user_token1] = ACTIONS(3160), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3158), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3158), - [aux_sym_visual_host_key_token1] = ACTIONS(3158), - [aux_sym_xauth_location_token1] = ACTIONS(3158), + [ts_builtin_sym_end] = ACTIONS(3289), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3291), + [aux_sym_match_token1] = ACTIONS(3289), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3289), + [aux_sym_address_family_token1] = ACTIONS(3289), + [aux_sym_batch_mode_token1] = ACTIONS(3289), + [aux_sym_bind_address_token1] = ACTIONS(3289), + [aux_sym_bind_interface_token1] = ACTIONS(3289), + [aux_sym_canonical_domains_token1] = ACTIONS(3289), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3289), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3289), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3289), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3289), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3289), + [aux_sym_certificate_file_token1] = ACTIONS(3289), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3289), + [aux_sym_check_host_ip_token1] = ACTIONS(3289), + [aux_sym_ciphers_token1] = ACTIONS(3289), + [aux_sym_cipher_token1] = ACTIONS(3291), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3289), + [aux_sym_compression_token1] = ACTIONS(3289), + [aux_sym_connection_attempts_token1] = ACTIONS(3289), + [aux_sym_connect_timeout_token1] = ACTIONS(3289), + [aux_sym_control_master_token1] = ACTIONS(3289), + [aux_sym_control_path_token1] = ACTIONS(3289), + [aux_sym_control_persist_token1] = ACTIONS(3289), + [aux_sym_dynamic_forward_token1] = ACTIONS(3289), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3289), + [aux_sym_escape_char_token1] = ACTIONS(3289), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3289), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3289), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3289), + [aux_sym_forward_agent_token1] = ACTIONS(3289), + [aux_sym_forward_x11_token1] = ACTIONS(3291), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3289), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3289), + [aux_sym_gateway_ports_token1] = ACTIONS(3289), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3289), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3289), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3289), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3289), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3289), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3289), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3289), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3289), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3289), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3289), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3289), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3289), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3289), + [aux_sym_host_key_alias_token1] = ACTIONS(3289), + [aux_sym_hostname_token1] = ACTIONS(3289), + [aux_sym_identities_only_token1] = ACTIONS(3289), + [aux_sym_identity_agent_token1] = ACTIONS(3289), + [aux_sym_identity_file_token1] = ACTIONS(3289), + [aux_sym_ignore_unknown_token1] = ACTIONS(3289), + [aux_sym_include_token1] = ACTIONS(3289), + [aux_sym_ip_qos_token1] = ACTIONS(3289), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3289), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3289), + [aux_sym_kex_algorithms_token1] = ACTIONS(3289), + [aux_sym_known_hosts_command_token1] = ACTIONS(3289), + [aux_sym_local_command_token1] = ACTIONS(3289), + [aux_sym_local_forward_token1] = ACTIONS(3289), + [aux_sym_log_level_token1] = ACTIONS(3289), + [aux_sym_log_verbose_token1] = ACTIONS(3289), + [aux_sym_macs_token1] = ACTIONS(3289), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3289), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3289), + [aux_sym_password_authentication_token1] = ACTIONS(3289), + [aux_sym_permit_local_command_token1] = ACTIONS(3289), + [aux_sym_permit_remote_open_token1] = ACTIONS(3289), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3289), + [aux_sym_port_token1] = ACTIONS(3289), + [aux_sym_preferred_authentications_token1] = ACTIONS(3289), + [aux_sym_protocol_token1] = ACTIONS(3289), + [aux_sym_proxy_command_token1] = ACTIONS(3289), + [aux_sym_proxy_jump_token1] = ACTIONS(3289), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3289), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3289), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3289), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3289), + [aux_sym_rekey_limit_token1] = ACTIONS(3289), + [aux_sym_remote_command_token1] = ACTIONS(3289), + [aux_sym_remote_forward_token1] = ACTIONS(3289), + [aux_sym_request_tty_token1] = ACTIONS(3289), + [aux_sym_required_rsa_size_token1] = ACTIONS(3289), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3289), + [aux_sym_security_key_provider_token1] = ACTIONS(3289), + [aux_sym_send_env_token1] = ACTIONS(3289), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3289), + [aux_sym_server_alive_interval_token1] = ACTIONS(3289), + [aux_sym_session_type_token1] = ACTIONS(3289), + [aux_sym_set_env_token1] = ACTIONS(3289), + [aux_sym_stdin_null_token1] = ACTIONS(3289), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3289), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3289), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3289), + [aux_sym_syslog_facility_token1] = ACTIONS(3289), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3289), + [aux_sym_keep_alive_token1] = ACTIONS(3289), + [aux_sym_tunnel_token1] = ACTIONS(3291), + [aux_sym_tunnel_device_token1] = ACTIONS(3289), + [aux_sym_update_host_keys_token1] = ACTIONS(3289), + [aux_sym_use_keychain_token1] = ACTIONS(3289), + [aux_sym_use_roaming_token1] = ACTIONS(3289), + [aux_sym_user_token1] = ACTIONS(3291), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3289), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3289), + [aux_sym_visual_host_key_token1] = ACTIONS(3289), + [aux_sym_xauth_location_token1] = ACTIONS(3289), }, [528] = { - [ts_builtin_sym_end] = ACTIONS(3162), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3164), - [aux_sym_match_token1] = ACTIONS(3162), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3162), - [aux_sym_address_family_token1] = ACTIONS(3162), - [aux_sym_batch_mode_token1] = ACTIONS(3162), - [aux_sym_bind_address_token1] = ACTIONS(3162), - [aux_sym_bind_interface_token1] = ACTIONS(3162), - [aux_sym_canonical_domains_token1] = ACTIONS(3162), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3162), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3162), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3162), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3162), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3162), - [aux_sym_certificate_file_token1] = ACTIONS(3162), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3162), - [aux_sym_check_host_ip_token1] = ACTIONS(3162), - [aux_sym_ciphers_token1] = ACTIONS(3162), - [aux_sym_cipher_token1] = ACTIONS(3164), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3162), - [aux_sym_compression_token1] = ACTIONS(3162), - [aux_sym_connection_attempts_token1] = ACTIONS(3162), - [aux_sym_connect_timeout_token1] = ACTIONS(3162), - [aux_sym_control_master_token1] = ACTIONS(3162), - [aux_sym_control_path_token1] = ACTIONS(3162), - [aux_sym_control_persist_token1] = ACTIONS(3162), - [aux_sym_dynamic_forward_token1] = ACTIONS(3162), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3162), - [aux_sym_escape_char_token1] = ACTIONS(3162), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3162), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3162), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3162), - [aux_sym_forward_agent_token1] = ACTIONS(3162), - [aux_sym_forward_x11_token1] = ACTIONS(3164), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3162), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3162), - [aux_sym_gateway_ports_token1] = ACTIONS(3162), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3162), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3162), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3162), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3162), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3162), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3162), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3162), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3162), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3162), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3162), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3162), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3162), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3162), - [aux_sym_host_key_alias_token1] = ACTIONS(3162), - [aux_sym_hostname_token1] = ACTIONS(3162), - [aux_sym_identities_only_token1] = ACTIONS(3162), - [aux_sym_identity_agent_token1] = ACTIONS(3162), - [aux_sym_identity_file_token1] = ACTIONS(3162), - [aux_sym_ignore_unknown_token1] = ACTIONS(3162), - [aux_sym_include_token1] = ACTIONS(3162), - [aux_sym_ip_qos_token1] = ACTIONS(3162), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3162), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3162), - [aux_sym_kex_algorithms_token1] = ACTIONS(3162), - [aux_sym_known_hosts_command_token1] = ACTIONS(3162), - [aux_sym_local_command_token1] = ACTIONS(3162), - [aux_sym_local_forward_token1] = ACTIONS(3162), - [aux_sym_log_level_token1] = ACTIONS(3162), - [aux_sym_log_verbose_token1] = ACTIONS(3162), - [aux_sym_macs_token1] = ACTIONS(3162), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3162), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3162), - [aux_sym_password_authentication_token1] = ACTIONS(3162), - [aux_sym_permit_local_command_token1] = ACTIONS(3162), - [aux_sym_permit_remote_open_token1] = ACTIONS(3162), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3162), - [aux_sym_port_token1] = ACTIONS(3162), - [aux_sym_preferred_authentications_token1] = ACTIONS(3162), - [aux_sym_protocol_token1] = ACTIONS(3162), - [aux_sym_proxy_command_token1] = ACTIONS(3162), - [aux_sym_proxy_jump_token1] = ACTIONS(3162), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3162), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3162), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3162), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3162), - [aux_sym_rekey_limit_token1] = ACTIONS(3162), - [aux_sym_remote_command_token1] = ACTIONS(3162), - [aux_sym_remote_forward_token1] = ACTIONS(3162), - [aux_sym_request_tty_token1] = ACTIONS(3162), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3162), - [aux_sym_security_key_provider_token1] = ACTIONS(3162), - [aux_sym_send_env_token1] = ACTIONS(3162), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3162), - [aux_sym_server_alive_interval_token1] = ACTIONS(3162), - [aux_sym_session_type_token1] = ACTIONS(3162), - [aux_sym_set_env_token1] = ACTIONS(3162), - [aux_sym_stdin_null_token1] = ACTIONS(3162), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3162), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3162), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3162), - [aux_sym_syslog_facility_token1] = ACTIONS(3162), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3162), - [aux_sym_keep_alive_token1] = ACTIONS(3162), - [aux_sym_tunnel_token1] = ACTIONS(3164), - [aux_sym_tunnel_device_token1] = ACTIONS(3162), - [aux_sym_update_host_keys_token1] = ACTIONS(3162), - [aux_sym_use_keychain_token1] = ACTIONS(3162), - [aux_sym_use_roaming_token1] = ACTIONS(3162), - [aux_sym_user_token1] = ACTIONS(3164), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3162), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3162), - [aux_sym_visual_host_key_token1] = ACTIONS(3162), - [aux_sym_xauth_location_token1] = ACTIONS(3162), + [ts_builtin_sym_end] = ACTIONS(3293), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3295), + [aux_sym_match_token1] = ACTIONS(3293), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3293), + [aux_sym_address_family_token1] = ACTIONS(3293), + [aux_sym_batch_mode_token1] = ACTIONS(3293), + [aux_sym_bind_address_token1] = ACTIONS(3293), + [aux_sym_bind_interface_token1] = ACTIONS(3293), + [aux_sym_canonical_domains_token1] = ACTIONS(3293), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3293), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3293), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3293), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3293), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3293), + [aux_sym_certificate_file_token1] = ACTIONS(3293), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3293), + [aux_sym_check_host_ip_token1] = ACTIONS(3293), + [aux_sym_ciphers_token1] = ACTIONS(3293), + [aux_sym_cipher_token1] = ACTIONS(3295), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3293), + [aux_sym_compression_token1] = ACTIONS(3293), + [aux_sym_connection_attempts_token1] = ACTIONS(3293), + [aux_sym_connect_timeout_token1] = ACTIONS(3293), + [aux_sym_control_master_token1] = ACTIONS(3293), + [aux_sym_control_path_token1] = ACTIONS(3293), + [aux_sym_control_persist_token1] = ACTIONS(3293), + [aux_sym_dynamic_forward_token1] = ACTIONS(3293), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3293), + [aux_sym_escape_char_token1] = ACTIONS(3293), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3293), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3293), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3293), + [aux_sym_forward_agent_token1] = ACTIONS(3293), + [aux_sym_forward_x11_token1] = ACTIONS(3295), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3293), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3293), + [aux_sym_gateway_ports_token1] = ACTIONS(3293), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3293), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3293), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3293), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3293), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3293), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3293), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3293), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3293), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3293), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3293), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3293), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3293), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3293), + [aux_sym_host_key_alias_token1] = ACTIONS(3293), + [aux_sym_hostname_token1] = ACTIONS(3293), + [aux_sym_identities_only_token1] = ACTIONS(3293), + [aux_sym_identity_agent_token1] = ACTIONS(3293), + [aux_sym_identity_file_token1] = ACTIONS(3293), + [aux_sym_ignore_unknown_token1] = ACTIONS(3293), + [aux_sym_include_token1] = ACTIONS(3293), + [aux_sym_ip_qos_token1] = ACTIONS(3293), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3293), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3293), + [aux_sym_kex_algorithms_token1] = ACTIONS(3293), + [aux_sym_known_hosts_command_token1] = ACTIONS(3293), + [aux_sym_local_command_token1] = ACTIONS(3293), + [aux_sym_local_forward_token1] = ACTIONS(3293), + [aux_sym_log_level_token1] = ACTIONS(3293), + [aux_sym_log_verbose_token1] = ACTIONS(3293), + [aux_sym_macs_token1] = ACTIONS(3293), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3293), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3293), + [aux_sym_password_authentication_token1] = ACTIONS(3293), + [aux_sym_permit_local_command_token1] = ACTIONS(3293), + [aux_sym_permit_remote_open_token1] = ACTIONS(3293), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3293), + [aux_sym_port_token1] = ACTIONS(3293), + [aux_sym_preferred_authentications_token1] = ACTIONS(3293), + [aux_sym_protocol_token1] = ACTIONS(3293), + [aux_sym_proxy_command_token1] = ACTIONS(3293), + [aux_sym_proxy_jump_token1] = ACTIONS(3293), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3293), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3293), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3293), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3293), + [aux_sym_rekey_limit_token1] = ACTIONS(3293), + [aux_sym_remote_command_token1] = ACTIONS(3293), + [aux_sym_remote_forward_token1] = ACTIONS(3293), + [aux_sym_request_tty_token1] = ACTIONS(3293), + [aux_sym_required_rsa_size_token1] = ACTIONS(3293), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3293), + [aux_sym_security_key_provider_token1] = ACTIONS(3293), + [aux_sym_send_env_token1] = ACTIONS(3293), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3293), + [aux_sym_server_alive_interval_token1] = ACTIONS(3293), + [aux_sym_session_type_token1] = ACTIONS(3293), + [aux_sym_set_env_token1] = ACTIONS(3293), + [aux_sym_stdin_null_token1] = ACTIONS(3293), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3293), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3293), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3293), + [aux_sym_syslog_facility_token1] = ACTIONS(3293), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3293), + [aux_sym_keep_alive_token1] = ACTIONS(3293), + [aux_sym_tunnel_token1] = ACTIONS(3295), + [aux_sym_tunnel_device_token1] = ACTIONS(3293), + [aux_sym_update_host_keys_token1] = ACTIONS(3293), + [aux_sym_use_keychain_token1] = ACTIONS(3293), + [aux_sym_use_roaming_token1] = ACTIONS(3293), + [aux_sym_user_token1] = ACTIONS(3295), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3293), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3293), + [aux_sym_visual_host_key_token1] = ACTIONS(3293), + [aux_sym_xauth_location_token1] = ACTIONS(3293), }, [529] = { - [ts_builtin_sym_end] = ACTIONS(3166), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3168), - [aux_sym_match_token1] = ACTIONS(3166), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3166), - [aux_sym_address_family_token1] = ACTIONS(3166), - [aux_sym_batch_mode_token1] = ACTIONS(3166), - [aux_sym_bind_address_token1] = ACTIONS(3166), - [aux_sym_bind_interface_token1] = ACTIONS(3166), - [aux_sym_canonical_domains_token1] = ACTIONS(3166), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3166), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3166), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3166), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3166), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3166), - [aux_sym_certificate_file_token1] = ACTIONS(3166), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3166), - [aux_sym_check_host_ip_token1] = ACTIONS(3166), - [aux_sym_ciphers_token1] = ACTIONS(3166), - [aux_sym_cipher_token1] = ACTIONS(3168), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3166), - [aux_sym_compression_token1] = ACTIONS(3166), - [aux_sym_connection_attempts_token1] = ACTIONS(3166), - [aux_sym_connect_timeout_token1] = ACTIONS(3166), - [aux_sym_control_master_token1] = ACTIONS(3166), - [aux_sym_control_path_token1] = ACTIONS(3166), - [aux_sym_control_persist_token1] = ACTIONS(3166), - [aux_sym_dynamic_forward_token1] = ACTIONS(3166), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3166), - [aux_sym_escape_char_token1] = ACTIONS(3166), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3166), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3166), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3166), - [aux_sym_forward_agent_token1] = ACTIONS(3166), - [aux_sym_forward_x11_token1] = ACTIONS(3168), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3166), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3166), - [aux_sym_gateway_ports_token1] = ACTIONS(3166), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3166), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3166), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3166), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3166), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3166), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3166), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3166), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3166), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3166), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3166), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3166), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3166), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3166), - [aux_sym_host_key_alias_token1] = ACTIONS(3166), - [aux_sym_hostname_token1] = ACTIONS(3166), - [aux_sym_identities_only_token1] = ACTIONS(3166), - [aux_sym_identity_agent_token1] = ACTIONS(3166), - [aux_sym_identity_file_token1] = ACTIONS(3166), - [aux_sym_ignore_unknown_token1] = ACTIONS(3166), - [aux_sym_include_token1] = ACTIONS(3166), - [aux_sym_ip_qos_token1] = ACTIONS(3166), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3166), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3166), - [aux_sym_kex_algorithms_token1] = ACTIONS(3166), - [aux_sym_known_hosts_command_token1] = ACTIONS(3166), - [aux_sym_local_command_token1] = ACTIONS(3166), - [aux_sym_local_forward_token1] = ACTIONS(3166), - [aux_sym_log_level_token1] = ACTIONS(3166), - [aux_sym_log_verbose_token1] = ACTIONS(3166), - [aux_sym_macs_token1] = ACTIONS(3166), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3166), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3166), - [aux_sym_password_authentication_token1] = ACTIONS(3166), - [aux_sym_permit_local_command_token1] = ACTIONS(3166), - [aux_sym_permit_remote_open_token1] = ACTIONS(3166), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3166), - [aux_sym_port_token1] = ACTIONS(3166), - [aux_sym_preferred_authentications_token1] = ACTIONS(3166), - [aux_sym_protocol_token1] = ACTIONS(3166), - [aux_sym_proxy_command_token1] = ACTIONS(3166), - [aux_sym_proxy_jump_token1] = ACTIONS(3166), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3166), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3166), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3166), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3166), - [aux_sym_rekey_limit_token1] = ACTIONS(3166), - [aux_sym_remote_command_token1] = ACTIONS(3166), - [aux_sym_remote_forward_token1] = ACTIONS(3166), - [aux_sym_request_tty_token1] = ACTIONS(3166), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3166), - [aux_sym_security_key_provider_token1] = ACTIONS(3166), - [aux_sym_send_env_token1] = ACTIONS(3166), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3166), - [aux_sym_server_alive_interval_token1] = ACTIONS(3166), - [aux_sym_session_type_token1] = ACTIONS(3166), - [aux_sym_set_env_token1] = ACTIONS(3166), - [aux_sym_stdin_null_token1] = ACTIONS(3166), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3166), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3166), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3166), - [aux_sym_syslog_facility_token1] = ACTIONS(3166), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3166), - [aux_sym_keep_alive_token1] = ACTIONS(3166), - [aux_sym_tunnel_token1] = ACTIONS(3168), - [aux_sym_tunnel_device_token1] = ACTIONS(3166), - [aux_sym_update_host_keys_token1] = ACTIONS(3166), - [aux_sym_use_keychain_token1] = ACTIONS(3166), - [aux_sym_use_roaming_token1] = ACTIONS(3166), - [aux_sym_user_token1] = ACTIONS(3168), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3166), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3166), - [aux_sym_visual_host_key_token1] = ACTIONS(3166), - [aux_sym_xauth_location_token1] = ACTIONS(3166), + [ts_builtin_sym_end] = ACTIONS(3297), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3299), + [aux_sym_match_token1] = ACTIONS(3297), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3297), + [aux_sym_address_family_token1] = ACTIONS(3297), + [aux_sym_batch_mode_token1] = ACTIONS(3297), + [aux_sym_bind_address_token1] = ACTIONS(3297), + [aux_sym_bind_interface_token1] = ACTIONS(3297), + [aux_sym_canonical_domains_token1] = ACTIONS(3297), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3297), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3297), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3297), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3297), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3297), + [aux_sym_certificate_file_token1] = ACTIONS(3297), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3297), + [aux_sym_check_host_ip_token1] = ACTIONS(3297), + [aux_sym_ciphers_token1] = ACTIONS(3297), + [aux_sym_cipher_token1] = ACTIONS(3299), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3297), + [aux_sym_compression_token1] = ACTIONS(3297), + [aux_sym_connection_attempts_token1] = ACTIONS(3297), + [aux_sym_connect_timeout_token1] = ACTIONS(3297), + [aux_sym_control_master_token1] = ACTIONS(3297), + [aux_sym_control_path_token1] = ACTIONS(3297), + [aux_sym_control_persist_token1] = ACTIONS(3297), + [aux_sym_dynamic_forward_token1] = ACTIONS(3297), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3297), + [aux_sym_escape_char_token1] = ACTIONS(3297), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3297), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3297), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3297), + [aux_sym_forward_agent_token1] = ACTIONS(3297), + [aux_sym_forward_x11_token1] = ACTIONS(3299), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3297), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3297), + [aux_sym_gateway_ports_token1] = ACTIONS(3297), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3297), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3297), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3297), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3297), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3297), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3297), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3297), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3297), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3297), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3297), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3297), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3297), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3297), + [aux_sym_host_key_alias_token1] = ACTIONS(3297), + [aux_sym_hostname_token1] = ACTIONS(3297), + [aux_sym_identities_only_token1] = ACTIONS(3297), + [aux_sym_identity_agent_token1] = ACTIONS(3297), + [aux_sym_identity_file_token1] = ACTIONS(3297), + [aux_sym_ignore_unknown_token1] = ACTIONS(3297), + [aux_sym_include_token1] = ACTIONS(3297), + [aux_sym_ip_qos_token1] = ACTIONS(3297), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3297), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3297), + [aux_sym_kex_algorithms_token1] = ACTIONS(3297), + [aux_sym_known_hosts_command_token1] = ACTIONS(3297), + [aux_sym_local_command_token1] = ACTIONS(3297), + [aux_sym_local_forward_token1] = ACTIONS(3297), + [aux_sym_log_level_token1] = ACTIONS(3297), + [aux_sym_log_verbose_token1] = ACTIONS(3297), + [aux_sym_macs_token1] = ACTIONS(3297), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3297), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3297), + [aux_sym_password_authentication_token1] = ACTIONS(3297), + [aux_sym_permit_local_command_token1] = ACTIONS(3297), + [aux_sym_permit_remote_open_token1] = ACTIONS(3297), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3297), + [aux_sym_port_token1] = ACTIONS(3297), + [aux_sym_preferred_authentications_token1] = ACTIONS(3297), + [aux_sym_protocol_token1] = ACTIONS(3297), + [aux_sym_proxy_command_token1] = ACTIONS(3297), + [aux_sym_proxy_jump_token1] = ACTIONS(3297), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3297), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3297), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3297), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3297), + [aux_sym_rekey_limit_token1] = ACTIONS(3297), + [aux_sym_remote_command_token1] = ACTIONS(3297), + [aux_sym_remote_forward_token1] = ACTIONS(3297), + [aux_sym_request_tty_token1] = ACTIONS(3297), + [aux_sym_required_rsa_size_token1] = ACTIONS(3297), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3297), + [aux_sym_security_key_provider_token1] = ACTIONS(3297), + [aux_sym_send_env_token1] = ACTIONS(3297), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3297), + [aux_sym_server_alive_interval_token1] = ACTIONS(3297), + [aux_sym_session_type_token1] = ACTIONS(3297), + [aux_sym_set_env_token1] = ACTIONS(3297), + [aux_sym_stdin_null_token1] = ACTIONS(3297), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3297), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3297), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3297), + [aux_sym_syslog_facility_token1] = ACTIONS(3297), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3297), + [aux_sym_keep_alive_token1] = ACTIONS(3297), + [aux_sym_tunnel_token1] = ACTIONS(3299), + [aux_sym_tunnel_device_token1] = ACTIONS(3297), + [aux_sym_update_host_keys_token1] = ACTIONS(3297), + [aux_sym_use_keychain_token1] = ACTIONS(3297), + [aux_sym_use_roaming_token1] = ACTIONS(3297), + [aux_sym_user_token1] = ACTIONS(3299), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3297), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3297), + [aux_sym_visual_host_key_token1] = ACTIONS(3297), + [aux_sym_xauth_location_token1] = ACTIONS(3297), }, [530] = { - [ts_builtin_sym_end] = ACTIONS(3170), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3172), - [aux_sym_match_token1] = ACTIONS(3170), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3170), - [aux_sym_address_family_token1] = ACTIONS(3170), - [aux_sym_batch_mode_token1] = ACTIONS(3170), - [aux_sym_bind_address_token1] = ACTIONS(3170), - [aux_sym_bind_interface_token1] = ACTIONS(3170), - [aux_sym_canonical_domains_token1] = ACTIONS(3170), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3170), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3170), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3170), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3170), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3170), - [aux_sym_certificate_file_token1] = ACTIONS(3170), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3170), - [aux_sym_check_host_ip_token1] = ACTIONS(3170), - [aux_sym_ciphers_token1] = ACTIONS(3170), - [aux_sym_cipher_token1] = ACTIONS(3172), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3170), - [aux_sym_compression_token1] = ACTIONS(3170), - [aux_sym_connection_attempts_token1] = ACTIONS(3170), - [aux_sym_connect_timeout_token1] = ACTIONS(3170), - [aux_sym_control_master_token1] = ACTIONS(3170), - [aux_sym_control_path_token1] = ACTIONS(3170), - [aux_sym_control_persist_token1] = ACTIONS(3170), - [aux_sym_dynamic_forward_token1] = ACTIONS(3170), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3170), - [aux_sym_escape_char_token1] = ACTIONS(3170), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3170), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3170), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3170), - [aux_sym_forward_agent_token1] = ACTIONS(3170), - [aux_sym_forward_x11_token1] = ACTIONS(3172), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3170), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3170), - [aux_sym_gateway_ports_token1] = ACTIONS(3170), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3170), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3170), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3170), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3170), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3170), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3170), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3170), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3170), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3170), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3170), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3170), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3170), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3170), - [aux_sym_host_key_alias_token1] = ACTIONS(3170), - [aux_sym_hostname_token1] = ACTIONS(3170), - [aux_sym_identities_only_token1] = ACTIONS(3170), - [aux_sym_identity_agent_token1] = ACTIONS(3170), - [aux_sym_identity_file_token1] = ACTIONS(3170), - [aux_sym_ignore_unknown_token1] = ACTIONS(3170), - [aux_sym_include_token1] = ACTIONS(3170), - [aux_sym_ip_qos_token1] = ACTIONS(3170), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3170), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3170), - [aux_sym_kex_algorithms_token1] = ACTIONS(3170), - [aux_sym_known_hosts_command_token1] = ACTIONS(3170), - [aux_sym_local_command_token1] = ACTIONS(3170), - [aux_sym_local_forward_token1] = ACTIONS(3170), - [aux_sym_log_level_token1] = ACTIONS(3170), - [aux_sym_log_verbose_token1] = ACTIONS(3170), - [aux_sym_macs_token1] = ACTIONS(3170), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3170), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3170), - [aux_sym_password_authentication_token1] = ACTIONS(3170), - [aux_sym_permit_local_command_token1] = ACTIONS(3170), - [aux_sym_permit_remote_open_token1] = ACTIONS(3170), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3170), - [aux_sym_port_token1] = ACTIONS(3170), - [aux_sym_preferred_authentications_token1] = ACTIONS(3170), - [aux_sym_protocol_token1] = ACTIONS(3170), - [aux_sym_proxy_command_token1] = ACTIONS(3170), - [aux_sym_proxy_jump_token1] = ACTIONS(3170), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3170), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3170), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3170), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3170), - [aux_sym_rekey_limit_token1] = ACTIONS(3170), - [aux_sym_remote_command_token1] = ACTIONS(3170), - [aux_sym_remote_forward_token1] = ACTIONS(3170), - [aux_sym_request_tty_token1] = ACTIONS(3170), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3170), - [aux_sym_security_key_provider_token1] = ACTIONS(3170), - [aux_sym_send_env_token1] = ACTIONS(3170), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3170), - [aux_sym_server_alive_interval_token1] = ACTIONS(3170), - [aux_sym_session_type_token1] = ACTIONS(3170), - [aux_sym_set_env_token1] = ACTIONS(3170), - [aux_sym_stdin_null_token1] = ACTIONS(3170), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3170), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3170), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3170), - [aux_sym_syslog_facility_token1] = ACTIONS(3170), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3170), - [aux_sym_keep_alive_token1] = ACTIONS(3170), - [aux_sym_tunnel_token1] = ACTIONS(3172), - [aux_sym_tunnel_device_token1] = ACTIONS(3170), - [aux_sym_update_host_keys_token1] = ACTIONS(3170), - [aux_sym_use_keychain_token1] = ACTIONS(3170), - [aux_sym_use_roaming_token1] = ACTIONS(3170), - [aux_sym_user_token1] = ACTIONS(3172), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3170), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3170), - [aux_sym_visual_host_key_token1] = ACTIONS(3170), - [aux_sym_xauth_location_token1] = ACTIONS(3170), + [ts_builtin_sym_end] = ACTIONS(3301), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3303), + [aux_sym_match_token1] = ACTIONS(3301), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3301), + [aux_sym_address_family_token1] = ACTIONS(3301), + [aux_sym_batch_mode_token1] = ACTIONS(3301), + [aux_sym_bind_address_token1] = ACTIONS(3301), + [aux_sym_bind_interface_token1] = ACTIONS(3301), + [aux_sym_canonical_domains_token1] = ACTIONS(3301), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3301), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3301), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3301), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3301), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3301), + [aux_sym_certificate_file_token1] = ACTIONS(3301), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3301), + [aux_sym_check_host_ip_token1] = ACTIONS(3301), + [aux_sym_ciphers_token1] = ACTIONS(3301), + [aux_sym_cipher_token1] = ACTIONS(3303), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3301), + [aux_sym_compression_token1] = ACTIONS(3301), + [aux_sym_connection_attempts_token1] = ACTIONS(3301), + [aux_sym_connect_timeout_token1] = ACTIONS(3301), + [aux_sym_control_master_token1] = ACTIONS(3301), + [aux_sym_control_path_token1] = ACTIONS(3301), + [aux_sym_control_persist_token1] = ACTIONS(3301), + [aux_sym_dynamic_forward_token1] = ACTIONS(3301), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3301), + [aux_sym_escape_char_token1] = ACTIONS(3301), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3301), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3301), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3301), + [aux_sym_forward_agent_token1] = ACTIONS(3301), + [aux_sym_forward_x11_token1] = ACTIONS(3303), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3301), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3301), + [aux_sym_gateway_ports_token1] = ACTIONS(3301), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3301), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3301), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3301), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3301), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3301), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3301), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3301), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3301), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3301), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3301), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3301), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3301), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3301), + [aux_sym_host_key_alias_token1] = ACTIONS(3301), + [aux_sym_hostname_token1] = ACTIONS(3301), + [aux_sym_identities_only_token1] = ACTIONS(3301), + [aux_sym_identity_agent_token1] = ACTIONS(3301), + [aux_sym_identity_file_token1] = ACTIONS(3301), + [aux_sym_ignore_unknown_token1] = ACTIONS(3301), + [aux_sym_include_token1] = ACTIONS(3301), + [aux_sym_ip_qos_token1] = ACTIONS(3301), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3301), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3301), + [aux_sym_kex_algorithms_token1] = ACTIONS(3301), + [aux_sym_known_hosts_command_token1] = ACTIONS(3301), + [aux_sym_local_command_token1] = ACTIONS(3301), + [aux_sym_local_forward_token1] = ACTIONS(3301), + [aux_sym_log_level_token1] = ACTIONS(3301), + [aux_sym_log_verbose_token1] = ACTIONS(3301), + [aux_sym_macs_token1] = ACTIONS(3301), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3301), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3301), + [aux_sym_password_authentication_token1] = ACTIONS(3301), + [aux_sym_permit_local_command_token1] = ACTIONS(3301), + [aux_sym_permit_remote_open_token1] = ACTIONS(3301), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3301), + [aux_sym_port_token1] = ACTIONS(3301), + [aux_sym_preferred_authentications_token1] = ACTIONS(3301), + [aux_sym_protocol_token1] = ACTIONS(3301), + [aux_sym_proxy_command_token1] = ACTIONS(3301), + [aux_sym_proxy_jump_token1] = ACTIONS(3301), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3301), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3301), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3301), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3301), + [aux_sym_rekey_limit_token1] = ACTIONS(3301), + [aux_sym_remote_command_token1] = ACTIONS(3301), + [aux_sym_remote_forward_token1] = ACTIONS(3301), + [aux_sym_request_tty_token1] = ACTIONS(3301), + [aux_sym_required_rsa_size_token1] = ACTIONS(3301), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3301), + [aux_sym_security_key_provider_token1] = ACTIONS(3301), + [aux_sym_send_env_token1] = ACTIONS(3301), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3301), + [aux_sym_server_alive_interval_token1] = ACTIONS(3301), + [aux_sym_session_type_token1] = ACTIONS(3301), + [aux_sym_set_env_token1] = ACTIONS(3301), + [aux_sym_stdin_null_token1] = ACTIONS(3301), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3301), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3301), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3301), + [aux_sym_syslog_facility_token1] = ACTIONS(3301), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3301), + [aux_sym_keep_alive_token1] = ACTIONS(3301), + [aux_sym_tunnel_token1] = ACTIONS(3303), + [aux_sym_tunnel_device_token1] = ACTIONS(3301), + [aux_sym_update_host_keys_token1] = ACTIONS(3301), + [aux_sym_use_keychain_token1] = ACTIONS(3301), + [aux_sym_use_roaming_token1] = ACTIONS(3301), + [aux_sym_user_token1] = ACTIONS(3303), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3301), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3301), + [aux_sym_visual_host_key_token1] = ACTIONS(3301), + [aux_sym_xauth_location_token1] = ACTIONS(3301), }, [531] = { - [ts_builtin_sym_end] = ACTIONS(3174), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3176), - [aux_sym_match_token1] = ACTIONS(3174), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3174), - [aux_sym_address_family_token1] = ACTIONS(3174), - [aux_sym_batch_mode_token1] = ACTIONS(3174), - [aux_sym_bind_address_token1] = ACTIONS(3174), - [aux_sym_bind_interface_token1] = ACTIONS(3174), - [aux_sym_canonical_domains_token1] = ACTIONS(3174), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3174), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3174), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3174), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3174), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3174), - [aux_sym_certificate_file_token1] = ACTIONS(3174), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3174), - [aux_sym_check_host_ip_token1] = ACTIONS(3174), - [aux_sym_ciphers_token1] = ACTIONS(3174), - [aux_sym_cipher_token1] = ACTIONS(3176), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3174), - [aux_sym_compression_token1] = ACTIONS(3174), - [aux_sym_connection_attempts_token1] = ACTIONS(3174), - [aux_sym_connect_timeout_token1] = ACTIONS(3174), - [aux_sym_control_master_token1] = ACTIONS(3174), - [aux_sym_control_path_token1] = ACTIONS(3174), - [aux_sym_control_persist_token1] = ACTIONS(3174), - [aux_sym_dynamic_forward_token1] = ACTIONS(3174), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3174), - [aux_sym_escape_char_token1] = ACTIONS(3174), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3174), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3174), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3174), - [aux_sym_forward_agent_token1] = ACTIONS(3174), - [aux_sym_forward_x11_token1] = ACTIONS(3176), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3174), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3174), - [aux_sym_gateway_ports_token1] = ACTIONS(3174), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3174), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3174), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3174), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3174), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3174), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3174), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3174), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3174), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3174), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3174), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3174), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3174), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3174), - [aux_sym_host_key_alias_token1] = ACTIONS(3174), - [aux_sym_hostname_token1] = ACTIONS(3174), - [aux_sym_identities_only_token1] = ACTIONS(3174), - [aux_sym_identity_agent_token1] = ACTIONS(3174), - [aux_sym_identity_file_token1] = ACTIONS(3174), - [aux_sym_ignore_unknown_token1] = ACTIONS(3174), - [aux_sym_include_token1] = ACTIONS(3174), - [aux_sym_ip_qos_token1] = ACTIONS(3174), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3174), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3174), - [aux_sym_kex_algorithms_token1] = ACTIONS(3174), - [aux_sym_known_hosts_command_token1] = ACTIONS(3174), - [aux_sym_local_command_token1] = ACTIONS(3174), - [aux_sym_local_forward_token1] = ACTIONS(3174), - [aux_sym_log_level_token1] = ACTIONS(3174), - [aux_sym_log_verbose_token1] = ACTIONS(3174), - [aux_sym_macs_token1] = ACTIONS(3174), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3174), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3174), - [aux_sym_password_authentication_token1] = ACTIONS(3174), - [aux_sym_permit_local_command_token1] = ACTIONS(3174), - [aux_sym_permit_remote_open_token1] = ACTIONS(3174), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3174), - [aux_sym_port_token1] = ACTIONS(3174), - [aux_sym_preferred_authentications_token1] = ACTIONS(3174), - [aux_sym_protocol_token1] = ACTIONS(3174), - [aux_sym_proxy_command_token1] = ACTIONS(3174), - [aux_sym_proxy_jump_token1] = ACTIONS(3174), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3174), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3174), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3174), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3174), - [aux_sym_rekey_limit_token1] = ACTIONS(3174), - [aux_sym_remote_command_token1] = ACTIONS(3174), - [aux_sym_remote_forward_token1] = ACTIONS(3174), - [aux_sym_request_tty_token1] = ACTIONS(3174), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3174), - [aux_sym_security_key_provider_token1] = ACTIONS(3174), - [aux_sym_send_env_token1] = ACTIONS(3174), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3174), - [aux_sym_server_alive_interval_token1] = ACTIONS(3174), - [aux_sym_session_type_token1] = ACTIONS(3174), - [aux_sym_set_env_token1] = ACTIONS(3174), - [aux_sym_stdin_null_token1] = ACTIONS(3174), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3174), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3174), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3174), - [aux_sym_syslog_facility_token1] = ACTIONS(3174), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3174), - [aux_sym_keep_alive_token1] = ACTIONS(3174), - [aux_sym_tunnel_token1] = ACTIONS(3176), - [aux_sym_tunnel_device_token1] = ACTIONS(3174), - [aux_sym_update_host_keys_token1] = ACTIONS(3174), - [aux_sym_use_keychain_token1] = ACTIONS(3174), - [aux_sym_use_roaming_token1] = ACTIONS(3174), - [aux_sym_user_token1] = ACTIONS(3176), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3174), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3174), - [aux_sym_visual_host_key_token1] = ACTIONS(3174), - [aux_sym_xauth_location_token1] = ACTIONS(3174), + [ts_builtin_sym_end] = ACTIONS(3305), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3307), + [aux_sym_match_token1] = ACTIONS(3305), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3305), + [aux_sym_address_family_token1] = ACTIONS(3305), + [aux_sym_batch_mode_token1] = ACTIONS(3305), + [aux_sym_bind_address_token1] = ACTIONS(3305), + [aux_sym_bind_interface_token1] = ACTIONS(3305), + [aux_sym_canonical_domains_token1] = ACTIONS(3305), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3305), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3305), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3305), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3305), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3305), + [aux_sym_certificate_file_token1] = ACTIONS(3305), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3305), + [aux_sym_check_host_ip_token1] = ACTIONS(3305), + [aux_sym_ciphers_token1] = ACTIONS(3305), + [aux_sym_cipher_token1] = ACTIONS(3307), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3305), + [aux_sym_compression_token1] = ACTIONS(3305), + [aux_sym_connection_attempts_token1] = ACTIONS(3305), + [aux_sym_connect_timeout_token1] = ACTIONS(3305), + [aux_sym_control_master_token1] = ACTIONS(3305), + [aux_sym_control_path_token1] = ACTIONS(3305), + [aux_sym_control_persist_token1] = ACTIONS(3305), + [aux_sym_dynamic_forward_token1] = ACTIONS(3305), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3305), + [aux_sym_escape_char_token1] = ACTIONS(3305), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3305), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3305), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3305), + [aux_sym_forward_agent_token1] = ACTIONS(3305), + [aux_sym_forward_x11_token1] = ACTIONS(3307), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3305), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3305), + [aux_sym_gateway_ports_token1] = ACTIONS(3305), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3305), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3305), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3305), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3305), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3305), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3305), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3305), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3305), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3305), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3305), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3305), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3305), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3305), + [aux_sym_host_key_alias_token1] = ACTIONS(3305), + [aux_sym_hostname_token1] = ACTIONS(3305), + [aux_sym_identities_only_token1] = ACTIONS(3305), + [aux_sym_identity_agent_token1] = ACTIONS(3305), + [aux_sym_identity_file_token1] = ACTIONS(3305), + [aux_sym_ignore_unknown_token1] = ACTIONS(3305), + [aux_sym_include_token1] = ACTIONS(3305), + [aux_sym_ip_qos_token1] = ACTIONS(3305), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3305), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3305), + [aux_sym_kex_algorithms_token1] = ACTIONS(3305), + [aux_sym_known_hosts_command_token1] = ACTIONS(3305), + [aux_sym_local_command_token1] = ACTIONS(3305), + [aux_sym_local_forward_token1] = ACTIONS(3305), + [aux_sym_log_level_token1] = ACTIONS(3305), + [aux_sym_log_verbose_token1] = ACTIONS(3305), + [aux_sym_macs_token1] = ACTIONS(3305), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3305), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3305), + [aux_sym_password_authentication_token1] = ACTIONS(3305), + [aux_sym_permit_local_command_token1] = ACTIONS(3305), + [aux_sym_permit_remote_open_token1] = ACTIONS(3305), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3305), + [aux_sym_port_token1] = ACTIONS(3305), + [aux_sym_preferred_authentications_token1] = ACTIONS(3305), + [aux_sym_protocol_token1] = ACTIONS(3305), + [aux_sym_proxy_command_token1] = ACTIONS(3305), + [aux_sym_proxy_jump_token1] = ACTIONS(3305), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3305), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3305), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3305), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3305), + [aux_sym_rekey_limit_token1] = ACTIONS(3305), + [aux_sym_remote_command_token1] = ACTIONS(3305), + [aux_sym_remote_forward_token1] = ACTIONS(3305), + [aux_sym_request_tty_token1] = ACTIONS(3305), + [aux_sym_required_rsa_size_token1] = ACTIONS(3305), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3305), + [aux_sym_security_key_provider_token1] = ACTIONS(3305), + [aux_sym_send_env_token1] = ACTIONS(3305), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3305), + [aux_sym_server_alive_interval_token1] = ACTIONS(3305), + [aux_sym_session_type_token1] = ACTIONS(3305), + [aux_sym_set_env_token1] = ACTIONS(3305), + [aux_sym_stdin_null_token1] = ACTIONS(3305), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3305), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3305), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3305), + [aux_sym_syslog_facility_token1] = ACTIONS(3305), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3305), + [aux_sym_keep_alive_token1] = ACTIONS(3305), + [aux_sym_tunnel_token1] = ACTIONS(3307), + [aux_sym_tunnel_device_token1] = ACTIONS(3305), + [aux_sym_update_host_keys_token1] = ACTIONS(3305), + [aux_sym_use_keychain_token1] = ACTIONS(3305), + [aux_sym_use_roaming_token1] = ACTIONS(3305), + [aux_sym_user_token1] = ACTIONS(3307), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3305), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3305), + [aux_sym_visual_host_key_token1] = ACTIONS(3305), + [aux_sym_xauth_location_token1] = ACTIONS(3305), }, [532] = { - [ts_builtin_sym_end] = ACTIONS(1006), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1008), - [aux_sym_match_token1] = ACTIONS(1006), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1006), - [aux_sym_address_family_token1] = ACTIONS(1006), - [aux_sym_batch_mode_token1] = ACTIONS(1006), - [aux_sym_bind_address_token1] = ACTIONS(1006), - [aux_sym_bind_interface_token1] = ACTIONS(1006), - [aux_sym_canonical_domains_token1] = ACTIONS(1006), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1006), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1006), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1006), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1006), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1006), - [aux_sym_certificate_file_token1] = ACTIONS(1006), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1006), - [aux_sym_check_host_ip_token1] = ACTIONS(1006), - [aux_sym_ciphers_token1] = ACTIONS(1006), - [aux_sym_cipher_token1] = ACTIONS(1008), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1006), - [aux_sym_compression_token1] = ACTIONS(1006), - [aux_sym_connection_attempts_token1] = ACTIONS(1006), - [aux_sym_connect_timeout_token1] = ACTIONS(1006), - [aux_sym_control_master_token1] = ACTIONS(1006), - [aux_sym_control_path_token1] = ACTIONS(1006), - [aux_sym_control_persist_token1] = ACTIONS(1006), - [aux_sym_dynamic_forward_token1] = ACTIONS(1006), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1006), - [aux_sym_escape_char_token1] = ACTIONS(1006), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1006), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1006), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1006), - [aux_sym_forward_agent_token1] = ACTIONS(1006), - [aux_sym_forward_x11_token1] = ACTIONS(1008), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1006), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1006), - [aux_sym_gateway_ports_token1] = ACTIONS(1006), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1006), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1006), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1006), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1006), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1006), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1006), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1006), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1006), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1006), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1006), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1006), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1006), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1006), - [aux_sym_host_key_alias_token1] = ACTIONS(1006), - [aux_sym_hostname_token1] = ACTIONS(1006), - [aux_sym_identities_only_token1] = ACTIONS(1006), - [aux_sym_identity_agent_token1] = ACTIONS(1006), - [aux_sym_identity_file_token1] = ACTIONS(1006), - [aux_sym_ignore_unknown_token1] = ACTIONS(1006), - [aux_sym_include_token1] = ACTIONS(1006), - [aux_sym_ip_qos_token1] = ACTIONS(1006), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1006), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1006), - [aux_sym_kex_algorithms_token1] = ACTIONS(1006), - [aux_sym_known_hosts_command_token1] = ACTIONS(1006), - [aux_sym_local_command_token1] = ACTIONS(1006), - [aux_sym_local_forward_token1] = ACTIONS(1006), - [aux_sym_log_level_token1] = ACTIONS(1006), - [aux_sym_log_verbose_token1] = ACTIONS(1006), - [aux_sym_macs_token1] = ACTIONS(1006), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1006), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1006), - [aux_sym_password_authentication_token1] = ACTIONS(1006), - [aux_sym_permit_local_command_token1] = ACTIONS(1006), - [aux_sym_permit_remote_open_token1] = ACTIONS(1006), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1006), - [aux_sym_port_token1] = ACTIONS(1006), - [aux_sym_preferred_authentications_token1] = ACTIONS(1006), - [aux_sym_protocol_token1] = ACTIONS(1006), - [aux_sym_proxy_command_token1] = ACTIONS(1006), - [aux_sym_proxy_jump_token1] = ACTIONS(1006), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1006), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1006), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1006), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1006), - [aux_sym_rekey_limit_token1] = ACTIONS(1006), - [aux_sym_remote_command_token1] = ACTIONS(1006), - [aux_sym_remote_forward_token1] = ACTIONS(1006), - [aux_sym_request_tty_token1] = ACTIONS(1006), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1006), - [aux_sym_security_key_provider_token1] = ACTIONS(1006), - [aux_sym_send_env_token1] = ACTIONS(1006), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1006), - [aux_sym_server_alive_interval_token1] = ACTIONS(1006), - [aux_sym_session_type_token1] = ACTIONS(1006), - [aux_sym_set_env_token1] = ACTIONS(1006), - [aux_sym_stdin_null_token1] = ACTIONS(1006), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1006), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1006), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1006), - [aux_sym_syslog_facility_token1] = ACTIONS(1006), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1006), - [aux_sym_keep_alive_token1] = ACTIONS(1006), - [aux_sym_tunnel_token1] = ACTIONS(1008), - [aux_sym_tunnel_device_token1] = ACTIONS(1006), - [aux_sym_update_host_keys_token1] = ACTIONS(1006), - [aux_sym_use_keychain_token1] = ACTIONS(1006), - [aux_sym_use_roaming_token1] = ACTIONS(1006), - [aux_sym_user_token1] = ACTIONS(1008), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1006), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1006), - [aux_sym_visual_host_key_token1] = ACTIONS(1006), - [aux_sym_xauth_location_token1] = ACTIONS(1006), + [ts_builtin_sym_end] = ACTIONS(3309), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3311), + [aux_sym_match_token1] = ACTIONS(3309), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3309), + [aux_sym_address_family_token1] = ACTIONS(3309), + [aux_sym_batch_mode_token1] = ACTIONS(3309), + [aux_sym_bind_address_token1] = ACTIONS(3309), + [aux_sym_bind_interface_token1] = ACTIONS(3309), + [aux_sym_canonical_domains_token1] = ACTIONS(3309), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3309), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3309), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3309), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3309), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3309), + [aux_sym_certificate_file_token1] = ACTIONS(3309), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3309), + [aux_sym_check_host_ip_token1] = ACTIONS(3309), + [aux_sym_ciphers_token1] = ACTIONS(3309), + [aux_sym_cipher_token1] = ACTIONS(3311), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3309), + [aux_sym_compression_token1] = ACTIONS(3309), + [aux_sym_connection_attempts_token1] = ACTIONS(3309), + [aux_sym_connect_timeout_token1] = ACTIONS(3309), + [aux_sym_control_master_token1] = ACTIONS(3309), + [aux_sym_control_path_token1] = ACTIONS(3309), + [aux_sym_control_persist_token1] = ACTIONS(3309), + [aux_sym_dynamic_forward_token1] = ACTIONS(3309), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3309), + [aux_sym_escape_char_token1] = ACTIONS(3309), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3309), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3309), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3309), + [aux_sym_forward_agent_token1] = ACTIONS(3309), + [aux_sym_forward_x11_token1] = ACTIONS(3311), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3309), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3309), + [aux_sym_gateway_ports_token1] = ACTIONS(3309), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3309), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3309), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3309), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3309), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3309), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3309), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3309), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3309), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3309), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3309), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3309), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3309), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3309), + [aux_sym_host_key_alias_token1] = ACTIONS(3309), + [aux_sym_hostname_token1] = ACTIONS(3309), + [aux_sym_identities_only_token1] = ACTIONS(3309), + [aux_sym_identity_agent_token1] = ACTIONS(3309), + [aux_sym_identity_file_token1] = ACTIONS(3309), + [aux_sym_ignore_unknown_token1] = ACTIONS(3309), + [aux_sym_include_token1] = ACTIONS(3309), + [aux_sym_ip_qos_token1] = ACTIONS(3309), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3309), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3309), + [aux_sym_kex_algorithms_token1] = ACTIONS(3309), + [aux_sym_known_hosts_command_token1] = ACTIONS(3309), + [aux_sym_local_command_token1] = ACTIONS(3309), + [aux_sym_local_forward_token1] = ACTIONS(3309), + [aux_sym_log_level_token1] = ACTIONS(3309), + [aux_sym_log_verbose_token1] = ACTIONS(3309), + [aux_sym_macs_token1] = ACTIONS(3309), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3309), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3309), + [aux_sym_password_authentication_token1] = ACTIONS(3309), + [aux_sym_permit_local_command_token1] = ACTIONS(3309), + [aux_sym_permit_remote_open_token1] = ACTIONS(3309), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3309), + [aux_sym_port_token1] = ACTIONS(3309), + [aux_sym_preferred_authentications_token1] = ACTIONS(3309), + [aux_sym_protocol_token1] = ACTIONS(3309), + [aux_sym_proxy_command_token1] = ACTIONS(3309), + [aux_sym_proxy_jump_token1] = ACTIONS(3309), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3309), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3309), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3309), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3309), + [aux_sym_rekey_limit_token1] = ACTIONS(3309), + [aux_sym_remote_command_token1] = ACTIONS(3309), + [aux_sym_remote_forward_token1] = ACTIONS(3309), + [aux_sym_request_tty_token1] = ACTIONS(3309), + [aux_sym_required_rsa_size_token1] = ACTIONS(3309), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3309), + [aux_sym_security_key_provider_token1] = ACTIONS(3309), + [aux_sym_send_env_token1] = ACTIONS(3309), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3309), + [aux_sym_server_alive_interval_token1] = ACTIONS(3309), + [aux_sym_session_type_token1] = ACTIONS(3309), + [aux_sym_set_env_token1] = ACTIONS(3309), + [aux_sym_stdin_null_token1] = ACTIONS(3309), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3309), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3309), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3309), + [aux_sym_syslog_facility_token1] = ACTIONS(3309), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3309), + [aux_sym_keep_alive_token1] = ACTIONS(3309), + [aux_sym_tunnel_token1] = ACTIONS(3311), + [aux_sym_tunnel_device_token1] = ACTIONS(3309), + [aux_sym_update_host_keys_token1] = ACTIONS(3309), + [aux_sym_use_keychain_token1] = ACTIONS(3309), + [aux_sym_use_roaming_token1] = ACTIONS(3309), + [aux_sym_user_token1] = ACTIONS(3311), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3309), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3309), + [aux_sym_visual_host_key_token1] = ACTIONS(3309), + [aux_sym_xauth_location_token1] = ACTIONS(3309), }, [533] = { - [ts_builtin_sym_end] = ACTIONS(1198), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1200), - [aux_sym_match_token1] = ACTIONS(1198), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1198), - [aux_sym_address_family_token1] = ACTIONS(1198), - [aux_sym_batch_mode_token1] = ACTIONS(1198), - [aux_sym_bind_address_token1] = ACTIONS(1198), - [aux_sym_bind_interface_token1] = ACTIONS(1198), - [aux_sym_canonical_domains_token1] = ACTIONS(1198), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1198), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1198), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1198), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1198), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1198), - [aux_sym_certificate_file_token1] = ACTIONS(1198), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1198), - [aux_sym_check_host_ip_token1] = ACTIONS(1198), - [aux_sym_ciphers_token1] = ACTIONS(1198), - [aux_sym_cipher_token1] = ACTIONS(1200), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1198), - [aux_sym_compression_token1] = ACTIONS(1198), - [aux_sym_connection_attempts_token1] = ACTIONS(1198), - [aux_sym_connect_timeout_token1] = ACTIONS(1198), - [aux_sym_control_master_token1] = ACTIONS(1198), - [aux_sym_control_path_token1] = ACTIONS(1198), - [aux_sym_control_persist_token1] = ACTIONS(1198), - [aux_sym_dynamic_forward_token1] = ACTIONS(1198), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1198), - [aux_sym_escape_char_token1] = ACTIONS(1198), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1198), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1198), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1198), - [aux_sym_forward_agent_token1] = ACTIONS(1198), - [aux_sym_forward_x11_token1] = ACTIONS(1200), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1198), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1198), - [aux_sym_gateway_ports_token1] = ACTIONS(1198), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1198), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1198), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1198), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1198), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1198), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1198), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1198), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1198), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1198), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1198), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1198), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1198), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1198), - [aux_sym_host_key_alias_token1] = ACTIONS(1198), - [aux_sym_hostname_token1] = ACTIONS(1198), - [aux_sym_identities_only_token1] = ACTIONS(1198), - [aux_sym_identity_agent_token1] = ACTIONS(1198), - [aux_sym_identity_file_token1] = ACTIONS(1198), - [aux_sym_ignore_unknown_token1] = ACTIONS(1198), - [aux_sym_include_token1] = ACTIONS(1198), - [aux_sym_ip_qos_token1] = ACTIONS(1198), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1198), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1198), - [aux_sym_kex_algorithms_token1] = ACTIONS(1198), - [aux_sym_known_hosts_command_token1] = ACTIONS(1198), - [aux_sym_local_command_token1] = ACTIONS(1198), - [aux_sym_local_forward_token1] = ACTIONS(1198), - [aux_sym_log_level_token1] = ACTIONS(1198), - [aux_sym_log_verbose_token1] = ACTIONS(1198), - [aux_sym_macs_token1] = ACTIONS(1198), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1198), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1198), - [aux_sym_password_authentication_token1] = ACTIONS(1198), - [aux_sym_permit_local_command_token1] = ACTIONS(1198), - [aux_sym_permit_remote_open_token1] = ACTIONS(1198), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1198), - [aux_sym_port_token1] = ACTIONS(1198), - [aux_sym_preferred_authentications_token1] = ACTIONS(1198), - [aux_sym_protocol_token1] = ACTIONS(1198), - [aux_sym_proxy_command_token1] = ACTIONS(1198), - [aux_sym_proxy_jump_token1] = ACTIONS(1198), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1198), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1198), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1198), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1198), - [aux_sym_rekey_limit_token1] = ACTIONS(1198), - [aux_sym_remote_command_token1] = ACTIONS(1198), - [aux_sym_remote_forward_token1] = ACTIONS(1198), - [aux_sym_request_tty_token1] = ACTIONS(1198), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1198), - [aux_sym_security_key_provider_token1] = ACTIONS(1198), - [aux_sym_send_env_token1] = ACTIONS(1198), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1198), - [aux_sym_server_alive_interval_token1] = ACTIONS(1198), - [aux_sym_session_type_token1] = ACTIONS(1198), - [aux_sym_set_env_token1] = ACTIONS(1198), - [aux_sym_stdin_null_token1] = ACTIONS(1198), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1198), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1198), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1198), - [aux_sym_syslog_facility_token1] = ACTIONS(1198), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1198), - [aux_sym_keep_alive_token1] = ACTIONS(1198), - [aux_sym_tunnel_token1] = ACTIONS(1200), - [aux_sym_tunnel_device_token1] = ACTIONS(1198), - [aux_sym_update_host_keys_token1] = ACTIONS(1198), - [aux_sym_use_keychain_token1] = ACTIONS(1198), - [aux_sym_use_roaming_token1] = ACTIONS(1198), - [aux_sym_user_token1] = ACTIONS(1200), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1198), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1198), - [aux_sym_visual_host_key_token1] = ACTIONS(1198), - [aux_sym_xauth_location_token1] = ACTIONS(1198), + [ts_builtin_sym_end] = ACTIONS(3313), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3315), + [aux_sym_match_token1] = ACTIONS(3313), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3313), + [aux_sym_address_family_token1] = ACTIONS(3313), + [aux_sym_batch_mode_token1] = ACTIONS(3313), + [aux_sym_bind_address_token1] = ACTIONS(3313), + [aux_sym_bind_interface_token1] = ACTIONS(3313), + [aux_sym_canonical_domains_token1] = ACTIONS(3313), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3313), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3313), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3313), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3313), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3313), + [aux_sym_certificate_file_token1] = ACTIONS(3313), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3313), + [aux_sym_check_host_ip_token1] = ACTIONS(3313), + [aux_sym_ciphers_token1] = ACTIONS(3313), + [aux_sym_cipher_token1] = ACTIONS(3315), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3313), + [aux_sym_compression_token1] = ACTIONS(3313), + [aux_sym_connection_attempts_token1] = ACTIONS(3313), + [aux_sym_connect_timeout_token1] = ACTIONS(3313), + [aux_sym_control_master_token1] = ACTIONS(3313), + [aux_sym_control_path_token1] = ACTIONS(3313), + [aux_sym_control_persist_token1] = ACTIONS(3313), + [aux_sym_dynamic_forward_token1] = ACTIONS(3313), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3313), + [aux_sym_escape_char_token1] = ACTIONS(3313), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3313), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3313), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3313), + [aux_sym_forward_agent_token1] = ACTIONS(3313), + [aux_sym_forward_x11_token1] = ACTIONS(3315), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3313), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3313), + [aux_sym_gateway_ports_token1] = ACTIONS(3313), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3313), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3313), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3313), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3313), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3313), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3313), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3313), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3313), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3313), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3313), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3313), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3313), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3313), + [aux_sym_host_key_alias_token1] = ACTIONS(3313), + [aux_sym_hostname_token1] = ACTIONS(3313), + [aux_sym_identities_only_token1] = ACTIONS(3313), + [aux_sym_identity_agent_token1] = ACTIONS(3313), + [aux_sym_identity_file_token1] = ACTIONS(3313), + [aux_sym_ignore_unknown_token1] = ACTIONS(3313), + [aux_sym_include_token1] = ACTIONS(3313), + [aux_sym_ip_qos_token1] = ACTIONS(3313), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3313), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3313), + [aux_sym_kex_algorithms_token1] = ACTIONS(3313), + [aux_sym_known_hosts_command_token1] = ACTIONS(3313), + [aux_sym_local_command_token1] = ACTIONS(3313), + [aux_sym_local_forward_token1] = ACTIONS(3313), + [aux_sym_log_level_token1] = ACTIONS(3313), + [aux_sym_log_verbose_token1] = ACTIONS(3313), + [aux_sym_macs_token1] = ACTIONS(3313), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3313), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3313), + [aux_sym_password_authentication_token1] = ACTIONS(3313), + [aux_sym_permit_local_command_token1] = ACTIONS(3313), + [aux_sym_permit_remote_open_token1] = ACTIONS(3313), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3313), + [aux_sym_port_token1] = ACTIONS(3313), + [aux_sym_preferred_authentications_token1] = ACTIONS(3313), + [aux_sym_protocol_token1] = ACTIONS(3313), + [aux_sym_proxy_command_token1] = ACTIONS(3313), + [aux_sym_proxy_jump_token1] = ACTIONS(3313), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3313), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3313), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3313), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3313), + [aux_sym_rekey_limit_token1] = ACTIONS(3313), + [aux_sym_remote_command_token1] = ACTIONS(3313), + [aux_sym_remote_forward_token1] = ACTIONS(3313), + [aux_sym_request_tty_token1] = ACTIONS(3313), + [aux_sym_required_rsa_size_token1] = ACTIONS(3313), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3313), + [aux_sym_security_key_provider_token1] = ACTIONS(3313), + [aux_sym_send_env_token1] = ACTIONS(3313), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3313), + [aux_sym_server_alive_interval_token1] = ACTIONS(3313), + [aux_sym_session_type_token1] = ACTIONS(3313), + [aux_sym_set_env_token1] = ACTIONS(3313), + [aux_sym_stdin_null_token1] = ACTIONS(3313), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3313), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3313), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3313), + [aux_sym_syslog_facility_token1] = ACTIONS(3313), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3313), + [aux_sym_keep_alive_token1] = ACTIONS(3313), + [aux_sym_tunnel_token1] = ACTIONS(3315), + [aux_sym_tunnel_device_token1] = ACTIONS(3313), + [aux_sym_update_host_keys_token1] = ACTIONS(3313), + [aux_sym_use_keychain_token1] = ACTIONS(3313), + [aux_sym_use_roaming_token1] = ACTIONS(3313), + [aux_sym_user_token1] = ACTIONS(3315), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3313), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3313), + [aux_sym_visual_host_key_token1] = ACTIONS(3313), + [aux_sym_xauth_location_token1] = ACTIONS(3313), }, [534] = { - [ts_builtin_sym_end] = ACTIONS(1102), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1104), - [aux_sym_match_token1] = ACTIONS(1102), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1102), - [aux_sym_address_family_token1] = ACTIONS(1102), - [aux_sym_batch_mode_token1] = ACTIONS(1102), - [aux_sym_bind_address_token1] = ACTIONS(1102), - [aux_sym_bind_interface_token1] = ACTIONS(1102), - [aux_sym_canonical_domains_token1] = ACTIONS(1102), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1102), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1102), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1102), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1102), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1102), - [aux_sym_certificate_file_token1] = ACTIONS(1102), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1102), - [aux_sym_check_host_ip_token1] = ACTIONS(1102), - [aux_sym_ciphers_token1] = ACTIONS(1102), - [aux_sym_cipher_token1] = ACTIONS(1104), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1102), - [aux_sym_compression_token1] = ACTIONS(1102), - [aux_sym_connection_attempts_token1] = ACTIONS(1102), - [aux_sym_connect_timeout_token1] = ACTIONS(1102), - [aux_sym_control_master_token1] = ACTIONS(1102), - [aux_sym_control_path_token1] = ACTIONS(1102), - [aux_sym_control_persist_token1] = ACTIONS(1102), - [aux_sym_dynamic_forward_token1] = ACTIONS(1102), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1102), - [aux_sym_escape_char_token1] = ACTIONS(1102), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1102), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1102), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1102), - [aux_sym_forward_agent_token1] = ACTIONS(1102), - [aux_sym_forward_x11_token1] = ACTIONS(1104), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1102), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1102), - [aux_sym_gateway_ports_token1] = ACTIONS(1102), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1102), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1102), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1102), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1102), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1102), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1102), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1102), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1102), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1102), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1102), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1102), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1102), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1102), - [aux_sym_host_key_alias_token1] = ACTIONS(1102), - [aux_sym_hostname_token1] = ACTIONS(1102), - [aux_sym_identities_only_token1] = ACTIONS(1102), - [aux_sym_identity_agent_token1] = ACTIONS(1102), - [aux_sym_identity_file_token1] = ACTIONS(1102), - [aux_sym_ignore_unknown_token1] = ACTIONS(1102), - [aux_sym_include_token1] = ACTIONS(1102), - [aux_sym_ip_qos_token1] = ACTIONS(1102), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1102), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1102), - [aux_sym_kex_algorithms_token1] = ACTIONS(1102), - [aux_sym_known_hosts_command_token1] = ACTIONS(1102), - [aux_sym_local_command_token1] = ACTIONS(1102), - [aux_sym_local_forward_token1] = ACTIONS(1102), - [aux_sym_log_level_token1] = ACTIONS(1102), - [aux_sym_log_verbose_token1] = ACTIONS(1102), - [aux_sym_macs_token1] = ACTIONS(1102), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1102), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1102), - [aux_sym_password_authentication_token1] = ACTIONS(1102), - [aux_sym_permit_local_command_token1] = ACTIONS(1102), - [aux_sym_permit_remote_open_token1] = ACTIONS(1102), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1102), - [aux_sym_port_token1] = ACTIONS(1102), - [aux_sym_preferred_authentications_token1] = ACTIONS(1102), - [aux_sym_protocol_token1] = ACTIONS(1102), - [aux_sym_proxy_command_token1] = ACTIONS(1102), - [aux_sym_proxy_jump_token1] = ACTIONS(1102), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1102), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1102), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1102), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1102), - [aux_sym_rekey_limit_token1] = ACTIONS(1102), - [aux_sym_remote_command_token1] = ACTIONS(1102), - [aux_sym_remote_forward_token1] = ACTIONS(1102), - [aux_sym_request_tty_token1] = ACTIONS(1102), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1102), - [aux_sym_security_key_provider_token1] = ACTIONS(1102), - [aux_sym_send_env_token1] = ACTIONS(1102), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1102), - [aux_sym_server_alive_interval_token1] = ACTIONS(1102), - [aux_sym_session_type_token1] = ACTIONS(1102), - [aux_sym_set_env_token1] = ACTIONS(1102), - [aux_sym_stdin_null_token1] = ACTIONS(1102), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1102), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1102), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1102), - [aux_sym_syslog_facility_token1] = ACTIONS(1102), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1102), - [aux_sym_keep_alive_token1] = ACTIONS(1102), - [aux_sym_tunnel_token1] = ACTIONS(1104), - [aux_sym_tunnel_device_token1] = ACTIONS(1102), - [aux_sym_update_host_keys_token1] = ACTIONS(1102), - [aux_sym_use_keychain_token1] = ACTIONS(1102), - [aux_sym_use_roaming_token1] = ACTIONS(1102), - [aux_sym_user_token1] = ACTIONS(1104), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1102), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1102), - [aux_sym_visual_host_key_token1] = ACTIONS(1102), - [aux_sym_xauth_location_token1] = ACTIONS(1102), + [ts_builtin_sym_end] = ACTIONS(3317), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3319), + [aux_sym_match_token1] = ACTIONS(3317), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3317), + [aux_sym_address_family_token1] = ACTIONS(3317), + [aux_sym_batch_mode_token1] = ACTIONS(3317), + [aux_sym_bind_address_token1] = ACTIONS(3317), + [aux_sym_bind_interface_token1] = ACTIONS(3317), + [aux_sym_canonical_domains_token1] = ACTIONS(3317), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3317), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3317), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3317), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3317), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3317), + [aux_sym_certificate_file_token1] = ACTIONS(3317), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3317), + [aux_sym_check_host_ip_token1] = ACTIONS(3317), + [aux_sym_ciphers_token1] = ACTIONS(3317), + [aux_sym_cipher_token1] = ACTIONS(3319), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3317), + [aux_sym_compression_token1] = ACTIONS(3317), + [aux_sym_connection_attempts_token1] = ACTIONS(3317), + [aux_sym_connect_timeout_token1] = ACTIONS(3317), + [aux_sym_control_master_token1] = ACTIONS(3317), + [aux_sym_control_path_token1] = ACTIONS(3317), + [aux_sym_control_persist_token1] = ACTIONS(3317), + [aux_sym_dynamic_forward_token1] = ACTIONS(3317), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3317), + [aux_sym_escape_char_token1] = ACTIONS(3317), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3317), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3317), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3317), + [aux_sym_forward_agent_token1] = ACTIONS(3317), + [aux_sym_forward_x11_token1] = ACTIONS(3319), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3317), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3317), + [aux_sym_gateway_ports_token1] = ACTIONS(3317), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3317), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3317), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3317), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3317), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3317), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3317), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3317), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3317), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3317), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3317), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3317), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3317), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3317), + [aux_sym_host_key_alias_token1] = ACTIONS(3317), + [aux_sym_hostname_token1] = ACTIONS(3317), + [aux_sym_identities_only_token1] = ACTIONS(3317), + [aux_sym_identity_agent_token1] = ACTIONS(3317), + [aux_sym_identity_file_token1] = ACTIONS(3317), + [aux_sym_ignore_unknown_token1] = ACTIONS(3317), + [aux_sym_include_token1] = ACTIONS(3317), + [aux_sym_ip_qos_token1] = ACTIONS(3317), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3317), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3317), + [aux_sym_kex_algorithms_token1] = ACTIONS(3317), + [aux_sym_known_hosts_command_token1] = ACTIONS(3317), + [aux_sym_local_command_token1] = ACTIONS(3317), + [aux_sym_local_forward_token1] = ACTIONS(3317), + [aux_sym_log_level_token1] = ACTIONS(3317), + [aux_sym_log_verbose_token1] = ACTIONS(3317), + [aux_sym_macs_token1] = ACTIONS(3317), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3317), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3317), + [aux_sym_password_authentication_token1] = ACTIONS(3317), + [aux_sym_permit_local_command_token1] = ACTIONS(3317), + [aux_sym_permit_remote_open_token1] = ACTIONS(3317), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3317), + [aux_sym_port_token1] = ACTIONS(3317), + [aux_sym_preferred_authentications_token1] = ACTIONS(3317), + [aux_sym_protocol_token1] = ACTIONS(3317), + [aux_sym_proxy_command_token1] = ACTIONS(3317), + [aux_sym_proxy_jump_token1] = ACTIONS(3317), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3317), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3317), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3317), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3317), + [aux_sym_rekey_limit_token1] = ACTIONS(3317), + [aux_sym_remote_command_token1] = ACTIONS(3317), + [aux_sym_remote_forward_token1] = ACTIONS(3317), + [aux_sym_request_tty_token1] = ACTIONS(3317), + [aux_sym_required_rsa_size_token1] = ACTIONS(3317), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3317), + [aux_sym_security_key_provider_token1] = ACTIONS(3317), + [aux_sym_send_env_token1] = ACTIONS(3317), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3317), + [aux_sym_server_alive_interval_token1] = ACTIONS(3317), + [aux_sym_session_type_token1] = ACTIONS(3317), + [aux_sym_set_env_token1] = ACTIONS(3317), + [aux_sym_stdin_null_token1] = ACTIONS(3317), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3317), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3317), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3317), + [aux_sym_syslog_facility_token1] = ACTIONS(3317), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3317), + [aux_sym_keep_alive_token1] = ACTIONS(3317), + [aux_sym_tunnel_token1] = ACTIONS(3319), + [aux_sym_tunnel_device_token1] = ACTIONS(3317), + [aux_sym_update_host_keys_token1] = ACTIONS(3317), + [aux_sym_use_keychain_token1] = ACTIONS(3317), + [aux_sym_use_roaming_token1] = ACTIONS(3317), + [aux_sym_user_token1] = ACTIONS(3319), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3317), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3317), + [aux_sym_visual_host_key_token1] = ACTIONS(3317), + [aux_sym_xauth_location_token1] = ACTIONS(3317), }, [535] = { - [ts_builtin_sym_end] = ACTIONS(1204), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1206), - [aux_sym_match_token1] = ACTIONS(1204), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1204), - [aux_sym_address_family_token1] = ACTIONS(1204), - [aux_sym_batch_mode_token1] = ACTIONS(1204), - [aux_sym_bind_address_token1] = ACTIONS(1204), - [aux_sym_bind_interface_token1] = ACTIONS(1204), - [aux_sym_canonical_domains_token1] = ACTIONS(1204), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1204), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1204), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1204), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1204), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1204), - [aux_sym_certificate_file_token1] = ACTIONS(1204), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1204), - [aux_sym_check_host_ip_token1] = ACTIONS(1204), - [aux_sym_ciphers_token1] = ACTIONS(1204), - [aux_sym_cipher_token1] = ACTIONS(1206), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1204), - [aux_sym_compression_token1] = ACTIONS(1204), - [aux_sym_connection_attempts_token1] = ACTIONS(1204), - [aux_sym_connect_timeout_token1] = ACTIONS(1204), - [aux_sym_control_master_token1] = ACTIONS(1204), - [aux_sym_control_path_token1] = ACTIONS(1204), - [aux_sym_control_persist_token1] = ACTIONS(1204), - [aux_sym_dynamic_forward_token1] = ACTIONS(1204), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1204), - [aux_sym_escape_char_token1] = ACTIONS(1204), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1204), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1204), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1204), - [aux_sym_forward_agent_token1] = ACTIONS(1204), - [aux_sym_forward_x11_token1] = ACTIONS(1206), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1204), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1204), - [aux_sym_gateway_ports_token1] = ACTIONS(1204), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1204), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1204), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1204), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1204), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1204), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1204), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1204), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1204), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1204), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1204), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1204), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1204), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1204), - [aux_sym_host_key_alias_token1] = ACTIONS(1204), - [aux_sym_hostname_token1] = ACTIONS(1204), - [aux_sym_identities_only_token1] = ACTIONS(1204), - [aux_sym_identity_agent_token1] = ACTIONS(1204), - [aux_sym_identity_file_token1] = ACTIONS(1204), - [aux_sym_ignore_unknown_token1] = ACTIONS(1204), - [aux_sym_include_token1] = ACTIONS(1204), - [aux_sym_ip_qos_token1] = ACTIONS(1204), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1204), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1204), - [aux_sym_kex_algorithms_token1] = ACTIONS(1204), - [aux_sym_known_hosts_command_token1] = ACTIONS(1204), - [aux_sym_local_command_token1] = ACTIONS(1204), - [aux_sym_local_forward_token1] = ACTIONS(1204), - [aux_sym_log_level_token1] = ACTIONS(1204), - [aux_sym_log_verbose_token1] = ACTIONS(1204), - [aux_sym_macs_token1] = ACTIONS(1204), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1204), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1204), - [aux_sym_password_authentication_token1] = ACTIONS(1204), - [aux_sym_permit_local_command_token1] = ACTIONS(1204), - [aux_sym_permit_remote_open_token1] = ACTIONS(1204), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1204), - [aux_sym_port_token1] = ACTIONS(1204), - [aux_sym_preferred_authentications_token1] = ACTIONS(1204), - [aux_sym_protocol_token1] = ACTIONS(1204), - [aux_sym_proxy_command_token1] = ACTIONS(1204), - [aux_sym_proxy_jump_token1] = ACTIONS(1204), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1204), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1204), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1204), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1204), - [aux_sym_rekey_limit_token1] = ACTIONS(1204), - [aux_sym_remote_command_token1] = ACTIONS(1204), - [aux_sym_remote_forward_token1] = ACTIONS(1204), - [aux_sym_request_tty_token1] = ACTIONS(1204), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1204), - [aux_sym_security_key_provider_token1] = ACTIONS(1204), - [aux_sym_send_env_token1] = ACTIONS(1204), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1204), - [aux_sym_server_alive_interval_token1] = ACTIONS(1204), - [aux_sym_session_type_token1] = ACTIONS(1204), - [aux_sym_set_env_token1] = ACTIONS(1204), - [aux_sym_stdin_null_token1] = ACTIONS(1204), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1204), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1204), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1204), - [aux_sym_syslog_facility_token1] = ACTIONS(1204), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1204), - [aux_sym_keep_alive_token1] = ACTIONS(1204), - [aux_sym_tunnel_token1] = ACTIONS(1206), - [aux_sym_tunnel_device_token1] = ACTIONS(1204), - [aux_sym_update_host_keys_token1] = ACTIONS(1204), - [aux_sym_use_keychain_token1] = ACTIONS(1204), - [aux_sym_use_roaming_token1] = ACTIONS(1204), - [aux_sym_user_token1] = ACTIONS(1206), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1204), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1204), - [aux_sym_visual_host_key_token1] = ACTIONS(1204), - [aux_sym_xauth_location_token1] = ACTIONS(1204), + [ts_builtin_sym_end] = ACTIONS(3321), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3323), + [aux_sym_match_token1] = ACTIONS(3321), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3321), + [aux_sym_address_family_token1] = ACTIONS(3321), + [aux_sym_batch_mode_token1] = ACTIONS(3321), + [aux_sym_bind_address_token1] = ACTIONS(3321), + [aux_sym_bind_interface_token1] = ACTIONS(3321), + [aux_sym_canonical_domains_token1] = ACTIONS(3321), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3321), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3321), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3321), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3321), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3321), + [aux_sym_certificate_file_token1] = ACTIONS(3321), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3321), + [aux_sym_check_host_ip_token1] = ACTIONS(3321), + [aux_sym_ciphers_token1] = ACTIONS(3321), + [aux_sym_cipher_token1] = ACTIONS(3323), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3321), + [aux_sym_compression_token1] = ACTIONS(3321), + [aux_sym_connection_attempts_token1] = ACTIONS(3321), + [aux_sym_connect_timeout_token1] = ACTIONS(3321), + [aux_sym_control_master_token1] = ACTIONS(3321), + [aux_sym_control_path_token1] = ACTIONS(3321), + [aux_sym_control_persist_token1] = ACTIONS(3321), + [aux_sym_dynamic_forward_token1] = ACTIONS(3321), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3321), + [aux_sym_escape_char_token1] = ACTIONS(3321), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3321), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3321), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3321), + [aux_sym_forward_agent_token1] = ACTIONS(3321), + [aux_sym_forward_x11_token1] = ACTIONS(3323), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3321), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3321), + [aux_sym_gateway_ports_token1] = ACTIONS(3321), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3321), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3321), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3321), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3321), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3321), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3321), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3321), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3321), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3321), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3321), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3321), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3321), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3321), + [aux_sym_host_key_alias_token1] = ACTIONS(3321), + [aux_sym_hostname_token1] = ACTIONS(3321), + [aux_sym_identities_only_token1] = ACTIONS(3321), + [aux_sym_identity_agent_token1] = ACTIONS(3321), + [aux_sym_identity_file_token1] = ACTIONS(3321), + [aux_sym_ignore_unknown_token1] = ACTIONS(3321), + [aux_sym_include_token1] = ACTIONS(3321), + [aux_sym_ip_qos_token1] = ACTIONS(3321), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3321), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3321), + [aux_sym_kex_algorithms_token1] = ACTIONS(3321), + [aux_sym_known_hosts_command_token1] = ACTIONS(3321), + [aux_sym_local_command_token1] = ACTIONS(3321), + [aux_sym_local_forward_token1] = ACTIONS(3321), + [aux_sym_log_level_token1] = ACTIONS(3321), + [aux_sym_log_verbose_token1] = ACTIONS(3321), + [aux_sym_macs_token1] = ACTIONS(3321), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3321), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3321), + [aux_sym_password_authentication_token1] = ACTIONS(3321), + [aux_sym_permit_local_command_token1] = ACTIONS(3321), + [aux_sym_permit_remote_open_token1] = ACTIONS(3321), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3321), + [aux_sym_port_token1] = ACTIONS(3321), + [aux_sym_preferred_authentications_token1] = ACTIONS(3321), + [aux_sym_protocol_token1] = ACTIONS(3321), + [aux_sym_proxy_command_token1] = ACTIONS(3321), + [aux_sym_proxy_jump_token1] = ACTIONS(3321), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3321), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3321), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3321), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3321), + [aux_sym_rekey_limit_token1] = ACTIONS(3321), + [aux_sym_remote_command_token1] = ACTIONS(3321), + [aux_sym_remote_forward_token1] = ACTIONS(3321), + [aux_sym_request_tty_token1] = ACTIONS(3321), + [aux_sym_required_rsa_size_token1] = ACTIONS(3321), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3321), + [aux_sym_security_key_provider_token1] = ACTIONS(3321), + [aux_sym_send_env_token1] = ACTIONS(3321), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3321), + [aux_sym_server_alive_interval_token1] = ACTIONS(3321), + [aux_sym_session_type_token1] = ACTIONS(3321), + [aux_sym_set_env_token1] = ACTIONS(3321), + [aux_sym_stdin_null_token1] = ACTIONS(3321), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3321), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3321), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3321), + [aux_sym_syslog_facility_token1] = ACTIONS(3321), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3321), + [aux_sym_keep_alive_token1] = ACTIONS(3321), + [aux_sym_tunnel_token1] = ACTIONS(3323), + [aux_sym_tunnel_device_token1] = ACTIONS(3321), + [aux_sym_update_host_keys_token1] = ACTIONS(3321), + [aux_sym_use_keychain_token1] = ACTIONS(3321), + [aux_sym_use_roaming_token1] = ACTIONS(3321), + [aux_sym_user_token1] = ACTIONS(3323), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3321), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3321), + [aux_sym_visual_host_key_token1] = ACTIONS(3321), + [aux_sym_xauth_location_token1] = ACTIONS(3321), }, [536] = { - [ts_builtin_sym_end] = ACTIONS(3178), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3180), - [aux_sym_match_token1] = ACTIONS(3178), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3178), - [aux_sym_address_family_token1] = ACTIONS(3178), - [aux_sym_batch_mode_token1] = ACTIONS(3178), - [aux_sym_bind_address_token1] = ACTIONS(3178), - [aux_sym_bind_interface_token1] = ACTIONS(3178), - [aux_sym_canonical_domains_token1] = ACTIONS(3178), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3178), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3178), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3178), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3178), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3178), - [aux_sym_certificate_file_token1] = ACTIONS(3178), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3178), - [aux_sym_check_host_ip_token1] = ACTIONS(3178), - [aux_sym_ciphers_token1] = ACTIONS(3178), - [aux_sym_cipher_token1] = ACTIONS(3180), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3178), - [aux_sym_compression_token1] = ACTIONS(3178), - [aux_sym_connection_attempts_token1] = ACTIONS(3178), - [aux_sym_connect_timeout_token1] = ACTIONS(3178), - [aux_sym_control_master_token1] = ACTIONS(3178), - [aux_sym_control_path_token1] = ACTIONS(3178), - [aux_sym_control_persist_token1] = ACTIONS(3178), - [aux_sym_dynamic_forward_token1] = ACTIONS(3178), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3178), - [aux_sym_escape_char_token1] = ACTIONS(3178), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3178), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3178), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3178), - [aux_sym_forward_agent_token1] = ACTIONS(3178), - [aux_sym_forward_x11_token1] = ACTIONS(3180), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3178), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3178), - [aux_sym_gateway_ports_token1] = ACTIONS(3178), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3178), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3178), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3178), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3178), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3178), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3178), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3178), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3178), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3178), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3178), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3178), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3178), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3178), - [aux_sym_host_key_alias_token1] = ACTIONS(3178), - [aux_sym_hostname_token1] = ACTIONS(3178), - [aux_sym_identities_only_token1] = ACTIONS(3178), - [aux_sym_identity_agent_token1] = ACTIONS(3178), - [aux_sym_identity_file_token1] = ACTIONS(3178), - [aux_sym_ignore_unknown_token1] = ACTIONS(3178), - [aux_sym_include_token1] = ACTIONS(3178), - [aux_sym_ip_qos_token1] = ACTIONS(3178), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3178), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3178), - [aux_sym_kex_algorithms_token1] = ACTIONS(3178), - [aux_sym_known_hosts_command_token1] = ACTIONS(3178), - [aux_sym_local_command_token1] = ACTIONS(3178), - [aux_sym_local_forward_token1] = ACTIONS(3178), - [aux_sym_log_level_token1] = ACTIONS(3178), - [aux_sym_log_verbose_token1] = ACTIONS(3178), - [aux_sym_macs_token1] = ACTIONS(3178), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3178), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3178), - [aux_sym_password_authentication_token1] = ACTIONS(3178), - [aux_sym_permit_local_command_token1] = ACTIONS(3178), - [aux_sym_permit_remote_open_token1] = ACTIONS(3178), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3178), - [aux_sym_port_token1] = ACTIONS(3178), - [aux_sym_preferred_authentications_token1] = ACTIONS(3178), - [aux_sym_protocol_token1] = ACTIONS(3178), - [aux_sym_proxy_command_token1] = ACTIONS(3178), - [aux_sym_proxy_jump_token1] = ACTIONS(3178), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3178), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3178), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3178), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3178), - [aux_sym_rekey_limit_token1] = ACTIONS(3178), - [aux_sym_remote_command_token1] = ACTIONS(3178), - [aux_sym_remote_forward_token1] = ACTIONS(3178), - [aux_sym_request_tty_token1] = ACTIONS(3178), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3178), - [aux_sym_security_key_provider_token1] = ACTIONS(3178), - [aux_sym_send_env_token1] = ACTIONS(3178), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3178), - [aux_sym_server_alive_interval_token1] = ACTIONS(3178), - [aux_sym_session_type_token1] = ACTIONS(3178), - [aux_sym_set_env_token1] = ACTIONS(3178), - [aux_sym_stdin_null_token1] = ACTIONS(3178), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3178), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3178), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3178), - [aux_sym_syslog_facility_token1] = ACTIONS(3178), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3178), - [aux_sym_keep_alive_token1] = ACTIONS(3178), - [aux_sym_tunnel_token1] = ACTIONS(3180), - [aux_sym_tunnel_device_token1] = ACTIONS(3178), - [aux_sym_update_host_keys_token1] = ACTIONS(3178), - [aux_sym_use_keychain_token1] = ACTIONS(3178), - [aux_sym_use_roaming_token1] = ACTIONS(3178), - [aux_sym_user_token1] = ACTIONS(3180), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3178), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3178), - [aux_sym_visual_host_key_token1] = ACTIONS(3178), - [aux_sym_xauth_location_token1] = ACTIONS(3178), + [ts_builtin_sym_end] = ACTIONS(3325), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3327), + [aux_sym_match_token1] = ACTIONS(3325), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3325), + [aux_sym_address_family_token1] = ACTIONS(3325), + [aux_sym_batch_mode_token1] = ACTIONS(3325), + [aux_sym_bind_address_token1] = ACTIONS(3325), + [aux_sym_bind_interface_token1] = ACTIONS(3325), + [aux_sym_canonical_domains_token1] = ACTIONS(3325), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3325), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3325), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3325), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3325), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3325), + [aux_sym_certificate_file_token1] = ACTIONS(3325), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3325), + [aux_sym_check_host_ip_token1] = ACTIONS(3325), + [aux_sym_ciphers_token1] = ACTIONS(3325), + [aux_sym_cipher_token1] = ACTIONS(3327), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3325), + [aux_sym_compression_token1] = ACTIONS(3325), + [aux_sym_connection_attempts_token1] = ACTIONS(3325), + [aux_sym_connect_timeout_token1] = ACTIONS(3325), + [aux_sym_control_master_token1] = ACTIONS(3325), + [aux_sym_control_path_token1] = ACTIONS(3325), + [aux_sym_control_persist_token1] = ACTIONS(3325), + [aux_sym_dynamic_forward_token1] = ACTIONS(3325), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3325), + [aux_sym_escape_char_token1] = ACTIONS(3325), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3325), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3325), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3325), + [aux_sym_forward_agent_token1] = ACTIONS(3325), + [aux_sym_forward_x11_token1] = ACTIONS(3327), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3325), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3325), + [aux_sym_gateway_ports_token1] = ACTIONS(3325), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3325), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3325), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3325), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3325), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3325), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3325), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3325), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3325), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3325), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3325), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3325), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3325), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3325), + [aux_sym_host_key_alias_token1] = ACTIONS(3325), + [aux_sym_hostname_token1] = ACTIONS(3325), + [aux_sym_identities_only_token1] = ACTIONS(3325), + [aux_sym_identity_agent_token1] = ACTIONS(3325), + [aux_sym_identity_file_token1] = ACTIONS(3325), + [aux_sym_ignore_unknown_token1] = ACTIONS(3325), + [aux_sym_include_token1] = ACTIONS(3325), + [aux_sym_ip_qos_token1] = ACTIONS(3325), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3325), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3325), + [aux_sym_kex_algorithms_token1] = ACTIONS(3325), + [aux_sym_known_hosts_command_token1] = ACTIONS(3325), + [aux_sym_local_command_token1] = ACTIONS(3325), + [aux_sym_local_forward_token1] = ACTIONS(3325), + [aux_sym_log_level_token1] = ACTIONS(3325), + [aux_sym_log_verbose_token1] = ACTIONS(3325), + [aux_sym_macs_token1] = ACTIONS(3325), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3325), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3325), + [aux_sym_password_authentication_token1] = ACTIONS(3325), + [aux_sym_permit_local_command_token1] = ACTIONS(3325), + [aux_sym_permit_remote_open_token1] = ACTIONS(3325), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3325), + [aux_sym_port_token1] = ACTIONS(3325), + [aux_sym_preferred_authentications_token1] = ACTIONS(3325), + [aux_sym_protocol_token1] = ACTIONS(3325), + [aux_sym_proxy_command_token1] = ACTIONS(3325), + [aux_sym_proxy_jump_token1] = ACTIONS(3325), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3325), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3325), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3325), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3325), + [aux_sym_rekey_limit_token1] = ACTIONS(3325), + [aux_sym_remote_command_token1] = ACTIONS(3325), + [aux_sym_remote_forward_token1] = ACTIONS(3325), + [aux_sym_request_tty_token1] = ACTIONS(3325), + [aux_sym_required_rsa_size_token1] = ACTIONS(3325), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3325), + [aux_sym_security_key_provider_token1] = ACTIONS(3325), + [aux_sym_send_env_token1] = ACTIONS(3325), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3325), + [aux_sym_server_alive_interval_token1] = ACTIONS(3325), + [aux_sym_session_type_token1] = ACTIONS(3325), + [aux_sym_set_env_token1] = ACTIONS(3325), + [aux_sym_stdin_null_token1] = ACTIONS(3325), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3325), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3325), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3325), + [aux_sym_syslog_facility_token1] = ACTIONS(3325), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3325), + [aux_sym_keep_alive_token1] = ACTIONS(3325), + [aux_sym_tunnel_token1] = ACTIONS(3327), + [aux_sym_tunnel_device_token1] = ACTIONS(3325), + [aux_sym_update_host_keys_token1] = ACTIONS(3325), + [aux_sym_use_keychain_token1] = ACTIONS(3325), + [aux_sym_use_roaming_token1] = ACTIONS(3325), + [aux_sym_user_token1] = ACTIONS(3327), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3325), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3325), + [aux_sym_visual_host_key_token1] = ACTIONS(3325), + [aux_sym_xauth_location_token1] = ACTIONS(3325), }, [537] = { - [ts_builtin_sym_end] = ACTIONS(3182), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3184), - [aux_sym_match_token1] = ACTIONS(3182), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3182), - [aux_sym_address_family_token1] = ACTIONS(3182), - [aux_sym_batch_mode_token1] = ACTIONS(3182), - [aux_sym_bind_address_token1] = ACTIONS(3182), - [aux_sym_bind_interface_token1] = ACTIONS(3182), - [aux_sym_canonical_domains_token1] = ACTIONS(3182), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3182), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3182), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3182), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3182), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3182), - [aux_sym_certificate_file_token1] = ACTIONS(3182), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3182), - [aux_sym_check_host_ip_token1] = ACTIONS(3182), - [aux_sym_ciphers_token1] = ACTIONS(3182), - [aux_sym_cipher_token1] = ACTIONS(3184), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3182), - [aux_sym_compression_token1] = ACTIONS(3182), - [aux_sym_connection_attempts_token1] = ACTIONS(3182), - [aux_sym_connect_timeout_token1] = ACTIONS(3182), - [aux_sym_control_master_token1] = ACTIONS(3182), - [aux_sym_control_path_token1] = ACTIONS(3182), - [aux_sym_control_persist_token1] = ACTIONS(3182), - [aux_sym_dynamic_forward_token1] = ACTIONS(3182), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3182), - [aux_sym_escape_char_token1] = ACTIONS(3182), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3182), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3182), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3182), - [aux_sym_forward_agent_token1] = ACTIONS(3182), - [aux_sym_forward_x11_token1] = ACTIONS(3184), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3182), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3182), - [aux_sym_gateway_ports_token1] = ACTIONS(3182), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3182), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3182), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3182), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3182), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3182), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3182), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3182), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3182), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3182), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3182), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3182), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3182), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3182), - [aux_sym_host_key_alias_token1] = ACTIONS(3182), - [aux_sym_hostname_token1] = ACTIONS(3182), - [aux_sym_identities_only_token1] = ACTIONS(3182), - [aux_sym_identity_agent_token1] = ACTIONS(3182), - [aux_sym_identity_file_token1] = ACTIONS(3182), - [aux_sym_ignore_unknown_token1] = ACTIONS(3182), - [aux_sym_include_token1] = ACTIONS(3182), - [aux_sym_ip_qos_token1] = ACTIONS(3182), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3182), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3182), - [aux_sym_kex_algorithms_token1] = ACTIONS(3182), - [aux_sym_known_hosts_command_token1] = ACTIONS(3182), - [aux_sym_local_command_token1] = ACTIONS(3182), - [aux_sym_local_forward_token1] = ACTIONS(3182), - [aux_sym_log_level_token1] = ACTIONS(3182), - [aux_sym_log_verbose_token1] = ACTIONS(3182), - [aux_sym_macs_token1] = ACTIONS(3182), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3182), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3182), - [aux_sym_password_authentication_token1] = ACTIONS(3182), - [aux_sym_permit_local_command_token1] = ACTIONS(3182), - [aux_sym_permit_remote_open_token1] = ACTIONS(3182), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3182), - [aux_sym_port_token1] = ACTIONS(3182), - [aux_sym_preferred_authentications_token1] = ACTIONS(3182), - [aux_sym_protocol_token1] = ACTIONS(3182), - [aux_sym_proxy_command_token1] = ACTIONS(3182), - [aux_sym_proxy_jump_token1] = ACTIONS(3182), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3182), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3182), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3182), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3182), - [aux_sym_rekey_limit_token1] = ACTIONS(3182), - [aux_sym_remote_command_token1] = ACTIONS(3182), - [aux_sym_remote_forward_token1] = ACTIONS(3182), - [aux_sym_request_tty_token1] = ACTIONS(3182), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3182), - [aux_sym_security_key_provider_token1] = ACTIONS(3182), - [aux_sym_send_env_token1] = ACTIONS(3182), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3182), - [aux_sym_server_alive_interval_token1] = ACTIONS(3182), - [aux_sym_session_type_token1] = ACTIONS(3182), - [aux_sym_set_env_token1] = ACTIONS(3182), - [aux_sym_stdin_null_token1] = ACTIONS(3182), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3182), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3182), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3182), - [aux_sym_syslog_facility_token1] = ACTIONS(3182), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3182), - [aux_sym_keep_alive_token1] = ACTIONS(3182), - [aux_sym_tunnel_token1] = ACTIONS(3184), - [aux_sym_tunnel_device_token1] = ACTIONS(3182), - [aux_sym_update_host_keys_token1] = ACTIONS(3182), - [aux_sym_use_keychain_token1] = ACTIONS(3182), - [aux_sym_use_roaming_token1] = ACTIONS(3182), - [aux_sym_user_token1] = ACTIONS(3184), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3182), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3182), - [aux_sym_visual_host_key_token1] = ACTIONS(3182), - [aux_sym_xauth_location_token1] = ACTIONS(3182), + [ts_builtin_sym_end] = ACTIONS(3329), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3331), + [aux_sym_match_token1] = ACTIONS(3329), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3329), + [aux_sym_address_family_token1] = ACTIONS(3329), + [aux_sym_batch_mode_token1] = ACTIONS(3329), + [aux_sym_bind_address_token1] = ACTIONS(3329), + [aux_sym_bind_interface_token1] = ACTIONS(3329), + [aux_sym_canonical_domains_token1] = ACTIONS(3329), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3329), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3329), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3329), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3329), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3329), + [aux_sym_certificate_file_token1] = ACTIONS(3329), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3329), + [aux_sym_check_host_ip_token1] = ACTIONS(3329), + [aux_sym_ciphers_token1] = ACTIONS(3329), + [aux_sym_cipher_token1] = ACTIONS(3331), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3329), + [aux_sym_compression_token1] = ACTIONS(3329), + [aux_sym_connection_attempts_token1] = ACTIONS(3329), + [aux_sym_connect_timeout_token1] = ACTIONS(3329), + [aux_sym_control_master_token1] = ACTIONS(3329), + [aux_sym_control_path_token1] = ACTIONS(3329), + [aux_sym_control_persist_token1] = ACTIONS(3329), + [aux_sym_dynamic_forward_token1] = ACTIONS(3329), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3329), + [aux_sym_escape_char_token1] = ACTIONS(3329), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3329), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3329), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3329), + [aux_sym_forward_agent_token1] = ACTIONS(3329), + [aux_sym_forward_x11_token1] = ACTIONS(3331), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3329), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3329), + [aux_sym_gateway_ports_token1] = ACTIONS(3329), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3329), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3329), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3329), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3329), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3329), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3329), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3329), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3329), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3329), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3329), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3329), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3329), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3329), + [aux_sym_host_key_alias_token1] = ACTIONS(3329), + [aux_sym_hostname_token1] = ACTIONS(3329), + [aux_sym_identities_only_token1] = ACTIONS(3329), + [aux_sym_identity_agent_token1] = ACTIONS(3329), + [aux_sym_identity_file_token1] = ACTIONS(3329), + [aux_sym_ignore_unknown_token1] = ACTIONS(3329), + [aux_sym_include_token1] = ACTIONS(3329), + [aux_sym_ip_qos_token1] = ACTIONS(3329), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3329), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3329), + [aux_sym_kex_algorithms_token1] = ACTIONS(3329), + [aux_sym_known_hosts_command_token1] = ACTIONS(3329), + [aux_sym_local_command_token1] = ACTIONS(3329), + [aux_sym_local_forward_token1] = ACTIONS(3329), + [aux_sym_log_level_token1] = ACTIONS(3329), + [aux_sym_log_verbose_token1] = ACTIONS(3329), + [aux_sym_macs_token1] = ACTIONS(3329), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3329), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3329), + [aux_sym_password_authentication_token1] = ACTIONS(3329), + [aux_sym_permit_local_command_token1] = ACTIONS(3329), + [aux_sym_permit_remote_open_token1] = ACTIONS(3329), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3329), + [aux_sym_port_token1] = ACTIONS(3329), + [aux_sym_preferred_authentications_token1] = ACTIONS(3329), + [aux_sym_protocol_token1] = ACTIONS(3329), + [aux_sym_proxy_command_token1] = ACTIONS(3329), + [aux_sym_proxy_jump_token1] = ACTIONS(3329), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3329), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3329), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3329), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3329), + [aux_sym_rekey_limit_token1] = ACTIONS(3329), + [aux_sym_remote_command_token1] = ACTIONS(3329), + [aux_sym_remote_forward_token1] = ACTIONS(3329), + [aux_sym_request_tty_token1] = ACTIONS(3329), + [aux_sym_required_rsa_size_token1] = ACTIONS(3329), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3329), + [aux_sym_security_key_provider_token1] = ACTIONS(3329), + [aux_sym_send_env_token1] = ACTIONS(3329), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3329), + [aux_sym_server_alive_interval_token1] = ACTIONS(3329), + [aux_sym_session_type_token1] = ACTIONS(3329), + [aux_sym_set_env_token1] = ACTIONS(3329), + [aux_sym_stdin_null_token1] = ACTIONS(3329), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3329), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3329), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3329), + [aux_sym_syslog_facility_token1] = ACTIONS(3329), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3329), + [aux_sym_keep_alive_token1] = ACTIONS(3329), + [aux_sym_tunnel_token1] = ACTIONS(3331), + [aux_sym_tunnel_device_token1] = ACTIONS(3329), + [aux_sym_update_host_keys_token1] = ACTIONS(3329), + [aux_sym_use_keychain_token1] = ACTIONS(3329), + [aux_sym_use_roaming_token1] = ACTIONS(3329), + [aux_sym_user_token1] = ACTIONS(3331), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3329), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3329), + [aux_sym_visual_host_key_token1] = ACTIONS(3329), + [aux_sym_xauth_location_token1] = ACTIONS(3329), }, [538] = { - [ts_builtin_sym_end] = ACTIONS(3186), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3188), - [aux_sym_match_token1] = ACTIONS(3186), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3186), - [aux_sym_address_family_token1] = ACTIONS(3186), - [aux_sym_batch_mode_token1] = ACTIONS(3186), - [aux_sym_bind_address_token1] = ACTIONS(3186), - [aux_sym_bind_interface_token1] = ACTIONS(3186), - [aux_sym_canonical_domains_token1] = ACTIONS(3186), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3186), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3186), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3186), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3186), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3186), - [aux_sym_certificate_file_token1] = ACTIONS(3186), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3186), - [aux_sym_check_host_ip_token1] = ACTIONS(3186), - [aux_sym_ciphers_token1] = ACTIONS(3186), - [aux_sym_cipher_token1] = ACTIONS(3188), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3186), - [aux_sym_compression_token1] = ACTIONS(3186), - [aux_sym_connection_attempts_token1] = ACTIONS(3186), - [aux_sym_connect_timeout_token1] = ACTIONS(3186), - [aux_sym_control_master_token1] = ACTIONS(3186), - [aux_sym_control_path_token1] = ACTIONS(3186), - [aux_sym_control_persist_token1] = ACTIONS(3186), - [aux_sym_dynamic_forward_token1] = ACTIONS(3186), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3186), - [aux_sym_escape_char_token1] = ACTIONS(3186), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3186), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3186), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3186), - [aux_sym_forward_agent_token1] = ACTIONS(3186), - [aux_sym_forward_x11_token1] = ACTIONS(3188), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3186), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3186), - [aux_sym_gateway_ports_token1] = ACTIONS(3186), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3186), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3186), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3186), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3186), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3186), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3186), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3186), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3186), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3186), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3186), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3186), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3186), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3186), - [aux_sym_host_key_alias_token1] = ACTIONS(3186), - [aux_sym_hostname_token1] = ACTIONS(3186), - [aux_sym_identities_only_token1] = ACTIONS(3186), - [aux_sym_identity_agent_token1] = ACTIONS(3186), - [aux_sym_identity_file_token1] = ACTIONS(3186), - [aux_sym_ignore_unknown_token1] = ACTIONS(3186), - [aux_sym_include_token1] = ACTIONS(3186), - [aux_sym_ip_qos_token1] = ACTIONS(3186), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3186), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3186), - [aux_sym_kex_algorithms_token1] = ACTIONS(3186), - [aux_sym_known_hosts_command_token1] = ACTIONS(3186), - [aux_sym_local_command_token1] = ACTIONS(3186), - [aux_sym_local_forward_token1] = ACTIONS(3186), - [aux_sym_log_level_token1] = ACTIONS(3186), - [aux_sym_log_verbose_token1] = ACTIONS(3186), - [aux_sym_macs_token1] = ACTIONS(3186), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3186), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3186), - [aux_sym_password_authentication_token1] = ACTIONS(3186), - [aux_sym_permit_local_command_token1] = ACTIONS(3186), - [aux_sym_permit_remote_open_token1] = ACTIONS(3186), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3186), - [aux_sym_port_token1] = ACTIONS(3186), - [aux_sym_preferred_authentications_token1] = ACTIONS(3186), - [aux_sym_protocol_token1] = ACTIONS(3186), - [aux_sym_proxy_command_token1] = ACTIONS(3186), - [aux_sym_proxy_jump_token1] = ACTIONS(3186), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3186), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3186), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3186), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3186), - [aux_sym_rekey_limit_token1] = ACTIONS(3186), - [aux_sym_remote_command_token1] = ACTIONS(3186), - [aux_sym_remote_forward_token1] = ACTIONS(3186), - [aux_sym_request_tty_token1] = ACTIONS(3186), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3186), - [aux_sym_security_key_provider_token1] = ACTIONS(3186), - [aux_sym_send_env_token1] = ACTIONS(3186), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3186), - [aux_sym_server_alive_interval_token1] = ACTIONS(3186), - [aux_sym_session_type_token1] = ACTIONS(3186), - [aux_sym_set_env_token1] = ACTIONS(3186), - [aux_sym_stdin_null_token1] = ACTIONS(3186), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3186), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3186), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3186), - [aux_sym_syslog_facility_token1] = ACTIONS(3186), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3186), - [aux_sym_keep_alive_token1] = ACTIONS(3186), - [aux_sym_tunnel_token1] = ACTIONS(3188), - [aux_sym_tunnel_device_token1] = ACTIONS(3186), - [aux_sym_update_host_keys_token1] = ACTIONS(3186), - [aux_sym_use_keychain_token1] = ACTIONS(3186), - [aux_sym_use_roaming_token1] = ACTIONS(3186), - [aux_sym_user_token1] = ACTIONS(3188), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3186), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3186), - [aux_sym_visual_host_key_token1] = ACTIONS(3186), - [aux_sym_xauth_location_token1] = ACTIONS(3186), + [ts_builtin_sym_end] = ACTIONS(3333), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3335), + [aux_sym_match_token1] = ACTIONS(3333), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3333), + [aux_sym_address_family_token1] = ACTIONS(3333), + [aux_sym_batch_mode_token1] = ACTIONS(3333), + [aux_sym_bind_address_token1] = ACTIONS(3333), + [aux_sym_bind_interface_token1] = ACTIONS(3333), + [aux_sym_canonical_domains_token1] = ACTIONS(3333), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3333), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3333), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3333), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3333), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3333), + [aux_sym_certificate_file_token1] = ACTIONS(3333), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3333), + [aux_sym_check_host_ip_token1] = ACTIONS(3333), + [aux_sym_ciphers_token1] = ACTIONS(3333), + [aux_sym_cipher_token1] = ACTIONS(3335), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3333), + [aux_sym_compression_token1] = ACTIONS(3333), + [aux_sym_connection_attempts_token1] = ACTIONS(3333), + [aux_sym_connect_timeout_token1] = ACTIONS(3333), + [aux_sym_control_master_token1] = ACTIONS(3333), + [aux_sym_control_path_token1] = ACTIONS(3333), + [aux_sym_control_persist_token1] = ACTIONS(3333), + [aux_sym_dynamic_forward_token1] = ACTIONS(3333), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3333), + [aux_sym_escape_char_token1] = ACTIONS(3333), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3333), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3333), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3333), + [aux_sym_forward_agent_token1] = ACTIONS(3333), + [aux_sym_forward_x11_token1] = ACTIONS(3335), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3333), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3333), + [aux_sym_gateway_ports_token1] = ACTIONS(3333), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3333), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3333), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3333), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3333), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3333), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3333), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3333), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3333), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3333), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3333), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3333), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3333), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3333), + [aux_sym_host_key_alias_token1] = ACTIONS(3333), + [aux_sym_hostname_token1] = ACTIONS(3333), + [aux_sym_identities_only_token1] = ACTIONS(3333), + [aux_sym_identity_agent_token1] = ACTIONS(3333), + [aux_sym_identity_file_token1] = ACTIONS(3333), + [aux_sym_ignore_unknown_token1] = ACTIONS(3333), + [aux_sym_include_token1] = ACTIONS(3333), + [aux_sym_ip_qos_token1] = ACTIONS(3333), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3333), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3333), + [aux_sym_kex_algorithms_token1] = ACTIONS(3333), + [aux_sym_known_hosts_command_token1] = ACTIONS(3333), + [aux_sym_local_command_token1] = ACTIONS(3333), + [aux_sym_local_forward_token1] = ACTIONS(3333), + [aux_sym_log_level_token1] = ACTIONS(3333), + [aux_sym_log_verbose_token1] = ACTIONS(3333), + [aux_sym_macs_token1] = ACTIONS(3333), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3333), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3333), + [aux_sym_password_authentication_token1] = ACTIONS(3333), + [aux_sym_permit_local_command_token1] = ACTIONS(3333), + [aux_sym_permit_remote_open_token1] = ACTIONS(3333), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3333), + [aux_sym_port_token1] = ACTIONS(3333), + [aux_sym_preferred_authentications_token1] = ACTIONS(3333), + [aux_sym_protocol_token1] = ACTIONS(3333), + [aux_sym_proxy_command_token1] = ACTIONS(3333), + [aux_sym_proxy_jump_token1] = ACTIONS(3333), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3333), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3333), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3333), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3333), + [aux_sym_rekey_limit_token1] = ACTIONS(3333), + [aux_sym_remote_command_token1] = ACTIONS(3333), + [aux_sym_remote_forward_token1] = ACTIONS(3333), + [aux_sym_request_tty_token1] = ACTIONS(3333), + [aux_sym_required_rsa_size_token1] = ACTIONS(3333), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3333), + [aux_sym_security_key_provider_token1] = ACTIONS(3333), + [aux_sym_send_env_token1] = ACTIONS(3333), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3333), + [aux_sym_server_alive_interval_token1] = ACTIONS(3333), + [aux_sym_session_type_token1] = ACTIONS(3333), + [aux_sym_set_env_token1] = ACTIONS(3333), + [aux_sym_stdin_null_token1] = ACTIONS(3333), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3333), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3333), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3333), + [aux_sym_syslog_facility_token1] = ACTIONS(3333), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3333), + [aux_sym_keep_alive_token1] = ACTIONS(3333), + [aux_sym_tunnel_token1] = ACTIONS(3335), + [aux_sym_tunnel_device_token1] = ACTIONS(3333), + [aux_sym_update_host_keys_token1] = ACTIONS(3333), + [aux_sym_use_keychain_token1] = ACTIONS(3333), + [aux_sym_use_roaming_token1] = ACTIONS(3333), + [aux_sym_user_token1] = ACTIONS(3335), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3333), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3333), + [aux_sym_visual_host_key_token1] = ACTIONS(3333), + [aux_sym_xauth_location_token1] = ACTIONS(3333), }, [539] = { - [ts_builtin_sym_end] = ACTIONS(3190), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3192), - [aux_sym_match_token1] = ACTIONS(3190), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3190), - [aux_sym_address_family_token1] = ACTIONS(3190), - [aux_sym_batch_mode_token1] = ACTIONS(3190), - [aux_sym_bind_address_token1] = ACTIONS(3190), - [aux_sym_bind_interface_token1] = ACTIONS(3190), - [aux_sym_canonical_domains_token1] = ACTIONS(3190), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3190), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3190), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3190), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3190), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3190), - [aux_sym_certificate_file_token1] = ACTIONS(3190), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3190), - [aux_sym_check_host_ip_token1] = ACTIONS(3190), - [aux_sym_ciphers_token1] = ACTIONS(3190), - [aux_sym_cipher_token1] = ACTIONS(3192), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3190), - [aux_sym_compression_token1] = ACTIONS(3190), - [aux_sym_connection_attempts_token1] = ACTIONS(3190), - [aux_sym_connect_timeout_token1] = ACTIONS(3190), - [aux_sym_control_master_token1] = ACTIONS(3190), - [aux_sym_control_path_token1] = ACTIONS(3190), - [aux_sym_control_persist_token1] = ACTIONS(3190), - [aux_sym_dynamic_forward_token1] = ACTIONS(3190), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3190), - [aux_sym_escape_char_token1] = ACTIONS(3190), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3190), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3190), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3190), - [aux_sym_forward_agent_token1] = ACTIONS(3190), - [aux_sym_forward_x11_token1] = ACTIONS(3192), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3190), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3190), - [aux_sym_gateway_ports_token1] = ACTIONS(3190), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3190), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3190), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3190), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3190), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3190), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3190), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3190), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3190), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3190), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3190), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3190), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3190), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3190), - [aux_sym_host_key_alias_token1] = ACTIONS(3190), - [aux_sym_hostname_token1] = ACTIONS(3190), - [aux_sym_identities_only_token1] = ACTIONS(3190), - [aux_sym_identity_agent_token1] = ACTIONS(3190), - [aux_sym_identity_file_token1] = ACTIONS(3190), - [aux_sym_ignore_unknown_token1] = ACTIONS(3190), - [aux_sym_include_token1] = ACTIONS(3190), - [aux_sym_ip_qos_token1] = ACTIONS(3190), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3190), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3190), - [aux_sym_kex_algorithms_token1] = ACTIONS(3190), - [aux_sym_known_hosts_command_token1] = ACTIONS(3190), - [aux_sym_local_command_token1] = ACTIONS(3190), - [aux_sym_local_forward_token1] = ACTIONS(3190), - [aux_sym_log_level_token1] = ACTIONS(3190), - [aux_sym_log_verbose_token1] = ACTIONS(3190), - [aux_sym_macs_token1] = ACTIONS(3190), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3190), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3190), - [aux_sym_password_authentication_token1] = ACTIONS(3190), - [aux_sym_permit_local_command_token1] = ACTIONS(3190), - [aux_sym_permit_remote_open_token1] = ACTIONS(3190), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3190), - [aux_sym_port_token1] = ACTIONS(3190), - [aux_sym_preferred_authentications_token1] = ACTIONS(3190), - [aux_sym_protocol_token1] = ACTIONS(3190), - [aux_sym_proxy_command_token1] = ACTIONS(3190), - [aux_sym_proxy_jump_token1] = ACTIONS(3190), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3190), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3190), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3190), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3190), - [aux_sym_rekey_limit_token1] = ACTIONS(3190), - [aux_sym_remote_command_token1] = ACTIONS(3190), - [aux_sym_remote_forward_token1] = ACTIONS(3190), - [aux_sym_request_tty_token1] = ACTIONS(3190), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3190), - [aux_sym_security_key_provider_token1] = ACTIONS(3190), - [aux_sym_send_env_token1] = ACTIONS(3190), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3190), - [aux_sym_server_alive_interval_token1] = ACTIONS(3190), - [aux_sym_session_type_token1] = ACTIONS(3190), - [aux_sym_set_env_token1] = ACTIONS(3190), - [aux_sym_stdin_null_token1] = ACTIONS(3190), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3190), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3190), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3190), - [aux_sym_syslog_facility_token1] = ACTIONS(3190), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3190), - [aux_sym_keep_alive_token1] = ACTIONS(3190), - [aux_sym_tunnel_token1] = ACTIONS(3192), - [aux_sym_tunnel_device_token1] = ACTIONS(3190), - [aux_sym_update_host_keys_token1] = ACTIONS(3190), - [aux_sym_use_keychain_token1] = ACTIONS(3190), - [aux_sym_use_roaming_token1] = ACTIONS(3190), - [aux_sym_user_token1] = ACTIONS(3192), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3190), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3190), - [aux_sym_visual_host_key_token1] = ACTIONS(3190), - [aux_sym_xauth_location_token1] = ACTIONS(3190), + [ts_builtin_sym_end] = ACTIONS(3337), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3339), + [aux_sym_match_token1] = ACTIONS(3337), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3337), + [aux_sym_address_family_token1] = ACTIONS(3337), + [aux_sym_batch_mode_token1] = ACTIONS(3337), + [aux_sym_bind_address_token1] = ACTIONS(3337), + [aux_sym_bind_interface_token1] = ACTIONS(3337), + [aux_sym_canonical_domains_token1] = ACTIONS(3337), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3337), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3337), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3337), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3337), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3337), + [aux_sym_certificate_file_token1] = ACTIONS(3337), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3337), + [aux_sym_check_host_ip_token1] = ACTIONS(3337), + [aux_sym_ciphers_token1] = ACTIONS(3337), + [aux_sym_cipher_token1] = ACTIONS(3339), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3337), + [aux_sym_compression_token1] = ACTIONS(3337), + [aux_sym_connection_attempts_token1] = ACTIONS(3337), + [aux_sym_connect_timeout_token1] = ACTIONS(3337), + [aux_sym_control_master_token1] = ACTIONS(3337), + [aux_sym_control_path_token1] = ACTIONS(3337), + [aux_sym_control_persist_token1] = ACTIONS(3337), + [aux_sym_dynamic_forward_token1] = ACTIONS(3337), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3337), + [aux_sym_escape_char_token1] = ACTIONS(3337), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3337), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3337), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3337), + [aux_sym_forward_agent_token1] = ACTIONS(3337), + [aux_sym_forward_x11_token1] = ACTIONS(3339), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3337), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3337), + [aux_sym_gateway_ports_token1] = ACTIONS(3337), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3337), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3337), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3337), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3337), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3337), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3337), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3337), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3337), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3337), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3337), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3337), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3337), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3337), + [aux_sym_host_key_alias_token1] = ACTIONS(3337), + [aux_sym_hostname_token1] = ACTIONS(3337), + [aux_sym_identities_only_token1] = ACTIONS(3337), + [aux_sym_identity_agent_token1] = ACTIONS(3337), + [aux_sym_identity_file_token1] = ACTIONS(3337), + [aux_sym_ignore_unknown_token1] = ACTIONS(3337), + [aux_sym_include_token1] = ACTIONS(3337), + [aux_sym_ip_qos_token1] = ACTIONS(3337), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3337), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3337), + [aux_sym_kex_algorithms_token1] = ACTIONS(3337), + [aux_sym_known_hosts_command_token1] = ACTIONS(3337), + [aux_sym_local_command_token1] = ACTIONS(3337), + [aux_sym_local_forward_token1] = ACTIONS(3337), + [aux_sym_log_level_token1] = ACTIONS(3337), + [aux_sym_log_verbose_token1] = ACTIONS(3337), + [aux_sym_macs_token1] = ACTIONS(3337), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3337), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3337), + [aux_sym_password_authentication_token1] = ACTIONS(3337), + [aux_sym_permit_local_command_token1] = ACTIONS(3337), + [aux_sym_permit_remote_open_token1] = ACTIONS(3337), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3337), + [aux_sym_port_token1] = ACTIONS(3337), + [aux_sym_preferred_authentications_token1] = ACTIONS(3337), + [aux_sym_protocol_token1] = ACTIONS(3337), + [aux_sym_proxy_command_token1] = ACTIONS(3337), + [aux_sym_proxy_jump_token1] = ACTIONS(3337), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3337), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3337), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3337), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3337), + [aux_sym_rekey_limit_token1] = ACTIONS(3337), + [aux_sym_remote_command_token1] = ACTIONS(3337), + [aux_sym_remote_forward_token1] = ACTIONS(3337), + [aux_sym_request_tty_token1] = ACTIONS(3337), + [aux_sym_required_rsa_size_token1] = ACTIONS(3337), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3337), + [aux_sym_security_key_provider_token1] = ACTIONS(3337), + [aux_sym_send_env_token1] = ACTIONS(3337), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3337), + [aux_sym_server_alive_interval_token1] = ACTIONS(3337), + [aux_sym_session_type_token1] = ACTIONS(3337), + [aux_sym_set_env_token1] = ACTIONS(3337), + [aux_sym_stdin_null_token1] = ACTIONS(3337), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3337), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3337), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3337), + [aux_sym_syslog_facility_token1] = ACTIONS(3337), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3337), + [aux_sym_keep_alive_token1] = ACTIONS(3337), + [aux_sym_tunnel_token1] = ACTIONS(3339), + [aux_sym_tunnel_device_token1] = ACTIONS(3337), + [aux_sym_update_host_keys_token1] = ACTIONS(3337), + [aux_sym_use_keychain_token1] = ACTIONS(3337), + [aux_sym_use_roaming_token1] = ACTIONS(3337), + [aux_sym_user_token1] = ACTIONS(3339), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3337), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3337), + [aux_sym_visual_host_key_token1] = ACTIONS(3337), + [aux_sym_xauth_location_token1] = ACTIONS(3337), }, [540] = { - [ts_builtin_sym_end] = ACTIONS(1000), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1002), - [aux_sym_match_token1] = ACTIONS(1000), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1000), - [aux_sym_address_family_token1] = ACTIONS(1000), - [aux_sym_batch_mode_token1] = ACTIONS(1000), - [aux_sym_bind_address_token1] = ACTIONS(1000), - [aux_sym_bind_interface_token1] = ACTIONS(1000), - [aux_sym_canonical_domains_token1] = ACTIONS(1000), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1000), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1000), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1000), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1000), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1000), - [aux_sym_certificate_file_token1] = ACTIONS(1000), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1000), - [aux_sym_check_host_ip_token1] = ACTIONS(1000), - [aux_sym_ciphers_token1] = ACTIONS(1000), - [aux_sym_cipher_token1] = ACTIONS(1002), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1000), - [aux_sym_compression_token1] = ACTIONS(1000), - [aux_sym_connection_attempts_token1] = ACTIONS(1000), - [aux_sym_connect_timeout_token1] = ACTIONS(1000), - [aux_sym_control_master_token1] = ACTIONS(1000), - [aux_sym_control_path_token1] = ACTIONS(1000), - [aux_sym_control_persist_token1] = ACTIONS(1000), - [aux_sym_dynamic_forward_token1] = ACTIONS(1000), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1000), - [aux_sym_escape_char_token1] = ACTIONS(1000), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1000), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1000), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1000), - [aux_sym_forward_agent_token1] = ACTIONS(1000), - [aux_sym_forward_x11_token1] = ACTIONS(1002), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1000), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1000), - [aux_sym_gateway_ports_token1] = ACTIONS(1000), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1000), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1000), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1000), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1000), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1000), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1000), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1000), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1000), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1000), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1000), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1000), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1000), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1000), - [aux_sym_host_key_alias_token1] = ACTIONS(1000), - [aux_sym_hostname_token1] = ACTIONS(1000), - [aux_sym_identities_only_token1] = ACTIONS(1000), - [aux_sym_identity_agent_token1] = ACTIONS(1000), - [aux_sym_identity_file_token1] = ACTIONS(1000), - [aux_sym_ignore_unknown_token1] = ACTIONS(1000), - [aux_sym_include_token1] = ACTIONS(1000), - [aux_sym_ip_qos_token1] = ACTIONS(1000), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1000), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1000), - [aux_sym_kex_algorithms_token1] = ACTIONS(1000), - [aux_sym_known_hosts_command_token1] = ACTIONS(1000), - [aux_sym_local_command_token1] = ACTIONS(1000), - [aux_sym_local_forward_token1] = ACTIONS(1000), - [aux_sym_log_level_token1] = ACTIONS(1000), - [aux_sym_log_verbose_token1] = ACTIONS(1000), - [aux_sym_macs_token1] = ACTIONS(1000), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1000), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1000), - [aux_sym_password_authentication_token1] = ACTIONS(1000), - [aux_sym_permit_local_command_token1] = ACTIONS(1000), - [aux_sym_permit_remote_open_token1] = ACTIONS(1000), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1000), - [aux_sym_port_token1] = ACTIONS(1000), - [aux_sym_preferred_authentications_token1] = ACTIONS(1000), - [aux_sym_protocol_token1] = ACTIONS(1000), - [aux_sym_proxy_command_token1] = ACTIONS(1000), - [aux_sym_proxy_jump_token1] = ACTIONS(1000), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1000), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1000), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1000), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1000), - [aux_sym_rekey_limit_token1] = ACTIONS(1000), - [aux_sym_remote_command_token1] = ACTIONS(1000), - [aux_sym_remote_forward_token1] = ACTIONS(1000), - [aux_sym_request_tty_token1] = ACTIONS(1000), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1000), - [aux_sym_security_key_provider_token1] = ACTIONS(1000), - [aux_sym_send_env_token1] = ACTIONS(1000), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1000), - [aux_sym_server_alive_interval_token1] = ACTIONS(1000), - [aux_sym_session_type_token1] = ACTIONS(1000), - [aux_sym_set_env_token1] = ACTIONS(1000), - [aux_sym_stdin_null_token1] = ACTIONS(1000), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1000), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1000), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1000), - [aux_sym_syslog_facility_token1] = ACTIONS(1000), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1000), - [aux_sym_keep_alive_token1] = ACTIONS(1000), - [aux_sym_tunnel_token1] = ACTIONS(1002), - [aux_sym_tunnel_device_token1] = ACTIONS(1000), - [aux_sym_update_host_keys_token1] = ACTIONS(1000), - [aux_sym_use_keychain_token1] = ACTIONS(1000), - [aux_sym_use_roaming_token1] = ACTIONS(1000), - [aux_sym_user_token1] = ACTIONS(1002), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1000), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1000), - [aux_sym_visual_host_key_token1] = ACTIONS(1000), - [aux_sym_xauth_location_token1] = ACTIONS(1000), + [ts_builtin_sym_end] = ACTIONS(3341), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3343), + [aux_sym_match_token1] = ACTIONS(3341), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3341), + [aux_sym_address_family_token1] = ACTIONS(3341), + [aux_sym_batch_mode_token1] = ACTIONS(3341), + [aux_sym_bind_address_token1] = ACTIONS(3341), + [aux_sym_bind_interface_token1] = ACTIONS(3341), + [aux_sym_canonical_domains_token1] = ACTIONS(3341), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3341), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3341), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3341), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3341), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3341), + [aux_sym_certificate_file_token1] = ACTIONS(3341), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3341), + [aux_sym_check_host_ip_token1] = ACTIONS(3341), + [aux_sym_ciphers_token1] = ACTIONS(3341), + [aux_sym_cipher_token1] = ACTIONS(3343), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3341), + [aux_sym_compression_token1] = ACTIONS(3341), + [aux_sym_connection_attempts_token1] = ACTIONS(3341), + [aux_sym_connect_timeout_token1] = ACTIONS(3341), + [aux_sym_control_master_token1] = ACTIONS(3341), + [aux_sym_control_path_token1] = ACTIONS(3341), + [aux_sym_control_persist_token1] = ACTIONS(3341), + [aux_sym_dynamic_forward_token1] = ACTIONS(3341), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3341), + [aux_sym_escape_char_token1] = ACTIONS(3341), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3341), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3341), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3341), + [aux_sym_forward_agent_token1] = ACTIONS(3341), + [aux_sym_forward_x11_token1] = ACTIONS(3343), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3341), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3341), + [aux_sym_gateway_ports_token1] = ACTIONS(3341), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3341), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3341), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3341), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3341), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3341), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3341), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3341), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3341), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3341), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3341), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3341), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3341), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3341), + [aux_sym_host_key_alias_token1] = ACTIONS(3341), + [aux_sym_hostname_token1] = ACTIONS(3341), + [aux_sym_identities_only_token1] = ACTIONS(3341), + [aux_sym_identity_agent_token1] = ACTIONS(3341), + [aux_sym_identity_file_token1] = ACTIONS(3341), + [aux_sym_ignore_unknown_token1] = ACTIONS(3341), + [aux_sym_include_token1] = ACTIONS(3341), + [aux_sym_ip_qos_token1] = ACTIONS(3341), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3341), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3341), + [aux_sym_kex_algorithms_token1] = ACTIONS(3341), + [aux_sym_known_hosts_command_token1] = ACTIONS(3341), + [aux_sym_local_command_token1] = ACTIONS(3341), + [aux_sym_local_forward_token1] = ACTIONS(3341), + [aux_sym_log_level_token1] = ACTIONS(3341), + [aux_sym_log_verbose_token1] = ACTIONS(3341), + [aux_sym_macs_token1] = ACTIONS(3341), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3341), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3341), + [aux_sym_password_authentication_token1] = ACTIONS(3341), + [aux_sym_permit_local_command_token1] = ACTIONS(3341), + [aux_sym_permit_remote_open_token1] = ACTIONS(3341), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3341), + [aux_sym_port_token1] = ACTIONS(3341), + [aux_sym_preferred_authentications_token1] = ACTIONS(3341), + [aux_sym_protocol_token1] = ACTIONS(3341), + [aux_sym_proxy_command_token1] = ACTIONS(3341), + [aux_sym_proxy_jump_token1] = ACTIONS(3341), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3341), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3341), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3341), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3341), + [aux_sym_rekey_limit_token1] = ACTIONS(3341), + [aux_sym_remote_command_token1] = ACTIONS(3341), + [aux_sym_remote_forward_token1] = ACTIONS(3341), + [aux_sym_request_tty_token1] = ACTIONS(3341), + [aux_sym_required_rsa_size_token1] = ACTIONS(3341), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3341), + [aux_sym_security_key_provider_token1] = ACTIONS(3341), + [aux_sym_send_env_token1] = ACTIONS(3341), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3341), + [aux_sym_server_alive_interval_token1] = ACTIONS(3341), + [aux_sym_session_type_token1] = ACTIONS(3341), + [aux_sym_set_env_token1] = ACTIONS(3341), + [aux_sym_stdin_null_token1] = ACTIONS(3341), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3341), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3341), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3341), + [aux_sym_syslog_facility_token1] = ACTIONS(3341), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3341), + [aux_sym_keep_alive_token1] = ACTIONS(3341), + [aux_sym_tunnel_token1] = ACTIONS(3343), + [aux_sym_tunnel_device_token1] = ACTIONS(3341), + [aux_sym_update_host_keys_token1] = ACTIONS(3341), + [aux_sym_use_keychain_token1] = ACTIONS(3341), + [aux_sym_use_roaming_token1] = ACTIONS(3341), + [aux_sym_user_token1] = ACTIONS(3343), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3341), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3341), + [aux_sym_visual_host_key_token1] = ACTIONS(3341), + [aux_sym_xauth_location_token1] = ACTIONS(3341), }, [541] = { - [ts_builtin_sym_end] = ACTIONS(1210), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1212), - [aux_sym_match_token1] = ACTIONS(1210), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1210), - [aux_sym_address_family_token1] = ACTIONS(1210), - [aux_sym_batch_mode_token1] = ACTIONS(1210), - [aux_sym_bind_address_token1] = ACTIONS(1210), - [aux_sym_bind_interface_token1] = ACTIONS(1210), - [aux_sym_canonical_domains_token1] = ACTIONS(1210), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1210), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1210), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1210), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1210), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1210), - [aux_sym_certificate_file_token1] = ACTIONS(1210), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1210), - [aux_sym_check_host_ip_token1] = ACTIONS(1210), - [aux_sym_ciphers_token1] = ACTIONS(1210), - [aux_sym_cipher_token1] = ACTIONS(1212), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1210), - [aux_sym_compression_token1] = ACTIONS(1210), - [aux_sym_connection_attempts_token1] = ACTIONS(1210), - [aux_sym_connect_timeout_token1] = ACTIONS(1210), - [aux_sym_control_master_token1] = ACTIONS(1210), - [aux_sym_control_path_token1] = ACTIONS(1210), - [aux_sym_control_persist_token1] = ACTIONS(1210), - [aux_sym_dynamic_forward_token1] = ACTIONS(1210), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1210), - [aux_sym_escape_char_token1] = ACTIONS(1210), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1210), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1210), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1210), - [aux_sym_forward_agent_token1] = ACTIONS(1210), - [aux_sym_forward_x11_token1] = ACTIONS(1212), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1210), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1210), - [aux_sym_gateway_ports_token1] = ACTIONS(1210), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1210), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1210), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1210), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1210), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1210), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1210), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1210), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1210), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1210), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1210), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1210), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1210), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1210), - [aux_sym_host_key_alias_token1] = ACTIONS(1210), - [aux_sym_hostname_token1] = ACTIONS(1210), - [aux_sym_identities_only_token1] = ACTIONS(1210), - [aux_sym_identity_agent_token1] = ACTIONS(1210), - [aux_sym_identity_file_token1] = ACTIONS(1210), - [aux_sym_ignore_unknown_token1] = ACTIONS(1210), - [aux_sym_include_token1] = ACTIONS(1210), - [aux_sym_ip_qos_token1] = ACTIONS(1210), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1210), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1210), - [aux_sym_kex_algorithms_token1] = ACTIONS(1210), - [aux_sym_known_hosts_command_token1] = ACTIONS(1210), - [aux_sym_local_command_token1] = ACTIONS(1210), - [aux_sym_local_forward_token1] = ACTIONS(1210), - [aux_sym_log_level_token1] = ACTIONS(1210), - [aux_sym_log_verbose_token1] = ACTIONS(1210), - [aux_sym_macs_token1] = ACTIONS(1210), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1210), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1210), - [aux_sym_password_authentication_token1] = ACTIONS(1210), - [aux_sym_permit_local_command_token1] = ACTIONS(1210), - [aux_sym_permit_remote_open_token1] = ACTIONS(1210), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1210), - [aux_sym_port_token1] = ACTIONS(1210), - [aux_sym_preferred_authentications_token1] = ACTIONS(1210), - [aux_sym_protocol_token1] = ACTIONS(1210), - [aux_sym_proxy_command_token1] = ACTIONS(1210), - [aux_sym_proxy_jump_token1] = ACTIONS(1210), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1210), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1210), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1210), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1210), - [aux_sym_rekey_limit_token1] = ACTIONS(1210), - [aux_sym_remote_command_token1] = ACTIONS(1210), - [aux_sym_remote_forward_token1] = ACTIONS(1210), - [aux_sym_request_tty_token1] = ACTIONS(1210), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1210), - [aux_sym_security_key_provider_token1] = ACTIONS(1210), - [aux_sym_send_env_token1] = ACTIONS(1210), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1210), - [aux_sym_server_alive_interval_token1] = ACTIONS(1210), - [aux_sym_session_type_token1] = ACTIONS(1210), - [aux_sym_set_env_token1] = ACTIONS(1210), - [aux_sym_stdin_null_token1] = ACTIONS(1210), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1210), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1210), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1210), - [aux_sym_syslog_facility_token1] = ACTIONS(1210), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1210), - [aux_sym_keep_alive_token1] = ACTIONS(1210), - [aux_sym_tunnel_token1] = ACTIONS(1212), - [aux_sym_tunnel_device_token1] = ACTIONS(1210), - [aux_sym_update_host_keys_token1] = ACTIONS(1210), - [aux_sym_use_keychain_token1] = ACTIONS(1210), - [aux_sym_use_roaming_token1] = ACTIONS(1210), - [aux_sym_user_token1] = ACTIONS(1212), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1210), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1210), - [aux_sym_visual_host_key_token1] = ACTIONS(1210), - [aux_sym_xauth_location_token1] = ACTIONS(1210), + [ts_builtin_sym_end] = ACTIONS(3345), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3347), + [aux_sym_match_token1] = ACTIONS(3345), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3345), + [aux_sym_address_family_token1] = ACTIONS(3345), + [aux_sym_batch_mode_token1] = ACTIONS(3345), + [aux_sym_bind_address_token1] = ACTIONS(3345), + [aux_sym_bind_interface_token1] = ACTIONS(3345), + [aux_sym_canonical_domains_token1] = ACTIONS(3345), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3345), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3345), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3345), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3345), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3345), + [aux_sym_certificate_file_token1] = ACTIONS(3345), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3345), + [aux_sym_check_host_ip_token1] = ACTIONS(3345), + [aux_sym_ciphers_token1] = ACTIONS(3345), + [aux_sym_cipher_token1] = ACTIONS(3347), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3345), + [aux_sym_compression_token1] = ACTIONS(3345), + [aux_sym_connection_attempts_token1] = ACTIONS(3345), + [aux_sym_connect_timeout_token1] = ACTIONS(3345), + [aux_sym_control_master_token1] = ACTIONS(3345), + [aux_sym_control_path_token1] = ACTIONS(3345), + [aux_sym_control_persist_token1] = ACTIONS(3345), + [aux_sym_dynamic_forward_token1] = ACTIONS(3345), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3345), + [aux_sym_escape_char_token1] = ACTIONS(3345), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3345), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3345), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3345), + [aux_sym_forward_agent_token1] = ACTIONS(3345), + [aux_sym_forward_x11_token1] = ACTIONS(3347), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3345), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3345), + [aux_sym_gateway_ports_token1] = ACTIONS(3345), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3345), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3345), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3345), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3345), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3345), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3345), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3345), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3345), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3345), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3345), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3345), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3345), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3345), + [aux_sym_host_key_alias_token1] = ACTIONS(3345), + [aux_sym_hostname_token1] = ACTIONS(3345), + [aux_sym_identities_only_token1] = ACTIONS(3345), + [aux_sym_identity_agent_token1] = ACTIONS(3345), + [aux_sym_identity_file_token1] = ACTIONS(3345), + [aux_sym_ignore_unknown_token1] = ACTIONS(3345), + [aux_sym_include_token1] = ACTIONS(3345), + [aux_sym_ip_qos_token1] = ACTIONS(3345), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3345), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3345), + [aux_sym_kex_algorithms_token1] = ACTIONS(3345), + [aux_sym_known_hosts_command_token1] = ACTIONS(3345), + [aux_sym_local_command_token1] = ACTIONS(3345), + [aux_sym_local_forward_token1] = ACTIONS(3345), + [aux_sym_log_level_token1] = ACTIONS(3345), + [aux_sym_log_verbose_token1] = ACTIONS(3345), + [aux_sym_macs_token1] = ACTIONS(3345), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3345), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3345), + [aux_sym_password_authentication_token1] = ACTIONS(3345), + [aux_sym_permit_local_command_token1] = ACTIONS(3345), + [aux_sym_permit_remote_open_token1] = ACTIONS(3345), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3345), + [aux_sym_port_token1] = ACTIONS(3345), + [aux_sym_preferred_authentications_token1] = ACTIONS(3345), + [aux_sym_protocol_token1] = ACTIONS(3345), + [aux_sym_proxy_command_token1] = ACTIONS(3345), + [aux_sym_proxy_jump_token1] = ACTIONS(3345), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3345), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3345), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3345), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3345), + [aux_sym_rekey_limit_token1] = ACTIONS(3345), + [aux_sym_remote_command_token1] = ACTIONS(3345), + [aux_sym_remote_forward_token1] = ACTIONS(3345), + [aux_sym_request_tty_token1] = ACTIONS(3345), + [aux_sym_required_rsa_size_token1] = ACTIONS(3345), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3345), + [aux_sym_security_key_provider_token1] = ACTIONS(3345), + [aux_sym_send_env_token1] = ACTIONS(3345), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3345), + [aux_sym_server_alive_interval_token1] = ACTIONS(3345), + [aux_sym_session_type_token1] = ACTIONS(3345), + [aux_sym_set_env_token1] = ACTIONS(3345), + [aux_sym_stdin_null_token1] = ACTIONS(3345), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3345), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3345), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3345), + [aux_sym_syslog_facility_token1] = ACTIONS(3345), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3345), + [aux_sym_keep_alive_token1] = ACTIONS(3345), + [aux_sym_tunnel_token1] = ACTIONS(3347), + [aux_sym_tunnel_device_token1] = ACTIONS(3345), + [aux_sym_update_host_keys_token1] = ACTIONS(3345), + [aux_sym_use_keychain_token1] = ACTIONS(3345), + [aux_sym_use_roaming_token1] = ACTIONS(3345), + [aux_sym_user_token1] = ACTIONS(3347), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3345), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3345), + [aux_sym_visual_host_key_token1] = ACTIONS(3345), + [aux_sym_xauth_location_token1] = ACTIONS(3345), }, [542] = { - [ts_builtin_sym_end] = ACTIONS(3194), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3196), - [aux_sym_match_token1] = ACTIONS(3194), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3194), - [aux_sym_address_family_token1] = ACTIONS(3194), - [aux_sym_batch_mode_token1] = ACTIONS(3194), - [aux_sym_bind_address_token1] = ACTIONS(3194), - [aux_sym_bind_interface_token1] = ACTIONS(3194), - [aux_sym_canonical_domains_token1] = ACTIONS(3194), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3194), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3194), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3194), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3194), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3194), - [aux_sym_certificate_file_token1] = ACTIONS(3194), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3194), - [aux_sym_check_host_ip_token1] = ACTIONS(3194), - [aux_sym_ciphers_token1] = ACTIONS(3194), - [aux_sym_cipher_token1] = ACTIONS(3196), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3194), - [aux_sym_compression_token1] = ACTIONS(3194), - [aux_sym_connection_attempts_token1] = ACTIONS(3194), - [aux_sym_connect_timeout_token1] = ACTIONS(3194), - [aux_sym_control_master_token1] = ACTIONS(3194), - [aux_sym_control_path_token1] = ACTIONS(3194), - [aux_sym_control_persist_token1] = ACTIONS(3194), - [aux_sym_dynamic_forward_token1] = ACTIONS(3194), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3194), - [aux_sym_escape_char_token1] = ACTIONS(3194), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3194), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3194), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3194), - [aux_sym_forward_agent_token1] = ACTIONS(3194), - [aux_sym_forward_x11_token1] = ACTIONS(3196), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3194), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3194), - [aux_sym_gateway_ports_token1] = ACTIONS(3194), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3194), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3194), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3194), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3194), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3194), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3194), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3194), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3194), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3194), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3194), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3194), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3194), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3194), - [aux_sym_host_key_alias_token1] = ACTIONS(3194), - [aux_sym_hostname_token1] = ACTIONS(3194), - [aux_sym_identities_only_token1] = ACTIONS(3194), - [aux_sym_identity_agent_token1] = ACTIONS(3194), - [aux_sym_identity_file_token1] = ACTIONS(3194), - [aux_sym_ignore_unknown_token1] = ACTIONS(3194), - [aux_sym_include_token1] = ACTIONS(3194), - [aux_sym_ip_qos_token1] = ACTIONS(3194), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3194), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3194), - [aux_sym_kex_algorithms_token1] = ACTIONS(3194), - [aux_sym_known_hosts_command_token1] = ACTIONS(3194), - [aux_sym_local_command_token1] = ACTIONS(3194), - [aux_sym_local_forward_token1] = ACTIONS(3194), - [aux_sym_log_level_token1] = ACTIONS(3194), - [aux_sym_log_verbose_token1] = ACTIONS(3194), - [aux_sym_macs_token1] = ACTIONS(3194), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3194), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3194), - [aux_sym_password_authentication_token1] = ACTIONS(3194), - [aux_sym_permit_local_command_token1] = ACTIONS(3194), - [aux_sym_permit_remote_open_token1] = ACTIONS(3194), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3194), - [aux_sym_port_token1] = ACTIONS(3194), - [aux_sym_preferred_authentications_token1] = ACTIONS(3194), - [aux_sym_protocol_token1] = ACTIONS(3194), - [aux_sym_proxy_command_token1] = ACTIONS(3194), - [aux_sym_proxy_jump_token1] = ACTIONS(3194), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3194), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3194), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3194), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3194), - [aux_sym_rekey_limit_token1] = ACTIONS(3194), - [aux_sym_remote_command_token1] = ACTIONS(3194), - [aux_sym_remote_forward_token1] = ACTIONS(3194), - [aux_sym_request_tty_token1] = ACTIONS(3194), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3194), - [aux_sym_security_key_provider_token1] = ACTIONS(3194), - [aux_sym_send_env_token1] = ACTIONS(3194), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3194), - [aux_sym_server_alive_interval_token1] = ACTIONS(3194), - [aux_sym_session_type_token1] = ACTIONS(3194), - [aux_sym_set_env_token1] = ACTIONS(3194), - [aux_sym_stdin_null_token1] = ACTIONS(3194), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3194), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3194), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3194), - [aux_sym_syslog_facility_token1] = ACTIONS(3194), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3194), - [aux_sym_keep_alive_token1] = ACTIONS(3194), - [aux_sym_tunnel_token1] = ACTIONS(3196), - [aux_sym_tunnel_device_token1] = ACTIONS(3194), - [aux_sym_update_host_keys_token1] = ACTIONS(3194), - [aux_sym_use_keychain_token1] = ACTIONS(3194), - [aux_sym_use_roaming_token1] = ACTIONS(3194), - [aux_sym_user_token1] = ACTIONS(3196), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3194), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3194), - [aux_sym_visual_host_key_token1] = ACTIONS(3194), - [aux_sym_xauth_location_token1] = ACTIONS(3194), + [ts_builtin_sym_end] = ACTIONS(3349), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3351), + [aux_sym_match_token1] = ACTIONS(3349), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3349), + [aux_sym_address_family_token1] = ACTIONS(3349), + [aux_sym_batch_mode_token1] = ACTIONS(3349), + [aux_sym_bind_address_token1] = ACTIONS(3349), + [aux_sym_bind_interface_token1] = ACTIONS(3349), + [aux_sym_canonical_domains_token1] = ACTIONS(3349), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3349), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3349), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3349), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3349), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3349), + [aux_sym_certificate_file_token1] = ACTIONS(3349), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3349), + [aux_sym_check_host_ip_token1] = ACTIONS(3349), + [aux_sym_ciphers_token1] = ACTIONS(3349), + [aux_sym_cipher_token1] = ACTIONS(3351), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3349), + [aux_sym_compression_token1] = ACTIONS(3349), + [aux_sym_connection_attempts_token1] = ACTIONS(3349), + [aux_sym_connect_timeout_token1] = ACTIONS(3349), + [aux_sym_control_master_token1] = ACTIONS(3349), + [aux_sym_control_path_token1] = ACTIONS(3349), + [aux_sym_control_persist_token1] = ACTIONS(3349), + [aux_sym_dynamic_forward_token1] = ACTIONS(3349), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3349), + [aux_sym_escape_char_token1] = ACTIONS(3349), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3349), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3349), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3349), + [aux_sym_forward_agent_token1] = ACTIONS(3349), + [aux_sym_forward_x11_token1] = ACTIONS(3351), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3349), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3349), + [aux_sym_gateway_ports_token1] = ACTIONS(3349), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3349), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3349), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3349), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3349), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3349), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3349), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3349), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3349), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3349), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3349), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3349), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3349), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3349), + [aux_sym_host_key_alias_token1] = ACTIONS(3349), + [aux_sym_hostname_token1] = ACTIONS(3349), + [aux_sym_identities_only_token1] = ACTIONS(3349), + [aux_sym_identity_agent_token1] = ACTIONS(3349), + [aux_sym_identity_file_token1] = ACTIONS(3349), + [aux_sym_ignore_unknown_token1] = ACTIONS(3349), + [aux_sym_include_token1] = ACTIONS(3349), + [aux_sym_ip_qos_token1] = ACTIONS(3349), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3349), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3349), + [aux_sym_kex_algorithms_token1] = ACTIONS(3349), + [aux_sym_known_hosts_command_token1] = ACTIONS(3349), + [aux_sym_local_command_token1] = ACTIONS(3349), + [aux_sym_local_forward_token1] = ACTIONS(3349), + [aux_sym_log_level_token1] = ACTIONS(3349), + [aux_sym_log_verbose_token1] = ACTIONS(3349), + [aux_sym_macs_token1] = ACTIONS(3349), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3349), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3349), + [aux_sym_password_authentication_token1] = ACTIONS(3349), + [aux_sym_permit_local_command_token1] = ACTIONS(3349), + [aux_sym_permit_remote_open_token1] = ACTIONS(3349), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3349), + [aux_sym_port_token1] = ACTIONS(3349), + [aux_sym_preferred_authentications_token1] = ACTIONS(3349), + [aux_sym_protocol_token1] = ACTIONS(3349), + [aux_sym_proxy_command_token1] = ACTIONS(3349), + [aux_sym_proxy_jump_token1] = ACTIONS(3349), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3349), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3349), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3349), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3349), + [aux_sym_rekey_limit_token1] = ACTIONS(3349), + [aux_sym_remote_command_token1] = ACTIONS(3349), + [aux_sym_remote_forward_token1] = ACTIONS(3349), + [aux_sym_request_tty_token1] = ACTIONS(3349), + [aux_sym_required_rsa_size_token1] = ACTIONS(3349), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3349), + [aux_sym_security_key_provider_token1] = ACTIONS(3349), + [aux_sym_send_env_token1] = ACTIONS(3349), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3349), + [aux_sym_server_alive_interval_token1] = ACTIONS(3349), + [aux_sym_session_type_token1] = ACTIONS(3349), + [aux_sym_set_env_token1] = ACTIONS(3349), + [aux_sym_stdin_null_token1] = ACTIONS(3349), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3349), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3349), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3349), + [aux_sym_syslog_facility_token1] = ACTIONS(3349), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3349), + [aux_sym_keep_alive_token1] = ACTIONS(3349), + [aux_sym_tunnel_token1] = ACTIONS(3351), + [aux_sym_tunnel_device_token1] = ACTIONS(3349), + [aux_sym_update_host_keys_token1] = ACTIONS(3349), + [aux_sym_use_keychain_token1] = ACTIONS(3349), + [aux_sym_use_roaming_token1] = ACTIONS(3349), + [aux_sym_user_token1] = ACTIONS(3351), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3349), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3349), + [aux_sym_visual_host_key_token1] = ACTIONS(3349), + [aux_sym_xauth_location_token1] = ACTIONS(3349), }, [543] = { - [ts_builtin_sym_end] = ACTIONS(3198), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3200), - [aux_sym_match_token1] = ACTIONS(3198), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3198), - [aux_sym_address_family_token1] = ACTIONS(3198), - [aux_sym_batch_mode_token1] = ACTIONS(3198), - [aux_sym_bind_address_token1] = ACTIONS(3198), - [aux_sym_bind_interface_token1] = ACTIONS(3198), - [aux_sym_canonical_domains_token1] = ACTIONS(3198), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3198), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3198), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3198), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3198), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3198), - [aux_sym_certificate_file_token1] = ACTIONS(3198), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3198), - [aux_sym_check_host_ip_token1] = ACTIONS(3198), - [aux_sym_ciphers_token1] = ACTIONS(3198), - [aux_sym_cipher_token1] = ACTIONS(3200), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3198), - [aux_sym_compression_token1] = ACTIONS(3198), - [aux_sym_connection_attempts_token1] = ACTIONS(3198), - [aux_sym_connect_timeout_token1] = ACTIONS(3198), - [aux_sym_control_master_token1] = ACTIONS(3198), - [aux_sym_control_path_token1] = ACTIONS(3198), - [aux_sym_control_persist_token1] = ACTIONS(3198), - [aux_sym_dynamic_forward_token1] = ACTIONS(3198), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3198), - [aux_sym_escape_char_token1] = ACTIONS(3198), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3198), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3198), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3198), - [aux_sym_forward_agent_token1] = ACTIONS(3198), - [aux_sym_forward_x11_token1] = ACTIONS(3200), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3198), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3198), - [aux_sym_gateway_ports_token1] = ACTIONS(3198), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3198), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3198), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3198), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3198), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3198), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3198), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3198), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3198), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3198), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3198), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3198), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3198), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3198), - [aux_sym_host_key_alias_token1] = ACTIONS(3198), - [aux_sym_hostname_token1] = ACTIONS(3198), - [aux_sym_identities_only_token1] = ACTIONS(3198), - [aux_sym_identity_agent_token1] = ACTIONS(3198), - [aux_sym_identity_file_token1] = ACTIONS(3198), - [aux_sym_ignore_unknown_token1] = ACTIONS(3198), - [aux_sym_include_token1] = ACTIONS(3198), - [aux_sym_ip_qos_token1] = ACTIONS(3198), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3198), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3198), - [aux_sym_kex_algorithms_token1] = ACTIONS(3198), - [aux_sym_known_hosts_command_token1] = ACTIONS(3198), - [aux_sym_local_command_token1] = ACTIONS(3198), - [aux_sym_local_forward_token1] = ACTIONS(3198), - [aux_sym_log_level_token1] = ACTIONS(3198), - [aux_sym_log_verbose_token1] = ACTIONS(3198), - [aux_sym_macs_token1] = ACTIONS(3198), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3198), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3198), - [aux_sym_password_authentication_token1] = ACTIONS(3198), - [aux_sym_permit_local_command_token1] = ACTIONS(3198), - [aux_sym_permit_remote_open_token1] = ACTIONS(3198), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3198), - [aux_sym_port_token1] = ACTIONS(3198), - [aux_sym_preferred_authentications_token1] = ACTIONS(3198), - [aux_sym_protocol_token1] = ACTIONS(3198), - [aux_sym_proxy_command_token1] = ACTIONS(3198), - [aux_sym_proxy_jump_token1] = ACTIONS(3198), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3198), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3198), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3198), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3198), - [aux_sym_rekey_limit_token1] = ACTIONS(3198), - [aux_sym_remote_command_token1] = ACTIONS(3198), - [aux_sym_remote_forward_token1] = ACTIONS(3198), - [aux_sym_request_tty_token1] = ACTIONS(3198), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3198), - [aux_sym_security_key_provider_token1] = ACTIONS(3198), - [aux_sym_send_env_token1] = ACTIONS(3198), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3198), - [aux_sym_server_alive_interval_token1] = ACTIONS(3198), - [aux_sym_session_type_token1] = ACTIONS(3198), - [aux_sym_set_env_token1] = ACTIONS(3198), - [aux_sym_stdin_null_token1] = ACTIONS(3198), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3198), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3198), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3198), - [aux_sym_syslog_facility_token1] = ACTIONS(3198), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3198), - [aux_sym_keep_alive_token1] = ACTIONS(3198), - [aux_sym_tunnel_token1] = ACTIONS(3200), - [aux_sym_tunnel_device_token1] = ACTIONS(3198), - [aux_sym_update_host_keys_token1] = ACTIONS(3198), - [aux_sym_use_keychain_token1] = ACTIONS(3198), - [aux_sym_use_roaming_token1] = ACTIONS(3198), - [aux_sym_user_token1] = ACTIONS(3200), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3198), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3198), - [aux_sym_visual_host_key_token1] = ACTIONS(3198), - [aux_sym_xauth_location_token1] = ACTIONS(3198), + [ts_builtin_sym_end] = ACTIONS(3353), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3355), + [aux_sym_match_token1] = ACTIONS(3353), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3353), + [aux_sym_address_family_token1] = ACTIONS(3353), + [aux_sym_batch_mode_token1] = ACTIONS(3353), + [aux_sym_bind_address_token1] = ACTIONS(3353), + [aux_sym_bind_interface_token1] = ACTIONS(3353), + [aux_sym_canonical_domains_token1] = ACTIONS(3353), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3353), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3353), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3353), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3353), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3353), + [aux_sym_certificate_file_token1] = ACTIONS(3353), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3353), + [aux_sym_check_host_ip_token1] = ACTIONS(3353), + [aux_sym_ciphers_token1] = ACTIONS(3353), + [aux_sym_cipher_token1] = ACTIONS(3355), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3353), + [aux_sym_compression_token1] = ACTIONS(3353), + [aux_sym_connection_attempts_token1] = ACTIONS(3353), + [aux_sym_connect_timeout_token1] = ACTIONS(3353), + [aux_sym_control_master_token1] = ACTIONS(3353), + [aux_sym_control_path_token1] = ACTIONS(3353), + [aux_sym_control_persist_token1] = ACTIONS(3353), + [aux_sym_dynamic_forward_token1] = ACTIONS(3353), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3353), + [aux_sym_escape_char_token1] = ACTIONS(3353), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3353), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3353), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3353), + [aux_sym_forward_agent_token1] = ACTIONS(3353), + [aux_sym_forward_x11_token1] = ACTIONS(3355), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3353), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3353), + [aux_sym_gateway_ports_token1] = ACTIONS(3353), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3353), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3353), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3353), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3353), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3353), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3353), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3353), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3353), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3353), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3353), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3353), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3353), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3353), + [aux_sym_host_key_alias_token1] = ACTIONS(3353), + [aux_sym_hostname_token1] = ACTIONS(3353), + [aux_sym_identities_only_token1] = ACTIONS(3353), + [aux_sym_identity_agent_token1] = ACTIONS(3353), + [aux_sym_identity_file_token1] = ACTIONS(3353), + [aux_sym_ignore_unknown_token1] = ACTIONS(3353), + [aux_sym_include_token1] = ACTIONS(3353), + [aux_sym_ip_qos_token1] = ACTIONS(3353), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3353), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3353), + [aux_sym_kex_algorithms_token1] = ACTIONS(3353), + [aux_sym_known_hosts_command_token1] = ACTIONS(3353), + [aux_sym_local_command_token1] = ACTIONS(3353), + [aux_sym_local_forward_token1] = ACTIONS(3353), + [aux_sym_log_level_token1] = ACTIONS(3353), + [aux_sym_log_verbose_token1] = ACTIONS(3353), + [aux_sym_macs_token1] = ACTIONS(3353), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3353), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3353), + [aux_sym_password_authentication_token1] = ACTIONS(3353), + [aux_sym_permit_local_command_token1] = ACTIONS(3353), + [aux_sym_permit_remote_open_token1] = ACTIONS(3353), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3353), + [aux_sym_port_token1] = ACTIONS(3353), + [aux_sym_preferred_authentications_token1] = ACTIONS(3353), + [aux_sym_protocol_token1] = ACTIONS(3353), + [aux_sym_proxy_command_token1] = ACTIONS(3353), + [aux_sym_proxy_jump_token1] = ACTIONS(3353), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3353), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3353), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3353), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3353), + [aux_sym_rekey_limit_token1] = ACTIONS(3353), + [aux_sym_remote_command_token1] = ACTIONS(3353), + [aux_sym_remote_forward_token1] = ACTIONS(3353), + [aux_sym_request_tty_token1] = ACTIONS(3353), + [aux_sym_required_rsa_size_token1] = ACTIONS(3353), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3353), + [aux_sym_security_key_provider_token1] = ACTIONS(3353), + [aux_sym_send_env_token1] = ACTIONS(3353), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3353), + [aux_sym_server_alive_interval_token1] = ACTIONS(3353), + [aux_sym_session_type_token1] = ACTIONS(3353), + [aux_sym_set_env_token1] = ACTIONS(3353), + [aux_sym_stdin_null_token1] = ACTIONS(3353), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3353), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3353), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3353), + [aux_sym_syslog_facility_token1] = ACTIONS(3353), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3353), + [aux_sym_keep_alive_token1] = ACTIONS(3353), + [aux_sym_tunnel_token1] = ACTIONS(3355), + [aux_sym_tunnel_device_token1] = ACTIONS(3353), + [aux_sym_update_host_keys_token1] = ACTIONS(3353), + [aux_sym_use_keychain_token1] = ACTIONS(3353), + [aux_sym_use_roaming_token1] = ACTIONS(3353), + [aux_sym_user_token1] = ACTIONS(3355), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3353), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3353), + [aux_sym_visual_host_key_token1] = ACTIONS(3353), + [aux_sym_xauth_location_token1] = ACTIONS(3353), }, [544] = { - [ts_builtin_sym_end] = ACTIONS(3202), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3204), - [aux_sym_match_token1] = ACTIONS(3202), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3202), - [aux_sym_address_family_token1] = ACTIONS(3202), - [aux_sym_batch_mode_token1] = ACTIONS(3202), - [aux_sym_bind_address_token1] = ACTIONS(3202), - [aux_sym_bind_interface_token1] = ACTIONS(3202), - [aux_sym_canonical_domains_token1] = ACTIONS(3202), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3202), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3202), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3202), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3202), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3202), - [aux_sym_certificate_file_token1] = ACTIONS(3202), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3202), - [aux_sym_check_host_ip_token1] = ACTIONS(3202), - [aux_sym_ciphers_token1] = ACTIONS(3202), - [aux_sym_cipher_token1] = ACTIONS(3204), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3202), - [aux_sym_compression_token1] = ACTIONS(3202), - [aux_sym_connection_attempts_token1] = ACTIONS(3202), - [aux_sym_connect_timeout_token1] = ACTIONS(3202), - [aux_sym_control_master_token1] = ACTIONS(3202), - [aux_sym_control_path_token1] = ACTIONS(3202), - [aux_sym_control_persist_token1] = ACTIONS(3202), - [aux_sym_dynamic_forward_token1] = ACTIONS(3202), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3202), - [aux_sym_escape_char_token1] = ACTIONS(3202), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3202), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3202), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3202), - [aux_sym_forward_agent_token1] = ACTIONS(3202), - [aux_sym_forward_x11_token1] = ACTIONS(3204), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3202), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3202), - [aux_sym_gateway_ports_token1] = ACTIONS(3202), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3202), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3202), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3202), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3202), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3202), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3202), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3202), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3202), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3202), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3202), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3202), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3202), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3202), - [aux_sym_host_key_alias_token1] = ACTIONS(3202), - [aux_sym_hostname_token1] = ACTIONS(3202), - [aux_sym_identities_only_token1] = ACTIONS(3202), - [aux_sym_identity_agent_token1] = ACTIONS(3202), - [aux_sym_identity_file_token1] = ACTIONS(3202), - [aux_sym_ignore_unknown_token1] = ACTIONS(3202), - [aux_sym_include_token1] = ACTIONS(3202), - [aux_sym_ip_qos_token1] = ACTIONS(3202), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3202), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3202), - [aux_sym_kex_algorithms_token1] = ACTIONS(3202), - [aux_sym_known_hosts_command_token1] = ACTIONS(3202), - [aux_sym_local_command_token1] = ACTIONS(3202), - [aux_sym_local_forward_token1] = ACTIONS(3202), - [aux_sym_log_level_token1] = ACTIONS(3202), - [aux_sym_log_verbose_token1] = ACTIONS(3202), - [aux_sym_macs_token1] = ACTIONS(3202), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3202), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3202), - [aux_sym_password_authentication_token1] = ACTIONS(3202), - [aux_sym_permit_local_command_token1] = ACTIONS(3202), - [aux_sym_permit_remote_open_token1] = ACTIONS(3202), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3202), - [aux_sym_port_token1] = ACTIONS(3202), - [aux_sym_preferred_authentications_token1] = ACTIONS(3202), - [aux_sym_protocol_token1] = ACTIONS(3202), - [aux_sym_proxy_command_token1] = ACTIONS(3202), - [aux_sym_proxy_jump_token1] = ACTIONS(3202), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3202), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3202), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3202), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3202), - [aux_sym_rekey_limit_token1] = ACTIONS(3202), - [aux_sym_remote_command_token1] = ACTIONS(3202), - [aux_sym_remote_forward_token1] = ACTIONS(3202), - [aux_sym_request_tty_token1] = ACTIONS(3202), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3202), - [aux_sym_security_key_provider_token1] = ACTIONS(3202), - [aux_sym_send_env_token1] = ACTIONS(3202), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3202), - [aux_sym_server_alive_interval_token1] = ACTIONS(3202), - [aux_sym_session_type_token1] = ACTIONS(3202), - [aux_sym_set_env_token1] = ACTIONS(3202), - [aux_sym_stdin_null_token1] = ACTIONS(3202), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3202), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3202), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3202), - [aux_sym_syslog_facility_token1] = ACTIONS(3202), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3202), - [aux_sym_keep_alive_token1] = ACTIONS(3202), - [aux_sym_tunnel_token1] = ACTIONS(3204), - [aux_sym_tunnel_device_token1] = ACTIONS(3202), - [aux_sym_update_host_keys_token1] = ACTIONS(3202), - [aux_sym_use_keychain_token1] = ACTIONS(3202), - [aux_sym_use_roaming_token1] = ACTIONS(3202), - [aux_sym_user_token1] = ACTIONS(3204), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3202), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3202), - [aux_sym_visual_host_key_token1] = ACTIONS(3202), - [aux_sym_xauth_location_token1] = ACTIONS(3202), + [ts_builtin_sym_end] = ACTIONS(3357), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3359), + [aux_sym_match_token1] = ACTIONS(3357), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3357), + [aux_sym_address_family_token1] = ACTIONS(3357), + [aux_sym_batch_mode_token1] = ACTIONS(3357), + [aux_sym_bind_address_token1] = ACTIONS(3357), + [aux_sym_bind_interface_token1] = ACTIONS(3357), + [aux_sym_canonical_domains_token1] = ACTIONS(3357), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3357), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3357), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3357), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3357), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3357), + [aux_sym_certificate_file_token1] = ACTIONS(3357), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3357), + [aux_sym_check_host_ip_token1] = ACTIONS(3357), + [aux_sym_ciphers_token1] = ACTIONS(3357), + [aux_sym_cipher_token1] = ACTIONS(3359), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3357), + [aux_sym_compression_token1] = ACTIONS(3357), + [aux_sym_connection_attempts_token1] = ACTIONS(3357), + [aux_sym_connect_timeout_token1] = ACTIONS(3357), + [aux_sym_control_master_token1] = ACTIONS(3357), + [aux_sym_control_path_token1] = ACTIONS(3357), + [aux_sym_control_persist_token1] = ACTIONS(3357), + [aux_sym_dynamic_forward_token1] = ACTIONS(3357), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3357), + [aux_sym_escape_char_token1] = ACTIONS(3357), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3357), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3357), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3357), + [aux_sym_forward_agent_token1] = ACTIONS(3357), + [aux_sym_forward_x11_token1] = ACTIONS(3359), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3357), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3357), + [aux_sym_gateway_ports_token1] = ACTIONS(3357), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3357), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3357), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3357), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3357), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3357), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3357), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3357), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3357), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3357), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3357), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3357), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3357), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3357), + [aux_sym_host_key_alias_token1] = ACTIONS(3357), + [aux_sym_hostname_token1] = ACTIONS(3357), + [aux_sym_identities_only_token1] = ACTIONS(3357), + [aux_sym_identity_agent_token1] = ACTIONS(3357), + [aux_sym_identity_file_token1] = ACTIONS(3357), + [aux_sym_ignore_unknown_token1] = ACTIONS(3357), + [aux_sym_include_token1] = ACTIONS(3357), + [aux_sym_ip_qos_token1] = ACTIONS(3357), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3357), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3357), + [aux_sym_kex_algorithms_token1] = ACTIONS(3357), + [aux_sym_known_hosts_command_token1] = ACTIONS(3357), + [aux_sym_local_command_token1] = ACTIONS(3357), + [aux_sym_local_forward_token1] = ACTIONS(3357), + [aux_sym_log_level_token1] = ACTIONS(3357), + [aux_sym_log_verbose_token1] = ACTIONS(3357), + [aux_sym_macs_token1] = ACTIONS(3357), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3357), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3357), + [aux_sym_password_authentication_token1] = ACTIONS(3357), + [aux_sym_permit_local_command_token1] = ACTIONS(3357), + [aux_sym_permit_remote_open_token1] = ACTIONS(3357), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3357), + [aux_sym_port_token1] = ACTIONS(3357), + [aux_sym_preferred_authentications_token1] = ACTIONS(3357), + [aux_sym_protocol_token1] = ACTIONS(3357), + [aux_sym_proxy_command_token1] = ACTIONS(3357), + [aux_sym_proxy_jump_token1] = ACTIONS(3357), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3357), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3357), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3357), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3357), + [aux_sym_rekey_limit_token1] = ACTIONS(3357), + [aux_sym_remote_command_token1] = ACTIONS(3357), + [aux_sym_remote_forward_token1] = ACTIONS(3357), + [aux_sym_request_tty_token1] = ACTIONS(3357), + [aux_sym_required_rsa_size_token1] = ACTIONS(3357), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3357), + [aux_sym_security_key_provider_token1] = ACTIONS(3357), + [aux_sym_send_env_token1] = ACTIONS(3357), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3357), + [aux_sym_server_alive_interval_token1] = ACTIONS(3357), + [aux_sym_session_type_token1] = ACTIONS(3357), + [aux_sym_set_env_token1] = ACTIONS(3357), + [aux_sym_stdin_null_token1] = ACTIONS(3357), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3357), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3357), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3357), + [aux_sym_syslog_facility_token1] = ACTIONS(3357), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3357), + [aux_sym_keep_alive_token1] = ACTIONS(3357), + [aux_sym_tunnel_token1] = ACTIONS(3359), + [aux_sym_tunnel_device_token1] = ACTIONS(3357), + [aux_sym_update_host_keys_token1] = ACTIONS(3357), + [aux_sym_use_keychain_token1] = ACTIONS(3357), + [aux_sym_use_roaming_token1] = ACTIONS(3357), + [aux_sym_user_token1] = ACTIONS(3359), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3357), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3357), + [aux_sym_visual_host_key_token1] = ACTIONS(3357), + [aux_sym_xauth_location_token1] = ACTIONS(3357), }, [545] = { - [ts_builtin_sym_end] = ACTIONS(994), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(996), - [aux_sym_match_token1] = ACTIONS(994), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(994), - [aux_sym_address_family_token1] = ACTIONS(994), - [aux_sym_batch_mode_token1] = ACTIONS(994), - [aux_sym_bind_address_token1] = ACTIONS(994), - [aux_sym_bind_interface_token1] = ACTIONS(994), - [aux_sym_canonical_domains_token1] = ACTIONS(994), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(994), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(994), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(994), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(994), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(994), - [aux_sym_certificate_file_token1] = ACTIONS(994), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(994), - [aux_sym_check_host_ip_token1] = ACTIONS(994), - [aux_sym_ciphers_token1] = ACTIONS(994), - [aux_sym_cipher_token1] = ACTIONS(996), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(994), - [aux_sym_compression_token1] = ACTIONS(994), - [aux_sym_connection_attempts_token1] = ACTIONS(994), - [aux_sym_connect_timeout_token1] = ACTIONS(994), - [aux_sym_control_master_token1] = ACTIONS(994), - [aux_sym_control_path_token1] = ACTIONS(994), - [aux_sym_control_persist_token1] = ACTIONS(994), - [aux_sym_dynamic_forward_token1] = ACTIONS(994), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(994), - [aux_sym_escape_char_token1] = ACTIONS(994), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(994), - [aux_sym_fingerprint_hash_token1] = ACTIONS(994), - [aux_sym_fork_after_authentication_token1] = ACTIONS(994), - [aux_sym_forward_agent_token1] = ACTIONS(994), - [aux_sym_forward_x11_token1] = ACTIONS(996), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(994), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(994), - [aux_sym_gateway_ports_token1] = ACTIONS(994), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(994), - [aux_sym_gssapi_authentication_token1] = ACTIONS(994), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(994), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(994), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(994), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(994), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(994), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(994), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(994), - [aux_sym_hash_known_hosts_token1] = ACTIONS(994), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(994), - [aux_sym_hostbased_authentication_token1] = ACTIONS(994), - [aux_sym_host_key_algorithms_token1] = ACTIONS(994), - [aux_sym_host_key_alias_token1] = ACTIONS(994), - [aux_sym_hostname_token1] = ACTIONS(994), - [aux_sym_identities_only_token1] = ACTIONS(994), - [aux_sym_identity_agent_token1] = ACTIONS(994), - [aux_sym_identity_file_token1] = ACTIONS(994), - [aux_sym_ignore_unknown_token1] = ACTIONS(994), - [aux_sym_include_token1] = ACTIONS(994), - [aux_sym_ip_qos_token1] = ACTIONS(994), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(994), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(994), - [aux_sym_kex_algorithms_token1] = ACTIONS(994), - [aux_sym_known_hosts_command_token1] = ACTIONS(994), - [aux_sym_local_command_token1] = ACTIONS(994), - [aux_sym_local_forward_token1] = ACTIONS(994), - [aux_sym_log_level_token1] = ACTIONS(994), - [aux_sym_log_verbose_token1] = ACTIONS(994), - [aux_sym_macs_token1] = ACTIONS(994), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(994), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(994), - [aux_sym_password_authentication_token1] = ACTIONS(994), - [aux_sym_permit_local_command_token1] = ACTIONS(994), - [aux_sym_permit_remote_open_token1] = ACTIONS(994), - [aux_sym_pkcs11_provider_token1] = ACTIONS(994), - [aux_sym_port_token1] = ACTIONS(994), - [aux_sym_preferred_authentications_token1] = ACTIONS(994), - [aux_sym_protocol_token1] = ACTIONS(994), - [aux_sym_proxy_command_token1] = ACTIONS(994), - [aux_sym_proxy_jump_token1] = ACTIONS(994), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(994), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(994), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(994), - [aux_sym_pubkey_authentication_token1] = ACTIONS(994), - [aux_sym_rekey_limit_token1] = ACTIONS(994), - [aux_sym_remote_command_token1] = ACTIONS(994), - [aux_sym_remote_forward_token1] = ACTIONS(994), - [aux_sym_request_tty_token1] = ACTIONS(994), - [aux_sym_revoked_host_keys_token1] = ACTIONS(994), - [aux_sym_security_key_provider_token1] = ACTIONS(994), - [aux_sym_send_env_token1] = ACTIONS(994), - [aux_sym_server_alive_count_max_token1] = ACTIONS(994), - [aux_sym_server_alive_interval_token1] = ACTIONS(994), - [aux_sym_session_type_token1] = ACTIONS(994), - [aux_sym_set_env_token1] = ACTIONS(994), - [aux_sym_stdin_null_token1] = ACTIONS(994), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(994), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(994), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(994), - [aux_sym_syslog_facility_token1] = ACTIONS(994), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(994), - [aux_sym_keep_alive_token1] = ACTIONS(994), - [aux_sym_tunnel_token1] = ACTIONS(996), - [aux_sym_tunnel_device_token1] = ACTIONS(994), - [aux_sym_update_host_keys_token1] = ACTIONS(994), - [aux_sym_use_keychain_token1] = ACTIONS(994), - [aux_sym_use_roaming_token1] = ACTIONS(994), - [aux_sym_user_token1] = ACTIONS(996), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(994), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(994), - [aux_sym_visual_host_key_token1] = ACTIONS(994), - [aux_sym_xauth_location_token1] = ACTIONS(994), + [ts_builtin_sym_end] = ACTIONS(3361), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3363), + [aux_sym_match_token1] = ACTIONS(3361), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3361), + [aux_sym_address_family_token1] = ACTIONS(3361), + [aux_sym_batch_mode_token1] = ACTIONS(3361), + [aux_sym_bind_address_token1] = ACTIONS(3361), + [aux_sym_bind_interface_token1] = ACTIONS(3361), + [aux_sym_canonical_domains_token1] = ACTIONS(3361), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3361), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3361), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3361), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3361), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3361), + [aux_sym_certificate_file_token1] = ACTIONS(3361), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3361), + [aux_sym_check_host_ip_token1] = ACTIONS(3361), + [aux_sym_ciphers_token1] = ACTIONS(3361), + [aux_sym_cipher_token1] = ACTIONS(3363), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3361), + [aux_sym_compression_token1] = ACTIONS(3361), + [aux_sym_connection_attempts_token1] = ACTIONS(3361), + [aux_sym_connect_timeout_token1] = ACTIONS(3361), + [aux_sym_control_master_token1] = ACTIONS(3361), + [aux_sym_control_path_token1] = ACTIONS(3361), + [aux_sym_control_persist_token1] = ACTIONS(3361), + [aux_sym_dynamic_forward_token1] = ACTIONS(3361), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3361), + [aux_sym_escape_char_token1] = ACTIONS(3361), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3361), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3361), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3361), + [aux_sym_forward_agent_token1] = ACTIONS(3361), + [aux_sym_forward_x11_token1] = ACTIONS(3363), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3361), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3361), + [aux_sym_gateway_ports_token1] = ACTIONS(3361), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3361), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3361), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3361), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3361), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3361), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3361), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3361), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3361), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3361), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3361), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3361), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3361), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3361), + [aux_sym_host_key_alias_token1] = ACTIONS(3361), + [aux_sym_hostname_token1] = ACTIONS(3361), + [aux_sym_identities_only_token1] = ACTIONS(3361), + [aux_sym_identity_agent_token1] = ACTIONS(3361), + [aux_sym_identity_file_token1] = ACTIONS(3361), + [aux_sym_ignore_unknown_token1] = ACTIONS(3361), + [aux_sym_include_token1] = ACTIONS(3361), + [aux_sym_ip_qos_token1] = ACTIONS(3361), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3361), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3361), + [aux_sym_kex_algorithms_token1] = ACTIONS(3361), + [aux_sym_known_hosts_command_token1] = ACTIONS(3361), + [aux_sym_local_command_token1] = ACTIONS(3361), + [aux_sym_local_forward_token1] = ACTIONS(3361), + [aux_sym_log_level_token1] = ACTIONS(3361), + [aux_sym_log_verbose_token1] = ACTIONS(3361), + [aux_sym_macs_token1] = ACTIONS(3361), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3361), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3361), + [aux_sym_password_authentication_token1] = ACTIONS(3361), + [aux_sym_permit_local_command_token1] = ACTIONS(3361), + [aux_sym_permit_remote_open_token1] = ACTIONS(3361), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3361), + [aux_sym_port_token1] = ACTIONS(3361), + [aux_sym_preferred_authentications_token1] = ACTIONS(3361), + [aux_sym_protocol_token1] = ACTIONS(3361), + [aux_sym_proxy_command_token1] = ACTIONS(3361), + [aux_sym_proxy_jump_token1] = ACTIONS(3361), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3361), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3361), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3361), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3361), + [aux_sym_rekey_limit_token1] = ACTIONS(3361), + [aux_sym_remote_command_token1] = ACTIONS(3361), + [aux_sym_remote_forward_token1] = ACTIONS(3361), + [aux_sym_request_tty_token1] = ACTIONS(3361), + [aux_sym_required_rsa_size_token1] = ACTIONS(3361), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3361), + [aux_sym_security_key_provider_token1] = ACTIONS(3361), + [aux_sym_send_env_token1] = ACTIONS(3361), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3361), + [aux_sym_server_alive_interval_token1] = ACTIONS(3361), + [aux_sym_session_type_token1] = ACTIONS(3361), + [aux_sym_set_env_token1] = ACTIONS(3361), + [aux_sym_stdin_null_token1] = ACTIONS(3361), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3361), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3361), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3361), + [aux_sym_syslog_facility_token1] = ACTIONS(3361), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3361), + [aux_sym_keep_alive_token1] = ACTIONS(3361), + [aux_sym_tunnel_token1] = ACTIONS(3363), + [aux_sym_tunnel_device_token1] = ACTIONS(3361), + [aux_sym_update_host_keys_token1] = ACTIONS(3361), + [aux_sym_use_keychain_token1] = ACTIONS(3361), + [aux_sym_use_roaming_token1] = ACTIONS(3361), + [aux_sym_user_token1] = ACTIONS(3363), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3361), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3361), + [aux_sym_visual_host_key_token1] = ACTIONS(3361), + [aux_sym_xauth_location_token1] = ACTIONS(3361), }, [546] = { - [ts_builtin_sym_end] = ACTIONS(1516), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1518), - [aux_sym_match_token1] = ACTIONS(1516), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1516), - [aux_sym_address_family_token1] = ACTIONS(1516), - [aux_sym_batch_mode_token1] = ACTIONS(1516), - [aux_sym_bind_address_token1] = ACTIONS(1516), - [aux_sym_bind_interface_token1] = ACTIONS(1516), - [aux_sym_canonical_domains_token1] = ACTIONS(1516), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1516), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1516), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1516), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1516), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1516), - [aux_sym_certificate_file_token1] = ACTIONS(1516), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1516), - [aux_sym_check_host_ip_token1] = ACTIONS(1516), - [aux_sym_ciphers_token1] = ACTIONS(1516), - [aux_sym_cipher_token1] = ACTIONS(1518), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1516), - [aux_sym_compression_token1] = ACTIONS(1516), - [aux_sym_connection_attempts_token1] = ACTIONS(1516), - [aux_sym_connect_timeout_token1] = ACTIONS(1516), - [aux_sym_control_master_token1] = ACTIONS(1516), - [aux_sym_control_path_token1] = ACTIONS(1516), - [aux_sym_control_persist_token1] = ACTIONS(1516), - [aux_sym_dynamic_forward_token1] = ACTIONS(1516), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1516), - [aux_sym_escape_char_token1] = ACTIONS(1516), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1516), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1516), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1516), - [aux_sym_forward_agent_token1] = ACTIONS(1516), - [aux_sym_forward_x11_token1] = ACTIONS(1518), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1516), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1516), - [aux_sym_gateway_ports_token1] = ACTIONS(1516), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1516), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1516), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1516), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1516), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1516), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1516), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1516), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1516), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1516), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1516), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1516), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1516), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1516), - [aux_sym_host_key_alias_token1] = ACTIONS(1516), - [aux_sym_hostname_token1] = ACTIONS(1516), - [aux_sym_identities_only_token1] = ACTIONS(1516), - [aux_sym_identity_agent_token1] = ACTIONS(1516), - [aux_sym_identity_file_token1] = ACTIONS(1516), - [aux_sym_ignore_unknown_token1] = ACTIONS(1516), - [aux_sym_include_token1] = ACTIONS(1516), - [aux_sym_ip_qos_token1] = ACTIONS(1516), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1516), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1516), - [aux_sym_kex_algorithms_token1] = ACTIONS(1516), - [aux_sym_known_hosts_command_token1] = ACTIONS(1516), - [aux_sym_local_command_token1] = ACTIONS(1516), - [aux_sym_local_forward_token1] = ACTIONS(1516), - [aux_sym_log_level_token1] = ACTIONS(1516), - [aux_sym_log_verbose_token1] = ACTIONS(1516), - [aux_sym_macs_token1] = ACTIONS(1516), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1516), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1516), - [aux_sym_password_authentication_token1] = ACTIONS(1516), - [aux_sym_permit_local_command_token1] = ACTIONS(1516), - [aux_sym_permit_remote_open_token1] = ACTIONS(1516), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1516), - [aux_sym_port_token1] = ACTIONS(1516), - [aux_sym_preferred_authentications_token1] = ACTIONS(1516), - [aux_sym_protocol_token1] = ACTIONS(1516), - [aux_sym_proxy_command_token1] = ACTIONS(1516), - [aux_sym_proxy_jump_token1] = ACTIONS(1516), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1516), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1516), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1516), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1516), - [aux_sym_rekey_limit_token1] = ACTIONS(1516), - [aux_sym_remote_command_token1] = ACTIONS(1516), - [aux_sym_remote_forward_token1] = ACTIONS(1516), - [aux_sym_request_tty_token1] = ACTIONS(1516), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1516), - [aux_sym_security_key_provider_token1] = ACTIONS(1516), - [aux_sym_send_env_token1] = ACTIONS(1516), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1516), - [aux_sym_server_alive_interval_token1] = ACTIONS(1516), - [aux_sym_session_type_token1] = ACTIONS(1516), - [aux_sym_set_env_token1] = ACTIONS(1516), - [aux_sym_stdin_null_token1] = ACTIONS(1516), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1516), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1516), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1516), - [aux_sym_syslog_facility_token1] = ACTIONS(1516), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1516), - [aux_sym_keep_alive_token1] = ACTIONS(1516), - [aux_sym_tunnel_token1] = ACTIONS(1518), - [aux_sym_tunnel_device_token1] = ACTIONS(1516), - [aux_sym_update_host_keys_token1] = ACTIONS(1516), - [aux_sym_use_keychain_token1] = ACTIONS(1516), - [aux_sym_use_roaming_token1] = ACTIONS(1516), - [aux_sym_user_token1] = ACTIONS(1518), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1516), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1516), - [aux_sym_visual_host_key_token1] = ACTIONS(1516), - [aux_sym_xauth_location_token1] = ACTIONS(1516), + [ts_builtin_sym_end] = ACTIONS(3365), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3367), + [aux_sym_match_token1] = ACTIONS(3365), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3365), + [aux_sym_address_family_token1] = ACTIONS(3365), + [aux_sym_batch_mode_token1] = ACTIONS(3365), + [aux_sym_bind_address_token1] = ACTIONS(3365), + [aux_sym_bind_interface_token1] = ACTIONS(3365), + [aux_sym_canonical_domains_token1] = ACTIONS(3365), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3365), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3365), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3365), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3365), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3365), + [aux_sym_certificate_file_token1] = ACTIONS(3365), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3365), + [aux_sym_check_host_ip_token1] = ACTIONS(3365), + [aux_sym_ciphers_token1] = ACTIONS(3365), + [aux_sym_cipher_token1] = ACTIONS(3367), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3365), + [aux_sym_compression_token1] = ACTIONS(3365), + [aux_sym_connection_attempts_token1] = ACTIONS(3365), + [aux_sym_connect_timeout_token1] = ACTIONS(3365), + [aux_sym_control_master_token1] = ACTIONS(3365), + [aux_sym_control_path_token1] = ACTIONS(3365), + [aux_sym_control_persist_token1] = ACTIONS(3365), + [aux_sym_dynamic_forward_token1] = ACTIONS(3365), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3365), + [aux_sym_escape_char_token1] = ACTIONS(3365), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3365), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3365), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3365), + [aux_sym_forward_agent_token1] = ACTIONS(3365), + [aux_sym_forward_x11_token1] = ACTIONS(3367), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3365), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3365), + [aux_sym_gateway_ports_token1] = ACTIONS(3365), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3365), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3365), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3365), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3365), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3365), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3365), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3365), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3365), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3365), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3365), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3365), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3365), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3365), + [aux_sym_host_key_alias_token1] = ACTIONS(3365), + [aux_sym_hostname_token1] = ACTIONS(3365), + [aux_sym_identities_only_token1] = ACTIONS(3365), + [aux_sym_identity_agent_token1] = ACTIONS(3365), + [aux_sym_identity_file_token1] = ACTIONS(3365), + [aux_sym_ignore_unknown_token1] = ACTIONS(3365), + [aux_sym_include_token1] = ACTIONS(3365), + [aux_sym_ip_qos_token1] = ACTIONS(3365), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3365), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3365), + [aux_sym_kex_algorithms_token1] = ACTIONS(3365), + [aux_sym_known_hosts_command_token1] = ACTIONS(3365), + [aux_sym_local_command_token1] = ACTIONS(3365), + [aux_sym_local_forward_token1] = ACTIONS(3365), + [aux_sym_log_level_token1] = ACTIONS(3365), + [aux_sym_log_verbose_token1] = ACTIONS(3365), + [aux_sym_macs_token1] = ACTIONS(3365), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3365), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3365), + [aux_sym_password_authentication_token1] = ACTIONS(3365), + [aux_sym_permit_local_command_token1] = ACTIONS(3365), + [aux_sym_permit_remote_open_token1] = ACTIONS(3365), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3365), + [aux_sym_port_token1] = ACTIONS(3365), + [aux_sym_preferred_authentications_token1] = ACTIONS(3365), + [aux_sym_protocol_token1] = ACTIONS(3365), + [aux_sym_proxy_command_token1] = ACTIONS(3365), + [aux_sym_proxy_jump_token1] = ACTIONS(3365), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3365), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3365), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3365), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3365), + [aux_sym_rekey_limit_token1] = ACTIONS(3365), + [aux_sym_remote_command_token1] = ACTIONS(3365), + [aux_sym_remote_forward_token1] = ACTIONS(3365), + [aux_sym_request_tty_token1] = ACTIONS(3365), + [aux_sym_required_rsa_size_token1] = ACTIONS(3365), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3365), + [aux_sym_security_key_provider_token1] = ACTIONS(3365), + [aux_sym_send_env_token1] = ACTIONS(3365), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3365), + [aux_sym_server_alive_interval_token1] = ACTIONS(3365), + [aux_sym_session_type_token1] = ACTIONS(3365), + [aux_sym_set_env_token1] = ACTIONS(3365), + [aux_sym_stdin_null_token1] = ACTIONS(3365), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3365), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3365), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3365), + [aux_sym_syslog_facility_token1] = ACTIONS(3365), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3365), + [aux_sym_keep_alive_token1] = ACTIONS(3365), + [aux_sym_tunnel_token1] = ACTIONS(3367), + [aux_sym_tunnel_device_token1] = ACTIONS(3365), + [aux_sym_update_host_keys_token1] = ACTIONS(3365), + [aux_sym_use_keychain_token1] = ACTIONS(3365), + [aux_sym_use_roaming_token1] = ACTIONS(3365), + [aux_sym_user_token1] = ACTIONS(3367), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3365), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3365), + [aux_sym_visual_host_key_token1] = ACTIONS(3365), + [aux_sym_xauth_location_token1] = ACTIONS(3365), }, [547] = { - [ts_builtin_sym_end] = ACTIONS(1216), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1218), - [aux_sym_match_token1] = ACTIONS(1216), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1216), - [aux_sym_address_family_token1] = ACTIONS(1216), - [aux_sym_batch_mode_token1] = ACTIONS(1216), - [aux_sym_bind_address_token1] = ACTIONS(1216), - [aux_sym_bind_interface_token1] = ACTIONS(1216), - [aux_sym_canonical_domains_token1] = ACTIONS(1216), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1216), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1216), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1216), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1216), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1216), - [aux_sym_certificate_file_token1] = ACTIONS(1216), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1216), - [aux_sym_check_host_ip_token1] = ACTIONS(1216), - [aux_sym_ciphers_token1] = ACTIONS(1216), - [aux_sym_cipher_token1] = ACTIONS(1218), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1216), - [aux_sym_compression_token1] = ACTIONS(1216), - [aux_sym_connection_attempts_token1] = ACTIONS(1216), - [aux_sym_connect_timeout_token1] = ACTIONS(1216), - [aux_sym_control_master_token1] = ACTIONS(1216), - [aux_sym_control_path_token1] = ACTIONS(1216), - [aux_sym_control_persist_token1] = ACTIONS(1216), - [aux_sym_dynamic_forward_token1] = ACTIONS(1216), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1216), - [aux_sym_escape_char_token1] = ACTIONS(1216), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1216), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1216), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1216), - [aux_sym_forward_agent_token1] = ACTIONS(1216), - [aux_sym_forward_x11_token1] = ACTIONS(1218), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1216), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1216), - [aux_sym_gateway_ports_token1] = ACTIONS(1216), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1216), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1216), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1216), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1216), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1216), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1216), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1216), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1216), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1216), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1216), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1216), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1216), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1216), - [aux_sym_host_key_alias_token1] = ACTIONS(1216), - [aux_sym_hostname_token1] = ACTIONS(1216), - [aux_sym_identities_only_token1] = ACTIONS(1216), - [aux_sym_identity_agent_token1] = ACTIONS(1216), - [aux_sym_identity_file_token1] = ACTIONS(1216), - [aux_sym_ignore_unknown_token1] = ACTIONS(1216), - [aux_sym_include_token1] = ACTIONS(1216), - [aux_sym_ip_qos_token1] = ACTIONS(1216), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1216), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1216), - [aux_sym_kex_algorithms_token1] = ACTIONS(1216), - [aux_sym_known_hosts_command_token1] = ACTIONS(1216), - [aux_sym_local_command_token1] = ACTIONS(1216), - [aux_sym_local_forward_token1] = ACTIONS(1216), - [aux_sym_log_level_token1] = ACTIONS(1216), - [aux_sym_log_verbose_token1] = ACTIONS(1216), - [aux_sym_macs_token1] = ACTIONS(1216), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1216), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1216), - [aux_sym_password_authentication_token1] = ACTIONS(1216), - [aux_sym_permit_local_command_token1] = ACTIONS(1216), - [aux_sym_permit_remote_open_token1] = ACTIONS(1216), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1216), - [aux_sym_port_token1] = ACTIONS(1216), - [aux_sym_preferred_authentications_token1] = ACTIONS(1216), - [aux_sym_protocol_token1] = ACTIONS(1216), - [aux_sym_proxy_command_token1] = ACTIONS(1216), - [aux_sym_proxy_jump_token1] = ACTIONS(1216), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1216), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1216), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1216), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1216), - [aux_sym_rekey_limit_token1] = ACTIONS(1216), - [aux_sym_remote_command_token1] = ACTIONS(1216), - [aux_sym_remote_forward_token1] = ACTIONS(1216), - [aux_sym_request_tty_token1] = ACTIONS(1216), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1216), - [aux_sym_security_key_provider_token1] = ACTIONS(1216), - [aux_sym_send_env_token1] = ACTIONS(1216), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1216), - [aux_sym_server_alive_interval_token1] = ACTIONS(1216), - [aux_sym_session_type_token1] = ACTIONS(1216), - [aux_sym_set_env_token1] = ACTIONS(1216), - [aux_sym_stdin_null_token1] = ACTIONS(1216), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1216), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1216), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1216), - [aux_sym_syslog_facility_token1] = ACTIONS(1216), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1216), - [aux_sym_keep_alive_token1] = ACTIONS(1216), - [aux_sym_tunnel_token1] = ACTIONS(1218), - [aux_sym_tunnel_device_token1] = ACTIONS(1216), - [aux_sym_update_host_keys_token1] = ACTIONS(1216), - [aux_sym_use_keychain_token1] = ACTIONS(1216), - [aux_sym_use_roaming_token1] = ACTIONS(1216), - [aux_sym_user_token1] = ACTIONS(1218), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1216), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1216), - [aux_sym_visual_host_key_token1] = ACTIONS(1216), - [aux_sym_xauth_location_token1] = ACTIONS(1216), + [ts_builtin_sym_end] = ACTIONS(3369), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3371), + [aux_sym_match_token1] = ACTIONS(3369), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3369), + [aux_sym_address_family_token1] = ACTIONS(3369), + [aux_sym_batch_mode_token1] = ACTIONS(3369), + [aux_sym_bind_address_token1] = ACTIONS(3369), + [aux_sym_bind_interface_token1] = ACTIONS(3369), + [aux_sym_canonical_domains_token1] = ACTIONS(3369), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3369), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3369), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3369), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3369), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3369), + [aux_sym_certificate_file_token1] = ACTIONS(3369), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3369), + [aux_sym_check_host_ip_token1] = ACTIONS(3369), + [aux_sym_ciphers_token1] = ACTIONS(3369), + [aux_sym_cipher_token1] = ACTIONS(3371), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3369), + [aux_sym_compression_token1] = ACTIONS(3369), + [aux_sym_connection_attempts_token1] = ACTIONS(3369), + [aux_sym_connect_timeout_token1] = ACTIONS(3369), + [aux_sym_control_master_token1] = ACTIONS(3369), + [aux_sym_control_path_token1] = ACTIONS(3369), + [aux_sym_control_persist_token1] = ACTIONS(3369), + [aux_sym_dynamic_forward_token1] = ACTIONS(3369), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3369), + [aux_sym_escape_char_token1] = ACTIONS(3369), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3369), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3369), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3369), + [aux_sym_forward_agent_token1] = ACTIONS(3369), + [aux_sym_forward_x11_token1] = ACTIONS(3371), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3369), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3369), + [aux_sym_gateway_ports_token1] = ACTIONS(3369), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3369), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3369), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3369), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3369), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3369), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3369), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3369), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3369), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3369), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3369), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3369), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3369), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3369), + [aux_sym_host_key_alias_token1] = ACTIONS(3369), + [aux_sym_hostname_token1] = ACTIONS(3369), + [aux_sym_identities_only_token1] = ACTIONS(3369), + [aux_sym_identity_agent_token1] = ACTIONS(3369), + [aux_sym_identity_file_token1] = ACTIONS(3369), + [aux_sym_ignore_unknown_token1] = ACTIONS(3369), + [aux_sym_include_token1] = ACTIONS(3369), + [aux_sym_ip_qos_token1] = ACTIONS(3369), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3369), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3369), + [aux_sym_kex_algorithms_token1] = ACTIONS(3369), + [aux_sym_known_hosts_command_token1] = ACTIONS(3369), + [aux_sym_local_command_token1] = ACTIONS(3369), + [aux_sym_local_forward_token1] = ACTIONS(3369), + [aux_sym_log_level_token1] = ACTIONS(3369), + [aux_sym_log_verbose_token1] = ACTIONS(3369), + [aux_sym_macs_token1] = ACTIONS(3369), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3369), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3369), + [aux_sym_password_authentication_token1] = ACTIONS(3369), + [aux_sym_permit_local_command_token1] = ACTIONS(3369), + [aux_sym_permit_remote_open_token1] = ACTIONS(3369), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3369), + [aux_sym_port_token1] = ACTIONS(3369), + [aux_sym_preferred_authentications_token1] = ACTIONS(3369), + [aux_sym_protocol_token1] = ACTIONS(3369), + [aux_sym_proxy_command_token1] = ACTIONS(3369), + [aux_sym_proxy_jump_token1] = ACTIONS(3369), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3369), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3369), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3369), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3369), + [aux_sym_rekey_limit_token1] = ACTIONS(3369), + [aux_sym_remote_command_token1] = ACTIONS(3369), + [aux_sym_remote_forward_token1] = ACTIONS(3369), + [aux_sym_request_tty_token1] = ACTIONS(3369), + [aux_sym_required_rsa_size_token1] = ACTIONS(3369), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3369), + [aux_sym_security_key_provider_token1] = ACTIONS(3369), + [aux_sym_send_env_token1] = ACTIONS(3369), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3369), + [aux_sym_server_alive_interval_token1] = ACTIONS(3369), + [aux_sym_session_type_token1] = ACTIONS(3369), + [aux_sym_set_env_token1] = ACTIONS(3369), + [aux_sym_stdin_null_token1] = ACTIONS(3369), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3369), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3369), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3369), + [aux_sym_syslog_facility_token1] = ACTIONS(3369), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3369), + [aux_sym_keep_alive_token1] = ACTIONS(3369), + [aux_sym_tunnel_token1] = ACTIONS(3371), + [aux_sym_tunnel_device_token1] = ACTIONS(3369), + [aux_sym_update_host_keys_token1] = ACTIONS(3369), + [aux_sym_use_keychain_token1] = ACTIONS(3369), + [aux_sym_use_roaming_token1] = ACTIONS(3369), + [aux_sym_user_token1] = ACTIONS(3371), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3369), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3369), + [aux_sym_visual_host_key_token1] = ACTIONS(3369), + [aux_sym_xauth_location_token1] = ACTIONS(3369), }, [548] = { - [ts_builtin_sym_end] = ACTIONS(988), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(990), - [aux_sym_match_token1] = ACTIONS(988), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(988), - [aux_sym_address_family_token1] = ACTIONS(988), - [aux_sym_batch_mode_token1] = ACTIONS(988), - [aux_sym_bind_address_token1] = ACTIONS(988), - [aux_sym_bind_interface_token1] = ACTIONS(988), - [aux_sym_canonical_domains_token1] = ACTIONS(988), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(988), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(988), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(988), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(988), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(988), - [aux_sym_certificate_file_token1] = ACTIONS(988), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(988), - [aux_sym_check_host_ip_token1] = ACTIONS(988), - [aux_sym_ciphers_token1] = ACTIONS(988), - [aux_sym_cipher_token1] = ACTIONS(990), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(988), - [aux_sym_compression_token1] = ACTIONS(988), - [aux_sym_connection_attempts_token1] = ACTIONS(988), - [aux_sym_connect_timeout_token1] = ACTIONS(988), - [aux_sym_control_master_token1] = ACTIONS(988), - [aux_sym_control_path_token1] = ACTIONS(988), - [aux_sym_control_persist_token1] = ACTIONS(988), - [aux_sym_dynamic_forward_token1] = ACTIONS(988), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(988), - [aux_sym_escape_char_token1] = ACTIONS(988), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(988), - [aux_sym_fingerprint_hash_token1] = ACTIONS(988), - [aux_sym_fork_after_authentication_token1] = ACTIONS(988), - [aux_sym_forward_agent_token1] = ACTIONS(988), - [aux_sym_forward_x11_token1] = ACTIONS(990), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(988), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(988), - [aux_sym_gateway_ports_token1] = ACTIONS(988), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(988), - [aux_sym_gssapi_authentication_token1] = ACTIONS(988), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(988), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(988), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(988), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(988), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(988), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(988), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(988), - [aux_sym_hash_known_hosts_token1] = ACTIONS(988), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(988), - [aux_sym_hostbased_authentication_token1] = ACTIONS(988), - [aux_sym_host_key_algorithms_token1] = ACTIONS(988), - [aux_sym_host_key_alias_token1] = ACTIONS(988), - [aux_sym_hostname_token1] = ACTIONS(988), - [aux_sym_identities_only_token1] = ACTIONS(988), - [aux_sym_identity_agent_token1] = ACTIONS(988), - [aux_sym_identity_file_token1] = ACTIONS(988), - [aux_sym_ignore_unknown_token1] = ACTIONS(988), - [aux_sym_include_token1] = ACTIONS(988), - [aux_sym_ip_qos_token1] = ACTIONS(988), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(988), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(988), - [aux_sym_kex_algorithms_token1] = ACTIONS(988), - [aux_sym_known_hosts_command_token1] = ACTIONS(988), - [aux_sym_local_command_token1] = ACTIONS(988), - [aux_sym_local_forward_token1] = ACTIONS(988), - [aux_sym_log_level_token1] = ACTIONS(988), - [aux_sym_log_verbose_token1] = ACTIONS(988), - [aux_sym_macs_token1] = ACTIONS(988), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(988), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(988), - [aux_sym_password_authentication_token1] = ACTIONS(988), - [aux_sym_permit_local_command_token1] = ACTIONS(988), - [aux_sym_permit_remote_open_token1] = ACTIONS(988), - [aux_sym_pkcs11_provider_token1] = ACTIONS(988), - [aux_sym_port_token1] = ACTIONS(988), - [aux_sym_preferred_authentications_token1] = ACTIONS(988), - [aux_sym_protocol_token1] = ACTIONS(988), - [aux_sym_proxy_command_token1] = ACTIONS(988), - [aux_sym_proxy_jump_token1] = ACTIONS(988), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(988), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(988), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(988), - [aux_sym_pubkey_authentication_token1] = ACTIONS(988), - [aux_sym_rekey_limit_token1] = ACTIONS(988), - [aux_sym_remote_command_token1] = ACTIONS(988), - [aux_sym_remote_forward_token1] = ACTIONS(988), - [aux_sym_request_tty_token1] = ACTIONS(988), - [aux_sym_revoked_host_keys_token1] = ACTIONS(988), - [aux_sym_security_key_provider_token1] = ACTIONS(988), - [aux_sym_send_env_token1] = ACTIONS(988), - [aux_sym_server_alive_count_max_token1] = ACTIONS(988), - [aux_sym_server_alive_interval_token1] = ACTIONS(988), - [aux_sym_session_type_token1] = ACTIONS(988), - [aux_sym_set_env_token1] = ACTIONS(988), - [aux_sym_stdin_null_token1] = ACTIONS(988), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(988), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(988), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(988), - [aux_sym_syslog_facility_token1] = ACTIONS(988), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(988), - [aux_sym_keep_alive_token1] = ACTIONS(988), - [aux_sym_tunnel_token1] = ACTIONS(990), - [aux_sym_tunnel_device_token1] = ACTIONS(988), - [aux_sym_update_host_keys_token1] = ACTIONS(988), - [aux_sym_use_keychain_token1] = ACTIONS(988), - [aux_sym_use_roaming_token1] = ACTIONS(988), - [aux_sym_user_token1] = ACTIONS(990), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(988), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(988), - [aux_sym_visual_host_key_token1] = ACTIONS(988), - [aux_sym_xauth_location_token1] = ACTIONS(988), + [ts_builtin_sym_end] = ACTIONS(3373), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3375), + [aux_sym_match_token1] = ACTIONS(3373), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3373), + [aux_sym_address_family_token1] = ACTIONS(3373), + [aux_sym_batch_mode_token1] = ACTIONS(3373), + [aux_sym_bind_address_token1] = ACTIONS(3373), + [aux_sym_bind_interface_token1] = ACTIONS(3373), + [aux_sym_canonical_domains_token1] = ACTIONS(3373), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3373), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3373), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3373), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3373), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3373), + [aux_sym_certificate_file_token1] = ACTIONS(3373), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3373), + [aux_sym_check_host_ip_token1] = ACTIONS(3373), + [aux_sym_ciphers_token1] = ACTIONS(3373), + [aux_sym_cipher_token1] = ACTIONS(3375), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3373), + [aux_sym_compression_token1] = ACTIONS(3373), + [aux_sym_connection_attempts_token1] = ACTIONS(3373), + [aux_sym_connect_timeout_token1] = ACTIONS(3373), + [aux_sym_control_master_token1] = ACTIONS(3373), + [aux_sym_control_path_token1] = ACTIONS(3373), + [aux_sym_control_persist_token1] = ACTIONS(3373), + [aux_sym_dynamic_forward_token1] = ACTIONS(3373), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3373), + [aux_sym_escape_char_token1] = ACTIONS(3373), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3373), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3373), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3373), + [aux_sym_forward_agent_token1] = ACTIONS(3373), + [aux_sym_forward_x11_token1] = ACTIONS(3375), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3373), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3373), + [aux_sym_gateway_ports_token1] = ACTIONS(3373), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3373), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3373), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3373), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3373), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3373), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3373), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3373), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3373), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3373), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3373), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3373), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3373), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3373), + [aux_sym_host_key_alias_token1] = ACTIONS(3373), + [aux_sym_hostname_token1] = ACTIONS(3373), + [aux_sym_identities_only_token1] = ACTIONS(3373), + [aux_sym_identity_agent_token1] = ACTIONS(3373), + [aux_sym_identity_file_token1] = ACTIONS(3373), + [aux_sym_ignore_unknown_token1] = ACTIONS(3373), + [aux_sym_include_token1] = ACTIONS(3373), + [aux_sym_ip_qos_token1] = ACTIONS(3373), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3373), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3373), + [aux_sym_kex_algorithms_token1] = ACTIONS(3373), + [aux_sym_known_hosts_command_token1] = ACTIONS(3373), + [aux_sym_local_command_token1] = ACTIONS(3373), + [aux_sym_local_forward_token1] = ACTIONS(3373), + [aux_sym_log_level_token1] = ACTIONS(3373), + [aux_sym_log_verbose_token1] = ACTIONS(3373), + [aux_sym_macs_token1] = ACTIONS(3373), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3373), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3373), + [aux_sym_password_authentication_token1] = ACTIONS(3373), + [aux_sym_permit_local_command_token1] = ACTIONS(3373), + [aux_sym_permit_remote_open_token1] = ACTIONS(3373), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3373), + [aux_sym_port_token1] = ACTIONS(3373), + [aux_sym_preferred_authentications_token1] = ACTIONS(3373), + [aux_sym_protocol_token1] = ACTIONS(3373), + [aux_sym_proxy_command_token1] = ACTIONS(3373), + [aux_sym_proxy_jump_token1] = ACTIONS(3373), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3373), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3373), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3373), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3373), + [aux_sym_rekey_limit_token1] = ACTIONS(3373), + [aux_sym_remote_command_token1] = ACTIONS(3373), + [aux_sym_remote_forward_token1] = ACTIONS(3373), + [aux_sym_request_tty_token1] = ACTIONS(3373), + [aux_sym_required_rsa_size_token1] = ACTIONS(3373), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3373), + [aux_sym_security_key_provider_token1] = ACTIONS(3373), + [aux_sym_send_env_token1] = ACTIONS(3373), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3373), + [aux_sym_server_alive_interval_token1] = ACTIONS(3373), + [aux_sym_session_type_token1] = ACTIONS(3373), + [aux_sym_set_env_token1] = ACTIONS(3373), + [aux_sym_stdin_null_token1] = ACTIONS(3373), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3373), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3373), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3373), + [aux_sym_syslog_facility_token1] = ACTIONS(3373), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3373), + [aux_sym_keep_alive_token1] = ACTIONS(3373), + [aux_sym_tunnel_token1] = ACTIONS(3375), + [aux_sym_tunnel_device_token1] = ACTIONS(3373), + [aux_sym_update_host_keys_token1] = ACTIONS(3373), + [aux_sym_use_keychain_token1] = ACTIONS(3373), + [aux_sym_use_roaming_token1] = ACTIONS(3373), + [aux_sym_user_token1] = ACTIONS(3375), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3373), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3373), + [aux_sym_visual_host_key_token1] = ACTIONS(3373), + [aux_sym_xauth_location_token1] = ACTIONS(3373), }, [549] = { - [ts_builtin_sym_end] = ACTIONS(790), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(792), - [aux_sym_match_token1] = ACTIONS(790), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(790), - [aux_sym_address_family_token1] = ACTIONS(790), - [aux_sym_batch_mode_token1] = ACTIONS(790), - [aux_sym_bind_address_token1] = ACTIONS(790), - [aux_sym_bind_interface_token1] = ACTIONS(790), - [aux_sym_canonical_domains_token1] = ACTIONS(790), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(790), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(790), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(790), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(790), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(790), - [aux_sym_certificate_file_token1] = ACTIONS(790), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(790), - [aux_sym_check_host_ip_token1] = ACTIONS(790), - [aux_sym_ciphers_token1] = ACTIONS(790), - [aux_sym_cipher_token1] = ACTIONS(792), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(790), - [aux_sym_compression_token1] = ACTIONS(790), - [aux_sym_connection_attempts_token1] = ACTIONS(790), - [aux_sym_connect_timeout_token1] = ACTIONS(790), - [aux_sym_control_master_token1] = ACTIONS(790), - [aux_sym_control_path_token1] = ACTIONS(790), - [aux_sym_control_persist_token1] = ACTIONS(790), - [aux_sym_dynamic_forward_token1] = ACTIONS(790), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(790), - [aux_sym_escape_char_token1] = ACTIONS(790), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(790), - [aux_sym_fingerprint_hash_token1] = ACTIONS(790), - [aux_sym_fork_after_authentication_token1] = ACTIONS(790), - [aux_sym_forward_agent_token1] = ACTIONS(790), - [aux_sym_forward_x11_token1] = ACTIONS(792), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(790), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(790), - [aux_sym_gateway_ports_token1] = ACTIONS(790), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(790), - [aux_sym_gssapi_authentication_token1] = ACTIONS(790), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(790), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(790), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(790), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(790), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(790), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(790), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(790), - [aux_sym_hash_known_hosts_token1] = ACTIONS(790), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(790), - [aux_sym_hostbased_authentication_token1] = ACTIONS(790), - [aux_sym_host_key_algorithms_token1] = ACTIONS(790), - [aux_sym_host_key_alias_token1] = ACTIONS(790), - [aux_sym_hostname_token1] = ACTIONS(790), - [aux_sym_identities_only_token1] = ACTIONS(790), - [aux_sym_identity_agent_token1] = ACTIONS(790), - [aux_sym_identity_file_token1] = ACTIONS(790), - [aux_sym_ignore_unknown_token1] = ACTIONS(790), - [aux_sym_include_token1] = ACTIONS(790), - [aux_sym_ip_qos_token1] = ACTIONS(790), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(790), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(790), - [aux_sym_kex_algorithms_token1] = ACTIONS(790), - [aux_sym_known_hosts_command_token1] = ACTIONS(790), - [aux_sym_local_command_token1] = ACTIONS(790), - [aux_sym_local_forward_token1] = ACTIONS(790), - [aux_sym_log_level_token1] = ACTIONS(790), - [aux_sym_log_verbose_token1] = ACTIONS(790), - [aux_sym_macs_token1] = ACTIONS(790), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(790), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(790), - [aux_sym_password_authentication_token1] = ACTIONS(790), - [aux_sym_permit_local_command_token1] = ACTIONS(790), - [aux_sym_permit_remote_open_token1] = ACTIONS(790), - [aux_sym_pkcs11_provider_token1] = ACTIONS(790), - [aux_sym_port_token1] = ACTIONS(790), - [aux_sym_preferred_authentications_token1] = ACTIONS(790), - [aux_sym_protocol_token1] = ACTIONS(790), - [aux_sym_proxy_command_token1] = ACTIONS(790), - [aux_sym_proxy_jump_token1] = ACTIONS(790), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(790), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(790), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(790), - [aux_sym_pubkey_authentication_token1] = ACTIONS(790), - [aux_sym_rekey_limit_token1] = ACTIONS(790), - [aux_sym_remote_command_token1] = ACTIONS(790), - [aux_sym_remote_forward_token1] = ACTIONS(790), - [aux_sym_request_tty_token1] = ACTIONS(790), - [aux_sym_revoked_host_keys_token1] = ACTIONS(790), - [aux_sym_security_key_provider_token1] = ACTIONS(790), - [aux_sym_send_env_token1] = ACTIONS(790), - [aux_sym_server_alive_count_max_token1] = ACTIONS(790), - [aux_sym_server_alive_interval_token1] = ACTIONS(790), - [aux_sym_session_type_token1] = ACTIONS(790), - [aux_sym_set_env_token1] = ACTIONS(790), - [aux_sym_stdin_null_token1] = ACTIONS(790), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(790), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(790), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(790), - [aux_sym_syslog_facility_token1] = ACTIONS(790), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(790), - [aux_sym_keep_alive_token1] = ACTIONS(790), - [aux_sym_tunnel_token1] = ACTIONS(792), - [aux_sym_tunnel_device_token1] = ACTIONS(790), - [aux_sym_update_host_keys_token1] = ACTIONS(790), - [aux_sym_use_keychain_token1] = ACTIONS(790), - [aux_sym_use_roaming_token1] = ACTIONS(790), - [aux_sym_user_token1] = ACTIONS(792), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(790), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(790), - [aux_sym_visual_host_key_token1] = ACTIONS(790), - [aux_sym_xauth_location_token1] = ACTIONS(790), + [ts_builtin_sym_end] = ACTIONS(3377), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3379), + [aux_sym_match_token1] = ACTIONS(3377), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3377), + [aux_sym_address_family_token1] = ACTIONS(3377), + [aux_sym_batch_mode_token1] = ACTIONS(3377), + [aux_sym_bind_address_token1] = ACTIONS(3377), + [aux_sym_bind_interface_token1] = ACTIONS(3377), + [aux_sym_canonical_domains_token1] = ACTIONS(3377), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3377), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3377), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3377), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3377), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3377), + [aux_sym_certificate_file_token1] = ACTIONS(3377), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3377), + [aux_sym_check_host_ip_token1] = ACTIONS(3377), + [aux_sym_ciphers_token1] = ACTIONS(3377), + [aux_sym_cipher_token1] = ACTIONS(3379), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3377), + [aux_sym_compression_token1] = ACTIONS(3377), + [aux_sym_connection_attempts_token1] = ACTIONS(3377), + [aux_sym_connect_timeout_token1] = ACTIONS(3377), + [aux_sym_control_master_token1] = ACTIONS(3377), + [aux_sym_control_path_token1] = ACTIONS(3377), + [aux_sym_control_persist_token1] = ACTIONS(3377), + [aux_sym_dynamic_forward_token1] = ACTIONS(3377), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3377), + [aux_sym_escape_char_token1] = ACTIONS(3377), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3377), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3377), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3377), + [aux_sym_forward_agent_token1] = ACTIONS(3377), + [aux_sym_forward_x11_token1] = ACTIONS(3379), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3377), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3377), + [aux_sym_gateway_ports_token1] = ACTIONS(3377), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3377), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3377), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3377), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3377), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3377), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3377), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3377), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3377), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3377), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3377), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3377), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3377), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3377), + [aux_sym_host_key_alias_token1] = ACTIONS(3377), + [aux_sym_hostname_token1] = ACTIONS(3377), + [aux_sym_identities_only_token1] = ACTIONS(3377), + [aux_sym_identity_agent_token1] = ACTIONS(3377), + [aux_sym_identity_file_token1] = ACTIONS(3377), + [aux_sym_ignore_unknown_token1] = ACTIONS(3377), + [aux_sym_include_token1] = ACTIONS(3377), + [aux_sym_ip_qos_token1] = ACTIONS(3377), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3377), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3377), + [aux_sym_kex_algorithms_token1] = ACTIONS(3377), + [aux_sym_known_hosts_command_token1] = ACTIONS(3377), + [aux_sym_local_command_token1] = ACTIONS(3377), + [aux_sym_local_forward_token1] = ACTIONS(3377), + [aux_sym_log_level_token1] = ACTIONS(3377), + [aux_sym_log_verbose_token1] = ACTIONS(3377), + [aux_sym_macs_token1] = ACTIONS(3377), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3377), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3377), + [aux_sym_password_authentication_token1] = ACTIONS(3377), + [aux_sym_permit_local_command_token1] = ACTIONS(3377), + [aux_sym_permit_remote_open_token1] = ACTIONS(3377), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3377), + [aux_sym_port_token1] = ACTIONS(3377), + [aux_sym_preferred_authentications_token1] = ACTIONS(3377), + [aux_sym_protocol_token1] = ACTIONS(3377), + [aux_sym_proxy_command_token1] = ACTIONS(3377), + [aux_sym_proxy_jump_token1] = ACTIONS(3377), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3377), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3377), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3377), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3377), + [aux_sym_rekey_limit_token1] = ACTIONS(3377), + [aux_sym_remote_command_token1] = ACTIONS(3377), + [aux_sym_remote_forward_token1] = ACTIONS(3377), + [aux_sym_request_tty_token1] = ACTIONS(3377), + [aux_sym_required_rsa_size_token1] = ACTIONS(3377), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3377), + [aux_sym_security_key_provider_token1] = ACTIONS(3377), + [aux_sym_send_env_token1] = ACTIONS(3377), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3377), + [aux_sym_server_alive_interval_token1] = ACTIONS(3377), + [aux_sym_session_type_token1] = ACTIONS(3377), + [aux_sym_set_env_token1] = ACTIONS(3377), + [aux_sym_stdin_null_token1] = ACTIONS(3377), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3377), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3377), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3377), + [aux_sym_syslog_facility_token1] = ACTIONS(3377), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3377), + [aux_sym_keep_alive_token1] = ACTIONS(3377), + [aux_sym_tunnel_token1] = ACTIONS(3379), + [aux_sym_tunnel_device_token1] = ACTIONS(3377), + [aux_sym_update_host_keys_token1] = ACTIONS(3377), + [aux_sym_use_keychain_token1] = ACTIONS(3377), + [aux_sym_use_roaming_token1] = ACTIONS(3377), + [aux_sym_user_token1] = ACTIONS(3379), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3377), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3377), + [aux_sym_visual_host_key_token1] = ACTIONS(3377), + [aux_sym_xauth_location_token1] = ACTIONS(3377), }, [550] = { - [ts_builtin_sym_end] = ACTIONS(3206), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3208), - [aux_sym_match_token1] = ACTIONS(3206), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3206), - [aux_sym_address_family_token1] = ACTIONS(3206), - [aux_sym_batch_mode_token1] = ACTIONS(3206), - [aux_sym_bind_address_token1] = ACTIONS(3206), - [aux_sym_bind_interface_token1] = ACTIONS(3206), - [aux_sym_canonical_domains_token1] = ACTIONS(3206), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3206), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3206), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3206), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3206), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3206), - [aux_sym_certificate_file_token1] = ACTIONS(3206), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3206), - [aux_sym_check_host_ip_token1] = ACTIONS(3206), - [aux_sym_ciphers_token1] = ACTIONS(3206), - [aux_sym_cipher_token1] = ACTIONS(3208), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3206), - [aux_sym_compression_token1] = ACTIONS(3206), - [aux_sym_connection_attempts_token1] = ACTIONS(3206), - [aux_sym_connect_timeout_token1] = ACTIONS(3206), - [aux_sym_control_master_token1] = ACTIONS(3206), - [aux_sym_control_path_token1] = ACTIONS(3206), - [aux_sym_control_persist_token1] = ACTIONS(3206), - [aux_sym_dynamic_forward_token1] = ACTIONS(3206), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3206), - [aux_sym_escape_char_token1] = ACTIONS(3206), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3206), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3206), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3206), - [aux_sym_forward_agent_token1] = ACTIONS(3206), - [aux_sym_forward_x11_token1] = ACTIONS(3208), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3206), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3206), - [aux_sym_gateway_ports_token1] = ACTIONS(3206), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3206), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3206), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3206), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3206), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3206), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3206), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3206), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3206), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3206), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3206), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3206), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3206), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3206), - [aux_sym_host_key_alias_token1] = ACTIONS(3206), - [aux_sym_hostname_token1] = ACTIONS(3206), - [aux_sym_identities_only_token1] = ACTIONS(3206), - [aux_sym_identity_agent_token1] = ACTIONS(3206), - [aux_sym_identity_file_token1] = ACTIONS(3206), - [aux_sym_ignore_unknown_token1] = ACTIONS(3206), - [aux_sym_include_token1] = ACTIONS(3206), - [aux_sym_ip_qos_token1] = ACTIONS(3206), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3206), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3206), - [aux_sym_kex_algorithms_token1] = ACTIONS(3206), - [aux_sym_known_hosts_command_token1] = ACTIONS(3206), - [aux_sym_local_command_token1] = ACTIONS(3206), - [aux_sym_local_forward_token1] = ACTIONS(3206), - [aux_sym_log_level_token1] = ACTIONS(3206), - [aux_sym_log_verbose_token1] = ACTIONS(3206), - [aux_sym_macs_token1] = ACTIONS(3206), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3206), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3206), - [aux_sym_password_authentication_token1] = ACTIONS(3206), - [aux_sym_permit_local_command_token1] = ACTIONS(3206), - [aux_sym_permit_remote_open_token1] = ACTIONS(3206), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3206), - [aux_sym_port_token1] = ACTIONS(3206), - [aux_sym_preferred_authentications_token1] = ACTIONS(3206), - [aux_sym_protocol_token1] = ACTIONS(3206), - [aux_sym_proxy_command_token1] = ACTIONS(3206), - [aux_sym_proxy_jump_token1] = ACTIONS(3206), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3206), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3206), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3206), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3206), - [aux_sym_rekey_limit_token1] = ACTIONS(3206), - [aux_sym_remote_command_token1] = ACTIONS(3206), - [aux_sym_remote_forward_token1] = ACTIONS(3206), - [aux_sym_request_tty_token1] = ACTIONS(3206), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3206), - [aux_sym_security_key_provider_token1] = ACTIONS(3206), - [aux_sym_send_env_token1] = ACTIONS(3206), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3206), - [aux_sym_server_alive_interval_token1] = ACTIONS(3206), - [aux_sym_session_type_token1] = ACTIONS(3206), - [aux_sym_set_env_token1] = ACTIONS(3206), - [aux_sym_stdin_null_token1] = ACTIONS(3206), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3206), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3206), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3206), - [aux_sym_syslog_facility_token1] = ACTIONS(3206), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3206), - [aux_sym_keep_alive_token1] = ACTIONS(3206), - [aux_sym_tunnel_token1] = ACTIONS(3208), - [aux_sym_tunnel_device_token1] = ACTIONS(3206), - [aux_sym_update_host_keys_token1] = ACTIONS(3206), - [aux_sym_use_keychain_token1] = ACTIONS(3206), - [aux_sym_use_roaming_token1] = ACTIONS(3206), - [aux_sym_user_token1] = ACTIONS(3208), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3206), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3206), - [aux_sym_visual_host_key_token1] = ACTIONS(3206), - [aux_sym_xauth_location_token1] = ACTIONS(3206), + [ts_builtin_sym_end] = ACTIONS(3381), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3383), + [aux_sym_match_token1] = ACTIONS(3381), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3381), + [aux_sym_address_family_token1] = ACTIONS(3381), + [aux_sym_batch_mode_token1] = ACTIONS(3381), + [aux_sym_bind_address_token1] = ACTIONS(3381), + [aux_sym_bind_interface_token1] = ACTIONS(3381), + [aux_sym_canonical_domains_token1] = ACTIONS(3381), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3381), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3381), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3381), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3381), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3381), + [aux_sym_certificate_file_token1] = ACTIONS(3381), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3381), + [aux_sym_check_host_ip_token1] = ACTIONS(3381), + [aux_sym_ciphers_token1] = ACTIONS(3381), + [aux_sym_cipher_token1] = ACTIONS(3383), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3381), + [aux_sym_compression_token1] = ACTIONS(3381), + [aux_sym_connection_attempts_token1] = ACTIONS(3381), + [aux_sym_connect_timeout_token1] = ACTIONS(3381), + [aux_sym_control_master_token1] = ACTIONS(3381), + [aux_sym_control_path_token1] = ACTIONS(3381), + [aux_sym_control_persist_token1] = ACTIONS(3381), + [aux_sym_dynamic_forward_token1] = ACTIONS(3381), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3381), + [aux_sym_escape_char_token1] = ACTIONS(3381), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3381), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3381), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3381), + [aux_sym_forward_agent_token1] = ACTIONS(3381), + [aux_sym_forward_x11_token1] = ACTIONS(3383), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3381), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3381), + [aux_sym_gateway_ports_token1] = ACTIONS(3381), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3381), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3381), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3381), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3381), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3381), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3381), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3381), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3381), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3381), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3381), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3381), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3381), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3381), + [aux_sym_host_key_alias_token1] = ACTIONS(3381), + [aux_sym_hostname_token1] = ACTIONS(3381), + [aux_sym_identities_only_token1] = ACTIONS(3381), + [aux_sym_identity_agent_token1] = ACTIONS(3381), + [aux_sym_identity_file_token1] = ACTIONS(3381), + [aux_sym_ignore_unknown_token1] = ACTIONS(3381), + [aux_sym_include_token1] = ACTIONS(3381), + [aux_sym_ip_qos_token1] = ACTIONS(3381), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3381), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3381), + [aux_sym_kex_algorithms_token1] = ACTIONS(3381), + [aux_sym_known_hosts_command_token1] = ACTIONS(3381), + [aux_sym_local_command_token1] = ACTIONS(3381), + [aux_sym_local_forward_token1] = ACTIONS(3381), + [aux_sym_log_level_token1] = ACTIONS(3381), + [aux_sym_log_verbose_token1] = ACTIONS(3381), + [aux_sym_macs_token1] = ACTIONS(3381), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3381), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3381), + [aux_sym_password_authentication_token1] = ACTIONS(3381), + [aux_sym_permit_local_command_token1] = ACTIONS(3381), + [aux_sym_permit_remote_open_token1] = ACTIONS(3381), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3381), + [aux_sym_port_token1] = ACTIONS(3381), + [aux_sym_preferred_authentications_token1] = ACTIONS(3381), + [aux_sym_protocol_token1] = ACTIONS(3381), + [aux_sym_proxy_command_token1] = ACTIONS(3381), + [aux_sym_proxy_jump_token1] = ACTIONS(3381), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3381), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3381), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3381), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3381), + [aux_sym_rekey_limit_token1] = ACTIONS(3381), + [aux_sym_remote_command_token1] = ACTIONS(3381), + [aux_sym_remote_forward_token1] = ACTIONS(3381), + [aux_sym_request_tty_token1] = ACTIONS(3381), + [aux_sym_required_rsa_size_token1] = ACTIONS(3381), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3381), + [aux_sym_security_key_provider_token1] = ACTIONS(3381), + [aux_sym_send_env_token1] = ACTIONS(3381), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3381), + [aux_sym_server_alive_interval_token1] = ACTIONS(3381), + [aux_sym_session_type_token1] = ACTIONS(3381), + [aux_sym_set_env_token1] = ACTIONS(3381), + [aux_sym_stdin_null_token1] = ACTIONS(3381), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3381), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3381), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3381), + [aux_sym_syslog_facility_token1] = ACTIONS(3381), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3381), + [aux_sym_keep_alive_token1] = ACTIONS(3381), + [aux_sym_tunnel_token1] = ACTIONS(3383), + [aux_sym_tunnel_device_token1] = ACTIONS(3381), + [aux_sym_update_host_keys_token1] = ACTIONS(3381), + [aux_sym_use_keychain_token1] = ACTIONS(3381), + [aux_sym_use_roaming_token1] = ACTIONS(3381), + [aux_sym_user_token1] = ACTIONS(3383), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3381), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3381), + [aux_sym_visual_host_key_token1] = ACTIONS(3381), + [aux_sym_xauth_location_token1] = ACTIONS(3381), }, [551] = { - [ts_builtin_sym_end] = ACTIONS(3210), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3212), - [aux_sym_match_token1] = ACTIONS(3210), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3210), - [aux_sym_address_family_token1] = ACTIONS(3210), - [aux_sym_batch_mode_token1] = ACTIONS(3210), - [aux_sym_bind_address_token1] = ACTIONS(3210), - [aux_sym_bind_interface_token1] = ACTIONS(3210), - [aux_sym_canonical_domains_token1] = ACTIONS(3210), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3210), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3210), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3210), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3210), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3210), - [aux_sym_certificate_file_token1] = ACTIONS(3210), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3210), - [aux_sym_check_host_ip_token1] = ACTIONS(3210), - [aux_sym_ciphers_token1] = ACTIONS(3210), - [aux_sym_cipher_token1] = ACTIONS(3212), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3210), - [aux_sym_compression_token1] = ACTIONS(3210), - [aux_sym_connection_attempts_token1] = ACTIONS(3210), - [aux_sym_connect_timeout_token1] = ACTIONS(3210), - [aux_sym_control_master_token1] = ACTIONS(3210), - [aux_sym_control_path_token1] = ACTIONS(3210), - [aux_sym_control_persist_token1] = ACTIONS(3210), - [aux_sym_dynamic_forward_token1] = ACTIONS(3210), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3210), - [aux_sym_escape_char_token1] = ACTIONS(3210), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3210), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3210), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3210), - [aux_sym_forward_agent_token1] = ACTIONS(3210), - [aux_sym_forward_x11_token1] = ACTIONS(3212), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3210), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3210), - [aux_sym_gateway_ports_token1] = ACTIONS(3210), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3210), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3210), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3210), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3210), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3210), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3210), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3210), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3210), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3210), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3210), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3210), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3210), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3210), - [aux_sym_host_key_alias_token1] = ACTIONS(3210), - [aux_sym_hostname_token1] = ACTIONS(3210), - [aux_sym_identities_only_token1] = ACTIONS(3210), - [aux_sym_identity_agent_token1] = ACTIONS(3210), - [aux_sym_identity_file_token1] = ACTIONS(3210), - [aux_sym_ignore_unknown_token1] = ACTIONS(3210), - [aux_sym_include_token1] = ACTIONS(3210), - [aux_sym_ip_qos_token1] = ACTIONS(3210), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3210), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3210), - [aux_sym_kex_algorithms_token1] = ACTIONS(3210), - [aux_sym_known_hosts_command_token1] = ACTIONS(3210), - [aux_sym_local_command_token1] = ACTIONS(3210), - [aux_sym_local_forward_token1] = ACTIONS(3210), - [aux_sym_log_level_token1] = ACTIONS(3210), - [aux_sym_log_verbose_token1] = ACTIONS(3210), - [aux_sym_macs_token1] = ACTIONS(3210), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3210), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3210), - [aux_sym_password_authentication_token1] = ACTIONS(3210), - [aux_sym_permit_local_command_token1] = ACTIONS(3210), - [aux_sym_permit_remote_open_token1] = ACTIONS(3210), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3210), - [aux_sym_port_token1] = ACTIONS(3210), - [aux_sym_preferred_authentications_token1] = ACTIONS(3210), - [aux_sym_protocol_token1] = ACTIONS(3210), - [aux_sym_proxy_command_token1] = ACTIONS(3210), - [aux_sym_proxy_jump_token1] = ACTIONS(3210), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3210), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3210), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3210), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3210), - [aux_sym_rekey_limit_token1] = ACTIONS(3210), - [aux_sym_remote_command_token1] = ACTIONS(3210), - [aux_sym_remote_forward_token1] = ACTIONS(3210), - [aux_sym_request_tty_token1] = ACTIONS(3210), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3210), - [aux_sym_security_key_provider_token1] = ACTIONS(3210), - [aux_sym_send_env_token1] = ACTIONS(3210), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3210), - [aux_sym_server_alive_interval_token1] = ACTIONS(3210), - [aux_sym_session_type_token1] = ACTIONS(3210), - [aux_sym_set_env_token1] = ACTIONS(3210), - [aux_sym_stdin_null_token1] = ACTIONS(3210), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3210), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3210), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3210), - [aux_sym_syslog_facility_token1] = ACTIONS(3210), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3210), - [aux_sym_keep_alive_token1] = ACTIONS(3210), - [aux_sym_tunnel_token1] = ACTIONS(3212), - [aux_sym_tunnel_device_token1] = ACTIONS(3210), - [aux_sym_update_host_keys_token1] = ACTIONS(3210), - [aux_sym_use_keychain_token1] = ACTIONS(3210), - [aux_sym_use_roaming_token1] = ACTIONS(3210), - [aux_sym_user_token1] = ACTIONS(3212), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3210), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3210), - [aux_sym_visual_host_key_token1] = ACTIONS(3210), - [aux_sym_xauth_location_token1] = ACTIONS(3210), + [ts_builtin_sym_end] = ACTIONS(3385), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3387), + [aux_sym_match_token1] = ACTIONS(3385), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3385), + [aux_sym_address_family_token1] = ACTIONS(3385), + [aux_sym_batch_mode_token1] = ACTIONS(3385), + [aux_sym_bind_address_token1] = ACTIONS(3385), + [aux_sym_bind_interface_token1] = ACTIONS(3385), + [aux_sym_canonical_domains_token1] = ACTIONS(3385), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3385), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3385), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3385), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3385), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3385), + [aux_sym_certificate_file_token1] = ACTIONS(3385), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3385), + [aux_sym_check_host_ip_token1] = ACTIONS(3385), + [aux_sym_ciphers_token1] = ACTIONS(3385), + [aux_sym_cipher_token1] = ACTIONS(3387), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3385), + [aux_sym_compression_token1] = ACTIONS(3385), + [aux_sym_connection_attempts_token1] = ACTIONS(3385), + [aux_sym_connect_timeout_token1] = ACTIONS(3385), + [aux_sym_control_master_token1] = ACTIONS(3385), + [aux_sym_control_path_token1] = ACTIONS(3385), + [aux_sym_control_persist_token1] = ACTIONS(3385), + [aux_sym_dynamic_forward_token1] = ACTIONS(3385), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3385), + [aux_sym_escape_char_token1] = ACTIONS(3385), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3385), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3385), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3385), + [aux_sym_forward_agent_token1] = ACTIONS(3385), + [aux_sym_forward_x11_token1] = ACTIONS(3387), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3385), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3385), + [aux_sym_gateway_ports_token1] = ACTIONS(3385), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3385), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3385), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3385), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3385), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3385), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3385), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3385), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3385), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3385), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3385), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3385), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3385), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3385), + [aux_sym_host_key_alias_token1] = ACTIONS(3385), + [aux_sym_hostname_token1] = ACTIONS(3385), + [aux_sym_identities_only_token1] = ACTIONS(3385), + [aux_sym_identity_agent_token1] = ACTIONS(3385), + [aux_sym_identity_file_token1] = ACTIONS(3385), + [aux_sym_ignore_unknown_token1] = ACTIONS(3385), + [aux_sym_include_token1] = ACTIONS(3385), + [aux_sym_ip_qos_token1] = ACTIONS(3385), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3385), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3385), + [aux_sym_kex_algorithms_token1] = ACTIONS(3385), + [aux_sym_known_hosts_command_token1] = ACTIONS(3385), + [aux_sym_local_command_token1] = ACTIONS(3385), + [aux_sym_local_forward_token1] = ACTIONS(3385), + [aux_sym_log_level_token1] = ACTIONS(3385), + [aux_sym_log_verbose_token1] = ACTIONS(3385), + [aux_sym_macs_token1] = ACTIONS(3385), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3385), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3385), + [aux_sym_password_authentication_token1] = ACTIONS(3385), + [aux_sym_permit_local_command_token1] = ACTIONS(3385), + [aux_sym_permit_remote_open_token1] = ACTIONS(3385), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3385), + [aux_sym_port_token1] = ACTIONS(3385), + [aux_sym_preferred_authentications_token1] = ACTIONS(3385), + [aux_sym_protocol_token1] = ACTIONS(3385), + [aux_sym_proxy_command_token1] = ACTIONS(3385), + [aux_sym_proxy_jump_token1] = ACTIONS(3385), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3385), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3385), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3385), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3385), + [aux_sym_rekey_limit_token1] = ACTIONS(3385), + [aux_sym_remote_command_token1] = ACTIONS(3385), + [aux_sym_remote_forward_token1] = ACTIONS(3385), + [aux_sym_request_tty_token1] = ACTIONS(3385), + [aux_sym_required_rsa_size_token1] = ACTIONS(3385), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3385), + [aux_sym_security_key_provider_token1] = ACTIONS(3385), + [aux_sym_send_env_token1] = ACTIONS(3385), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3385), + [aux_sym_server_alive_interval_token1] = ACTIONS(3385), + [aux_sym_session_type_token1] = ACTIONS(3385), + [aux_sym_set_env_token1] = ACTIONS(3385), + [aux_sym_stdin_null_token1] = ACTIONS(3385), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3385), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3385), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3385), + [aux_sym_syslog_facility_token1] = ACTIONS(3385), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3385), + [aux_sym_keep_alive_token1] = ACTIONS(3385), + [aux_sym_tunnel_token1] = ACTIONS(3387), + [aux_sym_tunnel_device_token1] = ACTIONS(3385), + [aux_sym_update_host_keys_token1] = ACTIONS(3385), + [aux_sym_use_keychain_token1] = ACTIONS(3385), + [aux_sym_use_roaming_token1] = ACTIONS(3385), + [aux_sym_user_token1] = ACTIONS(3387), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3385), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3385), + [aux_sym_visual_host_key_token1] = ACTIONS(3385), + [aux_sym_xauth_location_token1] = ACTIONS(3385), }, [552] = { - [ts_builtin_sym_end] = ACTIONS(3214), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3216), - [aux_sym_match_token1] = ACTIONS(3214), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3214), - [aux_sym_address_family_token1] = ACTIONS(3214), - [aux_sym_batch_mode_token1] = ACTIONS(3214), - [aux_sym_bind_address_token1] = ACTIONS(3214), - [aux_sym_bind_interface_token1] = ACTIONS(3214), - [aux_sym_canonical_domains_token1] = ACTIONS(3214), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3214), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3214), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3214), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3214), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3214), - [aux_sym_certificate_file_token1] = ACTIONS(3214), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3214), - [aux_sym_check_host_ip_token1] = ACTIONS(3214), - [aux_sym_ciphers_token1] = ACTIONS(3214), - [aux_sym_cipher_token1] = ACTIONS(3216), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3214), - [aux_sym_compression_token1] = ACTIONS(3214), - [aux_sym_connection_attempts_token1] = ACTIONS(3214), - [aux_sym_connect_timeout_token1] = ACTIONS(3214), - [aux_sym_control_master_token1] = ACTIONS(3214), - [aux_sym_control_path_token1] = ACTIONS(3214), - [aux_sym_control_persist_token1] = ACTIONS(3214), - [aux_sym_dynamic_forward_token1] = ACTIONS(3214), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3214), - [aux_sym_escape_char_token1] = ACTIONS(3214), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3214), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3214), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3214), - [aux_sym_forward_agent_token1] = ACTIONS(3214), - [aux_sym_forward_x11_token1] = ACTIONS(3216), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3214), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3214), - [aux_sym_gateway_ports_token1] = ACTIONS(3214), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3214), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3214), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3214), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3214), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3214), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3214), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3214), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3214), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3214), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3214), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3214), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3214), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3214), - [aux_sym_host_key_alias_token1] = ACTIONS(3214), - [aux_sym_hostname_token1] = ACTIONS(3214), - [aux_sym_identities_only_token1] = ACTIONS(3214), - [aux_sym_identity_agent_token1] = ACTIONS(3214), - [aux_sym_identity_file_token1] = ACTIONS(3214), - [aux_sym_ignore_unknown_token1] = ACTIONS(3214), - [aux_sym_include_token1] = ACTIONS(3214), - [aux_sym_ip_qos_token1] = ACTIONS(3214), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3214), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3214), - [aux_sym_kex_algorithms_token1] = ACTIONS(3214), - [aux_sym_known_hosts_command_token1] = ACTIONS(3214), - [aux_sym_local_command_token1] = ACTIONS(3214), - [aux_sym_local_forward_token1] = ACTIONS(3214), - [aux_sym_log_level_token1] = ACTIONS(3214), - [aux_sym_log_verbose_token1] = ACTIONS(3214), - [aux_sym_macs_token1] = ACTIONS(3214), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3214), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3214), - [aux_sym_password_authentication_token1] = ACTIONS(3214), - [aux_sym_permit_local_command_token1] = ACTIONS(3214), - [aux_sym_permit_remote_open_token1] = ACTIONS(3214), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3214), - [aux_sym_port_token1] = ACTIONS(3214), - [aux_sym_preferred_authentications_token1] = ACTIONS(3214), - [aux_sym_protocol_token1] = ACTIONS(3214), - [aux_sym_proxy_command_token1] = ACTIONS(3214), - [aux_sym_proxy_jump_token1] = ACTIONS(3214), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3214), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3214), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3214), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3214), - [aux_sym_rekey_limit_token1] = ACTIONS(3214), - [aux_sym_remote_command_token1] = ACTIONS(3214), - [aux_sym_remote_forward_token1] = ACTIONS(3214), - [aux_sym_request_tty_token1] = ACTIONS(3214), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3214), - [aux_sym_security_key_provider_token1] = ACTIONS(3214), - [aux_sym_send_env_token1] = ACTIONS(3214), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3214), - [aux_sym_server_alive_interval_token1] = ACTIONS(3214), - [aux_sym_session_type_token1] = ACTIONS(3214), - [aux_sym_set_env_token1] = ACTIONS(3214), - [aux_sym_stdin_null_token1] = ACTIONS(3214), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3214), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3214), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3214), - [aux_sym_syslog_facility_token1] = ACTIONS(3214), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3214), - [aux_sym_keep_alive_token1] = ACTIONS(3214), - [aux_sym_tunnel_token1] = ACTIONS(3216), - [aux_sym_tunnel_device_token1] = ACTIONS(3214), - [aux_sym_update_host_keys_token1] = ACTIONS(3214), - [aux_sym_use_keychain_token1] = ACTIONS(3214), - [aux_sym_use_roaming_token1] = ACTIONS(3214), - [aux_sym_user_token1] = ACTIONS(3216), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3214), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3214), - [aux_sym_visual_host_key_token1] = ACTIONS(3214), - [aux_sym_xauth_location_token1] = ACTIONS(3214), + [ts_builtin_sym_end] = ACTIONS(3389), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3391), + [aux_sym_match_token1] = ACTIONS(3389), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3389), + [aux_sym_address_family_token1] = ACTIONS(3389), + [aux_sym_batch_mode_token1] = ACTIONS(3389), + [aux_sym_bind_address_token1] = ACTIONS(3389), + [aux_sym_bind_interface_token1] = ACTIONS(3389), + [aux_sym_canonical_domains_token1] = ACTIONS(3389), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3389), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3389), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3389), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3389), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3389), + [aux_sym_certificate_file_token1] = ACTIONS(3389), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3389), + [aux_sym_check_host_ip_token1] = ACTIONS(3389), + [aux_sym_ciphers_token1] = ACTIONS(3389), + [aux_sym_cipher_token1] = ACTIONS(3391), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3389), + [aux_sym_compression_token1] = ACTIONS(3389), + [aux_sym_connection_attempts_token1] = ACTIONS(3389), + [aux_sym_connect_timeout_token1] = ACTIONS(3389), + [aux_sym_control_master_token1] = ACTIONS(3389), + [aux_sym_control_path_token1] = ACTIONS(3389), + [aux_sym_control_persist_token1] = ACTIONS(3389), + [aux_sym_dynamic_forward_token1] = ACTIONS(3389), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3389), + [aux_sym_escape_char_token1] = ACTIONS(3389), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3389), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3389), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3389), + [aux_sym_forward_agent_token1] = ACTIONS(3389), + [aux_sym_forward_x11_token1] = ACTIONS(3391), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3389), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3389), + [aux_sym_gateway_ports_token1] = ACTIONS(3389), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3389), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3389), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3389), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3389), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3389), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3389), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3389), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3389), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3389), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3389), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3389), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3389), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3389), + [aux_sym_host_key_alias_token1] = ACTIONS(3389), + [aux_sym_hostname_token1] = ACTIONS(3389), + [aux_sym_identities_only_token1] = ACTIONS(3389), + [aux_sym_identity_agent_token1] = ACTIONS(3389), + [aux_sym_identity_file_token1] = ACTIONS(3389), + [aux_sym_ignore_unknown_token1] = ACTIONS(3389), + [aux_sym_include_token1] = ACTIONS(3389), + [aux_sym_ip_qos_token1] = ACTIONS(3389), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3389), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3389), + [aux_sym_kex_algorithms_token1] = ACTIONS(3389), + [aux_sym_known_hosts_command_token1] = ACTIONS(3389), + [aux_sym_local_command_token1] = ACTIONS(3389), + [aux_sym_local_forward_token1] = ACTIONS(3389), + [aux_sym_log_level_token1] = ACTIONS(3389), + [aux_sym_log_verbose_token1] = ACTIONS(3389), + [aux_sym_macs_token1] = ACTIONS(3389), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3389), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3389), + [aux_sym_password_authentication_token1] = ACTIONS(3389), + [aux_sym_permit_local_command_token1] = ACTIONS(3389), + [aux_sym_permit_remote_open_token1] = ACTIONS(3389), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3389), + [aux_sym_port_token1] = ACTIONS(3389), + [aux_sym_preferred_authentications_token1] = ACTIONS(3389), + [aux_sym_protocol_token1] = ACTIONS(3389), + [aux_sym_proxy_command_token1] = ACTIONS(3389), + [aux_sym_proxy_jump_token1] = ACTIONS(3389), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3389), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3389), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3389), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3389), + [aux_sym_rekey_limit_token1] = ACTIONS(3389), + [aux_sym_remote_command_token1] = ACTIONS(3389), + [aux_sym_remote_forward_token1] = ACTIONS(3389), + [aux_sym_request_tty_token1] = ACTIONS(3389), + [aux_sym_required_rsa_size_token1] = ACTIONS(3389), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3389), + [aux_sym_security_key_provider_token1] = ACTIONS(3389), + [aux_sym_send_env_token1] = ACTIONS(3389), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3389), + [aux_sym_server_alive_interval_token1] = ACTIONS(3389), + [aux_sym_session_type_token1] = ACTIONS(3389), + [aux_sym_set_env_token1] = ACTIONS(3389), + [aux_sym_stdin_null_token1] = ACTIONS(3389), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3389), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3389), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3389), + [aux_sym_syslog_facility_token1] = ACTIONS(3389), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3389), + [aux_sym_keep_alive_token1] = ACTIONS(3389), + [aux_sym_tunnel_token1] = ACTIONS(3391), + [aux_sym_tunnel_device_token1] = ACTIONS(3389), + [aux_sym_update_host_keys_token1] = ACTIONS(3389), + [aux_sym_use_keychain_token1] = ACTIONS(3389), + [aux_sym_use_roaming_token1] = ACTIONS(3389), + [aux_sym_user_token1] = ACTIONS(3391), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3389), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3389), + [aux_sym_visual_host_key_token1] = ACTIONS(3389), + [aux_sym_xauth_location_token1] = ACTIONS(3389), }, [553] = { - [ts_builtin_sym_end] = ACTIONS(1228), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1230), - [aux_sym_match_token1] = ACTIONS(1228), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1228), - [aux_sym_address_family_token1] = ACTIONS(1228), - [aux_sym_batch_mode_token1] = ACTIONS(1228), - [aux_sym_bind_address_token1] = ACTIONS(1228), - [aux_sym_bind_interface_token1] = ACTIONS(1228), - [aux_sym_canonical_domains_token1] = ACTIONS(1228), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1228), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1228), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1228), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1228), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1228), - [aux_sym_certificate_file_token1] = ACTIONS(1228), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1228), - [aux_sym_check_host_ip_token1] = ACTIONS(1228), - [aux_sym_ciphers_token1] = ACTIONS(1228), - [aux_sym_cipher_token1] = ACTIONS(1230), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1228), - [aux_sym_compression_token1] = ACTIONS(1228), - [aux_sym_connection_attempts_token1] = ACTIONS(1228), - [aux_sym_connect_timeout_token1] = ACTIONS(1228), - [aux_sym_control_master_token1] = ACTIONS(1228), - [aux_sym_control_path_token1] = ACTIONS(1228), - [aux_sym_control_persist_token1] = ACTIONS(1228), - [aux_sym_dynamic_forward_token1] = ACTIONS(1228), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1228), - [aux_sym_escape_char_token1] = ACTIONS(1228), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1228), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1228), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1228), - [aux_sym_forward_agent_token1] = ACTIONS(1228), - [aux_sym_forward_x11_token1] = ACTIONS(1230), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1228), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1228), - [aux_sym_gateway_ports_token1] = ACTIONS(1228), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1228), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1228), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1228), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1228), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1228), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1228), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1228), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1228), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1228), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1228), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1228), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1228), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1228), - [aux_sym_host_key_alias_token1] = ACTIONS(1228), - [aux_sym_hostname_token1] = ACTIONS(1228), - [aux_sym_identities_only_token1] = ACTIONS(1228), - [aux_sym_identity_agent_token1] = ACTIONS(1228), - [aux_sym_identity_file_token1] = ACTIONS(1228), - [aux_sym_ignore_unknown_token1] = ACTIONS(1228), - [aux_sym_include_token1] = ACTIONS(1228), - [aux_sym_ip_qos_token1] = ACTIONS(1228), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1228), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1228), - [aux_sym_kex_algorithms_token1] = ACTIONS(1228), - [aux_sym_known_hosts_command_token1] = ACTIONS(1228), - [aux_sym_local_command_token1] = ACTIONS(1228), - [aux_sym_local_forward_token1] = ACTIONS(1228), - [aux_sym_log_level_token1] = ACTIONS(1228), - [aux_sym_log_verbose_token1] = ACTIONS(1228), - [aux_sym_macs_token1] = ACTIONS(1228), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1228), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1228), - [aux_sym_password_authentication_token1] = ACTIONS(1228), - [aux_sym_permit_local_command_token1] = ACTIONS(1228), - [aux_sym_permit_remote_open_token1] = ACTIONS(1228), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1228), - [aux_sym_port_token1] = ACTIONS(1228), - [aux_sym_preferred_authentications_token1] = ACTIONS(1228), - [aux_sym_protocol_token1] = ACTIONS(1228), - [aux_sym_proxy_command_token1] = ACTIONS(1228), - [aux_sym_proxy_jump_token1] = ACTIONS(1228), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1228), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1228), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1228), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1228), - [aux_sym_rekey_limit_token1] = ACTIONS(1228), - [aux_sym_remote_command_token1] = ACTIONS(1228), - [aux_sym_remote_forward_token1] = ACTIONS(1228), - [aux_sym_request_tty_token1] = ACTIONS(1228), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1228), - [aux_sym_security_key_provider_token1] = ACTIONS(1228), - [aux_sym_send_env_token1] = ACTIONS(1228), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1228), - [aux_sym_server_alive_interval_token1] = ACTIONS(1228), - [aux_sym_session_type_token1] = ACTIONS(1228), - [aux_sym_set_env_token1] = ACTIONS(1228), - [aux_sym_stdin_null_token1] = ACTIONS(1228), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1228), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1228), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1228), - [aux_sym_syslog_facility_token1] = ACTIONS(1228), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1228), - [aux_sym_keep_alive_token1] = ACTIONS(1228), - [aux_sym_tunnel_token1] = ACTIONS(1230), - [aux_sym_tunnel_device_token1] = ACTIONS(1228), - [aux_sym_update_host_keys_token1] = ACTIONS(1228), - [aux_sym_use_keychain_token1] = ACTIONS(1228), - [aux_sym_use_roaming_token1] = ACTIONS(1228), - [aux_sym_user_token1] = ACTIONS(1230), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1228), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1228), - [aux_sym_visual_host_key_token1] = ACTIONS(1228), - [aux_sym_xauth_location_token1] = ACTIONS(1228), + [ts_builtin_sym_end] = ACTIONS(3393), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3395), + [aux_sym_match_token1] = ACTIONS(3393), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3393), + [aux_sym_address_family_token1] = ACTIONS(3393), + [aux_sym_batch_mode_token1] = ACTIONS(3393), + [aux_sym_bind_address_token1] = ACTIONS(3393), + [aux_sym_bind_interface_token1] = ACTIONS(3393), + [aux_sym_canonical_domains_token1] = ACTIONS(3393), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3393), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3393), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3393), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3393), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3393), + [aux_sym_certificate_file_token1] = ACTIONS(3393), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3393), + [aux_sym_check_host_ip_token1] = ACTIONS(3393), + [aux_sym_ciphers_token1] = ACTIONS(3393), + [aux_sym_cipher_token1] = ACTIONS(3395), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3393), + [aux_sym_compression_token1] = ACTIONS(3393), + [aux_sym_connection_attempts_token1] = ACTIONS(3393), + [aux_sym_connect_timeout_token1] = ACTIONS(3393), + [aux_sym_control_master_token1] = ACTIONS(3393), + [aux_sym_control_path_token1] = ACTIONS(3393), + [aux_sym_control_persist_token1] = ACTIONS(3393), + [aux_sym_dynamic_forward_token1] = ACTIONS(3393), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3393), + [aux_sym_escape_char_token1] = ACTIONS(3393), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3393), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3393), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3393), + [aux_sym_forward_agent_token1] = ACTIONS(3393), + [aux_sym_forward_x11_token1] = ACTIONS(3395), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3393), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3393), + [aux_sym_gateway_ports_token1] = ACTIONS(3393), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3393), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3393), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3393), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3393), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3393), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3393), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3393), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3393), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3393), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3393), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3393), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3393), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3393), + [aux_sym_host_key_alias_token1] = ACTIONS(3393), + [aux_sym_hostname_token1] = ACTIONS(3393), + [aux_sym_identities_only_token1] = ACTIONS(3393), + [aux_sym_identity_agent_token1] = ACTIONS(3393), + [aux_sym_identity_file_token1] = ACTIONS(3393), + [aux_sym_ignore_unknown_token1] = ACTIONS(3393), + [aux_sym_include_token1] = ACTIONS(3393), + [aux_sym_ip_qos_token1] = ACTIONS(3393), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3393), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3393), + [aux_sym_kex_algorithms_token1] = ACTIONS(3393), + [aux_sym_known_hosts_command_token1] = ACTIONS(3393), + [aux_sym_local_command_token1] = ACTIONS(3393), + [aux_sym_local_forward_token1] = ACTIONS(3393), + [aux_sym_log_level_token1] = ACTIONS(3393), + [aux_sym_log_verbose_token1] = ACTIONS(3393), + [aux_sym_macs_token1] = ACTIONS(3393), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3393), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3393), + [aux_sym_password_authentication_token1] = ACTIONS(3393), + [aux_sym_permit_local_command_token1] = ACTIONS(3393), + [aux_sym_permit_remote_open_token1] = ACTIONS(3393), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3393), + [aux_sym_port_token1] = ACTIONS(3393), + [aux_sym_preferred_authentications_token1] = ACTIONS(3393), + [aux_sym_protocol_token1] = ACTIONS(3393), + [aux_sym_proxy_command_token1] = ACTIONS(3393), + [aux_sym_proxy_jump_token1] = ACTIONS(3393), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3393), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3393), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3393), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3393), + [aux_sym_rekey_limit_token1] = ACTIONS(3393), + [aux_sym_remote_command_token1] = ACTIONS(3393), + [aux_sym_remote_forward_token1] = ACTIONS(3393), + [aux_sym_request_tty_token1] = ACTIONS(3393), + [aux_sym_required_rsa_size_token1] = ACTIONS(3393), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3393), + [aux_sym_security_key_provider_token1] = ACTIONS(3393), + [aux_sym_send_env_token1] = ACTIONS(3393), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3393), + [aux_sym_server_alive_interval_token1] = ACTIONS(3393), + [aux_sym_session_type_token1] = ACTIONS(3393), + [aux_sym_set_env_token1] = ACTIONS(3393), + [aux_sym_stdin_null_token1] = ACTIONS(3393), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3393), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3393), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3393), + [aux_sym_syslog_facility_token1] = ACTIONS(3393), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3393), + [aux_sym_keep_alive_token1] = ACTIONS(3393), + [aux_sym_tunnel_token1] = ACTIONS(3395), + [aux_sym_tunnel_device_token1] = ACTIONS(3393), + [aux_sym_update_host_keys_token1] = ACTIONS(3393), + [aux_sym_use_keychain_token1] = ACTIONS(3393), + [aux_sym_use_roaming_token1] = ACTIONS(3393), + [aux_sym_user_token1] = ACTIONS(3395), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3393), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3393), + [aux_sym_visual_host_key_token1] = ACTIONS(3393), + [aux_sym_xauth_location_token1] = ACTIONS(3393), }, [554] = { - [ts_builtin_sym_end] = ACTIONS(3218), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3220), - [aux_sym_match_token1] = ACTIONS(3218), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3218), - [aux_sym_address_family_token1] = ACTIONS(3218), - [aux_sym_batch_mode_token1] = ACTIONS(3218), - [aux_sym_bind_address_token1] = ACTIONS(3218), - [aux_sym_bind_interface_token1] = ACTIONS(3218), - [aux_sym_canonical_domains_token1] = ACTIONS(3218), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3218), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3218), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3218), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3218), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3218), - [aux_sym_certificate_file_token1] = ACTIONS(3218), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3218), - [aux_sym_check_host_ip_token1] = ACTIONS(3218), - [aux_sym_ciphers_token1] = ACTIONS(3218), - [aux_sym_cipher_token1] = ACTIONS(3220), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3218), - [aux_sym_compression_token1] = ACTIONS(3218), - [aux_sym_connection_attempts_token1] = ACTIONS(3218), - [aux_sym_connect_timeout_token1] = ACTIONS(3218), - [aux_sym_control_master_token1] = ACTIONS(3218), - [aux_sym_control_path_token1] = ACTIONS(3218), - [aux_sym_control_persist_token1] = ACTIONS(3218), - [aux_sym_dynamic_forward_token1] = ACTIONS(3218), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3218), - [aux_sym_escape_char_token1] = ACTIONS(3218), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3218), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3218), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3218), - [aux_sym_forward_agent_token1] = ACTIONS(3218), - [aux_sym_forward_x11_token1] = ACTIONS(3220), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3218), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3218), - [aux_sym_gateway_ports_token1] = ACTIONS(3218), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3218), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3218), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3218), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3218), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3218), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3218), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3218), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3218), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3218), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3218), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3218), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3218), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3218), - [aux_sym_host_key_alias_token1] = ACTIONS(3218), - [aux_sym_hostname_token1] = ACTIONS(3218), - [aux_sym_identities_only_token1] = ACTIONS(3218), - [aux_sym_identity_agent_token1] = ACTIONS(3218), - [aux_sym_identity_file_token1] = ACTIONS(3218), - [aux_sym_ignore_unknown_token1] = ACTIONS(3218), - [aux_sym_include_token1] = ACTIONS(3218), - [aux_sym_ip_qos_token1] = ACTIONS(3218), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3218), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3218), - [aux_sym_kex_algorithms_token1] = ACTIONS(3218), - [aux_sym_known_hosts_command_token1] = ACTIONS(3218), - [aux_sym_local_command_token1] = ACTIONS(3218), - [aux_sym_local_forward_token1] = ACTIONS(3218), - [aux_sym_log_level_token1] = ACTIONS(3218), - [aux_sym_log_verbose_token1] = ACTIONS(3218), - [aux_sym_macs_token1] = ACTIONS(3218), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3218), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3218), - [aux_sym_password_authentication_token1] = ACTIONS(3218), - [aux_sym_permit_local_command_token1] = ACTIONS(3218), - [aux_sym_permit_remote_open_token1] = ACTIONS(3218), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3218), - [aux_sym_port_token1] = ACTIONS(3218), - [aux_sym_preferred_authentications_token1] = ACTIONS(3218), - [aux_sym_protocol_token1] = ACTIONS(3218), - [aux_sym_proxy_command_token1] = ACTIONS(3218), - [aux_sym_proxy_jump_token1] = ACTIONS(3218), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3218), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3218), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3218), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3218), - [aux_sym_rekey_limit_token1] = ACTIONS(3218), - [aux_sym_remote_command_token1] = ACTIONS(3218), - [aux_sym_remote_forward_token1] = ACTIONS(3218), - [aux_sym_request_tty_token1] = ACTIONS(3218), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3218), - [aux_sym_security_key_provider_token1] = ACTIONS(3218), - [aux_sym_send_env_token1] = ACTIONS(3218), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3218), - [aux_sym_server_alive_interval_token1] = ACTIONS(3218), - [aux_sym_session_type_token1] = ACTIONS(3218), - [aux_sym_set_env_token1] = ACTIONS(3218), - [aux_sym_stdin_null_token1] = ACTIONS(3218), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3218), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3218), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3218), - [aux_sym_syslog_facility_token1] = ACTIONS(3218), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3218), - [aux_sym_keep_alive_token1] = ACTIONS(3218), - [aux_sym_tunnel_token1] = ACTIONS(3220), - [aux_sym_tunnel_device_token1] = ACTIONS(3218), - [aux_sym_update_host_keys_token1] = ACTIONS(3218), - [aux_sym_use_keychain_token1] = ACTIONS(3218), - [aux_sym_use_roaming_token1] = ACTIONS(3218), - [aux_sym_user_token1] = ACTIONS(3220), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3218), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3218), - [aux_sym_visual_host_key_token1] = ACTIONS(3218), - [aux_sym_xauth_location_token1] = ACTIONS(3218), + [ts_builtin_sym_end] = ACTIONS(3397), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3399), + [aux_sym_match_token1] = ACTIONS(3397), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3397), + [aux_sym_address_family_token1] = ACTIONS(3397), + [aux_sym_batch_mode_token1] = ACTIONS(3397), + [aux_sym_bind_address_token1] = ACTIONS(3397), + [aux_sym_bind_interface_token1] = ACTIONS(3397), + [aux_sym_canonical_domains_token1] = ACTIONS(3397), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3397), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3397), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3397), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3397), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3397), + [aux_sym_certificate_file_token1] = ACTIONS(3397), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3397), + [aux_sym_check_host_ip_token1] = ACTIONS(3397), + [aux_sym_ciphers_token1] = ACTIONS(3397), + [aux_sym_cipher_token1] = ACTIONS(3399), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3397), + [aux_sym_compression_token1] = ACTIONS(3397), + [aux_sym_connection_attempts_token1] = ACTIONS(3397), + [aux_sym_connect_timeout_token1] = ACTIONS(3397), + [aux_sym_control_master_token1] = ACTIONS(3397), + [aux_sym_control_path_token1] = ACTIONS(3397), + [aux_sym_control_persist_token1] = ACTIONS(3397), + [aux_sym_dynamic_forward_token1] = ACTIONS(3397), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3397), + [aux_sym_escape_char_token1] = ACTIONS(3397), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3397), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3397), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3397), + [aux_sym_forward_agent_token1] = ACTIONS(3397), + [aux_sym_forward_x11_token1] = ACTIONS(3399), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3397), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3397), + [aux_sym_gateway_ports_token1] = ACTIONS(3397), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3397), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3397), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3397), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3397), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3397), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3397), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3397), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3397), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3397), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3397), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3397), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3397), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3397), + [aux_sym_host_key_alias_token1] = ACTIONS(3397), + [aux_sym_hostname_token1] = ACTIONS(3397), + [aux_sym_identities_only_token1] = ACTIONS(3397), + [aux_sym_identity_agent_token1] = ACTIONS(3397), + [aux_sym_identity_file_token1] = ACTIONS(3397), + [aux_sym_ignore_unknown_token1] = ACTIONS(3397), + [aux_sym_include_token1] = ACTIONS(3397), + [aux_sym_ip_qos_token1] = ACTIONS(3397), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3397), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3397), + [aux_sym_kex_algorithms_token1] = ACTIONS(3397), + [aux_sym_known_hosts_command_token1] = ACTIONS(3397), + [aux_sym_local_command_token1] = ACTIONS(3397), + [aux_sym_local_forward_token1] = ACTIONS(3397), + [aux_sym_log_level_token1] = ACTIONS(3397), + [aux_sym_log_verbose_token1] = ACTIONS(3397), + [aux_sym_macs_token1] = ACTIONS(3397), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3397), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3397), + [aux_sym_password_authentication_token1] = ACTIONS(3397), + [aux_sym_permit_local_command_token1] = ACTIONS(3397), + [aux_sym_permit_remote_open_token1] = ACTIONS(3397), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3397), + [aux_sym_port_token1] = ACTIONS(3397), + [aux_sym_preferred_authentications_token1] = ACTIONS(3397), + [aux_sym_protocol_token1] = ACTIONS(3397), + [aux_sym_proxy_command_token1] = ACTIONS(3397), + [aux_sym_proxy_jump_token1] = ACTIONS(3397), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3397), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3397), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3397), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3397), + [aux_sym_rekey_limit_token1] = ACTIONS(3397), + [aux_sym_remote_command_token1] = ACTIONS(3397), + [aux_sym_remote_forward_token1] = ACTIONS(3397), + [aux_sym_request_tty_token1] = ACTIONS(3397), + [aux_sym_required_rsa_size_token1] = ACTIONS(3397), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3397), + [aux_sym_security_key_provider_token1] = ACTIONS(3397), + [aux_sym_send_env_token1] = ACTIONS(3397), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3397), + [aux_sym_server_alive_interval_token1] = ACTIONS(3397), + [aux_sym_session_type_token1] = ACTIONS(3397), + [aux_sym_set_env_token1] = ACTIONS(3397), + [aux_sym_stdin_null_token1] = ACTIONS(3397), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3397), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3397), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3397), + [aux_sym_syslog_facility_token1] = ACTIONS(3397), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3397), + [aux_sym_keep_alive_token1] = ACTIONS(3397), + [aux_sym_tunnel_token1] = ACTIONS(3399), + [aux_sym_tunnel_device_token1] = ACTIONS(3397), + [aux_sym_update_host_keys_token1] = ACTIONS(3397), + [aux_sym_use_keychain_token1] = ACTIONS(3397), + [aux_sym_use_roaming_token1] = ACTIONS(3397), + [aux_sym_user_token1] = ACTIONS(3399), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3397), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3397), + [aux_sym_visual_host_key_token1] = ACTIONS(3397), + [aux_sym_xauth_location_token1] = ACTIONS(3397), }, [555] = { - [ts_builtin_sym_end] = ACTIONS(3222), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3224), - [aux_sym_match_token1] = ACTIONS(3222), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3222), - [aux_sym_address_family_token1] = ACTIONS(3222), - [aux_sym_batch_mode_token1] = ACTIONS(3222), - [aux_sym_bind_address_token1] = ACTIONS(3222), - [aux_sym_bind_interface_token1] = ACTIONS(3222), - [aux_sym_canonical_domains_token1] = ACTIONS(3222), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3222), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3222), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3222), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3222), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3222), - [aux_sym_certificate_file_token1] = ACTIONS(3222), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3222), - [aux_sym_check_host_ip_token1] = ACTIONS(3222), - [aux_sym_ciphers_token1] = ACTIONS(3222), - [aux_sym_cipher_token1] = ACTIONS(3224), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3222), - [aux_sym_compression_token1] = ACTIONS(3222), - [aux_sym_connection_attempts_token1] = ACTIONS(3222), - [aux_sym_connect_timeout_token1] = ACTIONS(3222), - [aux_sym_control_master_token1] = ACTIONS(3222), - [aux_sym_control_path_token1] = ACTIONS(3222), - [aux_sym_control_persist_token1] = ACTIONS(3222), - [aux_sym_dynamic_forward_token1] = ACTIONS(3222), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3222), - [aux_sym_escape_char_token1] = ACTIONS(3222), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3222), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3222), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3222), - [aux_sym_forward_agent_token1] = ACTIONS(3222), - [aux_sym_forward_x11_token1] = ACTIONS(3224), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3222), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3222), - [aux_sym_gateway_ports_token1] = ACTIONS(3222), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3222), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3222), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3222), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3222), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3222), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3222), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3222), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3222), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3222), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3222), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3222), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3222), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3222), - [aux_sym_host_key_alias_token1] = ACTIONS(3222), - [aux_sym_hostname_token1] = ACTIONS(3222), - [aux_sym_identities_only_token1] = ACTIONS(3222), - [aux_sym_identity_agent_token1] = ACTIONS(3222), - [aux_sym_identity_file_token1] = ACTIONS(3222), - [aux_sym_ignore_unknown_token1] = ACTIONS(3222), - [aux_sym_include_token1] = ACTIONS(3222), - [aux_sym_ip_qos_token1] = ACTIONS(3222), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3222), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3222), - [aux_sym_kex_algorithms_token1] = ACTIONS(3222), - [aux_sym_known_hosts_command_token1] = ACTIONS(3222), - [aux_sym_local_command_token1] = ACTIONS(3222), - [aux_sym_local_forward_token1] = ACTIONS(3222), - [aux_sym_log_level_token1] = ACTIONS(3222), - [aux_sym_log_verbose_token1] = ACTIONS(3222), - [aux_sym_macs_token1] = ACTIONS(3222), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3222), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3222), - [aux_sym_password_authentication_token1] = ACTIONS(3222), - [aux_sym_permit_local_command_token1] = ACTIONS(3222), - [aux_sym_permit_remote_open_token1] = ACTIONS(3222), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3222), - [aux_sym_port_token1] = ACTIONS(3222), - [aux_sym_preferred_authentications_token1] = ACTIONS(3222), - [aux_sym_protocol_token1] = ACTIONS(3222), - [aux_sym_proxy_command_token1] = ACTIONS(3222), - [aux_sym_proxy_jump_token1] = ACTIONS(3222), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3222), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3222), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3222), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3222), - [aux_sym_rekey_limit_token1] = ACTIONS(3222), - [aux_sym_remote_command_token1] = ACTIONS(3222), - [aux_sym_remote_forward_token1] = ACTIONS(3222), - [aux_sym_request_tty_token1] = ACTIONS(3222), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3222), - [aux_sym_security_key_provider_token1] = ACTIONS(3222), - [aux_sym_send_env_token1] = ACTIONS(3222), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3222), - [aux_sym_server_alive_interval_token1] = ACTIONS(3222), - [aux_sym_session_type_token1] = ACTIONS(3222), - [aux_sym_set_env_token1] = ACTIONS(3222), - [aux_sym_stdin_null_token1] = ACTIONS(3222), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3222), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3222), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3222), - [aux_sym_syslog_facility_token1] = ACTIONS(3222), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3222), - [aux_sym_keep_alive_token1] = ACTIONS(3222), - [aux_sym_tunnel_token1] = ACTIONS(3224), - [aux_sym_tunnel_device_token1] = ACTIONS(3222), - [aux_sym_update_host_keys_token1] = ACTIONS(3222), - [aux_sym_use_keychain_token1] = ACTIONS(3222), - [aux_sym_use_roaming_token1] = ACTIONS(3222), - [aux_sym_user_token1] = ACTIONS(3224), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3222), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3222), - [aux_sym_visual_host_key_token1] = ACTIONS(3222), - [aux_sym_xauth_location_token1] = ACTIONS(3222), + [ts_builtin_sym_end] = ACTIONS(3401), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3403), + [aux_sym_match_token1] = ACTIONS(3401), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3401), + [aux_sym_address_family_token1] = ACTIONS(3401), + [aux_sym_batch_mode_token1] = ACTIONS(3401), + [aux_sym_bind_address_token1] = ACTIONS(3401), + [aux_sym_bind_interface_token1] = ACTIONS(3401), + [aux_sym_canonical_domains_token1] = ACTIONS(3401), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3401), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3401), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3401), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3401), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3401), + [aux_sym_certificate_file_token1] = ACTIONS(3401), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3401), + [aux_sym_check_host_ip_token1] = ACTIONS(3401), + [aux_sym_ciphers_token1] = ACTIONS(3401), + [aux_sym_cipher_token1] = ACTIONS(3403), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3401), + [aux_sym_compression_token1] = ACTIONS(3401), + [aux_sym_connection_attempts_token1] = ACTIONS(3401), + [aux_sym_connect_timeout_token1] = ACTIONS(3401), + [aux_sym_control_master_token1] = ACTIONS(3401), + [aux_sym_control_path_token1] = ACTIONS(3401), + [aux_sym_control_persist_token1] = ACTIONS(3401), + [aux_sym_dynamic_forward_token1] = ACTIONS(3401), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3401), + [aux_sym_escape_char_token1] = ACTIONS(3401), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3401), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3401), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3401), + [aux_sym_forward_agent_token1] = ACTIONS(3401), + [aux_sym_forward_x11_token1] = ACTIONS(3403), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3401), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3401), + [aux_sym_gateway_ports_token1] = ACTIONS(3401), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3401), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3401), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3401), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3401), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3401), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3401), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3401), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3401), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3401), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3401), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3401), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3401), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3401), + [aux_sym_host_key_alias_token1] = ACTIONS(3401), + [aux_sym_hostname_token1] = ACTIONS(3401), + [aux_sym_identities_only_token1] = ACTIONS(3401), + [aux_sym_identity_agent_token1] = ACTIONS(3401), + [aux_sym_identity_file_token1] = ACTIONS(3401), + [aux_sym_ignore_unknown_token1] = ACTIONS(3401), + [aux_sym_include_token1] = ACTIONS(3401), + [aux_sym_ip_qos_token1] = ACTIONS(3401), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3401), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3401), + [aux_sym_kex_algorithms_token1] = ACTIONS(3401), + [aux_sym_known_hosts_command_token1] = ACTIONS(3401), + [aux_sym_local_command_token1] = ACTIONS(3401), + [aux_sym_local_forward_token1] = ACTIONS(3401), + [aux_sym_log_level_token1] = ACTIONS(3401), + [aux_sym_log_verbose_token1] = ACTIONS(3401), + [aux_sym_macs_token1] = ACTIONS(3401), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3401), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3401), + [aux_sym_password_authentication_token1] = ACTIONS(3401), + [aux_sym_permit_local_command_token1] = ACTIONS(3401), + [aux_sym_permit_remote_open_token1] = ACTIONS(3401), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3401), + [aux_sym_port_token1] = ACTIONS(3401), + [aux_sym_preferred_authentications_token1] = ACTIONS(3401), + [aux_sym_protocol_token1] = ACTIONS(3401), + [aux_sym_proxy_command_token1] = ACTIONS(3401), + [aux_sym_proxy_jump_token1] = ACTIONS(3401), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3401), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3401), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3401), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3401), + [aux_sym_rekey_limit_token1] = ACTIONS(3401), + [aux_sym_remote_command_token1] = ACTIONS(3401), + [aux_sym_remote_forward_token1] = ACTIONS(3401), + [aux_sym_request_tty_token1] = ACTIONS(3401), + [aux_sym_required_rsa_size_token1] = ACTIONS(3401), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3401), + [aux_sym_security_key_provider_token1] = ACTIONS(3401), + [aux_sym_send_env_token1] = ACTIONS(3401), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3401), + [aux_sym_server_alive_interval_token1] = ACTIONS(3401), + [aux_sym_session_type_token1] = ACTIONS(3401), + [aux_sym_set_env_token1] = ACTIONS(3401), + [aux_sym_stdin_null_token1] = ACTIONS(3401), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3401), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3401), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3401), + [aux_sym_syslog_facility_token1] = ACTIONS(3401), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3401), + [aux_sym_keep_alive_token1] = ACTIONS(3401), + [aux_sym_tunnel_token1] = ACTIONS(3403), + [aux_sym_tunnel_device_token1] = ACTIONS(3401), + [aux_sym_update_host_keys_token1] = ACTIONS(3401), + [aux_sym_use_keychain_token1] = ACTIONS(3401), + [aux_sym_use_roaming_token1] = ACTIONS(3401), + [aux_sym_user_token1] = ACTIONS(3403), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3401), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3401), + [aux_sym_visual_host_key_token1] = ACTIONS(3401), + [aux_sym_xauth_location_token1] = ACTIONS(3401), }, [556] = { - [ts_builtin_sym_end] = ACTIONS(1234), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1236), - [aux_sym_match_token1] = ACTIONS(1234), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1234), - [aux_sym_address_family_token1] = ACTIONS(1234), - [aux_sym_batch_mode_token1] = ACTIONS(1234), - [aux_sym_bind_address_token1] = ACTIONS(1234), - [aux_sym_bind_interface_token1] = ACTIONS(1234), - [aux_sym_canonical_domains_token1] = ACTIONS(1234), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1234), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1234), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1234), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1234), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1234), - [aux_sym_certificate_file_token1] = ACTIONS(1234), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1234), - [aux_sym_check_host_ip_token1] = ACTIONS(1234), - [aux_sym_ciphers_token1] = ACTIONS(1234), - [aux_sym_cipher_token1] = ACTIONS(1236), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1234), - [aux_sym_compression_token1] = ACTIONS(1234), - [aux_sym_connection_attempts_token1] = ACTIONS(1234), - [aux_sym_connect_timeout_token1] = ACTIONS(1234), - [aux_sym_control_master_token1] = ACTIONS(1234), - [aux_sym_control_path_token1] = ACTIONS(1234), - [aux_sym_control_persist_token1] = ACTIONS(1234), - [aux_sym_dynamic_forward_token1] = ACTIONS(1234), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1234), - [aux_sym_escape_char_token1] = ACTIONS(1234), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1234), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1234), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1234), - [aux_sym_forward_agent_token1] = ACTIONS(1234), - [aux_sym_forward_x11_token1] = ACTIONS(1236), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1234), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1234), - [aux_sym_gateway_ports_token1] = ACTIONS(1234), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1234), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1234), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1234), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1234), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1234), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1234), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1234), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1234), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1234), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1234), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1234), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1234), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1234), - [aux_sym_host_key_alias_token1] = ACTIONS(1234), - [aux_sym_hostname_token1] = ACTIONS(1234), - [aux_sym_identities_only_token1] = ACTIONS(1234), - [aux_sym_identity_agent_token1] = ACTIONS(1234), - [aux_sym_identity_file_token1] = ACTIONS(1234), - [aux_sym_ignore_unknown_token1] = ACTIONS(1234), - [aux_sym_include_token1] = ACTIONS(1234), - [aux_sym_ip_qos_token1] = ACTIONS(1234), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1234), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1234), - [aux_sym_kex_algorithms_token1] = ACTIONS(1234), - [aux_sym_known_hosts_command_token1] = ACTIONS(1234), - [aux_sym_local_command_token1] = ACTIONS(1234), - [aux_sym_local_forward_token1] = ACTIONS(1234), - [aux_sym_log_level_token1] = ACTIONS(1234), - [aux_sym_log_verbose_token1] = ACTIONS(1234), - [aux_sym_macs_token1] = ACTIONS(1234), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1234), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1234), - [aux_sym_password_authentication_token1] = ACTIONS(1234), - [aux_sym_permit_local_command_token1] = ACTIONS(1234), - [aux_sym_permit_remote_open_token1] = ACTIONS(1234), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1234), - [aux_sym_port_token1] = ACTIONS(1234), - [aux_sym_preferred_authentications_token1] = ACTIONS(1234), - [aux_sym_protocol_token1] = ACTIONS(1234), - [aux_sym_proxy_command_token1] = ACTIONS(1234), - [aux_sym_proxy_jump_token1] = ACTIONS(1234), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1234), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1234), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1234), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1234), - [aux_sym_rekey_limit_token1] = ACTIONS(1234), - [aux_sym_remote_command_token1] = ACTIONS(1234), - [aux_sym_remote_forward_token1] = ACTIONS(1234), - [aux_sym_request_tty_token1] = ACTIONS(1234), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1234), - [aux_sym_security_key_provider_token1] = ACTIONS(1234), - [aux_sym_send_env_token1] = ACTIONS(1234), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1234), - [aux_sym_server_alive_interval_token1] = ACTIONS(1234), - [aux_sym_session_type_token1] = ACTIONS(1234), - [aux_sym_set_env_token1] = ACTIONS(1234), - [aux_sym_stdin_null_token1] = ACTIONS(1234), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1234), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1234), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1234), - [aux_sym_syslog_facility_token1] = ACTIONS(1234), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1234), - [aux_sym_keep_alive_token1] = ACTIONS(1234), - [aux_sym_tunnel_token1] = ACTIONS(1236), - [aux_sym_tunnel_device_token1] = ACTIONS(1234), - [aux_sym_update_host_keys_token1] = ACTIONS(1234), - [aux_sym_use_keychain_token1] = ACTIONS(1234), - [aux_sym_use_roaming_token1] = ACTIONS(1234), - [aux_sym_user_token1] = ACTIONS(1236), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1234), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1234), - [aux_sym_visual_host_key_token1] = ACTIONS(1234), - [aux_sym_xauth_location_token1] = ACTIONS(1234), + [ts_builtin_sym_end] = ACTIONS(3405), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3407), + [aux_sym_match_token1] = ACTIONS(3405), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3405), + [aux_sym_address_family_token1] = ACTIONS(3405), + [aux_sym_batch_mode_token1] = ACTIONS(3405), + [aux_sym_bind_address_token1] = ACTIONS(3405), + [aux_sym_bind_interface_token1] = ACTIONS(3405), + [aux_sym_canonical_domains_token1] = ACTIONS(3405), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3405), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3405), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3405), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3405), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3405), + [aux_sym_certificate_file_token1] = ACTIONS(3405), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3405), + [aux_sym_check_host_ip_token1] = ACTIONS(3405), + [aux_sym_ciphers_token1] = ACTIONS(3405), + [aux_sym_cipher_token1] = ACTIONS(3407), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3405), + [aux_sym_compression_token1] = ACTIONS(3405), + [aux_sym_connection_attempts_token1] = ACTIONS(3405), + [aux_sym_connect_timeout_token1] = ACTIONS(3405), + [aux_sym_control_master_token1] = ACTIONS(3405), + [aux_sym_control_path_token1] = ACTIONS(3405), + [aux_sym_control_persist_token1] = ACTIONS(3405), + [aux_sym_dynamic_forward_token1] = ACTIONS(3405), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3405), + [aux_sym_escape_char_token1] = ACTIONS(3405), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3405), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3405), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3405), + [aux_sym_forward_agent_token1] = ACTIONS(3405), + [aux_sym_forward_x11_token1] = ACTIONS(3407), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3405), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3405), + [aux_sym_gateway_ports_token1] = ACTIONS(3405), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3405), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3405), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3405), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3405), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3405), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3405), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3405), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3405), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3405), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3405), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3405), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3405), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3405), + [aux_sym_host_key_alias_token1] = ACTIONS(3405), + [aux_sym_hostname_token1] = ACTIONS(3405), + [aux_sym_identities_only_token1] = ACTIONS(3405), + [aux_sym_identity_agent_token1] = ACTIONS(3405), + [aux_sym_identity_file_token1] = ACTIONS(3405), + [aux_sym_ignore_unknown_token1] = ACTIONS(3405), + [aux_sym_include_token1] = ACTIONS(3405), + [aux_sym_ip_qos_token1] = ACTIONS(3405), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3405), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3405), + [aux_sym_kex_algorithms_token1] = ACTIONS(3405), + [aux_sym_known_hosts_command_token1] = ACTIONS(3405), + [aux_sym_local_command_token1] = ACTIONS(3405), + [aux_sym_local_forward_token1] = ACTIONS(3405), + [aux_sym_log_level_token1] = ACTIONS(3405), + [aux_sym_log_verbose_token1] = ACTIONS(3405), + [aux_sym_macs_token1] = ACTIONS(3405), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3405), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3405), + [aux_sym_password_authentication_token1] = ACTIONS(3405), + [aux_sym_permit_local_command_token1] = ACTIONS(3405), + [aux_sym_permit_remote_open_token1] = ACTIONS(3405), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3405), + [aux_sym_port_token1] = ACTIONS(3405), + [aux_sym_preferred_authentications_token1] = ACTIONS(3405), + [aux_sym_protocol_token1] = ACTIONS(3405), + [aux_sym_proxy_command_token1] = ACTIONS(3405), + [aux_sym_proxy_jump_token1] = ACTIONS(3405), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3405), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3405), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3405), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3405), + [aux_sym_rekey_limit_token1] = ACTIONS(3405), + [aux_sym_remote_command_token1] = ACTIONS(3405), + [aux_sym_remote_forward_token1] = ACTIONS(3405), + [aux_sym_request_tty_token1] = ACTIONS(3405), + [aux_sym_required_rsa_size_token1] = ACTIONS(3405), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3405), + [aux_sym_security_key_provider_token1] = ACTIONS(3405), + [aux_sym_send_env_token1] = ACTIONS(3405), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3405), + [aux_sym_server_alive_interval_token1] = ACTIONS(3405), + [aux_sym_session_type_token1] = ACTIONS(3405), + [aux_sym_set_env_token1] = ACTIONS(3405), + [aux_sym_stdin_null_token1] = ACTIONS(3405), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3405), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3405), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3405), + [aux_sym_syslog_facility_token1] = ACTIONS(3405), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3405), + [aux_sym_keep_alive_token1] = ACTIONS(3405), + [aux_sym_tunnel_token1] = ACTIONS(3407), + [aux_sym_tunnel_device_token1] = ACTIONS(3405), + [aux_sym_update_host_keys_token1] = ACTIONS(3405), + [aux_sym_use_keychain_token1] = ACTIONS(3405), + [aux_sym_use_roaming_token1] = ACTIONS(3405), + [aux_sym_user_token1] = ACTIONS(3407), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3405), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3405), + [aux_sym_visual_host_key_token1] = ACTIONS(3405), + [aux_sym_xauth_location_token1] = ACTIONS(3405), }, [557] = { - [ts_builtin_sym_end] = ACTIONS(1546), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1548), - [aux_sym_match_token1] = ACTIONS(1546), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1546), - [aux_sym_address_family_token1] = ACTIONS(1546), - [aux_sym_batch_mode_token1] = ACTIONS(1546), - [aux_sym_bind_address_token1] = ACTIONS(1546), - [aux_sym_bind_interface_token1] = ACTIONS(1546), - [aux_sym_canonical_domains_token1] = ACTIONS(1546), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1546), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1546), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1546), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1546), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1546), - [aux_sym_certificate_file_token1] = ACTIONS(1546), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1546), - [aux_sym_check_host_ip_token1] = ACTIONS(1546), - [aux_sym_ciphers_token1] = ACTIONS(1546), - [aux_sym_cipher_token1] = ACTIONS(1548), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1546), - [aux_sym_compression_token1] = ACTIONS(1546), - [aux_sym_connection_attempts_token1] = ACTIONS(1546), - [aux_sym_connect_timeout_token1] = ACTIONS(1546), - [aux_sym_control_master_token1] = ACTIONS(1546), - [aux_sym_control_path_token1] = ACTIONS(1546), - [aux_sym_control_persist_token1] = ACTIONS(1546), - [aux_sym_dynamic_forward_token1] = ACTIONS(1546), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1546), - [aux_sym_escape_char_token1] = ACTIONS(1546), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1546), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1546), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1546), - [aux_sym_forward_agent_token1] = ACTIONS(1546), - [aux_sym_forward_x11_token1] = ACTIONS(1548), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1546), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1546), - [aux_sym_gateway_ports_token1] = ACTIONS(1546), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1546), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1546), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1546), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1546), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1546), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1546), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1546), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1546), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1546), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1546), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1546), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1546), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1546), - [aux_sym_host_key_alias_token1] = ACTIONS(1546), - [aux_sym_hostname_token1] = ACTIONS(1546), - [aux_sym_identities_only_token1] = ACTIONS(1546), - [aux_sym_identity_agent_token1] = ACTIONS(1546), - [aux_sym_identity_file_token1] = ACTIONS(1546), - [aux_sym_ignore_unknown_token1] = ACTIONS(1546), - [aux_sym_include_token1] = ACTIONS(1546), - [aux_sym_ip_qos_token1] = ACTIONS(1546), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1546), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1546), - [aux_sym_kex_algorithms_token1] = ACTIONS(1546), - [aux_sym_known_hosts_command_token1] = ACTIONS(1546), - [aux_sym_local_command_token1] = ACTIONS(1546), - [aux_sym_local_forward_token1] = ACTIONS(1546), - [aux_sym_log_level_token1] = ACTIONS(1546), - [aux_sym_log_verbose_token1] = ACTIONS(1546), - [aux_sym_macs_token1] = ACTIONS(1546), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1546), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1546), - [aux_sym_password_authentication_token1] = ACTIONS(1546), - [aux_sym_permit_local_command_token1] = ACTIONS(1546), - [aux_sym_permit_remote_open_token1] = ACTIONS(1546), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1546), - [aux_sym_port_token1] = ACTIONS(1546), - [aux_sym_preferred_authentications_token1] = ACTIONS(1546), - [aux_sym_protocol_token1] = ACTIONS(1546), - [aux_sym_proxy_command_token1] = ACTIONS(1546), - [aux_sym_proxy_jump_token1] = ACTIONS(1546), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1546), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1546), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1546), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1546), - [aux_sym_rekey_limit_token1] = ACTIONS(1546), - [aux_sym_remote_command_token1] = ACTIONS(1546), - [aux_sym_remote_forward_token1] = ACTIONS(1546), - [aux_sym_request_tty_token1] = ACTIONS(1546), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1546), - [aux_sym_security_key_provider_token1] = ACTIONS(1546), - [aux_sym_send_env_token1] = ACTIONS(1546), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1546), - [aux_sym_server_alive_interval_token1] = ACTIONS(1546), - [aux_sym_session_type_token1] = ACTIONS(1546), - [aux_sym_set_env_token1] = ACTIONS(1546), - [aux_sym_stdin_null_token1] = ACTIONS(1546), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1546), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1546), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1546), - [aux_sym_syslog_facility_token1] = ACTIONS(1546), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1546), - [aux_sym_keep_alive_token1] = ACTIONS(1546), - [aux_sym_tunnel_token1] = ACTIONS(1548), - [aux_sym_tunnel_device_token1] = ACTIONS(1546), - [aux_sym_update_host_keys_token1] = ACTIONS(1546), - [aux_sym_use_keychain_token1] = ACTIONS(1546), - [aux_sym_use_roaming_token1] = ACTIONS(1546), - [aux_sym_user_token1] = ACTIONS(1548), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1546), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1546), - [aux_sym_visual_host_key_token1] = ACTIONS(1546), - [aux_sym_xauth_location_token1] = ACTIONS(1546), + [ts_builtin_sym_end] = ACTIONS(3409), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3411), + [aux_sym_match_token1] = ACTIONS(3409), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3409), + [aux_sym_address_family_token1] = ACTIONS(3409), + [aux_sym_batch_mode_token1] = ACTIONS(3409), + [aux_sym_bind_address_token1] = ACTIONS(3409), + [aux_sym_bind_interface_token1] = ACTIONS(3409), + [aux_sym_canonical_domains_token1] = ACTIONS(3409), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3409), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3409), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3409), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3409), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3409), + [aux_sym_certificate_file_token1] = ACTIONS(3409), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3409), + [aux_sym_check_host_ip_token1] = ACTIONS(3409), + [aux_sym_ciphers_token1] = ACTIONS(3409), + [aux_sym_cipher_token1] = ACTIONS(3411), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3409), + [aux_sym_compression_token1] = ACTIONS(3409), + [aux_sym_connection_attempts_token1] = ACTIONS(3409), + [aux_sym_connect_timeout_token1] = ACTIONS(3409), + [aux_sym_control_master_token1] = ACTIONS(3409), + [aux_sym_control_path_token1] = ACTIONS(3409), + [aux_sym_control_persist_token1] = ACTIONS(3409), + [aux_sym_dynamic_forward_token1] = ACTIONS(3409), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3409), + [aux_sym_escape_char_token1] = ACTIONS(3409), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3409), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3409), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3409), + [aux_sym_forward_agent_token1] = ACTIONS(3409), + [aux_sym_forward_x11_token1] = ACTIONS(3411), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3409), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3409), + [aux_sym_gateway_ports_token1] = ACTIONS(3409), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3409), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3409), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3409), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3409), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3409), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3409), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3409), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3409), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3409), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3409), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3409), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3409), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3409), + [aux_sym_host_key_alias_token1] = ACTIONS(3409), + [aux_sym_hostname_token1] = ACTIONS(3409), + [aux_sym_identities_only_token1] = ACTIONS(3409), + [aux_sym_identity_agent_token1] = ACTIONS(3409), + [aux_sym_identity_file_token1] = ACTIONS(3409), + [aux_sym_ignore_unknown_token1] = ACTIONS(3409), + [aux_sym_include_token1] = ACTIONS(3409), + [aux_sym_ip_qos_token1] = ACTIONS(3409), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3409), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3409), + [aux_sym_kex_algorithms_token1] = ACTIONS(3409), + [aux_sym_known_hosts_command_token1] = ACTIONS(3409), + [aux_sym_local_command_token1] = ACTIONS(3409), + [aux_sym_local_forward_token1] = ACTIONS(3409), + [aux_sym_log_level_token1] = ACTIONS(3409), + [aux_sym_log_verbose_token1] = ACTIONS(3409), + [aux_sym_macs_token1] = ACTIONS(3409), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3409), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3409), + [aux_sym_password_authentication_token1] = ACTIONS(3409), + [aux_sym_permit_local_command_token1] = ACTIONS(3409), + [aux_sym_permit_remote_open_token1] = ACTIONS(3409), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3409), + [aux_sym_port_token1] = ACTIONS(3409), + [aux_sym_preferred_authentications_token1] = ACTIONS(3409), + [aux_sym_protocol_token1] = ACTIONS(3409), + [aux_sym_proxy_command_token1] = ACTIONS(3409), + [aux_sym_proxy_jump_token1] = ACTIONS(3409), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3409), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3409), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3409), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3409), + [aux_sym_rekey_limit_token1] = ACTIONS(3409), + [aux_sym_remote_command_token1] = ACTIONS(3409), + [aux_sym_remote_forward_token1] = ACTIONS(3409), + [aux_sym_request_tty_token1] = ACTIONS(3409), + [aux_sym_required_rsa_size_token1] = ACTIONS(3409), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3409), + [aux_sym_security_key_provider_token1] = ACTIONS(3409), + [aux_sym_send_env_token1] = ACTIONS(3409), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3409), + [aux_sym_server_alive_interval_token1] = ACTIONS(3409), + [aux_sym_session_type_token1] = ACTIONS(3409), + [aux_sym_set_env_token1] = ACTIONS(3409), + [aux_sym_stdin_null_token1] = ACTIONS(3409), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3409), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3409), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3409), + [aux_sym_syslog_facility_token1] = ACTIONS(3409), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3409), + [aux_sym_keep_alive_token1] = ACTIONS(3409), + [aux_sym_tunnel_token1] = ACTIONS(3411), + [aux_sym_tunnel_device_token1] = ACTIONS(3409), + [aux_sym_update_host_keys_token1] = ACTIONS(3409), + [aux_sym_use_keychain_token1] = ACTIONS(3409), + [aux_sym_use_roaming_token1] = ACTIONS(3409), + [aux_sym_user_token1] = ACTIONS(3411), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3409), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3409), + [aux_sym_visual_host_key_token1] = ACTIONS(3409), + [aux_sym_xauth_location_token1] = ACTIONS(3409), }, [558] = { - [ts_builtin_sym_end] = ACTIONS(3226), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3228), - [aux_sym_match_token1] = ACTIONS(3226), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3226), - [aux_sym_address_family_token1] = ACTIONS(3226), - [aux_sym_batch_mode_token1] = ACTIONS(3226), - [aux_sym_bind_address_token1] = ACTIONS(3226), - [aux_sym_bind_interface_token1] = ACTIONS(3226), - [aux_sym_canonical_domains_token1] = ACTIONS(3226), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3226), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3226), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3226), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3226), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3226), - [aux_sym_certificate_file_token1] = ACTIONS(3226), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3226), - [aux_sym_check_host_ip_token1] = ACTIONS(3226), - [aux_sym_ciphers_token1] = ACTIONS(3226), - [aux_sym_cipher_token1] = ACTIONS(3228), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3226), - [aux_sym_compression_token1] = ACTIONS(3226), - [aux_sym_connection_attempts_token1] = ACTIONS(3226), - [aux_sym_connect_timeout_token1] = ACTIONS(3226), - [aux_sym_control_master_token1] = ACTIONS(3226), - [aux_sym_control_path_token1] = ACTIONS(3226), - [aux_sym_control_persist_token1] = ACTIONS(3226), - [aux_sym_dynamic_forward_token1] = ACTIONS(3226), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3226), - [aux_sym_escape_char_token1] = ACTIONS(3226), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3226), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3226), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3226), - [aux_sym_forward_agent_token1] = ACTIONS(3226), - [aux_sym_forward_x11_token1] = ACTIONS(3228), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3226), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3226), - [aux_sym_gateway_ports_token1] = ACTIONS(3226), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3226), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3226), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3226), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3226), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3226), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3226), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3226), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3226), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3226), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3226), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3226), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3226), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3226), - [aux_sym_host_key_alias_token1] = ACTIONS(3226), - [aux_sym_hostname_token1] = ACTIONS(3226), - [aux_sym_identities_only_token1] = ACTIONS(3226), - [aux_sym_identity_agent_token1] = ACTIONS(3226), - [aux_sym_identity_file_token1] = ACTIONS(3226), - [aux_sym_ignore_unknown_token1] = ACTIONS(3226), - [aux_sym_include_token1] = ACTIONS(3226), - [aux_sym_ip_qos_token1] = ACTIONS(3226), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3226), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3226), - [aux_sym_kex_algorithms_token1] = ACTIONS(3226), - [aux_sym_known_hosts_command_token1] = ACTIONS(3226), - [aux_sym_local_command_token1] = ACTIONS(3226), - [aux_sym_local_forward_token1] = ACTIONS(3226), - [aux_sym_log_level_token1] = ACTIONS(3226), - [aux_sym_log_verbose_token1] = ACTIONS(3226), - [aux_sym_macs_token1] = ACTIONS(3226), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3226), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3226), - [aux_sym_password_authentication_token1] = ACTIONS(3226), - [aux_sym_permit_local_command_token1] = ACTIONS(3226), - [aux_sym_permit_remote_open_token1] = ACTIONS(3226), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3226), - [aux_sym_port_token1] = ACTIONS(3226), - [aux_sym_preferred_authentications_token1] = ACTIONS(3226), - [aux_sym_protocol_token1] = ACTIONS(3226), - [aux_sym_proxy_command_token1] = ACTIONS(3226), - [aux_sym_proxy_jump_token1] = ACTIONS(3226), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3226), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3226), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3226), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3226), - [aux_sym_rekey_limit_token1] = ACTIONS(3226), - [aux_sym_remote_command_token1] = ACTIONS(3226), - [aux_sym_remote_forward_token1] = ACTIONS(3226), - [aux_sym_request_tty_token1] = ACTIONS(3226), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3226), - [aux_sym_security_key_provider_token1] = ACTIONS(3226), - [aux_sym_send_env_token1] = ACTIONS(3226), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3226), - [aux_sym_server_alive_interval_token1] = ACTIONS(3226), - [aux_sym_session_type_token1] = ACTIONS(3226), - [aux_sym_set_env_token1] = ACTIONS(3226), - [aux_sym_stdin_null_token1] = ACTIONS(3226), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3226), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3226), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3226), - [aux_sym_syslog_facility_token1] = ACTIONS(3226), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3226), - [aux_sym_keep_alive_token1] = ACTIONS(3226), - [aux_sym_tunnel_token1] = ACTIONS(3228), - [aux_sym_tunnel_device_token1] = ACTIONS(3226), - [aux_sym_update_host_keys_token1] = ACTIONS(3226), - [aux_sym_use_keychain_token1] = ACTIONS(3226), - [aux_sym_use_roaming_token1] = ACTIONS(3226), - [aux_sym_user_token1] = ACTIONS(3228), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3226), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3226), - [aux_sym_visual_host_key_token1] = ACTIONS(3226), - [aux_sym_xauth_location_token1] = ACTIONS(3226), + [ts_builtin_sym_end] = ACTIONS(3413), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3415), + [aux_sym_match_token1] = ACTIONS(3413), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3413), + [aux_sym_address_family_token1] = ACTIONS(3413), + [aux_sym_batch_mode_token1] = ACTIONS(3413), + [aux_sym_bind_address_token1] = ACTIONS(3413), + [aux_sym_bind_interface_token1] = ACTIONS(3413), + [aux_sym_canonical_domains_token1] = ACTIONS(3413), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3413), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3413), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3413), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3413), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3413), + [aux_sym_certificate_file_token1] = ACTIONS(3413), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3413), + [aux_sym_check_host_ip_token1] = ACTIONS(3413), + [aux_sym_ciphers_token1] = ACTIONS(3413), + [aux_sym_cipher_token1] = ACTIONS(3415), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3413), + [aux_sym_compression_token1] = ACTIONS(3413), + [aux_sym_connection_attempts_token1] = ACTIONS(3413), + [aux_sym_connect_timeout_token1] = ACTIONS(3413), + [aux_sym_control_master_token1] = ACTIONS(3413), + [aux_sym_control_path_token1] = ACTIONS(3413), + [aux_sym_control_persist_token1] = ACTIONS(3413), + [aux_sym_dynamic_forward_token1] = ACTIONS(3413), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3413), + [aux_sym_escape_char_token1] = ACTIONS(3413), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3413), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3413), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3413), + [aux_sym_forward_agent_token1] = ACTIONS(3413), + [aux_sym_forward_x11_token1] = ACTIONS(3415), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3413), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3413), + [aux_sym_gateway_ports_token1] = ACTIONS(3413), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3413), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3413), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3413), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3413), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3413), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3413), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3413), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3413), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3413), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3413), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3413), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3413), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3413), + [aux_sym_host_key_alias_token1] = ACTIONS(3413), + [aux_sym_hostname_token1] = ACTIONS(3413), + [aux_sym_identities_only_token1] = ACTIONS(3413), + [aux_sym_identity_agent_token1] = ACTIONS(3413), + [aux_sym_identity_file_token1] = ACTIONS(3413), + [aux_sym_ignore_unknown_token1] = ACTIONS(3413), + [aux_sym_include_token1] = ACTIONS(3413), + [aux_sym_ip_qos_token1] = ACTIONS(3413), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3413), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3413), + [aux_sym_kex_algorithms_token1] = ACTIONS(3413), + [aux_sym_known_hosts_command_token1] = ACTIONS(3413), + [aux_sym_local_command_token1] = ACTIONS(3413), + [aux_sym_local_forward_token1] = ACTIONS(3413), + [aux_sym_log_level_token1] = ACTIONS(3413), + [aux_sym_log_verbose_token1] = ACTIONS(3413), + [aux_sym_macs_token1] = ACTIONS(3413), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3413), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3413), + [aux_sym_password_authentication_token1] = ACTIONS(3413), + [aux_sym_permit_local_command_token1] = ACTIONS(3413), + [aux_sym_permit_remote_open_token1] = ACTIONS(3413), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3413), + [aux_sym_port_token1] = ACTIONS(3413), + [aux_sym_preferred_authentications_token1] = ACTIONS(3413), + [aux_sym_protocol_token1] = ACTIONS(3413), + [aux_sym_proxy_command_token1] = ACTIONS(3413), + [aux_sym_proxy_jump_token1] = ACTIONS(3413), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3413), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3413), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3413), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3413), + [aux_sym_rekey_limit_token1] = ACTIONS(3413), + [aux_sym_remote_command_token1] = ACTIONS(3413), + [aux_sym_remote_forward_token1] = ACTIONS(3413), + [aux_sym_request_tty_token1] = ACTIONS(3413), + [aux_sym_required_rsa_size_token1] = ACTIONS(3413), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3413), + [aux_sym_security_key_provider_token1] = ACTIONS(3413), + [aux_sym_send_env_token1] = ACTIONS(3413), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3413), + [aux_sym_server_alive_interval_token1] = ACTIONS(3413), + [aux_sym_session_type_token1] = ACTIONS(3413), + [aux_sym_set_env_token1] = ACTIONS(3413), + [aux_sym_stdin_null_token1] = ACTIONS(3413), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3413), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3413), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3413), + [aux_sym_syslog_facility_token1] = ACTIONS(3413), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3413), + [aux_sym_keep_alive_token1] = ACTIONS(3413), + [aux_sym_tunnel_token1] = ACTIONS(3415), + [aux_sym_tunnel_device_token1] = ACTIONS(3413), + [aux_sym_update_host_keys_token1] = ACTIONS(3413), + [aux_sym_use_keychain_token1] = ACTIONS(3413), + [aux_sym_use_roaming_token1] = ACTIONS(3413), + [aux_sym_user_token1] = ACTIONS(3415), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3413), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3413), + [aux_sym_visual_host_key_token1] = ACTIONS(3413), + [aux_sym_xauth_location_token1] = ACTIONS(3413), }, [559] = { - [ts_builtin_sym_end] = ACTIONS(3230), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3232), - [aux_sym_match_token1] = ACTIONS(3230), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3230), - [aux_sym_address_family_token1] = ACTIONS(3230), - [aux_sym_batch_mode_token1] = ACTIONS(3230), - [aux_sym_bind_address_token1] = ACTIONS(3230), - [aux_sym_bind_interface_token1] = ACTIONS(3230), - [aux_sym_canonical_domains_token1] = ACTIONS(3230), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3230), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3230), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3230), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3230), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3230), - [aux_sym_certificate_file_token1] = ACTIONS(3230), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3230), - [aux_sym_check_host_ip_token1] = ACTIONS(3230), - [aux_sym_ciphers_token1] = ACTIONS(3230), - [aux_sym_cipher_token1] = ACTIONS(3232), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3230), - [aux_sym_compression_token1] = ACTIONS(3230), - [aux_sym_connection_attempts_token1] = ACTIONS(3230), - [aux_sym_connect_timeout_token1] = ACTIONS(3230), - [aux_sym_control_master_token1] = ACTIONS(3230), - [aux_sym_control_path_token1] = ACTIONS(3230), - [aux_sym_control_persist_token1] = ACTIONS(3230), - [aux_sym_dynamic_forward_token1] = ACTIONS(3230), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3230), - [aux_sym_escape_char_token1] = ACTIONS(3230), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3230), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3230), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3230), - [aux_sym_forward_agent_token1] = ACTIONS(3230), - [aux_sym_forward_x11_token1] = ACTIONS(3232), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3230), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3230), - [aux_sym_gateway_ports_token1] = ACTIONS(3230), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3230), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3230), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3230), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3230), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3230), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3230), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3230), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3230), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3230), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3230), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3230), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3230), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3230), - [aux_sym_host_key_alias_token1] = ACTIONS(3230), - [aux_sym_hostname_token1] = ACTIONS(3230), - [aux_sym_identities_only_token1] = ACTIONS(3230), - [aux_sym_identity_agent_token1] = ACTIONS(3230), - [aux_sym_identity_file_token1] = ACTIONS(3230), - [aux_sym_ignore_unknown_token1] = ACTIONS(3230), - [aux_sym_include_token1] = ACTIONS(3230), - [aux_sym_ip_qos_token1] = ACTIONS(3230), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3230), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3230), - [aux_sym_kex_algorithms_token1] = ACTIONS(3230), - [aux_sym_known_hosts_command_token1] = ACTIONS(3230), - [aux_sym_local_command_token1] = ACTIONS(3230), - [aux_sym_local_forward_token1] = ACTIONS(3230), - [aux_sym_log_level_token1] = ACTIONS(3230), - [aux_sym_log_verbose_token1] = ACTIONS(3230), - [aux_sym_macs_token1] = ACTIONS(3230), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3230), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3230), - [aux_sym_password_authentication_token1] = ACTIONS(3230), - [aux_sym_permit_local_command_token1] = ACTIONS(3230), - [aux_sym_permit_remote_open_token1] = ACTIONS(3230), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3230), - [aux_sym_port_token1] = ACTIONS(3230), - [aux_sym_preferred_authentications_token1] = ACTIONS(3230), - [aux_sym_protocol_token1] = ACTIONS(3230), - [aux_sym_proxy_command_token1] = ACTIONS(3230), - [aux_sym_proxy_jump_token1] = ACTIONS(3230), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3230), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3230), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3230), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3230), - [aux_sym_rekey_limit_token1] = ACTIONS(3230), - [aux_sym_remote_command_token1] = ACTIONS(3230), - [aux_sym_remote_forward_token1] = ACTIONS(3230), - [aux_sym_request_tty_token1] = ACTIONS(3230), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3230), - [aux_sym_security_key_provider_token1] = ACTIONS(3230), - [aux_sym_send_env_token1] = ACTIONS(3230), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3230), - [aux_sym_server_alive_interval_token1] = ACTIONS(3230), - [aux_sym_session_type_token1] = ACTIONS(3230), - [aux_sym_set_env_token1] = ACTIONS(3230), - [aux_sym_stdin_null_token1] = ACTIONS(3230), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3230), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3230), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3230), - [aux_sym_syslog_facility_token1] = ACTIONS(3230), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3230), - [aux_sym_keep_alive_token1] = ACTIONS(3230), - [aux_sym_tunnel_token1] = ACTIONS(3232), - [aux_sym_tunnel_device_token1] = ACTIONS(3230), - [aux_sym_update_host_keys_token1] = ACTIONS(3230), - [aux_sym_use_keychain_token1] = ACTIONS(3230), - [aux_sym_use_roaming_token1] = ACTIONS(3230), - [aux_sym_user_token1] = ACTIONS(3232), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3230), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3230), - [aux_sym_visual_host_key_token1] = ACTIONS(3230), - [aux_sym_xauth_location_token1] = ACTIONS(3230), + [ts_builtin_sym_end] = ACTIONS(3417), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3419), + [aux_sym_match_token1] = ACTIONS(3417), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3417), + [aux_sym_address_family_token1] = ACTIONS(3417), + [aux_sym_batch_mode_token1] = ACTIONS(3417), + [aux_sym_bind_address_token1] = ACTIONS(3417), + [aux_sym_bind_interface_token1] = ACTIONS(3417), + [aux_sym_canonical_domains_token1] = ACTIONS(3417), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3417), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3417), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3417), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3417), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3417), + [aux_sym_certificate_file_token1] = ACTIONS(3417), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3417), + [aux_sym_check_host_ip_token1] = ACTIONS(3417), + [aux_sym_ciphers_token1] = ACTIONS(3417), + [aux_sym_cipher_token1] = ACTIONS(3419), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3417), + [aux_sym_compression_token1] = ACTIONS(3417), + [aux_sym_connection_attempts_token1] = ACTIONS(3417), + [aux_sym_connect_timeout_token1] = ACTIONS(3417), + [aux_sym_control_master_token1] = ACTIONS(3417), + [aux_sym_control_path_token1] = ACTIONS(3417), + [aux_sym_control_persist_token1] = ACTIONS(3417), + [aux_sym_dynamic_forward_token1] = ACTIONS(3417), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3417), + [aux_sym_escape_char_token1] = ACTIONS(3417), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3417), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3417), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3417), + [aux_sym_forward_agent_token1] = ACTIONS(3417), + [aux_sym_forward_x11_token1] = ACTIONS(3419), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3417), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3417), + [aux_sym_gateway_ports_token1] = ACTIONS(3417), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3417), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3417), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3417), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3417), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3417), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3417), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3417), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3417), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3417), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3417), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3417), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3417), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3417), + [aux_sym_host_key_alias_token1] = ACTIONS(3417), + [aux_sym_hostname_token1] = ACTIONS(3417), + [aux_sym_identities_only_token1] = ACTIONS(3417), + [aux_sym_identity_agent_token1] = ACTIONS(3417), + [aux_sym_identity_file_token1] = ACTIONS(3417), + [aux_sym_ignore_unknown_token1] = ACTIONS(3417), + [aux_sym_include_token1] = ACTIONS(3417), + [aux_sym_ip_qos_token1] = ACTIONS(3417), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3417), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3417), + [aux_sym_kex_algorithms_token1] = ACTIONS(3417), + [aux_sym_known_hosts_command_token1] = ACTIONS(3417), + [aux_sym_local_command_token1] = ACTIONS(3417), + [aux_sym_local_forward_token1] = ACTIONS(3417), + [aux_sym_log_level_token1] = ACTIONS(3417), + [aux_sym_log_verbose_token1] = ACTIONS(3417), + [aux_sym_macs_token1] = ACTIONS(3417), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3417), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3417), + [aux_sym_password_authentication_token1] = ACTIONS(3417), + [aux_sym_permit_local_command_token1] = ACTIONS(3417), + [aux_sym_permit_remote_open_token1] = ACTIONS(3417), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3417), + [aux_sym_port_token1] = ACTIONS(3417), + [aux_sym_preferred_authentications_token1] = ACTIONS(3417), + [aux_sym_protocol_token1] = ACTIONS(3417), + [aux_sym_proxy_command_token1] = ACTIONS(3417), + [aux_sym_proxy_jump_token1] = ACTIONS(3417), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3417), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3417), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3417), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3417), + [aux_sym_rekey_limit_token1] = ACTIONS(3417), + [aux_sym_remote_command_token1] = ACTIONS(3417), + [aux_sym_remote_forward_token1] = ACTIONS(3417), + [aux_sym_request_tty_token1] = ACTIONS(3417), + [aux_sym_required_rsa_size_token1] = ACTIONS(3417), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3417), + [aux_sym_security_key_provider_token1] = ACTIONS(3417), + [aux_sym_send_env_token1] = ACTIONS(3417), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3417), + [aux_sym_server_alive_interval_token1] = ACTIONS(3417), + [aux_sym_session_type_token1] = ACTIONS(3417), + [aux_sym_set_env_token1] = ACTIONS(3417), + [aux_sym_stdin_null_token1] = ACTIONS(3417), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3417), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3417), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3417), + [aux_sym_syslog_facility_token1] = ACTIONS(3417), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3417), + [aux_sym_keep_alive_token1] = ACTIONS(3417), + [aux_sym_tunnel_token1] = ACTIONS(3419), + [aux_sym_tunnel_device_token1] = ACTIONS(3417), + [aux_sym_update_host_keys_token1] = ACTIONS(3417), + [aux_sym_use_keychain_token1] = ACTIONS(3417), + [aux_sym_use_roaming_token1] = ACTIONS(3417), + [aux_sym_user_token1] = ACTIONS(3419), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3417), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3417), + [aux_sym_visual_host_key_token1] = ACTIONS(3417), + [aux_sym_xauth_location_token1] = ACTIONS(3417), }, [560] = { - [ts_builtin_sym_end] = ACTIONS(3234), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3236), - [aux_sym_match_token1] = ACTIONS(3234), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3234), - [aux_sym_address_family_token1] = ACTIONS(3234), - [aux_sym_batch_mode_token1] = ACTIONS(3234), - [aux_sym_bind_address_token1] = ACTIONS(3234), - [aux_sym_bind_interface_token1] = ACTIONS(3234), - [aux_sym_canonical_domains_token1] = ACTIONS(3234), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3234), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3234), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3234), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3234), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3234), - [aux_sym_certificate_file_token1] = ACTIONS(3234), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3234), - [aux_sym_check_host_ip_token1] = ACTIONS(3234), - [aux_sym_ciphers_token1] = ACTIONS(3234), - [aux_sym_cipher_token1] = ACTIONS(3236), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3234), - [aux_sym_compression_token1] = ACTIONS(3234), - [aux_sym_connection_attempts_token1] = ACTIONS(3234), - [aux_sym_connect_timeout_token1] = ACTIONS(3234), - [aux_sym_control_master_token1] = ACTIONS(3234), - [aux_sym_control_path_token1] = ACTIONS(3234), - [aux_sym_control_persist_token1] = ACTIONS(3234), - [aux_sym_dynamic_forward_token1] = ACTIONS(3234), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3234), - [aux_sym_escape_char_token1] = ACTIONS(3234), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3234), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3234), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3234), - [aux_sym_forward_agent_token1] = ACTIONS(3234), - [aux_sym_forward_x11_token1] = ACTIONS(3236), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3234), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3234), - [aux_sym_gateway_ports_token1] = ACTIONS(3234), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3234), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3234), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3234), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3234), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3234), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3234), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3234), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3234), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3234), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3234), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3234), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3234), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3234), - [aux_sym_host_key_alias_token1] = ACTIONS(3234), - [aux_sym_hostname_token1] = ACTIONS(3234), - [aux_sym_identities_only_token1] = ACTIONS(3234), - [aux_sym_identity_agent_token1] = ACTIONS(3234), - [aux_sym_identity_file_token1] = ACTIONS(3234), - [aux_sym_ignore_unknown_token1] = ACTIONS(3234), - [aux_sym_include_token1] = ACTIONS(3234), - [aux_sym_ip_qos_token1] = ACTIONS(3234), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3234), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3234), - [aux_sym_kex_algorithms_token1] = ACTIONS(3234), - [aux_sym_known_hosts_command_token1] = ACTIONS(3234), - [aux_sym_local_command_token1] = ACTIONS(3234), - [aux_sym_local_forward_token1] = ACTIONS(3234), - [aux_sym_log_level_token1] = ACTIONS(3234), - [aux_sym_log_verbose_token1] = ACTIONS(3234), - [aux_sym_macs_token1] = ACTIONS(3234), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3234), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3234), - [aux_sym_password_authentication_token1] = ACTIONS(3234), - [aux_sym_permit_local_command_token1] = ACTIONS(3234), - [aux_sym_permit_remote_open_token1] = ACTIONS(3234), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3234), - [aux_sym_port_token1] = ACTIONS(3234), - [aux_sym_preferred_authentications_token1] = ACTIONS(3234), - [aux_sym_protocol_token1] = ACTIONS(3234), - [aux_sym_proxy_command_token1] = ACTIONS(3234), - [aux_sym_proxy_jump_token1] = ACTIONS(3234), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3234), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3234), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3234), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3234), - [aux_sym_rekey_limit_token1] = ACTIONS(3234), - [aux_sym_remote_command_token1] = ACTIONS(3234), - [aux_sym_remote_forward_token1] = ACTIONS(3234), - [aux_sym_request_tty_token1] = ACTIONS(3234), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3234), - [aux_sym_security_key_provider_token1] = ACTIONS(3234), - [aux_sym_send_env_token1] = ACTIONS(3234), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3234), - [aux_sym_server_alive_interval_token1] = ACTIONS(3234), - [aux_sym_session_type_token1] = ACTIONS(3234), - [aux_sym_set_env_token1] = ACTIONS(3234), - [aux_sym_stdin_null_token1] = ACTIONS(3234), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3234), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3234), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3234), - [aux_sym_syslog_facility_token1] = ACTIONS(3234), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3234), - [aux_sym_keep_alive_token1] = ACTIONS(3234), - [aux_sym_tunnel_token1] = ACTIONS(3236), - [aux_sym_tunnel_device_token1] = ACTIONS(3234), - [aux_sym_update_host_keys_token1] = ACTIONS(3234), - [aux_sym_use_keychain_token1] = ACTIONS(3234), - [aux_sym_use_roaming_token1] = ACTIONS(3234), - [aux_sym_user_token1] = ACTIONS(3236), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3234), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3234), - [aux_sym_visual_host_key_token1] = ACTIONS(3234), - [aux_sym_xauth_location_token1] = ACTIONS(3234), + [ts_builtin_sym_end] = ACTIONS(3421), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3423), + [aux_sym_match_token1] = ACTIONS(3421), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3421), + [aux_sym_address_family_token1] = ACTIONS(3421), + [aux_sym_batch_mode_token1] = ACTIONS(3421), + [aux_sym_bind_address_token1] = ACTIONS(3421), + [aux_sym_bind_interface_token1] = ACTIONS(3421), + [aux_sym_canonical_domains_token1] = ACTIONS(3421), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3421), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3421), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3421), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3421), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3421), + [aux_sym_certificate_file_token1] = ACTIONS(3421), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3421), + [aux_sym_check_host_ip_token1] = ACTIONS(3421), + [aux_sym_ciphers_token1] = ACTIONS(3421), + [aux_sym_cipher_token1] = ACTIONS(3423), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3421), + [aux_sym_compression_token1] = ACTIONS(3421), + [aux_sym_connection_attempts_token1] = ACTIONS(3421), + [aux_sym_connect_timeout_token1] = ACTIONS(3421), + [aux_sym_control_master_token1] = ACTIONS(3421), + [aux_sym_control_path_token1] = ACTIONS(3421), + [aux_sym_control_persist_token1] = ACTIONS(3421), + [aux_sym_dynamic_forward_token1] = ACTIONS(3421), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3421), + [aux_sym_escape_char_token1] = ACTIONS(3421), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3421), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3421), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3421), + [aux_sym_forward_agent_token1] = ACTIONS(3421), + [aux_sym_forward_x11_token1] = ACTIONS(3423), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3421), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3421), + [aux_sym_gateway_ports_token1] = ACTIONS(3421), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3421), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3421), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3421), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3421), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3421), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3421), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3421), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3421), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3421), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3421), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3421), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3421), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3421), + [aux_sym_host_key_alias_token1] = ACTIONS(3421), + [aux_sym_hostname_token1] = ACTIONS(3421), + [aux_sym_identities_only_token1] = ACTIONS(3421), + [aux_sym_identity_agent_token1] = ACTIONS(3421), + [aux_sym_identity_file_token1] = ACTIONS(3421), + [aux_sym_ignore_unknown_token1] = ACTIONS(3421), + [aux_sym_include_token1] = ACTIONS(3421), + [aux_sym_ip_qos_token1] = ACTIONS(3421), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3421), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3421), + [aux_sym_kex_algorithms_token1] = ACTIONS(3421), + [aux_sym_known_hosts_command_token1] = ACTIONS(3421), + [aux_sym_local_command_token1] = ACTIONS(3421), + [aux_sym_local_forward_token1] = ACTIONS(3421), + [aux_sym_log_level_token1] = ACTIONS(3421), + [aux_sym_log_verbose_token1] = ACTIONS(3421), + [aux_sym_macs_token1] = ACTIONS(3421), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3421), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3421), + [aux_sym_password_authentication_token1] = ACTIONS(3421), + [aux_sym_permit_local_command_token1] = ACTIONS(3421), + [aux_sym_permit_remote_open_token1] = ACTIONS(3421), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3421), + [aux_sym_port_token1] = ACTIONS(3421), + [aux_sym_preferred_authentications_token1] = ACTIONS(3421), + [aux_sym_protocol_token1] = ACTIONS(3421), + [aux_sym_proxy_command_token1] = ACTIONS(3421), + [aux_sym_proxy_jump_token1] = ACTIONS(3421), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3421), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3421), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3421), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3421), + [aux_sym_rekey_limit_token1] = ACTIONS(3421), + [aux_sym_remote_command_token1] = ACTIONS(3421), + [aux_sym_remote_forward_token1] = ACTIONS(3421), + [aux_sym_request_tty_token1] = ACTIONS(3421), + [aux_sym_required_rsa_size_token1] = ACTIONS(3421), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3421), + [aux_sym_security_key_provider_token1] = ACTIONS(3421), + [aux_sym_send_env_token1] = ACTIONS(3421), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3421), + [aux_sym_server_alive_interval_token1] = ACTIONS(3421), + [aux_sym_session_type_token1] = ACTIONS(3421), + [aux_sym_set_env_token1] = ACTIONS(3421), + [aux_sym_stdin_null_token1] = ACTIONS(3421), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3421), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3421), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3421), + [aux_sym_syslog_facility_token1] = ACTIONS(3421), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3421), + [aux_sym_keep_alive_token1] = ACTIONS(3421), + [aux_sym_tunnel_token1] = ACTIONS(3423), + [aux_sym_tunnel_device_token1] = ACTIONS(3421), + [aux_sym_update_host_keys_token1] = ACTIONS(3421), + [aux_sym_use_keychain_token1] = ACTIONS(3421), + [aux_sym_use_roaming_token1] = ACTIONS(3421), + [aux_sym_user_token1] = ACTIONS(3423), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3421), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3421), + [aux_sym_visual_host_key_token1] = ACTIONS(3421), + [aux_sym_xauth_location_token1] = ACTIONS(3421), }, [561] = { - [ts_builtin_sym_end] = ACTIONS(3238), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3240), - [aux_sym_match_token1] = ACTIONS(3238), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3238), - [aux_sym_address_family_token1] = ACTIONS(3238), - [aux_sym_batch_mode_token1] = ACTIONS(3238), - [aux_sym_bind_address_token1] = ACTIONS(3238), - [aux_sym_bind_interface_token1] = ACTIONS(3238), - [aux_sym_canonical_domains_token1] = ACTIONS(3238), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3238), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3238), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3238), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3238), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3238), - [aux_sym_certificate_file_token1] = ACTIONS(3238), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3238), - [aux_sym_check_host_ip_token1] = ACTIONS(3238), - [aux_sym_ciphers_token1] = ACTIONS(3238), - [aux_sym_cipher_token1] = ACTIONS(3240), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3238), - [aux_sym_compression_token1] = ACTIONS(3238), - [aux_sym_connection_attempts_token1] = ACTIONS(3238), - [aux_sym_connect_timeout_token1] = ACTIONS(3238), - [aux_sym_control_master_token1] = ACTIONS(3238), - [aux_sym_control_path_token1] = ACTIONS(3238), - [aux_sym_control_persist_token1] = ACTIONS(3238), - [aux_sym_dynamic_forward_token1] = ACTIONS(3238), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3238), - [aux_sym_escape_char_token1] = ACTIONS(3238), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3238), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3238), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3238), - [aux_sym_forward_agent_token1] = ACTIONS(3238), - [aux_sym_forward_x11_token1] = ACTIONS(3240), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3238), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3238), - [aux_sym_gateway_ports_token1] = ACTIONS(3238), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3238), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3238), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3238), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3238), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3238), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3238), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3238), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3238), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3238), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3238), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3238), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3238), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3238), - [aux_sym_host_key_alias_token1] = ACTIONS(3238), - [aux_sym_hostname_token1] = ACTIONS(3238), - [aux_sym_identities_only_token1] = ACTIONS(3238), - [aux_sym_identity_agent_token1] = ACTIONS(3238), - [aux_sym_identity_file_token1] = ACTIONS(3238), - [aux_sym_ignore_unknown_token1] = ACTIONS(3238), - [aux_sym_include_token1] = ACTIONS(3238), - [aux_sym_ip_qos_token1] = ACTIONS(3238), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3238), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3238), - [aux_sym_kex_algorithms_token1] = ACTIONS(3238), - [aux_sym_known_hosts_command_token1] = ACTIONS(3238), - [aux_sym_local_command_token1] = ACTIONS(3238), - [aux_sym_local_forward_token1] = ACTIONS(3238), - [aux_sym_log_level_token1] = ACTIONS(3238), - [aux_sym_log_verbose_token1] = ACTIONS(3238), - [aux_sym_macs_token1] = ACTIONS(3238), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3238), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3238), - [aux_sym_password_authentication_token1] = ACTIONS(3238), - [aux_sym_permit_local_command_token1] = ACTIONS(3238), - [aux_sym_permit_remote_open_token1] = ACTIONS(3238), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3238), - [aux_sym_port_token1] = ACTIONS(3238), - [aux_sym_preferred_authentications_token1] = ACTIONS(3238), - [aux_sym_protocol_token1] = ACTIONS(3238), - [aux_sym_proxy_command_token1] = ACTIONS(3238), - [aux_sym_proxy_jump_token1] = ACTIONS(3238), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3238), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3238), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3238), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3238), - [aux_sym_rekey_limit_token1] = ACTIONS(3238), - [aux_sym_remote_command_token1] = ACTIONS(3238), - [aux_sym_remote_forward_token1] = ACTIONS(3238), - [aux_sym_request_tty_token1] = ACTIONS(3238), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3238), - [aux_sym_security_key_provider_token1] = ACTIONS(3238), - [aux_sym_send_env_token1] = ACTIONS(3238), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3238), - [aux_sym_server_alive_interval_token1] = ACTIONS(3238), - [aux_sym_session_type_token1] = ACTIONS(3238), - [aux_sym_set_env_token1] = ACTIONS(3238), - [aux_sym_stdin_null_token1] = ACTIONS(3238), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3238), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3238), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3238), - [aux_sym_syslog_facility_token1] = ACTIONS(3238), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3238), - [aux_sym_keep_alive_token1] = ACTIONS(3238), - [aux_sym_tunnel_token1] = ACTIONS(3240), - [aux_sym_tunnel_device_token1] = ACTIONS(3238), - [aux_sym_update_host_keys_token1] = ACTIONS(3238), - [aux_sym_use_keychain_token1] = ACTIONS(3238), - [aux_sym_use_roaming_token1] = ACTIONS(3238), - [aux_sym_user_token1] = ACTIONS(3240), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3238), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3238), - [aux_sym_visual_host_key_token1] = ACTIONS(3238), - [aux_sym_xauth_location_token1] = ACTIONS(3238), + [ts_builtin_sym_end] = ACTIONS(3425), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(3427), + [aux_sym_match_token1] = ACTIONS(3425), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(3425), + [aux_sym_address_family_token1] = ACTIONS(3425), + [aux_sym_batch_mode_token1] = ACTIONS(3425), + [aux_sym_bind_address_token1] = ACTIONS(3425), + [aux_sym_bind_interface_token1] = ACTIONS(3425), + [aux_sym_canonical_domains_token1] = ACTIONS(3425), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3425), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(3425), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3425), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3425), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3425), + [aux_sym_certificate_file_token1] = ACTIONS(3425), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(3425), + [aux_sym_check_host_ip_token1] = ACTIONS(3425), + [aux_sym_ciphers_token1] = ACTIONS(3425), + [aux_sym_cipher_token1] = ACTIONS(3427), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(3425), + [aux_sym_compression_token1] = ACTIONS(3425), + [aux_sym_connection_attempts_token1] = ACTIONS(3425), + [aux_sym_connect_timeout_token1] = ACTIONS(3425), + [aux_sym_control_master_token1] = ACTIONS(3425), + [aux_sym_control_path_token1] = ACTIONS(3425), + [aux_sym_control_persist_token1] = ACTIONS(3425), + [aux_sym_dynamic_forward_token1] = ACTIONS(3425), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3425), + [aux_sym_escape_char_token1] = ACTIONS(3425), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3425), + [aux_sym_fingerprint_hash_token1] = ACTIONS(3425), + [aux_sym_fork_after_authentication_token1] = ACTIONS(3425), + [aux_sym_forward_agent_token1] = ACTIONS(3425), + [aux_sym_forward_x11_token1] = ACTIONS(3427), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(3425), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(3425), + [aux_sym_gateway_ports_token1] = ACTIONS(3425), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(3425), + [aux_sym_gssapi_authentication_token1] = ACTIONS(3425), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(3425), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3425), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3425), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3425), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(3425), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3425), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3425), + [aux_sym_hash_known_hosts_token1] = ACTIONS(3425), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3425), + [aux_sym_hostbased_authentication_token1] = ACTIONS(3425), + [aux_sym_host_key_algorithms_token1] = ACTIONS(3425), + [aux_sym_host_key_alias_token1] = ACTIONS(3425), + [aux_sym_hostname_token1] = ACTIONS(3425), + [aux_sym_identities_only_token1] = ACTIONS(3425), + [aux_sym_identity_agent_token1] = ACTIONS(3425), + [aux_sym_identity_file_token1] = ACTIONS(3425), + [aux_sym_ignore_unknown_token1] = ACTIONS(3425), + [aux_sym_include_token1] = ACTIONS(3425), + [aux_sym_ip_qos_token1] = ACTIONS(3425), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3425), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3425), + [aux_sym_kex_algorithms_token1] = ACTIONS(3425), + [aux_sym_known_hosts_command_token1] = ACTIONS(3425), + [aux_sym_local_command_token1] = ACTIONS(3425), + [aux_sym_local_forward_token1] = ACTIONS(3425), + [aux_sym_log_level_token1] = ACTIONS(3425), + [aux_sym_log_verbose_token1] = ACTIONS(3425), + [aux_sym_macs_token1] = ACTIONS(3425), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3425), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(3425), + [aux_sym_password_authentication_token1] = ACTIONS(3425), + [aux_sym_permit_local_command_token1] = ACTIONS(3425), + [aux_sym_permit_remote_open_token1] = ACTIONS(3425), + [aux_sym_pkcs11_provider_token1] = ACTIONS(3425), + [aux_sym_port_token1] = ACTIONS(3425), + [aux_sym_preferred_authentications_token1] = ACTIONS(3425), + [aux_sym_protocol_token1] = ACTIONS(3425), + [aux_sym_proxy_command_token1] = ACTIONS(3425), + [aux_sym_proxy_jump_token1] = ACTIONS(3425), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3425), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3425), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3425), + [aux_sym_pubkey_authentication_token1] = ACTIONS(3425), + [aux_sym_rekey_limit_token1] = ACTIONS(3425), + [aux_sym_remote_command_token1] = ACTIONS(3425), + [aux_sym_remote_forward_token1] = ACTIONS(3425), + [aux_sym_request_tty_token1] = ACTIONS(3425), + [aux_sym_required_rsa_size_token1] = ACTIONS(3425), + [aux_sym_revoked_host_keys_token1] = ACTIONS(3425), + [aux_sym_security_key_provider_token1] = ACTIONS(3425), + [aux_sym_send_env_token1] = ACTIONS(3425), + [aux_sym_server_alive_count_max_token1] = ACTIONS(3425), + [aux_sym_server_alive_interval_token1] = ACTIONS(3425), + [aux_sym_session_type_token1] = ACTIONS(3425), + [aux_sym_set_env_token1] = ACTIONS(3425), + [aux_sym_stdin_null_token1] = ACTIONS(3425), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3425), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3425), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(3425), + [aux_sym_syslog_facility_token1] = ACTIONS(3425), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(3425), + [aux_sym_keep_alive_token1] = ACTIONS(3425), + [aux_sym_tunnel_token1] = ACTIONS(3427), + [aux_sym_tunnel_device_token1] = ACTIONS(3425), + [aux_sym_update_host_keys_token1] = ACTIONS(3425), + [aux_sym_use_keychain_token1] = ACTIONS(3425), + [aux_sym_use_roaming_token1] = ACTIONS(3425), + [aux_sym_user_token1] = ACTIONS(3427), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(3425), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(3425), + [aux_sym_visual_host_key_token1] = ACTIONS(3425), + [aux_sym_xauth_location_token1] = ACTIONS(3425), }, [562] = { - [ts_builtin_sym_end] = ACTIONS(808), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(810), - [aux_sym_match_token1] = ACTIONS(808), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(808), - [aux_sym_address_family_token1] = ACTIONS(808), - [aux_sym_batch_mode_token1] = ACTIONS(808), - [aux_sym_bind_address_token1] = ACTIONS(808), - [aux_sym_bind_interface_token1] = ACTIONS(808), - [aux_sym_canonical_domains_token1] = ACTIONS(808), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(808), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(808), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(808), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(808), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(808), - [aux_sym_certificate_file_token1] = ACTIONS(808), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(808), - [aux_sym_check_host_ip_token1] = ACTIONS(808), - [aux_sym_ciphers_token1] = ACTIONS(808), - [aux_sym_cipher_token1] = ACTIONS(810), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(808), - [aux_sym_compression_token1] = ACTIONS(808), - [aux_sym_connection_attempts_token1] = ACTIONS(808), - [aux_sym_connect_timeout_token1] = ACTIONS(808), - [aux_sym_control_master_token1] = ACTIONS(808), - [aux_sym_control_path_token1] = ACTIONS(808), - [aux_sym_control_persist_token1] = ACTIONS(808), - [aux_sym_dynamic_forward_token1] = ACTIONS(808), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(808), - [aux_sym_escape_char_token1] = ACTIONS(808), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(808), - [aux_sym_fingerprint_hash_token1] = ACTIONS(808), - [aux_sym_fork_after_authentication_token1] = ACTIONS(808), - [aux_sym_forward_agent_token1] = ACTIONS(808), - [aux_sym_forward_x11_token1] = ACTIONS(810), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(808), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(808), - [aux_sym_gateway_ports_token1] = ACTIONS(808), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(808), - [aux_sym_gssapi_authentication_token1] = ACTIONS(808), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(808), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(808), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(808), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(808), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(808), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(808), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(808), - [aux_sym_hash_known_hosts_token1] = ACTIONS(808), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(808), - [aux_sym_hostbased_authentication_token1] = ACTIONS(808), - [aux_sym_host_key_algorithms_token1] = ACTIONS(808), - [aux_sym_host_key_alias_token1] = ACTIONS(808), - [aux_sym_hostname_token1] = ACTIONS(808), - [aux_sym_identities_only_token1] = ACTIONS(808), - [aux_sym_identity_agent_token1] = ACTIONS(808), - [aux_sym_identity_file_token1] = ACTIONS(808), - [aux_sym_ignore_unknown_token1] = ACTIONS(808), - [aux_sym_include_token1] = ACTIONS(808), - [aux_sym_ip_qos_token1] = ACTIONS(808), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(808), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(808), - [aux_sym_kex_algorithms_token1] = ACTIONS(808), - [aux_sym_known_hosts_command_token1] = ACTIONS(808), - [aux_sym_local_command_token1] = ACTIONS(808), - [aux_sym_local_forward_token1] = ACTIONS(808), - [aux_sym_log_level_token1] = ACTIONS(808), - [aux_sym_log_verbose_token1] = ACTIONS(808), - [aux_sym_macs_token1] = ACTIONS(808), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(808), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(808), - [aux_sym_password_authentication_token1] = ACTIONS(808), - [aux_sym_permit_local_command_token1] = ACTIONS(808), - [aux_sym_permit_remote_open_token1] = ACTIONS(808), - [aux_sym_pkcs11_provider_token1] = ACTIONS(808), - [aux_sym_port_token1] = ACTIONS(808), - [aux_sym_preferred_authentications_token1] = ACTIONS(808), - [aux_sym_protocol_token1] = ACTIONS(808), - [aux_sym_proxy_command_token1] = ACTIONS(808), - [aux_sym_proxy_jump_token1] = ACTIONS(808), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(808), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(808), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(808), - [aux_sym_pubkey_authentication_token1] = ACTIONS(808), - [aux_sym_rekey_limit_token1] = ACTIONS(808), - [aux_sym_remote_command_token1] = ACTIONS(808), - [aux_sym_remote_forward_token1] = ACTIONS(808), - [aux_sym_request_tty_token1] = ACTIONS(808), - [aux_sym_revoked_host_keys_token1] = ACTIONS(808), - [aux_sym_security_key_provider_token1] = ACTIONS(808), - [aux_sym_send_env_token1] = ACTIONS(808), - [aux_sym_server_alive_count_max_token1] = ACTIONS(808), - [aux_sym_server_alive_interval_token1] = ACTIONS(808), - [aux_sym_session_type_token1] = ACTIONS(808), - [aux_sym_set_env_token1] = ACTIONS(808), - [aux_sym_stdin_null_token1] = ACTIONS(808), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(808), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(808), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(808), - [aux_sym_syslog_facility_token1] = ACTIONS(808), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(808), - [aux_sym_keep_alive_token1] = ACTIONS(808), - [aux_sym_tunnel_token1] = ACTIONS(810), - [aux_sym_tunnel_device_token1] = ACTIONS(808), - [aux_sym_update_host_keys_token1] = ACTIONS(808), - [aux_sym_use_keychain_token1] = ACTIONS(808), - [aux_sym_use_roaming_token1] = ACTIONS(808), - [aux_sym_user_token1] = ACTIONS(810), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(808), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(808), - [aux_sym_visual_host_key_token1] = ACTIONS(808), - [aux_sym_xauth_location_token1] = ACTIONS(808), + [ts_builtin_sym_end] = ACTIONS(567), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(569), + [aux_sym_match_token1] = ACTIONS(567), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(567), + [aux_sym_address_family_token1] = ACTIONS(567), + [aux_sym_batch_mode_token1] = ACTIONS(567), + [aux_sym_bind_address_token1] = ACTIONS(567), + [aux_sym_bind_interface_token1] = ACTIONS(567), + [aux_sym_canonical_domains_token1] = ACTIONS(567), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(567), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(567), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(567), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(567), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(567), + [aux_sym_certificate_file_token1] = ACTIONS(567), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(567), + [aux_sym_check_host_ip_token1] = ACTIONS(567), + [aux_sym_ciphers_token1] = ACTIONS(567), + [aux_sym_cipher_token1] = ACTIONS(569), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(567), + [aux_sym_compression_token1] = ACTIONS(567), + [aux_sym_connection_attempts_token1] = ACTIONS(567), + [aux_sym_connect_timeout_token1] = ACTIONS(567), + [aux_sym_control_master_token1] = ACTIONS(567), + [aux_sym_control_path_token1] = ACTIONS(567), + [aux_sym_control_persist_token1] = ACTIONS(567), + [aux_sym_dynamic_forward_token1] = ACTIONS(567), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(567), + [aux_sym_escape_char_token1] = ACTIONS(567), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(567), + [aux_sym_fingerprint_hash_token1] = ACTIONS(567), + [aux_sym_fork_after_authentication_token1] = ACTIONS(567), + [aux_sym_forward_agent_token1] = ACTIONS(567), + [aux_sym_forward_x11_token1] = ACTIONS(569), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(567), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(567), + [aux_sym_gateway_ports_token1] = ACTIONS(567), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(567), + [aux_sym_gssapi_authentication_token1] = ACTIONS(567), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(567), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(567), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(567), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(567), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(567), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(567), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(567), + [aux_sym_hash_known_hosts_token1] = ACTIONS(567), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(567), + [aux_sym_hostbased_authentication_token1] = ACTIONS(567), + [aux_sym_host_key_algorithms_token1] = ACTIONS(567), + [aux_sym_host_key_alias_token1] = ACTIONS(567), + [aux_sym_hostname_token1] = ACTIONS(567), + [aux_sym_identities_only_token1] = ACTIONS(567), + [aux_sym_identity_agent_token1] = ACTIONS(567), + [aux_sym_identity_file_token1] = ACTIONS(567), + [aux_sym_ignore_unknown_token1] = ACTIONS(567), + [aux_sym_include_token1] = ACTIONS(567), + [aux_sym_ip_qos_token1] = ACTIONS(567), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(567), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(567), + [aux_sym_kex_algorithms_token1] = ACTIONS(567), + [aux_sym_known_hosts_command_token1] = ACTIONS(567), + [aux_sym_local_command_token1] = ACTIONS(567), + [aux_sym_local_forward_token1] = ACTIONS(567), + [aux_sym_log_level_token1] = ACTIONS(567), + [aux_sym_log_verbose_token1] = ACTIONS(567), + [aux_sym_macs_token1] = ACTIONS(567), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(567), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(567), + [aux_sym_password_authentication_token1] = ACTIONS(567), + [aux_sym_permit_local_command_token1] = ACTIONS(567), + [aux_sym_permit_remote_open_token1] = ACTIONS(567), + [aux_sym_pkcs11_provider_token1] = ACTIONS(567), + [aux_sym_port_token1] = ACTIONS(567), + [aux_sym_preferred_authentications_token1] = ACTIONS(567), + [aux_sym_protocol_token1] = ACTIONS(567), + [aux_sym_proxy_command_token1] = ACTIONS(567), + [aux_sym_proxy_jump_token1] = ACTIONS(567), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(567), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(567), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(567), + [aux_sym_pubkey_authentication_token1] = ACTIONS(567), + [aux_sym_rekey_limit_token1] = ACTIONS(567), + [aux_sym_remote_command_token1] = ACTIONS(567), + [aux_sym_remote_forward_token1] = ACTIONS(567), + [aux_sym_request_tty_token1] = ACTIONS(567), + [aux_sym_required_rsa_size_token1] = ACTIONS(567), + [aux_sym_revoked_host_keys_token1] = ACTIONS(567), + [aux_sym_security_key_provider_token1] = ACTIONS(567), + [aux_sym_send_env_token1] = ACTIONS(567), + [aux_sym_server_alive_count_max_token1] = ACTIONS(567), + [aux_sym_server_alive_interval_token1] = ACTIONS(567), + [aux_sym_session_type_token1] = ACTIONS(567), + [aux_sym_set_env_token1] = ACTIONS(567), + [aux_sym_stdin_null_token1] = ACTIONS(567), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(567), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(567), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(567), + [aux_sym_syslog_facility_token1] = ACTIONS(567), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(567), + [aux_sym_keep_alive_token1] = ACTIONS(567), + [aux_sym_tunnel_token1] = ACTIONS(569), + [aux_sym_tunnel_device_token1] = ACTIONS(567), + [aux_sym_update_host_keys_token1] = ACTIONS(567), + [aux_sym_use_keychain_token1] = ACTIONS(567), + [aux_sym_use_roaming_token1] = ACTIONS(567), + [aux_sym_user_token1] = ACTIONS(569), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(567), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(567), + [aux_sym_visual_host_key_token1] = ACTIONS(567), + [aux_sym_xauth_location_token1] = ACTIONS(567), }, [563] = { - [ts_builtin_sym_end] = ACTIONS(982), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(984), - [aux_sym_match_token1] = ACTIONS(982), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(982), - [aux_sym_address_family_token1] = ACTIONS(982), - [aux_sym_batch_mode_token1] = ACTIONS(982), - [aux_sym_bind_address_token1] = ACTIONS(982), - [aux_sym_bind_interface_token1] = ACTIONS(982), - [aux_sym_canonical_domains_token1] = ACTIONS(982), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(982), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(982), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(982), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(982), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(982), - [aux_sym_certificate_file_token1] = ACTIONS(982), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(982), - [aux_sym_check_host_ip_token1] = ACTIONS(982), - [aux_sym_ciphers_token1] = ACTIONS(982), - [aux_sym_cipher_token1] = ACTIONS(984), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(982), - [aux_sym_compression_token1] = ACTIONS(982), - [aux_sym_connection_attempts_token1] = ACTIONS(982), - [aux_sym_connect_timeout_token1] = ACTIONS(982), - [aux_sym_control_master_token1] = ACTIONS(982), - [aux_sym_control_path_token1] = ACTIONS(982), - [aux_sym_control_persist_token1] = ACTIONS(982), - [aux_sym_dynamic_forward_token1] = ACTIONS(982), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(982), - [aux_sym_escape_char_token1] = ACTIONS(982), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(982), - [aux_sym_fingerprint_hash_token1] = ACTIONS(982), - [aux_sym_fork_after_authentication_token1] = ACTIONS(982), - [aux_sym_forward_agent_token1] = ACTIONS(982), - [aux_sym_forward_x11_token1] = ACTIONS(984), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(982), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(982), - [aux_sym_gateway_ports_token1] = ACTIONS(982), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(982), - [aux_sym_gssapi_authentication_token1] = ACTIONS(982), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(982), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(982), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(982), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(982), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(982), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(982), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(982), - [aux_sym_hash_known_hosts_token1] = ACTIONS(982), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(982), - [aux_sym_hostbased_authentication_token1] = ACTIONS(982), - [aux_sym_host_key_algorithms_token1] = ACTIONS(982), - [aux_sym_host_key_alias_token1] = ACTIONS(982), - [aux_sym_hostname_token1] = ACTIONS(982), - [aux_sym_identities_only_token1] = ACTIONS(982), - [aux_sym_identity_agent_token1] = ACTIONS(982), - [aux_sym_identity_file_token1] = ACTIONS(982), - [aux_sym_ignore_unknown_token1] = ACTIONS(982), - [aux_sym_include_token1] = ACTIONS(982), - [aux_sym_ip_qos_token1] = ACTIONS(982), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(982), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(982), - [aux_sym_kex_algorithms_token1] = ACTIONS(982), - [aux_sym_known_hosts_command_token1] = ACTIONS(982), - [aux_sym_local_command_token1] = ACTIONS(982), - [aux_sym_local_forward_token1] = ACTIONS(982), - [aux_sym_log_level_token1] = ACTIONS(982), - [aux_sym_log_verbose_token1] = ACTIONS(982), - [aux_sym_macs_token1] = ACTIONS(982), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(982), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(982), - [aux_sym_password_authentication_token1] = ACTIONS(982), - [aux_sym_permit_local_command_token1] = ACTIONS(982), - [aux_sym_permit_remote_open_token1] = ACTIONS(982), - [aux_sym_pkcs11_provider_token1] = ACTIONS(982), - [aux_sym_port_token1] = ACTIONS(982), - [aux_sym_preferred_authentications_token1] = ACTIONS(982), - [aux_sym_protocol_token1] = ACTIONS(982), - [aux_sym_proxy_command_token1] = ACTIONS(982), - [aux_sym_proxy_jump_token1] = ACTIONS(982), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(982), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(982), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(982), - [aux_sym_pubkey_authentication_token1] = ACTIONS(982), - [aux_sym_rekey_limit_token1] = ACTIONS(982), - [aux_sym_remote_command_token1] = ACTIONS(982), - [aux_sym_remote_forward_token1] = ACTIONS(982), - [aux_sym_request_tty_token1] = ACTIONS(982), - [aux_sym_revoked_host_keys_token1] = ACTIONS(982), - [aux_sym_security_key_provider_token1] = ACTIONS(982), - [aux_sym_send_env_token1] = ACTIONS(982), - [aux_sym_server_alive_count_max_token1] = ACTIONS(982), - [aux_sym_server_alive_interval_token1] = ACTIONS(982), - [aux_sym_session_type_token1] = ACTIONS(982), - [aux_sym_set_env_token1] = ACTIONS(982), - [aux_sym_stdin_null_token1] = ACTIONS(982), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(982), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(982), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(982), - [aux_sym_syslog_facility_token1] = ACTIONS(982), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(982), - [aux_sym_keep_alive_token1] = ACTIONS(982), - [aux_sym_tunnel_token1] = ACTIONS(984), - [aux_sym_tunnel_device_token1] = ACTIONS(982), - [aux_sym_update_host_keys_token1] = ACTIONS(982), - [aux_sym_use_keychain_token1] = ACTIONS(982), - [aux_sym_use_roaming_token1] = ACTIONS(982), - [aux_sym_user_token1] = ACTIONS(984), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(982), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(982), - [aux_sym_visual_host_key_token1] = ACTIONS(982), - [aux_sym_xauth_location_token1] = ACTIONS(982), + [ts_builtin_sym_end] = ACTIONS(573), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(575), + [aux_sym_match_token1] = ACTIONS(573), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(573), + [aux_sym_address_family_token1] = ACTIONS(573), + [aux_sym_batch_mode_token1] = ACTIONS(573), + [aux_sym_bind_address_token1] = ACTIONS(573), + [aux_sym_bind_interface_token1] = ACTIONS(573), + [aux_sym_canonical_domains_token1] = ACTIONS(573), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(573), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(573), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(573), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(573), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(573), + [aux_sym_certificate_file_token1] = ACTIONS(573), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(573), + [aux_sym_check_host_ip_token1] = ACTIONS(573), + [aux_sym_ciphers_token1] = ACTIONS(573), + [aux_sym_cipher_token1] = ACTIONS(575), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(573), + [aux_sym_compression_token1] = ACTIONS(573), + [aux_sym_connection_attempts_token1] = ACTIONS(573), + [aux_sym_connect_timeout_token1] = ACTIONS(573), + [aux_sym_control_master_token1] = ACTIONS(573), + [aux_sym_control_path_token1] = ACTIONS(573), + [aux_sym_control_persist_token1] = ACTIONS(573), + [aux_sym_dynamic_forward_token1] = ACTIONS(573), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(573), + [aux_sym_escape_char_token1] = ACTIONS(573), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(573), + [aux_sym_fingerprint_hash_token1] = ACTIONS(573), + [aux_sym_fork_after_authentication_token1] = ACTIONS(573), + [aux_sym_forward_agent_token1] = ACTIONS(573), + [aux_sym_forward_x11_token1] = ACTIONS(575), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(573), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(573), + [aux_sym_gateway_ports_token1] = ACTIONS(573), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(573), + [aux_sym_gssapi_authentication_token1] = ACTIONS(573), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(573), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(573), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(573), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(573), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(573), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(573), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(573), + [aux_sym_hash_known_hosts_token1] = ACTIONS(573), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(573), + [aux_sym_hostbased_authentication_token1] = ACTIONS(573), + [aux_sym_host_key_algorithms_token1] = ACTIONS(573), + [aux_sym_host_key_alias_token1] = ACTIONS(573), + [aux_sym_hostname_token1] = ACTIONS(573), + [aux_sym_identities_only_token1] = ACTIONS(573), + [aux_sym_identity_agent_token1] = ACTIONS(573), + [aux_sym_identity_file_token1] = ACTIONS(573), + [aux_sym_ignore_unknown_token1] = ACTIONS(573), + [aux_sym_include_token1] = ACTIONS(573), + [aux_sym_ip_qos_token1] = ACTIONS(573), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(573), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(573), + [aux_sym_kex_algorithms_token1] = ACTIONS(573), + [aux_sym_known_hosts_command_token1] = ACTIONS(573), + [aux_sym_local_command_token1] = ACTIONS(573), + [aux_sym_local_forward_token1] = ACTIONS(573), + [aux_sym_log_level_token1] = ACTIONS(573), + [aux_sym_log_verbose_token1] = ACTIONS(573), + [aux_sym_macs_token1] = ACTIONS(573), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(573), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(573), + [aux_sym_password_authentication_token1] = ACTIONS(573), + [aux_sym_permit_local_command_token1] = ACTIONS(573), + [aux_sym_permit_remote_open_token1] = ACTIONS(573), + [aux_sym_pkcs11_provider_token1] = ACTIONS(573), + [aux_sym_port_token1] = ACTIONS(573), + [aux_sym_preferred_authentications_token1] = ACTIONS(573), + [aux_sym_protocol_token1] = ACTIONS(573), + [aux_sym_proxy_command_token1] = ACTIONS(573), + [aux_sym_proxy_jump_token1] = ACTIONS(573), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(573), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(573), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(573), + [aux_sym_pubkey_authentication_token1] = ACTIONS(573), + [aux_sym_rekey_limit_token1] = ACTIONS(573), + [aux_sym_remote_command_token1] = ACTIONS(573), + [aux_sym_remote_forward_token1] = ACTIONS(573), + [aux_sym_request_tty_token1] = ACTIONS(573), + [aux_sym_required_rsa_size_token1] = ACTIONS(573), + [aux_sym_revoked_host_keys_token1] = ACTIONS(573), + [aux_sym_security_key_provider_token1] = ACTIONS(573), + [aux_sym_send_env_token1] = ACTIONS(573), + [aux_sym_server_alive_count_max_token1] = ACTIONS(573), + [aux_sym_server_alive_interval_token1] = ACTIONS(573), + [aux_sym_session_type_token1] = ACTIONS(573), + [aux_sym_set_env_token1] = ACTIONS(573), + [aux_sym_stdin_null_token1] = ACTIONS(573), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(573), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(573), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(573), + [aux_sym_syslog_facility_token1] = ACTIONS(573), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(573), + [aux_sym_keep_alive_token1] = ACTIONS(573), + [aux_sym_tunnel_token1] = ACTIONS(575), + [aux_sym_tunnel_device_token1] = ACTIONS(573), + [aux_sym_update_host_keys_token1] = ACTIONS(573), + [aux_sym_use_keychain_token1] = ACTIONS(573), + [aux_sym_use_roaming_token1] = ACTIONS(573), + [aux_sym_user_token1] = ACTIONS(575), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(573), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(573), + [aux_sym_visual_host_key_token1] = ACTIONS(573), + [aux_sym_xauth_location_token1] = ACTIONS(573), }, [564] = { - [ts_builtin_sym_end] = ACTIONS(1240), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1242), - [aux_sym_match_token1] = ACTIONS(1240), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1240), - [aux_sym_address_family_token1] = ACTIONS(1240), - [aux_sym_batch_mode_token1] = ACTIONS(1240), - [aux_sym_bind_address_token1] = ACTIONS(1240), - [aux_sym_bind_interface_token1] = ACTIONS(1240), - [aux_sym_canonical_domains_token1] = ACTIONS(1240), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1240), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1240), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1240), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1240), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1240), - [aux_sym_certificate_file_token1] = ACTIONS(1240), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1240), - [aux_sym_check_host_ip_token1] = ACTIONS(1240), - [aux_sym_ciphers_token1] = ACTIONS(1240), - [aux_sym_cipher_token1] = ACTIONS(1242), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1240), - [aux_sym_compression_token1] = ACTIONS(1240), - [aux_sym_connection_attempts_token1] = ACTIONS(1240), - [aux_sym_connect_timeout_token1] = ACTIONS(1240), - [aux_sym_control_master_token1] = ACTIONS(1240), - [aux_sym_control_path_token1] = ACTIONS(1240), - [aux_sym_control_persist_token1] = ACTIONS(1240), - [aux_sym_dynamic_forward_token1] = ACTIONS(1240), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1240), - [aux_sym_escape_char_token1] = ACTIONS(1240), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1240), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1240), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1240), - [aux_sym_forward_agent_token1] = ACTIONS(1240), - [aux_sym_forward_x11_token1] = ACTIONS(1242), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1240), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1240), - [aux_sym_gateway_ports_token1] = ACTIONS(1240), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1240), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1240), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1240), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1240), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1240), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1240), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1240), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1240), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1240), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1240), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1240), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1240), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1240), - [aux_sym_host_key_alias_token1] = ACTIONS(1240), - [aux_sym_hostname_token1] = ACTIONS(1240), - [aux_sym_identities_only_token1] = ACTIONS(1240), - [aux_sym_identity_agent_token1] = ACTIONS(1240), - [aux_sym_identity_file_token1] = ACTIONS(1240), - [aux_sym_ignore_unknown_token1] = ACTIONS(1240), - [aux_sym_include_token1] = ACTIONS(1240), - [aux_sym_ip_qos_token1] = ACTIONS(1240), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1240), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1240), - [aux_sym_kex_algorithms_token1] = ACTIONS(1240), - [aux_sym_known_hosts_command_token1] = ACTIONS(1240), - [aux_sym_local_command_token1] = ACTIONS(1240), - [aux_sym_local_forward_token1] = ACTIONS(1240), - [aux_sym_log_level_token1] = ACTIONS(1240), - [aux_sym_log_verbose_token1] = ACTIONS(1240), - [aux_sym_macs_token1] = ACTIONS(1240), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1240), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1240), - [aux_sym_password_authentication_token1] = ACTIONS(1240), - [aux_sym_permit_local_command_token1] = ACTIONS(1240), - [aux_sym_permit_remote_open_token1] = ACTIONS(1240), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1240), - [aux_sym_port_token1] = ACTIONS(1240), - [aux_sym_preferred_authentications_token1] = ACTIONS(1240), - [aux_sym_protocol_token1] = ACTIONS(1240), - [aux_sym_proxy_command_token1] = ACTIONS(1240), - [aux_sym_proxy_jump_token1] = ACTIONS(1240), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1240), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1240), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1240), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1240), - [aux_sym_rekey_limit_token1] = ACTIONS(1240), - [aux_sym_remote_command_token1] = ACTIONS(1240), - [aux_sym_remote_forward_token1] = ACTIONS(1240), - [aux_sym_request_tty_token1] = ACTIONS(1240), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1240), - [aux_sym_security_key_provider_token1] = ACTIONS(1240), - [aux_sym_send_env_token1] = ACTIONS(1240), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1240), - [aux_sym_server_alive_interval_token1] = ACTIONS(1240), - [aux_sym_session_type_token1] = ACTIONS(1240), - [aux_sym_set_env_token1] = ACTIONS(1240), - [aux_sym_stdin_null_token1] = ACTIONS(1240), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1240), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1240), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1240), - [aux_sym_syslog_facility_token1] = ACTIONS(1240), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1240), - [aux_sym_keep_alive_token1] = ACTIONS(1240), - [aux_sym_tunnel_token1] = ACTIONS(1242), - [aux_sym_tunnel_device_token1] = ACTIONS(1240), - [aux_sym_update_host_keys_token1] = ACTIONS(1240), - [aux_sym_use_keychain_token1] = ACTIONS(1240), - [aux_sym_use_roaming_token1] = ACTIONS(1240), - [aux_sym_user_token1] = ACTIONS(1242), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1240), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1240), - [aux_sym_visual_host_key_token1] = ACTIONS(1240), - [aux_sym_xauth_location_token1] = ACTIONS(1240), + [ts_builtin_sym_end] = ACTIONS(579), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(581), + [aux_sym_match_token1] = ACTIONS(579), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(579), + [aux_sym_address_family_token1] = ACTIONS(579), + [aux_sym_batch_mode_token1] = ACTIONS(579), + [aux_sym_bind_address_token1] = ACTIONS(579), + [aux_sym_bind_interface_token1] = ACTIONS(579), + [aux_sym_canonical_domains_token1] = ACTIONS(579), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(579), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(579), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(579), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(579), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(579), + [aux_sym_certificate_file_token1] = ACTIONS(579), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(579), + [aux_sym_check_host_ip_token1] = ACTIONS(579), + [aux_sym_ciphers_token1] = ACTIONS(579), + [aux_sym_cipher_token1] = ACTIONS(581), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(579), + [aux_sym_compression_token1] = ACTIONS(579), + [aux_sym_connection_attempts_token1] = ACTIONS(579), + [aux_sym_connect_timeout_token1] = ACTIONS(579), + [aux_sym_control_master_token1] = ACTIONS(579), + [aux_sym_control_path_token1] = ACTIONS(579), + [aux_sym_control_persist_token1] = ACTIONS(579), + [aux_sym_dynamic_forward_token1] = ACTIONS(579), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(579), + [aux_sym_escape_char_token1] = ACTIONS(579), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(579), + [aux_sym_fingerprint_hash_token1] = ACTIONS(579), + [aux_sym_fork_after_authentication_token1] = ACTIONS(579), + [aux_sym_forward_agent_token1] = ACTIONS(579), + [aux_sym_forward_x11_token1] = ACTIONS(581), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(579), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(579), + [aux_sym_gateway_ports_token1] = ACTIONS(579), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(579), + [aux_sym_gssapi_authentication_token1] = ACTIONS(579), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(579), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(579), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(579), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(579), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(579), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(579), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(579), + [aux_sym_hash_known_hosts_token1] = ACTIONS(579), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(579), + [aux_sym_hostbased_authentication_token1] = ACTIONS(579), + [aux_sym_host_key_algorithms_token1] = ACTIONS(579), + [aux_sym_host_key_alias_token1] = ACTIONS(579), + [aux_sym_hostname_token1] = ACTIONS(579), + [aux_sym_identities_only_token1] = ACTIONS(579), + [aux_sym_identity_agent_token1] = ACTIONS(579), + [aux_sym_identity_file_token1] = ACTIONS(579), + [aux_sym_ignore_unknown_token1] = ACTIONS(579), + [aux_sym_include_token1] = ACTIONS(579), + [aux_sym_ip_qos_token1] = ACTIONS(579), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(579), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(579), + [aux_sym_kex_algorithms_token1] = ACTIONS(579), + [aux_sym_known_hosts_command_token1] = ACTIONS(579), + [aux_sym_local_command_token1] = ACTIONS(579), + [aux_sym_local_forward_token1] = ACTIONS(579), + [aux_sym_log_level_token1] = ACTIONS(579), + [aux_sym_log_verbose_token1] = ACTIONS(579), + [aux_sym_macs_token1] = ACTIONS(579), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(579), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(579), + [aux_sym_password_authentication_token1] = ACTIONS(579), + [aux_sym_permit_local_command_token1] = ACTIONS(579), + [aux_sym_permit_remote_open_token1] = ACTIONS(579), + [aux_sym_pkcs11_provider_token1] = ACTIONS(579), + [aux_sym_port_token1] = ACTIONS(579), + [aux_sym_preferred_authentications_token1] = ACTIONS(579), + [aux_sym_protocol_token1] = ACTIONS(579), + [aux_sym_proxy_command_token1] = ACTIONS(579), + [aux_sym_proxy_jump_token1] = ACTIONS(579), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(579), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(579), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(579), + [aux_sym_pubkey_authentication_token1] = ACTIONS(579), + [aux_sym_rekey_limit_token1] = ACTIONS(579), + [aux_sym_remote_command_token1] = ACTIONS(579), + [aux_sym_remote_forward_token1] = ACTIONS(579), + [aux_sym_request_tty_token1] = ACTIONS(579), + [aux_sym_required_rsa_size_token1] = ACTIONS(579), + [aux_sym_revoked_host_keys_token1] = ACTIONS(579), + [aux_sym_security_key_provider_token1] = ACTIONS(579), + [aux_sym_send_env_token1] = ACTIONS(579), + [aux_sym_server_alive_count_max_token1] = ACTIONS(579), + [aux_sym_server_alive_interval_token1] = ACTIONS(579), + [aux_sym_session_type_token1] = ACTIONS(579), + [aux_sym_set_env_token1] = ACTIONS(579), + [aux_sym_stdin_null_token1] = ACTIONS(579), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(579), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(579), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(579), + [aux_sym_syslog_facility_token1] = ACTIONS(579), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(579), + [aux_sym_keep_alive_token1] = ACTIONS(579), + [aux_sym_tunnel_token1] = ACTIONS(581), + [aux_sym_tunnel_device_token1] = ACTIONS(579), + [aux_sym_update_host_keys_token1] = ACTIONS(579), + [aux_sym_use_keychain_token1] = ACTIONS(579), + [aux_sym_use_roaming_token1] = ACTIONS(579), + [aux_sym_user_token1] = ACTIONS(581), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(579), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(579), + [aux_sym_visual_host_key_token1] = ACTIONS(579), + [aux_sym_xauth_location_token1] = ACTIONS(579), }, [565] = { - [ts_builtin_sym_end] = ACTIONS(976), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(978), - [aux_sym_match_token1] = ACTIONS(976), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(976), - [aux_sym_address_family_token1] = ACTIONS(976), - [aux_sym_batch_mode_token1] = ACTIONS(976), - [aux_sym_bind_address_token1] = ACTIONS(976), - [aux_sym_bind_interface_token1] = ACTIONS(976), - [aux_sym_canonical_domains_token1] = ACTIONS(976), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(976), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(976), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(976), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(976), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(976), - [aux_sym_certificate_file_token1] = ACTIONS(976), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(976), - [aux_sym_check_host_ip_token1] = ACTIONS(976), - [aux_sym_ciphers_token1] = ACTIONS(976), - [aux_sym_cipher_token1] = ACTIONS(978), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(976), - [aux_sym_compression_token1] = ACTIONS(976), - [aux_sym_connection_attempts_token1] = ACTIONS(976), - [aux_sym_connect_timeout_token1] = ACTIONS(976), - [aux_sym_control_master_token1] = ACTIONS(976), - [aux_sym_control_path_token1] = ACTIONS(976), - [aux_sym_control_persist_token1] = ACTIONS(976), - [aux_sym_dynamic_forward_token1] = ACTIONS(976), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(976), - [aux_sym_escape_char_token1] = ACTIONS(976), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(976), - [aux_sym_fingerprint_hash_token1] = ACTIONS(976), - [aux_sym_fork_after_authentication_token1] = ACTIONS(976), - [aux_sym_forward_agent_token1] = ACTIONS(976), - [aux_sym_forward_x11_token1] = ACTIONS(978), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(976), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(976), - [aux_sym_gateway_ports_token1] = ACTIONS(976), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(976), - [aux_sym_gssapi_authentication_token1] = ACTIONS(976), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(976), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(976), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(976), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(976), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(976), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(976), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(976), - [aux_sym_hash_known_hosts_token1] = ACTIONS(976), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(976), - [aux_sym_hostbased_authentication_token1] = ACTIONS(976), - [aux_sym_host_key_algorithms_token1] = ACTIONS(976), - [aux_sym_host_key_alias_token1] = ACTIONS(976), - [aux_sym_hostname_token1] = ACTIONS(976), - [aux_sym_identities_only_token1] = ACTIONS(976), - [aux_sym_identity_agent_token1] = ACTIONS(976), - [aux_sym_identity_file_token1] = ACTIONS(976), - [aux_sym_ignore_unknown_token1] = ACTIONS(976), - [aux_sym_include_token1] = ACTIONS(976), - [aux_sym_ip_qos_token1] = ACTIONS(976), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(976), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(976), - [aux_sym_kex_algorithms_token1] = ACTIONS(976), - [aux_sym_known_hosts_command_token1] = ACTIONS(976), - [aux_sym_local_command_token1] = ACTIONS(976), - [aux_sym_local_forward_token1] = ACTIONS(976), - [aux_sym_log_level_token1] = ACTIONS(976), - [aux_sym_log_verbose_token1] = ACTIONS(976), - [aux_sym_macs_token1] = ACTIONS(976), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(976), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(976), - [aux_sym_password_authentication_token1] = ACTIONS(976), - [aux_sym_permit_local_command_token1] = ACTIONS(976), - [aux_sym_permit_remote_open_token1] = ACTIONS(976), - [aux_sym_pkcs11_provider_token1] = ACTIONS(976), - [aux_sym_port_token1] = ACTIONS(976), - [aux_sym_preferred_authentications_token1] = ACTIONS(976), - [aux_sym_protocol_token1] = ACTIONS(976), - [aux_sym_proxy_command_token1] = ACTIONS(976), - [aux_sym_proxy_jump_token1] = ACTIONS(976), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(976), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(976), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(976), - [aux_sym_pubkey_authentication_token1] = ACTIONS(976), - [aux_sym_rekey_limit_token1] = ACTIONS(976), - [aux_sym_remote_command_token1] = ACTIONS(976), - [aux_sym_remote_forward_token1] = ACTIONS(976), - [aux_sym_request_tty_token1] = ACTIONS(976), - [aux_sym_revoked_host_keys_token1] = ACTIONS(976), - [aux_sym_security_key_provider_token1] = ACTIONS(976), - [aux_sym_send_env_token1] = ACTIONS(976), - [aux_sym_server_alive_count_max_token1] = ACTIONS(976), - [aux_sym_server_alive_interval_token1] = ACTIONS(976), - [aux_sym_session_type_token1] = ACTIONS(976), - [aux_sym_set_env_token1] = ACTIONS(976), - [aux_sym_stdin_null_token1] = ACTIONS(976), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(976), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(976), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(976), - [aux_sym_syslog_facility_token1] = ACTIONS(976), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(976), - [aux_sym_keep_alive_token1] = ACTIONS(976), - [aux_sym_tunnel_token1] = ACTIONS(978), - [aux_sym_tunnel_device_token1] = ACTIONS(976), - [aux_sym_update_host_keys_token1] = ACTIONS(976), - [aux_sym_use_keychain_token1] = ACTIONS(976), - [aux_sym_use_roaming_token1] = ACTIONS(976), - [aux_sym_user_token1] = ACTIONS(978), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(976), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(976), - [aux_sym_visual_host_key_token1] = ACTIONS(976), - [aux_sym_xauth_location_token1] = ACTIONS(976), + [ts_builtin_sym_end] = ACTIONS(585), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(587), + [aux_sym_match_token1] = ACTIONS(585), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(585), + [aux_sym_address_family_token1] = ACTIONS(585), + [aux_sym_batch_mode_token1] = ACTIONS(585), + [aux_sym_bind_address_token1] = ACTIONS(585), + [aux_sym_bind_interface_token1] = ACTIONS(585), + [aux_sym_canonical_domains_token1] = ACTIONS(585), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(585), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(585), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(585), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(585), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(585), + [aux_sym_certificate_file_token1] = ACTIONS(585), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(585), + [aux_sym_check_host_ip_token1] = ACTIONS(585), + [aux_sym_ciphers_token1] = ACTIONS(585), + [aux_sym_cipher_token1] = ACTIONS(587), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(585), + [aux_sym_compression_token1] = ACTIONS(585), + [aux_sym_connection_attempts_token1] = ACTIONS(585), + [aux_sym_connect_timeout_token1] = ACTIONS(585), + [aux_sym_control_master_token1] = ACTIONS(585), + [aux_sym_control_path_token1] = ACTIONS(585), + [aux_sym_control_persist_token1] = ACTIONS(585), + [aux_sym_dynamic_forward_token1] = ACTIONS(585), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(585), + [aux_sym_escape_char_token1] = ACTIONS(585), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(585), + [aux_sym_fingerprint_hash_token1] = ACTIONS(585), + [aux_sym_fork_after_authentication_token1] = ACTIONS(585), + [aux_sym_forward_agent_token1] = ACTIONS(585), + [aux_sym_forward_x11_token1] = ACTIONS(587), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(585), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(585), + [aux_sym_gateway_ports_token1] = ACTIONS(585), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(585), + [aux_sym_gssapi_authentication_token1] = ACTIONS(585), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(585), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(585), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(585), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(585), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(585), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(585), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(585), + [aux_sym_hash_known_hosts_token1] = ACTIONS(585), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(585), + [aux_sym_hostbased_authentication_token1] = ACTIONS(585), + [aux_sym_host_key_algorithms_token1] = ACTIONS(585), + [aux_sym_host_key_alias_token1] = ACTIONS(585), + [aux_sym_hostname_token1] = ACTIONS(585), + [aux_sym_identities_only_token1] = ACTIONS(585), + [aux_sym_identity_agent_token1] = ACTIONS(585), + [aux_sym_identity_file_token1] = ACTIONS(585), + [aux_sym_ignore_unknown_token1] = ACTIONS(585), + [aux_sym_include_token1] = ACTIONS(585), + [aux_sym_ip_qos_token1] = ACTIONS(585), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(585), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(585), + [aux_sym_kex_algorithms_token1] = ACTIONS(585), + [aux_sym_known_hosts_command_token1] = ACTIONS(585), + [aux_sym_local_command_token1] = ACTIONS(585), + [aux_sym_local_forward_token1] = ACTIONS(585), + [aux_sym_log_level_token1] = ACTIONS(585), + [aux_sym_log_verbose_token1] = ACTIONS(585), + [aux_sym_macs_token1] = ACTIONS(585), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(585), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(585), + [aux_sym_password_authentication_token1] = ACTIONS(585), + [aux_sym_permit_local_command_token1] = ACTIONS(585), + [aux_sym_permit_remote_open_token1] = ACTIONS(585), + [aux_sym_pkcs11_provider_token1] = ACTIONS(585), + [aux_sym_port_token1] = ACTIONS(585), + [aux_sym_preferred_authentications_token1] = ACTIONS(585), + [aux_sym_protocol_token1] = ACTIONS(585), + [aux_sym_proxy_command_token1] = ACTIONS(585), + [aux_sym_proxy_jump_token1] = ACTIONS(585), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(585), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(585), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(585), + [aux_sym_pubkey_authentication_token1] = ACTIONS(585), + [aux_sym_rekey_limit_token1] = ACTIONS(585), + [aux_sym_remote_command_token1] = ACTIONS(585), + [aux_sym_remote_forward_token1] = ACTIONS(585), + [aux_sym_request_tty_token1] = ACTIONS(585), + [aux_sym_required_rsa_size_token1] = ACTIONS(585), + [aux_sym_revoked_host_keys_token1] = ACTIONS(585), + [aux_sym_security_key_provider_token1] = ACTIONS(585), + [aux_sym_send_env_token1] = ACTIONS(585), + [aux_sym_server_alive_count_max_token1] = ACTIONS(585), + [aux_sym_server_alive_interval_token1] = ACTIONS(585), + [aux_sym_session_type_token1] = ACTIONS(585), + [aux_sym_set_env_token1] = ACTIONS(585), + [aux_sym_stdin_null_token1] = ACTIONS(585), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(585), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(585), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(585), + [aux_sym_syslog_facility_token1] = ACTIONS(585), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(585), + [aux_sym_keep_alive_token1] = ACTIONS(585), + [aux_sym_tunnel_token1] = ACTIONS(587), + [aux_sym_tunnel_device_token1] = ACTIONS(585), + [aux_sym_update_host_keys_token1] = ACTIONS(585), + [aux_sym_use_keychain_token1] = ACTIONS(585), + [aux_sym_use_roaming_token1] = ACTIONS(585), + [aux_sym_user_token1] = ACTIONS(587), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(585), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(585), + [aux_sym_visual_host_key_token1] = ACTIONS(585), + [aux_sym_xauth_location_token1] = ACTIONS(585), }, [566] = { - [ts_builtin_sym_end] = ACTIONS(3242), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3244), - [aux_sym_match_token1] = ACTIONS(3242), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3242), - [aux_sym_address_family_token1] = ACTIONS(3242), - [aux_sym_batch_mode_token1] = ACTIONS(3242), - [aux_sym_bind_address_token1] = ACTIONS(3242), - [aux_sym_bind_interface_token1] = ACTIONS(3242), - [aux_sym_canonical_domains_token1] = ACTIONS(3242), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3242), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3242), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3242), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3242), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3242), - [aux_sym_certificate_file_token1] = ACTIONS(3242), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3242), - [aux_sym_check_host_ip_token1] = ACTIONS(3242), - [aux_sym_ciphers_token1] = ACTIONS(3242), - [aux_sym_cipher_token1] = ACTIONS(3244), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3242), - [aux_sym_compression_token1] = ACTIONS(3242), - [aux_sym_connection_attempts_token1] = ACTIONS(3242), - [aux_sym_connect_timeout_token1] = ACTIONS(3242), - [aux_sym_control_master_token1] = ACTIONS(3242), - [aux_sym_control_path_token1] = ACTIONS(3242), - [aux_sym_control_persist_token1] = ACTIONS(3242), - [aux_sym_dynamic_forward_token1] = ACTIONS(3242), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3242), - [aux_sym_escape_char_token1] = ACTIONS(3242), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3242), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3242), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3242), - [aux_sym_forward_agent_token1] = ACTIONS(3242), - [aux_sym_forward_x11_token1] = ACTIONS(3244), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3242), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3242), - [aux_sym_gateway_ports_token1] = ACTIONS(3242), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3242), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3242), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3242), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3242), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3242), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3242), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3242), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3242), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3242), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3242), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3242), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3242), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3242), - [aux_sym_host_key_alias_token1] = ACTIONS(3242), - [aux_sym_hostname_token1] = ACTIONS(3242), - [aux_sym_identities_only_token1] = ACTIONS(3242), - [aux_sym_identity_agent_token1] = ACTIONS(3242), - [aux_sym_identity_file_token1] = ACTIONS(3242), - [aux_sym_ignore_unknown_token1] = ACTIONS(3242), - [aux_sym_include_token1] = ACTIONS(3242), - [aux_sym_ip_qos_token1] = ACTIONS(3242), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3242), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3242), - [aux_sym_kex_algorithms_token1] = ACTIONS(3242), - [aux_sym_known_hosts_command_token1] = ACTIONS(3242), - [aux_sym_local_command_token1] = ACTIONS(3242), - [aux_sym_local_forward_token1] = ACTIONS(3242), - [aux_sym_log_level_token1] = ACTIONS(3242), - [aux_sym_log_verbose_token1] = ACTIONS(3242), - [aux_sym_macs_token1] = ACTIONS(3242), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3242), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3242), - [aux_sym_password_authentication_token1] = ACTIONS(3242), - [aux_sym_permit_local_command_token1] = ACTIONS(3242), - [aux_sym_permit_remote_open_token1] = ACTIONS(3242), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3242), - [aux_sym_port_token1] = ACTIONS(3242), - [aux_sym_preferred_authentications_token1] = ACTIONS(3242), - [aux_sym_protocol_token1] = ACTIONS(3242), - [aux_sym_proxy_command_token1] = ACTIONS(3242), - [aux_sym_proxy_jump_token1] = ACTIONS(3242), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3242), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3242), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3242), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3242), - [aux_sym_rekey_limit_token1] = ACTIONS(3242), - [aux_sym_remote_command_token1] = ACTIONS(3242), - [aux_sym_remote_forward_token1] = ACTIONS(3242), - [aux_sym_request_tty_token1] = ACTIONS(3242), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3242), - [aux_sym_security_key_provider_token1] = ACTIONS(3242), - [aux_sym_send_env_token1] = ACTIONS(3242), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3242), - [aux_sym_server_alive_interval_token1] = ACTIONS(3242), - [aux_sym_session_type_token1] = ACTIONS(3242), - [aux_sym_set_env_token1] = ACTIONS(3242), - [aux_sym_stdin_null_token1] = ACTIONS(3242), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3242), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3242), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3242), - [aux_sym_syslog_facility_token1] = ACTIONS(3242), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3242), - [aux_sym_keep_alive_token1] = ACTIONS(3242), - [aux_sym_tunnel_token1] = ACTIONS(3244), - [aux_sym_tunnel_device_token1] = ACTIONS(3242), - [aux_sym_update_host_keys_token1] = ACTIONS(3242), - [aux_sym_use_keychain_token1] = ACTIONS(3242), - [aux_sym_use_roaming_token1] = ACTIONS(3242), - [aux_sym_user_token1] = ACTIONS(3244), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3242), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3242), - [aux_sym_visual_host_key_token1] = ACTIONS(3242), - [aux_sym_xauth_location_token1] = ACTIONS(3242), + [ts_builtin_sym_end] = ACTIONS(591), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(593), + [aux_sym_match_token1] = ACTIONS(591), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(591), + [aux_sym_address_family_token1] = ACTIONS(591), + [aux_sym_batch_mode_token1] = ACTIONS(591), + [aux_sym_bind_address_token1] = ACTIONS(591), + [aux_sym_bind_interface_token1] = ACTIONS(591), + [aux_sym_canonical_domains_token1] = ACTIONS(591), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(591), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(591), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(591), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(591), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(591), + [aux_sym_certificate_file_token1] = ACTIONS(591), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(591), + [aux_sym_check_host_ip_token1] = ACTIONS(591), + [aux_sym_ciphers_token1] = ACTIONS(591), + [aux_sym_cipher_token1] = ACTIONS(593), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(591), + [aux_sym_compression_token1] = ACTIONS(591), + [aux_sym_connection_attempts_token1] = ACTIONS(591), + [aux_sym_connect_timeout_token1] = ACTIONS(591), + [aux_sym_control_master_token1] = ACTIONS(591), + [aux_sym_control_path_token1] = ACTIONS(591), + [aux_sym_control_persist_token1] = ACTIONS(591), + [aux_sym_dynamic_forward_token1] = ACTIONS(591), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(591), + [aux_sym_escape_char_token1] = ACTIONS(591), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(591), + [aux_sym_fingerprint_hash_token1] = ACTIONS(591), + [aux_sym_fork_after_authentication_token1] = ACTIONS(591), + [aux_sym_forward_agent_token1] = ACTIONS(591), + [aux_sym_forward_x11_token1] = ACTIONS(593), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(591), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(591), + [aux_sym_gateway_ports_token1] = ACTIONS(591), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(591), + [aux_sym_gssapi_authentication_token1] = ACTIONS(591), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(591), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(591), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(591), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(591), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(591), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(591), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(591), + [aux_sym_hash_known_hosts_token1] = ACTIONS(591), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(591), + [aux_sym_hostbased_authentication_token1] = ACTIONS(591), + [aux_sym_host_key_algorithms_token1] = ACTIONS(591), + [aux_sym_host_key_alias_token1] = ACTIONS(591), + [aux_sym_hostname_token1] = ACTIONS(591), + [aux_sym_identities_only_token1] = ACTIONS(591), + [aux_sym_identity_agent_token1] = ACTIONS(591), + [aux_sym_identity_file_token1] = ACTIONS(591), + [aux_sym_ignore_unknown_token1] = ACTIONS(591), + [aux_sym_include_token1] = ACTIONS(591), + [aux_sym_ip_qos_token1] = ACTIONS(591), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(591), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(591), + [aux_sym_kex_algorithms_token1] = ACTIONS(591), + [aux_sym_known_hosts_command_token1] = ACTIONS(591), + [aux_sym_local_command_token1] = ACTIONS(591), + [aux_sym_local_forward_token1] = ACTIONS(591), + [aux_sym_log_level_token1] = ACTIONS(591), + [aux_sym_log_verbose_token1] = ACTIONS(591), + [aux_sym_macs_token1] = ACTIONS(591), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(591), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(591), + [aux_sym_password_authentication_token1] = ACTIONS(591), + [aux_sym_permit_local_command_token1] = ACTIONS(591), + [aux_sym_permit_remote_open_token1] = ACTIONS(591), + [aux_sym_pkcs11_provider_token1] = ACTIONS(591), + [aux_sym_port_token1] = ACTIONS(591), + [aux_sym_preferred_authentications_token1] = ACTIONS(591), + [aux_sym_protocol_token1] = ACTIONS(591), + [aux_sym_proxy_command_token1] = ACTIONS(591), + [aux_sym_proxy_jump_token1] = ACTIONS(591), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(591), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(591), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(591), + [aux_sym_pubkey_authentication_token1] = ACTIONS(591), + [aux_sym_rekey_limit_token1] = ACTIONS(591), + [aux_sym_remote_command_token1] = ACTIONS(591), + [aux_sym_remote_forward_token1] = ACTIONS(591), + [aux_sym_request_tty_token1] = ACTIONS(591), + [aux_sym_required_rsa_size_token1] = ACTIONS(591), + [aux_sym_revoked_host_keys_token1] = ACTIONS(591), + [aux_sym_security_key_provider_token1] = ACTIONS(591), + [aux_sym_send_env_token1] = ACTIONS(591), + [aux_sym_server_alive_count_max_token1] = ACTIONS(591), + [aux_sym_server_alive_interval_token1] = ACTIONS(591), + [aux_sym_session_type_token1] = ACTIONS(591), + [aux_sym_set_env_token1] = ACTIONS(591), + [aux_sym_stdin_null_token1] = ACTIONS(591), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(591), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(591), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(591), + [aux_sym_syslog_facility_token1] = ACTIONS(591), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(591), + [aux_sym_keep_alive_token1] = ACTIONS(591), + [aux_sym_tunnel_token1] = ACTIONS(593), + [aux_sym_tunnel_device_token1] = ACTIONS(591), + [aux_sym_update_host_keys_token1] = ACTIONS(591), + [aux_sym_use_keychain_token1] = ACTIONS(591), + [aux_sym_use_roaming_token1] = ACTIONS(591), + [aux_sym_user_token1] = ACTIONS(593), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(591), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(591), + [aux_sym_visual_host_key_token1] = ACTIONS(591), + [aux_sym_xauth_location_token1] = ACTIONS(591), }, [567] = { - [ts_builtin_sym_end] = ACTIONS(3246), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3248), - [aux_sym_match_token1] = ACTIONS(3246), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3246), - [aux_sym_address_family_token1] = ACTIONS(3246), - [aux_sym_batch_mode_token1] = ACTIONS(3246), - [aux_sym_bind_address_token1] = ACTIONS(3246), - [aux_sym_bind_interface_token1] = ACTIONS(3246), - [aux_sym_canonical_domains_token1] = ACTIONS(3246), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3246), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3246), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3246), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3246), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3246), - [aux_sym_certificate_file_token1] = ACTIONS(3246), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3246), - [aux_sym_check_host_ip_token1] = ACTIONS(3246), - [aux_sym_ciphers_token1] = ACTIONS(3246), - [aux_sym_cipher_token1] = ACTIONS(3248), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3246), - [aux_sym_compression_token1] = ACTIONS(3246), - [aux_sym_connection_attempts_token1] = ACTIONS(3246), - [aux_sym_connect_timeout_token1] = ACTIONS(3246), - [aux_sym_control_master_token1] = ACTIONS(3246), - [aux_sym_control_path_token1] = ACTIONS(3246), - [aux_sym_control_persist_token1] = ACTIONS(3246), - [aux_sym_dynamic_forward_token1] = ACTIONS(3246), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3246), - [aux_sym_escape_char_token1] = ACTIONS(3246), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3246), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3246), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3246), - [aux_sym_forward_agent_token1] = ACTIONS(3246), - [aux_sym_forward_x11_token1] = ACTIONS(3248), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3246), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3246), - [aux_sym_gateway_ports_token1] = ACTIONS(3246), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3246), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3246), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3246), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3246), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3246), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3246), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3246), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3246), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3246), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3246), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3246), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3246), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3246), - [aux_sym_host_key_alias_token1] = ACTIONS(3246), - [aux_sym_hostname_token1] = ACTIONS(3246), - [aux_sym_identities_only_token1] = ACTIONS(3246), - [aux_sym_identity_agent_token1] = ACTIONS(3246), - [aux_sym_identity_file_token1] = ACTIONS(3246), - [aux_sym_ignore_unknown_token1] = ACTIONS(3246), - [aux_sym_include_token1] = ACTIONS(3246), - [aux_sym_ip_qos_token1] = ACTIONS(3246), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3246), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3246), - [aux_sym_kex_algorithms_token1] = ACTIONS(3246), - [aux_sym_known_hosts_command_token1] = ACTIONS(3246), - [aux_sym_local_command_token1] = ACTIONS(3246), - [aux_sym_local_forward_token1] = ACTIONS(3246), - [aux_sym_log_level_token1] = ACTIONS(3246), - [aux_sym_log_verbose_token1] = ACTIONS(3246), - [aux_sym_macs_token1] = ACTIONS(3246), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3246), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3246), - [aux_sym_password_authentication_token1] = ACTIONS(3246), - [aux_sym_permit_local_command_token1] = ACTIONS(3246), - [aux_sym_permit_remote_open_token1] = ACTIONS(3246), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3246), - [aux_sym_port_token1] = ACTIONS(3246), - [aux_sym_preferred_authentications_token1] = ACTIONS(3246), - [aux_sym_protocol_token1] = ACTIONS(3246), - [aux_sym_proxy_command_token1] = ACTIONS(3246), - [aux_sym_proxy_jump_token1] = ACTIONS(3246), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3246), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3246), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3246), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3246), - [aux_sym_rekey_limit_token1] = ACTIONS(3246), - [aux_sym_remote_command_token1] = ACTIONS(3246), - [aux_sym_remote_forward_token1] = ACTIONS(3246), - [aux_sym_request_tty_token1] = ACTIONS(3246), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3246), - [aux_sym_security_key_provider_token1] = ACTIONS(3246), - [aux_sym_send_env_token1] = ACTIONS(3246), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3246), - [aux_sym_server_alive_interval_token1] = ACTIONS(3246), - [aux_sym_session_type_token1] = ACTIONS(3246), - [aux_sym_set_env_token1] = ACTIONS(3246), - [aux_sym_stdin_null_token1] = ACTIONS(3246), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3246), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3246), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3246), - [aux_sym_syslog_facility_token1] = ACTIONS(3246), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3246), - [aux_sym_keep_alive_token1] = ACTIONS(3246), - [aux_sym_tunnel_token1] = ACTIONS(3248), - [aux_sym_tunnel_device_token1] = ACTIONS(3246), - [aux_sym_update_host_keys_token1] = ACTIONS(3246), - [aux_sym_use_keychain_token1] = ACTIONS(3246), - [aux_sym_use_roaming_token1] = ACTIONS(3246), - [aux_sym_user_token1] = ACTIONS(3248), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3246), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3246), - [aux_sym_visual_host_key_token1] = ACTIONS(3246), - [aux_sym_xauth_location_token1] = ACTIONS(3246), + [ts_builtin_sym_end] = ACTIONS(597), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(599), + [aux_sym_match_token1] = ACTIONS(597), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(597), + [aux_sym_address_family_token1] = ACTIONS(597), + [aux_sym_batch_mode_token1] = ACTIONS(597), + [aux_sym_bind_address_token1] = ACTIONS(597), + [aux_sym_bind_interface_token1] = ACTIONS(597), + [aux_sym_canonical_domains_token1] = ACTIONS(597), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(597), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(597), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(597), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(597), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(597), + [aux_sym_certificate_file_token1] = ACTIONS(597), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(597), + [aux_sym_check_host_ip_token1] = ACTIONS(597), + [aux_sym_ciphers_token1] = ACTIONS(597), + [aux_sym_cipher_token1] = ACTIONS(599), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(597), + [aux_sym_compression_token1] = ACTIONS(597), + [aux_sym_connection_attempts_token1] = ACTIONS(597), + [aux_sym_connect_timeout_token1] = ACTIONS(597), + [aux_sym_control_master_token1] = ACTIONS(597), + [aux_sym_control_path_token1] = ACTIONS(597), + [aux_sym_control_persist_token1] = ACTIONS(597), + [aux_sym_dynamic_forward_token1] = ACTIONS(597), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(597), + [aux_sym_escape_char_token1] = ACTIONS(597), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(597), + [aux_sym_fingerprint_hash_token1] = ACTIONS(597), + [aux_sym_fork_after_authentication_token1] = ACTIONS(597), + [aux_sym_forward_agent_token1] = ACTIONS(597), + [aux_sym_forward_x11_token1] = ACTIONS(599), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(597), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(597), + [aux_sym_gateway_ports_token1] = ACTIONS(597), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(597), + [aux_sym_gssapi_authentication_token1] = ACTIONS(597), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(597), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(597), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(597), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(597), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(597), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(597), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(597), + [aux_sym_hash_known_hosts_token1] = ACTIONS(597), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(597), + [aux_sym_hostbased_authentication_token1] = ACTIONS(597), + [aux_sym_host_key_algorithms_token1] = ACTIONS(597), + [aux_sym_host_key_alias_token1] = ACTIONS(597), + [aux_sym_hostname_token1] = ACTIONS(597), + [aux_sym_identities_only_token1] = ACTIONS(597), + [aux_sym_identity_agent_token1] = ACTIONS(597), + [aux_sym_identity_file_token1] = ACTIONS(597), + [aux_sym_ignore_unknown_token1] = ACTIONS(597), + [aux_sym_include_token1] = ACTIONS(597), + [aux_sym_ip_qos_token1] = ACTIONS(597), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(597), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(597), + [aux_sym_kex_algorithms_token1] = ACTIONS(597), + [aux_sym_known_hosts_command_token1] = ACTIONS(597), + [aux_sym_local_command_token1] = ACTIONS(597), + [aux_sym_local_forward_token1] = ACTIONS(597), + [aux_sym_log_level_token1] = ACTIONS(597), + [aux_sym_log_verbose_token1] = ACTIONS(597), + [aux_sym_macs_token1] = ACTIONS(597), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(597), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(597), + [aux_sym_password_authentication_token1] = ACTIONS(597), + [aux_sym_permit_local_command_token1] = ACTIONS(597), + [aux_sym_permit_remote_open_token1] = ACTIONS(597), + [aux_sym_pkcs11_provider_token1] = ACTIONS(597), + [aux_sym_port_token1] = ACTIONS(597), + [aux_sym_preferred_authentications_token1] = ACTIONS(597), + [aux_sym_protocol_token1] = ACTIONS(597), + [aux_sym_proxy_command_token1] = ACTIONS(597), + [aux_sym_proxy_jump_token1] = ACTIONS(597), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(597), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(597), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(597), + [aux_sym_pubkey_authentication_token1] = ACTIONS(597), + [aux_sym_rekey_limit_token1] = ACTIONS(597), + [aux_sym_remote_command_token1] = ACTIONS(597), + [aux_sym_remote_forward_token1] = ACTIONS(597), + [aux_sym_request_tty_token1] = ACTIONS(597), + [aux_sym_required_rsa_size_token1] = ACTIONS(597), + [aux_sym_revoked_host_keys_token1] = ACTIONS(597), + [aux_sym_security_key_provider_token1] = ACTIONS(597), + [aux_sym_send_env_token1] = ACTIONS(597), + [aux_sym_server_alive_count_max_token1] = ACTIONS(597), + [aux_sym_server_alive_interval_token1] = ACTIONS(597), + [aux_sym_session_type_token1] = ACTIONS(597), + [aux_sym_set_env_token1] = ACTIONS(597), + [aux_sym_stdin_null_token1] = ACTIONS(597), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(597), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(597), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(597), + [aux_sym_syslog_facility_token1] = ACTIONS(597), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(597), + [aux_sym_keep_alive_token1] = ACTIONS(597), + [aux_sym_tunnel_token1] = ACTIONS(599), + [aux_sym_tunnel_device_token1] = ACTIONS(597), + [aux_sym_update_host_keys_token1] = ACTIONS(597), + [aux_sym_use_keychain_token1] = ACTIONS(597), + [aux_sym_use_roaming_token1] = ACTIONS(597), + [aux_sym_user_token1] = ACTIONS(599), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(597), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(597), + [aux_sym_visual_host_key_token1] = ACTIONS(597), + [aux_sym_xauth_location_token1] = ACTIONS(597), }, [568] = { - [ts_builtin_sym_end] = ACTIONS(3250), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3252), - [aux_sym_match_token1] = ACTIONS(3250), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3250), - [aux_sym_address_family_token1] = ACTIONS(3250), - [aux_sym_batch_mode_token1] = ACTIONS(3250), - [aux_sym_bind_address_token1] = ACTIONS(3250), - [aux_sym_bind_interface_token1] = ACTIONS(3250), - [aux_sym_canonical_domains_token1] = ACTIONS(3250), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3250), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3250), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3250), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3250), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3250), - [aux_sym_certificate_file_token1] = ACTIONS(3250), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3250), - [aux_sym_check_host_ip_token1] = ACTIONS(3250), - [aux_sym_ciphers_token1] = ACTIONS(3250), - [aux_sym_cipher_token1] = ACTIONS(3252), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3250), - [aux_sym_compression_token1] = ACTIONS(3250), - [aux_sym_connection_attempts_token1] = ACTIONS(3250), - [aux_sym_connect_timeout_token1] = ACTIONS(3250), - [aux_sym_control_master_token1] = ACTIONS(3250), - [aux_sym_control_path_token1] = ACTIONS(3250), - [aux_sym_control_persist_token1] = ACTIONS(3250), - [aux_sym_dynamic_forward_token1] = ACTIONS(3250), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3250), - [aux_sym_escape_char_token1] = ACTIONS(3250), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3250), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3250), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3250), - [aux_sym_forward_agent_token1] = ACTIONS(3250), - [aux_sym_forward_x11_token1] = ACTIONS(3252), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3250), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3250), - [aux_sym_gateway_ports_token1] = ACTIONS(3250), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3250), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3250), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3250), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3250), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3250), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3250), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3250), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3250), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3250), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3250), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3250), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3250), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3250), - [aux_sym_host_key_alias_token1] = ACTIONS(3250), - [aux_sym_hostname_token1] = ACTIONS(3250), - [aux_sym_identities_only_token1] = ACTIONS(3250), - [aux_sym_identity_agent_token1] = ACTIONS(3250), - [aux_sym_identity_file_token1] = ACTIONS(3250), - [aux_sym_ignore_unknown_token1] = ACTIONS(3250), - [aux_sym_include_token1] = ACTIONS(3250), - [aux_sym_ip_qos_token1] = ACTIONS(3250), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3250), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3250), - [aux_sym_kex_algorithms_token1] = ACTIONS(3250), - [aux_sym_known_hosts_command_token1] = ACTIONS(3250), - [aux_sym_local_command_token1] = ACTIONS(3250), - [aux_sym_local_forward_token1] = ACTIONS(3250), - [aux_sym_log_level_token1] = ACTIONS(3250), - [aux_sym_log_verbose_token1] = ACTIONS(3250), - [aux_sym_macs_token1] = ACTIONS(3250), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3250), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3250), - [aux_sym_password_authentication_token1] = ACTIONS(3250), - [aux_sym_permit_local_command_token1] = ACTIONS(3250), - [aux_sym_permit_remote_open_token1] = ACTIONS(3250), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3250), - [aux_sym_port_token1] = ACTIONS(3250), - [aux_sym_preferred_authentications_token1] = ACTIONS(3250), - [aux_sym_protocol_token1] = ACTIONS(3250), - [aux_sym_proxy_command_token1] = ACTIONS(3250), - [aux_sym_proxy_jump_token1] = ACTIONS(3250), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3250), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3250), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3250), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3250), - [aux_sym_rekey_limit_token1] = ACTIONS(3250), - [aux_sym_remote_command_token1] = ACTIONS(3250), - [aux_sym_remote_forward_token1] = ACTIONS(3250), - [aux_sym_request_tty_token1] = ACTIONS(3250), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3250), - [aux_sym_security_key_provider_token1] = ACTIONS(3250), - [aux_sym_send_env_token1] = ACTIONS(3250), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3250), - [aux_sym_server_alive_interval_token1] = ACTIONS(3250), - [aux_sym_session_type_token1] = ACTIONS(3250), - [aux_sym_set_env_token1] = ACTIONS(3250), - [aux_sym_stdin_null_token1] = ACTIONS(3250), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3250), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3250), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3250), - [aux_sym_syslog_facility_token1] = ACTIONS(3250), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3250), - [aux_sym_keep_alive_token1] = ACTIONS(3250), - [aux_sym_tunnel_token1] = ACTIONS(3252), - [aux_sym_tunnel_device_token1] = ACTIONS(3250), - [aux_sym_update_host_keys_token1] = ACTIONS(3250), - [aux_sym_use_keychain_token1] = ACTIONS(3250), - [aux_sym_use_roaming_token1] = ACTIONS(3250), - [aux_sym_user_token1] = ACTIONS(3252), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3250), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3250), - [aux_sym_visual_host_key_token1] = ACTIONS(3250), - [aux_sym_xauth_location_token1] = ACTIONS(3250), + [ts_builtin_sym_end] = ACTIONS(603), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(605), + [aux_sym_match_token1] = ACTIONS(603), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(603), + [aux_sym_address_family_token1] = ACTIONS(603), + [aux_sym_batch_mode_token1] = ACTIONS(603), + [aux_sym_bind_address_token1] = ACTIONS(603), + [aux_sym_bind_interface_token1] = ACTIONS(603), + [aux_sym_canonical_domains_token1] = ACTIONS(603), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(603), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(603), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(603), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(603), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(603), + [aux_sym_certificate_file_token1] = ACTIONS(603), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(603), + [aux_sym_check_host_ip_token1] = ACTIONS(603), + [aux_sym_ciphers_token1] = ACTIONS(603), + [aux_sym_cipher_token1] = ACTIONS(605), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(603), + [aux_sym_compression_token1] = ACTIONS(603), + [aux_sym_connection_attempts_token1] = ACTIONS(603), + [aux_sym_connect_timeout_token1] = ACTIONS(603), + [aux_sym_control_master_token1] = ACTIONS(603), + [aux_sym_control_path_token1] = ACTIONS(603), + [aux_sym_control_persist_token1] = ACTIONS(603), + [aux_sym_dynamic_forward_token1] = ACTIONS(603), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(603), + [aux_sym_escape_char_token1] = ACTIONS(603), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(603), + [aux_sym_fingerprint_hash_token1] = ACTIONS(603), + [aux_sym_fork_after_authentication_token1] = ACTIONS(603), + [aux_sym_forward_agent_token1] = ACTIONS(603), + [aux_sym_forward_x11_token1] = ACTIONS(605), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(603), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(603), + [aux_sym_gateway_ports_token1] = ACTIONS(603), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(603), + [aux_sym_gssapi_authentication_token1] = ACTIONS(603), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(603), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(603), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(603), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(603), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(603), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(603), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(603), + [aux_sym_hash_known_hosts_token1] = ACTIONS(603), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(603), + [aux_sym_hostbased_authentication_token1] = ACTIONS(603), + [aux_sym_host_key_algorithms_token1] = ACTIONS(603), + [aux_sym_host_key_alias_token1] = ACTIONS(603), + [aux_sym_hostname_token1] = ACTIONS(603), + [aux_sym_identities_only_token1] = ACTIONS(603), + [aux_sym_identity_agent_token1] = ACTIONS(603), + [aux_sym_identity_file_token1] = ACTIONS(603), + [aux_sym_ignore_unknown_token1] = ACTIONS(603), + [aux_sym_include_token1] = ACTIONS(603), + [aux_sym_ip_qos_token1] = ACTIONS(603), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(603), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(603), + [aux_sym_kex_algorithms_token1] = ACTIONS(603), + [aux_sym_known_hosts_command_token1] = ACTIONS(603), + [aux_sym_local_command_token1] = ACTIONS(603), + [aux_sym_local_forward_token1] = ACTIONS(603), + [aux_sym_log_level_token1] = ACTIONS(603), + [aux_sym_log_verbose_token1] = ACTIONS(603), + [aux_sym_macs_token1] = ACTIONS(603), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(603), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(603), + [aux_sym_password_authentication_token1] = ACTIONS(603), + [aux_sym_permit_local_command_token1] = ACTIONS(603), + [aux_sym_permit_remote_open_token1] = ACTIONS(603), + [aux_sym_pkcs11_provider_token1] = ACTIONS(603), + [aux_sym_port_token1] = ACTIONS(603), + [aux_sym_preferred_authentications_token1] = ACTIONS(603), + [aux_sym_protocol_token1] = ACTIONS(603), + [aux_sym_proxy_command_token1] = ACTIONS(603), + [aux_sym_proxy_jump_token1] = ACTIONS(603), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(603), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(603), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(603), + [aux_sym_pubkey_authentication_token1] = ACTIONS(603), + [aux_sym_rekey_limit_token1] = ACTIONS(603), + [aux_sym_remote_command_token1] = ACTIONS(603), + [aux_sym_remote_forward_token1] = ACTIONS(603), + [aux_sym_request_tty_token1] = ACTIONS(603), + [aux_sym_required_rsa_size_token1] = ACTIONS(603), + [aux_sym_revoked_host_keys_token1] = ACTIONS(603), + [aux_sym_security_key_provider_token1] = ACTIONS(603), + [aux_sym_send_env_token1] = ACTIONS(603), + [aux_sym_server_alive_count_max_token1] = ACTIONS(603), + [aux_sym_server_alive_interval_token1] = ACTIONS(603), + [aux_sym_session_type_token1] = ACTIONS(603), + [aux_sym_set_env_token1] = ACTIONS(603), + [aux_sym_stdin_null_token1] = ACTIONS(603), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(603), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(603), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(603), + [aux_sym_syslog_facility_token1] = ACTIONS(603), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(603), + [aux_sym_keep_alive_token1] = ACTIONS(603), + [aux_sym_tunnel_token1] = ACTIONS(605), + [aux_sym_tunnel_device_token1] = ACTIONS(603), + [aux_sym_update_host_keys_token1] = ACTIONS(603), + [aux_sym_use_keychain_token1] = ACTIONS(603), + [aux_sym_use_roaming_token1] = ACTIONS(603), + [aux_sym_user_token1] = ACTIONS(605), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(603), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(603), + [aux_sym_visual_host_key_token1] = ACTIONS(603), + [aux_sym_xauth_location_token1] = ACTIONS(603), }, [569] = { - [ts_builtin_sym_end] = ACTIONS(3254), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3256), - [aux_sym_match_token1] = ACTIONS(3254), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3254), - [aux_sym_address_family_token1] = ACTIONS(3254), - [aux_sym_batch_mode_token1] = ACTIONS(3254), - [aux_sym_bind_address_token1] = ACTIONS(3254), - [aux_sym_bind_interface_token1] = ACTIONS(3254), - [aux_sym_canonical_domains_token1] = ACTIONS(3254), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3254), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3254), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3254), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3254), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3254), - [aux_sym_certificate_file_token1] = ACTIONS(3254), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3254), - [aux_sym_check_host_ip_token1] = ACTIONS(3254), - [aux_sym_ciphers_token1] = ACTIONS(3254), - [aux_sym_cipher_token1] = ACTIONS(3256), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3254), - [aux_sym_compression_token1] = ACTIONS(3254), - [aux_sym_connection_attempts_token1] = ACTIONS(3254), - [aux_sym_connect_timeout_token1] = ACTIONS(3254), - [aux_sym_control_master_token1] = ACTIONS(3254), - [aux_sym_control_path_token1] = ACTIONS(3254), - [aux_sym_control_persist_token1] = ACTIONS(3254), - [aux_sym_dynamic_forward_token1] = ACTIONS(3254), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3254), - [aux_sym_escape_char_token1] = ACTIONS(3254), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3254), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3254), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3254), - [aux_sym_forward_agent_token1] = ACTIONS(3254), - [aux_sym_forward_x11_token1] = ACTIONS(3256), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3254), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3254), - [aux_sym_gateway_ports_token1] = ACTIONS(3254), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3254), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3254), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3254), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3254), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3254), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3254), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3254), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3254), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3254), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3254), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3254), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3254), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3254), - [aux_sym_host_key_alias_token1] = ACTIONS(3254), - [aux_sym_hostname_token1] = ACTIONS(3254), - [aux_sym_identities_only_token1] = ACTIONS(3254), - [aux_sym_identity_agent_token1] = ACTIONS(3254), - [aux_sym_identity_file_token1] = ACTIONS(3254), - [aux_sym_ignore_unknown_token1] = ACTIONS(3254), - [aux_sym_include_token1] = ACTIONS(3254), - [aux_sym_ip_qos_token1] = ACTIONS(3254), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3254), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3254), - [aux_sym_kex_algorithms_token1] = ACTIONS(3254), - [aux_sym_known_hosts_command_token1] = ACTIONS(3254), - [aux_sym_local_command_token1] = ACTIONS(3254), - [aux_sym_local_forward_token1] = ACTIONS(3254), - [aux_sym_log_level_token1] = ACTIONS(3254), - [aux_sym_log_verbose_token1] = ACTIONS(3254), - [aux_sym_macs_token1] = ACTIONS(3254), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3254), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3254), - [aux_sym_password_authentication_token1] = ACTIONS(3254), - [aux_sym_permit_local_command_token1] = ACTIONS(3254), - [aux_sym_permit_remote_open_token1] = ACTIONS(3254), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3254), - [aux_sym_port_token1] = ACTIONS(3254), - [aux_sym_preferred_authentications_token1] = ACTIONS(3254), - [aux_sym_protocol_token1] = ACTIONS(3254), - [aux_sym_proxy_command_token1] = ACTIONS(3254), - [aux_sym_proxy_jump_token1] = ACTIONS(3254), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3254), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3254), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3254), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3254), - [aux_sym_rekey_limit_token1] = ACTIONS(3254), - [aux_sym_remote_command_token1] = ACTIONS(3254), - [aux_sym_remote_forward_token1] = ACTIONS(3254), - [aux_sym_request_tty_token1] = ACTIONS(3254), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3254), - [aux_sym_security_key_provider_token1] = ACTIONS(3254), - [aux_sym_send_env_token1] = ACTIONS(3254), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3254), - [aux_sym_server_alive_interval_token1] = ACTIONS(3254), - [aux_sym_session_type_token1] = ACTIONS(3254), - [aux_sym_set_env_token1] = ACTIONS(3254), - [aux_sym_stdin_null_token1] = ACTIONS(3254), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3254), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3254), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3254), - [aux_sym_syslog_facility_token1] = ACTIONS(3254), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3254), - [aux_sym_keep_alive_token1] = ACTIONS(3254), - [aux_sym_tunnel_token1] = ACTIONS(3256), - [aux_sym_tunnel_device_token1] = ACTIONS(3254), - [aux_sym_update_host_keys_token1] = ACTIONS(3254), - [aux_sym_use_keychain_token1] = ACTIONS(3254), - [aux_sym_use_roaming_token1] = ACTIONS(3254), - [aux_sym_user_token1] = ACTIONS(3256), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3254), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3254), - [aux_sym_visual_host_key_token1] = ACTIONS(3254), - [aux_sym_xauth_location_token1] = ACTIONS(3254), + [ts_builtin_sym_end] = ACTIONS(609), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(611), + [aux_sym_match_token1] = ACTIONS(609), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(609), + [aux_sym_address_family_token1] = ACTIONS(609), + [aux_sym_batch_mode_token1] = ACTIONS(609), + [aux_sym_bind_address_token1] = ACTIONS(609), + [aux_sym_bind_interface_token1] = ACTIONS(609), + [aux_sym_canonical_domains_token1] = ACTIONS(609), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(609), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(609), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(609), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(609), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(609), + [aux_sym_certificate_file_token1] = ACTIONS(609), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(609), + [aux_sym_check_host_ip_token1] = ACTIONS(609), + [aux_sym_ciphers_token1] = ACTIONS(609), + [aux_sym_cipher_token1] = ACTIONS(611), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(609), + [aux_sym_compression_token1] = ACTIONS(609), + [aux_sym_connection_attempts_token1] = ACTIONS(609), + [aux_sym_connect_timeout_token1] = ACTIONS(609), + [aux_sym_control_master_token1] = ACTIONS(609), + [aux_sym_control_path_token1] = ACTIONS(609), + [aux_sym_control_persist_token1] = ACTIONS(609), + [aux_sym_dynamic_forward_token1] = ACTIONS(609), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(609), + [aux_sym_escape_char_token1] = ACTIONS(609), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(609), + [aux_sym_fingerprint_hash_token1] = ACTIONS(609), + [aux_sym_fork_after_authentication_token1] = ACTIONS(609), + [aux_sym_forward_agent_token1] = ACTIONS(609), + [aux_sym_forward_x11_token1] = ACTIONS(611), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(609), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(609), + [aux_sym_gateway_ports_token1] = ACTIONS(609), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(609), + [aux_sym_gssapi_authentication_token1] = ACTIONS(609), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(609), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(609), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(609), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(609), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(609), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(609), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(609), + [aux_sym_hash_known_hosts_token1] = ACTIONS(609), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(609), + [aux_sym_hostbased_authentication_token1] = ACTIONS(609), + [aux_sym_host_key_algorithms_token1] = ACTIONS(609), + [aux_sym_host_key_alias_token1] = ACTIONS(609), + [aux_sym_hostname_token1] = ACTIONS(609), + [aux_sym_identities_only_token1] = ACTIONS(609), + [aux_sym_identity_agent_token1] = ACTIONS(609), + [aux_sym_identity_file_token1] = ACTIONS(609), + [aux_sym_ignore_unknown_token1] = ACTIONS(609), + [aux_sym_include_token1] = ACTIONS(609), + [aux_sym_ip_qos_token1] = ACTIONS(609), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(609), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(609), + [aux_sym_kex_algorithms_token1] = ACTIONS(609), + [aux_sym_known_hosts_command_token1] = ACTIONS(609), + [aux_sym_local_command_token1] = ACTIONS(609), + [aux_sym_local_forward_token1] = ACTIONS(609), + [aux_sym_log_level_token1] = ACTIONS(609), + [aux_sym_log_verbose_token1] = ACTIONS(609), + [aux_sym_macs_token1] = ACTIONS(609), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(609), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(609), + [aux_sym_password_authentication_token1] = ACTIONS(609), + [aux_sym_permit_local_command_token1] = ACTIONS(609), + [aux_sym_permit_remote_open_token1] = ACTIONS(609), + [aux_sym_pkcs11_provider_token1] = ACTIONS(609), + [aux_sym_port_token1] = ACTIONS(609), + [aux_sym_preferred_authentications_token1] = ACTIONS(609), + [aux_sym_protocol_token1] = ACTIONS(609), + [aux_sym_proxy_command_token1] = ACTIONS(609), + [aux_sym_proxy_jump_token1] = ACTIONS(609), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(609), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(609), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(609), + [aux_sym_pubkey_authentication_token1] = ACTIONS(609), + [aux_sym_rekey_limit_token1] = ACTIONS(609), + [aux_sym_remote_command_token1] = ACTIONS(609), + [aux_sym_remote_forward_token1] = ACTIONS(609), + [aux_sym_request_tty_token1] = ACTIONS(609), + [aux_sym_required_rsa_size_token1] = ACTIONS(609), + [aux_sym_revoked_host_keys_token1] = ACTIONS(609), + [aux_sym_security_key_provider_token1] = ACTIONS(609), + [aux_sym_send_env_token1] = ACTIONS(609), + [aux_sym_server_alive_count_max_token1] = ACTIONS(609), + [aux_sym_server_alive_interval_token1] = ACTIONS(609), + [aux_sym_session_type_token1] = ACTIONS(609), + [aux_sym_set_env_token1] = ACTIONS(609), + [aux_sym_stdin_null_token1] = ACTIONS(609), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(609), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(609), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(609), + [aux_sym_syslog_facility_token1] = ACTIONS(609), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(609), + [aux_sym_keep_alive_token1] = ACTIONS(609), + [aux_sym_tunnel_token1] = ACTIONS(611), + [aux_sym_tunnel_device_token1] = ACTIONS(609), + [aux_sym_update_host_keys_token1] = ACTIONS(609), + [aux_sym_use_keychain_token1] = ACTIONS(609), + [aux_sym_use_roaming_token1] = ACTIONS(609), + [aux_sym_user_token1] = ACTIONS(611), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(609), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(609), + [aux_sym_visual_host_key_token1] = ACTIONS(609), + [aux_sym_xauth_location_token1] = ACTIONS(609), }, [570] = { - [ts_builtin_sym_end] = ACTIONS(3258), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3260), - [aux_sym_match_token1] = ACTIONS(3258), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3258), - [aux_sym_address_family_token1] = ACTIONS(3258), - [aux_sym_batch_mode_token1] = ACTIONS(3258), - [aux_sym_bind_address_token1] = ACTIONS(3258), - [aux_sym_bind_interface_token1] = ACTIONS(3258), - [aux_sym_canonical_domains_token1] = ACTIONS(3258), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3258), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3258), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3258), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3258), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3258), - [aux_sym_certificate_file_token1] = ACTIONS(3258), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3258), - [aux_sym_check_host_ip_token1] = ACTIONS(3258), - [aux_sym_ciphers_token1] = ACTIONS(3258), - [aux_sym_cipher_token1] = ACTIONS(3260), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3258), - [aux_sym_compression_token1] = ACTIONS(3258), - [aux_sym_connection_attempts_token1] = ACTIONS(3258), - [aux_sym_connect_timeout_token1] = ACTIONS(3258), - [aux_sym_control_master_token1] = ACTIONS(3258), - [aux_sym_control_path_token1] = ACTIONS(3258), - [aux_sym_control_persist_token1] = ACTIONS(3258), - [aux_sym_dynamic_forward_token1] = ACTIONS(3258), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3258), - [aux_sym_escape_char_token1] = ACTIONS(3258), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3258), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3258), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3258), - [aux_sym_forward_agent_token1] = ACTIONS(3258), - [aux_sym_forward_x11_token1] = ACTIONS(3260), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3258), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3258), - [aux_sym_gateway_ports_token1] = ACTIONS(3258), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3258), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3258), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3258), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3258), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3258), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3258), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3258), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3258), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3258), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3258), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3258), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3258), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3258), - [aux_sym_host_key_alias_token1] = ACTIONS(3258), - [aux_sym_hostname_token1] = ACTIONS(3258), - [aux_sym_identities_only_token1] = ACTIONS(3258), - [aux_sym_identity_agent_token1] = ACTIONS(3258), - [aux_sym_identity_file_token1] = ACTIONS(3258), - [aux_sym_ignore_unknown_token1] = ACTIONS(3258), - [aux_sym_include_token1] = ACTIONS(3258), - [aux_sym_ip_qos_token1] = ACTIONS(3258), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3258), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3258), - [aux_sym_kex_algorithms_token1] = ACTIONS(3258), - [aux_sym_known_hosts_command_token1] = ACTIONS(3258), - [aux_sym_local_command_token1] = ACTIONS(3258), - [aux_sym_local_forward_token1] = ACTIONS(3258), - [aux_sym_log_level_token1] = ACTIONS(3258), - [aux_sym_log_verbose_token1] = ACTIONS(3258), - [aux_sym_macs_token1] = ACTIONS(3258), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3258), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3258), - [aux_sym_password_authentication_token1] = ACTIONS(3258), - [aux_sym_permit_local_command_token1] = ACTIONS(3258), - [aux_sym_permit_remote_open_token1] = ACTIONS(3258), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3258), - [aux_sym_port_token1] = ACTIONS(3258), - [aux_sym_preferred_authentications_token1] = ACTIONS(3258), - [aux_sym_protocol_token1] = ACTIONS(3258), - [aux_sym_proxy_command_token1] = ACTIONS(3258), - [aux_sym_proxy_jump_token1] = ACTIONS(3258), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3258), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3258), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3258), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3258), - [aux_sym_rekey_limit_token1] = ACTIONS(3258), - [aux_sym_remote_command_token1] = ACTIONS(3258), - [aux_sym_remote_forward_token1] = ACTIONS(3258), - [aux_sym_request_tty_token1] = ACTIONS(3258), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3258), - [aux_sym_security_key_provider_token1] = ACTIONS(3258), - [aux_sym_send_env_token1] = ACTIONS(3258), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3258), - [aux_sym_server_alive_interval_token1] = ACTIONS(3258), - [aux_sym_session_type_token1] = ACTIONS(3258), - [aux_sym_set_env_token1] = ACTIONS(3258), - [aux_sym_stdin_null_token1] = ACTIONS(3258), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3258), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3258), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3258), - [aux_sym_syslog_facility_token1] = ACTIONS(3258), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3258), - [aux_sym_keep_alive_token1] = ACTIONS(3258), - [aux_sym_tunnel_token1] = ACTIONS(3260), - [aux_sym_tunnel_device_token1] = ACTIONS(3258), - [aux_sym_update_host_keys_token1] = ACTIONS(3258), - [aux_sym_use_keychain_token1] = ACTIONS(3258), - [aux_sym_use_roaming_token1] = ACTIONS(3258), - [aux_sym_user_token1] = ACTIONS(3260), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3258), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3258), - [aux_sym_visual_host_key_token1] = ACTIONS(3258), - [aux_sym_xauth_location_token1] = ACTIONS(3258), + [ts_builtin_sym_end] = ACTIONS(615), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(617), + [aux_sym_match_token1] = ACTIONS(615), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(615), + [aux_sym_address_family_token1] = ACTIONS(615), + [aux_sym_batch_mode_token1] = ACTIONS(615), + [aux_sym_bind_address_token1] = ACTIONS(615), + [aux_sym_bind_interface_token1] = ACTIONS(615), + [aux_sym_canonical_domains_token1] = ACTIONS(615), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(615), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(615), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(615), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(615), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(615), + [aux_sym_certificate_file_token1] = ACTIONS(615), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(615), + [aux_sym_check_host_ip_token1] = ACTIONS(615), + [aux_sym_ciphers_token1] = ACTIONS(615), + [aux_sym_cipher_token1] = ACTIONS(617), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(615), + [aux_sym_compression_token1] = ACTIONS(615), + [aux_sym_connection_attempts_token1] = ACTIONS(615), + [aux_sym_connect_timeout_token1] = ACTIONS(615), + [aux_sym_control_master_token1] = ACTIONS(615), + [aux_sym_control_path_token1] = ACTIONS(615), + [aux_sym_control_persist_token1] = ACTIONS(615), + [aux_sym_dynamic_forward_token1] = ACTIONS(615), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(615), + [aux_sym_escape_char_token1] = ACTIONS(615), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(615), + [aux_sym_fingerprint_hash_token1] = ACTIONS(615), + [aux_sym_fork_after_authentication_token1] = ACTIONS(615), + [aux_sym_forward_agent_token1] = ACTIONS(615), + [aux_sym_forward_x11_token1] = ACTIONS(617), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(615), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(615), + [aux_sym_gateway_ports_token1] = ACTIONS(615), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(615), + [aux_sym_gssapi_authentication_token1] = ACTIONS(615), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(615), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(615), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(615), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(615), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(615), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(615), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(615), + [aux_sym_hash_known_hosts_token1] = ACTIONS(615), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(615), + [aux_sym_hostbased_authentication_token1] = ACTIONS(615), + [aux_sym_host_key_algorithms_token1] = ACTIONS(615), + [aux_sym_host_key_alias_token1] = ACTIONS(615), + [aux_sym_hostname_token1] = ACTIONS(615), + [aux_sym_identities_only_token1] = ACTIONS(615), + [aux_sym_identity_agent_token1] = ACTIONS(615), + [aux_sym_identity_file_token1] = ACTIONS(615), + [aux_sym_ignore_unknown_token1] = ACTIONS(615), + [aux_sym_include_token1] = ACTIONS(615), + [aux_sym_ip_qos_token1] = ACTIONS(615), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(615), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(615), + [aux_sym_kex_algorithms_token1] = ACTIONS(615), + [aux_sym_known_hosts_command_token1] = ACTIONS(615), + [aux_sym_local_command_token1] = ACTIONS(615), + [aux_sym_local_forward_token1] = ACTIONS(615), + [aux_sym_log_level_token1] = ACTIONS(615), + [aux_sym_log_verbose_token1] = ACTIONS(615), + [aux_sym_macs_token1] = ACTIONS(615), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(615), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(615), + [aux_sym_password_authentication_token1] = ACTIONS(615), + [aux_sym_permit_local_command_token1] = ACTIONS(615), + [aux_sym_permit_remote_open_token1] = ACTIONS(615), + [aux_sym_pkcs11_provider_token1] = ACTIONS(615), + [aux_sym_port_token1] = ACTIONS(615), + [aux_sym_preferred_authentications_token1] = ACTIONS(615), + [aux_sym_protocol_token1] = ACTIONS(615), + [aux_sym_proxy_command_token1] = ACTIONS(615), + [aux_sym_proxy_jump_token1] = ACTIONS(615), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(615), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(615), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(615), + [aux_sym_pubkey_authentication_token1] = ACTIONS(615), + [aux_sym_rekey_limit_token1] = ACTIONS(615), + [aux_sym_remote_command_token1] = ACTIONS(615), + [aux_sym_remote_forward_token1] = ACTIONS(615), + [aux_sym_request_tty_token1] = ACTIONS(615), + [aux_sym_required_rsa_size_token1] = ACTIONS(615), + [aux_sym_revoked_host_keys_token1] = ACTIONS(615), + [aux_sym_security_key_provider_token1] = ACTIONS(615), + [aux_sym_send_env_token1] = ACTIONS(615), + [aux_sym_server_alive_count_max_token1] = ACTIONS(615), + [aux_sym_server_alive_interval_token1] = ACTIONS(615), + [aux_sym_session_type_token1] = ACTIONS(615), + [aux_sym_set_env_token1] = ACTIONS(615), + [aux_sym_stdin_null_token1] = ACTIONS(615), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(615), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(615), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(615), + [aux_sym_syslog_facility_token1] = ACTIONS(615), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(615), + [aux_sym_keep_alive_token1] = ACTIONS(615), + [aux_sym_tunnel_token1] = ACTIONS(617), + [aux_sym_tunnel_device_token1] = ACTIONS(615), + [aux_sym_update_host_keys_token1] = ACTIONS(615), + [aux_sym_use_keychain_token1] = ACTIONS(615), + [aux_sym_use_roaming_token1] = ACTIONS(615), + [aux_sym_user_token1] = ACTIONS(617), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(615), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(615), + [aux_sym_visual_host_key_token1] = ACTIONS(615), + [aux_sym_xauth_location_token1] = ACTIONS(615), }, [571] = { - [ts_builtin_sym_end] = ACTIONS(3262), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3264), - [aux_sym_match_token1] = ACTIONS(3262), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3262), - [aux_sym_address_family_token1] = ACTIONS(3262), - [aux_sym_batch_mode_token1] = ACTIONS(3262), - [aux_sym_bind_address_token1] = ACTIONS(3262), - [aux_sym_bind_interface_token1] = ACTIONS(3262), - [aux_sym_canonical_domains_token1] = ACTIONS(3262), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3262), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3262), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3262), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3262), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3262), - [aux_sym_certificate_file_token1] = ACTIONS(3262), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3262), - [aux_sym_check_host_ip_token1] = ACTIONS(3262), - [aux_sym_ciphers_token1] = ACTIONS(3262), - [aux_sym_cipher_token1] = ACTIONS(3264), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3262), - [aux_sym_compression_token1] = ACTIONS(3262), - [aux_sym_connection_attempts_token1] = ACTIONS(3262), - [aux_sym_connect_timeout_token1] = ACTIONS(3262), - [aux_sym_control_master_token1] = ACTIONS(3262), - [aux_sym_control_path_token1] = ACTIONS(3262), - [aux_sym_control_persist_token1] = ACTIONS(3262), - [aux_sym_dynamic_forward_token1] = ACTIONS(3262), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3262), - [aux_sym_escape_char_token1] = ACTIONS(3262), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3262), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3262), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3262), - [aux_sym_forward_agent_token1] = ACTIONS(3262), - [aux_sym_forward_x11_token1] = ACTIONS(3264), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3262), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3262), - [aux_sym_gateway_ports_token1] = ACTIONS(3262), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3262), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3262), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3262), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3262), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3262), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3262), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3262), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3262), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3262), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3262), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3262), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3262), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3262), - [aux_sym_host_key_alias_token1] = ACTIONS(3262), - [aux_sym_hostname_token1] = ACTIONS(3262), - [aux_sym_identities_only_token1] = ACTIONS(3262), - [aux_sym_identity_agent_token1] = ACTIONS(3262), - [aux_sym_identity_file_token1] = ACTIONS(3262), - [aux_sym_ignore_unknown_token1] = ACTIONS(3262), - [aux_sym_include_token1] = ACTIONS(3262), - [aux_sym_ip_qos_token1] = ACTIONS(3262), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3262), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3262), - [aux_sym_kex_algorithms_token1] = ACTIONS(3262), - [aux_sym_known_hosts_command_token1] = ACTIONS(3262), - [aux_sym_local_command_token1] = ACTIONS(3262), - [aux_sym_local_forward_token1] = ACTIONS(3262), - [aux_sym_log_level_token1] = ACTIONS(3262), - [aux_sym_log_verbose_token1] = ACTIONS(3262), - [aux_sym_macs_token1] = ACTIONS(3262), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3262), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3262), - [aux_sym_password_authentication_token1] = ACTIONS(3262), - [aux_sym_permit_local_command_token1] = ACTIONS(3262), - [aux_sym_permit_remote_open_token1] = ACTIONS(3262), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3262), - [aux_sym_port_token1] = ACTIONS(3262), - [aux_sym_preferred_authentications_token1] = ACTIONS(3262), - [aux_sym_protocol_token1] = ACTIONS(3262), - [aux_sym_proxy_command_token1] = ACTIONS(3262), - [aux_sym_proxy_jump_token1] = ACTIONS(3262), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3262), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3262), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3262), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3262), - [aux_sym_rekey_limit_token1] = ACTIONS(3262), - [aux_sym_remote_command_token1] = ACTIONS(3262), - [aux_sym_remote_forward_token1] = ACTIONS(3262), - [aux_sym_request_tty_token1] = ACTIONS(3262), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3262), - [aux_sym_security_key_provider_token1] = ACTIONS(3262), - [aux_sym_send_env_token1] = ACTIONS(3262), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3262), - [aux_sym_server_alive_interval_token1] = ACTIONS(3262), - [aux_sym_session_type_token1] = ACTIONS(3262), - [aux_sym_set_env_token1] = ACTIONS(3262), - [aux_sym_stdin_null_token1] = ACTIONS(3262), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3262), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3262), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3262), - [aux_sym_syslog_facility_token1] = ACTIONS(3262), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3262), - [aux_sym_keep_alive_token1] = ACTIONS(3262), - [aux_sym_tunnel_token1] = ACTIONS(3264), - [aux_sym_tunnel_device_token1] = ACTIONS(3262), - [aux_sym_update_host_keys_token1] = ACTIONS(3262), - [aux_sym_use_keychain_token1] = ACTIONS(3262), - [aux_sym_use_roaming_token1] = ACTIONS(3262), - [aux_sym_user_token1] = ACTIONS(3264), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3262), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3262), - [aux_sym_visual_host_key_token1] = ACTIONS(3262), - [aux_sym_xauth_location_token1] = ACTIONS(3262), + [ts_builtin_sym_end] = ACTIONS(621), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(623), + [aux_sym_match_token1] = ACTIONS(621), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(621), + [aux_sym_address_family_token1] = ACTIONS(621), + [aux_sym_batch_mode_token1] = ACTIONS(621), + [aux_sym_bind_address_token1] = ACTIONS(621), + [aux_sym_bind_interface_token1] = ACTIONS(621), + [aux_sym_canonical_domains_token1] = ACTIONS(621), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(621), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(621), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(621), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(621), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(621), + [aux_sym_certificate_file_token1] = ACTIONS(621), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(621), + [aux_sym_check_host_ip_token1] = ACTIONS(621), + [aux_sym_ciphers_token1] = ACTIONS(621), + [aux_sym_cipher_token1] = ACTIONS(623), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(621), + [aux_sym_compression_token1] = ACTIONS(621), + [aux_sym_connection_attempts_token1] = ACTIONS(621), + [aux_sym_connect_timeout_token1] = ACTIONS(621), + [aux_sym_control_master_token1] = ACTIONS(621), + [aux_sym_control_path_token1] = ACTIONS(621), + [aux_sym_control_persist_token1] = ACTIONS(621), + [aux_sym_dynamic_forward_token1] = ACTIONS(621), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(621), + [aux_sym_escape_char_token1] = ACTIONS(621), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(621), + [aux_sym_fingerprint_hash_token1] = ACTIONS(621), + [aux_sym_fork_after_authentication_token1] = ACTIONS(621), + [aux_sym_forward_agent_token1] = ACTIONS(621), + [aux_sym_forward_x11_token1] = ACTIONS(623), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(621), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(621), + [aux_sym_gateway_ports_token1] = ACTIONS(621), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(621), + [aux_sym_gssapi_authentication_token1] = ACTIONS(621), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(621), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(621), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(621), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(621), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(621), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(621), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(621), + [aux_sym_hash_known_hosts_token1] = ACTIONS(621), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(621), + [aux_sym_hostbased_authentication_token1] = ACTIONS(621), + [aux_sym_host_key_algorithms_token1] = ACTIONS(621), + [aux_sym_host_key_alias_token1] = ACTIONS(621), + [aux_sym_hostname_token1] = ACTIONS(621), + [aux_sym_identities_only_token1] = ACTIONS(621), + [aux_sym_identity_agent_token1] = ACTIONS(621), + [aux_sym_identity_file_token1] = ACTIONS(621), + [aux_sym_ignore_unknown_token1] = ACTIONS(621), + [aux_sym_include_token1] = ACTIONS(621), + [aux_sym_ip_qos_token1] = ACTIONS(621), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(621), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(621), + [aux_sym_kex_algorithms_token1] = ACTIONS(621), + [aux_sym_known_hosts_command_token1] = ACTIONS(621), + [aux_sym_local_command_token1] = ACTIONS(621), + [aux_sym_local_forward_token1] = ACTIONS(621), + [aux_sym_log_level_token1] = ACTIONS(621), + [aux_sym_log_verbose_token1] = ACTIONS(621), + [aux_sym_macs_token1] = ACTIONS(621), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(621), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(621), + [aux_sym_password_authentication_token1] = ACTIONS(621), + [aux_sym_permit_local_command_token1] = ACTIONS(621), + [aux_sym_permit_remote_open_token1] = ACTIONS(621), + [aux_sym_pkcs11_provider_token1] = ACTIONS(621), + [aux_sym_port_token1] = ACTIONS(621), + [aux_sym_preferred_authentications_token1] = ACTIONS(621), + [aux_sym_protocol_token1] = ACTIONS(621), + [aux_sym_proxy_command_token1] = ACTIONS(621), + [aux_sym_proxy_jump_token1] = ACTIONS(621), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(621), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(621), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(621), + [aux_sym_pubkey_authentication_token1] = ACTIONS(621), + [aux_sym_rekey_limit_token1] = ACTIONS(621), + [aux_sym_remote_command_token1] = ACTIONS(621), + [aux_sym_remote_forward_token1] = ACTIONS(621), + [aux_sym_request_tty_token1] = ACTIONS(621), + [aux_sym_required_rsa_size_token1] = ACTIONS(621), + [aux_sym_revoked_host_keys_token1] = ACTIONS(621), + [aux_sym_security_key_provider_token1] = ACTIONS(621), + [aux_sym_send_env_token1] = ACTIONS(621), + [aux_sym_server_alive_count_max_token1] = ACTIONS(621), + [aux_sym_server_alive_interval_token1] = ACTIONS(621), + [aux_sym_session_type_token1] = ACTIONS(621), + [aux_sym_set_env_token1] = ACTIONS(621), + [aux_sym_stdin_null_token1] = ACTIONS(621), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(621), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(621), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(621), + [aux_sym_syslog_facility_token1] = ACTIONS(621), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(621), + [aux_sym_keep_alive_token1] = ACTIONS(621), + [aux_sym_tunnel_token1] = ACTIONS(623), + [aux_sym_tunnel_device_token1] = ACTIONS(621), + [aux_sym_update_host_keys_token1] = ACTIONS(621), + [aux_sym_use_keychain_token1] = ACTIONS(621), + [aux_sym_use_roaming_token1] = ACTIONS(621), + [aux_sym_user_token1] = ACTIONS(623), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(621), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(621), + [aux_sym_visual_host_key_token1] = ACTIONS(621), + [aux_sym_xauth_location_token1] = ACTIONS(621), }, [572] = { - [ts_builtin_sym_end] = ACTIONS(784), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(786), - [aux_sym_match_token1] = ACTIONS(784), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(784), - [aux_sym_address_family_token1] = ACTIONS(784), - [aux_sym_batch_mode_token1] = ACTIONS(784), - [aux_sym_bind_address_token1] = ACTIONS(784), - [aux_sym_bind_interface_token1] = ACTIONS(784), - [aux_sym_canonical_domains_token1] = ACTIONS(784), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(784), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(784), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(784), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(784), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(784), - [aux_sym_certificate_file_token1] = ACTIONS(784), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(784), - [aux_sym_check_host_ip_token1] = ACTIONS(784), - [aux_sym_ciphers_token1] = ACTIONS(784), - [aux_sym_cipher_token1] = ACTIONS(786), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(784), - [aux_sym_compression_token1] = ACTIONS(784), - [aux_sym_connection_attempts_token1] = ACTIONS(784), - [aux_sym_connect_timeout_token1] = ACTIONS(784), - [aux_sym_control_master_token1] = ACTIONS(784), - [aux_sym_control_path_token1] = ACTIONS(784), - [aux_sym_control_persist_token1] = ACTIONS(784), - [aux_sym_dynamic_forward_token1] = ACTIONS(784), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(784), - [aux_sym_escape_char_token1] = ACTIONS(784), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(784), - [aux_sym_fingerprint_hash_token1] = ACTIONS(784), - [aux_sym_fork_after_authentication_token1] = ACTIONS(784), - [aux_sym_forward_agent_token1] = ACTIONS(784), - [aux_sym_forward_x11_token1] = ACTIONS(786), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(784), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(784), - [aux_sym_gateway_ports_token1] = ACTIONS(784), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(784), - [aux_sym_gssapi_authentication_token1] = ACTIONS(784), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(784), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(784), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(784), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(784), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(784), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(784), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(784), - [aux_sym_hash_known_hosts_token1] = ACTIONS(784), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(784), - [aux_sym_hostbased_authentication_token1] = ACTIONS(784), - [aux_sym_host_key_algorithms_token1] = ACTIONS(784), - [aux_sym_host_key_alias_token1] = ACTIONS(784), - [aux_sym_hostname_token1] = ACTIONS(784), - [aux_sym_identities_only_token1] = ACTIONS(784), - [aux_sym_identity_agent_token1] = ACTIONS(784), - [aux_sym_identity_file_token1] = ACTIONS(784), - [aux_sym_ignore_unknown_token1] = ACTIONS(784), - [aux_sym_include_token1] = ACTIONS(784), - [aux_sym_ip_qos_token1] = ACTIONS(784), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(784), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(784), - [aux_sym_kex_algorithms_token1] = ACTIONS(784), - [aux_sym_known_hosts_command_token1] = ACTIONS(784), - [aux_sym_local_command_token1] = ACTIONS(784), - [aux_sym_local_forward_token1] = ACTIONS(784), - [aux_sym_log_level_token1] = ACTIONS(784), - [aux_sym_log_verbose_token1] = ACTIONS(784), - [aux_sym_macs_token1] = ACTIONS(784), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(784), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(784), - [aux_sym_password_authentication_token1] = ACTIONS(784), - [aux_sym_permit_local_command_token1] = ACTIONS(784), - [aux_sym_permit_remote_open_token1] = ACTIONS(784), - [aux_sym_pkcs11_provider_token1] = ACTIONS(784), - [aux_sym_port_token1] = ACTIONS(784), - [aux_sym_preferred_authentications_token1] = ACTIONS(784), - [aux_sym_protocol_token1] = ACTIONS(784), - [aux_sym_proxy_command_token1] = ACTIONS(784), - [aux_sym_proxy_jump_token1] = ACTIONS(784), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(784), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(784), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(784), - [aux_sym_pubkey_authentication_token1] = ACTIONS(784), - [aux_sym_rekey_limit_token1] = ACTIONS(784), - [aux_sym_remote_command_token1] = ACTIONS(784), - [aux_sym_remote_forward_token1] = ACTIONS(784), - [aux_sym_request_tty_token1] = ACTIONS(784), - [aux_sym_revoked_host_keys_token1] = ACTIONS(784), - [aux_sym_security_key_provider_token1] = ACTIONS(784), - [aux_sym_send_env_token1] = ACTIONS(784), - [aux_sym_server_alive_count_max_token1] = ACTIONS(784), - [aux_sym_server_alive_interval_token1] = ACTIONS(784), - [aux_sym_session_type_token1] = ACTIONS(784), - [aux_sym_set_env_token1] = ACTIONS(784), - [aux_sym_stdin_null_token1] = ACTIONS(784), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(784), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(784), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(784), - [aux_sym_syslog_facility_token1] = ACTIONS(784), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(784), - [aux_sym_keep_alive_token1] = ACTIONS(784), - [aux_sym_tunnel_token1] = ACTIONS(786), - [aux_sym_tunnel_device_token1] = ACTIONS(784), - [aux_sym_update_host_keys_token1] = ACTIONS(784), - [aux_sym_use_keychain_token1] = ACTIONS(784), - [aux_sym_use_roaming_token1] = ACTIONS(784), - [aux_sym_user_token1] = ACTIONS(786), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(784), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(784), - [aux_sym_visual_host_key_token1] = ACTIONS(784), - [aux_sym_xauth_location_token1] = ACTIONS(784), + [ts_builtin_sym_end] = ACTIONS(627), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(629), + [aux_sym_match_token1] = ACTIONS(627), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(627), + [aux_sym_address_family_token1] = ACTIONS(627), + [aux_sym_batch_mode_token1] = ACTIONS(627), + [aux_sym_bind_address_token1] = ACTIONS(627), + [aux_sym_bind_interface_token1] = ACTIONS(627), + [aux_sym_canonical_domains_token1] = ACTIONS(627), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(627), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(627), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(627), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(627), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(627), + [aux_sym_certificate_file_token1] = ACTIONS(627), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(627), + [aux_sym_check_host_ip_token1] = ACTIONS(627), + [aux_sym_ciphers_token1] = ACTIONS(627), + [aux_sym_cipher_token1] = ACTIONS(629), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(627), + [aux_sym_compression_token1] = ACTIONS(627), + [aux_sym_connection_attempts_token1] = ACTIONS(627), + [aux_sym_connect_timeout_token1] = ACTIONS(627), + [aux_sym_control_master_token1] = ACTIONS(627), + [aux_sym_control_path_token1] = ACTIONS(627), + [aux_sym_control_persist_token1] = ACTIONS(627), + [aux_sym_dynamic_forward_token1] = ACTIONS(627), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(627), + [aux_sym_escape_char_token1] = ACTIONS(627), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(627), + [aux_sym_fingerprint_hash_token1] = ACTIONS(627), + [aux_sym_fork_after_authentication_token1] = ACTIONS(627), + [aux_sym_forward_agent_token1] = ACTIONS(627), + [aux_sym_forward_x11_token1] = ACTIONS(629), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(627), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(627), + [aux_sym_gateway_ports_token1] = ACTIONS(627), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(627), + [aux_sym_gssapi_authentication_token1] = ACTIONS(627), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(627), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(627), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(627), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(627), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(627), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(627), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(627), + [aux_sym_hash_known_hosts_token1] = ACTIONS(627), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(627), + [aux_sym_hostbased_authentication_token1] = ACTIONS(627), + [aux_sym_host_key_algorithms_token1] = ACTIONS(627), + [aux_sym_host_key_alias_token1] = ACTIONS(627), + [aux_sym_hostname_token1] = ACTIONS(627), + [aux_sym_identities_only_token1] = ACTIONS(627), + [aux_sym_identity_agent_token1] = ACTIONS(627), + [aux_sym_identity_file_token1] = ACTIONS(627), + [aux_sym_ignore_unknown_token1] = ACTIONS(627), + [aux_sym_include_token1] = ACTIONS(627), + [aux_sym_ip_qos_token1] = ACTIONS(627), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(627), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(627), + [aux_sym_kex_algorithms_token1] = ACTIONS(627), + [aux_sym_known_hosts_command_token1] = ACTIONS(627), + [aux_sym_local_command_token1] = ACTIONS(627), + [aux_sym_local_forward_token1] = ACTIONS(627), + [aux_sym_log_level_token1] = ACTIONS(627), + [aux_sym_log_verbose_token1] = ACTIONS(627), + [aux_sym_macs_token1] = ACTIONS(627), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(627), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(627), + [aux_sym_password_authentication_token1] = ACTIONS(627), + [aux_sym_permit_local_command_token1] = ACTIONS(627), + [aux_sym_permit_remote_open_token1] = ACTIONS(627), + [aux_sym_pkcs11_provider_token1] = ACTIONS(627), + [aux_sym_port_token1] = ACTIONS(627), + [aux_sym_preferred_authentications_token1] = ACTIONS(627), + [aux_sym_protocol_token1] = ACTIONS(627), + [aux_sym_proxy_command_token1] = ACTIONS(627), + [aux_sym_proxy_jump_token1] = ACTIONS(627), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(627), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(627), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(627), + [aux_sym_pubkey_authentication_token1] = ACTIONS(627), + [aux_sym_rekey_limit_token1] = ACTIONS(627), + [aux_sym_remote_command_token1] = ACTIONS(627), + [aux_sym_remote_forward_token1] = ACTIONS(627), + [aux_sym_request_tty_token1] = ACTIONS(627), + [aux_sym_required_rsa_size_token1] = ACTIONS(627), + [aux_sym_revoked_host_keys_token1] = ACTIONS(627), + [aux_sym_security_key_provider_token1] = ACTIONS(627), + [aux_sym_send_env_token1] = ACTIONS(627), + [aux_sym_server_alive_count_max_token1] = ACTIONS(627), + [aux_sym_server_alive_interval_token1] = ACTIONS(627), + [aux_sym_session_type_token1] = ACTIONS(627), + [aux_sym_set_env_token1] = ACTIONS(627), + [aux_sym_stdin_null_token1] = ACTIONS(627), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(627), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(627), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(627), + [aux_sym_syslog_facility_token1] = ACTIONS(627), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(627), + [aux_sym_keep_alive_token1] = ACTIONS(627), + [aux_sym_tunnel_token1] = ACTIONS(629), + [aux_sym_tunnel_device_token1] = ACTIONS(627), + [aux_sym_update_host_keys_token1] = ACTIONS(627), + [aux_sym_use_keychain_token1] = ACTIONS(627), + [aux_sym_use_roaming_token1] = ACTIONS(627), + [aux_sym_user_token1] = ACTIONS(629), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(627), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(627), + [aux_sym_visual_host_key_token1] = ACTIONS(627), + [aux_sym_xauth_location_token1] = ACTIONS(627), }, [573] = { - [ts_builtin_sym_end] = ACTIONS(1552), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1554), - [aux_sym_match_token1] = ACTIONS(1552), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1552), - [aux_sym_address_family_token1] = ACTIONS(1552), - [aux_sym_batch_mode_token1] = ACTIONS(1552), - [aux_sym_bind_address_token1] = ACTIONS(1552), - [aux_sym_bind_interface_token1] = ACTIONS(1552), - [aux_sym_canonical_domains_token1] = ACTIONS(1552), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1552), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1552), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1552), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1552), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1552), - [aux_sym_certificate_file_token1] = ACTIONS(1552), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1552), - [aux_sym_check_host_ip_token1] = ACTIONS(1552), - [aux_sym_ciphers_token1] = ACTIONS(1552), - [aux_sym_cipher_token1] = ACTIONS(1554), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1552), - [aux_sym_compression_token1] = ACTIONS(1552), - [aux_sym_connection_attempts_token1] = ACTIONS(1552), - [aux_sym_connect_timeout_token1] = ACTIONS(1552), - [aux_sym_control_master_token1] = ACTIONS(1552), - [aux_sym_control_path_token1] = ACTIONS(1552), - [aux_sym_control_persist_token1] = ACTIONS(1552), - [aux_sym_dynamic_forward_token1] = ACTIONS(1552), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1552), - [aux_sym_escape_char_token1] = ACTIONS(1552), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1552), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1552), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1552), - [aux_sym_forward_agent_token1] = ACTIONS(1552), - [aux_sym_forward_x11_token1] = ACTIONS(1554), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1552), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1552), - [aux_sym_gateway_ports_token1] = ACTIONS(1552), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1552), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1552), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1552), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1552), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1552), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1552), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1552), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1552), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1552), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1552), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1552), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1552), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1552), - [aux_sym_host_key_alias_token1] = ACTIONS(1552), - [aux_sym_hostname_token1] = ACTIONS(1552), - [aux_sym_identities_only_token1] = ACTIONS(1552), - [aux_sym_identity_agent_token1] = ACTIONS(1552), - [aux_sym_identity_file_token1] = ACTIONS(1552), - [aux_sym_ignore_unknown_token1] = ACTIONS(1552), - [aux_sym_include_token1] = ACTIONS(1552), - [aux_sym_ip_qos_token1] = ACTIONS(1552), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1552), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1552), - [aux_sym_kex_algorithms_token1] = ACTIONS(1552), - [aux_sym_known_hosts_command_token1] = ACTIONS(1552), - [aux_sym_local_command_token1] = ACTIONS(1552), - [aux_sym_local_forward_token1] = ACTIONS(1552), - [aux_sym_log_level_token1] = ACTIONS(1552), - [aux_sym_log_verbose_token1] = ACTIONS(1552), - [aux_sym_macs_token1] = ACTIONS(1552), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1552), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1552), - [aux_sym_password_authentication_token1] = ACTIONS(1552), - [aux_sym_permit_local_command_token1] = ACTIONS(1552), - [aux_sym_permit_remote_open_token1] = ACTIONS(1552), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1552), - [aux_sym_port_token1] = ACTIONS(1552), - [aux_sym_preferred_authentications_token1] = ACTIONS(1552), - [aux_sym_protocol_token1] = ACTIONS(1552), - [aux_sym_proxy_command_token1] = ACTIONS(1552), - [aux_sym_proxy_jump_token1] = ACTIONS(1552), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1552), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1552), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1552), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1552), - [aux_sym_rekey_limit_token1] = ACTIONS(1552), - [aux_sym_remote_command_token1] = ACTIONS(1552), - [aux_sym_remote_forward_token1] = ACTIONS(1552), - [aux_sym_request_tty_token1] = ACTIONS(1552), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1552), - [aux_sym_security_key_provider_token1] = ACTIONS(1552), - [aux_sym_send_env_token1] = ACTIONS(1552), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1552), - [aux_sym_server_alive_interval_token1] = ACTIONS(1552), - [aux_sym_session_type_token1] = ACTIONS(1552), - [aux_sym_set_env_token1] = ACTIONS(1552), - [aux_sym_stdin_null_token1] = ACTIONS(1552), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1552), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1552), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1552), - [aux_sym_syslog_facility_token1] = ACTIONS(1552), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1552), - [aux_sym_keep_alive_token1] = ACTIONS(1552), - [aux_sym_tunnel_token1] = ACTIONS(1554), - [aux_sym_tunnel_device_token1] = ACTIONS(1552), - [aux_sym_update_host_keys_token1] = ACTIONS(1552), - [aux_sym_use_keychain_token1] = ACTIONS(1552), - [aux_sym_use_roaming_token1] = ACTIONS(1552), - [aux_sym_user_token1] = ACTIONS(1554), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1552), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1552), - [aux_sym_visual_host_key_token1] = ACTIONS(1552), - [aux_sym_xauth_location_token1] = ACTIONS(1552), + [ts_builtin_sym_end] = ACTIONS(633), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(635), + [aux_sym_match_token1] = ACTIONS(633), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(633), + [aux_sym_address_family_token1] = ACTIONS(633), + [aux_sym_batch_mode_token1] = ACTIONS(633), + [aux_sym_bind_address_token1] = ACTIONS(633), + [aux_sym_bind_interface_token1] = ACTIONS(633), + [aux_sym_canonical_domains_token1] = ACTIONS(633), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(633), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(633), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(633), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(633), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(633), + [aux_sym_certificate_file_token1] = ACTIONS(633), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(633), + [aux_sym_check_host_ip_token1] = ACTIONS(633), + [aux_sym_ciphers_token1] = ACTIONS(633), + [aux_sym_cipher_token1] = ACTIONS(635), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(633), + [aux_sym_compression_token1] = ACTIONS(633), + [aux_sym_connection_attempts_token1] = ACTIONS(633), + [aux_sym_connect_timeout_token1] = ACTIONS(633), + [aux_sym_control_master_token1] = ACTIONS(633), + [aux_sym_control_path_token1] = ACTIONS(633), + [aux_sym_control_persist_token1] = ACTIONS(633), + [aux_sym_dynamic_forward_token1] = ACTIONS(633), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(633), + [aux_sym_escape_char_token1] = ACTIONS(633), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(633), + [aux_sym_fingerprint_hash_token1] = ACTIONS(633), + [aux_sym_fork_after_authentication_token1] = ACTIONS(633), + [aux_sym_forward_agent_token1] = ACTIONS(633), + [aux_sym_forward_x11_token1] = ACTIONS(635), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(633), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(633), + [aux_sym_gateway_ports_token1] = ACTIONS(633), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(633), + [aux_sym_gssapi_authentication_token1] = ACTIONS(633), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(633), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(633), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(633), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(633), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(633), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(633), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(633), + [aux_sym_hash_known_hosts_token1] = ACTIONS(633), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(633), + [aux_sym_hostbased_authentication_token1] = ACTIONS(633), + [aux_sym_host_key_algorithms_token1] = ACTIONS(633), + [aux_sym_host_key_alias_token1] = ACTIONS(633), + [aux_sym_hostname_token1] = ACTIONS(633), + [aux_sym_identities_only_token1] = ACTIONS(633), + [aux_sym_identity_agent_token1] = ACTIONS(633), + [aux_sym_identity_file_token1] = ACTIONS(633), + [aux_sym_ignore_unknown_token1] = ACTIONS(633), + [aux_sym_include_token1] = ACTIONS(633), + [aux_sym_ip_qos_token1] = ACTIONS(633), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(633), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(633), + [aux_sym_kex_algorithms_token1] = ACTIONS(633), + [aux_sym_known_hosts_command_token1] = ACTIONS(633), + [aux_sym_local_command_token1] = ACTIONS(633), + [aux_sym_local_forward_token1] = ACTIONS(633), + [aux_sym_log_level_token1] = ACTIONS(633), + [aux_sym_log_verbose_token1] = ACTIONS(633), + [aux_sym_macs_token1] = ACTIONS(633), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(633), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(633), + [aux_sym_password_authentication_token1] = ACTIONS(633), + [aux_sym_permit_local_command_token1] = ACTIONS(633), + [aux_sym_permit_remote_open_token1] = ACTIONS(633), + [aux_sym_pkcs11_provider_token1] = ACTIONS(633), + [aux_sym_port_token1] = ACTIONS(633), + [aux_sym_preferred_authentications_token1] = ACTIONS(633), + [aux_sym_protocol_token1] = ACTIONS(633), + [aux_sym_proxy_command_token1] = ACTIONS(633), + [aux_sym_proxy_jump_token1] = ACTIONS(633), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(633), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(633), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(633), + [aux_sym_pubkey_authentication_token1] = ACTIONS(633), + [aux_sym_rekey_limit_token1] = ACTIONS(633), + [aux_sym_remote_command_token1] = ACTIONS(633), + [aux_sym_remote_forward_token1] = ACTIONS(633), + [aux_sym_request_tty_token1] = ACTIONS(633), + [aux_sym_required_rsa_size_token1] = ACTIONS(633), + [aux_sym_revoked_host_keys_token1] = ACTIONS(633), + [aux_sym_security_key_provider_token1] = ACTIONS(633), + [aux_sym_send_env_token1] = ACTIONS(633), + [aux_sym_server_alive_count_max_token1] = ACTIONS(633), + [aux_sym_server_alive_interval_token1] = ACTIONS(633), + [aux_sym_session_type_token1] = ACTIONS(633), + [aux_sym_set_env_token1] = ACTIONS(633), + [aux_sym_stdin_null_token1] = ACTIONS(633), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(633), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(633), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(633), + [aux_sym_syslog_facility_token1] = ACTIONS(633), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(633), + [aux_sym_keep_alive_token1] = ACTIONS(633), + [aux_sym_tunnel_token1] = ACTIONS(635), + [aux_sym_tunnel_device_token1] = ACTIONS(633), + [aux_sym_update_host_keys_token1] = ACTIONS(633), + [aux_sym_use_keychain_token1] = ACTIONS(633), + [aux_sym_use_roaming_token1] = ACTIONS(633), + [aux_sym_user_token1] = ACTIONS(635), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(633), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(633), + [aux_sym_visual_host_key_token1] = ACTIONS(633), + [aux_sym_xauth_location_token1] = ACTIONS(633), }, [574] = { - [ts_builtin_sym_end] = ACTIONS(3266), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3268), - [aux_sym_match_token1] = ACTIONS(3266), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3266), - [aux_sym_address_family_token1] = ACTIONS(3266), - [aux_sym_batch_mode_token1] = ACTIONS(3266), - [aux_sym_bind_address_token1] = ACTIONS(3266), - [aux_sym_bind_interface_token1] = ACTIONS(3266), - [aux_sym_canonical_domains_token1] = ACTIONS(3266), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3266), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3266), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3266), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3266), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3266), - [aux_sym_certificate_file_token1] = ACTIONS(3266), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3266), - [aux_sym_check_host_ip_token1] = ACTIONS(3266), - [aux_sym_ciphers_token1] = ACTIONS(3266), - [aux_sym_cipher_token1] = ACTIONS(3268), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3266), - [aux_sym_compression_token1] = ACTIONS(3266), - [aux_sym_connection_attempts_token1] = ACTIONS(3266), - [aux_sym_connect_timeout_token1] = ACTIONS(3266), - [aux_sym_control_master_token1] = ACTIONS(3266), - [aux_sym_control_path_token1] = ACTIONS(3266), - [aux_sym_control_persist_token1] = ACTIONS(3266), - [aux_sym_dynamic_forward_token1] = ACTIONS(3266), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3266), - [aux_sym_escape_char_token1] = ACTIONS(3266), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3266), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3266), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3266), - [aux_sym_forward_agent_token1] = ACTIONS(3266), - [aux_sym_forward_x11_token1] = ACTIONS(3268), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3266), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3266), - [aux_sym_gateway_ports_token1] = ACTIONS(3266), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3266), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3266), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3266), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3266), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3266), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3266), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3266), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3266), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3266), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3266), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3266), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3266), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3266), - [aux_sym_host_key_alias_token1] = ACTIONS(3266), - [aux_sym_hostname_token1] = ACTIONS(3266), - [aux_sym_identities_only_token1] = ACTIONS(3266), - [aux_sym_identity_agent_token1] = ACTIONS(3266), - [aux_sym_identity_file_token1] = ACTIONS(3266), - [aux_sym_ignore_unknown_token1] = ACTIONS(3266), - [aux_sym_include_token1] = ACTIONS(3266), - [aux_sym_ip_qos_token1] = ACTIONS(3266), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3266), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3266), - [aux_sym_kex_algorithms_token1] = ACTIONS(3266), - [aux_sym_known_hosts_command_token1] = ACTIONS(3266), - [aux_sym_local_command_token1] = ACTIONS(3266), - [aux_sym_local_forward_token1] = ACTIONS(3266), - [aux_sym_log_level_token1] = ACTIONS(3266), - [aux_sym_log_verbose_token1] = ACTIONS(3266), - [aux_sym_macs_token1] = ACTIONS(3266), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3266), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3266), - [aux_sym_password_authentication_token1] = ACTIONS(3266), - [aux_sym_permit_local_command_token1] = ACTIONS(3266), - [aux_sym_permit_remote_open_token1] = ACTIONS(3266), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3266), - [aux_sym_port_token1] = ACTIONS(3266), - [aux_sym_preferred_authentications_token1] = ACTIONS(3266), - [aux_sym_protocol_token1] = ACTIONS(3266), - [aux_sym_proxy_command_token1] = ACTIONS(3266), - [aux_sym_proxy_jump_token1] = ACTIONS(3266), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3266), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3266), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3266), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3266), - [aux_sym_rekey_limit_token1] = ACTIONS(3266), - [aux_sym_remote_command_token1] = ACTIONS(3266), - [aux_sym_remote_forward_token1] = ACTIONS(3266), - [aux_sym_request_tty_token1] = ACTIONS(3266), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3266), - [aux_sym_security_key_provider_token1] = ACTIONS(3266), - [aux_sym_send_env_token1] = ACTIONS(3266), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3266), - [aux_sym_server_alive_interval_token1] = ACTIONS(3266), - [aux_sym_session_type_token1] = ACTIONS(3266), - [aux_sym_set_env_token1] = ACTIONS(3266), - [aux_sym_stdin_null_token1] = ACTIONS(3266), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3266), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3266), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3266), - [aux_sym_syslog_facility_token1] = ACTIONS(3266), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3266), - [aux_sym_keep_alive_token1] = ACTIONS(3266), - [aux_sym_tunnel_token1] = ACTIONS(3268), - [aux_sym_tunnel_device_token1] = ACTIONS(3266), - [aux_sym_update_host_keys_token1] = ACTIONS(3266), - [aux_sym_use_keychain_token1] = ACTIONS(3266), - [aux_sym_use_roaming_token1] = ACTIONS(3266), - [aux_sym_user_token1] = ACTIONS(3268), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3266), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3266), - [aux_sym_visual_host_key_token1] = ACTIONS(3266), - [aux_sym_xauth_location_token1] = ACTIONS(3266), + [ts_builtin_sym_end] = ACTIONS(639), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(641), + [aux_sym_match_token1] = ACTIONS(639), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(639), + [aux_sym_address_family_token1] = ACTIONS(639), + [aux_sym_batch_mode_token1] = ACTIONS(639), + [aux_sym_bind_address_token1] = ACTIONS(639), + [aux_sym_bind_interface_token1] = ACTIONS(639), + [aux_sym_canonical_domains_token1] = ACTIONS(639), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(639), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(639), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(639), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(639), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(639), + [aux_sym_certificate_file_token1] = ACTIONS(639), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(639), + [aux_sym_check_host_ip_token1] = ACTIONS(639), + [aux_sym_ciphers_token1] = ACTIONS(639), + [aux_sym_cipher_token1] = ACTIONS(641), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(639), + [aux_sym_compression_token1] = ACTIONS(639), + [aux_sym_connection_attempts_token1] = ACTIONS(639), + [aux_sym_connect_timeout_token1] = ACTIONS(639), + [aux_sym_control_master_token1] = ACTIONS(639), + [aux_sym_control_path_token1] = ACTIONS(639), + [aux_sym_control_persist_token1] = ACTIONS(639), + [aux_sym_dynamic_forward_token1] = ACTIONS(639), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(639), + [aux_sym_escape_char_token1] = ACTIONS(639), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(639), + [aux_sym_fingerprint_hash_token1] = ACTIONS(639), + [aux_sym_fork_after_authentication_token1] = ACTIONS(639), + [aux_sym_forward_agent_token1] = ACTIONS(639), + [aux_sym_forward_x11_token1] = ACTIONS(641), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(639), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(639), + [aux_sym_gateway_ports_token1] = ACTIONS(639), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(639), + [aux_sym_gssapi_authentication_token1] = ACTIONS(639), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(639), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(639), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(639), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(639), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(639), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(639), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(639), + [aux_sym_hash_known_hosts_token1] = ACTIONS(639), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(639), + [aux_sym_hostbased_authentication_token1] = ACTIONS(639), + [aux_sym_host_key_algorithms_token1] = ACTIONS(639), + [aux_sym_host_key_alias_token1] = ACTIONS(639), + [aux_sym_hostname_token1] = ACTIONS(639), + [aux_sym_identities_only_token1] = ACTIONS(639), + [aux_sym_identity_agent_token1] = ACTIONS(639), + [aux_sym_identity_file_token1] = ACTIONS(639), + [aux_sym_ignore_unknown_token1] = ACTIONS(639), + [aux_sym_include_token1] = ACTIONS(639), + [aux_sym_ip_qos_token1] = ACTIONS(639), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(639), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(639), + [aux_sym_kex_algorithms_token1] = ACTIONS(639), + [aux_sym_known_hosts_command_token1] = ACTIONS(639), + [aux_sym_local_command_token1] = ACTIONS(639), + [aux_sym_local_forward_token1] = ACTIONS(639), + [aux_sym_log_level_token1] = ACTIONS(639), + [aux_sym_log_verbose_token1] = ACTIONS(639), + [aux_sym_macs_token1] = ACTIONS(639), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(639), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(639), + [aux_sym_password_authentication_token1] = ACTIONS(639), + [aux_sym_permit_local_command_token1] = ACTIONS(639), + [aux_sym_permit_remote_open_token1] = ACTIONS(639), + [aux_sym_pkcs11_provider_token1] = ACTIONS(639), + [aux_sym_port_token1] = ACTIONS(639), + [aux_sym_preferred_authentications_token1] = ACTIONS(639), + [aux_sym_protocol_token1] = ACTIONS(639), + [aux_sym_proxy_command_token1] = ACTIONS(639), + [aux_sym_proxy_jump_token1] = ACTIONS(639), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(639), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(639), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(639), + [aux_sym_pubkey_authentication_token1] = ACTIONS(639), + [aux_sym_rekey_limit_token1] = ACTIONS(639), + [aux_sym_remote_command_token1] = ACTIONS(639), + [aux_sym_remote_forward_token1] = ACTIONS(639), + [aux_sym_request_tty_token1] = ACTIONS(639), + [aux_sym_required_rsa_size_token1] = ACTIONS(639), + [aux_sym_revoked_host_keys_token1] = ACTIONS(639), + [aux_sym_security_key_provider_token1] = ACTIONS(639), + [aux_sym_send_env_token1] = ACTIONS(639), + [aux_sym_server_alive_count_max_token1] = ACTIONS(639), + [aux_sym_server_alive_interval_token1] = ACTIONS(639), + [aux_sym_session_type_token1] = ACTIONS(639), + [aux_sym_set_env_token1] = ACTIONS(639), + [aux_sym_stdin_null_token1] = ACTIONS(639), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(639), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(639), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(639), + [aux_sym_syslog_facility_token1] = ACTIONS(639), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(639), + [aux_sym_keep_alive_token1] = ACTIONS(639), + [aux_sym_tunnel_token1] = ACTIONS(641), + [aux_sym_tunnel_device_token1] = ACTIONS(639), + [aux_sym_update_host_keys_token1] = ACTIONS(639), + [aux_sym_use_keychain_token1] = ACTIONS(639), + [aux_sym_use_roaming_token1] = ACTIONS(639), + [aux_sym_user_token1] = ACTIONS(641), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(639), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(639), + [aux_sym_visual_host_key_token1] = ACTIONS(639), + [aux_sym_xauth_location_token1] = ACTIONS(639), }, [575] = { - [ts_builtin_sym_end] = ACTIONS(3270), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3272), - [aux_sym_match_token1] = ACTIONS(3270), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3270), - [aux_sym_address_family_token1] = ACTIONS(3270), - [aux_sym_batch_mode_token1] = ACTIONS(3270), - [aux_sym_bind_address_token1] = ACTIONS(3270), - [aux_sym_bind_interface_token1] = ACTIONS(3270), - [aux_sym_canonical_domains_token1] = ACTIONS(3270), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3270), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3270), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3270), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3270), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3270), - [aux_sym_certificate_file_token1] = ACTIONS(3270), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3270), - [aux_sym_check_host_ip_token1] = ACTIONS(3270), - [aux_sym_ciphers_token1] = ACTIONS(3270), - [aux_sym_cipher_token1] = ACTIONS(3272), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3270), - [aux_sym_compression_token1] = ACTIONS(3270), - [aux_sym_connection_attempts_token1] = ACTIONS(3270), - [aux_sym_connect_timeout_token1] = ACTIONS(3270), - [aux_sym_control_master_token1] = ACTIONS(3270), - [aux_sym_control_path_token1] = ACTIONS(3270), - [aux_sym_control_persist_token1] = ACTIONS(3270), - [aux_sym_dynamic_forward_token1] = ACTIONS(3270), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3270), - [aux_sym_escape_char_token1] = ACTIONS(3270), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3270), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3270), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3270), - [aux_sym_forward_agent_token1] = ACTIONS(3270), - [aux_sym_forward_x11_token1] = ACTIONS(3272), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3270), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3270), - [aux_sym_gateway_ports_token1] = ACTIONS(3270), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3270), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3270), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3270), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3270), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3270), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3270), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3270), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3270), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3270), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3270), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3270), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3270), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3270), - [aux_sym_host_key_alias_token1] = ACTIONS(3270), - [aux_sym_hostname_token1] = ACTIONS(3270), - [aux_sym_identities_only_token1] = ACTIONS(3270), - [aux_sym_identity_agent_token1] = ACTIONS(3270), - [aux_sym_identity_file_token1] = ACTIONS(3270), - [aux_sym_ignore_unknown_token1] = ACTIONS(3270), - [aux_sym_include_token1] = ACTIONS(3270), - [aux_sym_ip_qos_token1] = ACTIONS(3270), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3270), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3270), - [aux_sym_kex_algorithms_token1] = ACTIONS(3270), - [aux_sym_known_hosts_command_token1] = ACTIONS(3270), - [aux_sym_local_command_token1] = ACTIONS(3270), - [aux_sym_local_forward_token1] = ACTIONS(3270), - [aux_sym_log_level_token1] = ACTIONS(3270), - [aux_sym_log_verbose_token1] = ACTIONS(3270), - [aux_sym_macs_token1] = ACTIONS(3270), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3270), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3270), - [aux_sym_password_authentication_token1] = ACTIONS(3270), - [aux_sym_permit_local_command_token1] = ACTIONS(3270), - [aux_sym_permit_remote_open_token1] = ACTIONS(3270), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3270), - [aux_sym_port_token1] = ACTIONS(3270), - [aux_sym_preferred_authentications_token1] = ACTIONS(3270), - [aux_sym_protocol_token1] = ACTIONS(3270), - [aux_sym_proxy_command_token1] = ACTIONS(3270), - [aux_sym_proxy_jump_token1] = ACTIONS(3270), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3270), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3270), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3270), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3270), - [aux_sym_rekey_limit_token1] = ACTIONS(3270), - [aux_sym_remote_command_token1] = ACTIONS(3270), - [aux_sym_remote_forward_token1] = ACTIONS(3270), - [aux_sym_request_tty_token1] = ACTIONS(3270), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3270), - [aux_sym_security_key_provider_token1] = ACTIONS(3270), - [aux_sym_send_env_token1] = ACTIONS(3270), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3270), - [aux_sym_server_alive_interval_token1] = ACTIONS(3270), - [aux_sym_session_type_token1] = ACTIONS(3270), - [aux_sym_set_env_token1] = ACTIONS(3270), - [aux_sym_stdin_null_token1] = ACTIONS(3270), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3270), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3270), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3270), - [aux_sym_syslog_facility_token1] = ACTIONS(3270), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3270), - [aux_sym_keep_alive_token1] = ACTIONS(3270), - [aux_sym_tunnel_token1] = ACTIONS(3272), - [aux_sym_tunnel_device_token1] = ACTIONS(3270), - [aux_sym_update_host_keys_token1] = ACTIONS(3270), - [aux_sym_use_keychain_token1] = ACTIONS(3270), - [aux_sym_use_roaming_token1] = ACTIONS(3270), - [aux_sym_user_token1] = ACTIONS(3272), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3270), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3270), - [aux_sym_visual_host_key_token1] = ACTIONS(3270), - [aux_sym_xauth_location_token1] = ACTIONS(3270), + [ts_builtin_sym_end] = ACTIONS(645), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(647), + [aux_sym_match_token1] = ACTIONS(645), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(645), + [aux_sym_address_family_token1] = ACTIONS(645), + [aux_sym_batch_mode_token1] = ACTIONS(645), + [aux_sym_bind_address_token1] = ACTIONS(645), + [aux_sym_bind_interface_token1] = ACTIONS(645), + [aux_sym_canonical_domains_token1] = ACTIONS(645), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(645), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(645), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(645), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(645), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(645), + [aux_sym_certificate_file_token1] = ACTIONS(645), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(645), + [aux_sym_check_host_ip_token1] = ACTIONS(645), + [aux_sym_ciphers_token1] = ACTIONS(645), + [aux_sym_cipher_token1] = ACTIONS(647), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(645), + [aux_sym_compression_token1] = ACTIONS(645), + [aux_sym_connection_attempts_token1] = ACTIONS(645), + [aux_sym_connect_timeout_token1] = ACTIONS(645), + [aux_sym_control_master_token1] = ACTIONS(645), + [aux_sym_control_path_token1] = ACTIONS(645), + [aux_sym_control_persist_token1] = ACTIONS(645), + [aux_sym_dynamic_forward_token1] = ACTIONS(645), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(645), + [aux_sym_escape_char_token1] = ACTIONS(645), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(645), + [aux_sym_fingerprint_hash_token1] = ACTIONS(645), + [aux_sym_fork_after_authentication_token1] = ACTIONS(645), + [aux_sym_forward_agent_token1] = ACTIONS(645), + [aux_sym_forward_x11_token1] = ACTIONS(647), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(645), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(645), + [aux_sym_gateway_ports_token1] = ACTIONS(645), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(645), + [aux_sym_gssapi_authentication_token1] = ACTIONS(645), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(645), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(645), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(645), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(645), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(645), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(645), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(645), + [aux_sym_hash_known_hosts_token1] = ACTIONS(645), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(645), + [aux_sym_hostbased_authentication_token1] = ACTIONS(645), + [aux_sym_host_key_algorithms_token1] = ACTIONS(645), + [aux_sym_host_key_alias_token1] = ACTIONS(645), + [aux_sym_hostname_token1] = ACTIONS(645), + [aux_sym_identities_only_token1] = ACTIONS(645), + [aux_sym_identity_agent_token1] = ACTIONS(645), + [aux_sym_identity_file_token1] = ACTIONS(645), + [aux_sym_ignore_unknown_token1] = ACTIONS(645), + [aux_sym_include_token1] = ACTIONS(645), + [aux_sym_ip_qos_token1] = ACTIONS(645), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(645), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(645), + [aux_sym_kex_algorithms_token1] = ACTIONS(645), + [aux_sym_known_hosts_command_token1] = ACTIONS(645), + [aux_sym_local_command_token1] = ACTIONS(645), + [aux_sym_local_forward_token1] = ACTIONS(645), + [aux_sym_log_level_token1] = ACTIONS(645), + [aux_sym_log_verbose_token1] = ACTIONS(645), + [aux_sym_macs_token1] = ACTIONS(645), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(645), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(645), + [aux_sym_password_authentication_token1] = ACTIONS(645), + [aux_sym_permit_local_command_token1] = ACTIONS(645), + [aux_sym_permit_remote_open_token1] = ACTIONS(645), + [aux_sym_pkcs11_provider_token1] = ACTIONS(645), + [aux_sym_port_token1] = ACTIONS(645), + [aux_sym_preferred_authentications_token1] = ACTIONS(645), + [aux_sym_protocol_token1] = ACTIONS(645), + [aux_sym_proxy_command_token1] = ACTIONS(645), + [aux_sym_proxy_jump_token1] = ACTIONS(645), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(645), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(645), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(645), + [aux_sym_pubkey_authentication_token1] = ACTIONS(645), + [aux_sym_rekey_limit_token1] = ACTIONS(645), + [aux_sym_remote_command_token1] = ACTIONS(645), + [aux_sym_remote_forward_token1] = ACTIONS(645), + [aux_sym_request_tty_token1] = ACTIONS(645), + [aux_sym_required_rsa_size_token1] = ACTIONS(645), + [aux_sym_revoked_host_keys_token1] = ACTIONS(645), + [aux_sym_security_key_provider_token1] = ACTIONS(645), + [aux_sym_send_env_token1] = ACTIONS(645), + [aux_sym_server_alive_count_max_token1] = ACTIONS(645), + [aux_sym_server_alive_interval_token1] = ACTIONS(645), + [aux_sym_session_type_token1] = ACTIONS(645), + [aux_sym_set_env_token1] = ACTIONS(645), + [aux_sym_stdin_null_token1] = ACTIONS(645), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(645), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(645), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(645), + [aux_sym_syslog_facility_token1] = ACTIONS(645), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(645), + [aux_sym_keep_alive_token1] = ACTIONS(645), + [aux_sym_tunnel_token1] = ACTIONS(647), + [aux_sym_tunnel_device_token1] = ACTIONS(645), + [aux_sym_update_host_keys_token1] = ACTIONS(645), + [aux_sym_use_keychain_token1] = ACTIONS(645), + [aux_sym_use_roaming_token1] = ACTIONS(645), + [aux_sym_user_token1] = ACTIONS(647), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(645), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(645), + [aux_sym_visual_host_key_token1] = ACTIONS(645), + [aux_sym_xauth_location_token1] = ACTIONS(645), }, [576] = { - [ts_builtin_sym_end] = ACTIONS(3274), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3276), - [aux_sym_match_token1] = ACTIONS(3274), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3274), - [aux_sym_address_family_token1] = ACTIONS(3274), - [aux_sym_batch_mode_token1] = ACTIONS(3274), - [aux_sym_bind_address_token1] = ACTIONS(3274), - [aux_sym_bind_interface_token1] = ACTIONS(3274), - [aux_sym_canonical_domains_token1] = ACTIONS(3274), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3274), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3274), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3274), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3274), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3274), - [aux_sym_certificate_file_token1] = ACTIONS(3274), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3274), - [aux_sym_check_host_ip_token1] = ACTIONS(3274), - [aux_sym_ciphers_token1] = ACTIONS(3274), - [aux_sym_cipher_token1] = ACTIONS(3276), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3274), - [aux_sym_compression_token1] = ACTIONS(3274), - [aux_sym_connection_attempts_token1] = ACTIONS(3274), - [aux_sym_connect_timeout_token1] = ACTIONS(3274), - [aux_sym_control_master_token1] = ACTIONS(3274), - [aux_sym_control_path_token1] = ACTIONS(3274), - [aux_sym_control_persist_token1] = ACTIONS(3274), - [aux_sym_dynamic_forward_token1] = ACTIONS(3274), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3274), - [aux_sym_escape_char_token1] = ACTIONS(3274), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3274), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3274), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3274), - [aux_sym_forward_agent_token1] = ACTIONS(3274), - [aux_sym_forward_x11_token1] = ACTIONS(3276), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3274), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3274), - [aux_sym_gateway_ports_token1] = ACTIONS(3274), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3274), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3274), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3274), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3274), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3274), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3274), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3274), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3274), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3274), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3274), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3274), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3274), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3274), - [aux_sym_host_key_alias_token1] = ACTIONS(3274), - [aux_sym_hostname_token1] = ACTIONS(3274), - [aux_sym_identities_only_token1] = ACTIONS(3274), - [aux_sym_identity_agent_token1] = ACTIONS(3274), - [aux_sym_identity_file_token1] = ACTIONS(3274), - [aux_sym_ignore_unknown_token1] = ACTIONS(3274), - [aux_sym_include_token1] = ACTIONS(3274), - [aux_sym_ip_qos_token1] = ACTIONS(3274), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3274), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3274), - [aux_sym_kex_algorithms_token1] = ACTIONS(3274), - [aux_sym_known_hosts_command_token1] = ACTIONS(3274), - [aux_sym_local_command_token1] = ACTIONS(3274), - [aux_sym_local_forward_token1] = ACTIONS(3274), - [aux_sym_log_level_token1] = ACTIONS(3274), - [aux_sym_log_verbose_token1] = ACTIONS(3274), - [aux_sym_macs_token1] = ACTIONS(3274), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3274), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3274), - [aux_sym_password_authentication_token1] = ACTIONS(3274), - [aux_sym_permit_local_command_token1] = ACTIONS(3274), - [aux_sym_permit_remote_open_token1] = ACTIONS(3274), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3274), - [aux_sym_port_token1] = ACTIONS(3274), - [aux_sym_preferred_authentications_token1] = ACTIONS(3274), - [aux_sym_protocol_token1] = ACTIONS(3274), - [aux_sym_proxy_command_token1] = ACTIONS(3274), - [aux_sym_proxy_jump_token1] = ACTIONS(3274), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3274), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3274), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3274), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3274), - [aux_sym_rekey_limit_token1] = ACTIONS(3274), - [aux_sym_remote_command_token1] = ACTIONS(3274), - [aux_sym_remote_forward_token1] = ACTIONS(3274), - [aux_sym_request_tty_token1] = ACTIONS(3274), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3274), - [aux_sym_security_key_provider_token1] = ACTIONS(3274), - [aux_sym_send_env_token1] = ACTIONS(3274), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3274), - [aux_sym_server_alive_interval_token1] = ACTIONS(3274), - [aux_sym_session_type_token1] = ACTIONS(3274), - [aux_sym_set_env_token1] = ACTIONS(3274), - [aux_sym_stdin_null_token1] = ACTIONS(3274), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3274), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3274), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3274), - [aux_sym_syslog_facility_token1] = ACTIONS(3274), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3274), - [aux_sym_keep_alive_token1] = ACTIONS(3274), - [aux_sym_tunnel_token1] = ACTIONS(3276), - [aux_sym_tunnel_device_token1] = ACTIONS(3274), - [aux_sym_update_host_keys_token1] = ACTIONS(3274), - [aux_sym_use_keychain_token1] = ACTIONS(3274), - [aux_sym_use_roaming_token1] = ACTIONS(3274), - [aux_sym_user_token1] = ACTIONS(3276), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3274), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3274), - [aux_sym_visual_host_key_token1] = ACTIONS(3274), - [aux_sym_xauth_location_token1] = ACTIONS(3274), + [ts_builtin_sym_end] = ACTIONS(651), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(653), + [aux_sym_match_token1] = ACTIONS(651), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(651), + [aux_sym_address_family_token1] = ACTIONS(651), + [aux_sym_batch_mode_token1] = ACTIONS(651), + [aux_sym_bind_address_token1] = ACTIONS(651), + [aux_sym_bind_interface_token1] = ACTIONS(651), + [aux_sym_canonical_domains_token1] = ACTIONS(651), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(651), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(651), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(651), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(651), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(651), + [aux_sym_certificate_file_token1] = ACTIONS(651), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(651), + [aux_sym_check_host_ip_token1] = ACTIONS(651), + [aux_sym_ciphers_token1] = ACTIONS(651), + [aux_sym_cipher_token1] = ACTIONS(653), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(651), + [aux_sym_compression_token1] = ACTIONS(651), + [aux_sym_connection_attempts_token1] = ACTIONS(651), + [aux_sym_connect_timeout_token1] = ACTIONS(651), + [aux_sym_control_master_token1] = ACTIONS(651), + [aux_sym_control_path_token1] = ACTIONS(651), + [aux_sym_control_persist_token1] = ACTIONS(651), + [aux_sym_dynamic_forward_token1] = ACTIONS(651), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(651), + [aux_sym_escape_char_token1] = ACTIONS(651), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(651), + [aux_sym_fingerprint_hash_token1] = ACTIONS(651), + [aux_sym_fork_after_authentication_token1] = ACTIONS(651), + [aux_sym_forward_agent_token1] = ACTIONS(651), + [aux_sym_forward_x11_token1] = ACTIONS(653), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(651), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(651), + [aux_sym_gateway_ports_token1] = ACTIONS(651), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(651), + [aux_sym_gssapi_authentication_token1] = ACTIONS(651), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(651), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(651), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(651), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(651), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(651), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(651), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(651), + [aux_sym_hash_known_hosts_token1] = ACTIONS(651), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(651), + [aux_sym_hostbased_authentication_token1] = ACTIONS(651), + [aux_sym_host_key_algorithms_token1] = ACTIONS(651), + [aux_sym_host_key_alias_token1] = ACTIONS(651), + [aux_sym_hostname_token1] = ACTIONS(651), + [aux_sym_identities_only_token1] = ACTIONS(651), + [aux_sym_identity_agent_token1] = ACTIONS(651), + [aux_sym_identity_file_token1] = ACTIONS(651), + [aux_sym_ignore_unknown_token1] = ACTIONS(651), + [aux_sym_include_token1] = ACTIONS(651), + [aux_sym_ip_qos_token1] = ACTIONS(651), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(651), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(651), + [aux_sym_kex_algorithms_token1] = ACTIONS(651), + [aux_sym_known_hosts_command_token1] = ACTIONS(651), + [aux_sym_local_command_token1] = ACTIONS(651), + [aux_sym_local_forward_token1] = ACTIONS(651), + [aux_sym_log_level_token1] = ACTIONS(651), + [aux_sym_log_verbose_token1] = ACTIONS(651), + [aux_sym_macs_token1] = ACTIONS(651), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(651), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(651), + [aux_sym_password_authentication_token1] = ACTIONS(651), + [aux_sym_permit_local_command_token1] = ACTIONS(651), + [aux_sym_permit_remote_open_token1] = ACTIONS(651), + [aux_sym_pkcs11_provider_token1] = ACTIONS(651), + [aux_sym_port_token1] = ACTIONS(651), + [aux_sym_preferred_authentications_token1] = ACTIONS(651), + [aux_sym_protocol_token1] = ACTIONS(651), + [aux_sym_proxy_command_token1] = ACTIONS(651), + [aux_sym_proxy_jump_token1] = ACTIONS(651), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(651), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(651), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(651), + [aux_sym_pubkey_authentication_token1] = ACTIONS(651), + [aux_sym_rekey_limit_token1] = ACTIONS(651), + [aux_sym_remote_command_token1] = ACTIONS(651), + [aux_sym_remote_forward_token1] = ACTIONS(651), + [aux_sym_request_tty_token1] = ACTIONS(651), + [aux_sym_required_rsa_size_token1] = ACTIONS(651), + [aux_sym_revoked_host_keys_token1] = ACTIONS(651), + [aux_sym_security_key_provider_token1] = ACTIONS(651), + [aux_sym_send_env_token1] = ACTIONS(651), + [aux_sym_server_alive_count_max_token1] = ACTIONS(651), + [aux_sym_server_alive_interval_token1] = ACTIONS(651), + [aux_sym_session_type_token1] = ACTIONS(651), + [aux_sym_set_env_token1] = ACTIONS(651), + [aux_sym_stdin_null_token1] = ACTIONS(651), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(651), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(651), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(651), + [aux_sym_syslog_facility_token1] = ACTIONS(651), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(651), + [aux_sym_keep_alive_token1] = ACTIONS(651), + [aux_sym_tunnel_token1] = ACTIONS(653), + [aux_sym_tunnel_device_token1] = ACTIONS(651), + [aux_sym_update_host_keys_token1] = ACTIONS(651), + [aux_sym_use_keychain_token1] = ACTIONS(651), + [aux_sym_use_roaming_token1] = ACTIONS(651), + [aux_sym_user_token1] = ACTIONS(653), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(651), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(651), + [aux_sym_visual_host_key_token1] = ACTIONS(651), + [aux_sym_xauth_location_token1] = ACTIONS(651), }, [577] = { - [ts_builtin_sym_end] = ACTIONS(3278), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3280), - [aux_sym_match_token1] = ACTIONS(3278), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3278), - [aux_sym_address_family_token1] = ACTIONS(3278), - [aux_sym_batch_mode_token1] = ACTIONS(3278), - [aux_sym_bind_address_token1] = ACTIONS(3278), - [aux_sym_bind_interface_token1] = ACTIONS(3278), - [aux_sym_canonical_domains_token1] = ACTIONS(3278), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3278), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3278), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3278), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3278), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3278), - [aux_sym_certificate_file_token1] = ACTIONS(3278), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3278), - [aux_sym_check_host_ip_token1] = ACTIONS(3278), - [aux_sym_ciphers_token1] = ACTIONS(3278), - [aux_sym_cipher_token1] = ACTIONS(3280), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3278), - [aux_sym_compression_token1] = ACTIONS(3278), - [aux_sym_connection_attempts_token1] = ACTIONS(3278), - [aux_sym_connect_timeout_token1] = ACTIONS(3278), - [aux_sym_control_master_token1] = ACTIONS(3278), - [aux_sym_control_path_token1] = ACTIONS(3278), - [aux_sym_control_persist_token1] = ACTIONS(3278), - [aux_sym_dynamic_forward_token1] = ACTIONS(3278), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3278), - [aux_sym_escape_char_token1] = ACTIONS(3278), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3278), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3278), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3278), - [aux_sym_forward_agent_token1] = ACTIONS(3278), - [aux_sym_forward_x11_token1] = ACTIONS(3280), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3278), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3278), - [aux_sym_gateway_ports_token1] = ACTIONS(3278), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3278), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3278), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3278), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3278), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3278), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3278), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3278), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3278), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3278), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3278), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3278), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3278), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3278), - [aux_sym_host_key_alias_token1] = ACTIONS(3278), - [aux_sym_hostname_token1] = ACTIONS(3278), - [aux_sym_identities_only_token1] = ACTIONS(3278), - [aux_sym_identity_agent_token1] = ACTIONS(3278), - [aux_sym_identity_file_token1] = ACTIONS(3278), - [aux_sym_ignore_unknown_token1] = ACTIONS(3278), - [aux_sym_include_token1] = ACTIONS(3278), - [aux_sym_ip_qos_token1] = ACTIONS(3278), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3278), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3278), - [aux_sym_kex_algorithms_token1] = ACTIONS(3278), - [aux_sym_known_hosts_command_token1] = ACTIONS(3278), - [aux_sym_local_command_token1] = ACTIONS(3278), - [aux_sym_local_forward_token1] = ACTIONS(3278), - [aux_sym_log_level_token1] = ACTIONS(3278), - [aux_sym_log_verbose_token1] = ACTIONS(3278), - [aux_sym_macs_token1] = ACTIONS(3278), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3278), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3278), - [aux_sym_password_authentication_token1] = ACTIONS(3278), - [aux_sym_permit_local_command_token1] = ACTIONS(3278), - [aux_sym_permit_remote_open_token1] = ACTIONS(3278), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3278), - [aux_sym_port_token1] = ACTIONS(3278), - [aux_sym_preferred_authentications_token1] = ACTIONS(3278), - [aux_sym_protocol_token1] = ACTIONS(3278), - [aux_sym_proxy_command_token1] = ACTIONS(3278), - [aux_sym_proxy_jump_token1] = ACTIONS(3278), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3278), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3278), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3278), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3278), - [aux_sym_rekey_limit_token1] = ACTIONS(3278), - [aux_sym_remote_command_token1] = ACTIONS(3278), - [aux_sym_remote_forward_token1] = ACTIONS(3278), - [aux_sym_request_tty_token1] = ACTIONS(3278), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3278), - [aux_sym_security_key_provider_token1] = ACTIONS(3278), - [aux_sym_send_env_token1] = ACTIONS(3278), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3278), - [aux_sym_server_alive_interval_token1] = ACTIONS(3278), - [aux_sym_session_type_token1] = ACTIONS(3278), - [aux_sym_set_env_token1] = ACTIONS(3278), - [aux_sym_stdin_null_token1] = ACTIONS(3278), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3278), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3278), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3278), - [aux_sym_syslog_facility_token1] = ACTIONS(3278), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3278), - [aux_sym_keep_alive_token1] = ACTIONS(3278), - [aux_sym_tunnel_token1] = ACTIONS(3280), - [aux_sym_tunnel_device_token1] = ACTIONS(3278), - [aux_sym_update_host_keys_token1] = ACTIONS(3278), - [aux_sym_use_keychain_token1] = ACTIONS(3278), - [aux_sym_use_roaming_token1] = ACTIONS(3278), - [aux_sym_user_token1] = ACTIONS(3280), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3278), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3278), - [aux_sym_visual_host_key_token1] = ACTIONS(3278), - [aux_sym_xauth_location_token1] = ACTIONS(3278), + [ts_builtin_sym_end] = ACTIONS(657), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(659), + [aux_sym_match_token1] = ACTIONS(657), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(657), + [aux_sym_address_family_token1] = ACTIONS(657), + [aux_sym_batch_mode_token1] = ACTIONS(657), + [aux_sym_bind_address_token1] = ACTIONS(657), + [aux_sym_bind_interface_token1] = ACTIONS(657), + [aux_sym_canonical_domains_token1] = ACTIONS(657), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(657), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(657), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(657), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(657), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(657), + [aux_sym_certificate_file_token1] = ACTIONS(657), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(657), + [aux_sym_check_host_ip_token1] = ACTIONS(657), + [aux_sym_ciphers_token1] = ACTIONS(657), + [aux_sym_cipher_token1] = ACTIONS(659), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(657), + [aux_sym_compression_token1] = ACTIONS(657), + [aux_sym_connection_attempts_token1] = ACTIONS(657), + [aux_sym_connect_timeout_token1] = ACTIONS(657), + [aux_sym_control_master_token1] = ACTIONS(657), + [aux_sym_control_path_token1] = ACTIONS(657), + [aux_sym_control_persist_token1] = ACTIONS(657), + [aux_sym_dynamic_forward_token1] = ACTIONS(657), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(657), + [aux_sym_escape_char_token1] = ACTIONS(657), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(657), + [aux_sym_fingerprint_hash_token1] = ACTIONS(657), + [aux_sym_fork_after_authentication_token1] = ACTIONS(657), + [aux_sym_forward_agent_token1] = ACTIONS(657), + [aux_sym_forward_x11_token1] = ACTIONS(659), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(657), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(657), + [aux_sym_gateway_ports_token1] = ACTIONS(657), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(657), + [aux_sym_gssapi_authentication_token1] = ACTIONS(657), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(657), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(657), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(657), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(657), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(657), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(657), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(657), + [aux_sym_hash_known_hosts_token1] = ACTIONS(657), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(657), + [aux_sym_hostbased_authentication_token1] = ACTIONS(657), + [aux_sym_host_key_algorithms_token1] = ACTIONS(657), + [aux_sym_host_key_alias_token1] = ACTIONS(657), + [aux_sym_hostname_token1] = ACTIONS(657), + [aux_sym_identities_only_token1] = ACTIONS(657), + [aux_sym_identity_agent_token1] = ACTIONS(657), + [aux_sym_identity_file_token1] = ACTIONS(657), + [aux_sym_ignore_unknown_token1] = ACTIONS(657), + [aux_sym_include_token1] = ACTIONS(657), + [aux_sym_ip_qos_token1] = ACTIONS(657), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(657), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(657), + [aux_sym_kex_algorithms_token1] = ACTIONS(657), + [aux_sym_known_hosts_command_token1] = ACTIONS(657), + [aux_sym_local_command_token1] = ACTIONS(657), + [aux_sym_local_forward_token1] = ACTIONS(657), + [aux_sym_log_level_token1] = ACTIONS(657), + [aux_sym_log_verbose_token1] = ACTIONS(657), + [aux_sym_macs_token1] = ACTIONS(657), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(657), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(657), + [aux_sym_password_authentication_token1] = ACTIONS(657), + [aux_sym_permit_local_command_token1] = ACTIONS(657), + [aux_sym_permit_remote_open_token1] = ACTIONS(657), + [aux_sym_pkcs11_provider_token1] = ACTIONS(657), + [aux_sym_port_token1] = ACTIONS(657), + [aux_sym_preferred_authentications_token1] = ACTIONS(657), + [aux_sym_protocol_token1] = ACTIONS(657), + [aux_sym_proxy_command_token1] = ACTIONS(657), + [aux_sym_proxy_jump_token1] = ACTIONS(657), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(657), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(657), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(657), + [aux_sym_pubkey_authentication_token1] = ACTIONS(657), + [aux_sym_rekey_limit_token1] = ACTIONS(657), + [aux_sym_remote_command_token1] = ACTIONS(657), + [aux_sym_remote_forward_token1] = ACTIONS(657), + [aux_sym_request_tty_token1] = ACTIONS(657), + [aux_sym_required_rsa_size_token1] = ACTIONS(657), + [aux_sym_revoked_host_keys_token1] = ACTIONS(657), + [aux_sym_security_key_provider_token1] = ACTIONS(657), + [aux_sym_send_env_token1] = ACTIONS(657), + [aux_sym_server_alive_count_max_token1] = ACTIONS(657), + [aux_sym_server_alive_interval_token1] = ACTIONS(657), + [aux_sym_session_type_token1] = ACTIONS(657), + [aux_sym_set_env_token1] = ACTIONS(657), + [aux_sym_stdin_null_token1] = ACTIONS(657), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(657), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(657), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(657), + [aux_sym_syslog_facility_token1] = ACTIONS(657), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(657), + [aux_sym_keep_alive_token1] = ACTIONS(657), + [aux_sym_tunnel_token1] = ACTIONS(659), + [aux_sym_tunnel_device_token1] = ACTIONS(657), + [aux_sym_update_host_keys_token1] = ACTIONS(657), + [aux_sym_use_keychain_token1] = ACTIONS(657), + [aux_sym_use_roaming_token1] = ACTIONS(657), + [aux_sym_user_token1] = ACTIONS(659), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(657), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(657), + [aux_sym_visual_host_key_token1] = ACTIONS(657), + [aux_sym_xauth_location_token1] = ACTIONS(657), }, [578] = { - [ts_builtin_sym_end] = ACTIONS(3282), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3284), - [aux_sym_match_token1] = ACTIONS(3282), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3282), - [aux_sym_address_family_token1] = ACTIONS(3282), - [aux_sym_batch_mode_token1] = ACTIONS(3282), - [aux_sym_bind_address_token1] = ACTIONS(3282), - [aux_sym_bind_interface_token1] = ACTIONS(3282), - [aux_sym_canonical_domains_token1] = ACTIONS(3282), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3282), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3282), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3282), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3282), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3282), - [aux_sym_certificate_file_token1] = ACTIONS(3282), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3282), - [aux_sym_check_host_ip_token1] = ACTIONS(3282), - [aux_sym_ciphers_token1] = ACTIONS(3282), - [aux_sym_cipher_token1] = ACTIONS(3284), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3282), - [aux_sym_compression_token1] = ACTIONS(3282), - [aux_sym_connection_attempts_token1] = ACTIONS(3282), - [aux_sym_connect_timeout_token1] = ACTIONS(3282), - [aux_sym_control_master_token1] = ACTIONS(3282), - [aux_sym_control_path_token1] = ACTIONS(3282), - [aux_sym_control_persist_token1] = ACTIONS(3282), - [aux_sym_dynamic_forward_token1] = ACTIONS(3282), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3282), - [aux_sym_escape_char_token1] = ACTIONS(3282), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3282), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3282), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3282), - [aux_sym_forward_agent_token1] = ACTIONS(3282), - [aux_sym_forward_x11_token1] = ACTIONS(3284), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3282), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3282), - [aux_sym_gateway_ports_token1] = ACTIONS(3282), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3282), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3282), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3282), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3282), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3282), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3282), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3282), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3282), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3282), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3282), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3282), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3282), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3282), - [aux_sym_host_key_alias_token1] = ACTIONS(3282), - [aux_sym_hostname_token1] = ACTIONS(3282), - [aux_sym_identities_only_token1] = ACTIONS(3282), - [aux_sym_identity_agent_token1] = ACTIONS(3282), - [aux_sym_identity_file_token1] = ACTIONS(3282), - [aux_sym_ignore_unknown_token1] = ACTIONS(3282), - [aux_sym_include_token1] = ACTIONS(3282), - [aux_sym_ip_qos_token1] = ACTIONS(3282), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3282), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3282), - [aux_sym_kex_algorithms_token1] = ACTIONS(3282), - [aux_sym_known_hosts_command_token1] = ACTIONS(3282), - [aux_sym_local_command_token1] = ACTIONS(3282), - [aux_sym_local_forward_token1] = ACTIONS(3282), - [aux_sym_log_level_token1] = ACTIONS(3282), - [aux_sym_log_verbose_token1] = ACTIONS(3282), - [aux_sym_macs_token1] = ACTIONS(3282), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3282), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3282), - [aux_sym_password_authentication_token1] = ACTIONS(3282), - [aux_sym_permit_local_command_token1] = ACTIONS(3282), - [aux_sym_permit_remote_open_token1] = ACTIONS(3282), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3282), - [aux_sym_port_token1] = ACTIONS(3282), - [aux_sym_preferred_authentications_token1] = ACTIONS(3282), - [aux_sym_protocol_token1] = ACTIONS(3282), - [aux_sym_proxy_command_token1] = ACTIONS(3282), - [aux_sym_proxy_jump_token1] = ACTIONS(3282), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3282), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3282), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3282), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3282), - [aux_sym_rekey_limit_token1] = ACTIONS(3282), - [aux_sym_remote_command_token1] = ACTIONS(3282), - [aux_sym_remote_forward_token1] = ACTIONS(3282), - [aux_sym_request_tty_token1] = ACTIONS(3282), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3282), - [aux_sym_security_key_provider_token1] = ACTIONS(3282), - [aux_sym_send_env_token1] = ACTIONS(3282), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3282), - [aux_sym_server_alive_interval_token1] = ACTIONS(3282), - [aux_sym_session_type_token1] = ACTIONS(3282), - [aux_sym_set_env_token1] = ACTIONS(3282), - [aux_sym_stdin_null_token1] = ACTIONS(3282), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3282), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3282), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3282), - [aux_sym_syslog_facility_token1] = ACTIONS(3282), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3282), - [aux_sym_keep_alive_token1] = ACTIONS(3282), - [aux_sym_tunnel_token1] = ACTIONS(3284), - [aux_sym_tunnel_device_token1] = ACTIONS(3282), - [aux_sym_update_host_keys_token1] = ACTIONS(3282), - [aux_sym_use_keychain_token1] = ACTIONS(3282), - [aux_sym_use_roaming_token1] = ACTIONS(3282), - [aux_sym_user_token1] = ACTIONS(3284), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3282), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3282), - [aux_sym_visual_host_key_token1] = ACTIONS(3282), - [aux_sym_xauth_location_token1] = ACTIONS(3282), + [ts_builtin_sym_end] = ACTIONS(663), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(665), + [aux_sym_match_token1] = ACTIONS(663), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(663), + [aux_sym_address_family_token1] = ACTIONS(663), + [aux_sym_batch_mode_token1] = ACTIONS(663), + [aux_sym_bind_address_token1] = ACTIONS(663), + [aux_sym_bind_interface_token1] = ACTIONS(663), + [aux_sym_canonical_domains_token1] = ACTIONS(663), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(663), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(663), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(663), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(663), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(663), + [aux_sym_certificate_file_token1] = ACTIONS(663), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(663), + [aux_sym_check_host_ip_token1] = ACTIONS(663), + [aux_sym_ciphers_token1] = ACTIONS(663), + [aux_sym_cipher_token1] = ACTIONS(665), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(663), + [aux_sym_compression_token1] = ACTIONS(663), + [aux_sym_connection_attempts_token1] = ACTIONS(663), + [aux_sym_connect_timeout_token1] = ACTIONS(663), + [aux_sym_control_master_token1] = ACTIONS(663), + [aux_sym_control_path_token1] = ACTIONS(663), + [aux_sym_control_persist_token1] = ACTIONS(663), + [aux_sym_dynamic_forward_token1] = ACTIONS(663), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(663), + [aux_sym_escape_char_token1] = ACTIONS(663), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(663), + [aux_sym_fingerprint_hash_token1] = ACTIONS(663), + [aux_sym_fork_after_authentication_token1] = ACTIONS(663), + [aux_sym_forward_agent_token1] = ACTIONS(663), + [aux_sym_forward_x11_token1] = ACTIONS(665), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(663), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(663), + [aux_sym_gateway_ports_token1] = ACTIONS(663), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(663), + [aux_sym_gssapi_authentication_token1] = ACTIONS(663), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(663), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(663), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(663), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(663), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(663), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(663), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(663), + [aux_sym_hash_known_hosts_token1] = ACTIONS(663), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(663), + [aux_sym_hostbased_authentication_token1] = ACTIONS(663), + [aux_sym_host_key_algorithms_token1] = ACTIONS(663), + [aux_sym_host_key_alias_token1] = ACTIONS(663), + [aux_sym_hostname_token1] = ACTIONS(663), + [aux_sym_identities_only_token1] = ACTIONS(663), + [aux_sym_identity_agent_token1] = ACTIONS(663), + [aux_sym_identity_file_token1] = ACTIONS(663), + [aux_sym_ignore_unknown_token1] = ACTIONS(663), + [aux_sym_include_token1] = ACTIONS(663), + [aux_sym_ip_qos_token1] = ACTIONS(663), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(663), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(663), + [aux_sym_kex_algorithms_token1] = ACTIONS(663), + [aux_sym_known_hosts_command_token1] = ACTIONS(663), + [aux_sym_local_command_token1] = ACTIONS(663), + [aux_sym_local_forward_token1] = ACTIONS(663), + [aux_sym_log_level_token1] = ACTIONS(663), + [aux_sym_log_verbose_token1] = ACTIONS(663), + [aux_sym_macs_token1] = ACTIONS(663), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(663), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(663), + [aux_sym_password_authentication_token1] = ACTIONS(663), + [aux_sym_permit_local_command_token1] = ACTIONS(663), + [aux_sym_permit_remote_open_token1] = ACTIONS(663), + [aux_sym_pkcs11_provider_token1] = ACTIONS(663), + [aux_sym_port_token1] = ACTIONS(663), + [aux_sym_preferred_authentications_token1] = ACTIONS(663), + [aux_sym_protocol_token1] = ACTIONS(663), + [aux_sym_proxy_command_token1] = ACTIONS(663), + [aux_sym_proxy_jump_token1] = ACTIONS(663), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(663), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(663), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(663), + [aux_sym_pubkey_authentication_token1] = ACTIONS(663), + [aux_sym_rekey_limit_token1] = ACTIONS(663), + [aux_sym_remote_command_token1] = ACTIONS(663), + [aux_sym_remote_forward_token1] = ACTIONS(663), + [aux_sym_request_tty_token1] = ACTIONS(663), + [aux_sym_required_rsa_size_token1] = ACTIONS(663), + [aux_sym_revoked_host_keys_token1] = ACTIONS(663), + [aux_sym_security_key_provider_token1] = ACTIONS(663), + [aux_sym_send_env_token1] = ACTIONS(663), + [aux_sym_server_alive_count_max_token1] = ACTIONS(663), + [aux_sym_server_alive_interval_token1] = ACTIONS(663), + [aux_sym_session_type_token1] = ACTIONS(663), + [aux_sym_set_env_token1] = ACTIONS(663), + [aux_sym_stdin_null_token1] = ACTIONS(663), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(663), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(663), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(663), + [aux_sym_syslog_facility_token1] = ACTIONS(663), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(663), + [aux_sym_keep_alive_token1] = ACTIONS(663), + [aux_sym_tunnel_token1] = ACTIONS(665), + [aux_sym_tunnel_device_token1] = ACTIONS(663), + [aux_sym_update_host_keys_token1] = ACTIONS(663), + [aux_sym_use_keychain_token1] = ACTIONS(663), + [aux_sym_use_roaming_token1] = ACTIONS(663), + [aux_sym_user_token1] = ACTIONS(665), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(663), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(663), + [aux_sym_visual_host_key_token1] = ACTIONS(663), + [aux_sym_xauth_location_token1] = ACTIONS(663), }, [579] = { - [ts_builtin_sym_end] = ACTIONS(3286), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3288), - [aux_sym_match_token1] = ACTIONS(3286), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3286), - [aux_sym_address_family_token1] = ACTIONS(3286), - [aux_sym_batch_mode_token1] = ACTIONS(3286), - [aux_sym_bind_address_token1] = ACTIONS(3286), - [aux_sym_bind_interface_token1] = ACTIONS(3286), - [aux_sym_canonical_domains_token1] = ACTIONS(3286), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3286), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3286), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3286), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3286), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3286), - [aux_sym_certificate_file_token1] = ACTIONS(3286), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3286), - [aux_sym_check_host_ip_token1] = ACTIONS(3286), - [aux_sym_ciphers_token1] = ACTIONS(3286), - [aux_sym_cipher_token1] = ACTIONS(3288), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3286), - [aux_sym_compression_token1] = ACTIONS(3286), - [aux_sym_connection_attempts_token1] = ACTIONS(3286), - [aux_sym_connect_timeout_token1] = ACTIONS(3286), - [aux_sym_control_master_token1] = ACTIONS(3286), - [aux_sym_control_path_token1] = ACTIONS(3286), - [aux_sym_control_persist_token1] = ACTIONS(3286), - [aux_sym_dynamic_forward_token1] = ACTIONS(3286), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3286), - [aux_sym_escape_char_token1] = ACTIONS(3286), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3286), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3286), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3286), - [aux_sym_forward_agent_token1] = ACTIONS(3286), - [aux_sym_forward_x11_token1] = ACTIONS(3288), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3286), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3286), - [aux_sym_gateway_ports_token1] = ACTIONS(3286), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3286), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3286), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3286), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3286), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3286), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3286), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3286), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3286), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3286), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3286), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3286), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3286), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3286), - [aux_sym_host_key_alias_token1] = ACTIONS(3286), - [aux_sym_hostname_token1] = ACTIONS(3286), - [aux_sym_identities_only_token1] = ACTIONS(3286), - [aux_sym_identity_agent_token1] = ACTIONS(3286), - [aux_sym_identity_file_token1] = ACTIONS(3286), - [aux_sym_ignore_unknown_token1] = ACTIONS(3286), - [aux_sym_include_token1] = ACTIONS(3286), - [aux_sym_ip_qos_token1] = ACTIONS(3286), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3286), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3286), - [aux_sym_kex_algorithms_token1] = ACTIONS(3286), - [aux_sym_known_hosts_command_token1] = ACTIONS(3286), - [aux_sym_local_command_token1] = ACTIONS(3286), - [aux_sym_local_forward_token1] = ACTIONS(3286), - [aux_sym_log_level_token1] = ACTIONS(3286), - [aux_sym_log_verbose_token1] = ACTIONS(3286), - [aux_sym_macs_token1] = ACTIONS(3286), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3286), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3286), - [aux_sym_password_authentication_token1] = ACTIONS(3286), - [aux_sym_permit_local_command_token1] = ACTIONS(3286), - [aux_sym_permit_remote_open_token1] = ACTIONS(3286), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3286), - [aux_sym_port_token1] = ACTIONS(3286), - [aux_sym_preferred_authentications_token1] = ACTIONS(3286), - [aux_sym_protocol_token1] = ACTIONS(3286), - [aux_sym_proxy_command_token1] = ACTIONS(3286), - [aux_sym_proxy_jump_token1] = ACTIONS(3286), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3286), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3286), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3286), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3286), - [aux_sym_rekey_limit_token1] = ACTIONS(3286), - [aux_sym_remote_command_token1] = ACTIONS(3286), - [aux_sym_remote_forward_token1] = ACTIONS(3286), - [aux_sym_request_tty_token1] = ACTIONS(3286), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3286), - [aux_sym_security_key_provider_token1] = ACTIONS(3286), - [aux_sym_send_env_token1] = ACTIONS(3286), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3286), - [aux_sym_server_alive_interval_token1] = ACTIONS(3286), - [aux_sym_session_type_token1] = ACTIONS(3286), - [aux_sym_set_env_token1] = ACTIONS(3286), - [aux_sym_stdin_null_token1] = ACTIONS(3286), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3286), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3286), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3286), - [aux_sym_syslog_facility_token1] = ACTIONS(3286), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3286), - [aux_sym_keep_alive_token1] = ACTIONS(3286), - [aux_sym_tunnel_token1] = ACTIONS(3288), - [aux_sym_tunnel_device_token1] = ACTIONS(3286), - [aux_sym_update_host_keys_token1] = ACTIONS(3286), - [aux_sym_use_keychain_token1] = ACTIONS(3286), - [aux_sym_use_roaming_token1] = ACTIONS(3286), - [aux_sym_user_token1] = ACTIONS(3288), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3286), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3286), - [aux_sym_visual_host_key_token1] = ACTIONS(3286), - [aux_sym_xauth_location_token1] = ACTIONS(3286), + [ts_builtin_sym_end] = ACTIONS(1641), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1643), + [aux_sym_match_token1] = ACTIONS(1641), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1641), + [aux_sym_address_family_token1] = ACTIONS(1641), + [aux_sym_batch_mode_token1] = ACTIONS(1641), + [aux_sym_bind_address_token1] = ACTIONS(1641), + [aux_sym_bind_interface_token1] = ACTIONS(1641), + [aux_sym_canonical_domains_token1] = ACTIONS(1641), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1641), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1641), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1641), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1641), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1641), + [aux_sym_certificate_file_token1] = ACTIONS(1641), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1641), + [aux_sym_check_host_ip_token1] = ACTIONS(1641), + [aux_sym_ciphers_token1] = ACTIONS(1641), + [aux_sym_cipher_token1] = ACTIONS(1643), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1641), + [aux_sym_compression_token1] = ACTIONS(1641), + [aux_sym_connection_attempts_token1] = ACTIONS(1641), + [aux_sym_connect_timeout_token1] = ACTIONS(1641), + [aux_sym_control_master_token1] = ACTIONS(1641), + [aux_sym_control_path_token1] = ACTIONS(1641), + [aux_sym_control_persist_token1] = ACTIONS(1641), + [aux_sym_dynamic_forward_token1] = ACTIONS(1641), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1641), + [aux_sym_escape_char_token1] = ACTIONS(1641), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1641), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1641), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1641), + [aux_sym_forward_agent_token1] = ACTIONS(1641), + [aux_sym_forward_x11_token1] = ACTIONS(1643), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1641), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1641), + [aux_sym_gateway_ports_token1] = ACTIONS(1641), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1641), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1641), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1641), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1641), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1641), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1641), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1641), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1641), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1641), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1641), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1641), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1641), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1641), + [aux_sym_host_key_alias_token1] = ACTIONS(1641), + [aux_sym_hostname_token1] = ACTIONS(1641), + [aux_sym_identities_only_token1] = ACTIONS(1641), + [aux_sym_identity_agent_token1] = ACTIONS(1641), + [aux_sym_identity_file_token1] = ACTIONS(1641), + [aux_sym_ignore_unknown_token1] = ACTIONS(1641), + [aux_sym_include_token1] = ACTIONS(1641), + [aux_sym_ip_qos_token1] = ACTIONS(1641), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1641), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1641), + [aux_sym_kex_algorithms_token1] = ACTIONS(1641), + [aux_sym_known_hosts_command_token1] = ACTIONS(1641), + [aux_sym_local_command_token1] = ACTIONS(1641), + [aux_sym_local_forward_token1] = ACTIONS(1641), + [aux_sym_log_level_token1] = ACTIONS(1641), + [aux_sym_log_verbose_token1] = ACTIONS(1641), + [aux_sym_macs_token1] = ACTIONS(1641), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1641), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1641), + [aux_sym_password_authentication_token1] = ACTIONS(1641), + [aux_sym_permit_local_command_token1] = ACTIONS(1641), + [aux_sym_permit_remote_open_token1] = ACTIONS(1641), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1641), + [aux_sym_port_token1] = ACTIONS(1641), + [aux_sym_preferred_authentications_token1] = ACTIONS(1641), + [aux_sym_protocol_token1] = ACTIONS(1641), + [aux_sym_proxy_command_token1] = ACTIONS(1641), + [aux_sym_proxy_jump_token1] = ACTIONS(1641), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1641), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1641), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1641), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1641), + [aux_sym_rekey_limit_token1] = ACTIONS(1641), + [aux_sym_remote_command_token1] = ACTIONS(1641), + [aux_sym_remote_forward_token1] = ACTIONS(1641), + [aux_sym_request_tty_token1] = ACTIONS(1641), + [aux_sym_required_rsa_size_token1] = ACTIONS(1641), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1641), + [aux_sym_security_key_provider_token1] = ACTIONS(1641), + [aux_sym_send_env_token1] = ACTIONS(1641), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1641), + [aux_sym_server_alive_interval_token1] = ACTIONS(1641), + [aux_sym_session_type_token1] = ACTIONS(1641), + [aux_sym_set_env_token1] = ACTIONS(1641), + [aux_sym_stdin_null_token1] = ACTIONS(1641), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1641), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1641), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1641), + [aux_sym_syslog_facility_token1] = ACTIONS(1641), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1641), + [aux_sym_keep_alive_token1] = ACTIONS(1641), + [aux_sym_tunnel_token1] = ACTIONS(1643), + [aux_sym_tunnel_device_token1] = ACTIONS(1641), + [aux_sym_update_host_keys_token1] = ACTIONS(1641), + [aux_sym_use_keychain_token1] = ACTIONS(1641), + [aux_sym_use_roaming_token1] = ACTIONS(1641), + [aux_sym_user_token1] = ACTIONS(1643), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1641), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1641), + [aux_sym_visual_host_key_token1] = ACTIONS(1641), + [aux_sym_xauth_location_token1] = ACTIONS(1641), }, [580] = { - [ts_builtin_sym_end] = ACTIONS(3290), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3292), - [aux_sym_match_token1] = ACTIONS(3290), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3290), - [aux_sym_address_family_token1] = ACTIONS(3290), - [aux_sym_batch_mode_token1] = ACTIONS(3290), - [aux_sym_bind_address_token1] = ACTIONS(3290), - [aux_sym_bind_interface_token1] = ACTIONS(3290), - [aux_sym_canonical_domains_token1] = ACTIONS(3290), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3290), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3290), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3290), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3290), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3290), - [aux_sym_certificate_file_token1] = ACTIONS(3290), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3290), - [aux_sym_check_host_ip_token1] = ACTIONS(3290), - [aux_sym_ciphers_token1] = ACTIONS(3290), - [aux_sym_cipher_token1] = ACTIONS(3292), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3290), - [aux_sym_compression_token1] = ACTIONS(3290), - [aux_sym_connection_attempts_token1] = ACTIONS(3290), - [aux_sym_connect_timeout_token1] = ACTIONS(3290), - [aux_sym_control_master_token1] = ACTIONS(3290), - [aux_sym_control_path_token1] = ACTIONS(3290), - [aux_sym_control_persist_token1] = ACTIONS(3290), - [aux_sym_dynamic_forward_token1] = ACTIONS(3290), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3290), - [aux_sym_escape_char_token1] = ACTIONS(3290), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3290), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3290), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3290), - [aux_sym_forward_agent_token1] = ACTIONS(3290), - [aux_sym_forward_x11_token1] = ACTIONS(3292), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3290), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3290), - [aux_sym_gateway_ports_token1] = ACTIONS(3290), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3290), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3290), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3290), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3290), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3290), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3290), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3290), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3290), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3290), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3290), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3290), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3290), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3290), - [aux_sym_host_key_alias_token1] = ACTIONS(3290), - [aux_sym_hostname_token1] = ACTIONS(3290), - [aux_sym_identities_only_token1] = ACTIONS(3290), - [aux_sym_identity_agent_token1] = ACTIONS(3290), - [aux_sym_identity_file_token1] = ACTIONS(3290), - [aux_sym_ignore_unknown_token1] = ACTIONS(3290), - [aux_sym_include_token1] = ACTIONS(3290), - [aux_sym_ip_qos_token1] = ACTIONS(3290), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3290), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3290), - [aux_sym_kex_algorithms_token1] = ACTIONS(3290), - [aux_sym_known_hosts_command_token1] = ACTIONS(3290), - [aux_sym_local_command_token1] = ACTIONS(3290), - [aux_sym_local_forward_token1] = ACTIONS(3290), - [aux_sym_log_level_token1] = ACTIONS(3290), - [aux_sym_log_verbose_token1] = ACTIONS(3290), - [aux_sym_macs_token1] = ACTIONS(3290), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3290), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3290), - [aux_sym_password_authentication_token1] = ACTIONS(3290), - [aux_sym_permit_local_command_token1] = ACTIONS(3290), - [aux_sym_permit_remote_open_token1] = ACTIONS(3290), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3290), - [aux_sym_port_token1] = ACTIONS(3290), - [aux_sym_preferred_authentications_token1] = ACTIONS(3290), - [aux_sym_protocol_token1] = ACTIONS(3290), - [aux_sym_proxy_command_token1] = ACTIONS(3290), - [aux_sym_proxy_jump_token1] = ACTIONS(3290), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3290), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3290), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3290), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3290), - [aux_sym_rekey_limit_token1] = ACTIONS(3290), - [aux_sym_remote_command_token1] = ACTIONS(3290), - [aux_sym_remote_forward_token1] = ACTIONS(3290), - [aux_sym_request_tty_token1] = ACTIONS(3290), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3290), - [aux_sym_security_key_provider_token1] = ACTIONS(3290), - [aux_sym_send_env_token1] = ACTIONS(3290), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3290), - [aux_sym_server_alive_interval_token1] = ACTIONS(3290), - [aux_sym_session_type_token1] = ACTIONS(3290), - [aux_sym_set_env_token1] = ACTIONS(3290), - [aux_sym_stdin_null_token1] = ACTIONS(3290), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3290), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3290), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3290), - [aux_sym_syslog_facility_token1] = ACTIONS(3290), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3290), - [aux_sym_keep_alive_token1] = ACTIONS(3290), - [aux_sym_tunnel_token1] = ACTIONS(3292), - [aux_sym_tunnel_device_token1] = ACTIONS(3290), - [aux_sym_update_host_keys_token1] = ACTIONS(3290), - [aux_sym_use_keychain_token1] = ACTIONS(3290), - [aux_sym_use_roaming_token1] = ACTIONS(3290), - [aux_sym_user_token1] = ACTIONS(3292), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3290), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3290), - [aux_sym_visual_host_key_token1] = ACTIONS(3290), - [aux_sym_xauth_location_token1] = ACTIONS(3290), + [ts_builtin_sym_end] = ACTIONS(669), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(671), + [aux_sym_match_token1] = ACTIONS(669), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(669), + [aux_sym_address_family_token1] = ACTIONS(669), + [aux_sym_batch_mode_token1] = ACTIONS(669), + [aux_sym_bind_address_token1] = ACTIONS(669), + [aux_sym_bind_interface_token1] = ACTIONS(669), + [aux_sym_canonical_domains_token1] = ACTIONS(669), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(669), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(669), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(669), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(669), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(669), + [aux_sym_certificate_file_token1] = ACTIONS(669), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(669), + [aux_sym_check_host_ip_token1] = ACTIONS(669), + [aux_sym_ciphers_token1] = ACTIONS(669), + [aux_sym_cipher_token1] = ACTIONS(671), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(669), + [aux_sym_compression_token1] = ACTIONS(669), + [aux_sym_connection_attempts_token1] = ACTIONS(669), + [aux_sym_connect_timeout_token1] = ACTIONS(669), + [aux_sym_control_master_token1] = ACTIONS(669), + [aux_sym_control_path_token1] = ACTIONS(669), + [aux_sym_control_persist_token1] = ACTIONS(669), + [aux_sym_dynamic_forward_token1] = ACTIONS(669), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(669), + [aux_sym_escape_char_token1] = ACTIONS(669), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(669), + [aux_sym_fingerprint_hash_token1] = ACTIONS(669), + [aux_sym_fork_after_authentication_token1] = ACTIONS(669), + [aux_sym_forward_agent_token1] = ACTIONS(669), + [aux_sym_forward_x11_token1] = ACTIONS(671), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(669), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(669), + [aux_sym_gateway_ports_token1] = ACTIONS(669), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(669), + [aux_sym_gssapi_authentication_token1] = ACTIONS(669), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(669), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(669), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(669), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(669), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(669), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(669), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(669), + [aux_sym_hash_known_hosts_token1] = ACTIONS(669), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(669), + [aux_sym_hostbased_authentication_token1] = ACTIONS(669), + [aux_sym_host_key_algorithms_token1] = ACTIONS(669), + [aux_sym_host_key_alias_token1] = ACTIONS(669), + [aux_sym_hostname_token1] = ACTIONS(669), + [aux_sym_identities_only_token1] = ACTIONS(669), + [aux_sym_identity_agent_token1] = ACTIONS(669), + [aux_sym_identity_file_token1] = ACTIONS(669), + [aux_sym_ignore_unknown_token1] = ACTIONS(669), + [aux_sym_include_token1] = ACTIONS(669), + [aux_sym_ip_qos_token1] = ACTIONS(669), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(669), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(669), + [aux_sym_kex_algorithms_token1] = ACTIONS(669), + [aux_sym_known_hosts_command_token1] = ACTIONS(669), + [aux_sym_local_command_token1] = ACTIONS(669), + [aux_sym_local_forward_token1] = ACTIONS(669), + [aux_sym_log_level_token1] = ACTIONS(669), + [aux_sym_log_verbose_token1] = ACTIONS(669), + [aux_sym_macs_token1] = ACTIONS(669), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(669), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(669), + [aux_sym_password_authentication_token1] = ACTIONS(669), + [aux_sym_permit_local_command_token1] = ACTIONS(669), + [aux_sym_permit_remote_open_token1] = ACTIONS(669), + [aux_sym_pkcs11_provider_token1] = ACTIONS(669), + [aux_sym_port_token1] = ACTIONS(669), + [aux_sym_preferred_authentications_token1] = ACTIONS(669), + [aux_sym_protocol_token1] = ACTIONS(669), + [aux_sym_proxy_command_token1] = ACTIONS(669), + [aux_sym_proxy_jump_token1] = ACTIONS(669), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(669), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(669), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(669), + [aux_sym_pubkey_authentication_token1] = ACTIONS(669), + [aux_sym_rekey_limit_token1] = ACTIONS(669), + [aux_sym_remote_command_token1] = ACTIONS(669), + [aux_sym_remote_forward_token1] = ACTIONS(669), + [aux_sym_request_tty_token1] = ACTIONS(669), + [aux_sym_required_rsa_size_token1] = ACTIONS(669), + [aux_sym_revoked_host_keys_token1] = ACTIONS(669), + [aux_sym_security_key_provider_token1] = ACTIONS(669), + [aux_sym_send_env_token1] = ACTIONS(669), + [aux_sym_server_alive_count_max_token1] = ACTIONS(669), + [aux_sym_server_alive_interval_token1] = ACTIONS(669), + [aux_sym_session_type_token1] = ACTIONS(669), + [aux_sym_set_env_token1] = ACTIONS(669), + [aux_sym_stdin_null_token1] = ACTIONS(669), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(669), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(669), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(669), + [aux_sym_syslog_facility_token1] = ACTIONS(669), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(669), + [aux_sym_keep_alive_token1] = ACTIONS(669), + [aux_sym_tunnel_token1] = ACTIONS(671), + [aux_sym_tunnel_device_token1] = ACTIONS(669), + [aux_sym_update_host_keys_token1] = ACTIONS(669), + [aux_sym_use_keychain_token1] = ACTIONS(669), + [aux_sym_use_roaming_token1] = ACTIONS(669), + [aux_sym_user_token1] = ACTIONS(671), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(669), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(669), + [aux_sym_visual_host_key_token1] = ACTIONS(669), + [aux_sym_xauth_location_token1] = ACTIONS(669), }, [581] = { - [ts_builtin_sym_end] = ACTIONS(3294), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3296), - [aux_sym_match_token1] = ACTIONS(3294), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3294), - [aux_sym_address_family_token1] = ACTIONS(3294), - [aux_sym_batch_mode_token1] = ACTIONS(3294), - [aux_sym_bind_address_token1] = ACTIONS(3294), - [aux_sym_bind_interface_token1] = ACTIONS(3294), - [aux_sym_canonical_domains_token1] = ACTIONS(3294), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3294), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3294), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3294), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3294), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3294), - [aux_sym_certificate_file_token1] = ACTIONS(3294), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3294), - [aux_sym_check_host_ip_token1] = ACTIONS(3294), - [aux_sym_ciphers_token1] = ACTIONS(3294), - [aux_sym_cipher_token1] = ACTIONS(3296), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3294), - [aux_sym_compression_token1] = ACTIONS(3294), - [aux_sym_connection_attempts_token1] = ACTIONS(3294), - [aux_sym_connect_timeout_token1] = ACTIONS(3294), - [aux_sym_control_master_token1] = ACTIONS(3294), - [aux_sym_control_path_token1] = ACTIONS(3294), - [aux_sym_control_persist_token1] = ACTIONS(3294), - [aux_sym_dynamic_forward_token1] = ACTIONS(3294), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3294), - [aux_sym_escape_char_token1] = ACTIONS(3294), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3294), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3294), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3294), - [aux_sym_forward_agent_token1] = ACTIONS(3294), - [aux_sym_forward_x11_token1] = ACTIONS(3296), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3294), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3294), - [aux_sym_gateway_ports_token1] = ACTIONS(3294), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3294), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3294), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3294), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3294), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3294), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3294), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3294), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3294), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3294), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3294), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3294), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3294), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3294), - [aux_sym_host_key_alias_token1] = ACTIONS(3294), - [aux_sym_hostname_token1] = ACTIONS(3294), - [aux_sym_identities_only_token1] = ACTIONS(3294), - [aux_sym_identity_agent_token1] = ACTIONS(3294), - [aux_sym_identity_file_token1] = ACTIONS(3294), - [aux_sym_ignore_unknown_token1] = ACTIONS(3294), - [aux_sym_include_token1] = ACTIONS(3294), - [aux_sym_ip_qos_token1] = ACTIONS(3294), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3294), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3294), - [aux_sym_kex_algorithms_token1] = ACTIONS(3294), - [aux_sym_known_hosts_command_token1] = ACTIONS(3294), - [aux_sym_local_command_token1] = ACTIONS(3294), - [aux_sym_local_forward_token1] = ACTIONS(3294), - [aux_sym_log_level_token1] = ACTIONS(3294), - [aux_sym_log_verbose_token1] = ACTIONS(3294), - [aux_sym_macs_token1] = ACTIONS(3294), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3294), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3294), - [aux_sym_password_authentication_token1] = ACTIONS(3294), - [aux_sym_permit_local_command_token1] = ACTIONS(3294), - [aux_sym_permit_remote_open_token1] = ACTIONS(3294), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3294), - [aux_sym_port_token1] = ACTIONS(3294), - [aux_sym_preferred_authentications_token1] = ACTIONS(3294), - [aux_sym_protocol_token1] = ACTIONS(3294), - [aux_sym_proxy_command_token1] = ACTIONS(3294), - [aux_sym_proxy_jump_token1] = ACTIONS(3294), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3294), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3294), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3294), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3294), - [aux_sym_rekey_limit_token1] = ACTIONS(3294), - [aux_sym_remote_command_token1] = ACTIONS(3294), - [aux_sym_remote_forward_token1] = ACTIONS(3294), - [aux_sym_request_tty_token1] = ACTIONS(3294), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3294), - [aux_sym_security_key_provider_token1] = ACTIONS(3294), - [aux_sym_send_env_token1] = ACTIONS(3294), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3294), - [aux_sym_server_alive_interval_token1] = ACTIONS(3294), - [aux_sym_session_type_token1] = ACTIONS(3294), - [aux_sym_set_env_token1] = ACTIONS(3294), - [aux_sym_stdin_null_token1] = ACTIONS(3294), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3294), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3294), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3294), - [aux_sym_syslog_facility_token1] = ACTIONS(3294), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3294), - [aux_sym_keep_alive_token1] = ACTIONS(3294), - [aux_sym_tunnel_token1] = ACTIONS(3296), - [aux_sym_tunnel_device_token1] = ACTIONS(3294), - [aux_sym_update_host_keys_token1] = ACTIONS(3294), - [aux_sym_use_keychain_token1] = ACTIONS(3294), - [aux_sym_use_roaming_token1] = ACTIONS(3294), - [aux_sym_user_token1] = ACTIONS(3296), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3294), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3294), - [aux_sym_visual_host_key_token1] = ACTIONS(3294), - [aux_sym_xauth_location_token1] = ACTIONS(3294), + [ts_builtin_sym_end] = ACTIONS(675), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(677), + [aux_sym_match_token1] = ACTIONS(675), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(675), + [aux_sym_address_family_token1] = ACTIONS(675), + [aux_sym_batch_mode_token1] = ACTIONS(675), + [aux_sym_bind_address_token1] = ACTIONS(675), + [aux_sym_bind_interface_token1] = ACTIONS(675), + [aux_sym_canonical_domains_token1] = ACTIONS(675), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(675), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(675), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(675), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(675), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(675), + [aux_sym_certificate_file_token1] = ACTIONS(675), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(675), + [aux_sym_check_host_ip_token1] = ACTIONS(675), + [aux_sym_ciphers_token1] = ACTIONS(675), + [aux_sym_cipher_token1] = ACTIONS(677), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(675), + [aux_sym_compression_token1] = ACTIONS(675), + [aux_sym_connection_attempts_token1] = ACTIONS(675), + [aux_sym_connect_timeout_token1] = ACTIONS(675), + [aux_sym_control_master_token1] = ACTIONS(675), + [aux_sym_control_path_token1] = ACTIONS(675), + [aux_sym_control_persist_token1] = ACTIONS(675), + [aux_sym_dynamic_forward_token1] = ACTIONS(675), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(675), + [aux_sym_escape_char_token1] = ACTIONS(675), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(675), + [aux_sym_fingerprint_hash_token1] = ACTIONS(675), + [aux_sym_fork_after_authentication_token1] = ACTIONS(675), + [aux_sym_forward_agent_token1] = ACTIONS(675), + [aux_sym_forward_x11_token1] = ACTIONS(677), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(675), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(675), + [aux_sym_gateway_ports_token1] = ACTIONS(675), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(675), + [aux_sym_gssapi_authentication_token1] = ACTIONS(675), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(675), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(675), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(675), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(675), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(675), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(675), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(675), + [aux_sym_hash_known_hosts_token1] = ACTIONS(675), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(675), + [aux_sym_hostbased_authentication_token1] = ACTIONS(675), + [aux_sym_host_key_algorithms_token1] = ACTIONS(675), + [aux_sym_host_key_alias_token1] = ACTIONS(675), + [aux_sym_hostname_token1] = ACTIONS(675), + [aux_sym_identities_only_token1] = ACTIONS(675), + [aux_sym_identity_agent_token1] = ACTIONS(675), + [aux_sym_identity_file_token1] = ACTIONS(675), + [aux_sym_ignore_unknown_token1] = ACTIONS(675), + [aux_sym_include_token1] = ACTIONS(675), + [aux_sym_ip_qos_token1] = ACTIONS(675), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(675), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(675), + [aux_sym_kex_algorithms_token1] = ACTIONS(675), + [aux_sym_known_hosts_command_token1] = ACTIONS(675), + [aux_sym_local_command_token1] = ACTIONS(675), + [aux_sym_local_forward_token1] = ACTIONS(675), + [aux_sym_log_level_token1] = ACTIONS(675), + [aux_sym_log_verbose_token1] = ACTIONS(675), + [aux_sym_macs_token1] = ACTIONS(675), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(675), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(675), + [aux_sym_password_authentication_token1] = ACTIONS(675), + [aux_sym_permit_local_command_token1] = ACTIONS(675), + [aux_sym_permit_remote_open_token1] = ACTIONS(675), + [aux_sym_pkcs11_provider_token1] = ACTIONS(675), + [aux_sym_port_token1] = ACTIONS(675), + [aux_sym_preferred_authentications_token1] = ACTIONS(675), + [aux_sym_protocol_token1] = ACTIONS(675), + [aux_sym_proxy_command_token1] = ACTIONS(675), + [aux_sym_proxy_jump_token1] = ACTIONS(675), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(675), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(675), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(675), + [aux_sym_pubkey_authentication_token1] = ACTIONS(675), + [aux_sym_rekey_limit_token1] = ACTIONS(675), + [aux_sym_remote_command_token1] = ACTIONS(675), + [aux_sym_remote_forward_token1] = ACTIONS(675), + [aux_sym_request_tty_token1] = ACTIONS(675), + [aux_sym_required_rsa_size_token1] = ACTIONS(675), + [aux_sym_revoked_host_keys_token1] = ACTIONS(675), + [aux_sym_security_key_provider_token1] = ACTIONS(675), + [aux_sym_send_env_token1] = ACTIONS(675), + [aux_sym_server_alive_count_max_token1] = ACTIONS(675), + [aux_sym_server_alive_interval_token1] = ACTIONS(675), + [aux_sym_session_type_token1] = ACTIONS(675), + [aux_sym_set_env_token1] = ACTIONS(675), + [aux_sym_stdin_null_token1] = ACTIONS(675), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(675), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(675), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(675), + [aux_sym_syslog_facility_token1] = ACTIONS(675), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(675), + [aux_sym_keep_alive_token1] = ACTIONS(675), + [aux_sym_tunnel_token1] = ACTIONS(677), + [aux_sym_tunnel_device_token1] = ACTIONS(675), + [aux_sym_update_host_keys_token1] = ACTIONS(675), + [aux_sym_use_keychain_token1] = ACTIONS(675), + [aux_sym_use_roaming_token1] = ACTIONS(675), + [aux_sym_user_token1] = ACTIONS(677), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(675), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(675), + [aux_sym_visual_host_key_token1] = ACTIONS(675), + [aux_sym_xauth_location_token1] = ACTIONS(675), }, [582] = { - [ts_builtin_sym_end] = ACTIONS(3298), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3300), - [aux_sym_match_token1] = ACTIONS(3298), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3298), - [aux_sym_address_family_token1] = ACTIONS(3298), - [aux_sym_batch_mode_token1] = ACTIONS(3298), - [aux_sym_bind_address_token1] = ACTIONS(3298), - [aux_sym_bind_interface_token1] = ACTIONS(3298), - [aux_sym_canonical_domains_token1] = ACTIONS(3298), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3298), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3298), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3298), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3298), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3298), - [aux_sym_certificate_file_token1] = ACTIONS(3298), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3298), - [aux_sym_check_host_ip_token1] = ACTIONS(3298), - [aux_sym_ciphers_token1] = ACTIONS(3298), - [aux_sym_cipher_token1] = ACTIONS(3300), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3298), - [aux_sym_compression_token1] = ACTIONS(3298), - [aux_sym_connection_attempts_token1] = ACTIONS(3298), - [aux_sym_connect_timeout_token1] = ACTIONS(3298), - [aux_sym_control_master_token1] = ACTIONS(3298), - [aux_sym_control_path_token1] = ACTIONS(3298), - [aux_sym_control_persist_token1] = ACTIONS(3298), - [aux_sym_dynamic_forward_token1] = ACTIONS(3298), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3298), - [aux_sym_escape_char_token1] = ACTIONS(3298), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3298), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3298), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3298), - [aux_sym_forward_agent_token1] = ACTIONS(3298), - [aux_sym_forward_x11_token1] = ACTIONS(3300), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3298), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3298), - [aux_sym_gateway_ports_token1] = ACTIONS(3298), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3298), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3298), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3298), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3298), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3298), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3298), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3298), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3298), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3298), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3298), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3298), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3298), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3298), - [aux_sym_host_key_alias_token1] = ACTIONS(3298), - [aux_sym_hostname_token1] = ACTIONS(3298), - [aux_sym_identities_only_token1] = ACTIONS(3298), - [aux_sym_identity_agent_token1] = ACTIONS(3298), - [aux_sym_identity_file_token1] = ACTIONS(3298), - [aux_sym_ignore_unknown_token1] = ACTIONS(3298), - [aux_sym_include_token1] = ACTIONS(3298), - [aux_sym_ip_qos_token1] = ACTIONS(3298), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3298), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3298), - [aux_sym_kex_algorithms_token1] = ACTIONS(3298), - [aux_sym_known_hosts_command_token1] = ACTIONS(3298), - [aux_sym_local_command_token1] = ACTIONS(3298), - [aux_sym_local_forward_token1] = ACTIONS(3298), - [aux_sym_log_level_token1] = ACTIONS(3298), - [aux_sym_log_verbose_token1] = ACTIONS(3298), - [aux_sym_macs_token1] = ACTIONS(3298), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3298), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3298), - [aux_sym_password_authentication_token1] = ACTIONS(3298), - [aux_sym_permit_local_command_token1] = ACTIONS(3298), - [aux_sym_permit_remote_open_token1] = ACTIONS(3298), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3298), - [aux_sym_port_token1] = ACTIONS(3298), - [aux_sym_preferred_authentications_token1] = ACTIONS(3298), - [aux_sym_protocol_token1] = ACTIONS(3298), - [aux_sym_proxy_command_token1] = ACTIONS(3298), - [aux_sym_proxy_jump_token1] = ACTIONS(3298), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3298), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3298), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3298), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3298), - [aux_sym_rekey_limit_token1] = ACTIONS(3298), - [aux_sym_remote_command_token1] = ACTIONS(3298), - [aux_sym_remote_forward_token1] = ACTIONS(3298), - [aux_sym_request_tty_token1] = ACTIONS(3298), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3298), - [aux_sym_security_key_provider_token1] = ACTIONS(3298), - [aux_sym_send_env_token1] = ACTIONS(3298), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3298), - [aux_sym_server_alive_interval_token1] = ACTIONS(3298), - [aux_sym_session_type_token1] = ACTIONS(3298), - [aux_sym_set_env_token1] = ACTIONS(3298), - [aux_sym_stdin_null_token1] = ACTIONS(3298), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3298), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3298), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3298), - [aux_sym_syslog_facility_token1] = ACTIONS(3298), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3298), - [aux_sym_keep_alive_token1] = ACTIONS(3298), - [aux_sym_tunnel_token1] = ACTIONS(3300), - [aux_sym_tunnel_device_token1] = ACTIONS(3298), - [aux_sym_update_host_keys_token1] = ACTIONS(3298), - [aux_sym_use_keychain_token1] = ACTIONS(3298), - [aux_sym_use_roaming_token1] = ACTIONS(3298), - [aux_sym_user_token1] = ACTIONS(3300), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3298), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3298), - [aux_sym_visual_host_key_token1] = ACTIONS(3298), - [aux_sym_xauth_location_token1] = ACTIONS(3298), + [ts_builtin_sym_end] = ACTIONS(681), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(683), + [aux_sym_match_token1] = ACTIONS(681), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(681), + [aux_sym_address_family_token1] = ACTIONS(681), + [aux_sym_batch_mode_token1] = ACTIONS(681), + [aux_sym_bind_address_token1] = ACTIONS(681), + [aux_sym_bind_interface_token1] = ACTIONS(681), + [aux_sym_canonical_domains_token1] = ACTIONS(681), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(681), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(681), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(681), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(681), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(681), + [aux_sym_certificate_file_token1] = ACTIONS(681), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(681), + [aux_sym_check_host_ip_token1] = ACTIONS(681), + [aux_sym_ciphers_token1] = ACTIONS(681), + [aux_sym_cipher_token1] = ACTIONS(683), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(681), + [aux_sym_compression_token1] = ACTIONS(681), + [aux_sym_connection_attempts_token1] = ACTIONS(681), + [aux_sym_connect_timeout_token1] = ACTIONS(681), + [aux_sym_control_master_token1] = ACTIONS(681), + [aux_sym_control_path_token1] = ACTIONS(681), + [aux_sym_control_persist_token1] = ACTIONS(681), + [aux_sym_dynamic_forward_token1] = ACTIONS(681), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(681), + [aux_sym_escape_char_token1] = ACTIONS(681), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(681), + [aux_sym_fingerprint_hash_token1] = ACTIONS(681), + [aux_sym_fork_after_authentication_token1] = ACTIONS(681), + [aux_sym_forward_agent_token1] = ACTIONS(681), + [aux_sym_forward_x11_token1] = ACTIONS(683), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(681), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(681), + [aux_sym_gateway_ports_token1] = ACTIONS(681), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(681), + [aux_sym_gssapi_authentication_token1] = ACTIONS(681), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(681), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(681), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(681), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(681), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(681), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(681), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(681), + [aux_sym_hash_known_hosts_token1] = ACTIONS(681), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(681), + [aux_sym_hostbased_authentication_token1] = ACTIONS(681), + [aux_sym_host_key_algorithms_token1] = ACTIONS(681), + [aux_sym_host_key_alias_token1] = ACTIONS(681), + [aux_sym_hostname_token1] = ACTIONS(681), + [aux_sym_identities_only_token1] = ACTIONS(681), + [aux_sym_identity_agent_token1] = ACTIONS(681), + [aux_sym_identity_file_token1] = ACTIONS(681), + [aux_sym_ignore_unknown_token1] = ACTIONS(681), + [aux_sym_include_token1] = ACTIONS(681), + [aux_sym_ip_qos_token1] = ACTIONS(681), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(681), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(681), + [aux_sym_kex_algorithms_token1] = ACTIONS(681), + [aux_sym_known_hosts_command_token1] = ACTIONS(681), + [aux_sym_local_command_token1] = ACTIONS(681), + [aux_sym_local_forward_token1] = ACTIONS(681), + [aux_sym_log_level_token1] = ACTIONS(681), + [aux_sym_log_verbose_token1] = ACTIONS(681), + [aux_sym_macs_token1] = ACTIONS(681), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(681), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(681), + [aux_sym_password_authentication_token1] = ACTIONS(681), + [aux_sym_permit_local_command_token1] = ACTIONS(681), + [aux_sym_permit_remote_open_token1] = ACTIONS(681), + [aux_sym_pkcs11_provider_token1] = ACTIONS(681), + [aux_sym_port_token1] = ACTIONS(681), + [aux_sym_preferred_authentications_token1] = ACTIONS(681), + [aux_sym_protocol_token1] = ACTIONS(681), + [aux_sym_proxy_command_token1] = ACTIONS(681), + [aux_sym_proxy_jump_token1] = ACTIONS(681), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(681), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(681), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(681), + [aux_sym_pubkey_authentication_token1] = ACTIONS(681), + [aux_sym_rekey_limit_token1] = ACTIONS(681), + [aux_sym_remote_command_token1] = ACTIONS(681), + [aux_sym_remote_forward_token1] = ACTIONS(681), + [aux_sym_request_tty_token1] = ACTIONS(681), + [aux_sym_required_rsa_size_token1] = ACTIONS(681), + [aux_sym_revoked_host_keys_token1] = ACTIONS(681), + [aux_sym_security_key_provider_token1] = ACTIONS(681), + [aux_sym_send_env_token1] = ACTIONS(681), + [aux_sym_server_alive_count_max_token1] = ACTIONS(681), + [aux_sym_server_alive_interval_token1] = ACTIONS(681), + [aux_sym_session_type_token1] = ACTIONS(681), + [aux_sym_set_env_token1] = ACTIONS(681), + [aux_sym_stdin_null_token1] = ACTIONS(681), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(681), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(681), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(681), + [aux_sym_syslog_facility_token1] = ACTIONS(681), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(681), + [aux_sym_keep_alive_token1] = ACTIONS(681), + [aux_sym_tunnel_token1] = ACTIONS(683), + [aux_sym_tunnel_device_token1] = ACTIONS(681), + [aux_sym_update_host_keys_token1] = ACTIONS(681), + [aux_sym_use_keychain_token1] = ACTIONS(681), + [aux_sym_use_roaming_token1] = ACTIONS(681), + [aux_sym_user_token1] = ACTIONS(683), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(681), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(681), + [aux_sym_visual_host_key_token1] = ACTIONS(681), + [aux_sym_xauth_location_token1] = ACTIONS(681), }, [583] = { - [ts_builtin_sym_end] = ACTIONS(3302), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3304), - [aux_sym_match_token1] = ACTIONS(3302), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3302), - [aux_sym_address_family_token1] = ACTIONS(3302), - [aux_sym_batch_mode_token1] = ACTIONS(3302), - [aux_sym_bind_address_token1] = ACTIONS(3302), - [aux_sym_bind_interface_token1] = ACTIONS(3302), - [aux_sym_canonical_domains_token1] = ACTIONS(3302), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3302), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3302), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3302), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3302), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3302), - [aux_sym_certificate_file_token1] = ACTIONS(3302), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3302), - [aux_sym_check_host_ip_token1] = ACTIONS(3302), - [aux_sym_ciphers_token1] = ACTIONS(3302), - [aux_sym_cipher_token1] = ACTIONS(3304), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3302), - [aux_sym_compression_token1] = ACTIONS(3302), - [aux_sym_connection_attempts_token1] = ACTIONS(3302), - [aux_sym_connect_timeout_token1] = ACTIONS(3302), - [aux_sym_control_master_token1] = ACTIONS(3302), - [aux_sym_control_path_token1] = ACTIONS(3302), - [aux_sym_control_persist_token1] = ACTIONS(3302), - [aux_sym_dynamic_forward_token1] = ACTIONS(3302), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3302), - [aux_sym_escape_char_token1] = ACTIONS(3302), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3302), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3302), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3302), - [aux_sym_forward_agent_token1] = ACTIONS(3302), - [aux_sym_forward_x11_token1] = ACTIONS(3304), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3302), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3302), - [aux_sym_gateway_ports_token1] = ACTIONS(3302), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3302), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3302), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3302), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3302), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3302), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3302), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3302), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3302), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3302), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3302), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3302), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3302), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3302), - [aux_sym_host_key_alias_token1] = ACTIONS(3302), - [aux_sym_hostname_token1] = ACTIONS(3302), - [aux_sym_identities_only_token1] = ACTIONS(3302), - [aux_sym_identity_agent_token1] = ACTIONS(3302), - [aux_sym_identity_file_token1] = ACTIONS(3302), - [aux_sym_ignore_unknown_token1] = ACTIONS(3302), - [aux_sym_include_token1] = ACTIONS(3302), - [aux_sym_ip_qos_token1] = ACTIONS(3302), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3302), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3302), - [aux_sym_kex_algorithms_token1] = ACTIONS(3302), - [aux_sym_known_hosts_command_token1] = ACTIONS(3302), - [aux_sym_local_command_token1] = ACTIONS(3302), - [aux_sym_local_forward_token1] = ACTIONS(3302), - [aux_sym_log_level_token1] = ACTIONS(3302), - [aux_sym_log_verbose_token1] = ACTIONS(3302), - [aux_sym_macs_token1] = ACTIONS(3302), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3302), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3302), - [aux_sym_password_authentication_token1] = ACTIONS(3302), - [aux_sym_permit_local_command_token1] = ACTIONS(3302), - [aux_sym_permit_remote_open_token1] = ACTIONS(3302), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3302), - [aux_sym_port_token1] = ACTIONS(3302), - [aux_sym_preferred_authentications_token1] = ACTIONS(3302), - [aux_sym_protocol_token1] = ACTIONS(3302), - [aux_sym_proxy_command_token1] = ACTIONS(3302), - [aux_sym_proxy_jump_token1] = ACTIONS(3302), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3302), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3302), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3302), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3302), - [aux_sym_rekey_limit_token1] = ACTIONS(3302), - [aux_sym_remote_command_token1] = ACTIONS(3302), - [aux_sym_remote_forward_token1] = ACTIONS(3302), - [aux_sym_request_tty_token1] = ACTIONS(3302), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3302), - [aux_sym_security_key_provider_token1] = ACTIONS(3302), - [aux_sym_send_env_token1] = ACTIONS(3302), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3302), - [aux_sym_server_alive_interval_token1] = ACTIONS(3302), - [aux_sym_session_type_token1] = ACTIONS(3302), - [aux_sym_set_env_token1] = ACTIONS(3302), - [aux_sym_stdin_null_token1] = ACTIONS(3302), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3302), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3302), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3302), - [aux_sym_syslog_facility_token1] = ACTIONS(3302), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3302), - [aux_sym_keep_alive_token1] = ACTIONS(3302), - [aux_sym_tunnel_token1] = ACTIONS(3304), - [aux_sym_tunnel_device_token1] = ACTIONS(3302), - [aux_sym_update_host_keys_token1] = ACTIONS(3302), - [aux_sym_use_keychain_token1] = ACTIONS(3302), - [aux_sym_use_roaming_token1] = ACTIONS(3302), - [aux_sym_user_token1] = ACTIONS(3304), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3302), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3302), - [aux_sym_visual_host_key_token1] = ACTIONS(3302), - [aux_sym_xauth_location_token1] = ACTIONS(3302), + [ts_builtin_sym_end] = ACTIONS(687), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(689), + [aux_sym_match_token1] = ACTIONS(687), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(687), + [aux_sym_address_family_token1] = ACTIONS(687), + [aux_sym_batch_mode_token1] = ACTIONS(687), + [aux_sym_bind_address_token1] = ACTIONS(687), + [aux_sym_bind_interface_token1] = ACTIONS(687), + [aux_sym_canonical_domains_token1] = ACTIONS(687), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(687), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(687), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(687), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(687), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(687), + [aux_sym_certificate_file_token1] = ACTIONS(687), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(687), + [aux_sym_check_host_ip_token1] = ACTIONS(687), + [aux_sym_ciphers_token1] = ACTIONS(687), + [aux_sym_cipher_token1] = ACTIONS(689), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(687), + [aux_sym_compression_token1] = ACTIONS(687), + [aux_sym_connection_attempts_token1] = ACTIONS(687), + [aux_sym_connect_timeout_token1] = ACTIONS(687), + [aux_sym_control_master_token1] = ACTIONS(687), + [aux_sym_control_path_token1] = ACTIONS(687), + [aux_sym_control_persist_token1] = ACTIONS(687), + [aux_sym_dynamic_forward_token1] = ACTIONS(687), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(687), + [aux_sym_escape_char_token1] = ACTIONS(687), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(687), + [aux_sym_fingerprint_hash_token1] = ACTIONS(687), + [aux_sym_fork_after_authentication_token1] = ACTIONS(687), + [aux_sym_forward_agent_token1] = ACTIONS(687), + [aux_sym_forward_x11_token1] = ACTIONS(689), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(687), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(687), + [aux_sym_gateway_ports_token1] = ACTIONS(687), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(687), + [aux_sym_gssapi_authentication_token1] = ACTIONS(687), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(687), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(687), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(687), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(687), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(687), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(687), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(687), + [aux_sym_hash_known_hosts_token1] = ACTIONS(687), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(687), + [aux_sym_hostbased_authentication_token1] = ACTIONS(687), + [aux_sym_host_key_algorithms_token1] = ACTIONS(687), + [aux_sym_host_key_alias_token1] = ACTIONS(687), + [aux_sym_hostname_token1] = ACTIONS(687), + [aux_sym_identities_only_token1] = ACTIONS(687), + [aux_sym_identity_agent_token1] = ACTIONS(687), + [aux_sym_identity_file_token1] = ACTIONS(687), + [aux_sym_ignore_unknown_token1] = ACTIONS(687), + [aux_sym_include_token1] = ACTIONS(687), + [aux_sym_ip_qos_token1] = ACTIONS(687), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(687), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(687), + [aux_sym_kex_algorithms_token1] = ACTIONS(687), + [aux_sym_known_hosts_command_token1] = ACTIONS(687), + [aux_sym_local_command_token1] = ACTIONS(687), + [aux_sym_local_forward_token1] = ACTIONS(687), + [aux_sym_log_level_token1] = ACTIONS(687), + [aux_sym_log_verbose_token1] = ACTIONS(687), + [aux_sym_macs_token1] = ACTIONS(687), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(687), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(687), + [aux_sym_password_authentication_token1] = ACTIONS(687), + [aux_sym_permit_local_command_token1] = ACTIONS(687), + [aux_sym_permit_remote_open_token1] = ACTIONS(687), + [aux_sym_pkcs11_provider_token1] = ACTIONS(687), + [aux_sym_port_token1] = ACTIONS(687), + [aux_sym_preferred_authentications_token1] = ACTIONS(687), + [aux_sym_protocol_token1] = ACTIONS(687), + [aux_sym_proxy_command_token1] = ACTIONS(687), + [aux_sym_proxy_jump_token1] = ACTIONS(687), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(687), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(687), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(687), + [aux_sym_pubkey_authentication_token1] = ACTIONS(687), + [aux_sym_rekey_limit_token1] = ACTIONS(687), + [aux_sym_remote_command_token1] = ACTIONS(687), + [aux_sym_remote_forward_token1] = ACTIONS(687), + [aux_sym_request_tty_token1] = ACTIONS(687), + [aux_sym_required_rsa_size_token1] = ACTIONS(687), + [aux_sym_revoked_host_keys_token1] = ACTIONS(687), + [aux_sym_security_key_provider_token1] = ACTIONS(687), + [aux_sym_send_env_token1] = ACTIONS(687), + [aux_sym_server_alive_count_max_token1] = ACTIONS(687), + [aux_sym_server_alive_interval_token1] = ACTIONS(687), + [aux_sym_session_type_token1] = ACTIONS(687), + [aux_sym_set_env_token1] = ACTIONS(687), + [aux_sym_stdin_null_token1] = ACTIONS(687), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(687), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(687), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(687), + [aux_sym_syslog_facility_token1] = ACTIONS(687), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(687), + [aux_sym_keep_alive_token1] = ACTIONS(687), + [aux_sym_tunnel_token1] = ACTIONS(689), + [aux_sym_tunnel_device_token1] = ACTIONS(687), + [aux_sym_update_host_keys_token1] = ACTIONS(687), + [aux_sym_use_keychain_token1] = ACTIONS(687), + [aux_sym_use_roaming_token1] = ACTIONS(687), + [aux_sym_user_token1] = ACTIONS(689), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(687), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(687), + [aux_sym_visual_host_key_token1] = ACTIONS(687), + [aux_sym_xauth_location_token1] = ACTIONS(687), }, [584] = { - [ts_builtin_sym_end] = ACTIONS(1246), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1248), - [aux_sym_match_token1] = ACTIONS(1246), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1246), - [aux_sym_address_family_token1] = ACTIONS(1246), - [aux_sym_batch_mode_token1] = ACTIONS(1246), - [aux_sym_bind_address_token1] = ACTIONS(1246), - [aux_sym_bind_interface_token1] = ACTIONS(1246), - [aux_sym_canonical_domains_token1] = ACTIONS(1246), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1246), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1246), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1246), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1246), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1246), - [aux_sym_certificate_file_token1] = ACTIONS(1246), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1246), - [aux_sym_check_host_ip_token1] = ACTIONS(1246), - [aux_sym_ciphers_token1] = ACTIONS(1246), - [aux_sym_cipher_token1] = ACTIONS(1248), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1246), - [aux_sym_compression_token1] = ACTIONS(1246), - [aux_sym_connection_attempts_token1] = ACTIONS(1246), - [aux_sym_connect_timeout_token1] = ACTIONS(1246), - [aux_sym_control_master_token1] = ACTIONS(1246), - [aux_sym_control_path_token1] = ACTIONS(1246), - [aux_sym_control_persist_token1] = ACTIONS(1246), - [aux_sym_dynamic_forward_token1] = ACTIONS(1246), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1246), - [aux_sym_escape_char_token1] = ACTIONS(1246), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1246), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1246), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1246), - [aux_sym_forward_agent_token1] = ACTIONS(1246), - [aux_sym_forward_x11_token1] = ACTIONS(1248), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1246), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1246), - [aux_sym_gateway_ports_token1] = ACTIONS(1246), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1246), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1246), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1246), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1246), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1246), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1246), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1246), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1246), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1246), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1246), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1246), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1246), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1246), - [aux_sym_host_key_alias_token1] = ACTIONS(1246), - [aux_sym_hostname_token1] = ACTIONS(1246), - [aux_sym_identities_only_token1] = ACTIONS(1246), - [aux_sym_identity_agent_token1] = ACTIONS(1246), - [aux_sym_identity_file_token1] = ACTIONS(1246), - [aux_sym_ignore_unknown_token1] = ACTIONS(1246), - [aux_sym_include_token1] = ACTIONS(1246), - [aux_sym_ip_qos_token1] = ACTIONS(1246), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1246), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1246), - [aux_sym_kex_algorithms_token1] = ACTIONS(1246), - [aux_sym_known_hosts_command_token1] = ACTIONS(1246), - [aux_sym_local_command_token1] = ACTIONS(1246), - [aux_sym_local_forward_token1] = ACTIONS(1246), - [aux_sym_log_level_token1] = ACTIONS(1246), - [aux_sym_log_verbose_token1] = ACTIONS(1246), - [aux_sym_macs_token1] = ACTIONS(1246), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1246), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1246), - [aux_sym_password_authentication_token1] = ACTIONS(1246), - [aux_sym_permit_local_command_token1] = ACTIONS(1246), - [aux_sym_permit_remote_open_token1] = ACTIONS(1246), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1246), - [aux_sym_port_token1] = ACTIONS(1246), - [aux_sym_preferred_authentications_token1] = ACTIONS(1246), - [aux_sym_protocol_token1] = ACTIONS(1246), - [aux_sym_proxy_command_token1] = ACTIONS(1246), - [aux_sym_proxy_jump_token1] = ACTIONS(1246), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1246), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1246), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1246), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1246), - [aux_sym_rekey_limit_token1] = ACTIONS(1246), - [aux_sym_remote_command_token1] = ACTIONS(1246), - [aux_sym_remote_forward_token1] = ACTIONS(1246), - [aux_sym_request_tty_token1] = ACTIONS(1246), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1246), - [aux_sym_security_key_provider_token1] = ACTIONS(1246), - [aux_sym_send_env_token1] = ACTIONS(1246), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1246), - [aux_sym_server_alive_interval_token1] = ACTIONS(1246), - [aux_sym_session_type_token1] = ACTIONS(1246), - [aux_sym_set_env_token1] = ACTIONS(1246), - [aux_sym_stdin_null_token1] = ACTIONS(1246), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1246), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1246), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1246), - [aux_sym_syslog_facility_token1] = ACTIONS(1246), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1246), - [aux_sym_keep_alive_token1] = ACTIONS(1246), - [aux_sym_tunnel_token1] = ACTIONS(1248), - [aux_sym_tunnel_device_token1] = ACTIONS(1246), - [aux_sym_update_host_keys_token1] = ACTIONS(1246), - [aux_sym_use_keychain_token1] = ACTIONS(1246), - [aux_sym_use_roaming_token1] = ACTIONS(1246), - [aux_sym_user_token1] = ACTIONS(1248), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1246), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1246), - [aux_sym_visual_host_key_token1] = ACTIONS(1246), - [aux_sym_xauth_location_token1] = ACTIONS(1246), + [ts_builtin_sym_end] = ACTIONS(693), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(695), + [aux_sym_match_token1] = ACTIONS(693), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(693), + [aux_sym_address_family_token1] = ACTIONS(693), + [aux_sym_batch_mode_token1] = ACTIONS(693), + [aux_sym_bind_address_token1] = ACTIONS(693), + [aux_sym_bind_interface_token1] = ACTIONS(693), + [aux_sym_canonical_domains_token1] = ACTIONS(693), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(693), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(693), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(693), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(693), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(693), + [aux_sym_certificate_file_token1] = ACTIONS(693), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(693), + [aux_sym_check_host_ip_token1] = ACTIONS(693), + [aux_sym_ciphers_token1] = ACTIONS(693), + [aux_sym_cipher_token1] = ACTIONS(695), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(693), + [aux_sym_compression_token1] = ACTIONS(693), + [aux_sym_connection_attempts_token1] = ACTIONS(693), + [aux_sym_connect_timeout_token1] = ACTIONS(693), + [aux_sym_control_master_token1] = ACTIONS(693), + [aux_sym_control_path_token1] = ACTIONS(693), + [aux_sym_control_persist_token1] = ACTIONS(693), + [aux_sym_dynamic_forward_token1] = ACTIONS(693), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(693), + [aux_sym_escape_char_token1] = ACTIONS(693), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(693), + [aux_sym_fingerprint_hash_token1] = ACTIONS(693), + [aux_sym_fork_after_authentication_token1] = ACTIONS(693), + [aux_sym_forward_agent_token1] = ACTIONS(693), + [aux_sym_forward_x11_token1] = ACTIONS(695), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(693), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(693), + [aux_sym_gateway_ports_token1] = ACTIONS(693), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(693), + [aux_sym_gssapi_authentication_token1] = ACTIONS(693), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(693), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(693), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(693), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(693), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(693), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(693), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(693), + [aux_sym_hash_known_hosts_token1] = ACTIONS(693), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(693), + [aux_sym_hostbased_authentication_token1] = ACTIONS(693), + [aux_sym_host_key_algorithms_token1] = ACTIONS(693), + [aux_sym_host_key_alias_token1] = ACTIONS(693), + [aux_sym_hostname_token1] = ACTIONS(693), + [aux_sym_identities_only_token1] = ACTIONS(693), + [aux_sym_identity_agent_token1] = ACTIONS(693), + [aux_sym_identity_file_token1] = ACTIONS(693), + [aux_sym_ignore_unknown_token1] = ACTIONS(693), + [aux_sym_include_token1] = ACTIONS(693), + [aux_sym_ip_qos_token1] = ACTIONS(693), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(693), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(693), + [aux_sym_kex_algorithms_token1] = ACTIONS(693), + [aux_sym_known_hosts_command_token1] = ACTIONS(693), + [aux_sym_local_command_token1] = ACTIONS(693), + [aux_sym_local_forward_token1] = ACTIONS(693), + [aux_sym_log_level_token1] = ACTIONS(693), + [aux_sym_log_verbose_token1] = ACTIONS(693), + [aux_sym_macs_token1] = ACTIONS(693), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(693), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(693), + [aux_sym_password_authentication_token1] = ACTIONS(693), + [aux_sym_permit_local_command_token1] = ACTIONS(693), + [aux_sym_permit_remote_open_token1] = ACTIONS(693), + [aux_sym_pkcs11_provider_token1] = ACTIONS(693), + [aux_sym_port_token1] = ACTIONS(693), + [aux_sym_preferred_authentications_token1] = ACTIONS(693), + [aux_sym_protocol_token1] = ACTIONS(693), + [aux_sym_proxy_command_token1] = ACTIONS(693), + [aux_sym_proxy_jump_token1] = ACTIONS(693), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(693), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(693), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(693), + [aux_sym_pubkey_authentication_token1] = ACTIONS(693), + [aux_sym_rekey_limit_token1] = ACTIONS(693), + [aux_sym_remote_command_token1] = ACTIONS(693), + [aux_sym_remote_forward_token1] = ACTIONS(693), + [aux_sym_request_tty_token1] = ACTIONS(693), + [aux_sym_required_rsa_size_token1] = ACTIONS(693), + [aux_sym_revoked_host_keys_token1] = ACTIONS(693), + [aux_sym_security_key_provider_token1] = ACTIONS(693), + [aux_sym_send_env_token1] = ACTIONS(693), + [aux_sym_server_alive_count_max_token1] = ACTIONS(693), + [aux_sym_server_alive_interval_token1] = ACTIONS(693), + [aux_sym_session_type_token1] = ACTIONS(693), + [aux_sym_set_env_token1] = ACTIONS(693), + [aux_sym_stdin_null_token1] = ACTIONS(693), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(693), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(693), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(693), + [aux_sym_syslog_facility_token1] = ACTIONS(693), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(693), + [aux_sym_keep_alive_token1] = ACTIONS(693), + [aux_sym_tunnel_token1] = ACTIONS(695), + [aux_sym_tunnel_device_token1] = ACTIONS(693), + [aux_sym_update_host_keys_token1] = ACTIONS(693), + [aux_sym_use_keychain_token1] = ACTIONS(693), + [aux_sym_use_roaming_token1] = ACTIONS(693), + [aux_sym_user_token1] = ACTIONS(695), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(693), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(693), + [aux_sym_visual_host_key_token1] = ACTIONS(693), + [aux_sym_xauth_location_token1] = ACTIONS(693), }, [585] = { - [ts_builtin_sym_end] = ACTIONS(1252), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1254), - [aux_sym_match_token1] = ACTIONS(1252), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1252), - [aux_sym_address_family_token1] = ACTIONS(1252), - [aux_sym_batch_mode_token1] = ACTIONS(1252), - [aux_sym_bind_address_token1] = ACTIONS(1252), - [aux_sym_bind_interface_token1] = ACTIONS(1252), - [aux_sym_canonical_domains_token1] = ACTIONS(1252), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1252), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1252), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1252), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1252), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1252), - [aux_sym_certificate_file_token1] = ACTIONS(1252), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1252), - [aux_sym_check_host_ip_token1] = ACTIONS(1252), - [aux_sym_ciphers_token1] = ACTIONS(1252), - [aux_sym_cipher_token1] = ACTIONS(1254), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1252), - [aux_sym_compression_token1] = ACTIONS(1252), - [aux_sym_connection_attempts_token1] = ACTIONS(1252), - [aux_sym_connect_timeout_token1] = ACTIONS(1252), - [aux_sym_control_master_token1] = ACTIONS(1252), - [aux_sym_control_path_token1] = ACTIONS(1252), - [aux_sym_control_persist_token1] = ACTIONS(1252), - [aux_sym_dynamic_forward_token1] = ACTIONS(1252), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1252), - [aux_sym_escape_char_token1] = ACTIONS(1252), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1252), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1252), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1252), - [aux_sym_forward_agent_token1] = ACTIONS(1252), - [aux_sym_forward_x11_token1] = ACTIONS(1254), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1252), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1252), - [aux_sym_gateway_ports_token1] = ACTIONS(1252), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1252), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1252), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1252), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1252), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1252), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1252), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1252), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1252), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1252), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1252), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1252), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1252), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1252), - [aux_sym_host_key_alias_token1] = ACTIONS(1252), - [aux_sym_hostname_token1] = ACTIONS(1252), - [aux_sym_identities_only_token1] = ACTIONS(1252), - [aux_sym_identity_agent_token1] = ACTIONS(1252), - [aux_sym_identity_file_token1] = ACTIONS(1252), - [aux_sym_ignore_unknown_token1] = ACTIONS(1252), - [aux_sym_include_token1] = ACTIONS(1252), - [aux_sym_ip_qos_token1] = ACTIONS(1252), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1252), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1252), - [aux_sym_kex_algorithms_token1] = ACTIONS(1252), - [aux_sym_known_hosts_command_token1] = ACTIONS(1252), - [aux_sym_local_command_token1] = ACTIONS(1252), - [aux_sym_local_forward_token1] = ACTIONS(1252), - [aux_sym_log_level_token1] = ACTIONS(1252), - [aux_sym_log_verbose_token1] = ACTIONS(1252), - [aux_sym_macs_token1] = ACTIONS(1252), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1252), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1252), - [aux_sym_password_authentication_token1] = ACTIONS(1252), - [aux_sym_permit_local_command_token1] = ACTIONS(1252), - [aux_sym_permit_remote_open_token1] = ACTIONS(1252), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1252), - [aux_sym_port_token1] = ACTIONS(1252), - [aux_sym_preferred_authentications_token1] = ACTIONS(1252), - [aux_sym_protocol_token1] = ACTIONS(1252), - [aux_sym_proxy_command_token1] = ACTIONS(1252), - [aux_sym_proxy_jump_token1] = ACTIONS(1252), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1252), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1252), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1252), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1252), - [aux_sym_rekey_limit_token1] = ACTIONS(1252), - [aux_sym_remote_command_token1] = ACTIONS(1252), - [aux_sym_remote_forward_token1] = ACTIONS(1252), - [aux_sym_request_tty_token1] = ACTIONS(1252), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1252), - [aux_sym_security_key_provider_token1] = ACTIONS(1252), - [aux_sym_send_env_token1] = ACTIONS(1252), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1252), - [aux_sym_server_alive_interval_token1] = ACTIONS(1252), - [aux_sym_session_type_token1] = ACTIONS(1252), - [aux_sym_set_env_token1] = ACTIONS(1252), - [aux_sym_stdin_null_token1] = ACTIONS(1252), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1252), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1252), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1252), - [aux_sym_syslog_facility_token1] = ACTIONS(1252), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1252), - [aux_sym_keep_alive_token1] = ACTIONS(1252), - [aux_sym_tunnel_token1] = ACTIONS(1254), - [aux_sym_tunnel_device_token1] = ACTIONS(1252), - [aux_sym_update_host_keys_token1] = ACTIONS(1252), - [aux_sym_use_keychain_token1] = ACTIONS(1252), - [aux_sym_use_roaming_token1] = ACTIONS(1252), - [aux_sym_user_token1] = ACTIONS(1254), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1252), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1252), - [aux_sym_visual_host_key_token1] = ACTIONS(1252), - [aux_sym_xauth_location_token1] = ACTIONS(1252), + [ts_builtin_sym_end] = ACTIONS(699), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(701), + [aux_sym_match_token1] = ACTIONS(699), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(699), + [aux_sym_address_family_token1] = ACTIONS(699), + [aux_sym_batch_mode_token1] = ACTIONS(699), + [aux_sym_bind_address_token1] = ACTIONS(699), + [aux_sym_bind_interface_token1] = ACTIONS(699), + [aux_sym_canonical_domains_token1] = ACTIONS(699), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(699), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(699), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(699), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(699), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(699), + [aux_sym_certificate_file_token1] = ACTIONS(699), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(699), + [aux_sym_check_host_ip_token1] = ACTIONS(699), + [aux_sym_ciphers_token1] = ACTIONS(699), + [aux_sym_cipher_token1] = ACTIONS(701), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(699), + [aux_sym_compression_token1] = ACTIONS(699), + [aux_sym_connection_attempts_token1] = ACTIONS(699), + [aux_sym_connect_timeout_token1] = ACTIONS(699), + [aux_sym_control_master_token1] = ACTIONS(699), + [aux_sym_control_path_token1] = ACTIONS(699), + [aux_sym_control_persist_token1] = ACTIONS(699), + [aux_sym_dynamic_forward_token1] = ACTIONS(699), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(699), + [aux_sym_escape_char_token1] = ACTIONS(699), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(699), + [aux_sym_fingerprint_hash_token1] = ACTIONS(699), + [aux_sym_fork_after_authentication_token1] = ACTIONS(699), + [aux_sym_forward_agent_token1] = ACTIONS(699), + [aux_sym_forward_x11_token1] = ACTIONS(701), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(699), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(699), + [aux_sym_gateway_ports_token1] = ACTIONS(699), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(699), + [aux_sym_gssapi_authentication_token1] = ACTIONS(699), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(699), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(699), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(699), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(699), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(699), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(699), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(699), + [aux_sym_hash_known_hosts_token1] = ACTIONS(699), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(699), + [aux_sym_hostbased_authentication_token1] = ACTIONS(699), + [aux_sym_host_key_algorithms_token1] = ACTIONS(699), + [aux_sym_host_key_alias_token1] = ACTIONS(699), + [aux_sym_hostname_token1] = ACTIONS(699), + [aux_sym_identities_only_token1] = ACTIONS(699), + [aux_sym_identity_agent_token1] = ACTIONS(699), + [aux_sym_identity_file_token1] = ACTIONS(699), + [aux_sym_ignore_unknown_token1] = ACTIONS(699), + [aux_sym_include_token1] = ACTIONS(699), + [aux_sym_ip_qos_token1] = ACTIONS(699), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(699), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(699), + [aux_sym_kex_algorithms_token1] = ACTIONS(699), + [aux_sym_known_hosts_command_token1] = ACTIONS(699), + [aux_sym_local_command_token1] = ACTIONS(699), + [aux_sym_local_forward_token1] = ACTIONS(699), + [aux_sym_log_level_token1] = ACTIONS(699), + [aux_sym_log_verbose_token1] = ACTIONS(699), + [aux_sym_macs_token1] = ACTIONS(699), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(699), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(699), + [aux_sym_password_authentication_token1] = ACTIONS(699), + [aux_sym_permit_local_command_token1] = ACTIONS(699), + [aux_sym_permit_remote_open_token1] = ACTIONS(699), + [aux_sym_pkcs11_provider_token1] = ACTIONS(699), + [aux_sym_port_token1] = ACTIONS(699), + [aux_sym_preferred_authentications_token1] = ACTIONS(699), + [aux_sym_protocol_token1] = ACTIONS(699), + [aux_sym_proxy_command_token1] = ACTIONS(699), + [aux_sym_proxy_jump_token1] = ACTIONS(699), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(699), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(699), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(699), + [aux_sym_pubkey_authentication_token1] = ACTIONS(699), + [aux_sym_rekey_limit_token1] = ACTIONS(699), + [aux_sym_remote_command_token1] = ACTIONS(699), + [aux_sym_remote_forward_token1] = ACTIONS(699), + [aux_sym_request_tty_token1] = ACTIONS(699), + [aux_sym_required_rsa_size_token1] = ACTIONS(699), + [aux_sym_revoked_host_keys_token1] = ACTIONS(699), + [aux_sym_security_key_provider_token1] = ACTIONS(699), + [aux_sym_send_env_token1] = ACTIONS(699), + [aux_sym_server_alive_count_max_token1] = ACTIONS(699), + [aux_sym_server_alive_interval_token1] = ACTIONS(699), + [aux_sym_session_type_token1] = ACTIONS(699), + [aux_sym_set_env_token1] = ACTIONS(699), + [aux_sym_stdin_null_token1] = ACTIONS(699), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(699), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(699), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(699), + [aux_sym_syslog_facility_token1] = ACTIONS(699), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(699), + [aux_sym_keep_alive_token1] = ACTIONS(699), + [aux_sym_tunnel_token1] = ACTIONS(701), + [aux_sym_tunnel_device_token1] = ACTIONS(699), + [aux_sym_update_host_keys_token1] = ACTIONS(699), + [aux_sym_use_keychain_token1] = ACTIONS(699), + [aux_sym_use_roaming_token1] = ACTIONS(699), + [aux_sym_user_token1] = ACTIONS(701), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(699), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(699), + [aux_sym_visual_host_key_token1] = ACTIONS(699), + [aux_sym_xauth_location_token1] = ACTIONS(699), }, [586] = { - [ts_builtin_sym_end] = ACTIONS(1258), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1260), - [aux_sym_match_token1] = ACTIONS(1258), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1258), - [aux_sym_address_family_token1] = ACTIONS(1258), - [aux_sym_batch_mode_token1] = ACTIONS(1258), - [aux_sym_bind_address_token1] = ACTIONS(1258), - [aux_sym_bind_interface_token1] = ACTIONS(1258), - [aux_sym_canonical_domains_token1] = ACTIONS(1258), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1258), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1258), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1258), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1258), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1258), - [aux_sym_certificate_file_token1] = ACTIONS(1258), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1258), - [aux_sym_check_host_ip_token1] = ACTIONS(1258), - [aux_sym_ciphers_token1] = ACTIONS(1258), - [aux_sym_cipher_token1] = ACTIONS(1260), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1258), - [aux_sym_compression_token1] = ACTIONS(1258), - [aux_sym_connection_attempts_token1] = ACTIONS(1258), - [aux_sym_connect_timeout_token1] = ACTIONS(1258), - [aux_sym_control_master_token1] = ACTIONS(1258), - [aux_sym_control_path_token1] = ACTIONS(1258), - [aux_sym_control_persist_token1] = ACTIONS(1258), - [aux_sym_dynamic_forward_token1] = ACTIONS(1258), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1258), - [aux_sym_escape_char_token1] = ACTIONS(1258), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1258), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1258), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1258), - [aux_sym_forward_agent_token1] = ACTIONS(1258), - [aux_sym_forward_x11_token1] = ACTIONS(1260), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1258), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1258), - [aux_sym_gateway_ports_token1] = ACTIONS(1258), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1258), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1258), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1258), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1258), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1258), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1258), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1258), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1258), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1258), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1258), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1258), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1258), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1258), - [aux_sym_host_key_alias_token1] = ACTIONS(1258), - [aux_sym_hostname_token1] = ACTIONS(1258), - [aux_sym_identities_only_token1] = ACTIONS(1258), - [aux_sym_identity_agent_token1] = ACTIONS(1258), - [aux_sym_identity_file_token1] = ACTIONS(1258), - [aux_sym_ignore_unknown_token1] = ACTIONS(1258), - [aux_sym_include_token1] = ACTIONS(1258), - [aux_sym_ip_qos_token1] = ACTIONS(1258), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1258), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1258), - [aux_sym_kex_algorithms_token1] = ACTIONS(1258), - [aux_sym_known_hosts_command_token1] = ACTIONS(1258), - [aux_sym_local_command_token1] = ACTIONS(1258), - [aux_sym_local_forward_token1] = ACTIONS(1258), - [aux_sym_log_level_token1] = ACTIONS(1258), - [aux_sym_log_verbose_token1] = ACTIONS(1258), - [aux_sym_macs_token1] = ACTIONS(1258), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1258), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1258), - [aux_sym_password_authentication_token1] = ACTIONS(1258), - [aux_sym_permit_local_command_token1] = ACTIONS(1258), - [aux_sym_permit_remote_open_token1] = ACTIONS(1258), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1258), - [aux_sym_port_token1] = ACTIONS(1258), - [aux_sym_preferred_authentications_token1] = ACTIONS(1258), - [aux_sym_protocol_token1] = ACTIONS(1258), - [aux_sym_proxy_command_token1] = ACTIONS(1258), - [aux_sym_proxy_jump_token1] = ACTIONS(1258), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1258), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1258), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1258), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1258), - [aux_sym_rekey_limit_token1] = ACTIONS(1258), - [aux_sym_remote_command_token1] = ACTIONS(1258), - [aux_sym_remote_forward_token1] = ACTIONS(1258), - [aux_sym_request_tty_token1] = ACTIONS(1258), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1258), - [aux_sym_security_key_provider_token1] = ACTIONS(1258), - [aux_sym_send_env_token1] = ACTIONS(1258), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1258), - [aux_sym_server_alive_interval_token1] = ACTIONS(1258), - [aux_sym_session_type_token1] = ACTIONS(1258), - [aux_sym_set_env_token1] = ACTIONS(1258), - [aux_sym_stdin_null_token1] = ACTIONS(1258), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1258), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1258), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1258), - [aux_sym_syslog_facility_token1] = ACTIONS(1258), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1258), - [aux_sym_keep_alive_token1] = ACTIONS(1258), - [aux_sym_tunnel_token1] = ACTIONS(1260), - [aux_sym_tunnel_device_token1] = ACTIONS(1258), - [aux_sym_update_host_keys_token1] = ACTIONS(1258), - [aux_sym_use_keychain_token1] = ACTIONS(1258), - [aux_sym_use_roaming_token1] = ACTIONS(1258), - [aux_sym_user_token1] = ACTIONS(1260), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1258), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1258), - [aux_sym_visual_host_key_token1] = ACTIONS(1258), - [aux_sym_xauth_location_token1] = ACTIONS(1258), + [ts_builtin_sym_end] = ACTIONS(705), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(707), + [aux_sym_match_token1] = ACTIONS(705), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(705), + [aux_sym_address_family_token1] = ACTIONS(705), + [aux_sym_batch_mode_token1] = ACTIONS(705), + [aux_sym_bind_address_token1] = ACTIONS(705), + [aux_sym_bind_interface_token1] = ACTIONS(705), + [aux_sym_canonical_domains_token1] = ACTIONS(705), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(705), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(705), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(705), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(705), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(705), + [aux_sym_certificate_file_token1] = ACTIONS(705), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(705), + [aux_sym_check_host_ip_token1] = ACTIONS(705), + [aux_sym_ciphers_token1] = ACTIONS(705), + [aux_sym_cipher_token1] = ACTIONS(707), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(705), + [aux_sym_compression_token1] = ACTIONS(705), + [aux_sym_connection_attempts_token1] = ACTIONS(705), + [aux_sym_connect_timeout_token1] = ACTIONS(705), + [aux_sym_control_master_token1] = ACTIONS(705), + [aux_sym_control_path_token1] = ACTIONS(705), + [aux_sym_control_persist_token1] = ACTIONS(705), + [aux_sym_dynamic_forward_token1] = ACTIONS(705), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(705), + [aux_sym_escape_char_token1] = ACTIONS(705), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(705), + [aux_sym_fingerprint_hash_token1] = ACTIONS(705), + [aux_sym_fork_after_authentication_token1] = ACTIONS(705), + [aux_sym_forward_agent_token1] = ACTIONS(705), + [aux_sym_forward_x11_token1] = ACTIONS(707), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(705), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(705), + [aux_sym_gateway_ports_token1] = ACTIONS(705), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(705), + [aux_sym_gssapi_authentication_token1] = ACTIONS(705), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(705), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(705), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(705), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(705), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(705), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(705), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(705), + [aux_sym_hash_known_hosts_token1] = ACTIONS(705), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(705), + [aux_sym_hostbased_authentication_token1] = ACTIONS(705), + [aux_sym_host_key_algorithms_token1] = ACTIONS(705), + [aux_sym_host_key_alias_token1] = ACTIONS(705), + [aux_sym_hostname_token1] = ACTIONS(705), + [aux_sym_identities_only_token1] = ACTIONS(705), + [aux_sym_identity_agent_token1] = ACTIONS(705), + [aux_sym_identity_file_token1] = ACTIONS(705), + [aux_sym_ignore_unknown_token1] = ACTIONS(705), + [aux_sym_include_token1] = ACTIONS(705), + [aux_sym_ip_qos_token1] = ACTIONS(705), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(705), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(705), + [aux_sym_kex_algorithms_token1] = ACTIONS(705), + [aux_sym_known_hosts_command_token1] = ACTIONS(705), + [aux_sym_local_command_token1] = ACTIONS(705), + [aux_sym_local_forward_token1] = ACTIONS(705), + [aux_sym_log_level_token1] = ACTIONS(705), + [aux_sym_log_verbose_token1] = ACTIONS(705), + [aux_sym_macs_token1] = ACTIONS(705), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(705), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(705), + [aux_sym_password_authentication_token1] = ACTIONS(705), + [aux_sym_permit_local_command_token1] = ACTIONS(705), + [aux_sym_permit_remote_open_token1] = ACTIONS(705), + [aux_sym_pkcs11_provider_token1] = ACTIONS(705), + [aux_sym_port_token1] = ACTIONS(705), + [aux_sym_preferred_authentications_token1] = ACTIONS(705), + [aux_sym_protocol_token1] = ACTIONS(705), + [aux_sym_proxy_command_token1] = ACTIONS(705), + [aux_sym_proxy_jump_token1] = ACTIONS(705), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(705), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(705), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(705), + [aux_sym_pubkey_authentication_token1] = ACTIONS(705), + [aux_sym_rekey_limit_token1] = ACTIONS(705), + [aux_sym_remote_command_token1] = ACTIONS(705), + [aux_sym_remote_forward_token1] = ACTIONS(705), + [aux_sym_request_tty_token1] = ACTIONS(705), + [aux_sym_required_rsa_size_token1] = ACTIONS(705), + [aux_sym_revoked_host_keys_token1] = ACTIONS(705), + [aux_sym_security_key_provider_token1] = ACTIONS(705), + [aux_sym_send_env_token1] = ACTIONS(705), + [aux_sym_server_alive_count_max_token1] = ACTIONS(705), + [aux_sym_server_alive_interval_token1] = ACTIONS(705), + [aux_sym_session_type_token1] = ACTIONS(705), + [aux_sym_set_env_token1] = ACTIONS(705), + [aux_sym_stdin_null_token1] = ACTIONS(705), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(705), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(705), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(705), + [aux_sym_syslog_facility_token1] = ACTIONS(705), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(705), + [aux_sym_keep_alive_token1] = ACTIONS(705), + [aux_sym_tunnel_token1] = ACTIONS(707), + [aux_sym_tunnel_device_token1] = ACTIONS(705), + [aux_sym_update_host_keys_token1] = ACTIONS(705), + [aux_sym_use_keychain_token1] = ACTIONS(705), + [aux_sym_use_roaming_token1] = ACTIONS(705), + [aux_sym_user_token1] = ACTIONS(707), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(705), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(705), + [aux_sym_visual_host_key_token1] = ACTIONS(705), + [aux_sym_xauth_location_token1] = ACTIONS(705), }, [587] = { - [ts_builtin_sym_end] = ACTIONS(778), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(780), - [aux_sym_match_token1] = ACTIONS(778), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(778), - [aux_sym_address_family_token1] = ACTIONS(778), - [aux_sym_batch_mode_token1] = ACTIONS(778), - [aux_sym_bind_address_token1] = ACTIONS(778), - [aux_sym_bind_interface_token1] = ACTIONS(778), - [aux_sym_canonical_domains_token1] = ACTIONS(778), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(778), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(778), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(778), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(778), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(778), - [aux_sym_certificate_file_token1] = ACTIONS(778), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(778), - [aux_sym_check_host_ip_token1] = ACTIONS(778), - [aux_sym_ciphers_token1] = ACTIONS(778), - [aux_sym_cipher_token1] = ACTIONS(780), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(778), - [aux_sym_compression_token1] = ACTIONS(778), - [aux_sym_connection_attempts_token1] = ACTIONS(778), - [aux_sym_connect_timeout_token1] = ACTIONS(778), - [aux_sym_control_master_token1] = ACTIONS(778), - [aux_sym_control_path_token1] = ACTIONS(778), - [aux_sym_control_persist_token1] = ACTIONS(778), - [aux_sym_dynamic_forward_token1] = ACTIONS(778), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(778), - [aux_sym_escape_char_token1] = ACTIONS(778), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(778), - [aux_sym_fingerprint_hash_token1] = ACTIONS(778), - [aux_sym_fork_after_authentication_token1] = ACTIONS(778), - [aux_sym_forward_agent_token1] = ACTIONS(778), - [aux_sym_forward_x11_token1] = ACTIONS(780), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(778), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(778), - [aux_sym_gateway_ports_token1] = ACTIONS(778), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(778), - [aux_sym_gssapi_authentication_token1] = ACTIONS(778), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(778), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(778), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(778), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(778), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(778), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(778), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(778), - [aux_sym_hash_known_hosts_token1] = ACTIONS(778), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(778), - [aux_sym_hostbased_authentication_token1] = ACTIONS(778), - [aux_sym_host_key_algorithms_token1] = ACTIONS(778), - [aux_sym_host_key_alias_token1] = ACTIONS(778), - [aux_sym_hostname_token1] = ACTIONS(778), - [aux_sym_identities_only_token1] = ACTIONS(778), - [aux_sym_identity_agent_token1] = ACTIONS(778), - [aux_sym_identity_file_token1] = ACTIONS(778), - [aux_sym_ignore_unknown_token1] = ACTIONS(778), - [aux_sym_include_token1] = ACTIONS(778), - [aux_sym_ip_qos_token1] = ACTIONS(778), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(778), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(778), - [aux_sym_kex_algorithms_token1] = ACTIONS(778), - [aux_sym_known_hosts_command_token1] = ACTIONS(778), - [aux_sym_local_command_token1] = ACTIONS(778), - [aux_sym_local_forward_token1] = ACTIONS(778), - [aux_sym_log_level_token1] = ACTIONS(778), - [aux_sym_log_verbose_token1] = ACTIONS(778), - [aux_sym_macs_token1] = ACTIONS(778), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(778), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(778), - [aux_sym_password_authentication_token1] = ACTIONS(778), - [aux_sym_permit_local_command_token1] = ACTIONS(778), - [aux_sym_permit_remote_open_token1] = ACTIONS(778), - [aux_sym_pkcs11_provider_token1] = ACTIONS(778), - [aux_sym_port_token1] = ACTIONS(778), - [aux_sym_preferred_authentications_token1] = ACTIONS(778), - [aux_sym_protocol_token1] = ACTIONS(778), - [aux_sym_proxy_command_token1] = ACTIONS(778), - [aux_sym_proxy_jump_token1] = ACTIONS(778), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(778), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(778), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(778), - [aux_sym_pubkey_authentication_token1] = ACTIONS(778), - [aux_sym_rekey_limit_token1] = ACTIONS(778), - [aux_sym_remote_command_token1] = ACTIONS(778), - [aux_sym_remote_forward_token1] = ACTIONS(778), - [aux_sym_request_tty_token1] = ACTIONS(778), - [aux_sym_revoked_host_keys_token1] = ACTIONS(778), - [aux_sym_security_key_provider_token1] = ACTIONS(778), - [aux_sym_send_env_token1] = ACTIONS(778), - [aux_sym_server_alive_count_max_token1] = ACTIONS(778), - [aux_sym_server_alive_interval_token1] = ACTIONS(778), - [aux_sym_session_type_token1] = ACTIONS(778), - [aux_sym_set_env_token1] = ACTIONS(778), - [aux_sym_stdin_null_token1] = ACTIONS(778), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(778), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(778), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(778), - [aux_sym_syslog_facility_token1] = ACTIONS(778), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(778), - [aux_sym_keep_alive_token1] = ACTIONS(778), - [aux_sym_tunnel_token1] = ACTIONS(780), - [aux_sym_tunnel_device_token1] = ACTIONS(778), - [aux_sym_update_host_keys_token1] = ACTIONS(778), - [aux_sym_use_keychain_token1] = ACTIONS(778), - [aux_sym_use_roaming_token1] = ACTIONS(778), - [aux_sym_user_token1] = ACTIONS(780), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(778), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(778), - [aux_sym_visual_host_key_token1] = ACTIONS(778), - [aux_sym_xauth_location_token1] = ACTIONS(778), + [ts_builtin_sym_end] = ACTIONS(711), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(713), + [aux_sym_match_token1] = ACTIONS(711), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(711), + [aux_sym_address_family_token1] = ACTIONS(711), + [aux_sym_batch_mode_token1] = ACTIONS(711), + [aux_sym_bind_address_token1] = ACTIONS(711), + [aux_sym_bind_interface_token1] = ACTIONS(711), + [aux_sym_canonical_domains_token1] = ACTIONS(711), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(711), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(711), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(711), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(711), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(711), + [aux_sym_certificate_file_token1] = ACTIONS(711), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(711), + [aux_sym_check_host_ip_token1] = ACTIONS(711), + [aux_sym_ciphers_token1] = ACTIONS(711), + [aux_sym_cipher_token1] = ACTIONS(713), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(711), + [aux_sym_compression_token1] = ACTIONS(711), + [aux_sym_connection_attempts_token1] = ACTIONS(711), + [aux_sym_connect_timeout_token1] = ACTIONS(711), + [aux_sym_control_master_token1] = ACTIONS(711), + [aux_sym_control_path_token1] = ACTIONS(711), + [aux_sym_control_persist_token1] = ACTIONS(711), + [aux_sym_dynamic_forward_token1] = ACTIONS(711), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(711), + [aux_sym_escape_char_token1] = ACTIONS(711), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(711), + [aux_sym_fingerprint_hash_token1] = ACTIONS(711), + [aux_sym_fork_after_authentication_token1] = ACTIONS(711), + [aux_sym_forward_agent_token1] = ACTIONS(711), + [aux_sym_forward_x11_token1] = ACTIONS(713), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(711), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(711), + [aux_sym_gateway_ports_token1] = ACTIONS(711), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(711), + [aux_sym_gssapi_authentication_token1] = ACTIONS(711), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(711), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(711), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(711), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(711), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(711), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(711), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(711), + [aux_sym_hash_known_hosts_token1] = ACTIONS(711), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(711), + [aux_sym_hostbased_authentication_token1] = ACTIONS(711), + [aux_sym_host_key_algorithms_token1] = ACTIONS(711), + [aux_sym_host_key_alias_token1] = ACTIONS(711), + [aux_sym_hostname_token1] = ACTIONS(711), + [aux_sym_identities_only_token1] = ACTIONS(711), + [aux_sym_identity_agent_token1] = ACTIONS(711), + [aux_sym_identity_file_token1] = ACTIONS(711), + [aux_sym_ignore_unknown_token1] = ACTIONS(711), + [aux_sym_include_token1] = ACTIONS(711), + [aux_sym_ip_qos_token1] = ACTIONS(711), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(711), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(711), + [aux_sym_kex_algorithms_token1] = ACTIONS(711), + [aux_sym_known_hosts_command_token1] = ACTIONS(711), + [aux_sym_local_command_token1] = ACTIONS(711), + [aux_sym_local_forward_token1] = ACTIONS(711), + [aux_sym_log_level_token1] = ACTIONS(711), + [aux_sym_log_verbose_token1] = ACTIONS(711), + [aux_sym_macs_token1] = ACTIONS(711), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(711), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(711), + [aux_sym_password_authentication_token1] = ACTIONS(711), + [aux_sym_permit_local_command_token1] = ACTIONS(711), + [aux_sym_permit_remote_open_token1] = ACTIONS(711), + [aux_sym_pkcs11_provider_token1] = ACTIONS(711), + [aux_sym_port_token1] = ACTIONS(711), + [aux_sym_preferred_authentications_token1] = ACTIONS(711), + [aux_sym_protocol_token1] = ACTIONS(711), + [aux_sym_proxy_command_token1] = ACTIONS(711), + [aux_sym_proxy_jump_token1] = ACTIONS(711), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(711), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(711), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(711), + [aux_sym_pubkey_authentication_token1] = ACTIONS(711), + [aux_sym_rekey_limit_token1] = ACTIONS(711), + [aux_sym_remote_command_token1] = ACTIONS(711), + [aux_sym_remote_forward_token1] = ACTIONS(711), + [aux_sym_request_tty_token1] = ACTIONS(711), + [aux_sym_required_rsa_size_token1] = ACTIONS(711), + [aux_sym_revoked_host_keys_token1] = ACTIONS(711), + [aux_sym_security_key_provider_token1] = ACTIONS(711), + [aux_sym_send_env_token1] = ACTIONS(711), + [aux_sym_server_alive_count_max_token1] = ACTIONS(711), + [aux_sym_server_alive_interval_token1] = ACTIONS(711), + [aux_sym_session_type_token1] = ACTIONS(711), + [aux_sym_set_env_token1] = ACTIONS(711), + [aux_sym_stdin_null_token1] = ACTIONS(711), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(711), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(711), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(711), + [aux_sym_syslog_facility_token1] = ACTIONS(711), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(711), + [aux_sym_keep_alive_token1] = ACTIONS(711), + [aux_sym_tunnel_token1] = ACTIONS(713), + [aux_sym_tunnel_device_token1] = ACTIONS(711), + [aux_sym_update_host_keys_token1] = ACTIONS(711), + [aux_sym_use_keychain_token1] = ACTIONS(711), + [aux_sym_use_roaming_token1] = ACTIONS(711), + [aux_sym_user_token1] = ACTIONS(713), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(711), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(711), + [aux_sym_visual_host_key_token1] = ACTIONS(711), + [aux_sym_xauth_location_token1] = ACTIONS(711), }, [588] = { - [ts_builtin_sym_end] = ACTIONS(1264), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1266), - [aux_sym_match_token1] = ACTIONS(1264), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1264), - [aux_sym_address_family_token1] = ACTIONS(1264), - [aux_sym_batch_mode_token1] = ACTIONS(1264), - [aux_sym_bind_address_token1] = ACTIONS(1264), - [aux_sym_bind_interface_token1] = ACTIONS(1264), - [aux_sym_canonical_domains_token1] = ACTIONS(1264), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1264), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1264), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1264), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1264), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1264), - [aux_sym_certificate_file_token1] = ACTIONS(1264), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1264), - [aux_sym_check_host_ip_token1] = ACTIONS(1264), - [aux_sym_ciphers_token1] = ACTIONS(1264), - [aux_sym_cipher_token1] = ACTIONS(1266), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1264), - [aux_sym_compression_token1] = ACTIONS(1264), - [aux_sym_connection_attempts_token1] = ACTIONS(1264), - [aux_sym_connect_timeout_token1] = ACTIONS(1264), - [aux_sym_control_master_token1] = ACTIONS(1264), - [aux_sym_control_path_token1] = ACTIONS(1264), - [aux_sym_control_persist_token1] = ACTIONS(1264), - [aux_sym_dynamic_forward_token1] = ACTIONS(1264), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1264), - [aux_sym_escape_char_token1] = ACTIONS(1264), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1264), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1264), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1264), - [aux_sym_forward_agent_token1] = ACTIONS(1264), - [aux_sym_forward_x11_token1] = ACTIONS(1266), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1264), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1264), - [aux_sym_gateway_ports_token1] = ACTIONS(1264), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1264), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1264), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1264), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1264), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1264), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1264), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1264), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1264), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1264), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1264), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1264), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1264), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1264), - [aux_sym_host_key_alias_token1] = ACTIONS(1264), - [aux_sym_hostname_token1] = ACTIONS(1264), - [aux_sym_identities_only_token1] = ACTIONS(1264), - [aux_sym_identity_agent_token1] = ACTIONS(1264), - [aux_sym_identity_file_token1] = ACTIONS(1264), - [aux_sym_ignore_unknown_token1] = ACTIONS(1264), - [aux_sym_include_token1] = ACTIONS(1264), - [aux_sym_ip_qos_token1] = ACTIONS(1264), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1264), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1264), - [aux_sym_kex_algorithms_token1] = ACTIONS(1264), - [aux_sym_known_hosts_command_token1] = ACTIONS(1264), - [aux_sym_local_command_token1] = ACTIONS(1264), - [aux_sym_local_forward_token1] = ACTIONS(1264), - [aux_sym_log_level_token1] = ACTIONS(1264), - [aux_sym_log_verbose_token1] = ACTIONS(1264), - [aux_sym_macs_token1] = ACTIONS(1264), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1264), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1264), - [aux_sym_password_authentication_token1] = ACTIONS(1264), - [aux_sym_permit_local_command_token1] = ACTIONS(1264), - [aux_sym_permit_remote_open_token1] = ACTIONS(1264), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1264), - [aux_sym_port_token1] = ACTIONS(1264), - [aux_sym_preferred_authentications_token1] = ACTIONS(1264), - [aux_sym_protocol_token1] = ACTIONS(1264), - [aux_sym_proxy_command_token1] = ACTIONS(1264), - [aux_sym_proxy_jump_token1] = ACTIONS(1264), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1264), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1264), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1264), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1264), - [aux_sym_rekey_limit_token1] = ACTIONS(1264), - [aux_sym_remote_command_token1] = ACTIONS(1264), - [aux_sym_remote_forward_token1] = ACTIONS(1264), - [aux_sym_request_tty_token1] = ACTIONS(1264), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1264), - [aux_sym_security_key_provider_token1] = ACTIONS(1264), - [aux_sym_send_env_token1] = ACTIONS(1264), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1264), - [aux_sym_server_alive_interval_token1] = ACTIONS(1264), - [aux_sym_session_type_token1] = ACTIONS(1264), - [aux_sym_set_env_token1] = ACTIONS(1264), - [aux_sym_stdin_null_token1] = ACTIONS(1264), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1264), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1264), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1264), - [aux_sym_syslog_facility_token1] = ACTIONS(1264), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1264), - [aux_sym_keep_alive_token1] = ACTIONS(1264), - [aux_sym_tunnel_token1] = ACTIONS(1266), - [aux_sym_tunnel_device_token1] = ACTIONS(1264), - [aux_sym_update_host_keys_token1] = ACTIONS(1264), - [aux_sym_use_keychain_token1] = ACTIONS(1264), - [aux_sym_use_roaming_token1] = ACTIONS(1264), - [aux_sym_user_token1] = ACTIONS(1266), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1264), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1264), - [aux_sym_visual_host_key_token1] = ACTIONS(1264), - [aux_sym_xauth_location_token1] = ACTIONS(1264), + [ts_builtin_sym_end] = ACTIONS(717), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(719), + [aux_sym_match_token1] = ACTIONS(717), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(717), + [aux_sym_address_family_token1] = ACTIONS(717), + [aux_sym_batch_mode_token1] = ACTIONS(717), + [aux_sym_bind_address_token1] = ACTIONS(717), + [aux_sym_bind_interface_token1] = ACTIONS(717), + [aux_sym_canonical_domains_token1] = ACTIONS(717), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(717), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(717), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(717), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(717), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(717), + [aux_sym_certificate_file_token1] = ACTIONS(717), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(717), + [aux_sym_check_host_ip_token1] = ACTIONS(717), + [aux_sym_ciphers_token1] = ACTIONS(717), + [aux_sym_cipher_token1] = ACTIONS(719), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(717), + [aux_sym_compression_token1] = ACTIONS(717), + [aux_sym_connection_attempts_token1] = ACTIONS(717), + [aux_sym_connect_timeout_token1] = ACTIONS(717), + [aux_sym_control_master_token1] = ACTIONS(717), + [aux_sym_control_path_token1] = ACTIONS(717), + [aux_sym_control_persist_token1] = ACTIONS(717), + [aux_sym_dynamic_forward_token1] = ACTIONS(717), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(717), + [aux_sym_escape_char_token1] = ACTIONS(717), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(717), + [aux_sym_fingerprint_hash_token1] = ACTIONS(717), + [aux_sym_fork_after_authentication_token1] = ACTIONS(717), + [aux_sym_forward_agent_token1] = ACTIONS(717), + [aux_sym_forward_x11_token1] = ACTIONS(719), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(717), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(717), + [aux_sym_gateway_ports_token1] = ACTIONS(717), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(717), + [aux_sym_gssapi_authentication_token1] = ACTIONS(717), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(717), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(717), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(717), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(717), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(717), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(717), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(717), + [aux_sym_hash_known_hosts_token1] = ACTIONS(717), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(717), + [aux_sym_hostbased_authentication_token1] = ACTIONS(717), + [aux_sym_host_key_algorithms_token1] = ACTIONS(717), + [aux_sym_host_key_alias_token1] = ACTIONS(717), + [aux_sym_hostname_token1] = ACTIONS(717), + [aux_sym_identities_only_token1] = ACTIONS(717), + [aux_sym_identity_agent_token1] = ACTIONS(717), + [aux_sym_identity_file_token1] = ACTIONS(717), + [aux_sym_ignore_unknown_token1] = ACTIONS(717), + [aux_sym_include_token1] = ACTIONS(717), + [aux_sym_ip_qos_token1] = ACTIONS(717), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(717), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(717), + [aux_sym_kex_algorithms_token1] = ACTIONS(717), + [aux_sym_known_hosts_command_token1] = ACTIONS(717), + [aux_sym_local_command_token1] = ACTIONS(717), + [aux_sym_local_forward_token1] = ACTIONS(717), + [aux_sym_log_level_token1] = ACTIONS(717), + [aux_sym_log_verbose_token1] = ACTIONS(717), + [aux_sym_macs_token1] = ACTIONS(717), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(717), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(717), + [aux_sym_password_authentication_token1] = ACTIONS(717), + [aux_sym_permit_local_command_token1] = ACTIONS(717), + [aux_sym_permit_remote_open_token1] = ACTIONS(717), + [aux_sym_pkcs11_provider_token1] = ACTIONS(717), + [aux_sym_port_token1] = ACTIONS(717), + [aux_sym_preferred_authentications_token1] = ACTIONS(717), + [aux_sym_protocol_token1] = ACTIONS(717), + [aux_sym_proxy_command_token1] = ACTIONS(717), + [aux_sym_proxy_jump_token1] = ACTIONS(717), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(717), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(717), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(717), + [aux_sym_pubkey_authentication_token1] = ACTIONS(717), + [aux_sym_rekey_limit_token1] = ACTIONS(717), + [aux_sym_remote_command_token1] = ACTIONS(717), + [aux_sym_remote_forward_token1] = ACTIONS(717), + [aux_sym_request_tty_token1] = ACTIONS(717), + [aux_sym_required_rsa_size_token1] = ACTIONS(717), + [aux_sym_revoked_host_keys_token1] = ACTIONS(717), + [aux_sym_security_key_provider_token1] = ACTIONS(717), + [aux_sym_send_env_token1] = ACTIONS(717), + [aux_sym_server_alive_count_max_token1] = ACTIONS(717), + [aux_sym_server_alive_interval_token1] = ACTIONS(717), + [aux_sym_session_type_token1] = ACTIONS(717), + [aux_sym_set_env_token1] = ACTIONS(717), + [aux_sym_stdin_null_token1] = ACTIONS(717), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(717), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(717), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(717), + [aux_sym_syslog_facility_token1] = ACTIONS(717), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(717), + [aux_sym_keep_alive_token1] = ACTIONS(717), + [aux_sym_tunnel_token1] = ACTIONS(719), + [aux_sym_tunnel_device_token1] = ACTIONS(717), + [aux_sym_update_host_keys_token1] = ACTIONS(717), + [aux_sym_use_keychain_token1] = ACTIONS(717), + [aux_sym_use_roaming_token1] = ACTIONS(717), + [aux_sym_user_token1] = ACTIONS(719), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(717), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(717), + [aux_sym_visual_host_key_token1] = ACTIONS(717), + [aux_sym_xauth_location_token1] = ACTIONS(717), }, [589] = { - [ts_builtin_sym_end] = ACTIONS(1054), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1056), - [aux_sym_match_token1] = ACTIONS(1054), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1054), - [aux_sym_address_family_token1] = ACTIONS(1054), - [aux_sym_batch_mode_token1] = ACTIONS(1054), - [aux_sym_bind_address_token1] = ACTIONS(1054), - [aux_sym_bind_interface_token1] = ACTIONS(1054), - [aux_sym_canonical_domains_token1] = ACTIONS(1054), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1054), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1054), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1054), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1054), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1054), - [aux_sym_certificate_file_token1] = ACTIONS(1054), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1054), - [aux_sym_check_host_ip_token1] = ACTIONS(1054), - [aux_sym_ciphers_token1] = ACTIONS(1054), - [aux_sym_cipher_token1] = ACTIONS(1056), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1054), - [aux_sym_compression_token1] = ACTIONS(1054), - [aux_sym_connection_attempts_token1] = ACTIONS(1054), - [aux_sym_connect_timeout_token1] = ACTIONS(1054), - [aux_sym_control_master_token1] = ACTIONS(1054), - [aux_sym_control_path_token1] = ACTIONS(1054), - [aux_sym_control_persist_token1] = ACTIONS(1054), - [aux_sym_dynamic_forward_token1] = ACTIONS(1054), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1054), - [aux_sym_escape_char_token1] = ACTIONS(1054), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1054), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1054), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1054), - [aux_sym_forward_agent_token1] = ACTIONS(1054), - [aux_sym_forward_x11_token1] = ACTIONS(1056), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1054), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1054), - [aux_sym_gateway_ports_token1] = ACTIONS(1054), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1054), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1054), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1054), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1054), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1054), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1054), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1054), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1054), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1054), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1054), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1054), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1054), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1054), - [aux_sym_host_key_alias_token1] = ACTIONS(1054), - [aux_sym_hostname_token1] = ACTIONS(1054), - [aux_sym_identities_only_token1] = ACTIONS(1054), - [aux_sym_identity_agent_token1] = ACTIONS(1054), - [aux_sym_identity_file_token1] = ACTIONS(1054), - [aux_sym_ignore_unknown_token1] = ACTIONS(1054), - [aux_sym_include_token1] = ACTIONS(1054), - [aux_sym_ip_qos_token1] = ACTIONS(1054), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1054), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1054), - [aux_sym_kex_algorithms_token1] = ACTIONS(1054), - [aux_sym_known_hosts_command_token1] = ACTIONS(1054), - [aux_sym_local_command_token1] = ACTIONS(1054), - [aux_sym_local_forward_token1] = ACTIONS(1054), - [aux_sym_log_level_token1] = ACTIONS(1054), - [aux_sym_log_verbose_token1] = ACTIONS(1054), - [aux_sym_macs_token1] = ACTIONS(1054), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1054), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1054), - [aux_sym_password_authentication_token1] = ACTIONS(1054), - [aux_sym_permit_local_command_token1] = ACTIONS(1054), - [aux_sym_permit_remote_open_token1] = ACTIONS(1054), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1054), - [aux_sym_port_token1] = ACTIONS(1054), - [aux_sym_preferred_authentications_token1] = ACTIONS(1054), - [aux_sym_protocol_token1] = ACTIONS(1054), - [aux_sym_proxy_command_token1] = ACTIONS(1054), - [aux_sym_proxy_jump_token1] = ACTIONS(1054), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1054), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1054), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1054), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1054), - [aux_sym_rekey_limit_token1] = ACTIONS(1054), - [aux_sym_remote_command_token1] = ACTIONS(1054), - [aux_sym_remote_forward_token1] = ACTIONS(1054), - [aux_sym_request_tty_token1] = ACTIONS(1054), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1054), - [aux_sym_security_key_provider_token1] = ACTIONS(1054), - [aux_sym_send_env_token1] = ACTIONS(1054), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1054), - [aux_sym_server_alive_interval_token1] = ACTIONS(1054), - [aux_sym_session_type_token1] = ACTIONS(1054), - [aux_sym_set_env_token1] = ACTIONS(1054), - [aux_sym_stdin_null_token1] = ACTIONS(1054), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1054), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1054), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1054), - [aux_sym_syslog_facility_token1] = ACTIONS(1054), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1054), - [aux_sym_keep_alive_token1] = ACTIONS(1054), - [aux_sym_tunnel_token1] = ACTIONS(1056), - [aux_sym_tunnel_device_token1] = ACTIONS(1054), - [aux_sym_update_host_keys_token1] = ACTIONS(1054), - [aux_sym_use_keychain_token1] = ACTIONS(1054), - [aux_sym_use_roaming_token1] = ACTIONS(1054), - [aux_sym_user_token1] = ACTIONS(1056), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1054), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1054), - [aux_sym_visual_host_key_token1] = ACTIONS(1054), - [aux_sym_xauth_location_token1] = ACTIONS(1054), + [ts_builtin_sym_end] = ACTIONS(723), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(725), + [aux_sym_match_token1] = ACTIONS(723), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(723), + [aux_sym_address_family_token1] = ACTIONS(723), + [aux_sym_batch_mode_token1] = ACTIONS(723), + [aux_sym_bind_address_token1] = ACTIONS(723), + [aux_sym_bind_interface_token1] = ACTIONS(723), + [aux_sym_canonical_domains_token1] = ACTIONS(723), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(723), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(723), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(723), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(723), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(723), + [aux_sym_certificate_file_token1] = ACTIONS(723), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(723), + [aux_sym_check_host_ip_token1] = ACTIONS(723), + [aux_sym_ciphers_token1] = ACTIONS(723), + [aux_sym_cipher_token1] = ACTIONS(725), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(723), + [aux_sym_compression_token1] = ACTIONS(723), + [aux_sym_connection_attempts_token1] = ACTIONS(723), + [aux_sym_connect_timeout_token1] = ACTIONS(723), + [aux_sym_control_master_token1] = ACTIONS(723), + [aux_sym_control_path_token1] = ACTIONS(723), + [aux_sym_control_persist_token1] = ACTIONS(723), + [aux_sym_dynamic_forward_token1] = ACTIONS(723), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(723), + [aux_sym_escape_char_token1] = ACTIONS(723), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(723), + [aux_sym_fingerprint_hash_token1] = ACTIONS(723), + [aux_sym_fork_after_authentication_token1] = ACTIONS(723), + [aux_sym_forward_agent_token1] = ACTIONS(723), + [aux_sym_forward_x11_token1] = ACTIONS(725), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(723), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(723), + [aux_sym_gateway_ports_token1] = ACTIONS(723), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(723), + [aux_sym_gssapi_authentication_token1] = ACTIONS(723), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(723), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(723), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(723), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(723), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(723), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(723), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(723), + [aux_sym_hash_known_hosts_token1] = ACTIONS(723), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(723), + [aux_sym_hostbased_authentication_token1] = ACTIONS(723), + [aux_sym_host_key_algorithms_token1] = ACTIONS(723), + [aux_sym_host_key_alias_token1] = ACTIONS(723), + [aux_sym_hostname_token1] = ACTIONS(723), + [aux_sym_identities_only_token1] = ACTIONS(723), + [aux_sym_identity_agent_token1] = ACTIONS(723), + [aux_sym_identity_file_token1] = ACTIONS(723), + [aux_sym_ignore_unknown_token1] = ACTIONS(723), + [aux_sym_include_token1] = ACTIONS(723), + [aux_sym_ip_qos_token1] = ACTIONS(723), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(723), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(723), + [aux_sym_kex_algorithms_token1] = ACTIONS(723), + [aux_sym_known_hosts_command_token1] = ACTIONS(723), + [aux_sym_local_command_token1] = ACTIONS(723), + [aux_sym_local_forward_token1] = ACTIONS(723), + [aux_sym_log_level_token1] = ACTIONS(723), + [aux_sym_log_verbose_token1] = ACTIONS(723), + [aux_sym_macs_token1] = ACTIONS(723), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(723), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(723), + [aux_sym_password_authentication_token1] = ACTIONS(723), + [aux_sym_permit_local_command_token1] = ACTIONS(723), + [aux_sym_permit_remote_open_token1] = ACTIONS(723), + [aux_sym_pkcs11_provider_token1] = ACTIONS(723), + [aux_sym_port_token1] = ACTIONS(723), + [aux_sym_preferred_authentications_token1] = ACTIONS(723), + [aux_sym_protocol_token1] = ACTIONS(723), + [aux_sym_proxy_command_token1] = ACTIONS(723), + [aux_sym_proxy_jump_token1] = ACTIONS(723), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(723), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(723), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(723), + [aux_sym_pubkey_authentication_token1] = ACTIONS(723), + [aux_sym_rekey_limit_token1] = ACTIONS(723), + [aux_sym_remote_command_token1] = ACTIONS(723), + [aux_sym_remote_forward_token1] = ACTIONS(723), + [aux_sym_request_tty_token1] = ACTIONS(723), + [aux_sym_required_rsa_size_token1] = ACTIONS(723), + [aux_sym_revoked_host_keys_token1] = ACTIONS(723), + [aux_sym_security_key_provider_token1] = ACTIONS(723), + [aux_sym_send_env_token1] = ACTIONS(723), + [aux_sym_server_alive_count_max_token1] = ACTIONS(723), + [aux_sym_server_alive_interval_token1] = ACTIONS(723), + [aux_sym_session_type_token1] = ACTIONS(723), + [aux_sym_set_env_token1] = ACTIONS(723), + [aux_sym_stdin_null_token1] = ACTIONS(723), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(723), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(723), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(723), + [aux_sym_syslog_facility_token1] = ACTIONS(723), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(723), + [aux_sym_keep_alive_token1] = ACTIONS(723), + [aux_sym_tunnel_token1] = ACTIONS(725), + [aux_sym_tunnel_device_token1] = ACTIONS(723), + [aux_sym_update_host_keys_token1] = ACTIONS(723), + [aux_sym_use_keychain_token1] = ACTIONS(723), + [aux_sym_use_roaming_token1] = ACTIONS(723), + [aux_sym_user_token1] = ACTIONS(725), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(723), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(723), + [aux_sym_visual_host_key_token1] = ACTIONS(723), + [aux_sym_xauth_location_token1] = ACTIONS(723), }, [590] = { - [ts_builtin_sym_end] = ACTIONS(3306), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3308), - [aux_sym_match_token1] = ACTIONS(3306), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3306), - [aux_sym_address_family_token1] = ACTIONS(3306), - [aux_sym_batch_mode_token1] = ACTIONS(3306), - [aux_sym_bind_address_token1] = ACTIONS(3306), - [aux_sym_bind_interface_token1] = ACTIONS(3306), - [aux_sym_canonical_domains_token1] = ACTIONS(3306), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3306), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3306), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3306), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3306), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3306), - [aux_sym_certificate_file_token1] = ACTIONS(3306), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3306), - [aux_sym_check_host_ip_token1] = ACTIONS(3306), - [aux_sym_ciphers_token1] = ACTIONS(3306), - [aux_sym_cipher_token1] = ACTIONS(3308), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3306), - [aux_sym_compression_token1] = ACTIONS(3306), - [aux_sym_connection_attempts_token1] = ACTIONS(3306), - [aux_sym_connect_timeout_token1] = ACTIONS(3306), - [aux_sym_control_master_token1] = ACTIONS(3306), - [aux_sym_control_path_token1] = ACTIONS(3306), - [aux_sym_control_persist_token1] = ACTIONS(3306), - [aux_sym_dynamic_forward_token1] = ACTIONS(3306), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3306), - [aux_sym_escape_char_token1] = ACTIONS(3306), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3306), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3306), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3306), - [aux_sym_forward_agent_token1] = ACTIONS(3306), - [aux_sym_forward_x11_token1] = ACTIONS(3308), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3306), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3306), - [aux_sym_gateway_ports_token1] = ACTIONS(3306), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3306), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3306), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3306), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3306), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3306), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3306), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3306), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3306), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3306), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3306), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3306), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3306), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3306), - [aux_sym_host_key_alias_token1] = ACTIONS(3306), - [aux_sym_hostname_token1] = ACTIONS(3306), - [aux_sym_identities_only_token1] = ACTIONS(3306), - [aux_sym_identity_agent_token1] = ACTIONS(3306), - [aux_sym_identity_file_token1] = ACTIONS(3306), - [aux_sym_ignore_unknown_token1] = ACTIONS(3306), - [aux_sym_include_token1] = ACTIONS(3306), - [aux_sym_ip_qos_token1] = ACTIONS(3306), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3306), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3306), - [aux_sym_kex_algorithms_token1] = ACTIONS(3306), - [aux_sym_known_hosts_command_token1] = ACTIONS(3306), - [aux_sym_local_command_token1] = ACTIONS(3306), - [aux_sym_local_forward_token1] = ACTIONS(3306), - [aux_sym_log_level_token1] = ACTIONS(3306), - [aux_sym_log_verbose_token1] = ACTIONS(3306), - [aux_sym_macs_token1] = ACTIONS(3306), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3306), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3306), - [aux_sym_password_authentication_token1] = ACTIONS(3306), - [aux_sym_permit_local_command_token1] = ACTIONS(3306), - [aux_sym_permit_remote_open_token1] = ACTIONS(3306), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3306), - [aux_sym_port_token1] = ACTIONS(3306), - [aux_sym_preferred_authentications_token1] = ACTIONS(3306), - [aux_sym_protocol_token1] = ACTIONS(3306), - [aux_sym_proxy_command_token1] = ACTIONS(3306), - [aux_sym_proxy_jump_token1] = ACTIONS(3306), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3306), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3306), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3306), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3306), - [aux_sym_rekey_limit_token1] = ACTIONS(3306), - [aux_sym_remote_command_token1] = ACTIONS(3306), - [aux_sym_remote_forward_token1] = ACTIONS(3306), - [aux_sym_request_tty_token1] = ACTIONS(3306), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3306), - [aux_sym_security_key_provider_token1] = ACTIONS(3306), - [aux_sym_send_env_token1] = ACTIONS(3306), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3306), - [aux_sym_server_alive_interval_token1] = ACTIONS(3306), - [aux_sym_session_type_token1] = ACTIONS(3306), - [aux_sym_set_env_token1] = ACTIONS(3306), - [aux_sym_stdin_null_token1] = ACTIONS(3306), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3306), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3306), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3306), - [aux_sym_syslog_facility_token1] = ACTIONS(3306), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3306), - [aux_sym_keep_alive_token1] = ACTIONS(3306), - [aux_sym_tunnel_token1] = ACTIONS(3308), - [aux_sym_tunnel_device_token1] = ACTIONS(3306), - [aux_sym_update_host_keys_token1] = ACTIONS(3306), - [aux_sym_use_keychain_token1] = ACTIONS(3306), - [aux_sym_use_roaming_token1] = ACTIONS(3306), - [aux_sym_user_token1] = ACTIONS(3308), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3306), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3306), - [aux_sym_visual_host_key_token1] = ACTIONS(3306), - [aux_sym_xauth_location_token1] = ACTIONS(3306), + [ts_builtin_sym_end] = ACTIONS(729), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(731), + [aux_sym_match_token1] = ACTIONS(729), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(729), + [aux_sym_address_family_token1] = ACTIONS(729), + [aux_sym_batch_mode_token1] = ACTIONS(729), + [aux_sym_bind_address_token1] = ACTIONS(729), + [aux_sym_bind_interface_token1] = ACTIONS(729), + [aux_sym_canonical_domains_token1] = ACTIONS(729), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(729), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(729), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(729), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(729), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(729), + [aux_sym_certificate_file_token1] = ACTIONS(729), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(729), + [aux_sym_check_host_ip_token1] = ACTIONS(729), + [aux_sym_ciphers_token1] = ACTIONS(729), + [aux_sym_cipher_token1] = ACTIONS(731), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(729), + [aux_sym_compression_token1] = ACTIONS(729), + [aux_sym_connection_attempts_token1] = ACTIONS(729), + [aux_sym_connect_timeout_token1] = ACTIONS(729), + [aux_sym_control_master_token1] = ACTIONS(729), + [aux_sym_control_path_token1] = ACTIONS(729), + [aux_sym_control_persist_token1] = ACTIONS(729), + [aux_sym_dynamic_forward_token1] = ACTIONS(729), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(729), + [aux_sym_escape_char_token1] = ACTIONS(729), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(729), + [aux_sym_fingerprint_hash_token1] = ACTIONS(729), + [aux_sym_fork_after_authentication_token1] = ACTIONS(729), + [aux_sym_forward_agent_token1] = ACTIONS(729), + [aux_sym_forward_x11_token1] = ACTIONS(731), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(729), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(729), + [aux_sym_gateway_ports_token1] = ACTIONS(729), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(729), + [aux_sym_gssapi_authentication_token1] = ACTIONS(729), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(729), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(729), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(729), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(729), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(729), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(729), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(729), + [aux_sym_hash_known_hosts_token1] = ACTIONS(729), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(729), + [aux_sym_hostbased_authentication_token1] = ACTIONS(729), + [aux_sym_host_key_algorithms_token1] = ACTIONS(729), + [aux_sym_host_key_alias_token1] = ACTIONS(729), + [aux_sym_hostname_token1] = ACTIONS(729), + [aux_sym_identities_only_token1] = ACTIONS(729), + [aux_sym_identity_agent_token1] = ACTIONS(729), + [aux_sym_identity_file_token1] = ACTIONS(729), + [aux_sym_ignore_unknown_token1] = ACTIONS(729), + [aux_sym_include_token1] = ACTIONS(729), + [aux_sym_ip_qos_token1] = ACTIONS(729), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(729), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(729), + [aux_sym_kex_algorithms_token1] = ACTIONS(729), + [aux_sym_known_hosts_command_token1] = ACTIONS(729), + [aux_sym_local_command_token1] = ACTIONS(729), + [aux_sym_local_forward_token1] = ACTIONS(729), + [aux_sym_log_level_token1] = ACTIONS(729), + [aux_sym_log_verbose_token1] = ACTIONS(729), + [aux_sym_macs_token1] = ACTIONS(729), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(729), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(729), + [aux_sym_password_authentication_token1] = ACTIONS(729), + [aux_sym_permit_local_command_token1] = ACTIONS(729), + [aux_sym_permit_remote_open_token1] = ACTIONS(729), + [aux_sym_pkcs11_provider_token1] = ACTIONS(729), + [aux_sym_port_token1] = ACTIONS(729), + [aux_sym_preferred_authentications_token1] = ACTIONS(729), + [aux_sym_protocol_token1] = ACTIONS(729), + [aux_sym_proxy_command_token1] = ACTIONS(729), + [aux_sym_proxy_jump_token1] = ACTIONS(729), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(729), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(729), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(729), + [aux_sym_pubkey_authentication_token1] = ACTIONS(729), + [aux_sym_rekey_limit_token1] = ACTIONS(729), + [aux_sym_remote_command_token1] = ACTIONS(729), + [aux_sym_remote_forward_token1] = ACTIONS(729), + [aux_sym_request_tty_token1] = ACTIONS(729), + [aux_sym_required_rsa_size_token1] = ACTIONS(729), + [aux_sym_revoked_host_keys_token1] = ACTIONS(729), + [aux_sym_security_key_provider_token1] = ACTIONS(729), + [aux_sym_send_env_token1] = ACTIONS(729), + [aux_sym_server_alive_count_max_token1] = ACTIONS(729), + [aux_sym_server_alive_interval_token1] = ACTIONS(729), + [aux_sym_session_type_token1] = ACTIONS(729), + [aux_sym_set_env_token1] = ACTIONS(729), + [aux_sym_stdin_null_token1] = ACTIONS(729), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(729), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(729), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(729), + [aux_sym_syslog_facility_token1] = ACTIONS(729), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(729), + [aux_sym_keep_alive_token1] = ACTIONS(729), + [aux_sym_tunnel_token1] = ACTIONS(731), + [aux_sym_tunnel_device_token1] = ACTIONS(729), + [aux_sym_update_host_keys_token1] = ACTIONS(729), + [aux_sym_use_keychain_token1] = ACTIONS(729), + [aux_sym_use_roaming_token1] = ACTIONS(729), + [aux_sym_user_token1] = ACTIONS(731), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(729), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(729), + [aux_sym_visual_host_key_token1] = ACTIONS(729), + [aux_sym_xauth_location_token1] = ACTIONS(729), }, [591] = { - [ts_builtin_sym_end] = ACTIONS(3310), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3312), - [aux_sym_match_token1] = ACTIONS(3310), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3310), - [aux_sym_address_family_token1] = ACTIONS(3310), - [aux_sym_batch_mode_token1] = ACTIONS(3310), - [aux_sym_bind_address_token1] = ACTIONS(3310), - [aux_sym_bind_interface_token1] = ACTIONS(3310), - [aux_sym_canonical_domains_token1] = ACTIONS(3310), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3310), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3310), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3310), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3310), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3310), - [aux_sym_certificate_file_token1] = ACTIONS(3310), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3310), - [aux_sym_check_host_ip_token1] = ACTIONS(3310), - [aux_sym_ciphers_token1] = ACTIONS(3310), - [aux_sym_cipher_token1] = ACTIONS(3312), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3310), - [aux_sym_compression_token1] = ACTIONS(3310), - [aux_sym_connection_attempts_token1] = ACTIONS(3310), - [aux_sym_connect_timeout_token1] = ACTIONS(3310), - [aux_sym_control_master_token1] = ACTIONS(3310), - [aux_sym_control_path_token1] = ACTIONS(3310), - [aux_sym_control_persist_token1] = ACTIONS(3310), - [aux_sym_dynamic_forward_token1] = ACTIONS(3310), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3310), - [aux_sym_escape_char_token1] = ACTIONS(3310), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3310), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3310), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3310), - [aux_sym_forward_agent_token1] = ACTIONS(3310), - [aux_sym_forward_x11_token1] = ACTIONS(3312), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3310), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3310), - [aux_sym_gateway_ports_token1] = ACTIONS(3310), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3310), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3310), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3310), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3310), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3310), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3310), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3310), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3310), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3310), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3310), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3310), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3310), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3310), - [aux_sym_host_key_alias_token1] = ACTIONS(3310), - [aux_sym_hostname_token1] = ACTIONS(3310), - [aux_sym_identities_only_token1] = ACTIONS(3310), - [aux_sym_identity_agent_token1] = ACTIONS(3310), - [aux_sym_identity_file_token1] = ACTIONS(3310), - [aux_sym_ignore_unknown_token1] = ACTIONS(3310), - [aux_sym_include_token1] = ACTIONS(3310), - [aux_sym_ip_qos_token1] = ACTIONS(3310), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3310), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3310), - [aux_sym_kex_algorithms_token1] = ACTIONS(3310), - [aux_sym_known_hosts_command_token1] = ACTIONS(3310), - [aux_sym_local_command_token1] = ACTIONS(3310), - [aux_sym_local_forward_token1] = ACTIONS(3310), - [aux_sym_log_level_token1] = ACTIONS(3310), - [aux_sym_log_verbose_token1] = ACTIONS(3310), - [aux_sym_macs_token1] = ACTIONS(3310), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3310), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3310), - [aux_sym_password_authentication_token1] = ACTIONS(3310), - [aux_sym_permit_local_command_token1] = ACTIONS(3310), - [aux_sym_permit_remote_open_token1] = ACTIONS(3310), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3310), - [aux_sym_port_token1] = ACTIONS(3310), - [aux_sym_preferred_authentications_token1] = ACTIONS(3310), - [aux_sym_protocol_token1] = ACTIONS(3310), - [aux_sym_proxy_command_token1] = ACTIONS(3310), - [aux_sym_proxy_jump_token1] = ACTIONS(3310), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3310), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3310), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3310), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3310), - [aux_sym_rekey_limit_token1] = ACTIONS(3310), - [aux_sym_remote_command_token1] = ACTIONS(3310), - [aux_sym_remote_forward_token1] = ACTIONS(3310), - [aux_sym_request_tty_token1] = ACTIONS(3310), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3310), - [aux_sym_security_key_provider_token1] = ACTIONS(3310), - [aux_sym_send_env_token1] = ACTIONS(3310), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3310), - [aux_sym_server_alive_interval_token1] = ACTIONS(3310), - [aux_sym_session_type_token1] = ACTIONS(3310), - [aux_sym_set_env_token1] = ACTIONS(3310), - [aux_sym_stdin_null_token1] = ACTIONS(3310), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3310), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3310), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3310), - [aux_sym_syslog_facility_token1] = ACTIONS(3310), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3310), - [aux_sym_keep_alive_token1] = ACTIONS(3310), - [aux_sym_tunnel_token1] = ACTIONS(3312), - [aux_sym_tunnel_device_token1] = ACTIONS(3310), - [aux_sym_update_host_keys_token1] = ACTIONS(3310), - [aux_sym_use_keychain_token1] = ACTIONS(3310), - [aux_sym_use_roaming_token1] = ACTIONS(3310), - [aux_sym_user_token1] = ACTIONS(3312), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3310), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3310), - [aux_sym_visual_host_key_token1] = ACTIONS(3310), - [aux_sym_xauth_location_token1] = ACTIONS(3310), + [ts_builtin_sym_end] = ACTIONS(735), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(737), + [aux_sym_match_token1] = ACTIONS(735), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(735), + [aux_sym_address_family_token1] = ACTIONS(735), + [aux_sym_batch_mode_token1] = ACTIONS(735), + [aux_sym_bind_address_token1] = ACTIONS(735), + [aux_sym_bind_interface_token1] = ACTIONS(735), + [aux_sym_canonical_domains_token1] = ACTIONS(735), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(735), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(735), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(735), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(735), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(735), + [aux_sym_certificate_file_token1] = ACTIONS(735), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(735), + [aux_sym_check_host_ip_token1] = ACTIONS(735), + [aux_sym_ciphers_token1] = ACTIONS(735), + [aux_sym_cipher_token1] = ACTIONS(737), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(735), + [aux_sym_compression_token1] = ACTIONS(735), + [aux_sym_connection_attempts_token1] = ACTIONS(735), + [aux_sym_connect_timeout_token1] = ACTIONS(735), + [aux_sym_control_master_token1] = ACTIONS(735), + [aux_sym_control_path_token1] = ACTIONS(735), + [aux_sym_control_persist_token1] = ACTIONS(735), + [aux_sym_dynamic_forward_token1] = ACTIONS(735), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(735), + [aux_sym_escape_char_token1] = ACTIONS(735), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(735), + [aux_sym_fingerprint_hash_token1] = ACTIONS(735), + [aux_sym_fork_after_authentication_token1] = ACTIONS(735), + [aux_sym_forward_agent_token1] = ACTIONS(735), + [aux_sym_forward_x11_token1] = ACTIONS(737), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(735), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(735), + [aux_sym_gateway_ports_token1] = ACTIONS(735), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(735), + [aux_sym_gssapi_authentication_token1] = ACTIONS(735), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(735), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(735), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(735), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(735), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(735), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(735), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(735), + [aux_sym_hash_known_hosts_token1] = ACTIONS(735), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(735), + [aux_sym_hostbased_authentication_token1] = ACTIONS(735), + [aux_sym_host_key_algorithms_token1] = ACTIONS(735), + [aux_sym_host_key_alias_token1] = ACTIONS(735), + [aux_sym_hostname_token1] = ACTIONS(735), + [aux_sym_identities_only_token1] = ACTIONS(735), + [aux_sym_identity_agent_token1] = ACTIONS(735), + [aux_sym_identity_file_token1] = ACTIONS(735), + [aux_sym_ignore_unknown_token1] = ACTIONS(735), + [aux_sym_include_token1] = ACTIONS(735), + [aux_sym_ip_qos_token1] = ACTIONS(735), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(735), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(735), + [aux_sym_kex_algorithms_token1] = ACTIONS(735), + [aux_sym_known_hosts_command_token1] = ACTIONS(735), + [aux_sym_local_command_token1] = ACTIONS(735), + [aux_sym_local_forward_token1] = ACTIONS(735), + [aux_sym_log_level_token1] = ACTIONS(735), + [aux_sym_log_verbose_token1] = ACTIONS(735), + [aux_sym_macs_token1] = ACTIONS(735), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(735), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(735), + [aux_sym_password_authentication_token1] = ACTIONS(735), + [aux_sym_permit_local_command_token1] = ACTIONS(735), + [aux_sym_permit_remote_open_token1] = ACTIONS(735), + [aux_sym_pkcs11_provider_token1] = ACTIONS(735), + [aux_sym_port_token1] = ACTIONS(735), + [aux_sym_preferred_authentications_token1] = ACTIONS(735), + [aux_sym_protocol_token1] = ACTIONS(735), + [aux_sym_proxy_command_token1] = ACTIONS(735), + [aux_sym_proxy_jump_token1] = ACTIONS(735), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(735), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(735), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(735), + [aux_sym_pubkey_authentication_token1] = ACTIONS(735), + [aux_sym_rekey_limit_token1] = ACTIONS(735), + [aux_sym_remote_command_token1] = ACTIONS(735), + [aux_sym_remote_forward_token1] = ACTIONS(735), + [aux_sym_request_tty_token1] = ACTIONS(735), + [aux_sym_required_rsa_size_token1] = ACTIONS(735), + [aux_sym_revoked_host_keys_token1] = ACTIONS(735), + [aux_sym_security_key_provider_token1] = ACTIONS(735), + [aux_sym_send_env_token1] = ACTIONS(735), + [aux_sym_server_alive_count_max_token1] = ACTIONS(735), + [aux_sym_server_alive_interval_token1] = ACTIONS(735), + [aux_sym_session_type_token1] = ACTIONS(735), + [aux_sym_set_env_token1] = ACTIONS(735), + [aux_sym_stdin_null_token1] = ACTIONS(735), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(735), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(735), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(735), + [aux_sym_syslog_facility_token1] = ACTIONS(735), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(735), + [aux_sym_keep_alive_token1] = ACTIONS(735), + [aux_sym_tunnel_token1] = ACTIONS(737), + [aux_sym_tunnel_device_token1] = ACTIONS(735), + [aux_sym_update_host_keys_token1] = ACTIONS(735), + [aux_sym_use_keychain_token1] = ACTIONS(735), + [aux_sym_use_roaming_token1] = ACTIONS(735), + [aux_sym_user_token1] = ACTIONS(737), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(735), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(735), + [aux_sym_visual_host_key_token1] = ACTIONS(735), + [aux_sym_xauth_location_token1] = ACTIONS(735), }, [592] = { - [ts_builtin_sym_end] = ACTIONS(3314), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3316), - [aux_sym_match_token1] = ACTIONS(3314), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3314), - [aux_sym_address_family_token1] = ACTIONS(3314), - [aux_sym_batch_mode_token1] = ACTIONS(3314), - [aux_sym_bind_address_token1] = ACTIONS(3314), - [aux_sym_bind_interface_token1] = ACTIONS(3314), - [aux_sym_canonical_domains_token1] = ACTIONS(3314), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3314), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3314), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3314), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3314), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3314), - [aux_sym_certificate_file_token1] = ACTIONS(3314), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3314), - [aux_sym_check_host_ip_token1] = ACTIONS(3314), - [aux_sym_ciphers_token1] = ACTIONS(3314), - [aux_sym_cipher_token1] = ACTIONS(3316), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3314), - [aux_sym_compression_token1] = ACTIONS(3314), - [aux_sym_connection_attempts_token1] = ACTIONS(3314), - [aux_sym_connect_timeout_token1] = ACTIONS(3314), - [aux_sym_control_master_token1] = ACTIONS(3314), - [aux_sym_control_path_token1] = ACTIONS(3314), - [aux_sym_control_persist_token1] = ACTIONS(3314), - [aux_sym_dynamic_forward_token1] = ACTIONS(3314), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3314), - [aux_sym_escape_char_token1] = ACTIONS(3314), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3314), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3314), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3314), - [aux_sym_forward_agent_token1] = ACTIONS(3314), - [aux_sym_forward_x11_token1] = ACTIONS(3316), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3314), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3314), - [aux_sym_gateway_ports_token1] = ACTIONS(3314), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3314), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3314), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3314), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3314), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3314), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3314), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3314), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3314), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3314), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3314), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3314), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3314), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3314), - [aux_sym_host_key_alias_token1] = ACTIONS(3314), - [aux_sym_hostname_token1] = ACTIONS(3314), - [aux_sym_identities_only_token1] = ACTIONS(3314), - [aux_sym_identity_agent_token1] = ACTIONS(3314), - [aux_sym_identity_file_token1] = ACTIONS(3314), - [aux_sym_ignore_unknown_token1] = ACTIONS(3314), - [aux_sym_include_token1] = ACTIONS(3314), - [aux_sym_ip_qos_token1] = ACTIONS(3314), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3314), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3314), - [aux_sym_kex_algorithms_token1] = ACTIONS(3314), - [aux_sym_known_hosts_command_token1] = ACTIONS(3314), - [aux_sym_local_command_token1] = ACTIONS(3314), - [aux_sym_local_forward_token1] = ACTIONS(3314), - [aux_sym_log_level_token1] = ACTIONS(3314), - [aux_sym_log_verbose_token1] = ACTIONS(3314), - [aux_sym_macs_token1] = ACTIONS(3314), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3314), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3314), - [aux_sym_password_authentication_token1] = ACTIONS(3314), - [aux_sym_permit_local_command_token1] = ACTIONS(3314), - [aux_sym_permit_remote_open_token1] = ACTIONS(3314), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3314), - [aux_sym_port_token1] = ACTIONS(3314), - [aux_sym_preferred_authentications_token1] = ACTIONS(3314), - [aux_sym_protocol_token1] = ACTIONS(3314), - [aux_sym_proxy_command_token1] = ACTIONS(3314), - [aux_sym_proxy_jump_token1] = ACTIONS(3314), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3314), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3314), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3314), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3314), - [aux_sym_rekey_limit_token1] = ACTIONS(3314), - [aux_sym_remote_command_token1] = ACTIONS(3314), - [aux_sym_remote_forward_token1] = ACTIONS(3314), - [aux_sym_request_tty_token1] = ACTIONS(3314), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3314), - [aux_sym_security_key_provider_token1] = ACTIONS(3314), - [aux_sym_send_env_token1] = ACTIONS(3314), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3314), - [aux_sym_server_alive_interval_token1] = ACTIONS(3314), - [aux_sym_session_type_token1] = ACTIONS(3314), - [aux_sym_set_env_token1] = ACTIONS(3314), - [aux_sym_stdin_null_token1] = ACTIONS(3314), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3314), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3314), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3314), - [aux_sym_syslog_facility_token1] = ACTIONS(3314), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3314), - [aux_sym_keep_alive_token1] = ACTIONS(3314), - [aux_sym_tunnel_token1] = ACTIONS(3316), - [aux_sym_tunnel_device_token1] = ACTIONS(3314), - [aux_sym_update_host_keys_token1] = ACTIONS(3314), - [aux_sym_use_keychain_token1] = ACTIONS(3314), - [aux_sym_use_roaming_token1] = ACTIONS(3314), - [aux_sym_user_token1] = ACTIONS(3316), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3314), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3314), - [aux_sym_visual_host_key_token1] = ACTIONS(3314), - [aux_sym_xauth_location_token1] = ACTIONS(3314), + [ts_builtin_sym_end] = ACTIONS(741), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(743), + [aux_sym_match_token1] = ACTIONS(741), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(741), + [aux_sym_address_family_token1] = ACTIONS(741), + [aux_sym_batch_mode_token1] = ACTIONS(741), + [aux_sym_bind_address_token1] = ACTIONS(741), + [aux_sym_bind_interface_token1] = ACTIONS(741), + [aux_sym_canonical_domains_token1] = ACTIONS(741), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(741), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(741), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(741), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(741), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(741), + [aux_sym_certificate_file_token1] = ACTIONS(741), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(741), + [aux_sym_check_host_ip_token1] = ACTIONS(741), + [aux_sym_ciphers_token1] = ACTIONS(741), + [aux_sym_cipher_token1] = ACTIONS(743), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(741), + [aux_sym_compression_token1] = ACTIONS(741), + [aux_sym_connection_attempts_token1] = ACTIONS(741), + [aux_sym_connect_timeout_token1] = ACTIONS(741), + [aux_sym_control_master_token1] = ACTIONS(741), + [aux_sym_control_path_token1] = ACTIONS(741), + [aux_sym_control_persist_token1] = ACTIONS(741), + [aux_sym_dynamic_forward_token1] = ACTIONS(741), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(741), + [aux_sym_escape_char_token1] = ACTIONS(741), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(741), + [aux_sym_fingerprint_hash_token1] = ACTIONS(741), + [aux_sym_fork_after_authentication_token1] = ACTIONS(741), + [aux_sym_forward_agent_token1] = ACTIONS(741), + [aux_sym_forward_x11_token1] = ACTIONS(743), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(741), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(741), + [aux_sym_gateway_ports_token1] = ACTIONS(741), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(741), + [aux_sym_gssapi_authentication_token1] = ACTIONS(741), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(741), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(741), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(741), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(741), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(741), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(741), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(741), + [aux_sym_hash_known_hosts_token1] = ACTIONS(741), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(741), + [aux_sym_hostbased_authentication_token1] = ACTIONS(741), + [aux_sym_host_key_algorithms_token1] = ACTIONS(741), + [aux_sym_host_key_alias_token1] = ACTIONS(741), + [aux_sym_hostname_token1] = ACTIONS(741), + [aux_sym_identities_only_token1] = ACTIONS(741), + [aux_sym_identity_agent_token1] = ACTIONS(741), + [aux_sym_identity_file_token1] = ACTIONS(741), + [aux_sym_ignore_unknown_token1] = ACTIONS(741), + [aux_sym_include_token1] = ACTIONS(741), + [aux_sym_ip_qos_token1] = ACTIONS(741), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(741), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(741), + [aux_sym_kex_algorithms_token1] = ACTIONS(741), + [aux_sym_known_hosts_command_token1] = ACTIONS(741), + [aux_sym_local_command_token1] = ACTIONS(741), + [aux_sym_local_forward_token1] = ACTIONS(741), + [aux_sym_log_level_token1] = ACTIONS(741), + [aux_sym_log_verbose_token1] = ACTIONS(741), + [aux_sym_macs_token1] = ACTIONS(741), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(741), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(741), + [aux_sym_password_authentication_token1] = ACTIONS(741), + [aux_sym_permit_local_command_token1] = ACTIONS(741), + [aux_sym_permit_remote_open_token1] = ACTIONS(741), + [aux_sym_pkcs11_provider_token1] = ACTIONS(741), + [aux_sym_port_token1] = ACTIONS(741), + [aux_sym_preferred_authentications_token1] = ACTIONS(741), + [aux_sym_protocol_token1] = ACTIONS(741), + [aux_sym_proxy_command_token1] = ACTIONS(741), + [aux_sym_proxy_jump_token1] = ACTIONS(741), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(741), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(741), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(741), + [aux_sym_pubkey_authentication_token1] = ACTIONS(741), + [aux_sym_rekey_limit_token1] = ACTIONS(741), + [aux_sym_remote_command_token1] = ACTIONS(741), + [aux_sym_remote_forward_token1] = ACTIONS(741), + [aux_sym_request_tty_token1] = ACTIONS(741), + [aux_sym_required_rsa_size_token1] = ACTIONS(741), + [aux_sym_revoked_host_keys_token1] = ACTIONS(741), + [aux_sym_security_key_provider_token1] = ACTIONS(741), + [aux_sym_send_env_token1] = ACTIONS(741), + [aux_sym_server_alive_count_max_token1] = ACTIONS(741), + [aux_sym_server_alive_interval_token1] = ACTIONS(741), + [aux_sym_session_type_token1] = ACTIONS(741), + [aux_sym_set_env_token1] = ACTIONS(741), + [aux_sym_stdin_null_token1] = ACTIONS(741), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(741), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(741), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(741), + [aux_sym_syslog_facility_token1] = ACTIONS(741), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(741), + [aux_sym_keep_alive_token1] = ACTIONS(741), + [aux_sym_tunnel_token1] = ACTIONS(743), + [aux_sym_tunnel_device_token1] = ACTIONS(741), + [aux_sym_update_host_keys_token1] = ACTIONS(741), + [aux_sym_use_keychain_token1] = ACTIONS(741), + [aux_sym_use_roaming_token1] = ACTIONS(741), + [aux_sym_user_token1] = ACTIONS(743), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(741), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(741), + [aux_sym_visual_host_key_token1] = ACTIONS(741), + [aux_sym_xauth_location_token1] = ACTIONS(741), }, [593] = { - [ts_builtin_sym_end] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1560), - [aux_sym_match_token1] = ACTIONS(1558), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1558), - [aux_sym_address_family_token1] = ACTIONS(1558), - [aux_sym_batch_mode_token1] = ACTIONS(1558), - [aux_sym_bind_address_token1] = ACTIONS(1558), - [aux_sym_bind_interface_token1] = ACTIONS(1558), - [aux_sym_canonical_domains_token1] = ACTIONS(1558), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1558), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1558), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1558), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1558), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1558), - [aux_sym_certificate_file_token1] = ACTIONS(1558), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1558), - [aux_sym_check_host_ip_token1] = ACTIONS(1558), - [aux_sym_ciphers_token1] = ACTIONS(1558), - [aux_sym_cipher_token1] = ACTIONS(1560), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1558), - [aux_sym_compression_token1] = ACTIONS(1558), - [aux_sym_connection_attempts_token1] = ACTIONS(1558), - [aux_sym_connect_timeout_token1] = ACTIONS(1558), - [aux_sym_control_master_token1] = ACTIONS(1558), - [aux_sym_control_path_token1] = ACTIONS(1558), - [aux_sym_control_persist_token1] = ACTIONS(1558), - [aux_sym_dynamic_forward_token1] = ACTIONS(1558), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1558), - [aux_sym_escape_char_token1] = ACTIONS(1558), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1558), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1558), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1558), - [aux_sym_forward_agent_token1] = ACTIONS(1558), - [aux_sym_forward_x11_token1] = ACTIONS(1560), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1558), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1558), - [aux_sym_gateway_ports_token1] = ACTIONS(1558), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1558), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1558), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1558), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1558), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1558), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1558), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1558), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1558), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1558), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1558), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1558), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1558), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1558), - [aux_sym_host_key_alias_token1] = ACTIONS(1558), - [aux_sym_hostname_token1] = ACTIONS(1558), - [aux_sym_identities_only_token1] = ACTIONS(1558), - [aux_sym_identity_agent_token1] = ACTIONS(1558), - [aux_sym_identity_file_token1] = ACTIONS(1558), - [aux_sym_ignore_unknown_token1] = ACTIONS(1558), - [aux_sym_include_token1] = ACTIONS(1558), - [aux_sym_ip_qos_token1] = ACTIONS(1558), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1558), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1558), - [aux_sym_kex_algorithms_token1] = ACTIONS(1558), - [aux_sym_known_hosts_command_token1] = ACTIONS(1558), - [aux_sym_local_command_token1] = ACTIONS(1558), - [aux_sym_local_forward_token1] = ACTIONS(1558), - [aux_sym_log_level_token1] = ACTIONS(1558), - [aux_sym_log_verbose_token1] = ACTIONS(1558), - [aux_sym_macs_token1] = ACTIONS(1558), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1558), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1558), - [aux_sym_password_authentication_token1] = ACTIONS(1558), - [aux_sym_permit_local_command_token1] = ACTIONS(1558), - [aux_sym_permit_remote_open_token1] = ACTIONS(1558), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1558), - [aux_sym_port_token1] = ACTIONS(1558), - [aux_sym_preferred_authentications_token1] = ACTIONS(1558), - [aux_sym_protocol_token1] = ACTIONS(1558), - [aux_sym_proxy_command_token1] = ACTIONS(1558), - [aux_sym_proxy_jump_token1] = ACTIONS(1558), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1558), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1558), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1558), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1558), - [aux_sym_rekey_limit_token1] = ACTIONS(1558), - [aux_sym_remote_command_token1] = ACTIONS(1558), - [aux_sym_remote_forward_token1] = ACTIONS(1558), - [aux_sym_request_tty_token1] = ACTIONS(1558), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1558), - [aux_sym_security_key_provider_token1] = ACTIONS(1558), - [aux_sym_send_env_token1] = ACTIONS(1558), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1558), - [aux_sym_server_alive_interval_token1] = ACTIONS(1558), - [aux_sym_session_type_token1] = ACTIONS(1558), - [aux_sym_set_env_token1] = ACTIONS(1558), - [aux_sym_stdin_null_token1] = ACTIONS(1558), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1558), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1558), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1558), - [aux_sym_syslog_facility_token1] = ACTIONS(1558), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1558), - [aux_sym_keep_alive_token1] = ACTIONS(1558), - [aux_sym_tunnel_token1] = ACTIONS(1560), - [aux_sym_tunnel_device_token1] = ACTIONS(1558), - [aux_sym_update_host_keys_token1] = ACTIONS(1558), - [aux_sym_use_keychain_token1] = ACTIONS(1558), - [aux_sym_use_roaming_token1] = ACTIONS(1558), - [aux_sym_user_token1] = ACTIONS(1560), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1558), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1558), - [aux_sym_visual_host_key_token1] = ACTIONS(1558), - [aux_sym_xauth_location_token1] = ACTIONS(1558), + [ts_builtin_sym_end] = ACTIONS(747), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(749), + [aux_sym_match_token1] = ACTIONS(747), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(747), + [aux_sym_address_family_token1] = ACTIONS(747), + [aux_sym_batch_mode_token1] = ACTIONS(747), + [aux_sym_bind_address_token1] = ACTIONS(747), + [aux_sym_bind_interface_token1] = ACTIONS(747), + [aux_sym_canonical_domains_token1] = ACTIONS(747), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(747), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(747), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(747), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(747), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(747), + [aux_sym_certificate_file_token1] = ACTIONS(747), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(747), + [aux_sym_check_host_ip_token1] = ACTIONS(747), + [aux_sym_ciphers_token1] = ACTIONS(747), + [aux_sym_cipher_token1] = ACTIONS(749), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(747), + [aux_sym_compression_token1] = ACTIONS(747), + [aux_sym_connection_attempts_token1] = ACTIONS(747), + [aux_sym_connect_timeout_token1] = ACTIONS(747), + [aux_sym_control_master_token1] = ACTIONS(747), + [aux_sym_control_path_token1] = ACTIONS(747), + [aux_sym_control_persist_token1] = ACTIONS(747), + [aux_sym_dynamic_forward_token1] = ACTIONS(747), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(747), + [aux_sym_escape_char_token1] = ACTIONS(747), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(747), + [aux_sym_fingerprint_hash_token1] = ACTIONS(747), + [aux_sym_fork_after_authentication_token1] = ACTIONS(747), + [aux_sym_forward_agent_token1] = ACTIONS(747), + [aux_sym_forward_x11_token1] = ACTIONS(749), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(747), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(747), + [aux_sym_gateway_ports_token1] = ACTIONS(747), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(747), + [aux_sym_gssapi_authentication_token1] = ACTIONS(747), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(747), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(747), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(747), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(747), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(747), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(747), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(747), + [aux_sym_hash_known_hosts_token1] = ACTIONS(747), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(747), + [aux_sym_hostbased_authentication_token1] = ACTIONS(747), + [aux_sym_host_key_algorithms_token1] = ACTIONS(747), + [aux_sym_host_key_alias_token1] = ACTIONS(747), + [aux_sym_hostname_token1] = ACTIONS(747), + [aux_sym_identities_only_token1] = ACTIONS(747), + [aux_sym_identity_agent_token1] = ACTIONS(747), + [aux_sym_identity_file_token1] = ACTIONS(747), + [aux_sym_ignore_unknown_token1] = ACTIONS(747), + [aux_sym_include_token1] = ACTIONS(747), + [aux_sym_ip_qos_token1] = ACTIONS(747), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(747), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(747), + [aux_sym_kex_algorithms_token1] = ACTIONS(747), + [aux_sym_known_hosts_command_token1] = ACTIONS(747), + [aux_sym_local_command_token1] = ACTIONS(747), + [aux_sym_local_forward_token1] = ACTIONS(747), + [aux_sym_log_level_token1] = ACTIONS(747), + [aux_sym_log_verbose_token1] = ACTIONS(747), + [aux_sym_macs_token1] = ACTIONS(747), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(747), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(747), + [aux_sym_password_authentication_token1] = ACTIONS(747), + [aux_sym_permit_local_command_token1] = ACTIONS(747), + [aux_sym_permit_remote_open_token1] = ACTIONS(747), + [aux_sym_pkcs11_provider_token1] = ACTIONS(747), + [aux_sym_port_token1] = ACTIONS(747), + [aux_sym_preferred_authentications_token1] = ACTIONS(747), + [aux_sym_protocol_token1] = ACTIONS(747), + [aux_sym_proxy_command_token1] = ACTIONS(747), + [aux_sym_proxy_jump_token1] = ACTIONS(747), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(747), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(747), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(747), + [aux_sym_pubkey_authentication_token1] = ACTIONS(747), + [aux_sym_rekey_limit_token1] = ACTIONS(747), + [aux_sym_remote_command_token1] = ACTIONS(747), + [aux_sym_remote_forward_token1] = ACTIONS(747), + [aux_sym_request_tty_token1] = ACTIONS(747), + [aux_sym_required_rsa_size_token1] = ACTIONS(747), + [aux_sym_revoked_host_keys_token1] = ACTIONS(747), + [aux_sym_security_key_provider_token1] = ACTIONS(747), + [aux_sym_send_env_token1] = ACTIONS(747), + [aux_sym_server_alive_count_max_token1] = ACTIONS(747), + [aux_sym_server_alive_interval_token1] = ACTIONS(747), + [aux_sym_session_type_token1] = ACTIONS(747), + [aux_sym_set_env_token1] = ACTIONS(747), + [aux_sym_stdin_null_token1] = ACTIONS(747), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(747), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(747), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(747), + [aux_sym_syslog_facility_token1] = ACTIONS(747), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(747), + [aux_sym_keep_alive_token1] = ACTIONS(747), + [aux_sym_tunnel_token1] = ACTIONS(749), + [aux_sym_tunnel_device_token1] = ACTIONS(747), + [aux_sym_update_host_keys_token1] = ACTIONS(747), + [aux_sym_use_keychain_token1] = ACTIONS(747), + [aux_sym_use_roaming_token1] = ACTIONS(747), + [aux_sym_user_token1] = ACTIONS(749), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(747), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(747), + [aux_sym_visual_host_key_token1] = ACTIONS(747), + [aux_sym_xauth_location_token1] = ACTIONS(747), }, [594] = { - [ts_builtin_sym_end] = ACTIONS(970), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(972), - [aux_sym_match_token1] = ACTIONS(970), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(970), - [aux_sym_address_family_token1] = ACTIONS(970), - [aux_sym_batch_mode_token1] = ACTIONS(970), - [aux_sym_bind_address_token1] = ACTIONS(970), - [aux_sym_bind_interface_token1] = ACTIONS(970), - [aux_sym_canonical_domains_token1] = ACTIONS(970), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(970), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(970), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(970), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(970), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(970), - [aux_sym_certificate_file_token1] = ACTIONS(970), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(970), - [aux_sym_check_host_ip_token1] = ACTIONS(970), - [aux_sym_ciphers_token1] = ACTIONS(970), - [aux_sym_cipher_token1] = ACTIONS(972), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(970), - [aux_sym_compression_token1] = ACTIONS(970), - [aux_sym_connection_attempts_token1] = ACTIONS(970), - [aux_sym_connect_timeout_token1] = ACTIONS(970), - [aux_sym_control_master_token1] = ACTIONS(970), - [aux_sym_control_path_token1] = ACTIONS(970), - [aux_sym_control_persist_token1] = ACTIONS(970), - [aux_sym_dynamic_forward_token1] = ACTIONS(970), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(970), - [aux_sym_escape_char_token1] = ACTIONS(970), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(970), - [aux_sym_fingerprint_hash_token1] = ACTIONS(970), - [aux_sym_fork_after_authentication_token1] = ACTIONS(970), - [aux_sym_forward_agent_token1] = ACTIONS(970), - [aux_sym_forward_x11_token1] = ACTIONS(972), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(970), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(970), - [aux_sym_gateway_ports_token1] = ACTIONS(970), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(970), - [aux_sym_gssapi_authentication_token1] = ACTIONS(970), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(970), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(970), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(970), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(970), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(970), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(970), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(970), - [aux_sym_hash_known_hosts_token1] = ACTIONS(970), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(970), - [aux_sym_hostbased_authentication_token1] = ACTIONS(970), - [aux_sym_host_key_algorithms_token1] = ACTIONS(970), - [aux_sym_host_key_alias_token1] = ACTIONS(970), - [aux_sym_hostname_token1] = ACTIONS(970), - [aux_sym_identities_only_token1] = ACTIONS(970), - [aux_sym_identity_agent_token1] = ACTIONS(970), - [aux_sym_identity_file_token1] = ACTIONS(970), - [aux_sym_ignore_unknown_token1] = ACTIONS(970), - [aux_sym_include_token1] = ACTIONS(970), - [aux_sym_ip_qos_token1] = ACTIONS(970), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(970), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(970), - [aux_sym_kex_algorithms_token1] = ACTIONS(970), - [aux_sym_known_hosts_command_token1] = ACTIONS(970), - [aux_sym_local_command_token1] = ACTIONS(970), - [aux_sym_local_forward_token1] = ACTIONS(970), - [aux_sym_log_level_token1] = ACTIONS(970), - [aux_sym_log_verbose_token1] = ACTIONS(970), - [aux_sym_macs_token1] = ACTIONS(970), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(970), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(970), - [aux_sym_password_authentication_token1] = ACTIONS(970), - [aux_sym_permit_local_command_token1] = ACTIONS(970), - [aux_sym_permit_remote_open_token1] = ACTIONS(970), - [aux_sym_pkcs11_provider_token1] = ACTIONS(970), - [aux_sym_port_token1] = ACTIONS(970), - [aux_sym_preferred_authentications_token1] = ACTIONS(970), - [aux_sym_protocol_token1] = ACTIONS(970), - [aux_sym_proxy_command_token1] = ACTIONS(970), - [aux_sym_proxy_jump_token1] = ACTIONS(970), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(970), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(970), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(970), - [aux_sym_pubkey_authentication_token1] = ACTIONS(970), - [aux_sym_rekey_limit_token1] = ACTIONS(970), - [aux_sym_remote_command_token1] = ACTIONS(970), - [aux_sym_remote_forward_token1] = ACTIONS(970), - [aux_sym_request_tty_token1] = ACTIONS(970), - [aux_sym_revoked_host_keys_token1] = ACTIONS(970), - [aux_sym_security_key_provider_token1] = ACTIONS(970), - [aux_sym_send_env_token1] = ACTIONS(970), - [aux_sym_server_alive_count_max_token1] = ACTIONS(970), - [aux_sym_server_alive_interval_token1] = ACTIONS(970), - [aux_sym_session_type_token1] = ACTIONS(970), - [aux_sym_set_env_token1] = ACTIONS(970), - [aux_sym_stdin_null_token1] = ACTIONS(970), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(970), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(970), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(970), - [aux_sym_syslog_facility_token1] = ACTIONS(970), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(970), - [aux_sym_keep_alive_token1] = ACTIONS(970), - [aux_sym_tunnel_token1] = ACTIONS(972), - [aux_sym_tunnel_device_token1] = ACTIONS(970), - [aux_sym_update_host_keys_token1] = ACTIONS(970), - [aux_sym_use_keychain_token1] = ACTIONS(970), - [aux_sym_use_roaming_token1] = ACTIONS(970), - [aux_sym_user_token1] = ACTIONS(972), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(970), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(970), - [aux_sym_visual_host_key_token1] = ACTIONS(970), - [aux_sym_xauth_location_token1] = ACTIONS(970), + [ts_builtin_sym_end] = ACTIONS(753), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(755), + [aux_sym_match_token1] = ACTIONS(753), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(753), + [aux_sym_address_family_token1] = ACTIONS(753), + [aux_sym_batch_mode_token1] = ACTIONS(753), + [aux_sym_bind_address_token1] = ACTIONS(753), + [aux_sym_bind_interface_token1] = ACTIONS(753), + [aux_sym_canonical_domains_token1] = ACTIONS(753), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(753), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(753), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(753), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(753), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(753), + [aux_sym_certificate_file_token1] = ACTIONS(753), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(753), + [aux_sym_check_host_ip_token1] = ACTIONS(753), + [aux_sym_ciphers_token1] = ACTIONS(753), + [aux_sym_cipher_token1] = ACTIONS(755), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(753), + [aux_sym_compression_token1] = ACTIONS(753), + [aux_sym_connection_attempts_token1] = ACTIONS(753), + [aux_sym_connect_timeout_token1] = ACTIONS(753), + [aux_sym_control_master_token1] = ACTIONS(753), + [aux_sym_control_path_token1] = ACTIONS(753), + [aux_sym_control_persist_token1] = ACTIONS(753), + [aux_sym_dynamic_forward_token1] = ACTIONS(753), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(753), + [aux_sym_escape_char_token1] = ACTIONS(753), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(753), + [aux_sym_fingerprint_hash_token1] = ACTIONS(753), + [aux_sym_fork_after_authentication_token1] = ACTIONS(753), + [aux_sym_forward_agent_token1] = ACTIONS(753), + [aux_sym_forward_x11_token1] = ACTIONS(755), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(753), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(753), + [aux_sym_gateway_ports_token1] = ACTIONS(753), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(753), + [aux_sym_gssapi_authentication_token1] = ACTIONS(753), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(753), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(753), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(753), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(753), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(753), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(753), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(753), + [aux_sym_hash_known_hosts_token1] = ACTIONS(753), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(753), + [aux_sym_hostbased_authentication_token1] = ACTIONS(753), + [aux_sym_host_key_algorithms_token1] = ACTIONS(753), + [aux_sym_host_key_alias_token1] = ACTIONS(753), + [aux_sym_hostname_token1] = ACTIONS(753), + [aux_sym_identities_only_token1] = ACTIONS(753), + [aux_sym_identity_agent_token1] = ACTIONS(753), + [aux_sym_identity_file_token1] = ACTIONS(753), + [aux_sym_ignore_unknown_token1] = ACTIONS(753), + [aux_sym_include_token1] = ACTIONS(753), + [aux_sym_ip_qos_token1] = ACTIONS(753), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(753), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(753), + [aux_sym_kex_algorithms_token1] = ACTIONS(753), + [aux_sym_known_hosts_command_token1] = ACTIONS(753), + [aux_sym_local_command_token1] = ACTIONS(753), + [aux_sym_local_forward_token1] = ACTIONS(753), + [aux_sym_log_level_token1] = ACTIONS(753), + [aux_sym_log_verbose_token1] = ACTIONS(753), + [aux_sym_macs_token1] = ACTIONS(753), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(753), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(753), + [aux_sym_password_authentication_token1] = ACTIONS(753), + [aux_sym_permit_local_command_token1] = ACTIONS(753), + [aux_sym_permit_remote_open_token1] = ACTIONS(753), + [aux_sym_pkcs11_provider_token1] = ACTIONS(753), + [aux_sym_port_token1] = ACTIONS(753), + [aux_sym_preferred_authentications_token1] = ACTIONS(753), + [aux_sym_protocol_token1] = ACTIONS(753), + [aux_sym_proxy_command_token1] = ACTIONS(753), + [aux_sym_proxy_jump_token1] = ACTIONS(753), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(753), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(753), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(753), + [aux_sym_pubkey_authentication_token1] = ACTIONS(753), + [aux_sym_rekey_limit_token1] = ACTIONS(753), + [aux_sym_remote_command_token1] = ACTIONS(753), + [aux_sym_remote_forward_token1] = ACTIONS(753), + [aux_sym_request_tty_token1] = ACTIONS(753), + [aux_sym_required_rsa_size_token1] = ACTIONS(753), + [aux_sym_revoked_host_keys_token1] = ACTIONS(753), + [aux_sym_security_key_provider_token1] = ACTIONS(753), + [aux_sym_send_env_token1] = ACTIONS(753), + [aux_sym_server_alive_count_max_token1] = ACTIONS(753), + [aux_sym_server_alive_interval_token1] = ACTIONS(753), + [aux_sym_session_type_token1] = ACTIONS(753), + [aux_sym_set_env_token1] = ACTIONS(753), + [aux_sym_stdin_null_token1] = ACTIONS(753), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(753), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(753), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(753), + [aux_sym_syslog_facility_token1] = ACTIONS(753), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(753), + [aux_sym_keep_alive_token1] = ACTIONS(753), + [aux_sym_tunnel_token1] = ACTIONS(755), + [aux_sym_tunnel_device_token1] = ACTIONS(753), + [aux_sym_update_host_keys_token1] = ACTIONS(753), + [aux_sym_use_keychain_token1] = ACTIONS(753), + [aux_sym_use_roaming_token1] = ACTIONS(753), + [aux_sym_user_token1] = ACTIONS(755), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(753), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(753), + [aux_sym_visual_host_key_token1] = ACTIONS(753), + [aux_sym_xauth_location_token1] = ACTIONS(753), }, [595] = { - [ts_builtin_sym_end] = ACTIONS(3318), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3320), - [aux_sym_match_token1] = ACTIONS(3318), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3318), - [aux_sym_address_family_token1] = ACTIONS(3318), - [aux_sym_batch_mode_token1] = ACTIONS(3318), - [aux_sym_bind_address_token1] = ACTIONS(3318), - [aux_sym_bind_interface_token1] = ACTIONS(3318), - [aux_sym_canonical_domains_token1] = ACTIONS(3318), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3318), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3318), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3318), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3318), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3318), - [aux_sym_certificate_file_token1] = ACTIONS(3318), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3318), - [aux_sym_check_host_ip_token1] = ACTIONS(3318), - [aux_sym_ciphers_token1] = ACTIONS(3318), - [aux_sym_cipher_token1] = ACTIONS(3320), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3318), - [aux_sym_compression_token1] = ACTIONS(3318), - [aux_sym_connection_attempts_token1] = ACTIONS(3318), - [aux_sym_connect_timeout_token1] = ACTIONS(3318), - [aux_sym_control_master_token1] = ACTIONS(3318), - [aux_sym_control_path_token1] = ACTIONS(3318), - [aux_sym_control_persist_token1] = ACTIONS(3318), - [aux_sym_dynamic_forward_token1] = ACTIONS(3318), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3318), - [aux_sym_escape_char_token1] = ACTIONS(3318), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3318), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3318), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3318), - [aux_sym_forward_agent_token1] = ACTIONS(3318), - [aux_sym_forward_x11_token1] = ACTIONS(3320), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3318), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3318), - [aux_sym_gateway_ports_token1] = ACTIONS(3318), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3318), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3318), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3318), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3318), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3318), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3318), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3318), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3318), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3318), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3318), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3318), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3318), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3318), - [aux_sym_host_key_alias_token1] = ACTIONS(3318), - [aux_sym_hostname_token1] = ACTIONS(3318), - [aux_sym_identities_only_token1] = ACTIONS(3318), - [aux_sym_identity_agent_token1] = ACTIONS(3318), - [aux_sym_identity_file_token1] = ACTIONS(3318), - [aux_sym_ignore_unknown_token1] = ACTIONS(3318), - [aux_sym_include_token1] = ACTIONS(3318), - [aux_sym_ip_qos_token1] = ACTIONS(3318), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3318), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3318), - [aux_sym_kex_algorithms_token1] = ACTIONS(3318), - [aux_sym_known_hosts_command_token1] = ACTIONS(3318), - [aux_sym_local_command_token1] = ACTIONS(3318), - [aux_sym_local_forward_token1] = ACTIONS(3318), - [aux_sym_log_level_token1] = ACTIONS(3318), - [aux_sym_log_verbose_token1] = ACTIONS(3318), - [aux_sym_macs_token1] = ACTIONS(3318), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3318), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3318), - [aux_sym_password_authentication_token1] = ACTIONS(3318), - [aux_sym_permit_local_command_token1] = ACTIONS(3318), - [aux_sym_permit_remote_open_token1] = ACTIONS(3318), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3318), - [aux_sym_port_token1] = ACTIONS(3318), - [aux_sym_preferred_authentications_token1] = ACTIONS(3318), - [aux_sym_protocol_token1] = ACTIONS(3318), - [aux_sym_proxy_command_token1] = ACTIONS(3318), - [aux_sym_proxy_jump_token1] = ACTIONS(3318), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3318), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3318), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3318), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3318), - [aux_sym_rekey_limit_token1] = ACTIONS(3318), - [aux_sym_remote_command_token1] = ACTIONS(3318), - [aux_sym_remote_forward_token1] = ACTIONS(3318), - [aux_sym_request_tty_token1] = ACTIONS(3318), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3318), - [aux_sym_security_key_provider_token1] = ACTIONS(3318), - [aux_sym_send_env_token1] = ACTIONS(3318), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3318), - [aux_sym_server_alive_interval_token1] = ACTIONS(3318), - [aux_sym_session_type_token1] = ACTIONS(3318), - [aux_sym_set_env_token1] = ACTIONS(3318), - [aux_sym_stdin_null_token1] = ACTIONS(3318), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3318), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3318), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3318), - [aux_sym_syslog_facility_token1] = ACTIONS(3318), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3318), - [aux_sym_keep_alive_token1] = ACTIONS(3318), - [aux_sym_tunnel_token1] = ACTIONS(3320), - [aux_sym_tunnel_device_token1] = ACTIONS(3318), - [aux_sym_update_host_keys_token1] = ACTIONS(3318), - [aux_sym_use_keychain_token1] = ACTIONS(3318), - [aux_sym_use_roaming_token1] = ACTIONS(3318), - [aux_sym_user_token1] = ACTIONS(3320), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3318), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3318), - [aux_sym_visual_host_key_token1] = ACTIONS(3318), - [aux_sym_xauth_location_token1] = ACTIONS(3318), + [ts_builtin_sym_end] = ACTIONS(759), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(761), + [aux_sym_match_token1] = ACTIONS(759), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(759), + [aux_sym_address_family_token1] = ACTIONS(759), + [aux_sym_batch_mode_token1] = ACTIONS(759), + [aux_sym_bind_address_token1] = ACTIONS(759), + [aux_sym_bind_interface_token1] = ACTIONS(759), + [aux_sym_canonical_domains_token1] = ACTIONS(759), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(759), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(759), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(759), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(759), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(759), + [aux_sym_certificate_file_token1] = ACTIONS(759), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(759), + [aux_sym_check_host_ip_token1] = ACTIONS(759), + [aux_sym_ciphers_token1] = ACTIONS(759), + [aux_sym_cipher_token1] = ACTIONS(761), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(759), + [aux_sym_compression_token1] = ACTIONS(759), + [aux_sym_connection_attempts_token1] = ACTIONS(759), + [aux_sym_connect_timeout_token1] = ACTIONS(759), + [aux_sym_control_master_token1] = ACTIONS(759), + [aux_sym_control_path_token1] = ACTIONS(759), + [aux_sym_control_persist_token1] = ACTIONS(759), + [aux_sym_dynamic_forward_token1] = ACTIONS(759), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(759), + [aux_sym_escape_char_token1] = ACTIONS(759), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(759), + [aux_sym_fingerprint_hash_token1] = ACTIONS(759), + [aux_sym_fork_after_authentication_token1] = ACTIONS(759), + [aux_sym_forward_agent_token1] = ACTIONS(759), + [aux_sym_forward_x11_token1] = ACTIONS(761), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(759), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(759), + [aux_sym_gateway_ports_token1] = ACTIONS(759), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(759), + [aux_sym_gssapi_authentication_token1] = ACTIONS(759), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(759), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(759), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(759), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(759), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(759), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(759), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(759), + [aux_sym_hash_known_hosts_token1] = ACTIONS(759), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(759), + [aux_sym_hostbased_authentication_token1] = ACTIONS(759), + [aux_sym_host_key_algorithms_token1] = ACTIONS(759), + [aux_sym_host_key_alias_token1] = ACTIONS(759), + [aux_sym_hostname_token1] = ACTIONS(759), + [aux_sym_identities_only_token1] = ACTIONS(759), + [aux_sym_identity_agent_token1] = ACTIONS(759), + [aux_sym_identity_file_token1] = ACTIONS(759), + [aux_sym_ignore_unknown_token1] = ACTIONS(759), + [aux_sym_include_token1] = ACTIONS(759), + [aux_sym_ip_qos_token1] = ACTIONS(759), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(759), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(759), + [aux_sym_kex_algorithms_token1] = ACTIONS(759), + [aux_sym_known_hosts_command_token1] = ACTIONS(759), + [aux_sym_local_command_token1] = ACTIONS(759), + [aux_sym_local_forward_token1] = ACTIONS(759), + [aux_sym_log_level_token1] = ACTIONS(759), + [aux_sym_log_verbose_token1] = ACTIONS(759), + [aux_sym_macs_token1] = ACTIONS(759), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(759), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(759), + [aux_sym_password_authentication_token1] = ACTIONS(759), + [aux_sym_permit_local_command_token1] = ACTIONS(759), + [aux_sym_permit_remote_open_token1] = ACTIONS(759), + [aux_sym_pkcs11_provider_token1] = ACTIONS(759), + [aux_sym_port_token1] = ACTIONS(759), + [aux_sym_preferred_authentications_token1] = ACTIONS(759), + [aux_sym_protocol_token1] = ACTIONS(759), + [aux_sym_proxy_command_token1] = ACTIONS(759), + [aux_sym_proxy_jump_token1] = ACTIONS(759), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(759), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(759), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(759), + [aux_sym_pubkey_authentication_token1] = ACTIONS(759), + [aux_sym_rekey_limit_token1] = ACTIONS(759), + [aux_sym_remote_command_token1] = ACTIONS(759), + [aux_sym_remote_forward_token1] = ACTIONS(759), + [aux_sym_request_tty_token1] = ACTIONS(759), + [aux_sym_required_rsa_size_token1] = ACTIONS(759), + [aux_sym_revoked_host_keys_token1] = ACTIONS(759), + [aux_sym_security_key_provider_token1] = ACTIONS(759), + [aux_sym_send_env_token1] = ACTIONS(759), + [aux_sym_server_alive_count_max_token1] = ACTIONS(759), + [aux_sym_server_alive_interval_token1] = ACTIONS(759), + [aux_sym_session_type_token1] = ACTIONS(759), + [aux_sym_set_env_token1] = ACTIONS(759), + [aux_sym_stdin_null_token1] = ACTIONS(759), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(759), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(759), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(759), + [aux_sym_syslog_facility_token1] = ACTIONS(759), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(759), + [aux_sym_keep_alive_token1] = ACTIONS(759), + [aux_sym_tunnel_token1] = ACTIONS(761), + [aux_sym_tunnel_device_token1] = ACTIONS(759), + [aux_sym_update_host_keys_token1] = ACTIONS(759), + [aux_sym_use_keychain_token1] = ACTIONS(759), + [aux_sym_use_roaming_token1] = ACTIONS(759), + [aux_sym_user_token1] = ACTIONS(761), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(759), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(759), + [aux_sym_visual_host_key_token1] = ACTIONS(759), + [aux_sym_xauth_location_token1] = ACTIONS(759), }, [596] = { - [ts_builtin_sym_end] = ACTIONS(3322), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3324), - [aux_sym_match_token1] = ACTIONS(3322), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3322), - [aux_sym_address_family_token1] = ACTIONS(3322), - [aux_sym_batch_mode_token1] = ACTIONS(3322), - [aux_sym_bind_address_token1] = ACTIONS(3322), - [aux_sym_bind_interface_token1] = ACTIONS(3322), - [aux_sym_canonical_domains_token1] = ACTIONS(3322), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3322), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3322), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3322), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3322), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3322), - [aux_sym_certificate_file_token1] = ACTIONS(3322), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3322), - [aux_sym_check_host_ip_token1] = ACTIONS(3322), - [aux_sym_ciphers_token1] = ACTIONS(3322), - [aux_sym_cipher_token1] = ACTIONS(3324), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3322), - [aux_sym_compression_token1] = ACTIONS(3322), - [aux_sym_connection_attempts_token1] = ACTIONS(3322), - [aux_sym_connect_timeout_token1] = ACTIONS(3322), - [aux_sym_control_master_token1] = ACTIONS(3322), - [aux_sym_control_path_token1] = ACTIONS(3322), - [aux_sym_control_persist_token1] = ACTIONS(3322), - [aux_sym_dynamic_forward_token1] = ACTIONS(3322), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3322), - [aux_sym_escape_char_token1] = ACTIONS(3322), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3322), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3322), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3322), - [aux_sym_forward_agent_token1] = ACTIONS(3322), - [aux_sym_forward_x11_token1] = ACTIONS(3324), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3322), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3322), - [aux_sym_gateway_ports_token1] = ACTIONS(3322), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3322), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3322), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3322), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3322), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3322), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3322), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3322), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3322), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3322), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3322), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3322), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3322), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3322), - [aux_sym_host_key_alias_token1] = ACTIONS(3322), - [aux_sym_hostname_token1] = ACTIONS(3322), - [aux_sym_identities_only_token1] = ACTIONS(3322), - [aux_sym_identity_agent_token1] = ACTIONS(3322), - [aux_sym_identity_file_token1] = ACTIONS(3322), - [aux_sym_ignore_unknown_token1] = ACTIONS(3322), - [aux_sym_include_token1] = ACTIONS(3322), - [aux_sym_ip_qos_token1] = ACTIONS(3322), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3322), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3322), - [aux_sym_kex_algorithms_token1] = ACTIONS(3322), - [aux_sym_known_hosts_command_token1] = ACTIONS(3322), - [aux_sym_local_command_token1] = ACTIONS(3322), - [aux_sym_local_forward_token1] = ACTIONS(3322), - [aux_sym_log_level_token1] = ACTIONS(3322), - [aux_sym_log_verbose_token1] = ACTIONS(3322), - [aux_sym_macs_token1] = ACTIONS(3322), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3322), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3322), - [aux_sym_password_authentication_token1] = ACTIONS(3322), - [aux_sym_permit_local_command_token1] = ACTIONS(3322), - [aux_sym_permit_remote_open_token1] = ACTIONS(3322), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3322), - [aux_sym_port_token1] = ACTIONS(3322), - [aux_sym_preferred_authentications_token1] = ACTIONS(3322), - [aux_sym_protocol_token1] = ACTIONS(3322), - [aux_sym_proxy_command_token1] = ACTIONS(3322), - [aux_sym_proxy_jump_token1] = ACTIONS(3322), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3322), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3322), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3322), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3322), - [aux_sym_rekey_limit_token1] = ACTIONS(3322), - [aux_sym_remote_command_token1] = ACTIONS(3322), - [aux_sym_remote_forward_token1] = ACTIONS(3322), - [aux_sym_request_tty_token1] = ACTIONS(3322), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3322), - [aux_sym_security_key_provider_token1] = ACTIONS(3322), - [aux_sym_send_env_token1] = ACTIONS(3322), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3322), - [aux_sym_server_alive_interval_token1] = ACTIONS(3322), - [aux_sym_session_type_token1] = ACTIONS(3322), - [aux_sym_set_env_token1] = ACTIONS(3322), - [aux_sym_stdin_null_token1] = ACTIONS(3322), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3322), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3322), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3322), - [aux_sym_syslog_facility_token1] = ACTIONS(3322), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3322), - [aux_sym_keep_alive_token1] = ACTIONS(3322), - [aux_sym_tunnel_token1] = ACTIONS(3324), - [aux_sym_tunnel_device_token1] = ACTIONS(3322), - [aux_sym_update_host_keys_token1] = ACTIONS(3322), - [aux_sym_use_keychain_token1] = ACTIONS(3322), - [aux_sym_use_roaming_token1] = ACTIONS(3322), - [aux_sym_user_token1] = ACTIONS(3324), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3322), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3322), - [aux_sym_visual_host_key_token1] = ACTIONS(3322), - [aux_sym_xauth_location_token1] = ACTIONS(3322), + [ts_builtin_sym_end] = ACTIONS(765), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(767), + [aux_sym_match_token1] = ACTIONS(765), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(765), + [aux_sym_address_family_token1] = ACTIONS(765), + [aux_sym_batch_mode_token1] = ACTIONS(765), + [aux_sym_bind_address_token1] = ACTIONS(765), + [aux_sym_bind_interface_token1] = ACTIONS(765), + [aux_sym_canonical_domains_token1] = ACTIONS(765), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(765), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(765), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(765), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(765), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(765), + [aux_sym_certificate_file_token1] = ACTIONS(765), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(765), + [aux_sym_check_host_ip_token1] = ACTIONS(765), + [aux_sym_ciphers_token1] = ACTIONS(765), + [aux_sym_cipher_token1] = ACTIONS(767), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(765), + [aux_sym_compression_token1] = ACTIONS(765), + [aux_sym_connection_attempts_token1] = ACTIONS(765), + [aux_sym_connect_timeout_token1] = ACTIONS(765), + [aux_sym_control_master_token1] = ACTIONS(765), + [aux_sym_control_path_token1] = ACTIONS(765), + [aux_sym_control_persist_token1] = ACTIONS(765), + [aux_sym_dynamic_forward_token1] = ACTIONS(765), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(765), + [aux_sym_escape_char_token1] = ACTIONS(765), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(765), + [aux_sym_fingerprint_hash_token1] = ACTIONS(765), + [aux_sym_fork_after_authentication_token1] = ACTIONS(765), + [aux_sym_forward_agent_token1] = ACTIONS(765), + [aux_sym_forward_x11_token1] = ACTIONS(767), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(765), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(765), + [aux_sym_gateway_ports_token1] = ACTIONS(765), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(765), + [aux_sym_gssapi_authentication_token1] = ACTIONS(765), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(765), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(765), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(765), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(765), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(765), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(765), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(765), + [aux_sym_hash_known_hosts_token1] = ACTIONS(765), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(765), + [aux_sym_hostbased_authentication_token1] = ACTIONS(765), + [aux_sym_host_key_algorithms_token1] = ACTIONS(765), + [aux_sym_host_key_alias_token1] = ACTIONS(765), + [aux_sym_hostname_token1] = ACTIONS(765), + [aux_sym_identities_only_token1] = ACTIONS(765), + [aux_sym_identity_agent_token1] = ACTIONS(765), + [aux_sym_identity_file_token1] = ACTIONS(765), + [aux_sym_ignore_unknown_token1] = ACTIONS(765), + [aux_sym_include_token1] = ACTIONS(765), + [aux_sym_ip_qos_token1] = ACTIONS(765), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(765), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(765), + [aux_sym_kex_algorithms_token1] = ACTIONS(765), + [aux_sym_known_hosts_command_token1] = ACTIONS(765), + [aux_sym_local_command_token1] = ACTIONS(765), + [aux_sym_local_forward_token1] = ACTIONS(765), + [aux_sym_log_level_token1] = ACTIONS(765), + [aux_sym_log_verbose_token1] = ACTIONS(765), + [aux_sym_macs_token1] = ACTIONS(765), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(765), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(765), + [aux_sym_password_authentication_token1] = ACTIONS(765), + [aux_sym_permit_local_command_token1] = ACTIONS(765), + [aux_sym_permit_remote_open_token1] = ACTIONS(765), + [aux_sym_pkcs11_provider_token1] = ACTIONS(765), + [aux_sym_port_token1] = ACTIONS(765), + [aux_sym_preferred_authentications_token1] = ACTIONS(765), + [aux_sym_protocol_token1] = ACTIONS(765), + [aux_sym_proxy_command_token1] = ACTIONS(765), + [aux_sym_proxy_jump_token1] = ACTIONS(765), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(765), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(765), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(765), + [aux_sym_pubkey_authentication_token1] = ACTIONS(765), + [aux_sym_rekey_limit_token1] = ACTIONS(765), + [aux_sym_remote_command_token1] = ACTIONS(765), + [aux_sym_remote_forward_token1] = ACTIONS(765), + [aux_sym_request_tty_token1] = ACTIONS(765), + [aux_sym_required_rsa_size_token1] = ACTIONS(765), + [aux_sym_revoked_host_keys_token1] = ACTIONS(765), + [aux_sym_security_key_provider_token1] = ACTIONS(765), + [aux_sym_send_env_token1] = ACTIONS(765), + [aux_sym_server_alive_count_max_token1] = ACTIONS(765), + [aux_sym_server_alive_interval_token1] = ACTIONS(765), + [aux_sym_session_type_token1] = ACTIONS(765), + [aux_sym_set_env_token1] = ACTIONS(765), + [aux_sym_stdin_null_token1] = ACTIONS(765), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(765), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(765), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(765), + [aux_sym_syslog_facility_token1] = ACTIONS(765), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(765), + [aux_sym_keep_alive_token1] = ACTIONS(765), + [aux_sym_tunnel_token1] = ACTIONS(767), + [aux_sym_tunnel_device_token1] = ACTIONS(765), + [aux_sym_update_host_keys_token1] = ACTIONS(765), + [aux_sym_use_keychain_token1] = ACTIONS(765), + [aux_sym_use_roaming_token1] = ACTIONS(765), + [aux_sym_user_token1] = ACTIONS(767), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(765), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(765), + [aux_sym_visual_host_key_token1] = ACTIONS(765), + [aux_sym_xauth_location_token1] = ACTIONS(765), }, [597] = { - [ts_builtin_sym_end] = ACTIONS(3326), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3328), - [aux_sym_match_token1] = ACTIONS(3326), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3326), - [aux_sym_address_family_token1] = ACTIONS(3326), - [aux_sym_batch_mode_token1] = ACTIONS(3326), - [aux_sym_bind_address_token1] = ACTIONS(3326), - [aux_sym_bind_interface_token1] = ACTIONS(3326), - [aux_sym_canonical_domains_token1] = ACTIONS(3326), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3326), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3326), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3326), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3326), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3326), - [aux_sym_certificate_file_token1] = ACTIONS(3326), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3326), - [aux_sym_check_host_ip_token1] = ACTIONS(3326), - [aux_sym_ciphers_token1] = ACTIONS(3326), - [aux_sym_cipher_token1] = ACTIONS(3328), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3326), - [aux_sym_compression_token1] = ACTIONS(3326), - [aux_sym_connection_attempts_token1] = ACTIONS(3326), - [aux_sym_connect_timeout_token1] = ACTIONS(3326), - [aux_sym_control_master_token1] = ACTIONS(3326), - [aux_sym_control_path_token1] = ACTIONS(3326), - [aux_sym_control_persist_token1] = ACTIONS(3326), - [aux_sym_dynamic_forward_token1] = ACTIONS(3326), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3326), - [aux_sym_escape_char_token1] = ACTIONS(3326), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3326), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3326), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3326), - [aux_sym_forward_agent_token1] = ACTIONS(3326), - [aux_sym_forward_x11_token1] = ACTIONS(3328), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3326), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3326), - [aux_sym_gateway_ports_token1] = ACTIONS(3326), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3326), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3326), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3326), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3326), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3326), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3326), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3326), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3326), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3326), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3326), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3326), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3326), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3326), - [aux_sym_host_key_alias_token1] = ACTIONS(3326), - [aux_sym_hostname_token1] = ACTIONS(3326), - [aux_sym_identities_only_token1] = ACTIONS(3326), - [aux_sym_identity_agent_token1] = ACTIONS(3326), - [aux_sym_identity_file_token1] = ACTIONS(3326), - [aux_sym_ignore_unknown_token1] = ACTIONS(3326), - [aux_sym_include_token1] = ACTIONS(3326), - [aux_sym_ip_qos_token1] = ACTIONS(3326), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3326), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3326), - [aux_sym_kex_algorithms_token1] = ACTIONS(3326), - [aux_sym_known_hosts_command_token1] = ACTIONS(3326), - [aux_sym_local_command_token1] = ACTIONS(3326), - [aux_sym_local_forward_token1] = ACTIONS(3326), - [aux_sym_log_level_token1] = ACTIONS(3326), - [aux_sym_log_verbose_token1] = ACTIONS(3326), - [aux_sym_macs_token1] = ACTIONS(3326), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3326), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3326), - [aux_sym_password_authentication_token1] = ACTIONS(3326), - [aux_sym_permit_local_command_token1] = ACTIONS(3326), - [aux_sym_permit_remote_open_token1] = ACTIONS(3326), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3326), - [aux_sym_port_token1] = ACTIONS(3326), - [aux_sym_preferred_authentications_token1] = ACTIONS(3326), - [aux_sym_protocol_token1] = ACTIONS(3326), - [aux_sym_proxy_command_token1] = ACTIONS(3326), - [aux_sym_proxy_jump_token1] = ACTIONS(3326), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3326), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3326), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3326), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3326), - [aux_sym_rekey_limit_token1] = ACTIONS(3326), - [aux_sym_remote_command_token1] = ACTIONS(3326), - [aux_sym_remote_forward_token1] = ACTIONS(3326), - [aux_sym_request_tty_token1] = ACTIONS(3326), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3326), - [aux_sym_security_key_provider_token1] = ACTIONS(3326), - [aux_sym_send_env_token1] = ACTIONS(3326), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3326), - [aux_sym_server_alive_interval_token1] = ACTIONS(3326), - [aux_sym_session_type_token1] = ACTIONS(3326), - [aux_sym_set_env_token1] = ACTIONS(3326), - [aux_sym_stdin_null_token1] = ACTIONS(3326), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3326), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3326), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3326), - [aux_sym_syslog_facility_token1] = ACTIONS(3326), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3326), - [aux_sym_keep_alive_token1] = ACTIONS(3326), - [aux_sym_tunnel_token1] = ACTIONS(3328), - [aux_sym_tunnel_device_token1] = ACTIONS(3326), - [aux_sym_update_host_keys_token1] = ACTIONS(3326), - [aux_sym_use_keychain_token1] = ACTIONS(3326), - [aux_sym_use_roaming_token1] = ACTIONS(3326), - [aux_sym_user_token1] = ACTIONS(3328), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3326), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3326), - [aux_sym_visual_host_key_token1] = ACTIONS(3326), - [aux_sym_xauth_location_token1] = ACTIONS(3326), + [ts_builtin_sym_end] = ACTIONS(771), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(773), + [aux_sym_match_token1] = ACTIONS(771), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(771), + [aux_sym_address_family_token1] = ACTIONS(771), + [aux_sym_batch_mode_token1] = ACTIONS(771), + [aux_sym_bind_address_token1] = ACTIONS(771), + [aux_sym_bind_interface_token1] = ACTIONS(771), + [aux_sym_canonical_domains_token1] = ACTIONS(771), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(771), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(771), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(771), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(771), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(771), + [aux_sym_certificate_file_token1] = ACTIONS(771), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(771), + [aux_sym_check_host_ip_token1] = ACTIONS(771), + [aux_sym_ciphers_token1] = ACTIONS(771), + [aux_sym_cipher_token1] = ACTIONS(773), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(771), + [aux_sym_compression_token1] = ACTIONS(771), + [aux_sym_connection_attempts_token1] = ACTIONS(771), + [aux_sym_connect_timeout_token1] = ACTIONS(771), + [aux_sym_control_master_token1] = ACTIONS(771), + [aux_sym_control_path_token1] = ACTIONS(771), + [aux_sym_control_persist_token1] = ACTIONS(771), + [aux_sym_dynamic_forward_token1] = ACTIONS(771), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(771), + [aux_sym_escape_char_token1] = ACTIONS(771), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(771), + [aux_sym_fingerprint_hash_token1] = ACTIONS(771), + [aux_sym_fork_after_authentication_token1] = ACTIONS(771), + [aux_sym_forward_agent_token1] = ACTIONS(771), + [aux_sym_forward_x11_token1] = ACTIONS(773), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(771), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(771), + [aux_sym_gateway_ports_token1] = ACTIONS(771), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(771), + [aux_sym_gssapi_authentication_token1] = ACTIONS(771), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(771), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(771), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(771), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(771), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(771), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(771), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(771), + [aux_sym_hash_known_hosts_token1] = ACTIONS(771), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(771), + [aux_sym_hostbased_authentication_token1] = ACTIONS(771), + [aux_sym_host_key_algorithms_token1] = ACTIONS(771), + [aux_sym_host_key_alias_token1] = ACTIONS(771), + [aux_sym_hostname_token1] = ACTIONS(771), + [aux_sym_identities_only_token1] = ACTIONS(771), + [aux_sym_identity_agent_token1] = ACTIONS(771), + [aux_sym_identity_file_token1] = ACTIONS(771), + [aux_sym_ignore_unknown_token1] = ACTIONS(771), + [aux_sym_include_token1] = ACTIONS(771), + [aux_sym_ip_qos_token1] = ACTIONS(771), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(771), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(771), + [aux_sym_kex_algorithms_token1] = ACTIONS(771), + [aux_sym_known_hosts_command_token1] = ACTIONS(771), + [aux_sym_local_command_token1] = ACTIONS(771), + [aux_sym_local_forward_token1] = ACTIONS(771), + [aux_sym_log_level_token1] = ACTIONS(771), + [aux_sym_log_verbose_token1] = ACTIONS(771), + [aux_sym_macs_token1] = ACTIONS(771), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(771), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(771), + [aux_sym_password_authentication_token1] = ACTIONS(771), + [aux_sym_permit_local_command_token1] = ACTIONS(771), + [aux_sym_permit_remote_open_token1] = ACTIONS(771), + [aux_sym_pkcs11_provider_token1] = ACTIONS(771), + [aux_sym_port_token1] = ACTIONS(771), + [aux_sym_preferred_authentications_token1] = ACTIONS(771), + [aux_sym_protocol_token1] = ACTIONS(771), + [aux_sym_proxy_command_token1] = ACTIONS(771), + [aux_sym_proxy_jump_token1] = ACTIONS(771), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(771), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(771), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(771), + [aux_sym_pubkey_authentication_token1] = ACTIONS(771), + [aux_sym_rekey_limit_token1] = ACTIONS(771), + [aux_sym_remote_command_token1] = ACTIONS(771), + [aux_sym_remote_forward_token1] = ACTIONS(771), + [aux_sym_request_tty_token1] = ACTIONS(771), + [aux_sym_required_rsa_size_token1] = ACTIONS(771), + [aux_sym_revoked_host_keys_token1] = ACTIONS(771), + [aux_sym_security_key_provider_token1] = ACTIONS(771), + [aux_sym_send_env_token1] = ACTIONS(771), + [aux_sym_server_alive_count_max_token1] = ACTIONS(771), + [aux_sym_server_alive_interval_token1] = ACTIONS(771), + [aux_sym_session_type_token1] = ACTIONS(771), + [aux_sym_set_env_token1] = ACTIONS(771), + [aux_sym_stdin_null_token1] = ACTIONS(771), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(771), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(771), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(771), + [aux_sym_syslog_facility_token1] = ACTIONS(771), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(771), + [aux_sym_keep_alive_token1] = ACTIONS(771), + [aux_sym_tunnel_token1] = ACTIONS(773), + [aux_sym_tunnel_device_token1] = ACTIONS(771), + [aux_sym_update_host_keys_token1] = ACTIONS(771), + [aux_sym_use_keychain_token1] = ACTIONS(771), + [aux_sym_use_roaming_token1] = ACTIONS(771), + [aux_sym_user_token1] = ACTIONS(773), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(771), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(771), + [aux_sym_visual_host_key_token1] = ACTIONS(771), + [aux_sym_xauth_location_token1] = ACTIONS(771), }, [598] = { - [ts_builtin_sym_end] = ACTIONS(3330), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3332), - [aux_sym_match_token1] = ACTIONS(3330), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3330), - [aux_sym_address_family_token1] = ACTIONS(3330), - [aux_sym_batch_mode_token1] = ACTIONS(3330), - [aux_sym_bind_address_token1] = ACTIONS(3330), - [aux_sym_bind_interface_token1] = ACTIONS(3330), - [aux_sym_canonical_domains_token1] = ACTIONS(3330), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3330), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3330), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3330), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3330), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3330), - [aux_sym_certificate_file_token1] = ACTIONS(3330), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3330), - [aux_sym_check_host_ip_token1] = ACTIONS(3330), - [aux_sym_ciphers_token1] = ACTIONS(3330), - [aux_sym_cipher_token1] = ACTIONS(3332), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3330), - [aux_sym_compression_token1] = ACTIONS(3330), - [aux_sym_connection_attempts_token1] = ACTIONS(3330), - [aux_sym_connect_timeout_token1] = ACTIONS(3330), - [aux_sym_control_master_token1] = ACTIONS(3330), - [aux_sym_control_path_token1] = ACTIONS(3330), - [aux_sym_control_persist_token1] = ACTIONS(3330), - [aux_sym_dynamic_forward_token1] = ACTIONS(3330), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3330), - [aux_sym_escape_char_token1] = ACTIONS(3330), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3330), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3330), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3330), - [aux_sym_forward_agent_token1] = ACTIONS(3330), - [aux_sym_forward_x11_token1] = ACTIONS(3332), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3330), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3330), - [aux_sym_gateway_ports_token1] = ACTIONS(3330), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3330), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3330), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3330), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3330), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3330), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3330), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3330), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3330), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3330), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3330), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3330), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3330), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3330), - [aux_sym_host_key_alias_token1] = ACTIONS(3330), - [aux_sym_hostname_token1] = ACTIONS(3330), - [aux_sym_identities_only_token1] = ACTIONS(3330), - [aux_sym_identity_agent_token1] = ACTIONS(3330), - [aux_sym_identity_file_token1] = ACTIONS(3330), - [aux_sym_ignore_unknown_token1] = ACTIONS(3330), - [aux_sym_include_token1] = ACTIONS(3330), - [aux_sym_ip_qos_token1] = ACTIONS(3330), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3330), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3330), - [aux_sym_kex_algorithms_token1] = ACTIONS(3330), - [aux_sym_known_hosts_command_token1] = ACTIONS(3330), - [aux_sym_local_command_token1] = ACTIONS(3330), - [aux_sym_local_forward_token1] = ACTIONS(3330), - [aux_sym_log_level_token1] = ACTIONS(3330), - [aux_sym_log_verbose_token1] = ACTIONS(3330), - [aux_sym_macs_token1] = ACTIONS(3330), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3330), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3330), - [aux_sym_password_authentication_token1] = ACTIONS(3330), - [aux_sym_permit_local_command_token1] = ACTIONS(3330), - [aux_sym_permit_remote_open_token1] = ACTIONS(3330), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3330), - [aux_sym_port_token1] = ACTIONS(3330), - [aux_sym_preferred_authentications_token1] = ACTIONS(3330), - [aux_sym_protocol_token1] = ACTIONS(3330), - [aux_sym_proxy_command_token1] = ACTIONS(3330), - [aux_sym_proxy_jump_token1] = ACTIONS(3330), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3330), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3330), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3330), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3330), - [aux_sym_rekey_limit_token1] = ACTIONS(3330), - [aux_sym_remote_command_token1] = ACTIONS(3330), - [aux_sym_remote_forward_token1] = ACTIONS(3330), - [aux_sym_request_tty_token1] = ACTIONS(3330), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3330), - [aux_sym_security_key_provider_token1] = ACTIONS(3330), - [aux_sym_send_env_token1] = ACTIONS(3330), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3330), - [aux_sym_server_alive_interval_token1] = ACTIONS(3330), - [aux_sym_session_type_token1] = ACTIONS(3330), - [aux_sym_set_env_token1] = ACTIONS(3330), - [aux_sym_stdin_null_token1] = ACTIONS(3330), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3330), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3330), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3330), - [aux_sym_syslog_facility_token1] = ACTIONS(3330), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3330), - [aux_sym_keep_alive_token1] = ACTIONS(3330), - [aux_sym_tunnel_token1] = ACTIONS(3332), - [aux_sym_tunnel_device_token1] = ACTIONS(3330), - [aux_sym_update_host_keys_token1] = ACTIONS(3330), - [aux_sym_use_keychain_token1] = ACTIONS(3330), - [aux_sym_use_roaming_token1] = ACTIONS(3330), - [aux_sym_user_token1] = ACTIONS(3332), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3330), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3330), - [aux_sym_visual_host_key_token1] = ACTIONS(3330), - [aux_sym_xauth_location_token1] = ACTIONS(3330), + [ts_builtin_sym_end] = ACTIONS(777), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(779), + [aux_sym_match_token1] = ACTIONS(777), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(777), + [aux_sym_address_family_token1] = ACTIONS(777), + [aux_sym_batch_mode_token1] = ACTIONS(777), + [aux_sym_bind_address_token1] = ACTIONS(777), + [aux_sym_bind_interface_token1] = ACTIONS(777), + [aux_sym_canonical_domains_token1] = ACTIONS(777), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(777), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(777), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(777), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(777), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(777), + [aux_sym_certificate_file_token1] = ACTIONS(777), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(777), + [aux_sym_check_host_ip_token1] = ACTIONS(777), + [aux_sym_ciphers_token1] = ACTIONS(777), + [aux_sym_cipher_token1] = ACTIONS(779), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(777), + [aux_sym_compression_token1] = ACTIONS(777), + [aux_sym_connection_attempts_token1] = ACTIONS(777), + [aux_sym_connect_timeout_token1] = ACTIONS(777), + [aux_sym_control_master_token1] = ACTIONS(777), + [aux_sym_control_path_token1] = ACTIONS(777), + [aux_sym_control_persist_token1] = ACTIONS(777), + [aux_sym_dynamic_forward_token1] = ACTIONS(777), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(777), + [aux_sym_escape_char_token1] = ACTIONS(777), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(777), + [aux_sym_fingerprint_hash_token1] = ACTIONS(777), + [aux_sym_fork_after_authentication_token1] = ACTIONS(777), + [aux_sym_forward_agent_token1] = ACTIONS(777), + [aux_sym_forward_x11_token1] = ACTIONS(779), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(777), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(777), + [aux_sym_gateway_ports_token1] = ACTIONS(777), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(777), + [aux_sym_gssapi_authentication_token1] = ACTIONS(777), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(777), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(777), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(777), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(777), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(777), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(777), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(777), + [aux_sym_hash_known_hosts_token1] = ACTIONS(777), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(777), + [aux_sym_hostbased_authentication_token1] = ACTIONS(777), + [aux_sym_host_key_algorithms_token1] = ACTIONS(777), + [aux_sym_host_key_alias_token1] = ACTIONS(777), + [aux_sym_hostname_token1] = ACTIONS(777), + [aux_sym_identities_only_token1] = ACTIONS(777), + [aux_sym_identity_agent_token1] = ACTIONS(777), + [aux_sym_identity_file_token1] = ACTIONS(777), + [aux_sym_ignore_unknown_token1] = ACTIONS(777), + [aux_sym_include_token1] = ACTIONS(777), + [aux_sym_ip_qos_token1] = ACTIONS(777), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(777), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(777), + [aux_sym_kex_algorithms_token1] = ACTIONS(777), + [aux_sym_known_hosts_command_token1] = ACTIONS(777), + [aux_sym_local_command_token1] = ACTIONS(777), + [aux_sym_local_forward_token1] = ACTIONS(777), + [aux_sym_log_level_token1] = ACTIONS(777), + [aux_sym_log_verbose_token1] = ACTIONS(777), + [aux_sym_macs_token1] = ACTIONS(777), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(777), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(777), + [aux_sym_password_authentication_token1] = ACTIONS(777), + [aux_sym_permit_local_command_token1] = ACTIONS(777), + [aux_sym_permit_remote_open_token1] = ACTIONS(777), + [aux_sym_pkcs11_provider_token1] = ACTIONS(777), + [aux_sym_port_token1] = ACTIONS(777), + [aux_sym_preferred_authentications_token1] = ACTIONS(777), + [aux_sym_protocol_token1] = ACTIONS(777), + [aux_sym_proxy_command_token1] = ACTIONS(777), + [aux_sym_proxy_jump_token1] = ACTIONS(777), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(777), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(777), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(777), + [aux_sym_pubkey_authentication_token1] = ACTIONS(777), + [aux_sym_rekey_limit_token1] = ACTIONS(777), + [aux_sym_remote_command_token1] = ACTIONS(777), + [aux_sym_remote_forward_token1] = ACTIONS(777), + [aux_sym_request_tty_token1] = ACTIONS(777), + [aux_sym_required_rsa_size_token1] = ACTIONS(777), + [aux_sym_revoked_host_keys_token1] = ACTIONS(777), + [aux_sym_security_key_provider_token1] = ACTIONS(777), + [aux_sym_send_env_token1] = ACTIONS(777), + [aux_sym_server_alive_count_max_token1] = ACTIONS(777), + [aux_sym_server_alive_interval_token1] = ACTIONS(777), + [aux_sym_session_type_token1] = ACTIONS(777), + [aux_sym_set_env_token1] = ACTIONS(777), + [aux_sym_stdin_null_token1] = ACTIONS(777), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(777), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(777), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(777), + [aux_sym_syslog_facility_token1] = ACTIONS(777), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(777), + [aux_sym_keep_alive_token1] = ACTIONS(777), + [aux_sym_tunnel_token1] = ACTIONS(779), + [aux_sym_tunnel_device_token1] = ACTIONS(777), + [aux_sym_update_host_keys_token1] = ACTIONS(777), + [aux_sym_use_keychain_token1] = ACTIONS(777), + [aux_sym_use_roaming_token1] = ACTIONS(777), + [aux_sym_user_token1] = ACTIONS(779), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(777), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(777), + [aux_sym_visual_host_key_token1] = ACTIONS(777), + [aux_sym_xauth_location_token1] = ACTIONS(777), }, [599] = { - [ts_builtin_sym_end] = ACTIONS(3334), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3336), - [aux_sym_match_token1] = ACTIONS(3334), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3334), - [aux_sym_address_family_token1] = ACTIONS(3334), - [aux_sym_batch_mode_token1] = ACTIONS(3334), - [aux_sym_bind_address_token1] = ACTIONS(3334), - [aux_sym_bind_interface_token1] = ACTIONS(3334), - [aux_sym_canonical_domains_token1] = ACTIONS(3334), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3334), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3334), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3334), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3334), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3334), - [aux_sym_certificate_file_token1] = ACTIONS(3334), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3334), - [aux_sym_check_host_ip_token1] = ACTIONS(3334), - [aux_sym_ciphers_token1] = ACTIONS(3334), - [aux_sym_cipher_token1] = ACTIONS(3336), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3334), - [aux_sym_compression_token1] = ACTIONS(3334), - [aux_sym_connection_attempts_token1] = ACTIONS(3334), - [aux_sym_connect_timeout_token1] = ACTIONS(3334), - [aux_sym_control_master_token1] = ACTIONS(3334), - [aux_sym_control_path_token1] = ACTIONS(3334), - [aux_sym_control_persist_token1] = ACTIONS(3334), - [aux_sym_dynamic_forward_token1] = ACTIONS(3334), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3334), - [aux_sym_escape_char_token1] = ACTIONS(3334), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3334), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3334), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3334), - [aux_sym_forward_agent_token1] = ACTIONS(3334), - [aux_sym_forward_x11_token1] = ACTIONS(3336), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3334), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3334), - [aux_sym_gateway_ports_token1] = ACTIONS(3334), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3334), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3334), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3334), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3334), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3334), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3334), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3334), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3334), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3334), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3334), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3334), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3334), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3334), - [aux_sym_host_key_alias_token1] = ACTIONS(3334), - [aux_sym_hostname_token1] = ACTIONS(3334), - [aux_sym_identities_only_token1] = ACTIONS(3334), - [aux_sym_identity_agent_token1] = ACTIONS(3334), - [aux_sym_identity_file_token1] = ACTIONS(3334), - [aux_sym_ignore_unknown_token1] = ACTIONS(3334), - [aux_sym_include_token1] = ACTIONS(3334), - [aux_sym_ip_qos_token1] = ACTIONS(3334), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3334), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3334), - [aux_sym_kex_algorithms_token1] = ACTIONS(3334), - [aux_sym_known_hosts_command_token1] = ACTIONS(3334), - [aux_sym_local_command_token1] = ACTIONS(3334), - [aux_sym_local_forward_token1] = ACTIONS(3334), - [aux_sym_log_level_token1] = ACTIONS(3334), - [aux_sym_log_verbose_token1] = ACTIONS(3334), - [aux_sym_macs_token1] = ACTIONS(3334), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3334), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3334), - [aux_sym_password_authentication_token1] = ACTIONS(3334), - [aux_sym_permit_local_command_token1] = ACTIONS(3334), - [aux_sym_permit_remote_open_token1] = ACTIONS(3334), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3334), - [aux_sym_port_token1] = ACTIONS(3334), - [aux_sym_preferred_authentications_token1] = ACTIONS(3334), - [aux_sym_protocol_token1] = ACTIONS(3334), - [aux_sym_proxy_command_token1] = ACTIONS(3334), - [aux_sym_proxy_jump_token1] = ACTIONS(3334), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3334), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3334), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3334), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3334), - [aux_sym_rekey_limit_token1] = ACTIONS(3334), - [aux_sym_remote_command_token1] = ACTIONS(3334), - [aux_sym_remote_forward_token1] = ACTIONS(3334), - [aux_sym_request_tty_token1] = ACTIONS(3334), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3334), - [aux_sym_security_key_provider_token1] = ACTIONS(3334), - [aux_sym_send_env_token1] = ACTIONS(3334), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3334), - [aux_sym_server_alive_interval_token1] = ACTIONS(3334), - [aux_sym_session_type_token1] = ACTIONS(3334), - [aux_sym_set_env_token1] = ACTIONS(3334), - [aux_sym_stdin_null_token1] = ACTIONS(3334), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3334), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3334), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3334), - [aux_sym_syslog_facility_token1] = ACTIONS(3334), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3334), - [aux_sym_keep_alive_token1] = ACTIONS(3334), - [aux_sym_tunnel_token1] = ACTIONS(3336), - [aux_sym_tunnel_device_token1] = ACTIONS(3334), - [aux_sym_update_host_keys_token1] = ACTIONS(3334), - [aux_sym_use_keychain_token1] = ACTIONS(3334), - [aux_sym_use_roaming_token1] = ACTIONS(3334), - [aux_sym_user_token1] = ACTIONS(3336), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3334), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3334), - [aux_sym_visual_host_key_token1] = ACTIONS(3334), - [aux_sym_xauth_location_token1] = ACTIONS(3334), + [ts_builtin_sym_end] = ACTIONS(783), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(785), + [aux_sym_match_token1] = ACTIONS(783), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(783), + [aux_sym_address_family_token1] = ACTIONS(783), + [aux_sym_batch_mode_token1] = ACTIONS(783), + [aux_sym_bind_address_token1] = ACTIONS(783), + [aux_sym_bind_interface_token1] = ACTIONS(783), + [aux_sym_canonical_domains_token1] = ACTIONS(783), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(783), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(783), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(783), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(783), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(783), + [aux_sym_certificate_file_token1] = ACTIONS(783), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(783), + [aux_sym_check_host_ip_token1] = ACTIONS(783), + [aux_sym_ciphers_token1] = ACTIONS(783), + [aux_sym_cipher_token1] = ACTIONS(785), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(783), + [aux_sym_compression_token1] = ACTIONS(783), + [aux_sym_connection_attempts_token1] = ACTIONS(783), + [aux_sym_connect_timeout_token1] = ACTIONS(783), + [aux_sym_control_master_token1] = ACTIONS(783), + [aux_sym_control_path_token1] = ACTIONS(783), + [aux_sym_control_persist_token1] = ACTIONS(783), + [aux_sym_dynamic_forward_token1] = ACTIONS(783), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(783), + [aux_sym_escape_char_token1] = ACTIONS(783), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(783), + [aux_sym_fingerprint_hash_token1] = ACTIONS(783), + [aux_sym_fork_after_authentication_token1] = ACTIONS(783), + [aux_sym_forward_agent_token1] = ACTIONS(783), + [aux_sym_forward_x11_token1] = ACTIONS(785), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(783), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(783), + [aux_sym_gateway_ports_token1] = ACTIONS(783), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(783), + [aux_sym_gssapi_authentication_token1] = ACTIONS(783), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(783), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(783), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(783), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(783), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(783), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(783), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(783), + [aux_sym_hash_known_hosts_token1] = ACTIONS(783), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(783), + [aux_sym_hostbased_authentication_token1] = ACTIONS(783), + [aux_sym_host_key_algorithms_token1] = ACTIONS(783), + [aux_sym_host_key_alias_token1] = ACTIONS(783), + [aux_sym_hostname_token1] = ACTIONS(783), + [aux_sym_identities_only_token1] = ACTIONS(783), + [aux_sym_identity_agent_token1] = ACTIONS(783), + [aux_sym_identity_file_token1] = ACTIONS(783), + [aux_sym_ignore_unknown_token1] = ACTIONS(783), + [aux_sym_include_token1] = ACTIONS(783), + [aux_sym_ip_qos_token1] = ACTIONS(783), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(783), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(783), + [aux_sym_kex_algorithms_token1] = ACTIONS(783), + [aux_sym_known_hosts_command_token1] = ACTIONS(783), + [aux_sym_local_command_token1] = ACTIONS(783), + [aux_sym_local_forward_token1] = ACTIONS(783), + [aux_sym_log_level_token1] = ACTIONS(783), + [aux_sym_log_verbose_token1] = ACTIONS(783), + [aux_sym_macs_token1] = ACTIONS(783), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(783), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(783), + [aux_sym_password_authentication_token1] = ACTIONS(783), + [aux_sym_permit_local_command_token1] = ACTIONS(783), + [aux_sym_permit_remote_open_token1] = ACTIONS(783), + [aux_sym_pkcs11_provider_token1] = ACTIONS(783), + [aux_sym_port_token1] = ACTIONS(783), + [aux_sym_preferred_authentications_token1] = ACTIONS(783), + [aux_sym_protocol_token1] = ACTIONS(783), + [aux_sym_proxy_command_token1] = ACTIONS(783), + [aux_sym_proxy_jump_token1] = ACTIONS(783), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(783), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(783), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(783), + [aux_sym_pubkey_authentication_token1] = ACTIONS(783), + [aux_sym_rekey_limit_token1] = ACTIONS(783), + [aux_sym_remote_command_token1] = ACTIONS(783), + [aux_sym_remote_forward_token1] = ACTIONS(783), + [aux_sym_request_tty_token1] = ACTIONS(783), + [aux_sym_required_rsa_size_token1] = ACTIONS(783), + [aux_sym_revoked_host_keys_token1] = ACTIONS(783), + [aux_sym_security_key_provider_token1] = ACTIONS(783), + [aux_sym_send_env_token1] = ACTIONS(783), + [aux_sym_server_alive_count_max_token1] = ACTIONS(783), + [aux_sym_server_alive_interval_token1] = ACTIONS(783), + [aux_sym_session_type_token1] = ACTIONS(783), + [aux_sym_set_env_token1] = ACTIONS(783), + [aux_sym_stdin_null_token1] = ACTIONS(783), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(783), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(783), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(783), + [aux_sym_syslog_facility_token1] = ACTIONS(783), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(783), + [aux_sym_keep_alive_token1] = ACTIONS(783), + [aux_sym_tunnel_token1] = ACTIONS(785), + [aux_sym_tunnel_device_token1] = ACTIONS(783), + [aux_sym_update_host_keys_token1] = ACTIONS(783), + [aux_sym_use_keychain_token1] = ACTIONS(783), + [aux_sym_use_roaming_token1] = ACTIONS(783), + [aux_sym_user_token1] = ACTIONS(785), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(783), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(783), + [aux_sym_visual_host_key_token1] = ACTIONS(783), + [aux_sym_xauth_location_token1] = ACTIONS(783), }, [600] = { - [ts_builtin_sym_end] = ACTIONS(1270), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1272), - [aux_sym_match_token1] = ACTIONS(1270), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1270), - [aux_sym_address_family_token1] = ACTIONS(1270), - [aux_sym_batch_mode_token1] = ACTIONS(1270), - [aux_sym_bind_address_token1] = ACTIONS(1270), - [aux_sym_bind_interface_token1] = ACTIONS(1270), - [aux_sym_canonical_domains_token1] = ACTIONS(1270), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1270), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1270), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1270), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1270), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1270), - [aux_sym_certificate_file_token1] = ACTIONS(1270), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1270), - [aux_sym_check_host_ip_token1] = ACTIONS(1270), - [aux_sym_ciphers_token1] = ACTIONS(1270), - [aux_sym_cipher_token1] = ACTIONS(1272), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1270), - [aux_sym_compression_token1] = ACTIONS(1270), - [aux_sym_connection_attempts_token1] = ACTIONS(1270), - [aux_sym_connect_timeout_token1] = ACTIONS(1270), - [aux_sym_control_master_token1] = ACTIONS(1270), - [aux_sym_control_path_token1] = ACTIONS(1270), - [aux_sym_control_persist_token1] = ACTIONS(1270), - [aux_sym_dynamic_forward_token1] = ACTIONS(1270), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1270), - [aux_sym_escape_char_token1] = ACTIONS(1270), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1270), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1270), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1270), - [aux_sym_forward_agent_token1] = ACTIONS(1270), - [aux_sym_forward_x11_token1] = ACTIONS(1272), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1270), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1270), - [aux_sym_gateway_ports_token1] = ACTIONS(1270), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1270), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1270), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1270), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1270), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1270), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1270), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1270), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1270), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1270), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1270), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1270), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1270), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1270), - [aux_sym_host_key_alias_token1] = ACTIONS(1270), - [aux_sym_hostname_token1] = ACTIONS(1270), - [aux_sym_identities_only_token1] = ACTIONS(1270), - [aux_sym_identity_agent_token1] = ACTIONS(1270), - [aux_sym_identity_file_token1] = ACTIONS(1270), - [aux_sym_ignore_unknown_token1] = ACTIONS(1270), - [aux_sym_include_token1] = ACTIONS(1270), - [aux_sym_ip_qos_token1] = ACTIONS(1270), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1270), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1270), - [aux_sym_kex_algorithms_token1] = ACTIONS(1270), - [aux_sym_known_hosts_command_token1] = ACTIONS(1270), - [aux_sym_local_command_token1] = ACTIONS(1270), - [aux_sym_local_forward_token1] = ACTIONS(1270), - [aux_sym_log_level_token1] = ACTIONS(1270), - [aux_sym_log_verbose_token1] = ACTIONS(1270), - [aux_sym_macs_token1] = ACTIONS(1270), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1270), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1270), - [aux_sym_password_authentication_token1] = ACTIONS(1270), - [aux_sym_permit_local_command_token1] = ACTIONS(1270), - [aux_sym_permit_remote_open_token1] = ACTIONS(1270), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1270), - [aux_sym_port_token1] = ACTIONS(1270), - [aux_sym_preferred_authentications_token1] = ACTIONS(1270), - [aux_sym_protocol_token1] = ACTIONS(1270), - [aux_sym_proxy_command_token1] = ACTIONS(1270), - [aux_sym_proxy_jump_token1] = ACTIONS(1270), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1270), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1270), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1270), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1270), - [aux_sym_rekey_limit_token1] = ACTIONS(1270), - [aux_sym_remote_command_token1] = ACTIONS(1270), - [aux_sym_remote_forward_token1] = ACTIONS(1270), - [aux_sym_request_tty_token1] = ACTIONS(1270), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1270), - [aux_sym_security_key_provider_token1] = ACTIONS(1270), - [aux_sym_send_env_token1] = ACTIONS(1270), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1270), - [aux_sym_server_alive_interval_token1] = ACTIONS(1270), - [aux_sym_session_type_token1] = ACTIONS(1270), - [aux_sym_set_env_token1] = ACTIONS(1270), - [aux_sym_stdin_null_token1] = ACTIONS(1270), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1270), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1270), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1270), - [aux_sym_syslog_facility_token1] = ACTIONS(1270), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1270), - [aux_sym_keep_alive_token1] = ACTIONS(1270), - [aux_sym_tunnel_token1] = ACTIONS(1272), - [aux_sym_tunnel_device_token1] = ACTIONS(1270), - [aux_sym_update_host_keys_token1] = ACTIONS(1270), - [aux_sym_use_keychain_token1] = ACTIONS(1270), - [aux_sym_use_roaming_token1] = ACTIONS(1270), - [aux_sym_user_token1] = ACTIONS(1272), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1270), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1270), - [aux_sym_visual_host_key_token1] = ACTIONS(1270), - [aux_sym_xauth_location_token1] = ACTIONS(1270), + [ts_builtin_sym_end] = ACTIONS(789), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(791), + [aux_sym_match_token1] = ACTIONS(789), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(789), + [aux_sym_address_family_token1] = ACTIONS(789), + [aux_sym_batch_mode_token1] = ACTIONS(789), + [aux_sym_bind_address_token1] = ACTIONS(789), + [aux_sym_bind_interface_token1] = ACTIONS(789), + [aux_sym_canonical_domains_token1] = ACTIONS(789), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(789), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(789), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(789), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(789), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(789), + [aux_sym_certificate_file_token1] = ACTIONS(789), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(789), + [aux_sym_check_host_ip_token1] = ACTIONS(789), + [aux_sym_ciphers_token1] = ACTIONS(789), + [aux_sym_cipher_token1] = ACTIONS(791), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(789), + [aux_sym_compression_token1] = ACTIONS(789), + [aux_sym_connection_attempts_token1] = ACTIONS(789), + [aux_sym_connect_timeout_token1] = ACTIONS(789), + [aux_sym_control_master_token1] = ACTIONS(789), + [aux_sym_control_path_token1] = ACTIONS(789), + [aux_sym_control_persist_token1] = ACTIONS(789), + [aux_sym_dynamic_forward_token1] = ACTIONS(789), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(789), + [aux_sym_escape_char_token1] = ACTIONS(789), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(789), + [aux_sym_fingerprint_hash_token1] = ACTIONS(789), + [aux_sym_fork_after_authentication_token1] = ACTIONS(789), + [aux_sym_forward_agent_token1] = ACTIONS(789), + [aux_sym_forward_x11_token1] = ACTIONS(791), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(789), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(789), + [aux_sym_gateway_ports_token1] = ACTIONS(789), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(789), + [aux_sym_gssapi_authentication_token1] = ACTIONS(789), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(789), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(789), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(789), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(789), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(789), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(789), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(789), + [aux_sym_hash_known_hosts_token1] = ACTIONS(789), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(789), + [aux_sym_hostbased_authentication_token1] = ACTIONS(789), + [aux_sym_host_key_algorithms_token1] = ACTIONS(789), + [aux_sym_host_key_alias_token1] = ACTIONS(789), + [aux_sym_hostname_token1] = ACTIONS(789), + [aux_sym_identities_only_token1] = ACTIONS(789), + [aux_sym_identity_agent_token1] = ACTIONS(789), + [aux_sym_identity_file_token1] = ACTIONS(789), + [aux_sym_ignore_unknown_token1] = ACTIONS(789), + [aux_sym_include_token1] = ACTIONS(789), + [aux_sym_ip_qos_token1] = ACTIONS(789), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(789), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(789), + [aux_sym_kex_algorithms_token1] = ACTIONS(789), + [aux_sym_known_hosts_command_token1] = ACTIONS(789), + [aux_sym_local_command_token1] = ACTIONS(789), + [aux_sym_local_forward_token1] = ACTIONS(789), + [aux_sym_log_level_token1] = ACTIONS(789), + [aux_sym_log_verbose_token1] = ACTIONS(789), + [aux_sym_macs_token1] = ACTIONS(789), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(789), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(789), + [aux_sym_password_authentication_token1] = ACTIONS(789), + [aux_sym_permit_local_command_token1] = ACTIONS(789), + [aux_sym_permit_remote_open_token1] = ACTIONS(789), + [aux_sym_pkcs11_provider_token1] = ACTIONS(789), + [aux_sym_port_token1] = ACTIONS(789), + [aux_sym_preferred_authentications_token1] = ACTIONS(789), + [aux_sym_protocol_token1] = ACTIONS(789), + [aux_sym_proxy_command_token1] = ACTIONS(789), + [aux_sym_proxy_jump_token1] = ACTIONS(789), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(789), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(789), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(789), + [aux_sym_pubkey_authentication_token1] = ACTIONS(789), + [aux_sym_rekey_limit_token1] = ACTIONS(789), + [aux_sym_remote_command_token1] = ACTIONS(789), + [aux_sym_remote_forward_token1] = ACTIONS(789), + [aux_sym_request_tty_token1] = ACTIONS(789), + [aux_sym_required_rsa_size_token1] = ACTIONS(789), + [aux_sym_revoked_host_keys_token1] = ACTIONS(789), + [aux_sym_security_key_provider_token1] = ACTIONS(789), + [aux_sym_send_env_token1] = ACTIONS(789), + [aux_sym_server_alive_count_max_token1] = ACTIONS(789), + [aux_sym_server_alive_interval_token1] = ACTIONS(789), + [aux_sym_session_type_token1] = ACTIONS(789), + [aux_sym_set_env_token1] = ACTIONS(789), + [aux_sym_stdin_null_token1] = ACTIONS(789), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(789), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(789), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(789), + [aux_sym_syslog_facility_token1] = ACTIONS(789), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(789), + [aux_sym_keep_alive_token1] = ACTIONS(789), + [aux_sym_tunnel_token1] = ACTIONS(791), + [aux_sym_tunnel_device_token1] = ACTIONS(789), + [aux_sym_update_host_keys_token1] = ACTIONS(789), + [aux_sym_use_keychain_token1] = ACTIONS(789), + [aux_sym_use_roaming_token1] = ACTIONS(789), + [aux_sym_user_token1] = ACTIONS(791), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(789), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(789), + [aux_sym_visual_host_key_token1] = ACTIONS(789), + [aux_sym_xauth_location_token1] = ACTIONS(789), }, [601] = { - [ts_builtin_sym_end] = ACTIONS(1276), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1278), - [aux_sym_match_token1] = ACTIONS(1276), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1276), - [aux_sym_address_family_token1] = ACTIONS(1276), - [aux_sym_batch_mode_token1] = ACTIONS(1276), - [aux_sym_bind_address_token1] = ACTIONS(1276), - [aux_sym_bind_interface_token1] = ACTIONS(1276), - [aux_sym_canonical_domains_token1] = ACTIONS(1276), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1276), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1276), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1276), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1276), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1276), - [aux_sym_certificate_file_token1] = ACTIONS(1276), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1276), - [aux_sym_check_host_ip_token1] = ACTIONS(1276), - [aux_sym_ciphers_token1] = ACTIONS(1276), - [aux_sym_cipher_token1] = ACTIONS(1278), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1276), - [aux_sym_compression_token1] = ACTIONS(1276), - [aux_sym_connection_attempts_token1] = ACTIONS(1276), - [aux_sym_connect_timeout_token1] = ACTIONS(1276), - [aux_sym_control_master_token1] = ACTIONS(1276), - [aux_sym_control_path_token1] = ACTIONS(1276), - [aux_sym_control_persist_token1] = ACTIONS(1276), - [aux_sym_dynamic_forward_token1] = ACTIONS(1276), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1276), - [aux_sym_escape_char_token1] = ACTIONS(1276), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1276), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1276), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1276), - [aux_sym_forward_agent_token1] = ACTIONS(1276), - [aux_sym_forward_x11_token1] = ACTIONS(1278), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1276), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1276), - [aux_sym_gateway_ports_token1] = ACTIONS(1276), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1276), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1276), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1276), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1276), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1276), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1276), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1276), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1276), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1276), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1276), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1276), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1276), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1276), - [aux_sym_host_key_alias_token1] = ACTIONS(1276), - [aux_sym_hostname_token1] = ACTIONS(1276), - [aux_sym_identities_only_token1] = ACTIONS(1276), - [aux_sym_identity_agent_token1] = ACTIONS(1276), - [aux_sym_identity_file_token1] = ACTIONS(1276), - [aux_sym_ignore_unknown_token1] = ACTIONS(1276), - [aux_sym_include_token1] = ACTIONS(1276), - [aux_sym_ip_qos_token1] = ACTIONS(1276), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1276), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1276), - [aux_sym_kex_algorithms_token1] = ACTIONS(1276), - [aux_sym_known_hosts_command_token1] = ACTIONS(1276), - [aux_sym_local_command_token1] = ACTIONS(1276), - [aux_sym_local_forward_token1] = ACTIONS(1276), - [aux_sym_log_level_token1] = ACTIONS(1276), - [aux_sym_log_verbose_token1] = ACTIONS(1276), - [aux_sym_macs_token1] = ACTIONS(1276), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1276), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1276), - [aux_sym_password_authentication_token1] = ACTIONS(1276), - [aux_sym_permit_local_command_token1] = ACTIONS(1276), - [aux_sym_permit_remote_open_token1] = ACTIONS(1276), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1276), - [aux_sym_port_token1] = ACTIONS(1276), - [aux_sym_preferred_authentications_token1] = ACTIONS(1276), - [aux_sym_protocol_token1] = ACTIONS(1276), - [aux_sym_proxy_command_token1] = ACTIONS(1276), - [aux_sym_proxy_jump_token1] = ACTIONS(1276), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1276), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1276), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1276), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1276), - [aux_sym_rekey_limit_token1] = ACTIONS(1276), - [aux_sym_remote_command_token1] = ACTIONS(1276), - [aux_sym_remote_forward_token1] = ACTIONS(1276), - [aux_sym_request_tty_token1] = ACTIONS(1276), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1276), - [aux_sym_security_key_provider_token1] = ACTIONS(1276), - [aux_sym_send_env_token1] = ACTIONS(1276), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1276), - [aux_sym_server_alive_interval_token1] = ACTIONS(1276), - [aux_sym_session_type_token1] = ACTIONS(1276), - [aux_sym_set_env_token1] = ACTIONS(1276), - [aux_sym_stdin_null_token1] = ACTIONS(1276), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1276), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1276), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1276), - [aux_sym_syslog_facility_token1] = ACTIONS(1276), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1276), - [aux_sym_keep_alive_token1] = ACTIONS(1276), - [aux_sym_tunnel_token1] = ACTIONS(1278), - [aux_sym_tunnel_device_token1] = ACTIONS(1276), - [aux_sym_update_host_keys_token1] = ACTIONS(1276), - [aux_sym_use_keychain_token1] = ACTIONS(1276), - [aux_sym_use_roaming_token1] = ACTIONS(1276), - [aux_sym_user_token1] = ACTIONS(1278), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1276), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1276), - [aux_sym_visual_host_key_token1] = ACTIONS(1276), - [aux_sym_xauth_location_token1] = ACTIONS(1276), + [ts_builtin_sym_end] = ACTIONS(795), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(797), + [aux_sym_match_token1] = ACTIONS(795), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(795), + [aux_sym_address_family_token1] = ACTIONS(795), + [aux_sym_batch_mode_token1] = ACTIONS(795), + [aux_sym_bind_address_token1] = ACTIONS(795), + [aux_sym_bind_interface_token1] = ACTIONS(795), + [aux_sym_canonical_domains_token1] = ACTIONS(795), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(795), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(795), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(795), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(795), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(795), + [aux_sym_certificate_file_token1] = ACTIONS(795), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(795), + [aux_sym_check_host_ip_token1] = ACTIONS(795), + [aux_sym_ciphers_token1] = ACTIONS(795), + [aux_sym_cipher_token1] = ACTIONS(797), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(795), + [aux_sym_compression_token1] = ACTIONS(795), + [aux_sym_connection_attempts_token1] = ACTIONS(795), + [aux_sym_connect_timeout_token1] = ACTIONS(795), + [aux_sym_control_master_token1] = ACTIONS(795), + [aux_sym_control_path_token1] = ACTIONS(795), + [aux_sym_control_persist_token1] = ACTIONS(795), + [aux_sym_dynamic_forward_token1] = ACTIONS(795), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(795), + [aux_sym_escape_char_token1] = ACTIONS(795), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(795), + [aux_sym_fingerprint_hash_token1] = ACTIONS(795), + [aux_sym_fork_after_authentication_token1] = ACTIONS(795), + [aux_sym_forward_agent_token1] = ACTIONS(795), + [aux_sym_forward_x11_token1] = ACTIONS(797), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(795), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(795), + [aux_sym_gateway_ports_token1] = ACTIONS(795), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(795), + [aux_sym_gssapi_authentication_token1] = ACTIONS(795), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(795), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(795), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(795), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(795), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(795), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(795), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(795), + [aux_sym_hash_known_hosts_token1] = ACTIONS(795), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(795), + [aux_sym_hostbased_authentication_token1] = ACTIONS(795), + [aux_sym_host_key_algorithms_token1] = ACTIONS(795), + [aux_sym_host_key_alias_token1] = ACTIONS(795), + [aux_sym_hostname_token1] = ACTIONS(795), + [aux_sym_identities_only_token1] = ACTIONS(795), + [aux_sym_identity_agent_token1] = ACTIONS(795), + [aux_sym_identity_file_token1] = ACTIONS(795), + [aux_sym_ignore_unknown_token1] = ACTIONS(795), + [aux_sym_include_token1] = ACTIONS(795), + [aux_sym_ip_qos_token1] = ACTIONS(795), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(795), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(795), + [aux_sym_kex_algorithms_token1] = ACTIONS(795), + [aux_sym_known_hosts_command_token1] = ACTIONS(795), + [aux_sym_local_command_token1] = ACTIONS(795), + [aux_sym_local_forward_token1] = ACTIONS(795), + [aux_sym_log_level_token1] = ACTIONS(795), + [aux_sym_log_verbose_token1] = ACTIONS(795), + [aux_sym_macs_token1] = ACTIONS(795), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(795), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(795), + [aux_sym_password_authentication_token1] = ACTIONS(795), + [aux_sym_permit_local_command_token1] = ACTIONS(795), + [aux_sym_permit_remote_open_token1] = ACTIONS(795), + [aux_sym_pkcs11_provider_token1] = ACTIONS(795), + [aux_sym_port_token1] = ACTIONS(795), + [aux_sym_preferred_authentications_token1] = ACTIONS(795), + [aux_sym_protocol_token1] = ACTIONS(795), + [aux_sym_proxy_command_token1] = ACTIONS(795), + [aux_sym_proxy_jump_token1] = ACTIONS(795), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(795), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(795), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(795), + [aux_sym_pubkey_authentication_token1] = ACTIONS(795), + [aux_sym_rekey_limit_token1] = ACTIONS(795), + [aux_sym_remote_command_token1] = ACTIONS(795), + [aux_sym_remote_forward_token1] = ACTIONS(795), + [aux_sym_request_tty_token1] = ACTIONS(795), + [aux_sym_required_rsa_size_token1] = ACTIONS(795), + [aux_sym_revoked_host_keys_token1] = ACTIONS(795), + [aux_sym_security_key_provider_token1] = ACTIONS(795), + [aux_sym_send_env_token1] = ACTIONS(795), + [aux_sym_server_alive_count_max_token1] = ACTIONS(795), + [aux_sym_server_alive_interval_token1] = ACTIONS(795), + [aux_sym_session_type_token1] = ACTIONS(795), + [aux_sym_set_env_token1] = ACTIONS(795), + [aux_sym_stdin_null_token1] = ACTIONS(795), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(795), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(795), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(795), + [aux_sym_syslog_facility_token1] = ACTIONS(795), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(795), + [aux_sym_keep_alive_token1] = ACTIONS(795), + [aux_sym_tunnel_token1] = ACTIONS(797), + [aux_sym_tunnel_device_token1] = ACTIONS(795), + [aux_sym_update_host_keys_token1] = ACTIONS(795), + [aux_sym_use_keychain_token1] = ACTIONS(795), + [aux_sym_use_roaming_token1] = ACTIONS(795), + [aux_sym_user_token1] = ACTIONS(797), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(795), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(795), + [aux_sym_visual_host_key_token1] = ACTIONS(795), + [aux_sym_xauth_location_token1] = ACTIONS(795), }, [602] = { - [ts_builtin_sym_end] = ACTIONS(1282), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1284), - [aux_sym_match_token1] = ACTIONS(1282), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1282), - [aux_sym_address_family_token1] = ACTIONS(1282), - [aux_sym_batch_mode_token1] = ACTIONS(1282), - [aux_sym_bind_address_token1] = ACTIONS(1282), - [aux_sym_bind_interface_token1] = ACTIONS(1282), - [aux_sym_canonical_domains_token1] = ACTIONS(1282), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1282), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1282), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1282), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1282), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1282), - [aux_sym_certificate_file_token1] = ACTIONS(1282), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1282), - [aux_sym_check_host_ip_token1] = ACTIONS(1282), - [aux_sym_ciphers_token1] = ACTIONS(1282), - [aux_sym_cipher_token1] = ACTIONS(1284), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1282), - [aux_sym_compression_token1] = ACTIONS(1282), - [aux_sym_connection_attempts_token1] = ACTIONS(1282), - [aux_sym_connect_timeout_token1] = ACTIONS(1282), - [aux_sym_control_master_token1] = ACTIONS(1282), - [aux_sym_control_path_token1] = ACTIONS(1282), - [aux_sym_control_persist_token1] = ACTIONS(1282), - [aux_sym_dynamic_forward_token1] = ACTIONS(1282), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1282), - [aux_sym_escape_char_token1] = ACTIONS(1282), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1282), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1282), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1282), - [aux_sym_forward_agent_token1] = ACTIONS(1282), - [aux_sym_forward_x11_token1] = ACTIONS(1284), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1282), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1282), - [aux_sym_gateway_ports_token1] = ACTIONS(1282), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1282), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1282), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1282), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1282), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1282), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1282), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1282), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1282), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1282), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1282), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1282), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1282), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1282), - [aux_sym_host_key_alias_token1] = ACTIONS(1282), - [aux_sym_hostname_token1] = ACTIONS(1282), - [aux_sym_identities_only_token1] = ACTIONS(1282), - [aux_sym_identity_agent_token1] = ACTIONS(1282), - [aux_sym_identity_file_token1] = ACTIONS(1282), - [aux_sym_ignore_unknown_token1] = ACTIONS(1282), - [aux_sym_include_token1] = ACTIONS(1282), - [aux_sym_ip_qos_token1] = ACTIONS(1282), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1282), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1282), - [aux_sym_kex_algorithms_token1] = ACTIONS(1282), - [aux_sym_known_hosts_command_token1] = ACTIONS(1282), - [aux_sym_local_command_token1] = ACTIONS(1282), - [aux_sym_local_forward_token1] = ACTIONS(1282), - [aux_sym_log_level_token1] = ACTIONS(1282), - [aux_sym_log_verbose_token1] = ACTIONS(1282), - [aux_sym_macs_token1] = ACTIONS(1282), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1282), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1282), - [aux_sym_password_authentication_token1] = ACTIONS(1282), - [aux_sym_permit_local_command_token1] = ACTIONS(1282), - [aux_sym_permit_remote_open_token1] = ACTIONS(1282), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1282), - [aux_sym_port_token1] = ACTIONS(1282), - [aux_sym_preferred_authentications_token1] = ACTIONS(1282), - [aux_sym_protocol_token1] = ACTIONS(1282), - [aux_sym_proxy_command_token1] = ACTIONS(1282), - [aux_sym_proxy_jump_token1] = ACTIONS(1282), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1282), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1282), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1282), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1282), - [aux_sym_rekey_limit_token1] = ACTIONS(1282), - [aux_sym_remote_command_token1] = ACTIONS(1282), - [aux_sym_remote_forward_token1] = ACTIONS(1282), - [aux_sym_request_tty_token1] = ACTIONS(1282), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1282), - [aux_sym_security_key_provider_token1] = ACTIONS(1282), - [aux_sym_send_env_token1] = ACTIONS(1282), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1282), - [aux_sym_server_alive_interval_token1] = ACTIONS(1282), - [aux_sym_session_type_token1] = ACTIONS(1282), - [aux_sym_set_env_token1] = ACTIONS(1282), - [aux_sym_stdin_null_token1] = ACTIONS(1282), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1282), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1282), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1282), - [aux_sym_syslog_facility_token1] = ACTIONS(1282), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1282), - [aux_sym_keep_alive_token1] = ACTIONS(1282), - [aux_sym_tunnel_token1] = ACTIONS(1284), - [aux_sym_tunnel_device_token1] = ACTIONS(1282), - [aux_sym_update_host_keys_token1] = ACTIONS(1282), - [aux_sym_use_keychain_token1] = ACTIONS(1282), - [aux_sym_use_roaming_token1] = ACTIONS(1282), - [aux_sym_user_token1] = ACTIONS(1284), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1282), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1282), - [aux_sym_visual_host_key_token1] = ACTIONS(1282), - [aux_sym_xauth_location_token1] = ACTIONS(1282), + [ts_builtin_sym_end] = ACTIONS(801), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(803), + [aux_sym_match_token1] = ACTIONS(801), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(801), + [aux_sym_address_family_token1] = ACTIONS(801), + [aux_sym_batch_mode_token1] = ACTIONS(801), + [aux_sym_bind_address_token1] = ACTIONS(801), + [aux_sym_bind_interface_token1] = ACTIONS(801), + [aux_sym_canonical_domains_token1] = ACTIONS(801), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(801), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(801), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(801), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(801), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(801), + [aux_sym_certificate_file_token1] = ACTIONS(801), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(801), + [aux_sym_check_host_ip_token1] = ACTIONS(801), + [aux_sym_ciphers_token1] = ACTIONS(801), + [aux_sym_cipher_token1] = ACTIONS(803), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(801), + [aux_sym_compression_token1] = ACTIONS(801), + [aux_sym_connection_attempts_token1] = ACTIONS(801), + [aux_sym_connect_timeout_token1] = ACTIONS(801), + [aux_sym_control_master_token1] = ACTIONS(801), + [aux_sym_control_path_token1] = ACTIONS(801), + [aux_sym_control_persist_token1] = ACTIONS(801), + [aux_sym_dynamic_forward_token1] = ACTIONS(801), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(801), + [aux_sym_escape_char_token1] = ACTIONS(801), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(801), + [aux_sym_fingerprint_hash_token1] = ACTIONS(801), + [aux_sym_fork_after_authentication_token1] = ACTIONS(801), + [aux_sym_forward_agent_token1] = ACTIONS(801), + [aux_sym_forward_x11_token1] = ACTIONS(803), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(801), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(801), + [aux_sym_gateway_ports_token1] = ACTIONS(801), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(801), + [aux_sym_gssapi_authentication_token1] = ACTIONS(801), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(801), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(801), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(801), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(801), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(801), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(801), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(801), + [aux_sym_hash_known_hosts_token1] = ACTIONS(801), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(801), + [aux_sym_hostbased_authentication_token1] = ACTIONS(801), + [aux_sym_host_key_algorithms_token1] = ACTIONS(801), + [aux_sym_host_key_alias_token1] = ACTIONS(801), + [aux_sym_hostname_token1] = ACTIONS(801), + [aux_sym_identities_only_token1] = ACTIONS(801), + [aux_sym_identity_agent_token1] = ACTIONS(801), + [aux_sym_identity_file_token1] = ACTIONS(801), + [aux_sym_ignore_unknown_token1] = ACTIONS(801), + [aux_sym_include_token1] = ACTIONS(801), + [aux_sym_ip_qos_token1] = ACTIONS(801), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(801), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(801), + [aux_sym_kex_algorithms_token1] = ACTIONS(801), + [aux_sym_known_hosts_command_token1] = ACTIONS(801), + [aux_sym_local_command_token1] = ACTIONS(801), + [aux_sym_local_forward_token1] = ACTIONS(801), + [aux_sym_log_level_token1] = ACTIONS(801), + [aux_sym_log_verbose_token1] = ACTIONS(801), + [aux_sym_macs_token1] = ACTIONS(801), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(801), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(801), + [aux_sym_password_authentication_token1] = ACTIONS(801), + [aux_sym_permit_local_command_token1] = ACTIONS(801), + [aux_sym_permit_remote_open_token1] = ACTIONS(801), + [aux_sym_pkcs11_provider_token1] = ACTIONS(801), + [aux_sym_port_token1] = ACTIONS(801), + [aux_sym_preferred_authentications_token1] = ACTIONS(801), + [aux_sym_protocol_token1] = ACTIONS(801), + [aux_sym_proxy_command_token1] = ACTIONS(801), + [aux_sym_proxy_jump_token1] = ACTIONS(801), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(801), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(801), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(801), + [aux_sym_pubkey_authentication_token1] = ACTIONS(801), + [aux_sym_rekey_limit_token1] = ACTIONS(801), + [aux_sym_remote_command_token1] = ACTIONS(801), + [aux_sym_remote_forward_token1] = ACTIONS(801), + [aux_sym_request_tty_token1] = ACTIONS(801), + [aux_sym_required_rsa_size_token1] = ACTIONS(801), + [aux_sym_revoked_host_keys_token1] = ACTIONS(801), + [aux_sym_security_key_provider_token1] = ACTIONS(801), + [aux_sym_send_env_token1] = ACTIONS(801), + [aux_sym_server_alive_count_max_token1] = ACTIONS(801), + [aux_sym_server_alive_interval_token1] = ACTIONS(801), + [aux_sym_session_type_token1] = ACTIONS(801), + [aux_sym_set_env_token1] = ACTIONS(801), + [aux_sym_stdin_null_token1] = ACTIONS(801), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(801), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(801), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(801), + [aux_sym_syslog_facility_token1] = ACTIONS(801), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(801), + [aux_sym_keep_alive_token1] = ACTIONS(801), + [aux_sym_tunnel_token1] = ACTIONS(803), + [aux_sym_tunnel_device_token1] = ACTIONS(801), + [aux_sym_update_host_keys_token1] = ACTIONS(801), + [aux_sym_use_keychain_token1] = ACTIONS(801), + [aux_sym_use_roaming_token1] = ACTIONS(801), + [aux_sym_user_token1] = ACTIONS(803), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(801), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(801), + [aux_sym_visual_host_key_token1] = ACTIONS(801), + [aux_sym_xauth_location_token1] = ACTIONS(801), }, [603] = { - [ts_builtin_sym_end] = ACTIONS(1288), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1290), - [aux_sym_match_token1] = ACTIONS(1288), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1288), - [aux_sym_address_family_token1] = ACTIONS(1288), - [aux_sym_batch_mode_token1] = ACTIONS(1288), - [aux_sym_bind_address_token1] = ACTIONS(1288), - [aux_sym_bind_interface_token1] = ACTIONS(1288), - [aux_sym_canonical_domains_token1] = ACTIONS(1288), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1288), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1288), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1288), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1288), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1288), - [aux_sym_certificate_file_token1] = ACTIONS(1288), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1288), - [aux_sym_check_host_ip_token1] = ACTIONS(1288), - [aux_sym_ciphers_token1] = ACTIONS(1288), - [aux_sym_cipher_token1] = ACTIONS(1290), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1288), - [aux_sym_compression_token1] = ACTIONS(1288), - [aux_sym_connection_attempts_token1] = ACTIONS(1288), - [aux_sym_connect_timeout_token1] = ACTIONS(1288), - [aux_sym_control_master_token1] = ACTIONS(1288), - [aux_sym_control_path_token1] = ACTIONS(1288), - [aux_sym_control_persist_token1] = ACTIONS(1288), - [aux_sym_dynamic_forward_token1] = ACTIONS(1288), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1288), - [aux_sym_escape_char_token1] = ACTIONS(1288), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1288), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1288), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1288), - [aux_sym_forward_agent_token1] = ACTIONS(1288), - [aux_sym_forward_x11_token1] = ACTIONS(1290), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1288), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1288), - [aux_sym_gateway_ports_token1] = ACTIONS(1288), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1288), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1288), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1288), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1288), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1288), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1288), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1288), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1288), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1288), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1288), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1288), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1288), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1288), - [aux_sym_host_key_alias_token1] = ACTIONS(1288), - [aux_sym_hostname_token1] = ACTIONS(1288), - [aux_sym_identities_only_token1] = ACTIONS(1288), - [aux_sym_identity_agent_token1] = ACTIONS(1288), - [aux_sym_identity_file_token1] = ACTIONS(1288), - [aux_sym_ignore_unknown_token1] = ACTIONS(1288), - [aux_sym_include_token1] = ACTIONS(1288), - [aux_sym_ip_qos_token1] = ACTIONS(1288), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1288), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1288), - [aux_sym_kex_algorithms_token1] = ACTIONS(1288), - [aux_sym_known_hosts_command_token1] = ACTIONS(1288), - [aux_sym_local_command_token1] = ACTIONS(1288), - [aux_sym_local_forward_token1] = ACTIONS(1288), - [aux_sym_log_level_token1] = ACTIONS(1288), - [aux_sym_log_verbose_token1] = ACTIONS(1288), - [aux_sym_macs_token1] = ACTIONS(1288), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1288), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1288), - [aux_sym_password_authentication_token1] = ACTIONS(1288), - [aux_sym_permit_local_command_token1] = ACTIONS(1288), - [aux_sym_permit_remote_open_token1] = ACTIONS(1288), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1288), - [aux_sym_port_token1] = ACTIONS(1288), - [aux_sym_preferred_authentications_token1] = ACTIONS(1288), - [aux_sym_protocol_token1] = ACTIONS(1288), - [aux_sym_proxy_command_token1] = ACTIONS(1288), - [aux_sym_proxy_jump_token1] = ACTIONS(1288), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1288), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1288), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1288), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1288), - [aux_sym_rekey_limit_token1] = ACTIONS(1288), - [aux_sym_remote_command_token1] = ACTIONS(1288), - [aux_sym_remote_forward_token1] = ACTIONS(1288), - [aux_sym_request_tty_token1] = ACTIONS(1288), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1288), - [aux_sym_security_key_provider_token1] = ACTIONS(1288), - [aux_sym_send_env_token1] = ACTIONS(1288), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1288), - [aux_sym_server_alive_interval_token1] = ACTIONS(1288), - [aux_sym_session_type_token1] = ACTIONS(1288), - [aux_sym_set_env_token1] = ACTIONS(1288), - [aux_sym_stdin_null_token1] = ACTIONS(1288), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1288), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1288), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1288), - [aux_sym_syslog_facility_token1] = ACTIONS(1288), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1288), - [aux_sym_keep_alive_token1] = ACTIONS(1288), - [aux_sym_tunnel_token1] = ACTIONS(1290), - [aux_sym_tunnel_device_token1] = ACTIONS(1288), - [aux_sym_update_host_keys_token1] = ACTIONS(1288), - [aux_sym_use_keychain_token1] = ACTIONS(1288), - [aux_sym_use_roaming_token1] = ACTIONS(1288), - [aux_sym_user_token1] = ACTIONS(1290), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1288), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1288), - [aux_sym_visual_host_key_token1] = ACTIONS(1288), - [aux_sym_xauth_location_token1] = ACTIONS(1288), + [ts_builtin_sym_end] = ACTIONS(807), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(809), + [aux_sym_match_token1] = ACTIONS(807), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(807), + [aux_sym_address_family_token1] = ACTIONS(807), + [aux_sym_batch_mode_token1] = ACTIONS(807), + [aux_sym_bind_address_token1] = ACTIONS(807), + [aux_sym_bind_interface_token1] = ACTIONS(807), + [aux_sym_canonical_domains_token1] = ACTIONS(807), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(807), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(807), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(807), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(807), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(807), + [aux_sym_certificate_file_token1] = ACTIONS(807), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(807), + [aux_sym_check_host_ip_token1] = ACTIONS(807), + [aux_sym_ciphers_token1] = ACTIONS(807), + [aux_sym_cipher_token1] = ACTIONS(809), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(807), + [aux_sym_compression_token1] = ACTIONS(807), + [aux_sym_connection_attempts_token1] = ACTIONS(807), + [aux_sym_connect_timeout_token1] = ACTIONS(807), + [aux_sym_control_master_token1] = ACTIONS(807), + [aux_sym_control_path_token1] = ACTIONS(807), + [aux_sym_control_persist_token1] = ACTIONS(807), + [aux_sym_dynamic_forward_token1] = ACTIONS(807), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(807), + [aux_sym_escape_char_token1] = ACTIONS(807), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(807), + [aux_sym_fingerprint_hash_token1] = ACTIONS(807), + [aux_sym_fork_after_authentication_token1] = ACTIONS(807), + [aux_sym_forward_agent_token1] = ACTIONS(807), + [aux_sym_forward_x11_token1] = ACTIONS(809), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(807), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(807), + [aux_sym_gateway_ports_token1] = ACTIONS(807), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(807), + [aux_sym_gssapi_authentication_token1] = ACTIONS(807), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(807), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(807), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(807), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(807), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(807), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(807), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(807), + [aux_sym_hash_known_hosts_token1] = ACTIONS(807), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(807), + [aux_sym_hostbased_authentication_token1] = ACTIONS(807), + [aux_sym_host_key_algorithms_token1] = ACTIONS(807), + [aux_sym_host_key_alias_token1] = ACTIONS(807), + [aux_sym_hostname_token1] = ACTIONS(807), + [aux_sym_identities_only_token1] = ACTIONS(807), + [aux_sym_identity_agent_token1] = ACTIONS(807), + [aux_sym_identity_file_token1] = ACTIONS(807), + [aux_sym_ignore_unknown_token1] = ACTIONS(807), + [aux_sym_include_token1] = ACTIONS(807), + [aux_sym_ip_qos_token1] = ACTIONS(807), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(807), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(807), + [aux_sym_kex_algorithms_token1] = ACTIONS(807), + [aux_sym_known_hosts_command_token1] = ACTIONS(807), + [aux_sym_local_command_token1] = ACTIONS(807), + [aux_sym_local_forward_token1] = ACTIONS(807), + [aux_sym_log_level_token1] = ACTIONS(807), + [aux_sym_log_verbose_token1] = ACTIONS(807), + [aux_sym_macs_token1] = ACTIONS(807), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(807), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(807), + [aux_sym_password_authentication_token1] = ACTIONS(807), + [aux_sym_permit_local_command_token1] = ACTIONS(807), + [aux_sym_permit_remote_open_token1] = ACTIONS(807), + [aux_sym_pkcs11_provider_token1] = ACTIONS(807), + [aux_sym_port_token1] = ACTIONS(807), + [aux_sym_preferred_authentications_token1] = ACTIONS(807), + [aux_sym_protocol_token1] = ACTIONS(807), + [aux_sym_proxy_command_token1] = ACTIONS(807), + [aux_sym_proxy_jump_token1] = ACTIONS(807), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(807), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(807), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(807), + [aux_sym_pubkey_authentication_token1] = ACTIONS(807), + [aux_sym_rekey_limit_token1] = ACTIONS(807), + [aux_sym_remote_command_token1] = ACTIONS(807), + [aux_sym_remote_forward_token1] = ACTIONS(807), + [aux_sym_request_tty_token1] = ACTIONS(807), + [aux_sym_required_rsa_size_token1] = ACTIONS(807), + [aux_sym_revoked_host_keys_token1] = ACTIONS(807), + [aux_sym_security_key_provider_token1] = ACTIONS(807), + [aux_sym_send_env_token1] = ACTIONS(807), + [aux_sym_server_alive_count_max_token1] = ACTIONS(807), + [aux_sym_server_alive_interval_token1] = ACTIONS(807), + [aux_sym_session_type_token1] = ACTIONS(807), + [aux_sym_set_env_token1] = ACTIONS(807), + [aux_sym_stdin_null_token1] = ACTIONS(807), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(807), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(807), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(807), + [aux_sym_syslog_facility_token1] = ACTIONS(807), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(807), + [aux_sym_keep_alive_token1] = ACTIONS(807), + [aux_sym_tunnel_token1] = ACTIONS(809), + [aux_sym_tunnel_device_token1] = ACTIONS(807), + [aux_sym_update_host_keys_token1] = ACTIONS(807), + [aux_sym_use_keychain_token1] = ACTIONS(807), + [aux_sym_use_roaming_token1] = ACTIONS(807), + [aux_sym_user_token1] = ACTIONS(809), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(807), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(807), + [aux_sym_visual_host_key_token1] = ACTIONS(807), + [aux_sym_xauth_location_token1] = ACTIONS(807), }, [604] = { - [ts_builtin_sym_end] = ACTIONS(964), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(966), - [aux_sym_match_token1] = ACTIONS(964), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(964), - [aux_sym_address_family_token1] = ACTIONS(964), - [aux_sym_batch_mode_token1] = ACTIONS(964), - [aux_sym_bind_address_token1] = ACTIONS(964), - [aux_sym_bind_interface_token1] = ACTIONS(964), - [aux_sym_canonical_domains_token1] = ACTIONS(964), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(964), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(964), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(964), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(964), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(964), - [aux_sym_certificate_file_token1] = ACTIONS(964), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(964), - [aux_sym_check_host_ip_token1] = ACTIONS(964), - [aux_sym_ciphers_token1] = ACTIONS(964), - [aux_sym_cipher_token1] = ACTIONS(966), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(964), - [aux_sym_compression_token1] = ACTIONS(964), - [aux_sym_connection_attempts_token1] = ACTIONS(964), - [aux_sym_connect_timeout_token1] = ACTIONS(964), - [aux_sym_control_master_token1] = ACTIONS(964), - [aux_sym_control_path_token1] = ACTIONS(964), - [aux_sym_control_persist_token1] = ACTIONS(964), - [aux_sym_dynamic_forward_token1] = ACTIONS(964), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(964), - [aux_sym_escape_char_token1] = ACTIONS(964), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(964), - [aux_sym_fingerprint_hash_token1] = ACTIONS(964), - [aux_sym_fork_after_authentication_token1] = ACTIONS(964), - [aux_sym_forward_agent_token1] = ACTIONS(964), - [aux_sym_forward_x11_token1] = ACTIONS(966), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(964), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(964), - [aux_sym_gateway_ports_token1] = ACTIONS(964), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(964), - [aux_sym_gssapi_authentication_token1] = ACTIONS(964), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(964), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(964), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(964), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(964), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(964), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(964), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(964), - [aux_sym_hash_known_hosts_token1] = ACTIONS(964), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(964), - [aux_sym_hostbased_authentication_token1] = ACTIONS(964), - [aux_sym_host_key_algorithms_token1] = ACTIONS(964), - [aux_sym_host_key_alias_token1] = ACTIONS(964), - [aux_sym_hostname_token1] = ACTIONS(964), - [aux_sym_identities_only_token1] = ACTIONS(964), - [aux_sym_identity_agent_token1] = ACTIONS(964), - [aux_sym_identity_file_token1] = ACTIONS(964), - [aux_sym_ignore_unknown_token1] = ACTIONS(964), - [aux_sym_include_token1] = ACTIONS(964), - [aux_sym_ip_qos_token1] = ACTIONS(964), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(964), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(964), - [aux_sym_kex_algorithms_token1] = ACTIONS(964), - [aux_sym_known_hosts_command_token1] = ACTIONS(964), - [aux_sym_local_command_token1] = ACTIONS(964), - [aux_sym_local_forward_token1] = ACTIONS(964), - [aux_sym_log_level_token1] = ACTIONS(964), - [aux_sym_log_verbose_token1] = ACTIONS(964), - [aux_sym_macs_token1] = ACTIONS(964), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(964), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(964), - [aux_sym_password_authentication_token1] = ACTIONS(964), - [aux_sym_permit_local_command_token1] = ACTIONS(964), - [aux_sym_permit_remote_open_token1] = ACTIONS(964), - [aux_sym_pkcs11_provider_token1] = ACTIONS(964), - [aux_sym_port_token1] = ACTIONS(964), - [aux_sym_preferred_authentications_token1] = ACTIONS(964), - [aux_sym_protocol_token1] = ACTIONS(964), - [aux_sym_proxy_command_token1] = ACTIONS(964), - [aux_sym_proxy_jump_token1] = ACTIONS(964), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(964), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(964), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(964), - [aux_sym_pubkey_authentication_token1] = ACTIONS(964), - [aux_sym_rekey_limit_token1] = ACTIONS(964), - [aux_sym_remote_command_token1] = ACTIONS(964), - [aux_sym_remote_forward_token1] = ACTIONS(964), - [aux_sym_request_tty_token1] = ACTIONS(964), - [aux_sym_revoked_host_keys_token1] = ACTIONS(964), - [aux_sym_security_key_provider_token1] = ACTIONS(964), - [aux_sym_send_env_token1] = ACTIONS(964), - [aux_sym_server_alive_count_max_token1] = ACTIONS(964), - [aux_sym_server_alive_interval_token1] = ACTIONS(964), - [aux_sym_session_type_token1] = ACTIONS(964), - [aux_sym_set_env_token1] = ACTIONS(964), - [aux_sym_stdin_null_token1] = ACTIONS(964), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(964), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(964), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(964), - [aux_sym_syslog_facility_token1] = ACTIONS(964), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(964), - [aux_sym_keep_alive_token1] = ACTIONS(964), - [aux_sym_tunnel_token1] = ACTIONS(966), - [aux_sym_tunnel_device_token1] = ACTIONS(964), - [aux_sym_update_host_keys_token1] = ACTIONS(964), - [aux_sym_use_keychain_token1] = ACTIONS(964), - [aux_sym_use_roaming_token1] = ACTIONS(964), - [aux_sym_user_token1] = ACTIONS(966), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(964), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(964), - [aux_sym_visual_host_key_token1] = ACTIONS(964), - [aux_sym_xauth_location_token1] = ACTIONS(964), + [ts_builtin_sym_end] = ACTIONS(813), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(815), + [aux_sym_match_token1] = ACTIONS(813), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(813), + [aux_sym_address_family_token1] = ACTIONS(813), + [aux_sym_batch_mode_token1] = ACTIONS(813), + [aux_sym_bind_address_token1] = ACTIONS(813), + [aux_sym_bind_interface_token1] = ACTIONS(813), + [aux_sym_canonical_domains_token1] = ACTIONS(813), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(813), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(813), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(813), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(813), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(813), + [aux_sym_certificate_file_token1] = ACTIONS(813), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(813), + [aux_sym_check_host_ip_token1] = ACTIONS(813), + [aux_sym_ciphers_token1] = ACTIONS(813), + [aux_sym_cipher_token1] = ACTIONS(815), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(813), + [aux_sym_compression_token1] = ACTIONS(813), + [aux_sym_connection_attempts_token1] = ACTIONS(813), + [aux_sym_connect_timeout_token1] = ACTIONS(813), + [aux_sym_control_master_token1] = ACTIONS(813), + [aux_sym_control_path_token1] = ACTIONS(813), + [aux_sym_control_persist_token1] = ACTIONS(813), + [aux_sym_dynamic_forward_token1] = ACTIONS(813), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(813), + [aux_sym_escape_char_token1] = ACTIONS(813), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(813), + [aux_sym_fingerprint_hash_token1] = ACTIONS(813), + [aux_sym_fork_after_authentication_token1] = ACTIONS(813), + [aux_sym_forward_agent_token1] = ACTIONS(813), + [aux_sym_forward_x11_token1] = ACTIONS(815), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(813), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(813), + [aux_sym_gateway_ports_token1] = ACTIONS(813), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(813), + [aux_sym_gssapi_authentication_token1] = ACTIONS(813), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(813), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(813), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(813), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(813), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(813), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(813), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(813), + [aux_sym_hash_known_hosts_token1] = ACTIONS(813), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(813), + [aux_sym_hostbased_authentication_token1] = ACTIONS(813), + [aux_sym_host_key_algorithms_token1] = ACTIONS(813), + [aux_sym_host_key_alias_token1] = ACTIONS(813), + [aux_sym_hostname_token1] = ACTIONS(813), + [aux_sym_identities_only_token1] = ACTIONS(813), + [aux_sym_identity_agent_token1] = ACTIONS(813), + [aux_sym_identity_file_token1] = ACTIONS(813), + [aux_sym_ignore_unknown_token1] = ACTIONS(813), + [aux_sym_include_token1] = ACTIONS(813), + [aux_sym_ip_qos_token1] = ACTIONS(813), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(813), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(813), + [aux_sym_kex_algorithms_token1] = ACTIONS(813), + [aux_sym_known_hosts_command_token1] = ACTIONS(813), + [aux_sym_local_command_token1] = ACTIONS(813), + [aux_sym_local_forward_token1] = ACTIONS(813), + [aux_sym_log_level_token1] = ACTIONS(813), + [aux_sym_log_verbose_token1] = ACTIONS(813), + [aux_sym_macs_token1] = ACTIONS(813), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(813), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(813), + [aux_sym_password_authentication_token1] = ACTIONS(813), + [aux_sym_permit_local_command_token1] = ACTIONS(813), + [aux_sym_permit_remote_open_token1] = ACTIONS(813), + [aux_sym_pkcs11_provider_token1] = ACTIONS(813), + [aux_sym_port_token1] = ACTIONS(813), + [aux_sym_preferred_authentications_token1] = ACTIONS(813), + [aux_sym_protocol_token1] = ACTIONS(813), + [aux_sym_proxy_command_token1] = ACTIONS(813), + [aux_sym_proxy_jump_token1] = ACTIONS(813), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(813), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(813), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(813), + [aux_sym_pubkey_authentication_token1] = ACTIONS(813), + [aux_sym_rekey_limit_token1] = ACTIONS(813), + [aux_sym_remote_command_token1] = ACTIONS(813), + [aux_sym_remote_forward_token1] = ACTIONS(813), + [aux_sym_request_tty_token1] = ACTIONS(813), + [aux_sym_required_rsa_size_token1] = ACTIONS(813), + [aux_sym_revoked_host_keys_token1] = ACTIONS(813), + [aux_sym_security_key_provider_token1] = ACTIONS(813), + [aux_sym_send_env_token1] = ACTIONS(813), + [aux_sym_server_alive_count_max_token1] = ACTIONS(813), + [aux_sym_server_alive_interval_token1] = ACTIONS(813), + [aux_sym_session_type_token1] = ACTIONS(813), + [aux_sym_set_env_token1] = ACTIONS(813), + [aux_sym_stdin_null_token1] = ACTIONS(813), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(813), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(813), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(813), + [aux_sym_syslog_facility_token1] = ACTIONS(813), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(813), + [aux_sym_keep_alive_token1] = ACTIONS(813), + [aux_sym_tunnel_token1] = ACTIONS(815), + [aux_sym_tunnel_device_token1] = ACTIONS(813), + [aux_sym_update_host_keys_token1] = ACTIONS(813), + [aux_sym_use_keychain_token1] = ACTIONS(813), + [aux_sym_use_roaming_token1] = ACTIONS(813), + [aux_sym_user_token1] = ACTIONS(815), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(813), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(813), + [aux_sym_visual_host_key_token1] = ACTIONS(813), + [aux_sym_xauth_location_token1] = ACTIONS(813), }, [605] = { - [ts_builtin_sym_end] = ACTIONS(1510), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1512), - [aux_sym_match_token1] = ACTIONS(1510), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1510), - [aux_sym_address_family_token1] = ACTIONS(1510), - [aux_sym_batch_mode_token1] = ACTIONS(1510), - [aux_sym_bind_address_token1] = ACTIONS(1510), - [aux_sym_bind_interface_token1] = ACTIONS(1510), - [aux_sym_canonical_domains_token1] = ACTIONS(1510), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1510), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1510), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1510), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1510), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1510), - [aux_sym_certificate_file_token1] = ACTIONS(1510), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1510), - [aux_sym_check_host_ip_token1] = ACTIONS(1510), - [aux_sym_ciphers_token1] = ACTIONS(1510), - [aux_sym_cipher_token1] = ACTIONS(1512), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1510), - [aux_sym_compression_token1] = ACTIONS(1510), - [aux_sym_connection_attempts_token1] = ACTIONS(1510), - [aux_sym_connect_timeout_token1] = ACTIONS(1510), - [aux_sym_control_master_token1] = ACTIONS(1510), - [aux_sym_control_path_token1] = ACTIONS(1510), - [aux_sym_control_persist_token1] = ACTIONS(1510), - [aux_sym_dynamic_forward_token1] = ACTIONS(1510), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1510), - [aux_sym_escape_char_token1] = ACTIONS(1510), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1510), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1510), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1510), - [aux_sym_forward_agent_token1] = ACTIONS(1510), - [aux_sym_forward_x11_token1] = ACTIONS(1512), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1510), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1510), - [aux_sym_gateway_ports_token1] = ACTIONS(1510), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1510), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1510), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1510), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1510), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1510), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1510), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1510), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1510), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1510), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1510), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1510), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1510), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1510), - [aux_sym_host_key_alias_token1] = ACTIONS(1510), - [aux_sym_hostname_token1] = ACTIONS(1510), - [aux_sym_identities_only_token1] = ACTIONS(1510), - [aux_sym_identity_agent_token1] = ACTIONS(1510), - [aux_sym_identity_file_token1] = ACTIONS(1510), - [aux_sym_ignore_unknown_token1] = ACTIONS(1510), - [aux_sym_include_token1] = ACTIONS(1510), - [aux_sym_ip_qos_token1] = ACTIONS(1510), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1510), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1510), - [aux_sym_kex_algorithms_token1] = ACTIONS(1510), - [aux_sym_known_hosts_command_token1] = ACTIONS(1510), - [aux_sym_local_command_token1] = ACTIONS(1510), - [aux_sym_local_forward_token1] = ACTIONS(1510), - [aux_sym_log_level_token1] = ACTIONS(1510), - [aux_sym_log_verbose_token1] = ACTIONS(1510), - [aux_sym_macs_token1] = ACTIONS(1510), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1510), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1510), - [aux_sym_password_authentication_token1] = ACTIONS(1510), - [aux_sym_permit_local_command_token1] = ACTIONS(1510), - [aux_sym_permit_remote_open_token1] = ACTIONS(1510), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1510), - [aux_sym_port_token1] = ACTIONS(1510), - [aux_sym_preferred_authentications_token1] = ACTIONS(1510), - [aux_sym_protocol_token1] = ACTIONS(1510), - [aux_sym_proxy_command_token1] = ACTIONS(1510), - [aux_sym_proxy_jump_token1] = ACTIONS(1510), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1510), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1510), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1510), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1510), - [aux_sym_rekey_limit_token1] = ACTIONS(1510), - [aux_sym_remote_command_token1] = ACTIONS(1510), - [aux_sym_remote_forward_token1] = ACTIONS(1510), - [aux_sym_request_tty_token1] = ACTIONS(1510), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1510), - [aux_sym_security_key_provider_token1] = ACTIONS(1510), - [aux_sym_send_env_token1] = ACTIONS(1510), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1510), - [aux_sym_server_alive_interval_token1] = ACTIONS(1510), - [aux_sym_session_type_token1] = ACTIONS(1510), - [aux_sym_set_env_token1] = ACTIONS(1510), - [aux_sym_stdin_null_token1] = ACTIONS(1510), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1510), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1510), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1510), - [aux_sym_syslog_facility_token1] = ACTIONS(1510), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1510), - [aux_sym_keep_alive_token1] = ACTIONS(1510), - [aux_sym_tunnel_token1] = ACTIONS(1512), - [aux_sym_tunnel_device_token1] = ACTIONS(1510), - [aux_sym_update_host_keys_token1] = ACTIONS(1510), - [aux_sym_use_keychain_token1] = ACTIONS(1510), - [aux_sym_use_roaming_token1] = ACTIONS(1510), - [aux_sym_user_token1] = ACTIONS(1512), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1510), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1510), - [aux_sym_visual_host_key_token1] = ACTIONS(1510), - [aux_sym_xauth_location_token1] = ACTIONS(1510), + [ts_builtin_sym_end] = ACTIONS(819), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(821), + [aux_sym_match_token1] = ACTIONS(819), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(819), + [aux_sym_address_family_token1] = ACTIONS(819), + [aux_sym_batch_mode_token1] = ACTIONS(819), + [aux_sym_bind_address_token1] = ACTIONS(819), + [aux_sym_bind_interface_token1] = ACTIONS(819), + [aux_sym_canonical_domains_token1] = ACTIONS(819), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(819), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(819), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(819), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(819), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(819), + [aux_sym_certificate_file_token1] = ACTIONS(819), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(819), + [aux_sym_check_host_ip_token1] = ACTIONS(819), + [aux_sym_ciphers_token1] = ACTIONS(819), + [aux_sym_cipher_token1] = ACTIONS(821), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(819), + [aux_sym_compression_token1] = ACTIONS(819), + [aux_sym_connection_attempts_token1] = ACTIONS(819), + [aux_sym_connect_timeout_token1] = ACTIONS(819), + [aux_sym_control_master_token1] = ACTIONS(819), + [aux_sym_control_path_token1] = ACTIONS(819), + [aux_sym_control_persist_token1] = ACTIONS(819), + [aux_sym_dynamic_forward_token1] = ACTIONS(819), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(819), + [aux_sym_escape_char_token1] = ACTIONS(819), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(819), + [aux_sym_fingerprint_hash_token1] = ACTIONS(819), + [aux_sym_fork_after_authentication_token1] = ACTIONS(819), + [aux_sym_forward_agent_token1] = ACTIONS(819), + [aux_sym_forward_x11_token1] = ACTIONS(821), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(819), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(819), + [aux_sym_gateway_ports_token1] = ACTIONS(819), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(819), + [aux_sym_gssapi_authentication_token1] = ACTIONS(819), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(819), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(819), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(819), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(819), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(819), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(819), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(819), + [aux_sym_hash_known_hosts_token1] = ACTIONS(819), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(819), + [aux_sym_hostbased_authentication_token1] = ACTIONS(819), + [aux_sym_host_key_algorithms_token1] = ACTIONS(819), + [aux_sym_host_key_alias_token1] = ACTIONS(819), + [aux_sym_hostname_token1] = ACTIONS(819), + [aux_sym_identities_only_token1] = ACTIONS(819), + [aux_sym_identity_agent_token1] = ACTIONS(819), + [aux_sym_identity_file_token1] = ACTIONS(819), + [aux_sym_ignore_unknown_token1] = ACTIONS(819), + [aux_sym_include_token1] = ACTIONS(819), + [aux_sym_ip_qos_token1] = ACTIONS(819), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(819), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(819), + [aux_sym_kex_algorithms_token1] = ACTIONS(819), + [aux_sym_known_hosts_command_token1] = ACTIONS(819), + [aux_sym_local_command_token1] = ACTIONS(819), + [aux_sym_local_forward_token1] = ACTIONS(819), + [aux_sym_log_level_token1] = ACTIONS(819), + [aux_sym_log_verbose_token1] = ACTIONS(819), + [aux_sym_macs_token1] = ACTIONS(819), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(819), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(819), + [aux_sym_password_authentication_token1] = ACTIONS(819), + [aux_sym_permit_local_command_token1] = ACTIONS(819), + [aux_sym_permit_remote_open_token1] = ACTIONS(819), + [aux_sym_pkcs11_provider_token1] = ACTIONS(819), + [aux_sym_port_token1] = ACTIONS(819), + [aux_sym_preferred_authentications_token1] = ACTIONS(819), + [aux_sym_protocol_token1] = ACTIONS(819), + [aux_sym_proxy_command_token1] = ACTIONS(819), + [aux_sym_proxy_jump_token1] = ACTIONS(819), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(819), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(819), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(819), + [aux_sym_pubkey_authentication_token1] = ACTIONS(819), + [aux_sym_rekey_limit_token1] = ACTIONS(819), + [aux_sym_remote_command_token1] = ACTIONS(819), + [aux_sym_remote_forward_token1] = ACTIONS(819), + [aux_sym_request_tty_token1] = ACTIONS(819), + [aux_sym_required_rsa_size_token1] = ACTIONS(819), + [aux_sym_revoked_host_keys_token1] = ACTIONS(819), + [aux_sym_security_key_provider_token1] = ACTIONS(819), + [aux_sym_send_env_token1] = ACTIONS(819), + [aux_sym_server_alive_count_max_token1] = ACTIONS(819), + [aux_sym_server_alive_interval_token1] = ACTIONS(819), + [aux_sym_session_type_token1] = ACTIONS(819), + [aux_sym_set_env_token1] = ACTIONS(819), + [aux_sym_stdin_null_token1] = ACTIONS(819), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(819), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(819), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(819), + [aux_sym_syslog_facility_token1] = ACTIONS(819), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(819), + [aux_sym_keep_alive_token1] = ACTIONS(819), + [aux_sym_tunnel_token1] = ACTIONS(821), + [aux_sym_tunnel_device_token1] = ACTIONS(819), + [aux_sym_update_host_keys_token1] = ACTIONS(819), + [aux_sym_use_keychain_token1] = ACTIONS(819), + [aux_sym_use_roaming_token1] = ACTIONS(819), + [aux_sym_user_token1] = ACTIONS(821), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(819), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(819), + [aux_sym_visual_host_key_token1] = ACTIONS(819), + [aux_sym_xauth_location_token1] = ACTIONS(819), }, [606] = { - [ts_builtin_sym_end] = ACTIONS(814), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(816), - [aux_sym_match_token1] = ACTIONS(814), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(814), - [aux_sym_address_family_token1] = ACTIONS(814), - [aux_sym_batch_mode_token1] = ACTIONS(814), - [aux_sym_bind_address_token1] = ACTIONS(814), - [aux_sym_bind_interface_token1] = ACTIONS(814), - [aux_sym_canonical_domains_token1] = ACTIONS(814), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(814), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(814), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(814), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(814), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(814), - [aux_sym_certificate_file_token1] = ACTIONS(814), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(814), - [aux_sym_check_host_ip_token1] = ACTIONS(814), - [aux_sym_ciphers_token1] = ACTIONS(814), - [aux_sym_cipher_token1] = ACTIONS(816), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(814), - [aux_sym_compression_token1] = ACTIONS(814), - [aux_sym_connection_attempts_token1] = ACTIONS(814), - [aux_sym_connect_timeout_token1] = ACTIONS(814), - [aux_sym_control_master_token1] = ACTIONS(814), - [aux_sym_control_path_token1] = ACTIONS(814), - [aux_sym_control_persist_token1] = ACTIONS(814), - [aux_sym_dynamic_forward_token1] = ACTIONS(814), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(814), - [aux_sym_escape_char_token1] = ACTIONS(814), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(814), - [aux_sym_fingerprint_hash_token1] = ACTIONS(814), - [aux_sym_fork_after_authentication_token1] = ACTIONS(814), - [aux_sym_forward_agent_token1] = ACTIONS(814), - [aux_sym_forward_x11_token1] = ACTIONS(816), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(814), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(814), - [aux_sym_gateway_ports_token1] = ACTIONS(814), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(814), - [aux_sym_gssapi_authentication_token1] = ACTIONS(814), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(814), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(814), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(814), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(814), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(814), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(814), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(814), - [aux_sym_hash_known_hosts_token1] = ACTIONS(814), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(814), - [aux_sym_hostbased_authentication_token1] = ACTIONS(814), - [aux_sym_host_key_algorithms_token1] = ACTIONS(814), - [aux_sym_host_key_alias_token1] = ACTIONS(814), - [aux_sym_hostname_token1] = ACTIONS(814), - [aux_sym_identities_only_token1] = ACTIONS(814), - [aux_sym_identity_agent_token1] = ACTIONS(814), - [aux_sym_identity_file_token1] = ACTIONS(814), - [aux_sym_ignore_unknown_token1] = ACTIONS(814), - [aux_sym_include_token1] = ACTIONS(814), - [aux_sym_ip_qos_token1] = ACTIONS(814), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(814), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(814), - [aux_sym_kex_algorithms_token1] = ACTIONS(814), - [aux_sym_known_hosts_command_token1] = ACTIONS(814), - [aux_sym_local_command_token1] = ACTIONS(814), - [aux_sym_local_forward_token1] = ACTIONS(814), - [aux_sym_log_level_token1] = ACTIONS(814), - [aux_sym_log_verbose_token1] = ACTIONS(814), - [aux_sym_macs_token1] = ACTIONS(814), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(814), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(814), - [aux_sym_password_authentication_token1] = ACTIONS(814), - [aux_sym_permit_local_command_token1] = ACTIONS(814), - [aux_sym_permit_remote_open_token1] = ACTIONS(814), - [aux_sym_pkcs11_provider_token1] = ACTIONS(814), - [aux_sym_port_token1] = ACTIONS(814), - [aux_sym_preferred_authentications_token1] = ACTIONS(814), - [aux_sym_protocol_token1] = ACTIONS(814), - [aux_sym_proxy_command_token1] = ACTIONS(814), - [aux_sym_proxy_jump_token1] = ACTIONS(814), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(814), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(814), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(814), - [aux_sym_pubkey_authentication_token1] = ACTIONS(814), - [aux_sym_rekey_limit_token1] = ACTIONS(814), - [aux_sym_remote_command_token1] = ACTIONS(814), - [aux_sym_remote_forward_token1] = ACTIONS(814), - [aux_sym_request_tty_token1] = ACTIONS(814), - [aux_sym_revoked_host_keys_token1] = ACTIONS(814), - [aux_sym_security_key_provider_token1] = ACTIONS(814), - [aux_sym_send_env_token1] = ACTIONS(814), - [aux_sym_server_alive_count_max_token1] = ACTIONS(814), - [aux_sym_server_alive_interval_token1] = ACTIONS(814), - [aux_sym_session_type_token1] = ACTIONS(814), - [aux_sym_set_env_token1] = ACTIONS(814), - [aux_sym_stdin_null_token1] = ACTIONS(814), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(814), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(814), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(814), - [aux_sym_syslog_facility_token1] = ACTIONS(814), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(814), - [aux_sym_keep_alive_token1] = ACTIONS(814), - [aux_sym_tunnel_token1] = ACTIONS(816), - [aux_sym_tunnel_device_token1] = ACTIONS(814), - [aux_sym_update_host_keys_token1] = ACTIONS(814), - [aux_sym_use_keychain_token1] = ACTIONS(814), - [aux_sym_use_roaming_token1] = ACTIONS(814), - [aux_sym_user_token1] = ACTIONS(816), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(814), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(814), - [aux_sym_visual_host_key_token1] = ACTIONS(814), - [aux_sym_xauth_location_token1] = ACTIONS(814), + [ts_builtin_sym_end] = ACTIONS(825), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(827), + [aux_sym_match_token1] = ACTIONS(825), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(825), + [aux_sym_address_family_token1] = ACTIONS(825), + [aux_sym_batch_mode_token1] = ACTIONS(825), + [aux_sym_bind_address_token1] = ACTIONS(825), + [aux_sym_bind_interface_token1] = ACTIONS(825), + [aux_sym_canonical_domains_token1] = ACTIONS(825), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(825), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(825), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(825), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(825), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(825), + [aux_sym_certificate_file_token1] = ACTIONS(825), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(825), + [aux_sym_check_host_ip_token1] = ACTIONS(825), + [aux_sym_ciphers_token1] = ACTIONS(825), + [aux_sym_cipher_token1] = ACTIONS(827), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(825), + [aux_sym_compression_token1] = ACTIONS(825), + [aux_sym_connection_attempts_token1] = ACTIONS(825), + [aux_sym_connect_timeout_token1] = ACTIONS(825), + [aux_sym_control_master_token1] = ACTIONS(825), + [aux_sym_control_path_token1] = ACTIONS(825), + [aux_sym_control_persist_token1] = ACTIONS(825), + [aux_sym_dynamic_forward_token1] = ACTIONS(825), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(825), + [aux_sym_escape_char_token1] = ACTIONS(825), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(825), + [aux_sym_fingerprint_hash_token1] = ACTIONS(825), + [aux_sym_fork_after_authentication_token1] = ACTIONS(825), + [aux_sym_forward_agent_token1] = ACTIONS(825), + [aux_sym_forward_x11_token1] = ACTIONS(827), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(825), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(825), + [aux_sym_gateway_ports_token1] = ACTIONS(825), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(825), + [aux_sym_gssapi_authentication_token1] = ACTIONS(825), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(825), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(825), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(825), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(825), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(825), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(825), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(825), + [aux_sym_hash_known_hosts_token1] = ACTIONS(825), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(825), + [aux_sym_hostbased_authentication_token1] = ACTIONS(825), + [aux_sym_host_key_algorithms_token1] = ACTIONS(825), + [aux_sym_host_key_alias_token1] = ACTIONS(825), + [aux_sym_hostname_token1] = ACTIONS(825), + [aux_sym_identities_only_token1] = ACTIONS(825), + [aux_sym_identity_agent_token1] = ACTIONS(825), + [aux_sym_identity_file_token1] = ACTIONS(825), + [aux_sym_ignore_unknown_token1] = ACTIONS(825), + [aux_sym_include_token1] = ACTIONS(825), + [aux_sym_ip_qos_token1] = ACTIONS(825), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(825), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(825), + [aux_sym_kex_algorithms_token1] = ACTIONS(825), + [aux_sym_known_hosts_command_token1] = ACTIONS(825), + [aux_sym_local_command_token1] = ACTIONS(825), + [aux_sym_local_forward_token1] = ACTIONS(825), + [aux_sym_log_level_token1] = ACTIONS(825), + [aux_sym_log_verbose_token1] = ACTIONS(825), + [aux_sym_macs_token1] = ACTIONS(825), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(825), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(825), + [aux_sym_password_authentication_token1] = ACTIONS(825), + [aux_sym_permit_local_command_token1] = ACTIONS(825), + [aux_sym_permit_remote_open_token1] = ACTIONS(825), + [aux_sym_pkcs11_provider_token1] = ACTIONS(825), + [aux_sym_port_token1] = ACTIONS(825), + [aux_sym_preferred_authentications_token1] = ACTIONS(825), + [aux_sym_protocol_token1] = ACTIONS(825), + [aux_sym_proxy_command_token1] = ACTIONS(825), + [aux_sym_proxy_jump_token1] = ACTIONS(825), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(825), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(825), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(825), + [aux_sym_pubkey_authentication_token1] = ACTIONS(825), + [aux_sym_rekey_limit_token1] = ACTIONS(825), + [aux_sym_remote_command_token1] = ACTIONS(825), + [aux_sym_remote_forward_token1] = ACTIONS(825), + [aux_sym_request_tty_token1] = ACTIONS(825), + [aux_sym_required_rsa_size_token1] = ACTIONS(825), + [aux_sym_revoked_host_keys_token1] = ACTIONS(825), + [aux_sym_security_key_provider_token1] = ACTIONS(825), + [aux_sym_send_env_token1] = ACTIONS(825), + [aux_sym_server_alive_count_max_token1] = ACTIONS(825), + [aux_sym_server_alive_interval_token1] = ACTIONS(825), + [aux_sym_session_type_token1] = ACTIONS(825), + [aux_sym_set_env_token1] = ACTIONS(825), + [aux_sym_stdin_null_token1] = ACTIONS(825), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(825), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(825), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(825), + [aux_sym_syslog_facility_token1] = ACTIONS(825), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(825), + [aux_sym_keep_alive_token1] = ACTIONS(825), + [aux_sym_tunnel_token1] = ACTIONS(827), + [aux_sym_tunnel_device_token1] = ACTIONS(825), + [aux_sym_update_host_keys_token1] = ACTIONS(825), + [aux_sym_use_keychain_token1] = ACTIONS(825), + [aux_sym_use_roaming_token1] = ACTIONS(825), + [aux_sym_user_token1] = ACTIONS(827), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(825), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(825), + [aux_sym_visual_host_key_token1] = ACTIONS(825), + [aux_sym_xauth_location_token1] = ACTIONS(825), }, [607] = { - [ts_builtin_sym_end] = ACTIONS(1564), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1566), - [aux_sym_match_token1] = ACTIONS(1564), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1564), - [aux_sym_address_family_token1] = ACTIONS(1564), - [aux_sym_batch_mode_token1] = ACTIONS(1564), - [aux_sym_bind_address_token1] = ACTIONS(1564), - [aux_sym_bind_interface_token1] = ACTIONS(1564), - [aux_sym_canonical_domains_token1] = ACTIONS(1564), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1564), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1564), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1564), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1564), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1564), - [aux_sym_certificate_file_token1] = ACTIONS(1564), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1564), - [aux_sym_check_host_ip_token1] = ACTIONS(1564), - [aux_sym_ciphers_token1] = ACTIONS(1564), - [aux_sym_cipher_token1] = ACTIONS(1566), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1564), - [aux_sym_compression_token1] = ACTIONS(1564), - [aux_sym_connection_attempts_token1] = ACTIONS(1564), - [aux_sym_connect_timeout_token1] = ACTIONS(1564), - [aux_sym_control_master_token1] = ACTIONS(1564), - [aux_sym_control_path_token1] = ACTIONS(1564), - [aux_sym_control_persist_token1] = ACTIONS(1564), - [aux_sym_dynamic_forward_token1] = ACTIONS(1564), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1564), - [aux_sym_escape_char_token1] = ACTIONS(1564), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1564), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1564), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1564), - [aux_sym_forward_agent_token1] = ACTIONS(1564), - [aux_sym_forward_x11_token1] = ACTIONS(1566), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1564), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1564), - [aux_sym_gateway_ports_token1] = ACTIONS(1564), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1564), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1564), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1564), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1564), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1564), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1564), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1564), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1564), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1564), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1564), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1564), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1564), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1564), - [aux_sym_host_key_alias_token1] = ACTIONS(1564), - [aux_sym_hostname_token1] = ACTIONS(1564), - [aux_sym_identities_only_token1] = ACTIONS(1564), - [aux_sym_identity_agent_token1] = ACTIONS(1564), - [aux_sym_identity_file_token1] = ACTIONS(1564), - [aux_sym_ignore_unknown_token1] = ACTIONS(1564), - [aux_sym_include_token1] = ACTIONS(1564), - [aux_sym_ip_qos_token1] = ACTIONS(1564), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1564), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1564), - [aux_sym_kex_algorithms_token1] = ACTIONS(1564), - [aux_sym_known_hosts_command_token1] = ACTIONS(1564), - [aux_sym_local_command_token1] = ACTIONS(1564), - [aux_sym_local_forward_token1] = ACTIONS(1564), - [aux_sym_log_level_token1] = ACTIONS(1564), - [aux_sym_log_verbose_token1] = ACTIONS(1564), - [aux_sym_macs_token1] = ACTIONS(1564), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1564), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1564), - [aux_sym_password_authentication_token1] = ACTIONS(1564), - [aux_sym_permit_local_command_token1] = ACTIONS(1564), - [aux_sym_permit_remote_open_token1] = ACTIONS(1564), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1564), - [aux_sym_port_token1] = ACTIONS(1564), - [aux_sym_preferred_authentications_token1] = ACTIONS(1564), - [aux_sym_protocol_token1] = ACTIONS(1564), - [aux_sym_proxy_command_token1] = ACTIONS(1564), - [aux_sym_proxy_jump_token1] = ACTIONS(1564), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1564), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1564), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1564), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1564), - [aux_sym_rekey_limit_token1] = ACTIONS(1564), - [aux_sym_remote_command_token1] = ACTIONS(1564), - [aux_sym_remote_forward_token1] = ACTIONS(1564), - [aux_sym_request_tty_token1] = ACTIONS(1564), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1564), - [aux_sym_security_key_provider_token1] = ACTIONS(1564), - [aux_sym_send_env_token1] = ACTIONS(1564), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1564), - [aux_sym_server_alive_interval_token1] = ACTIONS(1564), - [aux_sym_session_type_token1] = ACTIONS(1564), - [aux_sym_set_env_token1] = ACTIONS(1564), - [aux_sym_stdin_null_token1] = ACTIONS(1564), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1564), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1564), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1564), - [aux_sym_syslog_facility_token1] = ACTIONS(1564), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1564), - [aux_sym_keep_alive_token1] = ACTIONS(1564), - [aux_sym_tunnel_token1] = ACTIONS(1566), - [aux_sym_tunnel_device_token1] = ACTIONS(1564), - [aux_sym_update_host_keys_token1] = ACTIONS(1564), - [aux_sym_use_keychain_token1] = ACTIONS(1564), - [aux_sym_use_roaming_token1] = ACTIONS(1564), - [aux_sym_user_token1] = ACTIONS(1566), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1564), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1564), - [aux_sym_visual_host_key_token1] = ACTIONS(1564), - [aux_sym_xauth_location_token1] = ACTIONS(1564), + [ts_builtin_sym_end] = ACTIONS(831), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(833), + [aux_sym_match_token1] = ACTIONS(831), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(831), + [aux_sym_address_family_token1] = ACTIONS(831), + [aux_sym_batch_mode_token1] = ACTIONS(831), + [aux_sym_bind_address_token1] = ACTIONS(831), + [aux_sym_bind_interface_token1] = ACTIONS(831), + [aux_sym_canonical_domains_token1] = ACTIONS(831), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(831), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(831), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(831), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(831), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(831), + [aux_sym_certificate_file_token1] = ACTIONS(831), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(831), + [aux_sym_check_host_ip_token1] = ACTIONS(831), + [aux_sym_ciphers_token1] = ACTIONS(831), + [aux_sym_cipher_token1] = ACTIONS(833), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(831), + [aux_sym_compression_token1] = ACTIONS(831), + [aux_sym_connection_attempts_token1] = ACTIONS(831), + [aux_sym_connect_timeout_token1] = ACTIONS(831), + [aux_sym_control_master_token1] = ACTIONS(831), + [aux_sym_control_path_token1] = ACTIONS(831), + [aux_sym_control_persist_token1] = ACTIONS(831), + [aux_sym_dynamic_forward_token1] = ACTIONS(831), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(831), + [aux_sym_escape_char_token1] = ACTIONS(831), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(831), + [aux_sym_fingerprint_hash_token1] = ACTIONS(831), + [aux_sym_fork_after_authentication_token1] = ACTIONS(831), + [aux_sym_forward_agent_token1] = ACTIONS(831), + [aux_sym_forward_x11_token1] = ACTIONS(833), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(831), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(831), + [aux_sym_gateway_ports_token1] = ACTIONS(831), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(831), + [aux_sym_gssapi_authentication_token1] = ACTIONS(831), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(831), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(831), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(831), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(831), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(831), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(831), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(831), + [aux_sym_hash_known_hosts_token1] = ACTIONS(831), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(831), + [aux_sym_hostbased_authentication_token1] = ACTIONS(831), + [aux_sym_host_key_algorithms_token1] = ACTIONS(831), + [aux_sym_host_key_alias_token1] = ACTIONS(831), + [aux_sym_hostname_token1] = ACTIONS(831), + [aux_sym_identities_only_token1] = ACTIONS(831), + [aux_sym_identity_agent_token1] = ACTIONS(831), + [aux_sym_identity_file_token1] = ACTIONS(831), + [aux_sym_ignore_unknown_token1] = ACTIONS(831), + [aux_sym_include_token1] = ACTIONS(831), + [aux_sym_ip_qos_token1] = ACTIONS(831), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(831), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(831), + [aux_sym_kex_algorithms_token1] = ACTIONS(831), + [aux_sym_known_hosts_command_token1] = ACTIONS(831), + [aux_sym_local_command_token1] = ACTIONS(831), + [aux_sym_local_forward_token1] = ACTIONS(831), + [aux_sym_log_level_token1] = ACTIONS(831), + [aux_sym_log_verbose_token1] = ACTIONS(831), + [aux_sym_macs_token1] = ACTIONS(831), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(831), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(831), + [aux_sym_password_authentication_token1] = ACTIONS(831), + [aux_sym_permit_local_command_token1] = ACTIONS(831), + [aux_sym_permit_remote_open_token1] = ACTIONS(831), + [aux_sym_pkcs11_provider_token1] = ACTIONS(831), + [aux_sym_port_token1] = ACTIONS(831), + [aux_sym_preferred_authentications_token1] = ACTIONS(831), + [aux_sym_protocol_token1] = ACTIONS(831), + [aux_sym_proxy_command_token1] = ACTIONS(831), + [aux_sym_proxy_jump_token1] = ACTIONS(831), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(831), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(831), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(831), + [aux_sym_pubkey_authentication_token1] = ACTIONS(831), + [aux_sym_rekey_limit_token1] = ACTIONS(831), + [aux_sym_remote_command_token1] = ACTIONS(831), + [aux_sym_remote_forward_token1] = ACTIONS(831), + [aux_sym_request_tty_token1] = ACTIONS(831), + [aux_sym_required_rsa_size_token1] = ACTIONS(831), + [aux_sym_revoked_host_keys_token1] = ACTIONS(831), + [aux_sym_security_key_provider_token1] = ACTIONS(831), + [aux_sym_send_env_token1] = ACTIONS(831), + [aux_sym_server_alive_count_max_token1] = ACTIONS(831), + [aux_sym_server_alive_interval_token1] = ACTIONS(831), + [aux_sym_session_type_token1] = ACTIONS(831), + [aux_sym_set_env_token1] = ACTIONS(831), + [aux_sym_stdin_null_token1] = ACTIONS(831), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(831), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(831), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(831), + [aux_sym_syslog_facility_token1] = ACTIONS(831), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(831), + [aux_sym_keep_alive_token1] = ACTIONS(831), + [aux_sym_tunnel_token1] = ACTIONS(833), + [aux_sym_tunnel_device_token1] = ACTIONS(831), + [aux_sym_update_host_keys_token1] = ACTIONS(831), + [aux_sym_use_keychain_token1] = ACTIONS(831), + [aux_sym_use_roaming_token1] = ACTIONS(831), + [aux_sym_user_token1] = ACTIONS(833), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(831), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(831), + [aux_sym_visual_host_key_token1] = ACTIONS(831), + [aux_sym_xauth_location_token1] = ACTIONS(831), }, [608] = { - [ts_builtin_sym_end] = ACTIONS(3338), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3340), - [aux_sym_match_token1] = ACTIONS(3338), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3338), - [aux_sym_address_family_token1] = ACTIONS(3338), - [aux_sym_batch_mode_token1] = ACTIONS(3338), - [aux_sym_bind_address_token1] = ACTIONS(3338), - [aux_sym_bind_interface_token1] = ACTIONS(3338), - [aux_sym_canonical_domains_token1] = ACTIONS(3338), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3338), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3338), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3338), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3338), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3338), - [aux_sym_certificate_file_token1] = ACTIONS(3338), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3338), - [aux_sym_check_host_ip_token1] = ACTIONS(3338), - [aux_sym_ciphers_token1] = ACTIONS(3338), - [aux_sym_cipher_token1] = ACTIONS(3340), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3338), - [aux_sym_compression_token1] = ACTIONS(3338), - [aux_sym_connection_attempts_token1] = ACTIONS(3338), - [aux_sym_connect_timeout_token1] = ACTIONS(3338), - [aux_sym_control_master_token1] = ACTIONS(3338), - [aux_sym_control_path_token1] = ACTIONS(3338), - [aux_sym_control_persist_token1] = ACTIONS(3338), - [aux_sym_dynamic_forward_token1] = ACTIONS(3338), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3338), - [aux_sym_escape_char_token1] = ACTIONS(3338), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3338), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3338), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3338), - [aux_sym_forward_agent_token1] = ACTIONS(3338), - [aux_sym_forward_x11_token1] = ACTIONS(3340), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3338), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3338), - [aux_sym_gateway_ports_token1] = ACTIONS(3338), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3338), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3338), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3338), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3338), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3338), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3338), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3338), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3338), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3338), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3338), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3338), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3338), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3338), - [aux_sym_host_key_alias_token1] = ACTIONS(3338), - [aux_sym_hostname_token1] = ACTIONS(3338), - [aux_sym_identities_only_token1] = ACTIONS(3338), - [aux_sym_identity_agent_token1] = ACTIONS(3338), - [aux_sym_identity_file_token1] = ACTIONS(3338), - [aux_sym_ignore_unknown_token1] = ACTIONS(3338), - [aux_sym_include_token1] = ACTIONS(3338), - [aux_sym_ip_qos_token1] = ACTIONS(3338), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3338), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3338), - [aux_sym_kex_algorithms_token1] = ACTIONS(3338), - [aux_sym_known_hosts_command_token1] = ACTIONS(3338), - [aux_sym_local_command_token1] = ACTIONS(3338), - [aux_sym_local_forward_token1] = ACTIONS(3338), - [aux_sym_log_level_token1] = ACTIONS(3338), - [aux_sym_log_verbose_token1] = ACTIONS(3338), - [aux_sym_macs_token1] = ACTIONS(3338), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3338), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3338), - [aux_sym_password_authentication_token1] = ACTIONS(3338), - [aux_sym_permit_local_command_token1] = ACTIONS(3338), - [aux_sym_permit_remote_open_token1] = ACTIONS(3338), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3338), - [aux_sym_port_token1] = ACTIONS(3338), - [aux_sym_preferred_authentications_token1] = ACTIONS(3338), - [aux_sym_protocol_token1] = ACTIONS(3338), - [aux_sym_proxy_command_token1] = ACTIONS(3338), - [aux_sym_proxy_jump_token1] = ACTIONS(3338), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3338), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3338), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3338), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3338), - [aux_sym_rekey_limit_token1] = ACTIONS(3338), - [aux_sym_remote_command_token1] = ACTIONS(3338), - [aux_sym_remote_forward_token1] = ACTIONS(3338), - [aux_sym_request_tty_token1] = ACTIONS(3338), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3338), - [aux_sym_security_key_provider_token1] = ACTIONS(3338), - [aux_sym_send_env_token1] = ACTIONS(3338), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3338), - [aux_sym_server_alive_interval_token1] = ACTIONS(3338), - [aux_sym_session_type_token1] = ACTIONS(3338), - [aux_sym_set_env_token1] = ACTIONS(3338), - [aux_sym_stdin_null_token1] = ACTIONS(3338), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3338), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3338), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3338), - [aux_sym_syslog_facility_token1] = ACTIONS(3338), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3338), - [aux_sym_keep_alive_token1] = ACTIONS(3338), - [aux_sym_tunnel_token1] = ACTIONS(3340), - [aux_sym_tunnel_device_token1] = ACTIONS(3338), - [aux_sym_update_host_keys_token1] = ACTIONS(3338), - [aux_sym_use_keychain_token1] = ACTIONS(3338), - [aux_sym_use_roaming_token1] = ACTIONS(3338), - [aux_sym_user_token1] = ACTIONS(3340), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3338), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3338), - [aux_sym_visual_host_key_token1] = ACTIONS(3338), - [aux_sym_xauth_location_token1] = ACTIONS(3338), + [ts_builtin_sym_end] = ACTIONS(837), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(839), + [aux_sym_match_token1] = ACTIONS(837), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(837), + [aux_sym_address_family_token1] = ACTIONS(837), + [aux_sym_batch_mode_token1] = ACTIONS(837), + [aux_sym_bind_address_token1] = ACTIONS(837), + [aux_sym_bind_interface_token1] = ACTIONS(837), + [aux_sym_canonical_domains_token1] = ACTIONS(837), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(837), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(837), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(837), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(837), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(837), + [aux_sym_certificate_file_token1] = ACTIONS(837), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(837), + [aux_sym_check_host_ip_token1] = ACTIONS(837), + [aux_sym_ciphers_token1] = ACTIONS(837), + [aux_sym_cipher_token1] = ACTIONS(839), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(837), + [aux_sym_compression_token1] = ACTIONS(837), + [aux_sym_connection_attempts_token1] = ACTIONS(837), + [aux_sym_connect_timeout_token1] = ACTIONS(837), + [aux_sym_control_master_token1] = ACTIONS(837), + [aux_sym_control_path_token1] = ACTIONS(837), + [aux_sym_control_persist_token1] = ACTIONS(837), + [aux_sym_dynamic_forward_token1] = ACTIONS(837), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(837), + [aux_sym_escape_char_token1] = ACTIONS(837), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(837), + [aux_sym_fingerprint_hash_token1] = ACTIONS(837), + [aux_sym_fork_after_authentication_token1] = ACTIONS(837), + [aux_sym_forward_agent_token1] = ACTIONS(837), + [aux_sym_forward_x11_token1] = ACTIONS(839), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(837), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(837), + [aux_sym_gateway_ports_token1] = ACTIONS(837), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(837), + [aux_sym_gssapi_authentication_token1] = ACTIONS(837), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(837), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(837), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(837), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(837), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(837), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(837), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(837), + [aux_sym_hash_known_hosts_token1] = ACTIONS(837), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(837), + [aux_sym_hostbased_authentication_token1] = ACTIONS(837), + [aux_sym_host_key_algorithms_token1] = ACTIONS(837), + [aux_sym_host_key_alias_token1] = ACTIONS(837), + [aux_sym_hostname_token1] = ACTIONS(837), + [aux_sym_identities_only_token1] = ACTIONS(837), + [aux_sym_identity_agent_token1] = ACTIONS(837), + [aux_sym_identity_file_token1] = ACTIONS(837), + [aux_sym_ignore_unknown_token1] = ACTIONS(837), + [aux_sym_include_token1] = ACTIONS(837), + [aux_sym_ip_qos_token1] = ACTIONS(837), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(837), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(837), + [aux_sym_kex_algorithms_token1] = ACTIONS(837), + [aux_sym_known_hosts_command_token1] = ACTIONS(837), + [aux_sym_local_command_token1] = ACTIONS(837), + [aux_sym_local_forward_token1] = ACTIONS(837), + [aux_sym_log_level_token1] = ACTIONS(837), + [aux_sym_log_verbose_token1] = ACTIONS(837), + [aux_sym_macs_token1] = ACTIONS(837), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(837), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(837), + [aux_sym_password_authentication_token1] = ACTIONS(837), + [aux_sym_permit_local_command_token1] = ACTIONS(837), + [aux_sym_permit_remote_open_token1] = ACTIONS(837), + [aux_sym_pkcs11_provider_token1] = ACTIONS(837), + [aux_sym_port_token1] = ACTIONS(837), + [aux_sym_preferred_authentications_token1] = ACTIONS(837), + [aux_sym_protocol_token1] = ACTIONS(837), + [aux_sym_proxy_command_token1] = ACTIONS(837), + [aux_sym_proxy_jump_token1] = ACTIONS(837), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(837), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(837), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(837), + [aux_sym_pubkey_authentication_token1] = ACTIONS(837), + [aux_sym_rekey_limit_token1] = ACTIONS(837), + [aux_sym_remote_command_token1] = ACTIONS(837), + [aux_sym_remote_forward_token1] = ACTIONS(837), + [aux_sym_request_tty_token1] = ACTIONS(837), + [aux_sym_required_rsa_size_token1] = ACTIONS(837), + [aux_sym_revoked_host_keys_token1] = ACTIONS(837), + [aux_sym_security_key_provider_token1] = ACTIONS(837), + [aux_sym_send_env_token1] = ACTIONS(837), + [aux_sym_server_alive_count_max_token1] = ACTIONS(837), + [aux_sym_server_alive_interval_token1] = ACTIONS(837), + [aux_sym_session_type_token1] = ACTIONS(837), + [aux_sym_set_env_token1] = ACTIONS(837), + [aux_sym_stdin_null_token1] = ACTIONS(837), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(837), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(837), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(837), + [aux_sym_syslog_facility_token1] = ACTIONS(837), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(837), + [aux_sym_keep_alive_token1] = ACTIONS(837), + [aux_sym_tunnel_token1] = ACTIONS(839), + [aux_sym_tunnel_device_token1] = ACTIONS(837), + [aux_sym_update_host_keys_token1] = ACTIONS(837), + [aux_sym_use_keychain_token1] = ACTIONS(837), + [aux_sym_use_roaming_token1] = ACTIONS(837), + [aux_sym_user_token1] = ACTIONS(839), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(837), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(837), + [aux_sym_visual_host_key_token1] = ACTIONS(837), + [aux_sym_xauth_location_token1] = ACTIONS(837), }, [609] = { - [ts_builtin_sym_end] = ACTIONS(1504), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1506), - [aux_sym_match_token1] = ACTIONS(1504), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1504), - [aux_sym_address_family_token1] = ACTIONS(1504), - [aux_sym_batch_mode_token1] = ACTIONS(1504), - [aux_sym_bind_address_token1] = ACTIONS(1504), - [aux_sym_bind_interface_token1] = ACTIONS(1504), - [aux_sym_canonical_domains_token1] = ACTIONS(1504), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1504), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1504), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1504), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1504), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1504), - [aux_sym_certificate_file_token1] = ACTIONS(1504), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1504), - [aux_sym_check_host_ip_token1] = ACTIONS(1504), - [aux_sym_ciphers_token1] = ACTIONS(1504), - [aux_sym_cipher_token1] = ACTIONS(1506), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1504), - [aux_sym_compression_token1] = ACTIONS(1504), - [aux_sym_connection_attempts_token1] = ACTIONS(1504), - [aux_sym_connect_timeout_token1] = ACTIONS(1504), - [aux_sym_control_master_token1] = ACTIONS(1504), - [aux_sym_control_path_token1] = ACTIONS(1504), - [aux_sym_control_persist_token1] = ACTIONS(1504), - [aux_sym_dynamic_forward_token1] = ACTIONS(1504), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1504), - [aux_sym_escape_char_token1] = ACTIONS(1504), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1504), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1504), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1504), - [aux_sym_forward_agent_token1] = ACTIONS(1504), - [aux_sym_forward_x11_token1] = ACTIONS(1506), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1504), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1504), - [aux_sym_gateway_ports_token1] = ACTIONS(1504), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1504), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1504), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1504), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1504), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1504), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1504), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1504), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1504), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1504), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1504), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1504), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1504), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1504), - [aux_sym_host_key_alias_token1] = ACTIONS(1504), - [aux_sym_hostname_token1] = ACTIONS(1504), - [aux_sym_identities_only_token1] = ACTIONS(1504), - [aux_sym_identity_agent_token1] = ACTIONS(1504), - [aux_sym_identity_file_token1] = ACTIONS(1504), - [aux_sym_ignore_unknown_token1] = ACTIONS(1504), - [aux_sym_include_token1] = ACTIONS(1504), - [aux_sym_ip_qos_token1] = ACTIONS(1504), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1504), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1504), - [aux_sym_kex_algorithms_token1] = ACTIONS(1504), - [aux_sym_known_hosts_command_token1] = ACTIONS(1504), - [aux_sym_local_command_token1] = ACTIONS(1504), - [aux_sym_local_forward_token1] = ACTIONS(1504), - [aux_sym_log_level_token1] = ACTIONS(1504), - [aux_sym_log_verbose_token1] = ACTIONS(1504), - [aux_sym_macs_token1] = ACTIONS(1504), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1504), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1504), - [aux_sym_password_authentication_token1] = ACTIONS(1504), - [aux_sym_permit_local_command_token1] = ACTIONS(1504), - [aux_sym_permit_remote_open_token1] = ACTIONS(1504), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1504), - [aux_sym_port_token1] = ACTIONS(1504), - [aux_sym_preferred_authentications_token1] = ACTIONS(1504), - [aux_sym_protocol_token1] = ACTIONS(1504), - [aux_sym_proxy_command_token1] = ACTIONS(1504), - [aux_sym_proxy_jump_token1] = ACTIONS(1504), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1504), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1504), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1504), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1504), - [aux_sym_rekey_limit_token1] = ACTIONS(1504), - [aux_sym_remote_command_token1] = ACTIONS(1504), - [aux_sym_remote_forward_token1] = ACTIONS(1504), - [aux_sym_request_tty_token1] = ACTIONS(1504), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1504), - [aux_sym_security_key_provider_token1] = ACTIONS(1504), - [aux_sym_send_env_token1] = ACTIONS(1504), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1504), - [aux_sym_server_alive_interval_token1] = ACTIONS(1504), - [aux_sym_session_type_token1] = ACTIONS(1504), - [aux_sym_set_env_token1] = ACTIONS(1504), - [aux_sym_stdin_null_token1] = ACTIONS(1504), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1504), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1504), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1504), - [aux_sym_syslog_facility_token1] = ACTIONS(1504), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1504), - [aux_sym_keep_alive_token1] = ACTIONS(1504), - [aux_sym_tunnel_token1] = ACTIONS(1506), - [aux_sym_tunnel_device_token1] = ACTIONS(1504), - [aux_sym_update_host_keys_token1] = ACTIONS(1504), - [aux_sym_use_keychain_token1] = ACTIONS(1504), - [aux_sym_use_roaming_token1] = ACTIONS(1504), - [aux_sym_user_token1] = ACTIONS(1506), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1504), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1504), - [aux_sym_visual_host_key_token1] = ACTIONS(1504), - [aux_sym_xauth_location_token1] = ACTIONS(1504), + [ts_builtin_sym_end] = ACTIONS(843), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(845), + [aux_sym_match_token1] = ACTIONS(843), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(843), + [aux_sym_address_family_token1] = ACTIONS(843), + [aux_sym_batch_mode_token1] = ACTIONS(843), + [aux_sym_bind_address_token1] = ACTIONS(843), + [aux_sym_bind_interface_token1] = ACTIONS(843), + [aux_sym_canonical_domains_token1] = ACTIONS(843), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(843), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(843), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(843), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(843), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(843), + [aux_sym_certificate_file_token1] = ACTIONS(843), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(843), + [aux_sym_check_host_ip_token1] = ACTIONS(843), + [aux_sym_ciphers_token1] = ACTIONS(843), + [aux_sym_cipher_token1] = ACTIONS(845), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(843), + [aux_sym_compression_token1] = ACTIONS(843), + [aux_sym_connection_attempts_token1] = ACTIONS(843), + [aux_sym_connect_timeout_token1] = ACTIONS(843), + [aux_sym_control_master_token1] = ACTIONS(843), + [aux_sym_control_path_token1] = ACTIONS(843), + [aux_sym_control_persist_token1] = ACTIONS(843), + [aux_sym_dynamic_forward_token1] = ACTIONS(843), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(843), + [aux_sym_escape_char_token1] = ACTIONS(843), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(843), + [aux_sym_fingerprint_hash_token1] = ACTIONS(843), + [aux_sym_fork_after_authentication_token1] = ACTIONS(843), + [aux_sym_forward_agent_token1] = ACTIONS(843), + [aux_sym_forward_x11_token1] = ACTIONS(845), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(843), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(843), + [aux_sym_gateway_ports_token1] = ACTIONS(843), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(843), + [aux_sym_gssapi_authentication_token1] = ACTIONS(843), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(843), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(843), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(843), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(843), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(843), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(843), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(843), + [aux_sym_hash_known_hosts_token1] = ACTIONS(843), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(843), + [aux_sym_hostbased_authentication_token1] = ACTIONS(843), + [aux_sym_host_key_algorithms_token1] = ACTIONS(843), + [aux_sym_host_key_alias_token1] = ACTIONS(843), + [aux_sym_hostname_token1] = ACTIONS(843), + [aux_sym_identities_only_token1] = ACTIONS(843), + [aux_sym_identity_agent_token1] = ACTIONS(843), + [aux_sym_identity_file_token1] = ACTIONS(843), + [aux_sym_ignore_unknown_token1] = ACTIONS(843), + [aux_sym_include_token1] = ACTIONS(843), + [aux_sym_ip_qos_token1] = ACTIONS(843), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(843), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(843), + [aux_sym_kex_algorithms_token1] = ACTIONS(843), + [aux_sym_known_hosts_command_token1] = ACTIONS(843), + [aux_sym_local_command_token1] = ACTIONS(843), + [aux_sym_local_forward_token1] = ACTIONS(843), + [aux_sym_log_level_token1] = ACTIONS(843), + [aux_sym_log_verbose_token1] = ACTIONS(843), + [aux_sym_macs_token1] = ACTIONS(843), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(843), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(843), + [aux_sym_password_authentication_token1] = ACTIONS(843), + [aux_sym_permit_local_command_token1] = ACTIONS(843), + [aux_sym_permit_remote_open_token1] = ACTIONS(843), + [aux_sym_pkcs11_provider_token1] = ACTIONS(843), + [aux_sym_port_token1] = ACTIONS(843), + [aux_sym_preferred_authentications_token1] = ACTIONS(843), + [aux_sym_protocol_token1] = ACTIONS(843), + [aux_sym_proxy_command_token1] = ACTIONS(843), + [aux_sym_proxy_jump_token1] = ACTIONS(843), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(843), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(843), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(843), + [aux_sym_pubkey_authentication_token1] = ACTIONS(843), + [aux_sym_rekey_limit_token1] = ACTIONS(843), + [aux_sym_remote_command_token1] = ACTIONS(843), + [aux_sym_remote_forward_token1] = ACTIONS(843), + [aux_sym_request_tty_token1] = ACTIONS(843), + [aux_sym_required_rsa_size_token1] = ACTIONS(843), + [aux_sym_revoked_host_keys_token1] = ACTIONS(843), + [aux_sym_security_key_provider_token1] = ACTIONS(843), + [aux_sym_send_env_token1] = ACTIONS(843), + [aux_sym_server_alive_count_max_token1] = ACTIONS(843), + [aux_sym_server_alive_interval_token1] = ACTIONS(843), + [aux_sym_session_type_token1] = ACTIONS(843), + [aux_sym_set_env_token1] = ACTIONS(843), + [aux_sym_stdin_null_token1] = ACTIONS(843), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(843), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(843), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(843), + [aux_sym_syslog_facility_token1] = ACTIONS(843), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(843), + [aux_sym_keep_alive_token1] = ACTIONS(843), + [aux_sym_tunnel_token1] = ACTIONS(845), + [aux_sym_tunnel_device_token1] = ACTIONS(843), + [aux_sym_update_host_keys_token1] = ACTIONS(843), + [aux_sym_use_keychain_token1] = ACTIONS(843), + [aux_sym_use_roaming_token1] = ACTIONS(843), + [aux_sym_user_token1] = ACTIONS(845), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(843), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(843), + [aux_sym_visual_host_key_token1] = ACTIONS(843), + [aux_sym_xauth_location_token1] = ACTIONS(843), }, [610] = { - [ts_builtin_sym_end] = ACTIONS(772), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(774), - [aux_sym_match_token1] = ACTIONS(772), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(772), - [aux_sym_address_family_token1] = ACTIONS(772), - [aux_sym_batch_mode_token1] = ACTIONS(772), - [aux_sym_bind_address_token1] = ACTIONS(772), - [aux_sym_bind_interface_token1] = ACTIONS(772), - [aux_sym_canonical_domains_token1] = ACTIONS(772), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(772), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(772), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(772), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(772), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(772), - [aux_sym_certificate_file_token1] = ACTIONS(772), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(772), - [aux_sym_check_host_ip_token1] = ACTIONS(772), - [aux_sym_ciphers_token1] = ACTIONS(772), - [aux_sym_cipher_token1] = ACTIONS(774), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(772), - [aux_sym_compression_token1] = ACTIONS(772), - [aux_sym_connection_attempts_token1] = ACTIONS(772), - [aux_sym_connect_timeout_token1] = ACTIONS(772), - [aux_sym_control_master_token1] = ACTIONS(772), - [aux_sym_control_path_token1] = ACTIONS(772), - [aux_sym_control_persist_token1] = ACTIONS(772), - [aux_sym_dynamic_forward_token1] = ACTIONS(772), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(772), - [aux_sym_escape_char_token1] = ACTIONS(772), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(772), - [aux_sym_fingerprint_hash_token1] = ACTIONS(772), - [aux_sym_fork_after_authentication_token1] = ACTIONS(772), - [aux_sym_forward_agent_token1] = ACTIONS(772), - [aux_sym_forward_x11_token1] = ACTIONS(774), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(772), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(772), - [aux_sym_gateway_ports_token1] = ACTIONS(772), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(772), - [aux_sym_gssapi_authentication_token1] = ACTIONS(772), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(772), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(772), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(772), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(772), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(772), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(772), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(772), - [aux_sym_hash_known_hosts_token1] = ACTIONS(772), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(772), - [aux_sym_hostbased_authentication_token1] = ACTIONS(772), - [aux_sym_host_key_algorithms_token1] = ACTIONS(772), - [aux_sym_host_key_alias_token1] = ACTIONS(772), - [aux_sym_hostname_token1] = ACTIONS(772), - [aux_sym_identities_only_token1] = ACTIONS(772), - [aux_sym_identity_agent_token1] = ACTIONS(772), - [aux_sym_identity_file_token1] = ACTIONS(772), - [aux_sym_ignore_unknown_token1] = ACTIONS(772), - [aux_sym_include_token1] = ACTIONS(772), - [aux_sym_ip_qos_token1] = ACTIONS(772), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(772), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(772), - [aux_sym_kex_algorithms_token1] = ACTIONS(772), - [aux_sym_known_hosts_command_token1] = ACTIONS(772), - [aux_sym_local_command_token1] = ACTIONS(772), - [aux_sym_local_forward_token1] = ACTIONS(772), - [aux_sym_log_level_token1] = ACTIONS(772), - [aux_sym_log_verbose_token1] = ACTIONS(772), - [aux_sym_macs_token1] = ACTIONS(772), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(772), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(772), - [aux_sym_password_authentication_token1] = ACTIONS(772), - [aux_sym_permit_local_command_token1] = ACTIONS(772), - [aux_sym_permit_remote_open_token1] = ACTIONS(772), - [aux_sym_pkcs11_provider_token1] = ACTIONS(772), - [aux_sym_port_token1] = ACTIONS(772), - [aux_sym_preferred_authentications_token1] = ACTIONS(772), - [aux_sym_protocol_token1] = ACTIONS(772), - [aux_sym_proxy_command_token1] = ACTIONS(772), - [aux_sym_proxy_jump_token1] = ACTIONS(772), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(772), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(772), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(772), - [aux_sym_pubkey_authentication_token1] = ACTIONS(772), - [aux_sym_rekey_limit_token1] = ACTIONS(772), - [aux_sym_remote_command_token1] = ACTIONS(772), - [aux_sym_remote_forward_token1] = ACTIONS(772), - [aux_sym_request_tty_token1] = ACTIONS(772), - [aux_sym_revoked_host_keys_token1] = ACTIONS(772), - [aux_sym_security_key_provider_token1] = ACTIONS(772), - [aux_sym_send_env_token1] = ACTIONS(772), - [aux_sym_server_alive_count_max_token1] = ACTIONS(772), - [aux_sym_server_alive_interval_token1] = ACTIONS(772), - [aux_sym_session_type_token1] = ACTIONS(772), - [aux_sym_set_env_token1] = ACTIONS(772), - [aux_sym_stdin_null_token1] = ACTIONS(772), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(772), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(772), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(772), - [aux_sym_syslog_facility_token1] = ACTIONS(772), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(772), - [aux_sym_keep_alive_token1] = ACTIONS(772), - [aux_sym_tunnel_token1] = ACTIONS(774), - [aux_sym_tunnel_device_token1] = ACTIONS(772), - [aux_sym_update_host_keys_token1] = ACTIONS(772), - [aux_sym_use_keychain_token1] = ACTIONS(772), - [aux_sym_use_roaming_token1] = ACTIONS(772), - [aux_sym_user_token1] = ACTIONS(774), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(772), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(772), - [aux_sym_visual_host_key_token1] = ACTIONS(772), - [aux_sym_xauth_location_token1] = ACTIONS(772), + [ts_builtin_sym_end] = ACTIONS(849), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(851), + [aux_sym_match_token1] = ACTIONS(849), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(849), + [aux_sym_address_family_token1] = ACTIONS(849), + [aux_sym_batch_mode_token1] = ACTIONS(849), + [aux_sym_bind_address_token1] = ACTIONS(849), + [aux_sym_bind_interface_token1] = ACTIONS(849), + [aux_sym_canonical_domains_token1] = ACTIONS(849), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(849), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(849), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(849), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(849), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(849), + [aux_sym_certificate_file_token1] = ACTIONS(849), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(849), + [aux_sym_check_host_ip_token1] = ACTIONS(849), + [aux_sym_ciphers_token1] = ACTIONS(849), + [aux_sym_cipher_token1] = ACTIONS(851), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(849), + [aux_sym_compression_token1] = ACTIONS(849), + [aux_sym_connection_attempts_token1] = ACTIONS(849), + [aux_sym_connect_timeout_token1] = ACTIONS(849), + [aux_sym_control_master_token1] = ACTIONS(849), + [aux_sym_control_path_token1] = ACTIONS(849), + [aux_sym_control_persist_token1] = ACTIONS(849), + [aux_sym_dynamic_forward_token1] = ACTIONS(849), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(849), + [aux_sym_escape_char_token1] = ACTIONS(849), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(849), + [aux_sym_fingerprint_hash_token1] = ACTIONS(849), + [aux_sym_fork_after_authentication_token1] = ACTIONS(849), + [aux_sym_forward_agent_token1] = ACTIONS(849), + [aux_sym_forward_x11_token1] = ACTIONS(851), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(849), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(849), + [aux_sym_gateway_ports_token1] = ACTIONS(849), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(849), + [aux_sym_gssapi_authentication_token1] = ACTIONS(849), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(849), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(849), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(849), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(849), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(849), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(849), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(849), + [aux_sym_hash_known_hosts_token1] = ACTIONS(849), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(849), + [aux_sym_hostbased_authentication_token1] = ACTIONS(849), + [aux_sym_host_key_algorithms_token1] = ACTIONS(849), + [aux_sym_host_key_alias_token1] = ACTIONS(849), + [aux_sym_hostname_token1] = ACTIONS(849), + [aux_sym_identities_only_token1] = ACTIONS(849), + [aux_sym_identity_agent_token1] = ACTIONS(849), + [aux_sym_identity_file_token1] = ACTIONS(849), + [aux_sym_ignore_unknown_token1] = ACTIONS(849), + [aux_sym_include_token1] = ACTIONS(849), + [aux_sym_ip_qos_token1] = ACTIONS(849), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(849), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(849), + [aux_sym_kex_algorithms_token1] = ACTIONS(849), + [aux_sym_known_hosts_command_token1] = ACTIONS(849), + [aux_sym_local_command_token1] = ACTIONS(849), + [aux_sym_local_forward_token1] = ACTIONS(849), + [aux_sym_log_level_token1] = ACTIONS(849), + [aux_sym_log_verbose_token1] = ACTIONS(849), + [aux_sym_macs_token1] = ACTIONS(849), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(849), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(849), + [aux_sym_password_authentication_token1] = ACTIONS(849), + [aux_sym_permit_local_command_token1] = ACTIONS(849), + [aux_sym_permit_remote_open_token1] = ACTIONS(849), + [aux_sym_pkcs11_provider_token1] = ACTIONS(849), + [aux_sym_port_token1] = ACTIONS(849), + [aux_sym_preferred_authentications_token1] = ACTIONS(849), + [aux_sym_protocol_token1] = ACTIONS(849), + [aux_sym_proxy_command_token1] = ACTIONS(849), + [aux_sym_proxy_jump_token1] = ACTIONS(849), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(849), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(849), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(849), + [aux_sym_pubkey_authentication_token1] = ACTIONS(849), + [aux_sym_rekey_limit_token1] = ACTIONS(849), + [aux_sym_remote_command_token1] = ACTIONS(849), + [aux_sym_remote_forward_token1] = ACTIONS(849), + [aux_sym_request_tty_token1] = ACTIONS(849), + [aux_sym_required_rsa_size_token1] = ACTIONS(849), + [aux_sym_revoked_host_keys_token1] = ACTIONS(849), + [aux_sym_security_key_provider_token1] = ACTIONS(849), + [aux_sym_send_env_token1] = ACTIONS(849), + [aux_sym_server_alive_count_max_token1] = ACTIONS(849), + [aux_sym_server_alive_interval_token1] = ACTIONS(849), + [aux_sym_session_type_token1] = ACTIONS(849), + [aux_sym_set_env_token1] = ACTIONS(849), + [aux_sym_stdin_null_token1] = ACTIONS(849), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(849), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(849), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(849), + [aux_sym_syslog_facility_token1] = ACTIONS(849), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(849), + [aux_sym_keep_alive_token1] = ACTIONS(849), + [aux_sym_tunnel_token1] = ACTIONS(851), + [aux_sym_tunnel_device_token1] = ACTIONS(849), + [aux_sym_update_host_keys_token1] = ACTIONS(849), + [aux_sym_use_keychain_token1] = ACTIONS(849), + [aux_sym_use_roaming_token1] = ACTIONS(849), + [aux_sym_user_token1] = ACTIONS(851), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(849), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(849), + [aux_sym_visual_host_key_token1] = ACTIONS(849), + [aux_sym_xauth_location_token1] = ACTIONS(849), }, [611] = { - [ts_builtin_sym_end] = ACTIONS(3342), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3344), - [aux_sym_match_token1] = ACTIONS(3342), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3342), - [aux_sym_address_family_token1] = ACTIONS(3342), - [aux_sym_batch_mode_token1] = ACTIONS(3342), - [aux_sym_bind_address_token1] = ACTIONS(3342), - [aux_sym_bind_interface_token1] = ACTIONS(3342), - [aux_sym_canonical_domains_token1] = ACTIONS(3342), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3342), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3342), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3342), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3342), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3342), - [aux_sym_certificate_file_token1] = ACTIONS(3342), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3342), - [aux_sym_check_host_ip_token1] = ACTIONS(3342), - [aux_sym_ciphers_token1] = ACTIONS(3342), - [aux_sym_cipher_token1] = ACTIONS(3344), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3342), - [aux_sym_compression_token1] = ACTIONS(3342), - [aux_sym_connection_attempts_token1] = ACTIONS(3342), - [aux_sym_connect_timeout_token1] = ACTIONS(3342), - [aux_sym_control_master_token1] = ACTIONS(3342), - [aux_sym_control_path_token1] = ACTIONS(3342), - [aux_sym_control_persist_token1] = ACTIONS(3342), - [aux_sym_dynamic_forward_token1] = ACTIONS(3342), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3342), - [aux_sym_escape_char_token1] = ACTIONS(3342), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3342), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3342), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3342), - [aux_sym_forward_agent_token1] = ACTIONS(3342), - [aux_sym_forward_x11_token1] = ACTIONS(3344), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3342), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3342), - [aux_sym_gateway_ports_token1] = ACTIONS(3342), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3342), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3342), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3342), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3342), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3342), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3342), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3342), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3342), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3342), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3342), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3342), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3342), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3342), - [aux_sym_host_key_alias_token1] = ACTIONS(3342), - [aux_sym_hostname_token1] = ACTIONS(3342), - [aux_sym_identities_only_token1] = ACTIONS(3342), - [aux_sym_identity_agent_token1] = ACTIONS(3342), - [aux_sym_identity_file_token1] = ACTIONS(3342), - [aux_sym_ignore_unknown_token1] = ACTIONS(3342), - [aux_sym_include_token1] = ACTIONS(3342), - [aux_sym_ip_qos_token1] = ACTIONS(3342), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3342), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3342), - [aux_sym_kex_algorithms_token1] = ACTIONS(3342), - [aux_sym_known_hosts_command_token1] = ACTIONS(3342), - [aux_sym_local_command_token1] = ACTIONS(3342), - [aux_sym_local_forward_token1] = ACTIONS(3342), - [aux_sym_log_level_token1] = ACTIONS(3342), - [aux_sym_log_verbose_token1] = ACTIONS(3342), - [aux_sym_macs_token1] = ACTIONS(3342), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3342), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3342), - [aux_sym_password_authentication_token1] = ACTIONS(3342), - [aux_sym_permit_local_command_token1] = ACTIONS(3342), - [aux_sym_permit_remote_open_token1] = ACTIONS(3342), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3342), - [aux_sym_port_token1] = ACTIONS(3342), - [aux_sym_preferred_authentications_token1] = ACTIONS(3342), - [aux_sym_protocol_token1] = ACTIONS(3342), - [aux_sym_proxy_command_token1] = ACTIONS(3342), - [aux_sym_proxy_jump_token1] = ACTIONS(3342), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3342), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3342), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3342), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3342), - [aux_sym_rekey_limit_token1] = ACTIONS(3342), - [aux_sym_remote_command_token1] = ACTIONS(3342), - [aux_sym_remote_forward_token1] = ACTIONS(3342), - [aux_sym_request_tty_token1] = ACTIONS(3342), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3342), - [aux_sym_security_key_provider_token1] = ACTIONS(3342), - [aux_sym_send_env_token1] = ACTIONS(3342), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3342), - [aux_sym_server_alive_interval_token1] = ACTIONS(3342), - [aux_sym_session_type_token1] = ACTIONS(3342), - [aux_sym_set_env_token1] = ACTIONS(3342), - [aux_sym_stdin_null_token1] = ACTIONS(3342), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3342), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3342), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3342), - [aux_sym_syslog_facility_token1] = ACTIONS(3342), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3342), - [aux_sym_keep_alive_token1] = ACTIONS(3342), - [aux_sym_tunnel_token1] = ACTIONS(3344), - [aux_sym_tunnel_device_token1] = ACTIONS(3342), - [aux_sym_update_host_keys_token1] = ACTIONS(3342), - [aux_sym_use_keychain_token1] = ACTIONS(3342), - [aux_sym_use_roaming_token1] = ACTIONS(3342), - [aux_sym_user_token1] = ACTIONS(3344), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3342), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3342), - [aux_sym_visual_host_key_token1] = ACTIONS(3342), - [aux_sym_xauth_location_token1] = ACTIONS(3342), + [ts_builtin_sym_end] = ACTIONS(855), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(857), + [aux_sym_match_token1] = ACTIONS(855), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(855), + [aux_sym_address_family_token1] = ACTIONS(855), + [aux_sym_batch_mode_token1] = ACTIONS(855), + [aux_sym_bind_address_token1] = ACTIONS(855), + [aux_sym_bind_interface_token1] = ACTIONS(855), + [aux_sym_canonical_domains_token1] = ACTIONS(855), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(855), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(855), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(855), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(855), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(855), + [aux_sym_certificate_file_token1] = ACTIONS(855), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(855), + [aux_sym_check_host_ip_token1] = ACTIONS(855), + [aux_sym_ciphers_token1] = ACTIONS(855), + [aux_sym_cipher_token1] = ACTIONS(857), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(855), + [aux_sym_compression_token1] = ACTIONS(855), + [aux_sym_connection_attempts_token1] = ACTIONS(855), + [aux_sym_connect_timeout_token1] = ACTIONS(855), + [aux_sym_control_master_token1] = ACTIONS(855), + [aux_sym_control_path_token1] = ACTIONS(855), + [aux_sym_control_persist_token1] = ACTIONS(855), + [aux_sym_dynamic_forward_token1] = ACTIONS(855), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(855), + [aux_sym_escape_char_token1] = ACTIONS(855), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(855), + [aux_sym_fingerprint_hash_token1] = ACTIONS(855), + [aux_sym_fork_after_authentication_token1] = ACTIONS(855), + [aux_sym_forward_agent_token1] = ACTIONS(855), + [aux_sym_forward_x11_token1] = ACTIONS(857), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(855), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(855), + [aux_sym_gateway_ports_token1] = ACTIONS(855), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(855), + [aux_sym_gssapi_authentication_token1] = ACTIONS(855), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(855), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(855), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(855), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(855), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(855), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(855), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(855), + [aux_sym_hash_known_hosts_token1] = ACTIONS(855), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(855), + [aux_sym_hostbased_authentication_token1] = ACTIONS(855), + [aux_sym_host_key_algorithms_token1] = ACTIONS(855), + [aux_sym_host_key_alias_token1] = ACTIONS(855), + [aux_sym_hostname_token1] = ACTIONS(855), + [aux_sym_identities_only_token1] = ACTIONS(855), + [aux_sym_identity_agent_token1] = ACTIONS(855), + [aux_sym_identity_file_token1] = ACTIONS(855), + [aux_sym_ignore_unknown_token1] = ACTIONS(855), + [aux_sym_include_token1] = ACTIONS(855), + [aux_sym_ip_qos_token1] = ACTIONS(855), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(855), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(855), + [aux_sym_kex_algorithms_token1] = ACTIONS(855), + [aux_sym_known_hosts_command_token1] = ACTIONS(855), + [aux_sym_local_command_token1] = ACTIONS(855), + [aux_sym_local_forward_token1] = ACTIONS(855), + [aux_sym_log_level_token1] = ACTIONS(855), + [aux_sym_log_verbose_token1] = ACTIONS(855), + [aux_sym_macs_token1] = ACTIONS(855), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(855), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(855), + [aux_sym_password_authentication_token1] = ACTIONS(855), + [aux_sym_permit_local_command_token1] = ACTIONS(855), + [aux_sym_permit_remote_open_token1] = ACTIONS(855), + [aux_sym_pkcs11_provider_token1] = ACTIONS(855), + [aux_sym_port_token1] = ACTIONS(855), + [aux_sym_preferred_authentications_token1] = ACTIONS(855), + [aux_sym_protocol_token1] = ACTIONS(855), + [aux_sym_proxy_command_token1] = ACTIONS(855), + [aux_sym_proxy_jump_token1] = ACTIONS(855), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(855), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(855), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(855), + [aux_sym_pubkey_authentication_token1] = ACTIONS(855), + [aux_sym_rekey_limit_token1] = ACTIONS(855), + [aux_sym_remote_command_token1] = ACTIONS(855), + [aux_sym_remote_forward_token1] = ACTIONS(855), + [aux_sym_request_tty_token1] = ACTIONS(855), + [aux_sym_required_rsa_size_token1] = ACTIONS(855), + [aux_sym_revoked_host_keys_token1] = ACTIONS(855), + [aux_sym_security_key_provider_token1] = ACTIONS(855), + [aux_sym_send_env_token1] = ACTIONS(855), + [aux_sym_server_alive_count_max_token1] = ACTIONS(855), + [aux_sym_server_alive_interval_token1] = ACTIONS(855), + [aux_sym_session_type_token1] = ACTIONS(855), + [aux_sym_set_env_token1] = ACTIONS(855), + [aux_sym_stdin_null_token1] = ACTIONS(855), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(855), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(855), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(855), + [aux_sym_syslog_facility_token1] = ACTIONS(855), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(855), + [aux_sym_keep_alive_token1] = ACTIONS(855), + [aux_sym_tunnel_token1] = ACTIONS(857), + [aux_sym_tunnel_device_token1] = ACTIONS(855), + [aux_sym_update_host_keys_token1] = ACTIONS(855), + [aux_sym_use_keychain_token1] = ACTIONS(855), + [aux_sym_use_roaming_token1] = ACTIONS(855), + [aux_sym_user_token1] = ACTIONS(857), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(855), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(855), + [aux_sym_visual_host_key_token1] = ACTIONS(855), + [aux_sym_xauth_location_token1] = ACTIONS(855), }, [612] = { - [ts_builtin_sym_end] = ACTIONS(3346), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3348), - [aux_sym_match_token1] = ACTIONS(3346), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3346), - [aux_sym_address_family_token1] = ACTIONS(3346), - [aux_sym_batch_mode_token1] = ACTIONS(3346), - [aux_sym_bind_address_token1] = ACTIONS(3346), - [aux_sym_bind_interface_token1] = ACTIONS(3346), - [aux_sym_canonical_domains_token1] = ACTIONS(3346), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3346), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3346), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3346), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3346), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3346), - [aux_sym_certificate_file_token1] = ACTIONS(3346), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3346), - [aux_sym_check_host_ip_token1] = ACTIONS(3346), - [aux_sym_ciphers_token1] = ACTIONS(3346), - [aux_sym_cipher_token1] = ACTIONS(3348), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3346), - [aux_sym_compression_token1] = ACTIONS(3346), - [aux_sym_connection_attempts_token1] = ACTIONS(3346), - [aux_sym_connect_timeout_token1] = ACTIONS(3346), - [aux_sym_control_master_token1] = ACTIONS(3346), - [aux_sym_control_path_token1] = ACTIONS(3346), - [aux_sym_control_persist_token1] = ACTIONS(3346), - [aux_sym_dynamic_forward_token1] = ACTIONS(3346), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3346), - [aux_sym_escape_char_token1] = ACTIONS(3346), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3346), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3346), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3346), - [aux_sym_forward_agent_token1] = ACTIONS(3346), - [aux_sym_forward_x11_token1] = ACTIONS(3348), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3346), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3346), - [aux_sym_gateway_ports_token1] = ACTIONS(3346), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3346), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3346), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3346), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3346), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3346), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3346), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3346), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3346), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3346), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3346), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3346), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3346), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3346), - [aux_sym_host_key_alias_token1] = ACTIONS(3346), - [aux_sym_hostname_token1] = ACTIONS(3346), - [aux_sym_identities_only_token1] = ACTIONS(3346), - [aux_sym_identity_agent_token1] = ACTIONS(3346), - [aux_sym_identity_file_token1] = ACTIONS(3346), - [aux_sym_ignore_unknown_token1] = ACTIONS(3346), - [aux_sym_include_token1] = ACTIONS(3346), - [aux_sym_ip_qos_token1] = ACTIONS(3346), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3346), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3346), - [aux_sym_kex_algorithms_token1] = ACTIONS(3346), - [aux_sym_known_hosts_command_token1] = ACTIONS(3346), - [aux_sym_local_command_token1] = ACTIONS(3346), - [aux_sym_local_forward_token1] = ACTIONS(3346), - [aux_sym_log_level_token1] = ACTIONS(3346), - [aux_sym_log_verbose_token1] = ACTIONS(3346), - [aux_sym_macs_token1] = ACTIONS(3346), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3346), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3346), - [aux_sym_password_authentication_token1] = ACTIONS(3346), - [aux_sym_permit_local_command_token1] = ACTIONS(3346), - [aux_sym_permit_remote_open_token1] = ACTIONS(3346), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3346), - [aux_sym_port_token1] = ACTIONS(3346), - [aux_sym_preferred_authentications_token1] = ACTIONS(3346), - [aux_sym_protocol_token1] = ACTIONS(3346), - [aux_sym_proxy_command_token1] = ACTIONS(3346), - [aux_sym_proxy_jump_token1] = ACTIONS(3346), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3346), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3346), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3346), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3346), - [aux_sym_rekey_limit_token1] = ACTIONS(3346), - [aux_sym_remote_command_token1] = ACTIONS(3346), - [aux_sym_remote_forward_token1] = ACTIONS(3346), - [aux_sym_request_tty_token1] = ACTIONS(3346), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3346), - [aux_sym_security_key_provider_token1] = ACTIONS(3346), - [aux_sym_send_env_token1] = ACTIONS(3346), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3346), - [aux_sym_server_alive_interval_token1] = ACTIONS(3346), - [aux_sym_session_type_token1] = ACTIONS(3346), - [aux_sym_set_env_token1] = ACTIONS(3346), - [aux_sym_stdin_null_token1] = ACTIONS(3346), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3346), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3346), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3346), - [aux_sym_syslog_facility_token1] = ACTIONS(3346), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3346), - [aux_sym_keep_alive_token1] = ACTIONS(3346), - [aux_sym_tunnel_token1] = ACTIONS(3348), - [aux_sym_tunnel_device_token1] = ACTIONS(3346), - [aux_sym_update_host_keys_token1] = ACTIONS(3346), - [aux_sym_use_keychain_token1] = ACTIONS(3346), - [aux_sym_use_roaming_token1] = ACTIONS(3346), - [aux_sym_user_token1] = ACTIONS(3348), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3346), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3346), - [aux_sym_visual_host_key_token1] = ACTIONS(3346), - [aux_sym_xauth_location_token1] = ACTIONS(3346), + [ts_builtin_sym_end] = ACTIONS(1587), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1589), + [aux_sym_match_token1] = ACTIONS(1587), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1587), + [aux_sym_address_family_token1] = ACTIONS(1587), + [aux_sym_batch_mode_token1] = ACTIONS(1587), + [aux_sym_bind_address_token1] = ACTIONS(1587), + [aux_sym_bind_interface_token1] = ACTIONS(1587), + [aux_sym_canonical_domains_token1] = ACTIONS(1587), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1587), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1587), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1587), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1587), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1587), + [aux_sym_certificate_file_token1] = ACTIONS(1587), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1587), + [aux_sym_check_host_ip_token1] = ACTIONS(1587), + [aux_sym_ciphers_token1] = ACTIONS(1587), + [aux_sym_cipher_token1] = ACTIONS(1589), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1587), + [aux_sym_compression_token1] = ACTIONS(1587), + [aux_sym_connection_attempts_token1] = ACTIONS(1587), + [aux_sym_connect_timeout_token1] = ACTIONS(1587), + [aux_sym_control_master_token1] = ACTIONS(1587), + [aux_sym_control_path_token1] = ACTIONS(1587), + [aux_sym_control_persist_token1] = ACTIONS(1587), + [aux_sym_dynamic_forward_token1] = ACTIONS(1587), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1587), + [aux_sym_escape_char_token1] = ACTIONS(1587), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1587), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1587), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1587), + [aux_sym_forward_agent_token1] = ACTIONS(1587), + [aux_sym_forward_x11_token1] = ACTIONS(1589), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1587), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1587), + [aux_sym_gateway_ports_token1] = ACTIONS(1587), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1587), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1587), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1587), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1587), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1587), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1587), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1587), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1587), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1587), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1587), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1587), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1587), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1587), + [aux_sym_host_key_alias_token1] = ACTIONS(1587), + [aux_sym_hostname_token1] = ACTIONS(1587), + [aux_sym_identities_only_token1] = ACTIONS(1587), + [aux_sym_identity_agent_token1] = ACTIONS(1587), + [aux_sym_identity_file_token1] = ACTIONS(1587), + [aux_sym_ignore_unknown_token1] = ACTIONS(1587), + [aux_sym_include_token1] = ACTIONS(1587), + [aux_sym_ip_qos_token1] = ACTIONS(1587), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1587), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1587), + [aux_sym_kex_algorithms_token1] = ACTIONS(1587), + [aux_sym_known_hosts_command_token1] = ACTIONS(1587), + [aux_sym_local_command_token1] = ACTIONS(1587), + [aux_sym_local_forward_token1] = ACTIONS(1587), + [aux_sym_log_level_token1] = ACTIONS(1587), + [aux_sym_log_verbose_token1] = ACTIONS(1587), + [aux_sym_macs_token1] = ACTIONS(1587), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1587), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1587), + [aux_sym_password_authentication_token1] = ACTIONS(1587), + [aux_sym_permit_local_command_token1] = ACTIONS(1587), + [aux_sym_permit_remote_open_token1] = ACTIONS(1587), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1587), + [aux_sym_port_token1] = ACTIONS(1587), + [aux_sym_preferred_authentications_token1] = ACTIONS(1587), + [aux_sym_protocol_token1] = ACTIONS(1587), + [aux_sym_proxy_command_token1] = ACTIONS(1587), + [aux_sym_proxy_jump_token1] = ACTIONS(1587), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1587), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1587), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1587), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1587), + [aux_sym_rekey_limit_token1] = ACTIONS(1587), + [aux_sym_remote_command_token1] = ACTIONS(1587), + [aux_sym_remote_forward_token1] = ACTIONS(1587), + [aux_sym_request_tty_token1] = ACTIONS(1587), + [aux_sym_required_rsa_size_token1] = ACTIONS(1587), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1587), + [aux_sym_security_key_provider_token1] = ACTIONS(1587), + [aux_sym_send_env_token1] = ACTIONS(1587), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1587), + [aux_sym_server_alive_interval_token1] = ACTIONS(1587), + [aux_sym_session_type_token1] = ACTIONS(1587), + [aux_sym_set_env_token1] = ACTIONS(1587), + [aux_sym_stdin_null_token1] = ACTIONS(1587), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1587), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1587), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1587), + [aux_sym_syslog_facility_token1] = ACTIONS(1587), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1587), + [aux_sym_keep_alive_token1] = ACTIONS(1587), + [aux_sym_tunnel_token1] = ACTIONS(1589), + [aux_sym_tunnel_device_token1] = ACTIONS(1587), + [aux_sym_update_host_keys_token1] = ACTIONS(1587), + [aux_sym_use_keychain_token1] = ACTIONS(1587), + [aux_sym_use_roaming_token1] = ACTIONS(1587), + [aux_sym_user_token1] = ACTIONS(1589), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1587), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1587), + [aux_sym_visual_host_key_token1] = ACTIONS(1587), + [aux_sym_xauth_location_token1] = ACTIONS(1587), }, [613] = { - [ts_builtin_sym_end] = ACTIONS(1294), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1296), - [aux_sym_match_token1] = ACTIONS(1294), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1294), - [aux_sym_address_family_token1] = ACTIONS(1294), - [aux_sym_batch_mode_token1] = ACTIONS(1294), - [aux_sym_bind_address_token1] = ACTIONS(1294), - [aux_sym_bind_interface_token1] = ACTIONS(1294), - [aux_sym_canonical_domains_token1] = ACTIONS(1294), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1294), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1294), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1294), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1294), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1294), - [aux_sym_certificate_file_token1] = ACTIONS(1294), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1294), - [aux_sym_check_host_ip_token1] = ACTIONS(1294), - [aux_sym_ciphers_token1] = ACTIONS(1294), - [aux_sym_cipher_token1] = ACTIONS(1296), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1294), - [aux_sym_compression_token1] = ACTIONS(1294), - [aux_sym_connection_attempts_token1] = ACTIONS(1294), - [aux_sym_connect_timeout_token1] = ACTIONS(1294), - [aux_sym_control_master_token1] = ACTIONS(1294), - [aux_sym_control_path_token1] = ACTIONS(1294), - [aux_sym_control_persist_token1] = ACTIONS(1294), - [aux_sym_dynamic_forward_token1] = ACTIONS(1294), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1294), - [aux_sym_escape_char_token1] = ACTIONS(1294), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1294), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1294), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1294), - [aux_sym_forward_agent_token1] = ACTIONS(1294), - [aux_sym_forward_x11_token1] = ACTIONS(1296), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1294), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1294), - [aux_sym_gateway_ports_token1] = ACTIONS(1294), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1294), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1294), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1294), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1294), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1294), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1294), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1294), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1294), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1294), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1294), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1294), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1294), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1294), - [aux_sym_host_key_alias_token1] = ACTIONS(1294), - [aux_sym_hostname_token1] = ACTIONS(1294), - [aux_sym_identities_only_token1] = ACTIONS(1294), - [aux_sym_identity_agent_token1] = ACTIONS(1294), - [aux_sym_identity_file_token1] = ACTIONS(1294), - [aux_sym_ignore_unknown_token1] = ACTIONS(1294), - [aux_sym_include_token1] = ACTIONS(1294), - [aux_sym_ip_qos_token1] = ACTIONS(1294), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1294), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1294), - [aux_sym_kex_algorithms_token1] = ACTIONS(1294), - [aux_sym_known_hosts_command_token1] = ACTIONS(1294), - [aux_sym_local_command_token1] = ACTIONS(1294), - [aux_sym_local_forward_token1] = ACTIONS(1294), - [aux_sym_log_level_token1] = ACTIONS(1294), - [aux_sym_log_verbose_token1] = ACTIONS(1294), - [aux_sym_macs_token1] = ACTIONS(1294), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1294), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1294), - [aux_sym_password_authentication_token1] = ACTIONS(1294), - [aux_sym_permit_local_command_token1] = ACTIONS(1294), - [aux_sym_permit_remote_open_token1] = ACTIONS(1294), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1294), - [aux_sym_port_token1] = ACTIONS(1294), - [aux_sym_preferred_authentications_token1] = ACTIONS(1294), - [aux_sym_protocol_token1] = ACTIONS(1294), - [aux_sym_proxy_command_token1] = ACTIONS(1294), - [aux_sym_proxy_jump_token1] = ACTIONS(1294), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1294), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1294), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1294), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1294), - [aux_sym_rekey_limit_token1] = ACTIONS(1294), - [aux_sym_remote_command_token1] = ACTIONS(1294), - [aux_sym_remote_forward_token1] = ACTIONS(1294), - [aux_sym_request_tty_token1] = ACTIONS(1294), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1294), - [aux_sym_security_key_provider_token1] = ACTIONS(1294), - [aux_sym_send_env_token1] = ACTIONS(1294), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1294), - [aux_sym_server_alive_interval_token1] = ACTIONS(1294), - [aux_sym_session_type_token1] = ACTIONS(1294), - [aux_sym_set_env_token1] = ACTIONS(1294), - [aux_sym_stdin_null_token1] = ACTIONS(1294), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1294), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1294), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1294), - [aux_sym_syslog_facility_token1] = ACTIONS(1294), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1294), - [aux_sym_keep_alive_token1] = ACTIONS(1294), - [aux_sym_tunnel_token1] = ACTIONS(1296), - [aux_sym_tunnel_device_token1] = ACTIONS(1294), - [aux_sym_update_host_keys_token1] = ACTIONS(1294), - [aux_sym_use_keychain_token1] = ACTIONS(1294), - [aux_sym_use_roaming_token1] = ACTIONS(1294), - [aux_sym_user_token1] = ACTIONS(1296), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1294), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1294), - [aux_sym_visual_host_key_token1] = ACTIONS(1294), - [aux_sym_xauth_location_token1] = ACTIONS(1294), + [ts_builtin_sym_end] = ACTIONS(861), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(863), + [aux_sym_match_token1] = ACTIONS(861), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(861), + [aux_sym_address_family_token1] = ACTIONS(861), + [aux_sym_batch_mode_token1] = ACTIONS(861), + [aux_sym_bind_address_token1] = ACTIONS(861), + [aux_sym_bind_interface_token1] = ACTIONS(861), + [aux_sym_canonical_domains_token1] = ACTIONS(861), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(861), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(861), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(861), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(861), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(861), + [aux_sym_certificate_file_token1] = ACTIONS(861), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(861), + [aux_sym_check_host_ip_token1] = ACTIONS(861), + [aux_sym_ciphers_token1] = ACTIONS(861), + [aux_sym_cipher_token1] = ACTIONS(863), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(861), + [aux_sym_compression_token1] = ACTIONS(861), + [aux_sym_connection_attempts_token1] = ACTIONS(861), + [aux_sym_connect_timeout_token1] = ACTIONS(861), + [aux_sym_control_master_token1] = ACTIONS(861), + [aux_sym_control_path_token1] = ACTIONS(861), + [aux_sym_control_persist_token1] = ACTIONS(861), + [aux_sym_dynamic_forward_token1] = ACTIONS(861), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(861), + [aux_sym_escape_char_token1] = ACTIONS(861), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(861), + [aux_sym_fingerprint_hash_token1] = ACTIONS(861), + [aux_sym_fork_after_authentication_token1] = ACTIONS(861), + [aux_sym_forward_agent_token1] = ACTIONS(861), + [aux_sym_forward_x11_token1] = ACTIONS(863), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(861), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(861), + [aux_sym_gateway_ports_token1] = ACTIONS(861), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(861), + [aux_sym_gssapi_authentication_token1] = ACTIONS(861), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(861), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(861), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(861), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(861), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(861), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(861), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(861), + [aux_sym_hash_known_hosts_token1] = ACTIONS(861), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(861), + [aux_sym_hostbased_authentication_token1] = ACTIONS(861), + [aux_sym_host_key_algorithms_token1] = ACTIONS(861), + [aux_sym_host_key_alias_token1] = ACTIONS(861), + [aux_sym_hostname_token1] = ACTIONS(861), + [aux_sym_identities_only_token1] = ACTIONS(861), + [aux_sym_identity_agent_token1] = ACTIONS(861), + [aux_sym_identity_file_token1] = ACTIONS(861), + [aux_sym_ignore_unknown_token1] = ACTIONS(861), + [aux_sym_include_token1] = ACTIONS(861), + [aux_sym_ip_qos_token1] = ACTIONS(861), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(861), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(861), + [aux_sym_kex_algorithms_token1] = ACTIONS(861), + [aux_sym_known_hosts_command_token1] = ACTIONS(861), + [aux_sym_local_command_token1] = ACTIONS(861), + [aux_sym_local_forward_token1] = ACTIONS(861), + [aux_sym_log_level_token1] = ACTIONS(861), + [aux_sym_log_verbose_token1] = ACTIONS(861), + [aux_sym_macs_token1] = ACTIONS(861), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(861), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(861), + [aux_sym_password_authentication_token1] = ACTIONS(861), + [aux_sym_permit_local_command_token1] = ACTIONS(861), + [aux_sym_permit_remote_open_token1] = ACTIONS(861), + [aux_sym_pkcs11_provider_token1] = ACTIONS(861), + [aux_sym_port_token1] = ACTIONS(861), + [aux_sym_preferred_authentications_token1] = ACTIONS(861), + [aux_sym_protocol_token1] = ACTIONS(861), + [aux_sym_proxy_command_token1] = ACTIONS(861), + [aux_sym_proxy_jump_token1] = ACTIONS(861), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(861), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(861), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(861), + [aux_sym_pubkey_authentication_token1] = ACTIONS(861), + [aux_sym_rekey_limit_token1] = ACTIONS(861), + [aux_sym_remote_command_token1] = ACTIONS(861), + [aux_sym_remote_forward_token1] = ACTIONS(861), + [aux_sym_request_tty_token1] = ACTIONS(861), + [aux_sym_required_rsa_size_token1] = ACTIONS(861), + [aux_sym_revoked_host_keys_token1] = ACTIONS(861), + [aux_sym_security_key_provider_token1] = ACTIONS(861), + [aux_sym_send_env_token1] = ACTIONS(861), + [aux_sym_server_alive_count_max_token1] = ACTIONS(861), + [aux_sym_server_alive_interval_token1] = ACTIONS(861), + [aux_sym_session_type_token1] = ACTIONS(861), + [aux_sym_set_env_token1] = ACTIONS(861), + [aux_sym_stdin_null_token1] = ACTIONS(861), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(861), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(861), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(861), + [aux_sym_syslog_facility_token1] = ACTIONS(861), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(861), + [aux_sym_keep_alive_token1] = ACTIONS(861), + [aux_sym_tunnel_token1] = ACTIONS(863), + [aux_sym_tunnel_device_token1] = ACTIONS(861), + [aux_sym_update_host_keys_token1] = ACTIONS(861), + [aux_sym_use_keychain_token1] = ACTIONS(861), + [aux_sym_use_roaming_token1] = ACTIONS(861), + [aux_sym_user_token1] = ACTIONS(863), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(861), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(861), + [aux_sym_visual_host_key_token1] = ACTIONS(861), + [aux_sym_xauth_location_token1] = ACTIONS(861), }, [614] = { - [ts_builtin_sym_end] = ACTIONS(1570), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1572), - [aux_sym_match_token1] = ACTIONS(1570), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1570), - [aux_sym_address_family_token1] = ACTIONS(1570), - [aux_sym_batch_mode_token1] = ACTIONS(1570), - [aux_sym_bind_address_token1] = ACTIONS(1570), - [aux_sym_bind_interface_token1] = ACTIONS(1570), - [aux_sym_canonical_domains_token1] = ACTIONS(1570), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1570), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1570), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1570), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1570), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1570), - [aux_sym_certificate_file_token1] = ACTIONS(1570), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1570), - [aux_sym_check_host_ip_token1] = ACTIONS(1570), - [aux_sym_ciphers_token1] = ACTIONS(1570), - [aux_sym_cipher_token1] = ACTIONS(1572), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1570), - [aux_sym_compression_token1] = ACTIONS(1570), - [aux_sym_connection_attempts_token1] = ACTIONS(1570), - [aux_sym_connect_timeout_token1] = ACTIONS(1570), - [aux_sym_control_master_token1] = ACTIONS(1570), - [aux_sym_control_path_token1] = ACTIONS(1570), - [aux_sym_control_persist_token1] = ACTIONS(1570), - [aux_sym_dynamic_forward_token1] = ACTIONS(1570), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1570), - [aux_sym_escape_char_token1] = ACTIONS(1570), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1570), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1570), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1570), - [aux_sym_forward_agent_token1] = ACTIONS(1570), - [aux_sym_forward_x11_token1] = ACTIONS(1572), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1570), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1570), - [aux_sym_gateway_ports_token1] = ACTIONS(1570), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1570), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1570), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1570), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1570), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1570), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1570), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1570), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1570), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1570), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1570), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1570), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1570), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1570), - [aux_sym_host_key_alias_token1] = ACTIONS(1570), - [aux_sym_hostname_token1] = ACTIONS(1570), - [aux_sym_identities_only_token1] = ACTIONS(1570), - [aux_sym_identity_agent_token1] = ACTIONS(1570), - [aux_sym_identity_file_token1] = ACTIONS(1570), - [aux_sym_ignore_unknown_token1] = ACTIONS(1570), - [aux_sym_include_token1] = ACTIONS(1570), - [aux_sym_ip_qos_token1] = ACTIONS(1570), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1570), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1570), - [aux_sym_kex_algorithms_token1] = ACTIONS(1570), - [aux_sym_known_hosts_command_token1] = ACTIONS(1570), - [aux_sym_local_command_token1] = ACTIONS(1570), - [aux_sym_local_forward_token1] = ACTIONS(1570), - [aux_sym_log_level_token1] = ACTIONS(1570), - [aux_sym_log_verbose_token1] = ACTIONS(1570), - [aux_sym_macs_token1] = ACTIONS(1570), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1570), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1570), - [aux_sym_password_authentication_token1] = ACTIONS(1570), - [aux_sym_permit_local_command_token1] = ACTIONS(1570), - [aux_sym_permit_remote_open_token1] = ACTIONS(1570), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1570), - [aux_sym_port_token1] = ACTIONS(1570), - [aux_sym_preferred_authentications_token1] = ACTIONS(1570), - [aux_sym_protocol_token1] = ACTIONS(1570), - [aux_sym_proxy_command_token1] = ACTIONS(1570), - [aux_sym_proxy_jump_token1] = ACTIONS(1570), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1570), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1570), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1570), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1570), - [aux_sym_rekey_limit_token1] = ACTIONS(1570), - [aux_sym_remote_command_token1] = ACTIONS(1570), - [aux_sym_remote_forward_token1] = ACTIONS(1570), - [aux_sym_request_tty_token1] = ACTIONS(1570), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1570), - [aux_sym_security_key_provider_token1] = ACTIONS(1570), - [aux_sym_send_env_token1] = ACTIONS(1570), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1570), - [aux_sym_server_alive_interval_token1] = ACTIONS(1570), - [aux_sym_session_type_token1] = ACTIONS(1570), - [aux_sym_set_env_token1] = ACTIONS(1570), - [aux_sym_stdin_null_token1] = ACTIONS(1570), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1570), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1570), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1570), - [aux_sym_syslog_facility_token1] = ACTIONS(1570), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1570), - [aux_sym_keep_alive_token1] = ACTIONS(1570), - [aux_sym_tunnel_token1] = ACTIONS(1572), - [aux_sym_tunnel_device_token1] = ACTIONS(1570), - [aux_sym_update_host_keys_token1] = ACTIONS(1570), - [aux_sym_use_keychain_token1] = ACTIONS(1570), - [aux_sym_use_roaming_token1] = ACTIONS(1570), - [aux_sym_user_token1] = ACTIONS(1572), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1570), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1570), - [aux_sym_visual_host_key_token1] = ACTIONS(1570), - [aux_sym_xauth_location_token1] = ACTIONS(1570), + [ts_builtin_sym_end] = ACTIONS(867), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(869), + [aux_sym_match_token1] = ACTIONS(867), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(867), + [aux_sym_address_family_token1] = ACTIONS(867), + [aux_sym_batch_mode_token1] = ACTIONS(867), + [aux_sym_bind_address_token1] = ACTIONS(867), + [aux_sym_bind_interface_token1] = ACTIONS(867), + [aux_sym_canonical_domains_token1] = ACTIONS(867), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(867), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(867), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(867), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(867), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(867), + [aux_sym_certificate_file_token1] = ACTIONS(867), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(867), + [aux_sym_check_host_ip_token1] = ACTIONS(867), + [aux_sym_ciphers_token1] = ACTIONS(867), + [aux_sym_cipher_token1] = ACTIONS(869), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(867), + [aux_sym_compression_token1] = ACTIONS(867), + [aux_sym_connection_attempts_token1] = ACTIONS(867), + [aux_sym_connect_timeout_token1] = ACTIONS(867), + [aux_sym_control_master_token1] = ACTIONS(867), + [aux_sym_control_path_token1] = ACTIONS(867), + [aux_sym_control_persist_token1] = ACTIONS(867), + [aux_sym_dynamic_forward_token1] = ACTIONS(867), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(867), + [aux_sym_escape_char_token1] = ACTIONS(867), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(867), + [aux_sym_fingerprint_hash_token1] = ACTIONS(867), + [aux_sym_fork_after_authentication_token1] = ACTIONS(867), + [aux_sym_forward_agent_token1] = ACTIONS(867), + [aux_sym_forward_x11_token1] = ACTIONS(869), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(867), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(867), + [aux_sym_gateway_ports_token1] = ACTIONS(867), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(867), + [aux_sym_gssapi_authentication_token1] = ACTIONS(867), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(867), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(867), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(867), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(867), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(867), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(867), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(867), + [aux_sym_hash_known_hosts_token1] = ACTIONS(867), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(867), + [aux_sym_hostbased_authentication_token1] = ACTIONS(867), + [aux_sym_host_key_algorithms_token1] = ACTIONS(867), + [aux_sym_host_key_alias_token1] = ACTIONS(867), + [aux_sym_hostname_token1] = ACTIONS(867), + [aux_sym_identities_only_token1] = ACTIONS(867), + [aux_sym_identity_agent_token1] = ACTIONS(867), + [aux_sym_identity_file_token1] = ACTIONS(867), + [aux_sym_ignore_unknown_token1] = ACTIONS(867), + [aux_sym_include_token1] = ACTIONS(867), + [aux_sym_ip_qos_token1] = ACTIONS(867), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(867), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(867), + [aux_sym_kex_algorithms_token1] = ACTIONS(867), + [aux_sym_known_hosts_command_token1] = ACTIONS(867), + [aux_sym_local_command_token1] = ACTIONS(867), + [aux_sym_local_forward_token1] = ACTIONS(867), + [aux_sym_log_level_token1] = ACTIONS(867), + [aux_sym_log_verbose_token1] = ACTIONS(867), + [aux_sym_macs_token1] = ACTIONS(867), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(867), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(867), + [aux_sym_password_authentication_token1] = ACTIONS(867), + [aux_sym_permit_local_command_token1] = ACTIONS(867), + [aux_sym_permit_remote_open_token1] = ACTIONS(867), + [aux_sym_pkcs11_provider_token1] = ACTIONS(867), + [aux_sym_port_token1] = ACTIONS(867), + [aux_sym_preferred_authentications_token1] = ACTIONS(867), + [aux_sym_protocol_token1] = ACTIONS(867), + [aux_sym_proxy_command_token1] = ACTIONS(867), + [aux_sym_proxy_jump_token1] = ACTIONS(867), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(867), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(867), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(867), + [aux_sym_pubkey_authentication_token1] = ACTIONS(867), + [aux_sym_rekey_limit_token1] = ACTIONS(867), + [aux_sym_remote_command_token1] = ACTIONS(867), + [aux_sym_remote_forward_token1] = ACTIONS(867), + [aux_sym_request_tty_token1] = ACTIONS(867), + [aux_sym_required_rsa_size_token1] = ACTIONS(867), + [aux_sym_revoked_host_keys_token1] = ACTIONS(867), + [aux_sym_security_key_provider_token1] = ACTIONS(867), + [aux_sym_send_env_token1] = ACTIONS(867), + [aux_sym_server_alive_count_max_token1] = ACTIONS(867), + [aux_sym_server_alive_interval_token1] = ACTIONS(867), + [aux_sym_session_type_token1] = ACTIONS(867), + [aux_sym_set_env_token1] = ACTIONS(867), + [aux_sym_stdin_null_token1] = ACTIONS(867), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(867), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(867), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(867), + [aux_sym_syslog_facility_token1] = ACTIONS(867), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(867), + [aux_sym_keep_alive_token1] = ACTIONS(867), + [aux_sym_tunnel_token1] = ACTIONS(869), + [aux_sym_tunnel_device_token1] = ACTIONS(867), + [aux_sym_update_host_keys_token1] = ACTIONS(867), + [aux_sym_use_keychain_token1] = ACTIONS(867), + [aux_sym_use_roaming_token1] = ACTIONS(867), + [aux_sym_user_token1] = ACTIONS(869), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(867), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(867), + [aux_sym_visual_host_key_token1] = ACTIONS(867), + [aux_sym_xauth_location_token1] = ACTIONS(867), }, [615] = { - [ts_builtin_sym_end] = ACTIONS(3350), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3352), - [aux_sym_match_token1] = ACTIONS(3350), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3350), - [aux_sym_address_family_token1] = ACTIONS(3350), - [aux_sym_batch_mode_token1] = ACTIONS(3350), - [aux_sym_bind_address_token1] = ACTIONS(3350), - [aux_sym_bind_interface_token1] = ACTIONS(3350), - [aux_sym_canonical_domains_token1] = ACTIONS(3350), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3350), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3350), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3350), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3350), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3350), - [aux_sym_certificate_file_token1] = ACTIONS(3350), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3350), - [aux_sym_check_host_ip_token1] = ACTIONS(3350), - [aux_sym_ciphers_token1] = ACTIONS(3350), - [aux_sym_cipher_token1] = ACTIONS(3352), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3350), - [aux_sym_compression_token1] = ACTIONS(3350), - [aux_sym_connection_attempts_token1] = ACTIONS(3350), - [aux_sym_connect_timeout_token1] = ACTIONS(3350), - [aux_sym_control_master_token1] = ACTIONS(3350), - [aux_sym_control_path_token1] = ACTIONS(3350), - [aux_sym_control_persist_token1] = ACTIONS(3350), - [aux_sym_dynamic_forward_token1] = ACTIONS(3350), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3350), - [aux_sym_escape_char_token1] = ACTIONS(3350), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3350), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3350), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3350), - [aux_sym_forward_agent_token1] = ACTIONS(3350), - [aux_sym_forward_x11_token1] = ACTIONS(3352), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3350), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3350), - [aux_sym_gateway_ports_token1] = ACTIONS(3350), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3350), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3350), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3350), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3350), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3350), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3350), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3350), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3350), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3350), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3350), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3350), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3350), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3350), - [aux_sym_host_key_alias_token1] = ACTIONS(3350), - [aux_sym_hostname_token1] = ACTIONS(3350), - [aux_sym_identities_only_token1] = ACTIONS(3350), - [aux_sym_identity_agent_token1] = ACTIONS(3350), - [aux_sym_identity_file_token1] = ACTIONS(3350), - [aux_sym_ignore_unknown_token1] = ACTIONS(3350), - [aux_sym_include_token1] = ACTIONS(3350), - [aux_sym_ip_qos_token1] = ACTIONS(3350), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3350), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3350), - [aux_sym_kex_algorithms_token1] = ACTIONS(3350), - [aux_sym_known_hosts_command_token1] = ACTIONS(3350), - [aux_sym_local_command_token1] = ACTIONS(3350), - [aux_sym_local_forward_token1] = ACTIONS(3350), - [aux_sym_log_level_token1] = ACTIONS(3350), - [aux_sym_log_verbose_token1] = ACTIONS(3350), - [aux_sym_macs_token1] = ACTIONS(3350), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3350), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3350), - [aux_sym_password_authentication_token1] = ACTIONS(3350), - [aux_sym_permit_local_command_token1] = ACTIONS(3350), - [aux_sym_permit_remote_open_token1] = ACTIONS(3350), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3350), - [aux_sym_port_token1] = ACTIONS(3350), - [aux_sym_preferred_authentications_token1] = ACTIONS(3350), - [aux_sym_protocol_token1] = ACTIONS(3350), - [aux_sym_proxy_command_token1] = ACTIONS(3350), - [aux_sym_proxy_jump_token1] = ACTIONS(3350), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3350), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3350), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3350), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3350), - [aux_sym_rekey_limit_token1] = ACTIONS(3350), - [aux_sym_remote_command_token1] = ACTIONS(3350), - [aux_sym_remote_forward_token1] = ACTIONS(3350), - [aux_sym_request_tty_token1] = ACTIONS(3350), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3350), - [aux_sym_security_key_provider_token1] = ACTIONS(3350), - [aux_sym_send_env_token1] = ACTIONS(3350), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3350), - [aux_sym_server_alive_interval_token1] = ACTIONS(3350), - [aux_sym_session_type_token1] = ACTIONS(3350), - [aux_sym_set_env_token1] = ACTIONS(3350), - [aux_sym_stdin_null_token1] = ACTIONS(3350), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3350), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3350), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3350), - [aux_sym_syslog_facility_token1] = ACTIONS(3350), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3350), - [aux_sym_keep_alive_token1] = ACTIONS(3350), - [aux_sym_tunnel_token1] = ACTIONS(3352), - [aux_sym_tunnel_device_token1] = ACTIONS(3350), - [aux_sym_update_host_keys_token1] = ACTIONS(3350), - [aux_sym_use_keychain_token1] = ACTIONS(3350), - [aux_sym_use_roaming_token1] = ACTIONS(3350), - [aux_sym_user_token1] = ACTIONS(3352), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3350), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3350), - [aux_sym_visual_host_key_token1] = ACTIONS(3350), - [aux_sym_xauth_location_token1] = ACTIONS(3350), + [ts_builtin_sym_end] = ACTIONS(1611), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1613), + [aux_sym_match_token1] = ACTIONS(1611), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1611), + [aux_sym_address_family_token1] = ACTIONS(1611), + [aux_sym_batch_mode_token1] = ACTIONS(1611), + [aux_sym_bind_address_token1] = ACTIONS(1611), + [aux_sym_bind_interface_token1] = ACTIONS(1611), + [aux_sym_canonical_domains_token1] = ACTIONS(1611), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1611), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1611), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1611), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1611), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1611), + [aux_sym_certificate_file_token1] = ACTIONS(1611), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1611), + [aux_sym_check_host_ip_token1] = ACTIONS(1611), + [aux_sym_ciphers_token1] = ACTIONS(1611), + [aux_sym_cipher_token1] = ACTIONS(1613), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1611), + [aux_sym_compression_token1] = ACTIONS(1611), + [aux_sym_connection_attempts_token1] = ACTIONS(1611), + [aux_sym_connect_timeout_token1] = ACTIONS(1611), + [aux_sym_control_master_token1] = ACTIONS(1611), + [aux_sym_control_path_token1] = ACTIONS(1611), + [aux_sym_control_persist_token1] = ACTIONS(1611), + [aux_sym_dynamic_forward_token1] = ACTIONS(1611), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1611), + [aux_sym_escape_char_token1] = ACTIONS(1611), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1611), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1611), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1611), + [aux_sym_forward_agent_token1] = ACTIONS(1611), + [aux_sym_forward_x11_token1] = ACTIONS(1613), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1611), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1611), + [aux_sym_gateway_ports_token1] = ACTIONS(1611), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1611), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1611), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1611), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1611), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1611), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1611), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1611), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1611), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1611), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1611), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1611), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1611), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1611), + [aux_sym_host_key_alias_token1] = ACTIONS(1611), + [aux_sym_hostname_token1] = ACTIONS(1611), + [aux_sym_identities_only_token1] = ACTIONS(1611), + [aux_sym_identity_agent_token1] = ACTIONS(1611), + [aux_sym_identity_file_token1] = ACTIONS(1611), + [aux_sym_ignore_unknown_token1] = ACTIONS(1611), + [aux_sym_include_token1] = ACTIONS(1611), + [aux_sym_ip_qos_token1] = ACTIONS(1611), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1611), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1611), + [aux_sym_kex_algorithms_token1] = ACTIONS(1611), + [aux_sym_known_hosts_command_token1] = ACTIONS(1611), + [aux_sym_local_command_token1] = ACTIONS(1611), + [aux_sym_local_forward_token1] = ACTIONS(1611), + [aux_sym_log_level_token1] = ACTIONS(1611), + [aux_sym_log_verbose_token1] = ACTIONS(1611), + [aux_sym_macs_token1] = ACTIONS(1611), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1611), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1611), + [aux_sym_password_authentication_token1] = ACTIONS(1611), + [aux_sym_permit_local_command_token1] = ACTIONS(1611), + [aux_sym_permit_remote_open_token1] = ACTIONS(1611), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1611), + [aux_sym_port_token1] = ACTIONS(1611), + [aux_sym_preferred_authentications_token1] = ACTIONS(1611), + [aux_sym_protocol_token1] = ACTIONS(1611), + [aux_sym_proxy_command_token1] = ACTIONS(1611), + [aux_sym_proxy_jump_token1] = ACTIONS(1611), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1611), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1611), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1611), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1611), + [aux_sym_rekey_limit_token1] = ACTIONS(1611), + [aux_sym_remote_command_token1] = ACTIONS(1611), + [aux_sym_remote_forward_token1] = ACTIONS(1611), + [aux_sym_request_tty_token1] = ACTIONS(1611), + [aux_sym_required_rsa_size_token1] = ACTIONS(1611), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1611), + [aux_sym_security_key_provider_token1] = ACTIONS(1611), + [aux_sym_send_env_token1] = ACTIONS(1611), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1611), + [aux_sym_server_alive_interval_token1] = ACTIONS(1611), + [aux_sym_session_type_token1] = ACTIONS(1611), + [aux_sym_set_env_token1] = ACTIONS(1611), + [aux_sym_stdin_null_token1] = ACTIONS(1611), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1611), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1611), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1611), + [aux_sym_syslog_facility_token1] = ACTIONS(1611), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1611), + [aux_sym_keep_alive_token1] = ACTIONS(1611), + [aux_sym_tunnel_token1] = ACTIONS(1613), + [aux_sym_tunnel_device_token1] = ACTIONS(1611), + [aux_sym_update_host_keys_token1] = ACTIONS(1611), + [aux_sym_use_keychain_token1] = ACTIONS(1611), + [aux_sym_use_roaming_token1] = ACTIONS(1611), + [aux_sym_user_token1] = ACTIONS(1613), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1611), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1611), + [aux_sym_visual_host_key_token1] = ACTIONS(1611), + [aux_sym_xauth_location_token1] = ACTIONS(1611), }, [616] = { - [ts_builtin_sym_end] = ACTIONS(3354), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3356), - [aux_sym_match_token1] = ACTIONS(3354), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3354), - [aux_sym_address_family_token1] = ACTIONS(3354), - [aux_sym_batch_mode_token1] = ACTIONS(3354), - [aux_sym_bind_address_token1] = ACTIONS(3354), - [aux_sym_bind_interface_token1] = ACTIONS(3354), - [aux_sym_canonical_domains_token1] = ACTIONS(3354), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3354), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3354), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3354), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3354), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3354), - [aux_sym_certificate_file_token1] = ACTIONS(3354), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3354), - [aux_sym_check_host_ip_token1] = ACTIONS(3354), - [aux_sym_ciphers_token1] = ACTIONS(3354), - [aux_sym_cipher_token1] = ACTIONS(3356), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3354), - [aux_sym_compression_token1] = ACTIONS(3354), - [aux_sym_connection_attempts_token1] = ACTIONS(3354), - [aux_sym_connect_timeout_token1] = ACTIONS(3354), - [aux_sym_control_master_token1] = ACTIONS(3354), - [aux_sym_control_path_token1] = ACTIONS(3354), - [aux_sym_control_persist_token1] = ACTIONS(3354), - [aux_sym_dynamic_forward_token1] = ACTIONS(3354), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3354), - [aux_sym_escape_char_token1] = ACTIONS(3354), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3354), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3354), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3354), - [aux_sym_forward_agent_token1] = ACTIONS(3354), - [aux_sym_forward_x11_token1] = ACTIONS(3356), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3354), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3354), - [aux_sym_gateway_ports_token1] = ACTIONS(3354), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3354), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3354), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3354), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3354), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3354), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3354), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3354), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3354), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3354), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3354), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3354), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3354), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3354), - [aux_sym_host_key_alias_token1] = ACTIONS(3354), - [aux_sym_hostname_token1] = ACTIONS(3354), - [aux_sym_identities_only_token1] = ACTIONS(3354), - [aux_sym_identity_agent_token1] = ACTIONS(3354), - [aux_sym_identity_file_token1] = ACTIONS(3354), - [aux_sym_ignore_unknown_token1] = ACTIONS(3354), - [aux_sym_include_token1] = ACTIONS(3354), - [aux_sym_ip_qos_token1] = ACTIONS(3354), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3354), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3354), - [aux_sym_kex_algorithms_token1] = ACTIONS(3354), - [aux_sym_known_hosts_command_token1] = ACTIONS(3354), - [aux_sym_local_command_token1] = ACTIONS(3354), - [aux_sym_local_forward_token1] = ACTIONS(3354), - [aux_sym_log_level_token1] = ACTIONS(3354), - [aux_sym_log_verbose_token1] = ACTIONS(3354), - [aux_sym_macs_token1] = ACTIONS(3354), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3354), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3354), - [aux_sym_password_authentication_token1] = ACTIONS(3354), - [aux_sym_permit_local_command_token1] = ACTIONS(3354), - [aux_sym_permit_remote_open_token1] = ACTIONS(3354), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3354), - [aux_sym_port_token1] = ACTIONS(3354), - [aux_sym_preferred_authentications_token1] = ACTIONS(3354), - [aux_sym_protocol_token1] = ACTIONS(3354), - [aux_sym_proxy_command_token1] = ACTIONS(3354), - [aux_sym_proxy_jump_token1] = ACTIONS(3354), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3354), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3354), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3354), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3354), - [aux_sym_rekey_limit_token1] = ACTIONS(3354), - [aux_sym_remote_command_token1] = ACTIONS(3354), - [aux_sym_remote_forward_token1] = ACTIONS(3354), - [aux_sym_request_tty_token1] = ACTIONS(3354), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3354), - [aux_sym_security_key_provider_token1] = ACTIONS(3354), - [aux_sym_send_env_token1] = ACTIONS(3354), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3354), - [aux_sym_server_alive_interval_token1] = ACTIONS(3354), - [aux_sym_session_type_token1] = ACTIONS(3354), - [aux_sym_set_env_token1] = ACTIONS(3354), - [aux_sym_stdin_null_token1] = ACTIONS(3354), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3354), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3354), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3354), - [aux_sym_syslog_facility_token1] = ACTIONS(3354), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3354), - [aux_sym_keep_alive_token1] = ACTIONS(3354), - [aux_sym_tunnel_token1] = ACTIONS(3356), - [aux_sym_tunnel_device_token1] = ACTIONS(3354), - [aux_sym_update_host_keys_token1] = ACTIONS(3354), - [aux_sym_use_keychain_token1] = ACTIONS(3354), - [aux_sym_use_roaming_token1] = ACTIONS(3354), - [aux_sym_user_token1] = ACTIONS(3356), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3354), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3354), - [aux_sym_visual_host_key_token1] = ACTIONS(3354), - [aux_sym_xauth_location_token1] = ACTIONS(3354), + [ts_builtin_sym_end] = ACTIONS(1647), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1649), + [aux_sym_match_token1] = ACTIONS(1647), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1647), + [aux_sym_address_family_token1] = ACTIONS(1647), + [aux_sym_batch_mode_token1] = ACTIONS(1647), + [aux_sym_bind_address_token1] = ACTIONS(1647), + [aux_sym_bind_interface_token1] = ACTIONS(1647), + [aux_sym_canonical_domains_token1] = ACTIONS(1647), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1647), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1647), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1647), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1647), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1647), + [aux_sym_certificate_file_token1] = ACTIONS(1647), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1647), + [aux_sym_check_host_ip_token1] = ACTIONS(1647), + [aux_sym_ciphers_token1] = ACTIONS(1647), + [aux_sym_cipher_token1] = ACTIONS(1649), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1647), + [aux_sym_compression_token1] = ACTIONS(1647), + [aux_sym_connection_attempts_token1] = ACTIONS(1647), + [aux_sym_connect_timeout_token1] = ACTIONS(1647), + [aux_sym_control_master_token1] = ACTIONS(1647), + [aux_sym_control_path_token1] = ACTIONS(1647), + [aux_sym_control_persist_token1] = ACTIONS(1647), + [aux_sym_dynamic_forward_token1] = ACTIONS(1647), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1647), + [aux_sym_escape_char_token1] = ACTIONS(1647), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1647), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1647), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1647), + [aux_sym_forward_agent_token1] = ACTIONS(1647), + [aux_sym_forward_x11_token1] = ACTIONS(1649), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1647), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1647), + [aux_sym_gateway_ports_token1] = ACTIONS(1647), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1647), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1647), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1647), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1647), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1647), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1647), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1647), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1647), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1647), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1647), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1647), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1647), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1647), + [aux_sym_host_key_alias_token1] = ACTIONS(1647), + [aux_sym_hostname_token1] = ACTIONS(1647), + [aux_sym_identities_only_token1] = ACTIONS(1647), + [aux_sym_identity_agent_token1] = ACTIONS(1647), + [aux_sym_identity_file_token1] = ACTIONS(1647), + [aux_sym_ignore_unknown_token1] = ACTIONS(1647), + [aux_sym_include_token1] = ACTIONS(1647), + [aux_sym_ip_qos_token1] = ACTIONS(1647), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1647), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1647), + [aux_sym_kex_algorithms_token1] = ACTIONS(1647), + [aux_sym_known_hosts_command_token1] = ACTIONS(1647), + [aux_sym_local_command_token1] = ACTIONS(1647), + [aux_sym_local_forward_token1] = ACTIONS(1647), + [aux_sym_log_level_token1] = ACTIONS(1647), + [aux_sym_log_verbose_token1] = ACTIONS(1647), + [aux_sym_macs_token1] = ACTIONS(1647), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1647), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1647), + [aux_sym_password_authentication_token1] = ACTIONS(1647), + [aux_sym_permit_local_command_token1] = ACTIONS(1647), + [aux_sym_permit_remote_open_token1] = ACTIONS(1647), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1647), + [aux_sym_port_token1] = ACTIONS(1647), + [aux_sym_preferred_authentications_token1] = ACTIONS(1647), + [aux_sym_protocol_token1] = ACTIONS(1647), + [aux_sym_proxy_command_token1] = ACTIONS(1647), + [aux_sym_proxy_jump_token1] = ACTIONS(1647), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1647), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1647), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1647), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1647), + [aux_sym_rekey_limit_token1] = ACTIONS(1647), + [aux_sym_remote_command_token1] = ACTIONS(1647), + [aux_sym_remote_forward_token1] = ACTIONS(1647), + [aux_sym_request_tty_token1] = ACTIONS(1647), + [aux_sym_required_rsa_size_token1] = ACTIONS(1647), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1647), + [aux_sym_security_key_provider_token1] = ACTIONS(1647), + [aux_sym_send_env_token1] = ACTIONS(1647), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1647), + [aux_sym_server_alive_interval_token1] = ACTIONS(1647), + [aux_sym_session_type_token1] = ACTIONS(1647), + [aux_sym_set_env_token1] = ACTIONS(1647), + [aux_sym_stdin_null_token1] = ACTIONS(1647), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1647), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1647), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1647), + [aux_sym_syslog_facility_token1] = ACTIONS(1647), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1647), + [aux_sym_keep_alive_token1] = ACTIONS(1647), + [aux_sym_tunnel_token1] = ACTIONS(1649), + [aux_sym_tunnel_device_token1] = ACTIONS(1647), + [aux_sym_update_host_keys_token1] = ACTIONS(1647), + [aux_sym_use_keychain_token1] = ACTIONS(1647), + [aux_sym_use_roaming_token1] = ACTIONS(1647), + [aux_sym_user_token1] = ACTIONS(1649), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1647), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1647), + [aux_sym_visual_host_key_token1] = ACTIONS(1647), + [aux_sym_xauth_location_token1] = ACTIONS(1647), }, [617] = { - [ts_builtin_sym_end] = ACTIONS(820), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(822), - [aux_sym_match_token1] = ACTIONS(820), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(820), - [aux_sym_address_family_token1] = ACTIONS(820), - [aux_sym_batch_mode_token1] = ACTIONS(820), - [aux_sym_bind_address_token1] = ACTIONS(820), - [aux_sym_bind_interface_token1] = ACTIONS(820), - [aux_sym_canonical_domains_token1] = ACTIONS(820), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(820), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(820), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(820), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(820), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(820), - [aux_sym_certificate_file_token1] = ACTIONS(820), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(820), - [aux_sym_check_host_ip_token1] = ACTIONS(820), - [aux_sym_ciphers_token1] = ACTIONS(820), - [aux_sym_cipher_token1] = ACTIONS(822), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(820), - [aux_sym_compression_token1] = ACTIONS(820), - [aux_sym_connection_attempts_token1] = ACTIONS(820), - [aux_sym_connect_timeout_token1] = ACTIONS(820), - [aux_sym_control_master_token1] = ACTIONS(820), - [aux_sym_control_path_token1] = ACTIONS(820), - [aux_sym_control_persist_token1] = ACTIONS(820), - [aux_sym_dynamic_forward_token1] = ACTIONS(820), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(820), - [aux_sym_escape_char_token1] = ACTIONS(820), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(820), - [aux_sym_fingerprint_hash_token1] = ACTIONS(820), - [aux_sym_fork_after_authentication_token1] = ACTIONS(820), - [aux_sym_forward_agent_token1] = ACTIONS(820), - [aux_sym_forward_x11_token1] = ACTIONS(822), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(820), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(820), - [aux_sym_gateway_ports_token1] = ACTIONS(820), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(820), - [aux_sym_gssapi_authentication_token1] = ACTIONS(820), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(820), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(820), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(820), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(820), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(820), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(820), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(820), - [aux_sym_hash_known_hosts_token1] = ACTIONS(820), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(820), - [aux_sym_hostbased_authentication_token1] = ACTIONS(820), - [aux_sym_host_key_algorithms_token1] = ACTIONS(820), - [aux_sym_host_key_alias_token1] = ACTIONS(820), - [aux_sym_hostname_token1] = ACTIONS(820), - [aux_sym_identities_only_token1] = ACTIONS(820), - [aux_sym_identity_agent_token1] = ACTIONS(820), - [aux_sym_identity_file_token1] = ACTIONS(820), - [aux_sym_ignore_unknown_token1] = ACTIONS(820), - [aux_sym_include_token1] = ACTIONS(820), - [aux_sym_ip_qos_token1] = ACTIONS(820), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(820), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(820), - [aux_sym_kex_algorithms_token1] = ACTIONS(820), - [aux_sym_known_hosts_command_token1] = ACTIONS(820), - [aux_sym_local_command_token1] = ACTIONS(820), - [aux_sym_local_forward_token1] = ACTIONS(820), - [aux_sym_log_level_token1] = ACTIONS(820), - [aux_sym_log_verbose_token1] = ACTIONS(820), - [aux_sym_macs_token1] = ACTIONS(820), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(820), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(820), - [aux_sym_password_authentication_token1] = ACTIONS(820), - [aux_sym_permit_local_command_token1] = ACTIONS(820), - [aux_sym_permit_remote_open_token1] = ACTIONS(820), - [aux_sym_pkcs11_provider_token1] = ACTIONS(820), - [aux_sym_port_token1] = ACTIONS(820), - [aux_sym_preferred_authentications_token1] = ACTIONS(820), - [aux_sym_protocol_token1] = ACTIONS(820), - [aux_sym_proxy_command_token1] = ACTIONS(820), - [aux_sym_proxy_jump_token1] = ACTIONS(820), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(820), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(820), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(820), - [aux_sym_pubkey_authentication_token1] = ACTIONS(820), - [aux_sym_rekey_limit_token1] = ACTIONS(820), - [aux_sym_remote_command_token1] = ACTIONS(820), - [aux_sym_remote_forward_token1] = ACTIONS(820), - [aux_sym_request_tty_token1] = ACTIONS(820), - [aux_sym_revoked_host_keys_token1] = ACTIONS(820), - [aux_sym_security_key_provider_token1] = ACTIONS(820), - [aux_sym_send_env_token1] = ACTIONS(820), - [aux_sym_server_alive_count_max_token1] = ACTIONS(820), - [aux_sym_server_alive_interval_token1] = ACTIONS(820), - [aux_sym_session_type_token1] = ACTIONS(820), - [aux_sym_set_env_token1] = ACTIONS(820), - [aux_sym_stdin_null_token1] = ACTIONS(820), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(820), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(820), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(820), - [aux_sym_syslog_facility_token1] = ACTIONS(820), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(820), - [aux_sym_keep_alive_token1] = ACTIONS(820), - [aux_sym_tunnel_token1] = ACTIONS(822), - [aux_sym_tunnel_device_token1] = ACTIONS(820), - [aux_sym_update_host_keys_token1] = ACTIONS(820), - [aux_sym_use_keychain_token1] = ACTIONS(820), - [aux_sym_use_roaming_token1] = ACTIONS(820), - [aux_sym_user_token1] = ACTIONS(822), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(820), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(820), - [aux_sym_visual_host_key_token1] = ACTIONS(820), - [aux_sym_xauth_location_token1] = ACTIONS(820), + [ts_builtin_sym_end] = ACTIONS(873), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(875), + [aux_sym_match_token1] = ACTIONS(873), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(873), + [aux_sym_address_family_token1] = ACTIONS(873), + [aux_sym_batch_mode_token1] = ACTIONS(873), + [aux_sym_bind_address_token1] = ACTIONS(873), + [aux_sym_bind_interface_token1] = ACTIONS(873), + [aux_sym_canonical_domains_token1] = ACTIONS(873), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(873), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(873), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(873), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(873), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(873), + [aux_sym_certificate_file_token1] = ACTIONS(873), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(873), + [aux_sym_check_host_ip_token1] = ACTIONS(873), + [aux_sym_ciphers_token1] = ACTIONS(873), + [aux_sym_cipher_token1] = ACTIONS(875), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(873), + [aux_sym_compression_token1] = ACTIONS(873), + [aux_sym_connection_attempts_token1] = ACTIONS(873), + [aux_sym_connect_timeout_token1] = ACTIONS(873), + [aux_sym_control_master_token1] = ACTIONS(873), + [aux_sym_control_path_token1] = ACTIONS(873), + [aux_sym_control_persist_token1] = ACTIONS(873), + [aux_sym_dynamic_forward_token1] = ACTIONS(873), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(873), + [aux_sym_escape_char_token1] = ACTIONS(873), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(873), + [aux_sym_fingerprint_hash_token1] = ACTIONS(873), + [aux_sym_fork_after_authentication_token1] = ACTIONS(873), + [aux_sym_forward_agent_token1] = ACTIONS(873), + [aux_sym_forward_x11_token1] = ACTIONS(875), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(873), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(873), + [aux_sym_gateway_ports_token1] = ACTIONS(873), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(873), + [aux_sym_gssapi_authentication_token1] = ACTIONS(873), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(873), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(873), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(873), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(873), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(873), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(873), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(873), + [aux_sym_hash_known_hosts_token1] = ACTIONS(873), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(873), + [aux_sym_hostbased_authentication_token1] = ACTIONS(873), + [aux_sym_host_key_algorithms_token1] = ACTIONS(873), + [aux_sym_host_key_alias_token1] = ACTIONS(873), + [aux_sym_hostname_token1] = ACTIONS(873), + [aux_sym_identities_only_token1] = ACTIONS(873), + [aux_sym_identity_agent_token1] = ACTIONS(873), + [aux_sym_identity_file_token1] = ACTIONS(873), + [aux_sym_ignore_unknown_token1] = ACTIONS(873), + [aux_sym_include_token1] = ACTIONS(873), + [aux_sym_ip_qos_token1] = ACTIONS(873), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(873), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(873), + [aux_sym_kex_algorithms_token1] = ACTIONS(873), + [aux_sym_known_hosts_command_token1] = ACTIONS(873), + [aux_sym_local_command_token1] = ACTIONS(873), + [aux_sym_local_forward_token1] = ACTIONS(873), + [aux_sym_log_level_token1] = ACTIONS(873), + [aux_sym_log_verbose_token1] = ACTIONS(873), + [aux_sym_macs_token1] = ACTIONS(873), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(873), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(873), + [aux_sym_password_authentication_token1] = ACTIONS(873), + [aux_sym_permit_local_command_token1] = ACTIONS(873), + [aux_sym_permit_remote_open_token1] = ACTIONS(873), + [aux_sym_pkcs11_provider_token1] = ACTIONS(873), + [aux_sym_port_token1] = ACTIONS(873), + [aux_sym_preferred_authentications_token1] = ACTIONS(873), + [aux_sym_protocol_token1] = ACTIONS(873), + [aux_sym_proxy_command_token1] = ACTIONS(873), + [aux_sym_proxy_jump_token1] = ACTIONS(873), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(873), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(873), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(873), + [aux_sym_pubkey_authentication_token1] = ACTIONS(873), + [aux_sym_rekey_limit_token1] = ACTIONS(873), + [aux_sym_remote_command_token1] = ACTIONS(873), + [aux_sym_remote_forward_token1] = ACTIONS(873), + [aux_sym_request_tty_token1] = ACTIONS(873), + [aux_sym_required_rsa_size_token1] = ACTIONS(873), + [aux_sym_revoked_host_keys_token1] = ACTIONS(873), + [aux_sym_security_key_provider_token1] = ACTIONS(873), + [aux_sym_send_env_token1] = ACTIONS(873), + [aux_sym_server_alive_count_max_token1] = ACTIONS(873), + [aux_sym_server_alive_interval_token1] = ACTIONS(873), + [aux_sym_session_type_token1] = ACTIONS(873), + [aux_sym_set_env_token1] = ACTIONS(873), + [aux_sym_stdin_null_token1] = ACTIONS(873), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(873), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(873), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(873), + [aux_sym_syslog_facility_token1] = ACTIONS(873), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(873), + [aux_sym_keep_alive_token1] = ACTIONS(873), + [aux_sym_tunnel_token1] = ACTIONS(875), + [aux_sym_tunnel_device_token1] = ACTIONS(873), + [aux_sym_update_host_keys_token1] = ACTIONS(873), + [aux_sym_use_keychain_token1] = ACTIONS(873), + [aux_sym_use_roaming_token1] = ACTIONS(873), + [aux_sym_user_token1] = ACTIONS(875), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(873), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(873), + [aux_sym_visual_host_key_token1] = ACTIONS(873), + [aux_sym_xauth_location_token1] = ACTIONS(873), }, [618] = { - [ts_builtin_sym_end] = ACTIONS(1300), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1302), - [aux_sym_match_token1] = ACTIONS(1300), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1300), - [aux_sym_address_family_token1] = ACTIONS(1300), - [aux_sym_batch_mode_token1] = ACTIONS(1300), - [aux_sym_bind_address_token1] = ACTIONS(1300), - [aux_sym_bind_interface_token1] = ACTIONS(1300), - [aux_sym_canonical_domains_token1] = ACTIONS(1300), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1300), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1300), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1300), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1300), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1300), - [aux_sym_certificate_file_token1] = ACTIONS(1300), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1300), - [aux_sym_check_host_ip_token1] = ACTIONS(1300), - [aux_sym_ciphers_token1] = ACTIONS(1300), - [aux_sym_cipher_token1] = ACTIONS(1302), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1300), - [aux_sym_compression_token1] = ACTIONS(1300), - [aux_sym_connection_attempts_token1] = ACTIONS(1300), - [aux_sym_connect_timeout_token1] = ACTIONS(1300), - [aux_sym_control_master_token1] = ACTIONS(1300), - [aux_sym_control_path_token1] = ACTIONS(1300), - [aux_sym_control_persist_token1] = ACTIONS(1300), - [aux_sym_dynamic_forward_token1] = ACTIONS(1300), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1300), - [aux_sym_escape_char_token1] = ACTIONS(1300), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1300), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1300), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1300), - [aux_sym_forward_agent_token1] = ACTIONS(1300), - [aux_sym_forward_x11_token1] = ACTIONS(1302), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1300), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1300), - [aux_sym_gateway_ports_token1] = ACTIONS(1300), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1300), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1300), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1300), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1300), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1300), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1300), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1300), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1300), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1300), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1300), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1300), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1300), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1300), - [aux_sym_host_key_alias_token1] = ACTIONS(1300), - [aux_sym_hostname_token1] = ACTIONS(1300), - [aux_sym_identities_only_token1] = ACTIONS(1300), - [aux_sym_identity_agent_token1] = ACTIONS(1300), - [aux_sym_identity_file_token1] = ACTIONS(1300), - [aux_sym_ignore_unknown_token1] = ACTIONS(1300), - [aux_sym_include_token1] = ACTIONS(1300), - [aux_sym_ip_qos_token1] = ACTIONS(1300), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1300), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1300), - [aux_sym_kex_algorithms_token1] = ACTIONS(1300), - [aux_sym_known_hosts_command_token1] = ACTIONS(1300), - [aux_sym_local_command_token1] = ACTIONS(1300), - [aux_sym_local_forward_token1] = ACTIONS(1300), - [aux_sym_log_level_token1] = ACTIONS(1300), - [aux_sym_log_verbose_token1] = ACTIONS(1300), - [aux_sym_macs_token1] = ACTIONS(1300), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1300), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1300), - [aux_sym_password_authentication_token1] = ACTIONS(1300), - [aux_sym_permit_local_command_token1] = ACTIONS(1300), - [aux_sym_permit_remote_open_token1] = ACTIONS(1300), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1300), - [aux_sym_port_token1] = ACTIONS(1300), - [aux_sym_preferred_authentications_token1] = ACTIONS(1300), - [aux_sym_protocol_token1] = ACTIONS(1300), - [aux_sym_proxy_command_token1] = ACTIONS(1300), - [aux_sym_proxy_jump_token1] = ACTIONS(1300), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1300), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1300), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1300), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1300), - [aux_sym_rekey_limit_token1] = ACTIONS(1300), - [aux_sym_remote_command_token1] = ACTIONS(1300), - [aux_sym_remote_forward_token1] = ACTIONS(1300), - [aux_sym_request_tty_token1] = ACTIONS(1300), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1300), - [aux_sym_security_key_provider_token1] = ACTIONS(1300), - [aux_sym_send_env_token1] = ACTIONS(1300), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1300), - [aux_sym_server_alive_interval_token1] = ACTIONS(1300), - [aux_sym_session_type_token1] = ACTIONS(1300), - [aux_sym_set_env_token1] = ACTIONS(1300), - [aux_sym_stdin_null_token1] = ACTIONS(1300), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1300), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1300), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1300), - [aux_sym_syslog_facility_token1] = ACTIONS(1300), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1300), - [aux_sym_keep_alive_token1] = ACTIONS(1300), - [aux_sym_tunnel_token1] = ACTIONS(1302), - [aux_sym_tunnel_device_token1] = ACTIONS(1300), - [aux_sym_update_host_keys_token1] = ACTIONS(1300), - [aux_sym_use_keychain_token1] = ACTIONS(1300), - [aux_sym_use_roaming_token1] = ACTIONS(1300), - [aux_sym_user_token1] = ACTIONS(1302), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1300), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1300), - [aux_sym_visual_host_key_token1] = ACTIONS(1300), - [aux_sym_xauth_location_token1] = ACTIONS(1300), + [ts_builtin_sym_end] = ACTIONS(879), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(881), + [aux_sym_match_token1] = ACTIONS(879), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(879), + [aux_sym_address_family_token1] = ACTIONS(879), + [aux_sym_batch_mode_token1] = ACTIONS(879), + [aux_sym_bind_address_token1] = ACTIONS(879), + [aux_sym_bind_interface_token1] = ACTIONS(879), + [aux_sym_canonical_domains_token1] = ACTIONS(879), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(879), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(879), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(879), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(879), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(879), + [aux_sym_certificate_file_token1] = ACTIONS(879), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(879), + [aux_sym_check_host_ip_token1] = ACTIONS(879), + [aux_sym_ciphers_token1] = ACTIONS(879), + [aux_sym_cipher_token1] = ACTIONS(881), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(879), + [aux_sym_compression_token1] = ACTIONS(879), + [aux_sym_connection_attempts_token1] = ACTIONS(879), + [aux_sym_connect_timeout_token1] = ACTIONS(879), + [aux_sym_control_master_token1] = ACTIONS(879), + [aux_sym_control_path_token1] = ACTIONS(879), + [aux_sym_control_persist_token1] = ACTIONS(879), + [aux_sym_dynamic_forward_token1] = ACTIONS(879), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(879), + [aux_sym_escape_char_token1] = ACTIONS(879), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(879), + [aux_sym_fingerprint_hash_token1] = ACTIONS(879), + [aux_sym_fork_after_authentication_token1] = ACTIONS(879), + [aux_sym_forward_agent_token1] = ACTIONS(879), + [aux_sym_forward_x11_token1] = ACTIONS(881), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(879), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(879), + [aux_sym_gateway_ports_token1] = ACTIONS(879), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(879), + [aux_sym_gssapi_authentication_token1] = ACTIONS(879), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(879), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(879), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(879), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(879), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(879), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(879), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(879), + [aux_sym_hash_known_hosts_token1] = ACTIONS(879), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(879), + [aux_sym_hostbased_authentication_token1] = ACTIONS(879), + [aux_sym_host_key_algorithms_token1] = ACTIONS(879), + [aux_sym_host_key_alias_token1] = ACTIONS(879), + [aux_sym_hostname_token1] = ACTIONS(879), + [aux_sym_identities_only_token1] = ACTIONS(879), + [aux_sym_identity_agent_token1] = ACTIONS(879), + [aux_sym_identity_file_token1] = ACTIONS(879), + [aux_sym_ignore_unknown_token1] = ACTIONS(879), + [aux_sym_include_token1] = ACTIONS(879), + [aux_sym_ip_qos_token1] = ACTIONS(879), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(879), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(879), + [aux_sym_kex_algorithms_token1] = ACTIONS(879), + [aux_sym_known_hosts_command_token1] = ACTIONS(879), + [aux_sym_local_command_token1] = ACTIONS(879), + [aux_sym_local_forward_token1] = ACTIONS(879), + [aux_sym_log_level_token1] = ACTIONS(879), + [aux_sym_log_verbose_token1] = ACTIONS(879), + [aux_sym_macs_token1] = ACTIONS(879), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(879), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(879), + [aux_sym_password_authentication_token1] = ACTIONS(879), + [aux_sym_permit_local_command_token1] = ACTIONS(879), + [aux_sym_permit_remote_open_token1] = ACTIONS(879), + [aux_sym_pkcs11_provider_token1] = ACTIONS(879), + [aux_sym_port_token1] = ACTIONS(879), + [aux_sym_preferred_authentications_token1] = ACTIONS(879), + [aux_sym_protocol_token1] = ACTIONS(879), + [aux_sym_proxy_command_token1] = ACTIONS(879), + [aux_sym_proxy_jump_token1] = ACTIONS(879), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(879), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(879), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(879), + [aux_sym_pubkey_authentication_token1] = ACTIONS(879), + [aux_sym_rekey_limit_token1] = ACTIONS(879), + [aux_sym_remote_command_token1] = ACTIONS(879), + [aux_sym_remote_forward_token1] = ACTIONS(879), + [aux_sym_request_tty_token1] = ACTIONS(879), + [aux_sym_required_rsa_size_token1] = ACTIONS(879), + [aux_sym_revoked_host_keys_token1] = ACTIONS(879), + [aux_sym_security_key_provider_token1] = ACTIONS(879), + [aux_sym_send_env_token1] = ACTIONS(879), + [aux_sym_server_alive_count_max_token1] = ACTIONS(879), + [aux_sym_server_alive_interval_token1] = ACTIONS(879), + [aux_sym_session_type_token1] = ACTIONS(879), + [aux_sym_set_env_token1] = ACTIONS(879), + [aux_sym_stdin_null_token1] = ACTIONS(879), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(879), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(879), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(879), + [aux_sym_syslog_facility_token1] = ACTIONS(879), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(879), + [aux_sym_keep_alive_token1] = ACTIONS(879), + [aux_sym_tunnel_token1] = ACTIONS(881), + [aux_sym_tunnel_device_token1] = ACTIONS(879), + [aux_sym_update_host_keys_token1] = ACTIONS(879), + [aux_sym_use_keychain_token1] = ACTIONS(879), + [aux_sym_use_roaming_token1] = ACTIONS(879), + [aux_sym_user_token1] = ACTIONS(881), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(879), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(879), + [aux_sym_visual_host_key_token1] = ACTIONS(879), + [aux_sym_xauth_location_token1] = ACTIONS(879), }, [619] = { - [ts_builtin_sym_end] = ACTIONS(3358), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3360), - [aux_sym_match_token1] = ACTIONS(3358), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3358), - [aux_sym_address_family_token1] = ACTIONS(3358), - [aux_sym_batch_mode_token1] = ACTIONS(3358), - [aux_sym_bind_address_token1] = ACTIONS(3358), - [aux_sym_bind_interface_token1] = ACTIONS(3358), - [aux_sym_canonical_domains_token1] = ACTIONS(3358), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3358), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3358), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3358), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3358), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3358), - [aux_sym_certificate_file_token1] = ACTIONS(3358), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3358), - [aux_sym_check_host_ip_token1] = ACTIONS(3358), - [aux_sym_ciphers_token1] = ACTIONS(3358), - [aux_sym_cipher_token1] = ACTIONS(3360), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3358), - [aux_sym_compression_token1] = ACTIONS(3358), - [aux_sym_connection_attempts_token1] = ACTIONS(3358), - [aux_sym_connect_timeout_token1] = ACTIONS(3358), - [aux_sym_control_master_token1] = ACTIONS(3358), - [aux_sym_control_path_token1] = ACTIONS(3358), - [aux_sym_control_persist_token1] = ACTIONS(3358), - [aux_sym_dynamic_forward_token1] = ACTIONS(3358), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3358), - [aux_sym_escape_char_token1] = ACTIONS(3358), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3358), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3358), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3358), - [aux_sym_forward_agent_token1] = ACTIONS(3358), - [aux_sym_forward_x11_token1] = ACTIONS(3360), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3358), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3358), - [aux_sym_gateway_ports_token1] = ACTIONS(3358), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3358), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3358), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3358), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3358), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3358), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3358), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3358), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3358), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3358), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3358), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3358), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3358), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3358), - [aux_sym_host_key_alias_token1] = ACTIONS(3358), - [aux_sym_hostname_token1] = ACTIONS(3358), - [aux_sym_identities_only_token1] = ACTIONS(3358), - [aux_sym_identity_agent_token1] = ACTIONS(3358), - [aux_sym_identity_file_token1] = ACTIONS(3358), - [aux_sym_ignore_unknown_token1] = ACTIONS(3358), - [aux_sym_include_token1] = ACTIONS(3358), - [aux_sym_ip_qos_token1] = ACTIONS(3358), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3358), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3358), - [aux_sym_kex_algorithms_token1] = ACTIONS(3358), - [aux_sym_known_hosts_command_token1] = ACTIONS(3358), - [aux_sym_local_command_token1] = ACTIONS(3358), - [aux_sym_local_forward_token1] = ACTIONS(3358), - [aux_sym_log_level_token1] = ACTIONS(3358), - [aux_sym_log_verbose_token1] = ACTIONS(3358), - [aux_sym_macs_token1] = ACTIONS(3358), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3358), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3358), - [aux_sym_password_authentication_token1] = ACTIONS(3358), - [aux_sym_permit_local_command_token1] = ACTIONS(3358), - [aux_sym_permit_remote_open_token1] = ACTIONS(3358), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3358), - [aux_sym_port_token1] = ACTIONS(3358), - [aux_sym_preferred_authentications_token1] = ACTIONS(3358), - [aux_sym_protocol_token1] = ACTIONS(3358), - [aux_sym_proxy_command_token1] = ACTIONS(3358), - [aux_sym_proxy_jump_token1] = ACTIONS(3358), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3358), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3358), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3358), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3358), - [aux_sym_rekey_limit_token1] = ACTIONS(3358), - [aux_sym_remote_command_token1] = ACTIONS(3358), - [aux_sym_remote_forward_token1] = ACTIONS(3358), - [aux_sym_request_tty_token1] = ACTIONS(3358), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3358), - [aux_sym_security_key_provider_token1] = ACTIONS(3358), - [aux_sym_send_env_token1] = ACTIONS(3358), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3358), - [aux_sym_server_alive_interval_token1] = ACTIONS(3358), - [aux_sym_session_type_token1] = ACTIONS(3358), - [aux_sym_set_env_token1] = ACTIONS(3358), - [aux_sym_stdin_null_token1] = ACTIONS(3358), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3358), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3358), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3358), - [aux_sym_syslog_facility_token1] = ACTIONS(3358), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3358), - [aux_sym_keep_alive_token1] = ACTIONS(3358), - [aux_sym_tunnel_token1] = ACTIONS(3360), - [aux_sym_tunnel_device_token1] = ACTIONS(3358), - [aux_sym_update_host_keys_token1] = ACTIONS(3358), - [aux_sym_use_keychain_token1] = ACTIONS(3358), - [aux_sym_use_roaming_token1] = ACTIONS(3358), - [aux_sym_user_token1] = ACTIONS(3360), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3358), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3358), - [aux_sym_visual_host_key_token1] = ACTIONS(3358), - [aux_sym_xauth_location_token1] = ACTIONS(3358), + [ts_builtin_sym_end] = ACTIONS(885), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(887), + [aux_sym_match_token1] = ACTIONS(885), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(885), + [aux_sym_address_family_token1] = ACTIONS(885), + [aux_sym_batch_mode_token1] = ACTIONS(885), + [aux_sym_bind_address_token1] = ACTIONS(885), + [aux_sym_bind_interface_token1] = ACTIONS(885), + [aux_sym_canonical_domains_token1] = ACTIONS(885), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(885), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(885), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(885), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(885), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(885), + [aux_sym_certificate_file_token1] = ACTIONS(885), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(885), + [aux_sym_check_host_ip_token1] = ACTIONS(885), + [aux_sym_ciphers_token1] = ACTIONS(885), + [aux_sym_cipher_token1] = ACTIONS(887), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(885), + [aux_sym_compression_token1] = ACTIONS(885), + [aux_sym_connection_attempts_token1] = ACTIONS(885), + [aux_sym_connect_timeout_token1] = ACTIONS(885), + [aux_sym_control_master_token1] = ACTIONS(885), + [aux_sym_control_path_token1] = ACTIONS(885), + [aux_sym_control_persist_token1] = ACTIONS(885), + [aux_sym_dynamic_forward_token1] = ACTIONS(885), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(885), + [aux_sym_escape_char_token1] = ACTIONS(885), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(885), + [aux_sym_fingerprint_hash_token1] = ACTIONS(885), + [aux_sym_fork_after_authentication_token1] = ACTIONS(885), + [aux_sym_forward_agent_token1] = ACTIONS(885), + [aux_sym_forward_x11_token1] = ACTIONS(887), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(885), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(885), + [aux_sym_gateway_ports_token1] = ACTIONS(885), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(885), + [aux_sym_gssapi_authentication_token1] = ACTIONS(885), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(885), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(885), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(885), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(885), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(885), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(885), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(885), + [aux_sym_hash_known_hosts_token1] = ACTIONS(885), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(885), + [aux_sym_hostbased_authentication_token1] = ACTIONS(885), + [aux_sym_host_key_algorithms_token1] = ACTIONS(885), + [aux_sym_host_key_alias_token1] = ACTIONS(885), + [aux_sym_hostname_token1] = ACTIONS(885), + [aux_sym_identities_only_token1] = ACTIONS(885), + [aux_sym_identity_agent_token1] = ACTIONS(885), + [aux_sym_identity_file_token1] = ACTIONS(885), + [aux_sym_ignore_unknown_token1] = ACTIONS(885), + [aux_sym_include_token1] = ACTIONS(885), + [aux_sym_ip_qos_token1] = ACTIONS(885), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(885), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(885), + [aux_sym_kex_algorithms_token1] = ACTIONS(885), + [aux_sym_known_hosts_command_token1] = ACTIONS(885), + [aux_sym_local_command_token1] = ACTIONS(885), + [aux_sym_local_forward_token1] = ACTIONS(885), + [aux_sym_log_level_token1] = ACTIONS(885), + [aux_sym_log_verbose_token1] = ACTIONS(885), + [aux_sym_macs_token1] = ACTIONS(885), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(885), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(885), + [aux_sym_password_authentication_token1] = ACTIONS(885), + [aux_sym_permit_local_command_token1] = ACTIONS(885), + [aux_sym_permit_remote_open_token1] = ACTIONS(885), + [aux_sym_pkcs11_provider_token1] = ACTIONS(885), + [aux_sym_port_token1] = ACTIONS(885), + [aux_sym_preferred_authentications_token1] = ACTIONS(885), + [aux_sym_protocol_token1] = ACTIONS(885), + [aux_sym_proxy_command_token1] = ACTIONS(885), + [aux_sym_proxy_jump_token1] = ACTIONS(885), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(885), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(885), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(885), + [aux_sym_pubkey_authentication_token1] = ACTIONS(885), + [aux_sym_rekey_limit_token1] = ACTIONS(885), + [aux_sym_remote_command_token1] = ACTIONS(885), + [aux_sym_remote_forward_token1] = ACTIONS(885), + [aux_sym_request_tty_token1] = ACTIONS(885), + [aux_sym_required_rsa_size_token1] = ACTIONS(885), + [aux_sym_revoked_host_keys_token1] = ACTIONS(885), + [aux_sym_security_key_provider_token1] = ACTIONS(885), + [aux_sym_send_env_token1] = ACTIONS(885), + [aux_sym_server_alive_count_max_token1] = ACTIONS(885), + [aux_sym_server_alive_interval_token1] = ACTIONS(885), + [aux_sym_session_type_token1] = ACTIONS(885), + [aux_sym_set_env_token1] = ACTIONS(885), + [aux_sym_stdin_null_token1] = ACTIONS(885), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(885), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(885), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(885), + [aux_sym_syslog_facility_token1] = ACTIONS(885), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(885), + [aux_sym_keep_alive_token1] = ACTIONS(885), + [aux_sym_tunnel_token1] = ACTIONS(887), + [aux_sym_tunnel_device_token1] = ACTIONS(885), + [aux_sym_update_host_keys_token1] = ACTIONS(885), + [aux_sym_use_keychain_token1] = ACTIONS(885), + [aux_sym_use_roaming_token1] = ACTIONS(885), + [aux_sym_user_token1] = ACTIONS(887), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(885), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(885), + [aux_sym_visual_host_key_token1] = ACTIONS(885), + [aux_sym_xauth_location_token1] = ACTIONS(885), }, [620] = { - [ts_builtin_sym_end] = ACTIONS(3362), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3364), - [aux_sym_match_token1] = ACTIONS(3362), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3362), - [aux_sym_address_family_token1] = ACTIONS(3362), - [aux_sym_batch_mode_token1] = ACTIONS(3362), - [aux_sym_bind_address_token1] = ACTIONS(3362), - [aux_sym_bind_interface_token1] = ACTIONS(3362), - [aux_sym_canonical_domains_token1] = ACTIONS(3362), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3362), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3362), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3362), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3362), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3362), - [aux_sym_certificate_file_token1] = ACTIONS(3362), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3362), - [aux_sym_check_host_ip_token1] = ACTIONS(3362), - [aux_sym_ciphers_token1] = ACTIONS(3362), - [aux_sym_cipher_token1] = ACTIONS(3364), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3362), - [aux_sym_compression_token1] = ACTIONS(3362), - [aux_sym_connection_attempts_token1] = ACTIONS(3362), - [aux_sym_connect_timeout_token1] = ACTIONS(3362), - [aux_sym_control_master_token1] = ACTIONS(3362), - [aux_sym_control_path_token1] = ACTIONS(3362), - [aux_sym_control_persist_token1] = ACTIONS(3362), - [aux_sym_dynamic_forward_token1] = ACTIONS(3362), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3362), - [aux_sym_escape_char_token1] = ACTIONS(3362), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3362), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3362), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3362), - [aux_sym_forward_agent_token1] = ACTIONS(3362), - [aux_sym_forward_x11_token1] = ACTIONS(3364), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3362), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3362), - [aux_sym_gateway_ports_token1] = ACTIONS(3362), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3362), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3362), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3362), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3362), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3362), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3362), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3362), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3362), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3362), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3362), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3362), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3362), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3362), - [aux_sym_host_key_alias_token1] = ACTIONS(3362), - [aux_sym_hostname_token1] = ACTIONS(3362), - [aux_sym_identities_only_token1] = ACTIONS(3362), - [aux_sym_identity_agent_token1] = ACTIONS(3362), - [aux_sym_identity_file_token1] = ACTIONS(3362), - [aux_sym_ignore_unknown_token1] = ACTIONS(3362), - [aux_sym_include_token1] = ACTIONS(3362), - [aux_sym_ip_qos_token1] = ACTIONS(3362), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3362), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3362), - [aux_sym_kex_algorithms_token1] = ACTIONS(3362), - [aux_sym_known_hosts_command_token1] = ACTIONS(3362), - [aux_sym_local_command_token1] = ACTIONS(3362), - [aux_sym_local_forward_token1] = ACTIONS(3362), - [aux_sym_log_level_token1] = ACTIONS(3362), - [aux_sym_log_verbose_token1] = ACTIONS(3362), - [aux_sym_macs_token1] = ACTIONS(3362), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3362), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3362), - [aux_sym_password_authentication_token1] = ACTIONS(3362), - [aux_sym_permit_local_command_token1] = ACTIONS(3362), - [aux_sym_permit_remote_open_token1] = ACTIONS(3362), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3362), - [aux_sym_port_token1] = ACTIONS(3362), - [aux_sym_preferred_authentications_token1] = ACTIONS(3362), - [aux_sym_protocol_token1] = ACTIONS(3362), - [aux_sym_proxy_command_token1] = ACTIONS(3362), - [aux_sym_proxy_jump_token1] = ACTIONS(3362), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3362), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3362), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3362), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3362), - [aux_sym_rekey_limit_token1] = ACTIONS(3362), - [aux_sym_remote_command_token1] = ACTIONS(3362), - [aux_sym_remote_forward_token1] = ACTIONS(3362), - [aux_sym_request_tty_token1] = ACTIONS(3362), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3362), - [aux_sym_security_key_provider_token1] = ACTIONS(3362), - [aux_sym_send_env_token1] = ACTIONS(3362), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3362), - [aux_sym_server_alive_interval_token1] = ACTIONS(3362), - [aux_sym_session_type_token1] = ACTIONS(3362), - [aux_sym_set_env_token1] = ACTIONS(3362), - [aux_sym_stdin_null_token1] = ACTIONS(3362), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3362), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3362), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3362), - [aux_sym_syslog_facility_token1] = ACTIONS(3362), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3362), - [aux_sym_keep_alive_token1] = ACTIONS(3362), - [aux_sym_tunnel_token1] = ACTIONS(3364), - [aux_sym_tunnel_device_token1] = ACTIONS(3362), - [aux_sym_update_host_keys_token1] = ACTIONS(3362), - [aux_sym_use_keychain_token1] = ACTIONS(3362), - [aux_sym_use_roaming_token1] = ACTIONS(3362), - [aux_sym_user_token1] = ACTIONS(3364), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3362), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3362), - [aux_sym_visual_host_key_token1] = ACTIONS(3362), - [aux_sym_xauth_location_token1] = ACTIONS(3362), + [ts_builtin_sym_end] = ACTIONS(891), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(893), + [aux_sym_match_token1] = ACTIONS(891), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(891), + [aux_sym_address_family_token1] = ACTIONS(891), + [aux_sym_batch_mode_token1] = ACTIONS(891), + [aux_sym_bind_address_token1] = ACTIONS(891), + [aux_sym_bind_interface_token1] = ACTIONS(891), + [aux_sym_canonical_domains_token1] = ACTIONS(891), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(891), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(891), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(891), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(891), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(891), + [aux_sym_certificate_file_token1] = ACTIONS(891), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(891), + [aux_sym_check_host_ip_token1] = ACTIONS(891), + [aux_sym_ciphers_token1] = ACTIONS(891), + [aux_sym_cipher_token1] = ACTIONS(893), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(891), + [aux_sym_compression_token1] = ACTIONS(891), + [aux_sym_connection_attempts_token1] = ACTIONS(891), + [aux_sym_connect_timeout_token1] = ACTIONS(891), + [aux_sym_control_master_token1] = ACTIONS(891), + [aux_sym_control_path_token1] = ACTIONS(891), + [aux_sym_control_persist_token1] = ACTIONS(891), + [aux_sym_dynamic_forward_token1] = ACTIONS(891), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(891), + [aux_sym_escape_char_token1] = ACTIONS(891), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(891), + [aux_sym_fingerprint_hash_token1] = ACTIONS(891), + [aux_sym_fork_after_authentication_token1] = ACTIONS(891), + [aux_sym_forward_agent_token1] = ACTIONS(891), + [aux_sym_forward_x11_token1] = ACTIONS(893), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(891), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(891), + [aux_sym_gateway_ports_token1] = ACTIONS(891), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(891), + [aux_sym_gssapi_authentication_token1] = ACTIONS(891), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(891), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(891), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(891), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(891), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(891), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(891), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(891), + [aux_sym_hash_known_hosts_token1] = ACTIONS(891), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(891), + [aux_sym_hostbased_authentication_token1] = ACTIONS(891), + [aux_sym_host_key_algorithms_token1] = ACTIONS(891), + [aux_sym_host_key_alias_token1] = ACTIONS(891), + [aux_sym_hostname_token1] = ACTIONS(891), + [aux_sym_identities_only_token1] = ACTIONS(891), + [aux_sym_identity_agent_token1] = ACTIONS(891), + [aux_sym_identity_file_token1] = ACTIONS(891), + [aux_sym_ignore_unknown_token1] = ACTIONS(891), + [aux_sym_include_token1] = ACTIONS(891), + [aux_sym_ip_qos_token1] = ACTIONS(891), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(891), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(891), + [aux_sym_kex_algorithms_token1] = ACTIONS(891), + [aux_sym_known_hosts_command_token1] = ACTIONS(891), + [aux_sym_local_command_token1] = ACTIONS(891), + [aux_sym_local_forward_token1] = ACTIONS(891), + [aux_sym_log_level_token1] = ACTIONS(891), + [aux_sym_log_verbose_token1] = ACTIONS(891), + [aux_sym_macs_token1] = ACTIONS(891), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(891), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(891), + [aux_sym_password_authentication_token1] = ACTIONS(891), + [aux_sym_permit_local_command_token1] = ACTIONS(891), + [aux_sym_permit_remote_open_token1] = ACTIONS(891), + [aux_sym_pkcs11_provider_token1] = ACTIONS(891), + [aux_sym_port_token1] = ACTIONS(891), + [aux_sym_preferred_authentications_token1] = ACTIONS(891), + [aux_sym_protocol_token1] = ACTIONS(891), + [aux_sym_proxy_command_token1] = ACTIONS(891), + [aux_sym_proxy_jump_token1] = ACTIONS(891), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(891), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(891), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(891), + [aux_sym_pubkey_authentication_token1] = ACTIONS(891), + [aux_sym_rekey_limit_token1] = ACTIONS(891), + [aux_sym_remote_command_token1] = ACTIONS(891), + [aux_sym_remote_forward_token1] = ACTIONS(891), + [aux_sym_request_tty_token1] = ACTIONS(891), + [aux_sym_required_rsa_size_token1] = ACTIONS(891), + [aux_sym_revoked_host_keys_token1] = ACTIONS(891), + [aux_sym_security_key_provider_token1] = ACTIONS(891), + [aux_sym_send_env_token1] = ACTIONS(891), + [aux_sym_server_alive_count_max_token1] = ACTIONS(891), + [aux_sym_server_alive_interval_token1] = ACTIONS(891), + [aux_sym_session_type_token1] = ACTIONS(891), + [aux_sym_set_env_token1] = ACTIONS(891), + [aux_sym_stdin_null_token1] = ACTIONS(891), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(891), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(891), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(891), + [aux_sym_syslog_facility_token1] = ACTIONS(891), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(891), + [aux_sym_keep_alive_token1] = ACTIONS(891), + [aux_sym_tunnel_token1] = ACTIONS(893), + [aux_sym_tunnel_device_token1] = ACTIONS(891), + [aux_sym_update_host_keys_token1] = ACTIONS(891), + [aux_sym_use_keychain_token1] = ACTIONS(891), + [aux_sym_use_roaming_token1] = ACTIONS(891), + [aux_sym_user_token1] = ACTIONS(893), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(891), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(891), + [aux_sym_visual_host_key_token1] = ACTIONS(891), + [aux_sym_xauth_location_token1] = ACTIONS(891), }, [621] = { - [ts_builtin_sym_end] = ACTIONS(766), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(768), - [aux_sym_match_token1] = ACTIONS(766), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(766), - [aux_sym_address_family_token1] = ACTIONS(766), - [aux_sym_batch_mode_token1] = ACTIONS(766), - [aux_sym_bind_address_token1] = ACTIONS(766), - [aux_sym_bind_interface_token1] = ACTIONS(766), - [aux_sym_canonical_domains_token1] = ACTIONS(766), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(766), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(766), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(766), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(766), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(766), - [aux_sym_certificate_file_token1] = ACTIONS(766), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(766), - [aux_sym_check_host_ip_token1] = ACTIONS(766), - [aux_sym_ciphers_token1] = ACTIONS(766), - [aux_sym_cipher_token1] = ACTIONS(768), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(766), - [aux_sym_compression_token1] = ACTIONS(766), - [aux_sym_connection_attempts_token1] = ACTIONS(766), - [aux_sym_connect_timeout_token1] = ACTIONS(766), - [aux_sym_control_master_token1] = ACTIONS(766), - [aux_sym_control_path_token1] = ACTIONS(766), - [aux_sym_control_persist_token1] = ACTIONS(766), - [aux_sym_dynamic_forward_token1] = ACTIONS(766), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(766), - [aux_sym_escape_char_token1] = ACTIONS(766), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(766), - [aux_sym_fingerprint_hash_token1] = ACTIONS(766), - [aux_sym_fork_after_authentication_token1] = ACTIONS(766), - [aux_sym_forward_agent_token1] = ACTIONS(766), - [aux_sym_forward_x11_token1] = ACTIONS(768), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(766), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(766), - [aux_sym_gateway_ports_token1] = ACTIONS(766), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(766), - [aux_sym_gssapi_authentication_token1] = ACTIONS(766), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(766), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(766), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(766), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(766), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(766), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(766), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(766), - [aux_sym_hash_known_hosts_token1] = ACTIONS(766), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(766), - [aux_sym_hostbased_authentication_token1] = ACTIONS(766), - [aux_sym_host_key_algorithms_token1] = ACTIONS(766), - [aux_sym_host_key_alias_token1] = ACTIONS(766), - [aux_sym_hostname_token1] = ACTIONS(766), - [aux_sym_identities_only_token1] = ACTIONS(766), - [aux_sym_identity_agent_token1] = ACTIONS(766), - [aux_sym_identity_file_token1] = ACTIONS(766), - [aux_sym_ignore_unknown_token1] = ACTIONS(766), - [aux_sym_include_token1] = ACTIONS(766), - [aux_sym_ip_qos_token1] = ACTIONS(766), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(766), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(766), - [aux_sym_kex_algorithms_token1] = ACTIONS(766), - [aux_sym_known_hosts_command_token1] = ACTIONS(766), - [aux_sym_local_command_token1] = ACTIONS(766), - [aux_sym_local_forward_token1] = ACTIONS(766), - [aux_sym_log_level_token1] = ACTIONS(766), - [aux_sym_log_verbose_token1] = ACTIONS(766), - [aux_sym_macs_token1] = ACTIONS(766), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(766), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(766), - [aux_sym_password_authentication_token1] = ACTIONS(766), - [aux_sym_permit_local_command_token1] = ACTIONS(766), - [aux_sym_permit_remote_open_token1] = ACTIONS(766), - [aux_sym_pkcs11_provider_token1] = ACTIONS(766), - [aux_sym_port_token1] = ACTIONS(766), - [aux_sym_preferred_authentications_token1] = ACTIONS(766), - [aux_sym_protocol_token1] = ACTIONS(766), - [aux_sym_proxy_command_token1] = ACTIONS(766), - [aux_sym_proxy_jump_token1] = ACTIONS(766), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(766), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(766), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(766), - [aux_sym_pubkey_authentication_token1] = ACTIONS(766), - [aux_sym_rekey_limit_token1] = ACTIONS(766), - [aux_sym_remote_command_token1] = ACTIONS(766), - [aux_sym_remote_forward_token1] = ACTIONS(766), - [aux_sym_request_tty_token1] = ACTIONS(766), - [aux_sym_revoked_host_keys_token1] = ACTIONS(766), - [aux_sym_security_key_provider_token1] = ACTIONS(766), - [aux_sym_send_env_token1] = ACTIONS(766), - [aux_sym_server_alive_count_max_token1] = ACTIONS(766), - [aux_sym_server_alive_interval_token1] = ACTIONS(766), - [aux_sym_session_type_token1] = ACTIONS(766), - [aux_sym_set_env_token1] = ACTIONS(766), - [aux_sym_stdin_null_token1] = ACTIONS(766), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(766), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(766), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(766), - [aux_sym_syslog_facility_token1] = ACTIONS(766), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(766), - [aux_sym_keep_alive_token1] = ACTIONS(766), - [aux_sym_tunnel_token1] = ACTIONS(768), - [aux_sym_tunnel_device_token1] = ACTIONS(766), - [aux_sym_update_host_keys_token1] = ACTIONS(766), - [aux_sym_use_keychain_token1] = ACTIONS(766), - [aux_sym_use_roaming_token1] = ACTIONS(766), - [aux_sym_user_token1] = ACTIONS(768), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(766), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(766), - [aux_sym_visual_host_key_token1] = ACTIONS(766), - [aux_sym_xauth_location_token1] = ACTIONS(766), + [ts_builtin_sym_end] = ACTIONS(1599), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1601), + [aux_sym_match_token1] = ACTIONS(1599), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1599), + [aux_sym_address_family_token1] = ACTIONS(1599), + [aux_sym_batch_mode_token1] = ACTIONS(1599), + [aux_sym_bind_address_token1] = ACTIONS(1599), + [aux_sym_bind_interface_token1] = ACTIONS(1599), + [aux_sym_canonical_domains_token1] = ACTIONS(1599), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1599), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1599), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1599), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1599), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1599), + [aux_sym_certificate_file_token1] = ACTIONS(1599), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1599), + [aux_sym_check_host_ip_token1] = ACTIONS(1599), + [aux_sym_ciphers_token1] = ACTIONS(1599), + [aux_sym_cipher_token1] = ACTIONS(1601), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1599), + [aux_sym_compression_token1] = ACTIONS(1599), + [aux_sym_connection_attempts_token1] = ACTIONS(1599), + [aux_sym_connect_timeout_token1] = ACTIONS(1599), + [aux_sym_control_master_token1] = ACTIONS(1599), + [aux_sym_control_path_token1] = ACTIONS(1599), + [aux_sym_control_persist_token1] = ACTIONS(1599), + [aux_sym_dynamic_forward_token1] = ACTIONS(1599), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1599), + [aux_sym_escape_char_token1] = ACTIONS(1599), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1599), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1599), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1599), + [aux_sym_forward_agent_token1] = ACTIONS(1599), + [aux_sym_forward_x11_token1] = ACTIONS(1601), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1599), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1599), + [aux_sym_gateway_ports_token1] = ACTIONS(1599), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1599), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1599), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1599), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1599), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1599), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1599), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1599), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1599), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1599), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1599), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1599), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1599), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1599), + [aux_sym_host_key_alias_token1] = ACTIONS(1599), + [aux_sym_hostname_token1] = ACTIONS(1599), + [aux_sym_identities_only_token1] = ACTIONS(1599), + [aux_sym_identity_agent_token1] = ACTIONS(1599), + [aux_sym_identity_file_token1] = ACTIONS(1599), + [aux_sym_ignore_unknown_token1] = ACTIONS(1599), + [aux_sym_include_token1] = ACTIONS(1599), + [aux_sym_ip_qos_token1] = ACTIONS(1599), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1599), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1599), + [aux_sym_kex_algorithms_token1] = ACTIONS(1599), + [aux_sym_known_hosts_command_token1] = ACTIONS(1599), + [aux_sym_local_command_token1] = ACTIONS(1599), + [aux_sym_local_forward_token1] = ACTIONS(1599), + [aux_sym_log_level_token1] = ACTIONS(1599), + [aux_sym_log_verbose_token1] = ACTIONS(1599), + [aux_sym_macs_token1] = ACTIONS(1599), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1599), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1599), + [aux_sym_password_authentication_token1] = ACTIONS(1599), + [aux_sym_permit_local_command_token1] = ACTIONS(1599), + [aux_sym_permit_remote_open_token1] = ACTIONS(1599), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1599), + [aux_sym_port_token1] = ACTIONS(1599), + [aux_sym_preferred_authentications_token1] = ACTIONS(1599), + [aux_sym_protocol_token1] = ACTIONS(1599), + [aux_sym_proxy_command_token1] = ACTIONS(1599), + [aux_sym_proxy_jump_token1] = ACTIONS(1599), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1599), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1599), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1599), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1599), + [aux_sym_rekey_limit_token1] = ACTIONS(1599), + [aux_sym_remote_command_token1] = ACTIONS(1599), + [aux_sym_remote_forward_token1] = ACTIONS(1599), + [aux_sym_request_tty_token1] = ACTIONS(1599), + [aux_sym_required_rsa_size_token1] = ACTIONS(1599), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1599), + [aux_sym_security_key_provider_token1] = ACTIONS(1599), + [aux_sym_send_env_token1] = ACTIONS(1599), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1599), + [aux_sym_server_alive_interval_token1] = ACTIONS(1599), + [aux_sym_session_type_token1] = ACTIONS(1599), + [aux_sym_set_env_token1] = ACTIONS(1599), + [aux_sym_stdin_null_token1] = ACTIONS(1599), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1599), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1599), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1599), + [aux_sym_syslog_facility_token1] = ACTIONS(1599), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1599), + [aux_sym_keep_alive_token1] = ACTIONS(1599), + [aux_sym_tunnel_token1] = ACTIONS(1601), + [aux_sym_tunnel_device_token1] = ACTIONS(1599), + [aux_sym_update_host_keys_token1] = ACTIONS(1599), + [aux_sym_use_keychain_token1] = ACTIONS(1599), + [aux_sym_use_roaming_token1] = ACTIONS(1599), + [aux_sym_user_token1] = ACTIONS(1601), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1599), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1599), + [aux_sym_visual_host_key_token1] = ACTIONS(1599), + [aux_sym_xauth_location_token1] = ACTIONS(1599), }, [622] = { - [ts_builtin_sym_end] = ACTIONS(1306), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1308), - [aux_sym_match_token1] = ACTIONS(1306), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1306), - [aux_sym_address_family_token1] = ACTIONS(1306), - [aux_sym_batch_mode_token1] = ACTIONS(1306), - [aux_sym_bind_address_token1] = ACTIONS(1306), - [aux_sym_bind_interface_token1] = ACTIONS(1306), - [aux_sym_canonical_domains_token1] = ACTIONS(1306), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1306), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1306), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1306), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1306), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1306), - [aux_sym_certificate_file_token1] = ACTIONS(1306), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1306), - [aux_sym_check_host_ip_token1] = ACTIONS(1306), - [aux_sym_ciphers_token1] = ACTIONS(1306), - [aux_sym_cipher_token1] = ACTIONS(1308), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1306), - [aux_sym_compression_token1] = ACTIONS(1306), - [aux_sym_connection_attempts_token1] = ACTIONS(1306), - [aux_sym_connect_timeout_token1] = ACTIONS(1306), - [aux_sym_control_master_token1] = ACTIONS(1306), - [aux_sym_control_path_token1] = ACTIONS(1306), - [aux_sym_control_persist_token1] = ACTIONS(1306), - [aux_sym_dynamic_forward_token1] = ACTIONS(1306), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1306), - [aux_sym_escape_char_token1] = ACTIONS(1306), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1306), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1306), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1306), - [aux_sym_forward_agent_token1] = ACTIONS(1306), - [aux_sym_forward_x11_token1] = ACTIONS(1308), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1306), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1306), - [aux_sym_gateway_ports_token1] = ACTIONS(1306), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1306), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1306), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1306), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1306), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1306), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1306), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1306), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1306), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1306), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1306), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1306), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1306), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1306), - [aux_sym_host_key_alias_token1] = ACTIONS(1306), - [aux_sym_hostname_token1] = ACTIONS(1306), - [aux_sym_identities_only_token1] = ACTIONS(1306), - [aux_sym_identity_agent_token1] = ACTIONS(1306), - [aux_sym_identity_file_token1] = ACTIONS(1306), - [aux_sym_ignore_unknown_token1] = ACTIONS(1306), - [aux_sym_include_token1] = ACTIONS(1306), - [aux_sym_ip_qos_token1] = ACTIONS(1306), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1306), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1306), - [aux_sym_kex_algorithms_token1] = ACTIONS(1306), - [aux_sym_known_hosts_command_token1] = ACTIONS(1306), - [aux_sym_local_command_token1] = ACTIONS(1306), - [aux_sym_local_forward_token1] = ACTIONS(1306), - [aux_sym_log_level_token1] = ACTIONS(1306), - [aux_sym_log_verbose_token1] = ACTIONS(1306), - [aux_sym_macs_token1] = ACTIONS(1306), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1306), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1306), - [aux_sym_password_authentication_token1] = ACTIONS(1306), - [aux_sym_permit_local_command_token1] = ACTIONS(1306), - [aux_sym_permit_remote_open_token1] = ACTIONS(1306), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1306), - [aux_sym_port_token1] = ACTIONS(1306), - [aux_sym_preferred_authentications_token1] = ACTIONS(1306), - [aux_sym_protocol_token1] = ACTIONS(1306), - [aux_sym_proxy_command_token1] = ACTIONS(1306), - [aux_sym_proxy_jump_token1] = ACTIONS(1306), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1306), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1306), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1306), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1306), - [aux_sym_rekey_limit_token1] = ACTIONS(1306), - [aux_sym_remote_command_token1] = ACTIONS(1306), - [aux_sym_remote_forward_token1] = ACTIONS(1306), - [aux_sym_request_tty_token1] = ACTIONS(1306), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1306), - [aux_sym_security_key_provider_token1] = ACTIONS(1306), - [aux_sym_send_env_token1] = ACTIONS(1306), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1306), - [aux_sym_server_alive_interval_token1] = ACTIONS(1306), - [aux_sym_session_type_token1] = ACTIONS(1306), - [aux_sym_set_env_token1] = ACTIONS(1306), - [aux_sym_stdin_null_token1] = ACTIONS(1306), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1306), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1306), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1306), - [aux_sym_syslog_facility_token1] = ACTIONS(1306), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1306), - [aux_sym_keep_alive_token1] = ACTIONS(1306), - [aux_sym_tunnel_token1] = ACTIONS(1308), - [aux_sym_tunnel_device_token1] = ACTIONS(1306), - [aux_sym_update_host_keys_token1] = ACTIONS(1306), - [aux_sym_use_keychain_token1] = ACTIONS(1306), - [aux_sym_use_roaming_token1] = ACTIONS(1306), - [aux_sym_user_token1] = ACTIONS(1308), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1306), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1306), - [aux_sym_visual_host_key_token1] = ACTIONS(1306), - [aux_sym_xauth_location_token1] = ACTIONS(1306), + [ts_builtin_sym_end] = ACTIONS(903), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(905), + [aux_sym_match_token1] = ACTIONS(903), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(903), + [aux_sym_address_family_token1] = ACTIONS(903), + [aux_sym_batch_mode_token1] = ACTIONS(903), + [aux_sym_bind_address_token1] = ACTIONS(903), + [aux_sym_bind_interface_token1] = ACTIONS(903), + [aux_sym_canonical_domains_token1] = ACTIONS(903), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(903), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(903), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(903), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(903), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(903), + [aux_sym_certificate_file_token1] = ACTIONS(903), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(903), + [aux_sym_check_host_ip_token1] = ACTIONS(903), + [aux_sym_ciphers_token1] = ACTIONS(903), + [aux_sym_cipher_token1] = ACTIONS(905), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(903), + [aux_sym_compression_token1] = ACTIONS(903), + [aux_sym_connection_attempts_token1] = ACTIONS(903), + [aux_sym_connect_timeout_token1] = ACTIONS(903), + [aux_sym_control_master_token1] = ACTIONS(903), + [aux_sym_control_path_token1] = ACTIONS(903), + [aux_sym_control_persist_token1] = ACTIONS(903), + [aux_sym_dynamic_forward_token1] = ACTIONS(903), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(903), + [aux_sym_escape_char_token1] = ACTIONS(903), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(903), + [aux_sym_fingerprint_hash_token1] = ACTIONS(903), + [aux_sym_fork_after_authentication_token1] = ACTIONS(903), + [aux_sym_forward_agent_token1] = ACTIONS(903), + [aux_sym_forward_x11_token1] = ACTIONS(905), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(903), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(903), + [aux_sym_gateway_ports_token1] = ACTIONS(903), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(903), + [aux_sym_gssapi_authentication_token1] = ACTIONS(903), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(903), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(903), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(903), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(903), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(903), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(903), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(903), + [aux_sym_hash_known_hosts_token1] = ACTIONS(903), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(903), + [aux_sym_hostbased_authentication_token1] = ACTIONS(903), + [aux_sym_host_key_algorithms_token1] = ACTIONS(903), + [aux_sym_host_key_alias_token1] = ACTIONS(903), + [aux_sym_hostname_token1] = ACTIONS(903), + [aux_sym_identities_only_token1] = ACTIONS(903), + [aux_sym_identity_agent_token1] = ACTIONS(903), + [aux_sym_identity_file_token1] = ACTIONS(903), + [aux_sym_ignore_unknown_token1] = ACTIONS(903), + [aux_sym_include_token1] = ACTIONS(903), + [aux_sym_ip_qos_token1] = ACTIONS(903), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(903), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(903), + [aux_sym_kex_algorithms_token1] = ACTIONS(903), + [aux_sym_known_hosts_command_token1] = ACTIONS(903), + [aux_sym_local_command_token1] = ACTIONS(903), + [aux_sym_local_forward_token1] = ACTIONS(903), + [aux_sym_log_level_token1] = ACTIONS(903), + [aux_sym_log_verbose_token1] = ACTIONS(903), + [aux_sym_macs_token1] = ACTIONS(903), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(903), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(903), + [aux_sym_password_authentication_token1] = ACTIONS(903), + [aux_sym_permit_local_command_token1] = ACTIONS(903), + [aux_sym_permit_remote_open_token1] = ACTIONS(903), + [aux_sym_pkcs11_provider_token1] = ACTIONS(903), + [aux_sym_port_token1] = ACTIONS(903), + [aux_sym_preferred_authentications_token1] = ACTIONS(903), + [aux_sym_protocol_token1] = ACTIONS(903), + [aux_sym_proxy_command_token1] = ACTIONS(903), + [aux_sym_proxy_jump_token1] = ACTIONS(903), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(903), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(903), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(903), + [aux_sym_pubkey_authentication_token1] = ACTIONS(903), + [aux_sym_rekey_limit_token1] = ACTIONS(903), + [aux_sym_remote_command_token1] = ACTIONS(903), + [aux_sym_remote_forward_token1] = ACTIONS(903), + [aux_sym_request_tty_token1] = ACTIONS(903), + [aux_sym_required_rsa_size_token1] = ACTIONS(903), + [aux_sym_revoked_host_keys_token1] = ACTIONS(903), + [aux_sym_security_key_provider_token1] = ACTIONS(903), + [aux_sym_send_env_token1] = ACTIONS(903), + [aux_sym_server_alive_count_max_token1] = ACTIONS(903), + [aux_sym_server_alive_interval_token1] = ACTIONS(903), + [aux_sym_session_type_token1] = ACTIONS(903), + [aux_sym_set_env_token1] = ACTIONS(903), + [aux_sym_stdin_null_token1] = ACTIONS(903), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(903), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(903), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(903), + [aux_sym_syslog_facility_token1] = ACTIONS(903), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(903), + [aux_sym_keep_alive_token1] = ACTIONS(903), + [aux_sym_tunnel_token1] = ACTIONS(905), + [aux_sym_tunnel_device_token1] = ACTIONS(903), + [aux_sym_update_host_keys_token1] = ACTIONS(903), + [aux_sym_use_keychain_token1] = ACTIONS(903), + [aux_sym_use_roaming_token1] = ACTIONS(903), + [aux_sym_user_token1] = ACTIONS(905), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(903), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(903), + [aux_sym_visual_host_key_token1] = ACTIONS(903), + [aux_sym_xauth_location_token1] = ACTIONS(903), }, [623] = { - [ts_builtin_sym_end] = ACTIONS(3366), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3368), - [aux_sym_match_token1] = ACTIONS(3366), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3366), - [aux_sym_address_family_token1] = ACTIONS(3366), - [aux_sym_batch_mode_token1] = ACTIONS(3366), - [aux_sym_bind_address_token1] = ACTIONS(3366), - [aux_sym_bind_interface_token1] = ACTIONS(3366), - [aux_sym_canonical_domains_token1] = ACTIONS(3366), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3366), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3366), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3366), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3366), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3366), - [aux_sym_certificate_file_token1] = ACTIONS(3366), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3366), - [aux_sym_check_host_ip_token1] = ACTIONS(3366), - [aux_sym_ciphers_token1] = ACTIONS(3366), - [aux_sym_cipher_token1] = ACTIONS(3368), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3366), - [aux_sym_compression_token1] = ACTIONS(3366), - [aux_sym_connection_attempts_token1] = ACTIONS(3366), - [aux_sym_connect_timeout_token1] = ACTIONS(3366), - [aux_sym_control_master_token1] = ACTIONS(3366), - [aux_sym_control_path_token1] = ACTIONS(3366), - [aux_sym_control_persist_token1] = ACTIONS(3366), - [aux_sym_dynamic_forward_token1] = ACTIONS(3366), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3366), - [aux_sym_escape_char_token1] = ACTIONS(3366), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3366), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3366), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3366), - [aux_sym_forward_agent_token1] = ACTIONS(3366), - [aux_sym_forward_x11_token1] = ACTIONS(3368), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3366), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3366), - [aux_sym_gateway_ports_token1] = ACTIONS(3366), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3366), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3366), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3366), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3366), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3366), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3366), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3366), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3366), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3366), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3366), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3366), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3366), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3366), - [aux_sym_host_key_alias_token1] = ACTIONS(3366), - [aux_sym_hostname_token1] = ACTIONS(3366), - [aux_sym_identities_only_token1] = ACTIONS(3366), - [aux_sym_identity_agent_token1] = ACTIONS(3366), - [aux_sym_identity_file_token1] = ACTIONS(3366), - [aux_sym_ignore_unknown_token1] = ACTIONS(3366), - [aux_sym_include_token1] = ACTIONS(3366), - [aux_sym_ip_qos_token1] = ACTIONS(3366), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3366), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3366), - [aux_sym_kex_algorithms_token1] = ACTIONS(3366), - [aux_sym_known_hosts_command_token1] = ACTIONS(3366), - [aux_sym_local_command_token1] = ACTIONS(3366), - [aux_sym_local_forward_token1] = ACTIONS(3366), - [aux_sym_log_level_token1] = ACTIONS(3366), - [aux_sym_log_verbose_token1] = ACTIONS(3366), - [aux_sym_macs_token1] = ACTIONS(3366), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3366), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3366), - [aux_sym_password_authentication_token1] = ACTIONS(3366), - [aux_sym_permit_local_command_token1] = ACTIONS(3366), - [aux_sym_permit_remote_open_token1] = ACTIONS(3366), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3366), - [aux_sym_port_token1] = ACTIONS(3366), - [aux_sym_preferred_authentications_token1] = ACTIONS(3366), - [aux_sym_protocol_token1] = ACTIONS(3366), - [aux_sym_proxy_command_token1] = ACTIONS(3366), - [aux_sym_proxy_jump_token1] = ACTIONS(3366), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3366), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3366), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3366), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3366), - [aux_sym_rekey_limit_token1] = ACTIONS(3366), - [aux_sym_remote_command_token1] = ACTIONS(3366), - [aux_sym_remote_forward_token1] = ACTIONS(3366), - [aux_sym_request_tty_token1] = ACTIONS(3366), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3366), - [aux_sym_security_key_provider_token1] = ACTIONS(3366), - [aux_sym_send_env_token1] = ACTIONS(3366), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3366), - [aux_sym_server_alive_interval_token1] = ACTIONS(3366), - [aux_sym_session_type_token1] = ACTIONS(3366), - [aux_sym_set_env_token1] = ACTIONS(3366), - [aux_sym_stdin_null_token1] = ACTIONS(3366), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3366), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3366), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3366), - [aux_sym_syslog_facility_token1] = ACTIONS(3366), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3366), - [aux_sym_keep_alive_token1] = ACTIONS(3366), - [aux_sym_tunnel_token1] = ACTIONS(3368), - [aux_sym_tunnel_device_token1] = ACTIONS(3366), - [aux_sym_update_host_keys_token1] = ACTIONS(3366), - [aux_sym_use_keychain_token1] = ACTIONS(3366), - [aux_sym_use_roaming_token1] = ACTIONS(3366), - [aux_sym_user_token1] = ACTIONS(3368), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3366), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3366), - [aux_sym_visual_host_key_token1] = ACTIONS(3366), - [aux_sym_xauth_location_token1] = ACTIONS(3366), + [ts_builtin_sym_end] = ACTIONS(909), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(911), + [aux_sym_match_token1] = ACTIONS(909), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(909), + [aux_sym_address_family_token1] = ACTIONS(909), + [aux_sym_batch_mode_token1] = ACTIONS(909), + [aux_sym_bind_address_token1] = ACTIONS(909), + [aux_sym_bind_interface_token1] = ACTIONS(909), + [aux_sym_canonical_domains_token1] = ACTIONS(909), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(909), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(909), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(909), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(909), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(909), + [aux_sym_certificate_file_token1] = ACTIONS(909), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(909), + [aux_sym_check_host_ip_token1] = ACTIONS(909), + [aux_sym_ciphers_token1] = ACTIONS(909), + [aux_sym_cipher_token1] = ACTIONS(911), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(909), + [aux_sym_compression_token1] = ACTIONS(909), + [aux_sym_connection_attempts_token1] = ACTIONS(909), + [aux_sym_connect_timeout_token1] = ACTIONS(909), + [aux_sym_control_master_token1] = ACTIONS(909), + [aux_sym_control_path_token1] = ACTIONS(909), + [aux_sym_control_persist_token1] = ACTIONS(909), + [aux_sym_dynamic_forward_token1] = ACTIONS(909), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(909), + [aux_sym_escape_char_token1] = ACTIONS(909), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(909), + [aux_sym_fingerprint_hash_token1] = ACTIONS(909), + [aux_sym_fork_after_authentication_token1] = ACTIONS(909), + [aux_sym_forward_agent_token1] = ACTIONS(909), + [aux_sym_forward_x11_token1] = ACTIONS(911), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(909), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(909), + [aux_sym_gateway_ports_token1] = ACTIONS(909), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(909), + [aux_sym_gssapi_authentication_token1] = ACTIONS(909), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(909), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(909), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(909), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(909), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(909), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(909), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(909), + [aux_sym_hash_known_hosts_token1] = ACTIONS(909), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(909), + [aux_sym_hostbased_authentication_token1] = ACTIONS(909), + [aux_sym_host_key_algorithms_token1] = ACTIONS(909), + [aux_sym_host_key_alias_token1] = ACTIONS(909), + [aux_sym_hostname_token1] = ACTIONS(909), + [aux_sym_identities_only_token1] = ACTIONS(909), + [aux_sym_identity_agent_token1] = ACTIONS(909), + [aux_sym_identity_file_token1] = ACTIONS(909), + [aux_sym_ignore_unknown_token1] = ACTIONS(909), + [aux_sym_include_token1] = ACTIONS(909), + [aux_sym_ip_qos_token1] = ACTIONS(909), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(909), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(909), + [aux_sym_kex_algorithms_token1] = ACTIONS(909), + [aux_sym_known_hosts_command_token1] = ACTIONS(909), + [aux_sym_local_command_token1] = ACTIONS(909), + [aux_sym_local_forward_token1] = ACTIONS(909), + [aux_sym_log_level_token1] = ACTIONS(909), + [aux_sym_log_verbose_token1] = ACTIONS(909), + [aux_sym_macs_token1] = ACTIONS(909), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(909), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(909), + [aux_sym_password_authentication_token1] = ACTIONS(909), + [aux_sym_permit_local_command_token1] = ACTIONS(909), + [aux_sym_permit_remote_open_token1] = ACTIONS(909), + [aux_sym_pkcs11_provider_token1] = ACTIONS(909), + [aux_sym_port_token1] = ACTIONS(909), + [aux_sym_preferred_authentications_token1] = ACTIONS(909), + [aux_sym_protocol_token1] = ACTIONS(909), + [aux_sym_proxy_command_token1] = ACTIONS(909), + [aux_sym_proxy_jump_token1] = ACTIONS(909), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(909), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(909), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(909), + [aux_sym_pubkey_authentication_token1] = ACTIONS(909), + [aux_sym_rekey_limit_token1] = ACTIONS(909), + [aux_sym_remote_command_token1] = ACTIONS(909), + [aux_sym_remote_forward_token1] = ACTIONS(909), + [aux_sym_request_tty_token1] = ACTIONS(909), + [aux_sym_required_rsa_size_token1] = ACTIONS(909), + [aux_sym_revoked_host_keys_token1] = ACTIONS(909), + [aux_sym_security_key_provider_token1] = ACTIONS(909), + [aux_sym_send_env_token1] = ACTIONS(909), + [aux_sym_server_alive_count_max_token1] = ACTIONS(909), + [aux_sym_server_alive_interval_token1] = ACTIONS(909), + [aux_sym_session_type_token1] = ACTIONS(909), + [aux_sym_set_env_token1] = ACTIONS(909), + [aux_sym_stdin_null_token1] = ACTIONS(909), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(909), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(909), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(909), + [aux_sym_syslog_facility_token1] = ACTIONS(909), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(909), + [aux_sym_keep_alive_token1] = ACTIONS(909), + [aux_sym_tunnel_token1] = ACTIONS(911), + [aux_sym_tunnel_device_token1] = ACTIONS(909), + [aux_sym_update_host_keys_token1] = ACTIONS(909), + [aux_sym_use_keychain_token1] = ACTIONS(909), + [aux_sym_use_roaming_token1] = ACTIONS(909), + [aux_sym_user_token1] = ACTIONS(911), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(909), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(909), + [aux_sym_visual_host_key_token1] = ACTIONS(909), + [aux_sym_xauth_location_token1] = ACTIONS(909), }, [624] = { - [ts_builtin_sym_end] = ACTIONS(958), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(960), - [aux_sym_match_token1] = ACTIONS(958), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(958), - [aux_sym_address_family_token1] = ACTIONS(958), - [aux_sym_batch_mode_token1] = ACTIONS(958), - [aux_sym_bind_address_token1] = ACTIONS(958), - [aux_sym_bind_interface_token1] = ACTIONS(958), - [aux_sym_canonical_domains_token1] = ACTIONS(958), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(958), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(958), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(958), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(958), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(958), - [aux_sym_certificate_file_token1] = ACTIONS(958), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(958), - [aux_sym_check_host_ip_token1] = ACTIONS(958), - [aux_sym_ciphers_token1] = ACTIONS(958), - [aux_sym_cipher_token1] = ACTIONS(960), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(958), - [aux_sym_compression_token1] = ACTIONS(958), - [aux_sym_connection_attempts_token1] = ACTIONS(958), - [aux_sym_connect_timeout_token1] = ACTIONS(958), - [aux_sym_control_master_token1] = ACTIONS(958), - [aux_sym_control_path_token1] = ACTIONS(958), - [aux_sym_control_persist_token1] = ACTIONS(958), - [aux_sym_dynamic_forward_token1] = ACTIONS(958), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(958), - [aux_sym_escape_char_token1] = ACTIONS(958), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(958), - [aux_sym_fingerprint_hash_token1] = ACTIONS(958), - [aux_sym_fork_after_authentication_token1] = ACTIONS(958), - [aux_sym_forward_agent_token1] = ACTIONS(958), - [aux_sym_forward_x11_token1] = ACTIONS(960), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(958), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(958), - [aux_sym_gateway_ports_token1] = ACTIONS(958), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(958), - [aux_sym_gssapi_authentication_token1] = ACTIONS(958), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(958), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(958), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(958), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(958), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(958), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(958), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(958), - [aux_sym_hash_known_hosts_token1] = ACTIONS(958), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(958), - [aux_sym_hostbased_authentication_token1] = ACTIONS(958), - [aux_sym_host_key_algorithms_token1] = ACTIONS(958), - [aux_sym_host_key_alias_token1] = ACTIONS(958), - [aux_sym_hostname_token1] = ACTIONS(958), - [aux_sym_identities_only_token1] = ACTIONS(958), - [aux_sym_identity_agent_token1] = ACTIONS(958), - [aux_sym_identity_file_token1] = ACTIONS(958), - [aux_sym_ignore_unknown_token1] = ACTIONS(958), - [aux_sym_include_token1] = ACTIONS(958), - [aux_sym_ip_qos_token1] = ACTIONS(958), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(958), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(958), - [aux_sym_kex_algorithms_token1] = ACTIONS(958), - [aux_sym_known_hosts_command_token1] = ACTIONS(958), - [aux_sym_local_command_token1] = ACTIONS(958), - [aux_sym_local_forward_token1] = ACTIONS(958), - [aux_sym_log_level_token1] = ACTIONS(958), - [aux_sym_log_verbose_token1] = ACTIONS(958), - [aux_sym_macs_token1] = ACTIONS(958), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(958), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(958), - [aux_sym_password_authentication_token1] = ACTIONS(958), - [aux_sym_permit_local_command_token1] = ACTIONS(958), - [aux_sym_permit_remote_open_token1] = ACTIONS(958), - [aux_sym_pkcs11_provider_token1] = ACTIONS(958), - [aux_sym_port_token1] = ACTIONS(958), - [aux_sym_preferred_authentications_token1] = ACTIONS(958), - [aux_sym_protocol_token1] = ACTIONS(958), - [aux_sym_proxy_command_token1] = ACTIONS(958), - [aux_sym_proxy_jump_token1] = ACTIONS(958), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(958), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(958), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(958), - [aux_sym_pubkey_authentication_token1] = ACTIONS(958), - [aux_sym_rekey_limit_token1] = ACTIONS(958), - [aux_sym_remote_command_token1] = ACTIONS(958), - [aux_sym_remote_forward_token1] = ACTIONS(958), - [aux_sym_request_tty_token1] = ACTIONS(958), - [aux_sym_revoked_host_keys_token1] = ACTIONS(958), - [aux_sym_security_key_provider_token1] = ACTIONS(958), - [aux_sym_send_env_token1] = ACTIONS(958), - [aux_sym_server_alive_count_max_token1] = ACTIONS(958), - [aux_sym_server_alive_interval_token1] = ACTIONS(958), - [aux_sym_session_type_token1] = ACTIONS(958), - [aux_sym_set_env_token1] = ACTIONS(958), - [aux_sym_stdin_null_token1] = ACTIONS(958), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(958), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(958), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(958), - [aux_sym_syslog_facility_token1] = ACTIONS(958), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(958), - [aux_sym_keep_alive_token1] = ACTIONS(958), - [aux_sym_tunnel_token1] = ACTIONS(960), - [aux_sym_tunnel_device_token1] = ACTIONS(958), - [aux_sym_update_host_keys_token1] = ACTIONS(958), - [aux_sym_use_keychain_token1] = ACTIONS(958), - [aux_sym_use_roaming_token1] = ACTIONS(958), - [aux_sym_user_token1] = ACTIONS(960), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(958), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(958), - [aux_sym_visual_host_key_token1] = ACTIONS(958), - [aux_sym_xauth_location_token1] = ACTIONS(958), + [ts_builtin_sym_end] = ACTIONS(915), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(917), + [aux_sym_match_token1] = ACTIONS(915), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(915), + [aux_sym_address_family_token1] = ACTIONS(915), + [aux_sym_batch_mode_token1] = ACTIONS(915), + [aux_sym_bind_address_token1] = ACTIONS(915), + [aux_sym_bind_interface_token1] = ACTIONS(915), + [aux_sym_canonical_domains_token1] = ACTIONS(915), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(915), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(915), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(915), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(915), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(915), + [aux_sym_certificate_file_token1] = ACTIONS(915), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(915), + [aux_sym_check_host_ip_token1] = ACTIONS(915), + [aux_sym_ciphers_token1] = ACTIONS(915), + [aux_sym_cipher_token1] = ACTIONS(917), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(915), + [aux_sym_compression_token1] = ACTIONS(915), + [aux_sym_connection_attempts_token1] = ACTIONS(915), + [aux_sym_connect_timeout_token1] = ACTIONS(915), + [aux_sym_control_master_token1] = ACTIONS(915), + [aux_sym_control_path_token1] = ACTIONS(915), + [aux_sym_control_persist_token1] = ACTIONS(915), + [aux_sym_dynamic_forward_token1] = ACTIONS(915), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(915), + [aux_sym_escape_char_token1] = ACTIONS(915), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(915), + [aux_sym_fingerprint_hash_token1] = ACTIONS(915), + [aux_sym_fork_after_authentication_token1] = ACTIONS(915), + [aux_sym_forward_agent_token1] = ACTIONS(915), + [aux_sym_forward_x11_token1] = ACTIONS(917), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(915), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(915), + [aux_sym_gateway_ports_token1] = ACTIONS(915), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(915), + [aux_sym_gssapi_authentication_token1] = ACTIONS(915), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(915), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(915), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(915), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(915), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(915), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(915), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(915), + [aux_sym_hash_known_hosts_token1] = ACTIONS(915), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(915), + [aux_sym_hostbased_authentication_token1] = ACTIONS(915), + [aux_sym_host_key_algorithms_token1] = ACTIONS(915), + [aux_sym_host_key_alias_token1] = ACTIONS(915), + [aux_sym_hostname_token1] = ACTIONS(915), + [aux_sym_identities_only_token1] = ACTIONS(915), + [aux_sym_identity_agent_token1] = ACTIONS(915), + [aux_sym_identity_file_token1] = ACTIONS(915), + [aux_sym_ignore_unknown_token1] = ACTIONS(915), + [aux_sym_include_token1] = ACTIONS(915), + [aux_sym_ip_qos_token1] = ACTIONS(915), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(915), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(915), + [aux_sym_kex_algorithms_token1] = ACTIONS(915), + [aux_sym_known_hosts_command_token1] = ACTIONS(915), + [aux_sym_local_command_token1] = ACTIONS(915), + [aux_sym_local_forward_token1] = ACTIONS(915), + [aux_sym_log_level_token1] = ACTIONS(915), + [aux_sym_log_verbose_token1] = ACTIONS(915), + [aux_sym_macs_token1] = ACTIONS(915), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(915), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(915), + [aux_sym_password_authentication_token1] = ACTIONS(915), + [aux_sym_permit_local_command_token1] = ACTIONS(915), + [aux_sym_permit_remote_open_token1] = ACTIONS(915), + [aux_sym_pkcs11_provider_token1] = ACTIONS(915), + [aux_sym_port_token1] = ACTIONS(915), + [aux_sym_preferred_authentications_token1] = ACTIONS(915), + [aux_sym_protocol_token1] = ACTIONS(915), + [aux_sym_proxy_command_token1] = ACTIONS(915), + [aux_sym_proxy_jump_token1] = ACTIONS(915), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(915), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(915), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(915), + [aux_sym_pubkey_authentication_token1] = ACTIONS(915), + [aux_sym_rekey_limit_token1] = ACTIONS(915), + [aux_sym_remote_command_token1] = ACTIONS(915), + [aux_sym_remote_forward_token1] = ACTIONS(915), + [aux_sym_request_tty_token1] = ACTIONS(915), + [aux_sym_required_rsa_size_token1] = ACTIONS(915), + [aux_sym_revoked_host_keys_token1] = ACTIONS(915), + [aux_sym_security_key_provider_token1] = ACTIONS(915), + [aux_sym_send_env_token1] = ACTIONS(915), + [aux_sym_server_alive_count_max_token1] = ACTIONS(915), + [aux_sym_server_alive_interval_token1] = ACTIONS(915), + [aux_sym_session_type_token1] = ACTIONS(915), + [aux_sym_set_env_token1] = ACTIONS(915), + [aux_sym_stdin_null_token1] = ACTIONS(915), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(915), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(915), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(915), + [aux_sym_syslog_facility_token1] = ACTIONS(915), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(915), + [aux_sym_keep_alive_token1] = ACTIONS(915), + [aux_sym_tunnel_token1] = ACTIONS(917), + [aux_sym_tunnel_device_token1] = ACTIONS(915), + [aux_sym_update_host_keys_token1] = ACTIONS(915), + [aux_sym_use_keychain_token1] = ACTIONS(915), + [aux_sym_use_roaming_token1] = ACTIONS(915), + [aux_sym_user_token1] = ACTIONS(917), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(915), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(915), + [aux_sym_visual_host_key_token1] = ACTIONS(915), + [aux_sym_xauth_location_token1] = ACTIONS(915), }, [625] = { - [ts_builtin_sym_end] = ACTIONS(1576), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1578), - [aux_sym_match_token1] = ACTIONS(1576), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1576), - [aux_sym_address_family_token1] = ACTIONS(1576), - [aux_sym_batch_mode_token1] = ACTIONS(1576), - [aux_sym_bind_address_token1] = ACTIONS(1576), - [aux_sym_bind_interface_token1] = ACTIONS(1576), - [aux_sym_canonical_domains_token1] = ACTIONS(1576), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1576), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1576), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1576), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1576), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1576), - [aux_sym_certificate_file_token1] = ACTIONS(1576), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1576), - [aux_sym_check_host_ip_token1] = ACTIONS(1576), - [aux_sym_ciphers_token1] = ACTIONS(1576), - [aux_sym_cipher_token1] = ACTIONS(1578), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1576), - [aux_sym_compression_token1] = ACTIONS(1576), - [aux_sym_connection_attempts_token1] = ACTIONS(1576), - [aux_sym_connect_timeout_token1] = ACTIONS(1576), - [aux_sym_control_master_token1] = ACTIONS(1576), - [aux_sym_control_path_token1] = ACTIONS(1576), - [aux_sym_control_persist_token1] = ACTIONS(1576), - [aux_sym_dynamic_forward_token1] = ACTIONS(1576), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1576), - [aux_sym_escape_char_token1] = ACTIONS(1576), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1576), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1576), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1576), - [aux_sym_forward_agent_token1] = ACTIONS(1576), - [aux_sym_forward_x11_token1] = ACTIONS(1578), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1576), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1576), - [aux_sym_gateway_ports_token1] = ACTIONS(1576), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1576), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1576), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1576), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1576), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1576), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1576), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1576), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1576), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1576), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1576), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1576), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1576), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1576), - [aux_sym_host_key_alias_token1] = ACTIONS(1576), - [aux_sym_hostname_token1] = ACTIONS(1576), - [aux_sym_identities_only_token1] = ACTIONS(1576), - [aux_sym_identity_agent_token1] = ACTIONS(1576), - [aux_sym_identity_file_token1] = ACTIONS(1576), - [aux_sym_ignore_unknown_token1] = ACTIONS(1576), - [aux_sym_include_token1] = ACTIONS(1576), - [aux_sym_ip_qos_token1] = ACTIONS(1576), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1576), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1576), - [aux_sym_kex_algorithms_token1] = ACTIONS(1576), - [aux_sym_known_hosts_command_token1] = ACTIONS(1576), - [aux_sym_local_command_token1] = ACTIONS(1576), - [aux_sym_local_forward_token1] = ACTIONS(1576), - [aux_sym_log_level_token1] = ACTIONS(1576), - [aux_sym_log_verbose_token1] = ACTIONS(1576), - [aux_sym_macs_token1] = ACTIONS(1576), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1576), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1576), - [aux_sym_password_authentication_token1] = ACTIONS(1576), - [aux_sym_permit_local_command_token1] = ACTIONS(1576), - [aux_sym_permit_remote_open_token1] = ACTIONS(1576), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1576), - [aux_sym_port_token1] = ACTIONS(1576), - [aux_sym_preferred_authentications_token1] = ACTIONS(1576), - [aux_sym_protocol_token1] = ACTIONS(1576), - [aux_sym_proxy_command_token1] = ACTIONS(1576), - [aux_sym_proxy_jump_token1] = ACTIONS(1576), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1576), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1576), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1576), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1576), - [aux_sym_rekey_limit_token1] = ACTIONS(1576), - [aux_sym_remote_command_token1] = ACTIONS(1576), - [aux_sym_remote_forward_token1] = ACTIONS(1576), - [aux_sym_request_tty_token1] = ACTIONS(1576), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1576), - [aux_sym_security_key_provider_token1] = ACTIONS(1576), - [aux_sym_send_env_token1] = ACTIONS(1576), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1576), - [aux_sym_server_alive_interval_token1] = ACTIONS(1576), - [aux_sym_session_type_token1] = ACTIONS(1576), - [aux_sym_set_env_token1] = ACTIONS(1576), - [aux_sym_stdin_null_token1] = ACTIONS(1576), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1576), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1576), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1576), - [aux_sym_syslog_facility_token1] = ACTIONS(1576), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1576), - [aux_sym_keep_alive_token1] = ACTIONS(1576), - [aux_sym_tunnel_token1] = ACTIONS(1578), - [aux_sym_tunnel_device_token1] = ACTIONS(1576), - [aux_sym_update_host_keys_token1] = ACTIONS(1576), - [aux_sym_use_keychain_token1] = ACTIONS(1576), - [aux_sym_use_roaming_token1] = ACTIONS(1576), - [aux_sym_user_token1] = ACTIONS(1578), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1576), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1576), - [aux_sym_visual_host_key_token1] = ACTIONS(1576), - [aux_sym_xauth_location_token1] = ACTIONS(1576), + [ts_builtin_sym_end] = ACTIONS(921), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(923), + [aux_sym_match_token1] = ACTIONS(921), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(921), + [aux_sym_address_family_token1] = ACTIONS(921), + [aux_sym_batch_mode_token1] = ACTIONS(921), + [aux_sym_bind_address_token1] = ACTIONS(921), + [aux_sym_bind_interface_token1] = ACTIONS(921), + [aux_sym_canonical_domains_token1] = ACTIONS(921), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(921), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(921), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(921), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(921), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(921), + [aux_sym_certificate_file_token1] = ACTIONS(921), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(921), + [aux_sym_check_host_ip_token1] = ACTIONS(921), + [aux_sym_ciphers_token1] = ACTIONS(921), + [aux_sym_cipher_token1] = ACTIONS(923), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(921), + [aux_sym_compression_token1] = ACTIONS(921), + [aux_sym_connection_attempts_token1] = ACTIONS(921), + [aux_sym_connect_timeout_token1] = ACTIONS(921), + [aux_sym_control_master_token1] = ACTIONS(921), + [aux_sym_control_path_token1] = ACTIONS(921), + [aux_sym_control_persist_token1] = ACTIONS(921), + [aux_sym_dynamic_forward_token1] = ACTIONS(921), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(921), + [aux_sym_escape_char_token1] = ACTIONS(921), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(921), + [aux_sym_fingerprint_hash_token1] = ACTIONS(921), + [aux_sym_fork_after_authentication_token1] = ACTIONS(921), + [aux_sym_forward_agent_token1] = ACTIONS(921), + [aux_sym_forward_x11_token1] = ACTIONS(923), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(921), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(921), + [aux_sym_gateway_ports_token1] = ACTIONS(921), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(921), + [aux_sym_gssapi_authentication_token1] = ACTIONS(921), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(921), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(921), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(921), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(921), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(921), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(921), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(921), + [aux_sym_hash_known_hosts_token1] = ACTIONS(921), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(921), + [aux_sym_hostbased_authentication_token1] = ACTIONS(921), + [aux_sym_host_key_algorithms_token1] = ACTIONS(921), + [aux_sym_host_key_alias_token1] = ACTIONS(921), + [aux_sym_hostname_token1] = ACTIONS(921), + [aux_sym_identities_only_token1] = ACTIONS(921), + [aux_sym_identity_agent_token1] = ACTIONS(921), + [aux_sym_identity_file_token1] = ACTIONS(921), + [aux_sym_ignore_unknown_token1] = ACTIONS(921), + [aux_sym_include_token1] = ACTIONS(921), + [aux_sym_ip_qos_token1] = ACTIONS(921), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(921), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(921), + [aux_sym_kex_algorithms_token1] = ACTIONS(921), + [aux_sym_known_hosts_command_token1] = ACTIONS(921), + [aux_sym_local_command_token1] = ACTIONS(921), + [aux_sym_local_forward_token1] = ACTIONS(921), + [aux_sym_log_level_token1] = ACTIONS(921), + [aux_sym_log_verbose_token1] = ACTIONS(921), + [aux_sym_macs_token1] = ACTIONS(921), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(921), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(921), + [aux_sym_password_authentication_token1] = ACTIONS(921), + [aux_sym_permit_local_command_token1] = ACTIONS(921), + [aux_sym_permit_remote_open_token1] = ACTIONS(921), + [aux_sym_pkcs11_provider_token1] = ACTIONS(921), + [aux_sym_port_token1] = ACTIONS(921), + [aux_sym_preferred_authentications_token1] = ACTIONS(921), + [aux_sym_protocol_token1] = ACTIONS(921), + [aux_sym_proxy_command_token1] = ACTIONS(921), + [aux_sym_proxy_jump_token1] = ACTIONS(921), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(921), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(921), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(921), + [aux_sym_pubkey_authentication_token1] = ACTIONS(921), + [aux_sym_rekey_limit_token1] = ACTIONS(921), + [aux_sym_remote_command_token1] = ACTIONS(921), + [aux_sym_remote_forward_token1] = ACTIONS(921), + [aux_sym_request_tty_token1] = ACTIONS(921), + [aux_sym_required_rsa_size_token1] = ACTIONS(921), + [aux_sym_revoked_host_keys_token1] = ACTIONS(921), + [aux_sym_security_key_provider_token1] = ACTIONS(921), + [aux_sym_send_env_token1] = ACTIONS(921), + [aux_sym_server_alive_count_max_token1] = ACTIONS(921), + [aux_sym_server_alive_interval_token1] = ACTIONS(921), + [aux_sym_session_type_token1] = ACTIONS(921), + [aux_sym_set_env_token1] = ACTIONS(921), + [aux_sym_stdin_null_token1] = ACTIONS(921), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(921), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(921), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(921), + [aux_sym_syslog_facility_token1] = ACTIONS(921), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(921), + [aux_sym_keep_alive_token1] = ACTIONS(921), + [aux_sym_tunnel_token1] = ACTIONS(923), + [aux_sym_tunnel_device_token1] = ACTIONS(921), + [aux_sym_update_host_keys_token1] = ACTIONS(921), + [aux_sym_use_keychain_token1] = ACTIONS(921), + [aux_sym_use_roaming_token1] = ACTIONS(921), + [aux_sym_user_token1] = ACTIONS(923), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(921), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(921), + [aux_sym_visual_host_key_token1] = ACTIONS(921), + [aux_sym_xauth_location_token1] = ACTIONS(921), }, [626] = { - [ts_builtin_sym_end] = ACTIONS(3370), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3372), - [aux_sym_match_token1] = ACTIONS(3370), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3370), - [aux_sym_address_family_token1] = ACTIONS(3370), - [aux_sym_batch_mode_token1] = ACTIONS(3370), - [aux_sym_bind_address_token1] = ACTIONS(3370), - [aux_sym_bind_interface_token1] = ACTIONS(3370), - [aux_sym_canonical_domains_token1] = ACTIONS(3370), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3370), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3370), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3370), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3370), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3370), - [aux_sym_certificate_file_token1] = ACTIONS(3370), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3370), - [aux_sym_check_host_ip_token1] = ACTIONS(3370), - [aux_sym_ciphers_token1] = ACTIONS(3370), - [aux_sym_cipher_token1] = ACTIONS(3372), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3370), - [aux_sym_compression_token1] = ACTIONS(3370), - [aux_sym_connection_attempts_token1] = ACTIONS(3370), - [aux_sym_connect_timeout_token1] = ACTIONS(3370), - [aux_sym_control_master_token1] = ACTIONS(3370), - [aux_sym_control_path_token1] = ACTIONS(3370), - [aux_sym_control_persist_token1] = ACTIONS(3370), - [aux_sym_dynamic_forward_token1] = ACTIONS(3370), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3370), - [aux_sym_escape_char_token1] = ACTIONS(3370), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3370), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3370), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3370), - [aux_sym_forward_agent_token1] = ACTIONS(3370), - [aux_sym_forward_x11_token1] = ACTIONS(3372), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3370), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3370), - [aux_sym_gateway_ports_token1] = ACTIONS(3370), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3370), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3370), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3370), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3370), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3370), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3370), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3370), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3370), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3370), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3370), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3370), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3370), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3370), - [aux_sym_host_key_alias_token1] = ACTIONS(3370), - [aux_sym_hostname_token1] = ACTIONS(3370), - [aux_sym_identities_only_token1] = ACTIONS(3370), - [aux_sym_identity_agent_token1] = ACTIONS(3370), - [aux_sym_identity_file_token1] = ACTIONS(3370), - [aux_sym_ignore_unknown_token1] = ACTIONS(3370), - [aux_sym_include_token1] = ACTIONS(3370), - [aux_sym_ip_qos_token1] = ACTIONS(3370), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3370), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3370), - [aux_sym_kex_algorithms_token1] = ACTIONS(3370), - [aux_sym_known_hosts_command_token1] = ACTIONS(3370), - [aux_sym_local_command_token1] = ACTIONS(3370), - [aux_sym_local_forward_token1] = ACTIONS(3370), - [aux_sym_log_level_token1] = ACTIONS(3370), - [aux_sym_log_verbose_token1] = ACTIONS(3370), - [aux_sym_macs_token1] = ACTIONS(3370), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3370), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3370), - [aux_sym_password_authentication_token1] = ACTIONS(3370), - [aux_sym_permit_local_command_token1] = ACTIONS(3370), - [aux_sym_permit_remote_open_token1] = ACTIONS(3370), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3370), - [aux_sym_port_token1] = ACTIONS(3370), - [aux_sym_preferred_authentications_token1] = ACTIONS(3370), - [aux_sym_protocol_token1] = ACTIONS(3370), - [aux_sym_proxy_command_token1] = ACTIONS(3370), - [aux_sym_proxy_jump_token1] = ACTIONS(3370), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3370), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3370), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3370), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3370), - [aux_sym_rekey_limit_token1] = ACTIONS(3370), - [aux_sym_remote_command_token1] = ACTIONS(3370), - [aux_sym_remote_forward_token1] = ACTIONS(3370), - [aux_sym_request_tty_token1] = ACTIONS(3370), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3370), - [aux_sym_security_key_provider_token1] = ACTIONS(3370), - [aux_sym_send_env_token1] = ACTIONS(3370), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3370), - [aux_sym_server_alive_interval_token1] = ACTIONS(3370), - [aux_sym_session_type_token1] = ACTIONS(3370), - [aux_sym_set_env_token1] = ACTIONS(3370), - [aux_sym_stdin_null_token1] = ACTIONS(3370), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3370), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3370), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3370), - [aux_sym_syslog_facility_token1] = ACTIONS(3370), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3370), - [aux_sym_keep_alive_token1] = ACTIONS(3370), - [aux_sym_tunnel_token1] = ACTIONS(3372), - [aux_sym_tunnel_device_token1] = ACTIONS(3370), - [aux_sym_update_host_keys_token1] = ACTIONS(3370), - [aux_sym_use_keychain_token1] = ACTIONS(3370), - [aux_sym_use_roaming_token1] = ACTIONS(3370), - [aux_sym_user_token1] = ACTIONS(3372), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3370), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3370), - [aux_sym_visual_host_key_token1] = ACTIONS(3370), - [aux_sym_xauth_location_token1] = ACTIONS(3370), + [ts_builtin_sym_end] = ACTIONS(927), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(929), + [aux_sym_match_token1] = ACTIONS(927), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(927), + [aux_sym_address_family_token1] = ACTIONS(927), + [aux_sym_batch_mode_token1] = ACTIONS(927), + [aux_sym_bind_address_token1] = ACTIONS(927), + [aux_sym_bind_interface_token1] = ACTIONS(927), + [aux_sym_canonical_domains_token1] = ACTIONS(927), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(927), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(927), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(927), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(927), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(927), + [aux_sym_certificate_file_token1] = ACTIONS(927), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(927), + [aux_sym_check_host_ip_token1] = ACTIONS(927), + [aux_sym_ciphers_token1] = ACTIONS(927), + [aux_sym_cipher_token1] = ACTIONS(929), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(927), + [aux_sym_compression_token1] = ACTIONS(927), + [aux_sym_connection_attempts_token1] = ACTIONS(927), + [aux_sym_connect_timeout_token1] = ACTIONS(927), + [aux_sym_control_master_token1] = ACTIONS(927), + [aux_sym_control_path_token1] = ACTIONS(927), + [aux_sym_control_persist_token1] = ACTIONS(927), + [aux_sym_dynamic_forward_token1] = ACTIONS(927), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(927), + [aux_sym_escape_char_token1] = ACTIONS(927), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(927), + [aux_sym_fingerprint_hash_token1] = ACTIONS(927), + [aux_sym_fork_after_authentication_token1] = ACTIONS(927), + [aux_sym_forward_agent_token1] = ACTIONS(927), + [aux_sym_forward_x11_token1] = ACTIONS(929), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(927), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(927), + [aux_sym_gateway_ports_token1] = ACTIONS(927), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(927), + [aux_sym_gssapi_authentication_token1] = ACTIONS(927), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(927), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(927), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(927), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(927), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(927), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(927), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(927), + [aux_sym_hash_known_hosts_token1] = ACTIONS(927), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(927), + [aux_sym_hostbased_authentication_token1] = ACTIONS(927), + [aux_sym_host_key_algorithms_token1] = ACTIONS(927), + [aux_sym_host_key_alias_token1] = ACTIONS(927), + [aux_sym_hostname_token1] = ACTIONS(927), + [aux_sym_identities_only_token1] = ACTIONS(927), + [aux_sym_identity_agent_token1] = ACTIONS(927), + [aux_sym_identity_file_token1] = ACTIONS(927), + [aux_sym_ignore_unknown_token1] = ACTIONS(927), + [aux_sym_include_token1] = ACTIONS(927), + [aux_sym_ip_qos_token1] = ACTIONS(927), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(927), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(927), + [aux_sym_kex_algorithms_token1] = ACTIONS(927), + [aux_sym_known_hosts_command_token1] = ACTIONS(927), + [aux_sym_local_command_token1] = ACTIONS(927), + [aux_sym_local_forward_token1] = ACTIONS(927), + [aux_sym_log_level_token1] = ACTIONS(927), + [aux_sym_log_verbose_token1] = ACTIONS(927), + [aux_sym_macs_token1] = ACTIONS(927), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(927), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(927), + [aux_sym_password_authentication_token1] = ACTIONS(927), + [aux_sym_permit_local_command_token1] = ACTIONS(927), + [aux_sym_permit_remote_open_token1] = ACTIONS(927), + [aux_sym_pkcs11_provider_token1] = ACTIONS(927), + [aux_sym_port_token1] = ACTIONS(927), + [aux_sym_preferred_authentications_token1] = ACTIONS(927), + [aux_sym_protocol_token1] = ACTIONS(927), + [aux_sym_proxy_command_token1] = ACTIONS(927), + [aux_sym_proxy_jump_token1] = ACTIONS(927), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(927), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(927), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(927), + [aux_sym_pubkey_authentication_token1] = ACTIONS(927), + [aux_sym_rekey_limit_token1] = ACTIONS(927), + [aux_sym_remote_command_token1] = ACTIONS(927), + [aux_sym_remote_forward_token1] = ACTIONS(927), + [aux_sym_request_tty_token1] = ACTIONS(927), + [aux_sym_required_rsa_size_token1] = ACTIONS(927), + [aux_sym_revoked_host_keys_token1] = ACTIONS(927), + [aux_sym_security_key_provider_token1] = ACTIONS(927), + [aux_sym_send_env_token1] = ACTIONS(927), + [aux_sym_server_alive_count_max_token1] = ACTIONS(927), + [aux_sym_server_alive_interval_token1] = ACTIONS(927), + [aux_sym_session_type_token1] = ACTIONS(927), + [aux_sym_set_env_token1] = ACTIONS(927), + [aux_sym_stdin_null_token1] = ACTIONS(927), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(927), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(927), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(927), + [aux_sym_syslog_facility_token1] = ACTIONS(927), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(927), + [aux_sym_keep_alive_token1] = ACTIONS(927), + [aux_sym_tunnel_token1] = ACTIONS(929), + [aux_sym_tunnel_device_token1] = ACTIONS(927), + [aux_sym_update_host_keys_token1] = ACTIONS(927), + [aux_sym_use_keychain_token1] = ACTIONS(927), + [aux_sym_use_roaming_token1] = ACTIONS(927), + [aux_sym_user_token1] = ACTIONS(929), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(927), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(927), + [aux_sym_visual_host_key_token1] = ACTIONS(927), + [aux_sym_xauth_location_token1] = ACTIONS(927), }, [627] = { - [ts_builtin_sym_end] = ACTIONS(3374), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3376), - [aux_sym_match_token1] = ACTIONS(3374), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3374), - [aux_sym_address_family_token1] = ACTIONS(3374), - [aux_sym_batch_mode_token1] = ACTIONS(3374), - [aux_sym_bind_address_token1] = ACTIONS(3374), - [aux_sym_bind_interface_token1] = ACTIONS(3374), - [aux_sym_canonical_domains_token1] = ACTIONS(3374), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3374), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3374), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3374), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3374), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3374), - [aux_sym_certificate_file_token1] = ACTIONS(3374), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3374), - [aux_sym_check_host_ip_token1] = ACTIONS(3374), - [aux_sym_ciphers_token1] = ACTIONS(3374), - [aux_sym_cipher_token1] = ACTIONS(3376), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3374), - [aux_sym_compression_token1] = ACTIONS(3374), - [aux_sym_connection_attempts_token1] = ACTIONS(3374), - [aux_sym_connect_timeout_token1] = ACTIONS(3374), - [aux_sym_control_master_token1] = ACTIONS(3374), - [aux_sym_control_path_token1] = ACTIONS(3374), - [aux_sym_control_persist_token1] = ACTIONS(3374), - [aux_sym_dynamic_forward_token1] = ACTIONS(3374), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3374), - [aux_sym_escape_char_token1] = ACTIONS(3374), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3374), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3374), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3374), - [aux_sym_forward_agent_token1] = ACTIONS(3374), - [aux_sym_forward_x11_token1] = ACTIONS(3376), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3374), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3374), - [aux_sym_gateway_ports_token1] = ACTIONS(3374), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3374), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3374), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3374), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3374), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3374), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3374), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3374), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3374), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3374), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3374), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3374), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3374), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3374), - [aux_sym_host_key_alias_token1] = ACTIONS(3374), - [aux_sym_hostname_token1] = ACTIONS(3374), - [aux_sym_identities_only_token1] = ACTIONS(3374), - [aux_sym_identity_agent_token1] = ACTIONS(3374), - [aux_sym_identity_file_token1] = ACTIONS(3374), - [aux_sym_ignore_unknown_token1] = ACTIONS(3374), - [aux_sym_include_token1] = ACTIONS(3374), - [aux_sym_ip_qos_token1] = ACTIONS(3374), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3374), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3374), - [aux_sym_kex_algorithms_token1] = ACTIONS(3374), - [aux_sym_known_hosts_command_token1] = ACTIONS(3374), - [aux_sym_local_command_token1] = ACTIONS(3374), - [aux_sym_local_forward_token1] = ACTIONS(3374), - [aux_sym_log_level_token1] = ACTIONS(3374), - [aux_sym_log_verbose_token1] = ACTIONS(3374), - [aux_sym_macs_token1] = ACTIONS(3374), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3374), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3374), - [aux_sym_password_authentication_token1] = ACTIONS(3374), - [aux_sym_permit_local_command_token1] = ACTIONS(3374), - [aux_sym_permit_remote_open_token1] = ACTIONS(3374), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3374), - [aux_sym_port_token1] = ACTIONS(3374), - [aux_sym_preferred_authentications_token1] = ACTIONS(3374), - [aux_sym_protocol_token1] = ACTIONS(3374), - [aux_sym_proxy_command_token1] = ACTIONS(3374), - [aux_sym_proxy_jump_token1] = ACTIONS(3374), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3374), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3374), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3374), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3374), - [aux_sym_rekey_limit_token1] = ACTIONS(3374), - [aux_sym_remote_command_token1] = ACTIONS(3374), - [aux_sym_remote_forward_token1] = ACTIONS(3374), - [aux_sym_request_tty_token1] = ACTIONS(3374), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3374), - [aux_sym_security_key_provider_token1] = ACTIONS(3374), - [aux_sym_send_env_token1] = ACTIONS(3374), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3374), - [aux_sym_server_alive_interval_token1] = ACTIONS(3374), - [aux_sym_session_type_token1] = ACTIONS(3374), - [aux_sym_set_env_token1] = ACTIONS(3374), - [aux_sym_stdin_null_token1] = ACTIONS(3374), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3374), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3374), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3374), - [aux_sym_syslog_facility_token1] = ACTIONS(3374), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3374), - [aux_sym_keep_alive_token1] = ACTIONS(3374), - [aux_sym_tunnel_token1] = ACTIONS(3376), - [aux_sym_tunnel_device_token1] = ACTIONS(3374), - [aux_sym_update_host_keys_token1] = ACTIONS(3374), - [aux_sym_use_keychain_token1] = ACTIONS(3374), - [aux_sym_use_roaming_token1] = ACTIONS(3374), - [aux_sym_user_token1] = ACTIONS(3376), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3374), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3374), - [aux_sym_visual_host_key_token1] = ACTIONS(3374), - [aux_sym_xauth_location_token1] = ACTIONS(3374), + [ts_builtin_sym_end] = ACTIONS(933), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(935), + [aux_sym_match_token1] = ACTIONS(933), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(933), + [aux_sym_address_family_token1] = ACTIONS(933), + [aux_sym_batch_mode_token1] = ACTIONS(933), + [aux_sym_bind_address_token1] = ACTIONS(933), + [aux_sym_bind_interface_token1] = ACTIONS(933), + [aux_sym_canonical_domains_token1] = ACTIONS(933), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(933), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(933), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(933), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(933), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(933), + [aux_sym_certificate_file_token1] = ACTIONS(933), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(933), + [aux_sym_check_host_ip_token1] = ACTIONS(933), + [aux_sym_ciphers_token1] = ACTIONS(933), + [aux_sym_cipher_token1] = ACTIONS(935), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(933), + [aux_sym_compression_token1] = ACTIONS(933), + [aux_sym_connection_attempts_token1] = ACTIONS(933), + [aux_sym_connect_timeout_token1] = ACTIONS(933), + [aux_sym_control_master_token1] = ACTIONS(933), + [aux_sym_control_path_token1] = ACTIONS(933), + [aux_sym_control_persist_token1] = ACTIONS(933), + [aux_sym_dynamic_forward_token1] = ACTIONS(933), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(933), + [aux_sym_escape_char_token1] = ACTIONS(933), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(933), + [aux_sym_fingerprint_hash_token1] = ACTIONS(933), + [aux_sym_fork_after_authentication_token1] = ACTIONS(933), + [aux_sym_forward_agent_token1] = ACTIONS(933), + [aux_sym_forward_x11_token1] = ACTIONS(935), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(933), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(933), + [aux_sym_gateway_ports_token1] = ACTIONS(933), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(933), + [aux_sym_gssapi_authentication_token1] = ACTIONS(933), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(933), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(933), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(933), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(933), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(933), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(933), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(933), + [aux_sym_hash_known_hosts_token1] = ACTIONS(933), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(933), + [aux_sym_hostbased_authentication_token1] = ACTIONS(933), + [aux_sym_host_key_algorithms_token1] = ACTIONS(933), + [aux_sym_host_key_alias_token1] = ACTIONS(933), + [aux_sym_hostname_token1] = ACTIONS(933), + [aux_sym_identities_only_token1] = ACTIONS(933), + [aux_sym_identity_agent_token1] = ACTIONS(933), + [aux_sym_identity_file_token1] = ACTIONS(933), + [aux_sym_ignore_unknown_token1] = ACTIONS(933), + [aux_sym_include_token1] = ACTIONS(933), + [aux_sym_ip_qos_token1] = ACTIONS(933), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(933), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(933), + [aux_sym_kex_algorithms_token1] = ACTIONS(933), + [aux_sym_known_hosts_command_token1] = ACTIONS(933), + [aux_sym_local_command_token1] = ACTIONS(933), + [aux_sym_local_forward_token1] = ACTIONS(933), + [aux_sym_log_level_token1] = ACTIONS(933), + [aux_sym_log_verbose_token1] = ACTIONS(933), + [aux_sym_macs_token1] = ACTIONS(933), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(933), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(933), + [aux_sym_password_authentication_token1] = ACTIONS(933), + [aux_sym_permit_local_command_token1] = ACTIONS(933), + [aux_sym_permit_remote_open_token1] = ACTIONS(933), + [aux_sym_pkcs11_provider_token1] = ACTIONS(933), + [aux_sym_port_token1] = ACTIONS(933), + [aux_sym_preferred_authentications_token1] = ACTIONS(933), + [aux_sym_protocol_token1] = ACTIONS(933), + [aux_sym_proxy_command_token1] = ACTIONS(933), + [aux_sym_proxy_jump_token1] = ACTIONS(933), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(933), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(933), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(933), + [aux_sym_pubkey_authentication_token1] = ACTIONS(933), + [aux_sym_rekey_limit_token1] = ACTIONS(933), + [aux_sym_remote_command_token1] = ACTIONS(933), + [aux_sym_remote_forward_token1] = ACTIONS(933), + [aux_sym_request_tty_token1] = ACTIONS(933), + [aux_sym_required_rsa_size_token1] = ACTIONS(933), + [aux_sym_revoked_host_keys_token1] = ACTIONS(933), + [aux_sym_security_key_provider_token1] = ACTIONS(933), + [aux_sym_send_env_token1] = ACTIONS(933), + [aux_sym_server_alive_count_max_token1] = ACTIONS(933), + [aux_sym_server_alive_interval_token1] = ACTIONS(933), + [aux_sym_session_type_token1] = ACTIONS(933), + [aux_sym_set_env_token1] = ACTIONS(933), + [aux_sym_stdin_null_token1] = ACTIONS(933), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(933), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(933), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(933), + [aux_sym_syslog_facility_token1] = ACTIONS(933), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(933), + [aux_sym_keep_alive_token1] = ACTIONS(933), + [aux_sym_tunnel_token1] = ACTIONS(935), + [aux_sym_tunnel_device_token1] = ACTIONS(933), + [aux_sym_update_host_keys_token1] = ACTIONS(933), + [aux_sym_use_keychain_token1] = ACTIONS(933), + [aux_sym_use_roaming_token1] = ACTIONS(933), + [aux_sym_user_token1] = ACTIONS(935), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(933), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(933), + [aux_sym_visual_host_key_token1] = ACTIONS(933), + [aux_sym_xauth_location_token1] = ACTIONS(933), }, [628] = { - [ts_builtin_sym_end] = ACTIONS(1498), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1500), - [aux_sym_match_token1] = ACTIONS(1498), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1498), - [aux_sym_address_family_token1] = ACTIONS(1498), - [aux_sym_batch_mode_token1] = ACTIONS(1498), - [aux_sym_bind_address_token1] = ACTIONS(1498), - [aux_sym_bind_interface_token1] = ACTIONS(1498), - [aux_sym_canonical_domains_token1] = ACTIONS(1498), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1498), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1498), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1498), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1498), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1498), - [aux_sym_certificate_file_token1] = ACTIONS(1498), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1498), - [aux_sym_check_host_ip_token1] = ACTIONS(1498), - [aux_sym_ciphers_token1] = ACTIONS(1498), - [aux_sym_cipher_token1] = ACTIONS(1500), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1498), - [aux_sym_compression_token1] = ACTIONS(1498), - [aux_sym_connection_attempts_token1] = ACTIONS(1498), - [aux_sym_connect_timeout_token1] = ACTIONS(1498), - [aux_sym_control_master_token1] = ACTIONS(1498), - [aux_sym_control_path_token1] = ACTIONS(1498), - [aux_sym_control_persist_token1] = ACTIONS(1498), - [aux_sym_dynamic_forward_token1] = ACTIONS(1498), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1498), - [aux_sym_escape_char_token1] = ACTIONS(1498), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1498), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1498), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1498), - [aux_sym_forward_agent_token1] = ACTIONS(1498), - [aux_sym_forward_x11_token1] = ACTIONS(1500), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1498), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1498), - [aux_sym_gateway_ports_token1] = ACTIONS(1498), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1498), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1498), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1498), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1498), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1498), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1498), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1498), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1498), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1498), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1498), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1498), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1498), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1498), - [aux_sym_host_key_alias_token1] = ACTIONS(1498), - [aux_sym_hostname_token1] = ACTIONS(1498), - [aux_sym_identities_only_token1] = ACTIONS(1498), - [aux_sym_identity_agent_token1] = ACTIONS(1498), - [aux_sym_identity_file_token1] = ACTIONS(1498), - [aux_sym_ignore_unknown_token1] = ACTIONS(1498), - [aux_sym_include_token1] = ACTIONS(1498), - [aux_sym_ip_qos_token1] = ACTIONS(1498), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1498), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1498), - [aux_sym_kex_algorithms_token1] = ACTIONS(1498), - [aux_sym_known_hosts_command_token1] = ACTIONS(1498), - [aux_sym_local_command_token1] = ACTIONS(1498), - [aux_sym_local_forward_token1] = ACTIONS(1498), - [aux_sym_log_level_token1] = ACTIONS(1498), - [aux_sym_log_verbose_token1] = ACTIONS(1498), - [aux_sym_macs_token1] = ACTIONS(1498), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1498), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1498), - [aux_sym_password_authentication_token1] = ACTIONS(1498), - [aux_sym_permit_local_command_token1] = ACTIONS(1498), - [aux_sym_permit_remote_open_token1] = ACTIONS(1498), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1498), - [aux_sym_port_token1] = ACTIONS(1498), - [aux_sym_preferred_authentications_token1] = ACTIONS(1498), - [aux_sym_protocol_token1] = ACTIONS(1498), - [aux_sym_proxy_command_token1] = ACTIONS(1498), - [aux_sym_proxy_jump_token1] = ACTIONS(1498), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1498), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1498), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1498), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1498), - [aux_sym_rekey_limit_token1] = ACTIONS(1498), - [aux_sym_remote_command_token1] = ACTIONS(1498), - [aux_sym_remote_forward_token1] = ACTIONS(1498), - [aux_sym_request_tty_token1] = ACTIONS(1498), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1498), - [aux_sym_security_key_provider_token1] = ACTIONS(1498), - [aux_sym_send_env_token1] = ACTIONS(1498), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1498), - [aux_sym_server_alive_interval_token1] = ACTIONS(1498), - [aux_sym_session_type_token1] = ACTIONS(1498), - [aux_sym_set_env_token1] = ACTIONS(1498), - [aux_sym_stdin_null_token1] = ACTIONS(1498), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1498), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1498), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1498), - [aux_sym_syslog_facility_token1] = ACTIONS(1498), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1498), - [aux_sym_keep_alive_token1] = ACTIONS(1498), - [aux_sym_tunnel_token1] = ACTIONS(1500), - [aux_sym_tunnel_device_token1] = ACTIONS(1498), - [aux_sym_update_host_keys_token1] = ACTIONS(1498), - [aux_sym_use_keychain_token1] = ACTIONS(1498), - [aux_sym_use_roaming_token1] = ACTIONS(1498), - [aux_sym_user_token1] = ACTIONS(1500), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1498), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1498), - [aux_sym_visual_host_key_token1] = ACTIONS(1498), - [aux_sym_xauth_location_token1] = ACTIONS(1498), + [ts_builtin_sym_end] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(941), + [aux_sym_match_token1] = ACTIONS(939), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(939), + [aux_sym_address_family_token1] = ACTIONS(939), + [aux_sym_batch_mode_token1] = ACTIONS(939), + [aux_sym_bind_address_token1] = ACTIONS(939), + [aux_sym_bind_interface_token1] = ACTIONS(939), + [aux_sym_canonical_domains_token1] = ACTIONS(939), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(939), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(939), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(939), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(939), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(939), + [aux_sym_certificate_file_token1] = ACTIONS(939), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(939), + [aux_sym_check_host_ip_token1] = ACTIONS(939), + [aux_sym_ciphers_token1] = ACTIONS(939), + [aux_sym_cipher_token1] = ACTIONS(941), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(939), + [aux_sym_compression_token1] = ACTIONS(939), + [aux_sym_connection_attempts_token1] = ACTIONS(939), + [aux_sym_connect_timeout_token1] = ACTIONS(939), + [aux_sym_control_master_token1] = ACTIONS(939), + [aux_sym_control_path_token1] = ACTIONS(939), + [aux_sym_control_persist_token1] = ACTIONS(939), + [aux_sym_dynamic_forward_token1] = ACTIONS(939), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(939), + [aux_sym_escape_char_token1] = ACTIONS(939), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(939), + [aux_sym_fingerprint_hash_token1] = ACTIONS(939), + [aux_sym_fork_after_authentication_token1] = ACTIONS(939), + [aux_sym_forward_agent_token1] = ACTIONS(939), + [aux_sym_forward_x11_token1] = ACTIONS(941), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(939), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(939), + [aux_sym_gateway_ports_token1] = ACTIONS(939), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(939), + [aux_sym_gssapi_authentication_token1] = ACTIONS(939), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(939), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(939), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(939), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(939), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(939), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(939), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(939), + [aux_sym_hash_known_hosts_token1] = ACTIONS(939), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(939), + [aux_sym_hostbased_authentication_token1] = ACTIONS(939), + [aux_sym_host_key_algorithms_token1] = ACTIONS(939), + [aux_sym_host_key_alias_token1] = ACTIONS(939), + [aux_sym_hostname_token1] = ACTIONS(939), + [aux_sym_identities_only_token1] = ACTIONS(939), + [aux_sym_identity_agent_token1] = ACTIONS(939), + [aux_sym_identity_file_token1] = ACTIONS(939), + [aux_sym_ignore_unknown_token1] = ACTIONS(939), + [aux_sym_include_token1] = ACTIONS(939), + [aux_sym_ip_qos_token1] = ACTIONS(939), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(939), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(939), + [aux_sym_kex_algorithms_token1] = ACTIONS(939), + [aux_sym_known_hosts_command_token1] = ACTIONS(939), + [aux_sym_local_command_token1] = ACTIONS(939), + [aux_sym_local_forward_token1] = ACTIONS(939), + [aux_sym_log_level_token1] = ACTIONS(939), + [aux_sym_log_verbose_token1] = ACTIONS(939), + [aux_sym_macs_token1] = ACTIONS(939), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(939), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(939), + [aux_sym_password_authentication_token1] = ACTIONS(939), + [aux_sym_permit_local_command_token1] = ACTIONS(939), + [aux_sym_permit_remote_open_token1] = ACTIONS(939), + [aux_sym_pkcs11_provider_token1] = ACTIONS(939), + [aux_sym_port_token1] = ACTIONS(939), + [aux_sym_preferred_authentications_token1] = ACTIONS(939), + [aux_sym_protocol_token1] = ACTIONS(939), + [aux_sym_proxy_command_token1] = ACTIONS(939), + [aux_sym_proxy_jump_token1] = ACTIONS(939), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(939), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(939), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(939), + [aux_sym_pubkey_authentication_token1] = ACTIONS(939), + [aux_sym_rekey_limit_token1] = ACTIONS(939), + [aux_sym_remote_command_token1] = ACTIONS(939), + [aux_sym_remote_forward_token1] = ACTIONS(939), + [aux_sym_request_tty_token1] = ACTIONS(939), + [aux_sym_required_rsa_size_token1] = ACTIONS(939), + [aux_sym_revoked_host_keys_token1] = ACTIONS(939), + [aux_sym_security_key_provider_token1] = ACTIONS(939), + [aux_sym_send_env_token1] = ACTIONS(939), + [aux_sym_server_alive_count_max_token1] = ACTIONS(939), + [aux_sym_server_alive_interval_token1] = ACTIONS(939), + [aux_sym_session_type_token1] = ACTIONS(939), + [aux_sym_set_env_token1] = ACTIONS(939), + [aux_sym_stdin_null_token1] = ACTIONS(939), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(939), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(939), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(939), + [aux_sym_syslog_facility_token1] = ACTIONS(939), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(939), + [aux_sym_keep_alive_token1] = ACTIONS(939), + [aux_sym_tunnel_token1] = ACTIONS(941), + [aux_sym_tunnel_device_token1] = ACTIONS(939), + [aux_sym_update_host_keys_token1] = ACTIONS(939), + [aux_sym_use_keychain_token1] = ACTIONS(939), + [aux_sym_use_roaming_token1] = ACTIONS(939), + [aux_sym_user_token1] = ACTIONS(941), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(939), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(939), + [aux_sym_visual_host_key_token1] = ACTIONS(939), + [aux_sym_xauth_location_token1] = ACTIONS(939), }, [629] = { - [ts_builtin_sym_end] = ACTIONS(1312), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1314), - [aux_sym_match_token1] = ACTIONS(1312), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1312), - [aux_sym_address_family_token1] = ACTIONS(1312), - [aux_sym_batch_mode_token1] = ACTIONS(1312), - [aux_sym_bind_address_token1] = ACTIONS(1312), - [aux_sym_bind_interface_token1] = ACTIONS(1312), - [aux_sym_canonical_domains_token1] = ACTIONS(1312), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1312), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1312), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1312), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1312), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1312), - [aux_sym_certificate_file_token1] = ACTIONS(1312), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1312), - [aux_sym_check_host_ip_token1] = ACTIONS(1312), - [aux_sym_ciphers_token1] = ACTIONS(1312), - [aux_sym_cipher_token1] = ACTIONS(1314), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1312), - [aux_sym_compression_token1] = ACTIONS(1312), - [aux_sym_connection_attempts_token1] = ACTIONS(1312), - [aux_sym_connect_timeout_token1] = ACTIONS(1312), - [aux_sym_control_master_token1] = ACTIONS(1312), - [aux_sym_control_path_token1] = ACTIONS(1312), - [aux_sym_control_persist_token1] = ACTIONS(1312), - [aux_sym_dynamic_forward_token1] = ACTIONS(1312), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1312), - [aux_sym_escape_char_token1] = ACTIONS(1312), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1312), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1312), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1312), - [aux_sym_forward_agent_token1] = ACTIONS(1312), - [aux_sym_forward_x11_token1] = ACTIONS(1314), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1312), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1312), - [aux_sym_gateway_ports_token1] = ACTIONS(1312), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1312), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1312), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1312), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1312), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1312), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1312), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1312), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1312), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1312), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1312), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1312), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1312), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1312), - [aux_sym_host_key_alias_token1] = ACTIONS(1312), - [aux_sym_hostname_token1] = ACTIONS(1312), - [aux_sym_identities_only_token1] = ACTIONS(1312), - [aux_sym_identity_agent_token1] = ACTIONS(1312), - [aux_sym_identity_file_token1] = ACTIONS(1312), - [aux_sym_ignore_unknown_token1] = ACTIONS(1312), - [aux_sym_include_token1] = ACTIONS(1312), - [aux_sym_ip_qos_token1] = ACTIONS(1312), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1312), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1312), - [aux_sym_kex_algorithms_token1] = ACTIONS(1312), - [aux_sym_known_hosts_command_token1] = ACTIONS(1312), - [aux_sym_local_command_token1] = ACTIONS(1312), - [aux_sym_local_forward_token1] = ACTIONS(1312), - [aux_sym_log_level_token1] = ACTIONS(1312), - [aux_sym_log_verbose_token1] = ACTIONS(1312), - [aux_sym_macs_token1] = ACTIONS(1312), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1312), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1312), - [aux_sym_password_authentication_token1] = ACTIONS(1312), - [aux_sym_permit_local_command_token1] = ACTIONS(1312), - [aux_sym_permit_remote_open_token1] = ACTIONS(1312), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1312), - [aux_sym_port_token1] = ACTIONS(1312), - [aux_sym_preferred_authentications_token1] = ACTIONS(1312), - [aux_sym_protocol_token1] = ACTIONS(1312), - [aux_sym_proxy_command_token1] = ACTIONS(1312), - [aux_sym_proxy_jump_token1] = ACTIONS(1312), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1312), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1312), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1312), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1312), - [aux_sym_rekey_limit_token1] = ACTIONS(1312), - [aux_sym_remote_command_token1] = ACTIONS(1312), - [aux_sym_remote_forward_token1] = ACTIONS(1312), - [aux_sym_request_tty_token1] = ACTIONS(1312), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1312), - [aux_sym_security_key_provider_token1] = ACTIONS(1312), - [aux_sym_send_env_token1] = ACTIONS(1312), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1312), - [aux_sym_server_alive_interval_token1] = ACTIONS(1312), - [aux_sym_session_type_token1] = ACTIONS(1312), - [aux_sym_set_env_token1] = ACTIONS(1312), - [aux_sym_stdin_null_token1] = ACTIONS(1312), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1312), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1312), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1312), - [aux_sym_syslog_facility_token1] = ACTIONS(1312), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1312), - [aux_sym_keep_alive_token1] = ACTIONS(1312), - [aux_sym_tunnel_token1] = ACTIONS(1314), - [aux_sym_tunnel_device_token1] = ACTIONS(1312), - [aux_sym_update_host_keys_token1] = ACTIONS(1312), - [aux_sym_use_keychain_token1] = ACTIONS(1312), - [aux_sym_use_roaming_token1] = ACTIONS(1312), - [aux_sym_user_token1] = ACTIONS(1314), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1312), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1312), - [aux_sym_visual_host_key_token1] = ACTIONS(1312), - [aux_sym_xauth_location_token1] = ACTIONS(1312), + [ts_builtin_sym_end] = ACTIONS(945), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(947), + [aux_sym_match_token1] = ACTIONS(945), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(945), + [aux_sym_address_family_token1] = ACTIONS(945), + [aux_sym_batch_mode_token1] = ACTIONS(945), + [aux_sym_bind_address_token1] = ACTIONS(945), + [aux_sym_bind_interface_token1] = ACTIONS(945), + [aux_sym_canonical_domains_token1] = ACTIONS(945), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(945), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(945), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(945), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(945), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(945), + [aux_sym_certificate_file_token1] = ACTIONS(945), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(945), + [aux_sym_check_host_ip_token1] = ACTIONS(945), + [aux_sym_ciphers_token1] = ACTIONS(945), + [aux_sym_cipher_token1] = ACTIONS(947), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(945), + [aux_sym_compression_token1] = ACTIONS(945), + [aux_sym_connection_attempts_token1] = ACTIONS(945), + [aux_sym_connect_timeout_token1] = ACTIONS(945), + [aux_sym_control_master_token1] = ACTIONS(945), + [aux_sym_control_path_token1] = ACTIONS(945), + [aux_sym_control_persist_token1] = ACTIONS(945), + [aux_sym_dynamic_forward_token1] = ACTIONS(945), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(945), + [aux_sym_escape_char_token1] = ACTIONS(945), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(945), + [aux_sym_fingerprint_hash_token1] = ACTIONS(945), + [aux_sym_fork_after_authentication_token1] = ACTIONS(945), + [aux_sym_forward_agent_token1] = ACTIONS(945), + [aux_sym_forward_x11_token1] = ACTIONS(947), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(945), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(945), + [aux_sym_gateway_ports_token1] = ACTIONS(945), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(945), + [aux_sym_gssapi_authentication_token1] = ACTIONS(945), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(945), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(945), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(945), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(945), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(945), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(945), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(945), + [aux_sym_hash_known_hosts_token1] = ACTIONS(945), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(945), + [aux_sym_hostbased_authentication_token1] = ACTIONS(945), + [aux_sym_host_key_algorithms_token1] = ACTIONS(945), + [aux_sym_host_key_alias_token1] = ACTIONS(945), + [aux_sym_hostname_token1] = ACTIONS(945), + [aux_sym_identities_only_token1] = ACTIONS(945), + [aux_sym_identity_agent_token1] = ACTIONS(945), + [aux_sym_identity_file_token1] = ACTIONS(945), + [aux_sym_ignore_unknown_token1] = ACTIONS(945), + [aux_sym_include_token1] = ACTIONS(945), + [aux_sym_ip_qos_token1] = ACTIONS(945), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(945), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(945), + [aux_sym_kex_algorithms_token1] = ACTIONS(945), + [aux_sym_known_hosts_command_token1] = ACTIONS(945), + [aux_sym_local_command_token1] = ACTIONS(945), + [aux_sym_local_forward_token1] = ACTIONS(945), + [aux_sym_log_level_token1] = ACTIONS(945), + [aux_sym_log_verbose_token1] = ACTIONS(945), + [aux_sym_macs_token1] = ACTIONS(945), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(945), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(945), + [aux_sym_password_authentication_token1] = ACTIONS(945), + [aux_sym_permit_local_command_token1] = ACTIONS(945), + [aux_sym_permit_remote_open_token1] = ACTIONS(945), + [aux_sym_pkcs11_provider_token1] = ACTIONS(945), + [aux_sym_port_token1] = ACTIONS(945), + [aux_sym_preferred_authentications_token1] = ACTIONS(945), + [aux_sym_protocol_token1] = ACTIONS(945), + [aux_sym_proxy_command_token1] = ACTIONS(945), + [aux_sym_proxy_jump_token1] = ACTIONS(945), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(945), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(945), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(945), + [aux_sym_pubkey_authentication_token1] = ACTIONS(945), + [aux_sym_rekey_limit_token1] = ACTIONS(945), + [aux_sym_remote_command_token1] = ACTIONS(945), + [aux_sym_remote_forward_token1] = ACTIONS(945), + [aux_sym_request_tty_token1] = ACTIONS(945), + [aux_sym_required_rsa_size_token1] = ACTIONS(945), + [aux_sym_revoked_host_keys_token1] = ACTIONS(945), + [aux_sym_security_key_provider_token1] = ACTIONS(945), + [aux_sym_send_env_token1] = ACTIONS(945), + [aux_sym_server_alive_count_max_token1] = ACTIONS(945), + [aux_sym_server_alive_interval_token1] = ACTIONS(945), + [aux_sym_session_type_token1] = ACTIONS(945), + [aux_sym_set_env_token1] = ACTIONS(945), + [aux_sym_stdin_null_token1] = ACTIONS(945), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(945), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(945), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(945), + [aux_sym_syslog_facility_token1] = ACTIONS(945), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(945), + [aux_sym_keep_alive_token1] = ACTIONS(945), + [aux_sym_tunnel_token1] = ACTIONS(947), + [aux_sym_tunnel_device_token1] = ACTIONS(945), + [aux_sym_update_host_keys_token1] = ACTIONS(945), + [aux_sym_use_keychain_token1] = ACTIONS(945), + [aux_sym_use_roaming_token1] = ACTIONS(945), + [aux_sym_user_token1] = ACTIONS(947), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(945), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(945), + [aux_sym_visual_host_key_token1] = ACTIONS(945), + [aux_sym_xauth_location_token1] = ACTIONS(945), }, [630] = { - [ts_builtin_sym_end] = ACTIONS(1318), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1320), - [aux_sym_match_token1] = ACTIONS(1318), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1318), - [aux_sym_address_family_token1] = ACTIONS(1318), - [aux_sym_batch_mode_token1] = ACTIONS(1318), - [aux_sym_bind_address_token1] = ACTIONS(1318), - [aux_sym_bind_interface_token1] = ACTIONS(1318), - [aux_sym_canonical_domains_token1] = ACTIONS(1318), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1318), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1318), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1318), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1318), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1318), - [aux_sym_certificate_file_token1] = ACTIONS(1318), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1318), - [aux_sym_check_host_ip_token1] = ACTIONS(1318), - [aux_sym_ciphers_token1] = ACTIONS(1318), - [aux_sym_cipher_token1] = ACTIONS(1320), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1318), - [aux_sym_compression_token1] = ACTIONS(1318), - [aux_sym_connection_attempts_token1] = ACTIONS(1318), - [aux_sym_connect_timeout_token1] = ACTIONS(1318), - [aux_sym_control_master_token1] = ACTIONS(1318), - [aux_sym_control_path_token1] = ACTIONS(1318), - [aux_sym_control_persist_token1] = ACTIONS(1318), - [aux_sym_dynamic_forward_token1] = ACTIONS(1318), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1318), - [aux_sym_escape_char_token1] = ACTIONS(1318), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1318), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1318), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1318), - [aux_sym_forward_agent_token1] = ACTIONS(1318), - [aux_sym_forward_x11_token1] = ACTIONS(1320), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1318), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1318), - [aux_sym_gateway_ports_token1] = ACTIONS(1318), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1318), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1318), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1318), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1318), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1318), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1318), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1318), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1318), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1318), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1318), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1318), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1318), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1318), - [aux_sym_host_key_alias_token1] = ACTIONS(1318), - [aux_sym_hostname_token1] = ACTIONS(1318), - [aux_sym_identities_only_token1] = ACTIONS(1318), - [aux_sym_identity_agent_token1] = ACTIONS(1318), - [aux_sym_identity_file_token1] = ACTIONS(1318), - [aux_sym_ignore_unknown_token1] = ACTIONS(1318), - [aux_sym_include_token1] = ACTIONS(1318), - [aux_sym_ip_qos_token1] = ACTIONS(1318), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1318), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1318), - [aux_sym_kex_algorithms_token1] = ACTIONS(1318), - [aux_sym_known_hosts_command_token1] = ACTIONS(1318), - [aux_sym_local_command_token1] = ACTIONS(1318), - [aux_sym_local_forward_token1] = ACTIONS(1318), - [aux_sym_log_level_token1] = ACTIONS(1318), - [aux_sym_log_verbose_token1] = ACTIONS(1318), - [aux_sym_macs_token1] = ACTIONS(1318), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1318), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1318), - [aux_sym_password_authentication_token1] = ACTIONS(1318), - [aux_sym_permit_local_command_token1] = ACTIONS(1318), - [aux_sym_permit_remote_open_token1] = ACTIONS(1318), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1318), - [aux_sym_port_token1] = ACTIONS(1318), - [aux_sym_preferred_authentications_token1] = ACTIONS(1318), - [aux_sym_protocol_token1] = ACTIONS(1318), - [aux_sym_proxy_command_token1] = ACTIONS(1318), - [aux_sym_proxy_jump_token1] = ACTIONS(1318), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1318), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1318), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1318), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1318), - [aux_sym_rekey_limit_token1] = ACTIONS(1318), - [aux_sym_remote_command_token1] = ACTIONS(1318), - [aux_sym_remote_forward_token1] = ACTIONS(1318), - [aux_sym_request_tty_token1] = ACTIONS(1318), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1318), - [aux_sym_security_key_provider_token1] = ACTIONS(1318), - [aux_sym_send_env_token1] = ACTIONS(1318), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1318), - [aux_sym_server_alive_interval_token1] = ACTIONS(1318), - [aux_sym_session_type_token1] = ACTIONS(1318), - [aux_sym_set_env_token1] = ACTIONS(1318), - [aux_sym_stdin_null_token1] = ACTIONS(1318), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1318), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1318), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1318), - [aux_sym_syslog_facility_token1] = ACTIONS(1318), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1318), - [aux_sym_keep_alive_token1] = ACTIONS(1318), - [aux_sym_tunnel_token1] = ACTIONS(1320), - [aux_sym_tunnel_device_token1] = ACTIONS(1318), - [aux_sym_update_host_keys_token1] = ACTIONS(1318), - [aux_sym_use_keychain_token1] = ACTIONS(1318), - [aux_sym_use_roaming_token1] = ACTIONS(1318), - [aux_sym_user_token1] = ACTIONS(1320), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1318), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1318), - [aux_sym_visual_host_key_token1] = ACTIONS(1318), - [aux_sym_xauth_location_token1] = ACTIONS(1318), + [ts_builtin_sym_end] = ACTIONS(951), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(953), + [aux_sym_match_token1] = ACTIONS(951), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(951), + [aux_sym_address_family_token1] = ACTIONS(951), + [aux_sym_batch_mode_token1] = ACTIONS(951), + [aux_sym_bind_address_token1] = ACTIONS(951), + [aux_sym_bind_interface_token1] = ACTIONS(951), + [aux_sym_canonical_domains_token1] = ACTIONS(951), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(951), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(951), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(951), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(951), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(951), + [aux_sym_certificate_file_token1] = ACTIONS(951), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(951), + [aux_sym_check_host_ip_token1] = ACTIONS(951), + [aux_sym_ciphers_token1] = ACTIONS(951), + [aux_sym_cipher_token1] = ACTIONS(953), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(951), + [aux_sym_compression_token1] = ACTIONS(951), + [aux_sym_connection_attempts_token1] = ACTIONS(951), + [aux_sym_connect_timeout_token1] = ACTIONS(951), + [aux_sym_control_master_token1] = ACTIONS(951), + [aux_sym_control_path_token1] = ACTIONS(951), + [aux_sym_control_persist_token1] = ACTIONS(951), + [aux_sym_dynamic_forward_token1] = ACTIONS(951), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(951), + [aux_sym_escape_char_token1] = ACTIONS(951), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(951), + [aux_sym_fingerprint_hash_token1] = ACTIONS(951), + [aux_sym_fork_after_authentication_token1] = ACTIONS(951), + [aux_sym_forward_agent_token1] = ACTIONS(951), + [aux_sym_forward_x11_token1] = ACTIONS(953), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(951), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(951), + [aux_sym_gateway_ports_token1] = ACTIONS(951), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(951), + [aux_sym_gssapi_authentication_token1] = ACTIONS(951), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(951), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(951), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(951), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(951), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(951), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(951), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(951), + [aux_sym_hash_known_hosts_token1] = ACTIONS(951), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(951), + [aux_sym_hostbased_authentication_token1] = ACTIONS(951), + [aux_sym_host_key_algorithms_token1] = ACTIONS(951), + [aux_sym_host_key_alias_token1] = ACTIONS(951), + [aux_sym_hostname_token1] = ACTIONS(951), + [aux_sym_identities_only_token1] = ACTIONS(951), + [aux_sym_identity_agent_token1] = ACTIONS(951), + [aux_sym_identity_file_token1] = ACTIONS(951), + [aux_sym_ignore_unknown_token1] = ACTIONS(951), + [aux_sym_include_token1] = ACTIONS(951), + [aux_sym_ip_qos_token1] = ACTIONS(951), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(951), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(951), + [aux_sym_kex_algorithms_token1] = ACTIONS(951), + [aux_sym_known_hosts_command_token1] = ACTIONS(951), + [aux_sym_local_command_token1] = ACTIONS(951), + [aux_sym_local_forward_token1] = ACTIONS(951), + [aux_sym_log_level_token1] = ACTIONS(951), + [aux_sym_log_verbose_token1] = ACTIONS(951), + [aux_sym_macs_token1] = ACTIONS(951), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(951), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(951), + [aux_sym_password_authentication_token1] = ACTIONS(951), + [aux_sym_permit_local_command_token1] = ACTIONS(951), + [aux_sym_permit_remote_open_token1] = ACTIONS(951), + [aux_sym_pkcs11_provider_token1] = ACTIONS(951), + [aux_sym_port_token1] = ACTIONS(951), + [aux_sym_preferred_authentications_token1] = ACTIONS(951), + [aux_sym_protocol_token1] = ACTIONS(951), + [aux_sym_proxy_command_token1] = ACTIONS(951), + [aux_sym_proxy_jump_token1] = ACTIONS(951), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(951), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(951), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(951), + [aux_sym_pubkey_authentication_token1] = ACTIONS(951), + [aux_sym_rekey_limit_token1] = ACTIONS(951), + [aux_sym_remote_command_token1] = ACTIONS(951), + [aux_sym_remote_forward_token1] = ACTIONS(951), + [aux_sym_request_tty_token1] = ACTIONS(951), + [aux_sym_required_rsa_size_token1] = ACTIONS(951), + [aux_sym_revoked_host_keys_token1] = ACTIONS(951), + [aux_sym_security_key_provider_token1] = ACTIONS(951), + [aux_sym_send_env_token1] = ACTIONS(951), + [aux_sym_server_alive_count_max_token1] = ACTIONS(951), + [aux_sym_server_alive_interval_token1] = ACTIONS(951), + [aux_sym_session_type_token1] = ACTIONS(951), + [aux_sym_set_env_token1] = ACTIONS(951), + [aux_sym_stdin_null_token1] = ACTIONS(951), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(951), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(951), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(951), + [aux_sym_syslog_facility_token1] = ACTIONS(951), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(951), + [aux_sym_keep_alive_token1] = ACTIONS(951), + [aux_sym_tunnel_token1] = ACTIONS(953), + [aux_sym_tunnel_device_token1] = ACTIONS(951), + [aux_sym_update_host_keys_token1] = ACTIONS(951), + [aux_sym_use_keychain_token1] = ACTIONS(951), + [aux_sym_use_roaming_token1] = ACTIONS(951), + [aux_sym_user_token1] = ACTIONS(953), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(951), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(951), + [aux_sym_visual_host_key_token1] = ACTIONS(951), + [aux_sym_xauth_location_token1] = ACTIONS(951), }, [631] = { - [ts_builtin_sym_end] = ACTIONS(760), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(762), - [aux_sym_match_token1] = ACTIONS(760), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(760), - [aux_sym_address_family_token1] = ACTIONS(760), - [aux_sym_batch_mode_token1] = ACTIONS(760), - [aux_sym_bind_address_token1] = ACTIONS(760), - [aux_sym_bind_interface_token1] = ACTIONS(760), - [aux_sym_canonical_domains_token1] = ACTIONS(760), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(760), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(760), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(760), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(760), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(760), - [aux_sym_certificate_file_token1] = ACTIONS(760), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(760), - [aux_sym_check_host_ip_token1] = ACTIONS(760), - [aux_sym_ciphers_token1] = ACTIONS(760), - [aux_sym_cipher_token1] = ACTIONS(762), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(760), - [aux_sym_compression_token1] = ACTIONS(760), - [aux_sym_connection_attempts_token1] = ACTIONS(760), - [aux_sym_connect_timeout_token1] = ACTIONS(760), - [aux_sym_control_master_token1] = ACTIONS(760), - [aux_sym_control_path_token1] = ACTIONS(760), - [aux_sym_control_persist_token1] = ACTIONS(760), - [aux_sym_dynamic_forward_token1] = ACTIONS(760), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(760), - [aux_sym_escape_char_token1] = ACTIONS(760), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(760), - [aux_sym_fingerprint_hash_token1] = ACTIONS(760), - [aux_sym_fork_after_authentication_token1] = ACTIONS(760), - [aux_sym_forward_agent_token1] = ACTIONS(760), - [aux_sym_forward_x11_token1] = ACTIONS(762), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(760), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(760), - [aux_sym_gateway_ports_token1] = ACTIONS(760), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(760), - [aux_sym_gssapi_authentication_token1] = ACTIONS(760), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(760), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(760), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(760), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(760), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(760), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(760), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(760), - [aux_sym_hash_known_hosts_token1] = ACTIONS(760), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(760), - [aux_sym_hostbased_authentication_token1] = ACTIONS(760), - [aux_sym_host_key_algorithms_token1] = ACTIONS(760), - [aux_sym_host_key_alias_token1] = ACTIONS(760), - [aux_sym_hostname_token1] = ACTIONS(760), - [aux_sym_identities_only_token1] = ACTIONS(760), - [aux_sym_identity_agent_token1] = ACTIONS(760), - [aux_sym_identity_file_token1] = ACTIONS(760), - [aux_sym_ignore_unknown_token1] = ACTIONS(760), - [aux_sym_include_token1] = ACTIONS(760), - [aux_sym_ip_qos_token1] = ACTIONS(760), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(760), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(760), - [aux_sym_kex_algorithms_token1] = ACTIONS(760), - [aux_sym_known_hosts_command_token1] = ACTIONS(760), - [aux_sym_local_command_token1] = ACTIONS(760), - [aux_sym_local_forward_token1] = ACTIONS(760), - [aux_sym_log_level_token1] = ACTIONS(760), - [aux_sym_log_verbose_token1] = ACTIONS(760), - [aux_sym_macs_token1] = ACTIONS(760), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(760), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(760), - [aux_sym_password_authentication_token1] = ACTIONS(760), - [aux_sym_permit_local_command_token1] = ACTIONS(760), - [aux_sym_permit_remote_open_token1] = ACTIONS(760), - [aux_sym_pkcs11_provider_token1] = ACTIONS(760), - [aux_sym_port_token1] = ACTIONS(760), - [aux_sym_preferred_authentications_token1] = ACTIONS(760), - [aux_sym_protocol_token1] = ACTIONS(760), - [aux_sym_proxy_command_token1] = ACTIONS(760), - [aux_sym_proxy_jump_token1] = ACTIONS(760), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(760), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(760), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(760), - [aux_sym_pubkey_authentication_token1] = ACTIONS(760), - [aux_sym_rekey_limit_token1] = ACTIONS(760), - [aux_sym_remote_command_token1] = ACTIONS(760), - [aux_sym_remote_forward_token1] = ACTIONS(760), - [aux_sym_request_tty_token1] = ACTIONS(760), - [aux_sym_revoked_host_keys_token1] = ACTIONS(760), - [aux_sym_security_key_provider_token1] = ACTIONS(760), - [aux_sym_send_env_token1] = ACTIONS(760), - [aux_sym_server_alive_count_max_token1] = ACTIONS(760), - [aux_sym_server_alive_interval_token1] = ACTIONS(760), - [aux_sym_session_type_token1] = ACTIONS(760), - [aux_sym_set_env_token1] = ACTIONS(760), - [aux_sym_stdin_null_token1] = ACTIONS(760), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(760), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(760), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(760), - [aux_sym_syslog_facility_token1] = ACTIONS(760), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(760), - [aux_sym_keep_alive_token1] = ACTIONS(760), - [aux_sym_tunnel_token1] = ACTIONS(762), - [aux_sym_tunnel_device_token1] = ACTIONS(760), - [aux_sym_update_host_keys_token1] = ACTIONS(760), - [aux_sym_use_keychain_token1] = ACTIONS(760), - [aux_sym_use_roaming_token1] = ACTIONS(760), - [aux_sym_user_token1] = ACTIONS(762), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(760), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(760), - [aux_sym_visual_host_key_token1] = ACTIONS(760), - [aux_sym_xauth_location_token1] = ACTIONS(760), + [ts_builtin_sym_end] = ACTIONS(957), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(959), + [aux_sym_match_token1] = ACTIONS(957), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(957), + [aux_sym_address_family_token1] = ACTIONS(957), + [aux_sym_batch_mode_token1] = ACTIONS(957), + [aux_sym_bind_address_token1] = ACTIONS(957), + [aux_sym_bind_interface_token1] = ACTIONS(957), + [aux_sym_canonical_domains_token1] = ACTIONS(957), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(957), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(957), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(957), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(957), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(957), + [aux_sym_certificate_file_token1] = ACTIONS(957), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(957), + [aux_sym_check_host_ip_token1] = ACTIONS(957), + [aux_sym_ciphers_token1] = ACTIONS(957), + [aux_sym_cipher_token1] = ACTIONS(959), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(957), + [aux_sym_compression_token1] = ACTIONS(957), + [aux_sym_connection_attempts_token1] = ACTIONS(957), + [aux_sym_connect_timeout_token1] = ACTIONS(957), + [aux_sym_control_master_token1] = ACTIONS(957), + [aux_sym_control_path_token1] = ACTIONS(957), + [aux_sym_control_persist_token1] = ACTIONS(957), + [aux_sym_dynamic_forward_token1] = ACTIONS(957), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(957), + [aux_sym_escape_char_token1] = ACTIONS(957), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(957), + [aux_sym_fingerprint_hash_token1] = ACTIONS(957), + [aux_sym_fork_after_authentication_token1] = ACTIONS(957), + [aux_sym_forward_agent_token1] = ACTIONS(957), + [aux_sym_forward_x11_token1] = ACTIONS(959), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(957), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(957), + [aux_sym_gateway_ports_token1] = ACTIONS(957), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(957), + [aux_sym_gssapi_authentication_token1] = ACTIONS(957), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(957), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(957), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(957), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(957), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(957), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(957), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(957), + [aux_sym_hash_known_hosts_token1] = ACTIONS(957), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(957), + [aux_sym_hostbased_authentication_token1] = ACTIONS(957), + [aux_sym_host_key_algorithms_token1] = ACTIONS(957), + [aux_sym_host_key_alias_token1] = ACTIONS(957), + [aux_sym_hostname_token1] = ACTIONS(957), + [aux_sym_identities_only_token1] = ACTIONS(957), + [aux_sym_identity_agent_token1] = ACTIONS(957), + [aux_sym_identity_file_token1] = ACTIONS(957), + [aux_sym_ignore_unknown_token1] = ACTIONS(957), + [aux_sym_include_token1] = ACTIONS(957), + [aux_sym_ip_qos_token1] = ACTIONS(957), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(957), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(957), + [aux_sym_kex_algorithms_token1] = ACTIONS(957), + [aux_sym_known_hosts_command_token1] = ACTIONS(957), + [aux_sym_local_command_token1] = ACTIONS(957), + [aux_sym_local_forward_token1] = ACTIONS(957), + [aux_sym_log_level_token1] = ACTIONS(957), + [aux_sym_log_verbose_token1] = ACTIONS(957), + [aux_sym_macs_token1] = ACTIONS(957), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(957), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(957), + [aux_sym_password_authentication_token1] = ACTIONS(957), + [aux_sym_permit_local_command_token1] = ACTIONS(957), + [aux_sym_permit_remote_open_token1] = ACTIONS(957), + [aux_sym_pkcs11_provider_token1] = ACTIONS(957), + [aux_sym_port_token1] = ACTIONS(957), + [aux_sym_preferred_authentications_token1] = ACTIONS(957), + [aux_sym_protocol_token1] = ACTIONS(957), + [aux_sym_proxy_command_token1] = ACTIONS(957), + [aux_sym_proxy_jump_token1] = ACTIONS(957), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(957), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(957), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(957), + [aux_sym_pubkey_authentication_token1] = ACTIONS(957), + [aux_sym_rekey_limit_token1] = ACTIONS(957), + [aux_sym_remote_command_token1] = ACTIONS(957), + [aux_sym_remote_forward_token1] = ACTIONS(957), + [aux_sym_request_tty_token1] = ACTIONS(957), + [aux_sym_required_rsa_size_token1] = ACTIONS(957), + [aux_sym_revoked_host_keys_token1] = ACTIONS(957), + [aux_sym_security_key_provider_token1] = ACTIONS(957), + [aux_sym_send_env_token1] = ACTIONS(957), + [aux_sym_server_alive_count_max_token1] = ACTIONS(957), + [aux_sym_server_alive_interval_token1] = ACTIONS(957), + [aux_sym_session_type_token1] = ACTIONS(957), + [aux_sym_set_env_token1] = ACTIONS(957), + [aux_sym_stdin_null_token1] = ACTIONS(957), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(957), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(957), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(957), + [aux_sym_syslog_facility_token1] = ACTIONS(957), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(957), + [aux_sym_keep_alive_token1] = ACTIONS(957), + [aux_sym_tunnel_token1] = ACTIONS(959), + [aux_sym_tunnel_device_token1] = ACTIONS(957), + [aux_sym_update_host_keys_token1] = ACTIONS(957), + [aux_sym_use_keychain_token1] = ACTIONS(957), + [aux_sym_use_roaming_token1] = ACTIONS(957), + [aux_sym_user_token1] = ACTIONS(959), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(957), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(957), + [aux_sym_visual_host_key_token1] = ACTIONS(957), + [aux_sym_xauth_location_token1] = ACTIONS(957), }, [632] = { - [ts_builtin_sym_end] = ACTIONS(3378), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3380), - [aux_sym_match_token1] = ACTIONS(3378), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3378), - [aux_sym_address_family_token1] = ACTIONS(3378), - [aux_sym_batch_mode_token1] = ACTIONS(3378), - [aux_sym_bind_address_token1] = ACTIONS(3378), - [aux_sym_bind_interface_token1] = ACTIONS(3378), - [aux_sym_canonical_domains_token1] = ACTIONS(3378), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3378), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3378), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3378), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3378), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3378), - [aux_sym_certificate_file_token1] = ACTIONS(3378), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3378), - [aux_sym_check_host_ip_token1] = ACTIONS(3378), - [aux_sym_ciphers_token1] = ACTIONS(3378), - [aux_sym_cipher_token1] = ACTIONS(3380), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3378), - [aux_sym_compression_token1] = ACTIONS(3378), - [aux_sym_connection_attempts_token1] = ACTIONS(3378), - [aux_sym_connect_timeout_token1] = ACTIONS(3378), - [aux_sym_control_master_token1] = ACTIONS(3378), - [aux_sym_control_path_token1] = ACTIONS(3378), - [aux_sym_control_persist_token1] = ACTIONS(3378), - [aux_sym_dynamic_forward_token1] = ACTIONS(3378), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3378), - [aux_sym_escape_char_token1] = ACTIONS(3378), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3378), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3378), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3378), - [aux_sym_forward_agent_token1] = ACTIONS(3378), - [aux_sym_forward_x11_token1] = ACTIONS(3380), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3378), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3378), - [aux_sym_gateway_ports_token1] = ACTIONS(3378), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3378), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3378), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3378), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3378), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3378), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3378), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3378), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3378), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3378), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3378), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3378), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3378), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3378), - [aux_sym_host_key_alias_token1] = ACTIONS(3378), - [aux_sym_hostname_token1] = ACTIONS(3378), - [aux_sym_identities_only_token1] = ACTIONS(3378), - [aux_sym_identity_agent_token1] = ACTIONS(3378), - [aux_sym_identity_file_token1] = ACTIONS(3378), - [aux_sym_ignore_unknown_token1] = ACTIONS(3378), - [aux_sym_include_token1] = ACTIONS(3378), - [aux_sym_ip_qos_token1] = ACTIONS(3378), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3378), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3378), - [aux_sym_kex_algorithms_token1] = ACTIONS(3378), - [aux_sym_known_hosts_command_token1] = ACTIONS(3378), - [aux_sym_local_command_token1] = ACTIONS(3378), - [aux_sym_local_forward_token1] = ACTIONS(3378), - [aux_sym_log_level_token1] = ACTIONS(3378), - [aux_sym_log_verbose_token1] = ACTIONS(3378), - [aux_sym_macs_token1] = ACTIONS(3378), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3378), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3378), - [aux_sym_password_authentication_token1] = ACTIONS(3378), - [aux_sym_permit_local_command_token1] = ACTIONS(3378), - [aux_sym_permit_remote_open_token1] = ACTIONS(3378), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3378), - [aux_sym_port_token1] = ACTIONS(3378), - [aux_sym_preferred_authentications_token1] = ACTIONS(3378), - [aux_sym_protocol_token1] = ACTIONS(3378), - [aux_sym_proxy_command_token1] = ACTIONS(3378), - [aux_sym_proxy_jump_token1] = ACTIONS(3378), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3378), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3378), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3378), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3378), - [aux_sym_rekey_limit_token1] = ACTIONS(3378), - [aux_sym_remote_command_token1] = ACTIONS(3378), - [aux_sym_remote_forward_token1] = ACTIONS(3378), - [aux_sym_request_tty_token1] = ACTIONS(3378), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3378), - [aux_sym_security_key_provider_token1] = ACTIONS(3378), - [aux_sym_send_env_token1] = ACTIONS(3378), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3378), - [aux_sym_server_alive_interval_token1] = ACTIONS(3378), - [aux_sym_session_type_token1] = ACTIONS(3378), - [aux_sym_set_env_token1] = ACTIONS(3378), - [aux_sym_stdin_null_token1] = ACTIONS(3378), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3378), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3378), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3378), - [aux_sym_syslog_facility_token1] = ACTIONS(3378), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3378), - [aux_sym_keep_alive_token1] = ACTIONS(3378), - [aux_sym_tunnel_token1] = ACTIONS(3380), - [aux_sym_tunnel_device_token1] = ACTIONS(3378), - [aux_sym_update_host_keys_token1] = ACTIONS(3378), - [aux_sym_use_keychain_token1] = ACTIONS(3378), - [aux_sym_use_roaming_token1] = ACTIONS(3378), - [aux_sym_user_token1] = ACTIONS(3380), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3378), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3378), - [aux_sym_visual_host_key_token1] = ACTIONS(3378), - [aux_sym_xauth_location_token1] = ACTIONS(3378), + [ts_builtin_sym_end] = ACTIONS(963), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(965), + [aux_sym_match_token1] = ACTIONS(963), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(963), + [aux_sym_address_family_token1] = ACTIONS(963), + [aux_sym_batch_mode_token1] = ACTIONS(963), + [aux_sym_bind_address_token1] = ACTIONS(963), + [aux_sym_bind_interface_token1] = ACTIONS(963), + [aux_sym_canonical_domains_token1] = ACTIONS(963), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(963), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(963), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(963), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(963), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(963), + [aux_sym_certificate_file_token1] = ACTIONS(963), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(963), + [aux_sym_check_host_ip_token1] = ACTIONS(963), + [aux_sym_ciphers_token1] = ACTIONS(963), + [aux_sym_cipher_token1] = ACTIONS(965), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(963), + [aux_sym_compression_token1] = ACTIONS(963), + [aux_sym_connection_attempts_token1] = ACTIONS(963), + [aux_sym_connect_timeout_token1] = ACTIONS(963), + [aux_sym_control_master_token1] = ACTIONS(963), + [aux_sym_control_path_token1] = ACTIONS(963), + [aux_sym_control_persist_token1] = ACTIONS(963), + [aux_sym_dynamic_forward_token1] = ACTIONS(963), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(963), + [aux_sym_escape_char_token1] = ACTIONS(963), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(963), + [aux_sym_fingerprint_hash_token1] = ACTIONS(963), + [aux_sym_fork_after_authentication_token1] = ACTIONS(963), + [aux_sym_forward_agent_token1] = ACTIONS(963), + [aux_sym_forward_x11_token1] = ACTIONS(965), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(963), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(963), + [aux_sym_gateway_ports_token1] = ACTIONS(963), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(963), + [aux_sym_gssapi_authentication_token1] = ACTIONS(963), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(963), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(963), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(963), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(963), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(963), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(963), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(963), + [aux_sym_hash_known_hosts_token1] = ACTIONS(963), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(963), + [aux_sym_hostbased_authentication_token1] = ACTIONS(963), + [aux_sym_host_key_algorithms_token1] = ACTIONS(963), + [aux_sym_host_key_alias_token1] = ACTIONS(963), + [aux_sym_hostname_token1] = ACTIONS(963), + [aux_sym_identities_only_token1] = ACTIONS(963), + [aux_sym_identity_agent_token1] = ACTIONS(963), + [aux_sym_identity_file_token1] = ACTIONS(963), + [aux_sym_ignore_unknown_token1] = ACTIONS(963), + [aux_sym_include_token1] = ACTIONS(963), + [aux_sym_ip_qos_token1] = ACTIONS(963), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(963), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(963), + [aux_sym_kex_algorithms_token1] = ACTIONS(963), + [aux_sym_known_hosts_command_token1] = ACTIONS(963), + [aux_sym_local_command_token1] = ACTIONS(963), + [aux_sym_local_forward_token1] = ACTIONS(963), + [aux_sym_log_level_token1] = ACTIONS(963), + [aux_sym_log_verbose_token1] = ACTIONS(963), + [aux_sym_macs_token1] = ACTIONS(963), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(963), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(963), + [aux_sym_password_authentication_token1] = ACTIONS(963), + [aux_sym_permit_local_command_token1] = ACTIONS(963), + [aux_sym_permit_remote_open_token1] = ACTIONS(963), + [aux_sym_pkcs11_provider_token1] = ACTIONS(963), + [aux_sym_port_token1] = ACTIONS(963), + [aux_sym_preferred_authentications_token1] = ACTIONS(963), + [aux_sym_protocol_token1] = ACTIONS(963), + [aux_sym_proxy_command_token1] = ACTIONS(963), + [aux_sym_proxy_jump_token1] = ACTIONS(963), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(963), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(963), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(963), + [aux_sym_pubkey_authentication_token1] = ACTIONS(963), + [aux_sym_rekey_limit_token1] = ACTIONS(963), + [aux_sym_remote_command_token1] = ACTIONS(963), + [aux_sym_remote_forward_token1] = ACTIONS(963), + [aux_sym_request_tty_token1] = ACTIONS(963), + [aux_sym_required_rsa_size_token1] = ACTIONS(963), + [aux_sym_revoked_host_keys_token1] = ACTIONS(963), + [aux_sym_security_key_provider_token1] = ACTIONS(963), + [aux_sym_send_env_token1] = ACTIONS(963), + [aux_sym_server_alive_count_max_token1] = ACTIONS(963), + [aux_sym_server_alive_interval_token1] = ACTIONS(963), + [aux_sym_session_type_token1] = ACTIONS(963), + [aux_sym_set_env_token1] = ACTIONS(963), + [aux_sym_stdin_null_token1] = ACTIONS(963), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(963), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(963), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(963), + [aux_sym_syslog_facility_token1] = ACTIONS(963), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(963), + [aux_sym_keep_alive_token1] = ACTIONS(963), + [aux_sym_tunnel_token1] = ACTIONS(965), + [aux_sym_tunnel_device_token1] = ACTIONS(963), + [aux_sym_update_host_keys_token1] = ACTIONS(963), + [aux_sym_use_keychain_token1] = ACTIONS(963), + [aux_sym_use_roaming_token1] = ACTIONS(963), + [aux_sym_user_token1] = ACTIONS(965), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(963), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(963), + [aux_sym_visual_host_key_token1] = ACTIONS(963), + [aux_sym_xauth_location_token1] = ACTIONS(963), }, [633] = { - [ts_builtin_sym_end] = ACTIONS(952), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(954), - [aux_sym_match_token1] = ACTIONS(952), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(952), - [aux_sym_address_family_token1] = ACTIONS(952), - [aux_sym_batch_mode_token1] = ACTIONS(952), - [aux_sym_bind_address_token1] = ACTIONS(952), - [aux_sym_bind_interface_token1] = ACTIONS(952), - [aux_sym_canonical_domains_token1] = ACTIONS(952), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(952), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(952), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(952), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(952), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(952), - [aux_sym_certificate_file_token1] = ACTIONS(952), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(952), - [aux_sym_check_host_ip_token1] = ACTIONS(952), - [aux_sym_ciphers_token1] = ACTIONS(952), - [aux_sym_cipher_token1] = ACTIONS(954), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(952), - [aux_sym_compression_token1] = ACTIONS(952), - [aux_sym_connection_attempts_token1] = ACTIONS(952), - [aux_sym_connect_timeout_token1] = ACTIONS(952), - [aux_sym_control_master_token1] = ACTIONS(952), - [aux_sym_control_path_token1] = ACTIONS(952), - [aux_sym_control_persist_token1] = ACTIONS(952), - [aux_sym_dynamic_forward_token1] = ACTIONS(952), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(952), - [aux_sym_escape_char_token1] = ACTIONS(952), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(952), - [aux_sym_fingerprint_hash_token1] = ACTIONS(952), - [aux_sym_fork_after_authentication_token1] = ACTIONS(952), - [aux_sym_forward_agent_token1] = ACTIONS(952), - [aux_sym_forward_x11_token1] = ACTIONS(954), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(952), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(952), - [aux_sym_gateway_ports_token1] = ACTIONS(952), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(952), - [aux_sym_gssapi_authentication_token1] = ACTIONS(952), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(952), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(952), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(952), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(952), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(952), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(952), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(952), - [aux_sym_hash_known_hosts_token1] = ACTIONS(952), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(952), - [aux_sym_hostbased_authentication_token1] = ACTIONS(952), - [aux_sym_host_key_algorithms_token1] = ACTIONS(952), - [aux_sym_host_key_alias_token1] = ACTIONS(952), - [aux_sym_hostname_token1] = ACTIONS(952), - [aux_sym_identities_only_token1] = ACTIONS(952), - [aux_sym_identity_agent_token1] = ACTIONS(952), - [aux_sym_identity_file_token1] = ACTIONS(952), - [aux_sym_ignore_unknown_token1] = ACTIONS(952), - [aux_sym_include_token1] = ACTIONS(952), - [aux_sym_ip_qos_token1] = ACTIONS(952), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(952), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(952), - [aux_sym_kex_algorithms_token1] = ACTIONS(952), - [aux_sym_known_hosts_command_token1] = ACTIONS(952), - [aux_sym_local_command_token1] = ACTIONS(952), - [aux_sym_local_forward_token1] = ACTIONS(952), - [aux_sym_log_level_token1] = ACTIONS(952), - [aux_sym_log_verbose_token1] = ACTIONS(952), - [aux_sym_macs_token1] = ACTIONS(952), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(952), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(952), - [aux_sym_password_authentication_token1] = ACTIONS(952), - [aux_sym_permit_local_command_token1] = ACTIONS(952), - [aux_sym_permit_remote_open_token1] = ACTIONS(952), - [aux_sym_pkcs11_provider_token1] = ACTIONS(952), - [aux_sym_port_token1] = ACTIONS(952), - [aux_sym_preferred_authentications_token1] = ACTIONS(952), - [aux_sym_protocol_token1] = ACTIONS(952), - [aux_sym_proxy_command_token1] = ACTIONS(952), - [aux_sym_proxy_jump_token1] = ACTIONS(952), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(952), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(952), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(952), - [aux_sym_pubkey_authentication_token1] = ACTIONS(952), - [aux_sym_rekey_limit_token1] = ACTIONS(952), - [aux_sym_remote_command_token1] = ACTIONS(952), - [aux_sym_remote_forward_token1] = ACTIONS(952), - [aux_sym_request_tty_token1] = ACTIONS(952), - [aux_sym_revoked_host_keys_token1] = ACTIONS(952), - [aux_sym_security_key_provider_token1] = ACTIONS(952), - [aux_sym_send_env_token1] = ACTIONS(952), - [aux_sym_server_alive_count_max_token1] = ACTIONS(952), - [aux_sym_server_alive_interval_token1] = ACTIONS(952), - [aux_sym_session_type_token1] = ACTIONS(952), - [aux_sym_set_env_token1] = ACTIONS(952), - [aux_sym_stdin_null_token1] = ACTIONS(952), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(952), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(952), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(952), - [aux_sym_syslog_facility_token1] = ACTIONS(952), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(952), - [aux_sym_keep_alive_token1] = ACTIONS(952), - [aux_sym_tunnel_token1] = ACTIONS(954), - [aux_sym_tunnel_device_token1] = ACTIONS(952), - [aux_sym_update_host_keys_token1] = ACTIONS(952), - [aux_sym_use_keychain_token1] = ACTIONS(952), - [aux_sym_use_roaming_token1] = ACTIONS(952), - [aux_sym_user_token1] = ACTIONS(954), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(952), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(952), - [aux_sym_visual_host_key_token1] = ACTIONS(952), - [aux_sym_xauth_location_token1] = ACTIONS(952), + [ts_builtin_sym_end] = ACTIONS(969), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(971), + [aux_sym_match_token1] = ACTIONS(969), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(969), + [aux_sym_address_family_token1] = ACTIONS(969), + [aux_sym_batch_mode_token1] = ACTIONS(969), + [aux_sym_bind_address_token1] = ACTIONS(969), + [aux_sym_bind_interface_token1] = ACTIONS(969), + [aux_sym_canonical_domains_token1] = ACTIONS(969), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(969), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(969), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(969), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(969), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(969), + [aux_sym_certificate_file_token1] = ACTIONS(969), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(969), + [aux_sym_check_host_ip_token1] = ACTIONS(969), + [aux_sym_ciphers_token1] = ACTIONS(969), + [aux_sym_cipher_token1] = ACTIONS(971), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(969), + [aux_sym_compression_token1] = ACTIONS(969), + [aux_sym_connection_attempts_token1] = ACTIONS(969), + [aux_sym_connect_timeout_token1] = ACTIONS(969), + [aux_sym_control_master_token1] = ACTIONS(969), + [aux_sym_control_path_token1] = ACTIONS(969), + [aux_sym_control_persist_token1] = ACTIONS(969), + [aux_sym_dynamic_forward_token1] = ACTIONS(969), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(969), + [aux_sym_escape_char_token1] = ACTIONS(969), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(969), + [aux_sym_fingerprint_hash_token1] = ACTIONS(969), + [aux_sym_fork_after_authentication_token1] = ACTIONS(969), + [aux_sym_forward_agent_token1] = ACTIONS(969), + [aux_sym_forward_x11_token1] = ACTIONS(971), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(969), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(969), + [aux_sym_gateway_ports_token1] = ACTIONS(969), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(969), + [aux_sym_gssapi_authentication_token1] = ACTIONS(969), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(969), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(969), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(969), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(969), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(969), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(969), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(969), + [aux_sym_hash_known_hosts_token1] = ACTIONS(969), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(969), + [aux_sym_hostbased_authentication_token1] = ACTIONS(969), + [aux_sym_host_key_algorithms_token1] = ACTIONS(969), + [aux_sym_host_key_alias_token1] = ACTIONS(969), + [aux_sym_hostname_token1] = ACTIONS(969), + [aux_sym_identities_only_token1] = ACTIONS(969), + [aux_sym_identity_agent_token1] = ACTIONS(969), + [aux_sym_identity_file_token1] = ACTIONS(969), + [aux_sym_ignore_unknown_token1] = ACTIONS(969), + [aux_sym_include_token1] = ACTIONS(969), + [aux_sym_ip_qos_token1] = ACTIONS(969), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(969), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(969), + [aux_sym_kex_algorithms_token1] = ACTIONS(969), + [aux_sym_known_hosts_command_token1] = ACTIONS(969), + [aux_sym_local_command_token1] = ACTIONS(969), + [aux_sym_local_forward_token1] = ACTIONS(969), + [aux_sym_log_level_token1] = ACTIONS(969), + [aux_sym_log_verbose_token1] = ACTIONS(969), + [aux_sym_macs_token1] = ACTIONS(969), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(969), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(969), + [aux_sym_password_authentication_token1] = ACTIONS(969), + [aux_sym_permit_local_command_token1] = ACTIONS(969), + [aux_sym_permit_remote_open_token1] = ACTIONS(969), + [aux_sym_pkcs11_provider_token1] = ACTIONS(969), + [aux_sym_port_token1] = ACTIONS(969), + [aux_sym_preferred_authentications_token1] = ACTIONS(969), + [aux_sym_protocol_token1] = ACTIONS(969), + [aux_sym_proxy_command_token1] = ACTIONS(969), + [aux_sym_proxy_jump_token1] = ACTIONS(969), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(969), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(969), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(969), + [aux_sym_pubkey_authentication_token1] = ACTIONS(969), + [aux_sym_rekey_limit_token1] = ACTIONS(969), + [aux_sym_remote_command_token1] = ACTIONS(969), + [aux_sym_remote_forward_token1] = ACTIONS(969), + [aux_sym_request_tty_token1] = ACTIONS(969), + [aux_sym_required_rsa_size_token1] = ACTIONS(969), + [aux_sym_revoked_host_keys_token1] = ACTIONS(969), + [aux_sym_security_key_provider_token1] = ACTIONS(969), + [aux_sym_send_env_token1] = ACTIONS(969), + [aux_sym_server_alive_count_max_token1] = ACTIONS(969), + [aux_sym_server_alive_interval_token1] = ACTIONS(969), + [aux_sym_session_type_token1] = ACTIONS(969), + [aux_sym_set_env_token1] = ACTIONS(969), + [aux_sym_stdin_null_token1] = ACTIONS(969), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(969), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(969), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(969), + [aux_sym_syslog_facility_token1] = ACTIONS(969), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(969), + [aux_sym_keep_alive_token1] = ACTIONS(969), + [aux_sym_tunnel_token1] = ACTIONS(971), + [aux_sym_tunnel_device_token1] = ACTIONS(969), + [aux_sym_update_host_keys_token1] = ACTIONS(969), + [aux_sym_use_keychain_token1] = ACTIONS(969), + [aux_sym_use_roaming_token1] = ACTIONS(969), + [aux_sym_user_token1] = ACTIONS(971), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(969), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(969), + [aux_sym_visual_host_key_token1] = ACTIONS(969), + [aux_sym_xauth_location_token1] = ACTIONS(969), }, [634] = { - [ts_builtin_sym_end] = ACTIONS(1324), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1326), - [aux_sym_match_token1] = ACTIONS(1324), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1324), - [aux_sym_address_family_token1] = ACTIONS(1324), - [aux_sym_batch_mode_token1] = ACTIONS(1324), - [aux_sym_bind_address_token1] = ACTIONS(1324), - [aux_sym_bind_interface_token1] = ACTIONS(1324), - [aux_sym_canonical_domains_token1] = ACTIONS(1324), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1324), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1324), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1324), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1324), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1324), - [aux_sym_certificate_file_token1] = ACTIONS(1324), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1324), - [aux_sym_check_host_ip_token1] = ACTIONS(1324), - [aux_sym_ciphers_token1] = ACTIONS(1324), - [aux_sym_cipher_token1] = ACTIONS(1326), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1324), - [aux_sym_compression_token1] = ACTIONS(1324), - [aux_sym_connection_attempts_token1] = ACTIONS(1324), - [aux_sym_connect_timeout_token1] = ACTIONS(1324), - [aux_sym_control_master_token1] = ACTIONS(1324), - [aux_sym_control_path_token1] = ACTIONS(1324), - [aux_sym_control_persist_token1] = ACTIONS(1324), - [aux_sym_dynamic_forward_token1] = ACTIONS(1324), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1324), - [aux_sym_escape_char_token1] = ACTIONS(1324), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1324), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1324), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1324), - [aux_sym_forward_agent_token1] = ACTIONS(1324), - [aux_sym_forward_x11_token1] = ACTIONS(1326), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1324), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1324), - [aux_sym_gateway_ports_token1] = ACTIONS(1324), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1324), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1324), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1324), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1324), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1324), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1324), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1324), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1324), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1324), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1324), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1324), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1324), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1324), - [aux_sym_host_key_alias_token1] = ACTIONS(1324), - [aux_sym_hostname_token1] = ACTIONS(1324), - [aux_sym_identities_only_token1] = ACTIONS(1324), - [aux_sym_identity_agent_token1] = ACTIONS(1324), - [aux_sym_identity_file_token1] = ACTIONS(1324), - [aux_sym_ignore_unknown_token1] = ACTIONS(1324), - [aux_sym_include_token1] = ACTIONS(1324), - [aux_sym_ip_qos_token1] = ACTIONS(1324), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1324), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1324), - [aux_sym_kex_algorithms_token1] = ACTIONS(1324), - [aux_sym_known_hosts_command_token1] = ACTIONS(1324), - [aux_sym_local_command_token1] = ACTIONS(1324), - [aux_sym_local_forward_token1] = ACTIONS(1324), - [aux_sym_log_level_token1] = ACTIONS(1324), - [aux_sym_log_verbose_token1] = ACTIONS(1324), - [aux_sym_macs_token1] = ACTIONS(1324), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1324), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1324), - [aux_sym_password_authentication_token1] = ACTIONS(1324), - [aux_sym_permit_local_command_token1] = ACTIONS(1324), - [aux_sym_permit_remote_open_token1] = ACTIONS(1324), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1324), - [aux_sym_port_token1] = ACTIONS(1324), - [aux_sym_preferred_authentications_token1] = ACTIONS(1324), - [aux_sym_protocol_token1] = ACTIONS(1324), - [aux_sym_proxy_command_token1] = ACTIONS(1324), - [aux_sym_proxy_jump_token1] = ACTIONS(1324), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1324), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1324), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1324), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1324), - [aux_sym_rekey_limit_token1] = ACTIONS(1324), - [aux_sym_remote_command_token1] = ACTIONS(1324), - [aux_sym_remote_forward_token1] = ACTIONS(1324), - [aux_sym_request_tty_token1] = ACTIONS(1324), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1324), - [aux_sym_security_key_provider_token1] = ACTIONS(1324), - [aux_sym_send_env_token1] = ACTIONS(1324), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1324), - [aux_sym_server_alive_interval_token1] = ACTIONS(1324), - [aux_sym_session_type_token1] = ACTIONS(1324), - [aux_sym_set_env_token1] = ACTIONS(1324), - [aux_sym_stdin_null_token1] = ACTIONS(1324), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1324), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1324), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1324), - [aux_sym_syslog_facility_token1] = ACTIONS(1324), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1324), - [aux_sym_keep_alive_token1] = ACTIONS(1324), - [aux_sym_tunnel_token1] = ACTIONS(1326), - [aux_sym_tunnel_device_token1] = ACTIONS(1324), - [aux_sym_update_host_keys_token1] = ACTIONS(1324), - [aux_sym_use_keychain_token1] = ACTIONS(1324), - [aux_sym_use_roaming_token1] = ACTIONS(1324), - [aux_sym_user_token1] = ACTIONS(1326), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1324), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1324), - [aux_sym_visual_host_key_token1] = ACTIONS(1324), - [aux_sym_xauth_location_token1] = ACTIONS(1324), + [ts_builtin_sym_end] = ACTIONS(975), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(977), + [aux_sym_match_token1] = ACTIONS(975), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(975), + [aux_sym_address_family_token1] = ACTIONS(975), + [aux_sym_batch_mode_token1] = ACTIONS(975), + [aux_sym_bind_address_token1] = ACTIONS(975), + [aux_sym_bind_interface_token1] = ACTIONS(975), + [aux_sym_canonical_domains_token1] = ACTIONS(975), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(975), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(975), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(975), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(975), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(975), + [aux_sym_certificate_file_token1] = ACTIONS(975), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(975), + [aux_sym_check_host_ip_token1] = ACTIONS(975), + [aux_sym_ciphers_token1] = ACTIONS(975), + [aux_sym_cipher_token1] = ACTIONS(977), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(975), + [aux_sym_compression_token1] = ACTIONS(975), + [aux_sym_connection_attempts_token1] = ACTIONS(975), + [aux_sym_connect_timeout_token1] = ACTIONS(975), + [aux_sym_control_master_token1] = ACTIONS(975), + [aux_sym_control_path_token1] = ACTIONS(975), + [aux_sym_control_persist_token1] = ACTIONS(975), + [aux_sym_dynamic_forward_token1] = ACTIONS(975), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(975), + [aux_sym_escape_char_token1] = ACTIONS(975), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(975), + [aux_sym_fingerprint_hash_token1] = ACTIONS(975), + [aux_sym_fork_after_authentication_token1] = ACTIONS(975), + [aux_sym_forward_agent_token1] = ACTIONS(975), + [aux_sym_forward_x11_token1] = ACTIONS(977), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(975), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(975), + [aux_sym_gateway_ports_token1] = ACTIONS(975), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(975), + [aux_sym_gssapi_authentication_token1] = ACTIONS(975), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(975), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(975), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(975), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(975), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(975), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(975), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(975), + [aux_sym_hash_known_hosts_token1] = ACTIONS(975), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(975), + [aux_sym_hostbased_authentication_token1] = ACTIONS(975), + [aux_sym_host_key_algorithms_token1] = ACTIONS(975), + [aux_sym_host_key_alias_token1] = ACTIONS(975), + [aux_sym_hostname_token1] = ACTIONS(975), + [aux_sym_identities_only_token1] = ACTIONS(975), + [aux_sym_identity_agent_token1] = ACTIONS(975), + [aux_sym_identity_file_token1] = ACTIONS(975), + [aux_sym_ignore_unknown_token1] = ACTIONS(975), + [aux_sym_include_token1] = ACTIONS(975), + [aux_sym_ip_qos_token1] = ACTIONS(975), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(975), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(975), + [aux_sym_kex_algorithms_token1] = ACTIONS(975), + [aux_sym_known_hosts_command_token1] = ACTIONS(975), + [aux_sym_local_command_token1] = ACTIONS(975), + [aux_sym_local_forward_token1] = ACTIONS(975), + [aux_sym_log_level_token1] = ACTIONS(975), + [aux_sym_log_verbose_token1] = ACTIONS(975), + [aux_sym_macs_token1] = ACTIONS(975), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(975), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(975), + [aux_sym_password_authentication_token1] = ACTIONS(975), + [aux_sym_permit_local_command_token1] = ACTIONS(975), + [aux_sym_permit_remote_open_token1] = ACTIONS(975), + [aux_sym_pkcs11_provider_token1] = ACTIONS(975), + [aux_sym_port_token1] = ACTIONS(975), + [aux_sym_preferred_authentications_token1] = ACTIONS(975), + [aux_sym_protocol_token1] = ACTIONS(975), + [aux_sym_proxy_command_token1] = ACTIONS(975), + [aux_sym_proxy_jump_token1] = ACTIONS(975), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(975), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(975), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(975), + [aux_sym_pubkey_authentication_token1] = ACTIONS(975), + [aux_sym_rekey_limit_token1] = ACTIONS(975), + [aux_sym_remote_command_token1] = ACTIONS(975), + [aux_sym_remote_forward_token1] = ACTIONS(975), + [aux_sym_request_tty_token1] = ACTIONS(975), + [aux_sym_required_rsa_size_token1] = ACTIONS(975), + [aux_sym_revoked_host_keys_token1] = ACTIONS(975), + [aux_sym_security_key_provider_token1] = ACTIONS(975), + [aux_sym_send_env_token1] = ACTIONS(975), + [aux_sym_server_alive_count_max_token1] = ACTIONS(975), + [aux_sym_server_alive_interval_token1] = ACTIONS(975), + [aux_sym_session_type_token1] = ACTIONS(975), + [aux_sym_set_env_token1] = ACTIONS(975), + [aux_sym_stdin_null_token1] = ACTIONS(975), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(975), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(975), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(975), + [aux_sym_syslog_facility_token1] = ACTIONS(975), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(975), + [aux_sym_keep_alive_token1] = ACTIONS(975), + [aux_sym_tunnel_token1] = ACTIONS(977), + [aux_sym_tunnel_device_token1] = ACTIONS(975), + [aux_sym_update_host_keys_token1] = ACTIONS(975), + [aux_sym_use_keychain_token1] = ACTIONS(975), + [aux_sym_use_roaming_token1] = ACTIONS(975), + [aux_sym_user_token1] = ACTIONS(977), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(975), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(975), + [aux_sym_visual_host_key_token1] = ACTIONS(975), + [aux_sym_xauth_location_token1] = ACTIONS(975), }, [635] = { - [ts_builtin_sym_end] = ACTIONS(3382), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3384), - [aux_sym_match_token1] = ACTIONS(3382), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3382), - [aux_sym_address_family_token1] = ACTIONS(3382), - [aux_sym_batch_mode_token1] = ACTIONS(3382), - [aux_sym_bind_address_token1] = ACTIONS(3382), - [aux_sym_bind_interface_token1] = ACTIONS(3382), - [aux_sym_canonical_domains_token1] = ACTIONS(3382), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3382), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3382), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3382), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3382), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3382), - [aux_sym_certificate_file_token1] = ACTIONS(3382), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3382), - [aux_sym_check_host_ip_token1] = ACTIONS(3382), - [aux_sym_ciphers_token1] = ACTIONS(3382), - [aux_sym_cipher_token1] = ACTIONS(3384), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3382), - [aux_sym_compression_token1] = ACTIONS(3382), - [aux_sym_connection_attempts_token1] = ACTIONS(3382), - [aux_sym_connect_timeout_token1] = ACTIONS(3382), - [aux_sym_control_master_token1] = ACTIONS(3382), - [aux_sym_control_path_token1] = ACTIONS(3382), - [aux_sym_control_persist_token1] = ACTIONS(3382), - [aux_sym_dynamic_forward_token1] = ACTIONS(3382), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3382), - [aux_sym_escape_char_token1] = ACTIONS(3382), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3382), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3382), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3382), - [aux_sym_forward_agent_token1] = ACTIONS(3382), - [aux_sym_forward_x11_token1] = ACTIONS(3384), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3382), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3382), - [aux_sym_gateway_ports_token1] = ACTIONS(3382), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3382), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3382), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3382), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3382), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3382), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3382), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3382), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3382), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3382), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3382), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3382), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3382), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3382), - [aux_sym_host_key_alias_token1] = ACTIONS(3382), - [aux_sym_hostname_token1] = ACTIONS(3382), - [aux_sym_identities_only_token1] = ACTIONS(3382), - [aux_sym_identity_agent_token1] = ACTIONS(3382), - [aux_sym_identity_file_token1] = ACTIONS(3382), - [aux_sym_ignore_unknown_token1] = ACTIONS(3382), - [aux_sym_include_token1] = ACTIONS(3382), - [aux_sym_ip_qos_token1] = ACTIONS(3382), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3382), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3382), - [aux_sym_kex_algorithms_token1] = ACTIONS(3382), - [aux_sym_known_hosts_command_token1] = ACTIONS(3382), - [aux_sym_local_command_token1] = ACTIONS(3382), - [aux_sym_local_forward_token1] = ACTIONS(3382), - [aux_sym_log_level_token1] = ACTIONS(3382), - [aux_sym_log_verbose_token1] = ACTIONS(3382), - [aux_sym_macs_token1] = ACTIONS(3382), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3382), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3382), - [aux_sym_password_authentication_token1] = ACTIONS(3382), - [aux_sym_permit_local_command_token1] = ACTIONS(3382), - [aux_sym_permit_remote_open_token1] = ACTIONS(3382), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3382), - [aux_sym_port_token1] = ACTIONS(3382), - [aux_sym_preferred_authentications_token1] = ACTIONS(3382), - [aux_sym_protocol_token1] = ACTIONS(3382), - [aux_sym_proxy_command_token1] = ACTIONS(3382), - [aux_sym_proxy_jump_token1] = ACTIONS(3382), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3382), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3382), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3382), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3382), - [aux_sym_rekey_limit_token1] = ACTIONS(3382), - [aux_sym_remote_command_token1] = ACTIONS(3382), - [aux_sym_remote_forward_token1] = ACTIONS(3382), - [aux_sym_request_tty_token1] = ACTIONS(3382), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3382), - [aux_sym_security_key_provider_token1] = ACTIONS(3382), - [aux_sym_send_env_token1] = ACTIONS(3382), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3382), - [aux_sym_server_alive_interval_token1] = ACTIONS(3382), - [aux_sym_session_type_token1] = ACTIONS(3382), - [aux_sym_set_env_token1] = ACTIONS(3382), - [aux_sym_stdin_null_token1] = ACTIONS(3382), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3382), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3382), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3382), - [aux_sym_syslog_facility_token1] = ACTIONS(3382), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3382), - [aux_sym_keep_alive_token1] = ACTIONS(3382), - [aux_sym_tunnel_token1] = ACTIONS(3384), - [aux_sym_tunnel_device_token1] = ACTIONS(3382), - [aux_sym_update_host_keys_token1] = ACTIONS(3382), - [aux_sym_use_keychain_token1] = ACTIONS(3382), - [aux_sym_use_roaming_token1] = ACTIONS(3382), - [aux_sym_user_token1] = ACTIONS(3384), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3382), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3382), - [aux_sym_visual_host_key_token1] = ACTIONS(3382), - [aux_sym_xauth_location_token1] = ACTIONS(3382), + [ts_builtin_sym_end] = ACTIONS(981), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(983), + [aux_sym_match_token1] = ACTIONS(981), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(981), + [aux_sym_address_family_token1] = ACTIONS(981), + [aux_sym_batch_mode_token1] = ACTIONS(981), + [aux_sym_bind_address_token1] = ACTIONS(981), + [aux_sym_bind_interface_token1] = ACTIONS(981), + [aux_sym_canonical_domains_token1] = ACTIONS(981), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(981), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(981), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(981), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(981), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(981), + [aux_sym_certificate_file_token1] = ACTIONS(981), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(981), + [aux_sym_check_host_ip_token1] = ACTIONS(981), + [aux_sym_ciphers_token1] = ACTIONS(981), + [aux_sym_cipher_token1] = ACTIONS(983), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(981), + [aux_sym_compression_token1] = ACTIONS(981), + [aux_sym_connection_attempts_token1] = ACTIONS(981), + [aux_sym_connect_timeout_token1] = ACTIONS(981), + [aux_sym_control_master_token1] = ACTIONS(981), + [aux_sym_control_path_token1] = ACTIONS(981), + [aux_sym_control_persist_token1] = ACTIONS(981), + [aux_sym_dynamic_forward_token1] = ACTIONS(981), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(981), + [aux_sym_escape_char_token1] = ACTIONS(981), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(981), + [aux_sym_fingerprint_hash_token1] = ACTIONS(981), + [aux_sym_fork_after_authentication_token1] = ACTIONS(981), + [aux_sym_forward_agent_token1] = ACTIONS(981), + [aux_sym_forward_x11_token1] = ACTIONS(983), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(981), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(981), + [aux_sym_gateway_ports_token1] = ACTIONS(981), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(981), + [aux_sym_gssapi_authentication_token1] = ACTIONS(981), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(981), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(981), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(981), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(981), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(981), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(981), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(981), + [aux_sym_hash_known_hosts_token1] = ACTIONS(981), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(981), + [aux_sym_hostbased_authentication_token1] = ACTIONS(981), + [aux_sym_host_key_algorithms_token1] = ACTIONS(981), + [aux_sym_host_key_alias_token1] = ACTIONS(981), + [aux_sym_hostname_token1] = ACTIONS(981), + [aux_sym_identities_only_token1] = ACTIONS(981), + [aux_sym_identity_agent_token1] = ACTIONS(981), + [aux_sym_identity_file_token1] = ACTIONS(981), + [aux_sym_ignore_unknown_token1] = ACTIONS(981), + [aux_sym_include_token1] = ACTIONS(981), + [aux_sym_ip_qos_token1] = ACTIONS(981), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(981), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(981), + [aux_sym_kex_algorithms_token1] = ACTIONS(981), + [aux_sym_known_hosts_command_token1] = ACTIONS(981), + [aux_sym_local_command_token1] = ACTIONS(981), + [aux_sym_local_forward_token1] = ACTIONS(981), + [aux_sym_log_level_token1] = ACTIONS(981), + [aux_sym_log_verbose_token1] = ACTIONS(981), + [aux_sym_macs_token1] = ACTIONS(981), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(981), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(981), + [aux_sym_password_authentication_token1] = ACTIONS(981), + [aux_sym_permit_local_command_token1] = ACTIONS(981), + [aux_sym_permit_remote_open_token1] = ACTIONS(981), + [aux_sym_pkcs11_provider_token1] = ACTIONS(981), + [aux_sym_port_token1] = ACTIONS(981), + [aux_sym_preferred_authentications_token1] = ACTIONS(981), + [aux_sym_protocol_token1] = ACTIONS(981), + [aux_sym_proxy_command_token1] = ACTIONS(981), + [aux_sym_proxy_jump_token1] = ACTIONS(981), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(981), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(981), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(981), + [aux_sym_pubkey_authentication_token1] = ACTIONS(981), + [aux_sym_rekey_limit_token1] = ACTIONS(981), + [aux_sym_remote_command_token1] = ACTIONS(981), + [aux_sym_remote_forward_token1] = ACTIONS(981), + [aux_sym_request_tty_token1] = ACTIONS(981), + [aux_sym_required_rsa_size_token1] = ACTIONS(981), + [aux_sym_revoked_host_keys_token1] = ACTIONS(981), + [aux_sym_security_key_provider_token1] = ACTIONS(981), + [aux_sym_send_env_token1] = ACTIONS(981), + [aux_sym_server_alive_count_max_token1] = ACTIONS(981), + [aux_sym_server_alive_interval_token1] = ACTIONS(981), + [aux_sym_session_type_token1] = ACTIONS(981), + [aux_sym_set_env_token1] = ACTIONS(981), + [aux_sym_stdin_null_token1] = ACTIONS(981), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(981), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(981), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(981), + [aux_sym_syslog_facility_token1] = ACTIONS(981), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(981), + [aux_sym_keep_alive_token1] = ACTIONS(981), + [aux_sym_tunnel_token1] = ACTIONS(983), + [aux_sym_tunnel_device_token1] = ACTIONS(981), + [aux_sym_update_host_keys_token1] = ACTIONS(981), + [aux_sym_use_keychain_token1] = ACTIONS(981), + [aux_sym_use_roaming_token1] = ACTIONS(981), + [aux_sym_user_token1] = ACTIONS(983), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(981), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(981), + [aux_sym_visual_host_key_token1] = ACTIONS(981), + [aux_sym_xauth_location_token1] = ACTIONS(981), }, [636] = { - [ts_builtin_sym_end] = ACTIONS(3386), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3388), - [aux_sym_match_token1] = ACTIONS(3386), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3386), - [aux_sym_address_family_token1] = ACTIONS(3386), - [aux_sym_batch_mode_token1] = ACTIONS(3386), - [aux_sym_bind_address_token1] = ACTIONS(3386), - [aux_sym_bind_interface_token1] = ACTIONS(3386), - [aux_sym_canonical_domains_token1] = ACTIONS(3386), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3386), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3386), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3386), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3386), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3386), - [aux_sym_certificate_file_token1] = ACTIONS(3386), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3386), - [aux_sym_check_host_ip_token1] = ACTIONS(3386), - [aux_sym_ciphers_token1] = ACTIONS(3386), - [aux_sym_cipher_token1] = ACTIONS(3388), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3386), - [aux_sym_compression_token1] = ACTIONS(3386), - [aux_sym_connection_attempts_token1] = ACTIONS(3386), - [aux_sym_connect_timeout_token1] = ACTIONS(3386), - [aux_sym_control_master_token1] = ACTIONS(3386), - [aux_sym_control_path_token1] = ACTIONS(3386), - [aux_sym_control_persist_token1] = ACTIONS(3386), - [aux_sym_dynamic_forward_token1] = ACTIONS(3386), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3386), - [aux_sym_escape_char_token1] = ACTIONS(3386), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3386), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3386), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3386), - [aux_sym_forward_agent_token1] = ACTIONS(3386), - [aux_sym_forward_x11_token1] = ACTIONS(3388), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3386), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3386), - [aux_sym_gateway_ports_token1] = ACTIONS(3386), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3386), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3386), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3386), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3386), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3386), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3386), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3386), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3386), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3386), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3386), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3386), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3386), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3386), - [aux_sym_host_key_alias_token1] = ACTIONS(3386), - [aux_sym_hostname_token1] = ACTIONS(3386), - [aux_sym_identities_only_token1] = ACTIONS(3386), - [aux_sym_identity_agent_token1] = ACTIONS(3386), - [aux_sym_identity_file_token1] = ACTIONS(3386), - [aux_sym_ignore_unknown_token1] = ACTIONS(3386), - [aux_sym_include_token1] = ACTIONS(3386), - [aux_sym_ip_qos_token1] = ACTIONS(3386), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3386), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3386), - [aux_sym_kex_algorithms_token1] = ACTIONS(3386), - [aux_sym_known_hosts_command_token1] = ACTIONS(3386), - [aux_sym_local_command_token1] = ACTIONS(3386), - [aux_sym_local_forward_token1] = ACTIONS(3386), - [aux_sym_log_level_token1] = ACTIONS(3386), - [aux_sym_log_verbose_token1] = ACTIONS(3386), - [aux_sym_macs_token1] = ACTIONS(3386), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3386), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3386), - [aux_sym_password_authentication_token1] = ACTIONS(3386), - [aux_sym_permit_local_command_token1] = ACTIONS(3386), - [aux_sym_permit_remote_open_token1] = ACTIONS(3386), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3386), - [aux_sym_port_token1] = ACTIONS(3386), - [aux_sym_preferred_authentications_token1] = ACTIONS(3386), - [aux_sym_protocol_token1] = ACTIONS(3386), - [aux_sym_proxy_command_token1] = ACTIONS(3386), - [aux_sym_proxy_jump_token1] = ACTIONS(3386), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3386), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3386), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3386), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3386), - [aux_sym_rekey_limit_token1] = ACTIONS(3386), - [aux_sym_remote_command_token1] = ACTIONS(3386), - [aux_sym_remote_forward_token1] = ACTIONS(3386), - [aux_sym_request_tty_token1] = ACTIONS(3386), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3386), - [aux_sym_security_key_provider_token1] = ACTIONS(3386), - [aux_sym_send_env_token1] = ACTIONS(3386), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3386), - [aux_sym_server_alive_interval_token1] = ACTIONS(3386), - [aux_sym_session_type_token1] = ACTIONS(3386), - [aux_sym_set_env_token1] = ACTIONS(3386), - [aux_sym_stdin_null_token1] = ACTIONS(3386), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3386), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3386), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3386), - [aux_sym_syslog_facility_token1] = ACTIONS(3386), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3386), - [aux_sym_keep_alive_token1] = ACTIONS(3386), - [aux_sym_tunnel_token1] = ACTIONS(3388), - [aux_sym_tunnel_device_token1] = ACTIONS(3386), - [aux_sym_update_host_keys_token1] = ACTIONS(3386), - [aux_sym_use_keychain_token1] = ACTIONS(3386), - [aux_sym_use_roaming_token1] = ACTIONS(3386), - [aux_sym_user_token1] = ACTIONS(3388), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3386), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3386), - [aux_sym_visual_host_key_token1] = ACTIONS(3386), - [aux_sym_xauth_location_token1] = ACTIONS(3386), + [ts_builtin_sym_end] = ACTIONS(987), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(989), + [aux_sym_match_token1] = ACTIONS(987), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(987), + [aux_sym_address_family_token1] = ACTIONS(987), + [aux_sym_batch_mode_token1] = ACTIONS(987), + [aux_sym_bind_address_token1] = ACTIONS(987), + [aux_sym_bind_interface_token1] = ACTIONS(987), + [aux_sym_canonical_domains_token1] = ACTIONS(987), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(987), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(987), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(987), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(987), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(987), + [aux_sym_certificate_file_token1] = ACTIONS(987), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(987), + [aux_sym_check_host_ip_token1] = ACTIONS(987), + [aux_sym_ciphers_token1] = ACTIONS(987), + [aux_sym_cipher_token1] = ACTIONS(989), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(987), + [aux_sym_compression_token1] = ACTIONS(987), + [aux_sym_connection_attempts_token1] = ACTIONS(987), + [aux_sym_connect_timeout_token1] = ACTIONS(987), + [aux_sym_control_master_token1] = ACTIONS(987), + [aux_sym_control_path_token1] = ACTIONS(987), + [aux_sym_control_persist_token1] = ACTIONS(987), + [aux_sym_dynamic_forward_token1] = ACTIONS(987), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(987), + [aux_sym_escape_char_token1] = ACTIONS(987), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(987), + [aux_sym_fingerprint_hash_token1] = ACTIONS(987), + [aux_sym_fork_after_authentication_token1] = ACTIONS(987), + [aux_sym_forward_agent_token1] = ACTIONS(987), + [aux_sym_forward_x11_token1] = ACTIONS(989), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(987), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(987), + [aux_sym_gateway_ports_token1] = ACTIONS(987), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(987), + [aux_sym_gssapi_authentication_token1] = ACTIONS(987), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(987), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(987), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(987), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(987), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(987), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(987), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(987), + [aux_sym_hash_known_hosts_token1] = ACTIONS(987), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(987), + [aux_sym_hostbased_authentication_token1] = ACTIONS(987), + [aux_sym_host_key_algorithms_token1] = ACTIONS(987), + [aux_sym_host_key_alias_token1] = ACTIONS(987), + [aux_sym_hostname_token1] = ACTIONS(987), + [aux_sym_identities_only_token1] = ACTIONS(987), + [aux_sym_identity_agent_token1] = ACTIONS(987), + [aux_sym_identity_file_token1] = ACTIONS(987), + [aux_sym_ignore_unknown_token1] = ACTIONS(987), + [aux_sym_include_token1] = ACTIONS(987), + [aux_sym_ip_qos_token1] = ACTIONS(987), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(987), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(987), + [aux_sym_kex_algorithms_token1] = ACTIONS(987), + [aux_sym_known_hosts_command_token1] = ACTIONS(987), + [aux_sym_local_command_token1] = ACTIONS(987), + [aux_sym_local_forward_token1] = ACTIONS(987), + [aux_sym_log_level_token1] = ACTIONS(987), + [aux_sym_log_verbose_token1] = ACTIONS(987), + [aux_sym_macs_token1] = ACTIONS(987), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(987), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(987), + [aux_sym_password_authentication_token1] = ACTIONS(987), + [aux_sym_permit_local_command_token1] = ACTIONS(987), + [aux_sym_permit_remote_open_token1] = ACTIONS(987), + [aux_sym_pkcs11_provider_token1] = ACTIONS(987), + [aux_sym_port_token1] = ACTIONS(987), + [aux_sym_preferred_authentications_token1] = ACTIONS(987), + [aux_sym_protocol_token1] = ACTIONS(987), + [aux_sym_proxy_command_token1] = ACTIONS(987), + [aux_sym_proxy_jump_token1] = ACTIONS(987), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(987), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(987), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(987), + [aux_sym_pubkey_authentication_token1] = ACTIONS(987), + [aux_sym_rekey_limit_token1] = ACTIONS(987), + [aux_sym_remote_command_token1] = ACTIONS(987), + [aux_sym_remote_forward_token1] = ACTIONS(987), + [aux_sym_request_tty_token1] = ACTIONS(987), + [aux_sym_required_rsa_size_token1] = ACTIONS(987), + [aux_sym_revoked_host_keys_token1] = ACTIONS(987), + [aux_sym_security_key_provider_token1] = ACTIONS(987), + [aux_sym_send_env_token1] = ACTIONS(987), + [aux_sym_server_alive_count_max_token1] = ACTIONS(987), + [aux_sym_server_alive_interval_token1] = ACTIONS(987), + [aux_sym_session_type_token1] = ACTIONS(987), + [aux_sym_set_env_token1] = ACTIONS(987), + [aux_sym_stdin_null_token1] = ACTIONS(987), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(987), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(987), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(987), + [aux_sym_syslog_facility_token1] = ACTIONS(987), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(987), + [aux_sym_keep_alive_token1] = ACTIONS(987), + [aux_sym_tunnel_token1] = ACTIONS(989), + [aux_sym_tunnel_device_token1] = ACTIONS(987), + [aux_sym_update_host_keys_token1] = ACTIONS(987), + [aux_sym_use_keychain_token1] = ACTIONS(987), + [aux_sym_use_roaming_token1] = ACTIONS(987), + [aux_sym_user_token1] = ACTIONS(989), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(987), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(987), + [aux_sym_visual_host_key_token1] = ACTIONS(987), + [aux_sym_xauth_location_token1] = ACTIONS(987), }, [637] = { - [ts_builtin_sym_end] = ACTIONS(1582), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1584), - [aux_sym_match_token1] = ACTIONS(1582), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1582), - [aux_sym_address_family_token1] = ACTIONS(1582), - [aux_sym_batch_mode_token1] = ACTIONS(1582), - [aux_sym_bind_address_token1] = ACTIONS(1582), - [aux_sym_bind_interface_token1] = ACTIONS(1582), - [aux_sym_canonical_domains_token1] = ACTIONS(1582), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1582), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1582), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1582), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1582), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1582), - [aux_sym_certificate_file_token1] = ACTIONS(1582), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1582), - [aux_sym_check_host_ip_token1] = ACTIONS(1582), - [aux_sym_ciphers_token1] = ACTIONS(1582), - [aux_sym_cipher_token1] = ACTIONS(1584), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1582), - [aux_sym_compression_token1] = ACTIONS(1582), - [aux_sym_connection_attempts_token1] = ACTIONS(1582), - [aux_sym_connect_timeout_token1] = ACTIONS(1582), - [aux_sym_control_master_token1] = ACTIONS(1582), - [aux_sym_control_path_token1] = ACTIONS(1582), - [aux_sym_control_persist_token1] = ACTIONS(1582), - [aux_sym_dynamic_forward_token1] = ACTIONS(1582), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1582), - [aux_sym_escape_char_token1] = ACTIONS(1582), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1582), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1582), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1582), - [aux_sym_forward_agent_token1] = ACTIONS(1582), - [aux_sym_forward_x11_token1] = ACTIONS(1584), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1582), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1582), - [aux_sym_gateway_ports_token1] = ACTIONS(1582), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1582), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1582), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1582), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1582), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1582), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1582), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1582), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1582), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1582), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1582), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1582), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1582), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1582), - [aux_sym_host_key_alias_token1] = ACTIONS(1582), - [aux_sym_hostname_token1] = ACTIONS(1582), - [aux_sym_identities_only_token1] = ACTIONS(1582), - [aux_sym_identity_agent_token1] = ACTIONS(1582), - [aux_sym_identity_file_token1] = ACTIONS(1582), - [aux_sym_ignore_unknown_token1] = ACTIONS(1582), - [aux_sym_include_token1] = ACTIONS(1582), - [aux_sym_ip_qos_token1] = ACTIONS(1582), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1582), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1582), - [aux_sym_kex_algorithms_token1] = ACTIONS(1582), - [aux_sym_known_hosts_command_token1] = ACTIONS(1582), - [aux_sym_local_command_token1] = ACTIONS(1582), - [aux_sym_local_forward_token1] = ACTIONS(1582), - [aux_sym_log_level_token1] = ACTIONS(1582), - [aux_sym_log_verbose_token1] = ACTIONS(1582), - [aux_sym_macs_token1] = ACTIONS(1582), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1582), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1582), - [aux_sym_password_authentication_token1] = ACTIONS(1582), - [aux_sym_permit_local_command_token1] = ACTIONS(1582), - [aux_sym_permit_remote_open_token1] = ACTIONS(1582), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1582), - [aux_sym_port_token1] = ACTIONS(1582), - [aux_sym_preferred_authentications_token1] = ACTIONS(1582), - [aux_sym_protocol_token1] = ACTIONS(1582), - [aux_sym_proxy_command_token1] = ACTIONS(1582), - [aux_sym_proxy_jump_token1] = ACTIONS(1582), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1582), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1582), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1582), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1582), - [aux_sym_rekey_limit_token1] = ACTIONS(1582), - [aux_sym_remote_command_token1] = ACTIONS(1582), - [aux_sym_remote_forward_token1] = ACTIONS(1582), - [aux_sym_request_tty_token1] = ACTIONS(1582), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1582), - [aux_sym_security_key_provider_token1] = ACTIONS(1582), - [aux_sym_send_env_token1] = ACTIONS(1582), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1582), - [aux_sym_server_alive_interval_token1] = ACTIONS(1582), - [aux_sym_session_type_token1] = ACTIONS(1582), - [aux_sym_set_env_token1] = ACTIONS(1582), - [aux_sym_stdin_null_token1] = ACTIONS(1582), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1582), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1582), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1582), - [aux_sym_syslog_facility_token1] = ACTIONS(1582), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1582), - [aux_sym_keep_alive_token1] = ACTIONS(1582), - [aux_sym_tunnel_token1] = ACTIONS(1584), - [aux_sym_tunnel_device_token1] = ACTIONS(1582), - [aux_sym_update_host_keys_token1] = ACTIONS(1582), - [aux_sym_use_keychain_token1] = ACTIONS(1582), - [aux_sym_use_roaming_token1] = ACTIONS(1582), - [aux_sym_user_token1] = ACTIONS(1584), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1582), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1582), - [aux_sym_visual_host_key_token1] = ACTIONS(1582), - [aux_sym_xauth_location_token1] = ACTIONS(1582), + [ts_builtin_sym_end] = ACTIONS(993), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(995), + [aux_sym_match_token1] = ACTIONS(993), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(993), + [aux_sym_address_family_token1] = ACTIONS(993), + [aux_sym_batch_mode_token1] = ACTIONS(993), + [aux_sym_bind_address_token1] = ACTIONS(993), + [aux_sym_bind_interface_token1] = ACTIONS(993), + [aux_sym_canonical_domains_token1] = ACTIONS(993), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(993), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(993), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(993), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(993), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(993), + [aux_sym_certificate_file_token1] = ACTIONS(993), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(993), + [aux_sym_check_host_ip_token1] = ACTIONS(993), + [aux_sym_ciphers_token1] = ACTIONS(993), + [aux_sym_cipher_token1] = ACTIONS(995), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(993), + [aux_sym_compression_token1] = ACTIONS(993), + [aux_sym_connection_attempts_token1] = ACTIONS(993), + [aux_sym_connect_timeout_token1] = ACTIONS(993), + [aux_sym_control_master_token1] = ACTIONS(993), + [aux_sym_control_path_token1] = ACTIONS(993), + [aux_sym_control_persist_token1] = ACTIONS(993), + [aux_sym_dynamic_forward_token1] = ACTIONS(993), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(993), + [aux_sym_escape_char_token1] = ACTIONS(993), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(993), + [aux_sym_fingerprint_hash_token1] = ACTIONS(993), + [aux_sym_fork_after_authentication_token1] = ACTIONS(993), + [aux_sym_forward_agent_token1] = ACTIONS(993), + [aux_sym_forward_x11_token1] = ACTIONS(995), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(993), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(993), + [aux_sym_gateway_ports_token1] = ACTIONS(993), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(993), + [aux_sym_gssapi_authentication_token1] = ACTIONS(993), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(993), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(993), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(993), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(993), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(993), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(993), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(993), + [aux_sym_hash_known_hosts_token1] = ACTIONS(993), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(993), + [aux_sym_hostbased_authentication_token1] = ACTIONS(993), + [aux_sym_host_key_algorithms_token1] = ACTIONS(993), + [aux_sym_host_key_alias_token1] = ACTIONS(993), + [aux_sym_hostname_token1] = ACTIONS(993), + [aux_sym_identities_only_token1] = ACTIONS(993), + [aux_sym_identity_agent_token1] = ACTIONS(993), + [aux_sym_identity_file_token1] = ACTIONS(993), + [aux_sym_ignore_unknown_token1] = ACTIONS(993), + [aux_sym_include_token1] = ACTIONS(993), + [aux_sym_ip_qos_token1] = ACTIONS(993), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(993), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(993), + [aux_sym_kex_algorithms_token1] = ACTIONS(993), + [aux_sym_known_hosts_command_token1] = ACTIONS(993), + [aux_sym_local_command_token1] = ACTIONS(993), + [aux_sym_local_forward_token1] = ACTIONS(993), + [aux_sym_log_level_token1] = ACTIONS(993), + [aux_sym_log_verbose_token1] = ACTIONS(993), + [aux_sym_macs_token1] = ACTIONS(993), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(993), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(993), + [aux_sym_password_authentication_token1] = ACTIONS(993), + [aux_sym_permit_local_command_token1] = ACTIONS(993), + [aux_sym_permit_remote_open_token1] = ACTIONS(993), + [aux_sym_pkcs11_provider_token1] = ACTIONS(993), + [aux_sym_port_token1] = ACTIONS(993), + [aux_sym_preferred_authentications_token1] = ACTIONS(993), + [aux_sym_protocol_token1] = ACTIONS(993), + [aux_sym_proxy_command_token1] = ACTIONS(993), + [aux_sym_proxy_jump_token1] = ACTIONS(993), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(993), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(993), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(993), + [aux_sym_pubkey_authentication_token1] = ACTIONS(993), + [aux_sym_rekey_limit_token1] = ACTIONS(993), + [aux_sym_remote_command_token1] = ACTIONS(993), + [aux_sym_remote_forward_token1] = ACTIONS(993), + [aux_sym_request_tty_token1] = ACTIONS(993), + [aux_sym_required_rsa_size_token1] = ACTIONS(993), + [aux_sym_revoked_host_keys_token1] = ACTIONS(993), + [aux_sym_security_key_provider_token1] = ACTIONS(993), + [aux_sym_send_env_token1] = ACTIONS(993), + [aux_sym_server_alive_count_max_token1] = ACTIONS(993), + [aux_sym_server_alive_interval_token1] = ACTIONS(993), + [aux_sym_session_type_token1] = ACTIONS(993), + [aux_sym_set_env_token1] = ACTIONS(993), + [aux_sym_stdin_null_token1] = ACTIONS(993), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(993), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(993), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(993), + [aux_sym_syslog_facility_token1] = ACTIONS(993), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(993), + [aux_sym_keep_alive_token1] = ACTIONS(993), + [aux_sym_tunnel_token1] = ACTIONS(995), + [aux_sym_tunnel_device_token1] = ACTIONS(993), + [aux_sym_update_host_keys_token1] = ACTIONS(993), + [aux_sym_use_keychain_token1] = ACTIONS(993), + [aux_sym_use_roaming_token1] = ACTIONS(993), + [aux_sym_user_token1] = ACTIONS(995), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(993), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(993), + [aux_sym_visual_host_key_token1] = ACTIONS(993), + [aux_sym_xauth_location_token1] = ACTIONS(993), }, [638] = { - [ts_builtin_sym_end] = ACTIONS(1522), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1524), - [aux_sym_match_token1] = ACTIONS(1522), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1522), - [aux_sym_address_family_token1] = ACTIONS(1522), - [aux_sym_batch_mode_token1] = ACTIONS(1522), - [aux_sym_bind_address_token1] = ACTIONS(1522), - [aux_sym_bind_interface_token1] = ACTIONS(1522), - [aux_sym_canonical_domains_token1] = ACTIONS(1522), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1522), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1522), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1522), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1522), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1522), - [aux_sym_certificate_file_token1] = ACTIONS(1522), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1522), - [aux_sym_check_host_ip_token1] = ACTIONS(1522), - [aux_sym_ciphers_token1] = ACTIONS(1522), - [aux_sym_cipher_token1] = ACTIONS(1524), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1522), - [aux_sym_compression_token1] = ACTIONS(1522), - [aux_sym_connection_attempts_token1] = ACTIONS(1522), - [aux_sym_connect_timeout_token1] = ACTIONS(1522), - [aux_sym_control_master_token1] = ACTIONS(1522), - [aux_sym_control_path_token1] = ACTIONS(1522), - [aux_sym_control_persist_token1] = ACTIONS(1522), - [aux_sym_dynamic_forward_token1] = ACTIONS(1522), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1522), - [aux_sym_escape_char_token1] = ACTIONS(1522), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1522), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1522), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1522), - [aux_sym_forward_agent_token1] = ACTIONS(1522), - [aux_sym_forward_x11_token1] = ACTIONS(1524), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1522), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1522), - [aux_sym_gateway_ports_token1] = ACTIONS(1522), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1522), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1522), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1522), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1522), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1522), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1522), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1522), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1522), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1522), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1522), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1522), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1522), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1522), - [aux_sym_host_key_alias_token1] = ACTIONS(1522), - [aux_sym_hostname_token1] = ACTIONS(1522), - [aux_sym_identities_only_token1] = ACTIONS(1522), - [aux_sym_identity_agent_token1] = ACTIONS(1522), - [aux_sym_identity_file_token1] = ACTIONS(1522), - [aux_sym_ignore_unknown_token1] = ACTIONS(1522), - [aux_sym_include_token1] = ACTIONS(1522), - [aux_sym_ip_qos_token1] = ACTIONS(1522), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1522), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1522), - [aux_sym_kex_algorithms_token1] = ACTIONS(1522), - [aux_sym_known_hosts_command_token1] = ACTIONS(1522), - [aux_sym_local_command_token1] = ACTIONS(1522), - [aux_sym_local_forward_token1] = ACTIONS(1522), - [aux_sym_log_level_token1] = ACTIONS(1522), - [aux_sym_log_verbose_token1] = ACTIONS(1522), - [aux_sym_macs_token1] = ACTIONS(1522), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1522), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1522), - [aux_sym_password_authentication_token1] = ACTIONS(1522), - [aux_sym_permit_local_command_token1] = ACTIONS(1522), - [aux_sym_permit_remote_open_token1] = ACTIONS(1522), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1522), - [aux_sym_port_token1] = ACTIONS(1522), - [aux_sym_preferred_authentications_token1] = ACTIONS(1522), - [aux_sym_protocol_token1] = ACTIONS(1522), - [aux_sym_proxy_command_token1] = ACTIONS(1522), - [aux_sym_proxy_jump_token1] = ACTIONS(1522), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1522), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1522), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1522), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1522), - [aux_sym_rekey_limit_token1] = ACTIONS(1522), - [aux_sym_remote_command_token1] = ACTIONS(1522), - [aux_sym_remote_forward_token1] = ACTIONS(1522), - [aux_sym_request_tty_token1] = ACTIONS(1522), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1522), - [aux_sym_security_key_provider_token1] = ACTIONS(1522), - [aux_sym_send_env_token1] = ACTIONS(1522), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1522), - [aux_sym_server_alive_interval_token1] = ACTIONS(1522), - [aux_sym_session_type_token1] = ACTIONS(1522), - [aux_sym_set_env_token1] = ACTIONS(1522), - [aux_sym_stdin_null_token1] = ACTIONS(1522), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1522), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1522), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1522), - [aux_sym_syslog_facility_token1] = ACTIONS(1522), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1522), - [aux_sym_keep_alive_token1] = ACTIONS(1522), - [aux_sym_tunnel_token1] = ACTIONS(1524), - [aux_sym_tunnel_device_token1] = ACTIONS(1522), - [aux_sym_update_host_keys_token1] = ACTIONS(1522), - [aux_sym_use_keychain_token1] = ACTIONS(1522), - [aux_sym_use_roaming_token1] = ACTIONS(1522), - [aux_sym_user_token1] = ACTIONS(1524), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1522), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1522), - [aux_sym_visual_host_key_token1] = ACTIONS(1522), - [aux_sym_xauth_location_token1] = ACTIONS(1522), + [ts_builtin_sym_end] = ACTIONS(999), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1001), + [aux_sym_match_token1] = ACTIONS(999), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(999), + [aux_sym_address_family_token1] = ACTIONS(999), + [aux_sym_batch_mode_token1] = ACTIONS(999), + [aux_sym_bind_address_token1] = ACTIONS(999), + [aux_sym_bind_interface_token1] = ACTIONS(999), + [aux_sym_canonical_domains_token1] = ACTIONS(999), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(999), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(999), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(999), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(999), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(999), + [aux_sym_certificate_file_token1] = ACTIONS(999), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(999), + [aux_sym_check_host_ip_token1] = ACTIONS(999), + [aux_sym_ciphers_token1] = ACTIONS(999), + [aux_sym_cipher_token1] = ACTIONS(1001), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(999), + [aux_sym_compression_token1] = ACTIONS(999), + [aux_sym_connection_attempts_token1] = ACTIONS(999), + [aux_sym_connect_timeout_token1] = ACTIONS(999), + [aux_sym_control_master_token1] = ACTIONS(999), + [aux_sym_control_path_token1] = ACTIONS(999), + [aux_sym_control_persist_token1] = ACTIONS(999), + [aux_sym_dynamic_forward_token1] = ACTIONS(999), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(999), + [aux_sym_escape_char_token1] = ACTIONS(999), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(999), + [aux_sym_fingerprint_hash_token1] = ACTIONS(999), + [aux_sym_fork_after_authentication_token1] = ACTIONS(999), + [aux_sym_forward_agent_token1] = ACTIONS(999), + [aux_sym_forward_x11_token1] = ACTIONS(1001), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(999), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(999), + [aux_sym_gateway_ports_token1] = ACTIONS(999), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(999), + [aux_sym_gssapi_authentication_token1] = ACTIONS(999), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(999), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(999), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(999), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(999), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(999), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(999), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(999), + [aux_sym_hash_known_hosts_token1] = ACTIONS(999), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(999), + [aux_sym_hostbased_authentication_token1] = ACTIONS(999), + [aux_sym_host_key_algorithms_token1] = ACTIONS(999), + [aux_sym_host_key_alias_token1] = ACTIONS(999), + [aux_sym_hostname_token1] = ACTIONS(999), + [aux_sym_identities_only_token1] = ACTIONS(999), + [aux_sym_identity_agent_token1] = ACTIONS(999), + [aux_sym_identity_file_token1] = ACTIONS(999), + [aux_sym_ignore_unknown_token1] = ACTIONS(999), + [aux_sym_include_token1] = ACTIONS(999), + [aux_sym_ip_qos_token1] = ACTIONS(999), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(999), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(999), + [aux_sym_kex_algorithms_token1] = ACTIONS(999), + [aux_sym_known_hosts_command_token1] = ACTIONS(999), + [aux_sym_local_command_token1] = ACTIONS(999), + [aux_sym_local_forward_token1] = ACTIONS(999), + [aux_sym_log_level_token1] = ACTIONS(999), + [aux_sym_log_verbose_token1] = ACTIONS(999), + [aux_sym_macs_token1] = ACTIONS(999), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(999), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(999), + [aux_sym_password_authentication_token1] = ACTIONS(999), + [aux_sym_permit_local_command_token1] = ACTIONS(999), + [aux_sym_permit_remote_open_token1] = ACTIONS(999), + [aux_sym_pkcs11_provider_token1] = ACTIONS(999), + [aux_sym_port_token1] = ACTIONS(999), + [aux_sym_preferred_authentications_token1] = ACTIONS(999), + [aux_sym_protocol_token1] = ACTIONS(999), + [aux_sym_proxy_command_token1] = ACTIONS(999), + [aux_sym_proxy_jump_token1] = ACTIONS(999), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(999), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(999), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(999), + [aux_sym_pubkey_authentication_token1] = ACTIONS(999), + [aux_sym_rekey_limit_token1] = ACTIONS(999), + [aux_sym_remote_command_token1] = ACTIONS(999), + [aux_sym_remote_forward_token1] = ACTIONS(999), + [aux_sym_request_tty_token1] = ACTIONS(999), + [aux_sym_required_rsa_size_token1] = ACTIONS(999), + [aux_sym_revoked_host_keys_token1] = ACTIONS(999), + [aux_sym_security_key_provider_token1] = ACTIONS(999), + [aux_sym_send_env_token1] = ACTIONS(999), + [aux_sym_server_alive_count_max_token1] = ACTIONS(999), + [aux_sym_server_alive_interval_token1] = ACTIONS(999), + [aux_sym_session_type_token1] = ACTIONS(999), + [aux_sym_set_env_token1] = ACTIONS(999), + [aux_sym_stdin_null_token1] = ACTIONS(999), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(999), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(999), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(999), + [aux_sym_syslog_facility_token1] = ACTIONS(999), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(999), + [aux_sym_keep_alive_token1] = ACTIONS(999), + [aux_sym_tunnel_token1] = ACTIONS(1001), + [aux_sym_tunnel_device_token1] = ACTIONS(999), + [aux_sym_update_host_keys_token1] = ACTIONS(999), + [aux_sym_use_keychain_token1] = ACTIONS(999), + [aux_sym_use_roaming_token1] = ACTIONS(999), + [aux_sym_user_token1] = ACTIONS(1001), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(999), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(999), + [aux_sym_visual_host_key_token1] = ACTIONS(999), + [aux_sym_xauth_location_token1] = ACTIONS(999), }, [639] = { - [ts_builtin_sym_end] = ACTIONS(3390), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3392), - [aux_sym_match_token1] = ACTIONS(3390), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3390), - [aux_sym_address_family_token1] = ACTIONS(3390), - [aux_sym_batch_mode_token1] = ACTIONS(3390), - [aux_sym_bind_address_token1] = ACTIONS(3390), - [aux_sym_bind_interface_token1] = ACTIONS(3390), - [aux_sym_canonical_domains_token1] = ACTIONS(3390), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3390), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3390), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3390), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3390), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3390), - [aux_sym_certificate_file_token1] = ACTIONS(3390), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3390), - [aux_sym_check_host_ip_token1] = ACTIONS(3390), - [aux_sym_ciphers_token1] = ACTIONS(3390), - [aux_sym_cipher_token1] = ACTIONS(3392), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3390), - [aux_sym_compression_token1] = ACTIONS(3390), - [aux_sym_connection_attempts_token1] = ACTIONS(3390), - [aux_sym_connect_timeout_token1] = ACTIONS(3390), - [aux_sym_control_master_token1] = ACTIONS(3390), - [aux_sym_control_path_token1] = ACTIONS(3390), - [aux_sym_control_persist_token1] = ACTIONS(3390), - [aux_sym_dynamic_forward_token1] = ACTIONS(3390), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3390), - [aux_sym_escape_char_token1] = ACTIONS(3390), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3390), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3390), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3390), - [aux_sym_forward_agent_token1] = ACTIONS(3390), - [aux_sym_forward_x11_token1] = ACTIONS(3392), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3390), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3390), - [aux_sym_gateway_ports_token1] = ACTIONS(3390), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3390), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3390), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3390), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3390), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3390), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3390), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3390), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3390), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3390), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3390), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3390), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3390), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3390), - [aux_sym_host_key_alias_token1] = ACTIONS(3390), - [aux_sym_hostname_token1] = ACTIONS(3390), - [aux_sym_identities_only_token1] = ACTIONS(3390), - [aux_sym_identity_agent_token1] = ACTIONS(3390), - [aux_sym_identity_file_token1] = ACTIONS(3390), - [aux_sym_ignore_unknown_token1] = ACTIONS(3390), - [aux_sym_include_token1] = ACTIONS(3390), - [aux_sym_ip_qos_token1] = ACTIONS(3390), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3390), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3390), - [aux_sym_kex_algorithms_token1] = ACTIONS(3390), - [aux_sym_known_hosts_command_token1] = ACTIONS(3390), - [aux_sym_local_command_token1] = ACTIONS(3390), - [aux_sym_local_forward_token1] = ACTIONS(3390), - [aux_sym_log_level_token1] = ACTIONS(3390), - [aux_sym_log_verbose_token1] = ACTIONS(3390), - [aux_sym_macs_token1] = ACTIONS(3390), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3390), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3390), - [aux_sym_password_authentication_token1] = ACTIONS(3390), - [aux_sym_permit_local_command_token1] = ACTIONS(3390), - [aux_sym_permit_remote_open_token1] = ACTIONS(3390), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3390), - [aux_sym_port_token1] = ACTIONS(3390), - [aux_sym_preferred_authentications_token1] = ACTIONS(3390), - [aux_sym_protocol_token1] = ACTIONS(3390), - [aux_sym_proxy_command_token1] = ACTIONS(3390), - [aux_sym_proxy_jump_token1] = ACTIONS(3390), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3390), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3390), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3390), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3390), - [aux_sym_rekey_limit_token1] = ACTIONS(3390), - [aux_sym_remote_command_token1] = ACTIONS(3390), - [aux_sym_remote_forward_token1] = ACTIONS(3390), - [aux_sym_request_tty_token1] = ACTIONS(3390), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3390), - [aux_sym_security_key_provider_token1] = ACTIONS(3390), - [aux_sym_send_env_token1] = ACTIONS(3390), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3390), - [aux_sym_server_alive_interval_token1] = ACTIONS(3390), - [aux_sym_session_type_token1] = ACTIONS(3390), - [aux_sym_set_env_token1] = ACTIONS(3390), - [aux_sym_stdin_null_token1] = ACTIONS(3390), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3390), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3390), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3390), - [aux_sym_syslog_facility_token1] = ACTIONS(3390), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3390), - [aux_sym_keep_alive_token1] = ACTIONS(3390), - [aux_sym_tunnel_token1] = ACTIONS(3392), - [aux_sym_tunnel_device_token1] = ACTIONS(3390), - [aux_sym_update_host_keys_token1] = ACTIONS(3390), - [aux_sym_use_keychain_token1] = ACTIONS(3390), - [aux_sym_use_roaming_token1] = ACTIONS(3390), - [aux_sym_user_token1] = ACTIONS(3392), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3390), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3390), - [aux_sym_visual_host_key_token1] = ACTIONS(3390), - [aux_sym_xauth_location_token1] = ACTIONS(3390), + [ts_builtin_sym_end] = ACTIONS(1005), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1007), + [aux_sym_match_token1] = ACTIONS(1005), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1005), + [aux_sym_address_family_token1] = ACTIONS(1005), + [aux_sym_batch_mode_token1] = ACTIONS(1005), + [aux_sym_bind_address_token1] = ACTIONS(1005), + [aux_sym_bind_interface_token1] = ACTIONS(1005), + [aux_sym_canonical_domains_token1] = ACTIONS(1005), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1005), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1005), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1005), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1005), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1005), + [aux_sym_certificate_file_token1] = ACTIONS(1005), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1005), + [aux_sym_check_host_ip_token1] = ACTIONS(1005), + [aux_sym_ciphers_token1] = ACTIONS(1005), + [aux_sym_cipher_token1] = ACTIONS(1007), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1005), + [aux_sym_compression_token1] = ACTIONS(1005), + [aux_sym_connection_attempts_token1] = ACTIONS(1005), + [aux_sym_connect_timeout_token1] = ACTIONS(1005), + [aux_sym_control_master_token1] = ACTIONS(1005), + [aux_sym_control_path_token1] = ACTIONS(1005), + [aux_sym_control_persist_token1] = ACTIONS(1005), + [aux_sym_dynamic_forward_token1] = ACTIONS(1005), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1005), + [aux_sym_escape_char_token1] = ACTIONS(1005), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1005), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1005), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1005), + [aux_sym_forward_agent_token1] = ACTIONS(1005), + [aux_sym_forward_x11_token1] = ACTIONS(1007), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1005), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1005), + [aux_sym_gateway_ports_token1] = ACTIONS(1005), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1005), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1005), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1005), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1005), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1005), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1005), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1005), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1005), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1005), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1005), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1005), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1005), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1005), + [aux_sym_host_key_alias_token1] = ACTIONS(1005), + [aux_sym_hostname_token1] = ACTIONS(1005), + [aux_sym_identities_only_token1] = ACTIONS(1005), + [aux_sym_identity_agent_token1] = ACTIONS(1005), + [aux_sym_identity_file_token1] = ACTIONS(1005), + [aux_sym_ignore_unknown_token1] = ACTIONS(1005), + [aux_sym_include_token1] = ACTIONS(1005), + [aux_sym_ip_qos_token1] = ACTIONS(1005), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1005), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1005), + [aux_sym_kex_algorithms_token1] = ACTIONS(1005), + [aux_sym_known_hosts_command_token1] = ACTIONS(1005), + [aux_sym_local_command_token1] = ACTIONS(1005), + [aux_sym_local_forward_token1] = ACTIONS(1005), + [aux_sym_log_level_token1] = ACTIONS(1005), + [aux_sym_log_verbose_token1] = ACTIONS(1005), + [aux_sym_macs_token1] = ACTIONS(1005), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1005), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1005), + [aux_sym_password_authentication_token1] = ACTIONS(1005), + [aux_sym_permit_local_command_token1] = ACTIONS(1005), + [aux_sym_permit_remote_open_token1] = ACTIONS(1005), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1005), + [aux_sym_port_token1] = ACTIONS(1005), + [aux_sym_preferred_authentications_token1] = ACTIONS(1005), + [aux_sym_protocol_token1] = ACTIONS(1005), + [aux_sym_proxy_command_token1] = ACTIONS(1005), + [aux_sym_proxy_jump_token1] = ACTIONS(1005), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1005), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1005), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1005), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1005), + [aux_sym_rekey_limit_token1] = ACTIONS(1005), + [aux_sym_remote_command_token1] = ACTIONS(1005), + [aux_sym_remote_forward_token1] = ACTIONS(1005), + [aux_sym_request_tty_token1] = ACTIONS(1005), + [aux_sym_required_rsa_size_token1] = ACTIONS(1005), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1005), + [aux_sym_security_key_provider_token1] = ACTIONS(1005), + [aux_sym_send_env_token1] = ACTIONS(1005), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1005), + [aux_sym_server_alive_interval_token1] = ACTIONS(1005), + [aux_sym_session_type_token1] = ACTIONS(1005), + [aux_sym_set_env_token1] = ACTIONS(1005), + [aux_sym_stdin_null_token1] = ACTIONS(1005), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1005), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1005), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1005), + [aux_sym_syslog_facility_token1] = ACTIONS(1005), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1005), + [aux_sym_keep_alive_token1] = ACTIONS(1005), + [aux_sym_tunnel_token1] = ACTIONS(1007), + [aux_sym_tunnel_device_token1] = ACTIONS(1005), + [aux_sym_update_host_keys_token1] = ACTIONS(1005), + [aux_sym_use_keychain_token1] = ACTIONS(1005), + [aux_sym_use_roaming_token1] = ACTIONS(1005), + [aux_sym_user_token1] = ACTIONS(1007), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1005), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1005), + [aux_sym_visual_host_key_token1] = ACTIONS(1005), + [aux_sym_xauth_location_token1] = ACTIONS(1005), }, [640] = { - [ts_builtin_sym_end] = ACTIONS(3394), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(3396), - [aux_sym_match_token1] = ACTIONS(3394), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(3394), - [aux_sym_address_family_token1] = ACTIONS(3394), - [aux_sym_batch_mode_token1] = ACTIONS(3394), - [aux_sym_bind_address_token1] = ACTIONS(3394), - [aux_sym_bind_interface_token1] = ACTIONS(3394), - [aux_sym_canonical_domains_token1] = ACTIONS(3394), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(3394), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(3394), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(3394), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(3394), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(3394), - [aux_sym_certificate_file_token1] = ACTIONS(3394), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(3394), - [aux_sym_check_host_ip_token1] = ACTIONS(3394), - [aux_sym_ciphers_token1] = ACTIONS(3394), - [aux_sym_cipher_token1] = ACTIONS(3396), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(3394), - [aux_sym_compression_token1] = ACTIONS(3394), - [aux_sym_connection_attempts_token1] = ACTIONS(3394), - [aux_sym_connect_timeout_token1] = ACTIONS(3394), - [aux_sym_control_master_token1] = ACTIONS(3394), - [aux_sym_control_path_token1] = ACTIONS(3394), - [aux_sym_control_persist_token1] = ACTIONS(3394), - [aux_sym_dynamic_forward_token1] = ACTIONS(3394), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(3394), - [aux_sym_escape_char_token1] = ACTIONS(3394), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(3394), - [aux_sym_fingerprint_hash_token1] = ACTIONS(3394), - [aux_sym_fork_after_authentication_token1] = ACTIONS(3394), - [aux_sym_forward_agent_token1] = ACTIONS(3394), - [aux_sym_forward_x11_token1] = ACTIONS(3396), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(3394), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(3394), - [aux_sym_gateway_ports_token1] = ACTIONS(3394), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(3394), - [aux_sym_gssapi_authentication_token1] = ACTIONS(3394), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(3394), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(3394), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(3394), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(3394), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(3394), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(3394), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(3394), - [aux_sym_hash_known_hosts_token1] = ACTIONS(3394), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(3394), - [aux_sym_hostbased_authentication_token1] = ACTIONS(3394), - [aux_sym_host_key_algorithms_token1] = ACTIONS(3394), - [aux_sym_host_key_alias_token1] = ACTIONS(3394), - [aux_sym_hostname_token1] = ACTIONS(3394), - [aux_sym_identities_only_token1] = ACTIONS(3394), - [aux_sym_identity_agent_token1] = ACTIONS(3394), - [aux_sym_identity_file_token1] = ACTIONS(3394), - [aux_sym_ignore_unknown_token1] = ACTIONS(3394), - [aux_sym_include_token1] = ACTIONS(3394), - [aux_sym_ip_qos_token1] = ACTIONS(3394), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(3394), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(3394), - [aux_sym_kex_algorithms_token1] = ACTIONS(3394), - [aux_sym_known_hosts_command_token1] = ACTIONS(3394), - [aux_sym_local_command_token1] = ACTIONS(3394), - [aux_sym_local_forward_token1] = ACTIONS(3394), - [aux_sym_log_level_token1] = ACTIONS(3394), - [aux_sym_log_verbose_token1] = ACTIONS(3394), - [aux_sym_macs_token1] = ACTIONS(3394), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(3394), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(3394), - [aux_sym_password_authentication_token1] = ACTIONS(3394), - [aux_sym_permit_local_command_token1] = ACTIONS(3394), - [aux_sym_permit_remote_open_token1] = ACTIONS(3394), - [aux_sym_pkcs11_provider_token1] = ACTIONS(3394), - [aux_sym_port_token1] = ACTIONS(3394), - [aux_sym_preferred_authentications_token1] = ACTIONS(3394), - [aux_sym_protocol_token1] = ACTIONS(3394), - [aux_sym_proxy_command_token1] = ACTIONS(3394), - [aux_sym_proxy_jump_token1] = ACTIONS(3394), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(3394), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(3394), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(3394), - [aux_sym_pubkey_authentication_token1] = ACTIONS(3394), - [aux_sym_rekey_limit_token1] = ACTIONS(3394), - [aux_sym_remote_command_token1] = ACTIONS(3394), - [aux_sym_remote_forward_token1] = ACTIONS(3394), - [aux_sym_request_tty_token1] = ACTIONS(3394), - [aux_sym_revoked_host_keys_token1] = ACTIONS(3394), - [aux_sym_security_key_provider_token1] = ACTIONS(3394), - [aux_sym_send_env_token1] = ACTIONS(3394), - [aux_sym_server_alive_count_max_token1] = ACTIONS(3394), - [aux_sym_server_alive_interval_token1] = ACTIONS(3394), - [aux_sym_session_type_token1] = ACTIONS(3394), - [aux_sym_set_env_token1] = ACTIONS(3394), - [aux_sym_stdin_null_token1] = ACTIONS(3394), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(3394), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(3394), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(3394), - [aux_sym_syslog_facility_token1] = ACTIONS(3394), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(3394), - [aux_sym_keep_alive_token1] = ACTIONS(3394), - [aux_sym_tunnel_token1] = ACTIONS(3396), - [aux_sym_tunnel_device_token1] = ACTIONS(3394), - [aux_sym_update_host_keys_token1] = ACTIONS(3394), - [aux_sym_use_keychain_token1] = ACTIONS(3394), - [aux_sym_use_roaming_token1] = ACTIONS(3394), - [aux_sym_user_token1] = ACTIONS(3396), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(3394), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(3394), - [aux_sym_visual_host_key_token1] = ACTIONS(3394), - [aux_sym_xauth_location_token1] = ACTIONS(3394), + [ts_builtin_sym_end] = ACTIONS(1011), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1013), + [aux_sym_match_token1] = ACTIONS(1011), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1011), + [aux_sym_address_family_token1] = ACTIONS(1011), + [aux_sym_batch_mode_token1] = ACTIONS(1011), + [aux_sym_bind_address_token1] = ACTIONS(1011), + [aux_sym_bind_interface_token1] = ACTIONS(1011), + [aux_sym_canonical_domains_token1] = ACTIONS(1011), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1011), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1011), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1011), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1011), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1011), + [aux_sym_certificate_file_token1] = ACTIONS(1011), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1011), + [aux_sym_check_host_ip_token1] = ACTIONS(1011), + [aux_sym_ciphers_token1] = ACTIONS(1011), + [aux_sym_cipher_token1] = ACTIONS(1013), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1011), + [aux_sym_compression_token1] = ACTIONS(1011), + [aux_sym_connection_attempts_token1] = ACTIONS(1011), + [aux_sym_connect_timeout_token1] = ACTIONS(1011), + [aux_sym_control_master_token1] = ACTIONS(1011), + [aux_sym_control_path_token1] = ACTIONS(1011), + [aux_sym_control_persist_token1] = ACTIONS(1011), + [aux_sym_dynamic_forward_token1] = ACTIONS(1011), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1011), + [aux_sym_escape_char_token1] = ACTIONS(1011), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1011), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1011), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1011), + [aux_sym_forward_agent_token1] = ACTIONS(1011), + [aux_sym_forward_x11_token1] = ACTIONS(1013), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1011), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1011), + [aux_sym_gateway_ports_token1] = ACTIONS(1011), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1011), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1011), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1011), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1011), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1011), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1011), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1011), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1011), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1011), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1011), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1011), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1011), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1011), + [aux_sym_host_key_alias_token1] = ACTIONS(1011), + [aux_sym_hostname_token1] = ACTIONS(1011), + [aux_sym_identities_only_token1] = ACTIONS(1011), + [aux_sym_identity_agent_token1] = ACTIONS(1011), + [aux_sym_identity_file_token1] = ACTIONS(1011), + [aux_sym_ignore_unknown_token1] = ACTIONS(1011), + [aux_sym_include_token1] = ACTIONS(1011), + [aux_sym_ip_qos_token1] = ACTIONS(1011), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1011), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1011), + [aux_sym_kex_algorithms_token1] = ACTIONS(1011), + [aux_sym_known_hosts_command_token1] = ACTIONS(1011), + [aux_sym_local_command_token1] = ACTIONS(1011), + [aux_sym_local_forward_token1] = ACTIONS(1011), + [aux_sym_log_level_token1] = ACTIONS(1011), + [aux_sym_log_verbose_token1] = ACTIONS(1011), + [aux_sym_macs_token1] = ACTIONS(1011), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1011), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1011), + [aux_sym_password_authentication_token1] = ACTIONS(1011), + [aux_sym_permit_local_command_token1] = ACTIONS(1011), + [aux_sym_permit_remote_open_token1] = ACTIONS(1011), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1011), + [aux_sym_port_token1] = ACTIONS(1011), + [aux_sym_preferred_authentications_token1] = ACTIONS(1011), + [aux_sym_protocol_token1] = ACTIONS(1011), + [aux_sym_proxy_command_token1] = ACTIONS(1011), + [aux_sym_proxy_jump_token1] = ACTIONS(1011), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1011), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1011), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1011), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1011), + [aux_sym_rekey_limit_token1] = ACTIONS(1011), + [aux_sym_remote_command_token1] = ACTIONS(1011), + [aux_sym_remote_forward_token1] = ACTIONS(1011), + [aux_sym_request_tty_token1] = ACTIONS(1011), + [aux_sym_required_rsa_size_token1] = ACTIONS(1011), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1011), + [aux_sym_security_key_provider_token1] = ACTIONS(1011), + [aux_sym_send_env_token1] = ACTIONS(1011), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1011), + [aux_sym_server_alive_interval_token1] = ACTIONS(1011), + [aux_sym_session_type_token1] = ACTIONS(1011), + [aux_sym_set_env_token1] = ACTIONS(1011), + [aux_sym_stdin_null_token1] = ACTIONS(1011), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1011), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1011), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1011), + [aux_sym_syslog_facility_token1] = ACTIONS(1011), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1011), + [aux_sym_keep_alive_token1] = ACTIONS(1011), + [aux_sym_tunnel_token1] = ACTIONS(1013), + [aux_sym_tunnel_device_token1] = ACTIONS(1011), + [aux_sym_update_host_keys_token1] = ACTIONS(1011), + [aux_sym_use_keychain_token1] = ACTIONS(1011), + [aux_sym_use_roaming_token1] = ACTIONS(1011), + [aux_sym_user_token1] = ACTIONS(1013), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1011), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1011), + [aux_sym_visual_host_key_token1] = ACTIONS(1011), + [aux_sym_xauth_location_token1] = ACTIONS(1011), }, [641] = { - [ts_builtin_sym_end] = ACTIONS(562), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(564), - [aux_sym_match_token1] = ACTIONS(562), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(562), - [aux_sym_address_family_token1] = ACTIONS(562), - [aux_sym_batch_mode_token1] = ACTIONS(562), - [aux_sym_bind_address_token1] = ACTIONS(562), - [aux_sym_bind_interface_token1] = ACTIONS(562), - [aux_sym_canonical_domains_token1] = ACTIONS(562), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(562), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(562), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(562), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(562), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(562), - [aux_sym_certificate_file_token1] = ACTIONS(562), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(562), - [aux_sym_check_host_ip_token1] = ACTIONS(562), - [aux_sym_ciphers_token1] = ACTIONS(562), - [aux_sym_cipher_token1] = ACTIONS(564), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(562), - [aux_sym_compression_token1] = ACTIONS(562), - [aux_sym_connection_attempts_token1] = ACTIONS(562), - [aux_sym_connect_timeout_token1] = ACTIONS(562), - [aux_sym_control_master_token1] = ACTIONS(562), - [aux_sym_control_path_token1] = ACTIONS(562), - [aux_sym_control_persist_token1] = ACTIONS(562), - [aux_sym_dynamic_forward_token1] = ACTIONS(562), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(562), - [aux_sym_escape_char_token1] = ACTIONS(562), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(562), - [aux_sym_fingerprint_hash_token1] = ACTIONS(562), - [aux_sym_fork_after_authentication_token1] = ACTIONS(562), - [aux_sym_forward_agent_token1] = ACTIONS(562), - [aux_sym_forward_x11_token1] = ACTIONS(564), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(562), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(562), - [aux_sym_gateway_ports_token1] = ACTIONS(562), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(562), - [aux_sym_gssapi_authentication_token1] = ACTIONS(562), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(562), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(562), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(562), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(562), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(562), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(562), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(562), - [aux_sym_hash_known_hosts_token1] = ACTIONS(562), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(562), - [aux_sym_hostbased_authentication_token1] = ACTIONS(562), - [aux_sym_host_key_algorithms_token1] = ACTIONS(562), - [aux_sym_host_key_alias_token1] = ACTIONS(562), - [aux_sym_hostname_token1] = ACTIONS(562), - [aux_sym_identities_only_token1] = ACTIONS(562), - [aux_sym_identity_agent_token1] = ACTIONS(562), - [aux_sym_identity_file_token1] = ACTIONS(562), - [aux_sym_ignore_unknown_token1] = ACTIONS(562), - [aux_sym_include_token1] = ACTIONS(562), - [aux_sym_ip_qos_token1] = ACTIONS(562), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(562), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(562), - [aux_sym_kex_algorithms_token1] = ACTIONS(562), - [aux_sym_known_hosts_command_token1] = ACTIONS(562), - [aux_sym_local_command_token1] = ACTIONS(562), - [aux_sym_local_forward_token1] = ACTIONS(562), - [aux_sym_log_level_token1] = ACTIONS(562), - [aux_sym_log_verbose_token1] = ACTIONS(562), - [aux_sym_macs_token1] = ACTIONS(562), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(562), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(562), - [aux_sym_password_authentication_token1] = ACTIONS(562), - [aux_sym_permit_local_command_token1] = ACTIONS(562), - [aux_sym_permit_remote_open_token1] = ACTIONS(562), - [aux_sym_pkcs11_provider_token1] = ACTIONS(562), - [aux_sym_port_token1] = ACTIONS(562), - [aux_sym_preferred_authentications_token1] = ACTIONS(562), - [aux_sym_protocol_token1] = ACTIONS(562), - [aux_sym_proxy_command_token1] = ACTIONS(562), - [aux_sym_proxy_jump_token1] = ACTIONS(562), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(562), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(562), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(562), - [aux_sym_pubkey_authentication_token1] = ACTIONS(562), - [aux_sym_rekey_limit_token1] = ACTIONS(562), - [aux_sym_remote_command_token1] = ACTIONS(562), - [aux_sym_remote_forward_token1] = ACTIONS(562), - [aux_sym_request_tty_token1] = ACTIONS(562), - [aux_sym_revoked_host_keys_token1] = ACTIONS(562), - [aux_sym_security_key_provider_token1] = ACTIONS(562), - [aux_sym_send_env_token1] = ACTIONS(562), - [aux_sym_server_alive_count_max_token1] = ACTIONS(562), - [aux_sym_server_alive_interval_token1] = ACTIONS(562), - [aux_sym_session_type_token1] = ACTIONS(562), - [aux_sym_set_env_token1] = ACTIONS(562), - [aux_sym_stdin_null_token1] = ACTIONS(562), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(562), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(562), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(562), - [aux_sym_syslog_facility_token1] = ACTIONS(562), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(562), - [aux_sym_keep_alive_token1] = ACTIONS(562), - [aux_sym_tunnel_token1] = ACTIONS(564), - [aux_sym_tunnel_device_token1] = ACTIONS(562), - [aux_sym_update_host_keys_token1] = ACTIONS(562), - [aux_sym_use_keychain_token1] = ACTIONS(562), - [aux_sym_use_roaming_token1] = ACTIONS(562), - [aux_sym_user_token1] = ACTIONS(564), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(562), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(562), - [aux_sym_visual_host_key_token1] = ACTIONS(562), - [aux_sym_xauth_location_token1] = ACTIONS(562), + [ts_builtin_sym_end] = ACTIONS(1017), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1019), + [aux_sym_match_token1] = ACTIONS(1017), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1017), + [aux_sym_address_family_token1] = ACTIONS(1017), + [aux_sym_batch_mode_token1] = ACTIONS(1017), + [aux_sym_bind_address_token1] = ACTIONS(1017), + [aux_sym_bind_interface_token1] = ACTIONS(1017), + [aux_sym_canonical_domains_token1] = ACTIONS(1017), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1017), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1017), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1017), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1017), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1017), + [aux_sym_certificate_file_token1] = ACTIONS(1017), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1017), + [aux_sym_check_host_ip_token1] = ACTIONS(1017), + [aux_sym_ciphers_token1] = ACTIONS(1017), + [aux_sym_cipher_token1] = ACTIONS(1019), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1017), + [aux_sym_compression_token1] = ACTIONS(1017), + [aux_sym_connection_attempts_token1] = ACTIONS(1017), + [aux_sym_connect_timeout_token1] = ACTIONS(1017), + [aux_sym_control_master_token1] = ACTIONS(1017), + [aux_sym_control_path_token1] = ACTIONS(1017), + [aux_sym_control_persist_token1] = ACTIONS(1017), + [aux_sym_dynamic_forward_token1] = ACTIONS(1017), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1017), + [aux_sym_escape_char_token1] = ACTIONS(1017), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1017), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1017), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1017), + [aux_sym_forward_agent_token1] = ACTIONS(1017), + [aux_sym_forward_x11_token1] = ACTIONS(1019), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1017), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1017), + [aux_sym_gateway_ports_token1] = ACTIONS(1017), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1017), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1017), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1017), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1017), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1017), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1017), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1017), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1017), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1017), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1017), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1017), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1017), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1017), + [aux_sym_host_key_alias_token1] = ACTIONS(1017), + [aux_sym_hostname_token1] = ACTIONS(1017), + [aux_sym_identities_only_token1] = ACTIONS(1017), + [aux_sym_identity_agent_token1] = ACTIONS(1017), + [aux_sym_identity_file_token1] = ACTIONS(1017), + [aux_sym_ignore_unknown_token1] = ACTIONS(1017), + [aux_sym_include_token1] = ACTIONS(1017), + [aux_sym_ip_qos_token1] = ACTIONS(1017), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1017), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1017), + [aux_sym_kex_algorithms_token1] = ACTIONS(1017), + [aux_sym_known_hosts_command_token1] = ACTIONS(1017), + [aux_sym_local_command_token1] = ACTIONS(1017), + [aux_sym_local_forward_token1] = ACTIONS(1017), + [aux_sym_log_level_token1] = ACTIONS(1017), + [aux_sym_log_verbose_token1] = ACTIONS(1017), + [aux_sym_macs_token1] = ACTIONS(1017), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1017), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1017), + [aux_sym_password_authentication_token1] = ACTIONS(1017), + [aux_sym_permit_local_command_token1] = ACTIONS(1017), + [aux_sym_permit_remote_open_token1] = ACTIONS(1017), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1017), + [aux_sym_port_token1] = ACTIONS(1017), + [aux_sym_preferred_authentications_token1] = ACTIONS(1017), + [aux_sym_protocol_token1] = ACTIONS(1017), + [aux_sym_proxy_command_token1] = ACTIONS(1017), + [aux_sym_proxy_jump_token1] = ACTIONS(1017), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1017), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1017), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1017), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1017), + [aux_sym_rekey_limit_token1] = ACTIONS(1017), + [aux_sym_remote_command_token1] = ACTIONS(1017), + [aux_sym_remote_forward_token1] = ACTIONS(1017), + [aux_sym_request_tty_token1] = ACTIONS(1017), + [aux_sym_required_rsa_size_token1] = ACTIONS(1017), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1017), + [aux_sym_security_key_provider_token1] = ACTIONS(1017), + [aux_sym_send_env_token1] = ACTIONS(1017), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1017), + [aux_sym_server_alive_interval_token1] = ACTIONS(1017), + [aux_sym_session_type_token1] = ACTIONS(1017), + [aux_sym_set_env_token1] = ACTIONS(1017), + [aux_sym_stdin_null_token1] = ACTIONS(1017), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1017), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1017), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1017), + [aux_sym_syslog_facility_token1] = ACTIONS(1017), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1017), + [aux_sym_keep_alive_token1] = ACTIONS(1017), + [aux_sym_tunnel_token1] = ACTIONS(1019), + [aux_sym_tunnel_device_token1] = ACTIONS(1017), + [aux_sym_update_host_keys_token1] = ACTIONS(1017), + [aux_sym_use_keychain_token1] = ACTIONS(1017), + [aux_sym_use_roaming_token1] = ACTIONS(1017), + [aux_sym_user_token1] = ACTIONS(1019), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1017), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1017), + [aux_sym_visual_host_key_token1] = ACTIONS(1017), + [aux_sym_xauth_location_token1] = ACTIONS(1017), }, [642] = { - [ts_builtin_sym_end] = ACTIONS(568), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(570), - [aux_sym_match_token1] = ACTIONS(568), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(568), - [aux_sym_address_family_token1] = ACTIONS(568), - [aux_sym_batch_mode_token1] = ACTIONS(568), - [aux_sym_bind_address_token1] = ACTIONS(568), - [aux_sym_bind_interface_token1] = ACTIONS(568), - [aux_sym_canonical_domains_token1] = ACTIONS(568), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(568), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(568), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(568), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(568), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(568), - [aux_sym_certificate_file_token1] = ACTIONS(568), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(568), - [aux_sym_check_host_ip_token1] = ACTIONS(568), - [aux_sym_ciphers_token1] = ACTIONS(568), - [aux_sym_cipher_token1] = ACTIONS(570), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(568), - [aux_sym_compression_token1] = ACTIONS(568), - [aux_sym_connection_attempts_token1] = ACTIONS(568), - [aux_sym_connect_timeout_token1] = ACTIONS(568), - [aux_sym_control_master_token1] = ACTIONS(568), - [aux_sym_control_path_token1] = ACTIONS(568), - [aux_sym_control_persist_token1] = ACTIONS(568), - [aux_sym_dynamic_forward_token1] = ACTIONS(568), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(568), - [aux_sym_escape_char_token1] = ACTIONS(568), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(568), - [aux_sym_fingerprint_hash_token1] = ACTIONS(568), - [aux_sym_fork_after_authentication_token1] = ACTIONS(568), - [aux_sym_forward_agent_token1] = ACTIONS(568), - [aux_sym_forward_x11_token1] = ACTIONS(570), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(568), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(568), - [aux_sym_gateway_ports_token1] = ACTIONS(568), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(568), - [aux_sym_gssapi_authentication_token1] = ACTIONS(568), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(568), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(568), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(568), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(568), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(568), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(568), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(568), - [aux_sym_hash_known_hosts_token1] = ACTIONS(568), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(568), - [aux_sym_hostbased_authentication_token1] = ACTIONS(568), - [aux_sym_host_key_algorithms_token1] = ACTIONS(568), - [aux_sym_host_key_alias_token1] = ACTIONS(568), - [aux_sym_hostname_token1] = ACTIONS(568), - [aux_sym_identities_only_token1] = ACTIONS(568), - [aux_sym_identity_agent_token1] = ACTIONS(568), - [aux_sym_identity_file_token1] = ACTIONS(568), - [aux_sym_ignore_unknown_token1] = ACTIONS(568), - [aux_sym_include_token1] = ACTIONS(568), - [aux_sym_ip_qos_token1] = ACTIONS(568), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(568), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(568), - [aux_sym_kex_algorithms_token1] = ACTIONS(568), - [aux_sym_known_hosts_command_token1] = ACTIONS(568), - [aux_sym_local_command_token1] = ACTIONS(568), - [aux_sym_local_forward_token1] = ACTIONS(568), - [aux_sym_log_level_token1] = ACTIONS(568), - [aux_sym_log_verbose_token1] = ACTIONS(568), - [aux_sym_macs_token1] = ACTIONS(568), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(568), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(568), - [aux_sym_password_authentication_token1] = ACTIONS(568), - [aux_sym_permit_local_command_token1] = ACTIONS(568), - [aux_sym_permit_remote_open_token1] = ACTIONS(568), - [aux_sym_pkcs11_provider_token1] = ACTIONS(568), - [aux_sym_port_token1] = ACTIONS(568), - [aux_sym_preferred_authentications_token1] = ACTIONS(568), - [aux_sym_protocol_token1] = ACTIONS(568), - [aux_sym_proxy_command_token1] = ACTIONS(568), - [aux_sym_proxy_jump_token1] = ACTIONS(568), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(568), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(568), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(568), - [aux_sym_pubkey_authentication_token1] = ACTIONS(568), - [aux_sym_rekey_limit_token1] = ACTIONS(568), - [aux_sym_remote_command_token1] = ACTIONS(568), - [aux_sym_remote_forward_token1] = ACTIONS(568), - [aux_sym_request_tty_token1] = ACTIONS(568), - [aux_sym_revoked_host_keys_token1] = ACTIONS(568), - [aux_sym_security_key_provider_token1] = ACTIONS(568), - [aux_sym_send_env_token1] = ACTIONS(568), - [aux_sym_server_alive_count_max_token1] = ACTIONS(568), - [aux_sym_server_alive_interval_token1] = ACTIONS(568), - [aux_sym_session_type_token1] = ACTIONS(568), - [aux_sym_set_env_token1] = ACTIONS(568), - [aux_sym_stdin_null_token1] = ACTIONS(568), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(568), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(568), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(568), - [aux_sym_syslog_facility_token1] = ACTIONS(568), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(568), - [aux_sym_keep_alive_token1] = ACTIONS(568), - [aux_sym_tunnel_token1] = ACTIONS(570), - [aux_sym_tunnel_device_token1] = ACTIONS(568), - [aux_sym_update_host_keys_token1] = ACTIONS(568), - [aux_sym_use_keychain_token1] = ACTIONS(568), - [aux_sym_use_roaming_token1] = ACTIONS(568), - [aux_sym_user_token1] = ACTIONS(570), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(568), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(568), - [aux_sym_visual_host_key_token1] = ACTIONS(568), - [aux_sym_xauth_location_token1] = ACTIONS(568), + [ts_builtin_sym_end] = ACTIONS(1023), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1025), + [aux_sym_match_token1] = ACTIONS(1023), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1023), + [aux_sym_address_family_token1] = ACTIONS(1023), + [aux_sym_batch_mode_token1] = ACTIONS(1023), + [aux_sym_bind_address_token1] = ACTIONS(1023), + [aux_sym_bind_interface_token1] = ACTIONS(1023), + [aux_sym_canonical_domains_token1] = ACTIONS(1023), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1023), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1023), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1023), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1023), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1023), + [aux_sym_certificate_file_token1] = ACTIONS(1023), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1023), + [aux_sym_check_host_ip_token1] = ACTIONS(1023), + [aux_sym_ciphers_token1] = ACTIONS(1023), + [aux_sym_cipher_token1] = ACTIONS(1025), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1023), + [aux_sym_compression_token1] = ACTIONS(1023), + [aux_sym_connection_attempts_token1] = ACTIONS(1023), + [aux_sym_connect_timeout_token1] = ACTIONS(1023), + [aux_sym_control_master_token1] = ACTIONS(1023), + [aux_sym_control_path_token1] = ACTIONS(1023), + [aux_sym_control_persist_token1] = ACTIONS(1023), + [aux_sym_dynamic_forward_token1] = ACTIONS(1023), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1023), + [aux_sym_escape_char_token1] = ACTIONS(1023), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1023), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1023), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1023), + [aux_sym_forward_agent_token1] = ACTIONS(1023), + [aux_sym_forward_x11_token1] = ACTIONS(1025), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1023), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1023), + [aux_sym_gateway_ports_token1] = ACTIONS(1023), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1023), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1023), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1023), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1023), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1023), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1023), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1023), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1023), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1023), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1023), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1023), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1023), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1023), + [aux_sym_host_key_alias_token1] = ACTIONS(1023), + [aux_sym_hostname_token1] = ACTIONS(1023), + [aux_sym_identities_only_token1] = ACTIONS(1023), + [aux_sym_identity_agent_token1] = ACTIONS(1023), + [aux_sym_identity_file_token1] = ACTIONS(1023), + [aux_sym_ignore_unknown_token1] = ACTIONS(1023), + [aux_sym_include_token1] = ACTIONS(1023), + [aux_sym_ip_qos_token1] = ACTIONS(1023), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1023), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1023), + [aux_sym_kex_algorithms_token1] = ACTIONS(1023), + [aux_sym_known_hosts_command_token1] = ACTIONS(1023), + [aux_sym_local_command_token1] = ACTIONS(1023), + [aux_sym_local_forward_token1] = ACTIONS(1023), + [aux_sym_log_level_token1] = ACTIONS(1023), + [aux_sym_log_verbose_token1] = ACTIONS(1023), + [aux_sym_macs_token1] = ACTIONS(1023), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1023), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1023), + [aux_sym_password_authentication_token1] = ACTIONS(1023), + [aux_sym_permit_local_command_token1] = ACTIONS(1023), + [aux_sym_permit_remote_open_token1] = ACTIONS(1023), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1023), + [aux_sym_port_token1] = ACTIONS(1023), + [aux_sym_preferred_authentications_token1] = ACTIONS(1023), + [aux_sym_protocol_token1] = ACTIONS(1023), + [aux_sym_proxy_command_token1] = ACTIONS(1023), + [aux_sym_proxy_jump_token1] = ACTIONS(1023), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1023), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1023), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1023), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1023), + [aux_sym_rekey_limit_token1] = ACTIONS(1023), + [aux_sym_remote_command_token1] = ACTIONS(1023), + [aux_sym_remote_forward_token1] = ACTIONS(1023), + [aux_sym_request_tty_token1] = ACTIONS(1023), + [aux_sym_required_rsa_size_token1] = ACTIONS(1023), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1023), + [aux_sym_security_key_provider_token1] = ACTIONS(1023), + [aux_sym_send_env_token1] = ACTIONS(1023), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1023), + [aux_sym_server_alive_interval_token1] = ACTIONS(1023), + [aux_sym_session_type_token1] = ACTIONS(1023), + [aux_sym_set_env_token1] = ACTIONS(1023), + [aux_sym_stdin_null_token1] = ACTIONS(1023), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1023), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1023), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1023), + [aux_sym_syslog_facility_token1] = ACTIONS(1023), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1023), + [aux_sym_keep_alive_token1] = ACTIONS(1023), + [aux_sym_tunnel_token1] = ACTIONS(1025), + [aux_sym_tunnel_device_token1] = ACTIONS(1023), + [aux_sym_update_host_keys_token1] = ACTIONS(1023), + [aux_sym_use_keychain_token1] = ACTIONS(1023), + [aux_sym_use_roaming_token1] = ACTIONS(1023), + [aux_sym_user_token1] = ACTIONS(1025), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1023), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1023), + [aux_sym_visual_host_key_token1] = ACTIONS(1023), + [aux_sym_xauth_location_token1] = ACTIONS(1023), }, [643] = { - [ts_builtin_sym_end] = ACTIONS(574), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(576), - [aux_sym_match_token1] = ACTIONS(574), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(574), - [aux_sym_address_family_token1] = ACTIONS(574), - [aux_sym_batch_mode_token1] = ACTIONS(574), - [aux_sym_bind_address_token1] = ACTIONS(574), - [aux_sym_bind_interface_token1] = ACTIONS(574), - [aux_sym_canonical_domains_token1] = ACTIONS(574), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(574), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(574), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(574), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(574), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(574), - [aux_sym_certificate_file_token1] = ACTIONS(574), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(574), - [aux_sym_check_host_ip_token1] = ACTIONS(574), - [aux_sym_ciphers_token1] = ACTIONS(574), - [aux_sym_cipher_token1] = ACTIONS(576), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(574), - [aux_sym_compression_token1] = ACTIONS(574), - [aux_sym_connection_attempts_token1] = ACTIONS(574), - [aux_sym_connect_timeout_token1] = ACTIONS(574), - [aux_sym_control_master_token1] = ACTIONS(574), - [aux_sym_control_path_token1] = ACTIONS(574), - [aux_sym_control_persist_token1] = ACTIONS(574), - [aux_sym_dynamic_forward_token1] = ACTIONS(574), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(574), - [aux_sym_escape_char_token1] = ACTIONS(574), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(574), - [aux_sym_fingerprint_hash_token1] = ACTIONS(574), - [aux_sym_fork_after_authentication_token1] = ACTIONS(574), - [aux_sym_forward_agent_token1] = ACTIONS(574), - [aux_sym_forward_x11_token1] = ACTIONS(576), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(574), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(574), - [aux_sym_gateway_ports_token1] = ACTIONS(574), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(574), - [aux_sym_gssapi_authentication_token1] = ACTIONS(574), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(574), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(574), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(574), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(574), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(574), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(574), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(574), - [aux_sym_hash_known_hosts_token1] = ACTIONS(574), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(574), - [aux_sym_hostbased_authentication_token1] = ACTIONS(574), - [aux_sym_host_key_algorithms_token1] = ACTIONS(574), - [aux_sym_host_key_alias_token1] = ACTIONS(574), - [aux_sym_hostname_token1] = ACTIONS(574), - [aux_sym_identities_only_token1] = ACTIONS(574), - [aux_sym_identity_agent_token1] = ACTIONS(574), - [aux_sym_identity_file_token1] = ACTIONS(574), - [aux_sym_ignore_unknown_token1] = ACTIONS(574), - [aux_sym_include_token1] = ACTIONS(574), - [aux_sym_ip_qos_token1] = ACTIONS(574), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(574), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(574), - [aux_sym_kex_algorithms_token1] = ACTIONS(574), - [aux_sym_known_hosts_command_token1] = ACTIONS(574), - [aux_sym_local_command_token1] = ACTIONS(574), - [aux_sym_local_forward_token1] = ACTIONS(574), - [aux_sym_log_level_token1] = ACTIONS(574), - [aux_sym_log_verbose_token1] = ACTIONS(574), - [aux_sym_macs_token1] = ACTIONS(574), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(574), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(574), - [aux_sym_password_authentication_token1] = ACTIONS(574), - [aux_sym_permit_local_command_token1] = ACTIONS(574), - [aux_sym_permit_remote_open_token1] = ACTIONS(574), - [aux_sym_pkcs11_provider_token1] = ACTIONS(574), - [aux_sym_port_token1] = ACTIONS(574), - [aux_sym_preferred_authentications_token1] = ACTIONS(574), - [aux_sym_protocol_token1] = ACTIONS(574), - [aux_sym_proxy_command_token1] = ACTIONS(574), - [aux_sym_proxy_jump_token1] = ACTIONS(574), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(574), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(574), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(574), - [aux_sym_pubkey_authentication_token1] = ACTIONS(574), - [aux_sym_rekey_limit_token1] = ACTIONS(574), - [aux_sym_remote_command_token1] = ACTIONS(574), - [aux_sym_remote_forward_token1] = ACTIONS(574), - [aux_sym_request_tty_token1] = ACTIONS(574), - [aux_sym_revoked_host_keys_token1] = ACTIONS(574), - [aux_sym_security_key_provider_token1] = ACTIONS(574), - [aux_sym_send_env_token1] = ACTIONS(574), - [aux_sym_server_alive_count_max_token1] = ACTIONS(574), - [aux_sym_server_alive_interval_token1] = ACTIONS(574), - [aux_sym_session_type_token1] = ACTIONS(574), - [aux_sym_set_env_token1] = ACTIONS(574), - [aux_sym_stdin_null_token1] = ACTIONS(574), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(574), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(574), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(574), - [aux_sym_syslog_facility_token1] = ACTIONS(574), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(574), - [aux_sym_keep_alive_token1] = ACTIONS(574), - [aux_sym_tunnel_token1] = ACTIONS(576), - [aux_sym_tunnel_device_token1] = ACTIONS(574), - [aux_sym_update_host_keys_token1] = ACTIONS(574), - [aux_sym_use_keychain_token1] = ACTIONS(574), - [aux_sym_use_roaming_token1] = ACTIONS(574), - [aux_sym_user_token1] = ACTIONS(576), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(574), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(574), - [aux_sym_visual_host_key_token1] = ACTIONS(574), - [aux_sym_xauth_location_token1] = ACTIONS(574), + [ts_builtin_sym_end] = ACTIONS(1029), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1031), + [aux_sym_match_token1] = ACTIONS(1029), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1029), + [aux_sym_address_family_token1] = ACTIONS(1029), + [aux_sym_batch_mode_token1] = ACTIONS(1029), + [aux_sym_bind_address_token1] = ACTIONS(1029), + [aux_sym_bind_interface_token1] = ACTIONS(1029), + [aux_sym_canonical_domains_token1] = ACTIONS(1029), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1029), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1029), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1029), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1029), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1029), + [aux_sym_certificate_file_token1] = ACTIONS(1029), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1029), + [aux_sym_check_host_ip_token1] = ACTIONS(1029), + [aux_sym_ciphers_token1] = ACTIONS(1029), + [aux_sym_cipher_token1] = ACTIONS(1031), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1029), + [aux_sym_compression_token1] = ACTIONS(1029), + [aux_sym_connection_attempts_token1] = ACTIONS(1029), + [aux_sym_connect_timeout_token1] = ACTIONS(1029), + [aux_sym_control_master_token1] = ACTIONS(1029), + [aux_sym_control_path_token1] = ACTIONS(1029), + [aux_sym_control_persist_token1] = ACTIONS(1029), + [aux_sym_dynamic_forward_token1] = ACTIONS(1029), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1029), + [aux_sym_escape_char_token1] = ACTIONS(1029), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1029), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1029), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1029), + [aux_sym_forward_agent_token1] = ACTIONS(1029), + [aux_sym_forward_x11_token1] = ACTIONS(1031), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1029), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1029), + [aux_sym_gateway_ports_token1] = ACTIONS(1029), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1029), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1029), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1029), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1029), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1029), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1029), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1029), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1029), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1029), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1029), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1029), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1029), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1029), + [aux_sym_host_key_alias_token1] = ACTIONS(1029), + [aux_sym_hostname_token1] = ACTIONS(1029), + [aux_sym_identities_only_token1] = ACTIONS(1029), + [aux_sym_identity_agent_token1] = ACTIONS(1029), + [aux_sym_identity_file_token1] = ACTIONS(1029), + [aux_sym_ignore_unknown_token1] = ACTIONS(1029), + [aux_sym_include_token1] = ACTIONS(1029), + [aux_sym_ip_qos_token1] = ACTIONS(1029), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1029), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1029), + [aux_sym_kex_algorithms_token1] = ACTIONS(1029), + [aux_sym_known_hosts_command_token1] = ACTIONS(1029), + [aux_sym_local_command_token1] = ACTIONS(1029), + [aux_sym_local_forward_token1] = ACTIONS(1029), + [aux_sym_log_level_token1] = ACTIONS(1029), + [aux_sym_log_verbose_token1] = ACTIONS(1029), + [aux_sym_macs_token1] = ACTIONS(1029), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1029), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1029), + [aux_sym_password_authentication_token1] = ACTIONS(1029), + [aux_sym_permit_local_command_token1] = ACTIONS(1029), + [aux_sym_permit_remote_open_token1] = ACTIONS(1029), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1029), + [aux_sym_port_token1] = ACTIONS(1029), + [aux_sym_preferred_authentications_token1] = ACTIONS(1029), + [aux_sym_protocol_token1] = ACTIONS(1029), + [aux_sym_proxy_command_token1] = ACTIONS(1029), + [aux_sym_proxy_jump_token1] = ACTIONS(1029), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1029), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1029), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1029), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1029), + [aux_sym_rekey_limit_token1] = ACTIONS(1029), + [aux_sym_remote_command_token1] = ACTIONS(1029), + [aux_sym_remote_forward_token1] = ACTIONS(1029), + [aux_sym_request_tty_token1] = ACTIONS(1029), + [aux_sym_required_rsa_size_token1] = ACTIONS(1029), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1029), + [aux_sym_security_key_provider_token1] = ACTIONS(1029), + [aux_sym_send_env_token1] = ACTIONS(1029), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1029), + [aux_sym_server_alive_interval_token1] = ACTIONS(1029), + [aux_sym_session_type_token1] = ACTIONS(1029), + [aux_sym_set_env_token1] = ACTIONS(1029), + [aux_sym_stdin_null_token1] = ACTIONS(1029), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1029), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1029), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1029), + [aux_sym_syslog_facility_token1] = ACTIONS(1029), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1029), + [aux_sym_keep_alive_token1] = ACTIONS(1029), + [aux_sym_tunnel_token1] = ACTIONS(1031), + [aux_sym_tunnel_device_token1] = ACTIONS(1029), + [aux_sym_update_host_keys_token1] = ACTIONS(1029), + [aux_sym_use_keychain_token1] = ACTIONS(1029), + [aux_sym_use_roaming_token1] = ACTIONS(1029), + [aux_sym_user_token1] = ACTIONS(1031), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1029), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1029), + [aux_sym_visual_host_key_token1] = ACTIONS(1029), + [aux_sym_xauth_location_token1] = ACTIONS(1029), }, [644] = { - [ts_builtin_sym_end] = ACTIONS(946), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(948), - [aux_sym_match_token1] = ACTIONS(946), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(946), - [aux_sym_address_family_token1] = ACTIONS(946), - [aux_sym_batch_mode_token1] = ACTIONS(946), - [aux_sym_bind_address_token1] = ACTIONS(946), - [aux_sym_bind_interface_token1] = ACTIONS(946), - [aux_sym_canonical_domains_token1] = ACTIONS(946), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(946), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(946), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(946), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(946), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(946), - [aux_sym_certificate_file_token1] = ACTIONS(946), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(946), - [aux_sym_check_host_ip_token1] = ACTIONS(946), - [aux_sym_ciphers_token1] = ACTIONS(946), - [aux_sym_cipher_token1] = ACTIONS(948), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(946), - [aux_sym_compression_token1] = ACTIONS(946), - [aux_sym_connection_attempts_token1] = ACTIONS(946), - [aux_sym_connect_timeout_token1] = ACTIONS(946), - [aux_sym_control_master_token1] = ACTIONS(946), - [aux_sym_control_path_token1] = ACTIONS(946), - [aux_sym_control_persist_token1] = ACTIONS(946), - [aux_sym_dynamic_forward_token1] = ACTIONS(946), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(946), - [aux_sym_escape_char_token1] = ACTIONS(946), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(946), - [aux_sym_fingerprint_hash_token1] = ACTIONS(946), - [aux_sym_fork_after_authentication_token1] = ACTIONS(946), - [aux_sym_forward_agent_token1] = ACTIONS(946), - [aux_sym_forward_x11_token1] = ACTIONS(948), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(946), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(946), - [aux_sym_gateway_ports_token1] = ACTIONS(946), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(946), - [aux_sym_gssapi_authentication_token1] = ACTIONS(946), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(946), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(946), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(946), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(946), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(946), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(946), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(946), - [aux_sym_hash_known_hosts_token1] = ACTIONS(946), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(946), - [aux_sym_hostbased_authentication_token1] = ACTIONS(946), - [aux_sym_host_key_algorithms_token1] = ACTIONS(946), - [aux_sym_host_key_alias_token1] = ACTIONS(946), - [aux_sym_hostname_token1] = ACTIONS(946), - [aux_sym_identities_only_token1] = ACTIONS(946), - [aux_sym_identity_agent_token1] = ACTIONS(946), - [aux_sym_identity_file_token1] = ACTIONS(946), - [aux_sym_ignore_unknown_token1] = ACTIONS(946), - [aux_sym_include_token1] = ACTIONS(946), - [aux_sym_ip_qos_token1] = ACTIONS(946), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(946), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(946), - [aux_sym_kex_algorithms_token1] = ACTIONS(946), - [aux_sym_known_hosts_command_token1] = ACTIONS(946), - [aux_sym_local_command_token1] = ACTIONS(946), - [aux_sym_local_forward_token1] = ACTIONS(946), - [aux_sym_log_level_token1] = ACTIONS(946), - [aux_sym_log_verbose_token1] = ACTIONS(946), - [aux_sym_macs_token1] = ACTIONS(946), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(946), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(946), - [aux_sym_password_authentication_token1] = ACTIONS(946), - [aux_sym_permit_local_command_token1] = ACTIONS(946), - [aux_sym_permit_remote_open_token1] = ACTIONS(946), - [aux_sym_pkcs11_provider_token1] = ACTIONS(946), - [aux_sym_port_token1] = ACTIONS(946), - [aux_sym_preferred_authentications_token1] = ACTIONS(946), - [aux_sym_protocol_token1] = ACTIONS(946), - [aux_sym_proxy_command_token1] = ACTIONS(946), - [aux_sym_proxy_jump_token1] = ACTIONS(946), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(946), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(946), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(946), - [aux_sym_pubkey_authentication_token1] = ACTIONS(946), - [aux_sym_rekey_limit_token1] = ACTIONS(946), - [aux_sym_remote_command_token1] = ACTIONS(946), - [aux_sym_remote_forward_token1] = ACTIONS(946), - [aux_sym_request_tty_token1] = ACTIONS(946), - [aux_sym_revoked_host_keys_token1] = ACTIONS(946), - [aux_sym_security_key_provider_token1] = ACTIONS(946), - [aux_sym_send_env_token1] = ACTIONS(946), - [aux_sym_server_alive_count_max_token1] = ACTIONS(946), - [aux_sym_server_alive_interval_token1] = ACTIONS(946), - [aux_sym_session_type_token1] = ACTIONS(946), - [aux_sym_set_env_token1] = ACTIONS(946), - [aux_sym_stdin_null_token1] = ACTIONS(946), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(946), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(946), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(946), - [aux_sym_syslog_facility_token1] = ACTIONS(946), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(946), - [aux_sym_keep_alive_token1] = ACTIONS(946), - [aux_sym_tunnel_token1] = ACTIONS(948), - [aux_sym_tunnel_device_token1] = ACTIONS(946), - [aux_sym_update_host_keys_token1] = ACTIONS(946), - [aux_sym_use_keychain_token1] = ACTIONS(946), - [aux_sym_use_roaming_token1] = ACTIONS(946), - [aux_sym_user_token1] = ACTIONS(948), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(946), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(946), - [aux_sym_visual_host_key_token1] = ACTIONS(946), - [aux_sym_xauth_location_token1] = ACTIONS(946), + [ts_builtin_sym_end] = ACTIONS(1035), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1037), + [aux_sym_match_token1] = ACTIONS(1035), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1035), + [aux_sym_address_family_token1] = ACTIONS(1035), + [aux_sym_batch_mode_token1] = ACTIONS(1035), + [aux_sym_bind_address_token1] = ACTIONS(1035), + [aux_sym_bind_interface_token1] = ACTIONS(1035), + [aux_sym_canonical_domains_token1] = ACTIONS(1035), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1035), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1035), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1035), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1035), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1035), + [aux_sym_certificate_file_token1] = ACTIONS(1035), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1035), + [aux_sym_check_host_ip_token1] = ACTIONS(1035), + [aux_sym_ciphers_token1] = ACTIONS(1035), + [aux_sym_cipher_token1] = ACTIONS(1037), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1035), + [aux_sym_compression_token1] = ACTIONS(1035), + [aux_sym_connection_attempts_token1] = ACTIONS(1035), + [aux_sym_connect_timeout_token1] = ACTIONS(1035), + [aux_sym_control_master_token1] = ACTIONS(1035), + [aux_sym_control_path_token1] = ACTIONS(1035), + [aux_sym_control_persist_token1] = ACTIONS(1035), + [aux_sym_dynamic_forward_token1] = ACTIONS(1035), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1035), + [aux_sym_escape_char_token1] = ACTIONS(1035), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1035), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1035), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1035), + [aux_sym_forward_agent_token1] = ACTIONS(1035), + [aux_sym_forward_x11_token1] = ACTIONS(1037), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1035), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1035), + [aux_sym_gateway_ports_token1] = ACTIONS(1035), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1035), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1035), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1035), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1035), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1035), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1035), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1035), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1035), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1035), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1035), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1035), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1035), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1035), + [aux_sym_host_key_alias_token1] = ACTIONS(1035), + [aux_sym_hostname_token1] = ACTIONS(1035), + [aux_sym_identities_only_token1] = ACTIONS(1035), + [aux_sym_identity_agent_token1] = ACTIONS(1035), + [aux_sym_identity_file_token1] = ACTIONS(1035), + [aux_sym_ignore_unknown_token1] = ACTIONS(1035), + [aux_sym_include_token1] = ACTIONS(1035), + [aux_sym_ip_qos_token1] = ACTIONS(1035), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1035), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1035), + [aux_sym_kex_algorithms_token1] = ACTIONS(1035), + [aux_sym_known_hosts_command_token1] = ACTIONS(1035), + [aux_sym_local_command_token1] = ACTIONS(1035), + [aux_sym_local_forward_token1] = ACTIONS(1035), + [aux_sym_log_level_token1] = ACTIONS(1035), + [aux_sym_log_verbose_token1] = ACTIONS(1035), + [aux_sym_macs_token1] = ACTIONS(1035), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1035), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1035), + [aux_sym_password_authentication_token1] = ACTIONS(1035), + [aux_sym_permit_local_command_token1] = ACTIONS(1035), + [aux_sym_permit_remote_open_token1] = ACTIONS(1035), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1035), + [aux_sym_port_token1] = ACTIONS(1035), + [aux_sym_preferred_authentications_token1] = ACTIONS(1035), + [aux_sym_protocol_token1] = ACTIONS(1035), + [aux_sym_proxy_command_token1] = ACTIONS(1035), + [aux_sym_proxy_jump_token1] = ACTIONS(1035), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1035), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1035), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1035), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1035), + [aux_sym_rekey_limit_token1] = ACTIONS(1035), + [aux_sym_remote_command_token1] = ACTIONS(1035), + [aux_sym_remote_forward_token1] = ACTIONS(1035), + [aux_sym_request_tty_token1] = ACTIONS(1035), + [aux_sym_required_rsa_size_token1] = ACTIONS(1035), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1035), + [aux_sym_security_key_provider_token1] = ACTIONS(1035), + [aux_sym_send_env_token1] = ACTIONS(1035), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1035), + [aux_sym_server_alive_interval_token1] = ACTIONS(1035), + [aux_sym_session_type_token1] = ACTIONS(1035), + [aux_sym_set_env_token1] = ACTIONS(1035), + [aux_sym_stdin_null_token1] = ACTIONS(1035), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1035), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1035), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1035), + [aux_sym_syslog_facility_token1] = ACTIONS(1035), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1035), + [aux_sym_keep_alive_token1] = ACTIONS(1035), + [aux_sym_tunnel_token1] = ACTIONS(1037), + [aux_sym_tunnel_device_token1] = ACTIONS(1035), + [aux_sym_update_host_keys_token1] = ACTIONS(1035), + [aux_sym_use_keychain_token1] = ACTIONS(1035), + [aux_sym_use_roaming_token1] = ACTIONS(1035), + [aux_sym_user_token1] = ACTIONS(1037), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1035), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1035), + [aux_sym_visual_host_key_token1] = ACTIONS(1035), + [aux_sym_xauth_location_token1] = ACTIONS(1035), }, [645] = { - [ts_builtin_sym_end] = ACTIONS(1336), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1338), - [aux_sym_match_token1] = ACTIONS(1336), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1336), - [aux_sym_address_family_token1] = ACTIONS(1336), - [aux_sym_batch_mode_token1] = ACTIONS(1336), - [aux_sym_bind_address_token1] = ACTIONS(1336), - [aux_sym_bind_interface_token1] = ACTIONS(1336), - [aux_sym_canonical_domains_token1] = ACTIONS(1336), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1336), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1336), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1336), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1336), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1336), - [aux_sym_certificate_file_token1] = ACTIONS(1336), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1336), - [aux_sym_check_host_ip_token1] = ACTIONS(1336), - [aux_sym_ciphers_token1] = ACTIONS(1336), - [aux_sym_cipher_token1] = ACTIONS(1338), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1336), - [aux_sym_compression_token1] = ACTIONS(1336), - [aux_sym_connection_attempts_token1] = ACTIONS(1336), - [aux_sym_connect_timeout_token1] = ACTIONS(1336), - [aux_sym_control_master_token1] = ACTIONS(1336), - [aux_sym_control_path_token1] = ACTIONS(1336), - [aux_sym_control_persist_token1] = ACTIONS(1336), - [aux_sym_dynamic_forward_token1] = ACTIONS(1336), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1336), - [aux_sym_escape_char_token1] = ACTIONS(1336), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1336), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1336), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1336), - [aux_sym_forward_agent_token1] = ACTIONS(1336), - [aux_sym_forward_x11_token1] = ACTIONS(1338), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1336), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1336), - [aux_sym_gateway_ports_token1] = ACTIONS(1336), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1336), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1336), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1336), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1336), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1336), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1336), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1336), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1336), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1336), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1336), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1336), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1336), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1336), - [aux_sym_host_key_alias_token1] = ACTIONS(1336), - [aux_sym_hostname_token1] = ACTIONS(1336), - [aux_sym_identities_only_token1] = ACTIONS(1336), - [aux_sym_identity_agent_token1] = ACTIONS(1336), - [aux_sym_identity_file_token1] = ACTIONS(1336), - [aux_sym_ignore_unknown_token1] = ACTIONS(1336), - [aux_sym_include_token1] = ACTIONS(1336), - [aux_sym_ip_qos_token1] = ACTIONS(1336), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1336), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1336), - [aux_sym_kex_algorithms_token1] = ACTIONS(1336), - [aux_sym_known_hosts_command_token1] = ACTIONS(1336), - [aux_sym_local_command_token1] = ACTIONS(1336), - [aux_sym_local_forward_token1] = ACTIONS(1336), - [aux_sym_log_level_token1] = ACTIONS(1336), - [aux_sym_log_verbose_token1] = ACTIONS(1336), - [aux_sym_macs_token1] = ACTIONS(1336), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1336), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1336), - [aux_sym_password_authentication_token1] = ACTIONS(1336), - [aux_sym_permit_local_command_token1] = ACTIONS(1336), - [aux_sym_permit_remote_open_token1] = ACTIONS(1336), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1336), - [aux_sym_port_token1] = ACTIONS(1336), - [aux_sym_preferred_authentications_token1] = ACTIONS(1336), - [aux_sym_protocol_token1] = ACTIONS(1336), - [aux_sym_proxy_command_token1] = ACTIONS(1336), - [aux_sym_proxy_jump_token1] = ACTIONS(1336), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1336), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1336), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1336), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1336), - [aux_sym_rekey_limit_token1] = ACTIONS(1336), - [aux_sym_remote_command_token1] = ACTIONS(1336), - [aux_sym_remote_forward_token1] = ACTIONS(1336), - [aux_sym_request_tty_token1] = ACTIONS(1336), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1336), - [aux_sym_security_key_provider_token1] = ACTIONS(1336), - [aux_sym_send_env_token1] = ACTIONS(1336), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1336), - [aux_sym_server_alive_interval_token1] = ACTIONS(1336), - [aux_sym_session_type_token1] = ACTIONS(1336), - [aux_sym_set_env_token1] = ACTIONS(1336), - [aux_sym_stdin_null_token1] = ACTIONS(1336), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1336), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1336), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1336), - [aux_sym_syslog_facility_token1] = ACTIONS(1336), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1336), - [aux_sym_keep_alive_token1] = ACTIONS(1336), - [aux_sym_tunnel_token1] = ACTIONS(1338), - [aux_sym_tunnel_device_token1] = ACTIONS(1336), - [aux_sym_update_host_keys_token1] = ACTIONS(1336), - [aux_sym_use_keychain_token1] = ACTIONS(1336), - [aux_sym_use_roaming_token1] = ACTIONS(1336), - [aux_sym_user_token1] = ACTIONS(1338), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1336), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1336), - [aux_sym_visual_host_key_token1] = ACTIONS(1336), - [aux_sym_xauth_location_token1] = ACTIONS(1336), + [ts_builtin_sym_end] = ACTIONS(1041), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1043), + [aux_sym_match_token1] = ACTIONS(1041), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1041), + [aux_sym_address_family_token1] = ACTIONS(1041), + [aux_sym_batch_mode_token1] = ACTIONS(1041), + [aux_sym_bind_address_token1] = ACTIONS(1041), + [aux_sym_bind_interface_token1] = ACTIONS(1041), + [aux_sym_canonical_domains_token1] = ACTIONS(1041), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1041), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1041), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1041), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1041), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1041), + [aux_sym_certificate_file_token1] = ACTIONS(1041), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1041), + [aux_sym_check_host_ip_token1] = ACTIONS(1041), + [aux_sym_ciphers_token1] = ACTIONS(1041), + [aux_sym_cipher_token1] = ACTIONS(1043), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1041), + [aux_sym_compression_token1] = ACTIONS(1041), + [aux_sym_connection_attempts_token1] = ACTIONS(1041), + [aux_sym_connect_timeout_token1] = ACTIONS(1041), + [aux_sym_control_master_token1] = ACTIONS(1041), + [aux_sym_control_path_token1] = ACTIONS(1041), + [aux_sym_control_persist_token1] = ACTIONS(1041), + [aux_sym_dynamic_forward_token1] = ACTIONS(1041), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1041), + [aux_sym_escape_char_token1] = ACTIONS(1041), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1041), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1041), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1041), + [aux_sym_forward_agent_token1] = ACTIONS(1041), + [aux_sym_forward_x11_token1] = ACTIONS(1043), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1041), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1041), + [aux_sym_gateway_ports_token1] = ACTIONS(1041), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1041), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1041), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1041), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1041), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1041), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1041), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1041), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1041), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1041), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1041), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1041), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1041), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1041), + [aux_sym_host_key_alias_token1] = ACTIONS(1041), + [aux_sym_hostname_token1] = ACTIONS(1041), + [aux_sym_identities_only_token1] = ACTIONS(1041), + [aux_sym_identity_agent_token1] = ACTIONS(1041), + [aux_sym_identity_file_token1] = ACTIONS(1041), + [aux_sym_ignore_unknown_token1] = ACTIONS(1041), + [aux_sym_include_token1] = ACTIONS(1041), + [aux_sym_ip_qos_token1] = ACTIONS(1041), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1041), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1041), + [aux_sym_kex_algorithms_token1] = ACTIONS(1041), + [aux_sym_known_hosts_command_token1] = ACTIONS(1041), + [aux_sym_local_command_token1] = ACTIONS(1041), + [aux_sym_local_forward_token1] = ACTIONS(1041), + [aux_sym_log_level_token1] = ACTIONS(1041), + [aux_sym_log_verbose_token1] = ACTIONS(1041), + [aux_sym_macs_token1] = ACTIONS(1041), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1041), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1041), + [aux_sym_password_authentication_token1] = ACTIONS(1041), + [aux_sym_permit_local_command_token1] = ACTIONS(1041), + [aux_sym_permit_remote_open_token1] = ACTIONS(1041), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1041), + [aux_sym_port_token1] = ACTIONS(1041), + [aux_sym_preferred_authentications_token1] = ACTIONS(1041), + [aux_sym_protocol_token1] = ACTIONS(1041), + [aux_sym_proxy_command_token1] = ACTIONS(1041), + [aux_sym_proxy_jump_token1] = ACTIONS(1041), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1041), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1041), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1041), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1041), + [aux_sym_rekey_limit_token1] = ACTIONS(1041), + [aux_sym_remote_command_token1] = ACTIONS(1041), + [aux_sym_remote_forward_token1] = ACTIONS(1041), + [aux_sym_request_tty_token1] = ACTIONS(1041), + [aux_sym_required_rsa_size_token1] = ACTIONS(1041), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1041), + [aux_sym_security_key_provider_token1] = ACTIONS(1041), + [aux_sym_send_env_token1] = ACTIONS(1041), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1041), + [aux_sym_server_alive_interval_token1] = ACTIONS(1041), + [aux_sym_session_type_token1] = ACTIONS(1041), + [aux_sym_set_env_token1] = ACTIONS(1041), + [aux_sym_stdin_null_token1] = ACTIONS(1041), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1041), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1041), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1041), + [aux_sym_syslog_facility_token1] = ACTIONS(1041), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1041), + [aux_sym_keep_alive_token1] = ACTIONS(1041), + [aux_sym_tunnel_token1] = ACTIONS(1043), + [aux_sym_tunnel_device_token1] = ACTIONS(1041), + [aux_sym_update_host_keys_token1] = ACTIONS(1041), + [aux_sym_use_keychain_token1] = ACTIONS(1041), + [aux_sym_use_roaming_token1] = ACTIONS(1041), + [aux_sym_user_token1] = ACTIONS(1043), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1041), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1041), + [aux_sym_visual_host_key_token1] = ACTIONS(1041), + [aux_sym_xauth_location_token1] = ACTIONS(1041), }, [646] = { - [ts_builtin_sym_end] = ACTIONS(580), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(582), - [aux_sym_match_token1] = ACTIONS(580), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(580), - [aux_sym_address_family_token1] = ACTIONS(580), - [aux_sym_batch_mode_token1] = ACTIONS(580), - [aux_sym_bind_address_token1] = ACTIONS(580), - [aux_sym_bind_interface_token1] = ACTIONS(580), - [aux_sym_canonical_domains_token1] = ACTIONS(580), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(580), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(580), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(580), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(580), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(580), - [aux_sym_certificate_file_token1] = ACTIONS(580), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(580), - [aux_sym_check_host_ip_token1] = ACTIONS(580), - [aux_sym_ciphers_token1] = ACTIONS(580), - [aux_sym_cipher_token1] = ACTIONS(582), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(580), - [aux_sym_compression_token1] = ACTIONS(580), - [aux_sym_connection_attempts_token1] = ACTIONS(580), - [aux_sym_connect_timeout_token1] = ACTIONS(580), - [aux_sym_control_master_token1] = ACTIONS(580), - [aux_sym_control_path_token1] = ACTIONS(580), - [aux_sym_control_persist_token1] = ACTIONS(580), - [aux_sym_dynamic_forward_token1] = ACTIONS(580), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(580), - [aux_sym_escape_char_token1] = ACTIONS(580), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(580), - [aux_sym_fingerprint_hash_token1] = ACTIONS(580), - [aux_sym_fork_after_authentication_token1] = ACTIONS(580), - [aux_sym_forward_agent_token1] = ACTIONS(580), - [aux_sym_forward_x11_token1] = ACTIONS(582), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(580), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(580), - [aux_sym_gateway_ports_token1] = ACTIONS(580), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(580), - [aux_sym_gssapi_authentication_token1] = ACTIONS(580), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(580), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(580), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(580), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(580), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(580), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(580), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(580), - [aux_sym_hash_known_hosts_token1] = ACTIONS(580), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(580), - [aux_sym_hostbased_authentication_token1] = ACTIONS(580), - [aux_sym_host_key_algorithms_token1] = ACTIONS(580), - [aux_sym_host_key_alias_token1] = ACTIONS(580), - [aux_sym_hostname_token1] = ACTIONS(580), - [aux_sym_identities_only_token1] = ACTIONS(580), - [aux_sym_identity_agent_token1] = ACTIONS(580), - [aux_sym_identity_file_token1] = ACTIONS(580), - [aux_sym_ignore_unknown_token1] = ACTIONS(580), - [aux_sym_include_token1] = ACTIONS(580), - [aux_sym_ip_qos_token1] = ACTIONS(580), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(580), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(580), - [aux_sym_kex_algorithms_token1] = ACTIONS(580), - [aux_sym_known_hosts_command_token1] = ACTIONS(580), - [aux_sym_local_command_token1] = ACTIONS(580), - [aux_sym_local_forward_token1] = ACTIONS(580), - [aux_sym_log_level_token1] = ACTIONS(580), - [aux_sym_log_verbose_token1] = ACTIONS(580), - [aux_sym_macs_token1] = ACTIONS(580), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(580), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(580), - [aux_sym_password_authentication_token1] = ACTIONS(580), - [aux_sym_permit_local_command_token1] = ACTIONS(580), - [aux_sym_permit_remote_open_token1] = ACTIONS(580), - [aux_sym_pkcs11_provider_token1] = ACTIONS(580), - [aux_sym_port_token1] = ACTIONS(580), - [aux_sym_preferred_authentications_token1] = ACTIONS(580), - [aux_sym_protocol_token1] = ACTIONS(580), - [aux_sym_proxy_command_token1] = ACTIONS(580), - [aux_sym_proxy_jump_token1] = ACTIONS(580), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(580), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(580), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(580), - [aux_sym_pubkey_authentication_token1] = ACTIONS(580), - [aux_sym_rekey_limit_token1] = ACTIONS(580), - [aux_sym_remote_command_token1] = ACTIONS(580), - [aux_sym_remote_forward_token1] = ACTIONS(580), - [aux_sym_request_tty_token1] = ACTIONS(580), - [aux_sym_revoked_host_keys_token1] = ACTIONS(580), - [aux_sym_security_key_provider_token1] = ACTIONS(580), - [aux_sym_send_env_token1] = ACTIONS(580), - [aux_sym_server_alive_count_max_token1] = ACTIONS(580), - [aux_sym_server_alive_interval_token1] = ACTIONS(580), - [aux_sym_session_type_token1] = ACTIONS(580), - [aux_sym_set_env_token1] = ACTIONS(580), - [aux_sym_stdin_null_token1] = ACTIONS(580), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(580), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(580), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(580), - [aux_sym_syslog_facility_token1] = ACTIONS(580), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(580), - [aux_sym_keep_alive_token1] = ACTIONS(580), - [aux_sym_tunnel_token1] = ACTIONS(582), - [aux_sym_tunnel_device_token1] = ACTIONS(580), - [aux_sym_update_host_keys_token1] = ACTIONS(580), - [aux_sym_use_keychain_token1] = ACTIONS(580), - [aux_sym_use_roaming_token1] = ACTIONS(580), - [aux_sym_user_token1] = ACTIONS(582), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(580), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(580), - [aux_sym_visual_host_key_token1] = ACTIONS(580), - [aux_sym_xauth_location_token1] = ACTIONS(580), + [ts_builtin_sym_end] = ACTIONS(1047), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1049), + [aux_sym_match_token1] = ACTIONS(1047), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1047), + [aux_sym_address_family_token1] = ACTIONS(1047), + [aux_sym_batch_mode_token1] = ACTIONS(1047), + [aux_sym_bind_address_token1] = ACTIONS(1047), + [aux_sym_bind_interface_token1] = ACTIONS(1047), + [aux_sym_canonical_domains_token1] = ACTIONS(1047), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1047), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1047), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1047), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1047), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1047), + [aux_sym_certificate_file_token1] = ACTIONS(1047), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1047), + [aux_sym_check_host_ip_token1] = ACTIONS(1047), + [aux_sym_ciphers_token1] = ACTIONS(1047), + [aux_sym_cipher_token1] = ACTIONS(1049), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1047), + [aux_sym_compression_token1] = ACTIONS(1047), + [aux_sym_connection_attempts_token1] = ACTIONS(1047), + [aux_sym_connect_timeout_token1] = ACTIONS(1047), + [aux_sym_control_master_token1] = ACTIONS(1047), + [aux_sym_control_path_token1] = ACTIONS(1047), + [aux_sym_control_persist_token1] = ACTIONS(1047), + [aux_sym_dynamic_forward_token1] = ACTIONS(1047), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1047), + [aux_sym_escape_char_token1] = ACTIONS(1047), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1047), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1047), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1047), + [aux_sym_forward_agent_token1] = ACTIONS(1047), + [aux_sym_forward_x11_token1] = ACTIONS(1049), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1047), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1047), + [aux_sym_gateway_ports_token1] = ACTIONS(1047), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1047), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1047), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1047), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1047), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1047), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1047), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1047), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1047), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1047), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1047), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1047), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1047), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1047), + [aux_sym_host_key_alias_token1] = ACTIONS(1047), + [aux_sym_hostname_token1] = ACTIONS(1047), + [aux_sym_identities_only_token1] = ACTIONS(1047), + [aux_sym_identity_agent_token1] = ACTIONS(1047), + [aux_sym_identity_file_token1] = ACTIONS(1047), + [aux_sym_ignore_unknown_token1] = ACTIONS(1047), + [aux_sym_include_token1] = ACTIONS(1047), + [aux_sym_ip_qos_token1] = ACTIONS(1047), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1047), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1047), + [aux_sym_kex_algorithms_token1] = ACTIONS(1047), + [aux_sym_known_hosts_command_token1] = ACTIONS(1047), + [aux_sym_local_command_token1] = ACTIONS(1047), + [aux_sym_local_forward_token1] = ACTIONS(1047), + [aux_sym_log_level_token1] = ACTIONS(1047), + [aux_sym_log_verbose_token1] = ACTIONS(1047), + [aux_sym_macs_token1] = ACTIONS(1047), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1047), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1047), + [aux_sym_password_authentication_token1] = ACTIONS(1047), + [aux_sym_permit_local_command_token1] = ACTIONS(1047), + [aux_sym_permit_remote_open_token1] = ACTIONS(1047), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1047), + [aux_sym_port_token1] = ACTIONS(1047), + [aux_sym_preferred_authentications_token1] = ACTIONS(1047), + [aux_sym_protocol_token1] = ACTIONS(1047), + [aux_sym_proxy_command_token1] = ACTIONS(1047), + [aux_sym_proxy_jump_token1] = ACTIONS(1047), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1047), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1047), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1047), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1047), + [aux_sym_rekey_limit_token1] = ACTIONS(1047), + [aux_sym_remote_command_token1] = ACTIONS(1047), + [aux_sym_remote_forward_token1] = ACTIONS(1047), + [aux_sym_request_tty_token1] = ACTIONS(1047), + [aux_sym_required_rsa_size_token1] = ACTIONS(1047), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1047), + [aux_sym_security_key_provider_token1] = ACTIONS(1047), + [aux_sym_send_env_token1] = ACTIONS(1047), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1047), + [aux_sym_server_alive_interval_token1] = ACTIONS(1047), + [aux_sym_session_type_token1] = ACTIONS(1047), + [aux_sym_set_env_token1] = ACTIONS(1047), + [aux_sym_stdin_null_token1] = ACTIONS(1047), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1047), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1047), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1047), + [aux_sym_syslog_facility_token1] = ACTIONS(1047), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1047), + [aux_sym_keep_alive_token1] = ACTIONS(1047), + [aux_sym_tunnel_token1] = ACTIONS(1049), + [aux_sym_tunnel_device_token1] = ACTIONS(1047), + [aux_sym_update_host_keys_token1] = ACTIONS(1047), + [aux_sym_use_keychain_token1] = ACTIONS(1047), + [aux_sym_use_roaming_token1] = ACTIONS(1047), + [aux_sym_user_token1] = ACTIONS(1049), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1047), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1047), + [aux_sym_visual_host_key_token1] = ACTIONS(1047), + [aux_sym_xauth_location_token1] = ACTIONS(1047), }, [647] = { - [ts_builtin_sym_end] = ACTIONS(586), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(588), - [aux_sym_match_token1] = ACTIONS(586), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(586), - [aux_sym_address_family_token1] = ACTIONS(586), - [aux_sym_batch_mode_token1] = ACTIONS(586), - [aux_sym_bind_address_token1] = ACTIONS(586), - [aux_sym_bind_interface_token1] = ACTIONS(586), - [aux_sym_canonical_domains_token1] = ACTIONS(586), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(586), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(586), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(586), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(586), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(586), - [aux_sym_certificate_file_token1] = ACTIONS(586), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(586), - [aux_sym_check_host_ip_token1] = ACTIONS(586), - [aux_sym_ciphers_token1] = ACTIONS(586), - [aux_sym_cipher_token1] = ACTIONS(588), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(586), - [aux_sym_compression_token1] = ACTIONS(586), - [aux_sym_connection_attempts_token1] = ACTIONS(586), - [aux_sym_connect_timeout_token1] = ACTIONS(586), - [aux_sym_control_master_token1] = ACTIONS(586), - [aux_sym_control_path_token1] = ACTIONS(586), - [aux_sym_control_persist_token1] = ACTIONS(586), - [aux_sym_dynamic_forward_token1] = ACTIONS(586), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(586), - [aux_sym_escape_char_token1] = ACTIONS(586), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(586), - [aux_sym_fingerprint_hash_token1] = ACTIONS(586), - [aux_sym_fork_after_authentication_token1] = ACTIONS(586), - [aux_sym_forward_agent_token1] = ACTIONS(586), - [aux_sym_forward_x11_token1] = ACTIONS(588), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(586), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(586), - [aux_sym_gateway_ports_token1] = ACTIONS(586), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(586), - [aux_sym_gssapi_authentication_token1] = ACTIONS(586), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(586), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(586), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(586), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(586), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(586), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(586), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(586), - [aux_sym_hash_known_hosts_token1] = ACTIONS(586), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(586), - [aux_sym_hostbased_authentication_token1] = ACTIONS(586), - [aux_sym_host_key_algorithms_token1] = ACTIONS(586), - [aux_sym_host_key_alias_token1] = ACTIONS(586), - [aux_sym_hostname_token1] = ACTIONS(586), - [aux_sym_identities_only_token1] = ACTIONS(586), - [aux_sym_identity_agent_token1] = ACTIONS(586), - [aux_sym_identity_file_token1] = ACTIONS(586), - [aux_sym_ignore_unknown_token1] = ACTIONS(586), - [aux_sym_include_token1] = ACTIONS(586), - [aux_sym_ip_qos_token1] = ACTIONS(586), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(586), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(586), - [aux_sym_kex_algorithms_token1] = ACTIONS(586), - [aux_sym_known_hosts_command_token1] = ACTIONS(586), - [aux_sym_local_command_token1] = ACTIONS(586), - [aux_sym_local_forward_token1] = ACTIONS(586), - [aux_sym_log_level_token1] = ACTIONS(586), - [aux_sym_log_verbose_token1] = ACTIONS(586), - [aux_sym_macs_token1] = ACTIONS(586), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(586), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(586), - [aux_sym_password_authentication_token1] = ACTIONS(586), - [aux_sym_permit_local_command_token1] = ACTIONS(586), - [aux_sym_permit_remote_open_token1] = ACTIONS(586), - [aux_sym_pkcs11_provider_token1] = ACTIONS(586), - [aux_sym_port_token1] = ACTIONS(586), - [aux_sym_preferred_authentications_token1] = ACTIONS(586), - [aux_sym_protocol_token1] = ACTIONS(586), - [aux_sym_proxy_command_token1] = ACTIONS(586), - [aux_sym_proxy_jump_token1] = ACTIONS(586), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(586), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(586), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(586), - [aux_sym_pubkey_authentication_token1] = ACTIONS(586), - [aux_sym_rekey_limit_token1] = ACTIONS(586), - [aux_sym_remote_command_token1] = ACTIONS(586), - [aux_sym_remote_forward_token1] = ACTIONS(586), - [aux_sym_request_tty_token1] = ACTIONS(586), - [aux_sym_revoked_host_keys_token1] = ACTIONS(586), - [aux_sym_security_key_provider_token1] = ACTIONS(586), - [aux_sym_send_env_token1] = ACTIONS(586), - [aux_sym_server_alive_count_max_token1] = ACTIONS(586), - [aux_sym_server_alive_interval_token1] = ACTIONS(586), - [aux_sym_session_type_token1] = ACTIONS(586), - [aux_sym_set_env_token1] = ACTIONS(586), - [aux_sym_stdin_null_token1] = ACTIONS(586), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(586), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(586), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(586), - [aux_sym_syslog_facility_token1] = ACTIONS(586), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(586), - [aux_sym_keep_alive_token1] = ACTIONS(586), - [aux_sym_tunnel_token1] = ACTIONS(588), - [aux_sym_tunnel_device_token1] = ACTIONS(586), - [aux_sym_update_host_keys_token1] = ACTIONS(586), - [aux_sym_use_keychain_token1] = ACTIONS(586), - [aux_sym_use_roaming_token1] = ACTIONS(586), - [aux_sym_user_token1] = ACTIONS(588), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(586), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(586), - [aux_sym_visual_host_key_token1] = ACTIONS(586), - [aux_sym_xauth_location_token1] = ACTIONS(586), + [ts_builtin_sym_end] = ACTIONS(1053), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1055), + [aux_sym_match_token1] = ACTIONS(1053), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1053), + [aux_sym_address_family_token1] = ACTIONS(1053), + [aux_sym_batch_mode_token1] = ACTIONS(1053), + [aux_sym_bind_address_token1] = ACTIONS(1053), + [aux_sym_bind_interface_token1] = ACTIONS(1053), + [aux_sym_canonical_domains_token1] = ACTIONS(1053), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1053), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1053), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1053), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1053), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1053), + [aux_sym_certificate_file_token1] = ACTIONS(1053), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1053), + [aux_sym_check_host_ip_token1] = ACTIONS(1053), + [aux_sym_ciphers_token1] = ACTIONS(1053), + [aux_sym_cipher_token1] = ACTIONS(1055), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1053), + [aux_sym_compression_token1] = ACTIONS(1053), + [aux_sym_connection_attempts_token1] = ACTIONS(1053), + [aux_sym_connect_timeout_token1] = ACTIONS(1053), + [aux_sym_control_master_token1] = ACTIONS(1053), + [aux_sym_control_path_token1] = ACTIONS(1053), + [aux_sym_control_persist_token1] = ACTIONS(1053), + [aux_sym_dynamic_forward_token1] = ACTIONS(1053), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1053), + [aux_sym_escape_char_token1] = ACTIONS(1053), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1053), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1053), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1053), + [aux_sym_forward_agent_token1] = ACTIONS(1053), + [aux_sym_forward_x11_token1] = ACTIONS(1055), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1053), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1053), + [aux_sym_gateway_ports_token1] = ACTIONS(1053), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1053), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1053), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1053), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1053), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1053), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1053), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1053), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1053), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1053), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1053), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1053), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1053), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1053), + [aux_sym_host_key_alias_token1] = ACTIONS(1053), + [aux_sym_hostname_token1] = ACTIONS(1053), + [aux_sym_identities_only_token1] = ACTIONS(1053), + [aux_sym_identity_agent_token1] = ACTIONS(1053), + [aux_sym_identity_file_token1] = ACTIONS(1053), + [aux_sym_ignore_unknown_token1] = ACTIONS(1053), + [aux_sym_include_token1] = ACTIONS(1053), + [aux_sym_ip_qos_token1] = ACTIONS(1053), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1053), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1053), + [aux_sym_kex_algorithms_token1] = ACTIONS(1053), + [aux_sym_known_hosts_command_token1] = ACTIONS(1053), + [aux_sym_local_command_token1] = ACTIONS(1053), + [aux_sym_local_forward_token1] = ACTIONS(1053), + [aux_sym_log_level_token1] = ACTIONS(1053), + [aux_sym_log_verbose_token1] = ACTIONS(1053), + [aux_sym_macs_token1] = ACTIONS(1053), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1053), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1053), + [aux_sym_password_authentication_token1] = ACTIONS(1053), + [aux_sym_permit_local_command_token1] = ACTIONS(1053), + [aux_sym_permit_remote_open_token1] = ACTIONS(1053), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1053), + [aux_sym_port_token1] = ACTIONS(1053), + [aux_sym_preferred_authentications_token1] = ACTIONS(1053), + [aux_sym_protocol_token1] = ACTIONS(1053), + [aux_sym_proxy_command_token1] = ACTIONS(1053), + [aux_sym_proxy_jump_token1] = ACTIONS(1053), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1053), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1053), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1053), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1053), + [aux_sym_rekey_limit_token1] = ACTIONS(1053), + [aux_sym_remote_command_token1] = ACTIONS(1053), + [aux_sym_remote_forward_token1] = ACTIONS(1053), + [aux_sym_request_tty_token1] = ACTIONS(1053), + [aux_sym_required_rsa_size_token1] = ACTIONS(1053), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1053), + [aux_sym_security_key_provider_token1] = ACTIONS(1053), + [aux_sym_send_env_token1] = ACTIONS(1053), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1053), + [aux_sym_server_alive_interval_token1] = ACTIONS(1053), + [aux_sym_session_type_token1] = ACTIONS(1053), + [aux_sym_set_env_token1] = ACTIONS(1053), + [aux_sym_stdin_null_token1] = ACTIONS(1053), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1053), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1053), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1053), + [aux_sym_syslog_facility_token1] = ACTIONS(1053), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1053), + [aux_sym_keep_alive_token1] = ACTIONS(1053), + [aux_sym_tunnel_token1] = ACTIONS(1055), + [aux_sym_tunnel_device_token1] = ACTIONS(1053), + [aux_sym_update_host_keys_token1] = ACTIONS(1053), + [aux_sym_use_keychain_token1] = ACTIONS(1053), + [aux_sym_use_roaming_token1] = ACTIONS(1053), + [aux_sym_user_token1] = ACTIONS(1055), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1053), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1053), + [aux_sym_visual_host_key_token1] = ACTIONS(1053), + [aux_sym_xauth_location_token1] = ACTIONS(1053), }, [648] = { - [ts_builtin_sym_end] = ACTIONS(940), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(942), - [aux_sym_match_token1] = ACTIONS(940), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(940), - [aux_sym_address_family_token1] = ACTIONS(940), - [aux_sym_batch_mode_token1] = ACTIONS(940), - [aux_sym_bind_address_token1] = ACTIONS(940), - [aux_sym_bind_interface_token1] = ACTIONS(940), - [aux_sym_canonical_domains_token1] = ACTIONS(940), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(940), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(940), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(940), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(940), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(940), - [aux_sym_certificate_file_token1] = ACTIONS(940), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(940), - [aux_sym_check_host_ip_token1] = ACTIONS(940), - [aux_sym_ciphers_token1] = ACTIONS(940), - [aux_sym_cipher_token1] = ACTIONS(942), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(940), - [aux_sym_compression_token1] = ACTIONS(940), - [aux_sym_connection_attempts_token1] = ACTIONS(940), - [aux_sym_connect_timeout_token1] = ACTIONS(940), - [aux_sym_control_master_token1] = ACTIONS(940), - [aux_sym_control_path_token1] = ACTIONS(940), - [aux_sym_control_persist_token1] = ACTIONS(940), - [aux_sym_dynamic_forward_token1] = ACTIONS(940), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(940), - [aux_sym_escape_char_token1] = ACTIONS(940), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(940), - [aux_sym_fingerprint_hash_token1] = ACTIONS(940), - [aux_sym_fork_after_authentication_token1] = ACTIONS(940), - [aux_sym_forward_agent_token1] = ACTIONS(940), - [aux_sym_forward_x11_token1] = ACTIONS(942), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(940), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(940), - [aux_sym_gateway_ports_token1] = ACTIONS(940), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(940), - [aux_sym_gssapi_authentication_token1] = ACTIONS(940), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(940), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(940), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(940), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(940), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(940), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(940), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(940), - [aux_sym_hash_known_hosts_token1] = ACTIONS(940), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(940), - [aux_sym_hostbased_authentication_token1] = ACTIONS(940), - [aux_sym_host_key_algorithms_token1] = ACTIONS(940), - [aux_sym_host_key_alias_token1] = ACTIONS(940), - [aux_sym_hostname_token1] = ACTIONS(940), - [aux_sym_identities_only_token1] = ACTIONS(940), - [aux_sym_identity_agent_token1] = ACTIONS(940), - [aux_sym_identity_file_token1] = ACTIONS(940), - [aux_sym_ignore_unknown_token1] = ACTIONS(940), - [aux_sym_include_token1] = ACTIONS(940), - [aux_sym_ip_qos_token1] = ACTIONS(940), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(940), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(940), - [aux_sym_kex_algorithms_token1] = ACTIONS(940), - [aux_sym_known_hosts_command_token1] = ACTIONS(940), - [aux_sym_local_command_token1] = ACTIONS(940), - [aux_sym_local_forward_token1] = ACTIONS(940), - [aux_sym_log_level_token1] = ACTIONS(940), - [aux_sym_log_verbose_token1] = ACTIONS(940), - [aux_sym_macs_token1] = ACTIONS(940), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(940), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(940), - [aux_sym_password_authentication_token1] = ACTIONS(940), - [aux_sym_permit_local_command_token1] = ACTIONS(940), - [aux_sym_permit_remote_open_token1] = ACTIONS(940), - [aux_sym_pkcs11_provider_token1] = ACTIONS(940), - [aux_sym_port_token1] = ACTIONS(940), - [aux_sym_preferred_authentications_token1] = ACTIONS(940), - [aux_sym_protocol_token1] = ACTIONS(940), - [aux_sym_proxy_command_token1] = ACTIONS(940), - [aux_sym_proxy_jump_token1] = ACTIONS(940), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(940), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(940), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(940), - [aux_sym_pubkey_authentication_token1] = ACTIONS(940), - [aux_sym_rekey_limit_token1] = ACTIONS(940), - [aux_sym_remote_command_token1] = ACTIONS(940), - [aux_sym_remote_forward_token1] = ACTIONS(940), - [aux_sym_request_tty_token1] = ACTIONS(940), - [aux_sym_revoked_host_keys_token1] = ACTIONS(940), - [aux_sym_security_key_provider_token1] = ACTIONS(940), - [aux_sym_send_env_token1] = ACTIONS(940), - [aux_sym_server_alive_count_max_token1] = ACTIONS(940), - [aux_sym_server_alive_interval_token1] = ACTIONS(940), - [aux_sym_session_type_token1] = ACTIONS(940), - [aux_sym_set_env_token1] = ACTIONS(940), - [aux_sym_stdin_null_token1] = ACTIONS(940), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(940), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(940), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(940), - [aux_sym_syslog_facility_token1] = ACTIONS(940), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(940), - [aux_sym_keep_alive_token1] = ACTIONS(940), - [aux_sym_tunnel_token1] = ACTIONS(942), - [aux_sym_tunnel_device_token1] = ACTIONS(940), - [aux_sym_update_host_keys_token1] = ACTIONS(940), - [aux_sym_use_keychain_token1] = ACTIONS(940), - [aux_sym_use_roaming_token1] = ACTIONS(940), - [aux_sym_user_token1] = ACTIONS(942), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(940), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(940), - [aux_sym_visual_host_key_token1] = ACTIONS(940), - [aux_sym_xauth_location_token1] = ACTIONS(940), + [ts_builtin_sym_end] = ACTIONS(1059), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1061), + [aux_sym_match_token1] = ACTIONS(1059), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1059), + [aux_sym_address_family_token1] = ACTIONS(1059), + [aux_sym_batch_mode_token1] = ACTIONS(1059), + [aux_sym_bind_address_token1] = ACTIONS(1059), + [aux_sym_bind_interface_token1] = ACTIONS(1059), + [aux_sym_canonical_domains_token1] = ACTIONS(1059), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1059), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1059), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1059), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1059), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1059), + [aux_sym_certificate_file_token1] = ACTIONS(1059), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1059), + [aux_sym_check_host_ip_token1] = ACTIONS(1059), + [aux_sym_ciphers_token1] = ACTIONS(1059), + [aux_sym_cipher_token1] = ACTIONS(1061), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1059), + [aux_sym_compression_token1] = ACTIONS(1059), + [aux_sym_connection_attempts_token1] = ACTIONS(1059), + [aux_sym_connect_timeout_token1] = ACTIONS(1059), + [aux_sym_control_master_token1] = ACTIONS(1059), + [aux_sym_control_path_token1] = ACTIONS(1059), + [aux_sym_control_persist_token1] = ACTIONS(1059), + [aux_sym_dynamic_forward_token1] = ACTIONS(1059), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1059), + [aux_sym_escape_char_token1] = ACTIONS(1059), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1059), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1059), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1059), + [aux_sym_forward_agent_token1] = ACTIONS(1059), + [aux_sym_forward_x11_token1] = ACTIONS(1061), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1059), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1059), + [aux_sym_gateway_ports_token1] = ACTIONS(1059), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1059), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1059), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1059), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1059), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1059), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1059), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1059), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1059), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1059), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1059), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1059), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1059), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1059), + [aux_sym_host_key_alias_token1] = ACTIONS(1059), + [aux_sym_hostname_token1] = ACTIONS(1059), + [aux_sym_identities_only_token1] = ACTIONS(1059), + [aux_sym_identity_agent_token1] = ACTIONS(1059), + [aux_sym_identity_file_token1] = ACTIONS(1059), + [aux_sym_ignore_unknown_token1] = ACTIONS(1059), + [aux_sym_include_token1] = ACTIONS(1059), + [aux_sym_ip_qos_token1] = ACTIONS(1059), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1059), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1059), + [aux_sym_kex_algorithms_token1] = ACTIONS(1059), + [aux_sym_known_hosts_command_token1] = ACTIONS(1059), + [aux_sym_local_command_token1] = ACTIONS(1059), + [aux_sym_local_forward_token1] = ACTIONS(1059), + [aux_sym_log_level_token1] = ACTIONS(1059), + [aux_sym_log_verbose_token1] = ACTIONS(1059), + [aux_sym_macs_token1] = ACTIONS(1059), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1059), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1059), + [aux_sym_password_authentication_token1] = ACTIONS(1059), + [aux_sym_permit_local_command_token1] = ACTIONS(1059), + [aux_sym_permit_remote_open_token1] = ACTIONS(1059), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1059), + [aux_sym_port_token1] = ACTIONS(1059), + [aux_sym_preferred_authentications_token1] = ACTIONS(1059), + [aux_sym_protocol_token1] = ACTIONS(1059), + [aux_sym_proxy_command_token1] = ACTIONS(1059), + [aux_sym_proxy_jump_token1] = ACTIONS(1059), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1059), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1059), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1059), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1059), + [aux_sym_rekey_limit_token1] = ACTIONS(1059), + [aux_sym_remote_command_token1] = ACTIONS(1059), + [aux_sym_remote_forward_token1] = ACTIONS(1059), + [aux_sym_request_tty_token1] = ACTIONS(1059), + [aux_sym_required_rsa_size_token1] = ACTIONS(1059), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1059), + [aux_sym_security_key_provider_token1] = ACTIONS(1059), + [aux_sym_send_env_token1] = ACTIONS(1059), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1059), + [aux_sym_server_alive_interval_token1] = ACTIONS(1059), + [aux_sym_session_type_token1] = ACTIONS(1059), + [aux_sym_set_env_token1] = ACTIONS(1059), + [aux_sym_stdin_null_token1] = ACTIONS(1059), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1059), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1059), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1059), + [aux_sym_syslog_facility_token1] = ACTIONS(1059), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1059), + [aux_sym_keep_alive_token1] = ACTIONS(1059), + [aux_sym_tunnel_token1] = ACTIONS(1061), + [aux_sym_tunnel_device_token1] = ACTIONS(1059), + [aux_sym_update_host_keys_token1] = ACTIONS(1059), + [aux_sym_use_keychain_token1] = ACTIONS(1059), + [aux_sym_use_roaming_token1] = ACTIONS(1059), + [aux_sym_user_token1] = ACTIONS(1061), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1059), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1059), + [aux_sym_visual_host_key_token1] = ACTIONS(1059), + [aux_sym_xauth_location_token1] = ACTIONS(1059), }, [649] = { - [ts_builtin_sym_end] = ACTIONS(1342), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1344), - [aux_sym_match_token1] = ACTIONS(1342), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1342), - [aux_sym_address_family_token1] = ACTIONS(1342), - [aux_sym_batch_mode_token1] = ACTIONS(1342), - [aux_sym_bind_address_token1] = ACTIONS(1342), - [aux_sym_bind_interface_token1] = ACTIONS(1342), - [aux_sym_canonical_domains_token1] = ACTIONS(1342), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1342), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1342), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1342), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1342), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1342), - [aux_sym_certificate_file_token1] = ACTIONS(1342), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1342), - [aux_sym_check_host_ip_token1] = ACTIONS(1342), - [aux_sym_ciphers_token1] = ACTIONS(1342), - [aux_sym_cipher_token1] = ACTIONS(1344), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1342), - [aux_sym_compression_token1] = ACTIONS(1342), - [aux_sym_connection_attempts_token1] = ACTIONS(1342), - [aux_sym_connect_timeout_token1] = ACTIONS(1342), - [aux_sym_control_master_token1] = ACTIONS(1342), - [aux_sym_control_path_token1] = ACTIONS(1342), - [aux_sym_control_persist_token1] = ACTIONS(1342), - [aux_sym_dynamic_forward_token1] = ACTIONS(1342), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1342), - [aux_sym_escape_char_token1] = ACTIONS(1342), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1342), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1342), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1342), - [aux_sym_forward_agent_token1] = ACTIONS(1342), - [aux_sym_forward_x11_token1] = ACTIONS(1344), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1342), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1342), - [aux_sym_gateway_ports_token1] = ACTIONS(1342), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1342), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1342), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1342), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1342), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1342), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1342), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1342), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1342), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1342), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1342), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1342), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1342), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1342), - [aux_sym_host_key_alias_token1] = ACTIONS(1342), - [aux_sym_hostname_token1] = ACTIONS(1342), - [aux_sym_identities_only_token1] = ACTIONS(1342), - [aux_sym_identity_agent_token1] = ACTIONS(1342), - [aux_sym_identity_file_token1] = ACTIONS(1342), - [aux_sym_ignore_unknown_token1] = ACTIONS(1342), - [aux_sym_include_token1] = ACTIONS(1342), - [aux_sym_ip_qos_token1] = ACTIONS(1342), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1342), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1342), - [aux_sym_kex_algorithms_token1] = ACTIONS(1342), - [aux_sym_known_hosts_command_token1] = ACTIONS(1342), - [aux_sym_local_command_token1] = ACTIONS(1342), - [aux_sym_local_forward_token1] = ACTIONS(1342), - [aux_sym_log_level_token1] = ACTIONS(1342), - [aux_sym_log_verbose_token1] = ACTIONS(1342), - [aux_sym_macs_token1] = ACTIONS(1342), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1342), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1342), - [aux_sym_password_authentication_token1] = ACTIONS(1342), - [aux_sym_permit_local_command_token1] = ACTIONS(1342), - [aux_sym_permit_remote_open_token1] = ACTIONS(1342), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1342), - [aux_sym_port_token1] = ACTIONS(1342), - [aux_sym_preferred_authentications_token1] = ACTIONS(1342), - [aux_sym_protocol_token1] = ACTIONS(1342), - [aux_sym_proxy_command_token1] = ACTIONS(1342), - [aux_sym_proxy_jump_token1] = ACTIONS(1342), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1342), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1342), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1342), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1342), - [aux_sym_rekey_limit_token1] = ACTIONS(1342), - [aux_sym_remote_command_token1] = ACTIONS(1342), - [aux_sym_remote_forward_token1] = ACTIONS(1342), - [aux_sym_request_tty_token1] = ACTIONS(1342), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1342), - [aux_sym_security_key_provider_token1] = ACTIONS(1342), - [aux_sym_send_env_token1] = ACTIONS(1342), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1342), - [aux_sym_server_alive_interval_token1] = ACTIONS(1342), - [aux_sym_session_type_token1] = ACTIONS(1342), - [aux_sym_set_env_token1] = ACTIONS(1342), - [aux_sym_stdin_null_token1] = ACTIONS(1342), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1342), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1342), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1342), - [aux_sym_syslog_facility_token1] = ACTIONS(1342), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1342), - [aux_sym_keep_alive_token1] = ACTIONS(1342), - [aux_sym_tunnel_token1] = ACTIONS(1344), - [aux_sym_tunnel_device_token1] = ACTIONS(1342), - [aux_sym_update_host_keys_token1] = ACTIONS(1342), - [aux_sym_use_keychain_token1] = ACTIONS(1342), - [aux_sym_use_roaming_token1] = ACTIONS(1342), - [aux_sym_user_token1] = ACTIONS(1344), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1342), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1342), - [aux_sym_visual_host_key_token1] = ACTIONS(1342), - [aux_sym_xauth_location_token1] = ACTIONS(1342), + [ts_builtin_sym_end] = ACTIONS(1065), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1067), + [aux_sym_match_token1] = ACTIONS(1065), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1065), + [aux_sym_address_family_token1] = ACTIONS(1065), + [aux_sym_batch_mode_token1] = ACTIONS(1065), + [aux_sym_bind_address_token1] = ACTIONS(1065), + [aux_sym_bind_interface_token1] = ACTIONS(1065), + [aux_sym_canonical_domains_token1] = ACTIONS(1065), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1065), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1065), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1065), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1065), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1065), + [aux_sym_certificate_file_token1] = ACTIONS(1065), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1065), + [aux_sym_check_host_ip_token1] = ACTIONS(1065), + [aux_sym_ciphers_token1] = ACTIONS(1065), + [aux_sym_cipher_token1] = ACTIONS(1067), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1065), + [aux_sym_compression_token1] = ACTIONS(1065), + [aux_sym_connection_attempts_token1] = ACTIONS(1065), + [aux_sym_connect_timeout_token1] = ACTIONS(1065), + [aux_sym_control_master_token1] = ACTIONS(1065), + [aux_sym_control_path_token1] = ACTIONS(1065), + [aux_sym_control_persist_token1] = ACTIONS(1065), + [aux_sym_dynamic_forward_token1] = ACTIONS(1065), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1065), + [aux_sym_escape_char_token1] = ACTIONS(1065), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1065), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1065), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1065), + [aux_sym_forward_agent_token1] = ACTIONS(1065), + [aux_sym_forward_x11_token1] = ACTIONS(1067), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1065), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1065), + [aux_sym_gateway_ports_token1] = ACTIONS(1065), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1065), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1065), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1065), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1065), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1065), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1065), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1065), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1065), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1065), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1065), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1065), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1065), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1065), + [aux_sym_host_key_alias_token1] = ACTIONS(1065), + [aux_sym_hostname_token1] = ACTIONS(1065), + [aux_sym_identities_only_token1] = ACTIONS(1065), + [aux_sym_identity_agent_token1] = ACTIONS(1065), + [aux_sym_identity_file_token1] = ACTIONS(1065), + [aux_sym_ignore_unknown_token1] = ACTIONS(1065), + [aux_sym_include_token1] = ACTIONS(1065), + [aux_sym_ip_qos_token1] = ACTIONS(1065), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1065), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1065), + [aux_sym_kex_algorithms_token1] = ACTIONS(1065), + [aux_sym_known_hosts_command_token1] = ACTIONS(1065), + [aux_sym_local_command_token1] = ACTIONS(1065), + [aux_sym_local_forward_token1] = ACTIONS(1065), + [aux_sym_log_level_token1] = ACTIONS(1065), + [aux_sym_log_verbose_token1] = ACTIONS(1065), + [aux_sym_macs_token1] = ACTIONS(1065), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1065), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1065), + [aux_sym_password_authentication_token1] = ACTIONS(1065), + [aux_sym_permit_local_command_token1] = ACTIONS(1065), + [aux_sym_permit_remote_open_token1] = ACTIONS(1065), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1065), + [aux_sym_port_token1] = ACTIONS(1065), + [aux_sym_preferred_authentications_token1] = ACTIONS(1065), + [aux_sym_protocol_token1] = ACTIONS(1065), + [aux_sym_proxy_command_token1] = ACTIONS(1065), + [aux_sym_proxy_jump_token1] = ACTIONS(1065), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1065), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1065), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1065), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1065), + [aux_sym_rekey_limit_token1] = ACTIONS(1065), + [aux_sym_remote_command_token1] = ACTIONS(1065), + [aux_sym_remote_forward_token1] = ACTIONS(1065), + [aux_sym_request_tty_token1] = ACTIONS(1065), + [aux_sym_required_rsa_size_token1] = ACTIONS(1065), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1065), + [aux_sym_security_key_provider_token1] = ACTIONS(1065), + [aux_sym_send_env_token1] = ACTIONS(1065), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1065), + [aux_sym_server_alive_interval_token1] = ACTIONS(1065), + [aux_sym_session_type_token1] = ACTIONS(1065), + [aux_sym_set_env_token1] = ACTIONS(1065), + [aux_sym_stdin_null_token1] = ACTIONS(1065), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1065), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1065), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1065), + [aux_sym_syslog_facility_token1] = ACTIONS(1065), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1065), + [aux_sym_keep_alive_token1] = ACTIONS(1065), + [aux_sym_tunnel_token1] = ACTIONS(1067), + [aux_sym_tunnel_device_token1] = ACTIONS(1065), + [aux_sym_update_host_keys_token1] = ACTIONS(1065), + [aux_sym_use_keychain_token1] = ACTIONS(1065), + [aux_sym_use_roaming_token1] = ACTIONS(1065), + [aux_sym_user_token1] = ACTIONS(1067), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1065), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1065), + [aux_sym_visual_host_key_token1] = ACTIONS(1065), + [aux_sym_xauth_location_token1] = ACTIONS(1065), }, [650] = { - [ts_builtin_sym_end] = ACTIONS(826), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(828), - [aux_sym_match_token1] = ACTIONS(826), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(826), - [aux_sym_address_family_token1] = ACTIONS(826), - [aux_sym_batch_mode_token1] = ACTIONS(826), - [aux_sym_bind_address_token1] = ACTIONS(826), - [aux_sym_bind_interface_token1] = ACTIONS(826), - [aux_sym_canonical_domains_token1] = ACTIONS(826), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(826), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(826), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(826), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(826), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(826), - [aux_sym_certificate_file_token1] = ACTIONS(826), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(826), - [aux_sym_check_host_ip_token1] = ACTIONS(826), - [aux_sym_ciphers_token1] = ACTIONS(826), - [aux_sym_cipher_token1] = ACTIONS(828), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(826), - [aux_sym_compression_token1] = ACTIONS(826), - [aux_sym_connection_attempts_token1] = ACTIONS(826), - [aux_sym_connect_timeout_token1] = ACTIONS(826), - [aux_sym_control_master_token1] = ACTIONS(826), - [aux_sym_control_path_token1] = ACTIONS(826), - [aux_sym_control_persist_token1] = ACTIONS(826), - [aux_sym_dynamic_forward_token1] = ACTIONS(826), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(826), - [aux_sym_escape_char_token1] = ACTIONS(826), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(826), - [aux_sym_fingerprint_hash_token1] = ACTIONS(826), - [aux_sym_fork_after_authentication_token1] = ACTIONS(826), - [aux_sym_forward_agent_token1] = ACTIONS(826), - [aux_sym_forward_x11_token1] = ACTIONS(828), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(826), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(826), - [aux_sym_gateway_ports_token1] = ACTIONS(826), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(826), - [aux_sym_gssapi_authentication_token1] = ACTIONS(826), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(826), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(826), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(826), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(826), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(826), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(826), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(826), - [aux_sym_hash_known_hosts_token1] = ACTIONS(826), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(826), - [aux_sym_hostbased_authentication_token1] = ACTIONS(826), - [aux_sym_host_key_algorithms_token1] = ACTIONS(826), - [aux_sym_host_key_alias_token1] = ACTIONS(826), - [aux_sym_hostname_token1] = ACTIONS(826), - [aux_sym_identities_only_token1] = ACTIONS(826), - [aux_sym_identity_agent_token1] = ACTIONS(826), - [aux_sym_identity_file_token1] = ACTIONS(826), - [aux_sym_ignore_unknown_token1] = ACTIONS(826), - [aux_sym_include_token1] = ACTIONS(826), - [aux_sym_ip_qos_token1] = ACTIONS(826), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(826), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(826), - [aux_sym_kex_algorithms_token1] = ACTIONS(826), - [aux_sym_known_hosts_command_token1] = ACTIONS(826), - [aux_sym_local_command_token1] = ACTIONS(826), - [aux_sym_local_forward_token1] = ACTIONS(826), - [aux_sym_log_level_token1] = ACTIONS(826), - [aux_sym_log_verbose_token1] = ACTIONS(826), - [aux_sym_macs_token1] = ACTIONS(826), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(826), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(826), - [aux_sym_password_authentication_token1] = ACTIONS(826), - [aux_sym_permit_local_command_token1] = ACTIONS(826), - [aux_sym_permit_remote_open_token1] = ACTIONS(826), - [aux_sym_pkcs11_provider_token1] = ACTIONS(826), - [aux_sym_port_token1] = ACTIONS(826), - [aux_sym_preferred_authentications_token1] = ACTIONS(826), - [aux_sym_protocol_token1] = ACTIONS(826), - [aux_sym_proxy_command_token1] = ACTIONS(826), - [aux_sym_proxy_jump_token1] = ACTIONS(826), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(826), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(826), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(826), - [aux_sym_pubkey_authentication_token1] = ACTIONS(826), - [aux_sym_rekey_limit_token1] = ACTIONS(826), - [aux_sym_remote_command_token1] = ACTIONS(826), - [aux_sym_remote_forward_token1] = ACTIONS(826), - [aux_sym_request_tty_token1] = ACTIONS(826), - [aux_sym_revoked_host_keys_token1] = ACTIONS(826), - [aux_sym_security_key_provider_token1] = ACTIONS(826), - [aux_sym_send_env_token1] = ACTIONS(826), - [aux_sym_server_alive_count_max_token1] = ACTIONS(826), - [aux_sym_server_alive_interval_token1] = ACTIONS(826), - [aux_sym_session_type_token1] = ACTIONS(826), - [aux_sym_set_env_token1] = ACTIONS(826), - [aux_sym_stdin_null_token1] = ACTIONS(826), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(826), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(826), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(826), - [aux_sym_syslog_facility_token1] = ACTIONS(826), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(826), - [aux_sym_keep_alive_token1] = ACTIONS(826), - [aux_sym_tunnel_token1] = ACTIONS(828), - [aux_sym_tunnel_device_token1] = ACTIONS(826), - [aux_sym_update_host_keys_token1] = ACTIONS(826), - [aux_sym_use_keychain_token1] = ACTIONS(826), - [aux_sym_use_roaming_token1] = ACTIONS(826), - [aux_sym_user_token1] = ACTIONS(828), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(826), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(826), - [aux_sym_visual_host_key_token1] = ACTIONS(826), - [aux_sym_xauth_location_token1] = ACTIONS(826), + [ts_builtin_sym_end] = ACTIONS(1071), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1073), + [aux_sym_match_token1] = ACTIONS(1071), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1071), + [aux_sym_address_family_token1] = ACTIONS(1071), + [aux_sym_batch_mode_token1] = ACTIONS(1071), + [aux_sym_bind_address_token1] = ACTIONS(1071), + [aux_sym_bind_interface_token1] = ACTIONS(1071), + [aux_sym_canonical_domains_token1] = ACTIONS(1071), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1071), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1071), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1071), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1071), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1071), + [aux_sym_certificate_file_token1] = ACTIONS(1071), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1071), + [aux_sym_check_host_ip_token1] = ACTIONS(1071), + [aux_sym_ciphers_token1] = ACTIONS(1071), + [aux_sym_cipher_token1] = ACTIONS(1073), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1071), + [aux_sym_compression_token1] = ACTIONS(1071), + [aux_sym_connection_attempts_token1] = ACTIONS(1071), + [aux_sym_connect_timeout_token1] = ACTIONS(1071), + [aux_sym_control_master_token1] = ACTIONS(1071), + [aux_sym_control_path_token1] = ACTIONS(1071), + [aux_sym_control_persist_token1] = ACTIONS(1071), + [aux_sym_dynamic_forward_token1] = ACTIONS(1071), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1071), + [aux_sym_escape_char_token1] = ACTIONS(1071), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1071), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1071), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1071), + [aux_sym_forward_agent_token1] = ACTIONS(1071), + [aux_sym_forward_x11_token1] = ACTIONS(1073), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1071), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1071), + [aux_sym_gateway_ports_token1] = ACTIONS(1071), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1071), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1071), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1071), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1071), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1071), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1071), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1071), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1071), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1071), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1071), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1071), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1071), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1071), + [aux_sym_host_key_alias_token1] = ACTIONS(1071), + [aux_sym_hostname_token1] = ACTIONS(1071), + [aux_sym_identities_only_token1] = ACTIONS(1071), + [aux_sym_identity_agent_token1] = ACTIONS(1071), + [aux_sym_identity_file_token1] = ACTIONS(1071), + [aux_sym_ignore_unknown_token1] = ACTIONS(1071), + [aux_sym_include_token1] = ACTIONS(1071), + [aux_sym_ip_qos_token1] = ACTIONS(1071), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1071), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1071), + [aux_sym_kex_algorithms_token1] = ACTIONS(1071), + [aux_sym_known_hosts_command_token1] = ACTIONS(1071), + [aux_sym_local_command_token1] = ACTIONS(1071), + [aux_sym_local_forward_token1] = ACTIONS(1071), + [aux_sym_log_level_token1] = ACTIONS(1071), + [aux_sym_log_verbose_token1] = ACTIONS(1071), + [aux_sym_macs_token1] = ACTIONS(1071), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1071), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1071), + [aux_sym_password_authentication_token1] = ACTIONS(1071), + [aux_sym_permit_local_command_token1] = ACTIONS(1071), + [aux_sym_permit_remote_open_token1] = ACTIONS(1071), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1071), + [aux_sym_port_token1] = ACTIONS(1071), + [aux_sym_preferred_authentications_token1] = ACTIONS(1071), + [aux_sym_protocol_token1] = ACTIONS(1071), + [aux_sym_proxy_command_token1] = ACTIONS(1071), + [aux_sym_proxy_jump_token1] = ACTIONS(1071), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1071), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1071), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1071), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1071), + [aux_sym_rekey_limit_token1] = ACTIONS(1071), + [aux_sym_remote_command_token1] = ACTIONS(1071), + [aux_sym_remote_forward_token1] = ACTIONS(1071), + [aux_sym_request_tty_token1] = ACTIONS(1071), + [aux_sym_required_rsa_size_token1] = ACTIONS(1071), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1071), + [aux_sym_security_key_provider_token1] = ACTIONS(1071), + [aux_sym_send_env_token1] = ACTIONS(1071), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1071), + [aux_sym_server_alive_interval_token1] = ACTIONS(1071), + [aux_sym_session_type_token1] = ACTIONS(1071), + [aux_sym_set_env_token1] = ACTIONS(1071), + [aux_sym_stdin_null_token1] = ACTIONS(1071), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1071), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1071), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1071), + [aux_sym_syslog_facility_token1] = ACTIONS(1071), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1071), + [aux_sym_keep_alive_token1] = ACTIONS(1071), + [aux_sym_tunnel_token1] = ACTIONS(1073), + [aux_sym_tunnel_device_token1] = ACTIONS(1071), + [aux_sym_update_host_keys_token1] = ACTIONS(1071), + [aux_sym_use_keychain_token1] = ACTIONS(1071), + [aux_sym_use_roaming_token1] = ACTIONS(1071), + [aux_sym_user_token1] = ACTIONS(1073), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1071), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1071), + [aux_sym_visual_host_key_token1] = ACTIONS(1071), + [aux_sym_xauth_location_token1] = ACTIONS(1071), }, [651] = { - [ts_builtin_sym_end] = ACTIONS(934), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(936), - [aux_sym_match_token1] = ACTIONS(934), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(934), - [aux_sym_address_family_token1] = ACTIONS(934), - [aux_sym_batch_mode_token1] = ACTIONS(934), - [aux_sym_bind_address_token1] = ACTIONS(934), - [aux_sym_bind_interface_token1] = ACTIONS(934), - [aux_sym_canonical_domains_token1] = ACTIONS(934), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(934), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(934), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(934), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(934), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(934), - [aux_sym_certificate_file_token1] = ACTIONS(934), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(934), - [aux_sym_check_host_ip_token1] = ACTIONS(934), - [aux_sym_ciphers_token1] = ACTIONS(934), - [aux_sym_cipher_token1] = ACTIONS(936), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(934), - [aux_sym_compression_token1] = ACTIONS(934), - [aux_sym_connection_attempts_token1] = ACTIONS(934), - [aux_sym_connect_timeout_token1] = ACTIONS(934), - [aux_sym_control_master_token1] = ACTIONS(934), - [aux_sym_control_path_token1] = ACTIONS(934), - [aux_sym_control_persist_token1] = ACTIONS(934), - [aux_sym_dynamic_forward_token1] = ACTIONS(934), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(934), - [aux_sym_escape_char_token1] = ACTIONS(934), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(934), - [aux_sym_fingerprint_hash_token1] = ACTIONS(934), - [aux_sym_fork_after_authentication_token1] = ACTIONS(934), - [aux_sym_forward_agent_token1] = ACTIONS(934), - [aux_sym_forward_x11_token1] = ACTIONS(936), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(934), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(934), - [aux_sym_gateway_ports_token1] = ACTIONS(934), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(934), - [aux_sym_gssapi_authentication_token1] = ACTIONS(934), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(934), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(934), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(934), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(934), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(934), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(934), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(934), - [aux_sym_hash_known_hosts_token1] = ACTIONS(934), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(934), - [aux_sym_hostbased_authentication_token1] = ACTIONS(934), - [aux_sym_host_key_algorithms_token1] = ACTIONS(934), - [aux_sym_host_key_alias_token1] = ACTIONS(934), - [aux_sym_hostname_token1] = ACTIONS(934), - [aux_sym_identities_only_token1] = ACTIONS(934), - [aux_sym_identity_agent_token1] = ACTIONS(934), - [aux_sym_identity_file_token1] = ACTIONS(934), - [aux_sym_ignore_unknown_token1] = ACTIONS(934), - [aux_sym_include_token1] = ACTIONS(934), - [aux_sym_ip_qos_token1] = ACTIONS(934), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(934), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(934), - [aux_sym_kex_algorithms_token1] = ACTIONS(934), - [aux_sym_known_hosts_command_token1] = ACTIONS(934), - [aux_sym_local_command_token1] = ACTIONS(934), - [aux_sym_local_forward_token1] = ACTIONS(934), - [aux_sym_log_level_token1] = ACTIONS(934), - [aux_sym_log_verbose_token1] = ACTIONS(934), - [aux_sym_macs_token1] = ACTIONS(934), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(934), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(934), - [aux_sym_password_authentication_token1] = ACTIONS(934), - [aux_sym_permit_local_command_token1] = ACTIONS(934), - [aux_sym_permit_remote_open_token1] = ACTIONS(934), - [aux_sym_pkcs11_provider_token1] = ACTIONS(934), - [aux_sym_port_token1] = ACTIONS(934), - [aux_sym_preferred_authentications_token1] = ACTIONS(934), - [aux_sym_protocol_token1] = ACTIONS(934), - [aux_sym_proxy_command_token1] = ACTIONS(934), - [aux_sym_proxy_jump_token1] = ACTIONS(934), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(934), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(934), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(934), - [aux_sym_pubkey_authentication_token1] = ACTIONS(934), - [aux_sym_rekey_limit_token1] = ACTIONS(934), - [aux_sym_remote_command_token1] = ACTIONS(934), - [aux_sym_remote_forward_token1] = ACTIONS(934), - [aux_sym_request_tty_token1] = ACTIONS(934), - [aux_sym_revoked_host_keys_token1] = ACTIONS(934), - [aux_sym_security_key_provider_token1] = ACTIONS(934), - [aux_sym_send_env_token1] = ACTIONS(934), - [aux_sym_server_alive_count_max_token1] = ACTIONS(934), - [aux_sym_server_alive_interval_token1] = ACTIONS(934), - [aux_sym_session_type_token1] = ACTIONS(934), - [aux_sym_set_env_token1] = ACTIONS(934), - [aux_sym_stdin_null_token1] = ACTIONS(934), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(934), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(934), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(934), - [aux_sym_syslog_facility_token1] = ACTIONS(934), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(934), - [aux_sym_keep_alive_token1] = ACTIONS(934), - [aux_sym_tunnel_token1] = ACTIONS(936), - [aux_sym_tunnel_device_token1] = ACTIONS(934), - [aux_sym_update_host_keys_token1] = ACTIONS(934), - [aux_sym_use_keychain_token1] = ACTIONS(934), - [aux_sym_use_roaming_token1] = ACTIONS(934), - [aux_sym_user_token1] = ACTIONS(936), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(934), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(934), - [aux_sym_visual_host_key_token1] = ACTIONS(934), - [aux_sym_xauth_location_token1] = ACTIONS(934), + [ts_builtin_sym_end] = ACTIONS(1077), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1079), + [aux_sym_match_token1] = ACTIONS(1077), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1077), + [aux_sym_address_family_token1] = ACTIONS(1077), + [aux_sym_batch_mode_token1] = ACTIONS(1077), + [aux_sym_bind_address_token1] = ACTIONS(1077), + [aux_sym_bind_interface_token1] = ACTIONS(1077), + [aux_sym_canonical_domains_token1] = ACTIONS(1077), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1077), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1077), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1077), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1077), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1077), + [aux_sym_certificate_file_token1] = ACTIONS(1077), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1077), + [aux_sym_check_host_ip_token1] = ACTIONS(1077), + [aux_sym_ciphers_token1] = ACTIONS(1077), + [aux_sym_cipher_token1] = ACTIONS(1079), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1077), + [aux_sym_compression_token1] = ACTIONS(1077), + [aux_sym_connection_attempts_token1] = ACTIONS(1077), + [aux_sym_connect_timeout_token1] = ACTIONS(1077), + [aux_sym_control_master_token1] = ACTIONS(1077), + [aux_sym_control_path_token1] = ACTIONS(1077), + [aux_sym_control_persist_token1] = ACTIONS(1077), + [aux_sym_dynamic_forward_token1] = ACTIONS(1077), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1077), + [aux_sym_escape_char_token1] = ACTIONS(1077), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1077), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1077), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1077), + [aux_sym_forward_agent_token1] = ACTIONS(1077), + [aux_sym_forward_x11_token1] = ACTIONS(1079), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1077), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1077), + [aux_sym_gateway_ports_token1] = ACTIONS(1077), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1077), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1077), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1077), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1077), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1077), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1077), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1077), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1077), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1077), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1077), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1077), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1077), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1077), + [aux_sym_host_key_alias_token1] = ACTIONS(1077), + [aux_sym_hostname_token1] = ACTIONS(1077), + [aux_sym_identities_only_token1] = ACTIONS(1077), + [aux_sym_identity_agent_token1] = ACTIONS(1077), + [aux_sym_identity_file_token1] = ACTIONS(1077), + [aux_sym_ignore_unknown_token1] = ACTIONS(1077), + [aux_sym_include_token1] = ACTIONS(1077), + [aux_sym_ip_qos_token1] = ACTIONS(1077), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1077), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1077), + [aux_sym_kex_algorithms_token1] = ACTIONS(1077), + [aux_sym_known_hosts_command_token1] = ACTIONS(1077), + [aux_sym_local_command_token1] = ACTIONS(1077), + [aux_sym_local_forward_token1] = ACTIONS(1077), + [aux_sym_log_level_token1] = ACTIONS(1077), + [aux_sym_log_verbose_token1] = ACTIONS(1077), + [aux_sym_macs_token1] = ACTIONS(1077), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1077), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1077), + [aux_sym_password_authentication_token1] = ACTIONS(1077), + [aux_sym_permit_local_command_token1] = ACTIONS(1077), + [aux_sym_permit_remote_open_token1] = ACTIONS(1077), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1077), + [aux_sym_port_token1] = ACTIONS(1077), + [aux_sym_preferred_authentications_token1] = ACTIONS(1077), + [aux_sym_protocol_token1] = ACTIONS(1077), + [aux_sym_proxy_command_token1] = ACTIONS(1077), + [aux_sym_proxy_jump_token1] = ACTIONS(1077), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1077), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1077), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1077), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1077), + [aux_sym_rekey_limit_token1] = ACTIONS(1077), + [aux_sym_remote_command_token1] = ACTIONS(1077), + [aux_sym_remote_forward_token1] = ACTIONS(1077), + [aux_sym_request_tty_token1] = ACTIONS(1077), + [aux_sym_required_rsa_size_token1] = ACTIONS(1077), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1077), + [aux_sym_security_key_provider_token1] = ACTIONS(1077), + [aux_sym_send_env_token1] = ACTIONS(1077), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1077), + [aux_sym_server_alive_interval_token1] = ACTIONS(1077), + [aux_sym_session_type_token1] = ACTIONS(1077), + [aux_sym_set_env_token1] = ACTIONS(1077), + [aux_sym_stdin_null_token1] = ACTIONS(1077), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1077), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1077), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1077), + [aux_sym_syslog_facility_token1] = ACTIONS(1077), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1077), + [aux_sym_keep_alive_token1] = ACTIONS(1077), + [aux_sym_tunnel_token1] = ACTIONS(1079), + [aux_sym_tunnel_device_token1] = ACTIONS(1077), + [aux_sym_update_host_keys_token1] = ACTIONS(1077), + [aux_sym_use_keychain_token1] = ACTIONS(1077), + [aux_sym_use_roaming_token1] = ACTIONS(1077), + [aux_sym_user_token1] = ACTIONS(1079), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1077), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1077), + [aux_sym_visual_host_key_token1] = ACTIONS(1077), + [aux_sym_xauth_location_token1] = ACTIONS(1077), }, [652] = { - [ts_builtin_sym_end] = ACTIONS(1348), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1350), - [aux_sym_match_token1] = ACTIONS(1348), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1348), - [aux_sym_address_family_token1] = ACTIONS(1348), - [aux_sym_batch_mode_token1] = ACTIONS(1348), - [aux_sym_bind_address_token1] = ACTIONS(1348), - [aux_sym_bind_interface_token1] = ACTIONS(1348), - [aux_sym_canonical_domains_token1] = ACTIONS(1348), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1348), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1348), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1348), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1348), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1348), - [aux_sym_certificate_file_token1] = ACTIONS(1348), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1348), - [aux_sym_check_host_ip_token1] = ACTIONS(1348), - [aux_sym_ciphers_token1] = ACTIONS(1348), - [aux_sym_cipher_token1] = ACTIONS(1350), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1348), - [aux_sym_compression_token1] = ACTIONS(1348), - [aux_sym_connection_attempts_token1] = ACTIONS(1348), - [aux_sym_connect_timeout_token1] = ACTIONS(1348), - [aux_sym_control_master_token1] = ACTIONS(1348), - [aux_sym_control_path_token1] = ACTIONS(1348), - [aux_sym_control_persist_token1] = ACTIONS(1348), - [aux_sym_dynamic_forward_token1] = ACTIONS(1348), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1348), - [aux_sym_escape_char_token1] = ACTIONS(1348), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1348), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1348), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1348), - [aux_sym_forward_agent_token1] = ACTIONS(1348), - [aux_sym_forward_x11_token1] = ACTIONS(1350), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1348), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1348), - [aux_sym_gateway_ports_token1] = ACTIONS(1348), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1348), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1348), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1348), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1348), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1348), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1348), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1348), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1348), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1348), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1348), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1348), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1348), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1348), - [aux_sym_host_key_alias_token1] = ACTIONS(1348), - [aux_sym_hostname_token1] = ACTIONS(1348), - [aux_sym_identities_only_token1] = ACTIONS(1348), - [aux_sym_identity_agent_token1] = ACTIONS(1348), - [aux_sym_identity_file_token1] = ACTIONS(1348), - [aux_sym_ignore_unknown_token1] = ACTIONS(1348), - [aux_sym_include_token1] = ACTIONS(1348), - [aux_sym_ip_qos_token1] = ACTIONS(1348), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1348), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1348), - [aux_sym_kex_algorithms_token1] = ACTIONS(1348), - [aux_sym_known_hosts_command_token1] = ACTIONS(1348), - [aux_sym_local_command_token1] = ACTIONS(1348), - [aux_sym_local_forward_token1] = ACTIONS(1348), - [aux_sym_log_level_token1] = ACTIONS(1348), - [aux_sym_log_verbose_token1] = ACTIONS(1348), - [aux_sym_macs_token1] = ACTIONS(1348), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1348), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1348), - [aux_sym_password_authentication_token1] = ACTIONS(1348), - [aux_sym_permit_local_command_token1] = ACTIONS(1348), - [aux_sym_permit_remote_open_token1] = ACTIONS(1348), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1348), - [aux_sym_port_token1] = ACTIONS(1348), - [aux_sym_preferred_authentications_token1] = ACTIONS(1348), - [aux_sym_protocol_token1] = ACTIONS(1348), - [aux_sym_proxy_command_token1] = ACTIONS(1348), - [aux_sym_proxy_jump_token1] = ACTIONS(1348), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1348), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1348), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1348), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1348), - [aux_sym_rekey_limit_token1] = ACTIONS(1348), - [aux_sym_remote_command_token1] = ACTIONS(1348), - [aux_sym_remote_forward_token1] = ACTIONS(1348), - [aux_sym_request_tty_token1] = ACTIONS(1348), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1348), - [aux_sym_security_key_provider_token1] = ACTIONS(1348), - [aux_sym_send_env_token1] = ACTIONS(1348), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1348), - [aux_sym_server_alive_interval_token1] = ACTIONS(1348), - [aux_sym_session_type_token1] = ACTIONS(1348), - [aux_sym_set_env_token1] = ACTIONS(1348), - [aux_sym_stdin_null_token1] = ACTIONS(1348), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1348), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1348), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1348), - [aux_sym_syslog_facility_token1] = ACTIONS(1348), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1348), - [aux_sym_keep_alive_token1] = ACTIONS(1348), - [aux_sym_tunnel_token1] = ACTIONS(1350), - [aux_sym_tunnel_device_token1] = ACTIONS(1348), - [aux_sym_update_host_keys_token1] = ACTIONS(1348), - [aux_sym_use_keychain_token1] = ACTIONS(1348), - [aux_sym_use_roaming_token1] = ACTIONS(1348), - [aux_sym_user_token1] = ACTIONS(1350), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1348), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1348), - [aux_sym_visual_host_key_token1] = ACTIONS(1348), - [aux_sym_xauth_location_token1] = ACTIONS(1348), + [ts_builtin_sym_end] = ACTIONS(1083), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1085), + [aux_sym_match_token1] = ACTIONS(1083), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1083), + [aux_sym_address_family_token1] = ACTIONS(1083), + [aux_sym_batch_mode_token1] = ACTIONS(1083), + [aux_sym_bind_address_token1] = ACTIONS(1083), + [aux_sym_bind_interface_token1] = ACTIONS(1083), + [aux_sym_canonical_domains_token1] = ACTIONS(1083), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1083), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1083), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1083), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1083), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1083), + [aux_sym_certificate_file_token1] = ACTIONS(1083), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1083), + [aux_sym_check_host_ip_token1] = ACTIONS(1083), + [aux_sym_ciphers_token1] = ACTIONS(1083), + [aux_sym_cipher_token1] = ACTIONS(1085), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1083), + [aux_sym_compression_token1] = ACTIONS(1083), + [aux_sym_connection_attempts_token1] = ACTIONS(1083), + [aux_sym_connect_timeout_token1] = ACTIONS(1083), + [aux_sym_control_master_token1] = ACTIONS(1083), + [aux_sym_control_path_token1] = ACTIONS(1083), + [aux_sym_control_persist_token1] = ACTIONS(1083), + [aux_sym_dynamic_forward_token1] = ACTIONS(1083), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1083), + [aux_sym_escape_char_token1] = ACTIONS(1083), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1083), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1083), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1083), + [aux_sym_forward_agent_token1] = ACTIONS(1083), + [aux_sym_forward_x11_token1] = ACTIONS(1085), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1083), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1083), + [aux_sym_gateway_ports_token1] = ACTIONS(1083), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1083), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1083), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1083), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1083), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1083), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1083), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1083), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1083), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1083), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1083), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1083), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1083), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1083), + [aux_sym_host_key_alias_token1] = ACTIONS(1083), + [aux_sym_hostname_token1] = ACTIONS(1083), + [aux_sym_identities_only_token1] = ACTIONS(1083), + [aux_sym_identity_agent_token1] = ACTIONS(1083), + [aux_sym_identity_file_token1] = ACTIONS(1083), + [aux_sym_ignore_unknown_token1] = ACTIONS(1083), + [aux_sym_include_token1] = ACTIONS(1083), + [aux_sym_ip_qos_token1] = ACTIONS(1083), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1083), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1083), + [aux_sym_kex_algorithms_token1] = ACTIONS(1083), + [aux_sym_known_hosts_command_token1] = ACTIONS(1083), + [aux_sym_local_command_token1] = ACTIONS(1083), + [aux_sym_local_forward_token1] = ACTIONS(1083), + [aux_sym_log_level_token1] = ACTIONS(1083), + [aux_sym_log_verbose_token1] = ACTIONS(1083), + [aux_sym_macs_token1] = ACTIONS(1083), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1083), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1083), + [aux_sym_password_authentication_token1] = ACTIONS(1083), + [aux_sym_permit_local_command_token1] = ACTIONS(1083), + [aux_sym_permit_remote_open_token1] = ACTIONS(1083), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1083), + [aux_sym_port_token1] = ACTIONS(1083), + [aux_sym_preferred_authentications_token1] = ACTIONS(1083), + [aux_sym_protocol_token1] = ACTIONS(1083), + [aux_sym_proxy_command_token1] = ACTIONS(1083), + [aux_sym_proxy_jump_token1] = ACTIONS(1083), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1083), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1083), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1083), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1083), + [aux_sym_rekey_limit_token1] = ACTIONS(1083), + [aux_sym_remote_command_token1] = ACTIONS(1083), + [aux_sym_remote_forward_token1] = ACTIONS(1083), + [aux_sym_request_tty_token1] = ACTIONS(1083), + [aux_sym_required_rsa_size_token1] = ACTIONS(1083), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1083), + [aux_sym_security_key_provider_token1] = ACTIONS(1083), + [aux_sym_send_env_token1] = ACTIONS(1083), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1083), + [aux_sym_server_alive_interval_token1] = ACTIONS(1083), + [aux_sym_session_type_token1] = ACTIONS(1083), + [aux_sym_set_env_token1] = ACTIONS(1083), + [aux_sym_stdin_null_token1] = ACTIONS(1083), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1083), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1083), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1083), + [aux_sym_syslog_facility_token1] = ACTIONS(1083), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1083), + [aux_sym_keep_alive_token1] = ACTIONS(1083), + [aux_sym_tunnel_token1] = ACTIONS(1085), + [aux_sym_tunnel_device_token1] = ACTIONS(1083), + [aux_sym_update_host_keys_token1] = ACTIONS(1083), + [aux_sym_use_keychain_token1] = ACTIONS(1083), + [aux_sym_use_roaming_token1] = ACTIONS(1083), + [aux_sym_user_token1] = ACTIONS(1085), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1083), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1083), + [aux_sym_visual_host_key_token1] = ACTIONS(1083), + [aux_sym_xauth_location_token1] = ACTIONS(1083), }, [653] = { - [ts_builtin_sym_end] = ACTIONS(928), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(930), - [aux_sym_match_token1] = ACTIONS(928), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(928), - [aux_sym_address_family_token1] = ACTIONS(928), - [aux_sym_batch_mode_token1] = ACTIONS(928), - [aux_sym_bind_address_token1] = ACTIONS(928), - [aux_sym_bind_interface_token1] = ACTIONS(928), - [aux_sym_canonical_domains_token1] = ACTIONS(928), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(928), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(928), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(928), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(928), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(928), - [aux_sym_certificate_file_token1] = ACTIONS(928), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(928), - [aux_sym_check_host_ip_token1] = ACTIONS(928), - [aux_sym_ciphers_token1] = ACTIONS(928), - [aux_sym_cipher_token1] = ACTIONS(930), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(928), - [aux_sym_compression_token1] = ACTIONS(928), - [aux_sym_connection_attempts_token1] = ACTIONS(928), - [aux_sym_connect_timeout_token1] = ACTIONS(928), - [aux_sym_control_master_token1] = ACTIONS(928), - [aux_sym_control_path_token1] = ACTIONS(928), - [aux_sym_control_persist_token1] = ACTIONS(928), - [aux_sym_dynamic_forward_token1] = ACTIONS(928), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(928), - [aux_sym_escape_char_token1] = ACTIONS(928), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(928), - [aux_sym_fingerprint_hash_token1] = ACTIONS(928), - [aux_sym_fork_after_authentication_token1] = ACTIONS(928), - [aux_sym_forward_agent_token1] = ACTIONS(928), - [aux_sym_forward_x11_token1] = ACTIONS(930), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(928), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(928), - [aux_sym_gateway_ports_token1] = ACTIONS(928), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(928), - [aux_sym_gssapi_authentication_token1] = ACTIONS(928), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(928), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(928), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(928), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(928), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(928), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(928), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(928), - [aux_sym_hash_known_hosts_token1] = ACTIONS(928), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(928), - [aux_sym_hostbased_authentication_token1] = ACTIONS(928), - [aux_sym_host_key_algorithms_token1] = ACTIONS(928), - [aux_sym_host_key_alias_token1] = ACTIONS(928), - [aux_sym_hostname_token1] = ACTIONS(928), - [aux_sym_identities_only_token1] = ACTIONS(928), - [aux_sym_identity_agent_token1] = ACTIONS(928), - [aux_sym_identity_file_token1] = ACTIONS(928), - [aux_sym_ignore_unknown_token1] = ACTIONS(928), - [aux_sym_include_token1] = ACTIONS(928), - [aux_sym_ip_qos_token1] = ACTIONS(928), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(928), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(928), - [aux_sym_kex_algorithms_token1] = ACTIONS(928), - [aux_sym_known_hosts_command_token1] = ACTIONS(928), - [aux_sym_local_command_token1] = ACTIONS(928), - [aux_sym_local_forward_token1] = ACTIONS(928), - [aux_sym_log_level_token1] = ACTIONS(928), - [aux_sym_log_verbose_token1] = ACTIONS(928), - [aux_sym_macs_token1] = ACTIONS(928), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(928), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(928), - [aux_sym_password_authentication_token1] = ACTIONS(928), - [aux_sym_permit_local_command_token1] = ACTIONS(928), - [aux_sym_permit_remote_open_token1] = ACTIONS(928), - [aux_sym_pkcs11_provider_token1] = ACTIONS(928), - [aux_sym_port_token1] = ACTIONS(928), - [aux_sym_preferred_authentications_token1] = ACTIONS(928), - [aux_sym_protocol_token1] = ACTIONS(928), - [aux_sym_proxy_command_token1] = ACTIONS(928), - [aux_sym_proxy_jump_token1] = ACTIONS(928), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(928), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(928), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(928), - [aux_sym_pubkey_authentication_token1] = ACTIONS(928), - [aux_sym_rekey_limit_token1] = ACTIONS(928), - [aux_sym_remote_command_token1] = ACTIONS(928), - [aux_sym_remote_forward_token1] = ACTIONS(928), - [aux_sym_request_tty_token1] = ACTIONS(928), - [aux_sym_revoked_host_keys_token1] = ACTIONS(928), - [aux_sym_security_key_provider_token1] = ACTIONS(928), - [aux_sym_send_env_token1] = ACTIONS(928), - [aux_sym_server_alive_count_max_token1] = ACTIONS(928), - [aux_sym_server_alive_interval_token1] = ACTIONS(928), - [aux_sym_session_type_token1] = ACTIONS(928), - [aux_sym_set_env_token1] = ACTIONS(928), - [aux_sym_stdin_null_token1] = ACTIONS(928), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(928), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(928), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(928), - [aux_sym_syslog_facility_token1] = ACTIONS(928), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(928), - [aux_sym_keep_alive_token1] = ACTIONS(928), - [aux_sym_tunnel_token1] = ACTIONS(930), - [aux_sym_tunnel_device_token1] = ACTIONS(928), - [aux_sym_update_host_keys_token1] = ACTIONS(928), - [aux_sym_use_keychain_token1] = ACTIONS(928), - [aux_sym_use_roaming_token1] = ACTIONS(928), - [aux_sym_user_token1] = ACTIONS(930), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(928), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(928), - [aux_sym_visual_host_key_token1] = ACTIONS(928), - [aux_sym_xauth_location_token1] = ACTIONS(928), + [ts_builtin_sym_end] = ACTIONS(1089), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1091), + [aux_sym_match_token1] = ACTIONS(1089), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1089), + [aux_sym_address_family_token1] = ACTIONS(1089), + [aux_sym_batch_mode_token1] = ACTIONS(1089), + [aux_sym_bind_address_token1] = ACTIONS(1089), + [aux_sym_bind_interface_token1] = ACTIONS(1089), + [aux_sym_canonical_domains_token1] = ACTIONS(1089), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1089), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1089), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1089), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1089), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1089), + [aux_sym_certificate_file_token1] = ACTIONS(1089), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1089), + [aux_sym_check_host_ip_token1] = ACTIONS(1089), + [aux_sym_ciphers_token1] = ACTIONS(1089), + [aux_sym_cipher_token1] = ACTIONS(1091), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1089), + [aux_sym_compression_token1] = ACTIONS(1089), + [aux_sym_connection_attempts_token1] = ACTIONS(1089), + [aux_sym_connect_timeout_token1] = ACTIONS(1089), + [aux_sym_control_master_token1] = ACTIONS(1089), + [aux_sym_control_path_token1] = ACTIONS(1089), + [aux_sym_control_persist_token1] = ACTIONS(1089), + [aux_sym_dynamic_forward_token1] = ACTIONS(1089), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1089), + [aux_sym_escape_char_token1] = ACTIONS(1089), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1089), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1089), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1089), + [aux_sym_forward_agent_token1] = ACTIONS(1089), + [aux_sym_forward_x11_token1] = ACTIONS(1091), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1089), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1089), + [aux_sym_gateway_ports_token1] = ACTIONS(1089), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1089), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1089), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1089), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1089), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1089), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1089), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1089), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1089), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1089), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1089), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1089), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1089), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1089), + [aux_sym_host_key_alias_token1] = ACTIONS(1089), + [aux_sym_hostname_token1] = ACTIONS(1089), + [aux_sym_identities_only_token1] = ACTIONS(1089), + [aux_sym_identity_agent_token1] = ACTIONS(1089), + [aux_sym_identity_file_token1] = ACTIONS(1089), + [aux_sym_ignore_unknown_token1] = ACTIONS(1089), + [aux_sym_include_token1] = ACTIONS(1089), + [aux_sym_ip_qos_token1] = ACTIONS(1089), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1089), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1089), + [aux_sym_kex_algorithms_token1] = ACTIONS(1089), + [aux_sym_known_hosts_command_token1] = ACTIONS(1089), + [aux_sym_local_command_token1] = ACTIONS(1089), + [aux_sym_local_forward_token1] = ACTIONS(1089), + [aux_sym_log_level_token1] = ACTIONS(1089), + [aux_sym_log_verbose_token1] = ACTIONS(1089), + [aux_sym_macs_token1] = ACTIONS(1089), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1089), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1089), + [aux_sym_password_authentication_token1] = ACTIONS(1089), + [aux_sym_permit_local_command_token1] = ACTIONS(1089), + [aux_sym_permit_remote_open_token1] = ACTIONS(1089), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1089), + [aux_sym_port_token1] = ACTIONS(1089), + [aux_sym_preferred_authentications_token1] = ACTIONS(1089), + [aux_sym_protocol_token1] = ACTIONS(1089), + [aux_sym_proxy_command_token1] = ACTIONS(1089), + [aux_sym_proxy_jump_token1] = ACTIONS(1089), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1089), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1089), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1089), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1089), + [aux_sym_rekey_limit_token1] = ACTIONS(1089), + [aux_sym_remote_command_token1] = ACTIONS(1089), + [aux_sym_remote_forward_token1] = ACTIONS(1089), + [aux_sym_request_tty_token1] = ACTIONS(1089), + [aux_sym_required_rsa_size_token1] = ACTIONS(1089), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1089), + [aux_sym_security_key_provider_token1] = ACTIONS(1089), + [aux_sym_send_env_token1] = ACTIONS(1089), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1089), + [aux_sym_server_alive_interval_token1] = ACTIONS(1089), + [aux_sym_session_type_token1] = ACTIONS(1089), + [aux_sym_set_env_token1] = ACTIONS(1089), + [aux_sym_stdin_null_token1] = ACTIONS(1089), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1089), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1089), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1089), + [aux_sym_syslog_facility_token1] = ACTIONS(1089), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1089), + [aux_sym_keep_alive_token1] = ACTIONS(1089), + [aux_sym_tunnel_token1] = ACTIONS(1091), + [aux_sym_tunnel_device_token1] = ACTIONS(1089), + [aux_sym_update_host_keys_token1] = ACTIONS(1089), + [aux_sym_use_keychain_token1] = ACTIONS(1089), + [aux_sym_use_roaming_token1] = ACTIONS(1089), + [aux_sym_user_token1] = ACTIONS(1091), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1089), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1089), + [aux_sym_visual_host_key_token1] = ACTIONS(1089), + [aux_sym_xauth_location_token1] = ACTIONS(1089), }, [654] = { - [ts_builtin_sym_end] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1356), - [aux_sym_match_token1] = ACTIONS(1354), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1354), - [aux_sym_address_family_token1] = ACTIONS(1354), - [aux_sym_batch_mode_token1] = ACTIONS(1354), - [aux_sym_bind_address_token1] = ACTIONS(1354), - [aux_sym_bind_interface_token1] = ACTIONS(1354), - [aux_sym_canonical_domains_token1] = ACTIONS(1354), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1354), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1354), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1354), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1354), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1354), - [aux_sym_certificate_file_token1] = ACTIONS(1354), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1354), - [aux_sym_check_host_ip_token1] = ACTIONS(1354), - [aux_sym_ciphers_token1] = ACTIONS(1354), - [aux_sym_cipher_token1] = ACTIONS(1356), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1354), - [aux_sym_compression_token1] = ACTIONS(1354), - [aux_sym_connection_attempts_token1] = ACTIONS(1354), - [aux_sym_connect_timeout_token1] = ACTIONS(1354), - [aux_sym_control_master_token1] = ACTIONS(1354), - [aux_sym_control_path_token1] = ACTIONS(1354), - [aux_sym_control_persist_token1] = ACTIONS(1354), - [aux_sym_dynamic_forward_token1] = ACTIONS(1354), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1354), - [aux_sym_escape_char_token1] = ACTIONS(1354), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1354), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1354), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1354), - [aux_sym_forward_agent_token1] = ACTIONS(1354), - [aux_sym_forward_x11_token1] = ACTIONS(1356), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1354), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1354), - [aux_sym_gateway_ports_token1] = ACTIONS(1354), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1354), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1354), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1354), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1354), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1354), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1354), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1354), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1354), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1354), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1354), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1354), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1354), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1354), - [aux_sym_host_key_alias_token1] = ACTIONS(1354), - [aux_sym_hostname_token1] = ACTIONS(1354), - [aux_sym_identities_only_token1] = ACTIONS(1354), - [aux_sym_identity_agent_token1] = ACTIONS(1354), - [aux_sym_identity_file_token1] = ACTIONS(1354), - [aux_sym_ignore_unknown_token1] = ACTIONS(1354), - [aux_sym_include_token1] = ACTIONS(1354), - [aux_sym_ip_qos_token1] = ACTIONS(1354), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1354), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1354), - [aux_sym_kex_algorithms_token1] = ACTIONS(1354), - [aux_sym_known_hosts_command_token1] = ACTIONS(1354), - [aux_sym_local_command_token1] = ACTIONS(1354), - [aux_sym_local_forward_token1] = ACTIONS(1354), - [aux_sym_log_level_token1] = ACTIONS(1354), - [aux_sym_log_verbose_token1] = ACTIONS(1354), - [aux_sym_macs_token1] = ACTIONS(1354), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1354), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1354), - [aux_sym_password_authentication_token1] = ACTIONS(1354), - [aux_sym_permit_local_command_token1] = ACTIONS(1354), - [aux_sym_permit_remote_open_token1] = ACTIONS(1354), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1354), - [aux_sym_port_token1] = ACTIONS(1354), - [aux_sym_preferred_authentications_token1] = ACTIONS(1354), - [aux_sym_protocol_token1] = ACTIONS(1354), - [aux_sym_proxy_command_token1] = ACTIONS(1354), - [aux_sym_proxy_jump_token1] = ACTIONS(1354), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1354), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1354), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1354), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1354), - [aux_sym_rekey_limit_token1] = ACTIONS(1354), - [aux_sym_remote_command_token1] = ACTIONS(1354), - [aux_sym_remote_forward_token1] = ACTIONS(1354), - [aux_sym_request_tty_token1] = ACTIONS(1354), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1354), - [aux_sym_security_key_provider_token1] = ACTIONS(1354), - [aux_sym_send_env_token1] = ACTIONS(1354), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1354), - [aux_sym_server_alive_interval_token1] = ACTIONS(1354), - [aux_sym_session_type_token1] = ACTIONS(1354), - [aux_sym_set_env_token1] = ACTIONS(1354), - [aux_sym_stdin_null_token1] = ACTIONS(1354), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1354), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1354), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1354), - [aux_sym_syslog_facility_token1] = ACTIONS(1354), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1354), - [aux_sym_keep_alive_token1] = ACTIONS(1354), - [aux_sym_tunnel_token1] = ACTIONS(1356), - [aux_sym_tunnel_device_token1] = ACTIONS(1354), - [aux_sym_update_host_keys_token1] = ACTIONS(1354), - [aux_sym_use_keychain_token1] = ACTIONS(1354), - [aux_sym_use_roaming_token1] = ACTIONS(1354), - [aux_sym_user_token1] = ACTIONS(1356), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1354), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1354), - [aux_sym_visual_host_key_token1] = ACTIONS(1354), - [aux_sym_xauth_location_token1] = ACTIONS(1354), + [ts_builtin_sym_end] = ACTIONS(1095), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1097), + [aux_sym_match_token1] = ACTIONS(1095), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1095), + [aux_sym_address_family_token1] = ACTIONS(1095), + [aux_sym_batch_mode_token1] = ACTIONS(1095), + [aux_sym_bind_address_token1] = ACTIONS(1095), + [aux_sym_bind_interface_token1] = ACTIONS(1095), + [aux_sym_canonical_domains_token1] = ACTIONS(1095), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1095), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1095), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1095), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1095), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1095), + [aux_sym_certificate_file_token1] = ACTIONS(1095), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1095), + [aux_sym_check_host_ip_token1] = ACTIONS(1095), + [aux_sym_ciphers_token1] = ACTIONS(1095), + [aux_sym_cipher_token1] = ACTIONS(1097), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1095), + [aux_sym_compression_token1] = ACTIONS(1095), + [aux_sym_connection_attempts_token1] = ACTIONS(1095), + [aux_sym_connect_timeout_token1] = ACTIONS(1095), + [aux_sym_control_master_token1] = ACTIONS(1095), + [aux_sym_control_path_token1] = ACTIONS(1095), + [aux_sym_control_persist_token1] = ACTIONS(1095), + [aux_sym_dynamic_forward_token1] = ACTIONS(1095), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1095), + [aux_sym_escape_char_token1] = ACTIONS(1095), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1095), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1095), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1095), + [aux_sym_forward_agent_token1] = ACTIONS(1095), + [aux_sym_forward_x11_token1] = ACTIONS(1097), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1095), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1095), + [aux_sym_gateway_ports_token1] = ACTIONS(1095), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1095), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1095), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1095), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1095), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1095), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1095), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1095), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1095), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1095), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1095), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1095), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1095), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1095), + [aux_sym_host_key_alias_token1] = ACTIONS(1095), + [aux_sym_hostname_token1] = ACTIONS(1095), + [aux_sym_identities_only_token1] = ACTIONS(1095), + [aux_sym_identity_agent_token1] = ACTIONS(1095), + [aux_sym_identity_file_token1] = ACTIONS(1095), + [aux_sym_ignore_unknown_token1] = ACTIONS(1095), + [aux_sym_include_token1] = ACTIONS(1095), + [aux_sym_ip_qos_token1] = ACTIONS(1095), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1095), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1095), + [aux_sym_kex_algorithms_token1] = ACTIONS(1095), + [aux_sym_known_hosts_command_token1] = ACTIONS(1095), + [aux_sym_local_command_token1] = ACTIONS(1095), + [aux_sym_local_forward_token1] = ACTIONS(1095), + [aux_sym_log_level_token1] = ACTIONS(1095), + [aux_sym_log_verbose_token1] = ACTIONS(1095), + [aux_sym_macs_token1] = ACTIONS(1095), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1095), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1095), + [aux_sym_password_authentication_token1] = ACTIONS(1095), + [aux_sym_permit_local_command_token1] = ACTIONS(1095), + [aux_sym_permit_remote_open_token1] = ACTIONS(1095), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1095), + [aux_sym_port_token1] = ACTIONS(1095), + [aux_sym_preferred_authentications_token1] = ACTIONS(1095), + [aux_sym_protocol_token1] = ACTIONS(1095), + [aux_sym_proxy_command_token1] = ACTIONS(1095), + [aux_sym_proxy_jump_token1] = ACTIONS(1095), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1095), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1095), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1095), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1095), + [aux_sym_rekey_limit_token1] = ACTIONS(1095), + [aux_sym_remote_command_token1] = ACTIONS(1095), + [aux_sym_remote_forward_token1] = ACTIONS(1095), + [aux_sym_request_tty_token1] = ACTIONS(1095), + [aux_sym_required_rsa_size_token1] = ACTIONS(1095), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1095), + [aux_sym_security_key_provider_token1] = ACTIONS(1095), + [aux_sym_send_env_token1] = ACTIONS(1095), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1095), + [aux_sym_server_alive_interval_token1] = ACTIONS(1095), + [aux_sym_session_type_token1] = ACTIONS(1095), + [aux_sym_set_env_token1] = ACTIONS(1095), + [aux_sym_stdin_null_token1] = ACTIONS(1095), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1095), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1095), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1095), + [aux_sym_syslog_facility_token1] = ACTIONS(1095), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1095), + [aux_sym_keep_alive_token1] = ACTIONS(1095), + [aux_sym_tunnel_token1] = ACTIONS(1097), + [aux_sym_tunnel_device_token1] = ACTIONS(1095), + [aux_sym_update_host_keys_token1] = ACTIONS(1095), + [aux_sym_use_keychain_token1] = ACTIONS(1095), + [aux_sym_use_roaming_token1] = ACTIONS(1095), + [aux_sym_user_token1] = ACTIONS(1097), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1095), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1095), + [aux_sym_visual_host_key_token1] = ACTIONS(1095), + [aux_sym_xauth_location_token1] = ACTIONS(1095), }, [655] = { - [ts_builtin_sym_end] = ACTIONS(1588), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1590), - [aux_sym_match_token1] = ACTIONS(1588), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1588), - [aux_sym_address_family_token1] = ACTIONS(1588), - [aux_sym_batch_mode_token1] = ACTIONS(1588), - [aux_sym_bind_address_token1] = ACTIONS(1588), - [aux_sym_bind_interface_token1] = ACTIONS(1588), - [aux_sym_canonical_domains_token1] = ACTIONS(1588), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1588), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1588), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1588), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1588), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1588), - [aux_sym_certificate_file_token1] = ACTIONS(1588), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1588), - [aux_sym_check_host_ip_token1] = ACTIONS(1588), - [aux_sym_ciphers_token1] = ACTIONS(1588), - [aux_sym_cipher_token1] = ACTIONS(1590), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1588), - [aux_sym_compression_token1] = ACTIONS(1588), - [aux_sym_connection_attempts_token1] = ACTIONS(1588), - [aux_sym_connect_timeout_token1] = ACTIONS(1588), - [aux_sym_control_master_token1] = ACTIONS(1588), - [aux_sym_control_path_token1] = ACTIONS(1588), - [aux_sym_control_persist_token1] = ACTIONS(1588), - [aux_sym_dynamic_forward_token1] = ACTIONS(1588), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1588), - [aux_sym_escape_char_token1] = ACTIONS(1588), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1588), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1588), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1588), - [aux_sym_forward_agent_token1] = ACTIONS(1588), - [aux_sym_forward_x11_token1] = ACTIONS(1590), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1588), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1588), - [aux_sym_gateway_ports_token1] = ACTIONS(1588), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1588), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1588), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1588), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1588), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1588), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1588), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1588), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1588), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1588), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1588), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1588), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1588), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1588), - [aux_sym_host_key_alias_token1] = ACTIONS(1588), - [aux_sym_hostname_token1] = ACTIONS(1588), - [aux_sym_identities_only_token1] = ACTIONS(1588), - [aux_sym_identity_agent_token1] = ACTIONS(1588), - [aux_sym_identity_file_token1] = ACTIONS(1588), - [aux_sym_ignore_unknown_token1] = ACTIONS(1588), - [aux_sym_include_token1] = ACTIONS(1588), - [aux_sym_ip_qos_token1] = ACTIONS(1588), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1588), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1588), - [aux_sym_kex_algorithms_token1] = ACTIONS(1588), - [aux_sym_known_hosts_command_token1] = ACTIONS(1588), - [aux_sym_local_command_token1] = ACTIONS(1588), - [aux_sym_local_forward_token1] = ACTIONS(1588), - [aux_sym_log_level_token1] = ACTIONS(1588), - [aux_sym_log_verbose_token1] = ACTIONS(1588), - [aux_sym_macs_token1] = ACTIONS(1588), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1588), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1588), - [aux_sym_password_authentication_token1] = ACTIONS(1588), - [aux_sym_permit_local_command_token1] = ACTIONS(1588), - [aux_sym_permit_remote_open_token1] = ACTIONS(1588), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1588), - [aux_sym_port_token1] = ACTIONS(1588), - [aux_sym_preferred_authentications_token1] = ACTIONS(1588), - [aux_sym_protocol_token1] = ACTIONS(1588), - [aux_sym_proxy_command_token1] = ACTIONS(1588), - [aux_sym_proxy_jump_token1] = ACTIONS(1588), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1588), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1588), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1588), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1588), - [aux_sym_rekey_limit_token1] = ACTIONS(1588), - [aux_sym_remote_command_token1] = ACTIONS(1588), - [aux_sym_remote_forward_token1] = ACTIONS(1588), - [aux_sym_request_tty_token1] = ACTIONS(1588), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1588), - [aux_sym_security_key_provider_token1] = ACTIONS(1588), - [aux_sym_send_env_token1] = ACTIONS(1588), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1588), - [aux_sym_server_alive_interval_token1] = ACTIONS(1588), - [aux_sym_session_type_token1] = ACTIONS(1588), - [aux_sym_set_env_token1] = ACTIONS(1588), - [aux_sym_stdin_null_token1] = ACTIONS(1588), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1588), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1588), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1588), - [aux_sym_syslog_facility_token1] = ACTIONS(1588), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1588), - [aux_sym_keep_alive_token1] = ACTIONS(1588), - [aux_sym_tunnel_token1] = ACTIONS(1590), - [aux_sym_tunnel_device_token1] = ACTIONS(1588), - [aux_sym_update_host_keys_token1] = ACTIONS(1588), - [aux_sym_use_keychain_token1] = ACTIONS(1588), - [aux_sym_use_roaming_token1] = ACTIONS(1588), - [aux_sym_user_token1] = ACTIONS(1590), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1588), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1588), - [aux_sym_visual_host_key_token1] = ACTIONS(1588), - [aux_sym_xauth_location_token1] = ACTIONS(1588), + [ts_builtin_sym_end] = ACTIONS(1101), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1103), + [aux_sym_match_token1] = ACTIONS(1101), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1101), + [aux_sym_address_family_token1] = ACTIONS(1101), + [aux_sym_batch_mode_token1] = ACTIONS(1101), + [aux_sym_bind_address_token1] = ACTIONS(1101), + [aux_sym_bind_interface_token1] = ACTIONS(1101), + [aux_sym_canonical_domains_token1] = ACTIONS(1101), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1101), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1101), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1101), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1101), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1101), + [aux_sym_certificate_file_token1] = ACTIONS(1101), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1101), + [aux_sym_check_host_ip_token1] = ACTIONS(1101), + [aux_sym_ciphers_token1] = ACTIONS(1101), + [aux_sym_cipher_token1] = ACTIONS(1103), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1101), + [aux_sym_compression_token1] = ACTIONS(1101), + [aux_sym_connection_attempts_token1] = ACTIONS(1101), + [aux_sym_connect_timeout_token1] = ACTIONS(1101), + [aux_sym_control_master_token1] = ACTIONS(1101), + [aux_sym_control_path_token1] = ACTIONS(1101), + [aux_sym_control_persist_token1] = ACTIONS(1101), + [aux_sym_dynamic_forward_token1] = ACTIONS(1101), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1101), + [aux_sym_escape_char_token1] = ACTIONS(1101), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1101), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1101), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1101), + [aux_sym_forward_agent_token1] = ACTIONS(1101), + [aux_sym_forward_x11_token1] = ACTIONS(1103), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1101), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1101), + [aux_sym_gateway_ports_token1] = ACTIONS(1101), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1101), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1101), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1101), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1101), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1101), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1101), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1101), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1101), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1101), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1101), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1101), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1101), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1101), + [aux_sym_host_key_alias_token1] = ACTIONS(1101), + [aux_sym_hostname_token1] = ACTIONS(1101), + [aux_sym_identities_only_token1] = ACTIONS(1101), + [aux_sym_identity_agent_token1] = ACTIONS(1101), + [aux_sym_identity_file_token1] = ACTIONS(1101), + [aux_sym_ignore_unknown_token1] = ACTIONS(1101), + [aux_sym_include_token1] = ACTIONS(1101), + [aux_sym_ip_qos_token1] = ACTIONS(1101), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1101), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1101), + [aux_sym_kex_algorithms_token1] = ACTIONS(1101), + [aux_sym_known_hosts_command_token1] = ACTIONS(1101), + [aux_sym_local_command_token1] = ACTIONS(1101), + [aux_sym_local_forward_token1] = ACTIONS(1101), + [aux_sym_log_level_token1] = ACTIONS(1101), + [aux_sym_log_verbose_token1] = ACTIONS(1101), + [aux_sym_macs_token1] = ACTIONS(1101), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1101), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1101), + [aux_sym_password_authentication_token1] = ACTIONS(1101), + [aux_sym_permit_local_command_token1] = ACTIONS(1101), + [aux_sym_permit_remote_open_token1] = ACTIONS(1101), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1101), + [aux_sym_port_token1] = ACTIONS(1101), + [aux_sym_preferred_authentications_token1] = ACTIONS(1101), + [aux_sym_protocol_token1] = ACTIONS(1101), + [aux_sym_proxy_command_token1] = ACTIONS(1101), + [aux_sym_proxy_jump_token1] = ACTIONS(1101), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1101), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1101), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1101), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1101), + [aux_sym_rekey_limit_token1] = ACTIONS(1101), + [aux_sym_remote_command_token1] = ACTIONS(1101), + [aux_sym_remote_forward_token1] = ACTIONS(1101), + [aux_sym_request_tty_token1] = ACTIONS(1101), + [aux_sym_required_rsa_size_token1] = ACTIONS(1101), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1101), + [aux_sym_security_key_provider_token1] = ACTIONS(1101), + [aux_sym_send_env_token1] = ACTIONS(1101), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1101), + [aux_sym_server_alive_interval_token1] = ACTIONS(1101), + [aux_sym_session_type_token1] = ACTIONS(1101), + [aux_sym_set_env_token1] = ACTIONS(1101), + [aux_sym_stdin_null_token1] = ACTIONS(1101), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1101), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1101), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1101), + [aux_sym_syslog_facility_token1] = ACTIONS(1101), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1101), + [aux_sym_keep_alive_token1] = ACTIONS(1101), + [aux_sym_tunnel_token1] = ACTIONS(1103), + [aux_sym_tunnel_device_token1] = ACTIONS(1101), + [aux_sym_update_host_keys_token1] = ACTIONS(1101), + [aux_sym_use_keychain_token1] = ACTIONS(1101), + [aux_sym_use_roaming_token1] = ACTIONS(1101), + [aux_sym_user_token1] = ACTIONS(1103), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1101), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1101), + [aux_sym_visual_host_key_token1] = ACTIONS(1101), + [aux_sym_xauth_location_token1] = ACTIONS(1101), }, [656] = { - [ts_builtin_sym_end] = ACTIONS(592), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(594), - [aux_sym_match_token1] = ACTIONS(592), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(592), - [aux_sym_address_family_token1] = ACTIONS(592), - [aux_sym_batch_mode_token1] = ACTIONS(592), - [aux_sym_bind_address_token1] = ACTIONS(592), - [aux_sym_bind_interface_token1] = ACTIONS(592), - [aux_sym_canonical_domains_token1] = ACTIONS(592), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(592), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(592), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(592), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(592), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(592), - [aux_sym_certificate_file_token1] = ACTIONS(592), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(592), - [aux_sym_check_host_ip_token1] = ACTIONS(592), - [aux_sym_ciphers_token1] = ACTIONS(592), - [aux_sym_cipher_token1] = ACTIONS(594), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(592), - [aux_sym_compression_token1] = ACTIONS(592), - [aux_sym_connection_attempts_token1] = ACTIONS(592), - [aux_sym_connect_timeout_token1] = ACTIONS(592), - [aux_sym_control_master_token1] = ACTIONS(592), - [aux_sym_control_path_token1] = ACTIONS(592), - [aux_sym_control_persist_token1] = ACTIONS(592), - [aux_sym_dynamic_forward_token1] = ACTIONS(592), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(592), - [aux_sym_escape_char_token1] = ACTIONS(592), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(592), - [aux_sym_fingerprint_hash_token1] = ACTIONS(592), - [aux_sym_fork_after_authentication_token1] = ACTIONS(592), - [aux_sym_forward_agent_token1] = ACTIONS(592), - [aux_sym_forward_x11_token1] = ACTIONS(594), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(592), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(592), - [aux_sym_gateway_ports_token1] = ACTIONS(592), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(592), - [aux_sym_gssapi_authentication_token1] = ACTIONS(592), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(592), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(592), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(592), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(592), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(592), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(592), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(592), - [aux_sym_hash_known_hosts_token1] = ACTIONS(592), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(592), - [aux_sym_hostbased_authentication_token1] = ACTIONS(592), - [aux_sym_host_key_algorithms_token1] = ACTIONS(592), - [aux_sym_host_key_alias_token1] = ACTIONS(592), - [aux_sym_hostname_token1] = ACTIONS(592), - [aux_sym_identities_only_token1] = ACTIONS(592), - [aux_sym_identity_agent_token1] = ACTIONS(592), - [aux_sym_identity_file_token1] = ACTIONS(592), - [aux_sym_ignore_unknown_token1] = ACTIONS(592), - [aux_sym_include_token1] = ACTIONS(592), - [aux_sym_ip_qos_token1] = ACTIONS(592), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(592), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(592), - [aux_sym_kex_algorithms_token1] = ACTIONS(592), - [aux_sym_known_hosts_command_token1] = ACTIONS(592), - [aux_sym_local_command_token1] = ACTIONS(592), - [aux_sym_local_forward_token1] = ACTIONS(592), - [aux_sym_log_level_token1] = ACTIONS(592), - [aux_sym_log_verbose_token1] = ACTIONS(592), - [aux_sym_macs_token1] = ACTIONS(592), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(592), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(592), - [aux_sym_password_authentication_token1] = ACTIONS(592), - [aux_sym_permit_local_command_token1] = ACTIONS(592), - [aux_sym_permit_remote_open_token1] = ACTIONS(592), - [aux_sym_pkcs11_provider_token1] = ACTIONS(592), - [aux_sym_port_token1] = ACTIONS(592), - [aux_sym_preferred_authentications_token1] = ACTIONS(592), - [aux_sym_protocol_token1] = ACTIONS(592), - [aux_sym_proxy_command_token1] = ACTIONS(592), - [aux_sym_proxy_jump_token1] = ACTIONS(592), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(592), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(592), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(592), - [aux_sym_pubkey_authentication_token1] = ACTIONS(592), - [aux_sym_rekey_limit_token1] = ACTIONS(592), - [aux_sym_remote_command_token1] = ACTIONS(592), - [aux_sym_remote_forward_token1] = ACTIONS(592), - [aux_sym_request_tty_token1] = ACTIONS(592), - [aux_sym_revoked_host_keys_token1] = ACTIONS(592), - [aux_sym_security_key_provider_token1] = ACTIONS(592), - [aux_sym_send_env_token1] = ACTIONS(592), - [aux_sym_server_alive_count_max_token1] = ACTIONS(592), - [aux_sym_server_alive_interval_token1] = ACTIONS(592), - [aux_sym_session_type_token1] = ACTIONS(592), - [aux_sym_set_env_token1] = ACTIONS(592), - [aux_sym_stdin_null_token1] = ACTIONS(592), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(592), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(592), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(592), - [aux_sym_syslog_facility_token1] = ACTIONS(592), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(592), - [aux_sym_keep_alive_token1] = ACTIONS(592), - [aux_sym_tunnel_token1] = ACTIONS(594), - [aux_sym_tunnel_device_token1] = ACTIONS(592), - [aux_sym_update_host_keys_token1] = ACTIONS(592), - [aux_sym_use_keychain_token1] = ACTIONS(592), - [aux_sym_use_roaming_token1] = ACTIONS(592), - [aux_sym_user_token1] = ACTIONS(594), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(592), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(592), - [aux_sym_visual_host_key_token1] = ACTIONS(592), - [aux_sym_xauth_location_token1] = ACTIONS(592), + [ts_builtin_sym_end] = ACTIONS(1107), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1109), + [aux_sym_match_token1] = ACTIONS(1107), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1107), + [aux_sym_address_family_token1] = ACTIONS(1107), + [aux_sym_batch_mode_token1] = ACTIONS(1107), + [aux_sym_bind_address_token1] = ACTIONS(1107), + [aux_sym_bind_interface_token1] = ACTIONS(1107), + [aux_sym_canonical_domains_token1] = ACTIONS(1107), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1107), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1107), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1107), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1107), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1107), + [aux_sym_certificate_file_token1] = ACTIONS(1107), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1107), + [aux_sym_check_host_ip_token1] = ACTIONS(1107), + [aux_sym_ciphers_token1] = ACTIONS(1107), + [aux_sym_cipher_token1] = ACTIONS(1109), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1107), + [aux_sym_compression_token1] = ACTIONS(1107), + [aux_sym_connection_attempts_token1] = ACTIONS(1107), + [aux_sym_connect_timeout_token1] = ACTIONS(1107), + [aux_sym_control_master_token1] = ACTIONS(1107), + [aux_sym_control_path_token1] = ACTIONS(1107), + [aux_sym_control_persist_token1] = ACTIONS(1107), + [aux_sym_dynamic_forward_token1] = ACTIONS(1107), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1107), + [aux_sym_escape_char_token1] = ACTIONS(1107), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1107), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1107), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1107), + [aux_sym_forward_agent_token1] = ACTIONS(1107), + [aux_sym_forward_x11_token1] = ACTIONS(1109), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1107), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1107), + [aux_sym_gateway_ports_token1] = ACTIONS(1107), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1107), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1107), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1107), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1107), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1107), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1107), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1107), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1107), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1107), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1107), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1107), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1107), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1107), + [aux_sym_host_key_alias_token1] = ACTIONS(1107), + [aux_sym_hostname_token1] = ACTIONS(1107), + [aux_sym_identities_only_token1] = ACTIONS(1107), + [aux_sym_identity_agent_token1] = ACTIONS(1107), + [aux_sym_identity_file_token1] = ACTIONS(1107), + [aux_sym_ignore_unknown_token1] = ACTIONS(1107), + [aux_sym_include_token1] = ACTIONS(1107), + [aux_sym_ip_qos_token1] = ACTIONS(1107), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1107), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1107), + [aux_sym_kex_algorithms_token1] = ACTIONS(1107), + [aux_sym_known_hosts_command_token1] = ACTIONS(1107), + [aux_sym_local_command_token1] = ACTIONS(1107), + [aux_sym_local_forward_token1] = ACTIONS(1107), + [aux_sym_log_level_token1] = ACTIONS(1107), + [aux_sym_log_verbose_token1] = ACTIONS(1107), + [aux_sym_macs_token1] = ACTIONS(1107), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1107), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1107), + [aux_sym_password_authentication_token1] = ACTIONS(1107), + [aux_sym_permit_local_command_token1] = ACTIONS(1107), + [aux_sym_permit_remote_open_token1] = ACTIONS(1107), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1107), + [aux_sym_port_token1] = ACTIONS(1107), + [aux_sym_preferred_authentications_token1] = ACTIONS(1107), + [aux_sym_protocol_token1] = ACTIONS(1107), + [aux_sym_proxy_command_token1] = ACTIONS(1107), + [aux_sym_proxy_jump_token1] = ACTIONS(1107), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1107), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1107), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1107), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1107), + [aux_sym_rekey_limit_token1] = ACTIONS(1107), + [aux_sym_remote_command_token1] = ACTIONS(1107), + [aux_sym_remote_forward_token1] = ACTIONS(1107), + [aux_sym_request_tty_token1] = ACTIONS(1107), + [aux_sym_required_rsa_size_token1] = ACTIONS(1107), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1107), + [aux_sym_security_key_provider_token1] = ACTIONS(1107), + [aux_sym_send_env_token1] = ACTIONS(1107), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1107), + [aux_sym_server_alive_interval_token1] = ACTIONS(1107), + [aux_sym_session_type_token1] = ACTIONS(1107), + [aux_sym_set_env_token1] = ACTIONS(1107), + [aux_sym_stdin_null_token1] = ACTIONS(1107), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1107), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1107), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1107), + [aux_sym_syslog_facility_token1] = ACTIONS(1107), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1107), + [aux_sym_keep_alive_token1] = ACTIONS(1107), + [aux_sym_tunnel_token1] = ACTIONS(1109), + [aux_sym_tunnel_device_token1] = ACTIONS(1107), + [aux_sym_update_host_keys_token1] = ACTIONS(1107), + [aux_sym_use_keychain_token1] = ACTIONS(1107), + [aux_sym_use_roaming_token1] = ACTIONS(1107), + [aux_sym_user_token1] = ACTIONS(1109), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1107), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1107), + [aux_sym_visual_host_key_token1] = ACTIONS(1107), + [aux_sym_xauth_location_token1] = ACTIONS(1107), }, [657] = { - [ts_builtin_sym_end] = ACTIONS(922), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(924), - [aux_sym_match_token1] = ACTIONS(922), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(922), - [aux_sym_address_family_token1] = ACTIONS(922), - [aux_sym_batch_mode_token1] = ACTIONS(922), - [aux_sym_bind_address_token1] = ACTIONS(922), - [aux_sym_bind_interface_token1] = ACTIONS(922), - [aux_sym_canonical_domains_token1] = ACTIONS(922), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(922), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(922), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(922), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(922), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(922), - [aux_sym_certificate_file_token1] = ACTIONS(922), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(922), - [aux_sym_check_host_ip_token1] = ACTIONS(922), - [aux_sym_ciphers_token1] = ACTIONS(922), - [aux_sym_cipher_token1] = ACTIONS(924), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(922), - [aux_sym_compression_token1] = ACTIONS(922), - [aux_sym_connection_attempts_token1] = ACTIONS(922), - [aux_sym_connect_timeout_token1] = ACTIONS(922), - [aux_sym_control_master_token1] = ACTIONS(922), - [aux_sym_control_path_token1] = ACTIONS(922), - [aux_sym_control_persist_token1] = ACTIONS(922), - [aux_sym_dynamic_forward_token1] = ACTIONS(922), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(922), - [aux_sym_escape_char_token1] = ACTIONS(922), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(922), - [aux_sym_fingerprint_hash_token1] = ACTIONS(922), - [aux_sym_fork_after_authentication_token1] = ACTIONS(922), - [aux_sym_forward_agent_token1] = ACTIONS(922), - [aux_sym_forward_x11_token1] = ACTIONS(924), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(922), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(922), - [aux_sym_gateway_ports_token1] = ACTIONS(922), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(922), - [aux_sym_gssapi_authentication_token1] = ACTIONS(922), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(922), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(922), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(922), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(922), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(922), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(922), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(922), - [aux_sym_hash_known_hosts_token1] = ACTIONS(922), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(922), - [aux_sym_hostbased_authentication_token1] = ACTIONS(922), - [aux_sym_host_key_algorithms_token1] = ACTIONS(922), - [aux_sym_host_key_alias_token1] = ACTIONS(922), - [aux_sym_hostname_token1] = ACTIONS(922), - [aux_sym_identities_only_token1] = ACTIONS(922), - [aux_sym_identity_agent_token1] = ACTIONS(922), - [aux_sym_identity_file_token1] = ACTIONS(922), - [aux_sym_ignore_unknown_token1] = ACTIONS(922), - [aux_sym_include_token1] = ACTIONS(922), - [aux_sym_ip_qos_token1] = ACTIONS(922), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(922), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(922), - [aux_sym_kex_algorithms_token1] = ACTIONS(922), - [aux_sym_known_hosts_command_token1] = ACTIONS(922), - [aux_sym_local_command_token1] = ACTIONS(922), - [aux_sym_local_forward_token1] = ACTIONS(922), - [aux_sym_log_level_token1] = ACTIONS(922), - [aux_sym_log_verbose_token1] = ACTIONS(922), - [aux_sym_macs_token1] = ACTIONS(922), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(922), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(922), - [aux_sym_password_authentication_token1] = ACTIONS(922), - [aux_sym_permit_local_command_token1] = ACTIONS(922), - [aux_sym_permit_remote_open_token1] = ACTIONS(922), - [aux_sym_pkcs11_provider_token1] = ACTIONS(922), - [aux_sym_port_token1] = ACTIONS(922), - [aux_sym_preferred_authentications_token1] = ACTIONS(922), - [aux_sym_protocol_token1] = ACTIONS(922), - [aux_sym_proxy_command_token1] = ACTIONS(922), - [aux_sym_proxy_jump_token1] = ACTIONS(922), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(922), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(922), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(922), - [aux_sym_pubkey_authentication_token1] = ACTIONS(922), - [aux_sym_rekey_limit_token1] = ACTIONS(922), - [aux_sym_remote_command_token1] = ACTIONS(922), - [aux_sym_remote_forward_token1] = ACTIONS(922), - [aux_sym_request_tty_token1] = ACTIONS(922), - [aux_sym_revoked_host_keys_token1] = ACTIONS(922), - [aux_sym_security_key_provider_token1] = ACTIONS(922), - [aux_sym_send_env_token1] = ACTIONS(922), - [aux_sym_server_alive_count_max_token1] = ACTIONS(922), - [aux_sym_server_alive_interval_token1] = ACTIONS(922), - [aux_sym_session_type_token1] = ACTIONS(922), - [aux_sym_set_env_token1] = ACTIONS(922), - [aux_sym_stdin_null_token1] = ACTIONS(922), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(922), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(922), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(922), - [aux_sym_syslog_facility_token1] = ACTIONS(922), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(922), - [aux_sym_keep_alive_token1] = ACTIONS(922), - [aux_sym_tunnel_token1] = ACTIONS(924), - [aux_sym_tunnel_device_token1] = ACTIONS(922), - [aux_sym_update_host_keys_token1] = ACTIONS(922), - [aux_sym_use_keychain_token1] = ACTIONS(922), - [aux_sym_use_roaming_token1] = ACTIONS(922), - [aux_sym_user_token1] = ACTIONS(924), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(922), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(922), - [aux_sym_visual_host_key_token1] = ACTIONS(922), - [aux_sym_xauth_location_token1] = ACTIONS(922), + [ts_builtin_sym_end] = ACTIONS(1113), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1115), + [aux_sym_match_token1] = ACTIONS(1113), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1113), + [aux_sym_address_family_token1] = ACTIONS(1113), + [aux_sym_batch_mode_token1] = ACTIONS(1113), + [aux_sym_bind_address_token1] = ACTIONS(1113), + [aux_sym_bind_interface_token1] = ACTIONS(1113), + [aux_sym_canonical_domains_token1] = ACTIONS(1113), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1113), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1113), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1113), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1113), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1113), + [aux_sym_certificate_file_token1] = ACTIONS(1113), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1113), + [aux_sym_check_host_ip_token1] = ACTIONS(1113), + [aux_sym_ciphers_token1] = ACTIONS(1113), + [aux_sym_cipher_token1] = ACTIONS(1115), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1113), + [aux_sym_compression_token1] = ACTIONS(1113), + [aux_sym_connection_attempts_token1] = ACTIONS(1113), + [aux_sym_connect_timeout_token1] = ACTIONS(1113), + [aux_sym_control_master_token1] = ACTIONS(1113), + [aux_sym_control_path_token1] = ACTIONS(1113), + [aux_sym_control_persist_token1] = ACTIONS(1113), + [aux_sym_dynamic_forward_token1] = ACTIONS(1113), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1113), + [aux_sym_escape_char_token1] = ACTIONS(1113), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1113), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1113), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1113), + [aux_sym_forward_agent_token1] = ACTIONS(1113), + [aux_sym_forward_x11_token1] = ACTIONS(1115), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1113), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1113), + [aux_sym_gateway_ports_token1] = ACTIONS(1113), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1113), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1113), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1113), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1113), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1113), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1113), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1113), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1113), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1113), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1113), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1113), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1113), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1113), + [aux_sym_host_key_alias_token1] = ACTIONS(1113), + [aux_sym_hostname_token1] = ACTIONS(1113), + [aux_sym_identities_only_token1] = ACTIONS(1113), + [aux_sym_identity_agent_token1] = ACTIONS(1113), + [aux_sym_identity_file_token1] = ACTIONS(1113), + [aux_sym_ignore_unknown_token1] = ACTIONS(1113), + [aux_sym_include_token1] = ACTIONS(1113), + [aux_sym_ip_qos_token1] = ACTIONS(1113), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1113), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1113), + [aux_sym_kex_algorithms_token1] = ACTIONS(1113), + [aux_sym_known_hosts_command_token1] = ACTIONS(1113), + [aux_sym_local_command_token1] = ACTIONS(1113), + [aux_sym_local_forward_token1] = ACTIONS(1113), + [aux_sym_log_level_token1] = ACTIONS(1113), + [aux_sym_log_verbose_token1] = ACTIONS(1113), + [aux_sym_macs_token1] = ACTIONS(1113), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1113), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1113), + [aux_sym_password_authentication_token1] = ACTIONS(1113), + [aux_sym_permit_local_command_token1] = ACTIONS(1113), + [aux_sym_permit_remote_open_token1] = ACTIONS(1113), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1113), + [aux_sym_port_token1] = ACTIONS(1113), + [aux_sym_preferred_authentications_token1] = ACTIONS(1113), + [aux_sym_protocol_token1] = ACTIONS(1113), + [aux_sym_proxy_command_token1] = ACTIONS(1113), + [aux_sym_proxy_jump_token1] = ACTIONS(1113), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1113), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1113), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1113), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1113), + [aux_sym_rekey_limit_token1] = ACTIONS(1113), + [aux_sym_remote_command_token1] = ACTIONS(1113), + [aux_sym_remote_forward_token1] = ACTIONS(1113), + [aux_sym_request_tty_token1] = ACTIONS(1113), + [aux_sym_required_rsa_size_token1] = ACTIONS(1113), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1113), + [aux_sym_security_key_provider_token1] = ACTIONS(1113), + [aux_sym_send_env_token1] = ACTIONS(1113), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1113), + [aux_sym_server_alive_interval_token1] = ACTIONS(1113), + [aux_sym_session_type_token1] = ACTIONS(1113), + [aux_sym_set_env_token1] = ACTIONS(1113), + [aux_sym_stdin_null_token1] = ACTIONS(1113), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1113), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1113), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1113), + [aux_sym_syslog_facility_token1] = ACTIONS(1113), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1113), + [aux_sym_keep_alive_token1] = ACTIONS(1113), + [aux_sym_tunnel_token1] = ACTIONS(1115), + [aux_sym_tunnel_device_token1] = ACTIONS(1113), + [aux_sym_update_host_keys_token1] = ACTIONS(1113), + [aux_sym_use_keychain_token1] = ACTIONS(1113), + [aux_sym_use_roaming_token1] = ACTIONS(1113), + [aux_sym_user_token1] = ACTIONS(1115), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1113), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1113), + [aux_sym_visual_host_key_token1] = ACTIONS(1113), + [aux_sym_xauth_location_token1] = ACTIONS(1113), }, [658] = { - [ts_builtin_sym_end] = ACTIONS(598), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(600), - [aux_sym_match_token1] = ACTIONS(598), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(598), - [aux_sym_address_family_token1] = ACTIONS(598), - [aux_sym_batch_mode_token1] = ACTIONS(598), - [aux_sym_bind_address_token1] = ACTIONS(598), - [aux_sym_bind_interface_token1] = ACTIONS(598), - [aux_sym_canonical_domains_token1] = ACTIONS(598), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(598), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(598), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(598), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(598), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(598), - [aux_sym_certificate_file_token1] = ACTIONS(598), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(598), - [aux_sym_check_host_ip_token1] = ACTIONS(598), - [aux_sym_ciphers_token1] = ACTIONS(598), - [aux_sym_cipher_token1] = ACTIONS(600), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(598), - [aux_sym_compression_token1] = ACTIONS(598), - [aux_sym_connection_attempts_token1] = ACTIONS(598), - [aux_sym_connect_timeout_token1] = ACTIONS(598), - [aux_sym_control_master_token1] = ACTIONS(598), - [aux_sym_control_path_token1] = ACTIONS(598), - [aux_sym_control_persist_token1] = ACTIONS(598), - [aux_sym_dynamic_forward_token1] = ACTIONS(598), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(598), - [aux_sym_escape_char_token1] = ACTIONS(598), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(598), - [aux_sym_fingerprint_hash_token1] = ACTIONS(598), - [aux_sym_fork_after_authentication_token1] = ACTIONS(598), - [aux_sym_forward_agent_token1] = ACTIONS(598), - [aux_sym_forward_x11_token1] = ACTIONS(600), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(598), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(598), - [aux_sym_gateway_ports_token1] = ACTIONS(598), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(598), - [aux_sym_gssapi_authentication_token1] = ACTIONS(598), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(598), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(598), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(598), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(598), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(598), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(598), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(598), - [aux_sym_hash_known_hosts_token1] = ACTIONS(598), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(598), - [aux_sym_hostbased_authentication_token1] = ACTIONS(598), - [aux_sym_host_key_algorithms_token1] = ACTIONS(598), - [aux_sym_host_key_alias_token1] = ACTIONS(598), - [aux_sym_hostname_token1] = ACTIONS(598), - [aux_sym_identities_only_token1] = ACTIONS(598), - [aux_sym_identity_agent_token1] = ACTIONS(598), - [aux_sym_identity_file_token1] = ACTIONS(598), - [aux_sym_ignore_unknown_token1] = ACTIONS(598), - [aux_sym_include_token1] = ACTIONS(598), - [aux_sym_ip_qos_token1] = ACTIONS(598), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(598), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(598), - [aux_sym_kex_algorithms_token1] = ACTIONS(598), - [aux_sym_known_hosts_command_token1] = ACTIONS(598), - [aux_sym_local_command_token1] = ACTIONS(598), - [aux_sym_local_forward_token1] = ACTIONS(598), - [aux_sym_log_level_token1] = ACTIONS(598), - [aux_sym_log_verbose_token1] = ACTIONS(598), - [aux_sym_macs_token1] = ACTIONS(598), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(598), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(598), - [aux_sym_password_authentication_token1] = ACTIONS(598), - [aux_sym_permit_local_command_token1] = ACTIONS(598), - [aux_sym_permit_remote_open_token1] = ACTIONS(598), - [aux_sym_pkcs11_provider_token1] = ACTIONS(598), - [aux_sym_port_token1] = ACTIONS(598), - [aux_sym_preferred_authentications_token1] = ACTIONS(598), - [aux_sym_protocol_token1] = ACTIONS(598), - [aux_sym_proxy_command_token1] = ACTIONS(598), - [aux_sym_proxy_jump_token1] = ACTIONS(598), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(598), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(598), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(598), - [aux_sym_pubkey_authentication_token1] = ACTIONS(598), - [aux_sym_rekey_limit_token1] = ACTIONS(598), - [aux_sym_remote_command_token1] = ACTIONS(598), - [aux_sym_remote_forward_token1] = ACTIONS(598), - [aux_sym_request_tty_token1] = ACTIONS(598), - [aux_sym_revoked_host_keys_token1] = ACTIONS(598), - [aux_sym_security_key_provider_token1] = ACTIONS(598), - [aux_sym_send_env_token1] = ACTIONS(598), - [aux_sym_server_alive_count_max_token1] = ACTIONS(598), - [aux_sym_server_alive_interval_token1] = ACTIONS(598), - [aux_sym_session_type_token1] = ACTIONS(598), - [aux_sym_set_env_token1] = ACTIONS(598), - [aux_sym_stdin_null_token1] = ACTIONS(598), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(598), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(598), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(598), - [aux_sym_syslog_facility_token1] = ACTIONS(598), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(598), - [aux_sym_keep_alive_token1] = ACTIONS(598), - [aux_sym_tunnel_token1] = ACTIONS(600), - [aux_sym_tunnel_device_token1] = ACTIONS(598), - [aux_sym_update_host_keys_token1] = ACTIONS(598), - [aux_sym_use_keychain_token1] = ACTIONS(598), - [aux_sym_use_roaming_token1] = ACTIONS(598), - [aux_sym_user_token1] = ACTIONS(600), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(598), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(598), - [aux_sym_visual_host_key_token1] = ACTIONS(598), - [aux_sym_xauth_location_token1] = ACTIONS(598), + [ts_builtin_sym_end] = ACTIONS(1119), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1121), + [aux_sym_match_token1] = ACTIONS(1119), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1119), + [aux_sym_address_family_token1] = ACTIONS(1119), + [aux_sym_batch_mode_token1] = ACTIONS(1119), + [aux_sym_bind_address_token1] = ACTIONS(1119), + [aux_sym_bind_interface_token1] = ACTIONS(1119), + [aux_sym_canonical_domains_token1] = ACTIONS(1119), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1119), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1119), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1119), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1119), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1119), + [aux_sym_certificate_file_token1] = ACTIONS(1119), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1119), + [aux_sym_check_host_ip_token1] = ACTIONS(1119), + [aux_sym_ciphers_token1] = ACTIONS(1119), + [aux_sym_cipher_token1] = ACTIONS(1121), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1119), + [aux_sym_compression_token1] = ACTIONS(1119), + [aux_sym_connection_attempts_token1] = ACTIONS(1119), + [aux_sym_connect_timeout_token1] = ACTIONS(1119), + [aux_sym_control_master_token1] = ACTIONS(1119), + [aux_sym_control_path_token1] = ACTIONS(1119), + [aux_sym_control_persist_token1] = ACTIONS(1119), + [aux_sym_dynamic_forward_token1] = ACTIONS(1119), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1119), + [aux_sym_escape_char_token1] = ACTIONS(1119), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1119), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1119), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1119), + [aux_sym_forward_agent_token1] = ACTIONS(1119), + [aux_sym_forward_x11_token1] = ACTIONS(1121), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1119), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1119), + [aux_sym_gateway_ports_token1] = ACTIONS(1119), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1119), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1119), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1119), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1119), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1119), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1119), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1119), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1119), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1119), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1119), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1119), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1119), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1119), + [aux_sym_host_key_alias_token1] = ACTIONS(1119), + [aux_sym_hostname_token1] = ACTIONS(1119), + [aux_sym_identities_only_token1] = ACTIONS(1119), + [aux_sym_identity_agent_token1] = ACTIONS(1119), + [aux_sym_identity_file_token1] = ACTIONS(1119), + [aux_sym_ignore_unknown_token1] = ACTIONS(1119), + [aux_sym_include_token1] = ACTIONS(1119), + [aux_sym_ip_qos_token1] = ACTIONS(1119), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1119), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1119), + [aux_sym_kex_algorithms_token1] = ACTIONS(1119), + [aux_sym_known_hosts_command_token1] = ACTIONS(1119), + [aux_sym_local_command_token1] = ACTIONS(1119), + [aux_sym_local_forward_token1] = ACTIONS(1119), + [aux_sym_log_level_token1] = ACTIONS(1119), + [aux_sym_log_verbose_token1] = ACTIONS(1119), + [aux_sym_macs_token1] = ACTIONS(1119), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1119), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1119), + [aux_sym_password_authentication_token1] = ACTIONS(1119), + [aux_sym_permit_local_command_token1] = ACTIONS(1119), + [aux_sym_permit_remote_open_token1] = ACTIONS(1119), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1119), + [aux_sym_port_token1] = ACTIONS(1119), + [aux_sym_preferred_authentications_token1] = ACTIONS(1119), + [aux_sym_protocol_token1] = ACTIONS(1119), + [aux_sym_proxy_command_token1] = ACTIONS(1119), + [aux_sym_proxy_jump_token1] = ACTIONS(1119), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1119), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1119), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1119), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1119), + [aux_sym_rekey_limit_token1] = ACTIONS(1119), + [aux_sym_remote_command_token1] = ACTIONS(1119), + [aux_sym_remote_forward_token1] = ACTIONS(1119), + [aux_sym_request_tty_token1] = ACTIONS(1119), + [aux_sym_required_rsa_size_token1] = ACTIONS(1119), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1119), + [aux_sym_security_key_provider_token1] = ACTIONS(1119), + [aux_sym_send_env_token1] = ACTIONS(1119), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1119), + [aux_sym_server_alive_interval_token1] = ACTIONS(1119), + [aux_sym_session_type_token1] = ACTIONS(1119), + [aux_sym_set_env_token1] = ACTIONS(1119), + [aux_sym_stdin_null_token1] = ACTIONS(1119), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1119), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1119), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1119), + [aux_sym_syslog_facility_token1] = ACTIONS(1119), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1119), + [aux_sym_keep_alive_token1] = ACTIONS(1119), + [aux_sym_tunnel_token1] = ACTIONS(1121), + [aux_sym_tunnel_device_token1] = ACTIONS(1119), + [aux_sym_update_host_keys_token1] = ACTIONS(1119), + [aux_sym_use_keychain_token1] = ACTIONS(1119), + [aux_sym_use_roaming_token1] = ACTIONS(1119), + [aux_sym_user_token1] = ACTIONS(1121), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1119), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1119), + [aux_sym_visual_host_key_token1] = ACTIONS(1119), + [aux_sym_xauth_location_token1] = ACTIONS(1119), }, [659] = { - [ts_builtin_sym_end] = ACTIONS(604), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(606), - [aux_sym_match_token1] = ACTIONS(604), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(604), - [aux_sym_address_family_token1] = ACTIONS(604), - [aux_sym_batch_mode_token1] = ACTIONS(604), - [aux_sym_bind_address_token1] = ACTIONS(604), - [aux_sym_bind_interface_token1] = ACTIONS(604), - [aux_sym_canonical_domains_token1] = ACTIONS(604), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(604), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(604), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(604), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(604), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(604), - [aux_sym_certificate_file_token1] = ACTIONS(604), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(604), - [aux_sym_check_host_ip_token1] = ACTIONS(604), - [aux_sym_ciphers_token1] = ACTIONS(604), - [aux_sym_cipher_token1] = ACTIONS(606), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(604), - [aux_sym_compression_token1] = ACTIONS(604), - [aux_sym_connection_attempts_token1] = ACTIONS(604), - [aux_sym_connect_timeout_token1] = ACTIONS(604), - [aux_sym_control_master_token1] = ACTIONS(604), - [aux_sym_control_path_token1] = ACTIONS(604), - [aux_sym_control_persist_token1] = ACTIONS(604), - [aux_sym_dynamic_forward_token1] = ACTIONS(604), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(604), - [aux_sym_escape_char_token1] = ACTIONS(604), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(604), - [aux_sym_fingerprint_hash_token1] = ACTIONS(604), - [aux_sym_fork_after_authentication_token1] = ACTIONS(604), - [aux_sym_forward_agent_token1] = ACTIONS(604), - [aux_sym_forward_x11_token1] = ACTIONS(606), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(604), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(604), - [aux_sym_gateway_ports_token1] = ACTIONS(604), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(604), - [aux_sym_gssapi_authentication_token1] = ACTIONS(604), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(604), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(604), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(604), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(604), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(604), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(604), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(604), - [aux_sym_hash_known_hosts_token1] = ACTIONS(604), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(604), - [aux_sym_hostbased_authentication_token1] = ACTIONS(604), - [aux_sym_host_key_algorithms_token1] = ACTIONS(604), - [aux_sym_host_key_alias_token1] = ACTIONS(604), - [aux_sym_hostname_token1] = ACTIONS(604), - [aux_sym_identities_only_token1] = ACTIONS(604), - [aux_sym_identity_agent_token1] = ACTIONS(604), - [aux_sym_identity_file_token1] = ACTIONS(604), - [aux_sym_ignore_unknown_token1] = ACTIONS(604), - [aux_sym_include_token1] = ACTIONS(604), - [aux_sym_ip_qos_token1] = ACTIONS(604), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(604), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(604), - [aux_sym_kex_algorithms_token1] = ACTIONS(604), - [aux_sym_known_hosts_command_token1] = ACTIONS(604), - [aux_sym_local_command_token1] = ACTIONS(604), - [aux_sym_local_forward_token1] = ACTIONS(604), - [aux_sym_log_level_token1] = ACTIONS(604), - [aux_sym_log_verbose_token1] = ACTIONS(604), - [aux_sym_macs_token1] = ACTIONS(604), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(604), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(604), - [aux_sym_password_authentication_token1] = ACTIONS(604), - [aux_sym_permit_local_command_token1] = ACTIONS(604), - [aux_sym_permit_remote_open_token1] = ACTIONS(604), - [aux_sym_pkcs11_provider_token1] = ACTIONS(604), - [aux_sym_port_token1] = ACTIONS(604), - [aux_sym_preferred_authentications_token1] = ACTIONS(604), - [aux_sym_protocol_token1] = ACTIONS(604), - [aux_sym_proxy_command_token1] = ACTIONS(604), - [aux_sym_proxy_jump_token1] = ACTIONS(604), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(604), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(604), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(604), - [aux_sym_pubkey_authentication_token1] = ACTIONS(604), - [aux_sym_rekey_limit_token1] = ACTIONS(604), - [aux_sym_remote_command_token1] = ACTIONS(604), - [aux_sym_remote_forward_token1] = ACTIONS(604), - [aux_sym_request_tty_token1] = ACTIONS(604), - [aux_sym_revoked_host_keys_token1] = ACTIONS(604), - [aux_sym_security_key_provider_token1] = ACTIONS(604), - [aux_sym_send_env_token1] = ACTIONS(604), - [aux_sym_server_alive_count_max_token1] = ACTIONS(604), - [aux_sym_server_alive_interval_token1] = ACTIONS(604), - [aux_sym_session_type_token1] = ACTIONS(604), - [aux_sym_set_env_token1] = ACTIONS(604), - [aux_sym_stdin_null_token1] = ACTIONS(604), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(604), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(604), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(604), - [aux_sym_syslog_facility_token1] = ACTIONS(604), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(604), - [aux_sym_keep_alive_token1] = ACTIONS(604), - [aux_sym_tunnel_token1] = ACTIONS(606), - [aux_sym_tunnel_device_token1] = ACTIONS(604), - [aux_sym_update_host_keys_token1] = ACTIONS(604), - [aux_sym_use_keychain_token1] = ACTIONS(604), - [aux_sym_use_roaming_token1] = ACTIONS(604), - [aux_sym_user_token1] = ACTIONS(606), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(604), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(604), - [aux_sym_visual_host_key_token1] = ACTIONS(604), - [aux_sym_xauth_location_token1] = ACTIONS(604), + [ts_builtin_sym_end] = ACTIONS(1125), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1127), + [aux_sym_match_token1] = ACTIONS(1125), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1125), + [aux_sym_address_family_token1] = ACTIONS(1125), + [aux_sym_batch_mode_token1] = ACTIONS(1125), + [aux_sym_bind_address_token1] = ACTIONS(1125), + [aux_sym_bind_interface_token1] = ACTIONS(1125), + [aux_sym_canonical_domains_token1] = ACTIONS(1125), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1125), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1125), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1125), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1125), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1125), + [aux_sym_certificate_file_token1] = ACTIONS(1125), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1125), + [aux_sym_check_host_ip_token1] = ACTIONS(1125), + [aux_sym_ciphers_token1] = ACTIONS(1125), + [aux_sym_cipher_token1] = ACTIONS(1127), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1125), + [aux_sym_compression_token1] = ACTIONS(1125), + [aux_sym_connection_attempts_token1] = ACTIONS(1125), + [aux_sym_connect_timeout_token1] = ACTIONS(1125), + [aux_sym_control_master_token1] = ACTIONS(1125), + [aux_sym_control_path_token1] = ACTIONS(1125), + [aux_sym_control_persist_token1] = ACTIONS(1125), + [aux_sym_dynamic_forward_token1] = ACTIONS(1125), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1125), + [aux_sym_escape_char_token1] = ACTIONS(1125), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1125), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1125), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1125), + [aux_sym_forward_agent_token1] = ACTIONS(1125), + [aux_sym_forward_x11_token1] = ACTIONS(1127), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1125), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1125), + [aux_sym_gateway_ports_token1] = ACTIONS(1125), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1125), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1125), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1125), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1125), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1125), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1125), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1125), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1125), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1125), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1125), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1125), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1125), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1125), + [aux_sym_host_key_alias_token1] = ACTIONS(1125), + [aux_sym_hostname_token1] = ACTIONS(1125), + [aux_sym_identities_only_token1] = ACTIONS(1125), + [aux_sym_identity_agent_token1] = ACTIONS(1125), + [aux_sym_identity_file_token1] = ACTIONS(1125), + [aux_sym_ignore_unknown_token1] = ACTIONS(1125), + [aux_sym_include_token1] = ACTIONS(1125), + [aux_sym_ip_qos_token1] = ACTIONS(1125), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1125), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1125), + [aux_sym_kex_algorithms_token1] = ACTIONS(1125), + [aux_sym_known_hosts_command_token1] = ACTIONS(1125), + [aux_sym_local_command_token1] = ACTIONS(1125), + [aux_sym_local_forward_token1] = ACTIONS(1125), + [aux_sym_log_level_token1] = ACTIONS(1125), + [aux_sym_log_verbose_token1] = ACTIONS(1125), + [aux_sym_macs_token1] = ACTIONS(1125), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1125), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1125), + [aux_sym_password_authentication_token1] = ACTIONS(1125), + [aux_sym_permit_local_command_token1] = ACTIONS(1125), + [aux_sym_permit_remote_open_token1] = ACTIONS(1125), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1125), + [aux_sym_port_token1] = ACTIONS(1125), + [aux_sym_preferred_authentications_token1] = ACTIONS(1125), + [aux_sym_protocol_token1] = ACTIONS(1125), + [aux_sym_proxy_command_token1] = ACTIONS(1125), + [aux_sym_proxy_jump_token1] = ACTIONS(1125), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1125), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1125), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1125), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1125), + [aux_sym_rekey_limit_token1] = ACTIONS(1125), + [aux_sym_remote_command_token1] = ACTIONS(1125), + [aux_sym_remote_forward_token1] = ACTIONS(1125), + [aux_sym_request_tty_token1] = ACTIONS(1125), + [aux_sym_required_rsa_size_token1] = ACTIONS(1125), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1125), + [aux_sym_security_key_provider_token1] = ACTIONS(1125), + [aux_sym_send_env_token1] = ACTIONS(1125), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1125), + [aux_sym_server_alive_interval_token1] = ACTIONS(1125), + [aux_sym_session_type_token1] = ACTIONS(1125), + [aux_sym_set_env_token1] = ACTIONS(1125), + [aux_sym_stdin_null_token1] = ACTIONS(1125), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1125), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1125), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1125), + [aux_sym_syslog_facility_token1] = ACTIONS(1125), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1125), + [aux_sym_keep_alive_token1] = ACTIONS(1125), + [aux_sym_tunnel_token1] = ACTIONS(1127), + [aux_sym_tunnel_device_token1] = ACTIONS(1125), + [aux_sym_update_host_keys_token1] = ACTIONS(1125), + [aux_sym_use_keychain_token1] = ACTIONS(1125), + [aux_sym_use_roaming_token1] = ACTIONS(1125), + [aux_sym_user_token1] = ACTIONS(1127), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1125), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1125), + [aux_sym_visual_host_key_token1] = ACTIONS(1125), + [aux_sym_xauth_location_token1] = ACTIONS(1125), }, [660] = { - [ts_builtin_sym_end] = ACTIONS(610), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(612), - [aux_sym_match_token1] = ACTIONS(610), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(610), - [aux_sym_address_family_token1] = ACTIONS(610), - [aux_sym_batch_mode_token1] = ACTIONS(610), - [aux_sym_bind_address_token1] = ACTIONS(610), - [aux_sym_bind_interface_token1] = ACTIONS(610), - [aux_sym_canonical_domains_token1] = ACTIONS(610), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(610), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(610), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(610), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(610), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(610), - [aux_sym_certificate_file_token1] = ACTIONS(610), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(610), - [aux_sym_check_host_ip_token1] = ACTIONS(610), - [aux_sym_ciphers_token1] = ACTIONS(610), - [aux_sym_cipher_token1] = ACTIONS(612), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(610), - [aux_sym_compression_token1] = ACTIONS(610), - [aux_sym_connection_attempts_token1] = ACTIONS(610), - [aux_sym_connect_timeout_token1] = ACTIONS(610), - [aux_sym_control_master_token1] = ACTIONS(610), - [aux_sym_control_path_token1] = ACTIONS(610), - [aux_sym_control_persist_token1] = ACTIONS(610), - [aux_sym_dynamic_forward_token1] = ACTIONS(610), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(610), - [aux_sym_escape_char_token1] = ACTIONS(610), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(610), - [aux_sym_fingerprint_hash_token1] = ACTIONS(610), - [aux_sym_fork_after_authentication_token1] = ACTIONS(610), - [aux_sym_forward_agent_token1] = ACTIONS(610), - [aux_sym_forward_x11_token1] = ACTIONS(612), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(610), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(610), - [aux_sym_gateway_ports_token1] = ACTIONS(610), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(610), - [aux_sym_gssapi_authentication_token1] = ACTIONS(610), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(610), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(610), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(610), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(610), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(610), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(610), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(610), - [aux_sym_hash_known_hosts_token1] = ACTIONS(610), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(610), - [aux_sym_hostbased_authentication_token1] = ACTIONS(610), - [aux_sym_host_key_algorithms_token1] = ACTIONS(610), - [aux_sym_host_key_alias_token1] = ACTIONS(610), - [aux_sym_hostname_token1] = ACTIONS(610), - [aux_sym_identities_only_token1] = ACTIONS(610), - [aux_sym_identity_agent_token1] = ACTIONS(610), - [aux_sym_identity_file_token1] = ACTIONS(610), - [aux_sym_ignore_unknown_token1] = ACTIONS(610), - [aux_sym_include_token1] = ACTIONS(610), - [aux_sym_ip_qos_token1] = ACTIONS(610), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(610), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(610), - [aux_sym_kex_algorithms_token1] = ACTIONS(610), - [aux_sym_known_hosts_command_token1] = ACTIONS(610), - [aux_sym_local_command_token1] = ACTIONS(610), - [aux_sym_local_forward_token1] = ACTIONS(610), - [aux_sym_log_level_token1] = ACTIONS(610), - [aux_sym_log_verbose_token1] = ACTIONS(610), - [aux_sym_macs_token1] = ACTIONS(610), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(610), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(610), - [aux_sym_password_authentication_token1] = ACTIONS(610), - [aux_sym_permit_local_command_token1] = ACTIONS(610), - [aux_sym_permit_remote_open_token1] = ACTIONS(610), - [aux_sym_pkcs11_provider_token1] = ACTIONS(610), - [aux_sym_port_token1] = ACTIONS(610), - [aux_sym_preferred_authentications_token1] = ACTIONS(610), - [aux_sym_protocol_token1] = ACTIONS(610), - [aux_sym_proxy_command_token1] = ACTIONS(610), - [aux_sym_proxy_jump_token1] = ACTIONS(610), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(610), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(610), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(610), - [aux_sym_pubkey_authentication_token1] = ACTIONS(610), - [aux_sym_rekey_limit_token1] = ACTIONS(610), - [aux_sym_remote_command_token1] = ACTIONS(610), - [aux_sym_remote_forward_token1] = ACTIONS(610), - [aux_sym_request_tty_token1] = ACTIONS(610), - [aux_sym_revoked_host_keys_token1] = ACTIONS(610), - [aux_sym_security_key_provider_token1] = ACTIONS(610), - [aux_sym_send_env_token1] = ACTIONS(610), - [aux_sym_server_alive_count_max_token1] = ACTIONS(610), - [aux_sym_server_alive_interval_token1] = ACTIONS(610), - [aux_sym_session_type_token1] = ACTIONS(610), - [aux_sym_set_env_token1] = ACTIONS(610), - [aux_sym_stdin_null_token1] = ACTIONS(610), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(610), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(610), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(610), - [aux_sym_syslog_facility_token1] = ACTIONS(610), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(610), - [aux_sym_keep_alive_token1] = ACTIONS(610), - [aux_sym_tunnel_token1] = ACTIONS(612), - [aux_sym_tunnel_device_token1] = ACTIONS(610), - [aux_sym_update_host_keys_token1] = ACTIONS(610), - [aux_sym_use_keychain_token1] = ACTIONS(610), - [aux_sym_use_roaming_token1] = ACTIONS(610), - [aux_sym_user_token1] = ACTIONS(612), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(610), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(610), - [aux_sym_visual_host_key_token1] = ACTIONS(610), - [aux_sym_xauth_location_token1] = ACTIONS(610), + [ts_builtin_sym_end] = ACTIONS(1131), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1133), + [aux_sym_match_token1] = ACTIONS(1131), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1131), + [aux_sym_address_family_token1] = ACTIONS(1131), + [aux_sym_batch_mode_token1] = ACTIONS(1131), + [aux_sym_bind_address_token1] = ACTIONS(1131), + [aux_sym_bind_interface_token1] = ACTIONS(1131), + [aux_sym_canonical_domains_token1] = ACTIONS(1131), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1131), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1131), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1131), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1131), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1131), + [aux_sym_certificate_file_token1] = ACTIONS(1131), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1131), + [aux_sym_check_host_ip_token1] = ACTIONS(1131), + [aux_sym_ciphers_token1] = ACTIONS(1131), + [aux_sym_cipher_token1] = ACTIONS(1133), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1131), + [aux_sym_compression_token1] = ACTIONS(1131), + [aux_sym_connection_attempts_token1] = ACTIONS(1131), + [aux_sym_connect_timeout_token1] = ACTIONS(1131), + [aux_sym_control_master_token1] = ACTIONS(1131), + [aux_sym_control_path_token1] = ACTIONS(1131), + [aux_sym_control_persist_token1] = ACTIONS(1131), + [aux_sym_dynamic_forward_token1] = ACTIONS(1131), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1131), + [aux_sym_escape_char_token1] = ACTIONS(1131), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1131), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1131), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1131), + [aux_sym_forward_agent_token1] = ACTIONS(1131), + [aux_sym_forward_x11_token1] = ACTIONS(1133), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1131), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1131), + [aux_sym_gateway_ports_token1] = ACTIONS(1131), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1131), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1131), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1131), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1131), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1131), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1131), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1131), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1131), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1131), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1131), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1131), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1131), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1131), + [aux_sym_host_key_alias_token1] = ACTIONS(1131), + [aux_sym_hostname_token1] = ACTIONS(1131), + [aux_sym_identities_only_token1] = ACTIONS(1131), + [aux_sym_identity_agent_token1] = ACTIONS(1131), + [aux_sym_identity_file_token1] = ACTIONS(1131), + [aux_sym_ignore_unknown_token1] = ACTIONS(1131), + [aux_sym_include_token1] = ACTIONS(1131), + [aux_sym_ip_qos_token1] = ACTIONS(1131), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1131), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1131), + [aux_sym_kex_algorithms_token1] = ACTIONS(1131), + [aux_sym_known_hosts_command_token1] = ACTIONS(1131), + [aux_sym_local_command_token1] = ACTIONS(1131), + [aux_sym_local_forward_token1] = ACTIONS(1131), + [aux_sym_log_level_token1] = ACTIONS(1131), + [aux_sym_log_verbose_token1] = ACTIONS(1131), + [aux_sym_macs_token1] = ACTIONS(1131), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1131), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1131), + [aux_sym_password_authentication_token1] = ACTIONS(1131), + [aux_sym_permit_local_command_token1] = ACTIONS(1131), + [aux_sym_permit_remote_open_token1] = ACTIONS(1131), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1131), + [aux_sym_port_token1] = ACTIONS(1131), + [aux_sym_preferred_authentications_token1] = ACTIONS(1131), + [aux_sym_protocol_token1] = ACTIONS(1131), + [aux_sym_proxy_command_token1] = ACTIONS(1131), + [aux_sym_proxy_jump_token1] = ACTIONS(1131), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1131), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1131), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1131), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1131), + [aux_sym_rekey_limit_token1] = ACTIONS(1131), + [aux_sym_remote_command_token1] = ACTIONS(1131), + [aux_sym_remote_forward_token1] = ACTIONS(1131), + [aux_sym_request_tty_token1] = ACTIONS(1131), + [aux_sym_required_rsa_size_token1] = ACTIONS(1131), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1131), + [aux_sym_security_key_provider_token1] = ACTIONS(1131), + [aux_sym_send_env_token1] = ACTIONS(1131), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1131), + [aux_sym_server_alive_interval_token1] = ACTIONS(1131), + [aux_sym_session_type_token1] = ACTIONS(1131), + [aux_sym_set_env_token1] = ACTIONS(1131), + [aux_sym_stdin_null_token1] = ACTIONS(1131), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1131), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1131), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1131), + [aux_sym_syslog_facility_token1] = ACTIONS(1131), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1131), + [aux_sym_keep_alive_token1] = ACTIONS(1131), + [aux_sym_tunnel_token1] = ACTIONS(1133), + [aux_sym_tunnel_device_token1] = ACTIONS(1131), + [aux_sym_update_host_keys_token1] = ACTIONS(1131), + [aux_sym_use_keychain_token1] = ACTIONS(1131), + [aux_sym_use_roaming_token1] = ACTIONS(1131), + [aux_sym_user_token1] = ACTIONS(1133), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1131), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1131), + [aux_sym_visual_host_key_token1] = ACTIONS(1131), + [aux_sym_xauth_location_token1] = ACTIONS(1131), }, [661] = { - [ts_builtin_sym_end] = ACTIONS(616), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(618), - [aux_sym_match_token1] = ACTIONS(616), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(616), - [aux_sym_address_family_token1] = ACTIONS(616), - [aux_sym_batch_mode_token1] = ACTIONS(616), - [aux_sym_bind_address_token1] = ACTIONS(616), - [aux_sym_bind_interface_token1] = ACTIONS(616), - [aux_sym_canonical_domains_token1] = ACTIONS(616), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(616), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(616), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(616), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(616), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(616), - [aux_sym_certificate_file_token1] = ACTIONS(616), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(616), - [aux_sym_check_host_ip_token1] = ACTIONS(616), - [aux_sym_ciphers_token1] = ACTIONS(616), - [aux_sym_cipher_token1] = ACTIONS(618), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(616), - [aux_sym_compression_token1] = ACTIONS(616), - [aux_sym_connection_attempts_token1] = ACTIONS(616), - [aux_sym_connect_timeout_token1] = ACTIONS(616), - [aux_sym_control_master_token1] = ACTIONS(616), - [aux_sym_control_path_token1] = ACTIONS(616), - [aux_sym_control_persist_token1] = ACTIONS(616), - [aux_sym_dynamic_forward_token1] = ACTIONS(616), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(616), - [aux_sym_escape_char_token1] = ACTIONS(616), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(616), - [aux_sym_fingerprint_hash_token1] = ACTIONS(616), - [aux_sym_fork_after_authentication_token1] = ACTIONS(616), - [aux_sym_forward_agent_token1] = ACTIONS(616), - [aux_sym_forward_x11_token1] = ACTIONS(618), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(616), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(616), - [aux_sym_gateway_ports_token1] = ACTIONS(616), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(616), - [aux_sym_gssapi_authentication_token1] = ACTIONS(616), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(616), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(616), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(616), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(616), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(616), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(616), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(616), - [aux_sym_hash_known_hosts_token1] = ACTIONS(616), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(616), - [aux_sym_hostbased_authentication_token1] = ACTIONS(616), - [aux_sym_host_key_algorithms_token1] = ACTIONS(616), - [aux_sym_host_key_alias_token1] = ACTIONS(616), - [aux_sym_hostname_token1] = ACTIONS(616), - [aux_sym_identities_only_token1] = ACTIONS(616), - [aux_sym_identity_agent_token1] = ACTIONS(616), - [aux_sym_identity_file_token1] = ACTIONS(616), - [aux_sym_ignore_unknown_token1] = ACTIONS(616), - [aux_sym_include_token1] = ACTIONS(616), - [aux_sym_ip_qos_token1] = ACTIONS(616), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(616), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(616), - [aux_sym_kex_algorithms_token1] = ACTIONS(616), - [aux_sym_known_hosts_command_token1] = ACTIONS(616), - [aux_sym_local_command_token1] = ACTIONS(616), - [aux_sym_local_forward_token1] = ACTIONS(616), - [aux_sym_log_level_token1] = ACTIONS(616), - [aux_sym_log_verbose_token1] = ACTIONS(616), - [aux_sym_macs_token1] = ACTIONS(616), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(616), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(616), - [aux_sym_password_authentication_token1] = ACTIONS(616), - [aux_sym_permit_local_command_token1] = ACTIONS(616), - [aux_sym_permit_remote_open_token1] = ACTIONS(616), - [aux_sym_pkcs11_provider_token1] = ACTIONS(616), - [aux_sym_port_token1] = ACTIONS(616), - [aux_sym_preferred_authentications_token1] = ACTIONS(616), - [aux_sym_protocol_token1] = ACTIONS(616), - [aux_sym_proxy_command_token1] = ACTIONS(616), - [aux_sym_proxy_jump_token1] = ACTIONS(616), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(616), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(616), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(616), - [aux_sym_pubkey_authentication_token1] = ACTIONS(616), - [aux_sym_rekey_limit_token1] = ACTIONS(616), - [aux_sym_remote_command_token1] = ACTIONS(616), - [aux_sym_remote_forward_token1] = ACTIONS(616), - [aux_sym_request_tty_token1] = ACTIONS(616), - [aux_sym_revoked_host_keys_token1] = ACTIONS(616), - [aux_sym_security_key_provider_token1] = ACTIONS(616), - [aux_sym_send_env_token1] = ACTIONS(616), - [aux_sym_server_alive_count_max_token1] = ACTIONS(616), - [aux_sym_server_alive_interval_token1] = ACTIONS(616), - [aux_sym_session_type_token1] = ACTIONS(616), - [aux_sym_set_env_token1] = ACTIONS(616), - [aux_sym_stdin_null_token1] = ACTIONS(616), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(616), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(616), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(616), - [aux_sym_syslog_facility_token1] = ACTIONS(616), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(616), - [aux_sym_keep_alive_token1] = ACTIONS(616), - [aux_sym_tunnel_token1] = ACTIONS(618), - [aux_sym_tunnel_device_token1] = ACTIONS(616), - [aux_sym_update_host_keys_token1] = ACTIONS(616), - [aux_sym_use_keychain_token1] = ACTIONS(616), - [aux_sym_use_roaming_token1] = ACTIONS(616), - [aux_sym_user_token1] = ACTIONS(618), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(616), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(616), - [aux_sym_visual_host_key_token1] = ACTIONS(616), - [aux_sym_xauth_location_token1] = ACTIONS(616), + [ts_builtin_sym_end] = ACTIONS(1137), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1139), + [aux_sym_match_token1] = ACTIONS(1137), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1137), + [aux_sym_address_family_token1] = ACTIONS(1137), + [aux_sym_batch_mode_token1] = ACTIONS(1137), + [aux_sym_bind_address_token1] = ACTIONS(1137), + [aux_sym_bind_interface_token1] = ACTIONS(1137), + [aux_sym_canonical_domains_token1] = ACTIONS(1137), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1137), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1137), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1137), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1137), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1137), + [aux_sym_certificate_file_token1] = ACTIONS(1137), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1137), + [aux_sym_check_host_ip_token1] = ACTIONS(1137), + [aux_sym_ciphers_token1] = ACTIONS(1137), + [aux_sym_cipher_token1] = ACTIONS(1139), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1137), + [aux_sym_compression_token1] = ACTIONS(1137), + [aux_sym_connection_attempts_token1] = ACTIONS(1137), + [aux_sym_connect_timeout_token1] = ACTIONS(1137), + [aux_sym_control_master_token1] = ACTIONS(1137), + [aux_sym_control_path_token1] = ACTIONS(1137), + [aux_sym_control_persist_token1] = ACTIONS(1137), + [aux_sym_dynamic_forward_token1] = ACTIONS(1137), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1137), + [aux_sym_escape_char_token1] = ACTIONS(1137), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1137), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1137), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1137), + [aux_sym_forward_agent_token1] = ACTIONS(1137), + [aux_sym_forward_x11_token1] = ACTIONS(1139), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1137), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1137), + [aux_sym_gateway_ports_token1] = ACTIONS(1137), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1137), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1137), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1137), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1137), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1137), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1137), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1137), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1137), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1137), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1137), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1137), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1137), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1137), + [aux_sym_host_key_alias_token1] = ACTIONS(1137), + [aux_sym_hostname_token1] = ACTIONS(1137), + [aux_sym_identities_only_token1] = ACTIONS(1137), + [aux_sym_identity_agent_token1] = ACTIONS(1137), + [aux_sym_identity_file_token1] = ACTIONS(1137), + [aux_sym_ignore_unknown_token1] = ACTIONS(1137), + [aux_sym_include_token1] = ACTIONS(1137), + [aux_sym_ip_qos_token1] = ACTIONS(1137), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1137), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1137), + [aux_sym_kex_algorithms_token1] = ACTIONS(1137), + [aux_sym_known_hosts_command_token1] = ACTIONS(1137), + [aux_sym_local_command_token1] = ACTIONS(1137), + [aux_sym_local_forward_token1] = ACTIONS(1137), + [aux_sym_log_level_token1] = ACTIONS(1137), + [aux_sym_log_verbose_token1] = ACTIONS(1137), + [aux_sym_macs_token1] = ACTIONS(1137), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1137), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1137), + [aux_sym_password_authentication_token1] = ACTIONS(1137), + [aux_sym_permit_local_command_token1] = ACTIONS(1137), + [aux_sym_permit_remote_open_token1] = ACTIONS(1137), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1137), + [aux_sym_port_token1] = ACTIONS(1137), + [aux_sym_preferred_authentications_token1] = ACTIONS(1137), + [aux_sym_protocol_token1] = ACTIONS(1137), + [aux_sym_proxy_command_token1] = ACTIONS(1137), + [aux_sym_proxy_jump_token1] = ACTIONS(1137), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1137), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1137), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1137), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1137), + [aux_sym_rekey_limit_token1] = ACTIONS(1137), + [aux_sym_remote_command_token1] = ACTIONS(1137), + [aux_sym_remote_forward_token1] = ACTIONS(1137), + [aux_sym_request_tty_token1] = ACTIONS(1137), + [aux_sym_required_rsa_size_token1] = ACTIONS(1137), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1137), + [aux_sym_security_key_provider_token1] = ACTIONS(1137), + [aux_sym_send_env_token1] = ACTIONS(1137), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1137), + [aux_sym_server_alive_interval_token1] = ACTIONS(1137), + [aux_sym_session_type_token1] = ACTIONS(1137), + [aux_sym_set_env_token1] = ACTIONS(1137), + [aux_sym_stdin_null_token1] = ACTIONS(1137), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1137), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1137), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1137), + [aux_sym_syslog_facility_token1] = ACTIONS(1137), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1137), + [aux_sym_keep_alive_token1] = ACTIONS(1137), + [aux_sym_tunnel_token1] = ACTIONS(1139), + [aux_sym_tunnel_device_token1] = ACTIONS(1137), + [aux_sym_update_host_keys_token1] = ACTIONS(1137), + [aux_sym_use_keychain_token1] = ACTIONS(1137), + [aux_sym_use_roaming_token1] = ACTIONS(1137), + [aux_sym_user_token1] = ACTIONS(1139), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1137), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1137), + [aux_sym_visual_host_key_token1] = ACTIONS(1137), + [aux_sym_xauth_location_token1] = ACTIONS(1137), }, [662] = { - [ts_builtin_sym_end] = ACTIONS(1360), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1362), - [aux_sym_match_token1] = ACTIONS(1360), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1360), - [aux_sym_address_family_token1] = ACTIONS(1360), - [aux_sym_batch_mode_token1] = ACTIONS(1360), - [aux_sym_bind_address_token1] = ACTIONS(1360), - [aux_sym_bind_interface_token1] = ACTIONS(1360), - [aux_sym_canonical_domains_token1] = ACTIONS(1360), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1360), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1360), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1360), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1360), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1360), - [aux_sym_certificate_file_token1] = ACTIONS(1360), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1360), - [aux_sym_check_host_ip_token1] = ACTIONS(1360), - [aux_sym_ciphers_token1] = ACTIONS(1360), - [aux_sym_cipher_token1] = ACTIONS(1362), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1360), - [aux_sym_compression_token1] = ACTIONS(1360), - [aux_sym_connection_attempts_token1] = ACTIONS(1360), - [aux_sym_connect_timeout_token1] = ACTIONS(1360), - [aux_sym_control_master_token1] = ACTIONS(1360), - [aux_sym_control_path_token1] = ACTIONS(1360), - [aux_sym_control_persist_token1] = ACTIONS(1360), - [aux_sym_dynamic_forward_token1] = ACTIONS(1360), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1360), - [aux_sym_escape_char_token1] = ACTIONS(1360), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1360), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1360), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1360), - [aux_sym_forward_agent_token1] = ACTIONS(1360), - [aux_sym_forward_x11_token1] = ACTIONS(1362), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1360), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1360), - [aux_sym_gateway_ports_token1] = ACTIONS(1360), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1360), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1360), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1360), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1360), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1360), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1360), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1360), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1360), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1360), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1360), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1360), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1360), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1360), - [aux_sym_host_key_alias_token1] = ACTIONS(1360), - [aux_sym_hostname_token1] = ACTIONS(1360), - [aux_sym_identities_only_token1] = ACTIONS(1360), - [aux_sym_identity_agent_token1] = ACTIONS(1360), - [aux_sym_identity_file_token1] = ACTIONS(1360), - [aux_sym_ignore_unknown_token1] = ACTIONS(1360), - [aux_sym_include_token1] = ACTIONS(1360), - [aux_sym_ip_qos_token1] = ACTIONS(1360), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1360), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1360), - [aux_sym_kex_algorithms_token1] = ACTIONS(1360), - [aux_sym_known_hosts_command_token1] = ACTIONS(1360), - [aux_sym_local_command_token1] = ACTIONS(1360), - [aux_sym_local_forward_token1] = ACTIONS(1360), - [aux_sym_log_level_token1] = ACTIONS(1360), - [aux_sym_log_verbose_token1] = ACTIONS(1360), - [aux_sym_macs_token1] = ACTIONS(1360), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1360), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1360), - [aux_sym_password_authentication_token1] = ACTIONS(1360), - [aux_sym_permit_local_command_token1] = ACTIONS(1360), - [aux_sym_permit_remote_open_token1] = ACTIONS(1360), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1360), - [aux_sym_port_token1] = ACTIONS(1360), - [aux_sym_preferred_authentications_token1] = ACTIONS(1360), - [aux_sym_protocol_token1] = ACTIONS(1360), - [aux_sym_proxy_command_token1] = ACTIONS(1360), - [aux_sym_proxy_jump_token1] = ACTIONS(1360), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1360), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1360), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1360), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1360), - [aux_sym_rekey_limit_token1] = ACTIONS(1360), - [aux_sym_remote_command_token1] = ACTIONS(1360), - [aux_sym_remote_forward_token1] = ACTIONS(1360), - [aux_sym_request_tty_token1] = ACTIONS(1360), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1360), - [aux_sym_security_key_provider_token1] = ACTIONS(1360), - [aux_sym_send_env_token1] = ACTIONS(1360), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1360), - [aux_sym_server_alive_interval_token1] = ACTIONS(1360), - [aux_sym_session_type_token1] = ACTIONS(1360), - [aux_sym_set_env_token1] = ACTIONS(1360), - [aux_sym_stdin_null_token1] = ACTIONS(1360), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1360), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1360), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1360), - [aux_sym_syslog_facility_token1] = ACTIONS(1360), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1360), - [aux_sym_keep_alive_token1] = ACTIONS(1360), - [aux_sym_tunnel_token1] = ACTIONS(1362), - [aux_sym_tunnel_device_token1] = ACTIONS(1360), - [aux_sym_update_host_keys_token1] = ACTIONS(1360), - [aux_sym_use_keychain_token1] = ACTIONS(1360), - [aux_sym_use_roaming_token1] = ACTIONS(1360), - [aux_sym_user_token1] = ACTIONS(1362), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1360), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1360), - [aux_sym_visual_host_key_token1] = ACTIONS(1360), - [aux_sym_xauth_location_token1] = ACTIONS(1360), + [ts_builtin_sym_end] = ACTIONS(1143), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1145), + [aux_sym_match_token1] = ACTIONS(1143), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1143), + [aux_sym_address_family_token1] = ACTIONS(1143), + [aux_sym_batch_mode_token1] = ACTIONS(1143), + [aux_sym_bind_address_token1] = ACTIONS(1143), + [aux_sym_bind_interface_token1] = ACTIONS(1143), + [aux_sym_canonical_domains_token1] = ACTIONS(1143), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1143), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1143), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1143), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1143), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1143), + [aux_sym_certificate_file_token1] = ACTIONS(1143), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1143), + [aux_sym_check_host_ip_token1] = ACTIONS(1143), + [aux_sym_ciphers_token1] = ACTIONS(1143), + [aux_sym_cipher_token1] = ACTIONS(1145), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1143), + [aux_sym_compression_token1] = ACTIONS(1143), + [aux_sym_connection_attempts_token1] = ACTIONS(1143), + [aux_sym_connect_timeout_token1] = ACTIONS(1143), + [aux_sym_control_master_token1] = ACTIONS(1143), + [aux_sym_control_path_token1] = ACTIONS(1143), + [aux_sym_control_persist_token1] = ACTIONS(1143), + [aux_sym_dynamic_forward_token1] = ACTIONS(1143), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1143), + [aux_sym_escape_char_token1] = ACTIONS(1143), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1143), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1143), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1143), + [aux_sym_forward_agent_token1] = ACTIONS(1143), + [aux_sym_forward_x11_token1] = ACTIONS(1145), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1143), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1143), + [aux_sym_gateway_ports_token1] = ACTIONS(1143), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1143), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1143), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1143), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1143), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1143), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1143), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1143), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1143), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1143), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1143), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1143), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1143), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1143), + [aux_sym_host_key_alias_token1] = ACTIONS(1143), + [aux_sym_hostname_token1] = ACTIONS(1143), + [aux_sym_identities_only_token1] = ACTIONS(1143), + [aux_sym_identity_agent_token1] = ACTIONS(1143), + [aux_sym_identity_file_token1] = ACTIONS(1143), + [aux_sym_ignore_unknown_token1] = ACTIONS(1143), + [aux_sym_include_token1] = ACTIONS(1143), + [aux_sym_ip_qos_token1] = ACTIONS(1143), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1143), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1143), + [aux_sym_kex_algorithms_token1] = ACTIONS(1143), + [aux_sym_known_hosts_command_token1] = ACTIONS(1143), + [aux_sym_local_command_token1] = ACTIONS(1143), + [aux_sym_local_forward_token1] = ACTIONS(1143), + [aux_sym_log_level_token1] = ACTIONS(1143), + [aux_sym_log_verbose_token1] = ACTIONS(1143), + [aux_sym_macs_token1] = ACTIONS(1143), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1143), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1143), + [aux_sym_password_authentication_token1] = ACTIONS(1143), + [aux_sym_permit_local_command_token1] = ACTIONS(1143), + [aux_sym_permit_remote_open_token1] = ACTIONS(1143), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1143), + [aux_sym_port_token1] = ACTIONS(1143), + [aux_sym_preferred_authentications_token1] = ACTIONS(1143), + [aux_sym_protocol_token1] = ACTIONS(1143), + [aux_sym_proxy_command_token1] = ACTIONS(1143), + [aux_sym_proxy_jump_token1] = ACTIONS(1143), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1143), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1143), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1143), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1143), + [aux_sym_rekey_limit_token1] = ACTIONS(1143), + [aux_sym_remote_command_token1] = ACTIONS(1143), + [aux_sym_remote_forward_token1] = ACTIONS(1143), + [aux_sym_request_tty_token1] = ACTIONS(1143), + [aux_sym_required_rsa_size_token1] = ACTIONS(1143), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1143), + [aux_sym_security_key_provider_token1] = ACTIONS(1143), + [aux_sym_send_env_token1] = ACTIONS(1143), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1143), + [aux_sym_server_alive_interval_token1] = ACTIONS(1143), + [aux_sym_session_type_token1] = ACTIONS(1143), + [aux_sym_set_env_token1] = ACTIONS(1143), + [aux_sym_stdin_null_token1] = ACTIONS(1143), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1143), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1143), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1143), + [aux_sym_syslog_facility_token1] = ACTIONS(1143), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1143), + [aux_sym_keep_alive_token1] = ACTIONS(1143), + [aux_sym_tunnel_token1] = ACTIONS(1145), + [aux_sym_tunnel_device_token1] = ACTIONS(1143), + [aux_sym_update_host_keys_token1] = ACTIONS(1143), + [aux_sym_use_keychain_token1] = ACTIONS(1143), + [aux_sym_use_roaming_token1] = ACTIONS(1143), + [aux_sym_user_token1] = ACTIONS(1145), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1143), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1143), + [aux_sym_visual_host_key_token1] = ACTIONS(1143), + [aux_sym_xauth_location_token1] = ACTIONS(1143), }, [663] = { - [ts_builtin_sym_end] = ACTIONS(1864), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1866), - [aux_sym_match_token1] = ACTIONS(1864), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1864), - [aux_sym_address_family_token1] = ACTIONS(1864), - [aux_sym_batch_mode_token1] = ACTIONS(1864), - [aux_sym_bind_address_token1] = ACTIONS(1864), - [aux_sym_bind_interface_token1] = ACTIONS(1864), - [aux_sym_canonical_domains_token1] = ACTIONS(1864), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1864), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1864), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1864), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1864), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1864), - [aux_sym_certificate_file_token1] = ACTIONS(1864), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1864), - [aux_sym_check_host_ip_token1] = ACTIONS(1864), - [aux_sym_ciphers_token1] = ACTIONS(1864), - [aux_sym_cipher_token1] = ACTIONS(1866), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1864), - [aux_sym_compression_token1] = ACTIONS(1864), - [aux_sym_connection_attempts_token1] = ACTIONS(1864), - [aux_sym_connect_timeout_token1] = ACTIONS(1864), - [aux_sym_control_master_token1] = ACTIONS(1864), - [aux_sym_control_path_token1] = ACTIONS(1864), - [aux_sym_control_persist_token1] = ACTIONS(1864), - [aux_sym_dynamic_forward_token1] = ACTIONS(1864), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1864), - [aux_sym_escape_char_token1] = ACTIONS(1864), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1864), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1864), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1864), - [aux_sym_forward_agent_token1] = ACTIONS(1864), - [aux_sym_forward_x11_token1] = ACTIONS(1866), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1864), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1864), - [aux_sym_gateway_ports_token1] = ACTIONS(1864), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1864), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1864), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1864), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1864), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1864), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1864), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1864), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1864), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1864), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1864), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1864), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1864), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1864), - [aux_sym_host_key_alias_token1] = ACTIONS(1864), - [aux_sym_hostname_token1] = ACTIONS(1864), - [aux_sym_identities_only_token1] = ACTIONS(1864), - [aux_sym_identity_agent_token1] = ACTIONS(1864), - [aux_sym_identity_file_token1] = ACTIONS(1864), - [aux_sym_ignore_unknown_token1] = ACTIONS(1864), - [aux_sym_include_token1] = ACTIONS(1864), - [aux_sym_ip_qos_token1] = ACTIONS(1864), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1864), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1864), - [aux_sym_kex_algorithms_token1] = ACTIONS(1864), - [aux_sym_known_hosts_command_token1] = ACTIONS(1864), - [aux_sym_local_command_token1] = ACTIONS(1864), - [aux_sym_local_forward_token1] = ACTIONS(1864), - [aux_sym_log_level_token1] = ACTIONS(1864), - [aux_sym_log_verbose_token1] = ACTIONS(1864), - [aux_sym_macs_token1] = ACTIONS(1864), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1864), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1864), - [aux_sym_password_authentication_token1] = ACTIONS(1864), - [aux_sym_permit_local_command_token1] = ACTIONS(1864), - [aux_sym_permit_remote_open_token1] = ACTIONS(1864), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1864), - [aux_sym_port_token1] = ACTIONS(1864), - [aux_sym_preferred_authentications_token1] = ACTIONS(1864), - [aux_sym_protocol_token1] = ACTIONS(1864), - [aux_sym_proxy_command_token1] = ACTIONS(1864), - [aux_sym_proxy_jump_token1] = ACTIONS(1864), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1864), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1864), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1864), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1864), - [aux_sym_rekey_limit_token1] = ACTIONS(1864), - [aux_sym_remote_command_token1] = ACTIONS(1864), - [aux_sym_remote_forward_token1] = ACTIONS(1864), - [aux_sym_request_tty_token1] = ACTIONS(1864), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1864), - [aux_sym_security_key_provider_token1] = ACTIONS(1864), - [aux_sym_send_env_token1] = ACTIONS(1864), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1864), - [aux_sym_server_alive_interval_token1] = ACTIONS(1864), - [aux_sym_session_type_token1] = ACTIONS(1864), - [aux_sym_set_env_token1] = ACTIONS(1864), - [aux_sym_stdin_null_token1] = ACTIONS(1864), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1864), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1864), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1864), - [aux_sym_syslog_facility_token1] = ACTIONS(1864), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1864), - [aux_sym_keep_alive_token1] = ACTIONS(1864), - [aux_sym_tunnel_token1] = ACTIONS(1866), - [aux_sym_tunnel_device_token1] = ACTIONS(1864), - [aux_sym_update_host_keys_token1] = ACTIONS(1864), - [aux_sym_use_keychain_token1] = ACTIONS(1864), - [aux_sym_use_roaming_token1] = ACTIONS(1864), - [aux_sym_user_token1] = ACTIONS(1866), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1864), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1864), - [aux_sym_visual_host_key_token1] = ACTIONS(1864), - [aux_sym_xauth_location_token1] = ACTIONS(1864), + [ts_builtin_sym_end] = ACTIONS(1149), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1151), + [aux_sym_match_token1] = ACTIONS(1149), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1149), + [aux_sym_address_family_token1] = ACTIONS(1149), + [aux_sym_batch_mode_token1] = ACTIONS(1149), + [aux_sym_bind_address_token1] = ACTIONS(1149), + [aux_sym_bind_interface_token1] = ACTIONS(1149), + [aux_sym_canonical_domains_token1] = ACTIONS(1149), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1149), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1149), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1149), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1149), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1149), + [aux_sym_certificate_file_token1] = ACTIONS(1149), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1149), + [aux_sym_check_host_ip_token1] = ACTIONS(1149), + [aux_sym_ciphers_token1] = ACTIONS(1149), + [aux_sym_cipher_token1] = ACTIONS(1151), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1149), + [aux_sym_compression_token1] = ACTIONS(1149), + [aux_sym_connection_attempts_token1] = ACTIONS(1149), + [aux_sym_connect_timeout_token1] = ACTIONS(1149), + [aux_sym_control_master_token1] = ACTIONS(1149), + [aux_sym_control_path_token1] = ACTIONS(1149), + [aux_sym_control_persist_token1] = ACTIONS(1149), + [aux_sym_dynamic_forward_token1] = ACTIONS(1149), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1149), + [aux_sym_escape_char_token1] = ACTIONS(1149), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1149), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1149), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1149), + [aux_sym_forward_agent_token1] = ACTIONS(1149), + [aux_sym_forward_x11_token1] = ACTIONS(1151), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1149), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1149), + [aux_sym_gateway_ports_token1] = ACTIONS(1149), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1149), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1149), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1149), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1149), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1149), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1149), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1149), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1149), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1149), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1149), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1149), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1149), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1149), + [aux_sym_host_key_alias_token1] = ACTIONS(1149), + [aux_sym_hostname_token1] = ACTIONS(1149), + [aux_sym_identities_only_token1] = ACTIONS(1149), + [aux_sym_identity_agent_token1] = ACTIONS(1149), + [aux_sym_identity_file_token1] = ACTIONS(1149), + [aux_sym_ignore_unknown_token1] = ACTIONS(1149), + [aux_sym_include_token1] = ACTIONS(1149), + [aux_sym_ip_qos_token1] = ACTIONS(1149), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1149), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1149), + [aux_sym_kex_algorithms_token1] = ACTIONS(1149), + [aux_sym_known_hosts_command_token1] = ACTIONS(1149), + [aux_sym_local_command_token1] = ACTIONS(1149), + [aux_sym_local_forward_token1] = ACTIONS(1149), + [aux_sym_log_level_token1] = ACTIONS(1149), + [aux_sym_log_verbose_token1] = ACTIONS(1149), + [aux_sym_macs_token1] = ACTIONS(1149), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1149), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1149), + [aux_sym_password_authentication_token1] = ACTIONS(1149), + [aux_sym_permit_local_command_token1] = ACTIONS(1149), + [aux_sym_permit_remote_open_token1] = ACTIONS(1149), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1149), + [aux_sym_port_token1] = ACTIONS(1149), + [aux_sym_preferred_authentications_token1] = ACTIONS(1149), + [aux_sym_protocol_token1] = ACTIONS(1149), + [aux_sym_proxy_command_token1] = ACTIONS(1149), + [aux_sym_proxy_jump_token1] = ACTIONS(1149), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1149), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1149), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1149), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1149), + [aux_sym_rekey_limit_token1] = ACTIONS(1149), + [aux_sym_remote_command_token1] = ACTIONS(1149), + [aux_sym_remote_forward_token1] = ACTIONS(1149), + [aux_sym_request_tty_token1] = ACTIONS(1149), + [aux_sym_required_rsa_size_token1] = ACTIONS(1149), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1149), + [aux_sym_security_key_provider_token1] = ACTIONS(1149), + [aux_sym_send_env_token1] = ACTIONS(1149), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1149), + [aux_sym_server_alive_interval_token1] = ACTIONS(1149), + [aux_sym_session_type_token1] = ACTIONS(1149), + [aux_sym_set_env_token1] = ACTIONS(1149), + [aux_sym_stdin_null_token1] = ACTIONS(1149), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1149), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1149), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1149), + [aux_sym_syslog_facility_token1] = ACTIONS(1149), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1149), + [aux_sym_keep_alive_token1] = ACTIONS(1149), + [aux_sym_tunnel_token1] = ACTIONS(1151), + [aux_sym_tunnel_device_token1] = ACTIONS(1149), + [aux_sym_update_host_keys_token1] = ACTIONS(1149), + [aux_sym_use_keychain_token1] = ACTIONS(1149), + [aux_sym_use_roaming_token1] = ACTIONS(1149), + [aux_sym_user_token1] = ACTIONS(1151), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1149), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1149), + [aux_sym_visual_host_key_token1] = ACTIONS(1149), + [aux_sym_xauth_location_token1] = ACTIONS(1149), }, [664] = { - [ts_builtin_sym_end] = ACTIONS(622), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(624), - [aux_sym_match_token1] = ACTIONS(622), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(622), - [aux_sym_address_family_token1] = ACTIONS(622), - [aux_sym_batch_mode_token1] = ACTIONS(622), - [aux_sym_bind_address_token1] = ACTIONS(622), - [aux_sym_bind_interface_token1] = ACTIONS(622), - [aux_sym_canonical_domains_token1] = ACTIONS(622), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(622), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(622), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(622), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(622), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(622), - [aux_sym_certificate_file_token1] = ACTIONS(622), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(622), - [aux_sym_check_host_ip_token1] = ACTIONS(622), - [aux_sym_ciphers_token1] = ACTIONS(622), - [aux_sym_cipher_token1] = ACTIONS(624), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(622), - [aux_sym_compression_token1] = ACTIONS(622), - [aux_sym_connection_attempts_token1] = ACTIONS(622), - [aux_sym_connect_timeout_token1] = ACTIONS(622), - [aux_sym_control_master_token1] = ACTIONS(622), - [aux_sym_control_path_token1] = ACTIONS(622), - [aux_sym_control_persist_token1] = ACTIONS(622), - [aux_sym_dynamic_forward_token1] = ACTIONS(622), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(622), - [aux_sym_escape_char_token1] = ACTIONS(622), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(622), - [aux_sym_fingerprint_hash_token1] = ACTIONS(622), - [aux_sym_fork_after_authentication_token1] = ACTIONS(622), - [aux_sym_forward_agent_token1] = ACTIONS(622), - [aux_sym_forward_x11_token1] = ACTIONS(624), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(622), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(622), - [aux_sym_gateway_ports_token1] = ACTIONS(622), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(622), - [aux_sym_gssapi_authentication_token1] = ACTIONS(622), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(622), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(622), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(622), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(622), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(622), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(622), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(622), - [aux_sym_hash_known_hosts_token1] = ACTIONS(622), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(622), - [aux_sym_hostbased_authentication_token1] = ACTIONS(622), - [aux_sym_host_key_algorithms_token1] = ACTIONS(622), - [aux_sym_host_key_alias_token1] = ACTIONS(622), - [aux_sym_hostname_token1] = ACTIONS(622), - [aux_sym_identities_only_token1] = ACTIONS(622), - [aux_sym_identity_agent_token1] = ACTIONS(622), - [aux_sym_identity_file_token1] = ACTIONS(622), - [aux_sym_ignore_unknown_token1] = ACTIONS(622), - [aux_sym_include_token1] = ACTIONS(622), - [aux_sym_ip_qos_token1] = ACTIONS(622), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(622), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(622), - [aux_sym_kex_algorithms_token1] = ACTIONS(622), - [aux_sym_known_hosts_command_token1] = ACTIONS(622), - [aux_sym_local_command_token1] = ACTIONS(622), - [aux_sym_local_forward_token1] = ACTIONS(622), - [aux_sym_log_level_token1] = ACTIONS(622), - [aux_sym_log_verbose_token1] = ACTIONS(622), - [aux_sym_macs_token1] = ACTIONS(622), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(622), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(622), - [aux_sym_password_authentication_token1] = ACTIONS(622), - [aux_sym_permit_local_command_token1] = ACTIONS(622), - [aux_sym_permit_remote_open_token1] = ACTIONS(622), - [aux_sym_pkcs11_provider_token1] = ACTIONS(622), - [aux_sym_port_token1] = ACTIONS(622), - [aux_sym_preferred_authentications_token1] = ACTIONS(622), - [aux_sym_protocol_token1] = ACTIONS(622), - [aux_sym_proxy_command_token1] = ACTIONS(622), - [aux_sym_proxy_jump_token1] = ACTIONS(622), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(622), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(622), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(622), - [aux_sym_pubkey_authentication_token1] = ACTIONS(622), - [aux_sym_rekey_limit_token1] = ACTIONS(622), - [aux_sym_remote_command_token1] = ACTIONS(622), - [aux_sym_remote_forward_token1] = ACTIONS(622), - [aux_sym_request_tty_token1] = ACTIONS(622), - [aux_sym_revoked_host_keys_token1] = ACTIONS(622), - [aux_sym_security_key_provider_token1] = ACTIONS(622), - [aux_sym_send_env_token1] = ACTIONS(622), - [aux_sym_server_alive_count_max_token1] = ACTIONS(622), - [aux_sym_server_alive_interval_token1] = ACTIONS(622), - [aux_sym_session_type_token1] = ACTIONS(622), - [aux_sym_set_env_token1] = ACTIONS(622), - [aux_sym_stdin_null_token1] = ACTIONS(622), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(622), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(622), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(622), - [aux_sym_syslog_facility_token1] = ACTIONS(622), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(622), - [aux_sym_keep_alive_token1] = ACTIONS(622), - [aux_sym_tunnel_token1] = ACTIONS(624), - [aux_sym_tunnel_device_token1] = ACTIONS(622), - [aux_sym_update_host_keys_token1] = ACTIONS(622), - [aux_sym_use_keychain_token1] = ACTIONS(622), - [aux_sym_use_roaming_token1] = ACTIONS(622), - [aux_sym_user_token1] = ACTIONS(624), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(622), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(622), - [aux_sym_visual_host_key_token1] = ACTIONS(622), - [aux_sym_xauth_location_token1] = ACTIONS(622), + [ts_builtin_sym_end] = ACTIONS(1155), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1157), + [aux_sym_match_token1] = ACTIONS(1155), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1155), + [aux_sym_address_family_token1] = ACTIONS(1155), + [aux_sym_batch_mode_token1] = ACTIONS(1155), + [aux_sym_bind_address_token1] = ACTIONS(1155), + [aux_sym_bind_interface_token1] = ACTIONS(1155), + [aux_sym_canonical_domains_token1] = ACTIONS(1155), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1155), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1155), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1155), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1155), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1155), + [aux_sym_certificate_file_token1] = ACTIONS(1155), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1155), + [aux_sym_check_host_ip_token1] = ACTIONS(1155), + [aux_sym_ciphers_token1] = ACTIONS(1155), + [aux_sym_cipher_token1] = ACTIONS(1157), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1155), + [aux_sym_compression_token1] = ACTIONS(1155), + [aux_sym_connection_attempts_token1] = ACTIONS(1155), + [aux_sym_connect_timeout_token1] = ACTIONS(1155), + [aux_sym_control_master_token1] = ACTIONS(1155), + [aux_sym_control_path_token1] = ACTIONS(1155), + [aux_sym_control_persist_token1] = ACTIONS(1155), + [aux_sym_dynamic_forward_token1] = ACTIONS(1155), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1155), + [aux_sym_escape_char_token1] = ACTIONS(1155), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1155), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1155), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1155), + [aux_sym_forward_agent_token1] = ACTIONS(1155), + [aux_sym_forward_x11_token1] = ACTIONS(1157), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1155), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1155), + [aux_sym_gateway_ports_token1] = ACTIONS(1155), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1155), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1155), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1155), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1155), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1155), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1155), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1155), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1155), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1155), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1155), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1155), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1155), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1155), + [aux_sym_host_key_alias_token1] = ACTIONS(1155), + [aux_sym_hostname_token1] = ACTIONS(1155), + [aux_sym_identities_only_token1] = ACTIONS(1155), + [aux_sym_identity_agent_token1] = ACTIONS(1155), + [aux_sym_identity_file_token1] = ACTIONS(1155), + [aux_sym_ignore_unknown_token1] = ACTIONS(1155), + [aux_sym_include_token1] = ACTIONS(1155), + [aux_sym_ip_qos_token1] = ACTIONS(1155), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1155), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1155), + [aux_sym_kex_algorithms_token1] = ACTIONS(1155), + [aux_sym_known_hosts_command_token1] = ACTIONS(1155), + [aux_sym_local_command_token1] = ACTIONS(1155), + [aux_sym_local_forward_token1] = ACTIONS(1155), + [aux_sym_log_level_token1] = ACTIONS(1155), + [aux_sym_log_verbose_token1] = ACTIONS(1155), + [aux_sym_macs_token1] = ACTIONS(1155), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1155), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1155), + [aux_sym_password_authentication_token1] = ACTIONS(1155), + [aux_sym_permit_local_command_token1] = ACTIONS(1155), + [aux_sym_permit_remote_open_token1] = ACTIONS(1155), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1155), + [aux_sym_port_token1] = ACTIONS(1155), + [aux_sym_preferred_authentications_token1] = ACTIONS(1155), + [aux_sym_protocol_token1] = ACTIONS(1155), + [aux_sym_proxy_command_token1] = ACTIONS(1155), + [aux_sym_proxy_jump_token1] = ACTIONS(1155), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1155), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1155), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1155), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1155), + [aux_sym_rekey_limit_token1] = ACTIONS(1155), + [aux_sym_remote_command_token1] = ACTIONS(1155), + [aux_sym_remote_forward_token1] = ACTIONS(1155), + [aux_sym_request_tty_token1] = ACTIONS(1155), + [aux_sym_required_rsa_size_token1] = ACTIONS(1155), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1155), + [aux_sym_security_key_provider_token1] = ACTIONS(1155), + [aux_sym_send_env_token1] = ACTIONS(1155), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1155), + [aux_sym_server_alive_interval_token1] = ACTIONS(1155), + [aux_sym_session_type_token1] = ACTIONS(1155), + [aux_sym_set_env_token1] = ACTIONS(1155), + [aux_sym_stdin_null_token1] = ACTIONS(1155), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1155), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1155), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1155), + [aux_sym_syslog_facility_token1] = ACTIONS(1155), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1155), + [aux_sym_keep_alive_token1] = ACTIONS(1155), + [aux_sym_tunnel_token1] = ACTIONS(1157), + [aux_sym_tunnel_device_token1] = ACTIONS(1155), + [aux_sym_update_host_keys_token1] = ACTIONS(1155), + [aux_sym_use_keychain_token1] = ACTIONS(1155), + [aux_sym_use_roaming_token1] = ACTIONS(1155), + [aux_sym_user_token1] = ACTIONS(1157), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1155), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1155), + [aux_sym_visual_host_key_token1] = ACTIONS(1155), + [aux_sym_xauth_location_token1] = ACTIONS(1155), }, [665] = { - [ts_builtin_sym_end] = ACTIONS(1366), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1368), - [aux_sym_match_token1] = ACTIONS(1366), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1366), - [aux_sym_address_family_token1] = ACTIONS(1366), - [aux_sym_batch_mode_token1] = ACTIONS(1366), - [aux_sym_bind_address_token1] = ACTIONS(1366), - [aux_sym_bind_interface_token1] = ACTIONS(1366), - [aux_sym_canonical_domains_token1] = ACTIONS(1366), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1366), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1366), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1366), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1366), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1366), - [aux_sym_certificate_file_token1] = ACTIONS(1366), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1366), - [aux_sym_check_host_ip_token1] = ACTIONS(1366), - [aux_sym_ciphers_token1] = ACTIONS(1366), - [aux_sym_cipher_token1] = ACTIONS(1368), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1366), - [aux_sym_compression_token1] = ACTIONS(1366), - [aux_sym_connection_attempts_token1] = ACTIONS(1366), - [aux_sym_connect_timeout_token1] = ACTIONS(1366), - [aux_sym_control_master_token1] = ACTIONS(1366), - [aux_sym_control_path_token1] = ACTIONS(1366), - [aux_sym_control_persist_token1] = ACTIONS(1366), - [aux_sym_dynamic_forward_token1] = ACTIONS(1366), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1366), - [aux_sym_escape_char_token1] = ACTIONS(1366), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1366), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1366), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1366), - [aux_sym_forward_agent_token1] = ACTIONS(1366), - [aux_sym_forward_x11_token1] = ACTIONS(1368), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1366), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1366), - [aux_sym_gateway_ports_token1] = ACTIONS(1366), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1366), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1366), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1366), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1366), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1366), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1366), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1366), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1366), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1366), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1366), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1366), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1366), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1366), - [aux_sym_host_key_alias_token1] = ACTIONS(1366), - [aux_sym_hostname_token1] = ACTIONS(1366), - [aux_sym_identities_only_token1] = ACTIONS(1366), - [aux_sym_identity_agent_token1] = ACTIONS(1366), - [aux_sym_identity_file_token1] = ACTIONS(1366), - [aux_sym_ignore_unknown_token1] = ACTIONS(1366), - [aux_sym_include_token1] = ACTIONS(1366), - [aux_sym_ip_qos_token1] = ACTIONS(1366), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1366), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1366), - [aux_sym_kex_algorithms_token1] = ACTIONS(1366), - [aux_sym_known_hosts_command_token1] = ACTIONS(1366), - [aux_sym_local_command_token1] = ACTIONS(1366), - [aux_sym_local_forward_token1] = ACTIONS(1366), - [aux_sym_log_level_token1] = ACTIONS(1366), - [aux_sym_log_verbose_token1] = ACTIONS(1366), - [aux_sym_macs_token1] = ACTIONS(1366), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1366), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1366), - [aux_sym_password_authentication_token1] = ACTIONS(1366), - [aux_sym_permit_local_command_token1] = ACTIONS(1366), - [aux_sym_permit_remote_open_token1] = ACTIONS(1366), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1366), - [aux_sym_port_token1] = ACTIONS(1366), - [aux_sym_preferred_authentications_token1] = ACTIONS(1366), - [aux_sym_protocol_token1] = ACTIONS(1366), - [aux_sym_proxy_command_token1] = ACTIONS(1366), - [aux_sym_proxy_jump_token1] = ACTIONS(1366), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1366), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1366), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1366), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1366), - [aux_sym_rekey_limit_token1] = ACTIONS(1366), - [aux_sym_remote_command_token1] = ACTIONS(1366), - [aux_sym_remote_forward_token1] = ACTIONS(1366), - [aux_sym_request_tty_token1] = ACTIONS(1366), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1366), - [aux_sym_security_key_provider_token1] = ACTIONS(1366), - [aux_sym_send_env_token1] = ACTIONS(1366), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1366), - [aux_sym_server_alive_interval_token1] = ACTIONS(1366), - [aux_sym_session_type_token1] = ACTIONS(1366), - [aux_sym_set_env_token1] = ACTIONS(1366), - [aux_sym_stdin_null_token1] = ACTIONS(1366), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1366), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1366), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1366), - [aux_sym_syslog_facility_token1] = ACTIONS(1366), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1366), - [aux_sym_keep_alive_token1] = ACTIONS(1366), - [aux_sym_tunnel_token1] = ACTIONS(1368), - [aux_sym_tunnel_device_token1] = ACTIONS(1366), - [aux_sym_update_host_keys_token1] = ACTIONS(1366), - [aux_sym_use_keychain_token1] = ACTIONS(1366), - [aux_sym_use_roaming_token1] = ACTIONS(1366), - [aux_sym_user_token1] = ACTIONS(1368), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1366), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1366), - [aux_sym_visual_host_key_token1] = ACTIONS(1366), - [aux_sym_xauth_location_token1] = ACTIONS(1366), + [ts_builtin_sym_end] = ACTIONS(1161), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1163), + [aux_sym_match_token1] = ACTIONS(1161), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1161), + [aux_sym_address_family_token1] = ACTIONS(1161), + [aux_sym_batch_mode_token1] = ACTIONS(1161), + [aux_sym_bind_address_token1] = ACTIONS(1161), + [aux_sym_bind_interface_token1] = ACTIONS(1161), + [aux_sym_canonical_domains_token1] = ACTIONS(1161), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1161), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1161), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1161), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1161), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1161), + [aux_sym_certificate_file_token1] = ACTIONS(1161), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1161), + [aux_sym_check_host_ip_token1] = ACTIONS(1161), + [aux_sym_ciphers_token1] = ACTIONS(1161), + [aux_sym_cipher_token1] = ACTIONS(1163), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1161), + [aux_sym_compression_token1] = ACTIONS(1161), + [aux_sym_connection_attempts_token1] = ACTIONS(1161), + [aux_sym_connect_timeout_token1] = ACTIONS(1161), + [aux_sym_control_master_token1] = ACTIONS(1161), + [aux_sym_control_path_token1] = ACTIONS(1161), + [aux_sym_control_persist_token1] = ACTIONS(1161), + [aux_sym_dynamic_forward_token1] = ACTIONS(1161), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1161), + [aux_sym_escape_char_token1] = ACTIONS(1161), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1161), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1161), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1161), + [aux_sym_forward_agent_token1] = ACTIONS(1161), + [aux_sym_forward_x11_token1] = ACTIONS(1163), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1161), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1161), + [aux_sym_gateway_ports_token1] = ACTIONS(1161), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1161), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1161), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1161), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1161), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1161), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1161), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1161), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1161), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1161), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1161), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1161), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1161), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1161), + [aux_sym_host_key_alias_token1] = ACTIONS(1161), + [aux_sym_hostname_token1] = ACTIONS(1161), + [aux_sym_identities_only_token1] = ACTIONS(1161), + [aux_sym_identity_agent_token1] = ACTIONS(1161), + [aux_sym_identity_file_token1] = ACTIONS(1161), + [aux_sym_ignore_unknown_token1] = ACTIONS(1161), + [aux_sym_include_token1] = ACTIONS(1161), + [aux_sym_ip_qos_token1] = ACTIONS(1161), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1161), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1161), + [aux_sym_kex_algorithms_token1] = ACTIONS(1161), + [aux_sym_known_hosts_command_token1] = ACTIONS(1161), + [aux_sym_local_command_token1] = ACTIONS(1161), + [aux_sym_local_forward_token1] = ACTIONS(1161), + [aux_sym_log_level_token1] = ACTIONS(1161), + [aux_sym_log_verbose_token1] = ACTIONS(1161), + [aux_sym_macs_token1] = ACTIONS(1161), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1161), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1161), + [aux_sym_password_authentication_token1] = ACTIONS(1161), + [aux_sym_permit_local_command_token1] = ACTIONS(1161), + [aux_sym_permit_remote_open_token1] = ACTIONS(1161), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1161), + [aux_sym_port_token1] = ACTIONS(1161), + [aux_sym_preferred_authentications_token1] = ACTIONS(1161), + [aux_sym_protocol_token1] = ACTIONS(1161), + [aux_sym_proxy_command_token1] = ACTIONS(1161), + [aux_sym_proxy_jump_token1] = ACTIONS(1161), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1161), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1161), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1161), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1161), + [aux_sym_rekey_limit_token1] = ACTIONS(1161), + [aux_sym_remote_command_token1] = ACTIONS(1161), + [aux_sym_remote_forward_token1] = ACTIONS(1161), + [aux_sym_request_tty_token1] = ACTIONS(1161), + [aux_sym_required_rsa_size_token1] = ACTIONS(1161), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1161), + [aux_sym_security_key_provider_token1] = ACTIONS(1161), + [aux_sym_send_env_token1] = ACTIONS(1161), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1161), + [aux_sym_server_alive_interval_token1] = ACTIONS(1161), + [aux_sym_session_type_token1] = ACTIONS(1161), + [aux_sym_set_env_token1] = ACTIONS(1161), + [aux_sym_stdin_null_token1] = ACTIONS(1161), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1161), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1161), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1161), + [aux_sym_syslog_facility_token1] = ACTIONS(1161), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1161), + [aux_sym_keep_alive_token1] = ACTIONS(1161), + [aux_sym_tunnel_token1] = ACTIONS(1163), + [aux_sym_tunnel_device_token1] = ACTIONS(1161), + [aux_sym_update_host_keys_token1] = ACTIONS(1161), + [aux_sym_use_keychain_token1] = ACTIONS(1161), + [aux_sym_use_roaming_token1] = ACTIONS(1161), + [aux_sym_user_token1] = ACTIONS(1163), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1161), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1161), + [aux_sym_visual_host_key_token1] = ACTIONS(1161), + [aux_sym_xauth_location_token1] = ACTIONS(1161), }, [666] = { - [ts_builtin_sym_end] = ACTIONS(1858), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1860), - [aux_sym_match_token1] = ACTIONS(1858), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1858), - [aux_sym_address_family_token1] = ACTIONS(1858), - [aux_sym_batch_mode_token1] = ACTIONS(1858), - [aux_sym_bind_address_token1] = ACTIONS(1858), - [aux_sym_bind_interface_token1] = ACTIONS(1858), - [aux_sym_canonical_domains_token1] = ACTIONS(1858), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1858), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1858), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1858), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1858), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1858), - [aux_sym_certificate_file_token1] = ACTIONS(1858), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1858), - [aux_sym_check_host_ip_token1] = ACTIONS(1858), - [aux_sym_ciphers_token1] = ACTIONS(1858), - [aux_sym_cipher_token1] = ACTIONS(1860), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1858), - [aux_sym_compression_token1] = ACTIONS(1858), - [aux_sym_connection_attempts_token1] = ACTIONS(1858), - [aux_sym_connect_timeout_token1] = ACTIONS(1858), - [aux_sym_control_master_token1] = ACTIONS(1858), - [aux_sym_control_path_token1] = ACTIONS(1858), - [aux_sym_control_persist_token1] = ACTIONS(1858), - [aux_sym_dynamic_forward_token1] = ACTIONS(1858), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1858), - [aux_sym_escape_char_token1] = ACTIONS(1858), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1858), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1858), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1858), - [aux_sym_forward_agent_token1] = ACTIONS(1858), - [aux_sym_forward_x11_token1] = ACTIONS(1860), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1858), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1858), - [aux_sym_gateway_ports_token1] = ACTIONS(1858), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1858), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1858), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1858), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1858), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1858), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1858), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1858), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1858), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1858), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1858), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1858), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1858), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1858), - [aux_sym_host_key_alias_token1] = ACTIONS(1858), - [aux_sym_hostname_token1] = ACTIONS(1858), - [aux_sym_identities_only_token1] = ACTIONS(1858), - [aux_sym_identity_agent_token1] = ACTIONS(1858), - [aux_sym_identity_file_token1] = ACTIONS(1858), - [aux_sym_ignore_unknown_token1] = ACTIONS(1858), - [aux_sym_include_token1] = ACTIONS(1858), - [aux_sym_ip_qos_token1] = ACTIONS(1858), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1858), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1858), - [aux_sym_kex_algorithms_token1] = ACTIONS(1858), - [aux_sym_known_hosts_command_token1] = ACTIONS(1858), - [aux_sym_local_command_token1] = ACTIONS(1858), - [aux_sym_local_forward_token1] = ACTIONS(1858), - [aux_sym_log_level_token1] = ACTIONS(1858), - [aux_sym_log_verbose_token1] = ACTIONS(1858), - [aux_sym_macs_token1] = ACTIONS(1858), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1858), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1858), - [aux_sym_password_authentication_token1] = ACTIONS(1858), - [aux_sym_permit_local_command_token1] = ACTIONS(1858), - [aux_sym_permit_remote_open_token1] = ACTIONS(1858), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1858), - [aux_sym_port_token1] = ACTIONS(1858), - [aux_sym_preferred_authentications_token1] = ACTIONS(1858), - [aux_sym_protocol_token1] = ACTIONS(1858), - [aux_sym_proxy_command_token1] = ACTIONS(1858), - [aux_sym_proxy_jump_token1] = ACTIONS(1858), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1858), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1858), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1858), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1858), - [aux_sym_rekey_limit_token1] = ACTIONS(1858), - [aux_sym_remote_command_token1] = ACTIONS(1858), - [aux_sym_remote_forward_token1] = ACTIONS(1858), - [aux_sym_request_tty_token1] = ACTIONS(1858), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1858), - [aux_sym_security_key_provider_token1] = ACTIONS(1858), - [aux_sym_send_env_token1] = ACTIONS(1858), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1858), - [aux_sym_server_alive_interval_token1] = ACTIONS(1858), - [aux_sym_session_type_token1] = ACTIONS(1858), - [aux_sym_set_env_token1] = ACTIONS(1858), - [aux_sym_stdin_null_token1] = ACTIONS(1858), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1858), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1858), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1858), - [aux_sym_syslog_facility_token1] = ACTIONS(1858), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1858), - [aux_sym_keep_alive_token1] = ACTIONS(1858), - [aux_sym_tunnel_token1] = ACTIONS(1860), - [aux_sym_tunnel_device_token1] = ACTIONS(1858), - [aux_sym_update_host_keys_token1] = ACTIONS(1858), - [aux_sym_use_keychain_token1] = ACTIONS(1858), - [aux_sym_use_roaming_token1] = ACTIONS(1858), - [aux_sym_user_token1] = ACTIONS(1860), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1858), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1858), - [aux_sym_visual_host_key_token1] = ACTIONS(1858), - [aux_sym_xauth_location_token1] = ACTIONS(1858), + [ts_builtin_sym_end] = ACTIONS(1167), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1169), + [aux_sym_match_token1] = ACTIONS(1167), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1167), + [aux_sym_address_family_token1] = ACTIONS(1167), + [aux_sym_batch_mode_token1] = ACTIONS(1167), + [aux_sym_bind_address_token1] = ACTIONS(1167), + [aux_sym_bind_interface_token1] = ACTIONS(1167), + [aux_sym_canonical_domains_token1] = ACTIONS(1167), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1167), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1167), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1167), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1167), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1167), + [aux_sym_certificate_file_token1] = ACTIONS(1167), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1167), + [aux_sym_check_host_ip_token1] = ACTIONS(1167), + [aux_sym_ciphers_token1] = ACTIONS(1167), + [aux_sym_cipher_token1] = ACTIONS(1169), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1167), + [aux_sym_compression_token1] = ACTIONS(1167), + [aux_sym_connection_attempts_token1] = ACTIONS(1167), + [aux_sym_connect_timeout_token1] = ACTIONS(1167), + [aux_sym_control_master_token1] = ACTIONS(1167), + [aux_sym_control_path_token1] = ACTIONS(1167), + [aux_sym_control_persist_token1] = ACTIONS(1167), + [aux_sym_dynamic_forward_token1] = ACTIONS(1167), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1167), + [aux_sym_escape_char_token1] = ACTIONS(1167), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1167), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1167), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1167), + [aux_sym_forward_agent_token1] = ACTIONS(1167), + [aux_sym_forward_x11_token1] = ACTIONS(1169), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1167), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1167), + [aux_sym_gateway_ports_token1] = ACTIONS(1167), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1167), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1167), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1167), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1167), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1167), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1167), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1167), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1167), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1167), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1167), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1167), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1167), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1167), + [aux_sym_host_key_alias_token1] = ACTIONS(1167), + [aux_sym_hostname_token1] = ACTIONS(1167), + [aux_sym_identities_only_token1] = ACTIONS(1167), + [aux_sym_identity_agent_token1] = ACTIONS(1167), + [aux_sym_identity_file_token1] = ACTIONS(1167), + [aux_sym_ignore_unknown_token1] = ACTIONS(1167), + [aux_sym_include_token1] = ACTIONS(1167), + [aux_sym_ip_qos_token1] = ACTIONS(1167), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1167), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1167), + [aux_sym_kex_algorithms_token1] = ACTIONS(1167), + [aux_sym_known_hosts_command_token1] = ACTIONS(1167), + [aux_sym_local_command_token1] = ACTIONS(1167), + [aux_sym_local_forward_token1] = ACTIONS(1167), + [aux_sym_log_level_token1] = ACTIONS(1167), + [aux_sym_log_verbose_token1] = ACTIONS(1167), + [aux_sym_macs_token1] = ACTIONS(1167), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1167), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1167), + [aux_sym_password_authentication_token1] = ACTIONS(1167), + [aux_sym_permit_local_command_token1] = ACTIONS(1167), + [aux_sym_permit_remote_open_token1] = ACTIONS(1167), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1167), + [aux_sym_port_token1] = ACTIONS(1167), + [aux_sym_preferred_authentications_token1] = ACTIONS(1167), + [aux_sym_protocol_token1] = ACTIONS(1167), + [aux_sym_proxy_command_token1] = ACTIONS(1167), + [aux_sym_proxy_jump_token1] = ACTIONS(1167), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1167), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1167), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1167), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1167), + [aux_sym_rekey_limit_token1] = ACTIONS(1167), + [aux_sym_remote_command_token1] = ACTIONS(1167), + [aux_sym_remote_forward_token1] = ACTIONS(1167), + [aux_sym_request_tty_token1] = ACTIONS(1167), + [aux_sym_required_rsa_size_token1] = ACTIONS(1167), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1167), + [aux_sym_security_key_provider_token1] = ACTIONS(1167), + [aux_sym_send_env_token1] = ACTIONS(1167), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1167), + [aux_sym_server_alive_interval_token1] = ACTIONS(1167), + [aux_sym_session_type_token1] = ACTIONS(1167), + [aux_sym_set_env_token1] = ACTIONS(1167), + [aux_sym_stdin_null_token1] = ACTIONS(1167), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1167), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1167), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1167), + [aux_sym_syslog_facility_token1] = ACTIONS(1167), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1167), + [aux_sym_keep_alive_token1] = ACTIONS(1167), + [aux_sym_tunnel_token1] = ACTIONS(1169), + [aux_sym_tunnel_device_token1] = ACTIONS(1167), + [aux_sym_update_host_keys_token1] = ACTIONS(1167), + [aux_sym_use_keychain_token1] = ACTIONS(1167), + [aux_sym_use_roaming_token1] = ACTIONS(1167), + [aux_sym_user_token1] = ACTIONS(1169), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1167), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1167), + [aux_sym_visual_host_key_token1] = ACTIONS(1167), + [aux_sym_xauth_location_token1] = ACTIONS(1167), }, [667] = { - [ts_builtin_sym_end] = ACTIONS(754), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(756), - [aux_sym_match_token1] = ACTIONS(754), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(754), - [aux_sym_address_family_token1] = ACTIONS(754), - [aux_sym_batch_mode_token1] = ACTIONS(754), - [aux_sym_bind_address_token1] = ACTIONS(754), - [aux_sym_bind_interface_token1] = ACTIONS(754), - [aux_sym_canonical_domains_token1] = ACTIONS(754), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(754), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(754), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(754), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(754), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(754), - [aux_sym_certificate_file_token1] = ACTIONS(754), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(754), - [aux_sym_check_host_ip_token1] = ACTIONS(754), - [aux_sym_ciphers_token1] = ACTIONS(754), - [aux_sym_cipher_token1] = ACTIONS(756), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(754), - [aux_sym_compression_token1] = ACTIONS(754), - [aux_sym_connection_attempts_token1] = ACTIONS(754), - [aux_sym_connect_timeout_token1] = ACTIONS(754), - [aux_sym_control_master_token1] = ACTIONS(754), - [aux_sym_control_path_token1] = ACTIONS(754), - [aux_sym_control_persist_token1] = ACTIONS(754), - [aux_sym_dynamic_forward_token1] = ACTIONS(754), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(754), - [aux_sym_escape_char_token1] = ACTIONS(754), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(754), - [aux_sym_fingerprint_hash_token1] = ACTIONS(754), - [aux_sym_fork_after_authentication_token1] = ACTIONS(754), - [aux_sym_forward_agent_token1] = ACTIONS(754), - [aux_sym_forward_x11_token1] = ACTIONS(756), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(754), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(754), - [aux_sym_gateway_ports_token1] = ACTIONS(754), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(754), - [aux_sym_gssapi_authentication_token1] = ACTIONS(754), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(754), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(754), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(754), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(754), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(754), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(754), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(754), - [aux_sym_hash_known_hosts_token1] = ACTIONS(754), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(754), - [aux_sym_hostbased_authentication_token1] = ACTIONS(754), - [aux_sym_host_key_algorithms_token1] = ACTIONS(754), - [aux_sym_host_key_alias_token1] = ACTIONS(754), - [aux_sym_hostname_token1] = ACTIONS(754), - [aux_sym_identities_only_token1] = ACTIONS(754), - [aux_sym_identity_agent_token1] = ACTIONS(754), - [aux_sym_identity_file_token1] = ACTIONS(754), - [aux_sym_ignore_unknown_token1] = ACTIONS(754), - [aux_sym_include_token1] = ACTIONS(754), - [aux_sym_ip_qos_token1] = ACTIONS(754), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(754), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(754), - [aux_sym_kex_algorithms_token1] = ACTIONS(754), - [aux_sym_known_hosts_command_token1] = ACTIONS(754), - [aux_sym_local_command_token1] = ACTIONS(754), - [aux_sym_local_forward_token1] = ACTIONS(754), - [aux_sym_log_level_token1] = ACTIONS(754), - [aux_sym_log_verbose_token1] = ACTIONS(754), - [aux_sym_macs_token1] = ACTIONS(754), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(754), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(754), - [aux_sym_password_authentication_token1] = ACTIONS(754), - [aux_sym_permit_local_command_token1] = ACTIONS(754), - [aux_sym_permit_remote_open_token1] = ACTIONS(754), - [aux_sym_pkcs11_provider_token1] = ACTIONS(754), - [aux_sym_port_token1] = ACTIONS(754), - [aux_sym_preferred_authentications_token1] = ACTIONS(754), - [aux_sym_protocol_token1] = ACTIONS(754), - [aux_sym_proxy_command_token1] = ACTIONS(754), - [aux_sym_proxy_jump_token1] = ACTIONS(754), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(754), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(754), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(754), - [aux_sym_pubkey_authentication_token1] = ACTIONS(754), - [aux_sym_rekey_limit_token1] = ACTIONS(754), - [aux_sym_remote_command_token1] = ACTIONS(754), - [aux_sym_remote_forward_token1] = ACTIONS(754), - [aux_sym_request_tty_token1] = ACTIONS(754), - [aux_sym_revoked_host_keys_token1] = ACTIONS(754), - [aux_sym_security_key_provider_token1] = ACTIONS(754), - [aux_sym_send_env_token1] = ACTIONS(754), - [aux_sym_server_alive_count_max_token1] = ACTIONS(754), - [aux_sym_server_alive_interval_token1] = ACTIONS(754), - [aux_sym_session_type_token1] = ACTIONS(754), - [aux_sym_set_env_token1] = ACTIONS(754), - [aux_sym_stdin_null_token1] = ACTIONS(754), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(754), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(754), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(754), - [aux_sym_syslog_facility_token1] = ACTIONS(754), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(754), - [aux_sym_keep_alive_token1] = ACTIONS(754), - [aux_sym_tunnel_token1] = ACTIONS(756), - [aux_sym_tunnel_device_token1] = ACTIONS(754), - [aux_sym_update_host_keys_token1] = ACTIONS(754), - [aux_sym_use_keychain_token1] = ACTIONS(754), - [aux_sym_use_roaming_token1] = ACTIONS(754), - [aux_sym_user_token1] = ACTIONS(756), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(754), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(754), - [aux_sym_visual_host_key_token1] = ACTIONS(754), - [aux_sym_xauth_location_token1] = ACTIONS(754), + [ts_builtin_sym_end] = ACTIONS(1173), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1175), + [aux_sym_match_token1] = ACTIONS(1173), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1173), + [aux_sym_address_family_token1] = ACTIONS(1173), + [aux_sym_batch_mode_token1] = ACTIONS(1173), + [aux_sym_bind_address_token1] = ACTIONS(1173), + [aux_sym_bind_interface_token1] = ACTIONS(1173), + [aux_sym_canonical_domains_token1] = ACTIONS(1173), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1173), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1173), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1173), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1173), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1173), + [aux_sym_certificate_file_token1] = ACTIONS(1173), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1173), + [aux_sym_check_host_ip_token1] = ACTIONS(1173), + [aux_sym_ciphers_token1] = ACTIONS(1173), + [aux_sym_cipher_token1] = ACTIONS(1175), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1173), + [aux_sym_compression_token1] = ACTIONS(1173), + [aux_sym_connection_attempts_token1] = ACTIONS(1173), + [aux_sym_connect_timeout_token1] = ACTIONS(1173), + [aux_sym_control_master_token1] = ACTIONS(1173), + [aux_sym_control_path_token1] = ACTIONS(1173), + [aux_sym_control_persist_token1] = ACTIONS(1173), + [aux_sym_dynamic_forward_token1] = ACTIONS(1173), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1173), + [aux_sym_escape_char_token1] = ACTIONS(1173), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1173), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1173), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1173), + [aux_sym_forward_agent_token1] = ACTIONS(1173), + [aux_sym_forward_x11_token1] = ACTIONS(1175), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1173), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1173), + [aux_sym_gateway_ports_token1] = ACTIONS(1173), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1173), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1173), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1173), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1173), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1173), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1173), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1173), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1173), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1173), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1173), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1173), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1173), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1173), + [aux_sym_host_key_alias_token1] = ACTIONS(1173), + [aux_sym_hostname_token1] = ACTIONS(1173), + [aux_sym_identities_only_token1] = ACTIONS(1173), + [aux_sym_identity_agent_token1] = ACTIONS(1173), + [aux_sym_identity_file_token1] = ACTIONS(1173), + [aux_sym_ignore_unknown_token1] = ACTIONS(1173), + [aux_sym_include_token1] = ACTIONS(1173), + [aux_sym_ip_qos_token1] = ACTIONS(1173), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1173), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1173), + [aux_sym_kex_algorithms_token1] = ACTIONS(1173), + [aux_sym_known_hosts_command_token1] = ACTIONS(1173), + [aux_sym_local_command_token1] = ACTIONS(1173), + [aux_sym_local_forward_token1] = ACTIONS(1173), + [aux_sym_log_level_token1] = ACTIONS(1173), + [aux_sym_log_verbose_token1] = ACTIONS(1173), + [aux_sym_macs_token1] = ACTIONS(1173), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1173), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1173), + [aux_sym_password_authentication_token1] = ACTIONS(1173), + [aux_sym_permit_local_command_token1] = ACTIONS(1173), + [aux_sym_permit_remote_open_token1] = ACTIONS(1173), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1173), + [aux_sym_port_token1] = ACTIONS(1173), + [aux_sym_preferred_authentications_token1] = ACTIONS(1173), + [aux_sym_protocol_token1] = ACTIONS(1173), + [aux_sym_proxy_command_token1] = ACTIONS(1173), + [aux_sym_proxy_jump_token1] = ACTIONS(1173), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1173), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1173), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1173), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1173), + [aux_sym_rekey_limit_token1] = ACTIONS(1173), + [aux_sym_remote_command_token1] = ACTIONS(1173), + [aux_sym_remote_forward_token1] = ACTIONS(1173), + [aux_sym_request_tty_token1] = ACTIONS(1173), + [aux_sym_required_rsa_size_token1] = ACTIONS(1173), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1173), + [aux_sym_security_key_provider_token1] = ACTIONS(1173), + [aux_sym_send_env_token1] = ACTIONS(1173), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1173), + [aux_sym_server_alive_interval_token1] = ACTIONS(1173), + [aux_sym_session_type_token1] = ACTIONS(1173), + [aux_sym_set_env_token1] = ACTIONS(1173), + [aux_sym_stdin_null_token1] = ACTIONS(1173), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1173), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1173), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1173), + [aux_sym_syslog_facility_token1] = ACTIONS(1173), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1173), + [aux_sym_keep_alive_token1] = ACTIONS(1173), + [aux_sym_tunnel_token1] = ACTIONS(1175), + [aux_sym_tunnel_device_token1] = ACTIONS(1173), + [aux_sym_update_host_keys_token1] = ACTIONS(1173), + [aux_sym_use_keychain_token1] = ACTIONS(1173), + [aux_sym_use_roaming_token1] = ACTIONS(1173), + [aux_sym_user_token1] = ACTIONS(1175), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1173), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1173), + [aux_sym_visual_host_key_token1] = ACTIONS(1173), + [aux_sym_xauth_location_token1] = ACTIONS(1173), }, [668] = { - [ts_builtin_sym_end] = ACTIONS(1594), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1596), - [aux_sym_match_token1] = ACTIONS(1594), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1594), - [aux_sym_address_family_token1] = ACTIONS(1594), - [aux_sym_batch_mode_token1] = ACTIONS(1594), - [aux_sym_bind_address_token1] = ACTIONS(1594), - [aux_sym_bind_interface_token1] = ACTIONS(1594), - [aux_sym_canonical_domains_token1] = ACTIONS(1594), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1594), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1594), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1594), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1594), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1594), - [aux_sym_certificate_file_token1] = ACTIONS(1594), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1594), - [aux_sym_check_host_ip_token1] = ACTIONS(1594), - [aux_sym_ciphers_token1] = ACTIONS(1594), - [aux_sym_cipher_token1] = ACTIONS(1596), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1594), - [aux_sym_compression_token1] = ACTIONS(1594), - [aux_sym_connection_attempts_token1] = ACTIONS(1594), - [aux_sym_connect_timeout_token1] = ACTIONS(1594), - [aux_sym_control_master_token1] = ACTIONS(1594), - [aux_sym_control_path_token1] = ACTIONS(1594), - [aux_sym_control_persist_token1] = ACTIONS(1594), - [aux_sym_dynamic_forward_token1] = ACTIONS(1594), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1594), - [aux_sym_escape_char_token1] = ACTIONS(1594), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1594), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1594), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1594), - [aux_sym_forward_agent_token1] = ACTIONS(1594), - [aux_sym_forward_x11_token1] = ACTIONS(1596), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1594), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1594), - [aux_sym_gateway_ports_token1] = ACTIONS(1594), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1594), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1594), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1594), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1594), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1594), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1594), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1594), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1594), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1594), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1594), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1594), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1594), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1594), - [aux_sym_host_key_alias_token1] = ACTIONS(1594), - [aux_sym_hostname_token1] = ACTIONS(1594), - [aux_sym_identities_only_token1] = ACTIONS(1594), - [aux_sym_identity_agent_token1] = ACTIONS(1594), - [aux_sym_identity_file_token1] = ACTIONS(1594), - [aux_sym_ignore_unknown_token1] = ACTIONS(1594), - [aux_sym_include_token1] = ACTIONS(1594), - [aux_sym_ip_qos_token1] = ACTIONS(1594), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1594), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1594), - [aux_sym_kex_algorithms_token1] = ACTIONS(1594), - [aux_sym_known_hosts_command_token1] = ACTIONS(1594), - [aux_sym_local_command_token1] = ACTIONS(1594), - [aux_sym_local_forward_token1] = ACTIONS(1594), - [aux_sym_log_level_token1] = ACTIONS(1594), - [aux_sym_log_verbose_token1] = ACTIONS(1594), - [aux_sym_macs_token1] = ACTIONS(1594), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1594), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1594), - [aux_sym_password_authentication_token1] = ACTIONS(1594), - [aux_sym_permit_local_command_token1] = ACTIONS(1594), - [aux_sym_permit_remote_open_token1] = ACTIONS(1594), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1594), - [aux_sym_port_token1] = ACTIONS(1594), - [aux_sym_preferred_authentications_token1] = ACTIONS(1594), - [aux_sym_protocol_token1] = ACTIONS(1594), - [aux_sym_proxy_command_token1] = ACTIONS(1594), - [aux_sym_proxy_jump_token1] = ACTIONS(1594), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1594), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1594), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1594), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1594), - [aux_sym_rekey_limit_token1] = ACTIONS(1594), - [aux_sym_remote_command_token1] = ACTIONS(1594), - [aux_sym_remote_forward_token1] = ACTIONS(1594), - [aux_sym_request_tty_token1] = ACTIONS(1594), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1594), - [aux_sym_security_key_provider_token1] = ACTIONS(1594), - [aux_sym_send_env_token1] = ACTIONS(1594), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1594), - [aux_sym_server_alive_interval_token1] = ACTIONS(1594), - [aux_sym_session_type_token1] = ACTIONS(1594), - [aux_sym_set_env_token1] = ACTIONS(1594), - [aux_sym_stdin_null_token1] = ACTIONS(1594), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1594), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1594), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1594), - [aux_sym_syslog_facility_token1] = ACTIONS(1594), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1594), - [aux_sym_keep_alive_token1] = ACTIONS(1594), - [aux_sym_tunnel_token1] = ACTIONS(1596), - [aux_sym_tunnel_device_token1] = ACTIONS(1594), - [aux_sym_update_host_keys_token1] = ACTIONS(1594), - [aux_sym_use_keychain_token1] = ACTIONS(1594), - [aux_sym_use_roaming_token1] = ACTIONS(1594), - [aux_sym_user_token1] = ACTIONS(1596), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1594), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1594), - [aux_sym_visual_host_key_token1] = ACTIONS(1594), - [aux_sym_xauth_location_token1] = ACTIONS(1594), + [ts_builtin_sym_end] = ACTIONS(1179), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1181), + [aux_sym_match_token1] = ACTIONS(1179), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1179), + [aux_sym_address_family_token1] = ACTIONS(1179), + [aux_sym_batch_mode_token1] = ACTIONS(1179), + [aux_sym_bind_address_token1] = ACTIONS(1179), + [aux_sym_bind_interface_token1] = ACTIONS(1179), + [aux_sym_canonical_domains_token1] = ACTIONS(1179), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1179), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1179), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1179), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1179), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1179), + [aux_sym_certificate_file_token1] = ACTIONS(1179), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1179), + [aux_sym_check_host_ip_token1] = ACTIONS(1179), + [aux_sym_ciphers_token1] = ACTIONS(1179), + [aux_sym_cipher_token1] = ACTIONS(1181), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1179), + [aux_sym_compression_token1] = ACTIONS(1179), + [aux_sym_connection_attempts_token1] = ACTIONS(1179), + [aux_sym_connect_timeout_token1] = ACTIONS(1179), + [aux_sym_control_master_token1] = ACTIONS(1179), + [aux_sym_control_path_token1] = ACTIONS(1179), + [aux_sym_control_persist_token1] = ACTIONS(1179), + [aux_sym_dynamic_forward_token1] = ACTIONS(1179), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1179), + [aux_sym_escape_char_token1] = ACTIONS(1179), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1179), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1179), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1179), + [aux_sym_forward_agent_token1] = ACTIONS(1179), + [aux_sym_forward_x11_token1] = ACTIONS(1181), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1179), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1179), + [aux_sym_gateway_ports_token1] = ACTIONS(1179), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1179), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1179), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1179), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1179), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1179), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1179), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1179), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1179), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1179), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1179), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1179), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1179), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1179), + [aux_sym_host_key_alias_token1] = ACTIONS(1179), + [aux_sym_hostname_token1] = ACTIONS(1179), + [aux_sym_identities_only_token1] = ACTIONS(1179), + [aux_sym_identity_agent_token1] = ACTIONS(1179), + [aux_sym_identity_file_token1] = ACTIONS(1179), + [aux_sym_ignore_unknown_token1] = ACTIONS(1179), + [aux_sym_include_token1] = ACTIONS(1179), + [aux_sym_ip_qos_token1] = ACTIONS(1179), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1179), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1179), + [aux_sym_kex_algorithms_token1] = ACTIONS(1179), + [aux_sym_known_hosts_command_token1] = ACTIONS(1179), + [aux_sym_local_command_token1] = ACTIONS(1179), + [aux_sym_local_forward_token1] = ACTIONS(1179), + [aux_sym_log_level_token1] = ACTIONS(1179), + [aux_sym_log_verbose_token1] = ACTIONS(1179), + [aux_sym_macs_token1] = ACTIONS(1179), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1179), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1179), + [aux_sym_password_authentication_token1] = ACTIONS(1179), + [aux_sym_permit_local_command_token1] = ACTIONS(1179), + [aux_sym_permit_remote_open_token1] = ACTIONS(1179), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1179), + [aux_sym_port_token1] = ACTIONS(1179), + [aux_sym_preferred_authentications_token1] = ACTIONS(1179), + [aux_sym_protocol_token1] = ACTIONS(1179), + [aux_sym_proxy_command_token1] = ACTIONS(1179), + [aux_sym_proxy_jump_token1] = ACTIONS(1179), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1179), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1179), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1179), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1179), + [aux_sym_rekey_limit_token1] = ACTIONS(1179), + [aux_sym_remote_command_token1] = ACTIONS(1179), + [aux_sym_remote_forward_token1] = ACTIONS(1179), + [aux_sym_request_tty_token1] = ACTIONS(1179), + [aux_sym_required_rsa_size_token1] = ACTIONS(1179), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1179), + [aux_sym_security_key_provider_token1] = ACTIONS(1179), + [aux_sym_send_env_token1] = ACTIONS(1179), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1179), + [aux_sym_server_alive_interval_token1] = ACTIONS(1179), + [aux_sym_session_type_token1] = ACTIONS(1179), + [aux_sym_set_env_token1] = ACTIONS(1179), + [aux_sym_stdin_null_token1] = ACTIONS(1179), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1179), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1179), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1179), + [aux_sym_syslog_facility_token1] = ACTIONS(1179), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1179), + [aux_sym_keep_alive_token1] = ACTIONS(1179), + [aux_sym_tunnel_token1] = ACTIONS(1181), + [aux_sym_tunnel_device_token1] = ACTIONS(1179), + [aux_sym_update_host_keys_token1] = ACTIONS(1179), + [aux_sym_use_keychain_token1] = ACTIONS(1179), + [aux_sym_use_roaming_token1] = ACTIONS(1179), + [aux_sym_user_token1] = ACTIONS(1181), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1179), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1179), + [aux_sym_visual_host_key_token1] = ACTIONS(1179), + [aux_sym_xauth_location_token1] = ACTIONS(1179), }, [669] = { - [ts_builtin_sym_end] = ACTIONS(1852), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1854), - [aux_sym_match_token1] = ACTIONS(1852), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1852), - [aux_sym_address_family_token1] = ACTIONS(1852), - [aux_sym_batch_mode_token1] = ACTIONS(1852), - [aux_sym_bind_address_token1] = ACTIONS(1852), - [aux_sym_bind_interface_token1] = ACTIONS(1852), - [aux_sym_canonical_domains_token1] = ACTIONS(1852), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1852), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1852), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1852), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1852), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1852), - [aux_sym_certificate_file_token1] = ACTIONS(1852), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1852), - [aux_sym_check_host_ip_token1] = ACTIONS(1852), - [aux_sym_ciphers_token1] = ACTIONS(1852), - [aux_sym_cipher_token1] = ACTIONS(1854), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1852), - [aux_sym_compression_token1] = ACTIONS(1852), - [aux_sym_connection_attempts_token1] = ACTIONS(1852), - [aux_sym_connect_timeout_token1] = ACTIONS(1852), - [aux_sym_control_master_token1] = ACTIONS(1852), - [aux_sym_control_path_token1] = ACTIONS(1852), - [aux_sym_control_persist_token1] = ACTIONS(1852), - [aux_sym_dynamic_forward_token1] = ACTIONS(1852), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1852), - [aux_sym_escape_char_token1] = ACTIONS(1852), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1852), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1852), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1852), - [aux_sym_forward_agent_token1] = ACTIONS(1852), - [aux_sym_forward_x11_token1] = ACTIONS(1854), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1852), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1852), - [aux_sym_gateway_ports_token1] = ACTIONS(1852), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1852), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1852), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1852), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1852), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1852), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1852), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1852), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1852), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1852), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1852), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1852), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1852), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1852), - [aux_sym_host_key_alias_token1] = ACTIONS(1852), - [aux_sym_hostname_token1] = ACTIONS(1852), - [aux_sym_identities_only_token1] = ACTIONS(1852), - [aux_sym_identity_agent_token1] = ACTIONS(1852), - [aux_sym_identity_file_token1] = ACTIONS(1852), - [aux_sym_ignore_unknown_token1] = ACTIONS(1852), - [aux_sym_include_token1] = ACTIONS(1852), - [aux_sym_ip_qos_token1] = ACTIONS(1852), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1852), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1852), - [aux_sym_kex_algorithms_token1] = ACTIONS(1852), - [aux_sym_known_hosts_command_token1] = ACTIONS(1852), - [aux_sym_local_command_token1] = ACTIONS(1852), - [aux_sym_local_forward_token1] = ACTIONS(1852), - [aux_sym_log_level_token1] = ACTIONS(1852), - [aux_sym_log_verbose_token1] = ACTIONS(1852), - [aux_sym_macs_token1] = ACTIONS(1852), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1852), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1852), - [aux_sym_password_authentication_token1] = ACTIONS(1852), - [aux_sym_permit_local_command_token1] = ACTIONS(1852), - [aux_sym_permit_remote_open_token1] = ACTIONS(1852), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1852), - [aux_sym_port_token1] = ACTIONS(1852), - [aux_sym_preferred_authentications_token1] = ACTIONS(1852), - [aux_sym_protocol_token1] = ACTIONS(1852), - [aux_sym_proxy_command_token1] = ACTIONS(1852), - [aux_sym_proxy_jump_token1] = ACTIONS(1852), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1852), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1852), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1852), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1852), - [aux_sym_rekey_limit_token1] = ACTIONS(1852), - [aux_sym_remote_command_token1] = ACTIONS(1852), - [aux_sym_remote_forward_token1] = ACTIONS(1852), - [aux_sym_request_tty_token1] = ACTIONS(1852), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1852), - [aux_sym_security_key_provider_token1] = ACTIONS(1852), - [aux_sym_send_env_token1] = ACTIONS(1852), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1852), - [aux_sym_server_alive_interval_token1] = ACTIONS(1852), - [aux_sym_session_type_token1] = ACTIONS(1852), - [aux_sym_set_env_token1] = ACTIONS(1852), - [aux_sym_stdin_null_token1] = ACTIONS(1852), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1852), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1852), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1852), - [aux_sym_syslog_facility_token1] = ACTIONS(1852), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1852), - [aux_sym_keep_alive_token1] = ACTIONS(1852), - [aux_sym_tunnel_token1] = ACTIONS(1854), - [aux_sym_tunnel_device_token1] = ACTIONS(1852), - [aux_sym_update_host_keys_token1] = ACTIONS(1852), - [aux_sym_use_keychain_token1] = ACTIONS(1852), - [aux_sym_use_roaming_token1] = ACTIONS(1852), - [aux_sym_user_token1] = ACTIONS(1854), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1852), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1852), - [aux_sym_visual_host_key_token1] = ACTIONS(1852), - [aux_sym_xauth_location_token1] = ACTIONS(1852), + [ts_builtin_sym_end] = ACTIONS(1881), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1883), + [aux_sym_match_token1] = ACTIONS(1881), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1881), + [aux_sym_address_family_token1] = ACTIONS(1881), + [aux_sym_batch_mode_token1] = ACTIONS(1881), + [aux_sym_bind_address_token1] = ACTIONS(1881), + [aux_sym_bind_interface_token1] = ACTIONS(1881), + [aux_sym_canonical_domains_token1] = ACTIONS(1881), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1881), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1881), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1881), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1881), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1881), + [aux_sym_certificate_file_token1] = ACTIONS(1881), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1881), + [aux_sym_check_host_ip_token1] = ACTIONS(1881), + [aux_sym_ciphers_token1] = ACTIONS(1881), + [aux_sym_cipher_token1] = ACTIONS(1883), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1881), + [aux_sym_compression_token1] = ACTIONS(1881), + [aux_sym_connection_attempts_token1] = ACTIONS(1881), + [aux_sym_connect_timeout_token1] = ACTIONS(1881), + [aux_sym_control_master_token1] = ACTIONS(1881), + [aux_sym_control_path_token1] = ACTIONS(1881), + [aux_sym_control_persist_token1] = ACTIONS(1881), + [aux_sym_dynamic_forward_token1] = ACTIONS(1881), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1881), + [aux_sym_escape_char_token1] = ACTIONS(1881), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1881), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1881), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1881), + [aux_sym_forward_agent_token1] = ACTIONS(1881), + [aux_sym_forward_x11_token1] = ACTIONS(1883), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1881), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1881), + [aux_sym_gateway_ports_token1] = ACTIONS(1881), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1881), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1881), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1881), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1881), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1881), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1881), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1881), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1881), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1881), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1881), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1881), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1881), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1881), + [aux_sym_host_key_alias_token1] = ACTIONS(1881), + [aux_sym_hostname_token1] = ACTIONS(1881), + [aux_sym_identities_only_token1] = ACTIONS(1881), + [aux_sym_identity_agent_token1] = ACTIONS(1881), + [aux_sym_identity_file_token1] = ACTIONS(1881), + [aux_sym_ignore_unknown_token1] = ACTIONS(1881), + [aux_sym_include_token1] = ACTIONS(1881), + [aux_sym_ip_qos_token1] = ACTIONS(1881), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1881), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1881), + [aux_sym_kex_algorithms_token1] = ACTIONS(1881), + [aux_sym_known_hosts_command_token1] = ACTIONS(1881), + [aux_sym_local_command_token1] = ACTIONS(1881), + [aux_sym_local_forward_token1] = ACTIONS(1881), + [aux_sym_log_level_token1] = ACTIONS(1881), + [aux_sym_log_verbose_token1] = ACTIONS(1881), + [aux_sym_macs_token1] = ACTIONS(1881), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1881), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1881), + [aux_sym_password_authentication_token1] = ACTIONS(1881), + [aux_sym_permit_local_command_token1] = ACTIONS(1881), + [aux_sym_permit_remote_open_token1] = ACTIONS(1881), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1881), + [aux_sym_port_token1] = ACTIONS(1881), + [aux_sym_preferred_authentications_token1] = ACTIONS(1881), + [aux_sym_protocol_token1] = ACTIONS(1881), + [aux_sym_proxy_command_token1] = ACTIONS(1881), + [aux_sym_proxy_jump_token1] = ACTIONS(1881), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1881), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1881), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1881), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1881), + [aux_sym_rekey_limit_token1] = ACTIONS(1881), + [aux_sym_remote_command_token1] = ACTIONS(1881), + [aux_sym_remote_forward_token1] = ACTIONS(1881), + [aux_sym_request_tty_token1] = ACTIONS(1881), + [aux_sym_required_rsa_size_token1] = ACTIONS(1881), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1881), + [aux_sym_security_key_provider_token1] = ACTIONS(1881), + [aux_sym_send_env_token1] = ACTIONS(1881), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1881), + [aux_sym_server_alive_interval_token1] = ACTIONS(1881), + [aux_sym_session_type_token1] = ACTIONS(1881), + [aux_sym_set_env_token1] = ACTIONS(1881), + [aux_sym_stdin_null_token1] = ACTIONS(1881), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1881), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1881), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1881), + [aux_sym_syslog_facility_token1] = ACTIONS(1881), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1881), + [aux_sym_keep_alive_token1] = ACTIONS(1881), + [aux_sym_tunnel_token1] = ACTIONS(1883), + [aux_sym_tunnel_device_token1] = ACTIONS(1881), + [aux_sym_update_host_keys_token1] = ACTIONS(1881), + [aux_sym_use_keychain_token1] = ACTIONS(1881), + [aux_sym_use_roaming_token1] = ACTIONS(1881), + [aux_sym_user_token1] = ACTIONS(1883), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1881), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1881), + [aux_sym_visual_host_key_token1] = ACTIONS(1881), + [aux_sym_xauth_location_token1] = ACTIONS(1881), }, [670] = { - [ts_builtin_sym_end] = ACTIONS(916), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(918), - [aux_sym_match_token1] = ACTIONS(916), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(916), - [aux_sym_address_family_token1] = ACTIONS(916), - [aux_sym_batch_mode_token1] = ACTIONS(916), - [aux_sym_bind_address_token1] = ACTIONS(916), - [aux_sym_bind_interface_token1] = ACTIONS(916), - [aux_sym_canonical_domains_token1] = ACTIONS(916), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(916), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(916), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(916), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(916), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(916), - [aux_sym_certificate_file_token1] = ACTIONS(916), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(916), - [aux_sym_check_host_ip_token1] = ACTIONS(916), - [aux_sym_ciphers_token1] = ACTIONS(916), - [aux_sym_cipher_token1] = ACTIONS(918), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(916), - [aux_sym_compression_token1] = ACTIONS(916), - [aux_sym_connection_attempts_token1] = ACTIONS(916), - [aux_sym_connect_timeout_token1] = ACTIONS(916), - [aux_sym_control_master_token1] = ACTIONS(916), - [aux_sym_control_path_token1] = ACTIONS(916), - [aux_sym_control_persist_token1] = ACTIONS(916), - [aux_sym_dynamic_forward_token1] = ACTIONS(916), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(916), - [aux_sym_escape_char_token1] = ACTIONS(916), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(916), - [aux_sym_fingerprint_hash_token1] = ACTIONS(916), - [aux_sym_fork_after_authentication_token1] = ACTIONS(916), - [aux_sym_forward_agent_token1] = ACTIONS(916), - [aux_sym_forward_x11_token1] = ACTIONS(918), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(916), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(916), - [aux_sym_gateway_ports_token1] = ACTIONS(916), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(916), - [aux_sym_gssapi_authentication_token1] = ACTIONS(916), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(916), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(916), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(916), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(916), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(916), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(916), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(916), - [aux_sym_hash_known_hosts_token1] = ACTIONS(916), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(916), - [aux_sym_hostbased_authentication_token1] = ACTIONS(916), - [aux_sym_host_key_algorithms_token1] = ACTIONS(916), - [aux_sym_host_key_alias_token1] = ACTIONS(916), - [aux_sym_hostname_token1] = ACTIONS(916), - [aux_sym_identities_only_token1] = ACTIONS(916), - [aux_sym_identity_agent_token1] = ACTIONS(916), - [aux_sym_identity_file_token1] = ACTIONS(916), - [aux_sym_ignore_unknown_token1] = ACTIONS(916), - [aux_sym_include_token1] = ACTIONS(916), - [aux_sym_ip_qos_token1] = ACTIONS(916), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(916), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(916), - [aux_sym_kex_algorithms_token1] = ACTIONS(916), - [aux_sym_known_hosts_command_token1] = ACTIONS(916), - [aux_sym_local_command_token1] = ACTIONS(916), - [aux_sym_local_forward_token1] = ACTIONS(916), - [aux_sym_log_level_token1] = ACTIONS(916), - [aux_sym_log_verbose_token1] = ACTIONS(916), - [aux_sym_macs_token1] = ACTIONS(916), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(916), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(916), - [aux_sym_password_authentication_token1] = ACTIONS(916), - [aux_sym_permit_local_command_token1] = ACTIONS(916), - [aux_sym_permit_remote_open_token1] = ACTIONS(916), - [aux_sym_pkcs11_provider_token1] = ACTIONS(916), - [aux_sym_port_token1] = ACTIONS(916), - [aux_sym_preferred_authentications_token1] = ACTIONS(916), - [aux_sym_protocol_token1] = ACTIONS(916), - [aux_sym_proxy_command_token1] = ACTIONS(916), - [aux_sym_proxy_jump_token1] = ACTIONS(916), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(916), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(916), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(916), - [aux_sym_pubkey_authentication_token1] = ACTIONS(916), - [aux_sym_rekey_limit_token1] = ACTIONS(916), - [aux_sym_remote_command_token1] = ACTIONS(916), - [aux_sym_remote_forward_token1] = ACTIONS(916), - [aux_sym_request_tty_token1] = ACTIONS(916), - [aux_sym_revoked_host_keys_token1] = ACTIONS(916), - [aux_sym_security_key_provider_token1] = ACTIONS(916), - [aux_sym_send_env_token1] = ACTIONS(916), - [aux_sym_server_alive_count_max_token1] = ACTIONS(916), - [aux_sym_server_alive_interval_token1] = ACTIONS(916), - [aux_sym_session_type_token1] = ACTIONS(916), - [aux_sym_set_env_token1] = ACTIONS(916), - [aux_sym_stdin_null_token1] = ACTIONS(916), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(916), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(916), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(916), - [aux_sym_syslog_facility_token1] = ACTIONS(916), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(916), - [aux_sym_keep_alive_token1] = ACTIONS(916), - [aux_sym_tunnel_token1] = ACTIONS(918), - [aux_sym_tunnel_device_token1] = ACTIONS(916), - [aux_sym_update_host_keys_token1] = ACTIONS(916), - [aux_sym_use_keychain_token1] = ACTIONS(916), - [aux_sym_use_roaming_token1] = ACTIONS(916), - [aux_sym_user_token1] = ACTIONS(918), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(916), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(916), - [aux_sym_visual_host_key_token1] = ACTIONS(916), - [aux_sym_xauth_location_token1] = ACTIONS(916), + [ts_builtin_sym_end] = ACTIONS(1185), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1187), + [aux_sym_match_token1] = ACTIONS(1185), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1185), + [aux_sym_address_family_token1] = ACTIONS(1185), + [aux_sym_batch_mode_token1] = ACTIONS(1185), + [aux_sym_bind_address_token1] = ACTIONS(1185), + [aux_sym_bind_interface_token1] = ACTIONS(1185), + [aux_sym_canonical_domains_token1] = ACTIONS(1185), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1185), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1185), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1185), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1185), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1185), + [aux_sym_certificate_file_token1] = ACTIONS(1185), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1185), + [aux_sym_check_host_ip_token1] = ACTIONS(1185), + [aux_sym_ciphers_token1] = ACTIONS(1185), + [aux_sym_cipher_token1] = ACTIONS(1187), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1185), + [aux_sym_compression_token1] = ACTIONS(1185), + [aux_sym_connection_attempts_token1] = ACTIONS(1185), + [aux_sym_connect_timeout_token1] = ACTIONS(1185), + [aux_sym_control_master_token1] = ACTIONS(1185), + [aux_sym_control_path_token1] = ACTIONS(1185), + [aux_sym_control_persist_token1] = ACTIONS(1185), + [aux_sym_dynamic_forward_token1] = ACTIONS(1185), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1185), + [aux_sym_escape_char_token1] = ACTIONS(1185), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1185), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1185), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1185), + [aux_sym_forward_agent_token1] = ACTIONS(1185), + [aux_sym_forward_x11_token1] = ACTIONS(1187), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1185), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1185), + [aux_sym_gateway_ports_token1] = ACTIONS(1185), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1185), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1185), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1185), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1185), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1185), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1185), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1185), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1185), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1185), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1185), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1185), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1185), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1185), + [aux_sym_host_key_alias_token1] = ACTIONS(1185), + [aux_sym_hostname_token1] = ACTIONS(1185), + [aux_sym_identities_only_token1] = ACTIONS(1185), + [aux_sym_identity_agent_token1] = ACTIONS(1185), + [aux_sym_identity_file_token1] = ACTIONS(1185), + [aux_sym_ignore_unknown_token1] = ACTIONS(1185), + [aux_sym_include_token1] = ACTIONS(1185), + [aux_sym_ip_qos_token1] = ACTIONS(1185), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1185), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1185), + [aux_sym_kex_algorithms_token1] = ACTIONS(1185), + [aux_sym_known_hosts_command_token1] = ACTIONS(1185), + [aux_sym_local_command_token1] = ACTIONS(1185), + [aux_sym_local_forward_token1] = ACTIONS(1185), + [aux_sym_log_level_token1] = ACTIONS(1185), + [aux_sym_log_verbose_token1] = ACTIONS(1185), + [aux_sym_macs_token1] = ACTIONS(1185), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1185), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1185), + [aux_sym_password_authentication_token1] = ACTIONS(1185), + [aux_sym_permit_local_command_token1] = ACTIONS(1185), + [aux_sym_permit_remote_open_token1] = ACTIONS(1185), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1185), + [aux_sym_port_token1] = ACTIONS(1185), + [aux_sym_preferred_authentications_token1] = ACTIONS(1185), + [aux_sym_protocol_token1] = ACTIONS(1185), + [aux_sym_proxy_command_token1] = ACTIONS(1185), + [aux_sym_proxy_jump_token1] = ACTIONS(1185), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1185), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1185), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1185), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1185), + [aux_sym_rekey_limit_token1] = ACTIONS(1185), + [aux_sym_remote_command_token1] = ACTIONS(1185), + [aux_sym_remote_forward_token1] = ACTIONS(1185), + [aux_sym_request_tty_token1] = ACTIONS(1185), + [aux_sym_required_rsa_size_token1] = ACTIONS(1185), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1185), + [aux_sym_security_key_provider_token1] = ACTIONS(1185), + [aux_sym_send_env_token1] = ACTIONS(1185), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1185), + [aux_sym_server_alive_interval_token1] = ACTIONS(1185), + [aux_sym_session_type_token1] = ACTIONS(1185), + [aux_sym_set_env_token1] = ACTIONS(1185), + [aux_sym_stdin_null_token1] = ACTIONS(1185), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1185), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1185), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1185), + [aux_sym_syslog_facility_token1] = ACTIONS(1185), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1185), + [aux_sym_keep_alive_token1] = ACTIONS(1185), + [aux_sym_tunnel_token1] = ACTIONS(1187), + [aux_sym_tunnel_device_token1] = ACTIONS(1185), + [aux_sym_update_host_keys_token1] = ACTIONS(1185), + [aux_sym_use_keychain_token1] = ACTIONS(1185), + [aux_sym_use_roaming_token1] = ACTIONS(1185), + [aux_sym_user_token1] = ACTIONS(1187), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1185), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1185), + [aux_sym_visual_host_key_token1] = ACTIONS(1185), + [aux_sym_xauth_location_token1] = ACTIONS(1185), }, [671] = { - [ts_builtin_sym_end] = ACTIONS(1492), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1494), - [aux_sym_match_token1] = ACTIONS(1492), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1492), - [aux_sym_address_family_token1] = ACTIONS(1492), - [aux_sym_batch_mode_token1] = ACTIONS(1492), - [aux_sym_bind_address_token1] = ACTIONS(1492), - [aux_sym_bind_interface_token1] = ACTIONS(1492), - [aux_sym_canonical_domains_token1] = ACTIONS(1492), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1492), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1492), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1492), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1492), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1492), - [aux_sym_certificate_file_token1] = ACTIONS(1492), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1492), - [aux_sym_check_host_ip_token1] = ACTIONS(1492), - [aux_sym_ciphers_token1] = ACTIONS(1492), - [aux_sym_cipher_token1] = ACTIONS(1494), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1492), - [aux_sym_compression_token1] = ACTIONS(1492), - [aux_sym_connection_attempts_token1] = ACTIONS(1492), - [aux_sym_connect_timeout_token1] = ACTIONS(1492), - [aux_sym_control_master_token1] = ACTIONS(1492), - [aux_sym_control_path_token1] = ACTIONS(1492), - [aux_sym_control_persist_token1] = ACTIONS(1492), - [aux_sym_dynamic_forward_token1] = ACTIONS(1492), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1492), - [aux_sym_escape_char_token1] = ACTIONS(1492), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1492), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1492), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1492), - [aux_sym_forward_agent_token1] = ACTIONS(1492), - [aux_sym_forward_x11_token1] = ACTIONS(1494), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1492), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1492), - [aux_sym_gateway_ports_token1] = ACTIONS(1492), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1492), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1492), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1492), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1492), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1492), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1492), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1492), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1492), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1492), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1492), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1492), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1492), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1492), - [aux_sym_host_key_alias_token1] = ACTIONS(1492), - [aux_sym_hostname_token1] = ACTIONS(1492), - [aux_sym_identities_only_token1] = ACTIONS(1492), - [aux_sym_identity_agent_token1] = ACTIONS(1492), - [aux_sym_identity_file_token1] = ACTIONS(1492), - [aux_sym_ignore_unknown_token1] = ACTIONS(1492), - [aux_sym_include_token1] = ACTIONS(1492), - [aux_sym_ip_qos_token1] = ACTIONS(1492), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1492), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1492), - [aux_sym_kex_algorithms_token1] = ACTIONS(1492), - [aux_sym_known_hosts_command_token1] = ACTIONS(1492), - [aux_sym_local_command_token1] = ACTIONS(1492), - [aux_sym_local_forward_token1] = ACTIONS(1492), - [aux_sym_log_level_token1] = ACTIONS(1492), - [aux_sym_log_verbose_token1] = ACTIONS(1492), - [aux_sym_macs_token1] = ACTIONS(1492), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1492), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1492), - [aux_sym_password_authentication_token1] = ACTIONS(1492), - [aux_sym_permit_local_command_token1] = ACTIONS(1492), - [aux_sym_permit_remote_open_token1] = ACTIONS(1492), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1492), - [aux_sym_port_token1] = ACTIONS(1492), - [aux_sym_preferred_authentications_token1] = ACTIONS(1492), - [aux_sym_protocol_token1] = ACTIONS(1492), - [aux_sym_proxy_command_token1] = ACTIONS(1492), - [aux_sym_proxy_jump_token1] = ACTIONS(1492), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1492), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1492), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1492), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1492), - [aux_sym_rekey_limit_token1] = ACTIONS(1492), - [aux_sym_remote_command_token1] = ACTIONS(1492), - [aux_sym_remote_forward_token1] = ACTIONS(1492), - [aux_sym_request_tty_token1] = ACTIONS(1492), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1492), - [aux_sym_security_key_provider_token1] = ACTIONS(1492), - [aux_sym_send_env_token1] = ACTIONS(1492), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1492), - [aux_sym_server_alive_interval_token1] = ACTIONS(1492), - [aux_sym_session_type_token1] = ACTIONS(1492), - [aux_sym_set_env_token1] = ACTIONS(1492), - [aux_sym_stdin_null_token1] = ACTIONS(1492), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1492), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1492), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1492), - [aux_sym_syslog_facility_token1] = ACTIONS(1492), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1492), - [aux_sym_keep_alive_token1] = ACTIONS(1492), - [aux_sym_tunnel_token1] = ACTIONS(1494), - [aux_sym_tunnel_device_token1] = ACTIONS(1492), - [aux_sym_update_host_keys_token1] = ACTIONS(1492), - [aux_sym_use_keychain_token1] = ACTIONS(1492), - [aux_sym_use_roaming_token1] = ACTIONS(1492), - [aux_sym_user_token1] = ACTIONS(1494), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1492), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1492), - [aux_sym_visual_host_key_token1] = ACTIONS(1492), - [aux_sym_xauth_location_token1] = ACTIONS(1492), + [ts_builtin_sym_end] = ACTIONS(1191), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1193), + [aux_sym_match_token1] = ACTIONS(1191), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1191), + [aux_sym_address_family_token1] = ACTIONS(1191), + [aux_sym_batch_mode_token1] = ACTIONS(1191), + [aux_sym_bind_address_token1] = ACTIONS(1191), + [aux_sym_bind_interface_token1] = ACTIONS(1191), + [aux_sym_canonical_domains_token1] = ACTIONS(1191), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1191), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1191), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1191), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1191), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1191), + [aux_sym_certificate_file_token1] = ACTIONS(1191), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1191), + [aux_sym_check_host_ip_token1] = ACTIONS(1191), + [aux_sym_ciphers_token1] = ACTIONS(1191), + [aux_sym_cipher_token1] = ACTIONS(1193), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1191), + [aux_sym_compression_token1] = ACTIONS(1191), + [aux_sym_connection_attempts_token1] = ACTIONS(1191), + [aux_sym_connect_timeout_token1] = ACTIONS(1191), + [aux_sym_control_master_token1] = ACTIONS(1191), + [aux_sym_control_path_token1] = ACTIONS(1191), + [aux_sym_control_persist_token1] = ACTIONS(1191), + [aux_sym_dynamic_forward_token1] = ACTIONS(1191), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1191), + [aux_sym_escape_char_token1] = ACTIONS(1191), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1191), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1191), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1191), + [aux_sym_forward_agent_token1] = ACTIONS(1191), + [aux_sym_forward_x11_token1] = ACTIONS(1193), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1191), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1191), + [aux_sym_gateway_ports_token1] = ACTIONS(1191), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1191), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1191), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1191), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1191), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1191), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1191), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1191), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1191), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1191), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1191), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1191), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1191), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1191), + [aux_sym_host_key_alias_token1] = ACTIONS(1191), + [aux_sym_hostname_token1] = ACTIONS(1191), + [aux_sym_identities_only_token1] = ACTIONS(1191), + [aux_sym_identity_agent_token1] = ACTIONS(1191), + [aux_sym_identity_file_token1] = ACTIONS(1191), + [aux_sym_ignore_unknown_token1] = ACTIONS(1191), + [aux_sym_include_token1] = ACTIONS(1191), + [aux_sym_ip_qos_token1] = ACTIONS(1191), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1191), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1191), + [aux_sym_kex_algorithms_token1] = ACTIONS(1191), + [aux_sym_known_hosts_command_token1] = ACTIONS(1191), + [aux_sym_local_command_token1] = ACTIONS(1191), + [aux_sym_local_forward_token1] = ACTIONS(1191), + [aux_sym_log_level_token1] = ACTIONS(1191), + [aux_sym_log_verbose_token1] = ACTIONS(1191), + [aux_sym_macs_token1] = ACTIONS(1191), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1191), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1191), + [aux_sym_password_authentication_token1] = ACTIONS(1191), + [aux_sym_permit_local_command_token1] = ACTIONS(1191), + [aux_sym_permit_remote_open_token1] = ACTIONS(1191), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1191), + [aux_sym_port_token1] = ACTIONS(1191), + [aux_sym_preferred_authentications_token1] = ACTIONS(1191), + [aux_sym_protocol_token1] = ACTIONS(1191), + [aux_sym_proxy_command_token1] = ACTIONS(1191), + [aux_sym_proxy_jump_token1] = ACTIONS(1191), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1191), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1191), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1191), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1191), + [aux_sym_rekey_limit_token1] = ACTIONS(1191), + [aux_sym_remote_command_token1] = ACTIONS(1191), + [aux_sym_remote_forward_token1] = ACTIONS(1191), + [aux_sym_request_tty_token1] = ACTIONS(1191), + [aux_sym_required_rsa_size_token1] = ACTIONS(1191), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1191), + [aux_sym_security_key_provider_token1] = ACTIONS(1191), + [aux_sym_send_env_token1] = ACTIONS(1191), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1191), + [aux_sym_server_alive_interval_token1] = ACTIONS(1191), + [aux_sym_session_type_token1] = ACTIONS(1191), + [aux_sym_set_env_token1] = ACTIONS(1191), + [aux_sym_stdin_null_token1] = ACTIONS(1191), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1191), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1191), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1191), + [aux_sym_syslog_facility_token1] = ACTIONS(1191), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1191), + [aux_sym_keep_alive_token1] = ACTIONS(1191), + [aux_sym_tunnel_token1] = ACTIONS(1193), + [aux_sym_tunnel_device_token1] = ACTIONS(1191), + [aux_sym_update_host_keys_token1] = ACTIONS(1191), + [aux_sym_use_keychain_token1] = ACTIONS(1191), + [aux_sym_use_roaming_token1] = ACTIONS(1191), + [aux_sym_user_token1] = ACTIONS(1193), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1191), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1191), + [aux_sym_visual_host_key_token1] = ACTIONS(1191), + [aux_sym_xauth_location_token1] = ACTIONS(1191), }, [672] = { - [ts_builtin_sym_end] = ACTIONS(1846), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1848), - [aux_sym_match_token1] = ACTIONS(1846), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1846), - [aux_sym_address_family_token1] = ACTIONS(1846), - [aux_sym_batch_mode_token1] = ACTIONS(1846), - [aux_sym_bind_address_token1] = ACTIONS(1846), - [aux_sym_bind_interface_token1] = ACTIONS(1846), - [aux_sym_canonical_domains_token1] = ACTIONS(1846), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1846), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1846), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1846), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1846), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1846), - [aux_sym_certificate_file_token1] = ACTIONS(1846), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1846), - [aux_sym_check_host_ip_token1] = ACTIONS(1846), - [aux_sym_ciphers_token1] = ACTIONS(1846), - [aux_sym_cipher_token1] = ACTIONS(1848), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1846), - [aux_sym_compression_token1] = ACTIONS(1846), - [aux_sym_connection_attempts_token1] = ACTIONS(1846), - [aux_sym_connect_timeout_token1] = ACTIONS(1846), - [aux_sym_control_master_token1] = ACTIONS(1846), - [aux_sym_control_path_token1] = ACTIONS(1846), - [aux_sym_control_persist_token1] = ACTIONS(1846), - [aux_sym_dynamic_forward_token1] = ACTIONS(1846), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1846), - [aux_sym_escape_char_token1] = ACTIONS(1846), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1846), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1846), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1846), - [aux_sym_forward_agent_token1] = ACTIONS(1846), - [aux_sym_forward_x11_token1] = ACTIONS(1848), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1846), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1846), - [aux_sym_gateway_ports_token1] = ACTIONS(1846), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1846), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1846), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1846), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1846), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1846), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1846), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1846), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1846), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1846), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1846), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1846), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1846), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1846), - [aux_sym_host_key_alias_token1] = ACTIONS(1846), - [aux_sym_hostname_token1] = ACTIONS(1846), - [aux_sym_identities_only_token1] = ACTIONS(1846), - [aux_sym_identity_agent_token1] = ACTIONS(1846), - [aux_sym_identity_file_token1] = ACTIONS(1846), - [aux_sym_ignore_unknown_token1] = ACTIONS(1846), - [aux_sym_include_token1] = ACTIONS(1846), - [aux_sym_ip_qos_token1] = ACTIONS(1846), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1846), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1846), - [aux_sym_kex_algorithms_token1] = ACTIONS(1846), - [aux_sym_known_hosts_command_token1] = ACTIONS(1846), - [aux_sym_local_command_token1] = ACTIONS(1846), - [aux_sym_local_forward_token1] = ACTIONS(1846), - [aux_sym_log_level_token1] = ACTIONS(1846), - [aux_sym_log_verbose_token1] = ACTIONS(1846), - [aux_sym_macs_token1] = ACTIONS(1846), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1846), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1846), - [aux_sym_password_authentication_token1] = ACTIONS(1846), - [aux_sym_permit_local_command_token1] = ACTIONS(1846), - [aux_sym_permit_remote_open_token1] = ACTIONS(1846), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1846), - [aux_sym_port_token1] = ACTIONS(1846), - [aux_sym_preferred_authentications_token1] = ACTIONS(1846), - [aux_sym_protocol_token1] = ACTIONS(1846), - [aux_sym_proxy_command_token1] = ACTIONS(1846), - [aux_sym_proxy_jump_token1] = ACTIONS(1846), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1846), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1846), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1846), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1846), - [aux_sym_rekey_limit_token1] = ACTIONS(1846), - [aux_sym_remote_command_token1] = ACTIONS(1846), - [aux_sym_remote_forward_token1] = ACTIONS(1846), - [aux_sym_request_tty_token1] = ACTIONS(1846), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1846), - [aux_sym_security_key_provider_token1] = ACTIONS(1846), - [aux_sym_send_env_token1] = ACTIONS(1846), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1846), - [aux_sym_server_alive_interval_token1] = ACTIONS(1846), - [aux_sym_session_type_token1] = ACTIONS(1846), - [aux_sym_set_env_token1] = ACTIONS(1846), - [aux_sym_stdin_null_token1] = ACTIONS(1846), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1846), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1846), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1846), - [aux_sym_syslog_facility_token1] = ACTIONS(1846), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1846), - [aux_sym_keep_alive_token1] = ACTIONS(1846), - [aux_sym_tunnel_token1] = ACTIONS(1848), - [aux_sym_tunnel_device_token1] = ACTIONS(1846), - [aux_sym_update_host_keys_token1] = ACTIONS(1846), - [aux_sym_use_keychain_token1] = ACTIONS(1846), - [aux_sym_use_roaming_token1] = ACTIONS(1846), - [aux_sym_user_token1] = ACTIONS(1848), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1846), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1846), - [aux_sym_visual_host_key_token1] = ACTIONS(1846), - [aux_sym_xauth_location_token1] = ACTIONS(1846), + [ts_builtin_sym_end] = ACTIONS(1875), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1877), + [aux_sym_match_token1] = ACTIONS(1875), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1875), + [aux_sym_address_family_token1] = ACTIONS(1875), + [aux_sym_batch_mode_token1] = ACTIONS(1875), + [aux_sym_bind_address_token1] = ACTIONS(1875), + [aux_sym_bind_interface_token1] = ACTIONS(1875), + [aux_sym_canonical_domains_token1] = ACTIONS(1875), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1875), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1875), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1875), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1875), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1875), + [aux_sym_certificate_file_token1] = ACTIONS(1875), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1875), + [aux_sym_check_host_ip_token1] = ACTIONS(1875), + [aux_sym_ciphers_token1] = ACTIONS(1875), + [aux_sym_cipher_token1] = ACTIONS(1877), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1875), + [aux_sym_compression_token1] = ACTIONS(1875), + [aux_sym_connection_attempts_token1] = ACTIONS(1875), + [aux_sym_connect_timeout_token1] = ACTIONS(1875), + [aux_sym_control_master_token1] = ACTIONS(1875), + [aux_sym_control_path_token1] = ACTIONS(1875), + [aux_sym_control_persist_token1] = ACTIONS(1875), + [aux_sym_dynamic_forward_token1] = ACTIONS(1875), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1875), + [aux_sym_escape_char_token1] = ACTIONS(1875), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1875), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1875), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1875), + [aux_sym_forward_agent_token1] = ACTIONS(1875), + [aux_sym_forward_x11_token1] = ACTIONS(1877), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1875), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1875), + [aux_sym_gateway_ports_token1] = ACTIONS(1875), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1875), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1875), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1875), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1875), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1875), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1875), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1875), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1875), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1875), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1875), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1875), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1875), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1875), + [aux_sym_host_key_alias_token1] = ACTIONS(1875), + [aux_sym_hostname_token1] = ACTIONS(1875), + [aux_sym_identities_only_token1] = ACTIONS(1875), + [aux_sym_identity_agent_token1] = ACTIONS(1875), + [aux_sym_identity_file_token1] = ACTIONS(1875), + [aux_sym_ignore_unknown_token1] = ACTIONS(1875), + [aux_sym_include_token1] = ACTIONS(1875), + [aux_sym_ip_qos_token1] = ACTIONS(1875), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1875), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1875), + [aux_sym_kex_algorithms_token1] = ACTIONS(1875), + [aux_sym_known_hosts_command_token1] = ACTIONS(1875), + [aux_sym_local_command_token1] = ACTIONS(1875), + [aux_sym_local_forward_token1] = ACTIONS(1875), + [aux_sym_log_level_token1] = ACTIONS(1875), + [aux_sym_log_verbose_token1] = ACTIONS(1875), + [aux_sym_macs_token1] = ACTIONS(1875), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1875), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1875), + [aux_sym_password_authentication_token1] = ACTIONS(1875), + [aux_sym_permit_local_command_token1] = ACTIONS(1875), + [aux_sym_permit_remote_open_token1] = ACTIONS(1875), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1875), + [aux_sym_port_token1] = ACTIONS(1875), + [aux_sym_preferred_authentications_token1] = ACTIONS(1875), + [aux_sym_protocol_token1] = ACTIONS(1875), + [aux_sym_proxy_command_token1] = ACTIONS(1875), + [aux_sym_proxy_jump_token1] = ACTIONS(1875), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1875), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1875), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1875), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1875), + [aux_sym_rekey_limit_token1] = ACTIONS(1875), + [aux_sym_remote_command_token1] = ACTIONS(1875), + [aux_sym_remote_forward_token1] = ACTIONS(1875), + [aux_sym_request_tty_token1] = ACTIONS(1875), + [aux_sym_required_rsa_size_token1] = ACTIONS(1875), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1875), + [aux_sym_security_key_provider_token1] = ACTIONS(1875), + [aux_sym_send_env_token1] = ACTIONS(1875), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1875), + [aux_sym_server_alive_interval_token1] = ACTIONS(1875), + [aux_sym_session_type_token1] = ACTIONS(1875), + [aux_sym_set_env_token1] = ACTIONS(1875), + [aux_sym_stdin_null_token1] = ACTIONS(1875), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1875), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1875), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1875), + [aux_sym_syslog_facility_token1] = ACTIONS(1875), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1875), + [aux_sym_keep_alive_token1] = ACTIONS(1875), + [aux_sym_tunnel_token1] = ACTIONS(1877), + [aux_sym_tunnel_device_token1] = ACTIONS(1875), + [aux_sym_update_host_keys_token1] = ACTIONS(1875), + [aux_sym_use_keychain_token1] = ACTIONS(1875), + [aux_sym_use_roaming_token1] = ACTIONS(1875), + [aux_sym_user_token1] = ACTIONS(1877), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1875), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1875), + [aux_sym_visual_host_key_token1] = ACTIONS(1875), + [aux_sym_xauth_location_token1] = ACTIONS(1875), }, [673] = { - [ts_builtin_sym_end] = ACTIONS(1372), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1374), - [aux_sym_match_token1] = ACTIONS(1372), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1372), - [aux_sym_address_family_token1] = ACTIONS(1372), - [aux_sym_batch_mode_token1] = ACTIONS(1372), - [aux_sym_bind_address_token1] = ACTIONS(1372), - [aux_sym_bind_interface_token1] = ACTIONS(1372), - [aux_sym_canonical_domains_token1] = ACTIONS(1372), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1372), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1372), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1372), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1372), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1372), - [aux_sym_certificate_file_token1] = ACTIONS(1372), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1372), - [aux_sym_check_host_ip_token1] = ACTIONS(1372), - [aux_sym_ciphers_token1] = ACTIONS(1372), - [aux_sym_cipher_token1] = ACTIONS(1374), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1372), - [aux_sym_compression_token1] = ACTIONS(1372), - [aux_sym_connection_attempts_token1] = ACTIONS(1372), - [aux_sym_connect_timeout_token1] = ACTIONS(1372), - [aux_sym_control_master_token1] = ACTIONS(1372), - [aux_sym_control_path_token1] = ACTIONS(1372), - [aux_sym_control_persist_token1] = ACTIONS(1372), - [aux_sym_dynamic_forward_token1] = ACTIONS(1372), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1372), - [aux_sym_escape_char_token1] = ACTIONS(1372), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1372), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1372), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1372), - [aux_sym_forward_agent_token1] = ACTIONS(1372), - [aux_sym_forward_x11_token1] = ACTIONS(1374), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1372), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1372), - [aux_sym_gateway_ports_token1] = ACTIONS(1372), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1372), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1372), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1372), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1372), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1372), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1372), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1372), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1372), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1372), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1372), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1372), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1372), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1372), - [aux_sym_host_key_alias_token1] = ACTIONS(1372), - [aux_sym_hostname_token1] = ACTIONS(1372), - [aux_sym_identities_only_token1] = ACTIONS(1372), - [aux_sym_identity_agent_token1] = ACTIONS(1372), - [aux_sym_identity_file_token1] = ACTIONS(1372), - [aux_sym_ignore_unknown_token1] = ACTIONS(1372), - [aux_sym_include_token1] = ACTIONS(1372), - [aux_sym_ip_qos_token1] = ACTIONS(1372), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1372), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1372), - [aux_sym_kex_algorithms_token1] = ACTIONS(1372), - [aux_sym_known_hosts_command_token1] = ACTIONS(1372), - [aux_sym_local_command_token1] = ACTIONS(1372), - [aux_sym_local_forward_token1] = ACTIONS(1372), - [aux_sym_log_level_token1] = ACTIONS(1372), - [aux_sym_log_verbose_token1] = ACTIONS(1372), - [aux_sym_macs_token1] = ACTIONS(1372), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1372), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1372), - [aux_sym_password_authentication_token1] = ACTIONS(1372), - [aux_sym_permit_local_command_token1] = ACTIONS(1372), - [aux_sym_permit_remote_open_token1] = ACTIONS(1372), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1372), - [aux_sym_port_token1] = ACTIONS(1372), - [aux_sym_preferred_authentications_token1] = ACTIONS(1372), - [aux_sym_protocol_token1] = ACTIONS(1372), - [aux_sym_proxy_command_token1] = ACTIONS(1372), - [aux_sym_proxy_jump_token1] = ACTIONS(1372), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1372), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1372), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1372), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1372), - [aux_sym_rekey_limit_token1] = ACTIONS(1372), - [aux_sym_remote_command_token1] = ACTIONS(1372), - [aux_sym_remote_forward_token1] = ACTIONS(1372), - [aux_sym_request_tty_token1] = ACTIONS(1372), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1372), - [aux_sym_security_key_provider_token1] = ACTIONS(1372), - [aux_sym_send_env_token1] = ACTIONS(1372), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1372), - [aux_sym_server_alive_interval_token1] = ACTIONS(1372), - [aux_sym_session_type_token1] = ACTIONS(1372), - [aux_sym_set_env_token1] = ACTIONS(1372), - [aux_sym_stdin_null_token1] = ACTIONS(1372), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1372), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1372), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1372), - [aux_sym_syslog_facility_token1] = ACTIONS(1372), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1372), - [aux_sym_keep_alive_token1] = ACTIONS(1372), - [aux_sym_tunnel_token1] = ACTIONS(1374), - [aux_sym_tunnel_device_token1] = ACTIONS(1372), - [aux_sym_update_host_keys_token1] = ACTIONS(1372), - [aux_sym_use_keychain_token1] = ACTIONS(1372), - [aux_sym_use_roaming_token1] = ACTIONS(1372), - [aux_sym_user_token1] = ACTIONS(1374), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1372), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1372), - [aux_sym_visual_host_key_token1] = ACTIONS(1372), - [aux_sym_xauth_location_token1] = ACTIONS(1372), + [ts_builtin_sym_end] = ACTIONS(1197), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1199), + [aux_sym_match_token1] = ACTIONS(1197), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1197), + [aux_sym_address_family_token1] = ACTIONS(1197), + [aux_sym_batch_mode_token1] = ACTIONS(1197), + [aux_sym_bind_address_token1] = ACTIONS(1197), + [aux_sym_bind_interface_token1] = ACTIONS(1197), + [aux_sym_canonical_domains_token1] = ACTIONS(1197), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1197), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1197), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1197), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1197), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1197), + [aux_sym_certificate_file_token1] = ACTIONS(1197), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1197), + [aux_sym_check_host_ip_token1] = ACTIONS(1197), + [aux_sym_ciphers_token1] = ACTIONS(1197), + [aux_sym_cipher_token1] = ACTIONS(1199), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1197), + [aux_sym_compression_token1] = ACTIONS(1197), + [aux_sym_connection_attempts_token1] = ACTIONS(1197), + [aux_sym_connect_timeout_token1] = ACTIONS(1197), + [aux_sym_control_master_token1] = ACTIONS(1197), + [aux_sym_control_path_token1] = ACTIONS(1197), + [aux_sym_control_persist_token1] = ACTIONS(1197), + [aux_sym_dynamic_forward_token1] = ACTIONS(1197), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1197), + [aux_sym_escape_char_token1] = ACTIONS(1197), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1197), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1197), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1197), + [aux_sym_forward_agent_token1] = ACTIONS(1197), + [aux_sym_forward_x11_token1] = ACTIONS(1199), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1197), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1197), + [aux_sym_gateway_ports_token1] = ACTIONS(1197), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1197), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1197), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1197), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1197), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1197), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1197), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1197), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1197), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1197), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1197), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1197), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1197), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1197), + [aux_sym_host_key_alias_token1] = ACTIONS(1197), + [aux_sym_hostname_token1] = ACTIONS(1197), + [aux_sym_identities_only_token1] = ACTIONS(1197), + [aux_sym_identity_agent_token1] = ACTIONS(1197), + [aux_sym_identity_file_token1] = ACTIONS(1197), + [aux_sym_ignore_unknown_token1] = ACTIONS(1197), + [aux_sym_include_token1] = ACTIONS(1197), + [aux_sym_ip_qos_token1] = ACTIONS(1197), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1197), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1197), + [aux_sym_kex_algorithms_token1] = ACTIONS(1197), + [aux_sym_known_hosts_command_token1] = ACTIONS(1197), + [aux_sym_local_command_token1] = ACTIONS(1197), + [aux_sym_local_forward_token1] = ACTIONS(1197), + [aux_sym_log_level_token1] = ACTIONS(1197), + [aux_sym_log_verbose_token1] = ACTIONS(1197), + [aux_sym_macs_token1] = ACTIONS(1197), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1197), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1197), + [aux_sym_password_authentication_token1] = ACTIONS(1197), + [aux_sym_permit_local_command_token1] = ACTIONS(1197), + [aux_sym_permit_remote_open_token1] = ACTIONS(1197), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1197), + [aux_sym_port_token1] = ACTIONS(1197), + [aux_sym_preferred_authentications_token1] = ACTIONS(1197), + [aux_sym_protocol_token1] = ACTIONS(1197), + [aux_sym_proxy_command_token1] = ACTIONS(1197), + [aux_sym_proxy_jump_token1] = ACTIONS(1197), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1197), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1197), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1197), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1197), + [aux_sym_rekey_limit_token1] = ACTIONS(1197), + [aux_sym_remote_command_token1] = ACTIONS(1197), + [aux_sym_remote_forward_token1] = ACTIONS(1197), + [aux_sym_request_tty_token1] = ACTIONS(1197), + [aux_sym_required_rsa_size_token1] = ACTIONS(1197), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1197), + [aux_sym_security_key_provider_token1] = ACTIONS(1197), + [aux_sym_send_env_token1] = ACTIONS(1197), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1197), + [aux_sym_server_alive_interval_token1] = ACTIONS(1197), + [aux_sym_session_type_token1] = ACTIONS(1197), + [aux_sym_set_env_token1] = ACTIONS(1197), + [aux_sym_stdin_null_token1] = ACTIONS(1197), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1197), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1197), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1197), + [aux_sym_syslog_facility_token1] = ACTIONS(1197), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1197), + [aux_sym_keep_alive_token1] = ACTIONS(1197), + [aux_sym_tunnel_token1] = ACTIONS(1199), + [aux_sym_tunnel_device_token1] = ACTIONS(1197), + [aux_sym_update_host_keys_token1] = ACTIONS(1197), + [aux_sym_use_keychain_token1] = ACTIONS(1197), + [aux_sym_use_roaming_token1] = ACTIONS(1197), + [aux_sym_user_token1] = ACTIONS(1199), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1197), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1197), + [aux_sym_visual_host_key_token1] = ACTIONS(1197), + [aux_sym_xauth_location_token1] = ACTIONS(1197), }, [674] = { - [ts_builtin_sym_end] = ACTIONS(910), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(912), - [aux_sym_match_token1] = ACTIONS(910), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(910), - [aux_sym_address_family_token1] = ACTIONS(910), - [aux_sym_batch_mode_token1] = ACTIONS(910), - [aux_sym_bind_address_token1] = ACTIONS(910), - [aux_sym_bind_interface_token1] = ACTIONS(910), - [aux_sym_canonical_domains_token1] = ACTIONS(910), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(910), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(910), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(910), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(910), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(910), - [aux_sym_certificate_file_token1] = ACTIONS(910), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(910), - [aux_sym_check_host_ip_token1] = ACTIONS(910), - [aux_sym_ciphers_token1] = ACTIONS(910), - [aux_sym_cipher_token1] = ACTIONS(912), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(910), - [aux_sym_compression_token1] = ACTIONS(910), - [aux_sym_connection_attempts_token1] = ACTIONS(910), - [aux_sym_connect_timeout_token1] = ACTIONS(910), - [aux_sym_control_master_token1] = ACTIONS(910), - [aux_sym_control_path_token1] = ACTIONS(910), - [aux_sym_control_persist_token1] = ACTIONS(910), - [aux_sym_dynamic_forward_token1] = ACTIONS(910), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(910), - [aux_sym_escape_char_token1] = ACTIONS(910), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(910), - [aux_sym_fingerprint_hash_token1] = ACTIONS(910), - [aux_sym_fork_after_authentication_token1] = ACTIONS(910), - [aux_sym_forward_agent_token1] = ACTIONS(910), - [aux_sym_forward_x11_token1] = ACTIONS(912), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(910), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(910), - [aux_sym_gateway_ports_token1] = ACTIONS(910), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(910), - [aux_sym_gssapi_authentication_token1] = ACTIONS(910), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(910), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(910), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(910), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(910), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(910), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(910), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(910), - [aux_sym_hash_known_hosts_token1] = ACTIONS(910), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(910), - [aux_sym_hostbased_authentication_token1] = ACTIONS(910), - [aux_sym_host_key_algorithms_token1] = ACTIONS(910), - [aux_sym_host_key_alias_token1] = ACTIONS(910), - [aux_sym_hostname_token1] = ACTIONS(910), - [aux_sym_identities_only_token1] = ACTIONS(910), - [aux_sym_identity_agent_token1] = ACTIONS(910), - [aux_sym_identity_file_token1] = ACTIONS(910), - [aux_sym_ignore_unknown_token1] = ACTIONS(910), - [aux_sym_include_token1] = ACTIONS(910), - [aux_sym_ip_qos_token1] = ACTIONS(910), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(910), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(910), - [aux_sym_kex_algorithms_token1] = ACTIONS(910), - [aux_sym_known_hosts_command_token1] = ACTIONS(910), - [aux_sym_local_command_token1] = ACTIONS(910), - [aux_sym_local_forward_token1] = ACTIONS(910), - [aux_sym_log_level_token1] = ACTIONS(910), - [aux_sym_log_verbose_token1] = ACTIONS(910), - [aux_sym_macs_token1] = ACTIONS(910), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(910), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(910), - [aux_sym_password_authentication_token1] = ACTIONS(910), - [aux_sym_permit_local_command_token1] = ACTIONS(910), - [aux_sym_permit_remote_open_token1] = ACTIONS(910), - [aux_sym_pkcs11_provider_token1] = ACTIONS(910), - [aux_sym_port_token1] = ACTIONS(910), - [aux_sym_preferred_authentications_token1] = ACTIONS(910), - [aux_sym_protocol_token1] = ACTIONS(910), - [aux_sym_proxy_command_token1] = ACTIONS(910), - [aux_sym_proxy_jump_token1] = ACTIONS(910), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(910), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(910), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(910), - [aux_sym_pubkey_authentication_token1] = ACTIONS(910), - [aux_sym_rekey_limit_token1] = ACTIONS(910), - [aux_sym_remote_command_token1] = ACTIONS(910), - [aux_sym_remote_forward_token1] = ACTIONS(910), - [aux_sym_request_tty_token1] = ACTIONS(910), - [aux_sym_revoked_host_keys_token1] = ACTIONS(910), - [aux_sym_security_key_provider_token1] = ACTIONS(910), - [aux_sym_send_env_token1] = ACTIONS(910), - [aux_sym_server_alive_count_max_token1] = ACTIONS(910), - [aux_sym_server_alive_interval_token1] = ACTIONS(910), - [aux_sym_session_type_token1] = ACTIONS(910), - [aux_sym_set_env_token1] = ACTIONS(910), - [aux_sym_stdin_null_token1] = ACTIONS(910), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(910), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(910), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(910), - [aux_sym_syslog_facility_token1] = ACTIONS(910), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(910), - [aux_sym_keep_alive_token1] = ACTIONS(910), - [aux_sym_tunnel_token1] = ACTIONS(912), - [aux_sym_tunnel_device_token1] = ACTIONS(910), - [aux_sym_update_host_keys_token1] = ACTIONS(910), - [aux_sym_use_keychain_token1] = ACTIONS(910), - [aux_sym_use_roaming_token1] = ACTIONS(910), - [aux_sym_user_token1] = ACTIONS(912), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(910), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(910), - [aux_sym_visual_host_key_token1] = ACTIONS(910), - [aux_sym_xauth_location_token1] = ACTIONS(910), + [ts_builtin_sym_end] = ACTIONS(1203), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1205), + [aux_sym_match_token1] = ACTIONS(1203), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1203), + [aux_sym_address_family_token1] = ACTIONS(1203), + [aux_sym_batch_mode_token1] = ACTIONS(1203), + [aux_sym_bind_address_token1] = ACTIONS(1203), + [aux_sym_bind_interface_token1] = ACTIONS(1203), + [aux_sym_canonical_domains_token1] = ACTIONS(1203), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1203), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1203), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1203), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1203), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1203), + [aux_sym_certificate_file_token1] = ACTIONS(1203), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1203), + [aux_sym_check_host_ip_token1] = ACTIONS(1203), + [aux_sym_ciphers_token1] = ACTIONS(1203), + [aux_sym_cipher_token1] = ACTIONS(1205), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1203), + [aux_sym_compression_token1] = ACTIONS(1203), + [aux_sym_connection_attempts_token1] = ACTIONS(1203), + [aux_sym_connect_timeout_token1] = ACTIONS(1203), + [aux_sym_control_master_token1] = ACTIONS(1203), + [aux_sym_control_path_token1] = ACTIONS(1203), + [aux_sym_control_persist_token1] = ACTIONS(1203), + [aux_sym_dynamic_forward_token1] = ACTIONS(1203), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1203), + [aux_sym_escape_char_token1] = ACTIONS(1203), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1203), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1203), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1203), + [aux_sym_forward_agent_token1] = ACTIONS(1203), + [aux_sym_forward_x11_token1] = ACTIONS(1205), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1203), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1203), + [aux_sym_gateway_ports_token1] = ACTIONS(1203), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1203), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1203), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1203), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1203), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1203), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1203), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1203), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1203), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1203), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1203), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1203), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1203), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1203), + [aux_sym_host_key_alias_token1] = ACTIONS(1203), + [aux_sym_hostname_token1] = ACTIONS(1203), + [aux_sym_identities_only_token1] = ACTIONS(1203), + [aux_sym_identity_agent_token1] = ACTIONS(1203), + [aux_sym_identity_file_token1] = ACTIONS(1203), + [aux_sym_ignore_unknown_token1] = ACTIONS(1203), + [aux_sym_include_token1] = ACTIONS(1203), + [aux_sym_ip_qos_token1] = ACTIONS(1203), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1203), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1203), + [aux_sym_kex_algorithms_token1] = ACTIONS(1203), + [aux_sym_known_hosts_command_token1] = ACTIONS(1203), + [aux_sym_local_command_token1] = ACTIONS(1203), + [aux_sym_local_forward_token1] = ACTIONS(1203), + [aux_sym_log_level_token1] = ACTIONS(1203), + [aux_sym_log_verbose_token1] = ACTIONS(1203), + [aux_sym_macs_token1] = ACTIONS(1203), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1203), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1203), + [aux_sym_password_authentication_token1] = ACTIONS(1203), + [aux_sym_permit_local_command_token1] = ACTIONS(1203), + [aux_sym_permit_remote_open_token1] = ACTIONS(1203), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1203), + [aux_sym_port_token1] = ACTIONS(1203), + [aux_sym_preferred_authentications_token1] = ACTIONS(1203), + [aux_sym_protocol_token1] = ACTIONS(1203), + [aux_sym_proxy_command_token1] = ACTIONS(1203), + [aux_sym_proxy_jump_token1] = ACTIONS(1203), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1203), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1203), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1203), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1203), + [aux_sym_rekey_limit_token1] = ACTIONS(1203), + [aux_sym_remote_command_token1] = ACTIONS(1203), + [aux_sym_remote_forward_token1] = ACTIONS(1203), + [aux_sym_request_tty_token1] = ACTIONS(1203), + [aux_sym_required_rsa_size_token1] = ACTIONS(1203), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1203), + [aux_sym_security_key_provider_token1] = ACTIONS(1203), + [aux_sym_send_env_token1] = ACTIONS(1203), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1203), + [aux_sym_server_alive_interval_token1] = ACTIONS(1203), + [aux_sym_session_type_token1] = ACTIONS(1203), + [aux_sym_set_env_token1] = ACTIONS(1203), + [aux_sym_stdin_null_token1] = ACTIONS(1203), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1203), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1203), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1203), + [aux_sym_syslog_facility_token1] = ACTIONS(1203), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1203), + [aux_sym_keep_alive_token1] = ACTIONS(1203), + [aux_sym_tunnel_token1] = ACTIONS(1205), + [aux_sym_tunnel_device_token1] = ACTIONS(1203), + [aux_sym_update_host_keys_token1] = ACTIONS(1203), + [aux_sym_use_keychain_token1] = ACTIONS(1203), + [aux_sym_use_roaming_token1] = ACTIONS(1203), + [aux_sym_user_token1] = ACTIONS(1205), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1203), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1203), + [aux_sym_visual_host_key_token1] = ACTIONS(1203), + [aux_sym_xauth_location_token1] = ACTIONS(1203), }, [675] = { - [ts_builtin_sym_end] = ACTIONS(1840), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1842), - [aux_sym_match_token1] = ACTIONS(1840), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1840), - [aux_sym_address_family_token1] = ACTIONS(1840), - [aux_sym_batch_mode_token1] = ACTIONS(1840), - [aux_sym_bind_address_token1] = ACTIONS(1840), - [aux_sym_bind_interface_token1] = ACTIONS(1840), - [aux_sym_canonical_domains_token1] = ACTIONS(1840), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1840), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1840), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1840), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1840), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1840), - [aux_sym_certificate_file_token1] = ACTIONS(1840), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1840), - [aux_sym_check_host_ip_token1] = ACTIONS(1840), - [aux_sym_ciphers_token1] = ACTIONS(1840), - [aux_sym_cipher_token1] = ACTIONS(1842), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1840), - [aux_sym_compression_token1] = ACTIONS(1840), - [aux_sym_connection_attempts_token1] = ACTIONS(1840), - [aux_sym_connect_timeout_token1] = ACTIONS(1840), - [aux_sym_control_master_token1] = ACTIONS(1840), - [aux_sym_control_path_token1] = ACTIONS(1840), - [aux_sym_control_persist_token1] = ACTIONS(1840), - [aux_sym_dynamic_forward_token1] = ACTIONS(1840), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1840), - [aux_sym_escape_char_token1] = ACTIONS(1840), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1840), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1840), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1840), - [aux_sym_forward_agent_token1] = ACTIONS(1840), - [aux_sym_forward_x11_token1] = ACTIONS(1842), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1840), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1840), - [aux_sym_gateway_ports_token1] = ACTIONS(1840), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1840), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1840), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1840), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1840), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1840), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1840), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1840), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1840), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1840), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1840), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1840), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1840), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1840), - [aux_sym_host_key_alias_token1] = ACTIONS(1840), - [aux_sym_hostname_token1] = ACTIONS(1840), - [aux_sym_identities_only_token1] = ACTIONS(1840), - [aux_sym_identity_agent_token1] = ACTIONS(1840), - [aux_sym_identity_file_token1] = ACTIONS(1840), - [aux_sym_ignore_unknown_token1] = ACTIONS(1840), - [aux_sym_include_token1] = ACTIONS(1840), - [aux_sym_ip_qos_token1] = ACTIONS(1840), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1840), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1840), - [aux_sym_kex_algorithms_token1] = ACTIONS(1840), - [aux_sym_known_hosts_command_token1] = ACTIONS(1840), - [aux_sym_local_command_token1] = ACTIONS(1840), - [aux_sym_local_forward_token1] = ACTIONS(1840), - [aux_sym_log_level_token1] = ACTIONS(1840), - [aux_sym_log_verbose_token1] = ACTIONS(1840), - [aux_sym_macs_token1] = ACTIONS(1840), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1840), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1840), - [aux_sym_password_authentication_token1] = ACTIONS(1840), - [aux_sym_permit_local_command_token1] = ACTIONS(1840), - [aux_sym_permit_remote_open_token1] = ACTIONS(1840), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1840), - [aux_sym_port_token1] = ACTIONS(1840), - [aux_sym_preferred_authentications_token1] = ACTIONS(1840), - [aux_sym_protocol_token1] = ACTIONS(1840), - [aux_sym_proxy_command_token1] = ACTIONS(1840), - [aux_sym_proxy_jump_token1] = ACTIONS(1840), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1840), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1840), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1840), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1840), - [aux_sym_rekey_limit_token1] = ACTIONS(1840), - [aux_sym_remote_command_token1] = ACTIONS(1840), - [aux_sym_remote_forward_token1] = ACTIONS(1840), - [aux_sym_request_tty_token1] = ACTIONS(1840), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1840), - [aux_sym_security_key_provider_token1] = ACTIONS(1840), - [aux_sym_send_env_token1] = ACTIONS(1840), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1840), - [aux_sym_server_alive_interval_token1] = ACTIONS(1840), - [aux_sym_session_type_token1] = ACTIONS(1840), - [aux_sym_set_env_token1] = ACTIONS(1840), - [aux_sym_stdin_null_token1] = ACTIONS(1840), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1840), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1840), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1840), - [aux_sym_syslog_facility_token1] = ACTIONS(1840), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1840), - [aux_sym_keep_alive_token1] = ACTIONS(1840), - [aux_sym_tunnel_token1] = ACTIONS(1842), - [aux_sym_tunnel_device_token1] = ACTIONS(1840), - [aux_sym_update_host_keys_token1] = ACTIONS(1840), - [aux_sym_use_keychain_token1] = ACTIONS(1840), - [aux_sym_use_roaming_token1] = ACTIONS(1840), - [aux_sym_user_token1] = ACTIONS(1842), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1840), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1840), - [aux_sym_visual_host_key_token1] = ACTIONS(1840), - [aux_sym_xauth_location_token1] = ACTIONS(1840), + [ts_builtin_sym_end] = ACTIONS(1869), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1871), + [aux_sym_match_token1] = ACTIONS(1869), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1869), + [aux_sym_address_family_token1] = ACTIONS(1869), + [aux_sym_batch_mode_token1] = ACTIONS(1869), + [aux_sym_bind_address_token1] = ACTIONS(1869), + [aux_sym_bind_interface_token1] = ACTIONS(1869), + [aux_sym_canonical_domains_token1] = ACTIONS(1869), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1869), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1869), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1869), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1869), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1869), + [aux_sym_certificate_file_token1] = ACTIONS(1869), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1869), + [aux_sym_check_host_ip_token1] = ACTIONS(1869), + [aux_sym_ciphers_token1] = ACTIONS(1869), + [aux_sym_cipher_token1] = ACTIONS(1871), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1869), + [aux_sym_compression_token1] = ACTIONS(1869), + [aux_sym_connection_attempts_token1] = ACTIONS(1869), + [aux_sym_connect_timeout_token1] = ACTIONS(1869), + [aux_sym_control_master_token1] = ACTIONS(1869), + [aux_sym_control_path_token1] = ACTIONS(1869), + [aux_sym_control_persist_token1] = ACTIONS(1869), + [aux_sym_dynamic_forward_token1] = ACTIONS(1869), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1869), + [aux_sym_escape_char_token1] = ACTIONS(1869), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1869), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1869), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1869), + [aux_sym_forward_agent_token1] = ACTIONS(1869), + [aux_sym_forward_x11_token1] = ACTIONS(1871), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1869), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1869), + [aux_sym_gateway_ports_token1] = ACTIONS(1869), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1869), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1869), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1869), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1869), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1869), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1869), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1869), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1869), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1869), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1869), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1869), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1869), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1869), + [aux_sym_host_key_alias_token1] = ACTIONS(1869), + [aux_sym_hostname_token1] = ACTIONS(1869), + [aux_sym_identities_only_token1] = ACTIONS(1869), + [aux_sym_identity_agent_token1] = ACTIONS(1869), + [aux_sym_identity_file_token1] = ACTIONS(1869), + [aux_sym_ignore_unknown_token1] = ACTIONS(1869), + [aux_sym_include_token1] = ACTIONS(1869), + [aux_sym_ip_qos_token1] = ACTIONS(1869), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1869), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1869), + [aux_sym_kex_algorithms_token1] = ACTIONS(1869), + [aux_sym_known_hosts_command_token1] = ACTIONS(1869), + [aux_sym_local_command_token1] = ACTIONS(1869), + [aux_sym_local_forward_token1] = ACTIONS(1869), + [aux_sym_log_level_token1] = ACTIONS(1869), + [aux_sym_log_verbose_token1] = ACTIONS(1869), + [aux_sym_macs_token1] = ACTIONS(1869), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1869), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1869), + [aux_sym_password_authentication_token1] = ACTIONS(1869), + [aux_sym_permit_local_command_token1] = ACTIONS(1869), + [aux_sym_permit_remote_open_token1] = ACTIONS(1869), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1869), + [aux_sym_port_token1] = ACTIONS(1869), + [aux_sym_preferred_authentications_token1] = ACTIONS(1869), + [aux_sym_protocol_token1] = ACTIONS(1869), + [aux_sym_proxy_command_token1] = ACTIONS(1869), + [aux_sym_proxy_jump_token1] = ACTIONS(1869), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1869), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1869), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1869), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1869), + [aux_sym_rekey_limit_token1] = ACTIONS(1869), + [aux_sym_remote_command_token1] = ACTIONS(1869), + [aux_sym_remote_forward_token1] = ACTIONS(1869), + [aux_sym_request_tty_token1] = ACTIONS(1869), + [aux_sym_required_rsa_size_token1] = ACTIONS(1869), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1869), + [aux_sym_security_key_provider_token1] = ACTIONS(1869), + [aux_sym_send_env_token1] = ACTIONS(1869), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1869), + [aux_sym_server_alive_interval_token1] = ACTIONS(1869), + [aux_sym_session_type_token1] = ACTIONS(1869), + [aux_sym_set_env_token1] = ACTIONS(1869), + [aux_sym_stdin_null_token1] = ACTIONS(1869), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1869), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1869), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1869), + [aux_sym_syslog_facility_token1] = ACTIONS(1869), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1869), + [aux_sym_keep_alive_token1] = ACTIONS(1869), + [aux_sym_tunnel_token1] = ACTIONS(1871), + [aux_sym_tunnel_device_token1] = ACTIONS(1869), + [aux_sym_update_host_keys_token1] = ACTIONS(1869), + [aux_sym_use_keychain_token1] = ACTIONS(1869), + [aux_sym_use_roaming_token1] = ACTIONS(1869), + [aux_sym_user_token1] = ACTIONS(1871), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1869), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1869), + [aux_sym_visual_host_key_token1] = ACTIONS(1869), + [aux_sym_xauth_location_token1] = ACTIONS(1869), }, [676] = { - [ts_builtin_sym_end] = ACTIONS(628), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(630), - [aux_sym_match_token1] = ACTIONS(628), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(628), - [aux_sym_address_family_token1] = ACTIONS(628), - [aux_sym_batch_mode_token1] = ACTIONS(628), - [aux_sym_bind_address_token1] = ACTIONS(628), - [aux_sym_bind_interface_token1] = ACTIONS(628), - [aux_sym_canonical_domains_token1] = ACTIONS(628), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(628), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(628), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(628), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(628), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(628), - [aux_sym_certificate_file_token1] = ACTIONS(628), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(628), - [aux_sym_check_host_ip_token1] = ACTIONS(628), - [aux_sym_ciphers_token1] = ACTIONS(628), - [aux_sym_cipher_token1] = ACTIONS(630), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(628), - [aux_sym_compression_token1] = ACTIONS(628), - [aux_sym_connection_attempts_token1] = ACTIONS(628), - [aux_sym_connect_timeout_token1] = ACTIONS(628), - [aux_sym_control_master_token1] = ACTIONS(628), - [aux_sym_control_path_token1] = ACTIONS(628), - [aux_sym_control_persist_token1] = ACTIONS(628), - [aux_sym_dynamic_forward_token1] = ACTIONS(628), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(628), - [aux_sym_escape_char_token1] = ACTIONS(628), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(628), - [aux_sym_fingerprint_hash_token1] = ACTIONS(628), - [aux_sym_fork_after_authentication_token1] = ACTIONS(628), - [aux_sym_forward_agent_token1] = ACTIONS(628), - [aux_sym_forward_x11_token1] = ACTIONS(630), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(628), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(628), - [aux_sym_gateway_ports_token1] = ACTIONS(628), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(628), - [aux_sym_gssapi_authentication_token1] = ACTIONS(628), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(628), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(628), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(628), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(628), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(628), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(628), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(628), - [aux_sym_hash_known_hosts_token1] = ACTIONS(628), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(628), - [aux_sym_hostbased_authentication_token1] = ACTIONS(628), - [aux_sym_host_key_algorithms_token1] = ACTIONS(628), - [aux_sym_host_key_alias_token1] = ACTIONS(628), - [aux_sym_hostname_token1] = ACTIONS(628), - [aux_sym_identities_only_token1] = ACTIONS(628), - [aux_sym_identity_agent_token1] = ACTIONS(628), - [aux_sym_identity_file_token1] = ACTIONS(628), - [aux_sym_ignore_unknown_token1] = ACTIONS(628), - [aux_sym_include_token1] = ACTIONS(628), - [aux_sym_ip_qos_token1] = ACTIONS(628), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(628), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(628), - [aux_sym_kex_algorithms_token1] = ACTIONS(628), - [aux_sym_known_hosts_command_token1] = ACTIONS(628), - [aux_sym_local_command_token1] = ACTIONS(628), - [aux_sym_local_forward_token1] = ACTIONS(628), - [aux_sym_log_level_token1] = ACTIONS(628), - [aux_sym_log_verbose_token1] = ACTIONS(628), - [aux_sym_macs_token1] = ACTIONS(628), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(628), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(628), - [aux_sym_password_authentication_token1] = ACTIONS(628), - [aux_sym_permit_local_command_token1] = ACTIONS(628), - [aux_sym_permit_remote_open_token1] = ACTIONS(628), - [aux_sym_pkcs11_provider_token1] = ACTIONS(628), - [aux_sym_port_token1] = ACTIONS(628), - [aux_sym_preferred_authentications_token1] = ACTIONS(628), - [aux_sym_protocol_token1] = ACTIONS(628), - [aux_sym_proxy_command_token1] = ACTIONS(628), - [aux_sym_proxy_jump_token1] = ACTIONS(628), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(628), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(628), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(628), - [aux_sym_pubkey_authentication_token1] = ACTIONS(628), - [aux_sym_rekey_limit_token1] = ACTIONS(628), - [aux_sym_remote_command_token1] = ACTIONS(628), - [aux_sym_remote_forward_token1] = ACTIONS(628), - [aux_sym_request_tty_token1] = ACTIONS(628), - [aux_sym_revoked_host_keys_token1] = ACTIONS(628), - [aux_sym_security_key_provider_token1] = ACTIONS(628), - [aux_sym_send_env_token1] = ACTIONS(628), - [aux_sym_server_alive_count_max_token1] = ACTIONS(628), - [aux_sym_server_alive_interval_token1] = ACTIONS(628), - [aux_sym_session_type_token1] = ACTIONS(628), - [aux_sym_set_env_token1] = ACTIONS(628), - [aux_sym_stdin_null_token1] = ACTIONS(628), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(628), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(628), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(628), - [aux_sym_syslog_facility_token1] = ACTIONS(628), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(628), - [aux_sym_keep_alive_token1] = ACTIONS(628), - [aux_sym_tunnel_token1] = ACTIONS(630), - [aux_sym_tunnel_device_token1] = ACTIONS(628), - [aux_sym_update_host_keys_token1] = ACTIONS(628), - [aux_sym_use_keychain_token1] = ACTIONS(628), - [aux_sym_use_roaming_token1] = ACTIONS(628), - [aux_sym_user_token1] = ACTIONS(630), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(628), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(628), - [aux_sym_visual_host_key_token1] = ACTIONS(628), - [aux_sym_xauth_location_token1] = ACTIONS(628), + [ts_builtin_sym_end] = ACTIONS(1209), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1211), + [aux_sym_match_token1] = ACTIONS(1209), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1209), + [aux_sym_address_family_token1] = ACTIONS(1209), + [aux_sym_batch_mode_token1] = ACTIONS(1209), + [aux_sym_bind_address_token1] = ACTIONS(1209), + [aux_sym_bind_interface_token1] = ACTIONS(1209), + [aux_sym_canonical_domains_token1] = ACTIONS(1209), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1209), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1209), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1209), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1209), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1209), + [aux_sym_certificate_file_token1] = ACTIONS(1209), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1209), + [aux_sym_check_host_ip_token1] = ACTIONS(1209), + [aux_sym_ciphers_token1] = ACTIONS(1209), + [aux_sym_cipher_token1] = ACTIONS(1211), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1209), + [aux_sym_compression_token1] = ACTIONS(1209), + [aux_sym_connection_attempts_token1] = ACTIONS(1209), + [aux_sym_connect_timeout_token1] = ACTIONS(1209), + [aux_sym_control_master_token1] = ACTIONS(1209), + [aux_sym_control_path_token1] = ACTIONS(1209), + [aux_sym_control_persist_token1] = ACTIONS(1209), + [aux_sym_dynamic_forward_token1] = ACTIONS(1209), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1209), + [aux_sym_escape_char_token1] = ACTIONS(1209), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1209), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1209), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1209), + [aux_sym_forward_agent_token1] = ACTIONS(1209), + [aux_sym_forward_x11_token1] = ACTIONS(1211), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1209), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1209), + [aux_sym_gateway_ports_token1] = ACTIONS(1209), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1209), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1209), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1209), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1209), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1209), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1209), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1209), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1209), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1209), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1209), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1209), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1209), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1209), + [aux_sym_host_key_alias_token1] = ACTIONS(1209), + [aux_sym_hostname_token1] = ACTIONS(1209), + [aux_sym_identities_only_token1] = ACTIONS(1209), + [aux_sym_identity_agent_token1] = ACTIONS(1209), + [aux_sym_identity_file_token1] = ACTIONS(1209), + [aux_sym_ignore_unknown_token1] = ACTIONS(1209), + [aux_sym_include_token1] = ACTIONS(1209), + [aux_sym_ip_qos_token1] = ACTIONS(1209), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1209), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1209), + [aux_sym_kex_algorithms_token1] = ACTIONS(1209), + [aux_sym_known_hosts_command_token1] = ACTIONS(1209), + [aux_sym_local_command_token1] = ACTIONS(1209), + [aux_sym_local_forward_token1] = ACTIONS(1209), + [aux_sym_log_level_token1] = ACTIONS(1209), + [aux_sym_log_verbose_token1] = ACTIONS(1209), + [aux_sym_macs_token1] = ACTIONS(1209), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1209), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1209), + [aux_sym_password_authentication_token1] = ACTIONS(1209), + [aux_sym_permit_local_command_token1] = ACTIONS(1209), + [aux_sym_permit_remote_open_token1] = ACTIONS(1209), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1209), + [aux_sym_port_token1] = ACTIONS(1209), + [aux_sym_preferred_authentications_token1] = ACTIONS(1209), + [aux_sym_protocol_token1] = ACTIONS(1209), + [aux_sym_proxy_command_token1] = ACTIONS(1209), + [aux_sym_proxy_jump_token1] = ACTIONS(1209), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1209), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1209), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1209), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1209), + [aux_sym_rekey_limit_token1] = ACTIONS(1209), + [aux_sym_remote_command_token1] = ACTIONS(1209), + [aux_sym_remote_forward_token1] = ACTIONS(1209), + [aux_sym_request_tty_token1] = ACTIONS(1209), + [aux_sym_required_rsa_size_token1] = ACTIONS(1209), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1209), + [aux_sym_security_key_provider_token1] = ACTIONS(1209), + [aux_sym_send_env_token1] = ACTIONS(1209), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1209), + [aux_sym_server_alive_interval_token1] = ACTIONS(1209), + [aux_sym_session_type_token1] = ACTIONS(1209), + [aux_sym_set_env_token1] = ACTIONS(1209), + [aux_sym_stdin_null_token1] = ACTIONS(1209), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1209), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1209), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1209), + [aux_sym_syslog_facility_token1] = ACTIONS(1209), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1209), + [aux_sym_keep_alive_token1] = ACTIONS(1209), + [aux_sym_tunnel_token1] = ACTIONS(1211), + [aux_sym_tunnel_device_token1] = ACTIONS(1209), + [aux_sym_update_host_keys_token1] = ACTIONS(1209), + [aux_sym_use_keychain_token1] = ACTIONS(1209), + [aux_sym_use_roaming_token1] = ACTIONS(1209), + [aux_sym_user_token1] = ACTIONS(1211), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1209), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1209), + [aux_sym_visual_host_key_token1] = ACTIONS(1209), + [aux_sym_xauth_location_token1] = ACTIONS(1209), }, [677] = { - [ts_builtin_sym_end] = ACTIONS(1378), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1380), - [aux_sym_match_token1] = ACTIONS(1378), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1378), - [aux_sym_address_family_token1] = ACTIONS(1378), - [aux_sym_batch_mode_token1] = ACTIONS(1378), - [aux_sym_bind_address_token1] = ACTIONS(1378), - [aux_sym_bind_interface_token1] = ACTIONS(1378), - [aux_sym_canonical_domains_token1] = ACTIONS(1378), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1378), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1378), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1378), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1378), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1378), - [aux_sym_certificate_file_token1] = ACTIONS(1378), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1378), - [aux_sym_check_host_ip_token1] = ACTIONS(1378), - [aux_sym_ciphers_token1] = ACTIONS(1378), - [aux_sym_cipher_token1] = ACTIONS(1380), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1378), - [aux_sym_compression_token1] = ACTIONS(1378), - [aux_sym_connection_attempts_token1] = ACTIONS(1378), - [aux_sym_connect_timeout_token1] = ACTIONS(1378), - [aux_sym_control_master_token1] = ACTIONS(1378), - [aux_sym_control_path_token1] = ACTIONS(1378), - [aux_sym_control_persist_token1] = ACTIONS(1378), - [aux_sym_dynamic_forward_token1] = ACTIONS(1378), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1378), - [aux_sym_escape_char_token1] = ACTIONS(1378), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1378), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1378), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1378), - [aux_sym_forward_agent_token1] = ACTIONS(1378), - [aux_sym_forward_x11_token1] = ACTIONS(1380), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1378), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1378), - [aux_sym_gateway_ports_token1] = ACTIONS(1378), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1378), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1378), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1378), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1378), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1378), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1378), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1378), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1378), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1378), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1378), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1378), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1378), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1378), - [aux_sym_host_key_alias_token1] = ACTIONS(1378), - [aux_sym_hostname_token1] = ACTIONS(1378), - [aux_sym_identities_only_token1] = ACTIONS(1378), - [aux_sym_identity_agent_token1] = ACTIONS(1378), - [aux_sym_identity_file_token1] = ACTIONS(1378), - [aux_sym_ignore_unknown_token1] = ACTIONS(1378), - [aux_sym_include_token1] = ACTIONS(1378), - [aux_sym_ip_qos_token1] = ACTIONS(1378), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1378), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1378), - [aux_sym_kex_algorithms_token1] = ACTIONS(1378), - [aux_sym_known_hosts_command_token1] = ACTIONS(1378), - [aux_sym_local_command_token1] = ACTIONS(1378), - [aux_sym_local_forward_token1] = ACTIONS(1378), - [aux_sym_log_level_token1] = ACTIONS(1378), - [aux_sym_log_verbose_token1] = ACTIONS(1378), - [aux_sym_macs_token1] = ACTIONS(1378), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1378), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1378), - [aux_sym_password_authentication_token1] = ACTIONS(1378), - [aux_sym_permit_local_command_token1] = ACTIONS(1378), - [aux_sym_permit_remote_open_token1] = ACTIONS(1378), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1378), - [aux_sym_port_token1] = ACTIONS(1378), - [aux_sym_preferred_authentications_token1] = ACTIONS(1378), - [aux_sym_protocol_token1] = ACTIONS(1378), - [aux_sym_proxy_command_token1] = ACTIONS(1378), - [aux_sym_proxy_jump_token1] = ACTIONS(1378), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1378), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1378), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1378), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1378), - [aux_sym_rekey_limit_token1] = ACTIONS(1378), - [aux_sym_remote_command_token1] = ACTIONS(1378), - [aux_sym_remote_forward_token1] = ACTIONS(1378), - [aux_sym_request_tty_token1] = ACTIONS(1378), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1378), - [aux_sym_security_key_provider_token1] = ACTIONS(1378), - [aux_sym_send_env_token1] = ACTIONS(1378), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1378), - [aux_sym_server_alive_interval_token1] = ACTIONS(1378), - [aux_sym_session_type_token1] = ACTIONS(1378), - [aux_sym_set_env_token1] = ACTIONS(1378), - [aux_sym_stdin_null_token1] = ACTIONS(1378), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1378), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1378), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1378), - [aux_sym_syslog_facility_token1] = ACTIONS(1378), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1378), - [aux_sym_keep_alive_token1] = ACTIONS(1378), - [aux_sym_tunnel_token1] = ACTIONS(1380), - [aux_sym_tunnel_device_token1] = ACTIONS(1378), - [aux_sym_update_host_keys_token1] = ACTIONS(1378), - [aux_sym_use_keychain_token1] = ACTIONS(1378), - [aux_sym_use_roaming_token1] = ACTIONS(1378), - [aux_sym_user_token1] = ACTIONS(1380), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1378), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1378), - [aux_sym_visual_host_key_token1] = ACTIONS(1378), - [aux_sym_xauth_location_token1] = ACTIONS(1378), + [ts_builtin_sym_end] = ACTIONS(1215), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1217), + [aux_sym_match_token1] = ACTIONS(1215), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1215), + [aux_sym_address_family_token1] = ACTIONS(1215), + [aux_sym_batch_mode_token1] = ACTIONS(1215), + [aux_sym_bind_address_token1] = ACTIONS(1215), + [aux_sym_bind_interface_token1] = ACTIONS(1215), + [aux_sym_canonical_domains_token1] = ACTIONS(1215), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1215), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1215), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1215), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1215), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1215), + [aux_sym_certificate_file_token1] = ACTIONS(1215), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1215), + [aux_sym_check_host_ip_token1] = ACTIONS(1215), + [aux_sym_ciphers_token1] = ACTIONS(1215), + [aux_sym_cipher_token1] = ACTIONS(1217), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1215), + [aux_sym_compression_token1] = ACTIONS(1215), + [aux_sym_connection_attempts_token1] = ACTIONS(1215), + [aux_sym_connect_timeout_token1] = ACTIONS(1215), + [aux_sym_control_master_token1] = ACTIONS(1215), + [aux_sym_control_path_token1] = ACTIONS(1215), + [aux_sym_control_persist_token1] = ACTIONS(1215), + [aux_sym_dynamic_forward_token1] = ACTIONS(1215), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1215), + [aux_sym_escape_char_token1] = ACTIONS(1215), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1215), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1215), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1215), + [aux_sym_forward_agent_token1] = ACTIONS(1215), + [aux_sym_forward_x11_token1] = ACTIONS(1217), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1215), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1215), + [aux_sym_gateway_ports_token1] = ACTIONS(1215), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1215), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1215), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1215), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1215), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1215), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1215), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1215), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1215), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1215), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1215), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1215), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1215), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1215), + [aux_sym_host_key_alias_token1] = ACTIONS(1215), + [aux_sym_hostname_token1] = ACTIONS(1215), + [aux_sym_identities_only_token1] = ACTIONS(1215), + [aux_sym_identity_agent_token1] = ACTIONS(1215), + [aux_sym_identity_file_token1] = ACTIONS(1215), + [aux_sym_ignore_unknown_token1] = ACTIONS(1215), + [aux_sym_include_token1] = ACTIONS(1215), + [aux_sym_ip_qos_token1] = ACTIONS(1215), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1215), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1215), + [aux_sym_kex_algorithms_token1] = ACTIONS(1215), + [aux_sym_known_hosts_command_token1] = ACTIONS(1215), + [aux_sym_local_command_token1] = ACTIONS(1215), + [aux_sym_local_forward_token1] = ACTIONS(1215), + [aux_sym_log_level_token1] = ACTIONS(1215), + [aux_sym_log_verbose_token1] = ACTIONS(1215), + [aux_sym_macs_token1] = ACTIONS(1215), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1215), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1215), + [aux_sym_password_authentication_token1] = ACTIONS(1215), + [aux_sym_permit_local_command_token1] = ACTIONS(1215), + [aux_sym_permit_remote_open_token1] = ACTIONS(1215), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1215), + [aux_sym_port_token1] = ACTIONS(1215), + [aux_sym_preferred_authentications_token1] = ACTIONS(1215), + [aux_sym_protocol_token1] = ACTIONS(1215), + [aux_sym_proxy_command_token1] = ACTIONS(1215), + [aux_sym_proxy_jump_token1] = ACTIONS(1215), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1215), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1215), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1215), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1215), + [aux_sym_rekey_limit_token1] = ACTIONS(1215), + [aux_sym_remote_command_token1] = ACTIONS(1215), + [aux_sym_remote_forward_token1] = ACTIONS(1215), + [aux_sym_request_tty_token1] = ACTIONS(1215), + [aux_sym_required_rsa_size_token1] = ACTIONS(1215), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1215), + [aux_sym_security_key_provider_token1] = ACTIONS(1215), + [aux_sym_send_env_token1] = ACTIONS(1215), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1215), + [aux_sym_server_alive_interval_token1] = ACTIONS(1215), + [aux_sym_session_type_token1] = ACTIONS(1215), + [aux_sym_set_env_token1] = ACTIONS(1215), + [aux_sym_stdin_null_token1] = ACTIONS(1215), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1215), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1215), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1215), + [aux_sym_syslog_facility_token1] = ACTIONS(1215), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1215), + [aux_sym_keep_alive_token1] = ACTIONS(1215), + [aux_sym_tunnel_token1] = ACTIONS(1217), + [aux_sym_tunnel_device_token1] = ACTIONS(1215), + [aux_sym_update_host_keys_token1] = ACTIONS(1215), + [aux_sym_use_keychain_token1] = ACTIONS(1215), + [aux_sym_use_roaming_token1] = ACTIONS(1215), + [aux_sym_user_token1] = ACTIONS(1217), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1215), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1215), + [aux_sym_visual_host_key_token1] = ACTIONS(1215), + [aux_sym_xauth_location_token1] = ACTIONS(1215), }, [678] = { - [ts_builtin_sym_end] = ACTIONS(1834), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1836), - [aux_sym_match_token1] = ACTIONS(1834), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1834), - [aux_sym_address_family_token1] = ACTIONS(1834), - [aux_sym_batch_mode_token1] = ACTIONS(1834), - [aux_sym_bind_address_token1] = ACTIONS(1834), - [aux_sym_bind_interface_token1] = ACTIONS(1834), - [aux_sym_canonical_domains_token1] = ACTIONS(1834), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1834), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1834), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1834), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1834), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1834), - [aux_sym_certificate_file_token1] = ACTIONS(1834), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1834), - [aux_sym_check_host_ip_token1] = ACTIONS(1834), - [aux_sym_ciphers_token1] = ACTIONS(1834), - [aux_sym_cipher_token1] = ACTIONS(1836), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1834), - [aux_sym_compression_token1] = ACTIONS(1834), - [aux_sym_connection_attempts_token1] = ACTIONS(1834), - [aux_sym_connect_timeout_token1] = ACTIONS(1834), - [aux_sym_control_master_token1] = ACTIONS(1834), - [aux_sym_control_path_token1] = ACTIONS(1834), - [aux_sym_control_persist_token1] = ACTIONS(1834), - [aux_sym_dynamic_forward_token1] = ACTIONS(1834), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1834), - [aux_sym_escape_char_token1] = ACTIONS(1834), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1834), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1834), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1834), - [aux_sym_forward_agent_token1] = ACTIONS(1834), - [aux_sym_forward_x11_token1] = ACTIONS(1836), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1834), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1834), - [aux_sym_gateway_ports_token1] = ACTIONS(1834), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1834), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1834), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1834), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1834), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1834), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1834), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1834), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1834), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1834), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1834), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1834), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1834), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1834), - [aux_sym_host_key_alias_token1] = ACTIONS(1834), - [aux_sym_hostname_token1] = ACTIONS(1834), - [aux_sym_identities_only_token1] = ACTIONS(1834), - [aux_sym_identity_agent_token1] = ACTIONS(1834), - [aux_sym_identity_file_token1] = ACTIONS(1834), - [aux_sym_ignore_unknown_token1] = ACTIONS(1834), - [aux_sym_include_token1] = ACTIONS(1834), - [aux_sym_ip_qos_token1] = ACTIONS(1834), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1834), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1834), - [aux_sym_kex_algorithms_token1] = ACTIONS(1834), - [aux_sym_known_hosts_command_token1] = ACTIONS(1834), - [aux_sym_local_command_token1] = ACTIONS(1834), - [aux_sym_local_forward_token1] = ACTIONS(1834), - [aux_sym_log_level_token1] = ACTIONS(1834), - [aux_sym_log_verbose_token1] = ACTIONS(1834), - [aux_sym_macs_token1] = ACTIONS(1834), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1834), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1834), - [aux_sym_password_authentication_token1] = ACTIONS(1834), - [aux_sym_permit_local_command_token1] = ACTIONS(1834), - [aux_sym_permit_remote_open_token1] = ACTIONS(1834), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1834), - [aux_sym_port_token1] = ACTIONS(1834), - [aux_sym_preferred_authentications_token1] = ACTIONS(1834), - [aux_sym_protocol_token1] = ACTIONS(1834), - [aux_sym_proxy_command_token1] = ACTIONS(1834), - [aux_sym_proxy_jump_token1] = ACTIONS(1834), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1834), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1834), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1834), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1834), - [aux_sym_rekey_limit_token1] = ACTIONS(1834), - [aux_sym_remote_command_token1] = ACTIONS(1834), - [aux_sym_remote_forward_token1] = ACTIONS(1834), - [aux_sym_request_tty_token1] = ACTIONS(1834), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1834), - [aux_sym_security_key_provider_token1] = ACTIONS(1834), - [aux_sym_send_env_token1] = ACTIONS(1834), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1834), - [aux_sym_server_alive_interval_token1] = ACTIONS(1834), - [aux_sym_session_type_token1] = ACTIONS(1834), - [aux_sym_set_env_token1] = ACTIONS(1834), - [aux_sym_stdin_null_token1] = ACTIONS(1834), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1834), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1834), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1834), - [aux_sym_syslog_facility_token1] = ACTIONS(1834), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1834), - [aux_sym_keep_alive_token1] = ACTIONS(1834), - [aux_sym_tunnel_token1] = ACTIONS(1836), - [aux_sym_tunnel_device_token1] = ACTIONS(1834), - [aux_sym_update_host_keys_token1] = ACTIONS(1834), - [aux_sym_use_keychain_token1] = ACTIONS(1834), - [aux_sym_use_roaming_token1] = ACTIONS(1834), - [aux_sym_user_token1] = ACTIONS(1836), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1834), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1834), - [aux_sym_visual_host_key_token1] = ACTIONS(1834), - [aux_sym_xauth_location_token1] = ACTIONS(1834), + [ts_builtin_sym_end] = ACTIONS(1863), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1865), + [aux_sym_match_token1] = ACTIONS(1863), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1863), + [aux_sym_address_family_token1] = ACTIONS(1863), + [aux_sym_batch_mode_token1] = ACTIONS(1863), + [aux_sym_bind_address_token1] = ACTIONS(1863), + [aux_sym_bind_interface_token1] = ACTIONS(1863), + [aux_sym_canonical_domains_token1] = ACTIONS(1863), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1863), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1863), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1863), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1863), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1863), + [aux_sym_certificate_file_token1] = ACTIONS(1863), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1863), + [aux_sym_check_host_ip_token1] = ACTIONS(1863), + [aux_sym_ciphers_token1] = ACTIONS(1863), + [aux_sym_cipher_token1] = ACTIONS(1865), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1863), + [aux_sym_compression_token1] = ACTIONS(1863), + [aux_sym_connection_attempts_token1] = ACTIONS(1863), + [aux_sym_connect_timeout_token1] = ACTIONS(1863), + [aux_sym_control_master_token1] = ACTIONS(1863), + [aux_sym_control_path_token1] = ACTIONS(1863), + [aux_sym_control_persist_token1] = ACTIONS(1863), + [aux_sym_dynamic_forward_token1] = ACTIONS(1863), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1863), + [aux_sym_escape_char_token1] = ACTIONS(1863), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1863), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1863), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1863), + [aux_sym_forward_agent_token1] = ACTIONS(1863), + [aux_sym_forward_x11_token1] = ACTIONS(1865), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1863), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1863), + [aux_sym_gateway_ports_token1] = ACTIONS(1863), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1863), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1863), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1863), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1863), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1863), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1863), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1863), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1863), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1863), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1863), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1863), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1863), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1863), + [aux_sym_host_key_alias_token1] = ACTIONS(1863), + [aux_sym_hostname_token1] = ACTIONS(1863), + [aux_sym_identities_only_token1] = ACTIONS(1863), + [aux_sym_identity_agent_token1] = ACTIONS(1863), + [aux_sym_identity_file_token1] = ACTIONS(1863), + [aux_sym_ignore_unknown_token1] = ACTIONS(1863), + [aux_sym_include_token1] = ACTIONS(1863), + [aux_sym_ip_qos_token1] = ACTIONS(1863), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1863), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1863), + [aux_sym_kex_algorithms_token1] = ACTIONS(1863), + [aux_sym_known_hosts_command_token1] = ACTIONS(1863), + [aux_sym_local_command_token1] = ACTIONS(1863), + [aux_sym_local_forward_token1] = ACTIONS(1863), + [aux_sym_log_level_token1] = ACTIONS(1863), + [aux_sym_log_verbose_token1] = ACTIONS(1863), + [aux_sym_macs_token1] = ACTIONS(1863), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1863), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1863), + [aux_sym_password_authentication_token1] = ACTIONS(1863), + [aux_sym_permit_local_command_token1] = ACTIONS(1863), + [aux_sym_permit_remote_open_token1] = ACTIONS(1863), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1863), + [aux_sym_port_token1] = ACTIONS(1863), + [aux_sym_preferred_authentications_token1] = ACTIONS(1863), + [aux_sym_protocol_token1] = ACTIONS(1863), + [aux_sym_proxy_command_token1] = ACTIONS(1863), + [aux_sym_proxy_jump_token1] = ACTIONS(1863), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1863), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1863), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1863), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1863), + [aux_sym_rekey_limit_token1] = ACTIONS(1863), + [aux_sym_remote_command_token1] = ACTIONS(1863), + [aux_sym_remote_forward_token1] = ACTIONS(1863), + [aux_sym_request_tty_token1] = ACTIONS(1863), + [aux_sym_required_rsa_size_token1] = ACTIONS(1863), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1863), + [aux_sym_security_key_provider_token1] = ACTIONS(1863), + [aux_sym_send_env_token1] = ACTIONS(1863), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1863), + [aux_sym_server_alive_interval_token1] = ACTIONS(1863), + [aux_sym_session_type_token1] = ACTIONS(1863), + [aux_sym_set_env_token1] = ACTIONS(1863), + [aux_sym_stdin_null_token1] = ACTIONS(1863), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1863), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1863), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1863), + [aux_sym_syslog_facility_token1] = ACTIONS(1863), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1863), + [aux_sym_keep_alive_token1] = ACTIONS(1863), + [aux_sym_tunnel_token1] = ACTIONS(1865), + [aux_sym_tunnel_device_token1] = ACTIONS(1863), + [aux_sym_update_host_keys_token1] = ACTIONS(1863), + [aux_sym_use_keychain_token1] = ACTIONS(1863), + [aux_sym_use_roaming_token1] = ACTIONS(1863), + [aux_sym_user_token1] = ACTIONS(1865), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1863), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1863), + [aux_sym_visual_host_key_token1] = ACTIONS(1863), + [aux_sym_xauth_location_token1] = ACTIONS(1863), }, [679] = { - [ts_builtin_sym_end] = ACTIONS(634), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(636), - [aux_sym_match_token1] = ACTIONS(634), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(634), - [aux_sym_address_family_token1] = ACTIONS(634), - [aux_sym_batch_mode_token1] = ACTIONS(634), - [aux_sym_bind_address_token1] = ACTIONS(634), - [aux_sym_bind_interface_token1] = ACTIONS(634), - [aux_sym_canonical_domains_token1] = ACTIONS(634), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(634), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(634), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(634), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(634), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(634), - [aux_sym_certificate_file_token1] = ACTIONS(634), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(634), - [aux_sym_check_host_ip_token1] = ACTIONS(634), - [aux_sym_ciphers_token1] = ACTIONS(634), - [aux_sym_cipher_token1] = ACTIONS(636), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(634), - [aux_sym_compression_token1] = ACTIONS(634), - [aux_sym_connection_attempts_token1] = ACTIONS(634), - [aux_sym_connect_timeout_token1] = ACTIONS(634), - [aux_sym_control_master_token1] = ACTIONS(634), - [aux_sym_control_path_token1] = ACTIONS(634), - [aux_sym_control_persist_token1] = ACTIONS(634), - [aux_sym_dynamic_forward_token1] = ACTIONS(634), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(634), - [aux_sym_escape_char_token1] = ACTIONS(634), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(634), - [aux_sym_fingerprint_hash_token1] = ACTIONS(634), - [aux_sym_fork_after_authentication_token1] = ACTIONS(634), - [aux_sym_forward_agent_token1] = ACTIONS(634), - [aux_sym_forward_x11_token1] = ACTIONS(636), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(634), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(634), - [aux_sym_gateway_ports_token1] = ACTIONS(634), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(634), - [aux_sym_gssapi_authentication_token1] = ACTIONS(634), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(634), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(634), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(634), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(634), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(634), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(634), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(634), - [aux_sym_hash_known_hosts_token1] = ACTIONS(634), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(634), - [aux_sym_hostbased_authentication_token1] = ACTIONS(634), - [aux_sym_host_key_algorithms_token1] = ACTIONS(634), - [aux_sym_host_key_alias_token1] = ACTIONS(634), - [aux_sym_hostname_token1] = ACTIONS(634), - [aux_sym_identities_only_token1] = ACTIONS(634), - [aux_sym_identity_agent_token1] = ACTIONS(634), - [aux_sym_identity_file_token1] = ACTIONS(634), - [aux_sym_ignore_unknown_token1] = ACTIONS(634), - [aux_sym_include_token1] = ACTIONS(634), - [aux_sym_ip_qos_token1] = ACTIONS(634), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(634), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(634), - [aux_sym_kex_algorithms_token1] = ACTIONS(634), - [aux_sym_known_hosts_command_token1] = ACTIONS(634), - [aux_sym_local_command_token1] = ACTIONS(634), - [aux_sym_local_forward_token1] = ACTIONS(634), - [aux_sym_log_level_token1] = ACTIONS(634), - [aux_sym_log_verbose_token1] = ACTIONS(634), - [aux_sym_macs_token1] = ACTIONS(634), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(634), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(634), - [aux_sym_password_authentication_token1] = ACTIONS(634), - [aux_sym_permit_local_command_token1] = ACTIONS(634), - [aux_sym_permit_remote_open_token1] = ACTIONS(634), - [aux_sym_pkcs11_provider_token1] = ACTIONS(634), - [aux_sym_port_token1] = ACTIONS(634), - [aux_sym_preferred_authentications_token1] = ACTIONS(634), - [aux_sym_protocol_token1] = ACTIONS(634), - [aux_sym_proxy_command_token1] = ACTIONS(634), - [aux_sym_proxy_jump_token1] = ACTIONS(634), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(634), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(634), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(634), - [aux_sym_pubkey_authentication_token1] = ACTIONS(634), - [aux_sym_rekey_limit_token1] = ACTIONS(634), - [aux_sym_remote_command_token1] = ACTIONS(634), - [aux_sym_remote_forward_token1] = ACTIONS(634), - [aux_sym_request_tty_token1] = ACTIONS(634), - [aux_sym_revoked_host_keys_token1] = ACTIONS(634), - [aux_sym_security_key_provider_token1] = ACTIONS(634), - [aux_sym_send_env_token1] = ACTIONS(634), - [aux_sym_server_alive_count_max_token1] = ACTIONS(634), - [aux_sym_server_alive_interval_token1] = ACTIONS(634), - [aux_sym_session_type_token1] = ACTIONS(634), - [aux_sym_set_env_token1] = ACTIONS(634), - [aux_sym_stdin_null_token1] = ACTIONS(634), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(634), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(634), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(634), - [aux_sym_syslog_facility_token1] = ACTIONS(634), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(634), - [aux_sym_keep_alive_token1] = ACTIONS(634), - [aux_sym_tunnel_token1] = ACTIONS(636), - [aux_sym_tunnel_device_token1] = ACTIONS(634), - [aux_sym_update_host_keys_token1] = ACTIONS(634), - [aux_sym_use_keychain_token1] = ACTIONS(634), - [aux_sym_use_roaming_token1] = ACTIONS(634), - [aux_sym_user_token1] = ACTIONS(636), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(634), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(634), - [aux_sym_visual_host_key_token1] = ACTIONS(634), - [aux_sym_xauth_location_token1] = ACTIONS(634), + [ts_builtin_sym_end] = ACTIONS(1221), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1223), + [aux_sym_match_token1] = ACTIONS(1221), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1221), + [aux_sym_address_family_token1] = ACTIONS(1221), + [aux_sym_batch_mode_token1] = ACTIONS(1221), + [aux_sym_bind_address_token1] = ACTIONS(1221), + [aux_sym_bind_interface_token1] = ACTIONS(1221), + [aux_sym_canonical_domains_token1] = ACTIONS(1221), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1221), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1221), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1221), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1221), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1221), + [aux_sym_certificate_file_token1] = ACTIONS(1221), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1221), + [aux_sym_check_host_ip_token1] = ACTIONS(1221), + [aux_sym_ciphers_token1] = ACTIONS(1221), + [aux_sym_cipher_token1] = ACTIONS(1223), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1221), + [aux_sym_compression_token1] = ACTIONS(1221), + [aux_sym_connection_attempts_token1] = ACTIONS(1221), + [aux_sym_connect_timeout_token1] = ACTIONS(1221), + [aux_sym_control_master_token1] = ACTIONS(1221), + [aux_sym_control_path_token1] = ACTIONS(1221), + [aux_sym_control_persist_token1] = ACTIONS(1221), + [aux_sym_dynamic_forward_token1] = ACTIONS(1221), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1221), + [aux_sym_escape_char_token1] = ACTIONS(1221), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1221), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1221), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1221), + [aux_sym_forward_agent_token1] = ACTIONS(1221), + [aux_sym_forward_x11_token1] = ACTIONS(1223), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1221), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1221), + [aux_sym_gateway_ports_token1] = ACTIONS(1221), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1221), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1221), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1221), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1221), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1221), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1221), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1221), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1221), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1221), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1221), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1221), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1221), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1221), + [aux_sym_host_key_alias_token1] = ACTIONS(1221), + [aux_sym_hostname_token1] = ACTIONS(1221), + [aux_sym_identities_only_token1] = ACTIONS(1221), + [aux_sym_identity_agent_token1] = ACTIONS(1221), + [aux_sym_identity_file_token1] = ACTIONS(1221), + [aux_sym_ignore_unknown_token1] = ACTIONS(1221), + [aux_sym_include_token1] = ACTIONS(1221), + [aux_sym_ip_qos_token1] = ACTIONS(1221), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1221), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1221), + [aux_sym_kex_algorithms_token1] = ACTIONS(1221), + [aux_sym_known_hosts_command_token1] = ACTIONS(1221), + [aux_sym_local_command_token1] = ACTIONS(1221), + [aux_sym_local_forward_token1] = ACTIONS(1221), + [aux_sym_log_level_token1] = ACTIONS(1221), + [aux_sym_log_verbose_token1] = ACTIONS(1221), + [aux_sym_macs_token1] = ACTIONS(1221), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1221), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1221), + [aux_sym_password_authentication_token1] = ACTIONS(1221), + [aux_sym_permit_local_command_token1] = ACTIONS(1221), + [aux_sym_permit_remote_open_token1] = ACTIONS(1221), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1221), + [aux_sym_port_token1] = ACTIONS(1221), + [aux_sym_preferred_authentications_token1] = ACTIONS(1221), + [aux_sym_protocol_token1] = ACTIONS(1221), + [aux_sym_proxy_command_token1] = ACTIONS(1221), + [aux_sym_proxy_jump_token1] = ACTIONS(1221), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1221), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1221), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1221), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1221), + [aux_sym_rekey_limit_token1] = ACTIONS(1221), + [aux_sym_remote_command_token1] = ACTIONS(1221), + [aux_sym_remote_forward_token1] = ACTIONS(1221), + [aux_sym_request_tty_token1] = ACTIONS(1221), + [aux_sym_required_rsa_size_token1] = ACTIONS(1221), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1221), + [aux_sym_security_key_provider_token1] = ACTIONS(1221), + [aux_sym_send_env_token1] = ACTIONS(1221), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1221), + [aux_sym_server_alive_interval_token1] = ACTIONS(1221), + [aux_sym_session_type_token1] = ACTIONS(1221), + [aux_sym_set_env_token1] = ACTIONS(1221), + [aux_sym_stdin_null_token1] = ACTIONS(1221), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1221), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1221), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1221), + [aux_sym_syslog_facility_token1] = ACTIONS(1221), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1221), + [aux_sym_keep_alive_token1] = ACTIONS(1221), + [aux_sym_tunnel_token1] = ACTIONS(1223), + [aux_sym_tunnel_device_token1] = ACTIONS(1221), + [aux_sym_update_host_keys_token1] = ACTIONS(1221), + [aux_sym_use_keychain_token1] = ACTIONS(1221), + [aux_sym_use_roaming_token1] = ACTIONS(1221), + [aux_sym_user_token1] = ACTIONS(1223), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1221), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1221), + [aux_sym_visual_host_key_token1] = ACTIONS(1221), + [aux_sym_xauth_location_token1] = ACTIONS(1221), }, [680] = { - [ts_builtin_sym_end] = ACTIONS(1600), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1602), - [aux_sym_match_token1] = ACTIONS(1600), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1600), - [aux_sym_address_family_token1] = ACTIONS(1600), - [aux_sym_batch_mode_token1] = ACTIONS(1600), - [aux_sym_bind_address_token1] = ACTIONS(1600), - [aux_sym_bind_interface_token1] = ACTIONS(1600), - [aux_sym_canonical_domains_token1] = ACTIONS(1600), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1600), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1600), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1600), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1600), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1600), - [aux_sym_certificate_file_token1] = ACTIONS(1600), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1600), - [aux_sym_check_host_ip_token1] = ACTIONS(1600), - [aux_sym_ciphers_token1] = ACTIONS(1600), - [aux_sym_cipher_token1] = ACTIONS(1602), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1600), - [aux_sym_compression_token1] = ACTIONS(1600), - [aux_sym_connection_attempts_token1] = ACTIONS(1600), - [aux_sym_connect_timeout_token1] = ACTIONS(1600), - [aux_sym_control_master_token1] = ACTIONS(1600), - [aux_sym_control_path_token1] = ACTIONS(1600), - [aux_sym_control_persist_token1] = ACTIONS(1600), - [aux_sym_dynamic_forward_token1] = ACTIONS(1600), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1600), - [aux_sym_escape_char_token1] = ACTIONS(1600), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1600), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1600), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1600), - [aux_sym_forward_agent_token1] = ACTIONS(1600), - [aux_sym_forward_x11_token1] = ACTIONS(1602), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1600), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1600), - [aux_sym_gateway_ports_token1] = ACTIONS(1600), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1600), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1600), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1600), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1600), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1600), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1600), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1600), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1600), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1600), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1600), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1600), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1600), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1600), - [aux_sym_host_key_alias_token1] = ACTIONS(1600), - [aux_sym_hostname_token1] = ACTIONS(1600), - [aux_sym_identities_only_token1] = ACTIONS(1600), - [aux_sym_identity_agent_token1] = ACTIONS(1600), - [aux_sym_identity_file_token1] = ACTIONS(1600), - [aux_sym_ignore_unknown_token1] = ACTIONS(1600), - [aux_sym_include_token1] = ACTIONS(1600), - [aux_sym_ip_qos_token1] = ACTIONS(1600), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1600), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1600), - [aux_sym_kex_algorithms_token1] = ACTIONS(1600), - [aux_sym_known_hosts_command_token1] = ACTIONS(1600), - [aux_sym_local_command_token1] = ACTIONS(1600), - [aux_sym_local_forward_token1] = ACTIONS(1600), - [aux_sym_log_level_token1] = ACTIONS(1600), - [aux_sym_log_verbose_token1] = ACTIONS(1600), - [aux_sym_macs_token1] = ACTIONS(1600), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1600), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1600), - [aux_sym_password_authentication_token1] = ACTIONS(1600), - [aux_sym_permit_local_command_token1] = ACTIONS(1600), - [aux_sym_permit_remote_open_token1] = ACTIONS(1600), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1600), - [aux_sym_port_token1] = ACTIONS(1600), - [aux_sym_preferred_authentications_token1] = ACTIONS(1600), - [aux_sym_protocol_token1] = ACTIONS(1600), - [aux_sym_proxy_command_token1] = ACTIONS(1600), - [aux_sym_proxy_jump_token1] = ACTIONS(1600), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1600), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1600), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1600), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1600), - [aux_sym_rekey_limit_token1] = ACTIONS(1600), - [aux_sym_remote_command_token1] = ACTIONS(1600), - [aux_sym_remote_forward_token1] = ACTIONS(1600), - [aux_sym_request_tty_token1] = ACTIONS(1600), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1600), - [aux_sym_security_key_provider_token1] = ACTIONS(1600), - [aux_sym_send_env_token1] = ACTIONS(1600), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1600), - [aux_sym_server_alive_interval_token1] = ACTIONS(1600), - [aux_sym_session_type_token1] = ACTIONS(1600), - [aux_sym_set_env_token1] = ACTIONS(1600), - [aux_sym_stdin_null_token1] = ACTIONS(1600), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1600), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1600), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1600), - [aux_sym_syslog_facility_token1] = ACTIONS(1600), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1600), - [aux_sym_keep_alive_token1] = ACTIONS(1600), - [aux_sym_tunnel_token1] = ACTIONS(1602), - [aux_sym_tunnel_device_token1] = ACTIONS(1600), - [aux_sym_update_host_keys_token1] = ACTIONS(1600), - [aux_sym_use_keychain_token1] = ACTIONS(1600), - [aux_sym_use_roaming_token1] = ACTIONS(1600), - [aux_sym_user_token1] = ACTIONS(1602), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1600), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1600), - [aux_sym_visual_host_key_token1] = ACTIONS(1600), - [aux_sym_xauth_location_token1] = ACTIONS(1600), + [ts_builtin_sym_end] = ACTIONS(1227), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1229), + [aux_sym_match_token1] = ACTIONS(1227), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1227), + [aux_sym_address_family_token1] = ACTIONS(1227), + [aux_sym_batch_mode_token1] = ACTIONS(1227), + [aux_sym_bind_address_token1] = ACTIONS(1227), + [aux_sym_bind_interface_token1] = ACTIONS(1227), + [aux_sym_canonical_domains_token1] = ACTIONS(1227), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1227), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1227), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1227), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1227), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1227), + [aux_sym_certificate_file_token1] = ACTIONS(1227), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1227), + [aux_sym_check_host_ip_token1] = ACTIONS(1227), + [aux_sym_ciphers_token1] = ACTIONS(1227), + [aux_sym_cipher_token1] = ACTIONS(1229), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1227), + [aux_sym_compression_token1] = ACTIONS(1227), + [aux_sym_connection_attempts_token1] = ACTIONS(1227), + [aux_sym_connect_timeout_token1] = ACTIONS(1227), + [aux_sym_control_master_token1] = ACTIONS(1227), + [aux_sym_control_path_token1] = ACTIONS(1227), + [aux_sym_control_persist_token1] = ACTIONS(1227), + [aux_sym_dynamic_forward_token1] = ACTIONS(1227), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1227), + [aux_sym_escape_char_token1] = ACTIONS(1227), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1227), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1227), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1227), + [aux_sym_forward_agent_token1] = ACTIONS(1227), + [aux_sym_forward_x11_token1] = ACTIONS(1229), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1227), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1227), + [aux_sym_gateway_ports_token1] = ACTIONS(1227), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1227), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1227), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1227), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1227), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1227), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1227), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1227), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1227), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1227), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1227), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1227), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1227), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1227), + [aux_sym_host_key_alias_token1] = ACTIONS(1227), + [aux_sym_hostname_token1] = ACTIONS(1227), + [aux_sym_identities_only_token1] = ACTIONS(1227), + [aux_sym_identity_agent_token1] = ACTIONS(1227), + [aux_sym_identity_file_token1] = ACTIONS(1227), + [aux_sym_ignore_unknown_token1] = ACTIONS(1227), + [aux_sym_include_token1] = ACTIONS(1227), + [aux_sym_ip_qos_token1] = ACTIONS(1227), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1227), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1227), + [aux_sym_kex_algorithms_token1] = ACTIONS(1227), + [aux_sym_known_hosts_command_token1] = ACTIONS(1227), + [aux_sym_local_command_token1] = ACTIONS(1227), + [aux_sym_local_forward_token1] = ACTIONS(1227), + [aux_sym_log_level_token1] = ACTIONS(1227), + [aux_sym_log_verbose_token1] = ACTIONS(1227), + [aux_sym_macs_token1] = ACTIONS(1227), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1227), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1227), + [aux_sym_password_authentication_token1] = ACTIONS(1227), + [aux_sym_permit_local_command_token1] = ACTIONS(1227), + [aux_sym_permit_remote_open_token1] = ACTIONS(1227), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1227), + [aux_sym_port_token1] = ACTIONS(1227), + [aux_sym_preferred_authentications_token1] = ACTIONS(1227), + [aux_sym_protocol_token1] = ACTIONS(1227), + [aux_sym_proxy_command_token1] = ACTIONS(1227), + [aux_sym_proxy_jump_token1] = ACTIONS(1227), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1227), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1227), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1227), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1227), + [aux_sym_rekey_limit_token1] = ACTIONS(1227), + [aux_sym_remote_command_token1] = ACTIONS(1227), + [aux_sym_remote_forward_token1] = ACTIONS(1227), + [aux_sym_request_tty_token1] = ACTIONS(1227), + [aux_sym_required_rsa_size_token1] = ACTIONS(1227), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1227), + [aux_sym_security_key_provider_token1] = ACTIONS(1227), + [aux_sym_send_env_token1] = ACTIONS(1227), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1227), + [aux_sym_server_alive_interval_token1] = ACTIONS(1227), + [aux_sym_session_type_token1] = ACTIONS(1227), + [aux_sym_set_env_token1] = ACTIONS(1227), + [aux_sym_stdin_null_token1] = ACTIONS(1227), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1227), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1227), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1227), + [aux_sym_syslog_facility_token1] = ACTIONS(1227), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1227), + [aux_sym_keep_alive_token1] = ACTIONS(1227), + [aux_sym_tunnel_token1] = ACTIONS(1229), + [aux_sym_tunnel_device_token1] = ACTIONS(1227), + [aux_sym_update_host_keys_token1] = ACTIONS(1227), + [aux_sym_use_keychain_token1] = ACTIONS(1227), + [aux_sym_use_roaming_token1] = ACTIONS(1227), + [aux_sym_user_token1] = ACTIONS(1229), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1227), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1227), + [aux_sym_visual_host_key_token1] = ACTIONS(1227), + [aux_sym_xauth_location_token1] = ACTIONS(1227), }, [681] = { - [ts_builtin_sym_end] = ACTIONS(1828), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1830), - [aux_sym_match_token1] = ACTIONS(1828), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1828), - [aux_sym_address_family_token1] = ACTIONS(1828), - [aux_sym_batch_mode_token1] = ACTIONS(1828), - [aux_sym_bind_address_token1] = ACTIONS(1828), - [aux_sym_bind_interface_token1] = ACTIONS(1828), - [aux_sym_canonical_domains_token1] = ACTIONS(1828), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1828), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1828), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1828), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1828), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1828), - [aux_sym_certificate_file_token1] = ACTIONS(1828), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1828), - [aux_sym_check_host_ip_token1] = ACTIONS(1828), - [aux_sym_ciphers_token1] = ACTIONS(1828), - [aux_sym_cipher_token1] = ACTIONS(1830), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1828), - [aux_sym_compression_token1] = ACTIONS(1828), - [aux_sym_connection_attempts_token1] = ACTIONS(1828), - [aux_sym_connect_timeout_token1] = ACTIONS(1828), - [aux_sym_control_master_token1] = ACTIONS(1828), - [aux_sym_control_path_token1] = ACTIONS(1828), - [aux_sym_control_persist_token1] = ACTIONS(1828), - [aux_sym_dynamic_forward_token1] = ACTIONS(1828), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1828), - [aux_sym_escape_char_token1] = ACTIONS(1828), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1828), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1828), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1828), - [aux_sym_forward_agent_token1] = ACTIONS(1828), - [aux_sym_forward_x11_token1] = ACTIONS(1830), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1828), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1828), - [aux_sym_gateway_ports_token1] = ACTIONS(1828), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1828), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1828), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1828), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1828), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1828), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1828), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1828), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1828), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1828), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1828), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1828), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1828), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1828), - [aux_sym_host_key_alias_token1] = ACTIONS(1828), - [aux_sym_hostname_token1] = ACTIONS(1828), - [aux_sym_identities_only_token1] = ACTIONS(1828), - [aux_sym_identity_agent_token1] = ACTIONS(1828), - [aux_sym_identity_file_token1] = ACTIONS(1828), - [aux_sym_ignore_unknown_token1] = ACTIONS(1828), - [aux_sym_include_token1] = ACTIONS(1828), - [aux_sym_ip_qos_token1] = ACTIONS(1828), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1828), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1828), - [aux_sym_kex_algorithms_token1] = ACTIONS(1828), - [aux_sym_known_hosts_command_token1] = ACTIONS(1828), - [aux_sym_local_command_token1] = ACTIONS(1828), - [aux_sym_local_forward_token1] = ACTIONS(1828), - [aux_sym_log_level_token1] = ACTIONS(1828), - [aux_sym_log_verbose_token1] = ACTIONS(1828), - [aux_sym_macs_token1] = ACTIONS(1828), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1828), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1828), - [aux_sym_password_authentication_token1] = ACTIONS(1828), - [aux_sym_permit_local_command_token1] = ACTIONS(1828), - [aux_sym_permit_remote_open_token1] = ACTIONS(1828), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1828), - [aux_sym_port_token1] = ACTIONS(1828), - [aux_sym_preferred_authentications_token1] = ACTIONS(1828), - [aux_sym_protocol_token1] = ACTIONS(1828), - [aux_sym_proxy_command_token1] = ACTIONS(1828), - [aux_sym_proxy_jump_token1] = ACTIONS(1828), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1828), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1828), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1828), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1828), - [aux_sym_rekey_limit_token1] = ACTIONS(1828), - [aux_sym_remote_command_token1] = ACTIONS(1828), - [aux_sym_remote_forward_token1] = ACTIONS(1828), - [aux_sym_request_tty_token1] = ACTIONS(1828), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1828), - [aux_sym_security_key_provider_token1] = ACTIONS(1828), - [aux_sym_send_env_token1] = ACTIONS(1828), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1828), - [aux_sym_server_alive_interval_token1] = ACTIONS(1828), - [aux_sym_session_type_token1] = ACTIONS(1828), - [aux_sym_set_env_token1] = ACTIONS(1828), - [aux_sym_stdin_null_token1] = ACTIONS(1828), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1828), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1828), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1828), - [aux_sym_syslog_facility_token1] = ACTIONS(1828), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1828), - [aux_sym_keep_alive_token1] = ACTIONS(1828), - [aux_sym_tunnel_token1] = ACTIONS(1830), - [aux_sym_tunnel_device_token1] = ACTIONS(1828), - [aux_sym_update_host_keys_token1] = ACTIONS(1828), - [aux_sym_use_keychain_token1] = ACTIONS(1828), - [aux_sym_use_roaming_token1] = ACTIONS(1828), - [aux_sym_user_token1] = ACTIONS(1830), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1828), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1828), - [aux_sym_visual_host_key_token1] = ACTIONS(1828), - [aux_sym_xauth_location_token1] = ACTIONS(1828), + [ts_builtin_sym_end] = ACTIONS(1857), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1859), + [aux_sym_match_token1] = ACTIONS(1857), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1857), + [aux_sym_address_family_token1] = ACTIONS(1857), + [aux_sym_batch_mode_token1] = ACTIONS(1857), + [aux_sym_bind_address_token1] = ACTIONS(1857), + [aux_sym_bind_interface_token1] = ACTIONS(1857), + [aux_sym_canonical_domains_token1] = ACTIONS(1857), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1857), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1857), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1857), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1857), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1857), + [aux_sym_certificate_file_token1] = ACTIONS(1857), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1857), + [aux_sym_check_host_ip_token1] = ACTIONS(1857), + [aux_sym_ciphers_token1] = ACTIONS(1857), + [aux_sym_cipher_token1] = ACTIONS(1859), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1857), + [aux_sym_compression_token1] = ACTIONS(1857), + [aux_sym_connection_attempts_token1] = ACTIONS(1857), + [aux_sym_connect_timeout_token1] = ACTIONS(1857), + [aux_sym_control_master_token1] = ACTIONS(1857), + [aux_sym_control_path_token1] = ACTIONS(1857), + [aux_sym_control_persist_token1] = ACTIONS(1857), + [aux_sym_dynamic_forward_token1] = ACTIONS(1857), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1857), + [aux_sym_escape_char_token1] = ACTIONS(1857), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1857), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1857), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1857), + [aux_sym_forward_agent_token1] = ACTIONS(1857), + [aux_sym_forward_x11_token1] = ACTIONS(1859), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1857), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1857), + [aux_sym_gateway_ports_token1] = ACTIONS(1857), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1857), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1857), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1857), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1857), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1857), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1857), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1857), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1857), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1857), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1857), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1857), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1857), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1857), + [aux_sym_host_key_alias_token1] = ACTIONS(1857), + [aux_sym_hostname_token1] = ACTIONS(1857), + [aux_sym_identities_only_token1] = ACTIONS(1857), + [aux_sym_identity_agent_token1] = ACTIONS(1857), + [aux_sym_identity_file_token1] = ACTIONS(1857), + [aux_sym_ignore_unknown_token1] = ACTIONS(1857), + [aux_sym_include_token1] = ACTIONS(1857), + [aux_sym_ip_qos_token1] = ACTIONS(1857), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1857), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1857), + [aux_sym_kex_algorithms_token1] = ACTIONS(1857), + [aux_sym_known_hosts_command_token1] = ACTIONS(1857), + [aux_sym_local_command_token1] = ACTIONS(1857), + [aux_sym_local_forward_token1] = ACTIONS(1857), + [aux_sym_log_level_token1] = ACTIONS(1857), + [aux_sym_log_verbose_token1] = ACTIONS(1857), + [aux_sym_macs_token1] = ACTIONS(1857), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1857), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1857), + [aux_sym_password_authentication_token1] = ACTIONS(1857), + [aux_sym_permit_local_command_token1] = ACTIONS(1857), + [aux_sym_permit_remote_open_token1] = ACTIONS(1857), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1857), + [aux_sym_port_token1] = ACTIONS(1857), + [aux_sym_preferred_authentications_token1] = ACTIONS(1857), + [aux_sym_protocol_token1] = ACTIONS(1857), + [aux_sym_proxy_command_token1] = ACTIONS(1857), + [aux_sym_proxy_jump_token1] = ACTIONS(1857), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1857), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1857), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1857), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1857), + [aux_sym_rekey_limit_token1] = ACTIONS(1857), + [aux_sym_remote_command_token1] = ACTIONS(1857), + [aux_sym_remote_forward_token1] = ACTIONS(1857), + [aux_sym_request_tty_token1] = ACTIONS(1857), + [aux_sym_required_rsa_size_token1] = ACTIONS(1857), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1857), + [aux_sym_security_key_provider_token1] = ACTIONS(1857), + [aux_sym_send_env_token1] = ACTIONS(1857), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1857), + [aux_sym_server_alive_interval_token1] = ACTIONS(1857), + [aux_sym_session_type_token1] = ACTIONS(1857), + [aux_sym_set_env_token1] = ACTIONS(1857), + [aux_sym_stdin_null_token1] = ACTIONS(1857), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1857), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1857), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1857), + [aux_sym_syslog_facility_token1] = ACTIONS(1857), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1857), + [aux_sym_keep_alive_token1] = ACTIONS(1857), + [aux_sym_tunnel_token1] = ACTIONS(1859), + [aux_sym_tunnel_device_token1] = ACTIONS(1857), + [aux_sym_update_host_keys_token1] = ACTIONS(1857), + [aux_sym_use_keychain_token1] = ACTIONS(1857), + [aux_sym_use_roaming_token1] = ACTIONS(1857), + [aux_sym_user_token1] = ACTIONS(1859), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1857), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1857), + [aux_sym_visual_host_key_token1] = ACTIONS(1857), + [aux_sym_xauth_location_token1] = ACTIONS(1857), }, [682] = { - [ts_builtin_sym_end] = ACTIONS(640), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(642), - [aux_sym_match_token1] = ACTIONS(640), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(640), - [aux_sym_address_family_token1] = ACTIONS(640), - [aux_sym_batch_mode_token1] = ACTIONS(640), - [aux_sym_bind_address_token1] = ACTIONS(640), - [aux_sym_bind_interface_token1] = ACTIONS(640), - [aux_sym_canonical_domains_token1] = ACTIONS(640), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(640), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(640), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(640), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(640), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(640), - [aux_sym_certificate_file_token1] = ACTIONS(640), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(640), - [aux_sym_check_host_ip_token1] = ACTIONS(640), - [aux_sym_ciphers_token1] = ACTIONS(640), - [aux_sym_cipher_token1] = ACTIONS(642), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(640), - [aux_sym_compression_token1] = ACTIONS(640), - [aux_sym_connection_attempts_token1] = ACTIONS(640), - [aux_sym_connect_timeout_token1] = ACTIONS(640), - [aux_sym_control_master_token1] = ACTIONS(640), - [aux_sym_control_path_token1] = ACTIONS(640), - [aux_sym_control_persist_token1] = ACTIONS(640), - [aux_sym_dynamic_forward_token1] = ACTIONS(640), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(640), - [aux_sym_escape_char_token1] = ACTIONS(640), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(640), - [aux_sym_fingerprint_hash_token1] = ACTIONS(640), - [aux_sym_fork_after_authentication_token1] = ACTIONS(640), - [aux_sym_forward_agent_token1] = ACTIONS(640), - [aux_sym_forward_x11_token1] = ACTIONS(642), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(640), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(640), - [aux_sym_gateway_ports_token1] = ACTIONS(640), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(640), - [aux_sym_gssapi_authentication_token1] = ACTIONS(640), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(640), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(640), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(640), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(640), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(640), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(640), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(640), - [aux_sym_hash_known_hosts_token1] = ACTIONS(640), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(640), - [aux_sym_hostbased_authentication_token1] = ACTIONS(640), - [aux_sym_host_key_algorithms_token1] = ACTIONS(640), - [aux_sym_host_key_alias_token1] = ACTIONS(640), - [aux_sym_hostname_token1] = ACTIONS(640), - [aux_sym_identities_only_token1] = ACTIONS(640), - [aux_sym_identity_agent_token1] = ACTIONS(640), - [aux_sym_identity_file_token1] = ACTIONS(640), - [aux_sym_ignore_unknown_token1] = ACTIONS(640), - [aux_sym_include_token1] = ACTIONS(640), - [aux_sym_ip_qos_token1] = ACTIONS(640), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(640), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(640), - [aux_sym_kex_algorithms_token1] = ACTIONS(640), - [aux_sym_known_hosts_command_token1] = ACTIONS(640), - [aux_sym_local_command_token1] = ACTIONS(640), - [aux_sym_local_forward_token1] = ACTIONS(640), - [aux_sym_log_level_token1] = ACTIONS(640), - [aux_sym_log_verbose_token1] = ACTIONS(640), - [aux_sym_macs_token1] = ACTIONS(640), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(640), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(640), - [aux_sym_password_authentication_token1] = ACTIONS(640), - [aux_sym_permit_local_command_token1] = ACTIONS(640), - [aux_sym_permit_remote_open_token1] = ACTIONS(640), - [aux_sym_pkcs11_provider_token1] = ACTIONS(640), - [aux_sym_port_token1] = ACTIONS(640), - [aux_sym_preferred_authentications_token1] = ACTIONS(640), - [aux_sym_protocol_token1] = ACTIONS(640), - [aux_sym_proxy_command_token1] = ACTIONS(640), - [aux_sym_proxy_jump_token1] = ACTIONS(640), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(640), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(640), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(640), - [aux_sym_pubkey_authentication_token1] = ACTIONS(640), - [aux_sym_rekey_limit_token1] = ACTIONS(640), - [aux_sym_remote_command_token1] = ACTIONS(640), - [aux_sym_remote_forward_token1] = ACTIONS(640), - [aux_sym_request_tty_token1] = ACTIONS(640), - [aux_sym_revoked_host_keys_token1] = ACTIONS(640), - [aux_sym_security_key_provider_token1] = ACTIONS(640), - [aux_sym_send_env_token1] = ACTIONS(640), - [aux_sym_server_alive_count_max_token1] = ACTIONS(640), - [aux_sym_server_alive_interval_token1] = ACTIONS(640), - [aux_sym_session_type_token1] = ACTIONS(640), - [aux_sym_set_env_token1] = ACTIONS(640), - [aux_sym_stdin_null_token1] = ACTIONS(640), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(640), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(640), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(640), - [aux_sym_syslog_facility_token1] = ACTIONS(640), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(640), - [aux_sym_keep_alive_token1] = ACTIONS(640), - [aux_sym_tunnel_token1] = ACTIONS(642), - [aux_sym_tunnel_device_token1] = ACTIONS(640), - [aux_sym_update_host_keys_token1] = ACTIONS(640), - [aux_sym_use_keychain_token1] = ACTIONS(640), - [aux_sym_use_roaming_token1] = ACTIONS(640), - [aux_sym_user_token1] = ACTIONS(642), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(640), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(640), - [aux_sym_visual_host_key_token1] = ACTIONS(640), - [aux_sym_xauth_location_token1] = ACTIONS(640), + [ts_builtin_sym_end] = ACTIONS(1239), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1241), + [aux_sym_match_token1] = ACTIONS(1239), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1239), + [aux_sym_address_family_token1] = ACTIONS(1239), + [aux_sym_batch_mode_token1] = ACTIONS(1239), + [aux_sym_bind_address_token1] = ACTIONS(1239), + [aux_sym_bind_interface_token1] = ACTIONS(1239), + [aux_sym_canonical_domains_token1] = ACTIONS(1239), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1239), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1239), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1239), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1239), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1239), + [aux_sym_certificate_file_token1] = ACTIONS(1239), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1239), + [aux_sym_check_host_ip_token1] = ACTIONS(1239), + [aux_sym_ciphers_token1] = ACTIONS(1239), + [aux_sym_cipher_token1] = ACTIONS(1241), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1239), + [aux_sym_compression_token1] = ACTIONS(1239), + [aux_sym_connection_attempts_token1] = ACTIONS(1239), + [aux_sym_connect_timeout_token1] = ACTIONS(1239), + [aux_sym_control_master_token1] = ACTIONS(1239), + [aux_sym_control_path_token1] = ACTIONS(1239), + [aux_sym_control_persist_token1] = ACTIONS(1239), + [aux_sym_dynamic_forward_token1] = ACTIONS(1239), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1239), + [aux_sym_escape_char_token1] = ACTIONS(1239), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1239), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1239), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1239), + [aux_sym_forward_agent_token1] = ACTIONS(1239), + [aux_sym_forward_x11_token1] = ACTIONS(1241), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1239), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1239), + [aux_sym_gateway_ports_token1] = ACTIONS(1239), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1239), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1239), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1239), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1239), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1239), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1239), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1239), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1239), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1239), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1239), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1239), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1239), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1239), + [aux_sym_host_key_alias_token1] = ACTIONS(1239), + [aux_sym_hostname_token1] = ACTIONS(1239), + [aux_sym_identities_only_token1] = ACTIONS(1239), + [aux_sym_identity_agent_token1] = ACTIONS(1239), + [aux_sym_identity_file_token1] = ACTIONS(1239), + [aux_sym_ignore_unknown_token1] = ACTIONS(1239), + [aux_sym_include_token1] = ACTIONS(1239), + [aux_sym_ip_qos_token1] = ACTIONS(1239), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1239), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1239), + [aux_sym_kex_algorithms_token1] = ACTIONS(1239), + [aux_sym_known_hosts_command_token1] = ACTIONS(1239), + [aux_sym_local_command_token1] = ACTIONS(1239), + [aux_sym_local_forward_token1] = ACTIONS(1239), + [aux_sym_log_level_token1] = ACTIONS(1239), + [aux_sym_log_verbose_token1] = ACTIONS(1239), + [aux_sym_macs_token1] = ACTIONS(1239), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1239), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1239), + [aux_sym_password_authentication_token1] = ACTIONS(1239), + [aux_sym_permit_local_command_token1] = ACTIONS(1239), + [aux_sym_permit_remote_open_token1] = ACTIONS(1239), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1239), + [aux_sym_port_token1] = ACTIONS(1239), + [aux_sym_preferred_authentications_token1] = ACTIONS(1239), + [aux_sym_protocol_token1] = ACTIONS(1239), + [aux_sym_proxy_command_token1] = ACTIONS(1239), + [aux_sym_proxy_jump_token1] = ACTIONS(1239), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1239), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1239), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1239), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1239), + [aux_sym_rekey_limit_token1] = ACTIONS(1239), + [aux_sym_remote_command_token1] = ACTIONS(1239), + [aux_sym_remote_forward_token1] = ACTIONS(1239), + [aux_sym_request_tty_token1] = ACTIONS(1239), + [aux_sym_required_rsa_size_token1] = ACTIONS(1239), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1239), + [aux_sym_security_key_provider_token1] = ACTIONS(1239), + [aux_sym_send_env_token1] = ACTIONS(1239), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1239), + [aux_sym_server_alive_interval_token1] = ACTIONS(1239), + [aux_sym_session_type_token1] = ACTIONS(1239), + [aux_sym_set_env_token1] = ACTIONS(1239), + [aux_sym_stdin_null_token1] = ACTIONS(1239), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1239), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1239), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1239), + [aux_sym_syslog_facility_token1] = ACTIONS(1239), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1239), + [aux_sym_keep_alive_token1] = ACTIONS(1239), + [aux_sym_tunnel_token1] = ACTIONS(1241), + [aux_sym_tunnel_device_token1] = ACTIONS(1239), + [aux_sym_update_host_keys_token1] = ACTIONS(1239), + [aux_sym_use_keychain_token1] = ACTIONS(1239), + [aux_sym_use_roaming_token1] = ACTIONS(1239), + [aux_sym_user_token1] = ACTIONS(1241), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1239), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1239), + [aux_sym_visual_host_key_token1] = ACTIONS(1239), + [aux_sym_xauth_location_token1] = ACTIONS(1239), }, [683] = { - [ts_builtin_sym_end] = ACTIONS(1486), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1488), - [aux_sym_match_token1] = ACTIONS(1486), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1486), - [aux_sym_address_family_token1] = ACTIONS(1486), - [aux_sym_batch_mode_token1] = ACTIONS(1486), - [aux_sym_bind_address_token1] = ACTIONS(1486), - [aux_sym_bind_interface_token1] = ACTIONS(1486), - [aux_sym_canonical_domains_token1] = ACTIONS(1486), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1486), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1486), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1486), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1486), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1486), - [aux_sym_certificate_file_token1] = ACTIONS(1486), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1486), - [aux_sym_check_host_ip_token1] = ACTIONS(1486), - [aux_sym_ciphers_token1] = ACTIONS(1486), - [aux_sym_cipher_token1] = ACTIONS(1488), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1486), - [aux_sym_compression_token1] = ACTIONS(1486), - [aux_sym_connection_attempts_token1] = ACTIONS(1486), - [aux_sym_connect_timeout_token1] = ACTIONS(1486), - [aux_sym_control_master_token1] = ACTIONS(1486), - [aux_sym_control_path_token1] = ACTIONS(1486), - [aux_sym_control_persist_token1] = ACTIONS(1486), - [aux_sym_dynamic_forward_token1] = ACTIONS(1486), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1486), - [aux_sym_escape_char_token1] = ACTIONS(1486), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1486), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1486), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1486), - [aux_sym_forward_agent_token1] = ACTIONS(1486), - [aux_sym_forward_x11_token1] = ACTIONS(1488), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1486), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1486), - [aux_sym_gateway_ports_token1] = ACTIONS(1486), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1486), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1486), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1486), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1486), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1486), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1486), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1486), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1486), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1486), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1486), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1486), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1486), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1486), - [aux_sym_host_key_alias_token1] = ACTIONS(1486), - [aux_sym_hostname_token1] = ACTIONS(1486), - [aux_sym_identities_only_token1] = ACTIONS(1486), - [aux_sym_identity_agent_token1] = ACTIONS(1486), - [aux_sym_identity_file_token1] = ACTIONS(1486), - [aux_sym_ignore_unknown_token1] = ACTIONS(1486), - [aux_sym_include_token1] = ACTIONS(1486), - [aux_sym_ip_qos_token1] = ACTIONS(1486), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1486), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1486), - [aux_sym_kex_algorithms_token1] = ACTIONS(1486), - [aux_sym_known_hosts_command_token1] = ACTIONS(1486), - [aux_sym_local_command_token1] = ACTIONS(1486), - [aux_sym_local_forward_token1] = ACTIONS(1486), - [aux_sym_log_level_token1] = ACTIONS(1486), - [aux_sym_log_verbose_token1] = ACTIONS(1486), - [aux_sym_macs_token1] = ACTIONS(1486), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1486), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1486), - [aux_sym_password_authentication_token1] = ACTIONS(1486), - [aux_sym_permit_local_command_token1] = ACTIONS(1486), - [aux_sym_permit_remote_open_token1] = ACTIONS(1486), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1486), - [aux_sym_port_token1] = ACTIONS(1486), - [aux_sym_preferred_authentications_token1] = ACTIONS(1486), - [aux_sym_protocol_token1] = ACTIONS(1486), - [aux_sym_proxy_command_token1] = ACTIONS(1486), - [aux_sym_proxy_jump_token1] = ACTIONS(1486), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1486), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1486), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1486), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1486), - [aux_sym_rekey_limit_token1] = ACTIONS(1486), - [aux_sym_remote_command_token1] = ACTIONS(1486), - [aux_sym_remote_forward_token1] = ACTIONS(1486), - [aux_sym_request_tty_token1] = ACTIONS(1486), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1486), - [aux_sym_security_key_provider_token1] = ACTIONS(1486), - [aux_sym_send_env_token1] = ACTIONS(1486), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1486), - [aux_sym_server_alive_interval_token1] = ACTIONS(1486), - [aux_sym_session_type_token1] = ACTIONS(1486), - [aux_sym_set_env_token1] = ACTIONS(1486), - [aux_sym_stdin_null_token1] = ACTIONS(1486), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1486), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1486), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1486), - [aux_sym_syslog_facility_token1] = ACTIONS(1486), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1486), - [aux_sym_keep_alive_token1] = ACTIONS(1486), - [aux_sym_tunnel_token1] = ACTIONS(1488), - [aux_sym_tunnel_device_token1] = ACTIONS(1486), - [aux_sym_update_host_keys_token1] = ACTIONS(1486), - [aux_sym_use_keychain_token1] = ACTIONS(1486), - [aux_sym_use_roaming_token1] = ACTIONS(1486), - [aux_sym_user_token1] = ACTIONS(1488), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1486), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1486), - [aux_sym_visual_host_key_token1] = ACTIONS(1486), - [aux_sym_xauth_location_token1] = ACTIONS(1486), + [ts_builtin_sym_end] = ACTIONS(1245), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1247), + [aux_sym_match_token1] = ACTIONS(1245), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1245), + [aux_sym_address_family_token1] = ACTIONS(1245), + [aux_sym_batch_mode_token1] = ACTIONS(1245), + [aux_sym_bind_address_token1] = ACTIONS(1245), + [aux_sym_bind_interface_token1] = ACTIONS(1245), + [aux_sym_canonical_domains_token1] = ACTIONS(1245), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1245), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1245), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1245), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1245), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1245), + [aux_sym_certificate_file_token1] = ACTIONS(1245), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1245), + [aux_sym_check_host_ip_token1] = ACTIONS(1245), + [aux_sym_ciphers_token1] = ACTIONS(1245), + [aux_sym_cipher_token1] = ACTIONS(1247), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1245), + [aux_sym_compression_token1] = ACTIONS(1245), + [aux_sym_connection_attempts_token1] = ACTIONS(1245), + [aux_sym_connect_timeout_token1] = ACTIONS(1245), + [aux_sym_control_master_token1] = ACTIONS(1245), + [aux_sym_control_path_token1] = ACTIONS(1245), + [aux_sym_control_persist_token1] = ACTIONS(1245), + [aux_sym_dynamic_forward_token1] = ACTIONS(1245), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1245), + [aux_sym_escape_char_token1] = ACTIONS(1245), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1245), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1245), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1245), + [aux_sym_forward_agent_token1] = ACTIONS(1245), + [aux_sym_forward_x11_token1] = ACTIONS(1247), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1245), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1245), + [aux_sym_gateway_ports_token1] = ACTIONS(1245), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1245), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1245), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1245), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1245), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1245), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1245), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1245), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1245), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1245), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1245), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1245), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1245), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1245), + [aux_sym_host_key_alias_token1] = ACTIONS(1245), + [aux_sym_hostname_token1] = ACTIONS(1245), + [aux_sym_identities_only_token1] = ACTIONS(1245), + [aux_sym_identity_agent_token1] = ACTIONS(1245), + [aux_sym_identity_file_token1] = ACTIONS(1245), + [aux_sym_ignore_unknown_token1] = ACTIONS(1245), + [aux_sym_include_token1] = ACTIONS(1245), + [aux_sym_ip_qos_token1] = ACTIONS(1245), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1245), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1245), + [aux_sym_kex_algorithms_token1] = ACTIONS(1245), + [aux_sym_known_hosts_command_token1] = ACTIONS(1245), + [aux_sym_local_command_token1] = ACTIONS(1245), + [aux_sym_local_forward_token1] = ACTIONS(1245), + [aux_sym_log_level_token1] = ACTIONS(1245), + [aux_sym_log_verbose_token1] = ACTIONS(1245), + [aux_sym_macs_token1] = ACTIONS(1245), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1245), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1245), + [aux_sym_password_authentication_token1] = ACTIONS(1245), + [aux_sym_permit_local_command_token1] = ACTIONS(1245), + [aux_sym_permit_remote_open_token1] = ACTIONS(1245), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1245), + [aux_sym_port_token1] = ACTIONS(1245), + [aux_sym_preferred_authentications_token1] = ACTIONS(1245), + [aux_sym_protocol_token1] = ACTIONS(1245), + [aux_sym_proxy_command_token1] = ACTIONS(1245), + [aux_sym_proxy_jump_token1] = ACTIONS(1245), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1245), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1245), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1245), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1245), + [aux_sym_rekey_limit_token1] = ACTIONS(1245), + [aux_sym_remote_command_token1] = ACTIONS(1245), + [aux_sym_remote_forward_token1] = ACTIONS(1245), + [aux_sym_request_tty_token1] = ACTIONS(1245), + [aux_sym_required_rsa_size_token1] = ACTIONS(1245), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1245), + [aux_sym_security_key_provider_token1] = ACTIONS(1245), + [aux_sym_send_env_token1] = ACTIONS(1245), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1245), + [aux_sym_server_alive_interval_token1] = ACTIONS(1245), + [aux_sym_session_type_token1] = ACTIONS(1245), + [aux_sym_set_env_token1] = ACTIONS(1245), + [aux_sym_stdin_null_token1] = ACTIONS(1245), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1245), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1245), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1245), + [aux_sym_syslog_facility_token1] = ACTIONS(1245), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1245), + [aux_sym_keep_alive_token1] = ACTIONS(1245), + [aux_sym_tunnel_token1] = ACTIONS(1247), + [aux_sym_tunnel_device_token1] = ACTIONS(1245), + [aux_sym_update_host_keys_token1] = ACTIONS(1245), + [aux_sym_use_keychain_token1] = ACTIONS(1245), + [aux_sym_use_roaming_token1] = ACTIONS(1245), + [aux_sym_user_token1] = ACTIONS(1247), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1245), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1245), + [aux_sym_visual_host_key_token1] = ACTIONS(1245), + [aux_sym_xauth_location_token1] = ACTIONS(1245), }, [684] = { - [ts_builtin_sym_end] = ACTIONS(1822), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1824), - [aux_sym_match_token1] = ACTIONS(1822), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1822), - [aux_sym_address_family_token1] = ACTIONS(1822), - [aux_sym_batch_mode_token1] = ACTIONS(1822), - [aux_sym_bind_address_token1] = ACTIONS(1822), - [aux_sym_bind_interface_token1] = ACTIONS(1822), - [aux_sym_canonical_domains_token1] = ACTIONS(1822), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1822), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1822), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1822), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1822), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1822), - [aux_sym_certificate_file_token1] = ACTIONS(1822), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1822), - [aux_sym_check_host_ip_token1] = ACTIONS(1822), - [aux_sym_ciphers_token1] = ACTIONS(1822), - [aux_sym_cipher_token1] = ACTIONS(1824), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1822), - [aux_sym_compression_token1] = ACTIONS(1822), - [aux_sym_connection_attempts_token1] = ACTIONS(1822), - [aux_sym_connect_timeout_token1] = ACTIONS(1822), - [aux_sym_control_master_token1] = ACTIONS(1822), - [aux_sym_control_path_token1] = ACTIONS(1822), - [aux_sym_control_persist_token1] = ACTIONS(1822), - [aux_sym_dynamic_forward_token1] = ACTIONS(1822), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1822), - [aux_sym_escape_char_token1] = ACTIONS(1822), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1822), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1822), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1822), - [aux_sym_forward_agent_token1] = ACTIONS(1822), - [aux_sym_forward_x11_token1] = ACTIONS(1824), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1822), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1822), - [aux_sym_gateway_ports_token1] = ACTIONS(1822), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1822), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1822), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1822), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1822), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1822), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1822), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1822), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1822), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1822), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1822), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1822), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1822), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1822), - [aux_sym_host_key_alias_token1] = ACTIONS(1822), - [aux_sym_hostname_token1] = ACTIONS(1822), - [aux_sym_identities_only_token1] = ACTIONS(1822), - [aux_sym_identity_agent_token1] = ACTIONS(1822), - [aux_sym_identity_file_token1] = ACTIONS(1822), - [aux_sym_ignore_unknown_token1] = ACTIONS(1822), - [aux_sym_include_token1] = ACTIONS(1822), - [aux_sym_ip_qos_token1] = ACTIONS(1822), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1822), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1822), - [aux_sym_kex_algorithms_token1] = ACTIONS(1822), - [aux_sym_known_hosts_command_token1] = ACTIONS(1822), - [aux_sym_local_command_token1] = ACTIONS(1822), - [aux_sym_local_forward_token1] = ACTIONS(1822), - [aux_sym_log_level_token1] = ACTIONS(1822), - [aux_sym_log_verbose_token1] = ACTIONS(1822), - [aux_sym_macs_token1] = ACTIONS(1822), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1822), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1822), - [aux_sym_password_authentication_token1] = ACTIONS(1822), - [aux_sym_permit_local_command_token1] = ACTIONS(1822), - [aux_sym_permit_remote_open_token1] = ACTIONS(1822), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1822), - [aux_sym_port_token1] = ACTIONS(1822), - [aux_sym_preferred_authentications_token1] = ACTIONS(1822), - [aux_sym_protocol_token1] = ACTIONS(1822), - [aux_sym_proxy_command_token1] = ACTIONS(1822), - [aux_sym_proxy_jump_token1] = ACTIONS(1822), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1822), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1822), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1822), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1822), - [aux_sym_rekey_limit_token1] = ACTIONS(1822), - [aux_sym_remote_command_token1] = ACTIONS(1822), - [aux_sym_remote_forward_token1] = ACTIONS(1822), - [aux_sym_request_tty_token1] = ACTIONS(1822), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1822), - [aux_sym_security_key_provider_token1] = ACTIONS(1822), - [aux_sym_send_env_token1] = ACTIONS(1822), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1822), - [aux_sym_server_alive_interval_token1] = ACTIONS(1822), - [aux_sym_session_type_token1] = ACTIONS(1822), - [aux_sym_set_env_token1] = ACTIONS(1822), - [aux_sym_stdin_null_token1] = ACTIONS(1822), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1822), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1822), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1822), - [aux_sym_syslog_facility_token1] = ACTIONS(1822), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1822), - [aux_sym_keep_alive_token1] = ACTIONS(1822), - [aux_sym_tunnel_token1] = ACTIONS(1824), - [aux_sym_tunnel_device_token1] = ACTIONS(1822), - [aux_sym_update_host_keys_token1] = ACTIONS(1822), - [aux_sym_use_keychain_token1] = ACTIONS(1822), - [aux_sym_use_roaming_token1] = ACTIONS(1822), - [aux_sym_user_token1] = ACTIONS(1824), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1822), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1822), - [aux_sym_visual_host_key_token1] = ACTIONS(1822), - [aux_sym_xauth_location_token1] = ACTIONS(1822), + [ts_builtin_sym_end] = ACTIONS(1851), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1853), + [aux_sym_match_token1] = ACTIONS(1851), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1851), + [aux_sym_address_family_token1] = ACTIONS(1851), + [aux_sym_batch_mode_token1] = ACTIONS(1851), + [aux_sym_bind_address_token1] = ACTIONS(1851), + [aux_sym_bind_interface_token1] = ACTIONS(1851), + [aux_sym_canonical_domains_token1] = ACTIONS(1851), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1851), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1851), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1851), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1851), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1851), + [aux_sym_certificate_file_token1] = ACTIONS(1851), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1851), + [aux_sym_check_host_ip_token1] = ACTIONS(1851), + [aux_sym_ciphers_token1] = ACTIONS(1851), + [aux_sym_cipher_token1] = ACTIONS(1853), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1851), + [aux_sym_compression_token1] = ACTIONS(1851), + [aux_sym_connection_attempts_token1] = ACTIONS(1851), + [aux_sym_connect_timeout_token1] = ACTIONS(1851), + [aux_sym_control_master_token1] = ACTIONS(1851), + [aux_sym_control_path_token1] = ACTIONS(1851), + [aux_sym_control_persist_token1] = ACTIONS(1851), + [aux_sym_dynamic_forward_token1] = ACTIONS(1851), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1851), + [aux_sym_escape_char_token1] = ACTIONS(1851), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1851), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1851), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1851), + [aux_sym_forward_agent_token1] = ACTIONS(1851), + [aux_sym_forward_x11_token1] = ACTIONS(1853), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1851), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1851), + [aux_sym_gateway_ports_token1] = ACTIONS(1851), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1851), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1851), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1851), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1851), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1851), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1851), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1851), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1851), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1851), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1851), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1851), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1851), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1851), + [aux_sym_host_key_alias_token1] = ACTIONS(1851), + [aux_sym_hostname_token1] = ACTIONS(1851), + [aux_sym_identities_only_token1] = ACTIONS(1851), + [aux_sym_identity_agent_token1] = ACTIONS(1851), + [aux_sym_identity_file_token1] = ACTIONS(1851), + [aux_sym_ignore_unknown_token1] = ACTIONS(1851), + [aux_sym_include_token1] = ACTIONS(1851), + [aux_sym_ip_qos_token1] = ACTIONS(1851), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1851), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1851), + [aux_sym_kex_algorithms_token1] = ACTIONS(1851), + [aux_sym_known_hosts_command_token1] = ACTIONS(1851), + [aux_sym_local_command_token1] = ACTIONS(1851), + [aux_sym_local_forward_token1] = ACTIONS(1851), + [aux_sym_log_level_token1] = ACTIONS(1851), + [aux_sym_log_verbose_token1] = ACTIONS(1851), + [aux_sym_macs_token1] = ACTIONS(1851), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1851), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1851), + [aux_sym_password_authentication_token1] = ACTIONS(1851), + [aux_sym_permit_local_command_token1] = ACTIONS(1851), + [aux_sym_permit_remote_open_token1] = ACTIONS(1851), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1851), + [aux_sym_port_token1] = ACTIONS(1851), + [aux_sym_preferred_authentications_token1] = ACTIONS(1851), + [aux_sym_protocol_token1] = ACTIONS(1851), + [aux_sym_proxy_command_token1] = ACTIONS(1851), + [aux_sym_proxy_jump_token1] = ACTIONS(1851), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1851), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1851), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1851), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1851), + [aux_sym_rekey_limit_token1] = ACTIONS(1851), + [aux_sym_remote_command_token1] = ACTIONS(1851), + [aux_sym_remote_forward_token1] = ACTIONS(1851), + [aux_sym_request_tty_token1] = ACTIONS(1851), + [aux_sym_required_rsa_size_token1] = ACTIONS(1851), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1851), + [aux_sym_security_key_provider_token1] = ACTIONS(1851), + [aux_sym_send_env_token1] = ACTIONS(1851), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1851), + [aux_sym_server_alive_interval_token1] = ACTIONS(1851), + [aux_sym_session_type_token1] = ACTIONS(1851), + [aux_sym_set_env_token1] = ACTIONS(1851), + [aux_sym_stdin_null_token1] = ACTIONS(1851), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1851), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1851), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1851), + [aux_sym_syslog_facility_token1] = ACTIONS(1851), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1851), + [aux_sym_keep_alive_token1] = ACTIONS(1851), + [aux_sym_tunnel_token1] = ACTIONS(1853), + [aux_sym_tunnel_device_token1] = ACTIONS(1851), + [aux_sym_update_host_keys_token1] = ACTIONS(1851), + [aux_sym_use_keychain_token1] = ACTIONS(1851), + [aux_sym_use_roaming_token1] = ACTIONS(1851), + [aux_sym_user_token1] = ACTIONS(1853), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1851), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1851), + [aux_sym_visual_host_key_token1] = ACTIONS(1851), + [aux_sym_xauth_location_token1] = ACTIONS(1851), }, [685] = { - [ts_builtin_sym_end] = ACTIONS(748), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(750), - [aux_sym_match_token1] = ACTIONS(748), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(748), - [aux_sym_address_family_token1] = ACTIONS(748), - [aux_sym_batch_mode_token1] = ACTIONS(748), - [aux_sym_bind_address_token1] = ACTIONS(748), - [aux_sym_bind_interface_token1] = ACTIONS(748), - [aux_sym_canonical_domains_token1] = ACTIONS(748), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(748), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(748), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(748), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(748), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(748), - [aux_sym_certificate_file_token1] = ACTIONS(748), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(748), - [aux_sym_check_host_ip_token1] = ACTIONS(748), - [aux_sym_ciphers_token1] = ACTIONS(748), - [aux_sym_cipher_token1] = ACTIONS(750), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(748), - [aux_sym_compression_token1] = ACTIONS(748), - [aux_sym_connection_attempts_token1] = ACTIONS(748), - [aux_sym_connect_timeout_token1] = ACTIONS(748), - [aux_sym_control_master_token1] = ACTIONS(748), - [aux_sym_control_path_token1] = ACTIONS(748), - [aux_sym_control_persist_token1] = ACTIONS(748), - [aux_sym_dynamic_forward_token1] = ACTIONS(748), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(748), - [aux_sym_escape_char_token1] = ACTIONS(748), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(748), - [aux_sym_fingerprint_hash_token1] = ACTIONS(748), - [aux_sym_fork_after_authentication_token1] = ACTIONS(748), - [aux_sym_forward_agent_token1] = ACTIONS(748), - [aux_sym_forward_x11_token1] = ACTIONS(750), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(748), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(748), - [aux_sym_gateway_ports_token1] = ACTIONS(748), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(748), - [aux_sym_gssapi_authentication_token1] = ACTIONS(748), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(748), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(748), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(748), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(748), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(748), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(748), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(748), - [aux_sym_hash_known_hosts_token1] = ACTIONS(748), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(748), - [aux_sym_hostbased_authentication_token1] = ACTIONS(748), - [aux_sym_host_key_algorithms_token1] = ACTIONS(748), - [aux_sym_host_key_alias_token1] = ACTIONS(748), - [aux_sym_hostname_token1] = ACTIONS(748), - [aux_sym_identities_only_token1] = ACTIONS(748), - [aux_sym_identity_agent_token1] = ACTIONS(748), - [aux_sym_identity_file_token1] = ACTIONS(748), - [aux_sym_ignore_unknown_token1] = ACTIONS(748), - [aux_sym_include_token1] = ACTIONS(748), - [aux_sym_ip_qos_token1] = ACTIONS(748), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(748), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(748), - [aux_sym_kex_algorithms_token1] = ACTIONS(748), - [aux_sym_known_hosts_command_token1] = ACTIONS(748), - [aux_sym_local_command_token1] = ACTIONS(748), - [aux_sym_local_forward_token1] = ACTIONS(748), - [aux_sym_log_level_token1] = ACTIONS(748), - [aux_sym_log_verbose_token1] = ACTIONS(748), - [aux_sym_macs_token1] = ACTIONS(748), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(748), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(748), - [aux_sym_password_authentication_token1] = ACTIONS(748), - [aux_sym_permit_local_command_token1] = ACTIONS(748), - [aux_sym_permit_remote_open_token1] = ACTIONS(748), - [aux_sym_pkcs11_provider_token1] = ACTIONS(748), - [aux_sym_port_token1] = ACTIONS(748), - [aux_sym_preferred_authentications_token1] = ACTIONS(748), - [aux_sym_protocol_token1] = ACTIONS(748), - [aux_sym_proxy_command_token1] = ACTIONS(748), - [aux_sym_proxy_jump_token1] = ACTIONS(748), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(748), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(748), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(748), - [aux_sym_pubkey_authentication_token1] = ACTIONS(748), - [aux_sym_rekey_limit_token1] = ACTIONS(748), - [aux_sym_remote_command_token1] = ACTIONS(748), - [aux_sym_remote_forward_token1] = ACTIONS(748), - [aux_sym_request_tty_token1] = ACTIONS(748), - [aux_sym_revoked_host_keys_token1] = ACTIONS(748), - [aux_sym_security_key_provider_token1] = ACTIONS(748), - [aux_sym_send_env_token1] = ACTIONS(748), - [aux_sym_server_alive_count_max_token1] = ACTIONS(748), - [aux_sym_server_alive_interval_token1] = ACTIONS(748), - [aux_sym_session_type_token1] = ACTIONS(748), - [aux_sym_set_env_token1] = ACTIONS(748), - [aux_sym_stdin_null_token1] = ACTIONS(748), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(748), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(748), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(748), - [aux_sym_syslog_facility_token1] = ACTIONS(748), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(748), - [aux_sym_keep_alive_token1] = ACTIONS(748), - [aux_sym_tunnel_token1] = ACTIONS(750), - [aux_sym_tunnel_device_token1] = ACTIONS(748), - [aux_sym_update_host_keys_token1] = ACTIONS(748), - [aux_sym_use_keychain_token1] = ACTIONS(748), - [aux_sym_use_roaming_token1] = ACTIONS(748), - [aux_sym_user_token1] = ACTIONS(750), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(748), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(748), - [aux_sym_visual_host_key_token1] = ACTIONS(748), - [aux_sym_xauth_location_token1] = ACTIONS(748), + [ts_builtin_sym_end] = ACTIONS(1251), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1253), + [aux_sym_match_token1] = ACTIONS(1251), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1251), + [aux_sym_address_family_token1] = ACTIONS(1251), + [aux_sym_batch_mode_token1] = ACTIONS(1251), + [aux_sym_bind_address_token1] = ACTIONS(1251), + [aux_sym_bind_interface_token1] = ACTIONS(1251), + [aux_sym_canonical_domains_token1] = ACTIONS(1251), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1251), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1251), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1251), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1251), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1251), + [aux_sym_certificate_file_token1] = ACTIONS(1251), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1251), + [aux_sym_check_host_ip_token1] = ACTIONS(1251), + [aux_sym_ciphers_token1] = ACTIONS(1251), + [aux_sym_cipher_token1] = ACTIONS(1253), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1251), + [aux_sym_compression_token1] = ACTIONS(1251), + [aux_sym_connection_attempts_token1] = ACTIONS(1251), + [aux_sym_connect_timeout_token1] = ACTIONS(1251), + [aux_sym_control_master_token1] = ACTIONS(1251), + [aux_sym_control_path_token1] = ACTIONS(1251), + [aux_sym_control_persist_token1] = ACTIONS(1251), + [aux_sym_dynamic_forward_token1] = ACTIONS(1251), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1251), + [aux_sym_escape_char_token1] = ACTIONS(1251), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1251), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1251), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1251), + [aux_sym_forward_agent_token1] = ACTIONS(1251), + [aux_sym_forward_x11_token1] = ACTIONS(1253), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1251), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1251), + [aux_sym_gateway_ports_token1] = ACTIONS(1251), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1251), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1251), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1251), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1251), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1251), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1251), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1251), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1251), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1251), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1251), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1251), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1251), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1251), + [aux_sym_host_key_alias_token1] = ACTIONS(1251), + [aux_sym_hostname_token1] = ACTIONS(1251), + [aux_sym_identities_only_token1] = ACTIONS(1251), + [aux_sym_identity_agent_token1] = ACTIONS(1251), + [aux_sym_identity_file_token1] = ACTIONS(1251), + [aux_sym_ignore_unknown_token1] = ACTIONS(1251), + [aux_sym_include_token1] = ACTIONS(1251), + [aux_sym_ip_qos_token1] = ACTIONS(1251), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1251), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1251), + [aux_sym_kex_algorithms_token1] = ACTIONS(1251), + [aux_sym_known_hosts_command_token1] = ACTIONS(1251), + [aux_sym_local_command_token1] = ACTIONS(1251), + [aux_sym_local_forward_token1] = ACTIONS(1251), + [aux_sym_log_level_token1] = ACTIONS(1251), + [aux_sym_log_verbose_token1] = ACTIONS(1251), + [aux_sym_macs_token1] = ACTIONS(1251), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1251), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1251), + [aux_sym_password_authentication_token1] = ACTIONS(1251), + [aux_sym_permit_local_command_token1] = ACTIONS(1251), + [aux_sym_permit_remote_open_token1] = ACTIONS(1251), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1251), + [aux_sym_port_token1] = ACTIONS(1251), + [aux_sym_preferred_authentications_token1] = ACTIONS(1251), + [aux_sym_protocol_token1] = ACTIONS(1251), + [aux_sym_proxy_command_token1] = ACTIONS(1251), + [aux_sym_proxy_jump_token1] = ACTIONS(1251), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1251), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1251), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1251), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1251), + [aux_sym_rekey_limit_token1] = ACTIONS(1251), + [aux_sym_remote_command_token1] = ACTIONS(1251), + [aux_sym_remote_forward_token1] = ACTIONS(1251), + [aux_sym_request_tty_token1] = ACTIONS(1251), + [aux_sym_required_rsa_size_token1] = ACTIONS(1251), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1251), + [aux_sym_security_key_provider_token1] = ACTIONS(1251), + [aux_sym_send_env_token1] = ACTIONS(1251), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1251), + [aux_sym_server_alive_interval_token1] = ACTIONS(1251), + [aux_sym_session_type_token1] = ACTIONS(1251), + [aux_sym_set_env_token1] = ACTIONS(1251), + [aux_sym_stdin_null_token1] = ACTIONS(1251), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1251), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1251), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1251), + [aux_sym_syslog_facility_token1] = ACTIONS(1251), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1251), + [aux_sym_keep_alive_token1] = ACTIONS(1251), + [aux_sym_tunnel_token1] = ACTIONS(1253), + [aux_sym_tunnel_device_token1] = ACTIONS(1251), + [aux_sym_update_host_keys_token1] = ACTIONS(1251), + [aux_sym_use_keychain_token1] = ACTIONS(1251), + [aux_sym_use_roaming_token1] = ACTIONS(1251), + [aux_sym_user_token1] = ACTIONS(1253), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1251), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1251), + [aux_sym_visual_host_key_token1] = ACTIONS(1251), + [aux_sym_xauth_location_token1] = ACTIONS(1251), }, [686] = { - [ts_builtin_sym_end] = ACTIONS(1606), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1608), - [aux_sym_match_token1] = ACTIONS(1606), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1606), - [aux_sym_address_family_token1] = ACTIONS(1606), - [aux_sym_batch_mode_token1] = ACTIONS(1606), - [aux_sym_bind_address_token1] = ACTIONS(1606), - [aux_sym_bind_interface_token1] = ACTIONS(1606), - [aux_sym_canonical_domains_token1] = ACTIONS(1606), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1606), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1606), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1606), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1606), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1606), - [aux_sym_certificate_file_token1] = ACTIONS(1606), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1606), - [aux_sym_check_host_ip_token1] = ACTIONS(1606), - [aux_sym_ciphers_token1] = ACTIONS(1606), - [aux_sym_cipher_token1] = ACTIONS(1608), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1606), - [aux_sym_compression_token1] = ACTIONS(1606), - [aux_sym_connection_attempts_token1] = ACTIONS(1606), - [aux_sym_connect_timeout_token1] = ACTIONS(1606), - [aux_sym_control_master_token1] = ACTIONS(1606), - [aux_sym_control_path_token1] = ACTIONS(1606), - [aux_sym_control_persist_token1] = ACTIONS(1606), - [aux_sym_dynamic_forward_token1] = ACTIONS(1606), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1606), - [aux_sym_escape_char_token1] = ACTIONS(1606), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1606), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1606), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1606), - [aux_sym_forward_agent_token1] = ACTIONS(1606), - [aux_sym_forward_x11_token1] = ACTIONS(1608), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1606), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1606), - [aux_sym_gateway_ports_token1] = ACTIONS(1606), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1606), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1606), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1606), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1606), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1606), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1606), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1606), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1606), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1606), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1606), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1606), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1606), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1606), - [aux_sym_host_key_alias_token1] = ACTIONS(1606), - [aux_sym_hostname_token1] = ACTIONS(1606), - [aux_sym_identities_only_token1] = ACTIONS(1606), - [aux_sym_identity_agent_token1] = ACTIONS(1606), - [aux_sym_identity_file_token1] = ACTIONS(1606), - [aux_sym_ignore_unknown_token1] = ACTIONS(1606), - [aux_sym_include_token1] = ACTIONS(1606), - [aux_sym_ip_qos_token1] = ACTIONS(1606), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1606), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1606), - [aux_sym_kex_algorithms_token1] = ACTIONS(1606), - [aux_sym_known_hosts_command_token1] = ACTIONS(1606), - [aux_sym_local_command_token1] = ACTIONS(1606), - [aux_sym_local_forward_token1] = ACTIONS(1606), - [aux_sym_log_level_token1] = ACTIONS(1606), - [aux_sym_log_verbose_token1] = ACTIONS(1606), - [aux_sym_macs_token1] = ACTIONS(1606), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1606), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1606), - [aux_sym_password_authentication_token1] = ACTIONS(1606), - [aux_sym_permit_local_command_token1] = ACTIONS(1606), - [aux_sym_permit_remote_open_token1] = ACTIONS(1606), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1606), - [aux_sym_port_token1] = ACTIONS(1606), - [aux_sym_preferred_authentications_token1] = ACTIONS(1606), - [aux_sym_protocol_token1] = ACTIONS(1606), - [aux_sym_proxy_command_token1] = ACTIONS(1606), - [aux_sym_proxy_jump_token1] = ACTIONS(1606), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1606), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1606), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1606), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1606), - [aux_sym_rekey_limit_token1] = ACTIONS(1606), - [aux_sym_remote_command_token1] = ACTIONS(1606), - [aux_sym_remote_forward_token1] = ACTIONS(1606), - [aux_sym_request_tty_token1] = ACTIONS(1606), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1606), - [aux_sym_security_key_provider_token1] = ACTIONS(1606), - [aux_sym_send_env_token1] = ACTIONS(1606), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1606), - [aux_sym_server_alive_interval_token1] = ACTIONS(1606), - [aux_sym_session_type_token1] = ACTIONS(1606), - [aux_sym_set_env_token1] = ACTIONS(1606), - [aux_sym_stdin_null_token1] = ACTIONS(1606), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1606), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1606), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1606), - [aux_sym_syslog_facility_token1] = ACTIONS(1606), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1606), - [aux_sym_keep_alive_token1] = ACTIONS(1606), - [aux_sym_tunnel_token1] = ACTIONS(1608), - [aux_sym_tunnel_device_token1] = ACTIONS(1606), - [aux_sym_update_host_keys_token1] = ACTIONS(1606), - [aux_sym_use_keychain_token1] = ACTIONS(1606), - [aux_sym_use_roaming_token1] = ACTIONS(1606), - [aux_sym_user_token1] = ACTIONS(1608), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1606), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1606), - [aux_sym_visual_host_key_token1] = ACTIONS(1606), - [aux_sym_xauth_location_token1] = ACTIONS(1606), + [ts_builtin_sym_end] = ACTIONS(1257), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1259), + [aux_sym_match_token1] = ACTIONS(1257), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1257), + [aux_sym_address_family_token1] = ACTIONS(1257), + [aux_sym_batch_mode_token1] = ACTIONS(1257), + [aux_sym_bind_address_token1] = ACTIONS(1257), + [aux_sym_bind_interface_token1] = ACTIONS(1257), + [aux_sym_canonical_domains_token1] = ACTIONS(1257), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1257), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1257), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1257), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1257), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1257), + [aux_sym_certificate_file_token1] = ACTIONS(1257), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1257), + [aux_sym_check_host_ip_token1] = ACTIONS(1257), + [aux_sym_ciphers_token1] = ACTIONS(1257), + [aux_sym_cipher_token1] = ACTIONS(1259), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1257), + [aux_sym_compression_token1] = ACTIONS(1257), + [aux_sym_connection_attempts_token1] = ACTIONS(1257), + [aux_sym_connect_timeout_token1] = ACTIONS(1257), + [aux_sym_control_master_token1] = ACTIONS(1257), + [aux_sym_control_path_token1] = ACTIONS(1257), + [aux_sym_control_persist_token1] = ACTIONS(1257), + [aux_sym_dynamic_forward_token1] = ACTIONS(1257), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1257), + [aux_sym_escape_char_token1] = ACTIONS(1257), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1257), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1257), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1257), + [aux_sym_forward_agent_token1] = ACTIONS(1257), + [aux_sym_forward_x11_token1] = ACTIONS(1259), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1257), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1257), + [aux_sym_gateway_ports_token1] = ACTIONS(1257), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1257), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1257), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1257), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1257), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1257), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1257), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1257), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1257), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1257), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1257), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1257), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1257), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1257), + [aux_sym_host_key_alias_token1] = ACTIONS(1257), + [aux_sym_hostname_token1] = ACTIONS(1257), + [aux_sym_identities_only_token1] = ACTIONS(1257), + [aux_sym_identity_agent_token1] = ACTIONS(1257), + [aux_sym_identity_file_token1] = ACTIONS(1257), + [aux_sym_ignore_unknown_token1] = ACTIONS(1257), + [aux_sym_include_token1] = ACTIONS(1257), + [aux_sym_ip_qos_token1] = ACTIONS(1257), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1257), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1257), + [aux_sym_kex_algorithms_token1] = ACTIONS(1257), + [aux_sym_known_hosts_command_token1] = ACTIONS(1257), + [aux_sym_local_command_token1] = ACTIONS(1257), + [aux_sym_local_forward_token1] = ACTIONS(1257), + [aux_sym_log_level_token1] = ACTIONS(1257), + [aux_sym_log_verbose_token1] = ACTIONS(1257), + [aux_sym_macs_token1] = ACTIONS(1257), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1257), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1257), + [aux_sym_password_authentication_token1] = ACTIONS(1257), + [aux_sym_permit_local_command_token1] = ACTIONS(1257), + [aux_sym_permit_remote_open_token1] = ACTIONS(1257), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1257), + [aux_sym_port_token1] = ACTIONS(1257), + [aux_sym_preferred_authentications_token1] = ACTIONS(1257), + [aux_sym_protocol_token1] = ACTIONS(1257), + [aux_sym_proxy_command_token1] = ACTIONS(1257), + [aux_sym_proxy_jump_token1] = ACTIONS(1257), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1257), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1257), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1257), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1257), + [aux_sym_rekey_limit_token1] = ACTIONS(1257), + [aux_sym_remote_command_token1] = ACTIONS(1257), + [aux_sym_remote_forward_token1] = ACTIONS(1257), + [aux_sym_request_tty_token1] = ACTIONS(1257), + [aux_sym_required_rsa_size_token1] = ACTIONS(1257), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1257), + [aux_sym_security_key_provider_token1] = ACTIONS(1257), + [aux_sym_send_env_token1] = ACTIONS(1257), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1257), + [aux_sym_server_alive_interval_token1] = ACTIONS(1257), + [aux_sym_session_type_token1] = ACTIONS(1257), + [aux_sym_set_env_token1] = ACTIONS(1257), + [aux_sym_stdin_null_token1] = ACTIONS(1257), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1257), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1257), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1257), + [aux_sym_syslog_facility_token1] = ACTIONS(1257), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1257), + [aux_sym_keep_alive_token1] = ACTIONS(1257), + [aux_sym_tunnel_token1] = ACTIONS(1259), + [aux_sym_tunnel_device_token1] = ACTIONS(1257), + [aux_sym_update_host_keys_token1] = ACTIONS(1257), + [aux_sym_use_keychain_token1] = ACTIONS(1257), + [aux_sym_use_roaming_token1] = ACTIONS(1257), + [aux_sym_user_token1] = ACTIONS(1259), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1257), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1257), + [aux_sym_visual_host_key_token1] = ACTIONS(1257), + [aux_sym_xauth_location_token1] = ACTIONS(1257), }, [687] = { - [ts_builtin_sym_end] = ACTIONS(1816), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1818), - [aux_sym_match_token1] = ACTIONS(1816), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1816), - [aux_sym_address_family_token1] = ACTIONS(1816), - [aux_sym_batch_mode_token1] = ACTIONS(1816), - [aux_sym_bind_address_token1] = ACTIONS(1816), - [aux_sym_bind_interface_token1] = ACTIONS(1816), - [aux_sym_canonical_domains_token1] = ACTIONS(1816), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1816), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1816), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1816), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1816), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1816), - [aux_sym_certificate_file_token1] = ACTIONS(1816), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1816), - [aux_sym_check_host_ip_token1] = ACTIONS(1816), - [aux_sym_ciphers_token1] = ACTIONS(1816), - [aux_sym_cipher_token1] = ACTIONS(1818), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1816), - [aux_sym_compression_token1] = ACTIONS(1816), - [aux_sym_connection_attempts_token1] = ACTIONS(1816), - [aux_sym_connect_timeout_token1] = ACTIONS(1816), - [aux_sym_control_master_token1] = ACTIONS(1816), - [aux_sym_control_path_token1] = ACTIONS(1816), - [aux_sym_control_persist_token1] = ACTIONS(1816), - [aux_sym_dynamic_forward_token1] = ACTIONS(1816), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1816), - [aux_sym_escape_char_token1] = ACTIONS(1816), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1816), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1816), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1816), - [aux_sym_forward_agent_token1] = ACTIONS(1816), - [aux_sym_forward_x11_token1] = ACTIONS(1818), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1816), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1816), - [aux_sym_gateway_ports_token1] = ACTIONS(1816), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1816), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1816), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1816), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1816), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1816), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1816), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1816), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1816), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1816), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1816), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1816), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1816), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1816), - [aux_sym_host_key_alias_token1] = ACTIONS(1816), - [aux_sym_hostname_token1] = ACTIONS(1816), - [aux_sym_identities_only_token1] = ACTIONS(1816), - [aux_sym_identity_agent_token1] = ACTIONS(1816), - [aux_sym_identity_file_token1] = ACTIONS(1816), - [aux_sym_ignore_unknown_token1] = ACTIONS(1816), - [aux_sym_include_token1] = ACTIONS(1816), - [aux_sym_ip_qos_token1] = ACTIONS(1816), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1816), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1816), - [aux_sym_kex_algorithms_token1] = ACTIONS(1816), - [aux_sym_known_hosts_command_token1] = ACTIONS(1816), - [aux_sym_local_command_token1] = ACTIONS(1816), - [aux_sym_local_forward_token1] = ACTIONS(1816), - [aux_sym_log_level_token1] = ACTIONS(1816), - [aux_sym_log_verbose_token1] = ACTIONS(1816), - [aux_sym_macs_token1] = ACTIONS(1816), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1816), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1816), - [aux_sym_password_authentication_token1] = ACTIONS(1816), - [aux_sym_permit_local_command_token1] = ACTIONS(1816), - [aux_sym_permit_remote_open_token1] = ACTIONS(1816), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1816), - [aux_sym_port_token1] = ACTIONS(1816), - [aux_sym_preferred_authentications_token1] = ACTIONS(1816), - [aux_sym_protocol_token1] = ACTIONS(1816), - [aux_sym_proxy_command_token1] = ACTIONS(1816), - [aux_sym_proxy_jump_token1] = ACTIONS(1816), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1816), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1816), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1816), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1816), - [aux_sym_rekey_limit_token1] = ACTIONS(1816), - [aux_sym_remote_command_token1] = ACTIONS(1816), - [aux_sym_remote_forward_token1] = ACTIONS(1816), - [aux_sym_request_tty_token1] = ACTIONS(1816), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1816), - [aux_sym_security_key_provider_token1] = ACTIONS(1816), - [aux_sym_send_env_token1] = ACTIONS(1816), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1816), - [aux_sym_server_alive_interval_token1] = ACTIONS(1816), - [aux_sym_session_type_token1] = ACTIONS(1816), - [aux_sym_set_env_token1] = ACTIONS(1816), - [aux_sym_stdin_null_token1] = ACTIONS(1816), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1816), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1816), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1816), - [aux_sym_syslog_facility_token1] = ACTIONS(1816), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1816), - [aux_sym_keep_alive_token1] = ACTIONS(1816), - [aux_sym_tunnel_token1] = ACTIONS(1818), - [aux_sym_tunnel_device_token1] = ACTIONS(1816), - [aux_sym_update_host_keys_token1] = ACTIONS(1816), - [aux_sym_use_keychain_token1] = ACTIONS(1816), - [aux_sym_use_roaming_token1] = ACTIONS(1816), - [aux_sym_user_token1] = ACTIONS(1818), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1816), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1816), - [aux_sym_visual_host_key_token1] = ACTIONS(1816), - [aux_sym_xauth_location_token1] = ACTIONS(1816), + [ts_builtin_sym_end] = ACTIONS(1845), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1847), + [aux_sym_match_token1] = ACTIONS(1845), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1845), + [aux_sym_address_family_token1] = ACTIONS(1845), + [aux_sym_batch_mode_token1] = ACTIONS(1845), + [aux_sym_bind_address_token1] = ACTIONS(1845), + [aux_sym_bind_interface_token1] = ACTIONS(1845), + [aux_sym_canonical_domains_token1] = ACTIONS(1845), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1845), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1845), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1845), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1845), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1845), + [aux_sym_certificate_file_token1] = ACTIONS(1845), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1845), + [aux_sym_check_host_ip_token1] = ACTIONS(1845), + [aux_sym_ciphers_token1] = ACTIONS(1845), + [aux_sym_cipher_token1] = ACTIONS(1847), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1845), + [aux_sym_compression_token1] = ACTIONS(1845), + [aux_sym_connection_attempts_token1] = ACTIONS(1845), + [aux_sym_connect_timeout_token1] = ACTIONS(1845), + [aux_sym_control_master_token1] = ACTIONS(1845), + [aux_sym_control_path_token1] = ACTIONS(1845), + [aux_sym_control_persist_token1] = ACTIONS(1845), + [aux_sym_dynamic_forward_token1] = ACTIONS(1845), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1845), + [aux_sym_escape_char_token1] = ACTIONS(1845), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1845), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1845), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1845), + [aux_sym_forward_agent_token1] = ACTIONS(1845), + [aux_sym_forward_x11_token1] = ACTIONS(1847), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1845), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1845), + [aux_sym_gateway_ports_token1] = ACTIONS(1845), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1845), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1845), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1845), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1845), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1845), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1845), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1845), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1845), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1845), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1845), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1845), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1845), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1845), + [aux_sym_host_key_alias_token1] = ACTIONS(1845), + [aux_sym_hostname_token1] = ACTIONS(1845), + [aux_sym_identities_only_token1] = ACTIONS(1845), + [aux_sym_identity_agent_token1] = ACTIONS(1845), + [aux_sym_identity_file_token1] = ACTIONS(1845), + [aux_sym_ignore_unknown_token1] = ACTIONS(1845), + [aux_sym_include_token1] = ACTIONS(1845), + [aux_sym_ip_qos_token1] = ACTIONS(1845), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1845), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1845), + [aux_sym_kex_algorithms_token1] = ACTIONS(1845), + [aux_sym_known_hosts_command_token1] = ACTIONS(1845), + [aux_sym_local_command_token1] = ACTIONS(1845), + [aux_sym_local_forward_token1] = ACTIONS(1845), + [aux_sym_log_level_token1] = ACTIONS(1845), + [aux_sym_log_verbose_token1] = ACTIONS(1845), + [aux_sym_macs_token1] = ACTIONS(1845), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1845), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1845), + [aux_sym_password_authentication_token1] = ACTIONS(1845), + [aux_sym_permit_local_command_token1] = ACTIONS(1845), + [aux_sym_permit_remote_open_token1] = ACTIONS(1845), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1845), + [aux_sym_port_token1] = ACTIONS(1845), + [aux_sym_preferred_authentications_token1] = ACTIONS(1845), + [aux_sym_protocol_token1] = ACTIONS(1845), + [aux_sym_proxy_command_token1] = ACTIONS(1845), + [aux_sym_proxy_jump_token1] = ACTIONS(1845), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1845), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1845), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1845), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1845), + [aux_sym_rekey_limit_token1] = ACTIONS(1845), + [aux_sym_remote_command_token1] = ACTIONS(1845), + [aux_sym_remote_forward_token1] = ACTIONS(1845), + [aux_sym_request_tty_token1] = ACTIONS(1845), + [aux_sym_required_rsa_size_token1] = ACTIONS(1845), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1845), + [aux_sym_security_key_provider_token1] = ACTIONS(1845), + [aux_sym_send_env_token1] = ACTIONS(1845), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1845), + [aux_sym_server_alive_interval_token1] = ACTIONS(1845), + [aux_sym_session_type_token1] = ACTIONS(1845), + [aux_sym_set_env_token1] = ACTIONS(1845), + [aux_sym_stdin_null_token1] = ACTIONS(1845), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1845), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1845), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1845), + [aux_sym_syslog_facility_token1] = ACTIONS(1845), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1845), + [aux_sym_keep_alive_token1] = ACTIONS(1845), + [aux_sym_tunnel_token1] = ACTIONS(1847), + [aux_sym_tunnel_device_token1] = ACTIONS(1845), + [aux_sym_update_host_keys_token1] = ACTIONS(1845), + [aux_sym_use_keychain_token1] = ACTIONS(1845), + [aux_sym_use_roaming_token1] = ACTIONS(1845), + [aux_sym_user_token1] = ACTIONS(1847), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1845), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1845), + [aux_sym_visual_host_key_token1] = ACTIONS(1845), + [aux_sym_xauth_location_token1] = ACTIONS(1845), }, [688] = { - [ts_builtin_sym_end] = ACTIONS(904), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(906), - [aux_sym_match_token1] = ACTIONS(904), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(904), - [aux_sym_address_family_token1] = ACTIONS(904), - [aux_sym_batch_mode_token1] = ACTIONS(904), - [aux_sym_bind_address_token1] = ACTIONS(904), - [aux_sym_bind_interface_token1] = ACTIONS(904), - [aux_sym_canonical_domains_token1] = ACTIONS(904), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(904), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(904), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(904), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(904), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(904), - [aux_sym_certificate_file_token1] = ACTIONS(904), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(904), - [aux_sym_check_host_ip_token1] = ACTIONS(904), - [aux_sym_ciphers_token1] = ACTIONS(904), - [aux_sym_cipher_token1] = ACTIONS(906), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(904), - [aux_sym_compression_token1] = ACTIONS(904), - [aux_sym_connection_attempts_token1] = ACTIONS(904), - [aux_sym_connect_timeout_token1] = ACTIONS(904), - [aux_sym_control_master_token1] = ACTIONS(904), - [aux_sym_control_path_token1] = ACTIONS(904), - [aux_sym_control_persist_token1] = ACTIONS(904), - [aux_sym_dynamic_forward_token1] = ACTIONS(904), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(904), - [aux_sym_escape_char_token1] = ACTIONS(904), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(904), - [aux_sym_fingerprint_hash_token1] = ACTIONS(904), - [aux_sym_fork_after_authentication_token1] = ACTIONS(904), - [aux_sym_forward_agent_token1] = ACTIONS(904), - [aux_sym_forward_x11_token1] = ACTIONS(906), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(904), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(904), - [aux_sym_gateway_ports_token1] = ACTIONS(904), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(904), - [aux_sym_gssapi_authentication_token1] = ACTIONS(904), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(904), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(904), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(904), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(904), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(904), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(904), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(904), - [aux_sym_hash_known_hosts_token1] = ACTIONS(904), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(904), - [aux_sym_hostbased_authentication_token1] = ACTIONS(904), - [aux_sym_host_key_algorithms_token1] = ACTIONS(904), - [aux_sym_host_key_alias_token1] = ACTIONS(904), - [aux_sym_hostname_token1] = ACTIONS(904), - [aux_sym_identities_only_token1] = ACTIONS(904), - [aux_sym_identity_agent_token1] = ACTIONS(904), - [aux_sym_identity_file_token1] = ACTIONS(904), - [aux_sym_ignore_unknown_token1] = ACTIONS(904), - [aux_sym_include_token1] = ACTIONS(904), - [aux_sym_ip_qos_token1] = ACTIONS(904), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(904), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(904), - [aux_sym_kex_algorithms_token1] = ACTIONS(904), - [aux_sym_known_hosts_command_token1] = ACTIONS(904), - [aux_sym_local_command_token1] = ACTIONS(904), - [aux_sym_local_forward_token1] = ACTIONS(904), - [aux_sym_log_level_token1] = ACTIONS(904), - [aux_sym_log_verbose_token1] = ACTIONS(904), - [aux_sym_macs_token1] = ACTIONS(904), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(904), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(904), - [aux_sym_password_authentication_token1] = ACTIONS(904), - [aux_sym_permit_local_command_token1] = ACTIONS(904), - [aux_sym_permit_remote_open_token1] = ACTIONS(904), - [aux_sym_pkcs11_provider_token1] = ACTIONS(904), - [aux_sym_port_token1] = ACTIONS(904), - [aux_sym_preferred_authentications_token1] = ACTIONS(904), - [aux_sym_protocol_token1] = ACTIONS(904), - [aux_sym_proxy_command_token1] = ACTIONS(904), - [aux_sym_proxy_jump_token1] = ACTIONS(904), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(904), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(904), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(904), - [aux_sym_pubkey_authentication_token1] = ACTIONS(904), - [aux_sym_rekey_limit_token1] = ACTIONS(904), - [aux_sym_remote_command_token1] = ACTIONS(904), - [aux_sym_remote_forward_token1] = ACTIONS(904), - [aux_sym_request_tty_token1] = ACTIONS(904), - [aux_sym_revoked_host_keys_token1] = ACTIONS(904), - [aux_sym_security_key_provider_token1] = ACTIONS(904), - [aux_sym_send_env_token1] = ACTIONS(904), - [aux_sym_server_alive_count_max_token1] = ACTIONS(904), - [aux_sym_server_alive_interval_token1] = ACTIONS(904), - [aux_sym_session_type_token1] = ACTIONS(904), - [aux_sym_set_env_token1] = ACTIONS(904), - [aux_sym_stdin_null_token1] = ACTIONS(904), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(904), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(904), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(904), - [aux_sym_syslog_facility_token1] = ACTIONS(904), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(904), - [aux_sym_keep_alive_token1] = ACTIONS(904), - [aux_sym_tunnel_token1] = ACTIONS(906), - [aux_sym_tunnel_device_token1] = ACTIONS(904), - [aux_sym_update_host_keys_token1] = ACTIONS(904), - [aux_sym_use_keychain_token1] = ACTIONS(904), - [aux_sym_use_roaming_token1] = ACTIONS(904), - [aux_sym_user_token1] = ACTIONS(906), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(904), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(904), - [aux_sym_visual_host_key_token1] = ACTIONS(904), - [aux_sym_xauth_location_token1] = ACTIONS(904), + [ts_builtin_sym_end] = ACTIONS(1263), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1265), + [aux_sym_match_token1] = ACTIONS(1263), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1263), + [aux_sym_address_family_token1] = ACTIONS(1263), + [aux_sym_batch_mode_token1] = ACTIONS(1263), + [aux_sym_bind_address_token1] = ACTIONS(1263), + [aux_sym_bind_interface_token1] = ACTIONS(1263), + [aux_sym_canonical_domains_token1] = ACTIONS(1263), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1263), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1263), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1263), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1263), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1263), + [aux_sym_certificate_file_token1] = ACTIONS(1263), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1263), + [aux_sym_check_host_ip_token1] = ACTIONS(1263), + [aux_sym_ciphers_token1] = ACTIONS(1263), + [aux_sym_cipher_token1] = ACTIONS(1265), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1263), + [aux_sym_compression_token1] = ACTIONS(1263), + [aux_sym_connection_attempts_token1] = ACTIONS(1263), + [aux_sym_connect_timeout_token1] = ACTIONS(1263), + [aux_sym_control_master_token1] = ACTIONS(1263), + [aux_sym_control_path_token1] = ACTIONS(1263), + [aux_sym_control_persist_token1] = ACTIONS(1263), + [aux_sym_dynamic_forward_token1] = ACTIONS(1263), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1263), + [aux_sym_escape_char_token1] = ACTIONS(1263), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1263), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1263), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1263), + [aux_sym_forward_agent_token1] = ACTIONS(1263), + [aux_sym_forward_x11_token1] = ACTIONS(1265), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1263), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1263), + [aux_sym_gateway_ports_token1] = ACTIONS(1263), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1263), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1263), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1263), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1263), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1263), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1263), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1263), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1263), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1263), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1263), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1263), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1263), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1263), + [aux_sym_host_key_alias_token1] = ACTIONS(1263), + [aux_sym_hostname_token1] = ACTIONS(1263), + [aux_sym_identities_only_token1] = ACTIONS(1263), + [aux_sym_identity_agent_token1] = ACTIONS(1263), + [aux_sym_identity_file_token1] = ACTIONS(1263), + [aux_sym_ignore_unknown_token1] = ACTIONS(1263), + [aux_sym_include_token1] = ACTIONS(1263), + [aux_sym_ip_qos_token1] = ACTIONS(1263), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1263), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1263), + [aux_sym_kex_algorithms_token1] = ACTIONS(1263), + [aux_sym_known_hosts_command_token1] = ACTIONS(1263), + [aux_sym_local_command_token1] = ACTIONS(1263), + [aux_sym_local_forward_token1] = ACTIONS(1263), + [aux_sym_log_level_token1] = ACTIONS(1263), + [aux_sym_log_verbose_token1] = ACTIONS(1263), + [aux_sym_macs_token1] = ACTIONS(1263), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1263), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1263), + [aux_sym_password_authentication_token1] = ACTIONS(1263), + [aux_sym_permit_local_command_token1] = ACTIONS(1263), + [aux_sym_permit_remote_open_token1] = ACTIONS(1263), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1263), + [aux_sym_port_token1] = ACTIONS(1263), + [aux_sym_preferred_authentications_token1] = ACTIONS(1263), + [aux_sym_protocol_token1] = ACTIONS(1263), + [aux_sym_proxy_command_token1] = ACTIONS(1263), + [aux_sym_proxy_jump_token1] = ACTIONS(1263), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1263), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1263), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1263), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1263), + [aux_sym_rekey_limit_token1] = ACTIONS(1263), + [aux_sym_remote_command_token1] = ACTIONS(1263), + [aux_sym_remote_forward_token1] = ACTIONS(1263), + [aux_sym_request_tty_token1] = ACTIONS(1263), + [aux_sym_required_rsa_size_token1] = ACTIONS(1263), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1263), + [aux_sym_security_key_provider_token1] = ACTIONS(1263), + [aux_sym_send_env_token1] = ACTIONS(1263), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1263), + [aux_sym_server_alive_interval_token1] = ACTIONS(1263), + [aux_sym_session_type_token1] = ACTIONS(1263), + [aux_sym_set_env_token1] = ACTIONS(1263), + [aux_sym_stdin_null_token1] = ACTIONS(1263), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1263), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1263), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1263), + [aux_sym_syslog_facility_token1] = ACTIONS(1263), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1263), + [aux_sym_keep_alive_token1] = ACTIONS(1263), + [aux_sym_tunnel_token1] = ACTIONS(1265), + [aux_sym_tunnel_device_token1] = ACTIONS(1263), + [aux_sym_update_host_keys_token1] = ACTIONS(1263), + [aux_sym_use_keychain_token1] = ACTIONS(1263), + [aux_sym_use_roaming_token1] = ACTIONS(1263), + [aux_sym_user_token1] = ACTIONS(1265), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1263), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1263), + [aux_sym_visual_host_key_token1] = ACTIONS(1263), + [aux_sym_xauth_location_token1] = ACTIONS(1263), }, [689] = { - [ts_builtin_sym_end] = ACTIONS(1384), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1386), - [aux_sym_match_token1] = ACTIONS(1384), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1384), - [aux_sym_address_family_token1] = ACTIONS(1384), - [aux_sym_batch_mode_token1] = ACTIONS(1384), - [aux_sym_bind_address_token1] = ACTIONS(1384), - [aux_sym_bind_interface_token1] = ACTIONS(1384), - [aux_sym_canonical_domains_token1] = ACTIONS(1384), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1384), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1384), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1384), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1384), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1384), - [aux_sym_certificate_file_token1] = ACTIONS(1384), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1384), - [aux_sym_check_host_ip_token1] = ACTIONS(1384), - [aux_sym_ciphers_token1] = ACTIONS(1384), - [aux_sym_cipher_token1] = ACTIONS(1386), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1384), - [aux_sym_compression_token1] = ACTIONS(1384), - [aux_sym_connection_attempts_token1] = ACTIONS(1384), - [aux_sym_connect_timeout_token1] = ACTIONS(1384), - [aux_sym_control_master_token1] = ACTIONS(1384), - [aux_sym_control_path_token1] = ACTIONS(1384), - [aux_sym_control_persist_token1] = ACTIONS(1384), - [aux_sym_dynamic_forward_token1] = ACTIONS(1384), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1384), - [aux_sym_escape_char_token1] = ACTIONS(1384), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1384), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1384), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1384), - [aux_sym_forward_agent_token1] = ACTIONS(1384), - [aux_sym_forward_x11_token1] = ACTIONS(1386), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1384), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1384), - [aux_sym_gateway_ports_token1] = ACTIONS(1384), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1384), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1384), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1384), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1384), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1384), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1384), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1384), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1384), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1384), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1384), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1384), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1384), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1384), - [aux_sym_host_key_alias_token1] = ACTIONS(1384), - [aux_sym_hostname_token1] = ACTIONS(1384), - [aux_sym_identities_only_token1] = ACTIONS(1384), - [aux_sym_identity_agent_token1] = ACTIONS(1384), - [aux_sym_identity_file_token1] = ACTIONS(1384), - [aux_sym_ignore_unknown_token1] = ACTIONS(1384), - [aux_sym_include_token1] = ACTIONS(1384), - [aux_sym_ip_qos_token1] = ACTIONS(1384), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1384), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1384), - [aux_sym_kex_algorithms_token1] = ACTIONS(1384), - [aux_sym_known_hosts_command_token1] = ACTIONS(1384), - [aux_sym_local_command_token1] = ACTIONS(1384), - [aux_sym_local_forward_token1] = ACTIONS(1384), - [aux_sym_log_level_token1] = ACTIONS(1384), - [aux_sym_log_verbose_token1] = ACTIONS(1384), - [aux_sym_macs_token1] = ACTIONS(1384), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1384), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1384), - [aux_sym_password_authentication_token1] = ACTIONS(1384), - [aux_sym_permit_local_command_token1] = ACTIONS(1384), - [aux_sym_permit_remote_open_token1] = ACTIONS(1384), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1384), - [aux_sym_port_token1] = ACTIONS(1384), - [aux_sym_preferred_authentications_token1] = ACTIONS(1384), - [aux_sym_protocol_token1] = ACTIONS(1384), - [aux_sym_proxy_command_token1] = ACTIONS(1384), - [aux_sym_proxy_jump_token1] = ACTIONS(1384), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1384), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1384), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1384), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1384), - [aux_sym_rekey_limit_token1] = ACTIONS(1384), - [aux_sym_remote_command_token1] = ACTIONS(1384), - [aux_sym_remote_forward_token1] = ACTIONS(1384), - [aux_sym_request_tty_token1] = ACTIONS(1384), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1384), - [aux_sym_security_key_provider_token1] = ACTIONS(1384), - [aux_sym_send_env_token1] = ACTIONS(1384), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1384), - [aux_sym_server_alive_interval_token1] = ACTIONS(1384), - [aux_sym_session_type_token1] = ACTIONS(1384), - [aux_sym_set_env_token1] = ACTIONS(1384), - [aux_sym_stdin_null_token1] = ACTIONS(1384), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1384), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1384), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1384), - [aux_sym_syslog_facility_token1] = ACTIONS(1384), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1384), - [aux_sym_keep_alive_token1] = ACTIONS(1384), - [aux_sym_tunnel_token1] = ACTIONS(1386), - [aux_sym_tunnel_device_token1] = ACTIONS(1384), - [aux_sym_update_host_keys_token1] = ACTIONS(1384), - [aux_sym_use_keychain_token1] = ACTIONS(1384), - [aux_sym_use_roaming_token1] = ACTIONS(1384), - [aux_sym_user_token1] = ACTIONS(1386), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1384), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1384), - [aux_sym_visual_host_key_token1] = ACTIONS(1384), - [aux_sym_xauth_location_token1] = ACTIONS(1384), + [ts_builtin_sym_end] = ACTIONS(1269), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1271), + [aux_sym_match_token1] = ACTIONS(1269), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1269), + [aux_sym_address_family_token1] = ACTIONS(1269), + [aux_sym_batch_mode_token1] = ACTIONS(1269), + [aux_sym_bind_address_token1] = ACTIONS(1269), + [aux_sym_bind_interface_token1] = ACTIONS(1269), + [aux_sym_canonical_domains_token1] = ACTIONS(1269), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1269), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1269), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1269), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1269), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1269), + [aux_sym_certificate_file_token1] = ACTIONS(1269), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1269), + [aux_sym_check_host_ip_token1] = ACTIONS(1269), + [aux_sym_ciphers_token1] = ACTIONS(1269), + [aux_sym_cipher_token1] = ACTIONS(1271), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1269), + [aux_sym_compression_token1] = ACTIONS(1269), + [aux_sym_connection_attempts_token1] = ACTIONS(1269), + [aux_sym_connect_timeout_token1] = ACTIONS(1269), + [aux_sym_control_master_token1] = ACTIONS(1269), + [aux_sym_control_path_token1] = ACTIONS(1269), + [aux_sym_control_persist_token1] = ACTIONS(1269), + [aux_sym_dynamic_forward_token1] = ACTIONS(1269), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1269), + [aux_sym_escape_char_token1] = ACTIONS(1269), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1269), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1269), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1269), + [aux_sym_forward_agent_token1] = ACTIONS(1269), + [aux_sym_forward_x11_token1] = ACTIONS(1271), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1269), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1269), + [aux_sym_gateway_ports_token1] = ACTIONS(1269), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1269), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1269), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1269), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1269), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1269), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1269), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1269), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1269), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1269), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1269), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1269), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1269), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1269), + [aux_sym_host_key_alias_token1] = ACTIONS(1269), + [aux_sym_hostname_token1] = ACTIONS(1269), + [aux_sym_identities_only_token1] = ACTIONS(1269), + [aux_sym_identity_agent_token1] = ACTIONS(1269), + [aux_sym_identity_file_token1] = ACTIONS(1269), + [aux_sym_ignore_unknown_token1] = ACTIONS(1269), + [aux_sym_include_token1] = ACTIONS(1269), + [aux_sym_ip_qos_token1] = ACTIONS(1269), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1269), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1269), + [aux_sym_kex_algorithms_token1] = ACTIONS(1269), + [aux_sym_known_hosts_command_token1] = ACTIONS(1269), + [aux_sym_local_command_token1] = ACTIONS(1269), + [aux_sym_local_forward_token1] = ACTIONS(1269), + [aux_sym_log_level_token1] = ACTIONS(1269), + [aux_sym_log_verbose_token1] = ACTIONS(1269), + [aux_sym_macs_token1] = ACTIONS(1269), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1269), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1269), + [aux_sym_password_authentication_token1] = ACTIONS(1269), + [aux_sym_permit_local_command_token1] = ACTIONS(1269), + [aux_sym_permit_remote_open_token1] = ACTIONS(1269), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1269), + [aux_sym_port_token1] = ACTIONS(1269), + [aux_sym_preferred_authentications_token1] = ACTIONS(1269), + [aux_sym_protocol_token1] = ACTIONS(1269), + [aux_sym_proxy_command_token1] = ACTIONS(1269), + [aux_sym_proxy_jump_token1] = ACTIONS(1269), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1269), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1269), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1269), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1269), + [aux_sym_rekey_limit_token1] = ACTIONS(1269), + [aux_sym_remote_command_token1] = ACTIONS(1269), + [aux_sym_remote_forward_token1] = ACTIONS(1269), + [aux_sym_request_tty_token1] = ACTIONS(1269), + [aux_sym_required_rsa_size_token1] = ACTIONS(1269), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1269), + [aux_sym_security_key_provider_token1] = ACTIONS(1269), + [aux_sym_send_env_token1] = ACTIONS(1269), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1269), + [aux_sym_server_alive_interval_token1] = ACTIONS(1269), + [aux_sym_session_type_token1] = ACTIONS(1269), + [aux_sym_set_env_token1] = ACTIONS(1269), + [aux_sym_stdin_null_token1] = ACTIONS(1269), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1269), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1269), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1269), + [aux_sym_syslog_facility_token1] = ACTIONS(1269), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1269), + [aux_sym_keep_alive_token1] = ACTIONS(1269), + [aux_sym_tunnel_token1] = ACTIONS(1271), + [aux_sym_tunnel_device_token1] = ACTIONS(1269), + [aux_sym_update_host_keys_token1] = ACTIONS(1269), + [aux_sym_use_keychain_token1] = ACTIONS(1269), + [aux_sym_use_roaming_token1] = ACTIONS(1269), + [aux_sym_user_token1] = ACTIONS(1271), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1269), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1269), + [aux_sym_visual_host_key_token1] = ACTIONS(1269), + [aux_sym_xauth_location_token1] = ACTIONS(1269), }, [690] = { - [ts_builtin_sym_end] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1812), - [aux_sym_match_token1] = ACTIONS(1810), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1810), - [aux_sym_address_family_token1] = ACTIONS(1810), - [aux_sym_batch_mode_token1] = ACTIONS(1810), - [aux_sym_bind_address_token1] = ACTIONS(1810), - [aux_sym_bind_interface_token1] = ACTIONS(1810), - [aux_sym_canonical_domains_token1] = ACTIONS(1810), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1810), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1810), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1810), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1810), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1810), - [aux_sym_certificate_file_token1] = ACTIONS(1810), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1810), - [aux_sym_check_host_ip_token1] = ACTIONS(1810), - [aux_sym_ciphers_token1] = ACTIONS(1810), - [aux_sym_cipher_token1] = ACTIONS(1812), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1810), - [aux_sym_compression_token1] = ACTIONS(1810), - [aux_sym_connection_attempts_token1] = ACTIONS(1810), - [aux_sym_connect_timeout_token1] = ACTIONS(1810), - [aux_sym_control_master_token1] = ACTIONS(1810), - [aux_sym_control_path_token1] = ACTIONS(1810), - [aux_sym_control_persist_token1] = ACTIONS(1810), - [aux_sym_dynamic_forward_token1] = ACTIONS(1810), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1810), - [aux_sym_escape_char_token1] = ACTIONS(1810), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1810), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1810), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1810), - [aux_sym_forward_agent_token1] = ACTIONS(1810), - [aux_sym_forward_x11_token1] = ACTIONS(1812), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1810), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1810), - [aux_sym_gateway_ports_token1] = ACTIONS(1810), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1810), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1810), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1810), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1810), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1810), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1810), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1810), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1810), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1810), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1810), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1810), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1810), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1810), - [aux_sym_host_key_alias_token1] = ACTIONS(1810), - [aux_sym_hostname_token1] = ACTIONS(1810), - [aux_sym_identities_only_token1] = ACTIONS(1810), - [aux_sym_identity_agent_token1] = ACTIONS(1810), - [aux_sym_identity_file_token1] = ACTIONS(1810), - [aux_sym_ignore_unknown_token1] = ACTIONS(1810), - [aux_sym_include_token1] = ACTIONS(1810), - [aux_sym_ip_qos_token1] = ACTIONS(1810), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1810), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1810), - [aux_sym_kex_algorithms_token1] = ACTIONS(1810), - [aux_sym_known_hosts_command_token1] = ACTIONS(1810), - [aux_sym_local_command_token1] = ACTIONS(1810), - [aux_sym_local_forward_token1] = ACTIONS(1810), - [aux_sym_log_level_token1] = ACTIONS(1810), - [aux_sym_log_verbose_token1] = ACTIONS(1810), - [aux_sym_macs_token1] = ACTIONS(1810), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1810), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1810), - [aux_sym_password_authentication_token1] = ACTIONS(1810), - [aux_sym_permit_local_command_token1] = ACTIONS(1810), - [aux_sym_permit_remote_open_token1] = ACTIONS(1810), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1810), - [aux_sym_port_token1] = ACTIONS(1810), - [aux_sym_preferred_authentications_token1] = ACTIONS(1810), - [aux_sym_protocol_token1] = ACTIONS(1810), - [aux_sym_proxy_command_token1] = ACTIONS(1810), - [aux_sym_proxy_jump_token1] = ACTIONS(1810), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1810), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1810), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1810), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1810), - [aux_sym_rekey_limit_token1] = ACTIONS(1810), - [aux_sym_remote_command_token1] = ACTIONS(1810), - [aux_sym_remote_forward_token1] = ACTIONS(1810), - [aux_sym_request_tty_token1] = ACTIONS(1810), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1810), - [aux_sym_security_key_provider_token1] = ACTIONS(1810), - [aux_sym_send_env_token1] = ACTIONS(1810), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1810), - [aux_sym_server_alive_interval_token1] = ACTIONS(1810), - [aux_sym_session_type_token1] = ACTIONS(1810), - [aux_sym_set_env_token1] = ACTIONS(1810), - [aux_sym_stdin_null_token1] = ACTIONS(1810), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1810), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1810), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1810), - [aux_sym_syslog_facility_token1] = ACTIONS(1810), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1810), - [aux_sym_keep_alive_token1] = ACTIONS(1810), - [aux_sym_tunnel_token1] = ACTIONS(1812), - [aux_sym_tunnel_device_token1] = ACTIONS(1810), - [aux_sym_update_host_keys_token1] = ACTIONS(1810), - [aux_sym_use_keychain_token1] = ACTIONS(1810), - [aux_sym_use_roaming_token1] = ACTIONS(1810), - [aux_sym_user_token1] = ACTIONS(1812), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1810), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1810), - [aux_sym_visual_host_key_token1] = ACTIONS(1810), - [aux_sym_xauth_location_token1] = ACTIONS(1810), + [ts_builtin_sym_end] = ACTIONS(1839), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1841), + [aux_sym_match_token1] = ACTIONS(1839), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1839), + [aux_sym_address_family_token1] = ACTIONS(1839), + [aux_sym_batch_mode_token1] = ACTIONS(1839), + [aux_sym_bind_address_token1] = ACTIONS(1839), + [aux_sym_bind_interface_token1] = ACTIONS(1839), + [aux_sym_canonical_domains_token1] = ACTIONS(1839), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1839), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1839), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1839), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1839), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1839), + [aux_sym_certificate_file_token1] = ACTIONS(1839), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1839), + [aux_sym_check_host_ip_token1] = ACTIONS(1839), + [aux_sym_ciphers_token1] = ACTIONS(1839), + [aux_sym_cipher_token1] = ACTIONS(1841), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1839), + [aux_sym_compression_token1] = ACTIONS(1839), + [aux_sym_connection_attempts_token1] = ACTIONS(1839), + [aux_sym_connect_timeout_token1] = ACTIONS(1839), + [aux_sym_control_master_token1] = ACTIONS(1839), + [aux_sym_control_path_token1] = ACTIONS(1839), + [aux_sym_control_persist_token1] = ACTIONS(1839), + [aux_sym_dynamic_forward_token1] = ACTIONS(1839), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1839), + [aux_sym_escape_char_token1] = ACTIONS(1839), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1839), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1839), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1839), + [aux_sym_forward_agent_token1] = ACTIONS(1839), + [aux_sym_forward_x11_token1] = ACTIONS(1841), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1839), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1839), + [aux_sym_gateway_ports_token1] = ACTIONS(1839), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1839), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1839), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1839), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1839), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1839), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1839), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1839), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1839), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1839), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1839), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1839), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1839), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1839), + [aux_sym_host_key_alias_token1] = ACTIONS(1839), + [aux_sym_hostname_token1] = ACTIONS(1839), + [aux_sym_identities_only_token1] = ACTIONS(1839), + [aux_sym_identity_agent_token1] = ACTIONS(1839), + [aux_sym_identity_file_token1] = ACTIONS(1839), + [aux_sym_ignore_unknown_token1] = ACTIONS(1839), + [aux_sym_include_token1] = ACTIONS(1839), + [aux_sym_ip_qos_token1] = ACTIONS(1839), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1839), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1839), + [aux_sym_kex_algorithms_token1] = ACTIONS(1839), + [aux_sym_known_hosts_command_token1] = ACTIONS(1839), + [aux_sym_local_command_token1] = ACTIONS(1839), + [aux_sym_local_forward_token1] = ACTIONS(1839), + [aux_sym_log_level_token1] = ACTIONS(1839), + [aux_sym_log_verbose_token1] = ACTIONS(1839), + [aux_sym_macs_token1] = ACTIONS(1839), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1839), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1839), + [aux_sym_password_authentication_token1] = ACTIONS(1839), + [aux_sym_permit_local_command_token1] = ACTIONS(1839), + [aux_sym_permit_remote_open_token1] = ACTIONS(1839), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1839), + [aux_sym_port_token1] = ACTIONS(1839), + [aux_sym_preferred_authentications_token1] = ACTIONS(1839), + [aux_sym_protocol_token1] = ACTIONS(1839), + [aux_sym_proxy_command_token1] = ACTIONS(1839), + [aux_sym_proxy_jump_token1] = ACTIONS(1839), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1839), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1839), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1839), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1839), + [aux_sym_rekey_limit_token1] = ACTIONS(1839), + [aux_sym_remote_command_token1] = ACTIONS(1839), + [aux_sym_remote_forward_token1] = ACTIONS(1839), + [aux_sym_request_tty_token1] = ACTIONS(1839), + [aux_sym_required_rsa_size_token1] = ACTIONS(1839), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1839), + [aux_sym_security_key_provider_token1] = ACTIONS(1839), + [aux_sym_send_env_token1] = ACTIONS(1839), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1839), + [aux_sym_server_alive_interval_token1] = ACTIONS(1839), + [aux_sym_session_type_token1] = ACTIONS(1839), + [aux_sym_set_env_token1] = ACTIONS(1839), + [aux_sym_stdin_null_token1] = ACTIONS(1839), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1839), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1839), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1839), + [aux_sym_syslog_facility_token1] = ACTIONS(1839), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1839), + [aux_sym_keep_alive_token1] = ACTIONS(1839), + [aux_sym_tunnel_token1] = ACTIONS(1841), + [aux_sym_tunnel_device_token1] = ACTIONS(1839), + [aux_sym_update_host_keys_token1] = ACTIONS(1839), + [aux_sym_use_keychain_token1] = ACTIONS(1839), + [aux_sym_use_roaming_token1] = ACTIONS(1839), + [aux_sym_user_token1] = ACTIONS(1841), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1839), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1839), + [aux_sym_visual_host_key_token1] = ACTIONS(1839), + [aux_sym_xauth_location_token1] = ACTIONS(1839), }, [691] = { - [ts_builtin_sym_end] = ACTIONS(646), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(648), - [aux_sym_match_token1] = ACTIONS(646), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(646), - [aux_sym_address_family_token1] = ACTIONS(646), - [aux_sym_batch_mode_token1] = ACTIONS(646), - [aux_sym_bind_address_token1] = ACTIONS(646), - [aux_sym_bind_interface_token1] = ACTIONS(646), - [aux_sym_canonical_domains_token1] = ACTIONS(646), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(646), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(646), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(646), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(646), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(646), - [aux_sym_certificate_file_token1] = ACTIONS(646), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(646), - [aux_sym_check_host_ip_token1] = ACTIONS(646), - [aux_sym_ciphers_token1] = ACTIONS(646), - [aux_sym_cipher_token1] = ACTIONS(648), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(646), - [aux_sym_compression_token1] = ACTIONS(646), - [aux_sym_connection_attempts_token1] = ACTIONS(646), - [aux_sym_connect_timeout_token1] = ACTIONS(646), - [aux_sym_control_master_token1] = ACTIONS(646), - [aux_sym_control_path_token1] = ACTIONS(646), - [aux_sym_control_persist_token1] = ACTIONS(646), - [aux_sym_dynamic_forward_token1] = ACTIONS(646), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(646), - [aux_sym_escape_char_token1] = ACTIONS(646), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(646), - [aux_sym_fingerprint_hash_token1] = ACTIONS(646), - [aux_sym_fork_after_authentication_token1] = ACTIONS(646), - [aux_sym_forward_agent_token1] = ACTIONS(646), - [aux_sym_forward_x11_token1] = ACTIONS(648), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(646), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(646), - [aux_sym_gateway_ports_token1] = ACTIONS(646), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(646), - [aux_sym_gssapi_authentication_token1] = ACTIONS(646), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(646), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(646), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(646), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(646), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(646), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(646), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(646), - [aux_sym_hash_known_hosts_token1] = ACTIONS(646), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(646), - [aux_sym_hostbased_authentication_token1] = ACTIONS(646), - [aux_sym_host_key_algorithms_token1] = ACTIONS(646), - [aux_sym_host_key_alias_token1] = ACTIONS(646), - [aux_sym_hostname_token1] = ACTIONS(646), - [aux_sym_identities_only_token1] = ACTIONS(646), - [aux_sym_identity_agent_token1] = ACTIONS(646), - [aux_sym_identity_file_token1] = ACTIONS(646), - [aux_sym_ignore_unknown_token1] = ACTIONS(646), - [aux_sym_include_token1] = ACTIONS(646), - [aux_sym_ip_qos_token1] = ACTIONS(646), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(646), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(646), - [aux_sym_kex_algorithms_token1] = ACTIONS(646), - [aux_sym_known_hosts_command_token1] = ACTIONS(646), - [aux_sym_local_command_token1] = ACTIONS(646), - [aux_sym_local_forward_token1] = ACTIONS(646), - [aux_sym_log_level_token1] = ACTIONS(646), - [aux_sym_log_verbose_token1] = ACTIONS(646), - [aux_sym_macs_token1] = ACTIONS(646), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(646), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(646), - [aux_sym_password_authentication_token1] = ACTIONS(646), - [aux_sym_permit_local_command_token1] = ACTIONS(646), - [aux_sym_permit_remote_open_token1] = ACTIONS(646), - [aux_sym_pkcs11_provider_token1] = ACTIONS(646), - [aux_sym_port_token1] = ACTIONS(646), - [aux_sym_preferred_authentications_token1] = ACTIONS(646), - [aux_sym_protocol_token1] = ACTIONS(646), - [aux_sym_proxy_command_token1] = ACTIONS(646), - [aux_sym_proxy_jump_token1] = ACTIONS(646), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(646), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(646), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(646), - [aux_sym_pubkey_authentication_token1] = ACTIONS(646), - [aux_sym_rekey_limit_token1] = ACTIONS(646), - [aux_sym_remote_command_token1] = ACTIONS(646), - [aux_sym_remote_forward_token1] = ACTIONS(646), - [aux_sym_request_tty_token1] = ACTIONS(646), - [aux_sym_revoked_host_keys_token1] = ACTIONS(646), - [aux_sym_security_key_provider_token1] = ACTIONS(646), - [aux_sym_send_env_token1] = ACTIONS(646), - [aux_sym_server_alive_count_max_token1] = ACTIONS(646), - [aux_sym_server_alive_interval_token1] = ACTIONS(646), - [aux_sym_session_type_token1] = ACTIONS(646), - [aux_sym_set_env_token1] = ACTIONS(646), - [aux_sym_stdin_null_token1] = ACTIONS(646), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(646), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(646), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(646), - [aux_sym_syslog_facility_token1] = ACTIONS(646), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(646), - [aux_sym_keep_alive_token1] = ACTIONS(646), - [aux_sym_tunnel_token1] = ACTIONS(648), - [aux_sym_tunnel_device_token1] = ACTIONS(646), - [aux_sym_update_host_keys_token1] = ACTIONS(646), - [aux_sym_use_keychain_token1] = ACTIONS(646), - [aux_sym_use_roaming_token1] = ACTIONS(646), - [aux_sym_user_token1] = ACTIONS(648), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(646), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(646), - [aux_sym_visual_host_key_token1] = ACTIONS(646), - [aux_sym_xauth_location_token1] = ACTIONS(646), + [ts_builtin_sym_end] = ACTIONS(1275), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1277), + [aux_sym_match_token1] = ACTIONS(1275), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1275), + [aux_sym_address_family_token1] = ACTIONS(1275), + [aux_sym_batch_mode_token1] = ACTIONS(1275), + [aux_sym_bind_address_token1] = ACTIONS(1275), + [aux_sym_bind_interface_token1] = ACTIONS(1275), + [aux_sym_canonical_domains_token1] = ACTIONS(1275), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1275), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1275), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1275), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1275), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1275), + [aux_sym_certificate_file_token1] = ACTIONS(1275), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1275), + [aux_sym_check_host_ip_token1] = ACTIONS(1275), + [aux_sym_ciphers_token1] = ACTIONS(1275), + [aux_sym_cipher_token1] = ACTIONS(1277), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1275), + [aux_sym_compression_token1] = ACTIONS(1275), + [aux_sym_connection_attempts_token1] = ACTIONS(1275), + [aux_sym_connect_timeout_token1] = ACTIONS(1275), + [aux_sym_control_master_token1] = ACTIONS(1275), + [aux_sym_control_path_token1] = ACTIONS(1275), + [aux_sym_control_persist_token1] = ACTIONS(1275), + [aux_sym_dynamic_forward_token1] = ACTIONS(1275), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1275), + [aux_sym_escape_char_token1] = ACTIONS(1275), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1275), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1275), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1275), + [aux_sym_forward_agent_token1] = ACTIONS(1275), + [aux_sym_forward_x11_token1] = ACTIONS(1277), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1275), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1275), + [aux_sym_gateway_ports_token1] = ACTIONS(1275), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1275), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1275), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1275), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1275), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1275), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1275), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1275), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1275), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1275), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1275), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1275), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1275), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1275), + [aux_sym_host_key_alias_token1] = ACTIONS(1275), + [aux_sym_hostname_token1] = ACTIONS(1275), + [aux_sym_identities_only_token1] = ACTIONS(1275), + [aux_sym_identity_agent_token1] = ACTIONS(1275), + [aux_sym_identity_file_token1] = ACTIONS(1275), + [aux_sym_ignore_unknown_token1] = ACTIONS(1275), + [aux_sym_include_token1] = ACTIONS(1275), + [aux_sym_ip_qos_token1] = ACTIONS(1275), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1275), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1275), + [aux_sym_kex_algorithms_token1] = ACTIONS(1275), + [aux_sym_known_hosts_command_token1] = ACTIONS(1275), + [aux_sym_local_command_token1] = ACTIONS(1275), + [aux_sym_local_forward_token1] = ACTIONS(1275), + [aux_sym_log_level_token1] = ACTIONS(1275), + [aux_sym_log_verbose_token1] = ACTIONS(1275), + [aux_sym_macs_token1] = ACTIONS(1275), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1275), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1275), + [aux_sym_password_authentication_token1] = ACTIONS(1275), + [aux_sym_permit_local_command_token1] = ACTIONS(1275), + [aux_sym_permit_remote_open_token1] = ACTIONS(1275), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1275), + [aux_sym_port_token1] = ACTIONS(1275), + [aux_sym_preferred_authentications_token1] = ACTIONS(1275), + [aux_sym_protocol_token1] = ACTIONS(1275), + [aux_sym_proxy_command_token1] = ACTIONS(1275), + [aux_sym_proxy_jump_token1] = ACTIONS(1275), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1275), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1275), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1275), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1275), + [aux_sym_rekey_limit_token1] = ACTIONS(1275), + [aux_sym_remote_command_token1] = ACTIONS(1275), + [aux_sym_remote_forward_token1] = ACTIONS(1275), + [aux_sym_request_tty_token1] = ACTIONS(1275), + [aux_sym_required_rsa_size_token1] = ACTIONS(1275), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1275), + [aux_sym_security_key_provider_token1] = ACTIONS(1275), + [aux_sym_send_env_token1] = ACTIONS(1275), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1275), + [aux_sym_server_alive_interval_token1] = ACTIONS(1275), + [aux_sym_session_type_token1] = ACTIONS(1275), + [aux_sym_set_env_token1] = ACTIONS(1275), + [aux_sym_stdin_null_token1] = ACTIONS(1275), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1275), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1275), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1275), + [aux_sym_syslog_facility_token1] = ACTIONS(1275), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1275), + [aux_sym_keep_alive_token1] = ACTIONS(1275), + [aux_sym_tunnel_token1] = ACTIONS(1277), + [aux_sym_tunnel_device_token1] = ACTIONS(1275), + [aux_sym_update_host_keys_token1] = ACTIONS(1275), + [aux_sym_use_keychain_token1] = ACTIONS(1275), + [aux_sym_use_roaming_token1] = ACTIONS(1275), + [aux_sym_user_token1] = ACTIONS(1277), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1275), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1275), + [aux_sym_visual_host_key_token1] = ACTIONS(1275), + [aux_sym_xauth_location_token1] = ACTIONS(1275), }, [692] = { - [ts_builtin_sym_end] = ACTIONS(1390), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1392), - [aux_sym_match_token1] = ACTIONS(1390), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1390), - [aux_sym_address_family_token1] = ACTIONS(1390), - [aux_sym_batch_mode_token1] = ACTIONS(1390), - [aux_sym_bind_address_token1] = ACTIONS(1390), - [aux_sym_bind_interface_token1] = ACTIONS(1390), - [aux_sym_canonical_domains_token1] = ACTIONS(1390), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1390), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1390), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1390), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1390), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1390), - [aux_sym_certificate_file_token1] = ACTIONS(1390), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1390), - [aux_sym_check_host_ip_token1] = ACTIONS(1390), - [aux_sym_ciphers_token1] = ACTIONS(1390), - [aux_sym_cipher_token1] = ACTIONS(1392), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1390), - [aux_sym_compression_token1] = ACTIONS(1390), - [aux_sym_connection_attempts_token1] = ACTIONS(1390), - [aux_sym_connect_timeout_token1] = ACTIONS(1390), - [aux_sym_control_master_token1] = ACTIONS(1390), - [aux_sym_control_path_token1] = ACTIONS(1390), - [aux_sym_control_persist_token1] = ACTIONS(1390), - [aux_sym_dynamic_forward_token1] = ACTIONS(1390), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1390), - [aux_sym_escape_char_token1] = ACTIONS(1390), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1390), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1390), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1390), - [aux_sym_forward_agent_token1] = ACTIONS(1390), - [aux_sym_forward_x11_token1] = ACTIONS(1392), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1390), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1390), - [aux_sym_gateway_ports_token1] = ACTIONS(1390), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1390), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1390), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1390), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1390), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1390), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1390), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1390), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1390), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1390), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1390), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1390), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1390), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1390), - [aux_sym_host_key_alias_token1] = ACTIONS(1390), - [aux_sym_hostname_token1] = ACTIONS(1390), - [aux_sym_identities_only_token1] = ACTIONS(1390), - [aux_sym_identity_agent_token1] = ACTIONS(1390), - [aux_sym_identity_file_token1] = ACTIONS(1390), - [aux_sym_ignore_unknown_token1] = ACTIONS(1390), - [aux_sym_include_token1] = ACTIONS(1390), - [aux_sym_ip_qos_token1] = ACTIONS(1390), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1390), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1390), - [aux_sym_kex_algorithms_token1] = ACTIONS(1390), - [aux_sym_known_hosts_command_token1] = ACTIONS(1390), - [aux_sym_local_command_token1] = ACTIONS(1390), - [aux_sym_local_forward_token1] = ACTIONS(1390), - [aux_sym_log_level_token1] = ACTIONS(1390), - [aux_sym_log_verbose_token1] = ACTIONS(1390), - [aux_sym_macs_token1] = ACTIONS(1390), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1390), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1390), - [aux_sym_password_authentication_token1] = ACTIONS(1390), - [aux_sym_permit_local_command_token1] = ACTIONS(1390), - [aux_sym_permit_remote_open_token1] = ACTIONS(1390), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1390), - [aux_sym_port_token1] = ACTIONS(1390), - [aux_sym_preferred_authentications_token1] = ACTIONS(1390), - [aux_sym_protocol_token1] = ACTIONS(1390), - [aux_sym_proxy_command_token1] = ACTIONS(1390), - [aux_sym_proxy_jump_token1] = ACTIONS(1390), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1390), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1390), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1390), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1390), - [aux_sym_rekey_limit_token1] = ACTIONS(1390), - [aux_sym_remote_command_token1] = ACTIONS(1390), - [aux_sym_remote_forward_token1] = ACTIONS(1390), - [aux_sym_request_tty_token1] = ACTIONS(1390), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1390), - [aux_sym_security_key_provider_token1] = ACTIONS(1390), - [aux_sym_send_env_token1] = ACTIONS(1390), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1390), - [aux_sym_server_alive_interval_token1] = ACTIONS(1390), - [aux_sym_session_type_token1] = ACTIONS(1390), - [aux_sym_set_env_token1] = ACTIONS(1390), - [aux_sym_stdin_null_token1] = ACTIONS(1390), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1390), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1390), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1390), - [aux_sym_syslog_facility_token1] = ACTIONS(1390), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1390), - [aux_sym_keep_alive_token1] = ACTIONS(1390), - [aux_sym_tunnel_token1] = ACTIONS(1392), - [aux_sym_tunnel_device_token1] = ACTIONS(1390), - [aux_sym_update_host_keys_token1] = ACTIONS(1390), - [aux_sym_use_keychain_token1] = ACTIONS(1390), - [aux_sym_use_roaming_token1] = ACTIONS(1390), - [aux_sym_user_token1] = ACTIONS(1392), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1390), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1390), - [aux_sym_visual_host_key_token1] = ACTIONS(1390), - [aux_sym_xauth_location_token1] = ACTIONS(1390), + [ts_builtin_sym_end] = ACTIONS(1575), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1577), + [aux_sym_match_token1] = ACTIONS(1575), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1575), + [aux_sym_address_family_token1] = ACTIONS(1575), + [aux_sym_batch_mode_token1] = ACTIONS(1575), + [aux_sym_bind_address_token1] = ACTIONS(1575), + [aux_sym_bind_interface_token1] = ACTIONS(1575), + [aux_sym_canonical_domains_token1] = ACTIONS(1575), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1575), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1575), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1575), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1575), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1575), + [aux_sym_certificate_file_token1] = ACTIONS(1575), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1575), + [aux_sym_check_host_ip_token1] = ACTIONS(1575), + [aux_sym_ciphers_token1] = ACTIONS(1575), + [aux_sym_cipher_token1] = ACTIONS(1577), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1575), + [aux_sym_compression_token1] = ACTIONS(1575), + [aux_sym_connection_attempts_token1] = ACTIONS(1575), + [aux_sym_connect_timeout_token1] = ACTIONS(1575), + [aux_sym_control_master_token1] = ACTIONS(1575), + [aux_sym_control_path_token1] = ACTIONS(1575), + [aux_sym_control_persist_token1] = ACTIONS(1575), + [aux_sym_dynamic_forward_token1] = ACTIONS(1575), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1575), + [aux_sym_escape_char_token1] = ACTIONS(1575), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1575), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1575), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1575), + [aux_sym_forward_agent_token1] = ACTIONS(1575), + [aux_sym_forward_x11_token1] = ACTIONS(1577), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1575), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1575), + [aux_sym_gateway_ports_token1] = ACTIONS(1575), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1575), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1575), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1575), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1575), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1575), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1575), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1575), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1575), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1575), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1575), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1575), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1575), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1575), + [aux_sym_host_key_alias_token1] = ACTIONS(1575), + [aux_sym_hostname_token1] = ACTIONS(1575), + [aux_sym_identities_only_token1] = ACTIONS(1575), + [aux_sym_identity_agent_token1] = ACTIONS(1575), + [aux_sym_identity_file_token1] = ACTIONS(1575), + [aux_sym_ignore_unknown_token1] = ACTIONS(1575), + [aux_sym_include_token1] = ACTIONS(1575), + [aux_sym_ip_qos_token1] = ACTIONS(1575), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1575), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1575), + [aux_sym_kex_algorithms_token1] = ACTIONS(1575), + [aux_sym_known_hosts_command_token1] = ACTIONS(1575), + [aux_sym_local_command_token1] = ACTIONS(1575), + [aux_sym_local_forward_token1] = ACTIONS(1575), + [aux_sym_log_level_token1] = ACTIONS(1575), + [aux_sym_log_verbose_token1] = ACTIONS(1575), + [aux_sym_macs_token1] = ACTIONS(1575), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1575), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1575), + [aux_sym_password_authentication_token1] = ACTIONS(1575), + [aux_sym_permit_local_command_token1] = ACTIONS(1575), + [aux_sym_permit_remote_open_token1] = ACTIONS(1575), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1575), + [aux_sym_port_token1] = ACTIONS(1575), + [aux_sym_preferred_authentications_token1] = ACTIONS(1575), + [aux_sym_protocol_token1] = ACTIONS(1575), + [aux_sym_proxy_command_token1] = ACTIONS(1575), + [aux_sym_proxy_jump_token1] = ACTIONS(1575), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1575), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1575), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1575), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1575), + [aux_sym_rekey_limit_token1] = ACTIONS(1575), + [aux_sym_remote_command_token1] = ACTIONS(1575), + [aux_sym_remote_forward_token1] = ACTIONS(1575), + [aux_sym_request_tty_token1] = ACTIONS(1575), + [aux_sym_required_rsa_size_token1] = ACTIONS(1575), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1575), + [aux_sym_security_key_provider_token1] = ACTIONS(1575), + [aux_sym_send_env_token1] = ACTIONS(1575), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1575), + [aux_sym_server_alive_interval_token1] = ACTIONS(1575), + [aux_sym_session_type_token1] = ACTIONS(1575), + [aux_sym_set_env_token1] = ACTIONS(1575), + [aux_sym_stdin_null_token1] = ACTIONS(1575), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1575), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1575), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1575), + [aux_sym_syslog_facility_token1] = ACTIONS(1575), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1575), + [aux_sym_keep_alive_token1] = ACTIONS(1575), + [aux_sym_tunnel_token1] = ACTIONS(1577), + [aux_sym_tunnel_device_token1] = ACTIONS(1575), + [aux_sym_update_host_keys_token1] = ACTIONS(1575), + [aux_sym_use_keychain_token1] = ACTIONS(1575), + [aux_sym_use_roaming_token1] = ACTIONS(1575), + [aux_sym_user_token1] = ACTIONS(1577), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1575), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1575), + [aux_sym_visual_host_key_token1] = ACTIONS(1575), + [aux_sym_xauth_location_token1] = ACTIONS(1575), }, [693] = { - [ts_builtin_sym_end] = ACTIONS(1804), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1806), - [aux_sym_match_token1] = ACTIONS(1804), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1804), - [aux_sym_address_family_token1] = ACTIONS(1804), - [aux_sym_batch_mode_token1] = ACTIONS(1804), - [aux_sym_bind_address_token1] = ACTIONS(1804), - [aux_sym_bind_interface_token1] = ACTIONS(1804), - [aux_sym_canonical_domains_token1] = ACTIONS(1804), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1804), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1804), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1804), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1804), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1804), - [aux_sym_certificate_file_token1] = ACTIONS(1804), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1804), - [aux_sym_check_host_ip_token1] = ACTIONS(1804), - [aux_sym_ciphers_token1] = ACTIONS(1804), - [aux_sym_cipher_token1] = ACTIONS(1806), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1804), - [aux_sym_compression_token1] = ACTIONS(1804), - [aux_sym_connection_attempts_token1] = ACTIONS(1804), - [aux_sym_connect_timeout_token1] = ACTIONS(1804), - [aux_sym_control_master_token1] = ACTIONS(1804), - [aux_sym_control_path_token1] = ACTIONS(1804), - [aux_sym_control_persist_token1] = ACTIONS(1804), - [aux_sym_dynamic_forward_token1] = ACTIONS(1804), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1804), - [aux_sym_escape_char_token1] = ACTIONS(1804), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1804), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1804), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1804), - [aux_sym_forward_agent_token1] = ACTIONS(1804), - [aux_sym_forward_x11_token1] = ACTIONS(1806), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1804), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1804), - [aux_sym_gateway_ports_token1] = ACTIONS(1804), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1804), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1804), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1804), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1804), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1804), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1804), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1804), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1804), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1804), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1804), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1804), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1804), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1804), - [aux_sym_host_key_alias_token1] = ACTIONS(1804), - [aux_sym_hostname_token1] = ACTIONS(1804), - [aux_sym_identities_only_token1] = ACTIONS(1804), - [aux_sym_identity_agent_token1] = ACTIONS(1804), - [aux_sym_identity_file_token1] = ACTIONS(1804), - [aux_sym_ignore_unknown_token1] = ACTIONS(1804), - [aux_sym_include_token1] = ACTIONS(1804), - [aux_sym_ip_qos_token1] = ACTIONS(1804), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1804), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1804), - [aux_sym_kex_algorithms_token1] = ACTIONS(1804), - [aux_sym_known_hosts_command_token1] = ACTIONS(1804), - [aux_sym_local_command_token1] = ACTIONS(1804), - [aux_sym_local_forward_token1] = ACTIONS(1804), - [aux_sym_log_level_token1] = ACTIONS(1804), - [aux_sym_log_verbose_token1] = ACTIONS(1804), - [aux_sym_macs_token1] = ACTIONS(1804), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1804), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1804), - [aux_sym_password_authentication_token1] = ACTIONS(1804), - [aux_sym_permit_local_command_token1] = ACTIONS(1804), - [aux_sym_permit_remote_open_token1] = ACTIONS(1804), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1804), - [aux_sym_port_token1] = ACTIONS(1804), - [aux_sym_preferred_authentications_token1] = ACTIONS(1804), - [aux_sym_protocol_token1] = ACTIONS(1804), - [aux_sym_proxy_command_token1] = ACTIONS(1804), - [aux_sym_proxy_jump_token1] = ACTIONS(1804), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1804), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1804), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1804), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1804), - [aux_sym_rekey_limit_token1] = ACTIONS(1804), - [aux_sym_remote_command_token1] = ACTIONS(1804), - [aux_sym_remote_forward_token1] = ACTIONS(1804), - [aux_sym_request_tty_token1] = ACTIONS(1804), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1804), - [aux_sym_security_key_provider_token1] = ACTIONS(1804), - [aux_sym_send_env_token1] = ACTIONS(1804), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1804), - [aux_sym_server_alive_interval_token1] = ACTIONS(1804), - [aux_sym_session_type_token1] = ACTIONS(1804), - [aux_sym_set_env_token1] = ACTIONS(1804), - [aux_sym_stdin_null_token1] = ACTIONS(1804), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1804), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1804), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1804), - [aux_sym_syslog_facility_token1] = ACTIONS(1804), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1804), - [aux_sym_keep_alive_token1] = ACTIONS(1804), - [aux_sym_tunnel_token1] = ACTIONS(1806), - [aux_sym_tunnel_device_token1] = ACTIONS(1804), - [aux_sym_update_host_keys_token1] = ACTIONS(1804), - [aux_sym_use_keychain_token1] = ACTIONS(1804), - [aux_sym_use_roaming_token1] = ACTIONS(1804), - [aux_sym_user_token1] = ACTIONS(1806), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1804), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1804), - [aux_sym_visual_host_key_token1] = ACTIONS(1804), - [aux_sym_xauth_location_token1] = ACTIONS(1804), + [ts_builtin_sym_end] = ACTIONS(1833), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1835), + [aux_sym_match_token1] = ACTIONS(1833), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1833), + [aux_sym_address_family_token1] = ACTIONS(1833), + [aux_sym_batch_mode_token1] = ACTIONS(1833), + [aux_sym_bind_address_token1] = ACTIONS(1833), + [aux_sym_bind_interface_token1] = ACTIONS(1833), + [aux_sym_canonical_domains_token1] = ACTIONS(1833), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1833), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1833), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1833), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1833), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1833), + [aux_sym_certificate_file_token1] = ACTIONS(1833), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1833), + [aux_sym_check_host_ip_token1] = ACTIONS(1833), + [aux_sym_ciphers_token1] = ACTIONS(1833), + [aux_sym_cipher_token1] = ACTIONS(1835), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1833), + [aux_sym_compression_token1] = ACTIONS(1833), + [aux_sym_connection_attempts_token1] = ACTIONS(1833), + [aux_sym_connect_timeout_token1] = ACTIONS(1833), + [aux_sym_control_master_token1] = ACTIONS(1833), + [aux_sym_control_path_token1] = ACTIONS(1833), + [aux_sym_control_persist_token1] = ACTIONS(1833), + [aux_sym_dynamic_forward_token1] = ACTIONS(1833), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1833), + [aux_sym_escape_char_token1] = ACTIONS(1833), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1833), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1833), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1833), + [aux_sym_forward_agent_token1] = ACTIONS(1833), + [aux_sym_forward_x11_token1] = ACTIONS(1835), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1833), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1833), + [aux_sym_gateway_ports_token1] = ACTIONS(1833), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1833), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1833), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1833), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1833), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1833), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1833), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1833), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1833), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1833), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1833), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1833), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1833), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1833), + [aux_sym_host_key_alias_token1] = ACTIONS(1833), + [aux_sym_hostname_token1] = ACTIONS(1833), + [aux_sym_identities_only_token1] = ACTIONS(1833), + [aux_sym_identity_agent_token1] = ACTIONS(1833), + [aux_sym_identity_file_token1] = ACTIONS(1833), + [aux_sym_ignore_unknown_token1] = ACTIONS(1833), + [aux_sym_include_token1] = ACTIONS(1833), + [aux_sym_ip_qos_token1] = ACTIONS(1833), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1833), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1833), + [aux_sym_kex_algorithms_token1] = ACTIONS(1833), + [aux_sym_known_hosts_command_token1] = ACTIONS(1833), + [aux_sym_local_command_token1] = ACTIONS(1833), + [aux_sym_local_forward_token1] = ACTIONS(1833), + [aux_sym_log_level_token1] = ACTIONS(1833), + [aux_sym_log_verbose_token1] = ACTIONS(1833), + [aux_sym_macs_token1] = ACTIONS(1833), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1833), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1833), + [aux_sym_password_authentication_token1] = ACTIONS(1833), + [aux_sym_permit_local_command_token1] = ACTIONS(1833), + [aux_sym_permit_remote_open_token1] = ACTIONS(1833), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1833), + [aux_sym_port_token1] = ACTIONS(1833), + [aux_sym_preferred_authentications_token1] = ACTIONS(1833), + [aux_sym_protocol_token1] = ACTIONS(1833), + [aux_sym_proxy_command_token1] = ACTIONS(1833), + [aux_sym_proxy_jump_token1] = ACTIONS(1833), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1833), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1833), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1833), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1833), + [aux_sym_rekey_limit_token1] = ACTIONS(1833), + [aux_sym_remote_command_token1] = ACTIONS(1833), + [aux_sym_remote_forward_token1] = ACTIONS(1833), + [aux_sym_request_tty_token1] = ACTIONS(1833), + [aux_sym_required_rsa_size_token1] = ACTIONS(1833), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1833), + [aux_sym_security_key_provider_token1] = ACTIONS(1833), + [aux_sym_send_env_token1] = ACTIONS(1833), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1833), + [aux_sym_server_alive_interval_token1] = ACTIONS(1833), + [aux_sym_session_type_token1] = ACTIONS(1833), + [aux_sym_set_env_token1] = ACTIONS(1833), + [aux_sym_stdin_null_token1] = ACTIONS(1833), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1833), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1833), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1833), + [aux_sym_syslog_facility_token1] = ACTIONS(1833), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1833), + [aux_sym_keep_alive_token1] = ACTIONS(1833), + [aux_sym_tunnel_token1] = ACTIONS(1835), + [aux_sym_tunnel_device_token1] = ACTIONS(1833), + [aux_sym_update_host_keys_token1] = ACTIONS(1833), + [aux_sym_use_keychain_token1] = ACTIONS(1833), + [aux_sym_use_roaming_token1] = ACTIONS(1833), + [aux_sym_user_token1] = ACTIONS(1835), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1833), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1833), + [aux_sym_visual_host_key_token1] = ACTIONS(1833), + [aux_sym_xauth_location_token1] = ACTIONS(1833), }, [694] = { - [ts_builtin_sym_end] = ACTIONS(652), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(654), - [aux_sym_match_token1] = ACTIONS(652), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(652), - [aux_sym_address_family_token1] = ACTIONS(652), - [aux_sym_batch_mode_token1] = ACTIONS(652), - [aux_sym_bind_address_token1] = ACTIONS(652), - [aux_sym_bind_interface_token1] = ACTIONS(652), - [aux_sym_canonical_domains_token1] = ACTIONS(652), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(652), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(652), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(652), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(652), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(652), - [aux_sym_certificate_file_token1] = ACTIONS(652), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(652), - [aux_sym_check_host_ip_token1] = ACTIONS(652), - [aux_sym_ciphers_token1] = ACTIONS(652), - [aux_sym_cipher_token1] = ACTIONS(654), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(652), - [aux_sym_compression_token1] = ACTIONS(652), - [aux_sym_connection_attempts_token1] = ACTIONS(652), - [aux_sym_connect_timeout_token1] = ACTIONS(652), - [aux_sym_control_master_token1] = ACTIONS(652), - [aux_sym_control_path_token1] = ACTIONS(652), - [aux_sym_control_persist_token1] = ACTIONS(652), - [aux_sym_dynamic_forward_token1] = ACTIONS(652), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(652), - [aux_sym_escape_char_token1] = ACTIONS(652), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(652), - [aux_sym_fingerprint_hash_token1] = ACTIONS(652), - [aux_sym_fork_after_authentication_token1] = ACTIONS(652), - [aux_sym_forward_agent_token1] = ACTIONS(652), - [aux_sym_forward_x11_token1] = ACTIONS(654), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(652), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(652), - [aux_sym_gateway_ports_token1] = ACTIONS(652), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(652), - [aux_sym_gssapi_authentication_token1] = ACTIONS(652), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(652), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(652), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(652), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(652), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(652), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(652), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(652), - [aux_sym_hash_known_hosts_token1] = ACTIONS(652), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(652), - [aux_sym_hostbased_authentication_token1] = ACTIONS(652), - [aux_sym_host_key_algorithms_token1] = ACTIONS(652), - [aux_sym_host_key_alias_token1] = ACTIONS(652), - [aux_sym_hostname_token1] = ACTIONS(652), - [aux_sym_identities_only_token1] = ACTIONS(652), - [aux_sym_identity_agent_token1] = ACTIONS(652), - [aux_sym_identity_file_token1] = ACTIONS(652), - [aux_sym_ignore_unknown_token1] = ACTIONS(652), - [aux_sym_include_token1] = ACTIONS(652), - [aux_sym_ip_qos_token1] = ACTIONS(652), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(652), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(652), - [aux_sym_kex_algorithms_token1] = ACTIONS(652), - [aux_sym_known_hosts_command_token1] = ACTIONS(652), - [aux_sym_local_command_token1] = ACTIONS(652), - [aux_sym_local_forward_token1] = ACTIONS(652), - [aux_sym_log_level_token1] = ACTIONS(652), - [aux_sym_log_verbose_token1] = ACTIONS(652), - [aux_sym_macs_token1] = ACTIONS(652), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(652), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(652), - [aux_sym_password_authentication_token1] = ACTIONS(652), - [aux_sym_permit_local_command_token1] = ACTIONS(652), - [aux_sym_permit_remote_open_token1] = ACTIONS(652), - [aux_sym_pkcs11_provider_token1] = ACTIONS(652), - [aux_sym_port_token1] = ACTIONS(652), - [aux_sym_preferred_authentications_token1] = ACTIONS(652), - [aux_sym_protocol_token1] = ACTIONS(652), - [aux_sym_proxy_command_token1] = ACTIONS(652), - [aux_sym_proxy_jump_token1] = ACTIONS(652), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(652), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(652), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(652), - [aux_sym_pubkey_authentication_token1] = ACTIONS(652), - [aux_sym_rekey_limit_token1] = ACTIONS(652), - [aux_sym_remote_command_token1] = ACTIONS(652), - [aux_sym_remote_forward_token1] = ACTIONS(652), - [aux_sym_request_tty_token1] = ACTIONS(652), - [aux_sym_revoked_host_keys_token1] = ACTIONS(652), - [aux_sym_security_key_provider_token1] = ACTIONS(652), - [aux_sym_send_env_token1] = ACTIONS(652), - [aux_sym_server_alive_count_max_token1] = ACTIONS(652), - [aux_sym_server_alive_interval_token1] = ACTIONS(652), - [aux_sym_session_type_token1] = ACTIONS(652), - [aux_sym_set_env_token1] = ACTIONS(652), - [aux_sym_stdin_null_token1] = ACTIONS(652), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(652), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(652), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(652), - [aux_sym_syslog_facility_token1] = ACTIONS(652), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(652), - [aux_sym_keep_alive_token1] = ACTIONS(652), - [aux_sym_tunnel_token1] = ACTIONS(654), - [aux_sym_tunnel_device_token1] = ACTIONS(652), - [aux_sym_update_host_keys_token1] = ACTIONS(652), - [aux_sym_use_keychain_token1] = ACTIONS(652), - [aux_sym_use_roaming_token1] = ACTIONS(652), - [aux_sym_user_token1] = ACTIONS(654), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(652), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(652), - [aux_sym_visual_host_key_token1] = ACTIONS(652), - [aux_sym_xauth_location_token1] = ACTIONS(652), + [ts_builtin_sym_end] = ACTIONS(1281), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1283), + [aux_sym_match_token1] = ACTIONS(1281), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1281), + [aux_sym_address_family_token1] = ACTIONS(1281), + [aux_sym_batch_mode_token1] = ACTIONS(1281), + [aux_sym_bind_address_token1] = ACTIONS(1281), + [aux_sym_bind_interface_token1] = ACTIONS(1281), + [aux_sym_canonical_domains_token1] = ACTIONS(1281), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1281), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1281), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1281), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1281), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1281), + [aux_sym_certificate_file_token1] = ACTIONS(1281), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1281), + [aux_sym_check_host_ip_token1] = ACTIONS(1281), + [aux_sym_ciphers_token1] = ACTIONS(1281), + [aux_sym_cipher_token1] = ACTIONS(1283), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1281), + [aux_sym_compression_token1] = ACTIONS(1281), + [aux_sym_connection_attempts_token1] = ACTIONS(1281), + [aux_sym_connect_timeout_token1] = ACTIONS(1281), + [aux_sym_control_master_token1] = ACTIONS(1281), + [aux_sym_control_path_token1] = ACTIONS(1281), + [aux_sym_control_persist_token1] = ACTIONS(1281), + [aux_sym_dynamic_forward_token1] = ACTIONS(1281), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1281), + [aux_sym_escape_char_token1] = ACTIONS(1281), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1281), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1281), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1281), + [aux_sym_forward_agent_token1] = ACTIONS(1281), + [aux_sym_forward_x11_token1] = ACTIONS(1283), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1281), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1281), + [aux_sym_gateway_ports_token1] = ACTIONS(1281), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1281), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1281), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1281), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1281), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1281), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1281), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1281), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1281), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1281), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1281), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1281), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1281), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1281), + [aux_sym_host_key_alias_token1] = ACTIONS(1281), + [aux_sym_hostname_token1] = ACTIONS(1281), + [aux_sym_identities_only_token1] = ACTIONS(1281), + [aux_sym_identity_agent_token1] = ACTIONS(1281), + [aux_sym_identity_file_token1] = ACTIONS(1281), + [aux_sym_ignore_unknown_token1] = ACTIONS(1281), + [aux_sym_include_token1] = ACTIONS(1281), + [aux_sym_ip_qos_token1] = ACTIONS(1281), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1281), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1281), + [aux_sym_kex_algorithms_token1] = ACTIONS(1281), + [aux_sym_known_hosts_command_token1] = ACTIONS(1281), + [aux_sym_local_command_token1] = ACTIONS(1281), + [aux_sym_local_forward_token1] = ACTIONS(1281), + [aux_sym_log_level_token1] = ACTIONS(1281), + [aux_sym_log_verbose_token1] = ACTIONS(1281), + [aux_sym_macs_token1] = ACTIONS(1281), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1281), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1281), + [aux_sym_password_authentication_token1] = ACTIONS(1281), + [aux_sym_permit_local_command_token1] = ACTIONS(1281), + [aux_sym_permit_remote_open_token1] = ACTIONS(1281), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1281), + [aux_sym_port_token1] = ACTIONS(1281), + [aux_sym_preferred_authentications_token1] = ACTIONS(1281), + [aux_sym_protocol_token1] = ACTIONS(1281), + [aux_sym_proxy_command_token1] = ACTIONS(1281), + [aux_sym_proxy_jump_token1] = ACTIONS(1281), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1281), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1281), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1281), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1281), + [aux_sym_rekey_limit_token1] = ACTIONS(1281), + [aux_sym_remote_command_token1] = ACTIONS(1281), + [aux_sym_remote_forward_token1] = ACTIONS(1281), + [aux_sym_request_tty_token1] = ACTIONS(1281), + [aux_sym_required_rsa_size_token1] = ACTIONS(1281), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1281), + [aux_sym_security_key_provider_token1] = ACTIONS(1281), + [aux_sym_send_env_token1] = ACTIONS(1281), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1281), + [aux_sym_server_alive_interval_token1] = ACTIONS(1281), + [aux_sym_session_type_token1] = ACTIONS(1281), + [aux_sym_set_env_token1] = ACTIONS(1281), + [aux_sym_stdin_null_token1] = ACTIONS(1281), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1281), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1281), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1281), + [aux_sym_syslog_facility_token1] = ACTIONS(1281), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1281), + [aux_sym_keep_alive_token1] = ACTIONS(1281), + [aux_sym_tunnel_token1] = ACTIONS(1283), + [aux_sym_tunnel_device_token1] = ACTIONS(1281), + [aux_sym_update_host_keys_token1] = ACTIONS(1281), + [aux_sym_use_keychain_token1] = ACTIONS(1281), + [aux_sym_use_roaming_token1] = ACTIONS(1281), + [aux_sym_user_token1] = ACTIONS(1283), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1281), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1281), + [aux_sym_visual_host_key_token1] = ACTIONS(1281), + [aux_sym_xauth_location_token1] = ACTIONS(1281), }, [695] = { - [ts_builtin_sym_end] = ACTIONS(832), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(834), - [aux_sym_match_token1] = ACTIONS(832), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(832), - [aux_sym_address_family_token1] = ACTIONS(832), - [aux_sym_batch_mode_token1] = ACTIONS(832), - [aux_sym_bind_address_token1] = ACTIONS(832), - [aux_sym_bind_interface_token1] = ACTIONS(832), - [aux_sym_canonical_domains_token1] = ACTIONS(832), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(832), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(832), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(832), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(832), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(832), - [aux_sym_certificate_file_token1] = ACTIONS(832), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(832), - [aux_sym_check_host_ip_token1] = ACTIONS(832), - [aux_sym_ciphers_token1] = ACTIONS(832), - [aux_sym_cipher_token1] = ACTIONS(834), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(832), - [aux_sym_compression_token1] = ACTIONS(832), - [aux_sym_connection_attempts_token1] = ACTIONS(832), - [aux_sym_connect_timeout_token1] = ACTIONS(832), - [aux_sym_control_master_token1] = ACTIONS(832), - [aux_sym_control_path_token1] = ACTIONS(832), - [aux_sym_control_persist_token1] = ACTIONS(832), - [aux_sym_dynamic_forward_token1] = ACTIONS(832), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(832), - [aux_sym_escape_char_token1] = ACTIONS(832), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(832), - [aux_sym_fingerprint_hash_token1] = ACTIONS(832), - [aux_sym_fork_after_authentication_token1] = ACTIONS(832), - [aux_sym_forward_agent_token1] = ACTIONS(832), - [aux_sym_forward_x11_token1] = ACTIONS(834), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(832), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(832), - [aux_sym_gateway_ports_token1] = ACTIONS(832), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(832), - [aux_sym_gssapi_authentication_token1] = ACTIONS(832), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(832), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(832), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(832), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(832), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(832), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(832), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(832), - [aux_sym_hash_known_hosts_token1] = ACTIONS(832), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(832), - [aux_sym_hostbased_authentication_token1] = ACTIONS(832), - [aux_sym_host_key_algorithms_token1] = ACTIONS(832), - [aux_sym_host_key_alias_token1] = ACTIONS(832), - [aux_sym_hostname_token1] = ACTIONS(832), - [aux_sym_identities_only_token1] = ACTIONS(832), - [aux_sym_identity_agent_token1] = ACTIONS(832), - [aux_sym_identity_file_token1] = ACTIONS(832), - [aux_sym_ignore_unknown_token1] = ACTIONS(832), - [aux_sym_include_token1] = ACTIONS(832), - [aux_sym_ip_qos_token1] = ACTIONS(832), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(832), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(832), - [aux_sym_kex_algorithms_token1] = ACTIONS(832), - [aux_sym_known_hosts_command_token1] = ACTIONS(832), - [aux_sym_local_command_token1] = ACTIONS(832), - [aux_sym_local_forward_token1] = ACTIONS(832), - [aux_sym_log_level_token1] = ACTIONS(832), - [aux_sym_log_verbose_token1] = ACTIONS(832), - [aux_sym_macs_token1] = ACTIONS(832), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(832), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(832), - [aux_sym_password_authentication_token1] = ACTIONS(832), - [aux_sym_permit_local_command_token1] = ACTIONS(832), - [aux_sym_permit_remote_open_token1] = ACTIONS(832), - [aux_sym_pkcs11_provider_token1] = ACTIONS(832), - [aux_sym_port_token1] = ACTIONS(832), - [aux_sym_preferred_authentications_token1] = ACTIONS(832), - [aux_sym_protocol_token1] = ACTIONS(832), - [aux_sym_proxy_command_token1] = ACTIONS(832), - [aux_sym_proxy_jump_token1] = ACTIONS(832), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(832), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(832), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(832), - [aux_sym_pubkey_authentication_token1] = ACTIONS(832), - [aux_sym_rekey_limit_token1] = ACTIONS(832), - [aux_sym_remote_command_token1] = ACTIONS(832), - [aux_sym_remote_forward_token1] = ACTIONS(832), - [aux_sym_request_tty_token1] = ACTIONS(832), - [aux_sym_revoked_host_keys_token1] = ACTIONS(832), - [aux_sym_security_key_provider_token1] = ACTIONS(832), - [aux_sym_send_env_token1] = ACTIONS(832), - [aux_sym_server_alive_count_max_token1] = ACTIONS(832), - [aux_sym_server_alive_interval_token1] = ACTIONS(832), - [aux_sym_session_type_token1] = ACTIONS(832), - [aux_sym_set_env_token1] = ACTIONS(832), - [aux_sym_stdin_null_token1] = ACTIONS(832), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(832), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(832), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(832), - [aux_sym_syslog_facility_token1] = ACTIONS(832), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(832), - [aux_sym_keep_alive_token1] = ACTIONS(832), - [aux_sym_tunnel_token1] = ACTIONS(834), - [aux_sym_tunnel_device_token1] = ACTIONS(832), - [aux_sym_update_host_keys_token1] = ACTIONS(832), - [aux_sym_use_keychain_token1] = ACTIONS(832), - [aux_sym_use_roaming_token1] = ACTIONS(832), - [aux_sym_user_token1] = ACTIONS(834), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(832), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(832), - [aux_sym_visual_host_key_token1] = ACTIONS(832), - [aux_sym_xauth_location_token1] = ACTIONS(832), + [ts_builtin_sym_end] = ACTIONS(1287), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1289), + [aux_sym_match_token1] = ACTIONS(1287), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1287), + [aux_sym_address_family_token1] = ACTIONS(1287), + [aux_sym_batch_mode_token1] = ACTIONS(1287), + [aux_sym_bind_address_token1] = ACTIONS(1287), + [aux_sym_bind_interface_token1] = ACTIONS(1287), + [aux_sym_canonical_domains_token1] = ACTIONS(1287), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1287), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1287), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1287), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1287), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1287), + [aux_sym_certificate_file_token1] = ACTIONS(1287), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1287), + [aux_sym_check_host_ip_token1] = ACTIONS(1287), + [aux_sym_ciphers_token1] = ACTIONS(1287), + [aux_sym_cipher_token1] = ACTIONS(1289), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1287), + [aux_sym_compression_token1] = ACTIONS(1287), + [aux_sym_connection_attempts_token1] = ACTIONS(1287), + [aux_sym_connect_timeout_token1] = ACTIONS(1287), + [aux_sym_control_master_token1] = ACTIONS(1287), + [aux_sym_control_path_token1] = ACTIONS(1287), + [aux_sym_control_persist_token1] = ACTIONS(1287), + [aux_sym_dynamic_forward_token1] = ACTIONS(1287), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1287), + [aux_sym_escape_char_token1] = ACTIONS(1287), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1287), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1287), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1287), + [aux_sym_forward_agent_token1] = ACTIONS(1287), + [aux_sym_forward_x11_token1] = ACTIONS(1289), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1287), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1287), + [aux_sym_gateway_ports_token1] = ACTIONS(1287), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1287), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1287), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1287), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1287), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1287), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1287), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1287), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1287), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1287), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1287), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1287), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1287), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1287), + [aux_sym_host_key_alias_token1] = ACTIONS(1287), + [aux_sym_hostname_token1] = ACTIONS(1287), + [aux_sym_identities_only_token1] = ACTIONS(1287), + [aux_sym_identity_agent_token1] = ACTIONS(1287), + [aux_sym_identity_file_token1] = ACTIONS(1287), + [aux_sym_ignore_unknown_token1] = ACTIONS(1287), + [aux_sym_include_token1] = ACTIONS(1287), + [aux_sym_ip_qos_token1] = ACTIONS(1287), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1287), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1287), + [aux_sym_kex_algorithms_token1] = ACTIONS(1287), + [aux_sym_known_hosts_command_token1] = ACTIONS(1287), + [aux_sym_local_command_token1] = ACTIONS(1287), + [aux_sym_local_forward_token1] = ACTIONS(1287), + [aux_sym_log_level_token1] = ACTIONS(1287), + [aux_sym_log_verbose_token1] = ACTIONS(1287), + [aux_sym_macs_token1] = ACTIONS(1287), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1287), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1287), + [aux_sym_password_authentication_token1] = ACTIONS(1287), + [aux_sym_permit_local_command_token1] = ACTIONS(1287), + [aux_sym_permit_remote_open_token1] = ACTIONS(1287), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1287), + [aux_sym_port_token1] = ACTIONS(1287), + [aux_sym_preferred_authentications_token1] = ACTIONS(1287), + [aux_sym_protocol_token1] = ACTIONS(1287), + [aux_sym_proxy_command_token1] = ACTIONS(1287), + [aux_sym_proxy_jump_token1] = ACTIONS(1287), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1287), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1287), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1287), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1287), + [aux_sym_rekey_limit_token1] = ACTIONS(1287), + [aux_sym_remote_command_token1] = ACTIONS(1287), + [aux_sym_remote_forward_token1] = ACTIONS(1287), + [aux_sym_request_tty_token1] = ACTIONS(1287), + [aux_sym_required_rsa_size_token1] = ACTIONS(1287), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1287), + [aux_sym_security_key_provider_token1] = ACTIONS(1287), + [aux_sym_send_env_token1] = ACTIONS(1287), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1287), + [aux_sym_server_alive_interval_token1] = ACTIONS(1287), + [aux_sym_session_type_token1] = ACTIONS(1287), + [aux_sym_set_env_token1] = ACTIONS(1287), + [aux_sym_stdin_null_token1] = ACTIONS(1287), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1287), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1287), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1287), + [aux_sym_syslog_facility_token1] = ACTIONS(1287), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1287), + [aux_sym_keep_alive_token1] = ACTIONS(1287), + [aux_sym_tunnel_token1] = ACTIONS(1289), + [aux_sym_tunnel_device_token1] = ACTIONS(1287), + [aux_sym_update_host_keys_token1] = ACTIONS(1287), + [aux_sym_use_keychain_token1] = ACTIONS(1287), + [aux_sym_use_roaming_token1] = ACTIONS(1287), + [aux_sym_user_token1] = ACTIONS(1289), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1287), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1287), + [aux_sym_visual_host_key_token1] = ACTIONS(1287), + [aux_sym_xauth_location_token1] = ACTIONS(1287), }, [696] = { - [ts_builtin_sym_end] = ACTIONS(1798), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1800), - [aux_sym_match_token1] = ACTIONS(1798), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1798), - [aux_sym_address_family_token1] = ACTIONS(1798), - [aux_sym_batch_mode_token1] = ACTIONS(1798), - [aux_sym_bind_address_token1] = ACTIONS(1798), - [aux_sym_bind_interface_token1] = ACTIONS(1798), - [aux_sym_canonical_domains_token1] = ACTIONS(1798), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1798), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1798), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1798), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1798), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1798), - [aux_sym_certificate_file_token1] = ACTIONS(1798), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1798), - [aux_sym_check_host_ip_token1] = ACTIONS(1798), - [aux_sym_ciphers_token1] = ACTIONS(1798), - [aux_sym_cipher_token1] = ACTIONS(1800), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1798), - [aux_sym_compression_token1] = ACTIONS(1798), - [aux_sym_connection_attempts_token1] = ACTIONS(1798), - [aux_sym_connect_timeout_token1] = ACTIONS(1798), - [aux_sym_control_master_token1] = ACTIONS(1798), - [aux_sym_control_path_token1] = ACTIONS(1798), - [aux_sym_control_persist_token1] = ACTIONS(1798), - [aux_sym_dynamic_forward_token1] = ACTIONS(1798), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1798), - [aux_sym_escape_char_token1] = ACTIONS(1798), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1798), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1798), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1798), - [aux_sym_forward_agent_token1] = ACTIONS(1798), - [aux_sym_forward_x11_token1] = ACTIONS(1800), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1798), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1798), - [aux_sym_gateway_ports_token1] = ACTIONS(1798), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1798), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1798), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1798), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1798), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1798), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1798), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1798), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1798), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1798), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1798), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1798), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1798), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1798), - [aux_sym_host_key_alias_token1] = ACTIONS(1798), - [aux_sym_hostname_token1] = ACTIONS(1798), - [aux_sym_identities_only_token1] = ACTIONS(1798), - [aux_sym_identity_agent_token1] = ACTIONS(1798), - [aux_sym_identity_file_token1] = ACTIONS(1798), - [aux_sym_ignore_unknown_token1] = ACTIONS(1798), - [aux_sym_include_token1] = ACTIONS(1798), - [aux_sym_ip_qos_token1] = ACTIONS(1798), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1798), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1798), - [aux_sym_kex_algorithms_token1] = ACTIONS(1798), - [aux_sym_known_hosts_command_token1] = ACTIONS(1798), - [aux_sym_local_command_token1] = ACTIONS(1798), - [aux_sym_local_forward_token1] = ACTIONS(1798), - [aux_sym_log_level_token1] = ACTIONS(1798), - [aux_sym_log_verbose_token1] = ACTIONS(1798), - [aux_sym_macs_token1] = ACTIONS(1798), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1798), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1798), - [aux_sym_password_authentication_token1] = ACTIONS(1798), - [aux_sym_permit_local_command_token1] = ACTIONS(1798), - [aux_sym_permit_remote_open_token1] = ACTIONS(1798), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1798), - [aux_sym_port_token1] = ACTIONS(1798), - [aux_sym_preferred_authentications_token1] = ACTIONS(1798), - [aux_sym_protocol_token1] = ACTIONS(1798), - [aux_sym_proxy_command_token1] = ACTIONS(1798), - [aux_sym_proxy_jump_token1] = ACTIONS(1798), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1798), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1798), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1798), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1798), - [aux_sym_rekey_limit_token1] = ACTIONS(1798), - [aux_sym_remote_command_token1] = ACTIONS(1798), - [aux_sym_remote_forward_token1] = ACTIONS(1798), - [aux_sym_request_tty_token1] = ACTIONS(1798), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1798), - [aux_sym_security_key_provider_token1] = ACTIONS(1798), - [aux_sym_send_env_token1] = ACTIONS(1798), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1798), - [aux_sym_server_alive_interval_token1] = ACTIONS(1798), - [aux_sym_session_type_token1] = ACTIONS(1798), - [aux_sym_set_env_token1] = ACTIONS(1798), - [aux_sym_stdin_null_token1] = ACTIONS(1798), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1798), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1798), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1798), - [aux_sym_syslog_facility_token1] = ACTIONS(1798), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1798), - [aux_sym_keep_alive_token1] = ACTIONS(1798), - [aux_sym_tunnel_token1] = ACTIONS(1800), - [aux_sym_tunnel_device_token1] = ACTIONS(1798), - [aux_sym_update_host_keys_token1] = ACTIONS(1798), - [aux_sym_use_keychain_token1] = ACTIONS(1798), - [aux_sym_use_roaming_token1] = ACTIONS(1798), - [aux_sym_user_token1] = ACTIONS(1800), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1798), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1798), - [aux_sym_visual_host_key_token1] = ACTIONS(1798), - [aux_sym_xauth_location_token1] = ACTIONS(1798), + [ts_builtin_sym_end] = ACTIONS(1827), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1829), + [aux_sym_match_token1] = ACTIONS(1827), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1827), + [aux_sym_address_family_token1] = ACTIONS(1827), + [aux_sym_batch_mode_token1] = ACTIONS(1827), + [aux_sym_bind_address_token1] = ACTIONS(1827), + [aux_sym_bind_interface_token1] = ACTIONS(1827), + [aux_sym_canonical_domains_token1] = ACTIONS(1827), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1827), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1827), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1827), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1827), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1827), + [aux_sym_certificate_file_token1] = ACTIONS(1827), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1827), + [aux_sym_check_host_ip_token1] = ACTIONS(1827), + [aux_sym_ciphers_token1] = ACTIONS(1827), + [aux_sym_cipher_token1] = ACTIONS(1829), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1827), + [aux_sym_compression_token1] = ACTIONS(1827), + [aux_sym_connection_attempts_token1] = ACTIONS(1827), + [aux_sym_connect_timeout_token1] = ACTIONS(1827), + [aux_sym_control_master_token1] = ACTIONS(1827), + [aux_sym_control_path_token1] = ACTIONS(1827), + [aux_sym_control_persist_token1] = ACTIONS(1827), + [aux_sym_dynamic_forward_token1] = ACTIONS(1827), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1827), + [aux_sym_escape_char_token1] = ACTIONS(1827), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1827), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1827), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1827), + [aux_sym_forward_agent_token1] = ACTIONS(1827), + [aux_sym_forward_x11_token1] = ACTIONS(1829), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1827), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1827), + [aux_sym_gateway_ports_token1] = ACTIONS(1827), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1827), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1827), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1827), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1827), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1827), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1827), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1827), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1827), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1827), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1827), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1827), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1827), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1827), + [aux_sym_host_key_alias_token1] = ACTIONS(1827), + [aux_sym_hostname_token1] = ACTIONS(1827), + [aux_sym_identities_only_token1] = ACTIONS(1827), + [aux_sym_identity_agent_token1] = ACTIONS(1827), + [aux_sym_identity_file_token1] = ACTIONS(1827), + [aux_sym_ignore_unknown_token1] = ACTIONS(1827), + [aux_sym_include_token1] = ACTIONS(1827), + [aux_sym_ip_qos_token1] = ACTIONS(1827), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1827), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1827), + [aux_sym_kex_algorithms_token1] = ACTIONS(1827), + [aux_sym_known_hosts_command_token1] = ACTIONS(1827), + [aux_sym_local_command_token1] = ACTIONS(1827), + [aux_sym_local_forward_token1] = ACTIONS(1827), + [aux_sym_log_level_token1] = ACTIONS(1827), + [aux_sym_log_verbose_token1] = ACTIONS(1827), + [aux_sym_macs_token1] = ACTIONS(1827), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1827), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1827), + [aux_sym_password_authentication_token1] = ACTIONS(1827), + [aux_sym_permit_local_command_token1] = ACTIONS(1827), + [aux_sym_permit_remote_open_token1] = ACTIONS(1827), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1827), + [aux_sym_port_token1] = ACTIONS(1827), + [aux_sym_preferred_authentications_token1] = ACTIONS(1827), + [aux_sym_protocol_token1] = ACTIONS(1827), + [aux_sym_proxy_command_token1] = ACTIONS(1827), + [aux_sym_proxy_jump_token1] = ACTIONS(1827), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1827), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1827), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1827), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1827), + [aux_sym_rekey_limit_token1] = ACTIONS(1827), + [aux_sym_remote_command_token1] = ACTIONS(1827), + [aux_sym_remote_forward_token1] = ACTIONS(1827), + [aux_sym_request_tty_token1] = ACTIONS(1827), + [aux_sym_required_rsa_size_token1] = ACTIONS(1827), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1827), + [aux_sym_security_key_provider_token1] = ACTIONS(1827), + [aux_sym_send_env_token1] = ACTIONS(1827), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1827), + [aux_sym_server_alive_interval_token1] = ACTIONS(1827), + [aux_sym_session_type_token1] = ACTIONS(1827), + [aux_sym_set_env_token1] = ACTIONS(1827), + [aux_sym_stdin_null_token1] = ACTIONS(1827), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1827), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1827), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1827), + [aux_sym_syslog_facility_token1] = ACTIONS(1827), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1827), + [aux_sym_keep_alive_token1] = ACTIONS(1827), + [aux_sym_tunnel_token1] = ACTIONS(1829), + [aux_sym_tunnel_device_token1] = ACTIONS(1827), + [aux_sym_update_host_keys_token1] = ACTIONS(1827), + [aux_sym_use_keychain_token1] = ACTIONS(1827), + [aux_sym_use_roaming_token1] = ACTIONS(1827), + [aux_sym_user_token1] = ACTIONS(1829), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1827), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1827), + [aux_sym_visual_host_key_token1] = ACTIONS(1827), + [aux_sym_xauth_location_token1] = ACTIONS(1827), }, [697] = { - [ts_builtin_sym_end] = ACTIONS(658), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(660), - [aux_sym_match_token1] = ACTIONS(658), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(658), - [aux_sym_address_family_token1] = ACTIONS(658), - [aux_sym_batch_mode_token1] = ACTIONS(658), - [aux_sym_bind_address_token1] = ACTIONS(658), - [aux_sym_bind_interface_token1] = ACTIONS(658), - [aux_sym_canonical_domains_token1] = ACTIONS(658), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(658), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(658), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(658), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(658), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(658), - [aux_sym_certificate_file_token1] = ACTIONS(658), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(658), - [aux_sym_check_host_ip_token1] = ACTIONS(658), - [aux_sym_ciphers_token1] = ACTIONS(658), - [aux_sym_cipher_token1] = ACTIONS(660), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(658), - [aux_sym_compression_token1] = ACTIONS(658), - [aux_sym_connection_attempts_token1] = ACTIONS(658), - [aux_sym_connect_timeout_token1] = ACTIONS(658), - [aux_sym_control_master_token1] = ACTIONS(658), - [aux_sym_control_path_token1] = ACTIONS(658), - [aux_sym_control_persist_token1] = ACTIONS(658), - [aux_sym_dynamic_forward_token1] = ACTIONS(658), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(658), - [aux_sym_escape_char_token1] = ACTIONS(658), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(658), - [aux_sym_fingerprint_hash_token1] = ACTIONS(658), - [aux_sym_fork_after_authentication_token1] = ACTIONS(658), - [aux_sym_forward_agent_token1] = ACTIONS(658), - [aux_sym_forward_x11_token1] = ACTIONS(660), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(658), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(658), - [aux_sym_gateway_ports_token1] = ACTIONS(658), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(658), - [aux_sym_gssapi_authentication_token1] = ACTIONS(658), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(658), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(658), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(658), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(658), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(658), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(658), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(658), - [aux_sym_hash_known_hosts_token1] = ACTIONS(658), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(658), - [aux_sym_hostbased_authentication_token1] = ACTIONS(658), - [aux_sym_host_key_algorithms_token1] = ACTIONS(658), - [aux_sym_host_key_alias_token1] = ACTIONS(658), - [aux_sym_hostname_token1] = ACTIONS(658), - [aux_sym_identities_only_token1] = ACTIONS(658), - [aux_sym_identity_agent_token1] = ACTIONS(658), - [aux_sym_identity_file_token1] = ACTIONS(658), - [aux_sym_ignore_unknown_token1] = ACTIONS(658), - [aux_sym_include_token1] = ACTIONS(658), - [aux_sym_ip_qos_token1] = ACTIONS(658), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(658), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(658), - [aux_sym_kex_algorithms_token1] = ACTIONS(658), - [aux_sym_known_hosts_command_token1] = ACTIONS(658), - [aux_sym_local_command_token1] = ACTIONS(658), - [aux_sym_local_forward_token1] = ACTIONS(658), - [aux_sym_log_level_token1] = ACTIONS(658), - [aux_sym_log_verbose_token1] = ACTIONS(658), - [aux_sym_macs_token1] = ACTIONS(658), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(658), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(658), - [aux_sym_password_authentication_token1] = ACTIONS(658), - [aux_sym_permit_local_command_token1] = ACTIONS(658), - [aux_sym_permit_remote_open_token1] = ACTIONS(658), - [aux_sym_pkcs11_provider_token1] = ACTIONS(658), - [aux_sym_port_token1] = ACTIONS(658), - [aux_sym_preferred_authentications_token1] = ACTIONS(658), - [aux_sym_protocol_token1] = ACTIONS(658), - [aux_sym_proxy_command_token1] = ACTIONS(658), - [aux_sym_proxy_jump_token1] = ACTIONS(658), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(658), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(658), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(658), - [aux_sym_pubkey_authentication_token1] = ACTIONS(658), - [aux_sym_rekey_limit_token1] = ACTIONS(658), - [aux_sym_remote_command_token1] = ACTIONS(658), - [aux_sym_remote_forward_token1] = ACTIONS(658), - [aux_sym_request_tty_token1] = ACTIONS(658), - [aux_sym_revoked_host_keys_token1] = ACTIONS(658), - [aux_sym_security_key_provider_token1] = ACTIONS(658), - [aux_sym_send_env_token1] = ACTIONS(658), - [aux_sym_server_alive_count_max_token1] = ACTIONS(658), - [aux_sym_server_alive_interval_token1] = ACTIONS(658), - [aux_sym_session_type_token1] = ACTIONS(658), - [aux_sym_set_env_token1] = ACTIONS(658), - [aux_sym_stdin_null_token1] = ACTIONS(658), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(658), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(658), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(658), - [aux_sym_syslog_facility_token1] = ACTIONS(658), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(658), - [aux_sym_keep_alive_token1] = ACTIONS(658), - [aux_sym_tunnel_token1] = ACTIONS(660), - [aux_sym_tunnel_device_token1] = ACTIONS(658), - [aux_sym_update_host_keys_token1] = ACTIONS(658), - [aux_sym_use_keychain_token1] = ACTIONS(658), - [aux_sym_use_roaming_token1] = ACTIONS(658), - [aux_sym_user_token1] = ACTIONS(660), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(658), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(658), - [aux_sym_visual_host_key_token1] = ACTIONS(658), - [aux_sym_xauth_location_token1] = ACTIONS(658), + [ts_builtin_sym_end] = ACTIONS(1293), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1295), + [aux_sym_match_token1] = ACTIONS(1293), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1293), + [aux_sym_address_family_token1] = ACTIONS(1293), + [aux_sym_batch_mode_token1] = ACTIONS(1293), + [aux_sym_bind_address_token1] = ACTIONS(1293), + [aux_sym_bind_interface_token1] = ACTIONS(1293), + [aux_sym_canonical_domains_token1] = ACTIONS(1293), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1293), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1293), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1293), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1293), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1293), + [aux_sym_certificate_file_token1] = ACTIONS(1293), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1293), + [aux_sym_check_host_ip_token1] = ACTIONS(1293), + [aux_sym_ciphers_token1] = ACTIONS(1293), + [aux_sym_cipher_token1] = ACTIONS(1295), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1293), + [aux_sym_compression_token1] = ACTIONS(1293), + [aux_sym_connection_attempts_token1] = ACTIONS(1293), + [aux_sym_connect_timeout_token1] = ACTIONS(1293), + [aux_sym_control_master_token1] = ACTIONS(1293), + [aux_sym_control_path_token1] = ACTIONS(1293), + [aux_sym_control_persist_token1] = ACTIONS(1293), + [aux_sym_dynamic_forward_token1] = ACTIONS(1293), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1293), + [aux_sym_escape_char_token1] = ACTIONS(1293), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1293), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1293), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1293), + [aux_sym_forward_agent_token1] = ACTIONS(1293), + [aux_sym_forward_x11_token1] = ACTIONS(1295), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1293), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1293), + [aux_sym_gateway_ports_token1] = ACTIONS(1293), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1293), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1293), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1293), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1293), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1293), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1293), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1293), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1293), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1293), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1293), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1293), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1293), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1293), + [aux_sym_host_key_alias_token1] = ACTIONS(1293), + [aux_sym_hostname_token1] = ACTIONS(1293), + [aux_sym_identities_only_token1] = ACTIONS(1293), + [aux_sym_identity_agent_token1] = ACTIONS(1293), + [aux_sym_identity_file_token1] = ACTIONS(1293), + [aux_sym_ignore_unknown_token1] = ACTIONS(1293), + [aux_sym_include_token1] = ACTIONS(1293), + [aux_sym_ip_qos_token1] = ACTIONS(1293), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1293), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1293), + [aux_sym_kex_algorithms_token1] = ACTIONS(1293), + [aux_sym_known_hosts_command_token1] = ACTIONS(1293), + [aux_sym_local_command_token1] = ACTIONS(1293), + [aux_sym_local_forward_token1] = ACTIONS(1293), + [aux_sym_log_level_token1] = ACTIONS(1293), + [aux_sym_log_verbose_token1] = ACTIONS(1293), + [aux_sym_macs_token1] = ACTIONS(1293), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1293), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1293), + [aux_sym_password_authentication_token1] = ACTIONS(1293), + [aux_sym_permit_local_command_token1] = ACTIONS(1293), + [aux_sym_permit_remote_open_token1] = ACTIONS(1293), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1293), + [aux_sym_port_token1] = ACTIONS(1293), + [aux_sym_preferred_authentications_token1] = ACTIONS(1293), + [aux_sym_protocol_token1] = ACTIONS(1293), + [aux_sym_proxy_command_token1] = ACTIONS(1293), + [aux_sym_proxy_jump_token1] = ACTIONS(1293), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1293), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1293), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1293), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1293), + [aux_sym_rekey_limit_token1] = ACTIONS(1293), + [aux_sym_remote_command_token1] = ACTIONS(1293), + [aux_sym_remote_forward_token1] = ACTIONS(1293), + [aux_sym_request_tty_token1] = ACTIONS(1293), + [aux_sym_required_rsa_size_token1] = ACTIONS(1293), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1293), + [aux_sym_security_key_provider_token1] = ACTIONS(1293), + [aux_sym_send_env_token1] = ACTIONS(1293), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1293), + [aux_sym_server_alive_interval_token1] = ACTIONS(1293), + [aux_sym_session_type_token1] = ACTIONS(1293), + [aux_sym_set_env_token1] = ACTIONS(1293), + [aux_sym_stdin_null_token1] = ACTIONS(1293), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1293), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1293), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1293), + [aux_sym_syslog_facility_token1] = ACTIONS(1293), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1293), + [aux_sym_keep_alive_token1] = ACTIONS(1293), + [aux_sym_tunnel_token1] = ACTIONS(1295), + [aux_sym_tunnel_device_token1] = ACTIONS(1293), + [aux_sym_update_host_keys_token1] = ACTIONS(1293), + [aux_sym_use_keychain_token1] = ACTIONS(1293), + [aux_sym_use_roaming_token1] = ACTIONS(1293), + [aux_sym_user_token1] = ACTIONS(1295), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1293), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1293), + [aux_sym_visual_host_key_token1] = ACTIONS(1293), + [aux_sym_xauth_location_token1] = ACTIONS(1293), }, [698] = { - [ts_builtin_sym_end] = ACTIONS(1612), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1614), - [aux_sym_match_token1] = ACTIONS(1612), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1612), - [aux_sym_address_family_token1] = ACTIONS(1612), - [aux_sym_batch_mode_token1] = ACTIONS(1612), - [aux_sym_bind_address_token1] = ACTIONS(1612), - [aux_sym_bind_interface_token1] = ACTIONS(1612), - [aux_sym_canonical_domains_token1] = ACTIONS(1612), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1612), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1612), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1612), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1612), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1612), - [aux_sym_certificate_file_token1] = ACTIONS(1612), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1612), - [aux_sym_check_host_ip_token1] = ACTIONS(1612), - [aux_sym_ciphers_token1] = ACTIONS(1612), - [aux_sym_cipher_token1] = ACTIONS(1614), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1612), - [aux_sym_compression_token1] = ACTIONS(1612), - [aux_sym_connection_attempts_token1] = ACTIONS(1612), - [aux_sym_connect_timeout_token1] = ACTIONS(1612), - [aux_sym_control_master_token1] = ACTIONS(1612), - [aux_sym_control_path_token1] = ACTIONS(1612), - [aux_sym_control_persist_token1] = ACTIONS(1612), - [aux_sym_dynamic_forward_token1] = ACTIONS(1612), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1612), - [aux_sym_escape_char_token1] = ACTIONS(1612), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1612), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1612), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1612), - [aux_sym_forward_agent_token1] = ACTIONS(1612), - [aux_sym_forward_x11_token1] = ACTIONS(1614), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1612), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1612), - [aux_sym_gateway_ports_token1] = ACTIONS(1612), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1612), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1612), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1612), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1612), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1612), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1612), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1612), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1612), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1612), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1612), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1612), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1612), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1612), - [aux_sym_host_key_alias_token1] = ACTIONS(1612), - [aux_sym_hostname_token1] = ACTIONS(1612), - [aux_sym_identities_only_token1] = ACTIONS(1612), - [aux_sym_identity_agent_token1] = ACTIONS(1612), - [aux_sym_identity_file_token1] = ACTIONS(1612), - [aux_sym_ignore_unknown_token1] = ACTIONS(1612), - [aux_sym_include_token1] = ACTIONS(1612), - [aux_sym_ip_qos_token1] = ACTIONS(1612), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1612), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1612), - [aux_sym_kex_algorithms_token1] = ACTIONS(1612), - [aux_sym_known_hosts_command_token1] = ACTIONS(1612), - [aux_sym_local_command_token1] = ACTIONS(1612), - [aux_sym_local_forward_token1] = ACTIONS(1612), - [aux_sym_log_level_token1] = ACTIONS(1612), - [aux_sym_log_verbose_token1] = ACTIONS(1612), - [aux_sym_macs_token1] = ACTIONS(1612), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1612), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1612), - [aux_sym_password_authentication_token1] = ACTIONS(1612), - [aux_sym_permit_local_command_token1] = ACTIONS(1612), - [aux_sym_permit_remote_open_token1] = ACTIONS(1612), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1612), - [aux_sym_port_token1] = ACTIONS(1612), - [aux_sym_preferred_authentications_token1] = ACTIONS(1612), - [aux_sym_protocol_token1] = ACTIONS(1612), - [aux_sym_proxy_command_token1] = ACTIONS(1612), - [aux_sym_proxy_jump_token1] = ACTIONS(1612), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1612), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1612), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1612), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1612), - [aux_sym_rekey_limit_token1] = ACTIONS(1612), - [aux_sym_remote_command_token1] = ACTIONS(1612), - [aux_sym_remote_forward_token1] = ACTIONS(1612), - [aux_sym_request_tty_token1] = ACTIONS(1612), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1612), - [aux_sym_security_key_provider_token1] = ACTIONS(1612), - [aux_sym_send_env_token1] = ACTIONS(1612), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1612), - [aux_sym_server_alive_interval_token1] = ACTIONS(1612), - [aux_sym_session_type_token1] = ACTIONS(1612), - [aux_sym_set_env_token1] = ACTIONS(1612), - [aux_sym_stdin_null_token1] = ACTIONS(1612), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1612), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1612), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1612), - [aux_sym_syslog_facility_token1] = ACTIONS(1612), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1612), - [aux_sym_keep_alive_token1] = ACTIONS(1612), - [aux_sym_tunnel_token1] = ACTIONS(1614), - [aux_sym_tunnel_device_token1] = ACTIONS(1612), - [aux_sym_update_host_keys_token1] = ACTIONS(1612), - [aux_sym_use_keychain_token1] = ACTIONS(1612), - [aux_sym_use_roaming_token1] = ACTIONS(1612), - [aux_sym_user_token1] = ACTIONS(1614), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1612), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1612), - [aux_sym_visual_host_key_token1] = ACTIONS(1612), - [aux_sym_xauth_location_token1] = ACTIONS(1612), + [ts_builtin_sym_end] = ACTIONS(1299), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1301), + [aux_sym_match_token1] = ACTIONS(1299), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1299), + [aux_sym_address_family_token1] = ACTIONS(1299), + [aux_sym_batch_mode_token1] = ACTIONS(1299), + [aux_sym_bind_address_token1] = ACTIONS(1299), + [aux_sym_bind_interface_token1] = ACTIONS(1299), + [aux_sym_canonical_domains_token1] = ACTIONS(1299), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1299), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1299), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1299), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1299), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1299), + [aux_sym_certificate_file_token1] = ACTIONS(1299), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1299), + [aux_sym_check_host_ip_token1] = ACTIONS(1299), + [aux_sym_ciphers_token1] = ACTIONS(1299), + [aux_sym_cipher_token1] = ACTIONS(1301), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1299), + [aux_sym_compression_token1] = ACTIONS(1299), + [aux_sym_connection_attempts_token1] = ACTIONS(1299), + [aux_sym_connect_timeout_token1] = ACTIONS(1299), + [aux_sym_control_master_token1] = ACTIONS(1299), + [aux_sym_control_path_token1] = ACTIONS(1299), + [aux_sym_control_persist_token1] = ACTIONS(1299), + [aux_sym_dynamic_forward_token1] = ACTIONS(1299), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1299), + [aux_sym_escape_char_token1] = ACTIONS(1299), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1299), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1299), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1299), + [aux_sym_forward_agent_token1] = ACTIONS(1299), + [aux_sym_forward_x11_token1] = ACTIONS(1301), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1299), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1299), + [aux_sym_gateway_ports_token1] = ACTIONS(1299), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1299), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1299), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1299), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1299), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1299), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1299), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1299), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1299), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1299), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1299), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1299), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1299), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1299), + [aux_sym_host_key_alias_token1] = ACTIONS(1299), + [aux_sym_hostname_token1] = ACTIONS(1299), + [aux_sym_identities_only_token1] = ACTIONS(1299), + [aux_sym_identity_agent_token1] = ACTIONS(1299), + [aux_sym_identity_file_token1] = ACTIONS(1299), + [aux_sym_ignore_unknown_token1] = ACTIONS(1299), + [aux_sym_include_token1] = ACTIONS(1299), + [aux_sym_ip_qos_token1] = ACTIONS(1299), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1299), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1299), + [aux_sym_kex_algorithms_token1] = ACTIONS(1299), + [aux_sym_known_hosts_command_token1] = ACTIONS(1299), + [aux_sym_local_command_token1] = ACTIONS(1299), + [aux_sym_local_forward_token1] = ACTIONS(1299), + [aux_sym_log_level_token1] = ACTIONS(1299), + [aux_sym_log_verbose_token1] = ACTIONS(1299), + [aux_sym_macs_token1] = ACTIONS(1299), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1299), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1299), + [aux_sym_password_authentication_token1] = ACTIONS(1299), + [aux_sym_permit_local_command_token1] = ACTIONS(1299), + [aux_sym_permit_remote_open_token1] = ACTIONS(1299), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1299), + [aux_sym_port_token1] = ACTIONS(1299), + [aux_sym_preferred_authentications_token1] = ACTIONS(1299), + [aux_sym_protocol_token1] = ACTIONS(1299), + [aux_sym_proxy_command_token1] = ACTIONS(1299), + [aux_sym_proxy_jump_token1] = ACTIONS(1299), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1299), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1299), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1299), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1299), + [aux_sym_rekey_limit_token1] = ACTIONS(1299), + [aux_sym_remote_command_token1] = ACTIONS(1299), + [aux_sym_remote_forward_token1] = ACTIONS(1299), + [aux_sym_request_tty_token1] = ACTIONS(1299), + [aux_sym_required_rsa_size_token1] = ACTIONS(1299), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1299), + [aux_sym_security_key_provider_token1] = ACTIONS(1299), + [aux_sym_send_env_token1] = ACTIONS(1299), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1299), + [aux_sym_server_alive_interval_token1] = ACTIONS(1299), + [aux_sym_session_type_token1] = ACTIONS(1299), + [aux_sym_set_env_token1] = ACTIONS(1299), + [aux_sym_stdin_null_token1] = ACTIONS(1299), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1299), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1299), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1299), + [aux_sym_syslog_facility_token1] = ACTIONS(1299), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1299), + [aux_sym_keep_alive_token1] = ACTIONS(1299), + [aux_sym_tunnel_token1] = ACTIONS(1301), + [aux_sym_tunnel_device_token1] = ACTIONS(1299), + [aux_sym_update_host_keys_token1] = ACTIONS(1299), + [aux_sym_use_keychain_token1] = ACTIONS(1299), + [aux_sym_use_roaming_token1] = ACTIONS(1299), + [aux_sym_user_token1] = ACTIONS(1301), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1299), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1299), + [aux_sym_visual_host_key_token1] = ACTIONS(1299), + [aux_sym_xauth_location_token1] = ACTIONS(1299), }, [699] = { - [ts_builtin_sym_end] = ACTIONS(1792), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1794), - [aux_sym_match_token1] = ACTIONS(1792), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1792), - [aux_sym_address_family_token1] = ACTIONS(1792), - [aux_sym_batch_mode_token1] = ACTIONS(1792), - [aux_sym_bind_address_token1] = ACTIONS(1792), - [aux_sym_bind_interface_token1] = ACTIONS(1792), - [aux_sym_canonical_domains_token1] = ACTIONS(1792), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1792), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1792), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1792), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1792), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1792), - [aux_sym_certificate_file_token1] = ACTIONS(1792), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1792), - [aux_sym_check_host_ip_token1] = ACTIONS(1792), - [aux_sym_ciphers_token1] = ACTIONS(1792), - [aux_sym_cipher_token1] = ACTIONS(1794), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1792), - [aux_sym_compression_token1] = ACTIONS(1792), - [aux_sym_connection_attempts_token1] = ACTIONS(1792), - [aux_sym_connect_timeout_token1] = ACTIONS(1792), - [aux_sym_control_master_token1] = ACTIONS(1792), - [aux_sym_control_path_token1] = ACTIONS(1792), - [aux_sym_control_persist_token1] = ACTIONS(1792), - [aux_sym_dynamic_forward_token1] = ACTIONS(1792), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1792), - [aux_sym_escape_char_token1] = ACTIONS(1792), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1792), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1792), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1792), - [aux_sym_forward_agent_token1] = ACTIONS(1792), - [aux_sym_forward_x11_token1] = ACTIONS(1794), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1792), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1792), - [aux_sym_gateway_ports_token1] = ACTIONS(1792), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1792), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1792), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1792), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1792), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1792), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1792), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1792), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1792), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1792), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1792), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1792), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1792), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1792), - [aux_sym_host_key_alias_token1] = ACTIONS(1792), - [aux_sym_hostname_token1] = ACTIONS(1792), - [aux_sym_identities_only_token1] = ACTIONS(1792), - [aux_sym_identity_agent_token1] = ACTIONS(1792), - [aux_sym_identity_file_token1] = ACTIONS(1792), - [aux_sym_ignore_unknown_token1] = ACTIONS(1792), - [aux_sym_include_token1] = ACTIONS(1792), - [aux_sym_ip_qos_token1] = ACTIONS(1792), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1792), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1792), - [aux_sym_kex_algorithms_token1] = ACTIONS(1792), - [aux_sym_known_hosts_command_token1] = ACTIONS(1792), - [aux_sym_local_command_token1] = ACTIONS(1792), - [aux_sym_local_forward_token1] = ACTIONS(1792), - [aux_sym_log_level_token1] = ACTIONS(1792), - [aux_sym_log_verbose_token1] = ACTIONS(1792), - [aux_sym_macs_token1] = ACTIONS(1792), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1792), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1792), - [aux_sym_password_authentication_token1] = ACTIONS(1792), - [aux_sym_permit_local_command_token1] = ACTIONS(1792), - [aux_sym_permit_remote_open_token1] = ACTIONS(1792), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1792), - [aux_sym_port_token1] = ACTIONS(1792), - [aux_sym_preferred_authentications_token1] = ACTIONS(1792), - [aux_sym_protocol_token1] = ACTIONS(1792), - [aux_sym_proxy_command_token1] = ACTIONS(1792), - [aux_sym_proxy_jump_token1] = ACTIONS(1792), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1792), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1792), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1792), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1792), - [aux_sym_rekey_limit_token1] = ACTIONS(1792), - [aux_sym_remote_command_token1] = ACTIONS(1792), - [aux_sym_remote_forward_token1] = ACTIONS(1792), - [aux_sym_request_tty_token1] = ACTIONS(1792), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1792), - [aux_sym_security_key_provider_token1] = ACTIONS(1792), - [aux_sym_send_env_token1] = ACTIONS(1792), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1792), - [aux_sym_server_alive_interval_token1] = ACTIONS(1792), - [aux_sym_session_type_token1] = ACTIONS(1792), - [aux_sym_set_env_token1] = ACTIONS(1792), - [aux_sym_stdin_null_token1] = ACTIONS(1792), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1792), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1792), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1792), - [aux_sym_syslog_facility_token1] = ACTIONS(1792), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1792), - [aux_sym_keep_alive_token1] = ACTIONS(1792), - [aux_sym_tunnel_token1] = ACTIONS(1794), - [aux_sym_tunnel_device_token1] = ACTIONS(1792), - [aux_sym_update_host_keys_token1] = ACTIONS(1792), - [aux_sym_use_keychain_token1] = ACTIONS(1792), - [aux_sym_use_roaming_token1] = ACTIONS(1792), - [aux_sym_user_token1] = ACTIONS(1794), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1792), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1792), - [aux_sym_visual_host_key_token1] = ACTIONS(1792), - [aux_sym_xauth_location_token1] = ACTIONS(1792), + [ts_builtin_sym_end] = ACTIONS(1821), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1823), + [aux_sym_match_token1] = ACTIONS(1821), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1821), + [aux_sym_address_family_token1] = ACTIONS(1821), + [aux_sym_batch_mode_token1] = ACTIONS(1821), + [aux_sym_bind_address_token1] = ACTIONS(1821), + [aux_sym_bind_interface_token1] = ACTIONS(1821), + [aux_sym_canonical_domains_token1] = ACTIONS(1821), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1821), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1821), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1821), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1821), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1821), + [aux_sym_certificate_file_token1] = ACTIONS(1821), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1821), + [aux_sym_check_host_ip_token1] = ACTIONS(1821), + [aux_sym_ciphers_token1] = ACTIONS(1821), + [aux_sym_cipher_token1] = ACTIONS(1823), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1821), + [aux_sym_compression_token1] = ACTIONS(1821), + [aux_sym_connection_attempts_token1] = ACTIONS(1821), + [aux_sym_connect_timeout_token1] = ACTIONS(1821), + [aux_sym_control_master_token1] = ACTIONS(1821), + [aux_sym_control_path_token1] = ACTIONS(1821), + [aux_sym_control_persist_token1] = ACTIONS(1821), + [aux_sym_dynamic_forward_token1] = ACTIONS(1821), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1821), + [aux_sym_escape_char_token1] = ACTIONS(1821), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1821), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1821), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1821), + [aux_sym_forward_agent_token1] = ACTIONS(1821), + [aux_sym_forward_x11_token1] = ACTIONS(1823), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1821), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1821), + [aux_sym_gateway_ports_token1] = ACTIONS(1821), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1821), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1821), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1821), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1821), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1821), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1821), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1821), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1821), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1821), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1821), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1821), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1821), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1821), + [aux_sym_host_key_alias_token1] = ACTIONS(1821), + [aux_sym_hostname_token1] = ACTIONS(1821), + [aux_sym_identities_only_token1] = ACTIONS(1821), + [aux_sym_identity_agent_token1] = ACTIONS(1821), + [aux_sym_identity_file_token1] = ACTIONS(1821), + [aux_sym_ignore_unknown_token1] = ACTIONS(1821), + [aux_sym_include_token1] = ACTIONS(1821), + [aux_sym_ip_qos_token1] = ACTIONS(1821), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1821), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1821), + [aux_sym_kex_algorithms_token1] = ACTIONS(1821), + [aux_sym_known_hosts_command_token1] = ACTIONS(1821), + [aux_sym_local_command_token1] = ACTIONS(1821), + [aux_sym_local_forward_token1] = ACTIONS(1821), + [aux_sym_log_level_token1] = ACTIONS(1821), + [aux_sym_log_verbose_token1] = ACTIONS(1821), + [aux_sym_macs_token1] = ACTIONS(1821), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1821), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1821), + [aux_sym_password_authentication_token1] = ACTIONS(1821), + [aux_sym_permit_local_command_token1] = ACTIONS(1821), + [aux_sym_permit_remote_open_token1] = ACTIONS(1821), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1821), + [aux_sym_port_token1] = ACTIONS(1821), + [aux_sym_preferred_authentications_token1] = ACTIONS(1821), + [aux_sym_protocol_token1] = ACTIONS(1821), + [aux_sym_proxy_command_token1] = ACTIONS(1821), + [aux_sym_proxy_jump_token1] = ACTIONS(1821), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1821), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1821), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1821), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1821), + [aux_sym_rekey_limit_token1] = ACTIONS(1821), + [aux_sym_remote_command_token1] = ACTIONS(1821), + [aux_sym_remote_forward_token1] = ACTIONS(1821), + [aux_sym_request_tty_token1] = ACTIONS(1821), + [aux_sym_required_rsa_size_token1] = ACTIONS(1821), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1821), + [aux_sym_security_key_provider_token1] = ACTIONS(1821), + [aux_sym_send_env_token1] = ACTIONS(1821), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1821), + [aux_sym_server_alive_interval_token1] = ACTIONS(1821), + [aux_sym_session_type_token1] = ACTIONS(1821), + [aux_sym_set_env_token1] = ACTIONS(1821), + [aux_sym_stdin_null_token1] = ACTIONS(1821), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1821), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1821), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1821), + [aux_sym_syslog_facility_token1] = ACTIONS(1821), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1821), + [aux_sym_keep_alive_token1] = ACTIONS(1821), + [aux_sym_tunnel_token1] = ACTIONS(1823), + [aux_sym_tunnel_device_token1] = ACTIONS(1821), + [aux_sym_update_host_keys_token1] = ACTIONS(1821), + [aux_sym_use_keychain_token1] = ACTIONS(1821), + [aux_sym_use_roaming_token1] = ACTIONS(1821), + [aux_sym_user_token1] = ACTIONS(1823), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1821), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1821), + [aux_sym_visual_host_key_token1] = ACTIONS(1821), + [aux_sym_xauth_location_token1] = ACTIONS(1821), }, [700] = { - [ts_builtin_sym_end] = ACTIONS(664), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(666), - [aux_sym_match_token1] = ACTIONS(664), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(664), - [aux_sym_address_family_token1] = ACTIONS(664), - [aux_sym_batch_mode_token1] = ACTIONS(664), - [aux_sym_bind_address_token1] = ACTIONS(664), - [aux_sym_bind_interface_token1] = ACTIONS(664), - [aux_sym_canonical_domains_token1] = ACTIONS(664), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(664), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(664), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(664), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(664), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(664), - [aux_sym_certificate_file_token1] = ACTIONS(664), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(664), - [aux_sym_check_host_ip_token1] = ACTIONS(664), - [aux_sym_ciphers_token1] = ACTIONS(664), - [aux_sym_cipher_token1] = ACTIONS(666), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(664), - [aux_sym_compression_token1] = ACTIONS(664), - [aux_sym_connection_attempts_token1] = ACTIONS(664), - [aux_sym_connect_timeout_token1] = ACTIONS(664), - [aux_sym_control_master_token1] = ACTIONS(664), - [aux_sym_control_path_token1] = ACTIONS(664), - [aux_sym_control_persist_token1] = ACTIONS(664), - [aux_sym_dynamic_forward_token1] = ACTIONS(664), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(664), - [aux_sym_escape_char_token1] = ACTIONS(664), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(664), - [aux_sym_fingerprint_hash_token1] = ACTIONS(664), - [aux_sym_fork_after_authentication_token1] = ACTIONS(664), - [aux_sym_forward_agent_token1] = ACTIONS(664), - [aux_sym_forward_x11_token1] = ACTIONS(666), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(664), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(664), - [aux_sym_gateway_ports_token1] = ACTIONS(664), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(664), - [aux_sym_gssapi_authentication_token1] = ACTIONS(664), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(664), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(664), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(664), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(664), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(664), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(664), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(664), - [aux_sym_hash_known_hosts_token1] = ACTIONS(664), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(664), - [aux_sym_hostbased_authentication_token1] = ACTIONS(664), - [aux_sym_host_key_algorithms_token1] = ACTIONS(664), - [aux_sym_host_key_alias_token1] = ACTIONS(664), - [aux_sym_hostname_token1] = ACTIONS(664), - [aux_sym_identities_only_token1] = ACTIONS(664), - [aux_sym_identity_agent_token1] = ACTIONS(664), - [aux_sym_identity_file_token1] = ACTIONS(664), - [aux_sym_ignore_unknown_token1] = ACTIONS(664), - [aux_sym_include_token1] = ACTIONS(664), - [aux_sym_ip_qos_token1] = ACTIONS(664), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(664), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(664), - [aux_sym_kex_algorithms_token1] = ACTIONS(664), - [aux_sym_known_hosts_command_token1] = ACTIONS(664), - [aux_sym_local_command_token1] = ACTIONS(664), - [aux_sym_local_forward_token1] = ACTIONS(664), - [aux_sym_log_level_token1] = ACTIONS(664), - [aux_sym_log_verbose_token1] = ACTIONS(664), - [aux_sym_macs_token1] = ACTIONS(664), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(664), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(664), - [aux_sym_password_authentication_token1] = ACTIONS(664), - [aux_sym_permit_local_command_token1] = ACTIONS(664), - [aux_sym_permit_remote_open_token1] = ACTIONS(664), - [aux_sym_pkcs11_provider_token1] = ACTIONS(664), - [aux_sym_port_token1] = ACTIONS(664), - [aux_sym_preferred_authentications_token1] = ACTIONS(664), - [aux_sym_protocol_token1] = ACTIONS(664), - [aux_sym_proxy_command_token1] = ACTIONS(664), - [aux_sym_proxy_jump_token1] = ACTIONS(664), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(664), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(664), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(664), - [aux_sym_pubkey_authentication_token1] = ACTIONS(664), - [aux_sym_rekey_limit_token1] = ACTIONS(664), - [aux_sym_remote_command_token1] = ACTIONS(664), - [aux_sym_remote_forward_token1] = ACTIONS(664), - [aux_sym_request_tty_token1] = ACTIONS(664), - [aux_sym_revoked_host_keys_token1] = ACTIONS(664), - [aux_sym_security_key_provider_token1] = ACTIONS(664), - [aux_sym_send_env_token1] = ACTIONS(664), - [aux_sym_server_alive_count_max_token1] = ACTIONS(664), - [aux_sym_server_alive_interval_token1] = ACTIONS(664), - [aux_sym_session_type_token1] = ACTIONS(664), - [aux_sym_set_env_token1] = ACTIONS(664), - [aux_sym_stdin_null_token1] = ACTIONS(664), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(664), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(664), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(664), - [aux_sym_syslog_facility_token1] = ACTIONS(664), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(664), - [aux_sym_keep_alive_token1] = ACTIONS(664), - [aux_sym_tunnel_token1] = ACTIONS(666), - [aux_sym_tunnel_device_token1] = ACTIONS(664), - [aux_sym_update_host_keys_token1] = ACTIONS(664), - [aux_sym_use_keychain_token1] = ACTIONS(664), - [aux_sym_use_roaming_token1] = ACTIONS(664), - [aux_sym_user_token1] = ACTIONS(666), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(664), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(664), - [aux_sym_visual_host_key_token1] = ACTIONS(664), - [aux_sym_xauth_location_token1] = ACTIONS(664), + [ts_builtin_sym_end] = ACTIONS(1557), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1559), + [aux_sym_match_token1] = ACTIONS(1557), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1557), + [aux_sym_address_family_token1] = ACTIONS(1557), + [aux_sym_batch_mode_token1] = ACTIONS(1557), + [aux_sym_bind_address_token1] = ACTIONS(1557), + [aux_sym_bind_interface_token1] = ACTIONS(1557), + [aux_sym_canonical_domains_token1] = ACTIONS(1557), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1557), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1557), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1557), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1557), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1557), + [aux_sym_certificate_file_token1] = ACTIONS(1557), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1557), + [aux_sym_check_host_ip_token1] = ACTIONS(1557), + [aux_sym_ciphers_token1] = ACTIONS(1557), + [aux_sym_cipher_token1] = ACTIONS(1559), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1557), + [aux_sym_compression_token1] = ACTIONS(1557), + [aux_sym_connection_attempts_token1] = ACTIONS(1557), + [aux_sym_connect_timeout_token1] = ACTIONS(1557), + [aux_sym_control_master_token1] = ACTIONS(1557), + [aux_sym_control_path_token1] = ACTIONS(1557), + [aux_sym_control_persist_token1] = ACTIONS(1557), + [aux_sym_dynamic_forward_token1] = ACTIONS(1557), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1557), + [aux_sym_escape_char_token1] = ACTIONS(1557), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1557), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1557), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1557), + [aux_sym_forward_agent_token1] = ACTIONS(1557), + [aux_sym_forward_x11_token1] = ACTIONS(1559), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1557), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1557), + [aux_sym_gateway_ports_token1] = ACTIONS(1557), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1557), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1557), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1557), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1557), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1557), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1557), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1557), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1557), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1557), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1557), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1557), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1557), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1557), + [aux_sym_host_key_alias_token1] = ACTIONS(1557), + [aux_sym_hostname_token1] = ACTIONS(1557), + [aux_sym_identities_only_token1] = ACTIONS(1557), + [aux_sym_identity_agent_token1] = ACTIONS(1557), + [aux_sym_identity_file_token1] = ACTIONS(1557), + [aux_sym_ignore_unknown_token1] = ACTIONS(1557), + [aux_sym_include_token1] = ACTIONS(1557), + [aux_sym_ip_qos_token1] = ACTIONS(1557), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1557), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1557), + [aux_sym_kex_algorithms_token1] = ACTIONS(1557), + [aux_sym_known_hosts_command_token1] = ACTIONS(1557), + [aux_sym_local_command_token1] = ACTIONS(1557), + [aux_sym_local_forward_token1] = ACTIONS(1557), + [aux_sym_log_level_token1] = ACTIONS(1557), + [aux_sym_log_verbose_token1] = ACTIONS(1557), + [aux_sym_macs_token1] = ACTIONS(1557), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1557), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1557), + [aux_sym_password_authentication_token1] = ACTIONS(1557), + [aux_sym_permit_local_command_token1] = ACTIONS(1557), + [aux_sym_permit_remote_open_token1] = ACTIONS(1557), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1557), + [aux_sym_port_token1] = ACTIONS(1557), + [aux_sym_preferred_authentications_token1] = ACTIONS(1557), + [aux_sym_protocol_token1] = ACTIONS(1557), + [aux_sym_proxy_command_token1] = ACTIONS(1557), + [aux_sym_proxy_jump_token1] = ACTIONS(1557), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1557), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1557), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1557), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1557), + [aux_sym_rekey_limit_token1] = ACTIONS(1557), + [aux_sym_remote_command_token1] = ACTIONS(1557), + [aux_sym_remote_forward_token1] = ACTIONS(1557), + [aux_sym_request_tty_token1] = ACTIONS(1557), + [aux_sym_required_rsa_size_token1] = ACTIONS(1557), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1557), + [aux_sym_security_key_provider_token1] = ACTIONS(1557), + [aux_sym_send_env_token1] = ACTIONS(1557), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1557), + [aux_sym_server_alive_interval_token1] = ACTIONS(1557), + [aux_sym_session_type_token1] = ACTIONS(1557), + [aux_sym_set_env_token1] = ACTIONS(1557), + [aux_sym_stdin_null_token1] = ACTIONS(1557), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1557), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1557), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1557), + [aux_sym_syslog_facility_token1] = ACTIONS(1557), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1557), + [aux_sym_keep_alive_token1] = ACTIONS(1557), + [aux_sym_tunnel_token1] = ACTIONS(1559), + [aux_sym_tunnel_device_token1] = ACTIONS(1557), + [aux_sym_update_host_keys_token1] = ACTIONS(1557), + [aux_sym_use_keychain_token1] = ACTIONS(1557), + [aux_sym_use_roaming_token1] = ACTIONS(1557), + [aux_sym_user_token1] = ACTIONS(1559), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1557), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1557), + [aux_sym_visual_host_key_token1] = ACTIONS(1557), + [aux_sym_xauth_location_token1] = ACTIONS(1557), }, [701] = { - [ts_builtin_sym_end] = ACTIONS(742), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(744), - [aux_sym_match_token1] = ACTIONS(742), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(742), - [aux_sym_address_family_token1] = ACTIONS(742), - [aux_sym_batch_mode_token1] = ACTIONS(742), - [aux_sym_bind_address_token1] = ACTIONS(742), - [aux_sym_bind_interface_token1] = ACTIONS(742), - [aux_sym_canonical_domains_token1] = ACTIONS(742), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(742), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(742), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(742), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(742), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(742), - [aux_sym_certificate_file_token1] = ACTIONS(742), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(742), - [aux_sym_check_host_ip_token1] = ACTIONS(742), - [aux_sym_ciphers_token1] = ACTIONS(742), - [aux_sym_cipher_token1] = ACTIONS(744), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(742), - [aux_sym_compression_token1] = ACTIONS(742), - [aux_sym_connection_attempts_token1] = ACTIONS(742), - [aux_sym_connect_timeout_token1] = ACTIONS(742), - [aux_sym_control_master_token1] = ACTIONS(742), - [aux_sym_control_path_token1] = ACTIONS(742), - [aux_sym_control_persist_token1] = ACTIONS(742), - [aux_sym_dynamic_forward_token1] = ACTIONS(742), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(742), - [aux_sym_escape_char_token1] = ACTIONS(742), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(742), - [aux_sym_fingerprint_hash_token1] = ACTIONS(742), - [aux_sym_fork_after_authentication_token1] = ACTIONS(742), - [aux_sym_forward_agent_token1] = ACTIONS(742), - [aux_sym_forward_x11_token1] = ACTIONS(744), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(742), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(742), - [aux_sym_gateway_ports_token1] = ACTIONS(742), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(742), - [aux_sym_gssapi_authentication_token1] = ACTIONS(742), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(742), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(742), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(742), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(742), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(742), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(742), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(742), - [aux_sym_hash_known_hosts_token1] = ACTIONS(742), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(742), - [aux_sym_hostbased_authentication_token1] = ACTIONS(742), - [aux_sym_host_key_algorithms_token1] = ACTIONS(742), - [aux_sym_host_key_alias_token1] = ACTIONS(742), - [aux_sym_hostname_token1] = ACTIONS(742), - [aux_sym_identities_only_token1] = ACTIONS(742), - [aux_sym_identity_agent_token1] = ACTIONS(742), - [aux_sym_identity_file_token1] = ACTIONS(742), - [aux_sym_ignore_unknown_token1] = ACTIONS(742), - [aux_sym_include_token1] = ACTIONS(742), - [aux_sym_ip_qos_token1] = ACTIONS(742), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(742), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(742), - [aux_sym_kex_algorithms_token1] = ACTIONS(742), - [aux_sym_known_hosts_command_token1] = ACTIONS(742), - [aux_sym_local_command_token1] = ACTIONS(742), - [aux_sym_local_forward_token1] = ACTIONS(742), - [aux_sym_log_level_token1] = ACTIONS(742), - [aux_sym_log_verbose_token1] = ACTIONS(742), - [aux_sym_macs_token1] = ACTIONS(742), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(742), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(742), - [aux_sym_password_authentication_token1] = ACTIONS(742), - [aux_sym_permit_local_command_token1] = ACTIONS(742), - [aux_sym_permit_remote_open_token1] = ACTIONS(742), - [aux_sym_pkcs11_provider_token1] = ACTIONS(742), - [aux_sym_port_token1] = ACTIONS(742), - [aux_sym_preferred_authentications_token1] = ACTIONS(742), - [aux_sym_protocol_token1] = ACTIONS(742), - [aux_sym_proxy_command_token1] = ACTIONS(742), - [aux_sym_proxy_jump_token1] = ACTIONS(742), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(742), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(742), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(742), - [aux_sym_pubkey_authentication_token1] = ACTIONS(742), - [aux_sym_rekey_limit_token1] = ACTIONS(742), - [aux_sym_remote_command_token1] = ACTIONS(742), - [aux_sym_remote_forward_token1] = ACTIONS(742), - [aux_sym_request_tty_token1] = ACTIONS(742), - [aux_sym_revoked_host_keys_token1] = ACTIONS(742), - [aux_sym_security_key_provider_token1] = ACTIONS(742), - [aux_sym_send_env_token1] = ACTIONS(742), - [aux_sym_server_alive_count_max_token1] = ACTIONS(742), - [aux_sym_server_alive_interval_token1] = ACTIONS(742), - [aux_sym_session_type_token1] = ACTIONS(742), - [aux_sym_set_env_token1] = ACTIONS(742), - [aux_sym_stdin_null_token1] = ACTIONS(742), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(742), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(742), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(742), - [aux_sym_syslog_facility_token1] = ACTIONS(742), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(742), - [aux_sym_keep_alive_token1] = ACTIONS(742), - [aux_sym_tunnel_token1] = ACTIONS(744), - [aux_sym_tunnel_device_token1] = ACTIONS(742), - [aux_sym_update_host_keys_token1] = ACTIONS(742), - [aux_sym_use_keychain_token1] = ACTIONS(742), - [aux_sym_use_roaming_token1] = ACTIONS(742), - [aux_sym_user_token1] = ACTIONS(744), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(742), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(742), - [aux_sym_visual_host_key_token1] = ACTIONS(742), - [aux_sym_xauth_location_token1] = ACTIONS(742), + [ts_builtin_sym_end] = ACTIONS(1305), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1307), + [aux_sym_match_token1] = ACTIONS(1305), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1305), + [aux_sym_address_family_token1] = ACTIONS(1305), + [aux_sym_batch_mode_token1] = ACTIONS(1305), + [aux_sym_bind_address_token1] = ACTIONS(1305), + [aux_sym_bind_interface_token1] = ACTIONS(1305), + [aux_sym_canonical_domains_token1] = ACTIONS(1305), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1305), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1305), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1305), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1305), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1305), + [aux_sym_certificate_file_token1] = ACTIONS(1305), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1305), + [aux_sym_check_host_ip_token1] = ACTIONS(1305), + [aux_sym_ciphers_token1] = ACTIONS(1305), + [aux_sym_cipher_token1] = ACTIONS(1307), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1305), + [aux_sym_compression_token1] = ACTIONS(1305), + [aux_sym_connection_attempts_token1] = ACTIONS(1305), + [aux_sym_connect_timeout_token1] = ACTIONS(1305), + [aux_sym_control_master_token1] = ACTIONS(1305), + [aux_sym_control_path_token1] = ACTIONS(1305), + [aux_sym_control_persist_token1] = ACTIONS(1305), + [aux_sym_dynamic_forward_token1] = ACTIONS(1305), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1305), + [aux_sym_escape_char_token1] = ACTIONS(1305), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1305), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1305), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1305), + [aux_sym_forward_agent_token1] = ACTIONS(1305), + [aux_sym_forward_x11_token1] = ACTIONS(1307), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1305), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1305), + [aux_sym_gateway_ports_token1] = ACTIONS(1305), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1305), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1305), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1305), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1305), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1305), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1305), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1305), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1305), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1305), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1305), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1305), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1305), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1305), + [aux_sym_host_key_alias_token1] = ACTIONS(1305), + [aux_sym_hostname_token1] = ACTIONS(1305), + [aux_sym_identities_only_token1] = ACTIONS(1305), + [aux_sym_identity_agent_token1] = ACTIONS(1305), + [aux_sym_identity_file_token1] = ACTIONS(1305), + [aux_sym_ignore_unknown_token1] = ACTIONS(1305), + [aux_sym_include_token1] = ACTIONS(1305), + [aux_sym_ip_qos_token1] = ACTIONS(1305), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1305), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1305), + [aux_sym_kex_algorithms_token1] = ACTIONS(1305), + [aux_sym_known_hosts_command_token1] = ACTIONS(1305), + [aux_sym_local_command_token1] = ACTIONS(1305), + [aux_sym_local_forward_token1] = ACTIONS(1305), + [aux_sym_log_level_token1] = ACTIONS(1305), + [aux_sym_log_verbose_token1] = ACTIONS(1305), + [aux_sym_macs_token1] = ACTIONS(1305), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1305), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1305), + [aux_sym_password_authentication_token1] = ACTIONS(1305), + [aux_sym_permit_local_command_token1] = ACTIONS(1305), + [aux_sym_permit_remote_open_token1] = ACTIONS(1305), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1305), + [aux_sym_port_token1] = ACTIONS(1305), + [aux_sym_preferred_authentications_token1] = ACTIONS(1305), + [aux_sym_protocol_token1] = ACTIONS(1305), + [aux_sym_proxy_command_token1] = ACTIONS(1305), + [aux_sym_proxy_jump_token1] = ACTIONS(1305), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1305), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1305), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1305), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1305), + [aux_sym_rekey_limit_token1] = ACTIONS(1305), + [aux_sym_remote_command_token1] = ACTIONS(1305), + [aux_sym_remote_forward_token1] = ACTIONS(1305), + [aux_sym_request_tty_token1] = ACTIONS(1305), + [aux_sym_required_rsa_size_token1] = ACTIONS(1305), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1305), + [aux_sym_security_key_provider_token1] = ACTIONS(1305), + [aux_sym_send_env_token1] = ACTIONS(1305), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1305), + [aux_sym_server_alive_interval_token1] = ACTIONS(1305), + [aux_sym_session_type_token1] = ACTIONS(1305), + [aux_sym_set_env_token1] = ACTIONS(1305), + [aux_sym_stdin_null_token1] = ACTIONS(1305), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1305), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1305), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1305), + [aux_sym_syslog_facility_token1] = ACTIONS(1305), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1305), + [aux_sym_keep_alive_token1] = ACTIONS(1305), + [aux_sym_tunnel_token1] = ACTIONS(1307), + [aux_sym_tunnel_device_token1] = ACTIONS(1305), + [aux_sym_update_host_keys_token1] = ACTIONS(1305), + [aux_sym_use_keychain_token1] = ACTIONS(1305), + [aux_sym_use_roaming_token1] = ACTIONS(1305), + [aux_sym_user_token1] = ACTIONS(1307), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1305), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1305), + [aux_sym_visual_host_key_token1] = ACTIONS(1305), + [aux_sym_xauth_location_token1] = ACTIONS(1305), }, [702] = { - [ts_builtin_sym_end] = ACTIONS(1786), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1788), - [aux_sym_match_token1] = ACTIONS(1786), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1786), - [aux_sym_address_family_token1] = ACTIONS(1786), - [aux_sym_batch_mode_token1] = ACTIONS(1786), - [aux_sym_bind_address_token1] = ACTIONS(1786), - [aux_sym_bind_interface_token1] = ACTIONS(1786), - [aux_sym_canonical_domains_token1] = ACTIONS(1786), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1786), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1786), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1786), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1786), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1786), - [aux_sym_certificate_file_token1] = ACTIONS(1786), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1786), - [aux_sym_check_host_ip_token1] = ACTIONS(1786), - [aux_sym_ciphers_token1] = ACTIONS(1786), - [aux_sym_cipher_token1] = ACTIONS(1788), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1786), - [aux_sym_compression_token1] = ACTIONS(1786), - [aux_sym_connection_attempts_token1] = ACTIONS(1786), - [aux_sym_connect_timeout_token1] = ACTIONS(1786), - [aux_sym_control_master_token1] = ACTIONS(1786), - [aux_sym_control_path_token1] = ACTIONS(1786), - [aux_sym_control_persist_token1] = ACTIONS(1786), - [aux_sym_dynamic_forward_token1] = ACTIONS(1786), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1786), - [aux_sym_escape_char_token1] = ACTIONS(1786), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1786), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1786), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1786), - [aux_sym_forward_agent_token1] = ACTIONS(1786), - [aux_sym_forward_x11_token1] = ACTIONS(1788), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1786), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1786), - [aux_sym_gateway_ports_token1] = ACTIONS(1786), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1786), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1786), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1786), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1786), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1786), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1786), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1786), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1786), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1786), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1786), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1786), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1786), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1786), - [aux_sym_host_key_alias_token1] = ACTIONS(1786), - [aux_sym_hostname_token1] = ACTIONS(1786), - [aux_sym_identities_only_token1] = ACTIONS(1786), - [aux_sym_identity_agent_token1] = ACTIONS(1786), - [aux_sym_identity_file_token1] = ACTIONS(1786), - [aux_sym_ignore_unknown_token1] = ACTIONS(1786), - [aux_sym_include_token1] = ACTIONS(1786), - [aux_sym_ip_qos_token1] = ACTIONS(1786), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1786), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1786), - [aux_sym_kex_algorithms_token1] = ACTIONS(1786), - [aux_sym_known_hosts_command_token1] = ACTIONS(1786), - [aux_sym_local_command_token1] = ACTIONS(1786), - [aux_sym_local_forward_token1] = ACTIONS(1786), - [aux_sym_log_level_token1] = ACTIONS(1786), - [aux_sym_log_verbose_token1] = ACTIONS(1786), - [aux_sym_macs_token1] = ACTIONS(1786), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1786), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1786), - [aux_sym_password_authentication_token1] = ACTIONS(1786), - [aux_sym_permit_local_command_token1] = ACTIONS(1786), - [aux_sym_permit_remote_open_token1] = ACTIONS(1786), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1786), - [aux_sym_port_token1] = ACTIONS(1786), - [aux_sym_preferred_authentications_token1] = ACTIONS(1786), - [aux_sym_protocol_token1] = ACTIONS(1786), - [aux_sym_proxy_command_token1] = ACTIONS(1786), - [aux_sym_proxy_jump_token1] = ACTIONS(1786), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1786), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1786), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1786), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1786), - [aux_sym_rekey_limit_token1] = ACTIONS(1786), - [aux_sym_remote_command_token1] = ACTIONS(1786), - [aux_sym_remote_forward_token1] = ACTIONS(1786), - [aux_sym_request_tty_token1] = ACTIONS(1786), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1786), - [aux_sym_security_key_provider_token1] = ACTIONS(1786), - [aux_sym_send_env_token1] = ACTIONS(1786), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1786), - [aux_sym_server_alive_interval_token1] = ACTIONS(1786), - [aux_sym_session_type_token1] = ACTIONS(1786), - [aux_sym_set_env_token1] = ACTIONS(1786), - [aux_sym_stdin_null_token1] = ACTIONS(1786), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1786), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1786), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1786), - [aux_sym_syslog_facility_token1] = ACTIONS(1786), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1786), - [aux_sym_keep_alive_token1] = ACTIONS(1786), - [aux_sym_tunnel_token1] = ACTIONS(1788), - [aux_sym_tunnel_device_token1] = ACTIONS(1786), - [aux_sym_update_host_keys_token1] = ACTIONS(1786), - [aux_sym_use_keychain_token1] = ACTIONS(1786), - [aux_sym_use_roaming_token1] = ACTIONS(1786), - [aux_sym_user_token1] = ACTIONS(1788), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1786), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1786), - [aux_sym_visual_host_key_token1] = ACTIONS(1786), - [aux_sym_xauth_location_token1] = ACTIONS(1786), + [ts_builtin_sym_end] = ACTIONS(1815), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1817), + [aux_sym_match_token1] = ACTIONS(1815), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1815), + [aux_sym_address_family_token1] = ACTIONS(1815), + [aux_sym_batch_mode_token1] = ACTIONS(1815), + [aux_sym_bind_address_token1] = ACTIONS(1815), + [aux_sym_bind_interface_token1] = ACTIONS(1815), + [aux_sym_canonical_domains_token1] = ACTIONS(1815), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1815), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1815), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1815), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1815), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1815), + [aux_sym_certificate_file_token1] = ACTIONS(1815), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1815), + [aux_sym_check_host_ip_token1] = ACTIONS(1815), + [aux_sym_ciphers_token1] = ACTIONS(1815), + [aux_sym_cipher_token1] = ACTIONS(1817), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1815), + [aux_sym_compression_token1] = ACTIONS(1815), + [aux_sym_connection_attempts_token1] = ACTIONS(1815), + [aux_sym_connect_timeout_token1] = ACTIONS(1815), + [aux_sym_control_master_token1] = ACTIONS(1815), + [aux_sym_control_path_token1] = ACTIONS(1815), + [aux_sym_control_persist_token1] = ACTIONS(1815), + [aux_sym_dynamic_forward_token1] = ACTIONS(1815), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1815), + [aux_sym_escape_char_token1] = ACTIONS(1815), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1815), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1815), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1815), + [aux_sym_forward_agent_token1] = ACTIONS(1815), + [aux_sym_forward_x11_token1] = ACTIONS(1817), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1815), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1815), + [aux_sym_gateway_ports_token1] = ACTIONS(1815), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1815), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1815), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1815), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1815), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1815), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1815), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1815), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1815), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1815), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1815), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1815), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1815), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1815), + [aux_sym_host_key_alias_token1] = ACTIONS(1815), + [aux_sym_hostname_token1] = ACTIONS(1815), + [aux_sym_identities_only_token1] = ACTIONS(1815), + [aux_sym_identity_agent_token1] = ACTIONS(1815), + [aux_sym_identity_file_token1] = ACTIONS(1815), + [aux_sym_ignore_unknown_token1] = ACTIONS(1815), + [aux_sym_include_token1] = ACTIONS(1815), + [aux_sym_ip_qos_token1] = ACTIONS(1815), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1815), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1815), + [aux_sym_kex_algorithms_token1] = ACTIONS(1815), + [aux_sym_known_hosts_command_token1] = ACTIONS(1815), + [aux_sym_local_command_token1] = ACTIONS(1815), + [aux_sym_local_forward_token1] = ACTIONS(1815), + [aux_sym_log_level_token1] = ACTIONS(1815), + [aux_sym_log_verbose_token1] = ACTIONS(1815), + [aux_sym_macs_token1] = ACTIONS(1815), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1815), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1815), + [aux_sym_password_authentication_token1] = ACTIONS(1815), + [aux_sym_permit_local_command_token1] = ACTIONS(1815), + [aux_sym_permit_remote_open_token1] = ACTIONS(1815), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1815), + [aux_sym_port_token1] = ACTIONS(1815), + [aux_sym_preferred_authentications_token1] = ACTIONS(1815), + [aux_sym_protocol_token1] = ACTIONS(1815), + [aux_sym_proxy_command_token1] = ACTIONS(1815), + [aux_sym_proxy_jump_token1] = ACTIONS(1815), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1815), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1815), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1815), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1815), + [aux_sym_rekey_limit_token1] = ACTIONS(1815), + [aux_sym_remote_command_token1] = ACTIONS(1815), + [aux_sym_remote_forward_token1] = ACTIONS(1815), + [aux_sym_request_tty_token1] = ACTIONS(1815), + [aux_sym_required_rsa_size_token1] = ACTIONS(1815), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1815), + [aux_sym_security_key_provider_token1] = ACTIONS(1815), + [aux_sym_send_env_token1] = ACTIONS(1815), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1815), + [aux_sym_server_alive_interval_token1] = ACTIONS(1815), + [aux_sym_session_type_token1] = ACTIONS(1815), + [aux_sym_set_env_token1] = ACTIONS(1815), + [aux_sym_stdin_null_token1] = ACTIONS(1815), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1815), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1815), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1815), + [aux_sym_syslog_facility_token1] = ACTIONS(1815), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1815), + [aux_sym_keep_alive_token1] = ACTIONS(1815), + [aux_sym_tunnel_token1] = ACTIONS(1817), + [aux_sym_tunnel_device_token1] = ACTIONS(1815), + [aux_sym_update_host_keys_token1] = ACTIONS(1815), + [aux_sym_use_keychain_token1] = ACTIONS(1815), + [aux_sym_use_roaming_token1] = ACTIONS(1815), + [aux_sym_user_token1] = ACTIONS(1817), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1815), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1815), + [aux_sym_visual_host_key_token1] = ACTIONS(1815), + [aux_sym_xauth_location_token1] = ACTIONS(1815), }, [703] = { - [ts_builtin_sym_end] = ACTIONS(1618), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1620), - [aux_sym_match_token1] = ACTIONS(1618), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1618), - [aux_sym_address_family_token1] = ACTIONS(1618), - [aux_sym_batch_mode_token1] = ACTIONS(1618), - [aux_sym_bind_address_token1] = ACTIONS(1618), - [aux_sym_bind_interface_token1] = ACTIONS(1618), - [aux_sym_canonical_domains_token1] = ACTIONS(1618), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1618), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1618), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1618), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1618), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1618), - [aux_sym_certificate_file_token1] = ACTIONS(1618), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1618), - [aux_sym_check_host_ip_token1] = ACTIONS(1618), - [aux_sym_ciphers_token1] = ACTIONS(1618), - [aux_sym_cipher_token1] = ACTIONS(1620), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1618), - [aux_sym_compression_token1] = ACTIONS(1618), - [aux_sym_connection_attempts_token1] = ACTIONS(1618), - [aux_sym_connect_timeout_token1] = ACTIONS(1618), - [aux_sym_control_master_token1] = ACTIONS(1618), - [aux_sym_control_path_token1] = ACTIONS(1618), - [aux_sym_control_persist_token1] = ACTIONS(1618), - [aux_sym_dynamic_forward_token1] = ACTIONS(1618), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1618), - [aux_sym_escape_char_token1] = ACTIONS(1618), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1618), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1618), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1618), - [aux_sym_forward_agent_token1] = ACTIONS(1618), - [aux_sym_forward_x11_token1] = ACTIONS(1620), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1618), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1618), - [aux_sym_gateway_ports_token1] = ACTIONS(1618), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1618), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1618), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1618), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1618), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1618), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1618), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1618), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1618), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1618), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1618), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1618), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1618), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1618), - [aux_sym_host_key_alias_token1] = ACTIONS(1618), - [aux_sym_hostname_token1] = ACTIONS(1618), - [aux_sym_identities_only_token1] = ACTIONS(1618), - [aux_sym_identity_agent_token1] = ACTIONS(1618), - [aux_sym_identity_file_token1] = ACTIONS(1618), - [aux_sym_ignore_unknown_token1] = ACTIONS(1618), - [aux_sym_include_token1] = ACTIONS(1618), - [aux_sym_ip_qos_token1] = ACTIONS(1618), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1618), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1618), - [aux_sym_kex_algorithms_token1] = ACTIONS(1618), - [aux_sym_known_hosts_command_token1] = ACTIONS(1618), - [aux_sym_local_command_token1] = ACTIONS(1618), - [aux_sym_local_forward_token1] = ACTIONS(1618), - [aux_sym_log_level_token1] = ACTIONS(1618), - [aux_sym_log_verbose_token1] = ACTIONS(1618), - [aux_sym_macs_token1] = ACTIONS(1618), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1618), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1618), - [aux_sym_password_authentication_token1] = ACTIONS(1618), - [aux_sym_permit_local_command_token1] = ACTIONS(1618), - [aux_sym_permit_remote_open_token1] = ACTIONS(1618), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1618), - [aux_sym_port_token1] = ACTIONS(1618), - [aux_sym_preferred_authentications_token1] = ACTIONS(1618), - [aux_sym_protocol_token1] = ACTIONS(1618), - [aux_sym_proxy_command_token1] = ACTIONS(1618), - [aux_sym_proxy_jump_token1] = ACTIONS(1618), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1618), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1618), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1618), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1618), - [aux_sym_rekey_limit_token1] = ACTIONS(1618), - [aux_sym_remote_command_token1] = ACTIONS(1618), - [aux_sym_remote_forward_token1] = ACTIONS(1618), - [aux_sym_request_tty_token1] = ACTIONS(1618), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1618), - [aux_sym_security_key_provider_token1] = ACTIONS(1618), - [aux_sym_send_env_token1] = ACTIONS(1618), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1618), - [aux_sym_server_alive_interval_token1] = ACTIONS(1618), - [aux_sym_session_type_token1] = ACTIONS(1618), - [aux_sym_set_env_token1] = ACTIONS(1618), - [aux_sym_stdin_null_token1] = ACTIONS(1618), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1618), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1618), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1618), - [aux_sym_syslog_facility_token1] = ACTIONS(1618), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1618), - [aux_sym_keep_alive_token1] = ACTIONS(1618), - [aux_sym_tunnel_token1] = ACTIONS(1620), - [aux_sym_tunnel_device_token1] = ACTIONS(1618), - [aux_sym_update_host_keys_token1] = ACTIONS(1618), - [aux_sym_use_keychain_token1] = ACTIONS(1618), - [aux_sym_use_roaming_token1] = ACTIONS(1618), - [aux_sym_user_token1] = ACTIONS(1620), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1618), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1618), - [aux_sym_visual_host_key_token1] = ACTIONS(1618), - [aux_sym_xauth_location_token1] = ACTIONS(1618), + [ts_builtin_sym_end] = ACTIONS(1311), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1313), + [aux_sym_match_token1] = ACTIONS(1311), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1311), + [aux_sym_address_family_token1] = ACTIONS(1311), + [aux_sym_batch_mode_token1] = ACTIONS(1311), + [aux_sym_bind_address_token1] = ACTIONS(1311), + [aux_sym_bind_interface_token1] = ACTIONS(1311), + [aux_sym_canonical_domains_token1] = ACTIONS(1311), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1311), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1311), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1311), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1311), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1311), + [aux_sym_certificate_file_token1] = ACTIONS(1311), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1311), + [aux_sym_check_host_ip_token1] = ACTIONS(1311), + [aux_sym_ciphers_token1] = ACTIONS(1311), + [aux_sym_cipher_token1] = ACTIONS(1313), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1311), + [aux_sym_compression_token1] = ACTIONS(1311), + [aux_sym_connection_attempts_token1] = ACTIONS(1311), + [aux_sym_connect_timeout_token1] = ACTIONS(1311), + [aux_sym_control_master_token1] = ACTIONS(1311), + [aux_sym_control_path_token1] = ACTIONS(1311), + [aux_sym_control_persist_token1] = ACTIONS(1311), + [aux_sym_dynamic_forward_token1] = ACTIONS(1311), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1311), + [aux_sym_escape_char_token1] = ACTIONS(1311), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1311), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1311), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1311), + [aux_sym_forward_agent_token1] = ACTIONS(1311), + [aux_sym_forward_x11_token1] = ACTIONS(1313), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1311), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1311), + [aux_sym_gateway_ports_token1] = ACTIONS(1311), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1311), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1311), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1311), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1311), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1311), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1311), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1311), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1311), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1311), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1311), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1311), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1311), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1311), + [aux_sym_host_key_alias_token1] = ACTIONS(1311), + [aux_sym_hostname_token1] = ACTIONS(1311), + [aux_sym_identities_only_token1] = ACTIONS(1311), + [aux_sym_identity_agent_token1] = ACTIONS(1311), + [aux_sym_identity_file_token1] = ACTIONS(1311), + [aux_sym_ignore_unknown_token1] = ACTIONS(1311), + [aux_sym_include_token1] = ACTIONS(1311), + [aux_sym_ip_qos_token1] = ACTIONS(1311), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1311), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1311), + [aux_sym_kex_algorithms_token1] = ACTIONS(1311), + [aux_sym_known_hosts_command_token1] = ACTIONS(1311), + [aux_sym_local_command_token1] = ACTIONS(1311), + [aux_sym_local_forward_token1] = ACTIONS(1311), + [aux_sym_log_level_token1] = ACTIONS(1311), + [aux_sym_log_verbose_token1] = ACTIONS(1311), + [aux_sym_macs_token1] = ACTIONS(1311), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1311), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1311), + [aux_sym_password_authentication_token1] = ACTIONS(1311), + [aux_sym_permit_local_command_token1] = ACTIONS(1311), + [aux_sym_permit_remote_open_token1] = ACTIONS(1311), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1311), + [aux_sym_port_token1] = ACTIONS(1311), + [aux_sym_preferred_authentications_token1] = ACTIONS(1311), + [aux_sym_protocol_token1] = ACTIONS(1311), + [aux_sym_proxy_command_token1] = ACTIONS(1311), + [aux_sym_proxy_jump_token1] = ACTIONS(1311), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1311), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1311), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1311), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1311), + [aux_sym_rekey_limit_token1] = ACTIONS(1311), + [aux_sym_remote_command_token1] = ACTIONS(1311), + [aux_sym_remote_forward_token1] = ACTIONS(1311), + [aux_sym_request_tty_token1] = ACTIONS(1311), + [aux_sym_required_rsa_size_token1] = ACTIONS(1311), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1311), + [aux_sym_security_key_provider_token1] = ACTIONS(1311), + [aux_sym_send_env_token1] = ACTIONS(1311), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1311), + [aux_sym_server_alive_interval_token1] = ACTIONS(1311), + [aux_sym_session_type_token1] = ACTIONS(1311), + [aux_sym_set_env_token1] = ACTIONS(1311), + [aux_sym_stdin_null_token1] = ACTIONS(1311), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1311), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1311), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1311), + [aux_sym_syslog_facility_token1] = ACTIONS(1311), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1311), + [aux_sym_keep_alive_token1] = ACTIONS(1311), + [aux_sym_tunnel_token1] = ACTIONS(1313), + [aux_sym_tunnel_device_token1] = ACTIONS(1311), + [aux_sym_update_host_keys_token1] = ACTIONS(1311), + [aux_sym_use_keychain_token1] = ACTIONS(1311), + [aux_sym_use_roaming_token1] = ACTIONS(1311), + [aux_sym_user_token1] = ACTIONS(1313), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1311), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1311), + [aux_sym_visual_host_key_token1] = ACTIONS(1311), + [aux_sym_xauth_location_token1] = ACTIONS(1311), }, [704] = { - [ts_builtin_sym_end] = ACTIONS(1480), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1482), - [aux_sym_match_token1] = ACTIONS(1480), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1480), - [aux_sym_address_family_token1] = ACTIONS(1480), - [aux_sym_batch_mode_token1] = ACTIONS(1480), - [aux_sym_bind_address_token1] = ACTIONS(1480), - [aux_sym_bind_interface_token1] = ACTIONS(1480), - [aux_sym_canonical_domains_token1] = ACTIONS(1480), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1480), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1480), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1480), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1480), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1480), - [aux_sym_certificate_file_token1] = ACTIONS(1480), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1480), - [aux_sym_check_host_ip_token1] = ACTIONS(1480), - [aux_sym_ciphers_token1] = ACTIONS(1480), - [aux_sym_cipher_token1] = ACTIONS(1482), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1480), - [aux_sym_compression_token1] = ACTIONS(1480), - [aux_sym_connection_attempts_token1] = ACTIONS(1480), - [aux_sym_connect_timeout_token1] = ACTIONS(1480), - [aux_sym_control_master_token1] = ACTIONS(1480), - [aux_sym_control_path_token1] = ACTIONS(1480), - [aux_sym_control_persist_token1] = ACTIONS(1480), - [aux_sym_dynamic_forward_token1] = ACTIONS(1480), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1480), - [aux_sym_escape_char_token1] = ACTIONS(1480), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1480), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1480), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1480), - [aux_sym_forward_agent_token1] = ACTIONS(1480), - [aux_sym_forward_x11_token1] = ACTIONS(1482), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1480), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1480), - [aux_sym_gateway_ports_token1] = ACTIONS(1480), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1480), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1480), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1480), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1480), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1480), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1480), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1480), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1480), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1480), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1480), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1480), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1480), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1480), - [aux_sym_host_key_alias_token1] = ACTIONS(1480), - [aux_sym_hostname_token1] = ACTIONS(1480), - [aux_sym_identities_only_token1] = ACTIONS(1480), - [aux_sym_identity_agent_token1] = ACTIONS(1480), - [aux_sym_identity_file_token1] = ACTIONS(1480), - [aux_sym_ignore_unknown_token1] = ACTIONS(1480), - [aux_sym_include_token1] = ACTIONS(1480), - [aux_sym_ip_qos_token1] = ACTIONS(1480), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1480), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1480), - [aux_sym_kex_algorithms_token1] = ACTIONS(1480), - [aux_sym_known_hosts_command_token1] = ACTIONS(1480), - [aux_sym_local_command_token1] = ACTIONS(1480), - [aux_sym_local_forward_token1] = ACTIONS(1480), - [aux_sym_log_level_token1] = ACTIONS(1480), - [aux_sym_log_verbose_token1] = ACTIONS(1480), - [aux_sym_macs_token1] = ACTIONS(1480), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1480), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1480), - [aux_sym_password_authentication_token1] = ACTIONS(1480), - [aux_sym_permit_local_command_token1] = ACTIONS(1480), - [aux_sym_permit_remote_open_token1] = ACTIONS(1480), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1480), - [aux_sym_port_token1] = ACTIONS(1480), - [aux_sym_preferred_authentications_token1] = ACTIONS(1480), - [aux_sym_protocol_token1] = ACTIONS(1480), - [aux_sym_proxy_command_token1] = ACTIONS(1480), - [aux_sym_proxy_jump_token1] = ACTIONS(1480), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1480), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1480), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1480), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1480), - [aux_sym_rekey_limit_token1] = ACTIONS(1480), - [aux_sym_remote_command_token1] = ACTIONS(1480), - [aux_sym_remote_forward_token1] = ACTIONS(1480), - [aux_sym_request_tty_token1] = ACTIONS(1480), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1480), - [aux_sym_security_key_provider_token1] = ACTIONS(1480), - [aux_sym_send_env_token1] = ACTIONS(1480), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1480), - [aux_sym_server_alive_interval_token1] = ACTIONS(1480), - [aux_sym_session_type_token1] = ACTIONS(1480), - [aux_sym_set_env_token1] = ACTIONS(1480), - [aux_sym_stdin_null_token1] = ACTIONS(1480), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1480), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1480), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1480), - [aux_sym_syslog_facility_token1] = ACTIONS(1480), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1480), - [aux_sym_keep_alive_token1] = ACTIONS(1480), - [aux_sym_tunnel_token1] = ACTIONS(1482), - [aux_sym_tunnel_device_token1] = ACTIONS(1480), - [aux_sym_update_host_keys_token1] = ACTIONS(1480), - [aux_sym_use_keychain_token1] = ACTIONS(1480), - [aux_sym_use_roaming_token1] = ACTIONS(1480), - [aux_sym_user_token1] = ACTIONS(1482), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1480), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1480), - [aux_sym_visual_host_key_token1] = ACTIONS(1480), - [aux_sym_xauth_location_token1] = ACTIONS(1480), + [ts_builtin_sym_end] = ACTIONS(1317), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1319), + [aux_sym_match_token1] = ACTIONS(1317), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1317), + [aux_sym_address_family_token1] = ACTIONS(1317), + [aux_sym_batch_mode_token1] = ACTIONS(1317), + [aux_sym_bind_address_token1] = ACTIONS(1317), + [aux_sym_bind_interface_token1] = ACTIONS(1317), + [aux_sym_canonical_domains_token1] = ACTIONS(1317), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1317), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1317), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1317), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1317), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1317), + [aux_sym_certificate_file_token1] = ACTIONS(1317), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1317), + [aux_sym_check_host_ip_token1] = ACTIONS(1317), + [aux_sym_ciphers_token1] = ACTIONS(1317), + [aux_sym_cipher_token1] = ACTIONS(1319), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1317), + [aux_sym_compression_token1] = ACTIONS(1317), + [aux_sym_connection_attempts_token1] = ACTIONS(1317), + [aux_sym_connect_timeout_token1] = ACTIONS(1317), + [aux_sym_control_master_token1] = ACTIONS(1317), + [aux_sym_control_path_token1] = ACTIONS(1317), + [aux_sym_control_persist_token1] = ACTIONS(1317), + [aux_sym_dynamic_forward_token1] = ACTIONS(1317), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1317), + [aux_sym_escape_char_token1] = ACTIONS(1317), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1317), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1317), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1317), + [aux_sym_forward_agent_token1] = ACTIONS(1317), + [aux_sym_forward_x11_token1] = ACTIONS(1319), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1317), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1317), + [aux_sym_gateway_ports_token1] = ACTIONS(1317), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1317), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1317), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1317), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1317), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1317), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1317), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1317), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1317), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1317), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1317), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1317), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1317), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1317), + [aux_sym_host_key_alias_token1] = ACTIONS(1317), + [aux_sym_hostname_token1] = ACTIONS(1317), + [aux_sym_identities_only_token1] = ACTIONS(1317), + [aux_sym_identity_agent_token1] = ACTIONS(1317), + [aux_sym_identity_file_token1] = ACTIONS(1317), + [aux_sym_ignore_unknown_token1] = ACTIONS(1317), + [aux_sym_include_token1] = ACTIONS(1317), + [aux_sym_ip_qos_token1] = ACTIONS(1317), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1317), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1317), + [aux_sym_kex_algorithms_token1] = ACTIONS(1317), + [aux_sym_known_hosts_command_token1] = ACTIONS(1317), + [aux_sym_local_command_token1] = ACTIONS(1317), + [aux_sym_local_forward_token1] = ACTIONS(1317), + [aux_sym_log_level_token1] = ACTIONS(1317), + [aux_sym_log_verbose_token1] = ACTIONS(1317), + [aux_sym_macs_token1] = ACTIONS(1317), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1317), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1317), + [aux_sym_password_authentication_token1] = ACTIONS(1317), + [aux_sym_permit_local_command_token1] = ACTIONS(1317), + [aux_sym_permit_remote_open_token1] = ACTIONS(1317), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1317), + [aux_sym_port_token1] = ACTIONS(1317), + [aux_sym_preferred_authentications_token1] = ACTIONS(1317), + [aux_sym_protocol_token1] = ACTIONS(1317), + [aux_sym_proxy_command_token1] = ACTIONS(1317), + [aux_sym_proxy_jump_token1] = ACTIONS(1317), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1317), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1317), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1317), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1317), + [aux_sym_rekey_limit_token1] = ACTIONS(1317), + [aux_sym_remote_command_token1] = ACTIONS(1317), + [aux_sym_remote_forward_token1] = ACTIONS(1317), + [aux_sym_request_tty_token1] = ACTIONS(1317), + [aux_sym_required_rsa_size_token1] = ACTIONS(1317), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1317), + [aux_sym_security_key_provider_token1] = ACTIONS(1317), + [aux_sym_send_env_token1] = ACTIONS(1317), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1317), + [aux_sym_server_alive_interval_token1] = ACTIONS(1317), + [aux_sym_session_type_token1] = ACTIONS(1317), + [aux_sym_set_env_token1] = ACTIONS(1317), + [aux_sym_stdin_null_token1] = ACTIONS(1317), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1317), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1317), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1317), + [aux_sym_syslog_facility_token1] = ACTIONS(1317), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1317), + [aux_sym_keep_alive_token1] = ACTIONS(1317), + [aux_sym_tunnel_token1] = ACTIONS(1319), + [aux_sym_tunnel_device_token1] = ACTIONS(1317), + [aux_sym_update_host_keys_token1] = ACTIONS(1317), + [aux_sym_use_keychain_token1] = ACTIONS(1317), + [aux_sym_use_roaming_token1] = ACTIONS(1317), + [aux_sym_user_token1] = ACTIONS(1319), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1317), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1317), + [aux_sym_visual_host_key_token1] = ACTIONS(1317), + [aux_sym_xauth_location_token1] = ACTIONS(1317), }, [705] = { - [ts_builtin_sym_end] = ACTIONS(1780), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1782), - [aux_sym_match_token1] = ACTIONS(1780), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1780), - [aux_sym_address_family_token1] = ACTIONS(1780), - [aux_sym_batch_mode_token1] = ACTIONS(1780), - [aux_sym_bind_address_token1] = ACTIONS(1780), - [aux_sym_bind_interface_token1] = ACTIONS(1780), - [aux_sym_canonical_domains_token1] = ACTIONS(1780), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1780), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1780), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1780), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1780), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1780), - [aux_sym_certificate_file_token1] = ACTIONS(1780), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1780), - [aux_sym_check_host_ip_token1] = ACTIONS(1780), - [aux_sym_ciphers_token1] = ACTIONS(1780), - [aux_sym_cipher_token1] = ACTIONS(1782), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1780), - [aux_sym_compression_token1] = ACTIONS(1780), - [aux_sym_connection_attempts_token1] = ACTIONS(1780), - [aux_sym_connect_timeout_token1] = ACTIONS(1780), - [aux_sym_control_master_token1] = ACTIONS(1780), - [aux_sym_control_path_token1] = ACTIONS(1780), - [aux_sym_control_persist_token1] = ACTIONS(1780), - [aux_sym_dynamic_forward_token1] = ACTIONS(1780), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1780), - [aux_sym_escape_char_token1] = ACTIONS(1780), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1780), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1780), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1780), - [aux_sym_forward_agent_token1] = ACTIONS(1780), - [aux_sym_forward_x11_token1] = ACTIONS(1782), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1780), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1780), - [aux_sym_gateway_ports_token1] = ACTIONS(1780), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1780), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1780), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1780), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1780), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1780), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1780), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1780), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1780), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1780), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1780), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1780), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1780), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1780), - [aux_sym_host_key_alias_token1] = ACTIONS(1780), - [aux_sym_hostname_token1] = ACTIONS(1780), - [aux_sym_identities_only_token1] = ACTIONS(1780), - [aux_sym_identity_agent_token1] = ACTIONS(1780), - [aux_sym_identity_file_token1] = ACTIONS(1780), - [aux_sym_ignore_unknown_token1] = ACTIONS(1780), - [aux_sym_include_token1] = ACTIONS(1780), - [aux_sym_ip_qos_token1] = ACTIONS(1780), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1780), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1780), - [aux_sym_kex_algorithms_token1] = ACTIONS(1780), - [aux_sym_known_hosts_command_token1] = ACTIONS(1780), - [aux_sym_local_command_token1] = ACTIONS(1780), - [aux_sym_local_forward_token1] = ACTIONS(1780), - [aux_sym_log_level_token1] = ACTIONS(1780), - [aux_sym_log_verbose_token1] = ACTIONS(1780), - [aux_sym_macs_token1] = ACTIONS(1780), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1780), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1780), - [aux_sym_password_authentication_token1] = ACTIONS(1780), - [aux_sym_permit_local_command_token1] = ACTIONS(1780), - [aux_sym_permit_remote_open_token1] = ACTIONS(1780), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1780), - [aux_sym_port_token1] = ACTIONS(1780), - [aux_sym_preferred_authentications_token1] = ACTIONS(1780), - [aux_sym_protocol_token1] = ACTIONS(1780), - [aux_sym_proxy_command_token1] = ACTIONS(1780), - [aux_sym_proxy_jump_token1] = ACTIONS(1780), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1780), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1780), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1780), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1780), - [aux_sym_rekey_limit_token1] = ACTIONS(1780), - [aux_sym_remote_command_token1] = ACTIONS(1780), - [aux_sym_remote_forward_token1] = ACTIONS(1780), - [aux_sym_request_tty_token1] = ACTIONS(1780), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1780), - [aux_sym_security_key_provider_token1] = ACTIONS(1780), - [aux_sym_send_env_token1] = ACTIONS(1780), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1780), - [aux_sym_server_alive_interval_token1] = ACTIONS(1780), - [aux_sym_session_type_token1] = ACTIONS(1780), - [aux_sym_set_env_token1] = ACTIONS(1780), - [aux_sym_stdin_null_token1] = ACTIONS(1780), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1780), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1780), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1780), - [aux_sym_syslog_facility_token1] = ACTIONS(1780), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1780), - [aux_sym_keep_alive_token1] = ACTIONS(1780), - [aux_sym_tunnel_token1] = ACTIONS(1782), - [aux_sym_tunnel_device_token1] = ACTIONS(1780), - [aux_sym_update_host_keys_token1] = ACTIONS(1780), - [aux_sym_use_keychain_token1] = ACTIONS(1780), - [aux_sym_use_roaming_token1] = ACTIONS(1780), - [aux_sym_user_token1] = ACTIONS(1782), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1780), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1780), - [aux_sym_visual_host_key_token1] = ACTIONS(1780), - [aux_sym_xauth_location_token1] = ACTIONS(1780), + [ts_builtin_sym_end] = ACTIONS(1809), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1811), + [aux_sym_match_token1] = ACTIONS(1809), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1809), + [aux_sym_address_family_token1] = ACTIONS(1809), + [aux_sym_batch_mode_token1] = ACTIONS(1809), + [aux_sym_bind_address_token1] = ACTIONS(1809), + [aux_sym_bind_interface_token1] = ACTIONS(1809), + [aux_sym_canonical_domains_token1] = ACTIONS(1809), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1809), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1809), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1809), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1809), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1809), + [aux_sym_certificate_file_token1] = ACTIONS(1809), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1809), + [aux_sym_check_host_ip_token1] = ACTIONS(1809), + [aux_sym_ciphers_token1] = ACTIONS(1809), + [aux_sym_cipher_token1] = ACTIONS(1811), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1809), + [aux_sym_compression_token1] = ACTIONS(1809), + [aux_sym_connection_attempts_token1] = ACTIONS(1809), + [aux_sym_connect_timeout_token1] = ACTIONS(1809), + [aux_sym_control_master_token1] = ACTIONS(1809), + [aux_sym_control_path_token1] = ACTIONS(1809), + [aux_sym_control_persist_token1] = ACTIONS(1809), + [aux_sym_dynamic_forward_token1] = ACTIONS(1809), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1809), + [aux_sym_escape_char_token1] = ACTIONS(1809), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1809), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1809), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1809), + [aux_sym_forward_agent_token1] = ACTIONS(1809), + [aux_sym_forward_x11_token1] = ACTIONS(1811), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1809), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1809), + [aux_sym_gateway_ports_token1] = ACTIONS(1809), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1809), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1809), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1809), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1809), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1809), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1809), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1809), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1809), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1809), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1809), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1809), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1809), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1809), + [aux_sym_host_key_alias_token1] = ACTIONS(1809), + [aux_sym_hostname_token1] = ACTIONS(1809), + [aux_sym_identities_only_token1] = ACTIONS(1809), + [aux_sym_identity_agent_token1] = ACTIONS(1809), + [aux_sym_identity_file_token1] = ACTIONS(1809), + [aux_sym_ignore_unknown_token1] = ACTIONS(1809), + [aux_sym_include_token1] = ACTIONS(1809), + [aux_sym_ip_qos_token1] = ACTIONS(1809), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1809), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1809), + [aux_sym_kex_algorithms_token1] = ACTIONS(1809), + [aux_sym_known_hosts_command_token1] = ACTIONS(1809), + [aux_sym_local_command_token1] = ACTIONS(1809), + [aux_sym_local_forward_token1] = ACTIONS(1809), + [aux_sym_log_level_token1] = ACTIONS(1809), + [aux_sym_log_verbose_token1] = ACTIONS(1809), + [aux_sym_macs_token1] = ACTIONS(1809), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1809), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1809), + [aux_sym_password_authentication_token1] = ACTIONS(1809), + [aux_sym_permit_local_command_token1] = ACTIONS(1809), + [aux_sym_permit_remote_open_token1] = ACTIONS(1809), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1809), + [aux_sym_port_token1] = ACTIONS(1809), + [aux_sym_preferred_authentications_token1] = ACTIONS(1809), + [aux_sym_protocol_token1] = ACTIONS(1809), + [aux_sym_proxy_command_token1] = ACTIONS(1809), + [aux_sym_proxy_jump_token1] = ACTIONS(1809), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1809), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1809), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1809), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1809), + [aux_sym_rekey_limit_token1] = ACTIONS(1809), + [aux_sym_remote_command_token1] = ACTIONS(1809), + [aux_sym_remote_forward_token1] = ACTIONS(1809), + [aux_sym_request_tty_token1] = ACTIONS(1809), + [aux_sym_required_rsa_size_token1] = ACTIONS(1809), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1809), + [aux_sym_security_key_provider_token1] = ACTIONS(1809), + [aux_sym_send_env_token1] = ACTIONS(1809), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1809), + [aux_sym_server_alive_interval_token1] = ACTIONS(1809), + [aux_sym_session_type_token1] = ACTIONS(1809), + [aux_sym_set_env_token1] = ACTIONS(1809), + [aux_sym_stdin_null_token1] = ACTIONS(1809), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1809), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1809), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1809), + [aux_sym_syslog_facility_token1] = ACTIONS(1809), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1809), + [aux_sym_keep_alive_token1] = ACTIONS(1809), + [aux_sym_tunnel_token1] = ACTIONS(1811), + [aux_sym_tunnel_device_token1] = ACTIONS(1809), + [aux_sym_update_host_keys_token1] = ACTIONS(1809), + [aux_sym_use_keychain_token1] = ACTIONS(1809), + [aux_sym_use_roaming_token1] = ACTIONS(1809), + [aux_sym_user_token1] = ACTIONS(1811), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1809), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1809), + [aux_sym_visual_host_key_token1] = ACTIONS(1809), + [aux_sym_xauth_location_token1] = ACTIONS(1809), }, [706] = { - [ts_builtin_sym_end] = ACTIONS(898), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(900), - [aux_sym_match_token1] = ACTIONS(898), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(898), - [aux_sym_address_family_token1] = ACTIONS(898), - [aux_sym_batch_mode_token1] = ACTIONS(898), - [aux_sym_bind_address_token1] = ACTIONS(898), - [aux_sym_bind_interface_token1] = ACTIONS(898), - [aux_sym_canonical_domains_token1] = ACTIONS(898), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(898), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(898), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(898), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(898), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(898), - [aux_sym_certificate_file_token1] = ACTIONS(898), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(898), - [aux_sym_check_host_ip_token1] = ACTIONS(898), - [aux_sym_ciphers_token1] = ACTIONS(898), - [aux_sym_cipher_token1] = ACTIONS(900), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(898), - [aux_sym_compression_token1] = ACTIONS(898), - [aux_sym_connection_attempts_token1] = ACTIONS(898), - [aux_sym_connect_timeout_token1] = ACTIONS(898), - [aux_sym_control_master_token1] = ACTIONS(898), - [aux_sym_control_path_token1] = ACTIONS(898), - [aux_sym_control_persist_token1] = ACTIONS(898), - [aux_sym_dynamic_forward_token1] = ACTIONS(898), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(898), - [aux_sym_escape_char_token1] = ACTIONS(898), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(898), - [aux_sym_fingerprint_hash_token1] = ACTIONS(898), - [aux_sym_fork_after_authentication_token1] = ACTIONS(898), - [aux_sym_forward_agent_token1] = ACTIONS(898), - [aux_sym_forward_x11_token1] = ACTIONS(900), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(898), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(898), - [aux_sym_gateway_ports_token1] = ACTIONS(898), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(898), - [aux_sym_gssapi_authentication_token1] = ACTIONS(898), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(898), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(898), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(898), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(898), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(898), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(898), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(898), - [aux_sym_hash_known_hosts_token1] = ACTIONS(898), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(898), - [aux_sym_hostbased_authentication_token1] = ACTIONS(898), - [aux_sym_host_key_algorithms_token1] = ACTIONS(898), - [aux_sym_host_key_alias_token1] = ACTIONS(898), - [aux_sym_hostname_token1] = ACTIONS(898), - [aux_sym_identities_only_token1] = ACTIONS(898), - [aux_sym_identity_agent_token1] = ACTIONS(898), - [aux_sym_identity_file_token1] = ACTIONS(898), - [aux_sym_ignore_unknown_token1] = ACTIONS(898), - [aux_sym_include_token1] = ACTIONS(898), - [aux_sym_ip_qos_token1] = ACTIONS(898), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(898), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(898), - [aux_sym_kex_algorithms_token1] = ACTIONS(898), - [aux_sym_known_hosts_command_token1] = ACTIONS(898), - [aux_sym_local_command_token1] = ACTIONS(898), - [aux_sym_local_forward_token1] = ACTIONS(898), - [aux_sym_log_level_token1] = ACTIONS(898), - [aux_sym_log_verbose_token1] = ACTIONS(898), - [aux_sym_macs_token1] = ACTIONS(898), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(898), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(898), - [aux_sym_password_authentication_token1] = ACTIONS(898), - [aux_sym_permit_local_command_token1] = ACTIONS(898), - [aux_sym_permit_remote_open_token1] = ACTIONS(898), - [aux_sym_pkcs11_provider_token1] = ACTIONS(898), - [aux_sym_port_token1] = ACTIONS(898), - [aux_sym_preferred_authentications_token1] = ACTIONS(898), - [aux_sym_protocol_token1] = ACTIONS(898), - [aux_sym_proxy_command_token1] = ACTIONS(898), - [aux_sym_proxy_jump_token1] = ACTIONS(898), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(898), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(898), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(898), - [aux_sym_pubkey_authentication_token1] = ACTIONS(898), - [aux_sym_rekey_limit_token1] = ACTIONS(898), - [aux_sym_remote_command_token1] = ACTIONS(898), - [aux_sym_remote_forward_token1] = ACTIONS(898), - [aux_sym_request_tty_token1] = ACTIONS(898), - [aux_sym_revoked_host_keys_token1] = ACTIONS(898), - [aux_sym_security_key_provider_token1] = ACTIONS(898), - [aux_sym_send_env_token1] = ACTIONS(898), - [aux_sym_server_alive_count_max_token1] = ACTIONS(898), - [aux_sym_server_alive_interval_token1] = ACTIONS(898), - [aux_sym_session_type_token1] = ACTIONS(898), - [aux_sym_set_env_token1] = ACTIONS(898), - [aux_sym_stdin_null_token1] = ACTIONS(898), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(898), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(898), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(898), - [aux_sym_syslog_facility_token1] = ACTIONS(898), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(898), - [aux_sym_keep_alive_token1] = ACTIONS(898), - [aux_sym_tunnel_token1] = ACTIONS(900), - [aux_sym_tunnel_device_token1] = ACTIONS(898), - [aux_sym_update_host_keys_token1] = ACTIONS(898), - [aux_sym_use_keychain_token1] = ACTIONS(898), - [aux_sym_use_roaming_token1] = ACTIONS(898), - [aux_sym_user_token1] = ACTIONS(900), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(898), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(898), - [aux_sym_visual_host_key_token1] = ACTIONS(898), - [aux_sym_xauth_location_token1] = ACTIONS(898), + [ts_builtin_sym_end] = ACTIONS(1323), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1325), + [aux_sym_match_token1] = ACTIONS(1323), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1323), + [aux_sym_address_family_token1] = ACTIONS(1323), + [aux_sym_batch_mode_token1] = ACTIONS(1323), + [aux_sym_bind_address_token1] = ACTIONS(1323), + [aux_sym_bind_interface_token1] = ACTIONS(1323), + [aux_sym_canonical_domains_token1] = ACTIONS(1323), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1323), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1323), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1323), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1323), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1323), + [aux_sym_certificate_file_token1] = ACTIONS(1323), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1323), + [aux_sym_check_host_ip_token1] = ACTIONS(1323), + [aux_sym_ciphers_token1] = ACTIONS(1323), + [aux_sym_cipher_token1] = ACTIONS(1325), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1323), + [aux_sym_compression_token1] = ACTIONS(1323), + [aux_sym_connection_attempts_token1] = ACTIONS(1323), + [aux_sym_connect_timeout_token1] = ACTIONS(1323), + [aux_sym_control_master_token1] = ACTIONS(1323), + [aux_sym_control_path_token1] = ACTIONS(1323), + [aux_sym_control_persist_token1] = ACTIONS(1323), + [aux_sym_dynamic_forward_token1] = ACTIONS(1323), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1323), + [aux_sym_escape_char_token1] = ACTIONS(1323), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1323), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1323), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1323), + [aux_sym_forward_agent_token1] = ACTIONS(1323), + [aux_sym_forward_x11_token1] = ACTIONS(1325), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1323), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1323), + [aux_sym_gateway_ports_token1] = ACTIONS(1323), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1323), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1323), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1323), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1323), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1323), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1323), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1323), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1323), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1323), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1323), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1323), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1323), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1323), + [aux_sym_host_key_alias_token1] = ACTIONS(1323), + [aux_sym_hostname_token1] = ACTIONS(1323), + [aux_sym_identities_only_token1] = ACTIONS(1323), + [aux_sym_identity_agent_token1] = ACTIONS(1323), + [aux_sym_identity_file_token1] = ACTIONS(1323), + [aux_sym_ignore_unknown_token1] = ACTIONS(1323), + [aux_sym_include_token1] = ACTIONS(1323), + [aux_sym_ip_qos_token1] = ACTIONS(1323), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1323), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1323), + [aux_sym_kex_algorithms_token1] = ACTIONS(1323), + [aux_sym_known_hosts_command_token1] = ACTIONS(1323), + [aux_sym_local_command_token1] = ACTIONS(1323), + [aux_sym_local_forward_token1] = ACTIONS(1323), + [aux_sym_log_level_token1] = ACTIONS(1323), + [aux_sym_log_verbose_token1] = ACTIONS(1323), + [aux_sym_macs_token1] = ACTIONS(1323), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1323), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1323), + [aux_sym_password_authentication_token1] = ACTIONS(1323), + [aux_sym_permit_local_command_token1] = ACTIONS(1323), + [aux_sym_permit_remote_open_token1] = ACTIONS(1323), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1323), + [aux_sym_port_token1] = ACTIONS(1323), + [aux_sym_preferred_authentications_token1] = ACTIONS(1323), + [aux_sym_protocol_token1] = ACTIONS(1323), + [aux_sym_proxy_command_token1] = ACTIONS(1323), + [aux_sym_proxy_jump_token1] = ACTIONS(1323), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1323), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1323), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1323), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1323), + [aux_sym_rekey_limit_token1] = ACTIONS(1323), + [aux_sym_remote_command_token1] = ACTIONS(1323), + [aux_sym_remote_forward_token1] = ACTIONS(1323), + [aux_sym_request_tty_token1] = ACTIONS(1323), + [aux_sym_required_rsa_size_token1] = ACTIONS(1323), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1323), + [aux_sym_security_key_provider_token1] = ACTIONS(1323), + [aux_sym_send_env_token1] = ACTIONS(1323), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1323), + [aux_sym_server_alive_interval_token1] = ACTIONS(1323), + [aux_sym_session_type_token1] = ACTIONS(1323), + [aux_sym_set_env_token1] = ACTIONS(1323), + [aux_sym_stdin_null_token1] = ACTIONS(1323), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1323), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1323), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1323), + [aux_sym_syslog_facility_token1] = ACTIONS(1323), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1323), + [aux_sym_keep_alive_token1] = ACTIONS(1323), + [aux_sym_tunnel_token1] = ACTIONS(1325), + [aux_sym_tunnel_device_token1] = ACTIONS(1323), + [aux_sym_update_host_keys_token1] = ACTIONS(1323), + [aux_sym_use_keychain_token1] = ACTIONS(1323), + [aux_sym_use_roaming_token1] = ACTIONS(1323), + [aux_sym_user_token1] = ACTIONS(1325), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1323), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1323), + [aux_sym_visual_host_key_token1] = ACTIONS(1323), + [aux_sym_xauth_location_token1] = ACTIONS(1323), }, [707] = { - [ts_builtin_sym_end] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1626), - [aux_sym_match_token1] = ACTIONS(1624), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1624), - [aux_sym_address_family_token1] = ACTIONS(1624), - [aux_sym_batch_mode_token1] = ACTIONS(1624), - [aux_sym_bind_address_token1] = ACTIONS(1624), - [aux_sym_bind_interface_token1] = ACTIONS(1624), - [aux_sym_canonical_domains_token1] = ACTIONS(1624), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1624), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1624), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1624), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1624), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1624), - [aux_sym_certificate_file_token1] = ACTIONS(1624), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1624), - [aux_sym_check_host_ip_token1] = ACTIONS(1624), - [aux_sym_ciphers_token1] = ACTIONS(1624), - [aux_sym_cipher_token1] = ACTIONS(1626), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1624), - [aux_sym_compression_token1] = ACTIONS(1624), - [aux_sym_connection_attempts_token1] = ACTIONS(1624), - [aux_sym_connect_timeout_token1] = ACTIONS(1624), - [aux_sym_control_master_token1] = ACTIONS(1624), - [aux_sym_control_path_token1] = ACTIONS(1624), - [aux_sym_control_persist_token1] = ACTIONS(1624), - [aux_sym_dynamic_forward_token1] = ACTIONS(1624), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1624), - [aux_sym_escape_char_token1] = ACTIONS(1624), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1624), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1624), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1624), - [aux_sym_forward_agent_token1] = ACTIONS(1624), - [aux_sym_forward_x11_token1] = ACTIONS(1626), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1624), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1624), - [aux_sym_gateway_ports_token1] = ACTIONS(1624), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1624), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1624), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1624), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1624), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1624), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1624), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1624), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1624), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1624), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1624), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1624), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1624), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1624), - [aux_sym_host_key_alias_token1] = ACTIONS(1624), - [aux_sym_hostname_token1] = ACTIONS(1624), - [aux_sym_identities_only_token1] = ACTIONS(1624), - [aux_sym_identity_agent_token1] = ACTIONS(1624), - [aux_sym_identity_file_token1] = ACTIONS(1624), - [aux_sym_ignore_unknown_token1] = ACTIONS(1624), - [aux_sym_include_token1] = ACTIONS(1624), - [aux_sym_ip_qos_token1] = ACTIONS(1624), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1624), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1624), - [aux_sym_kex_algorithms_token1] = ACTIONS(1624), - [aux_sym_known_hosts_command_token1] = ACTIONS(1624), - [aux_sym_local_command_token1] = ACTIONS(1624), - [aux_sym_local_forward_token1] = ACTIONS(1624), - [aux_sym_log_level_token1] = ACTIONS(1624), - [aux_sym_log_verbose_token1] = ACTIONS(1624), - [aux_sym_macs_token1] = ACTIONS(1624), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1624), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1624), - [aux_sym_password_authentication_token1] = ACTIONS(1624), - [aux_sym_permit_local_command_token1] = ACTIONS(1624), - [aux_sym_permit_remote_open_token1] = ACTIONS(1624), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1624), - [aux_sym_port_token1] = ACTIONS(1624), - [aux_sym_preferred_authentications_token1] = ACTIONS(1624), - [aux_sym_protocol_token1] = ACTIONS(1624), - [aux_sym_proxy_command_token1] = ACTIONS(1624), - [aux_sym_proxy_jump_token1] = ACTIONS(1624), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1624), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1624), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1624), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1624), - [aux_sym_rekey_limit_token1] = ACTIONS(1624), - [aux_sym_remote_command_token1] = ACTIONS(1624), - [aux_sym_remote_forward_token1] = ACTIONS(1624), - [aux_sym_request_tty_token1] = ACTIONS(1624), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1624), - [aux_sym_security_key_provider_token1] = ACTIONS(1624), - [aux_sym_send_env_token1] = ACTIONS(1624), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1624), - [aux_sym_server_alive_interval_token1] = ACTIONS(1624), - [aux_sym_session_type_token1] = ACTIONS(1624), - [aux_sym_set_env_token1] = ACTIONS(1624), - [aux_sym_stdin_null_token1] = ACTIONS(1624), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1624), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1624), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1624), - [aux_sym_syslog_facility_token1] = ACTIONS(1624), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1624), - [aux_sym_keep_alive_token1] = ACTIONS(1624), - [aux_sym_tunnel_token1] = ACTIONS(1626), - [aux_sym_tunnel_device_token1] = ACTIONS(1624), - [aux_sym_update_host_keys_token1] = ACTIONS(1624), - [aux_sym_use_keychain_token1] = ACTIONS(1624), - [aux_sym_use_roaming_token1] = ACTIONS(1624), - [aux_sym_user_token1] = ACTIONS(1626), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1624), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1624), - [aux_sym_visual_host_key_token1] = ACTIONS(1624), - [aux_sym_xauth_location_token1] = ACTIONS(1624), + [ts_builtin_sym_end] = ACTIONS(1653), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1655), + [aux_sym_match_token1] = ACTIONS(1653), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1653), + [aux_sym_address_family_token1] = ACTIONS(1653), + [aux_sym_batch_mode_token1] = ACTIONS(1653), + [aux_sym_bind_address_token1] = ACTIONS(1653), + [aux_sym_bind_interface_token1] = ACTIONS(1653), + [aux_sym_canonical_domains_token1] = ACTIONS(1653), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1653), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1653), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1653), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1653), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1653), + [aux_sym_certificate_file_token1] = ACTIONS(1653), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1653), + [aux_sym_check_host_ip_token1] = ACTIONS(1653), + [aux_sym_ciphers_token1] = ACTIONS(1653), + [aux_sym_cipher_token1] = ACTIONS(1655), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1653), + [aux_sym_compression_token1] = ACTIONS(1653), + [aux_sym_connection_attempts_token1] = ACTIONS(1653), + [aux_sym_connect_timeout_token1] = ACTIONS(1653), + [aux_sym_control_master_token1] = ACTIONS(1653), + [aux_sym_control_path_token1] = ACTIONS(1653), + [aux_sym_control_persist_token1] = ACTIONS(1653), + [aux_sym_dynamic_forward_token1] = ACTIONS(1653), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1653), + [aux_sym_escape_char_token1] = ACTIONS(1653), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1653), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1653), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1653), + [aux_sym_forward_agent_token1] = ACTIONS(1653), + [aux_sym_forward_x11_token1] = ACTIONS(1655), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1653), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1653), + [aux_sym_gateway_ports_token1] = ACTIONS(1653), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1653), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1653), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1653), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1653), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1653), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1653), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1653), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1653), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1653), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1653), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1653), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1653), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1653), + [aux_sym_host_key_alias_token1] = ACTIONS(1653), + [aux_sym_hostname_token1] = ACTIONS(1653), + [aux_sym_identities_only_token1] = ACTIONS(1653), + [aux_sym_identity_agent_token1] = ACTIONS(1653), + [aux_sym_identity_file_token1] = ACTIONS(1653), + [aux_sym_ignore_unknown_token1] = ACTIONS(1653), + [aux_sym_include_token1] = ACTIONS(1653), + [aux_sym_ip_qos_token1] = ACTIONS(1653), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1653), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1653), + [aux_sym_kex_algorithms_token1] = ACTIONS(1653), + [aux_sym_known_hosts_command_token1] = ACTIONS(1653), + [aux_sym_local_command_token1] = ACTIONS(1653), + [aux_sym_local_forward_token1] = ACTIONS(1653), + [aux_sym_log_level_token1] = ACTIONS(1653), + [aux_sym_log_verbose_token1] = ACTIONS(1653), + [aux_sym_macs_token1] = ACTIONS(1653), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1653), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1653), + [aux_sym_password_authentication_token1] = ACTIONS(1653), + [aux_sym_permit_local_command_token1] = ACTIONS(1653), + [aux_sym_permit_remote_open_token1] = ACTIONS(1653), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1653), + [aux_sym_port_token1] = ACTIONS(1653), + [aux_sym_preferred_authentications_token1] = ACTIONS(1653), + [aux_sym_protocol_token1] = ACTIONS(1653), + [aux_sym_proxy_command_token1] = ACTIONS(1653), + [aux_sym_proxy_jump_token1] = ACTIONS(1653), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1653), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1653), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1653), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1653), + [aux_sym_rekey_limit_token1] = ACTIONS(1653), + [aux_sym_remote_command_token1] = ACTIONS(1653), + [aux_sym_remote_forward_token1] = ACTIONS(1653), + [aux_sym_request_tty_token1] = ACTIONS(1653), + [aux_sym_required_rsa_size_token1] = ACTIONS(1653), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1653), + [aux_sym_security_key_provider_token1] = ACTIONS(1653), + [aux_sym_send_env_token1] = ACTIONS(1653), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1653), + [aux_sym_server_alive_interval_token1] = ACTIONS(1653), + [aux_sym_session_type_token1] = ACTIONS(1653), + [aux_sym_set_env_token1] = ACTIONS(1653), + [aux_sym_stdin_null_token1] = ACTIONS(1653), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1653), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1653), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1653), + [aux_sym_syslog_facility_token1] = ACTIONS(1653), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1653), + [aux_sym_keep_alive_token1] = ACTIONS(1653), + [aux_sym_tunnel_token1] = ACTIONS(1655), + [aux_sym_tunnel_device_token1] = ACTIONS(1653), + [aux_sym_update_host_keys_token1] = ACTIONS(1653), + [aux_sym_use_keychain_token1] = ACTIONS(1653), + [aux_sym_use_roaming_token1] = ACTIONS(1653), + [aux_sym_user_token1] = ACTIONS(1655), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1653), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1653), + [aux_sym_visual_host_key_token1] = ACTIONS(1653), + [aux_sym_xauth_location_token1] = ACTIONS(1653), }, [708] = { - [ts_builtin_sym_end] = ACTIONS(1774), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1776), - [aux_sym_match_token1] = ACTIONS(1774), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1774), - [aux_sym_address_family_token1] = ACTIONS(1774), - [aux_sym_batch_mode_token1] = ACTIONS(1774), - [aux_sym_bind_address_token1] = ACTIONS(1774), - [aux_sym_bind_interface_token1] = ACTIONS(1774), - [aux_sym_canonical_domains_token1] = ACTIONS(1774), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1774), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1774), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1774), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1774), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1774), - [aux_sym_certificate_file_token1] = ACTIONS(1774), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1774), - [aux_sym_check_host_ip_token1] = ACTIONS(1774), - [aux_sym_ciphers_token1] = ACTIONS(1774), - [aux_sym_cipher_token1] = ACTIONS(1776), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1774), - [aux_sym_compression_token1] = ACTIONS(1774), - [aux_sym_connection_attempts_token1] = ACTIONS(1774), - [aux_sym_connect_timeout_token1] = ACTIONS(1774), - [aux_sym_control_master_token1] = ACTIONS(1774), - [aux_sym_control_path_token1] = ACTIONS(1774), - [aux_sym_control_persist_token1] = ACTIONS(1774), - [aux_sym_dynamic_forward_token1] = ACTIONS(1774), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1774), - [aux_sym_escape_char_token1] = ACTIONS(1774), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1774), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1774), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1774), - [aux_sym_forward_agent_token1] = ACTIONS(1774), - [aux_sym_forward_x11_token1] = ACTIONS(1776), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1774), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1774), - [aux_sym_gateway_ports_token1] = ACTIONS(1774), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1774), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1774), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1774), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1774), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1774), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1774), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1774), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1774), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1774), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1774), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1774), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1774), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1774), - [aux_sym_host_key_alias_token1] = ACTIONS(1774), - [aux_sym_hostname_token1] = ACTIONS(1774), - [aux_sym_identities_only_token1] = ACTIONS(1774), - [aux_sym_identity_agent_token1] = ACTIONS(1774), - [aux_sym_identity_file_token1] = ACTIONS(1774), - [aux_sym_ignore_unknown_token1] = ACTIONS(1774), - [aux_sym_include_token1] = ACTIONS(1774), - [aux_sym_ip_qos_token1] = ACTIONS(1774), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1774), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1774), - [aux_sym_kex_algorithms_token1] = ACTIONS(1774), - [aux_sym_known_hosts_command_token1] = ACTIONS(1774), - [aux_sym_local_command_token1] = ACTIONS(1774), - [aux_sym_local_forward_token1] = ACTIONS(1774), - [aux_sym_log_level_token1] = ACTIONS(1774), - [aux_sym_log_verbose_token1] = ACTIONS(1774), - [aux_sym_macs_token1] = ACTIONS(1774), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1774), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1774), - [aux_sym_password_authentication_token1] = ACTIONS(1774), - [aux_sym_permit_local_command_token1] = ACTIONS(1774), - [aux_sym_permit_remote_open_token1] = ACTIONS(1774), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1774), - [aux_sym_port_token1] = ACTIONS(1774), - [aux_sym_preferred_authentications_token1] = ACTIONS(1774), - [aux_sym_protocol_token1] = ACTIONS(1774), - [aux_sym_proxy_command_token1] = ACTIONS(1774), - [aux_sym_proxy_jump_token1] = ACTIONS(1774), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1774), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1774), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1774), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1774), - [aux_sym_rekey_limit_token1] = ACTIONS(1774), - [aux_sym_remote_command_token1] = ACTIONS(1774), - [aux_sym_remote_forward_token1] = ACTIONS(1774), - [aux_sym_request_tty_token1] = ACTIONS(1774), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1774), - [aux_sym_security_key_provider_token1] = ACTIONS(1774), - [aux_sym_send_env_token1] = ACTIONS(1774), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1774), - [aux_sym_server_alive_interval_token1] = ACTIONS(1774), - [aux_sym_session_type_token1] = ACTIONS(1774), - [aux_sym_set_env_token1] = ACTIONS(1774), - [aux_sym_stdin_null_token1] = ACTIONS(1774), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1774), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1774), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1774), - [aux_sym_syslog_facility_token1] = ACTIONS(1774), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1774), - [aux_sym_keep_alive_token1] = ACTIONS(1774), - [aux_sym_tunnel_token1] = ACTIONS(1776), - [aux_sym_tunnel_device_token1] = ACTIONS(1774), - [aux_sym_update_host_keys_token1] = ACTIONS(1774), - [aux_sym_use_keychain_token1] = ACTIONS(1774), - [aux_sym_use_roaming_token1] = ACTIONS(1774), - [aux_sym_user_token1] = ACTIONS(1776), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1774), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1774), - [aux_sym_visual_host_key_token1] = ACTIONS(1774), - [aux_sym_xauth_location_token1] = ACTIONS(1774), + [ts_builtin_sym_end] = ACTIONS(1803), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1805), + [aux_sym_match_token1] = ACTIONS(1803), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1803), + [aux_sym_address_family_token1] = ACTIONS(1803), + [aux_sym_batch_mode_token1] = ACTIONS(1803), + [aux_sym_bind_address_token1] = ACTIONS(1803), + [aux_sym_bind_interface_token1] = ACTIONS(1803), + [aux_sym_canonical_domains_token1] = ACTIONS(1803), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1803), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1803), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1803), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1803), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1803), + [aux_sym_certificate_file_token1] = ACTIONS(1803), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1803), + [aux_sym_check_host_ip_token1] = ACTIONS(1803), + [aux_sym_ciphers_token1] = ACTIONS(1803), + [aux_sym_cipher_token1] = ACTIONS(1805), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1803), + [aux_sym_compression_token1] = ACTIONS(1803), + [aux_sym_connection_attempts_token1] = ACTIONS(1803), + [aux_sym_connect_timeout_token1] = ACTIONS(1803), + [aux_sym_control_master_token1] = ACTIONS(1803), + [aux_sym_control_path_token1] = ACTIONS(1803), + [aux_sym_control_persist_token1] = ACTIONS(1803), + [aux_sym_dynamic_forward_token1] = ACTIONS(1803), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1803), + [aux_sym_escape_char_token1] = ACTIONS(1803), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1803), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1803), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1803), + [aux_sym_forward_agent_token1] = ACTIONS(1803), + [aux_sym_forward_x11_token1] = ACTIONS(1805), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1803), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1803), + [aux_sym_gateway_ports_token1] = ACTIONS(1803), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1803), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1803), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1803), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1803), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1803), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1803), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1803), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1803), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1803), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1803), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1803), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1803), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1803), + [aux_sym_host_key_alias_token1] = ACTIONS(1803), + [aux_sym_hostname_token1] = ACTIONS(1803), + [aux_sym_identities_only_token1] = ACTIONS(1803), + [aux_sym_identity_agent_token1] = ACTIONS(1803), + [aux_sym_identity_file_token1] = ACTIONS(1803), + [aux_sym_ignore_unknown_token1] = ACTIONS(1803), + [aux_sym_include_token1] = ACTIONS(1803), + [aux_sym_ip_qos_token1] = ACTIONS(1803), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1803), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1803), + [aux_sym_kex_algorithms_token1] = ACTIONS(1803), + [aux_sym_known_hosts_command_token1] = ACTIONS(1803), + [aux_sym_local_command_token1] = ACTIONS(1803), + [aux_sym_local_forward_token1] = ACTIONS(1803), + [aux_sym_log_level_token1] = ACTIONS(1803), + [aux_sym_log_verbose_token1] = ACTIONS(1803), + [aux_sym_macs_token1] = ACTIONS(1803), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1803), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1803), + [aux_sym_password_authentication_token1] = ACTIONS(1803), + [aux_sym_permit_local_command_token1] = ACTIONS(1803), + [aux_sym_permit_remote_open_token1] = ACTIONS(1803), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1803), + [aux_sym_port_token1] = ACTIONS(1803), + [aux_sym_preferred_authentications_token1] = ACTIONS(1803), + [aux_sym_protocol_token1] = ACTIONS(1803), + [aux_sym_proxy_command_token1] = ACTIONS(1803), + [aux_sym_proxy_jump_token1] = ACTIONS(1803), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1803), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1803), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1803), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1803), + [aux_sym_rekey_limit_token1] = ACTIONS(1803), + [aux_sym_remote_command_token1] = ACTIONS(1803), + [aux_sym_remote_forward_token1] = ACTIONS(1803), + [aux_sym_request_tty_token1] = ACTIONS(1803), + [aux_sym_required_rsa_size_token1] = ACTIONS(1803), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1803), + [aux_sym_security_key_provider_token1] = ACTIONS(1803), + [aux_sym_send_env_token1] = ACTIONS(1803), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1803), + [aux_sym_server_alive_interval_token1] = ACTIONS(1803), + [aux_sym_session_type_token1] = ACTIONS(1803), + [aux_sym_set_env_token1] = ACTIONS(1803), + [aux_sym_stdin_null_token1] = ACTIONS(1803), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1803), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1803), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1803), + [aux_sym_syslog_facility_token1] = ACTIONS(1803), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1803), + [aux_sym_keep_alive_token1] = ACTIONS(1803), + [aux_sym_tunnel_token1] = ACTIONS(1805), + [aux_sym_tunnel_device_token1] = ACTIONS(1803), + [aux_sym_update_host_keys_token1] = ACTIONS(1803), + [aux_sym_use_keychain_token1] = ACTIONS(1803), + [aux_sym_use_roaming_token1] = ACTIONS(1803), + [aux_sym_user_token1] = ACTIONS(1805), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1803), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1803), + [aux_sym_visual_host_key_token1] = ACTIONS(1803), + [aux_sym_xauth_location_token1] = ACTIONS(1803), }, [709] = { - [ts_builtin_sym_end] = ACTIONS(670), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(672), - [aux_sym_match_token1] = ACTIONS(670), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(670), - [aux_sym_address_family_token1] = ACTIONS(670), - [aux_sym_batch_mode_token1] = ACTIONS(670), - [aux_sym_bind_address_token1] = ACTIONS(670), - [aux_sym_bind_interface_token1] = ACTIONS(670), - [aux_sym_canonical_domains_token1] = ACTIONS(670), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(670), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(670), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(670), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(670), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(670), - [aux_sym_certificate_file_token1] = ACTIONS(670), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(670), - [aux_sym_check_host_ip_token1] = ACTIONS(670), - [aux_sym_ciphers_token1] = ACTIONS(670), - [aux_sym_cipher_token1] = ACTIONS(672), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(670), - [aux_sym_compression_token1] = ACTIONS(670), - [aux_sym_connection_attempts_token1] = ACTIONS(670), - [aux_sym_connect_timeout_token1] = ACTIONS(670), - [aux_sym_control_master_token1] = ACTIONS(670), - [aux_sym_control_path_token1] = ACTIONS(670), - [aux_sym_control_persist_token1] = ACTIONS(670), - [aux_sym_dynamic_forward_token1] = ACTIONS(670), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(670), - [aux_sym_escape_char_token1] = ACTIONS(670), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(670), - [aux_sym_fingerprint_hash_token1] = ACTIONS(670), - [aux_sym_fork_after_authentication_token1] = ACTIONS(670), - [aux_sym_forward_agent_token1] = ACTIONS(670), - [aux_sym_forward_x11_token1] = ACTIONS(672), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(670), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(670), - [aux_sym_gateway_ports_token1] = ACTIONS(670), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(670), - [aux_sym_gssapi_authentication_token1] = ACTIONS(670), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(670), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(670), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(670), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(670), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(670), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(670), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(670), - [aux_sym_hash_known_hosts_token1] = ACTIONS(670), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(670), - [aux_sym_hostbased_authentication_token1] = ACTIONS(670), - [aux_sym_host_key_algorithms_token1] = ACTIONS(670), - [aux_sym_host_key_alias_token1] = ACTIONS(670), - [aux_sym_hostname_token1] = ACTIONS(670), - [aux_sym_identities_only_token1] = ACTIONS(670), - [aux_sym_identity_agent_token1] = ACTIONS(670), - [aux_sym_identity_file_token1] = ACTIONS(670), - [aux_sym_ignore_unknown_token1] = ACTIONS(670), - [aux_sym_include_token1] = ACTIONS(670), - [aux_sym_ip_qos_token1] = ACTIONS(670), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(670), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(670), - [aux_sym_kex_algorithms_token1] = ACTIONS(670), - [aux_sym_known_hosts_command_token1] = ACTIONS(670), - [aux_sym_local_command_token1] = ACTIONS(670), - [aux_sym_local_forward_token1] = ACTIONS(670), - [aux_sym_log_level_token1] = ACTIONS(670), - [aux_sym_log_verbose_token1] = ACTIONS(670), - [aux_sym_macs_token1] = ACTIONS(670), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(670), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(670), - [aux_sym_password_authentication_token1] = ACTIONS(670), - [aux_sym_permit_local_command_token1] = ACTIONS(670), - [aux_sym_permit_remote_open_token1] = ACTIONS(670), - [aux_sym_pkcs11_provider_token1] = ACTIONS(670), - [aux_sym_port_token1] = ACTIONS(670), - [aux_sym_preferred_authentications_token1] = ACTIONS(670), - [aux_sym_protocol_token1] = ACTIONS(670), - [aux_sym_proxy_command_token1] = ACTIONS(670), - [aux_sym_proxy_jump_token1] = ACTIONS(670), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(670), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(670), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(670), - [aux_sym_pubkey_authentication_token1] = ACTIONS(670), - [aux_sym_rekey_limit_token1] = ACTIONS(670), - [aux_sym_remote_command_token1] = ACTIONS(670), - [aux_sym_remote_forward_token1] = ACTIONS(670), - [aux_sym_request_tty_token1] = ACTIONS(670), - [aux_sym_revoked_host_keys_token1] = ACTIONS(670), - [aux_sym_security_key_provider_token1] = ACTIONS(670), - [aux_sym_send_env_token1] = ACTIONS(670), - [aux_sym_server_alive_count_max_token1] = ACTIONS(670), - [aux_sym_server_alive_interval_token1] = ACTIONS(670), - [aux_sym_session_type_token1] = ACTIONS(670), - [aux_sym_set_env_token1] = ACTIONS(670), - [aux_sym_stdin_null_token1] = ACTIONS(670), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(670), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(670), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(670), - [aux_sym_syslog_facility_token1] = ACTIONS(670), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(670), - [aux_sym_keep_alive_token1] = ACTIONS(670), - [aux_sym_tunnel_token1] = ACTIONS(672), - [aux_sym_tunnel_device_token1] = ACTIONS(670), - [aux_sym_update_host_keys_token1] = ACTIONS(670), - [aux_sym_use_keychain_token1] = ACTIONS(670), - [aux_sym_use_roaming_token1] = ACTIONS(670), - [aux_sym_user_token1] = ACTIONS(672), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(670), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(670), - [aux_sym_visual_host_key_token1] = ACTIONS(670), - [aux_sym_xauth_location_token1] = ACTIONS(670), + [ts_builtin_sym_end] = ACTIONS(1329), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1331), + [aux_sym_match_token1] = ACTIONS(1329), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1329), + [aux_sym_address_family_token1] = ACTIONS(1329), + [aux_sym_batch_mode_token1] = ACTIONS(1329), + [aux_sym_bind_address_token1] = ACTIONS(1329), + [aux_sym_bind_interface_token1] = ACTIONS(1329), + [aux_sym_canonical_domains_token1] = ACTIONS(1329), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1329), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1329), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1329), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1329), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1329), + [aux_sym_certificate_file_token1] = ACTIONS(1329), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1329), + [aux_sym_check_host_ip_token1] = ACTIONS(1329), + [aux_sym_ciphers_token1] = ACTIONS(1329), + [aux_sym_cipher_token1] = ACTIONS(1331), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1329), + [aux_sym_compression_token1] = ACTIONS(1329), + [aux_sym_connection_attempts_token1] = ACTIONS(1329), + [aux_sym_connect_timeout_token1] = ACTIONS(1329), + [aux_sym_control_master_token1] = ACTIONS(1329), + [aux_sym_control_path_token1] = ACTIONS(1329), + [aux_sym_control_persist_token1] = ACTIONS(1329), + [aux_sym_dynamic_forward_token1] = ACTIONS(1329), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1329), + [aux_sym_escape_char_token1] = ACTIONS(1329), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1329), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1329), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1329), + [aux_sym_forward_agent_token1] = ACTIONS(1329), + [aux_sym_forward_x11_token1] = ACTIONS(1331), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1329), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1329), + [aux_sym_gateway_ports_token1] = ACTIONS(1329), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1329), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1329), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1329), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1329), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1329), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1329), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1329), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1329), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1329), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1329), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1329), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1329), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1329), + [aux_sym_host_key_alias_token1] = ACTIONS(1329), + [aux_sym_hostname_token1] = ACTIONS(1329), + [aux_sym_identities_only_token1] = ACTIONS(1329), + [aux_sym_identity_agent_token1] = ACTIONS(1329), + [aux_sym_identity_file_token1] = ACTIONS(1329), + [aux_sym_ignore_unknown_token1] = ACTIONS(1329), + [aux_sym_include_token1] = ACTIONS(1329), + [aux_sym_ip_qos_token1] = ACTIONS(1329), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1329), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1329), + [aux_sym_kex_algorithms_token1] = ACTIONS(1329), + [aux_sym_known_hosts_command_token1] = ACTIONS(1329), + [aux_sym_local_command_token1] = ACTIONS(1329), + [aux_sym_local_forward_token1] = ACTIONS(1329), + [aux_sym_log_level_token1] = ACTIONS(1329), + [aux_sym_log_verbose_token1] = ACTIONS(1329), + [aux_sym_macs_token1] = ACTIONS(1329), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1329), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1329), + [aux_sym_password_authentication_token1] = ACTIONS(1329), + [aux_sym_permit_local_command_token1] = ACTIONS(1329), + [aux_sym_permit_remote_open_token1] = ACTIONS(1329), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1329), + [aux_sym_port_token1] = ACTIONS(1329), + [aux_sym_preferred_authentications_token1] = ACTIONS(1329), + [aux_sym_protocol_token1] = ACTIONS(1329), + [aux_sym_proxy_command_token1] = ACTIONS(1329), + [aux_sym_proxy_jump_token1] = ACTIONS(1329), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1329), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1329), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1329), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1329), + [aux_sym_rekey_limit_token1] = ACTIONS(1329), + [aux_sym_remote_command_token1] = ACTIONS(1329), + [aux_sym_remote_forward_token1] = ACTIONS(1329), + [aux_sym_request_tty_token1] = ACTIONS(1329), + [aux_sym_required_rsa_size_token1] = ACTIONS(1329), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1329), + [aux_sym_security_key_provider_token1] = ACTIONS(1329), + [aux_sym_send_env_token1] = ACTIONS(1329), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1329), + [aux_sym_server_alive_interval_token1] = ACTIONS(1329), + [aux_sym_session_type_token1] = ACTIONS(1329), + [aux_sym_set_env_token1] = ACTIONS(1329), + [aux_sym_stdin_null_token1] = ACTIONS(1329), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1329), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1329), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1329), + [aux_sym_syslog_facility_token1] = ACTIONS(1329), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1329), + [aux_sym_keep_alive_token1] = ACTIONS(1329), + [aux_sym_tunnel_token1] = ACTIONS(1331), + [aux_sym_tunnel_device_token1] = ACTIONS(1329), + [aux_sym_update_host_keys_token1] = ACTIONS(1329), + [aux_sym_use_keychain_token1] = ACTIONS(1329), + [aux_sym_use_roaming_token1] = ACTIONS(1329), + [aux_sym_user_token1] = ACTIONS(1331), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1329), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1329), + [aux_sym_visual_host_key_token1] = ACTIONS(1329), + [aux_sym_xauth_location_token1] = ACTIONS(1329), }, [710] = { - [ts_builtin_sym_end] = ACTIONS(1396), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1398), - [aux_sym_match_token1] = ACTIONS(1396), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1396), - [aux_sym_address_family_token1] = ACTIONS(1396), - [aux_sym_batch_mode_token1] = ACTIONS(1396), - [aux_sym_bind_address_token1] = ACTIONS(1396), - [aux_sym_bind_interface_token1] = ACTIONS(1396), - [aux_sym_canonical_domains_token1] = ACTIONS(1396), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1396), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1396), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1396), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1396), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1396), - [aux_sym_certificate_file_token1] = ACTIONS(1396), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1396), - [aux_sym_check_host_ip_token1] = ACTIONS(1396), - [aux_sym_ciphers_token1] = ACTIONS(1396), - [aux_sym_cipher_token1] = ACTIONS(1398), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1396), - [aux_sym_compression_token1] = ACTIONS(1396), - [aux_sym_connection_attempts_token1] = ACTIONS(1396), - [aux_sym_connect_timeout_token1] = ACTIONS(1396), - [aux_sym_control_master_token1] = ACTIONS(1396), - [aux_sym_control_path_token1] = ACTIONS(1396), - [aux_sym_control_persist_token1] = ACTIONS(1396), - [aux_sym_dynamic_forward_token1] = ACTIONS(1396), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1396), - [aux_sym_escape_char_token1] = ACTIONS(1396), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1396), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1396), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1396), - [aux_sym_forward_agent_token1] = ACTIONS(1396), - [aux_sym_forward_x11_token1] = ACTIONS(1398), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1396), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1396), - [aux_sym_gateway_ports_token1] = ACTIONS(1396), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1396), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1396), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1396), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1396), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1396), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1396), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1396), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1396), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1396), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1396), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1396), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1396), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1396), - [aux_sym_host_key_alias_token1] = ACTIONS(1396), - [aux_sym_hostname_token1] = ACTIONS(1396), - [aux_sym_identities_only_token1] = ACTIONS(1396), - [aux_sym_identity_agent_token1] = ACTIONS(1396), - [aux_sym_identity_file_token1] = ACTIONS(1396), - [aux_sym_ignore_unknown_token1] = ACTIONS(1396), - [aux_sym_include_token1] = ACTIONS(1396), - [aux_sym_ip_qos_token1] = ACTIONS(1396), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1396), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1396), - [aux_sym_kex_algorithms_token1] = ACTIONS(1396), - [aux_sym_known_hosts_command_token1] = ACTIONS(1396), - [aux_sym_local_command_token1] = ACTIONS(1396), - [aux_sym_local_forward_token1] = ACTIONS(1396), - [aux_sym_log_level_token1] = ACTIONS(1396), - [aux_sym_log_verbose_token1] = ACTIONS(1396), - [aux_sym_macs_token1] = ACTIONS(1396), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1396), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1396), - [aux_sym_password_authentication_token1] = ACTIONS(1396), - [aux_sym_permit_local_command_token1] = ACTIONS(1396), - [aux_sym_permit_remote_open_token1] = ACTIONS(1396), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1396), - [aux_sym_port_token1] = ACTIONS(1396), - [aux_sym_preferred_authentications_token1] = ACTIONS(1396), - [aux_sym_protocol_token1] = ACTIONS(1396), - [aux_sym_proxy_command_token1] = ACTIONS(1396), - [aux_sym_proxy_jump_token1] = ACTIONS(1396), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1396), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1396), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1396), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1396), - [aux_sym_rekey_limit_token1] = ACTIONS(1396), - [aux_sym_remote_command_token1] = ACTIONS(1396), - [aux_sym_remote_forward_token1] = ACTIONS(1396), - [aux_sym_request_tty_token1] = ACTIONS(1396), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1396), - [aux_sym_security_key_provider_token1] = ACTIONS(1396), - [aux_sym_send_env_token1] = ACTIONS(1396), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1396), - [aux_sym_server_alive_interval_token1] = ACTIONS(1396), - [aux_sym_session_type_token1] = ACTIONS(1396), - [aux_sym_set_env_token1] = ACTIONS(1396), - [aux_sym_stdin_null_token1] = ACTIONS(1396), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1396), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1396), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1396), - [aux_sym_syslog_facility_token1] = ACTIONS(1396), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1396), - [aux_sym_keep_alive_token1] = ACTIONS(1396), - [aux_sym_tunnel_token1] = ACTIONS(1398), - [aux_sym_tunnel_device_token1] = ACTIONS(1396), - [aux_sym_update_host_keys_token1] = ACTIONS(1396), - [aux_sym_use_keychain_token1] = ACTIONS(1396), - [aux_sym_use_roaming_token1] = ACTIONS(1396), - [aux_sym_user_token1] = ACTIONS(1398), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1396), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1396), - [aux_sym_visual_host_key_token1] = ACTIONS(1396), - [aux_sym_xauth_location_token1] = ACTIONS(1396), + [ts_builtin_sym_end] = ACTIONS(1617), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1619), + [aux_sym_match_token1] = ACTIONS(1617), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1617), + [aux_sym_address_family_token1] = ACTIONS(1617), + [aux_sym_batch_mode_token1] = ACTIONS(1617), + [aux_sym_bind_address_token1] = ACTIONS(1617), + [aux_sym_bind_interface_token1] = ACTIONS(1617), + [aux_sym_canonical_domains_token1] = ACTIONS(1617), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1617), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1617), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1617), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1617), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1617), + [aux_sym_certificate_file_token1] = ACTIONS(1617), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1617), + [aux_sym_check_host_ip_token1] = ACTIONS(1617), + [aux_sym_ciphers_token1] = ACTIONS(1617), + [aux_sym_cipher_token1] = ACTIONS(1619), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1617), + [aux_sym_compression_token1] = ACTIONS(1617), + [aux_sym_connection_attempts_token1] = ACTIONS(1617), + [aux_sym_connect_timeout_token1] = ACTIONS(1617), + [aux_sym_control_master_token1] = ACTIONS(1617), + [aux_sym_control_path_token1] = ACTIONS(1617), + [aux_sym_control_persist_token1] = ACTIONS(1617), + [aux_sym_dynamic_forward_token1] = ACTIONS(1617), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1617), + [aux_sym_escape_char_token1] = ACTIONS(1617), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1617), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1617), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1617), + [aux_sym_forward_agent_token1] = ACTIONS(1617), + [aux_sym_forward_x11_token1] = ACTIONS(1619), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1617), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1617), + [aux_sym_gateway_ports_token1] = ACTIONS(1617), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1617), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1617), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1617), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1617), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1617), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1617), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1617), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1617), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1617), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1617), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1617), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1617), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1617), + [aux_sym_host_key_alias_token1] = ACTIONS(1617), + [aux_sym_hostname_token1] = ACTIONS(1617), + [aux_sym_identities_only_token1] = ACTIONS(1617), + [aux_sym_identity_agent_token1] = ACTIONS(1617), + [aux_sym_identity_file_token1] = ACTIONS(1617), + [aux_sym_ignore_unknown_token1] = ACTIONS(1617), + [aux_sym_include_token1] = ACTIONS(1617), + [aux_sym_ip_qos_token1] = ACTIONS(1617), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1617), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1617), + [aux_sym_kex_algorithms_token1] = ACTIONS(1617), + [aux_sym_known_hosts_command_token1] = ACTIONS(1617), + [aux_sym_local_command_token1] = ACTIONS(1617), + [aux_sym_local_forward_token1] = ACTIONS(1617), + [aux_sym_log_level_token1] = ACTIONS(1617), + [aux_sym_log_verbose_token1] = ACTIONS(1617), + [aux_sym_macs_token1] = ACTIONS(1617), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1617), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1617), + [aux_sym_password_authentication_token1] = ACTIONS(1617), + [aux_sym_permit_local_command_token1] = ACTIONS(1617), + [aux_sym_permit_remote_open_token1] = ACTIONS(1617), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1617), + [aux_sym_port_token1] = ACTIONS(1617), + [aux_sym_preferred_authentications_token1] = ACTIONS(1617), + [aux_sym_protocol_token1] = ACTIONS(1617), + [aux_sym_proxy_command_token1] = ACTIONS(1617), + [aux_sym_proxy_jump_token1] = ACTIONS(1617), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1617), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1617), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1617), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1617), + [aux_sym_rekey_limit_token1] = ACTIONS(1617), + [aux_sym_remote_command_token1] = ACTIONS(1617), + [aux_sym_remote_forward_token1] = ACTIONS(1617), + [aux_sym_request_tty_token1] = ACTIONS(1617), + [aux_sym_required_rsa_size_token1] = ACTIONS(1617), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1617), + [aux_sym_security_key_provider_token1] = ACTIONS(1617), + [aux_sym_send_env_token1] = ACTIONS(1617), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1617), + [aux_sym_server_alive_interval_token1] = ACTIONS(1617), + [aux_sym_session_type_token1] = ACTIONS(1617), + [aux_sym_set_env_token1] = ACTIONS(1617), + [aux_sym_stdin_null_token1] = ACTIONS(1617), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1617), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1617), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1617), + [aux_sym_syslog_facility_token1] = ACTIONS(1617), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1617), + [aux_sym_keep_alive_token1] = ACTIONS(1617), + [aux_sym_tunnel_token1] = ACTIONS(1619), + [aux_sym_tunnel_device_token1] = ACTIONS(1617), + [aux_sym_update_host_keys_token1] = ACTIONS(1617), + [aux_sym_use_keychain_token1] = ACTIONS(1617), + [aux_sym_use_roaming_token1] = ACTIONS(1617), + [aux_sym_user_token1] = ACTIONS(1619), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1617), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1617), + [aux_sym_visual_host_key_token1] = ACTIONS(1617), + [aux_sym_xauth_location_token1] = ACTIONS(1617), }, [711] = { - [ts_builtin_sym_end] = ACTIONS(1768), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1770), - [aux_sym_match_token1] = ACTIONS(1768), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1768), - [aux_sym_address_family_token1] = ACTIONS(1768), - [aux_sym_batch_mode_token1] = ACTIONS(1768), - [aux_sym_bind_address_token1] = ACTIONS(1768), - [aux_sym_bind_interface_token1] = ACTIONS(1768), - [aux_sym_canonical_domains_token1] = ACTIONS(1768), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1768), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1768), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1768), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1768), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1768), - [aux_sym_certificate_file_token1] = ACTIONS(1768), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1768), - [aux_sym_check_host_ip_token1] = ACTIONS(1768), - [aux_sym_ciphers_token1] = ACTIONS(1768), - [aux_sym_cipher_token1] = ACTIONS(1770), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1768), - [aux_sym_compression_token1] = ACTIONS(1768), - [aux_sym_connection_attempts_token1] = ACTIONS(1768), - [aux_sym_connect_timeout_token1] = ACTIONS(1768), - [aux_sym_control_master_token1] = ACTIONS(1768), - [aux_sym_control_path_token1] = ACTIONS(1768), - [aux_sym_control_persist_token1] = ACTIONS(1768), - [aux_sym_dynamic_forward_token1] = ACTIONS(1768), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1768), - [aux_sym_escape_char_token1] = ACTIONS(1768), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1768), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1768), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1768), - [aux_sym_forward_agent_token1] = ACTIONS(1768), - [aux_sym_forward_x11_token1] = ACTIONS(1770), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1768), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1768), - [aux_sym_gateway_ports_token1] = ACTIONS(1768), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1768), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1768), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1768), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1768), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1768), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1768), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1768), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1768), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1768), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1768), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1768), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1768), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1768), - [aux_sym_host_key_alias_token1] = ACTIONS(1768), - [aux_sym_hostname_token1] = ACTIONS(1768), - [aux_sym_identities_only_token1] = ACTIONS(1768), - [aux_sym_identity_agent_token1] = ACTIONS(1768), - [aux_sym_identity_file_token1] = ACTIONS(1768), - [aux_sym_ignore_unknown_token1] = ACTIONS(1768), - [aux_sym_include_token1] = ACTIONS(1768), - [aux_sym_ip_qos_token1] = ACTIONS(1768), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1768), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1768), - [aux_sym_kex_algorithms_token1] = ACTIONS(1768), - [aux_sym_known_hosts_command_token1] = ACTIONS(1768), - [aux_sym_local_command_token1] = ACTIONS(1768), - [aux_sym_local_forward_token1] = ACTIONS(1768), - [aux_sym_log_level_token1] = ACTIONS(1768), - [aux_sym_log_verbose_token1] = ACTIONS(1768), - [aux_sym_macs_token1] = ACTIONS(1768), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1768), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1768), - [aux_sym_password_authentication_token1] = ACTIONS(1768), - [aux_sym_permit_local_command_token1] = ACTIONS(1768), - [aux_sym_permit_remote_open_token1] = ACTIONS(1768), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1768), - [aux_sym_port_token1] = ACTIONS(1768), - [aux_sym_preferred_authentications_token1] = ACTIONS(1768), - [aux_sym_protocol_token1] = ACTIONS(1768), - [aux_sym_proxy_command_token1] = ACTIONS(1768), - [aux_sym_proxy_jump_token1] = ACTIONS(1768), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1768), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1768), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1768), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1768), - [aux_sym_rekey_limit_token1] = ACTIONS(1768), - [aux_sym_remote_command_token1] = ACTIONS(1768), - [aux_sym_remote_forward_token1] = ACTIONS(1768), - [aux_sym_request_tty_token1] = ACTIONS(1768), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1768), - [aux_sym_security_key_provider_token1] = ACTIONS(1768), - [aux_sym_send_env_token1] = ACTIONS(1768), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1768), - [aux_sym_server_alive_interval_token1] = ACTIONS(1768), - [aux_sym_session_type_token1] = ACTIONS(1768), - [aux_sym_set_env_token1] = ACTIONS(1768), - [aux_sym_stdin_null_token1] = ACTIONS(1768), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1768), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1768), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1768), - [aux_sym_syslog_facility_token1] = ACTIONS(1768), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1768), - [aux_sym_keep_alive_token1] = ACTIONS(1768), - [aux_sym_tunnel_token1] = ACTIONS(1770), - [aux_sym_tunnel_device_token1] = ACTIONS(1768), - [aux_sym_update_host_keys_token1] = ACTIONS(1768), - [aux_sym_use_keychain_token1] = ACTIONS(1768), - [aux_sym_use_roaming_token1] = ACTIONS(1768), - [aux_sym_user_token1] = ACTIONS(1770), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1768), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1768), - [aux_sym_visual_host_key_token1] = ACTIONS(1768), - [aux_sym_xauth_location_token1] = ACTIONS(1768), + [ts_builtin_sym_end] = ACTIONS(1797), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1799), + [aux_sym_match_token1] = ACTIONS(1797), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1797), + [aux_sym_address_family_token1] = ACTIONS(1797), + [aux_sym_batch_mode_token1] = ACTIONS(1797), + [aux_sym_bind_address_token1] = ACTIONS(1797), + [aux_sym_bind_interface_token1] = ACTIONS(1797), + [aux_sym_canonical_domains_token1] = ACTIONS(1797), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1797), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1797), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1797), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1797), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1797), + [aux_sym_certificate_file_token1] = ACTIONS(1797), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1797), + [aux_sym_check_host_ip_token1] = ACTIONS(1797), + [aux_sym_ciphers_token1] = ACTIONS(1797), + [aux_sym_cipher_token1] = ACTIONS(1799), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1797), + [aux_sym_compression_token1] = ACTIONS(1797), + [aux_sym_connection_attempts_token1] = ACTIONS(1797), + [aux_sym_connect_timeout_token1] = ACTIONS(1797), + [aux_sym_control_master_token1] = ACTIONS(1797), + [aux_sym_control_path_token1] = ACTIONS(1797), + [aux_sym_control_persist_token1] = ACTIONS(1797), + [aux_sym_dynamic_forward_token1] = ACTIONS(1797), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1797), + [aux_sym_escape_char_token1] = ACTIONS(1797), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1797), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1797), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1797), + [aux_sym_forward_agent_token1] = ACTIONS(1797), + [aux_sym_forward_x11_token1] = ACTIONS(1799), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1797), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1797), + [aux_sym_gateway_ports_token1] = ACTIONS(1797), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1797), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1797), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1797), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1797), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1797), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1797), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1797), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1797), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1797), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1797), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1797), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1797), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1797), + [aux_sym_host_key_alias_token1] = ACTIONS(1797), + [aux_sym_hostname_token1] = ACTIONS(1797), + [aux_sym_identities_only_token1] = ACTIONS(1797), + [aux_sym_identity_agent_token1] = ACTIONS(1797), + [aux_sym_identity_file_token1] = ACTIONS(1797), + [aux_sym_ignore_unknown_token1] = ACTIONS(1797), + [aux_sym_include_token1] = ACTIONS(1797), + [aux_sym_ip_qos_token1] = ACTIONS(1797), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1797), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1797), + [aux_sym_kex_algorithms_token1] = ACTIONS(1797), + [aux_sym_known_hosts_command_token1] = ACTIONS(1797), + [aux_sym_local_command_token1] = ACTIONS(1797), + [aux_sym_local_forward_token1] = ACTIONS(1797), + [aux_sym_log_level_token1] = ACTIONS(1797), + [aux_sym_log_verbose_token1] = ACTIONS(1797), + [aux_sym_macs_token1] = ACTIONS(1797), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1797), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1797), + [aux_sym_password_authentication_token1] = ACTIONS(1797), + [aux_sym_permit_local_command_token1] = ACTIONS(1797), + [aux_sym_permit_remote_open_token1] = ACTIONS(1797), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1797), + [aux_sym_port_token1] = ACTIONS(1797), + [aux_sym_preferred_authentications_token1] = ACTIONS(1797), + [aux_sym_protocol_token1] = ACTIONS(1797), + [aux_sym_proxy_command_token1] = ACTIONS(1797), + [aux_sym_proxy_jump_token1] = ACTIONS(1797), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1797), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1797), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1797), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1797), + [aux_sym_rekey_limit_token1] = ACTIONS(1797), + [aux_sym_remote_command_token1] = ACTIONS(1797), + [aux_sym_remote_forward_token1] = ACTIONS(1797), + [aux_sym_request_tty_token1] = ACTIONS(1797), + [aux_sym_required_rsa_size_token1] = ACTIONS(1797), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1797), + [aux_sym_security_key_provider_token1] = ACTIONS(1797), + [aux_sym_send_env_token1] = ACTIONS(1797), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1797), + [aux_sym_server_alive_interval_token1] = ACTIONS(1797), + [aux_sym_session_type_token1] = ACTIONS(1797), + [aux_sym_set_env_token1] = ACTIONS(1797), + [aux_sym_stdin_null_token1] = ACTIONS(1797), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1797), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1797), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1797), + [aux_sym_syslog_facility_token1] = ACTIONS(1797), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1797), + [aux_sym_keep_alive_token1] = ACTIONS(1797), + [aux_sym_tunnel_token1] = ACTIONS(1799), + [aux_sym_tunnel_device_token1] = ACTIONS(1797), + [aux_sym_update_host_keys_token1] = ACTIONS(1797), + [aux_sym_use_keychain_token1] = ACTIONS(1797), + [aux_sym_use_roaming_token1] = ACTIONS(1797), + [aux_sym_user_token1] = ACTIONS(1799), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1797), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1797), + [aux_sym_visual_host_key_token1] = ACTIONS(1797), + [aux_sym_xauth_location_token1] = ACTIONS(1797), }, [712] = { - [ts_builtin_sym_end] = ACTIONS(676), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(678), - [aux_sym_match_token1] = ACTIONS(676), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(676), - [aux_sym_address_family_token1] = ACTIONS(676), - [aux_sym_batch_mode_token1] = ACTIONS(676), - [aux_sym_bind_address_token1] = ACTIONS(676), - [aux_sym_bind_interface_token1] = ACTIONS(676), - [aux_sym_canonical_domains_token1] = ACTIONS(676), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(676), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(676), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(676), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(676), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(676), - [aux_sym_certificate_file_token1] = ACTIONS(676), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(676), - [aux_sym_check_host_ip_token1] = ACTIONS(676), - [aux_sym_ciphers_token1] = ACTIONS(676), - [aux_sym_cipher_token1] = ACTIONS(678), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(676), - [aux_sym_compression_token1] = ACTIONS(676), - [aux_sym_connection_attempts_token1] = ACTIONS(676), - [aux_sym_connect_timeout_token1] = ACTIONS(676), - [aux_sym_control_master_token1] = ACTIONS(676), - [aux_sym_control_path_token1] = ACTIONS(676), - [aux_sym_control_persist_token1] = ACTIONS(676), - [aux_sym_dynamic_forward_token1] = ACTIONS(676), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(676), - [aux_sym_escape_char_token1] = ACTIONS(676), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(676), - [aux_sym_fingerprint_hash_token1] = ACTIONS(676), - [aux_sym_fork_after_authentication_token1] = ACTIONS(676), - [aux_sym_forward_agent_token1] = ACTIONS(676), - [aux_sym_forward_x11_token1] = ACTIONS(678), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(676), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(676), - [aux_sym_gateway_ports_token1] = ACTIONS(676), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(676), - [aux_sym_gssapi_authentication_token1] = ACTIONS(676), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(676), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(676), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(676), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(676), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(676), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(676), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(676), - [aux_sym_hash_known_hosts_token1] = ACTIONS(676), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(676), - [aux_sym_hostbased_authentication_token1] = ACTIONS(676), - [aux_sym_host_key_algorithms_token1] = ACTIONS(676), - [aux_sym_host_key_alias_token1] = ACTIONS(676), - [aux_sym_hostname_token1] = ACTIONS(676), - [aux_sym_identities_only_token1] = ACTIONS(676), - [aux_sym_identity_agent_token1] = ACTIONS(676), - [aux_sym_identity_file_token1] = ACTIONS(676), - [aux_sym_ignore_unknown_token1] = ACTIONS(676), - [aux_sym_include_token1] = ACTIONS(676), - [aux_sym_ip_qos_token1] = ACTIONS(676), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(676), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(676), - [aux_sym_kex_algorithms_token1] = ACTIONS(676), - [aux_sym_known_hosts_command_token1] = ACTIONS(676), - [aux_sym_local_command_token1] = ACTIONS(676), - [aux_sym_local_forward_token1] = ACTIONS(676), - [aux_sym_log_level_token1] = ACTIONS(676), - [aux_sym_log_verbose_token1] = ACTIONS(676), - [aux_sym_macs_token1] = ACTIONS(676), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(676), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(676), - [aux_sym_password_authentication_token1] = ACTIONS(676), - [aux_sym_permit_local_command_token1] = ACTIONS(676), - [aux_sym_permit_remote_open_token1] = ACTIONS(676), - [aux_sym_pkcs11_provider_token1] = ACTIONS(676), - [aux_sym_port_token1] = ACTIONS(676), - [aux_sym_preferred_authentications_token1] = ACTIONS(676), - [aux_sym_protocol_token1] = ACTIONS(676), - [aux_sym_proxy_command_token1] = ACTIONS(676), - [aux_sym_proxy_jump_token1] = ACTIONS(676), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(676), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(676), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(676), - [aux_sym_pubkey_authentication_token1] = ACTIONS(676), - [aux_sym_rekey_limit_token1] = ACTIONS(676), - [aux_sym_remote_command_token1] = ACTIONS(676), - [aux_sym_remote_forward_token1] = ACTIONS(676), - [aux_sym_request_tty_token1] = ACTIONS(676), - [aux_sym_revoked_host_keys_token1] = ACTIONS(676), - [aux_sym_security_key_provider_token1] = ACTIONS(676), - [aux_sym_send_env_token1] = ACTIONS(676), - [aux_sym_server_alive_count_max_token1] = ACTIONS(676), - [aux_sym_server_alive_interval_token1] = ACTIONS(676), - [aux_sym_session_type_token1] = ACTIONS(676), - [aux_sym_set_env_token1] = ACTIONS(676), - [aux_sym_stdin_null_token1] = ACTIONS(676), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(676), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(676), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(676), - [aux_sym_syslog_facility_token1] = ACTIONS(676), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(676), - [aux_sym_keep_alive_token1] = ACTIONS(676), - [aux_sym_tunnel_token1] = ACTIONS(678), - [aux_sym_tunnel_device_token1] = ACTIONS(676), - [aux_sym_update_host_keys_token1] = ACTIONS(676), - [aux_sym_use_keychain_token1] = ACTIONS(676), - [aux_sym_use_roaming_token1] = ACTIONS(676), - [aux_sym_user_token1] = ACTIONS(678), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(676), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(676), - [aux_sym_visual_host_key_token1] = ACTIONS(676), - [aux_sym_xauth_location_token1] = ACTIONS(676), + [ts_builtin_sym_end] = ACTIONS(1335), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1337), + [aux_sym_match_token1] = ACTIONS(1335), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1335), + [aux_sym_address_family_token1] = ACTIONS(1335), + [aux_sym_batch_mode_token1] = ACTIONS(1335), + [aux_sym_bind_address_token1] = ACTIONS(1335), + [aux_sym_bind_interface_token1] = ACTIONS(1335), + [aux_sym_canonical_domains_token1] = ACTIONS(1335), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1335), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1335), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1335), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1335), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1335), + [aux_sym_certificate_file_token1] = ACTIONS(1335), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1335), + [aux_sym_check_host_ip_token1] = ACTIONS(1335), + [aux_sym_ciphers_token1] = ACTIONS(1335), + [aux_sym_cipher_token1] = ACTIONS(1337), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1335), + [aux_sym_compression_token1] = ACTIONS(1335), + [aux_sym_connection_attempts_token1] = ACTIONS(1335), + [aux_sym_connect_timeout_token1] = ACTIONS(1335), + [aux_sym_control_master_token1] = ACTIONS(1335), + [aux_sym_control_path_token1] = ACTIONS(1335), + [aux_sym_control_persist_token1] = ACTIONS(1335), + [aux_sym_dynamic_forward_token1] = ACTIONS(1335), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1335), + [aux_sym_escape_char_token1] = ACTIONS(1335), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1335), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1335), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1335), + [aux_sym_forward_agent_token1] = ACTIONS(1335), + [aux_sym_forward_x11_token1] = ACTIONS(1337), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1335), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1335), + [aux_sym_gateway_ports_token1] = ACTIONS(1335), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1335), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1335), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1335), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1335), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1335), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1335), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1335), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1335), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1335), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1335), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1335), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1335), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1335), + [aux_sym_host_key_alias_token1] = ACTIONS(1335), + [aux_sym_hostname_token1] = ACTIONS(1335), + [aux_sym_identities_only_token1] = ACTIONS(1335), + [aux_sym_identity_agent_token1] = ACTIONS(1335), + [aux_sym_identity_file_token1] = ACTIONS(1335), + [aux_sym_ignore_unknown_token1] = ACTIONS(1335), + [aux_sym_include_token1] = ACTIONS(1335), + [aux_sym_ip_qos_token1] = ACTIONS(1335), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1335), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1335), + [aux_sym_kex_algorithms_token1] = ACTIONS(1335), + [aux_sym_known_hosts_command_token1] = ACTIONS(1335), + [aux_sym_local_command_token1] = ACTIONS(1335), + [aux_sym_local_forward_token1] = ACTIONS(1335), + [aux_sym_log_level_token1] = ACTIONS(1335), + [aux_sym_log_verbose_token1] = ACTIONS(1335), + [aux_sym_macs_token1] = ACTIONS(1335), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1335), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1335), + [aux_sym_password_authentication_token1] = ACTIONS(1335), + [aux_sym_permit_local_command_token1] = ACTIONS(1335), + [aux_sym_permit_remote_open_token1] = ACTIONS(1335), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1335), + [aux_sym_port_token1] = ACTIONS(1335), + [aux_sym_preferred_authentications_token1] = ACTIONS(1335), + [aux_sym_protocol_token1] = ACTIONS(1335), + [aux_sym_proxy_command_token1] = ACTIONS(1335), + [aux_sym_proxy_jump_token1] = ACTIONS(1335), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1335), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1335), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1335), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1335), + [aux_sym_rekey_limit_token1] = ACTIONS(1335), + [aux_sym_remote_command_token1] = ACTIONS(1335), + [aux_sym_remote_forward_token1] = ACTIONS(1335), + [aux_sym_request_tty_token1] = ACTIONS(1335), + [aux_sym_required_rsa_size_token1] = ACTIONS(1335), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1335), + [aux_sym_security_key_provider_token1] = ACTIONS(1335), + [aux_sym_send_env_token1] = ACTIONS(1335), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1335), + [aux_sym_server_alive_interval_token1] = ACTIONS(1335), + [aux_sym_session_type_token1] = ACTIONS(1335), + [aux_sym_set_env_token1] = ACTIONS(1335), + [aux_sym_stdin_null_token1] = ACTIONS(1335), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1335), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1335), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1335), + [aux_sym_syslog_facility_token1] = ACTIONS(1335), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1335), + [aux_sym_keep_alive_token1] = ACTIONS(1335), + [aux_sym_tunnel_token1] = ACTIONS(1337), + [aux_sym_tunnel_device_token1] = ACTIONS(1335), + [aux_sym_update_host_keys_token1] = ACTIONS(1335), + [aux_sym_use_keychain_token1] = ACTIONS(1335), + [aux_sym_use_roaming_token1] = ACTIONS(1335), + [aux_sym_user_token1] = ACTIONS(1337), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1335), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1335), + [aux_sym_visual_host_key_token1] = ACTIONS(1335), + [aux_sym_xauth_location_token1] = ACTIONS(1335), }, [713] = { - [ts_builtin_sym_end] = ACTIONS(838), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(840), - [aux_sym_match_token1] = ACTIONS(838), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(838), - [aux_sym_address_family_token1] = ACTIONS(838), - [aux_sym_batch_mode_token1] = ACTIONS(838), - [aux_sym_bind_address_token1] = ACTIONS(838), - [aux_sym_bind_interface_token1] = ACTIONS(838), - [aux_sym_canonical_domains_token1] = ACTIONS(838), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(838), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(838), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(838), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(838), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(838), - [aux_sym_certificate_file_token1] = ACTIONS(838), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(838), - [aux_sym_check_host_ip_token1] = ACTIONS(838), - [aux_sym_ciphers_token1] = ACTIONS(838), - [aux_sym_cipher_token1] = ACTIONS(840), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(838), - [aux_sym_compression_token1] = ACTIONS(838), - [aux_sym_connection_attempts_token1] = ACTIONS(838), - [aux_sym_connect_timeout_token1] = ACTIONS(838), - [aux_sym_control_master_token1] = ACTIONS(838), - [aux_sym_control_path_token1] = ACTIONS(838), - [aux_sym_control_persist_token1] = ACTIONS(838), - [aux_sym_dynamic_forward_token1] = ACTIONS(838), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(838), - [aux_sym_escape_char_token1] = ACTIONS(838), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(838), - [aux_sym_fingerprint_hash_token1] = ACTIONS(838), - [aux_sym_fork_after_authentication_token1] = ACTIONS(838), - [aux_sym_forward_agent_token1] = ACTIONS(838), - [aux_sym_forward_x11_token1] = ACTIONS(840), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(838), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(838), - [aux_sym_gateway_ports_token1] = ACTIONS(838), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(838), - [aux_sym_gssapi_authentication_token1] = ACTIONS(838), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(838), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(838), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(838), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(838), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(838), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(838), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(838), - [aux_sym_hash_known_hosts_token1] = ACTIONS(838), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(838), - [aux_sym_hostbased_authentication_token1] = ACTIONS(838), - [aux_sym_host_key_algorithms_token1] = ACTIONS(838), - [aux_sym_host_key_alias_token1] = ACTIONS(838), - [aux_sym_hostname_token1] = ACTIONS(838), - [aux_sym_identities_only_token1] = ACTIONS(838), - [aux_sym_identity_agent_token1] = ACTIONS(838), - [aux_sym_identity_file_token1] = ACTIONS(838), - [aux_sym_ignore_unknown_token1] = ACTIONS(838), - [aux_sym_include_token1] = ACTIONS(838), - [aux_sym_ip_qos_token1] = ACTIONS(838), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(838), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(838), - [aux_sym_kex_algorithms_token1] = ACTIONS(838), - [aux_sym_known_hosts_command_token1] = ACTIONS(838), - [aux_sym_local_command_token1] = ACTIONS(838), - [aux_sym_local_forward_token1] = ACTIONS(838), - [aux_sym_log_level_token1] = ACTIONS(838), - [aux_sym_log_verbose_token1] = ACTIONS(838), - [aux_sym_macs_token1] = ACTIONS(838), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(838), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(838), - [aux_sym_password_authentication_token1] = ACTIONS(838), - [aux_sym_permit_local_command_token1] = ACTIONS(838), - [aux_sym_permit_remote_open_token1] = ACTIONS(838), - [aux_sym_pkcs11_provider_token1] = ACTIONS(838), - [aux_sym_port_token1] = ACTIONS(838), - [aux_sym_preferred_authentications_token1] = ACTIONS(838), - [aux_sym_protocol_token1] = ACTIONS(838), - [aux_sym_proxy_command_token1] = ACTIONS(838), - [aux_sym_proxy_jump_token1] = ACTIONS(838), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(838), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(838), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(838), - [aux_sym_pubkey_authentication_token1] = ACTIONS(838), - [aux_sym_rekey_limit_token1] = ACTIONS(838), - [aux_sym_remote_command_token1] = ACTIONS(838), - [aux_sym_remote_forward_token1] = ACTIONS(838), - [aux_sym_request_tty_token1] = ACTIONS(838), - [aux_sym_revoked_host_keys_token1] = ACTIONS(838), - [aux_sym_security_key_provider_token1] = ACTIONS(838), - [aux_sym_send_env_token1] = ACTIONS(838), - [aux_sym_server_alive_count_max_token1] = ACTIONS(838), - [aux_sym_server_alive_interval_token1] = ACTIONS(838), - [aux_sym_session_type_token1] = ACTIONS(838), - [aux_sym_set_env_token1] = ACTIONS(838), - [aux_sym_stdin_null_token1] = ACTIONS(838), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(838), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(838), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(838), - [aux_sym_syslog_facility_token1] = ACTIONS(838), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(838), - [aux_sym_keep_alive_token1] = ACTIONS(838), - [aux_sym_tunnel_token1] = ACTIONS(840), - [aux_sym_tunnel_device_token1] = ACTIONS(838), - [aux_sym_update_host_keys_token1] = ACTIONS(838), - [aux_sym_use_keychain_token1] = ACTIONS(838), - [aux_sym_use_roaming_token1] = ACTIONS(838), - [aux_sym_user_token1] = ACTIONS(840), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(838), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(838), - [aux_sym_visual_host_key_token1] = ACTIONS(838), - [aux_sym_xauth_location_token1] = ACTIONS(838), + [ts_builtin_sym_end] = ACTIONS(1341), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1343), + [aux_sym_match_token1] = ACTIONS(1341), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1341), + [aux_sym_address_family_token1] = ACTIONS(1341), + [aux_sym_batch_mode_token1] = ACTIONS(1341), + [aux_sym_bind_address_token1] = ACTIONS(1341), + [aux_sym_bind_interface_token1] = ACTIONS(1341), + [aux_sym_canonical_domains_token1] = ACTIONS(1341), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1341), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1341), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1341), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1341), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1341), + [aux_sym_certificate_file_token1] = ACTIONS(1341), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1341), + [aux_sym_check_host_ip_token1] = ACTIONS(1341), + [aux_sym_ciphers_token1] = ACTIONS(1341), + [aux_sym_cipher_token1] = ACTIONS(1343), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1341), + [aux_sym_compression_token1] = ACTIONS(1341), + [aux_sym_connection_attempts_token1] = ACTIONS(1341), + [aux_sym_connect_timeout_token1] = ACTIONS(1341), + [aux_sym_control_master_token1] = ACTIONS(1341), + [aux_sym_control_path_token1] = ACTIONS(1341), + [aux_sym_control_persist_token1] = ACTIONS(1341), + [aux_sym_dynamic_forward_token1] = ACTIONS(1341), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1341), + [aux_sym_escape_char_token1] = ACTIONS(1341), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1341), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1341), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1341), + [aux_sym_forward_agent_token1] = ACTIONS(1341), + [aux_sym_forward_x11_token1] = ACTIONS(1343), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1341), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1341), + [aux_sym_gateway_ports_token1] = ACTIONS(1341), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1341), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1341), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1341), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1341), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1341), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1341), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1341), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1341), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1341), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1341), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1341), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1341), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1341), + [aux_sym_host_key_alias_token1] = ACTIONS(1341), + [aux_sym_hostname_token1] = ACTIONS(1341), + [aux_sym_identities_only_token1] = ACTIONS(1341), + [aux_sym_identity_agent_token1] = ACTIONS(1341), + [aux_sym_identity_file_token1] = ACTIONS(1341), + [aux_sym_ignore_unknown_token1] = ACTIONS(1341), + [aux_sym_include_token1] = ACTIONS(1341), + [aux_sym_ip_qos_token1] = ACTIONS(1341), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1341), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1341), + [aux_sym_kex_algorithms_token1] = ACTIONS(1341), + [aux_sym_known_hosts_command_token1] = ACTIONS(1341), + [aux_sym_local_command_token1] = ACTIONS(1341), + [aux_sym_local_forward_token1] = ACTIONS(1341), + [aux_sym_log_level_token1] = ACTIONS(1341), + [aux_sym_log_verbose_token1] = ACTIONS(1341), + [aux_sym_macs_token1] = ACTIONS(1341), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1341), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1341), + [aux_sym_password_authentication_token1] = ACTIONS(1341), + [aux_sym_permit_local_command_token1] = ACTIONS(1341), + [aux_sym_permit_remote_open_token1] = ACTIONS(1341), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1341), + [aux_sym_port_token1] = ACTIONS(1341), + [aux_sym_preferred_authentications_token1] = ACTIONS(1341), + [aux_sym_protocol_token1] = ACTIONS(1341), + [aux_sym_proxy_command_token1] = ACTIONS(1341), + [aux_sym_proxy_jump_token1] = ACTIONS(1341), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1341), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1341), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1341), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1341), + [aux_sym_rekey_limit_token1] = ACTIONS(1341), + [aux_sym_remote_command_token1] = ACTIONS(1341), + [aux_sym_remote_forward_token1] = ACTIONS(1341), + [aux_sym_request_tty_token1] = ACTIONS(1341), + [aux_sym_required_rsa_size_token1] = ACTIONS(1341), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1341), + [aux_sym_security_key_provider_token1] = ACTIONS(1341), + [aux_sym_send_env_token1] = ACTIONS(1341), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1341), + [aux_sym_server_alive_interval_token1] = ACTIONS(1341), + [aux_sym_session_type_token1] = ACTIONS(1341), + [aux_sym_set_env_token1] = ACTIONS(1341), + [aux_sym_stdin_null_token1] = ACTIONS(1341), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1341), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1341), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1341), + [aux_sym_syslog_facility_token1] = ACTIONS(1341), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1341), + [aux_sym_keep_alive_token1] = ACTIONS(1341), + [aux_sym_tunnel_token1] = ACTIONS(1343), + [aux_sym_tunnel_device_token1] = ACTIONS(1341), + [aux_sym_update_host_keys_token1] = ACTIONS(1341), + [aux_sym_use_keychain_token1] = ACTIONS(1341), + [aux_sym_use_roaming_token1] = ACTIONS(1341), + [aux_sym_user_token1] = ACTIONS(1343), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1341), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1341), + [aux_sym_visual_host_key_token1] = ACTIONS(1341), + [aux_sym_xauth_location_token1] = ACTIONS(1341), }, [714] = { - [ts_builtin_sym_end] = ACTIONS(1762), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1764), - [aux_sym_match_token1] = ACTIONS(1762), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1762), - [aux_sym_address_family_token1] = ACTIONS(1762), - [aux_sym_batch_mode_token1] = ACTIONS(1762), - [aux_sym_bind_address_token1] = ACTIONS(1762), - [aux_sym_bind_interface_token1] = ACTIONS(1762), - [aux_sym_canonical_domains_token1] = ACTIONS(1762), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1762), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1762), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1762), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1762), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1762), - [aux_sym_certificate_file_token1] = ACTIONS(1762), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1762), - [aux_sym_check_host_ip_token1] = ACTIONS(1762), - [aux_sym_ciphers_token1] = ACTIONS(1762), - [aux_sym_cipher_token1] = ACTIONS(1764), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1762), - [aux_sym_compression_token1] = ACTIONS(1762), - [aux_sym_connection_attempts_token1] = ACTIONS(1762), - [aux_sym_connect_timeout_token1] = ACTIONS(1762), - [aux_sym_control_master_token1] = ACTIONS(1762), - [aux_sym_control_path_token1] = ACTIONS(1762), - [aux_sym_control_persist_token1] = ACTIONS(1762), - [aux_sym_dynamic_forward_token1] = ACTIONS(1762), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1762), - [aux_sym_escape_char_token1] = ACTIONS(1762), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1762), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1762), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1762), - [aux_sym_forward_agent_token1] = ACTIONS(1762), - [aux_sym_forward_x11_token1] = ACTIONS(1764), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1762), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1762), - [aux_sym_gateway_ports_token1] = ACTIONS(1762), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1762), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1762), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1762), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1762), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1762), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1762), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1762), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1762), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1762), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1762), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1762), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1762), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1762), - [aux_sym_host_key_alias_token1] = ACTIONS(1762), - [aux_sym_hostname_token1] = ACTIONS(1762), - [aux_sym_identities_only_token1] = ACTIONS(1762), - [aux_sym_identity_agent_token1] = ACTIONS(1762), - [aux_sym_identity_file_token1] = ACTIONS(1762), - [aux_sym_ignore_unknown_token1] = ACTIONS(1762), - [aux_sym_include_token1] = ACTIONS(1762), - [aux_sym_ip_qos_token1] = ACTIONS(1762), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1762), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1762), - [aux_sym_kex_algorithms_token1] = ACTIONS(1762), - [aux_sym_known_hosts_command_token1] = ACTIONS(1762), - [aux_sym_local_command_token1] = ACTIONS(1762), - [aux_sym_local_forward_token1] = ACTIONS(1762), - [aux_sym_log_level_token1] = ACTIONS(1762), - [aux_sym_log_verbose_token1] = ACTIONS(1762), - [aux_sym_macs_token1] = ACTIONS(1762), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1762), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1762), - [aux_sym_password_authentication_token1] = ACTIONS(1762), - [aux_sym_permit_local_command_token1] = ACTIONS(1762), - [aux_sym_permit_remote_open_token1] = ACTIONS(1762), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1762), - [aux_sym_port_token1] = ACTIONS(1762), - [aux_sym_preferred_authentications_token1] = ACTIONS(1762), - [aux_sym_protocol_token1] = ACTIONS(1762), - [aux_sym_proxy_command_token1] = ACTIONS(1762), - [aux_sym_proxy_jump_token1] = ACTIONS(1762), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1762), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1762), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1762), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1762), - [aux_sym_rekey_limit_token1] = ACTIONS(1762), - [aux_sym_remote_command_token1] = ACTIONS(1762), - [aux_sym_remote_forward_token1] = ACTIONS(1762), - [aux_sym_request_tty_token1] = ACTIONS(1762), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1762), - [aux_sym_security_key_provider_token1] = ACTIONS(1762), - [aux_sym_send_env_token1] = ACTIONS(1762), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1762), - [aux_sym_server_alive_interval_token1] = ACTIONS(1762), - [aux_sym_session_type_token1] = ACTIONS(1762), - [aux_sym_set_env_token1] = ACTIONS(1762), - [aux_sym_stdin_null_token1] = ACTIONS(1762), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1762), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1762), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1762), - [aux_sym_syslog_facility_token1] = ACTIONS(1762), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1762), - [aux_sym_keep_alive_token1] = ACTIONS(1762), - [aux_sym_tunnel_token1] = ACTIONS(1764), - [aux_sym_tunnel_device_token1] = ACTIONS(1762), - [aux_sym_update_host_keys_token1] = ACTIONS(1762), - [aux_sym_use_keychain_token1] = ACTIONS(1762), - [aux_sym_use_roaming_token1] = ACTIONS(1762), - [aux_sym_user_token1] = ACTIONS(1764), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1762), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1762), - [aux_sym_visual_host_key_token1] = ACTIONS(1762), - [aux_sym_xauth_location_token1] = ACTIONS(1762), + [ts_builtin_sym_end] = ACTIONS(1791), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1793), + [aux_sym_match_token1] = ACTIONS(1791), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1791), + [aux_sym_address_family_token1] = ACTIONS(1791), + [aux_sym_batch_mode_token1] = ACTIONS(1791), + [aux_sym_bind_address_token1] = ACTIONS(1791), + [aux_sym_bind_interface_token1] = ACTIONS(1791), + [aux_sym_canonical_domains_token1] = ACTIONS(1791), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1791), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1791), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1791), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1791), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1791), + [aux_sym_certificate_file_token1] = ACTIONS(1791), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1791), + [aux_sym_check_host_ip_token1] = ACTIONS(1791), + [aux_sym_ciphers_token1] = ACTIONS(1791), + [aux_sym_cipher_token1] = ACTIONS(1793), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1791), + [aux_sym_compression_token1] = ACTIONS(1791), + [aux_sym_connection_attempts_token1] = ACTIONS(1791), + [aux_sym_connect_timeout_token1] = ACTIONS(1791), + [aux_sym_control_master_token1] = ACTIONS(1791), + [aux_sym_control_path_token1] = ACTIONS(1791), + [aux_sym_control_persist_token1] = ACTIONS(1791), + [aux_sym_dynamic_forward_token1] = ACTIONS(1791), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1791), + [aux_sym_escape_char_token1] = ACTIONS(1791), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1791), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1791), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1791), + [aux_sym_forward_agent_token1] = ACTIONS(1791), + [aux_sym_forward_x11_token1] = ACTIONS(1793), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1791), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1791), + [aux_sym_gateway_ports_token1] = ACTIONS(1791), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1791), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1791), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1791), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1791), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1791), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1791), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1791), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1791), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1791), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1791), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1791), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1791), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1791), + [aux_sym_host_key_alias_token1] = ACTIONS(1791), + [aux_sym_hostname_token1] = ACTIONS(1791), + [aux_sym_identities_only_token1] = ACTIONS(1791), + [aux_sym_identity_agent_token1] = ACTIONS(1791), + [aux_sym_identity_file_token1] = ACTIONS(1791), + [aux_sym_ignore_unknown_token1] = ACTIONS(1791), + [aux_sym_include_token1] = ACTIONS(1791), + [aux_sym_ip_qos_token1] = ACTIONS(1791), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1791), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1791), + [aux_sym_kex_algorithms_token1] = ACTIONS(1791), + [aux_sym_known_hosts_command_token1] = ACTIONS(1791), + [aux_sym_local_command_token1] = ACTIONS(1791), + [aux_sym_local_forward_token1] = ACTIONS(1791), + [aux_sym_log_level_token1] = ACTIONS(1791), + [aux_sym_log_verbose_token1] = ACTIONS(1791), + [aux_sym_macs_token1] = ACTIONS(1791), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1791), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1791), + [aux_sym_password_authentication_token1] = ACTIONS(1791), + [aux_sym_permit_local_command_token1] = ACTIONS(1791), + [aux_sym_permit_remote_open_token1] = ACTIONS(1791), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1791), + [aux_sym_port_token1] = ACTIONS(1791), + [aux_sym_preferred_authentications_token1] = ACTIONS(1791), + [aux_sym_protocol_token1] = ACTIONS(1791), + [aux_sym_proxy_command_token1] = ACTIONS(1791), + [aux_sym_proxy_jump_token1] = ACTIONS(1791), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1791), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1791), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1791), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1791), + [aux_sym_rekey_limit_token1] = ACTIONS(1791), + [aux_sym_remote_command_token1] = ACTIONS(1791), + [aux_sym_remote_forward_token1] = ACTIONS(1791), + [aux_sym_request_tty_token1] = ACTIONS(1791), + [aux_sym_required_rsa_size_token1] = ACTIONS(1791), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1791), + [aux_sym_security_key_provider_token1] = ACTIONS(1791), + [aux_sym_send_env_token1] = ACTIONS(1791), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1791), + [aux_sym_server_alive_interval_token1] = ACTIONS(1791), + [aux_sym_session_type_token1] = ACTIONS(1791), + [aux_sym_set_env_token1] = ACTIONS(1791), + [aux_sym_stdin_null_token1] = ACTIONS(1791), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1791), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1791), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1791), + [aux_sym_syslog_facility_token1] = ACTIONS(1791), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1791), + [aux_sym_keep_alive_token1] = ACTIONS(1791), + [aux_sym_tunnel_token1] = ACTIONS(1793), + [aux_sym_tunnel_device_token1] = ACTIONS(1791), + [aux_sym_update_host_keys_token1] = ACTIONS(1791), + [aux_sym_use_keychain_token1] = ACTIONS(1791), + [aux_sym_use_roaming_token1] = ACTIONS(1791), + [aux_sym_user_token1] = ACTIONS(1793), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1791), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1791), + [aux_sym_visual_host_key_token1] = ACTIONS(1791), + [aux_sym_xauth_location_token1] = ACTIONS(1791), }, [715] = { - [ts_builtin_sym_end] = ACTIONS(892), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(894), - [aux_sym_match_token1] = ACTIONS(892), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(892), - [aux_sym_address_family_token1] = ACTIONS(892), - [aux_sym_batch_mode_token1] = ACTIONS(892), - [aux_sym_bind_address_token1] = ACTIONS(892), - [aux_sym_bind_interface_token1] = ACTIONS(892), - [aux_sym_canonical_domains_token1] = ACTIONS(892), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(892), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(892), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(892), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(892), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(892), - [aux_sym_certificate_file_token1] = ACTIONS(892), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(892), - [aux_sym_check_host_ip_token1] = ACTIONS(892), - [aux_sym_ciphers_token1] = ACTIONS(892), - [aux_sym_cipher_token1] = ACTIONS(894), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(892), - [aux_sym_compression_token1] = ACTIONS(892), - [aux_sym_connection_attempts_token1] = ACTIONS(892), - [aux_sym_connect_timeout_token1] = ACTIONS(892), - [aux_sym_control_master_token1] = ACTIONS(892), - [aux_sym_control_path_token1] = ACTIONS(892), - [aux_sym_control_persist_token1] = ACTIONS(892), - [aux_sym_dynamic_forward_token1] = ACTIONS(892), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(892), - [aux_sym_escape_char_token1] = ACTIONS(892), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(892), - [aux_sym_fingerprint_hash_token1] = ACTIONS(892), - [aux_sym_fork_after_authentication_token1] = ACTIONS(892), - [aux_sym_forward_agent_token1] = ACTIONS(892), - [aux_sym_forward_x11_token1] = ACTIONS(894), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(892), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(892), - [aux_sym_gateway_ports_token1] = ACTIONS(892), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(892), - [aux_sym_gssapi_authentication_token1] = ACTIONS(892), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(892), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(892), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(892), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(892), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(892), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(892), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(892), - [aux_sym_hash_known_hosts_token1] = ACTIONS(892), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(892), - [aux_sym_hostbased_authentication_token1] = ACTIONS(892), - [aux_sym_host_key_algorithms_token1] = ACTIONS(892), - [aux_sym_host_key_alias_token1] = ACTIONS(892), - [aux_sym_hostname_token1] = ACTIONS(892), - [aux_sym_identities_only_token1] = ACTIONS(892), - [aux_sym_identity_agent_token1] = ACTIONS(892), - [aux_sym_identity_file_token1] = ACTIONS(892), - [aux_sym_ignore_unknown_token1] = ACTIONS(892), - [aux_sym_include_token1] = ACTIONS(892), - [aux_sym_ip_qos_token1] = ACTIONS(892), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(892), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(892), - [aux_sym_kex_algorithms_token1] = ACTIONS(892), - [aux_sym_known_hosts_command_token1] = ACTIONS(892), - [aux_sym_local_command_token1] = ACTIONS(892), - [aux_sym_local_forward_token1] = ACTIONS(892), - [aux_sym_log_level_token1] = ACTIONS(892), - [aux_sym_log_verbose_token1] = ACTIONS(892), - [aux_sym_macs_token1] = ACTIONS(892), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(892), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(892), - [aux_sym_password_authentication_token1] = ACTIONS(892), - [aux_sym_permit_local_command_token1] = ACTIONS(892), - [aux_sym_permit_remote_open_token1] = ACTIONS(892), - [aux_sym_pkcs11_provider_token1] = ACTIONS(892), - [aux_sym_port_token1] = ACTIONS(892), - [aux_sym_preferred_authentications_token1] = ACTIONS(892), - [aux_sym_protocol_token1] = ACTIONS(892), - [aux_sym_proxy_command_token1] = ACTIONS(892), - [aux_sym_proxy_jump_token1] = ACTIONS(892), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(892), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(892), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(892), - [aux_sym_pubkey_authentication_token1] = ACTIONS(892), - [aux_sym_rekey_limit_token1] = ACTIONS(892), - [aux_sym_remote_command_token1] = ACTIONS(892), - [aux_sym_remote_forward_token1] = ACTIONS(892), - [aux_sym_request_tty_token1] = ACTIONS(892), - [aux_sym_revoked_host_keys_token1] = ACTIONS(892), - [aux_sym_security_key_provider_token1] = ACTIONS(892), - [aux_sym_send_env_token1] = ACTIONS(892), - [aux_sym_server_alive_count_max_token1] = ACTIONS(892), - [aux_sym_server_alive_interval_token1] = ACTIONS(892), - [aux_sym_session_type_token1] = ACTIONS(892), - [aux_sym_set_env_token1] = ACTIONS(892), - [aux_sym_stdin_null_token1] = ACTIONS(892), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(892), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(892), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(892), - [aux_sym_syslog_facility_token1] = ACTIONS(892), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(892), - [aux_sym_keep_alive_token1] = ACTIONS(892), - [aux_sym_tunnel_token1] = ACTIONS(894), - [aux_sym_tunnel_device_token1] = ACTIONS(892), - [aux_sym_update_host_keys_token1] = ACTIONS(892), - [aux_sym_use_keychain_token1] = ACTIONS(892), - [aux_sym_use_roaming_token1] = ACTIONS(892), - [aux_sym_user_token1] = ACTIONS(894), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(892), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(892), - [aux_sym_visual_host_key_token1] = ACTIONS(892), - [aux_sym_xauth_location_token1] = ACTIONS(892), + [ts_builtin_sym_end] = ACTIONS(1347), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1349), + [aux_sym_match_token1] = ACTIONS(1347), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1347), + [aux_sym_address_family_token1] = ACTIONS(1347), + [aux_sym_batch_mode_token1] = ACTIONS(1347), + [aux_sym_bind_address_token1] = ACTIONS(1347), + [aux_sym_bind_interface_token1] = ACTIONS(1347), + [aux_sym_canonical_domains_token1] = ACTIONS(1347), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1347), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1347), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1347), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1347), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1347), + [aux_sym_certificate_file_token1] = ACTIONS(1347), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1347), + [aux_sym_check_host_ip_token1] = ACTIONS(1347), + [aux_sym_ciphers_token1] = ACTIONS(1347), + [aux_sym_cipher_token1] = ACTIONS(1349), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1347), + [aux_sym_compression_token1] = ACTIONS(1347), + [aux_sym_connection_attempts_token1] = ACTIONS(1347), + [aux_sym_connect_timeout_token1] = ACTIONS(1347), + [aux_sym_control_master_token1] = ACTIONS(1347), + [aux_sym_control_path_token1] = ACTIONS(1347), + [aux_sym_control_persist_token1] = ACTIONS(1347), + [aux_sym_dynamic_forward_token1] = ACTIONS(1347), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1347), + [aux_sym_escape_char_token1] = ACTIONS(1347), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1347), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1347), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1347), + [aux_sym_forward_agent_token1] = ACTIONS(1347), + [aux_sym_forward_x11_token1] = ACTIONS(1349), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1347), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1347), + [aux_sym_gateway_ports_token1] = ACTIONS(1347), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1347), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1347), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1347), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1347), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1347), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1347), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1347), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1347), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1347), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1347), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1347), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1347), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1347), + [aux_sym_host_key_alias_token1] = ACTIONS(1347), + [aux_sym_hostname_token1] = ACTIONS(1347), + [aux_sym_identities_only_token1] = ACTIONS(1347), + [aux_sym_identity_agent_token1] = ACTIONS(1347), + [aux_sym_identity_file_token1] = ACTIONS(1347), + [aux_sym_ignore_unknown_token1] = ACTIONS(1347), + [aux_sym_include_token1] = ACTIONS(1347), + [aux_sym_ip_qos_token1] = ACTIONS(1347), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1347), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1347), + [aux_sym_kex_algorithms_token1] = ACTIONS(1347), + [aux_sym_known_hosts_command_token1] = ACTIONS(1347), + [aux_sym_local_command_token1] = ACTIONS(1347), + [aux_sym_local_forward_token1] = ACTIONS(1347), + [aux_sym_log_level_token1] = ACTIONS(1347), + [aux_sym_log_verbose_token1] = ACTIONS(1347), + [aux_sym_macs_token1] = ACTIONS(1347), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1347), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1347), + [aux_sym_password_authentication_token1] = ACTIONS(1347), + [aux_sym_permit_local_command_token1] = ACTIONS(1347), + [aux_sym_permit_remote_open_token1] = ACTIONS(1347), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1347), + [aux_sym_port_token1] = ACTIONS(1347), + [aux_sym_preferred_authentications_token1] = ACTIONS(1347), + [aux_sym_protocol_token1] = ACTIONS(1347), + [aux_sym_proxy_command_token1] = ACTIONS(1347), + [aux_sym_proxy_jump_token1] = ACTIONS(1347), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1347), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1347), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1347), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1347), + [aux_sym_rekey_limit_token1] = ACTIONS(1347), + [aux_sym_remote_command_token1] = ACTIONS(1347), + [aux_sym_remote_forward_token1] = ACTIONS(1347), + [aux_sym_request_tty_token1] = ACTIONS(1347), + [aux_sym_required_rsa_size_token1] = ACTIONS(1347), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1347), + [aux_sym_security_key_provider_token1] = ACTIONS(1347), + [aux_sym_send_env_token1] = ACTIONS(1347), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1347), + [aux_sym_server_alive_interval_token1] = ACTIONS(1347), + [aux_sym_session_type_token1] = ACTIONS(1347), + [aux_sym_set_env_token1] = ACTIONS(1347), + [aux_sym_stdin_null_token1] = ACTIONS(1347), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1347), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1347), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1347), + [aux_sym_syslog_facility_token1] = ACTIONS(1347), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1347), + [aux_sym_keep_alive_token1] = ACTIONS(1347), + [aux_sym_tunnel_token1] = ACTIONS(1349), + [aux_sym_tunnel_device_token1] = ACTIONS(1347), + [aux_sym_update_host_keys_token1] = ACTIONS(1347), + [aux_sym_use_keychain_token1] = ACTIONS(1347), + [aux_sym_use_roaming_token1] = ACTIONS(1347), + [aux_sym_user_token1] = ACTIONS(1349), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1347), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1347), + [aux_sym_visual_host_key_token1] = ACTIONS(1347), + [aux_sym_xauth_location_token1] = ACTIONS(1347), }, [716] = { - [ts_builtin_sym_end] = ACTIONS(1402), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1404), - [aux_sym_match_token1] = ACTIONS(1402), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1402), - [aux_sym_address_family_token1] = ACTIONS(1402), - [aux_sym_batch_mode_token1] = ACTIONS(1402), - [aux_sym_bind_address_token1] = ACTIONS(1402), - [aux_sym_bind_interface_token1] = ACTIONS(1402), - [aux_sym_canonical_domains_token1] = ACTIONS(1402), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1402), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1402), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1402), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1402), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1402), - [aux_sym_certificate_file_token1] = ACTIONS(1402), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1402), - [aux_sym_check_host_ip_token1] = ACTIONS(1402), - [aux_sym_ciphers_token1] = ACTIONS(1402), - [aux_sym_cipher_token1] = ACTIONS(1404), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1402), - [aux_sym_compression_token1] = ACTIONS(1402), - [aux_sym_connection_attempts_token1] = ACTIONS(1402), - [aux_sym_connect_timeout_token1] = ACTIONS(1402), - [aux_sym_control_master_token1] = ACTIONS(1402), - [aux_sym_control_path_token1] = ACTIONS(1402), - [aux_sym_control_persist_token1] = ACTIONS(1402), - [aux_sym_dynamic_forward_token1] = ACTIONS(1402), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1402), - [aux_sym_escape_char_token1] = ACTIONS(1402), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1402), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1402), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1402), - [aux_sym_forward_agent_token1] = ACTIONS(1402), - [aux_sym_forward_x11_token1] = ACTIONS(1404), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1402), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1402), - [aux_sym_gateway_ports_token1] = ACTIONS(1402), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1402), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1402), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1402), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1402), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1402), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1402), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1402), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1402), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1402), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1402), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1402), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1402), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1402), - [aux_sym_host_key_alias_token1] = ACTIONS(1402), - [aux_sym_hostname_token1] = ACTIONS(1402), - [aux_sym_identities_only_token1] = ACTIONS(1402), - [aux_sym_identity_agent_token1] = ACTIONS(1402), - [aux_sym_identity_file_token1] = ACTIONS(1402), - [aux_sym_ignore_unknown_token1] = ACTIONS(1402), - [aux_sym_include_token1] = ACTIONS(1402), - [aux_sym_ip_qos_token1] = ACTIONS(1402), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1402), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1402), - [aux_sym_kex_algorithms_token1] = ACTIONS(1402), - [aux_sym_known_hosts_command_token1] = ACTIONS(1402), - [aux_sym_local_command_token1] = ACTIONS(1402), - [aux_sym_local_forward_token1] = ACTIONS(1402), - [aux_sym_log_level_token1] = ACTIONS(1402), - [aux_sym_log_verbose_token1] = ACTIONS(1402), - [aux_sym_macs_token1] = ACTIONS(1402), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1402), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1402), - [aux_sym_password_authentication_token1] = ACTIONS(1402), - [aux_sym_permit_local_command_token1] = ACTIONS(1402), - [aux_sym_permit_remote_open_token1] = ACTIONS(1402), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1402), - [aux_sym_port_token1] = ACTIONS(1402), - [aux_sym_preferred_authentications_token1] = ACTIONS(1402), - [aux_sym_protocol_token1] = ACTIONS(1402), - [aux_sym_proxy_command_token1] = ACTIONS(1402), - [aux_sym_proxy_jump_token1] = ACTIONS(1402), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1402), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1402), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1402), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1402), - [aux_sym_rekey_limit_token1] = ACTIONS(1402), - [aux_sym_remote_command_token1] = ACTIONS(1402), - [aux_sym_remote_forward_token1] = ACTIONS(1402), - [aux_sym_request_tty_token1] = ACTIONS(1402), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1402), - [aux_sym_security_key_provider_token1] = ACTIONS(1402), - [aux_sym_send_env_token1] = ACTIONS(1402), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1402), - [aux_sym_server_alive_interval_token1] = ACTIONS(1402), - [aux_sym_session_type_token1] = ACTIONS(1402), - [aux_sym_set_env_token1] = ACTIONS(1402), - [aux_sym_stdin_null_token1] = ACTIONS(1402), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1402), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1402), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1402), - [aux_sym_syslog_facility_token1] = ACTIONS(1402), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1402), - [aux_sym_keep_alive_token1] = ACTIONS(1402), - [aux_sym_tunnel_token1] = ACTIONS(1404), - [aux_sym_tunnel_device_token1] = ACTIONS(1402), - [aux_sym_update_host_keys_token1] = ACTIONS(1402), - [aux_sym_use_keychain_token1] = ACTIONS(1402), - [aux_sym_use_roaming_token1] = ACTIONS(1402), - [aux_sym_user_token1] = ACTIONS(1404), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1402), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1402), - [aux_sym_visual_host_key_token1] = ACTIONS(1402), - [aux_sym_xauth_location_token1] = ACTIONS(1402), + [ts_builtin_sym_end] = ACTIONS(1353), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1355), + [aux_sym_match_token1] = ACTIONS(1353), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1353), + [aux_sym_address_family_token1] = ACTIONS(1353), + [aux_sym_batch_mode_token1] = ACTIONS(1353), + [aux_sym_bind_address_token1] = ACTIONS(1353), + [aux_sym_bind_interface_token1] = ACTIONS(1353), + [aux_sym_canonical_domains_token1] = ACTIONS(1353), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1353), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1353), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1353), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1353), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1353), + [aux_sym_certificate_file_token1] = ACTIONS(1353), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1353), + [aux_sym_check_host_ip_token1] = ACTIONS(1353), + [aux_sym_ciphers_token1] = ACTIONS(1353), + [aux_sym_cipher_token1] = ACTIONS(1355), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1353), + [aux_sym_compression_token1] = ACTIONS(1353), + [aux_sym_connection_attempts_token1] = ACTIONS(1353), + [aux_sym_connect_timeout_token1] = ACTIONS(1353), + [aux_sym_control_master_token1] = ACTIONS(1353), + [aux_sym_control_path_token1] = ACTIONS(1353), + [aux_sym_control_persist_token1] = ACTIONS(1353), + [aux_sym_dynamic_forward_token1] = ACTIONS(1353), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1353), + [aux_sym_escape_char_token1] = ACTIONS(1353), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1353), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1353), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1353), + [aux_sym_forward_agent_token1] = ACTIONS(1353), + [aux_sym_forward_x11_token1] = ACTIONS(1355), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1353), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1353), + [aux_sym_gateway_ports_token1] = ACTIONS(1353), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1353), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1353), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1353), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1353), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1353), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1353), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1353), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1353), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1353), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1353), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1353), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1353), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1353), + [aux_sym_host_key_alias_token1] = ACTIONS(1353), + [aux_sym_hostname_token1] = ACTIONS(1353), + [aux_sym_identities_only_token1] = ACTIONS(1353), + [aux_sym_identity_agent_token1] = ACTIONS(1353), + [aux_sym_identity_file_token1] = ACTIONS(1353), + [aux_sym_ignore_unknown_token1] = ACTIONS(1353), + [aux_sym_include_token1] = ACTIONS(1353), + [aux_sym_ip_qos_token1] = ACTIONS(1353), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1353), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1353), + [aux_sym_kex_algorithms_token1] = ACTIONS(1353), + [aux_sym_known_hosts_command_token1] = ACTIONS(1353), + [aux_sym_local_command_token1] = ACTIONS(1353), + [aux_sym_local_forward_token1] = ACTIONS(1353), + [aux_sym_log_level_token1] = ACTIONS(1353), + [aux_sym_log_verbose_token1] = ACTIONS(1353), + [aux_sym_macs_token1] = ACTIONS(1353), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1353), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1353), + [aux_sym_password_authentication_token1] = ACTIONS(1353), + [aux_sym_permit_local_command_token1] = ACTIONS(1353), + [aux_sym_permit_remote_open_token1] = ACTIONS(1353), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1353), + [aux_sym_port_token1] = ACTIONS(1353), + [aux_sym_preferred_authentications_token1] = ACTIONS(1353), + [aux_sym_protocol_token1] = ACTIONS(1353), + [aux_sym_proxy_command_token1] = ACTIONS(1353), + [aux_sym_proxy_jump_token1] = ACTIONS(1353), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1353), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1353), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1353), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1353), + [aux_sym_rekey_limit_token1] = ACTIONS(1353), + [aux_sym_remote_command_token1] = ACTIONS(1353), + [aux_sym_remote_forward_token1] = ACTIONS(1353), + [aux_sym_request_tty_token1] = ACTIONS(1353), + [aux_sym_required_rsa_size_token1] = ACTIONS(1353), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1353), + [aux_sym_security_key_provider_token1] = ACTIONS(1353), + [aux_sym_send_env_token1] = ACTIONS(1353), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1353), + [aux_sym_server_alive_interval_token1] = ACTIONS(1353), + [aux_sym_session_type_token1] = ACTIONS(1353), + [aux_sym_set_env_token1] = ACTIONS(1353), + [aux_sym_stdin_null_token1] = ACTIONS(1353), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1353), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1353), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1353), + [aux_sym_syslog_facility_token1] = ACTIONS(1353), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1353), + [aux_sym_keep_alive_token1] = ACTIONS(1353), + [aux_sym_tunnel_token1] = ACTIONS(1355), + [aux_sym_tunnel_device_token1] = ACTIONS(1353), + [aux_sym_update_host_keys_token1] = ACTIONS(1353), + [aux_sym_use_keychain_token1] = ACTIONS(1353), + [aux_sym_use_roaming_token1] = ACTIONS(1353), + [aux_sym_user_token1] = ACTIONS(1355), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1353), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1353), + [aux_sym_visual_host_key_token1] = ACTIONS(1353), + [aux_sym_xauth_location_token1] = ACTIONS(1353), }, [717] = { - [ts_builtin_sym_end] = ACTIONS(1756), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1758), - [aux_sym_match_token1] = ACTIONS(1756), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1756), - [aux_sym_address_family_token1] = ACTIONS(1756), - [aux_sym_batch_mode_token1] = ACTIONS(1756), - [aux_sym_bind_address_token1] = ACTIONS(1756), - [aux_sym_bind_interface_token1] = ACTIONS(1756), - [aux_sym_canonical_domains_token1] = ACTIONS(1756), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1756), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1756), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1756), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1756), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1756), - [aux_sym_certificate_file_token1] = ACTIONS(1756), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1756), - [aux_sym_check_host_ip_token1] = ACTIONS(1756), - [aux_sym_ciphers_token1] = ACTIONS(1756), - [aux_sym_cipher_token1] = ACTIONS(1758), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1756), - [aux_sym_compression_token1] = ACTIONS(1756), - [aux_sym_connection_attempts_token1] = ACTIONS(1756), - [aux_sym_connect_timeout_token1] = ACTIONS(1756), - [aux_sym_control_master_token1] = ACTIONS(1756), - [aux_sym_control_path_token1] = ACTIONS(1756), - [aux_sym_control_persist_token1] = ACTIONS(1756), - [aux_sym_dynamic_forward_token1] = ACTIONS(1756), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1756), - [aux_sym_escape_char_token1] = ACTIONS(1756), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1756), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1756), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1756), - [aux_sym_forward_agent_token1] = ACTIONS(1756), - [aux_sym_forward_x11_token1] = ACTIONS(1758), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1756), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1756), - [aux_sym_gateway_ports_token1] = ACTIONS(1756), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1756), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1756), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1756), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1756), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1756), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1756), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1756), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1756), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1756), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1756), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1756), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1756), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1756), - [aux_sym_host_key_alias_token1] = ACTIONS(1756), - [aux_sym_hostname_token1] = ACTIONS(1756), - [aux_sym_identities_only_token1] = ACTIONS(1756), - [aux_sym_identity_agent_token1] = ACTIONS(1756), - [aux_sym_identity_file_token1] = ACTIONS(1756), - [aux_sym_ignore_unknown_token1] = ACTIONS(1756), - [aux_sym_include_token1] = ACTIONS(1756), - [aux_sym_ip_qos_token1] = ACTIONS(1756), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1756), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1756), - [aux_sym_kex_algorithms_token1] = ACTIONS(1756), - [aux_sym_known_hosts_command_token1] = ACTIONS(1756), - [aux_sym_local_command_token1] = ACTIONS(1756), - [aux_sym_local_forward_token1] = ACTIONS(1756), - [aux_sym_log_level_token1] = ACTIONS(1756), - [aux_sym_log_verbose_token1] = ACTIONS(1756), - [aux_sym_macs_token1] = ACTIONS(1756), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1756), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1756), - [aux_sym_password_authentication_token1] = ACTIONS(1756), - [aux_sym_permit_local_command_token1] = ACTIONS(1756), - [aux_sym_permit_remote_open_token1] = ACTIONS(1756), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1756), - [aux_sym_port_token1] = ACTIONS(1756), - [aux_sym_preferred_authentications_token1] = ACTIONS(1756), - [aux_sym_protocol_token1] = ACTIONS(1756), - [aux_sym_proxy_command_token1] = ACTIONS(1756), - [aux_sym_proxy_jump_token1] = ACTIONS(1756), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1756), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1756), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1756), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1756), - [aux_sym_rekey_limit_token1] = ACTIONS(1756), - [aux_sym_remote_command_token1] = ACTIONS(1756), - [aux_sym_remote_forward_token1] = ACTIONS(1756), - [aux_sym_request_tty_token1] = ACTIONS(1756), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1756), - [aux_sym_security_key_provider_token1] = ACTIONS(1756), - [aux_sym_send_env_token1] = ACTIONS(1756), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1756), - [aux_sym_server_alive_interval_token1] = ACTIONS(1756), - [aux_sym_session_type_token1] = ACTIONS(1756), - [aux_sym_set_env_token1] = ACTIONS(1756), - [aux_sym_stdin_null_token1] = ACTIONS(1756), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1756), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1756), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1756), - [aux_sym_syslog_facility_token1] = ACTIONS(1756), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1756), - [aux_sym_keep_alive_token1] = ACTIONS(1756), - [aux_sym_tunnel_token1] = ACTIONS(1758), - [aux_sym_tunnel_device_token1] = ACTIONS(1756), - [aux_sym_update_host_keys_token1] = ACTIONS(1756), - [aux_sym_use_keychain_token1] = ACTIONS(1756), - [aux_sym_use_roaming_token1] = ACTIONS(1756), - [aux_sym_user_token1] = ACTIONS(1758), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1756), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1756), - [aux_sym_visual_host_key_token1] = ACTIONS(1756), - [aux_sym_xauth_location_token1] = ACTIONS(1756), + [ts_builtin_sym_end] = ACTIONS(1785), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1787), + [aux_sym_match_token1] = ACTIONS(1785), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1785), + [aux_sym_address_family_token1] = ACTIONS(1785), + [aux_sym_batch_mode_token1] = ACTIONS(1785), + [aux_sym_bind_address_token1] = ACTIONS(1785), + [aux_sym_bind_interface_token1] = ACTIONS(1785), + [aux_sym_canonical_domains_token1] = ACTIONS(1785), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1785), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1785), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1785), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1785), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1785), + [aux_sym_certificate_file_token1] = ACTIONS(1785), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1785), + [aux_sym_check_host_ip_token1] = ACTIONS(1785), + [aux_sym_ciphers_token1] = ACTIONS(1785), + [aux_sym_cipher_token1] = ACTIONS(1787), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1785), + [aux_sym_compression_token1] = ACTIONS(1785), + [aux_sym_connection_attempts_token1] = ACTIONS(1785), + [aux_sym_connect_timeout_token1] = ACTIONS(1785), + [aux_sym_control_master_token1] = ACTIONS(1785), + [aux_sym_control_path_token1] = ACTIONS(1785), + [aux_sym_control_persist_token1] = ACTIONS(1785), + [aux_sym_dynamic_forward_token1] = ACTIONS(1785), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1785), + [aux_sym_escape_char_token1] = ACTIONS(1785), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1785), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1785), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1785), + [aux_sym_forward_agent_token1] = ACTIONS(1785), + [aux_sym_forward_x11_token1] = ACTIONS(1787), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1785), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1785), + [aux_sym_gateway_ports_token1] = ACTIONS(1785), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1785), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1785), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1785), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1785), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1785), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1785), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1785), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1785), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1785), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1785), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1785), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1785), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1785), + [aux_sym_host_key_alias_token1] = ACTIONS(1785), + [aux_sym_hostname_token1] = ACTIONS(1785), + [aux_sym_identities_only_token1] = ACTIONS(1785), + [aux_sym_identity_agent_token1] = ACTIONS(1785), + [aux_sym_identity_file_token1] = ACTIONS(1785), + [aux_sym_ignore_unknown_token1] = ACTIONS(1785), + [aux_sym_include_token1] = ACTIONS(1785), + [aux_sym_ip_qos_token1] = ACTIONS(1785), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1785), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1785), + [aux_sym_kex_algorithms_token1] = ACTIONS(1785), + [aux_sym_known_hosts_command_token1] = ACTIONS(1785), + [aux_sym_local_command_token1] = ACTIONS(1785), + [aux_sym_local_forward_token1] = ACTIONS(1785), + [aux_sym_log_level_token1] = ACTIONS(1785), + [aux_sym_log_verbose_token1] = ACTIONS(1785), + [aux_sym_macs_token1] = ACTIONS(1785), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1785), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1785), + [aux_sym_password_authentication_token1] = ACTIONS(1785), + [aux_sym_permit_local_command_token1] = ACTIONS(1785), + [aux_sym_permit_remote_open_token1] = ACTIONS(1785), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1785), + [aux_sym_port_token1] = ACTIONS(1785), + [aux_sym_preferred_authentications_token1] = ACTIONS(1785), + [aux_sym_protocol_token1] = ACTIONS(1785), + [aux_sym_proxy_command_token1] = ACTIONS(1785), + [aux_sym_proxy_jump_token1] = ACTIONS(1785), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1785), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1785), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1785), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1785), + [aux_sym_rekey_limit_token1] = ACTIONS(1785), + [aux_sym_remote_command_token1] = ACTIONS(1785), + [aux_sym_remote_forward_token1] = ACTIONS(1785), + [aux_sym_request_tty_token1] = ACTIONS(1785), + [aux_sym_required_rsa_size_token1] = ACTIONS(1785), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1785), + [aux_sym_security_key_provider_token1] = ACTIONS(1785), + [aux_sym_send_env_token1] = ACTIONS(1785), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1785), + [aux_sym_server_alive_interval_token1] = ACTIONS(1785), + [aux_sym_session_type_token1] = ACTIONS(1785), + [aux_sym_set_env_token1] = ACTIONS(1785), + [aux_sym_stdin_null_token1] = ACTIONS(1785), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1785), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1785), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1785), + [aux_sym_syslog_facility_token1] = ACTIONS(1785), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1785), + [aux_sym_keep_alive_token1] = ACTIONS(1785), + [aux_sym_tunnel_token1] = ACTIONS(1787), + [aux_sym_tunnel_device_token1] = ACTIONS(1785), + [aux_sym_update_host_keys_token1] = ACTIONS(1785), + [aux_sym_use_keychain_token1] = ACTIONS(1785), + [aux_sym_use_roaming_token1] = ACTIONS(1785), + [aux_sym_user_token1] = ACTIONS(1787), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1785), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1785), + [aux_sym_visual_host_key_token1] = ACTIONS(1785), + [aux_sym_xauth_location_token1] = ACTIONS(1785), }, [718] = { - [ts_builtin_sym_end] = ACTIONS(1630), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1632), - [aux_sym_match_token1] = ACTIONS(1630), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1630), - [aux_sym_address_family_token1] = ACTIONS(1630), - [aux_sym_batch_mode_token1] = ACTIONS(1630), - [aux_sym_bind_address_token1] = ACTIONS(1630), - [aux_sym_bind_interface_token1] = ACTIONS(1630), - [aux_sym_canonical_domains_token1] = ACTIONS(1630), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1630), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1630), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1630), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1630), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1630), - [aux_sym_certificate_file_token1] = ACTIONS(1630), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1630), - [aux_sym_check_host_ip_token1] = ACTIONS(1630), - [aux_sym_ciphers_token1] = ACTIONS(1630), - [aux_sym_cipher_token1] = ACTIONS(1632), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1630), - [aux_sym_compression_token1] = ACTIONS(1630), - [aux_sym_connection_attempts_token1] = ACTIONS(1630), - [aux_sym_connect_timeout_token1] = ACTIONS(1630), - [aux_sym_control_master_token1] = ACTIONS(1630), - [aux_sym_control_path_token1] = ACTIONS(1630), - [aux_sym_control_persist_token1] = ACTIONS(1630), - [aux_sym_dynamic_forward_token1] = ACTIONS(1630), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1630), - [aux_sym_escape_char_token1] = ACTIONS(1630), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1630), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1630), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1630), - [aux_sym_forward_agent_token1] = ACTIONS(1630), - [aux_sym_forward_x11_token1] = ACTIONS(1632), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1630), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1630), - [aux_sym_gateway_ports_token1] = ACTIONS(1630), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1630), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1630), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1630), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1630), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1630), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1630), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1630), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1630), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1630), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1630), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1630), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1630), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1630), - [aux_sym_host_key_alias_token1] = ACTIONS(1630), - [aux_sym_hostname_token1] = ACTIONS(1630), - [aux_sym_identities_only_token1] = ACTIONS(1630), - [aux_sym_identity_agent_token1] = ACTIONS(1630), - [aux_sym_identity_file_token1] = ACTIONS(1630), - [aux_sym_ignore_unknown_token1] = ACTIONS(1630), - [aux_sym_include_token1] = ACTIONS(1630), - [aux_sym_ip_qos_token1] = ACTIONS(1630), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1630), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1630), - [aux_sym_kex_algorithms_token1] = ACTIONS(1630), - [aux_sym_known_hosts_command_token1] = ACTIONS(1630), - [aux_sym_local_command_token1] = ACTIONS(1630), - [aux_sym_local_forward_token1] = ACTIONS(1630), - [aux_sym_log_level_token1] = ACTIONS(1630), - [aux_sym_log_verbose_token1] = ACTIONS(1630), - [aux_sym_macs_token1] = ACTIONS(1630), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1630), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1630), - [aux_sym_password_authentication_token1] = ACTIONS(1630), - [aux_sym_permit_local_command_token1] = ACTIONS(1630), - [aux_sym_permit_remote_open_token1] = ACTIONS(1630), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1630), - [aux_sym_port_token1] = ACTIONS(1630), - [aux_sym_preferred_authentications_token1] = ACTIONS(1630), - [aux_sym_protocol_token1] = ACTIONS(1630), - [aux_sym_proxy_command_token1] = ACTIONS(1630), - [aux_sym_proxy_jump_token1] = ACTIONS(1630), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1630), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1630), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1630), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1630), - [aux_sym_rekey_limit_token1] = ACTIONS(1630), - [aux_sym_remote_command_token1] = ACTIONS(1630), - [aux_sym_remote_forward_token1] = ACTIONS(1630), - [aux_sym_request_tty_token1] = ACTIONS(1630), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1630), - [aux_sym_security_key_provider_token1] = ACTIONS(1630), - [aux_sym_send_env_token1] = ACTIONS(1630), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1630), - [aux_sym_server_alive_interval_token1] = ACTIONS(1630), - [aux_sym_session_type_token1] = ACTIONS(1630), - [aux_sym_set_env_token1] = ACTIONS(1630), - [aux_sym_stdin_null_token1] = ACTIONS(1630), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1630), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1630), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1630), - [aux_sym_syslog_facility_token1] = ACTIONS(1630), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1630), - [aux_sym_keep_alive_token1] = ACTIONS(1630), - [aux_sym_tunnel_token1] = ACTIONS(1632), - [aux_sym_tunnel_device_token1] = ACTIONS(1630), - [aux_sym_update_host_keys_token1] = ACTIONS(1630), - [aux_sym_use_keychain_token1] = ACTIONS(1630), - [aux_sym_use_roaming_token1] = ACTIONS(1630), - [aux_sym_user_token1] = ACTIONS(1632), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1630), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1630), - [aux_sym_visual_host_key_token1] = ACTIONS(1630), - [aux_sym_xauth_location_token1] = ACTIONS(1630), + [ts_builtin_sym_end] = ACTIONS(1593), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1595), + [aux_sym_match_token1] = ACTIONS(1593), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1593), + [aux_sym_address_family_token1] = ACTIONS(1593), + [aux_sym_batch_mode_token1] = ACTIONS(1593), + [aux_sym_bind_address_token1] = ACTIONS(1593), + [aux_sym_bind_interface_token1] = ACTIONS(1593), + [aux_sym_canonical_domains_token1] = ACTIONS(1593), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1593), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1593), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1593), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1593), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1593), + [aux_sym_certificate_file_token1] = ACTIONS(1593), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1593), + [aux_sym_check_host_ip_token1] = ACTIONS(1593), + [aux_sym_ciphers_token1] = ACTIONS(1593), + [aux_sym_cipher_token1] = ACTIONS(1595), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1593), + [aux_sym_compression_token1] = ACTIONS(1593), + [aux_sym_connection_attempts_token1] = ACTIONS(1593), + [aux_sym_connect_timeout_token1] = ACTIONS(1593), + [aux_sym_control_master_token1] = ACTIONS(1593), + [aux_sym_control_path_token1] = ACTIONS(1593), + [aux_sym_control_persist_token1] = ACTIONS(1593), + [aux_sym_dynamic_forward_token1] = ACTIONS(1593), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1593), + [aux_sym_escape_char_token1] = ACTIONS(1593), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1593), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1593), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1593), + [aux_sym_forward_agent_token1] = ACTIONS(1593), + [aux_sym_forward_x11_token1] = ACTIONS(1595), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1593), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1593), + [aux_sym_gateway_ports_token1] = ACTIONS(1593), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1593), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1593), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1593), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1593), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1593), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1593), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1593), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1593), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1593), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1593), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1593), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1593), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1593), + [aux_sym_host_key_alias_token1] = ACTIONS(1593), + [aux_sym_hostname_token1] = ACTIONS(1593), + [aux_sym_identities_only_token1] = ACTIONS(1593), + [aux_sym_identity_agent_token1] = ACTIONS(1593), + [aux_sym_identity_file_token1] = ACTIONS(1593), + [aux_sym_ignore_unknown_token1] = ACTIONS(1593), + [aux_sym_include_token1] = ACTIONS(1593), + [aux_sym_ip_qos_token1] = ACTIONS(1593), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1593), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1593), + [aux_sym_kex_algorithms_token1] = ACTIONS(1593), + [aux_sym_known_hosts_command_token1] = ACTIONS(1593), + [aux_sym_local_command_token1] = ACTIONS(1593), + [aux_sym_local_forward_token1] = ACTIONS(1593), + [aux_sym_log_level_token1] = ACTIONS(1593), + [aux_sym_log_verbose_token1] = ACTIONS(1593), + [aux_sym_macs_token1] = ACTIONS(1593), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1593), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1593), + [aux_sym_password_authentication_token1] = ACTIONS(1593), + [aux_sym_permit_local_command_token1] = ACTIONS(1593), + [aux_sym_permit_remote_open_token1] = ACTIONS(1593), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1593), + [aux_sym_port_token1] = ACTIONS(1593), + [aux_sym_preferred_authentications_token1] = ACTIONS(1593), + [aux_sym_protocol_token1] = ACTIONS(1593), + [aux_sym_proxy_command_token1] = ACTIONS(1593), + [aux_sym_proxy_jump_token1] = ACTIONS(1593), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1593), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1593), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1593), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1593), + [aux_sym_rekey_limit_token1] = ACTIONS(1593), + [aux_sym_remote_command_token1] = ACTIONS(1593), + [aux_sym_remote_forward_token1] = ACTIONS(1593), + [aux_sym_request_tty_token1] = ACTIONS(1593), + [aux_sym_required_rsa_size_token1] = ACTIONS(1593), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1593), + [aux_sym_security_key_provider_token1] = ACTIONS(1593), + [aux_sym_send_env_token1] = ACTIONS(1593), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1593), + [aux_sym_server_alive_interval_token1] = ACTIONS(1593), + [aux_sym_session_type_token1] = ACTIONS(1593), + [aux_sym_set_env_token1] = ACTIONS(1593), + [aux_sym_stdin_null_token1] = ACTIONS(1593), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1593), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1593), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1593), + [aux_sym_syslog_facility_token1] = ACTIONS(1593), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1593), + [aux_sym_keep_alive_token1] = ACTIONS(1593), + [aux_sym_tunnel_token1] = ACTIONS(1595), + [aux_sym_tunnel_device_token1] = ACTIONS(1593), + [aux_sym_update_host_keys_token1] = ACTIONS(1593), + [aux_sym_use_keychain_token1] = ACTIONS(1593), + [aux_sym_use_roaming_token1] = ACTIONS(1593), + [aux_sym_user_token1] = ACTIONS(1595), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1593), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1593), + [aux_sym_visual_host_key_token1] = ACTIONS(1593), + [aux_sym_xauth_location_token1] = ACTIONS(1593), }, [719] = { - [ts_builtin_sym_end] = ACTIONS(1408), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1410), - [aux_sym_match_token1] = ACTIONS(1408), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1408), - [aux_sym_address_family_token1] = ACTIONS(1408), - [aux_sym_batch_mode_token1] = ACTIONS(1408), - [aux_sym_bind_address_token1] = ACTIONS(1408), - [aux_sym_bind_interface_token1] = ACTIONS(1408), - [aux_sym_canonical_domains_token1] = ACTIONS(1408), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1408), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1408), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1408), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1408), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1408), - [aux_sym_certificate_file_token1] = ACTIONS(1408), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1408), - [aux_sym_check_host_ip_token1] = ACTIONS(1408), - [aux_sym_ciphers_token1] = ACTIONS(1408), - [aux_sym_cipher_token1] = ACTIONS(1410), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1408), - [aux_sym_compression_token1] = ACTIONS(1408), - [aux_sym_connection_attempts_token1] = ACTIONS(1408), - [aux_sym_connect_timeout_token1] = ACTIONS(1408), - [aux_sym_control_master_token1] = ACTIONS(1408), - [aux_sym_control_path_token1] = ACTIONS(1408), - [aux_sym_control_persist_token1] = ACTIONS(1408), - [aux_sym_dynamic_forward_token1] = ACTIONS(1408), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1408), - [aux_sym_escape_char_token1] = ACTIONS(1408), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1408), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1408), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1408), - [aux_sym_forward_agent_token1] = ACTIONS(1408), - [aux_sym_forward_x11_token1] = ACTIONS(1410), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1408), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1408), - [aux_sym_gateway_ports_token1] = ACTIONS(1408), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1408), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1408), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1408), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1408), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1408), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1408), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1408), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1408), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1408), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1408), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1408), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1408), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1408), - [aux_sym_host_key_alias_token1] = ACTIONS(1408), - [aux_sym_hostname_token1] = ACTIONS(1408), - [aux_sym_identities_only_token1] = ACTIONS(1408), - [aux_sym_identity_agent_token1] = ACTIONS(1408), - [aux_sym_identity_file_token1] = ACTIONS(1408), - [aux_sym_ignore_unknown_token1] = ACTIONS(1408), - [aux_sym_include_token1] = ACTIONS(1408), - [aux_sym_ip_qos_token1] = ACTIONS(1408), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1408), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1408), - [aux_sym_kex_algorithms_token1] = ACTIONS(1408), - [aux_sym_known_hosts_command_token1] = ACTIONS(1408), - [aux_sym_local_command_token1] = ACTIONS(1408), - [aux_sym_local_forward_token1] = ACTIONS(1408), - [aux_sym_log_level_token1] = ACTIONS(1408), - [aux_sym_log_verbose_token1] = ACTIONS(1408), - [aux_sym_macs_token1] = ACTIONS(1408), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1408), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1408), - [aux_sym_password_authentication_token1] = ACTIONS(1408), - [aux_sym_permit_local_command_token1] = ACTIONS(1408), - [aux_sym_permit_remote_open_token1] = ACTIONS(1408), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1408), - [aux_sym_port_token1] = ACTIONS(1408), - [aux_sym_preferred_authentications_token1] = ACTIONS(1408), - [aux_sym_protocol_token1] = ACTIONS(1408), - [aux_sym_proxy_command_token1] = ACTIONS(1408), - [aux_sym_proxy_jump_token1] = ACTIONS(1408), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1408), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1408), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1408), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1408), - [aux_sym_rekey_limit_token1] = ACTIONS(1408), - [aux_sym_remote_command_token1] = ACTIONS(1408), - [aux_sym_remote_forward_token1] = ACTIONS(1408), - [aux_sym_request_tty_token1] = ACTIONS(1408), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1408), - [aux_sym_security_key_provider_token1] = ACTIONS(1408), - [aux_sym_send_env_token1] = ACTIONS(1408), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1408), - [aux_sym_server_alive_interval_token1] = ACTIONS(1408), - [aux_sym_session_type_token1] = ACTIONS(1408), - [aux_sym_set_env_token1] = ACTIONS(1408), - [aux_sym_stdin_null_token1] = ACTIONS(1408), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1408), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1408), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1408), - [aux_sym_syslog_facility_token1] = ACTIONS(1408), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1408), - [aux_sym_keep_alive_token1] = ACTIONS(1408), - [aux_sym_tunnel_token1] = ACTIONS(1410), - [aux_sym_tunnel_device_token1] = ACTIONS(1408), - [aux_sym_update_host_keys_token1] = ACTIONS(1408), - [aux_sym_use_keychain_token1] = ACTIONS(1408), - [aux_sym_use_roaming_token1] = ACTIONS(1408), - [aux_sym_user_token1] = ACTIONS(1410), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1408), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1408), - [aux_sym_visual_host_key_token1] = ACTIONS(1408), - [aux_sym_xauth_location_token1] = ACTIONS(1408), + [ts_builtin_sym_end] = ACTIONS(1359), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1361), + [aux_sym_match_token1] = ACTIONS(1359), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1359), + [aux_sym_address_family_token1] = ACTIONS(1359), + [aux_sym_batch_mode_token1] = ACTIONS(1359), + [aux_sym_bind_address_token1] = ACTIONS(1359), + [aux_sym_bind_interface_token1] = ACTIONS(1359), + [aux_sym_canonical_domains_token1] = ACTIONS(1359), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1359), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1359), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1359), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1359), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1359), + [aux_sym_certificate_file_token1] = ACTIONS(1359), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1359), + [aux_sym_check_host_ip_token1] = ACTIONS(1359), + [aux_sym_ciphers_token1] = ACTIONS(1359), + [aux_sym_cipher_token1] = ACTIONS(1361), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1359), + [aux_sym_compression_token1] = ACTIONS(1359), + [aux_sym_connection_attempts_token1] = ACTIONS(1359), + [aux_sym_connect_timeout_token1] = ACTIONS(1359), + [aux_sym_control_master_token1] = ACTIONS(1359), + [aux_sym_control_path_token1] = ACTIONS(1359), + [aux_sym_control_persist_token1] = ACTIONS(1359), + [aux_sym_dynamic_forward_token1] = ACTIONS(1359), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1359), + [aux_sym_escape_char_token1] = ACTIONS(1359), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1359), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1359), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1359), + [aux_sym_forward_agent_token1] = ACTIONS(1359), + [aux_sym_forward_x11_token1] = ACTIONS(1361), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1359), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1359), + [aux_sym_gateway_ports_token1] = ACTIONS(1359), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1359), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1359), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1359), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1359), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1359), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1359), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1359), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1359), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1359), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1359), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1359), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1359), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1359), + [aux_sym_host_key_alias_token1] = ACTIONS(1359), + [aux_sym_hostname_token1] = ACTIONS(1359), + [aux_sym_identities_only_token1] = ACTIONS(1359), + [aux_sym_identity_agent_token1] = ACTIONS(1359), + [aux_sym_identity_file_token1] = ACTIONS(1359), + [aux_sym_ignore_unknown_token1] = ACTIONS(1359), + [aux_sym_include_token1] = ACTIONS(1359), + [aux_sym_ip_qos_token1] = ACTIONS(1359), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1359), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1359), + [aux_sym_kex_algorithms_token1] = ACTIONS(1359), + [aux_sym_known_hosts_command_token1] = ACTIONS(1359), + [aux_sym_local_command_token1] = ACTIONS(1359), + [aux_sym_local_forward_token1] = ACTIONS(1359), + [aux_sym_log_level_token1] = ACTIONS(1359), + [aux_sym_log_verbose_token1] = ACTIONS(1359), + [aux_sym_macs_token1] = ACTIONS(1359), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1359), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1359), + [aux_sym_password_authentication_token1] = ACTIONS(1359), + [aux_sym_permit_local_command_token1] = ACTIONS(1359), + [aux_sym_permit_remote_open_token1] = ACTIONS(1359), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1359), + [aux_sym_port_token1] = ACTIONS(1359), + [aux_sym_preferred_authentications_token1] = ACTIONS(1359), + [aux_sym_protocol_token1] = ACTIONS(1359), + [aux_sym_proxy_command_token1] = ACTIONS(1359), + [aux_sym_proxy_jump_token1] = ACTIONS(1359), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1359), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1359), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1359), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1359), + [aux_sym_rekey_limit_token1] = ACTIONS(1359), + [aux_sym_remote_command_token1] = ACTIONS(1359), + [aux_sym_remote_forward_token1] = ACTIONS(1359), + [aux_sym_request_tty_token1] = ACTIONS(1359), + [aux_sym_required_rsa_size_token1] = ACTIONS(1359), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1359), + [aux_sym_security_key_provider_token1] = ACTIONS(1359), + [aux_sym_send_env_token1] = ACTIONS(1359), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1359), + [aux_sym_server_alive_interval_token1] = ACTIONS(1359), + [aux_sym_session_type_token1] = ACTIONS(1359), + [aux_sym_set_env_token1] = ACTIONS(1359), + [aux_sym_stdin_null_token1] = ACTIONS(1359), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1359), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1359), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1359), + [aux_sym_syslog_facility_token1] = ACTIONS(1359), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1359), + [aux_sym_keep_alive_token1] = ACTIONS(1359), + [aux_sym_tunnel_token1] = ACTIONS(1361), + [aux_sym_tunnel_device_token1] = ACTIONS(1359), + [aux_sym_update_host_keys_token1] = ACTIONS(1359), + [aux_sym_use_keychain_token1] = ACTIONS(1359), + [aux_sym_use_roaming_token1] = ACTIONS(1359), + [aux_sym_user_token1] = ACTIONS(1361), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1359), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1359), + [aux_sym_visual_host_key_token1] = ACTIONS(1359), + [aux_sym_xauth_location_token1] = ACTIONS(1359), }, [720] = { - [ts_builtin_sym_end] = ACTIONS(1750), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1752), - [aux_sym_match_token1] = ACTIONS(1750), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1750), - [aux_sym_address_family_token1] = ACTIONS(1750), - [aux_sym_batch_mode_token1] = ACTIONS(1750), - [aux_sym_bind_address_token1] = ACTIONS(1750), - [aux_sym_bind_interface_token1] = ACTIONS(1750), - [aux_sym_canonical_domains_token1] = ACTIONS(1750), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1750), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1750), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1750), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1750), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1750), - [aux_sym_certificate_file_token1] = ACTIONS(1750), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1750), - [aux_sym_check_host_ip_token1] = ACTIONS(1750), - [aux_sym_ciphers_token1] = ACTIONS(1750), - [aux_sym_cipher_token1] = ACTIONS(1752), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1750), - [aux_sym_compression_token1] = ACTIONS(1750), - [aux_sym_connection_attempts_token1] = ACTIONS(1750), - [aux_sym_connect_timeout_token1] = ACTIONS(1750), - [aux_sym_control_master_token1] = ACTIONS(1750), - [aux_sym_control_path_token1] = ACTIONS(1750), - [aux_sym_control_persist_token1] = ACTIONS(1750), - [aux_sym_dynamic_forward_token1] = ACTIONS(1750), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1750), - [aux_sym_escape_char_token1] = ACTIONS(1750), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1750), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1750), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1750), - [aux_sym_forward_agent_token1] = ACTIONS(1750), - [aux_sym_forward_x11_token1] = ACTIONS(1752), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1750), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1750), - [aux_sym_gateway_ports_token1] = ACTIONS(1750), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1750), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1750), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1750), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1750), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1750), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1750), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1750), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1750), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1750), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1750), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1750), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1750), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1750), - [aux_sym_host_key_alias_token1] = ACTIONS(1750), - [aux_sym_hostname_token1] = ACTIONS(1750), - [aux_sym_identities_only_token1] = ACTIONS(1750), - [aux_sym_identity_agent_token1] = ACTIONS(1750), - [aux_sym_identity_file_token1] = ACTIONS(1750), - [aux_sym_ignore_unknown_token1] = ACTIONS(1750), - [aux_sym_include_token1] = ACTIONS(1750), - [aux_sym_ip_qos_token1] = ACTIONS(1750), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1750), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1750), - [aux_sym_kex_algorithms_token1] = ACTIONS(1750), - [aux_sym_known_hosts_command_token1] = ACTIONS(1750), - [aux_sym_local_command_token1] = ACTIONS(1750), - [aux_sym_local_forward_token1] = ACTIONS(1750), - [aux_sym_log_level_token1] = ACTIONS(1750), - [aux_sym_log_verbose_token1] = ACTIONS(1750), - [aux_sym_macs_token1] = ACTIONS(1750), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1750), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1750), - [aux_sym_password_authentication_token1] = ACTIONS(1750), - [aux_sym_permit_local_command_token1] = ACTIONS(1750), - [aux_sym_permit_remote_open_token1] = ACTIONS(1750), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1750), - [aux_sym_port_token1] = ACTIONS(1750), - [aux_sym_preferred_authentications_token1] = ACTIONS(1750), - [aux_sym_protocol_token1] = ACTIONS(1750), - [aux_sym_proxy_command_token1] = ACTIONS(1750), - [aux_sym_proxy_jump_token1] = ACTIONS(1750), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1750), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1750), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1750), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1750), - [aux_sym_rekey_limit_token1] = ACTIONS(1750), - [aux_sym_remote_command_token1] = ACTIONS(1750), - [aux_sym_remote_forward_token1] = ACTIONS(1750), - [aux_sym_request_tty_token1] = ACTIONS(1750), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1750), - [aux_sym_security_key_provider_token1] = ACTIONS(1750), - [aux_sym_send_env_token1] = ACTIONS(1750), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1750), - [aux_sym_server_alive_interval_token1] = ACTIONS(1750), - [aux_sym_session_type_token1] = ACTIONS(1750), - [aux_sym_set_env_token1] = ACTIONS(1750), - [aux_sym_stdin_null_token1] = ACTIONS(1750), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1750), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1750), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1750), - [aux_sym_syslog_facility_token1] = ACTIONS(1750), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1750), - [aux_sym_keep_alive_token1] = ACTIONS(1750), - [aux_sym_tunnel_token1] = ACTIONS(1752), - [aux_sym_tunnel_device_token1] = ACTIONS(1750), - [aux_sym_update_host_keys_token1] = ACTIONS(1750), - [aux_sym_use_keychain_token1] = ACTIONS(1750), - [aux_sym_use_roaming_token1] = ACTIONS(1750), - [aux_sym_user_token1] = ACTIONS(1752), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1750), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1750), - [aux_sym_visual_host_key_token1] = ACTIONS(1750), - [aux_sym_xauth_location_token1] = ACTIONS(1750), + [ts_builtin_sym_end] = ACTIONS(1779), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1781), + [aux_sym_match_token1] = ACTIONS(1779), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1779), + [aux_sym_address_family_token1] = ACTIONS(1779), + [aux_sym_batch_mode_token1] = ACTIONS(1779), + [aux_sym_bind_address_token1] = ACTIONS(1779), + [aux_sym_bind_interface_token1] = ACTIONS(1779), + [aux_sym_canonical_domains_token1] = ACTIONS(1779), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1779), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1779), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1779), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1779), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1779), + [aux_sym_certificate_file_token1] = ACTIONS(1779), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1779), + [aux_sym_check_host_ip_token1] = ACTIONS(1779), + [aux_sym_ciphers_token1] = ACTIONS(1779), + [aux_sym_cipher_token1] = ACTIONS(1781), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1779), + [aux_sym_compression_token1] = ACTIONS(1779), + [aux_sym_connection_attempts_token1] = ACTIONS(1779), + [aux_sym_connect_timeout_token1] = ACTIONS(1779), + [aux_sym_control_master_token1] = ACTIONS(1779), + [aux_sym_control_path_token1] = ACTIONS(1779), + [aux_sym_control_persist_token1] = ACTIONS(1779), + [aux_sym_dynamic_forward_token1] = ACTIONS(1779), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1779), + [aux_sym_escape_char_token1] = ACTIONS(1779), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1779), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1779), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1779), + [aux_sym_forward_agent_token1] = ACTIONS(1779), + [aux_sym_forward_x11_token1] = ACTIONS(1781), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1779), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1779), + [aux_sym_gateway_ports_token1] = ACTIONS(1779), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1779), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1779), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1779), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1779), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1779), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1779), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1779), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1779), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1779), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1779), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1779), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1779), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1779), + [aux_sym_host_key_alias_token1] = ACTIONS(1779), + [aux_sym_hostname_token1] = ACTIONS(1779), + [aux_sym_identities_only_token1] = ACTIONS(1779), + [aux_sym_identity_agent_token1] = ACTIONS(1779), + [aux_sym_identity_file_token1] = ACTIONS(1779), + [aux_sym_ignore_unknown_token1] = ACTIONS(1779), + [aux_sym_include_token1] = ACTIONS(1779), + [aux_sym_ip_qos_token1] = ACTIONS(1779), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1779), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1779), + [aux_sym_kex_algorithms_token1] = ACTIONS(1779), + [aux_sym_known_hosts_command_token1] = ACTIONS(1779), + [aux_sym_local_command_token1] = ACTIONS(1779), + [aux_sym_local_forward_token1] = ACTIONS(1779), + [aux_sym_log_level_token1] = ACTIONS(1779), + [aux_sym_log_verbose_token1] = ACTIONS(1779), + [aux_sym_macs_token1] = ACTIONS(1779), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1779), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1779), + [aux_sym_password_authentication_token1] = ACTIONS(1779), + [aux_sym_permit_local_command_token1] = ACTIONS(1779), + [aux_sym_permit_remote_open_token1] = ACTIONS(1779), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1779), + [aux_sym_port_token1] = ACTIONS(1779), + [aux_sym_preferred_authentications_token1] = ACTIONS(1779), + [aux_sym_protocol_token1] = ACTIONS(1779), + [aux_sym_proxy_command_token1] = ACTIONS(1779), + [aux_sym_proxy_jump_token1] = ACTIONS(1779), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1779), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1779), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1779), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1779), + [aux_sym_rekey_limit_token1] = ACTIONS(1779), + [aux_sym_remote_command_token1] = ACTIONS(1779), + [aux_sym_remote_forward_token1] = ACTIONS(1779), + [aux_sym_request_tty_token1] = ACTIONS(1779), + [aux_sym_required_rsa_size_token1] = ACTIONS(1779), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1779), + [aux_sym_security_key_provider_token1] = ACTIONS(1779), + [aux_sym_send_env_token1] = ACTIONS(1779), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1779), + [aux_sym_server_alive_interval_token1] = ACTIONS(1779), + [aux_sym_session_type_token1] = ACTIONS(1779), + [aux_sym_set_env_token1] = ACTIONS(1779), + [aux_sym_stdin_null_token1] = ACTIONS(1779), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1779), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1779), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1779), + [aux_sym_syslog_facility_token1] = ACTIONS(1779), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1779), + [aux_sym_keep_alive_token1] = ACTIONS(1779), + [aux_sym_tunnel_token1] = ACTIONS(1781), + [aux_sym_tunnel_device_token1] = ACTIONS(1779), + [aux_sym_update_host_keys_token1] = ACTIONS(1779), + [aux_sym_use_keychain_token1] = ACTIONS(1779), + [aux_sym_use_roaming_token1] = ACTIONS(1779), + [aux_sym_user_token1] = ACTIONS(1781), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1779), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1779), + [aux_sym_visual_host_key_token1] = ACTIONS(1779), + [aux_sym_xauth_location_token1] = ACTIONS(1779), }, [721] = { - [ts_builtin_sym_end] = ACTIONS(682), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(684), - [aux_sym_match_token1] = ACTIONS(682), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(682), - [aux_sym_address_family_token1] = ACTIONS(682), - [aux_sym_batch_mode_token1] = ACTIONS(682), - [aux_sym_bind_address_token1] = ACTIONS(682), - [aux_sym_bind_interface_token1] = ACTIONS(682), - [aux_sym_canonical_domains_token1] = ACTIONS(682), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(682), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(682), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(682), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(682), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(682), - [aux_sym_certificate_file_token1] = ACTIONS(682), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(682), - [aux_sym_check_host_ip_token1] = ACTIONS(682), - [aux_sym_ciphers_token1] = ACTIONS(682), - [aux_sym_cipher_token1] = ACTIONS(684), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(682), - [aux_sym_compression_token1] = ACTIONS(682), - [aux_sym_connection_attempts_token1] = ACTIONS(682), - [aux_sym_connect_timeout_token1] = ACTIONS(682), - [aux_sym_control_master_token1] = ACTIONS(682), - [aux_sym_control_path_token1] = ACTIONS(682), - [aux_sym_control_persist_token1] = ACTIONS(682), - [aux_sym_dynamic_forward_token1] = ACTIONS(682), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(682), - [aux_sym_escape_char_token1] = ACTIONS(682), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(682), - [aux_sym_fingerprint_hash_token1] = ACTIONS(682), - [aux_sym_fork_after_authentication_token1] = ACTIONS(682), - [aux_sym_forward_agent_token1] = ACTIONS(682), - [aux_sym_forward_x11_token1] = ACTIONS(684), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(682), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(682), - [aux_sym_gateway_ports_token1] = ACTIONS(682), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(682), - [aux_sym_gssapi_authentication_token1] = ACTIONS(682), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(682), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(682), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(682), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(682), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(682), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(682), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(682), - [aux_sym_hash_known_hosts_token1] = ACTIONS(682), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(682), - [aux_sym_hostbased_authentication_token1] = ACTIONS(682), - [aux_sym_host_key_algorithms_token1] = ACTIONS(682), - [aux_sym_host_key_alias_token1] = ACTIONS(682), - [aux_sym_hostname_token1] = ACTIONS(682), - [aux_sym_identities_only_token1] = ACTIONS(682), - [aux_sym_identity_agent_token1] = ACTIONS(682), - [aux_sym_identity_file_token1] = ACTIONS(682), - [aux_sym_ignore_unknown_token1] = ACTIONS(682), - [aux_sym_include_token1] = ACTIONS(682), - [aux_sym_ip_qos_token1] = ACTIONS(682), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(682), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(682), - [aux_sym_kex_algorithms_token1] = ACTIONS(682), - [aux_sym_known_hosts_command_token1] = ACTIONS(682), - [aux_sym_local_command_token1] = ACTIONS(682), - [aux_sym_local_forward_token1] = ACTIONS(682), - [aux_sym_log_level_token1] = ACTIONS(682), - [aux_sym_log_verbose_token1] = ACTIONS(682), - [aux_sym_macs_token1] = ACTIONS(682), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(682), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(682), - [aux_sym_password_authentication_token1] = ACTIONS(682), - [aux_sym_permit_local_command_token1] = ACTIONS(682), - [aux_sym_permit_remote_open_token1] = ACTIONS(682), - [aux_sym_pkcs11_provider_token1] = ACTIONS(682), - [aux_sym_port_token1] = ACTIONS(682), - [aux_sym_preferred_authentications_token1] = ACTIONS(682), - [aux_sym_protocol_token1] = ACTIONS(682), - [aux_sym_proxy_command_token1] = ACTIONS(682), - [aux_sym_proxy_jump_token1] = ACTIONS(682), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(682), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(682), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(682), - [aux_sym_pubkey_authentication_token1] = ACTIONS(682), - [aux_sym_rekey_limit_token1] = ACTIONS(682), - [aux_sym_remote_command_token1] = ACTIONS(682), - [aux_sym_remote_forward_token1] = ACTIONS(682), - [aux_sym_request_tty_token1] = ACTIONS(682), - [aux_sym_revoked_host_keys_token1] = ACTIONS(682), - [aux_sym_security_key_provider_token1] = ACTIONS(682), - [aux_sym_send_env_token1] = ACTIONS(682), - [aux_sym_server_alive_count_max_token1] = ACTIONS(682), - [aux_sym_server_alive_interval_token1] = ACTIONS(682), - [aux_sym_session_type_token1] = ACTIONS(682), - [aux_sym_set_env_token1] = ACTIONS(682), - [aux_sym_stdin_null_token1] = ACTIONS(682), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(682), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(682), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(682), - [aux_sym_syslog_facility_token1] = ACTIONS(682), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(682), - [aux_sym_keep_alive_token1] = ACTIONS(682), - [aux_sym_tunnel_token1] = ACTIONS(684), - [aux_sym_tunnel_device_token1] = ACTIONS(682), - [aux_sym_update_host_keys_token1] = ACTIONS(682), - [aux_sym_use_keychain_token1] = ACTIONS(682), - [aux_sym_use_roaming_token1] = ACTIONS(682), - [aux_sym_user_token1] = ACTIONS(684), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(682), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(682), - [aux_sym_visual_host_key_token1] = ACTIONS(682), - [aux_sym_xauth_location_token1] = ACTIONS(682), + [ts_builtin_sym_end] = ACTIONS(1365), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1367), + [aux_sym_match_token1] = ACTIONS(1365), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1365), + [aux_sym_address_family_token1] = ACTIONS(1365), + [aux_sym_batch_mode_token1] = ACTIONS(1365), + [aux_sym_bind_address_token1] = ACTIONS(1365), + [aux_sym_bind_interface_token1] = ACTIONS(1365), + [aux_sym_canonical_domains_token1] = ACTIONS(1365), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1365), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1365), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1365), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1365), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1365), + [aux_sym_certificate_file_token1] = ACTIONS(1365), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1365), + [aux_sym_check_host_ip_token1] = ACTIONS(1365), + [aux_sym_ciphers_token1] = ACTIONS(1365), + [aux_sym_cipher_token1] = ACTIONS(1367), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1365), + [aux_sym_compression_token1] = ACTIONS(1365), + [aux_sym_connection_attempts_token1] = ACTIONS(1365), + [aux_sym_connect_timeout_token1] = ACTIONS(1365), + [aux_sym_control_master_token1] = ACTIONS(1365), + [aux_sym_control_path_token1] = ACTIONS(1365), + [aux_sym_control_persist_token1] = ACTIONS(1365), + [aux_sym_dynamic_forward_token1] = ACTIONS(1365), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1365), + [aux_sym_escape_char_token1] = ACTIONS(1365), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1365), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1365), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1365), + [aux_sym_forward_agent_token1] = ACTIONS(1365), + [aux_sym_forward_x11_token1] = ACTIONS(1367), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1365), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1365), + [aux_sym_gateway_ports_token1] = ACTIONS(1365), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1365), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1365), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1365), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1365), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1365), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1365), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1365), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1365), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1365), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1365), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1365), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1365), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1365), + [aux_sym_host_key_alias_token1] = ACTIONS(1365), + [aux_sym_hostname_token1] = ACTIONS(1365), + [aux_sym_identities_only_token1] = ACTIONS(1365), + [aux_sym_identity_agent_token1] = ACTIONS(1365), + [aux_sym_identity_file_token1] = ACTIONS(1365), + [aux_sym_ignore_unknown_token1] = ACTIONS(1365), + [aux_sym_include_token1] = ACTIONS(1365), + [aux_sym_ip_qos_token1] = ACTIONS(1365), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1365), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1365), + [aux_sym_kex_algorithms_token1] = ACTIONS(1365), + [aux_sym_known_hosts_command_token1] = ACTIONS(1365), + [aux_sym_local_command_token1] = ACTIONS(1365), + [aux_sym_local_forward_token1] = ACTIONS(1365), + [aux_sym_log_level_token1] = ACTIONS(1365), + [aux_sym_log_verbose_token1] = ACTIONS(1365), + [aux_sym_macs_token1] = ACTIONS(1365), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1365), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1365), + [aux_sym_password_authentication_token1] = ACTIONS(1365), + [aux_sym_permit_local_command_token1] = ACTIONS(1365), + [aux_sym_permit_remote_open_token1] = ACTIONS(1365), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1365), + [aux_sym_port_token1] = ACTIONS(1365), + [aux_sym_preferred_authentications_token1] = ACTIONS(1365), + [aux_sym_protocol_token1] = ACTIONS(1365), + [aux_sym_proxy_command_token1] = ACTIONS(1365), + [aux_sym_proxy_jump_token1] = ACTIONS(1365), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1365), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1365), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1365), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1365), + [aux_sym_rekey_limit_token1] = ACTIONS(1365), + [aux_sym_remote_command_token1] = ACTIONS(1365), + [aux_sym_remote_forward_token1] = ACTIONS(1365), + [aux_sym_request_tty_token1] = ACTIONS(1365), + [aux_sym_required_rsa_size_token1] = ACTIONS(1365), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1365), + [aux_sym_security_key_provider_token1] = ACTIONS(1365), + [aux_sym_send_env_token1] = ACTIONS(1365), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1365), + [aux_sym_server_alive_interval_token1] = ACTIONS(1365), + [aux_sym_session_type_token1] = ACTIONS(1365), + [aux_sym_set_env_token1] = ACTIONS(1365), + [aux_sym_stdin_null_token1] = ACTIONS(1365), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1365), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1365), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1365), + [aux_sym_syslog_facility_token1] = ACTIONS(1365), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1365), + [aux_sym_keep_alive_token1] = ACTIONS(1365), + [aux_sym_tunnel_token1] = ACTIONS(1367), + [aux_sym_tunnel_device_token1] = ACTIONS(1365), + [aux_sym_update_host_keys_token1] = ACTIONS(1365), + [aux_sym_use_keychain_token1] = ACTIONS(1365), + [aux_sym_use_roaming_token1] = ACTIONS(1365), + [aux_sym_user_token1] = ACTIONS(1367), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1365), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1365), + [aux_sym_visual_host_key_token1] = ACTIONS(1365), + [aux_sym_xauth_location_token1] = ACTIONS(1365), }, [722] = { - [ts_builtin_sym_end] = ACTIONS(886), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(888), - [aux_sym_match_token1] = ACTIONS(886), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(886), - [aux_sym_address_family_token1] = ACTIONS(886), - [aux_sym_batch_mode_token1] = ACTIONS(886), - [aux_sym_bind_address_token1] = ACTIONS(886), - [aux_sym_bind_interface_token1] = ACTIONS(886), - [aux_sym_canonical_domains_token1] = ACTIONS(886), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(886), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(886), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(886), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(886), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(886), - [aux_sym_certificate_file_token1] = ACTIONS(886), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(886), - [aux_sym_check_host_ip_token1] = ACTIONS(886), - [aux_sym_ciphers_token1] = ACTIONS(886), - [aux_sym_cipher_token1] = ACTIONS(888), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(886), - [aux_sym_compression_token1] = ACTIONS(886), - [aux_sym_connection_attempts_token1] = ACTIONS(886), - [aux_sym_connect_timeout_token1] = ACTIONS(886), - [aux_sym_control_master_token1] = ACTIONS(886), - [aux_sym_control_path_token1] = ACTIONS(886), - [aux_sym_control_persist_token1] = ACTIONS(886), - [aux_sym_dynamic_forward_token1] = ACTIONS(886), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(886), - [aux_sym_escape_char_token1] = ACTIONS(886), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(886), - [aux_sym_fingerprint_hash_token1] = ACTIONS(886), - [aux_sym_fork_after_authentication_token1] = ACTIONS(886), - [aux_sym_forward_agent_token1] = ACTIONS(886), - [aux_sym_forward_x11_token1] = ACTIONS(888), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(886), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(886), - [aux_sym_gateway_ports_token1] = ACTIONS(886), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(886), - [aux_sym_gssapi_authentication_token1] = ACTIONS(886), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(886), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(886), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(886), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(886), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(886), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(886), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(886), - [aux_sym_hash_known_hosts_token1] = ACTIONS(886), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(886), - [aux_sym_hostbased_authentication_token1] = ACTIONS(886), - [aux_sym_host_key_algorithms_token1] = ACTIONS(886), - [aux_sym_host_key_alias_token1] = ACTIONS(886), - [aux_sym_hostname_token1] = ACTIONS(886), - [aux_sym_identities_only_token1] = ACTIONS(886), - [aux_sym_identity_agent_token1] = ACTIONS(886), - [aux_sym_identity_file_token1] = ACTIONS(886), - [aux_sym_ignore_unknown_token1] = ACTIONS(886), - [aux_sym_include_token1] = ACTIONS(886), - [aux_sym_ip_qos_token1] = ACTIONS(886), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(886), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(886), - [aux_sym_kex_algorithms_token1] = ACTIONS(886), - [aux_sym_known_hosts_command_token1] = ACTIONS(886), - [aux_sym_local_command_token1] = ACTIONS(886), - [aux_sym_local_forward_token1] = ACTIONS(886), - [aux_sym_log_level_token1] = ACTIONS(886), - [aux_sym_log_verbose_token1] = ACTIONS(886), - [aux_sym_macs_token1] = ACTIONS(886), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(886), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(886), - [aux_sym_password_authentication_token1] = ACTIONS(886), - [aux_sym_permit_local_command_token1] = ACTIONS(886), - [aux_sym_permit_remote_open_token1] = ACTIONS(886), - [aux_sym_pkcs11_provider_token1] = ACTIONS(886), - [aux_sym_port_token1] = ACTIONS(886), - [aux_sym_preferred_authentications_token1] = ACTIONS(886), - [aux_sym_protocol_token1] = ACTIONS(886), - [aux_sym_proxy_command_token1] = ACTIONS(886), - [aux_sym_proxy_jump_token1] = ACTIONS(886), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(886), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(886), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(886), - [aux_sym_pubkey_authentication_token1] = ACTIONS(886), - [aux_sym_rekey_limit_token1] = ACTIONS(886), - [aux_sym_remote_command_token1] = ACTIONS(886), - [aux_sym_remote_forward_token1] = ACTIONS(886), - [aux_sym_request_tty_token1] = ACTIONS(886), - [aux_sym_revoked_host_keys_token1] = ACTIONS(886), - [aux_sym_security_key_provider_token1] = ACTIONS(886), - [aux_sym_send_env_token1] = ACTIONS(886), - [aux_sym_server_alive_count_max_token1] = ACTIONS(886), - [aux_sym_server_alive_interval_token1] = ACTIONS(886), - [aux_sym_session_type_token1] = ACTIONS(886), - [aux_sym_set_env_token1] = ACTIONS(886), - [aux_sym_stdin_null_token1] = ACTIONS(886), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(886), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(886), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(886), - [aux_sym_syslog_facility_token1] = ACTIONS(886), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(886), - [aux_sym_keep_alive_token1] = ACTIONS(886), - [aux_sym_tunnel_token1] = ACTIONS(888), - [aux_sym_tunnel_device_token1] = ACTIONS(886), - [aux_sym_update_host_keys_token1] = ACTIONS(886), - [aux_sym_use_keychain_token1] = ACTIONS(886), - [aux_sym_use_roaming_token1] = ACTIONS(886), - [aux_sym_user_token1] = ACTIONS(888), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(886), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(886), - [aux_sym_visual_host_key_token1] = ACTIONS(886), - [aux_sym_xauth_location_token1] = ACTIONS(886), + [ts_builtin_sym_end] = ACTIONS(1659), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1661), + [aux_sym_match_token1] = ACTIONS(1659), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1659), + [aux_sym_address_family_token1] = ACTIONS(1659), + [aux_sym_batch_mode_token1] = ACTIONS(1659), + [aux_sym_bind_address_token1] = ACTIONS(1659), + [aux_sym_bind_interface_token1] = ACTIONS(1659), + [aux_sym_canonical_domains_token1] = ACTIONS(1659), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1659), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1659), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1659), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1659), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1659), + [aux_sym_certificate_file_token1] = ACTIONS(1659), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1659), + [aux_sym_check_host_ip_token1] = ACTIONS(1659), + [aux_sym_ciphers_token1] = ACTIONS(1659), + [aux_sym_cipher_token1] = ACTIONS(1661), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1659), + [aux_sym_compression_token1] = ACTIONS(1659), + [aux_sym_connection_attempts_token1] = ACTIONS(1659), + [aux_sym_connect_timeout_token1] = ACTIONS(1659), + [aux_sym_control_master_token1] = ACTIONS(1659), + [aux_sym_control_path_token1] = ACTIONS(1659), + [aux_sym_control_persist_token1] = ACTIONS(1659), + [aux_sym_dynamic_forward_token1] = ACTIONS(1659), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1659), + [aux_sym_escape_char_token1] = ACTIONS(1659), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1659), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1659), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1659), + [aux_sym_forward_agent_token1] = ACTIONS(1659), + [aux_sym_forward_x11_token1] = ACTIONS(1661), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1659), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1659), + [aux_sym_gateway_ports_token1] = ACTIONS(1659), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1659), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1659), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1659), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1659), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1659), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1659), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1659), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1659), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1659), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1659), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1659), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1659), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1659), + [aux_sym_host_key_alias_token1] = ACTIONS(1659), + [aux_sym_hostname_token1] = ACTIONS(1659), + [aux_sym_identities_only_token1] = ACTIONS(1659), + [aux_sym_identity_agent_token1] = ACTIONS(1659), + [aux_sym_identity_file_token1] = ACTIONS(1659), + [aux_sym_ignore_unknown_token1] = ACTIONS(1659), + [aux_sym_include_token1] = ACTIONS(1659), + [aux_sym_ip_qos_token1] = ACTIONS(1659), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1659), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1659), + [aux_sym_kex_algorithms_token1] = ACTIONS(1659), + [aux_sym_known_hosts_command_token1] = ACTIONS(1659), + [aux_sym_local_command_token1] = ACTIONS(1659), + [aux_sym_local_forward_token1] = ACTIONS(1659), + [aux_sym_log_level_token1] = ACTIONS(1659), + [aux_sym_log_verbose_token1] = ACTIONS(1659), + [aux_sym_macs_token1] = ACTIONS(1659), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1659), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1659), + [aux_sym_password_authentication_token1] = ACTIONS(1659), + [aux_sym_permit_local_command_token1] = ACTIONS(1659), + [aux_sym_permit_remote_open_token1] = ACTIONS(1659), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1659), + [aux_sym_port_token1] = ACTIONS(1659), + [aux_sym_preferred_authentications_token1] = ACTIONS(1659), + [aux_sym_protocol_token1] = ACTIONS(1659), + [aux_sym_proxy_command_token1] = ACTIONS(1659), + [aux_sym_proxy_jump_token1] = ACTIONS(1659), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1659), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1659), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1659), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1659), + [aux_sym_rekey_limit_token1] = ACTIONS(1659), + [aux_sym_remote_command_token1] = ACTIONS(1659), + [aux_sym_remote_forward_token1] = ACTIONS(1659), + [aux_sym_request_tty_token1] = ACTIONS(1659), + [aux_sym_required_rsa_size_token1] = ACTIONS(1659), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1659), + [aux_sym_security_key_provider_token1] = ACTIONS(1659), + [aux_sym_send_env_token1] = ACTIONS(1659), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1659), + [aux_sym_server_alive_interval_token1] = ACTIONS(1659), + [aux_sym_session_type_token1] = ACTIONS(1659), + [aux_sym_set_env_token1] = ACTIONS(1659), + [aux_sym_stdin_null_token1] = ACTIONS(1659), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1659), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1659), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1659), + [aux_sym_syslog_facility_token1] = ACTIONS(1659), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1659), + [aux_sym_keep_alive_token1] = ACTIONS(1659), + [aux_sym_tunnel_token1] = ACTIONS(1661), + [aux_sym_tunnel_device_token1] = ACTIONS(1659), + [aux_sym_update_host_keys_token1] = ACTIONS(1659), + [aux_sym_use_keychain_token1] = ACTIONS(1659), + [aux_sym_use_roaming_token1] = ACTIONS(1659), + [aux_sym_user_token1] = ACTIONS(1661), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1659), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1659), + [aux_sym_visual_host_key_token1] = ACTIONS(1659), + [aux_sym_xauth_location_token1] = ACTIONS(1659), }, [723] = { - [ts_builtin_sym_end] = ACTIONS(1744), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1746), - [aux_sym_match_token1] = ACTIONS(1744), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1744), - [aux_sym_address_family_token1] = ACTIONS(1744), - [aux_sym_batch_mode_token1] = ACTIONS(1744), - [aux_sym_bind_address_token1] = ACTIONS(1744), - [aux_sym_bind_interface_token1] = ACTIONS(1744), - [aux_sym_canonical_domains_token1] = ACTIONS(1744), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1744), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1744), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1744), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1744), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1744), - [aux_sym_certificate_file_token1] = ACTIONS(1744), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1744), - [aux_sym_check_host_ip_token1] = ACTIONS(1744), - [aux_sym_ciphers_token1] = ACTIONS(1744), - [aux_sym_cipher_token1] = ACTIONS(1746), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1744), - [aux_sym_compression_token1] = ACTIONS(1744), - [aux_sym_connection_attempts_token1] = ACTIONS(1744), - [aux_sym_connect_timeout_token1] = ACTIONS(1744), - [aux_sym_control_master_token1] = ACTIONS(1744), - [aux_sym_control_path_token1] = ACTIONS(1744), - [aux_sym_control_persist_token1] = ACTIONS(1744), - [aux_sym_dynamic_forward_token1] = ACTIONS(1744), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1744), - [aux_sym_escape_char_token1] = ACTIONS(1744), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1744), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1744), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1744), - [aux_sym_forward_agent_token1] = ACTIONS(1744), - [aux_sym_forward_x11_token1] = ACTIONS(1746), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1744), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1744), - [aux_sym_gateway_ports_token1] = ACTIONS(1744), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1744), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1744), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1744), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1744), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1744), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1744), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1744), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1744), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1744), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1744), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1744), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1744), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1744), - [aux_sym_host_key_alias_token1] = ACTIONS(1744), - [aux_sym_hostname_token1] = ACTIONS(1744), - [aux_sym_identities_only_token1] = ACTIONS(1744), - [aux_sym_identity_agent_token1] = ACTIONS(1744), - [aux_sym_identity_file_token1] = ACTIONS(1744), - [aux_sym_ignore_unknown_token1] = ACTIONS(1744), - [aux_sym_include_token1] = ACTIONS(1744), - [aux_sym_ip_qos_token1] = ACTIONS(1744), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1744), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1744), - [aux_sym_kex_algorithms_token1] = ACTIONS(1744), - [aux_sym_known_hosts_command_token1] = ACTIONS(1744), - [aux_sym_local_command_token1] = ACTIONS(1744), - [aux_sym_local_forward_token1] = ACTIONS(1744), - [aux_sym_log_level_token1] = ACTIONS(1744), - [aux_sym_log_verbose_token1] = ACTIONS(1744), - [aux_sym_macs_token1] = ACTIONS(1744), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1744), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1744), - [aux_sym_password_authentication_token1] = ACTIONS(1744), - [aux_sym_permit_local_command_token1] = ACTIONS(1744), - [aux_sym_permit_remote_open_token1] = ACTIONS(1744), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1744), - [aux_sym_port_token1] = ACTIONS(1744), - [aux_sym_preferred_authentications_token1] = ACTIONS(1744), - [aux_sym_protocol_token1] = ACTIONS(1744), - [aux_sym_proxy_command_token1] = ACTIONS(1744), - [aux_sym_proxy_jump_token1] = ACTIONS(1744), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1744), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1744), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1744), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1744), - [aux_sym_rekey_limit_token1] = ACTIONS(1744), - [aux_sym_remote_command_token1] = ACTIONS(1744), - [aux_sym_remote_forward_token1] = ACTIONS(1744), - [aux_sym_request_tty_token1] = ACTIONS(1744), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1744), - [aux_sym_security_key_provider_token1] = ACTIONS(1744), - [aux_sym_send_env_token1] = ACTIONS(1744), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1744), - [aux_sym_server_alive_interval_token1] = ACTIONS(1744), - [aux_sym_session_type_token1] = ACTIONS(1744), - [aux_sym_set_env_token1] = ACTIONS(1744), - [aux_sym_stdin_null_token1] = ACTIONS(1744), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1744), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1744), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1744), - [aux_sym_syslog_facility_token1] = ACTIONS(1744), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1744), - [aux_sym_keep_alive_token1] = ACTIONS(1744), - [aux_sym_tunnel_token1] = ACTIONS(1746), - [aux_sym_tunnel_device_token1] = ACTIONS(1744), - [aux_sym_update_host_keys_token1] = ACTIONS(1744), - [aux_sym_use_keychain_token1] = ACTIONS(1744), - [aux_sym_use_roaming_token1] = ACTIONS(1744), - [aux_sym_user_token1] = ACTIONS(1746), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1744), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1744), - [aux_sym_visual_host_key_token1] = ACTIONS(1744), - [aux_sym_xauth_location_token1] = ACTIONS(1744), + [ts_builtin_sym_end] = ACTIONS(1773), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1775), + [aux_sym_match_token1] = ACTIONS(1773), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1773), + [aux_sym_address_family_token1] = ACTIONS(1773), + [aux_sym_batch_mode_token1] = ACTIONS(1773), + [aux_sym_bind_address_token1] = ACTIONS(1773), + [aux_sym_bind_interface_token1] = ACTIONS(1773), + [aux_sym_canonical_domains_token1] = ACTIONS(1773), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1773), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1773), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1773), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1773), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1773), + [aux_sym_certificate_file_token1] = ACTIONS(1773), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1773), + [aux_sym_check_host_ip_token1] = ACTIONS(1773), + [aux_sym_ciphers_token1] = ACTIONS(1773), + [aux_sym_cipher_token1] = ACTIONS(1775), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1773), + [aux_sym_compression_token1] = ACTIONS(1773), + [aux_sym_connection_attempts_token1] = ACTIONS(1773), + [aux_sym_connect_timeout_token1] = ACTIONS(1773), + [aux_sym_control_master_token1] = ACTIONS(1773), + [aux_sym_control_path_token1] = ACTIONS(1773), + [aux_sym_control_persist_token1] = ACTIONS(1773), + [aux_sym_dynamic_forward_token1] = ACTIONS(1773), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1773), + [aux_sym_escape_char_token1] = ACTIONS(1773), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1773), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1773), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1773), + [aux_sym_forward_agent_token1] = ACTIONS(1773), + [aux_sym_forward_x11_token1] = ACTIONS(1775), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1773), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1773), + [aux_sym_gateway_ports_token1] = ACTIONS(1773), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1773), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1773), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1773), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1773), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1773), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1773), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1773), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1773), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1773), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1773), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1773), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1773), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1773), + [aux_sym_host_key_alias_token1] = ACTIONS(1773), + [aux_sym_hostname_token1] = ACTIONS(1773), + [aux_sym_identities_only_token1] = ACTIONS(1773), + [aux_sym_identity_agent_token1] = ACTIONS(1773), + [aux_sym_identity_file_token1] = ACTIONS(1773), + [aux_sym_ignore_unknown_token1] = ACTIONS(1773), + [aux_sym_include_token1] = ACTIONS(1773), + [aux_sym_ip_qos_token1] = ACTIONS(1773), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1773), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1773), + [aux_sym_kex_algorithms_token1] = ACTIONS(1773), + [aux_sym_known_hosts_command_token1] = ACTIONS(1773), + [aux_sym_local_command_token1] = ACTIONS(1773), + [aux_sym_local_forward_token1] = ACTIONS(1773), + [aux_sym_log_level_token1] = ACTIONS(1773), + [aux_sym_log_verbose_token1] = ACTIONS(1773), + [aux_sym_macs_token1] = ACTIONS(1773), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1773), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1773), + [aux_sym_password_authentication_token1] = ACTIONS(1773), + [aux_sym_permit_local_command_token1] = ACTIONS(1773), + [aux_sym_permit_remote_open_token1] = ACTIONS(1773), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1773), + [aux_sym_port_token1] = ACTIONS(1773), + [aux_sym_preferred_authentications_token1] = ACTIONS(1773), + [aux_sym_protocol_token1] = ACTIONS(1773), + [aux_sym_proxy_command_token1] = ACTIONS(1773), + [aux_sym_proxy_jump_token1] = ACTIONS(1773), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1773), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1773), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1773), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1773), + [aux_sym_rekey_limit_token1] = ACTIONS(1773), + [aux_sym_remote_command_token1] = ACTIONS(1773), + [aux_sym_remote_forward_token1] = ACTIONS(1773), + [aux_sym_request_tty_token1] = ACTIONS(1773), + [aux_sym_required_rsa_size_token1] = ACTIONS(1773), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1773), + [aux_sym_security_key_provider_token1] = ACTIONS(1773), + [aux_sym_send_env_token1] = ACTIONS(1773), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1773), + [aux_sym_server_alive_interval_token1] = ACTIONS(1773), + [aux_sym_session_type_token1] = ACTIONS(1773), + [aux_sym_set_env_token1] = ACTIONS(1773), + [aux_sym_stdin_null_token1] = ACTIONS(1773), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1773), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1773), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1773), + [aux_sym_syslog_facility_token1] = ACTIONS(1773), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1773), + [aux_sym_keep_alive_token1] = ACTIONS(1773), + [aux_sym_tunnel_token1] = ACTIONS(1775), + [aux_sym_tunnel_device_token1] = ACTIONS(1773), + [aux_sym_update_host_keys_token1] = ACTIONS(1773), + [aux_sym_use_keychain_token1] = ACTIONS(1773), + [aux_sym_use_roaming_token1] = ACTIONS(1773), + [aux_sym_user_token1] = ACTIONS(1775), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1773), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1773), + [aux_sym_visual_host_key_token1] = ACTIONS(1773), + [aux_sym_xauth_location_token1] = ACTIONS(1773), }, [724] = { - [ts_builtin_sym_end] = ACTIONS(688), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(690), - [aux_sym_match_token1] = ACTIONS(688), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(688), - [aux_sym_address_family_token1] = ACTIONS(688), - [aux_sym_batch_mode_token1] = ACTIONS(688), - [aux_sym_bind_address_token1] = ACTIONS(688), - [aux_sym_bind_interface_token1] = ACTIONS(688), - [aux_sym_canonical_domains_token1] = ACTIONS(688), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(688), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(688), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(688), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(688), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(688), - [aux_sym_certificate_file_token1] = ACTIONS(688), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(688), - [aux_sym_check_host_ip_token1] = ACTIONS(688), - [aux_sym_ciphers_token1] = ACTIONS(688), - [aux_sym_cipher_token1] = ACTIONS(690), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(688), - [aux_sym_compression_token1] = ACTIONS(688), - [aux_sym_connection_attempts_token1] = ACTIONS(688), - [aux_sym_connect_timeout_token1] = ACTIONS(688), - [aux_sym_control_master_token1] = ACTIONS(688), - [aux_sym_control_path_token1] = ACTIONS(688), - [aux_sym_control_persist_token1] = ACTIONS(688), - [aux_sym_dynamic_forward_token1] = ACTIONS(688), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(688), - [aux_sym_escape_char_token1] = ACTIONS(688), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(688), - [aux_sym_fingerprint_hash_token1] = ACTIONS(688), - [aux_sym_fork_after_authentication_token1] = ACTIONS(688), - [aux_sym_forward_agent_token1] = ACTIONS(688), - [aux_sym_forward_x11_token1] = ACTIONS(690), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(688), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(688), - [aux_sym_gateway_ports_token1] = ACTIONS(688), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(688), - [aux_sym_gssapi_authentication_token1] = ACTIONS(688), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(688), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(688), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(688), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(688), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(688), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(688), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(688), - [aux_sym_hash_known_hosts_token1] = ACTIONS(688), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(688), - [aux_sym_hostbased_authentication_token1] = ACTIONS(688), - [aux_sym_host_key_algorithms_token1] = ACTIONS(688), - [aux_sym_host_key_alias_token1] = ACTIONS(688), - [aux_sym_hostname_token1] = ACTIONS(688), - [aux_sym_identities_only_token1] = ACTIONS(688), - [aux_sym_identity_agent_token1] = ACTIONS(688), - [aux_sym_identity_file_token1] = ACTIONS(688), - [aux_sym_ignore_unknown_token1] = ACTIONS(688), - [aux_sym_include_token1] = ACTIONS(688), - [aux_sym_ip_qos_token1] = ACTIONS(688), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(688), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(688), - [aux_sym_kex_algorithms_token1] = ACTIONS(688), - [aux_sym_known_hosts_command_token1] = ACTIONS(688), - [aux_sym_local_command_token1] = ACTIONS(688), - [aux_sym_local_forward_token1] = ACTIONS(688), - [aux_sym_log_level_token1] = ACTIONS(688), - [aux_sym_log_verbose_token1] = ACTIONS(688), - [aux_sym_macs_token1] = ACTIONS(688), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(688), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(688), - [aux_sym_password_authentication_token1] = ACTIONS(688), - [aux_sym_permit_local_command_token1] = ACTIONS(688), - [aux_sym_permit_remote_open_token1] = ACTIONS(688), - [aux_sym_pkcs11_provider_token1] = ACTIONS(688), - [aux_sym_port_token1] = ACTIONS(688), - [aux_sym_preferred_authentications_token1] = ACTIONS(688), - [aux_sym_protocol_token1] = ACTIONS(688), - [aux_sym_proxy_command_token1] = ACTIONS(688), - [aux_sym_proxy_jump_token1] = ACTIONS(688), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(688), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(688), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(688), - [aux_sym_pubkey_authentication_token1] = ACTIONS(688), - [aux_sym_rekey_limit_token1] = ACTIONS(688), - [aux_sym_remote_command_token1] = ACTIONS(688), - [aux_sym_remote_forward_token1] = ACTIONS(688), - [aux_sym_request_tty_token1] = ACTIONS(688), - [aux_sym_revoked_host_keys_token1] = ACTIONS(688), - [aux_sym_security_key_provider_token1] = ACTIONS(688), - [aux_sym_send_env_token1] = ACTIONS(688), - [aux_sym_server_alive_count_max_token1] = ACTIONS(688), - [aux_sym_server_alive_interval_token1] = ACTIONS(688), - [aux_sym_session_type_token1] = ACTIONS(688), - [aux_sym_set_env_token1] = ACTIONS(688), - [aux_sym_stdin_null_token1] = ACTIONS(688), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(688), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(688), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(688), - [aux_sym_syslog_facility_token1] = ACTIONS(688), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(688), - [aux_sym_keep_alive_token1] = ACTIONS(688), - [aux_sym_tunnel_token1] = ACTIONS(690), - [aux_sym_tunnel_device_token1] = ACTIONS(688), - [aux_sym_update_host_keys_token1] = ACTIONS(688), - [aux_sym_use_keychain_token1] = ACTIONS(688), - [aux_sym_use_roaming_token1] = ACTIONS(688), - [aux_sym_user_token1] = ACTIONS(690), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(688), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(688), - [aux_sym_visual_host_key_token1] = ACTIONS(688), - [aux_sym_xauth_location_token1] = ACTIONS(688), + [ts_builtin_sym_end] = ACTIONS(1371), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1373), + [aux_sym_match_token1] = ACTIONS(1371), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1371), + [aux_sym_address_family_token1] = ACTIONS(1371), + [aux_sym_batch_mode_token1] = ACTIONS(1371), + [aux_sym_bind_address_token1] = ACTIONS(1371), + [aux_sym_bind_interface_token1] = ACTIONS(1371), + [aux_sym_canonical_domains_token1] = ACTIONS(1371), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1371), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1371), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1371), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1371), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1371), + [aux_sym_certificate_file_token1] = ACTIONS(1371), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1371), + [aux_sym_check_host_ip_token1] = ACTIONS(1371), + [aux_sym_ciphers_token1] = ACTIONS(1371), + [aux_sym_cipher_token1] = ACTIONS(1373), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1371), + [aux_sym_compression_token1] = ACTIONS(1371), + [aux_sym_connection_attempts_token1] = ACTIONS(1371), + [aux_sym_connect_timeout_token1] = ACTIONS(1371), + [aux_sym_control_master_token1] = ACTIONS(1371), + [aux_sym_control_path_token1] = ACTIONS(1371), + [aux_sym_control_persist_token1] = ACTIONS(1371), + [aux_sym_dynamic_forward_token1] = ACTIONS(1371), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1371), + [aux_sym_escape_char_token1] = ACTIONS(1371), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1371), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1371), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1371), + [aux_sym_forward_agent_token1] = ACTIONS(1371), + [aux_sym_forward_x11_token1] = ACTIONS(1373), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1371), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1371), + [aux_sym_gateway_ports_token1] = ACTIONS(1371), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1371), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1371), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1371), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1371), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1371), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1371), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1371), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1371), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1371), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1371), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1371), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1371), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1371), + [aux_sym_host_key_alias_token1] = ACTIONS(1371), + [aux_sym_hostname_token1] = ACTIONS(1371), + [aux_sym_identities_only_token1] = ACTIONS(1371), + [aux_sym_identity_agent_token1] = ACTIONS(1371), + [aux_sym_identity_file_token1] = ACTIONS(1371), + [aux_sym_ignore_unknown_token1] = ACTIONS(1371), + [aux_sym_include_token1] = ACTIONS(1371), + [aux_sym_ip_qos_token1] = ACTIONS(1371), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1371), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1371), + [aux_sym_kex_algorithms_token1] = ACTIONS(1371), + [aux_sym_known_hosts_command_token1] = ACTIONS(1371), + [aux_sym_local_command_token1] = ACTIONS(1371), + [aux_sym_local_forward_token1] = ACTIONS(1371), + [aux_sym_log_level_token1] = ACTIONS(1371), + [aux_sym_log_verbose_token1] = ACTIONS(1371), + [aux_sym_macs_token1] = ACTIONS(1371), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1371), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1371), + [aux_sym_password_authentication_token1] = ACTIONS(1371), + [aux_sym_permit_local_command_token1] = ACTIONS(1371), + [aux_sym_permit_remote_open_token1] = ACTIONS(1371), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1371), + [aux_sym_port_token1] = ACTIONS(1371), + [aux_sym_preferred_authentications_token1] = ACTIONS(1371), + [aux_sym_protocol_token1] = ACTIONS(1371), + [aux_sym_proxy_command_token1] = ACTIONS(1371), + [aux_sym_proxy_jump_token1] = ACTIONS(1371), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1371), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1371), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1371), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1371), + [aux_sym_rekey_limit_token1] = ACTIONS(1371), + [aux_sym_remote_command_token1] = ACTIONS(1371), + [aux_sym_remote_forward_token1] = ACTIONS(1371), + [aux_sym_request_tty_token1] = ACTIONS(1371), + [aux_sym_required_rsa_size_token1] = ACTIONS(1371), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1371), + [aux_sym_security_key_provider_token1] = ACTIONS(1371), + [aux_sym_send_env_token1] = ACTIONS(1371), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1371), + [aux_sym_server_alive_interval_token1] = ACTIONS(1371), + [aux_sym_session_type_token1] = ACTIONS(1371), + [aux_sym_set_env_token1] = ACTIONS(1371), + [aux_sym_stdin_null_token1] = ACTIONS(1371), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1371), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1371), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1371), + [aux_sym_syslog_facility_token1] = ACTIONS(1371), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1371), + [aux_sym_keep_alive_token1] = ACTIONS(1371), + [aux_sym_tunnel_token1] = ACTIONS(1373), + [aux_sym_tunnel_device_token1] = ACTIONS(1371), + [aux_sym_update_host_keys_token1] = ACTIONS(1371), + [aux_sym_use_keychain_token1] = ACTIONS(1371), + [aux_sym_use_roaming_token1] = ACTIONS(1371), + [aux_sym_user_token1] = ACTIONS(1373), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1371), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1371), + [aux_sym_visual_host_key_token1] = ACTIONS(1371), + [aux_sym_xauth_location_token1] = ACTIONS(1371), }, [725] = { - [ts_builtin_sym_end] = ACTIONS(1414), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1416), - [aux_sym_match_token1] = ACTIONS(1414), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1414), - [aux_sym_address_family_token1] = ACTIONS(1414), - [aux_sym_batch_mode_token1] = ACTIONS(1414), - [aux_sym_bind_address_token1] = ACTIONS(1414), - [aux_sym_bind_interface_token1] = ACTIONS(1414), - [aux_sym_canonical_domains_token1] = ACTIONS(1414), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1414), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1414), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1414), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1414), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1414), - [aux_sym_certificate_file_token1] = ACTIONS(1414), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1414), - [aux_sym_check_host_ip_token1] = ACTIONS(1414), - [aux_sym_ciphers_token1] = ACTIONS(1414), - [aux_sym_cipher_token1] = ACTIONS(1416), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1414), - [aux_sym_compression_token1] = ACTIONS(1414), - [aux_sym_connection_attempts_token1] = ACTIONS(1414), - [aux_sym_connect_timeout_token1] = ACTIONS(1414), - [aux_sym_control_master_token1] = ACTIONS(1414), - [aux_sym_control_path_token1] = ACTIONS(1414), - [aux_sym_control_persist_token1] = ACTIONS(1414), - [aux_sym_dynamic_forward_token1] = ACTIONS(1414), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1414), - [aux_sym_escape_char_token1] = ACTIONS(1414), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1414), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1414), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1414), - [aux_sym_forward_agent_token1] = ACTIONS(1414), - [aux_sym_forward_x11_token1] = ACTIONS(1416), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1414), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1414), - [aux_sym_gateway_ports_token1] = ACTIONS(1414), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1414), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1414), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1414), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1414), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1414), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1414), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1414), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1414), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1414), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1414), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1414), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1414), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1414), - [aux_sym_host_key_alias_token1] = ACTIONS(1414), - [aux_sym_hostname_token1] = ACTIONS(1414), - [aux_sym_identities_only_token1] = ACTIONS(1414), - [aux_sym_identity_agent_token1] = ACTIONS(1414), - [aux_sym_identity_file_token1] = ACTIONS(1414), - [aux_sym_ignore_unknown_token1] = ACTIONS(1414), - [aux_sym_include_token1] = ACTIONS(1414), - [aux_sym_ip_qos_token1] = ACTIONS(1414), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1414), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1414), - [aux_sym_kex_algorithms_token1] = ACTIONS(1414), - [aux_sym_known_hosts_command_token1] = ACTIONS(1414), - [aux_sym_local_command_token1] = ACTIONS(1414), - [aux_sym_local_forward_token1] = ACTIONS(1414), - [aux_sym_log_level_token1] = ACTIONS(1414), - [aux_sym_log_verbose_token1] = ACTIONS(1414), - [aux_sym_macs_token1] = ACTIONS(1414), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1414), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1414), - [aux_sym_password_authentication_token1] = ACTIONS(1414), - [aux_sym_permit_local_command_token1] = ACTIONS(1414), - [aux_sym_permit_remote_open_token1] = ACTIONS(1414), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1414), - [aux_sym_port_token1] = ACTIONS(1414), - [aux_sym_preferred_authentications_token1] = ACTIONS(1414), - [aux_sym_protocol_token1] = ACTIONS(1414), - [aux_sym_proxy_command_token1] = ACTIONS(1414), - [aux_sym_proxy_jump_token1] = ACTIONS(1414), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1414), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1414), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1414), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1414), - [aux_sym_rekey_limit_token1] = ACTIONS(1414), - [aux_sym_remote_command_token1] = ACTIONS(1414), - [aux_sym_remote_forward_token1] = ACTIONS(1414), - [aux_sym_request_tty_token1] = ACTIONS(1414), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1414), - [aux_sym_security_key_provider_token1] = ACTIONS(1414), - [aux_sym_send_env_token1] = ACTIONS(1414), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1414), - [aux_sym_server_alive_interval_token1] = ACTIONS(1414), - [aux_sym_session_type_token1] = ACTIONS(1414), - [aux_sym_set_env_token1] = ACTIONS(1414), - [aux_sym_stdin_null_token1] = ACTIONS(1414), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1414), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1414), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1414), - [aux_sym_syslog_facility_token1] = ACTIONS(1414), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1414), - [aux_sym_keep_alive_token1] = ACTIONS(1414), - [aux_sym_tunnel_token1] = ACTIONS(1416), - [aux_sym_tunnel_device_token1] = ACTIONS(1414), - [aux_sym_update_host_keys_token1] = ACTIONS(1414), - [aux_sym_use_keychain_token1] = ACTIONS(1414), - [aux_sym_use_roaming_token1] = ACTIONS(1414), - [aux_sym_user_token1] = ACTIONS(1416), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1414), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1414), - [aux_sym_visual_host_key_token1] = ACTIONS(1414), - [aux_sym_xauth_location_token1] = ACTIONS(1414), + [ts_builtin_sym_end] = ACTIONS(1377), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1379), + [aux_sym_match_token1] = ACTIONS(1377), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1377), + [aux_sym_address_family_token1] = ACTIONS(1377), + [aux_sym_batch_mode_token1] = ACTIONS(1377), + [aux_sym_bind_address_token1] = ACTIONS(1377), + [aux_sym_bind_interface_token1] = ACTIONS(1377), + [aux_sym_canonical_domains_token1] = ACTIONS(1377), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1377), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1377), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1377), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1377), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1377), + [aux_sym_certificate_file_token1] = ACTIONS(1377), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1377), + [aux_sym_check_host_ip_token1] = ACTIONS(1377), + [aux_sym_ciphers_token1] = ACTIONS(1377), + [aux_sym_cipher_token1] = ACTIONS(1379), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1377), + [aux_sym_compression_token1] = ACTIONS(1377), + [aux_sym_connection_attempts_token1] = ACTIONS(1377), + [aux_sym_connect_timeout_token1] = ACTIONS(1377), + [aux_sym_control_master_token1] = ACTIONS(1377), + [aux_sym_control_path_token1] = ACTIONS(1377), + [aux_sym_control_persist_token1] = ACTIONS(1377), + [aux_sym_dynamic_forward_token1] = ACTIONS(1377), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1377), + [aux_sym_escape_char_token1] = ACTIONS(1377), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1377), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1377), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1377), + [aux_sym_forward_agent_token1] = ACTIONS(1377), + [aux_sym_forward_x11_token1] = ACTIONS(1379), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1377), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1377), + [aux_sym_gateway_ports_token1] = ACTIONS(1377), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1377), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1377), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1377), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1377), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1377), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1377), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1377), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1377), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1377), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1377), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1377), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1377), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1377), + [aux_sym_host_key_alias_token1] = ACTIONS(1377), + [aux_sym_hostname_token1] = ACTIONS(1377), + [aux_sym_identities_only_token1] = ACTIONS(1377), + [aux_sym_identity_agent_token1] = ACTIONS(1377), + [aux_sym_identity_file_token1] = ACTIONS(1377), + [aux_sym_ignore_unknown_token1] = ACTIONS(1377), + [aux_sym_include_token1] = ACTIONS(1377), + [aux_sym_ip_qos_token1] = ACTIONS(1377), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1377), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1377), + [aux_sym_kex_algorithms_token1] = ACTIONS(1377), + [aux_sym_known_hosts_command_token1] = ACTIONS(1377), + [aux_sym_local_command_token1] = ACTIONS(1377), + [aux_sym_local_forward_token1] = ACTIONS(1377), + [aux_sym_log_level_token1] = ACTIONS(1377), + [aux_sym_log_verbose_token1] = ACTIONS(1377), + [aux_sym_macs_token1] = ACTIONS(1377), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1377), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1377), + [aux_sym_password_authentication_token1] = ACTIONS(1377), + [aux_sym_permit_local_command_token1] = ACTIONS(1377), + [aux_sym_permit_remote_open_token1] = ACTIONS(1377), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1377), + [aux_sym_port_token1] = ACTIONS(1377), + [aux_sym_preferred_authentications_token1] = ACTIONS(1377), + [aux_sym_protocol_token1] = ACTIONS(1377), + [aux_sym_proxy_command_token1] = ACTIONS(1377), + [aux_sym_proxy_jump_token1] = ACTIONS(1377), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1377), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1377), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1377), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1377), + [aux_sym_rekey_limit_token1] = ACTIONS(1377), + [aux_sym_remote_command_token1] = ACTIONS(1377), + [aux_sym_remote_forward_token1] = ACTIONS(1377), + [aux_sym_request_tty_token1] = ACTIONS(1377), + [aux_sym_required_rsa_size_token1] = ACTIONS(1377), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1377), + [aux_sym_security_key_provider_token1] = ACTIONS(1377), + [aux_sym_send_env_token1] = ACTIONS(1377), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1377), + [aux_sym_server_alive_interval_token1] = ACTIONS(1377), + [aux_sym_session_type_token1] = ACTIONS(1377), + [aux_sym_set_env_token1] = ACTIONS(1377), + [aux_sym_stdin_null_token1] = ACTIONS(1377), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1377), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1377), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1377), + [aux_sym_syslog_facility_token1] = ACTIONS(1377), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1377), + [aux_sym_keep_alive_token1] = ACTIONS(1377), + [aux_sym_tunnel_token1] = ACTIONS(1379), + [aux_sym_tunnel_device_token1] = ACTIONS(1377), + [aux_sym_update_host_keys_token1] = ACTIONS(1377), + [aux_sym_use_keychain_token1] = ACTIONS(1377), + [aux_sym_use_roaming_token1] = ACTIONS(1377), + [aux_sym_user_token1] = ACTIONS(1379), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1377), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1377), + [aux_sym_visual_host_key_token1] = ACTIONS(1377), + [aux_sym_xauth_location_token1] = ACTIONS(1377), }, [726] = { - [ts_builtin_sym_end] = ACTIONS(1738), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1740), - [aux_sym_match_token1] = ACTIONS(1738), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1738), - [aux_sym_address_family_token1] = ACTIONS(1738), - [aux_sym_batch_mode_token1] = ACTIONS(1738), - [aux_sym_bind_address_token1] = ACTIONS(1738), - [aux_sym_bind_interface_token1] = ACTIONS(1738), - [aux_sym_canonical_domains_token1] = ACTIONS(1738), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1738), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1738), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1738), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1738), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1738), - [aux_sym_certificate_file_token1] = ACTIONS(1738), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1738), - [aux_sym_check_host_ip_token1] = ACTIONS(1738), - [aux_sym_ciphers_token1] = ACTIONS(1738), - [aux_sym_cipher_token1] = ACTIONS(1740), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1738), - [aux_sym_compression_token1] = ACTIONS(1738), - [aux_sym_connection_attempts_token1] = ACTIONS(1738), - [aux_sym_connect_timeout_token1] = ACTIONS(1738), - [aux_sym_control_master_token1] = ACTIONS(1738), - [aux_sym_control_path_token1] = ACTIONS(1738), - [aux_sym_control_persist_token1] = ACTIONS(1738), - [aux_sym_dynamic_forward_token1] = ACTIONS(1738), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1738), - [aux_sym_escape_char_token1] = ACTIONS(1738), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1738), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1738), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1738), - [aux_sym_forward_agent_token1] = ACTIONS(1738), - [aux_sym_forward_x11_token1] = ACTIONS(1740), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1738), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1738), - [aux_sym_gateway_ports_token1] = ACTIONS(1738), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1738), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1738), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1738), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1738), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1738), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1738), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1738), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1738), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1738), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1738), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1738), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1738), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1738), - [aux_sym_host_key_alias_token1] = ACTIONS(1738), - [aux_sym_hostname_token1] = ACTIONS(1738), - [aux_sym_identities_only_token1] = ACTIONS(1738), - [aux_sym_identity_agent_token1] = ACTIONS(1738), - [aux_sym_identity_file_token1] = ACTIONS(1738), - [aux_sym_ignore_unknown_token1] = ACTIONS(1738), - [aux_sym_include_token1] = ACTIONS(1738), - [aux_sym_ip_qos_token1] = ACTIONS(1738), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1738), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1738), - [aux_sym_kex_algorithms_token1] = ACTIONS(1738), - [aux_sym_known_hosts_command_token1] = ACTIONS(1738), - [aux_sym_local_command_token1] = ACTIONS(1738), - [aux_sym_local_forward_token1] = ACTIONS(1738), - [aux_sym_log_level_token1] = ACTIONS(1738), - [aux_sym_log_verbose_token1] = ACTIONS(1738), - [aux_sym_macs_token1] = ACTIONS(1738), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1738), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1738), - [aux_sym_password_authentication_token1] = ACTIONS(1738), - [aux_sym_permit_local_command_token1] = ACTIONS(1738), - [aux_sym_permit_remote_open_token1] = ACTIONS(1738), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1738), - [aux_sym_port_token1] = ACTIONS(1738), - [aux_sym_preferred_authentications_token1] = ACTIONS(1738), - [aux_sym_protocol_token1] = ACTIONS(1738), - [aux_sym_proxy_command_token1] = ACTIONS(1738), - [aux_sym_proxy_jump_token1] = ACTIONS(1738), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1738), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1738), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1738), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1738), - [aux_sym_rekey_limit_token1] = ACTIONS(1738), - [aux_sym_remote_command_token1] = ACTIONS(1738), - [aux_sym_remote_forward_token1] = ACTIONS(1738), - [aux_sym_request_tty_token1] = ACTIONS(1738), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1738), - [aux_sym_security_key_provider_token1] = ACTIONS(1738), - [aux_sym_send_env_token1] = ACTIONS(1738), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1738), - [aux_sym_server_alive_interval_token1] = ACTIONS(1738), - [aux_sym_session_type_token1] = ACTIONS(1738), - [aux_sym_set_env_token1] = ACTIONS(1738), - [aux_sym_stdin_null_token1] = ACTIONS(1738), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1738), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1738), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1738), - [aux_sym_syslog_facility_token1] = ACTIONS(1738), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1738), - [aux_sym_keep_alive_token1] = ACTIONS(1738), - [aux_sym_tunnel_token1] = ACTIONS(1740), - [aux_sym_tunnel_device_token1] = ACTIONS(1738), - [aux_sym_update_host_keys_token1] = ACTIONS(1738), - [aux_sym_use_keychain_token1] = ACTIONS(1738), - [aux_sym_use_roaming_token1] = ACTIONS(1738), - [aux_sym_user_token1] = ACTIONS(1740), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1738), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1738), - [aux_sym_visual_host_key_token1] = ACTIONS(1738), - [aux_sym_xauth_location_token1] = ACTIONS(1738), + [ts_builtin_sym_end] = ACTIONS(1767), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1769), + [aux_sym_match_token1] = ACTIONS(1767), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1767), + [aux_sym_address_family_token1] = ACTIONS(1767), + [aux_sym_batch_mode_token1] = ACTIONS(1767), + [aux_sym_bind_address_token1] = ACTIONS(1767), + [aux_sym_bind_interface_token1] = ACTIONS(1767), + [aux_sym_canonical_domains_token1] = ACTIONS(1767), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1767), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1767), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1767), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1767), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1767), + [aux_sym_certificate_file_token1] = ACTIONS(1767), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1767), + [aux_sym_check_host_ip_token1] = ACTIONS(1767), + [aux_sym_ciphers_token1] = ACTIONS(1767), + [aux_sym_cipher_token1] = ACTIONS(1769), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1767), + [aux_sym_compression_token1] = ACTIONS(1767), + [aux_sym_connection_attempts_token1] = ACTIONS(1767), + [aux_sym_connect_timeout_token1] = ACTIONS(1767), + [aux_sym_control_master_token1] = ACTIONS(1767), + [aux_sym_control_path_token1] = ACTIONS(1767), + [aux_sym_control_persist_token1] = ACTIONS(1767), + [aux_sym_dynamic_forward_token1] = ACTIONS(1767), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1767), + [aux_sym_escape_char_token1] = ACTIONS(1767), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1767), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1767), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1767), + [aux_sym_forward_agent_token1] = ACTIONS(1767), + [aux_sym_forward_x11_token1] = ACTIONS(1769), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1767), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1767), + [aux_sym_gateway_ports_token1] = ACTIONS(1767), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1767), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1767), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1767), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1767), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1767), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1767), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1767), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1767), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1767), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1767), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1767), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1767), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1767), + [aux_sym_host_key_alias_token1] = ACTIONS(1767), + [aux_sym_hostname_token1] = ACTIONS(1767), + [aux_sym_identities_only_token1] = ACTIONS(1767), + [aux_sym_identity_agent_token1] = ACTIONS(1767), + [aux_sym_identity_file_token1] = ACTIONS(1767), + [aux_sym_ignore_unknown_token1] = ACTIONS(1767), + [aux_sym_include_token1] = ACTIONS(1767), + [aux_sym_ip_qos_token1] = ACTIONS(1767), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1767), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1767), + [aux_sym_kex_algorithms_token1] = ACTIONS(1767), + [aux_sym_known_hosts_command_token1] = ACTIONS(1767), + [aux_sym_local_command_token1] = ACTIONS(1767), + [aux_sym_local_forward_token1] = ACTIONS(1767), + [aux_sym_log_level_token1] = ACTIONS(1767), + [aux_sym_log_verbose_token1] = ACTIONS(1767), + [aux_sym_macs_token1] = ACTIONS(1767), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1767), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1767), + [aux_sym_password_authentication_token1] = ACTIONS(1767), + [aux_sym_permit_local_command_token1] = ACTIONS(1767), + [aux_sym_permit_remote_open_token1] = ACTIONS(1767), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1767), + [aux_sym_port_token1] = ACTIONS(1767), + [aux_sym_preferred_authentications_token1] = ACTIONS(1767), + [aux_sym_protocol_token1] = ACTIONS(1767), + [aux_sym_proxy_command_token1] = ACTIONS(1767), + [aux_sym_proxy_jump_token1] = ACTIONS(1767), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1767), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1767), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1767), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1767), + [aux_sym_rekey_limit_token1] = ACTIONS(1767), + [aux_sym_remote_command_token1] = ACTIONS(1767), + [aux_sym_remote_forward_token1] = ACTIONS(1767), + [aux_sym_request_tty_token1] = ACTIONS(1767), + [aux_sym_required_rsa_size_token1] = ACTIONS(1767), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1767), + [aux_sym_security_key_provider_token1] = ACTIONS(1767), + [aux_sym_send_env_token1] = ACTIONS(1767), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1767), + [aux_sym_server_alive_interval_token1] = ACTIONS(1767), + [aux_sym_session_type_token1] = ACTIONS(1767), + [aux_sym_set_env_token1] = ACTIONS(1767), + [aux_sym_stdin_null_token1] = ACTIONS(1767), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1767), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1767), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1767), + [aux_sym_syslog_facility_token1] = ACTIONS(1767), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1767), + [aux_sym_keep_alive_token1] = ACTIONS(1767), + [aux_sym_tunnel_token1] = ACTIONS(1769), + [aux_sym_tunnel_device_token1] = ACTIONS(1767), + [aux_sym_update_host_keys_token1] = ACTIONS(1767), + [aux_sym_use_keychain_token1] = ACTIONS(1767), + [aux_sym_use_roaming_token1] = ACTIONS(1767), + [aux_sym_user_token1] = ACTIONS(1769), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1767), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1767), + [aux_sym_visual_host_key_token1] = ACTIONS(1767), + [aux_sym_xauth_location_token1] = ACTIONS(1767), }, [727] = { - [ts_builtin_sym_end] = ACTIONS(1474), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1476), - [aux_sym_match_token1] = ACTIONS(1474), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1474), - [aux_sym_address_family_token1] = ACTIONS(1474), - [aux_sym_batch_mode_token1] = ACTIONS(1474), - [aux_sym_bind_address_token1] = ACTIONS(1474), - [aux_sym_bind_interface_token1] = ACTIONS(1474), - [aux_sym_canonical_domains_token1] = ACTIONS(1474), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1474), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1474), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1474), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1474), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1474), - [aux_sym_certificate_file_token1] = ACTIONS(1474), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1474), - [aux_sym_check_host_ip_token1] = ACTIONS(1474), - [aux_sym_ciphers_token1] = ACTIONS(1474), - [aux_sym_cipher_token1] = ACTIONS(1476), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1474), - [aux_sym_compression_token1] = ACTIONS(1474), - [aux_sym_connection_attempts_token1] = ACTIONS(1474), - [aux_sym_connect_timeout_token1] = ACTIONS(1474), - [aux_sym_control_master_token1] = ACTIONS(1474), - [aux_sym_control_path_token1] = ACTIONS(1474), - [aux_sym_control_persist_token1] = ACTIONS(1474), - [aux_sym_dynamic_forward_token1] = ACTIONS(1474), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1474), - [aux_sym_escape_char_token1] = ACTIONS(1474), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1474), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1474), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1474), - [aux_sym_forward_agent_token1] = ACTIONS(1474), - [aux_sym_forward_x11_token1] = ACTIONS(1476), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1474), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1474), - [aux_sym_gateway_ports_token1] = ACTIONS(1474), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1474), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1474), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1474), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1474), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1474), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1474), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1474), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1474), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1474), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1474), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1474), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1474), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1474), - [aux_sym_host_key_alias_token1] = ACTIONS(1474), - [aux_sym_hostname_token1] = ACTIONS(1474), - [aux_sym_identities_only_token1] = ACTIONS(1474), - [aux_sym_identity_agent_token1] = ACTIONS(1474), - [aux_sym_identity_file_token1] = ACTIONS(1474), - [aux_sym_ignore_unknown_token1] = ACTIONS(1474), - [aux_sym_include_token1] = ACTIONS(1474), - [aux_sym_ip_qos_token1] = ACTIONS(1474), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1474), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1474), - [aux_sym_kex_algorithms_token1] = ACTIONS(1474), - [aux_sym_known_hosts_command_token1] = ACTIONS(1474), - [aux_sym_local_command_token1] = ACTIONS(1474), - [aux_sym_local_forward_token1] = ACTIONS(1474), - [aux_sym_log_level_token1] = ACTIONS(1474), - [aux_sym_log_verbose_token1] = ACTIONS(1474), - [aux_sym_macs_token1] = ACTIONS(1474), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1474), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1474), - [aux_sym_password_authentication_token1] = ACTIONS(1474), - [aux_sym_permit_local_command_token1] = ACTIONS(1474), - [aux_sym_permit_remote_open_token1] = ACTIONS(1474), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1474), - [aux_sym_port_token1] = ACTIONS(1474), - [aux_sym_preferred_authentications_token1] = ACTIONS(1474), - [aux_sym_protocol_token1] = ACTIONS(1474), - [aux_sym_proxy_command_token1] = ACTIONS(1474), - [aux_sym_proxy_jump_token1] = ACTIONS(1474), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1474), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1474), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1474), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1474), - [aux_sym_rekey_limit_token1] = ACTIONS(1474), - [aux_sym_remote_command_token1] = ACTIONS(1474), - [aux_sym_remote_forward_token1] = ACTIONS(1474), - [aux_sym_request_tty_token1] = ACTIONS(1474), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1474), - [aux_sym_security_key_provider_token1] = ACTIONS(1474), - [aux_sym_send_env_token1] = ACTIONS(1474), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1474), - [aux_sym_server_alive_interval_token1] = ACTIONS(1474), - [aux_sym_session_type_token1] = ACTIONS(1474), - [aux_sym_set_env_token1] = ACTIONS(1474), - [aux_sym_stdin_null_token1] = ACTIONS(1474), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1474), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1474), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1474), - [aux_sym_syslog_facility_token1] = ACTIONS(1474), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1474), - [aux_sym_keep_alive_token1] = ACTIONS(1474), - [aux_sym_tunnel_token1] = ACTIONS(1476), - [aux_sym_tunnel_device_token1] = ACTIONS(1474), - [aux_sym_update_host_keys_token1] = ACTIONS(1474), - [aux_sym_use_keychain_token1] = ACTIONS(1474), - [aux_sym_use_roaming_token1] = ACTIONS(1474), - [aux_sym_user_token1] = ACTIONS(1476), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1474), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1474), - [aux_sym_visual_host_key_token1] = ACTIONS(1474), - [aux_sym_xauth_location_token1] = ACTIONS(1474), + [ts_builtin_sym_end] = ACTIONS(1383), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1385), + [aux_sym_match_token1] = ACTIONS(1383), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1383), + [aux_sym_address_family_token1] = ACTIONS(1383), + [aux_sym_batch_mode_token1] = ACTIONS(1383), + [aux_sym_bind_address_token1] = ACTIONS(1383), + [aux_sym_bind_interface_token1] = ACTIONS(1383), + [aux_sym_canonical_domains_token1] = ACTIONS(1383), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1383), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1383), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1383), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1383), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1383), + [aux_sym_certificate_file_token1] = ACTIONS(1383), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1383), + [aux_sym_check_host_ip_token1] = ACTIONS(1383), + [aux_sym_ciphers_token1] = ACTIONS(1383), + [aux_sym_cipher_token1] = ACTIONS(1385), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1383), + [aux_sym_compression_token1] = ACTIONS(1383), + [aux_sym_connection_attempts_token1] = ACTIONS(1383), + [aux_sym_connect_timeout_token1] = ACTIONS(1383), + [aux_sym_control_master_token1] = ACTIONS(1383), + [aux_sym_control_path_token1] = ACTIONS(1383), + [aux_sym_control_persist_token1] = ACTIONS(1383), + [aux_sym_dynamic_forward_token1] = ACTIONS(1383), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1383), + [aux_sym_escape_char_token1] = ACTIONS(1383), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1383), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1383), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1383), + [aux_sym_forward_agent_token1] = ACTIONS(1383), + [aux_sym_forward_x11_token1] = ACTIONS(1385), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1383), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1383), + [aux_sym_gateway_ports_token1] = ACTIONS(1383), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1383), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1383), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1383), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1383), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1383), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1383), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1383), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1383), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1383), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1383), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1383), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1383), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1383), + [aux_sym_host_key_alias_token1] = ACTIONS(1383), + [aux_sym_hostname_token1] = ACTIONS(1383), + [aux_sym_identities_only_token1] = ACTIONS(1383), + [aux_sym_identity_agent_token1] = ACTIONS(1383), + [aux_sym_identity_file_token1] = ACTIONS(1383), + [aux_sym_ignore_unknown_token1] = ACTIONS(1383), + [aux_sym_include_token1] = ACTIONS(1383), + [aux_sym_ip_qos_token1] = ACTIONS(1383), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1383), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1383), + [aux_sym_kex_algorithms_token1] = ACTIONS(1383), + [aux_sym_known_hosts_command_token1] = ACTIONS(1383), + [aux_sym_local_command_token1] = ACTIONS(1383), + [aux_sym_local_forward_token1] = ACTIONS(1383), + [aux_sym_log_level_token1] = ACTIONS(1383), + [aux_sym_log_verbose_token1] = ACTIONS(1383), + [aux_sym_macs_token1] = ACTIONS(1383), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1383), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1383), + [aux_sym_password_authentication_token1] = ACTIONS(1383), + [aux_sym_permit_local_command_token1] = ACTIONS(1383), + [aux_sym_permit_remote_open_token1] = ACTIONS(1383), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1383), + [aux_sym_port_token1] = ACTIONS(1383), + [aux_sym_preferred_authentications_token1] = ACTIONS(1383), + [aux_sym_protocol_token1] = ACTIONS(1383), + [aux_sym_proxy_command_token1] = ACTIONS(1383), + [aux_sym_proxy_jump_token1] = ACTIONS(1383), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1383), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1383), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1383), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1383), + [aux_sym_rekey_limit_token1] = ACTIONS(1383), + [aux_sym_remote_command_token1] = ACTIONS(1383), + [aux_sym_remote_forward_token1] = ACTIONS(1383), + [aux_sym_request_tty_token1] = ACTIONS(1383), + [aux_sym_required_rsa_size_token1] = ACTIONS(1383), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1383), + [aux_sym_security_key_provider_token1] = ACTIONS(1383), + [aux_sym_send_env_token1] = ACTIONS(1383), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1383), + [aux_sym_server_alive_interval_token1] = ACTIONS(1383), + [aux_sym_session_type_token1] = ACTIONS(1383), + [aux_sym_set_env_token1] = ACTIONS(1383), + [aux_sym_stdin_null_token1] = ACTIONS(1383), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1383), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1383), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1383), + [aux_sym_syslog_facility_token1] = ACTIONS(1383), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1383), + [aux_sym_keep_alive_token1] = ACTIONS(1383), + [aux_sym_tunnel_token1] = ACTIONS(1385), + [aux_sym_tunnel_device_token1] = ACTIONS(1383), + [aux_sym_update_host_keys_token1] = ACTIONS(1383), + [aux_sym_use_keychain_token1] = ACTIONS(1383), + [aux_sym_use_roaming_token1] = ACTIONS(1383), + [aux_sym_user_token1] = ACTIONS(1385), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1383), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1383), + [aux_sym_visual_host_key_token1] = ACTIONS(1383), + [aux_sym_xauth_location_token1] = ACTIONS(1383), }, [728] = { - [ts_builtin_sym_end] = ACTIONS(1636), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1638), - [aux_sym_match_token1] = ACTIONS(1636), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1636), - [aux_sym_address_family_token1] = ACTIONS(1636), - [aux_sym_batch_mode_token1] = ACTIONS(1636), - [aux_sym_bind_address_token1] = ACTIONS(1636), - [aux_sym_bind_interface_token1] = ACTIONS(1636), - [aux_sym_canonical_domains_token1] = ACTIONS(1636), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1636), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1636), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1636), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1636), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1636), - [aux_sym_certificate_file_token1] = ACTIONS(1636), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1636), - [aux_sym_check_host_ip_token1] = ACTIONS(1636), - [aux_sym_ciphers_token1] = ACTIONS(1636), - [aux_sym_cipher_token1] = ACTIONS(1638), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1636), - [aux_sym_compression_token1] = ACTIONS(1636), - [aux_sym_connection_attempts_token1] = ACTIONS(1636), - [aux_sym_connect_timeout_token1] = ACTIONS(1636), - [aux_sym_control_master_token1] = ACTIONS(1636), - [aux_sym_control_path_token1] = ACTIONS(1636), - [aux_sym_control_persist_token1] = ACTIONS(1636), - [aux_sym_dynamic_forward_token1] = ACTIONS(1636), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1636), - [aux_sym_escape_char_token1] = ACTIONS(1636), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1636), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1636), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1636), - [aux_sym_forward_agent_token1] = ACTIONS(1636), - [aux_sym_forward_x11_token1] = ACTIONS(1638), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1636), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1636), - [aux_sym_gateway_ports_token1] = ACTIONS(1636), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1636), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1636), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1636), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1636), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1636), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1636), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1636), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1636), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1636), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1636), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1636), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1636), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1636), - [aux_sym_host_key_alias_token1] = ACTIONS(1636), - [aux_sym_hostname_token1] = ACTIONS(1636), - [aux_sym_identities_only_token1] = ACTIONS(1636), - [aux_sym_identity_agent_token1] = ACTIONS(1636), - [aux_sym_identity_file_token1] = ACTIONS(1636), - [aux_sym_ignore_unknown_token1] = ACTIONS(1636), - [aux_sym_include_token1] = ACTIONS(1636), - [aux_sym_ip_qos_token1] = ACTIONS(1636), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1636), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1636), - [aux_sym_kex_algorithms_token1] = ACTIONS(1636), - [aux_sym_known_hosts_command_token1] = ACTIONS(1636), - [aux_sym_local_command_token1] = ACTIONS(1636), - [aux_sym_local_forward_token1] = ACTIONS(1636), - [aux_sym_log_level_token1] = ACTIONS(1636), - [aux_sym_log_verbose_token1] = ACTIONS(1636), - [aux_sym_macs_token1] = ACTIONS(1636), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1636), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1636), - [aux_sym_password_authentication_token1] = ACTIONS(1636), - [aux_sym_permit_local_command_token1] = ACTIONS(1636), - [aux_sym_permit_remote_open_token1] = ACTIONS(1636), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1636), - [aux_sym_port_token1] = ACTIONS(1636), - [aux_sym_preferred_authentications_token1] = ACTIONS(1636), - [aux_sym_protocol_token1] = ACTIONS(1636), - [aux_sym_proxy_command_token1] = ACTIONS(1636), - [aux_sym_proxy_jump_token1] = ACTIONS(1636), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1636), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1636), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1636), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1636), - [aux_sym_rekey_limit_token1] = ACTIONS(1636), - [aux_sym_remote_command_token1] = ACTIONS(1636), - [aux_sym_remote_forward_token1] = ACTIONS(1636), - [aux_sym_request_tty_token1] = ACTIONS(1636), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1636), - [aux_sym_security_key_provider_token1] = ACTIONS(1636), - [aux_sym_send_env_token1] = ACTIONS(1636), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1636), - [aux_sym_server_alive_interval_token1] = ACTIONS(1636), - [aux_sym_session_type_token1] = ACTIONS(1636), - [aux_sym_set_env_token1] = ACTIONS(1636), - [aux_sym_stdin_null_token1] = ACTIONS(1636), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1636), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1636), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1636), - [aux_sym_syslog_facility_token1] = ACTIONS(1636), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1636), - [aux_sym_keep_alive_token1] = ACTIONS(1636), - [aux_sym_tunnel_token1] = ACTIONS(1638), - [aux_sym_tunnel_device_token1] = ACTIONS(1636), - [aux_sym_update_host_keys_token1] = ACTIONS(1636), - [aux_sym_use_keychain_token1] = ACTIONS(1636), - [aux_sym_use_roaming_token1] = ACTIONS(1636), - [aux_sym_user_token1] = ACTIONS(1638), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1636), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1636), - [aux_sym_visual_host_key_token1] = ACTIONS(1636), - [aux_sym_xauth_location_token1] = ACTIONS(1636), + [ts_builtin_sym_end] = ACTIONS(1389), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1391), + [aux_sym_match_token1] = ACTIONS(1389), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1389), + [aux_sym_address_family_token1] = ACTIONS(1389), + [aux_sym_batch_mode_token1] = ACTIONS(1389), + [aux_sym_bind_address_token1] = ACTIONS(1389), + [aux_sym_bind_interface_token1] = ACTIONS(1389), + [aux_sym_canonical_domains_token1] = ACTIONS(1389), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1389), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1389), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1389), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1389), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1389), + [aux_sym_certificate_file_token1] = ACTIONS(1389), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1389), + [aux_sym_check_host_ip_token1] = ACTIONS(1389), + [aux_sym_ciphers_token1] = ACTIONS(1389), + [aux_sym_cipher_token1] = ACTIONS(1391), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1389), + [aux_sym_compression_token1] = ACTIONS(1389), + [aux_sym_connection_attempts_token1] = ACTIONS(1389), + [aux_sym_connect_timeout_token1] = ACTIONS(1389), + [aux_sym_control_master_token1] = ACTIONS(1389), + [aux_sym_control_path_token1] = ACTIONS(1389), + [aux_sym_control_persist_token1] = ACTIONS(1389), + [aux_sym_dynamic_forward_token1] = ACTIONS(1389), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1389), + [aux_sym_escape_char_token1] = ACTIONS(1389), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1389), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1389), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1389), + [aux_sym_forward_agent_token1] = ACTIONS(1389), + [aux_sym_forward_x11_token1] = ACTIONS(1391), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1389), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1389), + [aux_sym_gateway_ports_token1] = ACTIONS(1389), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1389), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1389), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1389), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1389), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1389), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1389), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1389), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1389), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1389), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1389), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1389), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1389), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1389), + [aux_sym_host_key_alias_token1] = ACTIONS(1389), + [aux_sym_hostname_token1] = ACTIONS(1389), + [aux_sym_identities_only_token1] = ACTIONS(1389), + [aux_sym_identity_agent_token1] = ACTIONS(1389), + [aux_sym_identity_file_token1] = ACTIONS(1389), + [aux_sym_ignore_unknown_token1] = ACTIONS(1389), + [aux_sym_include_token1] = ACTIONS(1389), + [aux_sym_ip_qos_token1] = ACTIONS(1389), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1389), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1389), + [aux_sym_kex_algorithms_token1] = ACTIONS(1389), + [aux_sym_known_hosts_command_token1] = ACTIONS(1389), + [aux_sym_local_command_token1] = ACTIONS(1389), + [aux_sym_local_forward_token1] = ACTIONS(1389), + [aux_sym_log_level_token1] = ACTIONS(1389), + [aux_sym_log_verbose_token1] = ACTIONS(1389), + [aux_sym_macs_token1] = ACTIONS(1389), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1389), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1389), + [aux_sym_password_authentication_token1] = ACTIONS(1389), + [aux_sym_permit_local_command_token1] = ACTIONS(1389), + [aux_sym_permit_remote_open_token1] = ACTIONS(1389), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1389), + [aux_sym_port_token1] = ACTIONS(1389), + [aux_sym_preferred_authentications_token1] = ACTIONS(1389), + [aux_sym_protocol_token1] = ACTIONS(1389), + [aux_sym_proxy_command_token1] = ACTIONS(1389), + [aux_sym_proxy_jump_token1] = ACTIONS(1389), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1389), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1389), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1389), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1389), + [aux_sym_rekey_limit_token1] = ACTIONS(1389), + [aux_sym_remote_command_token1] = ACTIONS(1389), + [aux_sym_remote_forward_token1] = ACTIONS(1389), + [aux_sym_request_tty_token1] = ACTIONS(1389), + [aux_sym_required_rsa_size_token1] = ACTIONS(1389), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1389), + [aux_sym_security_key_provider_token1] = ACTIONS(1389), + [aux_sym_send_env_token1] = ACTIONS(1389), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1389), + [aux_sym_server_alive_interval_token1] = ACTIONS(1389), + [aux_sym_session_type_token1] = ACTIONS(1389), + [aux_sym_set_env_token1] = ACTIONS(1389), + [aux_sym_stdin_null_token1] = ACTIONS(1389), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1389), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1389), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1389), + [aux_sym_syslog_facility_token1] = ACTIONS(1389), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1389), + [aux_sym_keep_alive_token1] = ACTIONS(1389), + [aux_sym_tunnel_token1] = ACTIONS(1391), + [aux_sym_tunnel_device_token1] = ACTIONS(1389), + [aux_sym_update_host_keys_token1] = ACTIONS(1389), + [aux_sym_use_keychain_token1] = ACTIONS(1389), + [aux_sym_use_roaming_token1] = ACTIONS(1389), + [aux_sym_user_token1] = ACTIONS(1391), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1389), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1389), + [aux_sym_visual_host_key_token1] = ACTIONS(1389), + [aux_sym_xauth_location_token1] = ACTIONS(1389), }, [729] = { - [ts_builtin_sym_end] = ACTIONS(1732), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1734), - [aux_sym_match_token1] = ACTIONS(1732), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1732), - [aux_sym_address_family_token1] = ACTIONS(1732), - [aux_sym_batch_mode_token1] = ACTIONS(1732), - [aux_sym_bind_address_token1] = ACTIONS(1732), - [aux_sym_bind_interface_token1] = ACTIONS(1732), - [aux_sym_canonical_domains_token1] = ACTIONS(1732), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1732), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1732), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1732), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1732), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1732), - [aux_sym_certificate_file_token1] = ACTIONS(1732), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1732), - [aux_sym_check_host_ip_token1] = ACTIONS(1732), - [aux_sym_ciphers_token1] = ACTIONS(1732), - [aux_sym_cipher_token1] = ACTIONS(1734), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1732), - [aux_sym_compression_token1] = ACTIONS(1732), - [aux_sym_connection_attempts_token1] = ACTIONS(1732), - [aux_sym_connect_timeout_token1] = ACTIONS(1732), - [aux_sym_control_master_token1] = ACTIONS(1732), - [aux_sym_control_path_token1] = ACTIONS(1732), - [aux_sym_control_persist_token1] = ACTIONS(1732), - [aux_sym_dynamic_forward_token1] = ACTIONS(1732), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1732), - [aux_sym_escape_char_token1] = ACTIONS(1732), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1732), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1732), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1732), - [aux_sym_forward_agent_token1] = ACTIONS(1732), - [aux_sym_forward_x11_token1] = ACTIONS(1734), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1732), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1732), - [aux_sym_gateway_ports_token1] = ACTIONS(1732), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1732), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1732), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1732), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1732), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1732), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1732), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1732), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1732), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1732), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1732), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1732), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1732), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1732), - [aux_sym_host_key_alias_token1] = ACTIONS(1732), - [aux_sym_hostname_token1] = ACTIONS(1732), - [aux_sym_identities_only_token1] = ACTIONS(1732), - [aux_sym_identity_agent_token1] = ACTIONS(1732), - [aux_sym_identity_file_token1] = ACTIONS(1732), - [aux_sym_ignore_unknown_token1] = ACTIONS(1732), - [aux_sym_include_token1] = ACTIONS(1732), - [aux_sym_ip_qos_token1] = ACTIONS(1732), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1732), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1732), - [aux_sym_kex_algorithms_token1] = ACTIONS(1732), - [aux_sym_known_hosts_command_token1] = ACTIONS(1732), - [aux_sym_local_command_token1] = ACTIONS(1732), - [aux_sym_local_forward_token1] = ACTIONS(1732), - [aux_sym_log_level_token1] = ACTIONS(1732), - [aux_sym_log_verbose_token1] = ACTIONS(1732), - [aux_sym_macs_token1] = ACTIONS(1732), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1732), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1732), - [aux_sym_password_authentication_token1] = ACTIONS(1732), - [aux_sym_permit_local_command_token1] = ACTIONS(1732), - [aux_sym_permit_remote_open_token1] = ACTIONS(1732), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1732), - [aux_sym_port_token1] = ACTIONS(1732), - [aux_sym_preferred_authentications_token1] = ACTIONS(1732), - [aux_sym_protocol_token1] = ACTIONS(1732), - [aux_sym_proxy_command_token1] = ACTIONS(1732), - [aux_sym_proxy_jump_token1] = ACTIONS(1732), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1732), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1732), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1732), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1732), - [aux_sym_rekey_limit_token1] = ACTIONS(1732), - [aux_sym_remote_command_token1] = ACTIONS(1732), - [aux_sym_remote_forward_token1] = ACTIONS(1732), - [aux_sym_request_tty_token1] = ACTIONS(1732), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1732), - [aux_sym_security_key_provider_token1] = ACTIONS(1732), - [aux_sym_send_env_token1] = ACTIONS(1732), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1732), - [aux_sym_server_alive_interval_token1] = ACTIONS(1732), - [aux_sym_session_type_token1] = ACTIONS(1732), - [aux_sym_set_env_token1] = ACTIONS(1732), - [aux_sym_stdin_null_token1] = ACTIONS(1732), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1732), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1732), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1732), - [aux_sym_syslog_facility_token1] = ACTIONS(1732), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1732), - [aux_sym_keep_alive_token1] = ACTIONS(1732), - [aux_sym_tunnel_token1] = ACTIONS(1734), - [aux_sym_tunnel_device_token1] = ACTIONS(1732), - [aux_sym_update_host_keys_token1] = ACTIONS(1732), - [aux_sym_use_keychain_token1] = ACTIONS(1732), - [aux_sym_use_roaming_token1] = ACTIONS(1732), - [aux_sym_user_token1] = ACTIONS(1734), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1732), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1732), - [aux_sym_visual_host_key_token1] = ACTIONS(1732), - [aux_sym_xauth_location_token1] = ACTIONS(1732), + [ts_builtin_sym_end] = ACTIONS(1761), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1763), + [aux_sym_match_token1] = ACTIONS(1761), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1761), + [aux_sym_address_family_token1] = ACTIONS(1761), + [aux_sym_batch_mode_token1] = ACTIONS(1761), + [aux_sym_bind_address_token1] = ACTIONS(1761), + [aux_sym_bind_interface_token1] = ACTIONS(1761), + [aux_sym_canonical_domains_token1] = ACTIONS(1761), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1761), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1761), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1761), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1761), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1761), + [aux_sym_certificate_file_token1] = ACTIONS(1761), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1761), + [aux_sym_check_host_ip_token1] = ACTIONS(1761), + [aux_sym_ciphers_token1] = ACTIONS(1761), + [aux_sym_cipher_token1] = ACTIONS(1763), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1761), + [aux_sym_compression_token1] = ACTIONS(1761), + [aux_sym_connection_attempts_token1] = ACTIONS(1761), + [aux_sym_connect_timeout_token1] = ACTIONS(1761), + [aux_sym_control_master_token1] = ACTIONS(1761), + [aux_sym_control_path_token1] = ACTIONS(1761), + [aux_sym_control_persist_token1] = ACTIONS(1761), + [aux_sym_dynamic_forward_token1] = ACTIONS(1761), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1761), + [aux_sym_escape_char_token1] = ACTIONS(1761), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1761), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1761), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1761), + [aux_sym_forward_agent_token1] = ACTIONS(1761), + [aux_sym_forward_x11_token1] = ACTIONS(1763), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1761), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1761), + [aux_sym_gateway_ports_token1] = ACTIONS(1761), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1761), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1761), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1761), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1761), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1761), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1761), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1761), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1761), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1761), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1761), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1761), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1761), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1761), + [aux_sym_host_key_alias_token1] = ACTIONS(1761), + [aux_sym_hostname_token1] = ACTIONS(1761), + [aux_sym_identities_only_token1] = ACTIONS(1761), + [aux_sym_identity_agent_token1] = ACTIONS(1761), + [aux_sym_identity_file_token1] = ACTIONS(1761), + [aux_sym_ignore_unknown_token1] = ACTIONS(1761), + [aux_sym_include_token1] = ACTIONS(1761), + [aux_sym_ip_qos_token1] = ACTIONS(1761), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1761), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1761), + [aux_sym_kex_algorithms_token1] = ACTIONS(1761), + [aux_sym_known_hosts_command_token1] = ACTIONS(1761), + [aux_sym_local_command_token1] = ACTIONS(1761), + [aux_sym_local_forward_token1] = ACTIONS(1761), + [aux_sym_log_level_token1] = ACTIONS(1761), + [aux_sym_log_verbose_token1] = ACTIONS(1761), + [aux_sym_macs_token1] = ACTIONS(1761), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1761), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1761), + [aux_sym_password_authentication_token1] = ACTIONS(1761), + [aux_sym_permit_local_command_token1] = ACTIONS(1761), + [aux_sym_permit_remote_open_token1] = ACTIONS(1761), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1761), + [aux_sym_port_token1] = ACTIONS(1761), + [aux_sym_preferred_authentications_token1] = ACTIONS(1761), + [aux_sym_protocol_token1] = ACTIONS(1761), + [aux_sym_proxy_command_token1] = ACTIONS(1761), + [aux_sym_proxy_jump_token1] = ACTIONS(1761), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1761), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1761), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1761), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1761), + [aux_sym_rekey_limit_token1] = ACTIONS(1761), + [aux_sym_remote_command_token1] = ACTIONS(1761), + [aux_sym_remote_forward_token1] = ACTIONS(1761), + [aux_sym_request_tty_token1] = ACTIONS(1761), + [aux_sym_required_rsa_size_token1] = ACTIONS(1761), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1761), + [aux_sym_security_key_provider_token1] = ACTIONS(1761), + [aux_sym_send_env_token1] = ACTIONS(1761), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1761), + [aux_sym_server_alive_interval_token1] = ACTIONS(1761), + [aux_sym_session_type_token1] = ACTIONS(1761), + [aux_sym_set_env_token1] = ACTIONS(1761), + [aux_sym_stdin_null_token1] = ACTIONS(1761), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1761), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1761), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1761), + [aux_sym_syslog_facility_token1] = ACTIONS(1761), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1761), + [aux_sym_keep_alive_token1] = ACTIONS(1761), + [aux_sym_tunnel_token1] = ACTIONS(1763), + [aux_sym_tunnel_device_token1] = ACTIONS(1761), + [aux_sym_update_host_keys_token1] = ACTIONS(1761), + [aux_sym_use_keychain_token1] = ACTIONS(1761), + [aux_sym_use_roaming_token1] = ACTIONS(1761), + [aux_sym_user_token1] = ACTIONS(1763), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1761), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1761), + [aux_sym_visual_host_key_token1] = ACTIONS(1761), + [aux_sym_xauth_location_token1] = ACTIONS(1761), }, [730] = { - [ts_builtin_sym_end] = ACTIONS(694), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(696), - [aux_sym_match_token1] = ACTIONS(694), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(694), - [aux_sym_address_family_token1] = ACTIONS(694), - [aux_sym_batch_mode_token1] = ACTIONS(694), - [aux_sym_bind_address_token1] = ACTIONS(694), - [aux_sym_bind_interface_token1] = ACTIONS(694), - [aux_sym_canonical_domains_token1] = ACTIONS(694), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(694), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(694), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(694), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(694), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(694), - [aux_sym_certificate_file_token1] = ACTIONS(694), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(694), - [aux_sym_check_host_ip_token1] = ACTIONS(694), - [aux_sym_ciphers_token1] = ACTIONS(694), - [aux_sym_cipher_token1] = ACTIONS(696), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(694), - [aux_sym_compression_token1] = ACTIONS(694), - [aux_sym_connection_attempts_token1] = ACTIONS(694), - [aux_sym_connect_timeout_token1] = ACTIONS(694), - [aux_sym_control_master_token1] = ACTIONS(694), - [aux_sym_control_path_token1] = ACTIONS(694), - [aux_sym_control_persist_token1] = ACTIONS(694), - [aux_sym_dynamic_forward_token1] = ACTIONS(694), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(694), - [aux_sym_escape_char_token1] = ACTIONS(694), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(694), - [aux_sym_fingerprint_hash_token1] = ACTIONS(694), - [aux_sym_fork_after_authentication_token1] = ACTIONS(694), - [aux_sym_forward_agent_token1] = ACTIONS(694), - [aux_sym_forward_x11_token1] = ACTIONS(696), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(694), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(694), - [aux_sym_gateway_ports_token1] = ACTIONS(694), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(694), - [aux_sym_gssapi_authentication_token1] = ACTIONS(694), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(694), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(694), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(694), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(694), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(694), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(694), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(694), - [aux_sym_hash_known_hosts_token1] = ACTIONS(694), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(694), - [aux_sym_hostbased_authentication_token1] = ACTIONS(694), - [aux_sym_host_key_algorithms_token1] = ACTIONS(694), - [aux_sym_host_key_alias_token1] = ACTIONS(694), - [aux_sym_hostname_token1] = ACTIONS(694), - [aux_sym_identities_only_token1] = ACTIONS(694), - [aux_sym_identity_agent_token1] = ACTIONS(694), - [aux_sym_identity_file_token1] = ACTIONS(694), - [aux_sym_ignore_unknown_token1] = ACTIONS(694), - [aux_sym_include_token1] = ACTIONS(694), - [aux_sym_ip_qos_token1] = ACTIONS(694), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(694), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(694), - [aux_sym_kex_algorithms_token1] = ACTIONS(694), - [aux_sym_known_hosts_command_token1] = ACTIONS(694), - [aux_sym_local_command_token1] = ACTIONS(694), - [aux_sym_local_forward_token1] = ACTIONS(694), - [aux_sym_log_level_token1] = ACTIONS(694), - [aux_sym_log_verbose_token1] = ACTIONS(694), - [aux_sym_macs_token1] = ACTIONS(694), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(694), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(694), - [aux_sym_password_authentication_token1] = ACTIONS(694), - [aux_sym_permit_local_command_token1] = ACTIONS(694), - [aux_sym_permit_remote_open_token1] = ACTIONS(694), - [aux_sym_pkcs11_provider_token1] = ACTIONS(694), - [aux_sym_port_token1] = ACTIONS(694), - [aux_sym_preferred_authentications_token1] = ACTIONS(694), - [aux_sym_protocol_token1] = ACTIONS(694), - [aux_sym_proxy_command_token1] = ACTIONS(694), - [aux_sym_proxy_jump_token1] = ACTIONS(694), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(694), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(694), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(694), - [aux_sym_pubkey_authentication_token1] = ACTIONS(694), - [aux_sym_rekey_limit_token1] = ACTIONS(694), - [aux_sym_remote_command_token1] = ACTIONS(694), - [aux_sym_remote_forward_token1] = ACTIONS(694), - [aux_sym_request_tty_token1] = ACTIONS(694), - [aux_sym_revoked_host_keys_token1] = ACTIONS(694), - [aux_sym_security_key_provider_token1] = ACTIONS(694), - [aux_sym_send_env_token1] = ACTIONS(694), - [aux_sym_server_alive_count_max_token1] = ACTIONS(694), - [aux_sym_server_alive_interval_token1] = ACTIONS(694), - [aux_sym_session_type_token1] = ACTIONS(694), - [aux_sym_set_env_token1] = ACTIONS(694), - [aux_sym_stdin_null_token1] = ACTIONS(694), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(694), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(694), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(694), - [aux_sym_syslog_facility_token1] = ACTIONS(694), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(694), - [aux_sym_keep_alive_token1] = ACTIONS(694), - [aux_sym_tunnel_token1] = ACTIONS(696), - [aux_sym_tunnel_device_token1] = ACTIONS(694), - [aux_sym_update_host_keys_token1] = ACTIONS(694), - [aux_sym_use_keychain_token1] = ACTIONS(694), - [aux_sym_use_roaming_token1] = ACTIONS(694), - [aux_sym_user_token1] = ACTIONS(696), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(694), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(694), - [aux_sym_visual_host_key_token1] = ACTIONS(694), - [aux_sym_xauth_location_token1] = ACTIONS(694), + [ts_builtin_sym_end] = ACTIONS(1395), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1397), + [aux_sym_match_token1] = ACTIONS(1395), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1395), + [aux_sym_address_family_token1] = ACTIONS(1395), + [aux_sym_batch_mode_token1] = ACTIONS(1395), + [aux_sym_bind_address_token1] = ACTIONS(1395), + [aux_sym_bind_interface_token1] = ACTIONS(1395), + [aux_sym_canonical_domains_token1] = ACTIONS(1395), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1395), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1395), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1395), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1395), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1395), + [aux_sym_certificate_file_token1] = ACTIONS(1395), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1395), + [aux_sym_check_host_ip_token1] = ACTIONS(1395), + [aux_sym_ciphers_token1] = ACTIONS(1395), + [aux_sym_cipher_token1] = ACTIONS(1397), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1395), + [aux_sym_compression_token1] = ACTIONS(1395), + [aux_sym_connection_attempts_token1] = ACTIONS(1395), + [aux_sym_connect_timeout_token1] = ACTIONS(1395), + [aux_sym_control_master_token1] = ACTIONS(1395), + [aux_sym_control_path_token1] = ACTIONS(1395), + [aux_sym_control_persist_token1] = ACTIONS(1395), + [aux_sym_dynamic_forward_token1] = ACTIONS(1395), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1395), + [aux_sym_escape_char_token1] = ACTIONS(1395), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1395), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1395), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1395), + [aux_sym_forward_agent_token1] = ACTIONS(1395), + [aux_sym_forward_x11_token1] = ACTIONS(1397), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1395), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1395), + [aux_sym_gateway_ports_token1] = ACTIONS(1395), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1395), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1395), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1395), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1395), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1395), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1395), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1395), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1395), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1395), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1395), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1395), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1395), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1395), + [aux_sym_host_key_alias_token1] = ACTIONS(1395), + [aux_sym_hostname_token1] = ACTIONS(1395), + [aux_sym_identities_only_token1] = ACTIONS(1395), + [aux_sym_identity_agent_token1] = ACTIONS(1395), + [aux_sym_identity_file_token1] = ACTIONS(1395), + [aux_sym_ignore_unknown_token1] = ACTIONS(1395), + [aux_sym_include_token1] = ACTIONS(1395), + [aux_sym_ip_qos_token1] = ACTIONS(1395), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1395), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1395), + [aux_sym_kex_algorithms_token1] = ACTIONS(1395), + [aux_sym_known_hosts_command_token1] = ACTIONS(1395), + [aux_sym_local_command_token1] = ACTIONS(1395), + [aux_sym_local_forward_token1] = ACTIONS(1395), + [aux_sym_log_level_token1] = ACTIONS(1395), + [aux_sym_log_verbose_token1] = ACTIONS(1395), + [aux_sym_macs_token1] = ACTIONS(1395), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1395), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1395), + [aux_sym_password_authentication_token1] = ACTIONS(1395), + [aux_sym_permit_local_command_token1] = ACTIONS(1395), + [aux_sym_permit_remote_open_token1] = ACTIONS(1395), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1395), + [aux_sym_port_token1] = ACTIONS(1395), + [aux_sym_preferred_authentications_token1] = ACTIONS(1395), + [aux_sym_protocol_token1] = ACTIONS(1395), + [aux_sym_proxy_command_token1] = ACTIONS(1395), + [aux_sym_proxy_jump_token1] = ACTIONS(1395), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1395), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1395), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1395), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1395), + [aux_sym_rekey_limit_token1] = ACTIONS(1395), + [aux_sym_remote_command_token1] = ACTIONS(1395), + [aux_sym_remote_forward_token1] = ACTIONS(1395), + [aux_sym_request_tty_token1] = ACTIONS(1395), + [aux_sym_required_rsa_size_token1] = ACTIONS(1395), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1395), + [aux_sym_security_key_provider_token1] = ACTIONS(1395), + [aux_sym_send_env_token1] = ACTIONS(1395), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1395), + [aux_sym_server_alive_interval_token1] = ACTIONS(1395), + [aux_sym_session_type_token1] = ACTIONS(1395), + [aux_sym_set_env_token1] = ACTIONS(1395), + [aux_sym_stdin_null_token1] = ACTIONS(1395), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1395), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1395), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1395), + [aux_sym_syslog_facility_token1] = ACTIONS(1395), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1395), + [aux_sym_keep_alive_token1] = ACTIONS(1395), + [aux_sym_tunnel_token1] = ACTIONS(1397), + [aux_sym_tunnel_device_token1] = ACTIONS(1395), + [aux_sym_update_host_keys_token1] = ACTIONS(1395), + [aux_sym_use_keychain_token1] = ACTIONS(1395), + [aux_sym_use_roaming_token1] = ACTIONS(1395), + [aux_sym_user_token1] = ACTIONS(1397), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1395), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1395), + [aux_sym_visual_host_key_token1] = ACTIONS(1395), + [aux_sym_xauth_location_token1] = ACTIONS(1395), }, [731] = { - [ts_builtin_sym_end] = ACTIONS(880), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(882), - [aux_sym_match_token1] = ACTIONS(880), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(880), - [aux_sym_address_family_token1] = ACTIONS(880), - [aux_sym_batch_mode_token1] = ACTIONS(880), - [aux_sym_bind_address_token1] = ACTIONS(880), - [aux_sym_bind_interface_token1] = ACTIONS(880), - [aux_sym_canonical_domains_token1] = ACTIONS(880), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(880), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(880), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(880), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(880), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(880), - [aux_sym_certificate_file_token1] = ACTIONS(880), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(880), - [aux_sym_check_host_ip_token1] = ACTIONS(880), - [aux_sym_ciphers_token1] = ACTIONS(880), - [aux_sym_cipher_token1] = ACTIONS(882), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(880), - [aux_sym_compression_token1] = ACTIONS(880), - [aux_sym_connection_attempts_token1] = ACTIONS(880), - [aux_sym_connect_timeout_token1] = ACTIONS(880), - [aux_sym_control_master_token1] = ACTIONS(880), - [aux_sym_control_path_token1] = ACTIONS(880), - [aux_sym_control_persist_token1] = ACTIONS(880), - [aux_sym_dynamic_forward_token1] = ACTIONS(880), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(880), - [aux_sym_escape_char_token1] = ACTIONS(880), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(880), - [aux_sym_fingerprint_hash_token1] = ACTIONS(880), - [aux_sym_fork_after_authentication_token1] = ACTIONS(880), - [aux_sym_forward_agent_token1] = ACTIONS(880), - [aux_sym_forward_x11_token1] = ACTIONS(882), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(880), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(880), - [aux_sym_gateway_ports_token1] = ACTIONS(880), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(880), - [aux_sym_gssapi_authentication_token1] = ACTIONS(880), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(880), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(880), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(880), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(880), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(880), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(880), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(880), - [aux_sym_hash_known_hosts_token1] = ACTIONS(880), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(880), - [aux_sym_hostbased_authentication_token1] = ACTIONS(880), - [aux_sym_host_key_algorithms_token1] = ACTIONS(880), - [aux_sym_host_key_alias_token1] = ACTIONS(880), - [aux_sym_hostname_token1] = ACTIONS(880), - [aux_sym_identities_only_token1] = ACTIONS(880), - [aux_sym_identity_agent_token1] = ACTIONS(880), - [aux_sym_identity_file_token1] = ACTIONS(880), - [aux_sym_ignore_unknown_token1] = ACTIONS(880), - [aux_sym_include_token1] = ACTIONS(880), - [aux_sym_ip_qos_token1] = ACTIONS(880), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(880), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(880), - [aux_sym_kex_algorithms_token1] = ACTIONS(880), - [aux_sym_known_hosts_command_token1] = ACTIONS(880), - [aux_sym_local_command_token1] = ACTIONS(880), - [aux_sym_local_forward_token1] = ACTIONS(880), - [aux_sym_log_level_token1] = ACTIONS(880), - [aux_sym_log_verbose_token1] = ACTIONS(880), - [aux_sym_macs_token1] = ACTIONS(880), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(880), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(880), - [aux_sym_password_authentication_token1] = ACTIONS(880), - [aux_sym_permit_local_command_token1] = ACTIONS(880), - [aux_sym_permit_remote_open_token1] = ACTIONS(880), - [aux_sym_pkcs11_provider_token1] = ACTIONS(880), - [aux_sym_port_token1] = ACTIONS(880), - [aux_sym_preferred_authentications_token1] = ACTIONS(880), - [aux_sym_protocol_token1] = ACTIONS(880), - [aux_sym_proxy_command_token1] = ACTIONS(880), - [aux_sym_proxy_jump_token1] = ACTIONS(880), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(880), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(880), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(880), - [aux_sym_pubkey_authentication_token1] = ACTIONS(880), - [aux_sym_rekey_limit_token1] = ACTIONS(880), - [aux_sym_remote_command_token1] = ACTIONS(880), - [aux_sym_remote_forward_token1] = ACTIONS(880), - [aux_sym_request_tty_token1] = ACTIONS(880), - [aux_sym_revoked_host_keys_token1] = ACTIONS(880), - [aux_sym_security_key_provider_token1] = ACTIONS(880), - [aux_sym_send_env_token1] = ACTIONS(880), - [aux_sym_server_alive_count_max_token1] = ACTIONS(880), - [aux_sym_server_alive_interval_token1] = ACTIONS(880), - [aux_sym_session_type_token1] = ACTIONS(880), - [aux_sym_set_env_token1] = ACTIONS(880), - [aux_sym_stdin_null_token1] = ACTIONS(880), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(880), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(880), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(880), - [aux_sym_syslog_facility_token1] = ACTIONS(880), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(880), - [aux_sym_keep_alive_token1] = ACTIONS(880), - [aux_sym_tunnel_token1] = ACTIONS(882), - [aux_sym_tunnel_device_token1] = ACTIONS(880), - [aux_sym_update_host_keys_token1] = ACTIONS(880), - [aux_sym_use_keychain_token1] = ACTIONS(880), - [aux_sym_use_roaming_token1] = ACTIONS(880), - [aux_sym_user_token1] = ACTIONS(882), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(880), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(880), - [aux_sym_visual_host_key_token1] = ACTIONS(880), - [aux_sym_xauth_location_token1] = ACTIONS(880), + [ts_builtin_sym_end] = ACTIONS(1401), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1403), + [aux_sym_match_token1] = ACTIONS(1401), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1401), + [aux_sym_address_family_token1] = ACTIONS(1401), + [aux_sym_batch_mode_token1] = ACTIONS(1401), + [aux_sym_bind_address_token1] = ACTIONS(1401), + [aux_sym_bind_interface_token1] = ACTIONS(1401), + [aux_sym_canonical_domains_token1] = ACTIONS(1401), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1401), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1401), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1401), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1401), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1401), + [aux_sym_certificate_file_token1] = ACTIONS(1401), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1401), + [aux_sym_check_host_ip_token1] = ACTIONS(1401), + [aux_sym_ciphers_token1] = ACTIONS(1401), + [aux_sym_cipher_token1] = ACTIONS(1403), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1401), + [aux_sym_compression_token1] = ACTIONS(1401), + [aux_sym_connection_attempts_token1] = ACTIONS(1401), + [aux_sym_connect_timeout_token1] = ACTIONS(1401), + [aux_sym_control_master_token1] = ACTIONS(1401), + [aux_sym_control_path_token1] = ACTIONS(1401), + [aux_sym_control_persist_token1] = ACTIONS(1401), + [aux_sym_dynamic_forward_token1] = ACTIONS(1401), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1401), + [aux_sym_escape_char_token1] = ACTIONS(1401), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1401), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1401), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1401), + [aux_sym_forward_agent_token1] = ACTIONS(1401), + [aux_sym_forward_x11_token1] = ACTIONS(1403), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1401), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1401), + [aux_sym_gateway_ports_token1] = ACTIONS(1401), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1401), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1401), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1401), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1401), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1401), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1401), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1401), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1401), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1401), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1401), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1401), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1401), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1401), + [aux_sym_host_key_alias_token1] = ACTIONS(1401), + [aux_sym_hostname_token1] = ACTIONS(1401), + [aux_sym_identities_only_token1] = ACTIONS(1401), + [aux_sym_identity_agent_token1] = ACTIONS(1401), + [aux_sym_identity_file_token1] = ACTIONS(1401), + [aux_sym_ignore_unknown_token1] = ACTIONS(1401), + [aux_sym_include_token1] = ACTIONS(1401), + [aux_sym_ip_qos_token1] = ACTIONS(1401), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1401), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1401), + [aux_sym_kex_algorithms_token1] = ACTIONS(1401), + [aux_sym_known_hosts_command_token1] = ACTIONS(1401), + [aux_sym_local_command_token1] = ACTIONS(1401), + [aux_sym_local_forward_token1] = ACTIONS(1401), + [aux_sym_log_level_token1] = ACTIONS(1401), + [aux_sym_log_verbose_token1] = ACTIONS(1401), + [aux_sym_macs_token1] = ACTIONS(1401), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1401), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1401), + [aux_sym_password_authentication_token1] = ACTIONS(1401), + [aux_sym_permit_local_command_token1] = ACTIONS(1401), + [aux_sym_permit_remote_open_token1] = ACTIONS(1401), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1401), + [aux_sym_port_token1] = ACTIONS(1401), + [aux_sym_preferred_authentications_token1] = ACTIONS(1401), + [aux_sym_protocol_token1] = ACTIONS(1401), + [aux_sym_proxy_command_token1] = ACTIONS(1401), + [aux_sym_proxy_jump_token1] = ACTIONS(1401), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1401), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1401), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1401), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1401), + [aux_sym_rekey_limit_token1] = ACTIONS(1401), + [aux_sym_remote_command_token1] = ACTIONS(1401), + [aux_sym_remote_forward_token1] = ACTIONS(1401), + [aux_sym_request_tty_token1] = ACTIONS(1401), + [aux_sym_required_rsa_size_token1] = ACTIONS(1401), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1401), + [aux_sym_security_key_provider_token1] = ACTIONS(1401), + [aux_sym_send_env_token1] = ACTIONS(1401), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1401), + [aux_sym_server_alive_interval_token1] = ACTIONS(1401), + [aux_sym_session_type_token1] = ACTIONS(1401), + [aux_sym_set_env_token1] = ACTIONS(1401), + [aux_sym_stdin_null_token1] = ACTIONS(1401), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1401), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1401), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1401), + [aux_sym_syslog_facility_token1] = ACTIONS(1401), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1401), + [aux_sym_keep_alive_token1] = ACTIONS(1401), + [aux_sym_tunnel_token1] = ACTIONS(1403), + [aux_sym_tunnel_device_token1] = ACTIONS(1401), + [aux_sym_update_host_keys_token1] = ACTIONS(1401), + [aux_sym_use_keychain_token1] = ACTIONS(1401), + [aux_sym_use_roaming_token1] = ACTIONS(1401), + [aux_sym_user_token1] = ACTIONS(1403), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1401), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1401), + [aux_sym_visual_host_key_token1] = ACTIONS(1401), + [aux_sym_xauth_location_token1] = ACTIONS(1401), }, [732] = { - [ts_builtin_sym_end] = ACTIONS(1726), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1728), - [aux_sym_match_token1] = ACTIONS(1726), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1726), - [aux_sym_address_family_token1] = ACTIONS(1726), - [aux_sym_batch_mode_token1] = ACTIONS(1726), - [aux_sym_bind_address_token1] = ACTIONS(1726), - [aux_sym_bind_interface_token1] = ACTIONS(1726), - [aux_sym_canonical_domains_token1] = ACTIONS(1726), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1726), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1726), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1726), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1726), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1726), - [aux_sym_certificate_file_token1] = ACTIONS(1726), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1726), - [aux_sym_check_host_ip_token1] = ACTIONS(1726), - [aux_sym_ciphers_token1] = ACTIONS(1726), - [aux_sym_cipher_token1] = ACTIONS(1728), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1726), - [aux_sym_compression_token1] = ACTIONS(1726), - [aux_sym_connection_attempts_token1] = ACTIONS(1726), - [aux_sym_connect_timeout_token1] = ACTIONS(1726), - [aux_sym_control_master_token1] = ACTIONS(1726), - [aux_sym_control_path_token1] = ACTIONS(1726), - [aux_sym_control_persist_token1] = ACTIONS(1726), - [aux_sym_dynamic_forward_token1] = ACTIONS(1726), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1726), - [aux_sym_escape_char_token1] = ACTIONS(1726), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1726), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1726), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1726), - [aux_sym_forward_agent_token1] = ACTIONS(1726), - [aux_sym_forward_x11_token1] = ACTIONS(1728), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1726), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1726), - [aux_sym_gateway_ports_token1] = ACTIONS(1726), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1726), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1726), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1726), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1726), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1726), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1726), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1726), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1726), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1726), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1726), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1726), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1726), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1726), - [aux_sym_host_key_alias_token1] = ACTIONS(1726), - [aux_sym_hostname_token1] = ACTIONS(1726), - [aux_sym_identities_only_token1] = ACTIONS(1726), - [aux_sym_identity_agent_token1] = ACTIONS(1726), - [aux_sym_identity_file_token1] = ACTIONS(1726), - [aux_sym_ignore_unknown_token1] = ACTIONS(1726), - [aux_sym_include_token1] = ACTIONS(1726), - [aux_sym_ip_qos_token1] = ACTIONS(1726), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1726), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1726), - [aux_sym_kex_algorithms_token1] = ACTIONS(1726), - [aux_sym_known_hosts_command_token1] = ACTIONS(1726), - [aux_sym_local_command_token1] = ACTIONS(1726), - [aux_sym_local_forward_token1] = ACTIONS(1726), - [aux_sym_log_level_token1] = ACTIONS(1726), - [aux_sym_log_verbose_token1] = ACTIONS(1726), - [aux_sym_macs_token1] = ACTIONS(1726), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1726), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1726), - [aux_sym_password_authentication_token1] = ACTIONS(1726), - [aux_sym_permit_local_command_token1] = ACTIONS(1726), - [aux_sym_permit_remote_open_token1] = ACTIONS(1726), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1726), - [aux_sym_port_token1] = ACTIONS(1726), - [aux_sym_preferred_authentications_token1] = ACTIONS(1726), - [aux_sym_protocol_token1] = ACTIONS(1726), - [aux_sym_proxy_command_token1] = ACTIONS(1726), - [aux_sym_proxy_jump_token1] = ACTIONS(1726), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1726), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1726), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1726), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1726), - [aux_sym_rekey_limit_token1] = ACTIONS(1726), - [aux_sym_remote_command_token1] = ACTIONS(1726), - [aux_sym_remote_forward_token1] = ACTIONS(1726), - [aux_sym_request_tty_token1] = ACTIONS(1726), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1726), - [aux_sym_security_key_provider_token1] = ACTIONS(1726), - [aux_sym_send_env_token1] = ACTIONS(1726), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1726), - [aux_sym_server_alive_interval_token1] = ACTIONS(1726), - [aux_sym_session_type_token1] = ACTIONS(1726), - [aux_sym_set_env_token1] = ACTIONS(1726), - [aux_sym_stdin_null_token1] = ACTIONS(1726), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1726), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1726), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1726), - [aux_sym_syslog_facility_token1] = ACTIONS(1726), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1726), - [aux_sym_keep_alive_token1] = ACTIONS(1726), - [aux_sym_tunnel_token1] = ACTIONS(1728), - [aux_sym_tunnel_device_token1] = ACTIONS(1726), - [aux_sym_update_host_keys_token1] = ACTIONS(1726), - [aux_sym_use_keychain_token1] = ACTIONS(1726), - [aux_sym_use_roaming_token1] = ACTIONS(1726), - [aux_sym_user_token1] = ACTIONS(1728), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1726), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1726), - [aux_sym_visual_host_key_token1] = ACTIONS(1726), - [aux_sym_xauth_location_token1] = ACTIONS(1726), + [ts_builtin_sym_end] = ACTIONS(1755), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1757), + [aux_sym_match_token1] = ACTIONS(1755), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1755), + [aux_sym_address_family_token1] = ACTIONS(1755), + [aux_sym_batch_mode_token1] = ACTIONS(1755), + [aux_sym_bind_address_token1] = ACTIONS(1755), + [aux_sym_bind_interface_token1] = ACTIONS(1755), + [aux_sym_canonical_domains_token1] = ACTIONS(1755), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1755), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1755), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1755), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1755), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1755), + [aux_sym_certificate_file_token1] = ACTIONS(1755), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1755), + [aux_sym_check_host_ip_token1] = ACTIONS(1755), + [aux_sym_ciphers_token1] = ACTIONS(1755), + [aux_sym_cipher_token1] = ACTIONS(1757), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1755), + [aux_sym_compression_token1] = ACTIONS(1755), + [aux_sym_connection_attempts_token1] = ACTIONS(1755), + [aux_sym_connect_timeout_token1] = ACTIONS(1755), + [aux_sym_control_master_token1] = ACTIONS(1755), + [aux_sym_control_path_token1] = ACTIONS(1755), + [aux_sym_control_persist_token1] = ACTIONS(1755), + [aux_sym_dynamic_forward_token1] = ACTIONS(1755), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1755), + [aux_sym_escape_char_token1] = ACTIONS(1755), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1755), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1755), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1755), + [aux_sym_forward_agent_token1] = ACTIONS(1755), + [aux_sym_forward_x11_token1] = ACTIONS(1757), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1755), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1755), + [aux_sym_gateway_ports_token1] = ACTIONS(1755), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1755), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1755), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1755), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1755), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1755), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1755), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1755), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1755), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1755), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1755), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1755), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1755), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1755), + [aux_sym_host_key_alias_token1] = ACTIONS(1755), + [aux_sym_hostname_token1] = ACTIONS(1755), + [aux_sym_identities_only_token1] = ACTIONS(1755), + [aux_sym_identity_agent_token1] = ACTIONS(1755), + [aux_sym_identity_file_token1] = ACTIONS(1755), + [aux_sym_ignore_unknown_token1] = ACTIONS(1755), + [aux_sym_include_token1] = ACTIONS(1755), + [aux_sym_ip_qos_token1] = ACTIONS(1755), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1755), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1755), + [aux_sym_kex_algorithms_token1] = ACTIONS(1755), + [aux_sym_known_hosts_command_token1] = ACTIONS(1755), + [aux_sym_local_command_token1] = ACTIONS(1755), + [aux_sym_local_forward_token1] = ACTIONS(1755), + [aux_sym_log_level_token1] = ACTIONS(1755), + [aux_sym_log_verbose_token1] = ACTIONS(1755), + [aux_sym_macs_token1] = ACTIONS(1755), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1755), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1755), + [aux_sym_password_authentication_token1] = ACTIONS(1755), + [aux_sym_permit_local_command_token1] = ACTIONS(1755), + [aux_sym_permit_remote_open_token1] = ACTIONS(1755), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1755), + [aux_sym_port_token1] = ACTIONS(1755), + [aux_sym_preferred_authentications_token1] = ACTIONS(1755), + [aux_sym_protocol_token1] = ACTIONS(1755), + [aux_sym_proxy_command_token1] = ACTIONS(1755), + [aux_sym_proxy_jump_token1] = ACTIONS(1755), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1755), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1755), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1755), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1755), + [aux_sym_rekey_limit_token1] = ACTIONS(1755), + [aux_sym_remote_command_token1] = ACTIONS(1755), + [aux_sym_remote_forward_token1] = ACTIONS(1755), + [aux_sym_request_tty_token1] = ACTIONS(1755), + [aux_sym_required_rsa_size_token1] = ACTIONS(1755), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1755), + [aux_sym_security_key_provider_token1] = ACTIONS(1755), + [aux_sym_send_env_token1] = ACTIONS(1755), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1755), + [aux_sym_server_alive_interval_token1] = ACTIONS(1755), + [aux_sym_session_type_token1] = ACTIONS(1755), + [aux_sym_set_env_token1] = ACTIONS(1755), + [aux_sym_stdin_null_token1] = ACTIONS(1755), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1755), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1755), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1755), + [aux_sym_syslog_facility_token1] = ACTIONS(1755), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1755), + [aux_sym_keep_alive_token1] = ACTIONS(1755), + [aux_sym_tunnel_token1] = ACTIONS(1757), + [aux_sym_tunnel_device_token1] = ACTIONS(1755), + [aux_sym_update_host_keys_token1] = ACTIONS(1755), + [aux_sym_use_keychain_token1] = ACTIONS(1755), + [aux_sym_use_roaming_token1] = ACTIONS(1755), + [aux_sym_user_token1] = ACTIONS(1757), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1755), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1755), + [aux_sym_visual_host_key_token1] = ACTIONS(1755), + [aux_sym_xauth_location_token1] = ACTIONS(1755), }, [733] = { - [ts_builtin_sym_end] = ACTIONS(1420), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1422), - [aux_sym_match_token1] = ACTIONS(1420), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1420), - [aux_sym_address_family_token1] = ACTIONS(1420), - [aux_sym_batch_mode_token1] = ACTIONS(1420), - [aux_sym_bind_address_token1] = ACTIONS(1420), - [aux_sym_bind_interface_token1] = ACTIONS(1420), - [aux_sym_canonical_domains_token1] = ACTIONS(1420), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1420), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1420), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1420), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1420), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1420), - [aux_sym_certificate_file_token1] = ACTIONS(1420), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1420), - [aux_sym_check_host_ip_token1] = ACTIONS(1420), - [aux_sym_ciphers_token1] = ACTIONS(1420), - [aux_sym_cipher_token1] = ACTIONS(1422), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1420), - [aux_sym_compression_token1] = ACTIONS(1420), - [aux_sym_connection_attempts_token1] = ACTIONS(1420), - [aux_sym_connect_timeout_token1] = ACTIONS(1420), - [aux_sym_control_master_token1] = ACTIONS(1420), - [aux_sym_control_path_token1] = ACTIONS(1420), - [aux_sym_control_persist_token1] = ACTIONS(1420), - [aux_sym_dynamic_forward_token1] = ACTIONS(1420), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1420), - [aux_sym_escape_char_token1] = ACTIONS(1420), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1420), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1420), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1420), - [aux_sym_forward_agent_token1] = ACTIONS(1420), - [aux_sym_forward_x11_token1] = ACTIONS(1422), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1420), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1420), - [aux_sym_gateway_ports_token1] = ACTIONS(1420), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1420), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1420), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1420), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1420), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1420), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1420), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1420), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1420), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1420), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1420), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1420), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1420), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1420), - [aux_sym_host_key_alias_token1] = ACTIONS(1420), - [aux_sym_hostname_token1] = ACTIONS(1420), - [aux_sym_identities_only_token1] = ACTIONS(1420), - [aux_sym_identity_agent_token1] = ACTIONS(1420), - [aux_sym_identity_file_token1] = ACTIONS(1420), - [aux_sym_ignore_unknown_token1] = ACTIONS(1420), - [aux_sym_include_token1] = ACTIONS(1420), - [aux_sym_ip_qos_token1] = ACTIONS(1420), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1420), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1420), - [aux_sym_kex_algorithms_token1] = ACTIONS(1420), - [aux_sym_known_hosts_command_token1] = ACTIONS(1420), - [aux_sym_local_command_token1] = ACTIONS(1420), - [aux_sym_local_forward_token1] = ACTIONS(1420), - [aux_sym_log_level_token1] = ACTIONS(1420), - [aux_sym_log_verbose_token1] = ACTIONS(1420), - [aux_sym_macs_token1] = ACTIONS(1420), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1420), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1420), - [aux_sym_password_authentication_token1] = ACTIONS(1420), - [aux_sym_permit_local_command_token1] = ACTIONS(1420), - [aux_sym_permit_remote_open_token1] = ACTIONS(1420), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1420), - [aux_sym_port_token1] = ACTIONS(1420), - [aux_sym_preferred_authentications_token1] = ACTIONS(1420), - [aux_sym_protocol_token1] = ACTIONS(1420), - [aux_sym_proxy_command_token1] = ACTIONS(1420), - [aux_sym_proxy_jump_token1] = ACTIONS(1420), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1420), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1420), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1420), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1420), - [aux_sym_rekey_limit_token1] = ACTIONS(1420), - [aux_sym_remote_command_token1] = ACTIONS(1420), - [aux_sym_remote_forward_token1] = ACTIONS(1420), - [aux_sym_request_tty_token1] = ACTIONS(1420), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1420), - [aux_sym_security_key_provider_token1] = ACTIONS(1420), - [aux_sym_send_env_token1] = ACTIONS(1420), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1420), - [aux_sym_server_alive_interval_token1] = ACTIONS(1420), - [aux_sym_session_type_token1] = ACTIONS(1420), - [aux_sym_set_env_token1] = ACTIONS(1420), - [aux_sym_stdin_null_token1] = ACTIONS(1420), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1420), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1420), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1420), - [aux_sym_syslog_facility_token1] = ACTIONS(1420), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1420), - [aux_sym_keep_alive_token1] = ACTIONS(1420), - [aux_sym_tunnel_token1] = ACTIONS(1422), - [aux_sym_tunnel_device_token1] = ACTIONS(1420), - [aux_sym_update_host_keys_token1] = ACTIONS(1420), - [aux_sym_use_keychain_token1] = ACTIONS(1420), - [aux_sym_use_roaming_token1] = ACTIONS(1420), - [aux_sym_user_token1] = ACTIONS(1422), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1420), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1420), - [aux_sym_visual_host_key_token1] = ACTIONS(1420), - [aux_sym_xauth_location_token1] = ACTIONS(1420), + [ts_builtin_sym_end] = ACTIONS(1407), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1409), + [aux_sym_match_token1] = ACTIONS(1407), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1407), + [aux_sym_address_family_token1] = ACTIONS(1407), + [aux_sym_batch_mode_token1] = ACTIONS(1407), + [aux_sym_bind_address_token1] = ACTIONS(1407), + [aux_sym_bind_interface_token1] = ACTIONS(1407), + [aux_sym_canonical_domains_token1] = ACTIONS(1407), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1407), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1407), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1407), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1407), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1407), + [aux_sym_certificate_file_token1] = ACTIONS(1407), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1407), + [aux_sym_check_host_ip_token1] = ACTIONS(1407), + [aux_sym_ciphers_token1] = ACTIONS(1407), + [aux_sym_cipher_token1] = ACTIONS(1409), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1407), + [aux_sym_compression_token1] = ACTIONS(1407), + [aux_sym_connection_attempts_token1] = ACTIONS(1407), + [aux_sym_connect_timeout_token1] = ACTIONS(1407), + [aux_sym_control_master_token1] = ACTIONS(1407), + [aux_sym_control_path_token1] = ACTIONS(1407), + [aux_sym_control_persist_token1] = ACTIONS(1407), + [aux_sym_dynamic_forward_token1] = ACTIONS(1407), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1407), + [aux_sym_escape_char_token1] = ACTIONS(1407), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1407), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1407), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1407), + [aux_sym_forward_agent_token1] = ACTIONS(1407), + [aux_sym_forward_x11_token1] = ACTIONS(1409), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1407), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1407), + [aux_sym_gateway_ports_token1] = ACTIONS(1407), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1407), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1407), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1407), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1407), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1407), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1407), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1407), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1407), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1407), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1407), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1407), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1407), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1407), + [aux_sym_host_key_alias_token1] = ACTIONS(1407), + [aux_sym_hostname_token1] = ACTIONS(1407), + [aux_sym_identities_only_token1] = ACTIONS(1407), + [aux_sym_identity_agent_token1] = ACTIONS(1407), + [aux_sym_identity_file_token1] = ACTIONS(1407), + [aux_sym_ignore_unknown_token1] = ACTIONS(1407), + [aux_sym_include_token1] = ACTIONS(1407), + [aux_sym_ip_qos_token1] = ACTIONS(1407), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1407), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1407), + [aux_sym_kex_algorithms_token1] = ACTIONS(1407), + [aux_sym_known_hosts_command_token1] = ACTIONS(1407), + [aux_sym_local_command_token1] = ACTIONS(1407), + [aux_sym_local_forward_token1] = ACTIONS(1407), + [aux_sym_log_level_token1] = ACTIONS(1407), + [aux_sym_log_verbose_token1] = ACTIONS(1407), + [aux_sym_macs_token1] = ACTIONS(1407), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1407), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1407), + [aux_sym_password_authentication_token1] = ACTIONS(1407), + [aux_sym_permit_local_command_token1] = ACTIONS(1407), + [aux_sym_permit_remote_open_token1] = ACTIONS(1407), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1407), + [aux_sym_port_token1] = ACTIONS(1407), + [aux_sym_preferred_authentications_token1] = ACTIONS(1407), + [aux_sym_protocol_token1] = ACTIONS(1407), + [aux_sym_proxy_command_token1] = ACTIONS(1407), + [aux_sym_proxy_jump_token1] = ACTIONS(1407), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1407), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1407), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1407), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1407), + [aux_sym_rekey_limit_token1] = ACTIONS(1407), + [aux_sym_remote_command_token1] = ACTIONS(1407), + [aux_sym_remote_forward_token1] = ACTIONS(1407), + [aux_sym_request_tty_token1] = ACTIONS(1407), + [aux_sym_required_rsa_size_token1] = ACTIONS(1407), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1407), + [aux_sym_security_key_provider_token1] = ACTIONS(1407), + [aux_sym_send_env_token1] = ACTIONS(1407), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1407), + [aux_sym_server_alive_interval_token1] = ACTIONS(1407), + [aux_sym_session_type_token1] = ACTIONS(1407), + [aux_sym_set_env_token1] = ACTIONS(1407), + [aux_sym_stdin_null_token1] = ACTIONS(1407), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1407), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1407), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1407), + [aux_sym_syslog_facility_token1] = ACTIONS(1407), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1407), + [aux_sym_keep_alive_token1] = ACTIONS(1407), + [aux_sym_tunnel_token1] = ACTIONS(1409), + [aux_sym_tunnel_device_token1] = ACTIONS(1407), + [aux_sym_update_host_keys_token1] = ACTIONS(1407), + [aux_sym_use_keychain_token1] = ACTIONS(1407), + [aux_sym_use_roaming_token1] = ACTIONS(1407), + [aux_sym_user_token1] = ACTIONS(1409), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1407), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1407), + [aux_sym_visual_host_key_token1] = ACTIONS(1407), + [aux_sym_xauth_location_token1] = ACTIONS(1407), }, [734] = { - [ts_builtin_sym_end] = ACTIONS(1468), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1470), - [aux_sym_match_token1] = ACTIONS(1468), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1468), - [aux_sym_address_family_token1] = ACTIONS(1468), - [aux_sym_batch_mode_token1] = ACTIONS(1468), - [aux_sym_bind_address_token1] = ACTIONS(1468), - [aux_sym_bind_interface_token1] = ACTIONS(1468), - [aux_sym_canonical_domains_token1] = ACTIONS(1468), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1468), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1468), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1468), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1468), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1468), - [aux_sym_certificate_file_token1] = ACTIONS(1468), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1468), - [aux_sym_check_host_ip_token1] = ACTIONS(1468), - [aux_sym_ciphers_token1] = ACTIONS(1468), - [aux_sym_cipher_token1] = ACTIONS(1470), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1468), - [aux_sym_compression_token1] = ACTIONS(1468), - [aux_sym_connection_attempts_token1] = ACTIONS(1468), - [aux_sym_connect_timeout_token1] = ACTIONS(1468), - [aux_sym_control_master_token1] = ACTIONS(1468), - [aux_sym_control_path_token1] = ACTIONS(1468), - [aux_sym_control_persist_token1] = ACTIONS(1468), - [aux_sym_dynamic_forward_token1] = ACTIONS(1468), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1468), - [aux_sym_escape_char_token1] = ACTIONS(1468), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1468), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1468), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1468), - [aux_sym_forward_agent_token1] = ACTIONS(1468), - [aux_sym_forward_x11_token1] = ACTIONS(1470), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1468), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1468), - [aux_sym_gateway_ports_token1] = ACTIONS(1468), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1468), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1468), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1468), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1468), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1468), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1468), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1468), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1468), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1468), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1468), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1468), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1468), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1468), - [aux_sym_host_key_alias_token1] = ACTIONS(1468), - [aux_sym_hostname_token1] = ACTIONS(1468), - [aux_sym_identities_only_token1] = ACTIONS(1468), - [aux_sym_identity_agent_token1] = ACTIONS(1468), - [aux_sym_identity_file_token1] = ACTIONS(1468), - [aux_sym_ignore_unknown_token1] = ACTIONS(1468), - [aux_sym_include_token1] = ACTIONS(1468), - [aux_sym_ip_qos_token1] = ACTIONS(1468), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1468), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1468), - [aux_sym_kex_algorithms_token1] = ACTIONS(1468), - [aux_sym_known_hosts_command_token1] = ACTIONS(1468), - [aux_sym_local_command_token1] = ACTIONS(1468), - [aux_sym_local_forward_token1] = ACTIONS(1468), - [aux_sym_log_level_token1] = ACTIONS(1468), - [aux_sym_log_verbose_token1] = ACTIONS(1468), - [aux_sym_macs_token1] = ACTIONS(1468), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1468), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1468), - [aux_sym_password_authentication_token1] = ACTIONS(1468), - [aux_sym_permit_local_command_token1] = ACTIONS(1468), - [aux_sym_permit_remote_open_token1] = ACTIONS(1468), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1468), - [aux_sym_port_token1] = ACTIONS(1468), - [aux_sym_preferred_authentications_token1] = ACTIONS(1468), - [aux_sym_protocol_token1] = ACTIONS(1468), - [aux_sym_proxy_command_token1] = ACTIONS(1468), - [aux_sym_proxy_jump_token1] = ACTIONS(1468), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1468), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1468), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1468), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1468), - [aux_sym_rekey_limit_token1] = ACTIONS(1468), - [aux_sym_remote_command_token1] = ACTIONS(1468), - [aux_sym_remote_forward_token1] = ACTIONS(1468), - [aux_sym_request_tty_token1] = ACTIONS(1468), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1468), - [aux_sym_security_key_provider_token1] = ACTIONS(1468), - [aux_sym_send_env_token1] = ACTIONS(1468), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1468), - [aux_sym_server_alive_interval_token1] = ACTIONS(1468), - [aux_sym_session_type_token1] = ACTIONS(1468), - [aux_sym_set_env_token1] = ACTIONS(1468), - [aux_sym_stdin_null_token1] = ACTIONS(1468), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1468), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1468), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1468), - [aux_sym_syslog_facility_token1] = ACTIONS(1468), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1468), - [aux_sym_keep_alive_token1] = ACTIONS(1468), - [aux_sym_tunnel_token1] = ACTIONS(1470), - [aux_sym_tunnel_device_token1] = ACTIONS(1468), - [aux_sym_update_host_keys_token1] = ACTIONS(1468), - [aux_sym_use_keychain_token1] = ACTIONS(1468), - [aux_sym_use_roaming_token1] = ACTIONS(1468), - [aux_sym_user_token1] = ACTIONS(1470), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1468), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1468), - [aux_sym_visual_host_key_token1] = ACTIONS(1468), - [aux_sym_xauth_location_token1] = ACTIONS(1468), + [ts_builtin_sym_end] = ACTIONS(1413), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1415), + [aux_sym_match_token1] = ACTIONS(1413), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1413), + [aux_sym_address_family_token1] = ACTIONS(1413), + [aux_sym_batch_mode_token1] = ACTIONS(1413), + [aux_sym_bind_address_token1] = ACTIONS(1413), + [aux_sym_bind_interface_token1] = ACTIONS(1413), + [aux_sym_canonical_domains_token1] = ACTIONS(1413), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1413), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1413), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1413), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1413), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1413), + [aux_sym_certificate_file_token1] = ACTIONS(1413), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1413), + [aux_sym_check_host_ip_token1] = ACTIONS(1413), + [aux_sym_ciphers_token1] = ACTIONS(1413), + [aux_sym_cipher_token1] = ACTIONS(1415), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1413), + [aux_sym_compression_token1] = ACTIONS(1413), + [aux_sym_connection_attempts_token1] = ACTIONS(1413), + [aux_sym_connect_timeout_token1] = ACTIONS(1413), + [aux_sym_control_master_token1] = ACTIONS(1413), + [aux_sym_control_path_token1] = ACTIONS(1413), + [aux_sym_control_persist_token1] = ACTIONS(1413), + [aux_sym_dynamic_forward_token1] = ACTIONS(1413), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1413), + [aux_sym_escape_char_token1] = ACTIONS(1413), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1413), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1413), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1413), + [aux_sym_forward_agent_token1] = ACTIONS(1413), + [aux_sym_forward_x11_token1] = ACTIONS(1415), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1413), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1413), + [aux_sym_gateway_ports_token1] = ACTIONS(1413), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1413), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1413), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1413), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1413), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1413), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1413), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1413), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1413), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1413), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1413), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1413), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1413), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1413), + [aux_sym_host_key_alias_token1] = ACTIONS(1413), + [aux_sym_hostname_token1] = ACTIONS(1413), + [aux_sym_identities_only_token1] = ACTIONS(1413), + [aux_sym_identity_agent_token1] = ACTIONS(1413), + [aux_sym_identity_file_token1] = ACTIONS(1413), + [aux_sym_ignore_unknown_token1] = ACTIONS(1413), + [aux_sym_include_token1] = ACTIONS(1413), + [aux_sym_ip_qos_token1] = ACTIONS(1413), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1413), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1413), + [aux_sym_kex_algorithms_token1] = ACTIONS(1413), + [aux_sym_known_hosts_command_token1] = ACTIONS(1413), + [aux_sym_local_command_token1] = ACTIONS(1413), + [aux_sym_local_forward_token1] = ACTIONS(1413), + [aux_sym_log_level_token1] = ACTIONS(1413), + [aux_sym_log_verbose_token1] = ACTIONS(1413), + [aux_sym_macs_token1] = ACTIONS(1413), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1413), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1413), + [aux_sym_password_authentication_token1] = ACTIONS(1413), + [aux_sym_permit_local_command_token1] = ACTIONS(1413), + [aux_sym_permit_remote_open_token1] = ACTIONS(1413), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1413), + [aux_sym_port_token1] = ACTIONS(1413), + [aux_sym_preferred_authentications_token1] = ACTIONS(1413), + [aux_sym_protocol_token1] = ACTIONS(1413), + [aux_sym_proxy_command_token1] = ACTIONS(1413), + [aux_sym_proxy_jump_token1] = ACTIONS(1413), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1413), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1413), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1413), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1413), + [aux_sym_rekey_limit_token1] = ACTIONS(1413), + [aux_sym_remote_command_token1] = ACTIONS(1413), + [aux_sym_remote_forward_token1] = ACTIONS(1413), + [aux_sym_request_tty_token1] = ACTIONS(1413), + [aux_sym_required_rsa_size_token1] = ACTIONS(1413), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1413), + [aux_sym_security_key_provider_token1] = ACTIONS(1413), + [aux_sym_send_env_token1] = ACTIONS(1413), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1413), + [aux_sym_server_alive_interval_token1] = ACTIONS(1413), + [aux_sym_session_type_token1] = ACTIONS(1413), + [aux_sym_set_env_token1] = ACTIONS(1413), + [aux_sym_stdin_null_token1] = ACTIONS(1413), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1413), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1413), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1413), + [aux_sym_syslog_facility_token1] = ACTIONS(1413), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1413), + [aux_sym_keep_alive_token1] = ACTIONS(1413), + [aux_sym_tunnel_token1] = ACTIONS(1415), + [aux_sym_tunnel_device_token1] = ACTIONS(1413), + [aux_sym_update_host_keys_token1] = ACTIONS(1413), + [aux_sym_use_keychain_token1] = ACTIONS(1413), + [aux_sym_use_roaming_token1] = ACTIONS(1413), + [aux_sym_user_token1] = ACTIONS(1415), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1413), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1413), + [aux_sym_visual_host_key_token1] = ACTIONS(1413), + [aux_sym_xauth_location_token1] = ACTIONS(1413), }, [735] = { - [ts_builtin_sym_end] = ACTIONS(1720), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1722), - [aux_sym_match_token1] = ACTIONS(1720), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1720), - [aux_sym_address_family_token1] = ACTIONS(1720), - [aux_sym_batch_mode_token1] = ACTIONS(1720), - [aux_sym_bind_address_token1] = ACTIONS(1720), - [aux_sym_bind_interface_token1] = ACTIONS(1720), - [aux_sym_canonical_domains_token1] = ACTIONS(1720), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1720), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1720), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1720), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1720), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1720), - [aux_sym_certificate_file_token1] = ACTIONS(1720), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1720), - [aux_sym_check_host_ip_token1] = ACTIONS(1720), - [aux_sym_ciphers_token1] = ACTIONS(1720), - [aux_sym_cipher_token1] = ACTIONS(1722), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1720), - [aux_sym_compression_token1] = ACTIONS(1720), - [aux_sym_connection_attempts_token1] = ACTIONS(1720), - [aux_sym_connect_timeout_token1] = ACTIONS(1720), - [aux_sym_control_master_token1] = ACTIONS(1720), - [aux_sym_control_path_token1] = ACTIONS(1720), - [aux_sym_control_persist_token1] = ACTIONS(1720), - [aux_sym_dynamic_forward_token1] = ACTIONS(1720), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1720), - [aux_sym_escape_char_token1] = ACTIONS(1720), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1720), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1720), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1720), - [aux_sym_forward_agent_token1] = ACTIONS(1720), - [aux_sym_forward_x11_token1] = ACTIONS(1722), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1720), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1720), - [aux_sym_gateway_ports_token1] = ACTIONS(1720), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1720), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1720), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1720), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1720), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1720), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1720), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1720), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1720), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1720), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1720), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1720), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1720), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1720), - [aux_sym_host_key_alias_token1] = ACTIONS(1720), - [aux_sym_hostname_token1] = ACTIONS(1720), - [aux_sym_identities_only_token1] = ACTIONS(1720), - [aux_sym_identity_agent_token1] = ACTIONS(1720), - [aux_sym_identity_file_token1] = ACTIONS(1720), - [aux_sym_ignore_unknown_token1] = ACTIONS(1720), - [aux_sym_include_token1] = ACTIONS(1720), - [aux_sym_ip_qos_token1] = ACTIONS(1720), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1720), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1720), - [aux_sym_kex_algorithms_token1] = ACTIONS(1720), - [aux_sym_known_hosts_command_token1] = ACTIONS(1720), - [aux_sym_local_command_token1] = ACTIONS(1720), - [aux_sym_local_forward_token1] = ACTIONS(1720), - [aux_sym_log_level_token1] = ACTIONS(1720), - [aux_sym_log_verbose_token1] = ACTIONS(1720), - [aux_sym_macs_token1] = ACTIONS(1720), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1720), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1720), - [aux_sym_password_authentication_token1] = ACTIONS(1720), - [aux_sym_permit_local_command_token1] = ACTIONS(1720), - [aux_sym_permit_remote_open_token1] = ACTIONS(1720), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1720), - [aux_sym_port_token1] = ACTIONS(1720), - [aux_sym_preferred_authentications_token1] = ACTIONS(1720), - [aux_sym_protocol_token1] = ACTIONS(1720), - [aux_sym_proxy_command_token1] = ACTIONS(1720), - [aux_sym_proxy_jump_token1] = ACTIONS(1720), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1720), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1720), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1720), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1720), - [aux_sym_rekey_limit_token1] = ACTIONS(1720), - [aux_sym_remote_command_token1] = ACTIONS(1720), - [aux_sym_remote_forward_token1] = ACTIONS(1720), - [aux_sym_request_tty_token1] = ACTIONS(1720), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1720), - [aux_sym_security_key_provider_token1] = ACTIONS(1720), - [aux_sym_send_env_token1] = ACTIONS(1720), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1720), - [aux_sym_server_alive_interval_token1] = ACTIONS(1720), - [aux_sym_session_type_token1] = ACTIONS(1720), - [aux_sym_set_env_token1] = ACTIONS(1720), - [aux_sym_stdin_null_token1] = ACTIONS(1720), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1720), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1720), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1720), - [aux_sym_syslog_facility_token1] = ACTIONS(1720), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1720), - [aux_sym_keep_alive_token1] = ACTIONS(1720), - [aux_sym_tunnel_token1] = ACTIONS(1722), - [aux_sym_tunnel_device_token1] = ACTIONS(1720), - [aux_sym_update_host_keys_token1] = ACTIONS(1720), - [aux_sym_use_keychain_token1] = ACTIONS(1720), - [aux_sym_use_roaming_token1] = ACTIONS(1720), - [aux_sym_user_token1] = ACTIONS(1722), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1720), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1720), - [aux_sym_visual_host_key_token1] = ACTIONS(1720), - [aux_sym_xauth_location_token1] = ACTIONS(1720), + [ts_builtin_sym_end] = ACTIONS(1749), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1751), + [aux_sym_match_token1] = ACTIONS(1749), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1749), + [aux_sym_address_family_token1] = ACTIONS(1749), + [aux_sym_batch_mode_token1] = ACTIONS(1749), + [aux_sym_bind_address_token1] = ACTIONS(1749), + [aux_sym_bind_interface_token1] = ACTIONS(1749), + [aux_sym_canonical_domains_token1] = ACTIONS(1749), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1749), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1749), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1749), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1749), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1749), + [aux_sym_certificate_file_token1] = ACTIONS(1749), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1749), + [aux_sym_check_host_ip_token1] = ACTIONS(1749), + [aux_sym_ciphers_token1] = ACTIONS(1749), + [aux_sym_cipher_token1] = ACTIONS(1751), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1749), + [aux_sym_compression_token1] = ACTIONS(1749), + [aux_sym_connection_attempts_token1] = ACTIONS(1749), + [aux_sym_connect_timeout_token1] = ACTIONS(1749), + [aux_sym_control_master_token1] = ACTIONS(1749), + [aux_sym_control_path_token1] = ACTIONS(1749), + [aux_sym_control_persist_token1] = ACTIONS(1749), + [aux_sym_dynamic_forward_token1] = ACTIONS(1749), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1749), + [aux_sym_escape_char_token1] = ACTIONS(1749), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1749), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1749), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1749), + [aux_sym_forward_agent_token1] = ACTIONS(1749), + [aux_sym_forward_x11_token1] = ACTIONS(1751), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1749), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1749), + [aux_sym_gateway_ports_token1] = ACTIONS(1749), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1749), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1749), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1749), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1749), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1749), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1749), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1749), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1749), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1749), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1749), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1749), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1749), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1749), + [aux_sym_host_key_alias_token1] = ACTIONS(1749), + [aux_sym_hostname_token1] = ACTIONS(1749), + [aux_sym_identities_only_token1] = ACTIONS(1749), + [aux_sym_identity_agent_token1] = ACTIONS(1749), + [aux_sym_identity_file_token1] = ACTIONS(1749), + [aux_sym_ignore_unknown_token1] = ACTIONS(1749), + [aux_sym_include_token1] = ACTIONS(1749), + [aux_sym_ip_qos_token1] = ACTIONS(1749), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1749), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1749), + [aux_sym_kex_algorithms_token1] = ACTIONS(1749), + [aux_sym_known_hosts_command_token1] = ACTIONS(1749), + [aux_sym_local_command_token1] = ACTIONS(1749), + [aux_sym_local_forward_token1] = ACTIONS(1749), + [aux_sym_log_level_token1] = ACTIONS(1749), + [aux_sym_log_verbose_token1] = ACTIONS(1749), + [aux_sym_macs_token1] = ACTIONS(1749), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1749), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1749), + [aux_sym_password_authentication_token1] = ACTIONS(1749), + [aux_sym_permit_local_command_token1] = ACTIONS(1749), + [aux_sym_permit_remote_open_token1] = ACTIONS(1749), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1749), + [aux_sym_port_token1] = ACTIONS(1749), + [aux_sym_preferred_authentications_token1] = ACTIONS(1749), + [aux_sym_protocol_token1] = ACTIONS(1749), + [aux_sym_proxy_command_token1] = ACTIONS(1749), + [aux_sym_proxy_jump_token1] = ACTIONS(1749), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1749), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1749), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1749), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1749), + [aux_sym_rekey_limit_token1] = ACTIONS(1749), + [aux_sym_remote_command_token1] = ACTIONS(1749), + [aux_sym_remote_forward_token1] = ACTIONS(1749), + [aux_sym_request_tty_token1] = ACTIONS(1749), + [aux_sym_required_rsa_size_token1] = ACTIONS(1749), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1749), + [aux_sym_security_key_provider_token1] = ACTIONS(1749), + [aux_sym_send_env_token1] = ACTIONS(1749), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1749), + [aux_sym_server_alive_interval_token1] = ACTIONS(1749), + [aux_sym_session_type_token1] = ACTIONS(1749), + [aux_sym_set_env_token1] = ACTIONS(1749), + [aux_sym_stdin_null_token1] = ACTIONS(1749), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1749), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1749), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1749), + [aux_sym_syslog_facility_token1] = ACTIONS(1749), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1749), + [aux_sym_keep_alive_token1] = ACTIONS(1749), + [aux_sym_tunnel_token1] = ACTIONS(1751), + [aux_sym_tunnel_device_token1] = ACTIONS(1749), + [aux_sym_update_host_keys_token1] = ACTIONS(1749), + [aux_sym_use_keychain_token1] = ACTIONS(1749), + [aux_sym_use_roaming_token1] = ACTIONS(1749), + [aux_sym_user_token1] = ACTIONS(1751), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1749), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1749), + [aux_sym_visual_host_key_token1] = ACTIONS(1749), + [aux_sym_xauth_location_token1] = ACTIONS(1749), }, [736] = { - [ts_builtin_sym_end] = ACTIONS(700), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(702), - [aux_sym_match_token1] = ACTIONS(700), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(700), - [aux_sym_address_family_token1] = ACTIONS(700), - [aux_sym_batch_mode_token1] = ACTIONS(700), - [aux_sym_bind_address_token1] = ACTIONS(700), - [aux_sym_bind_interface_token1] = ACTIONS(700), - [aux_sym_canonical_domains_token1] = ACTIONS(700), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(700), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(700), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(700), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(700), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(700), - [aux_sym_certificate_file_token1] = ACTIONS(700), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(700), - [aux_sym_check_host_ip_token1] = ACTIONS(700), - [aux_sym_ciphers_token1] = ACTIONS(700), - [aux_sym_cipher_token1] = ACTIONS(702), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(700), - [aux_sym_compression_token1] = ACTIONS(700), - [aux_sym_connection_attempts_token1] = ACTIONS(700), - [aux_sym_connect_timeout_token1] = ACTIONS(700), - [aux_sym_control_master_token1] = ACTIONS(700), - [aux_sym_control_path_token1] = ACTIONS(700), - [aux_sym_control_persist_token1] = ACTIONS(700), - [aux_sym_dynamic_forward_token1] = ACTIONS(700), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(700), - [aux_sym_escape_char_token1] = ACTIONS(700), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(700), - [aux_sym_fingerprint_hash_token1] = ACTIONS(700), - [aux_sym_fork_after_authentication_token1] = ACTIONS(700), - [aux_sym_forward_agent_token1] = ACTIONS(700), - [aux_sym_forward_x11_token1] = ACTIONS(702), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(700), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(700), - [aux_sym_gateway_ports_token1] = ACTIONS(700), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(700), - [aux_sym_gssapi_authentication_token1] = ACTIONS(700), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(700), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(700), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(700), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(700), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(700), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(700), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(700), - [aux_sym_hash_known_hosts_token1] = ACTIONS(700), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(700), - [aux_sym_hostbased_authentication_token1] = ACTIONS(700), - [aux_sym_host_key_algorithms_token1] = ACTIONS(700), - [aux_sym_host_key_alias_token1] = ACTIONS(700), - [aux_sym_hostname_token1] = ACTIONS(700), - [aux_sym_identities_only_token1] = ACTIONS(700), - [aux_sym_identity_agent_token1] = ACTIONS(700), - [aux_sym_identity_file_token1] = ACTIONS(700), - [aux_sym_ignore_unknown_token1] = ACTIONS(700), - [aux_sym_include_token1] = ACTIONS(700), - [aux_sym_ip_qos_token1] = ACTIONS(700), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(700), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(700), - [aux_sym_kex_algorithms_token1] = ACTIONS(700), - [aux_sym_known_hosts_command_token1] = ACTIONS(700), - [aux_sym_local_command_token1] = ACTIONS(700), - [aux_sym_local_forward_token1] = ACTIONS(700), - [aux_sym_log_level_token1] = ACTIONS(700), - [aux_sym_log_verbose_token1] = ACTIONS(700), - [aux_sym_macs_token1] = ACTIONS(700), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(700), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(700), - [aux_sym_password_authentication_token1] = ACTIONS(700), - [aux_sym_permit_local_command_token1] = ACTIONS(700), - [aux_sym_permit_remote_open_token1] = ACTIONS(700), - [aux_sym_pkcs11_provider_token1] = ACTIONS(700), - [aux_sym_port_token1] = ACTIONS(700), - [aux_sym_preferred_authentications_token1] = ACTIONS(700), - [aux_sym_protocol_token1] = ACTIONS(700), - [aux_sym_proxy_command_token1] = ACTIONS(700), - [aux_sym_proxy_jump_token1] = ACTIONS(700), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(700), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(700), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(700), - [aux_sym_pubkey_authentication_token1] = ACTIONS(700), - [aux_sym_rekey_limit_token1] = ACTIONS(700), - [aux_sym_remote_command_token1] = ACTIONS(700), - [aux_sym_remote_forward_token1] = ACTIONS(700), - [aux_sym_request_tty_token1] = ACTIONS(700), - [aux_sym_revoked_host_keys_token1] = ACTIONS(700), - [aux_sym_security_key_provider_token1] = ACTIONS(700), - [aux_sym_send_env_token1] = ACTIONS(700), - [aux_sym_server_alive_count_max_token1] = ACTIONS(700), - [aux_sym_server_alive_interval_token1] = ACTIONS(700), - [aux_sym_session_type_token1] = ACTIONS(700), - [aux_sym_set_env_token1] = ACTIONS(700), - [aux_sym_stdin_null_token1] = ACTIONS(700), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(700), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(700), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(700), - [aux_sym_syslog_facility_token1] = ACTIONS(700), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(700), - [aux_sym_keep_alive_token1] = ACTIONS(700), - [aux_sym_tunnel_token1] = ACTIONS(702), - [aux_sym_tunnel_device_token1] = ACTIONS(700), - [aux_sym_update_host_keys_token1] = ACTIONS(700), - [aux_sym_use_keychain_token1] = ACTIONS(700), - [aux_sym_use_roaming_token1] = ACTIONS(700), - [aux_sym_user_token1] = ACTIONS(702), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(700), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(700), - [aux_sym_visual_host_key_token1] = ACTIONS(700), - [aux_sym_xauth_location_token1] = ACTIONS(700), + [ts_builtin_sym_end] = ACTIONS(1419), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1421), + [aux_sym_match_token1] = ACTIONS(1419), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1419), + [aux_sym_address_family_token1] = ACTIONS(1419), + [aux_sym_batch_mode_token1] = ACTIONS(1419), + [aux_sym_bind_address_token1] = ACTIONS(1419), + [aux_sym_bind_interface_token1] = ACTIONS(1419), + [aux_sym_canonical_domains_token1] = ACTIONS(1419), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1419), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1419), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1419), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1419), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1419), + [aux_sym_certificate_file_token1] = ACTIONS(1419), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1419), + [aux_sym_check_host_ip_token1] = ACTIONS(1419), + [aux_sym_ciphers_token1] = ACTIONS(1419), + [aux_sym_cipher_token1] = ACTIONS(1421), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1419), + [aux_sym_compression_token1] = ACTIONS(1419), + [aux_sym_connection_attempts_token1] = ACTIONS(1419), + [aux_sym_connect_timeout_token1] = ACTIONS(1419), + [aux_sym_control_master_token1] = ACTIONS(1419), + [aux_sym_control_path_token1] = ACTIONS(1419), + [aux_sym_control_persist_token1] = ACTIONS(1419), + [aux_sym_dynamic_forward_token1] = ACTIONS(1419), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1419), + [aux_sym_escape_char_token1] = ACTIONS(1419), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1419), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1419), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1419), + [aux_sym_forward_agent_token1] = ACTIONS(1419), + [aux_sym_forward_x11_token1] = ACTIONS(1421), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1419), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1419), + [aux_sym_gateway_ports_token1] = ACTIONS(1419), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1419), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1419), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1419), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1419), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1419), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1419), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1419), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1419), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1419), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1419), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1419), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1419), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1419), + [aux_sym_host_key_alias_token1] = ACTIONS(1419), + [aux_sym_hostname_token1] = ACTIONS(1419), + [aux_sym_identities_only_token1] = ACTIONS(1419), + [aux_sym_identity_agent_token1] = ACTIONS(1419), + [aux_sym_identity_file_token1] = ACTIONS(1419), + [aux_sym_ignore_unknown_token1] = ACTIONS(1419), + [aux_sym_include_token1] = ACTIONS(1419), + [aux_sym_ip_qos_token1] = ACTIONS(1419), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1419), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1419), + [aux_sym_kex_algorithms_token1] = ACTIONS(1419), + [aux_sym_known_hosts_command_token1] = ACTIONS(1419), + [aux_sym_local_command_token1] = ACTIONS(1419), + [aux_sym_local_forward_token1] = ACTIONS(1419), + [aux_sym_log_level_token1] = ACTIONS(1419), + [aux_sym_log_verbose_token1] = ACTIONS(1419), + [aux_sym_macs_token1] = ACTIONS(1419), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1419), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1419), + [aux_sym_password_authentication_token1] = ACTIONS(1419), + [aux_sym_permit_local_command_token1] = ACTIONS(1419), + [aux_sym_permit_remote_open_token1] = ACTIONS(1419), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1419), + [aux_sym_port_token1] = ACTIONS(1419), + [aux_sym_preferred_authentications_token1] = ACTIONS(1419), + [aux_sym_protocol_token1] = ACTIONS(1419), + [aux_sym_proxy_command_token1] = ACTIONS(1419), + [aux_sym_proxy_jump_token1] = ACTIONS(1419), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1419), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1419), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1419), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1419), + [aux_sym_rekey_limit_token1] = ACTIONS(1419), + [aux_sym_remote_command_token1] = ACTIONS(1419), + [aux_sym_remote_forward_token1] = ACTIONS(1419), + [aux_sym_request_tty_token1] = ACTIONS(1419), + [aux_sym_required_rsa_size_token1] = ACTIONS(1419), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1419), + [aux_sym_security_key_provider_token1] = ACTIONS(1419), + [aux_sym_send_env_token1] = ACTIONS(1419), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1419), + [aux_sym_server_alive_interval_token1] = ACTIONS(1419), + [aux_sym_session_type_token1] = ACTIONS(1419), + [aux_sym_set_env_token1] = ACTIONS(1419), + [aux_sym_stdin_null_token1] = ACTIONS(1419), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1419), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1419), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1419), + [aux_sym_syslog_facility_token1] = ACTIONS(1419), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1419), + [aux_sym_keep_alive_token1] = ACTIONS(1419), + [aux_sym_tunnel_token1] = ACTIONS(1421), + [aux_sym_tunnel_device_token1] = ACTIONS(1419), + [aux_sym_update_host_keys_token1] = ACTIONS(1419), + [aux_sym_use_keychain_token1] = ACTIONS(1419), + [aux_sym_use_roaming_token1] = ACTIONS(1419), + [aux_sym_user_token1] = ACTIONS(1421), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1419), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1419), + [aux_sym_visual_host_key_token1] = ACTIONS(1419), + [aux_sym_xauth_location_token1] = ACTIONS(1419), }, [737] = { - [ts_builtin_sym_end] = ACTIONS(736), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(738), - [aux_sym_match_token1] = ACTIONS(736), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(736), - [aux_sym_address_family_token1] = ACTIONS(736), - [aux_sym_batch_mode_token1] = ACTIONS(736), - [aux_sym_bind_address_token1] = ACTIONS(736), - [aux_sym_bind_interface_token1] = ACTIONS(736), - [aux_sym_canonical_domains_token1] = ACTIONS(736), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(736), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(736), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(736), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(736), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(736), - [aux_sym_certificate_file_token1] = ACTIONS(736), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(736), - [aux_sym_check_host_ip_token1] = ACTIONS(736), - [aux_sym_ciphers_token1] = ACTIONS(736), - [aux_sym_cipher_token1] = ACTIONS(738), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(736), - [aux_sym_compression_token1] = ACTIONS(736), - [aux_sym_connection_attempts_token1] = ACTIONS(736), - [aux_sym_connect_timeout_token1] = ACTIONS(736), - [aux_sym_control_master_token1] = ACTIONS(736), - [aux_sym_control_path_token1] = ACTIONS(736), - [aux_sym_control_persist_token1] = ACTIONS(736), - [aux_sym_dynamic_forward_token1] = ACTIONS(736), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(736), - [aux_sym_escape_char_token1] = ACTIONS(736), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(736), - [aux_sym_fingerprint_hash_token1] = ACTIONS(736), - [aux_sym_fork_after_authentication_token1] = ACTIONS(736), - [aux_sym_forward_agent_token1] = ACTIONS(736), - [aux_sym_forward_x11_token1] = ACTIONS(738), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(736), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(736), - [aux_sym_gateway_ports_token1] = ACTIONS(736), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(736), - [aux_sym_gssapi_authentication_token1] = ACTIONS(736), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(736), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(736), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(736), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(736), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(736), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(736), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(736), - [aux_sym_hash_known_hosts_token1] = ACTIONS(736), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(736), - [aux_sym_hostbased_authentication_token1] = ACTIONS(736), - [aux_sym_host_key_algorithms_token1] = ACTIONS(736), - [aux_sym_host_key_alias_token1] = ACTIONS(736), - [aux_sym_hostname_token1] = ACTIONS(736), - [aux_sym_identities_only_token1] = ACTIONS(736), - [aux_sym_identity_agent_token1] = ACTIONS(736), - [aux_sym_identity_file_token1] = ACTIONS(736), - [aux_sym_ignore_unknown_token1] = ACTIONS(736), - [aux_sym_include_token1] = ACTIONS(736), - [aux_sym_ip_qos_token1] = ACTIONS(736), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(736), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(736), - [aux_sym_kex_algorithms_token1] = ACTIONS(736), - [aux_sym_known_hosts_command_token1] = ACTIONS(736), - [aux_sym_local_command_token1] = ACTIONS(736), - [aux_sym_local_forward_token1] = ACTIONS(736), - [aux_sym_log_level_token1] = ACTIONS(736), - [aux_sym_log_verbose_token1] = ACTIONS(736), - [aux_sym_macs_token1] = ACTIONS(736), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(736), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(736), - [aux_sym_password_authentication_token1] = ACTIONS(736), - [aux_sym_permit_local_command_token1] = ACTIONS(736), - [aux_sym_permit_remote_open_token1] = ACTIONS(736), - [aux_sym_pkcs11_provider_token1] = ACTIONS(736), - [aux_sym_port_token1] = ACTIONS(736), - [aux_sym_preferred_authentications_token1] = ACTIONS(736), - [aux_sym_protocol_token1] = ACTIONS(736), - [aux_sym_proxy_command_token1] = ACTIONS(736), - [aux_sym_proxy_jump_token1] = ACTIONS(736), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(736), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(736), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(736), - [aux_sym_pubkey_authentication_token1] = ACTIONS(736), - [aux_sym_rekey_limit_token1] = ACTIONS(736), - [aux_sym_remote_command_token1] = ACTIONS(736), - [aux_sym_remote_forward_token1] = ACTIONS(736), - [aux_sym_request_tty_token1] = ACTIONS(736), - [aux_sym_revoked_host_keys_token1] = ACTIONS(736), - [aux_sym_security_key_provider_token1] = ACTIONS(736), - [aux_sym_send_env_token1] = ACTIONS(736), - [aux_sym_server_alive_count_max_token1] = ACTIONS(736), - [aux_sym_server_alive_interval_token1] = ACTIONS(736), - [aux_sym_session_type_token1] = ACTIONS(736), - [aux_sym_set_env_token1] = ACTIONS(736), - [aux_sym_stdin_null_token1] = ACTIONS(736), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(736), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(736), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(736), - [aux_sym_syslog_facility_token1] = ACTIONS(736), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(736), - [aux_sym_keep_alive_token1] = ACTIONS(736), - [aux_sym_tunnel_token1] = ACTIONS(738), - [aux_sym_tunnel_device_token1] = ACTIONS(736), - [aux_sym_update_host_keys_token1] = ACTIONS(736), - [aux_sym_use_keychain_token1] = ACTIONS(736), - [aux_sym_use_roaming_token1] = ACTIONS(736), - [aux_sym_user_token1] = ACTIONS(738), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(736), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(736), - [aux_sym_visual_host_key_token1] = ACTIONS(736), - [aux_sym_xauth_location_token1] = ACTIONS(736), + [ts_builtin_sym_end] = ACTIONS(1425), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1427), + [aux_sym_match_token1] = ACTIONS(1425), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1425), + [aux_sym_address_family_token1] = ACTIONS(1425), + [aux_sym_batch_mode_token1] = ACTIONS(1425), + [aux_sym_bind_address_token1] = ACTIONS(1425), + [aux_sym_bind_interface_token1] = ACTIONS(1425), + [aux_sym_canonical_domains_token1] = ACTIONS(1425), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1425), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1425), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1425), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1425), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1425), + [aux_sym_certificate_file_token1] = ACTIONS(1425), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1425), + [aux_sym_check_host_ip_token1] = ACTIONS(1425), + [aux_sym_ciphers_token1] = ACTIONS(1425), + [aux_sym_cipher_token1] = ACTIONS(1427), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1425), + [aux_sym_compression_token1] = ACTIONS(1425), + [aux_sym_connection_attempts_token1] = ACTIONS(1425), + [aux_sym_connect_timeout_token1] = ACTIONS(1425), + [aux_sym_control_master_token1] = ACTIONS(1425), + [aux_sym_control_path_token1] = ACTIONS(1425), + [aux_sym_control_persist_token1] = ACTIONS(1425), + [aux_sym_dynamic_forward_token1] = ACTIONS(1425), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1425), + [aux_sym_escape_char_token1] = ACTIONS(1425), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1425), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1425), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1425), + [aux_sym_forward_agent_token1] = ACTIONS(1425), + [aux_sym_forward_x11_token1] = ACTIONS(1427), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1425), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1425), + [aux_sym_gateway_ports_token1] = ACTIONS(1425), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1425), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1425), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1425), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1425), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1425), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1425), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1425), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1425), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1425), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1425), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1425), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1425), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1425), + [aux_sym_host_key_alias_token1] = ACTIONS(1425), + [aux_sym_hostname_token1] = ACTIONS(1425), + [aux_sym_identities_only_token1] = ACTIONS(1425), + [aux_sym_identity_agent_token1] = ACTIONS(1425), + [aux_sym_identity_file_token1] = ACTIONS(1425), + [aux_sym_ignore_unknown_token1] = ACTIONS(1425), + [aux_sym_include_token1] = ACTIONS(1425), + [aux_sym_ip_qos_token1] = ACTIONS(1425), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1425), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1425), + [aux_sym_kex_algorithms_token1] = ACTIONS(1425), + [aux_sym_known_hosts_command_token1] = ACTIONS(1425), + [aux_sym_local_command_token1] = ACTIONS(1425), + [aux_sym_local_forward_token1] = ACTIONS(1425), + [aux_sym_log_level_token1] = ACTIONS(1425), + [aux_sym_log_verbose_token1] = ACTIONS(1425), + [aux_sym_macs_token1] = ACTIONS(1425), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1425), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1425), + [aux_sym_password_authentication_token1] = ACTIONS(1425), + [aux_sym_permit_local_command_token1] = ACTIONS(1425), + [aux_sym_permit_remote_open_token1] = ACTIONS(1425), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1425), + [aux_sym_port_token1] = ACTIONS(1425), + [aux_sym_preferred_authentications_token1] = ACTIONS(1425), + [aux_sym_protocol_token1] = ACTIONS(1425), + [aux_sym_proxy_command_token1] = ACTIONS(1425), + [aux_sym_proxy_jump_token1] = ACTIONS(1425), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1425), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1425), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1425), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1425), + [aux_sym_rekey_limit_token1] = ACTIONS(1425), + [aux_sym_remote_command_token1] = ACTIONS(1425), + [aux_sym_remote_forward_token1] = ACTIONS(1425), + [aux_sym_request_tty_token1] = ACTIONS(1425), + [aux_sym_required_rsa_size_token1] = ACTIONS(1425), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1425), + [aux_sym_security_key_provider_token1] = ACTIONS(1425), + [aux_sym_send_env_token1] = ACTIONS(1425), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1425), + [aux_sym_server_alive_interval_token1] = ACTIONS(1425), + [aux_sym_session_type_token1] = ACTIONS(1425), + [aux_sym_set_env_token1] = ACTIONS(1425), + [aux_sym_stdin_null_token1] = ACTIONS(1425), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1425), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1425), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1425), + [aux_sym_syslog_facility_token1] = ACTIONS(1425), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1425), + [aux_sym_keep_alive_token1] = ACTIONS(1425), + [aux_sym_tunnel_token1] = ACTIONS(1427), + [aux_sym_tunnel_device_token1] = ACTIONS(1425), + [aux_sym_update_host_keys_token1] = ACTIONS(1425), + [aux_sym_use_keychain_token1] = ACTIONS(1425), + [aux_sym_use_roaming_token1] = ACTIONS(1425), + [aux_sym_user_token1] = ACTIONS(1427), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1425), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1425), + [aux_sym_visual_host_key_token1] = ACTIONS(1425), + [aux_sym_xauth_location_token1] = ACTIONS(1425), }, [738] = { - [ts_builtin_sym_end] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1716), - [aux_sym_match_token1] = ACTIONS(1714), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1714), - [aux_sym_address_family_token1] = ACTIONS(1714), - [aux_sym_batch_mode_token1] = ACTIONS(1714), - [aux_sym_bind_address_token1] = ACTIONS(1714), - [aux_sym_bind_interface_token1] = ACTIONS(1714), - [aux_sym_canonical_domains_token1] = ACTIONS(1714), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1714), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1714), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1714), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1714), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1714), - [aux_sym_certificate_file_token1] = ACTIONS(1714), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1714), - [aux_sym_check_host_ip_token1] = ACTIONS(1714), - [aux_sym_ciphers_token1] = ACTIONS(1714), - [aux_sym_cipher_token1] = ACTIONS(1716), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1714), - [aux_sym_compression_token1] = ACTIONS(1714), - [aux_sym_connection_attempts_token1] = ACTIONS(1714), - [aux_sym_connect_timeout_token1] = ACTIONS(1714), - [aux_sym_control_master_token1] = ACTIONS(1714), - [aux_sym_control_path_token1] = ACTIONS(1714), - [aux_sym_control_persist_token1] = ACTIONS(1714), - [aux_sym_dynamic_forward_token1] = ACTIONS(1714), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1714), - [aux_sym_escape_char_token1] = ACTIONS(1714), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1714), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1714), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1714), - [aux_sym_forward_agent_token1] = ACTIONS(1714), - [aux_sym_forward_x11_token1] = ACTIONS(1716), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1714), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1714), - [aux_sym_gateway_ports_token1] = ACTIONS(1714), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1714), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1714), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1714), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1714), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1714), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1714), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1714), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1714), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1714), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1714), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1714), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1714), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1714), - [aux_sym_host_key_alias_token1] = ACTIONS(1714), - [aux_sym_hostname_token1] = ACTIONS(1714), - [aux_sym_identities_only_token1] = ACTIONS(1714), - [aux_sym_identity_agent_token1] = ACTIONS(1714), - [aux_sym_identity_file_token1] = ACTIONS(1714), - [aux_sym_ignore_unknown_token1] = ACTIONS(1714), - [aux_sym_include_token1] = ACTIONS(1714), - [aux_sym_ip_qos_token1] = ACTIONS(1714), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1714), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1714), - [aux_sym_kex_algorithms_token1] = ACTIONS(1714), - [aux_sym_known_hosts_command_token1] = ACTIONS(1714), - [aux_sym_local_command_token1] = ACTIONS(1714), - [aux_sym_local_forward_token1] = ACTIONS(1714), - [aux_sym_log_level_token1] = ACTIONS(1714), - [aux_sym_log_verbose_token1] = ACTIONS(1714), - [aux_sym_macs_token1] = ACTIONS(1714), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1714), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1714), - [aux_sym_password_authentication_token1] = ACTIONS(1714), - [aux_sym_permit_local_command_token1] = ACTIONS(1714), - [aux_sym_permit_remote_open_token1] = ACTIONS(1714), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1714), - [aux_sym_port_token1] = ACTIONS(1714), - [aux_sym_preferred_authentications_token1] = ACTIONS(1714), - [aux_sym_protocol_token1] = ACTIONS(1714), - [aux_sym_proxy_command_token1] = ACTIONS(1714), - [aux_sym_proxy_jump_token1] = ACTIONS(1714), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1714), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1714), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1714), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1714), - [aux_sym_rekey_limit_token1] = ACTIONS(1714), - [aux_sym_remote_command_token1] = ACTIONS(1714), - [aux_sym_remote_forward_token1] = ACTIONS(1714), - [aux_sym_request_tty_token1] = ACTIONS(1714), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1714), - [aux_sym_security_key_provider_token1] = ACTIONS(1714), - [aux_sym_send_env_token1] = ACTIONS(1714), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1714), - [aux_sym_server_alive_interval_token1] = ACTIONS(1714), - [aux_sym_session_type_token1] = ACTIONS(1714), - [aux_sym_set_env_token1] = ACTIONS(1714), - [aux_sym_stdin_null_token1] = ACTIONS(1714), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1714), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1714), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1714), - [aux_sym_syslog_facility_token1] = ACTIONS(1714), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1714), - [aux_sym_keep_alive_token1] = ACTIONS(1714), - [aux_sym_tunnel_token1] = ACTIONS(1716), - [aux_sym_tunnel_device_token1] = ACTIONS(1714), - [aux_sym_update_host_keys_token1] = ACTIONS(1714), - [aux_sym_use_keychain_token1] = ACTIONS(1714), - [aux_sym_use_roaming_token1] = ACTIONS(1714), - [aux_sym_user_token1] = ACTIONS(1716), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1714), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1714), - [aux_sym_visual_host_key_token1] = ACTIONS(1714), - [aux_sym_xauth_location_token1] = ACTIONS(1714), + [ts_builtin_sym_end] = ACTIONS(1743), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1745), + [aux_sym_match_token1] = ACTIONS(1743), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1743), + [aux_sym_address_family_token1] = ACTIONS(1743), + [aux_sym_batch_mode_token1] = ACTIONS(1743), + [aux_sym_bind_address_token1] = ACTIONS(1743), + [aux_sym_bind_interface_token1] = ACTIONS(1743), + [aux_sym_canonical_domains_token1] = ACTIONS(1743), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1743), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1743), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1743), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1743), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1743), + [aux_sym_certificate_file_token1] = ACTIONS(1743), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1743), + [aux_sym_check_host_ip_token1] = ACTIONS(1743), + [aux_sym_ciphers_token1] = ACTIONS(1743), + [aux_sym_cipher_token1] = ACTIONS(1745), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1743), + [aux_sym_compression_token1] = ACTIONS(1743), + [aux_sym_connection_attempts_token1] = ACTIONS(1743), + [aux_sym_connect_timeout_token1] = ACTIONS(1743), + [aux_sym_control_master_token1] = ACTIONS(1743), + [aux_sym_control_path_token1] = ACTIONS(1743), + [aux_sym_control_persist_token1] = ACTIONS(1743), + [aux_sym_dynamic_forward_token1] = ACTIONS(1743), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1743), + [aux_sym_escape_char_token1] = ACTIONS(1743), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1743), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1743), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1743), + [aux_sym_forward_agent_token1] = ACTIONS(1743), + [aux_sym_forward_x11_token1] = ACTIONS(1745), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1743), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1743), + [aux_sym_gateway_ports_token1] = ACTIONS(1743), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1743), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1743), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1743), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1743), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1743), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1743), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1743), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1743), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1743), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1743), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1743), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1743), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1743), + [aux_sym_host_key_alias_token1] = ACTIONS(1743), + [aux_sym_hostname_token1] = ACTIONS(1743), + [aux_sym_identities_only_token1] = ACTIONS(1743), + [aux_sym_identity_agent_token1] = ACTIONS(1743), + [aux_sym_identity_file_token1] = ACTIONS(1743), + [aux_sym_ignore_unknown_token1] = ACTIONS(1743), + [aux_sym_include_token1] = ACTIONS(1743), + [aux_sym_ip_qos_token1] = ACTIONS(1743), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1743), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1743), + [aux_sym_kex_algorithms_token1] = ACTIONS(1743), + [aux_sym_known_hosts_command_token1] = ACTIONS(1743), + [aux_sym_local_command_token1] = ACTIONS(1743), + [aux_sym_local_forward_token1] = ACTIONS(1743), + [aux_sym_log_level_token1] = ACTIONS(1743), + [aux_sym_log_verbose_token1] = ACTIONS(1743), + [aux_sym_macs_token1] = ACTIONS(1743), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1743), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1743), + [aux_sym_password_authentication_token1] = ACTIONS(1743), + [aux_sym_permit_local_command_token1] = ACTIONS(1743), + [aux_sym_permit_remote_open_token1] = ACTIONS(1743), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1743), + [aux_sym_port_token1] = ACTIONS(1743), + [aux_sym_preferred_authentications_token1] = ACTIONS(1743), + [aux_sym_protocol_token1] = ACTIONS(1743), + [aux_sym_proxy_command_token1] = ACTIONS(1743), + [aux_sym_proxy_jump_token1] = ACTIONS(1743), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1743), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1743), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1743), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1743), + [aux_sym_rekey_limit_token1] = ACTIONS(1743), + [aux_sym_remote_command_token1] = ACTIONS(1743), + [aux_sym_remote_forward_token1] = ACTIONS(1743), + [aux_sym_request_tty_token1] = ACTIONS(1743), + [aux_sym_required_rsa_size_token1] = ACTIONS(1743), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1743), + [aux_sym_security_key_provider_token1] = ACTIONS(1743), + [aux_sym_send_env_token1] = ACTIONS(1743), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1743), + [aux_sym_server_alive_interval_token1] = ACTIONS(1743), + [aux_sym_session_type_token1] = ACTIONS(1743), + [aux_sym_set_env_token1] = ACTIONS(1743), + [aux_sym_stdin_null_token1] = ACTIONS(1743), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1743), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1743), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1743), + [aux_sym_syslog_facility_token1] = ACTIONS(1743), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1743), + [aux_sym_keep_alive_token1] = ACTIONS(1743), + [aux_sym_tunnel_token1] = ACTIONS(1745), + [aux_sym_tunnel_device_token1] = ACTIONS(1743), + [aux_sym_update_host_keys_token1] = ACTIONS(1743), + [aux_sym_use_keychain_token1] = ACTIONS(1743), + [aux_sym_use_roaming_token1] = ACTIONS(1743), + [aux_sym_user_token1] = ACTIONS(1745), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1743), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1743), + [aux_sym_visual_host_key_token1] = ACTIONS(1743), + [aux_sym_xauth_location_token1] = ACTIONS(1743), }, [739] = { - [ts_builtin_sym_end] = ACTIONS(874), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(876), - [aux_sym_match_token1] = ACTIONS(874), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(874), - [aux_sym_address_family_token1] = ACTIONS(874), - [aux_sym_batch_mode_token1] = ACTIONS(874), - [aux_sym_bind_address_token1] = ACTIONS(874), - [aux_sym_bind_interface_token1] = ACTIONS(874), - [aux_sym_canonical_domains_token1] = ACTIONS(874), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(874), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(874), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(874), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(874), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(874), - [aux_sym_certificate_file_token1] = ACTIONS(874), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(874), - [aux_sym_check_host_ip_token1] = ACTIONS(874), - [aux_sym_ciphers_token1] = ACTIONS(874), - [aux_sym_cipher_token1] = ACTIONS(876), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(874), - [aux_sym_compression_token1] = ACTIONS(874), - [aux_sym_connection_attempts_token1] = ACTIONS(874), - [aux_sym_connect_timeout_token1] = ACTIONS(874), - [aux_sym_control_master_token1] = ACTIONS(874), - [aux_sym_control_path_token1] = ACTIONS(874), - [aux_sym_control_persist_token1] = ACTIONS(874), - [aux_sym_dynamic_forward_token1] = ACTIONS(874), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(874), - [aux_sym_escape_char_token1] = ACTIONS(874), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(874), - [aux_sym_fingerprint_hash_token1] = ACTIONS(874), - [aux_sym_fork_after_authentication_token1] = ACTIONS(874), - [aux_sym_forward_agent_token1] = ACTIONS(874), - [aux_sym_forward_x11_token1] = ACTIONS(876), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(874), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(874), - [aux_sym_gateway_ports_token1] = ACTIONS(874), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(874), - [aux_sym_gssapi_authentication_token1] = ACTIONS(874), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(874), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(874), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(874), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(874), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(874), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(874), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(874), - [aux_sym_hash_known_hosts_token1] = ACTIONS(874), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(874), - [aux_sym_hostbased_authentication_token1] = ACTIONS(874), - [aux_sym_host_key_algorithms_token1] = ACTIONS(874), - [aux_sym_host_key_alias_token1] = ACTIONS(874), - [aux_sym_hostname_token1] = ACTIONS(874), - [aux_sym_identities_only_token1] = ACTIONS(874), - [aux_sym_identity_agent_token1] = ACTIONS(874), - [aux_sym_identity_file_token1] = ACTIONS(874), - [aux_sym_ignore_unknown_token1] = ACTIONS(874), - [aux_sym_include_token1] = ACTIONS(874), - [aux_sym_ip_qos_token1] = ACTIONS(874), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(874), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(874), - [aux_sym_kex_algorithms_token1] = ACTIONS(874), - [aux_sym_known_hosts_command_token1] = ACTIONS(874), - [aux_sym_local_command_token1] = ACTIONS(874), - [aux_sym_local_forward_token1] = ACTIONS(874), - [aux_sym_log_level_token1] = ACTIONS(874), - [aux_sym_log_verbose_token1] = ACTIONS(874), - [aux_sym_macs_token1] = ACTIONS(874), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(874), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(874), - [aux_sym_password_authentication_token1] = ACTIONS(874), - [aux_sym_permit_local_command_token1] = ACTIONS(874), - [aux_sym_permit_remote_open_token1] = ACTIONS(874), - [aux_sym_pkcs11_provider_token1] = ACTIONS(874), - [aux_sym_port_token1] = ACTIONS(874), - [aux_sym_preferred_authentications_token1] = ACTIONS(874), - [aux_sym_protocol_token1] = ACTIONS(874), - [aux_sym_proxy_command_token1] = ACTIONS(874), - [aux_sym_proxy_jump_token1] = ACTIONS(874), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(874), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(874), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(874), - [aux_sym_pubkey_authentication_token1] = ACTIONS(874), - [aux_sym_rekey_limit_token1] = ACTIONS(874), - [aux_sym_remote_command_token1] = ACTIONS(874), - [aux_sym_remote_forward_token1] = ACTIONS(874), - [aux_sym_request_tty_token1] = ACTIONS(874), - [aux_sym_revoked_host_keys_token1] = ACTIONS(874), - [aux_sym_security_key_provider_token1] = ACTIONS(874), - [aux_sym_send_env_token1] = ACTIONS(874), - [aux_sym_server_alive_count_max_token1] = ACTIONS(874), - [aux_sym_server_alive_interval_token1] = ACTIONS(874), - [aux_sym_session_type_token1] = ACTIONS(874), - [aux_sym_set_env_token1] = ACTIONS(874), - [aux_sym_stdin_null_token1] = ACTIONS(874), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(874), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(874), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(874), - [aux_sym_syslog_facility_token1] = ACTIONS(874), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(874), - [aux_sym_keep_alive_token1] = ACTIONS(874), - [aux_sym_tunnel_token1] = ACTIONS(876), - [aux_sym_tunnel_device_token1] = ACTIONS(874), - [aux_sym_update_host_keys_token1] = ACTIONS(874), - [aux_sym_use_keychain_token1] = ACTIONS(874), - [aux_sym_use_roaming_token1] = ACTIONS(874), - [aux_sym_user_token1] = ACTIONS(876), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(874), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(874), - [aux_sym_visual_host_key_token1] = ACTIONS(874), - [aux_sym_xauth_location_token1] = ACTIONS(874), + [ts_builtin_sym_end] = ACTIONS(1431), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1433), + [aux_sym_match_token1] = ACTIONS(1431), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1431), + [aux_sym_address_family_token1] = ACTIONS(1431), + [aux_sym_batch_mode_token1] = ACTIONS(1431), + [aux_sym_bind_address_token1] = ACTIONS(1431), + [aux_sym_bind_interface_token1] = ACTIONS(1431), + [aux_sym_canonical_domains_token1] = ACTIONS(1431), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1431), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1431), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1431), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1431), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1431), + [aux_sym_certificate_file_token1] = ACTIONS(1431), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1431), + [aux_sym_check_host_ip_token1] = ACTIONS(1431), + [aux_sym_ciphers_token1] = ACTIONS(1431), + [aux_sym_cipher_token1] = ACTIONS(1433), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1431), + [aux_sym_compression_token1] = ACTIONS(1431), + [aux_sym_connection_attempts_token1] = ACTIONS(1431), + [aux_sym_connect_timeout_token1] = ACTIONS(1431), + [aux_sym_control_master_token1] = ACTIONS(1431), + [aux_sym_control_path_token1] = ACTIONS(1431), + [aux_sym_control_persist_token1] = ACTIONS(1431), + [aux_sym_dynamic_forward_token1] = ACTIONS(1431), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1431), + [aux_sym_escape_char_token1] = ACTIONS(1431), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1431), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1431), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1431), + [aux_sym_forward_agent_token1] = ACTIONS(1431), + [aux_sym_forward_x11_token1] = ACTIONS(1433), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1431), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1431), + [aux_sym_gateway_ports_token1] = ACTIONS(1431), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1431), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1431), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1431), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1431), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1431), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1431), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1431), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1431), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1431), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1431), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1431), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1431), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1431), + [aux_sym_host_key_alias_token1] = ACTIONS(1431), + [aux_sym_hostname_token1] = ACTIONS(1431), + [aux_sym_identities_only_token1] = ACTIONS(1431), + [aux_sym_identity_agent_token1] = ACTIONS(1431), + [aux_sym_identity_file_token1] = ACTIONS(1431), + [aux_sym_ignore_unknown_token1] = ACTIONS(1431), + [aux_sym_include_token1] = ACTIONS(1431), + [aux_sym_ip_qos_token1] = ACTIONS(1431), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1431), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1431), + [aux_sym_kex_algorithms_token1] = ACTIONS(1431), + [aux_sym_known_hosts_command_token1] = ACTIONS(1431), + [aux_sym_local_command_token1] = ACTIONS(1431), + [aux_sym_local_forward_token1] = ACTIONS(1431), + [aux_sym_log_level_token1] = ACTIONS(1431), + [aux_sym_log_verbose_token1] = ACTIONS(1431), + [aux_sym_macs_token1] = ACTIONS(1431), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1431), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1431), + [aux_sym_password_authentication_token1] = ACTIONS(1431), + [aux_sym_permit_local_command_token1] = ACTIONS(1431), + [aux_sym_permit_remote_open_token1] = ACTIONS(1431), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1431), + [aux_sym_port_token1] = ACTIONS(1431), + [aux_sym_preferred_authentications_token1] = ACTIONS(1431), + [aux_sym_protocol_token1] = ACTIONS(1431), + [aux_sym_proxy_command_token1] = ACTIONS(1431), + [aux_sym_proxy_jump_token1] = ACTIONS(1431), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1431), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1431), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1431), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1431), + [aux_sym_rekey_limit_token1] = ACTIONS(1431), + [aux_sym_remote_command_token1] = ACTIONS(1431), + [aux_sym_remote_forward_token1] = ACTIONS(1431), + [aux_sym_request_tty_token1] = ACTIONS(1431), + [aux_sym_required_rsa_size_token1] = ACTIONS(1431), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1431), + [aux_sym_security_key_provider_token1] = ACTIONS(1431), + [aux_sym_send_env_token1] = ACTIONS(1431), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1431), + [aux_sym_server_alive_interval_token1] = ACTIONS(1431), + [aux_sym_session_type_token1] = ACTIONS(1431), + [aux_sym_set_env_token1] = ACTIONS(1431), + [aux_sym_stdin_null_token1] = ACTIONS(1431), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1431), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1431), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1431), + [aux_sym_syslog_facility_token1] = ACTIONS(1431), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1431), + [aux_sym_keep_alive_token1] = ACTIONS(1431), + [aux_sym_tunnel_token1] = ACTIONS(1433), + [aux_sym_tunnel_device_token1] = ACTIONS(1431), + [aux_sym_update_host_keys_token1] = ACTIONS(1431), + [aux_sym_use_keychain_token1] = ACTIONS(1431), + [aux_sym_use_roaming_token1] = ACTIONS(1431), + [aux_sym_user_token1] = ACTIONS(1433), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1431), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1431), + [aux_sym_visual_host_key_token1] = ACTIONS(1431), + [aux_sym_xauth_location_token1] = ACTIONS(1431), }, [740] = { - [ts_builtin_sym_end] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1428), - [aux_sym_match_token1] = ACTIONS(1426), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1426), - [aux_sym_address_family_token1] = ACTIONS(1426), - [aux_sym_batch_mode_token1] = ACTIONS(1426), - [aux_sym_bind_address_token1] = ACTIONS(1426), - [aux_sym_bind_interface_token1] = ACTIONS(1426), - [aux_sym_canonical_domains_token1] = ACTIONS(1426), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1426), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1426), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1426), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1426), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1426), - [aux_sym_certificate_file_token1] = ACTIONS(1426), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1426), - [aux_sym_check_host_ip_token1] = ACTIONS(1426), - [aux_sym_ciphers_token1] = ACTIONS(1426), - [aux_sym_cipher_token1] = ACTIONS(1428), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1426), - [aux_sym_compression_token1] = ACTIONS(1426), - [aux_sym_connection_attempts_token1] = ACTIONS(1426), - [aux_sym_connect_timeout_token1] = ACTIONS(1426), - [aux_sym_control_master_token1] = ACTIONS(1426), - [aux_sym_control_path_token1] = ACTIONS(1426), - [aux_sym_control_persist_token1] = ACTIONS(1426), - [aux_sym_dynamic_forward_token1] = ACTIONS(1426), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1426), - [aux_sym_escape_char_token1] = ACTIONS(1426), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1426), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1426), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1426), - [aux_sym_forward_agent_token1] = ACTIONS(1426), - [aux_sym_forward_x11_token1] = ACTIONS(1428), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1426), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1426), - [aux_sym_gateway_ports_token1] = ACTIONS(1426), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1426), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1426), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1426), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1426), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1426), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1426), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1426), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1426), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1426), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1426), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1426), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1426), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1426), - [aux_sym_host_key_alias_token1] = ACTIONS(1426), - [aux_sym_hostname_token1] = ACTIONS(1426), - [aux_sym_identities_only_token1] = ACTIONS(1426), - [aux_sym_identity_agent_token1] = ACTIONS(1426), - [aux_sym_identity_file_token1] = ACTIONS(1426), - [aux_sym_ignore_unknown_token1] = ACTIONS(1426), - [aux_sym_include_token1] = ACTIONS(1426), - [aux_sym_ip_qos_token1] = ACTIONS(1426), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1426), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1426), - [aux_sym_kex_algorithms_token1] = ACTIONS(1426), - [aux_sym_known_hosts_command_token1] = ACTIONS(1426), - [aux_sym_local_command_token1] = ACTIONS(1426), - [aux_sym_local_forward_token1] = ACTIONS(1426), - [aux_sym_log_level_token1] = ACTIONS(1426), - [aux_sym_log_verbose_token1] = ACTIONS(1426), - [aux_sym_macs_token1] = ACTIONS(1426), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1426), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1426), - [aux_sym_password_authentication_token1] = ACTIONS(1426), - [aux_sym_permit_local_command_token1] = ACTIONS(1426), - [aux_sym_permit_remote_open_token1] = ACTIONS(1426), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1426), - [aux_sym_port_token1] = ACTIONS(1426), - [aux_sym_preferred_authentications_token1] = ACTIONS(1426), - [aux_sym_protocol_token1] = ACTIONS(1426), - [aux_sym_proxy_command_token1] = ACTIONS(1426), - [aux_sym_proxy_jump_token1] = ACTIONS(1426), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1426), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1426), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1426), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1426), - [aux_sym_rekey_limit_token1] = ACTIONS(1426), - [aux_sym_remote_command_token1] = ACTIONS(1426), - [aux_sym_remote_forward_token1] = ACTIONS(1426), - [aux_sym_request_tty_token1] = ACTIONS(1426), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1426), - [aux_sym_security_key_provider_token1] = ACTIONS(1426), - [aux_sym_send_env_token1] = ACTIONS(1426), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1426), - [aux_sym_server_alive_interval_token1] = ACTIONS(1426), - [aux_sym_session_type_token1] = ACTIONS(1426), - [aux_sym_set_env_token1] = ACTIONS(1426), - [aux_sym_stdin_null_token1] = ACTIONS(1426), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1426), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1426), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1426), - [aux_sym_syslog_facility_token1] = ACTIONS(1426), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1426), - [aux_sym_keep_alive_token1] = ACTIONS(1426), - [aux_sym_tunnel_token1] = ACTIONS(1428), - [aux_sym_tunnel_device_token1] = ACTIONS(1426), - [aux_sym_update_host_keys_token1] = ACTIONS(1426), - [aux_sym_use_keychain_token1] = ACTIONS(1426), - [aux_sym_use_roaming_token1] = ACTIONS(1426), - [aux_sym_user_token1] = ACTIONS(1428), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1426), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1426), - [aux_sym_visual_host_key_token1] = ACTIONS(1426), - [aux_sym_xauth_location_token1] = ACTIONS(1426), + [ts_builtin_sym_end] = ACTIONS(1437), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1439), + [aux_sym_match_token1] = ACTIONS(1437), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1437), + [aux_sym_address_family_token1] = ACTIONS(1437), + [aux_sym_batch_mode_token1] = ACTIONS(1437), + [aux_sym_bind_address_token1] = ACTIONS(1437), + [aux_sym_bind_interface_token1] = ACTIONS(1437), + [aux_sym_canonical_domains_token1] = ACTIONS(1437), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1437), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1437), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1437), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1437), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1437), + [aux_sym_certificate_file_token1] = ACTIONS(1437), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1437), + [aux_sym_check_host_ip_token1] = ACTIONS(1437), + [aux_sym_ciphers_token1] = ACTIONS(1437), + [aux_sym_cipher_token1] = ACTIONS(1439), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1437), + [aux_sym_compression_token1] = ACTIONS(1437), + [aux_sym_connection_attempts_token1] = ACTIONS(1437), + [aux_sym_connect_timeout_token1] = ACTIONS(1437), + [aux_sym_control_master_token1] = ACTIONS(1437), + [aux_sym_control_path_token1] = ACTIONS(1437), + [aux_sym_control_persist_token1] = ACTIONS(1437), + [aux_sym_dynamic_forward_token1] = ACTIONS(1437), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1437), + [aux_sym_escape_char_token1] = ACTIONS(1437), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1437), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1437), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1437), + [aux_sym_forward_agent_token1] = ACTIONS(1437), + [aux_sym_forward_x11_token1] = ACTIONS(1439), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1437), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1437), + [aux_sym_gateway_ports_token1] = ACTIONS(1437), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1437), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1437), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1437), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1437), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1437), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1437), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1437), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1437), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1437), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1437), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1437), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1437), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1437), + [aux_sym_host_key_alias_token1] = ACTIONS(1437), + [aux_sym_hostname_token1] = ACTIONS(1437), + [aux_sym_identities_only_token1] = ACTIONS(1437), + [aux_sym_identity_agent_token1] = ACTIONS(1437), + [aux_sym_identity_file_token1] = ACTIONS(1437), + [aux_sym_ignore_unknown_token1] = ACTIONS(1437), + [aux_sym_include_token1] = ACTIONS(1437), + [aux_sym_ip_qos_token1] = ACTIONS(1437), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1437), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1437), + [aux_sym_kex_algorithms_token1] = ACTIONS(1437), + [aux_sym_known_hosts_command_token1] = ACTIONS(1437), + [aux_sym_local_command_token1] = ACTIONS(1437), + [aux_sym_local_forward_token1] = ACTIONS(1437), + [aux_sym_log_level_token1] = ACTIONS(1437), + [aux_sym_log_verbose_token1] = ACTIONS(1437), + [aux_sym_macs_token1] = ACTIONS(1437), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1437), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1437), + [aux_sym_password_authentication_token1] = ACTIONS(1437), + [aux_sym_permit_local_command_token1] = ACTIONS(1437), + [aux_sym_permit_remote_open_token1] = ACTIONS(1437), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1437), + [aux_sym_port_token1] = ACTIONS(1437), + [aux_sym_preferred_authentications_token1] = ACTIONS(1437), + [aux_sym_protocol_token1] = ACTIONS(1437), + [aux_sym_proxy_command_token1] = ACTIONS(1437), + [aux_sym_proxy_jump_token1] = ACTIONS(1437), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1437), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1437), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1437), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1437), + [aux_sym_rekey_limit_token1] = ACTIONS(1437), + [aux_sym_remote_command_token1] = ACTIONS(1437), + [aux_sym_remote_forward_token1] = ACTIONS(1437), + [aux_sym_request_tty_token1] = ACTIONS(1437), + [aux_sym_required_rsa_size_token1] = ACTIONS(1437), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1437), + [aux_sym_security_key_provider_token1] = ACTIONS(1437), + [aux_sym_send_env_token1] = ACTIONS(1437), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1437), + [aux_sym_server_alive_interval_token1] = ACTIONS(1437), + [aux_sym_session_type_token1] = ACTIONS(1437), + [aux_sym_set_env_token1] = ACTIONS(1437), + [aux_sym_stdin_null_token1] = ACTIONS(1437), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1437), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1437), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1437), + [aux_sym_syslog_facility_token1] = ACTIONS(1437), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1437), + [aux_sym_keep_alive_token1] = ACTIONS(1437), + [aux_sym_tunnel_token1] = ACTIONS(1439), + [aux_sym_tunnel_device_token1] = ACTIONS(1437), + [aux_sym_update_host_keys_token1] = ACTIONS(1437), + [aux_sym_use_keychain_token1] = ACTIONS(1437), + [aux_sym_use_roaming_token1] = ACTIONS(1437), + [aux_sym_user_token1] = ACTIONS(1439), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1437), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1437), + [aux_sym_visual_host_key_token1] = ACTIONS(1437), + [aux_sym_xauth_location_token1] = ACTIONS(1437), }, [741] = { - [ts_builtin_sym_end] = ACTIONS(1708), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1710), - [aux_sym_match_token1] = ACTIONS(1708), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1708), - [aux_sym_address_family_token1] = ACTIONS(1708), - [aux_sym_batch_mode_token1] = ACTIONS(1708), - [aux_sym_bind_address_token1] = ACTIONS(1708), - [aux_sym_bind_interface_token1] = ACTIONS(1708), - [aux_sym_canonical_domains_token1] = ACTIONS(1708), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1708), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1708), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1708), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1708), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1708), - [aux_sym_certificate_file_token1] = ACTIONS(1708), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1708), - [aux_sym_check_host_ip_token1] = ACTIONS(1708), - [aux_sym_ciphers_token1] = ACTIONS(1708), - [aux_sym_cipher_token1] = ACTIONS(1710), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1708), - [aux_sym_compression_token1] = ACTIONS(1708), - [aux_sym_connection_attempts_token1] = ACTIONS(1708), - [aux_sym_connect_timeout_token1] = ACTIONS(1708), - [aux_sym_control_master_token1] = ACTIONS(1708), - [aux_sym_control_path_token1] = ACTIONS(1708), - [aux_sym_control_persist_token1] = ACTIONS(1708), - [aux_sym_dynamic_forward_token1] = ACTIONS(1708), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1708), - [aux_sym_escape_char_token1] = ACTIONS(1708), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1708), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1708), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1708), - [aux_sym_forward_agent_token1] = ACTIONS(1708), - [aux_sym_forward_x11_token1] = ACTIONS(1710), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1708), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1708), - [aux_sym_gateway_ports_token1] = ACTIONS(1708), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1708), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1708), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1708), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1708), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1708), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1708), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1708), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1708), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1708), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1708), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1708), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1708), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1708), - [aux_sym_host_key_alias_token1] = ACTIONS(1708), - [aux_sym_hostname_token1] = ACTIONS(1708), - [aux_sym_identities_only_token1] = ACTIONS(1708), - [aux_sym_identity_agent_token1] = ACTIONS(1708), - [aux_sym_identity_file_token1] = ACTIONS(1708), - [aux_sym_ignore_unknown_token1] = ACTIONS(1708), - [aux_sym_include_token1] = ACTIONS(1708), - [aux_sym_ip_qos_token1] = ACTIONS(1708), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1708), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1708), - [aux_sym_kex_algorithms_token1] = ACTIONS(1708), - [aux_sym_known_hosts_command_token1] = ACTIONS(1708), - [aux_sym_local_command_token1] = ACTIONS(1708), - [aux_sym_local_forward_token1] = ACTIONS(1708), - [aux_sym_log_level_token1] = ACTIONS(1708), - [aux_sym_log_verbose_token1] = ACTIONS(1708), - [aux_sym_macs_token1] = ACTIONS(1708), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1708), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1708), - [aux_sym_password_authentication_token1] = ACTIONS(1708), - [aux_sym_permit_local_command_token1] = ACTIONS(1708), - [aux_sym_permit_remote_open_token1] = ACTIONS(1708), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1708), - [aux_sym_port_token1] = ACTIONS(1708), - [aux_sym_preferred_authentications_token1] = ACTIONS(1708), - [aux_sym_protocol_token1] = ACTIONS(1708), - [aux_sym_proxy_command_token1] = ACTIONS(1708), - [aux_sym_proxy_jump_token1] = ACTIONS(1708), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1708), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1708), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1708), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1708), - [aux_sym_rekey_limit_token1] = ACTIONS(1708), - [aux_sym_remote_command_token1] = ACTIONS(1708), - [aux_sym_remote_forward_token1] = ACTIONS(1708), - [aux_sym_request_tty_token1] = ACTIONS(1708), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1708), - [aux_sym_security_key_provider_token1] = ACTIONS(1708), - [aux_sym_send_env_token1] = ACTIONS(1708), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1708), - [aux_sym_server_alive_interval_token1] = ACTIONS(1708), - [aux_sym_session_type_token1] = ACTIONS(1708), - [aux_sym_set_env_token1] = ACTIONS(1708), - [aux_sym_stdin_null_token1] = ACTIONS(1708), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1708), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1708), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1708), - [aux_sym_syslog_facility_token1] = ACTIONS(1708), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1708), - [aux_sym_keep_alive_token1] = ACTIONS(1708), - [aux_sym_tunnel_token1] = ACTIONS(1710), - [aux_sym_tunnel_device_token1] = ACTIONS(1708), - [aux_sym_update_host_keys_token1] = ACTIONS(1708), - [aux_sym_use_keychain_token1] = ACTIONS(1708), - [aux_sym_use_roaming_token1] = ACTIONS(1708), - [aux_sym_user_token1] = ACTIONS(1710), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1708), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1708), - [aux_sym_visual_host_key_token1] = ACTIONS(1708), - [aux_sym_xauth_location_token1] = ACTIONS(1708), + [ts_builtin_sym_end] = ACTIONS(1737), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1739), + [aux_sym_match_token1] = ACTIONS(1737), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1737), + [aux_sym_address_family_token1] = ACTIONS(1737), + [aux_sym_batch_mode_token1] = ACTIONS(1737), + [aux_sym_bind_address_token1] = ACTIONS(1737), + [aux_sym_bind_interface_token1] = ACTIONS(1737), + [aux_sym_canonical_domains_token1] = ACTIONS(1737), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1737), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1737), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1737), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1737), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1737), + [aux_sym_certificate_file_token1] = ACTIONS(1737), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1737), + [aux_sym_check_host_ip_token1] = ACTIONS(1737), + [aux_sym_ciphers_token1] = ACTIONS(1737), + [aux_sym_cipher_token1] = ACTIONS(1739), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1737), + [aux_sym_compression_token1] = ACTIONS(1737), + [aux_sym_connection_attempts_token1] = ACTIONS(1737), + [aux_sym_connect_timeout_token1] = ACTIONS(1737), + [aux_sym_control_master_token1] = ACTIONS(1737), + [aux_sym_control_path_token1] = ACTIONS(1737), + [aux_sym_control_persist_token1] = ACTIONS(1737), + [aux_sym_dynamic_forward_token1] = ACTIONS(1737), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1737), + [aux_sym_escape_char_token1] = ACTIONS(1737), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1737), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1737), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1737), + [aux_sym_forward_agent_token1] = ACTIONS(1737), + [aux_sym_forward_x11_token1] = ACTIONS(1739), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1737), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1737), + [aux_sym_gateway_ports_token1] = ACTIONS(1737), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1737), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1737), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1737), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1737), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1737), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1737), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1737), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1737), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1737), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1737), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1737), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1737), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1737), + [aux_sym_host_key_alias_token1] = ACTIONS(1737), + [aux_sym_hostname_token1] = ACTIONS(1737), + [aux_sym_identities_only_token1] = ACTIONS(1737), + [aux_sym_identity_agent_token1] = ACTIONS(1737), + [aux_sym_identity_file_token1] = ACTIONS(1737), + [aux_sym_ignore_unknown_token1] = ACTIONS(1737), + [aux_sym_include_token1] = ACTIONS(1737), + [aux_sym_ip_qos_token1] = ACTIONS(1737), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1737), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1737), + [aux_sym_kex_algorithms_token1] = ACTIONS(1737), + [aux_sym_known_hosts_command_token1] = ACTIONS(1737), + [aux_sym_local_command_token1] = ACTIONS(1737), + [aux_sym_local_forward_token1] = ACTIONS(1737), + [aux_sym_log_level_token1] = ACTIONS(1737), + [aux_sym_log_verbose_token1] = ACTIONS(1737), + [aux_sym_macs_token1] = ACTIONS(1737), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1737), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1737), + [aux_sym_password_authentication_token1] = ACTIONS(1737), + [aux_sym_permit_local_command_token1] = ACTIONS(1737), + [aux_sym_permit_remote_open_token1] = ACTIONS(1737), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1737), + [aux_sym_port_token1] = ACTIONS(1737), + [aux_sym_preferred_authentications_token1] = ACTIONS(1737), + [aux_sym_protocol_token1] = ACTIONS(1737), + [aux_sym_proxy_command_token1] = ACTIONS(1737), + [aux_sym_proxy_jump_token1] = ACTIONS(1737), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1737), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1737), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1737), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1737), + [aux_sym_rekey_limit_token1] = ACTIONS(1737), + [aux_sym_remote_command_token1] = ACTIONS(1737), + [aux_sym_remote_forward_token1] = ACTIONS(1737), + [aux_sym_request_tty_token1] = ACTIONS(1737), + [aux_sym_required_rsa_size_token1] = ACTIONS(1737), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1737), + [aux_sym_security_key_provider_token1] = ACTIONS(1737), + [aux_sym_send_env_token1] = ACTIONS(1737), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1737), + [aux_sym_server_alive_interval_token1] = ACTIONS(1737), + [aux_sym_session_type_token1] = ACTIONS(1737), + [aux_sym_set_env_token1] = ACTIONS(1737), + [aux_sym_stdin_null_token1] = ACTIONS(1737), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1737), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1737), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1737), + [aux_sym_syslog_facility_token1] = ACTIONS(1737), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1737), + [aux_sym_keep_alive_token1] = ACTIONS(1737), + [aux_sym_tunnel_token1] = ACTIONS(1739), + [aux_sym_tunnel_device_token1] = ACTIONS(1737), + [aux_sym_update_host_keys_token1] = ACTIONS(1737), + [aux_sym_use_keychain_token1] = ACTIONS(1737), + [aux_sym_use_roaming_token1] = ACTIONS(1737), + [aux_sym_user_token1] = ACTIONS(1739), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1737), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1737), + [aux_sym_visual_host_key_token1] = ACTIONS(1737), + [aux_sym_xauth_location_token1] = ACTIONS(1737), }, [742] = { - [ts_builtin_sym_end] = ACTIONS(706), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(708), - [aux_sym_match_token1] = ACTIONS(706), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(706), - [aux_sym_address_family_token1] = ACTIONS(706), - [aux_sym_batch_mode_token1] = ACTIONS(706), - [aux_sym_bind_address_token1] = ACTIONS(706), - [aux_sym_bind_interface_token1] = ACTIONS(706), - [aux_sym_canonical_domains_token1] = ACTIONS(706), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(706), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(706), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(706), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(706), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(706), - [aux_sym_certificate_file_token1] = ACTIONS(706), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(706), - [aux_sym_check_host_ip_token1] = ACTIONS(706), - [aux_sym_ciphers_token1] = ACTIONS(706), - [aux_sym_cipher_token1] = ACTIONS(708), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(706), - [aux_sym_compression_token1] = ACTIONS(706), - [aux_sym_connection_attempts_token1] = ACTIONS(706), - [aux_sym_connect_timeout_token1] = ACTIONS(706), - [aux_sym_control_master_token1] = ACTIONS(706), - [aux_sym_control_path_token1] = ACTIONS(706), - [aux_sym_control_persist_token1] = ACTIONS(706), - [aux_sym_dynamic_forward_token1] = ACTIONS(706), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(706), - [aux_sym_escape_char_token1] = ACTIONS(706), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(706), - [aux_sym_fingerprint_hash_token1] = ACTIONS(706), - [aux_sym_fork_after_authentication_token1] = ACTIONS(706), - [aux_sym_forward_agent_token1] = ACTIONS(706), - [aux_sym_forward_x11_token1] = ACTIONS(708), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(706), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(706), - [aux_sym_gateway_ports_token1] = ACTIONS(706), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(706), - [aux_sym_gssapi_authentication_token1] = ACTIONS(706), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(706), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(706), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(706), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(706), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(706), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(706), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(706), - [aux_sym_hash_known_hosts_token1] = ACTIONS(706), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(706), - [aux_sym_hostbased_authentication_token1] = ACTIONS(706), - [aux_sym_host_key_algorithms_token1] = ACTIONS(706), - [aux_sym_host_key_alias_token1] = ACTIONS(706), - [aux_sym_hostname_token1] = ACTIONS(706), - [aux_sym_identities_only_token1] = ACTIONS(706), - [aux_sym_identity_agent_token1] = ACTIONS(706), - [aux_sym_identity_file_token1] = ACTIONS(706), - [aux_sym_ignore_unknown_token1] = ACTIONS(706), - [aux_sym_include_token1] = ACTIONS(706), - [aux_sym_ip_qos_token1] = ACTIONS(706), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(706), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(706), - [aux_sym_kex_algorithms_token1] = ACTIONS(706), - [aux_sym_known_hosts_command_token1] = ACTIONS(706), - [aux_sym_local_command_token1] = ACTIONS(706), - [aux_sym_local_forward_token1] = ACTIONS(706), - [aux_sym_log_level_token1] = ACTIONS(706), - [aux_sym_log_verbose_token1] = ACTIONS(706), - [aux_sym_macs_token1] = ACTIONS(706), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(706), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(706), - [aux_sym_password_authentication_token1] = ACTIONS(706), - [aux_sym_permit_local_command_token1] = ACTIONS(706), - [aux_sym_permit_remote_open_token1] = ACTIONS(706), - [aux_sym_pkcs11_provider_token1] = ACTIONS(706), - [aux_sym_port_token1] = ACTIONS(706), - [aux_sym_preferred_authentications_token1] = ACTIONS(706), - [aux_sym_protocol_token1] = ACTIONS(706), - [aux_sym_proxy_command_token1] = ACTIONS(706), - [aux_sym_proxy_jump_token1] = ACTIONS(706), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(706), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(706), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(706), - [aux_sym_pubkey_authentication_token1] = ACTIONS(706), - [aux_sym_rekey_limit_token1] = ACTIONS(706), - [aux_sym_remote_command_token1] = ACTIONS(706), - [aux_sym_remote_forward_token1] = ACTIONS(706), - [aux_sym_request_tty_token1] = ACTIONS(706), - [aux_sym_revoked_host_keys_token1] = ACTIONS(706), - [aux_sym_security_key_provider_token1] = ACTIONS(706), - [aux_sym_send_env_token1] = ACTIONS(706), - [aux_sym_server_alive_count_max_token1] = ACTIONS(706), - [aux_sym_server_alive_interval_token1] = ACTIONS(706), - [aux_sym_session_type_token1] = ACTIONS(706), - [aux_sym_set_env_token1] = ACTIONS(706), - [aux_sym_stdin_null_token1] = ACTIONS(706), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(706), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(706), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(706), - [aux_sym_syslog_facility_token1] = ACTIONS(706), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(706), - [aux_sym_keep_alive_token1] = ACTIONS(706), - [aux_sym_tunnel_token1] = ACTIONS(708), - [aux_sym_tunnel_device_token1] = ACTIONS(706), - [aux_sym_update_host_keys_token1] = ACTIONS(706), - [aux_sym_use_keychain_token1] = ACTIONS(706), - [aux_sym_use_roaming_token1] = ACTIONS(706), - [aux_sym_user_token1] = ACTIONS(708), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(706), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(706), - [aux_sym_visual_host_key_token1] = ACTIONS(706), - [aux_sym_xauth_location_token1] = ACTIONS(706), + [ts_builtin_sym_end] = ACTIONS(1443), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1445), + [aux_sym_match_token1] = ACTIONS(1443), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1443), + [aux_sym_address_family_token1] = ACTIONS(1443), + [aux_sym_batch_mode_token1] = ACTIONS(1443), + [aux_sym_bind_address_token1] = ACTIONS(1443), + [aux_sym_bind_interface_token1] = ACTIONS(1443), + [aux_sym_canonical_domains_token1] = ACTIONS(1443), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1443), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1443), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1443), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1443), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1443), + [aux_sym_certificate_file_token1] = ACTIONS(1443), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1443), + [aux_sym_check_host_ip_token1] = ACTIONS(1443), + [aux_sym_ciphers_token1] = ACTIONS(1443), + [aux_sym_cipher_token1] = ACTIONS(1445), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1443), + [aux_sym_compression_token1] = ACTIONS(1443), + [aux_sym_connection_attempts_token1] = ACTIONS(1443), + [aux_sym_connect_timeout_token1] = ACTIONS(1443), + [aux_sym_control_master_token1] = ACTIONS(1443), + [aux_sym_control_path_token1] = ACTIONS(1443), + [aux_sym_control_persist_token1] = ACTIONS(1443), + [aux_sym_dynamic_forward_token1] = ACTIONS(1443), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1443), + [aux_sym_escape_char_token1] = ACTIONS(1443), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1443), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1443), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1443), + [aux_sym_forward_agent_token1] = ACTIONS(1443), + [aux_sym_forward_x11_token1] = ACTIONS(1445), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1443), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1443), + [aux_sym_gateway_ports_token1] = ACTIONS(1443), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1443), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1443), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1443), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1443), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1443), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1443), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1443), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1443), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1443), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1443), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1443), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1443), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1443), + [aux_sym_host_key_alias_token1] = ACTIONS(1443), + [aux_sym_hostname_token1] = ACTIONS(1443), + [aux_sym_identities_only_token1] = ACTIONS(1443), + [aux_sym_identity_agent_token1] = ACTIONS(1443), + [aux_sym_identity_file_token1] = ACTIONS(1443), + [aux_sym_ignore_unknown_token1] = ACTIONS(1443), + [aux_sym_include_token1] = ACTIONS(1443), + [aux_sym_ip_qos_token1] = ACTIONS(1443), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1443), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1443), + [aux_sym_kex_algorithms_token1] = ACTIONS(1443), + [aux_sym_known_hosts_command_token1] = ACTIONS(1443), + [aux_sym_local_command_token1] = ACTIONS(1443), + [aux_sym_local_forward_token1] = ACTIONS(1443), + [aux_sym_log_level_token1] = ACTIONS(1443), + [aux_sym_log_verbose_token1] = ACTIONS(1443), + [aux_sym_macs_token1] = ACTIONS(1443), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1443), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1443), + [aux_sym_password_authentication_token1] = ACTIONS(1443), + [aux_sym_permit_local_command_token1] = ACTIONS(1443), + [aux_sym_permit_remote_open_token1] = ACTIONS(1443), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1443), + [aux_sym_port_token1] = ACTIONS(1443), + [aux_sym_preferred_authentications_token1] = ACTIONS(1443), + [aux_sym_protocol_token1] = ACTIONS(1443), + [aux_sym_proxy_command_token1] = ACTIONS(1443), + [aux_sym_proxy_jump_token1] = ACTIONS(1443), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1443), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1443), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1443), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1443), + [aux_sym_rekey_limit_token1] = ACTIONS(1443), + [aux_sym_remote_command_token1] = ACTIONS(1443), + [aux_sym_remote_forward_token1] = ACTIONS(1443), + [aux_sym_request_tty_token1] = ACTIONS(1443), + [aux_sym_required_rsa_size_token1] = ACTIONS(1443), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1443), + [aux_sym_security_key_provider_token1] = ACTIONS(1443), + [aux_sym_send_env_token1] = ACTIONS(1443), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1443), + [aux_sym_server_alive_interval_token1] = ACTIONS(1443), + [aux_sym_session_type_token1] = ACTIONS(1443), + [aux_sym_set_env_token1] = ACTIONS(1443), + [aux_sym_stdin_null_token1] = ACTIONS(1443), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1443), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1443), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1443), + [aux_sym_syslog_facility_token1] = ACTIONS(1443), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1443), + [aux_sym_keep_alive_token1] = ACTIONS(1443), + [aux_sym_tunnel_token1] = ACTIONS(1445), + [aux_sym_tunnel_device_token1] = ACTIONS(1443), + [aux_sym_update_host_keys_token1] = ACTIONS(1443), + [aux_sym_use_keychain_token1] = ACTIONS(1443), + [aux_sym_use_roaming_token1] = ACTIONS(1443), + [aux_sym_user_token1] = ACTIONS(1445), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1443), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1443), + [aux_sym_visual_host_key_token1] = ACTIONS(1443), + [aux_sym_xauth_location_token1] = ACTIONS(1443), }, [743] = { - [ts_builtin_sym_end] = ACTIONS(868), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(870), - [aux_sym_match_token1] = ACTIONS(868), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(868), - [aux_sym_address_family_token1] = ACTIONS(868), - [aux_sym_batch_mode_token1] = ACTIONS(868), - [aux_sym_bind_address_token1] = ACTIONS(868), - [aux_sym_bind_interface_token1] = ACTIONS(868), - [aux_sym_canonical_domains_token1] = ACTIONS(868), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(868), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(868), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(868), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(868), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(868), - [aux_sym_certificate_file_token1] = ACTIONS(868), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(868), - [aux_sym_check_host_ip_token1] = ACTIONS(868), - [aux_sym_ciphers_token1] = ACTIONS(868), - [aux_sym_cipher_token1] = ACTIONS(870), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(868), - [aux_sym_compression_token1] = ACTIONS(868), - [aux_sym_connection_attempts_token1] = ACTIONS(868), - [aux_sym_connect_timeout_token1] = ACTIONS(868), - [aux_sym_control_master_token1] = ACTIONS(868), - [aux_sym_control_path_token1] = ACTIONS(868), - [aux_sym_control_persist_token1] = ACTIONS(868), - [aux_sym_dynamic_forward_token1] = ACTIONS(868), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(868), - [aux_sym_escape_char_token1] = ACTIONS(868), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(868), - [aux_sym_fingerprint_hash_token1] = ACTIONS(868), - [aux_sym_fork_after_authentication_token1] = ACTIONS(868), - [aux_sym_forward_agent_token1] = ACTIONS(868), - [aux_sym_forward_x11_token1] = ACTIONS(870), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(868), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(868), - [aux_sym_gateway_ports_token1] = ACTIONS(868), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(868), - [aux_sym_gssapi_authentication_token1] = ACTIONS(868), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(868), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(868), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(868), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(868), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(868), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(868), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(868), - [aux_sym_hash_known_hosts_token1] = ACTIONS(868), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(868), - [aux_sym_hostbased_authentication_token1] = ACTIONS(868), - [aux_sym_host_key_algorithms_token1] = ACTIONS(868), - [aux_sym_host_key_alias_token1] = ACTIONS(868), - [aux_sym_hostname_token1] = ACTIONS(868), - [aux_sym_identities_only_token1] = ACTIONS(868), - [aux_sym_identity_agent_token1] = ACTIONS(868), - [aux_sym_identity_file_token1] = ACTIONS(868), - [aux_sym_ignore_unknown_token1] = ACTIONS(868), - [aux_sym_include_token1] = ACTIONS(868), - [aux_sym_ip_qos_token1] = ACTIONS(868), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(868), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(868), - [aux_sym_kex_algorithms_token1] = ACTIONS(868), - [aux_sym_known_hosts_command_token1] = ACTIONS(868), - [aux_sym_local_command_token1] = ACTIONS(868), - [aux_sym_local_forward_token1] = ACTIONS(868), - [aux_sym_log_level_token1] = ACTIONS(868), - [aux_sym_log_verbose_token1] = ACTIONS(868), - [aux_sym_macs_token1] = ACTIONS(868), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(868), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(868), - [aux_sym_password_authentication_token1] = ACTIONS(868), - [aux_sym_permit_local_command_token1] = ACTIONS(868), - [aux_sym_permit_remote_open_token1] = ACTIONS(868), - [aux_sym_pkcs11_provider_token1] = ACTIONS(868), - [aux_sym_port_token1] = ACTIONS(868), - [aux_sym_preferred_authentications_token1] = ACTIONS(868), - [aux_sym_protocol_token1] = ACTIONS(868), - [aux_sym_proxy_command_token1] = ACTIONS(868), - [aux_sym_proxy_jump_token1] = ACTIONS(868), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(868), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(868), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(868), - [aux_sym_pubkey_authentication_token1] = ACTIONS(868), - [aux_sym_rekey_limit_token1] = ACTIONS(868), - [aux_sym_remote_command_token1] = ACTIONS(868), - [aux_sym_remote_forward_token1] = ACTIONS(868), - [aux_sym_request_tty_token1] = ACTIONS(868), - [aux_sym_revoked_host_keys_token1] = ACTIONS(868), - [aux_sym_security_key_provider_token1] = ACTIONS(868), - [aux_sym_send_env_token1] = ACTIONS(868), - [aux_sym_server_alive_count_max_token1] = ACTIONS(868), - [aux_sym_server_alive_interval_token1] = ACTIONS(868), - [aux_sym_session_type_token1] = ACTIONS(868), - [aux_sym_set_env_token1] = ACTIONS(868), - [aux_sym_stdin_null_token1] = ACTIONS(868), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(868), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(868), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(868), - [aux_sym_syslog_facility_token1] = ACTIONS(868), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(868), - [aux_sym_keep_alive_token1] = ACTIONS(868), - [aux_sym_tunnel_token1] = ACTIONS(870), - [aux_sym_tunnel_device_token1] = ACTIONS(868), - [aux_sym_update_host_keys_token1] = ACTIONS(868), - [aux_sym_use_keychain_token1] = ACTIONS(868), - [aux_sym_use_roaming_token1] = ACTIONS(868), - [aux_sym_user_token1] = ACTIONS(870), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(868), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(868), - [aux_sym_visual_host_key_token1] = ACTIONS(868), - [aux_sym_xauth_location_token1] = ACTIONS(868), + [ts_builtin_sym_end] = ACTIONS(1449), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1451), + [aux_sym_match_token1] = ACTIONS(1449), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1449), + [aux_sym_address_family_token1] = ACTIONS(1449), + [aux_sym_batch_mode_token1] = ACTIONS(1449), + [aux_sym_bind_address_token1] = ACTIONS(1449), + [aux_sym_bind_interface_token1] = ACTIONS(1449), + [aux_sym_canonical_domains_token1] = ACTIONS(1449), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1449), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1449), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1449), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1449), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1449), + [aux_sym_certificate_file_token1] = ACTIONS(1449), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1449), + [aux_sym_check_host_ip_token1] = ACTIONS(1449), + [aux_sym_ciphers_token1] = ACTIONS(1449), + [aux_sym_cipher_token1] = ACTIONS(1451), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1449), + [aux_sym_compression_token1] = ACTIONS(1449), + [aux_sym_connection_attempts_token1] = ACTIONS(1449), + [aux_sym_connect_timeout_token1] = ACTIONS(1449), + [aux_sym_control_master_token1] = ACTIONS(1449), + [aux_sym_control_path_token1] = ACTIONS(1449), + [aux_sym_control_persist_token1] = ACTIONS(1449), + [aux_sym_dynamic_forward_token1] = ACTIONS(1449), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1449), + [aux_sym_escape_char_token1] = ACTIONS(1449), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1449), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1449), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1449), + [aux_sym_forward_agent_token1] = ACTIONS(1449), + [aux_sym_forward_x11_token1] = ACTIONS(1451), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1449), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1449), + [aux_sym_gateway_ports_token1] = ACTIONS(1449), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1449), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1449), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1449), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1449), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1449), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1449), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1449), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1449), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1449), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1449), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1449), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1449), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1449), + [aux_sym_host_key_alias_token1] = ACTIONS(1449), + [aux_sym_hostname_token1] = ACTIONS(1449), + [aux_sym_identities_only_token1] = ACTIONS(1449), + [aux_sym_identity_agent_token1] = ACTIONS(1449), + [aux_sym_identity_file_token1] = ACTIONS(1449), + [aux_sym_ignore_unknown_token1] = ACTIONS(1449), + [aux_sym_include_token1] = ACTIONS(1449), + [aux_sym_ip_qos_token1] = ACTIONS(1449), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1449), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1449), + [aux_sym_kex_algorithms_token1] = ACTIONS(1449), + [aux_sym_known_hosts_command_token1] = ACTIONS(1449), + [aux_sym_local_command_token1] = ACTIONS(1449), + [aux_sym_local_forward_token1] = ACTIONS(1449), + [aux_sym_log_level_token1] = ACTIONS(1449), + [aux_sym_log_verbose_token1] = ACTIONS(1449), + [aux_sym_macs_token1] = ACTIONS(1449), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1449), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1449), + [aux_sym_password_authentication_token1] = ACTIONS(1449), + [aux_sym_permit_local_command_token1] = ACTIONS(1449), + [aux_sym_permit_remote_open_token1] = ACTIONS(1449), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1449), + [aux_sym_port_token1] = ACTIONS(1449), + [aux_sym_preferred_authentications_token1] = ACTIONS(1449), + [aux_sym_protocol_token1] = ACTIONS(1449), + [aux_sym_proxy_command_token1] = ACTIONS(1449), + [aux_sym_proxy_jump_token1] = ACTIONS(1449), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1449), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1449), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1449), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1449), + [aux_sym_rekey_limit_token1] = ACTIONS(1449), + [aux_sym_remote_command_token1] = ACTIONS(1449), + [aux_sym_remote_forward_token1] = ACTIONS(1449), + [aux_sym_request_tty_token1] = ACTIONS(1449), + [aux_sym_required_rsa_size_token1] = ACTIONS(1449), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1449), + [aux_sym_security_key_provider_token1] = ACTIONS(1449), + [aux_sym_send_env_token1] = ACTIONS(1449), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1449), + [aux_sym_server_alive_interval_token1] = ACTIONS(1449), + [aux_sym_session_type_token1] = ACTIONS(1449), + [aux_sym_set_env_token1] = ACTIONS(1449), + [aux_sym_stdin_null_token1] = ACTIONS(1449), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1449), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1449), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1449), + [aux_sym_syslog_facility_token1] = ACTIONS(1449), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1449), + [aux_sym_keep_alive_token1] = ACTIONS(1449), + [aux_sym_tunnel_token1] = ACTIONS(1451), + [aux_sym_tunnel_device_token1] = ACTIONS(1449), + [aux_sym_update_host_keys_token1] = ACTIONS(1449), + [aux_sym_use_keychain_token1] = ACTIONS(1449), + [aux_sym_use_roaming_token1] = ACTIONS(1449), + [aux_sym_user_token1] = ACTIONS(1451), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1449), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1449), + [aux_sym_visual_host_key_token1] = ACTIONS(1449), + [aux_sym_xauth_location_token1] = ACTIONS(1449), }, [744] = { - [ts_builtin_sym_end] = ACTIONS(1702), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1704), - [aux_sym_match_token1] = ACTIONS(1702), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1702), - [aux_sym_address_family_token1] = ACTIONS(1702), - [aux_sym_batch_mode_token1] = ACTIONS(1702), - [aux_sym_bind_address_token1] = ACTIONS(1702), - [aux_sym_bind_interface_token1] = ACTIONS(1702), - [aux_sym_canonical_domains_token1] = ACTIONS(1702), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1702), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1702), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1702), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1702), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1702), - [aux_sym_certificate_file_token1] = ACTIONS(1702), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1702), - [aux_sym_check_host_ip_token1] = ACTIONS(1702), - [aux_sym_ciphers_token1] = ACTIONS(1702), - [aux_sym_cipher_token1] = ACTIONS(1704), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1702), - [aux_sym_compression_token1] = ACTIONS(1702), - [aux_sym_connection_attempts_token1] = ACTIONS(1702), - [aux_sym_connect_timeout_token1] = ACTIONS(1702), - [aux_sym_control_master_token1] = ACTIONS(1702), - [aux_sym_control_path_token1] = ACTIONS(1702), - [aux_sym_control_persist_token1] = ACTIONS(1702), - [aux_sym_dynamic_forward_token1] = ACTIONS(1702), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1702), - [aux_sym_escape_char_token1] = ACTIONS(1702), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1702), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1702), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1702), - [aux_sym_forward_agent_token1] = ACTIONS(1702), - [aux_sym_forward_x11_token1] = ACTIONS(1704), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1702), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1702), - [aux_sym_gateway_ports_token1] = ACTIONS(1702), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1702), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1702), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1702), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1702), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1702), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1702), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1702), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1702), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1702), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1702), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1702), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1702), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1702), - [aux_sym_host_key_alias_token1] = ACTIONS(1702), - [aux_sym_hostname_token1] = ACTIONS(1702), - [aux_sym_identities_only_token1] = ACTIONS(1702), - [aux_sym_identity_agent_token1] = ACTIONS(1702), - [aux_sym_identity_file_token1] = ACTIONS(1702), - [aux_sym_ignore_unknown_token1] = ACTIONS(1702), - [aux_sym_include_token1] = ACTIONS(1702), - [aux_sym_ip_qos_token1] = ACTIONS(1702), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1702), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1702), - [aux_sym_kex_algorithms_token1] = ACTIONS(1702), - [aux_sym_known_hosts_command_token1] = ACTIONS(1702), - [aux_sym_local_command_token1] = ACTIONS(1702), - [aux_sym_local_forward_token1] = ACTIONS(1702), - [aux_sym_log_level_token1] = ACTIONS(1702), - [aux_sym_log_verbose_token1] = ACTIONS(1702), - [aux_sym_macs_token1] = ACTIONS(1702), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1702), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1702), - [aux_sym_password_authentication_token1] = ACTIONS(1702), - [aux_sym_permit_local_command_token1] = ACTIONS(1702), - [aux_sym_permit_remote_open_token1] = ACTIONS(1702), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1702), - [aux_sym_port_token1] = ACTIONS(1702), - [aux_sym_preferred_authentications_token1] = ACTIONS(1702), - [aux_sym_protocol_token1] = ACTIONS(1702), - [aux_sym_proxy_command_token1] = ACTIONS(1702), - [aux_sym_proxy_jump_token1] = ACTIONS(1702), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1702), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1702), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1702), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1702), - [aux_sym_rekey_limit_token1] = ACTIONS(1702), - [aux_sym_remote_command_token1] = ACTIONS(1702), - [aux_sym_remote_forward_token1] = ACTIONS(1702), - [aux_sym_request_tty_token1] = ACTIONS(1702), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1702), - [aux_sym_security_key_provider_token1] = ACTIONS(1702), - [aux_sym_send_env_token1] = ACTIONS(1702), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1702), - [aux_sym_server_alive_interval_token1] = ACTIONS(1702), - [aux_sym_session_type_token1] = ACTIONS(1702), - [aux_sym_set_env_token1] = ACTIONS(1702), - [aux_sym_stdin_null_token1] = ACTIONS(1702), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1702), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1702), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1702), - [aux_sym_syslog_facility_token1] = ACTIONS(1702), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1702), - [aux_sym_keep_alive_token1] = ACTIONS(1702), - [aux_sym_tunnel_token1] = ACTIONS(1704), - [aux_sym_tunnel_device_token1] = ACTIONS(1702), - [aux_sym_update_host_keys_token1] = ACTIONS(1702), - [aux_sym_use_keychain_token1] = ACTIONS(1702), - [aux_sym_use_roaming_token1] = ACTIONS(1702), - [aux_sym_user_token1] = ACTIONS(1704), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1702), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1702), - [aux_sym_visual_host_key_token1] = ACTIONS(1702), - [aux_sym_xauth_location_token1] = ACTIONS(1702), + [ts_builtin_sym_end] = ACTIONS(1731), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1733), + [aux_sym_match_token1] = ACTIONS(1731), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1731), + [aux_sym_address_family_token1] = ACTIONS(1731), + [aux_sym_batch_mode_token1] = ACTIONS(1731), + [aux_sym_bind_address_token1] = ACTIONS(1731), + [aux_sym_bind_interface_token1] = ACTIONS(1731), + [aux_sym_canonical_domains_token1] = ACTIONS(1731), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1731), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1731), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1731), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1731), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1731), + [aux_sym_certificate_file_token1] = ACTIONS(1731), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1731), + [aux_sym_check_host_ip_token1] = ACTIONS(1731), + [aux_sym_ciphers_token1] = ACTIONS(1731), + [aux_sym_cipher_token1] = ACTIONS(1733), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1731), + [aux_sym_compression_token1] = ACTIONS(1731), + [aux_sym_connection_attempts_token1] = ACTIONS(1731), + [aux_sym_connect_timeout_token1] = ACTIONS(1731), + [aux_sym_control_master_token1] = ACTIONS(1731), + [aux_sym_control_path_token1] = ACTIONS(1731), + [aux_sym_control_persist_token1] = ACTIONS(1731), + [aux_sym_dynamic_forward_token1] = ACTIONS(1731), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1731), + [aux_sym_escape_char_token1] = ACTIONS(1731), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1731), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1731), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1731), + [aux_sym_forward_agent_token1] = ACTIONS(1731), + [aux_sym_forward_x11_token1] = ACTIONS(1733), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1731), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1731), + [aux_sym_gateway_ports_token1] = ACTIONS(1731), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1731), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1731), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1731), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1731), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1731), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1731), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1731), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1731), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1731), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1731), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1731), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1731), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1731), + [aux_sym_host_key_alias_token1] = ACTIONS(1731), + [aux_sym_hostname_token1] = ACTIONS(1731), + [aux_sym_identities_only_token1] = ACTIONS(1731), + [aux_sym_identity_agent_token1] = ACTIONS(1731), + [aux_sym_identity_file_token1] = ACTIONS(1731), + [aux_sym_ignore_unknown_token1] = ACTIONS(1731), + [aux_sym_include_token1] = ACTIONS(1731), + [aux_sym_ip_qos_token1] = ACTIONS(1731), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1731), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1731), + [aux_sym_kex_algorithms_token1] = ACTIONS(1731), + [aux_sym_known_hosts_command_token1] = ACTIONS(1731), + [aux_sym_local_command_token1] = ACTIONS(1731), + [aux_sym_local_forward_token1] = ACTIONS(1731), + [aux_sym_log_level_token1] = ACTIONS(1731), + [aux_sym_log_verbose_token1] = ACTIONS(1731), + [aux_sym_macs_token1] = ACTIONS(1731), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1731), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1731), + [aux_sym_password_authentication_token1] = ACTIONS(1731), + [aux_sym_permit_local_command_token1] = ACTIONS(1731), + [aux_sym_permit_remote_open_token1] = ACTIONS(1731), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1731), + [aux_sym_port_token1] = ACTIONS(1731), + [aux_sym_preferred_authentications_token1] = ACTIONS(1731), + [aux_sym_protocol_token1] = ACTIONS(1731), + [aux_sym_proxy_command_token1] = ACTIONS(1731), + [aux_sym_proxy_jump_token1] = ACTIONS(1731), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1731), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1731), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1731), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1731), + [aux_sym_rekey_limit_token1] = ACTIONS(1731), + [aux_sym_remote_command_token1] = ACTIONS(1731), + [aux_sym_remote_forward_token1] = ACTIONS(1731), + [aux_sym_request_tty_token1] = ACTIONS(1731), + [aux_sym_required_rsa_size_token1] = ACTIONS(1731), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1731), + [aux_sym_security_key_provider_token1] = ACTIONS(1731), + [aux_sym_send_env_token1] = ACTIONS(1731), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1731), + [aux_sym_server_alive_interval_token1] = ACTIONS(1731), + [aux_sym_session_type_token1] = ACTIONS(1731), + [aux_sym_set_env_token1] = ACTIONS(1731), + [aux_sym_stdin_null_token1] = ACTIONS(1731), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1731), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1731), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1731), + [aux_sym_syslog_facility_token1] = ACTIONS(1731), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1731), + [aux_sym_keep_alive_token1] = ACTIONS(1731), + [aux_sym_tunnel_token1] = ACTIONS(1733), + [aux_sym_tunnel_device_token1] = ACTIONS(1731), + [aux_sym_update_host_keys_token1] = ACTIONS(1731), + [aux_sym_use_keychain_token1] = ACTIONS(1731), + [aux_sym_use_roaming_token1] = ACTIONS(1731), + [aux_sym_user_token1] = ACTIONS(1733), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1731), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1731), + [aux_sym_visual_host_key_token1] = ACTIONS(1731), + [aux_sym_xauth_location_token1] = ACTIONS(1731), }, [745] = { - [ts_builtin_sym_end] = ACTIONS(1432), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1434), - [aux_sym_match_token1] = ACTIONS(1432), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1432), - [aux_sym_address_family_token1] = ACTIONS(1432), - [aux_sym_batch_mode_token1] = ACTIONS(1432), - [aux_sym_bind_address_token1] = ACTIONS(1432), - [aux_sym_bind_interface_token1] = ACTIONS(1432), - [aux_sym_canonical_domains_token1] = ACTIONS(1432), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1432), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1432), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1432), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1432), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1432), - [aux_sym_certificate_file_token1] = ACTIONS(1432), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1432), - [aux_sym_check_host_ip_token1] = ACTIONS(1432), - [aux_sym_ciphers_token1] = ACTIONS(1432), - [aux_sym_cipher_token1] = ACTIONS(1434), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1432), - [aux_sym_compression_token1] = ACTIONS(1432), - [aux_sym_connection_attempts_token1] = ACTIONS(1432), - [aux_sym_connect_timeout_token1] = ACTIONS(1432), - [aux_sym_control_master_token1] = ACTIONS(1432), - [aux_sym_control_path_token1] = ACTIONS(1432), - [aux_sym_control_persist_token1] = ACTIONS(1432), - [aux_sym_dynamic_forward_token1] = ACTIONS(1432), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1432), - [aux_sym_escape_char_token1] = ACTIONS(1432), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1432), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1432), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1432), - [aux_sym_forward_agent_token1] = ACTIONS(1432), - [aux_sym_forward_x11_token1] = ACTIONS(1434), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1432), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1432), - [aux_sym_gateway_ports_token1] = ACTIONS(1432), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1432), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1432), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1432), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1432), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1432), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1432), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1432), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1432), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1432), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1432), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1432), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1432), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1432), - [aux_sym_host_key_alias_token1] = ACTIONS(1432), - [aux_sym_hostname_token1] = ACTIONS(1432), - [aux_sym_identities_only_token1] = ACTIONS(1432), - [aux_sym_identity_agent_token1] = ACTIONS(1432), - [aux_sym_identity_file_token1] = ACTIONS(1432), - [aux_sym_ignore_unknown_token1] = ACTIONS(1432), - [aux_sym_include_token1] = ACTIONS(1432), - [aux_sym_ip_qos_token1] = ACTIONS(1432), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1432), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1432), - [aux_sym_kex_algorithms_token1] = ACTIONS(1432), - [aux_sym_known_hosts_command_token1] = ACTIONS(1432), - [aux_sym_local_command_token1] = ACTIONS(1432), - [aux_sym_local_forward_token1] = ACTIONS(1432), - [aux_sym_log_level_token1] = ACTIONS(1432), - [aux_sym_log_verbose_token1] = ACTIONS(1432), - [aux_sym_macs_token1] = ACTIONS(1432), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1432), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1432), - [aux_sym_password_authentication_token1] = ACTIONS(1432), - [aux_sym_permit_local_command_token1] = ACTIONS(1432), - [aux_sym_permit_remote_open_token1] = ACTIONS(1432), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1432), - [aux_sym_port_token1] = ACTIONS(1432), - [aux_sym_preferred_authentications_token1] = ACTIONS(1432), - [aux_sym_protocol_token1] = ACTIONS(1432), - [aux_sym_proxy_command_token1] = ACTIONS(1432), - [aux_sym_proxy_jump_token1] = ACTIONS(1432), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1432), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1432), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1432), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1432), - [aux_sym_rekey_limit_token1] = ACTIONS(1432), - [aux_sym_remote_command_token1] = ACTIONS(1432), - [aux_sym_remote_forward_token1] = ACTIONS(1432), - [aux_sym_request_tty_token1] = ACTIONS(1432), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1432), - [aux_sym_security_key_provider_token1] = ACTIONS(1432), - [aux_sym_send_env_token1] = ACTIONS(1432), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1432), - [aux_sym_server_alive_interval_token1] = ACTIONS(1432), - [aux_sym_session_type_token1] = ACTIONS(1432), - [aux_sym_set_env_token1] = ACTIONS(1432), - [aux_sym_stdin_null_token1] = ACTIONS(1432), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1432), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1432), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1432), - [aux_sym_syslog_facility_token1] = ACTIONS(1432), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1432), - [aux_sym_keep_alive_token1] = ACTIONS(1432), - [aux_sym_tunnel_token1] = ACTIONS(1434), - [aux_sym_tunnel_device_token1] = ACTIONS(1432), - [aux_sym_update_host_keys_token1] = ACTIONS(1432), - [aux_sym_use_keychain_token1] = ACTIONS(1432), - [aux_sym_use_roaming_token1] = ACTIONS(1432), - [aux_sym_user_token1] = ACTIONS(1434), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1432), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1432), - [aux_sym_visual_host_key_token1] = ACTIONS(1432), - [aux_sym_xauth_location_token1] = ACTIONS(1432), + [ts_builtin_sym_end] = ACTIONS(1455), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1457), + [aux_sym_match_token1] = ACTIONS(1455), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1455), + [aux_sym_address_family_token1] = ACTIONS(1455), + [aux_sym_batch_mode_token1] = ACTIONS(1455), + [aux_sym_bind_address_token1] = ACTIONS(1455), + [aux_sym_bind_interface_token1] = ACTIONS(1455), + [aux_sym_canonical_domains_token1] = ACTIONS(1455), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1455), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1455), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1455), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1455), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1455), + [aux_sym_certificate_file_token1] = ACTIONS(1455), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1455), + [aux_sym_check_host_ip_token1] = ACTIONS(1455), + [aux_sym_ciphers_token1] = ACTIONS(1455), + [aux_sym_cipher_token1] = ACTIONS(1457), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1455), + [aux_sym_compression_token1] = ACTIONS(1455), + [aux_sym_connection_attempts_token1] = ACTIONS(1455), + [aux_sym_connect_timeout_token1] = ACTIONS(1455), + [aux_sym_control_master_token1] = ACTIONS(1455), + [aux_sym_control_path_token1] = ACTIONS(1455), + [aux_sym_control_persist_token1] = ACTIONS(1455), + [aux_sym_dynamic_forward_token1] = ACTIONS(1455), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1455), + [aux_sym_escape_char_token1] = ACTIONS(1455), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1455), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1455), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1455), + [aux_sym_forward_agent_token1] = ACTIONS(1455), + [aux_sym_forward_x11_token1] = ACTIONS(1457), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1455), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1455), + [aux_sym_gateway_ports_token1] = ACTIONS(1455), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1455), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1455), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1455), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1455), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1455), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1455), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1455), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1455), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1455), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1455), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1455), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1455), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1455), + [aux_sym_host_key_alias_token1] = ACTIONS(1455), + [aux_sym_hostname_token1] = ACTIONS(1455), + [aux_sym_identities_only_token1] = ACTIONS(1455), + [aux_sym_identity_agent_token1] = ACTIONS(1455), + [aux_sym_identity_file_token1] = ACTIONS(1455), + [aux_sym_ignore_unknown_token1] = ACTIONS(1455), + [aux_sym_include_token1] = ACTIONS(1455), + [aux_sym_ip_qos_token1] = ACTIONS(1455), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1455), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1455), + [aux_sym_kex_algorithms_token1] = ACTIONS(1455), + [aux_sym_known_hosts_command_token1] = ACTIONS(1455), + [aux_sym_local_command_token1] = ACTIONS(1455), + [aux_sym_local_forward_token1] = ACTIONS(1455), + [aux_sym_log_level_token1] = ACTIONS(1455), + [aux_sym_log_verbose_token1] = ACTIONS(1455), + [aux_sym_macs_token1] = ACTIONS(1455), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1455), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1455), + [aux_sym_password_authentication_token1] = ACTIONS(1455), + [aux_sym_permit_local_command_token1] = ACTIONS(1455), + [aux_sym_permit_remote_open_token1] = ACTIONS(1455), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1455), + [aux_sym_port_token1] = ACTIONS(1455), + [aux_sym_preferred_authentications_token1] = ACTIONS(1455), + [aux_sym_protocol_token1] = ACTIONS(1455), + [aux_sym_proxy_command_token1] = ACTIONS(1455), + [aux_sym_proxy_jump_token1] = ACTIONS(1455), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1455), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1455), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1455), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1455), + [aux_sym_rekey_limit_token1] = ACTIONS(1455), + [aux_sym_remote_command_token1] = ACTIONS(1455), + [aux_sym_remote_forward_token1] = ACTIONS(1455), + [aux_sym_request_tty_token1] = ACTIONS(1455), + [aux_sym_required_rsa_size_token1] = ACTIONS(1455), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1455), + [aux_sym_security_key_provider_token1] = ACTIONS(1455), + [aux_sym_send_env_token1] = ACTIONS(1455), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1455), + [aux_sym_server_alive_interval_token1] = ACTIONS(1455), + [aux_sym_session_type_token1] = ACTIONS(1455), + [aux_sym_set_env_token1] = ACTIONS(1455), + [aux_sym_stdin_null_token1] = ACTIONS(1455), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1455), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1455), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1455), + [aux_sym_syslog_facility_token1] = ACTIONS(1455), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1455), + [aux_sym_keep_alive_token1] = ACTIONS(1455), + [aux_sym_tunnel_token1] = ACTIONS(1457), + [aux_sym_tunnel_device_token1] = ACTIONS(1455), + [aux_sym_update_host_keys_token1] = ACTIONS(1455), + [aux_sym_use_keychain_token1] = ACTIONS(1455), + [aux_sym_use_roaming_token1] = ACTIONS(1455), + [aux_sym_user_token1] = ACTIONS(1457), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1455), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1455), + [aux_sym_visual_host_key_token1] = ACTIONS(1455), + [aux_sym_xauth_location_token1] = ACTIONS(1455), }, [746] = { - [ts_builtin_sym_end] = ACTIONS(1642), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1644), - [aux_sym_match_token1] = ACTIONS(1642), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1642), - [aux_sym_address_family_token1] = ACTIONS(1642), - [aux_sym_batch_mode_token1] = ACTIONS(1642), - [aux_sym_bind_address_token1] = ACTIONS(1642), - [aux_sym_bind_interface_token1] = ACTIONS(1642), - [aux_sym_canonical_domains_token1] = ACTIONS(1642), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1642), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1642), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1642), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1642), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1642), - [aux_sym_certificate_file_token1] = ACTIONS(1642), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1642), - [aux_sym_check_host_ip_token1] = ACTIONS(1642), - [aux_sym_ciphers_token1] = ACTIONS(1642), - [aux_sym_cipher_token1] = ACTIONS(1644), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1642), - [aux_sym_compression_token1] = ACTIONS(1642), - [aux_sym_connection_attempts_token1] = ACTIONS(1642), - [aux_sym_connect_timeout_token1] = ACTIONS(1642), - [aux_sym_control_master_token1] = ACTIONS(1642), - [aux_sym_control_path_token1] = ACTIONS(1642), - [aux_sym_control_persist_token1] = ACTIONS(1642), - [aux_sym_dynamic_forward_token1] = ACTIONS(1642), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1642), - [aux_sym_escape_char_token1] = ACTIONS(1642), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1642), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1642), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1642), - [aux_sym_forward_agent_token1] = ACTIONS(1642), - [aux_sym_forward_x11_token1] = ACTIONS(1644), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1642), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1642), - [aux_sym_gateway_ports_token1] = ACTIONS(1642), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1642), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1642), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1642), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1642), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1642), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1642), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1642), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1642), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1642), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1642), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1642), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1642), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1642), - [aux_sym_host_key_alias_token1] = ACTIONS(1642), - [aux_sym_hostname_token1] = ACTIONS(1642), - [aux_sym_identities_only_token1] = ACTIONS(1642), - [aux_sym_identity_agent_token1] = ACTIONS(1642), - [aux_sym_identity_file_token1] = ACTIONS(1642), - [aux_sym_ignore_unknown_token1] = ACTIONS(1642), - [aux_sym_include_token1] = ACTIONS(1642), - [aux_sym_ip_qos_token1] = ACTIONS(1642), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1642), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1642), - [aux_sym_kex_algorithms_token1] = ACTIONS(1642), - [aux_sym_known_hosts_command_token1] = ACTIONS(1642), - [aux_sym_local_command_token1] = ACTIONS(1642), - [aux_sym_local_forward_token1] = ACTIONS(1642), - [aux_sym_log_level_token1] = ACTIONS(1642), - [aux_sym_log_verbose_token1] = ACTIONS(1642), - [aux_sym_macs_token1] = ACTIONS(1642), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1642), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1642), - [aux_sym_password_authentication_token1] = ACTIONS(1642), - [aux_sym_permit_local_command_token1] = ACTIONS(1642), - [aux_sym_permit_remote_open_token1] = ACTIONS(1642), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1642), - [aux_sym_port_token1] = ACTIONS(1642), - [aux_sym_preferred_authentications_token1] = ACTIONS(1642), - [aux_sym_protocol_token1] = ACTIONS(1642), - [aux_sym_proxy_command_token1] = ACTIONS(1642), - [aux_sym_proxy_jump_token1] = ACTIONS(1642), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1642), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1642), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1642), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1642), - [aux_sym_rekey_limit_token1] = ACTIONS(1642), - [aux_sym_remote_command_token1] = ACTIONS(1642), - [aux_sym_remote_forward_token1] = ACTIONS(1642), - [aux_sym_request_tty_token1] = ACTIONS(1642), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1642), - [aux_sym_security_key_provider_token1] = ACTIONS(1642), - [aux_sym_send_env_token1] = ACTIONS(1642), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1642), - [aux_sym_server_alive_interval_token1] = ACTIONS(1642), - [aux_sym_session_type_token1] = ACTIONS(1642), - [aux_sym_set_env_token1] = ACTIONS(1642), - [aux_sym_stdin_null_token1] = ACTIONS(1642), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1642), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1642), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1642), - [aux_sym_syslog_facility_token1] = ACTIONS(1642), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1642), - [aux_sym_keep_alive_token1] = ACTIONS(1642), - [aux_sym_tunnel_token1] = ACTIONS(1644), - [aux_sym_tunnel_device_token1] = ACTIONS(1642), - [aux_sym_update_host_keys_token1] = ACTIONS(1642), - [aux_sym_use_keychain_token1] = ACTIONS(1642), - [aux_sym_use_roaming_token1] = ACTIONS(1642), - [aux_sym_user_token1] = ACTIONS(1644), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1642), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1642), - [aux_sym_visual_host_key_token1] = ACTIONS(1642), - [aux_sym_xauth_location_token1] = ACTIONS(1642), + [ts_builtin_sym_end] = ACTIONS(1569), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1571), + [aux_sym_match_token1] = ACTIONS(1569), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1569), + [aux_sym_address_family_token1] = ACTIONS(1569), + [aux_sym_batch_mode_token1] = ACTIONS(1569), + [aux_sym_bind_address_token1] = ACTIONS(1569), + [aux_sym_bind_interface_token1] = ACTIONS(1569), + [aux_sym_canonical_domains_token1] = ACTIONS(1569), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1569), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1569), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1569), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1569), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1569), + [aux_sym_certificate_file_token1] = ACTIONS(1569), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1569), + [aux_sym_check_host_ip_token1] = ACTIONS(1569), + [aux_sym_ciphers_token1] = ACTIONS(1569), + [aux_sym_cipher_token1] = ACTIONS(1571), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1569), + [aux_sym_compression_token1] = ACTIONS(1569), + [aux_sym_connection_attempts_token1] = ACTIONS(1569), + [aux_sym_connect_timeout_token1] = ACTIONS(1569), + [aux_sym_control_master_token1] = ACTIONS(1569), + [aux_sym_control_path_token1] = ACTIONS(1569), + [aux_sym_control_persist_token1] = ACTIONS(1569), + [aux_sym_dynamic_forward_token1] = ACTIONS(1569), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1569), + [aux_sym_escape_char_token1] = ACTIONS(1569), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1569), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1569), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1569), + [aux_sym_forward_agent_token1] = ACTIONS(1569), + [aux_sym_forward_x11_token1] = ACTIONS(1571), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1569), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1569), + [aux_sym_gateway_ports_token1] = ACTIONS(1569), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1569), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1569), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1569), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1569), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1569), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1569), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1569), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1569), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1569), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1569), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1569), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1569), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1569), + [aux_sym_host_key_alias_token1] = ACTIONS(1569), + [aux_sym_hostname_token1] = ACTIONS(1569), + [aux_sym_identities_only_token1] = ACTIONS(1569), + [aux_sym_identity_agent_token1] = ACTIONS(1569), + [aux_sym_identity_file_token1] = ACTIONS(1569), + [aux_sym_ignore_unknown_token1] = ACTIONS(1569), + [aux_sym_include_token1] = ACTIONS(1569), + [aux_sym_ip_qos_token1] = ACTIONS(1569), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1569), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1569), + [aux_sym_kex_algorithms_token1] = ACTIONS(1569), + [aux_sym_known_hosts_command_token1] = ACTIONS(1569), + [aux_sym_local_command_token1] = ACTIONS(1569), + [aux_sym_local_forward_token1] = ACTIONS(1569), + [aux_sym_log_level_token1] = ACTIONS(1569), + [aux_sym_log_verbose_token1] = ACTIONS(1569), + [aux_sym_macs_token1] = ACTIONS(1569), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1569), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1569), + [aux_sym_password_authentication_token1] = ACTIONS(1569), + [aux_sym_permit_local_command_token1] = ACTIONS(1569), + [aux_sym_permit_remote_open_token1] = ACTIONS(1569), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1569), + [aux_sym_port_token1] = ACTIONS(1569), + [aux_sym_preferred_authentications_token1] = ACTIONS(1569), + [aux_sym_protocol_token1] = ACTIONS(1569), + [aux_sym_proxy_command_token1] = ACTIONS(1569), + [aux_sym_proxy_jump_token1] = ACTIONS(1569), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1569), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1569), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1569), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1569), + [aux_sym_rekey_limit_token1] = ACTIONS(1569), + [aux_sym_remote_command_token1] = ACTIONS(1569), + [aux_sym_remote_forward_token1] = ACTIONS(1569), + [aux_sym_request_tty_token1] = ACTIONS(1569), + [aux_sym_required_rsa_size_token1] = ACTIONS(1569), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1569), + [aux_sym_security_key_provider_token1] = ACTIONS(1569), + [aux_sym_send_env_token1] = ACTIONS(1569), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1569), + [aux_sym_server_alive_interval_token1] = ACTIONS(1569), + [aux_sym_session_type_token1] = ACTIONS(1569), + [aux_sym_set_env_token1] = ACTIONS(1569), + [aux_sym_stdin_null_token1] = ACTIONS(1569), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1569), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1569), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1569), + [aux_sym_syslog_facility_token1] = ACTIONS(1569), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1569), + [aux_sym_keep_alive_token1] = ACTIONS(1569), + [aux_sym_tunnel_token1] = ACTIONS(1571), + [aux_sym_tunnel_device_token1] = ACTIONS(1569), + [aux_sym_update_host_keys_token1] = ACTIONS(1569), + [aux_sym_use_keychain_token1] = ACTIONS(1569), + [aux_sym_use_roaming_token1] = ACTIONS(1569), + [aux_sym_user_token1] = ACTIONS(1571), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1569), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1569), + [aux_sym_visual_host_key_token1] = ACTIONS(1569), + [aux_sym_xauth_location_token1] = ACTIONS(1569), }, [747] = { - [ts_builtin_sym_end] = ACTIONS(1696), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1698), - [aux_sym_match_token1] = ACTIONS(1696), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1696), - [aux_sym_address_family_token1] = ACTIONS(1696), - [aux_sym_batch_mode_token1] = ACTIONS(1696), - [aux_sym_bind_address_token1] = ACTIONS(1696), - [aux_sym_bind_interface_token1] = ACTIONS(1696), - [aux_sym_canonical_domains_token1] = ACTIONS(1696), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1696), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1696), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1696), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1696), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1696), - [aux_sym_certificate_file_token1] = ACTIONS(1696), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1696), - [aux_sym_check_host_ip_token1] = ACTIONS(1696), - [aux_sym_ciphers_token1] = ACTIONS(1696), - [aux_sym_cipher_token1] = ACTIONS(1698), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1696), - [aux_sym_compression_token1] = ACTIONS(1696), - [aux_sym_connection_attempts_token1] = ACTIONS(1696), - [aux_sym_connect_timeout_token1] = ACTIONS(1696), - [aux_sym_control_master_token1] = ACTIONS(1696), - [aux_sym_control_path_token1] = ACTIONS(1696), - [aux_sym_control_persist_token1] = ACTIONS(1696), - [aux_sym_dynamic_forward_token1] = ACTIONS(1696), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1696), - [aux_sym_escape_char_token1] = ACTIONS(1696), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1696), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1696), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1696), - [aux_sym_forward_agent_token1] = ACTIONS(1696), - [aux_sym_forward_x11_token1] = ACTIONS(1698), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1696), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1696), - [aux_sym_gateway_ports_token1] = ACTIONS(1696), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1696), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1696), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1696), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1696), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1696), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1696), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1696), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1696), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1696), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1696), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1696), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1696), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1696), - [aux_sym_host_key_alias_token1] = ACTIONS(1696), - [aux_sym_hostname_token1] = ACTIONS(1696), - [aux_sym_identities_only_token1] = ACTIONS(1696), - [aux_sym_identity_agent_token1] = ACTIONS(1696), - [aux_sym_identity_file_token1] = ACTIONS(1696), - [aux_sym_ignore_unknown_token1] = ACTIONS(1696), - [aux_sym_include_token1] = ACTIONS(1696), - [aux_sym_ip_qos_token1] = ACTIONS(1696), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1696), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1696), - [aux_sym_kex_algorithms_token1] = ACTIONS(1696), - [aux_sym_known_hosts_command_token1] = ACTIONS(1696), - [aux_sym_local_command_token1] = ACTIONS(1696), - [aux_sym_local_forward_token1] = ACTIONS(1696), - [aux_sym_log_level_token1] = ACTIONS(1696), - [aux_sym_log_verbose_token1] = ACTIONS(1696), - [aux_sym_macs_token1] = ACTIONS(1696), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1696), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1696), - [aux_sym_password_authentication_token1] = ACTIONS(1696), - [aux_sym_permit_local_command_token1] = ACTIONS(1696), - [aux_sym_permit_remote_open_token1] = ACTIONS(1696), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1696), - [aux_sym_port_token1] = ACTIONS(1696), - [aux_sym_preferred_authentications_token1] = ACTIONS(1696), - [aux_sym_protocol_token1] = ACTIONS(1696), - [aux_sym_proxy_command_token1] = ACTIONS(1696), - [aux_sym_proxy_jump_token1] = ACTIONS(1696), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1696), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1696), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1696), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1696), - [aux_sym_rekey_limit_token1] = ACTIONS(1696), - [aux_sym_remote_command_token1] = ACTIONS(1696), - [aux_sym_remote_forward_token1] = ACTIONS(1696), - [aux_sym_request_tty_token1] = ACTIONS(1696), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1696), - [aux_sym_security_key_provider_token1] = ACTIONS(1696), - [aux_sym_send_env_token1] = ACTIONS(1696), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1696), - [aux_sym_server_alive_interval_token1] = ACTIONS(1696), - [aux_sym_session_type_token1] = ACTIONS(1696), - [aux_sym_set_env_token1] = ACTIONS(1696), - [aux_sym_stdin_null_token1] = ACTIONS(1696), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1696), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1696), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1696), - [aux_sym_syslog_facility_token1] = ACTIONS(1696), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1696), - [aux_sym_keep_alive_token1] = ACTIONS(1696), - [aux_sym_tunnel_token1] = ACTIONS(1698), - [aux_sym_tunnel_device_token1] = ACTIONS(1696), - [aux_sym_update_host_keys_token1] = ACTIONS(1696), - [aux_sym_use_keychain_token1] = ACTIONS(1696), - [aux_sym_use_roaming_token1] = ACTIONS(1696), - [aux_sym_user_token1] = ACTIONS(1698), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1696), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1696), - [aux_sym_visual_host_key_token1] = ACTIONS(1696), - [aux_sym_xauth_location_token1] = ACTIONS(1696), + [ts_builtin_sym_end] = ACTIONS(1725), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1727), + [aux_sym_match_token1] = ACTIONS(1725), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1725), + [aux_sym_address_family_token1] = ACTIONS(1725), + [aux_sym_batch_mode_token1] = ACTIONS(1725), + [aux_sym_bind_address_token1] = ACTIONS(1725), + [aux_sym_bind_interface_token1] = ACTIONS(1725), + [aux_sym_canonical_domains_token1] = ACTIONS(1725), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1725), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1725), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1725), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1725), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1725), + [aux_sym_certificate_file_token1] = ACTIONS(1725), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1725), + [aux_sym_check_host_ip_token1] = ACTIONS(1725), + [aux_sym_ciphers_token1] = ACTIONS(1725), + [aux_sym_cipher_token1] = ACTIONS(1727), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1725), + [aux_sym_compression_token1] = ACTIONS(1725), + [aux_sym_connection_attempts_token1] = ACTIONS(1725), + [aux_sym_connect_timeout_token1] = ACTIONS(1725), + [aux_sym_control_master_token1] = ACTIONS(1725), + [aux_sym_control_path_token1] = ACTIONS(1725), + [aux_sym_control_persist_token1] = ACTIONS(1725), + [aux_sym_dynamic_forward_token1] = ACTIONS(1725), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1725), + [aux_sym_escape_char_token1] = ACTIONS(1725), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1725), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1725), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1725), + [aux_sym_forward_agent_token1] = ACTIONS(1725), + [aux_sym_forward_x11_token1] = ACTIONS(1727), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1725), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1725), + [aux_sym_gateway_ports_token1] = ACTIONS(1725), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1725), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1725), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1725), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1725), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1725), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1725), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1725), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1725), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1725), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1725), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1725), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1725), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1725), + [aux_sym_host_key_alias_token1] = ACTIONS(1725), + [aux_sym_hostname_token1] = ACTIONS(1725), + [aux_sym_identities_only_token1] = ACTIONS(1725), + [aux_sym_identity_agent_token1] = ACTIONS(1725), + [aux_sym_identity_file_token1] = ACTIONS(1725), + [aux_sym_ignore_unknown_token1] = ACTIONS(1725), + [aux_sym_include_token1] = ACTIONS(1725), + [aux_sym_ip_qos_token1] = ACTIONS(1725), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1725), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1725), + [aux_sym_kex_algorithms_token1] = ACTIONS(1725), + [aux_sym_known_hosts_command_token1] = ACTIONS(1725), + [aux_sym_local_command_token1] = ACTIONS(1725), + [aux_sym_local_forward_token1] = ACTIONS(1725), + [aux_sym_log_level_token1] = ACTIONS(1725), + [aux_sym_log_verbose_token1] = ACTIONS(1725), + [aux_sym_macs_token1] = ACTIONS(1725), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1725), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1725), + [aux_sym_password_authentication_token1] = ACTIONS(1725), + [aux_sym_permit_local_command_token1] = ACTIONS(1725), + [aux_sym_permit_remote_open_token1] = ACTIONS(1725), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1725), + [aux_sym_port_token1] = ACTIONS(1725), + [aux_sym_preferred_authentications_token1] = ACTIONS(1725), + [aux_sym_protocol_token1] = ACTIONS(1725), + [aux_sym_proxy_command_token1] = ACTIONS(1725), + [aux_sym_proxy_jump_token1] = ACTIONS(1725), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1725), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1725), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1725), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1725), + [aux_sym_rekey_limit_token1] = ACTIONS(1725), + [aux_sym_remote_command_token1] = ACTIONS(1725), + [aux_sym_remote_forward_token1] = ACTIONS(1725), + [aux_sym_request_tty_token1] = ACTIONS(1725), + [aux_sym_required_rsa_size_token1] = ACTIONS(1725), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1725), + [aux_sym_security_key_provider_token1] = ACTIONS(1725), + [aux_sym_send_env_token1] = ACTIONS(1725), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1725), + [aux_sym_server_alive_interval_token1] = ACTIONS(1725), + [aux_sym_session_type_token1] = ACTIONS(1725), + [aux_sym_set_env_token1] = ACTIONS(1725), + [aux_sym_stdin_null_token1] = ACTIONS(1725), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1725), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1725), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1725), + [aux_sym_syslog_facility_token1] = ACTIONS(1725), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1725), + [aux_sym_keep_alive_token1] = ACTIONS(1725), + [aux_sym_tunnel_token1] = ACTIONS(1727), + [aux_sym_tunnel_device_token1] = ACTIONS(1725), + [aux_sym_update_host_keys_token1] = ACTIONS(1725), + [aux_sym_use_keychain_token1] = ACTIONS(1725), + [aux_sym_use_roaming_token1] = ACTIONS(1725), + [aux_sym_user_token1] = ACTIONS(1727), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1725), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1725), + [aux_sym_visual_host_key_token1] = ACTIONS(1725), + [aux_sym_xauth_location_token1] = ACTIONS(1725), }, [748] = { - [ts_builtin_sym_end] = ACTIONS(712), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(714), - [aux_sym_match_token1] = ACTIONS(712), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(712), - [aux_sym_address_family_token1] = ACTIONS(712), - [aux_sym_batch_mode_token1] = ACTIONS(712), - [aux_sym_bind_address_token1] = ACTIONS(712), - [aux_sym_bind_interface_token1] = ACTIONS(712), - [aux_sym_canonical_domains_token1] = ACTIONS(712), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(712), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(712), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(712), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(712), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(712), - [aux_sym_certificate_file_token1] = ACTIONS(712), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(712), - [aux_sym_check_host_ip_token1] = ACTIONS(712), - [aux_sym_ciphers_token1] = ACTIONS(712), - [aux_sym_cipher_token1] = ACTIONS(714), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(712), - [aux_sym_compression_token1] = ACTIONS(712), - [aux_sym_connection_attempts_token1] = ACTIONS(712), - [aux_sym_connect_timeout_token1] = ACTIONS(712), - [aux_sym_control_master_token1] = ACTIONS(712), - [aux_sym_control_path_token1] = ACTIONS(712), - [aux_sym_control_persist_token1] = ACTIONS(712), - [aux_sym_dynamic_forward_token1] = ACTIONS(712), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(712), - [aux_sym_escape_char_token1] = ACTIONS(712), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(712), - [aux_sym_fingerprint_hash_token1] = ACTIONS(712), - [aux_sym_fork_after_authentication_token1] = ACTIONS(712), - [aux_sym_forward_agent_token1] = ACTIONS(712), - [aux_sym_forward_x11_token1] = ACTIONS(714), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(712), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(712), - [aux_sym_gateway_ports_token1] = ACTIONS(712), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(712), - [aux_sym_gssapi_authentication_token1] = ACTIONS(712), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(712), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(712), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(712), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(712), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(712), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(712), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(712), - [aux_sym_hash_known_hosts_token1] = ACTIONS(712), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(712), - [aux_sym_hostbased_authentication_token1] = ACTIONS(712), - [aux_sym_host_key_algorithms_token1] = ACTIONS(712), - [aux_sym_host_key_alias_token1] = ACTIONS(712), - [aux_sym_hostname_token1] = ACTIONS(712), - [aux_sym_identities_only_token1] = ACTIONS(712), - [aux_sym_identity_agent_token1] = ACTIONS(712), - [aux_sym_identity_file_token1] = ACTIONS(712), - [aux_sym_ignore_unknown_token1] = ACTIONS(712), - [aux_sym_include_token1] = ACTIONS(712), - [aux_sym_ip_qos_token1] = ACTIONS(712), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(712), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(712), - [aux_sym_kex_algorithms_token1] = ACTIONS(712), - [aux_sym_known_hosts_command_token1] = ACTIONS(712), - [aux_sym_local_command_token1] = ACTIONS(712), - [aux_sym_local_forward_token1] = ACTIONS(712), - [aux_sym_log_level_token1] = ACTIONS(712), - [aux_sym_log_verbose_token1] = ACTIONS(712), - [aux_sym_macs_token1] = ACTIONS(712), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(712), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(712), - [aux_sym_password_authentication_token1] = ACTIONS(712), - [aux_sym_permit_local_command_token1] = ACTIONS(712), - [aux_sym_permit_remote_open_token1] = ACTIONS(712), - [aux_sym_pkcs11_provider_token1] = ACTIONS(712), - [aux_sym_port_token1] = ACTIONS(712), - [aux_sym_preferred_authentications_token1] = ACTIONS(712), - [aux_sym_protocol_token1] = ACTIONS(712), - [aux_sym_proxy_command_token1] = ACTIONS(712), - [aux_sym_proxy_jump_token1] = ACTIONS(712), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(712), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(712), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(712), - [aux_sym_pubkey_authentication_token1] = ACTIONS(712), - [aux_sym_rekey_limit_token1] = ACTIONS(712), - [aux_sym_remote_command_token1] = ACTIONS(712), - [aux_sym_remote_forward_token1] = ACTIONS(712), - [aux_sym_request_tty_token1] = ACTIONS(712), - [aux_sym_revoked_host_keys_token1] = ACTIONS(712), - [aux_sym_security_key_provider_token1] = ACTIONS(712), - [aux_sym_send_env_token1] = ACTIONS(712), - [aux_sym_server_alive_count_max_token1] = ACTIONS(712), - [aux_sym_server_alive_interval_token1] = ACTIONS(712), - [aux_sym_session_type_token1] = ACTIONS(712), - [aux_sym_set_env_token1] = ACTIONS(712), - [aux_sym_stdin_null_token1] = ACTIONS(712), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(712), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(712), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(712), - [aux_sym_syslog_facility_token1] = ACTIONS(712), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(712), - [aux_sym_keep_alive_token1] = ACTIONS(712), - [aux_sym_tunnel_token1] = ACTIONS(714), - [aux_sym_tunnel_device_token1] = ACTIONS(712), - [aux_sym_update_host_keys_token1] = ACTIONS(712), - [aux_sym_use_keychain_token1] = ACTIONS(712), - [aux_sym_use_roaming_token1] = ACTIONS(712), - [aux_sym_user_token1] = ACTIONS(714), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(712), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(712), - [aux_sym_visual_host_key_token1] = ACTIONS(712), - [aux_sym_xauth_location_token1] = ACTIONS(712), + [ts_builtin_sym_end] = ACTIONS(1461), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1463), + [aux_sym_match_token1] = ACTIONS(1461), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1461), + [aux_sym_address_family_token1] = ACTIONS(1461), + [aux_sym_batch_mode_token1] = ACTIONS(1461), + [aux_sym_bind_address_token1] = ACTIONS(1461), + [aux_sym_bind_interface_token1] = ACTIONS(1461), + [aux_sym_canonical_domains_token1] = ACTIONS(1461), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1461), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1461), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1461), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1461), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1461), + [aux_sym_certificate_file_token1] = ACTIONS(1461), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1461), + [aux_sym_check_host_ip_token1] = ACTIONS(1461), + [aux_sym_ciphers_token1] = ACTIONS(1461), + [aux_sym_cipher_token1] = ACTIONS(1463), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1461), + [aux_sym_compression_token1] = ACTIONS(1461), + [aux_sym_connection_attempts_token1] = ACTIONS(1461), + [aux_sym_connect_timeout_token1] = ACTIONS(1461), + [aux_sym_control_master_token1] = ACTIONS(1461), + [aux_sym_control_path_token1] = ACTIONS(1461), + [aux_sym_control_persist_token1] = ACTIONS(1461), + [aux_sym_dynamic_forward_token1] = ACTIONS(1461), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1461), + [aux_sym_escape_char_token1] = ACTIONS(1461), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1461), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1461), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1461), + [aux_sym_forward_agent_token1] = ACTIONS(1461), + [aux_sym_forward_x11_token1] = ACTIONS(1463), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1461), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1461), + [aux_sym_gateway_ports_token1] = ACTIONS(1461), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1461), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1461), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1461), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1461), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1461), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1461), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1461), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1461), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1461), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1461), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1461), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1461), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1461), + [aux_sym_host_key_alias_token1] = ACTIONS(1461), + [aux_sym_hostname_token1] = ACTIONS(1461), + [aux_sym_identities_only_token1] = ACTIONS(1461), + [aux_sym_identity_agent_token1] = ACTIONS(1461), + [aux_sym_identity_file_token1] = ACTIONS(1461), + [aux_sym_ignore_unknown_token1] = ACTIONS(1461), + [aux_sym_include_token1] = ACTIONS(1461), + [aux_sym_ip_qos_token1] = ACTIONS(1461), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1461), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1461), + [aux_sym_kex_algorithms_token1] = ACTIONS(1461), + [aux_sym_known_hosts_command_token1] = ACTIONS(1461), + [aux_sym_local_command_token1] = ACTIONS(1461), + [aux_sym_local_forward_token1] = ACTIONS(1461), + [aux_sym_log_level_token1] = ACTIONS(1461), + [aux_sym_log_verbose_token1] = ACTIONS(1461), + [aux_sym_macs_token1] = ACTIONS(1461), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1461), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1461), + [aux_sym_password_authentication_token1] = ACTIONS(1461), + [aux_sym_permit_local_command_token1] = ACTIONS(1461), + [aux_sym_permit_remote_open_token1] = ACTIONS(1461), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1461), + [aux_sym_port_token1] = ACTIONS(1461), + [aux_sym_preferred_authentications_token1] = ACTIONS(1461), + [aux_sym_protocol_token1] = ACTIONS(1461), + [aux_sym_proxy_command_token1] = ACTIONS(1461), + [aux_sym_proxy_jump_token1] = ACTIONS(1461), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1461), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1461), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1461), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1461), + [aux_sym_rekey_limit_token1] = ACTIONS(1461), + [aux_sym_remote_command_token1] = ACTIONS(1461), + [aux_sym_remote_forward_token1] = ACTIONS(1461), + [aux_sym_request_tty_token1] = ACTIONS(1461), + [aux_sym_required_rsa_size_token1] = ACTIONS(1461), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1461), + [aux_sym_security_key_provider_token1] = ACTIONS(1461), + [aux_sym_send_env_token1] = ACTIONS(1461), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1461), + [aux_sym_server_alive_interval_token1] = ACTIONS(1461), + [aux_sym_session_type_token1] = ACTIONS(1461), + [aux_sym_set_env_token1] = ACTIONS(1461), + [aux_sym_stdin_null_token1] = ACTIONS(1461), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1461), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1461), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1461), + [aux_sym_syslog_facility_token1] = ACTIONS(1461), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1461), + [aux_sym_keep_alive_token1] = ACTIONS(1461), + [aux_sym_tunnel_token1] = ACTIONS(1463), + [aux_sym_tunnel_device_token1] = ACTIONS(1461), + [aux_sym_update_host_keys_token1] = ACTIONS(1461), + [aux_sym_use_keychain_token1] = ACTIONS(1461), + [aux_sym_use_roaming_token1] = ACTIONS(1461), + [aux_sym_user_token1] = ACTIONS(1463), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1461), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1461), + [aux_sym_visual_host_key_token1] = ACTIONS(1461), + [aux_sym_xauth_location_token1] = ACTIONS(1461), }, [749] = { - [ts_builtin_sym_end] = ACTIONS(844), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(846), - [aux_sym_match_token1] = ACTIONS(844), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(844), - [aux_sym_address_family_token1] = ACTIONS(844), - [aux_sym_batch_mode_token1] = ACTIONS(844), - [aux_sym_bind_address_token1] = ACTIONS(844), - [aux_sym_bind_interface_token1] = ACTIONS(844), - [aux_sym_canonical_domains_token1] = ACTIONS(844), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(844), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(844), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(844), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(844), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(844), - [aux_sym_certificate_file_token1] = ACTIONS(844), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(844), - [aux_sym_check_host_ip_token1] = ACTIONS(844), - [aux_sym_ciphers_token1] = ACTIONS(844), - [aux_sym_cipher_token1] = ACTIONS(846), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(844), - [aux_sym_compression_token1] = ACTIONS(844), - [aux_sym_connection_attempts_token1] = ACTIONS(844), - [aux_sym_connect_timeout_token1] = ACTIONS(844), - [aux_sym_control_master_token1] = ACTIONS(844), - [aux_sym_control_path_token1] = ACTIONS(844), - [aux_sym_control_persist_token1] = ACTIONS(844), - [aux_sym_dynamic_forward_token1] = ACTIONS(844), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(844), - [aux_sym_escape_char_token1] = ACTIONS(844), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(844), - [aux_sym_fingerprint_hash_token1] = ACTIONS(844), - [aux_sym_fork_after_authentication_token1] = ACTIONS(844), - [aux_sym_forward_agent_token1] = ACTIONS(844), - [aux_sym_forward_x11_token1] = ACTIONS(846), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(844), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(844), - [aux_sym_gateway_ports_token1] = ACTIONS(844), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(844), - [aux_sym_gssapi_authentication_token1] = ACTIONS(844), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(844), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(844), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(844), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(844), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(844), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(844), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(844), - [aux_sym_hash_known_hosts_token1] = ACTIONS(844), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(844), - [aux_sym_hostbased_authentication_token1] = ACTIONS(844), - [aux_sym_host_key_algorithms_token1] = ACTIONS(844), - [aux_sym_host_key_alias_token1] = ACTIONS(844), - [aux_sym_hostname_token1] = ACTIONS(844), - [aux_sym_identities_only_token1] = ACTIONS(844), - [aux_sym_identity_agent_token1] = ACTIONS(844), - [aux_sym_identity_file_token1] = ACTIONS(844), - [aux_sym_ignore_unknown_token1] = ACTIONS(844), - [aux_sym_include_token1] = ACTIONS(844), - [aux_sym_ip_qos_token1] = ACTIONS(844), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(844), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(844), - [aux_sym_kex_algorithms_token1] = ACTIONS(844), - [aux_sym_known_hosts_command_token1] = ACTIONS(844), - [aux_sym_local_command_token1] = ACTIONS(844), - [aux_sym_local_forward_token1] = ACTIONS(844), - [aux_sym_log_level_token1] = ACTIONS(844), - [aux_sym_log_verbose_token1] = ACTIONS(844), - [aux_sym_macs_token1] = ACTIONS(844), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(844), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(844), - [aux_sym_password_authentication_token1] = ACTIONS(844), - [aux_sym_permit_local_command_token1] = ACTIONS(844), - [aux_sym_permit_remote_open_token1] = ACTIONS(844), - [aux_sym_pkcs11_provider_token1] = ACTIONS(844), - [aux_sym_port_token1] = ACTIONS(844), - [aux_sym_preferred_authentications_token1] = ACTIONS(844), - [aux_sym_protocol_token1] = ACTIONS(844), - [aux_sym_proxy_command_token1] = ACTIONS(844), - [aux_sym_proxy_jump_token1] = ACTIONS(844), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(844), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(844), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(844), - [aux_sym_pubkey_authentication_token1] = ACTIONS(844), - [aux_sym_rekey_limit_token1] = ACTIONS(844), - [aux_sym_remote_command_token1] = ACTIONS(844), - [aux_sym_remote_forward_token1] = ACTIONS(844), - [aux_sym_request_tty_token1] = ACTIONS(844), - [aux_sym_revoked_host_keys_token1] = ACTIONS(844), - [aux_sym_security_key_provider_token1] = ACTIONS(844), - [aux_sym_send_env_token1] = ACTIONS(844), - [aux_sym_server_alive_count_max_token1] = ACTIONS(844), - [aux_sym_server_alive_interval_token1] = ACTIONS(844), - [aux_sym_session_type_token1] = ACTIONS(844), - [aux_sym_set_env_token1] = ACTIONS(844), - [aux_sym_stdin_null_token1] = ACTIONS(844), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(844), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(844), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(844), - [aux_sym_syslog_facility_token1] = ACTIONS(844), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(844), - [aux_sym_keep_alive_token1] = ACTIONS(844), - [aux_sym_tunnel_token1] = ACTIONS(846), - [aux_sym_tunnel_device_token1] = ACTIONS(844), - [aux_sym_update_host_keys_token1] = ACTIONS(844), - [aux_sym_use_keychain_token1] = ACTIONS(844), - [aux_sym_use_roaming_token1] = ACTIONS(844), - [aux_sym_user_token1] = ACTIONS(846), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(844), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(844), - [aux_sym_visual_host_key_token1] = ACTIONS(844), - [aux_sym_xauth_location_token1] = ACTIONS(844), + [ts_builtin_sym_end] = ACTIONS(1467), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1469), + [aux_sym_match_token1] = ACTIONS(1467), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1467), + [aux_sym_address_family_token1] = ACTIONS(1467), + [aux_sym_batch_mode_token1] = ACTIONS(1467), + [aux_sym_bind_address_token1] = ACTIONS(1467), + [aux_sym_bind_interface_token1] = ACTIONS(1467), + [aux_sym_canonical_domains_token1] = ACTIONS(1467), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1467), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1467), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1467), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1467), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1467), + [aux_sym_certificate_file_token1] = ACTIONS(1467), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1467), + [aux_sym_check_host_ip_token1] = ACTIONS(1467), + [aux_sym_ciphers_token1] = ACTIONS(1467), + [aux_sym_cipher_token1] = ACTIONS(1469), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1467), + [aux_sym_compression_token1] = ACTIONS(1467), + [aux_sym_connection_attempts_token1] = ACTIONS(1467), + [aux_sym_connect_timeout_token1] = ACTIONS(1467), + [aux_sym_control_master_token1] = ACTIONS(1467), + [aux_sym_control_path_token1] = ACTIONS(1467), + [aux_sym_control_persist_token1] = ACTIONS(1467), + [aux_sym_dynamic_forward_token1] = ACTIONS(1467), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1467), + [aux_sym_escape_char_token1] = ACTIONS(1467), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1467), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1467), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1467), + [aux_sym_forward_agent_token1] = ACTIONS(1467), + [aux_sym_forward_x11_token1] = ACTIONS(1469), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1467), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1467), + [aux_sym_gateway_ports_token1] = ACTIONS(1467), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1467), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1467), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1467), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1467), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1467), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1467), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1467), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1467), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1467), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1467), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1467), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1467), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1467), + [aux_sym_host_key_alias_token1] = ACTIONS(1467), + [aux_sym_hostname_token1] = ACTIONS(1467), + [aux_sym_identities_only_token1] = ACTIONS(1467), + [aux_sym_identity_agent_token1] = ACTIONS(1467), + [aux_sym_identity_file_token1] = ACTIONS(1467), + [aux_sym_ignore_unknown_token1] = ACTIONS(1467), + [aux_sym_include_token1] = ACTIONS(1467), + [aux_sym_ip_qos_token1] = ACTIONS(1467), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1467), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1467), + [aux_sym_kex_algorithms_token1] = ACTIONS(1467), + [aux_sym_known_hosts_command_token1] = ACTIONS(1467), + [aux_sym_local_command_token1] = ACTIONS(1467), + [aux_sym_local_forward_token1] = ACTIONS(1467), + [aux_sym_log_level_token1] = ACTIONS(1467), + [aux_sym_log_verbose_token1] = ACTIONS(1467), + [aux_sym_macs_token1] = ACTIONS(1467), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1467), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1467), + [aux_sym_password_authentication_token1] = ACTIONS(1467), + [aux_sym_permit_local_command_token1] = ACTIONS(1467), + [aux_sym_permit_remote_open_token1] = ACTIONS(1467), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1467), + [aux_sym_port_token1] = ACTIONS(1467), + [aux_sym_preferred_authentications_token1] = ACTIONS(1467), + [aux_sym_protocol_token1] = ACTIONS(1467), + [aux_sym_proxy_command_token1] = ACTIONS(1467), + [aux_sym_proxy_jump_token1] = ACTIONS(1467), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1467), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1467), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1467), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1467), + [aux_sym_rekey_limit_token1] = ACTIONS(1467), + [aux_sym_remote_command_token1] = ACTIONS(1467), + [aux_sym_remote_forward_token1] = ACTIONS(1467), + [aux_sym_request_tty_token1] = ACTIONS(1467), + [aux_sym_required_rsa_size_token1] = ACTIONS(1467), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1467), + [aux_sym_security_key_provider_token1] = ACTIONS(1467), + [aux_sym_send_env_token1] = ACTIONS(1467), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1467), + [aux_sym_server_alive_interval_token1] = ACTIONS(1467), + [aux_sym_session_type_token1] = ACTIONS(1467), + [aux_sym_set_env_token1] = ACTIONS(1467), + [aux_sym_stdin_null_token1] = ACTIONS(1467), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1467), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1467), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1467), + [aux_sym_syslog_facility_token1] = ACTIONS(1467), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1467), + [aux_sym_keep_alive_token1] = ACTIONS(1467), + [aux_sym_tunnel_token1] = ACTIONS(1469), + [aux_sym_tunnel_device_token1] = ACTIONS(1467), + [aux_sym_update_host_keys_token1] = ACTIONS(1467), + [aux_sym_use_keychain_token1] = ACTIONS(1467), + [aux_sym_use_roaming_token1] = ACTIONS(1467), + [aux_sym_user_token1] = ACTIONS(1469), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1467), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1467), + [aux_sym_visual_host_key_token1] = ACTIONS(1467), + [aux_sym_xauth_location_token1] = ACTIONS(1467), }, [750] = { - [ts_builtin_sym_end] = ACTIONS(1690), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1692), - [aux_sym_match_token1] = ACTIONS(1690), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1690), - [aux_sym_address_family_token1] = ACTIONS(1690), - [aux_sym_batch_mode_token1] = ACTIONS(1690), - [aux_sym_bind_address_token1] = ACTIONS(1690), - [aux_sym_bind_interface_token1] = ACTIONS(1690), - [aux_sym_canonical_domains_token1] = ACTIONS(1690), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1690), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1690), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1690), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1690), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1690), - [aux_sym_certificate_file_token1] = ACTIONS(1690), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1690), - [aux_sym_check_host_ip_token1] = ACTIONS(1690), - [aux_sym_ciphers_token1] = ACTIONS(1690), - [aux_sym_cipher_token1] = ACTIONS(1692), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1690), - [aux_sym_compression_token1] = ACTIONS(1690), - [aux_sym_connection_attempts_token1] = ACTIONS(1690), - [aux_sym_connect_timeout_token1] = ACTIONS(1690), - [aux_sym_control_master_token1] = ACTIONS(1690), - [aux_sym_control_path_token1] = ACTIONS(1690), - [aux_sym_control_persist_token1] = ACTIONS(1690), - [aux_sym_dynamic_forward_token1] = ACTIONS(1690), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1690), - [aux_sym_escape_char_token1] = ACTIONS(1690), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1690), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1690), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1690), - [aux_sym_forward_agent_token1] = ACTIONS(1690), - [aux_sym_forward_x11_token1] = ACTIONS(1692), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1690), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1690), - [aux_sym_gateway_ports_token1] = ACTIONS(1690), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1690), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1690), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1690), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1690), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1690), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1690), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1690), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1690), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1690), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1690), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1690), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1690), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1690), - [aux_sym_host_key_alias_token1] = ACTIONS(1690), - [aux_sym_hostname_token1] = ACTIONS(1690), - [aux_sym_identities_only_token1] = ACTIONS(1690), - [aux_sym_identity_agent_token1] = ACTIONS(1690), - [aux_sym_identity_file_token1] = ACTIONS(1690), - [aux_sym_ignore_unknown_token1] = ACTIONS(1690), - [aux_sym_include_token1] = ACTIONS(1690), - [aux_sym_ip_qos_token1] = ACTIONS(1690), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1690), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1690), - [aux_sym_kex_algorithms_token1] = ACTIONS(1690), - [aux_sym_known_hosts_command_token1] = ACTIONS(1690), - [aux_sym_local_command_token1] = ACTIONS(1690), - [aux_sym_local_forward_token1] = ACTIONS(1690), - [aux_sym_log_level_token1] = ACTIONS(1690), - [aux_sym_log_verbose_token1] = ACTIONS(1690), - [aux_sym_macs_token1] = ACTIONS(1690), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1690), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1690), - [aux_sym_password_authentication_token1] = ACTIONS(1690), - [aux_sym_permit_local_command_token1] = ACTIONS(1690), - [aux_sym_permit_remote_open_token1] = ACTIONS(1690), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1690), - [aux_sym_port_token1] = ACTIONS(1690), - [aux_sym_preferred_authentications_token1] = ACTIONS(1690), - [aux_sym_protocol_token1] = ACTIONS(1690), - [aux_sym_proxy_command_token1] = ACTIONS(1690), - [aux_sym_proxy_jump_token1] = ACTIONS(1690), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1690), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1690), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1690), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1690), - [aux_sym_rekey_limit_token1] = ACTIONS(1690), - [aux_sym_remote_command_token1] = ACTIONS(1690), - [aux_sym_remote_forward_token1] = ACTIONS(1690), - [aux_sym_request_tty_token1] = ACTIONS(1690), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1690), - [aux_sym_security_key_provider_token1] = ACTIONS(1690), - [aux_sym_send_env_token1] = ACTIONS(1690), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1690), - [aux_sym_server_alive_interval_token1] = ACTIONS(1690), - [aux_sym_session_type_token1] = ACTIONS(1690), - [aux_sym_set_env_token1] = ACTIONS(1690), - [aux_sym_stdin_null_token1] = ACTIONS(1690), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1690), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1690), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1690), - [aux_sym_syslog_facility_token1] = ACTIONS(1690), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1690), - [aux_sym_keep_alive_token1] = ACTIONS(1690), - [aux_sym_tunnel_token1] = ACTIONS(1692), - [aux_sym_tunnel_device_token1] = ACTIONS(1690), - [aux_sym_update_host_keys_token1] = ACTIONS(1690), - [aux_sym_use_keychain_token1] = ACTIONS(1690), - [aux_sym_use_roaming_token1] = ACTIONS(1690), - [aux_sym_user_token1] = ACTIONS(1692), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1690), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1690), - [aux_sym_visual_host_key_token1] = ACTIONS(1690), - [aux_sym_xauth_location_token1] = ACTIONS(1690), + [ts_builtin_sym_end] = ACTIONS(1719), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1721), + [aux_sym_match_token1] = ACTIONS(1719), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1719), + [aux_sym_address_family_token1] = ACTIONS(1719), + [aux_sym_batch_mode_token1] = ACTIONS(1719), + [aux_sym_bind_address_token1] = ACTIONS(1719), + [aux_sym_bind_interface_token1] = ACTIONS(1719), + [aux_sym_canonical_domains_token1] = ACTIONS(1719), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1719), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1719), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1719), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1719), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1719), + [aux_sym_certificate_file_token1] = ACTIONS(1719), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1719), + [aux_sym_check_host_ip_token1] = ACTIONS(1719), + [aux_sym_ciphers_token1] = ACTIONS(1719), + [aux_sym_cipher_token1] = ACTIONS(1721), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1719), + [aux_sym_compression_token1] = ACTIONS(1719), + [aux_sym_connection_attempts_token1] = ACTIONS(1719), + [aux_sym_connect_timeout_token1] = ACTIONS(1719), + [aux_sym_control_master_token1] = ACTIONS(1719), + [aux_sym_control_path_token1] = ACTIONS(1719), + [aux_sym_control_persist_token1] = ACTIONS(1719), + [aux_sym_dynamic_forward_token1] = ACTIONS(1719), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1719), + [aux_sym_escape_char_token1] = ACTIONS(1719), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1719), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1719), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1719), + [aux_sym_forward_agent_token1] = ACTIONS(1719), + [aux_sym_forward_x11_token1] = ACTIONS(1721), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1719), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1719), + [aux_sym_gateway_ports_token1] = ACTIONS(1719), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1719), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1719), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1719), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1719), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1719), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1719), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1719), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1719), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1719), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1719), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1719), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1719), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1719), + [aux_sym_host_key_alias_token1] = ACTIONS(1719), + [aux_sym_hostname_token1] = ACTIONS(1719), + [aux_sym_identities_only_token1] = ACTIONS(1719), + [aux_sym_identity_agent_token1] = ACTIONS(1719), + [aux_sym_identity_file_token1] = ACTIONS(1719), + [aux_sym_ignore_unknown_token1] = ACTIONS(1719), + [aux_sym_include_token1] = ACTIONS(1719), + [aux_sym_ip_qos_token1] = ACTIONS(1719), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1719), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1719), + [aux_sym_kex_algorithms_token1] = ACTIONS(1719), + [aux_sym_known_hosts_command_token1] = ACTIONS(1719), + [aux_sym_local_command_token1] = ACTIONS(1719), + [aux_sym_local_forward_token1] = ACTIONS(1719), + [aux_sym_log_level_token1] = ACTIONS(1719), + [aux_sym_log_verbose_token1] = ACTIONS(1719), + [aux_sym_macs_token1] = ACTIONS(1719), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1719), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1719), + [aux_sym_password_authentication_token1] = ACTIONS(1719), + [aux_sym_permit_local_command_token1] = ACTIONS(1719), + [aux_sym_permit_remote_open_token1] = ACTIONS(1719), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1719), + [aux_sym_port_token1] = ACTIONS(1719), + [aux_sym_preferred_authentications_token1] = ACTIONS(1719), + [aux_sym_protocol_token1] = ACTIONS(1719), + [aux_sym_proxy_command_token1] = ACTIONS(1719), + [aux_sym_proxy_jump_token1] = ACTIONS(1719), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1719), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1719), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1719), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1719), + [aux_sym_rekey_limit_token1] = ACTIONS(1719), + [aux_sym_remote_command_token1] = ACTIONS(1719), + [aux_sym_remote_forward_token1] = ACTIONS(1719), + [aux_sym_request_tty_token1] = ACTIONS(1719), + [aux_sym_required_rsa_size_token1] = ACTIONS(1719), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1719), + [aux_sym_security_key_provider_token1] = ACTIONS(1719), + [aux_sym_send_env_token1] = ACTIONS(1719), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1719), + [aux_sym_server_alive_interval_token1] = ACTIONS(1719), + [aux_sym_session_type_token1] = ACTIONS(1719), + [aux_sym_set_env_token1] = ACTIONS(1719), + [aux_sym_stdin_null_token1] = ACTIONS(1719), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1719), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1719), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1719), + [aux_sym_syslog_facility_token1] = ACTIONS(1719), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1719), + [aux_sym_keep_alive_token1] = ACTIONS(1719), + [aux_sym_tunnel_token1] = ACTIONS(1721), + [aux_sym_tunnel_device_token1] = ACTIONS(1719), + [aux_sym_update_host_keys_token1] = ACTIONS(1719), + [aux_sym_use_keychain_token1] = ACTIONS(1719), + [aux_sym_use_roaming_token1] = ACTIONS(1719), + [aux_sym_user_token1] = ACTIONS(1721), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1719), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1719), + [aux_sym_visual_host_key_token1] = ACTIONS(1719), + [aux_sym_xauth_location_token1] = ACTIONS(1719), }, [751] = { - [ts_builtin_sym_end] = ACTIONS(862), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(864), - [aux_sym_match_token1] = ACTIONS(862), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(862), - [aux_sym_address_family_token1] = ACTIONS(862), - [aux_sym_batch_mode_token1] = ACTIONS(862), - [aux_sym_bind_address_token1] = ACTIONS(862), - [aux_sym_bind_interface_token1] = ACTIONS(862), - [aux_sym_canonical_domains_token1] = ACTIONS(862), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(862), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(862), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(862), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(862), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(862), - [aux_sym_certificate_file_token1] = ACTIONS(862), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(862), - [aux_sym_check_host_ip_token1] = ACTIONS(862), - [aux_sym_ciphers_token1] = ACTIONS(862), - [aux_sym_cipher_token1] = ACTIONS(864), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(862), - [aux_sym_compression_token1] = ACTIONS(862), - [aux_sym_connection_attempts_token1] = ACTIONS(862), - [aux_sym_connect_timeout_token1] = ACTIONS(862), - [aux_sym_control_master_token1] = ACTIONS(862), - [aux_sym_control_path_token1] = ACTIONS(862), - [aux_sym_control_persist_token1] = ACTIONS(862), - [aux_sym_dynamic_forward_token1] = ACTIONS(862), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(862), - [aux_sym_escape_char_token1] = ACTIONS(862), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(862), - [aux_sym_fingerprint_hash_token1] = ACTIONS(862), - [aux_sym_fork_after_authentication_token1] = ACTIONS(862), - [aux_sym_forward_agent_token1] = ACTIONS(862), - [aux_sym_forward_x11_token1] = ACTIONS(864), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(862), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(862), - [aux_sym_gateway_ports_token1] = ACTIONS(862), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(862), - [aux_sym_gssapi_authentication_token1] = ACTIONS(862), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(862), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(862), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(862), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(862), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(862), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(862), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(862), - [aux_sym_hash_known_hosts_token1] = ACTIONS(862), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(862), - [aux_sym_hostbased_authentication_token1] = ACTIONS(862), - [aux_sym_host_key_algorithms_token1] = ACTIONS(862), - [aux_sym_host_key_alias_token1] = ACTIONS(862), - [aux_sym_hostname_token1] = ACTIONS(862), - [aux_sym_identities_only_token1] = ACTIONS(862), - [aux_sym_identity_agent_token1] = ACTIONS(862), - [aux_sym_identity_file_token1] = ACTIONS(862), - [aux_sym_ignore_unknown_token1] = ACTIONS(862), - [aux_sym_include_token1] = ACTIONS(862), - [aux_sym_ip_qos_token1] = ACTIONS(862), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(862), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(862), - [aux_sym_kex_algorithms_token1] = ACTIONS(862), - [aux_sym_known_hosts_command_token1] = ACTIONS(862), - [aux_sym_local_command_token1] = ACTIONS(862), - [aux_sym_local_forward_token1] = ACTIONS(862), - [aux_sym_log_level_token1] = ACTIONS(862), - [aux_sym_log_verbose_token1] = ACTIONS(862), - [aux_sym_macs_token1] = ACTIONS(862), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(862), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(862), - [aux_sym_password_authentication_token1] = ACTIONS(862), - [aux_sym_permit_local_command_token1] = ACTIONS(862), - [aux_sym_permit_remote_open_token1] = ACTIONS(862), - [aux_sym_pkcs11_provider_token1] = ACTIONS(862), - [aux_sym_port_token1] = ACTIONS(862), - [aux_sym_preferred_authentications_token1] = ACTIONS(862), - [aux_sym_protocol_token1] = ACTIONS(862), - [aux_sym_proxy_command_token1] = ACTIONS(862), - [aux_sym_proxy_jump_token1] = ACTIONS(862), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(862), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(862), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(862), - [aux_sym_pubkey_authentication_token1] = ACTIONS(862), - [aux_sym_rekey_limit_token1] = ACTIONS(862), - [aux_sym_remote_command_token1] = ACTIONS(862), - [aux_sym_remote_forward_token1] = ACTIONS(862), - [aux_sym_request_tty_token1] = ACTIONS(862), - [aux_sym_revoked_host_keys_token1] = ACTIONS(862), - [aux_sym_security_key_provider_token1] = ACTIONS(862), - [aux_sym_send_env_token1] = ACTIONS(862), - [aux_sym_server_alive_count_max_token1] = ACTIONS(862), - [aux_sym_server_alive_interval_token1] = ACTIONS(862), - [aux_sym_session_type_token1] = ACTIONS(862), - [aux_sym_set_env_token1] = ACTIONS(862), - [aux_sym_stdin_null_token1] = ACTIONS(862), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(862), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(862), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(862), - [aux_sym_syslog_facility_token1] = ACTIONS(862), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(862), - [aux_sym_keep_alive_token1] = ACTIONS(862), - [aux_sym_tunnel_token1] = ACTIONS(864), - [aux_sym_tunnel_device_token1] = ACTIONS(862), - [aux_sym_update_host_keys_token1] = ACTIONS(862), - [aux_sym_use_keychain_token1] = ACTIONS(862), - [aux_sym_use_roaming_token1] = ACTIONS(862), - [aux_sym_user_token1] = ACTIONS(864), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(862), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(862), - [aux_sym_visual_host_key_token1] = ACTIONS(862), - [aux_sym_xauth_location_token1] = ACTIONS(862), + [ts_builtin_sym_end] = ACTIONS(1473), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1475), + [aux_sym_match_token1] = ACTIONS(1473), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1473), + [aux_sym_address_family_token1] = ACTIONS(1473), + [aux_sym_batch_mode_token1] = ACTIONS(1473), + [aux_sym_bind_address_token1] = ACTIONS(1473), + [aux_sym_bind_interface_token1] = ACTIONS(1473), + [aux_sym_canonical_domains_token1] = ACTIONS(1473), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1473), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1473), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1473), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1473), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1473), + [aux_sym_certificate_file_token1] = ACTIONS(1473), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1473), + [aux_sym_check_host_ip_token1] = ACTIONS(1473), + [aux_sym_ciphers_token1] = ACTIONS(1473), + [aux_sym_cipher_token1] = ACTIONS(1475), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1473), + [aux_sym_compression_token1] = ACTIONS(1473), + [aux_sym_connection_attempts_token1] = ACTIONS(1473), + [aux_sym_connect_timeout_token1] = ACTIONS(1473), + [aux_sym_control_master_token1] = ACTIONS(1473), + [aux_sym_control_path_token1] = ACTIONS(1473), + [aux_sym_control_persist_token1] = ACTIONS(1473), + [aux_sym_dynamic_forward_token1] = ACTIONS(1473), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1473), + [aux_sym_escape_char_token1] = ACTIONS(1473), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1473), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1473), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1473), + [aux_sym_forward_agent_token1] = ACTIONS(1473), + [aux_sym_forward_x11_token1] = ACTIONS(1475), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1473), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1473), + [aux_sym_gateway_ports_token1] = ACTIONS(1473), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1473), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1473), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1473), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1473), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1473), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1473), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1473), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1473), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1473), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1473), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1473), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1473), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1473), + [aux_sym_host_key_alias_token1] = ACTIONS(1473), + [aux_sym_hostname_token1] = ACTIONS(1473), + [aux_sym_identities_only_token1] = ACTIONS(1473), + [aux_sym_identity_agent_token1] = ACTIONS(1473), + [aux_sym_identity_file_token1] = ACTIONS(1473), + [aux_sym_ignore_unknown_token1] = ACTIONS(1473), + [aux_sym_include_token1] = ACTIONS(1473), + [aux_sym_ip_qos_token1] = ACTIONS(1473), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1473), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1473), + [aux_sym_kex_algorithms_token1] = ACTIONS(1473), + [aux_sym_known_hosts_command_token1] = ACTIONS(1473), + [aux_sym_local_command_token1] = ACTIONS(1473), + [aux_sym_local_forward_token1] = ACTIONS(1473), + [aux_sym_log_level_token1] = ACTIONS(1473), + [aux_sym_log_verbose_token1] = ACTIONS(1473), + [aux_sym_macs_token1] = ACTIONS(1473), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1473), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1473), + [aux_sym_password_authentication_token1] = ACTIONS(1473), + [aux_sym_permit_local_command_token1] = ACTIONS(1473), + [aux_sym_permit_remote_open_token1] = ACTIONS(1473), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1473), + [aux_sym_port_token1] = ACTIONS(1473), + [aux_sym_preferred_authentications_token1] = ACTIONS(1473), + [aux_sym_protocol_token1] = ACTIONS(1473), + [aux_sym_proxy_command_token1] = ACTIONS(1473), + [aux_sym_proxy_jump_token1] = ACTIONS(1473), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1473), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1473), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1473), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1473), + [aux_sym_rekey_limit_token1] = ACTIONS(1473), + [aux_sym_remote_command_token1] = ACTIONS(1473), + [aux_sym_remote_forward_token1] = ACTIONS(1473), + [aux_sym_request_tty_token1] = ACTIONS(1473), + [aux_sym_required_rsa_size_token1] = ACTIONS(1473), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1473), + [aux_sym_security_key_provider_token1] = ACTIONS(1473), + [aux_sym_send_env_token1] = ACTIONS(1473), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1473), + [aux_sym_server_alive_interval_token1] = ACTIONS(1473), + [aux_sym_session_type_token1] = ACTIONS(1473), + [aux_sym_set_env_token1] = ACTIONS(1473), + [aux_sym_stdin_null_token1] = ACTIONS(1473), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1473), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1473), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1473), + [aux_sym_syslog_facility_token1] = ACTIONS(1473), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1473), + [aux_sym_keep_alive_token1] = ACTIONS(1473), + [aux_sym_tunnel_token1] = ACTIONS(1475), + [aux_sym_tunnel_device_token1] = ACTIONS(1473), + [aux_sym_update_host_keys_token1] = ACTIONS(1473), + [aux_sym_use_keychain_token1] = ACTIONS(1473), + [aux_sym_use_roaming_token1] = ACTIONS(1473), + [aux_sym_user_token1] = ACTIONS(1475), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1473), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1473), + [aux_sym_visual_host_key_token1] = ACTIONS(1473), + [aux_sym_xauth_location_token1] = ACTIONS(1473), }, [752] = { - [ts_builtin_sym_end] = ACTIONS(1438), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1440), - [aux_sym_match_token1] = ACTIONS(1438), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1438), - [aux_sym_address_family_token1] = ACTIONS(1438), - [aux_sym_batch_mode_token1] = ACTIONS(1438), - [aux_sym_bind_address_token1] = ACTIONS(1438), - [aux_sym_bind_interface_token1] = ACTIONS(1438), - [aux_sym_canonical_domains_token1] = ACTIONS(1438), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1438), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1438), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1438), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1438), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1438), - [aux_sym_certificate_file_token1] = ACTIONS(1438), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1438), - [aux_sym_check_host_ip_token1] = ACTIONS(1438), - [aux_sym_ciphers_token1] = ACTIONS(1438), - [aux_sym_cipher_token1] = ACTIONS(1440), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1438), - [aux_sym_compression_token1] = ACTIONS(1438), - [aux_sym_connection_attempts_token1] = ACTIONS(1438), - [aux_sym_connect_timeout_token1] = ACTIONS(1438), - [aux_sym_control_master_token1] = ACTIONS(1438), - [aux_sym_control_path_token1] = ACTIONS(1438), - [aux_sym_control_persist_token1] = ACTIONS(1438), - [aux_sym_dynamic_forward_token1] = ACTIONS(1438), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1438), - [aux_sym_escape_char_token1] = ACTIONS(1438), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1438), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1438), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1438), - [aux_sym_forward_agent_token1] = ACTIONS(1438), - [aux_sym_forward_x11_token1] = ACTIONS(1440), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1438), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1438), - [aux_sym_gateway_ports_token1] = ACTIONS(1438), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1438), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1438), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1438), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1438), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1438), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1438), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1438), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1438), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1438), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1438), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1438), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1438), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1438), - [aux_sym_host_key_alias_token1] = ACTIONS(1438), - [aux_sym_hostname_token1] = ACTIONS(1438), - [aux_sym_identities_only_token1] = ACTIONS(1438), - [aux_sym_identity_agent_token1] = ACTIONS(1438), - [aux_sym_identity_file_token1] = ACTIONS(1438), - [aux_sym_ignore_unknown_token1] = ACTIONS(1438), - [aux_sym_include_token1] = ACTIONS(1438), - [aux_sym_ip_qos_token1] = ACTIONS(1438), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1438), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1438), - [aux_sym_kex_algorithms_token1] = ACTIONS(1438), - [aux_sym_known_hosts_command_token1] = ACTIONS(1438), - [aux_sym_local_command_token1] = ACTIONS(1438), - [aux_sym_local_forward_token1] = ACTIONS(1438), - [aux_sym_log_level_token1] = ACTIONS(1438), - [aux_sym_log_verbose_token1] = ACTIONS(1438), - [aux_sym_macs_token1] = ACTIONS(1438), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1438), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1438), - [aux_sym_password_authentication_token1] = ACTIONS(1438), - [aux_sym_permit_local_command_token1] = ACTIONS(1438), - [aux_sym_permit_remote_open_token1] = ACTIONS(1438), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1438), - [aux_sym_port_token1] = ACTIONS(1438), - [aux_sym_preferred_authentications_token1] = ACTIONS(1438), - [aux_sym_protocol_token1] = ACTIONS(1438), - [aux_sym_proxy_command_token1] = ACTIONS(1438), - [aux_sym_proxy_jump_token1] = ACTIONS(1438), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1438), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1438), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1438), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1438), - [aux_sym_rekey_limit_token1] = ACTIONS(1438), - [aux_sym_remote_command_token1] = ACTIONS(1438), - [aux_sym_remote_forward_token1] = ACTIONS(1438), - [aux_sym_request_tty_token1] = ACTIONS(1438), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1438), - [aux_sym_security_key_provider_token1] = ACTIONS(1438), - [aux_sym_send_env_token1] = ACTIONS(1438), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1438), - [aux_sym_server_alive_interval_token1] = ACTIONS(1438), - [aux_sym_session_type_token1] = ACTIONS(1438), - [aux_sym_set_env_token1] = ACTIONS(1438), - [aux_sym_stdin_null_token1] = ACTIONS(1438), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1438), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1438), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1438), - [aux_sym_syslog_facility_token1] = ACTIONS(1438), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1438), - [aux_sym_keep_alive_token1] = ACTIONS(1438), - [aux_sym_tunnel_token1] = ACTIONS(1440), - [aux_sym_tunnel_device_token1] = ACTIONS(1438), - [aux_sym_update_host_keys_token1] = ACTIONS(1438), - [aux_sym_use_keychain_token1] = ACTIONS(1438), - [aux_sym_use_roaming_token1] = ACTIONS(1438), - [aux_sym_user_token1] = ACTIONS(1440), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1438), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1438), - [aux_sym_visual_host_key_token1] = ACTIONS(1438), - [aux_sym_xauth_location_token1] = ACTIONS(1438), + [ts_builtin_sym_end] = ACTIONS(1479), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1481), + [aux_sym_match_token1] = ACTIONS(1479), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1479), + [aux_sym_address_family_token1] = ACTIONS(1479), + [aux_sym_batch_mode_token1] = ACTIONS(1479), + [aux_sym_bind_address_token1] = ACTIONS(1479), + [aux_sym_bind_interface_token1] = ACTIONS(1479), + [aux_sym_canonical_domains_token1] = ACTIONS(1479), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1479), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1479), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1479), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1479), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1479), + [aux_sym_certificate_file_token1] = ACTIONS(1479), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1479), + [aux_sym_check_host_ip_token1] = ACTIONS(1479), + [aux_sym_ciphers_token1] = ACTIONS(1479), + [aux_sym_cipher_token1] = ACTIONS(1481), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1479), + [aux_sym_compression_token1] = ACTIONS(1479), + [aux_sym_connection_attempts_token1] = ACTIONS(1479), + [aux_sym_connect_timeout_token1] = ACTIONS(1479), + [aux_sym_control_master_token1] = ACTIONS(1479), + [aux_sym_control_path_token1] = ACTIONS(1479), + [aux_sym_control_persist_token1] = ACTIONS(1479), + [aux_sym_dynamic_forward_token1] = ACTIONS(1479), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1479), + [aux_sym_escape_char_token1] = ACTIONS(1479), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1479), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1479), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1479), + [aux_sym_forward_agent_token1] = ACTIONS(1479), + [aux_sym_forward_x11_token1] = ACTIONS(1481), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1479), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1479), + [aux_sym_gateway_ports_token1] = ACTIONS(1479), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1479), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1479), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1479), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1479), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1479), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1479), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1479), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1479), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1479), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1479), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1479), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1479), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1479), + [aux_sym_host_key_alias_token1] = ACTIONS(1479), + [aux_sym_hostname_token1] = ACTIONS(1479), + [aux_sym_identities_only_token1] = ACTIONS(1479), + [aux_sym_identity_agent_token1] = ACTIONS(1479), + [aux_sym_identity_file_token1] = ACTIONS(1479), + [aux_sym_ignore_unknown_token1] = ACTIONS(1479), + [aux_sym_include_token1] = ACTIONS(1479), + [aux_sym_ip_qos_token1] = ACTIONS(1479), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1479), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1479), + [aux_sym_kex_algorithms_token1] = ACTIONS(1479), + [aux_sym_known_hosts_command_token1] = ACTIONS(1479), + [aux_sym_local_command_token1] = ACTIONS(1479), + [aux_sym_local_forward_token1] = ACTIONS(1479), + [aux_sym_log_level_token1] = ACTIONS(1479), + [aux_sym_log_verbose_token1] = ACTIONS(1479), + [aux_sym_macs_token1] = ACTIONS(1479), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1479), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1479), + [aux_sym_password_authentication_token1] = ACTIONS(1479), + [aux_sym_permit_local_command_token1] = ACTIONS(1479), + [aux_sym_permit_remote_open_token1] = ACTIONS(1479), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1479), + [aux_sym_port_token1] = ACTIONS(1479), + [aux_sym_preferred_authentications_token1] = ACTIONS(1479), + [aux_sym_protocol_token1] = ACTIONS(1479), + [aux_sym_proxy_command_token1] = ACTIONS(1479), + [aux_sym_proxy_jump_token1] = ACTIONS(1479), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1479), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1479), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1479), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1479), + [aux_sym_rekey_limit_token1] = ACTIONS(1479), + [aux_sym_remote_command_token1] = ACTIONS(1479), + [aux_sym_remote_forward_token1] = ACTIONS(1479), + [aux_sym_request_tty_token1] = ACTIONS(1479), + [aux_sym_required_rsa_size_token1] = ACTIONS(1479), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1479), + [aux_sym_security_key_provider_token1] = ACTIONS(1479), + [aux_sym_send_env_token1] = ACTIONS(1479), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1479), + [aux_sym_server_alive_interval_token1] = ACTIONS(1479), + [aux_sym_session_type_token1] = ACTIONS(1479), + [aux_sym_set_env_token1] = ACTIONS(1479), + [aux_sym_stdin_null_token1] = ACTIONS(1479), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1479), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1479), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1479), + [aux_sym_syslog_facility_token1] = ACTIONS(1479), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1479), + [aux_sym_keep_alive_token1] = ACTIONS(1479), + [aux_sym_tunnel_token1] = ACTIONS(1481), + [aux_sym_tunnel_device_token1] = ACTIONS(1479), + [aux_sym_update_host_keys_token1] = ACTIONS(1479), + [aux_sym_use_keychain_token1] = ACTIONS(1479), + [aux_sym_use_roaming_token1] = ACTIONS(1479), + [aux_sym_user_token1] = ACTIONS(1481), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1479), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1479), + [aux_sym_visual_host_key_token1] = ACTIONS(1479), + [aux_sym_xauth_location_token1] = ACTIONS(1479), }, [753] = { - [ts_builtin_sym_end] = ACTIONS(1684), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1686), - [aux_sym_match_token1] = ACTIONS(1684), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1684), - [aux_sym_address_family_token1] = ACTIONS(1684), - [aux_sym_batch_mode_token1] = ACTIONS(1684), - [aux_sym_bind_address_token1] = ACTIONS(1684), - [aux_sym_bind_interface_token1] = ACTIONS(1684), - [aux_sym_canonical_domains_token1] = ACTIONS(1684), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1684), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1684), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1684), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1684), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1684), - [aux_sym_certificate_file_token1] = ACTIONS(1684), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1684), - [aux_sym_check_host_ip_token1] = ACTIONS(1684), - [aux_sym_ciphers_token1] = ACTIONS(1684), - [aux_sym_cipher_token1] = ACTIONS(1686), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1684), - [aux_sym_compression_token1] = ACTIONS(1684), - [aux_sym_connection_attempts_token1] = ACTIONS(1684), - [aux_sym_connect_timeout_token1] = ACTIONS(1684), - [aux_sym_control_master_token1] = ACTIONS(1684), - [aux_sym_control_path_token1] = ACTIONS(1684), - [aux_sym_control_persist_token1] = ACTIONS(1684), - [aux_sym_dynamic_forward_token1] = ACTIONS(1684), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1684), - [aux_sym_escape_char_token1] = ACTIONS(1684), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1684), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1684), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1684), - [aux_sym_forward_agent_token1] = ACTIONS(1684), - [aux_sym_forward_x11_token1] = ACTIONS(1686), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1684), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1684), - [aux_sym_gateway_ports_token1] = ACTIONS(1684), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1684), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1684), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1684), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1684), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1684), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1684), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1684), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1684), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1684), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1684), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1684), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1684), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1684), - [aux_sym_host_key_alias_token1] = ACTIONS(1684), - [aux_sym_hostname_token1] = ACTIONS(1684), - [aux_sym_identities_only_token1] = ACTIONS(1684), - [aux_sym_identity_agent_token1] = ACTIONS(1684), - [aux_sym_identity_file_token1] = ACTIONS(1684), - [aux_sym_ignore_unknown_token1] = ACTIONS(1684), - [aux_sym_include_token1] = ACTIONS(1684), - [aux_sym_ip_qos_token1] = ACTIONS(1684), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1684), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1684), - [aux_sym_kex_algorithms_token1] = ACTIONS(1684), - [aux_sym_known_hosts_command_token1] = ACTIONS(1684), - [aux_sym_local_command_token1] = ACTIONS(1684), - [aux_sym_local_forward_token1] = ACTIONS(1684), - [aux_sym_log_level_token1] = ACTIONS(1684), - [aux_sym_log_verbose_token1] = ACTIONS(1684), - [aux_sym_macs_token1] = ACTIONS(1684), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1684), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1684), - [aux_sym_password_authentication_token1] = ACTIONS(1684), - [aux_sym_permit_local_command_token1] = ACTIONS(1684), - [aux_sym_permit_remote_open_token1] = ACTIONS(1684), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1684), - [aux_sym_port_token1] = ACTIONS(1684), - [aux_sym_preferred_authentications_token1] = ACTIONS(1684), - [aux_sym_protocol_token1] = ACTIONS(1684), - [aux_sym_proxy_command_token1] = ACTIONS(1684), - [aux_sym_proxy_jump_token1] = ACTIONS(1684), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1684), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1684), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1684), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1684), - [aux_sym_rekey_limit_token1] = ACTIONS(1684), - [aux_sym_remote_command_token1] = ACTIONS(1684), - [aux_sym_remote_forward_token1] = ACTIONS(1684), - [aux_sym_request_tty_token1] = ACTIONS(1684), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1684), - [aux_sym_security_key_provider_token1] = ACTIONS(1684), - [aux_sym_send_env_token1] = ACTIONS(1684), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1684), - [aux_sym_server_alive_interval_token1] = ACTIONS(1684), - [aux_sym_session_type_token1] = ACTIONS(1684), - [aux_sym_set_env_token1] = ACTIONS(1684), - [aux_sym_stdin_null_token1] = ACTIONS(1684), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1684), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1684), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1684), - [aux_sym_syslog_facility_token1] = ACTIONS(1684), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1684), - [aux_sym_keep_alive_token1] = ACTIONS(1684), - [aux_sym_tunnel_token1] = ACTIONS(1686), - [aux_sym_tunnel_device_token1] = ACTIONS(1684), - [aux_sym_update_host_keys_token1] = ACTIONS(1684), - [aux_sym_use_keychain_token1] = ACTIONS(1684), - [aux_sym_use_roaming_token1] = ACTIONS(1684), - [aux_sym_user_token1] = ACTIONS(1686), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1684), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1684), - [aux_sym_visual_host_key_token1] = ACTIONS(1684), - [aux_sym_xauth_location_token1] = ACTIONS(1684), + [ts_builtin_sym_end] = ACTIONS(1713), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1715), + [aux_sym_match_token1] = ACTIONS(1713), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1713), + [aux_sym_address_family_token1] = ACTIONS(1713), + [aux_sym_batch_mode_token1] = ACTIONS(1713), + [aux_sym_bind_address_token1] = ACTIONS(1713), + [aux_sym_bind_interface_token1] = ACTIONS(1713), + [aux_sym_canonical_domains_token1] = ACTIONS(1713), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1713), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1713), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1713), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1713), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1713), + [aux_sym_certificate_file_token1] = ACTIONS(1713), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1713), + [aux_sym_check_host_ip_token1] = ACTIONS(1713), + [aux_sym_ciphers_token1] = ACTIONS(1713), + [aux_sym_cipher_token1] = ACTIONS(1715), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1713), + [aux_sym_compression_token1] = ACTIONS(1713), + [aux_sym_connection_attempts_token1] = ACTIONS(1713), + [aux_sym_connect_timeout_token1] = ACTIONS(1713), + [aux_sym_control_master_token1] = ACTIONS(1713), + [aux_sym_control_path_token1] = ACTIONS(1713), + [aux_sym_control_persist_token1] = ACTIONS(1713), + [aux_sym_dynamic_forward_token1] = ACTIONS(1713), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1713), + [aux_sym_escape_char_token1] = ACTIONS(1713), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1713), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1713), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1713), + [aux_sym_forward_agent_token1] = ACTIONS(1713), + [aux_sym_forward_x11_token1] = ACTIONS(1715), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1713), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1713), + [aux_sym_gateway_ports_token1] = ACTIONS(1713), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1713), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1713), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1713), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1713), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1713), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1713), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1713), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1713), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1713), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1713), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1713), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1713), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1713), + [aux_sym_host_key_alias_token1] = ACTIONS(1713), + [aux_sym_hostname_token1] = ACTIONS(1713), + [aux_sym_identities_only_token1] = ACTIONS(1713), + [aux_sym_identity_agent_token1] = ACTIONS(1713), + [aux_sym_identity_file_token1] = ACTIONS(1713), + [aux_sym_ignore_unknown_token1] = ACTIONS(1713), + [aux_sym_include_token1] = ACTIONS(1713), + [aux_sym_ip_qos_token1] = ACTIONS(1713), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1713), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1713), + [aux_sym_kex_algorithms_token1] = ACTIONS(1713), + [aux_sym_known_hosts_command_token1] = ACTIONS(1713), + [aux_sym_local_command_token1] = ACTIONS(1713), + [aux_sym_local_forward_token1] = ACTIONS(1713), + [aux_sym_log_level_token1] = ACTIONS(1713), + [aux_sym_log_verbose_token1] = ACTIONS(1713), + [aux_sym_macs_token1] = ACTIONS(1713), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1713), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1713), + [aux_sym_password_authentication_token1] = ACTIONS(1713), + [aux_sym_permit_local_command_token1] = ACTIONS(1713), + [aux_sym_permit_remote_open_token1] = ACTIONS(1713), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1713), + [aux_sym_port_token1] = ACTIONS(1713), + [aux_sym_preferred_authentications_token1] = ACTIONS(1713), + [aux_sym_protocol_token1] = ACTIONS(1713), + [aux_sym_proxy_command_token1] = ACTIONS(1713), + [aux_sym_proxy_jump_token1] = ACTIONS(1713), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1713), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1713), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1713), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1713), + [aux_sym_rekey_limit_token1] = ACTIONS(1713), + [aux_sym_remote_command_token1] = ACTIONS(1713), + [aux_sym_remote_forward_token1] = ACTIONS(1713), + [aux_sym_request_tty_token1] = ACTIONS(1713), + [aux_sym_required_rsa_size_token1] = ACTIONS(1713), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1713), + [aux_sym_security_key_provider_token1] = ACTIONS(1713), + [aux_sym_send_env_token1] = ACTIONS(1713), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1713), + [aux_sym_server_alive_interval_token1] = ACTIONS(1713), + [aux_sym_session_type_token1] = ACTIONS(1713), + [aux_sym_set_env_token1] = ACTIONS(1713), + [aux_sym_stdin_null_token1] = ACTIONS(1713), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1713), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1713), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1713), + [aux_sym_syslog_facility_token1] = ACTIONS(1713), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1713), + [aux_sym_keep_alive_token1] = ACTIONS(1713), + [aux_sym_tunnel_token1] = ACTIONS(1715), + [aux_sym_tunnel_device_token1] = ACTIONS(1713), + [aux_sym_update_host_keys_token1] = ACTIONS(1713), + [aux_sym_use_keychain_token1] = ACTIONS(1713), + [aux_sym_use_roaming_token1] = ACTIONS(1713), + [aux_sym_user_token1] = ACTIONS(1715), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1713), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1713), + [aux_sym_visual_host_key_token1] = ACTIONS(1713), + [aux_sym_xauth_location_token1] = ACTIONS(1713), }, [754] = { - [ts_builtin_sym_end] = ACTIONS(718), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(720), - [aux_sym_match_token1] = ACTIONS(718), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(718), - [aux_sym_address_family_token1] = ACTIONS(718), - [aux_sym_batch_mode_token1] = ACTIONS(718), - [aux_sym_bind_address_token1] = ACTIONS(718), - [aux_sym_bind_interface_token1] = ACTIONS(718), - [aux_sym_canonical_domains_token1] = ACTIONS(718), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(718), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(718), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(718), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(718), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(718), - [aux_sym_certificate_file_token1] = ACTIONS(718), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(718), - [aux_sym_check_host_ip_token1] = ACTIONS(718), - [aux_sym_ciphers_token1] = ACTIONS(718), - [aux_sym_cipher_token1] = ACTIONS(720), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(718), - [aux_sym_compression_token1] = ACTIONS(718), - [aux_sym_connection_attempts_token1] = ACTIONS(718), - [aux_sym_connect_timeout_token1] = ACTIONS(718), - [aux_sym_control_master_token1] = ACTIONS(718), - [aux_sym_control_path_token1] = ACTIONS(718), - [aux_sym_control_persist_token1] = ACTIONS(718), - [aux_sym_dynamic_forward_token1] = ACTIONS(718), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(718), - [aux_sym_escape_char_token1] = ACTIONS(718), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(718), - [aux_sym_fingerprint_hash_token1] = ACTIONS(718), - [aux_sym_fork_after_authentication_token1] = ACTIONS(718), - [aux_sym_forward_agent_token1] = ACTIONS(718), - [aux_sym_forward_x11_token1] = ACTIONS(720), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(718), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(718), - [aux_sym_gateway_ports_token1] = ACTIONS(718), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(718), - [aux_sym_gssapi_authentication_token1] = ACTIONS(718), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(718), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(718), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(718), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(718), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(718), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(718), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(718), - [aux_sym_hash_known_hosts_token1] = ACTIONS(718), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(718), - [aux_sym_hostbased_authentication_token1] = ACTIONS(718), - [aux_sym_host_key_algorithms_token1] = ACTIONS(718), - [aux_sym_host_key_alias_token1] = ACTIONS(718), - [aux_sym_hostname_token1] = ACTIONS(718), - [aux_sym_identities_only_token1] = ACTIONS(718), - [aux_sym_identity_agent_token1] = ACTIONS(718), - [aux_sym_identity_file_token1] = ACTIONS(718), - [aux_sym_ignore_unknown_token1] = ACTIONS(718), - [aux_sym_include_token1] = ACTIONS(718), - [aux_sym_ip_qos_token1] = ACTIONS(718), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(718), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(718), - [aux_sym_kex_algorithms_token1] = ACTIONS(718), - [aux_sym_known_hosts_command_token1] = ACTIONS(718), - [aux_sym_local_command_token1] = ACTIONS(718), - [aux_sym_local_forward_token1] = ACTIONS(718), - [aux_sym_log_level_token1] = ACTIONS(718), - [aux_sym_log_verbose_token1] = ACTIONS(718), - [aux_sym_macs_token1] = ACTIONS(718), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(718), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(718), - [aux_sym_password_authentication_token1] = ACTIONS(718), - [aux_sym_permit_local_command_token1] = ACTIONS(718), - [aux_sym_permit_remote_open_token1] = ACTIONS(718), - [aux_sym_pkcs11_provider_token1] = ACTIONS(718), - [aux_sym_port_token1] = ACTIONS(718), - [aux_sym_preferred_authentications_token1] = ACTIONS(718), - [aux_sym_protocol_token1] = ACTIONS(718), - [aux_sym_proxy_command_token1] = ACTIONS(718), - [aux_sym_proxy_jump_token1] = ACTIONS(718), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(718), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(718), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(718), - [aux_sym_pubkey_authentication_token1] = ACTIONS(718), - [aux_sym_rekey_limit_token1] = ACTIONS(718), - [aux_sym_remote_command_token1] = ACTIONS(718), - [aux_sym_remote_forward_token1] = ACTIONS(718), - [aux_sym_request_tty_token1] = ACTIONS(718), - [aux_sym_revoked_host_keys_token1] = ACTIONS(718), - [aux_sym_security_key_provider_token1] = ACTIONS(718), - [aux_sym_send_env_token1] = ACTIONS(718), - [aux_sym_server_alive_count_max_token1] = ACTIONS(718), - [aux_sym_server_alive_interval_token1] = ACTIONS(718), - [aux_sym_session_type_token1] = ACTIONS(718), - [aux_sym_set_env_token1] = ACTIONS(718), - [aux_sym_stdin_null_token1] = ACTIONS(718), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(718), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(718), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(718), - [aux_sym_syslog_facility_token1] = ACTIONS(718), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(718), - [aux_sym_keep_alive_token1] = ACTIONS(718), - [aux_sym_tunnel_token1] = ACTIONS(720), - [aux_sym_tunnel_device_token1] = ACTIONS(718), - [aux_sym_update_host_keys_token1] = ACTIONS(718), - [aux_sym_use_keychain_token1] = ACTIONS(718), - [aux_sym_use_roaming_token1] = ACTIONS(718), - [aux_sym_user_token1] = ACTIONS(720), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(718), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(718), - [aux_sym_visual_host_key_token1] = ACTIONS(718), - [aux_sym_xauth_location_token1] = ACTIONS(718), + [ts_builtin_sym_end] = ACTIONS(1485), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1487), + [aux_sym_match_token1] = ACTIONS(1485), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1485), + [aux_sym_address_family_token1] = ACTIONS(1485), + [aux_sym_batch_mode_token1] = ACTIONS(1485), + [aux_sym_bind_address_token1] = ACTIONS(1485), + [aux_sym_bind_interface_token1] = ACTIONS(1485), + [aux_sym_canonical_domains_token1] = ACTIONS(1485), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1485), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1485), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1485), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1485), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1485), + [aux_sym_certificate_file_token1] = ACTIONS(1485), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1485), + [aux_sym_check_host_ip_token1] = ACTIONS(1485), + [aux_sym_ciphers_token1] = ACTIONS(1485), + [aux_sym_cipher_token1] = ACTIONS(1487), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1485), + [aux_sym_compression_token1] = ACTIONS(1485), + [aux_sym_connection_attempts_token1] = ACTIONS(1485), + [aux_sym_connect_timeout_token1] = ACTIONS(1485), + [aux_sym_control_master_token1] = ACTIONS(1485), + [aux_sym_control_path_token1] = ACTIONS(1485), + [aux_sym_control_persist_token1] = ACTIONS(1485), + [aux_sym_dynamic_forward_token1] = ACTIONS(1485), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1485), + [aux_sym_escape_char_token1] = ACTIONS(1485), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1485), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1485), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1485), + [aux_sym_forward_agent_token1] = ACTIONS(1485), + [aux_sym_forward_x11_token1] = ACTIONS(1487), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1485), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1485), + [aux_sym_gateway_ports_token1] = ACTIONS(1485), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1485), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1485), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1485), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1485), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1485), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1485), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1485), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1485), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1485), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1485), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1485), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1485), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1485), + [aux_sym_host_key_alias_token1] = ACTIONS(1485), + [aux_sym_hostname_token1] = ACTIONS(1485), + [aux_sym_identities_only_token1] = ACTIONS(1485), + [aux_sym_identity_agent_token1] = ACTIONS(1485), + [aux_sym_identity_file_token1] = ACTIONS(1485), + [aux_sym_ignore_unknown_token1] = ACTIONS(1485), + [aux_sym_include_token1] = ACTIONS(1485), + [aux_sym_ip_qos_token1] = ACTIONS(1485), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1485), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1485), + [aux_sym_kex_algorithms_token1] = ACTIONS(1485), + [aux_sym_known_hosts_command_token1] = ACTIONS(1485), + [aux_sym_local_command_token1] = ACTIONS(1485), + [aux_sym_local_forward_token1] = ACTIONS(1485), + [aux_sym_log_level_token1] = ACTIONS(1485), + [aux_sym_log_verbose_token1] = ACTIONS(1485), + [aux_sym_macs_token1] = ACTIONS(1485), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1485), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1485), + [aux_sym_password_authentication_token1] = ACTIONS(1485), + [aux_sym_permit_local_command_token1] = ACTIONS(1485), + [aux_sym_permit_remote_open_token1] = ACTIONS(1485), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1485), + [aux_sym_port_token1] = ACTIONS(1485), + [aux_sym_preferred_authentications_token1] = ACTIONS(1485), + [aux_sym_protocol_token1] = ACTIONS(1485), + [aux_sym_proxy_command_token1] = ACTIONS(1485), + [aux_sym_proxy_jump_token1] = ACTIONS(1485), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1485), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1485), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1485), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1485), + [aux_sym_rekey_limit_token1] = ACTIONS(1485), + [aux_sym_remote_command_token1] = ACTIONS(1485), + [aux_sym_remote_forward_token1] = ACTIONS(1485), + [aux_sym_request_tty_token1] = ACTIONS(1485), + [aux_sym_required_rsa_size_token1] = ACTIONS(1485), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1485), + [aux_sym_security_key_provider_token1] = ACTIONS(1485), + [aux_sym_send_env_token1] = ACTIONS(1485), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1485), + [aux_sym_server_alive_interval_token1] = ACTIONS(1485), + [aux_sym_session_type_token1] = ACTIONS(1485), + [aux_sym_set_env_token1] = ACTIONS(1485), + [aux_sym_stdin_null_token1] = ACTIONS(1485), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1485), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1485), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1485), + [aux_sym_syslog_facility_token1] = ACTIONS(1485), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1485), + [aux_sym_keep_alive_token1] = ACTIONS(1485), + [aux_sym_tunnel_token1] = ACTIONS(1487), + [aux_sym_tunnel_device_token1] = ACTIONS(1485), + [aux_sym_update_host_keys_token1] = ACTIONS(1485), + [aux_sym_use_keychain_token1] = ACTIONS(1485), + [aux_sym_use_roaming_token1] = ACTIONS(1485), + [aux_sym_user_token1] = ACTIONS(1487), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1485), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1485), + [aux_sym_visual_host_key_token1] = ACTIONS(1485), + [aux_sym_xauth_location_token1] = ACTIONS(1485), }, [755] = { - [ts_builtin_sym_end] = ACTIONS(856), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(858), - [aux_sym_match_token1] = ACTIONS(856), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(856), - [aux_sym_address_family_token1] = ACTIONS(856), - [aux_sym_batch_mode_token1] = ACTIONS(856), - [aux_sym_bind_address_token1] = ACTIONS(856), - [aux_sym_bind_interface_token1] = ACTIONS(856), - [aux_sym_canonical_domains_token1] = ACTIONS(856), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(856), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(856), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(856), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(856), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(856), - [aux_sym_certificate_file_token1] = ACTIONS(856), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(856), - [aux_sym_check_host_ip_token1] = ACTIONS(856), - [aux_sym_ciphers_token1] = ACTIONS(856), - [aux_sym_cipher_token1] = ACTIONS(858), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(856), - [aux_sym_compression_token1] = ACTIONS(856), - [aux_sym_connection_attempts_token1] = ACTIONS(856), - [aux_sym_connect_timeout_token1] = ACTIONS(856), - [aux_sym_control_master_token1] = ACTIONS(856), - [aux_sym_control_path_token1] = ACTIONS(856), - [aux_sym_control_persist_token1] = ACTIONS(856), - [aux_sym_dynamic_forward_token1] = ACTIONS(856), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(856), - [aux_sym_escape_char_token1] = ACTIONS(856), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(856), - [aux_sym_fingerprint_hash_token1] = ACTIONS(856), - [aux_sym_fork_after_authentication_token1] = ACTIONS(856), - [aux_sym_forward_agent_token1] = ACTIONS(856), - [aux_sym_forward_x11_token1] = ACTIONS(858), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(856), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(856), - [aux_sym_gateway_ports_token1] = ACTIONS(856), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(856), - [aux_sym_gssapi_authentication_token1] = ACTIONS(856), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(856), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(856), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(856), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(856), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(856), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(856), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(856), - [aux_sym_hash_known_hosts_token1] = ACTIONS(856), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(856), - [aux_sym_hostbased_authentication_token1] = ACTIONS(856), - [aux_sym_host_key_algorithms_token1] = ACTIONS(856), - [aux_sym_host_key_alias_token1] = ACTIONS(856), - [aux_sym_hostname_token1] = ACTIONS(856), - [aux_sym_identities_only_token1] = ACTIONS(856), - [aux_sym_identity_agent_token1] = ACTIONS(856), - [aux_sym_identity_file_token1] = ACTIONS(856), - [aux_sym_ignore_unknown_token1] = ACTIONS(856), - [aux_sym_include_token1] = ACTIONS(856), - [aux_sym_ip_qos_token1] = ACTIONS(856), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(856), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(856), - [aux_sym_kex_algorithms_token1] = ACTIONS(856), - [aux_sym_known_hosts_command_token1] = ACTIONS(856), - [aux_sym_local_command_token1] = ACTIONS(856), - [aux_sym_local_forward_token1] = ACTIONS(856), - [aux_sym_log_level_token1] = ACTIONS(856), - [aux_sym_log_verbose_token1] = ACTIONS(856), - [aux_sym_macs_token1] = ACTIONS(856), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(856), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(856), - [aux_sym_password_authentication_token1] = ACTIONS(856), - [aux_sym_permit_local_command_token1] = ACTIONS(856), - [aux_sym_permit_remote_open_token1] = ACTIONS(856), - [aux_sym_pkcs11_provider_token1] = ACTIONS(856), - [aux_sym_port_token1] = ACTIONS(856), - [aux_sym_preferred_authentications_token1] = ACTIONS(856), - [aux_sym_protocol_token1] = ACTIONS(856), - [aux_sym_proxy_command_token1] = ACTIONS(856), - [aux_sym_proxy_jump_token1] = ACTIONS(856), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(856), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(856), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(856), - [aux_sym_pubkey_authentication_token1] = ACTIONS(856), - [aux_sym_rekey_limit_token1] = ACTIONS(856), - [aux_sym_remote_command_token1] = ACTIONS(856), - [aux_sym_remote_forward_token1] = ACTIONS(856), - [aux_sym_request_tty_token1] = ACTIONS(856), - [aux_sym_revoked_host_keys_token1] = ACTIONS(856), - [aux_sym_security_key_provider_token1] = ACTIONS(856), - [aux_sym_send_env_token1] = ACTIONS(856), - [aux_sym_server_alive_count_max_token1] = ACTIONS(856), - [aux_sym_server_alive_interval_token1] = ACTIONS(856), - [aux_sym_session_type_token1] = ACTIONS(856), - [aux_sym_set_env_token1] = ACTIONS(856), - [aux_sym_stdin_null_token1] = ACTIONS(856), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(856), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(856), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(856), - [aux_sym_syslog_facility_token1] = ACTIONS(856), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(856), - [aux_sym_keep_alive_token1] = ACTIONS(856), - [aux_sym_tunnel_token1] = ACTIONS(858), - [aux_sym_tunnel_device_token1] = ACTIONS(856), - [aux_sym_update_host_keys_token1] = ACTIONS(856), - [aux_sym_use_keychain_token1] = ACTIONS(856), - [aux_sym_use_roaming_token1] = ACTIONS(856), - [aux_sym_user_token1] = ACTIONS(858), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(856), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(856), - [aux_sym_visual_host_key_token1] = ACTIONS(856), - [aux_sym_xauth_location_token1] = ACTIONS(856), + [ts_builtin_sym_end] = ACTIONS(1491), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1493), + [aux_sym_match_token1] = ACTIONS(1491), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1491), + [aux_sym_address_family_token1] = ACTIONS(1491), + [aux_sym_batch_mode_token1] = ACTIONS(1491), + [aux_sym_bind_address_token1] = ACTIONS(1491), + [aux_sym_bind_interface_token1] = ACTIONS(1491), + [aux_sym_canonical_domains_token1] = ACTIONS(1491), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1491), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1491), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1491), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1491), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1491), + [aux_sym_certificate_file_token1] = ACTIONS(1491), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1491), + [aux_sym_check_host_ip_token1] = ACTIONS(1491), + [aux_sym_ciphers_token1] = ACTIONS(1491), + [aux_sym_cipher_token1] = ACTIONS(1493), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1491), + [aux_sym_compression_token1] = ACTIONS(1491), + [aux_sym_connection_attempts_token1] = ACTIONS(1491), + [aux_sym_connect_timeout_token1] = ACTIONS(1491), + [aux_sym_control_master_token1] = ACTIONS(1491), + [aux_sym_control_path_token1] = ACTIONS(1491), + [aux_sym_control_persist_token1] = ACTIONS(1491), + [aux_sym_dynamic_forward_token1] = ACTIONS(1491), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1491), + [aux_sym_escape_char_token1] = ACTIONS(1491), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1491), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1491), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1491), + [aux_sym_forward_agent_token1] = ACTIONS(1491), + [aux_sym_forward_x11_token1] = ACTIONS(1493), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1491), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1491), + [aux_sym_gateway_ports_token1] = ACTIONS(1491), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1491), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1491), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1491), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1491), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1491), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1491), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1491), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1491), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1491), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1491), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1491), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1491), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1491), + [aux_sym_host_key_alias_token1] = ACTIONS(1491), + [aux_sym_hostname_token1] = ACTIONS(1491), + [aux_sym_identities_only_token1] = ACTIONS(1491), + [aux_sym_identity_agent_token1] = ACTIONS(1491), + [aux_sym_identity_file_token1] = ACTIONS(1491), + [aux_sym_ignore_unknown_token1] = ACTIONS(1491), + [aux_sym_include_token1] = ACTIONS(1491), + [aux_sym_ip_qos_token1] = ACTIONS(1491), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1491), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1491), + [aux_sym_kex_algorithms_token1] = ACTIONS(1491), + [aux_sym_known_hosts_command_token1] = ACTIONS(1491), + [aux_sym_local_command_token1] = ACTIONS(1491), + [aux_sym_local_forward_token1] = ACTIONS(1491), + [aux_sym_log_level_token1] = ACTIONS(1491), + [aux_sym_log_verbose_token1] = ACTIONS(1491), + [aux_sym_macs_token1] = ACTIONS(1491), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1491), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1491), + [aux_sym_password_authentication_token1] = ACTIONS(1491), + [aux_sym_permit_local_command_token1] = ACTIONS(1491), + [aux_sym_permit_remote_open_token1] = ACTIONS(1491), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1491), + [aux_sym_port_token1] = ACTIONS(1491), + [aux_sym_preferred_authentications_token1] = ACTIONS(1491), + [aux_sym_protocol_token1] = ACTIONS(1491), + [aux_sym_proxy_command_token1] = ACTIONS(1491), + [aux_sym_proxy_jump_token1] = ACTIONS(1491), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1491), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1491), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1491), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1491), + [aux_sym_rekey_limit_token1] = ACTIONS(1491), + [aux_sym_remote_command_token1] = ACTIONS(1491), + [aux_sym_remote_forward_token1] = ACTIONS(1491), + [aux_sym_request_tty_token1] = ACTIONS(1491), + [aux_sym_required_rsa_size_token1] = ACTIONS(1491), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1491), + [aux_sym_security_key_provider_token1] = ACTIONS(1491), + [aux_sym_send_env_token1] = ACTIONS(1491), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1491), + [aux_sym_server_alive_interval_token1] = ACTIONS(1491), + [aux_sym_session_type_token1] = ACTIONS(1491), + [aux_sym_set_env_token1] = ACTIONS(1491), + [aux_sym_stdin_null_token1] = ACTIONS(1491), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1491), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1491), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1491), + [aux_sym_syslog_facility_token1] = ACTIONS(1491), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1491), + [aux_sym_keep_alive_token1] = ACTIONS(1491), + [aux_sym_tunnel_token1] = ACTIONS(1493), + [aux_sym_tunnel_device_token1] = ACTIONS(1491), + [aux_sym_update_host_keys_token1] = ACTIONS(1491), + [aux_sym_use_keychain_token1] = ACTIONS(1491), + [aux_sym_use_roaming_token1] = ACTIONS(1491), + [aux_sym_user_token1] = ACTIONS(1493), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1491), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1491), + [aux_sym_visual_host_key_token1] = ACTIONS(1491), + [aux_sym_xauth_location_token1] = ACTIONS(1491), }, [756] = { - [ts_builtin_sym_end] = ACTIONS(1678), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1680), - [aux_sym_match_token1] = ACTIONS(1678), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1678), - [aux_sym_address_family_token1] = ACTIONS(1678), - [aux_sym_batch_mode_token1] = ACTIONS(1678), - [aux_sym_bind_address_token1] = ACTIONS(1678), - [aux_sym_bind_interface_token1] = ACTIONS(1678), - [aux_sym_canonical_domains_token1] = ACTIONS(1678), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1678), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1678), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1678), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1678), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1678), - [aux_sym_certificate_file_token1] = ACTIONS(1678), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1678), - [aux_sym_check_host_ip_token1] = ACTIONS(1678), - [aux_sym_ciphers_token1] = ACTIONS(1678), - [aux_sym_cipher_token1] = ACTIONS(1680), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1678), - [aux_sym_compression_token1] = ACTIONS(1678), - [aux_sym_connection_attempts_token1] = ACTIONS(1678), - [aux_sym_connect_timeout_token1] = ACTIONS(1678), - [aux_sym_control_master_token1] = ACTIONS(1678), - [aux_sym_control_path_token1] = ACTIONS(1678), - [aux_sym_control_persist_token1] = ACTIONS(1678), - [aux_sym_dynamic_forward_token1] = ACTIONS(1678), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1678), - [aux_sym_escape_char_token1] = ACTIONS(1678), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1678), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1678), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1678), - [aux_sym_forward_agent_token1] = ACTIONS(1678), - [aux_sym_forward_x11_token1] = ACTIONS(1680), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1678), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1678), - [aux_sym_gateway_ports_token1] = ACTIONS(1678), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1678), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1678), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1678), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1678), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1678), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1678), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1678), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1678), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1678), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1678), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1678), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1678), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1678), - [aux_sym_host_key_alias_token1] = ACTIONS(1678), - [aux_sym_hostname_token1] = ACTIONS(1678), - [aux_sym_identities_only_token1] = ACTIONS(1678), - [aux_sym_identity_agent_token1] = ACTIONS(1678), - [aux_sym_identity_file_token1] = ACTIONS(1678), - [aux_sym_ignore_unknown_token1] = ACTIONS(1678), - [aux_sym_include_token1] = ACTIONS(1678), - [aux_sym_ip_qos_token1] = ACTIONS(1678), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1678), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1678), - [aux_sym_kex_algorithms_token1] = ACTIONS(1678), - [aux_sym_known_hosts_command_token1] = ACTIONS(1678), - [aux_sym_local_command_token1] = ACTIONS(1678), - [aux_sym_local_forward_token1] = ACTIONS(1678), - [aux_sym_log_level_token1] = ACTIONS(1678), - [aux_sym_log_verbose_token1] = ACTIONS(1678), - [aux_sym_macs_token1] = ACTIONS(1678), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1678), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1678), - [aux_sym_password_authentication_token1] = ACTIONS(1678), - [aux_sym_permit_local_command_token1] = ACTIONS(1678), - [aux_sym_permit_remote_open_token1] = ACTIONS(1678), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1678), - [aux_sym_port_token1] = ACTIONS(1678), - [aux_sym_preferred_authentications_token1] = ACTIONS(1678), - [aux_sym_protocol_token1] = ACTIONS(1678), - [aux_sym_proxy_command_token1] = ACTIONS(1678), - [aux_sym_proxy_jump_token1] = ACTIONS(1678), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1678), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1678), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1678), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1678), - [aux_sym_rekey_limit_token1] = ACTIONS(1678), - [aux_sym_remote_command_token1] = ACTIONS(1678), - [aux_sym_remote_forward_token1] = ACTIONS(1678), - [aux_sym_request_tty_token1] = ACTIONS(1678), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1678), - [aux_sym_security_key_provider_token1] = ACTIONS(1678), - [aux_sym_send_env_token1] = ACTIONS(1678), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1678), - [aux_sym_server_alive_interval_token1] = ACTIONS(1678), - [aux_sym_session_type_token1] = ACTIONS(1678), - [aux_sym_set_env_token1] = ACTIONS(1678), - [aux_sym_stdin_null_token1] = ACTIONS(1678), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1678), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1678), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1678), - [aux_sym_syslog_facility_token1] = ACTIONS(1678), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1678), - [aux_sym_keep_alive_token1] = ACTIONS(1678), - [aux_sym_tunnel_token1] = ACTIONS(1680), - [aux_sym_tunnel_device_token1] = ACTIONS(1678), - [aux_sym_update_host_keys_token1] = ACTIONS(1678), - [aux_sym_use_keychain_token1] = ACTIONS(1678), - [aux_sym_use_roaming_token1] = ACTIONS(1678), - [aux_sym_user_token1] = ACTIONS(1680), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1678), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1678), - [aux_sym_visual_host_key_token1] = ACTIONS(1678), - [aux_sym_xauth_location_token1] = ACTIONS(1678), + [ts_builtin_sym_end] = ACTIONS(1707), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1709), + [aux_sym_match_token1] = ACTIONS(1707), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1707), + [aux_sym_address_family_token1] = ACTIONS(1707), + [aux_sym_batch_mode_token1] = ACTIONS(1707), + [aux_sym_bind_address_token1] = ACTIONS(1707), + [aux_sym_bind_interface_token1] = ACTIONS(1707), + [aux_sym_canonical_domains_token1] = ACTIONS(1707), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1707), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1707), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1707), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1707), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1707), + [aux_sym_certificate_file_token1] = ACTIONS(1707), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1707), + [aux_sym_check_host_ip_token1] = ACTIONS(1707), + [aux_sym_ciphers_token1] = ACTIONS(1707), + [aux_sym_cipher_token1] = ACTIONS(1709), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1707), + [aux_sym_compression_token1] = ACTIONS(1707), + [aux_sym_connection_attempts_token1] = ACTIONS(1707), + [aux_sym_connect_timeout_token1] = ACTIONS(1707), + [aux_sym_control_master_token1] = ACTIONS(1707), + [aux_sym_control_path_token1] = ACTIONS(1707), + [aux_sym_control_persist_token1] = ACTIONS(1707), + [aux_sym_dynamic_forward_token1] = ACTIONS(1707), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1707), + [aux_sym_escape_char_token1] = ACTIONS(1707), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1707), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1707), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1707), + [aux_sym_forward_agent_token1] = ACTIONS(1707), + [aux_sym_forward_x11_token1] = ACTIONS(1709), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1707), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1707), + [aux_sym_gateway_ports_token1] = ACTIONS(1707), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1707), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1707), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1707), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1707), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1707), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1707), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1707), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1707), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1707), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1707), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1707), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1707), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1707), + [aux_sym_host_key_alias_token1] = ACTIONS(1707), + [aux_sym_hostname_token1] = ACTIONS(1707), + [aux_sym_identities_only_token1] = ACTIONS(1707), + [aux_sym_identity_agent_token1] = ACTIONS(1707), + [aux_sym_identity_file_token1] = ACTIONS(1707), + [aux_sym_ignore_unknown_token1] = ACTIONS(1707), + [aux_sym_include_token1] = ACTIONS(1707), + [aux_sym_ip_qos_token1] = ACTIONS(1707), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1707), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1707), + [aux_sym_kex_algorithms_token1] = ACTIONS(1707), + [aux_sym_known_hosts_command_token1] = ACTIONS(1707), + [aux_sym_local_command_token1] = ACTIONS(1707), + [aux_sym_local_forward_token1] = ACTIONS(1707), + [aux_sym_log_level_token1] = ACTIONS(1707), + [aux_sym_log_verbose_token1] = ACTIONS(1707), + [aux_sym_macs_token1] = ACTIONS(1707), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1707), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1707), + [aux_sym_password_authentication_token1] = ACTIONS(1707), + [aux_sym_permit_local_command_token1] = ACTIONS(1707), + [aux_sym_permit_remote_open_token1] = ACTIONS(1707), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1707), + [aux_sym_port_token1] = ACTIONS(1707), + [aux_sym_preferred_authentications_token1] = ACTIONS(1707), + [aux_sym_protocol_token1] = ACTIONS(1707), + [aux_sym_proxy_command_token1] = ACTIONS(1707), + [aux_sym_proxy_jump_token1] = ACTIONS(1707), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1707), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1707), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1707), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1707), + [aux_sym_rekey_limit_token1] = ACTIONS(1707), + [aux_sym_remote_command_token1] = ACTIONS(1707), + [aux_sym_remote_forward_token1] = ACTIONS(1707), + [aux_sym_request_tty_token1] = ACTIONS(1707), + [aux_sym_required_rsa_size_token1] = ACTIONS(1707), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1707), + [aux_sym_security_key_provider_token1] = ACTIONS(1707), + [aux_sym_send_env_token1] = ACTIONS(1707), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1707), + [aux_sym_server_alive_interval_token1] = ACTIONS(1707), + [aux_sym_session_type_token1] = ACTIONS(1707), + [aux_sym_set_env_token1] = ACTIONS(1707), + [aux_sym_stdin_null_token1] = ACTIONS(1707), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1707), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1707), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1707), + [aux_sym_syslog_facility_token1] = ACTIONS(1707), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1707), + [aux_sym_keep_alive_token1] = ACTIONS(1707), + [aux_sym_tunnel_token1] = ACTIONS(1709), + [aux_sym_tunnel_device_token1] = ACTIONS(1707), + [aux_sym_update_host_keys_token1] = ACTIONS(1707), + [aux_sym_use_keychain_token1] = ACTIONS(1707), + [aux_sym_use_roaming_token1] = ACTIONS(1707), + [aux_sym_user_token1] = ACTIONS(1709), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1707), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1707), + [aux_sym_visual_host_key_token1] = ACTIONS(1707), + [aux_sym_xauth_location_token1] = ACTIONS(1707), }, [757] = { - [ts_builtin_sym_end] = ACTIONS(1444), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1446), - [aux_sym_match_token1] = ACTIONS(1444), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1444), - [aux_sym_address_family_token1] = ACTIONS(1444), - [aux_sym_batch_mode_token1] = ACTIONS(1444), - [aux_sym_bind_address_token1] = ACTIONS(1444), - [aux_sym_bind_interface_token1] = ACTIONS(1444), - [aux_sym_canonical_domains_token1] = ACTIONS(1444), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1444), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1444), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1444), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1444), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1444), - [aux_sym_certificate_file_token1] = ACTIONS(1444), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1444), - [aux_sym_check_host_ip_token1] = ACTIONS(1444), - [aux_sym_ciphers_token1] = ACTIONS(1444), - [aux_sym_cipher_token1] = ACTIONS(1446), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1444), - [aux_sym_compression_token1] = ACTIONS(1444), - [aux_sym_connection_attempts_token1] = ACTIONS(1444), - [aux_sym_connect_timeout_token1] = ACTIONS(1444), - [aux_sym_control_master_token1] = ACTIONS(1444), - [aux_sym_control_path_token1] = ACTIONS(1444), - [aux_sym_control_persist_token1] = ACTIONS(1444), - [aux_sym_dynamic_forward_token1] = ACTIONS(1444), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1444), - [aux_sym_escape_char_token1] = ACTIONS(1444), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1444), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1444), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1444), - [aux_sym_forward_agent_token1] = ACTIONS(1444), - [aux_sym_forward_x11_token1] = ACTIONS(1446), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1444), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1444), - [aux_sym_gateway_ports_token1] = ACTIONS(1444), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1444), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1444), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1444), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1444), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1444), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1444), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1444), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1444), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1444), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1444), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1444), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1444), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1444), - [aux_sym_host_key_alias_token1] = ACTIONS(1444), - [aux_sym_hostname_token1] = ACTIONS(1444), - [aux_sym_identities_only_token1] = ACTIONS(1444), - [aux_sym_identity_agent_token1] = ACTIONS(1444), - [aux_sym_identity_file_token1] = ACTIONS(1444), - [aux_sym_ignore_unknown_token1] = ACTIONS(1444), - [aux_sym_include_token1] = ACTIONS(1444), - [aux_sym_ip_qos_token1] = ACTIONS(1444), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1444), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1444), - [aux_sym_kex_algorithms_token1] = ACTIONS(1444), - [aux_sym_known_hosts_command_token1] = ACTIONS(1444), - [aux_sym_local_command_token1] = ACTIONS(1444), - [aux_sym_local_forward_token1] = ACTIONS(1444), - [aux_sym_log_level_token1] = ACTIONS(1444), - [aux_sym_log_verbose_token1] = ACTIONS(1444), - [aux_sym_macs_token1] = ACTIONS(1444), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1444), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1444), - [aux_sym_password_authentication_token1] = ACTIONS(1444), - [aux_sym_permit_local_command_token1] = ACTIONS(1444), - [aux_sym_permit_remote_open_token1] = ACTIONS(1444), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1444), - [aux_sym_port_token1] = ACTIONS(1444), - [aux_sym_preferred_authentications_token1] = ACTIONS(1444), - [aux_sym_protocol_token1] = ACTIONS(1444), - [aux_sym_proxy_command_token1] = ACTIONS(1444), - [aux_sym_proxy_jump_token1] = ACTIONS(1444), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1444), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1444), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1444), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1444), - [aux_sym_rekey_limit_token1] = ACTIONS(1444), - [aux_sym_remote_command_token1] = ACTIONS(1444), - [aux_sym_remote_forward_token1] = ACTIONS(1444), - [aux_sym_request_tty_token1] = ACTIONS(1444), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1444), - [aux_sym_security_key_provider_token1] = ACTIONS(1444), - [aux_sym_send_env_token1] = ACTIONS(1444), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1444), - [aux_sym_server_alive_interval_token1] = ACTIONS(1444), - [aux_sym_session_type_token1] = ACTIONS(1444), - [aux_sym_set_env_token1] = ACTIONS(1444), - [aux_sym_stdin_null_token1] = ACTIONS(1444), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1444), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1444), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1444), - [aux_sym_syslog_facility_token1] = ACTIONS(1444), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1444), - [aux_sym_keep_alive_token1] = ACTIONS(1444), - [aux_sym_tunnel_token1] = ACTIONS(1446), - [aux_sym_tunnel_device_token1] = ACTIONS(1444), - [aux_sym_update_host_keys_token1] = ACTIONS(1444), - [aux_sym_use_keychain_token1] = ACTIONS(1444), - [aux_sym_use_roaming_token1] = ACTIONS(1444), - [aux_sym_user_token1] = ACTIONS(1446), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1444), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1444), - [aux_sym_visual_host_key_token1] = ACTIONS(1444), - [aux_sym_xauth_location_token1] = ACTIONS(1444), + [ts_builtin_sym_end] = ACTIONS(1497), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1499), + [aux_sym_match_token1] = ACTIONS(1497), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1497), + [aux_sym_address_family_token1] = ACTIONS(1497), + [aux_sym_batch_mode_token1] = ACTIONS(1497), + [aux_sym_bind_address_token1] = ACTIONS(1497), + [aux_sym_bind_interface_token1] = ACTIONS(1497), + [aux_sym_canonical_domains_token1] = ACTIONS(1497), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1497), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1497), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1497), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1497), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1497), + [aux_sym_certificate_file_token1] = ACTIONS(1497), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1497), + [aux_sym_check_host_ip_token1] = ACTIONS(1497), + [aux_sym_ciphers_token1] = ACTIONS(1497), + [aux_sym_cipher_token1] = ACTIONS(1499), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1497), + [aux_sym_compression_token1] = ACTIONS(1497), + [aux_sym_connection_attempts_token1] = ACTIONS(1497), + [aux_sym_connect_timeout_token1] = ACTIONS(1497), + [aux_sym_control_master_token1] = ACTIONS(1497), + [aux_sym_control_path_token1] = ACTIONS(1497), + [aux_sym_control_persist_token1] = ACTIONS(1497), + [aux_sym_dynamic_forward_token1] = ACTIONS(1497), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1497), + [aux_sym_escape_char_token1] = ACTIONS(1497), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1497), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1497), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1497), + [aux_sym_forward_agent_token1] = ACTIONS(1497), + [aux_sym_forward_x11_token1] = ACTIONS(1499), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1497), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1497), + [aux_sym_gateway_ports_token1] = ACTIONS(1497), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1497), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1497), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1497), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1497), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1497), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1497), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1497), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1497), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1497), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1497), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1497), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1497), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1497), + [aux_sym_host_key_alias_token1] = ACTIONS(1497), + [aux_sym_hostname_token1] = ACTIONS(1497), + [aux_sym_identities_only_token1] = ACTIONS(1497), + [aux_sym_identity_agent_token1] = ACTIONS(1497), + [aux_sym_identity_file_token1] = ACTIONS(1497), + [aux_sym_ignore_unknown_token1] = ACTIONS(1497), + [aux_sym_include_token1] = ACTIONS(1497), + [aux_sym_ip_qos_token1] = ACTIONS(1497), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1497), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1497), + [aux_sym_kex_algorithms_token1] = ACTIONS(1497), + [aux_sym_known_hosts_command_token1] = ACTIONS(1497), + [aux_sym_local_command_token1] = ACTIONS(1497), + [aux_sym_local_forward_token1] = ACTIONS(1497), + [aux_sym_log_level_token1] = ACTIONS(1497), + [aux_sym_log_verbose_token1] = ACTIONS(1497), + [aux_sym_macs_token1] = ACTIONS(1497), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1497), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1497), + [aux_sym_password_authentication_token1] = ACTIONS(1497), + [aux_sym_permit_local_command_token1] = ACTIONS(1497), + [aux_sym_permit_remote_open_token1] = ACTIONS(1497), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1497), + [aux_sym_port_token1] = ACTIONS(1497), + [aux_sym_preferred_authentications_token1] = ACTIONS(1497), + [aux_sym_protocol_token1] = ACTIONS(1497), + [aux_sym_proxy_command_token1] = ACTIONS(1497), + [aux_sym_proxy_jump_token1] = ACTIONS(1497), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1497), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1497), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1497), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1497), + [aux_sym_rekey_limit_token1] = ACTIONS(1497), + [aux_sym_remote_command_token1] = ACTIONS(1497), + [aux_sym_remote_forward_token1] = ACTIONS(1497), + [aux_sym_request_tty_token1] = ACTIONS(1497), + [aux_sym_required_rsa_size_token1] = ACTIONS(1497), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1497), + [aux_sym_security_key_provider_token1] = ACTIONS(1497), + [aux_sym_send_env_token1] = ACTIONS(1497), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1497), + [aux_sym_server_alive_interval_token1] = ACTIONS(1497), + [aux_sym_session_type_token1] = ACTIONS(1497), + [aux_sym_set_env_token1] = ACTIONS(1497), + [aux_sym_stdin_null_token1] = ACTIONS(1497), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1497), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1497), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1497), + [aux_sym_syslog_facility_token1] = ACTIONS(1497), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1497), + [aux_sym_keep_alive_token1] = ACTIONS(1497), + [aux_sym_tunnel_token1] = ACTIONS(1499), + [aux_sym_tunnel_device_token1] = ACTIONS(1497), + [aux_sym_update_host_keys_token1] = ACTIONS(1497), + [aux_sym_use_keychain_token1] = ACTIONS(1497), + [aux_sym_use_roaming_token1] = ACTIONS(1497), + [aux_sym_user_token1] = ACTIONS(1499), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1497), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1497), + [aux_sym_visual_host_key_token1] = ACTIONS(1497), + [aux_sym_xauth_location_token1] = ACTIONS(1497), }, [758] = { - [ts_builtin_sym_end] = ACTIONS(1462), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1464), - [aux_sym_match_token1] = ACTIONS(1462), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1462), - [aux_sym_address_family_token1] = ACTIONS(1462), - [aux_sym_batch_mode_token1] = ACTIONS(1462), - [aux_sym_bind_address_token1] = ACTIONS(1462), - [aux_sym_bind_interface_token1] = ACTIONS(1462), - [aux_sym_canonical_domains_token1] = ACTIONS(1462), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1462), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1462), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1462), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1462), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1462), - [aux_sym_certificate_file_token1] = ACTIONS(1462), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1462), - [aux_sym_check_host_ip_token1] = ACTIONS(1462), - [aux_sym_ciphers_token1] = ACTIONS(1462), - [aux_sym_cipher_token1] = ACTIONS(1464), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1462), - [aux_sym_compression_token1] = ACTIONS(1462), - [aux_sym_connection_attempts_token1] = ACTIONS(1462), - [aux_sym_connect_timeout_token1] = ACTIONS(1462), - [aux_sym_control_master_token1] = ACTIONS(1462), - [aux_sym_control_path_token1] = ACTIONS(1462), - [aux_sym_control_persist_token1] = ACTIONS(1462), - [aux_sym_dynamic_forward_token1] = ACTIONS(1462), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1462), - [aux_sym_escape_char_token1] = ACTIONS(1462), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1462), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1462), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1462), - [aux_sym_forward_agent_token1] = ACTIONS(1462), - [aux_sym_forward_x11_token1] = ACTIONS(1464), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1462), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1462), - [aux_sym_gateway_ports_token1] = ACTIONS(1462), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1462), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1462), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1462), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1462), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1462), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1462), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1462), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1462), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1462), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1462), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1462), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1462), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1462), - [aux_sym_host_key_alias_token1] = ACTIONS(1462), - [aux_sym_hostname_token1] = ACTIONS(1462), - [aux_sym_identities_only_token1] = ACTIONS(1462), - [aux_sym_identity_agent_token1] = ACTIONS(1462), - [aux_sym_identity_file_token1] = ACTIONS(1462), - [aux_sym_ignore_unknown_token1] = ACTIONS(1462), - [aux_sym_include_token1] = ACTIONS(1462), - [aux_sym_ip_qos_token1] = ACTIONS(1462), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1462), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1462), - [aux_sym_kex_algorithms_token1] = ACTIONS(1462), - [aux_sym_known_hosts_command_token1] = ACTIONS(1462), - [aux_sym_local_command_token1] = ACTIONS(1462), - [aux_sym_local_forward_token1] = ACTIONS(1462), - [aux_sym_log_level_token1] = ACTIONS(1462), - [aux_sym_log_verbose_token1] = ACTIONS(1462), - [aux_sym_macs_token1] = ACTIONS(1462), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1462), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1462), - [aux_sym_password_authentication_token1] = ACTIONS(1462), - [aux_sym_permit_local_command_token1] = ACTIONS(1462), - [aux_sym_permit_remote_open_token1] = ACTIONS(1462), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1462), - [aux_sym_port_token1] = ACTIONS(1462), - [aux_sym_preferred_authentications_token1] = ACTIONS(1462), - [aux_sym_protocol_token1] = ACTIONS(1462), - [aux_sym_proxy_command_token1] = ACTIONS(1462), - [aux_sym_proxy_jump_token1] = ACTIONS(1462), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1462), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1462), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1462), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1462), - [aux_sym_rekey_limit_token1] = ACTIONS(1462), - [aux_sym_remote_command_token1] = ACTIONS(1462), - [aux_sym_remote_forward_token1] = ACTIONS(1462), - [aux_sym_request_tty_token1] = ACTIONS(1462), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1462), - [aux_sym_security_key_provider_token1] = ACTIONS(1462), - [aux_sym_send_env_token1] = ACTIONS(1462), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1462), - [aux_sym_server_alive_interval_token1] = ACTIONS(1462), - [aux_sym_session_type_token1] = ACTIONS(1462), - [aux_sym_set_env_token1] = ACTIONS(1462), - [aux_sym_stdin_null_token1] = ACTIONS(1462), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1462), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1462), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1462), - [aux_sym_syslog_facility_token1] = ACTIONS(1462), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1462), - [aux_sym_keep_alive_token1] = ACTIONS(1462), - [aux_sym_tunnel_token1] = ACTIONS(1464), - [aux_sym_tunnel_device_token1] = ACTIONS(1462), - [aux_sym_update_host_keys_token1] = ACTIONS(1462), - [aux_sym_use_keychain_token1] = ACTIONS(1462), - [aux_sym_use_roaming_token1] = ACTIONS(1462), - [aux_sym_user_token1] = ACTIONS(1464), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1462), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1462), - [aux_sym_visual_host_key_token1] = ACTIONS(1462), - [aux_sym_xauth_location_token1] = ACTIONS(1462), + [ts_builtin_sym_end] = ACTIONS(1623), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1625), + [aux_sym_match_token1] = ACTIONS(1623), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1623), + [aux_sym_address_family_token1] = ACTIONS(1623), + [aux_sym_batch_mode_token1] = ACTIONS(1623), + [aux_sym_bind_address_token1] = ACTIONS(1623), + [aux_sym_bind_interface_token1] = ACTIONS(1623), + [aux_sym_canonical_domains_token1] = ACTIONS(1623), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1623), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1623), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1623), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1623), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1623), + [aux_sym_certificate_file_token1] = ACTIONS(1623), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1623), + [aux_sym_check_host_ip_token1] = ACTIONS(1623), + [aux_sym_ciphers_token1] = ACTIONS(1623), + [aux_sym_cipher_token1] = ACTIONS(1625), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1623), + [aux_sym_compression_token1] = ACTIONS(1623), + [aux_sym_connection_attempts_token1] = ACTIONS(1623), + [aux_sym_connect_timeout_token1] = ACTIONS(1623), + [aux_sym_control_master_token1] = ACTIONS(1623), + [aux_sym_control_path_token1] = ACTIONS(1623), + [aux_sym_control_persist_token1] = ACTIONS(1623), + [aux_sym_dynamic_forward_token1] = ACTIONS(1623), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1623), + [aux_sym_escape_char_token1] = ACTIONS(1623), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1623), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1623), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1623), + [aux_sym_forward_agent_token1] = ACTIONS(1623), + [aux_sym_forward_x11_token1] = ACTIONS(1625), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1623), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1623), + [aux_sym_gateway_ports_token1] = ACTIONS(1623), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1623), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1623), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1623), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1623), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1623), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1623), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1623), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1623), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1623), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1623), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1623), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1623), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1623), + [aux_sym_host_key_alias_token1] = ACTIONS(1623), + [aux_sym_hostname_token1] = ACTIONS(1623), + [aux_sym_identities_only_token1] = ACTIONS(1623), + [aux_sym_identity_agent_token1] = ACTIONS(1623), + [aux_sym_identity_file_token1] = ACTIONS(1623), + [aux_sym_ignore_unknown_token1] = ACTIONS(1623), + [aux_sym_include_token1] = ACTIONS(1623), + [aux_sym_ip_qos_token1] = ACTIONS(1623), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1623), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1623), + [aux_sym_kex_algorithms_token1] = ACTIONS(1623), + [aux_sym_known_hosts_command_token1] = ACTIONS(1623), + [aux_sym_local_command_token1] = ACTIONS(1623), + [aux_sym_local_forward_token1] = ACTIONS(1623), + [aux_sym_log_level_token1] = ACTIONS(1623), + [aux_sym_log_verbose_token1] = ACTIONS(1623), + [aux_sym_macs_token1] = ACTIONS(1623), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1623), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1623), + [aux_sym_password_authentication_token1] = ACTIONS(1623), + [aux_sym_permit_local_command_token1] = ACTIONS(1623), + [aux_sym_permit_remote_open_token1] = ACTIONS(1623), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1623), + [aux_sym_port_token1] = ACTIONS(1623), + [aux_sym_preferred_authentications_token1] = ACTIONS(1623), + [aux_sym_protocol_token1] = ACTIONS(1623), + [aux_sym_proxy_command_token1] = ACTIONS(1623), + [aux_sym_proxy_jump_token1] = ACTIONS(1623), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1623), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1623), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1623), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1623), + [aux_sym_rekey_limit_token1] = ACTIONS(1623), + [aux_sym_remote_command_token1] = ACTIONS(1623), + [aux_sym_remote_forward_token1] = ACTIONS(1623), + [aux_sym_request_tty_token1] = ACTIONS(1623), + [aux_sym_required_rsa_size_token1] = ACTIONS(1623), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1623), + [aux_sym_security_key_provider_token1] = ACTIONS(1623), + [aux_sym_send_env_token1] = ACTIONS(1623), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1623), + [aux_sym_server_alive_interval_token1] = ACTIONS(1623), + [aux_sym_session_type_token1] = ACTIONS(1623), + [aux_sym_set_env_token1] = ACTIONS(1623), + [aux_sym_stdin_null_token1] = ACTIONS(1623), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1623), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1623), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1623), + [aux_sym_syslog_facility_token1] = ACTIONS(1623), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1623), + [aux_sym_keep_alive_token1] = ACTIONS(1623), + [aux_sym_tunnel_token1] = ACTIONS(1625), + [aux_sym_tunnel_device_token1] = ACTIONS(1623), + [aux_sym_update_host_keys_token1] = ACTIONS(1623), + [aux_sym_use_keychain_token1] = ACTIONS(1623), + [aux_sym_use_roaming_token1] = ACTIONS(1623), + [aux_sym_user_token1] = ACTIONS(1625), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1623), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1623), + [aux_sym_visual_host_key_token1] = ACTIONS(1623), + [aux_sym_xauth_location_token1] = ACTIONS(1623), }, [759] = { - [ts_builtin_sym_end] = ACTIONS(1672), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1674), - [aux_sym_match_token1] = ACTIONS(1672), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1672), - [aux_sym_address_family_token1] = ACTIONS(1672), - [aux_sym_batch_mode_token1] = ACTIONS(1672), - [aux_sym_bind_address_token1] = ACTIONS(1672), - [aux_sym_bind_interface_token1] = ACTIONS(1672), - [aux_sym_canonical_domains_token1] = ACTIONS(1672), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1672), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1672), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1672), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1672), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1672), - [aux_sym_certificate_file_token1] = ACTIONS(1672), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1672), - [aux_sym_check_host_ip_token1] = ACTIONS(1672), - [aux_sym_ciphers_token1] = ACTIONS(1672), - [aux_sym_cipher_token1] = ACTIONS(1674), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1672), - [aux_sym_compression_token1] = ACTIONS(1672), - [aux_sym_connection_attempts_token1] = ACTIONS(1672), - [aux_sym_connect_timeout_token1] = ACTIONS(1672), - [aux_sym_control_master_token1] = ACTIONS(1672), - [aux_sym_control_path_token1] = ACTIONS(1672), - [aux_sym_control_persist_token1] = ACTIONS(1672), - [aux_sym_dynamic_forward_token1] = ACTIONS(1672), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1672), - [aux_sym_escape_char_token1] = ACTIONS(1672), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1672), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1672), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1672), - [aux_sym_forward_agent_token1] = ACTIONS(1672), - [aux_sym_forward_x11_token1] = ACTIONS(1674), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1672), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1672), - [aux_sym_gateway_ports_token1] = ACTIONS(1672), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1672), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1672), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1672), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1672), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1672), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1672), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1672), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1672), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1672), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1672), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1672), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1672), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1672), - [aux_sym_host_key_alias_token1] = ACTIONS(1672), - [aux_sym_hostname_token1] = ACTIONS(1672), - [aux_sym_identities_only_token1] = ACTIONS(1672), - [aux_sym_identity_agent_token1] = ACTIONS(1672), - [aux_sym_identity_file_token1] = ACTIONS(1672), - [aux_sym_ignore_unknown_token1] = ACTIONS(1672), - [aux_sym_include_token1] = ACTIONS(1672), - [aux_sym_ip_qos_token1] = ACTIONS(1672), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1672), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1672), - [aux_sym_kex_algorithms_token1] = ACTIONS(1672), - [aux_sym_known_hosts_command_token1] = ACTIONS(1672), - [aux_sym_local_command_token1] = ACTIONS(1672), - [aux_sym_local_forward_token1] = ACTIONS(1672), - [aux_sym_log_level_token1] = ACTIONS(1672), - [aux_sym_log_verbose_token1] = ACTIONS(1672), - [aux_sym_macs_token1] = ACTIONS(1672), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1672), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1672), - [aux_sym_password_authentication_token1] = ACTIONS(1672), - [aux_sym_permit_local_command_token1] = ACTIONS(1672), - [aux_sym_permit_remote_open_token1] = ACTIONS(1672), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1672), - [aux_sym_port_token1] = ACTIONS(1672), - [aux_sym_preferred_authentications_token1] = ACTIONS(1672), - [aux_sym_protocol_token1] = ACTIONS(1672), - [aux_sym_proxy_command_token1] = ACTIONS(1672), - [aux_sym_proxy_jump_token1] = ACTIONS(1672), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1672), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1672), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1672), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1672), - [aux_sym_rekey_limit_token1] = ACTIONS(1672), - [aux_sym_remote_command_token1] = ACTIONS(1672), - [aux_sym_remote_forward_token1] = ACTIONS(1672), - [aux_sym_request_tty_token1] = ACTIONS(1672), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1672), - [aux_sym_security_key_provider_token1] = ACTIONS(1672), - [aux_sym_send_env_token1] = ACTIONS(1672), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1672), - [aux_sym_server_alive_interval_token1] = ACTIONS(1672), - [aux_sym_session_type_token1] = ACTIONS(1672), - [aux_sym_set_env_token1] = ACTIONS(1672), - [aux_sym_stdin_null_token1] = ACTIONS(1672), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1672), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1672), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1672), - [aux_sym_syslog_facility_token1] = ACTIONS(1672), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1672), - [aux_sym_keep_alive_token1] = ACTIONS(1672), - [aux_sym_tunnel_token1] = ACTIONS(1674), - [aux_sym_tunnel_device_token1] = ACTIONS(1672), - [aux_sym_update_host_keys_token1] = ACTIONS(1672), - [aux_sym_use_keychain_token1] = ACTIONS(1672), - [aux_sym_use_roaming_token1] = ACTIONS(1672), - [aux_sym_user_token1] = ACTIONS(1674), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1672), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1672), - [aux_sym_visual_host_key_token1] = ACTIONS(1672), - [aux_sym_xauth_location_token1] = ACTIONS(1672), + [ts_builtin_sym_end] = ACTIONS(1701), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1703), + [aux_sym_match_token1] = ACTIONS(1701), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1701), + [aux_sym_address_family_token1] = ACTIONS(1701), + [aux_sym_batch_mode_token1] = ACTIONS(1701), + [aux_sym_bind_address_token1] = ACTIONS(1701), + [aux_sym_bind_interface_token1] = ACTIONS(1701), + [aux_sym_canonical_domains_token1] = ACTIONS(1701), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1701), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1701), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1701), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1701), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1701), + [aux_sym_certificate_file_token1] = ACTIONS(1701), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1701), + [aux_sym_check_host_ip_token1] = ACTIONS(1701), + [aux_sym_ciphers_token1] = ACTIONS(1701), + [aux_sym_cipher_token1] = ACTIONS(1703), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1701), + [aux_sym_compression_token1] = ACTIONS(1701), + [aux_sym_connection_attempts_token1] = ACTIONS(1701), + [aux_sym_connect_timeout_token1] = ACTIONS(1701), + [aux_sym_control_master_token1] = ACTIONS(1701), + [aux_sym_control_path_token1] = ACTIONS(1701), + [aux_sym_control_persist_token1] = ACTIONS(1701), + [aux_sym_dynamic_forward_token1] = ACTIONS(1701), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1701), + [aux_sym_escape_char_token1] = ACTIONS(1701), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1701), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1701), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1701), + [aux_sym_forward_agent_token1] = ACTIONS(1701), + [aux_sym_forward_x11_token1] = ACTIONS(1703), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1701), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1701), + [aux_sym_gateway_ports_token1] = ACTIONS(1701), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1701), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1701), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1701), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1701), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1701), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1701), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1701), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1701), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1701), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1701), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1701), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1701), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1701), + [aux_sym_host_key_alias_token1] = ACTIONS(1701), + [aux_sym_hostname_token1] = ACTIONS(1701), + [aux_sym_identities_only_token1] = ACTIONS(1701), + [aux_sym_identity_agent_token1] = ACTIONS(1701), + [aux_sym_identity_file_token1] = ACTIONS(1701), + [aux_sym_ignore_unknown_token1] = ACTIONS(1701), + [aux_sym_include_token1] = ACTIONS(1701), + [aux_sym_ip_qos_token1] = ACTIONS(1701), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1701), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1701), + [aux_sym_kex_algorithms_token1] = ACTIONS(1701), + [aux_sym_known_hosts_command_token1] = ACTIONS(1701), + [aux_sym_local_command_token1] = ACTIONS(1701), + [aux_sym_local_forward_token1] = ACTIONS(1701), + [aux_sym_log_level_token1] = ACTIONS(1701), + [aux_sym_log_verbose_token1] = ACTIONS(1701), + [aux_sym_macs_token1] = ACTIONS(1701), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1701), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1701), + [aux_sym_password_authentication_token1] = ACTIONS(1701), + [aux_sym_permit_local_command_token1] = ACTIONS(1701), + [aux_sym_permit_remote_open_token1] = ACTIONS(1701), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1701), + [aux_sym_port_token1] = ACTIONS(1701), + [aux_sym_preferred_authentications_token1] = ACTIONS(1701), + [aux_sym_protocol_token1] = ACTIONS(1701), + [aux_sym_proxy_command_token1] = ACTIONS(1701), + [aux_sym_proxy_jump_token1] = ACTIONS(1701), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1701), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1701), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1701), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1701), + [aux_sym_rekey_limit_token1] = ACTIONS(1701), + [aux_sym_remote_command_token1] = ACTIONS(1701), + [aux_sym_remote_forward_token1] = ACTIONS(1701), + [aux_sym_request_tty_token1] = ACTIONS(1701), + [aux_sym_required_rsa_size_token1] = ACTIONS(1701), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1701), + [aux_sym_security_key_provider_token1] = ACTIONS(1701), + [aux_sym_send_env_token1] = ACTIONS(1701), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1701), + [aux_sym_server_alive_interval_token1] = ACTIONS(1701), + [aux_sym_session_type_token1] = ACTIONS(1701), + [aux_sym_set_env_token1] = ACTIONS(1701), + [aux_sym_stdin_null_token1] = ACTIONS(1701), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1701), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1701), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1701), + [aux_sym_syslog_facility_token1] = ACTIONS(1701), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1701), + [aux_sym_keep_alive_token1] = ACTIONS(1701), + [aux_sym_tunnel_token1] = ACTIONS(1703), + [aux_sym_tunnel_device_token1] = ACTIONS(1701), + [aux_sym_update_host_keys_token1] = ACTIONS(1701), + [aux_sym_use_keychain_token1] = ACTIONS(1701), + [aux_sym_use_roaming_token1] = ACTIONS(1701), + [aux_sym_user_token1] = ACTIONS(1703), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1701), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1701), + [aux_sym_visual_host_key_token1] = ACTIONS(1701), + [aux_sym_xauth_location_token1] = ACTIONS(1701), }, [760] = { - [ts_builtin_sym_end] = ACTIONS(724), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(726), - [aux_sym_match_token1] = ACTIONS(724), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(724), - [aux_sym_address_family_token1] = ACTIONS(724), - [aux_sym_batch_mode_token1] = ACTIONS(724), - [aux_sym_bind_address_token1] = ACTIONS(724), - [aux_sym_bind_interface_token1] = ACTIONS(724), - [aux_sym_canonical_domains_token1] = ACTIONS(724), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(724), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(724), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(724), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(724), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(724), - [aux_sym_certificate_file_token1] = ACTIONS(724), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(724), - [aux_sym_check_host_ip_token1] = ACTIONS(724), - [aux_sym_ciphers_token1] = ACTIONS(724), - [aux_sym_cipher_token1] = ACTIONS(726), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(724), - [aux_sym_compression_token1] = ACTIONS(724), - [aux_sym_connection_attempts_token1] = ACTIONS(724), - [aux_sym_connect_timeout_token1] = ACTIONS(724), - [aux_sym_control_master_token1] = ACTIONS(724), - [aux_sym_control_path_token1] = ACTIONS(724), - [aux_sym_control_persist_token1] = ACTIONS(724), - [aux_sym_dynamic_forward_token1] = ACTIONS(724), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(724), - [aux_sym_escape_char_token1] = ACTIONS(724), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(724), - [aux_sym_fingerprint_hash_token1] = ACTIONS(724), - [aux_sym_fork_after_authentication_token1] = ACTIONS(724), - [aux_sym_forward_agent_token1] = ACTIONS(724), - [aux_sym_forward_x11_token1] = ACTIONS(726), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(724), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(724), - [aux_sym_gateway_ports_token1] = ACTIONS(724), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(724), - [aux_sym_gssapi_authentication_token1] = ACTIONS(724), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(724), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(724), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(724), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(724), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(724), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(724), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(724), - [aux_sym_hash_known_hosts_token1] = ACTIONS(724), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(724), - [aux_sym_hostbased_authentication_token1] = ACTIONS(724), - [aux_sym_host_key_algorithms_token1] = ACTIONS(724), - [aux_sym_host_key_alias_token1] = ACTIONS(724), - [aux_sym_hostname_token1] = ACTIONS(724), - [aux_sym_identities_only_token1] = ACTIONS(724), - [aux_sym_identity_agent_token1] = ACTIONS(724), - [aux_sym_identity_file_token1] = ACTIONS(724), - [aux_sym_ignore_unknown_token1] = ACTIONS(724), - [aux_sym_include_token1] = ACTIONS(724), - [aux_sym_ip_qos_token1] = ACTIONS(724), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(724), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(724), - [aux_sym_kex_algorithms_token1] = ACTIONS(724), - [aux_sym_known_hosts_command_token1] = ACTIONS(724), - [aux_sym_local_command_token1] = ACTIONS(724), - [aux_sym_local_forward_token1] = ACTIONS(724), - [aux_sym_log_level_token1] = ACTIONS(724), - [aux_sym_log_verbose_token1] = ACTIONS(724), - [aux_sym_macs_token1] = ACTIONS(724), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(724), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(724), - [aux_sym_password_authentication_token1] = ACTIONS(724), - [aux_sym_permit_local_command_token1] = ACTIONS(724), - [aux_sym_permit_remote_open_token1] = ACTIONS(724), - [aux_sym_pkcs11_provider_token1] = ACTIONS(724), - [aux_sym_port_token1] = ACTIONS(724), - [aux_sym_preferred_authentications_token1] = ACTIONS(724), - [aux_sym_protocol_token1] = ACTIONS(724), - [aux_sym_proxy_command_token1] = ACTIONS(724), - [aux_sym_proxy_jump_token1] = ACTIONS(724), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(724), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(724), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(724), - [aux_sym_pubkey_authentication_token1] = ACTIONS(724), - [aux_sym_rekey_limit_token1] = ACTIONS(724), - [aux_sym_remote_command_token1] = ACTIONS(724), - [aux_sym_remote_forward_token1] = ACTIONS(724), - [aux_sym_request_tty_token1] = ACTIONS(724), - [aux_sym_revoked_host_keys_token1] = ACTIONS(724), - [aux_sym_security_key_provider_token1] = ACTIONS(724), - [aux_sym_send_env_token1] = ACTIONS(724), - [aux_sym_server_alive_count_max_token1] = ACTIONS(724), - [aux_sym_server_alive_interval_token1] = ACTIONS(724), - [aux_sym_session_type_token1] = ACTIONS(724), - [aux_sym_set_env_token1] = ACTIONS(724), - [aux_sym_stdin_null_token1] = ACTIONS(724), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(724), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(724), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(724), - [aux_sym_syslog_facility_token1] = ACTIONS(724), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(724), - [aux_sym_keep_alive_token1] = ACTIONS(724), - [aux_sym_tunnel_token1] = ACTIONS(726), - [aux_sym_tunnel_device_token1] = ACTIONS(724), - [aux_sym_update_host_keys_token1] = ACTIONS(724), - [aux_sym_use_keychain_token1] = ACTIONS(724), - [aux_sym_use_roaming_token1] = ACTIONS(724), - [aux_sym_user_token1] = ACTIONS(726), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(724), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(724), - [aux_sym_visual_host_key_token1] = ACTIONS(724), - [aux_sym_xauth_location_token1] = ACTIONS(724), + [ts_builtin_sym_end] = ACTIONS(1503), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1505), + [aux_sym_match_token1] = ACTIONS(1503), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1503), + [aux_sym_address_family_token1] = ACTIONS(1503), + [aux_sym_batch_mode_token1] = ACTIONS(1503), + [aux_sym_bind_address_token1] = ACTIONS(1503), + [aux_sym_bind_interface_token1] = ACTIONS(1503), + [aux_sym_canonical_domains_token1] = ACTIONS(1503), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1503), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1503), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1503), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1503), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1503), + [aux_sym_certificate_file_token1] = ACTIONS(1503), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1503), + [aux_sym_check_host_ip_token1] = ACTIONS(1503), + [aux_sym_ciphers_token1] = ACTIONS(1503), + [aux_sym_cipher_token1] = ACTIONS(1505), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1503), + [aux_sym_compression_token1] = ACTIONS(1503), + [aux_sym_connection_attempts_token1] = ACTIONS(1503), + [aux_sym_connect_timeout_token1] = ACTIONS(1503), + [aux_sym_control_master_token1] = ACTIONS(1503), + [aux_sym_control_path_token1] = ACTIONS(1503), + [aux_sym_control_persist_token1] = ACTIONS(1503), + [aux_sym_dynamic_forward_token1] = ACTIONS(1503), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1503), + [aux_sym_escape_char_token1] = ACTIONS(1503), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1503), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1503), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1503), + [aux_sym_forward_agent_token1] = ACTIONS(1503), + [aux_sym_forward_x11_token1] = ACTIONS(1505), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1503), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1503), + [aux_sym_gateway_ports_token1] = ACTIONS(1503), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1503), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1503), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1503), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1503), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1503), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1503), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1503), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1503), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1503), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1503), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1503), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1503), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1503), + [aux_sym_host_key_alias_token1] = ACTIONS(1503), + [aux_sym_hostname_token1] = ACTIONS(1503), + [aux_sym_identities_only_token1] = ACTIONS(1503), + [aux_sym_identity_agent_token1] = ACTIONS(1503), + [aux_sym_identity_file_token1] = ACTIONS(1503), + [aux_sym_ignore_unknown_token1] = ACTIONS(1503), + [aux_sym_include_token1] = ACTIONS(1503), + [aux_sym_ip_qos_token1] = ACTIONS(1503), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1503), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1503), + [aux_sym_kex_algorithms_token1] = ACTIONS(1503), + [aux_sym_known_hosts_command_token1] = ACTIONS(1503), + [aux_sym_local_command_token1] = ACTIONS(1503), + [aux_sym_local_forward_token1] = ACTIONS(1503), + [aux_sym_log_level_token1] = ACTIONS(1503), + [aux_sym_log_verbose_token1] = ACTIONS(1503), + [aux_sym_macs_token1] = ACTIONS(1503), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1503), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1503), + [aux_sym_password_authentication_token1] = ACTIONS(1503), + [aux_sym_permit_local_command_token1] = ACTIONS(1503), + [aux_sym_permit_remote_open_token1] = ACTIONS(1503), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1503), + [aux_sym_port_token1] = ACTIONS(1503), + [aux_sym_preferred_authentications_token1] = ACTIONS(1503), + [aux_sym_protocol_token1] = ACTIONS(1503), + [aux_sym_proxy_command_token1] = ACTIONS(1503), + [aux_sym_proxy_jump_token1] = ACTIONS(1503), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1503), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1503), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1503), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1503), + [aux_sym_rekey_limit_token1] = ACTIONS(1503), + [aux_sym_remote_command_token1] = ACTIONS(1503), + [aux_sym_remote_forward_token1] = ACTIONS(1503), + [aux_sym_request_tty_token1] = ACTIONS(1503), + [aux_sym_required_rsa_size_token1] = ACTIONS(1503), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1503), + [aux_sym_security_key_provider_token1] = ACTIONS(1503), + [aux_sym_send_env_token1] = ACTIONS(1503), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1503), + [aux_sym_server_alive_interval_token1] = ACTIONS(1503), + [aux_sym_session_type_token1] = ACTIONS(1503), + [aux_sym_set_env_token1] = ACTIONS(1503), + [aux_sym_stdin_null_token1] = ACTIONS(1503), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1503), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1503), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1503), + [aux_sym_syslog_facility_token1] = ACTIONS(1503), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1503), + [aux_sym_keep_alive_token1] = ACTIONS(1503), + [aux_sym_tunnel_token1] = ACTIONS(1505), + [aux_sym_tunnel_device_token1] = ACTIONS(1503), + [aux_sym_update_host_keys_token1] = ACTIONS(1503), + [aux_sym_use_keychain_token1] = ACTIONS(1503), + [aux_sym_use_roaming_token1] = ACTIONS(1503), + [aux_sym_user_token1] = ACTIONS(1505), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1503), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1503), + [aux_sym_visual_host_key_token1] = ACTIONS(1503), + [aux_sym_xauth_location_token1] = ACTIONS(1503), }, [761] = { - [ts_builtin_sym_end] = ACTIONS(1648), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1650), - [aux_sym_match_token1] = ACTIONS(1648), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1648), - [aux_sym_address_family_token1] = ACTIONS(1648), - [aux_sym_batch_mode_token1] = ACTIONS(1648), - [aux_sym_bind_address_token1] = ACTIONS(1648), - [aux_sym_bind_interface_token1] = ACTIONS(1648), - [aux_sym_canonical_domains_token1] = ACTIONS(1648), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1648), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1648), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1648), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1648), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1648), - [aux_sym_certificate_file_token1] = ACTIONS(1648), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1648), - [aux_sym_check_host_ip_token1] = ACTIONS(1648), - [aux_sym_ciphers_token1] = ACTIONS(1648), - [aux_sym_cipher_token1] = ACTIONS(1650), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1648), - [aux_sym_compression_token1] = ACTIONS(1648), - [aux_sym_connection_attempts_token1] = ACTIONS(1648), - [aux_sym_connect_timeout_token1] = ACTIONS(1648), - [aux_sym_control_master_token1] = ACTIONS(1648), - [aux_sym_control_path_token1] = ACTIONS(1648), - [aux_sym_control_persist_token1] = ACTIONS(1648), - [aux_sym_dynamic_forward_token1] = ACTIONS(1648), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1648), - [aux_sym_escape_char_token1] = ACTIONS(1648), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1648), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1648), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1648), - [aux_sym_forward_agent_token1] = ACTIONS(1648), - [aux_sym_forward_x11_token1] = ACTIONS(1650), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1648), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1648), - [aux_sym_gateway_ports_token1] = ACTIONS(1648), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1648), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1648), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1648), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1648), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1648), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1648), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1648), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1648), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1648), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1648), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1648), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1648), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1648), - [aux_sym_host_key_alias_token1] = ACTIONS(1648), - [aux_sym_hostname_token1] = ACTIONS(1648), - [aux_sym_identities_only_token1] = ACTIONS(1648), - [aux_sym_identity_agent_token1] = ACTIONS(1648), - [aux_sym_identity_file_token1] = ACTIONS(1648), - [aux_sym_ignore_unknown_token1] = ACTIONS(1648), - [aux_sym_include_token1] = ACTIONS(1648), - [aux_sym_ip_qos_token1] = ACTIONS(1648), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1648), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1648), - [aux_sym_kex_algorithms_token1] = ACTIONS(1648), - [aux_sym_known_hosts_command_token1] = ACTIONS(1648), - [aux_sym_local_command_token1] = ACTIONS(1648), - [aux_sym_local_forward_token1] = ACTIONS(1648), - [aux_sym_log_level_token1] = ACTIONS(1648), - [aux_sym_log_verbose_token1] = ACTIONS(1648), - [aux_sym_macs_token1] = ACTIONS(1648), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1648), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1648), - [aux_sym_password_authentication_token1] = ACTIONS(1648), - [aux_sym_permit_local_command_token1] = ACTIONS(1648), - [aux_sym_permit_remote_open_token1] = ACTIONS(1648), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1648), - [aux_sym_port_token1] = ACTIONS(1648), - [aux_sym_preferred_authentications_token1] = ACTIONS(1648), - [aux_sym_protocol_token1] = ACTIONS(1648), - [aux_sym_proxy_command_token1] = ACTIONS(1648), - [aux_sym_proxy_jump_token1] = ACTIONS(1648), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1648), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1648), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1648), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1648), - [aux_sym_rekey_limit_token1] = ACTIONS(1648), - [aux_sym_remote_command_token1] = ACTIONS(1648), - [aux_sym_remote_forward_token1] = ACTIONS(1648), - [aux_sym_request_tty_token1] = ACTIONS(1648), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1648), - [aux_sym_security_key_provider_token1] = ACTIONS(1648), - [aux_sym_send_env_token1] = ACTIONS(1648), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1648), - [aux_sym_server_alive_interval_token1] = ACTIONS(1648), - [aux_sym_session_type_token1] = ACTIONS(1648), - [aux_sym_set_env_token1] = ACTIONS(1648), - [aux_sym_stdin_null_token1] = ACTIONS(1648), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1648), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1648), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1648), - [aux_sym_syslog_facility_token1] = ACTIONS(1648), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1648), - [aux_sym_keep_alive_token1] = ACTIONS(1648), - [aux_sym_tunnel_token1] = ACTIONS(1650), - [aux_sym_tunnel_device_token1] = ACTIONS(1648), - [aux_sym_update_host_keys_token1] = ACTIONS(1648), - [aux_sym_use_keychain_token1] = ACTIONS(1648), - [aux_sym_use_roaming_token1] = ACTIONS(1648), - [aux_sym_user_token1] = ACTIONS(1650), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1648), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1648), - [aux_sym_visual_host_key_token1] = ACTIONS(1648), - [aux_sym_xauth_location_token1] = ACTIONS(1648), + [ts_builtin_sym_end] = ACTIONS(1665), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1667), + [aux_sym_match_token1] = ACTIONS(1665), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1665), + [aux_sym_address_family_token1] = ACTIONS(1665), + [aux_sym_batch_mode_token1] = ACTIONS(1665), + [aux_sym_bind_address_token1] = ACTIONS(1665), + [aux_sym_bind_interface_token1] = ACTIONS(1665), + [aux_sym_canonical_domains_token1] = ACTIONS(1665), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1665), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1665), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1665), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1665), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1665), + [aux_sym_certificate_file_token1] = ACTIONS(1665), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1665), + [aux_sym_check_host_ip_token1] = ACTIONS(1665), + [aux_sym_ciphers_token1] = ACTIONS(1665), + [aux_sym_cipher_token1] = ACTIONS(1667), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1665), + [aux_sym_compression_token1] = ACTIONS(1665), + [aux_sym_connection_attempts_token1] = ACTIONS(1665), + [aux_sym_connect_timeout_token1] = ACTIONS(1665), + [aux_sym_control_master_token1] = ACTIONS(1665), + [aux_sym_control_path_token1] = ACTIONS(1665), + [aux_sym_control_persist_token1] = ACTIONS(1665), + [aux_sym_dynamic_forward_token1] = ACTIONS(1665), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1665), + [aux_sym_escape_char_token1] = ACTIONS(1665), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1665), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1665), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1665), + [aux_sym_forward_agent_token1] = ACTIONS(1665), + [aux_sym_forward_x11_token1] = ACTIONS(1667), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1665), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1665), + [aux_sym_gateway_ports_token1] = ACTIONS(1665), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1665), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1665), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1665), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1665), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1665), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1665), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1665), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1665), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1665), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1665), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1665), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1665), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1665), + [aux_sym_host_key_alias_token1] = ACTIONS(1665), + [aux_sym_hostname_token1] = ACTIONS(1665), + [aux_sym_identities_only_token1] = ACTIONS(1665), + [aux_sym_identity_agent_token1] = ACTIONS(1665), + [aux_sym_identity_file_token1] = ACTIONS(1665), + [aux_sym_ignore_unknown_token1] = ACTIONS(1665), + [aux_sym_include_token1] = ACTIONS(1665), + [aux_sym_ip_qos_token1] = ACTIONS(1665), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1665), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1665), + [aux_sym_kex_algorithms_token1] = ACTIONS(1665), + [aux_sym_known_hosts_command_token1] = ACTIONS(1665), + [aux_sym_local_command_token1] = ACTIONS(1665), + [aux_sym_local_forward_token1] = ACTIONS(1665), + [aux_sym_log_level_token1] = ACTIONS(1665), + [aux_sym_log_verbose_token1] = ACTIONS(1665), + [aux_sym_macs_token1] = ACTIONS(1665), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1665), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1665), + [aux_sym_password_authentication_token1] = ACTIONS(1665), + [aux_sym_permit_local_command_token1] = ACTIONS(1665), + [aux_sym_permit_remote_open_token1] = ACTIONS(1665), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1665), + [aux_sym_port_token1] = ACTIONS(1665), + [aux_sym_preferred_authentications_token1] = ACTIONS(1665), + [aux_sym_protocol_token1] = ACTIONS(1665), + [aux_sym_proxy_command_token1] = ACTIONS(1665), + [aux_sym_proxy_jump_token1] = ACTIONS(1665), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1665), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1665), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1665), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1665), + [aux_sym_rekey_limit_token1] = ACTIONS(1665), + [aux_sym_remote_command_token1] = ACTIONS(1665), + [aux_sym_remote_forward_token1] = ACTIONS(1665), + [aux_sym_request_tty_token1] = ACTIONS(1665), + [aux_sym_required_rsa_size_token1] = ACTIONS(1665), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1665), + [aux_sym_security_key_provider_token1] = ACTIONS(1665), + [aux_sym_send_env_token1] = ACTIONS(1665), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1665), + [aux_sym_server_alive_interval_token1] = ACTIONS(1665), + [aux_sym_session_type_token1] = ACTIONS(1665), + [aux_sym_set_env_token1] = ACTIONS(1665), + [aux_sym_stdin_null_token1] = ACTIONS(1665), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1665), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1665), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1665), + [aux_sym_syslog_facility_token1] = ACTIONS(1665), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1665), + [aux_sym_keep_alive_token1] = ACTIONS(1665), + [aux_sym_tunnel_token1] = ACTIONS(1667), + [aux_sym_tunnel_device_token1] = ACTIONS(1665), + [aux_sym_update_host_keys_token1] = ACTIONS(1665), + [aux_sym_use_keychain_token1] = ACTIONS(1665), + [aux_sym_use_roaming_token1] = ACTIONS(1665), + [aux_sym_user_token1] = ACTIONS(1667), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1665), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1665), + [aux_sym_visual_host_key_token1] = ACTIONS(1665), + [aux_sym_xauth_location_token1] = ACTIONS(1665), }, [762] = { - [ts_builtin_sym_end] = ACTIONS(1666), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1668), - [aux_sym_match_token1] = ACTIONS(1666), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1666), - [aux_sym_address_family_token1] = ACTIONS(1666), - [aux_sym_batch_mode_token1] = ACTIONS(1666), - [aux_sym_bind_address_token1] = ACTIONS(1666), - [aux_sym_bind_interface_token1] = ACTIONS(1666), - [aux_sym_canonical_domains_token1] = ACTIONS(1666), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1666), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1666), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1666), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1666), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1666), - [aux_sym_certificate_file_token1] = ACTIONS(1666), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1666), - [aux_sym_check_host_ip_token1] = ACTIONS(1666), - [aux_sym_ciphers_token1] = ACTIONS(1666), - [aux_sym_cipher_token1] = ACTIONS(1668), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1666), - [aux_sym_compression_token1] = ACTIONS(1666), - [aux_sym_connection_attempts_token1] = ACTIONS(1666), - [aux_sym_connect_timeout_token1] = ACTIONS(1666), - [aux_sym_control_master_token1] = ACTIONS(1666), - [aux_sym_control_path_token1] = ACTIONS(1666), - [aux_sym_control_persist_token1] = ACTIONS(1666), - [aux_sym_dynamic_forward_token1] = ACTIONS(1666), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1666), - [aux_sym_escape_char_token1] = ACTIONS(1666), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1666), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1666), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1666), - [aux_sym_forward_agent_token1] = ACTIONS(1666), - [aux_sym_forward_x11_token1] = ACTIONS(1668), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1666), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1666), - [aux_sym_gateway_ports_token1] = ACTIONS(1666), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1666), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1666), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1666), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1666), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1666), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1666), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1666), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1666), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1666), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1666), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1666), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1666), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1666), - [aux_sym_host_key_alias_token1] = ACTIONS(1666), - [aux_sym_hostname_token1] = ACTIONS(1666), - [aux_sym_identities_only_token1] = ACTIONS(1666), - [aux_sym_identity_agent_token1] = ACTIONS(1666), - [aux_sym_identity_file_token1] = ACTIONS(1666), - [aux_sym_ignore_unknown_token1] = ACTIONS(1666), - [aux_sym_include_token1] = ACTIONS(1666), - [aux_sym_ip_qos_token1] = ACTIONS(1666), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1666), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1666), - [aux_sym_kex_algorithms_token1] = ACTIONS(1666), - [aux_sym_known_hosts_command_token1] = ACTIONS(1666), - [aux_sym_local_command_token1] = ACTIONS(1666), - [aux_sym_local_forward_token1] = ACTIONS(1666), - [aux_sym_log_level_token1] = ACTIONS(1666), - [aux_sym_log_verbose_token1] = ACTIONS(1666), - [aux_sym_macs_token1] = ACTIONS(1666), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1666), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1666), - [aux_sym_password_authentication_token1] = ACTIONS(1666), - [aux_sym_permit_local_command_token1] = ACTIONS(1666), - [aux_sym_permit_remote_open_token1] = ACTIONS(1666), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1666), - [aux_sym_port_token1] = ACTIONS(1666), - [aux_sym_preferred_authentications_token1] = ACTIONS(1666), - [aux_sym_protocol_token1] = ACTIONS(1666), - [aux_sym_proxy_command_token1] = ACTIONS(1666), - [aux_sym_proxy_jump_token1] = ACTIONS(1666), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1666), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1666), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1666), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1666), - [aux_sym_rekey_limit_token1] = ACTIONS(1666), - [aux_sym_remote_command_token1] = ACTIONS(1666), - [aux_sym_remote_forward_token1] = ACTIONS(1666), - [aux_sym_request_tty_token1] = ACTIONS(1666), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1666), - [aux_sym_security_key_provider_token1] = ACTIONS(1666), - [aux_sym_send_env_token1] = ACTIONS(1666), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1666), - [aux_sym_server_alive_interval_token1] = ACTIONS(1666), - [aux_sym_session_type_token1] = ACTIONS(1666), - [aux_sym_set_env_token1] = ACTIONS(1666), - [aux_sym_stdin_null_token1] = ACTIONS(1666), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1666), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1666), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1666), - [aux_sym_syslog_facility_token1] = ACTIONS(1666), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1666), - [aux_sym_keep_alive_token1] = ACTIONS(1666), - [aux_sym_tunnel_token1] = ACTIONS(1668), - [aux_sym_tunnel_device_token1] = ACTIONS(1666), - [aux_sym_update_host_keys_token1] = ACTIONS(1666), - [aux_sym_use_keychain_token1] = ACTIONS(1666), - [aux_sym_use_roaming_token1] = ACTIONS(1666), - [aux_sym_user_token1] = ACTIONS(1668), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1666), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1666), - [aux_sym_visual_host_key_token1] = ACTIONS(1666), - [aux_sym_xauth_location_token1] = ACTIONS(1666), + [ts_builtin_sym_end] = ACTIONS(1695), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1697), + [aux_sym_match_token1] = ACTIONS(1695), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1695), + [aux_sym_address_family_token1] = ACTIONS(1695), + [aux_sym_batch_mode_token1] = ACTIONS(1695), + [aux_sym_bind_address_token1] = ACTIONS(1695), + [aux_sym_bind_interface_token1] = ACTIONS(1695), + [aux_sym_canonical_domains_token1] = ACTIONS(1695), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1695), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1695), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1695), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1695), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1695), + [aux_sym_certificate_file_token1] = ACTIONS(1695), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1695), + [aux_sym_check_host_ip_token1] = ACTIONS(1695), + [aux_sym_ciphers_token1] = ACTIONS(1695), + [aux_sym_cipher_token1] = ACTIONS(1697), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1695), + [aux_sym_compression_token1] = ACTIONS(1695), + [aux_sym_connection_attempts_token1] = ACTIONS(1695), + [aux_sym_connect_timeout_token1] = ACTIONS(1695), + [aux_sym_control_master_token1] = ACTIONS(1695), + [aux_sym_control_path_token1] = ACTIONS(1695), + [aux_sym_control_persist_token1] = ACTIONS(1695), + [aux_sym_dynamic_forward_token1] = ACTIONS(1695), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1695), + [aux_sym_escape_char_token1] = ACTIONS(1695), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1695), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1695), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1695), + [aux_sym_forward_agent_token1] = ACTIONS(1695), + [aux_sym_forward_x11_token1] = ACTIONS(1697), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1695), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1695), + [aux_sym_gateway_ports_token1] = ACTIONS(1695), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1695), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1695), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1695), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1695), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1695), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1695), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1695), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1695), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1695), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1695), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1695), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1695), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1695), + [aux_sym_host_key_alias_token1] = ACTIONS(1695), + [aux_sym_hostname_token1] = ACTIONS(1695), + [aux_sym_identities_only_token1] = ACTIONS(1695), + [aux_sym_identity_agent_token1] = ACTIONS(1695), + [aux_sym_identity_file_token1] = ACTIONS(1695), + [aux_sym_ignore_unknown_token1] = ACTIONS(1695), + [aux_sym_include_token1] = ACTIONS(1695), + [aux_sym_ip_qos_token1] = ACTIONS(1695), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1695), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1695), + [aux_sym_kex_algorithms_token1] = ACTIONS(1695), + [aux_sym_known_hosts_command_token1] = ACTIONS(1695), + [aux_sym_local_command_token1] = ACTIONS(1695), + [aux_sym_local_forward_token1] = ACTIONS(1695), + [aux_sym_log_level_token1] = ACTIONS(1695), + [aux_sym_log_verbose_token1] = ACTIONS(1695), + [aux_sym_macs_token1] = ACTIONS(1695), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1695), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1695), + [aux_sym_password_authentication_token1] = ACTIONS(1695), + [aux_sym_permit_local_command_token1] = ACTIONS(1695), + [aux_sym_permit_remote_open_token1] = ACTIONS(1695), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1695), + [aux_sym_port_token1] = ACTIONS(1695), + [aux_sym_preferred_authentications_token1] = ACTIONS(1695), + [aux_sym_protocol_token1] = ACTIONS(1695), + [aux_sym_proxy_command_token1] = ACTIONS(1695), + [aux_sym_proxy_jump_token1] = ACTIONS(1695), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1695), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1695), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1695), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1695), + [aux_sym_rekey_limit_token1] = ACTIONS(1695), + [aux_sym_remote_command_token1] = ACTIONS(1695), + [aux_sym_remote_forward_token1] = ACTIONS(1695), + [aux_sym_request_tty_token1] = ACTIONS(1695), + [aux_sym_required_rsa_size_token1] = ACTIONS(1695), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1695), + [aux_sym_security_key_provider_token1] = ACTIONS(1695), + [aux_sym_send_env_token1] = ACTIONS(1695), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1695), + [aux_sym_server_alive_interval_token1] = ACTIONS(1695), + [aux_sym_session_type_token1] = ACTIONS(1695), + [aux_sym_set_env_token1] = ACTIONS(1695), + [aux_sym_stdin_null_token1] = ACTIONS(1695), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1695), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1695), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1695), + [aux_sym_syslog_facility_token1] = ACTIONS(1695), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1695), + [aux_sym_keep_alive_token1] = ACTIONS(1695), + [aux_sym_tunnel_token1] = ACTIONS(1697), + [aux_sym_tunnel_device_token1] = ACTIONS(1695), + [aux_sym_update_host_keys_token1] = ACTIONS(1695), + [aux_sym_use_keychain_token1] = ACTIONS(1695), + [aux_sym_use_roaming_token1] = ACTIONS(1695), + [aux_sym_user_token1] = ACTIONS(1697), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1695), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1695), + [aux_sym_visual_host_key_token1] = ACTIONS(1695), + [aux_sym_xauth_location_token1] = ACTIONS(1695), }, [763] = { - [ts_builtin_sym_end] = ACTIONS(850), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(852), - [aux_sym_match_token1] = ACTIONS(850), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(850), - [aux_sym_address_family_token1] = ACTIONS(850), - [aux_sym_batch_mode_token1] = ACTIONS(850), - [aux_sym_bind_address_token1] = ACTIONS(850), - [aux_sym_bind_interface_token1] = ACTIONS(850), - [aux_sym_canonical_domains_token1] = ACTIONS(850), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(850), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(850), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(850), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(850), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(850), - [aux_sym_certificate_file_token1] = ACTIONS(850), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(850), - [aux_sym_check_host_ip_token1] = ACTIONS(850), - [aux_sym_ciphers_token1] = ACTIONS(850), - [aux_sym_cipher_token1] = ACTIONS(852), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(850), - [aux_sym_compression_token1] = ACTIONS(850), - [aux_sym_connection_attempts_token1] = ACTIONS(850), - [aux_sym_connect_timeout_token1] = ACTIONS(850), - [aux_sym_control_master_token1] = ACTIONS(850), - [aux_sym_control_path_token1] = ACTIONS(850), - [aux_sym_control_persist_token1] = ACTIONS(850), - [aux_sym_dynamic_forward_token1] = ACTIONS(850), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(850), - [aux_sym_escape_char_token1] = ACTIONS(850), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(850), - [aux_sym_fingerprint_hash_token1] = ACTIONS(850), - [aux_sym_fork_after_authentication_token1] = ACTIONS(850), - [aux_sym_forward_agent_token1] = ACTIONS(850), - [aux_sym_forward_x11_token1] = ACTIONS(852), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(850), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(850), - [aux_sym_gateway_ports_token1] = ACTIONS(850), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(850), - [aux_sym_gssapi_authentication_token1] = ACTIONS(850), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(850), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(850), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(850), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(850), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(850), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(850), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(850), - [aux_sym_hash_known_hosts_token1] = ACTIONS(850), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(850), - [aux_sym_hostbased_authentication_token1] = ACTIONS(850), - [aux_sym_host_key_algorithms_token1] = ACTIONS(850), - [aux_sym_host_key_alias_token1] = ACTIONS(850), - [aux_sym_hostname_token1] = ACTIONS(850), - [aux_sym_identities_only_token1] = ACTIONS(850), - [aux_sym_identity_agent_token1] = ACTIONS(850), - [aux_sym_identity_file_token1] = ACTIONS(850), - [aux_sym_ignore_unknown_token1] = ACTIONS(850), - [aux_sym_include_token1] = ACTIONS(850), - [aux_sym_ip_qos_token1] = ACTIONS(850), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(850), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(850), - [aux_sym_kex_algorithms_token1] = ACTIONS(850), - [aux_sym_known_hosts_command_token1] = ACTIONS(850), - [aux_sym_local_command_token1] = ACTIONS(850), - [aux_sym_local_forward_token1] = ACTIONS(850), - [aux_sym_log_level_token1] = ACTIONS(850), - [aux_sym_log_verbose_token1] = ACTIONS(850), - [aux_sym_macs_token1] = ACTIONS(850), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(850), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(850), - [aux_sym_password_authentication_token1] = ACTIONS(850), - [aux_sym_permit_local_command_token1] = ACTIONS(850), - [aux_sym_permit_remote_open_token1] = ACTIONS(850), - [aux_sym_pkcs11_provider_token1] = ACTIONS(850), - [aux_sym_port_token1] = ACTIONS(850), - [aux_sym_preferred_authentications_token1] = ACTIONS(850), - [aux_sym_protocol_token1] = ACTIONS(850), - [aux_sym_proxy_command_token1] = ACTIONS(850), - [aux_sym_proxy_jump_token1] = ACTIONS(850), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(850), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(850), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(850), - [aux_sym_pubkey_authentication_token1] = ACTIONS(850), - [aux_sym_rekey_limit_token1] = ACTIONS(850), - [aux_sym_remote_command_token1] = ACTIONS(850), - [aux_sym_remote_forward_token1] = ACTIONS(850), - [aux_sym_request_tty_token1] = ACTIONS(850), - [aux_sym_revoked_host_keys_token1] = ACTIONS(850), - [aux_sym_security_key_provider_token1] = ACTIONS(850), - [aux_sym_send_env_token1] = ACTIONS(850), - [aux_sym_server_alive_count_max_token1] = ACTIONS(850), - [aux_sym_server_alive_interval_token1] = ACTIONS(850), - [aux_sym_session_type_token1] = ACTIONS(850), - [aux_sym_set_env_token1] = ACTIONS(850), - [aux_sym_stdin_null_token1] = ACTIONS(850), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(850), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(850), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(850), - [aux_sym_syslog_facility_token1] = ACTIONS(850), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(850), - [aux_sym_keep_alive_token1] = ACTIONS(850), - [aux_sym_tunnel_token1] = ACTIONS(852), - [aux_sym_tunnel_device_token1] = ACTIONS(850), - [aux_sym_update_host_keys_token1] = ACTIONS(850), - [aux_sym_use_keychain_token1] = ACTIONS(850), - [aux_sym_use_roaming_token1] = ACTIONS(850), - [aux_sym_user_token1] = ACTIONS(852), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(850), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(850), - [aux_sym_visual_host_key_token1] = ACTIONS(850), - [aux_sym_xauth_location_token1] = ACTIONS(850), + [ts_builtin_sym_end] = ACTIONS(1509), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1511), + [aux_sym_match_token1] = ACTIONS(1509), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1509), + [aux_sym_address_family_token1] = ACTIONS(1509), + [aux_sym_batch_mode_token1] = ACTIONS(1509), + [aux_sym_bind_address_token1] = ACTIONS(1509), + [aux_sym_bind_interface_token1] = ACTIONS(1509), + [aux_sym_canonical_domains_token1] = ACTIONS(1509), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1509), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1509), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1509), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1509), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1509), + [aux_sym_certificate_file_token1] = ACTIONS(1509), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1509), + [aux_sym_check_host_ip_token1] = ACTIONS(1509), + [aux_sym_ciphers_token1] = ACTIONS(1509), + [aux_sym_cipher_token1] = ACTIONS(1511), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1509), + [aux_sym_compression_token1] = ACTIONS(1509), + [aux_sym_connection_attempts_token1] = ACTIONS(1509), + [aux_sym_connect_timeout_token1] = ACTIONS(1509), + [aux_sym_control_master_token1] = ACTIONS(1509), + [aux_sym_control_path_token1] = ACTIONS(1509), + [aux_sym_control_persist_token1] = ACTIONS(1509), + [aux_sym_dynamic_forward_token1] = ACTIONS(1509), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1509), + [aux_sym_escape_char_token1] = ACTIONS(1509), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1509), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1509), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1509), + [aux_sym_forward_agent_token1] = ACTIONS(1509), + [aux_sym_forward_x11_token1] = ACTIONS(1511), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1509), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1509), + [aux_sym_gateway_ports_token1] = ACTIONS(1509), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1509), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1509), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1509), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1509), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1509), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1509), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1509), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1509), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1509), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1509), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1509), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1509), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1509), + [aux_sym_host_key_alias_token1] = ACTIONS(1509), + [aux_sym_hostname_token1] = ACTIONS(1509), + [aux_sym_identities_only_token1] = ACTIONS(1509), + [aux_sym_identity_agent_token1] = ACTIONS(1509), + [aux_sym_identity_file_token1] = ACTIONS(1509), + [aux_sym_ignore_unknown_token1] = ACTIONS(1509), + [aux_sym_include_token1] = ACTIONS(1509), + [aux_sym_ip_qos_token1] = ACTIONS(1509), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1509), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1509), + [aux_sym_kex_algorithms_token1] = ACTIONS(1509), + [aux_sym_known_hosts_command_token1] = ACTIONS(1509), + [aux_sym_local_command_token1] = ACTIONS(1509), + [aux_sym_local_forward_token1] = ACTIONS(1509), + [aux_sym_log_level_token1] = ACTIONS(1509), + [aux_sym_log_verbose_token1] = ACTIONS(1509), + [aux_sym_macs_token1] = ACTIONS(1509), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1509), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1509), + [aux_sym_password_authentication_token1] = ACTIONS(1509), + [aux_sym_permit_local_command_token1] = ACTIONS(1509), + [aux_sym_permit_remote_open_token1] = ACTIONS(1509), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1509), + [aux_sym_port_token1] = ACTIONS(1509), + [aux_sym_preferred_authentications_token1] = ACTIONS(1509), + [aux_sym_protocol_token1] = ACTIONS(1509), + [aux_sym_proxy_command_token1] = ACTIONS(1509), + [aux_sym_proxy_jump_token1] = ACTIONS(1509), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1509), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1509), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1509), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1509), + [aux_sym_rekey_limit_token1] = ACTIONS(1509), + [aux_sym_remote_command_token1] = ACTIONS(1509), + [aux_sym_remote_forward_token1] = ACTIONS(1509), + [aux_sym_request_tty_token1] = ACTIONS(1509), + [aux_sym_required_rsa_size_token1] = ACTIONS(1509), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1509), + [aux_sym_security_key_provider_token1] = ACTIONS(1509), + [aux_sym_send_env_token1] = ACTIONS(1509), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1509), + [aux_sym_server_alive_interval_token1] = ACTIONS(1509), + [aux_sym_session_type_token1] = ACTIONS(1509), + [aux_sym_set_env_token1] = ACTIONS(1509), + [aux_sym_stdin_null_token1] = ACTIONS(1509), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1509), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1509), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1509), + [aux_sym_syslog_facility_token1] = ACTIONS(1509), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1509), + [aux_sym_keep_alive_token1] = ACTIONS(1509), + [aux_sym_tunnel_token1] = ACTIONS(1511), + [aux_sym_tunnel_device_token1] = ACTIONS(1509), + [aux_sym_update_host_keys_token1] = ACTIONS(1509), + [aux_sym_use_keychain_token1] = ACTIONS(1509), + [aux_sym_use_roaming_token1] = ACTIONS(1509), + [aux_sym_user_token1] = ACTIONS(1511), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1509), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1509), + [aux_sym_visual_host_key_token1] = ACTIONS(1509), + [aux_sym_xauth_location_token1] = ACTIONS(1509), }, [764] = { - [ts_builtin_sym_end] = ACTIONS(1450), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1452), - [aux_sym_match_token1] = ACTIONS(1450), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1450), - [aux_sym_address_family_token1] = ACTIONS(1450), - [aux_sym_batch_mode_token1] = ACTIONS(1450), - [aux_sym_bind_address_token1] = ACTIONS(1450), - [aux_sym_bind_interface_token1] = ACTIONS(1450), - [aux_sym_canonical_domains_token1] = ACTIONS(1450), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1450), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1450), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1450), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1450), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1450), - [aux_sym_certificate_file_token1] = ACTIONS(1450), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1450), - [aux_sym_check_host_ip_token1] = ACTIONS(1450), - [aux_sym_ciphers_token1] = ACTIONS(1450), - [aux_sym_cipher_token1] = ACTIONS(1452), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1450), - [aux_sym_compression_token1] = ACTIONS(1450), - [aux_sym_connection_attempts_token1] = ACTIONS(1450), - [aux_sym_connect_timeout_token1] = ACTIONS(1450), - [aux_sym_control_master_token1] = ACTIONS(1450), - [aux_sym_control_path_token1] = ACTIONS(1450), - [aux_sym_control_persist_token1] = ACTIONS(1450), - [aux_sym_dynamic_forward_token1] = ACTIONS(1450), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1450), - [aux_sym_escape_char_token1] = ACTIONS(1450), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1450), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1450), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1450), - [aux_sym_forward_agent_token1] = ACTIONS(1450), - [aux_sym_forward_x11_token1] = ACTIONS(1452), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1450), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1450), - [aux_sym_gateway_ports_token1] = ACTIONS(1450), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1450), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1450), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1450), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1450), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1450), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1450), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1450), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1450), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1450), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1450), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1450), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1450), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1450), - [aux_sym_host_key_alias_token1] = ACTIONS(1450), - [aux_sym_hostname_token1] = ACTIONS(1450), - [aux_sym_identities_only_token1] = ACTIONS(1450), - [aux_sym_identity_agent_token1] = ACTIONS(1450), - [aux_sym_identity_file_token1] = ACTIONS(1450), - [aux_sym_ignore_unknown_token1] = ACTIONS(1450), - [aux_sym_include_token1] = ACTIONS(1450), - [aux_sym_ip_qos_token1] = ACTIONS(1450), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1450), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1450), - [aux_sym_kex_algorithms_token1] = ACTIONS(1450), - [aux_sym_known_hosts_command_token1] = ACTIONS(1450), - [aux_sym_local_command_token1] = ACTIONS(1450), - [aux_sym_local_forward_token1] = ACTIONS(1450), - [aux_sym_log_level_token1] = ACTIONS(1450), - [aux_sym_log_verbose_token1] = ACTIONS(1450), - [aux_sym_macs_token1] = ACTIONS(1450), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1450), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1450), - [aux_sym_password_authentication_token1] = ACTIONS(1450), - [aux_sym_permit_local_command_token1] = ACTIONS(1450), - [aux_sym_permit_remote_open_token1] = ACTIONS(1450), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1450), - [aux_sym_port_token1] = ACTIONS(1450), - [aux_sym_preferred_authentications_token1] = ACTIONS(1450), - [aux_sym_protocol_token1] = ACTIONS(1450), - [aux_sym_proxy_command_token1] = ACTIONS(1450), - [aux_sym_proxy_jump_token1] = ACTIONS(1450), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1450), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1450), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1450), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1450), - [aux_sym_rekey_limit_token1] = ACTIONS(1450), - [aux_sym_remote_command_token1] = ACTIONS(1450), - [aux_sym_remote_forward_token1] = ACTIONS(1450), - [aux_sym_request_tty_token1] = ACTIONS(1450), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1450), - [aux_sym_security_key_provider_token1] = ACTIONS(1450), - [aux_sym_send_env_token1] = ACTIONS(1450), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1450), - [aux_sym_server_alive_interval_token1] = ACTIONS(1450), - [aux_sym_session_type_token1] = ACTIONS(1450), - [aux_sym_set_env_token1] = ACTIONS(1450), - [aux_sym_stdin_null_token1] = ACTIONS(1450), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1450), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1450), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1450), - [aux_sym_syslog_facility_token1] = ACTIONS(1450), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1450), - [aux_sym_keep_alive_token1] = ACTIONS(1450), - [aux_sym_tunnel_token1] = ACTIONS(1452), - [aux_sym_tunnel_device_token1] = ACTIONS(1450), - [aux_sym_update_host_keys_token1] = ACTIONS(1450), - [aux_sym_use_keychain_token1] = ACTIONS(1450), - [aux_sym_use_roaming_token1] = ACTIONS(1450), - [aux_sym_user_token1] = ACTIONS(1452), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1450), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1450), - [aux_sym_visual_host_key_token1] = ACTIONS(1450), - [aux_sym_xauth_location_token1] = ACTIONS(1450), + [ts_builtin_sym_end] = ACTIONS(1515), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1517), + [aux_sym_match_token1] = ACTIONS(1515), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1515), + [aux_sym_address_family_token1] = ACTIONS(1515), + [aux_sym_batch_mode_token1] = ACTIONS(1515), + [aux_sym_bind_address_token1] = ACTIONS(1515), + [aux_sym_bind_interface_token1] = ACTIONS(1515), + [aux_sym_canonical_domains_token1] = ACTIONS(1515), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1515), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1515), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1515), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1515), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1515), + [aux_sym_certificate_file_token1] = ACTIONS(1515), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1515), + [aux_sym_check_host_ip_token1] = ACTIONS(1515), + [aux_sym_ciphers_token1] = ACTIONS(1515), + [aux_sym_cipher_token1] = ACTIONS(1517), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1515), + [aux_sym_compression_token1] = ACTIONS(1515), + [aux_sym_connection_attempts_token1] = ACTIONS(1515), + [aux_sym_connect_timeout_token1] = ACTIONS(1515), + [aux_sym_control_master_token1] = ACTIONS(1515), + [aux_sym_control_path_token1] = ACTIONS(1515), + [aux_sym_control_persist_token1] = ACTIONS(1515), + [aux_sym_dynamic_forward_token1] = ACTIONS(1515), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1515), + [aux_sym_escape_char_token1] = ACTIONS(1515), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1515), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1515), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1515), + [aux_sym_forward_agent_token1] = ACTIONS(1515), + [aux_sym_forward_x11_token1] = ACTIONS(1517), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1515), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1515), + [aux_sym_gateway_ports_token1] = ACTIONS(1515), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1515), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1515), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1515), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1515), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1515), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1515), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1515), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1515), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1515), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1515), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1515), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1515), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1515), + [aux_sym_host_key_alias_token1] = ACTIONS(1515), + [aux_sym_hostname_token1] = ACTIONS(1515), + [aux_sym_identities_only_token1] = ACTIONS(1515), + [aux_sym_identity_agent_token1] = ACTIONS(1515), + [aux_sym_identity_file_token1] = ACTIONS(1515), + [aux_sym_ignore_unknown_token1] = ACTIONS(1515), + [aux_sym_include_token1] = ACTIONS(1515), + [aux_sym_ip_qos_token1] = ACTIONS(1515), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1515), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1515), + [aux_sym_kex_algorithms_token1] = ACTIONS(1515), + [aux_sym_known_hosts_command_token1] = ACTIONS(1515), + [aux_sym_local_command_token1] = ACTIONS(1515), + [aux_sym_local_forward_token1] = ACTIONS(1515), + [aux_sym_log_level_token1] = ACTIONS(1515), + [aux_sym_log_verbose_token1] = ACTIONS(1515), + [aux_sym_macs_token1] = ACTIONS(1515), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1515), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1515), + [aux_sym_password_authentication_token1] = ACTIONS(1515), + [aux_sym_permit_local_command_token1] = ACTIONS(1515), + [aux_sym_permit_remote_open_token1] = ACTIONS(1515), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1515), + [aux_sym_port_token1] = ACTIONS(1515), + [aux_sym_preferred_authentications_token1] = ACTIONS(1515), + [aux_sym_protocol_token1] = ACTIONS(1515), + [aux_sym_proxy_command_token1] = ACTIONS(1515), + [aux_sym_proxy_jump_token1] = ACTIONS(1515), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1515), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1515), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1515), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1515), + [aux_sym_rekey_limit_token1] = ACTIONS(1515), + [aux_sym_remote_command_token1] = ACTIONS(1515), + [aux_sym_remote_forward_token1] = ACTIONS(1515), + [aux_sym_request_tty_token1] = ACTIONS(1515), + [aux_sym_required_rsa_size_token1] = ACTIONS(1515), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1515), + [aux_sym_security_key_provider_token1] = ACTIONS(1515), + [aux_sym_send_env_token1] = ACTIONS(1515), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1515), + [aux_sym_server_alive_interval_token1] = ACTIONS(1515), + [aux_sym_session_type_token1] = ACTIONS(1515), + [aux_sym_set_env_token1] = ACTIONS(1515), + [aux_sym_stdin_null_token1] = ACTIONS(1515), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1515), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1515), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1515), + [aux_sym_syslog_facility_token1] = ACTIONS(1515), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1515), + [aux_sym_keep_alive_token1] = ACTIONS(1515), + [aux_sym_tunnel_token1] = ACTIONS(1517), + [aux_sym_tunnel_device_token1] = ACTIONS(1515), + [aux_sym_update_host_keys_token1] = ACTIONS(1515), + [aux_sym_use_keychain_token1] = ACTIONS(1515), + [aux_sym_use_roaming_token1] = ACTIONS(1515), + [aux_sym_user_token1] = ACTIONS(1517), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1515), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1515), + [aux_sym_visual_host_key_token1] = ACTIONS(1515), + [aux_sym_xauth_location_token1] = ACTIONS(1515), }, [765] = { - [ts_builtin_sym_end] = ACTIONS(1660), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1662), - [aux_sym_match_token1] = ACTIONS(1660), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1660), - [aux_sym_address_family_token1] = ACTIONS(1660), - [aux_sym_batch_mode_token1] = ACTIONS(1660), - [aux_sym_bind_address_token1] = ACTIONS(1660), - [aux_sym_bind_interface_token1] = ACTIONS(1660), - [aux_sym_canonical_domains_token1] = ACTIONS(1660), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1660), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1660), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1660), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1660), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1660), - [aux_sym_certificate_file_token1] = ACTIONS(1660), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1660), - [aux_sym_check_host_ip_token1] = ACTIONS(1660), - [aux_sym_ciphers_token1] = ACTIONS(1660), - [aux_sym_cipher_token1] = ACTIONS(1662), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1660), - [aux_sym_compression_token1] = ACTIONS(1660), - [aux_sym_connection_attempts_token1] = ACTIONS(1660), - [aux_sym_connect_timeout_token1] = ACTIONS(1660), - [aux_sym_control_master_token1] = ACTIONS(1660), - [aux_sym_control_path_token1] = ACTIONS(1660), - [aux_sym_control_persist_token1] = ACTIONS(1660), - [aux_sym_dynamic_forward_token1] = ACTIONS(1660), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1660), - [aux_sym_escape_char_token1] = ACTIONS(1660), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1660), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1660), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1660), - [aux_sym_forward_agent_token1] = ACTIONS(1660), - [aux_sym_forward_x11_token1] = ACTIONS(1662), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1660), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1660), - [aux_sym_gateway_ports_token1] = ACTIONS(1660), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1660), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1660), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1660), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1660), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1660), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1660), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1660), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1660), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1660), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1660), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1660), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1660), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1660), - [aux_sym_host_key_alias_token1] = ACTIONS(1660), - [aux_sym_hostname_token1] = ACTIONS(1660), - [aux_sym_identities_only_token1] = ACTIONS(1660), - [aux_sym_identity_agent_token1] = ACTIONS(1660), - [aux_sym_identity_file_token1] = ACTIONS(1660), - [aux_sym_ignore_unknown_token1] = ACTIONS(1660), - [aux_sym_include_token1] = ACTIONS(1660), - [aux_sym_ip_qos_token1] = ACTIONS(1660), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1660), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1660), - [aux_sym_kex_algorithms_token1] = ACTIONS(1660), - [aux_sym_known_hosts_command_token1] = ACTIONS(1660), - [aux_sym_local_command_token1] = ACTIONS(1660), - [aux_sym_local_forward_token1] = ACTIONS(1660), - [aux_sym_log_level_token1] = ACTIONS(1660), - [aux_sym_log_verbose_token1] = ACTIONS(1660), - [aux_sym_macs_token1] = ACTIONS(1660), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1660), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1660), - [aux_sym_password_authentication_token1] = ACTIONS(1660), - [aux_sym_permit_local_command_token1] = ACTIONS(1660), - [aux_sym_permit_remote_open_token1] = ACTIONS(1660), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1660), - [aux_sym_port_token1] = ACTIONS(1660), - [aux_sym_preferred_authentications_token1] = ACTIONS(1660), - [aux_sym_protocol_token1] = ACTIONS(1660), - [aux_sym_proxy_command_token1] = ACTIONS(1660), - [aux_sym_proxy_jump_token1] = ACTIONS(1660), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1660), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1660), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1660), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1660), - [aux_sym_rekey_limit_token1] = ACTIONS(1660), - [aux_sym_remote_command_token1] = ACTIONS(1660), - [aux_sym_remote_forward_token1] = ACTIONS(1660), - [aux_sym_request_tty_token1] = ACTIONS(1660), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1660), - [aux_sym_security_key_provider_token1] = ACTIONS(1660), - [aux_sym_send_env_token1] = ACTIONS(1660), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1660), - [aux_sym_server_alive_interval_token1] = ACTIONS(1660), - [aux_sym_session_type_token1] = ACTIONS(1660), - [aux_sym_set_env_token1] = ACTIONS(1660), - [aux_sym_stdin_null_token1] = ACTIONS(1660), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1660), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1660), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1660), - [aux_sym_syslog_facility_token1] = ACTIONS(1660), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1660), - [aux_sym_keep_alive_token1] = ACTIONS(1660), - [aux_sym_tunnel_token1] = ACTIONS(1662), - [aux_sym_tunnel_device_token1] = ACTIONS(1660), - [aux_sym_update_host_keys_token1] = ACTIONS(1660), - [aux_sym_use_keychain_token1] = ACTIONS(1660), - [aux_sym_use_roaming_token1] = ACTIONS(1660), - [aux_sym_user_token1] = ACTIONS(1662), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1660), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1660), - [aux_sym_visual_host_key_token1] = ACTIONS(1660), - [aux_sym_xauth_location_token1] = ACTIONS(1660), + [ts_builtin_sym_end] = ACTIONS(1689), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1691), + [aux_sym_match_token1] = ACTIONS(1689), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1689), + [aux_sym_address_family_token1] = ACTIONS(1689), + [aux_sym_batch_mode_token1] = ACTIONS(1689), + [aux_sym_bind_address_token1] = ACTIONS(1689), + [aux_sym_bind_interface_token1] = ACTIONS(1689), + [aux_sym_canonical_domains_token1] = ACTIONS(1689), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1689), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1689), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1689), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1689), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1689), + [aux_sym_certificate_file_token1] = ACTIONS(1689), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1689), + [aux_sym_check_host_ip_token1] = ACTIONS(1689), + [aux_sym_ciphers_token1] = ACTIONS(1689), + [aux_sym_cipher_token1] = ACTIONS(1691), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1689), + [aux_sym_compression_token1] = ACTIONS(1689), + [aux_sym_connection_attempts_token1] = ACTIONS(1689), + [aux_sym_connect_timeout_token1] = ACTIONS(1689), + [aux_sym_control_master_token1] = ACTIONS(1689), + [aux_sym_control_path_token1] = ACTIONS(1689), + [aux_sym_control_persist_token1] = ACTIONS(1689), + [aux_sym_dynamic_forward_token1] = ACTIONS(1689), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1689), + [aux_sym_escape_char_token1] = ACTIONS(1689), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1689), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1689), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1689), + [aux_sym_forward_agent_token1] = ACTIONS(1689), + [aux_sym_forward_x11_token1] = ACTIONS(1691), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1689), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1689), + [aux_sym_gateway_ports_token1] = ACTIONS(1689), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1689), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1689), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1689), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1689), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1689), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1689), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1689), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1689), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1689), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1689), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1689), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1689), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1689), + [aux_sym_host_key_alias_token1] = ACTIONS(1689), + [aux_sym_hostname_token1] = ACTIONS(1689), + [aux_sym_identities_only_token1] = ACTIONS(1689), + [aux_sym_identity_agent_token1] = ACTIONS(1689), + [aux_sym_identity_file_token1] = ACTIONS(1689), + [aux_sym_ignore_unknown_token1] = ACTIONS(1689), + [aux_sym_include_token1] = ACTIONS(1689), + [aux_sym_ip_qos_token1] = ACTIONS(1689), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1689), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1689), + [aux_sym_kex_algorithms_token1] = ACTIONS(1689), + [aux_sym_known_hosts_command_token1] = ACTIONS(1689), + [aux_sym_local_command_token1] = ACTIONS(1689), + [aux_sym_local_forward_token1] = ACTIONS(1689), + [aux_sym_log_level_token1] = ACTIONS(1689), + [aux_sym_log_verbose_token1] = ACTIONS(1689), + [aux_sym_macs_token1] = ACTIONS(1689), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1689), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1689), + [aux_sym_password_authentication_token1] = ACTIONS(1689), + [aux_sym_permit_local_command_token1] = ACTIONS(1689), + [aux_sym_permit_remote_open_token1] = ACTIONS(1689), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1689), + [aux_sym_port_token1] = ACTIONS(1689), + [aux_sym_preferred_authentications_token1] = ACTIONS(1689), + [aux_sym_protocol_token1] = ACTIONS(1689), + [aux_sym_proxy_command_token1] = ACTIONS(1689), + [aux_sym_proxy_jump_token1] = ACTIONS(1689), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1689), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1689), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1689), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1689), + [aux_sym_rekey_limit_token1] = ACTIONS(1689), + [aux_sym_remote_command_token1] = ACTIONS(1689), + [aux_sym_remote_forward_token1] = ACTIONS(1689), + [aux_sym_request_tty_token1] = ACTIONS(1689), + [aux_sym_required_rsa_size_token1] = ACTIONS(1689), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1689), + [aux_sym_security_key_provider_token1] = ACTIONS(1689), + [aux_sym_send_env_token1] = ACTIONS(1689), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1689), + [aux_sym_server_alive_interval_token1] = ACTIONS(1689), + [aux_sym_session_type_token1] = ACTIONS(1689), + [aux_sym_set_env_token1] = ACTIONS(1689), + [aux_sym_stdin_null_token1] = ACTIONS(1689), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1689), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1689), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1689), + [aux_sym_syslog_facility_token1] = ACTIONS(1689), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1689), + [aux_sym_keep_alive_token1] = ACTIONS(1689), + [aux_sym_tunnel_token1] = ACTIONS(1691), + [aux_sym_tunnel_device_token1] = ACTIONS(1689), + [aux_sym_update_host_keys_token1] = ACTIONS(1689), + [aux_sym_use_keychain_token1] = ACTIONS(1689), + [aux_sym_use_roaming_token1] = ACTIONS(1689), + [aux_sym_user_token1] = ACTIONS(1691), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1689), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1689), + [aux_sym_visual_host_key_token1] = ACTIONS(1689), + [aux_sym_xauth_location_token1] = ACTIONS(1689), }, [766] = { - [ts_builtin_sym_end] = ACTIONS(730), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(732), - [aux_sym_match_token1] = ACTIONS(730), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(730), - [aux_sym_address_family_token1] = ACTIONS(730), - [aux_sym_batch_mode_token1] = ACTIONS(730), - [aux_sym_bind_address_token1] = ACTIONS(730), - [aux_sym_bind_interface_token1] = ACTIONS(730), - [aux_sym_canonical_domains_token1] = ACTIONS(730), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(730), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(730), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(730), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(730), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(730), - [aux_sym_certificate_file_token1] = ACTIONS(730), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(730), - [aux_sym_check_host_ip_token1] = ACTIONS(730), - [aux_sym_ciphers_token1] = ACTIONS(730), - [aux_sym_cipher_token1] = ACTIONS(732), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(730), - [aux_sym_compression_token1] = ACTIONS(730), - [aux_sym_connection_attempts_token1] = ACTIONS(730), - [aux_sym_connect_timeout_token1] = ACTIONS(730), - [aux_sym_control_master_token1] = ACTIONS(730), - [aux_sym_control_path_token1] = ACTIONS(730), - [aux_sym_control_persist_token1] = ACTIONS(730), - [aux_sym_dynamic_forward_token1] = ACTIONS(730), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(730), - [aux_sym_escape_char_token1] = ACTIONS(730), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(730), - [aux_sym_fingerprint_hash_token1] = ACTIONS(730), - [aux_sym_fork_after_authentication_token1] = ACTIONS(730), - [aux_sym_forward_agent_token1] = ACTIONS(730), - [aux_sym_forward_x11_token1] = ACTIONS(732), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(730), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(730), - [aux_sym_gateway_ports_token1] = ACTIONS(730), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(730), - [aux_sym_gssapi_authentication_token1] = ACTIONS(730), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(730), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(730), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(730), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(730), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(730), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(730), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(730), - [aux_sym_hash_known_hosts_token1] = ACTIONS(730), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(730), - [aux_sym_hostbased_authentication_token1] = ACTIONS(730), - [aux_sym_host_key_algorithms_token1] = ACTIONS(730), - [aux_sym_host_key_alias_token1] = ACTIONS(730), - [aux_sym_hostname_token1] = ACTIONS(730), - [aux_sym_identities_only_token1] = ACTIONS(730), - [aux_sym_identity_agent_token1] = ACTIONS(730), - [aux_sym_identity_file_token1] = ACTIONS(730), - [aux_sym_ignore_unknown_token1] = ACTIONS(730), - [aux_sym_include_token1] = ACTIONS(730), - [aux_sym_ip_qos_token1] = ACTIONS(730), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(730), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(730), - [aux_sym_kex_algorithms_token1] = ACTIONS(730), - [aux_sym_known_hosts_command_token1] = ACTIONS(730), - [aux_sym_local_command_token1] = ACTIONS(730), - [aux_sym_local_forward_token1] = ACTIONS(730), - [aux_sym_log_level_token1] = ACTIONS(730), - [aux_sym_log_verbose_token1] = ACTIONS(730), - [aux_sym_macs_token1] = ACTIONS(730), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(730), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(730), - [aux_sym_password_authentication_token1] = ACTIONS(730), - [aux_sym_permit_local_command_token1] = ACTIONS(730), - [aux_sym_permit_remote_open_token1] = ACTIONS(730), - [aux_sym_pkcs11_provider_token1] = ACTIONS(730), - [aux_sym_port_token1] = ACTIONS(730), - [aux_sym_preferred_authentications_token1] = ACTIONS(730), - [aux_sym_protocol_token1] = ACTIONS(730), - [aux_sym_proxy_command_token1] = ACTIONS(730), - [aux_sym_proxy_jump_token1] = ACTIONS(730), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(730), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(730), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(730), - [aux_sym_pubkey_authentication_token1] = ACTIONS(730), - [aux_sym_rekey_limit_token1] = ACTIONS(730), - [aux_sym_remote_command_token1] = ACTIONS(730), - [aux_sym_remote_forward_token1] = ACTIONS(730), - [aux_sym_request_tty_token1] = ACTIONS(730), - [aux_sym_revoked_host_keys_token1] = ACTIONS(730), - [aux_sym_security_key_provider_token1] = ACTIONS(730), - [aux_sym_send_env_token1] = ACTIONS(730), - [aux_sym_server_alive_count_max_token1] = ACTIONS(730), - [aux_sym_server_alive_interval_token1] = ACTIONS(730), - [aux_sym_session_type_token1] = ACTIONS(730), - [aux_sym_set_env_token1] = ACTIONS(730), - [aux_sym_stdin_null_token1] = ACTIONS(730), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(730), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(730), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(730), - [aux_sym_syslog_facility_token1] = ACTIONS(730), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(730), - [aux_sym_keep_alive_token1] = ACTIONS(730), - [aux_sym_tunnel_token1] = ACTIONS(732), - [aux_sym_tunnel_device_token1] = ACTIONS(730), - [aux_sym_update_host_keys_token1] = ACTIONS(730), - [aux_sym_use_keychain_token1] = ACTIONS(730), - [aux_sym_use_roaming_token1] = ACTIONS(730), - [aux_sym_user_token1] = ACTIONS(732), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(730), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(730), - [aux_sym_visual_host_key_token1] = ACTIONS(730), - [aux_sym_xauth_location_token1] = ACTIONS(730), + [ts_builtin_sym_end] = ACTIONS(1521), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1523), + [aux_sym_match_token1] = ACTIONS(1521), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1521), + [aux_sym_address_family_token1] = ACTIONS(1521), + [aux_sym_batch_mode_token1] = ACTIONS(1521), + [aux_sym_bind_address_token1] = ACTIONS(1521), + [aux_sym_bind_interface_token1] = ACTIONS(1521), + [aux_sym_canonical_domains_token1] = ACTIONS(1521), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1521), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1521), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1521), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1521), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1521), + [aux_sym_certificate_file_token1] = ACTIONS(1521), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1521), + [aux_sym_check_host_ip_token1] = ACTIONS(1521), + [aux_sym_ciphers_token1] = ACTIONS(1521), + [aux_sym_cipher_token1] = ACTIONS(1523), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1521), + [aux_sym_compression_token1] = ACTIONS(1521), + [aux_sym_connection_attempts_token1] = ACTIONS(1521), + [aux_sym_connect_timeout_token1] = ACTIONS(1521), + [aux_sym_control_master_token1] = ACTIONS(1521), + [aux_sym_control_path_token1] = ACTIONS(1521), + [aux_sym_control_persist_token1] = ACTIONS(1521), + [aux_sym_dynamic_forward_token1] = ACTIONS(1521), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1521), + [aux_sym_escape_char_token1] = ACTIONS(1521), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1521), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1521), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1521), + [aux_sym_forward_agent_token1] = ACTIONS(1521), + [aux_sym_forward_x11_token1] = ACTIONS(1523), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1521), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1521), + [aux_sym_gateway_ports_token1] = ACTIONS(1521), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1521), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1521), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1521), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1521), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1521), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1521), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1521), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1521), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1521), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1521), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1521), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1521), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1521), + [aux_sym_host_key_alias_token1] = ACTIONS(1521), + [aux_sym_hostname_token1] = ACTIONS(1521), + [aux_sym_identities_only_token1] = ACTIONS(1521), + [aux_sym_identity_agent_token1] = ACTIONS(1521), + [aux_sym_identity_file_token1] = ACTIONS(1521), + [aux_sym_ignore_unknown_token1] = ACTIONS(1521), + [aux_sym_include_token1] = ACTIONS(1521), + [aux_sym_ip_qos_token1] = ACTIONS(1521), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1521), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1521), + [aux_sym_kex_algorithms_token1] = ACTIONS(1521), + [aux_sym_known_hosts_command_token1] = ACTIONS(1521), + [aux_sym_local_command_token1] = ACTIONS(1521), + [aux_sym_local_forward_token1] = ACTIONS(1521), + [aux_sym_log_level_token1] = ACTIONS(1521), + [aux_sym_log_verbose_token1] = ACTIONS(1521), + [aux_sym_macs_token1] = ACTIONS(1521), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1521), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1521), + [aux_sym_password_authentication_token1] = ACTIONS(1521), + [aux_sym_permit_local_command_token1] = ACTIONS(1521), + [aux_sym_permit_remote_open_token1] = ACTIONS(1521), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1521), + [aux_sym_port_token1] = ACTIONS(1521), + [aux_sym_preferred_authentications_token1] = ACTIONS(1521), + [aux_sym_protocol_token1] = ACTIONS(1521), + [aux_sym_proxy_command_token1] = ACTIONS(1521), + [aux_sym_proxy_jump_token1] = ACTIONS(1521), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1521), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1521), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1521), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1521), + [aux_sym_rekey_limit_token1] = ACTIONS(1521), + [aux_sym_remote_command_token1] = ACTIONS(1521), + [aux_sym_remote_forward_token1] = ACTIONS(1521), + [aux_sym_request_tty_token1] = ACTIONS(1521), + [aux_sym_required_rsa_size_token1] = ACTIONS(1521), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1521), + [aux_sym_security_key_provider_token1] = ACTIONS(1521), + [aux_sym_send_env_token1] = ACTIONS(1521), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1521), + [aux_sym_server_alive_interval_token1] = ACTIONS(1521), + [aux_sym_session_type_token1] = ACTIONS(1521), + [aux_sym_set_env_token1] = ACTIONS(1521), + [aux_sym_stdin_null_token1] = ACTIONS(1521), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1521), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1521), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1521), + [aux_sym_syslog_facility_token1] = ACTIONS(1521), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1521), + [aux_sym_keep_alive_token1] = ACTIONS(1521), + [aux_sym_tunnel_token1] = ACTIONS(1523), + [aux_sym_tunnel_device_token1] = ACTIONS(1521), + [aux_sym_update_host_keys_token1] = ACTIONS(1521), + [aux_sym_use_keychain_token1] = ACTIONS(1521), + [aux_sym_use_roaming_token1] = ACTIONS(1521), + [aux_sym_user_token1] = ACTIONS(1523), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1521), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1521), + [aux_sym_visual_host_key_token1] = ACTIONS(1521), + [aux_sym_xauth_location_token1] = ACTIONS(1521), }, [767] = { - [ts_builtin_sym_end] = ACTIONS(1456), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1458), - [aux_sym_match_token1] = ACTIONS(1456), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1456), - [aux_sym_address_family_token1] = ACTIONS(1456), - [aux_sym_batch_mode_token1] = ACTIONS(1456), - [aux_sym_bind_address_token1] = ACTIONS(1456), - [aux_sym_bind_interface_token1] = ACTIONS(1456), - [aux_sym_canonical_domains_token1] = ACTIONS(1456), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1456), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1456), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1456), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1456), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1456), - [aux_sym_certificate_file_token1] = ACTIONS(1456), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1456), - [aux_sym_check_host_ip_token1] = ACTIONS(1456), - [aux_sym_ciphers_token1] = ACTIONS(1456), - [aux_sym_cipher_token1] = ACTIONS(1458), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1456), - [aux_sym_compression_token1] = ACTIONS(1456), - [aux_sym_connection_attempts_token1] = ACTIONS(1456), - [aux_sym_connect_timeout_token1] = ACTIONS(1456), - [aux_sym_control_master_token1] = ACTIONS(1456), - [aux_sym_control_path_token1] = ACTIONS(1456), - [aux_sym_control_persist_token1] = ACTIONS(1456), - [aux_sym_dynamic_forward_token1] = ACTIONS(1456), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1456), - [aux_sym_escape_char_token1] = ACTIONS(1456), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1456), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1456), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1456), - [aux_sym_forward_agent_token1] = ACTIONS(1456), - [aux_sym_forward_x11_token1] = ACTIONS(1458), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1456), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1456), - [aux_sym_gateway_ports_token1] = ACTIONS(1456), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1456), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1456), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1456), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1456), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1456), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1456), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1456), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1456), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1456), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1456), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1456), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1456), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1456), - [aux_sym_host_key_alias_token1] = ACTIONS(1456), - [aux_sym_hostname_token1] = ACTIONS(1456), - [aux_sym_identities_only_token1] = ACTIONS(1456), - [aux_sym_identity_agent_token1] = ACTIONS(1456), - [aux_sym_identity_file_token1] = ACTIONS(1456), - [aux_sym_ignore_unknown_token1] = ACTIONS(1456), - [aux_sym_include_token1] = ACTIONS(1456), - [aux_sym_ip_qos_token1] = ACTIONS(1456), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1456), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1456), - [aux_sym_kex_algorithms_token1] = ACTIONS(1456), - [aux_sym_known_hosts_command_token1] = ACTIONS(1456), - [aux_sym_local_command_token1] = ACTIONS(1456), - [aux_sym_local_forward_token1] = ACTIONS(1456), - [aux_sym_log_level_token1] = ACTIONS(1456), - [aux_sym_log_verbose_token1] = ACTIONS(1456), - [aux_sym_macs_token1] = ACTIONS(1456), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1456), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1456), - [aux_sym_password_authentication_token1] = ACTIONS(1456), - [aux_sym_permit_local_command_token1] = ACTIONS(1456), - [aux_sym_permit_remote_open_token1] = ACTIONS(1456), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1456), - [aux_sym_port_token1] = ACTIONS(1456), - [aux_sym_preferred_authentications_token1] = ACTIONS(1456), - [aux_sym_protocol_token1] = ACTIONS(1456), - [aux_sym_proxy_command_token1] = ACTIONS(1456), - [aux_sym_proxy_jump_token1] = ACTIONS(1456), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1456), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1456), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1456), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1456), - [aux_sym_rekey_limit_token1] = ACTIONS(1456), - [aux_sym_remote_command_token1] = ACTIONS(1456), - [aux_sym_remote_forward_token1] = ACTIONS(1456), - [aux_sym_request_tty_token1] = ACTIONS(1456), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1456), - [aux_sym_security_key_provider_token1] = ACTIONS(1456), - [aux_sym_send_env_token1] = ACTIONS(1456), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1456), - [aux_sym_server_alive_interval_token1] = ACTIONS(1456), - [aux_sym_session_type_token1] = ACTIONS(1456), - [aux_sym_set_env_token1] = ACTIONS(1456), - [aux_sym_stdin_null_token1] = ACTIONS(1456), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1456), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1456), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1456), - [aux_sym_syslog_facility_token1] = ACTIONS(1456), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1456), - [aux_sym_keep_alive_token1] = ACTIONS(1456), - [aux_sym_tunnel_token1] = ACTIONS(1458), - [aux_sym_tunnel_device_token1] = ACTIONS(1456), - [aux_sym_update_host_keys_token1] = ACTIONS(1456), - [aux_sym_use_keychain_token1] = ACTIONS(1456), - [aux_sym_use_roaming_token1] = ACTIONS(1456), - [aux_sym_user_token1] = ACTIONS(1458), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1456), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1456), - [aux_sym_visual_host_key_token1] = ACTIONS(1456), - [aux_sym_xauth_location_token1] = ACTIONS(1456), + [ts_builtin_sym_end] = ACTIONS(1527), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1529), + [aux_sym_match_token1] = ACTIONS(1527), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1527), + [aux_sym_address_family_token1] = ACTIONS(1527), + [aux_sym_batch_mode_token1] = ACTIONS(1527), + [aux_sym_bind_address_token1] = ACTIONS(1527), + [aux_sym_bind_interface_token1] = ACTIONS(1527), + [aux_sym_canonical_domains_token1] = ACTIONS(1527), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1527), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1527), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1527), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1527), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1527), + [aux_sym_certificate_file_token1] = ACTIONS(1527), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1527), + [aux_sym_check_host_ip_token1] = ACTIONS(1527), + [aux_sym_ciphers_token1] = ACTIONS(1527), + [aux_sym_cipher_token1] = ACTIONS(1529), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1527), + [aux_sym_compression_token1] = ACTIONS(1527), + [aux_sym_connection_attempts_token1] = ACTIONS(1527), + [aux_sym_connect_timeout_token1] = ACTIONS(1527), + [aux_sym_control_master_token1] = ACTIONS(1527), + [aux_sym_control_path_token1] = ACTIONS(1527), + [aux_sym_control_persist_token1] = ACTIONS(1527), + [aux_sym_dynamic_forward_token1] = ACTIONS(1527), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1527), + [aux_sym_escape_char_token1] = ACTIONS(1527), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1527), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1527), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1527), + [aux_sym_forward_agent_token1] = ACTIONS(1527), + [aux_sym_forward_x11_token1] = ACTIONS(1529), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1527), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1527), + [aux_sym_gateway_ports_token1] = ACTIONS(1527), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1527), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1527), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1527), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1527), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1527), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1527), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1527), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1527), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1527), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1527), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1527), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1527), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1527), + [aux_sym_host_key_alias_token1] = ACTIONS(1527), + [aux_sym_hostname_token1] = ACTIONS(1527), + [aux_sym_identities_only_token1] = ACTIONS(1527), + [aux_sym_identity_agent_token1] = ACTIONS(1527), + [aux_sym_identity_file_token1] = ACTIONS(1527), + [aux_sym_ignore_unknown_token1] = ACTIONS(1527), + [aux_sym_include_token1] = ACTIONS(1527), + [aux_sym_ip_qos_token1] = ACTIONS(1527), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1527), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1527), + [aux_sym_kex_algorithms_token1] = ACTIONS(1527), + [aux_sym_known_hosts_command_token1] = ACTIONS(1527), + [aux_sym_local_command_token1] = ACTIONS(1527), + [aux_sym_local_forward_token1] = ACTIONS(1527), + [aux_sym_log_level_token1] = ACTIONS(1527), + [aux_sym_log_verbose_token1] = ACTIONS(1527), + [aux_sym_macs_token1] = ACTIONS(1527), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1527), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1527), + [aux_sym_password_authentication_token1] = ACTIONS(1527), + [aux_sym_permit_local_command_token1] = ACTIONS(1527), + [aux_sym_permit_remote_open_token1] = ACTIONS(1527), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1527), + [aux_sym_port_token1] = ACTIONS(1527), + [aux_sym_preferred_authentications_token1] = ACTIONS(1527), + [aux_sym_protocol_token1] = ACTIONS(1527), + [aux_sym_proxy_command_token1] = ACTIONS(1527), + [aux_sym_proxy_jump_token1] = ACTIONS(1527), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1527), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1527), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1527), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1527), + [aux_sym_rekey_limit_token1] = ACTIONS(1527), + [aux_sym_remote_command_token1] = ACTIONS(1527), + [aux_sym_remote_forward_token1] = ACTIONS(1527), + [aux_sym_request_tty_token1] = ACTIONS(1527), + [aux_sym_required_rsa_size_token1] = ACTIONS(1527), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1527), + [aux_sym_security_key_provider_token1] = ACTIONS(1527), + [aux_sym_send_env_token1] = ACTIONS(1527), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1527), + [aux_sym_server_alive_interval_token1] = ACTIONS(1527), + [aux_sym_session_type_token1] = ACTIONS(1527), + [aux_sym_set_env_token1] = ACTIONS(1527), + [aux_sym_stdin_null_token1] = ACTIONS(1527), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1527), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1527), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1527), + [aux_sym_syslog_facility_token1] = ACTIONS(1527), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1527), + [aux_sym_keep_alive_token1] = ACTIONS(1527), + [aux_sym_tunnel_token1] = ACTIONS(1529), + [aux_sym_tunnel_device_token1] = ACTIONS(1527), + [aux_sym_update_host_keys_token1] = ACTIONS(1527), + [aux_sym_use_keychain_token1] = ACTIONS(1527), + [aux_sym_use_roaming_token1] = ACTIONS(1527), + [aux_sym_user_token1] = ACTIONS(1529), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1527), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1527), + [aux_sym_visual_host_key_token1] = ACTIONS(1527), + [aux_sym_xauth_location_token1] = ACTIONS(1527), }, [768] = { - [ts_builtin_sym_end] = ACTIONS(1654), - [sym_comment] = ACTIONS(3), - [aux_sym_host_token1] = ACTIONS(1656), - [aux_sym_match_token1] = ACTIONS(1654), - [aux_sym_add_keys_to_agent_token1] = ACTIONS(1654), - [aux_sym_address_family_token1] = ACTIONS(1654), - [aux_sym_batch_mode_token1] = ACTIONS(1654), - [aux_sym_bind_address_token1] = ACTIONS(1654), - [aux_sym_bind_interface_token1] = ACTIONS(1654), - [aux_sym_canonical_domains_token1] = ACTIONS(1654), - [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1654), - [aux_sym_canonicalize_hostname_token1] = ACTIONS(1654), - [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1654), - [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1654), - [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1654), - [aux_sym_certificate_file_token1] = ACTIONS(1654), - [aux_sym_challenge_response_authentication_token1] = ACTIONS(1654), - [aux_sym_check_host_ip_token1] = ACTIONS(1654), - [aux_sym_ciphers_token1] = ACTIONS(1654), - [aux_sym_cipher_token1] = ACTIONS(1656), - [aux_sym_clear_all_forwardings_token1] = ACTIONS(1654), - [aux_sym_compression_token1] = ACTIONS(1654), - [aux_sym_connection_attempts_token1] = ACTIONS(1654), - [aux_sym_connect_timeout_token1] = ACTIONS(1654), - [aux_sym_control_master_token1] = ACTIONS(1654), - [aux_sym_control_path_token1] = ACTIONS(1654), - [aux_sym_control_persist_token1] = ACTIONS(1654), - [aux_sym_dynamic_forward_token1] = ACTIONS(1654), - [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1654), - [aux_sym_escape_char_token1] = ACTIONS(1654), - [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1654), - [aux_sym_fingerprint_hash_token1] = ACTIONS(1654), - [aux_sym_fork_after_authentication_token1] = ACTIONS(1654), - [aux_sym_forward_agent_token1] = ACTIONS(1654), - [aux_sym_forward_x11_token1] = ACTIONS(1656), - [aux_sym_forward_x11_timeout_token1] = ACTIONS(1654), - [aux_sym_forward_x11_trusted_token1] = ACTIONS(1654), - [aux_sym_gateway_ports_token1] = ACTIONS(1654), - [aux_sym_global_known_hosts_file_token1] = ACTIONS(1654), - [aux_sym_gssapi_authentication_token1] = ACTIONS(1654), - [aux_sym_gssapi_client_identity_token1] = ACTIONS(1654), - [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1654), - [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1654), - [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1654), - [aux_sym_gssapi_server_identity_token1] = ACTIONS(1654), - [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1654), - [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1654), - [aux_sym_hash_known_hosts_token1] = ACTIONS(1654), - [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1654), - [aux_sym_hostbased_authentication_token1] = ACTIONS(1654), - [aux_sym_host_key_algorithms_token1] = ACTIONS(1654), - [aux_sym_host_key_alias_token1] = ACTIONS(1654), - [aux_sym_hostname_token1] = ACTIONS(1654), - [aux_sym_identities_only_token1] = ACTIONS(1654), - [aux_sym_identity_agent_token1] = ACTIONS(1654), - [aux_sym_identity_file_token1] = ACTIONS(1654), - [aux_sym_ignore_unknown_token1] = ACTIONS(1654), - [aux_sym_include_token1] = ACTIONS(1654), - [aux_sym_ip_qos_token1] = ACTIONS(1654), - [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1654), - [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1654), - [aux_sym_kex_algorithms_token1] = ACTIONS(1654), - [aux_sym_known_hosts_command_token1] = ACTIONS(1654), - [aux_sym_local_command_token1] = ACTIONS(1654), - [aux_sym_local_forward_token1] = ACTIONS(1654), - [aux_sym_log_level_token1] = ACTIONS(1654), - [aux_sym_log_verbose_token1] = ACTIONS(1654), - [aux_sym_macs_token1] = ACTIONS(1654), - [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1654), - [aux_sym_number_of_password_prompts_token1] = ACTIONS(1654), - [aux_sym_password_authentication_token1] = ACTIONS(1654), - [aux_sym_permit_local_command_token1] = ACTIONS(1654), - [aux_sym_permit_remote_open_token1] = ACTIONS(1654), - [aux_sym_pkcs11_provider_token1] = ACTIONS(1654), - [aux_sym_port_token1] = ACTIONS(1654), - [aux_sym_preferred_authentications_token1] = ACTIONS(1654), - [aux_sym_protocol_token1] = ACTIONS(1654), - [aux_sym_proxy_command_token1] = ACTIONS(1654), - [aux_sym_proxy_jump_token1] = ACTIONS(1654), - [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1654), - [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1654), - [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1654), - [aux_sym_pubkey_authentication_token1] = ACTIONS(1654), - [aux_sym_rekey_limit_token1] = ACTIONS(1654), - [aux_sym_remote_command_token1] = ACTIONS(1654), - [aux_sym_remote_forward_token1] = ACTIONS(1654), - [aux_sym_request_tty_token1] = ACTIONS(1654), - [aux_sym_revoked_host_keys_token1] = ACTIONS(1654), - [aux_sym_security_key_provider_token1] = ACTIONS(1654), - [aux_sym_send_env_token1] = ACTIONS(1654), - [aux_sym_server_alive_count_max_token1] = ACTIONS(1654), - [aux_sym_server_alive_interval_token1] = ACTIONS(1654), - [aux_sym_session_type_token1] = ACTIONS(1654), - [aux_sym_set_env_token1] = ACTIONS(1654), - [aux_sym_stdin_null_token1] = ACTIONS(1654), - [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1654), - [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1654), - [aux_sym_strict_host_key_checking_token1] = ACTIONS(1654), - [aux_sym_syslog_facility_token1] = ACTIONS(1654), - [aux_sym_tcp_keep_alive_token1] = ACTIONS(1654), - [aux_sym_keep_alive_token1] = ACTIONS(1654), - [aux_sym_tunnel_token1] = ACTIONS(1656), - [aux_sym_tunnel_device_token1] = ACTIONS(1654), - [aux_sym_update_host_keys_token1] = ACTIONS(1654), - [aux_sym_use_keychain_token1] = ACTIONS(1654), - [aux_sym_use_roaming_token1] = ACTIONS(1654), - [aux_sym_user_token1] = ACTIONS(1656), - [aux_sym_user_known_hosts_file_token1] = ACTIONS(1654), - [aux_sym_verify_host_key_dns_token1] = ACTIONS(1654), - [aux_sym_visual_host_key_token1] = ACTIONS(1654), - [aux_sym_xauth_location_token1] = ACTIONS(1654), + [ts_builtin_sym_end] = ACTIONS(1683), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1685), + [aux_sym_match_token1] = ACTIONS(1683), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1683), + [aux_sym_address_family_token1] = ACTIONS(1683), + [aux_sym_batch_mode_token1] = ACTIONS(1683), + [aux_sym_bind_address_token1] = ACTIONS(1683), + [aux_sym_bind_interface_token1] = ACTIONS(1683), + [aux_sym_canonical_domains_token1] = ACTIONS(1683), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1683), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1683), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1683), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1683), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1683), + [aux_sym_certificate_file_token1] = ACTIONS(1683), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1683), + [aux_sym_check_host_ip_token1] = ACTIONS(1683), + [aux_sym_ciphers_token1] = ACTIONS(1683), + [aux_sym_cipher_token1] = ACTIONS(1685), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1683), + [aux_sym_compression_token1] = ACTIONS(1683), + [aux_sym_connection_attempts_token1] = ACTIONS(1683), + [aux_sym_connect_timeout_token1] = ACTIONS(1683), + [aux_sym_control_master_token1] = ACTIONS(1683), + [aux_sym_control_path_token1] = ACTIONS(1683), + [aux_sym_control_persist_token1] = ACTIONS(1683), + [aux_sym_dynamic_forward_token1] = ACTIONS(1683), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1683), + [aux_sym_escape_char_token1] = ACTIONS(1683), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1683), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1683), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1683), + [aux_sym_forward_agent_token1] = ACTIONS(1683), + [aux_sym_forward_x11_token1] = ACTIONS(1685), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1683), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1683), + [aux_sym_gateway_ports_token1] = ACTIONS(1683), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1683), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1683), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1683), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1683), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1683), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1683), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1683), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1683), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1683), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1683), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1683), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1683), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1683), + [aux_sym_host_key_alias_token1] = ACTIONS(1683), + [aux_sym_hostname_token1] = ACTIONS(1683), + [aux_sym_identities_only_token1] = ACTIONS(1683), + [aux_sym_identity_agent_token1] = ACTIONS(1683), + [aux_sym_identity_file_token1] = ACTIONS(1683), + [aux_sym_ignore_unknown_token1] = ACTIONS(1683), + [aux_sym_include_token1] = ACTIONS(1683), + [aux_sym_ip_qos_token1] = ACTIONS(1683), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1683), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1683), + [aux_sym_kex_algorithms_token1] = ACTIONS(1683), + [aux_sym_known_hosts_command_token1] = ACTIONS(1683), + [aux_sym_local_command_token1] = ACTIONS(1683), + [aux_sym_local_forward_token1] = ACTIONS(1683), + [aux_sym_log_level_token1] = ACTIONS(1683), + [aux_sym_log_verbose_token1] = ACTIONS(1683), + [aux_sym_macs_token1] = ACTIONS(1683), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1683), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1683), + [aux_sym_password_authentication_token1] = ACTIONS(1683), + [aux_sym_permit_local_command_token1] = ACTIONS(1683), + [aux_sym_permit_remote_open_token1] = ACTIONS(1683), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1683), + [aux_sym_port_token1] = ACTIONS(1683), + [aux_sym_preferred_authentications_token1] = ACTIONS(1683), + [aux_sym_protocol_token1] = ACTIONS(1683), + [aux_sym_proxy_command_token1] = ACTIONS(1683), + [aux_sym_proxy_jump_token1] = ACTIONS(1683), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1683), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1683), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1683), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1683), + [aux_sym_rekey_limit_token1] = ACTIONS(1683), + [aux_sym_remote_command_token1] = ACTIONS(1683), + [aux_sym_remote_forward_token1] = ACTIONS(1683), + [aux_sym_request_tty_token1] = ACTIONS(1683), + [aux_sym_required_rsa_size_token1] = ACTIONS(1683), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1683), + [aux_sym_security_key_provider_token1] = ACTIONS(1683), + [aux_sym_send_env_token1] = ACTIONS(1683), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1683), + [aux_sym_server_alive_interval_token1] = ACTIONS(1683), + [aux_sym_session_type_token1] = ACTIONS(1683), + [aux_sym_set_env_token1] = ACTIONS(1683), + [aux_sym_stdin_null_token1] = ACTIONS(1683), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1683), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1683), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1683), + [aux_sym_syslog_facility_token1] = ACTIONS(1683), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1683), + [aux_sym_keep_alive_token1] = ACTIONS(1683), + [aux_sym_tunnel_token1] = ACTIONS(1685), + [aux_sym_tunnel_device_token1] = ACTIONS(1683), + [aux_sym_update_host_keys_token1] = ACTIONS(1683), + [aux_sym_use_keychain_token1] = ACTIONS(1683), + [aux_sym_use_roaming_token1] = ACTIONS(1683), + [aux_sym_user_token1] = ACTIONS(1685), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1683), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1683), + [aux_sym_visual_host_key_token1] = ACTIONS(1683), + [aux_sym_xauth_location_token1] = ACTIONS(1683), + }, + [769] = { + [ts_builtin_sym_end] = ACTIONS(1533), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1535), + [aux_sym_match_token1] = ACTIONS(1533), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1533), + [aux_sym_address_family_token1] = ACTIONS(1533), + [aux_sym_batch_mode_token1] = ACTIONS(1533), + [aux_sym_bind_address_token1] = ACTIONS(1533), + [aux_sym_bind_interface_token1] = ACTIONS(1533), + [aux_sym_canonical_domains_token1] = ACTIONS(1533), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1533), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1533), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1533), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1533), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1533), + [aux_sym_certificate_file_token1] = ACTIONS(1533), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1533), + [aux_sym_check_host_ip_token1] = ACTIONS(1533), + [aux_sym_ciphers_token1] = ACTIONS(1533), + [aux_sym_cipher_token1] = ACTIONS(1535), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1533), + [aux_sym_compression_token1] = ACTIONS(1533), + [aux_sym_connection_attempts_token1] = ACTIONS(1533), + [aux_sym_connect_timeout_token1] = ACTIONS(1533), + [aux_sym_control_master_token1] = ACTIONS(1533), + [aux_sym_control_path_token1] = ACTIONS(1533), + [aux_sym_control_persist_token1] = ACTIONS(1533), + [aux_sym_dynamic_forward_token1] = ACTIONS(1533), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1533), + [aux_sym_escape_char_token1] = ACTIONS(1533), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1533), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1533), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1533), + [aux_sym_forward_agent_token1] = ACTIONS(1533), + [aux_sym_forward_x11_token1] = ACTIONS(1535), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1533), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1533), + [aux_sym_gateway_ports_token1] = ACTIONS(1533), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1533), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1533), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1533), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1533), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1533), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1533), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1533), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1533), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1533), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1533), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1533), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1533), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1533), + [aux_sym_host_key_alias_token1] = ACTIONS(1533), + [aux_sym_hostname_token1] = ACTIONS(1533), + [aux_sym_identities_only_token1] = ACTIONS(1533), + [aux_sym_identity_agent_token1] = ACTIONS(1533), + [aux_sym_identity_file_token1] = ACTIONS(1533), + [aux_sym_ignore_unknown_token1] = ACTIONS(1533), + [aux_sym_include_token1] = ACTIONS(1533), + [aux_sym_ip_qos_token1] = ACTIONS(1533), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1533), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1533), + [aux_sym_kex_algorithms_token1] = ACTIONS(1533), + [aux_sym_known_hosts_command_token1] = ACTIONS(1533), + [aux_sym_local_command_token1] = ACTIONS(1533), + [aux_sym_local_forward_token1] = ACTIONS(1533), + [aux_sym_log_level_token1] = ACTIONS(1533), + [aux_sym_log_verbose_token1] = ACTIONS(1533), + [aux_sym_macs_token1] = ACTIONS(1533), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1533), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1533), + [aux_sym_password_authentication_token1] = ACTIONS(1533), + [aux_sym_permit_local_command_token1] = ACTIONS(1533), + [aux_sym_permit_remote_open_token1] = ACTIONS(1533), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1533), + [aux_sym_port_token1] = ACTIONS(1533), + [aux_sym_preferred_authentications_token1] = ACTIONS(1533), + [aux_sym_protocol_token1] = ACTIONS(1533), + [aux_sym_proxy_command_token1] = ACTIONS(1533), + [aux_sym_proxy_jump_token1] = ACTIONS(1533), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1533), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1533), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1533), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1533), + [aux_sym_rekey_limit_token1] = ACTIONS(1533), + [aux_sym_remote_command_token1] = ACTIONS(1533), + [aux_sym_remote_forward_token1] = ACTIONS(1533), + [aux_sym_request_tty_token1] = ACTIONS(1533), + [aux_sym_required_rsa_size_token1] = ACTIONS(1533), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1533), + [aux_sym_security_key_provider_token1] = ACTIONS(1533), + [aux_sym_send_env_token1] = ACTIONS(1533), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1533), + [aux_sym_server_alive_interval_token1] = ACTIONS(1533), + [aux_sym_session_type_token1] = ACTIONS(1533), + [aux_sym_set_env_token1] = ACTIONS(1533), + [aux_sym_stdin_null_token1] = ACTIONS(1533), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1533), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1533), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1533), + [aux_sym_syslog_facility_token1] = ACTIONS(1533), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1533), + [aux_sym_keep_alive_token1] = ACTIONS(1533), + [aux_sym_tunnel_token1] = ACTIONS(1535), + [aux_sym_tunnel_device_token1] = ACTIONS(1533), + [aux_sym_update_host_keys_token1] = ACTIONS(1533), + [aux_sym_use_keychain_token1] = ACTIONS(1533), + [aux_sym_use_roaming_token1] = ACTIONS(1533), + [aux_sym_user_token1] = ACTIONS(1535), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1533), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1533), + [aux_sym_visual_host_key_token1] = ACTIONS(1533), + [aux_sym_xauth_location_token1] = ACTIONS(1533), + }, + [770] = { + [ts_builtin_sym_end] = ACTIONS(1539), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1541), + [aux_sym_match_token1] = ACTIONS(1539), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1539), + [aux_sym_address_family_token1] = ACTIONS(1539), + [aux_sym_batch_mode_token1] = ACTIONS(1539), + [aux_sym_bind_address_token1] = ACTIONS(1539), + [aux_sym_bind_interface_token1] = ACTIONS(1539), + [aux_sym_canonical_domains_token1] = ACTIONS(1539), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1539), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1539), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1539), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1539), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1539), + [aux_sym_certificate_file_token1] = ACTIONS(1539), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1539), + [aux_sym_check_host_ip_token1] = ACTIONS(1539), + [aux_sym_ciphers_token1] = ACTIONS(1539), + [aux_sym_cipher_token1] = ACTIONS(1541), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1539), + [aux_sym_compression_token1] = ACTIONS(1539), + [aux_sym_connection_attempts_token1] = ACTIONS(1539), + [aux_sym_connect_timeout_token1] = ACTIONS(1539), + [aux_sym_control_master_token1] = ACTIONS(1539), + [aux_sym_control_path_token1] = ACTIONS(1539), + [aux_sym_control_persist_token1] = ACTIONS(1539), + [aux_sym_dynamic_forward_token1] = ACTIONS(1539), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1539), + [aux_sym_escape_char_token1] = ACTIONS(1539), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1539), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1539), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1539), + [aux_sym_forward_agent_token1] = ACTIONS(1539), + [aux_sym_forward_x11_token1] = ACTIONS(1541), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1539), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1539), + [aux_sym_gateway_ports_token1] = ACTIONS(1539), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1539), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1539), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1539), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1539), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1539), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1539), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1539), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1539), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1539), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1539), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1539), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1539), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1539), + [aux_sym_host_key_alias_token1] = ACTIONS(1539), + [aux_sym_hostname_token1] = ACTIONS(1539), + [aux_sym_identities_only_token1] = ACTIONS(1539), + [aux_sym_identity_agent_token1] = ACTIONS(1539), + [aux_sym_identity_file_token1] = ACTIONS(1539), + [aux_sym_ignore_unknown_token1] = ACTIONS(1539), + [aux_sym_include_token1] = ACTIONS(1539), + [aux_sym_ip_qos_token1] = ACTIONS(1539), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1539), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1539), + [aux_sym_kex_algorithms_token1] = ACTIONS(1539), + [aux_sym_known_hosts_command_token1] = ACTIONS(1539), + [aux_sym_local_command_token1] = ACTIONS(1539), + [aux_sym_local_forward_token1] = ACTIONS(1539), + [aux_sym_log_level_token1] = ACTIONS(1539), + [aux_sym_log_verbose_token1] = ACTIONS(1539), + [aux_sym_macs_token1] = ACTIONS(1539), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1539), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1539), + [aux_sym_password_authentication_token1] = ACTIONS(1539), + [aux_sym_permit_local_command_token1] = ACTIONS(1539), + [aux_sym_permit_remote_open_token1] = ACTIONS(1539), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1539), + [aux_sym_port_token1] = ACTIONS(1539), + [aux_sym_preferred_authentications_token1] = ACTIONS(1539), + [aux_sym_protocol_token1] = ACTIONS(1539), + [aux_sym_proxy_command_token1] = ACTIONS(1539), + [aux_sym_proxy_jump_token1] = ACTIONS(1539), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1539), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1539), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1539), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1539), + [aux_sym_rekey_limit_token1] = ACTIONS(1539), + [aux_sym_remote_command_token1] = ACTIONS(1539), + [aux_sym_remote_forward_token1] = ACTIONS(1539), + [aux_sym_request_tty_token1] = ACTIONS(1539), + [aux_sym_required_rsa_size_token1] = ACTIONS(1539), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1539), + [aux_sym_security_key_provider_token1] = ACTIONS(1539), + [aux_sym_send_env_token1] = ACTIONS(1539), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1539), + [aux_sym_server_alive_interval_token1] = ACTIONS(1539), + [aux_sym_session_type_token1] = ACTIONS(1539), + [aux_sym_set_env_token1] = ACTIONS(1539), + [aux_sym_stdin_null_token1] = ACTIONS(1539), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1539), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1539), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1539), + [aux_sym_syslog_facility_token1] = ACTIONS(1539), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1539), + [aux_sym_keep_alive_token1] = ACTIONS(1539), + [aux_sym_tunnel_token1] = ACTIONS(1541), + [aux_sym_tunnel_device_token1] = ACTIONS(1539), + [aux_sym_update_host_keys_token1] = ACTIONS(1539), + [aux_sym_use_keychain_token1] = ACTIONS(1539), + [aux_sym_use_roaming_token1] = ACTIONS(1539), + [aux_sym_user_token1] = ACTIONS(1541), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1539), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1539), + [aux_sym_visual_host_key_token1] = ACTIONS(1539), + [aux_sym_xauth_location_token1] = ACTIONS(1539), + }, + [771] = { + [ts_builtin_sym_end] = ACTIONS(1677), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1679), + [aux_sym_match_token1] = ACTIONS(1677), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1677), + [aux_sym_address_family_token1] = ACTIONS(1677), + [aux_sym_batch_mode_token1] = ACTIONS(1677), + [aux_sym_bind_address_token1] = ACTIONS(1677), + [aux_sym_bind_interface_token1] = ACTIONS(1677), + [aux_sym_canonical_domains_token1] = ACTIONS(1677), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1677), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1677), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1677), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1677), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1677), + [aux_sym_certificate_file_token1] = ACTIONS(1677), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1677), + [aux_sym_check_host_ip_token1] = ACTIONS(1677), + [aux_sym_ciphers_token1] = ACTIONS(1677), + [aux_sym_cipher_token1] = ACTIONS(1679), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1677), + [aux_sym_compression_token1] = ACTIONS(1677), + [aux_sym_connection_attempts_token1] = ACTIONS(1677), + [aux_sym_connect_timeout_token1] = ACTIONS(1677), + [aux_sym_control_master_token1] = ACTIONS(1677), + [aux_sym_control_path_token1] = ACTIONS(1677), + [aux_sym_control_persist_token1] = ACTIONS(1677), + [aux_sym_dynamic_forward_token1] = ACTIONS(1677), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1677), + [aux_sym_escape_char_token1] = ACTIONS(1677), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1677), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1677), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1677), + [aux_sym_forward_agent_token1] = ACTIONS(1677), + [aux_sym_forward_x11_token1] = ACTIONS(1679), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1677), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1677), + [aux_sym_gateway_ports_token1] = ACTIONS(1677), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1677), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1677), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1677), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1677), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1677), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1677), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1677), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1677), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1677), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1677), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1677), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1677), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1677), + [aux_sym_host_key_alias_token1] = ACTIONS(1677), + [aux_sym_hostname_token1] = ACTIONS(1677), + [aux_sym_identities_only_token1] = ACTIONS(1677), + [aux_sym_identity_agent_token1] = ACTIONS(1677), + [aux_sym_identity_file_token1] = ACTIONS(1677), + [aux_sym_ignore_unknown_token1] = ACTIONS(1677), + [aux_sym_include_token1] = ACTIONS(1677), + [aux_sym_ip_qos_token1] = ACTIONS(1677), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1677), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1677), + [aux_sym_kex_algorithms_token1] = ACTIONS(1677), + [aux_sym_known_hosts_command_token1] = ACTIONS(1677), + [aux_sym_local_command_token1] = ACTIONS(1677), + [aux_sym_local_forward_token1] = ACTIONS(1677), + [aux_sym_log_level_token1] = ACTIONS(1677), + [aux_sym_log_verbose_token1] = ACTIONS(1677), + [aux_sym_macs_token1] = ACTIONS(1677), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1677), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1677), + [aux_sym_password_authentication_token1] = ACTIONS(1677), + [aux_sym_permit_local_command_token1] = ACTIONS(1677), + [aux_sym_permit_remote_open_token1] = ACTIONS(1677), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1677), + [aux_sym_port_token1] = ACTIONS(1677), + [aux_sym_preferred_authentications_token1] = ACTIONS(1677), + [aux_sym_protocol_token1] = ACTIONS(1677), + [aux_sym_proxy_command_token1] = ACTIONS(1677), + [aux_sym_proxy_jump_token1] = ACTIONS(1677), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1677), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1677), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1677), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1677), + [aux_sym_rekey_limit_token1] = ACTIONS(1677), + [aux_sym_remote_command_token1] = ACTIONS(1677), + [aux_sym_remote_forward_token1] = ACTIONS(1677), + [aux_sym_request_tty_token1] = ACTIONS(1677), + [aux_sym_required_rsa_size_token1] = ACTIONS(1677), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1677), + [aux_sym_security_key_provider_token1] = ACTIONS(1677), + [aux_sym_send_env_token1] = ACTIONS(1677), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1677), + [aux_sym_server_alive_interval_token1] = ACTIONS(1677), + [aux_sym_session_type_token1] = ACTIONS(1677), + [aux_sym_set_env_token1] = ACTIONS(1677), + [aux_sym_stdin_null_token1] = ACTIONS(1677), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1677), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1677), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1677), + [aux_sym_syslog_facility_token1] = ACTIONS(1677), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1677), + [aux_sym_keep_alive_token1] = ACTIONS(1677), + [aux_sym_tunnel_token1] = ACTIONS(1679), + [aux_sym_tunnel_device_token1] = ACTIONS(1677), + [aux_sym_update_host_keys_token1] = ACTIONS(1677), + [aux_sym_use_keychain_token1] = ACTIONS(1677), + [aux_sym_use_roaming_token1] = ACTIONS(1677), + [aux_sym_user_token1] = ACTIONS(1679), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1677), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1677), + [aux_sym_visual_host_key_token1] = ACTIONS(1677), + [aux_sym_xauth_location_token1] = ACTIONS(1677), + }, + [772] = { + [ts_builtin_sym_end] = ACTIONS(1545), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1547), + [aux_sym_match_token1] = ACTIONS(1545), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1545), + [aux_sym_address_family_token1] = ACTIONS(1545), + [aux_sym_batch_mode_token1] = ACTIONS(1545), + [aux_sym_bind_address_token1] = ACTIONS(1545), + [aux_sym_bind_interface_token1] = ACTIONS(1545), + [aux_sym_canonical_domains_token1] = ACTIONS(1545), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1545), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1545), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1545), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1545), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1545), + [aux_sym_certificate_file_token1] = ACTIONS(1545), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1545), + [aux_sym_check_host_ip_token1] = ACTIONS(1545), + [aux_sym_ciphers_token1] = ACTIONS(1545), + [aux_sym_cipher_token1] = ACTIONS(1547), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1545), + [aux_sym_compression_token1] = ACTIONS(1545), + [aux_sym_connection_attempts_token1] = ACTIONS(1545), + [aux_sym_connect_timeout_token1] = ACTIONS(1545), + [aux_sym_control_master_token1] = ACTIONS(1545), + [aux_sym_control_path_token1] = ACTIONS(1545), + [aux_sym_control_persist_token1] = ACTIONS(1545), + [aux_sym_dynamic_forward_token1] = ACTIONS(1545), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1545), + [aux_sym_escape_char_token1] = ACTIONS(1545), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1545), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1545), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1545), + [aux_sym_forward_agent_token1] = ACTIONS(1545), + [aux_sym_forward_x11_token1] = ACTIONS(1547), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1545), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1545), + [aux_sym_gateway_ports_token1] = ACTIONS(1545), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1545), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1545), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1545), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1545), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1545), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1545), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1545), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1545), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1545), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1545), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1545), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1545), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1545), + [aux_sym_host_key_alias_token1] = ACTIONS(1545), + [aux_sym_hostname_token1] = ACTIONS(1545), + [aux_sym_identities_only_token1] = ACTIONS(1545), + [aux_sym_identity_agent_token1] = ACTIONS(1545), + [aux_sym_identity_file_token1] = ACTIONS(1545), + [aux_sym_ignore_unknown_token1] = ACTIONS(1545), + [aux_sym_include_token1] = ACTIONS(1545), + [aux_sym_ip_qos_token1] = ACTIONS(1545), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1545), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1545), + [aux_sym_kex_algorithms_token1] = ACTIONS(1545), + [aux_sym_known_hosts_command_token1] = ACTIONS(1545), + [aux_sym_local_command_token1] = ACTIONS(1545), + [aux_sym_local_forward_token1] = ACTIONS(1545), + [aux_sym_log_level_token1] = ACTIONS(1545), + [aux_sym_log_verbose_token1] = ACTIONS(1545), + [aux_sym_macs_token1] = ACTIONS(1545), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1545), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1545), + [aux_sym_password_authentication_token1] = ACTIONS(1545), + [aux_sym_permit_local_command_token1] = ACTIONS(1545), + [aux_sym_permit_remote_open_token1] = ACTIONS(1545), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1545), + [aux_sym_port_token1] = ACTIONS(1545), + [aux_sym_preferred_authentications_token1] = ACTIONS(1545), + [aux_sym_protocol_token1] = ACTIONS(1545), + [aux_sym_proxy_command_token1] = ACTIONS(1545), + [aux_sym_proxy_jump_token1] = ACTIONS(1545), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1545), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1545), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1545), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1545), + [aux_sym_rekey_limit_token1] = ACTIONS(1545), + [aux_sym_remote_command_token1] = ACTIONS(1545), + [aux_sym_remote_forward_token1] = ACTIONS(1545), + [aux_sym_request_tty_token1] = ACTIONS(1545), + [aux_sym_required_rsa_size_token1] = ACTIONS(1545), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1545), + [aux_sym_security_key_provider_token1] = ACTIONS(1545), + [aux_sym_send_env_token1] = ACTIONS(1545), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1545), + [aux_sym_server_alive_interval_token1] = ACTIONS(1545), + [aux_sym_session_type_token1] = ACTIONS(1545), + [aux_sym_set_env_token1] = ACTIONS(1545), + [aux_sym_stdin_null_token1] = ACTIONS(1545), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1545), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1545), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1545), + [aux_sym_syslog_facility_token1] = ACTIONS(1545), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1545), + [aux_sym_keep_alive_token1] = ACTIONS(1545), + [aux_sym_tunnel_token1] = ACTIONS(1547), + [aux_sym_tunnel_device_token1] = ACTIONS(1545), + [aux_sym_update_host_keys_token1] = ACTIONS(1545), + [aux_sym_use_keychain_token1] = ACTIONS(1545), + [aux_sym_use_roaming_token1] = ACTIONS(1545), + [aux_sym_user_token1] = ACTIONS(1547), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1545), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1545), + [aux_sym_visual_host_key_token1] = ACTIONS(1545), + [aux_sym_xauth_location_token1] = ACTIONS(1545), + }, + [773] = { + [ts_builtin_sym_end] = ACTIONS(1581), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1583), + [aux_sym_match_token1] = ACTIONS(1581), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1581), + [aux_sym_address_family_token1] = ACTIONS(1581), + [aux_sym_batch_mode_token1] = ACTIONS(1581), + [aux_sym_bind_address_token1] = ACTIONS(1581), + [aux_sym_bind_interface_token1] = ACTIONS(1581), + [aux_sym_canonical_domains_token1] = ACTIONS(1581), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1581), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1581), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1581), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1581), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1581), + [aux_sym_certificate_file_token1] = ACTIONS(1581), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1581), + [aux_sym_check_host_ip_token1] = ACTIONS(1581), + [aux_sym_ciphers_token1] = ACTIONS(1581), + [aux_sym_cipher_token1] = ACTIONS(1583), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1581), + [aux_sym_compression_token1] = ACTIONS(1581), + [aux_sym_connection_attempts_token1] = ACTIONS(1581), + [aux_sym_connect_timeout_token1] = ACTIONS(1581), + [aux_sym_control_master_token1] = ACTIONS(1581), + [aux_sym_control_path_token1] = ACTIONS(1581), + [aux_sym_control_persist_token1] = ACTIONS(1581), + [aux_sym_dynamic_forward_token1] = ACTIONS(1581), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1581), + [aux_sym_escape_char_token1] = ACTIONS(1581), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1581), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1581), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1581), + [aux_sym_forward_agent_token1] = ACTIONS(1581), + [aux_sym_forward_x11_token1] = ACTIONS(1583), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1581), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1581), + [aux_sym_gateway_ports_token1] = ACTIONS(1581), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1581), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1581), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1581), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1581), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1581), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1581), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1581), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1581), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1581), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1581), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1581), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1581), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1581), + [aux_sym_host_key_alias_token1] = ACTIONS(1581), + [aux_sym_hostname_token1] = ACTIONS(1581), + [aux_sym_identities_only_token1] = ACTIONS(1581), + [aux_sym_identity_agent_token1] = ACTIONS(1581), + [aux_sym_identity_file_token1] = ACTIONS(1581), + [aux_sym_ignore_unknown_token1] = ACTIONS(1581), + [aux_sym_include_token1] = ACTIONS(1581), + [aux_sym_ip_qos_token1] = ACTIONS(1581), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1581), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1581), + [aux_sym_kex_algorithms_token1] = ACTIONS(1581), + [aux_sym_known_hosts_command_token1] = ACTIONS(1581), + [aux_sym_local_command_token1] = ACTIONS(1581), + [aux_sym_local_forward_token1] = ACTIONS(1581), + [aux_sym_log_level_token1] = ACTIONS(1581), + [aux_sym_log_verbose_token1] = ACTIONS(1581), + [aux_sym_macs_token1] = ACTIONS(1581), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1581), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1581), + [aux_sym_password_authentication_token1] = ACTIONS(1581), + [aux_sym_permit_local_command_token1] = ACTIONS(1581), + [aux_sym_permit_remote_open_token1] = ACTIONS(1581), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1581), + [aux_sym_port_token1] = ACTIONS(1581), + [aux_sym_preferred_authentications_token1] = ACTIONS(1581), + [aux_sym_protocol_token1] = ACTIONS(1581), + [aux_sym_proxy_command_token1] = ACTIONS(1581), + [aux_sym_proxy_jump_token1] = ACTIONS(1581), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1581), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1581), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1581), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1581), + [aux_sym_rekey_limit_token1] = ACTIONS(1581), + [aux_sym_remote_command_token1] = ACTIONS(1581), + [aux_sym_remote_forward_token1] = ACTIONS(1581), + [aux_sym_request_tty_token1] = ACTIONS(1581), + [aux_sym_required_rsa_size_token1] = ACTIONS(1581), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1581), + [aux_sym_security_key_provider_token1] = ACTIONS(1581), + [aux_sym_send_env_token1] = ACTIONS(1581), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1581), + [aux_sym_server_alive_interval_token1] = ACTIONS(1581), + [aux_sym_session_type_token1] = ACTIONS(1581), + [aux_sym_set_env_token1] = ACTIONS(1581), + [aux_sym_stdin_null_token1] = ACTIONS(1581), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1581), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1581), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1581), + [aux_sym_syslog_facility_token1] = ACTIONS(1581), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1581), + [aux_sym_keep_alive_token1] = ACTIONS(1581), + [aux_sym_tunnel_token1] = ACTIONS(1583), + [aux_sym_tunnel_device_token1] = ACTIONS(1581), + [aux_sym_update_host_keys_token1] = ACTIONS(1581), + [aux_sym_use_keychain_token1] = ACTIONS(1581), + [aux_sym_use_roaming_token1] = ACTIONS(1581), + [aux_sym_user_token1] = ACTIONS(1583), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1581), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1581), + [aux_sym_visual_host_key_token1] = ACTIONS(1581), + [aux_sym_xauth_location_token1] = ACTIONS(1581), + }, + [774] = { + [ts_builtin_sym_end] = ACTIONS(1671), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1673), + [aux_sym_match_token1] = ACTIONS(1671), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1671), + [aux_sym_address_family_token1] = ACTIONS(1671), + [aux_sym_batch_mode_token1] = ACTIONS(1671), + [aux_sym_bind_address_token1] = ACTIONS(1671), + [aux_sym_bind_interface_token1] = ACTIONS(1671), + [aux_sym_canonical_domains_token1] = ACTIONS(1671), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1671), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1671), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1671), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1671), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1671), + [aux_sym_certificate_file_token1] = ACTIONS(1671), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1671), + [aux_sym_check_host_ip_token1] = ACTIONS(1671), + [aux_sym_ciphers_token1] = ACTIONS(1671), + [aux_sym_cipher_token1] = ACTIONS(1673), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1671), + [aux_sym_compression_token1] = ACTIONS(1671), + [aux_sym_connection_attempts_token1] = ACTIONS(1671), + [aux_sym_connect_timeout_token1] = ACTIONS(1671), + [aux_sym_control_master_token1] = ACTIONS(1671), + [aux_sym_control_path_token1] = ACTIONS(1671), + [aux_sym_control_persist_token1] = ACTIONS(1671), + [aux_sym_dynamic_forward_token1] = ACTIONS(1671), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1671), + [aux_sym_escape_char_token1] = ACTIONS(1671), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1671), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1671), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1671), + [aux_sym_forward_agent_token1] = ACTIONS(1671), + [aux_sym_forward_x11_token1] = ACTIONS(1673), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1671), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1671), + [aux_sym_gateway_ports_token1] = ACTIONS(1671), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1671), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1671), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1671), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1671), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1671), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1671), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1671), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1671), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1671), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1671), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1671), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1671), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1671), + [aux_sym_host_key_alias_token1] = ACTIONS(1671), + [aux_sym_hostname_token1] = ACTIONS(1671), + [aux_sym_identities_only_token1] = ACTIONS(1671), + [aux_sym_identity_agent_token1] = ACTIONS(1671), + [aux_sym_identity_file_token1] = ACTIONS(1671), + [aux_sym_ignore_unknown_token1] = ACTIONS(1671), + [aux_sym_include_token1] = ACTIONS(1671), + [aux_sym_ip_qos_token1] = ACTIONS(1671), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1671), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1671), + [aux_sym_kex_algorithms_token1] = ACTIONS(1671), + [aux_sym_known_hosts_command_token1] = ACTIONS(1671), + [aux_sym_local_command_token1] = ACTIONS(1671), + [aux_sym_local_forward_token1] = ACTIONS(1671), + [aux_sym_log_level_token1] = ACTIONS(1671), + [aux_sym_log_verbose_token1] = ACTIONS(1671), + [aux_sym_macs_token1] = ACTIONS(1671), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1671), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1671), + [aux_sym_password_authentication_token1] = ACTIONS(1671), + [aux_sym_permit_local_command_token1] = ACTIONS(1671), + [aux_sym_permit_remote_open_token1] = ACTIONS(1671), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1671), + [aux_sym_port_token1] = ACTIONS(1671), + [aux_sym_preferred_authentications_token1] = ACTIONS(1671), + [aux_sym_protocol_token1] = ACTIONS(1671), + [aux_sym_proxy_command_token1] = ACTIONS(1671), + [aux_sym_proxy_jump_token1] = ACTIONS(1671), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1671), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1671), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1671), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1671), + [aux_sym_rekey_limit_token1] = ACTIONS(1671), + [aux_sym_remote_command_token1] = ACTIONS(1671), + [aux_sym_remote_forward_token1] = ACTIONS(1671), + [aux_sym_request_tty_token1] = ACTIONS(1671), + [aux_sym_required_rsa_size_token1] = ACTIONS(1671), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1671), + [aux_sym_security_key_provider_token1] = ACTIONS(1671), + [aux_sym_send_env_token1] = ACTIONS(1671), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1671), + [aux_sym_server_alive_interval_token1] = ACTIONS(1671), + [aux_sym_session_type_token1] = ACTIONS(1671), + [aux_sym_set_env_token1] = ACTIONS(1671), + [aux_sym_stdin_null_token1] = ACTIONS(1671), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1671), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1671), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1671), + [aux_sym_syslog_facility_token1] = ACTIONS(1671), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1671), + [aux_sym_keep_alive_token1] = ACTIONS(1671), + [aux_sym_tunnel_token1] = ACTIONS(1673), + [aux_sym_tunnel_device_token1] = ACTIONS(1671), + [aux_sym_update_host_keys_token1] = ACTIONS(1671), + [aux_sym_use_keychain_token1] = ACTIONS(1671), + [aux_sym_use_roaming_token1] = ACTIONS(1671), + [aux_sym_user_token1] = ACTIONS(1673), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1671), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1671), + [aux_sym_visual_host_key_token1] = ACTIONS(1671), + [aux_sym_xauth_location_token1] = ACTIONS(1671), + }, + [775] = { + [ts_builtin_sym_end] = ACTIONS(1551), + [sym_comment] = ACTIONS(3), + [aux_sym_host_token1] = ACTIONS(1553), + [aux_sym_match_token1] = ACTIONS(1551), + [aux_sym_add_keys_to_agent_token1] = ACTIONS(1551), + [aux_sym_address_family_token1] = ACTIONS(1551), + [aux_sym_batch_mode_token1] = ACTIONS(1551), + [aux_sym_bind_address_token1] = ACTIONS(1551), + [aux_sym_bind_interface_token1] = ACTIONS(1551), + [aux_sym_canonical_domains_token1] = ACTIONS(1551), + [aux_sym_canonicalize_fallback_local_token1] = ACTIONS(1551), + [aux_sym_canonicalize_hostname_token1] = ACTIONS(1551), + [aux_sym_canonicalize_max_dots_token1] = ACTIONS(1551), + [aux_sym_canonicalize_permitted_cnames_token1] = ACTIONS(1551), + [aux_sym_ca_signature_algorithms_token1] = ACTIONS(1551), + [aux_sym_certificate_file_token1] = ACTIONS(1551), + [aux_sym_challenge_response_authentication_token1] = ACTIONS(1551), + [aux_sym_check_host_ip_token1] = ACTIONS(1551), + [aux_sym_ciphers_token1] = ACTIONS(1551), + [aux_sym_cipher_token1] = ACTIONS(1553), + [aux_sym_clear_all_forwardings_token1] = ACTIONS(1551), + [aux_sym_compression_token1] = ACTIONS(1551), + [aux_sym_connection_attempts_token1] = ACTIONS(1551), + [aux_sym_connect_timeout_token1] = ACTIONS(1551), + [aux_sym_control_master_token1] = ACTIONS(1551), + [aux_sym_control_path_token1] = ACTIONS(1551), + [aux_sym_control_persist_token1] = ACTIONS(1551), + [aux_sym_dynamic_forward_token1] = ACTIONS(1551), + [aux_sym_enable_ssh_keysign_token1] = ACTIONS(1551), + [aux_sym_escape_char_token1] = ACTIONS(1551), + [aux_sym_exit_on_forward_failure_token1] = ACTIONS(1551), + [aux_sym_fingerprint_hash_token1] = ACTIONS(1551), + [aux_sym_fork_after_authentication_token1] = ACTIONS(1551), + [aux_sym_forward_agent_token1] = ACTIONS(1551), + [aux_sym_forward_x11_token1] = ACTIONS(1553), + [aux_sym_forward_x11_timeout_token1] = ACTIONS(1551), + [aux_sym_forward_x11_trusted_token1] = ACTIONS(1551), + [aux_sym_gateway_ports_token1] = ACTIONS(1551), + [aux_sym_global_known_hosts_file_token1] = ACTIONS(1551), + [aux_sym_gssapi_authentication_token1] = ACTIONS(1551), + [aux_sym_gssapi_client_identity_token1] = ACTIONS(1551), + [aux_sym_gssapi_delegate_credentials_token1] = ACTIONS(1551), + [aux_sym_gssapi_key_exchange_token1] = ACTIONS(1551), + [aux_sym_gssapi_renewal_forces_rekey_token1] = ACTIONS(1551), + [aux_sym_gssapi_server_identity_token1] = ACTIONS(1551), + [aux_sym_gssapi_trust_dns_token1] = ACTIONS(1551), + [aux_sym_gssapi_kex_algorithms_token1] = ACTIONS(1551), + [aux_sym_hash_known_hosts_token1] = ACTIONS(1551), + [aux_sym_hostbased_accepted_algorithms_token1] = ACTIONS(1551), + [aux_sym_hostbased_authentication_token1] = ACTIONS(1551), + [aux_sym_host_key_algorithms_token1] = ACTIONS(1551), + [aux_sym_host_key_alias_token1] = ACTIONS(1551), + [aux_sym_hostname_token1] = ACTIONS(1551), + [aux_sym_identities_only_token1] = ACTIONS(1551), + [aux_sym_identity_agent_token1] = ACTIONS(1551), + [aux_sym_identity_file_token1] = ACTIONS(1551), + [aux_sym_ignore_unknown_token1] = ACTIONS(1551), + [aux_sym_include_token1] = ACTIONS(1551), + [aux_sym_ip_qos_token1] = ACTIONS(1551), + [aux_sym_kbd_interactive_authentication_token1] = ACTIONS(1551), + [aux_sym_kbd_interactive_devices_token1] = ACTIONS(1551), + [aux_sym_kex_algorithms_token1] = ACTIONS(1551), + [aux_sym_known_hosts_command_token1] = ACTIONS(1551), + [aux_sym_local_command_token1] = ACTIONS(1551), + [aux_sym_local_forward_token1] = ACTIONS(1551), + [aux_sym_log_level_token1] = ACTIONS(1551), + [aux_sym_log_verbose_token1] = ACTIONS(1551), + [aux_sym_macs_token1] = ACTIONS(1551), + [aux_sym_no_host_authentication_for_localhost_token1] = ACTIONS(1551), + [aux_sym_number_of_password_prompts_token1] = ACTIONS(1551), + [aux_sym_password_authentication_token1] = ACTIONS(1551), + [aux_sym_permit_local_command_token1] = ACTIONS(1551), + [aux_sym_permit_remote_open_token1] = ACTIONS(1551), + [aux_sym_pkcs11_provider_token1] = ACTIONS(1551), + [aux_sym_port_token1] = ACTIONS(1551), + [aux_sym_preferred_authentications_token1] = ACTIONS(1551), + [aux_sym_protocol_token1] = ACTIONS(1551), + [aux_sym_proxy_command_token1] = ACTIONS(1551), + [aux_sym_proxy_jump_token1] = ACTIONS(1551), + [aux_sym_proxy_use_fdpass_token1] = ACTIONS(1551), + [aux_sym_pubkey_accepted_algorithms_token1] = ACTIONS(1551), + [aux_sym_pubkey_accepted_key_types_token1] = ACTIONS(1551), + [aux_sym_pubkey_authentication_token1] = ACTIONS(1551), + [aux_sym_rekey_limit_token1] = ACTIONS(1551), + [aux_sym_remote_command_token1] = ACTIONS(1551), + [aux_sym_remote_forward_token1] = ACTIONS(1551), + [aux_sym_request_tty_token1] = ACTIONS(1551), + [aux_sym_required_rsa_size_token1] = ACTIONS(1551), + [aux_sym_revoked_host_keys_token1] = ACTIONS(1551), + [aux_sym_security_key_provider_token1] = ACTIONS(1551), + [aux_sym_send_env_token1] = ACTIONS(1551), + [aux_sym_server_alive_count_max_token1] = ACTIONS(1551), + [aux_sym_server_alive_interval_token1] = ACTIONS(1551), + [aux_sym_session_type_token1] = ACTIONS(1551), + [aux_sym_set_env_token1] = ACTIONS(1551), + [aux_sym_stdin_null_token1] = ACTIONS(1551), + [aux_sym_stream_local_bind_mask_token1] = ACTIONS(1551), + [aux_sym_stream_local_bind_unlink_token1] = ACTIONS(1551), + [aux_sym_strict_host_key_checking_token1] = ACTIONS(1551), + [aux_sym_syslog_facility_token1] = ACTIONS(1551), + [aux_sym_tcp_keep_alive_token1] = ACTIONS(1551), + [aux_sym_keep_alive_token1] = ACTIONS(1551), + [aux_sym_tunnel_token1] = ACTIONS(1553), + [aux_sym_tunnel_device_token1] = ACTIONS(1551), + [aux_sym_update_host_keys_token1] = ACTIONS(1551), + [aux_sym_use_keychain_token1] = ACTIONS(1551), + [aux_sym_use_roaming_token1] = ACTIONS(1551), + [aux_sym_user_token1] = ACTIONS(1553), + [aux_sym_user_known_hosts_file_token1] = ACTIONS(1551), + [aux_sym_verify_host_key_dns_token1] = ACTIONS(1551), + [aux_sym_visual_host_key_token1] = ACTIONS(1551), + [aux_sym_xauth_location_token1] = ACTIONS(1551), }, }; @@ -100427,13 +102101,13 @@ static const uint16_t ts_small_parse_table[] = { [0] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3400), 1, + ACTIONS(3431), 1, anon_sym_EQ, - ACTIONS(3402), 1, + ACTIONS(3433), 1, anon_sym_DQUOTE, - STATE(434), 1, + STATE(440), 1, sym_ip_qos_value, - ACTIONS(3398), 27, + ACTIONS(3429), 27, sym_number, anon_sym_none, anon_sym_af11, @@ -100464,11 +102138,11 @@ static const uint16_t ts_small_parse_table[] = { [42] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3404), 1, + ACTIONS(3435), 1, anon_sym_DQUOTE, - STATE(166), 1, + STATE(168), 1, sym_ip_qos_value, - ACTIONS(3398), 27, + ACTIONS(3429), 27, sym_number, anon_sym_none, anon_sym_af11, @@ -100499,9 +102173,9 @@ static const uint16_t ts_small_parse_table[] = { [81] = 3, ACTIONS(3), 1, sym_comment, - STATE(166), 1, + STATE(58), 1, sym_ip_qos_value, - ACTIONS(3398), 27, + ACTIONS(3429), 27, sym_number, anon_sym_none, anon_sym_af11, @@ -100532,9 +102206,9 @@ static const uint16_t ts_small_parse_table[] = { [117] = 3, ACTIONS(3), 1, sym_comment, - STATE(57), 1, + STATE(168), 1, sym_ip_qos_value, - ACTIONS(3398), 27, + ACTIONS(3429), 27, sym_number, anon_sym_none, anon_sym_af11, @@ -100565,13 +102239,13 @@ static const uint16_t ts_small_parse_table[] = { [153] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3406), 1, + ACTIONS(3437), 1, anon_sym_EQ, - ACTIONS(3408), 1, + ACTIONS(3439), 1, anon_sym_DQUOTE, - STATE(274), 1, + STATE(276), 1, sym_syslog_facility_value, - ACTIONS(3410), 11, + ACTIONS(3441), 11, anon_sym_DAEMON, anon_sym_USER, anon_sym_AUTH, @@ -100586,11 +102260,11 @@ static const uint16_t ts_small_parse_table[] = { [179] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3412), 1, + ACTIONS(3443), 1, anon_sym_DQUOTE, - STATE(126), 1, + STATE(127), 1, sym_syslog_facility_value, - ACTIONS(3410), 11, + ACTIONS(3441), 11, anon_sym_DAEMON, anon_sym_USER, anon_sym_AUTH, @@ -100607,7 +102281,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(17), 1, sym_syslog_facility_value, - ACTIONS(3410), 11, + ACTIONS(3441), 11, anon_sym_DAEMON, anon_sym_USER, anon_sym_AUTH, @@ -100622,9 +102296,9 @@ static const uint16_t ts_small_parse_table[] = { [222] = 3, ACTIONS(3), 1, sym_comment, - STATE(126), 1, + STATE(127), 1, sym_syslog_facility_value, - ACTIONS(3410), 11, + ACTIONS(3441), 11, anon_sym_DAEMON, anon_sym_USER, anon_sym_AUTH, @@ -100639,15 +102313,15 @@ static const uint16_t ts_small_parse_table[] = { [242] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3414), 1, + ACTIONS(3445), 1, anon_sym_EQ, - ACTIONS(3416), 1, + ACTIONS(3447), 1, anon_sym_DQUOTE, - ACTIONS(3420), 1, + ACTIONS(3451), 1, aux_sym_log_level_value_token6, - STATE(405), 1, + STATE(412), 1, sym_log_level_value, - ACTIONS(3418), 8, + ACTIONS(3449), 8, aux_sym_log_level_value_token1, aux_sym_log_level_value_token2, aux_sym_log_level_value_token3, @@ -100659,13 +102333,13 @@ static const uint16_t ts_small_parse_table[] = { [268] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3420), 1, + ACTIONS(3451), 1, aux_sym_log_level_value_token6, - ACTIONS(3422), 1, + ACTIONS(3453), 1, anon_sym_DQUOTE, - STATE(159), 1, + STATE(161), 1, sym_log_level_value, - ACTIONS(3418), 8, + ACTIONS(3449), 8, aux_sym_log_level_value_token1, aux_sym_log_level_value_token2, aux_sym_log_level_value_token3, @@ -100677,27 +102351,11 @@ static const uint16_t ts_small_parse_table[] = { [291] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3420), 1, - aux_sym_log_level_value_token6, - STATE(50), 1, - sym_log_level_value, - ACTIONS(3418), 8, - aux_sym_log_level_value_token1, - aux_sym_log_level_value_token2, - aux_sym_log_level_value_token3, - aux_sym_log_level_value_token4, - aux_sym_log_level_value_token5, - aux_sym_log_level_value_token7, - aux_sym_log_level_value_token8, - aux_sym_log_level_value_token9, - [311] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3420), 1, + ACTIONS(3451), 1, aux_sym_log_level_value_token6, - STATE(159), 1, + STATE(51), 1, sym_log_level_value, - ACTIONS(3418), 8, + ACTIONS(3449), 8, aux_sym_log_level_value_token1, aux_sym_log_level_value_token2, aux_sym_log_level_value_token3, @@ -100706,34 +102364,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_log_level_value_token7, aux_sym_log_level_value_token8, aux_sym_log_level_value_token9, - [331] = 6, + [311] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3426), 1, + ACTIONS(3457), 1, anon_sym_EQ, - ACTIONS(3428), 1, + ACTIONS(3459), 1, anon_sym_DQUOTE, - ACTIONS(3430), 1, + ACTIONS(3461), 1, aux_sym_control_master_value_token2, - STATE(316), 1, + STATE(318), 1, sym_control_master_value, - ACTIONS(3424), 6, + ACTIONS(3455), 6, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, aux_sym_control_master_value_token1, aux_sym_control_master_value_token3, - [355] = 5, + [335] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3434), 1, + ACTIONS(3465), 1, anon_sym_EQ, - ACTIONS(3436), 1, + ACTIONS(3467), 1, anon_sym_DQUOTE, - STATE(278), 1, + STATE(280), 1, sym_strict_host_key_checking_value, - ACTIONS(3432), 7, + ACTIONS(3463), 7, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -100741,16 +102399,32 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_control_master_value_token1, aux_sym_strict_host_key_checking_value_token1, aux_sym_strict_host_key_checking_value_token2, + [357] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3451), 1, + aux_sym_log_level_value_token6, + STATE(161), 1, + sym_log_level_value, + ACTIONS(3449), 8, + aux_sym_log_level_value_token1, + aux_sym_log_level_value_token2, + aux_sym_log_level_value_token3, + aux_sym_log_level_value_token4, + aux_sym_log_level_value_token5, + aux_sym_log_level_value_token7, + aux_sym_log_level_value_token8, + aux_sym_log_level_value_token9, [377] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3440), 1, + ACTIONS(3471), 1, anon_sym_EQ, - ACTIONS(3442), 1, + ACTIONS(3473), 1, anon_sym_DQUOTE, - STATE(337), 1, + STATE(343), 1, sym_pubkey_authentication_value, - ACTIONS(3438), 6, + ACTIONS(3469), 6, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -100760,60 +102434,62 @@ static const uint16_t ts_small_parse_table[] = { [398] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3446), 1, + ACTIONS(3477), 1, anon_sym_EQ, - ACTIONS(3448), 1, + ACTIONS(3479), 1, anon_sym_DQUOTE, - STATE(322), 1, + STATE(328), 1, sym_request_tty_value, - ACTIONS(3444), 6, + ACTIONS(3475), 6, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, aux_sym_control_master_value_token2, aux_sym_request_tty_value_token1, - [419] = 5, + [419] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3430), 1, - aux_sym_control_master_value_token2, - ACTIONS(3450), 1, + ACTIONS(3483), 1, + sym_time_format, + ACTIONS(3485), 1, + anon_sym_EQ, + ACTIONS(3487), 1, anon_sym_DQUOTE, - STATE(200), 1, - sym_control_master_value, - ACTIONS(3424), 6, + STATE(323), 1, + sym_boolean, + STATE(326), 1, + sym_control_persist_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_control_master_value_token1, - aux_sym_control_master_value_token3, - [440] = 6, + [444] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, + ACTIONS(3491), 1, aux_sym_boolean_token3, - ACTIONS(3456), 1, + ACTIONS(3493), 1, anon_sym_EQ, - ACTIONS(3458), 1, + ACTIONS(3495), 1, anon_sym_DQUOTE, - STATE(264), 1, + STATE(266), 1, sym_canonicalize_hostname_value, - ACTIONS(3452), 5, + ACTIONS(3489), 5, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token4, aux_sym_canonicalize_hostname_value_token1, aux_sym_canonicalize_hostname_value_token2, - [463] = 4, + [467] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3460), 1, + ACTIONS(3497), 1, anon_sym_DQUOTE, - STATE(127), 1, + STATE(128), 1, sym_strict_host_key_checking_value, - ACTIONS(3432), 7, + ACTIONS(3463), 7, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -100821,36 +102497,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_control_master_value_token1, aux_sym_strict_host_key_checking_value_token1, aux_sym_strict_host_key_checking_value_token2, - [482] = 7, + [486] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3464), 1, - sym_time_format, - ACTIONS(3466), 1, - anon_sym_EQ, - ACTIONS(3468), 1, + ACTIONS(3461), 1, + aux_sym_control_master_value_token2, + ACTIONS(3499), 1, anon_sym_DQUOTE, - STATE(321), 1, - sym_boolean, - STATE(324), 1, - sym_control_persist_value, - ACTIONS(3462), 4, + STATE(202), 1, + sym_control_master_value, + ACTIONS(3455), 6, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, + aux_sym_control_master_value_token1, + aux_sym_control_master_value_token3, [507] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3470), 1, + ACTIONS(3501), 1, anon_sym_EQ, - ACTIONS(3472), 1, + ACTIONS(3503), 1, anon_sym_DQUOTE, - STATE(281), 1, - sym_stream_local_bind_unlink_value, - STATE(282), 1, + STATE(377), 1, sym_boolean, - ACTIONS(3462), 4, + STATE(378), 1, + sym_gssapi_authentication_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -100858,15 +102532,15 @@ static const uint16_t ts_small_parse_table[] = { [529] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3474), 1, + ACTIONS(3505), 1, anon_sym_EQ, - ACTIONS(3476), 1, + ACTIONS(3507), 1, anon_sym_DQUOTE, - STATE(283), 1, + STATE(385), 1, sym_boolean, - STATE(284), 1, - sym_challenge_response_authentication_value, - ACTIONS(3462), 4, + STATE(386), 1, + sym_gssapi_delegate_credentials_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -100874,294 +102548,259 @@ static const uint16_t ts_small_parse_table[] = { [551] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3478), 1, + ACTIONS(3509), 1, anon_sym_EQ, - ACTIONS(3480), 1, + ACTIONS(3511), 1, anon_sym_DQUOTE, - STATE(407), 1, + STATE(272), 1, + sym_tcp_keep_alive_value, + STATE(273), 1, sym_boolean, - STATE(408), 1, - sym_hash_known_hosts_value, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [573] = 6, + [573] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3482), 1, - anon_sym_EQ, - ACTIONS(3484), 1, + ACTIONS(3491), 1, + aux_sym_boolean_token3, + ACTIONS(3513), 1, anon_sym_DQUOTE, - STATE(270), 1, - sym_tcp_keep_alive_value, - STATE(271), 1, - sym_boolean, - ACTIONS(3462), 4, + STATE(215), 1, + sym_canonicalize_hostname_value, + ACTIONS(3489), 5, aux_sym_boolean_token1, aux_sym_boolean_token2, - aux_sym_boolean_token3, aux_sym_boolean_token4, - [595] = 6, + aux_sym_canonicalize_hostname_value_token1, + aux_sym_canonicalize_hostname_value_token2, + [593] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3486), 1, + ACTIONS(3515), 1, anon_sym_EQ, - ACTIONS(3488), 1, + ACTIONS(3517), 1, anon_sym_DQUOTE, - STATE(394), 1, - sym_no_host_authentication_for_localhost_value, - STATE(395), 1, + STATE(230), 1, + sym_visual_host_key_value, + STATE(231), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [617] = 5, + [615] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3492), 1, + ACTIONS(3521), 1, anon_sym_EQ, - ACTIONS(3494), 1, + ACTIONS(3523), 1, anon_sym_DQUOTE, - STATE(254), 1, - sym_update_host_keys_value, - ACTIONS(3490), 5, + STATE(235), 1, + sym_verify_host_key_dns_value, + ACTIONS(3519), 5, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, aux_sym_control_master_value_token1, - [637] = 6, + [635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3496), 1, - anon_sym_EQ, - ACTIONS(3498), 1, - anon_sym_DQUOTE, - STATE(339), 1, - sym_boolean, - STATE(340), 1, - sym_exit_on_forward_failure_value, - ACTIONS(3462), 4, + STATE(128), 1, + sym_strict_host_key_checking_value, + ACTIONS(3463), 7, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [659] = 6, + aux_sym_control_master_value_token1, + aux_sym_strict_host_key_checking_value_token1, + aux_sym_strict_host_key_checking_value_token2, + [651] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3500), 1, + ACTIONS(3525), 1, anon_sym_EQ, - ACTIONS(3502), 1, + ACTIONS(3527), 1, anon_sym_DQUOTE, - STATE(250), 1, - sym_use_keychain_value, - STATE(251), 1, + STATE(237), 1, sym_boolean, - ACTIONS(3462), 4, + STATE(238), 1, + sym_add_keys_to_agent_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [681] = 6, + [673] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3504), 1, + ACTIONS(3529), 1, anon_sym_EQ, - ACTIONS(3506), 1, + ACTIONS(3531), 1, anon_sym_DQUOTE, - STATE(246), 1, - sym_use_roaming_value, - STATE(247), 1, + STATE(245), 1, sym_boolean, - ACTIONS(3462), 4, - aux_sym_boolean_token1, - aux_sym_boolean_token2, - aux_sym_boolean_token3, - aux_sym_boolean_token4, - [703] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3510), 1, - anon_sym_EQ, - ACTIONS(3512), 1, - anon_sym_DQUOTE, - STATE(233), 1, - sym_verify_host_key_dns_value, - ACTIONS(3508), 5, + STATE(246), 1, + sym_batch_mode_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_control_master_value_token1, - [723] = 6, + [695] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3514), 1, + ACTIONS(3533), 1, anon_sym_EQ, - ACTIONS(3516), 1, + ACTIONS(3535), 1, anon_sym_DQUOTE, - STATE(228), 1, - sym_visual_host_key_value, - STATE(229), 1, + STATE(248), 1, + sym_use_roaming_value, + STATE(249), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [745] = 6, + [717] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3518), 1, + ACTIONS(3537), 1, anon_sym_EQ, - ACTIONS(3520), 1, + ACTIONS(3539), 1, anon_sym_DQUOTE, - STATE(331), 1, + STATE(252), 1, + sym_use_keychain_value, + STATE(253), 1, sym_boolean, - STATE(332), 1, - sym_enable_ssh_keysign_value, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [767] = 6, + [739] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3522), 1, + ACTIONS(3541), 1, anon_sym_EQ, - ACTIONS(3524), 1, + ACTIONS(3543), 1, anon_sym_DQUOTE, - STATE(391), 1, + STATE(387), 1, + sym_permit_local_command_value, + STATE(388), 1, sym_boolean, - STATE(392), 1, - sym_gssapi_renewal_forces_rekey_value, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [789] = 6, + [761] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3526), 1, + ACTIONS(3545), 1, anon_sym_EQ, - ACTIONS(3528), 1, + ACTIONS(3547), 1, anon_sym_DQUOTE, - STATE(415), 1, + STATE(261), 1, sym_boolean, - STATE(416), 1, - sym_hostbased_authentication_value, - ACTIONS(3462), 4, + STATE(262), 1, + sym_canonicalize_fallback_local_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [811] = 6, + [783] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3530), 1, + ACTIONS(3549), 1, anon_sym_EQ, - ACTIONS(3532), 1, + ACTIONS(3551), 1, anon_sym_DQUOTE, - STATE(385), 1, + STATE(391), 1, sym_password_authentication_value, - STATE(386), 1, + STATE(392), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [833] = 6, + [805] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3534), 1, + ACTIONS(3555), 1, anon_sym_EQ, - ACTIONS(3536), 1, + ACTIONS(3557), 1, anon_sym_DQUOTE, - STATE(303), 1, - sym_boolean, - STATE(304), 1, - sym_compression_value, - ACTIONS(3462), 4, + STATE(256), 1, + sym_update_host_keys_value, + ACTIONS(3553), 5, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [855] = 6, + aux_sym_control_master_value_token1, + [825] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3538), 1, + ACTIONS(3559), 1, anon_sym_EQ, - ACTIONS(3540), 1, + ACTIONS(3561), 1, anon_sym_DQUOTE, - STATE(299), 1, + STATE(268), 1, + sym_keep_alive_value, + STATE(269), 1, sym_boolean, - STATE(300), 1, - sym_clear_all_forwardings_value, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [877] = 6, + [847] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3542), 1, + ACTIONS(3563), 1, anon_sym_EQ, - ACTIONS(3544), 1, + ACTIONS(3565), 1, anon_sym_DQUOTE, - STATE(266), 1, - sym_keep_alive_value, - STATE(267), 1, + STATE(285), 1, sym_boolean, - ACTIONS(3462), 4, + STATE(286), 1, + sym_challenge_response_authentication_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [899] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3454), 1, - aux_sym_boolean_token3, - ACTIONS(3546), 1, - anon_sym_DQUOTE, - STATE(213), 1, - sym_canonicalize_hostname_value, - ACTIONS(3452), 5, - aux_sym_boolean_token1, - aux_sym_boolean_token2, - aux_sym_boolean_token4, - aux_sym_canonicalize_hostname_value_token1, - aux_sym_canonicalize_hostname_value_token2, - [919] = 6, + [869] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3548), 1, + ACTIONS(3567), 1, anon_sym_EQ, - ACTIONS(3550), 1, + ACTIONS(3569), 1, anon_sym_DQUOTE, - STATE(287), 1, + STATE(399), 1, + sym_no_host_authentication_for_localhost_value, + STATE(400), 1, sym_boolean, - STATE(288), 1, - sym_check_host_ip_value, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [941] = 3, + [891] = 3, ACTIONS(3), 1, sym_comment, STATE(18), 1, sym_strict_host_key_checking_value, - ACTIONS(3432), 7, + ACTIONS(3463), 7, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -101169,247 +102808,282 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_control_master_value_token1, aux_sym_strict_host_key_checking_value_token1, aux_sym_strict_host_key_checking_value_token2, - [957] = 6, + [907] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3552), 1, + ACTIONS(3571), 1, anon_sym_EQ, - ACTIONS(3554), 1, + ACTIONS(3573), 1, anon_sym_DQUOTE, - STATE(347), 1, + STATE(289), 1, sym_boolean, - STATE(348), 1, - sym_fork_after_authentication_value, - ACTIONS(3462), 4, + STATE(290), 1, + sym_check_host_ip_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [979] = 6, + [929] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3556), 1, + ACTIONS(3575), 1, anon_sym_EQ, - ACTIONS(3558), 1, + ACTIONS(3577), 1, anon_sym_DQUOTE, - STATE(387), 1, + STATE(301), 1, sym_boolean, - STATE(388), 1, - sym_gssapi_key_exchange_value, - ACTIONS(3462), 4, + STATE(302), 1, + sym_clear_all_forwardings_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1001] = 6, + [951] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3560), 1, + ACTIONS(3579), 1, anon_sym_EQ, - ACTIONS(3562), 1, + ACTIONS(3581), 1, anon_sym_DQUOTE, - STATE(381), 1, - sym_permit_local_command_value, - STATE(382), 1, + STATE(283), 1, + sym_stream_local_bind_unlink_value, + STATE(284), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1023] = 3, + [973] = 6, ACTIONS(3), 1, sym_comment, - STATE(127), 1, - sym_strict_host_key_checking_value, - ACTIONS(3432), 7, + ACTIONS(3583), 1, + anon_sym_EQ, + ACTIONS(3585), 1, + anon_sym_DQUOTE, + STATE(305), 1, + sym_boolean, + STATE(306), 1, + sym_compression_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_control_master_value_token1, - aux_sym_strict_host_key_checking_value_token1, - aux_sym_strict_host_key_checking_value_token2, - [1039] = 6, + [995] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3564), 1, - anon_sym_EQ, - ACTIONS(3566), 1, + ACTIONS(3483), 1, + sym_time_format, + ACTIONS(3587), 1, anon_sym_DQUOTE, - STATE(290), 1, - sym_stdin_null_value, - STATE(291), 1, + STATE(200), 1, + sym_control_persist_value, + STATE(323), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1061] = 6, + [1017] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3568), 1, + ACTIONS(3589), 1, anon_sym_EQ, - ACTIONS(3570), 1, + ACTIONS(3591), 1, anon_sym_DQUOTE, - STATE(355), 1, + STATE(292), 1, + sym_stdin_null_value, + STATE(293), 1, sym_boolean, - STATE(356), 1, - sym_forward_x11_value, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1083] = 4, + [1039] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3430), 1, - aux_sym_control_master_value_token2, - STATE(91), 1, - sym_control_master_value, - ACTIONS(3424), 6, + ACTIONS(3593), 1, + anon_sym_DQUOTE, + STATE(140), 1, + sym_request_tty_value, + ACTIONS(3475), 6, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_control_master_value_token1, - aux_sym_control_master_value_token3, - [1101] = 6, + aux_sym_control_master_value_token2, + aux_sym_request_tty_value_token1, + [1057] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3572), 1, + ACTIONS(3595), 1, anon_sym_EQ, - ACTIONS(3574), 1, + ACTIONS(3597), 1, anon_sym_DQUOTE, - STATE(259), 1, + STATE(333), 1, sym_boolean, - STATE(260), 1, - sym_canonicalize_fallback_local_value, - ACTIONS(3462), 4, + STATE(334), 1, + sym_enable_ssh_keysign_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1123] = 6, + [1079] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3576), 1, + ACTIONS(3599), 1, anon_sym_EQ, - ACTIONS(3578), 1, + ACTIONS(3601), 1, anon_sym_DQUOTE, - STATE(429), 1, - sym_kbd_interactive_authentication_value, - STATE(430), 1, + STATE(341), 1, sym_boolean, - ACTIONS(3462), 4, + STATE(342), 1, + sym_exit_on_forward_failure_value, + ACTIONS(3481), 4, + aux_sym_boolean_token1, + aux_sym_boolean_token2, + aux_sym_boolean_token3, + aux_sym_boolean_token4, + [1101] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3603), 1, + anon_sym_DQUOTE, + STATE(144), 1, + sym_pubkey_authentication_value, + ACTIONS(3469), 6, + aux_sym_boolean_token1, + aux_sym_boolean_token2, + aux_sym_boolean_token3, + aux_sym_boolean_token4, + aux_sym_pubkey_authentication_value_token1, + aux_sym_pubkey_authentication_value_token2, + [1119] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3461), 1, + aux_sym_control_master_value_token2, + STATE(92), 1, + sym_control_master_value, + ACTIONS(3455), 6, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1145] = 6, + aux_sym_control_master_value_token1, + aux_sym_control_master_value_token3, + [1137] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3580), 1, + ACTIONS(3605), 1, anon_sym_EQ, - ACTIONS(3582), 1, + ACTIONS(3607), 1, anon_sym_DQUOTE, - STATE(399), 1, + STATE(349), 1, sym_boolean, - STATE(400), 1, - sym_gssapi_trust_dns_value, - ACTIONS(3462), 4, + STATE(350), 1, + sym_fork_after_authentication_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1167] = 4, + [1159] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3430), 1, + ACTIONS(3461), 1, aux_sym_control_master_value_token2, - STATE(200), 1, + STATE(202), 1, sym_control_master_value, - ACTIONS(3424), 6, + ACTIONS(3455), 6, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, aux_sym_control_master_value_token1, aux_sym_control_master_value_token3, - [1185] = 4, + [1177] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3584), 1, + ACTIONS(3609), 1, + anon_sym_EQ, + ACTIONS(3611), 1, anon_sym_DQUOTE, - STATE(138), 1, - sym_request_tty_value, - ACTIONS(3444), 6, + STATE(409), 1, + sym_boolean, + STATE(410), 1, + sym_hash_known_hosts_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_control_master_value_token2, - aux_sym_request_tty_value_token1, - [1203] = 6, + [1199] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3586), 1, + ACTIONS(3613), 1, anon_sym_EQ, - ACTIONS(3588), 1, + ACTIONS(3615), 1, anon_sym_DQUOTE, - STATE(243), 1, + STATE(365), 1, sym_boolean, - STATE(244), 1, - sym_batch_mode_value, - ACTIONS(3462), 4, + STATE(366), 1, + sym_forward_x11_trusted_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1225] = 6, + [1221] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3590), 1, + ACTIONS(3617), 1, anon_sym_EQ, - ACTIONS(3592), 1, + ACTIONS(3619), 1, anon_sym_DQUOTE, - STATE(235), 1, + STATE(436), 1, + sym_kbd_interactive_authentication_value, + STATE(437), 1, sym_boolean, - STATE(236), 1, - sym_add_keys_to_agent_value, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1247] = 4, + [1243] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3594), 1, + ACTIONS(3621), 1, + anon_sym_EQ, + ACTIONS(3623), 1, anon_sym_DQUOTE, - STATE(142), 1, - sym_pubkey_authentication_value, - ACTIONS(3438), 6, + STATE(389), 1, + sym_boolean, + STATE(390), 1, + sym_gssapi_key_exchange_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_pubkey_authentication_value_token1, - aux_sym_pubkey_authentication_value_token2, [1265] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3464), 1, - sym_time_format, - ACTIONS(3596), 1, + ACTIONS(3625), 1, + anon_sym_EQ, + ACTIONS(3627), 1, anon_sym_DQUOTE, - STATE(198), 1, - sym_control_persist_value, - STATE(321), 1, + STATE(357), 1, sym_boolean, - ACTIONS(3462), 4, + STATE(358), 1, + sym_forward_x11_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -101417,15 +103091,15 @@ static const uint16_t ts_small_parse_table[] = { [1287] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, + ACTIONS(3629), 1, anon_sym_EQ, - ACTIONS(3600), 1, + ACTIONS(3631), 1, anon_sym_DQUOTE, - STATE(363), 1, + STATE(433), 1, sym_boolean, - STATE(364), 1, - sym_forward_x11_trusted_value, - ACTIONS(3462), 4, + STATE(434), 1, + sym_identities_only_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -101433,15 +103107,15 @@ static const uint16_t ts_small_parse_table[] = { [1309] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3602), 1, + ACTIONS(3633), 1, anon_sym_EQ, - ACTIONS(3604), 1, + ACTIONS(3635), 1, anon_sym_DQUOTE, - STATE(431), 1, + STATE(417), 1, sym_boolean, - STATE(432), 1, - sym_identities_only_value, - ACTIONS(3462), 4, + STATE(418), 1, + sym_hostbased_authentication_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -101449,15 +103123,15 @@ static const uint16_t ts_small_parse_table[] = { [1331] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3606), 1, + ACTIONS(3637), 1, anon_sym_EQ, - ACTIONS(3608), 1, + ACTIONS(3639), 1, anon_sym_DQUOTE, - STATE(367), 1, + STATE(369), 1, sym_boolean, - STATE(368), 1, + STATE(370), 1, sym_gateway_ports_value, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -101465,15 +103139,15 @@ static const uint16_t ts_small_parse_table[] = { [1353] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 1, + ACTIONS(3641), 1, anon_sym_EQ, - ACTIONS(3612), 1, + ACTIONS(3643), 1, anon_sym_DQUOTE, - STATE(375), 1, + STATE(393), 1, sym_boolean, - STATE(376), 1, - sym_gssapi_authentication_value, - ACTIONS(3462), 4, + STATE(394), 1, + sym_gssapi_renewal_forces_rekey_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -101481,15 +103155,15 @@ static const uint16_t ts_small_parse_table[] = { [1375] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3614), 1, + ACTIONS(3645), 1, anon_sym_EQ, - ACTIONS(3616), 1, + ACTIONS(3647), 1, anon_sym_DQUOTE, - STATE(350), 1, + STATE(355), 1, sym_proxy_use_fdpass_value, - STATE(351), 1, + STATE(356), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -101497,619 +103171,619 @@ static const uint16_t ts_small_parse_table[] = { [1397] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3618), 1, + ACTIONS(3649), 1, anon_sym_EQ, - ACTIONS(3620), 1, + ACTIONS(3651), 1, anon_sym_DQUOTE, - STATE(383), 1, + STATE(401), 1, sym_boolean, - STATE(384), 1, - sym_gssapi_delegate_credentials_value, - ACTIONS(3462), 4, + STATE(402), 1, + sym_gssapi_trust_dns_value, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1419] = 5, + [1419] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3622), 1, - anon_sym_DQUOTE, - STATE(204), 1, - sym_clear_all_forwardings_value, - STATE(299), 1, - sym_boolean, - ACTIONS(3462), 4, - aux_sym_boolean_token1, - aux_sym_boolean_token2, + ACTIONS(3491), 1, aux_sym_boolean_token3, - aux_sym_boolean_token4, - [1438] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3624), 1, - anon_sym_DQUOTE, - STATE(190), 1, - sym_forward_x11_value, - STATE(355), 1, - sym_boolean, - ACTIONS(3462), 4, + STATE(105), 1, + sym_canonicalize_hostname_value, + ACTIONS(3489), 5, aux_sym_boolean_token1, aux_sym_boolean_token2, - aux_sym_boolean_token3, aux_sym_boolean_token4, - [1457] = 5, + aux_sym_canonicalize_hostname_value_token1, + aux_sym_canonicalize_hostname_value_token2, + [1436] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3626), 1, - anon_sym_DQUOTE, - STATE(130), 1, - sym_stdin_null_value, - STATE(291), 1, + ACTIONS(3483), 1, + sym_time_format, + STATE(90), 1, + sym_control_persist_value, + STATE(323), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1476] = 5, + [1455] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3628), 1, + ACTIONS(3653), 1, anon_sym_DQUOTE, - STATE(128), 1, - sym_stream_local_bind_unlink_value, - STATE(282), 1, - sym_boolean, - ACTIONS(3462), 4, + STATE(117), 1, + sym_verify_host_key_dns_value, + ACTIONS(3519), 5, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1495] = 5, + aux_sym_control_master_value_token1, + [1472] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3630), 1, + ACTIONS(3655), 1, anon_sym_DQUOTE, - STATE(165), 1, - sym_kbd_interactive_authentication_value, - STATE(430), 1, + STATE(179), 1, + sym_hash_known_hosts_value, + STATE(409), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1514] = 5, + [1491] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3632), 1, + ACTIONS(3657), 1, anon_sym_DQUOTE, - STATE(207), 1, - sym_check_host_ip_value, - STATE(287), 1, + STATE(158), 1, + sym_no_host_authentication_for_localhost_value, + STATE(400), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1533] = 5, + [1510] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3634), 1, + ACTIONS(3659), 1, anon_sym_DQUOTE, - STATE(208), 1, - sym_challenge_response_authentication_value, - STATE(283), 1, + STATE(222), 1, + sym_add_keys_to_agent_value, + STATE(237), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1552] = 5, + [1529] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3636), 1, + ACTIONS(3661), 1, anon_sym_DQUOTE, - STATE(171), 1, - sym_identities_only_value, - STATE(431), 1, + STATE(220), 1, + sym_batch_mode_value, + STATE(245), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1571] = 5, + [1548] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3638), 1, + ACTIONS(3663), 1, anon_sym_DQUOTE, - STATE(125), 1, - sym_tcp_keep_alive_value, - STATE(271), 1, + STATE(120), 1, + sym_use_roaming_value, + STATE(249), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1590] = 5, + [1567] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3640), 1, + ACTIONS(3665), 1, anon_sym_DQUOTE, - STATE(175), 1, - sym_hostbased_authentication_value, - STATE(415), 1, - sym_boolean, - ACTIONS(3462), 4, + STATE(122), 1, + sym_update_host_keys_value, + ACTIONS(3553), 5, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1609] = 5, + aux_sym_control_master_value_token1, + [1584] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3642), 1, + ACTIONS(3667), 1, anon_sym_DQUOTE, - STATE(124), 1, - sym_keep_alive_value, - STATE(267), 1, + STATE(184), 1, + sym_gssapi_key_exchange_value, + STATE(389), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1628] = 4, + [1603] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, + ACTIONS(3491), 1, aux_sym_boolean_token3, - STATE(213), 1, + STATE(215), 1, sym_canonicalize_hostname_value, - ACTIONS(3452), 5, + ACTIONS(3489), 5, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token4, aux_sym_canonicalize_hostname_value_token1, aux_sym_canonicalize_hostname_value_token2, - [1645] = 5, + [1620] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3644), 1, + ACTIONS(3669), 1, anon_sym_DQUOTE, - STATE(177), 1, - sym_hash_known_hosts_value, - STATE(407), 1, + STATE(125), 1, + sym_keep_alive_value, + STATE(269), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1664] = 5, + [1639] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3646), 1, + ACTIONS(3671), 1, anon_sym_DQUOTE, - STATE(214), 1, - sym_canonicalize_fallback_local_value, - STATE(259), 1, + STATE(126), 1, + sym_tcp_keep_alive_value, + STATE(273), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1683] = 5, + [1658] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3648), 1, + ACTIONS(3673), 1, anon_sym_DQUOTE, - STATE(156), 1, - sym_no_host_authentication_for_localhost_value, - STATE(395), 1, + STATE(210), 1, + sym_challenge_response_authentication_value, + STATE(285), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1702] = 4, + [1677] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3650), 1, + ACTIONS(3675), 1, anon_sym_DQUOTE, - STATE(121), 1, - sym_update_host_keys_value, - ACTIONS(3490), 5, + STATE(181), 1, + sym_gssapi_trust_dns_value, + STATE(401), 1, + sym_boolean, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_control_master_value_token1, - [1719] = 5, + [1696] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3652), 1, + ACTIONS(3677), 1, anon_sym_DQUOTE, - STATE(179), 1, - sym_gssapi_trust_dns_value, - STATE(399), 1, + STATE(209), 1, + sym_check_host_ip_value, + STATE(289), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1738] = 5, + [1715] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3654), 1, + ACTIONS(3679), 1, anon_sym_DQUOTE, - STATE(120), 1, - sym_use_keychain_value, - STATE(251), 1, + STATE(129), 1, + sym_stream_local_bind_unlink_value, + STATE(284), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1757] = 5, + [1734] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3656), 1, + ACTIONS(3681), 1, anon_sym_DQUOTE, - STATE(119), 1, - sym_use_roaming_value, - STATE(247), 1, + STATE(156), 1, + sym_password_authentication_value, + STATE(392), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1776] = 5, + [1753] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3658), 1, + ACTIONS(3683), 1, anon_sym_DQUOTE, - STATE(154), 1, - sym_password_authentication_value, - STATE(386), 1, + STATE(167), 1, + sym_kbd_interactive_authentication_value, + STATE(437), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1795] = 5, + [1772] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3660), 1, + ACTIONS(3685), 1, anon_sym_DQUOTE, - STATE(218), 1, - sym_batch_mode_value, - STATE(243), 1, + STATE(116), 1, + sym_visual_host_key_value, + STATE(231), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1814] = 5, + [1791] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3662), 1, + ACTIONS(3687), 1, anon_sym_DQUOTE, - STATE(203), 1, - sym_compression_value, - STATE(303), 1, - sym_boolean, - ACTIONS(3462), 4, + STATE(131), 1, + sym_stdin_null_value, + STATE(293), 1, + sym_boolean, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1833] = 4, + [1810] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3664), 1, + ACTIONS(3689), 1, + anon_sym_EQ, + ACTIONS(3691), 1, anon_sym_DQUOTE, - STATE(116), 1, - sym_verify_host_key_dns_value, - ACTIONS(3508), 5, - aux_sym_boolean_token1, - aux_sym_boolean_token2, - aux_sym_boolean_token3, - aux_sym_boolean_token4, - aux_sym_control_master_value_token1, - [1850] = 5, + STATE(264), 1, + sym_tunnel_value, + ACTIONS(3693), 4, + anon_sym_yes, + anon_sym_no, + anon_sym_point_DASHto_DASHpoint, + anon_sym_ethernet, + [1829] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3666), 1, + ACTIONS(3695), 1, anon_sym_DQUOTE, - STATE(181), 1, - sym_gssapi_renewal_forces_rekey_value, - STATE(391), 1, + STATE(206), 1, + sym_clear_all_forwardings_value, + STATE(301), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1869] = 5, + [1848] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3668), 1, + ACTIONS(3697), 1, anon_sym_DQUOTE, - STATE(115), 1, - sym_visual_host_key_value, - STATE(229), 1, + STATE(155), 1, + sym_permit_local_command_value, + STATE(388), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1888] = 5, + [1867] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3670), 1, + ACTIONS(3699), 1, anon_sym_DQUOTE, - STATE(153), 1, - sym_permit_local_command_value, - STATE(382), 1, + STATE(205), 1, + sym_compression_value, + STATE(305), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1907] = 5, + [1886] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(3701), 1, anon_sym_DQUOTE, - STATE(220), 1, - sym_add_keys_to_agent_value, - STATE(235), 1, + STATE(121), 1, + sym_use_keychain_value, + STATE(253), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1926] = 5, + [1905] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3464), 1, - sym_time_format, - STATE(198), 1, - sym_control_persist_value, - STATE(321), 1, + ACTIONS(3703), 1, + anon_sym_DQUOTE, + STATE(173), 1, + sym_identities_only_value, + STATE(433), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1945] = 3, + [1924] = 5, ACTIONS(3), 1, sym_comment, - STATE(29), 1, - sym_request_tty_value, - ACTIONS(3444), 6, + ACTIONS(3705), 1, + anon_sym_DQUOTE, + STATE(216), 1, + sym_canonicalize_fallback_local_value, + STATE(261), 1, + sym_boolean, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_control_master_value_token2, - aux_sym_request_tty_value_token1, - [1960] = 3, + [1943] = 5, ACTIONS(3), 1, sym_comment, - STATE(138), 1, - sym_request_tty_value, - ACTIONS(3444), 6, + ACTIONS(3707), 1, + anon_sym_DQUOTE, + STATE(187), 1, + sym_gssapi_authentication_value, + STATE(377), 1, + sym_boolean, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_control_master_value_token2, - aux_sym_request_tty_value_token1, - [1975] = 5, + [1962] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3674), 1, + ACTIONS(3709), 1, anon_sym_DQUOTE, - STATE(182), 1, - sym_gssapi_key_exchange_value, - STATE(387), 1, + STATE(183), 1, + sym_gssapi_renewal_forces_rekey_value, + STATE(393), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [1994] = 5, + [1981] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3676), 1, + ACTIONS(3711), 1, anon_sym_DQUOTE, - STATE(196), 1, + STATE(198), 1, sym_enable_ssh_keysign_value, - STATE(331), 1, + STATE(333), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2013] = 5, + [2000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3678), 1, - anon_sym_DQUOTE, - STATE(183), 1, - sym_gssapi_delegate_credentials_value, - STATE(383), 1, - sym_boolean, - ACTIONS(3462), 4, + STATE(140), 1, + sym_request_tty_value, + ACTIONS(3475), 6, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2032] = 4, + aux_sym_control_master_value_token2, + aux_sym_request_tty_value_token1, + [2015] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, - aux_sym_boolean_token3, - STATE(104), 1, - sym_canonicalize_hostname_value, - ACTIONS(3452), 5, + ACTIONS(3483), 1, + sym_time_format, + STATE(200), 1, + sym_control_persist_value, + STATE(323), 1, + sym_boolean, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, + aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_canonicalize_hostname_value_token1, - aux_sym_canonicalize_hostname_value_token2, - [2049] = 5, + [2034] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3680), 1, - anon_sym_EQ, - ACTIONS(3682), 1, + ACTIONS(3713), 1, anon_sym_DQUOTE, - STATE(262), 1, - sym_tunnel_value, - ACTIONS(3684), 4, - anon_sym_yes, - anon_sym_no, - anon_sym_point_DASHto_DASHpoint, - anon_sym_ethernet, - [2068] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(33), 1, - sym_pubkey_authentication_value, - ACTIONS(3438), 6, + STATE(192), 1, + sym_forward_x11_value, + STATE(357), 1, + sym_boolean, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_pubkey_authentication_value_token1, - aux_sym_pubkey_authentication_value_token2, - [2083] = 5, + [2053] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3686), 1, + ACTIONS(3715), 1, anon_sym_DQUOTE, - STATE(188), 1, - sym_forward_x11_trusted_value, - STATE(363), 1, + STATE(189), 1, + sym_gateway_ports_value, + STATE(369), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2102] = 3, + [2072] = 3, ACTIONS(3), 1, sym_comment, - STATE(142), 1, - sym_pubkey_authentication_value, - ACTIONS(3438), 6, + STATE(30), 1, + sym_request_tty_value, + ACTIONS(3475), 6, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_pubkey_authentication_value_token1, - aux_sym_pubkey_authentication_value_token2, - [2117] = 5, + aux_sym_control_master_value_token2, + aux_sym_request_tty_value_token1, + [2087] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3688), 1, + ACTIONS(3717), 1, anon_sym_DQUOTE, STATE(194), 1, - sym_exit_on_forward_failure_value, - STATE(339), 1, + sym_fork_after_authentication_value, + STATE(349), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2136] = 5, + [2106] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3690), 1, + ACTIONS(3719), 1, anon_sym_DQUOTE, STATE(185), 1, - sym_gssapi_authentication_value, - STATE(375), 1, + sym_gssapi_delegate_credentials_value, + STATE(385), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2155] = 5, + [2125] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3464), 1, - sym_time_format, - STATE(89), 1, - sym_control_persist_value, - STATE(321), 1, + ACTIONS(3721), 1, + anon_sym_DQUOTE, + STATE(190), 1, + sym_forward_x11_trusted_value, + STATE(365), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, + aux_sym_boolean_token1, + aux_sym_boolean_token2, + aux_sym_boolean_token3, + aux_sym_boolean_token4, + [2144] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(144), 1, + sym_pubkey_authentication_value, + ACTIONS(3469), 6, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2174] = 5, + aux_sym_pubkey_authentication_value_token1, + aux_sym_pubkey_authentication_value_token2, + [2159] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3692), 1, + ACTIONS(3723), 1, anon_sym_DQUOTE, - STATE(145), 1, + STATE(147), 1, sym_proxy_use_fdpass_value, - STATE(351), 1, + STATE(356), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2193] = 5, + [2178] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3694), 1, + ACTIONS(3725), 1, anon_sym_DQUOTE, - STATE(192), 1, - sym_fork_after_authentication_value, - STATE(347), 1, + STATE(177), 1, + sym_hostbased_authentication_value, + STATE(417), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, + aux_sym_boolean_token1, + aux_sym_boolean_token2, + aux_sym_boolean_token3, + aux_sym_boolean_token4, + [2197] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(34), 1, + sym_pubkey_authentication_value, + ACTIONS(3469), 6, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, + aux_sym_pubkey_authentication_value_token1, + aux_sym_pubkey_authentication_value_token2, [2212] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3696), 1, + ACTIONS(3727), 1, anon_sym_DQUOTE, - STATE(187), 1, - sym_gateway_ports_value, - STATE(367), 1, + STATE(196), 1, + sym_exit_on_forward_failure_value, + STATE(341), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102117,11 +103791,11 @@ static const uint16_t ts_small_parse_table[] = { [2231] = 4, ACTIONS(3), 1, sym_comment, - STATE(6), 1, - sym_visual_host_key_value, - STATE(229), 1, + STATE(129), 1, + sym_stream_local_bind_unlink_value, + STATE(284), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102129,11 +103803,11 @@ static const uint16_t ts_small_parse_table[] = { [2247] = 4, ACTIONS(3), 1, sym_comment, - STATE(47), 1, - sym_no_host_authentication_for_localhost_value, - STATE(395), 1, + STATE(110), 1, + sym_batch_mode_value, + STATE(245), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102141,11 +103815,11 @@ static const uint16_t ts_small_parse_table[] = { [2263] = 4, ACTIONS(3), 1, sym_comment, - STATE(56), 1, - sym_kbd_interactive_authentication_value, - STATE(430), 1, + STATE(220), 1, + sym_batch_mode_value, + STATE(245), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102153,11 +103827,11 @@ static const uint16_t ts_small_parse_table[] = { [2279] = 4, ACTIONS(3), 1, sym_comment, - STATE(78), 1, - sym_gateway_ports_value, - STATE(367), 1, + STATE(184), 1, + sym_gssapi_key_exchange_value, + STATE(389), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102165,11 +103839,11 @@ static const uint16_t ts_small_parse_table[] = { [2295] = 4, ACTIONS(3), 1, sym_comment, - STATE(79), 1, - sym_forward_x11_trusted_value, - STATE(363), 1, + STATE(84), 1, + sym_fork_after_authentication_value, + STATE(349), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102177,11 +103851,11 @@ static const uint16_t ts_small_parse_table[] = { [2311] = 4, ACTIONS(3), 1, sym_comment, - STATE(187), 1, - sym_gateway_ports_value, - STATE(367), 1, + STATE(48), 1, + sym_no_host_authentication_for_localhost_value, + STATE(400), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102189,11 +103863,11 @@ static const uint16_t ts_small_parse_table[] = { [2327] = 4, ACTIONS(3), 1, sym_comment, - STATE(81), 1, - sym_forward_x11_value, - STATE(355), 1, + STATE(116), 1, + sym_visual_host_key_value, + STATE(231), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102201,11 +103875,11 @@ static const uint16_t ts_small_parse_table[] = { [2343] = 4, ACTIONS(3), 1, sym_comment, - STATE(188), 1, - sym_forward_x11_trusted_value, - STATE(363), 1, + STATE(158), 1, + sym_no_host_authentication_for_localhost_value, + STATE(400), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102213,11 +103887,11 @@ static const uint16_t ts_small_parse_table[] = { [2359] = 4, ACTIONS(3), 1, sym_comment, - STATE(83), 1, - sym_fork_after_authentication_value, - STATE(347), 1, + STATE(185), 1, + sym_gssapi_delegate_credentials_value, + STATE(385), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102225,622 +103899,622 @@ static const uint16_t ts_small_parse_table[] = { [2375] = 4, ACTIONS(3), 1, sym_comment, - STATE(190), 1, - sym_forward_x11_value, - STATE(355), 1, + STATE(46), 1, + sym_password_authentication_value, + STATE(392), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2391] = 4, + [2391] = 3, ACTIONS(3), 1, sym_comment, - STATE(85), 1, - sym_exit_on_forward_failure_value, - STATE(339), 1, - sym_boolean, - ACTIONS(3462), 4, + STATE(117), 1, + sym_verify_host_key_dns_value, + ACTIONS(3519), 5, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2407] = 4, + aux_sym_control_master_value_token1, + [2405] = 4, ACTIONS(3), 1, sym_comment, - STATE(145), 1, - sym_proxy_use_fdpass_value, - STATE(351), 1, + STATE(99), 1, + sym_check_host_ip_value, + STATE(289), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2423] = 4, + [2421] = 4, ACTIONS(3), 1, sym_comment, - STATE(87), 1, - sym_enable_ssh_keysign_value, - STATE(331), 1, + STATE(45), 1, + sym_permit_local_command_value, + STATE(388), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2439] = 4, + [2437] = 4, ACTIONS(3), 1, sym_comment, - STATE(192), 1, - sym_fork_after_authentication_value, - STATE(347), 1, + STATE(86), 1, + sym_exit_on_forward_failure_value, + STATE(341), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2455] = 4, + [2453] = 4, ACTIONS(3), 1, sym_comment, - STATE(194), 1, - sym_exit_on_forward_failure_value, - STATE(339), 1, + STATE(187), 1, + sym_gssapi_authentication_value, + STATE(377), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2471] = 4, + [2469] = 4, ACTIONS(3), 1, sym_comment, - STATE(130), 1, - sym_stdin_null_value, - STATE(291), 1, + STATE(222), 1, + sym_add_keys_to_agent_value, + STATE(237), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2487] = 4, + [2485] = 4, ACTIONS(3), 1, sym_comment, - STATE(36), 1, - sym_proxy_use_fdpass_value, - STATE(351), 1, + STATE(183), 1, + sym_gssapi_renewal_forces_rekey_value, + STATE(393), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2503] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3698), 1, - anon_sym_EQ, - ACTIONS(3700), 1, - anon_sym_DQUOTE, - STATE(297), 1, - sym_session_type_value, - ACTIONS(3702), 3, - aux_sym_canonicalize_hostname_value_token2, - aux_sym_session_type_value_token1, - aux_sym_session_type_value_token2, - [2521] = 4, + [2501] = 4, ACTIONS(3), 1, sym_comment, - STATE(94), 1, - sym_compression_value, - STATE(303), 1, + STATE(189), 1, + sym_gateway_ports_value, + STATE(369), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2537] = 4, + [2517] = 4, ACTIONS(3), 1, sym_comment, - STATE(207), 1, - sym_check_host_ip_value, - STATE(287), 1, + STATE(15), 1, + sym_keep_alive_value, + STATE(269), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2553] = 3, + [2533] = 4, ACTIONS(3), 1, sym_comment, - STATE(12), 1, - sym_update_host_keys_value, - ACTIONS(3490), 5, + STATE(88), 1, + sym_enable_ssh_keysign_value, + STATE(333), 1, + sym_boolean, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_control_master_value_token1, - [2567] = 4, + [2549] = 4, ACTIONS(3), 1, sym_comment, - STATE(98), 1, - sym_check_host_ip_value, - STATE(287), 1, + STATE(190), 1, + sym_forward_x11_trusted_value, + STATE(365), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2583] = 4, + [2565] = 4, ACTIONS(3), 1, sym_comment, - STATE(196), 1, - sym_enable_ssh_keysign_value, - STATE(331), 1, + STATE(120), 1, + sym_use_roaming_value, + STATE(249), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2599] = 4, + [2581] = 4, ACTIONS(3), 1, sym_comment, - STATE(203), 1, - sym_compression_value, - STATE(303), 1, + STATE(181), 1, + sym_gssapi_trust_dns_value, + STATE(401), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2615] = 4, + [2597] = 4, ACTIONS(3), 1, sym_comment, - STATE(99), 1, - sym_challenge_response_authentication_value, - STATE(283), 1, + STATE(147), 1, + sym_proxy_use_fdpass_value, + STATE(356), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2631] = 4, + [2613] = 4, ACTIONS(3), 1, sym_comment, - STATE(95), 1, - sym_clear_all_forwardings_value, - STATE(299), 1, + STATE(121), 1, + sym_use_keychain_value, + STATE(253), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2647] = 4, + [2629] = 4, ACTIONS(3), 1, sym_comment, - STATE(165), 1, - sym_kbd_interactive_authentication_value, - STATE(430), 1, + STATE(192), 1, + sym_forward_x11_value, + STATE(357), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2663] = 4, + [2645] = 4, ACTIONS(3), 1, sym_comment, - STATE(185), 1, - sym_gssapi_authentication_value, - STATE(375), 1, + STATE(37), 1, + sym_proxy_use_fdpass_value, + STATE(356), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2679] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3704), 1, - anon_sym_EQ, - ACTIONS(3706), 1, - anon_sym_DQUOTE, - ACTIONS(3710), 1, - aux_sym_address_family_value_token2, - STATE(240), 1, - sym_address_family_value, - ACTIONS(3708), 2, - aux_sym_address_family_value_token1, - aux_sym_address_family_value_token3, - [2699] = 4, + [2661] = 3, ACTIONS(3), 1, sym_comment, - STATE(76), 1, - sym_gssapi_authentication_value, - STATE(375), 1, - sym_boolean, - ACTIONS(3462), 4, + STATE(122), 1, + sym_update_host_keys_value, + ACTIONS(3553), 5, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2715] = 4, + aux_sym_control_master_value_token1, + [2675] = 4, ACTIONS(3), 1, sym_comment, - STATE(105), 1, + STATE(216), 1, sym_canonicalize_fallback_local_value, - STATE(259), 1, + STATE(261), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2731] = 3, + [2691] = 4, ACTIONS(3), 1, sym_comment, - STATE(7), 1, - sym_verify_host_key_dns_value, - ACTIONS(3508), 5, + STATE(194), 1, + sym_fork_after_authentication_value, + STATE(349), 1, + sym_boolean, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_control_master_value_token1, - [2745] = 4, + [2707] = 4, ACTIONS(3), 1, sym_comment, - STATE(128), 1, - sym_stream_local_bind_unlink_value, - STATE(282), 1, + STATE(57), 1, + sym_kbd_interactive_authentication_value, + STATE(437), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2761] = 4, + [2723] = 4, ACTIONS(3), 1, sym_comment, - STATE(45), 1, - sym_password_authentication_value, - STATE(386), 1, + STATE(155), 1, + sym_permit_local_command_value, + STATE(388), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2777] = 4, + [2739] = 4, ACTIONS(3), 1, sym_comment, - STATE(109), 1, - sym_batch_mode_value, - STATE(243), 1, + STATE(77), 1, + sym_gssapi_authentication_value, + STATE(377), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2793] = 4, + [2755] = 4, ACTIONS(3), 1, sym_comment, - STATE(183), 1, - sym_gssapi_delegate_credentials_value, - STATE(383), 1, + STATE(112), 1, + sym_add_keys_to_agent_value, + STATE(237), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2809] = 4, + [2771] = 4, ACTIONS(3), 1, sym_comment, - STATE(111), 1, - sym_add_keys_to_agent_value, - STATE(235), 1, + STATE(63), 1, + sym_identities_only_value, + STATE(433), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2825] = 4, + [2787] = 4, ACTIONS(3), 1, sym_comment, - STATE(74), 1, - sym_gssapi_delegate_credentials_value, - STATE(383), 1, + STATE(16), 1, + sym_tcp_keep_alive_value, + STATE(273), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2841] = 4, + [2803] = 4, ACTIONS(3), 1, sym_comment, - STATE(153), 1, - sym_permit_local_command_value, - STATE(382), 1, + ACTIONS(3729), 1, + anon_sym_DQUOTE, + STATE(124), 1, + sym_tunnel_value, + ACTIONS(3693), 4, + anon_sym_yes, + anon_sym_no, + anon_sym_point_DASHto_DASHpoint, + anon_sym_ethernet, + [2819] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(125), 1, + sym_keep_alive_value, + STATE(269), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2857] = 4, + [2835] = 4, ACTIONS(3), 1, sym_comment, - STATE(214), 1, - sym_canonicalize_fallback_local_value, - STATE(259), 1, + STATE(75), 1, + sym_gssapi_delegate_credentials_value, + STATE(385), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2873] = 4, + [2851] = 4, ACTIONS(3), 1, sym_comment, - STATE(182), 1, - sym_gssapi_key_exchange_value, - STATE(387), 1, + STATE(196), 1, + sym_exit_on_forward_failure_value, + STATE(341), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2889] = 4, + [2867] = 4, ACTIONS(3), 1, sym_comment, - STATE(15), 1, - sym_keep_alive_value, - STATE(267), 1, + STATE(206), 1, + sym_clear_all_forwardings_value, + STATE(301), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2905] = 4, + [2883] = 4, ACTIONS(3), 1, sym_comment, - STATE(44), 1, - sym_permit_local_command_value, - STATE(382), 1, + STATE(126), 1, + sym_tcp_keep_alive_value, + STATE(273), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2921] = 4, + [2899] = 4, ACTIONS(3), 1, sym_comment, - STATE(115), 1, - sym_visual_host_key_value, - STATE(229), 1, + STATE(131), 1, + sym_stdin_null_value, + STATE(293), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2937] = 4, + [2915] = 4, ACTIONS(3), 1, sym_comment, - STATE(10), 1, - sym_use_roaming_value, - STATE(247), 1, + STATE(79), 1, + sym_gateway_ports_value, + STATE(369), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2953] = 4, + [2931] = 5, ACTIONS(3), 1, sym_comment, - STATE(73), 1, - sym_gssapi_key_exchange_value, - STATE(387), 1, + ACTIONS(3731), 1, + anon_sym_EQ, + ACTIONS(3733), 1, + anon_sym_DQUOTE, + STATE(299), 1, + sym_session_type_value, + ACTIONS(3735), 3, + aux_sym_canonicalize_hostname_value_token2, + aux_sym_session_type_value_token1, + aux_sym_session_type_value_token2, + [2949] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(198), 1, + sym_enable_ssh_keysign_value, + STATE(333), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2969] = 4, + [2965] = 4, ACTIONS(3), 1, sym_comment, - STATE(220), 1, - sym_add_keys_to_agent_value, - STATE(235), 1, + STATE(95), 1, + sym_compression_value, + STATE(305), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [2985] = 3, + [2981] = 4, ACTIONS(3), 1, sym_comment, - STATE(116), 1, - sym_verify_host_key_dns_value, - ACTIONS(3508), 5, + STATE(167), 1, + sym_kbd_interactive_authentication_value, + STATE(437), 1, + sym_boolean, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_control_master_value_token1, - [2999] = 4, + [2997] = 4, ACTIONS(3), 1, sym_comment, - STATE(72), 1, - sym_gssapi_renewal_forces_rekey_value, - STATE(391), 1, + STATE(210), 1, + sym_challenge_response_authentication_value, + STATE(285), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [3015] = 4, + [3013] = 4, ACTIONS(3), 1, sym_comment, - STATE(171), 1, - sym_identities_only_value, - STATE(431), 1, + STATE(96), 1, + sym_clear_all_forwardings_value, + STATE(301), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [3031] = 4, + [3029] = 3, ACTIONS(3), 1, sym_comment, - STATE(11), 1, - sym_use_keychain_value, - STATE(251), 1, - sym_boolean, - ACTIONS(3462), 4, + STATE(12), 1, + sym_update_host_keys_value, + ACTIONS(3553), 5, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [3047] = 4, + aux_sym_control_master_value_token1, + [3043] = 4, ACTIONS(3), 1, sym_comment, - STATE(70), 1, - sym_gssapi_trust_dns_value, - STATE(399), 1, + STATE(177), 1, + sym_hostbased_authentication_value, + STATE(417), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [3063] = 4, + [3059] = 4, ACTIONS(3), 1, sym_comment, - STATE(154), 1, - sym_password_authentication_value, - STATE(386), 1, + STATE(74), 1, + sym_gssapi_key_exchange_value, + STATE(389), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [3079] = 4, + [3075] = 4, ACTIONS(3), 1, sym_comment, - STATE(204), 1, - sym_clear_all_forwardings_value, - STATE(299), 1, + STATE(6), 1, + sym_visual_host_key_value, + STATE(231), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [3095] = 4, + [3091] = 6, ACTIONS(3), 1, sym_comment, - STATE(218), 1, - sym_batch_mode_value, - STATE(243), 1, - sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3737), 1, + anon_sym_EQ, + ACTIONS(3739), 1, + anon_sym_DQUOTE, + ACTIONS(3743), 1, + aux_sym_address_family_value_token2, + STATE(242), 1, + sym_address_family_value, + ACTIONS(3741), 2, + aux_sym_address_family_value_token1, + aux_sym_address_family_value_token3, + [3111] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(7), 1, + sym_verify_host_key_dns_value, + ACTIONS(3519), 5, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [3111] = 4, + aux_sym_control_master_value_token1, + [3125] = 4, ACTIONS(3), 1, sym_comment, - STATE(119), 1, - sym_use_roaming_value, - STATE(247), 1, + STATE(179), 1, + sym_hash_known_hosts_value, + STATE(409), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [3127] = 4, + [3141] = 4, ACTIONS(3), 1, sym_comment, - STATE(68), 1, - sym_hash_known_hosts_value, - STATE(407), 1, + STATE(73), 1, + sym_gssapi_renewal_forces_rekey_value, + STATE(393), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [3143] = 4, + [3157] = 4, ACTIONS(3), 1, sym_comment, - STATE(120), 1, - sym_use_keychain_value, - STATE(251), 1, + STATE(82), 1, + sym_forward_x11_value, + STATE(357), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [3159] = 4, + [3173] = 4, ACTIONS(3), 1, sym_comment, - STATE(181), 1, - sym_gssapi_renewal_forces_rekey_value, - STATE(391), 1, + STATE(67), 1, + sym_hostbased_authentication_value, + STATE(417), 1, sym_boolean, - ACTIONS(3462), 4, - aux_sym_boolean_token1, - aux_sym_boolean_token2, - aux_sym_boolean_token3, - aux_sym_boolean_token4, - [3175] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(121), 1, - sym_update_host_keys_value, - ACTIONS(3490), 5, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - aux_sym_control_master_value_token1, [3189] = 4, ACTIONS(3), 1, sym_comment, - STATE(21), 1, - sym_stdin_null_value, - STATE(291), 1, + STATE(205), 1, + sym_compression_value, + STATE(305), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102848,11 +104522,11 @@ static const uint16_t ts_small_parse_table[] = { [3205] = 4, ACTIONS(3), 1, sym_comment, - STATE(66), 1, - sym_hostbased_authentication_value, - STATE(415), 1, + STATE(80), 1, + sym_forward_x11_trusted_value, + STATE(365), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102860,11 +104534,11 @@ static const uint16_t ts_small_parse_table[] = { [3221] = 4, ACTIONS(3), 1, sym_comment, - STATE(156), 1, - sym_no_host_authentication_for_localhost_value, - STATE(395), 1, + STATE(209), 1, + sym_check_host_ip_value, + STATE(289), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102872,11 +104546,11 @@ static const uint16_t ts_small_parse_table[] = { [3237] = 4, ACTIONS(3), 1, sym_comment, - STATE(179), 1, - sym_gssapi_trust_dns_value, - STATE(399), 1, + STATE(21), 1, + sym_stdin_null_value, + STATE(293), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102884,11 +104558,11 @@ static const uint16_t ts_small_parse_table[] = { [3253] = 4, ACTIONS(3), 1, sym_comment, - STATE(19), 1, - sym_stream_local_bind_unlink_value, - STATE(282), 1, + STATE(10), 1, + sym_use_roaming_value, + STATE(249), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102896,11 +104570,11 @@ static const uint16_t ts_small_parse_table[] = { [3269] = 4, ACTIONS(3), 1, sym_comment, - STATE(16), 1, - sym_tcp_keep_alive_value, - STATE(271), 1, + STATE(100), 1, + sym_challenge_response_authentication_value, + STATE(285), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102908,23 +104582,23 @@ static const uint16_t ts_small_parse_table[] = { [3285] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3712), 1, - anon_sym_DQUOTE, - STATE(123), 1, - sym_tunnel_value, - ACTIONS(3684), 4, - anon_sym_yes, - anon_sym_no, - anon_sym_point_DASHto_DASHpoint, - anon_sym_ethernet, + STATE(69), 1, + sym_hash_known_hosts_value, + STATE(409), 1, + sym_boolean, + ACTIONS(3481), 4, + aux_sym_boolean_token1, + aux_sym_boolean_token2, + aux_sym_boolean_token3, + aux_sym_boolean_token4, [3301] = 4, ACTIONS(3), 1, sym_comment, - STATE(124), 1, - sym_keep_alive_value, - STATE(267), 1, + STATE(156), 1, + sym_password_authentication_value, + STATE(392), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102932,11 +104606,11 @@ static const uint16_t ts_small_parse_table[] = { [3317] = 4, ACTIONS(3), 1, sym_comment, - STATE(62), 1, - sym_identities_only_value, - STATE(431), 1, + STATE(11), 1, + sym_use_keychain_value, + STATE(253), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102944,11 +104618,11 @@ static const uint16_t ts_small_parse_table[] = { [3333] = 4, ACTIONS(3), 1, sym_comment, - STATE(125), 1, - sym_tcp_keep_alive_value, - STATE(271), 1, + STATE(19), 1, + sym_stream_local_bind_unlink_value, + STATE(284), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102956,11 +104630,11 @@ static const uint16_t ts_small_parse_table[] = { [3349] = 4, ACTIONS(3), 1, sym_comment, - STATE(177), 1, - sym_hash_known_hosts_value, - STATE(407), 1, + STATE(173), 1, + sym_identities_only_value, + STATE(433), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102968,11 +104642,11 @@ static const uint16_t ts_small_parse_table[] = { [3365] = 4, ACTIONS(3), 1, sym_comment, - STATE(175), 1, - sym_hostbased_authentication_value, - STATE(415), 1, + STATE(106), 1, + sym_canonicalize_fallback_local_value, + STATE(261), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, @@ -102980,3549 +104654,3595 @@ static const uint16_t ts_small_parse_table[] = { [3381] = 4, ACTIONS(3), 1, sym_comment, - STATE(208), 1, - sym_challenge_response_authentication_value, - STATE(283), 1, + STATE(71), 1, + sym_gssapi_trust_dns_value, + STATE(401), 1, sym_boolean, - ACTIONS(3462), 4, + ACTIONS(3481), 4, aux_sym_boolean_token1, aux_sym_boolean_token2, aux_sym_boolean_token3, aux_sym_boolean_token4, - [3397] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(123), 1, - sym_tunnel_value, - ACTIONS(3684), 4, - anon_sym_yes, - anon_sym_no, - anon_sym_point_DASHto_DASHpoint, - anon_sym_ethernet, - [3410] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3710), 1, - aux_sym_address_family_value_token2, - ACTIONS(3714), 1, - anon_sym_DQUOTE, - STATE(219), 1, - sym_address_family_value, - ACTIONS(3708), 2, - aux_sym_address_family_value_token1, - aux_sym_address_family_value_token3, - [3427] = 4, + [3397] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3716), 1, + ACTIONS(3745), 1, anon_sym_DQUOTE, - STATE(132), 1, + STATE(133), 1, sym_session_type_value, - ACTIONS(3702), 3, + ACTIONS(3735), 3, aux_sym_canonicalize_hostname_value_token2, aux_sym_session_type_value_token1, aux_sym_session_type_value_token2, - [3442] = 5, - ACTIONS(3718), 1, + [3412] = 6, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(3749), 1, + aux_sym_pattern_token1, + ACTIONS(3751), 1, + anon_sym_EQ, + ACTIONS(3753), 1, + anon_sym_DQUOTE, + STATE(232), 1, + sym_pattern, + STATE(233), 1, + sym_match_value, + [3431] = 6, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3720), 1, + ACTIONS(3749), 1, + aux_sym_pattern_token1, + ACTIONS(3755), 1, + anon_sym_EQ, + ACTIONS(3757), 1, + anon_sym_DQUOTE, + STATE(228), 1, + sym_pattern, + STATE(229), 1, + sym_host_value, + [3450] = 5, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(3759), 1, anon_sym_EQ, - ACTIONS(3722), 1, + ACTIONS(3761), 1, anon_sym_DQUOTE, - STATE(336), 1, + STATE(338), 1, sym_escape_char_value, - ACTIONS(3724), 2, + ACTIONS(3763), 2, anon_sym_none, aux_sym_escape_char_value_token1, - [3459] = 3, + [3467] = 5, ACTIONS(3), 1, sym_comment, - STATE(14), 1, + ACTIONS(3765), 1, + anon_sym_EQ, + ACTIONS(3767), 1, + anon_sym_DQUOTE, + STATE(346), 1, + sym_fingerprint_hash_value, + ACTIONS(3769), 2, + anon_sym_md5, + anon_sym_sha256, + [3484] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(124), 1, sym_tunnel_value, - ACTIONS(3684), 4, + ACTIONS(3693), 4, anon_sym_yes, anon_sym_no, anon_sym_point_DASHto_DASHpoint, anon_sym_ethernet, - [3472] = 5, + [3497] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3726), 1, + ACTIONS(3771), 1, anon_sym_EQ, - ACTIONS(3728), 1, + ACTIONS(3773), 1, anon_sym_DQUOTE, - STATE(344), 1, - sym_fingerprint_hash_value, - ACTIONS(3730), 2, - anon_sym_md5, - anon_sym_sha256, - [3489] = 6, - ACTIONS(3718), 1, + STATE(367), 1, + sym_protocol_value, + ACTIONS(3775), 2, + anon_sym_1, + anon_sym_2, + [3514] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(3732), 1, - aux_sym_pattern_token1, - ACTIONS(3734), 1, - anon_sym_EQ, - ACTIONS(3736), 1, + ACTIONS(3743), 1, + aux_sym_address_family_value_token2, + ACTIONS(3777), 1, anon_sym_DQUOTE, - STATE(230), 1, - sym_pattern, - STATE(231), 1, - sym_match_value, - [3508] = 6, - ACTIONS(3718), 1, + STATE(221), 1, + sym_address_family_value, + ACTIONS(3741), 2, + aux_sym_address_family_value_token1, + aux_sym_address_family_value_token3, + [3531] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(14), 1, + sym_tunnel_value, + ACTIONS(3693), 4, + anon_sym_yes, + anon_sym_no, + anon_sym_point_DASHto_DASHpoint, + anon_sym_ethernet, + [3544] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3779), 1, aux_sym_pattern_token1, - ACTIONS(3738), 1, + ACTIONS(3781), 1, anon_sym_EQ, - ACTIONS(3740), 1, + ACTIONS(3783), 1, anon_sym_DQUOTE, - STATE(226), 1, - sym_pattern, - STATE(227), 1, - sym_host_value, - [3527] = 5, - ACTIONS(3), 1, + STATE(424), 1, + sym_known_hosts_command_value, + [3560] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3742), 1, + ACTIONS(3785), 1, + aux_sym_pattern_token1, + ACTIONS(3787), 1, anon_sym_EQ, - ACTIONS(3744), 1, + ACTIONS(3789), 1, anon_sym_DQUOTE, - STATE(361), 1, - sym_protocol_value, - ACTIONS(3746), 2, - anon_sym_1, - anon_sym_2, - [3544] = 5, - ACTIONS(3718), 1, + STATE(426), 1, + sym_host_key_alias_value, + [3576] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3748), 1, + ACTIONS(3791), 1, aux_sym_pattern_token1, - ACTIONS(3750), 1, + ACTIONS(3793), 1, anon_sym_EQ, - ACTIONS(3752), 1, + ACTIONS(3795), 1, anon_sym_DQUOTE, - STATE(333), 1, - sym_rekey_limit_value, - [3560] = 5, + STATE(282), 1, + sym_certificate_file_value, + [3592] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3754), 1, + ACTIONS(3797), 1, sym_number, - ACTIONS(3756), 1, + ACTIONS(3799), 1, anon_sym_EQ, - ACTIONS(3758), 1, + ACTIONS(3801), 1, anon_sym_DQUOTE, - STATE(268), 1, + STATE(270), 1, sym_canonicalize_max_dots_value, - [3576] = 5, - ACTIONS(3718), 1, + [3608] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3760), 1, + ACTIONS(3803), 1, aux_sym_pattern_token1, - ACTIONS(3762), 1, + ACTIONS(3805), 1, anon_sym_EQ, - ACTIONS(3764), 1, + ACTIONS(3807), 1, anon_sym_DQUOTE, - STATE(292), 1, - sym_ciphers_value, - [3592] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(23), 1, - sym_session_type_value, - ACTIONS(3702), 3, - aux_sym_canonicalize_hostname_value_token2, - aux_sym_session_type_value_token1, - aux_sym_session_type_value_token2, - [3604] = 5, - ACTIONS(3718), 1, + STATE(259), 1, + sym_tunnel_device_value, + [3624] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3766), 1, + ACTIONS(3809), 1, aux_sym_pattern_token1, - ACTIONS(3768), 1, + ACTIONS(3811), 1, anon_sym_EQ, - ACTIONS(3770), 1, + ACTIONS(3813), 1, anon_sym_DQUOTE, - STATE(272), 1, + STATE(274), 1, sym_canonicalize_permitted_cnames_value, - [3620] = 5, - ACTIONS(3718), 1, + [3640] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(3815), 1, aux_sym_pattern_token1, - ACTIONS(3774), 1, + ACTIONS(3817), 1, anon_sym_EQ, - ACTIONS(3776), 1, + ACTIONS(3819), 1, anon_sym_DQUOTE, - STATE(280), 1, - sym_certificate_file_value, - [3636] = 5, - ACTIONS(3718), 1, + STATE(430), 1, + sym_hostname_value, + [3656] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3821), 1, + sym_number, + ACTIONS(3823), 1, + anon_sym_EQ, + ACTIONS(3825), 1, + anon_sym_DQUOTE, + STATE(396), 1, + sym_number_of_password_prompts_value, + [3672] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3778), 1, + ACTIONS(3827), 1, aux_sym_pattern_token1, - ACTIONS(3780), 1, + ACTIONS(3829), 1, anon_sym_EQ, - ACTIONS(3782), 1, + ACTIONS(3831), 1, anon_sym_DQUOTE, - STATE(276), 1, - sym_ca_signature_algorithms_value, - [3652] = 5, - ACTIONS(3718), 1, + STATE(414), 1, + sym_hostbased_accepted_algorithms_value, + [3688] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3784), 1, + ACTIONS(3833), 1, aux_sym_pattern_token1, - ACTIONS(3786), 1, + ACTIONS(3835), 1, anon_sym_EQ, - ACTIONS(3788), 1, + ACTIONS(3837), 1, anon_sym_DQUOTE, - STATE(438), 1, - sym_identity_file_value, - [3668] = 5, - ACTIONS(3), 1, + STATE(422), 1, + sym_host_key_algorithms_value, + [3704] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3790), 1, - sym_number, - ACTIONS(3792), 1, + ACTIONS(3839), 1, + aux_sym_pattern_token1, + ACTIONS(3841), 1, anon_sym_EQ, - ACTIONS(3794), 1, + ACTIONS(3843), 1, anon_sym_DQUOTE, - STATE(308), 1, - sym_connection_attempts_value, - [3684] = 4, - ACTIONS(3), 1, + STATE(404), 1, + sym_macs_value, + [3720] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3710), 1, - aux_sym_address_family_value_token2, - STATE(219), 1, - sym_address_family_value, - ACTIONS(3708), 2, - aux_sym_address_family_value_token1, - aux_sym_address_family_value_token3, - [3698] = 5, - ACTIONS(3718), 1, + ACTIONS(3845), 1, + aux_sym_pattern_token1, + ACTIONS(3847), 1, + anon_sym_EQ, + ACTIONS(3849), 1, + anon_sym_DQUOTE, + STATE(352), 1, + sym_pubkey_accepted_algorithms_value, + [3736] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3796), 1, + ACTIONS(3851), 1, aux_sym_pattern_token1, - ACTIONS(3798), 1, + ACTIONS(3853), 1, anon_sym_EQ, - ACTIONS(3800), 1, + ACTIONS(3855), 1, anon_sym_DQUOTE, - STATE(256), 1, + STATE(258), 1, sym_canonical_domains_value, - [3714] = 3, + [3752] = 3, ACTIONS(3), 1, sym_comment, - STATE(132), 1, + STATE(133), 1, sym_session_type_value, - ACTIONS(3702), 3, + ACTIONS(3735), 3, aux_sym_canonicalize_hostname_value_token2, aux_sym_session_type_value_token1, aux_sym_session_type_value_token2, - [3726] = 5, - ACTIONS(3), 1, + [3764] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3802), 1, - sym_number, - ACTIONS(3804), 1, + ACTIONS(3857), 1, + aux_sym_pattern_token1, + ACTIONS(3859), 1, anon_sym_EQ, - ACTIONS(3806), 1, + ACTIONS(3861), 1, anon_sym_DQUOTE, - STATE(312), 1, - sym_connect_timeout_value, - [3742] = 5, - ACTIONS(3718), 1, + STATE(278), 1, + sym_ca_signature_algorithms_value, + [3780] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3808), 1, + ACTIONS(3863), 1, aux_sym_pattern_token1, - ACTIONS(3810), 1, + ACTIONS(3865), 1, anon_sym_EQ, - ACTIONS(3812), 1, + ACTIONS(3867), 1, anon_sym_DQUOTE, - STATE(252), 1, + STATE(254), 1, sym_bind_interface_value, - [3758] = 5, - ACTIONS(3718), 1, + [3796] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3814), 1, + ACTIONS(3869), 1, aux_sym_pattern_token1, - ACTIONS(3816), 1, + ACTIONS(3871), 1, anon_sym_EQ, - ACTIONS(3818), 1, + ACTIONS(3873), 1, anon_sym_DQUOTE, - STATE(320), 1, - sym_control_path_value, - [3774] = 5, - ACTIONS(3718), 1, + STATE(298), 1, + sym_cipher_value, + [3812] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3875), 1, aux_sym_pattern_token1, - ACTIONS(3820), 1, + ACTIONS(3877), 1, + anon_sym_EQ, + ACTIONS(3879), 1, anon_sym_DQUOTE, - STATE(221), 1, - sym_match_value, - STATE(230), 1, - sym_pattern, - [3790] = 5, - ACTIONS(3718), 1, + STATE(444), 1, + sym_include_value, + [3828] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3822), 1, + ACTIONS(3881), 1, aux_sym_pattern_token1, - ACTIONS(3824), 1, + ACTIONS(3883), 1, anon_sym_EQ, - ACTIONS(3826), 1, + ACTIONS(3885), 1, anon_sym_DQUOTE, - STATE(248), 1, + STATE(250), 1, sym_bind_address_value, - [3806] = 5, - ACTIONS(3718), 1, + [3844] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3887), 1, aux_sym_pattern_token1, - ACTIONS(3828), 1, + ACTIONS(3889), 1, + anon_sym_EQ, + ACTIONS(3891), 1, anon_sym_DQUOTE, - STATE(222), 1, - sym_host_value, - STATE(226), 1, - sym_pattern, - [3822] = 5, - ACTIONS(3718), 1, + STATE(407), 1, + sym_log_verbose_value, + [3860] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3830), 1, - aux_sym_pattern_token1, - ACTIONS(3832), 1, - anon_sym_EQ, - ACTIONS(3834), 1, - anon_sym_DQUOTE, - STATE(224), 1, - sym_xauth_location_value, - [3838] = 5, - ACTIONS(3718), 1, + STATE(23), 1, + sym_session_type_value, + ACTIONS(3735), 3, + aux_sym_canonicalize_hostname_value_token2, + aux_sym_session_type_value_token1, + aux_sym_session_type_value_token2, + [3872] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3836), 1, + ACTIONS(3893), 1, aux_sym_pattern_token1, - ACTIONS(3838), 1, + ACTIONS(3895), 1, anon_sym_EQ, - ACTIONS(3840), 1, + ACTIONS(3897), 1, anon_sym_DQUOTE, - STATE(328), 1, - sym_dynamic_forward_value, - [3854] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3710), 1, - aux_sym_address_family_value_token2, - STATE(110), 1, - sym_address_family_value, - ACTIONS(3708), 2, - aux_sym_address_family_value_token1, - aux_sym_address_family_value_token3, - [3868] = 5, - ACTIONS(3718), 1, + STATE(383), 1, + sym_permit_remote_open_value, + [3888] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3842), 1, + ACTIONS(3899), 1, aux_sym_pattern_token1, - ACTIONS(3844), 1, + ACTIONS(3901), 1, anon_sym_EQ, - ACTIONS(3846), 1, + ACTIONS(3903), 1, anon_sym_DQUOTE, - STATE(237), 1, - sym_user_known_hosts_file_value, - [3884] = 5, - ACTIONS(3718), 1, + STATE(360), 1, + sym_proxy_jump_value, + [3904] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3848), 1, + ACTIONS(3905), 1, aux_sym_pattern_token1, - ACTIONS(3850), 1, + ACTIONS(3907), 1, anon_sym_EQ, - ACTIONS(3852), 1, + ACTIONS(3909), 1, anon_sym_DQUOTE, - STATE(241), 1, - sym_user_value, - [3900] = 5, - ACTIONS(3718), 1, + STATE(431), 1, + sym_kbd_interactive_devices_value, + [3920] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(3854), 1, - aux_sym_pattern_token1, - ACTIONS(3856), 1, + ACTIONS(3911), 1, + sym_number, + ACTIONS(3913), 1, anon_sym_EQ, - ACTIONS(3858), 1, + ACTIONS(3915), 1, anon_sym_DQUOTE, - STATE(257), 1, - sym_tunnel_device_value, - [3916] = 5, - ACTIONS(3718), 1, + STATE(310), 1, + sym_connection_attempts_value, + [3936] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3860), 1, + ACTIONS(3917), 1, aux_sym_pattern_token1, - ACTIONS(3862), 1, + ACTIONS(3919), 1, anon_sym_EQ, - ACTIONS(3864), 1, + ACTIONS(3921), 1, anon_sym_DQUOTE, - STATE(285), 1, - sym_stream_local_bind_mask_value, - [3932] = 4, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(3866), 1, - anon_sym_DQUOTE, - STATE(195), 1, - sym_escape_char_value, - ACTIONS(3724), 2, - anon_sym_none, - aux_sym_escape_char_value_token1, - [3946] = 5, - ACTIONS(3718), 1, + STATE(243), 1, + sym_user_value, + [3952] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3868), 1, + ACTIONS(3923), 1, aux_sym_pattern_token1, - ACTIONS(3870), 1, + ACTIONS(3925), 1, anon_sym_EQ, - ACTIONS(3872), 1, + ACTIONS(3927), 1, anon_sym_DQUOTE, - STATE(352), 1, - sym_forward_agent_value, - [3962] = 5, - ACTIONS(3718), 1, + STATE(415), 1, + sym_local_forward_value, + [3968] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3874), 1, + ACTIONS(3929), 1, aux_sym_pattern_token1, - ACTIONS(3876), 1, + ACTIONS(3931), 1, anon_sym_EQ, - ACTIONS(3878), 1, + ACTIONS(3933), 1, anon_sym_DQUOTE, - STATE(294), 1, - sym_set_env_value, - [3978] = 5, + STATE(287), 1, + sym_stream_local_bind_mask_value, + [3984] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3880), 1, + ACTIONS(3935), 1, sym_number, - ACTIONS(3882), 1, - anon_sym_EQ, - ACTIONS(3884), 1, - anon_sym_DQUOTE, - STATE(301), 1, - sym_server_alive_interval_value, - [3994] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3886), 1, - sym_time_format, - ACTIONS(3888), 1, + ACTIONS(3937), 1, anon_sym_EQ, - ACTIONS(3890), 1, + ACTIONS(3939), 1, anon_sym_DQUOTE, - STATE(360), 1, - sym_forward_x11_timeout_value, - [4010] = 5, - ACTIONS(3), 1, + STATE(314), 1, + sym_connect_timeout_value, + [4000] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3892), 1, - sym_number, - ACTIONS(3894), 1, + ACTIONS(3941), 1, + aux_sym_pattern_token1, + ACTIONS(3943), 1, anon_sym_EQ, - ACTIONS(3896), 1, - anon_sym_DQUOTE, - STATE(306), 1, - sym_server_alive_count_max_value, - [4026] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3898), 1, + ACTIONS(3945), 1, anon_sym_DQUOTE, - STATE(193), 1, - sym_fingerprint_hash_value, - ACTIONS(3730), 2, - anon_sym_md5, - anon_sym_sha256, - [4040] = 5, - ACTIONS(3718), 1, + STATE(420), 1, + sym_local_command_value, + [4016] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3900), 1, + ACTIONS(3947), 1, aux_sym_pattern_token1, - ACTIONS(3902), 1, + ACTIONS(3949), 1, anon_sym_EQ, - ACTIONS(3904), 1, + ACTIONS(3951), 1, anon_sym_DQUOTE, - STATE(310), 1, - sym_send_env_value, - [4056] = 5, - ACTIONS(3718), 1, + STATE(322), 1, + sym_control_path_value, + [4032] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3906), 1, + ACTIONS(3953), 1, aux_sym_pattern_token1, - ACTIONS(3908), 1, + ACTIONS(3955), 1, anon_sym_EQ, - ACTIONS(3910), 1, + ACTIONS(3957), 1, anon_sym_DQUOTE, - STATE(314), 1, - sym_security_key_provider_value, - [4072] = 5, - ACTIONS(3718), 1, + STATE(438), 1, + sym_identity_agent_value, + [4048] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3912), 1, + ACTIONS(3959), 1, aux_sym_pattern_token1, - ACTIONS(3914), 1, + ACTIONS(3961), 1, anon_sym_EQ, - ACTIONS(3916), 1, + ACTIONS(3963), 1, anon_sym_DQUOTE, - STATE(318), 1, - sym_revoked_host_keys_value, - [4088] = 5, - ACTIONS(3718), 1, + STATE(380), 1, + sym_pkcs11_provider_value, + [4064] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3918), 1, + ACTIONS(3965), 1, aux_sym_pattern_token1, - ACTIONS(3920), 1, + ACTIONS(3967), 1, anon_sym_EQ, - ACTIONS(3922), 1, + ACTIONS(3969), 1, anon_sym_DQUOTE, - STATE(326), 1, - sym_remote_forward_value, - [4104] = 5, - ACTIONS(3718), 1, + STATE(239), 1, + sym_user_known_hosts_file_value, + [4080] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3924), 1, + ACTIONS(3971), 1, aux_sym_pattern_token1, - ACTIONS(3926), 1, + ACTIONS(3973), 1, anon_sym_EQ, - ACTIONS(3928), 1, + ACTIONS(3975), 1, anon_sym_DQUOTE, - STATE(329), 1, - sym_remote_command_value, - [4120] = 5, - ACTIONS(3718), 1, + STATE(296), 1, + sym_set_env_value, + [4096] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3930), 1, + ACTIONS(3977), 1, aux_sym_pattern_token1, - ACTIONS(3932), 1, + ACTIONS(3979), 1, anon_sym_EQ, - ACTIONS(3934), 1, + ACTIONS(3981), 1, anon_sym_DQUOTE, - STATE(372), 1, - sym_global_known_hosts_file_value, - [4136] = 5, - ACTIONS(3718), 1, + STATE(330), 1, + sym_dynamic_forward_value, + [4112] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3936), 1, - aux_sym_pattern_token1, - ACTIONS(3938), 1, - anon_sym_EQ, - ACTIONS(3940), 1, + ACTIONS(3983), 1, anon_sym_DQUOTE, - STATE(436), 1, - sym_identity_agent_value, - [4152] = 5, - ACTIONS(3718), 1, + STATE(197), 1, + sym_escape_char_value, + ACTIONS(3763), 2, + anon_sym_none, + aux_sym_escape_char_value_token1, + [4126] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(3942), 1, - aux_sym_pattern_token1, - ACTIONS(3944), 1, + ACTIONS(3985), 1, + sym_number, + ACTIONS(3987), 1, anon_sym_EQ, - ACTIONS(3946), 1, + ACTIONS(3989), 1, anon_sym_DQUOTE, - STATE(341), 1, - sym_pubkey_accepted_key_types_value, - [4168] = 5, - ACTIONS(3718), 1, + STATE(303), 1, + sym_server_alive_interval_value, + [4142] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3948), 1, + ACTIONS(3991), 1, aux_sym_pattern_token1, - ACTIONS(3950), 1, + ACTIONS(3993), 1, anon_sym_EQ, - ACTIONS(3952), 1, + ACTIONS(3995), 1, anon_sym_DQUOTE, - STATE(345), 1, - sym_pubkey_accepted_algorithms_value, - [4184] = 4, + STATE(442), 1, + sym_identity_file_value, + [4158] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3954), 1, + ACTIONS(3743), 1, + aux_sym_address_family_value_token2, + STATE(111), 1, + sym_address_family_value, + ACTIONS(3741), 2, + aux_sym_address_family_value_token1, + aux_sym_address_family_value_token3, + [4172] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3997), 1, anon_sym_DQUOTE, - STATE(148), 1, - sym_protocol_value, - ACTIONS(3746), 2, - anon_sym_1, - anon_sym_2, - [4198] = 5, - ACTIONS(3718), 1, + STATE(195), 1, + sym_fingerprint_hash_value, + ACTIONS(3769), 2, + anon_sym_md5, + anon_sym_sha256, + [4186] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(3956), 1, - aux_sym_pattern_token1, - ACTIONS(3958), 1, + ACTIONS(3999), 1, + sym_number, + ACTIONS(4001), 1, anon_sym_EQ, - ACTIONS(3960), 1, + ACTIONS(4003), 1, anon_sym_DQUOTE, - STATE(380), 1, - sym_gssapi_client_identity_value, - [4214] = 5, - ACTIONS(3718), 1, + STATE(375), 1, + sym_port_value, + [4202] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3962), 1, + ACTIONS(4005), 1, aux_sym_pattern_token1, - ACTIONS(3964), 1, + ACTIONS(4007), 1, anon_sym_EQ, - ACTIONS(3966), 1, + ACTIONS(4009), 1, anon_sym_DQUOTE, - STATE(353), 1, - sym_proxy_jump_value, - [4230] = 5, - ACTIONS(3718), 1, + STATE(347), 1, + sym_pubkey_accepted_key_types_value, + [4218] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(3968), 1, - aux_sym_pattern_token1, - ACTIONS(3970), 1, + ACTIONS(4011), 1, + sym_number, + ACTIONS(4013), 1, anon_sym_EQ, - ACTIONS(3972), 1, + ACTIONS(4015), 1, anon_sym_DQUOTE, - STATE(358), 1, - sym_proxy_command_value, - [4246] = 5, - ACTIONS(3718), 1, + STATE(308), 1, + sym_server_alive_count_max_value, + [4234] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3974), 1, + ACTIONS(4017), 1, aux_sym_pattern_token1, - ACTIONS(3976), 1, + ACTIONS(4019), 1, anon_sym_EQ, - ACTIONS(3978), 1, + ACTIONS(4021), 1, anon_sym_DQUOTE, - STATE(365), 1, - sym_preferred_authentications_value, - [4262] = 5, - ACTIONS(3), 1, + STATE(428), 1, + sym_kex_algorithms_value, + [4250] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3980), 1, - sym_number, - ACTIONS(3982), 1, + ACTIONS(4023), 1, + aux_sym_pattern_token1, + ACTIONS(4025), 1, anon_sym_EQ, - ACTIONS(3984), 1, + ACTIONS(4027), 1, anon_sym_DQUOTE, - STATE(370), 1, - sym_port_value, - [4278] = 5, - ACTIONS(3718), 1, + STATE(226), 1, + sym_xauth_location_value, + [4266] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3986), 1, + ACTIONS(4029), 1, aux_sym_pattern_token1, - ACTIONS(3988), 1, + ACTIONS(4031), 1, anon_sym_EQ, - ACTIONS(3990), 1, + ACTIONS(4033), 1, anon_sym_DQUOTE, - STATE(396), 1, - sym_gssapi_server_identity_value, - [4294] = 5, - ACTIONS(3718), 1, + STATE(312), 1, + sym_send_env_value, + [4282] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3992), 1, + ACTIONS(4035), 1, aux_sym_pattern_token1, - ACTIONS(3994), 1, + ACTIONS(4037), 1, anon_sym_EQ, - ACTIONS(3996), 1, + ACTIONS(4039), 1, anon_sym_DQUOTE, - STATE(373), 1, - sym_pkcs11_provider_value, - [4310] = 5, - ACTIONS(3718), 1, + STATE(363), 1, + sym_proxy_command_value, + [4298] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3998), 1, + ACTIONS(4041), 1, aux_sym_pattern_token1, - ACTIONS(4000), 1, + ACTIONS(4043), 1, anon_sym_EQ, - ACTIONS(4002), 1, + ACTIONS(4045), 1, anon_sym_DQUOTE, - STATE(378), 1, - sym_permit_remote_open_value, - [4326] = 5, - ACTIONS(3718), 1, + STATE(354), 1, + sym_forward_agent_value, + [4314] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4004), 1, + ACTIONS(3749), 1, aux_sym_pattern_token1, - ACTIONS(4006), 1, - anon_sym_EQ, - ACTIONS(4008), 1, + ACTIONS(4047), 1, anon_sym_DQUOTE, - STATE(404), 1, - sym_gssapi_kex_algorithms_value, - [4342] = 5, - ACTIONS(3), 1, + STATE(224), 1, + sym_host_value, + STATE(228), 1, + sym_pattern, + [4330] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4010), 1, - sym_number, - ACTIONS(4012), 1, + ACTIONS(4049), 1, + aux_sym_pattern_token1, + ACTIONS(4051), 1, anon_sym_EQ, - ACTIONS(4014), 1, + ACTIONS(4053), 1, anon_sym_DQUOTE, - STATE(389), 1, - sym_number_of_password_prompts_value, - [4358] = 5, - ACTIONS(3718), 1, + STATE(372), 1, + sym_preferred_authentications_value, + [4346] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4016), 1, + ACTIONS(4055), 1, aux_sym_pattern_token1, - ACTIONS(4018), 1, + ACTIONS(4057), 1, anon_sym_EQ, - ACTIONS(4020), 1, + ACTIONS(4059), 1, anon_sym_DQUOTE, - STATE(397), 1, - sym_macs_value, - [4374] = 5, - ACTIONS(3718), 1, + STATE(4), 1, + sym_ignore_unknown_value, + [4362] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4022), 1, + ACTIONS(4061), 1, aux_sym_pattern_token1, - ACTIONS(4024), 1, + ACTIONS(4063), 1, anon_sym_EQ, - ACTIONS(4026), 1, + ACTIONS(4065), 1, anon_sym_DQUOTE, - STATE(412), 1, - sym_hostbased_accepted_algorithms_value, - [4390] = 5, - ACTIONS(3718), 1, + STATE(316), 1, + sym_security_key_provider_value, + [4378] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(4028), 1, - aux_sym_pattern_token1, - ACTIONS(4030), 1, + ACTIONS(4067), 1, + sym_time_format, + ACTIONS(4069), 1, anon_sym_EQ, - ACTIONS(4032), 1, + ACTIONS(4071), 1, anon_sym_DQUOTE, - STATE(402), 1, - sym_log_verbose_value, - [4406] = 5, - ACTIONS(3718), 1, + STATE(362), 1, + sym_forward_x11_timeout_value, + [4394] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4034), 1, + ACTIONS(4073), 1, aux_sym_pattern_token1, - ACTIONS(4036), 1, + ACTIONS(4075), 1, anon_sym_EQ, - ACTIONS(4038), 1, + ACTIONS(4077), 1, anon_sym_DQUOTE, - STATE(410), 1, - sym_local_forward_value, - [4422] = 5, - ACTIONS(3718), 1, + STATE(320), 1, + sym_revoked_host_keys_value, + [4410] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4040), 1, + ACTIONS(4079), 1, aux_sym_pattern_token1, - ACTIONS(4042), 1, + ACTIONS(4081), 1, anon_sym_EQ, - ACTIONS(4044), 1, + ACTIONS(4083), 1, anon_sym_DQUOTE, - STATE(413), 1, - sym_local_command_value, - [4438] = 5, - ACTIONS(3718), 1, + STATE(374), 1, + sym_global_known_hosts_file_value, + [4426] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(4046), 1, - aux_sym_pattern_token1, - ACTIONS(4048), 1, + ACTIONS(4085), 1, + sym_number, + ACTIONS(4087), 1, anon_sym_EQ, - ACTIONS(4050), 1, + ACTIONS(4089), 1, anon_sym_DQUOTE, - STATE(418), 1, - sym_known_hosts_command_value, - [4454] = 5, - ACTIONS(3718), 1, + STATE(324), 1, + sym_required_rsa_size_value, + [4442] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4052), 1, + ACTIONS(4091), 1, aux_sym_pattern_token1, - ACTIONS(4054), 1, + ACTIONS(4093), 1, anon_sym_EQ, - ACTIONS(4056), 1, + ACTIONS(4095), 1, anon_sym_DQUOTE, - STATE(420), 1, - sym_host_key_algorithms_value, - [4470] = 5, - ACTIONS(3718), 1, + STATE(382), 1, + sym_gssapi_client_identity_value, + [4458] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(4058), 1, - aux_sym_pattern_token1, - ACTIONS(4060), 1, - anon_sym_EQ, - ACTIONS(4062), 1, + ACTIONS(4097), 1, anon_sym_DQUOTE, - STATE(422), 1, - sym_kex_algorithms_value, - [4486] = 5, - ACTIONS(3718), 1, + STATE(150), 1, + sym_protocol_value, + ACTIONS(3775), 2, + anon_sym_1, + anon_sym_2, + [4472] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4064), 1, + ACTIONS(3749), 1, aux_sym_pattern_token1, - ACTIONS(4066), 1, - anon_sym_EQ, - ACTIONS(4068), 1, + ACTIONS(4099), 1, anon_sym_DQUOTE, - STATE(424), 1, - sym_host_key_alias_value, - [4502] = 5, - ACTIONS(3718), 1, + STATE(223), 1, + sym_match_value, + STATE(232), 1, + sym_pattern, + [4488] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4070), 1, + ACTIONS(4101), 1, aux_sym_pattern_token1, - ACTIONS(4072), 1, + ACTIONS(4103), 1, anon_sym_EQ, - ACTIONS(4074), 1, + ACTIONS(4105), 1, anon_sym_DQUOTE, - STATE(426), 1, - sym_kbd_interactive_devices_value, - [4518] = 5, - ACTIONS(3718), 1, + STATE(331), 1, + sym_remote_forward_value, + [4504] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4076), 1, + ACTIONS(4107), 1, aux_sym_pattern_token1, - ACTIONS(4078), 1, + ACTIONS(4109), 1, anon_sym_EQ, - ACTIONS(4080), 1, + ACTIONS(4111), 1, anon_sym_DQUOTE, - STATE(296), 1, - sym_cipher_value, + STATE(335), 1, + sym_remote_command_value, + [4520] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3743), 1, + aux_sym_address_family_value_token2, + STATE(221), 1, + sym_address_family_value, + ACTIONS(3741), 2, + aux_sym_address_family_value_token1, + aux_sym_address_family_value_token3, [4534] = 5, - ACTIONS(3718), 1, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4082), 1, + ACTIONS(4113), 1, aux_sym_pattern_token1, - ACTIONS(4084), 1, + ACTIONS(4115), 1, anon_sym_EQ, - ACTIONS(4086), 1, + ACTIONS(4117), 1, anon_sym_DQUOTE, - STATE(428), 1, - sym_hostname_value, + STATE(294), 1, + sym_ciphers_value, [4550] = 5, - ACTIONS(3718), 1, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4088), 1, + ACTIONS(4119), 1, aux_sym_pattern_token1, - ACTIONS(4090), 1, + ACTIONS(4121), 1, anon_sym_EQ, - ACTIONS(4092), 1, + ACTIONS(4123), 1, anon_sym_DQUOTE, - STATE(4), 1, - sym_include_value, + STATE(398), 1, + sym_gssapi_server_identity_value, [4566] = 5, - ACTIONS(3718), 1, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4094), 1, + ACTIONS(4125), 1, aux_sym_pattern_token1, - ACTIONS(4096), 1, + ACTIONS(4127), 1, anon_sym_EQ, - ACTIONS(4098), 1, + ACTIONS(4129), 1, anon_sym_DQUOTE, - STATE(440), 1, - sym_ignore_unknown_value, - [4582] = 4, - ACTIONS(3718), 1, + STATE(339), 1, + sym_rekey_limit_value, + [4582] = 5, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4100), 1, + ACTIONS(4131), 1, aux_sym_pattern_token1, - STATE(222), 1, - sym_host_value, - STATE(226), 1, - sym_pattern, - [4595] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(39), 1, - sym_protocol_value, - ACTIONS(3746), 2, - anon_sym_1, - anon_sym_2, - [4606] = 4, - ACTIONS(3718), 1, + ACTIONS(4133), 1, + anon_sym_EQ, + ACTIONS(4135), 1, + anon_sym_DQUOTE, + STATE(406), 1, + sym_gssapi_kex_algorithms_value, + [4598] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4088), 1, + ACTIONS(3863), 1, aux_sym_pattern_token1, - ACTIONS(4102), 1, + ACTIONS(4137), 1, anon_sym_DQUOTE, - STATE(167), 1, - sym_include_value, - [4619] = 4, - ACTIONS(3718), 1, + STATE(218), 1, + sym_bind_interface_value, + [4611] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4094), 1, + ACTIONS(3809), 1, aux_sym_pattern_token1, - ACTIONS(4104), 1, + ACTIONS(4139), 1, anon_sym_DQUOTE, - STATE(168), 1, - sym_ignore_unknown_value, - [4632] = 4, - ACTIONS(3718), 1, + STATE(213), 1, + sym_canonicalize_permitted_cnames_value, + [4624] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3936), 1, + ACTIONS(4055), 1, aux_sym_pattern_token1, - ACTIONS(4106), 1, + ACTIONS(4141), 1, anon_sym_DQUOTE, STATE(170), 1, - sym_identity_agent_value, - [4645] = 4, - ACTIONS(3718), 1, + sym_ignore_unknown_value, + [4637] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4070), 1, + ACTIONS(3991), 1, aux_sym_pattern_token1, - ACTIONS(4108), 1, + ACTIONS(4143), 1, anon_sym_DQUOTE, - STATE(164), 1, - sym_kbd_interactive_devices_value, - [4658] = 4, - ACTIONS(3718), 1, + STATE(171), 1, + sym_identity_file_value, + [4650] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4082), 1, + ACTIONS(4145), 1, aux_sym_pattern_token1, - ACTIONS(4110), 1, + STATE(223), 1, + sym_match_value, + STATE(232), 1, + sym_pattern, + [4663] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(3953), 1, + aux_sym_pattern_token1, + ACTIONS(4147), 1, anon_sym_DQUOTE, STATE(172), 1, - sym_hostname_value, - [4671] = 4, - ACTIONS(3718), 1, + sym_identity_agent_value, + [4676] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4058), 1, + ACTIONS(3905), 1, aux_sym_pattern_token1, - ACTIONS(4112), 1, + ACTIONS(4149), 1, anon_sym_DQUOTE, - STATE(163), 1, + STATE(166), 1, + sym_kbd_interactive_devices_value, + [4689] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4017), 1, + aux_sym_pattern_token1, + ACTIONS(4151), 1, + anon_sym_DQUOTE, + STATE(165), 1, sym_kex_algorithms_value, - [4684] = 4, - ACTIONS(3718), 1, + [4702] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4064), 1, + ACTIONS(3815), 1, aux_sym_pattern_token1, - ACTIONS(4114), 1, + ACTIONS(4153), 1, anon_sym_DQUOTE, - STATE(173), 1, - sym_host_key_alias_value, - [4697] = 4, - ACTIONS(3718), 1, + STATE(174), 1, + sym_hostname_value, + [4715] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4046), 1, + ACTIONS(3779), 1, aux_sym_pattern_token1, - ACTIONS(4116), 1, + ACTIONS(4155), 1, anon_sym_DQUOTE, - STATE(162), 1, + STATE(164), 1, sym_known_hosts_command_value, - [4710] = 4, - ACTIONS(3718), 1, + [4728] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4052), 1, + ACTIONS(3785), 1, aux_sym_pattern_token1, - ACTIONS(4118), 1, + ACTIONS(4157), 1, anon_sym_DQUOTE, - STATE(174), 1, - sym_host_key_algorithms_value, - [4723] = 4, - ACTIONS(3718), 1, + STATE(175), 1, + sym_host_key_alias_value, + [4741] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4040), 1, + ACTIONS(3941), 1, aux_sym_pattern_token1, - ACTIONS(4120), 1, + ACTIONS(4159), 1, anon_sym_DQUOTE, - STATE(161), 1, + STATE(163), 1, sym_local_command_value, - [4736] = 4, - ACTIONS(3718), 1, + [4754] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4034), 1, + ACTIONS(3833), 1, aux_sym_pattern_token1, - ACTIONS(4122), 1, + ACTIONS(4161), 1, anon_sym_DQUOTE, - STATE(160), 1, + STATE(176), 1, + sym_host_key_algorithms_value, + [4767] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(3923), 1, + aux_sym_pattern_token1, + ACTIONS(4163), 1, + anon_sym_DQUOTE, + STATE(162), 1, sym_local_forward_value, - [4749] = 4, - ACTIONS(3718), 1, + [4780] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4022), 1, + ACTIONS(3827), 1, aux_sym_pattern_token1, - ACTIONS(4124), 1, + ACTIONS(4165), 1, anon_sym_DQUOTE, - STATE(176), 1, + STATE(178), 1, sym_hostbased_accepted_algorithms_value, - [4762] = 4, - ACTIONS(3718), 1, + [4793] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4028), 1, + ACTIONS(3887), 1, aux_sym_pattern_token1, - ACTIONS(4126), 1, + ACTIONS(4167), 1, anon_sym_DQUOTE, - STATE(158), 1, + STATE(160), 1, sym_log_verbose_value, - [4775] = 4, - ACTIONS(3718), 1, + [4806] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4004), 1, + ACTIONS(3965), 1, aux_sym_pattern_token1, - ACTIONS(4128), 1, + ACTIONS(4169), 1, anon_sym_DQUOTE, - STATE(178), 1, - sym_gssapi_kex_algorithms_value, - [4788] = 4, - ACTIONS(3718), 1, + STATE(118), 1, + sym_user_known_hosts_file_value, + [4819] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4016), 1, + ACTIONS(3839), 1, aux_sym_pattern_token1, - ACTIONS(4130), 1, + ACTIONS(4171), 1, anon_sym_DQUOTE, - STATE(157), 1, + STATE(159), 1, sym_macs_value, - [4801] = 4, - ACTIONS(3718), 1, + [4832] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3986), 1, + ACTIONS(4131), 1, aux_sym_pattern_token1, - ACTIONS(4132), 1, + ACTIONS(4173), 1, anon_sym_DQUOTE, STATE(180), 1, - sym_gssapi_server_identity_value, - [4814] = 4, + sym_gssapi_kex_algorithms_value, + [4845] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4010), 1, + ACTIONS(3821), 1, sym_number, - ACTIONS(4134), 1, + ACTIONS(4175), 1, anon_sym_DQUOTE, - STATE(155), 1, + STATE(157), 1, sym_number_of_password_prompts_value, - [4827] = 4, - ACTIONS(3718), 1, + [4858] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3998), 1, + ACTIONS(4119), 1, aux_sym_pattern_token1, - ACTIONS(4136), 1, + ACTIONS(4177), 1, anon_sym_DQUOTE, - STATE(152), 1, + STATE(182), 1, + sym_gssapi_server_identity_value, + [4871] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(3893), 1, + aux_sym_pattern_token1, + ACTIONS(4179), 1, + anon_sym_DQUOTE, + STATE(154), 1, sym_permit_remote_open_value, - [4840] = 4, - ACTIONS(3718), 1, + [4884] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3956), 1, + ACTIONS(3917), 1, aux_sym_pattern_token1, - ACTIONS(4138), 1, + ACTIONS(4181), 1, anon_sym_DQUOTE, - STATE(184), 1, - sym_gssapi_client_identity_value, - [4853] = 4, - ACTIONS(3718), 1, + STATE(119), 1, + sym_user_value, + [4897] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3992), 1, + STATE(85), 1, + sym_fingerprint_hash_value, + ACTIONS(3769), 2, + anon_sym_md5, + anon_sym_sha256, + [4908] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(3881), 1, aux_sym_pattern_token1, - ACTIONS(4140), 1, + ACTIONS(4183), 1, anon_sym_DQUOTE, - STATE(151), 1, + STATE(219), 1, + sym_bind_address_value, + [4921] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(3959), 1, + aux_sym_pattern_token1, + ACTIONS(4185), 1, + anon_sym_DQUOTE, + STATE(153), 1, sym_pkcs11_provider_value, - [4866] = 4, + [4934] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4091), 1, + aux_sym_pattern_token1, + ACTIONS(4187), 1, + anon_sym_DQUOTE, + STATE(186), 1, + sym_gssapi_client_identity_value, + [4947] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3980), 1, + ACTIONS(3999), 1, sym_number, - ACTIONS(4142), 1, + ACTIONS(4189), 1, anon_sym_DQUOTE, - STATE(150), 1, + STATE(152), 1, sym_port_value, - [4879] = 4, - ACTIONS(3718), 1, + [4960] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3930), 1, + STATE(87), 1, + sym_escape_char_value, + ACTIONS(3763), 2, + anon_sym_none, + aux_sym_escape_char_value_token1, + [4971] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4049), 1, aux_sym_pattern_token1, - ACTIONS(4144), 1, + ACTIONS(4191), 1, anon_sym_DQUOTE, - STATE(186), 1, + STATE(151), 1, + sym_preferred_authentications_value, + [4984] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(150), 1, + sym_protocol_value, + ACTIONS(3775), 2, + anon_sym_1, + anon_sym_2, + [4995] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4079), 1, + aux_sym_pattern_token1, + ACTIONS(4193), 1, + anon_sym_DQUOTE, + STATE(188), 1, sym_global_known_hosts_file_value, - [4892] = 4, - ACTIONS(3718), 1, + [5008] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3974), 1, + ACTIONS(4035), 1, aux_sym_pattern_token1, - ACTIONS(4146), 1, + ACTIONS(4195), 1, anon_sym_DQUOTE, STATE(149), 1, - sym_preferred_authentications_value, - [4905] = 3, + sym_proxy_command_value, + [5021] = 3, ACTIONS(3), 1, sym_comment, - STATE(148), 1, + STATE(40), 1, sym_protocol_value, - ACTIONS(3746), 2, + ACTIONS(3775), 2, anon_sym_1, anon_sym_2, - [4916] = 4, - ACTIONS(3718), 1, + [5032] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3968), 1, + ACTIONS(3899), 1, aux_sym_pattern_token1, - ACTIONS(4148), 1, + ACTIONS(4197), 1, anon_sym_DQUOTE, - STATE(147), 1, - sym_proxy_command_value, - [4929] = 4, + STATE(148), 1, + sym_proxy_jump_value, + [5045] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3886), 1, + ACTIONS(4067), 1, sym_time_format, - ACTIONS(4150), 1, + ACTIONS(4199), 1, anon_sym_DQUOTE, - STATE(189), 1, + STATE(191), 1, sym_forward_x11_timeout_value, - [4942] = 4, - ACTIONS(3718), 1, + [5058] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3962), 1, + ACTIONS(3851), 1, aux_sym_pattern_token1, - ACTIONS(4152), 1, + ACTIONS(4201), 1, + anon_sym_DQUOTE, + STATE(217), 1, + sym_canonical_domains_value, + [5071] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(3845), 1, + aux_sym_pattern_token1, + ACTIONS(4203), 1, anon_sym_DQUOTE, STATE(146), 1, - sym_proxy_jump_value, - [4955] = 4, - ACTIONS(3718), 1, + sym_pubkey_accepted_algorithms_value, + [5084] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3868), 1, + ACTIONS(4041), 1, aux_sym_pattern_token1, - ACTIONS(4154), 1, + ACTIONS(4205), 1, anon_sym_DQUOTE, - STATE(191), 1, + STATE(193), 1, sym_forward_agent_value, - [4968] = 4, - ACTIONS(3718), 1, + [5097] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3948), 1, + ACTIONS(4005), 1, aux_sym_pattern_token1, - ACTIONS(4156), 1, + ACTIONS(4207), 1, anon_sym_DQUOTE, - STATE(144), 1, - sym_pubkey_accepted_algorithms_value, - [4981] = 4, - ACTIONS(3718), 1, + STATE(145), 1, + sym_pubkey_accepted_key_types_value, + [5110] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3942), 1, + ACTIONS(4061), 1, aux_sym_pattern_token1, - ACTIONS(4158), 1, + ACTIONS(4209), 1, anon_sym_DQUOTE, - STATE(143), 1, - sym_pubkey_accepted_key_types_value, - [4994] = 3, + STATE(137), 1, + sym_security_key_provider_value, + [5123] = 3, ACTIONS(3), 1, sym_comment, - STATE(193), 1, + STATE(195), 1, sym_fingerprint_hash_value, - ACTIONS(3730), 2, + ACTIONS(3769), 2, anon_sym_md5, anon_sym_sha256, - [5005] = 4, - ACTIONS(3718), 1, + [5134] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3748), 1, + ACTIONS(4125), 1, aux_sym_pattern_token1, - ACTIONS(4160), 1, + ACTIONS(4211), 1, anon_sym_DQUOTE, - STATE(141), 1, + STATE(143), 1, sym_rekey_limit_value, - [5018] = 3, - ACTIONS(3718), 1, + [5147] = 4, + ACTIONS(3747), 1, sym_comment, - STATE(195), 1, + ACTIONS(4107), 1, + aux_sym_pattern_token1, + ACTIONS(4213), 1, + anon_sym_DQUOTE, + STATE(142), 1, + sym_remote_command_value, + [5160] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4145), 1, + aux_sym_pattern_token1, + STATE(224), 1, + sym_host_value, + STATE(228), 1, + sym_pattern, + [5173] = 3, + ACTIONS(3747), 1, + sym_comment, + STATE(197), 1, sym_escape_char_value, - ACTIONS(3724), 2, + ACTIONS(3763), 2, anon_sym_none, aux_sym_escape_char_value_token1, - [5029] = 4, - ACTIONS(3718), 1, + [5184] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3924), 1, + ACTIONS(4101), 1, aux_sym_pattern_token1, - ACTIONS(4162), 1, + ACTIONS(4215), 1, anon_sym_DQUOTE, - STATE(140), 1, - sym_remote_command_value, - [5042] = 4, - ACTIONS(3718), 1, + STATE(141), 1, + sym_remote_forward_value, + [5197] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(3977), 1, + aux_sym_pattern_token1, + ACTIONS(4217), 1, + anon_sym_DQUOTE, + STATE(199), 1, + sym_dynamic_forward_value, + [5210] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4145), 1, + aux_sym_pattern_token1, + STATE(114), 1, + sym_host_value, + STATE(228), 1, + sym_pattern, + [5223] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3918), 1, - aux_sym_pattern_token1, - ACTIONS(4164), 1, + ACTIONS(4085), 1, + sym_number, + ACTIONS(4219), 1, anon_sym_DQUOTE, STATE(139), 1, - sym_remote_forward_value, - [5055] = 4, - ACTIONS(3718), 1, + sym_required_rsa_size_value, + [5236] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3836), 1, + ACTIONS(3875), 1, aux_sym_pattern_token1, - ACTIONS(4166), 1, + ACTIONS(4221), 1, anon_sym_DQUOTE, - STATE(197), 1, - sym_dynamic_forward_value, - [5068] = 4, - ACTIONS(3718), 1, + STATE(169), 1, + sym_include_value, + [5249] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3912), 1, + ACTIONS(4073), 1, aux_sym_pattern_token1, - ACTIONS(4168), 1, + ACTIONS(4223), 1, anon_sym_DQUOTE, - STATE(137), 1, + STATE(138), 1, sym_revoked_host_keys_value, - [5081] = 4, - ACTIONS(3718), 1, + [5262] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3814), 1, + ACTIONS(3947), 1, aux_sym_pattern_token1, - ACTIONS(4170), 1, + ACTIONS(4225), 1, anon_sym_DQUOTE, - STATE(199), 1, + STATE(201), 1, sym_control_path_value, - [5094] = 4, - ACTIONS(3718), 1, + [5275] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3906), 1, + ACTIONS(4029), 1, aux_sym_pattern_token1, - ACTIONS(4172), 1, + ACTIONS(4227), 1, anon_sym_DQUOTE, STATE(136), 1, - sym_security_key_provider_value, - [5107] = 4, - ACTIONS(3718), 1, + sym_send_env_value, + [5288] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3784), 1, + ACTIONS(3803), 1, aux_sym_pattern_token1, - ACTIONS(4174), 1, + ACTIONS(4229), 1, anon_sym_DQUOTE, - STATE(169), 1, - sym_identity_file_value, - [5120] = 4, + STATE(123), 1, + sym_tunnel_device_value, + [5301] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4023), 1, + aux_sym_pattern_token1, + ACTIONS(4231), 1, + anon_sym_DQUOTE, + STATE(115), 1, + sym_xauth_location_value, + [5314] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(3935), 1, sym_number, - ACTIONS(4176), 1, + ACTIONS(4233), 1, anon_sym_DQUOTE, - STATE(201), 1, + STATE(203), 1, sym_connect_timeout_value, - [5133] = 4, + [5327] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3892), 1, + ACTIONS(4011), 1, sym_number, - ACTIONS(4178), 1, + ACTIONS(4235), 1, anon_sym_DQUOTE, - STATE(134), 1, + STATE(135), 1, sym_server_alive_count_max_value, - [5146] = 4, + [5340] = 4, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4145), 1, + aux_sym_pattern_token1, + STATE(113), 1, + sym_match_value, + STATE(232), 1, + sym_pattern, + [5353] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3790), 1, + ACTIONS(3911), 1, sym_number, - ACTIONS(4180), 1, + ACTIONS(4237), 1, anon_sym_DQUOTE, - STATE(202), 1, + STATE(204), 1, sym_connection_attempts_value, - [5159] = 4, + [5366] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3880), 1, + ACTIONS(3797), 1, sym_number, - ACTIONS(4182), 1, - anon_sym_DQUOTE, - STATE(133), 1, - sym_server_alive_interval_value, - [5172] = 4, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(3874), 1, - aux_sym_pattern_token1, - ACTIONS(4184), 1, - anon_sym_DQUOTE, - STATE(131), 1, - sym_set_env_value, - [5185] = 4, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4076), 1, - aux_sym_pattern_token1, - ACTIONS(4186), 1, - anon_sym_DQUOTE, - STATE(205), 1, - sym_cipher_value, - [5198] = 4, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(3760), 1, - aux_sym_pattern_token1, - ACTIONS(4188), 1, - anon_sym_DQUOTE, - STATE(206), 1, - sym_ciphers_value, - [5211] = 4, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(3860), 1, - aux_sym_pattern_token1, - ACTIONS(4190), 1, - anon_sym_DQUOTE, - STATE(129), 1, - sym_stream_local_bind_mask_value, - [5224] = 4, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(3772), 1, - aux_sym_pattern_token1, - ACTIONS(4192), 1, - anon_sym_DQUOTE, - STATE(209), 1, - sym_certificate_file_value, - [5237] = 4, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(3778), 1, - aux_sym_pattern_token1, - ACTIONS(4194), 1, - anon_sym_DQUOTE, - STATE(210), 1, - sym_ca_signature_algorithms_value, - [5250] = 4, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(3766), 1, - aux_sym_pattern_token1, - ACTIONS(4196), 1, + ACTIONS(4239), 1, anon_sym_DQUOTE, - STATE(211), 1, - sym_canonicalize_permitted_cnames_value, - [5263] = 4, + STATE(214), 1, + sym_canonicalize_max_dots_value, + [5379] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3754), 1, + ACTIONS(3985), 1, sym_number, - ACTIONS(4198), 1, + ACTIONS(4241), 1, anon_sym_DQUOTE, - STATE(212), 1, - sym_canonicalize_max_dots_value, - [5276] = 4, - ACTIONS(3718), 1, + STATE(134), 1, + sym_server_alive_interval_value, + [5392] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3854), 1, + ACTIONS(4113), 1, aux_sym_pattern_token1, - ACTIONS(4200), 1, + ACTIONS(4243), 1, anon_sym_DQUOTE, - STATE(122), 1, - sym_tunnel_device_value, - [5289] = 4, - ACTIONS(3718), 1, + STATE(208), 1, + sym_ciphers_value, + [5405] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3796), 1, + ACTIONS(3857), 1, aux_sym_pattern_token1, - ACTIONS(4202), 1, + ACTIONS(4245), 1, anon_sym_DQUOTE, - STATE(215), 1, - sym_canonical_domains_value, - [5302] = 4, - ACTIONS(3718), 1, + STATE(212), 1, + sym_ca_signature_algorithms_value, + [5418] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3808), 1, + ACTIONS(3971), 1, aux_sym_pattern_token1, - ACTIONS(4204), 1, + ACTIONS(4247), 1, anon_sym_DQUOTE, - STATE(216), 1, - sym_bind_interface_value, - [5315] = 4, - ACTIONS(3718), 1, + STATE(132), 1, + sym_set_env_value, + [5431] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3822), 1, + ACTIONS(3929), 1, aux_sym_pattern_token1, - ACTIONS(4206), 1, + ACTIONS(4249), 1, anon_sym_DQUOTE, - STATE(217), 1, - sym_bind_address_value, - [5328] = 4, - ACTIONS(3718), 1, + STATE(130), 1, + sym_stream_local_bind_mask_value, + [5444] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3848), 1, + ACTIONS(3791), 1, aux_sym_pattern_token1, - ACTIONS(4208), 1, + ACTIONS(4251), 1, anon_sym_DQUOTE, - STATE(118), 1, - sym_user_value, - [5341] = 4, - ACTIONS(3718), 1, + STATE(211), 1, + sym_certificate_file_value, + [5457] = 4, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3842), 1, + ACTIONS(3869), 1, aux_sym_pattern_token1, - ACTIONS(4210), 1, + ACTIONS(4253), 1, anon_sym_DQUOTE, - STATE(117), 1, - sym_user_known_hosts_file_value, - [5354] = 4, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4100), 1, - aux_sym_pattern_token1, - STATE(221), 1, - sym_match_value, - STATE(230), 1, - sym_pattern, - [5367] = 4, - ACTIONS(3718), 1, + STATE(207), 1, + sym_cipher_value, + [5470] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3830), 1, - aux_sym_pattern_token1, - ACTIONS(4212), 1, - anon_sym_DQUOTE, - STATE(114), 1, - sym_xauth_location_value, - [5380] = 4, - ACTIONS(3718), 1, + ACTIONS(4255), 1, + aux_sym_host_token2, + ACTIONS(4257), 1, + anon_sym_EQ, + [5480] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4100), 1, - aux_sym_pattern_token1, - STATE(113), 1, - sym_host_value, - STATE(226), 1, - sym_pattern, - [5393] = 4, - ACTIONS(3718), 1, + ACTIONS(4259), 1, + aux_sym_host_token2, + ACTIONS(4261), 1, + anon_sym_EQ, + [5490] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3900), 1, - aux_sym_pattern_token1, - ACTIONS(4214), 1, - anon_sym_DQUOTE, - STATE(135), 1, - sym_send_env_value, - [5406] = 4, - ACTIONS(3718), 1, + ACTIONS(4263), 1, + aux_sym_host_token2, + ACTIONS(4265), 1, + anon_sym_EQ, + [5500] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4100), 1, - aux_sym_pattern_token1, - STATE(112), 1, - sym_match_value, - STATE(230), 1, - sym_pattern, - [5419] = 3, - ACTIONS(3718), 1, + ACTIONS(4267), 1, + aux_sym_host_token2, + ACTIONS(4269), 1, + anon_sym_EQ, + [5510] = 3, + ACTIONS(3747), 1, sym_comment, - STATE(86), 1, - sym_escape_char_value, - ACTIONS(3724), 2, - anon_sym_none, - aux_sym_escape_char_value_token1, - [5430] = 3, + ACTIONS(4271), 1, + aux_sym_host_token2, + ACTIONS(4273), 1, + anon_sym_EQ, + [5520] = 3, ACTIONS(3), 1, sym_comment, - STATE(84), 1, - sym_fingerprint_hash_value, - ACTIONS(3730), 2, - anon_sym_md5, - anon_sym_sha256, - [5441] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4216), 1, - aux_sym_pattern_token1, - STATE(35), 1, - sym_pubkey_accepted_algorithms_value, - [5451] = 3, - ACTIONS(3718), 1, + ACTIONS(3797), 1, + sym_number, + STATE(214), 1, + sym_canonicalize_max_dots_value, + [5530] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4218), 1, + ACTIONS(4275), 1, aux_sym_host_token2, - ACTIONS(4220), 1, + ACTIONS(4277), 1, anon_sym_EQ, - [5461] = 3, - ACTIONS(3718), 1, + [5540] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4222), 1, + ACTIONS(4279), 1, aux_sym_host_token2, - ACTIONS(4224), 1, + ACTIONS(4281), 1, anon_sym_EQ, - [5471] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4226), 1, - aux_sym_pattern_token1, - STATE(32), 1, - sym_rekey_limit_value, - [5481] = 3, - ACTIONS(3718), 1, + [5550] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4228), 1, + ACTIONS(4283), 1, aux_sym_host_token2, - ACTIONS(4230), 1, + ACTIONS(4285), 1, anon_sym_EQ, - [5491] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4232), 1, - aux_sym_pattern_token1, - STATE(34), 1, - sym_pubkey_accepted_key_types_value, - [5501] = 3, - ACTIONS(3718), 1, + [5560] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4234), 1, + ACTIONS(4287), 1, aux_sym_host_token2, - ACTIONS(4236), 1, + ACTIONS(4289), 1, anon_sym_EQ, - [5511] = 3, - ACTIONS(3718), 1, + [5570] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4238), 1, + ACTIONS(4291), 1, aux_sym_host_token2, - ACTIONS(4240), 1, + ACTIONS(4293), 1, anon_sym_EQ, - [5521] = 3, - ACTIONS(3718), 1, + [5580] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4242), 1, + ACTIONS(4295), 1, aux_sym_host_token2, - ACTIONS(4244), 1, + ACTIONS(4297), 1, anon_sym_EQ, - [5531] = 3, - ACTIONS(3718), 1, + [5590] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4246), 1, + ACTIONS(4299), 1, aux_sym_pattern_token1, - STATE(37), 1, - sym_proxy_jump_value, - [5541] = 3, - ACTIONS(3718), 1, + STATE(213), 1, + sym_canonicalize_permitted_cnames_value, + [5600] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4248), 1, + ACTIONS(4301), 1, aux_sym_host_token2, - ACTIONS(4250), 1, + ACTIONS(4303), 1, anon_sym_EQ, - [5551] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4252), 1, - aux_sym_pattern_token1, - STATE(38), 1, - sym_proxy_command_value, - [5561] = 3, - ACTIONS(3718), 1, + [5610] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4254), 1, + ACTIONS(4305), 1, aux_sym_host_token2, - ACTIONS(4256), 1, + ACTIONS(4307), 1, anon_sym_EQ, - [5571] = 3, - ACTIONS(3718), 1, + [5620] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4258), 1, + ACTIONS(4309), 1, aux_sym_host_token2, - ACTIONS(4260), 1, + ACTIONS(4311), 1, anon_sym_EQ, - [5581] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4262), 1, - aux_sym_pattern_token1, - STATE(40), 1, - sym_preferred_authentications_value, - [5591] = 3, - ACTIONS(3718), 1, + [5630] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4264), 1, + ACTIONS(4313), 1, aux_sym_host_token2, - ACTIONS(4266), 1, + ACTIONS(4315), 1, anon_sym_EQ, - [5601] = 3, - ACTIONS(3), 1, + [5640] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3980), 1, - sym_number, - STATE(41), 1, - sym_port_value, - [5611] = 3, - ACTIONS(3718), 1, + ACTIONS(4317), 1, + aux_sym_host_token2, + ACTIONS(4319), 1, + anon_sym_EQ, + [5650] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4268), 1, + ACTIONS(4321), 1, aux_sym_host_token2, - ACTIONS(4270), 1, + ACTIONS(4323), 1, anon_sym_EQ, - [5621] = 3, - ACTIONS(3718), 1, + [5660] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4272), 1, + ACTIONS(4325), 1, aux_sym_pattern_token1, - STATE(42), 1, - sym_pkcs11_provider_value, - [5631] = 3, - ACTIONS(3718), 1, + STATE(212), 1, + sym_ca_signature_algorithms_value, + [5670] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4327), 1, + aux_sym_host_token2, + ACTIONS(4329), 1, + anon_sym_EQ, + [5680] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4274), 1, + ACTIONS(4331), 1, aux_sym_host_token2, - ACTIONS(4276), 1, + ACTIONS(4333), 1, anon_sym_EQ, - [5641] = 3, - ACTIONS(3718), 1, + [5690] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4278), 1, + ACTIONS(4335), 1, aux_sym_pattern_token1, - STATE(43), 1, - sym_permit_remote_open_value, - [5651] = 3, - ACTIONS(3718), 1, + STATE(211), 1, + sym_certificate_file_value, + [5700] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4280), 1, + ACTIONS(4337), 1, aux_sym_host_token2, - ACTIONS(4282), 1, + ACTIONS(4339), 1, anon_sym_EQ, - [5661] = 3, - ACTIONS(3), 1, + [5710] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4010), 1, - sym_number, - STATE(46), 1, - sym_number_of_password_prompts_value, - [5671] = 3, - ACTIONS(3718), 1, + ACTIONS(4341), 1, + aux_sym_host_token2, + ACTIONS(4343), 1, + anon_sym_EQ, + [5720] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4284), 1, + ACTIONS(4345), 1, aux_sym_host_token2, - ACTIONS(4286), 1, + ACTIONS(4347), 1, anon_sym_EQ, - [5681] = 3, - ACTIONS(3718), 1, + [5730] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4288), 1, + ACTIONS(4349), 1, aux_sym_pattern_token1, - STATE(48), 1, - sym_macs_value, - [5691] = 3, - ACTIONS(3718), 1, + STATE(169), 1, + sym_include_value, + [5740] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4290), 1, + ACTIONS(4351), 1, aux_sym_host_token2, - ACTIONS(4292), 1, + ACTIONS(4353), 1, anon_sym_EQ, - [5701] = 3, - ACTIONS(3718), 1, + [5750] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4294), 1, + ACTIONS(4355), 1, aux_sym_pattern_token1, - STATE(49), 1, - sym_log_verbose_value, - [5711] = 3, - ACTIONS(3718), 1, + STATE(109), 1, + sym_bind_address_value, + [5760] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4296), 1, + ACTIONS(4357), 1, aux_sym_host_token2, - ACTIONS(4298), 1, + ACTIONS(4359), 1, anon_sym_EQ, - [5721] = 3, - ACTIONS(3718), 1, + [5770] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4300), 1, + ACTIONS(4361), 1, aux_sym_pattern_token1, - STATE(51), 1, - sym_local_forward_value, - [5731] = 3, - ACTIONS(3718), 1, + STATE(5), 1, + sym_xauth_location_value, + [5780] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4302), 1, + ACTIONS(4363), 1, aux_sym_host_token2, - ACTIONS(4304), 1, + ACTIONS(4365), 1, anon_sym_EQ, - [5741] = 3, - ACTIONS(3718), 1, + [5790] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4306), 1, + ACTIONS(4367), 1, aux_sym_pattern_token1, - STATE(52), 1, - sym_local_command_value, - [5751] = 3, - ACTIONS(3718), 1, + STATE(108), 1, + sym_bind_interface_value, + [5800] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4308), 1, + ACTIONS(4369), 1, aux_sym_host_token2, - ACTIONS(4310), 1, + ACTIONS(4371), 1, anon_sym_EQ, - [5761] = 3, - ACTIONS(3718), 1, + [5810] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4312), 1, + ACTIONS(4373), 1, aux_sym_pattern_token1, - STATE(53), 1, - sym_known_hosts_command_value, - [5771] = 3, - ACTIONS(3718), 1, + STATE(8), 1, + sym_user_known_hosts_file_value, + [5820] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4314), 1, + ACTIONS(4375), 1, aux_sym_host_token2, - ACTIONS(4316), 1, + ACTIONS(4377), 1, anon_sym_EQ, - [5781] = 3, - ACTIONS(3718), 1, + [5830] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4379), 1, aux_sym_pattern_token1, - STATE(54), 1, - sym_kex_algorithms_value, - [5791] = 3, - ACTIONS(3718), 1, + STATE(9), 1, + sym_user_value, + [5840] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4320), 1, + ACTIONS(4381), 1, aux_sym_host_token2, - ACTIONS(4322), 1, + ACTIONS(4383), 1, anon_sym_EQ, - [5801] = 3, - ACTIONS(3718), 1, + [5850] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4324), 1, + ACTIONS(4385), 1, aux_sym_pattern_token1, - STATE(100), 1, - sym_certificate_file_value, - [5811] = 3, - ACTIONS(3718), 1, + STATE(130), 1, + sym_stream_local_bind_mask_value, + [5860] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4326), 1, + ACTIONS(4387), 1, aux_sym_host_token2, - ACTIONS(4328), 1, + ACTIONS(4389), 1, anon_sym_EQ, - [5821] = 3, - ACTIONS(3718), 1, + [5870] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4330), 1, - aux_sym_pattern_token1, - STATE(58), 1, - sym_include_value, - [5831] = 3, - ACTIONS(3718), 1, + ACTIONS(4391), 1, + aux_sym_host_token2, + ACTIONS(4393), 1, + anon_sym_EQ, + [5880] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4332), 1, + ACTIONS(4395), 1, aux_sym_host_token2, - ACTIONS(4334), 1, + ACTIONS(4397), 1, anon_sym_EQ, - [5841] = 3, - ACTIONS(3718), 1, + [5890] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4336), 1, + ACTIONS(4399), 1, aux_sym_pattern_token1, - STATE(59), 1, - sym_ignore_unknown_value, - [5851] = 3, - ACTIONS(3718), 1, + STATE(208), 1, + sym_ciphers_value, + [5900] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4338), 1, + ACTIONS(4401), 1, aux_sym_host_token2, - ACTIONS(4340), 1, + ACTIONS(4403), 1, anon_sym_EQ, - [5861] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4342), 1, - aux_sym_pattern_token1, - STATE(60), 1, - sym_identity_file_value, - [5871] = 3, - ACTIONS(3718), 1, + [5910] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4344), 1, + ACTIONS(4405), 1, aux_sym_host_token2, - ACTIONS(4346), 1, + ACTIONS(4407), 1, anon_sym_EQ, - [5881] = 3, - ACTIONS(3718), 1, + [5920] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4348), 1, + ACTIONS(4409), 1, aux_sym_pattern_token1, - STATE(61), 1, - sym_identity_agent_value, - [5891] = 3, - ACTIONS(3718), 1, + STATE(107), 1, + sym_canonical_domains_value, + [5930] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4350), 1, + ACTIONS(4411), 1, aux_sym_host_token2, - ACTIONS(4352), 1, + ACTIONS(4413), 1, anon_sym_EQ, - [5901] = 3, - ACTIONS(3718), 1, + [5940] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4354), 1, + ACTIONS(4415), 1, aux_sym_pattern_token1, - STATE(63), 1, - sym_hostname_value, - [5911] = 3, - ACTIONS(3718), 1, + STATE(13), 1, + sym_tunnel_device_value, + [5950] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4356), 1, + ACTIONS(4417), 1, aux_sym_host_token2, - ACTIONS(4358), 1, + ACTIONS(4419), 1, anon_sym_EQ, - [5921] = 3, - ACTIONS(3718), 1, + [5960] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4360), 1, + ACTIONS(4421), 1, aux_sym_pattern_token1, - STATE(64), 1, - sym_host_key_alias_value, - [5931] = 3, - ACTIONS(3718), 1, + STATE(207), 1, + sym_cipher_value, + [5970] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4362), 1, + ACTIONS(4423), 1, aux_sym_host_token2, - ACTIONS(4364), 1, + ACTIONS(4425), 1, anon_sym_EQ, - [5941] = 3, - ACTIONS(3718), 1, + [5980] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4366), 1, + ACTIONS(4427), 1, aux_sym_pattern_token1, - STATE(65), 1, - sym_host_key_algorithms_value, - [5951] = 3, - ACTIONS(3718), 1, + STATE(132), 1, + sym_set_env_value, + [5990] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4429), 1, + aux_sym_host_token2, + ACTIONS(4431), 1, + anon_sym_EQ, + [6000] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4368), 1, + ACTIONS(4433), 1, aux_sym_host_token2, - ACTIONS(4370), 1, + ACTIONS(4435), 1, anon_sym_EQ, - [5961] = 3, - ACTIONS(3718), 1, + [6010] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4372), 1, - aux_sym_pattern_token1, - STATE(67), 1, - sym_hostbased_accepted_algorithms_value, - [5971] = 3, - ACTIONS(3718), 1, + ACTIONS(3797), 1, + sym_number, + STATE(104), 1, + sym_canonicalize_max_dots_value, + [6020] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4374), 1, + ACTIONS(4437), 1, aux_sym_host_token2, - ACTIONS(4376), 1, + ACTIONS(4439), 1, anon_sym_EQ, - [5981] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4378), 1, - aux_sym_pattern_token1, - STATE(69), 1, - sym_gssapi_kex_algorithms_value, - [5991] = 3, - ACTIONS(3718), 1, + [6030] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4380), 1, + ACTIONS(4441), 1, aux_sym_host_token2, - ACTIONS(4382), 1, + ACTIONS(4443), 1, anon_sym_EQ, - [6001] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4384), 1, - aux_sym_pattern_token1, - STATE(71), 1, - sym_gssapi_server_identity_value, - [6011] = 3, - ACTIONS(3718), 1, + [6040] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4386), 1, + ACTIONS(4445), 1, aux_sym_host_token2, - ACTIONS(4388), 1, + ACTIONS(4447), 1, anon_sym_EQ, - [6021] = 3, - ACTIONS(3718), 1, + [6050] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4390), 1, + ACTIONS(4299), 1, aux_sym_pattern_token1, - STATE(75), 1, - sym_gssapi_client_identity_value, - [6031] = 3, - ACTIONS(3718), 1, + STATE(103), 1, + sym_canonicalize_permitted_cnames_value, + [6060] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4392), 1, + ACTIONS(4449), 1, aux_sym_host_token2, - ACTIONS(4394), 1, + ACTIONS(4451), 1, anon_sym_EQ, - [6041] = 3, - ACTIONS(3718), 1, + [6070] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4396), 1, + ACTIONS(4325), 1, aux_sym_pattern_token1, - STATE(77), 1, - sym_global_known_hosts_file_value, - [6051] = 3, - ACTIONS(3718), 1, + STATE(102), 1, + sym_ca_signature_algorithms_value, + [6080] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4398), 1, + ACTIONS(4453), 1, aux_sym_host_token2, - ACTIONS(4400), 1, + ACTIONS(4455), 1, anon_sym_EQ, - [6061] = 3, - ACTIONS(3), 1, + [6090] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3886), 1, - sym_time_format, - STATE(80), 1, - sym_forward_x11_timeout_value, - [6071] = 3, - ACTIONS(3718), 1, + ACTIONS(4335), 1, + aux_sym_pattern_token1, + STATE(101), 1, + sym_certificate_file_value, + [6100] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4402), 1, + ACTIONS(4457), 1, aux_sym_host_token2, - ACTIONS(4404), 1, + ACTIONS(4459), 1, anon_sym_EQ, - [6081] = 3, - ACTIONS(3718), 1, + [6110] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4406), 1, + ACTIONS(4385), 1, aux_sym_pattern_token1, - STATE(82), 1, - sym_forward_agent_value, - [6091] = 3, - ACTIONS(3718), 1, + STATE(20), 1, + sym_stream_local_bind_mask_value, + [6120] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4408), 1, + ACTIONS(4461), 1, aux_sym_host_token2, - ACTIONS(4410), 1, + ACTIONS(4463), 1, anon_sym_EQ, - [6101] = 3, - ACTIONS(3718), 1, + [6130] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4412), 1, - aux_sym_host_token2, - ACTIONS(4414), 1, - anon_sym_EQ, - [6111] = 3, - ACTIONS(3718), 1, + ACTIONS(3985), 1, + sym_number, + STATE(134), 1, + sym_server_alive_interval_value, + [6140] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4416), 1, + ACTIONS(4465), 1, aux_sym_host_token2, - ACTIONS(4418), 1, + ACTIONS(4467), 1, anon_sym_EQ, - [6121] = 3, - ACTIONS(3718), 1, + [6150] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4420), 1, - aux_sym_host_token2, - ACTIONS(4422), 1, - anon_sym_EQ, - [6131] = 3, - ACTIONS(3718), 1, + ACTIONS(4415), 1, + aux_sym_pattern_token1, + STATE(123), 1, + sym_tunnel_device_value, + [6160] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4424), 1, + ACTIONS(4469), 1, aux_sym_host_token2, - ACTIONS(4426), 1, + ACTIONS(4471), 1, anon_sym_EQ, - [6141] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4428), 1, - aux_sym_pattern_token1, - STATE(88), 1, - sym_dynamic_forward_value, - [6151] = 3, - ACTIONS(3718), 1, + [6170] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4430), 1, + ACTIONS(4473), 1, aux_sym_host_token2, - ACTIONS(4432), 1, + ACTIONS(4475), 1, anon_sym_EQ, - [6161] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4434), 1, - aux_sym_pattern_token1, - STATE(90), 1, - sym_control_path_value, - [6171] = 3, - ACTIONS(3718), 1, + [6180] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4436), 1, + ACTIONS(4477), 1, aux_sym_host_token2, - ACTIONS(4438), 1, + ACTIONS(4479), 1, anon_sym_EQ, - [6181] = 3, + [6190] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3802), 1, + ACTIONS(3911), 1, sym_number, - STATE(92), 1, - sym_connect_timeout_value, - [6191] = 3, - ACTIONS(3718), 1, + STATE(204), 1, + sym_connection_attempts_value, + [6200] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4440), 1, + ACTIONS(4481), 1, aux_sym_host_token2, - ACTIONS(4442), 1, + ACTIONS(4483), 1, anon_sym_EQ, - [6201] = 3, + [6210] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3790), 1, + ACTIONS(4011), 1, sym_number, - STATE(93), 1, - sym_connection_attempts_value, - [6211] = 3, - ACTIONS(3718), 1, + STATE(135), 1, + sym_server_alive_count_max_value, + [6220] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4444), 1, + ACTIONS(4485), 1, aux_sym_host_token2, - ACTIONS(4446), 1, + ACTIONS(4487), 1, anon_sym_EQ, - [6221] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4448), 1, - aux_sym_pattern_token1, - STATE(96), 1, - sym_cipher_value, - [6231] = 3, - ACTIONS(3718), 1, + [6230] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4450), 1, + ACTIONS(4489), 1, aux_sym_host_token2, - ACTIONS(4452), 1, + ACTIONS(4491), 1, anon_sym_EQ, - [6241] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4454), 1, - aux_sym_pattern_token1, - STATE(97), 1, - sym_ciphers_value, - [6251] = 3, - ACTIONS(3718), 1, + [6240] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4456), 1, + ACTIONS(4493), 1, aux_sym_host_token2, - ACTIONS(4458), 1, + ACTIONS(4495), 1, anon_sym_EQ, - [6261] = 3, - ACTIONS(3718), 1, + [6250] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4460), 1, - aux_sym_pattern_token1, - STATE(30), 1, - sym_remote_forward_value, - [6271] = 3, - ACTIONS(3718), 1, + ACTIONS(4497), 1, + aux_sym_host_token2, + ACTIONS(4499), 1, + anon_sym_EQ, + [6260] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4462), 1, + ACTIONS(4501), 1, aux_sym_host_token2, - ACTIONS(4464), 1, + ACTIONS(4503), 1, anon_sym_EQ, - [6281] = 3, - ACTIONS(3718), 1, + [6270] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, - aux_sym_pattern_token1, - STATE(101), 1, - sym_ca_signature_algorithms_value, - [6291] = 3, - ACTIONS(3718), 1, + ACTIONS(3935), 1, + sym_number, + STATE(203), 1, + sym_connect_timeout_value, + [6280] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4468), 1, + ACTIONS(4505), 1, aux_sym_host_token2, - ACTIONS(4470), 1, + ACTIONS(4507), 1, anon_sym_EQ, - [6301] = 3, - ACTIONS(3718), 1, + [6290] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4472), 1, + ACTIONS(4509), 1, aux_sym_pattern_token1, - STATE(102), 1, - sym_canonicalize_permitted_cnames_value, - [6311] = 3, - ACTIONS(3718), 1, + STATE(136), 1, + sym_send_env_value, + [6300] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4474), 1, + ACTIONS(4511), 1, aux_sym_host_token2, - ACTIONS(4476), 1, + ACTIONS(4513), 1, anon_sym_EQ, - [6321] = 3, - ACTIONS(3), 1, + [6310] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3754), 1, - sym_number, - STATE(103), 1, - sym_canonicalize_max_dots_value, - [6331] = 3, - ACTIONS(3718), 1, + ACTIONS(4515), 1, + aux_sym_host_token2, + ACTIONS(4517), 1, + anon_sym_EQ, + [6320] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4478), 1, + ACTIONS(4519), 1, aux_sym_host_token2, - ACTIONS(4480), 1, + ACTIONS(4521), 1, anon_sym_EQ, - [6341] = 3, - ACTIONS(3718), 1, + [6330] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4482), 1, + ACTIONS(4427), 1, aux_sym_pattern_token1, - STATE(106), 1, - sym_canonical_domains_value, - [6351] = 3, - ACTIONS(3718), 1, + STATE(22), 1, + sym_set_env_value, + [6340] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4484), 1, + ACTIONS(4523), 1, aux_sym_host_token2, - ACTIONS(4486), 1, + ACTIONS(4525), 1, anon_sym_EQ, - [6361] = 3, - ACTIONS(3718), 1, + [6350] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4488), 1, + ACTIONS(4527), 1, aux_sym_pattern_token1, - STATE(107), 1, - sym_bind_interface_value, - [6371] = 3, - ACTIONS(3718), 1, + STATE(137), 1, + sym_security_key_provider_value, + [6360] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4490), 1, + ACTIONS(4529), 1, aux_sym_host_token2, - ACTIONS(4492), 1, + ACTIONS(4531), 1, anon_sym_EQ, - [6381] = 3, - ACTIONS(3718), 1, + [6370] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4494), 1, + ACTIONS(4399), 1, aux_sym_pattern_token1, - STATE(108), 1, - sym_bind_address_value, - [6391] = 3, - ACTIONS(3718), 1, + STATE(98), 1, + sym_ciphers_value, + [6380] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4496), 1, + ACTIONS(4533), 1, aux_sym_host_token2, - ACTIONS(4498), 1, + ACTIONS(4535), 1, anon_sym_EQ, - [6401] = 3, - ACTIONS(3718), 1, + [6390] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4500), 1, + ACTIONS(4537), 1, aux_sym_host_token2, - ACTIONS(4502), 1, + ACTIONS(4539), 1, anon_sym_EQ, - [6411] = 3, - ACTIONS(3718), 1, + [6400] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4504), 1, + ACTIONS(4541), 1, aux_sym_host_token2, - ACTIONS(4506), 1, + ACTIONS(4543), 1, anon_sym_EQ, - [6421] = 3, - ACTIONS(3718), 1, + [6410] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4508), 1, + ACTIONS(4545), 1, aux_sym_pattern_token1, - STATE(28), 1, - sym_revoked_host_keys_value, - [6431] = 3, - ACTIONS(3718), 1, + STATE(201), 1, + sym_control_path_value, + [6420] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4510), 1, + ACTIONS(4547), 1, aux_sym_host_token2, - ACTIONS(4512), 1, + ACTIONS(4549), 1, anon_sym_EQ, - [6441] = 3, - ACTIONS(3718), 1, + [6430] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4336), 1, + ACTIONS(4551), 1, aux_sym_pattern_token1, - STATE(168), 1, - sym_ignore_unknown_value, - [6451] = 3, - ACTIONS(3718), 1, + STATE(138), 1, + sym_revoked_host_keys_value, + [6440] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4514), 1, + ACTIONS(4553), 1, aux_sym_host_token2, - ACTIONS(4516), 1, + ACTIONS(4555), 1, anon_sym_EQ, - [6461] = 3, - ACTIONS(3718), 1, + [6450] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4518), 1, - aux_sym_pattern_token1, - STATE(114), 1, - sym_xauth_location_value, - [6471] = 3, - ACTIONS(3718), 1, + ACTIONS(4557), 1, + aux_sym_host_token2, + ACTIONS(4559), 1, + anon_sym_EQ, + [6460] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4520), 1, + ACTIONS(4561), 1, aux_sym_host_token2, - ACTIONS(4522), 1, + ACTIONS(4563), 1, anon_sym_EQ, - [6481] = 3, - ACTIONS(3718), 1, + [6470] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4524), 1, + ACTIONS(4565), 1, aux_sym_host_token2, - ACTIONS(4526), 1, + ACTIONS(4567), 1, anon_sym_EQ, - [6491] = 3, - ACTIONS(3718), 1, + [6480] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4528), 1, + ACTIONS(4569), 1, aux_sym_host_token2, - ACTIONS(4530), 1, + ACTIONS(4571), 1, anon_sym_EQ, - [6501] = 3, - ACTIONS(3718), 1, + [6490] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4532), 1, + ACTIONS(4527), 1, aux_sym_pattern_token1, STATE(27), 1, sym_security_key_provider_value, - [6511] = 3, - ACTIONS(3718), 1, + [6500] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4534), 1, + ACTIONS(4573), 1, aux_sym_host_token2, - ACTIONS(4536), 1, + ACTIONS(4575), 1, anon_sym_EQ, - [6521] = 3, - ACTIONS(3718), 1, + [6510] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4538), 1, - aux_sym_pattern_token1, - STATE(117), 1, - sym_user_known_hosts_file_value, - [6531] = 3, - ACTIONS(3718), 1, + ACTIONS(4085), 1, + sym_number, + STATE(139), 1, + sym_required_rsa_size_value, + [6520] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4540), 1, + ACTIONS(4577), 1, aux_sym_host_token2, - ACTIONS(4542), 1, + ACTIONS(4579), 1, anon_sym_EQ, - [6541] = 3, - ACTIONS(3718), 1, + [6530] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4544), 1, + ACTIONS(4581), 1, aux_sym_host_token2, - ACTIONS(4546), 1, + ACTIONS(4583), 1, anon_sym_EQ, - [6551] = 3, - ACTIONS(3718), 1, + [6540] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4548), 1, - aux_sym_pattern_token1, - STATE(31), 1, - sym_remote_command_value, - [6561] = 3, - ACTIONS(3718), 1, + ACTIONS(4585), 1, + aux_sym_host_token2, + ACTIONS(4587), 1, + anon_sym_EQ, + [6550] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4550), 1, - aux_sym_pattern_token1, - STATE(118), 1, - sym_user_value, - [6571] = 3, - ACTIONS(3718), 1, + ACTIONS(4589), 1, + aux_sym_host_token2, + ACTIONS(4591), 1, + anon_sym_EQ, + [6560] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4552), 1, + ACTIONS(4593), 1, aux_sym_host_token2, - ACTIONS(4554), 1, + ACTIONS(4595), 1, anon_sym_EQ, - [6581] = 3, - ACTIONS(3718), 1, + [6570] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4556), 1, + ACTIONS(4597), 1, aux_sym_pattern_token1, - STATE(26), 1, - sym_send_env_value, - [6591] = 3, - ACTIONS(3718), 1, + STATE(199), 1, + sym_dynamic_forward_value, + [6580] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4558), 1, + ACTIONS(4599), 1, aux_sym_host_token2, - ACTIONS(4560), 1, + ACTIONS(4601), 1, anon_sym_EQ, - [6601] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4494), 1, - aux_sym_pattern_token1, - STATE(217), 1, - sym_bind_address_value, - [6611] = 3, + [6590] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3892), 1, + ACTIONS(4011), 1, sym_number, STATE(25), 1, sym_server_alive_count_max_value, - [6621] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4488), 1, - aux_sym_pattern_token1, - STATE(216), 1, - sym_bind_interface_value, - [6631] = 3, - ACTIONS(3718), 1, + [6600] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4562), 1, + ACTIONS(4603), 1, aux_sym_host_token2, - ACTIONS(4564), 1, + ACTIONS(4605), 1, anon_sym_EQ, - [6641] = 3, - ACTIONS(3718), 1, + [6610] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4482), 1, + ACTIONS(4421), 1, aux_sym_pattern_token1, - STATE(215), 1, - sym_canonical_domains_value, - [6651] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4566), 1, - aux_sym_pattern_token1, - STATE(122), 1, - sym_tunnel_device_value, - [6661] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3880), 1, - sym_number, - STATE(24), 1, - sym_server_alive_interval_value, - [6671] = 3, - ACTIONS(3718), 1, + STATE(97), 1, + sym_cipher_value, + [6620] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4568), 1, + ACTIONS(4607), 1, aux_sym_host_token2, - ACTIONS(4570), 1, + ACTIONS(4609), 1, anon_sym_EQ, - [6681] = 3, - ACTIONS(3), 1, + [6630] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3754), 1, - sym_number, - STATE(212), 1, - sym_canonicalize_max_dots_value, - [6691] = 3, - ACTIONS(3718), 1, + ACTIONS(4509), 1, + aux_sym_pattern_token1, + STATE(26), 1, + sym_send_env_value, + [6640] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4572), 1, + ACTIONS(4611), 1, aux_sym_pattern_token1, - STATE(22), 1, - sym_set_env_value, - [6701] = 3, - ACTIONS(3718), 1, + STATE(76), 1, + sym_gssapi_client_identity_value, + [6650] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4472), 1, + ACTIONS(4613), 1, aux_sym_pattern_token1, - STATE(211), 1, - sym_canonicalize_permitted_cnames_value, - [6711] = 3, - ACTIONS(3718), 1, + STATE(141), 1, + sym_remote_forward_value, + [6660] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4574), 1, + ACTIONS(4615), 1, aux_sym_host_token2, - ACTIONS(4576), 1, + ACTIONS(4617), 1, anon_sym_EQ, - [6721] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4466), 1, - aux_sym_pattern_token1, - STATE(210), 1, - sym_ca_signature_algorithms_value, - [6731] = 3, - ACTIONS(3718), 1, + [6670] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4578), 1, + ACTIONS(4551), 1, aux_sym_pattern_token1, - STATE(20), 1, - sym_stream_local_bind_mask_value, - [6741] = 3, - ACTIONS(3718), 1, + STATE(28), 1, + sym_revoked_host_keys_value, + [6680] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4324), 1, - aux_sym_pattern_token1, - STATE(209), 1, - sym_certificate_file_value, - [6751] = 3, - ACTIONS(3718), 1, + ACTIONS(4619), 1, + aux_sym_host_token2, + ACTIONS(4621), 1, + anon_sym_EQ, + [6690] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4578), 1, + ACTIONS(4623), 1, aux_sym_pattern_token1, - STATE(129), 1, - sym_stream_local_bind_mask_value, - [6761] = 3, - ACTIONS(3718), 1, + STATE(142), 1, + sym_remote_command_value, + [6700] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4580), 1, + ACTIONS(4625), 1, aux_sym_host_token2, - ACTIONS(4582), 1, + ACTIONS(4627), 1, anon_sym_EQ, - [6771] = 3, - ACTIONS(3718), 1, + [6710] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4584), 1, - aux_sym_host_token2, - ACTIONS(4586), 1, - anon_sym_EQ, - [6781] = 3, - ACTIONS(3718), 1, + ACTIONS(4085), 1, + sym_number, + STATE(29), 1, + sym_required_rsa_size_value, + [6720] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3911), 1, + sym_number, + STATE(94), 1, + sym_connection_attempts_value, + [6730] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4454), 1, + ACTIONS(4629), 1, aux_sym_pattern_token1, - STATE(206), 1, - sym_ciphers_value, - [6791] = 3, - ACTIONS(3718), 1, + STATE(143), 1, + sym_rekey_limit_value, + [6740] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4588), 1, + ACTIONS(4631), 1, aux_sym_host_token2, - ACTIONS(4590), 1, + ACTIONS(4633), 1, anon_sym_EQ, - [6801] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4448), 1, - aux_sym_pattern_token1, - STATE(205), 1, - sym_cipher_value, - [6811] = 3, - ACTIONS(3718), 1, + [6750] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4572), 1, + ACTIONS(4613), 1, aux_sym_pattern_token1, - STATE(131), 1, - sym_set_env_value, - [6821] = 3, - ACTIONS(3718), 1, + STATE(31), 1, + sym_remote_forward_value, + [6760] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4592), 1, + ACTIONS(4409), 1, aux_sym_pattern_token1, - STATE(55), 1, - sym_kbd_interactive_devices_value, - [6831] = 3, + STATE(217), 1, + sym_canonical_domains_value, + [6770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3880), 1, + ACTIONS(3935), 1, sym_number, - STATE(133), 1, - sym_server_alive_interval_value, - [6841] = 3, - ACTIONS(3718), 1, + STATE(93), 1, + sym_connect_timeout_value, + [6780] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4594), 1, - aux_sym_host_token2, - ACTIONS(4596), 1, - anon_sym_EQ, - [6851] = 3, - ACTIONS(3718), 1, + ACTIONS(4623), 1, + aux_sym_pattern_token1, + STATE(32), 1, + sym_remote_command_value, + [6790] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4550), 1, + ACTIONS(4629), 1, aux_sym_pattern_token1, - STATE(9), 1, - sym_user_value, - [6861] = 3, - ACTIONS(3), 1, + STATE(33), 1, + sym_rekey_limit_value, + [6800] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3790), 1, - sym_number, - STATE(202), 1, - sym_connection_attempts_value, - [6871] = 3, - ACTIONS(3), 1, + ACTIONS(4635), 1, + aux_sym_pattern_token1, + STATE(35), 1, + sym_pubkey_accepted_key_types_value, + [6810] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3892), 1, - sym_number, - STATE(134), 1, - sym_server_alive_count_max_value, - [6881] = 3, - ACTIONS(3718), 1, + ACTIONS(4635), 1, + aux_sym_pattern_token1, + STATE(145), 1, + sym_pubkey_accepted_key_types_value, + [6820] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4598), 1, + ACTIONS(4637), 1, aux_sym_host_token2, - ACTIONS(4600), 1, + ACTIONS(4639), 1, anon_sym_EQ, - [6891] = 3, - ACTIONS(3718), 1, + [6830] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4538), 1, - aux_sym_pattern_token1, - STATE(8), 1, - sym_user_known_hosts_file_value, - [6901] = 3, - ACTIONS(3), 1, + ACTIONS(4641), 1, + aux_sym_host_token2, + ACTIONS(4643), 1, + anon_sym_EQ, + [6840] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3802), 1, - sym_number, - STATE(201), 1, - sym_connect_timeout_value, - [6911] = 3, - ACTIONS(3718), 1, + ACTIONS(4645), 1, + aux_sym_pattern_token1, + STATE(193), 1, + sym_forward_agent_value, + [6850] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4556), 1, + ACTIONS(4647), 1, aux_sym_pattern_token1, - STATE(135), 1, - sym_send_env_value, - [6921] = 3, - ACTIONS(3718), 1, + STATE(146), 1, + sym_pubkey_accepted_algorithms_value, + [6860] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4602), 1, - aux_sym_host_token2, - ACTIONS(4604), 1, - anon_sym_EQ, - [6931] = 3, - ACTIONS(3718), 1, + ACTIONS(3985), 1, + sym_number, + STATE(24), 1, + sym_server_alive_interval_value, + [6870] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4532), 1, + ACTIONS(4545), 1, aux_sym_pattern_token1, - STATE(136), 1, - sym_security_key_provider_value, - [6941] = 3, - ACTIONS(3718), 1, + STATE(91), 1, + sym_control_path_value, + [6880] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4518), 1, + ACTIONS(4647), 1, aux_sym_pattern_token1, - STATE(5), 1, - sym_xauth_location_value, - [6951] = 3, - ACTIONS(3718), 1, + STATE(36), 1, + sym_pubkey_accepted_algorithms_value, + [6890] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4606), 1, + ACTIONS(4649), 1, aux_sym_host_token2, - ACTIONS(4608), 1, + ACTIONS(4651), 1, anon_sym_EQ, - [6961] = 3, - ACTIONS(3718), 1, + [6900] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4434), 1, + ACTIONS(4653), 1, aux_sym_pattern_token1, - STATE(199), 1, - sym_control_path_value, - [6971] = 3, - ACTIONS(3718), 1, + STATE(38), 1, + sym_proxy_jump_value, + [6910] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4508), 1, + ACTIONS(4655), 1, aux_sym_pattern_token1, - STATE(137), 1, - sym_revoked_host_keys_value, - [6981] = 3, - ACTIONS(3718), 1, + STATE(39), 1, + sym_proxy_command_value, + [6920] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4067), 1, + sym_time_format, + STATE(191), 1, + sym_forward_x11_timeout_value, + [6930] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4342), 1, + ACTIONS(4653), 1, aux_sym_pattern_token1, - STATE(169), 1, - sym_identity_file_value, - [6991] = 3, - ACTIONS(3718), 1, + STATE(148), 1, + sym_proxy_jump_value, + [6940] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4610), 1, + ACTIONS(4657), 1, aux_sym_host_token2, - ACTIONS(4612), 1, + ACTIONS(4659), 1, anon_sym_EQ, - [7001] = 3, - ACTIONS(3718), 1, + [6950] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4428), 1, + ACTIONS(4597), 1, aux_sym_pattern_token1, - STATE(197), 1, + STATE(89), 1, sym_dynamic_forward_value, - [7011] = 3, - ACTIONS(3718), 1, + [6960] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4460), 1, + ACTIONS(4367), 1, aux_sym_pattern_token1, - STATE(139), 1, - sym_remote_forward_value, - [7021] = 3, - ACTIONS(3718), 1, - sym_comment, - ACTIONS(4614), 1, - aux_sym_host_token2, - ACTIONS(4616), 1, - anon_sym_EQ, - [7031] = 3, - ACTIONS(3718), 1, + STATE(218), 1, + sym_bind_interface_value, + [6970] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4548), 1, + ACTIONS(4655), 1, aux_sym_pattern_token1, - STATE(140), 1, - sym_remote_command_value, - [7041] = 3, - ACTIONS(3718), 1, + STATE(149), 1, + sym_proxy_command_value, + [6980] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4618), 1, + ACTIONS(4661), 1, aux_sym_host_token2, - ACTIONS(4620), 1, + ACTIONS(4663), 1, anon_sym_EQ, - [7051] = 3, - ACTIONS(3718), 1, + [6990] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4566), 1, + ACTIONS(4665), 1, aux_sym_pattern_token1, - STATE(13), 1, - sym_tunnel_device_value, - [7061] = 3, - ACTIONS(3718), 1, + STATE(170), 1, + sym_ignore_unknown_value, + [7000] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(4667), 1, aux_sym_pattern_token1, - STATE(141), 1, - sym_rekey_limit_value, - [7071] = 3, - ACTIONS(3718), 1, + STATE(41), 1, + sym_preferred_authentications_value, + [7010] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4622), 1, - aux_sym_host_token2, - ACTIONS(4624), 1, - anon_sym_EQ, - [7081] = 3, - ACTIONS(3718), 1, + ACTIONS(4361), 1, + aux_sym_pattern_token1, + STATE(115), 1, + sym_xauth_location_value, + [7020] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4626), 1, + ACTIONS(4669), 1, aux_sym_host_token2, - ACTIONS(4628), 1, + ACTIONS(4671), 1, anon_sym_EQ, - [7091] = 3, - ACTIONS(3718), 1, + [7030] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4232), 1, - aux_sym_pattern_token1, - STATE(143), 1, - sym_pubkey_accepted_key_types_value, - [7101] = 3, - ACTIONS(3718), 1, + ACTIONS(3999), 1, + sym_number, + STATE(42), 1, + sym_port_value, + [7040] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4630), 1, - aux_sym_host_token2, - ACTIONS(4632), 1, - anon_sym_EQ, - [7111] = 3, - ACTIONS(3718), 1, + ACTIONS(4673), 1, + aux_sym_pattern_token1, + STATE(188), 1, + sym_global_known_hosts_file_value, + [7050] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4216), 1, + ACTIONS(4667), 1, aux_sym_pattern_token1, - STATE(144), 1, - sym_pubkey_accepted_algorithms_value, - [7121] = 3, - ACTIONS(3718), 1, + STATE(151), 1, + sym_preferred_authentications_value, + [7060] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4634), 1, + ACTIONS(4675), 1, aux_sym_host_token2, - ACTIONS(4636), 1, + ACTIONS(4677), 1, anon_sym_EQ, - [7131] = 3, - ACTIONS(3718), 1, + [7070] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4638), 1, + ACTIONS(4679), 1, aux_sym_host_token2, - ACTIONS(4640), 1, + ACTIONS(4681), 1, anon_sym_EQ, - [7141] = 3, - ACTIONS(3718), 1, + [7080] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4406), 1, + ACTIONS(4683), 1, aux_sym_pattern_token1, - STATE(191), 1, - sym_forward_agent_value, - [7151] = 3, - ACTIONS(3718), 1, + STATE(43), 1, + sym_pkcs11_provider_value, + [7090] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4246), 1, - aux_sym_pattern_token1, - STATE(146), 1, - sym_proxy_jump_value, - [7161] = 3, - ACTIONS(3718), 1, + ACTIONS(3999), 1, + sym_number, + STATE(152), 1, + sym_port_value, + [7100] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4642), 1, + ACTIONS(4685), 1, aux_sym_host_token2, - ACTIONS(4644), 1, + ACTIONS(4687), 1, anon_sym_EQ, - [7171] = 3, - ACTIONS(3718), 1, + [7110] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4646), 1, + ACTIONS(4689), 1, aux_sym_host_token2, - ACTIONS(4648), 1, + ACTIONS(4691), 1, anon_sym_EQ, - [7181] = 3, - ACTIONS(3), 1, + [7120] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3886), 1, - sym_time_format, - STATE(189), 1, - sym_forward_x11_timeout_value, - [7191] = 3, - ACTIONS(3718), 1, + ACTIONS(4611), 1, + aux_sym_pattern_token1, + STATE(186), 1, + sym_gssapi_client_identity_value, + [7130] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4252), 1, + ACTIONS(4683), 1, aux_sym_pattern_token1, - STATE(147), 1, - sym_proxy_command_value, - [7201] = 3, - ACTIONS(3718), 1, + STATE(153), 1, + sym_pkcs11_provider_value, + [7140] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4650), 1, - aux_sym_host_token2, - ACTIONS(4652), 1, - anon_sym_EQ, - [7211] = 3, - ACTIONS(3718), 1, + ACTIONS(4355), 1, + aux_sym_pattern_token1, + STATE(219), 1, + sym_bind_address_value, + [7150] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4693), 1, + aux_sym_pattern_token1, + STATE(44), 1, + sym_permit_remote_open_value, + [7160] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4654), 1, + ACTIONS(4695), 1, aux_sym_host_token2, - ACTIONS(4656), 1, + ACTIONS(4697), 1, anon_sym_EQ, - [7221] = 3, - ACTIONS(3718), 1, + [7170] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4262), 1, + ACTIONS(4693), 1, aux_sym_pattern_token1, - STATE(149), 1, - sym_preferred_authentications_value, - [7231] = 3, - ACTIONS(3718), 1, + STATE(154), 1, + sym_permit_remote_open_value, + [7180] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4658), 1, + ACTIONS(4699), 1, aux_sym_host_token2, - ACTIONS(4660), 1, + ACTIONS(4701), 1, anon_sym_EQ, - [7241] = 3, - ACTIONS(3718), 1, + [7190] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4662), 1, - aux_sym_host_token2, - ACTIONS(4664), 1, - anon_sym_EQ, - [7251] = 3, - ACTIONS(3718), 1, + ACTIONS(3821), 1, + sym_number, + STATE(47), 1, + sym_number_of_password_prompts_value, + [7200] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4396), 1, + ACTIONS(4703), 1, aux_sym_pattern_token1, - STATE(186), 1, - sym_global_known_hosts_file_value, - [7261] = 3, - ACTIONS(3), 1, + STATE(49), 1, + sym_macs_value, + [7210] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(3980), 1, - sym_number, - STATE(150), 1, - sym_port_value, - [7271] = 3, - ACTIONS(3718), 1, + ACTIONS(4645), 1, + aux_sym_pattern_token1, + STATE(83), 1, + sym_forward_agent_value, + [7220] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4666), 1, - aux_sym_host_token2, - ACTIONS(4668), 1, - anon_sym_EQ, - [7281] = 3, - ACTIONS(3718), 1, + ACTIONS(4705), 1, + aux_sym_pattern_token1, + STATE(50), 1, + sym_log_verbose_value, + [7230] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4272), 1, + ACTIONS(4707), 1, aux_sym_pattern_token1, - STATE(151), 1, - sym_pkcs11_provider_value, - [7291] = 3, - ACTIONS(3718), 1, + STATE(52), 1, + sym_local_forward_value, + [7240] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4670), 1, - aux_sym_host_token2, - ACTIONS(4672), 1, - anon_sym_EQ, - [7301] = 3, - ACTIONS(3718), 1, + ACTIONS(4067), 1, + sym_time_format, + STATE(81), 1, + sym_forward_x11_timeout_value, + [7250] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4674), 1, + ACTIONS(4709), 1, aux_sym_host_token2, - ACTIONS(4676), 1, + ACTIONS(4711), 1, anon_sym_EQ, - [7311] = 3, - ACTIONS(3718), 1, + [7260] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4390), 1, + ACTIONS(4713), 1, aux_sym_pattern_token1, - STATE(184), 1, - sym_gssapi_client_identity_value, - [7321] = 3, - ACTIONS(3718), 1, + STATE(53), 1, + sym_local_command_value, + [7270] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4278), 1, + ACTIONS(4715), 1, aux_sym_pattern_token1, - STATE(152), 1, - sym_permit_remote_open_value, - [7331] = 3, - ACTIONS(3718), 1, + STATE(54), 1, + sym_known_hosts_command_value, + [7280] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4678), 1, - aux_sym_host_token2, - ACTIONS(4680), 1, - anon_sym_EQ, - [7341] = 3, + ACTIONS(4717), 1, + aux_sym_pattern_token1, + STATE(182), 1, + sym_gssapi_server_identity_value, + [7290] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4010), 1, + ACTIONS(3821), 1, sym_number, - STATE(155), 1, + STATE(157), 1, sym_number_of_password_prompts_value, - [7351] = 3, - ACTIONS(3718), 1, + [7300] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4682), 1, - aux_sym_host_token2, - ACTIONS(4684), 1, - anon_sym_EQ, - [7361] = 3, - ACTIONS(3718), 1, + ACTIONS(4379), 1, + aux_sym_pattern_token1, + STATE(119), 1, + sym_user_value, + [7310] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4719), 1, + aux_sym_pattern_token1, + STATE(55), 1, + sym_kex_algorithms_value, + [7320] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4721), 1, + aux_sym_pattern_token1, + STATE(56), 1, + sym_kbd_interactive_devices_value, + [7330] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4686), 1, + ACTIONS(4723), 1, aux_sym_host_token2, - ACTIONS(4688), 1, + ACTIONS(4725), 1, anon_sym_EQ, - [7371] = 3, - ACTIONS(3718), 1, + [7340] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4673), 1, + aux_sym_pattern_token1, + STATE(78), 1, + sym_global_known_hosts_file_value, + [7350] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4349), 1, + aux_sym_pattern_token1, + STATE(59), 1, + sym_include_value, + [7360] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4384), 1, + ACTIONS(4727), 1, aux_sym_pattern_token1, STATE(180), 1, - sym_gssapi_server_identity_value, - [7381] = 3, - ACTIONS(3718), 1, + sym_gssapi_kex_algorithms_value, + [7370] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4288), 1, + ACTIONS(4703), 1, aux_sym_pattern_token1, - STATE(157), 1, + STATE(159), 1, sym_macs_value, - [7391] = 3, - ACTIONS(3718), 1, + [7380] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4690), 1, + ACTIONS(4729), 1, aux_sym_host_token2, - ACTIONS(4692), 1, + ACTIONS(4731), 1, anon_sym_EQ, - [7401] = 3, - ACTIONS(3718), 1, + [7390] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4694), 1, - aux_sym_host_token2, - ACTIONS(4696), 1, - anon_sym_EQ, - [7411] = 3, - ACTIONS(3718), 1, + ACTIONS(4665), 1, + aux_sym_pattern_token1, + STATE(60), 1, + sym_ignore_unknown_value, + [7400] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4378), 1, + ACTIONS(4733), 1, aux_sym_pattern_token1, - STATE(178), 1, - sym_gssapi_kex_algorithms_value, - [7421] = 3, - ACTIONS(3718), 1, + STATE(61), 1, + sym_identity_file_value, + [7410] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4294), 1, + ACTIONS(4705), 1, aux_sym_pattern_token1, - STATE(158), 1, + STATE(160), 1, sym_log_verbose_value, - [7431] = 3, - ACTIONS(3718), 1, + [7420] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4698), 1, + ACTIONS(4735), 1, aux_sym_host_token2, - ACTIONS(4700), 1, + ACTIONS(4737), 1, anon_sym_EQ, - [7441] = 3, - ACTIONS(3718), 1, + [7430] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4702), 1, + ACTIONS(4739), 1, aux_sym_host_token2, - ACTIONS(4704), 1, + ACTIONS(4741), 1, anon_sym_EQ, - [7451] = 3, - ACTIONS(3718), 1, + [7440] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4372), 1, + ACTIONS(4743), 1, aux_sym_pattern_token1, - STATE(176), 1, + STATE(178), 1, sym_hostbased_accepted_algorithms_value, - [7461] = 3, - ACTIONS(3718), 1, + [7450] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4300), 1, + ACTIONS(4745), 1, aux_sym_pattern_token1, - STATE(160), 1, + STATE(62), 1, + sym_identity_agent_value, + [7460] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4747), 1, + aux_sym_pattern_token1, + STATE(64), 1, + sym_hostname_value, + [7470] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4707), 1, + aux_sym_pattern_token1, + STATE(162), 1, sym_local_forward_value, - [7471] = 3, - ACTIONS(3718), 1, + [7480] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4373), 1, + aux_sym_pattern_token1, + STATE(118), 1, + sym_user_known_hosts_file_value, + [7490] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4706), 1, + ACTIONS(4749), 1, aux_sym_host_token2, - ACTIONS(4708), 1, + ACTIONS(4751), 1, anon_sym_EQ, - [7481] = 3, - ACTIONS(3718), 1, + [7500] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4306), 1, + ACTIONS(4753), 1, aux_sym_pattern_token1, - STATE(161), 1, + STATE(176), 1, + sym_host_key_algorithms_value, + [7510] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4713), 1, + aux_sym_pattern_token1, + STATE(163), 1, sym_local_command_value, - [7491] = 3, - ACTIONS(3718), 1, + [7520] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4710), 1, + ACTIONS(4755), 1, aux_sym_host_token2, - ACTIONS(4712), 1, + ACTIONS(4757), 1, anon_sym_EQ, - [7501] = 3, - ACTIONS(3718), 1, + [7530] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4714), 1, + ACTIONS(4759), 1, aux_sym_host_token2, - ACTIONS(4716), 1, + ACTIONS(4761), 1, anon_sym_EQ, - [7511] = 3, - ACTIONS(3718), 1, + [7540] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4366), 1, + ACTIONS(4763), 1, aux_sym_pattern_token1, - STATE(174), 1, - sym_host_key_algorithms_value, - [7521] = 3, - ACTIONS(3718), 1, + STATE(175), 1, + sym_host_key_alias_value, + [7550] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4312), 1, + ACTIONS(4715), 1, aux_sym_pattern_token1, - STATE(162), 1, + STATE(164), 1, sym_known_hosts_command_value, - [7531] = 3, - ACTIONS(3718), 1, + [7560] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4718), 1, + ACTIONS(4765), 1, aux_sym_host_token2, - ACTIONS(4720), 1, + ACTIONS(4767), 1, anon_sym_EQ, - [7541] = 3, - ACTIONS(3718), 1, + [7570] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4722), 1, + ACTIONS(4769), 1, aux_sym_host_token2, - ACTIONS(4724), 1, + ACTIONS(4771), 1, anon_sym_EQ, - [7551] = 3, - ACTIONS(3718), 1, + [7580] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4360), 1, + ACTIONS(4747), 1, aux_sym_pattern_token1, - STATE(173), 1, - sym_host_key_alias_value, - [7561] = 3, - ACTIONS(3718), 1, + STATE(174), 1, + sym_hostname_value, + [7590] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4318), 1, + ACTIONS(4719), 1, aux_sym_pattern_token1, - STATE(163), 1, + STATE(165), 1, sym_kex_algorithms_value, - [7571] = 3, - ACTIONS(3718), 1, + [7600] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4726), 1, + ACTIONS(4773), 1, aux_sym_host_token2, - ACTIONS(4728), 1, + ACTIONS(4775), 1, anon_sym_EQ, - [7581] = 3, - ACTIONS(3718), 1, + [7610] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4730), 1, - aux_sym_host_token2, - ACTIONS(4732), 1, - anon_sym_EQ, - [7591] = 3, - ACTIONS(3718), 1, + ACTIONS(4763), 1, + aux_sym_pattern_token1, + STATE(65), 1, + sym_host_key_alias_value, + [7620] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4354), 1, + ACTIONS(4753), 1, aux_sym_pattern_token1, - STATE(172), 1, - sym_hostname_value, - [7601] = 3, - ACTIONS(3718), 1, + STATE(66), 1, + sym_host_key_algorithms_value, + [7630] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4592), 1, + ACTIONS(4721), 1, aux_sym_pattern_token1, - STATE(164), 1, + STATE(166), 1, sym_kbd_interactive_devices_value, - [7611] = 3, - ACTIONS(3718), 1, + [7640] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4734), 1, + ACTIONS(4777), 1, aux_sym_host_token2, - ACTIONS(4736), 1, + ACTIONS(4779), 1, anon_sym_EQ, - [7621] = 3, - ACTIONS(3718), 1, + [7650] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4738), 1, + ACTIONS(4781), 1, aux_sym_host_token2, - ACTIONS(4740), 1, + ACTIONS(4783), 1, anon_sym_EQ, - [7631] = 3, - ACTIONS(3718), 1, + [7660] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4348), 1, + ACTIONS(4745), 1, aux_sym_pattern_token1, - STATE(170), 1, + STATE(172), 1, sym_identity_agent_value, - [7641] = 3, - ACTIONS(3718), 1, + [7670] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4742), 1, + ACTIONS(4785), 1, aux_sym_host_token2, - ACTIONS(4744), 1, + ACTIONS(4787), 1, anon_sym_EQ, - [7651] = 3, - ACTIONS(3718), 1, + [7680] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4330), 1, + ACTIONS(4743), 1, aux_sym_pattern_token1, - STATE(167), 1, - sym_include_value, - [7661] = 3, - ACTIONS(3718), 1, + STATE(68), 1, + sym_hostbased_accepted_algorithms_value, + [7690] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4727), 1, + aux_sym_pattern_token1, + STATE(70), 1, + sym_gssapi_kex_algorithms_value, + [7700] = 3, + ACTIONS(3747), 1, sym_comment, - ACTIONS(4746), 1, + ACTIONS(4733), 1, + aux_sym_pattern_token1, + STATE(171), 1, + sym_identity_file_value, + [7710] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4789), 1, aux_sym_host_token2, - ACTIONS(4748), 1, + ACTIONS(4791), 1, anon_sym_EQ, - [7671] = 2, + [7720] = 3, + ACTIONS(3747), 1, + sym_comment, + ACTIONS(4717), 1, + aux_sym_pattern_token1, + STATE(72), 1, + sym_gssapi_server_identity_value, + [7730] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4750), 1, + ACTIONS(4793), 1, ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(769)] = 0, - [SMALL_STATE(770)] = 42, - [SMALL_STATE(771)] = 81, - [SMALL_STATE(772)] = 117, - [SMALL_STATE(773)] = 153, - [SMALL_STATE(774)] = 179, - [SMALL_STATE(775)] = 202, - [SMALL_STATE(776)] = 222, - [SMALL_STATE(777)] = 242, - [SMALL_STATE(778)] = 268, - [SMALL_STATE(779)] = 291, - [SMALL_STATE(780)] = 311, - [SMALL_STATE(781)] = 331, - [SMALL_STATE(782)] = 355, - [SMALL_STATE(783)] = 377, - [SMALL_STATE(784)] = 398, - [SMALL_STATE(785)] = 419, - [SMALL_STATE(786)] = 440, - [SMALL_STATE(787)] = 463, - [SMALL_STATE(788)] = 482, - [SMALL_STATE(789)] = 507, - [SMALL_STATE(790)] = 529, - [SMALL_STATE(791)] = 551, - [SMALL_STATE(792)] = 573, - [SMALL_STATE(793)] = 595, - [SMALL_STATE(794)] = 617, - [SMALL_STATE(795)] = 637, - [SMALL_STATE(796)] = 659, - [SMALL_STATE(797)] = 681, - [SMALL_STATE(798)] = 703, - [SMALL_STATE(799)] = 723, - [SMALL_STATE(800)] = 745, - [SMALL_STATE(801)] = 767, - [SMALL_STATE(802)] = 789, - [SMALL_STATE(803)] = 811, - [SMALL_STATE(804)] = 833, - [SMALL_STATE(805)] = 855, - [SMALL_STATE(806)] = 877, - [SMALL_STATE(807)] = 899, - [SMALL_STATE(808)] = 919, - [SMALL_STATE(809)] = 941, - [SMALL_STATE(810)] = 957, - [SMALL_STATE(811)] = 979, - [SMALL_STATE(812)] = 1001, - [SMALL_STATE(813)] = 1023, - [SMALL_STATE(814)] = 1039, - [SMALL_STATE(815)] = 1061, - [SMALL_STATE(816)] = 1083, - [SMALL_STATE(817)] = 1101, - [SMALL_STATE(818)] = 1123, - [SMALL_STATE(819)] = 1145, - [SMALL_STATE(820)] = 1167, - [SMALL_STATE(821)] = 1185, - [SMALL_STATE(822)] = 1203, - [SMALL_STATE(823)] = 1225, - [SMALL_STATE(824)] = 1247, - [SMALL_STATE(825)] = 1265, - [SMALL_STATE(826)] = 1287, - [SMALL_STATE(827)] = 1309, - [SMALL_STATE(828)] = 1331, - [SMALL_STATE(829)] = 1353, - [SMALL_STATE(830)] = 1375, - [SMALL_STATE(831)] = 1397, - [SMALL_STATE(832)] = 1419, - [SMALL_STATE(833)] = 1438, - [SMALL_STATE(834)] = 1457, - [SMALL_STATE(835)] = 1476, - [SMALL_STATE(836)] = 1495, - [SMALL_STATE(837)] = 1514, - [SMALL_STATE(838)] = 1533, - [SMALL_STATE(839)] = 1552, - [SMALL_STATE(840)] = 1571, - [SMALL_STATE(841)] = 1590, - [SMALL_STATE(842)] = 1609, - [SMALL_STATE(843)] = 1628, - [SMALL_STATE(844)] = 1645, - [SMALL_STATE(845)] = 1664, - [SMALL_STATE(846)] = 1683, - [SMALL_STATE(847)] = 1702, - [SMALL_STATE(848)] = 1719, - [SMALL_STATE(849)] = 1738, - [SMALL_STATE(850)] = 1757, - [SMALL_STATE(851)] = 1776, - [SMALL_STATE(852)] = 1795, - [SMALL_STATE(853)] = 1814, - [SMALL_STATE(854)] = 1833, - [SMALL_STATE(855)] = 1850, - [SMALL_STATE(856)] = 1869, - [SMALL_STATE(857)] = 1888, - [SMALL_STATE(858)] = 1907, - [SMALL_STATE(859)] = 1926, - [SMALL_STATE(860)] = 1945, - [SMALL_STATE(861)] = 1960, - [SMALL_STATE(862)] = 1975, - [SMALL_STATE(863)] = 1994, - [SMALL_STATE(864)] = 2013, - [SMALL_STATE(865)] = 2032, - [SMALL_STATE(866)] = 2049, - [SMALL_STATE(867)] = 2068, - [SMALL_STATE(868)] = 2083, - [SMALL_STATE(869)] = 2102, - [SMALL_STATE(870)] = 2117, - [SMALL_STATE(871)] = 2136, - [SMALL_STATE(872)] = 2155, - [SMALL_STATE(873)] = 2174, - [SMALL_STATE(874)] = 2193, - [SMALL_STATE(875)] = 2212, - [SMALL_STATE(876)] = 2231, - [SMALL_STATE(877)] = 2247, - [SMALL_STATE(878)] = 2263, - [SMALL_STATE(879)] = 2279, - [SMALL_STATE(880)] = 2295, - [SMALL_STATE(881)] = 2311, - [SMALL_STATE(882)] = 2327, - [SMALL_STATE(883)] = 2343, - [SMALL_STATE(884)] = 2359, - [SMALL_STATE(885)] = 2375, - [SMALL_STATE(886)] = 2391, - [SMALL_STATE(887)] = 2407, - [SMALL_STATE(888)] = 2423, - [SMALL_STATE(889)] = 2439, - [SMALL_STATE(890)] = 2455, - [SMALL_STATE(891)] = 2471, - [SMALL_STATE(892)] = 2487, - [SMALL_STATE(893)] = 2503, - [SMALL_STATE(894)] = 2521, - [SMALL_STATE(895)] = 2537, - [SMALL_STATE(896)] = 2553, - [SMALL_STATE(897)] = 2567, - [SMALL_STATE(898)] = 2583, - [SMALL_STATE(899)] = 2599, - [SMALL_STATE(900)] = 2615, - [SMALL_STATE(901)] = 2631, - [SMALL_STATE(902)] = 2647, - [SMALL_STATE(903)] = 2663, - [SMALL_STATE(904)] = 2679, - [SMALL_STATE(905)] = 2699, - [SMALL_STATE(906)] = 2715, - [SMALL_STATE(907)] = 2731, - [SMALL_STATE(908)] = 2745, - [SMALL_STATE(909)] = 2761, - [SMALL_STATE(910)] = 2777, - [SMALL_STATE(911)] = 2793, - [SMALL_STATE(912)] = 2809, - [SMALL_STATE(913)] = 2825, - [SMALL_STATE(914)] = 2841, - [SMALL_STATE(915)] = 2857, - [SMALL_STATE(916)] = 2873, - [SMALL_STATE(917)] = 2889, - [SMALL_STATE(918)] = 2905, - [SMALL_STATE(919)] = 2921, - [SMALL_STATE(920)] = 2937, - [SMALL_STATE(921)] = 2953, - [SMALL_STATE(922)] = 2969, - [SMALL_STATE(923)] = 2985, - [SMALL_STATE(924)] = 2999, - [SMALL_STATE(925)] = 3015, - [SMALL_STATE(926)] = 3031, - [SMALL_STATE(927)] = 3047, - [SMALL_STATE(928)] = 3063, - [SMALL_STATE(929)] = 3079, - [SMALL_STATE(930)] = 3095, - [SMALL_STATE(931)] = 3111, - [SMALL_STATE(932)] = 3127, - [SMALL_STATE(933)] = 3143, - [SMALL_STATE(934)] = 3159, - [SMALL_STATE(935)] = 3175, - [SMALL_STATE(936)] = 3189, - [SMALL_STATE(937)] = 3205, - [SMALL_STATE(938)] = 3221, - [SMALL_STATE(939)] = 3237, - [SMALL_STATE(940)] = 3253, - [SMALL_STATE(941)] = 3269, - [SMALL_STATE(942)] = 3285, - [SMALL_STATE(943)] = 3301, - [SMALL_STATE(944)] = 3317, - [SMALL_STATE(945)] = 3333, - [SMALL_STATE(946)] = 3349, - [SMALL_STATE(947)] = 3365, - [SMALL_STATE(948)] = 3381, - [SMALL_STATE(949)] = 3397, - [SMALL_STATE(950)] = 3410, - [SMALL_STATE(951)] = 3427, - [SMALL_STATE(952)] = 3442, - [SMALL_STATE(953)] = 3459, - [SMALL_STATE(954)] = 3472, - [SMALL_STATE(955)] = 3489, - [SMALL_STATE(956)] = 3508, - [SMALL_STATE(957)] = 3527, - [SMALL_STATE(958)] = 3544, - [SMALL_STATE(959)] = 3560, - [SMALL_STATE(960)] = 3576, - [SMALL_STATE(961)] = 3592, - [SMALL_STATE(962)] = 3604, - [SMALL_STATE(963)] = 3620, - [SMALL_STATE(964)] = 3636, - [SMALL_STATE(965)] = 3652, - [SMALL_STATE(966)] = 3668, - [SMALL_STATE(967)] = 3684, - [SMALL_STATE(968)] = 3698, - [SMALL_STATE(969)] = 3714, - [SMALL_STATE(970)] = 3726, - [SMALL_STATE(971)] = 3742, - [SMALL_STATE(972)] = 3758, - [SMALL_STATE(973)] = 3774, - [SMALL_STATE(974)] = 3790, - [SMALL_STATE(975)] = 3806, - [SMALL_STATE(976)] = 3822, - [SMALL_STATE(977)] = 3838, - [SMALL_STATE(978)] = 3854, - [SMALL_STATE(979)] = 3868, - [SMALL_STATE(980)] = 3884, - [SMALL_STATE(981)] = 3900, - [SMALL_STATE(982)] = 3916, - [SMALL_STATE(983)] = 3932, - [SMALL_STATE(984)] = 3946, - [SMALL_STATE(985)] = 3962, - [SMALL_STATE(986)] = 3978, - [SMALL_STATE(987)] = 3994, - [SMALL_STATE(988)] = 4010, - [SMALL_STATE(989)] = 4026, - [SMALL_STATE(990)] = 4040, - [SMALL_STATE(991)] = 4056, - [SMALL_STATE(992)] = 4072, - [SMALL_STATE(993)] = 4088, - [SMALL_STATE(994)] = 4104, - [SMALL_STATE(995)] = 4120, - [SMALL_STATE(996)] = 4136, - [SMALL_STATE(997)] = 4152, - [SMALL_STATE(998)] = 4168, - [SMALL_STATE(999)] = 4184, - [SMALL_STATE(1000)] = 4198, - [SMALL_STATE(1001)] = 4214, - [SMALL_STATE(1002)] = 4230, - [SMALL_STATE(1003)] = 4246, - [SMALL_STATE(1004)] = 4262, - [SMALL_STATE(1005)] = 4278, - [SMALL_STATE(1006)] = 4294, - [SMALL_STATE(1007)] = 4310, - [SMALL_STATE(1008)] = 4326, - [SMALL_STATE(1009)] = 4342, - [SMALL_STATE(1010)] = 4358, - [SMALL_STATE(1011)] = 4374, - [SMALL_STATE(1012)] = 4390, - [SMALL_STATE(1013)] = 4406, - [SMALL_STATE(1014)] = 4422, - [SMALL_STATE(1015)] = 4438, - [SMALL_STATE(1016)] = 4454, - [SMALL_STATE(1017)] = 4470, - [SMALL_STATE(1018)] = 4486, - [SMALL_STATE(1019)] = 4502, - [SMALL_STATE(1020)] = 4518, - [SMALL_STATE(1021)] = 4534, - [SMALL_STATE(1022)] = 4550, - [SMALL_STATE(1023)] = 4566, - [SMALL_STATE(1024)] = 4582, - [SMALL_STATE(1025)] = 4595, - [SMALL_STATE(1026)] = 4606, - [SMALL_STATE(1027)] = 4619, - [SMALL_STATE(1028)] = 4632, - [SMALL_STATE(1029)] = 4645, - [SMALL_STATE(1030)] = 4658, - [SMALL_STATE(1031)] = 4671, - [SMALL_STATE(1032)] = 4684, - [SMALL_STATE(1033)] = 4697, - [SMALL_STATE(1034)] = 4710, - [SMALL_STATE(1035)] = 4723, - [SMALL_STATE(1036)] = 4736, - [SMALL_STATE(1037)] = 4749, - [SMALL_STATE(1038)] = 4762, - [SMALL_STATE(1039)] = 4775, - [SMALL_STATE(1040)] = 4788, - [SMALL_STATE(1041)] = 4801, - [SMALL_STATE(1042)] = 4814, - [SMALL_STATE(1043)] = 4827, - [SMALL_STATE(1044)] = 4840, - [SMALL_STATE(1045)] = 4853, - [SMALL_STATE(1046)] = 4866, - [SMALL_STATE(1047)] = 4879, - [SMALL_STATE(1048)] = 4892, - [SMALL_STATE(1049)] = 4905, - [SMALL_STATE(1050)] = 4916, - [SMALL_STATE(1051)] = 4929, - [SMALL_STATE(1052)] = 4942, - [SMALL_STATE(1053)] = 4955, - [SMALL_STATE(1054)] = 4968, - [SMALL_STATE(1055)] = 4981, - [SMALL_STATE(1056)] = 4994, - [SMALL_STATE(1057)] = 5005, - [SMALL_STATE(1058)] = 5018, - [SMALL_STATE(1059)] = 5029, - [SMALL_STATE(1060)] = 5042, - [SMALL_STATE(1061)] = 5055, - [SMALL_STATE(1062)] = 5068, - [SMALL_STATE(1063)] = 5081, - [SMALL_STATE(1064)] = 5094, - [SMALL_STATE(1065)] = 5107, - [SMALL_STATE(1066)] = 5120, - [SMALL_STATE(1067)] = 5133, - [SMALL_STATE(1068)] = 5146, - [SMALL_STATE(1069)] = 5159, - [SMALL_STATE(1070)] = 5172, - [SMALL_STATE(1071)] = 5185, - [SMALL_STATE(1072)] = 5198, - [SMALL_STATE(1073)] = 5211, - [SMALL_STATE(1074)] = 5224, - [SMALL_STATE(1075)] = 5237, - [SMALL_STATE(1076)] = 5250, - [SMALL_STATE(1077)] = 5263, - [SMALL_STATE(1078)] = 5276, - [SMALL_STATE(1079)] = 5289, - [SMALL_STATE(1080)] = 5302, - [SMALL_STATE(1081)] = 5315, - [SMALL_STATE(1082)] = 5328, - [SMALL_STATE(1083)] = 5341, - [SMALL_STATE(1084)] = 5354, - [SMALL_STATE(1085)] = 5367, - [SMALL_STATE(1086)] = 5380, - [SMALL_STATE(1087)] = 5393, - [SMALL_STATE(1088)] = 5406, - [SMALL_STATE(1089)] = 5419, - [SMALL_STATE(1090)] = 5430, - [SMALL_STATE(1091)] = 5441, - [SMALL_STATE(1092)] = 5451, - [SMALL_STATE(1093)] = 5461, - [SMALL_STATE(1094)] = 5471, - [SMALL_STATE(1095)] = 5481, - [SMALL_STATE(1096)] = 5491, - [SMALL_STATE(1097)] = 5501, - [SMALL_STATE(1098)] = 5511, - [SMALL_STATE(1099)] = 5521, - [SMALL_STATE(1100)] = 5531, - [SMALL_STATE(1101)] = 5541, - [SMALL_STATE(1102)] = 5551, - [SMALL_STATE(1103)] = 5561, - [SMALL_STATE(1104)] = 5571, - [SMALL_STATE(1105)] = 5581, - [SMALL_STATE(1106)] = 5591, - [SMALL_STATE(1107)] = 5601, - [SMALL_STATE(1108)] = 5611, - [SMALL_STATE(1109)] = 5621, - [SMALL_STATE(1110)] = 5631, - [SMALL_STATE(1111)] = 5641, - [SMALL_STATE(1112)] = 5651, - [SMALL_STATE(1113)] = 5661, - [SMALL_STATE(1114)] = 5671, - [SMALL_STATE(1115)] = 5681, - [SMALL_STATE(1116)] = 5691, - [SMALL_STATE(1117)] = 5701, - [SMALL_STATE(1118)] = 5711, - [SMALL_STATE(1119)] = 5721, - [SMALL_STATE(1120)] = 5731, - [SMALL_STATE(1121)] = 5741, - [SMALL_STATE(1122)] = 5751, - [SMALL_STATE(1123)] = 5761, - [SMALL_STATE(1124)] = 5771, - [SMALL_STATE(1125)] = 5781, - [SMALL_STATE(1126)] = 5791, - [SMALL_STATE(1127)] = 5801, - [SMALL_STATE(1128)] = 5811, - [SMALL_STATE(1129)] = 5821, - [SMALL_STATE(1130)] = 5831, - [SMALL_STATE(1131)] = 5841, - [SMALL_STATE(1132)] = 5851, - [SMALL_STATE(1133)] = 5861, - [SMALL_STATE(1134)] = 5871, - [SMALL_STATE(1135)] = 5881, - [SMALL_STATE(1136)] = 5891, - [SMALL_STATE(1137)] = 5901, - [SMALL_STATE(1138)] = 5911, - [SMALL_STATE(1139)] = 5921, - [SMALL_STATE(1140)] = 5931, - [SMALL_STATE(1141)] = 5941, - [SMALL_STATE(1142)] = 5951, - [SMALL_STATE(1143)] = 5961, - [SMALL_STATE(1144)] = 5971, - [SMALL_STATE(1145)] = 5981, - [SMALL_STATE(1146)] = 5991, - [SMALL_STATE(1147)] = 6001, - [SMALL_STATE(1148)] = 6011, - [SMALL_STATE(1149)] = 6021, - [SMALL_STATE(1150)] = 6031, - [SMALL_STATE(1151)] = 6041, - [SMALL_STATE(1152)] = 6051, - [SMALL_STATE(1153)] = 6061, - [SMALL_STATE(1154)] = 6071, - [SMALL_STATE(1155)] = 6081, - [SMALL_STATE(1156)] = 6091, - [SMALL_STATE(1157)] = 6101, - [SMALL_STATE(1158)] = 6111, - [SMALL_STATE(1159)] = 6121, - [SMALL_STATE(1160)] = 6131, - [SMALL_STATE(1161)] = 6141, - [SMALL_STATE(1162)] = 6151, - [SMALL_STATE(1163)] = 6161, - [SMALL_STATE(1164)] = 6171, - [SMALL_STATE(1165)] = 6181, - [SMALL_STATE(1166)] = 6191, - [SMALL_STATE(1167)] = 6201, - [SMALL_STATE(1168)] = 6211, - [SMALL_STATE(1169)] = 6221, - [SMALL_STATE(1170)] = 6231, - [SMALL_STATE(1171)] = 6241, - [SMALL_STATE(1172)] = 6251, - [SMALL_STATE(1173)] = 6261, - [SMALL_STATE(1174)] = 6271, - [SMALL_STATE(1175)] = 6281, - [SMALL_STATE(1176)] = 6291, - [SMALL_STATE(1177)] = 6301, - [SMALL_STATE(1178)] = 6311, - [SMALL_STATE(1179)] = 6321, - [SMALL_STATE(1180)] = 6331, - [SMALL_STATE(1181)] = 6341, - [SMALL_STATE(1182)] = 6351, - [SMALL_STATE(1183)] = 6361, - [SMALL_STATE(1184)] = 6371, - [SMALL_STATE(1185)] = 6381, - [SMALL_STATE(1186)] = 6391, - [SMALL_STATE(1187)] = 6401, - [SMALL_STATE(1188)] = 6411, - [SMALL_STATE(1189)] = 6421, - [SMALL_STATE(1190)] = 6431, - [SMALL_STATE(1191)] = 6441, - [SMALL_STATE(1192)] = 6451, - [SMALL_STATE(1193)] = 6461, - [SMALL_STATE(1194)] = 6471, - [SMALL_STATE(1195)] = 6481, - [SMALL_STATE(1196)] = 6491, - [SMALL_STATE(1197)] = 6501, - [SMALL_STATE(1198)] = 6511, - [SMALL_STATE(1199)] = 6521, - [SMALL_STATE(1200)] = 6531, - [SMALL_STATE(1201)] = 6541, - [SMALL_STATE(1202)] = 6551, - [SMALL_STATE(1203)] = 6561, - [SMALL_STATE(1204)] = 6571, - [SMALL_STATE(1205)] = 6581, - [SMALL_STATE(1206)] = 6591, - [SMALL_STATE(1207)] = 6601, - [SMALL_STATE(1208)] = 6611, - [SMALL_STATE(1209)] = 6621, - [SMALL_STATE(1210)] = 6631, - [SMALL_STATE(1211)] = 6641, - [SMALL_STATE(1212)] = 6651, - [SMALL_STATE(1213)] = 6661, - [SMALL_STATE(1214)] = 6671, - [SMALL_STATE(1215)] = 6681, - [SMALL_STATE(1216)] = 6691, - [SMALL_STATE(1217)] = 6701, - [SMALL_STATE(1218)] = 6711, - [SMALL_STATE(1219)] = 6721, - [SMALL_STATE(1220)] = 6731, - [SMALL_STATE(1221)] = 6741, - [SMALL_STATE(1222)] = 6751, - [SMALL_STATE(1223)] = 6761, - [SMALL_STATE(1224)] = 6771, - [SMALL_STATE(1225)] = 6781, - [SMALL_STATE(1226)] = 6791, - [SMALL_STATE(1227)] = 6801, - [SMALL_STATE(1228)] = 6811, - [SMALL_STATE(1229)] = 6821, - [SMALL_STATE(1230)] = 6831, - [SMALL_STATE(1231)] = 6841, - [SMALL_STATE(1232)] = 6851, - [SMALL_STATE(1233)] = 6861, - [SMALL_STATE(1234)] = 6871, - [SMALL_STATE(1235)] = 6881, - [SMALL_STATE(1236)] = 6891, - [SMALL_STATE(1237)] = 6901, - [SMALL_STATE(1238)] = 6911, - [SMALL_STATE(1239)] = 6921, - [SMALL_STATE(1240)] = 6931, - [SMALL_STATE(1241)] = 6941, - [SMALL_STATE(1242)] = 6951, - [SMALL_STATE(1243)] = 6961, - [SMALL_STATE(1244)] = 6971, - [SMALL_STATE(1245)] = 6981, - [SMALL_STATE(1246)] = 6991, - [SMALL_STATE(1247)] = 7001, - [SMALL_STATE(1248)] = 7011, - [SMALL_STATE(1249)] = 7021, - [SMALL_STATE(1250)] = 7031, - [SMALL_STATE(1251)] = 7041, - [SMALL_STATE(1252)] = 7051, - [SMALL_STATE(1253)] = 7061, - [SMALL_STATE(1254)] = 7071, - [SMALL_STATE(1255)] = 7081, - [SMALL_STATE(1256)] = 7091, - [SMALL_STATE(1257)] = 7101, - [SMALL_STATE(1258)] = 7111, - [SMALL_STATE(1259)] = 7121, - [SMALL_STATE(1260)] = 7131, - [SMALL_STATE(1261)] = 7141, - [SMALL_STATE(1262)] = 7151, - [SMALL_STATE(1263)] = 7161, - [SMALL_STATE(1264)] = 7171, - [SMALL_STATE(1265)] = 7181, - [SMALL_STATE(1266)] = 7191, - [SMALL_STATE(1267)] = 7201, - [SMALL_STATE(1268)] = 7211, - [SMALL_STATE(1269)] = 7221, - [SMALL_STATE(1270)] = 7231, - [SMALL_STATE(1271)] = 7241, - [SMALL_STATE(1272)] = 7251, - [SMALL_STATE(1273)] = 7261, - [SMALL_STATE(1274)] = 7271, - [SMALL_STATE(1275)] = 7281, - [SMALL_STATE(1276)] = 7291, - [SMALL_STATE(1277)] = 7301, - [SMALL_STATE(1278)] = 7311, - [SMALL_STATE(1279)] = 7321, - [SMALL_STATE(1280)] = 7331, - [SMALL_STATE(1281)] = 7341, - [SMALL_STATE(1282)] = 7351, - [SMALL_STATE(1283)] = 7361, - [SMALL_STATE(1284)] = 7371, - [SMALL_STATE(1285)] = 7381, - [SMALL_STATE(1286)] = 7391, - [SMALL_STATE(1287)] = 7401, - [SMALL_STATE(1288)] = 7411, - [SMALL_STATE(1289)] = 7421, - [SMALL_STATE(1290)] = 7431, - [SMALL_STATE(1291)] = 7441, - [SMALL_STATE(1292)] = 7451, - [SMALL_STATE(1293)] = 7461, - [SMALL_STATE(1294)] = 7471, - [SMALL_STATE(1295)] = 7481, - [SMALL_STATE(1296)] = 7491, - [SMALL_STATE(1297)] = 7501, - [SMALL_STATE(1298)] = 7511, - [SMALL_STATE(1299)] = 7521, - [SMALL_STATE(1300)] = 7531, - [SMALL_STATE(1301)] = 7541, - [SMALL_STATE(1302)] = 7551, - [SMALL_STATE(1303)] = 7561, - [SMALL_STATE(1304)] = 7571, - [SMALL_STATE(1305)] = 7581, - [SMALL_STATE(1306)] = 7591, - [SMALL_STATE(1307)] = 7601, - [SMALL_STATE(1308)] = 7611, - [SMALL_STATE(1309)] = 7621, - [SMALL_STATE(1310)] = 7631, - [SMALL_STATE(1311)] = 7641, - [SMALL_STATE(1312)] = 7651, - [SMALL_STATE(1313)] = 7661, - [SMALL_STATE(1314)] = 7671, + [SMALL_STATE(776)] = 0, + [SMALL_STATE(777)] = 42, + [SMALL_STATE(778)] = 81, + [SMALL_STATE(779)] = 117, + [SMALL_STATE(780)] = 153, + [SMALL_STATE(781)] = 179, + [SMALL_STATE(782)] = 202, + [SMALL_STATE(783)] = 222, + [SMALL_STATE(784)] = 242, + [SMALL_STATE(785)] = 268, + [SMALL_STATE(786)] = 291, + [SMALL_STATE(787)] = 311, + [SMALL_STATE(788)] = 335, + [SMALL_STATE(789)] = 357, + [SMALL_STATE(790)] = 377, + [SMALL_STATE(791)] = 398, + [SMALL_STATE(792)] = 419, + [SMALL_STATE(793)] = 444, + [SMALL_STATE(794)] = 467, + [SMALL_STATE(795)] = 486, + [SMALL_STATE(796)] = 507, + [SMALL_STATE(797)] = 529, + [SMALL_STATE(798)] = 551, + [SMALL_STATE(799)] = 573, + [SMALL_STATE(800)] = 593, + [SMALL_STATE(801)] = 615, + [SMALL_STATE(802)] = 635, + [SMALL_STATE(803)] = 651, + [SMALL_STATE(804)] = 673, + [SMALL_STATE(805)] = 695, + [SMALL_STATE(806)] = 717, + [SMALL_STATE(807)] = 739, + [SMALL_STATE(808)] = 761, + [SMALL_STATE(809)] = 783, + [SMALL_STATE(810)] = 805, + [SMALL_STATE(811)] = 825, + [SMALL_STATE(812)] = 847, + [SMALL_STATE(813)] = 869, + [SMALL_STATE(814)] = 891, + [SMALL_STATE(815)] = 907, + [SMALL_STATE(816)] = 929, + [SMALL_STATE(817)] = 951, + [SMALL_STATE(818)] = 973, + [SMALL_STATE(819)] = 995, + [SMALL_STATE(820)] = 1017, + [SMALL_STATE(821)] = 1039, + [SMALL_STATE(822)] = 1057, + [SMALL_STATE(823)] = 1079, + [SMALL_STATE(824)] = 1101, + [SMALL_STATE(825)] = 1119, + [SMALL_STATE(826)] = 1137, + [SMALL_STATE(827)] = 1159, + [SMALL_STATE(828)] = 1177, + [SMALL_STATE(829)] = 1199, + [SMALL_STATE(830)] = 1221, + [SMALL_STATE(831)] = 1243, + [SMALL_STATE(832)] = 1265, + [SMALL_STATE(833)] = 1287, + [SMALL_STATE(834)] = 1309, + [SMALL_STATE(835)] = 1331, + [SMALL_STATE(836)] = 1353, + [SMALL_STATE(837)] = 1375, + [SMALL_STATE(838)] = 1397, + [SMALL_STATE(839)] = 1419, + [SMALL_STATE(840)] = 1436, + [SMALL_STATE(841)] = 1455, + [SMALL_STATE(842)] = 1472, + [SMALL_STATE(843)] = 1491, + [SMALL_STATE(844)] = 1510, + [SMALL_STATE(845)] = 1529, + [SMALL_STATE(846)] = 1548, + [SMALL_STATE(847)] = 1567, + [SMALL_STATE(848)] = 1584, + [SMALL_STATE(849)] = 1603, + [SMALL_STATE(850)] = 1620, + [SMALL_STATE(851)] = 1639, + [SMALL_STATE(852)] = 1658, + [SMALL_STATE(853)] = 1677, + [SMALL_STATE(854)] = 1696, + [SMALL_STATE(855)] = 1715, + [SMALL_STATE(856)] = 1734, + [SMALL_STATE(857)] = 1753, + [SMALL_STATE(858)] = 1772, + [SMALL_STATE(859)] = 1791, + [SMALL_STATE(860)] = 1810, + [SMALL_STATE(861)] = 1829, + [SMALL_STATE(862)] = 1848, + [SMALL_STATE(863)] = 1867, + [SMALL_STATE(864)] = 1886, + [SMALL_STATE(865)] = 1905, + [SMALL_STATE(866)] = 1924, + [SMALL_STATE(867)] = 1943, + [SMALL_STATE(868)] = 1962, + [SMALL_STATE(869)] = 1981, + [SMALL_STATE(870)] = 2000, + [SMALL_STATE(871)] = 2015, + [SMALL_STATE(872)] = 2034, + [SMALL_STATE(873)] = 2053, + [SMALL_STATE(874)] = 2072, + [SMALL_STATE(875)] = 2087, + [SMALL_STATE(876)] = 2106, + [SMALL_STATE(877)] = 2125, + [SMALL_STATE(878)] = 2144, + [SMALL_STATE(879)] = 2159, + [SMALL_STATE(880)] = 2178, + [SMALL_STATE(881)] = 2197, + [SMALL_STATE(882)] = 2212, + [SMALL_STATE(883)] = 2231, + [SMALL_STATE(884)] = 2247, + [SMALL_STATE(885)] = 2263, + [SMALL_STATE(886)] = 2279, + [SMALL_STATE(887)] = 2295, + [SMALL_STATE(888)] = 2311, + [SMALL_STATE(889)] = 2327, + [SMALL_STATE(890)] = 2343, + [SMALL_STATE(891)] = 2359, + [SMALL_STATE(892)] = 2375, + [SMALL_STATE(893)] = 2391, + [SMALL_STATE(894)] = 2405, + [SMALL_STATE(895)] = 2421, + [SMALL_STATE(896)] = 2437, + [SMALL_STATE(897)] = 2453, + [SMALL_STATE(898)] = 2469, + [SMALL_STATE(899)] = 2485, + [SMALL_STATE(900)] = 2501, + [SMALL_STATE(901)] = 2517, + [SMALL_STATE(902)] = 2533, + [SMALL_STATE(903)] = 2549, + [SMALL_STATE(904)] = 2565, + [SMALL_STATE(905)] = 2581, + [SMALL_STATE(906)] = 2597, + [SMALL_STATE(907)] = 2613, + [SMALL_STATE(908)] = 2629, + [SMALL_STATE(909)] = 2645, + [SMALL_STATE(910)] = 2661, + [SMALL_STATE(911)] = 2675, + [SMALL_STATE(912)] = 2691, + [SMALL_STATE(913)] = 2707, + [SMALL_STATE(914)] = 2723, + [SMALL_STATE(915)] = 2739, + [SMALL_STATE(916)] = 2755, + [SMALL_STATE(917)] = 2771, + [SMALL_STATE(918)] = 2787, + [SMALL_STATE(919)] = 2803, + [SMALL_STATE(920)] = 2819, + [SMALL_STATE(921)] = 2835, + [SMALL_STATE(922)] = 2851, + [SMALL_STATE(923)] = 2867, + [SMALL_STATE(924)] = 2883, + [SMALL_STATE(925)] = 2899, + [SMALL_STATE(926)] = 2915, + [SMALL_STATE(927)] = 2931, + [SMALL_STATE(928)] = 2949, + [SMALL_STATE(929)] = 2965, + [SMALL_STATE(930)] = 2981, + [SMALL_STATE(931)] = 2997, + [SMALL_STATE(932)] = 3013, + [SMALL_STATE(933)] = 3029, + [SMALL_STATE(934)] = 3043, + [SMALL_STATE(935)] = 3059, + [SMALL_STATE(936)] = 3075, + [SMALL_STATE(937)] = 3091, + [SMALL_STATE(938)] = 3111, + [SMALL_STATE(939)] = 3125, + [SMALL_STATE(940)] = 3141, + [SMALL_STATE(941)] = 3157, + [SMALL_STATE(942)] = 3173, + [SMALL_STATE(943)] = 3189, + [SMALL_STATE(944)] = 3205, + [SMALL_STATE(945)] = 3221, + [SMALL_STATE(946)] = 3237, + [SMALL_STATE(947)] = 3253, + [SMALL_STATE(948)] = 3269, + [SMALL_STATE(949)] = 3285, + [SMALL_STATE(950)] = 3301, + [SMALL_STATE(951)] = 3317, + [SMALL_STATE(952)] = 3333, + [SMALL_STATE(953)] = 3349, + [SMALL_STATE(954)] = 3365, + [SMALL_STATE(955)] = 3381, + [SMALL_STATE(956)] = 3397, + [SMALL_STATE(957)] = 3412, + [SMALL_STATE(958)] = 3431, + [SMALL_STATE(959)] = 3450, + [SMALL_STATE(960)] = 3467, + [SMALL_STATE(961)] = 3484, + [SMALL_STATE(962)] = 3497, + [SMALL_STATE(963)] = 3514, + [SMALL_STATE(964)] = 3531, + [SMALL_STATE(965)] = 3544, + [SMALL_STATE(966)] = 3560, + [SMALL_STATE(967)] = 3576, + [SMALL_STATE(968)] = 3592, + [SMALL_STATE(969)] = 3608, + [SMALL_STATE(970)] = 3624, + [SMALL_STATE(971)] = 3640, + [SMALL_STATE(972)] = 3656, + [SMALL_STATE(973)] = 3672, + [SMALL_STATE(974)] = 3688, + [SMALL_STATE(975)] = 3704, + [SMALL_STATE(976)] = 3720, + [SMALL_STATE(977)] = 3736, + [SMALL_STATE(978)] = 3752, + [SMALL_STATE(979)] = 3764, + [SMALL_STATE(980)] = 3780, + [SMALL_STATE(981)] = 3796, + [SMALL_STATE(982)] = 3812, + [SMALL_STATE(983)] = 3828, + [SMALL_STATE(984)] = 3844, + [SMALL_STATE(985)] = 3860, + [SMALL_STATE(986)] = 3872, + [SMALL_STATE(987)] = 3888, + [SMALL_STATE(988)] = 3904, + [SMALL_STATE(989)] = 3920, + [SMALL_STATE(990)] = 3936, + [SMALL_STATE(991)] = 3952, + [SMALL_STATE(992)] = 3968, + [SMALL_STATE(993)] = 3984, + [SMALL_STATE(994)] = 4000, + [SMALL_STATE(995)] = 4016, + [SMALL_STATE(996)] = 4032, + [SMALL_STATE(997)] = 4048, + [SMALL_STATE(998)] = 4064, + [SMALL_STATE(999)] = 4080, + [SMALL_STATE(1000)] = 4096, + [SMALL_STATE(1001)] = 4112, + [SMALL_STATE(1002)] = 4126, + [SMALL_STATE(1003)] = 4142, + [SMALL_STATE(1004)] = 4158, + [SMALL_STATE(1005)] = 4172, + [SMALL_STATE(1006)] = 4186, + [SMALL_STATE(1007)] = 4202, + [SMALL_STATE(1008)] = 4218, + [SMALL_STATE(1009)] = 4234, + [SMALL_STATE(1010)] = 4250, + [SMALL_STATE(1011)] = 4266, + [SMALL_STATE(1012)] = 4282, + [SMALL_STATE(1013)] = 4298, + [SMALL_STATE(1014)] = 4314, + [SMALL_STATE(1015)] = 4330, + [SMALL_STATE(1016)] = 4346, + [SMALL_STATE(1017)] = 4362, + [SMALL_STATE(1018)] = 4378, + [SMALL_STATE(1019)] = 4394, + [SMALL_STATE(1020)] = 4410, + [SMALL_STATE(1021)] = 4426, + [SMALL_STATE(1022)] = 4442, + [SMALL_STATE(1023)] = 4458, + [SMALL_STATE(1024)] = 4472, + [SMALL_STATE(1025)] = 4488, + [SMALL_STATE(1026)] = 4504, + [SMALL_STATE(1027)] = 4520, + [SMALL_STATE(1028)] = 4534, + [SMALL_STATE(1029)] = 4550, + [SMALL_STATE(1030)] = 4566, + [SMALL_STATE(1031)] = 4582, + [SMALL_STATE(1032)] = 4598, + [SMALL_STATE(1033)] = 4611, + [SMALL_STATE(1034)] = 4624, + [SMALL_STATE(1035)] = 4637, + [SMALL_STATE(1036)] = 4650, + [SMALL_STATE(1037)] = 4663, + [SMALL_STATE(1038)] = 4676, + [SMALL_STATE(1039)] = 4689, + [SMALL_STATE(1040)] = 4702, + [SMALL_STATE(1041)] = 4715, + [SMALL_STATE(1042)] = 4728, + [SMALL_STATE(1043)] = 4741, + [SMALL_STATE(1044)] = 4754, + [SMALL_STATE(1045)] = 4767, + [SMALL_STATE(1046)] = 4780, + [SMALL_STATE(1047)] = 4793, + [SMALL_STATE(1048)] = 4806, + [SMALL_STATE(1049)] = 4819, + [SMALL_STATE(1050)] = 4832, + [SMALL_STATE(1051)] = 4845, + [SMALL_STATE(1052)] = 4858, + [SMALL_STATE(1053)] = 4871, + [SMALL_STATE(1054)] = 4884, + [SMALL_STATE(1055)] = 4897, + [SMALL_STATE(1056)] = 4908, + [SMALL_STATE(1057)] = 4921, + [SMALL_STATE(1058)] = 4934, + [SMALL_STATE(1059)] = 4947, + [SMALL_STATE(1060)] = 4960, + [SMALL_STATE(1061)] = 4971, + [SMALL_STATE(1062)] = 4984, + [SMALL_STATE(1063)] = 4995, + [SMALL_STATE(1064)] = 5008, + [SMALL_STATE(1065)] = 5021, + [SMALL_STATE(1066)] = 5032, + [SMALL_STATE(1067)] = 5045, + [SMALL_STATE(1068)] = 5058, + [SMALL_STATE(1069)] = 5071, + [SMALL_STATE(1070)] = 5084, + [SMALL_STATE(1071)] = 5097, + [SMALL_STATE(1072)] = 5110, + [SMALL_STATE(1073)] = 5123, + [SMALL_STATE(1074)] = 5134, + [SMALL_STATE(1075)] = 5147, + [SMALL_STATE(1076)] = 5160, + [SMALL_STATE(1077)] = 5173, + [SMALL_STATE(1078)] = 5184, + [SMALL_STATE(1079)] = 5197, + [SMALL_STATE(1080)] = 5210, + [SMALL_STATE(1081)] = 5223, + [SMALL_STATE(1082)] = 5236, + [SMALL_STATE(1083)] = 5249, + [SMALL_STATE(1084)] = 5262, + [SMALL_STATE(1085)] = 5275, + [SMALL_STATE(1086)] = 5288, + [SMALL_STATE(1087)] = 5301, + [SMALL_STATE(1088)] = 5314, + [SMALL_STATE(1089)] = 5327, + [SMALL_STATE(1090)] = 5340, + [SMALL_STATE(1091)] = 5353, + [SMALL_STATE(1092)] = 5366, + [SMALL_STATE(1093)] = 5379, + [SMALL_STATE(1094)] = 5392, + [SMALL_STATE(1095)] = 5405, + [SMALL_STATE(1096)] = 5418, + [SMALL_STATE(1097)] = 5431, + [SMALL_STATE(1098)] = 5444, + [SMALL_STATE(1099)] = 5457, + [SMALL_STATE(1100)] = 5470, + [SMALL_STATE(1101)] = 5480, + [SMALL_STATE(1102)] = 5490, + [SMALL_STATE(1103)] = 5500, + [SMALL_STATE(1104)] = 5510, + [SMALL_STATE(1105)] = 5520, + [SMALL_STATE(1106)] = 5530, + [SMALL_STATE(1107)] = 5540, + [SMALL_STATE(1108)] = 5550, + [SMALL_STATE(1109)] = 5560, + [SMALL_STATE(1110)] = 5570, + [SMALL_STATE(1111)] = 5580, + [SMALL_STATE(1112)] = 5590, + [SMALL_STATE(1113)] = 5600, + [SMALL_STATE(1114)] = 5610, + [SMALL_STATE(1115)] = 5620, + [SMALL_STATE(1116)] = 5630, + [SMALL_STATE(1117)] = 5640, + [SMALL_STATE(1118)] = 5650, + [SMALL_STATE(1119)] = 5660, + [SMALL_STATE(1120)] = 5670, + [SMALL_STATE(1121)] = 5680, + [SMALL_STATE(1122)] = 5690, + [SMALL_STATE(1123)] = 5700, + [SMALL_STATE(1124)] = 5710, + [SMALL_STATE(1125)] = 5720, + [SMALL_STATE(1126)] = 5730, + [SMALL_STATE(1127)] = 5740, + [SMALL_STATE(1128)] = 5750, + [SMALL_STATE(1129)] = 5760, + [SMALL_STATE(1130)] = 5770, + [SMALL_STATE(1131)] = 5780, + [SMALL_STATE(1132)] = 5790, + [SMALL_STATE(1133)] = 5800, + [SMALL_STATE(1134)] = 5810, + [SMALL_STATE(1135)] = 5820, + [SMALL_STATE(1136)] = 5830, + [SMALL_STATE(1137)] = 5840, + [SMALL_STATE(1138)] = 5850, + [SMALL_STATE(1139)] = 5860, + [SMALL_STATE(1140)] = 5870, + [SMALL_STATE(1141)] = 5880, + [SMALL_STATE(1142)] = 5890, + [SMALL_STATE(1143)] = 5900, + [SMALL_STATE(1144)] = 5910, + [SMALL_STATE(1145)] = 5920, + [SMALL_STATE(1146)] = 5930, + [SMALL_STATE(1147)] = 5940, + [SMALL_STATE(1148)] = 5950, + [SMALL_STATE(1149)] = 5960, + [SMALL_STATE(1150)] = 5970, + [SMALL_STATE(1151)] = 5980, + [SMALL_STATE(1152)] = 5990, + [SMALL_STATE(1153)] = 6000, + [SMALL_STATE(1154)] = 6010, + [SMALL_STATE(1155)] = 6020, + [SMALL_STATE(1156)] = 6030, + [SMALL_STATE(1157)] = 6040, + [SMALL_STATE(1158)] = 6050, + [SMALL_STATE(1159)] = 6060, + [SMALL_STATE(1160)] = 6070, + [SMALL_STATE(1161)] = 6080, + [SMALL_STATE(1162)] = 6090, + [SMALL_STATE(1163)] = 6100, + [SMALL_STATE(1164)] = 6110, + [SMALL_STATE(1165)] = 6120, + [SMALL_STATE(1166)] = 6130, + [SMALL_STATE(1167)] = 6140, + [SMALL_STATE(1168)] = 6150, + [SMALL_STATE(1169)] = 6160, + [SMALL_STATE(1170)] = 6170, + [SMALL_STATE(1171)] = 6180, + [SMALL_STATE(1172)] = 6190, + [SMALL_STATE(1173)] = 6200, + [SMALL_STATE(1174)] = 6210, + [SMALL_STATE(1175)] = 6220, + [SMALL_STATE(1176)] = 6230, + [SMALL_STATE(1177)] = 6240, + [SMALL_STATE(1178)] = 6250, + [SMALL_STATE(1179)] = 6260, + [SMALL_STATE(1180)] = 6270, + [SMALL_STATE(1181)] = 6280, + [SMALL_STATE(1182)] = 6290, + [SMALL_STATE(1183)] = 6300, + [SMALL_STATE(1184)] = 6310, + [SMALL_STATE(1185)] = 6320, + [SMALL_STATE(1186)] = 6330, + [SMALL_STATE(1187)] = 6340, + [SMALL_STATE(1188)] = 6350, + [SMALL_STATE(1189)] = 6360, + [SMALL_STATE(1190)] = 6370, + [SMALL_STATE(1191)] = 6380, + [SMALL_STATE(1192)] = 6390, + [SMALL_STATE(1193)] = 6400, + [SMALL_STATE(1194)] = 6410, + [SMALL_STATE(1195)] = 6420, + [SMALL_STATE(1196)] = 6430, + [SMALL_STATE(1197)] = 6440, + [SMALL_STATE(1198)] = 6450, + [SMALL_STATE(1199)] = 6460, + [SMALL_STATE(1200)] = 6470, + [SMALL_STATE(1201)] = 6480, + [SMALL_STATE(1202)] = 6490, + [SMALL_STATE(1203)] = 6500, + [SMALL_STATE(1204)] = 6510, + [SMALL_STATE(1205)] = 6520, + [SMALL_STATE(1206)] = 6530, + [SMALL_STATE(1207)] = 6540, + [SMALL_STATE(1208)] = 6550, + [SMALL_STATE(1209)] = 6560, + [SMALL_STATE(1210)] = 6570, + [SMALL_STATE(1211)] = 6580, + [SMALL_STATE(1212)] = 6590, + [SMALL_STATE(1213)] = 6600, + [SMALL_STATE(1214)] = 6610, + [SMALL_STATE(1215)] = 6620, + [SMALL_STATE(1216)] = 6630, + [SMALL_STATE(1217)] = 6640, + [SMALL_STATE(1218)] = 6650, + [SMALL_STATE(1219)] = 6660, + [SMALL_STATE(1220)] = 6670, + [SMALL_STATE(1221)] = 6680, + [SMALL_STATE(1222)] = 6690, + [SMALL_STATE(1223)] = 6700, + [SMALL_STATE(1224)] = 6710, + [SMALL_STATE(1225)] = 6720, + [SMALL_STATE(1226)] = 6730, + [SMALL_STATE(1227)] = 6740, + [SMALL_STATE(1228)] = 6750, + [SMALL_STATE(1229)] = 6760, + [SMALL_STATE(1230)] = 6770, + [SMALL_STATE(1231)] = 6780, + [SMALL_STATE(1232)] = 6790, + [SMALL_STATE(1233)] = 6800, + [SMALL_STATE(1234)] = 6810, + [SMALL_STATE(1235)] = 6820, + [SMALL_STATE(1236)] = 6830, + [SMALL_STATE(1237)] = 6840, + [SMALL_STATE(1238)] = 6850, + [SMALL_STATE(1239)] = 6860, + [SMALL_STATE(1240)] = 6870, + [SMALL_STATE(1241)] = 6880, + [SMALL_STATE(1242)] = 6890, + [SMALL_STATE(1243)] = 6900, + [SMALL_STATE(1244)] = 6910, + [SMALL_STATE(1245)] = 6920, + [SMALL_STATE(1246)] = 6930, + [SMALL_STATE(1247)] = 6940, + [SMALL_STATE(1248)] = 6950, + [SMALL_STATE(1249)] = 6960, + [SMALL_STATE(1250)] = 6970, + [SMALL_STATE(1251)] = 6980, + [SMALL_STATE(1252)] = 6990, + [SMALL_STATE(1253)] = 7000, + [SMALL_STATE(1254)] = 7010, + [SMALL_STATE(1255)] = 7020, + [SMALL_STATE(1256)] = 7030, + [SMALL_STATE(1257)] = 7040, + [SMALL_STATE(1258)] = 7050, + [SMALL_STATE(1259)] = 7060, + [SMALL_STATE(1260)] = 7070, + [SMALL_STATE(1261)] = 7080, + [SMALL_STATE(1262)] = 7090, + [SMALL_STATE(1263)] = 7100, + [SMALL_STATE(1264)] = 7110, + [SMALL_STATE(1265)] = 7120, + [SMALL_STATE(1266)] = 7130, + [SMALL_STATE(1267)] = 7140, + [SMALL_STATE(1268)] = 7150, + [SMALL_STATE(1269)] = 7160, + [SMALL_STATE(1270)] = 7170, + [SMALL_STATE(1271)] = 7180, + [SMALL_STATE(1272)] = 7190, + [SMALL_STATE(1273)] = 7200, + [SMALL_STATE(1274)] = 7210, + [SMALL_STATE(1275)] = 7220, + [SMALL_STATE(1276)] = 7230, + [SMALL_STATE(1277)] = 7240, + [SMALL_STATE(1278)] = 7250, + [SMALL_STATE(1279)] = 7260, + [SMALL_STATE(1280)] = 7270, + [SMALL_STATE(1281)] = 7280, + [SMALL_STATE(1282)] = 7290, + [SMALL_STATE(1283)] = 7300, + [SMALL_STATE(1284)] = 7310, + [SMALL_STATE(1285)] = 7320, + [SMALL_STATE(1286)] = 7330, + [SMALL_STATE(1287)] = 7340, + [SMALL_STATE(1288)] = 7350, + [SMALL_STATE(1289)] = 7360, + [SMALL_STATE(1290)] = 7370, + [SMALL_STATE(1291)] = 7380, + [SMALL_STATE(1292)] = 7390, + [SMALL_STATE(1293)] = 7400, + [SMALL_STATE(1294)] = 7410, + [SMALL_STATE(1295)] = 7420, + [SMALL_STATE(1296)] = 7430, + [SMALL_STATE(1297)] = 7440, + [SMALL_STATE(1298)] = 7450, + [SMALL_STATE(1299)] = 7460, + [SMALL_STATE(1300)] = 7470, + [SMALL_STATE(1301)] = 7480, + [SMALL_STATE(1302)] = 7490, + [SMALL_STATE(1303)] = 7500, + [SMALL_STATE(1304)] = 7510, + [SMALL_STATE(1305)] = 7520, + [SMALL_STATE(1306)] = 7530, + [SMALL_STATE(1307)] = 7540, + [SMALL_STATE(1308)] = 7550, + [SMALL_STATE(1309)] = 7560, + [SMALL_STATE(1310)] = 7570, + [SMALL_STATE(1311)] = 7580, + [SMALL_STATE(1312)] = 7590, + [SMALL_STATE(1313)] = 7600, + [SMALL_STATE(1314)] = 7610, + [SMALL_STATE(1315)] = 7620, + [SMALL_STATE(1316)] = 7630, + [SMALL_STATE(1317)] = 7640, + [SMALL_STATE(1318)] = 7650, + [SMALL_STATE(1319)] = 7660, + [SMALL_STATE(1320)] = 7670, + [SMALL_STATE(1321)] = 7680, + [SMALL_STATE(1322)] = 7690, + [SMALL_STATE(1323)] = 7700, + [SMALL_STATE(1324)] = 7710, + [SMALL_STATE(1325)] = 7720, + [SMALL_STATE(1326)] = 7730, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -106530,2324 +108250,2345 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_client_config, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), - [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_client_config, 1), - [227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), - [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1214), - [232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1204), - [235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1092), - [238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1200), - [241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1198), - [244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1196), - [247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1194), - [250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1192), - [253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1190), - [256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1188), - [259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1186), - [262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1184), - [265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1182), - [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1180), - [271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1178), - [274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1176), - [277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1174), - [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1172), - [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1170), - [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1168), - [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1166), - [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1164), - [295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1162), - [298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1160), - [301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1158), - [304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1156), - [307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1154), - [310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1152), - [313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1150), - [316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1148), - [319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1146), - [322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1144), - [325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1142), - [328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1140), - [331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1138), - [334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1136), - [337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1134), - [340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1132), - [343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1130), - [346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1128), - [349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1126), - [352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1124), - [355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1122), - [358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1120), - [361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1118), - [364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1116), - [367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1114), - [370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1112), - [373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1110), - [376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1108), - [379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1106), - [382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1104), - [385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1103), - [388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1101), - [391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1099), - [394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1097), - [397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1095), - [400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1093), - [403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1159), - [406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1157), - [409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1195), - [412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1201), - [415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1206), - [418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1210), - [421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1224), - [424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1218), - [427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1223), - [430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1226), - [433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1231), - [436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1235), - [439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1239), - [442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1242), - [445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1246), - [448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1251), - [451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1254), - [454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1255), - [457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1257), - [460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1259), - [463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1260), - [466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1263), - [469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1264), - [472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1267), - [475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1268), - [478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1270), - [481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1271), - [484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1274), - [487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1276), - [490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1277), - [493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1280), - [496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1282), - [499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1283), - [502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1286), - [505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1287), - [508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1290), - [511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1291), - [514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1294), - [517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1296), - [520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1297), - [523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1300), - [526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1301), - [529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1304), - [532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1305), - [535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1308), - [538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1309), - [541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1311), - [544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1313), - [547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1187), - [550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1098), - [553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1249), - [556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 3), - [558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include, 3), - [560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_xauth_location, 5), - [564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_xauth_location, 5), - [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visual_host_key, 5), - [570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visual_host_key, 5), - [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verify_host_key_dns, 5), - [576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verify_host_key_dns, 5), - [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_known_hosts_file, 5), - [582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_known_hosts_file, 5), - [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user, 5), - [588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user, 5), - [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_roaming, 5), - [594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_roaming, 5), - [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_keychain, 5), - [600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_keychain, 5), - [602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_host_keys, 5), - [606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_host_keys, 5), - [608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel_device, 5), - [612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel_device, 5), - [614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel, 5), - [618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel, 5), - [620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keep_alive, 5), - [624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keep_alive, 5), - [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tcp_keep_alive, 5), - [630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tcp_keep_alive, 5), - [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syslog_facility, 5), - [636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syslog_facility, 5), - [638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strict_host_key_checking, 5), - [642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strict_host_key_checking, 5), - [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_unlink, 5), - [648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_unlink, 5), - [650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_mask, 5), - [654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_mask, 5), - [656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stdin_null, 5), - [660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stdin_null, 5), - [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_env, 5), - [666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_env, 5), - [668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_session_type, 5), - [672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_session_type, 5), - [674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_interval, 5), - [678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_interval, 5), - [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_count_max, 5), - [684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_count_max, 5), - [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_env, 5), - [690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_env, 5), - [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_security_key_provider, 5), - [696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_security_key_provider, 5), - [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_revoked_host_keys, 5), - [702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_revoked_host_keys, 5), - [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_request_tty, 5), - [708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_request_tty, 5), - [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_forward, 5), - [714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_forward, 5), - [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_command, 5), - [720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_command, 5), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rekey_limit, 5), - [726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rekey_limit, 5), - [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_authentication, 5), - [732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_authentication, 5), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_key_types, 5), - [738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_key_types, 5), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_algorithms, 5), - [744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_algorithms, 5), - [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_use_fdpass, 5), - [750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_use_fdpass, 5), - [752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_jump, 5), - [756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_jump, 5), - [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_command, 5), - [762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_command, 5), - [764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol, 5), - [768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol, 5), - [770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preferred_authentications, 5), - [774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preferred_authentications, 5), - [776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port, 5), - [780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_port, 5), - [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pkcs11_provider, 5), - [786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pkcs11_provider, 5), - [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_remote_open, 5), - [792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_remote_open, 5), - [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_local_command, 5), - [798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_local_command, 5), - [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_password_authentication, 5), - [804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_password_authentication, 5), - [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_of_password_prompts, 5), - [810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_of_password_prompts, 5), - [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_no_host_authentication_for_localhost, 5), - [816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_no_host_authentication_for_localhost, 5), - [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macs, 5), - [822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macs, 5), - [824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_verbose, 5), - [828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_verbose, 5), - [830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_level, 5), - [834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_level, 5), - [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_forward, 5), - [840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_forward, 5), - [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_command, 5), - [846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_command, 5), - [848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_hosts_command, 5), - [852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_known_hosts_command, 5), - [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kex_algorithms, 5), - [858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kex_algorithms, 5), - [860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_devices, 5), - [864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_devices, 5), - [866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_authentication, 5), - [870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_authentication, 5), - [872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ip_qos, 5), - [876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ip_qos, 5), - [878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 5), - [882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include, 5), - [884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ignore_unknown, 5), - [888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ignore_unknown, 5), - [890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_file, 5), - [894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_file, 5), - [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_agent, 5), - [900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_agent, 5), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identities_only, 5), - [906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identities_only, 5), - [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostname, 5), - [912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostname, 5), - [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_alias, 5), - [918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_alias, 5), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_algorithms, 5), - [924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_algorithms, 5), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_authentication, 5), - [930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_authentication, 5), - [932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_accepted_algorithms, 5), - [936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_accepted_algorithms, 5), - [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_known_hosts, 5), - [942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_known_hosts, 5), - [944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_kex_algorithms, 5), - [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_kex_algorithms, 5), - [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_trust_dns, 5), - [954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_trust_dns, 5), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_server_identity, 5), - [960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_server_identity, 5), - [962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_renewal_forces_rekey, 5), - [966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_renewal_forces_rekey, 5), - [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_key_exchange, 5), - [972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_key_exchange, 5), - [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_delegate_credentials, 5), - [978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_delegate_credentials, 5), - [980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_client_identity, 5), - [984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_client_identity, 5), - [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_authentication, 5), - [990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_authentication, 5), - [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_known_hosts_file, 5), - [996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_known_hosts_file, 5), - [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gateway_ports, 5), - [1002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gateway_ports, 5), - [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_trusted, 5), - [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_trusted, 5), - [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_timeout, 5), - [1014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_timeout, 5), - [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11, 5), - [1020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11, 5), - [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [1024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_agent, 5), - [1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_agent, 5), - [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fork_after_authentication, 5), - [1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fork_after_authentication, 5), - [1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fingerprint_hash, 5), - [1038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fingerprint_hash, 5), - [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_on_forward_failure, 5), - [1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_on_forward_failure, 5), - [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_char, 5), - [1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_escape_char, 5), - [1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enable_ssh_keysign, 5), - [1056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enable_ssh_keysign, 5), - [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [1060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_forward, 5), - [1062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_forward, 5), - [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_persist, 5), - [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_persist, 5), - [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [1072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_path, 5), - [1074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_path, 5), - [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_master, 5), - [1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_master, 5), - [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [1084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connect_timeout, 5), - [1086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connect_timeout, 5), - [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_attempts, 5), - [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connection_attempts, 5), - [1094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [1096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compression, 5), - [1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compression, 5), - [1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [1102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clear_all_forwardings, 5), - [1104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clear_all_forwardings, 5), - [1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cipher, 5), - [1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cipher, 5), - [1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ciphers, 5), - [1116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ciphers, 5), - [1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [1120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_host_ip, 5), - [1122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_host_ip, 5), - [1124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [1126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_challenge_response_authentication, 5), - [1128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_challenge_response_authentication, 5), - [1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_certificate_file, 5), - [1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_certificate_file, 5), - [1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [1138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ca_signature_algorithms, 5), - [1140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ca_signature_algorithms, 5), - [1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_permitted_cnames, 5), - [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_permitted_cnames, 5), - [1148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_max_dots, 5), - [1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_max_dots, 5), - [1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_hostname, 5), - [1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_hostname, 5), - [1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_fallback_local, 5), - [1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_fallback_local, 5), - [1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonical_domains, 5), - [1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonical_domains, 5), - [1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [1174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_interface, 5), - [1176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_interface, 5), - [1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_address, 5), - [1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_address, 5), - [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [1186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_batch_mode, 5), - [1188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_batch_mode, 5), - [1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_family, 5), - [1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_family, 5), - [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [1198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_add_keys_to_agent, 5), - [1200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_add_keys_to_agent, 5), - [1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match, 5), - [1206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match, 5), - [1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host, 5), - [1212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host, 5), - [1214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [1216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_xauth_location, 4), - [1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_xauth_location, 4), - [1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [1222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visual_host_key, 4), - [1224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visual_host_key, 4), - [1226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [1228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verify_host_key_dns, 4), - [1230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verify_host_key_dns, 4), - [1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [1234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_known_hosts_file, 4), - [1236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_known_hosts_file, 4), - [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [1240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user, 4), - [1242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user, 4), - [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [1246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_roaming, 4), - [1248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_roaming, 4), - [1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [1252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_keychain, 4), - [1254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_keychain, 4), - [1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [1258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_host_keys, 4), - [1260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_host_keys, 4), - [1262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel_device, 4), - [1266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel_device, 4), - [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [1270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel, 4), - [1272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel, 4), - [1274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keep_alive, 4), - [1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keep_alive, 4), - [1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [1282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tcp_keep_alive, 4), - [1284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tcp_keep_alive, 4), - [1286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [1288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syslog_facility, 4), - [1290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syslog_facility, 4), - [1292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strict_host_key_checking, 4), - [1296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strict_host_key_checking, 4), - [1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [1300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_unlink, 4), - [1302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_unlink, 4), - [1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_mask, 4), - [1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_mask, 4), - [1310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [1312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stdin_null, 4), - [1314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stdin_null, 4), - [1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [1318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_env, 4), - [1320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_env, 4), - [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_session_type, 4), - [1326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_session_type, 4), - [1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [1330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_interval, 4), - [1332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_interval, 4), - [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [1336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_count_max, 4), - [1338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_count_max, 4), - [1340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [1342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_env, 4), - [1344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_env, 4), - [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [1348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_security_key_provider, 4), - [1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_security_key_provider, 4), - [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [1354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_revoked_host_keys, 4), - [1356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_revoked_host_keys, 4), - [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [1360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_request_tty, 4), - [1362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_request_tty, 4), - [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_forward, 4), - [1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_forward, 4), - [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [1372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_command, 4), - [1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_command, 4), - [1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rekey_limit, 4), - [1380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rekey_limit, 4), - [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_authentication, 4), - [1386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_authentication, 4), - [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_key_types, 4), - [1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_key_types, 4), - [1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_algorithms, 4), - [1398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_algorithms, 4), - [1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [1402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_use_fdpass, 4), - [1404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_use_fdpass, 4), - [1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_jump, 4), - [1410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_jump, 4), - [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [1414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_command, 4), - [1416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_command, 4), - [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol, 4), - [1422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol, 4), - [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [1426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preferred_authentications, 4), - [1428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preferred_authentications, 4), - [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [1432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port, 4), - [1434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_port, 4), - [1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pkcs11_provider, 4), - [1440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pkcs11_provider, 4), - [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [1444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_remote_open, 4), - [1446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_remote_open, 4), - [1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [1450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_local_command, 4), - [1452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_local_command, 4), - [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_password_authentication, 4), - [1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_password_authentication, 4), - [1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [1462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_of_password_prompts, 4), - [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_of_password_prompts, 4), - [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [1468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_no_host_authentication_for_localhost, 4), - [1470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_no_host_authentication_for_localhost, 4), - [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [1474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macs, 4), - [1476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macs, 4), - [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [1480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_verbose, 4), - [1482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_verbose, 4), - [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_level, 4), - [1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_level, 4), - [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_forward, 4), - [1494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_forward, 4), - [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_command, 4), - [1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_command, 4), - [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [1504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_hosts_command, 4), - [1506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_known_hosts_command, 4), - [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kex_algorithms, 4), - [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kex_algorithms, 4), - [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_devices, 4), - [1518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_devices, 4), - [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_authentication, 4), - [1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_authentication, 4), - [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [1528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ip_qos, 4), - [1530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ip_qos, 4), - [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 4), - [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include, 4), - [1538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [1540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ignore_unknown, 4), - [1542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ignore_unknown, 4), - [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [1546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_file, 4), - [1548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_file, 4), - [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [1552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_agent, 4), - [1554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_agent, 4), - [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identities_only, 4), - [1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identities_only, 4), - [1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostname, 4), - [1566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostname, 4), - [1568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [1570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_alias, 4), - [1572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_alias, 4), - [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [1576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_algorithms, 4), - [1578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_algorithms, 4), - [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_authentication, 4), - [1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_authentication, 4), - [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [1588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_accepted_algorithms, 4), - [1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_accepted_algorithms, 4), - [1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_known_hosts, 4), - [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_known_hosts, 4), - [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_kex_algorithms, 4), - [1602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_kex_algorithms, 4), - [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_trust_dns, 4), - [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_trust_dns, 4), - [1610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [1612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_server_identity, 4), - [1614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_server_identity, 4), - [1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [1618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_renewal_forces_rekey, 4), - [1620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_renewal_forces_rekey, 4), - [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [1624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_key_exchange, 4), - [1626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_key_exchange, 4), - [1628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_delegate_credentials, 4), - [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_delegate_credentials, 4), - [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_client_identity, 4), - [1638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_client_identity, 4), - [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_authentication, 4), - [1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_authentication, 4), - [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_known_hosts_file, 4), - [1650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_known_hosts_file, 4), - [1652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [1654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gateway_ports, 4), - [1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gateway_ports, 4), - [1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [1660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_trusted, 4), - [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_trusted, 4), - [1664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_timeout, 4), - [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_timeout, 4), - [1670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [1672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11, 4), - [1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11, 4), - [1676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_agent, 4), - [1680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_agent, 4), - [1682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fork_after_authentication, 4), - [1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fork_after_authentication, 4), - [1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [1690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fingerprint_hash, 4), - [1692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fingerprint_hash, 4), - [1694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_on_forward_failure, 4), - [1698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_on_forward_failure, 4), - [1700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_char, 4), - [1704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_escape_char, 4), - [1706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [1708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enable_ssh_keysign, 4), - [1710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enable_ssh_keysign, 4), - [1712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_forward, 4), - [1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_forward, 4), - [1718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [1720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_persist, 4), - [1722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_persist, 4), - [1724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [1726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_path, 4), - [1728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_path, 4), - [1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_master, 4), - [1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_master, 4), - [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connect_timeout, 4), - [1740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connect_timeout, 4), - [1742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_attempts, 4), - [1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connection_attempts, 4), - [1748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [1750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compression, 4), - [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compression, 4), - [1754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [1756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clear_all_forwardings, 4), - [1758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clear_all_forwardings, 4), - [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cipher, 4), - [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cipher, 4), - [1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [1768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ciphers, 4), - [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ciphers, 4), - [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_host_ip, 4), - [1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_host_ip, 4), - [1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_challenge_response_authentication, 4), - [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_challenge_response_authentication, 4), - [1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [1786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_certificate_file, 4), - [1788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_certificate_file, 4), - [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ca_signature_algorithms, 4), - [1794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ca_signature_algorithms, 4), - [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [1798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_permitted_cnames, 4), - [1800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_permitted_cnames, 4), - [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [1804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_max_dots, 4), - [1806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_max_dots, 4), - [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_hostname, 4), - [1812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_hostname, 4), - [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [1816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_fallback_local, 4), - [1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_fallback_local, 4), - [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [1822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonical_domains, 4), - [1824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonical_domains, 4), - [1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [1828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_interface, 4), - [1830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_interface, 4), - [1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_address, 4), - [1836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_address, 4), - [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [1840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_batch_mode, 4), - [1842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_batch_mode, 4), - [1844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [1846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_family, 4), - [1848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_family, 4), - [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_add_keys_to_agent, 4), - [1854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_add_keys_to_agent, 4), - [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match, 4), - [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match, 4), - [1862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [1864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host, 4), - [1866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host, 4), - [1868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [1870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1), - [1872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1), - [1874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_xauth_location, 3), - [1876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_xauth_location, 3), - [1878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [1880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_xauth_location_value, 1), - [1882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_xauth_location_value, 1), - [1884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_value, 1), - [1886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_value, 1), - [1888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host, 3), - [1890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host, 3), - [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visual_host_key, 3), - [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visual_host_key, 3), - [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [1900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visual_host_key_value, 1, .production_id = 42), - [1902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visual_host_key_value, 1, .production_id = 42), - [1904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_value, 1, .production_id = 1), - [1906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_value, 1, .production_id = 1), - [1908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match, 3), - [1910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match, 3), - [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1), - [1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1), - [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verify_host_key_dns, 3), - [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verify_host_key_dns, 3), - [1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [1924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verify_host_key_dns_value, 1), - [1926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verify_host_key_dns_value, 1), - [1928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_add_keys_to_agent_value, 1), - [1930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_add_keys_to_agent_value, 1), - [1932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_add_keys_to_agent, 3), - [1934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_add_keys_to_agent, 3), - [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_known_hosts_file, 3), - [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_known_hosts_file, 3), - [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [1944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_known_hosts_file_value, 1), - [1946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_known_hosts_file_value, 1), - [1948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_family_value, 1), - [1950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_family_value, 1), - [1952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_family, 3), - [1954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_family, 3), - [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user, 3), - [1960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user, 3), - [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [1964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_value, 1), - [1966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_value, 1), - [1968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_batch_mode_value, 1, .production_id = 2), - [1970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_batch_mode_value, 1, .production_id = 2), - [1972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_batch_mode, 3), - [1974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_batch_mode, 3), - [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [1978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_address_value, 1), - [1980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_address_value, 1), - [1982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_roaming, 3), - [1984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_roaming, 3), - [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [1988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_roaming_value, 1, .production_id = 41), - [1990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_roaming_value, 1, .production_id = 41), - [1992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_address, 3), - [1994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_address, 3), - [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_interface_value, 1), - [2000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_interface_value, 1), - [2002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_keychain, 3), - [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_keychain, 3), - [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [2008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_keychain_value, 1, .production_id = 40), - [2010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_keychain_value, 1, .production_id = 40), - [2012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_interface, 3), - [2014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_interface, 3), - [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonical_domains_value, 1), - [2020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonical_domains_value, 1), - [2022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_host_keys, 3), - [2024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_host_keys, 3), - [2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [2028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_host_keys_value, 1), - [2030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_host_keys_value, 1), - [2032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonical_domains, 3), - [2034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonical_domains, 3), - [2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [2038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel_device, 3), - [2040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel_device, 3), - [2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [2044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel_device_value, 1), - [2046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel_device_value, 1), - [2048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_fallback_local_value, 1, .production_id = 3), - [2050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_fallback_local_value, 1, .production_id = 3), - [2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_fallback_local, 3), - [2054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_fallback_local, 3), - [2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [2058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_hostname_value, 1), - [2060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_hostname_value, 1), - [2062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel, 3), - [2064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel, 3), - [2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [2068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel_value, 1), - [2070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel_value, 1), - [2072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_hostname, 3), - [2074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_hostname, 3), - [2076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [2078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_max_dots_value, 1), - [2080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_max_dots_value, 1), - [2082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keep_alive, 3), - [2084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keep_alive, 3), - [2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [2088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keep_alive_value, 1, .production_id = 39), - [2090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keep_alive_value, 1, .production_id = 39), - [2092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_max_dots, 3), - [2094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_max_dots, 3), - [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [2098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_permitted_cnames_value, 1), - [2100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_permitted_cnames_value, 1), - [2102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tcp_keep_alive, 3), - [2104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tcp_keep_alive, 3), - [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [2108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tcp_keep_alive_value, 1, .production_id = 38), - [2110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tcp_keep_alive_value, 1, .production_id = 38), - [2112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_permitted_cnames, 3), - [2114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_permitted_cnames, 3), - [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [2118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ca_signature_algorithms_value, 1), - [2120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ca_signature_algorithms_value, 1), - [2122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syslog_facility, 3), - [2124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syslog_facility, 3), - [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [2128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syslog_facility_value, 1), - [2130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syslog_facility_value, 1), - [2132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ca_signature_algorithms, 3), - [2134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ca_signature_algorithms, 3), - [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [2138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_certificate_file_value, 1), - [2140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_certificate_file_value, 1), - [2142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strict_host_key_checking, 3), - [2144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strict_host_key_checking, 3), - [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [2148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strict_host_key_checking_value, 1), - [2150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strict_host_key_checking_value, 1), - [2152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_certificate_file, 3), - [2154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_certificate_file, 3), - [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [2158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_unlink, 3), - [2160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_unlink, 3), - [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [2164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_unlink_value, 1, .production_id = 37), - [2166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_unlink_value, 1, .production_id = 37), - [2168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_challenge_response_authentication_value, 1, .production_id = 4), - [2170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_challenge_response_authentication_value, 1, .production_id = 4), - [2172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_challenge_response_authentication, 3), - [2174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_challenge_response_authentication, 3), - [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [2178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_mask, 3), - [2180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_mask, 3), - [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [2184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_mask_value, 1), - [2186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_mask_value, 1), - [2188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_host_ip_value, 1, .production_id = 5), - [2190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_host_ip_value, 1, .production_id = 5), - [2192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_host_ip, 3), - [2194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_host_ip, 3), - [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [2198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ciphers_value, 1), - [2200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ciphers_value, 1), - [2202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stdin_null, 3), - [2204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stdin_null, 3), - [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [2208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stdin_null_value, 1, .production_id = 36), - [2210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stdin_null_value, 1, .production_id = 36), - [2212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ciphers, 3), - [2214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ciphers, 3), - [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [2218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cipher_value, 1), - [2220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cipher_value, 1), - [2222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_env, 3), - [2224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_env, 3), - [2226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [2228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_env_value, 1), - [2230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_env_value, 1), - [2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cipher, 3), - [2234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cipher, 3), - [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [2238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_session_type, 3), - [2240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_session_type, 3), - [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [2244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_session_type_value, 1), - [2246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_session_type_value, 1), - [2248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clear_all_forwardings_value, 1, .production_id = 6), - [2250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clear_all_forwardings_value, 1, .production_id = 6), - [2252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clear_all_forwardings, 3), - [2254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clear_all_forwardings, 3), - [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [2258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_interval, 3), - [2260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_interval, 3), - [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_interval_value, 1, .production_id = 35), - [2266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_interval_value, 1, .production_id = 35), - [2268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compression_value, 1, .production_id = 7), - [2270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compression_value, 1, .production_id = 7), - [2272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compression, 3), - [2274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compression, 3), - [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_attempts_value, 1, .production_id = 8), - [2280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connection_attempts_value, 1, .production_id = 8), - [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_count_max, 3), - [2284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_count_max, 3), - [2286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [2288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_count_max_value, 1, .production_id = 34), - [2290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_count_max_value, 1, .production_id = 34), - [2292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_attempts, 3), - [2294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connection_attempts, 3), - [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [2298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connect_timeout_value, 1, .production_id = 9), - [2300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connect_timeout_value, 1, .production_id = 9), - [2302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_env, 3), - [2304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_env, 3), - [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [2308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_env_value, 1), - [2310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_env_value, 1), - [2312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connect_timeout, 3), - [2314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connect_timeout, 3), - [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [2318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_master_value, 1), - [2320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_master_value, 1), - [2322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_security_key_provider, 3), - [2324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_security_key_provider, 3), - [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [2328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_security_key_provider_value, 1), - [2330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_security_key_provider_value, 1), - [2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_master, 3), - [2334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_master, 3), - [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [2338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_path_value, 1), - [2340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_path_value, 1), - [2342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_revoked_host_keys, 3), - [2344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_revoked_host_keys, 3), - [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_revoked_host_keys_value, 1), - [2350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_revoked_host_keys_value, 1), - [2352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_path, 3), - [2354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_path, 3), - [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_persist_value, 1, .production_id = 10), - [2360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_persist_value, 1, .production_id = 10), - [2362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_request_tty, 3), - [2364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_request_tty, 3), - [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [2368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_request_tty_value, 1), - [2370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_request_tty_value, 1), - [2372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_persist, 3), - [2374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_persist, 3), - [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [2378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_forward_value, 1), - [2380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_forward_value, 1), - [2382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_forward, 3), - [2384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_forward, 3), - [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [2388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_forward_value, 1), - [2390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_forward_value, 1), - [2392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_forward, 3), - [2394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_forward, 3), - [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [2398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_command, 3), - [2400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_command, 3), - [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [2404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_command_value, 1), - [2406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_command_value, 1), - [2408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enable_ssh_keysign_value, 1, .production_id = 11), - [2410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enable_ssh_keysign_value, 1, .production_id = 11), - [2412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enable_ssh_keysign, 3), - [2414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enable_ssh_keysign, 3), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [2418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rekey_limit, 3), - [2420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rekey_limit, 3), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [2424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rekey_limit_value, 1), - [2426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rekey_limit_value, 1), - [2428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_char_value, 1), - [2430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_escape_char_value, 1), - [2432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_char, 3), - [2434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_escape_char, 3), - [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [2438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_authentication, 3), - [2440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_authentication, 3), - [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [2444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_authentication_value, 1), - [2446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_authentication_value, 1), - [2448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_on_forward_failure_value, 1, .production_id = 12), - [2450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_on_forward_failure_value, 1, .production_id = 12), - [2452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_on_forward_failure, 3), - [2454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_on_forward_failure, 3), - [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [2458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_key_types, 3), - [2460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_key_types, 3), - [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [2464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_key_types_value, 1), - [2466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_key_types_value, 1), - [2468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fingerprint_hash_value, 1), - [2470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fingerprint_hash_value, 1), - [2472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fingerprint_hash, 3), - [2474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fingerprint_hash, 3), - [2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_algorithms, 3), - [2480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_algorithms, 3), - [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [2484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_algorithms_value, 1), - [2486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_algorithms_value, 1), - [2488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fork_after_authentication_value, 1, .production_id = 13), - [2490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fork_after_authentication_value, 1, .production_id = 13), - [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fork_after_authentication, 3), - [2494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fork_after_authentication, 3), - [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_agent_value, 1), - [2500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_agent_value, 1), - [2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_use_fdpass, 3), - [2504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_use_fdpass, 3), - [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_use_fdpass_value, 1, .production_id = 33), - [2510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_use_fdpass_value, 1, .production_id = 33), - [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_agent, 3), - [2514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_agent, 3), - [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [2518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_jump, 3), - [2520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_jump, 3), - [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [2524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_jump_value, 1), - [2526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_jump_value, 1), - [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_value, 1, .production_id = 14), - [2530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_value, 1, .production_id = 14), - [2532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11, 3), - [2534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11, 3), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [2538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_timeout_value, 1, .production_id = 15), - [2540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_timeout_value, 1, .production_id = 15), - [2542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_command, 3), - [2544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_command, 3), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [2548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_command_value, 1), - [2550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_command_value, 1), - [2552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_timeout, 3), - [2554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_timeout, 3), - [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [2558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol, 3), - [2560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol, 3), - [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [2564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_value, 1), - [2566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_value, 1), - [2568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_trusted_value, 1, .production_id = 16), - [2570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_trusted_value, 1, .production_id = 16), - [2572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_trusted, 3), - [2574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_trusted, 3), - [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [2578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preferred_authentications, 3), - [2580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preferred_authentications, 3), - [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [2584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preferred_authentications_value, 1), - [2586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preferred_authentications_value, 1), - [2588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gateway_ports_value, 1, .production_id = 17), - [2590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gateway_ports_value, 1, .production_id = 17), - [2592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gateway_ports, 3), - [2594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gateway_ports, 3), - [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [2598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_known_hosts_file_value, 1), - [2600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_known_hosts_file_value, 1), - [2602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port, 3), - [2604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_port, 3), - [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [2608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port_value, 1, .production_id = 32), - [2610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_port_value, 1, .production_id = 32), - [2612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_known_hosts_file, 3), - [2614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_known_hosts_file, 3), - [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [2618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pkcs11_provider, 3), - [2620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pkcs11_provider, 3), - [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [2624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pkcs11_provider_value, 1), - [2626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pkcs11_provider_value, 1), - [2628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_authentication_value, 1, .production_id = 18), - [2630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_authentication_value, 1, .production_id = 18), - [2632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_authentication, 3), - [2634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_authentication, 3), - [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [2638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_client_identity_value, 1), - [2640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_client_identity_value, 1), - [2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_remote_open, 3), - [2644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_remote_open, 3), - [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [2648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_remote_open_value, 1), - [2650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_remote_open_value, 1), - [2652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_client_identity, 3), - [2654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_client_identity, 3), - [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_local_command, 3), - [2660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_local_command, 3), - [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [2664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_local_command_value, 1, .production_id = 31), - [2666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_local_command_value, 1, .production_id = 31), - [2668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_delegate_credentials_value, 1, .production_id = 19), - [2670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_delegate_credentials_value, 1, .production_id = 19), - [2672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_delegate_credentials, 3), - [2674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_delegate_credentials, 3), - [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [2678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_password_authentication, 3), - [2680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_password_authentication, 3), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [2684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_password_authentication_value, 1, .production_id = 30), - [2686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_password_authentication_value, 1, .production_id = 30), - [2688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_key_exchange_value, 1, .production_id = 20), - [2690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_key_exchange_value, 1, .production_id = 20), - [2692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_key_exchange, 3), - [2694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_key_exchange, 3), - [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [2698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_of_password_prompts, 3), - [2700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_of_password_prompts, 3), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [2704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_of_password_prompts_value, 1, .production_id = 29), - [2706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_of_password_prompts_value, 1, .production_id = 29), - [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_renewal_forces_rekey_value, 1, .production_id = 21), - [2710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_renewal_forces_rekey_value, 1, .production_id = 21), - [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_renewal_forces_rekey, 3), - [2714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_renewal_forces_rekey, 3), - [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [2718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_server_identity_value, 1), - [2720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_server_identity_value, 1), - [2722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_no_host_authentication_for_localhost, 3), - [2724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_no_host_authentication_for_localhost, 3), - [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [2728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_no_host_authentication_for_localhost_value, 1, .production_id = 28), - [2730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_no_host_authentication_for_localhost_value, 1, .production_id = 28), - [2732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_server_identity, 3), - [2734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_server_identity, 3), - [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [2738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macs, 3), - [2740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macs, 3), - [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [2744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macs_value, 1), - [2746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macs_value, 1), - [2748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_trust_dns_value, 1, .production_id = 22), - [2750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_trust_dns_value, 1, .production_id = 22), - [2752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_trust_dns, 3), - [2754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_trust_dns, 3), - [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [2758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_kex_algorithms_value, 1), - [2760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_kex_algorithms_value, 1), - [2762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_verbose, 3), - [2764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_verbose, 3), - [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [2768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_verbose_value, 1), - [2770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_verbose_value, 1), - [2772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_kex_algorithms, 3), - [2774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_kex_algorithms, 3), - [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [2778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_level, 3), - [2780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_level, 3), - [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_level_value, 1), - [2786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_level_value, 1), - [2788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_known_hosts_value, 1, .production_id = 23), - [2790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_known_hosts_value, 1, .production_id = 23), - [2792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_known_hosts, 3), - [2794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_known_hosts, 3), - [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [2798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_accepted_algorithms_value, 1), - [2800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_accepted_algorithms_value, 1), - [2802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_forward, 3), - [2804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_forward, 3), - [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [2808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_forward_value, 1), - [2810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_forward_value, 1), - [2812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_accepted_algorithms, 3), - [2814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_accepted_algorithms, 3), - [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [2818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_command, 3), - [2820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_command, 3), - [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [2824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_command_value, 1), - [2826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_command_value, 1), - [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_authentication_value, 1, .production_id = 24), - [2830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_authentication_value, 1, .production_id = 24), - [2832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_authentication, 3), - [2834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_authentication, 3), - [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [2838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_algorithms_value, 1), - [2840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_algorithms_value, 1), - [2842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_hosts_command, 3), - [2844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_known_hosts_command, 3), - [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_hosts_command_value, 1), - [2850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_known_hosts_command_value, 1), - [2852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_algorithms, 3), - [2854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_algorithms, 3), - [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [2858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_alias_value, 1), - [2860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_alias_value, 1), - [2862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kex_algorithms, 3), - [2864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kex_algorithms, 3), - [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [2868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kex_algorithms_value, 1), - [2870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kex_algorithms_value, 1), - [2872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_alias, 3), - [2874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_alias, 3), - [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [2878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostname_value, 1), - [2880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostname_value, 1), - [2882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_devices, 3), - [2884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_devices, 3), - [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [2888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_devices_value, 1), - [2890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_devices_value, 1), - [2892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostname, 3), - [2894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostname, 3), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [2898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_authentication, 3), - [2900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_authentication, 3), - [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_authentication_value, 1, .production_id = 27), - [2906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_authentication_value, 1, .production_id = 27), - [2908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identities_only_value, 1, .production_id = 25), - [2910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identities_only_value, 1, .production_id = 25), - [2912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identities_only, 3), - [2914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identities_only, 3), - [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_agent_value, 1), - [2920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_agent_value, 1), - [2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ip_qos, 3), - [2924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ip_qos, 3), - [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ip_qos_value, 1, .production_id = 26), - [2930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ip_qos_value, 1, .production_id = 26), - [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_agent, 3), - [2934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_agent, 3), - [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [2938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_file_value, 1), - [2940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_file_value, 1), - [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_file, 3), - [2944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_file, 3), - [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [2948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ignore_unknown_value, 1), - [2950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ignore_unknown_value, 1), - [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ignore_unknown, 3), - [2954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ignore_unknown, 3), - [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [2958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_value, 1), - [2960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_value, 1), - [2962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_xauth_location, 6), - [2964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_xauth_location, 6), - [2966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visual_host_key, 6), - [2968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visual_host_key, 6), - [2970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verify_host_key_dns, 6), - [2972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verify_host_key_dns, 6), - [2974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_known_hosts_file, 6), - [2976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_known_hosts_file, 6), - [2978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user, 6), - [2980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user, 6), - [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_roaming, 6), - [2984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_roaming, 6), - [2986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_keychain, 6), - [2988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_keychain, 6), - [2990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_host_keys, 6), - [2992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_host_keys, 6), - [2994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel_device, 6), - [2996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel_device, 6), - [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel, 6), - [3000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel, 6), - [3002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keep_alive, 6), - [3004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keep_alive, 6), - [3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tcp_keep_alive, 6), - [3008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tcp_keep_alive, 6), - [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syslog_facility, 6), - [3012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syslog_facility, 6), - [3014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strict_host_key_checking, 6), - [3016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strict_host_key_checking, 6), - [3018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_unlink, 6), - [3020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_unlink, 6), - [3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_mask, 6), - [3024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_mask, 6), - [3026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stdin_null, 6), - [3028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stdin_null, 6), - [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_env, 6), - [3032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_env, 6), - [3034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_session_type, 6), - [3036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_session_type, 6), - [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_interval, 6), - [3040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_interval, 6), - [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_count_max, 6), - [3044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_count_max, 6), - [3046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_env, 6), - [3048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_env, 6), - [3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_security_key_provider, 6), - [3052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_security_key_provider, 6), - [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_revoked_host_keys, 6), - [3056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_revoked_host_keys, 6), - [3058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_request_tty, 6), - [3060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_request_tty, 6), - [3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_forward, 6), - [3064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_forward, 6), - [3066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_command, 6), - [3068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_command, 6), - [3070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rekey_limit, 6), - [3072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rekey_limit, 6), - [3074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_authentication, 6), - [3076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_authentication, 6), - [3078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_key_types, 6), - [3080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_key_types, 6), - [3082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_algorithms, 6), - [3084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_algorithms, 6), - [3086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_use_fdpass, 6), - [3088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_use_fdpass, 6), - [3090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_jump, 6), - [3092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_jump, 6), - [3094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_command, 6), - [3096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_command, 6), - [3098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol, 6), - [3100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol, 6), - [3102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preferred_authentications, 6), - [3104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preferred_authentications, 6), - [3106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port, 6), - [3108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_port, 6), - [3110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pkcs11_provider, 6), - [3112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pkcs11_provider, 6), - [3114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_remote_open, 6), - [3116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_remote_open, 6), - [3118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_local_command, 6), - [3120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_local_command, 6), - [3122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_password_authentication, 6), - [3124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_password_authentication, 6), - [3126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_of_password_prompts, 6), - [3128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_of_password_prompts, 6), - [3130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_no_host_authentication_for_localhost, 6), - [3132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_no_host_authentication_for_localhost, 6), - [3134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macs, 6), - [3136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macs, 6), - [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_verbose, 6), - [3140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_verbose, 6), - [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_level, 6), - [3144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_level, 6), - [3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_forward, 6), - [3148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_forward, 6), - [3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_command, 6), - [3152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_command, 6), - [3154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_hosts_command, 6), - [3156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_known_hosts_command, 6), - [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kex_algorithms, 6), - [3160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kex_algorithms, 6), - [3162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_devices, 6), - [3164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_devices, 6), - [3166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_authentication, 6), - [3168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_authentication, 6), - [3170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ip_qos, 6), - [3172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ip_qos, 6), - [3174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 6), - [3176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include, 6), - [3178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ignore_unknown, 6), - [3180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ignore_unknown, 6), - [3182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_file, 6), - [3184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_file, 6), - [3186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_agent, 6), - [3188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_agent, 6), - [3190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identities_only, 6), - [3192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identities_only, 6), - [3194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostname, 6), - [3196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostname, 6), - [3198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_alias, 6), - [3200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_alias, 6), - [3202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_algorithms, 6), - [3204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_algorithms, 6), - [3206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_authentication, 6), - [3208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_authentication, 6), - [3210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_accepted_algorithms, 6), - [3212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_accepted_algorithms, 6), - [3214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_known_hosts, 6), - [3216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_known_hosts, 6), - [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_kex_algorithms, 6), - [3220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_kex_algorithms, 6), - [3222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_trust_dns, 6), - [3224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_trust_dns, 6), - [3226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_server_identity, 6), - [3228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_server_identity, 6), - [3230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_renewal_forces_rekey, 6), - [3232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_renewal_forces_rekey, 6), - [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_key_exchange, 6), - [3236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_key_exchange, 6), - [3238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_delegate_credentials, 6), - [3240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_delegate_credentials, 6), - [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_client_identity, 6), - [3244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_client_identity, 6), - [3246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_authentication, 6), - [3248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_authentication, 6), - [3250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_known_hosts_file, 6), - [3252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_known_hosts_file, 6), - [3254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gateway_ports, 6), - [3256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gateway_ports, 6), - [3258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_trusted, 6), - [3260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_trusted, 6), - [3262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_timeout, 6), - [3264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_timeout, 6), - [3266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11, 6), - [3268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11, 6), - [3270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_agent, 6), - [3272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_agent, 6), - [3274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fork_after_authentication, 6), - [3276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fork_after_authentication, 6), - [3278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fingerprint_hash, 6), - [3280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fingerprint_hash, 6), - [3282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_on_forward_failure, 6), - [3284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_on_forward_failure, 6), - [3286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_char, 6), - [3288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_escape_char, 6), - [3290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enable_ssh_keysign, 6), - [3292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enable_ssh_keysign, 6), - [3294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_forward, 6), - [3296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_forward, 6), - [3298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_persist, 6), - [3300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_persist, 6), - [3302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_path, 6), - [3304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_path, 6), - [3306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_master, 6), - [3308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_master, 6), - [3310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connect_timeout, 6), - [3312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connect_timeout, 6), - [3314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_attempts, 6), - [3316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connection_attempts, 6), - [3318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compression, 6), - [3320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compression, 6), - [3322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clear_all_forwardings, 6), - [3324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clear_all_forwardings, 6), - [3326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cipher, 6), - [3328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cipher, 6), - [3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ciphers, 6), - [3332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ciphers, 6), - [3334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_host_ip, 6), - [3336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_host_ip, 6), - [3338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_challenge_response_authentication, 6), - [3340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_challenge_response_authentication, 6), - [3342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_certificate_file, 6), - [3344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_certificate_file, 6), - [3346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ca_signature_algorithms, 6), - [3348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ca_signature_algorithms, 6), - [3350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_permitted_cnames, 6), - [3352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_permitted_cnames, 6), - [3354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_max_dots, 6), - [3356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_max_dots, 6), - [3358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_hostname, 6), - [3360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_hostname, 6), - [3362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_fallback_local, 6), - [3364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_fallback_local, 6), - [3366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonical_domains, 6), - [3368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonical_domains, 6), - [3370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_interface, 6), - [3372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_interface, 6), - [3374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_address, 6), - [3376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_address, 6), - [3378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_batch_mode, 6), - [3380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_batch_mode, 6), - [3382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_family, 6), - [3384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_family, 6), - [3386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_add_keys_to_agent, 6), - [3388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_add_keys_to_agent, 6), - [3390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match, 6), - [3392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match, 6), - [3394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host, 6), - [3396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host, 6), - [3398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [3402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [3420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), - [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [3486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [3490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [3494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), - [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), - [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), - [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [3732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), - [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), - [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), - [3738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), - [3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [3752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), - [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [3760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), - [3762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [3764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), - [3766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), - [3770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), - [3772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), - [3774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [3776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), - [3778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), - [3780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), - [3782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [3784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), - [3786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [3788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), - [3798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), - [3800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [3808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), - [3810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), - [3812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), - [3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [3818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), - [3820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [3822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), - [3824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), - [3826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), - [3828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), - [3830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), - [3832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), - [3834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [3836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [3838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), - [3840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), - [3842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [3844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), - [3846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), - [3848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), - [3850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), - [3852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), - [3854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), - [3856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [3858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), - [3860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), - [3862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [3864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), - [3866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [3868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [3870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), - [3872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), - [3874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), - [3876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [3878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), - [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [3900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), - [3902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), - [3904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), - [3906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), - [3908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [3910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), - [3912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [3914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [3916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), - [3918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), - [3920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [3922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), - [3924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [3926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [3928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), - [3930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [3932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), - [3934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), - [3936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [3938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), - [3940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), - [3942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [3944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [3946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), - [3948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), - [3950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [3952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), - [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [3956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [3958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), - [3960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), - [3962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), - [3964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), - [3966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [3968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [3970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [3972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [3974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [3976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), - [3978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), - [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [3986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), - [3988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), - [3990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), - [3992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), - [3994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [3996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), - [3998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [4000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), - [4002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), - [4004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), - [4006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), - [4008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), - [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [4016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [4018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), - [4020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), - [4022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [4024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), - [4026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), - [4028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [4030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), - [4032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), - [4034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), - [4036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), - [4038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), - [4040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), - [4042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [4044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), - [4046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [4048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), - [4050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), - [4052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [4054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), - [4056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), - [4058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), - [4060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), - [4062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), - [4064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [4066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [4068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), - [4070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [4072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), - [4074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), - [4076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), - [4078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [4080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [4082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [4084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), - [4086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), - [4088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), - [4090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), - [4092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), - [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), - [4096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), - [4098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), - [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [4102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), - [4104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), - [4106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), - [4108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [4110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), - [4112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), - [4114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [4116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), - [4118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), - [4120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [4122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), - [4124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), - [4126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), - [4128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), - [4130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [4132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [4136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111), - [4138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [4140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [4144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), - [4146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), - [4148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [4152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), - [4154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), - [4156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), - [4158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [4160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), - [4162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), - [4164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), - [4166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), - [4168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), - [4170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), - [4172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), - [4174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), - [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [4184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), - [4186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), - [4188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), - [4190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), - [4192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), - [4194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), - [4196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [4200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), - [4202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), - [4204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), - [4206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), - [4208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), - [4210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [4212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [4214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), - [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [4220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [4224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [4230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [4236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [4240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [4244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), - [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [4250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), - [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [4256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [4260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), - [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [4266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [4270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), - [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [4276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [4282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [4286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [4292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [4298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [4304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [4310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [4316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [4322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), - [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [4328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), - [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [4334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), - [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [4340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), - [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [4346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), - [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [4352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [4358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [4364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [4370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), - [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [4376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), - [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [4382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), - [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [4388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [4394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), - [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [4400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [4404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [4410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), - [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [4414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [4418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [4422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [4426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [4432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), - [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [4438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), - [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [4442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [4446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), - [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [4452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [4458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [4464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [4470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), - [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [4476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), - [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [4480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), - [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [4486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), - [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [4492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), - [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [4498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [4502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), - [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [4506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), - [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [4512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [4516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), - [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [4522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), - [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [4526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [4530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), - [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [4536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), - [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [4542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [4546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), - [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [4554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [4560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), - [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [4564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), - [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [4570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), - [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [4576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), - [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [4582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), - [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [4586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), - [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [4590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), - [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [4596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), - [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [4600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), - [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [4604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), - [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [4608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), - [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [4612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004), - [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [4616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), - [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [4620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), - [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [4624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), - [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [4628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), - [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [4632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), - [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [4636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), - [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [4640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), - [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [4644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), - [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [4648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), - [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [4652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), - [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [4656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), - [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [4660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), - [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [4664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), - [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [4668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), - [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [4672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), - [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [4676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), - [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [4680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), - [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [4684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), - [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [4688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), - [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [4692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), - [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [4696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [4700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), - [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [4704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), - [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [4708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), - [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [4712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [4716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), - [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [4720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), - [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [4724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [4728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), - [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [4732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), - [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [4736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), - [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [4740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), - [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [4744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), - [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [4748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), - [4750] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_client_config, 1), + [229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), + [231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1178), + [234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1215), + [237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1101), + [240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1211), + [243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1209), + [246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1207), + [249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1205), + [252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1203), + [255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1201), + [258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1199), + [261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1197), + [264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1195), + [267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1193), + [270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1191), + [273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1189), + [276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1187), + [279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1185), + [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1183), + [285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1181), + [288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1100), + [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1177), + [294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1175), + [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1173), + [300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1171), + [303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1169), + [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1167), + [309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1165), + [312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1163), + [315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1161), + [318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1159), + [321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1157), + [324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1155), + [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1153), + [330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1152), + [333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1150), + [336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1148), + [339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1146), + [342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1144), + [345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1143), + [348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1141), + [351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1140), + [354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1139), + [357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1137), + [360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1135), + [363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1133), + [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1131), + [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1129), + [372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1127), + [375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1125), + [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1123), + [381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1121), + [384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1120), + [387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1118), + [390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1116), + [393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1114), + [396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1113), + [399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1111), + [402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1109), + [405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1107), + [408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1106), + [411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1104), + [414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1102), + [417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1170), + [420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1176), + [423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1156), + [426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1184), + [429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1192), + [432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1200), + [435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1208), + [438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1219), + [441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1223), + [444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1227), + [447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1235), + [450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1236), + [453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1242), + [456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1247), + [459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1251), + [462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1255), + [465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1260), + [468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1264), + [471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1269), + [474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1271), + [477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1278), + [480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1286), + [483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1291), + [486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1295), + [489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1296), + [492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1302), + [495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1305), + [498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1306), + [501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1309), + [504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1310), + [507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1313), + [510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1317), + [513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1318), + [516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1320), + [519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1324), + [522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1198), + [525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1259), + [528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1263), + [531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1221), + [534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1206), + [537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1179), + [540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1213), + [543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1103), + [546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1108), + [549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1110), + [552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1115), + [555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1117), + [558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_client_config_repeat1, 2), SHIFT_REPEAT(1124), + [561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ignore_unknown, 3), + [563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ignore_unknown, 3), + [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_xauth_location, 5), + [569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_xauth_location, 5), + [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visual_host_key, 5), + [575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visual_host_key, 5), + [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verify_host_key_dns, 5), + [581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verify_host_key_dns, 5), + [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_known_hosts_file, 5), + [587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_known_hosts_file, 5), + [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user, 5), + [593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user, 5), + [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_roaming, 5), + [599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_roaming, 5), + [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_keychain, 5), + [605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_keychain, 5), + [607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_host_keys, 5), + [611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_host_keys, 5), + [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel_device, 5), + [617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel_device, 5), + [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel, 5), + [623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel, 5), + [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keep_alive, 5), + [629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keep_alive, 5), + [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tcp_keep_alive, 5), + [635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tcp_keep_alive, 5), + [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syslog_facility, 5), + [641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syslog_facility, 5), + [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strict_host_key_checking, 5), + [647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strict_host_key_checking, 5), + [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_unlink, 5), + [653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_unlink, 5), + [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_mask, 5), + [659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_mask, 5), + [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stdin_null, 5), + [665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stdin_null, 5), + [667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_env, 5), + [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_env, 5), + [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_session_type, 5), + [677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_session_type, 5), + [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_interval, 5), + [683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_interval, 5), + [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_count_max, 5), + [689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_count_max, 5), + [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_env, 5), + [695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_env, 5), + [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_security_key_provider, 5), + [701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_security_key_provider, 5), + [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_revoked_host_keys, 5), + [707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_revoked_host_keys, 5), + [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_rsa_size, 5), + [713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_required_rsa_size, 5), + [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_request_tty, 5), + [719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_request_tty, 5), + [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_forward, 5), + [725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_forward, 5), + [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_command, 5), + [731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_command, 5), + [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rekey_limit, 5), + [737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rekey_limit, 5), + [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_authentication, 5), + [743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_authentication, 5), + [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_key_types, 5), + [749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_key_types, 5), + [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_algorithms, 5), + [755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_algorithms, 5), + [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_use_fdpass, 5), + [761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_use_fdpass, 5), + [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_jump, 5), + [767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_jump, 5), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_command, 5), + [773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_command, 5), + [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol, 5), + [779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol, 5), + [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preferred_authentications, 5), + [785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preferred_authentications, 5), + [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port, 5), + [791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_port, 5), + [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pkcs11_provider, 5), + [797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pkcs11_provider, 5), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_remote_open, 5), + [803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_remote_open, 5), + [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_local_command, 5), + [809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_local_command, 5), + [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_password_authentication, 5), + [815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_password_authentication, 5), + [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_of_password_prompts, 5), + [821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_of_password_prompts, 5), + [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_no_host_authentication_for_localhost, 5), + [827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_no_host_authentication_for_localhost, 5), + [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macs, 5), + [833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macs, 5), + [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_verbose, 5), + [839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_verbose, 5), + [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_level, 5), + [845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_level, 5), + [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_forward, 5), + [851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_forward, 5), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_command, 5), + [857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_command, 5), + [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_hosts_command, 5), + [863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_known_hosts_command, 5), + [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kex_algorithms, 5), + [869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kex_algorithms, 5), + [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_devices, 5), + [875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_devices, 5), + [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_authentication, 5), + [881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_authentication, 5), + [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ip_qos, 5), + [887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ip_qos, 5), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 5), + [893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include, 5), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ignore_unknown, 5), + [899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ignore_unknown, 5), + [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_file, 5), + [905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_file, 5), + [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_agent, 5), + [911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_agent, 5), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identities_only, 5), + [917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identities_only, 5), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostname, 5), + [923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostname, 5), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_alias, 5), + [929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_alias, 5), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_algorithms, 5), + [935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_algorithms, 5), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_authentication, 5), + [941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_authentication, 5), + [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_accepted_algorithms, 5), + [947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_accepted_algorithms, 5), + [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_known_hosts, 5), + [953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_known_hosts, 5), + [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_kex_algorithms, 5), + [959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_kex_algorithms, 5), + [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_trust_dns, 5), + [965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_trust_dns, 5), + [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_server_identity, 5), + [971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_server_identity, 5), + [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_renewal_forces_rekey, 5), + [977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_renewal_forces_rekey, 5), + [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_key_exchange, 5), + [983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_key_exchange, 5), + [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_delegate_credentials, 5), + [989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_delegate_credentials, 5), + [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_client_identity, 5), + [995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_client_identity, 5), + [997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_authentication, 5), + [1001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_authentication, 5), + [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [1005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_known_hosts_file, 5), + [1007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_known_hosts_file, 5), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gateway_ports, 5), + [1013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gateway_ports, 5), + [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [1017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_trusted, 5), + [1019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_trusted, 5), + [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [1023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_timeout, 5), + [1025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_timeout, 5), + [1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [1029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11, 5), + [1031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11, 5), + [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [1035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_agent, 5), + [1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_agent, 5), + [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [1041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fork_after_authentication, 5), + [1043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fork_after_authentication, 5), + [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fingerprint_hash, 5), + [1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fingerprint_hash, 5), + [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [1053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_on_forward_failure, 5), + [1055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_on_forward_failure, 5), + [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [1059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_char, 5), + [1061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_escape_char, 5), + [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [1065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enable_ssh_keysign, 5), + [1067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enable_ssh_keysign, 5), + [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [1071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_forward, 5), + [1073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_forward, 5), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [1077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_persist, 5), + [1079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_persist, 5), + [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [1083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_path, 5), + [1085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_path, 5), + [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [1089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_master, 5), + [1091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_master, 5), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [1095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connect_timeout, 5), + [1097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connect_timeout, 5), + [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [1101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_attempts, 5), + [1103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connection_attempts, 5), + [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [1107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compression, 5), + [1109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compression, 5), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [1113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clear_all_forwardings, 5), + [1115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clear_all_forwardings, 5), + [1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [1119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cipher, 5), + [1121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cipher, 5), + [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [1125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ciphers, 5), + [1127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ciphers, 5), + [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [1131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_host_ip, 5), + [1133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_host_ip, 5), + [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [1137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_challenge_response_authentication, 5), + [1139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_challenge_response_authentication, 5), + [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [1143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_certificate_file, 5), + [1145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_certificate_file, 5), + [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [1149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ca_signature_algorithms, 5), + [1151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ca_signature_algorithms, 5), + [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [1155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_permitted_cnames, 5), + [1157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_permitted_cnames, 5), + [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [1161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_max_dots, 5), + [1163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_max_dots, 5), + [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [1167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_hostname, 5), + [1169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_hostname, 5), + [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [1173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_fallback_local, 5), + [1175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_fallback_local, 5), + [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [1179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonical_domains, 5), + [1181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonical_domains, 5), + [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [1185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_interface, 5), + [1187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_interface, 5), + [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [1191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_address, 5), + [1193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_address, 5), + [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [1197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_batch_mode, 5), + [1199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_batch_mode, 5), + [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [1203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_family, 5), + [1205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_family, 5), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [1209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_add_keys_to_agent, 5), + [1211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_add_keys_to_agent, 5), + [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match, 5), + [1217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match, 5), + [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [1221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host, 5), + [1223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host, 5), + [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [1227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_xauth_location, 4), + [1229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_xauth_location, 4), + [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visual_host_key, 4), + [1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visual_host_key, 4), + [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verify_host_key_dns, 4), + [1241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verify_host_key_dns, 4), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_known_hosts_file, 4), + [1247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_known_hosts_file, 4), + [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [1251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user, 4), + [1253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user, 4), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_roaming, 4), + [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_roaming, 4), + [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [1263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_keychain, 4), + [1265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_keychain, 4), + [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [1269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_host_keys, 4), + [1271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_host_keys, 4), + [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [1275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel_device, 4), + [1277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel_device, 4), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel, 4), + [1283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel, 4), + [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [1287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keep_alive, 4), + [1289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keep_alive, 4), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tcp_keep_alive, 4), + [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tcp_keep_alive, 4), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [1299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syslog_facility, 4), + [1301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syslog_facility, 4), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strict_host_key_checking, 4), + [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strict_host_key_checking, 4), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [1311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_unlink, 4), + [1313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_unlink, 4), + [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [1317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_mask, 4), + [1319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_mask, 4), + [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [1323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stdin_null, 4), + [1325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stdin_null, 4), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_env, 4), + [1331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_env, 4), + [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [1335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_session_type, 4), + [1337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_session_type, 4), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [1341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_interval, 4), + [1343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_interval, 4), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [1347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_count_max, 4), + [1349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_count_max, 4), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [1353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_env, 4), + [1355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_env, 4), + [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [1359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_security_key_provider, 4), + [1361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_security_key_provider, 4), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [1365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_revoked_host_keys, 4), + [1367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_revoked_host_keys, 4), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_rsa_size, 4), + [1373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_required_rsa_size, 4), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [1377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_request_tty, 4), + [1379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_request_tty, 4), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_forward, 4), + [1385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_forward, 4), + [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [1389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_command, 4), + [1391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_command, 4), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rekey_limit, 4), + [1397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rekey_limit, 4), + [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [1401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_authentication, 4), + [1403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_authentication, 4), + [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_key_types, 4), + [1409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_key_types, 4), + [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [1413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_algorithms, 4), + [1415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_algorithms, 4), + [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_use_fdpass, 4), + [1421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_use_fdpass, 4), + [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [1425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_jump, 4), + [1427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_jump, 4), + [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_command, 4), + [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_command, 4), + [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol, 4), + [1439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol, 4), + [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preferred_authentications, 4), + [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preferred_authentications, 4), + [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port, 4), + [1451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_port, 4), + [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pkcs11_provider, 4), + [1457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pkcs11_provider, 4), + [1459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [1461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_remote_open, 4), + [1463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_remote_open, 4), + [1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_local_command, 4), + [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_local_command, 4), + [1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [1473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_password_authentication, 4), + [1475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_password_authentication, 4), + [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [1479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_of_password_prompts, 4), + [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_of_password_prompts, 4), + [1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [1485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_no_host_authentication_for_localhost, 4), + [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_no_host_authentication_for_localhost, 4), + [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macs, 4), + [1493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macs, 4), + [1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [1497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_verbose, 4), + [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_verbose, 4), + [1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_level, 4), + [1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_level, 4), + [1507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [1509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_forward, 4), + [1511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_forward, 4), + [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [1515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_command, 4), + [1517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_command, 4), + [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [1521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_hosts_command, 4), + [1523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_known_hosts_command, 4), + [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [1527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kex_algorithms, 4), + [1529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kex_algorithms, 4), + [1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [1533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_devices, 4), + [1535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_devices, 4), + [1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [1539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_authentication, 4), + [1541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_authentication, 4), + [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [1545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ip_qos, 4), + [1547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ip_qos, 4), + [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [1551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 4), + [1553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include, 4), + [1555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [1557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ignore_unknown, 4), + [1559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ignore_unknown, 4), + [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [1563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_file, 4), + [1565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_file, 4), + [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [1569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_agent, 4), + [1571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_agent, 4), + [1573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [1575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identities_only, 4), + [1577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identities_only, 4), + [1579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [1581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostname, 4), + [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostname, 4), + [1585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [1587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_alias, 4), + [1589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_alias, 4), + [1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [1593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_algorithms, 4), + [1595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_algorithms, 4), + [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [1599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_authentication, 4), + [1601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_authentication, 4), + [1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [1605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_accepted_algorithms, 4), + [1607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_accepted_algorithms, 4), + [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [1611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_known_hosts, 4), + [1613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_known_hosts, 4), + [1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [1617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_kex_algorithms, 4), + [1619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_kex_algorithms, 4), + [1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_trust_dns, 4), + [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_trust_dns, 4), + [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [1629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_server_identity, 4), + [1631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_server_identity, 4), + [1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_renewal_forces_rekey, 4), + [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_renewal_forces_rekey, 4), + [1639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [1641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_key_exchange, 4), + [1643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_key_exchange, 4), + [1645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [1647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_delegate_credentials, 4), + [1649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_delegate_credentials, 4), + [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [1653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_client_identity, 4), + [1655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_client_identity, 4), + [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [1659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_authentication, 4), + [1661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_authentication, 4), + [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [1665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_known_hosts_file, 4), + [1667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_known_hosts_file, 4), + [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [1671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gateway_ports, 4), + [1673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gateway_ports, 4), + [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [1677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_trusted, 4), + [1679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_trusted, 4), + [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [1683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_timeout, 4), + [1685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_timeout, 4), + [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [1689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11, 4), + [1691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11, 4), + [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [1695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_agent, 4), + [1697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_agent, 4), + [1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fork_after_authentication, 4), + [1703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fork_after_authentication, 4), + [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [1707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fingerprint_hash, 4), + [1709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fingerprint_hash, 4), + [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_on_forward_failure, 4), + [1715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_on_forward_failure, 4), + [1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [1719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_char, 4), + [1721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_escape_char, 4), + [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [1725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enable_ssh_keysign, 4), + [1727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enable_ssh_keysign, 4), + [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [1731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_forward, 4), + [1733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_forward, 4), + [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_persist, 4), + [1739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_persist, 4), + [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [1743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_path, 4), + [1745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_path, 4), + [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [1749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_master, 4), + [1751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_master, 4), + [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connect_timeout, 4), + [1757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connect_timeout, 4), + [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [1761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_attempts, 4), + [1763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connection_attempts, 4), + [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [1767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compression, 4), + [1769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compression, 4), + [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [1773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clear_all_forwardings, 4), + [1775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clear_all_forwardings, 4), + [1777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [1779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cipher, 4), + [1781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cipher, 4), + [1783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [1785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ciphers, 4), + [1787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ciphers, 4), + [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [1791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_host_ip, 4), + [1793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_host_ip, 4), + [1795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [1797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_challenge_response_authentication, 4), + [1799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_challenge_response_authentication, 4), + [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [1803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_certificate_file, 4), + [1805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_certificate_file, 4), + [1807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [1809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ca_signature_algorithms, 4), + [1811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ca_signature_algorithms, 4), + [1813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [1815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_permitted_cnames, 4), + [1817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_permitted_cnames, 4), + [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [1821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_max_dots, 4), + [1823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_max_dots, 4), + [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [1827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_hostname, 4), + [1829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_hostname, 4), + [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_fallback_local, 4), + [1835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_fallback_local, 4), + [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [1839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonical_domains, 4), + [1841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonical_domains, 4), + [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [1845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_interface, 4), + [1847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_interface, 4), + [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [1851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_address, 4), + [1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_address, 4), + [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_batch_mode, 4), + [1859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_batch_mode, 4), + [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [1863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_family, 4), + [1865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_family, 4), + [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [1869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_add_keys_to_agent, 4), + [1871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_add_keys_to_agent, 4), + [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match, 4), + [1877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match, 4), + [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [1881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host, 4), + [1883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host, 4), + [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [1887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1), + [1889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pattern, 1), + [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_xauth_location, 3), + [1893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_xauth_location, 3), + [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [1897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_xauth_location_value, 1), + [1899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_xauth_location_value, 1), + [1901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_value, 1), + [1903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_value, 1), + [1905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host, 3), + [1907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host, 3), + [1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [1911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visual_host_key, 3), + [1913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visual_host_key, 3), + [1915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [1917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visual_host_key_value, 1, .production_id = 43), + [1919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visual_host_key_value, 1, .production_id = 43), + [1921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_value, 1, .production_id = 1), + [1923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_value, 1, .production_id = 1), + [1925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match, 3), + [1927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match, 3), + [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1), + [1933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1), + [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verify_host_key_dns, 3), + [1937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verify_host_key_dns, 3), + [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [1941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verify_host_key_dns_value, 1), + [1943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verify_host_key_dns_value, 1), + [1945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_add_keys_to_agent_value, 1), + [1947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_add_keys_to_agent_value, 1), + [1949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_add_keys_to_agent, 3), + [1951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_add_keys_to_agent, 3), + [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_known_hosts_file, 3), + [1957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_known_hosts_file, 3), + [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [1961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_known_hosts_file_value, 1), + [1963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_known_hosts_file_value, 1), + [1965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_family_value, 1), + [1967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_family_value, 1), + [1969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_family, 3), + [1971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_family, 3), + [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user, 3), + [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user, 3), + [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [1981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_value, 1), + [1983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_value, 1), + [1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_batch_mode_value, 1, .production_id = 2), + [1987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_batch_mode_value, 1, .production_id = 2), + [1989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_batch_mode, 3), + [1991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_batch_mode, 3), + [1993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_address_value, 1), + [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_address_value, 1), + [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_roaming, 3), + [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_roaming, 3), + [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [2005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_roaming_value, 1, .production_id = 42), + [2007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_roaming_value, 1, .production_id = 42), + [2009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_address, 3), + [2011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_address, 3), + [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_interface_value, 1), + [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_interface_value, 1), + [2019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_keychain, 3), + [2021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_keychain, 3), + [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_keychain_value, 1, .production_id = 41), + [2027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_keychain_value, 1, .production_id = 41), + [2029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_interface, 3), + [2031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_interface, 3), + [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonical_domains_value, 1), + [2037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonical_domains_value, 1), + [2039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_host_keys, 3), + [2041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_host_keys, 3), + [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [2045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_host_keys_value, 1), + [2047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_host_keys_value, 1), + [2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonical_domains, 3), + [2051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonical_domains, 3), + [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel_device, 3), + [2057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel_device, 3), + [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel_device_value, 1), + [2063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel_device_value, 1), + [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_fallback_local_value, 1, .production_id = 3), + [2067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_fallback_local_value, 1, .production_id = 3), + [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_fallback_local, 3), + [2071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_fallback_local, 3), + [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_hostname_value, 1), + [2077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_hostname_value, 1), + [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel, 3), + [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel, 3), + [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [2085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel_value, 1), + [2087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel_value, 1), + [2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_hostname, 3), + [2091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_hostname, 3), + [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_max_dots_value, 1), + [2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_max_dots_value, 1), + [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keep_alive, 3), + [2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keep_alive, 3), + [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keep_alive_value, 1, .production_id = 40), + [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keep_alive_value, 1, .production_id = 40), + [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_max_dots, 3), + [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_max_dots, 3), + [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_permitted_cnames_value, 1), + [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_permitted_cnames_value, 1), + [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tcp_keep_alive, 3), + [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tcp_keep_alive, 3), + [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tcp_keep_alive_value, 1, .production_id = 39), + [2127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tcp_keep_alive_value, 1, .production_id = 39), + [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_permitted_cnames, 3), + [2131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_permitted_cnames, 3), + [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ca_signature_algorithms_value, 1), + [2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ca_signature_algorithms_value, 1), + [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syslog_facility, 3), + [2141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syslog_facility, 3), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syslog_facility_value, 1), + [2147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syslog_facility_value, 1), + [2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ca_signature_algorithms, 3), + [2151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ca_signature_algorithms, 3), + [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_certificate_file_value, 1), + [2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_certificate_file_value, 1), + [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strict_host_key_checking, 3), + [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strict_host_key_checking, 3), + [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [2165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strict_host_key_checking_value, 1), + [2167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strict_host_key_checking_value, 1), + [2169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_certificate_file, 3), + [2171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_certificate_file, 3), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_unlink, 3), + [2177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_unlink, 3), + [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_unlink_value, 1, .production_id = 38), + [2183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_unlink_value, 1, .production_id = 38), + [2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_challenge_response_authentication_value, 1, .production_id = 4), + [2187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_challenge_response_authentication_value, 1, .production_id = 4), + [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_challenge_response_authentication, 3), + [2191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_challenge_response_authentication, 3), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_mask, 3), + [2197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_mask, 3), + [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_mask_value, 1), + [2203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_mask_value, 1), + [2205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_host_ip_value, 1, .production_id = 5), + [2207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_host_ip_value, 1, .production_id = 5), + [2209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_host_ip, 3), + [2211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_host_ip, 3), + [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ciphers_value, 1), + [2217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ciphers_value, 1), + [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stdin_null, 3), + [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stdin_null, 3), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [2225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stdin_null_value, 1, .production_id = 37), + [2227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stdin_null_value, 1, .production_id = 37), + [2229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ciphers, 3), + [2231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ciphers, 3), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [2235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cipher_value, 1), + [2237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cipher_value, 1), + [2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_env, 3), + [2241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_env, 3), + [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [2245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_env_value, 1), + [2247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_env_value, 1), + [2249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cipher, 3), + [2251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cipher, 3), + [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_session_type, 3), + [2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_session_type, 3), + [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [2261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_session_type_value, 1), + [2263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_session_type_value, 1), + [2265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clear_all_forwardings_value, 1, .production_id = 6), + [2267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clear_all_forwardings_value, 1, .production_id = 6), + [2269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clear_all_forwardings, 3), + [2271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clear_all_forwardings, 3), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [2275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_interval, 3), + [2277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_interval, 3), + [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [2281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_interval_value, 1, .production_id = 36), + [2283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_interval_value, 1, .production_id = 36), + [2285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compression_value, 1, .production_id = 7), + [2287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compression_value, 1, .production_id = 7), + [2289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compression, 3), + [2291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compression, 3), + [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_attempts_value, 1, .production_id = 8), + [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connection_attempts_value, 1, .production_id = 8), + [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_count_max, 3), + [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_count_max, 3), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [2305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_count_max_value, 1, .production_id = 35), + [2307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_count_max_value, 1, .production_id = 35), + [2309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_attempts, 3), + [2311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connection_attempts, 3), + [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connect_timeout_value, 1, .production_id = 9), + [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connect_timeout_value, 1, .production_id = 9), + [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_env, 3), + [2321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_env, 3), + [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [2325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_env_value, 1), + [2327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_env_value, 1), + [2329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connect_timeout, 3), + [2331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connect_timeout, 3), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [2335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_master_value, 1), + [2337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_master_value, 1), + [2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_security_key_provider, 3), + [2341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_security_key_provider, 3), + [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_security_key_provider_value, 1), + [2347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_security_key_provider_value, 1), + [2349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_master, 3), + [2351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_master, 3), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_path_value, 1), + [2357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_path_value, 1), + [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_revoked_host_keys, 3), + [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_revoked_host_keys, 3), + [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [2365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_revoked_host_keys_value, 1), + [2367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_revoked_host_keys_value, 1), + [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_path, 3), + [2371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_path, 3), + [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_persist_value, 1, .production_id = 10), + [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_persist_value, 1, .production_id = 10), + [2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_rsa_size, 3), + [2381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_required_rsa_size, 3), + [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [2385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_rsa_size_value, 1, .production_id = 34), + [2387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_required_rsa_size_value, 1, .production_id = 34), + [2389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_persist, 3), + [2391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_persist, 3), + [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_forward_value, 1), + [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_forward_value, 1), + [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_request_tty, 3), + [2401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_request_tty, 3), + [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [2405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_request_tty_value, 1), + [2407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_request_tty_value, 1), + [2409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_forward, 3), + [2411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_forward, 3), + [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_forward, 3), + [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_forward, 3), + [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [2421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_forward_value, 1), + [2423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_forward_value, 1), + [2425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enable_ssh_keysign_value, 1, .production_id = 11), + [2427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enable_ssh_keysign_value, 1, .production_id = 11), + [2429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enable_ssh_keysign, 3), + [2431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enable_ssh_keysign, 3), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_command, 3), + [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_command, 3), + [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [2441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_command_value, 1), + [2443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_command_value, 1), + [2445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_char_value, 1), + [2447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_escape_char_value, 1), + [2449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_char, 3), + [2451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_escape_char, 3), + [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rekey_limit, 3), + [2457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rekey_limit, 3), + [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [2461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rekey_limit_value, 1), + [2463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rekey_limit_value, 1), + [2465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_on_forward_failure_value, 1, .production_id = 12), + [2467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_on_forward_failure_value, 1, .production_id = 12), + [2469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_on_forward_failure, 3), + [2471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_on_forward_failure, 3), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [2475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_authentication, 3), + [2477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_authentication, 3), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [2481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_authentication_value, 1), + [2483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_authentication_value, 1), + [2485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fingerprint_hash_value, 1), + [2487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fingerprint_hash_value, 1), + [2489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fingerprint_hash, 3), + [2491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fingerprint_hash, 3), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_key_types, 3), + [2497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_key_types, 3), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [2501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_key_types_value, 1), + [2503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_key_types_value, 1), + [2505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fork_after_authentication_value, 1, .production_id = 13), + [2507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fork_after_authentication_value, 1, .production_id = 13), + [2509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fork_after_authentication, 3), + [2511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fork_after_authentication, 3), + [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_agent_value, 1), + [2517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_agent_value, 1), + [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_algorithms, 3), + [2521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_algorithms, 3), + [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [2525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_algorithms_value, 1), + [2527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_algorithms_value, 1), + [2529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_agent, 3), + [2531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_agent, 3), + [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_use_fdpass, 3), + [2537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_use_fdpass, 3), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_use_fdpass_value, 1, .production_id = 33), + [2543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_use_fdpass_value, 1, .production_id = 33), + [2545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_value, 1, .production_id = 14), + [2547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_value, 1, .production_id = 14), + [2549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11, 3), + [2551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11, 3), + [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [2555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_timeout_value, 1, .production_id = 15), + [2557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_timeout_value, 1, .production_id = 15), + [2559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_jump, 3), + [2561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_jump, 3), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_jump_value, 1), + [2567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_jump_value, 1), + [2569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_timeout, 3), + [2571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_timeout, 3), + [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_command, 3), + [2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_command, 3), + [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [2581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_command_value, 1), + [2583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_command_value, 1), + [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_trusted_value, 1, .production_id = 16), + [2587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_trusted_value, 1, .production_id = 16), + [2589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_trusted, 3), + [2591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_trusted, 3), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol, 3), + [2597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol, 3), + [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol_value, 1), + [2603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol_value, 1), + [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gateway_ports_value, 1, .production_id = 17), + [2607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gateway_ports_value, 1, .production_id = 17), + [2609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gateway_ports, 3), + [2611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gateway_ports, 3), + [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [2615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_known_hosts_file_value, 1), + [2617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_known_hosts_file_value, 1), + [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preferred_authentications, 3), + [2621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preferred_authentications, 3), + [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [2625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preferred_authentications_value, 1), + [2627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preferred_authentications_value, 1), + [2629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_known_hosts_file, 3), + [2631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_known_hosts_file, 3), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [2635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port, 3), + [2637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_port, 3), + [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [2641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port_value, 1, .production_id = 32), + [2643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_port_value, 1, .production_id = 32), + [2645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_authentication_value, 1, .production_id = 18), + [2647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_authentication_value, 1, .production_id = 18), + [2649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_authentication, 3), + [2651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_authentication, 3), + [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [2655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_client_identity_value, 1), + [2657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_client_identity_value, 1), + [2659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pkcs11_provider, 3), + [2661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pkcs11_provider, 3), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [2665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pkcs11_provider_value, 1), + [2667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pkcs11_provider_value, 1), + [2669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_client_identity, 3), + [2671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_client_identity, 3), + [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [2675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_remote_open, 3), + [2677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_remote_open, 3), + [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [2681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_remote_open_value, 1), + [2683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_remote_open_value, 1), + [2685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_delegate_credentials_value, 1, .production_id = 19), + [2687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_delegate_credentials_value, 1, .production_id = 19), + [2689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_delegate_credentials, 3), + [2691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_delegate_credentials, 3), + [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_local_command, 3), + [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_local_command, 3), + [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [2701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_local_command_value, 1, .production_id = 31), + [2703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_local_command_value, 1, .production_id = 31), + [2705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_key_exchange_value, 1, .production_id = 20), + [2707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_key_exchange_value, 1, .production_id = 20), + [2709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_key_exchange, 3), + [2711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_key_exchange, 3), + [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_password_authentication, 3), + [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_password_authentication, 3), + [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [2721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_password_authentication_value, 1, .production_id = 30), + [2723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_password_authentication_value, 1, .production_id = 30), + [2725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_renewal_forces_rekey_value, 1, .production_id = 21), + [2727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_renewal_forces_rekey_value, 1, .production_id = 21), + [2729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_renewal_forces_rekey, 3), + [2731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_renewal_forces_rekey, 3), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_server_identity_value, 1), + [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_server_identity_value, 1), + [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_of_password_prompts, 3), + [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_of_password_prompts, 3), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [2745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_of_password_prompts_value, 1, .production_id = 29), + [2747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_of_password_prompts_value, 1, .production_id = 29), + [2749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_server_identity, 3), + [2751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_server_identity, 3), + [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_no_host_authentication_for_localhost, 3), + [2757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_no_host_authentication_for_localhost, 3), + [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [2761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_no_host_authentication_for_localhost_value, 1, .production_id = 28), + [2763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_no_host_authentication_for_localhost_value, 1, .production_id = 28), + [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_trust_dns_value, 1, .production_id = 22), + [2767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_trust_dns_value, 1, .production_id = 22), + [2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_trust_dns, 3), + [2771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_trust_dns, 3), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_kex_algorithms_value, 1), + [2777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_kex_algorithms_value, 1), + [2779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macs, 3), + [2781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macs, 3), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [2785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macs_value, 1), + [2787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macs_value, 1), + [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_kex_algorithms, 3), + [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_kex_algorithms, 3), + [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [2795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_verbose, 3), + [2797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_verbose, 3), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_verbose_value, 1), + [2803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_verbose_value, 1), + [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_known_hosts_value, 1, .production_id = 23), + [2807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_known_hosts_value, 1, .production_id = 23), + [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_known_hosts, 3), + [2811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_known_hosts, 3), + [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_accepted_algorithms_value, 1), + [2817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_accepted_algorithms_value, 1), + [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_level, 3), + [2821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_level, 3), + [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_level_value, 1), + [2827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_level_value, 1), + [2829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_accepted_algorithms, 3), + [2831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_accepted_algorithms, 3), + [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_forward, 3), + [2837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_forward, 3), + [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [2841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_forward_value, 1), + [2843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_forward_value, 1), + [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_authentication_value, 1, .production_id = 24), + [2847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_authentication_value, 1, .production_id = 24), + [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_authentication, 3), + [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_authentication, 3), + [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_algorithms_value, 1), + [2857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_algorithms_value, 1), + [2859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_command, 3), + [2861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_command, 3), + [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_command_value, 1), + [2867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_command_value, 1), + [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_algorithms, 3), + [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_algorithms, 3), + [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [2875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_alias_value, 1), + [2877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_alias_value, 1), + [2879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_hosts_command, 3), + [2881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_known_hosts_command, 3), + [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_hosts_command_value, 1), + [2887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_known_hosts_command_value, 1), + [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_alias, 3), + [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_alias, 3), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [2895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostname_value, 1), + [2897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostname_value, 1), + [2899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kex_algorithms, 3), + [2901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kex_algorithms, 3), + [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kex_algorithms_value, 1), + [2907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kex_algorithms_value, 1), + [2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostname, 3), + [2911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostname, 3), + [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [2915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_devices, 3), + [2917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_devices, 3), + [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_devices_value, 1), + [2923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_devices_value, 1), + [2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identities_only_value, 1, .production_id = 25), + [2927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identities_only_value, 1, .production_id = 25), + [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identities_only, 3), + [2931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identities_only, 3), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_agent_value, 1), + [2937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_agent_value, 1), + [2939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_authentication, 3), + [2941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_authentication, 3), + [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_authentication_value, 1, .production_id = 27), + [2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_authentication_value, 1, .production_id = 27), + [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_agent, 3), + [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_agent, 3), + [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_file_value, 1), + [2957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_file_value, 1), + [2959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ip_qos, 3), + [2961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ip_qos, 3), + [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ip_qos_value, 1, .production_id = 26), + [2967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ip_qos_value, 1, .production_id = 26), + [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_file, 3), + [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_file, 3), + [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ignore_unknown_value, 1), + [2977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ignore_unknown_value, 1), + [2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 3), + [2981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include, 3), + [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_value, 1), + [2987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_value, 1), + [2989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_xauth_location, 6), + [2991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_xauth_location, 6), + [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visual_host_key, 6), + [2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visual_host_key, 6), + [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verify_host_key_dns, 6), + [2999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verify_host_key_dns, 6), + [3001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_known_hosts_file, 6), + [3003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_known_hosts_file, 6), + [3005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user, 6), + [3007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user, 6), + [3009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_roaming, 6), + [3011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_roaming, 6), + [3013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_keychain, 6), + [3015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_keychain, 6), + [3017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_host_keys, 6), + [3019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_host_keys, 6), + [3021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel_device, 6), + [3023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel_device, 6), + [3025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tunnel, 6), + [3027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tunnel, 6), + [3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keep_alive, 6), + [3031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keep_alive, 6), + [3033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tcp_keep_alive, 6), + [3035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tcp_keep_alive, 6), + [3037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_syslog_facility, 6), + [3039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_syslog_facility, 6), + [3041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strict_host_key_checking, 6), + [3043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strict_host_key_checking, 6), + [3045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_unlink, 6), + [3047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_unlink, 6), + [3049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stream_local_bind_mask, 6), + [3051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stream_local_bind_mask, 6), + [3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stdin_null, 6), + [3055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stdin_null, 6), + [3057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_env, 6), + [3059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_env, 6), + [3061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_session_type, 6), + [3063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_session_type, 6), + [3065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_interval, 6), + [3067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_interval, 6), + [3069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_server_alive_count_max, 6), + [3071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_server_alive_count_max, 6), + [3073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_env, 6), + [3075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_env, 6), + [3077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_security_key_provider, 6), + [3079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_security_key_provider, 6), + [3081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_revoked_host_keys, 6), + [3083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_revoked_host_keys, 6), + [3085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_required_rsa_size, 6), + [3087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_required_rsa_size, 6), + [3089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_request_tty, 6), + [3091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_request_tty, 6), + [3093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_forward, 6), + [3095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_forward, 6), + [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remote_command, 6), + [3099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remote_command, 6), + [3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_rekey_limit, 6), + [3103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rekey_limit, 6), + [3105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_authentication, 6), + [3107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_authentication, 6), + [3109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_key_types, 6), + [3111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_key_types, 6), + [3113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pubkey_accepted_algorithms, 6), + [3115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pubkey_accepted_algorithms, 6), + [3117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_use_fdpass, 6), + [3119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_use_fdpass, 6), + [3121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_jump, 6), + [3123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_jump, 6), + [3125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_proxy_command, 6), + [3127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_proxy_command, 6), + [3129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protocol, 6), + [3131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protocol, 6), + [3133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preferred_authentications, 6), + [3135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preferred_authentications, 6), + [3137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_port, 6), + [3139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_port, 6), + [3141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pkcs11_provider, 6), + [3143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pkcs11_provider, 6), + [3145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_remote_open, 6), + [3147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_remote_open, 6), + [3149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permit_local_command, 6), + [3151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_permit_local_command, 6), + [3153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_password_authentication, 6), + [3155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_password_authentication, 6), + [3157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_of_password_prompts, 6), + [3159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_of_password_prompts, 6), + [3161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_no_host_authentication_for_localhost, 6), + [3163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_no_host_authentication_for_localhost, 6), + [3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macs, 6), + [3167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macs, 6), + [3169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_verbose, 6), + [3171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_verbose, 6), + [3173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_log_level, 6), + [3175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_log_level, 6), + [3177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_forward, 6), + [3179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_forward, 6), + [3181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_command, 6), + [3183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_command, 6), + [3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_hosts_command, 6), + [3187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_known_hosts_command, 6), + [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kex_algorithms, 6), + [3191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kex_algorithms, 6), + [3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_devices, 6), + [3195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_devices, 6), + [3197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_kbd_interactive_authentication, 6), + [3199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_kbd_interactive_authentication, 6), + [3201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ip_qos, 6), + [3203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ip_qos, 6), + [3205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 6), + [3207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include, 6), + [3209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ignore_unknown, 6), + [3211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ignore_unknown, 6), + [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_file, 6), + [3215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_file, 6), + [3217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_agent, 6), + [3219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_agent, 6), + [3221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identities_only, 6), + [3223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identities_only, 6), + [3225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostname, 6), + [3227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostname, 6), + [3229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_alias, 6), + [3231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_alias, 6), + [3233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host_key_algorithms, 6), + [3235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host_key_algorithms, 6), + [3237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_authentication, 6), + [3239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_authentication, 6), + [3241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hostbased_accepted_algorithms, 6), + [3243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hostbased_accepted_algorithms, 6), + [3245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_known_hosts, 6), + [3247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_known_hosts, 6), + [3249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_kex_algorithms, 6), + [3251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_kex_algorithms, 6), + [3253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_trust_dns, 6), + [3255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_trust_dns, 6), + [3257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_server_identity, 6), + [3259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_server_identity, 6), + [3261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_renewal_forces_rekey, 6), + [3263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_renewal_forces_rekey, 6), + [3265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_key_exchange, 6), + [3267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_key_exchange, 6), + [3269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_delegate_credentials, 6), + [3271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_delegate_credentials, 6), + [3273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_client_identity, 6), + [3275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_client_identity, 6), + [3277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gssapi_authentication, 6), + [3279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gssapi_authentication, 6), + [3281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_known_hosts_file, 6), + [3283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_known_hosts_file, 6), + [3285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gateway_ports, 6), + [3287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gateway_ports, 6), + [3289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_trusted, 6), + [3291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_trusted, 6), + [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11_timeout, 6), + [3295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11_timeout, 6), + [3297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_x11, 6), + [3299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_x11, 6), + [3301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_forward_agent, 6), + [3303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_forward_agent, 6), + [3305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fork_after_authentication, 6), + [3307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fork_after_authentication, 6), + [3309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fingerprint_hash, 6), + [3311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fingerprint_hash, 6), + [3313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_on_forward_failure, 6), + [3315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_on_forward_failure, 6), + [3317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_escape_char, 6), + [3319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_escape_char, 6), + [3321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enable_ssh_keysign, 6), + [3323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enable_ssh_keysign, 6), + [3325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_forward, 6), + [3327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_forward, 6), + [3329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_persist, 6), + [3331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_persist, 6), + [3333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_path, 6), + [3335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_path, 6), + [3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_master, 6), + [3339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_master, 6), + [3341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connect_timeout, 6), + [3343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connect_timeout, 6), + [3345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_attempts, 6), + [3347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_connection_attempts, 6), + [3349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compression, 6), + [3351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compression, 6), + [3353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clear_all_forwardings, 6), + [3355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clear_all_forwardings, 6), + [3357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cipher, 6), + [3359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cipher, 6), + [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ciphers, 6), + [3363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ciphers, 6), + [3365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_host_ip, 6), + [3367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_host_ip, 6), + [3369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_challenge_response_authentication, 6), + [3371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_challenge_response_authentication, 6), + [3373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_certificate_file, 6), + [3375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_certificate_file, 6), + [3377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ca_signature_algorithms, 6), + [3379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ca_signature_algorithms, 6), + [3381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_permitted_cnames, 6), + [3383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_permitted_cnames, 6), + [3385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_max_dots, 6), + [3387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_max_dots, 6), + [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_hostname, 6), + [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_hostname, 6), + [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonicalize_fallback_local, 6), + [3395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonicalize_fallback_local, 6), + [3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_canonical_domains, 6), + [3399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_canonical_domains, 6), + [3401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_interface, 6), + [3403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_interface, 6), + [3405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind_address, 6), + [3407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bind_address, 6), + [3409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_batch_mode, 6), + [3411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_batch_mode, 6), + [3413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_address_family, 6), + [3415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_address_family, 6), + [3417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_add_keys_to_agent, 6), + [3419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_add_keys_to_agent, 6), + [3421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match, 6), + [3423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match, 6), + [3425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_host, 6), + [3427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_host, 6), + [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [3451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [3461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [3743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), + [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [3747] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [3749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [3751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), + [3753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), + [3755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), + [3757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [3759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [3761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [3763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [3779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [3781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), + [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), + [3785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), + [3787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), + [3789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), + [3791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), + [3793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), + [3795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [3803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), + [3805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), + [3807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), + [3809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), + [3811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [3813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), + [3815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [3817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), + [3819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), + [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [3827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [3829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), + [3831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), + [3833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [3835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), + [3837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), + [3839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [3841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), + [3843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [3845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), + [3847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), + [3849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [3851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), + [3853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [3855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), + [3857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [3859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), + [3861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), + [3863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), + [3865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [3867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), + [3869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), + [3871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), + [3873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), + [3875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), + [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), + [3879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), + [3881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [3883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), + [3885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), + [3887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [3889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), + [3891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), + [3893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), + [3895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [3897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), + [3899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [3901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), + [3903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), + [3905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [3907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [3909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), + [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [3917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), + [3919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), + [3921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), + [3923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), + [3925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), + [3927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [3929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), + [3931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [3933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), + [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [3941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [3943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), + [3945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), + [3947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), + [3949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), + [3951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), + [3953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [3955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), + [3957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), + [3959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [3961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [3963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), + [3965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), + [3967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), + [3969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), + [3971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), + [3973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), + [3975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [3977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [3979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), + [3981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), + [3983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [3991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [3993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [3995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [4005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [4007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [4009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), + [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [4017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [4019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), + [4021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), + [4023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [4025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), + [4027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), + [4029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), + [4031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), + [4033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), + [4035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [4037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [4039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), + [4041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [4043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), + [4045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), + [4047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), + [4049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [4051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [4053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), + [4055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), + [4057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), + [4059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), + [4061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [4063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [4065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [4073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [4075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [4077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), + [4079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [4081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [4083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [4091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [4093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), + [4095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), + [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [4099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), + [4101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), + [4107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), + [4109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), + [4111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), + [4113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), + [4115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), + [4117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [4119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), + [4121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [4123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), + [4125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [4127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), + [4129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [4131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [4133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), + [4135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), + [4137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), + [4139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), + [4141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), + [4143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), + [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [4147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), + [4149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [4151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), + [4153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), + [4155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), + [4157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), + [4159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), + [4161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [4163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), + [4165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), + [4167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), + [4169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [4171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [4173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [4177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), + [4179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [4181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [4183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), + [4185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), + [4187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [4191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), + [4193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), + [4195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), + [4197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [4201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [4203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), + [4205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), + [4207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [4209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202), + [4211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [4213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), + [4215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), + [4217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [4221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), + [4223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), + [4225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), + [4227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), + [4229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), + [4231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), + [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), + [4245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [4247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), + [4251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [4253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), + [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), + [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [4261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [4265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), + [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [4269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [4273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), + [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [4277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [4281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), + [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [4285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [4289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [4293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), + [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [4297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [4303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), + [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [4307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [4311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [4315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [4319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [4323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [4329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), + [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [4333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [4339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [4343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [4347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [4353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [4359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [4365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), + [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [4371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [4377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [4383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [4389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [4393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [4397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [4403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [4407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [4413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [4419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [4425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [4431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [4435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [4439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [4443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [4447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [4451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [4459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [4463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [4467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [4471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [4475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [4479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [4483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [4487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [4491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [4495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [4499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [4503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [4507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [4513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [4517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [4521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [4525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), + [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [4539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [4543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [4549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [4559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [4563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [4567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [4571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [4575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [4579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [4583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [4587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [4591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), + [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [4595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [4601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [4605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [4609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [4617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [4621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [4633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [4639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [4651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [4659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [4671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [4677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [4681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [4687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [4691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [4711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [4725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [4731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [4737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [4741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [4751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [4757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [4761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [4767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [4771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [4775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), + [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [4779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [4783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [4787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [4791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), + [4793] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), }; #ifdef __cplusplus diff --git a/test/corpus/required_rsa_size.txt b/test/corpus/required_rsa_size.txt new file mode 100644 index 0000000..4ebc107 --- /dev/null +++ b/test/corpus/required_rsa_size.txt @@ -0,0 +1,97 @@ +================== +RequiredRSASize 1024 +================== + +RequiredRSASize 1024 + +--- + +(client_config + (required_rsa_size + (required_rsa_size_value))) + +================== +use irregular casing +================== + +RequireDrsaSize 1024 + +--- + +(client_config + (required_rsa_size + (required_rsa_size_value))) + +================== +can use equals sign +================== + +RequireDrsaSize=1024 + +--- + +(client_config + (required_rsa_size + (required_rsa_size_value))) + +================== +can use equals sign with whitespace +================== + +RequireDrsaSize = 1024 + +--- + +(client_config + (required_rsa_size + (required_rsa_size_value))) + +================== +can use tab character +================== + +RequireDrsaSize "1024" + +--- + +(client_config + (required_rsa_size + (required_rsa_size_value))) + +================== +can be specified after host +================== + +Host example.com + RequireDrsaSize 1025 + +--- + +(client_config + (host + (host_value)) + (required_rsa_size + (required_rsa_size_value))) + +================== +detect invalid values +================== + +RequireDrsaSize ja + +--- + +(client_config + (ERROR + (UNEXPECTED 'j'))) + +================== +requires whitespace after key +================== + +RequireDrsaSize"1024" + +--- + +(client_config + (ERROR)) diff --git a/test/highlight/required_rsa_size.config b/test/highlight/required_rsa_size.config new file mode 100644 index 0000000..b5814bb --- /dev/null +++ b/test/highlight/required_rsa_size.config @@ -0,0 +1,15 @@ +RequiredRSASize 1024 +# <- keyword +# ^ constant.numeric.integer + +RequiredRSASize=1024 +# <- keyword +# ^ constant.numeric.integer + +RequiredRSASize="1024" +# <- keyword +# ^ constant.numeric.integer + +RequiredRSASize "1024" +# <- keyword +# ^ constant.numeric.integer